Packages

library(dplyr) 
## Warning: package 'dplyr' was built under R version 4.2.2
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
library(tidyr) 
## Warning: package 'tidyr' was built under R version 4.2.2
library("plotly") 
## Warning: package 'plotly' was built under R version 4.2.2
## Loading required package: ggplot2
## Warning: package 'ggplot2' was built under R version 4.2.2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
library(ggplot2) 
library(RColorBrewer) 
library(tidytext) 
## Warning: package 'tidytext' was built under R version 4.2.2
library(rtweet)  
## Warning: package 'rtweet' was built under R version 4.2.2
library(tm) 
## Warning: package 'tm' was built under R version 4.2.2
## Loading required package: NLP
## 
## Attaching package: 'NLP'
## The following object is masked from 'package:ggplot2':
## 
##     annotate
library(slam)
library(wordcloud) 
## Warning: package 'wordcloud' was built under R version 4.2.2
library(wordcloud2) 
## Warning: package 'wordcloud2' was built under R version 4.2.2
library(corpus) 
## Warning: package 'corpus' was built under R version 4.2.2
library('twitteR')
## Warning: package 'twitteR' was built under R version 4.2.2
## 
## Attaching package: 'twitteR'
## The following object is masked from 'package:rtweet':
## 
##     lookup_statuses
## The following objects are masked from 'package:dplyr':
## 
##     id, location

Set-up credentials

CONSUMER_SECRET <- "EgBXGhnnkfO89aMo4kgcK7PTEUWkb8iuBVH2MQ6Vtvnz4lvq5d"
CONSUMER_KEY <- "2AgsJ1H0uR91Rszh4Jy7b3ywF"
ACCESS_SECRET <- "vnAXimpZEAkBaZ1FSBgYkspw5Fp5xIb62ea1o93V6x9eH"
ACCESS_TOKEN <- "1592627451393617920-Hy59KCLtTj0Fk6IDqAa33zx1O86fI3"

connect to twitter app

setup_twitter_oauth(consumer_key = CONSUMER_KEY,
                    consumer_secret = CONSUMER_SECRET,
                    access_token = ACCESS_TOKEN,
                    access_secret = ACCESS_SECRET)
## [1] "Using direct authentication"

Extract 10000 tweets from Twitter using twitteR package including retweets.

trend_BLSERIES_Tweets <- searchTwitter("BL",
                                   n = 10000,
                                   lang = "en",
                                   since = "2022-11-10",
                                   until = "2022-11-30",
                                   retryOnRateLimit=120)
trend_BLSERIES_Tweets
## [[1]]
## [1] "yanamon16: RT @K_Kentin_Rose: @yslppe Rightttt im actually hesitating to call them bl actors for some reason, cause as an actor they really just stand…"
## 
## [[2]]
## [1] "yanamon16: RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in \"bl actor\" category, they're just actors, good ones. and if those pp…"
## 
## [[3]]
## [1] "BL_Bunlim: @UNESCO @UN_News_Centre @UNCambodia @UnescoCambodia @PeacePalaceKH Big thanks ♥️🙏"
## 
## [[4]]
## [1] "EESOR4: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5]]
## [1] "Nanasu96: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[6]]
## [1] "bl_yj3: @vainillitas95 Bottom"
## 
## [[7]]
## [1] "BitterBakeneko: @Badluckrabbit @HornyNord BL is the closest btw."
## 
## [[8]]
## [1] "bl_yj3: Soo bottom https://t.co/o2IhILGI8A"
## 
## [[9]]
## [1] "511NY: Updated: Construction on #Q27Bus Both directions from 46 Av/162 St to Kissena Bl/45 Av https://t.co/IGxbn4kQC7"
## 
## [[10]]
## [1] "511NY: Updated: Construction on #Q31Bus Both directions from 32 Av / Francis Lewis Bl to Corporal Kennedy St/34 Rd https://t.co/R7PnFB6rLY"
## 
## [[11]]
## [1] "SecretSocietyGL: RT @karimnas_: Same-sex relations in an 18th century Ottoman manuscript https://t.co/prz6uHEwJd https://t.co/wFyYk6gO0T"
## 
## [[12]]
## [1] "vampirizarte: @bl_yj3 a ver!"
## 
## [[13]]
## [1] "Danyelle11481: RT @darkestdollx: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @…"
## 
## [[14]]
## [1] "Danyelle11481: RT @BadBeanLLC: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wala…"
## 
## [[15]]
## [1] "hiddlermaniac: why does jihoon and hyunwook look like they're promoting bl series instead of weak hero class 1😭😭"
## 
## [[16]]
## [1] "sharkyxxxxx: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[17]]
## [1] "4fforce_: @kjinebula it's force, he played in the bl enchanté and will be playing in a boss and a babe / only friends in 2023"
## 
## [[18]]
## [1] "DanTheGreatGam1: @Krashface1 @Repentmofos @orange_juice_b I mean mate ive reached out to a BL author if ya chill and polite they do… https://t.co/lRAP55PUqb"
## 
## [[19]]
## [1] "Delmi48792616: RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…"
## 
## [[20]]
## [1] "akktheoryszel: there's this trend on tt where ppl put quotes related to bl characters but i only think and relate them to akktheo"
## 
## [[21]]
## [1] "bl_enthusiastic: RT @gdzmenu: IM PISSING MYSELFJDHAGHSH https://t.co/eP2RpB3uq3"
## 
## [[22]]
## [1] "jootawoo: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[23]]
## [1] "VSR076: RT @PanthersCulture: Byron Leftwich is in a no-win situation.\n\nWhen Tom Brady was producing, BL got some hype, but it was mostly because To…"
## 
## [[24]]
## [1] "CocoMeltea: RT @shainn_rgkysb: ー☆ busco mutuals !! \n\nno soy nueva en #anitwt #animetwt #genshintwt 。⁠☆\n\n› jojo's, jjk, mob psyco, haikyuu, free, death…"
## 
## [[25]]
## [1] "BLXBLU_BBB: Please vote for BibleBuild\n#BibleWichapas #BuildJakapan\n@biblesumett @Buildbuilddd #BibleBuild #ไบเบิ้ลบิว \n https://t.co/ecBnhWPjgj"
## 
## [[26]]
## [1] "vics_bl: RT @hamstersmp4: on a mission https://t.co/eTSfGIQr8C"
## 
## [[27]]
## [1] "ItzThanoxz: @DaemonX99 @DestinyNostalgi They already updated the engine with BL, but that has not helped a lot. You simply need… https://t.co/Vw1ZEcGUJr"
## 
## [[28]]
## [1] "MNLGroup: RT @Killmoenetwork: 4-YEAR-OLD STRUCK BY VEHICLE: 3400 Bl. Of Holmeade Pl. N.W: Dcfd is on the scene of a pedestrian struck involving a 4-y…"
## 
## [[29]]
## [1] "bl_enthusiastic: RT @thankfulforchan: “STRAY KIDS EVERYWHERE ALL AROUND THE WORLD” https://t.co/dMAv9QvRDs"
## 
## [[30]]
## [1] "TONYREDZUPT13P: RT @Killmoenetwork: 4-YEAR-OLD STRUCK BY VEHICLE: 3400 Bl. Of Holmeade Pl. N.W: Dcfd is on the scene of a pedestrian struck involving a 4-y…"
## 
## [[31]]
## [1] "alter1dem: RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…"
## 
## [[32]]
## [1] "Killmoenetwork: 4-YEAR-OLD STRUCK BY VEHICLE: 3400 Bl. Of Holmeade Pl. N.W: Dcfd is on the scene of a pedestrian struck involving a… https://t.co/UvsmPce64t"
## 
## [[33]]
## [1] "JonesMarkLB: @jackdoranjr @MambaSalty @sickathehighhat @gentle_class7 @keithccurtis @teamphil @GentriVacation @Shoccking @ABC… https://t.co/uwdrX0Iy01"
## 
## [[34]]
## [1] "vanlee84: RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…"
## 
## [[35]]
## [1] "kongs_heart: Hongbin actually had his own BL\n\na thread ⬇️ https://t.co/EaKfHHafCd"
## 
## [[36]]
## [1] "moralcompassbot: What's BL? Yamada says I would like it but refuse to tell what it is!"
## 
## [[37]]
## [1] "winnifred33tcn: Cremation Urn for Ashes, for Adults up to 200lbs, Funeral Burial Urns Made from Aluminium with Velvet Bag for Human… https://t.co/lQ2oTQgT0T"
## 
## [[38]]
## [1] "flypotothemile: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[39]]
## [1] "IndyyProg: @Thunderblunder7 The BL KNIGHTS LETS GO BABYY"
## 
## [[40]]
## [1] "_Captain_Duck: LRT: MY FAVORITE BL MANGA AUTHOR JUST DREW KEIWA AND ACE IM SHAKING"
## 
## [[41]]
## [1] "phamngo85982614: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[42]]
## [1] "SimondForbes: RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…"
## 
## [[43]]
## [1] "yookimdokja: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[44]]
## [1] "apocolleaguesH: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[45]]
## [1] "zxidart: (part i clarify i havent touched ov*rwatch in years and i hate bl*zzard but if i don't add the part i was a junkrat… https://t.co/ia0qAtlrQp"
## 
## [[46]]
## [1] "BrandonChan4: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[47]]
## [1] "apocolleaguesH: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…"
## 
## [[48]]
## [1] "bl_enthusiastic: RT @hourlybinsung: jisung screaming “SPEARB” before changbin’s part and him EATING IT UP https://t.co/IXyE9srv2b"
## 
## [[49]]
## [1] "hanaphamvn: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[50]]
## [1] "brasskitsune: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[51]]
## [1] "ItzThanoxz: @Rayxur6 @DestinyNostalgi That is basically what they tried to do with BL with the engine update, with DCV as resul… https://t.co/KsPzWFGkWP"
## 
## [[52]]
## [1] "tchttlphndallas: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[53]]
## [1] "bl_enthusiastic: RT @straynations: the plot development 💯 https://t.co/6Ne25gut9v"
## 
## [[54]]
## [1] "aplethoras: @Syzyg3tic god gotta get me more of those. not that i don't make my non-thai bl friends look at everyone i love. that's unreasonable."
## 
## [[55]]
## [1] "Nattawin_VNfan: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[56]]
## [1] "shaashamo: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[57]]
## [1] "hellomefeb: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[58]]
## [1] "pakuzunoha: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[59]]
## [1] "Khaioshiin: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[60]]
## [1] "PinellasCo911: Alert: MOTOR VEHICLE COLLISION @ 8465 W GULF BL Tac: B Sent: R24 E24"
## 
## [[61]]
## [1] "HiNight_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[62]]
## [1] "_termoderiver: @BL_Nahuel_CARP 23 de abril masterclass"
## 
## [[63]]
## [1] "Danzo51196: @DestinyNostalgi I've debated this with a friend, and we both agree it's time for an engine upgrade. One that is mo… https://t.co/xym0Oai5BZ"
## 
## [[64]]
## [1] "LordHudson45: RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…"
## 
## [[65]]
## [1] "yeagerbonebone: @SherminatorF On final arc of Fata Rein (the final arc of all of Fata), and watched all the eps of Tybw. Am also watching BL and SxF weekly"
## 
## [[66]]
## [1] "bl_enthusiastic: RT @BCHANPIC: CHRISTOPHER??????? https://t.co/DhoBajREfW"
## 
## [[67]]
## [1] "anuBindu2: Rey @Twitter @TwitterSupport u bl**dy burger and pizza fix the bug https://t.co/lDEeEy8MtV"
## 
## [[68]]
## [1] "BL_Balthaser: @CrowdsourcedPol @VazquezSonne4 Yo they are asking for a couple of sick days off."
## 
## [[69]]
## [1] "bl_enthusiastic: RT @hanjiclips: SMILEY HAN 😭\nhttps://t.co/gw9WlInaDN"
## 
## [[70]]
## [1] "zeezpazeez: @PolcaBaby Parang straight out of a BL novel 'yung anecdote, ano? Hahaha."
## 
## [[71]]
## [1] "cswooml: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[72]]
## [1] "Croissant_Apo: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[73]]
## [1] "ttttoey19B2uty: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[74]]
## [1] "catalinamadridd: I have just given up on finding another BL to watch because nothing comes close to what MileApo has portrayed. https://t.co/ZClCkga8cb"
## 
## [[75]]
## [1] "i2k_bl: RT @holybibs: SO THEY PROLLY FILMED THIS SCENE AND THEY CUT IT OUT?! BECAUSE THE PAJAMA LOOKS THE SAME WITH THE NOVEL VEGAS 😭\n\n꒰ #BibleBuil…"
## 
## [[76]]
## [1] "bl_enthusiastic: RT @btsthroughyears: 3 years ago today, @BTS_twt won all 4 Daesangs of MMA and made history by being the first (and only) artist to achieve…"
## 
## [[77]]
## [1] "pepasmaga2: RT @RebirthShadows: Chinese zodiacs of Pansy. Seen yours yet?\nPansy: https://t.co/zVLOikJWjB |Webtoons https://t.co/Atdf3E0SWk\n\nPansy (c) K…"
## 
## [[78]]
## [1] "not_orny: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[79]]
## [1] "CCamosy: RT @LeahLibresco: I love this plan for Eucharistic processions across the country in 2024. \n\nStarting in:\n-San Francisco\n-the tomb of Bl Mi…"
## 
## [[80]]
## [1] "bemylegacyy: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[81]]
## [1] "RebirthShadows: Chinese zodiacs of Pansy. Seen yours yet?\nPansy: https://t.co/zVLOikJWjB |Webtoons https://t.co/Atdf3E0SWk\n\nPansy (… https://t.co/6Zc56jkmBe"
## 
## [[82]]
## [1] "hyaxinthxiii: RT @chunwei74: Officially introducing my original BL novel called Settlement🥳\n\nI started from January and it finally reached its ending on…"
## 
## [[83]]
## [1] "auer42tzgzh: Hinomaru Collection Ichigo Sake Set Tokkuri 5 fl oz Bottle with Two Sake Ochoko Cups 2 fl oz Reactive Glaze Ceramic… https://t.co/8mOGYXPy8U"
## 
## [[84]]
## [1] "bl_enthusiastic: RT @captainCB97s: LOOK AT CHAN..HE WAS GENUINELY SO SHOCKED, HE’S SO PRECIOUS 😭😭 https://t.co/F5bC9BgxmJ"
## 
## [[85]]
## [1] "grace1413danny: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[86]]
## [1] "MileApoMexico: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[87]]
## [1] "fan_booking: @Dave90822263 @WrestlingHumble Sami is in MITB. Tells them he will win it so Roman wont have to worry about it. He… https://t.co/cU8kJYbjwI"
## 
## [[88]]
## [1] "jvang199027: HOWWW??!!! HOW DO I CHOOSE?!!! #RIDI #RIDIAWARDS #BL 😭😭😭 https://t.co/cd8KXb3eoJ"
## 
## [[89]]
## [1] "crisalvessh: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[90]]
## [1] "Mydestiny_83: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[91]]
## [1] "yvethral: honestly how did i not get spoiled, thank fuck my tl is mostly bl"
## 
## [[92]]
## [1] "sgo0dman: I GOT VEGAS FOR THE “WHICH BL CHARACTER IS YOUR MENTAL HEALTH” 💀💀"
## 
## [[93]]
## [1] "PWarrenn: @illustrata_ai @joynxyz @amli_art @bl_artcult A World Turned Dark \n\nDon't turn your back on your Demons.\n\nEven if y… https://t.co/KMU3Yuv9kv"
## 
## [[94]]
## [1] "robinschnelle: sir? and may I ask whether this is the sort of bitters by\nwhich he bl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/W7B0PMgywy"
## 
## [[95]]
## [1] "tonny_bl_: they make me so happy 🫰\n#TayNew #Tawan_V #newthitipoom #Newwiee #Darkbluekiss #TayNew1stFMinOSAKA #CherryMagicTH… https://t.co/e50yQuNGTj"
## 
## [[96]]
## [1] "bl_enthusiastic: RT @lowkeeeeeyyyyy: strict parents raise good liars"
## 
## [[97]]
## [1] "FinderCard: DUSTIN MAY 2021 Topps Chrome Bl #ad #baseballcards https://t.co/qOHrfuE0bX"
## 
## [[98]]
## [1] "Pakatip927: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[99]]
## [1] "thecyanartchive: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[100]]
## [1] "chaimae_bl: RT @ymeskaoui: We need to wake up! What #Balenciaga did was on purpose and not an error. The woke mob is executing an AGENDA that tries to…"
## 
## [[101]]
## [1] "13_maggots: RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…"
## 
## [[102]]
## [1] "naphg_: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…"
## 
## [[103]]
## [1] "charmlii_: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[104]]
## [1] "PinkyMomo_: \"It's a Tokusatsu or BL scene?\"\n\nI have no idea sir, it's same    LMAO🤣 https://t.co/PL0G50sXMz https://t.co/qYrannR9qm"
## 
## [[105]]
## [1] "pepsimilktea: RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…"
## 
## [[106]]
## [1] "iyyene: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[107]]
## [1] "LOUDDIEVAN: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[108]]
## [1] "yanamon16: RT @yslppe: @pearl_nikkie there are some if you searched \"perth chimon\" here in twt. so many bl stans were newly born from c0vid era, i'm t…"
## 
## [[109]]
## [1] "FishNft26: whitelist Interworking Assistant @BL_fpi @DiamondHeistNFT @JPEGErebus @DocCripto @oieusouogohann @chherm126… https://t.co/tlOHf6YGbW"
## 
## [[110]]
## [1] "Btr700: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[111]]
## [1] "Nurmala011293: RT @ChelseaismyL: Zee Pruk Panich is an actor he made his debut in 2016 being active since 2018.he had played more straight roles thn bl ro…"
## 
## [[112]]
## [1] "UviPoznansky: Get ❤♡ FERN SHAPES UP TO FORM ♡❤ by \"@bl_els \"@Pizzazz_Books\n#bargain #crime fiction\nhttps://t.co/8WehBHgLRf … https://t.co/2xHlW28ySI"
## 
## [[113]]
## [1] "NymphTicha: RT @shoujocrave: Josei girls love manga \"She loves to cook, and she loves to eat\" launches a charity project for same-sex marriage!\n\n\"I've…"
## 
## [[114]]
## [1] "Pyramid_BC08: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…"
## 
## [[115]]
## [1] "bl_enthusiastic: RT @thinkskztxt: I.N AND BEOMGYU HUGGING https://t.co/xoMYknBdfl"
## 
## [[116]]
## [1] "spiffy: RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…"
## 
## [[117]]
## [1] "lams16: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[118]]
## [1] "bl_enthusiastic: RT @fayepjm: there is tears in my eyes https://t.co/fdCR45OIt5"
## 
## [[119]]
## [1] "hahipuhepon: RT @artmarteau: @illustrata_ai @joynxyz @amli_art @bl_artcult 𝘛𝘩𝘦 𝘞𝘦𝘪𝘨𝘩𝘵 𝘖𝘧 𝘛𝘩𝘦 𝘞𝘰𝘳𝘭𝘥 𝘐𝘴 𝘖𝘧𝘧 𝘔𝘺 𝘚𝘩𝘰𝘶𝘭𝘥𝘦𝘳𝘴\n#expressionwithmeaning \n2nd Entry…"
## 
## [[120]]
## [1] "gintokice: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[121]]
## [1] "mynameis_Aommy: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[122]]
## [1] "ApoNattawinVnfp: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[123]]
## [1] "Yaatawin: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…"
## 
## [[124]]
## [1] "ReyenEwl: I can't wait to see what happens next! Click the link below and join my struggle!\n \n#BL #comic… https://t.co/N68aowwYs9"
## 
## [[125]]
## [1] "Yaatawin: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[126]]
## [1] "bl_enthusiastic: RT @smolsungies: THEY ARE SO GORGEOUS IM SPEECHLESS.... https://t.co/cm1rVs6NiC"
## 
## [[127]]
## [1] "FSketchy52: @Axelrules21 @BeastWrestler21 Full gear had better matches but WG storytelling especially with aj v finn and the BL… https://t.co/PJWNOVBsQU"
## 
## [[128]]
## [1] "summosa: @grrragustd This made me think about that bl about vampires where humans are treated like cattle"
## 
## [[129]]
## [1] "BrightStarEnZhi: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[130]]
## [1] "safsdiary: RT @peachyIaurent: I don’t even care about bl actors personal lives but I love to hear the gossip and theories cause I’m nosy and just like…"
## 
## [[131]]
## [1] "Rati_91: RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…"
## 
## [[132]]
## [1] "YundtKristin: Rmikaly 2 Hooks/ 3 Hooks 6 Pcs Women's Bra Extender Soft and Comfortable Bra Extension Strap Bra Lingerie Extenders… https://t.co/p0oGiOQp5E"
## 
## [[133]]
## [1] "FANTASTICRADIOO: Listen Live Now on https://t.co/mv8YVs5Qgy: El Dolorcito De Mi China by Arsenio Rodríguez / You feel FANTASTIC .You… https://t.co/UUX8YgYBKb"
## 
## [[134]]
## [1] "miraispica: RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…"
## 
## [[135]]
## [1] "Samiledboy: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[136]]
## [1] "iCEofABUJA: @Bl_ackDelight Talking to normal people, not a cultist. 🤦🏽‍♂️"
## 
## [[137]]
## [1] "chaimae_bl: RT @Dominiquetaegon: #BalenciagaGate gets sicker. \n\nThese are just some of the sickening posts from Balenciaga’s main stylist’s Instagram p…"
## 
## [[138]]
## [1] "AdelineAurora1: RT @biumipastelito: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/0J0tPQWi9W @TheTopFamous"
## 
## [[139]]
## [1] "A0KITAN: the only bl actor man ever 4 me hes so fuckin cute like i cant even explain how handsome i think he is https://t.co/pokTwBfj53"
## 
## [[140]]
## [1] "vanillachilipep: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[141]]
## [1] "simplyJayke_: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[142]]
## [1] "WHanPHOTO: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[143]]
## [1] "ShoppingAlertUK: Blue Crest Motel Milwaukee Wisconsin postcard Telephone number BL 8-2910 via @eBay #eBay🇺🇸 https://t.co/g4oRh0gNzR"
## 
## [[144]]
## [1] "happy166801: All I will do is to read more BL manga\n\nToday, I shall be"
## 
## [[145]]
## [1] "ddeepweeb: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[146]]
## [1] "NyamNyamNyam_23: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[147]]
## [1] "milemeowzx: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[148]]
## [1] "HipChicago: RT @thebottomlounge: 🦂SUPPORT ADDED🦂\n@nightspicemusic &amp; @weekendrunclub will be supporting @Emarosa this Saturday, December 3rd. Tickets ar…"
## 
## [[149]]
## [1] "slycooncreation: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[150]]
## [1] "eunluna_KIM: this megamaterpiece is jus too good... i love how bl genre is brought in a more mature and realistic ways https://t.co/4y9FVRM4XV"
## 
## [[151]]
## [1] "GurrenHime: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[152]]
## [1] "yanomanikaa: You know those tricks when in bl manga car interior turns into a penthouse. I'm trying to draw it now 🚬😵‍💫 https://t.co/tcdBT9XidS"
## 
## [[153]]
## [1] "heelsiblings: @jhonpl55 truly the gnc couple. u got ppl thinking they’re both BL &amp; GL in the comments 😂"
## 
## [[154]]
## [1] "TridentineBrew: RT @PapalZouaveUS: HYMN OF THE PONTIFICAL TROOPS TO THE HOLY FATHER (Bl. Pope Pius IX, 1867)🇻🇦\n\nThe clamor of warrior trumpets.\nIn the pres…"
## 
## [[155]]
## [1] "aquiza03: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[156]]
## [1] "enyatran253: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[157]]
## [1] "k43Iuc: @haikyutwo LIKE YOULL KILL SOMEONE FOR FR LIKING BL AND BEING A WOMAN???"
## 
## [[158]]
## [1] "umiisyafiqa: i can’t do this anymore, at this point just give them a bl series 😔 https://t.co/HVquo5TvJX"
## 
## [[159]]
## [1] "Alu_Morgenstern: RT @lovecastpodcast: It's the most wonderful time of the year - the annual #GMMTV2023 showcase 🙌 Join us as we talk through all the #BL &amp; #…"
## 
## [[160]]
## [1] "bl_enthusiastic: RT @yeonfarie: hiyyih and huening kai seeing each other on stage and on awarding shows is just so precious 😭 https://t.co/QPNnqWGKJa"
## 
## [[161]]
## [1] "mileaposdestiny: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[162]]
## [1] "nammle_: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[163]]
## [1] "bartellbvoxu: Unbroken Sports Wear Gymnastics Grips - pullups, Weight Lifting, Chin ups, Training, Exercise, Kettlebell  Protects… https://t.co/k9FGKHuEIO"
## 
## [[164]]
## [1] "simpforOCnMC: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[165]]
## [1] "Nicetomeetyouh2: RT @zongzi0428: #artistsontwitter  Hi, I draw me and my friend's BL oc couple, I also have my own BL manga on my page please enjoy. https:/…"
## 
## [[166]]
## [1] "linhnguyen13994: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[167]]
## [1] "Emarosa: RT @thebottomlounge: 🦂SUPPORT ADDED🦂\n@nightspicemusic &amp; @weekendrunclub will be supporting @Emarosa this Saturday, December 3rd. Tickets ar…"
## 
## [[168]]
## [1] "Amp0nii: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[169]]
## [1] "BakeNekoMadara: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[170]]
## [1] "RobertDSeals1: RT @TRtheTitan: “The joy of life is a very good thing, and while work is the essential in it, play also has its place.” - Theodore Roosevel…"
## 
## [[171]]
## [1] "_cxmcxm_: RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…"
## 
## [[172]]
## [1] "tyciackerman: @0_Harryy Yaoi, BL= Boys Love, gays, homens se pegando"
## 
## [[173]]
## [1] "jooniebyeol: Started Coffee melody and it was a nice surprise to see Fee from 12% here since I had wanted him in a bl. \n\nPavel…b… https://t.co/WmzUqI1Yn3"
## 
## [[174]]
## [1] "Cattawin240294: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[175]]
## [1] "suha1454: RT @ladyofethylene: This comic really gives me the same feelings as read Cherry Blossom After Winter..🌸🌸🌸\nI mean those happiness, comfort,…"
## 
## [[176]]
## [1] "erisebeth: The only thing i like about ccp is how they stopped production of bl adaptation, fr those adaptation make fandom to… https://t.co/TUdmfni3P2"
## 
## [[177]]
## [1] "amazing25338373: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[178]]
## [1] "growthrev: @Ambi_eth @illustrata_ai @joynxyz @amli_art @bl_artcult This is so powerful!"
## 
## [[179]]
## [1] "amazing25338373: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[180]]
## [1] "growthrev: @Ambi_eth @illustrata_ai @joynxyz @amli_art @bl_artcult Wow Irina, this is incredible!"
## 
## [[181]]
## [1] "boywifegacha: @daracraichi Was it the discourse? Was it the BL? Was it the Shota? Who knows!"
## 
## [[182]]
## [1] "TryNotPH: RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…"
## 
## [[183]]
## [1] "wxstwt: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[184]]
## [1] "shiibak13: what bl is this https://t.co/HiIJbpHNOP"
## 
## [[185]]
## [1] "shainn_rgkysb: ー☆ busco mutuals !! \n\nno soy nueva en #anitwt #animetwt #genshintwt 。⁠☆\n\n› jojo's, jjk, mob psyco, haikyuu, free, d… https://t.co/OegVhdZV5f"
## 
## [[186]]
## [1] "bl_enthusiastic: RT @knjgIoss: some of y’all just wouldn’t get it https://t.co/NAettqfJgH"
## 
## [[187]]
## [1] "linhnguyen13994: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[188]]
## [1] "sensememories: @AriaWolfe9 Horrifying and despicable. I’m so sorry. Please DM, and let one of us know if we can BL him on your behalf."
## 
## [[189]]
## [1] "hermit_wanderer: @LiirBL 😭 I thought it was BL 🤧"
## 
## [[190]]
## [1] "bl_curry_: RT @forblebiu: either pete was still lingering inside biu's mind or he was worried for bible because he kept glancing at the younger https:…"
## 
## [[191]]
## [1] "15evejjh: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…"
## 
## [[192]]
## [1] "RockyResistor: RT @TRtheTitan: “The joy of life is a very good thing, and while work is the essential in it, play also has its place.” - Theodore Roosevel…"
## 
## [[193]]
## [1] "BarboraKott: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[194]]
## [1] "bl_curry_: RT @maxtuIover: now imagine biu playing a role like this one 😳\nhttps://t.co/E9wwfM7Z6H"
## 
## [[195]]
## [1] "AIMZBACK: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[196]]
## [1] "LoveBvcXZMA: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[197]]
## [1] "StanYaksha: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[198]]
## [1] "ArmadilloNim: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[199]]
## [1] "Harumi_Suzuki13: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[200]]
## [1] "BL_nananWSSP: RT @Enviosity: Liben literally the best NPC in Genshin https://t.co/jErgo8HWqS"
## 
## [[201]]
## [1] "bl_yj3: @thvquacks Bottom"
## 
## [[202]]
## [1] "6C_BL: More? Check fav! :D"
## 
## [[203]]
## [1] "Cattawin240294: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[204]]
## [1] "bl_curry_: RT @wichapasluve: oh his body is immaculate tho 😣\n\n#BuildJakapan #Beyourluve \n https://t.co/obh6YosuPW"
## 
## [[205]]
## [1] "bl_lebronmlb: RT @GageBA: 🏀 Can we talk about 12/17 for a minute? https://t.co/P7oZmqQ25o"
## 
## [[206]]
## [1] "BL_nananWSSP: RT @littlethunderr: Wednesday 2022 | Wednesday 1993 https://t.co/1CnW9ghvhe"
## 
## [[207]]
## [1] "BL_nananWSSP: RT @RiseFallNickBck: It was to us all. https://t.co/MeCMvMUlvF"
## 
## [[208]]
## [1] "bl_curry_: RT @holybibs: this was when the prop knife drop to build's feet and hurt him. but look at bible despite him being tired and ask him with a…"
## 
## [[209]]
## [1] "bl_enthusiastic: RT @loveIycbg: low quality but it's choi beomgyu https://t.co/40DVbiqgv2"
## 
## [[210]]
## [1] "bl_enthusiastic: RT @bangtinyboyys: No one can touch their level\nhttps://t.co/zStf4SJnRb"
## 
## [[211]]
## [1] "MA_3xo: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[212]]
## [1] "annadauzere: RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…"
## 
## [[213]]
## [1] "bl_yj3: @beatwitrkv7 Bottom"
## 
## [[214]]
## [1] "bl_curry_: RT @holybibs: NOT HIM JUST STANDING THERE WHILE EVERYONE WATCHED HIM \n\n꒰ #BuildJakapan #Beyourluve ꒱ https://t.co/8ooOFJrQfh"
## 
## [[215]]
## [1] "bavani_i: @AlexMetalGuy At least you have admitted thirsting for BL trash."
## 
## [[216]]
## [1] "bl_curry_: RT @wichapasluve: so pretty even when asleep 😴 💙\n\n#BuildJakapan #Beyourluve \nhttps://t.co/DUTt5nGWjH"
## 
## [[217]]
## [1] "ONEOFlGOT7: RT @peachyIaurent: I don’t even care about bl actors personal lives but I love to hear the gossip and theories cause I’m nosy and just like…"
## 
## [[218]]
## [1] "MyM00nchild: RT @BLUPDATE2022: Office Romance awaits you in Thai BL next year, 2023:\n\n1. Bed Friend (Mandee)\n2. The Middleman's Love (Mandee)\n3. Wish Me…"
## 
## [[219]]
## [1] "bl_curry_: RT @biblegatito: suddenly i miss my good partners 🤲🏻 https://t.co/r8oj1b5cXa"
## 
## [[220]]
## [1] "bl_curry_: RT @wichapasluve: THE TINY SWEATER PAWS 😭😭 \n\nIM DEVASTATED 😭😭 https://t.co/denbIl62d8"
## 
## [[221]]
## [1] "CrowdsourcedPol: @BL_Balthaser @VazquezSonne4 The majority of the unions &amp; members involved agreed to the contract. At the same time… https://t.co/JPczUJ0zeL"
## 
## [[222]]
## [1] "effertztmgw: 100Pcs 21mm/0 8 Inch Small Metal Gourd Safety Pins Bulb Pin for Knitting Stitch Markers, Sewing Clothing DIY Craft… https://t.co/6f9AMi6gnC"
## 
## [[223]]
## [1] "Rahul_joshi_bl: RT @YouTube: drop a video you’ve watched more times than you can count"
## 
## [[224]]
## [1] "Qs357: RT @Qs3488: Let's all follow 👉 @UbaidKhaan &amp; 👉 @HammadH42886717  they follow back!🙋‍♀️ \n🦋❕🟣🟣\n❕  🟣🟡🟣\n❕❕🟣🟣\n❕❕  🌱 🌹 #flow_bl 🌹\n@xvnv \n@Qs3488…"
## 
## [[225]]
## [1] "clorijail: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[226]]
## [1] "Btsarmybllover: #AmeiroParadox.              Bl shows for December https://t.co/YMK8qAoaBj"
## 
## [[227]]
## [1] "susu_k1234: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[228]]
## [1] "unalacuna22: @illustrata_ai @joynxyz @amli_art @bl_artcult My #expressionwithmeaning : a goal in life is maintaining endless cur… https://t.co/MjCxKriV9X"
## 
## [[229]]
## [1] "mileapo_ko: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…"
## 
## [[230]]
## [1] "AriPurnami10: RT @BL_Scenery: ✨ BL SERIES AND MOVIES FOR DECEMBER 2022\n\n01 - #OhMyAssistant 🇰🇷\n02 - #MySchoolPresident 🇹🇭\n02 - #609BedtimeStory 🇹🇭\n03 - #…"
## 
## [[231]]
## [1] "MByonyon: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[232]]
## [1] "BlackLo39629533: Sometimes we realize how much emotions hurt us...\n    💞🌸🖤BL🖤🌸💞 https://t.co/AcLHzN2QNj"
## 
## [[233]]
## [1] "GaylesbianC: BL SERIES &amp; GL SERIES 2023 LineUp\n- Show Me Love\n- A Boss and a Babe\n- Hidden Agenda\n- 23.5 Degree the World Inclin… https://t.co/UOTPLTxqVB"
## 
## [[234]]
## [1] "luiseduardo194: @NinjaTheory @XboxGamePass I love the letter BL"
## 
## [[235]]
## [1] "BL_nananWSSP: RT @SatorRotas: Blitz version of \"I'm always chasing rainbows\"\n\n(sticker &amp; other stuff of this in my shop: https://t.co/93rCgrwYbD)\n\n#Hellu…"
## 
## [[236]]
## [1] "DementiaAllianc: RT @Dem_Adv: @KateSwaffer @chrissythelker @DementiaAllianc Unfortunately we sometimes need to repeatedly use the inclusive positive languag…"
## 
## [[237]]
## [1] "huynhanh2012: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[238]]
## [1] "wizard_pirate: @LeaTheSequel Sakuya pilfers through the mansion library to find every last piece of BL when no one's looking"
## 
## [[239]]
## [1] "bl_curry_: RT @biuberryluve: everybody fighting cutely and these two competitive mfs be out there kicking each other like 😭\n\n#BibleBuild #ไบเบิ้ลบิว…"
## 
## [[240]]
## [1] "bl_enthusiastic: RT @rmvsjk: a hilarious thread — https://t.co/ALrwGSfwTT"
## 
## [[241]]
## [1] "bl_ckgothicc: RT @marxhaunting: Dear Engels,"
## 
## [[242]]
## [1] "bingbingblorbo: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[243]]
## [1] "lvbbmileapo: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[244]]
## [1] "AdelineAurora1: RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…"
## 
## [[245]]
## [1] "bl_curry_: RT @jsaturfiles: jeffy in the middle of everything 🤣🤣 https://t.co/d8q2xTunOk"
## 
## [[246]]
## [1] "apoaxis: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[247]]
## [1] "elena_disgrasya: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[248]]
## [1] "SuckMyBigToez69: @Stststarv1ngg @flesh_cutter ive hit baby styros before but as soon as i got the new bl@de omfg in love"
## 
## [[249]]
## [1] "peachan51242: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[250]]
## [1] "kdrama_menfess: •kdm• 🏳️‍🌈 \nTeaser bl series \"The New Employee\" tayang mulai 21 Des 🤩🤩\nhttps://t.co/27349ty7eO"
## 
## [[251]]
## [1] "bl_curry_: RT @forblebiu: that tiny glimpse of pete's tattoo https://t.co/Gxs3y3FDg4"
## 
## [[252]]
## [1] "katsu_wifey: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[253]]
## [1] "SherifUsman7: @Billa96256431 @drixllll @NPaschals @benny7gg Thank God you’re not bl!nd to see global there"
## 
## [[254]]
## [1] "ZentraSunday: Pequod, as she heavily forged through the sea (for by this time it\nbl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/3WigraQ1d2"
## 
## [[255]]
## [1] "BL_nananWSSP: RT @chuchugou: NSFW #原神 #Alhaitham \nThose look heavy king 🤲 https://t.co/aE93ACGJiM"
## 
## [[256]]
## [1] "playendroll: RT @fudrilshi: write the callout post for the 500th time you fucking moron. Go ahead, see if i dont block your ass and keep posting BL ."
## 
## [[257]]
## [1] "myvsta: @AiaAmare @Fulgur_Ovid LMAO AIA??? I DIDN'T KNOW YOU LIKE BL..."
## 
## [[258]]
## [1] "BL_Balthaser: @CrowdsourcedPol @VazquezSonne4 Blocking a strike and violating union democracy is not OK if it were one union"
## 
## [[259]]
## [1] "BlackLo39629533: Why does this sometimes happen?\n💞🌸🖤BL🖤🌸💞 https://t.co/utZfMmJlAo"
## 
## [[260]]
## [1] "bl_curry_: RT @biuberryluve: pls i didn't know they had to hit with belt for real 😭... even tho they probably didn't hurt for real , it must've been s…"
## 
## [[261]]
## [1] "KevinRathbone15: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[262]]
## [1] "BL_nananWSSP: RT @fatfatpankocat: Bedtime https://t.co/IFA1TIZB8T"
## 
## [[263]]
## [1] "NaoBiu: RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…"
## 
## [[264]]
## [1] "Legacy_BL_jun: RT @lahaijiaojiao: Lappland and Zorua trainer gallery\n\n#arknights #明日方舟 https://t.co/58ikTh6kdj"
## 
## [[265]]
## [1] "mileaposdestiny: RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…"
## 
## [[266]]
## [1] "BL_nananWSSP: RT @_LeMissem: Just a break for some art of the Captain ⛓️\n#Capitano #GenshinImpact https://t.co/ZOaCo1gH73"
## 
## [[267]]
## [1] "bl_curry_: RT @bibblesummett: Please He is so cute 🤏🏻🥺\n\n#BuildJakapan @Buildbuilddd https://t.co/fYSLv3Vy98"
## 
## [[268]]
## [1] "LJHXSha: @jaerenous Thank you po ☺ just started watching some bl series. Cutiepie plng n start tan ko 😅"
## 
## [[269]]
## [1] "BL_nananWSSP: RT @JaydisHIM: These anime voiceovers dawg💀💀 https://t.co/aaVtCwj9Up"
## 
## [[270]]
## [1] "loveyoutoo1113: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[271]]
## [1] "ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³… https://t.co/TCBHtz4bW7"
## 
## [[272]]
## [1] "playendroll: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[273]]
## [1] "sk8terboypercy: r*wan bl*nchard https://t.co/ImiegfCf42"
## 
## [[274]]
## [1] "Cleio_: RT @red_loeb: 30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v @BLMedieval h…"
## 
## [[275]]
## [1] "smolsdarklightr: @porgavenger sitting there handsomely, tally-ly, their long leggys off-camera. stoically thinking about how one of… https://t.co/cWNLgXP9TN"
## 
## [[276]]
## [1] "CrowdsourcedPol: @BL_Balthaser @VazquezSonne4 8 of the 12 unions already agreed to the sep contract. Going to ignore that?"
## 
## [[277]]
## [1] "Clara15B: Pack of 2 Silicone Pasta Fork, Kitchen Heat Resistant Noodle Spoon Server, BPA Free Spaghetti Strainer,Best Cooking… https://t.co/fLqQpjvDB9"
## 
## [[278]]
## [1] "tomomorey: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[279]]
## [1] "bl_curry_: RT @holybibs: SO THEY PROLLY FILMED THIS SCENE AND THEY CUT IT OUT?! BECAUSE THE PAJAMA LOOKS THE SAME WITH THE NOVEL VEGAS 😭\n\n꒰ #BibleBuil…"
## 
## [[280]]
## [1] "Hank_HeyNow: @bertovo I gotta hand it to my folks: not only did we watch South Park as a family when it first aired, but dad too… https://t.co/Vo7bZHgvQk"
## 
## [[281]]
## [1] "bl_yj3: @Namkookcrush bottom"
## 
## [[282]]
## [1] "Xime98653455: I can't wait to see what happens next! Click the link below and join my struggle!\n \n#Higunana #coloring #bl… https://t.co/8Chsrb43J1"
## 
## [[283]]
## [1] "Krashface1: @Repentmofos @orange_juice_b I want to take a moment and for the first time in these past years since I knew about… https://t.co/IsA7NkV8pU"
## 
## [[284]]
## [1] "bl_curry_: RT @cclodye: YALL TELLING ME THEY ACTUALLY FILMED FOR THE COCO SCENE BUT IT'S NOT BEING AIRED??? https://t.co/QBtubcerGD"
## 
## [[285]]
## [1] "scooterdoofus: RT @obskyr: Here's a manga I've seen a *lot* of buzz about in Japan, but none in the West… Hikaru ga Shinda Natsu.\nTwo boys in the countrys…"
## 
## [[286]]
## [1] "BIRDY1999_: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[287]]
## [1] "FreeScot45: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[288]]
## [1] "JungYeUen: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[289]]
## [1] "kleej8: RT @Law_Solidarity: Delighted to launch my new oral history project, working with @BL_OralHistory to develop an archive of oral history int…"
## 
## [[290]]
## [1] "ILittleRedFox: RT @tinachoding: @emprssofemerald @Intrepid_Poppy yes! all pretty much saying the same thing but very cool that it's based off an actual sw…"
## 
## [[291]]
## [1] "nkulw: tell 'em charlie https://t.co/1kJ8PETJlT https://t.co/f3aK7MNDkh"
## 
## [[292]]
## [1] "giodrocketman: @jesusfalcis @Enzoomnia How is this not a pinoy bl plot line?"
## 
## [[293]]
## [1] "Peejun_: @HailisCold If bl*ckb*erry🤢🤢 think they can go at chuu😶‍🌫️😶‍🌫️ withput going through me...🤬🤬 they are dead wrong🔥👊"
## 
## [[294]]
## [1] "wendigochild13: @iamvassalady Happy Birthday!!!! Hope you get some time to read some BL later! 😊"
## 
## [[295]]
## [1] "goodheartsith: @SUMMERKN1GHTSS “Who-?” Her face scrunched in confusion, but then fell into annoyance as he kept moving. “Silas if… https://t.co/bycTlcF1PE"
## 
## [[296]]
## [1] "UR_Boys_BL: RT @chuchugou: NSFW #原神 #Alhaitham \nThose look heavy king 🤲 https://t.co/aE93ACGJiM"
## 
## [[297]]
## [1] "un4tunatalie: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[298]]
## [1] "BL_nananWSSP: RT @chaoticcatpics: catᶜᵃᵗ https://t.co/EPz2cI7x70"
## 
## [[299]]
## [1] "thebottomlounge: 🦂SUPPORT ADDED🦂\n@nightspicemusic &amp; @weekendrunclub will be supporting @Emarosa this Saturday, December 3rd. Tickets… https://t.co/c0mBTlfSnZ"
## 
## [[300]]
## [1] "ww_aaays: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[301]]
## [1] "karuisbaby: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[302]]
## [1] "aplethoras: deeply uncool of twitter to fall apart when i finally have people who will talk thai bl to me"
## 
## [[303]]
## [1] "Lahori_Munda9: @iamSETHISAAB @SeharShinwari You BL@/.CK Indians want us Olive White Pakistanis so bad hahaha"
## 
## [[304]]
## [1] "BL_nananWSSP: RT @blobbynfriends: More buff ladies please 🙏 https://t.co/OsbhcAZAlC"
## 
## [[305]]
## [1] "miky8315: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[306]]
## [1] "Megawarrior345: Me buying 3 IKEA billy bookcases next week to display my 200+ collection of BL https://t.co/WaKjbFiiNG"
## 
## [[307]]
## [1] "Ericajosefina3: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[308]]
## [1] "BL_nananWSSP: RT @fatfatpankocat: She has a question https://t.co/G9AppuRp57"
## 
## [[309]]
## [1] "ryan14lje: Hakko FX888D,T18-B,BL,I,D24,D32,C05,S7,599-029 Soldering Station with T18-B/BL/I/D24/D32/C05/S7/599-029 GFVGQWN… https://t.co/gDQT84LBaY"
## 
## [[310]]
## [1] "SeasickDK: @GeneralNarwhale @YoungMophead @MuItimach Got a rather old spec now:\ni7-8700\n16gb ram\n1080\n\nFrames going from 130(D… https://t.co/erV0yspLXj"
## 
## [[311]]
## [1] "BeetfarmerDave: @bl_ag_inc Deflation"
## 
## [[312]]
## [1] "MoxAprii: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[313]]
## [1] "bvlubery: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[314]]
## [1] "windler15oomrc: Matcha Ceramic Whisk Holder + Matcha Bamboo Whisk Tool Green Tea Whisk Tool Set fit for Traditional Japanese Tea Ce… https://t.co/PCb3CzY3JZ"
## 
## [[315]]
## [1] "bl_enthusiastic: RT @mhereonlyforbts: Never forget when someone said \"mono\" feels like u're locked urself in a small dark room your whole life, but instead…"
## 
## [[316]]
## [1] "tessia_6: @passionate_xx If someone is really filthy (as in mucky) or it's really dark you can say they are 'As Black as the… https://t.co/2S4SiZ3u3e"
## 
## [[317]]
## [1] "TRtheTitan: “The joy of life is a very good thing, and while work is the essential in it, play also has its place.” - Theodore… https://t.co/NxoBOYNSff"
## 
## [[318]]
## [1] "BL_nananWSSP: RT @DsInsects_: them🐱🐶#wenclair https://t.co/HUvgqtxQXc"
## 
## [[319]]
## [1] "mumilemeowpo: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[320]]
## [1] "Sans_udertale: So i was searchin' up blooket but it didn't autocomplete and i just searched bl on accident and it said that was yaoi"
## 
## [[321]]
## [1] "Junnie_BL: RT @SWJE0N: #taekookau🔞 where jungkook does the ‘texting my brother’s best friend i need him’ trend https://t.co/dw8AinRKZ9"
## 
## [[322]]
## [1] "florr_bl: RT @that70sdaiIy: leia forman having the same mannerisms as her dad eric is everything to me. that 90s show i love you already https://t.co…"
## 
## [[323]]
## [1] "i2k_bl: RT @holybibs: this was when the prop knife drop to build's feet and hurt him. but look at bible despite him being tired and ask him with a…"
## 
## [[324]]
## [1] "penmatigasih: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[325]]
## [1] "Black_Larry3: 200k a month ? Damn ye, price you pay when you dont want a bl*ck woman smh."
## 
## [[326]]
## [1] "euu_bl: @Thauandocafe festa com open de whey protein kkkkkkkkkkkkk"
## 
## [[327]]
## [1] "trickythechilly: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[328]]
## [1] "HazelynnRose: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[329]]
## [1] "IvyNasimba: RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…"
## 
## [[330]]
## [1] "ApoSupporters: RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…"
## 
## [[331]]
## [1] "_laaaaayyyyy: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[332]]
## [1] "tiianshan: @keisukeraw agagagagaaga oye tienes q ver el bl coreano llamado roommates of pungduck 304"
## 
## [[333]]
## [1] "BL_nananWSSP: RT @DontShowYourCat: the guest room https://t.co/dCas2gNbLn"
## 
## [[334]]
## [1] "Bl_ackDelight: @iCEofABUJA Cutlass or plank fight, which one?"
## 
## [[335]]
## [1] "2Ha__ranwan: @LoveryBingsu And this acc also started spread this shit rumour again \n\nShe also told people under comment “Whoever… https://t.co/mfi6kyjEr4"
## 
## [[336]]
## [1] "ParkDaEun596: RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…"
## 
## [[337]]
## [1] "BL_nananWSSP: RT @CATBRAINCELL: I took this pic last night LOOK AT HER.. https://t.co/JG6LhsAbh2"
## 
## [[338]]
## [1] "NishaVillafana: I love the art style in \"My Husband, Hades\" so much! It's gorgeous! The character designs are amazing, too! Highly… https://t.co/ZumGBGnKoW"
## 
## [[339]]
## [1] "world_of_bl_com: @ananti_novi There were 2 versions of Love In The Air released. The version on iQIYI was the uncut version, the You… https://t.co/PRwNeGKgpe"
## 
## [[340]]
## [1] "ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️… https://t.co/IqCvNEuVcd"
## 
## [[341]]
## [1] "sMileApo1515: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[342]]
## [1] "Lia46003469: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[343]]
## [1] "ilsemoonchild: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[344]]
## [1] "RonLinkins: @sonicdrivein I could be, we go to Sonic several times a week. That being said, y’all could keep me from going to t… https://t.co/t9wrz36K4f"
## 
## [[345]]
## [1] "walker61gwkv: Lithonia Lighting T29 BL Floating Electrical Feed, Black LH0JORH\n\nhttps://t.co/7ifRa6Manj https://t.co/kd6X3Q1aEH"
## 
## [[346]]
## [1] "MyBLCalendar: @BL_Scenery Brain ...... Struggling...... Constant thought....... princess rap battle......BEASTIALITY. https://t.co/K4CW8jCe8K"
## 
## [[347]]
## [1] "koazoni: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[348]]
## [1] "tinyshen_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[349]]
## [1] "clubfmphilly: RT @clubfmphilly: Billionaires Try to Shrink World's Population, Report Says\n\nhttps://t.co/nGKGuDUSrb https://t.co/68f3fWICVk"
## 
## [[350]]
## [1] "HanaNguyenTran: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[351]]
## [1] "jazminjjong: RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…"
## 
## [[352]]
## [1] "BL_nananWSSP: RT @TapiDeL369: Happy Birthday, Kaeya!!💐✨\nYou can be confident that everyone loves you.\n\n※ The comic has 8 pages in total.\n※ Sorry, this is…"
## 
## [[353]]
## [1] "clubfmphilly: RT @clubfmphilly: Billionaires Try to Shrink World's Population, Report Says\n\nhttps://t.co/nGKGuDUSrb https://t.co/ANMxPDAltF"
## 
## [[354]]
## [1] "XiaoYan46109219: I've read this manga multiple times! You should check it out, too!\n \n#boyslove #fnfmods #bl\n\nhttps://t.co/vGziIe4e37 https://t.co/7mJX8puQey"
## 
## [[355]]
## [1] "akule_mgele: RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…"
## 
## [[356]]
## [1] "ParlonsBLAsie: 2 - Aujourd'hui / Today\n\nThe Star Always Follow You Ep 2 : https://t.co/bYJQWmythM\n\nDecember BL release :… https://t.co/JmjUllf0Jo"
## 
## [[357]]
## [1] "jutsuzuban: @idol_lloyd PLS LITERALLY I SAW A SUPER CUTE BL COVER AND THE ROMANCE WAS TEACH N STUDENT. I WANTED TO CRY"
## 
## [[358]]
## [1] "Krashface1: @WarmasterHolden Tfw a BL and creditable source establish thay there is and never was a need for FSM and rather Sor… https://t.co/rqfUVFr6lh"
## 
## [[359]]
## [1] "PapillonPapil20: RT @obskyr: Here's a manga I've seen a *lot* of buzz about in Japan, but none in the West… Hikaru ga Shinda Natsu.\nTwo boys in the countrys…"
## 
## [[360]]
## [1] "clubfmphilly: RT @clubfmphilly: Billionaires Try to Shrink World's Population, Report Says\n\nhttps://t.co/nGKGuDVqgJ https://t.co/gMIXuBJVhT"
## 
## [[361]]
## [1] "ParlonsBLAsie: 1 - Aujourd'hui / Today\n\nWhy You... Y Me ? Ep 7 : https://t.co/F5w3ueQZBD\n\nMr Cinderella Ep 1~ 8 (already available… https://t.co/LAxJr9wqdy"
## 
## [[362]]
## [1] "melvin_bl: Sometimes the price in the bearmarket gives me a negative feeling. \n\nBut this kind of speeches of @NSapProductions… https://t.co/8dEXrEkPiv"
## 
## [[363]]
## [1] "AndyClark22: This was a really fantastic talk, I'm so glad we managed to get @Aleemagray up to Newcastle. So much to think about… https://t.co/fZHYa9FUYP"
## 
## [[364]]
## [1] "ArtToflex: RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…"
## 
## [[365]]
## [1] "DAWNMAlDEN: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[366]]
## [1] "RodrigaDdV: RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…"
## 
## [[367]]
## [1] "acjunior12: RT @PapalZouaveUS: HYMN OF THE PONTIFICAL TROOPS TO THE HOLY FATHER (Bl. Pope Pius IX, 1867)🇻🇦\n\nThe clamor of warrior trumpets.\nIn the pres…"
## 
## [[368]]
## [1] "luiserodrigue15: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[369]]
## [1] "wooziiness: I haven't felt this excited for a bl since the eclipse, but also it's very different. I was excited for the eclipde… https://t.co/BlM8dfK0AW"
## 
## [[370]]
## [1] "GWalter65: Varbucamp TV Stand for TV up to 40 Inch, Industrial TV Cabinet with Open Storage Shelves for Living Room, Rustic Br… https://t.co/XvSm5orTrY"
## 
## [[371]]
## [1] "2Ha__ranwan: @LoveryBingsu They spread false rumour about cfy said Yibo famous because of doing bromance/bl drama. They post and… https://t.co/JIvXfzD6pk"
## 
## [[372]]
## [1] "PapalZouaveUS: HYMN OF THE PONTIFICAL TROOPS TO THE HOLY FATHER (Bl. Pope Pius IX, 1867)🇻🇦\n\nThe clamor of warrior trumpets.\nIn the… https://t.co/IKdjS75qyh"
## 
## [[373]]
## [1] "zunami261: @JJBAscreenshots Ppl who read bl 👌😏🥵"
## 
## [[374]]
## [1] "daano_w: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[375]]
## [1] "steveconaway1: @bl_ag_inc And how much risk you are willing to take one. I’ve heard an established small to some medium  sized bus… https://t.co/lLIort3IUQ"
## 
## [[376]]
## [1] "Di_legion1: RT @LadyBae05: @jewelwidgets @MayXian3 Um hate to break it to you sweetheart but your fave filmed a BL drama as well. All shippers are wait…"
## 
## [[377]]
## [1] "bluechipcard: Topps Chrome 06 LeBron James Bl #whodoyoucollect #sponsored https://t.co/pxVx7wj4cV"
## 
## [[378]]
## [1] "nyanchan113: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[379]]
## [1] "riverside202007: RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…"
## 
## [[380]]
## [1] "Kim_YoonSprite: @M4DDIESL4YS please don’t BL"
## 
## [[381]]
## [1] "s_germann: RT @jordieseay: Nah cause I want a main character in a BL to be so exceedingly flamboyant that it make y'all uncomfortable. Give them a hap…"
## 
## [[382]]
## [1] "kitty_witty_cat: @boysloveparty 🥹💕I feel like the calendar is a nice thing you do as you are able, not something you are beholden to… https://t.co/6Ig1ZItlb3"
## 
## [[383]]
## [1] "Truffle_Soul: @illustrata_ai @joynxyz @amli_art @bl_artcult \"The temptation of the material\" and \"Loss of Spirituality\"\nStories t… https://t.co/uRuhaaKAqu"
## 
## [[384]]
## [1] "NothingSamy_: @bichranika I want to check that because people say that it's one of the main reasons yet I've never went to a derm… https://t.co/q9y7dSiq7h"
## 
## [[385]]
## [1] "Jonas1DKidrauhl: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[386]]
## [1] "Ishaazmi007Zayn: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[387]]
## [1] "immprks: RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…"
## 
## [[388]]
## [1] "darkprincessVP: RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…"
## 
## [[389]]
## [1] "tallandtrue: Well, after yesterday's 2-guess triumph, today's #Wordle was bl--dy disappointing! ☹️#Wordle529 X/6\n\n⬜⬜⬜🟨⬜\n🟩⬜🟩🟨⬜\n🟩🟩🟩⬜⬜\n🟩🟩🟩⬜⬜\n🟩🟩🟩⬜⬜\n🟩🟩🟩⬜⬜"
## 
## [[390]]
## [1] "jimmy_darke: @darkestdollx @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/k5rszSlJYn"
## 
## [[391]]
## [1] "Beata08815638: RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…"
## 
## [[392]]
## [1] "bl_4_eva: @annabelle_leng @MSuppasit Thankyou ❣️"
## 
## [[393]]
## [1] "biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Mos… https://t.co/zswux4mASo"
## 
## [[394]]
## [1] "ahjuicykun: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[395]]
## [1] "bren_bl: RT @9GAG: Which one are you?\n\n✍🏻 @genildoronchi https://t.co/nedQEEHMEi"
## 
## [[396]]
## [1] "bl_yzma: RT @a_kaeyada: Happy birthday kaeya!🍷✨🤺\nNo one may have known his birthday when he was new to the Ragnvindr family!🎂👀\n#ガイア生誕祭2022 https://t…"
## 
## [[397]]
## [1] "pmileapo: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[398]]
## [1] "kajiiyama: I need to make a new more organized yaoi/bl recs list i think... I have read so much since i have a new world ahead… https://t.co/tVIYFQVG28"
## 
## [[399]]
## [1] "hamadazidan555: , do all I would, I could not\nget into the faintest doze. I had bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/d2A31Fbufi"
## 
## [[400]]
## [1] "bl_yj3: @titittwu @BTS_twt @thenreport I vote #JIMIN of @BTS_twt for #NETIZENSREPORT as Asian Celebrity of the year #ACOTY2022 @thenreport"
## 
## [[401]]
## [1] "20one_nnattawin: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[402]]
## [1] "rimbai_: @chanwnterflower ma tdfa3e 5ayeeeee ba3den hayde the Astronaut bath b0mb ya3ne ra7 kun 3am 7alle2 bl space 3rfte it's not just any bath b0mb"
## 
## [[403]]
## [1] "mikkarrae: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[404]]
## [1] "lumpspark: @jodanspace majority of BL plot be like"
## 
## [[405]]
## [1] "TyWahlbrink: Happy feast of Bl. Bernardo Francisco de Hoyos, SJ! Pray for us, that we might have the \"humble but magnanimous hea… https://t.co/nBqyStjjw9"
## 
## [[406]]
## [1] "AvinashNongtho1: The plot of \"The Exhilarating Life of a Sword God\" is like a roller coaster of emotion. It's riveting and full of s… https://t.co/EbVumFGx6v"
## 
## [[407]]
## [1] "BL_27_: RT @Castricone: Let's do this #HuskyNation! Heisman voting is already open and votes need to be cast by Monday afternoon.\n\nGO DAWGS!!!!!!!!…"
## 
## [[408]]
## [1] "BL_27_: RT @Castricone: Remember, we're looking for AP poll voters, FBS beat writers, local sports radio talk show hosts and FBS play-by-play guys…"
## 
## [[409]]
## [1] "BL_27_: RT @Castricone: Again, the numbers for @themikepenix boggle the mind:\n\n#1 FBS in pass ypg (by a LOT)\n#1 FBS in 3rd down conv\nLed UW #1 FBS…"
## 
## [[410]]
## [1] "BL_27_: RT @Castricone: So, it'll take some digging, and some tweeting, and some real effort, but if we want it more, we can get this done. Let's g…"
## 
## [[411]]
## [1] "EelYuri: lesbians have a third eye when it comes to bl nobody else would understand"
## 
## [[412]]
## [1] "azhidatt: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[413]]
## [1] "bl_ag_inc: @steveconaway1 Interesting thought process!   I suppose it comes down to how confidence you are in biz/investment?"
## 
## [[414]]
## [1] "LimpongMarvin: I've read this manga multiple times! You should check it out, too!\n \n#Loki #UnrequitedLove #BL… https://t.co/bb7zensPU5"
## 
## [[415]]
## [1] "tinachoding: @emprssofemerald @Intrepid_Poppy yes! all pretty much saying the same thing but very cool that it's based off an ac… https://t.co/Ejc1BZ7S7b"
## 
## [[416]]
## [1] "pencilsalaya: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[417]]
## [1] "BL_27_: RT @Castricone: The hard part is: there is no national list. You can't find all 900 names aggregated in one place. But, Heisman voters usua…"
## 
## [[418]]
## [1] "20one_nnattawin: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[419]]
## [1] "biumipastelito: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/0J0tPQWi9W @TheTopFamous"
## 
## [[420]]
## [1] "vvsyongs: no way bl the next idol cash cow?! what happened to being landlords"
## 
## [[421]]
## [1] "BL_27_: RT @Castricone: Also, the Heisman is a ranked-choice voting system, where everyone votes for a Top 3. They can even vote for the guy from t…"
## 
## [[422]]
## [1] "Samstagram903: @Bunbearvk1 I tried watching another BL but the acting was atrocious so I had to stop."
## 
## [[423]]
## [1] "luvwonshik: Honestly living my true fantasies. Leo in a bl drama is goals. https://t.co/tIvGlfPwAx"
## 
## [[424]]
## [1] "BL_27_: RT @Castricone: We need to get this amazing UW content (videos, images, stats, stories) in front of THEM, the local reporters whose votes c…"
## 
## [[425]]
## [1] "MelqoshM: Thank you so much to everyone who has donated on this Giving Tuesday.  We have raised funds about 17 bags of rice f… https://t.co/0OisudRQxv"
## 
## [[426]]
## [1] "wthvwe: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[427]]
## [1] "Miruralpaga: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[428]]
## [1] "Ifif_890: @LINK_artwork @Delaney_Vander @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce… https://t.co/9hHwTgofLL"
## 
## [[429]]
## [1] "BL_27_: RT @Castricone: Here's how the voting works: there are over 900 voters for the Heisman Trophy. The VAST MAJORITY of them are NOT national m…"
## 
## [[430]]
## [1] "BL_27_: RT @Castricone: Alright, #HuskyNation, I've got an idea on how we can build a grassroots campaign and help get @themikepenix to New York Ci…"
## 
## [[431]]
## [1] "RozellaSchambe1: Prothane 4-401-BL Black Front End Link Kit KKIO7FN\n\nhttps://t.co/HTJBpjifrW https://t.co/RR07u3K7Te"
## 
## [[432]]
## [1] "Hollie27U: Prothane 7-1022-BL Black Rear Spring Eye and Shackle Bushing Kit 2SMEVDR\n\nhttps://t.co/Asmiirs2Gt https://t.co/p7TbFqS1oz"
## 
## [[433]]
## [1] "ohara65iqf: Fragola 680110-BL Black Size (-10) Straight PTFE Hose Fitting 0VHE7SP\n\nhttps://t.co/4h51oHs28n https://t.co/z2hOX6vaBQ"
## 
## [[434]]
## [1] "levi38229885: Check out much more on Bilibili Comics - search \"Don't Mess with the Evil Chairman\" and favorite!\n \n#Fetterman… https://t.co/TcBonFnIQi"
## 
## [[435]]
## [1] "peachyIaurent: I don’t even care about bl actors personal lives but I love to hear the gossip and theories cause I’m nosy and just… https://t.co/b5ovYLlqxl"
## 
## [[436]]
## [1] "BL_27_: RT @equitybruin: pac-12 team national rankings in offensive points per drive\n\n#1 USC 3.9 points per drive\n#2 UW 3.85\n#3 UCLA 3.7\n#6 Oregon…"
## 
## [[437]]
## [1] "world_of_bl_com: Title: Mr. Cinderella\nEpisodes: 1-8 (of 8)\nCountry: 🇻🇳 Vietnam\nEnglish Subtitles: Yes\nPlatform: GagaOOLala (EP1 Fre… https://t.co/ahPZIxeBlx"
## 
## [[438]]
## [1] "LINK_artwork: @Delaney_Vander @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd… https://t.co/7cbz2ll2gW"
## 
## [[439]]
## [1] "MetalDragonKid: @shoujoscholar @saeryen Well then I agree with you. I think I didn't express my point well. I don't consider shonen… https://t.co/H8HoN6g5rX"
## 
## [[440]]
## [1] "gominym: RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022\" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…"
## 
## [[441]]
## [1] "giogio_gzg: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[442]]
## [1] "IichiroJingu: RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…"
## 
## [[443]]
## [1] "yianvera15: One of the best drawings of all time\n \n#RivalsofAether #leftart #bl\n\nhttps://t.co/eqTiPDeZXo https://t.co/iUPpXxpMWk"
## 
## [[444]]
## [1] "BL_Balthaser: At least Reagan didn’t have the chutzpah to say he was the  “pro labor president” when he crushed PATCO https://t.co/EMRLRXyxNo"
## 
## [[445]]
## [1] "army_nanami: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[446]]
## [1] "RamudasBoo: I just read Surge Towards You all the way through too the most recent update. Took me a few hours but it is so good… https://t.co/qscAwfH8NM"
## 
## [[447]]
## [1] "saii_tamaa: First time finishing a BL series in 12 hrs straight."
## 
## [[448]]
## [1] "IichiroJingu: RT @red_loeb: 30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v @BLMedieval h…"
## 
## [[449]]
## [1] "MayaMP01: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[450]]
## [1] "511NYC: Cleared: Construction on #Q103Bus SB from 41 Av/12 St to Vernon Bl/Queens Plz N"
## 
## [[451]]
## [1] "ass_bl: RT @ProfHolloway: Octavia Butler told me one of the failures of sci-fi /fantasy was its inability to imagine the alien other as anything di…"
## 
## [[452]]
## [1] "luddraws: RT @Coffeshere: The Prince in the Garden #1, BL/Queer manga, Kickstarter is live! If you like vintage manga and want to see a new take on f…"
## 
## [[453]]
## [1] "urbanykurril: Bl addict"
## 
## [[454]]
## [1] "sosowmens: s stern; and he gazed\nbeyond the whale’s place, towards the dim bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/J0f1SrralV"
## 
## [[455]]
## [1] "strawberryxtalk: @tinyfantasminha even if it were canon, logically Yuu would be a dude anyway since it’s an all boys school so like… https://t.co/paGwV6gAk5"
## 
## [[456]]
## [1] "YMG_HeroeZ: RT @Elementl_: Just finished setting up Twitter tags for the ABK AA cast! Go post your tech!\n\n#ABKAA_AK\n#ABKAA_MY\n#ABKAA_SA\n#ABKAA_KA\n#ABKA…"
## 
## [[457]]
## [1] "laligoddessgirl: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[458]]
## [1] "steveconaway1: @bl_ag_inc Not many lenders who do a fixed rate commercial loan for that long, if they do, tends to be caveats invo… https://t.co/NCLNi6xBXt"
## 
## [[459]]
## [1] "HelenChavez01: Big Dragon The Series Ep.6 Reaction is now available on YouTube! \nhttps://t.co/1Mn8hAwZob\n#BigDragonTheSeries… https://t.co/M94nbQ3ayo"
## 
## [[460]]
## [1] "M4dute: RT @NdzaviDerrick: JSE-listed Spar sold a  Mega SuperSpar in Midrand for R1,000 before being sold three weeks later to the same buyer for R…"
## 
## [[461]]
## [1] "KathyRe0916: @DragondreamzPub And I was rooting for them too. But now(for months), I just can not bear how they write for BL...I… https://t.co/maIqncQkIB"
## 
## [[462]]
## [1] "Nanaacute16: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[463]]
## [1] "Maddie_1812: Me seeing an uncensored dick when reading a BL and not expecting it https://t.co/iiX7qGq4sO"
## 
## [[464]]
## [1] "TGDarien: @moose_is_BL You already fucking know! Lmao"
## 
## [[465]]
## [1] "bl_lo_ve_32: RT @po9105: @Tawan_V @new_thitipoom P'Tay P'New Thank u so much for the special happy timeㅠㅡㅠ🍒  \"After a three-year ice age, we will be per…"
## 
## [[466]]
## [1] "ikhouvandezee12: RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…"
## 
## [[467]]
## [1] "blworld2603: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[468]]
## [1] "vivalasgays: I think I might be the only one who doesn't want to be in a romantic relationship with her favs... I love my bl act… https://t.co/VNplAgrVVF"
## 
## [[469]]
## [1] "Miruralpaga: RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…"
## 
## [[470]]
## [1] "BL_JHX: Selling mine today https://t.co/ML0qaDLyzX"
## 
## [[471]]
## [1] "L0veThi5Game: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[472]]
## [1] "wendigochild13: Since I'm taking a little break from writing, I'm focusing on my BL backlog again. Gosh this series is so good and… https://t.co/CGIEmco9bN"
## 
## [[473]]
## [1] "212_ema: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[474]]
## [1] "TShortalgo: $BL Trading Ideas | Awaiting Short signal. 80% Profitability based on 14 trades. Profit factor is 1.2. Learn more a… https://t.co/83GiHjiKh7"
## 
## [[475]]
## [1] "mileaposArtaz: When i first starting watching kp i was amazed by MA acting  and chemistry to the point i wanted to follow their so… https://t.co/Ki8v8Z8TLv"
## 
## [[476]]
## [1] "Nimbuu3: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[477]]
## [1] "moose_is_BL: @TGDarien Like a redhead stepchild"
## 
## [[478]]
## [1] "price_drop_IN: https://t.co/wnUvzFu9pM\n\nEwedoos Leggings with Pockets for Women High Waisted Yoga Pants with Pockets for Women Sof… https://t.co/avF8HU54jT"
## 
## [[479]]
## [1] "AngelLimbawan: I've been completely addicted to ONEPIECE and Married a Celebrity Manager\n \n#artoftoday #bl #Manga… https://t.co/dau7mqMsNo"
## 
## [[480]]
## [1] "Daria_Rastunina: RT @Daria_Rastunina: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \n\"Another day\" and \"Rest under the moon\"\nThe work…"
## 
## [[481]]
## [1] "vanilla__ai: ngl seeing how far the bl industry has come is amazing like a few years ago we never would’ve thought we’d have off… https://t.co/VO0hMgpG65"
## 
## [[482]]
## [1] "MyDearGee: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[483]]
## [1] "Angelic44473921: I've been completely addicted to ONEPIECE and I Want to Be a Big Baddie\n \n#cake #BL #indiegame… https://t.co/lEPf4iHsZD"
## 
## [[484]]
## [1] "KibaTz13: RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk"
## 
## [[485]]
## [1] "Dominic12294325: I wanna try out this comic book style\n \n#ameart #Beautiful #bl\n\nhttps://t.co/pQXYJSGQeM https://t.co/1o8qoTXEH1"
## 
## [[486]]
## [1] "ABARTH_Blog_BL: RT @THREEHUNDREDay: THREEHUNDRED blog new post\nhttps://t.co/LrIvAMNZWz\n#abarth #threehundred #abarthpunto #abarthpuntoevo https://t.co/38Xc…"
## 
## [[487]]
## [1] "SunflowerSamu14: @BoundingComics Because it's not BL and not sold in Asia for girls?\nVast majority of people are not gay and don't want to see that"
## 
## [[488]]
## [1] "MewGulf_Heiress: Very true speaking factssss gurrrl, Like I never liked BL Actors or I’m never invested on them unless they have a s… https://t.co/P3J7EzxPMg"
## 
## [[489]]
## [1] "ArtMuseumGeek: @GroomB Here's another map, showing more of the surrounding regions. SOURCE: https://t.co/3wRl7YKeLG https://t.co/gddUYgpqSy"
## 
## [[490]]
## [1] "ppipoluv: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[491]]
## [1] "elumesme_yaz: @1dorameiro_ Amg ql bl?"
## 
## [[492]]
## [1] "LarocheCS: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[493]]
## [1] "BL_JHX: Top G https://t.co/RUBYcVnDzs"
## 
## [[494]]
## [1] "AvinashNongtho1: One of the best drawings of all time\n \n#CentricWarriors #BL #4-koma\n\nhttps://t.co/cvdfLSgbDc https://t.co/kqbwxY2VVh"
## 
## [[495]]
## [1] "legatitee: RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr"
## 
## [[496]]
## [1] "Alixxx93_Bl: @BTS_twt_MlNSUGA Why waste my love on myself when I can give it all to you &lt;333"
## 
## [[497]]
## [1] "ERamirezDC: @wmata I loved the BL Line Train 457 having my favorite 6k railcar! 6179!! LOOVE THEM. 💙💙💙💙 https://t.co/blgJpNvQ9C"
## 
## [[498]]
## [1] "VJMS9: Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36\" Gold Sand Glass Lampwork… https://t.co/qb9wFyF12x"
## 
## [[499]]
## [1] "ExlyoSnap: @Eric_Brightwell If I had to restore the 201, this is what it would look like. Before questioning about why there i… https://t.co/WoHUr8ZWyw"
## 
## [[500]]
## [1] "vanilla__ai: confession time MADK is my favorite bl it’s amazing https://t.co/Jl3ax9h6u9"
## 
## [[501]]
## [1] "storyfromleeaan: RT @karimnas_: Same-sex relations in an 18th century Ottoman manuscript https://t.co/prz6uHEwJd https://t.co/wFyYk6gO0T"
## 
## [[502]]
## [1] "world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me?… https://t.co/8mr4fKXoeF"
## 
## [[503]]
## [1] "maikeloneo: RT @xonorika: Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizing this!!…"
## 
## [[504]]
## [1] "ISFdaily: Ai BL Love Story https://t.co/jKpFMGWeF2"
## 
## [[505]]
## [1] "Fabulousyoshi: RT @ThaiBLChannel: NEW VIDEO: 7 Hottest BL Series To Watch in December 2022!\n\nhttps://t.co/RwsyZXo1J1\nhttps://t.co/RwsyZXo1J1\nhttps://t.co/…"
## 
## [[506]]
## [1] "DanishWolf: @apos_niiiiiiii I'm not so sure how many scenes they got to make at Filmania, but I think it was more in the 'typic… https://t.co/ih7Bbmn6Sa"
## 
## [[507]]
## [1] "Spillinaire: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[508]]
## [1] "LiirBL: @hermit_wanderer KxY isn’t even a BL though in the series. Idk about the source material 😭"
## 
## [[509]]
## [1] "iltae0125: 2022 RIDI AWARDS BL e북 .... the choices 😭😭 ... lots of good novels.\n\nI expect 혼불 next year!"
## 
## [[510]]
## [1] "padpachan: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[511]]
## [1] "red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England,… https://t.co/u71DQKlGm9"
## 
## [[512]]
## [1] "IntrinsicWorld: RT @Thelocal_idi0t: Apparently I read comics now\n \n#shucream_bl #Indiedev #kawaii\n\nhttps://t.co/wg9LlaWFjH https://t.co/EximOTS9su"
## 
## [[513]]
## [1] "bucinclaude: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[514]]
## [1] "Bl_Series24: @teerakjafirst .....~ are you ok babe? Should I be worried? Should I? https://t.co/to8VqJbpHT"
## 
## [[515]]
## [1] "Ehtriummn: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[516]]
## [1] "bl_bbskps: RT @kthsorion: baby getting shy singing his own song 😭  https://t.co/nOY2TkMXyi"
## 
## [[517]]
## [1] "ABARTH_Blog_BL: RT @Driven247yt: 595 Competizione with some carbon goodies 🖤\nhttps://t.co/PtlClGqvES for blog post from this meet. \n•\n#abarth #abarth595 #a…"
## 
## [[518]]
## [1] "apobien: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[519]]
## [1] "mileapo_ko: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[520]]
## [1] "sunshinepayu: RT @paisky_comfortz: The most beautiful proposal in bl history.\n\n #LoveinTheAirSpecialEP #PrapaiSky #PrapaiSkyStory https://t.co/cKIueQFRSj"
## 
## [[521]]
## [1] "bl_bbskps: RT @erisxekso: EXO SMTOWN CONCERT SETLIST ✨🎶\n\n- LOVE SHOT\n- CALL ME BABY\n- LUCKY ONE\n- ARTIFICIAL LOVE\n- PLAYBOY\n- YA YA YA\n- GROOVE\n- GROW…"
## 
## [[522]]
## [1] "Kaminsky115: @TheOnlyTacsir @marijuanabahama @Pyrfct Forsaken was the only expansion out of those that was truly unique and qual… https://t.co/fVa0DJfgjl"
## 
## [[523]]
## [1] "FlukeNational: RT @jordieseay: Nah cause I want a main character in a BL to be so exceedingly flamboyant that it make y'all uncomfortable. Give them a hap…"
## 
## [[524]]
## [1] "bl_bbskps: RT @theexosource: 첫눈 (First Snow) is now trending #1 on Melon search, following first snow in Seoul. @weareoneEXO"
## 
## [[525]]
## [1] "1147_001: Amazon\nNorberg &amp; Linden XL Drawing Set - Sketching, Graphite and Charcoal Pencils. Includes 100 Page Drawing Pad, K… https://t.co/Z1NxmAUwLo"
## 
## [[526]]
## [1] "bl_bbskps: RT @porr_patlnwza55: NOOO U DONT UNDERSTAND-- https://t.co/Ym9OZwv4te"
## 
## [[527]]
## [1] "L0722404Liliana: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[528]]
## [1] "bl_bbskps: RT @kokokbop: FIRST SNOW IN SEOUL?? 🤩❄️ @weareoneEXO \n\nhttps://t.co/kufN0SHgNX"
## 
## [[529]]
## [1] "bl_bbskps: RT @Kyoongs_Luv: “This is a way to make our EXO-Ls to be more happy, so that they can see the complete EXO”, LAY(2022)."
## 
## [[530]]
## [1] "po_apo_: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[531]]
## [1] "ABARTH_Blog_BL: RT @ABARTH_Blog_BL: [Abarth BLACK LABEL] New Abarth 695 Tributo 131 Rally (2023) | LAST ICE ABARTH ? | Visual Review, Exterior &amp; Interior:…"
## 
## [[532]]
## [1] "pablo_palcovca: RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…"
## 
## [[533]]
## [1] "pichulover69: Whose grandpa is looking at the BL section #PokemonScarletViolet #NintendoSwitch https://t.co/R2zJJXUjHV"
## 
## [[534]]
## [1] "David84479289: @bl_artcult Nice."
## 
## [[535]]
## [1] "lethia_bl: Are you the missing piece that I've been looking for?"
## 
## [[536]]
## [1] "jordieseay: Nah cause I want a main character in a BL to be so exceedingly flamboyant that it make y'all uncomfortable. Give th… https://t.co/MhOMUkREgz"
## 
## [[537]]
## [1] "sombra_bl: RT @minandchan: Lee know really makes Chan laugh in a way no one does https://t.co/ErrCaHiRDd"
## 
## [[538]]
## [1] "hartmannxwygx: Fragola 491957-BL Black Size (-8) x 7/8-20 Dual Feed Bl Male Adapter Fitting KX9KKIO\n\nhttps://t.co/MU1LwbHkoe https://t.co/4UbQpvwnuM"
## 
## [[539]]
## [1] "JustBlink11: @ginasfaketan @chixchix25 @THEBLACKLABEL 😂 how do you know?  Are you in the meetings?  Maybe true and may not be tr… https://t.co/45Eq0AOiiX"
## 
## [[540]]
## [1] "eunhye_mileapo: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[541]]
## [1] "orionmui: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[542]]
## [1] "ferdimagellan2: RT @_sara_jade_: Morrison greets Turnbull. BL compressed lips withholds truth. Chin jut a confrontational gesture. Displays dominance, inti…"
## 
## [[543]]
## [1] "blue_bl_lilac: I can feel his touch 🫠🫶🏼\n\n#리미티드런 #LimitedRun #blmanhwa https://t.co/lUh4kSNRnu"
## 
## [[544]]
## [1] "BL_LatestNews: Augsburg have submitted offer of €3m including add-ons for left-footed winger Andrei Cordea, according to Romanian… https://t.co/FeKZv8hClE"
## 
## [[545]]
## [1] "Dahmp100: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[546]]
## [1] "ExlyoSnap: @awalkerinLA @Eric_Brightwell I would agree on DASH taking out the route. Back in 2010, Metro had plans to reroute… https://t.co/m6chIzrWtQ"
## 
## [[547]]
## [1] "uribamn: he's been having a hard time from his latest work on a drama series, so when he's offered the script for a romance… https://t.co/Domr3d5F8a"
## 
## [[548]]
## [1] "2sweetsc367: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[549]]
## [1] "paintedrecs: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[550]]
## [1] "dimples039: RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…"
## 
## [[551]]
## [1] "allBeLoved4: RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…"
## 
## [[552]]
## [1] "4fforce_: I didn't really scream (I wasn't on Twitter the whole day) but I assure I'm so excited for never let me go, I alrea… https://t.co/zu2KPxxHtM"
## 
## [[553]]
## [1] "lethia_bl: Am I making a process?"
## 
## [[554]]
## [1] "Nikitha1112: RT @tbaudinette: I am really excited for #NeverLetMeGotheseries! @GMMTV are increasingly branching out into creating original #BL narrative…"
## 
## [[555]]
## [1] "AnaCarol040295: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[556]]
## [1] "BishopLynch: From Nov. 2-12, we had the pleasure of hosting 8 Italian students from Istituto Leone XIII in Milan. Their 10-day s… https://t.co/gnoiefzZBO"
## 
## [[557]]
## [1] "NoxDawn: Isn't that the synopsis of that Chinese BL you all reading with that pretty boy in white and the sexy guy in red? https://t.co/xS0fmDB5LF"
## 
## [[558]]
## [1] "BL_27_: RT @lancefrmdabean: One thing about Big O is they gonna air it out!! 2 Receivers with 1,000+ yards on the year!! Always a entertaining show…"
## 
## [[559]]
## [1] "min_tesnot: @ArtEthiopic Thank you...and yeah, I see what you mean. It is very rare to see such paintings. I am not sure if you… https://t.co/CruWJMwM31"
## 
## [[560]]
## [1] "Rainy_Memories: Working on a paper about being a male idol stan and former BL enthusiast as someone who identifies now as a lesbian… https://t.co/KGOE2ZXh4t"
## 
## [[561]]
## [1] "A_M_C_NR: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[562]]
## [1] "uribamn: minho as a popular actor within the bl industry and jisung as a well-known actor who's often praised for his abilit… https://t.co/fIt1EH7VDc"
## 
## [[563]]
## [1] "randomlyrj_: I'm a Trekkie and a BL fan. It's so fun."
## 
## [[564]]
## [1] "2sweetsc367: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[565]]
## [1] "BL_27_: RT @mikaelamattes: John Schneider loved both Mahomes and Allen in their draft classes. He didn’t dare select a QB with Wilson on the roster…"
## 
## [[566]]
## [1] "BL_Balthaser: This is Biden’s PATCO moment"
## 
## [[567]]
## [1] "momomirmir: I love high/middle school bl"
## 
## [[568]]
## [1] "SuperNigel_Pt: RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…"
## 
## [[569]]
## [1] "mahalkoh0523: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[570]]
## [1] "maikeloneo: RT @Morph_VGart: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wal…"
## 
## [[571]]
## [1] "bley_bl: @ttdemar onde?"
## 
## [[572]]
## [1] "rabiosexualz: @ronantyche bruh no way sasunaru is more influential than kawoshin and ryokira which are two of the most iconic gay… https://t.co/0Td8sAsuhw"
## 
## [[573]]
## [1] "Beans_ArtCorner: RT @Tappy_toon: How did I get myself involved with this hot gangster? This relationship is far from NORMAL! 👀⚡️\n\n‘The Words In Your Snare’…"
## 
## [[574]]
## [1] "bosssnoeul: I'm in love with your chemistry, we want to see you in another drama 🔥🔥🔥🔥🔥🔥🔥🔥😎😎😎\n@Noeul_lee6 \n@Bossckm_… https://t.co/8MyzaQT1QT"
## 
## [[575]]
## [1] "CSkidoo: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[576]]
## [1] "sleepyheadluver: RT @Vance_Vaa: @fudrilshi @getoskito I cure my mental breakdowns with BL since 2018"
## 
## [[577]]
## [1] "BL_27_: RT @mikevorel: Under Grubb and head coach Kalen DeBoer — whose own two-year extension was announced last week — UW ranked first in the nati…"
## 
## [[578]]
## [1] "BL_27_: RT @mikevorel: BREAKING: UW offensive coordinator Ryan Grubb agreed in early November to a two-year contract extension through 2025, a sour…"
## 
## [[579]]
## [1] "m0z0ngsh1: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[580]]
## [1] "sleepyheadluver: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[581]]
## [1] "peraya_exol: RT @tinyhsoo: top 50 best bl manhwa/hua/ga's couple chemistry !! ☆\n\n#18 - Hojun &amp; Seunghyun, The Good Teacher (10 437 votes; 1,4%) ☆ https:…"
## 
## [[582]]
## [1] "haze_report10: message 2 before mentions     @BONIFACIOTAPIA6 @qlan593 @BombetatorE @bl_mmh @bluecraig641 @Whitney29618569… https://t.co/w4WAMIgWrS"
## 
## [[583]]
## [1] "akule_mgele: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[584]]
## [1] "BL_27_: RT @coker_UDub: If Penix announces he is coming back you will not find a more insufferable doog in the entire universe than what I will unl…"
## 
## [[585]]
## [1] "cha8903: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[586]]
## [1] "BL_27_: RT @PFF_College: Michael Penix Jr.: 2,378 passing yards on 10+ yard throws\n\nRanks 1st in the Power 5🎯✅ https://t.co/zd7GR97zjZ"
## 
## [[587]]
## [1] "withearthmixx: Me recomiendan ver I will knock You? Es un bl nuevo 👀"
## 
## [[588]]
## [1] "lovegrazielleh: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[589]]
## [1] "Mina_g137: 7ases bl break down bs mafe4 wa2222t a break down 💔😂"
## 
## [[590]]
## [1] "peraya_exol: RT @heyitsmizuu: Oh no 😧😂😂 #Jinx #BL #Yaoi #yaoibl #manhwa #manhwarecommendation\n\nSauce: Jinx https://t.co/T9Y5UNWbo5"
## 
## [[591]]
## [1] "EliLeno: RT @Morph_VGart: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wal…"
## 
## [[592]]
## [1] "aratakizoro: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[593]]
## [1] "Ph4ntomDr4gneel: @cr1baby21 @beezebel @SaberNoctisV @Cr1baby1 @KrushDestroy 'in bl'\n\nAnd here it is, another wrong statement by an u… https://t.co/RtJBrRxyyQ"
## 
## [[594]]
## [1] "dach48ptd: Three T Carburetor Main Jets, Carburetor Pilot Jets For Dellorto PH BD/BE/B/BG/BH/BL/BR/M/SB SH1/2 SHA 10/12/14/15/… https://t.co/DaRnjqVUZL"
## 
## [[595]]
## [1] "hydraphrenic: Je regarde Between us, Al side story de until we meet again la serie BL et let me tell you things tm"
## 
## [[596]]
## [1] "yasminah_bl: RT @RiGunna: Me and my friends will nickname yo ass so fast… “Girl why big jeans just text me” 😂🥴🔥"
## 
## [[597]]
## [1] "Brrunaly: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[598]]
## [1] "Ordinaryentity: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[599]]
## [1] "Mayte_BL: RT @JoshuaConkel: There’s a weird cultural thing at play right now where some young people think they’re progressives while actually being…"
## 
## [[600]]
## [1] "Irodori_Sakura: RT @Irodori_Sakura: 【🚨Black Friday Sale🚨】\n\nCheck out Irodori Sakura's SFW store where you'll find amazing Yuri, BL and LGBTQ+ stories on sa…"
## 
## [[601]]
## [1] "ArsenioBertoli: @goodman_mal @epigeneticforce @Know_More_News @jordanbpeterson A Coincidence is a great word a group of Jews. \n\n“A… https://t.co/62QhMlx1So"
## 
## [[602]]
## [1] "RadleyArchives: RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…"
## 
## [[603]]
## [1] "hermit_wanderer: @marsMEWlow 😆 non-asian bl recommendations are accepted as well"
## 
## [[604]]
## [1] "sds_levy: RT @BL_Scenery: POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2023 on C…"
## 
## [[605]]
## [1] "Bionniac: RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in \"bl actor\" category, they're just actors, good ones. and if those pp…"
## 
## [[606]]
## [1] "eyesonmovies: TVMix reports Hollywood Media Mogul Alki David Calls on Congressman Steve Scalise To Hold Emergency Whistle Bl.... https://t.co/oH2kltYJhL"
## 
## [[607]]
## [1] "RossBeale7: @JennyPineapple2 @FirstNation10 @nyunggai Obviously Aboriginal law is extinguished for good reason, BL does not pro… https://t.co/qkZ3RTuFqI"
## 
## [[608]]
## [1] "vanessa_315: PersonalizeDISD: RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus l… https://t.co/EQL8BxL2bq"
## 
## [[609]]
## [1] "WelshSchoolsFA: RT @MrROHughes: Canlyniad Bl 11 | Year 11 Results🏆⚽️🏴󠁧󠁢󠁷󠁬󠁳󠁿\n\n@Cwmrhymni 5 - 3 @Croesype \n\nHuge thank you to Croesyceiliog for reversing the…"
## 
## [[610]]
## [1] "nattapowinn: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[611]]
## [1] "gwennie6: @ADramticsCutie It is and I don't get how no is talking about it or why the large fan clubs haven't created a HT fo… https://t.co/u0RkJCCsXZ"
## 
## [[612]]
## [1] "Johanna_Bl: RT @13abc: Sheetz Freaks rejoice! Sheetz announces plans to expand to Toledo and Detroit. &gt;&gt; https://t.co/fZR0bGIQic https://t.co/aKbSdvK0AG"
## 
## [[613]]
## [1] "BostonJorge508: RT @sportscardcoder: Justin Jefferson 2020 Panini Bl #ad #sportscards https://t.co/SN1bpHDkOj"
## 
## [[614]]
## [1] "ApoNattawinBO: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[615]]
## [1] "Januaryboyss: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[616]]
## [1] "Delaney_Vander: @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/1WwPjqryQh"
## 
## [[617]]
## [1] "aramiswym: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[618]]
## [1] "Mccrimmons: RT @red_loeb: 30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v @BLMedieval h…"
## 
## [[619]]
## [1] "wrenmatsuu: @Kamenootwt MADK, at the very least, is authored by a man. Bad Boys Happy Home is drawn by a man. There's great BL… https://t.co/BppKYTOLJf"
## 
## [[620]]
## [1] "Jimena_wang3: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[621]]
## [1] "rnbadley: RT @Emarosa: CHICAGO. 5 DAYS. \nTICKETS: https://t.co/tghgZRfTi9 https://t.co/QQmkgX5n1U"
## 
## [[622]]
## [1] "KinoAlyse: RT @xonorika: Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizing this!!…"
## 
## [[623]]
## [1] "sds_levy: @MyBLCalendar @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @boys_passion @BL_Scenery… https://t.co/SnGXvJEkzV"
## 
## [[624]]
## [1] "Chanman39: @UDubTonyD @BL_27_ @AcropolisJr @C_M_G206 Any update here?"
## 
## [[625]]
## [1] "bl_artcult: @ClaireSilver12 That's what happens when we love what we do."
## 
## [[626]]
## [1] "KathyRe0916: @CherylM50784435 @GeneralHospital @josh_swickard I was rooting for them in the beginning...It's just embarrassing n… https://t.co/at6pxUZxOD"
## 
## [[627]]
## [1] "sarah_ash7: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[628]]
## [1] "alyssascavetta: @michixmame the BL i would draw 😭🥹"
## 
## [[629]]
## [1] "delta_sauce: RT @xonorika: Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizing this!!…"
## 
## [[630]]
## [1] "EvaSmit76644663: The plot of \"Collecting All the Hot Noblemen\" is like a roller coaster of emotion. It's riveting and full of surpri… https://t.co/rC6SrEyzR4"
## 
## [[631]]
## [1] "lethia_bl: RT @rjmxrelll: stay &amp; keep me please"
## 
## [[632]]
## [1] "julony1: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[633]]
## [1] "anevilbunny: RT @anevilbunny: I'm a little late with this, but here it is!💖\n\nPercy belongs to me\nTigro belongs to @OjitosVerres \n#twst_BL #twstoc #twst_…"
## 
## [[634]]
## [1] "peachyIaurent: Me: telling Sarah all the gossip I hear and search for about bl actors like she cares \nHer: damn that’s so crazy"
## 
## [[635]]
## [1] "xonorika: Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizi… https://t.co/C9ASMofN4v"
## 
## [[636]]
## [1] "red_loeb: 30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v… https://t.co/373wAfa8z2"
## 
## [[637]]
## [1] "Miranda_8899: RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…"
## 
## [[638]]
## [1] "isukoos: since i srsly got no one to talk to might as well read some angst bl and go back to my bl era 😼✨️ https://t.co/Zvn45KUOPO"
## 
## [[639]]
## [1] "wenderlnd: RT @misamxsa08: its been too long since i drew them #prsk_FA #prsk_BL https://t.co/bhUajKYAX8"
## 
## [[640]]
## [1] "spcygomtokki: RT @GISEOK4EVA: when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…"
## 
## [[641]]
## [1] "AceAr0taku: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[642]]
## [1] "ArbiterOfSpoons: @purinpilled @heatherBASEDon Most of my gay friends made a clear distinction, independently, that BL≠ Yaoi and that… https://t.co/Fq0XJ8CroY"
## 
## [[643]]
## [1] "colors_alexx: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[644]]
## [1] "CryptoWitchNFT: @darkestdollx @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/0dBwJvFBbH"
## 
## [[645]]
## [1] "PinellasCo911: Alert: MOTOR VEHICLE COLLISION @ I275-NBND/GANDY BL N Tac: B Sent: E36 E7"
## 
## [[646]]
## [1] "BathroomSuppli1: Delta Chamberlain 142747-BL-I In2ition 2-in-1 Shower Faucet, Matte Black https://t.co/EpDeWjxlJu eBay https://t.co/WDYc9muxhv"
## 
## [[647]]
## [1] "ToolsWorkshop: (New)DEWALT DCS571B ATOMIC 20V MAX BL 4-1/2 in. Circular Saw https://t.co/JEspO7qb3L eBay"
## 
## [[648]]
## [1] "MollyKHumphries: @KJWinEducation @rpondiscio 1 uses a variety pack: Wilson, BL TpT worksheets, LC writing workshop, and RR small group."
## 
## [[649]]
## [1] "AntjeDienan: RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…"
## 
## [[650]]
## [1] "Prachaya143KS: RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…"
## 
## [[651]]
## [1] "vampireboy2003: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[652]]
## [1] "BreXsday9: They're so damn cute especially the Milk \n#ChocoMilkShake #bl #koreanbl #Blseries #parkseungbin #kimseonghyuk… https://t.co/LOzhiNRuD7"
## 
## [[653]]
## [1] "FishiesJellie: RT @obskyr: Here's a manga I've seen a *lot* of buzz about in Japan, but none in the West… Hikaru ga Shinda Natsu.\nTwo boys in the countrys…"
## 
## [[654]]
## [1] "Dreamless9876: RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk"
## 
## [[655]]
## [1] "AfifahNurAnand: RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…"
## 
## [[656]]
## [1] "QuislingT: @Abdulah73649951 @TheDoct0r_ @jsolloso The french league has proven itself a legit talent factory\n\nThe bundesliga s… https://t.co/dkBt9GGYHW"
## 
## [[657]]
## [1] "bl_sub: RT @chaewonsarchive: cute concept chaewon crumbs \n\nhttps://t.co/pkqnnEkG2M"
## 
## [[658]]
## [1] "BluaPapilio: New Dreamwidth Post: Activity Check-in: BL Manga \"Follow\" &amp; \"Akegata ni Yamu Ame\" - https://t.co/JC5OXm5g5O"
## 
## [[659]]
## [1] "crisalvessh: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[660]]
## [1] "BL_27_: RT @HoodHusky: I know JD was very interested in UW before committing to Texas.\n\nSpin the block, come see what the Program has cookin now! @…"
## 
## [[661]]
## [1] "sondrawomen: RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see students enga…"
## 
## [[662]]
## [1] "IndigoOcean: @rubyblue1137 I do understand yours. You think one is worse than the other. I think both are equally problematic, j… https://t.co/jKTj2aJpPI"
## 
## [[663]]
## [1] "LMichelleJ87: @HauckTarin @karenvaites @TimRasinski1 The Caulkins/F&amp;P Balanced Literacy did not include the big 5. I don't like u… https://t.co/kBzqQlGdin"
## 
## [[664]]
## [1] "bentley_demon: @hils_k yeah... here we are 25 years and probably hundreds of fandoms later and here we are meeting in Thai bl...."
## 
## [[665]]
## [1] "BL_27_: RT @wy4att: Extremely Blessed and Thankful to have received an offer from The University of Washington ! ☔️ @PlayerProMorgan @WilliamInge1…"
## 
## [[666]]
## [1] "maissnotthere: My social battery bt5les literally bas bl taxies"
## 
## [[667]]
## [1] "shinn_aime: RT @tkhell_: Hbd to the sweetest angel ever I'll always be by your side bby whatever you do, I just want u to be happy my little angel &lt;3 🦋…"
## 
## [[668]]
## [1] "Not0nMain: RT @janelhops: I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problematic. The r…"
## 
## [[669]]
## [1] "MichaelaMaestas: Nury Martinez and the Dirty Truth of Latino Anti-Blackness - (Brown &amp; Bl... https://t.co/3pKahP1qdV via @YouTube"
## 
## [[670]]
## [1] "MetalDragonKid: @shoujoscholar @saeryen I didn't say anything about objectifying men. I just mentioned BL. Do you think BL objectif… https://t.co/0rpCrBObY2"
## 
## [[671]]
## [1] "sds_levy: RT @MyBLCalendar: How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happen?\n\n#M…"
## 
## [[672]]
## [1] "monteiro_ortega: RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr"
## 
## [[673]]
## [1] "BreXsday9: Do anyone know where I can download a Bl serie, with subs in English or Spanish, because i going to a trip where is… https://t.co/3EzYg8h8x3"
## 
## [[674]]
## [1] "buffmilfslover: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[675]]
## [1] "MariReactsYT: Mari’s reaction to #AboutYouth Ep 1 &amp; 2\n\n#reaction #patreon #react #bl #drama #taiwandrama #retweet @LovingBlogs… https://t.co/yDMUvI4s3X"
## 
## [[676]]
## [1] "KSforever08: RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…"
## 
## [[677]]
## [1] "Bertozaur: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[678]]
## [1] "peachyturtle: @_chcow1nt_ And that is ig how danmei kinda sets itself apart from other BL media imo..most if not all is only hype… https://t.co/vCDieFKCoU"
## 
## [[679]]
## [1] "SessxRin: RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr"
## 
## [[680]]
## [1] "Albertyeh: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[681]]
## [1] "bloodkittyh: Gonna be honest...this is probably the best manga panel ever.\n#cat #owner #manga #mangapanel #BL https://t.co/4T5Lyik3Tb"
## 
## [[682]]
## [1] "TheYaoiShelf: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[683]]
## [1] "nthngtoseehere: @boysloveparty 🎂 Thank you for the calendar, I depended on it when I first started reading BL at the beginning of t… https://t.co/UABSBb1iIt"
## 
## [[684]]
## [1] "pictureshow_bl: It's Time for Trivia Tuesday ⏰\n\n#StrangeWorld star Jake Gyllenhaal also played Mysterio in which Marvel movie? https://t.co/uBv03qFuzX"
## 
## [[685]]
## [1] "nongapocute: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[686]]
## [1] "cutiesemanticme: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[687]]
## [1] "pablo_bl_8: RT @tragicbirdapp: he’s too strong https://t.co/5swURRVY7p"
## 
## [[688]]
## [1] "pablo_palcovca: RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…"
## 
## [[689]]
## [1] "Webcomics_app: When you r trying to check ur boyfriend's phone📱\n\nSweet Couple Sauce🔗https://t.co/qEg2WYlJYb\n#webcomics #manhwabl… https://t.co/NXKkwNrb00"
## 
## [[690]]
## [1] "babygravitydaze: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[691]]
## [1] "MoxAprii: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[692]]
## [1] "randomlyrj_: Him wearing that horrendous crusty-ass mop of a wig is reparations for what he said about BL years ago. But it hurt… https://t.co/HeUhsFG7mt"
## 
## [[693]]
## [1] "darkestdollx: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/x2ur0v8DVJ"
## 
## [[694]]
## [1] "jtdessie: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[695]]
## [1] "jhonpl55: @heelsiblings I thought it was BL, when i looked at the first pic"
## 
## [[696]]
## [1] "antighaeyo17: while\nfrom others came a sound of carpenters and coopers, with bl\n__iherb_promocode_promo_rewards_voucher_code_disc… https://t.co/7qxpFjVEHJ"
## 
## [[697]]
## [1] "ladyalitacastle: RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr"
## 
## [[698]]
## [1] "Quowii: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[699]]
## [1] "unbothered_ykx: RT @fckedupdreamer: Sanemi X Tokito is my top OTP, and Kanroji is a happy shipper\n\nHD: https://t.co/iW2mtmRfwO\n\n#bl #boyslove #demonslayer…"
## 
## [[700]]
## [1] "ntonjerray: Gotta finish that terrible BL"
## 
## [[701]]
## [1] "ItJustMe1965: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[702]]
## [1] "pemujakertas: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[703]]
## [1] "SimondForbes: RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…"
## 
## [[704]]
## [1] "likearose317: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[705]]
## [1] "yeb_sakoda: @transmascswag_ of course of course, but drawing in the ideas of postmodern literature specifically how it relates… https://t.co/YYkPRra5f3"
## 
## [[706]]
## [1] "PrincessPreener: This is Bl’ink with her taggy “Peridot” custom My Little Pony I did in 2009 https://t.co/fMSnvoIVOq"
## 
## [[707]]
## [1] "nalimo333: can't believe I just discover that my type of bl is gay yuri https://t.co/oQmBK5u6b0"
## 
## [[708]]
## [1] "MEWSICCLUB: RT @world_of_bl_com: Updated BL calendar for November 2022\n\n_________________________________\n\nWebsite: https://t.co/xxX9fVZLSd\nSupport me…"
## 
## [[709]]
## [1] "cae_mov: RT @RentaMangaStore: Asahi and Kei used to be inseparable, but that all changed when Asahi was diagnosed as an omega in high school and Kei…"
## 
## [[710]]
## [1] "jwcosart: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[711]]
## [1] "random_someon3: @bloomfilters Oh and! Each specific series within the Qhidae will have a different queer theme, one will be pure BL… https://t.co/UEr7NKFWN7"
## 
## [[712]]
## [1] "lord_barrold: @ToonMouthTyne @BL_2889 @England I’d love to see Wilson and Maddison get starts but I think the reality is that the… https://t.co/bZOGNe9H6u"
## 
## [[713]]
## [1] "CookieDoh12345: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[714]]
## [1] "IsaBlumi: RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…"
## 
## [[715]]
## [1] "infinit_dreamer: @aibarisu @phuwintang @ppnaravit as you should omg it's amazing!! it really does especially with the music 👌 like the bl version of it"
## 
## [[716]]
## [1] "ErotemeArt: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/3Lmn9TocJ9"
## 
## [[717]]
## [1] "world_of_bl_com: Title: Love In The Air (Uncut Version)\nEpisodes: 1-3 (of 13)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nPlatform:… https://t.co/V5DbY3tLmO"
## 
## [[718]]
## [1] "SimondForbes: RT @red_loeb: @DCFDavisson @BLMedieval See for example the Royal Proclamation of 16 November 1538 which was issued jointly by Henry VIII an…"
## 
## [[719]]
## [1] "kawoshingatitos: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[720]]
## [1] "SimondForbes: RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…"
## 
## [[721]]
## [1] "MarinaMaranan1: @GMMTV is this a new series. Is this Bl"
## 
## [[722]]
## [1] "YoungMophead: @GeneralNarwhale @MuItimach Yeah I feel that. Got a PC right after BL came out and was just wondering if I should'v… https://t.co/MqZU8k2rpu"
## 
## [[723]]
## [1] "blworld2603: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[724]]
## [1] "bst253483: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[725]]
## [1] "LYn_dmdboys: RT @Rainbow3031: @nanazunshine I honestly never seen other BL CP explaining to their partner when they play new series with other ppl 'it j…"
## 
## [[726]]
## [1] "Ethos335: @JohnThePapist Catholic answers could be thought of similarly to Bl. Carlo Acutis' website as well."
## 
## [[727]]
## [1] "purplewhalien4: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[728]]
## [1] "LYn_dmdboys: RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…"
## 
## [[729]]
## [1] "LYn_dmdboys: RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…"
## 
## [[730]]
## [1] "N_Fitzgerald: RT @RossiAtanassova: I have published a blogpost about the progress with my AHRC-RLUK Professional Practice Fellowship project: https://t.c…"
## 
## [[731]]
## [1] "MultiiiiStann: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[732]]
## [1] "ArsSilentium: Evening light at Lauch, Langenbruck BL.\n#landscapephotography #photo #LIGHT #TREASURE \nhttps://t.co/mEChtPgHPZ https://t.co/QNCqLjT7JZ"
## 
## [[733]]
## [1] "KittenHasClaws8: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[734]]
## [1] "11_boredlands: Manga: Jinx\nArtist: Mingwa\n\nLegendary bl artist and writer of bj alex"
## 
## [[735]]
## [1] "semprongbolong7: RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…"
## 
## [[736]]
## [1] "mileaposArtaz: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[737]]
## [1] "hayden85nk: Prothane 6-1207-BL Black Radius Arm Bushing Kit FI3H30T\n\nhttps://t.co/AYKTselpa3 https://t.co/kBvHPeheqv"
## 
## [[738]]
## [1] "nyiguinyogui: RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…"
## 
## [[739]]
## [1] "jmiles67: @troonytoons Couldn’t be anything to do with him being downright bl**dy ugly!!"
## 
## [[740]]
## [1] "mymyhuynhs: cant post about a drama without someone going “is this BL!?”\n“OMG I WISH IT WAS GAY!”\n\nguys 😭 please"
## 
## [[741]]
## [1] "lait911: Arlington Heights | Structure Fire reported at W Pico Bl / S Bronson Ave\n\nhttps://t.co/NgkEeatDMm\n#lafd #lafdalert"
## 
## [[742]]
## [1] "CattawinofMile: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[743]]
## [1] "mylife8z: @mylenechantress hahahh me too I'm new in BL drama I only watched Korean and Chinese drama but im addicated to Kore… https://t.co/xZbEL6hG9y"
## 
## [[744]]
## [1] "BillBloodyHughe: RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…"
## 
## [[745]]
## [1] "plzl: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[746]]
## [1] "lu_aux_fraises: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[747]]
## [1] "Raudelburr: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[748]]
## [1] "Radolysse: @aevalion1 Mich bl club no worries https://t.co/3CFofmhxJF"
## 
## [[749]]
## [1] "MySuppCareCOH: RT @cityofhope: Today is the day! This #GivingTuesday, you can make 5X the difference in the lives of people fighting cancer and give them…"
## 
## [[750]]
## [1] "paralyzedbylou: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[751]]
## [1] "aespahw: normal ppl: need to focus on school during finals\nme: needs to start a bl during finals or ill go insane"
## 
## [[752]]
## [1] "Happy_Bubblesss: RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…"
## 
## [[753]]
## [1] "Droktulft: RT @jimmy_darke: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @K…"
## 
## [[754]]
## [1] "TimMilnes: RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…"
## 
## [[755]]
## [1] "Droktulft: RT @BadBeanLLC: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wala…"
## 
## [[756]]
## [1] "airyolovemail: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[757]]
## [1] "W0NNIEKCALS: @yongbokrexic it's a sexual and violent thai bl"
## 
## [[758]]
## [1] "mylenechantress: @mylife8z Now I'm jealous😂 I get to enjoy those wee hours only Friday to Sunday and watching Kdrama too and recentl… https://t.co/CTUjDnhFn0"
## 
## [[759]]
## [1] "AuwalJalo1: very cool and inviting6. There were soft, bluey-green bl     https://t.co/3tccBratSg"
## 
## [[760]]
## [1] "bekkomi: @SDYeet He literally have the most common uncle/korean bl hair style just on a different face and body T_T"
## 
## [[761]]
## [1] "relish_hendy: RT @Law_Solidarity: Delighted to launch my new oral history project, working with @BL_OralHistory to develop an archive of oral history int…"
## 
## [[762]]
## [1] "weimann20pklj: UWIOFF Weed Barrier Landscape Fabric, 4ft x 10ft Durable &amp; Heavy-Duty Garden Landscaping Fabric, Premium UV Resista… https://t.co/0v3XncwOPs"
## 
## [[763]]
## [1] "La_Patrona_Rin: RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr"
## 
## [[764]]
## [1] "Genevieve_Hery: @cynodegmi @sylvainbrisse @CBeauruelle @CMIJournal Read the case report, dear BL SE ... You'll be surprised!\n👉🏻https://t.co/KCCuMDWdoZ"
## 
## [[765]]
## [1] "TaiyoToTsukiiii: @Fulgur_Ovid Omg, Blue flag? Based.\n(I'm surprised cause more people nowadays are commonly into manhuas/manhwas in bl genres.)"
## 
## [[766]]
## [1] "Takiko_Uruki: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[767]]
## [1] "woojoonmoon: Now flipping it around! Do the girlfriends of these bl actors feel this way? Like it IS a job and I honestly don’t… https://t.co/71d8iQ2MRq"
## 
## [[768]]
## [1] "kuroiskiez: RT @ynbnbaby: This looks like a bl drama https://t.co/8Snj4f7lAR"
## 
## [[769]]
## [1] "BL_2889: @KingOfNothing22 Wouldn’t say amazing performance tbh competent yes but not spectacular"
## 
## [[770]]
## [1] "ThatOne_KidNico: Can we not call real gay men “BL/Yaoi” boys pls, thnx ✌️"
## 
## [[771]]
## [1] "cloeyaku: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[772]]
## [1] "bl_swyq: ong/teo practice is 🔥"
## 
## [[773]]
## [1] "riverexic: oh my god the night i have a bunch of motivation to cvt i dont have a bl@de with me"
## 
## [[774]]
## [1] "alspacedout: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[775]]
## [1] "glaucieIIe: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[776]]
## [1] "kelsi94i: TRAHXGO 2Pcs Lymph Drainage Magnetic Bracelet, Anti-Swelling Bracelet for Women Men, Magnet Weight Loss Bracelet, P… https://t.co/FLZw7aNzGD"
## 
## [[777]]
## [1] "Spotlightron: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[778]]
## [1] "ApoNattawinUSA: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[779]]
## [1] "sunbird_06: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[780]]
## [1] "__as_alex_: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[781]]
## [1] "BL_Balthaser: “Zero covid in one country,” is 21st C “socialism in one country” esp as the rest of world “lets the virus rip.”  I… https://t.co/SnPxmTgbIE"
## 
## [[782]]
## [1] "MetalDragonKid: @shoujoscholar @saeryen No. Sex by itself isn't male or female gaze. It's how a work portrays sex that denotes whet… https://t.co/o1dtdWGCcM"
## 
## [[783]]
## [1] "HakethKOTB: RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…"
## 
## [[784]]
## [1] "soundlolgic: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[785]]
## [1] "HauckTarin: @LMichelleJ87 @karenvaites @TimRasinski1 Wasn't BL coined from the findings of the NRP Report? WL lacked word recog… https://t.co/PW7KDDjHtc"
## 
## [[786]]
## [1] "LSHGofficial: RT @Law_Solidarity: Delighted to launch my new oral history project, working with @BL_OralHistory to develop an archive of oral history int…"
## 
## [[787]]
## [1] "cnsltnglib: either it exists in Japan and hasn't been exported, or it just doesn't exist, but I'd be surprised if somehow the B… https://t.co/mCpZMejRq0"
## 
## [[788]]
## [1] "BerthaG09300381: Handmade Repurposed Upcycled Statement Bib Necklace sparkly bl by SparkleMyGlitter https://t.co/Ne1mNn6WBX via @Etsy"
## 
## [[789]]
## [1] "kozeymgjn: Ox &amp; Pine Handmade Personalized Leather Cord Wraps for Laptop Cords (Dark Brown, Rustic Brown, Saddle Tan, Rustic G… https://t.co/etf2wG11XG"
## 
## [[790]]
## [1] "kyarin2_: @_bl is a scammer dont do business wit him"
## 
## [[791]]
## [1] "diangelosfav: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[792]]
## [1] "SNicole031: Apparently I read comics now\n \n#Oddballs #sticknode #BL\n\nhttps://t.co/xmOellbBp3 https://t.co/z7F5FHXcrv"
## 
## [[793]]
## [1] "RSS_Nami: @rss_mayu 🔣To prevent further nightmares➿🪁\nI have bl🤬🥒ked certain \n😰DISTRESSING emAils 😨\n🥰🤩🫡from the HeAd OfFiCe \nBe§©®®®ep Boop 👽👾🤖"
## 
## [[794]]
## [1] "mylife8z: @mylenechantress you hate snow and we are praying to see snow hahah even if I travelled to Europe I never see🤣💔 no… https://t.co/2vN8badMd4"
## 
## [[795]]
## [1] "Anita75999886: RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU"
## 
## [[796]]
## [1] "boysloveparty: RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…"
## 
## [[797]]
## [1] "vmnamu: @sharluvbot @kooyng apparently the webtoon is a bl but idk if its true thats what i heard"
## 
## [[798]]
## [1] "Howie_Davies: @oakieone @AndrewxMontague @judith_sheen Compare with miners &amp; steelworkers, car factory workers didn’t see how for… https://t.co/eBgpc1ya8b"
## 
## [[799]]
## [1] "BigE_20: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[800]]
## [1] "ThomasVitins: Check this fascinating #artist: #Lebanese🇱🇧 #RockMusic pioneer &amp; #humanitarian @Lydia_Canaan and listen to her song… https://t.co/JPbmgImy38"
## 
## [[801]]
## [1] "IrlagainstFash: D*rek Bl*ghe in Fermoy, Co. Cork tonight trying to whip up hate against refugees. A handful of locals were there 'o… https://t.co/yWdHlMznM7"
## 
## [[802]]
## [1] "delta_sauce: RT @fantasticplanet: Loving this space! So great to hear the voices of @delta_sauce and @bl_artcult speaking on their work and marketing kn…"
## 
## [[803]]
## [1] "M1z_uKi: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[804]]
## [1] "ianjustexisting: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[805]]
## [1] "jenshaul13: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[806]]
## [1] "fatherandrew: RT @LeahLibresco: I love this plan for Eucharistic processions across the country in 2024. \n\nStarting in:\n-San Francisco\n-the tomb of Bl Mi…"
## 
## [[807]]
## [1] "BL_nananWSSP: RT @ganen_cheese: Let's have a bab-\n#19days #tianshan https://t.co/QnkfjgtMAW"
## 
## [[808]]
## [1] "JamesLouise7: @tbaudinette Ah, so disappointing. Such a missed opportunity if New didn’t eat one when he was in Aust a few weeks… https://t.co/4oqDgeieQX"
## 
## [[809]]
## [1] "josie_bl: RT @sadtruthwords: My eyes cried too much this year."
## 
## [[810]]
## [1] "znncut: RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…"
## 
## [[811]]
## [1] "tatzanx: RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…"
## 
## [[812]]
## [1] "GIN_TROPICAL: RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…"
## 
## [[813]]
## [1] "Americareform: RT @KathyRe0916: BL tells Chase she thought they support each other.. Really BL??🙄 #gh #chaylnn"
## 
## [[814]]
## [1] "VJMS9: Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36\" Gold Sand Glass Lampwork… https://t.co/Rv7Eipuy9o"
## 
## [[815]]
## [1] "Tegiri5: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nA mother's Joy that splashes colors around her… https://t.co/uqyXgvoKIu"
## 
## [[816]]
## [1] "fufufu__bl: RT @nozuuw: from the lets make a cat boy thing, I quite like him https://t.co/eoRsNKnLbW"
## 
## [[817]]
## [1] "deer_skull: OK THOSE WHO TOLD ME USE MORE OF THE BL@DE.. I UM SHOULD HAVE LISTENED NOT TO PRESS TO HARD 🙄🙄🙄🙄🙄\n.\n.\n.\nshtwt stryo… https://t.co/i1gyNEsbQJ"
## 
## [[818]]
## [1] "jeroosan: RT @MizuTsukino: Eternal Yesterday is still the strongest candidate to be the best BL this year for me. It keeps me stay alert emotionally.…"
## 
## [[819]]
## [1] "Bl_ueTe_ars: RT @letsyousoro: she's so fine 😩\nhttps://t.co/wTFIHw1F31"
## 
## [[820]]
## [1] "johnson51nrbx: Prothane 19-920-BL Black Straight Shock Mount Bushing with Sleeve - 2 Piece TIYI2ZZ\n\nhttps://t.co/31hGIUXj7E"
## 
## [[821]]
## [1] "cgcornett: RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…"
## 
## [[822]]
## [1] "brittz0rz: Wait, I've read this BL https://t.co/FpRlMg6yc7"
## 
## [[823]]
## [1] "red_loeb: @DCFDavisson @BLMedieval See for example the Royal Proclamation of 16 November 1538 which was issued jointly by Hen… https://t.co/6sLKFtgzZX"
## 
## [[824]]
## [1] "Sari1_7: The manhua has been feeding us so well\n \n#Mankatha #bl #characterdesign\n\nhttps://t.co/5ZqnuoX0yY https://t.co/uGeqZQYuwP"
## 
## [[825]]
## [1] "Draco2050: @BL_Tidus @Spllila1 true imagine"
## 
## [[826]]
## [1] "BL_Tidus: @Spllila1 @Draco2050 imagine"
## 
## [[827]]
## [1] "stephasavale: @CoffeeVectors @bl_artcult omg you two 😆 https://t.co/EbxR7ZnSbK"
## 
## [[828]]
## [1] "amli_art: @jeffjag @bl_artcult @anim8dead @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr ah, i was about to… https://t.co/UKbKrywqwk"
## 
## [[829]]
## [1] "bl_allmybae: Formal dress code🥹🥹"
## 
## [[830]]
## [1] "solartaekoo: This is definitely in top 10 favorite BL of 2022. https://t.co/m8gIqPXOMk"
## 
## [[831]]
## [1] "akazablood: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[832]]
## [1] "tdkrbksupremacy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[833]]
## [1] "MDi_BL: @reversea_ Hooray!! Thanks so much! Hope you love it as much as we do~ 💖"
## 
## [[834]]
## [1] "panilatte: RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…"
## 
## [[835]]
## [1] "MDi_BL: RT @reversea_: @MDi_BL oh, this could not have come out at a better time! i had some coins about to expire on bookseller so i just bought t…"
## 
## [[836]]
## [1] "amli_art: @illustrata_ai @artcrushgallery @animusnft @speakingtomato thanks for the tag friend.\nA little Miami winter… https://t.co/baIQvHROpp"
## 
## [[837]]
## [1] "rainbowfirebird: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[838]]
## [1] "amugae23317637: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[839]]
## [1] "leffler85dnil: MM MELISEN Yoga Mat Storage Rack, Home Gym Studio Organizer Cart for Foam Roller, Yoga Strap and Resistance Bands,… https://t.co/Jm98em767o"
## 
## [[840]]
## [1] "panilatte: RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…"
## 
## [[841]]
## [1] "sinbethemoon: @SUGAHCUNT @gojosatorubutt @HakkenRyou I think it's from BJ Alex, and if so, it is BL"
## 
## [[842]]
## [1] "ToonMouthTyne: @BL_2889 @lord_barrold @England Yeah, that's probably our best 4 attackers, I agree."
## 
## [[843]]
## [1] "hyeonjuhui3: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[844]]
## [1] "haewonnieblu: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[845]]
## [1] "utenthys: there’s so much. bl adjacent things that are often better than straight up bl but i do like when it’s canon. i have… https://t.co/ldIg625Gg1"
## 
## [[846]]
## [1] "Skirgey: @BL_2889 @ToonMouthTyne In a front 3 I 100% agree"
## 
## [[847]]
## [1] "Ash8Luv: @AlexFriel @afortunatestory @SebBronislaw @gen87767272 @Otto_English a culture is a people, things like food or mus… https://t.co/x8zaOmIbrQ"
## 
## [[848]]
## [1] "vixen1084: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[849]]
## [1] "unknown_gunnerz: @BL_2889 @lord_barrold @ToonMouthTyne @England No point in wasting your breath on striker alternatives. Kane is and… https://t.co/uZKGhVvUlf"
## 
## [[850]]
## [1] "woojoonmoon: Okay so Thai bl fans, question: is skinship between men seen as normal and platonic? Like skinship in Korea? Here,… https://t.co/ofAEzdqD9T"
## 
## [[851]]
## [1] "dimples039: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[852]]
## [1] "andrewnotfound2: This comic is definitely worth reading! Come check it out!\n \n#aiart #bl #AnimeArt\n\nhttps://t.co/NW5yHVNJSN https://t.co/W5Q7BLufha"
## 
## [[853]]
## [1] "mems_ukc: RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…"
## 
## [[854]]
## [1] "reversea_: @MDi_BL oh, this could not have come out at a better time! i had some coins about to expire on bookseller so i just… https://t.co/29hiX384qZ"
## 
## [[855]]
## [1] "NSFW_Biscuit: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[856]]
## [1] "DISDSubs: RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was gr… https://t.co/MyTPsEZLVK"
## 
## [[857]]
## [1] "LRobbTeacher: RT @AAngela98765: @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 @LRobbTeacher Also, the other unspoken thing is that districts need…"
## 
## [[858]]
## [1] "cnf1996: RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…"
## 
## [[859]]
## [1] "SinnerDarkchild: RT @ErotemeArt: @obscuradao @MecenateFineArt Summoning @bl_artcult and @darkestdollx https://t.co/Kvm3FJjLZr"
## 
## [[860]]
## [1] "KinnPorscheSP: RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022\" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…"
## 
## [[861]]
## [1] "kon23uk: @BearsBeyondGate Anothe bl***y meaningless Friday night game. Waste of time."
## 
## [[862]]
## [1] "BL_2889: @lord_barrold @ToonMouthTyne @England I think I agree. Rashford has to start so I’d play Maddison Wilson Rashford and foden."
## 
## [[863]]
## [1] "EmmaLinaldi: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[864]]
## [1] "allofthemanga: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[865]]
## [1] "gingaeyle: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[866]]
## [1] "blblud: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[867]]
## [1] "Alix95406063: “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/spswpbp3Wn"
## 
## [[868]]
## [1] "quiverypalm: @spiritcryptic YEAH but this level of fanservice from something that isn’t a BL is still wild to me lmao"
## 
## [[869]]
## [1] "Lughos1: @Azhdaya__ Why is ginger .5? It's the blond gene.\nI'm 16.5, b/c the hair is more like a strawberry bl"
## 
## [[870]]
## [1] "SHIZUKUHlNOMORl: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[871]]
## [1] "PhoenixStar73: RT @CupcakeBakeoff: @kthversaces Did you just waste your time on bl!nks?? Lmao even they know whyG pays their faves' way lol by paying sp0t…"
## 
## [[872]]
## [1] "Oregano_freak: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[873]]
## [1] "Aiden_bl: @Mbappemos https://t.co/TPmSY3gMyc\n\nRatio"
## 
## [[874]]
## [1] "allofthemanga: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[875]]
## [1] "veryhonestmee: Ana fkdt el 4a8af eny albs ay 7aga fel gam3a de wallahy 3ayez anzel bl pjs"
## 
## [[876]]
## [1] "boysloveparty: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[877]]
## [1] "mumbly_joe: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[878]]
## [1] "chichikuuu: RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in \"bl actor\" category, they're just actors, good ones. and if those pp…"
## 
## [[879]]
## [1] "ghostzeros: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[880]]
## [1] "moonatarix: RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…"
## 
## [[881]]
## [1] "euamodoramas: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[882]]
## [1] "GamingCrasy: Apparently I read comics now\n \n#draw #indiedev #bl\n\nhttps://t.co/3HtuHFSc0X https://t.co/q4ONlszrYi"
## 
## [[883]]
## [1] "msllamablouhe: I'm a BL lover give me suggestions vice versa 😁"
## 
## [[884]]
## [1] "MetalDragonKid: @shoujoscholar @saeryen And I never said they were. My point is that shounen takes tropes from shojo, josei and BL.… https://t.co/yapAfeZsdI"
## 
## [[885]]
## [1] "CaptainVonChan1: RT @LiManMa16795669: #恨君不似江楼月 #KillerAndHealer #江枫余火 #MaoZijun #茅子俊 #YiBochen #易柏辰  #SCI谜案集 #季肖冰 #JiXiaobing #高瀚宇 #GaoHanyu #SCIMystery #Br…"
## 
## [[886]]
## [1] "honeymins0613: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[887]]
## [1] "BL_Scenery: We're finished, man fall in love to the bear (stuff toy). Now, men fall in love to the animals (cat &amp; dog). Are we… https://t.co/8u1tu0lyOa"
## 
## [[888]]
## [1] "MollyKHumphries: @KJWinEducation @rpondiscio Exactly…don’t the majority of educators come from the same sources (uni’s and PDs). In… https://t.co/7uOpU3pkLn"
## 
## [[889]]
## [1] "TOMIXX962240988: whitelist Interworking Assistant @prabhat4real @Moar_0 @31415926BTC @boulayada @ph1ll_x @CavalierSVAO @Bold_Baldies… https://t.co/I6IOvwdA6B"
## 
## [[890]]
## [1] "meiraLuvy: @miniyoonie Mew and his formor bl partner had some big trouble where mew sexual harassed him \nAnd gulf idk, i only know he CAN'T SING"
## 
## [[891]]
## [1] "WozgarX: RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…"
## 
## [[892]]
## [1] "pecunium: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[893]]
## [1] "_bl_ai_ze: RT @Omah_Lay: ‘SOSO’ official video out now!! 💜\n\nhttps://t.co/Od6wFbCwPK https://t.co/yMxbBaKLIG"
## 
## [[894]]
## [1] "IWSDLFM: How cute they are buying bl mangas together🥺🥺🥺 #sasakitomiyano https://t.co/ldJSQnCFhF"
## 
## [[895]]
## [1] "Untramen_Taro: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[896]]
## [1] "IshtarSpring: RT @DemzOneMusic: @arkhan_voyager @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @Darr…"
## 
## [[897]]
## [1] "IshtarSpring: RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…"
## 
## [[898]]
## [1] "ysobh53: @_Monirjr M4 b7s dh l3b kora b7so bdan, hytl3o badry neek bl l3b dh probably mn el match el gy"
## 
## [[899]]
## [1] "theNightw4tcher: @bl_ue_berry_ Let us see !😋😋"
## 
## [[900]]
## [1] "Gabriel53469193: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[901]]
## [1] "milfjiangcheng: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[902]]
## [1] "Christine111VC: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[903]]
## [1] "personalkanojo: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[904]]
## [1] "MileApoGuardVTS: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[905]]
## [1] "Tarou165828914: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[906]]
## [1] "sinspin: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[907]]
## [1] "thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Aside from the trademark red pinstripe, th… https://t.co/5M8WhH0l25"
## 
## [[908]]
## [1] "Sam_Renga_09: (It's not a really serious problem) \nI hate everything\nI can't find an extra of a BL 😭😭😭😭😭\nAnd it's the extra that… https://t.co/cr8yBgFaHA"
## 
## [[909]]
## [1] "PinellasCo911: Alert: MOTOR VEHICLE COLLISION @ 7301 PARK BL N Tac: G Sent: R34 E34"
## 
## [[910]]
## [1] "metroherobot_bl: Eastbound 6-car BL/Downtown Largo Train 408 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (4:11pm)"
## 
## [[911]]
## [1] "metroheroalerts: Eastbound 6-car BL/Downtown Largo Train 408 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (4:11pm)"
## 
## [[912]]
## [1] "striderincident: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[913]]
## [1] "BooksTeaFilms: RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…"
## 
## [[914]]
## [1] "cattawin_lover: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[915]]
## [1] "illusionteacup: RT @SwarleyArt: @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM…"
## 
## [[916]]
## [1] "KatarinnaBWF: @bw_threadoffate imagine if bw have a bl series after an anime series/movie 😭😭😭😭"
## 
## [[917]]
## [1] "STAGinPG: RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see students enga…"
## 
## [[918]]
## [1] "_bl_ai_ze: @OnlyXoXo__ Mood rn https://t.co/RXzTE9IG3r"
## 
## [[919]]
## [1] "Lesio48417834: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[920]]
## [1] "NandoFink: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[921]]
## [1] "KinoAlyse: RT @walasavagephoto: I've seen random circle thingies before, but hadn't ever heard of Chirpty until just now in a @KinoAlyse space!\n\n(Than…"
## 
## [[922]]
## [1] "PersonalizeDISD: RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see students enga…"
## 
## [[923]]
## [1] "utenthys: i love adding to the bl thread but i’m sure twitter shows it as just a tweet to some of u so it just looks like i’m… https://t.co/ghKFSwRAxC"
## 
## [[924]]
## [1] "tkhell_: Hbd to the sweetest angel ever I'll always be by your side bby whatever you do, I just want u to be happy my little… https://t.co/DOLfg4OsIx"
## 
## [[925]]
## [1] "Spritepixie1: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[926]]
## [1] "metroherobot_bl: Eastbound 6-car BL/New Carrollton Train 455 has been holding at Landover on track 1 for at least 5 mins. (4:08pm)"
## 
## [[927]]
## [1] "metroheroalerts: Eastbound 6-car BL/New Carrollton Train 455 has been holding at Landover on track 1 for at least 5 mins. (4:08pm)"
## 
## [[928]]
## [1] "MDi_BL: RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…"
## 
## [[929]]
## [1] "Rayrift701: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[930]]
## [1] "AAngela98765: @TimRasinski1 In fact, I never knew the issues in K-3 for BL before EH. I thought there was an overemphasis on choi… https://t.co/eTKdaQTB3l"
## 
## [[931]]
## [1] "PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see student… https://t.co/RqcmFk9CRT"
## 
## [[932]]
## [1] "virtjinwoo: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[933]]
## [1] "apoclassics: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[934]]
## [1] "LuvAra91: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[935]]
## [1] "_bl_ai_ze: RT @ESPNUK: No player has scored more World Cup goals than Marcus Rashford so far this tournament 🔥 https://t.co/JVGq5nd1hr"
## 
## [[936]]
## [1] "delta_sauce: RT @walasavagephoto: I've seen random circle thingies before, but hadn't ever heard of Chirpty until just now in a @KinoAlyse space!\n\n(Than…"
## 
## [[937]]
## [1] "Denjislonely: @YeBlowsAss @Tiptoe678 @KenGGKen People say its not bl bc its really is sexual harassment throughout the story 💀"
## 
## [[938]]
## [1] "JoanieApollo: The manhua has been feeding us so well\n \n#bl #SliceofLife #dad\n\nhttps://t.co/PYOmBdrXIX https://t.co/AFVNO2Cbcz"
## 
## [[939]]
## [1] "AiKoBeanArt: @epitaphtoadog @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/6EHP5R5iho"
## 
## [[940]]
## [1] "sixela1912: RT @tbaudinette: I am really excited for #NeverLetMeGotheseries! @GMMTV are increasingly branching out into creating original #BL narrative…"
## 
## [[941]]
## [1] "YeBlowsAss: @Denjislonely @Tiptoe678 @KenGGKen My ass went in not knowing that it was a BL I WAS FLAGGERBLASTED"
## 
## [[942]]
## [1] "HelovesmeMA: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[943]]
## [1] "okil_98: RT @sususiaoo: People: you should stop watching BL\nMe: \n#LoveinTheAirSpecialEP https://t.co/WrHFpEOUsZ"
## 
## [[944]]
## [1] "neocrotalic: RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…"
## 
## [[945]]
## [1] "epitaphtoadog: @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/MQvTy4fomS"
## 
## [[946]]
## [1] "walasavagephoto: I've seen random circle thingies before, but hadn't ever heard of Chirpty until just now in a @KinoAlyse space!\n\n(T… https://t.co/rUH4Znfp9M"
## 
## [[947]]
## [1] "leejiyuji: Can someone recommend me any  bl dramas🥺 i dont mind if it's thai, chi, kor, or whatsoever i just wanna put them on… https://t.co/RHTwcViGYR"
## 
## [[948]]
## [1] "xHunter_701x: RT @REALLYREVIL: best bl in a while https://t.co/ipSo7GnVYL"
## 
## [[949]]
## [1] "CoxWebSales: Check out this product 😍 Case 042 Stockman Amber Bone 😍 \nby CoxWebSales starting at $69.99. \nShow now 👉👉… https://t.co/AdIvs33exe"
## 
## [[950]]
## [1] "YeBlowsAss: @Denjislonely @Tiptoe678 @KenGGKen It’s funny how I completely got invested in Killing stalking, sometimes these BL mfs can cook"
## 
## [[951]]
## [1] "utenthys: Fall of an Immortal\n\nliterally the funniest bl I’ve read, it’s a wild ride from start to finish and both characters… https://t.co/SCx3lWhOxp"
## 
## [[952]]
## [1] "VazduhO: @Koohoe It bl**ms for you!"
## 
## [[953]]
## [1] "marks_bl: RT @geoffkeighley: First TGA performance news: \n\n@hozier joins us with @bearmccreary and #TheGameAwards Orchestra w/ @lornebalfe for the wo…"
## 
## [[954]]
## [1] "Scarlet099: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[955]]
## [1] "wizardlover: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[956]]
## [1] "eggdroop: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[957]]
## [1] "miky8315: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[958]]
## [1] "WadeKillsonYT: RT @the_ghost_CM83: Mail Call!!! Received my Black Friday Mystery Box from @OriginalFunko! My only disappointment is the Minnie on Ice box…"
## 
## [[959]]
## [1] "bl_ablabla_a: @visegrad24 Definitely yes"
## 
## [[960]]
## [1] "Mischievousenby: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[961]]
## [1] "AAngela98765: @TimRasinski1 Thanks for clarifying &amp; pushing conversation. I read much of your work esp on fluency. I think there… https://t.co/EixGlaQxfu"
## 
## [[962]]
## [1] "giftt768: @Royailove @fujoking_bbu Sorry, but wear do you purchase your mature bl manhwa?"
## 
## [[963]]
## [1] "helixsophia: @drama_IIama popular thai bl dramas! I think they’re easy to guess"
## 
## [[964]]
## [1] "carterzyosv: ChokosMilky Kitchen Tongs for Cooking with Silicone Rubber Tips 7\" - High Heat Resistant Handle, Stainless Steel BB… https://t.co/GEo8hwyz18"
## 
## [[965]]
## [1] "UDubTonyD: @BL_27_ @AcropolisJr @C_M_G206 Do we know yet?"
## 
## [[966]]
## [1] "JustPaul85: @travis_bl @JazzEFC Cant bring myself to actually do it, unless I'm pissed!😂"
## 
## [[967]]
## [1] "BL_2889: @Skirgey @ToonMouthTyne I know I’m a bit biased but I think Wilson offers more to this side then Kane does"
## 
## [[968]]
## [1] "YeBlowsAss: @Denjislonely @Tiptoe678 @KenGGKen Wait do you actually read BL for the story"
## 
## [[969]]
## [1] "bl_1510: RT @mml__02: a way to be happy... listen to music"
## 
## [[970]]
## [1] "strbwymilk: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[971]]
## [1] "Denjislonely: @YeBlowsAss @Tiptoe678 @KenGGKen The bl i like is ending next week so if theres sex I’ll post it and cry about it"
## 
## [[972]]
## [1] "Serara18388406: RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN"
## 
## [[973]]
## [1] "BoysLovevibesss: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[974]]
## [1] "JeaanJayy: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[975]]
## [1] "raindroppopshop: @TheeUncleJerry @Dropppio @OriginalFunko Just like BL Carnage 🥲 https://t.co/ZwfrhBGABs"
## 
## [[976]]
## [1] "news__dude: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[977]]
## [1] "MaciasRosyyy: RT @sluttybtxh: I want this blonde era back!!!!!😭\n#PAYBACK #manhwa #bl #manhwabl #manhwatwt  #blmanhwa #YaoiR18  #yaoi https://t.co/5YMYYXR…"
## 
## [[978]]
## [1] "blfangirl1111: RT @MyBLCalendar: How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happen?\n\n#M…"
## 
## [[979]]
## [1] "MaciasRosyyy: RT @_0__25_: Yoohan and Jay are so hot.\n\n#페이백 #payback #bl #yaoi #yaoihard7w7 https://t.co/BhdDQUPM9t"
## 
## [[980]]
## [1] "SeasonsGala: Flash Furniture Kids Colorful 5 Piece Folding Table and Chair Set JB-9-KID-GG Bl...👉 https://t.co/E8nmRRZuUj"
## 
## [[981]]
## [1] "WTK_BL: RT @a_kaeyada: Happy birthday kaeya!🍷✨🤺\nNo one may have known his birthday when he was new to the Ragnvindr family!🎂👀\n#ガイア生誕祭2022 https://t…"
## 
## [[982]]
## [1] "wanderngthebchs: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[983]]
## [1] "ignatius23t: 1 Pair Shoe Trees for Men, Practical Adjustable Length Plastic Shoe Tree Shoe Stretcher Shaper Boot Holder Shaper S… https://t.co/LIp4GM4FPF"
## 
## [[984]]
## [1] "AzaleaReina_22: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[985]]
## [1] "SummerDaze05: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[986]]
## [1] "chillDarku: This was my fastest recovery from fachla w skhana, litteraly jetni bl chmeta 9bal lprojet"
## 
## [[987]]
## [1] "nadzy94: RT @littledunk0110: I'm already a picky person when it come to BL series and now they've made my standard become higher.\nFort and Peat are…"
## 
## [[988]]
## [1] "ltg1810: @snj_1970 Absolutely appalling that these kinds of studies need to be done to state the bl**ding obvious\n\nAll commo… https://t.co/J9JRRaKfaF"
## 
## [[989]]
## [1] "mrjaydeeem: He certainly bl**dy is! Sensational"
## 
## [[990]]
## [1] "muggs_mulligan: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[991]]
## [1] "iminescent: @signald @illustrata_ai @joynxyz @amli_art @bl_artcult Thanks! Yes, there's a quality of duality. In my own story,… https://t.co/oowsPMgaIP"
## 
## [[992]]
## [1] "Cindy07871425: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[993]]
## [1] "K3deandamonjane: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[994]]
## [1] "3vil_qu33n: RT @RealTimeNews10: Fairfax Co. PD confirming the critical shooting on the 8500 Bl. of Hyman Wy. With one individual transported with criti…"
## 
## [[995]]
## [1] "semplyfrantu: @GMMTV U know I hate u a lot couse my ship u don't give good promotion olso u don't wanted to haven event together… https://t.co/Nxlwbfnefp"
## 
## [[996]]
## [1] "ILikeBatsTho: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[997]]
## [1] "GiseoksKey: RT @GISEOK4EVA: when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…"
## 
## [[998]]
## [1] "GomezTair: @anieCiahh Please the sister was free to ask her about that on live where every blog, different fanbases were going… https://t.co/tqVpMb1Okp"
## 
## [[999]]
## [1] "NerziOntop: @FortniteTracker @Khanada @PeterbotFN @MeroFN @AcornFN @dukezfn @KamiFN1 @QueasyFN @VadealFN @JannisZFN @venofn eu… https://t.co/z7LNbxybkZ"
## 
## [[1000]]
## [1] "metroherobot_bl: Eastbound 6-car BL/Downtown Largo Train 406 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (3:56pm)"
## 
## [[1001]]
## [1] "metroheroalerts: Eastbound 6-car BL/Downtown Largo Train 406 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (3:56pm)"
## 
## [[1002]]
## [1] "Denjislonely: @YeBlowsAss @Tiptoe678 @KenGGKen I never dropped bl wym"
## 
## [[1003]]
## [1] "bl_artcult: @jeffjag @anim8dead @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art Please, bait away. Th… https://t.co/LNbEeSLgZg"
## 
## [[1004]]
## [1] "BL_Hyro: @NichtTmToxic L Take harter L Take ngl &gt;:("
## 
## [[1005]]
## [1] "YeBlowsAss: @Denjislonely @Tiptoe678 @KenGGKen Oh hell naw, are you still in your BL era https://t.co/SuJO85ZW0N"
## 
## [[1006]]
## [1] "Dortha83994416: “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/pHZnREIsHu"
## 
## [[1007]]
## [1] "MileApo10: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1008]]
## [1] "_AltarOfTheSky_: Bag secured 🥹💕 #Manga #BL https://t.co/bTDmXXClLp"
## 
## [[1009]]
## [1] "minpao_dulce: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1010]]
## [1] "delta_sauce: RT @wallplugnft: Good advice on the algorithm w/\n@KinoAlyse @delta_sauce @bl_artcult @StacieABuhler\n\nhttps://t.co/CzOE9M27Qn"
## 
## [[1011]]
## [1] "RealTimeNews10: Fairfax Co. PD confirming the critical shooting on the 8500 Bl. of Hyman Wy. With one individual transported with c… https://t.co/Q36tn3Yh1V"
## 
## [[1012]]
## [1] "brightwinfaen: ill eat lemon if we get brightwin new bl series next year"
## 
## [[1013]]
## [1] "HEROMANishere: @Exalted_Speed Is Shinji in the back in some BL centered spin-off with angels now?"
## 
## [[1014]]
## [1] "EliLeno: RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…"
## 
## [[1015]]
## [1] "SessRin_dioses: RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr"
## 
## [[1016]]
## [1] "jeffjag: @bl_artcult @anim8dead @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art I'm sorry for bein… https://t.co/w15v5mORYt"
## 
## [[1017]]
## [1] "travis_bl: @JazzEFC @JustPaul85 Fingers  down throat does it for me."
## 
## [[1018]]
## [1] "RacheGabriel: @AAngela98765 @DoctorSam7 @plthomasEdD @ChaseJYoung1 @LRobbTeacher &amp; how many read literature to/with their kids or… https://t.co/dX54E39Eaj"
## 
## [[1019]]
## [1] "kittii_crypto: RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…"
## 
## [[1020]]
## [1] "abruti_bl: RT @bibleonlyfans: the saddest part about kimchay is that we understand but we can't accept.\nhttps://t.co/UtD9nSRegg"
## 
## [[1021]]
## [1] "AsterCala93: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1022]]
## [1] "winnifred33tcn: Foyose Gaming Headset for PS4 PS5 Xbox one PC, PS4 Headset with Noise Cancelling Mic, Soft Memory Earmuffs for Mac… https://t.co/BXXryINN5p"
## 
## [[1023]]
## [1] "StacieABuhler: RT @wallplugnft: Good advice on the algorithm w/\n@KinoAlyse @delta_sauce @bl_artcult @StacieABuhler\n\nhttps://t.co/CzOE9M27Qn"
## 
## [[1024]]
## [1] "torphxbe: Game Card Storage Holder Hard Case for New Nintendo 3DS 2DS XL DS and Nintendo Switch or PS Vita Games or SD Memory… https://t.co/ev3sLSWQob"
## 
## [[1025]]
## [1] "Xxxlilneko: @fretarot BL(mine) his name is Deo and idk his last name so thank you💜💜💜"
## 
## [[1026]]
## [1] "RinrisProkik: ! g^ess ! sh×^ld start w!th an !ntr×d^ct!×n¡\n\nMy name !s R!nr!s Pr×k!k¡ !'m a g×ld bl××d¡ ! l×ve mak!ng new ×^tf!ts… https://t.co/geFslwzIz6"
## 
## [[1027]]
## [1] "am__bl: RT @felaskechayi: Yaser Bahadorzehi was a 17-year-old handicapped kid brutally killed by the Iranian regime on Nov 4, only for seeking his…"
## 
## [[1028]]
## [1] "Denjislonely: @Tiptoe678 @YeBlowsAss @KenGGKen Its BL"
## 
## [[1029]]
## [1] "wallplugnft: Good advice on the algorithm w/\n@KinoAlyse @delta_sauce @bl_artcult @StacieABuhler\n\nhttps://t.co/CzOE9M27Qn"
## 
## [[1030]]
## [1] "vahakn2000: @AhmadFPR @stefanyhoyeck Eh i get the viewpoint bas im super protective of my stuff and really value privacy fa b7s… https://t.co/ERVJc18O4E"
## 
## [[1031]]
## [1] "robertd91548116: RT @NormaBa59850955: They have !! They discovered they can do just whatever they bl***ywell like and no-one can stop them … what my old dad…"
## 
## [[1032]]
## [1] "IlyaYenotka: Spent $80 on BL at Barnes and Noble what world we live in."
## 
## [[1033]]
## [1] "zetsubou_sekai: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1034]]
## [1] "19dcore: RT @fubroshi: \"The Devil Judge isn't a BL\" ok well were THEY aware of this fact bc it doesn't seem like it https://t.co/pfrUxK0dVU"
## 
## [[1035]]
## [1] "Wedolingeriean1: Vintage Two Tone Full Back Teddy Ivory/Blue MD X615-EH3617-BL-M0 - RFGJR Wholesale Products - We Do Lingerie And Th… https://t.co/AjKCgJw5xl"
## 
## [[1036]]
## [1] "JohannaMontesJ1: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1037]]
## [1] "itsmommyIK: Eye contacts are the best , especially when they last , kat7ss bl power"
## 
## [[1038]]
## [1] "CarmenEspejoC: RT @BL_MadeDigital: I love seeing hand illuminations in early printed books 😍 Elementa geometriae by Euclides, 1482, with gold printed dedi…"
## 
## [[1039]]
## [1] "stephasavale: @KinoAlyse @delta_sauce @bl_artcult Original space rugged, so here's the part 2!\n\nhttps://t.co/ksgPdwP7Oa"
## 
## [[1040]]
## [1] "abruti_bl: RT @strwberrymilk18: (trans)\n:heuy~~is this (our) couple watch or not poo~??  how to call this ~????\n\ncaption : (are we)korean couple?😆😆\n #…"
## 
## [[1041]]
## [1] "fantasticplanet: @KinoAlyse @delta_sauce @bl_artcult  new room \n\nhttps://t.co/xxa6V210iO"
## 
## [[1042]]
## [1] "bl_artcult: RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…"
## 
## [[1043]]
## [1] "DOOM4121: @Ponkery @DrawciaX Here my attempt for you\nF:Wow the Lab Zero is pretty huge\nP:Yep\nFK: You guys better leave this p… https://t.co/WMHFewasuQ"
## 
## [[1044]]
## [1] "CarmenEspejoC: RT @BL_MadeDigital: Fantastic woodcut with 'the dead' 🩻 enticing busy printers in a print shop to come to dance.🕺\n\nRecently digitised Incun…"
## 
## [[1045]]
## [1] "MaebeeIam: I can’t defend this promotion behavior anymore.\n\nThese two will either get nominated for a best couple award OR be… https://t.co/MPWOBGgDNS"
## 
## [[1046]]
## [1] "xdredikx: @Blacktheism @mantic452 BL has mostly Kate's pov, when we get more chapters from Yelena's pov we'll see more emotio… https://t.co/bzT89dIuNP"
## 
## [[1047]]
## [1] "rich4you: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[1048]]
## [1] "delta_sauce: RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…"
## 
## [[1049]]
## [1] "PrizemArtNft: RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…"
## 
## [[1050]]
## [1] "akkajsjskaksi: This awesome comic deserves more attention!\n \n#shucream_bl #animeboy #ForcedMarriage\n\nhttps://t.co/Uw68l2bxdg https://t.co/JM9pth2sU0"
## 
## [[1051]]
## [1] "MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/wYp3yskaPr"
## 
## [[1052]]
## [1] "vatrushkachan: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[1053]]
## [1] "shotalumi: @k43Iuc like i swear they care about bl and loli more than fujos and lolicons"
## 
## [[1054]]
## [1] "wondastars: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1055]]
## [1] "Fujoshi48310521: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1056]]
## [1] "HakethKOTB: RT @DAIHIME_SAMA: The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only avail…"
## 
## [[1057]]
## [1] "destinykrainbow: @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/AC6N8FoHKG"
## 
## [[1058]]
## [1] "the_dingler_: @zaruled @WSJ_manga csm's anime just started, it's already the end of 2022, jjk, mha, sxf and bl all got pushed by… https://t.co/VIxqwwc5Uw"
## 
## [[1059]]
## [1] "hualiantgcf7: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1060]]
## [1] "mikelikessports: Well at least they didn't bl-- oh. hmm. that's unfortunate. https://t.co/jTwAxYSYDV"
## 
## [[1061]]
## [1] "zk_sasi: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1062]]
## [1] "Rafique6Riaz: RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…"
## 
## [[1063]]
## [1] "AiKoBeanArt: RT @destinykrainbow: @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @…"
## 
## [[1064]]
## [1] "AiKoBeanArt: @destinykrainbow @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/kJcbsQhr3Z"
## 
## [[1065]]
## [1] "AAngela98765: @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 @LRobbTeacher Also, the other unspoken thing is that districts… https://t.co/6uPLcmZvAJ"
## 
## [[1066]]
## [1] "funbaggirl: @that_blacc_girl I have seen that...I think that was my 1st Thai bl series"
## 
## [[1067]]
## [1] "HinataIsmyHeart: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1068]]
## [1] "MetalDragonKid: @shoujoscholar @saeryen Which scholars? Do you believe that BL and Josei erotica don't count as female gaze works t… https://t.co/2QmbVHG1qE"
## 
## [[1069]]
## [1] "Only4Sehun_: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1070]]
## [1] "panitosinpan: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1071]]
## [1] "verumreina: RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr"
## 
## [[1072]]
## [1] "Kunazar3: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1073]]
## [1] "dopemind10: @destinykrainbow @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd… https://t.co/v89tqisqTh"
## 
## [[1074]]
## [1] "AdrianVickers5: RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…"
## 
## [[1075]]
## [1] "abruti_bl: RT @heymilelove: When Kinn uses his left hand, he intends to kill.\n\n#MilePhakphum @milephakphum https://t.co/PLPIPAMF8D"
## 
## [[1076]]
## [1] "justwannasayhy: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1077]]
## [1] "fakeshittalker: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1078]]
## [1] "Qs358: RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…"
## 
## [[1079]]
## [1] "DAIHIME_SAMA: RT @DAIHIME_SAMA: The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only avail…"
## 
## [[1080]]
## [1] "sessrincentral: RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr"
## 
## [[1081]]
## [1] "destinykrainbow: @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/9nahUtqX7m"
## 
## [[1082]]
## [1] "thucanconco: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1083]]
## [1] "dexdaina: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1084]]
## [1] "hogoshamaru: RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr"
## 
## [[1085]]
## [1] "lavamanga: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1086]]
## [1] "PecanSanVT: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1087]]
## [1] "hoegersildc: G S 3 Freer Elevator SURGI Dental Ophthalmic Instruments 7\" D/SH &amp; BL Blade 5MM Best Quality WFBZMF3… https://t.co/AURipNydHy"
## 
## [[1088]]
## [1] "dilucslovebot: some of these korean bl authors need to let go some of these series 😭😭😭 WHY R BLS FROM 2018 STILL GOING"
## 
## [[1089]]
## [1] "IFY_BL: RT @FabrizioRomano: Three goals in three World Cup games for Marcus Rashford - looks completely different player in the last few months. ⭐️…"
## 
## [[1090]]
## [1] "emmavince: RT @britishlibrary: There are just under two weeks to step inside your story and be in with a chance of winning book tokens for your school…"
## 
## [[1091]]
## [1] "nghikraten: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1092]]
## [1] "Rayan_Iolanthe: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1093]]
## [1] "pnhalz: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1094]]
## [1] "VenLsHere: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1095]]
## [1] "voidfelI: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1096]]
## [1] "abruti_bl: RT @aibarisu: BABE WAKE UP SERIES OF THE YEAR JUST DROPPED!! #NeverLetMeGoSeries https://t.co/lx9sEkK3TB"
## 
## [[1097]]
## [1] "gunmetalsole: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1098]]
## [1] "feil27duv: MagX Super Thick Plain Magnetic Sheets, 20 Pack, 30 mil, Flexible Magnet Sheet 4\" x 6\", Magnets on One Side, Magnet… https://t.co/PdgXFCMVea"
## 
## [[1099]]
## [1] "annieone3: RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…"
## 
## [[1100]]
## [1] "ColdPlushy: @trickyseeun Idk even know the show but I always check if the tags have bromance or bl before I start so I don’t get disappointed"
## 
## [[1101]]
## [1] "KnosNothing: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1102]]
## [1] "BL_Scenery: @MyBLCalendar @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @sds_levy @boys_passion… https://t.co/4UyVCb1pVo"
## 
## [[1103]]
## [1] "oksanat06333340: PR#29/TD#11/29/22/:24-25/BLW/INST.MT.7:24-25/INST.OK68DT.18:15;AC.7:37&amp;OWNCHILDREN#S09/29/1990;12/15/1996;02/21/199… https://t.co/4nvo0ryIbs"
## 
## [[1104]]
## [1] "1900100ko: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1105]]
## [1] "Curious111188: RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…"
## 
## [[1106]]
## [1] "21_perth: I know all GMM actors play BL series and I know all GMM actors play kiss scene with boys and sex scene with boys bu… https://t.co/uXQRKv4I8S"
## 
## [[1107]]
## [1] "Silence70614652: Μέδουσα Chapter 24 is out!\nhttps://t.co/EXcazyDNgo\nWe take a peek at how Tsukasa and Saki's lives moved on without… https://t.co/ijErjPZ8WH"
## 
## [[1108]]
## [1] "slwiede66: RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…"
## 
## [[1109]]
## [1] "MNLGroup: RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…"
## 
## [[1110]]
## [1] "nyawife8: last year they took My Feral Boyfriend: BL Dating Simulator away from me. this year its Alice Closet: Anime Dress Up 😢😢😢😢😢"
## 
## [[1111]]
## [1] "RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an u… https://t.co/bZfKTxbmLl"
## 
## [[1112]]
## [1] "whathow27: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1113]]
## [1] "mawhalee: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[1114]]
## [1] "GodsRevolverNA: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1115]]
## [1] "HemingwayHitch: @katsookma Well in my case, I’m Bl…never mind."
## 
## [[1116]]
## [1] "BL_craze: RT @fjbkjjst: we all love babygirl jimmy, but guess who i love almost as much? auntie jimmy https://t.co/IIsZTGrNj4"
## 
## [[1117]]
## [1] "sombra_bl: RT @hourlychanming: just hug each other already \nhttps://t.co/GaUzXxmh0J"
## 
## [[1118]]
## [1] "MyBLCalendar: @BL_Scenery @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @sds_levy @boys_passion @KeithBLGuy… https://t.co/AFoGlKKcCP"
## 
## [[1119]]
## [1] "sombra_bl: RT @ohmyotp: I’M-?????? LOOK AT THEM WHAT THE HELL WOKDUSNWOSAK THEY’RE SUCH A POWER COUPLE AND THEY’RE STRUGGLING TO KEEP THEIR HANDS OFF…"
## 
## [[1120]]
## [1] "aidencantmeme: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[1121]]
## [1] "sh33RbR00tality: RT @GISEOK4EVA: when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…"
## 
## [[1122]]
## [1] "made_twat: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1123]]
## [1] "sombra_bl: RT @minandchan: Chan living in the back of lee know's selcas, a never ending saga https://t.co/ZytlYU8nVy"
## 
## [[1124]]
## [1] "AAngela98765: @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 @LRobbTeacher Looking forward to it.  There are elements of BL… https://t.co/ncP0hYDGOh"
## 
## [[1125]]
## [1] "Anniebot0: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1126]]
## [1] "PinellasCo911: Alert: MOTOR VEHICLE COLLISION @ 43 ST N/PARK BL N Tac: B Sent: E36 T33"
## 
## [[1127]]
## [1] "DrCaligari72: @bl_artcult This one is fantastic!"
## 
## [[1128]]
## [1] "bl_aficionado: RT @SE0INGUK: here's THE Seo In Guk on red carpet 😭✨️✨️✨️ #BlueDragonFilmAwards2022 https://t.co/d8ygGibmeP"
## 
## [[1129]]
## [1] "bl_aficionado: RT @merrygooroundd: TAECYEON IN HIS BEST ERA. THE HAIR THE TAN 😭\n\n#BlueDragonFilmAwards2022\n\n https://t.co/vKPIgQ3wgw"
## 
## [[1130]]
## [1] "junkiejunkojunk: Bl...ckp*nk noise music. https://t.co/HgvRyuscfK"
## 
## [[1131]]
## [1] "DrCaligari72: @bl_artcult Lovely!"
## 
## [[1132]]
## [1] "pluviophilekhun: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[1133]]
## [1] "reila109: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1134]]
## [1] "BL_Scenery: @MyBLCalendar @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @sds_levy @boys_passion… https://t.co/jW6gy2r7tD"
## 
## [[1135]]
## [1] "westdramx: RT @ApoVotingTeam: 🚨Here Our daily today Part 2\n\n❶ Most Favorite Thai bl Actor \n📎 https://t.co/VKDuxmYc5V\n\n❷ Most Favorite Thai bl Couple…"
## 
## [[1136]]
## [1] "Wen_Shawol: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1137]]
## [1] "capitanrogers2_: RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU"
## 
## [[1138]]
## [1] "KinoAlyse: RT @fantasticplanet: Loving this space! So great to hear the voices of @delta_sauce and @bl_artcult speaking on their work and marketing kn…"
## 
## [[1139]]
## [1] "shujaat381: RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…"
## 
## [[1140]]
## [1] "madaboutbooks: @AccReader We organise by BL too using plain, black on white spine labels. We integrate fiction, Non Fiction and pi… https://t.co/2VsThiCF5v"
## 
## [[1141]]
## [1] "Jaqueli10068406: I wanna try out this comic book style\n \n#BL #webtoonseries #digital\n\nhttps://t.co/gjELhGGZ7y https://t.co/UvgPXZVfKI"
## 
## [[1142]]
## [1] "SoLiMa7953: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1143]]
## [1] "fantasticplanet: Loving this space! So great to hear the voices of @delta_sauce and @bl_artcult speaking on their work and marketing… https://t.co/9YeNVBy7j2"
## 
## [[1144]]
## [1] "didemdndr: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1145]]
## [1] "25pisces: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1146]]
## [1] "sportscardcoder: Justin Jefferson 2020 Panini Bl #ad #sportscards https://t.co/SN1bpHDkOj"
## 
## [[1147]]
## [1] "malewifeartemz: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1148]]
## [1] "GISEOK4EVA: when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…"
## 
## [[1149]]
## [1] "PortlandBirdObs: RT @CharmouthBirder: Chesil Cove: Little Gull &amp; 2 Bl. Redstart. Lidl Beach: another Bl. Redstart. Billy Winters: 2 GND. 2 B-n Grebe, c20 R-…"
## 
## [[1150]]
## [1] "wannabecatboi: I've read both of these scenarios in actual bl/gl series 😭😂 https://t.co/Bkpb32GO4y"
## 
## [[1151]]
## [1] "Silvershadowwo1: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1152]]
## [1] "TheBetterDoge: RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…"
## 
## [[1153]]
## [1] "tbaudinette: I am really excited for #NeverLetMeGotheseries! @GMMTV are increasingly branching out into creating original #BL na… https://t.co/hVmxgbLyhx"
## 
## [[1154]]
## [1] "Mannat51031555: I just wanted to say that I'm not bl dramas fan but these two taking my heart just like #taekook. whenever i see th… https://t.co/bVdKKpIKye"
## 
## [[1155]]
## [1] "bran_dyon: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1156]]
## [1] "Malcolm05756806: @EvokeClassics Used to have B reg 2600 in the BL metallic pale blue, unfortunately no photos"
## 
## [[1157]]
## [1] "Darknight936_: @Aiden_bl Ok Britishman"
## 
## [[1158]]
## [1] "MillarMan69: @Campbellmatt_ @travis_bl Why we didn’t play at this tempo first half Matt?"
## 
## [[1159]]
## [1] "hmhm_um: I've noticed that foreign lifers have been working on Chinese BL, but I wonder what kind of BL is available in other countries?🤔"
## 
## [[1160]]
## [1] "FuturePI_Slack: RT @jobRxiv: Postdoctoral Position in Human Cognition @TCNLab\n\nCome work with experts in cognition including Tim Bussey, Adrian Owen and Li…"
## 
## [[1161]]
## [1] "21_perth: I am sure you never love be like a Gay and Last year you had movie a BL movie with Bass but you did not kiss the li… https://t.co/rBA3UEv8Oy"
## 
## [[1162]]
## [1] "BUB_BL_ES: RT @mickeywon234: Mom: “Don’t wind the dog up” \n\nMe: https://t.co/rgzRl2XPme"
## 
## [[1163]]
## [1] "godfavapomile: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1164]]
## [1] "Darknight936_: @Aiden_bl Pleure"
## 
## [[1165]]
## [1] "qq_sql: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1166]]
## [1] "InquisitorLink: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1167]]
## [1] "tittyvillus: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1168]]
## [1] "Fujoshisifth: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1169]]
## [1] "MetalDragonKid: @shoujoscholar @saeryen This is not just my opinion. But is something that has been studied by BL scholars for deca… https://t.co/LwPxCghpjc"
## 
## [[1170]]
## [1] "Aiden_bl: @Darknight936_ Bouge"
## 
## [[1171]]
## [1] "FacePaintedKids: RT @irishnftgal: @illustrata_ai @joynxyz @amli_art @bl_artcult CryptoPunk Gal\nBrings the most popular pfp to life, humanising pixel art. We…"
## 
## [[1172]]
## [1] "BUB_BL_ES: @sauceddie @gabbyvrofficial Happy birthday 🎂 queen"
## 
## [[1173]]
## [1] "Venusmisfortune: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1174]]
## [1] "sharpcritter: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1175]]
## [1] "bingchuu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1176]]
## [1] "kafesito96: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[1177]]
## [1] "jb723_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1178]]
## [1] "bl_aficionado: RT @aesolstice: #GoKyungPyo : I actually came here to enjoy the performance\nKim Hye Soo: Yes, we’ve seen you enjoyed it \nLMAO #BlueDragonFi…"
## 
## [[1179]]
## [1] "bl_aficionado: RT @bboingvely: my love rain babies 😭🤍\n\n— #SeoInGuk #LimYoona #43rdBlueDragonFilmAwards https://t.co/PPu19KTwG7"
## 
## [[1180]]
## [1] "Babydolljungkoo: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[1181]]
## [1] "NattaMile_WIN: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1182]]
## [1] "allyyccatt: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1183]]
## [1] "bl_aficionado: RT @makedonaldu: #KoKyungPyo danced any song with #Zico at the #BlueDragonFilmAwards2022 \nhe seems so happy tonight.\n\n#고경표 #KyungPyo #GoKyu…"
## 
## [[1184]]
## [1] "Carolanne34B: Gymnastics Journal For Girls Red Heart - Gymnast Love: Notebook, DIY Writing Diary Planner Note Book - 100 Lined Pa… https://t.co/U5vyMFq4s8"
## 
## [[1185]]
## [1] "bl_aficionado: RT @makedonaldu: oh hello Ko Kyungpyo-ssi? you seems really excited this night😂 he looks like baby😂😂\n\n#고경표 #KoKyungPyo #KyungPyo #GoKyungPy…"
## 
## [[1186]]
## [1] "bl_enthusiastic: RT @namujjinie: It's them https://t.co/bIFBPz4N9g"
## 
## [[1187]]
## [1] "_bl_ai_ze: RT @DAMIADENUGA: If England win tonight, someone that retweets this will get a DM."
## 
## [[1188]]
## [1] "bl_enthusiastic: RT @LIXIELOOKS: EXCUSE ME LEE FELIX https://t.co/WGYbMxd1fK"
## 
## [[1189]]
## [1] "bak3db3anzzz: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1190]]
## [1] "Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513… https://t.co/XAyKdfGWBs"
## 
## [[1191]]
## [1] "FloralxLuna: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1192]]
## [1] "blackjackggvip: @THEBLACKLABEL Can't believe YG/BL is using 2ne1's name to promote their new group after ALL that dirt they did to… https://t.co/C78X1cY6ka"
## 
## [[1193]]
## [1] "thecoffster: @MsBecksR Oh my goodness that’s just bl&amp;&amp;dy brilliant news!! What an early Christmas present for you all!! 🐶❤️🙌"
## 
## [[1194]]
## [1] "SIeazeBurger: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1195]]
## [1] "Campbellmatt_: @MillarMan69 @travis_bl What you saying now Craig ?"
## 
## [[1196]]
## [1] "beeb00van: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1197]]
## [1] "sjk617: TMS 92 is top tier BL https://t.co/yx9pMd6wuE"
## 
## [[1198]]
## [1] "Tsundere_Editor: Someone broke through my barriers.... I said \"I love you\" #RAGEQUITLIFE Bl #RicchanBot"
## 
## [[1199]]
## [1] "fadelbevu: Prothane 7-116-BL Black Body and Extended Cab Pickup Mount Bushing Kit - 16 Piece YCXGLGL\n\nhttps://t.co/8qMf5716Gs https://t.co/AuFNjqGLDg"
## 
## [[1200]]
## [1] "bl_aficionado: RT @ddoraemon_boy: Zico perfomed Saebbing using We Dem Boyz Vata's choreography last night at Blue Dragon Film Awards.\n\nThe award show is a…"
## 
## [[1201]]
## [1] "bl_artcult: @anim8dead @jeffjag @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art ✨ s t y l e  c a n '… https://t.co/AvPbgH5Gds"
## 
## [[1202]]
## [1] "twinfaun: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1203]]
## [1] "theMikeElf: @7x7x7eth @lilnounsdao @nounsdao https://t.co/nLGGM8dJoL I submitted these two for an #aiia #aiart contest…. Got so… https://t.co/XA9z4axDab"
## 
## [[1204]]
## [1] "JesseThSrvnt1: Latin0's finding 0ut th€y g0t pl@y€d n0t by th€ whit€ m@n but th€ Jewish nazi Lucif€ri@n illumin@ti fr33m@s0n bank€… https://t.co/28M63yAEP5"
## 
## [[1205]]
## [1] "ines__bl: RT @Hamza_a96: “This was a school”\n\nActivists in Palestine paint a a very powerful and poignant message on the rubble of a school that was…"
## 
## [[1206]]
## [1] "couplechickkj: RT @KangOkFan: Day 3 of waiting for #CherryBlossomsAfterWinter Season 2 announcement... Or at least another BL project with #KangHui and #O…"
## 
## [[1207]]
## [1] "_bl_ai_ze: RT @GucciStarboi: Are you an fc? \n\nLike,Rt,comment 🦅 and follow everyone who engages this tweet✍🏿"
## 
## [[1208]]
## [1] "hiwatari: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1209]]
## [1] "Naoz1Emmanelene: Apparently I read comics now\n \n#daveandbambi #BL #offensive\n\nhttps://t.co/KGRFC0p90v https://t.co/iuCx2xeeSm"
## 
## [[1210]]
## [1] "josilverdragon: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1211]]
## [1] "anim8dead: @bl_artcult @jeffjag @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art The litigation gelat… https://t.co/9Vao10U0zS"
## 
## [[1212]]
## [1] "bl__sw: @Shazam Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it… https://t.co/RA2uTlY5gL"
## 
## [[1213]]
## [1] "emogamerboyxd: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[1214]]
## [1] "tiredregina: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1215]]
## [1] "alprafter: @extradeadjcb This is why Bl*pp* is banned in my house"
## 
## [[1216]]
## [1] "OPA_BL: We have been learning about Mutual respect and what it means to be respectful. Congratulations to these Learning Mo… https://t.co/zsowxkWjYR"
## 
## [[1217]]
## [1] "ThySheee: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[1218]]
## [1] "StripedAlpaca: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1219]]
## [1] "bl__sw: RT @ChartsJJK: Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it with the officia…"
## 
## [[1220]]
## [1] "mokoupilled: @lainfansweezer no she reads bl too but not like u do\n..."
## 
## [[1221]]
## [1] "KeithBLGuy: Me: “I have so many BL to catch up on!!!”\n\nMy brain: “Watch KinnPorsche again.”"
## 
## [[1222]]
## [1] "RosenbergEllie: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1223]]
## [1] "Monlabiaga: RT @DevDminGod: I wrote a guide, \n'Fine tuning StableDiffusion v2.0 with DreamBooth'\n\ncc: @EMostaque @StabilityAI @NerdyRodent @KaliYuga_ai…"
## 
## [[1224]]
## [1] "gojosbong: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1225]]
## [1] "bl__sw: @billboardcharts @Twitter .@billboardcharts @luminate_data The official Music Video of \"Dreamers\" by Jungkook uploa… https://t.co/4aJuxUTnwe"
## 
## [[1226]]
## [1] "bl_artcult: @anim8dead @jeffjag @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art Please, someone launc… https://t.co/eRcB9AdIO3"
## 
## [[1227]]
## [1] "21_perth: When you play a BL series, you should kiss the lips of boy ??‽?????????????????? or you should play sex scene with… https://t.co/6puGueIwu4"
## 
## [[1228]]
## [1] "MagosBilly: @JMReynolds @aifendragon Thatd be pretty interesting. ”BL sells books advertised about specific characters/factions… https://t.co/Dn0FOB0GVr"
## 
## [[1229]]
## [1] "Byakko130: RT @aksnevv: does anyone have any bl dramas to recommend 😳😳 i don’t care what language— just one that you really like"
## 
## [[1230]]
## [1] "bl__sw: RT @billboardcharts: The #HotTrendingSongs Powered by @Twitter top 10 (chart dated Dec. 3, 2022)\n\nDetails here: https://t.co/biLyYmykcm htt…"
## 
## [[1231]]
## [1] "douglas_malott: @gahanmaxtul Beautiful love, beautiful friendship, beautiful couple, very handsome, sexy, multi talented young men… https://t.co/3OoqVzYaat"
## 
## [[1232]]
## [1] "hailoveyou: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[1233]]
## [1] "ello0u0: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1234]]
## [1] "ginya97: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1235]]
## [1] "mexshyalta: RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3"
## 
## [[1236]]
## [1] "textyourmother: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1237]]
## [1] "bluestarlx03: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[1238]]
## [1] "GeezLouis1971: RT @the_ghost_CM83: Mail Call!!! Received my Black Friday Mystery Box from @OriginalFunko! My only disappointment is the Minnie on Ice box…"
## 
## [[1239]]
## [1] "GammaMesarthim: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1240]]
## [1] "HueyBlounts888: RT @Rts_WW: RT HueyBlounts888: GTA San Andreas: DE - Mission #49: Outrider | #BlountsNGames https://t.co/jKKfdssEx6 #RockstarGames #GTASanA…"
## 
## [[1241]]
## [1] "Thelocal_idi0t: Apparently I read comics now\n \n#shucream_bl #Indiedev #kawaii\n\nhttps://t.co/wg9LlaWFjH https://t.co/EximOTS9su"
## 
## [[1242]]
## [1] "RosaAng22672241: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1243]]
## [1] "infinite_bagel: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1244]]
## [1] "gradeA1_vic: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[1245]]
## [1] "insertname1003: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1246]]
## [1] "Vanicha58875520: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1247]]
## [1] "ZellaSky: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1248]]
## [1] "bl__swan: @billboardcharts @Twitter hello, @billboardcharts @luminate_data @billboard\n The latest BB charts results are not a… https://t.co/2xIucCH4yF"
## 
## [[1249]]
## [1] "AriesLovesBl: RT @BL_Scenery: POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2023 on C…"
## 
## [[1250]]
## [1] "dommiii96: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[1251]]
## [1] "HurnAntonio: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1252]]
## [1] "A_BL_Simp: Me in math class everyday https://t.co/OFLVoROjMo"
## 
## [[1253]]
## [1] "RosyRedLoverBoy: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1254]]
## [1] "signald: @iminescent @illustrata_ai @joynxyz @amli_art @bl_artcult I can see that. And here we see the evidence of art, don'… https://t.co/oVyKWWljs1"
## 
## [[1255]]
## [1] "neighbor_heart: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1256]]
## [1] "NightGodLawliet: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1257]]
## [1] "woricksb00bs: Me jey and kana meet up and we start throwing punches at each other I just know it. Then we sit down and talk about bl"
## 
## [[1258]]
## [1] "Bec2043: @t0nyyates I wish people would stop hacking my bl**dy computer! 🙄"
## 
## [[1259]]
## [1] "ItsInigma: Would it be possible to check how many refunds for Lightfall have occurred as opposed to WQ/BL, or just in general… https://t.co/HiYQnHdMdI"
## 
## [[1260]]
## [1] "bl__swan: RT @billboardcharts: The #HotTrendingSongs Powered by @Twitter top 10 (chart dated Dec. 3, 2022)\n\nDetails here: https://t.co/biLyYmykcm htt…"
## 
## [[1261]]
## [1] "Geute_Ketel: RT @BlackLo39629533: The amazing heart bond, when two souls have the same desire, nothing outside can stop their union, that is true soul l…"
## 
## [[1262]]
## [1] "feruya_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1263]]
## [1] "sweettatyana_: I remember the BLT my ex made for me, well BL 🤣🤣🤣🤣🤣🤣\n\nYoung, broke &amp; hungry"
## 
## [[1264]]
## [1] "azumangadieoh: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[1265]]
## [1] "sieloveleigh: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1266]]
## [1] "OPA_BL: Tomorrow is the last day to bring in any shoe boxes for Pontefract Community Kitchen. Thank you to everyone who has… https://t.co/qaPBqEqg3C"
## 
## [[1267]]
## [1] "SmkStrawberry: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1268]]
## [1] "LuxafOreverX: RT @MyBLCalendar: How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happen?\n\n#M…"
## 
## [[1269]]
## [1] "MariaSolOviedo1: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1270]]
## [1] "scarletpapava: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[1271]]
## [1] "9294bff: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1272]]
## [1] "alunxry: Going to read bl for the first time.. I hope Nicole is proud my virginity is being stolen. https://t.co/jvFkfhGM0S"
## 
## [[1273]]
## [1] "Nirori5: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1274]]
## [1] "RandomCattolico: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[1275]]
## [1] "Geute_Ketel: RT @BlackLo39629533: Imagining a life without you is something that is impossible, you make me complete and I want you to know you mean eve…"
## 
## [[1276]]
## [1] "herebystandby: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1277]]
## [1] "bl__swan: RT @ChartsJJK: Worldwide iTunes Song Chart\n\n#1 (=) Jung Kook - Dreamers (10 days at #1)"
## 
## [[1278]]
## [1] "LeahLibresco: I love this plan for Eucharistic processions across the country in 2024. \n\nStarting in:\n-San Francisco\n-the tomb of… https://t.co/XaUzMPuwaX"
## 
## [[1279]]
## [1] "bl_jaguar: RT @FANCNFT: Airdrop #Event to celebrate the opening of the Vietnamese community!\n\nAIRDROP 700 fanC-NOW LIVE\n💰Reward: 700 fanC | 500 winner…"
## 
## [[1280]]
## [1] "adk08919235: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[1281]]
## [1] "the_ghost_CM83: Mail Call!!! Received my Black Friday Mystery Box from @OriginalFunko! My only disappointment is the Minnie on Ice… https://t.co/qdZVn4GLKs"
## 
## [[1282]]
## [1] "Rts_WW: RT HueyBlounts888: GTA San Andreas: DE - Mission #49: Outrider | #BlountsNGames https://t.co/jKKfdssEx6… https://t.co/DyuWy8HsbL"
## 
## [[1283]]
## [1] "MIT_IO_: @RobinHa41160020 @TedUrchin @Keir_Starmer Bl@@dy hell, worst than Jezza's cultists. Read! https://t.co/lYVW8nY1pC"
## 
## [[1284]]
## [1] "samsaraeyes: bl*zzard does not care about the support role or the players that play it."
## 
## [[1285]]
## [1] "iveyjanette_207: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[1286]]
## [1] "plutorooms: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1287]]
## [1] "LollipREOpz: RT @gatobrujoart: This episode let me so emotional... sp wanted to draw something soft #さらざんまい #さらざんまい レオ  #sarazanmai #fanart #drawing #sk…"
## 
## [[1288]]
## [1] "NocturneEndless: Digital Love story [20/??]\nMC marries a guy. The 4th panel is him taking the VR Goggles off showing it was a BL dat… https://t.co/nBeidQWsrs"
## 
## [[1289]]
## [1] "KleppyShakes: @evanf1997_ I wish they still cared liked the used to. There is clearly passion being put into the game but I feel… https://t.co/vbut6gIMtZ"
## 
## [[1290]]
## [1] "yesOsue: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1291]]
## [1] "iminescent: @signald @illustrata_ai @joynxyz @amli_art @bl_artcult It's a tricky issue to describe, and twitters character limi… https://t.co/NBiIc7DjPW"
## 
## [[1292]]
## [1] "ines__bl: RT @mikrogrl: jude bellingham 4th gen it boy https://t.co/vVA8B7Spwj"
## 
## [[1293]]
## [1] "BlueEyedAshhh: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1294]]
## [1] "ImRdz7: @WrestleOps Same, i got a lil emotional when they hugged at end of war-games too. \n\nLookin like Sami/KO vs Usos at… https://t.co/ko2HsxVqId"
## 
## [[1295]]
## [1] "jiutiansong: love passing around bl boys among each other like they are rag dolls, it's fun you should all try it"
## 
## [[1296]]
## [1] "ex_neelix: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1297]]
## [1] "BallStateLibs: Join us tonight at 7pm in BL 104 for \"He Built This City: The Muncie Architecture of Cuno Kibele\".\n\nMore informatio… https://t.co/io9bafdbVg"
## 
## [[1298]]
## [1] "SanGasso: I think of least two possible causes 1) particles are not reaching cloud base or just not enough of them. It could… https://t.co/v7aNrGw6UO"
## 
## [[1299]]
## [1] "Q_Memer_2: RT @JC_truthpassion: @AllBiteNoBark88 Here's a link for the doubters \nhttps://t.co/98l23V7hcc https://t.co/usVBxorNmb"
## 
## [[1300]]
## [1] "prayforpeace3: RT @KathyRe0916: BL tells Chase she thought they support each other.. Really BL??🙄 #gh #chaylnn"
## 
## [[1301]]
## [1] "angiecakes1990: @chattonnoire @urfavcatpun in ep 13 which we haven't seen yet and this is from the BL so I'm sorry its a Luka ep an… https://t.co/BoBlBybbeJ"
## 
## [[1302]]
## [1] "cgcornett: RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…"
## 
## [[1303]]
## [1] "n3ureey: RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l"
## 
## [[1304]]
## [1] "BL_27_: RT @dennisdoddcbs: Michael Penix Jr today on zoom: “You can see from my background I play in the greatest setting in college football.” htt…"
## 
## [[1305]]
## [1] "gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contai… https://t.co/69YLZAXB0d"
## 
## [[1306]]
## [1] "surfconnaisseur: @LTAD_98 Paris=bl*** and arab people"
## 
## [[1307]]
## [1] "arinneverland: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[1308]]
## [1] "koogoogie364: RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L"
## 
## [[1309]]
## [1] "jessikayrose: RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…"
## 
## [[1310]]
## [1] "Askugia: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1311]]
## [1] "angiecakes1990: @Andrewjohn437 @urfavcatpun we haven't seen it yet but ep 13 is a luka ep and from BL he leaves Paris with his fath… https://t.co/MPxbLyK0lu"
## 
## [[1312]]
## [1] "NattawinBR: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1313]]
## [1] "BL_27_: RT @DawgsEatDucks: Come home and be a hometown dawg! ☔️@CalebPresley5 https://t.co/xgk0AAOylP"
## 
## [[1314]]
## [1] "nova_wednesday: RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…"
## 
## [[1315]]
## [1] "euu_bl: Omankkkkkk https://t.co/v4xxbHPgT5 https://t.co/ab2EcibE0q"
## 
## [[1316]]
## [1] "BL_27_: RT @JMMediStatMike: This is how D-1 coaches are treating HS kids now. This is f**ked up! https://t.co/0BbJ1g5rOG"
## 
## [[1317]]
## [1] "ilabilachinchi: Anywayz  gonna re-Watch BL dramas. Catch up with ongoings and there's always more K-drama to watch ..I'm so lame go… https://t.co/xpMyisJ9XU"
## 
## [[1318]]
## [1] "brandisimo12345: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[1319]]
## [1] "metroherobot_bl: Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (3:06pm)"
## 
## [[1320]]
## [1] "metroheroalerts: Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (3:06pm)"
## 
## [[1321]]
## [1] "Minslettt: @BLUPDATE2022 There is something about BL from Taiwan…even their school BL’s are top notch"
## 
## [[1322]]
## [1] "Jargo_BL: @yabaleftonline One boxer 😂"
## 
## [[1323]]
## [1] "TholeCalibrate: RT @NdzaviDerrick: JSE-listed Spar sold a  Mega SuperSpar in Midrand for R1,000 before being sold three weeks later to the same buyer for R…"
## 
## [[1324]]
## [1] "shrimpainer: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[1325]]
## [1] "travis_bl: @dave43law @carolcoulter3 As useful ass tits on a fish"
## 
## [[1326]]
## [1] "A1d0taku: Thank You Costa Rica 🙏 (BL Still peak sports shonen tho) https://t.co/e7aiWracLG"
## 
## [[1327]]
## [1] "AlchemyAndMagic: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1328]]
## [1] "zeennbabiiis: RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…"
## 
## [[1329]]
## [1] "BabeapoN2: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1330]]
## [1] "MillarMan69: @travis_bl Highlight of the first half was Chesney Hawkes that shows how cack we were"
## 
## [[1331]]
## [1] "Bl_Series24: Good Night P'! I'm sorry I couldn't join or speak to you, I just finished work, but I had so much fun hearing your… https://t.co/kyA80PcSwZ"
## 
## [[1332]]
## [1] "Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl in… https://t.co/ESlBRHl7MC"
## 
## [[1333]]
## [1] "sammyyaza_ttv: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1334]]
## [1] "turnaboutgay: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1335]]
## [1] "VJMS9: Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36\" Gold Sand Glass Lampwork… https://t.co/MQSL6K3XKw"
## 
## [[1336]]
## [1] "jking2597: RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L"
## 
## [[1337]]
## [1] "travis_bl: @binstedman Jeez, it's awful. Just no go forward."
## 
## [[1338]]
## [1] "manx_maid: @churchartnature @bwallower @MuseumofLondon It isn't the easiest place to get to; wish it was eg behind the BL"
## 
## [[1339]]
## [1] "faetooth: RT @DuneAltar: Mega thanks to @DarkForcesSwing for including @faetooth in @SPIN’s monthly Blast Rites feature!  We are all blown away by th…"
## 
## [[1340]]
## [1] "Dark_Aura__: I've been completely addicted to ONEPIECE and The Boy in a Girls' Academy\n \n#critcat #BL #Summer… https://t.co/9Ff56g6cKL"
## 
## [[1341]]
## [1] "HoldTheGiirl: wait does the bl industry even have intimacy coaches? I thought it was just workshops &amp; vibes"
## 
## [[1342]]
## [1] "Bourque_BL: RT @KCIAirport: The Kansas City Aviation Department is now hiring for dozens of open positions at @KCIAirport! An in-person Hiring Fair wil…"
## 
## [[1343]]
## [1] "binstedman: @travis_bl Expect the narrative that were happy with the 0-0 draw....."
## 
## [[1344]]
## [1] "AiKoBeanArt: @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/PvIVgovEkj"
## 
## [[1345]]
## [1] "DuneAltar: Mega thanks to @DarkForcesSwing for including @faetooth in @SPIN’s monthly Blast Rites feature!  We are all blown a… https://t.co/Adcn4YPK7y"
## 
## [[1346]]
## [1] "SnowbieWx: @Stanweather15 I doubt we’ll see snow for longer than that at this point. Too much Euro ridging next week, all eyes… https://t.co/zhcqudCkgm"
## 
## [[1347]]
## [1] "travis_bl: @Stixx1979 Celebrations beat Heroes? N'est pa?"
## 
## [[1348]]
## [1] "alita_ba_: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1349]]
## [1] "ashfilledwords: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1350]]
## [1] "filterpjmin: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1351]]
## [1] "KatarinnaBWF: i need more bl anime"
## 
## [[1352]]
## [1] "Welsh_Dragon_71: @fatpants0211 @BluesAnalytics_ John, don't be so bl**dy pathetic!"
## 
## [[1353]]
## [1] "choisannie_s: RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…"
## 
## [[1354]]
## [1] "metroherobot_bl: Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (3:01pm)"
## 
## [[1355]]
## [1] "metroheroalerts: Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (3:01pm)"
## 
## [[1356]]
## [1] "IasIow: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1357]]
## [1] "Morph_VGart: @haze_long @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/OGs7IUKSln"
## 
## [[1358]]
## [1] "JCFC33: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[1359]]
## [1] "Zoya28315950: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1360]]
## [1] "BL_27_: RT @mikevorel: Thought this was a funny comment on the current high school recruiting culture. When asked what he was looking for when visi…"
## 
## [[1361]]
## [1] "cattawinwaifu: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1362]]
## [1] "bl__swan: RT @ChartsJJK: Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it with the officia…"
## 
## [[1363]]
## [1] "bl__suarez: Take my hand and we can go, go, go, goooooo❣️"
## 
## [[1364]]
## [1] "aeristotle_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1365]]
## [1] "TheConballs: @algorithm427 @QueenAltAlt My friend that introduced me to the game just before BL has also played from D1 Alpha so… https://t.co/CalrDRvkom"
## 
## [[1366]]
## [1] "okeefe22fhoun: SHIMANO SLX BL-M7100 Disc Brake Lever Black, Left/Front AEWNU8B\n\nhttps://t.co/gwUGFtjBXs https://t.co/PiQuGvyhzZ"
## 
## [[1367]]
## [1] "CyberartRealm: RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…"
## 
## [[1368]]
## [1] "concretusTVP: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[1369]]
## [1] "Fjmclean: @TheLondonLib @BL_Publishing @DigbyBrownLLP @ScottishLibrari \n\nI just slipped on the floor of the local library..… https://t.co/Z6AYpW1sox"
## 
## [[1370]]
## [1] "bl_rambling: RT @holybibs: NOT HIM JUST STANDING THERE WHILE EVERYONE WATCHED HIM \n\n꒰ #BuildJakapan #Beyourluve ꒱ https://t.co/8ooOFJrQfh"
## 
## [[1371]]
## [1] "loversconfidant: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1372]]
## [1] "choisannie_s: RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…"
## 
## [[1373]]
## [1] "PinellasCo911: Alert: MOTOR VEHICLE COLLISION @ 6575 PARK BL N Tac: B Sent: SP201 PD6"
## 
## [[1374]]
## [1] "suzanne_bl: @ChandonneJulie @aadelisle ✔️ fait"
## 
## [[1375]]
## [1] "Raiixart: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1376]]
## [1] "Quetzal_Feniix: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1377]]
## [1] "MintTeaNdHoney: gonna kms finally find a bl webcomic that sounds like it will have an interesting plot and has the mc look down on… https://t.co/RUMiCyZYC3"
## 
## [[1378]]
## [1] "jiphee_: RT @risolco: My 2.5D Romance ep 6 is here! ▶️#25DR #webtoon\n\n#webtooncanvas: https://t.co/nHyZqk6wyN\n#tapasmedia: https://t.co/E971L22ekn…"
## 
## [[1379]]
## [1] "i4yg0: @bingimingi yk damn well i’m not interested in no fuckass bl. i questioning U not the name of it https://t.co/ZgZ534iz58"
## 
## [[1380]]
## [1] "BL__7: Bet on yourself! https://t.co/otKwk0sIs1"
## 
## [[1381]]
## [1] "st4rsun: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[1382]]
## [1] "narrystill: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1383]]
## [1] "bl_airee: RT @taamriddlz: I saw the best minds of my generation ruined by 3 month situationships"
## 
## [[1384]]
## [1] "yudit2198: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[1385]]
## [1] "CrystalMCasey: RT @jimmy_darke: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @K…"
## 
## [[1386]]
## [1] "bl_artcult: @CrazerArts @illustrata_ai @joynxyz @amli_art I feel this. I feel that. Thank you Crazer 🙏👁️"
## 
## [[1387]]
## [1] "Blessingchino15: very cool and inviting6. There were soft, bluey-green bl     https://t.co/BDwow1eCnw"
## 
## [[1388]]
## [1] "bl_rambling: RT @BLUPDATE2022: 🚨 [CONFIRMED] AIRING THIS DECEMBER 2022\n\n1 - #OhMyAssistant 🇰🇷\n2 - #609BedtimeStory 🇹🇭\n2 - #MySchoolPresident 🇹🇭\n9 - #Sem…"
## 
## [[1389]]
## [1] "christie_bl: RT @artcrimeprof: In c. 1940, a student named Katja Meirowsky cut the swastika out of a stolen Nazi flag, sewed the rest into a dress, and…"
## 
## [[1390]]
## [1] "UNMlZERIA: sorry but if you use the terms yaoi/yuri when talking about bl/gl just stfu at this point"
## 
## [[1391]]
## [1] "angstyxing: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1392]]
## [1] "michinpirin: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1393]]
## [1] "jimmy_darke: RT @AiKoBeanArt: @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS…"
## 
## [[1394]]
## [1] "My_Best_Name: RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…"
## 
## [[1395]]
## [1] "TracysdogAu: Need bl#@job lube\nnow available at: https://t.co/14ha2Z6hdP\n#tracysdog #tracydog #lube #CoupleGoals https://t.co/assAMQ55pk"
## 
## [[1396]]
## [1] "cctwt20: Someone said weak hero is a BL what a clickbait i watched episode 1 because i thought it was a bl but it was not an… https://t.co/Tv7okGGnBY"
## 
## [[1397]]
## [1] "Breezyyy_15: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[1398]]
## [1] "yl3O1: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[1399]]
## [1] "TofFreeX: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1400]]
## [1] "dixitsanjay884: absent from home.\n\nAs if the waves had been fullers, this craft was bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/5IpTjI9Alv"
## 
## [[1401]]
## [1] "sassilia12: @ElaineLitten74 @AccReader My school has them in BL order with genre stickers on the spine to help students choose.… https://t.co/8IDFqZ2e1E"
## 
## [[1402]]
## [1] "AiKoBeanArt: @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/py7wHWmuTX"
## 
## [[1403]]
## [1] "warmthsprin: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1404]]
## [1] "KathyRe0916: Chase FINALLY asks BL was she ever gonna tell him about the letter??? #gh #chaylnn"
## 
## [[1405]]
## [1] "dndknnt: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1406]]
## [1] "CharmouthBirder: Chesil Cove: Little Gull &amp; 2 Bl. Redstart. Lidl Beach: another Bl. Redstart. Billy Winters: 2 GND. 2 B-n Grebe, c20… https://t.co/3fDcro8LWd"
## 
## [[1407]]
## [1] "BL_craze: RT @AlexKintner3: I've watched this on an endless loop for 15 minutes. https://t.co/M9PXZayZXj"
## 
## [[1408]]
## [1] "LemonJunk404: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1409]]
## [1] "THEHERMlT_: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1410]]
## [1] "BL_craze: RT @yanweigay: “stop assuming this character is gay” stop assuming they’re straight?"
## 
## [[1411]]
## [1] "metroherobot_bl: Westbound 6-car BL/Huntington Train 451 has accumulated at least 15 mins of delays during its trip so far; it's cur… https://t.co/sNlKW3z0go"
## 
## [[1412]]
## [1] "metroheroalerts: Westbound 6-car BL/Huntington Train 451 has accumulated at least 15 mins of delays during its trip so far; it's cur… https://t.co/BLOJHjK2Z8"
## 
## [[1413]]
## [1] "bl_ag_inc: @eichstadt_jay That’s why you boys make all the $$$ out there!!"
## 
## [[1414]]
## [1] "bl_389: RT @clahanyushii: do you ever just think about how soft and delicate yuzuru hanyu’s triple axel is https://t.co/2CBWvAE8i5"
## 
## [[1415]]
## [1] "Syzyg3tic: @aplethoras I KNOW. I was overjoyed to see perthchimon BL in 2023 but i wasn't prepared for an EXTRA one so soon"
## 
## [[1416]]
## [1] "jimmy_darke: @AiKoBeanArt @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/8sxZd90Sx3"
## 
## [[1417]]
## [1] "E_G_092507: Best Actors Apartment! Go read it and see this amazing story unfold \n\n#uzakichan #draw #bl\n https://t.co/OxiLwWLGVk https://t.co/z1erZvnZXm"
## 
## [[1418]]
## [1] "N_Ryu369: RT @Native3rd: \"I am a breather and a thinker. I am a living being energized by the sun, and I am just another sophisticated plant living o…"
## 
## [[1419]]
## [1] "_bl_ai_ze: RT @rapalert6: Tems covers Dazed Magazine \n📸 by: Will Scarborough https://t.co/54tnxgeZOg"
## 
## [[1420]]
## [1] "iamkiiiara: @maxtulllsrealll @keehoe_teehoe @ddalgi_ @palliyaaa @soompi How are you a Bl/Gl fan but Stan homophobic people. That doesn’t make sense😵‍💫"
## 
## [[1421]]
## [1] "XxInjectionZxX: #228 | Tabac Tuesday | Razor/ blade combo FAIL |\nhttps://t.co/T45V92TtK8 @ High Rock Lake https://t.co/miQMvYc1ZF"
## 
## [[1422]]
## [1] "NeriumToxin: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1423]]
## [1] "Apociation: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1424]]
## [1] "MentallyDez: @BloomBloomBee I feel like dkz deserves alot more attention now that isn't just because of the BL Jaechan was in 😔 they all work so hard"
## 
## [[1425]]
## [1] "MarGabArts: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1426]]
## [1] "eichstadt_jay: @bl_ag_inc I can think of a guy that’s likes punishments"
## 
## [[1427]]
## [1] "travis_bl: @MillarMan69 Terrible. Seen paint dry quicker. No ambitions against a shit team."
## 
## [[1428]]
## [1] "bl__swan: @Shazam Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it… https://t.co/7Sq8CY3Gwb"
## 
## [[1429]]
## [1] "bl_enthusiastic: RT @daiIyminsuga: the YOONGI MARRY ME agenda never ends https://t.co/usoczB6TiS"
## 
## [[1430]]
## [1] "ckj_bl: @Merryweatherey @RaynoTW @Merrydawg I get that it's for the story but can we stop w the bs that going to the gym fo… https://t.co/0OpMq0m6sC"
## 
## [[1431]]
## [1] "Lucifer24680: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1432]]
## [1] "bl_enthusiastic: RT @iHugBeomiez: if mama manages to piss off hueningkai again i swear mnet will never see the light of day"
## 
## [[1433]]
## [1] "BL_is_me: @RonnyJacksonTX ronny you really need to stop drinking as your fantasies are delusional"
## 
## [[1434]]
## [1] "ireadbl18: Lee soohyun Still the strongest determined bottom ever exist in bl comic world 😌😌 https://t.co/wqfTaJjTn4"
## 
## [[1435]]
## [1] "metroherobot_bl: Eastbound 8-car BL/Downtown Largo Train 405 has accumulated at least 15 mins of delays during its trip so far; it's… https://t.co/vtQYXFC2S1"
## 
## [[1436]]
## [1] "metroheroalerts: Eastbound 8-car BL/Downtown Largo Train 405 has accumulated at least 15 mins of delays during its trip so far; it's… https://t.co/HckhUYhpov"
## 
## [[1437]]
## [1] "Sasha_Universo: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1438]]
## [1] "KissuNi_2589: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1439]]
## [1] "Nastiko__: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1440]]
## [1] "bl_ag_inc: @eichstadt_jay Yes looking to convert some cattle feeders to pig feeders.  Know anyone?!"
## 
## [[1441]]
## [1] "transranpo__: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1442]]
## [1] "tadpole_tails: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1443]]
## [1] "belumrtl: RT @mintyandcozy: DADDY REVEALED here's Daddy Joonie 💪🏻🫠🥵🔥\n\n#그림 #アート #イラスト #イラストグラム #イラストレーター #画 #絵 #mangaart #animeart #bl #drawing #vkook…"
## 
## [[1444]]
## [1] "Stupid_player1: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1445]]
## [1] "goathklysmell: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[1446]]
## [1] "eichstadt_jay: @bl_ag_inc More hogs huh!?"
## 
## [[1447]]
## [1] "metroherobot_bl: Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (2:47pm)"
## 
## [[1448]]
## [1] "metroheroalerts: Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (2:47pm)"
## 
## [[1449]]
## [1] "bl__swan: @billboardcharts .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since t… https://t.co/S8gHdzTzSl"
## 
## [[1450]]
## [1] "HigurashiShinko: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1451]]
## [1] "agatalovexl: RT @aksnevv: should i finish to day 30 😳 i’m gonna stop now to get on with my day! \n\nthis is inspired by a thai bl drama i’ve been watching…"
## 
## [[1452]]
## [1] "mintiestars: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1453]]
## [1] "Bl_is_needed: RT @hualinghe: mo ran and wei wuxian what are you doing together 😂  https://t.co/Az13N2n8fp"
## 
## [[1454]]
## [1] "KathyRe0916: BL tells Chase she thought they support each other.. Really BL??🙄 #gh #chaylnn"
## 
## [[1455]]
## [1] "XoieBoi: Lawd 😩\n the bl fanfics that can be written watching soccer is fascinating \n🤤"
## 
## [[1456]]
## [1] "emmerichhrovz: Kleenguard A20 Breathable Particle Protection Hooded Coveralls (58517), REFLEX Design, Zip Front, Elastic Wrists &amp;… https://t.co/rQNuzjEUMw"
## 
## [[1457]]
## [1] "masterchief6996: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1458]]
## [1] "josilverdragon: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1459]]
## [1] "Kevs_518: RT @UltrasoundJelly: The 60/60 sign is 94% specific for pulmonary embolism. https://t.co/ip5lwAJIkt #FOAMed #FOAMcc #FOAMus https://t.co/ib…"
## 
## [[1460]]
## [1] "Wavex_Ng: I've just posted on my Blog about: [Event] Fameboy Bl Ep listening party https://t.co/K7jd23cWkV"
## 
## [[1461]]
## [1] "mcreynolds_87: RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…"
## 
## [[1462]]
## [1] "chitose__bl: RT @nana_meyo: ash eiji https://t.co/4qeA2ydfk6"
## 
## [[1463]]
## [1] "Aiden_bl: @Appollon_ @Snaptrox Appollon ?!😭"
## 
## [[1464]]
## [1] "blackspies12: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[1465]]
## [1] "gameonporsche: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[1466]]
## [1] "thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW… https://t.co/wpQHVnUV9d"
## 
## [[1467]]
## [1] "dalitza_r: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1468]]
## [1] "lvrqueercntnt: RT @yukiusacchan: cute hug 🫂💗\n\nthank you so much for today!✨\ntake a lot of rest na 🥰\n\n#KissMyBodyXBossNoeul\n#BossNoeul #BoNoh\n#BossChaikamo…"
## 
## [[1469]]
## [1] "unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr"
## 
## [[1470]]
## [1] "meatfreemeals1: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[1471]]
## [1] "dach48ptd: Case Compatible for BaBylissPRO Barberology MetalFX Series - CLIPPER,Travel Carrying Storage Box with Mesh Pocket f… https://t.co/V8J2WqOheG"
## 
## [[1472]]
## [1] "rosehyly24: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[1473]]
## [1] "HannaPolasky: @het_tay This is me trying to get your attention in the bl"
## 
## [[1474]]
## [1] "hatakekth: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1475]]
## [1] "AzFa_co: https://t.co/SRdRE7O6ey: AstroAI Balaclava Ski Mask Winter Fleece Thermal Face Mask Cover for Men Women Warmer Wind… https://t.co/vMxBDhsQGg"
## 
## [[1476]]
## [1] "DotterTheGoat: @ObuwEight Not ironic bl*ckie"
## 
## [[1477]]
## [1] "MonkeySkinnyRib: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[1478]]
## [1] "metroherobot_bl: Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (2:42pm)"
## 
## [[1479]]
## [1] "metroheroalerts: Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (2:42pm)"
## 
## [[1480]]
## [1] "christie_bl: RT @culturaltutor: Girl with a Pearl Earring, painted by Vermeer in 1665, might just be the most famous and beloved portrait in the world.…"
## 
## [[1481]]
## [1] "Etim007et: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1482]]
## [1] "metroherobot_bl: Westbound 6-car BL/Huntington Train 405 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:41pm)"
## 
## [[1483]]
## [1] "metroheroalerts: Westbound 6-car BL/Huntington Train 405 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:41pm)"
## 
## [[1484]]
## [1] "rkjeom: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1485]]
## [1] "Bl_ank: 🎉 Just registered for the SEKARI on @PREMINT_NFT! https://t.co/O3uu0qvngH"
## 
## [[1486]]
## [1] "binegarnsalt: RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…"
## 
## [[1487]]
## [1] "Jargo_BL: RT @PoojaMedia: Patience Jonathan was \"legit\" crying when she was talking about Chibok girls. \n\nShe had no powers as a First Lady to order…"
## 
## [[1488]]
## [1] "_nigashikatas: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1489]]
## [1] "metroherobot_bl: Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 10 mins. (2:40pm)"
## 
## [[1490]]
## [1] "metroheroalerts: Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 10 mins. (2:40pm)"
## 
## [[1491]]
## [1] "yuutashun: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1492]]
## [1] "EmBerning: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[1493]]
## [1] "runlume: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[1494]]
## [1] "JapaneseNatsuno: RT @yenpress: Basketball players. Roommates. Senpai-kouhai BL romance. 🥰\nWhen Kagiura's left in the tender care of his mother hen of a room…"
## 
## [[1495]]
## [1] "Bl_ank: RT @SekariNFT: 𝙔𝙤𝙪𝙧 𝙘𝙝𝙖𝙣𝙘𝙚 𝙩𝙤 𝙛𝙖𝙡𝙡 𝙞𝙣 𝙡𝙤𝙫𝙚 𝙬𝙞𝙩𝙝 𝙖 𝙎𝙚𝙠𝙖𝙧𝙞 𝙨𝙩𝙖𝙧𝙩𝙨 𝙣𝙤𝙬.\n\nPremint Live: https://t.co/4IiaphrrWO https://t.co/MdxMDJKP9t"
## 
## [[1496]]
## [1] "yannisbored: @hssluttt @dojaacatstan You not liking bl@kies is a blessing to me,more for me 🙏"
## 
## [[1497]]
## [1] "BawanSkeletal: RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz"
## 
## [[1498]]
## [1] "goodnightshuhan: I just wanna a vacation with my self &amp; curl up under the blankets and watch and read every gl/bl show and manhwas out there"
## 
## [[1499]]
## [1] "bukanjunedi: i healed my self from depression by watching porn, a heavy genres of kdramas &amp; movies, and BL series as well. dang,… https://t.co/DsKSaRB1t3"
## 
## [[1500]]
## [1] "PocketOfRats: Okay, that was a BL one I died outta embarrassment cuz it was so well done...\n\nBut I fucking laughed my fucking ass… https://t.co/5WFL4ETCjG"
## 
## [[1501]]
## [1] "BBirdie25: Triple K Belt Keeper Basketweave Brass Hardware 4 Pack, Black, 3/4\" (1682-BL-BW-BRS) RKX9KLJ… https://t.co/w7i49WP5yY"
## 
## [[1502]]
## [1] "travis_bl: More Southgate inspired bilge."
## 
## [[1503]]
## [1] "utsugakus: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1504]]
## [1] "BL_nananWSSP: RT @pun_rii: cold cold cold 😅 #zhongli #xiao https://t.co/MUZKCw1OHC"
## 
## [[1505]]
## [1] "hssluttt: @aysbored @dojaacatstan I don’t need that bl@ck man"
## 
## [[1506]]
## [1] "CrazerArts: @illustrata_ai @joynxyz @amli_art @bl_artcult Abandonment\n\nI've typed and deleted words to explain my motivations f… https://t.co/f0GkIhD031"
## 
## [[1507]]
## [1] "SSf1609: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1508]]
## [1] "ksjgoth: @ancientgays not one of my favs bl pls"
## 
## [[1509]]
## [1] "Heart10Looks3: RT @ScottsdaleFire: 11:53 962 A101 @ E SHEA BL SB SO ,Ladder in the middle of the freeway south bound south of Shea has the freeway at a st…"
## 
## [[1510]]
## [1] "metroherobot_bl: Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 5 mins. (2:35pm)"
## 
## [[1511]]
## [1] "metroheroalerts: Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 5 mins. (2:35pm)"
## 
## [[1512]]
## [1] "AiKoBeanArt: RT @jimmy_darke: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @K…"
## 
## [[1513]]
## [1] "AiKoBeanArt: @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/YwTEEylA6o"
## 
## [[1514]]
## [1] "milevintage15: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1515]]
## [1] "miniyoonie: Ykw\nI remember seeing edits with kp Vegas kinn porsche when v said at the parking lot??? Idk ,,head, chest, or hear… https://t.co/bp3fCOOiFs"
## 
## [[1516]]
## [1] "gameonporsche: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1517]]
## [1] "JaminKeyz: @kimmy_kimmoi I totally agree! I promise you out of all the BL shows out there #LoveinTheAir hit differently! Like… https://t.co/BRSdYPenDy"
## 
## [[1518]]
## [1] "labelyn: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1519]]
## [1] "NathanBerning: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[1520]]
## [1] "panther_BL: Get ready for Best Actress of 2023, Fantasia Barrino. https://t.co/aVaFM1036Q"
## 
## [[1521]]
## [1] "metroherobot_bl: Westbound 6-car BL/Huntington Train 456 has been holding at Arlington Cemetery on track 1 for at least 5 mins. (2:33pm)"
## 
## [[1522]]
## [1] "metroheroalerts: Westbound 6-car BL/Huntington Train 456 has been holding at Arlington Cemetery on track 1 for at least 5 mins. (2:33pm)"
## 
## [[1523]]
## [1] "adorgf: why japanese bl so sad 😭"
## 
## [[1524]]
## [1] "NickHorob: @bl_ag_inc It can be easy to underestimate the volatility of the business’ cash flows.  That’s where it’s easy to get into trouble"
## 
## [[1525]]
## [1] "Juliaykl49Kyang: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1526]]
## [1] "Bl_Troyanda: RT @OlenaHalushka: \"Why you ask for more weapons if UA successfully pushes ru away?\"\n- we lack arms but masterfully use those available;\n-…"
## 
## [[1527]]
## [1] "jalenwebbnba1: RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…"
## 
## [[1528]]
## [1] "lisa_matye: @DanielBendite19 @Sherriqotu @hallmark541 @dicedealer1313 @coralgableswang @QuinnLeone4 @kiml8 @paxknc… https://t.co/OgJCa72okF"
## 
## [[1529]]
## [1] "doug14j: iland co  EX220-BL/WH Express Blue/White 10 5in 3oz 1NXLWRR\n\nhttps://t.co/9KauFQbPCl https://t.co/PbLJmebXXz"
## 
## [[1530]]
## [1] "_LuniBear_: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1531]]
## [1] "haze_long: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/Wlqw6LMB1s"
## 
## [[1532]]
## [1] "Zoya28315950: @Rida3455 @JadeSaidSometh1 @apospmee IKR! I suggest u to watch ths..she seem like a prof/unbiased critic who is not… https://t.co/7VLNAyTHT3"
## 
## [[1533]]
## [1] "BL_nananWSSP: RT @shenanigansen: I'm keeping that. https://t.co/qf5QgdMWYS"
## 
## [[1534]]
## [1] "ALABASTER_APE_X: RT @archaeologyart: \"Cheers!\". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…"
## 
## [[1535]]
## [1] "Xtra_JunkMa1L: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1536]]
## [1] "Hubsies: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1537]]
## [1] "Mineyi4: @nutk_nutthachai I have a question, Gmmtv like to put innecesary couples in a Bl. This serie deserve just single co… https://t.co/0XrHLtDwNK"
## 
## [[1538]]
## [1] "yokojk2_jk: RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L"
## 
## [[1539]]
## [1] "511NY: Updated: Construction on #Q26Bus Both directions from Parsons Bl/Hawthorne Av to 46 Av/162 St https://t.co/xSU8b68zGT"
## 
## [[1540]]
## [1] "zeennbabiiis: RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…"
## 
## [[1541]]
## [1] "EdwardAnne6: buy tokens @snoopyy_doo @bigtrading_vn @aciennyap @riteshtiwari002 @AbundancePetra @SPurbachhane @SariInd52526815… https://t.co/dAOxFPU2Xa"
## 
## [[1542]]
## [1] "AllyRatSTOP: https://t.co/zuKKbbbAW4\nexplained"
## 
## [[1543]]
## [1] "teachwellall: RT @CeMillbrook: Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an online…"
## 
## [[1544]]
## [1] "corpsebabyy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1545]]
## [1] "sarthak_bl: RT @Hey_Paxshal: Most useless and pathetic system in the world?\n@USCIS Yes. There’s a family emergency (death) and need travel document but…"
## 
## [[1546]]
## [1] "metroherobot_bl: Westbound 6-car BL/Franconia-Springfield Train 408 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:29pm)"
## 
## [[1547]]
## [1] "metroheroalerts: Westbound 6-car BL/Franconia-Springfield Train 408 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:29pm)"
## 
## [[1548]]
## [1] "still_tohfunmee: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[1549]]
## [1] "leepixielover: @tanniesoveryou @kchartsmaster Only when there's a reason. Go hate bl!nks that make fun of the boys going to military service"
## 
## [[1550]]
## [1] "wwe432: Exposing the links between Calcium, Vitamin K2, and Plaque Buildup in Bl... https://t.co/4O290A5rYQ via @YouTube"
## 
## [[1551]]
## [1] "dinzmeria: @elysiacb @Nimkins @GradeKangusBeef @echo_sedai @Hotel_Amadicia @Moridin1024 @hadnankadereWOT @wolf_hopper… https://t.co/l4t0WULiy3"
## 
## [[1552]]
## [1] "SalopResearcher: RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…"
## 
## [[1553]]
## [1] "SleepyMoe: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[1554]]
## [1] "rinnusssy: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[1555]]
## [1] "skindhippo: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1556]]
## [1] "MonicaReidRadio: RT @ScottsdaleFire: 11:53 962 A101 @ E SHEA BL SB SO ,Ladder in the middle of the freeway south bound south of Shea has the freeway at a st…"
## 
## [[1557]]
## [1] "ollieisoffline: @kivuil @NyornIronside @DFPsheikh @vBlooddrunk @Kujay_ sliding idk it's fine with or without for specials, annoying… https://t.co/AUlTJ7TUhz"
## 
## [[1558]]
## [1] "freakonaleesh: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1559]]
## [1] "VikasCh66165667: RT @SJHDELHI: Dr BL Sherwal MS @SJHDELHI inaugurated Pediatric thalassemia &amp; hemophilia  comprehensive care centre, chemotherapy short infu…"
## 
## [[1560]]
## [1] "Kawa1strawberry: RT @Momotexx: GUYS THE PANTS ARE NEXT💦 LETS DO IT🙏\n#akumillust #momarties #ScarredHeartComic #BL https://t.co/eMMu1yotOQ"
## 
## [[1561]]
## [1] "midaritrash: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[1562]]
## [1] "bl_ag_inc: @MattHintz3 I just be young and dumb then 😂"
## 
## [[1563]]
## [1] "yoongisarmpitss: i love this bl ☹️"
## 
## [[1564]]
## [1] "Kgomotsokkc: @sandilemoepeng I love me some Thai BL series ❤️"
## 
## [[1565]]
## [1] "midoriihime: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[1566]]
## [1] "Jamaican__Cutie: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[1567]]
## [1] "florr_bl: RT @BrunoMars: Thank you Bahrain 🇧🇭 https://t.co/JQRrVjkx2O"
## 
## [[1568]]
## [1] "arkhan_voyager: RT @DemzOneMusic: @arkhan_voyager @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @Darr…"
## 
## [[1569]]
## [1] "lop_nita: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1570]]
## [1] "katielo556: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[1571]]
## [1] "ayamadori1: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1572]]
## [1] "ookaysshay: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[1573]]
## [1] "RhondaMasengale: RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…"
## 
## [[1574]]
## [1] "BL_27_: RT @rdubchow: to all the out of towners in Washington who have never driven in snow here, please be on the zero part of the \"fuck around an…"
## 
## [[1575]]
## [1] "Postbop3C: @realBrentAV @Scoobydouchebag I'm avoiding all bl---fa-- mentions. It's crazy how far and wide it's spread. I guess… https://t.co/N8IsjOw7mH"
## 
## [[1576]]
## [1] "DemzOneMusic: @arkhan_voyager @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/EqOK9Ydeud"
## 
## [[1577]]
## [1] "Levidrocher: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[1578]]
## [1] "CURSORMAN1A: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1579]]
## [1] "KathyRe0916: #crew #millow #chaylnn are at the Qs talking \n\nBL reminds everyone of when Chase clocked Valentin..\n\nHe says “Yeah… https://t.co/SF2pYkPWr8"
## 
## [[1580]]
## [1] "Soon2seok: Watched #LoveinTheAirSpecialEP .... Never screamed this hard at a BL.\n\nAlso Boss's butt is underrated"
## 
## [[1581]]
## [1] "NobileAjax: The boy soon pulled away realizing how many layers of clothing Nobile was wearing, his voice once again concerned,… https://t.co/SMYiNccebp"
## 
## [[1582]]
## [1] "dreamsofmint: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1583]]
## [1] "stan_arikook: RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L"
## 
## [[1584]]
## [1] "BL_27_: RT @PFN365: Sources tell @TonyPauline that Washington WRs Rome Odunze and Jalen McMillan are giving indications they will return to the pro…"
## 
## [[1585]]
## [1] "HyakuyaMikangel: RT @hermit_wanderer: After watching #AManWhoDefiesTheWorldofBL I found it's an adaptation from a manga called ZETTAI BL NI NARU SEKAI VS ZE…"
## 
## [[1586]]
## [1] "luuuuthv: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1587]]
## [1] "signora_daeva: @TrafalgarLog --I can't understand why there's so little BL doujinshi about Gai and Elijah ☹️"
## 
## [[1588]]
## [1] "ScottsdaleFire: 11:53 962 A101 @ E SHEA BL SB SO ,Ladder in the middle of the freeway south bound south of Shea has the freeway at… https://t.co/N5jVRcenu3"
## 
## [[1589]]
## [1] "yunenofune: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1590]]
## [1] "b0nktr: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[1591]]
## [1] "cocomelon1994: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1592]]
## [1] "Mineyi4: @ppnaraviet @phuwintang Gmmtv like to put innecesary couples in a Bl. This serie deserve just single couple, I don’… https://t.co/8ljCJPGuPs"
## 
## [[1593]]
## [1] "BL_Fangirl34: RT @xzhan1005: xiao zhan looks so good omg https://t.co/C8ShE0Ogq8"
## 
## [[1594]]
## [1] "vomitcoffins: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1595]]
## [1] "lizajk97: Seriously are bl!nks real human beings I am sorry but...are they??? Because wow they are the lowest of low."
## 
## [[1596]]
## [1] "kseyuuuu: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[1597]]
## [1] "JackStraw1960: @hodgetwins Hey Moby..MnM wants you to bl*w him…it must be true because MnM wrote it in his song. And uh-oh, Break out the race card…lmao."
## 
## [[1598]]
## [1] "1chirisu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1599]]
## [1] "jk_moon_baby: RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz"
## 
## [[1600]]
## [1] "LDBSLAT: RT @CeMillbrook: Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an online…"
## 
## [[1601]]
## [1] "CbarJRanch: @bl_ag_inc I guess if you can make money after the bills are paid why not?"
## 
## [[1602]]
## [1] "rebeccathenaeum: The best part of being clocky is i can get away with being at the BL booths at cons without being accused of being a fujoshi"
## 
## [[1603]]
## [1] "canditoast: LRT if anyone’s read BJ Alex, the same author is starting a new bl manhwa\n\nI can already tell it’s going to be so t… https://t.co/5kKflY9PVd"
## 
## [[1604]]
## [1] "DemzOneMusic: RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…"
## 
## [[1605]]
## [1] "panther_BL: @DoctaSlick That’s exactly it! 😂"
## 
## [[1606]]
## [1] "The_HRforges: I find it funny how much shit Season 18 (D2) is getting when it's still leagues better than Season of the Hunt whic… https://t.co/19kwyU0sEv"
## 
## [[1607]]
## [1] "ChristallaJ: RT @CeMillbrook: Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an online…"
## 
## [[1608]]
## [1] "the97god: @_shtojzovalle They r in their bl era fr😍😍😍😍"
## 
## [[1609]]
## [1] "DoctaSlick: @panther_BL good to know! tired of humans with they un-refreshing asses."
## 
## [[1610]]
## [1] "georgia_tcv: @bl_fan89 Oh noooo, the stress levels are rising again!😂"
## 
## [[1611]]
## [1] "ArtofApo: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1612]]
## [1] "kung_nilsson: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[1613]]
## [1] "farchicore: @s4tinflowers this is Jinx !! there’s only one chp it’s the new bl everyone’s talking about rn 😋 but bestie payback… https://t.co/8J1mYWffV3"
## 
## [[1614]]
## [1] "vexatag: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1615]]
## [1] "litepocketdeals: Pay only $18.47.  50% off\nUse code 30J7OXT2.\nOdoland Ski Goggles, OTG Anti Fog UV Protection Snow Goggles Detachabl… https://t.co/vXVwJok9tm"
## 
## [[1616]]
## [1] "exiscrisis_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1617]]
## [1] "SweetAsCerasee: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[1618]]
## [1] "Urska871: RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…"
## 
## [[1619]]
## [1] "metroherobot_bl: Westbound 6-car BL/Huntington Train 454 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:16pm)"
## 
## [[1620]]
## [1] "metroheroalerts: Westbound 6-car BL/Huntington Train 454 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:16pm)"
## 
## [[1621]]
## [1] "OKLM_OM: @oussamahamadeh heye alet bl 3otle mafroud ben 23 w 31"
## 
## [[1622]]
## [1] "StupidGrimoire: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1623]]
## [1] "spookicooky: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[1624]]
## [1] "honeyseobs: Force is the biggest bl fan in gmm fr🤞🤞🤞"
## 
## [[1625]]
## [1] "SakariyaBharat: WHAT THE BL$$DY FUCK 🤬 https://t.co/CfJ8Zf8gso"
## 
## [[1626]]
## [1] "lubo_ac23: RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…"
## 
## [[1627]]
## [1] "meatgrippin: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1628]]
## [1] "FeraINiche: @wiIIowwine its annoying as shit though cause plenty of BL characters are lgbt but they wanna claim the villain AGAINST them . 🙄"
## 
## [[1629]]
## [1] "SarahAr20252468: This comic is definitely worth reading! Come check it out!\n \n#Manhwa #BL #AnimeFigures\n\nhttps://t.co/WHkTexhzwu https://t.co/aoAU9mDkOK"
## 
## [[1630]]
## [1] "gimnahu47115386: RT @Bika_P_Mew: #bounprem #bl #thai love you!!!!!!! https://t.co/dZjYKCxnA4"
## 
## [[1631]]
## [1] "leamaycry: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1632]]
## [1] "GINA__BEARS: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1633]]
## [1] "drdrix80: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[1634]]
## [1] "AhMuvic82_Mo11: @GOALAfrica Africans will say no. Because he destroyed all their legends + he is not bl**ck enough for them to love him😁😁"
## 
## [[1635]]
## [1] "Jack_da_weirdo1: @BUB_BL_ES @SmashingVR won't like that"
## 
## [[1636]]
## [1] "splashwaves_BL: RT @CalebCity: Missing a punch in a fight. https://t.co/kFqF49lvGP"
## 
## [[1637]]
## [1] "vvindswept: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1638]]
## [1] "therealsingers: RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L"
## 
## [[1639]]
## [1] "MILEAPOBR: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1640]]
## [1] "hijabibounder: @SimuLiu @BoxLunchGifts @FeedingAmerica So incredible! Such an honor to be a BL ambassador! Does this mean we are c… https://t.co/i8pckJNwnf"
## 
## [[1641]]
## [1] "miririas: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1642]]
## [1] "boarssmite141: WL Our announcement @VaicusEth @TutUncommonNFT @sonic820808 @Bearoxuz @BL_Toaster @PaulRo100 @nfter721… https://t.co/58OAQsNmcM"
## 
## [[1643]]
## [1] "alialsaede22: their way. The whales had irregularly settled bodily\ndown into the bl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/zFsR4ihbEA"
## 
## [[1644]]
## [1] "oma_oma_1: RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…"
## 
## [[1645]]
## [1] "Kamila60319204: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1646]]
## [1] "BrandonPowe2: RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…"
## 
## [[1647]]
## [1] "privnula: RT @aksnevv: should i finish to day 30 😳 i’m gonna stop now to get on with my day! \n\nthis is inspired by a thai bl drama i’ve been watching…"
## 
## [[1648]]
## [1] "BL_Egoism: “I’ll crush you, fair and square”\n\nThe Football superhero\n#ブルーロック https://t.co/1Gyb3Y9BcF"
## 
## [[1649]]
## [1] "merodrama: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1650]]
## [1] "RyanFZed: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1651]]
## [1] "fujoshicakes: Lee Minhyuk from Legs That Won't Walk\n-\n-\n-\n-\n-\n#bl #yaoi #boylove #manga #manhwa #art #anime #animeart… https://t.co/npbRKXhuLD"
## 
## [[1652]]
## [1] "MyBLCalendar: How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happe… https://t.co/BmlbptLmXS"
## 
## [[1653]]
## [1] "MattHintz3: @bl_ag_inc I’m at the point of my life I’m sick of dragging debt millstones around. That said probably won’t be 100% debt free for a while"
## 
## [[1654]]
## [1] "Omototoayo7: Gonna do some comic reading\n \n#sizetwitter #bl #artistsontwitter\n\nhttps://t.co/QzhAHF6VJ0 https://t.co/RTOFGDKXAD"
## 
## [[1655]]
## [1] "Bob_BL20: RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…"
## 
## [[1656]]
## [1] "Jlescure25: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[1657]]
## [1] "sunshinepayu: thanking myself everyday that I'm not a delusional bl stan but since ive been watching bl series for about 2/3 year… https://t.co/uZQRV6xCGI"
## 
## [[1658]]
## [1] "OliverRA15: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1659]]
## [1] "HO__Bl: RT @BamBam1A: sorry for the \"can you leave?\" 😅\ni really don't know how to do it\n\nif you have a twitter please show your self here😭"
## 
## [[1660]]
## [1] "fpianz: RT @fpianz: I'm also hiring a Postdoc (1.5 year) with expertise in graph databases, ontology creation, linked data, and graph reasoning.\nht…"
## 
## [[1661]]
## [1] "cafelxtte: just one more universe, in bl.. 😶 https://t.co/4l6AvItQG4"
## 
## [[1662]]
## [1] "KawaiiMess: 🥲I gotta catch up on Donbros but what if I also just, started another BL series https://t.co/jJ9MZq2axU"
## 
## [[1663]]
## [1] "TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L"
## 
## [[1664]]
## [1] "Plasma_spl: RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…"
## 
## [[1665]]
## [1] "NaiveAndHonest: ‘‘So――what does BDSM means again? I'm pretty sure I've heard it from one of Naomi's BL collection.’’ #AkioTalks"
## 
## [[1666]]
## [1] "LLalaurie: @TillyLovesBooks The BL?"
## 
## [[1667]]
## [1] "TatRosso: RT @irishnftgal: @illustrata_ai @joynxyz @amli_art @bl_artcult CryptoPunk Gal\nBrings the most popular pfp to life, humanising pixel art. We…"
## 
## [[1668]]
## [1] "HO__Bl: RT @animepiic: Same https://t.co/knvBrjYZHa"
## 
## [[1669]]
## [1] "APP_BL: @mfa_russia @RusEmbUSA @armscontrol_rus @RussianEmbassy @RusMission_EU @natomission_ru @mission_russian @RussiaUN… https://t.co/az57LVULz3"
## 
## [[1670]]
## [1] "AmneAhmad: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1671]]
## [1] "Bl_Troyanda: RT @ForzaJuveEN: Juventus are in Crisis, there is no doubt about it, but we are Juventini, we will always stick together.\n\nFINO ALLA FINE…"
## 
## [[1672]]
## [1] "honeylove0126: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[1673]]
## [1] "LalonskyC: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1674]]
## [1] "femmecelled: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1675]]
## [1] "IvanBladeOn: RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1676]]
## [1] "natalia_arte: RT @CrazerArts: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wala…"
## 
## [[1677]]
## [1] "aubepink: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1678]]
## [1] "SeraphCavotta: @Kesswylie @Rynehawk @PleasantKenobi And yes, $5,000 is a fraction of the price of a real BL, as I said."
## 
## [[1679]]
## [1] "nma_BL: RT @rapalert6: Tems covers Dazed Magazine \n📸 by: Will Scarborough https://t.co/54tnxgeZOg"
## 
## [[1680]]
## [1] "GreenRibbits: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1681]]
## [1] "ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h"
## 
## [[1682]]
## [1] "MileApoBolivia: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1683]]
## [1] "Daily_BL: RT @Rohan_Lockhart: I'm so happy ❣️🥹\n#SemanticError https://t.co/NFFYGjHXYA"
## 
## [[1684]]
## [1] "Edhinman89: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[1685]]
## [1] "MySexToyHub1: Check out this product X5 Plus - the Little One - Beige  \nby Blush Novelties starting at $26.95. \nShop now… https://t.co/un0xHtNvuD"
## 
## [[1686]]
## [1] "eaudefik: my tooth your love jadi comeback nya w nonton series bl taiwanese ig"
## 
## [[1687]]
## [1] "Bl_Troyanda: RT @visegrad24: Germany's insistence on Nordstream 2 contributed to the outbreak of war in Ukraine,\n\nsays Marco Buschmann, the German Minis…"
## 
## [[1688]]
## [1] "seonaneo: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1689]]
## [1] "MeleeStatsPod: 19. Rayboyp won Victory Road, beating Lins and Vorporal (MI)\n\n20. Anakin won The Cave, beating CEO of Madcatz and K… https://t.co/HcXXqfwwNY"
## 
## [[1690]]
## [1] "blackpeopledata: RT @RosheCosmetics: Roshe Cosmetics &amp; BEAT School of Makeup Artistry \rPikesville, Maryland @RosheCosmetics #Blackpreneur \n \nhttps://t.co/ru…"
## 
## [[1691]]
## [1] "Bl_Troyanda: RT @Gerashchenko_en: The village of Oleksandrivka was in occupation for 7 long months. 10 people remained there out of 1,000 that lived in…"
## 
## [[1692]]
## [1] "riudrag0n: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1693]]
## [1] "MariReactsYT: Mari’s reaction to #LoveInTheAir Ep 1 \n\n#BossNoeul #LoveInTheAirEP1 #reaction #patreon #react #bl #drama #thaidrama… https://t.co/jd0eYwqjU7"
## 
## [[1694]]
## [1] "gweesad: @aksnevv UM. its not a bl drama but ive been trying to get people to watch los espookys on hbo for a long time. its… https://t.co/pbbgosZaBm"
## 
## [[1695]]
## [1] "PocketOfRats: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1696]]
## [1] "watchmoontree: RT @XDaffodille: Pride month is over, but gay endures forever.\nThey are my favorite couple so I married them (to Daffy's bad luck)\n#baffy #…"
## 
## [[1697]]
## [1] "Chocolateanime4: RT @Its_The_Barbies: It’s definitely jealousy. \n\nDark skinned BW have better options outside of bl⚫️ckistan. They just don’t want them to k…"
## 
## [[1698]]
## [1] "drmartinking: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[1699]]
## [1] "predovicnju: TIMBREGEAR extreme comfort acoustic guitar strap electric guitar strap free - two guitar strap locks guitar strap b… https://t.co/BCzUE0gS9R"
## 
## [[1700]]
## [1] "smallerghosts: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1701]]
## [1] "paulrnor: @darrengrimes_ Both teams on their bl**dy knees; so over this garbage now 🤬"
## 
## [[1702]]
## [1] "K0rzana: RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk"
## 
## [[1703]]
## [1] "saladexperiment: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1704]]
## [1] "AphelionWeather: …and will block the passage of low-pressure (BL+). Next week, high-pressure area will move towards Greenland facili… https://t.co/BODZxMPWiX"
## 
## [[1705]]
## [1] "LostsheepChrist: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[1706]]
## [1] "BL_Fan_CH: RT @M00NSBAE: im still mad at their ending pls When are we getting just say yes the series"
## 
## [[1707]]
## [1] "arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/QUyQuZ56lA"
## 
## [[1708]]
## [1] "ellasux: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1709]]
## [1] "Nancyricoanton2: RT @je_ff09: Hey can you suggest a series which is horror and BL both in one!!"
## 
## [[1710]]
## [1] "MandiTrini: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1711]]
## [1] "AnnieenFrance: RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…"
## 
## [[1712]]
## [1] "5431saki: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1713]]
## [1] "Bunbearvk1: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1714]]
## [1] "subutai1990: @ANSOM68 Then why is pappu going to HINDU temple \n\nBl***dy termite k 2.  A"
## 
## [[1715]]
## [1] "Jay84472077: RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…"
## 
## [[1716]]
## [1] "SwarleyArt: @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/sFHY4JRYhJ"
## 
## [[1717]]
## [1] "MileApoChile: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1718]]
## [1] "Fakeforthefun: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1719]]
## [1] "BL_Artbox: @AnujUnknown Thank you"
## 
## [[1720]]
## [1] "Kafakhri08: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1721]]
## [1] "sonounauror: @joeysinsoup it’s called never let me go! it’s a thai bl show who isn’t out yet but soon we’ll have the trailer! wi… https://t.co/uWYLxw9smZ"
## 
## [[1722]]
## [1] "BL_goodfellas: RT @classicshirts: Argentina 1999 Away by Reebok 🇦🇷\n\n😍 https://t.co/BshxxVE7pG"
## 
## [[1723]]
## [1] "enhiyarate: I got a little gift for my brother today and he was so excited about it he waited for me outside bl sa23a for like an hour 🥺🥺🥺🥺"
## 
## [[1724]]
## [1] "Lovetheway_u: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1725]]
## [1] "mobuuukun: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1726]]
## [1] "931srnedia: @AidenRS139 Seth Rogen isn't Bl...\nMy lawyers have reccomended that I stop the joke."
## 
## [[1727]]
## [1] "hijabibounder: So proud to be a part of the BL collective and a now with #goals guy @SimuLiu ! What an honor! #getsomegiveback… https://t.co/YQ1FlqxVyJ"
## 
## [[1728]]
## [1] "Badjethcat: Make them star in a bl already please naiiyak na ko dito https://t.co/Gzs1skdmMD"
## 
## [[1729]]
## [1] "ARICBRINDLEY1: RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…"
## 
## [[1730]]
## [1] "Bl_ckkky: @0xxghost No dulling"
## 
## [[1731]]
## [1] "APP_BL: @khamenei_ir SORRY BUT YOU ARE THE ENEMY AND YOU ARE DOMINATING YOUR PEOPLE'S MINDS. THEY DESERVE TO LIVE NOT TO BE KILLED."
## 
## [[1732]]
## [1] "Bl_ckkky: RT @0xxghost: Next bull run I'll take profit\n\nSay after me in your language or dialect\n⬇️⬇️⬇️"
## 
## [[1733]]
## [1] "pvs_pf: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[1734]]
## [1] "jojoooalva: Y’all should not be following ANYBODY from Bl*ck H*mmer lol \nThat org hoards abusers https://t.co/AwDarOHke0"
## 
## [[1735]]
## [1] "Mistas3rdbullet: @ozymandiest I've never heard of BL V novels!😱 I should look into that! have D Murder on my CR list.😁😁😁  I keep mea… https://t.co/aJ7ch4bqrG"
## 
## [[1736]]
## [1] "amcollins2020: @TheDonVisuals @SCCUnited @themackmurphy @HermanOfTheYear I think you and I are the first example of a BL guy and a… https://t.co/fqzeLKvpUk"
## 
## [[1737]]
## [1] "Bl_ckkky: RT @RaritySniperNFT: Giveaway! 🎉 \n \nWe're giving away this Rare Apepe NFT from @RareApepeYC  🐸\n \nTo enter: \n1. Follow @RaritySniperNFT \n2.…"
## 
## [[1738]]
## [1] "metroherobot_bl: Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (1:55pm)"
## 
## [[1739]]
## [1] "metroheroalerts: Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (1:55pm)"
## 
## [[1740]]
## [1] "PrajnaPratyusha: @tumcial_bbb JEEZ NOO pure romcom. Japanese BL, office romance 😭\nGmmyv gonna do it's thai version with TayNew &amp; fan… https://t.co/9bH3iHJ0un"
## 
## [[1741]]
## [1] "liz_isabella: RT @LibraryArden: After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Workshop.…"
## 
## [[1742]]
## [1] "jeffnbarcode: @MajorGroup THE MOST TALENTED BL COUPLE https://t.co/DCPemAhGWv"
## 
## [[1743]]
## [1] "JamMann6: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[1744]]
## [1] "alcia____: I can't wait to see what happens next! Click the link below and join my struggle!\n \n#mha #BL #boylove… https://t.co/DP6IWbOTZ3"
## 
## [[1745]]
## [1] "FamousBirthdays: @SJAF_BL Happy Birthday to you! Have a special day :)"
## 
## [[1746]]
## [1] "piscianamente: 86. love in the air // bl tailandês https://t.co/ATSVX1A8Zz"
## 
## [[1747]]
## [1] "AkatsukiHou: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1748]]
## [1] "nacreously: can i get uhhh uuhhhh a clown themed bl—"
## 
## [[1749]]
## [1] "HazelynnRose: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1750]]
## [1] "SujitKu10789374: RT @VinodKu83882504: BB Israeli leftist leave India immediately. India loves Israel. But not any bl..dy leftist either from Israel, America…"
## 
## [[1751]]
## [1] "Bl_ckkky: RT @Joshyysmartt: 🚨#COSMOS #GIVEAWAY🚨\n\n2 $ATOM  \n50 $TORI \n200 $STARS \n5 $EVMOS\n\n1️⃣ Follow @encantaelcripto &amp; Me\n2️⃣ RT &amp; Tag 3 frens\n3️⃣…"
## 
## [[1752]]
## [1] "Varshasaini9921: RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…"
## 
## [[1753]]
## [1] "bl_artcult: @illustrata_ai @manifoldxyz Amazing. And Seasonal, what's not to love??"
## 
## [[1754]]
## [1] "bl_artcult: RT @illustrata_ai: ✨Open Edition Announcement!✨\n\nThe first mint of my new collection: \n\n\"Aurum Autumnalis\"\n\nThe only editioned piece of thi…"
## 
## [[1755]]
## [1] "DevenOlmstead26: RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…"
## 
## [[1756]]
## [1] "Rainbow3031: @nanazunshine I honestly never seen other BL CP explaining to their partner when they play new series with other pp… https://t.co/B7NqrIcOJw"
## 
## [[1757]]
## [1] "sportsfan702: RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…"
## 
## [[1758]]
## [1] "itsayosigns: the women who love bl/gay media be so cute and scary at the same time"
## 
## [[1759]]
## [1] "hailoveyou: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1760]]
## [1] "arkhan_voyager: RT @Morph_VGart: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wal…"
## 
## [[1761]]
## [1] "MileApo_admirer: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1762]]
## [1] "arkhan_voyager: RT @amli_art: @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto @heavens1522…"
## 
## [[1763]]
## [1] "LimWeather: RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…"
## 
## [[1764]]
## [1] "bl_ag_inc: @AdamBormann Appreciate the response!"
## 
## [[1765]]
## [1] "ItsJam_Ok: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1766]]
## [1] "LatinaImmigrant: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1767]]
## [1] "Hitch_Bl: WORLD WAR 3 C'EST PARTI 😭😭 https://t.co/kuk7duqalg"
## 
## [[1768]]
## [1] "DomtarPaper: Our investment in our communities includes supporting worthy causes, and few make an impact like @cityofhope. This… https://t.co/4tryacEqSd"
## 
## [[1769]]
## [1] "Hq_q125: @SENMU__55 yes, lets go and by BL together"
## 
## [[1770]]
## [1] "invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volati… https://t.co/mfxR6yWLHh"
## 
## [[1771]]
## [1] "LONDONGIRL_40: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[1772]]
## [1] "Unnamed_MA_fan1: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1773]]
## [1] "sebastian_bl_: RT @Rob_NBF: It requires NO talent or special abilities to:\n\n- Try\n- Read\n- Listen\n- Show up\n- Try again\n- Be on time\n- Be coachable\n- Have…"
## 
## [[1774]]
## [1] "LADYGAGAEXOBBB: RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…"
## 
## [[1775]]
## [1] "sattonlondon: RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU"
## 
## [[1776]]
## [1] "taesfreckIes: RT @jkkittae: TK au 🔞❓\nTaehyung and Jungkook are renowned actors in the BL Industry. But they've ways stuck to soft and cute roles with dec…"
## 
## [[1777]]
## [1] "metroherobot_bl: Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (1:50pm)"
## 
## [[1778]]
## [1] "metroheroalerts: Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (1:50pm)"
## 
## [[1779]]
## [1] "mileaposlayer: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1780]]
## [1] "lemongremlin: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1781]]
## [1] "XimiieskIsDed: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1782]]
## [1] "Markspock2424: RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…"
## 
## [[1783]]
## [1] "bamstlll_02: While watching Kyle play LoL, he mentioned that there was BL in league (cause he saw a character with a certain ski… https://t.co/hYorw8Vtdv"
## 
## [[1784]]
## [1] "bbygchy: @HtxYounglo You know you a bl+ch right? Haha you want her to care for you soooo bad, Ho33. Get a life"
## 
## [[1785]]
## [1] "GibelliniPaolo: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[1786]]
## [1] "manesince2018: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1787]]
## [1] "NdzaviDerrick: JSE-listed Spar sold a  Mega SuperSpar in Midrand for R1,000 before being sold three weeks later to the same buyer… https://t.co/4TSXbwAhjb"
## 
## [[1788]]
## [1] "littlefrea_k: The bl*nt waiting for me when I get home oh my GOD"
## 
## [[1789]]
## [1] "M_a_BL: @ThisIsKyleR @elonmusk I got this notification as an unwanted message, named categorized as a Spam. You spam us, we spam you."
## 
## [[1790]]
## [1] "satovan: Omg I haven't cried over a Thai BL drama since that stars one with EarthMix, this 12% one making me cry for the past 3 episodes, how can sia"
## 
## [[1791]]
## [1] "natitym: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1792]]
## [1] "soft_husbands25: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1793]]
## [1] "7biCrowley: kan7awl nfkr how F1 fans can enioy watching fast cars doing laps for hours, then, 7ta kantfkr how 22 man kicking jl… https://t.co/7YkVdJRQy8"
## 
## [[1794]]
## [1] "CapiLady: @wondercatsblue Strong dialogue is reserved for BL. Bias af."
## 
## [[1795]]
## [1] "liIpuppydog: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1796]]
## [1] "KsnagiNn: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[1797]]
## [1] "s4tinflowers: The fact that Fei came back incognito and slipped me some top tier bl content recommendations while I’m at my lowes… https://t.co/YZgLploxvi"
## 
## [[1798]]
## [1] "TernasylLuter: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1799]]
## [1] "AdamBormann: @bl_ag_inc Makes sense if that’s the case. Just need to consider the probability of something changing based on the… https://t.co/6rHum3k4dA"
## 
## [[1800]]
## [1] "nubesdeazucar__: RT @shibafree2be: Let's repeat all together : if an actor plays a role in a BL  series  it doesn't mean he is gay or bi, he can have a priv…"
## 
## [[1801]]
## [1] "SanjuSh51614314: RT @BlackLo39629533: The hardest thing in life is having feelings in your heart that you can't put into words. that is pure feelings of lov…"
## 
## [[1802]]
## [1] "ajwehrsj: RT @jcapsj: 29 November\nMEMORIAL OF BL BERNARDO FRANCIS DE HOYOS, PRIEST\n\nGet to know more about de Hoyos' life and vocation here: 👉🏼 https…"
## 
## [[1803]]
## [1] "fatimahxpizzah: Tmrw fe orientation la 1st year newbies bl 3ulum so come see me crush their hopes and dreams mwahahaha (jk a7sn ma… https://t.co/CRU94bJFs0"
## 
## [[1804]]
## [1] "xdredikx: @CorLeonis92 @DoubletheTrou13 Just realised i would have to reread BL like 5th time to remember whats happening 😂"
## 
## [[1805]]
## [1] "amecoded: [gentaro]\ni write bl novels."
## 
## [[1806]]
## [1] "thesubways: Ended up watching The Menu after deciding to get out of harm’s way during a particularly oppressive spell of despai… https://t.co/Xi47AJD30v"
## 
## [[1807]]
## [1] "panther_BL: My Grandfather's Demons. One of the best films of the year. https://t.co/3GsfZNkj4h https://t.co/poax4KGNJ5"
## 
## [[1808]]
## [1] "DamnSpier: searching for this one specific (i think thai) bl with a certain scene (very violent scene actually...) but I can't… https://t.co/DcnYP1JFPa"
## 
## [[1809]]
## [1] "DimitriKebab: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1810]]
## [1] "aki20ka: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1811]]
## [1] "Aleena_Bano1: COSY TALL AVIATOR BLACK $143.00 https://t.co/38ozHmkukO https://t.co/nx5iPP1jd7"
## 
## [[1812]]
## [1] "violet_bkp: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1813]]
## [1] "UmeshBavisa: @RailMinIndia PNR-8359741582\nTrn:20960\nDt:29-11-22\nFrm GNC to BL\nCls:2S\nP1-D10,43\nChart Prepared\n9925805742\nTrain l… https://t.co/bNJbh5VeUt"
## 
## [[1814]]
## [1] "skinny_plastic: @h0peurot Me and my cousin trying to watch an innocent bl on the TV telling our parents it's straight stuff and not… https://t.co/SRxOej3PxK"
## 
## [[1815]]
## [1] "_goteki: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1816]]
## [1] "Ina_Escalante: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1817]]
## [1] "xdredikx: Istg if we never hear Yelena say Kate Bishoooop again i'm bl*w*ng up marvel hq"
## 
## [[1818]]
## [1] "MileApoFamPh524: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1819]]
## [1] "pourossbcaf: Mini Portable GPS Tracking Bluetooth 5 0 Mobile Key Tracking Smart Anti-Loss Device Waterproof Device Tool Pet GPS… https://t.co/omHI7SKpAJ"
## 
## [[1820]]
## [1] "toy85awjt: Double Din Car Stereo Compatible with Apple Carplay and Android Auto, 7 Inch HD Touch Screen Car Radio with Voice C… https://t.co/KREIdmaBkT"
## 
## [[1821]]
## [1] "bl_artcult: @MesmericNft Thank you MES 🙏🔥"
## 
## [[1822]]
## [1] "nunewcatmeow: RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…"
## 
## [[1823]]
## [1] "mista_nelson: @chicoBean my guy. What is u doing???\nhttps://t.co/xLtKKx6O8H"
## 
## [[1824]]
## [1] "RinoMileApo: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1825]]
## [1] "h0peurot: I need to b up in Malaysia BL culture is so popular there there is so many hijabi girl who r bl fans"
## 
## [[1826]]
## [1] "h0peurot: me at the lunch table trying to convince my Muslim hijabi friend group to start watching BL https://t.co/dGWjN3qb8i"
## 
## [[1827]]
## [1] "bavani_i: @AlexMetalGuy @JazixOfficial @MarkoRaassina Wow again with the ‘Genshin Impact’ players are pedos stereotype. You a… https://t.co/LS6wgZBkE1"
## 
## [[1828]]
## [1] "NoBigGovDuh: @BLUPDATE2022 The Warp Effect isn't bl but it looks funny"
## 
## [[1829]]
## [1] "florr_bl: RT @that70scontext: here's the official teaser for that '90s show, premiering january 19 on netflix, thoughts? https://t.co/Tlii7MfJaU"
## 
## [[1830]]
## [1] "UrbanizeLA: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[1831]]
## [1] "sutaadomtrash: confession: i think my first bl au i've read and consume the media of is the tadashi x hiro.  the mv of this ship back then was crazy."
## 
## [[1832]]
## [1] "quin_ym: RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…"
## 
## [[1833]]
## [1] "ACarpenDigital: Also, half a century ago, @CambsCC *did not include @HuntsDC or Peterborough* in its area of control.… https://t.co/D7Nib62zYh"
## 
## [[1834]]
## [1] "APP_BL: RT @Kasparov63: Ignore the appeasers and hysterics. They are lying, they are wrong, and have been from the start. Nobody is marching on Mos…"
## 
## [[1835]]
## [1] "Atho_1982: @travis_bl @WildeChildBeer Yes. Forgot about these. They do some smashing stouts"
## 
## [[1836]]
## [1] "panther_BL: @bambipaisen Ive let out more chuckles than I was expecting."
## 
## [[1837]]
## [1] "SurpriseBatch: @bbnomula Okay but why does this look like a bl drama? The height difference? The passion? *chefs kiss*"
## 
## [[1838]]
## [1] "Croesype: RT @MrROHughes: Canlyniad Bl 11 | Year 11 Results🏆⚽️🏴󠁧󠁢󠁷󠁬󠁳󠁿\n\n@Cwmrhymni 5 - 3 @Croesype \n\nHuge thank you to Croesyceiliog for reversing the…"
## 
## [[1839]]
## [1] "soulomia: @dnlv_bl that's kinda cool"
## 
## [[1840]]
## [1] "Noah_KunXd: a fanart of my boyfriend, it is the first drawing that I do in digital xD\n\n#draw #chubby #art #fanart #yaoi #bl… https://t.co/yrBUIk4G3Z"
## 
## [[1841]]
## [1] "wonwwbe: RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…"
## 
## [[1842]]
## [1] "fairybmy: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[1843]]
## [1] "patisseriedoll: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1844]]
## [1] "BL_Fangirl34: RT @hammiehyung: I wanna be their friends 🥺 https://t.co/pJutNQmtvx"
## 
## [[1845]]
## [1] "seeyoulaterboyy: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1846]]
## [1] "Lucillalucilla7: @KovcsZorka1 @thenreport #NETIZENSREPORT #KeremBürsin for Asian Celebrity of the Year #ACOTY2022 \n@thenreport\nBl"
## 
## [[1847]]
## [1] "sakumintsu: guys who read chinese bl novels……should i buy erha ??? 👀👀👀👀\n\ni’ve been eyeing it for a while and now that it’s gott… https://t.co/6B4ILXntwP"
## 
## [[1848]]
## [1] "ajwehrsj: RT @JesuitsEastOIS: \"To fall in love with Christ, to be loved and transformed by the Sacred Heart, to have a contemplative sense of God’s c…"
## 
## [[1849]]
## [1] "hinata__ebooks: What the hell is BL!"
## 
## [[1850]]
## [1] "sillygroovycool: hiiiiii 🫶🏻 can you give me some webtoon recs because ive read its just a dream because i saw you tweeting about… —… https://t.co/Q8SpOfy5Js"
## 
## [[1851]]
## [1] "cait_rose: RT @cait_rose: a little Sagittarius carries us through the end of November in the Mostyn Psalter\n\n@britishlibrary Additional MS 89250 (f 13…"
## 
## [[1852]]
## [1] "luv4lola: bl@ck men love to shift the blame"
## 
## [[1853]]
## [1] "TruthDefender13: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[1854]]
## [1] "dickerBBCdiese: @Rohit_Das11 @Rohan_Bordoloi_ @7ogk3p41sr1jmsj @iMiaSanMia @Plettigoal Nonsense. \n\nFrankfurt just won the EL. \nUnio… https://t.co/MDXsC1HxSU"
## 
## [[1855]]
## [1] "jlovesgyu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1856]]
## [1] "chosotheist: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1857]]
## [1] "bl_ag_inc: Debt question \n\nIf you find an investment/business that still cash flows after taking on debt and repayment, does i… https://t.co/QfgmOfMuzp"
## 
## [[1858]]
## [1] "enrico96f: Decodable Readers: let´s work on sight words  Orton Gillingham based activities to help children read and write  Vo… https://t.co/gBvHN1qvPz"
## 
## [[1859]]
## [1] "bl_jaguar: RT @sickfishmixnft: Sick Fish Mix NFT\n\nBuy the sick fish mix NFT👇🏼\nhttps://t.co/DkdCL10B3v \n\n#sickfishmixnft #fish #nftartists #opensea\n#No…"
## 
## [[1860]]
## [1] "sasuke_bottom: RT @sasuke_bottom: I love this ending 4 image of naruto shippuden, it reminds me of the 80's BL https://t.co/87lu7Sacag"
## 
## [[1861]]
## [1] "dameveneno_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1862]]
## [1] "gojosugurus: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1863]]
## [1] "TsakuteNV: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1864]]
## [1] "travis_bl: @Atho_1982 @WildeChildBeer  thank me later"
## 
## [[1865]]
## [1] "sakamotoswife: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1866]]
## [1] "znnznn_10: RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…"
## 
## [[1867]]
## [1] "EVERYTHANGPODD: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[1868]]
## [1] "Kaburasaki1: My friend who's watching Dirk Gently asked me \"what's the BL with the eraser again?\" an hour ago and he finished th… https://t.co/G5IHcl95Xu"
## 
## [[1869]]
## [1] "preityrose: RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…"
## 
## [[1870]]
## [1] "borer78lxa: LUJUNTEC 2PCS Blend Door Actuator Replaces 604-107 Replacement For 2002-2003 for Chevrolet Malibu, Air Door Actuato… https://t.co/NAbHTPYF0y"
## 
## [[1871]]
## [1] "fldudr_pv: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1872]]
## [1] "Poojapal_9: RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…"
## 
## [[1873]]
## [1] "shan450617031: @bl_hkg @roxysshi Turbulence is special it's on its own"
## 
## [[1874]]
## [1] "dickerBBCdiese: @Rohan_Bordoloi_ @Rohit_Das11 @iMiaSanMia @Plettigoal Nonsense. \n\nFrankfurt just won the EL. \nUnion Berlin went fro… https://t.co/yYqng0G1nj"
## 
## [[1875]]
## [1] "ikitsmellcrazy: u stink on a regular basis as ur bl*ck and ur country is like the 🙊 section of the Zoo https://t.co/hjEMynZJHw"
## 
## [[1876]]
## [1] "panther_BL: what if this is the most refreshing DC movie I've seen in a really long time? https://t.co/VkOB2troPf"
## 
## [[1877]]
## [1] "_tokyothrift: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1878]]
## [1] "SungSavEvel: @muniklovesme all the vids i see of him on live and then that one interview when he was asked abt the bl i cry he s… https://t.co/cOkDGao0pu"
## 
## [[1879]]
## [1] "511NY: Construction on #Q26Bus Both directions from Parsons Bl/Hawthorne Av to 46 Av/162 St https://t.co/xSU8b68zGT"
## 
## [[1880]]
## [1] "Daria_Rastunina: @illustrata_ai @joynxyz @amli_art @bl_artcult The problem of avoiding real communication and switching to virtualit… https://t.co/JqMumVEhi1"
## 
## [[1881]]
## [1] "NormaBa59850955: They have !! They discovered they can do just whatever they bl***ywell like and no-one can stop them … what my old… https://t.co/5wXR6bxln6"
## 
## [[1882]]
## [1] "Sacredsymbol821: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1883]]
## [1] "neoxsanctuaire: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1884]]
## [1] "Daria_Rastunina: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \n\"Another day\" and \"Rest under the moon\"\nThe w… https://t.co/2swDplewj3"
## 
## [[1885]]
## [1] "misskim12346789: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1886]]
## [1] "murazikbnrr: hobbysoul 4pcs RC 1 9 Super Swamper Crawler Tires Tyres Height 120mm/4 72inch &amp; Aluminum 1 9 Beadlock Wheels Rims H… https://t.co/AW7sbYcASQ"
## 
## [[1887]]
## [1] "MesmericNft: @bl_artcult GM! That's beautiful 😍"
## 
## [[1888]]
## [1] "bl_ma_: RT @DrFrankTurek: When you think you have a scientific consensus that miracles don't occur, you don't have a scientific consensus based on…"
## 
## [[1889]]
## [1] "swearitsonin: the reason why i dislike bl shows (particularly thai bl) is that they cater straight girls by showing them two masc… https://t.co/txgA3gVzwf"
## 
## [[1890]]
## [1] "Aeriel_dear: RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…"
## 
## [[1891]]
## [1] "DianeNick24: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1892]]
## [1] "min_tesnot: @ArtEthiopic Very interesting... I wonder if you have depictions of the Begena without King David?  I saw some in m… https://t.co/Iyfx0NdPtR"
## 
## [[1893]]
## [1] "santoshetti: RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…"
## 
## [[1894]]
## [1] "APP_BL: @EmbassyofRussia @mfa_russia @PMSimferopol @RusEmbUSA @RussianEmbassy @RusConsCapetown @MauriceSchleepe… https://t.co/agp9PmHEZU"
## 
## [[1895]]
## [1] "zuhair_k: RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU"
## 
## [[1896]]
## [1] "tawansmiIe: what happened to that time travel bl?!? did it come out?"
## 
## [[1897]]
## [1] "nandemonksloth: they cant even share the same frame... BL manhua CPs must now be in long distance relationships 🫠"
## 
## [[1898]]
## [1] "preityrose: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1899]]
## [1] "AP0neko: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1900]]
## [1] "mile_apoEast: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1901]]
## [1] "ifedolarr: @that_blacc_girl I just finished watching these cute ones Korean bl- Cherry Blossoms after winter, color rush and kissable lips."
## 
## [[1902]]
## [1] "freaKENgorgeous: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[1903]]
## [1] "w3iying: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1904]]
## [1] "kodoku271297: RT @voodookunt: It's that time of year! My annual bl smash or pass thread! Let's start with Tay tawan of dark blue kiss and cherry magic(TH…"
## 
## [[1905]]
## [1] "ABBACCHlO: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1906]]
## [1] "ZUS041972: RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…"
## 
## [[1907]]
## [1] "MileApoDaily_: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1908]]
## [1] "Sanfrankid21: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[1909]]
## [1] "apojune: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1910]]
## [1] "cowboylikedeann: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1911]]
## [1] "simpingforapo: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1912]]
## [1] "ferre00livefr1: f wardrobe long. See, girls, do see, how her long bl    https://t.co/B3mvCfQUaE"
## 
## [[1913]]
## [1] "rosabelline: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1914]]
## [1] "oddlycomforting: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1915]]
## [1] "kato6301: RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…"
## 
## [[1916]]
## [1] "BernardFrazie18: Taylor Swift Rejects Republican Bigotry in All Forms - Smashes Marsha Bl... https://t.co/7E5gPabrBG via @YouTube"
## 
## [[1917]]
## [1] "geminicoded: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1918]]
## [1] "ohsinnerman: @kateweb BL and your Indie!!"
## 
## [[1919]]
## [1] "oreilly76dou: Giant Fake Award Presentation Check - 30\" x 60\" - Large Novelty Endowment Check for Endowment, Donations, Fundraise… https://t.co/HBUnxN61Nk"
## 
## [[1920]]
## [1] "MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2… https://t.co/7SDSpLW9Hq"
## 
## [[1921]]
## [1] "suaritha3: @bw30002020 Also asking since I've been part of all this only after ON. Encore fm is something i don't understand.… https://t.co/5lVQkP658V"
## 
## [[1922]]
## [1] "ngkhn_bl: RT @dawormkid: in love #xiaoven https://t.co/VmhSxnYpX4"
## 
## [[1923]]
## [1] "rkiveryn: Bts always, or watch bl dramas, talk with friends and my mom https://t.co/bOmspy62Ve"
## 
## [[1924]]
## [1] "rubywright1: RT @KevinAn45942701: “Fake” environmentalist David Suzuki outed by “real” journalist Brian Lilley. 😂\n\nI guess my mum always did tell me it…"
## 
## [[1925]]
## [1] "1chillmoe: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[1926]]
## [1] "tamer_feijo: I wanna try out this comic book style\n \n#RoohBabaKiBhoolBhulaiyaa #BL #avatar\n\nhttps://t.co/01r6QkvFt8 https://t.co/Ct9LHQVXZT"
## 
## [[1927]]
## [1] "irishnftgal: @illustrata_ai @joynxyz @amli_art @bl_artcult CryptoPunk Gal\nBrings the most popular pfp to life, humanising pixel… https://t.co/ifpeXLnEIj"
## 
## [[1928]]
## [1] "ShawnHairShop: Excited to share the latest addition to my #etsy shop: 20\" Curly Synthetic Clip In Claw Drawstring Ponytail Hair Ex… https://t.co/HffqdZOEMJ"
## 
## [[1929]]
## [1] "TonyFreshP: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1930]]
## [1] "ER5rik4BUJmL8o0: RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU"
## 
## [[1931]]
## [1] "VJMS9: Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36\" Gold Sand Glass Lampwork… https://t.co/gI6EBWNZGO"
## 
## [[1932]]
## [1] "stuartw94089061: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[1933]]
## [1] "JesseThSrvnt1: H0w c0m€ N0B0DY is t@lk @b0ut th@t CHILD TR@FFICKING C0MP0UND 0n th€ b0@rd€r?\n\nIs it US€D 4 ADRENACHROM€ JUNKI€S?… https://t.co/6iAl7uzokJ"
## 
## [[1934]]
## [1] "Bl_Troyanda: RT @EuromaidanPress: The Lviv Regional Council voted to ban Moscow-affiliated Church &amp; appealed to Ukraine's Parliament to ban it nationwid…"
## 
## [[1935]]
## [1] "merror82211058: RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…"
## 
## [[1936]]
## [1] "SanRatweets: RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…"
## 
## [[1937]]
## [1] "barcinej: @o2productionnn\nhttps://t.co/4fDZtxx1iR\n@BaVinhactor #bavinh #TranLeDuc\n#LoveBillEP5 \n#LoveBill \nLove this biting e… https://t.co/wwggk1Pxzp"
## 
## [[1938]]
## [1] "_Matty72395: message 2 before mentions    @SKodhadala @NWatchlist @Jayson98wai @BaChy69279542 @AlaminM85569472 @jondin171… https://t.co/uskiQhrKfY"
## 
## [[1939]]
## [1] "Mineyi4: @littlegeniexpp Gmmtv like to put innecesary couples in a Bl. This serie deserve just single couple, I don’t unders… https://t.co/SahtbBYDUK"
## 
## [[1940]]
## [1] "mgrSkiba: RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…"
## 
## [[1941]]
## [1] "tmewkinder: Still have section BL 5 :) https://t.co/nRRVCfPoCy"
## 
## [[1942]]
## [1] "Bouffeur1509: @BL_Odin @Azzapp_LoL Shadowflame gives HP unfortunately 😂"
## 
## [[1943]]
## [1] "SpiritOfCongres: RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…"
## 
## [[1944]]
## [1] "manuW_atx: @illustrata_ai @joynxyz @amli_art @bl_artcult // HURT #expressionwithmeaning\n\nWe are multilayered\nWe are complex\nWh… https://t.co/KZ7rJwxxTU"
## 
## [[1945]]
## [1] "whore4mitski: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1946]]
## [1] "Temino201: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[1947]]
## [1] "gensuihae: @shadyprivquoter Wait I actually don't know is it a bl or not cos I know it's in a shoujo magazine"
## 
## [[1948]]
## [1] "marsdoll: re…bl….PURPLE https://t.co/LJXAkKXi5w"
## 
## [[1949]]
## [1] "yuma_sogo: RT @yuma_sogo: @illustrata_ai @joynxyz @amli_art @bl_artcult The name of my art is called \"Friendship\".\n\n#expressionwithmeaning\n\nI made it…"
## 
## [[1950]]
## [1] "BL_Orienteering: Our next #orientreering event is in Carlisle’s Hadrian's wall park on 10th December. Enter \"Luguvalium Parcum\" via… https://t.co/PngkUqGbzD"
## 
## [[1951]]
## [1] "Clinss__: RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…"
## 
## [[1952]]
## [1] "nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the com… https://t.co/AZrro9Gilb"
## 
## [[1953]]
## [1] "nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a coupl… https://t.co/YnAbidUtfv"
## 
## [[1954]]
## [1] "RAV3NCL0WN: between us comfort bl"
## 
## [[1955]]
## [1] "IowaLSA: Fiscal Update Article: FY 2024 Department Requests — Education Appropriations Subcommittee has been published at:… https://t.co/baXZ1DyGjO"
## 
## [[1956]]
## [1] "yuma_sogo: @illustrata_ai @joynxyz @amli_art @bl_artcult support that comes from a close bond. \n\nIt reminds me of the power of… https://t.co/SrIx1RpekB"
## 
## [[1957]]
## [1] "Bl_Troyanda: RT @UkrainianNews24: 🇺🇦Glory to Ukraine 🇺🇦\n#UkraineRussiaWar https://t.co/IAMSemSVCL"
## 
## [[1958]]
## [1] "DocT___: RT @DocT___: @illustrata_ai @joynxyz @amli_art @bl_artcult My submission for the #expressionwithmeaning contest is titled: “FUD“ from my up…"
## 
## [[1959]]
## [1] "DrewGeorgeClode: RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…"
## 
## [[1960]]
## [1] "iarematthewc: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1961]]
## [1] "geminirzng: RT @chokoladous: I want a make a helpful thread for any of my followers getting top surgery or a BR/BL 🫶🏾♥️"
## 
## [[1962]]
## [1] "DocT___: @illustrata_ai @joynxyz @amli_art @bl_artcult My submission for the #expressionwithmeaning contest is titled: “FUD“… https://t.co/EKthMBNq2O"
## 
## [[1963]]
## [1] "UniRdg_GCMS: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[1964]]
## [1] "shotalumi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1965]]
## [1] "MrROHughes: Canlyniad Bl 11 | Year 11 Results🏆⚽️🏴󠁧󠁢󠁷󠁬󠁳󠁿\n\n@Cwmrhymni 5 - 3 @Croesype \n\nHuge thank you to Croesyceiliog for rever… https://t.co/JESVXR14cL"
## 
## [[1966]]
## [1] "may_art18: @bl_artcult so good"
## 
## [[1967]]
## [1] "BakedWithLoveee: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1968]]
## [1] "haniichachacha: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[1969]]
## [1] "LadyBae05: @jewelwidgets @MayXian3 Um hate to break it to you sweetheart but your fave filmed a BL drama as well. All shippers… https://t.co/9ZveXSjC4z"
## 
## [[1970]]
## [1] "indi_sulta: RT @skari_artist: @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @…"
## 
## [[1971]]
## [1] "BL_is_me: RT @MeidasTouch: Does twitter still allow you to retweet this video https://t.co/84uVJY40w9"
## 
## [[1972]]
## [1] "HubballiPragati: The manhua has been feeding us so well\n \n#Lightyear #vampire #bl\n\nhttps://t.co/39WvNAZDgY https://t.co/MIM7Fa1xgI"
## 
## [[1973]]
## [1] "Sudiptajc: @prananon He says I ruined his YouTube recommendations. All Thai Bl and BTS. 😂😂"
## 
## [[1974]]
## [1] "yuma_sogo: @illustrata_ai @joynxyz @amli_art @bl_artcult The name of my art is called \"Friendship\".\n\n#expressionwithmeaning\n\nI… https://t.co/PVDp2CV95V"
## 
## [[1975]]
## [1] "No1TomokoFan: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1976]]
## [1] "pheonixexplain2: @pheonixexplain @phnixhamsta The Jenny mod is a Minecraft mod known for being NSFW, its main feature is a new mob c… https://t.co/m0gBbY9WlX"
## 
## [[1977]]
## [1] "spockisblack: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1978]]
## [1] "acatboyscafe: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1979]]
## [1] "BL_Odin: @Azzapp_LoL Can't you go Ludens, Shadowflame, DCap, Void and be full offensive?\nto my knowledge none of these items… https://t.co/BkrWmPkM94"
## 
## [[1980]]
## [1] "AnuKhanal14: I love the art style in \"Demon, No Kissing!\" so much! It's gorgeous! The character designs are amazing, too! Highly… https://t.co/bBoimagfbe"
## 
## [[1981]]
## [1] "Myhra22: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[1982]]
## [1] "PeachyKageyama: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[1983]]
## [1] "jimmy_darke: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/OPFzYOOO3E"
## 
## [[1984]]
## [1] "ilabilachinchi: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[1985]]
## [1] "kateweb: @ohsinnerman Now on my Christmas list! Is yours exclusively through the BL, or can local bookshops order it?"
## 
## [[1986]]
## [1] "ayveeaverson: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1987]]
## [1] "TadpoleTundra: slUm'bl👀dYs gAt🔫 T👀 sAY slum'thAYnG🙃\nhttps://t.co/cE8IT8A06H\n\nCALM'inG T👀 AY tHEE'AYt*ER* nEAR Y👀📽👻👻👻… https://t.co/JryEuedeK1"
## 
## [[1988]]
## [1] "giantkittylvr: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[1989]]
## [1] "travis_bl: @charliersmith1 Get good again soon Charlie"
## 
## [[1990]]
## [1] "dulcetfairytale: RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…"
## 
## [[1991]]
## [1] "m444hi: one thing about a str*ight bl*ck m*n, he’s gonna let that homophobia/transphobia out! no matter what!"
## 
## [[1992]]
## [1] "Kashishs26: RT @k_tetsurouu: insulting jaechan for acting in a bl, leaving homophobic remarks then proceed to beg other fandoms to collab them and help…"
## 
## [[1993]]
## [1] "artmarteau: @amli_art @illustrata_ai @joynxyz @bl_artcult 🙏🏼 🙏🏼 means a lot coming from someone like you."
## 
## [[1994]]
## [1] "luci_alessia: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[1995]]
## [1] "lovesparklegod: @ReallySwara Ummmm buzzzzzzzzzzz ummmmmmmm satoupid point again.  How would you know that your future bf has a jet… https://t.co/mP7oNehzf9"
## 
## [[1996]]
## [1] "hood_sisters4L: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[1997]]
## [1] "megz6344: RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…"
## 
## [[1998]]
## [1] "Okonkwoijeoma17: Who else love bl couple https://t.co/i7WjAGKMAW"
## 
## [[1999]]
## [1] "APP_BL: @RussianEmbassy @mfa_russia @RusembUkraine @BBCWorld @SkyNews @guardianworld @TelegraphWorld @standardnews… https://t.co/qfEKi0ArCI"
## 
## [[2000]]
## [1] "anishacorner: So glad to see the support from his co-stars for him. From his first bl series, his first lakorn &amp; his first movie.… https://t.co/hYgBJcC5fC"
## 
## [[2001]]
## [1] "Morph_VGart: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/IVReo8m3ge"
## 
## [[2002]]
## [1] "metroherobot_bl: Westbound 6-car BL/Huntington Train 452 changed its destination to OR/Vienna/Fairfax-GMU at or near Minnesota Avenue on track 2. (1:14pm)"
## 
## [[2003]]
## [1] "metroheroalerts: Westbound 6-car BL/Huntington Train 452 changed its destination to OR/Vienna/Fairfax-GMU at or near Minnesota Avenue on track 2. (1:14pm)"
## 
## [[2004]]
## [1] "__moonchildd___: RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…"
## 
## [[2005]]
## [1] "Nelsonali: RT @ArdenPaul4: @avvinatore @Nelsonali @VinousReverie @DominiqueHornig @CambWineBlogger @SusyAtkins @PlanetVictoria @TheKirstenMac @rs_bc_b…"
## 
## [[2006]]
## [1] "A_C_ByAsh: Commission on FB \n\nPlease don’t take or trace\n\n#male #bl #sketch #digitalart #drawing #commission #commissionart… https://t.co/xOQeDzTdEp"
## 
## [[2007]]
## [1] "leah12008075: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2008]]
## [1] "wistfulknight: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2009]]
## [1] "leehol17: @calvinrobinson If they're so proud of their country go bl.ody back there. No! Oh that's right everything is free i… https://t.co/o5e7gra7ES"
## 
## [[2010]]
## [1] "saintlyichor: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2011]]
## [1] "FLY3R__: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[2012]]
## [1] "dogsof_wikihow: @punished3liza before anybody even mentioned bl*ck h*mmer in czarina’s replies I thought this all sounded terribly familiar. very dark"
## 
## [[2013]]
## [1] "ryumisadei: RT @chochojoon: also hello if you enjoy BL but also deeply fucked up sympathetic pretty boys and are NOT EASILY TRIGGERED (I cannot stress…"
## 
## [[2014]]
## [1] "pseudoetymology: RT @BL_MadeDigital: The British Library's Treasures in Full electronic resource has a web page dedicated to William Caxton's first and seco…"
## 
## [[2015]]
## [1] "eichiyaoi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2016]]
## [1] "DocT___: @bl_artcult @jeffjag @illustrata_ai @joynxyz @amli_art My name is DocT and I second this message☝️"
## 
## [[2017]]
## [1] "ngkhn_bl: RT @Quinie0_0: What makes u think I'm so special?\n\n#xiaoventi #xiaoven #xiao #venti #genshintwt #Genshin #Genshinlmpact https://t.co/Xt00Lu…"
## 
## [[2018]]
## [1] "Tarik_Arm: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2019]]
## [1] "amli_art: @teemoney_bait @illustrata_ai @joynxyz @bl_artcult love the intimacy here, thank you"
## 
## [[2020]]
## [1] "kgkiser2015: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2021]]
## [1] "Chesuchesuto: RT @DAIHIME_SAMA: The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only avail…"
## 
## [[2022]]
## [1] "tmbg13: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2023]]
## [1] "KimchiChiba: @Fulgur_Ovid He reads bl he’s a keeper good job dad"
## 
## [[2024]]
## [1] "HasmayeMarie: Chinese BL really be the life and feels and fluff 🥺🫶"
## 
## [[2025]]
## [1] "iiheartnicotine: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2026]]
## [1] "travis_bl: @Stixx1979 @oakroyd @clesliephoto It was in the early 70's too. Fortunately two of my uncles and my dad had \"very h… https://t.co/SUAIfLX0Zm"
## 
## [[2027]]
## [1] "Aleena_Bano1: COSY SHORT BLACK $118.25 https://t.co/IsHD736lHh https://t.co/KKcrpl6xPz"
## 
## [[2028]]
## [1] "KPW1453: RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…"
## 
## [[2029]]
## [1] "amli_art: @artmarteau @illustrata_ai @joynxyz @bl_artcult I, absolutely, love, this. When an image conveys everything with no need of description. 🫶"
## 
## [[2030]]
## [1] "stickybug4: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[2031]]
## [1] "__moonchildd___: RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…"
## 
## [[2032]]
## [1] "sarangndh: RT @Tappy_toon: NEW RELEASE 🔝\nI Became the Lousy Side Top\n\nJaewoo wakes up in a BL novel… as a side character who torments the main bottom,…"
## 
## [[2033]]
## [1] "__moonchildd___: RT @stk786khan: Ayush z d most sensible char in bl n d best bhai🥹😚...really loved d way how he acceptd his mistake infrnt of evry1 n was as…"
## 
## [[2034]]
## [1] "MarMalton: RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…"
## 
## [[2035]]
## [1] "prostov_gordey: @amli_art @illustrata_ai @joynxyz @bl_artcult Thank you, I will be glad if the work resonates in someone 🙏🤍"
## 
## [[2036]]
## [1] "511NY: Construction on #Q20ABus Both directions from 20 Av/131 St to 15 Av/College Pt Bl https://t.co/Nd71qiXHff"
## 
## [[2037]]
## [1] "Nika_Rakhmanova: @amli_art @illustrata_ai @joynxyz @bl_artcult thank you 🫶"
## 
## [[2038]]
## [1] "Mineyi4: @ppnaraviet Why did Jojo allow another couple in his first Bl series and not just one?I'm honestly confused because… https://t.co/IXnoiahr0a"
## 
## [[2039]]
## [1] "Wulf1730: @DisTrackers @notoriousseemys Nice during Black Friday, I was only able to find was Superman and not the rest plus… https://t.co/UM1cjN1LPY"
## 
## [[2040]]
## [1] "twinkgirll: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2041]]
## [1] "nicholasggrant: RT @kmdossett: Check out this blog by Jessica Gregory ⁦highlighting the work of #UnaMarson held in the Lord Chamberlain’s Plays Collection…"
## 
## [[2042]]
## [1] "SevanGrim: @WrestlingHumble Some child just got into a hissy fit with me yesterday for suggesting Solo isn’t as indoctrinated… https://t.co/N5dBetGZi5"
## 
## [[2043]]
## [1] "Rajanaz786Zaib: RT @MetaboUK: The Metabo 18 V Cordless Tapper GB 18 LTX BL Q I! \n\nFast and uninterrupted tapping and cleaning of threads ✅ \nMetabo quick sy…"
## 
## [[2044]]
## [1] "xhhey: Lol but fr his editor likes many bl fanart on his tw while Fujimoto just troll his editor so maybe that's why he ad… https://t.co/YK594zfwYx"
## 
## [[2045]]
## [1] "travis_bl: @oakroyd @Stixx1979 @clesliephoto My nan and grandad lived on Hoole Road, next to the swings opposite the shops."
## 
## [[2046]]
## [1] "amli_art: @Nika_Rakhmanova @illustrata_ai @joynxyz @bl_artcult lovely in their simplicity, thank you for submitting"
## 
## [[2047]]
## [1] "skari_artist: @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/YxwkSlZWX9"
## 
## [[2048]]
## [1] "voodookunt: @glossbol Some what? Bl? 😭\nWatch:\nHistory 2: crossing the line\nITSAY\nNot me"
## 
## [[2049]]
## [1] "Bl_Troyanda: RT @vemspics: Good evening &amp; Happy Tuesday Everyone 🌊\n\n#Seascape #Nature #NaturePhotography #NatureBeauty #NatureLovers #MotherNature #Seas…"
## 
## [[2050]]
## [1] "RRivo: Y’all remember this BL couple named “earthmix” I think it was? Haven’t seen them act in anything for a while. Hope… https://t.co/8QsByGSuB8"
## 
## [[2051]]
## [1] "BL_27_: RT @bigplayrainey: #Penix4Heisman that's the tweet!"
## 
## [[2052]]
## [1] "amli_art: @prostov_gordey @illustrata_ai @joynxyz @bl_artcult basically the summary of my 20's, so I relate to this hard. I l… https://t.co/hy13E3pbwF"
## 
## [[2053]]
## [1] "RosheCosmetics: Roshe Cosmetics &amp; BEAT School of Makeup Artistry \rPikesville, Maryland @RosheCosmetics #Blackpreneur… https://t.co/5puZkwYNv8"
## 
## [[2054]]
## [1] "dipeshrisal: @BL_MadeDigital Beautiful ❤️\n\nnow do the Hodgson Collection form Nepal. it is a crime that all of the items are lan… https://t.co/f2Vur6aoGm"
## 
## [[2055]]
## [1] "juzzmine13: Let's vote! We have a chance to give them more exposure through social media. Don't forget to share the link to get… https://t.co/lKYjJmil2N"
## 
## [[2056]]
## [1] "tutoryimbabiee: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[2057]]
## [1] "JimmyFnDaro: Mfs really just accepting K*iri Bl*ck into the community again.\n\nCAW never changes."
## 
## [[2058]]
## [1] "kiyvesk: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2059]]
## [1] "MtuwaMu: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[2060]]
## [1] "childempreg: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2061]]
## [1] "amli_art: @artmarteau @illustrata_ai @joynxyz @bl_artcult happy to hear you are in the clear! Sometimes the dread of a thing… https://t.co/wcKC2jwNIs"
## 
## [[2062]]
## [1] "chochojoon: also hello if you enjoy BL but also deeply fucked up sympathetic pretty boys and are NOT EASILY TRIGGERED (I cannot… https://t.co/UlfomziqEF"
## 
## [[2063]]
## [1] "etf_dividend: 🏆 #ETF Top Gainer - Details📊\n\n👉 Ticker: $EVAV\n\n🔎 Name/Issuer: Direxion Daily Electric &amp; Autonms Vhcls Bl 2X Shs\n\n📈… https://t.co/1qvpe8xOLX"
## 
## [[2064]]
## [1] "krzeslo_topa: @OkumiyaKanji oh like bl in general? hell yeah i am"
## 
## [[2065]]
## [1] "igettoloveyouu: Please vote for MileApo! They're now 4th. 🙏\n\n@milephakphum : #MilePhakphum\n@Nnattawin1 : #Nnattawin\n#มายอาโป\n\nhttps://t.co/pw6juN1yv3"
## 
## [[2066]]
## [1] "gloverqxbon: Blank Comic Book: Create &amp; Draw Your Own Comics &amp; Graphic Novels - No Speech Bubbles - Each Page Is Blank On Back T… https://t.co/zeVf03D7qN"
## 
## [[2067]]
## [1] "amli_art: @NftSunage @illustrata_ai @joynxyz @bl_artcult sun! love it! so happy to have you in the competition 🥰"
## 
## [[2068]]
## [1] "ZankieEnough: Anyone else surprised not to see PP? like how did some of this other BL actors make it to the list over him? He has… https://t.co/1LsUHstAB3"
## 
## [[2069]]
## [1] "Sonijalander: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[2070]]
## [1] "yaoilynnx1: Being an actor in a BL series is more than being an actor- you’re also a social media influencer\n #WAROFYEP18 https://t.co/62EVuOrii6"
## 
## [[2071]]
## [1] "munch_barbara: @seni_bl …stets\n😅🙈😄"
## 
## [[2072]]
## [1] "amli_art: @DreamingSondos @illustrata_ai @joynxyz @bl_artcult a horrifying reality to have to live in, thank you for submitting🥰"
## 
## [[2073]]
## [1] "BL_2889: @CFCBuddy @CFCPys @AlexisBernard10 @le10sport He’s branded as busquets…by you he was Bruno before."
## 
## [[2074]]
## [1] "Sudiptajc: @prananon Aaaa!! OMG! I never ever had any BL fan from Bangladesh. Well only one, who already left the country years ago."
## 
## [[2075]]
## [1] "solartaekoo: @mickey_mooo @ATPiness It’s called The Gifted! It’s not a BL but it’s really really good!"
## 
## [[2076]]
## [1] "punishedthumbs: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2077]]
## [1] "MetaboUK: The Metabo 18 V Cordless Tapper GB 18 LTX BL Q I! \n\nFast and uninterrupted tapping and cleaning of threads ✅ \nMetab… https://t.co/KSLpjRvnH2"
## 
## [[2078]]
## [1] "aksnevv: should i finish to day 30 😳 i’m gonna stop now to get on with my day! \n\nthis is inspired by a thai bl drama i’ve be… https://t.co/h7IBMvBa4r"
## 
## [[2079]]
## [1] "realroguee: veve_official: Hey #VeVeFam! No Community Update this week - we're going to combine the Nov &amp; Dec editions due to t… https://t.co/7JbIMC8HCd"
## 
## [[2080]]
## [1] "amli_art: @mazinflow @illustrata_ai @joynxyz @bl_artcult great concept, thanks for submitting!"
## 
## [[2081]]
## [1] "bottomhuacheng: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2082]]
## [1] "pictureshow_bl: It's DISCOUNT TUESDAY #BloomingdaleIL, tickets are ONLY $4.50 all day today. (Taxes not included)\n\n🎟️… https://t.co/5WaSc7hm1i"
## 
## [[2083]]
## [1] "riba_marpi: \"How’d You Two Become a Couple While Gaming?\" is an absolutely perfect comic! It's living rent free in my head!… https://t.co/KiYN1PNqyY"
## 
## [[2084]]
## [1] "amli_art: @artificialis6 @illustrata_ai @joynxyz @bl_artcult Oh, I've seen this one before in some other competitions and it… https://t.co/UfaxxTxGi4"
## 
## [[2085]]
## [1] "katewhiteshark: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2086]]
## [1] "lavboy13: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2087]]
## [1] "neonkewpie: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[2088]]
## [1] "travis_bl: @oakroyd @Stixx1979 @clesliephoto Thought I was back on the Woody😉"
## 
## [[2089]]
## [1] "amli_art: @The7Moons @illustrata_ai @joynxyz @bl_artcult definitely relate to this, sometimes I get swept up in a the horror… https://t.co/Uc5NWra7gu"
## 
## [[2090]]
## [1] "CalesWife_: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[2091]]
## [1] "paregularrr: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[2092]]
## [1] "Lazy_An8el: The manhua has been feeding us so well\n \n#emotion #illusrtationart #bl\n\nhttps://t.co/XDr34qgArx https://t.co/rCTXvnxLb6"
## 
## [[2093]]
## [1] "KitchenFurnituD: Manhattan Comfort Element Velvet Dining Chair In Blue Finish DC030-BL https://t.co/8hEsJheKeg eBay https://t.co/AE1bR0aaUk"
## 
## [[2094]]
## [1] "travis_bl: Interestingly, I've got @tinyrebelbrewco Clwb Tropica lined up. Welsh beer innit!\nMust be my undoubtedly Welsh gene… https://t.co/0QxZYa0FUg"
## 
## [[2095]]
## [1] "MackenzACAB: @DredgenLudwig @GlurakRequiem @Kujay_ Literally. Before BL launched, I could just land on a random planet and have… https://t.co/f0HMy2BkEB"
## 
## [[2096]]
## [1] "DAIHIME_SAMA: The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only… https://t.co/0B75FTTPGv"
## 
## [[2097]]
## [1] "BL_MadeDigital: The British Library's Treasures in Full electronic resource has a web page dedicated to William Caxton's first and… https://t.co/uWW2sE5bpD"
## 
## [[2098]]
## [1] "BL_Fangirl34: RT @xzhan1005: 221130 Xiao Zhan Weibo Update:\n\n“Rainy nights and hot pot go well together 👍🏽” https://t.co/Zj2t8UnVTZ"
## 
## [[2099]]
## [1] "amli_art: @petravoice @illustrata_ai @joynxyz @bl_artcult There is something so moving captured here, I love it, especially the choice of grain."
## 
## [[2100]]
## [1] "Str4ngeThing: @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/yeTk9qn12m"
## 
## [[2101]]
## [1] "TomDuffinPhotos: @BoroKayaker @edinburghcastle Cheers BL"
## 
## [[2102]]
## [1] "Bl_Troyanda: RT @dw_europe: 🎥 \"We need to send battle tanks - they are now the main technology that could change the war faster\"\nSpeaking to DW at the N…"
## 
## [[2103]]
## [1] "Maelleisavet: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[2104]]
## [1] "strackevuj: Collapsible Silicone Hair Diffuser Attachment- SindycurlsMagic Lightweight Portable Travel folding Silicone Diffuse… https://t.co/8bSnEZ17HR"
## 
## [[2105]]
## [1] "bestlaykomi: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[2106]]
## [1] "FANTASTICRADIOO: Listen Live Now on https://t.co/mv8YVs5Qgy: El Dolorcito De Mi China by Arsenio Rodríguez / You feel FANTASTIC .You… https://t.co/t6zKz1TviH"
## 
## [[2107]]
## [1] "lowe40edde: Fullway HP108 All-Season High Performance Radial Tire-235/45R18 235/45ZR18 235/45/18 235/45-18 98W Load Range XL 4-… https://t.co/UYaLQNdcYD"
## 
## [[2108]]
## [1] "AiJoe_eth: @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/KLhaLxehmY"
## 
## [[2109]]
## [1] "APP_BL: RT @IAPonomarenko: A vid from @den_kazansky. \nThis is Severodonetsk now. \nRussia just razed the city to ashes and called this “liberation.”…"
## 
## [[2110]]
## [1] "ihyperon: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2111]]
## [1] "MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound… https://t.co/WA3joGhIv8"
## 
## [[2112]]
## [1] "Bl_Troyanda: RT @visegrad24: Great picture of 9 Finnish soldiers \n\n🇫🇮 https://t.co/X0ZjVRjzdH"
## 
## [[2113]]
## [1] "travis_bl: @oakroyd @Stixx1979 @clesliephoto A fella chucked a telly out of the flats. Smashed about 2metres from my head. Fcu… https://t.co/Z1cIbHH3kr"
## 
## [[2114]]
## [1] "EditaOla: RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…"
## 
## [[2115]]
## [1] "SMurie1: RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…"
## 
## [[2116]]
## [1] "BL_27_: RT @ChristianCaple: Grubb says he's happy at UW, but reiterates he does want to be a head coach. Says he's in a good spot with Kalen DeBoer…"
## 
## [[2117]]
## [1] "auyamacake: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2118]]
## [1] "XConsuelo8: Fragola 491961-BL Black Size (-6) x 10mm x 1 0 Weber Male Adapter Fitting XWKZQ2I\n\nhttps://t.co/2NlUE6eVQI"
## 
## [[2119]]
## [1] "bl__bts_: @Noeul_lee6 Rest well, Noeul! Take care of yourself first and everything else can wait. We'll always be here by you… https://t.co/9zdElHxkfN"
## 
## [[2120]]
## [1] "BL_27_: RT @mikevorel: Kalen DeBoer confirmed USC is \"definitely a team we're rooting for,\" given that a USC win likely sends UW to the Rose Bowl."
## 
## [[2121]]
## [1] "natlinova: Check out FLYILY  Tankini Set Removable Pads with Boyshorts Size L BNWT Ladies Swimwear Bl https://t.co/Jw9rGhH8TK #eBay via @eBay_UK"
## 
## [[2122]]
## [1] "gerald51m: Fragola 231206-BL Pro-Flow Black Size (-6) 120° Hose Fitting JJHNVNW\n\nhttps://t.co/WFTNLmL147"
## 
## [[2123]]
## [1] "Catniptwoshoes: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[2124]]
## [1] "Aleena_Bano1: COSY SHORT AVIATOR BLACK $118.25 https://t.co/HVtnSky6OI https://t.co/mQ5eolCJqR"
## 
## [[2125]]
## [1] "pondphwin: @GMMTV BL OF THE YEAR"
## 
## [[2126]]
## [1] "wing_blade_: There's a dire and urgent lack of tall hunky puppy boys in live-action BL adaptations."
## 
## [[2127]]
## [1] "nhskinnie: @Jgy_hi Bad Buddy, una serie BL 📱🐇"
## 
## [[2128]]
## [1] "BL_27_: RT @Softykjr: Mike Penix just said he doesn’t have any plans as of now to skip the bowl game. Says he’s excited to play in it"
## 
## [[2129]]
## [1] "travis_bl: @HarryMcNally00 Stayed dry innit?"
## 
## [[2130]]
## [1] "travis_bl: @cjames203 @Conservatives @grantshapps Divvies dragging their feet"
## 
## [[2131]]
## [1] "panther_BL: RT @Imani_Barbarin: Nondisabled people have managed to, in real time, rewrite the history of the pandemic. https://t.co/8Xx61JDPQY"
## 
## [[2132]]
## [1] "kimseoah0: RT @OliverCHoff: My face when I realized that @_MinGwa gave Joo Jaekyung cauliflower ear. It should be illegal to be able to draw like this…"
## 
## [[2133]]
## [1] "vanlee84: @joshieesworld So, does this means your own BL comic will have smut scenes?😌😏"
## 
## [[2134]]
## [1] "BL_27_: RT @MrRoderickI: Will forever be a fan of @UW_MBB because of yesterdays experience at the game! Nothing but love everywhere on campus !! Ab…"
## 
## [[2135]]
## [1] "Abdullah0Xk: Industrial Semi Flush Ceiling Light, 2-Light Square Flush Mount Ceiling Light Fixtures for Kitchen Bedroom Farmhous… https://t.co/p6flHULdUG"
## 
## [[2136]]
## [1] "Gypsy_Cinnamon: RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU"
## 
## [[2137]]
## [1] "clownx_bl: RT @jinniesarchives: seokjin's reaction when the flower toy bloomed: https://t.co/lBp7GPJ0Qs"
## 
## [[2138]]
## [1] "HunterkingCM: RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…"
## 
## [[2139]]
## [1] "meryglowy: Y'all truly be acting like managers for these bl actors... y'all ain't getting that check at the end of the month just go outside 😭😭😭😭"
## 
## [[2140]]
## [1] "domikookie: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[2141]]
## [1] "bl_wdmr_2: RT @thatdayin1992: Julian Assange is a hero. He told the truth about the US's war crimes. War criminals like Obama, Bush, and Clinton shoul…"
## 
## [[2142]]
## [1] "55realley: watched 3 bl drama in a day 🥰🥰🥰"
## 
## [[2143]]
## [1] "gaycottoncandy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2144]]
## [1] "sehviuh: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[2145]]
## [1] "BL_27_: RT @inkyjohnson: This is the day that the Lord has made, so let us rejoice and be glad in it."
## 
## [[2146]]
## [1] "K_Schallhorn: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2147]]
## [1] "clownx_bl: RT @dkz_dy: [📸] 221129 2022 #MAMA AWARDS\n\n❤️🐯🐰🐹🐱🐻🦊💙\n\n#DKZ #디케이지 https://t.co/jLEWmXNs5b"
## 
## [[2148]]
## [1] "HeartfeltDesu: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[2149]]
## [1] "ykislifehelp11: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2150]]
## [1] "pransocool: @perthalicious @lucidvelvet he does look like hes about to attend gmmtv2023 after hitting gold on his first ever bl"
## 
## [[2151]]
## [1] "clownx_bl: RT @hwangride: HE PUT HIS WHOLE HYUNUSSY TO IT \n https://t.co/YqpqoLF3n2"
## 
## [[2152]]
## [1] "bl_xxi: RT @internetbogan: rt + follow to win a star crown\nends in 2 days\n.com only\ngood luck ✨ https://t.co/fNh8LlbJ3L"
## 
## [[2153]]
## [1] "clownx_bl: RT @hnjiqkka: this hyunjin           with            this felix https://t.co/8YnQyr1u3b"
## 
## [[2154]]
## [1] "clownx_bl: RT @lixIoops: HOLY SHIT FELIX??? https://t.co/Z96Sk5kNCN"
## 
## [[2155]]
## [1] "BL_27_: RT @JaxsonJones80: junior year 😴 https://t.co/LwJTsd4ivq"
## 
## [[2156]]
## [1] "AndrewManor187: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2157]]
## [1] "panther_BL: The answer to this problem is GOD'S CREATURES. That's a message and delivery I can get behind. https://t.co/FI6TvwKT2X"
## 
## [[2158]]
## [1] "jennithepsycho: RT @chokoladous: I want a make a helpful thread for any of my followers getting top surgery or a BR/BL 🫶🏾♥️"
## 
## [[2159]]
## [1] "clownx_bl: RT @sususiaoo: Boss not forgetting the interfans, saying \"SEE YOU AGAIN!\" 🥺🥺\n#KissMyBodyXBossNoeul\nhttps://t.co/7h6Obqwrlu"
## 
## [[2160]]
## [1] "BL_27_: RT @jamesoncperry: After a great talk with @PlayerProMorgan i’d like to announce i’ve received a preferred walk on to The University of Was…"
## 
## [[2161]]
## [1] "bl_artcult: @The7Moons @illustrata_ai @joynxyz @amli_art This. Great work!"
## 
## [[2162]]
## [1] "CrazerArts: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/g0cNm6462d"
## 
## [[2163]]
## [1] "Bl_Troyanda: RT @saintjavelin: Massive pro-Ukraine rally in Bologna, Italy this weekend 🇮🇹 🤝 🇺🇦\n\nThank you for the solidarity, Italian friends! Unity fo…"
## 
## [[2164]]
## [1] "victorlatmey: RT @Tappy_toon: I didn’t kill you…\nSo go out with me!\n\n❤️‍🔥Any  fans?! #BL #Fantasy"
## 
## [[2165]]
## [1] "chokoladous: I want a make a helpful thread for any of my followers getting top surgery or a BR/BL 🫶🏾♥️"
## 
## [[2166]]
## [1] "Gael52865419: @Nathaan_Alvees Calma bl 🤦🏼‍♂️🤣"
## 
## [[2167]]
## [1] "tatzanx: RT @Killmoenetwork: REPORTS OF A JUMPER; 3900 Bl. Of Blaine St N.E: Rescue units along with Mpd are responding to a call with a person repo…"
## 
## [[2168]]
## [1] "bl_xxi: RT @HTCHabbo: 💸 GIVEAWAY 💸\n\n#Habbo HTC is now on Twitter, let's get started with a 5 GBs Giveaway!\n\nTo enter, simply:\n🔸 Like this tweet\n🔸 R…"
## 
## [[2169]]
## [1] "mylomamon: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[2170]]
## [1] "KangOkFan: Day 3 of waiting for #CherryBlossomsAfterWinter Season 2 announcement... Or at least another BL project with… https://t.co/3Fmk6Zjtr2"
## 
## [[2171]]
## [1] "mybabymits: @netflix omg i didn’t notice one of the teletubbies was bl@ck"
## 
## [[2172]]
## [1] "clownx_bl: RT @lixIoops: HES LOOKING TOOO GOOD  https://t.co/LmWPiaQUFy"
## 
## [[2173]]
## [1] "evieleafie: @cutefemcel WHAT?!?! don’t me omg bl is so good"
## 
## [[2174]]
## [1] "bl_world22: RT @Ice_xob: GUYS WE HOT THE DATE FOR #EMSEARTHMIXSPACE in JAPAN!!! It’s airing December 13 for pt.1 and 20 for pt.2 https://t.co/I1hR1wBlOR"
## 
## [[2175]]
## [1] "Bl_Troyanda: RT @KyryliukRoma: Just Lviv, square Rynok, love this place https://t.co/1oOT6WqukK"
## 
## [[2176]]
## [1] "LeslieDew5: @ericswalwell Sir, you need not say more!!!!!!!!! YOU BL HAVE MY VOTE!"
## 
## [[2177]]
## [1] "Viz_ionz: @bl_artcult @inigma_a The difference with prompts used on any other source vs midjourney V4 are phenomenally except… https://t.co/NasqiH1R7y"
## 
## [[2178]]
## [1] "expolineledger: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2179]]
## [1] "itslukalee: I'm still think about the christmas movie but make it bl/gl idea..."
## 
## [[2180]]
## [1] "THOTYAKI: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2181]]
## [1] "susieyeeep: @Fulgur_Ovid Same.☺️I have a whole bookshelf to hold my book. I love all of them💓 Most of them are BL, as well as c… https://t.co/2Po9mThE2f"
## 
## [[2182]]
## [1] "BL_27_: RT @UW_Football: Be Like Mike 🤷‍♂️\n\nhttps://t.co/qSBNYGwNla\n\n#BeLikeMike x #Penix4Heisman https://t.co/4B85wCaD47"
## 
## [[2183]]
## [1] "BL_27_: RT @wilburhookshand: cougs wanna talk about a PI let’s talk about our guy getting literally concussed without even as much as a review @pac…"
## 
## [[2184]]
## [1] "JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. https://t.co/H5p2kofVBu"
## 
## [[2185]]
## [1] "MariaBchara1: bysmaou swte bl tram byjo bi salmo aalye mn yom w rayeh mbae ehke bl public places😪"
## 
## [[2186]]
## [1] "clownx_bl: RT @spearhyunnie: oh woah changbin.. i have no words https://t.co/KpIQGfdK1s"
## 
## [[2187]]
## [1] "RDamscas: Second best game in the Borderlands series is the first one. And once again, the theme song for it.\n\nAlso, for BL 1… https://t.co/4vt5dwwGup"
## 
## [[2188]]
## [1] "sweetbatat4: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2189]]
## [1] "clownx_bl: RT @jayruIes: and ni-ki during pre-debut predicted engene logo https://t.co/jQS753I9D2"
## 
## [[2190]]
## [1] "BL_27_: RT @godawgs4: Penix is going to be robbed of his trip to NYC and these offensive awards.  Not saying he should win, but not to be a finalis…"
## 
## [[2191]]
## [1] "SaveToNotion: @Bl_Clark This thread is saved to your Notion database.\n\nTags: []"
## 
## [[2192]]
## [1] "clownx_bl: RT @straynations: the plot development 💯 https://t.co/6Ne25gut9v"
## 
## [[2193]]
## [1] "clownx_bl: RT @lastlovestay: LIXIE HAS GLITTER IN HIS HAIR😭😭😭A REAL FAIRY https://t.co/TrwEUCrcF9"
## 
## [[2194]]
## [1] "clownx_bl: RT @dailyinnieluv: never getting over this \n https://t.co/ngEWcJu8fG"
## 
## [[2195]]
## [1] "clownx_bl: RT @thankfulforchan: “STRAY KIDS EVERYWHERE ALL AROUND THE WORLD” https://t.co/dMAv9QvRDs"
## 
## [[2196]]
## [1] "travis_bl: So I made some Bramble gin...it's pretty damned good..\nBack onto beer for kick off🤪😂😉 https://t.co/2GHP1Qb3qw"
## 
## [[2197]]
## [1] "legaytus: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2198]]
## [1] "world_of_bl_com: Title: Ghost Host Ghost House\nVideo: Directors Cut special clip #1\nCountry: 🇹🇭 Thailand\nPlatform: Youtube\nEnglish S… https://t.co/59dW39rauD"
## 
## [[2199]]
## [1] "clownx_bl: RT @lixcultures_: seungmin last line, \"we will stay together as 8\" 🥹 https://t.co/PwYetel8NU"
## 
## [[2200]]
## [1] "clownx_bl: RT @beyondyasmin: FELIX AND BANG CHAN DOUBLE ATTACK ft. chan’s tongue https://t.co/UI0MDKT7Jo"
## 
## [[2201]]
## [1] "BatangMangga_05: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2202]]
## [1] "clownx_bl: RT @BCHANPIC: CHRISTOPHER??????? https://t.co/DhoBajREfW"
## 
## [[2203]]
## [1] "clownx_bl: RT @lheesoftie: that's why it looks familiar...🥹 https://t.co/ew9l5iegx7"
## 
## [[2204]]
## [1] "clownx_bl: RT @sugatradamus: the way we have a whole collection now 😭 https://t.co/j7mHMM7itL"
## 
## [[2205]]
## [1] "chae____rin: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2206]]
## [1] "angiecakes1990: @clumsyMusiNette @urfavcatpun no he'll just be going away its only to protect LB and CN's identities plus he'll com… https://t.co/roaNLn4deN"
## 
## [[2207]]
## [1] "clownx_bl: RT @fort_fts: 29.11.2022 \n\nThank you everyone nakub  Love you all 🥺💕 \n\n#oursmile22ndfortday #FortFTS #ComeFortZon https://t.co/J75kI0wIko"
## 
## [[2208]]
## [1] "clownx_bl: RT @fluffshyunie: STRAY KIDS, 8 BEAUTIFUL MEN https://t.co/EK4NkW6LYD"
## 
## [[2209]]
## [1] "gre_ybunn_y: RT @shipvrse: One of the best NC scene in BL series👏🏻 #ghgh #GhostHostGhostHouse #bl #boyslove #blthai #thaibl #thaiblseries #seriesbl #tha…"
## 
## [[2210]]
## [1] "metroherobot_bl: Eastbound 6-car BL/New Carrollton Train 454 has been holding at Foggy Bottom-GWU on track 1 for at least 5 mins. (12:45pm)"
## 
## [[2211]]
## [1] "metroheroalerts: Eastbound 6-car BL/New Carrollton Train 454 has been holding at Foggy Bottom-GWU on track 1 for at least 5 mins. (12:45pm)"
## 
## [[2212]]
## [1] "BadBeanLLC: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/uenXFpvkoC"
## 
## [[2213]]
## [1] "tatzanx: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2214]]
## [1] "a011111111113: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2215]]
## [1] "t0nmii2: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2216]]
## [1] "tsukimany: do you have any single volume manga? — only bl \nhttps://t.co/m4Mapi7YHH"
## 
## [[2217]]
## [1] "Bl_Troyanda: RT @Gerashchenko_en: \"No one thought that when we attacked Ukraine (and Ukraine is Russia), all those countries would start sending heavy w…"
## 
## [[2218]]
## [1] "The7Moons: @illustrata_ai @joynxyz @amli_art @bl_artcult Propaganda\n\nMy picture is about not believing everything you hear. An… https://t.co/72CSrKWRyy"
## 
## [[2219]]
## [1] "panther_BL: Michelle Yeoh should also be up for Best Supporting Actress in Minions: The Rise of Gru but The Academy isn't ready."
## 
## [[2220]]
## [1] "KIK68_233: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2221]]
## [1] "_teary_eyed_: Need me BL or GL where they both have an unhealthy obsession with each other, the top is intimidating and possessiv… https://t.co/IgCBBkde9y"
## 
## [[2222]]
## [1] "goodheartsith: @SUMMERKN1GHTSS Lira was both flabbergasted and humored by the others reaction. Her lips curled in between her teet… https://t.co/aqYE1KfsB8"
## 
## [[2223]]
## [1] "world_of_bl_com: Title: War Of Y (Directors Cut)\nEpisode: 18 (of 20)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nPlatform: Youtube (… https://t.co/31yrvAF1Xs"
## 
## [[2224]]
## [1] "AriSK10OG: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2225]]
## [1] "hugo_bezdek: @OtisKirk23 Are his intials BL??"
## 
## [[2226]]
## [1] "shrutivanshiv: Apparently I read comics now\n \n#Chup #BL #TodaysWebtoon\n\nhttps://t.co/jBVtlgQSA7 https://t.co/7O2ggv3ex1"
## 
## [[2227]]
## [1] "RinaLuvsDianxia: @chuushi_ It's from a bl comic I'm currently reading on lezhin..."
## 
## [[2228]]
## [1] "NPHAT_bl: RT @Huangwom: rely on 🥰🫶🤍\n#warwanarat #yinyin_anw \n@warwanarat @yinyin_anw\n#หยิ่นวอร https://t.co/XtolYPJAls"
## 
## [[2229]]
## [1] "bl_artcult: @mazinflow @illustrata_ai @joynxyz @amli_art Fascinating, cheers!"
## 
## [[2230]]
## [1] "CupcakeBakeoff: @kthversaces Did you just waste your time on bl!nks?? Lmao even they know whyG pays their faves' way lol by paying… https://t.co/yBabfkEN5w"
## 
## [[2231]]
## [1] "_Captain_Duck: @acequinz We got kamen rider black sun that out this year being our BL to toku pipeline lol https://t.co/bdVA2a3VjS"
## 
## [[2232]]
## [1] "bl_artcult: @illustrata_ai Lol that's why I'm always 🫠 but also 🤯 and 🤪"
## 
## [[2233]]
## [1] "yslppe: @pearl_nikkie there are some if you searched \"perth chimon\" here in twt. so many bl stans were newly born from c0vi… https://t.co/tokxEfQvpM"
## 
## [[2234]]
## [1] "bl_artcult: @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni… https://t.co/RFknkBtmzE"
## 
## [[2235]]
## [1] "junkunhands: RT @cyanorth_: who is more likely to _____ [ akikasa version 🥞🌟 ] — a thread 🧵\n\n#prsk_BL https://t.co/vPOpSLqulk"
## 
## [[2236]]
## [1] "thedoctorxxx: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[2237]]
## [1] "dabi1993_: RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk"
## 
## [[2238]]
## [1] "ili_bl: RT @sahisahikunn: “since the year of their debut, this team never missed worldwide fans choice award” \n“top albums charts #1 in 30 regions…"
## 
## [[2239]]
## [1] "Nexie1208: RT @Tappy_toon: 🔥You are my one and only door!!!🔥\n“DEAR.DOOR” available on Tappytoon!\n\n#BL #Fantasy"
## 
## [[2240]]
## [1] "GF0fApo: RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…"
## 
## [[2241]]
## [1] "Joyaabisaab: @CyUngovernable @kareem_nasser @bey_today Their names are stated bl article. Karl bou rjeily and melissa samaha"
## 
## [[2242]]
## [1] "Emarosa: CHICAGO. 5 DAYS. \nTICKETS: https://t.co/tghgZRfTi9 https://t.co/QQmkgX5n1U"
## 
## [[2243]]
## [1] "Markkazi: @AnarchisticCloa hot pink, pink, orange, grey, purple, red, and dark bl"
## 
## [[2244]]
## [1] "Alu_Morgenstern: @BL_Scenery Have patience, the series is not even out yet 😂"
## 
## [[2245]]
## [1] "vndingmchine723: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2246]]
## [1] "acequinz: @_Captain_Duck No you don't.... Well toku to bl and now bl to toku???\n\nThe pipeline becoming two sided???"
## 
## [[2247]]
## [1] "poyprs: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2248]]
## [1] "world_of_bl_com: Title: Never Let Me Go\nVideo: Official Trailer\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nBroadcast Platform: GMMT… https://t.co/0KrJ72bTx7"
## 
## [[2249]]
## [1] "noonawajana: RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…"
## 
## [[2250]]
## [1] "gaeboi_arts: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[2251]]
## [1] "dizzi4me: @learn2bbettr If there were any police officers watching this series, they would either be insulted or have good la… https://t.co/2gzmYKHJH9"
## 
## [[2252]]
## [1] "un_wieldy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2253]]
## [1] "aaron_idtap: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2254]]
## [1] "NativeSonn: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2255]]
## [1] "Wappykid99: @JaymesHanson Well chainsaw man hasn't grabbed me yet 7 episodes in, I don't see why so many people were hyping it… https://t.co/OmyWZX2ikM"
## 
## [[2256]]
## [1] "PhngTrn93212100: Gonna do some comic reading\n \n#artistsontwitter #commissionsopen #BL\n\nhttps://t.co/Z6wBNnlFwU https://t.co/0EqnPX8RQb"
## 
## [[2257]]
## [1] "taegiLover__: @Di0rX0xo Even if your are not a bl!nk, your account still following accounts that drag BTS day and night."
## 
## [[2258]]
## [1] "travis_bl: @fellrunningguid Looks like a lake, superb."
## 
## [[2259]]
## [1] "dumspamkey: You can tell some people have never been bullied before with the way they write stories sometimes 😭 it’s so prevale… https://t.co/eAYWIs87en"
## 
## [[2260]]
## [1] "RamatuHaruna8: Trust me! You'll get addicted to this story!\n \n#artistsontwitter #commissionsopen #BL\n\nhttps://t.co/ZlpzmWM1Wp https://t.co/BeMHIvp1lI"
## 
## [[2261]]
## [1] "Starryillusionz: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2262]]
## [1] "dora_bts07: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[2263]]
## [1] "BishopLynch: Today is GIVING TUESDAY! Your gift gives BL the financial ability to provide tuition assistance to deserving studen… https://t.co/jUFOQwjRrp"
## 
## [[2264]]
## [1] "Yeow777: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2265]]
## [1] "turner40uvfpj: Prothane 1-1107-BL Black 1-1/8\" Front Sway Bar Bushing Kit for YJ DZWXNQX\n\nhttps://t.co/cqS92yH7OE https://t.co/mfZsEAKrQz"
## 
## [[2266]]
## [1] "tinker_bl: RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #blackpink @BLACKPINK\n\nYou made it! Honorable winner of the night! 🏆\n \nWorld’s No.1…"
## 
## [[2267]]
## [1] "rahman_bts: I've been completely addicted to ONEPIECE and The President's Private Secretary\n \n#HanYuan #plzsupport #BL… https://t.co/qfa1MlAFq2"
## 
## [[2268]]
## [1] "world_of_bl_com: Title: Choco Milk Shake\nEpisode: 9 (of 11)\nCountry: 🇰🇷 South Korea\nEnglish Subtitles: Yes\nPlatform: Youtube\n\nEpisod… https://t.co/Bltyq0Edll"
## 
## [[2269]]
## [1] "_SoftDaniel: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2270]]
## [1] "travis_bl: @oakroyd @Stixx1979 @clesliephoto Worked in the Mecca bingo at Red Road a couple of times. I was petrified"
## 
## [[2271]]
## [1] "Alycia46Y: Fit Tesla Model Y Spoiler Wing Performance Car Rear Spoiler Trunk Lip Kit Tesla Model Y Accessories 2020 2021 2022… https://t.co/HxrEFS9KEy"
## 
## [[2272]]
## [1] "st_eve_n6: I love the art style in \"Does Love At First Sight Exist in E-Sports?\" so much! It's gorgeous! The character designs… https://t.co/Th76LW6GkF"
## 
## [[2273]]
## [1] "artificialis6: @illustrata_ai @joynxyz @amli_art @bl_artcult Stay with me \n\n“Unable are the loved to die. For love is immortality.… https://t.co/GoYJL4wiqT"
## 
## [[2274]]
## [1] "sera22will: RT @LiManMa16795669: #恨君不似江楼月 #KillerAndHealer #江枫余火 #MaoZijun #茅子俊 #YiBochen #易柏辰  #SCI谜案集 #季肖冰 #JiXiaobing #高瀚宇 #GaoHanyu #SCIMystery #Br…"
## 
## [[2275]]
## [1] "travis_bl: @alanbullion2 @carolcoulter3 Cnuts the lot of them. Utter"
## 
## [[2276]]
## [1] "bl__bts_: @fort_fts Love you too, Honey! Happy birthday again! https://t.co/EdnUdC3VJB"
## 
## [[2277]]
## [1] "mazinflow: @illustrata_ai @joynxyz @amli_art @bl_artcult (2): The side character I created in the visual story I am telling wi… https://t.co/BntVSiramT"
## 
## [[2278]]
## [1] "MyHappinessOT7: @GQThailand @bl_hkg @milephakphum @Nnattawin1 Love you guys 😘"
## 
## [[2279]]
## [1] "rhody_jo: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2280]]
## [1] "ninja_morena: My first official introduction to BL: a story about a wizard and a vampire. (The classic black cat-golden retriever… https://t.co/V42uXsTBf6"
## 
## [[2281]]
## [1] "travis_bl: @salfordbeerfest Put the milk on your front step..."
## 
## [[2282]]
## [1] "Bear_theKuma: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2283]]
## [1] "world_of_bl_com: Title: AiLongNhai\nEpisode: 10 (of 12)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nPlatform: YouTube (free) &amp; IQ (VI… https://t.co/Y1f1IEHpcK"
## 
## [[2284]]
## [1] "kussajoubu: RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…"
## 
## [[2285]]
## [1] "bl_artcult: @ManekiNekoAIArt Gorgeous as always. Congrats on the recent BOOST! Well deserved."
## 
## [[2286]]
## [1] "AngryBlub: @qyenmeo It was so cringe man. The cringiest thing until the BL shipping tournament attacked this year"
## 
## [[2287]]
## [1] "tinker_bl: RT @OH_mes2: Congratulations to NCT Dream for winning Worldwide Fans Choice at the 2022 MAMA Awards"
## 
## [[2288]]
## [1] "Skkyyyyyyyyyyy: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2289]]
## [1] "bren_bl: RT @LouisVuitton: Creating Infinity: The Worlds of Louis Vuitton and Yayoi Kusama. ❤️ this tweet to set a reminder to discover the upcoming…"
## 
## [[2290]]
## [1] "PehleBharatiya: RT @Kavyayaad: People can support &amp; appreciate ayush. but there is no need to compare rishi with ayush .ayush not hero of the show.wishing…"
## 
## [[2291]]
## [1] "world_of_bl_com: English subtitles now added....\n\nTitle: To Sir With Love\nEpisode: 16 (of 17)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles… https://t.co/MbQVB5Kx7P"
## 
## [[2292]]
## [1] "JC_truthpassion: @ric_wonders @AllBiteNoBark88 Yes it is.\nhttps://t.co/98l23Vpqqk"
## 
## [[2293]]
## [1] "MomTo6Lambs: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2294]]
## [1] "sharpbycoop: Veteran skill = YOUNG maker! @AndrewKSmithKnives may be precocious, and for that we are thankful!\n\nLook closely at… https://t.co/vzlkH3LT5F"
## 
## [[2295]]
## [1] "nongnu_ra: @Aeriel_dear Saw one of the voting website for best BL couple and see the two name pops up. Scared the shit out of… https://t.co/rH9Txvps6N"
## 
## [[2296]]
## [1] "Decoy_38: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2297]]
## [1] "INXCXEPTION: need kento yamazaki on a bl"
## 
## [[2298]]
## [1] "JC_truthpassion: @AllBiteNoBark88 Here's a link for the doubters \nhttps://t.co/98l23V7hcc https://t.co/usVBxorNmb"
## 
## [[2299]]
## [1] "vancedalism: ngl idk what some of yall mean when you say \"its ok if youre a woman who reads a lot of bl and yaoi but NOT if your… https://t.co/MDcuKaGRw8"
## 
## [[2300]]
## [1] "cemeahara1: very cool and inviting6. There were soft, bluey-green bl    https://t.co/AtKGJxeNqy"
## 
## [[2301]]
## [1] "SwamiSalami3: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2302]]
## [1] "DiscountStalker: Haute Decor Adapt Adjustable Length Wreath Hanger - Matte Bl...\nPrice: $11\nRating: 4.6 out of 5 stars… https://t.co/qyrGMnUiXE"
## 
## [[2303]]
## [1] "prostov_gordey: @illustrata_ai @joynxyz @amli_art @bl_artcult 1st submission \n#expressionwithmeaning  \n\nSometimes emotions trapped… https://t.co/oqhekNKl6A"
## 
## [[2304]]
## [1] "tinker_bl: RT @Yuliciouss: Hair of the year https://t.co/Ynr3hPhRjk"
## 
## [[2305]]
## [1] "FinderCard: 2022 TOPPS Museum Collection Bl #ad #baseballcards https://t.co/ovvax430Dy"
## 
## [[2306]]
## [1] "karlsefnis: @milfdreamers PLEASE check out his cooking bl miniseries on YouTube if you haven't cause I've been slowly dying ins… https://t.co/Z05PPKPE6y"
## 
## [[2307]]
## [1] "PunjabiHindu: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[2308]]
## [1] "MNLGroup: RT @somddispatch: CAD: 12:21:28*Smoke Investigation*23529 PATUXENT BL, CALIFORNIA"
## 
## [[2309]]
## [1] "310jazzmin: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2310]]
## [1] "ili_bl: RT @kanemoyoshi: TREASURE gives “in the world full of darkness, there is light” vibe 😭😭 https://t.co/jr1Hi3OwYP"
## 
## [[2311]]
## [1] "egg_55566789: @Fulgur_Ovid OMG,Lmao,Do you like to read the other's BL story?"
## 
## [[2312]]
## [1] "somddispatch: CAD: 12:21:28*Smoke Investigation*23529 PATUXENT BL, CALIFORNIA"
## 
## [[2313]]
## [1] "EmmaBriggs18: https://t.co/WFCEd2Sm3M - it says it’s free\nBritish Library (or any #library \nGood luck \n😀 https://t.co/gaEfrvvWCX"
## 
## [[2314]]
## [1] "acirehgiel: @midknightmoodz @bl__bts_ Hey...that better be pointed at me 🤣🤣"
## 
## [[2315]]
## [1] "BL_Scenery: @Alu_Morgenstern Yeah, but that's on 2023 😭"
## 
## [[2316]]
## [1] "streetpeopleLA: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2317]]
## [1] "_Pennelopey: RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…"
## 
## [[2318]]
## [1] "sportsfan702: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2319]]
## [1] "Hitch_Bl: @YacoubaSg BOSS 🇸🇳👏"
## 
## [[2320]]
## [1] "johnson4b06: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2321]]
## [1] "CatholicEdLeeds: RT @thetwelve_dol: As part of our series sharing saints who inspire us, we remember Bl Laura Vicuna!\n\nWe particularly remember her for her…"
## 
## [[2322]]
## [1] "ColdPlushy: @huntzworld Wait how do you know they’re friends? How does cha eunwoo know bl actors🤨"
## 
## [[2323]]
## [1] "bl_khatri: You should be proud of Nadav Lapid as I am. \n\nSo keep your mouth shut. https://t.co/EvkQkhLOyN"
## 
## [[2324]]
## [1] "ZacharLardan: n pure\nazure, but now it was dominated by a single gigantic, swirling,\nbl\n_ounass_promocode_promo_bath_and_body_wor… https://t.co/B8ztYpYX0d"
## 
## [[2325]]
## [1] "mazinflow: @illustrata_ai @joynxyz @amli_art @bl_artcult My participation (1): Generated with my photo. Reflecting real emotio… https://t.co/kYxnTCu4gF"
## 
## [[2326]]
## [1] "egg_55566789: @Fulgur_Ovid What?Why is all the BL comic book?(sorry if my English is wrong)"
## 
## [[2327]]
## [1] "DarkIcy5: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2328]]
## [1] "BL_Smoker5: BIG LLC"
## 
## [[2329]]
## [1] "pawathere: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2330]]
## [1] "PupscanLA: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2331]]
## [1] "tpwk40: RT @WhoAmI243: I just don't understand....I knew when people interview someone from BL they always ask about NC scenes, but now lakorns as…"
## 
## [[2332]]
## [1] "world_of_bl_com: Sunday 27th November 2022 (3/3)\n\n🇹🇭 Between Us: Episode 4 Cut Version\nYoutube Free\n1/4 https://t.co/iZNTG8NokM\n2/4… https://t.co/hz4Zi2W4Pp"
## 
## [[2333]]
## [1] "kookoo595: RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…"
## 
## [[2334]]
## [1] "goddessarashi: RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…"
## 
## [[2335]]
## [1] "world_of_bl_com: Sunday 27th November 2022 (2/3)\n\n🇹🇭Fahlanruk: Episode 12 (FINALE)\nGaga https://t.co/CkB4uP4AU5\n\n🇹🇭Between Us: Episo… https://t.co/jSPemELeA9"
## 
## [[2336]]
## [1] "bl_lover91: RT @bsumettikuI: you mean to tell me we could’ve gotten THIS https://t.co/N8CG7xu8I7"
## 
## [[2337]]
## [1] "world_of_bl_com: Sunday 27 November 2022 (1/3)\n\n🇹🇭Ghost Host Ghost House: Behind The Scenes\nYoutube https://t.co/LVBuZFssiO\n\n🇹🇭Remem… https://t.co/oyFIsJe008"
## 
## [[2338]]
## [1] "8reinhardt8: RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…"
## 
## [[2339]]
## [1] "LiManMa16795669: #恨君不似江楼月 #KillerAndHealer #江枫余火 #MaoZijun #茅子俊 #YiBochen #易柏辰  #SCI谜案集 #季肖冰 #JiXiaobing #高瀚宇 #GaoHanyu #SCIMystery… https://t.co/Y7JK9EgSQx"
## 
## [[2340]]
## [1] "DariusRadzius: RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…"
## 
## [[2341]]
## [1] "postpunkista: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2342]]
## [1] "BacklitGalaxy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2343]]
## [1] "xartemisx13: “Your obsession with BL dramas is weird!”\nMe: What’s so weird about it? It happens in real life with other people.… https://t.co/sl6nIuTuYM"
## 
## [[2344]]
## [1] "peachpeach1002: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[2345]]
## [1] "BL_Artbox: Final sketch of Alia Bhatt 😍😍 \n#artwork #ArtistOnTwitter #pencilartist #pencildrawing #graphitework #charcoalart… https://t.co/vrNSU1mgOW"
## 
## [[2346]]
## [1] "polcahanger: There's a darkness to the first trailer of #NeverLetMeGoSeries (esp in the music and the featured scenes) that work… https://t.co/DimlvL7AtF"
## 
## [[2347]]
## [1] "britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Eliza… https://t.co/6RCzrYKACE"
## 
## [[2348]]
## [1] "theDiiKay: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2349]]
## [1] "bl_lover91: RT @forblebiu: that tiny glimpse of pete's tattoo https://t.co/Gxs3y3FDg4"
## 
## [[2350]]
## [1] "BTSSVERSE: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2351]]
## [1] "bl_ckgothicc: indie https://t.co/UYnZnbodjT"
## 
## [[2352]]
## [1] "AndrrreT: RT @boyslovetv: 👉 The movie version of #SemanticError which will feature new scenes, will be available on Viki on December 9th!💙 \n\n\"Semanti…"
## 
## [[2353]]
## [1] "APP_BL: @Gerashchenko_en The ravages of vodka..."
## 
## [[2354]]
## [1] "ferri_rick: RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…"
## 
## [[2355]]
## [1] "BL_MadeDigital: RT @BL_Music_Colls: We've added new content to our Discovering Music website! \n\nIn 2 new videos, 'Annotating Music' and 'Handling Music', @…"
## 
## [[2356]]
## [1] "kujoheaven: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2357]]
## [1] "JackpotSyndrome: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2358]]
## [1] "ChelseaReede: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[2359]]
## [1] "Dutchduk2: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2360]]
## [1] "sunnyalw: theyre doing these pics like this show is a bl is crazy https://t.co/kXuQljTf26"
## 
## [[2361]]
## [1] "farheen_khan3: RT @stk786khan: Ayush z d most sensible char in bl n d best bhai🥹😚...really loved d way how he acceptd his mistake infrnt of evry1 n was as…"
## 
## [[2362]]
## [1] "rosarioimpale: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2363]]
## [1] "clownx_bl: RT @fluffshyunie: STRAY KIDS WORLD DOMINATION https://t.co/WZWJ6sjbHb"
## 
## [[2364]]
## [1] "T1Raja: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[2365]]
## [1] "clownx_bl: RT @LIXIELOOKS: EXCUSE ME LEE FELIX https://t.co/WGYbMxd1fK"
## 
## [[2366]]
## [1] "reoigari: RT @cyanorth_: who is more likely to _____ [ akikasa version 🥞🌟 ] — a thread 🧵\n\n#prsk_BL https://t.co/vPOpSLqulk"
## 
## [[2367]]
## [1] "DAIHIME_SAMA: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2368]]
## [1] "clownx_bl: RT @captainCB97s: THE BANG CHAN GAZE https://t.co/8q7MWCkRKg"
## 
## [[2369]]
## [1] "clownx_bl: RT @1515heejake: :¨·.·¨:\n `·.  #ENHYPEN second enniversary! https://t.co/MNEoQ3yIll"
## 
## [[2370]]
## [1] "Salerno_Thomas: Check out the new comic book from @VoyageComics all about Bl. Carlo Acutis! https://t.co/Z58c1WgU1g"
## 
## [[2371]]
## [1] "illustrata_ai: @bl_artcult lol I’m pretty sure I would be 😵 with that much caffeine! Gm!"
## 
## [[2372]]
## [1] "Alu_Morgenstern: @BL_Scenery Team Green 🥰"
## 
## [[2373]]
## [1] "Oryxha: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2374]]
## [1] "wikkaa___: for cuddl3,kis*ing,bl*wjob dm/wa 088220150793 #availsudirman #availlebakbulus #availcipete #availfatmawati… https://t.co/rtG7tHQUA8"
## 
## [[2375]]
## [1] "Rewritten17: @nobunny_y The new mafia bl series from GMMTV with PondPhuwin 🤨😂😂"
## 
## [[2376]]
## [1] "thejambonbeur: @Aiden_bl Prime"
## 
## [[2377]]
## [1] "Alu_Morgenstern: RT @BL_Scenery: POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2023 on C…"
## 
## [[2378]]
## [1] "BL_Zordoxon: RT @JakeSucky: I asked Valorant players for their fastest aces\n\nThis one was up there lol https://t.co/NiztYAq0T8"
## 
## [[2379]]
## [1] "QmediaFX: RT @amli_art: @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto @heavens1522…"
## 
## [[2380]]
## [1] "uriPirateKing: What kind of... bl manhwa did i just stumble upon"
## 
## [[2381]]
## [1] "inigma_a: RT @amli_art: @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto @heavens1522…"
## 
## [[2382]]
## [1] "amli_art: @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto… https://t.co/iglZm0Cpig"
## 
## [[2383]]
## [1] "solariswave: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2384]]
## [1] "readjack: @NYSTATE0FMIND @jemelehill 1. Have you searched for it?\n\n2. Obama denounced Minister Farrakhan in February 2008, tw… https://t.co/1O319i9hpV"
## 
## [[2385]]
## [1] "laurbits: RT @gostephgo: my friend says this reads \"BL therapy\" https://t.co/RLbXe8o0U5"
## 
## [[2386]]
## [1] "Wstewart0328: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2387]]
## [1] "wikkaa___: fr cuddl3,kis*ing,bl*wjob dm/wa 088220150793 #GadingSerpong #Serpong #aeropolis #massagefullservice… https://t.co/2WLaxKIEEk"
## 
## [[2388]]
## [1] "javascriptd: RT @MariReactsYT: Mari's reaction to #MyToothYourLove EP 7\n\n#react #bl #drama #taiwandrama #retweet @LovingBlogs #TheBlogNetwork #ITRTG @Go…"
## 
## [[2389]]
## [1] "ili_bl: RT @TREASUREwwide: Congratulations  #TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS🏆\n\nWe did it 3 years in a r…"
## 
## [[2390]]
## [1] "Aleena_Bano1: CLOSED MULE SATIN BLACK $70.00 https://t.co/g1e4JtgH8a https://t.co/Dn7pnWzZrJ"
## 
## [[2391]]
## [1] "bl__bts_: @midknightmoodz @acirehgiel I am not single but I can be one for you, Dragon.😘😘😘🤭🤭🤭"
## 
## [[2392]]
## [1] "Alu_Morgenstern: @BL_Scenery Don't worry, we're getting Our Skyy with them, so basically GMMTV already spoiled that it will have a good ending 😅"
## 
## [[2393]]
## [1] "keenanknight: @garumaniax_BL Wow that's steamy"
## 
## [[2394]]
## [1] "mattnado: Throwing all of this together yields something like this. Observed cell motions are responding to the rapidly evolv… https://t.co/ADrfuo4EbO"
## 
## [[2395]]
## [1] "vick_BL: RT @literallymecats: SHOW ME YOUR CATS https://t.co/xSXlEmMVlb"
## 
## [[2396]]
## [1] "TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the… https://t.co/LP1aLUBEiC"
## 
## [[2397]]
## [1] "xysayshi: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[2398]]
## [1] "UptoDateNewz: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2399]]
## [1] "ArdenPaul4: @avvinatore @Nelsonali @VinousReverie @DominiqueHornig @CambWineBlogger @SusyAtkins @PlanetVictoria @TheKirstenMac… https://t.co/bby1g0LiRf"
## 
## [[2400]]
## [1] "QuinnConway13: @iiiBlueApple @PaulTassi Honestly, it will feel goofy in a seasonal story most times. The only credible seasonal th… https://t.co/owJuq84D14"
## 
## [[2401]]
## [1] "omisarchive: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2402]]
## [1] "ili_bl: RT @iksanpjw: TREASURE at MAMA vibing to Pink Venom!! 🤍 https://t.co/EQAmzNNdgR"
## 
## [[2403]]
## [1] "Eastlake_Vball: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[2404]]
## [1] "jomar880871932: Bl love https://t.co/grT8d8xslI"
## 
## [[2405]]
## [1] "OnyxeBlade: \"Mr. Heart\" was such a good BL without being overly complicated. If you enjoy BLs please check out this series https://t.co/NFxWxNfpkK"
## 
## [[2406]]
## [1] "ZRolexs: @Aiden_bl @Zakariyaaa_ Trisomie 21"
## 
## [[2407]]
## [1] "EarlyMoringRain: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2408]]
## [1] "APP_BL: @FreeUkraine91 A very nasty one..."
## 
## [[2409]]
## [1] "ili_bl: RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #treasure @ygtreasuremaker\n\nBig Congrats to them! The Great Winner of Tonight! 🏆…"
## 
## [[2410]]
## [1] "illhoonies: RT @lovecastpodcast: It's the most wonderful time of the year - the annual #GMMTV2023 showcase 🙌 Join us as we talk through all the #BL &amp; #…"
## 
## [[2411]]
## [1] "wikkaa___: for cuddl3,kis*ing,bl*wjob dm/wa 088220150793 #OpenBO #openBOtangerang #openbojakarta #openBOjaksel #availtangerang… https://t.co/S2BnETgGUR"
## 
## [[2412]]
## [1] "tvbacklight: Factory-cut BL/backlight single universal backlights round/convex/concare lens bead  3V/6V 1W/2W with wire and pack… https://t.co/nb8wJ0oK6n"
## 
## [[2413]]
## [1] "meo___ow: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[2414]]
## [1] "BitsHammer: RT @ADHDaemons: @BitsHammer Ah yes Sisters of Silence with their massive 1 box of model options (outside a BL dual character kit) and small…"
## 
## [[2415]]
## [1] "sugarberry27: RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…"
## 
## [[2416]]
## [1] "Amya_SA: RT @SunShin33060668: Hahaha stop looking 👀🏓😅\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정 \n#RoommatesofPoongduck304 #kimjiwoong #yoonseobin #BL\n#돌맨스 #BL드라마 #kbl…"
## 
## [[2417]]
## [1] "clownimnidda: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2418]]
## [1] "NgatiBryan: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2419]]
## [1] "LunaLuna77666: @TrinaTr00366042 @MSuppasit nieces and all the people I know don't like her voice, on her music there is a lot of a… https://t.co/VOhxqiiIA6"
## 
## [[2420]]
## [1] "vivianantwi7: @Arikairene1 But you should also know that a lot of Army, KTSs and TKKs joined because of shipping videos. I am an… https://t.co/Cp8l8FL4LB"
## 
## [[2421]]
## [1] "GAustralia_87: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[2422]]
## [1] "ArealLifeRebel: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2423]]
## [1] "rereshop4: @jenamonroll Nooo... don't do this 😵‍💫😵‍💫 now everytime I read this BL I'm gonna thinking they are nomin (with the real face nomin!! 😵‍💫😵‍💫)"
## 
## [[2424]]
## [1] "pearl_nikkie: RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in \"bl actor\" category, they're just actors, good ones. and if those pp…"
## 
## [[2425]]
## [1] "dirtycorza: (I always think about it when takes about \"more original bl series\" and \"fewer school dramas\" come up on my tl, bc… https://t.co/xm7dUMdahM"
## 
## [[2426]]
## [1] "pearl_nikkie: RT @K_Kentin_Rose: One of the best actors i swear. If they compare them to other bl actors or just actors in general perthchimon stand out…"
## 
## [[2427]]
## [1] "travis_bl: @griffwebber Cheers pal. May the best team win. https://t.co/9xVxF4KwSa"
## 
## [[2428]]
## [1] "abruti_bl: RT @jsaturfiles: jeff satur i need help and so do you 🤣😭🫠 https://t.co/o8fjJlu420"
## 
## [[2429]]
## [1] "ChaseShannon5: In MW5 I got a new black knight it the BL 6b KNT this a STDF royal battle mech regiment it a heavy mech it a great… https://t.co/exd1Y1grnp"
## 
## [[2430]]
## [1] "travis_bl: @JazzEFC Hope you're good to go tomorrow"
## 
## [[2431]]
## [1] "rohish_shhh: RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…"
## 
## [[2432]]
## [1] "abruti_bl: RT @micchiluvr: this clip will always make me cry they look exactly the same https://t.co/Ttvr3DE8tF"
## 
## [[2433]]
## [1] "macgyver32wqtx: Prothane 19-919-BL Black Straight Shock Mount Bushing with Sleeve - 2 Piece YSAJLWY\n\nhttps://t.co/mJcONPEhm7 https://t.co/JCoQzedKJ2"
## 
## [[2434]]
## [1] "ADHDaemons: @BitsHammer Ah yes Sisters of Silence with their massive 1 box of model options (outside a BL dual character kit) a… https://t.co/LeKyVW3Bkw"
## 
## [[2435]]
## [1] "LArasoul0: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2436]]
## [1] "skxnninvrskinny: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2437]]
## [1] "travis_bl: @EnglishmanAdam @DanielaNadj @flyingstraight Smart"
## 
## [[2438]]
## [1] "gogocheonguk: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2439]]
## [1] "pastpassages: RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…"
## 
## [[2440]]
## [1] "ili_bl: RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #treasure\n\nBig congrats on winning for 'WORLDWIDE FANS' CHOICE' at 2022 MAMA AWARDS…"
## 
## [[2441]]
## [1] "TreyRiver1: There needs to be more Shouto x Miruko/Rumi. I'm guessing Shouto is under the curse of being a fujo exclusive BL ch… https://t.co/YimWhumddz"
## 
## [[2442]]
## [1] "cleora8ej: Prothane 6-1168-BL Front Sway Bar Bushing Kit, Black M92QRCD\n\nhttps://t.co/i7oIWm3nE8 https://t.co/6pauWC7u42"
## 
## [[2443]]
## [1] "reingersyhhf: Prothane 19-1721-BL Black 2\" X 2\" Shock Reservoir Mount 27OAZF0\n\nhttps://t.co/oFkNrAdpkw https://t.co/EJiTF8iyUt"
## 
## [[2444]]
## [1] "padbergjpl: Prothane 7-142-BL Rear Sub Frame Bush RFJZ3BC\n\nhttps://t.co/g9XeErLcrg https://t.co/WnBvcz0W7H"
## 
## [[2445]]
## [1] "smith66dcie: PROTHANE 7-1909-BL Black Urethane Motor and Transmission Mount Kit TO2MENP\n\nhttps://t.co/WPzJXYNWXV https://t.co/tQIni8dSC2"
## 
## [[2446]]
## [1] "MeghanBlack26: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2447]]
## [1] "BL_Scenery: No!!! Not him exposing the ending of the series 😭 Its not even release yet 😭\n\n#NeverLetMeGoSeries… https://t.co/d29frExl7F"
## 
## [[2448]]
## [1] "Sleemzy_avil2: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2449]]
## [1] "QuinnConway13: @kildozer666 @Benjjjyy Y1?? TWQ was better than BL, Shadowkeep, or CoO/Warming, with a cohesive story, challenging… https://t.co/z5AlCAr8MQ"
## 
## [[2450]]
## [1] "bl_artcult: @GeEkMyTh_ETH GM! Safe travels lffggg"
## 
## [[2451]]
## [1] "travis_bl: @RobBully Was one of those who checked a welder?"
## 
## [[2452]]
## [1] "yuta_wav: @soupdoodlee i have a friend that loves bl stories…"
## 
## [[2453]]
## [1] "TAT_bl: RT @itoshirindaily: pocketsized (please hold them gently) https://t.co/P1LWqbCjW7"
## 
## [[2454]]
## [1] "kln3109: @hey_halvy @HistoryBoomer I can tell you exactly as I’m a L critical lefty who hears this shite all the time - any… https://t.co/isCviv9h8B"
## 
## [[2455]]
## [1] "ahgasefantasy: RT @yuhaowife: I keep seeing all these \"top bl couples\" lists since it's the end of the year. my favorite bl couple is porsche and the farm…"
## 
## [[2456]]
## [1] "DonKwahn: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2457]]
## [1] "ili_bl: RT @TREASUREwwide: #YOSHI at the 2022 MAMA AWARDS!\n\n@treasuremembers #treasure #트레저 https://t.co/Ttz6fg4xga"
## 
## [[2458]]
## [1] "Nau7ik: Really like this BL https://t.co/GaubBmiORr"
## 
## [[2459]]
## [1] "blkgrlfly: Bl*ck fr*day/c*ber m*bday being right before bills are due is kinda intense, no?"
## 
## [[2460]]
## [1] "name_here09: This awesome comic deserves more attention!\n\n#BL #boylove #aiartcommunity\n https://t.co/0h23FIzFSZ https://t.co/Exq45wN1JY"
## 
## [[2461]]
## [1] "bl_artcult: @Brianmannphoto There's no crash if you keep drinking coffee all day https://t.co/A7WpCjIcV2"
## 
## [[2462]]
## [1] "Melsier_s: RT @babysblink: I’m being bias but not every series have to come with heavy plot and complicated storylines. We just need some chill, soft…"
## 
## [[2463]]
## [1] "MMIMMOXX: Hhh good bite  hhhhhh 9ritha bl fr hhh https://t.co/z5S4keVhTu"
## 
## [[2464]]
## [1] "_minkit: @bubbleMeU @lepetitmenoii @buildsbible in BL? im not so sure about that. VegasPete is MUCH darker than anything oth… https://t.co/4lathnVNQ6"
## 
## [[2465]]
## [1] "DinahMileApo: RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…"
## 
## [[2466]]
## [1] "ili_bl: RT @kchartsmaster: 🏆 Congratulations TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS."
## 
## [[2467]]
## [1] "travis_bl: @AntonyRowntree Wrong side of Leeds for me, until today....heading there on next visit."
## 
## [[2468]]
## [1] "BL_LatestNews: Leipzig midfielder Caden Clark will most likely not return after his loan at NY Red Bulls, according to… https://t.co/2EhjNDAzga"
## 
## [[2469]]
## [1] "_bl_ai_ze: RT @UTDTrey: The African champions through to the World Cup Round of 16. Repping us well, you love to see it"
## 
## [[2470]]
## [1] "peach_trans: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2471]]
## [1] "VinodKu83882504: BB Israeli leftist leave India immediately. India loves Israel. But not any bl..dy leftist either from Israel, Amer… https://t.co/o6yahcXP6r"
## 
## [[2472]]
## [1] "moondust_36: @bl_artcult Truly appreciated, dear Black 🙏"
## 
## [[2473]]
## [1] "KiriKiriBot: BL! Bad Luck!"
## 
## [[2474]]
## [1] "aguilar_ve: @Arezou69195500 @bl_artcult @lamengana @pneumaninesix Many thanks 🖤🌹🤩"
## 
## [[2475]]
## [1] "salvwh0re: @tilldxown bl overrated fr"
## 
## [[2476]]
## [1] "AndreiMellas: @bl_artcult Window Panes in my coffee."
## 
## [[2477]]
## [1] "britboy77: That's an awesome pic BL. Blowing snow here at the moment...25-30 expected next 24 hrs and it's still November 😳😳.… https://t.co/nZFuOe3sCM"
## 
## [[2478]]
## [1] "world_of_bl_com: Saturday 26th November 2022 (3/3)\n\n🇹🇭 Big Dragon: Episode 8 (FINALE)\nGaga https://t.co/A6xm3Iu286\nViki… https://t.co/bXZuyoVEpq"
## 
## [[2479]]
## [1] "xo_yourdestini: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2480]]
## [1] "pajikochan: RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…"
## 
## [[2481]]
## [1] "inigma_a: @bl_artcult ahaha cant wait that long 🤣🤣i always need to try the new shinny toys right away ahaha https://t.co/MZoKk67uyy"
## 
## [[2482]]
## [1] "Su11yyyy: @TohsakaEnjoyer bl but Inazuma 11 negs both"
## 
## [[2483]]
## [1] "world_of_bl_com: Saturday 26th November 2022 (2/3)\n\n🇹🇭 Hard Love Mission: Episode 7 (FINALE)\nWeTV\n1/2 https://t.co/s7unstsDzW\n2/2… https://t.co/UMIN3HjzBB"
## 
## [[2484]]
## [1] "beeken_tech: $KSCP - Knightscope (Nasdaq: KSCP) Projects Tripling Annualized Revenue https://t.co/Z7RJRP32mg"
## 
## [[2485]]
## [1] "zbfodyaa: @camilahoover3 @tiim1_a @BTS__Universe Then Money is Teddy Oppa ft. L!sa right ?? \nSince he has all the credits \nAl… https://t.co/5E3FmnsbUB"
## 
## [[2486]]
## [1] "ninak7461: The Most Handsome BL Actors 2022 – Vote Now\n\nLet's stream Turn Off The Alarm to boost the mood #TurnOffTheAlarm son… https://t.co/kW2Cz1cQu1"
## 
## [[2487]]
## [1] "Olivia_barssom: When I'm not reading SPYxFamily, I'm reading Destined to Meet on the Trends!\n\n#SamandMax #BL #colour… https://t.co/KLB29r1oSX"
## 
## [[2488]]
## [1] "lifegoeseeven: @jisooyaswin But bts &amp; armys are for bl!nks more important"
## 
## [[2489]]
## [1] "travis_bl: @access_history @AntonyRowntree That looks the business"
## 
## [[2490]]
## [1] "yuhaowife: I keep seeing all these \"top bl couples\" lists since it's the end of the year. my favorite bl couple is porsche and the farmhouse bread"
## 
## [[2491]]
## [1] "yi1lll_: @erta_14 @sue_____wq @brodgns your pfp from bl anime"
## 
## [[2492]]
## [1] "SocialHousingCo: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[2493]]
## [1] "Keedbo: @Jrect254 It depends is she is can't talk its only for BL 😉"
## 
## [[2494]]
## [1] "1516_roman: @Charlot94878566 @Dekacchann accept or acknowledge a BL ship. A queer ship. Because if one of those two boys were a… https://t.co/JbAQgUtj3Y"
## 
## [[2495]]
## [1] "BL_Athletics: New Story: Girls Middle School Basketball Splits with Edison https://t.co/Ey1RxvOu7e"
## 
## [[2496]]
## [1] "Bl_ckkky: RT @Bl_ckkky: Senegal is winning today 💯"
## 
## [[2497]]
## [1] "bethyyogh_: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2498]]
## [1] "NFTShirts1: RT @OPQRSTEE: Check out this product 😍 LION Men's Premium T-Shirt 😍 \nShop now 👉👉 https://t.co/Y18tO0uIcp\n\n#tee #tshirt #tshirts #usa #game…"
## 
## [[2499]]
## [1] "yangkinki1: RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…"
## 
## [[2500]]
## [1] "travis_bl: @AntonyRowntree @Stephen69330887 I'd be all over them. One of each and away you go."
## 
## [[2501]]
## [1] "OPQRSTEE: Check out this product 😍 LION Men's Premium T-Shirt 😍 \nShop now 👉👉 https://t.co/Y18tO0uIcp\n\n#tee #tshirt #tshirts… https://t.co/HUHVSKQ6OX"
## 
## [[2502]]
## [1] "peatfort: which bl is this? https://t.co/fNikQ8xt7e"
## 
## [[2503]]
## [1] "cutiecutiepie_: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[2504]]
## [1] "Addicted_ToZayn: RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…"
## 
## [[2505]]
## [1] "blsoftiee: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2506]]
## [1] "petravoice: RT @Nika_Rakhmanova: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nIn your arms\nA person with a pure heart sees pur…"
## 
## [[2507]]
## [1] "petravoice: @bl_artcult @illustrata_ai @joynxyz @amli_art thank you, Black label! 🙏💞"
## 
## [[2508]]
## [1] "world_of_bl_com: Saturday 26th November 2022 (1/3)\n\n🇻🇳 The Star Always Follow You: Episode 1\nYoutube https://t.co/L4fB2TZXLs\n\n🇯🇵 Ete… https://t.co/vOxH8ih5UW"
## 
## [[2509]]
## [1] "Intellectard: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[2510]]
## [1] "JolanJoestar: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2511]]
## [1] "petravoice: RT @petravoice: @illustrata_ai @joynxyz @amli_art @bl_artcult 1st submission\n\n\"be careful when playing with the dark\"\npt. 1 it's dangerous…"
## 
## [[2512]]
## [1] "sian_bl: @Lousanay Lets go ☺️"
## 
## [[2513]]
## [1] "Heterophobea: Every second they watch a BL series someone d words https://t.co/QZ9YcOOYzx"
## 
## [[2514]]
## [1] "voidoflogic: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[2515]]
## [1] "BL_prints: RT @arthistorynews: Provenance researchers feel your pain!"
## 
## [[2516]]
## [1] "Brianmannphoto: @bl_artcult I switched to mudwtr. Best part no crashing after"
## 
## [[2517]]
## [1] "CurlyClareToo: @spinningzoo @LuxfordC @anarcho_goblin @OneShoup @clapifyoulikeme Sharing like bl**dy socialists! 😉"
## 
## [[2518]]
## [1] "BRANDONAGE: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2519]]
## [1] "bl_artcult: @petravoice @illustrata_ai @joynxyz @amli_art A lot of depth here, thanks for joining!"
## 
## [[2520]]
## [1] "BL_Learning: @CeMillbrook Huge congratulations to your school! Thanks so much for being a brilliant part of the project. We'd lo… https://t.co/s26efnXmF9"
## 
## [[2521]]
## [1] "BL_Scenery: @MyBLCalendar Its just fun shipping them, imagine if the plot will twist 😁.\n\nLooking forward for them to sail, #GunSave couple 🥰"
## 
## [[2522]]
## [1] "femy_nism: RT @Tappy_toon: Is it already the finale of Kill The Lights?! We’re not ready to see this couple go… 😢\n\nBUT stay tuned for the epilogue! 😏…"
## 
## [[2523]]
## [1] "bkpp_mint24: RT @besidesunset: we always got your back :-)\n#เพนกวินบอกรักบิวกิ้นพีพี https://t.co/XAJ4COJWV3"
## 
## [[2524]]
## [1] "Nika_Rakhmanova: @bl_artcult @illustrata_ai @joynxyz @amli_art thank you 🥰"
## 
## [[2525]]
## [1] "BeekenIndustri: $KBH - KB Home Announces the Grand Opening of Nighthawk, a New Community Located Within the Prestigious Summerlin M… https://t.co/vuNDH2yMnN"
## 
## [[2526]]
## [1] "awakenthewrlds: no like bengek hyungers who consume BL but also homophobic at the same time are so fucking weird i need them to be… https://t.co/Q1k2kInRf7"
## 
## [[2527]]
## [1] "mar1409mar: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2528]]
## [1] "je_ff09: @SharaRockett BTW are all these horror+BL??"
## 
## [[2529]]
## [1] "bl_artcult: @inigma_a Honestly haven't had/taken the time to dive in on 2.0. All of this is so fast, it's a but overwhelming tr… https://t.co/C1KNyEUilu"
## 
## [[2530]]
## [1] "SunflowerLychee: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2531]]
## [1] "townezrax: Human Hair Clip In Extensions 14 Inches 120g Natural Black Color Clip In Hair Extensions Real Human Hair 7pcs Clip… https://t.co/qtVeUgv8jO"
## 
## [[2532]]
## [1] "Bl_clarisse: RT @Nene_yr: ON EXPIREEEEEEEE"
## 
## [[2533]]
## [1] "ardouser: The best BL to the next round https://t.co/fvmbVzndAe"
## 
## [[2534]]
## [1] "NeivaTheNerd: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2535]]
## [1] "TheBLZone1: Sorry for not being on Twitter lately but yes, all BL shows are 99.5% up to date now... check them all out here:… https://t.co/HxnLSXkirm"
## 
## [[2536]]
## [1] "lovecastpodcast: It's the most wonderful time of the year - the annual #GMMTV2023 showcase 🙌 Join us as we talk through all the #BL… https://t.co/RXsFjxRlu1"
## 
## [[2537]]
## [1] "hikiganebousou: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2538]]
## [1] "SR__1209: RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…"
## 
## [[2539]]
## [1] "petravoice: @illustrata_ai @joynxyz @amli_art @bl_artcult pt.2 many of us, fragile souls once fell in someone's strong hands an… https://t.co/4dTLFFKdCI"
## 
## [[2540]]
## [1] "petravoice: @illustrata_ai @joynxyz @amli_art @bl_artcult 1st submission\n\n\"be careful when playing with the dark\"\npt. 1 it's da… https://t.co/gRETU3vpqD"
## 
## [[2541]]
## [1] "511NY: Construction on #Q27Bus Both directions from 46 Av/162 St to Kissena Bl/45 Av https://t.co/IGxbn4kQC7"
## 
## [[2542]]
## [1] "DerekLovesJRTs: @BURBEARI @1mUsagi You know how you collect BL images imprinted into your brain to appreciate later when your on a… https://t.co/lrqfmKMlyw"
## 
## [[2543]]
## [1] "RozellaSchambe1: FINGERINSPIRE 3 Yard x 2 Inch Hook and Eye Cotton Tape Trim 1 2 inch Spacing Black Lace-Covered Tape with Largr Hoo… https://t.co/mXLX3OQ0Dy"
## 
## [[2544]]
## [1] "exjusemee: RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…"
## 
## [[2545]]
## [1] "smitham63ljozs: 16 Pcs Pencil Sharpener Plastic Double Hole Colored Pencil Sharpener Manual Small Fun Handheld Pencil Sharpener Red… https://t.co/akjdwKcin2"
## 
## [[2546]]
## [1] "bl_artcult: @moondust_36 Absolutely stunning."
## 
## [[2547]]
## [1] "bbuff_filmy: RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…"
## 
## [[2548]]
## [1] "monarchyconf: RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…"
## 
## [[2549]]
## [1] "Nudel_spl: RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…"
## 
## [[2550]]
## [1] "dumplingart: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2551]]
## [1] "anim8dead: @bl_artcult I had to switch to tea. 😬"
## 
## [[2552]]
## [1] "AdvantagePriCon: @WeAreWST @juddtrump @eurosport @discoveryplus Bl**dy outrageous!!!"
## 
## [[2553]]
## [1] "sunsetbbkisses: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[2554]]
## [1] "bananarkive: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[2555]]
## [1] "kxlluvvinz: Like literally chill it’s not like there’s no tomorrow💀💀 #deardoormanhwa #blmanhwa #bl https://t.co/psw7EUNr0P"
## 
## [[2556]]
## [1] "PeterKuskis: Dr. P, people…\n\nExposing the links between Calcium, Vitamin K2, and Plaque Buildup in Bl... https://t.co/aei92rImr4 via @YouTube"
## 
## [[2557]]
## [1] "naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they… https://t.co/j08NGSzQLM"
## 
## [[2558]]
## [1] "melybel_: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2559]]
## [1] "FurryLibrarian: RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…"
## 
## [[2560]]
## [1] "antone84so: Bark Buddies Dog Barking Deterrent Devices, Handheld Pet Gentle Trainer Device, Bark Control Indoor Outdoor Trainin… https://t.co/TR6dWnI0O2"
## 
## [[2561]]
## [1] "effertzjss: Homebeez Modern Round Velvet Ottoman Foot Rest Vanity Stool/Seat with Gold Metal Legs for Kitchen Bedroom Living Ro… https://t.co/0EqtXGxtjW"
## 
## [[2562]]
## [1] "villupuramAkFC: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[2563]]
## [1] "boydna_: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2564]]
## [1] "jeebusdial: been reading BL since 10am, 10pm rn but i wanna read more hhhhh"
## 
## [[2565]]
## [1] "jungwongindut: i might starting to hyping up some BL content on my account from now on. if it bothers you, you are very welcomed t… https://t.co/OEjApWdqiA"
## 
## [[2566]]
## [1] "NiTiSH550: One of the best drawings of all time\n \n#kuroken #HanYuan #BL\n\nhttps://t.co/0X7lO6sizL https://t.co/djWi3hVGZa"
## 
## [[2567]]
## [1] "jordanxworld: I think I’m going to stay on cb Twitter for now on because bl twitter is so toxic."
## 
## [[2568]]
## [1] "SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3… https://t.co/HbqkJGUpRR"
## 
## [[2569]]
## [1] "torphxbe: Latin Percussion LP776-BL Vibra-Tone Large Indigo Blue RWSFYTQ\n\nhttps://t.co/joMdWowvcZ https://t.co/kwWEi8tdsD"
## 
## [[2570]]
## [1] "BluestJavelin: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2571]]
## [1] "clevergirrll: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2572]]
## [1] "511NY: Updated: Construction on #Q103Bus SB from 41 Av/12 St to Vernon Bl/Queens Plz N https://t.co/tBjCmNCMQ0"
## 
## [[2573]]
## [1] "511NY: Cleared: Construction on #Q103Bus SB at 41 Av/Vernon Bl"
## 
## [[2574]]
## [1] "511NYC: Cleared: Construction on #Q103Bus SB at 41 Av/Vernon Bl"
## 
## [[2575]]
## [1] "fairyluvluv: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2576]]
## [1] "NotEasyGreen: @SoonerWerder @NaWerder @SvwOMYTfc @djmuller83 I get the sense you would need to make = or + what you think you may… https://t.co/A8kAZsOkol"
## 
## [[2577]]
## [1] "misti_violet: RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…"
## 
## [[2578]]
## [1] "fatuiharbing: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[2579]]
## [1] "BL_Publishing: RT @CharliebeansNZ: @ohsinnerman Look what arrived at the bottom of the world!!! I’m so excited 🤩🥳😍 https://t.co/U8TafRJOuf"
## 
## [[2580]]
## [1] "Nemo_nuea: RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…"
## 
## [[2581]]
## [1] "marics12_: When I fell for you, I fell Hard\n\nKDLEX Sweethearts #RAWRAWARDS2022\n\n#AlexaIlacad |  #KDEstrada \n#KDLex | #PETAWalangAray \n\nBabiii bl"
## 
## [[2582]]
## [1] "hue_shine: @uchihagli Oh hii there BL stan...only y'all could stop so low it's expected from y'all🤭"
## 
## [[2583]]
## [1] "BL_Publishing: RT @ohsinnerman: These would make amazing Xmas presents this year."
## 
## [[2584]]
## [1] "s7ephenwithaph: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[2585]]
## [1] "DrSabinaDosani: RT @britishlibrary: Following World AIDS day, acclaimed screenwriter, TV producer and creator of #ItsASin, @russelldavies63 and author #Jil…"
## 
## [[2586]]
## [1] "nirvana10M: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[2587]]
## [1] "mile_apoEast: RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…"
## 
## [[2588]]
## [1] "MollyKHumphries: RT @MollyKHumphries: @GeriKipp @mandy_mclaren They don’t. When they do figure it out, then what? Move to another school? Maybe a little pho…"
## 
## [[2589]]
## [1] "anim8dead: @bl_artcult Been there"
## 
## [[2590]]
## [1] "511NY: Construction on #Q103Bus SB from 41 Av/12 St to Vernon Bl/Queens Plz N https://t.co/tBjCmNCf0s"
## 
## [[2591]]
## [1] "christy04881579: \"Lemon Lightning\" is an absolutely perfect comic! It's living rent free in my head!\n \n#commission #BL #freecomic… https://t.co/F7DjXNRDgs"
## 
## [[2592]]
## [1] "sunknower: man I fucking love semantic error best bl I've ever watched"
## 
## [[2593]]
## [1] "love_potion_no8: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[2594]]
## [1] "nhguaVyT: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2595]]
## [1] "Chance23912548: @futa1126 When i read the novel now, I always envision Colin Firth as Mr Darcy. \nAfter i read P&amp;P, I realised that… https://t.co/ogRDYk4lL9"
## 
## [[2596]]
## [1] "BL_BenS: RT @OheMCee: Just seen the Lindisfarne Gospels at the ⁦@LaingArtGallery⁩ - a great thrill! https://t.co/PaawxG0Egs"
## 
## [[2597]]
## [1] "MollyKHumphries: @GeriKipp @mandy_mclaren They don’t. When they do figure it out, then what? Move to another school? Maybe a little… https://t.co/rCJzMFFEu9"
## 
## [[2598]]
## [1] "KanyaneeTukky: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/tr1yPMsfLQ @TheTopFamous"
## 
## [[2599]]
## [1] "MyBLCalendar: @BL_Scenery I'm team shogun though I'm certain that maitoh will end up with green.\n\nAfter all they are also Ton and… https://t.co/9I93PZAvtH"
## 
## [[2600]]
## [1] "rozentinee: emang bl paling bagus cuma wolf in the house"
## 
## [[2601]]
## [1] "ShorealoneFilms: RT @lait911: Leimert Park | Railroad/Train Emergency reported at S Crenshaw Bl / W Exposition Blvd\n\nhttps://t.co/LkX4v8qF6F\n#lafd #lafdalert"
## 
## [[2602]]
## [1] "lait911: Leimert Park | Railroad/Train Emergency reported at S Crenshaw Bl / W Exposition Blvd\n\nhttps://t.co/LkX4v8qF6F\n#lafd #lafdalert"
## 
## [[2603]]
## [1] "LADYGAGAEXOBBB: VegasPete had the effect of a tornado on the BL industry by being a side couple with just 90 minutes of screen.  Im… https://t.co/eMCT4TaHfL"
## 
## [[2604]]
## [1] "Messica91: @DangerTangerine It’s a hot damn mess and I don’t have enough twitter characters for how bad it actually is bl"
## 
## [[2605]]
## [1] "robinschnelle: y eyeing every man of his crew. But those wild eyes met his,\nas the bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/qRcXybhjxl"
## 
## [[2606]]
## [1] "alumasa_maxwell: @Arel2Ron @illustrata_ai @joynxyz @amli_art @bl_artcult Their choice of road kneeling also to go"
## 
## [[2607]]
## [1] "vnusrabbit: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[2608]]
## [1] "wrenmatsuu: @suhjelly @itsukaes @neiImobiIe i was reading em, lol. i also have an impressive collection of BL manga, and i'm no… https://t.co/HxwA5svAB7"
## 
## [[2609]]
## [1] "h0peurot: @cutefemcel HELP ME I buy bl irl all the time what"
## 
## [[2610]]
## [1] "manyundei: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2611]]
## [1] "Arel2Ron: @illustrata_ai @joynxyz @amli_art @bl_artcult Van Gogh's Artificial Intelligence #expressionwithmeaning \n\nI am insp… https://t.co/uWL04hmMav"
## 
## [[2612]]
## [1] "fan_booking: @StephanieHypes I have been saying for MONTHS, that Solo is there to break the BL up."
## 
## [[2613]]
## [1] "19sepRiia: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2614]]
## [1] "CeMillbrook: Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an… https://t.co/2aWodCCrEr"
## 
## [[2615]]
## [1] "JNKSGENRE: Pls give me spicy bl recs that dont contain SA"
## 
## [[2616]]
## [1] "melybel_: RT @hikaru1412: Story was the right pace imo. There are BL that actually have terrible slow-paced storylines. I am shocked. I feel like I k…"
## 
## [[2617]]
## [1] "LeedsDYS: RT @thetwelve_dol: As part of our series sharing saints who inspire us, we remember Bl Laura Vicuna!\n\nWe particularly remember her for her…"
## 
## [[2618]]
## [1] "kikibumkey: @cowpoke690 Even for BL, many won't be able to tune in. For sure they're aware of this issue though. It was probabl… https://t.co/ah8l3qXIia"
## 
## [[2619]]
## [1] "mynameisnotvlad: RT @cutefemcel: bought bl for the first time irl im so embarassed  i cld cry 😭😭😭😭😭😭"
## 
## [[2620]]
## [1] "Y_H_Bl_Sl: @Wijntje10 Schadepot ?"
## 
## [[2621]]
## [1] "bukanjeffsatur: @tanyakanrl Nonton series bl"
## 
## [[2622]]
## [1] "bl_hkg: @milephakphum GN P’Mile !Love you, sleep more tonight! Sweet dreams 💚🍒🐻 https://t.co/O0jSeN2rnn"
## 
## [[2623]]
## [1] "KKsrinivasan_BL: RT @SupriyaShrinate: Wow! The plot worked. \n\nI deliberately sent this to one particular ‘journalist’ to see what they did with it. \n\nValida…"
## 
## [[2624]]
## [1] "TomitaDouji: RT @JinglesPigtails: felt cute in my zombie BL shirt. \ncheck out *Boys of the Dead* by Tomita Douji from @kumapub 👀 (gotta plug my undead s…"
## 
## [[2625]]
## [1] "wrenmatsuu: @neiImobiIe @N30B4DD13Z it's got a fuckton of sexual violence in it. is it acceptable, though, cause the main chara… https://t.co/D6PS83Dskb"
## 
## [[2626]]
## [1] "vennicensem: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2627]]
## [1] "Bl_clarisse: RT @Fsfofficielle: 70’ | ⚽️ 𝘽𝙐𝙐𝙐𝙐𝙏𝙏𝙏𝙏 ! 𝙆𝙊𝙐𝙇𝙄𝘽𝘼𝙇𝙔 !! \n\n#ECUSEN | (1-2) | #FIFAWorldCup https://t.co/xyx9x828wP"
## 
## [[2628]]
## [1] "anonymousG124: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2629]]
## [1] "cutefemcel: bought bl for the first time irl im so embarassed  i cld cry 😭😭😭😭😭😭"
## 
## [[2630]]
## [1] "AhassanSohel: This manhwa is awesome! I can't get enough of it!\n \n#pixelart #artworks #bl\n\nhttps://t.co/aK8kZFufMS https://t.co/73ryC4nvt2"
## 
## [[2631]]
## [1] "Melany081115: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[2632]]
## [1] "hellxentranxe: https://t.co/LGrgs43O1l \n\nAuthor's Note:\n\n𝐓𝐖: mentions of r*pe, m*rder, torture, bl*od \n\n𝐏𝐥𝐞𝐚𝐬𝐞 𝐫𝐞𝐟𝐫𝐚𝐢𝐧 𝐟𝐫𝐨𝐦 𝐫𝐞𝐚𝐝𝐢𝐧… https://t.co/7ot9KFREkp"
## 
## [[2633]]
## [1] "LauraWallace26: Well that's it officially official!  Thesis is now available for anyone interested...  British Library EThOS: We’re… https://t.co/XoDGvUmt9L"
## 
## [[2634]]
## [1] "LouisLebbos: @paulg @m42everything For nuance quadrants might work here.\nAware winner. TR.\nAware loser. BR\nUnaware winner. TL\nUnaware loser. BL"
## 
## [[2635]]
## [1] "mutedcmyk: exactly what i like for my bl: crime, anguish and drama https://t.co/CF8woYTNnV"
## 
## [[2636]]
## [1] "thetwelve_dol: As part of our series sharing saints who inspire us, we remember Bl Laura Vicuna!\n\nWe particularly remember her for… https://t.co/aQXrxBMv1l"
## 
## [[2637]]
## [1] "bl_ahblah: RT @HBD_GJH: 𝟏𝟖, 𝐓𝐫𝐢𝐠𝐠𝐞𝐫, 𝐋𝐨𝐯𝐞 \n\n-\n\n𝘊𝘢𝘧𝘦 𝘎𝘪𝘧𝘵 : 𝘓𝘪𝘴𝘵 https://t.co/1gIBl06Hov"
## 
## [[2638]]
## [1] "NiqNaJu_fanacnt: RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…"
## 
## [[2639]]
## [1] "bl_artcult: @moondust_36 GM darling Moon! ✌️☕"
## 
## [[2640]]
## [1] "lovelywangji: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2641]]
## [1] "baeksdoie: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2642]]
## [1] "bl_artcult: @rocketgirlNFT @joynxyz @HODLFrance Cheers to that, they're like live podcasts it's great"
## 
## [[2643]]
## [1] "ryuknowwhattodo: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2644]]
## [1] "lovemybabyart: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[2645]]
## [1] "bl_artcult: @CoffeeVectors There's no other way."
## 
## [[2646]]
## [1] "boyhypnosis: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2647]]
## [1] "zombiepop: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2648]]
## [1] "sanasodabreeze: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2649]]
## [1] "TanyaVillanelle: 1. Hyungers\n2. People who enjoy bl but hate lgbt\n3. ngabers https://t.co/wdUvhYQaJU"
## 
## [[2650]]
## [1] "brave0nft: RT @ApocTao: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nShe fell back, confused, unsure of the moment... having f…"
## 
## [[2651]]
## [1] "brave0nft: RT @_Dr_Fetus_: @illustrata_ai @bl_artcult @joynxyz @amli_art #expressionwithmeaning\n\nInspired by The Smiths album “meat is murder” and the…"
## 
## [[2652]]
## [1] "shibafree2be: @meowmeowrichhh It's so hard to understand shippers attitude towards all the tv BL couples in general: they are act… https://t.co/EUke69zZo6"
## 
## [[2653]]
## [1] "zebrafinch: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2654]]
## [1] "BL_2889: @Magpie24_7 That’ll be boot polish or pies. Its a billion for 10 years for shirt sponsors"
## 
## [[2655]]
## [1] "511NY: Construction on #Q103Bus SB at 41 Av/Vernon Bl https://t.co/J2KhSJIo0N"
## 
## [[2656]]
## [1] "pprincenv: RT @phuwintang: (NEW BL!) ปลาบนฟ้า Fish upon the sky - Official Trailer REACTION https://t.co/Se0RyzKl6V via @YouTube  thank you so much @A…"
## 
## [[2657]]
## [1] "bl_romance: RT @whatchanloves: aou flirts with boom : a thread\n#อู๋บูม #AouBoom"
## 
## [[2658]]
## [1] "jaywawk: @BL_2889 @NE5westend I’ve still bought them all 😂😂"
## 
## [[2659]]
## [1] "metroherobot_bl: Eastbound 8-car BL/New Carrollton Train 460 has been holding at Pentagon on track 1 for at least 5 mins. (11:37am)"
## 
## [[2660]]
## [1] "metroheroalerts: Eastbound 8-car BL/New Carrollton Train 460 has been holding at Pentagon on track 1 for at least 5 mins. (11:37am)"
## 
## [[2661]]
## [1] "eyeseye_bl: RT @39Yeonhwa: 221129 Cheer up Baby 🥹🥹\n\n#르세라핌 #LE_SSERAFIM\n#사쿠라 #宮脇咲良 https://t.co/kOjnFfUKJY"
## 
## [[2662]]
## [1] "magsarion: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2663]]
## [1] "ShabanaMarshall: RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…"
## 
## [[2664]]
## [1] "SXNGLETRACKED: -Ingo\n-23-25\n-He/Him\n-6'4\n\n•Mainly headcanon based portrayal of subway boss Ingo\n-Interactions taking place in Hisu… https://t.co/i1rZORZ3Or"
## 
## [[2665]]
## [1] "Ayochase01: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2666]]
## [1] "hesham_monica: $BL Trading Ideas | Awaiting Short signal. 80% win rate based on 14 trades. Profit factor is 1.3. #investing #money… https://t.co/tUN6kuKGBf"
## 
## [[2667]]
## [1] "moondust_36: @bl_artcult Good morning, dear Black 🖤!"
## 
## [[2668]]
## [1] "bl_cuties: RT @ccincin_: This popped up on my tl and I’m sorry I laughed out loud 😂 Billkin’s face when pp said people can dm him is too funny 😂 https…"
## 
## [[2669]]
## [1] "abandnment: @retardparadox bl@kesylv1iee on instagram"
## 
## [[2670]]
## [1] "BL_2889: @jaywawk @NE5westend Mine comes tomorrow just hoping it’s not a bag of shit 😂"
## 
## [[2671]]
## [1] "____320hj: hyunlix need to star in a bl series"
## 
## [[2672]]
## [1] "BL_Publishing: RT @brumnordie: #BookReview: Mystery in White by J. Jefferson Farjeon https://t.co/Dp4FXIuu2P \n\n#Winter  #Christmas @BL_Publishing https://…"
## 
## [[2673]]
## [1] "BL_Publishing: RT @johnjbooks: Some short stories for Christmas from the @BL_Publishing Women Writers series. Have you got this @DannyVanBooks ? https://t…"
## 
## [[2674]]
## [1] "ZankieEnough: won't act like just friends LOL. They forced me to acknowledge them as a relationship because of them letting us in… https://t.co/EtUtC8mOUf"
## 
## [[2675]]
## [1] "SuperPonyBolt: @BL1NKYYY But not Bl-one-nky?"
## 
## [[2676]]
## [1] "Zita90421: @Bee_Nichaphat \n\nWhen choosing a film and television program, please be aware that not all BL topics are suitable f… https://t.co/6Jl0YPPxxr"
## 
## [[2677]]
## [1] "full_cure: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2678]]
## [1] "metroherobot_or: Westbound 6-car OR/Vienna/Fairfax-GMU Train 902 changed its destination to BL/Huntington at or near Landover on track 2. (11:33am)"
## 
## [[2679]]
## [1] "metroheroalerts: Westbound 6-car OR/Vienna/Fairfax-GMU Train 902 changed its destination to BL/Huntington at or near Landover on track 2. (11:33am)"
## 
## [[2680]]
## [1] "LaurenG43444365: RT @Tappy_toon: I didn’t kill you…\nSo go out with me!\n\n❤️‍🔥Any  fans?! #BL #Fantasy"
## 
## [[2681]]
## [1] "BL_Y_Single: RT @woodzxc: #WOODZ &lt;World Changer&gt; SMF MAMA Full Ver. https://t.co/FjHZBTwxPn"
## 
## [[2682]]
## [1] "_VAbigail: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2683]]
## [1] "Marcy65058368: RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…"
## 
## [[2684]]
## [1] "BottomLineDC: It's #MatchDay! And make or break for @usmnt. Come cheer with us at The BL - we'll have sound on, the match on the… https://t.co/flgj4xk19V"
## 
## [[2685]]
## [1] "CamHistory: RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…"
## 
## [[2686]]
## [1] "ZBusinesswoman: I wanna try out this comic book style\n \n#BL #mangalover #fridaynightfunkin\n\nhttps://t.co/VmKs4MQnuU https://t.co/l5B2eMLahC"
## 
## [[2687]]
## [1] "boobooshugar: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2688]]
## [1] "Zita90421: @Bee_Nichaphat \n\nNot BL subject matter is also OK, don't limit yourself\n\nBut don't choose TV series or movie projec… https://t.co/rAtKvQiasM"
## 
## [[2689]]
## [1] "BL_Y_Single: RT @BeaniverseYoun2: เซอร์ไพรส์​ ❤️‍🔥\n\nWritten by WOODZ\nComposed by WOODZ, Nathan\nArranged by Nathan, WOODZ\n\n#WOODZ @c_woodzofficial #조승연 h…"
## 
## [[2690]]
## [1] "rocketgirlNFT: @bl_artcult @joynxyz @HODLFrance Yeah I listen as I work and paint, it’s a great way to absorb knowledge and I’m no… https://t.co/ElWPIs6BcN"
## 
## [[2691]]
## [1] "darkestdollx: @ErotemeArt @obscuradao @MecenateFineArt @bl_artcult and i totally forgot to tag people 🤣 @blind_imagery your evil… https://t.co/xy7bRVOSCV"
## 
## [[2692]]
## [1] "ukiyosghost: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2693]]
## [1] "ScotOralHist: RT @EastMidsOHA: Reflections on an oral history project (re)shaped by the pandemic | read about how COVID impacted on our oral history of m…"
## 
## [[2694]]
## [1] "bl_fan89: @georgia_tcv I noticed in their part of the Our Skyy 2 teaser that Pond pushes Puwin's hand away when he reaches ou… https://t.co/9jXZBJmpSe"
## 
## [[2695]]
## [1] "HelloBWJr26: I need someone to alert me when theres something big or a big news occured 😂\n\nLike ada \"BL Space\" going on\n\nCause i… https://t.co/4peViB8e3j"
## 
## [[2696]]
## [1] "BL_Publishing: Whether it’s the uncanny tales of A.M. Burrage you’re after, or a journey through the weird and wicked folklore of… https://t.co/JPSH07HfqA"
## 
## [[2697]]
## [1] "falsel_net: Preventive screening through PCR-saliva testing was proven to reduce #SARSCoV2 community transmission.… https://t.co/ACAsJCjohG"
## 
## [[2698]]
## [1] "CoffeeVectors: @bl_artcult I usually have it black, Black lol"
## 
## [[2699]]
## [1] "Zita90421: @Bee_Nichaphat \n\nWhen choosing a film and television program, please be aware that not all BL topics are suitable f… https://t.co/xPpjEdaz30"
## 
## [[2700]]
## [1] "uptoasmilingme: RT @shipvrse: One of the best NC scene in BL series👏🏻 #ghgh #GhostHostGhostHouse #bl #boyslove #blthai #thaibl #thaiblseries #seriesbl #tha…"
## 
## [[2701]]
## [1] "GinabeanartGina: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[2702]]
## [1] "inigma_a: @bl_artcult Sick ! that's awesome 🔥🔥 https://t.co/A8pswwfGrG"
## 
## [[2703]]
## [1] "Ituki_0408mikan: RT @hanmdin: 「affection」#類司 #prsk_BL https://t.co/M7USPb3RT9"
## 
## [[2704]]
## [1] "Evelincs_: RT @pinpinvn: Finally, I can officially introduce to ya all both main characters from my upcoming BL comic. I was struggling a lot but fina…"
## 
## [[2705]]
## [1] "rogahnvuvw: Hermosa 13x4 Lace Front Human Hair Wigs Pre Plucked with Baby Hair 150% Density 9A Straight Human Hair Lace Front W… https://t.co/Y6PH1Z5WkE"
## 
## [[2706]]
## [1] "JesseThSrvnt1: Bl@ckm@il vid€0 t@p€s?NW0 illumin@ti fr33m@s0ns &amp; W0rld Economics F0rm WEF?Lucif€r UN&amp;@g€nd@ 2030?Th€ Wr@th 0f Gd?J… https://t.co/OtmUeoXTr1"
## 
## [[2707]]
## [1] "hana_michis: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2708]]
## [1] "world_of_bl_com: Friday 25th November 2022 (3/3)\n\n🇹🇭 I Will Knock You: Episode 2\nGaga Full https://t.co/O1LX3x85np\nYoutube (Pay)\n1/4… https://t.co/35CeF3IAb8"
## 
## [[2709]]
## [1] "jhonny3211: RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…"
## 
## [[2710]]
## [1] "animateInternat: 🌠PRE-ORDER🌠\n\nHey #BL fans, check out all of our Wash My Heart Wash My Heart: Minato Shoji Coin Laundry merch!\n\nFeat… https://t.co/AiWpBdynHa"
## 
## [[2711]]
## [1] "BTran2003: RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…"
## 
## [[2712]]
## [1] "jemsagcal: @_iamalistairvt NON-CONTEXT “it isn’t BL but it does sound like BL” https://t.co/HjpReVVF5X"
## 
## [[2713]]
## [1] "Charlie89501621: “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/nR3tdYprkE"
## 
## [[2714]]
## [1] "bl_artcult: @Eleni78770815 GM GM 🙏👁️"
## 
## [[2715]]
## [1] "KnZ_BL: RT @Netflix_CA: still thinking about this moment in heartstopper https://t.co/SNmyptNWNI"
## 
## [[2716]]
## [1] "Contemporary_BL: RT @MarksAwards: Friday 9th December… a grand celebration of the poetry pamphlet! For the first time in several years, our Awards night is…"
## 
## [[2717]]
## [1] "world_of_bl_com: Friday 25th November 2022 (2/3)\n\n🇹🇭 Wall Of Dawn: Pilot Teaser\nYoutube https://t.co/BSiANIggvm\n\n🇹🇭 My School Presid… https://t.co/6ONMRQZqOa"
## 
## [[2718]]
## [1] "bl_artcult: @inigma_a Dude... I've been 100% on SD for months. I tried to work with mj4 for like three weeks without hitting th… https://t.co/qwMX4t9sQR"
## 
## [[2719]]
## [1] "darkestdollx: RT @darkestdollx: @ErotemeArt @obscuradao @MecenateFineArt @bl_artcult thanks for the tag!!! 🙌💜 perfect theme for dropping some new 𝕡𝕣𝕖𝕥𝕥𝕪…"
## 
## [[2720]]
## [1] "Lunabelleino: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2721]]
## [1] "darkestdollx: @ErotemeArt @obscuradao @MecenateFineArt @bl_artcult thanks for the tag!!! 🙌💜 perfect theme for dropping some new 𝕡… https://t.co/SpwCyikU4T"
## 
## [[2722]]
## [1] "farchicore: @s4tinflowers BESTIE LET ME TELL YOU i’ve drowned myself w tons of bl i’ll dm u later cause i got a lot in my list… https://t.co/1no8HxHh2p"
## 
## [[2723]]
## [1] "ChildOfMileApo: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[2724]]
## [1] "world_of_bl_com: Friday 25th November 2022 (1/3)\n\n🇹🇼 My Tooth Your Love: Episode 8\nViki https://t.co/5ENvA7ITSI\nGaga… https://t.co/QR5N60t7NE"
## 
## [[2725]]
## [1] "fineboytemii: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2726]]
## [1] "elakarinaela: Both #NeverLetMeGoSeries and #MySchoolPresident are BL with high schooler main characters airing at the same time b… https://t.co/AP2yJx0pCw"
## 
## [[2727]]
## [1] "rheigneljhay: Missing those eras of my life😭😭😭 bl bl lagi huhu"
## 
## [[2728]]
## [1] "markolver: RT @The_Steph_: @bellylaughs2 @caringinbristol @markolver @JulianTrust @FareShareSW @bristol247 @BristolLive @BristolLifeMag @VisitBristol…"
## 
## [[2729]]
## [1] "QirongsBff: @exosvtdanmei I would have been super happy if Seo Ham was there during the award shows 😭\nBut Jaechan never miss me… https://t.co/WGfSMt2D6w"
## 
## [[2730]]
## [1] "_Hey_its_Laura_: She's a multi and most importantly a Bl!nk, and y'all trying to convince us that multis are not bad lMAO https://t.co/XFde3KA18M"
## 
## [[2731]]
## [1] "SXNGLETRACKED: if Pr*ship, Bl*nkship, basic dni criteria\n-Any Emmet is free to interact !\n-May / May not connect to @/dxrailed"
## 
## [[2732]]
## [1] "SXNGLETRACKED: -Dark themes such as violence may be present but no lewd\n-Multiverse/Oc Friendly\n-Tags/Dms open for plotting or int… https://t.co/XsfbuqRoe7"
## 
## [[2733]]
## [1] "kamlesm: RT @kamlesm: Satti chaura ghat Kanpur\nwrongly named Massacre or slaughter ghat?\neveryone knew that fire happened out of confusion &amp; not sta…"
## 
## [[2734]]
## [1] "Mrs_N0B0D1: RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong \"Dream Of You\" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…"
## 
## [[2735]]
## [1] "InLimboV: RT @ER_EJR: @InLimboV @EnglishmanAdam All of this.Add to it a society strongly built on a class system,in which yr future is determined by…"
## 
## [[2736]]
## [1] "bl_artcult: @ufonft2 Good to hear! 🙏 Doing well, rollin!"
## 
## [[2737]]
## [1] "LentusOracle: RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN"
## 
## [[2738]]
## [1] "AlvinRomero030: RT @boyslovetv: Trailer of the Thai BL #NeverLetMeGo! Starring Pond &amp; Phuwin, the series premieres on December 13, 2022! \n\n#เพื่อนายแค่หนึ่…"
## 
## [[2739]]
## [1] "val_hshm: me when I realize I know what ntr is because of a fucking BL novel. this is why I'm not seeing heaven"
## 
## [[2740]]
## [1] "inigma_a: @bl_artcult bruh these are super dope ... are you on SD 2.0 what is this wizardry 🔥🔥🔥"
## 
## [[2741]]
## [1] "GWorldTrav: @DoctorSam7 @ChaseJYoung1 I think that both parts (phonics and comprehension) are important. Phonics instruction re… https://t.co/S4rBFqHLJB"
## 
## [[2742]]
## [1] "bl_artcult: @charis_ai @AiJoe_eth Cheers ☕✨☕"
## 
## [[2743]]
## [1] "K_Kentin_Rose: @yslppe Rightttt im actually hesitating to call them bl actors for some reason, cause as an actor they really just… https://t.co/lOj4BO4CcP"
## 
## [[2744]]
## [1] "glimpseofbw: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[2745]]
## [1] "_bl_ai_ze: RT @GucciStarboi: Last time to ever perform in Lagos 😳 https://t.co/5D9a77Br1D"
## 
## [[2746]]
## [1] "PS5_BOTs: RT @iloveps_5: 📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from \"NONE\" to \"IN_WAREHOUSE…"
## 
## [[2747]]
## [1] "BL_Hyro: RT @excaliburt16: I am currently looking for a Team for 2023 as a Support\nMostly interested in PRM 3+ or ERL 2+,\nbut considering all offers…"
## 
## [[2748]]
## [1] "bl_artcult: @rocketgirlNFT @joynxyz @HODLFrance Do you just go to ALL the spaces? 🤔🤣"
## 
## [[2749]]
## [1] "dprmarker: So Is doyoung gonna be in an bl or was I lied to by a yuta stan"
## 
## [[2750]]
## [1] "MetalDragonKid: @shoujoscholar There is some truth to this. During the BL boom shonen magazines started adding bishonen and queer s… https://t.co/w2NuqKiXZa"
## 
## [[2751]]
## [1] "yumeiro_latte: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[2752]]
## [1] "icanflyloru: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2753]]
## [1] "konz_leo: I can't wait to see what happens next! Click the link below and join my struggle!\n \n#digitalanimation #AI #BL… https://t.co/jC5Xci9SAw"
## 
## [[2754]]
## [1] "f_ckingawful: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2755]]
## [1] "xsnugglestruthx: they deserve to have a better bl series 😔 https://t.co/T8uz7uuLlP"
## 
## [[2756]]
## [1] "LordeEsme: RT @JASTBLUE: Now that @Varenyett_bl has announced it, JAST BLUE is proud to say that Sorcerer's Choice: Angel or Demon is our next title!…"
## 
## [[2757]]
## [1] "Tami_BL: Poorr pooor favorrr https://t.co/44lcptbjUB"
## 
## [[2758]]
## [1] "chufei_i: RT @QirongsBff: @exosvtdanmei We Stan actors who proudly does BL and never ashamed of their work 💓\nInfact it's Jaechan and Seo Hams off scr…"
## 
## [[2759]]
## [1] "alhajinuell: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2760]]
## [1] "Shahforever1: When I'm not reading SPYxFamily, I'm reading The True Scandal!\n \n#BL #DemonApartment #komiket… https://t.co/ntW3vxVmaG"
## 
## [[2761]]
## [1] "LordeEsme: RT @AnimateIntl: Mask Danshi: This Shouldn't Lead to Love Vol. 1 &amp; 2 are now available❕\n\nSayama is an introvert who uses his mask to hide f…"
## 
## [[2762]]
## [1] "manwolino: the only people i trust in the bl industry are the ones who are friends with cooearth actually"
## 
## [[2763]]
## [1] "Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trad… https://t.co/ZSoLlUDFYR"
## 
## [[2764]]
## [1] "K_Kentin_Rose: RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in \"bl actor\" category, they're just actors, good ones. and if those pp…"
## 
## [[2765]]
## [1] "ayo_cohouwu: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[2766]]
## [1] "Ovo_himsef449: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2767]]
## [1] "SweetestLouisaR: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2768]]
## [1] "s4tinflowers: @farchicore FEIII😭💞 omg girl you gotta hook me up with some bl!! I’ve been searching but I haven’t found any good ones lately 😭"
## 
## [[2769]]
## [1] "JunnoRose: @mkc78997997 @nyan_co3 @inariya_fusa @honto_bl @bs_garden_n You have a Treasure!!!! Hats off! 💕 💕"
## 
## [[2770]]
## [1] "brumnordie: #BookReview: Mystery in White by J. Jefferson Farjeon https://t.co/Dp4FXIuu2P \n\n#Winter  #Christmas @BL_Publishing https://t.co/08seJD2CYK"
## 
## [[2771]]
## [1] "_bl_ai_ze: RT @yourspreciously: Perfect la Balance ~ Wizkid #MLLE https://t.co/DA0PNamuNH"
## 
## [[2772]]
## [1] "codybitme: @shidoni That is some immature BS, ang toxic mo. Even Ru Paul makes fun of these issues sometimes. Mas fake pa nga… https://t.co/WI1zawE1eC"
## 
## [[2773]]
## [1] "iloveps_5: 📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from \"NONE\" to \"IN_… https://t.co/yFL57hUD9n"
## 
## [[2774]]
## [1] "Drakid7: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2775]]
## [1] "bl__bts_: Noeul's favorite girl group is BlackMagenta.🤣🤣🤣 https://t.co/sWwAum4c02"
## 
## [[2776]]
## [1] "Kebbi_kingjr: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2777]]
## [1] "Friends_UoB_TC: RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…"
## 
## [[2778]]
## [1] "KKUumIII: Trust me! You'll get addicted to this story!\n \n#bl #animation #Supernatural\n\nhttps://t.co/YidGJAk7nI https://t.co/ZL5XgSLNnZ"
## 
## [[2779]]
## [1] "Corvinnnnnnn: I finally got a bl@de that cuts pretty deep and I forgot how fucking painful it is when someone touches/brushes against your c#ts"
## 
## [[2780]]
## [1] "BadBeanLLC: @bl_artcult I think my heart would explode LOL"
## 
## [[2781]]
## [1] "SSandeham: I can't wait to see what happens next! Click the link below and join my struggle!\n \n#bl #animation #Supernatural… https://t.co/n1bo5QWSCb"
## 
## [[2782]]
## [1] "GRIDCITY_BL: If you missed the premiere of this 🔥🔥🔥 3 round battle don’t forget to click it…comment…share and definitely SUBSCRI… https://t.co/PDgGKJ04ga"
## 
## [[2783]]
## [1] "yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in \"bl actor\" category, they're just actors, good ones. and… https://t.co/etURzECr3e"
## 
## [[2784]]
## [1] "gukwifeplz: @fairygkie it's a mandatory reading in the bl world"
## 
## [[2785]]
## [1] "Aleena_Bano1: CLOSED MULE BLACK SPACE DUST $77.00 https://t.co/bk94jgUIwN https://t.co/XBwKoRaUZi"
## 
## [[2786]]
## [1] "Friends_UoB_TC: RT @britishlibrary: Following World AIDS day, acclaimed screenwriter, TV producer and creator of #ItsASin, @russelldavies63 and author #Jil…"
## 
## [[2787]]
## [1] "charis_ai: @AiJoe_eth @bl_artcult mmmm - me too.  ☕️☕️ https://t.co/wrKZzF6CuH"
## 
## [[2788]]
## [1] "QirongsBff: @exosvtdanmei We Stan actors who proudly does BL and never ashamed of their work 💓\nInfact it's Jaechan and Seo Hams… https://t.co/JycV1X5oId"
## 
## [[2789]]
## [1] "andreasheyden: RT @deltatre: 🇩🇪 We're super-excited to announce we've been selected to build Dyn Media's new streaming platform.\n\nFrom next summer on Dyn…"
## 
## [[2790]]
## [1] "Coyote0423E: RT @vgclements1: POLIO LINKS\nIMMUNIZATION/James\nhttps://t.co/DUd05PPsUw\nCDC/30,000 Cases of Polio Disappear\nhttps://t.co/fj6wUsMp1Y\nGERM TH…"
## 
## [[2791]]
## [1] "Bjeezus98: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2792]]
## [1] "poIysho: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[2793]]
## [1] "bl_artcult: @ufonft2 GM LM, and how's everything in your world today? ☕✨"
## 
## [[2794]]
## [1] "bl_ahblah: RT @rainbowdoha: Whatever they say\nWe stay the same\n\n#레인보우시티 #렌보시 #솬석 https://t.co/yq1juZGxfk"
## 
## [[2795]]
## [1] "ILRYxXISC_BL: RT @ilovxie: hua cheng                         hua cheng's\n                                             feelings https://t.co/rh4NEobel3"
## 
## [[2796]]
## [1] "konotton: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2797]]
## [1] "lubowitz46nphgj: ManRiver Seven Pant Yoga Pants for Women - Simulation Denim Flowers Printing Stretch Waist Workout Leggings Pant Tr… https://t.co/LCnrvpR7wq"
## 
## [[2798]]
## [1] "rentao560: Check out much more on Bilibili Comics - search \"Peerlessly Carefree\" and favorite!\n \n#BL #dance #martial… https://t.co/T9QnfbTFOI"
## 
## [[2799]]
## [1] "BetterAbsence: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2800]]
## [1] "ILRYxXISC_BL: RT @_3aem: Thinking 💭\n\n#GojoSatoru #呪術廻戦ファンアート #JujutsuKaisen #呪術廻戦 https://t.co/LXJg98vXHd"
## 
## [[2801]]
## [1] "bl_artcult: @AiJoe_eth Mmhm espresso is my love language."
## 
## [[2802]]
## [1] "kregents: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2803]]
## [1] "namastenancysf: RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…"
## 
## [[2804]]
## [1] "KvngWhillz: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2805]]
## [1] "stussyciel: I dont really read bl besides my ships content tho so"
## 
## [[2806]]
## [1] "ILRYxXISC_BL: RT @LegalizeRats: bumble rat https://t.co/Th2Ge4tPL7"
## 
## [[2807]]
## [1] "farchicore: back on my bl bs !! gotta be more active on this acc ig"
## 
## [[2808]]
## [1] "bl_artcult: @BadBeanLLC Welcome to my life. I've been a sixer for a decade or more now."
## 
## [[2809]]
## [1] "ILRYxXISC_BL: RT @Secondlina: New Crow Time 🍬🗡 (1/3) https://t.co/JseMWjLVmZ"
## 
## [[2810]]
## [1] "sicowokdurian: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2811]]
## [1] "Varewulf: @mrbowers Actually, Chinese stories tend to be more GL and BL, but I don't know if it's different cultural styles o… https://t.co/mjETKpMpcS"
## 
## [[2812]]
## [1] "BL_Y_Single: RT @woodzxc: why does it sound like seungyoun rapping https://t.co/b5WjkpDYli"
## 
## [[2813]]
## [1] "bl_artcult: @CoffeeVectors How do you take your coffee, Coffee?"
## 
## [[2814]]
## [1] "BL_Y_Single: RT @moodzmode: WOODZ SMF lyrics:\n\nI'm a born challenger, I take care of what’s mine\nDon’t be afraid\nwe started from the street\nThings are m…"
## 
## [[2815]]
## [1] "srslysxy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2816]]
## [1] "bifauxnenbard: Damn 15th century BL was peak https://t.co/x8fRKEjo4m"
## 
## [[2817]]
## [1] "SathishRaj96: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[2818]]
## [1] "NOBODY15324020: Check out much more on Bilibili Comics - search \"Martial God Asura\" and favorite!\n \n#emotion #illusrtationart #bl… https://t.co/Jca4HDJI7c"
## 
## [[2819]]
## [1] "shadescafe_: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2820]]
## [1] "QirongsBff: @exosvtdanmei I saw some actors pretending like they never did BL drama even some of them don't even have the drama… https://t.co/OZY7eablyV"
## 
## [[2821]]
## [1] "nrinnzihe_: again, hot take, but female cishets and non mlm bl lovers disgust me"
## 
## [[2822]]
## [1] "Alone70834804: I've been completely addicted to ONEPIECE and Martial God Asura\n \n#emotion #illusrtationart #bl… https://t.co/PDnsdoagFP"
## 
## [[2823]]
## [1] "bl_artcult: @TymothyLongoria Mmmm... Hits just right."
## 
## [[2824]]
## [1] "ILRYxXISC_BL: RT @ricecorpse: I want huggu https://t.co/eKWWNk19Xr"
## 
## [[2825]]
## [1] "BhavikaMunde: 2000 boys doing enemies to lovers bl is my favorite thing\n\n#gmmtv #DangerousRomance #BadBuddySeries https://t.co/rr0lZlxWa8"
## 
## [[2826]]
## [1] "ILRYxXISC_BL: RT @Wannysenpai: q absurdo 🤌\nfeat kageyama\n\n#hinata #hq #haikyuu https://t.co/WoZMJWzY7e"
## 
## [[2827]]
## [1] "cheja: RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…"
## 
## [[2828]]
## [1] "bl_artcult: @DVKtheartist GM dude, let's fn goooooooo"
## 
## [[2829]]
## [1] "BL_Y_Single: RT @woodzaugust: #WOODZ’s surprise 🎶🎁 for MOODZ \n\n   211202 Hijack              221129  World Changer https://t.co/egrTbtn5mq"
## 
## [[2830]]
## [1] "ILRYxXISC_BL: RT @LegalizeRats: the new wow expansion looks great https://t.co/3dzQIZSVBk"
## 
## [[2831]]
## [1] "Shizaya_Kanra: \"Ah! Shizuo loves Izaya! ..it's .. BL!!!!\"-Erica"
## 
## [[2832]]
## [1] "imvaahhh_412: WTS: 3 BL tickets zone 🔵\n🔥🔥 I have 3 deal : \n💛 1 ticket get 3 card : 3k bth\n💛 1 ticket + poster sign get 3 card : 5… https://t.co/wLugL34oiN"
## 
## [[2833]]
## [1] "ILRYxXISC_BL: RT @yoginnnnnn: black sharkitty👀 https://t.co/QY5vPU1mEo"
## 
## [[2834]]
## [1] "bl_artcult: @marcolin91 😅 cheers to that."
## 
## [[2835]]
## [1] "ILRYxXISC_BL: RT @oikawahourly: HELLO https://t.co/AaY22aL6p9"
## 
## [[2836]]
## [1] "BL_VisualArts: RT @AltaytoYughur: Fancy learning about Soviet Turkic and Exile magazines at the British Library? And other collections? Come join us on De…"
## 
## [[2837]]
## [1] "artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literal… https://t.co/71YMOtTD0V"
## 
## [[2838]]
## [1] "ILRYxXISC_BL: RT @thanhuki: my dear maple https://t.co/66SQOmS9hj"
## 
## [[2839]]
## [1] "Contemporary_BL: RT @ForwardPrizes: The 2022 Felix Dennis Prize for Best First Collection goes to…\n\n✨ Stephanie Sy-Quia @snsyquia for Amnion\n\nCongratulation…"
## 
## [[2840]]
## [1] "bl_artcult: @VeronikaSimms My problem is defining an undefinable reality lmao"
## 
## [[2841]]
## [1] "ILRYxXISC_BL: RT @LegalizeRats: Bruno has been up all night writing code https://t.co/54WrpuiuRp"
## 
## [[2842]]
## [1] "Luaplviv: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2843]]
## [1] "ILRYxXISC_BL: RT @DontShowYourCat: the guest room https://t.co/dCas2gNbLn"
## 
## [[2844]]
## [1] "BL_Y_Single: RT @judyxxn: 상남자식 써프라이즈❤️‍🔥\n\nWOODZ         WOODZ       WOODZ \n        WOODZ       WOODZ        WOODZ \nWOODZ         WOODZ       WOODZ…"
## 
## [[2845]]
## [1] "bl_harry: RT @rugby_ap: I’m actually in favour of the RFU’s idea to introduce a power-play in rugby where a team can choose an opposition player to b…"
## 
## [[2846]]
## [1] "bl_essence: RT @sanajnlove: #firstkanaphan🐈‍⬛: save your tears\n\n[@Firstkpp #1MillionGrowWithFirst #กองทัพของเฟิร์ส] https://t.co/MiemW0APXt"
## 
## [[2847]]
## [1] "jimmy73623940: RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…"
## 
## [[2848]]
## [1] "AiJoe_eth: @bl_artcult GM love me some Expresso"
## 
## [[2849]]
## [1] "Contemporary_BL: RT @MarksAwards: ✨Congratulations to Linda France, who is the Michael Marks Environmental Poet of the Year 2022-2023, winning with her port…"
## 
## [[2850]]
## [1] "BL_Y_Single: RT @woodzxc: MAMA uses woodz for one of their stages but draw the line at nominating him \nhttps://t.co/FjHZBTwxPn"
## 
## [[2851]]
## [1] "HTWofficial1: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2852]]
## [1] "ILRYxXISC_BL: RT @bbybluemochi: did anyone miss my fairytale lesbians?♥️🗡️✨ https://t.co/dYbHZcU6tG"
## 
## [[2853]]
## [1] "diana_pelaz: RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…"
## 
## [[2854]]
## [1] "so1rewhore: finally starting this manwhua,been wanting to read this since i started reading bl in 6th grade 😭 https://t.co/59eaCbclPx"
## 
## [[2855]]
## [1] "BL_Y_Single: RT @woodz32e_: ppl need to find out who owns that sexy rap voice on mama and yeah it's woodz yall"
## 
## [[2856]]
## [1] "travis_bl: After a swift solo pub pint, back home to watch Idrissa's Senegal and another solo pint(ish). @WildeChildBeer Nebul… https://t.co/OGOVjOecJl"
## 
## [[2857]]
## [1] "BL_Y_Single: RT @7chillinvillain: most of the times i don't like blonde hair on anyone but woodz is the hottest blonde i have ever seen. it feels like h…"
## 
## [[2858]]
## [1] "bin_9704: RT @NUCarnivalEn: NU: Carnival \"Eerie Escapade\" Event PV\n\nThe mansion's space-bending spell has gone haywire! Eiden and his clan members se…"
## 
## [[2859]]
## [1] "hidesinhiden: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2860]]
## [1] "ILRYxXISC_BL: RT @hualianful: book four hualian 🥺😭 https://t.co/dy51rW1KkZ"
## 
## [[2861]]
## [1] "xantababy: @QirongsBff Yes! That’s the one I watched. Some of them didn’t have an idea what bl is and he even explained it. 👏🏻… https://t.co/NCcyjTI9LT"
## 
## [[2862]]
## [1] "bin_9704: RT @NUCarnivalEn: NU: Carnival - [Astral Duo] PV\n\nDuring a trip to the Wood Territory, Master Eiden gets the chance to witness a rare pheno…"
## 
## [[2863]]
## [1] "Trainfanny1: RT @Illumiell: Just read this and I wonder who's going to jump on the possibility of gay swan coparenting BL 😆 https://t.co/FzdDUpmGEh"
## 
## [[2864]]
## [1] "_IAmLegend__: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2865]]
## [1] "xingmi1996: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2866]]
## [1] "ovidithelion: Lima.” So, too,\nVenice; I have been there; the holy city of the bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/Up7JSYoBmF"
## 
## [[2867]]
## [1] "laadaaadeee: RT @ynbnbaby: This looks like a bl drama https://t.co/8Snj4f7lAR"
## 
## [[2868]]
## [1] "red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints;… https://t.co/RQCH93wwmE"
## 
## [[2869]]
## [1] "bin_9704: RT @NUCarnivalEn: NU: Carnival - \"Idol Fest\" PV\n\nTaking up the role of agent, Eiden aids Yakumo, Olivine, and Blade on their quest to becom…"
## 
## [[2870]]
## [1] "bl_1510: RT @noty3ss: making a grown man kiss his camera on facetime"
## 
## [[2871]]
## [1] "BiggKingsley: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2872]]
## [1] "VividBadSquid: RT @misamxsa08: its been too long since i drew them #prsk_FA #prsk_BL https://t.co/bhUajKYAX8"
## 
## [[2873]]
## [1] "atanalerectida: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[2874]]
## [1] "idolsociety: these really look like the member introduction pictures for a member of a menchika group called something like BL♠C… https://t.co/NLpWtCzlVk"
## 
## [[2875]]
## [1] "iamnaitala2001: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2876]]
## [1] "QirongsBff: @xantababy I remember in a Korean show the middle aged MCs were being weird shit towards BL but Jaechan didn't flin… https://t.co/jq0pZG7Gf4"
## 
## [[2877]]
## [1] "Italy_loves_bl: @milephakphum Goodnight sweetie 💚"
## 
## [[2878]]
## [1] "cruisexszn: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2879]]
## [1] "nakata_bl: RT @YouGotCrows: Sobs I know I’m being spammy tonight but lookit https://t.co/6C9pplUXxG"
## 
## [[2880]]
## [1] "bin_9704: RT @NUCarnivalEn: NU: carnival - \"Zest for Life\" PV\n\nSpringtime is here and the flowers are blooming. Master Eiden's essence is livening up…"
## 
## [[2881]]
## [1] "pinkargus: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[2882]]
## [1] "BadBeanLLC: @bl_artcult GM ☕️ After the last few weeks I feel like I need 6 shots of espresso 😅"
## 
## [[2883]]
## [1] "mjayyyy__: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2884]]
## [1] "menhera_worm: @tropotropotropo Shoujo is like my MAIN genre outside of BL, there is TONS of new ones! Shoujo is also like worlds… https://t.co/nIux3CjS0D"
## 
## [[2885]]
## [1] "holar_D_boss: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2886]]
## [1] "EnglishPupil: RT @NotreDame: \"This college will be one of the most powerful means of doing good in this country.\" - Fr. Sorin in a letter to Bl. Basil Mo…"
## 
## [[2887]]
## [1] "nakata_bl: RT @LeunKon: 1 ☀️ : steampunk \nMeowlly and annya🦋🧸\n#IdentityVfanart #idvfemslashweek https://t.co/VR26WJHOWr"
## 
## [[2888]]
## [1] "hrkgscriptbot: ...It's such a waste that you can't recognize even an iota of BL development potential."
## 
## [[2889]]
## [1] "RichVoorhees: RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…"
## 
## [[2890]]
## [1] "megz6344: RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…"
## 
## [[2891]]
## [1] "Javi_Fdez_: RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…"
## 
## [[2892]]
## [1] "evelynl890525: RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…"
## 
## [[2893]]
## [1] "Caleb_Oluleye: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[2894]]
## [1] "blinksmartlinks: RT @blinksmartlinks: Import thousands of links at a time using our batch import process - including batch updates! #helpdesk #customercare…"
## 
## [[2895]]
## [1] "CoffeeVectors: @bl_artcult Epic"
## 
## [[2896]]
## [1] "BL_Y_Single: RT @woodzunshine: Woodz morning 😍\nhttps://t.co/J1ehyaMEKd"
## 
## [[2897]]
## [1] "abara_alonzo: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[2898]]
## [1] "nakata_bl: RT @momocadesho: so boring https://t.co/karyGAr0Eg"
## 
## [[2899]]
## [1] "Thistlethinking: @AngrySalmond … is this a joke!? UK nationwide… bl**dy hell are there ScotNats nationwide now 🙄🤦🏼‍♀️ https://t.co/5tdvACVYG6"
## 
## [[2900]]
## [1] "himi_png: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2901]]
## [1] "MKBang3: 🤔 is Japanese BL Community that small or what"
## 
## [[2902]]
## [1] "bkpp_mint24: RT @culture_colors: 🌟Wanna do stargazing with us?  You’re invited to join our new journey CC North Star.🌟\n\n👔CC North Star Cardigan in Color…"
## 
## [[2903]]
## [1] "0702Sl: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[2904]]
## [1] "Johnstone_BL: RT @ucu: ❗️Tomorrow❗️\n \n3rd day of strike action ✊\nOur union's biggest ever national rally💥\n\nLet's put on another massive show of strength…"
## 
## [[2905]]
## [1] "BL_Y_Single: RT @woodzunshine: I fkkng miss you 😭😭😭\nhttps://t.co/NMmYHNugN4"
## 
## [[2906]]
## [1] "MarkStamper6180: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[2907]]
## [1] "nakata_bl: RT @ToraMledak: The creature ever\n#IdentityV #第五人格 https://t.co/XS188PXg0K"
## 
## [[2908]]
## [1] "bkpp_mint24: RT @JuanJiewEnt: 29.11.22\n\nพีพี ต้นไม้🌳♥️ \n\n〰️𝐆𝐑𝐀𝐁𝐅𝐎𝐎𝐃 10 𝐕𝐞𝐫𝐬𝐚𝐫𝐲𝐄𝐯𝐞𝐧𝐭\n\n#PPxGrabFood10versary #GrabFood10Versary #ppkritt https://t.co/ThC4…"
## 
## [[2909]]
## [1] "136_BTS_: RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…"
## 
## [[2910]]
## [1] "Zettersletter: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[2911]]
## [1] "karimnas_: Same-sex relations in an 18th century Ottoman manuscript https://t.co/prz6uHEwJd https://t.co/wFyYk6gO0T"
## 
## [[2912]]
## [1] "MoxAprii: RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…"
## 
## [[2913]]
## [1] "nakata_bl: RT @vyevanse: do you guys like my album https://t.co/hjwvsi11AK"
## 
## [[2914]]
## [1] "ER_EJR: @InLimboV @EnglishmanAdam All of this.Add to it a society strongly built on a class system,in which yr future is de… https://t.co/9DdkwkL2Do"
## 
## [[2915]]
## [1] "valkyun: @happyfeeesh Yeah! I havent watched anime in a long while too other than SxF but BL was the next I watched and it g… https://t.co/G9OXilxQci"
## 
## [[2916]]
## [1] "DogHeir: RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L"
## 
## [[2917]]
## [1] "mamaspicze: @bby_bl_ue bc that was between me and u"
## 
## [[2918]]
## [1] "hawkeye0130: Fishing Planet #50 - S6 - 2022 Halloween Event - The Tarpon-Demons of Bl... https://t.co/kOhtUJ3gOw via @YouTube"
## 
## [[2919]]
## [1] "jaywawk: @BL_2889 @NE5westend It’ll open many people’s eyes when we make the switch to one of the big providers"
## 
## [[2920]]
## [1] "new_mclarens: @aksnevv who HASN'T. also, you getting into bl is the best thing to happen this month fr"
## 
## [[2921]]
## [1] "mizuruilvr: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[2922]]
## [1] "redsquill: @bl_artcult you and me both, kid."
## 
## [[2923]]
## [1] "nakata_bl: RT @H_cha_R: 🤹‍♂️\nPostype - https://t.co/w99Eg9Mccw\nPixiv - https://t.co/xyvWbUCv6Q https://t.co/rKdTybYMOB"
## 
## [[2924]]
## [1] "ktoikichi_: Not the JinRock unit photobook looking like a BL promo or something like that hahahaha"
## 
## [[2925]]
## [1] "linoscats: what bl is this? https://t.co/Mj9Hrq60fO"
## 
## [[2926]]
## [1] "happyfeeesh: @valkyun i haven't watch any animes in months and BL got me binged all 8 episodes in a day 🥺 i absolutely love shon… https://t.co/inoHsrz51H"
## 
## [[2927]]
## [1] "BL_2889: @jaywawk @NE5westend Aye that bad? God! I always thought they felt areet tbh"
## 
## [[2928]]
## [1] "linggglieb: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2929]]
## [1] "K_Kentin_Rose: One of the best actors i swear. If they compare them to other bl actors or just actors in general perthchimon stand… https://t.co/5YMKIhei48"
## 
## [[2930]]
## [1] "Rehive74213941: whitelist Indispensable @RedEvokes @the_crypto_hack @johnnymm1984 @DuhHerroPris1 @kunalkamble @zombiee08 @BL_NFT… https://t.co/xSUVM9b5rN"
## 
## [[2931]]
## [1] "sicknesstom: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[2932]]
## [1] "MariReactsYT: Mari's reaction to #ChocoMilkShake EP 5 &amp; 6 \n\n#초코밀크쉐이크 #react #bl #drama #kdrama #retweet @LovingBlogs… https://t.co/KnLhWJVBYE"
## 
## [[2933]]
## [1] "banrolina: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2934]]
## [1] "Dalidalyoxo: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2935]]
## [1] "MoneyManMilt: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2936]]
## [1] "Deji_flourish: This awesome comic deserves more attention!\n \n#Collectibles #bl #mangaapp\n\nhttps://t.co/A7cK5MiCVe"
## 
## [[2937]]
## [1] "imsidj_: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2938]]
## [1] "cardradar1: 2010 Bowman Chrome Prospects Bl #sportscardsforsale #ad https://t.co/RfXHPrOsQz"
## 
## [[2939]]
## [1] "ParlonsBLAsie: 2 - upcoming series on december\n\n19 - #ChainsOfHeartTheseries \n21 - #thenewemployee \n25 -… https://t.co/8OwfKzOXO2"
## 
## [[2940]]
## [1] "image_in_1: @bl_artcult I feel as though I need whatever 'espresso' you're getting 😆\n\nGm Black ☕💜"
## 
## [[2941]]
## [1] "HtweLay93331453: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[2942]]
## [1] "christurner925: @LuauLifestyle @Natalie24132413 @0121UTV1874 @Timcast Better than Faux News, LOL, but I can round up all the local… https://t.co/r02qY3TV1R"
## 
## [[2943]]
## [1] "Aleena_Bano1: CLOSED MULE AVIATOR BLACK $77.00 USD https://t.co/7creDMcRHw https://t.co/eDZGp4T23B"
## 
## [[2944]]
## [1] "amantedel__bl: @fort_fts @Vic_Alife Baby"
## 
## [[2945]]
## [1] "1ittlep1ittle: @kayr0zay @Glass3Davis @_adrian_sean @keatingssixth I think he just dislikes bl wm seeing he has AMF in name lmao screams kewn"
## 
## [[2946]]
## [1] "cityofhope: Today is the day! This #GivingTuesday, you can make 5X the difference in the lives of people fighting cancer and gi… https://t.co/ybB0BIxDu2"
## 
## [[2947]]
## [1] "lowbudgetdemon: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2948]]
## [1] "TanKk05974483: RT @WYStarStudio: PREM WARUT  is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (2pt…"
## 
## [[2949]]
## [1] "TanKk05974483: RT @WYStarStudio: BOUN NOPPANUT  is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (…"
## 
## [[2950]]
## [1] "ifinallysmile: @_electrahrt Ok this kinda BL plot.."
## 
## [[2951]]
## [1] "soupdoodlee: just saw somebody reading a BL nsfw manga on their computer during class https://t.co/av5MbGCpC5"
## 
## [[2952]]
## [1] "Daisy_Pox: I can't wait to see what happens next! Click the link below and join my struggle!\n \n#bl #NFTfam #anime… https://t.co/Kh1GdmYs8I"
## 
## [[2953]]
## [1] "kr_retweeter: RT @losnahij21: WTS/LFB\n\nBL pbox - 50php/each (HMT, ULS, Big Apple, Lover Boy, AMOV)\n\npls help RT @krmanhwa_market @kr_retweeter thank you!…"
## 
## [[2954]]
## [1] "ParlonsBLAsie: 1 - upcoming series on december\n\n01 - #OhMyAssistant \n02 - #609BedtimeStory \n02 - #MySchoolPresident \n03 -… https://t.co/XhUOdX8yB5"
## 
## [[2955]]
## [1] "johnnysilveira: @ElonMusk is a fascist for supporting free speech, so much so that people can say things he finds stupid AF and he… https://t.co/S2jalq9nJy"
## 
## [[2956]]
## [1] "amantedel__bl: RT @hamaocha: 🌪🌧\nPLEASE DO NOT TAG or HASHTAG!! \nEnjoy the Fanart 🫶\n*RUN* https://t.co/JmKLL2BYpQ"
## 
## [[2957]]
## [1] "Gaddapa: RT @prakashraaj: Is it because it may affect Gujarat Election results #justasking ….BJP's BL Santhosh Won't Be Questioned For Now In Telang…"
## 
## [[2958]]
## [1] "511NY: Construction on #Q31Bus Both directions from 32 Av / Francis Lewis Bl to Corporal Kennedy St/34 Rd https://t.co/R7PnFB6rLY"
## 
## [[2959]]
## [1] "and_treatments: Roller Shades Zebra Blinds for Windows Cordless Day and Night Light Filtering Bl https://t.co/BeM5tcgk7d eBay https://t.co/fLahIofF73"
## 
## [[2960]]
## [1] "alaskadogstead: For those of you not on fb, Nic has been doing a ton of training at Eureka Lodge due to Big Lake’s lack of snow. Sn… https://t.co/q5gbnwjxLh"
## 
## [[2961]]
## [1] "Gulfzilla8: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2962]]
## [1] "marcolin91: @bl_artcult My brother I don't think that's just espresso 🧐\nI'll have to drink a cup with you to be sure though!"
## 
## [[2963]]
## [1] "lamareaux: RT @gostephgo: my friend says this reads \"BL therapy\" https://t.co/RLbXe8o0U5"
## 
## [[2964]]
## [1] "VeronikaSimms: @bl_artcult I love this feeling until I can actually see fundamental reality, and then I'm terrified because reality is scary."
## 
## [[2965]]
## [1] "A_BL_Simp: RT @sapphicslike: margot robbie finally got to kiss a woman https://t.co/krEFoh31c1"
## 
## [[2966]]
## [1] "abruti_bl: RT @sugatradamus: the way we have a whole collection now 😭 https://t.co/j7mHMM7itL"
## 
## [[2967]]
## [1] "valkyun: @happyfeeesh Thank you! and FEESH omg YES!! chigiri is so cool &gt;&lt; i love him and he's so pretty like wtff. How are you liking BL so far? :D"
## 
## [[2968]]
## [1] "mighetto1: #palm #oil #deforesters do not exist because #palmoil is not a food or #biofuel crop. #palm oil #trees grow in… https://t.co/QIHFuUw6ZB"
## 
## [[2969]]
## [1] "parfaitslut: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2970]]
## [1] "Assejm21938484: whitelist Specified @harpreetpaul @Bl_ckkky @bytyqi_shqiprim @Crypt0Munk @marcplatuslanus @Nori_the_cat… https://t.co/nx1kiag8O1"
## 
## [[2971]]
## [1] "voodookunt: So @GMMTV what are we gonna do now? Who's casting for the next bl https://t.co/wnePeEI9dv"
## 
## [[2972]]
## [1] "eclipseakkayan: I don't what I should watch i don't have any bl on my watchlist and can't find anything 😩"
## 
## [[2973]]
## [1] "11moji: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[2974]]
## [1] "JohnGreenDC: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2975]]
## [1] "InfamousKairi: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2976]]
## [1] "bl_artcult: TFW the 6 shots of espresso start to kick in.\n\nGM ☕🤯\n\n_\n#aiartcommunity https://t.co/T1VHQJHryZ"
## 
## [[2977]]
## [1] "kmari__BL: RT @BlueLockpic: Bachira and his mom🐝 https://t.co/znrZINJHUG"
## 
## [[2978]]
## [1] "tqnllr: RT @mmm_martyska: Jaehyuk’s possessive hold #bl #limitedrun #리미티드런 https://t.co/TelyJr3lUU"
## 
## [[2979]]
## [1] "18_0933: RT @glitchious: ✧ #yoshiden —; omegaverse! au\n\ncw // bl, bxb, harshwords, mpreg. https://t.co/hSO9v5t6SG"
## 
## [[2980]]
## [1] "KimothiB: @ANI Bl. political!"
## 
## [[2981]]
## [1] "Dani_is_acting: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2982]]
## [1] "dreamee_: @Intricatemess_ @wannabecurious9 @_happyyy_me_ @INTERIORHUB3 Stop talking about d*ath and bl**d"
## 
## [[2983]]
## [1] "BiomedicalRX: @Aman0683 Syncona, PPF, BL and Frazier are all underwater, agree and think that occurs on higher on a huge pump"
## 
## [[2984]]
## [1] "mimixsoob: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[2985]]
## [1] "bl_enthusiastic: RT @txtgenleaders: Huening cutest siblings https://t.co/0UtNDZ8oLS"
## 
## [[2986]]
## [1] "OnUrOwnKids: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[2987]]
## [1] "HRoisman: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[2988]]
## [1] "DannyVanBooks: @johnjbooks @BL_Publishing No, but it’s v much on my radar &amp; wish list! Looks fab!"
## 
## [[2989]]
## [1] "lalvivek: @twittornewton Once my friend uttered bl..y indians in bombay intnl immigiration on arrival.\nSame indians behaved p… https://t.co/fe2poxosds"
## 
## [[2990]]
## [1] "blazedeeznutz: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[2991]]
## [1] "Pilczjan: RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU"
## 
## [[2992]]
## [1] "moondust_36: @d1460_nft @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @acidframerate Truly love it 🖤"
## 
## [[2993]]
## [1] "bl_ahblah: RT @SHSH_HBD: 𝑺𝒆𝒐𝒌𝒉𝒘𝒂 𝑩𝒊𝒓𝒕𝒉𝒅𝒂𝒚 𝒆𝒗𝒆𝒏𝒕\n𝒘𝒊𝒏𝒕𝒆𝒓𝒃𝒐𝒚 𝒈𝒊𝒇𝒕𝒑𝒂𝒄𝒌 𝒐𝒑𝒆𝒏! \n\n#WINTERBOY_SEOKHWA\n#석박사_지금이야_초_불어\n#그_시간_다_털어서_축하할까 https://t.co/WtTXpvypPC"
## 
## [[2994]]
## [1] "SR__1209: RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…"
## 
## [[2995]]
## [1] "smononed: RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk"
## 
## [[2996]]
## [1] "johnjbooks: Some short stories for Christmas from the @BL_Publishing Women Writers series. Have you got this @DannyVanBooks ? https://t.co/ErjyUnVHxl"
## 
## [[2997]]
## [1] "EnigmaticGaga: @nartiadtrann i blame bl**dp*p"
## 
## [[2998]]
## [1] "CoachZRiley501: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[2999]]
## [1] "Elspeth52112979: RT @jvang199027: Lastly!! On today's magical BL trip, I visited the #Swapping Cafe. Mannnnn!! They went all out this time around 🤩\n#스와핑 #BL…"
## 
## [[3000]]
## [1] "Bloomalooma: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3001]]
## [1] "fairy_taen: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3002]]
## [1] "PattyBebe7: @nanaluvie7 @dooly___15 @gege__meme Thai BL \"Ghost host, Ghost House\" #GhostHostGhostHouse"
## 
## [[3003]]
## [1] "kthstigmaballs: bl saved my ass from covid 19 fr https://t.co/Q4JvlWf9JB"
## 
## [[3004]]
## [1] "nakata_bl: RT @ArtistRefsIDV: @/BUspuzPMrropHwh (twt, mild NSFW warning for acc) is the artist behind the cosmic witch, risktaker, and dragon hunter e…"
## 
## [[3005]]
## [1] "sakitakarai7: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[3006]]
## [1] "rel1rel1: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[3007]]
## [1] "et_al_2021_: @mission_marcc Likewise. Top BL ko din to after TMOTB."
## 
## [[3008]]
## [1] "2Starajith: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[3009]]
## [1] "iamnurix: RT @ajiela8144: @little_jiaxinn_ It is impossible for the BL series to be approved for graphic publishing.  After realizing it, many of us…"
## 
## [[3010]]
## [1] "theambiverted: Gonna read some angsty BL so I can be sad about their problems instead https://t.co/3iknjwFyrW"
## 
## [[3011]]
## [1] "maheshcafe: @PhaniPeddapalli @WhatsApp @Truecaller @reliancejio @Meta @Apple @MotorolaUS @UPI_NPCI @NPCI_NPCI @Kurmanath… https://t.co/JjkQFA9yba"
## 
## [[3012]]
## [1] "sahinurk041: [Epi 9]  Milk is so jealous🤭♥🥰\n\n#ChocoMilkShakeEP9 #koreanbl #kbl #blseries #bl https://t.co/YlGerfWbKS"
## 
## [[3013]]
## [1] "torydarcys: and making all of them about bl/td 💔"
## 
## [[3014]]
## [1] "yuukienan: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3015]]
## [1] "mamaspicze: @bby_bl_ue why r u telling the world"
## 
## [[3016]]
## [1] "moremore_minori: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3017]]
## [1] "Bl_clarisse: RT @Fsfofficielle: 43’ | ⚽️ 𝘽𝙐𝙐𝙐𝙐𝙐𝙏𝙏 !! 𝙄𝙎𝙈𝘼𝙄𝙇𝘼𝘼𝘼 ! \n\n#ECUSEN | (0-1) | #FIFAWorldCup https://t.co/6DRdmhbxs7"
## 
## [[3018]]
## [1] "beomslips: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3019]]
## [1] "VishalKing01G: This awesome comic deserves more attention!\n \n#pencilsketch #BL #commissionsopen\n\nhttps://t.co/lvhiXxDy1a https://t.co/I3qlhBmsc6"
## 
## [[3020]]
## [1] "ArdenUniPsych: RT @LibraryArden: After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Workshop.…"
## 
## [[3021]]
## [1] "mamaspicze: @bby_bl_ue we will see if ur up for it"
## 
## [[3022]]
## [1] "RinoMileApo: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3023]]
## [1] "FSchumacherIII: @colonelhomsi Spec Ops mostly fought poorly equipped non state actors. They didn't have to worry about drones and c… https://t.co/O7DYjJm8rn"
## 
## [[3024]]
## [1] "Navinphysics: @RailMinIndia @narendramodi @PIB_India @RPFCR @rpfbadlapur @grpmumbai @RailwaySeva @mumbairailusers 5:59PM CSMT- BL… https://t.co/kuYceFU3b1"
## 
## [[3025]]
## [1] "lethia_bl: How naging virtual image ang isang plane mirror at real image ang isang concave mirror?! Like duh they're both mirrors🙄"
## 
## [[3026]]
## [1] "jivinbot: i guess vampires can make a good bl cause they're great suckers"
## 
## [[3027]]
## [1] "Hitch_Bl: GOOOAAAL ISMAILA SAAAARRR 🇸🇳"
## 
## [[3028]]
## [1] "moondust_36: @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni Good morning, Garry 🖤\nhttps://t.co/9PZTQdKP28\nInviting a… https://t.co/RjEmGUODDf"
## 
## [[3029]]
## [1] "enjin_nrk: I watched their contents and also i-land, my eyes was swollen nung pumasok ako after i watched all the eps. And tha… https://t.co/X3YNe7vqu3"
## 
## [[3030]]
## [1] "King54597021: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[3031]]
## [1] "bl_lover22: Finally 🥹. I’m so done with tapas and how they treat the creators! https://t.co/GT7E1NbEy6"
## 
## [[3032]]
## [1] "lilaccandy0514: RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…"
## 
## [[3033]]
## [1] "trappabre: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[3034]]
## [1] "peachiprint: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3035]]
## [1] "Waterrain17: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[3036]]
## [1] "lethia_bl: Edi sleep well"
## 
## [[3037]]
## [1] "CryptoAliB: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[3038]]
## [1] "__pomade: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[3039]]
## [1] "Roxidolli: @RentaMangaStore Rape is not love . I seriously don’t know why yaoi writers can’t write a bl that does start off wi… https://t.co/Jx8K9Ayo31"
## 
## [[3040]]
## [1] "MileApoGuardVTS: RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…"
## 
## [[3041]]
## [1] "DilonteW: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[3042]]
## [1] "Reebeksart: I'm selling two BL Japanese manga snd other manda on eBay. Checkout my eBay store. UK delivery only… https://t.co/uusgVH22ku"
## 
## [[3043]]
## [1] "MdSnakeheadz: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[3044]]
## [1] "bl_lover22: @np5882 Thank you dear author-nim I missed my boys I was literally rereading because I missed them so much! https://t.co/bGDa2vlOBh"
## 
## [[3045]]
## [1] "lunamoo48415432: RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz"
## 
## [[3046]]
## [1] "MNLGroup: RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…"
## 
## [[3047]]
## [1] "Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times an… https://t.co/Cl90yu9MSQ"
## 
## [[3048]]
## [1] "agentsaba: RT @poddar_namrata: Such an honor to see #BorderLess among @WIRoBooks’s favorites for 2022! Here’s an excerpt from @AliceKSStephens’s revie…"
## 
## [[3049]]
## [1] "ovidithelion: sh the\ntossed ship they cling to. A vile wind that has no doubt bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/wDc5DkPw64"
## 
## [[3050]]
## [1] "erieriericaaaaa: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3051]]
## [1] "SelvamAnbu12: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[3052]]
## [1] "Pjx_han: ppl who watch bl &gt;&gt;&gt;"
## 
## [[3053]]
## [1] "leloucholic: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3054]]
## [1] "AngelMartRod2: RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…"
## 
## [[3055]]
## [1] "Zukashi7w7: @nyanasae I didn’t read the manga, I saw a lot of BL players in Manshine, Barcha and Bastard. But didn’t see Rin in… https://t.co/PSOwsZZ3s2"
## 
## [[3056]]
## [1] "wwtud_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3057]]
## [1] "actorjinwin: I'm curious too, but tbh I'm disappointed with their latest BL In Your Heart, it's so lacking in everything. Expect… https://t.co/2TwMlQlz7e"
## 
## [[3058]]
## [1] "MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…… https://t.co/LMQ416tp2z"
## 
## [[3059]]
## [1] "shorehpippi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3060]]
## [1] "newsomenic: Bl@@dy typical! You wait years for @SylvanEsso to come back to the UK and it’s only the same day we go to see The B… https://t.co/Chiv9SDcq2"
## 
## [[3061]]
## [1] "vijrao918: @Nikkkkhhil @SrBachchan @Partho701 @t_mozhgan @aspalod @Bollywoodirect One of the finest song of PM AB BL and of course KK"
## 
## [[3062]]
## [1] "Resplendent_BL: RT @RtuituikaFC: 29.11.22 | Youtube Rtuituika Update \n\n[Reaction] EP.12 แอบหลงรัก เดอะซีรีส์ Secret Crush On You // with #BillySeng\n\n🔗 : ht…"
## 
## [[3063]]
## [1] "didemdndr: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[3064]]
## [1] "taethv_7: @Di0rX0xo It's now about you following bl!nks acc it's about you following bl!nks who are BTS antis"
## 
## [[3065]]
## [1] "bl_baddie: @incorrect_kp My favourite hoomans🥹🫠 https://t.co/xLsBhdIS3C"
## 
## [[3066]]
## [1] "BL_Athletics: New Story: Boys Middle School Basketball Sweeps Edison https://t.co/124BRf6rOg"
## 
## [[3067]]
## [1] "wanjaaaiis: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3068]]
## [1] "Aleena_Bano1: CLOSED MULE ANTIQUE BLACK $77.00 https://t.co/NIHwrDgN6p https://t.co/KBJTzRyDCx"
## 
## [[3069]]
## [1] "aranza_deni: RT @tbaudinette: Seeing the extremely divergent reactions to the announcement of #CherryMagicTH among Thai fans (excited), Japanese fans (h…"
## 
## [[3070]]
## [1] "Heterophobea: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3071]]
## [1] "SoysoyBeans28: @ax_jxn BL version ng Crazy little Thing Called Love nila Baifern at Mario 😍 kakareread ko lang po last week and th… https://t.co/o6D4ke40pw"
## 
## [[3072]]
## [1] "kamuicult: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3073]]
## [1] "HipChicago: RT @thebottomlounge: 🦒JUST ANNOUNCED🦒\n@plinirh w/ special guests Sungazer &amp; Jakub Zytecki on Tuesday, May 9th! Tickets are on sale this Fri…"
## 
## [[3074]]
## [1] "HipChicago: RT @thebottomlounge: 💀JUST ANNOUNCED💀\n@kickstandshows presents @Magnoliaparkfl: Baku’s Revenge Tour w/ special guests @ArrowsInAction &amp; @po…"
## 
## [[3075]]
## [1] "flynnboyant: RT @krishnanaidu98: I just love how this show first gave me 2 BL couples and is now giving me a GL as well..Ma Han is hot and definitely ne…"
## 
## [[3076]]
## [1] "firstbabii: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[3077]]
## [1] "je_ff09: Hey can you suggest a series which is horror and BL both in one!!"
## 
## [[3078]]
## [1] "QirongsBff: You morons are the reason why an actors personal life and the character they play aren't differentiated .\nChina ban… https://t.co/oXx81UDWey"
## 
## [[3079]]
## [1] "roadkill_raph: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3080]]
## [1] "arxiearts: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3081]]
## [1] "Nattavuic: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[3082]]
## [1] "JakkoLantern13: @justinboldaji Kubrick was VERY anal about things, such as providing special metal plates for projectors to show BL… https://t.co/N45mj0HqLI"
## 
## [[3083]]
## [1] "Mapuli_li: RT @boyslovetv: Trailer of the Thai BL #NeverLetMeGo! Starring Pond &amp; Phuwin, the series premieres on December 13, 2022! \n\n#เพื่อนายแค่หนึ่…"
## 
## [[3084]]
## [1] "seutabeokseu: not a fan of bl series cuz it's usually cringe but this one ARGHHHHHH this series is just too cuteeeee dibikin geme… https://t.co/Zjq9NH1G8E"
## 
## [[3085]]
## [1] "_bl_ai_ze: RT @MrFilipeOrlando: This man is one of the most underrated footballers we'll ever see https://t.co/GZNTkuIlQE"
## 
## [[3086]]
## [1] "LidlHummus: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3087]]
## [1] "sneharaghunath9: @AbhinandanSekhr @vivekagnihotri Therr r so many paper clips of bl@od soaked rice being fed n girija tikkoo, kashmi… https://t.co/jx2SzcjoxO"
## 
## [[3088]]
## [1] "_bl_ai_ze: RT @mister_ade5: Big breast, small yansh \n\n🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩"
## 
## [[3089]]
## [1] "sherin09517190: Gonna do some comic reading\n \n#comics #BL #MarvelComics\n\nhttps://t.co/Xp2oQ847bI https://t.co/AJeGruqfyy"
## 
## [[3090]]
## [1] "ranposfoot: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3091]]
## [1] "underscore_daw: RT @gekenkshop: • CARATBONG SVT \n\nSEALED : 2,800\nUNSEALED : 1,800\n\npayo / can dop but need dp and the bl once onhand\nsfeta (december dating…"
## 
## [[3092]]
## [1] "receicle: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[3093]]
## [1] "slackerbarrel: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3094]]
## [1] "_bl_ai_ze: RT @timblessing101: Happy Just be happy there is a lot to be grateful for, you don't have it, doesn't mean you will not have it!\nRemi Tinub…"
## 
## [[3095]]
## [1] "PasstheASA: RT @alisonturkos: Today @BrianLehrer discussed The Adult Survivors Act and how it will positively impact New Yorkers who have been sexually…"
## 
## [[3096]]
## [1] "rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inp… https://t.co/ncc8wH5dZJ"
## 
## [[3097]]
## [1] "tesstalay: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3098]]
## [1] "vluviav: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[3099]]
## [1] "Bl_Troyanda: RT @MargoGontar: Documentary abt russian atrocities committed to civilians in Bucha, near my dear Kyiv, received @fpa Award. It goes by I C…"
## 
## [[3100]]
## [1] "SungSavEvel: @khdglifekk i only know the leader who made a really nice comment abt his bandmate being in a bl 🤧"
## 
## [[3101]]
## [1] "natsuki_s0: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3102]]
## [1] "Bl_Troyanda: RT @EuromaidanPress: France has supplied an undisclosed number of its variant of the M270 Multiple Launch Rocket System to Ukraine"
## 
## [[3103]]
## [1] "JoC100200: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[3104]]
## [1] "Bl_Troyanda: RT @DefenceU: No matter how much you occupiers run around on our land, you will still need to stop. \nBut once you stop, we will destroy you…"
## 
## [[3105]]
## [1] "_amievenimi309: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3106]]
## [1] "khdglifekk: @SungSavEvel i only know one member of them he acted on a bl series that i watched before"
## 
## [[3107]]
## [1] "evyvrry: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[3108]]
## [1] "AsianovelasBL: I Will Knock You The Series - Episode 3 Teaser \n\nEvery: Saturday at 12:30 AM Manila Time GMT+8 on GagaOOLala… https://t.co/knSeej3mVE"
## 
## [[3109]]
## [1] "BL_Carter: RT @survivorstrong3: Police reform is a child &amp; family issue. Police retain up to 65% of those who abuse their own family &amp; then those offi…"
## 
## [[3110]]
## [1] "darkprincessVP: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[3111]]
## [1] "BL_Carter: RT @survivorstrong3: Police reform is a woman's &amp; children's issue. Police retain those who are violent against women &amp; kids in their own f…"
## 
## [[3112]]
## [1] "taruumiya: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3113]]
## [1] "BL_Fangirl34: RT @jeffsaturjpg: @jeffsatur U were amazing as always! Incredible performance. Please take a lot of rest as much as possible and please tak…"
## 
## [[3114]]
## [1] "bl__bts_: RT @shipper_diary: [Biggest change after 1 year]\n\n#FortPeat #TellerxFortPeat https://t.co/d5Jcgcifep"
## 
## [[3115]]
## [1] "Stobelli1: RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…"
## 
## [[3116]]
## [1] "JenniferSaplor: RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…"
## 
## [[3117]]
## [1] "ubgradde01: @LonelyGeekess What the heck is BL"
## 
## [[3118]]
## [1] "riverkecil: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[3119]]
## [1] "BL_Scenery: ✨ Because Maitoh was rejected (yeah! his heartbroken 💔), Green to the rescue to comfort 🥰\n\n#WhyYouYMe #WhyYouYMeEP7… https://t.co/3e5vkKH79Y"
## 
## [[3120]]
## [1] "dkeq_f: RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…"
## 
## [[3121]]
## [1] "justTaekmeaway: bl!n k for L is movin again\nthat bish won't stop fr"
## 
## [[3122]]
## [1] "speakupppppp: RT @lifendaynews: Today Update : #PriyankaChaharChoudhary was breaking every WKW from inside for blames &amp; false allegations. HMs doing viol…"
## 
## [[3123]]
## [1] "shypronin: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3124]]
## [1] "emekah_: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3125]]
## [1] "PetKirito: This awesome comic deserves more attention!\n \n#BL #dad #sizetwitter\n\nhttps://t.co/UBPmRQOBC0 https://t.co/cqJSuD44f4"
## 
## [[3126]]
## [1] "SquidGirlOta: My mom used to watch The 700 Club and told me I couldn’t read or watch Harry Potter. She also told me not to read o… https://t.co/Bk3iXPHa2f"
## 
## [[3127]]
## [1] "BLfandesu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3128]]
## [1] "Eliter_revenger: RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…"
## 
## [[3129]]
## [1] "darahellman: RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…"
## 
## [[3130]]
## [1] "bose_pammal: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[3131]]
## [1] "KWWLStormTrack7: Winter is returning, starting tonight. Wednesday is going to be a cold day! -BL https://t.co/xYFhqRVhSv"
## 
## [[3132]]
## [1] "magidah01: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3133]]
## [1] "RBrowncean: E-flite Wing with Struts: UMX J-3 BL, EFLU3402 CAXREGQ\n\nhttps://t.co/hiLhAL8gKM https://t.co/FkvJo2yteW"
## 
## [[3134]]
## [1] "neonglittr: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3135]]
## [1] "Lolahhh_: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3136]]
## [1] "uribamn: remember the minsung as ohmnanon au that i'll never write? yeah this is them announcing their first bl https://t.co/GR33vmSmtM"
## 
## [[3137]]
## [1] "PenguinBL97: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[3138]]
## [1] "tomymagicerrors: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3139]]
## [1] "mzenananers: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3140]]
## [1] "Topson__: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3141]]
## [1] "BL_CollCare: RT @britishlibrary: Caring for a collection that dates back thousands of years has many challenges, from crumbling paper to books written i…"
## 
## [[3142]]
## [1] "BL_Fangirl34: RT @bibblesummett: Please He is so cute 🤏🏻🥺\n\n#BuildJakapan @Buildbuilddd https://t.co/fYSLv3Vy98"
## 
## [[3143]]
## [1] "iamshubham6060: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[3144]]
## [1] "BL_Fangirl34: RT @JeffSaturFC: SATs is all around you Jeff Satur 💗\n\n#MusicHeals2022xJeff #JeffSatur https://t.co/wbBcYQR6dD"
## 
## [[3145]]
## [1] "BL_Fangirl34: RT @kpfiIms: — build ig update! https://t.co/JX6BmlM5IO"
## 
## [[3146]]
## [1] "BL_Fangirl34: RT @jeffsaturjpg: SATS ❤️\n#Jeffsatur #MusicHeals2022xJeff https://t.co/1VdebXKJ87"
## 
## [[3147]]
## [1] "_woawps: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[3148]]
## [1] "2000cbbc: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3149]]
## [1] "InSomnia756: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3150]]
## [1] "RichVoorhees: RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…"
## 
## [[3151]]
## [1] "Chrizkhalifa21: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3152]]
## [1] "directorpegasus: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3153]]
## [1] "vesperbay: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3154]]
## [1] "HopeWorld_96: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3155]]
## [1] "delocks_ng: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3156]]
## [1] "bl_jaguar: RT @galaxyfinance3: 👍 THE $30,000 GLEAM AIRDROP CAMPAIGN IS NOW LIVE!\n\n✔️ Participate and stand a chance to be one of 500 winners to earn $…"
## 
## [[3157]]
## [1] "_disgrace__: @kdjyoo @Kiar07878197 I mean it did happen once (it was tagged bl at a point but still)"
## 
## [[3158]]
## [1] "stellarwonwoo_: RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…"
## 
## [[3159]]
## [1] "2kasa00: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3160]]
## [1] "Jlockport2: @legs_bow Good Morning BL. Thanks for the beautiful pic to accompany my coffee. It's gorgeous."
## 
## [[3161]]
## [1] "KauguyaC: RT @Tappy_toon: NEW RELEASE 🔝\nI Became the Lousy Side Top\n\nJaewoo wakes up in a BL novel… as a side character who torments the main bottom,…"
## 
## [[3162]]
## [1] "lowe78jcjn: knobelite Adjustable Curtain Rod, 1 Inch Diameter Single Window Rod,Length From 22 inch-42 inch with Twisting Cage… https://t.co/j6sbr5zNdf"
## 
## [[3163]]
## [1] "Pappy_Wrld: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3164]]
## [1] "Bl_ckkky: @CryptoDefiLord Nahhh I'm good"
## 
## [[3165]]
## [1] "bl__suarez: RT @WayV_official: Teaser Image 1 #TEN\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShenV…"
## 
## [[3166]]
## [1] "drearmie: RT @yenpress: Basketball players. Roommates. Senpai-kouhai BL romance. 🥰\nWhen Kagiura's left in the tender care of his mother hen of a room…"
## 
## [[3167]]
## [1] "bl__suarez: RT @WayV_official: Teaser Image 1 #XIAOJUN\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShe…"
## 
## [[3168]]
## [1] "Aleena_Bano1: CASPER BLACK $184.25 https://t.co/My3CUAMP6k https://t.co/GftEsQoyj4"
## 
## [[3169]]
## [1] "SuSuExplorer: @TereBC98 @gulfkanawut Yes 🥰 And I also think that BL and lakorn fans might have different habits when interacting… https://t.co/KlE3CKFIV8"
## 
## [[3170]]
## [1] "CKohiii: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3171]]
## [1] "bl__suarez: RT @ITZYofficial: ITZY &lt;CHESHIRE&gt; D-DAY POSTER\n\n📍 TITLE TRACK “Cheshire”\n\n☑ RELEASE 2022.11.30 WED 6PM (KST) | 4AM (EST)\n☑ PRE-SAVE &amp; PRE-O…"
## 
## [[3172]]
## [1] "bl__suarez: RT @ATEEZofficialjp: [🎬] ATEEZ(에이티즈) - 'Paradigm' Official MV (Performance ver.)\n\nhttps://t.co/xQM4S9u0MN\n\n#PARADIGM #ATEEZ #에이티즈 #エイティーズ"
## 
## [[3173]]
## [1] "bl__suarez: RT @OfficialC9ent: 🎄2022 C9 Christmas🎄 \n\nTRACKLIST\n\n2022.12.07 6PM\n\n#2022C9Christmas #윤하 #YOUNHA #이석훈 #LEESEOKHOON #씨아이엑스 #CIX #시그니처 #cigna…"
## 
## [[3174]]
## [1] "xsnugglestruthx: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3175]]
## [1] "bl__suarez: RT @BIGHIT_MUSIC: The Name Chapter - Concept Trailer Teaser\n(https://t.co/Pygafn40Oy)\n\n#투모로우바이투게더 #TOMORROW_X_TOGETHER #TXT #TheNameChapter"
## 
## [[3176]]
## [1] "raceraot: @zawarudosoham @15in7 @NouRiDv I love how that's your metric for good character acting. If that's the case, fucking… https://t.co/hUXYLPdg3G"
## 
## [[3177]]
## [1] "bl__suarez: RT @NiziU__official: NiziU 4th Single\n『Blue Moon』\n2022.12.14 Release\n\n🎥“Blue Moon” M/V Teaser1\n🔗https://t.co/fmRD4GfgIZ\n\n#NiziU #ニジュー #니쥬 #…"
## 
## [[3178]]
## [1] "bl__suarez: RT @WayV_official: Teaser Image 1 #YANGYANG\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiS…"
## 
## [[3179]]
## [1] "boyslovetv: Trailer of the Thai BL #NeverLetMeGo! Starring Pond &amp; Phuwin, the series premieres on December 13, 2022!… https://t.co/3wOCWpWfzq"
## 
## [[3180]]
## [1] "lethia_bl: RT @feeIingsvibes: i'm happy i met you, i'm sorry you met me."
## 
## [[3181]]
## [1] "apollosynthius: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3182]]
## [1] "pessimisticboi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3183]]
## [1] "prettykimchii: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3184]]
## [1] "punzovlogz: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3185]]
## [1] "nicolaspjow: K490NC Replacement 2 5 to 3 5mm Audio Cable AUX Cord Compatible with AKG K545 Y45 Y50 Y55 Y45BT Y50BT Wireless Head… https://t.co/5zPrR1K2UJ"
## 
## [[3186]]
## [1] "costxo: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[3187]]
## [1] "Lummiey_: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3188]]
## [1] "AjFilly: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3189]]
## [1] "bl_artcult: @neuropoetic Ty, appreciate the feedback. This direction resonates with me in a really potent way, and definitely h… https://t.co/d0beBgZ61q"
## 
## [[3190]]
## [1] "leannon96vmbxk: 2 Pieces Granddaughter Bracelets Charm Heart Pendant Rhinestone Crystal Balls Faux Pearls Jewelry Gift (Multi-color… https://t.co/r4btpadh9Q"
## 
## [[3191]]
## [1] "fuckuropinionBL: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3192]]
## [1] "_Reedahbabyyy28: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3193]]
## [1] "Zhongchitxt: @Madbuthappyfrog women who are obsessed with BL/yaoi"
## 
## [[3194]]
## [1] "annabelle_leng: @bl_4_eva @MSuppasit Happy birthday"
## 
## [[3195]]
## [1] "abruti_bl: RT @barchorde_tin: SIR GIVE ME A CHANCE https://t.co/mfVzpIEWAF"
## 
## [[3196]]
## [1] "kjzorp: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3197]]
## [1] "OneSecTweeted: Instruction 2682179: \"test bl, bl\"\n #OneSecondTweeted"
## 
## [[3198]]
## [1] "Thai_BL_Aika: RT @tccandler: Congratulations to these 4 faces for being officially nominated as one of the 100 Most Handsome of 2022.  Which one is your…"
## 
## [[3199]]
## [1] "Mr_Gods_will: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3200]]
## [1] "cerezaii: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3201]]
## [1] "sgtboogaranan: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3202]]
## [1] "deez_ease: RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2"
## 
## [[3203]]
## [1] "shesabonbon: @haruuuuwo he's in his bl character era"
## 
## [[3204]]
## [1] "jmoreno_1978: RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…"
## 
## [[3205]]
## [1] "travis_bl: @sintydavid @NorthRoadCycles Enjoy your new ride. It'll be a joy. Outside is always better but sometimes needs must."
## 
## [[3206]]
## [1] "Pegasus_szn: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3207]]
## [1] "day6real: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[3208]]
## [1] "SuharlizaH: RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…"
## 
## [[3209]]
## [1] "bl_artcult: @ErotemeArt @obscuradao @MecenateFineArt @darkestdollx Thanks Ero 🙏\n\nHey @obscuradao, @MecenateFineArt is amazing,… https://t.co/o8YDiYS8p5"
## 
## [[3210]]
## [1] "BL_x_addicted: RT @jsaturfiles: jeff satur this is illegal https://t.co/p6T7Pm4T5Z"
## 
## [[3211]]
## [1] "NemesioMichael: I just want to spend December finishing my requirements on the first few days, then binging BL’s the rest of the month."
## 
## [[3212]]
## [1] "MoxxxieChu: Okay but BL Book Club is looking better and better the more I think about it"
## 
## [[3213]]
## [1] "EseTweeter57: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3214]]
## [1] "VegasPeteLover: @Rainxblebii Tbh, this is my first time in a fandom and i'm very new, too. And i don't regret it even a little bit.… https://t.co/9imUkNehWG"
## 
## [[3215]]
## [1] "uhimnoel: @akemishka Aro cause I'm demiro so I put it as half lmaooo \nBl because I like it but I don't actively search for it… https://t.co/MoP8FdwGhv"
## 
## [[3216]]
## [1] "jaywawk: @BL_2889 @NE5westend They’re dreadful. Customer service is some of the worst I’ve ever experienced never mind the a… https://t.co/m8cMQQkV6L"
## 
## [[3217]]
## [1] "zhujnyo1: RT @Momotexx: GUYS THE PANTS ARE NEXT💦 LETS DO IT🙏\n#akumillust #momarties #ScarredHeartComic #BL https://t.co/eMMu1yotOQ"
## 
## [[3218]]
## [1] "Rollaka_cchi: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3219]]
## [1] "naniwaluckybi: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3220]]
## [1] "Its_The_Barbies: It’s definitely jealousy. \n\nDark skinned BW have better options outside of bl⚫️ckistan. They just don’t want them t… https://t.co/0zIhhJZIff"
## 
## [[3221]]
## [1] "4funkypillz: need to force my hinge and bumble dates to watch bl/gl with me"
## 
## [[3222]]
## [1] "shaurya33401852: I love the art style in \"The Return of the Abandoned Son\" so much! It's gorgeous! The character designs are amazing… https://t.co/ETvz5aqgZP"
## 
## [[3223]]
## [1] "Mac_daves: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3224]]
## [1] "akemishka: @uhimnoel aro and likes bl one also don i hv lumine ???"
## 
## [[3225]]
## [1] "crossbelladonna: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3226]]
## [1] "takorow: The Most Favorite Thai BL Couple 2022 – Vote Now https://t.co/qe20iLZOin\n#waanjaimewgulf \n#MewSuppasit\n#GulfKanawut\n#หวานใจมิวกลัฟ"
## 
## [[3227]]
## [1] "bl__bts_: RT @Fortfts_Korea: 🚩 22.11.29 aunsam_makeup  IG  UPDATE ~\n\n☑️ https://t.co/Hfwe9YXr2v\n\n#ComeFortZon #FortFTS\n#OurSmile22ndFortDay https://t…"
## 
## [[3228]]
## [1] "Jea_lly: RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq"
## 
## [[3229]]
## [1] "bl_ue_sky_: RT @Pledis_th: SEVENTEEN ได้รับรางวัล Worldwide Fans Choice จากงาน 2022 MAMA Awards\n\n#SEVENTEEN #เซเว่นทีน #MAMA2022 https://t.co/qZ3Jvv63uv"
## 
## [[3230]]
## [1] "NikiLeSunshine1: RT @Vanguard_way: @illustrata_ai @joynxyz @amli_art @bl_artcult #Expressionwithmeaning with these pieces I'm exploring duality, feminine/ma…"
## 
## [[3231]]
## [1] "MoonCottage: RT @addict_car: Fiat acquired Innocenti in 1990, and soon after the company's range - derived originally from the BL Mini - was renamed Inn…"
## 
## [[3232]]
## [1] "BrotherRemi: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3233]]
## [1] "Mccrimmons: RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…"
## 
## [[3234]]
## [1] "_Blessing_b: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3235]]
## [1] "iamfreshice1: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[3236]]
## [1] "PRNewswireIL: #SACO #Shipping has selected #WAVE BL to power its #all-digital #House #Bills of #Lading (#eHBLs)… https://t.co/ojTd7MwDTV"
## 
## [[3237]]
## [1] "heathcoteyntc: Premiorri Vimero-Van All-Season Commercial Radial Tire-225/75R16C 225/75/16 225/75-16 118/116R Load Range E LRE 10-… https://t.co/qhtN4pfHQl"
## 
## [[3238]]
## [1] "akunbacaazey: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[3239]]
## [1] "shawolworm: so i will be watching Minho’s Lucky Choi’s on BL 🫠"
## 
## [[3240]]
## [1] "bl_aficionado: RT @Jackhangu: 🎤 : What angle are you attractive? \nW : actually I think ever angle na, I can’t choose \n🎤: I just ask Win what angle is he h…"
## 
## [[3241]]
## [1] "gennaro97ox: Motorcycle Oil Dipstick, Keenso Aluminum Alloy Oil Level Gauge Dip Stick Temperature with Thermometer for 125cc Mot… https://t.co/8zXRqpZZEd"
## 
## [[3242]]
## [1] "bl__swan: @archiveforJK @billboardcharts @luminate_data @billboard @unitedmasters @YouTube .@billboardcharts @luminate_data… https://t.co/GsD9LUkaZu"
## 
## [[3243]]
## [1] "bl__swan: @97SARCHIVES @billboardcharts @luminate_data .@billboardcharts @luminate_data The official Music Video of \"Dreamers… https://t.co/Bx8MnK9MQ5"
## 
## [[3244]]
## [1] "BelindaGray20: RT @LibraryArden: After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Workshop.…"
## 
## [[3245]]
## [1] "maiden564: RT @exc_xx: Update Thai BL\n#NeverLetMeGoSeries\n\n📆Premiere 13/12/2022 Every Tuesday, 20:30pm🇹🇭 on GMMTV Youtube Channel\n\nStarring: #PondPhuw…"
## 
## [[3246]]
## [1] "bl__swan: @jjklve_ @billboardcharts @luminate_data @billboard @unitedmasters @YouTube hello, @billboardcharts @luminate_data… https://t.co/lL2GnTxTGZ"
## 
## [[3247]]
## [1] "yizhan10050805x: @MayXian3 It doesn't make sense that he said something like that if he also recorded a bl only that hasn't come out… https://t.co/VXQ5zmaap1"
## 
## [[3248]]
## [1] "hxruhxtakx: RT @LordDetaur: I love their matching akitoya sea cucumber plushies\n\n#prsk_BL https://t.co/qfefENCYDI"
## 
## [[3249]]
## [1] "LibraryArden: After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Work… https://t.co/NQfp97b0rR"
## 
## [[3250]]
## [1] "bl_aficionado: RT @koreansales_twt: [#2022MAMA] Congratulations to #GOT7 for winning Worldwide Fan's Choice  at the 2022 MAMA Awards!"
## 
## [[3251]]
## [1] "miyunabeb: #hazepoilers Tuesday BL lmao\nack ang sweet ng PB 🥺 dooshik is mad in love best husband\n\nSTY hahaha wtf YR waiting f… https://t.co/PH1qtzdmM5"
## 
## [[3252]]
## [1] "BL_continent: GQ Men of the Year Awards 2022 : BREAKTHROUGH ACTORS\nCongrats👏👏\n#มายอาโป\n#MilePhakphum #Nnattawin \n@milephakphum… https://t.co/bSf1GtXDIv"
## 
## [[3253]]
## [1] "Bl_Troyanda: RT @maria_avdv: This destroyed Russian base in the liberated Kherson shows why high precise weapons from our allies is so crucial for Ukrai…"
## 
## [[3254]]
## [1] "_bl_yaoi_: This manhwa is awesome! I can't get enough of it!\n\n#plzsupport #kisstheabyss #bl\n https://t.co/mkclncN4k0 https://t.co/Ynw18JgWa7"
## 
## [[3255]]
## [1] "slothingsyl: RT @DRAMAWORLDxoxo: 'To Sir, With Love' is soo underatted 😩🤌.....how can you all sleep on this 🌟MASTERPIECE🌟???\n#Khunchai #tosirwithlove #B…"
## 
## [[3256]]
## [1] "bl_swyq: RT @Kyupopopie: Smart, tall, handsome, wide shoulder, small face, deep-charismatic voice, big eyes, cute dimple in the corner, humorous, ta…"
## 
## [[3257]]
## [1] "florr_bl: RT @ycsm1n: spotify wrapped isn’t enough, i want an excel spreadsheet of my listening habits"
## 
## [[3258]]
## [1] "Viva58L: AVID POWER Cordless Electric Screwdriver Set 4V Rechargeable Screwdriver Kit with Case, 13pcs Accessories, LED Work… https://t.co/toh32hiRdd"
## 
## [[3259]]
## [1] "jeroosan: Fun fact. In my personal pick, it seems like the best japanese bls are likely to be aired on October of the year\n\n2… https://t.co/Y68oQX1CSZ"
## 
## [[3260]]
## [1] "MinAgustDt: RT @edittsheaven: it's been a month since semantic error ended😔😭\n\n#semanticerror #edit #bl #SemanticErrorEp7 #SemanticErrorEp8 #jaechan #se…"
## 
## [[3261]]
## [1] "hoe_for2dmen: RT @BlackPearl1301: Me to all the BL tops :"
## 
## [[3262]]
## [1] "Bl_Troyanda: RT @LlopisMarta95: Never forget Ukrainian children. No child deserves to grow up in a country at war. #UkraineWar #Ukraine 🇺🇦💔 https://t.co…"
## 
## [[3263]]
## [1] "lethia_bl: 11:11 contented"
## 
## [[3264]]
## [1] "bl_is_O2: RT @kpopsapphic: This is history https://t.co/0tvsI7bW5k"
## 
## [[3265]]
## [1] "Etim007et: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[3266]]
## [1] "soboksob: why gl dramas are not so popular as bl dramas"
## 
## [[3267]]
## [1] "MKBang3: RT @yaoilynnx1: One of the reasons the BL industry is such a huge ecosystem- fans spend on happiness, something that can’t be quantified ht…"
## 
## [[3268]]
## [1] "eduardo_djcz: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3269]]
## [1] "Vanguard_way: RT @jeffjag: @illustrata_ai @joynxyz @amli_art @bl_artcult My #expressionwithmeaning is a diptych from my upcoming Paint Drop collection -…"
## 
## [[3270]]
## [1] "BL_ncp: RT @LaliceUpdates: Til the sun comes up, I'll be here with you!!! No lie, no lie 🎶💃🏼\n\n#NETIZENSREPORT #LISA for Asian Celebrity of the Year…"
## 
## [[3271]]
## [1] "flw3rseok_: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3272]]
## [1] "peaceandloveszd: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3273]]
## [1] "BL_continent: RT @BLUPDATE2022: GMMTV's #NeverLetMeGoSeries starring #PondPhuwin premieres this December! Don't miss the Official Trailer tonight!\n\nBetwe…"
## 
## [[3274]]
## [1] "Nfuse5: RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq"
## 
## [[3275]]
## [1] "Bl_Troyanda: RT @MFA_Ukraine: 🇺🇦 We know exactly #WhatWeAreFightingFor. For our children, their smiles, their happy childhood, and their future!\n\n📷 Hajd…"
## 
## [[3276]]
## [1] "bl_enthusiastic: RT @jaehtak: pov: the fuckboy takes you to his room https://t.co/6Qzh5NhcMj"
## 
## [[3277]]
## [1] "Vanguard_way: @illustrata_ai @joynxyz @amli_art @bl_artcult #Expressionwithmeaning with these pieces I'm exploring duality, femin… https://t.co/6v0NptII9A"
## 
## [[3278]]
## [1] "BL_ncp: RT @LaliceUpdates: joanna girl always winning 🥺 mmhmmh i need to change my name 🤔😂\n\nEvery time #LISA started her solo stage with #LALISA an…"
## 
## [[3279]]
## [1] "Aleena_Bano1: BUNDABURG ANTIQUE BLACK $170.50 https://t.co/rMhNHcBtcC https://t.co/6KyRTUFImt"
## 
## [[3280]]
## [1] "thomasarusli: Wake up babe, new Sam Bl🤡ck content just dropped https://t.co/93tQZp7Kpv"
## 
## [[3281]]
## [1] "bl__bts_: RT @shipper_diary: [Update on 500K Vlog date]\n\nI’m waiting for their solo date 🤭🤭\n\n#FortPeat #TellerxFortPeat @peatwasu @fort_fts https://t…"
## 
## [[3282]]
## [1] "sinthsizer: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3283]]
## [1] "OtomeTweeter: RT @Scarlyya: It was 2018/19 I was really into otome related &amp; BL anime so I watched the UtaPri anime. It felt a bit cringe but oddly liked…"
## 
## [[3284]]
## [1] "whatchanloves: @mania_th_bl ohhh agree, actually i often call boom as bum bum ^^"
## 
## [[3285]]
## [1] "yizhan10050805x: @MayXian3 @SitaraTaeArt It doesn't make sense, he also recorded a bl, it just hasn't come out 🤷"
## 
## [[3286]]
## [1] "__meowqing: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3287]]
## [1] "monophirc: BL lovers are cool"
## 
## [[3288]]
## [1] "340678002x9: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3289]]
## [1] "bl_swyq: RT @kdramatreats: this 4th gen girl groups's debut tracks collab stage is like listening to my playlist, they really dominated 2022 and sla…"
## 
## [[3290]]
## [1] "kkitew: i'll never fit in on bl twitter bc yall love triage but hate futs 🥲"
## 
## [[3291]]
## [1] "xxx_bl_xxx1: @official_kep1er Uri Maknae, U Did Great Job!!"
## 
## [[3292]]
## [1] "2Ha__ranwan: \"Whoever do BL they can be popular in overnight\" I think he said something like this. When did he said that sis? U… https://t.co/ET48iQqnO6"
## 
## [[3293]]
## [1] "kyum_89: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[3294]]
## [1] "bl_1510: RT @lowkeyalbert: Find someone that stays obsessed with you, not just in the beginning"
## 
## [[3295]]
## [1] "NaiveAndHonest: ‘‘No――! I never read porns! Never! But it's Naomi's fault for teaching me all of these BL educations.’’ #AkioTalks"
## 
## [[3296]]
## [1] "woopatron: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3297]]
## [1] "mania_th_bl: @tbaudinette Get well soon, Tom ✌🏻"
## 
## [[3298]]
## [1] "okodukai7: &lt;a href=\"https://t.co/nuInKBYHqC\" target=\"_bl #おこづかい"
## 
## [[3299]]
## [1] "Nithiya76108176: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[3300]]
## [1] "chee_lks1: RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…"
## 
## [[3301]]
## [1] "PSineneng: I wanna try out this comic book style\n Try this\n#SliceofLife #bl #artworks\n\nhttps://t.co/9a7KD2VVG8 https://t.co/HiDO08U9nh"
## 
## [[3302]]
## [1] "bl_swyq: RT @hyovrse: why is he deliberately putting his face RIGHT into the camera you are gorgeous we GET IT https://t.co/6dIsnY5KJq"
## 
## [[3303]]
## [1] "Jeonce07: @DeluluAnne @MayXian3 Dude I’m also bl fan but believing shit rumors 😂😂😂lol"
## 
## [[3304]]
## [1] "candyBLoey: @biukiss I'm watching BL .I'm reading yaoi\nBut I can't read read Yuri.and i never watch GL drama too...I don't know what wrong with me"
## 
## [[3305]]
## [1] "BL_Scenery: STREAM | #WAROFYEP18 : World of Wife, every Tuesday. Director's cut Version at 9 PM GMT+7 on #AISPLAY exclusive.\n\n🔹… https://t.co/euPyv5ViYf"
## 
## [[3306]]
## [1] "bl_artcult: @Nika_Rakhmanova @illustrata_ai @joynxyz @amli_art Beautiful work"
## 
## [[3307]]
## [1] "SachinS42119943: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[3308]]
## [1] "Stingray_018: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[3309]]
## [1] "hvaryun: reading 3 BL novels at a time https://t.co/FtaF6lEcn2"
## 
## [[3310]]
## [1] "tinker_bl: RT @WayV_official: Teaser Image 1 #XIAOJUN\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShe…"
## 
## [[3311]]
## [1] "mania_th_bl: @whatchanloves Sounds good though. Btw, in Thai, saying a nickname twice like this make it sounds much cuter.\n\nSeaS… https://t.co/R06p4eibjR"
## 
## [[3312]]
## [1] "virtjinwoo: RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…"
## 
## [[3313]]
## [1] "bl__erry: RT @Sebongtubatuco: Hi friends! I’m still not feeling all too great mentally, but I had just enough mental energy to make this spring bear/…"
## 
## [[3314]]
## [1] "bl__erry: RT @o6frog: more #iso photocard templates ! &lt;3 https://t.co/fgCBvw18Z7"
## 
## [[3315]]
## [1] "tinker_bl: RT @WayV_official: Teaser Image 1 #YANGYANG\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiS…"
## 
## [[3316]]
## [1] "w3iying: @heymilelove @milephakphum @Nnattawin1 Lol yeah no other bl couple even come close to having amount of chemistry th… https://t.co/KGpU2BwZbr"
## 
## [[3317]]
## [1] "beatriceyoon_: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[3318]]
## [1] "Rcverma01568575: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[3319]]
## [1] "hOwlsAddicted_: RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…"
## 
## [[3320]]
## [1] "bl__erry: RT @NlNGSETTER: OTW Bear Toploader Template\n\nfeel free to use it, just pls don’t remove my @ !!\n\n✦ HQ: https://t.co/29FYlrn4eY\n\n— kpop temp…"
## 
## [[3321]]
## [1] "Bgmgoodday: Please take a picture of the best minox camera. We film sales! ! \nhttps://t.co/2pSNBLCejC = STRK: MESE: IT"
## 
## [[3322]]
## [1] "glissadefface: @kariyautism bet the only ones to join will be 30 years old cishets who read explicit \"love\" stories about underage… https://t.co/WrqAFnEMJi"
## 
## [[3323]]
## [1] "piyochi_bl: RT @mintificial: don’t mind me— I’m just casually spreading my megane scara agenda 😎\n#scaramouche #wanderer #genshinimpact #スカラマシュ #原神 http…"
## 
## [[3324]]
## [1] "chara_chu415: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3325]]
## [1] "_bl_yaoi_: Trust me! You'll get addicted to this story!\n\n#sakuga #ameart #Mystery\n https://t.co/unWG2kqFgH https://t.co/mfr56LVSls"
## 
## [[3326]]
## [1] "happy166801: &gt; Read dom/sub bl manga\n&gt; \"....the fuck is that anatomy??? Is that even possible????\""
## 
## [[3327]]
## [1] "bl_enthusiastic: RT @lixcultures_: seungmin last line, \"we will stay together as 8\" 🥹 https://t.co/PwYetel8NU"
## 
## [[3328]]
## [1] "WRandle: @elle_vader @TSizzle24 @POTUS Much of Railroad profit was a windfall gift when the Keystone was shutdown about $20/… https://t.co/rw8i8A3kQ7"
## 
## [[3329]]
## [1] "bl_aficionado: RT @njfiIms: hold hands 😌 #Vibie5YxNetJames https://t.co/iJSwmAl9zl"
## 
## [[3330]]
## [1] "ASOMBREREVERIE: RT @kisekianything: Ian Grimwood was just seen in the BL  aisle! https://t.co/zmA54IGf9n"
## 
## [[3331]]
## [1] "VIEmediaNEWS: SACO Shipping has selected WAVE BL to power its all-digital House\nBills of Lading (eHBLs)  https://t.co/6j7fzHc7yG"
## 
## [[3332]]
## [1] "starringwonder: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3333]]
## [1] "heymilelove: @w3iying @milephakphum @Nnattawin1 Same but BL genre only. I am still fine watching english series or kdramas. .. f… https://t.co/wdq278BmPV"
## 
## [[3334]]
## [1] "KristiWonk: @SpaceValveGuy @BL_Dwyer @WholeMarsBlog Some filth is hard to wash off. Once a symbol has been tainted it’s difficu… https://t.co/nA6aWNYYzK"
## 
## [[3335]]
## [1] "bingkaffei: RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq"
## 
## [[3336]]
## [1] "SP4CEP4RASITE: !f !t has t0 c0me t0 such ! W!LL d!e f0r my s!bl!ngs."
## 
## [[3337]]
## [1] "SinnersRevelry: RT @kisekianything: Ian Grimwood was just seen in the BL  aisle! https://t.co/zmA54IGf9n"
## 
## [[3338]]
## [1] "bl_aficionado: RT @jamesphere: oh just netjames being themselves 🧍🏾‍♀️\n#Vibie5YxNetJames https://t.co/ypAipjc4Hz"
## 
## [[3339]]
## [1] "Isabell38428319: @mintmelon8 The romantic song they sang together was so cute. Is true they will be in a BL drama together soon?"
## 
## [[3340]]
## [1] "thebottomlounge: 💀JUST ANNOUNCED💀\n@kickstandshows presents @Magnoliaparkfl: Baku’s Revenge Tour w/ special guests @ArrowsInAction &amp;… https://t.co/NnCQVreHfd"
## 
## [[3341]]
## [1] "ninajiah: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3342]]
## [1] "forevermfy: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3343]]
## [1] "thebottomlounge: 🦒JUST ANNOUNCED🦒\n@plinirh w/ special guests Sungazer &amp; Jakub Zytecki on Tuesday, May 9th! Tickets are on sale this… https://t.co/piUHPRXuHo"
## 
## [[3344]]
## [1] "whatchanloves: @mania_th_bl lol i think i prefer boomboom or aouaou more 🤣🤣"
## 
## [[3345]]
## [1] "demenmewgulf: RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…"
## 
## [[3346]]
## [1] "Scarlyya: It was 2018/19 I was really into otome related &amp; BL anime so I watched the UtaPri anime. It felt a bit cringe but o… https://t.co/MBJh7tjjPz"
## 
## [[3347]]
## [1] "BL_newsroom: The Newsroom https://t.co/m8zYYBlxnT"
## 
## [[3348]]
## [1] "ChihiroXP: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3349]]
## [1] "bluvrmgnie: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3350]]
## [1] "BL_continent: RT @BLUPDATE2022: It's coming... https://t.co/19vzEUhv3n"
## 
## [[3351]]
## [1] "abiramidevi3096: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[3352]]
## [1] "6C_BL: We tweets: #6CFacts, #PickOne, #WhatIf, and many more! :3"
## 
## [[3353]]
## [1] "Lemmmy_: BEST BL EVER https://t.co/isIX0Wc2kG"
## 
## [[3354]]
## [1] "quesaborluksas: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3355]]
## [1] "Bl_Troyanda: RT @EuromaidanPress: Soldiers of Ukraine's Georgian Legion show the repaired equipment, which they previously took from the Russians. \n\n📷ht…"
## 
## [[3356]]
## [1] "Nnattavvin1: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3357]]
## [1] "ClmBlckThght: @mysicksadlife @M_Jensen23 @aliliana__ @RexLapizskz If there’s still something to be learned then more could be don… https://t.co/lIAerHD5hq"
## 
## [[3358]]
## [1] "ChoccyArt: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3359]]
## [1] "kisekianything: Ian Grimwood was just seen in the BL  aisle! https://t.co/zmA54IGf9n"
## 
## [[3360]]
## [1] "bl__swan: RT @IittIeuphoria97: @Americanfoodie7 Ah. Yes, I'm in agreement. There's always some excuse from the fandom to not support him, it's very t…"
## 
## [[3361]]
## [1] "purple991166: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[3362]]
## [1] "SungSavEvel: jonghyeongs the one that made that comment about the bl just being normal peoples life comment when the reporter wa… https://t.co/WTbZLO7nsF"
## 
## [[3363]]
## [1] "GopaliYojana: Apparently I read comics now\n \n#Magic #bl #commission\n\nhttps://t.co/z0CE4Ol9AF https://t.co/ejV6Dkmngu"
## 
## [[3364]]
## [1] "dare_darou: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[3365]]
## [1] "AidilRizall: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3366]]
## [1] "sdiproMRG: 03 Nos of cases were detected and items seized and destroyed were \n For sale in Arunachal Pradesh only\nBEER-16.25BL… https://t.co/My17gfEx8F"
## 
## [[3367]]
## [1] "WorldNfts: @KatalinaOoma @Morph_VGart @alulasit @delta_sauce @bl_artcult @WisnuPradanaArt @paschamo I love your works! 👽💜"
## 
## [[3368]]
## [1] "bl__swan: RT @jjklve_: hello, @billboardcharts @luminate_data @billboard\n The latest BB charts results are not accurate, since the streams for the MV…"
## 
## [[3369]]
## [1] "NekoRosaline: RT @BlerdyOtome: JAST BLUE to bring Varenyett’ BL Visual Novel, ‘Sorcerer’s Choice: Angel or Demon’ to the West https://t.co/lw8DjvtOBi"
## 
## [[3370]]
## [1] "queertangerine: RT @ng_meng05: @fubroshi I've seen enough of Thai BL fandom to know that stuff like this is really about the actors they prefer, but they j…"
## 
## [[3371]]
## [1] "PS5_BOTs: RT @iloveps_5: 📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from \"NONE\" to \"IN_WAREHOUSE…"
## 
## [[3372]]
## [1] "bl_enthusiastic: RT @TXTUNOFFlClAL: the hueningz 🥹 I CRY LOOK AT THE BRIGHTEST SMILES EVER https://t.co/rw9lcQvDXy"
## 
## [[3373]]
## [1] "bl__swan: RT @97SARCHIVES: .@billboardcharts @luminate_data The official Music Video of \"Dreamers\" by Jungkook uploaded by FIFA has finally been incl…"
## 
## [[3374]]
## [1] "bl__swan: RT @archiveforJK: .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV o…"
## 
## [[3375]]
## [1] "bl__swan: RT @jeonIves: .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV of \"D…"
## 
## [[3376]]
## [1] "iloveps_5: 📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from \"NONE\" to \"IN_… https://t.co/MCRPner8QV"
## 
## [[3377]]
## [1] "bl__swan: RT @jkoncharts: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the…"
## 
## [[3378]]
## [1] "bl__swan: RT @KookCharts: .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV of…"
## 
## [[3379]]
## [1] "ruikasarot: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3380]]
## [1] "BL_Hatcher14: RT @MichaelWarbur17: This is what I call Busking. \n\n‘The Lucky Chops’ hit the NYC Subway🍏🎷🎺\n\n(@theluckychops) \n https://t.co/Q2SXshTOgF"
## 
## [[3381]]
## [1] "all4b2utyful: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3382]]
## [1] "bl_enthusiastic: RT @moatoons: felix is a NIGHTMARE for bisexuals"
## 
## [[3383]]
## [1] "YayukMulawati91: RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…"
## 
## [[3384]]
## [1] "global_bl_forum: The “digital divide” was a consistent theme throughout our ‘Future Cities’ panel at this year’s Leaders’ Summit.… https://t.co/5mIYlE611P"
## 
## [[3385]]
## [1] "mang_BL: RT @wtsns_info: coming in 2023\n#수평낙하 #intothehorizon #teamsns https://t.co/QkLizeneFS"
## 
## [[3386]]
## [1] "madu_rcj: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[3387]]
## [1] "KatalinaOoma: @WorldNfts @Morph_VGart @alulasit @delta_sauce @bl_artcult @WisnuPradanaArt @paschamo Thank you so much for buying… https://t.co/Uz3w1sXV8h"
## 
## [[3388]]
## [1] "mania_th_bl: @whatchanloves How about #.BoumAoo or even #.AoumBoo ? 😋"
## 
## [[3389]]
## [1] "narakura_haruka: This awesome comic deserves more attention!\n \n#chinesecomics #BL #cover\n\nhttps://t.co/dOxd14qaqy https://t.co/mr8gRzL2MD"
## 
## [[3390]]
## [1] "_Ro_Bl_: RT @AM2013lyricsbot: I just wanna be yours"
## 
## [[3391]]
## [1] "sillygroovycool: please this is like that bl manwha 😭 word for word bar for bar [link] … — its just a dream….or is it??!? https://t.co/8H7Hrn18gZ"
## 
## [[3392]]
## [1] "IsSaeran: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3393]]
## [1] "Astro_BL: RT @SpaceTelescope: #NASARoman will find galaxies at different stages of their evolution—galaxies in small groups and in large clusters, me…"
## 
## [[3394]]
## [1] "OneSecTweeted: Instruction 2682154: \"test bl, bl\"\n #OneSecondTweeted"
## 
## [[3395]]
## [1] "Dan_Yure: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[3396]]
## [1] "The_Steph_: @bellylaughs2 @caringinbristol @markolver @JulianTrust @FareShareSW @bristol247 @BristolLive @BristolLifeMag… https://t.co/fuFgC6U4Ik"
## 
## [[3397]]
## [1] "dr_y_bl_ack: RT @KatariyaPran: Glad to see SEBI has got into the act. There is some serious criminal activity happening in the Trading community. My hea…"
## 
## [[3398]]
## [1] "KatalinaOoma: RT @WorldNfts: @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by @WisnuPradanaArt\nIT'S AL…"
## 
## [[3399]]
## [1] "dimples039: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3400]]
## [1] "dr_y_bl_ack: @darshanvmehta1 @DillikiBiili and @Vishvesh03 in my opinion are the best, though I don’t know either of then person… https://t.co/9kJaICDQme"
## 
## [[3401]]
## [1] "Alittlepo02: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[3402]]
## [1] "WordsworthGras: RT @MarksAwards: ✨Congratulations to Linda France, who is the Michael Marks Environmental Poet of the Year 2022-2023, winning with her port…"
## 
## [[3403]]
## [1] "tinker_bl: RT @WayV_official: Teaser Image 1 #TEN\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShenV…"
## 
## [[3404]]
## [1] "renaissance0426: @key_naidzar Heartstopper (BL)\nBusiness Proposal\nShooting stars"
## 
## [[3405]]
## [1] "satterfieldufmt: Just for Men Control GX Grey Reducing Shampoo, 5 fl oz &amp; Just for Men Touch of Gray Mustache and Beard Color, Dark… https://t.co/9xnfJ6mzdR"
## 
## [[3406]]
## [1] "yourlouvre: is 2023 really gonna be an office romance bl year 😭 RIP"
## 
## [[3407]]
## [1] "exc_xx: Update Thai BL\n#NeverLetMeGoSeries\n\n📆Premiere 13/12/2022 Every Tuesday, 20:30pm🇹🇭 on GMMTV Youtube Channel\n\nStarrin… https://t.co/cJgldHkKmN"
## 
## [[3408]]
## [1] "UprightSpeedway: RT @retrospeedway: @Harvest93573301 @UprightSpeedway Also, UK promoters became lazy. Instead of training our own, they turned to untried fo…"
## 
## [[3409]]
## [1] "Jerr_BL: @Endje_BL Unflat it"
## 
## [[3410]]
## [1] "Rv3__0: @SoapyHousewife DumbBell had to have Taylor humiliated  all for his trash heroine BL."
## 
## [[3411]]
## [1] "20one_nnattawin: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[3412]]
## [1] "Enrum_Thala: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[3413]]
## [1] "Wentasch: There was a time I was obsessed with the WEBTOON Say it (Bl). I created an Oc who was like a adopted sister of Shig… https://t.co/M5tIVQRN37"
## 
## [[3414]]
## [1] "bl_cobpeps: Queen https://t.co/H0HOaRt1SJ"
## 
## [[3415]]
## [1] "sketchkun: @ridinrapids Same here! Nothing comes close to how amazingly violent this BL is 💖"
## 
## [[3416]]
## [1] "aamxfamily: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[3417]]
## [1] "Johanna2717_: @HongkongKdlex \"Every dog must have his day.\"\n\nHAPPY 1ST BIRTHDAY COLA\n\nKDLEX Sweethearts\n#RAWRAWARDS2022\nbl"
## 
## [[3418]]
## [1] "feilpjb: JeCar Hardtop Thumb Screws Quick Removal Hardtop Bolts with 6 Tie Down Anchors for 2007-2021 Jeep Wrangler JK JL 2/… https://t.co/s4lrSxLilB"
## 
## [[3419]]
## [1] "BlackPearl1301: Me to all the BL tops : https://t.co/IpkjKwjlTJ"
## 
## [[3420]]
## [1] "yukari_2006_BL: RT @zee_pruk: black panther https://t.co/xhDI94gPLC"
## 
## [[3421]]
## [1] "thompsonlnw: Fragola 482307-BL Black Size (-8) x 1/4\" MPT 45° Adapter Fitting UW4DN21\n\nhttps://t.co/1bgMELZLrq https://t.co/7wvAso00Zb"
## 
## [[3422]]
## [1] "amienanan: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3423]]
## [1] "kamikazee333: @MariaBchara1 lk he 3adeee ana 3am dawe btliphone  3a my cell l2n knt mdya3o 🤣 e5r chi elt ayre bl 8aba 🤣"
## 
## [[3424]]
## [1] "kagshou: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3425]]
## [1] "thewrestlingvhs: @GreatBrianLast @TheJimCornette @YouTube 100% agreed w/Jim. If they cant bleed from War Games itself…WHY BRING IN F… https://t.co/pv8Vwy5L9t"
## 
## [[3426]]
## [1] "AndresHunter04: Nice, i'm the toxic top on a BL Manwha https://t.co/uynouG9M0c https://t.co/4jICyB9Lxe"
## 
## [[3427]]
## [1] "emusakis: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3428]]
## [1] "MarksAwards: ✨Congratulations to Linda France, who is the Michael Marks Environmental Poet of the Year 2022-2023, winning with h… https://t.co/51aCwP2dYb"
## 
## [[3429]]
## [1] "mintcandyz_: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[3430]]
## [1] "mania_th_bl: Please y'all can't cake-ify everything 😅 https://t.co/NgWmYfkvtA"
## 
## [[3431]]
## [1] "NuNid_22: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[3432]]
## [1] "KacaPedang: RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…"
## 
## [[3433]]
## [1] "ruikasatruther: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3434]]
## [1] "chetan_sankhe: RT @Rudu1212: @chetan_sankhe @v_i_s_h_a_l_150 @WesternRly @RailwaySeva @Gmwrly @ThisisAnnuTyagi all Dahanu train are running late daily.3rd…"
## 
## [[3435]]
## [1] "littleduck79: RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…"
## 
## [[3436]]
## [1] "capybaracals: anyways i traded new bl^des w someone and its super good igm"
## 
## [[3437]]
## [1] "OneSecTweeted: Instruction 2682149: \"xor bl, bl\"\n #OneSecondTweeted"
## 
## [[3438]]
## [1] "ViridisRylie: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3439]]
## [1] "ot7_lover03: RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz"
## 
## [[3440]]
## [1] "oona_paredes: RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…"
## 
## [[3441]]
## [1] "AltaAufderhar41: DIVIBOX Tactical Web Belt, Nylon Military Belt for Men, Adjustable Outdoor Belt with Plastic Buckle 120 cm GrayBlue… https://t.co/XwZX59iRDv"
## 
## [[3442]]
## [1] "wp4ECIGml2Ea3ji: RT @headBONDmeLWJ: today’s unboxing 📦\n\n#tgcf novel korean version published by @B_lab_BL, hua cheng and xie lian box sets. each set comes w…"
## 
## [[3443]]
## [1] "OneSecTweeted: Instruction 2682148: \"test bl, 0x1\"\n #OneSecondTweeted"
## 
## [[3444]]
## [1] "wp4ECIGml2Ea3ji: RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…"
## 
## [[3445]]
## [1] "lemonyogurts: @J0lyne56 i saw this fake quote about bl, but even it's fake it' not wrong?? actors who do bl dramas are more likel… https://t.co/Mjro3HSVpn"
## 
## [[3446]]
## [1] "jaeeeyoong: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[3447]]
## [1] "A_BL_Simp: BLACKPINK plsss 🫶🫶 https://t.co/q1v0cSVxBJ"
## 
## [[3448]]
## [1] "TToya_hails: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[3449]]
## [1] "clownx_bl: RT @foxeology: i'm not okay https://t.co/2tYUhJv74P"
## 
## [[3450]]
## [1] "NGTN2609: @MayXian3 Wtf. Where you read he said \"BL they can be popular in overnight\" ??? . No one can prove this please don'… https://t.co/krvFCiQe8N"
## 
## [[3451]]
## [1] "_Messimerizing_: @DavidL71912487 @tilldxown Ohhh right 😭 didn't notice that...\nGoes to show how much more global BL is"
## 
## [[3452]]
## [1] "Anass_BL: @RichardHeartWin @enadorange I'm little RH maxi fish please follow :)"
## 
## [[3453]]
## [1] "Charles912009: RT @johnbilcliffe: Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley USAF EC…"
## 
## [[3454]]
## [1] "mingyufish: @WOOAHAEBOT Np!! I'm so glad you enjoyed!! :D if you're interested in Jaechan, there lots to discover! He's been on… https://t.co/rcCMofnE8R"
## 
## [[3455]]
## [1] "stuck_inabook: RT @britishlibrary: This November, @BL_Publishing’s #WomenWriters series reaches 17 titles since debuting in 2020, bringing back to print f…"
## 
## [[3456]]
## [1] "clownx_bl: RT @hyunjinpost: OH MY GOD HYUNJIN https://t.co/5LK6swV41Y"
## 
## [[3457]]
## [1] "clownx_bl: RT @winnttaebear: BTS laughing when yoongi drop a reaction meme https://t.co/Imihi23iLZ"
## 
## [[3458]]
## [1] "sfayyoongi: Someone help the weird side of bl fans found my tiktok and are fetishizing onlyoneof FREE ME https://t.co/EFr3bBo4nK"
## 
## [[3459]]
## [1] "MyArt_inLove: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[3460]]
## [1] "yukari_2006_BL: RT @tthomastc: throwback tuesday #tthomastc https://t.co/w6sPDeJj6V"
## 
## [[3461]]
## [1] "clownx_bl: RT @mynameis_evi: the way Boss smiled well Noeul hugged him 🥹\nhttps://t.co/H5UoI7Unvu"
## 
## [[3462]]
## [1] "lop_nita: RT @PaulinaK55: Your performance in KinnPorshe was phenomenal! You guys rised so many standards! I can't watch any Thai BL series without c…"
## 
## [[3463]]
## [1] "CeSPat2: @renomahm @becomelegendseu @KamiFN1 Bl will dominate c4"
## 
## [[3464]]
## [1] "caesergray: i found an isekai bl that actually bl 😭🔥 like not some fl isekaid to bl novel. hopefully not love triangle"
## 
## [[3465]]
## [1] "j_w_baker: RT @RossiAtanassova: I have published a blogpost about the progress with my AHRC-RLUK Professional Practice Fellowship project: https://t.c…"
## 
## [[3466]]
## [1] "bl_anng: RT @Quackity: to anyone who’s going through a tough time, just know ❤️ https://t.co/DV3otM6sAb"
## 
## [[3467]]
## [1] "flipkartsupport: @MansingGohil To ensure that your Flipkart account information is safe, please DM us by clicking on the below link… https://t.co/Wdu9q20ALq"
## 
## [[3468]]
## [1] "furazhong: RT @clarthelunagate: The Vampire &amp; the Duke ep 49 has been updated! \n\nLink on bio~\n\n#tvtd #thevampireandtheduke  #BL #boyslove #WEBTOONCANV…"
## 
## [[3469]]
## [1] "blockstart_eu: RT @BioRegioSTERN: Outdated transaction methods cost the #healthcare sector $250 billion each year. Digital solutions are a powerful tool t…"
## 
## [[3470]]
## [1] "1998Milkmilk: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[3471]]
## [1] "CarlaMa23868819: RT @1000282: This is Mr Boohig who in 18 march 97 opposed the Murphy family s appeal in circuit court skibbereen he stood over lies and got…"
## 
## [[3472]]
## [1] "BL_x_addicted: RT @jeffsaturjpg: ig: winchattra / plscallmeaonthana https://t.co/lLgJdQfuPB"
## 
## [[3473]]
## [1] "abruti_bl: RT @buffstax: \"IM COMING           \"PETE IS OUR\nFOR PETE!!!\"            FAMILY NOW\" https://t.co/7gR5yjHGON"
## 
## [[3474]]
## [1] "BL_x_addicted: RT @jeffsaturjpg: Mr. CEO https://t.co/wSCCz9XipG"
## 
## [[3475]]
## [1] "jae_myy: @LiirBL You need to find your portkey, maybe you need to recite some classic BL lines first~"
## 
## [[3476]]
## [1] "BunkoGenki: RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…"
## 
## [[3477]]
## [1] "ninabake2: @smeaton300 @leedslibraries Dawn of time (1987) at Univ Liverpool, the book came from BL and I was allowed to CARRY… https://t.co/YdvTYXviau"
## 
## [[3478]]
## [1] "vampireesasuke: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3479]]
## [1] "clownx_bl: RT @funkychuckyy: Bible is so competitive but realized that Biu’s wearing white😂\n#BibleBuild https://t.co/A0li9m4jJs"
## 
## [[3480]]
## [1] "PoPo89736213: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[3481]]
## [1] "ssyazwanaa: RT @ShashaNajiha: teatime with president netflix bl 😜❤️ @reallohkeanyew https://t.co/wOheqveSe2"
## 
## [[3482]]
## [1] "abruti_bl: RT @OT7LOOK: football is so interesting guys listen to me https://t.co/PQvCaH7u7N"
## 
## [[3483]]
## [1] "bl__swan: RT @KookCharts: Jk is a 9 month old soloist (and didn’t even had his official solo debut yet) but huge music platforms are already sabotagi…"
## 
## [[3484]]
## [1] "classicurluve: RT @cebuBLorg: 📌BIBLE: \"I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST\"\n\nBible Wichapas Sumettiku…"
## 
## [[3485]]
## [1] "Natch4n: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[3486]]
## [1] "artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with… https://t.co/9lw3VX6FXV"
## 
## [[3487]]
## [1] "pAIperdoll: RT @_Dr_Fetus_: @illustrata_ai @bl_artcult @joynxyz @amli_art #expressionwithmeaning\n\nInspired by The Smiths album “meat is murder” and the…"
## 
## [[3488]]
## [1] "SpaceValveGuy: @KristiWonk @BL_Dwyer @WholeMarsBlog People still use the Swastika culturally without people getting upset because… https://t.co/33nudtvKmc"
## 
## [[3489]]
## [1] "Joachim_bl: Forain… https://t.co/KN6QCmHqCQ"
## 
## [[3490]]
## [1] "abruti_bl: RT @barchorde_tin: no but srsly.... https://t.co/u7zW0daDwB"
## 
## [[3491]]
## [1] "pAIperdoll: RT @ApocTao: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nShe fell back, confused, unsure of the moment... having f…"
## 
## [[3492]]
## [1] "MKBang3: @LiirBL @mania_th_bl 🤣We got bills to pay the pandemic almost broke them"
## 
## [[3493]]
## [1] "lapakden: RT @pinpinvn: Finally, I can officially introduce to ya all both main characters from my upcoming BL comic. I was struggling a lot but fina…"
## 
## [[3494]]
## [1] "tyzkdlin: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3495]]
## [1] "Mialuana13: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[3496]]
## [1] "Dago_mon: @Floriduh59 @FlowRidin69 @joncoopertweets By a political broken political party with no plan to improve the nation… https://t.co/TWTjymDHwQ"
## 
## [[3497]]
## [1] "stefanyonly_: @bl_ck_coffee Hai . I know and feel how difficult it is to lose weight, but I manage to lose weight only by managin… https://t.co/2waukden7Y"
## 
## [[3498]]
## [1] "clownx_bl: RT @jinniesarchives: the way seokjin pushed his hair back is so hot https://t.co/404lML5rR9"
## 
## [[3499]]
## [1] "Bl_ueTe_ars: RT @yyujinationn: SOBBING https://t.co/gqIupeOvXL"
## 
## [[3500]]
## [1] "Stayforskz15: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3501]]
## [1] "clownx_bl: RT @BCHANPIC: bang christopher chan is not joking ??? https://t.co/4xfE7FW32O"
## 
## [[3502]]
## [1] "amantedel__bl: RT @amantedel__bl: Ya se va mi chiquito Boss 🥺💗\n\" SEE YOU AGAIN!\"\n\n#KissMyBodyXBossNoeul #BossNoeul #BoNoh  #Bosschaikamon #Noeulnuttarat h…"
## 
## [[3503]]
## [1] "confusedcharlot: RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…"
## 
## [[3504]]
## [1] "girlritual: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3505]]
## [1] "sombra_bl: RT @spearhyunnie: oh woah changbin.. i have no words https://t.co/KpIQGfdK1s"
## 
## [[3506]]
## [1] "OnyxeBlade: @MikaMaiz1 Because there are a lot of Asian related media that use a picture of two men appearing as \"lovers\" but i… https://t.co/BHnyDTE0A3"
## 
## [[3507]]
## [1] "rainykalei: RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…"
## 
## [[3508]]
## [1] "Bl_anc: RT @_avetato: had to draw this out #pokemonsv https://t.co/AtTWvYNU8O"
## 
## [[3509]]
## [1] "xiaoxi11580: RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…"
## 
## [[3510]]
## [1] "pAIperdoll: RT @dragos_badita: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nHi! My entry is a story about a woman that set her…"
## 
## [[3511]]
## [1] "ClyBriana: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3512]]
## [1] "giornos_garden: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3513]]
## [1] "imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limi… https://t.co/cQu3tcUpl5"
## 
## [[3514]]
## [1] "soundslikeaa: @Brie__yonce it's love in the air, a Thai BL that has truly been doing THEE most re its sex scenes. it's kind of du… https://t.co/QLuVKL0hzQ"
## 
## [[3515]]
## [1] "sofhi_maulida: y eyeing every man of his crew. But those wild eyes met his,\nas the bl\n_tv_promocode_nice_promo_citruss_one_niceone… https://t.co/wmAU9u2N3k"
## 
## [[3516]]
## [1] "pinkforestflow: @tastyoiii I have learned to never underestimate the amount of casual misogyny amongst bl fans"
## 
## [[3517]]
## [1] "abruti_bl: RT @jeffysaters: kimchay if kim taught chay how to use the gvn so they can be the unstoppable mafia husbands ever instead of trying to push…"
## 
## [[3518]]
## [1] "pAIperdoll: RT @Nika_Rakhmanova: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nIn your arms\nA person with a pure heart sees pur…"
## 
## [[3519]]
## [1] "DerossiS: RT @johnbilcliffe: Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley USAF EC…"
## 
## [[3520]]
## [1] "Kaisr_eth29: message 2 before mentions   @Trilliondola @BL_crypto_  @GabyWang18 @WandroMalau @kamoten41975580 @Martirob1… https://t.co/FI0c3cGPnX"
## 
## [[3521]]
## [1] "bookforce_: deleted because i dont want catching strays in my bl account bubble"
## 
## [[3522]]
## [1] "G_Bl_Cu: RT @HanaPen5: busy morning ✨\n#原神 #Genshinlmpact https://t.co/ODIkQB9LC0"
## 
## [[3523]]
## [1] "jewelwidgets: @MayXian3 Chen feiyu SPILL tho. \n\nnugu artist using BL content to gain popularity"
## 
## [[3524]]
## [1] "xhookez: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3525]]
## [1] "MileApoCambodia: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3526]]
## [1] "silverwind: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[3527]]
## [1] "xmin_hoonsx: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3528]]
## [1] "beansxooo: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3529]]
## [1] "tsumetikkul: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3530]]
## [1] "SushmaJansari: There is a photo of the first half of the Sasaram inscription taken by Alexander Caddy in 1895 @britishlibrary \n\nLi… https://t.co/aNiZ2EcJzA"
## 
## [[3531]]
## [1] "alialsaede22: ats flew to the rescue.\n\nDragged into Stubb’s boat with blood-shot, bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/eflhgBfS7N"
## 
## [[3532]]
## [1] "panther_BL: @woahitsjuanito Just obsessed with how real Greta felt in a sea of unreal performances. And Agatha telling someone… https://t.co/qfQofDAJYI"
## 
## [[3533]]
## [1] "okon77qhih: 2 Set Drift Skates Plate Liner Protective Rubber Bands,7X4 72X0 78 Inch Roller Skates Road Band Edge Guard for Adul… https://t.co/HuLs8eSoFk"
## 
## [[3534]]
## [1] "timothyjeon23: RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3535]]
## [1] "bkpp_mint24: RT @bkpp_official: Fire boy💚💚\n\n#PPxGrabFood10versary \n#ppkritt https://t.co/ScFt38nOCN"
## 
## [[3536]]
## [1] "panther_BL: @woahitsjuanito While I still find it all just boring and didactic in a way that’s probably better suited for the s… https://t.co/2lpH2yDKfn"
## 
## [[3537]]
## [1] "dzonershow: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[3538]]
## [1] "bxetherealox_: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3539]]
## [1] "xRecchanx: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3540]]
## [1] "bkpp_mint24: RT @PALPITATE1999: 𝟤𝟤𝟣𝟣𝟤𝟫 𝖦𝗋𝖺𝖻 \n\n💚\n\n#ppkritt\n#พีพี\n#GrabFood10versaryLand https://t.co/WgteS6293b"
## 
## [[3541]]
## [1] "withHaecvan: RT @kagswaffle: #isagiharem #rinsagi #bachisagi #nagisagi bl one tweet au\nSad girl-Lana del rey (0.46) https://t.co/JWCP2HlnRM"
## 
## [[3542]]
## [1] "BL_Fangirl34: RT @JeffSaturFC: Jeff update his IGS \n\n#MusicHeals2022xJeff #jeffsatur https://t.co/euUU9P8Qig"
## 
## [[3543]]
## [1] "soboksob: bl¡nks are the most delusional fand0m i have ever seen here tbvh"
## 
## [[3544]]
## [1] "BL_Fangirl34: RT @jsaturfiles: jeff satur this is illegal https://t.co/p6T7Pm4T5Z"
## 
## [[3545]]
## [1] "TimoFreeman: Why is AM rush \"schedule\" 🔵BL &amp; 🔘SV so unhelpful &amp; inefficient ?!\n10-12 MIN wait ➡️Franc Spr\n13-15 MIN ➡️ Ashburn… https://t.co/dM82DcOfco"
## 
## [[3546]]
## [1] "bl_389: RT @biuberryluve: everybody fighting cutely and these two competitive mfs be out there kicking each other like 😭\n\n#BibleBuild #ไบเบิ้ลบิว…"
## 
## [[3547]]
## [1] "BL_Fangirl34: RT @kpfiIms: — apo ig update with tong and jeff! https://t.co/a0WvJMjh10"
## 
## [[3548]]
## [1] "apolloinjustice: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3549]]
## [1] "abruti_bl: RT @holybibs: SO THEY PROLLY FILMED THIS SCENE AND THEY CUT IT OUT?! BECAUSE THE PAJAMA LOOKS THE SAME WITH THE NOVEL VEGAS 😭\n\n꒰ #BibleBuil…"
## 
## [[3550]]
## [1] "saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY"
## 
## [[3551]]
## [1] "mile_apoEast: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3552]]
## [1] "HumanshuMisra: @lohanisgod I am not racist.  But why does kadarshian girls love bl@ck di*k?"
## 
## [[3553]]
## [1] "DProgrammeclub: Personally my 10th @FIFAWorldCup! ⚽️\n\nUnfortunately no matchday programmes 📖and no official tournament guide 🏟️ thi… https://t.co/xif5jy4hxH"
## 
## [[3554]]
## [1] "abruti_bl: RT @barchorde_tin: FUCK NOT AGAIN https://t.co/aUBkp5Ilhw"
## 
## [[3555]]
## [1] "mileapo_ko: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3556]]
## [1] "pavikaa2: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[3557]]
## [1] "gayartdad: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3558]]
## [1] "BL_Fangirl34: RT @kpfiIms: — Jeff new photos! https://t.co/p7EvgrP8Ay"
## 
## [[3559]]
## [1] "wooziiness: A telenovela bl would kinda eat https://t.co/18XbsZaYWr"
## 
## [[3560]]
## [1] "xblnki: RT @ayeclpse: as a bl newbie, are there any other recommendations u wanna give me? (i’m quite sure i’m forgetting some i watched here tbh)…"
## 
## [[3561]]
## [1] "mytruongrex: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[3562]]
## [1] "BL_Tm_Enthalpy: @pramitheus Sour grapes. The movie was a blockbuster and there is nothing you can do about it. Deal with it"
## 
## [[3563]]
## [1] "xblnki: RT @_asheijii: Let’s make a thread of bl manhwa/manga recommendations!!!!!\n\nreply some of your favourite bl. imma start with PEACH LOVE &amp; M…"
## 
## [[3564]]
## [1] "J255943731: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[3565]]
## [1] "HereByGrace1: @NikkiIsUntamed I think he's the guy who stars in Immortal, the BL drama based on 2Ha - that has been delayed and r… https://t.co/vfZNV0Bilw"
## 
## [[3566]]
## [1] "beemelyum: @aposmiling I was shocked hearing them say that too… like they are the best actors I’ve seen in a while in the (Thai BL) industry"
## 
## [[3567]]
## [1] "bl_389: RT @kimzhu921231: Pete: Vegas,why did you beat Venice?!\nVegas:emmm,he played our 'toys'.......\nPete:our toys?what? adult don't need toys,gi…"
## 
## [[3568]]
## [1] "mylifezjm: ayre bl rjel khayye this guy e3id hadde bl bus w hes manspreading literally de7she hale bl zewye  w huwe e3id aa rahto mfarshakh kess emmak"
## 
## [[3569]]
## [1] "ajiela8144: @little_jiaxinn_ It is impossible for the BL series to be approved for graphic publishing.  After realizing it, man… https://t.co/ESSMm5iSg5"
## 
## [[3570]]
## [1] "Przzz16: @Ioonadaydream Stop coming for eveery single bl crush of mine \nBack awfff"
## 
## [[3571]]
## [1] "xblnki: RT @TheAriesDemon: •this tops/semes will be the death of me ☠️• #Jinx #LimitedRun #LowTideinTwilight #BewaretheIdesofMarch #LoveMeNot #TheG…"
## 
## [[3572]]
## [1] "NercissaA: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3573]]
## [1] "bl_389: RT @cclodye: HE IS USING TYESO TUMBLR JUST LIKE ME ARGH &gt;&lt;\n\n—#biblebuild #ไบเบิ้ลบิว https://t.co/tEVrjJwnrO"
## 
## [[3574]]
## [1] "AdoredGehenna: I read Tonari Ni a couple days ago and I'm still thinking about it. ty Basso for my fix of grounded BL https://t.co/hh3FqWrRSB"
## 
## [[3575]]
## [1] "MyNameIsRaen: What in the the BL Manwha? Mi yo animado tiene los ojos lila mrk! https://t.co/pmeuZT6lqr https://t.co/fSMrv6iGi4"
## 
## [[3576]]
## [1] "jae_myy: @mania_th_bl Let's just say, I am excited to learn the limit of Thai TV shows 🤣🤣🤣🤣🤣"
## 
## [[3577]]
## [1] "AamAnusorn: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[3578]]
## [1] "bartell37feuy: ARTIBETTER Guitar Pickguard Anti-Scratch Guard Plate Self-Adhesive Pick Guard Sticker for 40/41 Inch Acoustic Guita… https://t.co/DaCc1k7lED"
## 
## [[3579]]
## [1] "harutowh_: RT @Lalalandrama_: - DECEMBER - still updating... \n\n💙 KDRAMA\n💚 CDRAMA\n💛 THAI DRAMA\n💜 JDRAMA\n💗 BL https://t.co/n9AzDWsMe0"
## 
## [[3580]]
## [1] "bl_389: RT @holybibs: biblebuild fights with each other and ending up with build worrying about nong bibs 🥺🤏\n\n꒰ #BibleBuild #BibleWichapas #BuildJa…"
## 
## [[3581]]
## [1] "bl_389: RT @buffstax: This is when Biu accidentally drop the knife prop and hurt his feet. Bible got worried and asked him in tiny voice but Biu sa…"
## 
## [[3582]]
## [1] "Ada_Palmer: RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…"
## 
## [[3583]]
## [1] "BL_DigiSchol: Read about @RossiAtanassova @ahrcpress @RL_UK   Professional Practice Fellowship project which investigates the leg… https://t.co/K5g9QwjF3o"
## 
## [[3584]]
## [1] "Lee_bl_luv: RT @iltae0125: #HAPPY_SUNWOOK_DAY\n#지선욱_행복해?\n#근데_있잖아_생일이야_그거_알려주고_싶어서\n#기억해_네_생일_날짜까지도\n#너라서_너라서_축하했어\n#오늘도_네_생일이_낭만적이길\n\n성욱아 Happiest of Birthd…"
## 
## [[3585]]
## [1] "AngelMartRod2: RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…"
## 
## [[3586]]
## [1] "metroherobot_bl: Blue Line, AM Rush Performance Report for 11/29/22 (see attached) https://t.co/3Z3DHwwyvh"
## 
## [[3587]]
## [1] "jyushikobot: It Has Been 4 Weeks And No One Has Seen Choroko. We Think She Is Buried Under BL Manga In Her Room Please Help"
## 
## [[3588]]
## [1] "SEriA_FloLEncE: @Jupiter_6790 please make BL acc🥹\nI want to talk about BL with you💕"
## 
## [[3589]]
## [1] "tinyfairyhobi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3590]]
## [1] "AnDraoiRuadh: ...On this the people of the district used to swear, until the present parish priest ( 1856), Father Fitzpatrick, s… https://t.co/PgiguYQygh"
## 
## [[3591]]
## [1] "samaa_nnnn: RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2"
## 
## [[3592]]
## [1] "SareenMomo: RT @AdzTheMadz: Our kings! The IT couple of Thailand!! BL legends @milephakphum @Nnattawin1 #MileApo #MilePhakphum #Nnattawin ✨🙌🏼💚"
## 
## [[3593]]
## [1] "muiii__24212: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3594]]
## [1] "lootplunder: @EthioHeritage Thanks very much for finding this. Di you see there are two notebooks of sketches with amazing detai… https://t.co/lucHUSbYUP"
## 
## [[3595]]
## [1] "SweetTea_94: RT @ChaebolBabynim: @Apostrophe098 that's what i'm afraid of in most BL series is that when they can't separate their feelings from acting,…"
## 
## [[3596]]
## [1] "chamfrein: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3597]]
## [1] "Luve1Build: RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…"
## 
## [[3598]]
## [1] "awestruckie: P’Pai, why so aggressive 🫠🔥🔥 #loveintheair #prapaisky #fortpeat #bl https://t.co/V4BJDpTew0 via @YouTube"
## 
## [[3599]]
## [1] "BL_2889: @NE5westend @lee_ryder I don’t think castore are as bad as we think. I genuinely believe the hip they use is just useless."
## 
## [[3600]]
## [1] "jizzpiss: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3601]]
## [1] "bl_389: RT @biuberryluve: pls i didn't know they had to hit with belt for real 😭... even tho they probably didn't hurt for real , it must've been s…"
## 
## [[3602]]
## [1] "Aleena_Bano1: ATILLA SHORT ANTIQUE BLACK $209.00 https://t.co/v2mYRDfyTE https://t.co/64jxjSNxhU"
## 
## [[3603]]
## [1] "bazluvr: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3604]]
## [1] "bl__swan: RT @Jeonjungkook_SG: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…"
## 
## [[3605]]
## [1] "mania_th_bl: @makapolca Good point 🙂 Survival is the key"
## 
## [[3606]]
## [1] "bkpp_mint24: RT @zoomdara_online: Fire Boy 🔥🔥\n\n#ppkrit #พีพีกฤษฏ์\n#GrabFood10Versary\n#GrabFood10Versaryland https://t.co/B3pBFVNtrE"
## 
## [[3607]]
## [1] "Bl_ueTe_ars: RT @SerieTV46: Spotify Global 🌍 Daily (2022-11-28):\n\n#11 #JUNGKOOK \"Dreamers\" - 2.887M\n#54 Charlie Puth feat. #JUNGKOOK \"Left &amp; Right\" - 1.…"
## 
## [[3608]]
## [1] "yeahitsprl043: so i recently listened to milord's asmr streams based on some reco i found somewhere🤣 oh man my heart isnt ready fo… https://t.co/Fwx6iMtvh1"
## 
## [[3609]]
## [1] "ashhchuu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3610]]
## [1] "Endje_BL: Her stomach is flat as fuck"
## 
## [[3611]]
## [1] "sib_rak_BL: RT @PriyankaSmile_: Cheers to a lifetime. 🍻\n\nI hope you will bless us @shreyaghoshal my love. ♥️ https://t.co/ceOtZA8aGx"
## 
## [[3612]]
## [1] "naphat_44: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[3613]]
## [1] "tsoondere: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3614]]
## [1] "RossiAtanassova: I have published a blogpost about the progress with my AHRC-RLUK Professional Practice Fellowship project:… https://t.co/OjKr7Vhzdh"
## 
## [[3615]]
## [1] "1998Milkmilk: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3616]]
## [1] "Kjusanali: 📢 110 Sea Ganoderma (in rush)\nAN @ bl******** !\nーーーーーーーーーーーーーーーー\nCompleted! #sangoproof https://t.co/JsNfBDGF1C"
## 
## [[3617]]
## [1] "Lucifer97166893: I wanna try out this comic book style\n \n#Perfect #Indonesia #BL\n\nhttps://t.co/4ZaQ0RNZfc https://t.co/L26vGxFKrN"
## 
## [[3618]]
## [1] "Lalalandrama_: - DECEMBER - still updating... \n\n💙 KDRAMA\n💚 CDRAMA\n💛 THAI DRAMA\n💜 JDRAMA\n💗 BL https://t.co/n9AzDWsMe0"
## 
## [[3619]]
## [1] "bl_swyq: RT @RealMona_: me &amp; my friend after believing in love https://t.co/MYSNohh7Di"
## 
## [[3620]]
## [1] "eva_bl_babe: @Noeul_lee6 Salmon colour for sure 🤔 https://t.co/1reIzaSyhQ"
## 
## [[3621]]
## [1] "bl_tiddies: RT @dailybible: So Joseph also went up from the town of Nazareth in Galilee to Judea, to Bethlehem the town of David, because he belonged t…"
## 
## [[3622]]
## [1] "sitya30: ard and asked for their I.D. cards.  These he handed to\nthe man in the bl\n_ounass_promocode_promo_bath_and_body_wor… https://t.co/bYoQiSMlbW"
## 
## [[3623]]
## [1] "MezLo3: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[3624]]
## [1] "miekuahcabe: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3625]]
## [1] "anjayxion: @_nchinchi I have so many. But Junketsu Drop is one of them that I always seem to remember. I guess it must be one… https://t.co/z8zaBcHDh2"
## 
## [[3626]]
## [1] "KamaruddiAbd: RT @HipzMy: Old Blood Noise Endeavors launches BL-44 Reverse https://t.co/jxlUE1ghc5 https://t.co/WbOE2L0pAY"
## 
## [[3627]]
## [1] "wshyiyo: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3628]]
## [1] "taweesab3: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[3629]]
## [1] "Evelyn088919964: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3630]]
## [1] "capitalistocto: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3631]]
## [1] "MileApoNG_FC: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3632]]
## [1] "clanky17: RT @GianlucaMeschi9: Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst 🇪🇪 #…"
## 
## [[3633]]
## [1] "Pitdog1000: @JimLNeibaur I think Lancaster and Frankenhiemer had a simpatico that surpassed their material. BL was best when pr… https://t.co/8xDQ60dydu"
## 
## [[3634]]
## [1] "BJLiss_Bl: RT @ricksprickk: o this is BEAUTIFUL #TWD https://t.co/uDDfmJxUGY"
## 
## [[3635]]
## [1] "OmahaNebraksa: RT @BeyondBeautiful: “Sexuality is fluid” bro pls go drink bl*ach”"
## 
## [[3636]]
## [1] "BJLiss_Bl: RT @lovesriick: THEM &gt;&gt; #TWD https://t.co/GmVBNtlZOE"
## 
## [[3637]]
## [1] "bl_pew: RT @wtsns_info: coming in 2023\n#수평낙하 #intothehorizon #teamsns https://t.co/QkLizeneFS"
## 
## [[3638]]
## [1] "underslowjams_: RT @DLIP_Records: 2022 LAST HOTTS\n\nRELEASE LONGSET LIVE\nSHEEF THE 3RD &amp; BLAHRMY\n\nD.L.i.P. LIVE\nDUSTY HUSKY\nRHYME BOYA\ncalimshot\nMSP\nFORTUNE…"
## 
## [[3639]]
## [1] "mightazerie: go ahead and forget me when it matters the most 🥴 enjoy yourself bl"
## 
## [[3640]]
## [1] "BL_Y_Single: RT @CSY_CoffeeTMI: King of unreleased songs in award shows #WOODZ #우즈 #조승연 \n\nAAA 12/02        🤝         MAMA 11/29 https://t.co/TkuLlPE8FQ"
## 
## [[3641]]
## [1] "moose_is_BL: fuck laxative y’all ever took Mucinex?"
## 
## [[3642]]
## [1] "BeyondBeautiful: “Sexuality is fluid” bro pls go drink bl*ach”"
## 
## [[3643]]
## [1] "JeniJen1N: @jduffyrice @KevinMKruse MAGATS are SUPER~DUPER concerned about what people wear, even down to their underwear, bec… https://t.co/MRfTLWQrWA"
## 
## [[3644]]
## [1] "s_onthebeach: I am confident that many bl'men have uncomfortably experienced the long glance or blatant stare in mens' urinals/sh… https://t.co/gavJ3vBrPk"
## 
## [[3645]]
## [1] "SweetHoneyoo: Just add blueming ost to my Korean BL Ost list 🫶🫶🫶❤️❤️ https://t.co/xBYXRAZUwE"
## 
## [[3646]]
## [1] "DogHeir: RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…"
## 
## [[3647]]
## [1] "shujinikwan: Gago pls recommend kayo manwha bl juseyo😔"
## 
## [[3648]]
## [1] "espkpts: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3649]]
## [1] "culturedwithM: G M M putting both of these dudes in my most anticipated BL of the year. That shit pissed me off for real. https://t.co/eR8dw7bYBf"
## 
## [[3650]]
## [1] "rewithoutspoon: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3651]]
## [1] "ImJustMekaniQ: I've been noticing from a lot of people that Destiny is dying.\nTo be honest, for someone that just started the game… https://t.co/OEJXIk7AJj"
## 
## [[3652]]
## [1] "NeoDeoNut: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3653]]
## [1] "ErotemeArt: @nftnftnftart @NftSunage @illustrata_ai @joynxyz @amli_art @bl_artcult Thank you"
## 
## [[3654]]
## [1] "HyacinthChan27: RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…"
## 
## [[3655]]
## [1] "lethia_bl: Through all those worst things how?"
## 
## [[3656]]
## [1] "bl_macho: RT @wtsns_info: coming in 2023\n#수평낙하 #intothehorizon #teamsns https://t.co/QkLizeneFS"
## 
## [[3657]]
## [1] "Bl_ueTe_ars: RT @le_sserafim: [#오늘의르세라핌]\n221129 @ 2022 MAMA AWARDS\n\nFAVORITE NEW ARTIST LE SSERAFIM 🫶🏆\n\n#LE_SSERAFIM #르세라핌 https://t.co/kfoxdXQmUa"
## 
## [[3658]]
## [1] "GRIDCITY_BL: RT @FlixMcMahon: REEL RAP PRESENTS:\nDIRECTORS CUT 🎬\nMAIN EVENT: \n@FlixMcMahon VS @DonMarino305\n🗓DECEMBER 3RD\n⏰️1PM-7PM\n🏖FORT PIERCE, FLORID…"
## 
## [[3659]]
## [1] "dogsdontliket: @tRick_the_only @Zirnike @DigiMalice @MistressRedWasp @JamesCa70626795 @AgainMothra @ToganJoe @RonFancy @RGanley… https://t.co/UOOJHhwdUq"
## 
## [[3660]]
## [1] "Justvibin98: Can y'all stop entertaining bl*nks and svt stans and join the Namjoon streaming party ? Now is not the now the time… https://t.co/fNQMM3EC09"
## 
## [[3661]]
## [1] "Jisushika: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[3662]]
## [1] "IndianCrying: RT @prakashraaj: Is it because it may affect Gujarat Election results #justasking ….BJP's BL Santhosh Won't Be Questioned For Now In Telang…"
## 
## [[3663]]
## [1] "youartist_: RT @amli_art: @GothlyticalArt @illustrata_ai @joynxyz @bl_artcult What a fun way to use this tool and got some great work out of too! Just…"
## 
## [[3664]]
## [1] "BL_Scenery: POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2… https://t.co/Hfacj5fOuh"
## 
## [[3665]]
## [1] "JennyFranck_: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3666]]
## [1] "youartist_: RT @GothlyticalArt: @illustrata_ai @joynxyz @amli_art @bl_artcult \"The House\"\nMy biggest stress in my life reimagined. I utilized img2img t…"
## 
## [[3667]]
## [1] "Sunhye_kyung: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[3668]]
## [1] "youartist_: RT @ArtificialCrows: @illustrata_ai @joynxyz @amli_art @bl_artcult These are about our personal experience with DID, plus a dash of what mo…"
## 
## [[3669]]
## [1] "youartist_: RT @ErotemeArt: @illustrata_ai @joynxyz @amli_art @bl_artcult 'The Green Man'\n\nI love using skulls and trees together in my art.\n\nThe inext…"
## 
## [[3670]]
## [1] "WalterNAFO: RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…"
## 
## [[3671]]
## [1] "youartist_: RT @WorldNfts: @illustrata_ai @joynxyz @amli_art @bl_artcult Dreams are free 💫\n#expressionwithmeaning https://t.co/tgwGS0PW9P"
## 
## [[3672]]
## [1] "Arifai777: SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/V1RDjIpLhu"
## 
## [[3673]]
## [1] "Arifai777: SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/Ow79ejH6Sk"
## 
## [[3674]]
## [1] "army_melody_bl: RT @DIN0FILMS: Wonu’s child https://t.co/bzFW9dZKpY"
## 
## [[3675]]
## [1] "Fashionasti1: @Niles_Chambers @cbouzy \"bl\"-words dont roll off the tongue at all, rather trips it. Also Spoutible is three syllab… https://t.co/fVoGV79BZ8"
## 
## [[3676]]
## [1] "ryuk1i: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3677]]
## [1] "igord9nce: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3678]]
## [1] "03ejbg: why does jihoon and hyunwook always look like they're promoting a bl series(2)😭"
## 
## [[3679]]
## [1] "matthiannaji: RT @timblessing101: @_RTadyJerry @Sparkybwoii2 @sparkybwoi @FynBoyAjebutter @matthiannaji @emmalee029 @DangoteOfData @1OfficialEugene @_bl_…"
## 
## [[3680]]
## [1] "bl__swan: RT @Army_Connect: #Dreamers also could have debuted at #1 on the Global excl. US chart if @YouTube, @youtubemusic, @TeamYouTube counted all…"
## 
## [[3681]]
## [1] "Framtidsfisk: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3682]]
## [1] "sunnyalw: the current bl trend rn is referencing old lakorns through a bl lens and i think thats such a slay (khun chai, nlmg… https://t.co/l8Onnh3EPh"
## 
## [[3683]]
## [1] "astrorinnie: @thorsylkius gosh well she's got good taste lmfao... if she ever pops up with a bl account id love to check out her posts!"
## 
## [[3684]]
## [1] "dreamsofmint: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[3685]]
## [1] "flynn__bot: Isabeau showed me some of her \"BL manga\". I'm...not sure how I feel right now..."
## 
## [[3686]]
## [1] "rinkara: THEY'RE READING BL TOGETHER??? ON MY NATIONAL HOLIDAY???"
## 
## [[3687]]
## [1] "Dodie55826793: “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/mWkMBgRpmE"
## 
## [[3688]]
## [1] "soruukia_: @myu39_Ln accidentally confesses after 2 years like you said and sasaki got caught off guard because he thinks omg… https://t.co/vCwcKCE2h6"
## 
## [[3689]]
## [1] "rocklotusyeon: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3690]]
## [1] "the_law_himself: RT @BigDaddyShaky: ALL BL🖤CK EVERYTHING https://t.co/tRrThH4zku"
## 
## [[3691]]
## [1] "Shooniejoonie: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3692]]
## [1] "milehighna: RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…"
## 
## [[3693]]
## [1] "BagkarShradha: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[3694]]
## [1] "nattawinnerr: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3695]]
## [1] "mania_th_bl: @jae_myy I know we can replace \"shocked\" with \"excited\" 😶"
## 
## [[3696]]
## [1] "eunhye_mileapo: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3697]]
## [1] "InSomnia756: MinWon in a BL when??\n@pledis_17 let my boys have their moment https://t.co/YGDKbflPB6"
## 
## [[3698]]
## [1] "Seed84333379: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3699]]
## [1] "ChaoticYuki_: bro how many BL dramas is GMMTV goddamn producing like damn, i already have a ton of trailers saved up 😨 https://t.co/DxKpm1m4Yu"
## 
## [[3700]]
## [1] "ItsMukeshShukla: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[3701]]
## [1] "MileApo_sp: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[3702]]
## [1] "SEriA_FloLEncE: @gemcv1 The reason is because I only eat famous food like reading famous BL work🤣\nTomorrow is -7C.🥲🥲"
## 
## [[3703]]
## [1] "mania_th_bl: @LiirBL Statistically speaking, what would happen in the next few years? 🤔"
## 
## [[3704]]
## [1] "flipkartsupport: @palhania In the future, please do not share your personal details like phone number, email address or order ID her… https://t.co/HvGvdCpPZ9"
## 
## [[3705]]
## [1] "terryshnij: Blue Yeti Nano Shock Mount, Lightweight Alloy Shockmount Reduces Vibration Shock Noise Matching Mic Boom Arm, Desig… https://t.co/luVRxU9FYd"
## 
## [[3706]]
## [1] "TimoFreeman: RT @RealTimeNews10: SNATCH &amp; GRAB OF LOTION: Giant 1000 Bl. of Fairlawn Ave. Laurel, MD. Laurel PD on scene investigating a theft in the st…"
## 
## [[3707]]
## [1] "anothernoxy: @DreamBL_PT @nomwholis I only know Boom will play musical project series in one31(not a bl) and for Porsche have no updates yet."
## 
## [[3708]]
## [1] "Lexicon21: We’re celebrating #GivingTuesday at Tenable by telling stories of our #OneTenable team members that have found oppo… https://t.co/e6BtOgbAsG"
## 
## [[3709]]
## [1] "Valeriy17015933: WL Faultless @1010JSK @Vlad840 @Salvato37484842 @trillionaire_bl @funny_karma2 @jgov23 @GRINDMASTER_69 @jpmsimon0… https://t.co/QlakLBYTWq"
## 
## [[3710]]
## [1] "AETHERIAIMPERA1: RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…"
## 
## [[3711]]
## [1] "FkGarland: “Modeling is not just beauty and smile, it takes boldness and style.”\n― Amit Kalantri,\n\nphotographer: @bl.photograp… https://t.co/A8O8LWo5ks"
## 
## [[3712]]
## [1] "YummyPi42206463: WL Faultless @pelallt @oni_cyan_nft @BlairZaye @martbiemans @0xFine @newtagnewme @DysocoJohnny @chriskrozz… https://t.co/fSDBvQE9nT"
## 
## [[3713]]
## [1] "BJLiss_Bl: RT @TWDPromos: Rick Grimes in #TheWalkingDead S1 vs. S11🔥🔥🔥 https://t.co/A45faoo26K"
## 
## [[3714]]
## [1] "For__BL: RT @BLUPDATE2022: 🚨 [CONFIRMED] AIRING THIS DECEMBER 2022\n\n1 - #OhMyAssistant 🇰🇷\n2 - #609BedtimeStory 🇹🇭\n2 - #MySchoolPresident 🇹🇭\n9 - #Sem…"
## 
## [[3715]]
## [1] "langosh39orv: ChainsPro Men Sturdy Figaro/Cuban Chain Bracelet, 6/9/13mm Width, 7 48/8 26inch Length, 316L Stainless Steel/18K Go… https://t.co/p4DsaZXTGL"
## 
## [[3716]]
## [1] "switchNMJrights: feanorianswelcome said: I see you're a GL enthusiast and others have often tagged you in GL related content... As s… https://t.co/IOnIrE8csX"
## 
## [[3717]]
## [1] "ana_rosner: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[3718]]
## [1] "amantedel__bl: RT @thisis153cm: Q. What's your request to be accepted from each other?\n\nF : Pls be kind to me &amp; do whatever I want \nP : I'd like Fort to p…"
## 
## [[3719]]
## [1] "nneonari: I will go back to regular BL spam tomorrow, i just really needed the break/sleep 😆"
## 
## [[3720]]
## [1] "mumusu2: @mania_th_bl Context please"
## 
## [[3721]]
## [1] "Arescheim: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3722]]
## [1] "AltheyuhMoves: Have you watched any Pinoy BL? — Hello Stranger, GameBoys, Gaya sa Pelikula. \n\n https://t.co/nDaVHO9Ct3"
## 
## [[3723]]
## [1] "DAALCHILD: @twtan_ Never been ratioed this bad not even by            bl!nks….."
## 
## [[3724]]
## [1] "iloveps_5: 📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from \"NONE\" to \"IN_… https://t.co/IIjOc0TuMm"
## 
## [[3725]]
## [1] "kato6301: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[3726]]
## [1] "Ned_BillySeng: RT @PigRabbitTay: P'Cheewin: Why does Seng would like 2 put his head on your shoulder?\nBL: Maybe my shouder r warm.\nP':I see, I've nothing…"
## 
## [[3727]]
## [1] "soruukia_: @myu39_Ln OKAY BUT YOU SEE WHAT IF THEY MET THOUGH SHARING BLS ON TWT...in this au sasaki ALSO reads bl AND has a t… https://t.co/l6lc5yYeER"
## 
## [[3728]]
## [1] "HerDaddyRevy: This comic is definitely worth reading! Come check it out!\n \n#aitsf #bl #NFTProject\n\nhttps://t.co/MmMR0gcS2n https://t.co/f7q84LtPqI"
## 
## [[3729]]
## [1] "imissfaunaUUU: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3730]]
## [1] "OneSecTweeted: Instruction 2682111: \"mov bl, 0x1\"\n #OneSecondTweeted"
## 
## [[3731]]
## [1] "cissingto: RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…"
## 
## [[3732]]
## [1] "penny123_: @yinswife AM I WRONG?? idk bl actors are always going on about ‘p’jack’😭😭😭"
## 
## [[3733]]
## [1] "lelouchDNI: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3734]]
## [1] "aposmiling: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[3735]]
## [1] "lethia_bl: RT @itswords_: You’re my favorite notification"
## 
## [[3736]]
## [1] "ym_623_GR_BL: RT @Jongdaisy_: WHO IS THE CUTE BOY THAT STRUGGLED WITH ENGLISH IN JO1?!\n\n#MAMA2022 #JO1 https://t.co/13YMjaOIv2"
## 
## [[3737]]
## [1] "iammisscharlene: RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…"
## 
## [[3738]]
## [1] "SweetTea_94: RT @Lusine_wrd: @bl_hkg @roxysshi Yup they really said it here https://t.co/aMKkotjZ3P"
## 
## [[3739]]
## [1] "Rewritten17: @im_2_invested @polcahanger It is both NLMG and Warp effect but it seems like Warp effect has more effort in trying… https://t.co/APyuKIZmRX"
## 
## [[3740]]
## [1] "toudajew: RT @veri6918: This manhwa is awesome! I can't get enough of it!\n \n#Blender3d #tgcf #BL\n\nhttps://t.co/ExBLyKGyUv"
## 
## [[3741]]
## [1] "AidilRizall: RT @naayizhan: your BL is one of the best 🫶\n\n#MyToothYourLove #我的牙想你 https://t.co/CYYEB6mofz"
## 
## [[3742]]
## [1] "LadyGag39600206: RT @GianlucaMeschi9: Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst 🇪🇪 #…"
## 
## [[3743]]
## [1] "ym_623_GR_BL: RT @official_jo1: [#金城碧海]\n🤟🏻👅MAMA🌍JAM !! \n\n ILOVE   YOU!!    😈 💋\n\n#MAMA2022\n#JO1 #KINJOSUKAI #스카이 https://t.co/vBgRcgpKxT"
## 
## [[3744]]
## [1] "_Aera_7: @pinksmilf @LeeJieuuu @SmithCharts the set up..... now bl*nks will wonder y their favs r being dragged, like u did it urself"
## 
## [[3745]]
## [1] "GrapedUp: @AngFdz If I'm not wrong danmei means bl novel (like dangai means bl drama)?\nI don't know the term for ancient sett… https://t.co/SwjV63GLFA"
## 
## [[3746]]
## [1] "taizi__dianxia: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3747]]
## [1] "Xandervest: omf cant reach thin BL book"
## 
## [[3748]]
## [1] "Louris51374067: @spicytamsz I think he/she mean for this year not all year\nDon't bl same fd"
## 
## [[3749]]
## [1] "LLLYL4: We have an entertainment vote on Weibo about who is the most wild Top in Thai BL Series \nCelebrate for our P’mile w… https://t.co/uEAfkVn5JJ"
## 
## [[3750]]
## [1] "lethia_bl: @1hateudecember Cheer up! Not everyone thinks your like that..."
## 
## [[3751]]
## [1] "Aiden_bl: @KingAkamaQc @_BeFootball @Boing6666 Cringe"
## 
## [[3752]]
## [1] "nftwithu: @Monathereum @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Hey dear Mona ❤️❤️❤️\nI'm ok, thank you))))\n\nHave a good day 😊🙌"
## 
## [[3753]]
## [1] "OverTheMoonthai: P'Shogun is all jealous🥺🥺😵‍💫😫@somjetp_\n@save_saisawat @HdGungun imma Hella ready for tomorrows episode🖤#greenmaitoh… https://t.co/1jJjplvoxo"
## 
## [[3754]]
## [1] "httpgua: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3755]]
## [1] "bl__bts_: RT @sususiaoo: 🗣️: p'peat have you gifted him your present or not?\nP: actually, I already prepared it\nF: HUYY\nP': it's a secret first, soon…"
## 
## [[3756]]
## [1] "Gurulalive: @jimcramer China’s had 5000 deaths vs 1.4 bl ppl. Compare America hundred of thousands"
## 
## [[3757]]
## [1] "florr_bl: RT @gabrimoonn: coronation of lana del rey https://t.co/7VaFi8ygZe"
## 
## [[3758]]
## [1] "Monathereum: @nftwithu @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Thank you Alex. Hope you are doing well"
## 
## [[3759]]
## [1] "bl__bts_: RT @sususiaoo: 5 of the person or 1 person but 5 Years old?\nF: i request for 5 years old Peat. 5 of him will give me a headache\nP: Why? 🤨\nF…"
## 
## [[3760]]
## [1] "Monathereum: RT @nftwithu: @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this wonderful work from @Monathereum\n\n\"Joyfull Innocenc…"
## 
## [[3761]]
## [1] "lazycastelin: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3762]]
## [1] "crabnaravit: THIS IS PEAK THAI BL INDUSTRY YALL WTEHATFUCK"
## 
## [[3763]]
## [1] "sofhi_maulida: could do . . . uh . . . how much damage did you say\nhe could do in one bl\n_ounass_promocode_promo_bath_and_body_wor… https://t.co/S783mB17UA"
## 
## [[3764]]
## [1] "_gennext: RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3"
## 
## [[3765]]
## [1] "ayamitea: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[3766]]
## [1] "Ximenaa_bl: @larisaperezp @anapauugomezz feel u sis 🥲"
## 
## [[3767]]
## [1] "Bl_Troyanda: RT @MFA_Ukraine: FM @DmytroKuleba: “The last time I attended a #NATO ministerial, I came with three words: weapons, weapons, and weapons. T…"
## 
## [[3768]]
## [1] "MissUniversu: RT @GianlucaMeschi9: Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst 🇪🇪 #…"
## 
## [[3769]]
## [1] "JimohAbudu: very cool and inviting6. There were soft, bluey-green bl    https://t.co/EF36y1loBv"
## 
## [[3770]]
## [1] "brandaktuellat: SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/J3U6PhWd8k"
## 
## [[3771]]
## [1] "aliahandra: RT @syafulizwan: @ssyazwanaa With all the GE15 tension that divide some of us, I really feel the next Malaysian Open 2023 should be the bes…"
## 
## [[3772]]
## [1] "BTSISMYDNAJUNG1: @gulfkanawut @Ch3Thailand im sure YOU can play bl again with someone one els .\n\nwish when YOU find your \nlover/boyf… https://t.co/rAKcZUOGA8"
## 
## [[3773]]
## [1] "Jimena_wang3: Voten por MileApo!!! POLL: The Best And Most Popular Thai BL Couples Of 2022 https://t.co/x9x3izrUyf vía @The Netizens Report"
## 
## [[3774]]
## [1] "kidcorepunk: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3775]]
## [1] "TOPNewsAT: SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) #Lading https://t.co/efT3ZyGTzA"
## 
## [[3776]]
## [1] "ayanyoks: istg if i see any one of u shitting on THE comfort bl... https://t.co/07j8utMRBU"
## 
## [[3777]]
## [1] "KristiWonk: @SpaceValveGuy @BL_Dwyer @WholeMarsBlog Also, since Elon has such fun with numbers, he should avoid using the numbe… https://t.co/gow6hZluDz"
## 
## [[3778]]
## [1] "rlyfukntired: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3779]]
## [1] "TerenceKerr5: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[3780]]
## [1] "phannipha_2544: RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…"
## 
## [[3781]]
## [1] "effertzxghfk: Fragola 491989-BL Size (-6) x LT -1 FI 3/8\" Line Feed Side Adapter Fitting XCJ7IBW\n\nhttps://t.co/e463AuUxDb https://t.co/qsvA5KuSZ2"
## 
## [[3782]]
## [1] "GianlucaMeschi9: Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst… https://t.co/9nxuTX4zLq"
## 
## [[3783]]
## [1] "PRproBE: WAVE BL:SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/73333qzoeN"
## 
## [[3784]]
## [1] "YanShenLing: RT @FrancisViiperi: Most Awaited BL Series! #NeverLetMeGo #PondPhuwin @GMMTV https://t.co/uJL7omU76E"
## 
## [[3785]]
## [1] "townezrax: Prothane 4-507-BL 12 Valve Cummins Mount Insert, Black IVJPZMY\n\nhttps://t.co/zaMfRJuEy5 https://t.co/cr3D5bOs6R"
## 
## [[3786]]
## [1] "StarboiToxic: @monkagigachad @rujigax @TohsakaEnjoyer Overall, production wise Ao ashi is better. But bl is more entertaining to watch"
## 
## [[3787]]
## [1] "darron55jg: Prothane 7-1609-BL Black Differential to Transmission Torque Arm Kit TCGJ9DV\n\nhttps://t.co/vwV1soXoYV https://t.co/c1z3HA6nla"
## 
## [[3788]]
## [1] "BL_BJKV: RT @bts_bighit: Run BTS! 2022 Special Episode - 'RUN BTS TV' On-air Part 2\n(https://t.co/aD1o9LMlD0)\n\n#RunBTS #달려라방탄 #달방"
## 
## [[3789]]
## [1] "deltatre: 🇩🇪 We're super-excited to announce we've been selected to build Dyn Media's new streaming platform.\n\nFrom next summ… https://t.co/EJofArrvNX"
## 
## [[3790]]
## [1] "culturedwithM: MY MOST ANTICIPATED GMM BL IS FINALLY COMING!!! Gonna have my PondPhuwin back on my screen!!!! #NeverLetMeGoSeries… https://t.co/TnN47YmtZd"
## 
## [[3791]]
## [1] "Bl_uue: Someone else might be pressuring you to move forward on a sign... More for Scorpio https://t.co/0FINh94GZh"
## 
## [[3792]]
## [1] "isaberabera: Wowowowow this is getting an English version so soon.\n\nCongratulations and thank you, @16245000, @mrblue_bl,… https://t.co/aNlfrZA2qC"
## 
## [[3793]]
## [1] "BrylleGonzales3: RT @HOAChannelPH: #RainbowPrince lead stars Adrian Dionisio and Eurwin Canzana personally invite you to catch Asia's first musical BL serie…"
## 
## [[3794]]
## [1] "adamdavidlong: recently announced that it has processed over 100,000 electronic bills of lading in the first 3 quarters of 2022. https://t.co/WcQvrGpdKd"
## 
## [[3795]]
## [1] "BlazedRTs: RT @Rts_WW: RT herefshyfshy: @Duezii @BlazedRTs @SGH_RTs @thgc_rts @Rts_WW The horrific yell as I slipped off the balloon would have been a…"
## 
## [[3796]]
## [1] "Rts_WW: RT herefshyfshy: @Duezii @BlazedRTs @SGH_RTs @thgc_rts @Rts_WW The horrific yell as I slipped off the balloon would… https://t.co/poVBp41MWA"
## 
## [[3797]]
## [1] "az_chou: I am a fujoshi studying English as I will go to the US in July 2023. I read mainly commercial BL. I live to read na… https://t.co/Nm5SLCbY4v"
## 
## [[3798]]
## [1] "amantedel__bl: RT @shipper_diary: That’s all you’re asking for Fort?? \n\nYou’re too nicee 🥺🥺\n\nUse your birthday privilege, my boy 🤭🤣\n\n#FortPeat #TellerxFor…"
## 
## [[3799]]
## [1] "gr3ath3lm: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[3800]]
## [1] "themyelo: @bl_artcult @DortheJOC @KinoAlyse @delta_sauce awesome ♥️🌸 thank you!"
## 
## [[3801]]
## [1] "KristallineMish: I've read this manga multiple times! You should check it out, too!\n \n#artworks #rabbits #bl\n\nhttps://t.co/gyIOL6QrhY https://t.co/klg5UPFcJN"
## 
## [[3802]]
## [1] "timblessing101: @_RTadyJerry @Sparkybwoii2 @sparkybwoi @FynBoyAjebutter @matthiannaji @emmalee029 @DangoteOfData @1OfficialEugene… https://t.co/rcVTjL8XvR"
## 
## [[3803]]
## [1] "Yung_TooTall: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[3804]]
## [1] "plain_93: RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…"
## 
## [[3805]]
## [1] "everyone_yuu: RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…"
## 
## [[3806]]
## [1] "pbasilstrength: 2. Bilateral Deficit is real\n\nBL Deficit is the difference between strength on two legs (limbs) compared to only on… https://t.co/47UC8jRvdv"
## 
## [[3807]]
## [1] "mins_wonwon: RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…"
## 
## [[3808]]
## [1] "ym_623_GR_BL: RT @ATinyStrayUni: Omg #JO1 are so cute and charming. Who was the cutie stumbling over his acceptance speech? So sweet."
## 
## [[3809]]
## [1] "BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, eve… https://t.co/9zIYe1w2W7"
## 
## [[3810]]
## [1] "urlilsunny_: 🗣: \"u need to stop fangirling over BL couple\"\nme: https://t.co/CvO83Dt020"
## 
## [[3811]]
## [1] "NicholasCrabbe: RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…"
## 
## [[3812]]
## [1] "Rewritten17: @ImrieKoval Yes the pilot trailer worked bettter for me, but I understand why you’re excited about the villain stor… https://t.co/gvBeQ9zVuk"
## 
## [[3813]]
## [1] "jmflower_pms: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[3814]]
## [1] "jack_daniel42: Kamen Rider Blade, the series that had the most surprising BL connection for me. I still can’t reconcile the fact t… https://t.co/6YklNy1HCe"
## 
## [[3815]]
## [1] "ruestyls: @soheesthetics They hv more chemistry than bl actors💀🤌🏻"
## 
## [[3816]]
## [1] "pumkin_hill: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3817]]
## [1] "dach84meow: Mendini by Cecilio 5-Piece Full Size 22-inch Drum Set + Cymbals, Drumsticks &amp; Throne (MDS80_BL) YYXU8TC… https://t.co/6ytt1cIXUW"
## 
## [[3818]]
## [1] "mingmumuming: RT @bnrlibrarian: toh bellowing “that’s my wife!!!” about the big boyfriend physically wrapped around his body is maybe one of the greatest…"
## 
## [[3819]]
## [1] "ErotemeArt: @obscuradao @MecenateFineArt Summoning @bl_artcult and @darkestdollx https://t.co/Kvm3FJjLZr"
## 
## [[3820]]
## [1] "no_min0zz: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[3821]]
## [1] "Ericjihyun: I’m so exited to see more of the story the mc is so pretttty and the art style is a bomb fr #manhwa #bl #yaoi… https://t.co/vMh0ymbAiy"
## 
## [[3822]]
## [1] "Baalderdash: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3823]]
## [1] "Ph1lzaTweets: RT @sasa_n_00: @MuzPsycho100 It's an official chapter from the anthology that's about making a mp100 doujin and Reigen just keeps trying to…"
## 
## [[3824]]
## [1] "TejasPrasadBar3: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[3825]]
## [1] "Annalisa_moss: RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…"
## 
## [[3826]]
## [1] "yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer —… https://t.co/bcCtWDo5HU"
## 
## [[3827]]
## [1] "florr_bl: RT @mgcarchvs: baby &lt;3 https://t.co/uOgtxv1rAY"
## 
## [[3828]]
## [1] "swift68oacy: Tower Fan - 48 Inch Oscillating Fan, Standing Fan with Remote, Quiet Fan with 3 Modes &amp; 3 Speeds, 12H Timer &amp; LED D… https://t.co/n2zx1ng3rh"
## 
## [[3829]]
## [1] "toney91ts: Homall Futon Sofa Bed Modern Collection Convertible Fabric Folding Recliner Lounge Couch for Living Room with Chrom… https://t.co/KPfxPrtcYX"
## 
## [[3830]]
## [1] "Haechanmtp: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[3831]]
## [1] "NoraLoveZS: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[3832]]
## [1] "bussytawan: RT @Disruptren: gmmtv write your own bl challenge"
## 
## [[3833]]
## [1] "jae_myy: @mania_th_bl I am shocked at how little one can wear on tv haha"
## 
## [[3834]]
## [1] "florr_bl: RT @lostinyosemite: me singing dealer by lana del rey when i’m home alone https://t.co/DDKazlsgJm"
## 
## [[3835]]
## [1] "_bl_ai_ze: RT @Crhedrys: At times I ask myself, are these people real? https://t.co/9rIlQTg3wB"
## 
## [[3836]]
## [1] "tracy_steinberg: RT @britishlibrary: Liven up the colder evenings with our autumn season of events…\n\nEnjoy rare screenings of classic films, discover fascin…"
## 
## [[3837]]
## [1] "Black_lion_BL: @BirdieFanTokens @LIVGolfInv @PGATOUR Interesting...."
## 
## [[3838]]
## [1] "BreXsday9: OMGG THIS IS GOING BE INSANE  I AM SO EXCITED I CAN WAIT 23 YEAR OF BL https://t.co/mH90DOfCWu"
## 
## [[3839]]
## [1] "yukiharu2530: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[3840]]
## [1] "bubunicat: futs is peak of bl romcom, people stop sleep on it ! https://t.co/K8SZkLYlbQ"
## 
## [[3841]]
## [1] "mania_th_bl: Okay so we've entered the era when gmmtv actors are beginning to show their underpants.. 🤔"
## 
## [[3842]]
## [1] "menode7bilhao: @RONDAO_1 Rodso do bl🎈💪🏾"
## 
## [[3843]]
## [1] "jack_daniel42: Man Who Defies the World of BL!! This show is hilarious, and i want more of it. https://t.co/UB5O7yBRfK"
## 
## [[3844]]
## [1] "mogosis_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3845]]
## [1] "superteadrinker: @zanna_vl @kristofselle @stationerscomms @britishlibrary And never buy food in the BL cafe. Cross the road and go t… https://t.co/btyYopWXqW"
## 
## [[3846]]
## [1] "nalinmeltz: ty guys for coming to strim yesterday!! It was seriously alot of fun\n\nand ty to my bl bestie @amamiyumi_ and waifu… https://t.co/o1qbMdZCsS"
## 
## [[3847]]
## [1] "LuvBugFic: RT @jvang199027: Lastly!! On today's magical BL trip, I visited the #Swapping Cafe. Mannnnn!! They went all out this time around 🤩\n#스와핑 #BL…"
## 
## [[3848]]
## [1] "price_drop_IN: https://t.co/ntX20sYL6k\n\nSony WH-1000XM4 Wireless Premium Noise Canceling Overhead Headphones with Mic for Phone-Ca… https://t.co/PJ2kZ3QBLq"
## 
## [[3849]]
## [1] "_bl_ai_ze: RT @TrollFootball: USA players last night before their game against Iran https://t.co/L9eBJyNsvD"
## 
## [[3850]]
## [1] "vonsavagemedia: Minnesota Mother charged with child torture after she allegedly stole her son's bl... https://t.co/gtv7XyySmc via… https://t.co/V6KMUu0Urc"
## 
## [[3851]]
## [1] "AGowrikanthan: RT @thehawkeyex: g) Now one side J¡hadists group recruite them and on another side there has been a bloodied incident of massacre in 2017 w…"
## 
## [[3852]]
## [1] "BefittingTweets: @VB6519 @khanumarfa @_sayema And this isn't Terror.\nBl**dy double barrel guns.."
## 
## [[3853]]
## [1] "jack_daniel42: OOO! 💙💙💙💙 Technically a BL but there is that whole power of love thing… &gt;_&gt; https://t.co/vxcxaY4Dn1"
## 
## [[3854]]
## [1] "eyeseye_bl: RT @theseoulstory: [#2022MAMA] 🏆 Congratulations to IVE for winning the Favorite New Artist today at ‘2022 MAMA AWARDS’ today! 🎉 \n\n@MnetMAM…"
## 
## [[3855]]
## [1] "metroherobot_bl: Eastbound 6-car BL/New Carrollton Train 460 has been holding at Eisenhower Avenue on track 1 for at least 5 mins. (8:50am)"
## 
## [[3856]]
## [1] "metroheroalerts: Eastbound 6-car BL/New Carrollton Train 460 has been holding at Eisenhower Avenue on track 1 for at least 5 mins. (8:50am)"
## 
## [[3857]]
## [1] "_bl_ai_ze: RT @temsbaby: Thank God for Great counsel. \nThank God for good health and growth. \nNot many can take out time even if they wanted to. They’…"
## 
## [[3858]]
## [1] "two_thousand_03: @GeSunlovers @cdrama_tweet Not outright ban. They didn't state it clearly. BL will air ...just not anytime soon in years."
## 
## [[3859]]
## [1] "SportNewsNerd: @emmettdoog Excellent aroo for Taroosday! Have a great day, Emmett, BL and fam!"
## 
## [[3860]]
## [1] "_bl_ai_ze: RT @temsbaby: So much growth this year. I’m here for my fans. I have worked so much on myself. It will all make sense when it happens. \nI s…"
## 
## [[3861]]
## [1] "KristiWonk: @SpaceValveGuy @BL_Dwyer @WholeMarsBlog But it WAS appropriated. \n\nThe people who invented the swastika probably di… https://t.co/4og0CSeYOz"
## 
## [[3862]]
## [1] "dmpljae: idk if I should read bl/manga, fic or au 😖"
## 
## [[3863]]
## [1] "car9723: RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…"
## 
## [[3864]]
## [1] "SiyaApoMee: @dark_xing Hopefully I gonna finish reading it soon 😅 being a uni student and a bl fan is freaking hard"
## 
## [[3865]]
## [1] "_bl_ai_ze: RT @temsbaby: I just a baby!! I’m gonna show off. \nYou don’t like it? Fuck you from the bottom of my heart🙏🏿 https://t.co/OvCjF98jdb"
## 
## [[3866]]
## [1] "huffkitten: RT @delicioussthing: perth and chimon as a side couple in this new bl? well shit. i am seated."
## 
## [[3867]]
## [1] "_bl_ai_ze: RT @temsbaby: I don’t know who needs to hear this but I am not your Christian saviour. I didn’t come here to uphold your beliefs about God.…"
## 
## [[3868]]
## [1] "EastMidsOHA: Reflections on an oral history project (re)shaped by the pandemic | read about how COVID impacted on our oral histo… https://t.co/Fs2b5GLH0o"
## 
## [[3869]]
## [1] "_bl_ai_ze: RT @temsbaby: I don’t brag because I’m not playing the same game. I don’t need to brag, I am who I am whether you know it or not.\nIt is the…"
## 
## [[3870]]
## [1] "_bl_ai_ze: RT @temsbaby: Thank God I’m free."
## 
## [[3871]]
## [1] "Bipartite_Graph: My fav bl of all time 😍 Sangwoo choo, the programming background, comedy and character development make me love thi… https://t.co/4zknqDMcFz"
## 
## [[3872]]
## [1] "rrachpal: underrated anime musim ini karna ketutupan csm, bl sm bleach https://t.co/Nn5RxUbJii"
## 
## [[3873]]
## [1] "yukari_2006_BL: RT @ppnaravit: @phuwintang handsome"
## 
## [[3874]]
## [1] "itz_Juleo: RT @MiyakeHaruko: \"Hey! Heard you also like BL, hope you don't mind me sitting beside you~\"\n\nCommission from: @SeikiDraws \n\n#ENVtuber #PHVt…"
## 
## [[3875]]
## [1] "BL_Publishing: RT @BookshopGlasgow: “Hell is empty and all the devils are here.” — William Shakespeare...... https://t.co/iT6Kkh7GEY"
## 
## [[3876]]
## [1] "dipayy_: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[3877]]
## [1] "crew0125_10969: @Hokutotrash not me thinking about your tweet about hoku's new drama and bl... then they dropped this😭"
## 
## [[3878]]
## [1] "Rachel5742: @hill_hillbill @Petersbrooking @EvLenz @tominfrance @MmzelleFrenchie @vja1999 @vandyke4ad @nonnie100759 @Dissentra… https://t.co/uBhwklw3uk"
## 
## [[3879]]
## [1] "AumSaisorn: RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…"
## 
## [[3880]]
## [1] "Tortilowius: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[3881]]
## [1] "_bl_ai_ze: RT @asakemusik: Let’s the December madness start Now !!!! (Organized chaos)\n.\n🎥 @boy_director https://t.co/rxZRXMG4wz"
## 
## [[3882]]
## [1] "keshavamol: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[3883]]
## [1] "CoinColf: @cobie @CL207 Indeed. The hustlers (big bl guys) are so god damn tiresome in that area…"
## 
## [[3884]]
## [1] "BGLM416: Happy  #GivingTuesday ! Support our campaign by helping us reach our fundraising goal of $3,000. \n💜\nTo contribute t… https://t.co/nNIViSMikP"
## 
## [[3885]]
## [1] "thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the f… https://t.co/ymK2KoJuME"
## 
## [[3886]]
## [1] "Zaph_atitoxD: RT @Simp_tuyo: @Beelce_ BL\nBlue Lock\nBoys Love\nBlue Lock = gay"
## 
## [[3887]]
## [1] "delicioussthing: perth and chimon as a side couple in this new bl? well shit. i am seated."
## 
## [[3888]]
## [1] "Eli99H: 5PCS Blackhead Remover, Pimple Removal Tools, Blemish Whitehead Popping Removal, Whiteheads Spot Removing Zit Tool,… https://t.co/Ejvrae9b39"
## 
## [[3889]]
## [1] "Lathji: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[3890]]
## [1] "Alayemioluwafe2: f wardrobe long. See, girls, do see, how her long bl     https://t.co/NJ0Vifko6v"
## 
## [[3891]]
## [1] "publicetienne: the problem with having a bl that you like but didn't hit blorbo status having a special episode where one of the c… https://t.co/zZvW7ZaBaz"
## 
## [[3892]]
## [1] "calisklad: RT @kpophappenings_: when that kpop idol was given a homophobic question by asking him if he cringed when he saw his member act in a BL dra…"
## 
## [[3893]]
## [1] "Jamiegonog: With him . So why are you blaming gun for breaking when he didn't do this . Off wants to work with gun . Gun wants… https://t.co/KEGEozXdwC"
## 
## [[3894]]
## [1] "altblacknews: BALENCIAGA is getting CANCELED #shorts #balenciaga - https://t.co/3pS9kRaBWa weeks after dumping Kanye West, BALENC… https://t.co/hdsE3Zy8Yx"
## 
## [[3895]]
## [1] "kariukiwaweruJ: RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3"
## 
## [[3896]]
## [1] "ajivika_: Atlast watched #GMMTV2023 and the 3 series that caught up my attention were #LastTwilightSeries I completely trust… https://t.co/U2sey2aQkx"
## 
## [[3897]]
## [1] "red_loeb: @hanavideen @BLMedieval Here's an article on Medieval Calendars \n\nhttps://t.co/F8WBSMYzG0"
## 
## [[3898]]
## [1] "ratt1217: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[3899]]
## [1] "one_right_now: @pray4luvvv @_Messimerizing_ But I said that because BL was the biggest hit by far"
## 
## [[3900]]
## [1] "roob99pud: HDE Silicone Skin for Xbox 360 Controllers Rubberized Protective Cover for Microsoft Xbox 360 Wired and Wireless Ga… https://t.co/TkgTRxKLnL"
## 
## [[3901]]
## [1] "bl_ckm: RT @thesheddyking: Person wey organize tutorial cry comot from exam hall today"
## 
## [[3902]]
## [1] "DrHeyru: RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…"
## 
## [[3903]]
## [1] "Teo_71: RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU"
## 
## [[3904]]
## [1] "artabeth: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3905]]
## [1] "bl_ckm: @mikunn_e @thesheddyking One this day you shall join me in paradise"
## 
## [[3906]]
## [1] "PGCBlogging: RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…"
## 
## [[3907]]
## [1] "bl__bts_: RT @JAYFUSED: #TellerxFortPeat \ni love you                           i love you more https://t.co/mzvWgRO36i"
## 
## [[3908]]
## [1] "ngkhn_bl: RT @zzpopzz: them with aranaras\n#xiao #venti https://t.co/iHtJYi7epU"
## 
## [[3909]]
## [1] "bl__bts_: RT @peatws: Peat and his unlucky hands 🤣\n\n#TellerxFortPeat \n#FortPeat #FortFTS #Peatwasu\n\nhttps://t.co/G90y3M7xrr"
## 
## [[3910]]
## [1] "bl__bts_: RT @BBBui6969: so sweet!😘😘😘😘😘\n\n#TellerxFortPeat"
## 
## [[3911]]
## [1] "bl__bts_: RT @___5O6O: Thank you for your hard work every day.🫡\nToday too, #FortPeat was cute.❤️💙\nIt was a happy day.Thank you. 🙏🏻💕\nGo home safely an…"
## 
## [[3912]]
## [1] "starsforskz: @letsgoskz008 kinnporsche is a thai bl drama, it’s not yaoi (i’m pretty sure yaoi is used for japanese productions only too)"
## 
## [[3913]]
## [1] "Iuvrazors: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[3914]]
## [1] "acc_stan_: RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…"
## 
## [[3915]]
## [1] "maxcypruss: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[3916]]
## [1] "orccawhale: its not surprising if someone thinks this is a bl drama 😭 \nhttps://t.co/8FEoBkyo9e"
## 
## [[3917]]
## [1] "Raman_BL: RT @Jharkhand_cho: #MDNHMJH #stopoverloadingchos @mansukhmandviya @BannaGupta76 @MoHFW_INDIA @HLTH_JHARKHAND @AyushmanHWCs @PMOIndia sir ga…"
## 
## [[3918]]
## [1] "tipfee_bl_3: RT @JacksonWang852: Was just at the night market, Plz dont stand in the rain … it’s not worth it. I can’t accept the fact that no one there…"
## 
## [[3919]]
## [1] "tipfee_bl_3: RT @BamBam1A: sorry for the \"can you leave?\" 😅\ni really don't know how to do it\n\nif you have a twitter please show your self here😭"
## 
## [[3920]]
## [1] "TWOinche: Okayyyy you BL series is definitely not a place to introduce and promote a new 2nd CP pleaseeeeeeeeee 💀💀"
## 
## [[3921]]
## [1] "worldofdrama01: @vanillamims33 They will manifest that bl project everyone hoping they get 😏"
## 
## [[3922]]
## [1] "bl_1510: RT @MillsReggie: Never lose faith. Keep working hard, you’ll find a way."
## 
## [[3923]]
## [1] "ioweegian: @BriggonSnow Our Skyy is 5 episodes, each following up on a couple from an earlier BL (ok, 3 BLs and the BL subplot… https://t.co/F8pewQMab9"
## 
## [[3924]]
## [1] "haag89cwb: CollarDirect Galaxy Cat Collar with Bell Space Pattern 2PCs Adjustable Safety Breakaway Collars for Cats Kitten Bla… https://t.co/5LTiQ7dxVv"
## 
## [[3925]]
## [1] "BL_SAhm: RT @Kpop_Herald: [#2022MAMA] @IVE_twt you girls look amazing tonight @MnetMAMA. Congrats once again! 🏆🔥🤎 #ive #MAMAAWARDS https://t.co/d4af…"
## 
## [[3926]]
## [1] "bl_1510: RT @peoplelove2talk: I love ❤️ olivia rodrigo https://t.co/chNdHBU6Vk"
## 
## [[3927]]
## [1] "Raji_abinaya: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[3928]]
## [1] "BL_SAhm: RT @ivepics: gaeul performing nmixx – o.o at mama awards #MonsterRookiesAtMAMA https://t.co/QYfMv12rnK"
## 
## [[3929]]
## [1] "EICatHome: RT @UntoldLives: Gunner William Ruxton was discharged from the Bombay Artillery in 1859 after 23 years’ service because of old age, loss of…"
## 
## [[3930]]
## [1] "lesbians4znn: @newuzery like twitter bl fandoms (??) etc lol"
## 
## [[3931]]
## [1] "defamasi: They will spend hours reading bl yaoi n calling themselves fujo then go to twitter supporting homophobia irl becaus… https://t.co/dGzBydqV1B"
## 
## [[3932]]
## [1] "jizhoy2: RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4"
## 
## [[3933]]
## [1] "readwangxian: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3934]]
## [1] "ngkhn_bl: RT @yiruyu: \"don't worry Ventea im gonna save you!!\" \n#原神 #xiaoven #xiao #venti https://t.co/csca3KvbBT"
## 
## [[3935]]
## [1] "lethia_bl: RT @sadtruthwords: I hope this year has a happy ending."
## 
## [[3936]]
## [1] "Sirus12597898: RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…"
## 
## [[3937]]
## [1] "51smemory: cw) disclaimer:\n• bl, gay, homo, lgbt\n• orv, ship joongdok slight doksang \n• OOC, harswords, vulgar, nsfw\n• just fa… https://t.co/KzWIMonzY6"
## 
## [[3938]]
## [1] "A_BL_Simp: RT @BLUPDATE2022: SOUTH KOREA | From the same producer of ‘Blueming’, KENAZ's “#TheDirectorWhoBuysMeDinner #밥만잘사주는이상한이사님” starring Park You…"
## 
## [[3939]]
## [1] "dalywhipped: RT @BLUPDATE2022: JAPAN | BL Horror Movie “#グランギニョール #GrandGuignol” premieres October 28th in theaters.\n\nStarring Komiya Rio (#EternalYeste…"
## 
## [[3940]]
## [1] "jizhoy1: RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4"
## 
## [[3941]]
## [1] "bbyminaprotecc: RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…"
## 
## [[3942]]
## [1] "EICatHome: RT @BLAsia_Africa: Don't miss the December film screenings @BL_IndianPrint"
## 
## [[3943]]
## [1] "InsightfulPanda: @falloutplays Prob too late but something I wanted to add upon consideration: Strand\n\nDepending on how drastically… https://t.co/lNAq6TwUFq"
## 
## [[3944]]
## [1] "darksidemm56: RT @UrFujoshiSister: Gmmtv serving us a quality BL Series for the last minute of 2022 #NeverLetMeGoSeries https://t.co/d8wBq9cEaq"
## 
## [[3945]]
## [1] "bl_is_mundle: RT @dkz_dy: [📸] 221129 2022 #MAMA AWARDS\n\n❤️🐯🐰🐹🐱🐻🦊💙\n\n#DKZ #디케이지 https://t.co/jLEWmXNs5b"
## 
## [[3946]]
## [1] "A_BL_Simp: #NeverLetMeGoSeries ummm what happened to the dark, angsty themes??? The pilot trailer capture that very well but t… https://t.co/GG1MThjm08"
## 
## [[3947]]
## [1] "WILDMAN01826318: whitelist Assigned  @MedellinAP @wangy190a @lukeabc @Connor___Cheek @jake_rhill @ChahalDesigns @kedziora_james… https://t.co/oCuSlaxygK"
## 
## [[3948]]
## [1] "Sharry060899: I have an instinct that the season 2 of a \"Weak Hero Class 1\" had the mix of a bl series😂. Why ? It's  because on e… https://t.co/vQY6VJHWHq"
## 
## [[3949]]
## [1] "dkjewellerymar1: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[3950]]
## [1] "JoshuaManson5: @UndergrndDrama I love this bl so much"
## 
## [[3951]]
## [1] "aranikis: the beginning was really fucked up and all but i love the development of this story and thats how u write a good bl"
## 
## [[3952]]
## [1] "FFtt79223422: RT @yaoi_you: Smooches~✨ (〃∆〃)ゞ💕\n\nLook at Sasaki's expression in the first image, how cool (~0³0~)💙\n\n(Via Sasaki &amp; Miyano, licensed by Yen…"
## 
## [[3953]]
## [1] "yoliperez04: RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022\" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…"
## 
## [[3954]]
## [1] "htevytng: weak hero's si eun and soo ho's bromance more BL than any other BL 😳 https://t.co/GCQyEBzQZY"
## 
## [[3955]]
## [1] "valentin13q: Pointed Tiger Eye Pendant Natural Black Onyx Clasp Closure Necklace Gemstone Adjustable Necklace Protection Stone N… https://t.co/2xPMfo1Asq"
## 
## [[3956]]
## [1] "parsifel43: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[3957]]
## [1] "aish_8299: RT @littledunk0110: I'm already a picky person when it come to BL series and now they've made my standard become higher.\nFort and Peat are…"
## 
## [[3958]]
## [1] "syscznbnnoona: Uk what's the best thing of him guys? The way he is saying grateful in every event that they went to and never forg… https://t.co/zJ3mbF0paf"
## 
## [[3959]]
## [1] "obikenowbi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3960]]
## [1] "NarrativeBuild2: @Fuzail988 @NadeemNusrath1 @sardesairajdeep @manipaluniv What about allah hu akabar chant before bl@st"
## 
## [[3961]]
## [1] "Crystalsisrain: @Yami_Umai I wanna make friends that I can play games with and gush about BL things to."
## 
## [[3962]]
## [1] "yoonie_kim29: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[3963]]
## [1] "LDB51851416: @prakashraaj I think you bl**dy is from a woke side. It seems nobody cares woke."
## 
## [[3964]]
## [1] "chicakimbap: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3965]]
## [1] "letsgoskz008: @starsforskz Oh sorry I didn’t know bout yaoi thing- I just heard somewhere I don’t remember - so like- kinn porche… https://t.co/O1zsC6oaZh"
## 
## [[3966]]
## [1] "BibleWSpain: RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022\" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…"
## 
## [[3967]]
## [1] "kids_initiative: @Bongs90209970 @Siyanicent @mueslimomo @ImbouMax @AfricaFactsZone 😂 People will always come to ur country as long y… https://t.co/dmC6uw8USi"
## 
## [[3968]]
## [1] "lethia_bl: RT @ElevenElevenQts: ⠀\n\n             Is your heart okay?\n\n⠀"
## 
## [[3969]]
## [1] "Saakuchin: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3970]]
## [1] "pray4luvvv: @one_right_now @_Messimerizing_ Bl mv had blood in thumbnail so they stopped the reach and syt have that face surge… https://t.co/7ZdctcgmbB"
## 
## [[3971]]
## [1] "loveandcurse: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[3972]]
## [1] "JAYFUSED: @bl__bts_ @fort_fts well make up artist shared this for Fort's bd celebration post soooo yeah hahahah"
## 
## [[3973]]
## [1] "brskdt: me trying to act sane after reading my favorite ship having sex in the bl im reading https://t.co/6Ipo2Wmcxk"
## 
## [[3974]]
## [1] "d1msvm: and that’s how you do bl mafia themed series 🔥"
## 
## [[3975]]
## [1] "SP4CEP4RASITE: ! l0ve my s!bl!ngs !!!!"
## 
## [[3976]]
## [1] "lethia_bl: RT @ElevenElevenQts: If I'm weird with you, I'm comfortable with you."
## 
## [[3977]]
## [1] "y0wonie: excuse me i want to watch my silly little bl https://t.co/P0kPwdjoru"
## 
## [[3978]]
## [1] "1000282: This is Mr Boohig who in 18 march 97 opposed the Murphy family s appeal in circuit court skibbereen he stood over l… https://t.co/BdYP9QaDfa"
## 
## [[3979]]
## [1] "Aleena_Bano1: ANGEL TALL ANTIQUE BLACK $236.50 https://t.co/YN9vEQefKp https://t.co/YatRmYZ1GB"
## 
## [[3980]]
## [1] "BelangerSerge2: @RonFilipkowski You are feeling bad cause you are not bl@ck , poor you"
## 
## [[3981]]
## [1] "Bl_world0194: RT @kchartsmaster: 🏆 Congratulations ENHYPEN for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS."
## 
## [[3982]]
## [1] "DesiBoy54730403: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[3983]]
## [1] "JDPPKD2002: RT @puppydragons: Bl actors sitting together 🫦 https://t.co/JqkFtUwkck"
## 
## [[3984]]
## [1] "Bl_Troyanda: RT @Anne_MarieBrady: I stand with the people of China who are bravely protesting against their government. A4 white paper is being used as…"
## 
## [[3985]]
## [1] "bl__bts_: RT @sususiaoo: Look at their happy lil dance when the emcee mentioned that there are 40k+ people watching their live 🥺🥺\n#TellerxFortPeat ht…"
## 
## [[3986]]
## [1] "sashasimic: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[3987]]
## [1] "yourelasticdoc: @H0laSoySerena Le fi shams bl awal"
## 
## [[3988]]
## [1] "bl__bts_: @JAYFUSED @fort_fts That's him?"
## 
## [[3989]]
## [1] "Bl_world0194: RT @lheesoftie: tags for #enhypen https://t.co/kPP29NGFZ7"
## 
## [[3990]]
## [1] "clairecameron: @mayhewbergman When we had lunch at BL, you talked about the pronunciation of \"wifi\" and all the signals and noise… https://t.co/vbBSA9D2eH"
## 
## [[3991]]
## [1] "Aditi3948: @blisanewblack Is this a BL?"
## 
## [[3992]]
## [1] "bkpp_mint24: RT @onlyhereforbkpp: \"without leniency and with no exception\". as they deserve. https://t.co/siD4NuJnel"
## 
## [[3993]]
## [1] "Scripta_: RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…"
## 
## [[3994]]
## [1] "BL_SAhm: RT @ivepics: an yujin performing le sserafim – fearless at mama awards #MonsterRookiesAtMAMA https://t.co/HRURugBoPZ"
## 
## [[3995]]
## [1] "thyrownz: W I N D 🌬️\n\nA fan art for @fort_fts\n\n#prapai #prapaisky💨☁️ #loveintheair #loveintheairtheseries #bl #thailand… https://t.co/LuiCC1boLc"
## 
## [[3996]]
## [1] "HalaHamwi5: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[3997]]
## [1] "ioweegian: @BriggonSnow Until We Meet Again and its follow-up Between Us\n\nVice Versa\n\nLove Sick 1 &amp; 2, especially the \"BL cuts… https://t.co/fGbRPEMK9k"
## 
## [[3998]]
## [1] "ray_chan2: RT @losnahij21: WTS/LFB\n\nThe 🍕 Delivery Man and Gold 🏰 BL Pbox - 220php set\nPearl Boy - 220php set\n\npls help RT @krmanhwa_market @kr_retwee…"
## 
## [[3999]]
## [1] "ray_chan2: RT @losnahij21: WTS/LFB\n\nPunch Drunk Love BL Pbox - 110php set\nSecret Relationships - 110php set\n\npls help RT @krmanhwa_market @kr_retweete…"
## 
## [[4000]]
## [1] "Loaoser: RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU"
## 
## [[4001]]
## [1] "ray_chan2: RT @losnahij21: WTS/LFB\n\nBL pbox - 50php/each (HMT, ULS, Big Apple, Lover Boy, AMOV)\n\npls help RT @krmanhwa_market @kr_retweeter thank you!…"
## 
## [[4002]]
## [1] "R_naturebeauty: RT @BlackLo39629533: The hardest thing in life is having feelings in your heart that you can't put into words. that is pure feelings of lov…"
## 
## [[4003]]
## [1] "Loaoser: RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…"
## 
## [[4004]]
## [1] "ATpJmpol: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[4005]]
## [1] "BL_SAhm: RT @_cloudiary: 2022 MAMA #NMIXX #IVE #NewJeans #LE_SSERAFIM #Kep1er Cheer up https://t.co/AhB2oe7KsO"
## 
## [[4006]]
## [1] "Bl_ckkky: Senegal is winning today 💯"
## 
## [[4007]]
## [1] "meryglowy: Which bl should i watch next?"
## 
## [[4008]]
## [1] "vomitcoffins: RT @WeiWeiPonGege: Girl groups , BL and other gay activities"
## 
## [[4009]]
## [1] "elinor8yui: The Everything DASH Diet Cookbook: Lower your blood pressure and lose weight - with 300 quick and easy recipes! Low… https://t.co/nvxZviENai"
## 
## [[4010]]
## [1] "starsforskz: @letsgoskz008 but the term ‘yaoi’ is often confused with just boys love so i get where you’re coming from, because… https://t.co/ihdce9kHOq"
## 
## [[4011]]
## [1] "chawarinz: i love how the whole family are there for him, his pa, ma, his brother, are proud, supporting him, and helping him… https://t.co/COuoka4VFC"
## 
## [[4012]]
## [1] "bkpp_mint24: RT @Kanjengirene_: Billkin Entertainment &amp; PP Entertainment appointed lawyer Jen Phaisit to proceed with pressing charges against some acc…"
## 
## [[4013]]
## [1] "BL_ncp: RT @LaliceUpdates: RT &amp; Reply for \n#HotTrendingSongs 🥺⬇️\n\nCan't wait to see #LISA perform #LALISA and #MONEY in Europe! Also hoping to see…"
## 
## [[4014]]
## [1] "XimztomaT: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4015]]
## [1] "noahdieee: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4016]]
## [1] "KimNara33691273: RT @loveinPPE: PerthChimon -\nDangerous Romance directed by Lit Samajarn.  \nThe most exiting as it's GMMTV Original BL series, not adaptatio…"
## 
## [[4017]]
## [1] "BL_ncp: RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #treasure\n\nBig congrats on winning for 'WORLDWIDE FANS' CHOICE' at 2022 MAMA AWARDS…"
## 
## [[4018]]
## [1] "BlackLo39629533: The hardest thing in life is having feelings in your heart that you can't put into words. that is pure feelings of… https://t.co/oM99EyJ5yr"
## 
## [[4019]]
## [1] "BL_ncp: RT @LaliceUpdates: Lisaaaaaaa 😍😍😍 @MnetMAMA \n\n#NETIZENSREPORT #LISA for Asian Celebrity of the Year #ACOTY2022 @thenreport https://t.co/ZXP…"
## 
## [[4020]]
## [1] "bl_potato: JUSTICE FOR VEGASPETE 😭😭😭 https://t.co/9BOVtiYQ4V"
## 
## [[4021]]
## [1] "twiIirealm: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4022]]
## [1] "losnahij21: WTS/LFB\n\nBL pbox - 50php/each (HMT, ULS, Big Apple, Lover Boy, AMOV)\n\npls help RT @krmanhwa_market @kr_retweeter th… https://t.co/5lbxIzzJaT"
## 
## [[4023]]
## [1] "gamikaze_shop: Shop Now: https://t.co/qvZB0wpMOe Dressage T-Shirt, Horse riding shirt, Horse riding gift, Dressage shirt, Dressage… https://t.co/mv408Hpjeq"
## 
## [[4024]]
## [1] "ANDYEOLI: @POTUS ONLY A \"\"P E R V E R T--PIECE OF T R A S H\"\", LIKE YOU WOULD DEMONIZE POLICE, WHEN POLICE MAX KILLED 6 B L A… https://t.co/TommwAS0v6"
## 
## [[4025]]
## [1] "gamikaze_shop: Shop Now: https://t.co/6TUd7ujthx Feeling Down Saddle Up T-Shirt, Funny horse riding shirt, Dressage shirt, Horseba… https://t.co/BZPBR87q1I"
## 
## [[4026]]
## [1] "UrFujoshiSister: Gmmtv serving us a quality BL Series for the last minute of 2022 #NeverLetMeGoSeries https://t.co/d8wBq9cEaq"
## 
## [[4027]]
## [1] "Bl_Series24: RT @MemindyOfficial: Happy Birthday @fort_fts 🥰🥳\n\n#OurSmile22ndFortDay https://t.co/vnZcINkmu4"
## 
## [[4028]]
## [1] "bl_aficionado: RT @forgot7ss: YOUNGJAE ACCEOTED AND SUDDENLY STARTED SINGING NANANA! \n\n#GOT7_144pLIVE #GOT7 @GOT7 #갓세븐 #GOT7Win2022MAMA https://t.co/cGgkS…"
## 
## [[4029]]
## [1] "nomercymaster16: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[4030]]
## [1] "sintydavid: @travis_bl @NorthRoadCycles I was torn too, I don’t see me ever doing downhill but there is a wealth of tracks on m… https://t.co/9wsuggBKIB"
## 
## [[4031]]
## [1] "bl_aficionado: RT @b_beauniiz: Congratulations 💚🕊️\n#GOT7Win2022MAMA\n#GOT7 @GOT7 https://t.co/oDEmijPXsz"
## 
## [[4032]]
## [1] "bl_aficionado: RT @youngandlynn: 🍑: Ahgasaes, as we will always do our best as GOT7, so please send us lots of support and love.\n\n🥹🫠💚😭🥰\n#Jinyoung #GOT7 #G…"
## 
## [[4033]]
## [1] "i2k_bl: RT @cclodye: bible after vegas crying scene with pete. he looks so sad 🥺\n\n#biblewichapas #biblebuild https://t.co/7CTSMxeTFv"
## 
## [[4034]]
## [1] "creationodyssey: RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…"
## 
## [[4035]]
## [1] "sweet_svt_teume: @Hokutotrash I know right😭😭 I can't imagine that either. I've always wanted KZHK's first bl to be with e/o. And for… https://t.co/KZiNQKhaaT"
## 
## [[4036]]
## [1] "G_Bl_Cu: RT @Quinny_il: HBD Albedo ☺️❤️ I just realized that this is the same pose I drew last year 😂My style has changed a lot\n\n#albelumi #アルベド生誕祭2…"
## 
## [[4037]]
## [1] "SIH_Chiaki: \"I don't fight anything don't you guys know that already Bl Tis why I'm the Uke, not the Seme :D \" #DenseBot"
## 
## [[4038]]
## [1] "bl_world22: RT @STORY_EarthMix: 🗓 DMY : 29/11/65\n\n💌 น่ารัก 🥰\n\n📮IGSTORY : theearthe \n\n#EarthPirapat #เอิร์ทพิรพัฒน์ https://t.co/903l1KAvSf"
## 
## [[4039]]
## [1] "ANDYEOLI: @POTUS ONLY A \"\"P E R V E R T--PIECE OF T R A S H\"\", LIKE YOU WOULD DEMONIZE POLICE, WHEN POLICE MAX KILLED 6 B L A… https://t.co/90Si5SSasM"
## 
## [[4040]]
## [1] "crew0125_10969: @Hokutotrash wait i need to process this... it's not a bl right????😭"
## 
## [[4041]]
## [1] "d1460_nft: @moondust_36 @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @acidframerate Thank you very much for be a… https://t.co/5Vshv0H1OJ"
## 
## [[4042]]
## [1] "1864th51: me wanting to purchase another new bl manhwa : oh look there's a fly flying outside my wallet"
## 
## [[4043]]
## [1] "red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL H… https://t.co/XHZhuEZWVz"
## 
## [[4044]]
## [1] "ANDYEOLI: @POTUS ONLY A \"\"P E R V E R T--PIECE OF T R A S H\"\", LIKE YOU WOULD DEMONIZE POLICE, WHEN POLICE MAX KILLED 6 B L A… https://t.co/1QXFG5HZMl"
## 
## [[4045]]
## [1] "bub_ba13: I wish my knowledge on manga is as wide as my bl catalogue"
## 
## [[4046]]
## [1] "bl_world22: RT @mcaryeong: Using the same filter is one of em favorite things😌\n#เอิร์ทมิกซ์ #EarthMix https://t.co/cM9lMHNnxa"
## 
## [[4047]]
## [1] "dpdp044: RT @hanmdin: 「affection」#類司 #prsk_BL https://t.co/M7USPb3RT9"
## 
## [[4048]]
## [1] "komiska: RT @britishlibrary: This #GivingTuesday help us care for our collection by adopting a book from our list of classics from Little Women to A…"
## 
## [[4049]]
## [1] "Bilyola: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4050]]
## [1] "511NYC: Cleared: Incident on #QM32Bus WB at Bell Bl/23 Av"
## 
## [[4051]]
## [1] "singtoine: RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…"
## 
## [[4052]]
## [1] "Bl_world0194: RT @BamBam1A: You guys did it!\nThank you IGOT7💚\n#IGOT7 #GOT7 https://t.co/Tau8uzoHAn"
## 
## [[4053]]
## [1] "one_right_now: @_Messimerizing_ How tf has more views than BL MV?? 💀💀💀"
## 
## [[4054]]
## [1] "whathow27: Another day, another bunch of weirdos losing their shit that BL exists and is consumed."
## 
## [[4055]]
## [1] "uraalices: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4056]]
## [1] "bergnaumkgsvk: PROTHANE 1-1904-BL Black Urethane Motor and Transmission Mount Kit for CJ5, CJ7 and CJ8 XTHL2SU… https://t.co/l24xwfBWLY"
## 
## [[4057]]
## [1] "eyn_bl_: RT @hammie_yuyu: so Kit joined other actors in the anti-breast cancer campaign - QSCBC (Queen Sirikit Center for Breast Cancer) \nthis is th…"
## 
## [[4058]]
## [1] "Johnstone_BL: Time to get ready @apac_ssn members to join in with @ARAScot #12DayOfArchives and showcase you #PerformingArts arch… https://t.co/tMyEFVGXv2"
## 
## [[4059]]
## [1] "Infidel_SF: @MrDimplesSD @Hoodville_ I am not a bl@ck who does this low grade job of recycling 😏"
## 
## [[4060]]
## [1] "yukari_2006_BL: RT @EarthMixxJFC: [2022-11-29]\nIGS Update!\n\n🥰🤎💕\n\ncr. theearthe \n\n#EarthPirapat #ชาวโลก\n#EarthMix #เอิร์ทมิกซ์ https://t.co/TiQVk85hoG"
## 
## [[4061]]
## [1] "akemasyraf: RT @syafulizwan: PRYSM boleh jadi media of the year sebab BL🇲🇾 is the FAN OF THE YEAR 😁🔥"
## 
## [[4062]]
## [1] "ryQn9_: RT @cosplayer_lex: #개차반 #오늘만사는형제\n류난무🚬\n\n(LezhinComics&amp; Bomtoon\n bl webtoon) https://t.co/p7Hb3QfZC2"
## 
## [[4063]]
## [1] "yukari_2006_BL: RT @EarthMixxJFC: [2022-11-29]\nIGS Update!\n\n👨🏻‍🎓🫶🏻\n\ncr. mixxiw \n\n#mixxiw #ส่วนผสมของมิกซ์\n#EarthMix #เอิร์ทมิกซ์ https://t.co/IC3ux1rI9y"
## 
## [[4064]]
## [1] "JesuitsEastOIS: \"To fall in love with Christ, to be loved and transformed by the Sacred Heart, to have a contemplative sense of God… https://t.co/XZpEiY6vUs"
## 
## [[4065]]
## [1] "beryl_bl: RT @btstatsreminder: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…"
## 
## [[4066]]
## [1] "mania_th_bl: Messy 🤯"
## 
## [[4067]]
## [1] "BL_Ref_Services: #OTD in 1877 US inventor Thomas Edison demonstrates his hand-cranked phonograph for the first time.\nTo learn about… https://t.co/bqceJI9icv"
## 
## [[4068]]
## [1] "bl_aficionado: RT @SupportForMT: 🎉Congratulations GOT7 2022 MAMA AWARDS 🎉🎉🎉\n\nWorldwide Fans' Choice top10🥹\n#GOT7Win2022MAMA\n#GOT7 @GOT7 https://t.co/Ek7uW…"
## 
## [[4069]]
## [1] "hannonikki_: @bvtterflyxv who would've thought the plot twist of the century would be presented by a bl series https://t.co/fWOd8ggu1R"
## 
## [[4070]]
## [1] "DandyRohandy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4071]]
## [1] "syafulizwan: @ssyazwanaa With all the GE15 tension that divide some of us, I really feel the next Malaysian Open 2023 should be… https://t.co/Ith0ogpLeZ"
## 
## [[4072]]
## [1] "JoeXu60: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[4073]]
## [1] "lamacharms1234: its them against the world #bl #manwha #pearlboy #doosik #jooha https://t.co/e2ze5KXMmF"
## 
## [[4074]]
## [1] "wjmgbwsbw: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[4075]]
## [1] "nslychrstphr: @0087_bl Thank you Lalaine 😊"
## 
## [[4076]]
## [1] "Bl_Troyanda: RT @thordiskolbrun: We, the Ministers of Foreign Affairs from 🇪🇪🇫🇮🇮🇸🇱🇻🇱🇹🇳🇴🇸🇪, are in Kyiv today in full solidarity with Ukraine. Despite Ru…"
## 
## [[4077]]
## [1] "bkpp_mint24: RT @biwkeen: congrats holdxxxxxxx pantxxxxxx bkrxxxxxxxx gooddxxxxxxxx kinbxxxxxxx telexxxxxxxx trutxxxxxxxx lovebxxxxxx oneyxxxxxxxx handx…"
## 
## [[4078]]
## [1] "GasheadAu: RT @britishlibrary: This #GivingTuesday help us care for our collection by adopting a book from our list of classics from Little Women to A…"
## 
## [[4079]]
## [1] "lamacharms1234: for the short moment they've been together , they've given so much things and happiness to eachother 🥹 they look so… https://t.co/d8dPhOLQwj"
## 
## [[4080]]
## [1] "shekhahmmd: @moondust_36 @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @acidframerate @d1460_nft Amazing 🤩"
## 
## [[4081]]
## [1] "mikafucku: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[4082]]
## [1] "syafulizwan: @shahrazadsani With all the GE15 tension that divide some of us, I really feel the next Malaysian Open 2023 should… https://t.co/D2pN82lxAL"
## 
## [[4083]]
## [1] "britishlibrary: This #GivingTuesday help us care for our collection by adopting a book from our list of classics from Little Women… https://t.co/XvLlu3sf5c"
## 
## [[4084]]
## [1] "tinaluvskitten: @reigenshisou @yesehep NO?? YOU ASKED ME DO I READ BL AND THEN I SAID I DONT BUT IK UMAI DOES SO YOU COULD GO ASK HER"
## 
## [[4085]]
## [1] "xyzargha: That emptiness feeling after finishing your favourite BL series :( &lt;&lt;&lt;&lt;&lt;"
## 
## [[4086]]
## [1] "VixenByNight72: #NeverLetMeGoSeries is giving me #whereyoureyeslinger feelings. I am here for it all. I love that we can see elemen… https://t.co/1wQwiSELhg"
## 
## [[4087]]
## [1] "AliyahAnnica: @LARSENLovelorn You ain't got to lie we know about that Brazilian BL you got keep up."
## 
## [[4088]]
## [1] "Hettiiiiii: This comic is definitely worth reading! Come check it out!\n\n#TGIF #bilibili #bl\n https://t.co/1FhjFuUDd9 https://t.co/z9igCnB9Wr"
## 
## [[4089]]
## [1] "trinicouz: RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…"
## 
## [[4090]]
## [1] "lamacharms1234: ' i hope that this light of my life never fades ' - doosik. 😭🥹 i found this panel and that quote so beautiful.  the… https://t.co/hETT4f0qGH"
## 
## [[4091]]
## [1] "Arshankhan99: @FAAAAAAAAANI_ It's BL 👀 https://t.co/VgJIyQE7oW"
## 
## [[4092]]
## [1] "tillman81vfoob: 5 PCS Under Couch Blocker for Pets, Blockers for Furniture,Dog and Cat PVC Adjustable Clear Couch Blocker for Sofa… https://t.co/aUs0pBSYcr"
## 
## [[4093]]
## [1] "travis_bl: @DeoNonFortuna3 I took some there with my crappy phone a couple of weeks ago, not a patch on that one."
## 
## [[4094]]
## [1] "25_cycle: @Willard1951 Thanks for asking because I had forgotten (I was going to go into details at a later data, but this al… https://t.co/qMrmYBt1qA"
## 
## [[4095]]
## [1] "jiutiansong: RT @oohmpieng: just when bkpp em and ohmnanon retired... filmjam become an established pair. im afraid ill stay on bl twt forever https://t…"
## 
## [[4096]]
## [1] "mystmysteryyy: word play is great and they got bl scenes too ^//~//^"
## 
## [[4097]]
## [1] "vysh07: The untamed 10000/10💗\nIt's a bl adopted from a famous novel. Really a masterpiece and my all-time fav cdrama. made… https://t.co/lp6HD5wbAG"
## 
## [[4098]]
## [1] "4Fun0EVNQutUSLi: very cool and inviting6. There were soft, bluey-green bl    https://t.co/GrPEzQ5vz5"
## 
## [[4099]]
## [1] "bl_khatri: What the fuck!!? https://t.co/KROel7LqPx"
## 
## [[4100]]
## [1] "travis_bl: @DeoNonFortuna3 Terrific photo"
## 
## [[4101]]
## [1] "Hunju29977262: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[4102]]
## [1] "CarlosC80168872: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4103]]
## [1] "M0RllARTY: thats it. im not about to miss out on good BL novels just bc i cant read and understand korean, im gonna learn it 😂😂😂"
## 
## [[4104]]
## [1] "Keegan7bD: YihuiDurable 10 Pack of Non-Perforated 3M Strong Adhesive Hooks Colorful Mini Cute Wall Bathroom Kitchen Waterproof… https://t.co/i6Wax3BGuc"
## 
## [[4105]]
## [1] "yeahmileapo: RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…"
## 
## [[4106]]
## [1] "A_BL_Simp: RT @dkz_dy: #종형 #JONGHYEONG\n2022 MAMA AWARDS 🍀 https://t.co/tjWKaMuX6V"
## 
## [[4107]]
## [1] "syafulizwan: PRYSM boleh jadi media of the year sebab BL🇲🇾 is the FAN OF THE YEAR 😁🔥 https://t.co/y5SDXb4qG7"
## 
## [[4108]]
## [1] "MollyKHumphries: @Kerry_edu @rpondiscio When a parent chooses a school that teaches BL and child isn’t reading, the school disagrees… https://t.co/bOvypYQLol"
## 
## [[4109]]
## [1] "bl_ckgothicc: RT @L1PGL0SSHONEY: my chemical romance ‘NJ hardcore’ my ass. mcr is like if you gave a theater kid access to a recording studio and nuclear…"
## 
## [[4110]]
## [1] "Aklnik: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4111]]
## [1] "meonshinchu: @pieeeUWMA 😂 that girl startled me when she said \"this copter\" 👀.... Because I remember when someone asked fourwhee… https://t.co/RbuefH0ftM"
## 
## [[4112]]
## [1] "losnahij21: WTS/LFB\n\nPunch Drunk Love BL Pbox - 110php set\nSecret Relationships - 110php set\n\npls help RT @krmanhwa_market… https://t.co/pQ6PQKVZK0"
## 
## [[4113]]
## [1] "amantedel__bl: RT @JAYFUSED: Oh my god, Fort... I don't have anything to say to you anymore...\n#TellerxFortPeat https://t.co/MhOdi5xd0G"
## 
## [[4114]]
## [1] "beryl_bl: RT @charts_k: .@BTS_twt extends their record as the artist with the most Daesangs of all-time (68). 🏆"
## 
## [[4115]]
## [1] "gwifirusu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4116]]
## [1] "beryl_bl: RT @charts_k: Congrats to @BTS_twt for winning the \"Worldwide Icon of the Year\" Daesang at 2022 MAMA, their 5th consecutive year to achieve…"
## 
## [[4117]]
## [1] "Sxbine95: The way in interviews Gulf is never ashamed to say that acted in bl makes me proud."
## 
## [[4118]]
## [1] "bl__bts_: RT @sprinklesss1: Personal space? FORTPEAT don't know that 🫢 #TellerxFortPeat"
## 
## [[4119]]
## [1] "bl__bts_: RT @milkteawlessice: Peat's luck has been taken by Fort today\n\n#TellerxFortPeat"
## 
## [[4120]]
## [1] "travis_bl: @sintydavid @NorthRoadCycles I mostly ride a now 8 year old Cannondale CaadX and get very few days when I'm happy t… https://t.co/ga061JrbN7"
## 
## [[4121]]
## [1] "amantedel__bl: RT @JAYFUSED: wait... it's him😭\n#TellerxFortPeat https://t.co/xbqK0zQGr1"
## 
## [[4122]]
## [1] "imnewyor: Bl recommendation please https://t.co/uSlzDl7XQq"
## 
## [[4123]]
## [1] "lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need t… https://t.co/qraVNzb5V1"
## 
## [[4124]]
## [1] "kydjxvh: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4125]]
## [1] "Bl_Troyanda: RT @visegrad24: After February 24th, the Russian Army took 119 000 square kilometers of Ukrainian territory.\n\nUkraine has now liberated 75…"
## 
## [[4126]]
## [1] "goeti4: RT @lgbtanime: im fighting the hacker someone send me bl manhwas https://t.co/xQzoeO5jjD"
## 
## [[4127]]
## [1] "huaxiegege: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4128]]
## [1] "BackstreetLamb: @xoshamieh Oooh Big Dragon aka. gay college version of 50 shades lol\n\nThai BL is what keeps the international audie… https://t.co/mKpfUZ6ym3"
## 
## [[4129]]
## [1] "oohmpieng: just when bkpp em and ohmnanon retired... filmjam become an established pair. im afraid ill stay on bl twt forever https://t.co/9HZSVzvI3F"
## 
## [[4130]]
## [1] "CoralModaffari: @emmettdoog Happy Aroo Tuesday, Emmett! You are in very fine form today and started our day on a positive aroo note… https://t.co/W6eV0nmtFG"
## 
## [[4131]]
## [1] "ibeomsgf: RT @losnahij21: WTS/LFB\n\nThe 🍕 Delivery Man and Gold 🏰 BL Pbox - 220php set\nPearl Boy - 220php set\n\npls help RT @krmanhwa_market @kr_retwee…"
## 
## [[4132]]
## [1] "beryl_bl: RT @charts_k: “Dreamers” by @BTS_twt Jungkook earned the #1 top song debut on Spotify Global this weekend! 🌎 https://t.co/jaH3O1WEfx"
## 
## [[4133]]
## [1] "Maliart_AI: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[4134]]
## [1] "BL_Ponte: One thing I’m absolutely certain of is that certainty corrupts the human mind.\n\nThis paradox beckons me to hold thi… https://t.co/iqafOJPFuL"
## 
## [[4135]]
## [1] "ON4ever555: RT @worlcuppa: Also #mynameisnanon has always thought he's so much better than #ohmpawat, who did 5 BL roles which he has laughed at. He al…"
## 
## [[4136]]
## [1] "beryl_bl: RT @charts_k: According to Big Hit Music, Suga's own talk show 'Suchwita' is a talk-show type content where Suga drinks &amp; talks frankly wit…"
## 
## [[4137]]
## [1] "ON4ever555: RT @worlcuppa: lol #mynameisnanon only care about the optics of  \"bkpp and other big artists sharing the stage with NNN,\" it's all about sh…"
## 
## [[4138]]
## [1] "L0IDF0RGER: RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…"
## 
## [[4139]]
## [1] "tanamera11omg: RT @matchboxfilm: 📸&lt;Choco Milk Shake&gt; Couple poster ‘Jungwoo💗Choco’\n\nBL fantasy romance &lt;Choco Milk Shake&gt;\nOctober ‘STRONGBERRY’ will be sh…"
## 
## [[4140]]
## [1] "anujposeidon: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[4141]]
## [1] "LindaRo86022650: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[4142]]
## [1] "utenthys: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4143]]
## [1] "silingling806: RT @BLUPDATE2022: W-Story revealed #MrHeart stars Han Sejin and Cheon Seung Ho will be having their guest appearance in 2023 Office Rom-Com…"
## 
## [[4144]]
## [1] "CupcakeBakeoff: @rize0t7addict If we say this loudly, bl!nks say we are crying lmao."
## 
## [[4145]]
## [1] "bl_khatri: RT @Pawankhera: Dear Ambassador Gilon, kindly do not defame my country. India respects and loves its guests. We believe in ‘Vasudeva Kutumb…"
## 
## [[4146]]
## [1] "tanamera11omg: RT @matchboxfilm: \" I am the most important. \"\nActor Kim Seonghyeok as the inverted cuteness chic Kitty Milk\nThe character poster for &lt;Choc…"
## 
## [[4147]]
## [1] "beryl_bl: RT @charts_k: .@BTS_twt's \"Yet To Come\" has been certified RIAJ Gold in Japan (50,000,000 streams) 📀🇯🇵"
## 
## [[4148]]
## [1] "fablelore: RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…"
## 
## [[4149]]
## [1] "beryl_bl: RT @charts_k: \"Dreamers\" by @BTS_twt Jungkook debuts at #1 on the Digital Song Sales chart!"
## 
## [[4150]]
## [1] "ClmHope: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[4151]]
## [1] "BatangMangga_05: ‾‾‾\nOh so is this like a prep or pre-game for the upcoming bl of perth and chimon next year\n___ https://t.co/iHPst31HHY"
## 
## [[4152]]
## [1] "bl_harry: RT @TomFitton: The Republican silence, relatively speaking, about the abuse and targeting of @ElonMusk by the Left gov/corporate/media/acti…"
## 
## [[4153]]
## [1] "aizen_deym: @blastroyale May I know if thos who are in BL will able to farm CS and BLST? by the way when will be BLST and CS listed on exchanges?"
## 
## [[4154]]
## [1] "tanamera11omg: RT @matchboxfilm: \"I love you, from the day we first met.\"\nActor Lee Jaebin as Puppy Choco, who loves only Jungwoo\n\nSpending time with a do…"
## 
## [[4155]]
## [1] "bl__bts_: RT @culturedwithM: Fort did the punishment for Peat but Peat felt bad so he did it to. The instant regret on Peat’s face after putting the…"
## 
## [[4156]]
## [1] "bl__bts_: RT @urfaveshipper: I dont even have to guess but Fort loves it when Peat does that puppy eyes and soft  voice 🥹 \n\n#TellerxFortPeat\n\nhttps:/…"
## 
## [[4157]]
## [1] "bl_khatri: RT @vmingoa: Respectfully disagree with Ambassador Gilon on all counts. \n\nNadav Lapid represented the jury @IFFIGoa, not Israel. His commen…"
## 
## [[4158]]
## [1] "losnahij21: WTS/LFB\n\nThe 🍕 Delivery Man and Gold 🏰 BL Pbox - 220php set\nPearl Boy - 220php set\n\npls help RT @krmanhwa_market… https://t.co/bVbgGA7s7Y"
## 
## [[4159]]
## [1] "macejkovicwgpp: haakaa Silicone Baby Finger Toothbrush,for Training Teething and Oral Cleaning,Soft Food Grade Silicone,0 Months+,… https://t.co/qxj5Prwlj4"
## 
## [[4160]]
## [1] "jkhopeVmin: @Noeul_lee6 @amantedel__bl @kissmybodyth Beautiful guys @Noeul_lee6 @Bossckm_ 👑"
## 
## [[4161]]
## [1] "Weemo206: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4162]]
## [1] "bl_fwy: RT @WayV_official: Teaser Image 1 #TEN\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShenV…"
## 
## [[4163]]
## [1] "yashaelle2: @world_of_bl_com Never let me go will start on the 13 of december also"
## 
## [[4164]]
## [1] "0708purplesky: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4165]]
## [1] "PilovesN: @Cyleris_84_BL I have two as well, 1 boy and 1 girl...Zachary is 22 and Katarina will be 18 next week!!"
## 
## [[4166]]
## [1] "bkpp_mint24: RT @PPKRITT_DAILY: [INSTAGRAM FOLLOWERS]\n29.11.22 &lt;08:00 PM&gt;\n\n3,614,516 (+4,563)\n\n📌 Follow: https://t.co/6o3Z6cQfJh\n\n#ppkritt @ppkritt #lov…"
## 
## [[4167]]
## [1] "silingling806: RT @BLUPDATE2022: W-Story's upcoming BL “#준과준 #JunAndJun” starring Ki Hyun Woo, Yang Jun Mo, Jo Chan Hyun, and Park Hyeong Seop will start…"
## 
## [[4168]]
## [1] "Bl_Troyanda: RT @EerikNKross: Are we still using this creepy \"we stand with Ukraine as long as it takes\"? \nWhat is \"it\" in this equation? Until the last…"
## 
## [[4169]]
## [1] "Vote_4_Sickular: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[4170]]
## [1] "Gie0k131: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[4171]]
## [1] "TodKlinger: @RWWFilm Only 2 people on Twitter have read my BL 8 script (3, but one read was facilitated on reddit) and both gav… https://t.co/mGf2Vf96qc"
## 
## [[4172]]
## [1] "Wyovball: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[4173]]
## [1] "investi51026755: @CEOofMisaka \"But guys how can I be accepted  by others with these icky wicky fanservice\" says the anime tourist wh… https://t.co/JkPB7X93f9"
## 
## [[4174]]
## [1] "Ines7112: Que-T 8 Pcs Aluminum Linkage Rod Arm Set / Upper and Lower Suspension Links Set of 8 for 1/10 Axial Wraith 90018 RC… https://t.co/yTNhp5pRNK"
## 
## [[4175]]
## [1] "G_Bl_Cu: RT @scarapics: SCARA WANTERS WILL BE SCARA HAVERS !!! https://t.co/k46XGdr8mL"
## 
## [[4176]]
## [1] "BackstreetLamb: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[4177]]
## [1] "lawfckr: as far as i know, this is their first mafi4 bl.\nhttps://t.co/u8fhczN1DT"
## 
## [[4178]]
## [1] "j_cinty: RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…"
## 
## [[4179]]
## [1] "MerakiFinifugal: RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…"
## 
## [[4180]]
## [1] "custardcookiez: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4181]]
## [1] "drei_7teen: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4182]]
## [1] "ref1hsul: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4183]]
## [1] "jayaaaddya: RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…"
## 
## [[4184]]
## [1] "namkookrising: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[4185]]
## [1] "sintydavid: @travis_bl @NorthRoadCycles That was last years xmas present, although the road and Tri bikes only really are fair weather"
## 
## [[4186]]
## [1] "woricksb00bs: Oomfs don’t realize I’ll read bl anytime of day"
## 
## [[4187]]
## [1] "Bl_Troyanda: RT @MargoGontar: After each russian attack, black out, when electricity restored again, the next who Ukrainians are thanking and hailing, a…"
## 
## [[4188]]
## [1] "giannagaviola: RT @abtheflame: LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled \"Honora Medicum\" at the Dr. Robert…"
## 
## [[4189]]
## [1] "DRobLewis: @JoeBucsFan Bowles and BL, in my opinion, are the reason TB12 will likely be in SF next year with a loaded roster.… https://t.co/R5uwDSOazE"
## 
## [[4190]]
## [1] "bl__bts_: RT @choizeep98: Peat look so smol right here, ugh! I wanna keep him in my pocket 😩😩\n\n#TellerxFortPeat"
## 
## [[4191]]
## [1] "AnnieBrassey: RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…"
## 
## [[4192]]
## [1] "bl__bts_: RT @milkteawlessice: OMG❤️😵 I'M DEAD\n\n#TellerxFortPeat"
## 
## [[4193]]
## [1] "MariReactsYT: Mari's reaction to #MyToothYourLove EP 7\n\n#react #bl #drama #taiwandrama #retweet @LovingBlogs #TheBlogNetwork… https://t.co/bmyCJwmMc2"
## 
## [[4194]]
## [1] "queerologia: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[4195]]
## [1] "WTK_BL: RT @hikaru_clipper: Goodbye lider at least you have cool friends in vtuber heaven now https://t.co/FDwA6bKxxl"
## 
## [[4196]]
## [1] "florr_bl: RT @MarsusVee: @hunncut @elinorodonovan This must be part 2 then https://t.co/Qs7tL8utTV"
## 
## [[4197]]
## [1] "florr_bl: RT @hunncut: @elinorodonovan Man goes to doctor. Says he's depressed. Doctor says, \"Treatment is simple. Great clown Pagliacci is in town t…"
## 
## [[4198]]
## [1] "bkpp_mint24: RT @puppybiw: billkin is listed as one of the Top50 influential people 2021/22 in this magazine!!🥺 https://t.co/SufQNuBhUS"
## 
## [[4199]]
## [1] "jamjiw: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4200]]
## [1] "mikkobarts15: HELLOOO ONCE AGAIN BL WORLD!!!! https://t.co/xjPNdWBqJX"
## 
## [[4201]]
## [1] "blglobalnews: BL Global - Business News for 11/29/2022 - https://t.co/2d9MWd9yJE"
## 
## [[4202]]
## [1] "gxlden_sparrow: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4203]]
## [1] "cantavest: RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…"
## 
## [[4204]]
## [1] "BurrerMelissa: RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…"
## 
## [[4205]]
## [1] "BL_Ref_Services: RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…"
## 
## [[4206]]
## [1] "BL_Ref_Services: RT @britishlibrary: 13 years after Oliver’s first appearance in print, Dickens wrote about his continuing concern with the ‘elevation of th…"
## 
## [[4207]]
## [1] "MississaugaHC: #NowInStock Get the #Makita DLX2423BX3 18V (Compact) LXT BL Sub-Compact 2 Tool Combo Kit for just $279 at… https://t.co/N9Wnf2caO3"
## 
## [[4208]]
## [1] "bl_bbskps: RT @kootroll: #โอมนนน : just stay with me https://t.co/9ABV8SHSBl"
## 
## [[4209]]
## [1] "mjdelavega6: I can't wait to see what happens next! Click the link below and join my struggle!\n \n#BL #freemanga #webtoons… https://t.co/gUZ0PCVyCW"
## 
## [[4210]]
## [1] "Aleena_Bano1: ANGEL SHORT ANTIQUE BLACK $209.00 USD https://t.co/T6UM1PLdQu https://t.co/RyTWXZHcO8"
## 
## [[4211]]
## [1] "bl_bbskps: RT @wordsbyexo: chen's letter 💌 https://t.co/5n6Hyb4XYc"
## 
## [[4212]]
## [1] "seventeenswift: omfg the trailer was sooo good i love the colouring so much it really looks like gmmtv’s prettiest series!! pondphu… https://t.co/4tf6oAQMiO"
## 
## [[4213]]
## [1] "paula_delval: RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…"
## 
## [[4214]]
## [1] "BL_Ponte: No human institution is immune to corruption.\n\nOur faith needs an ‘other’ focus."
## 
## [[4215]]
## [1] "BL_Ponte: Politics is one hell of a dangerous substitute for religion. \n\nWorship of corruption is the corruption of worship."
## 
## [[4216]]
## [1] "bl_bbskps: RT @_FriendUnfriend: Just exactly how many pics and poses are there left? 😜\n#ohmpawat\n#mynameisnanon\n#แบรนด์คึกCup https://t.co/rFaZmT5C70"
## 
## [[4217]]
## [1] "bl_bbskps: RT @porr_patlnwza55: MY OHMNANON 😭😭😭 #โอมนนน https://t.co/7Gr8U0UdqI"
## 
## [[4218]]
## [1] "NabusariP: IM GONNA GO BL OBSESSED"
## 
## [[4219]]
## [1] "bounnoppanut: If you are looking for a bl chinese drama, \"[BL] Oh! My Sunshine Boyfriend 🌈\" on yt is a scam. The real title is \"A… https://t.co/ifqzjKSmdE"
## 
## [[4220]]
## [1] "exhoefanboi: Hwang in yeop in a BL lead when https://t.co/j0L6ytuaA8"
## 
## [[4221]]
## [1] "Jay78829917: @8mitsuBee_ If it's BL, my closest guess is \"Itoshi no XL Saizu\""
## 
## [[4222]]
## [1] "9693_yve: This is like Klaus but hnks slice of life (bl?) au https://t.co/tD4ZKRQ9JV"
## 
## [[4223]]
## [1] "yiiisheng: @kauchama I feel like it's because they know their readers are BOTTOMS thats why they made the protagonist usually… https://t.co/AnE1tDhZZo"
## 
## [[4224]]
## [1] "bl_bbskps: RT @ohmnonboba: *Insert crying noises* \n#โอมนนน\n\nhttps://t.co/AlyHUzQxvk"
## 
## [[4225]]
## [1] "VnTweeter: RT @BlerdyOtome: JAST BLUE to bring Varenyett’ BL Visual Novel, ‘Sorcerer’s Choice: Angel or Demon’ to the West https://t.co/lw8DjvtOBi"
## 
## [[4226]]
## [1] "myoamount: RT @jodanspace: Warning spoiler ⚠️\n\nThe handsome killer in black 🖤 unusual look with his hair down 🥵\n\nSender terta3man Ta3man dari update l…"
## 
## [[4227]]
## [1] "transwol: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4228]]
## [1] "BlerdyOtome: JAST BLUE to bring Varenyett’ BL Visual Novel, ‘Sorcerer’s Choice: Angel or Demon’ to the West https://t.co/lw8DjvtOBi"
## 
## [[4229]]
## [1] "yamakakei: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4230]]
## [1] "mgrSkiba: RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…"
## 
## [[4231]]
## [1] "travis_bl: @TRENDYGOLF @NickFaldo006 Bought it at Hawick GC on a golfing break if my memory is not tricking me. Mostly blue of course..."
## 
## [[4232]]
## [1] "Aiden_bl: @Maevystv Fragile 🤔"
## 
## [[4233]]
## [1] "For__BL: RT @BLUPDATE2022: GMMTV's #NeverLetMeGoSeries starring #PondPhuwin premieres on December 13.\n\nDepicts the story of the son of a mafia leade…"
## 
## [[4234]]
## [1] "bl_bbskps: RT @porr_patlnwza55: THATS SOOO DOMESTIC https://t.co/WKoveyd1on"
## 
## [[4235]]
## [1] "Jr_prasad7: @MertHakkiAydin Ranga sir has designed this Blowing cooker used in Mangalore auto bl@st recently Bsdk🤡 https://t.co/EZtITsXDFq"
## 
## [[4236]]
## [1] "bear_jfam: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4237]]
## [1] "atikahlokman_: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[4238]]
## [1] "bl_bbskps: RT @porr_patlnwza55: *bish u cld never* COMEBACK https://t.co/RJkVDumOb2"
## 
## [[4239]]
## [1] "namkookrising: @feidtoblack SIR JEFF FROM OFFICE THEME BL WEBTOON\nFIGHT ME! RRRRaaaaaWwwR 🦖🦖🔥"
## 
## [[4240]]
## [1] "bounnoppanut: I was fooled by yt clickbait saying the drama is bl. 4th eps i can't even see any bromance and not even a hint of i… https://t.co/RZQFNCFIWG"
## 
## [[4241]]
## [1] "ynbnbaby: This looks like a bl drama https://t.co/8Snj4f7lAR"
## 
## [[4242]]
## [1] "bl_bbskps: RT @kthsorion: they are my number 1s  https://t.co/KuMpfFcYji"
## 
## [[4243]]
## [1] "teaxivaaa: RT @Conchetu_art: @Kagariasama_bl @0mxmO Coincidentally, my unicorn asked me the same question"
## 
## [[4244]]
## [1] "bl__bts_: RT @yumiyoum: oh my god, my heart 🥰🥰🥰\n\n#TellerxFortPeat"
## 
## [[4245]]
## [1] "travis_bl: @TRENDYGOLF @NickFaldo006 I fcuking had one of them🤣🤣🤣"
## 
## [[4246]]
## [1] "bl_bbskps: RT @ohmnonboba: OH MY OHMNON 🥹😭🥹😭🥹\n#โอมนนน\n\nhttps://t.co/Z4qXtKkJGh"
## 
## [[4247]]
## [1] "yukari_2006_BL: RT @ppnaravit: @perthppe @Chimonac @phuwintang my bro"
## 
## [[4248]]
## [1] "deltrems: @travis_bl Been in a few times now. Good pub!"
## 
## [[4249]]
## [1] "lewagaba: @creagether This really is much funnier in Polish, especially bc it's bł 💀"
## 
## [[4250]]
## [1] "LWouldnot: \"Don’t Say You Love Me\" is an absolutely perfect comic! It's living rent free in my head!\n\n#gay #DigimonSurvive #BL… https://t.co/Q4UmtvEfZI"
## 
## [[4251]]
## [1] "nantawanwi6: RT @Ammi_forBB: POLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t.co/nZ1CmJVsNN \n\n#BibleWichapas #bsumone @biblesumett\n#B…"
## 
## [[4252]]
## [1] "travis_bl: @sintydavid @NorthRoadCycles Good cleaning gear...."
## 
## [[4253]]
## [1] "BrisUniSpColl: RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…"
## 
## [[4254]]
## [1] "Net2Ayurveda: RT @BLAsia_Africa: Don't miss the December film screenings @BL_IndianPrint"
## 
## [[4255]]
## [1] "GetWet_DryBoy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4256]]
## [1] "ym_623_GR_BL: RT @MnetMAMA: [#2022MAMA_Moment] #SuperCali (MAMA ver.) by #jo1 #제이오원\nThey made the best night for us tonight! 🌠🎶\n2022 MAMA AWARDS is now o…"
## 
## [[4257]]
## [1] "windlerfclwc: Prothane 6-1301-BL Black Rear Bump Stop Kit EELVAH5\n\nhttps://t.co/0qxTS3H8HW https://t.co/5X72VDfIlV"
## 
## [[4258]]
## [1] "i19242273: RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…"
## 
## [[4259]]
## [1] "ym_623_GR_BL: RT @honeyonasho: for those who are asking for the \"who is the one who talked in english in jo1\" or \"who's the cute guy that talked in jo1\"…"
## 
## [[4260]]
## [1] "bl__bts_: RT @JAYFUSED: @anannnw anan wtf......... https://t.co/4S5yaD9Dtt"
## 
## [[4261]]
## [1] "Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and… https://t.co/C4agmyUPZX"
## 
## [[4262]]
## [1] "namkookrising: He came straight from bl webtoon 🥵🥵🥵🥵🥵🥵 https://t.co/zeXOJC1y4p"
## 
## [[4263]]
## [1] "mirensiart: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4264]]
## [1] "bl__bts_: RT @shipper_diary: Peat lost again!!!\n\nPunishment is to eat lemon\n\nMC: Do TLC and ask Fort to help\n\nP: Fort, do you love me?\n\nF: Ask me in…"
## 
## [[4265]]
## [1] "manicxpixie: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4266]]
## [1] "aaamae_10: This comic is definitely worth reading! Come check it out!\n \n#Colouring #bl #animationdev\n\nhttps://t.co/v17F3ZJVN5 https://t.co/AryVZ0ah3V"
## 
## [[4267]]
## [1] "bl__bts_: RT @shipper_diary: P’PEAT LOST THE GAME AND HAD TO BEG FOR TLC FROM FORTTTT\n\nOMGGG BEST DAY EVER FOR FORTT 😆😆😆\n#TellerxFortPeat #FortPeat"
## 
## [[4268]]
## [1] "m_m1941: RT @johnbilcliffe: Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley USAF EC…"
## 
## [[4269]]
## [1] "HereByGrace1: @NikkiIsUntamed Isn't that guy the one who said something mean about Yibo, like insulted him for being in a BL show… https://t.co/bcfrc6611R"
## 
## [[4270]]
## [1] "intutxt: I haven't seen a gmm bl since bbs I want to watch this so bad"
## 
## [[4271]]
## [1] "00Mcshdow: RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…"
## 
## [[4272]]
## [1] "travis_bl: @the_weind 61 year old \"Kid\" brother had his latest booster at Clatter bridge a fortnight ago, busy."
## 
## [[4273]]
## [1] "me_wo_tojite: BL DRAMA ROLE SETTING I LOVE"
## 
## [[4274]]
## [1] "bl__swan: RT @Daily_JK97: .@billboardcharts @luminate_data The official Music Video of \"Dreamers\" by Jungkook uploaded by FIFA has finally been inclu…"
## 
## [[4275]]
## [1] "OddSorce: @cryptofishx @KevSTi9 Majin if they forgot to BL me..."
## 
## [[4276]]
## [1] "JlNNNNNNN: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4277]]
## [1] "NWasinphi: RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…"
## 
## [[4278]]
## [1] "MKBang3: @ShippersHeart_ Sounds like a BL series 🤔"
## 
## [[4279]]
## [1] "teungkaofao: RT @BL_Scenery: PILOT TEASER | \"It's destiny to meet but not to live together.\" A Period Romantic Drama of #Mindtrio's 2023 #BL project, \"W…"
## 
## [[4280]]
## [1] "MingHoshiiYou: RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc"
## 
## [[4281]]
## [1] "hikuachi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4282]]
## [1] "twitlers: @JiteshK_JK @MJ_007Club A time bound sentencing is must ...Bl''dy, let them sit overnight... they are actually enjo… https://t.co/GJyuAY9zDD"
## 
## [[4283]]
## [1] "kangaerusi_take: RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…"
## 
## [[4284]]
## [1] "AshNateWanted: RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…"
## 
## [[4285]]
## [1] "DanaGavin1895: RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…"
## 
## [[4286]]
## [1] "NewsShakes: BHATTACHARJEE SHYAMAL: PELE:: 80th BIRTHDAY- AFTER ALL HE IS MADE OF \" BL... https://t.co/VqtN6Vb2ac"
## 
## [[4287]]
## [1] "10daysinhell: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4288]]
## [1] "xoshamieh: @BackstreetLamb Omg iQIYI is pinning that show so hard! They are the capital of BL is the show good?"
## 
## [[4289]]
## [1] "bl_enthu: IT'S FINALLY HERE https://t.co/MFeCgLtTgs"
## 
## [[4290]]
## [1] "BL_nananWSSP: RT @pun_rii: Make mora ! 😅💰💰🪙🪙 https://t.co/9VESIyqrKS"
## 
## [[4291]]
## [1] "BL_nananWSSP: RT @weirdlilguys: it do be like that sometimes https://t.co/91iDxUtJve"
## 
## [[4292]]
## [1] "idhuthan: @LrJKB @rajiv_dmk @annamalai_k Sir. Are you sure he is a BL! Ppl are saying he is a double MA!"
## 
## [[4293]]
## [1] "bl_verse: @bbius_luver I dont think I can send u a direct message, unless if you can chat me up"
## 
## [[4294]]
## [1] "NPHAT_bl: RT @yinwar_army: pyin: Nong War 😍\nPwar: phi yin 😍\n\nI love hearing them reverse calling it's so cute like waryin.\n\n#YinWarxCHABAA #หยิ่นวอร์…"
## 
## [[4295]]
## [1] "koncentraaaaaaa: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4296]]
## [1] "bl_enthusiastic: RT @bangtinyboyys: When BTS turned mama into their own concert so iconic \nhttps://t.co/S38feS9QEo"
## 
## [[4297]]
## [1] "hbVenA1C: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[4298]]
## [1] "FrancisViiperi: Most Awaited BL Series! #NeverLetMeGo #PondPhuwin @GMMTV https://t.co/uJL7omU76E"
## 
## [[4299]]
## [1] "rnimpossible: RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU"
## 
## [[4300]]
## [1] "rnimpossible: RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…"
## 
## [[4301]]
## [1] "knibbleknob: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4302]]
## [1] "BLMedieval: RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…"
## 
## [[4303]]
## [1] "bl_enthusiastic: RT @Ioverspring: kit talking about bisexual representation i am in Tears https://t.co/kUhxFE1GBZ"
## 
## [[4304]]
## [1] "CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou… https://t.co/4QKWuSUDy4"
## 
## [[4305]]
## [1] "BL_nananWSSP: RT @KNITEcoser: Day 2 of AFASG @animefestasia was Zhongli day 😳🤎 https://t.co/TZKOBk5zYw"
## 
## [[4306]]
## [1] "xo_bl_lover: i need money 😌"
## 
## [[4307]]
## [1] "bl_enthusiastic: RT @theastays: the fact that THIS is skz’s most heterosexual member😭  https://t.co/fjBkv3rTqj"
## 
## [[4308]]
## [1] "xxbyulzz: RT @Tappy_toon: COMING SOON ⏳\nAgain\n\nDo you believe in karma? \n\nJust as Nokyoung thought he had lost everything, he woke up in the past, be…"
## 
## [[4309]]
## [1] "komorikayo: #AFA2022 haul + a bunch of niji stuff that came in the mail today 🤡🤡🤡 im poor\n\nAnd also 19 days comic!!!! I love me… https://t.co/9VfSzaAtTd"
## 
## [[4310]]
## [1] "plotcompk: RT-2 LDA City Lahore Phase 1 Plots For Sale Block A1 | Confirm Inventory https://t.co/8Lkg62Z1IQ..."
## 
## [[4311]]
## [1] "bl__bts_: RT @babyfeat_bonoh: #TellerxFortPeat #Fortthitipong #FortFTS #peatwasu #prapaisky #captainpeat #ComeFortZon #babyfeat \n\n😌🤏🥺....their nickna…"
## 
## [[4312]]
## [1] "bl__bts_: RT @urfaveshipper: I prefer if they use their lips to remove that sticky notes 😤\n\n#TellerxFortPeat"
## 
## [[4313]]
## [1] "bl__bts_: RT @shipper_diary: They are so cuteeee 😆😆😆\n\n#TellerxFortPeat"
## 
## [[4314]]
## [1] "PUENYAIChat: See thru 🌊\n.\n.\n.\n#asianmen #korean #koreanmen #koreanmakeup #koreanfashion #hyung #asianhunk #koreanhairstyle… https://t.co/NMFaY1gFtH"
## 
## [[4315]]
## [1] "moranickle: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4316]]
## [1] "bl__bts_: RT @chenjouyin: Guys, please only use a single hashtag na, lets boost the current hashtag first.\n#TellerxFortPeat"
## 
## [[4317]]
## [1] "cettyuwu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4318]]
## [1] "I_LoveGhostBand: @BUB_BL_ES I'll get it off your hands give it to me gimme gimme gimme gimme gimme gimme gimme gimme gimme gimme gim… https://t.co/jK6C1O5ZN5"
## 
## [[4319]]
## [1] "bl_is__life: RT @WarnerMusicPH: 2022 is for GOT7 and Ahgases 😭💚\n\nGOT7 winning Worldwide Fans’ Choice at #MAMA2022 Awards! 🥳 \n\n#GOT7_NANANA #GOT7 #갓세븐 @G…"
## 
## [[4320]]
## [1] "bl_is__life: RT @sevendless: GOT7 winning Worldwide Fans’ Choice at #MAMA2022 and invidual thank you messages from all members!\n\n“A perfect example of a…"
## 
## [[4321]]
## [1] "fischerfischy: @biotech_moose @CryptoSloan99 @GeorgeWLDD What triggers the covering? 4th quarter positive FCF would certainly help… https://t.co/MJc5kd7KRl"
## 
## [[4322]]
## [1] "travis_bl: @deltrems Used to frequent the Horseshoe in my Glasgow days. Deucars my go to beer in those days. 87-88 ish"
## 
## [[4323]]
## [1] "seivarden: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4324]]
## [1] "cowboy_up79: RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU"
## 
## [[4325]]
## [1] "filmbylove: @ddeurama JUSKO POND🫣🛐🛐❤️‍🔥 PONDPHUWIN BL COMEBACK~"
## 
## [[4326]]
## [1] "diana_pelaz: RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…"
## 
## [[4327]]
## [1] "Dem_Adv: @KateSwaffer @chrissythelker @DementiaAllianc Unfortunately we sometimes need to repeatedly use the inclusive posit… https://t.co/wrH8iyEZ5o"
## 
## [[4328]]
## [1] "ot9stan6: @butakkhe @RemultaBlue @kchartsofficial did you even know the criteria? did you even know how many total votes did… https://t.co/7IbzVfrULD"
## 
## [[4329]]
## [1] "CTighfield: RT @DarrylMagher: @CTighfield Bl**dy hope so....the Yew Tree is having developments put on and around it that will affect it, and this is j…"
## 
## [[4330]]
## [1] "FumoLover8008: @Congelatoreh Congelatoreh reads BL on a daily basis"
## 
## [[4331]]
## [1] "bl_is__life: RT @BamBam1A: You guys did it!\nThank you IGOT7💚\n#IGOT7 #GOT7 https://t.co/Tau8uzoHAn"
## 
## [[4332]]
## [1] "bl_is__life: RT @Teamyingg7: GOT7 FOREVER 💚\n\n #GOT7Win2022MAMA\n#GOT7 @GOT7 https://t.co/vy0b3DF9mp"
## 
## [[4333]]
## [1] "milo_drums: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4334]]
## [1] "bjyxwyxz: @songxiaomarried same like I have watched many bl (+straight) series but like none feels like them. There's now ay I can ship others"
## 
## [[4335]]
## [1] "Aiden_bl: @Apoireau02 @CanV2nico Dors"
## 
## [[4336]]
## [1] "Elspeth52112979: While I love the uneven BL dynamic at the beginning of a story sponsor/subordinate, creditor mafia/debtor, CEO/subo… https://t.co/mg8HH5Uowb"
## 
## [[4337]]
## [1] "mahaesuperior: i've never waited for a bl series like i did for never let me go (and moonlight chicken lol) but oh my god it's fin… https://t.co/oemukmElXo"
## 
## [[4338]]
## [1] "BL_OCC: RT @WorldRugby7s: He carved it up in Hong Kong 🔥\n\nWill we see more of the same from Aaron Grandidier at the #Dubai7s this weekend?\n\n#HSBC7s…"
## 
## [[4339]]
## [1] "Horny_ForYJH: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4340]]
## [1] "bl__sw: @GoldenJKUnivers @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 We req… https://t.co/hRr30moYlX"
## 
## [[4341]]
## [1] "gilEgbutt: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4342]]
## [1] "iL0VMARA: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4343]]
## [1] "bl__sw: RT @GoldenJKUnivers: We request that you clarify and rectify this situation that costed the song a position in multiple Billboard and YouTu…"
## 
## [[4344]]
## [1] "LilacBird1: RT @shivamk456: @GauRakshaBill @313vated @theskindoctor13 @ianuragthakur @smritiirani @KirenRijiju @narendramodi @PMOIndia @AmitShah Absolu…"
## 
## [[4345]]
## [1] "InfiniteGalaxia: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4346]]
## [1] "bl__sw: @GoldenJKUnivers @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 Hello.… https://t.co/eiOBUYxLek"
## 
## [[4347]]
## [1] "hemaifren: RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…"
## 
## [[4348]]
## [1] "endlessca1amity: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4349]]
## [1] "Bluhtack: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4350]]
## [1] "baikalsymphony: RT @worlcuppa: Also #mynameisnanon has always thought he's so much better than #ohmpawat, who did 5 BL roles which he has laughed at. He al…"
## 
## [[4351]]
## [1] "bl__sw: @97SARCHIVES @billboardcharts @luminate_data .@billboardcharts @luminate_data The official Music Video of \"Dreamers… https://t.co/8LSSgZH7TG"
## 
## [[4352]]
## [1] "unome06: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4353]]
## [1] "AnxietyPath: RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…"
## 
## [[4354]]
## [1] "bl__sw: @Jk_trend_songs @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 Hi… https://t.co/GipNuJDVDx"
## 
## [[4355]]
## [1] "baikalsymphony: RT @worlcuppa: lol #mynameisnanon only care about the optics of  \"bkpp and other big artists sharing the stage with NNN,\" it's all about sh…"
## 
## [[4356]]
## [1] "DarrylMagher: @CTighfield Bl**dy hope so....the Yew Tree is having developments put on and around it that will affect it, and thi… https://t.co/v5e7bj2X2V"
## 
## [[4357]]
## [1] "bl__sw: @JJKMILLIONDOL @billboardcharts @luminate_data @billboard @unitedmasters @gthot20 @surfwax83 🚨@billboardcharts… https://t.co/XwledIrSdp"
## 
## [[4358]]
## [1] "bl__sw: @_RapperJK @billboardcharts @luminate_data @billboard @unitedmasters @YouTube Urgent! @billboardcharts… https://t.co/4jvZ6FM2Dh"
## 
## [[4359]]
## [1] "pneumaninesix: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[4360]]
## [1] "Bl_Troyanda: RT @OlenaHalushka: Few more russian strikes will cause full blackout. Missile defense, which we get from partners &amp; appreciate much, can't…"
## 
## [[4361]]
## [1] "bl__sw: @jungkooktrends @billboardcharts @luminate_data @billboard @unitedmasters @YouTube .@billboardcharts @luminate_data… https://t.co/ipAor8qGQG"
## 
## [[4362]]
## [1] "bl__sw: @stussyjjungkook @billboardcharts @luminate_data @billboard @unitedmasters @YouTube Urgent! @billboardcharts… https://t.co/i42iVjnYZH"
## 
## [[4363]]
## [1] "IshtarSpring: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[4364]]
## [1] "wright_de: @GeorgeCochrane1 Leaky rust bucket... The TR8 though was worth the pain.\n\nHow did BL manage to actually build cars… https://t.co/639nri9Q9y"
## 
## [[4365]]
## [1] "bl__bts_: RT @shipper_diary: MC said that’s it’s Fort’s birthday today so is there anything he want to ask from Peat\n\nF: I asked this from him before…"
## 
## [[4366]]
## [1] "bl__bts_: RT @shipper_diary: They’re currently just promoting and selling some of the stuff, don’t have anything to trans yet, still trying to access…"
## 
## [[4367]]
## [1] "Laxmikh47060861: @janelhops Bl fan they don't like who is being real who is straight forward person who is not into FS let them enjo… https://t.co/zK0eVahJi4"
## 
## [[4368]]
## [1] "bl__bts_: RT @shipper_diary: (I didn’t catch everything)\n\nMC: Do you have a present for Fort yet?\n\n(Roughly) He said that he prepared it already but…"
## 
## [[4369]]
## [1] "soundslikeaa: can't ever put jooheon in a bl he'd be gone for real https://t.co/4PEw0joqir"
## 
## [[4370]]
## [1] "janitorIevi: @neiImobiIe yaoi isn’t even used anymore, bl is the correct term. the thing is, you don’t even know what you’re tal… https://t.co/1R46a5h0x8"
## 
## [[4371]]
## [1] "soy_milktea: FIRST GMM BL THAT AIRS ON WEEKDAYS, RIGHT?! #NeverLetMeGoSeries"
## 
## [[4372]]
## [1] "dereck15ukbpz: DNA Motoring ITK-0048-BL Cold Air Intake System Blue [For 04-11 Mazda RX8] QW7MTGS\n\nhttps://t.co/HqCNExatVb"
## 
## [[4373]]
## [1] "HangyulMalaysia: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[4374]]
## [1] "xulshhh___: RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk"
## 
## [[4375]]
## [1] "gkanawvtt: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[4376]]
## [1] "Bl_alock: RT @AN1official: #Another1 is the future of fashion!\n\n🚀We're on a mission to lead #fashion, #design, #manufacturing &amp; #branding into the #W…"
## 
## [[4377]]
## [1] "Pyramid_BC08: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[4378]]
## [1] "aicethethic: Did I just finished reading 3 bl manga?"
## 
## [[4379]]
## [1] "filmbylove: pondphuwin bl comeback~!!! – after fish upon the sky. 🐟🎏☁️ https://t.co/L25u5oXgLJ"
## 
## [[4380]]
## [1] "bl__sw: RT @stussyjjungkook: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…"
## 
## [[4381]]
## [1] "whited_79: @hey_aanne @fitmomhsien @shijiaxiaoxu Owh hahaha! He's coding secretly with TJC too, since their drama can't air. I… https://t.co/ZfLChyTaro"
## 
## [[4382]]
## [1] "Yani49944064: RT @soygarlicsauce: Idol au where kdj before debuting was a part of a bl circle as a voice actor. \n\nKdj is added as the last member to yjh’…"
## 
## [[4383]]
## [1] "PugazhendhiPu11: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[4384]]
## [1] "spenn_im: The Ghost's Nocturne [Ananas, Artist: C_R_Jade]\nJae Shin Son Of Yama, Crown Prince Lee Nok\n.\n[Twitter: ananas4write… https://t.co/9v9e2QA2Fj"
## 
## [[4385]]
## [1] "bl__bts_: RT @chenjouyin: Baby peach looks so goodd #TellerxFortPeat"
## 
## [[4386]]
## [1] "GrahamRKings: RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…"
## 
## [[4387]]
## [1] "bl__bts_: RT @sprinklesss1: I LOVEEEEEE IT EVERYTIME FORT UNLEASH HIS GOLDEN RETRIEVER ENERGY WHENEVER HE IS WITH PEAT LOL #TellerxFortPeat"
## 
## [[4388]]
## [1] "Bl_ueTe_ars: RT @LSSRFMcharts: .@le_sserafim 'The Hydra' now enters Billboard Hot Trending Songs Real-time Chart, currently at #6 with a weekly index of…"
## 
## [[4389]]
## [1] "sulkyshintaro: somebody said this is the remake of yanan's bl drama?? https://t.co/dGV7aOeuq2"
## 
## [[4390]]
## [1] "number9_bl: RT @BamBam1A: You guys did it!\nThank you IGOT7💚\n#IGOT7 #GOT7 https://t.co/Tau8uzoHAn"
## 
## [[4391]]
## [1] "a__medievalist: RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…"
## 
## [[4392]]
## [1] "ohsinnerman: RT @sherlockeditor: And now a Purolator delivery - Celtic Weird edited by @ohsinnerman. Another beauty in the @BL_Publishing series! https:…"
## 
## [[4393]]
## [1] "nikk0nik: RT @blisanewblack: japanese bl “eternal yesterday” should be in everyone’s watch list, i said what i said. https://t.co/lO0xGTTFwJ"
## 
## [[4394]]
## [1] "hrdny26: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[4395]]
## [1] "woojidn: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[4396]]
## [1] "NOT4KAEYA: gawd i was supposed to take a 30 min break to eat and then it turned into like 3 hrs of me reading bl manhwa"
## 
## [[4397]]
## [1] "wingedpeng: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[4398]]
## [1] "NemuChin_: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4399]]
## [1] "UntoldLives: Gunner William Ruxton was discharged from the Bombay Artillery in 1859 after 23 years’ service because of old age,… https://t.co/LivmWBEOqw"
## 
## [[4400]]
## [1] "bl__sw: RT @_RapperJK: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the…"
## 
## [[4401]]
## [1] "bl__sw: RT @IMGOLDENCARD: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for t…"
## 
## [[4402]]
## [1] "kauchama: now that I think about it, i don't know of any BL webtoons where the protagonist is the top......? I'm sure they're out there somewhere.."
## 
## [[4403]]
## [1] "bl__sw: RT @10_10_11_1_code: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…"
## 
## [[4404]]
## [1] "bl__sw: RT @JJKMILLIONDOL: 🚨@billboardcharts @luminate_data @billboard The latest BB chart results are not accurate since the streams for the MV \"D…"
## 
## [[4405]]
## [1] "Richard00655575: @RobertL12227849 @Billy24752 @thepaulwilliams Tell me about those BL tours.......\n\n3-0 whitewash."
## 
## [[4406]]
## [1] "nominzone_: I’m so happy for my ship these days my Polca heart is so happy. I started stanning them jud pag 2020 kay solid Pera… https://t.co/hlLIsy3Ars"
## 
## [[4407]]
## [1] "anndrellann: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4408]]
## [1] "Millonilia: On another note, I have been reading this bl manhua and the dude finally confessed at chapter 133, what was he doing lolo"
## 
## [[4409]]
## [1] "10_ryoo: RT @thaiupdate2021: [Results] “The Most Favorite Thai BL Series Couple of 2022”\n\n1. #MilePhakphum #nnattawin\n2. #bbil1ypn #Seng_wichai \n3.…"
## 
## [[4410]]
## [1] "sxousuke: RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…"
## 
## [[4411]]
## [1] "_lucidnoise_: @nagrom_bl I feel like I’m the only person that doesn’t name their Pokémon lol"
## 
## [[4412]]
## [1] "milfWanning09: RT @janelhops: I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problematic. The r…"
## 
## [[4413]]
## [1] "nrashrzr: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[4414]]
## [1] "bl__sw: RT @Jk_trend_songs: Hi @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. THIS IS SO UNFAIR!!Drea…"
## 
## [[4415]]
## [1] "bonesintheswamp: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4416]]
## [1] "bl_world22: RT @Ice_xob: ALSO!!! Great news to hangers :)))) \nThe official Japan stated that #EMSEARTHMIXSPACE in JAPAN will be aired internationally,…"
## 
## [[4417]]
## [1] "melissaoneal41: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[4418]]
## [1] "Hitch_Bl: RT @sportbible: Cristiano Ronaldo when he thought the goal was his vs when he found out the goal wasn’t his 😂👀\n\nhttps://t.co/gPTd5VqWQf"
## 
## [[4419]]
## [1] "bl__sw: RT @Jungkook_SNS: .@billboardcharts @luminate_data\nOfficial MV of \"Dreamers\" by Jungkook uploaded by FIFA is now included in Music category…"
## 
## [[4420]]
## [1] "bl__bts_: RT @Nastya213467878: Fort only likes peach color😌💖\n#TellerxFortPeat https://t.co/RNvaAPwHcJ"
## 
## [[4421]]
## [1] "bl__bts_: RT @peachwasucute: SOMEONE FIND ME A BF PLEASE, I'M JEALOUS 😔👋\n\n#TellerxFortPeat #FortPeat #BabyFeat #Peatwasu #CaptainPeat #FortFTS #ComeF…"
## 
## [[4422]]
## [1] "equaldyb: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[4423]]
## [1] "bl__bts_: RT @babyfeat_bonoh: #TellerxFortPeat #Fortthitipong #FortFTS #peatwasu #prapaisky #captainpeat #ComeFortZon #babyfeat @fort_fts @peatwasu…"
## 
## [[4424]]
## [1] "bkpp_mint24: RT @PRaWFaH: 221129 fairy PP 🧚🏻‍♂️💖✨@ppkritt \n\n#ppkritt #PPxGrabFood10versary\n#GrabFood10Versary\n#GrabFood10VersaryLand https://t.co/rwXpqT…"
## 
## [[4425]]
## [1] "yoohanpogi: Check out much more on Bilibili Comics - search \"Lovely Lies\" and favorite!\n \n#zelda #SDCC2022 #BL… https://t.co/XKPQAS0Ttr"
## 
## [[4426]]
## [1] "bl__sw: RT @97SARCHIVES: .@billboardcharts @luminate_data The official Music Video of \"Dreamers\" by Jungkook uploaded by FIFA has finally been incl…"
## 
## [[4427]]
## [1] "jakhan2222: @Mone_fb @Flow_bl It'suspended"
## 
## [[4428]]
## [1] "bl__sw: RT @Daily_JK97: .@billboardcharts @luminate_data The official Music Video of \"Dreamers\" by Jungkook uploaded by FIFA has finally been inclu…"
## 
## [[4429]]
## [1] "IWillStabGod: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4430]]
## [1] "degenereis: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4431]]
## [1] "bl__sw: RT @GoldenJKUnivers: Hello. @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. Because Dreamers b…"
## 
## [[4432]]
## [1] "csoobz: yeonbin blindfold dance break yeonbin blindfold dance break yeonbin blindfold dance break yeonbin blindfold dance b… https://t.co/VtW2kWXmvN"
## 
## [[4433]]
## [1] "bl__bts_: RT @liffp_: i feel so single again :)\n\n@fort_fts @peatwasu\n#TellerxFortPeat\n\nhttps://t.co/RpAwBctCd0"
## 
## [[4434]]
## [1] "bkpp_mint24: RT @gmajestyx: 221129 PP Krit - FIRE BOY (2/2)\n\n#PPxGrabFood10versary\n#GrabFood10Versary \n#GrabFood10Versaryland\n#ppkritt @ppkritt https://…"
## 
## [[4435]]
## [1] "bkpp_mint24: RT @gmajestyx: 221129 PP Krit - FIRE BOY (1/2)\n\n#PPxGrabFood10versary\n#GrabFood10Versary \n#GrabFood10Versaryland https://t.co/cEpjQ7kxep"
## 
## [[4436]]
## [1] "travis_bl: @Stixx1979 @Dullard_is_Back @manny_efc And then you wake up🤣"
## 
## [[4437]]
## [1] "LObatman2: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4438]]
## [1] "lesbolouch: @memorymagesimp if you look up the words \"yaoi, yuri, turkey, stuffing, bl\" seperately and you'll see all my tweets"
## 
## [[4439]]
## [1] "iHateToxicFans: @gloryhvle @PopBase Because BL comes first before BT. Gets? 😂"
## 
## [[4440]]
## [1] "SemaAvalith: actually yeah note to self: read BL more to divert depression to a fictional char's more depressing and gay life story"
## 
## [[4441]]
## [1] "bl__sw: RT @JKGlobalWebsite: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…"
## 
## [[4442]]
## [1] "sianofhel: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4443]]
## [1] "ai_0073: RT @abtheflame: LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled \"Honora Medicum\" at the Dr. Robert…"
## 
## [[4444]]
## [1] "travis_bl: Leftover squash and turkey breast risotto for an early, cycling induced lunch. Absolutely marvin... https://t.co/tDo5jSzOMd"
## 
## [[4445]]
## [1] "jodanspace: Warning spoiler ⚠️\n\nThe handsome killer in black 🖤 unusual look with his hair down 🥵\n\nSender terta3man Ta3man dari… https://t.co/ulrm1NMPSj"
## 
## [[4446]]
## [1] "Bika_P_Mew: #bounprem #bl #thai love you!!!!!!! https://t.co/dZjYKCxnA4"
## 
## [[4447]]
## [1] "premuind: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[4448]]
## [1] "WhoAmI243: I just don't understand....I knew when people interview someone from BL they always ask about NC scenes, but now la… https://t.co/tQJV3ciP9x"
## 
## [[4449]]
## [1] "lokilaufeybarn: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4450]]
## [1] "SILENTKNlGHT: RT @EijisaiNensho: '𝐇𝐄𝐋𝐋 𝐈𝐒 𝐇𝐄𝐑𝐄\n\n⠀⠀𝐍𝐀𝐌𝐄 𝐓𝐇𝐘 𝐒𝐎𝐔𝐋...\n\n⠀⠀⠀⠀𝐂𝐀𝐋𝐋𝐈𝐍𝐆 𝐅𝐎𝐑 𝐓𝐇𝐄 ABOVE.'\n\n⸻ ➥ BL x BC\n⠀⠀⠀⠀➥ @Antimahou  must  FIGHT\n⠀⠀⠀⠀➥ Iᴛ ɪs LI…"
## 
## [[4451]]
## [1] "bl__bts_: RT @swasssfp: this sweetness huhu \n\n#TellerxFortPeat https://t.co/HWnm0XgnCI"
## 
## [[4452]]
## [1] "bebiiboiiguapii: @SavaS21_ @FloriOVO @GuyBelguim safe. f€ier auch bl€ssed freestyle"
## 
## [[4453]]
## [1] "bl__bts_: RT @AAriverx11: #TellerxFortPeat They exchanged water glasses again, this scene was only seen yesterday https://t.co/PDBkfqiTKU"
## 
## [[4454]]
## [1] "Bl_ueTe_ars: RT @ddelpphy_: Congratulations 💚🥳 https://t.co/7ATBpOdeGQ"
## 
## [[4455]]
## [1] "franziska1218: RT @matchboxfilm: \"I love you, from the day we first met.\"\nActor Lee Jaebin as Puppy Choco, who loves only Jungwoo\n\nSpending time with a do…"
## 
## [[4456]]
## [1] "BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU"
## 
## [[4457]]
## [1] "kato6301: RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…"
## 
## [[4458]]
## [1] "Alien77392332: @khalidx7i Anaa g3aaa mnbghish coca hedshi bhel lma bl sokkrrr"
## 
## [[4459]]
## [1] "bl_bibbui: RT @sleepy_neira: When I say I want a royals series of them:\n\n#MusicHeals2022xJeff #JeffSatur https://t.co/AniFHtuhwr"
## 
## [[4460]]
## [1] "wegadpit: the fact that MANY ACTORS BL have they bday this month/days/WEEK https://t.co/oEKrErPyvw"
## 
## [[4461]]
## [1] "mkurumathenge: RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3"
## 
## [[4462]]
## [1] "bl_bibbui: RT @buffstax: \"IM COMING           \"PETE IS OUR\nFOR PETE!!!\"            FAMILY NOW\" https://t.co/7gR5yjHGON"
## 
## [[4463]]
## [1] "raisanka_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4464]]
## [1] "justshutupkey: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[4465]]
## [1] "ArtemisPhylis: RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…"
## 
## [[4466]]
## [1] "bl_bibbui: RT @holybibs: i never seen someone so pretty and beautiful after getting tortured 🤧\n\n꒰ #BuildJakapan #Beyourluve ꒱ https://t.co/k7rvxvjYHO"
## 
## [[4467]]
## [1] "bl_world22: RT @casuarineslove: HOY TAYNEW WHAT ARE YOU GUYS DOING!!!??? PLEASE MY HEART CANT HANDLE THIS!!! 😭😭😭😭😭😭😭😭😭😭\n\n#taynew #เตนิว https://t.co/hO…"
## 
## [[4468]]
## [1] "suizowi: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[4469]]
## [1] "bl_vcky: RT @YomY0m_: A Girl breaks up with a Guy..\nHe gets gingered to hustle hard and make it in life just to get back at his ex\n\nA Guy breaks up…"
## 
## [[4470]]
## [1] "bl_bibbui: RT @biurbubble: i need another live of bbb being this cute with each other 🥹 https://t.co/7qDtx4hGCu"
## 
## [[4471]]
## [1] "HeartbeatDdaeng: @lockeyshit @1989Iore @PopBase not a bl!nk saying as if your girlies global wannabe are relevant 🤣"
## 
## [[4472]]
## [1] "yrcha_bl: RT @heartlessN_wp: Lucky to celebrate a decade with you, Archers! THANK YOU💘\n\nTo more stories, tears and laughter to come! Cheers to more d…"
## 
## [[4473]]
## [1] "yesthisislila: RT @abtheflame: LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled \"Honora Medicum\" at the Dr. Robert…"
## 
## [[4474]]
## [1] "Bl_ueTe_ars: RT @LamiaJerinLJ: Sakura Is Currently Trending On Twitter with 118K Tweets🔥🔥🔥❤️❤️❤️❤️❤️❤️ https://t.co/LsF9oQi6Yv"
## 
## [[4475]]
## [1] "KingZynAdam: @SugoiLITE does that include another snippet of BL pair?"
## 
## [[4476]]
## [1] "HypaGemie: @jikseuz Please stan them!! They have worked so hard and were so underrated till their member Jaechan was in a BL.… https://t.co/CTvV51YeYD"
## 
## [[4477]]
## [1] "AsianovelasBL: Oh! My Assistant The Series \nLink: https://t.co/pDlOyOFIQV \n\n#OhMyAssistant #KoreanBL #BL #BoysLove #GayRomance… https://t.co/giWDnBT7J6"
## 
## [[4478]]
## [1] "MakotoKinnie: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4479]]
## [1] "simpforcdrama: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[4480]]
## [1] "pidreaming: @AdzTheMadz to be honest, I have seen not so less Thai BL series b4 and I think acting are a little weak. so if the… https://t.co/FaPtNMsUrk"
## 
## [[4481]]
## [1] "army_melody_bl: RT @miwon17_: #SEVENTEEN won Worldwide Fan's Choice Top 10 on MAMA 2022. Congratulations👏 #세븐틴  @pledis_17 \nhttps://t.co/HgnFNiAE2d"
## 
## [[4482]]
## [1] "abtheflame: LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled \"Honora Medicum\" at the Dr… https://t.co/6C67rGJ70u"
## 
## [[4483]]
## [1] "1chillmoe: RT @Killmoenetwork: ROBBERY OF AN ESTABLISHMENT: 7-11: 4500 Bl. Of St Barnabas Rd. Temple Hills Md: Pgpd is on the scene investigating a ar…"
## 
## [[4484]]
## [1] "i2k_bl: RT @holybibs: biblebuild practiced their dialogues together 🥺\n\n꒰ #BibleBuild #BibleWichapas #BuildJakapan ꒱ https://t.co/WQ4E29Sy9T"
## 
## [[4485]]
## [1] "tobishochan: RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc"
## 
## [[4486]]
## [1] "curryayammm: RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…"
## 
## [[4487]]
## [1] "BL_VisualArts: RT @BLAsia_Africa: Join @RAS_Soc tomorrow 29th at 6.30 for Treasures of Herat: Two Manuscripts of the Khamsah of Nizami in the British Libr…"
## 
## [[4488]]
## [1] "bode22lkklu: Ommi Ergonomic Handle Crochet Hooks | Handcrafted 7’’ Crochet Hook | Knitting Needle, Craft Yarn Weave | Best Gift!… https://t.co/AOvhz8DmJD"
## 
## [[4489]]
## [1] "franziska1218: RT @matchboxfilm: \" I am the most important. \"\nActor Kim Seonghyeok as the inverted cuteness chic Kitty Milk\nThe character poster for &lt;Choc…"
## 
## [[4490]]
## [1] "charlott_bl: RT @jayythewave: females be like “hehe oops” https://t.co/jucjiSCv0r"
## 
## [[4491]]
## [1] "Elegante_Erizo: RT @BlackLo39629533: In all the world,\nthere is no heart for me like yours.\nIn all the world,\nthere is no love for you like mine.\nRemember…"
## 
## [[4492]]
## [1] "JeffreyJDean: RT @jr_carpenter: all the images in An Island of Sound come from the British Library Flickr commons -- over a million images online free fo…"
## 
## [[4493]]
## [1] "KatieMillingt20: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[4494]]
## [1] "PepperM55491642: I wanna try out this comic book style\n\n#BL #hualian #happy\n https://t.co/XphM65xH24 https://t.co/yWhlq0u6P9"
## 
## [[4495]]
## [1] "JohnEDavies: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[4496]]
## [1] "lavenderhyeon: @5fruityb0yZ sujeong sang the ost for color rush too so she’s right at home with our bl actor jaechan🥹"
## 
## [[4497]]
## [1] "Ryofanka: @BLcritic I so agree! He got what he wanted from BL drama (the fame) and he is not coming back to It."
## 
## [[4498]]
## [1] "monikusiulek: This comic is definitely worth reading! Come check it out!\n \n#bl #NFTartist #Japanmarvel\n\nhttps://t.co/UUQn9I1u7p https://t.co/Egg8SszhpT"
## 
## [[4499]]
## [1] "apopresent: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[4500]]
## [1] "NPremath: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[4501]]
## [1] "Bl_ueTe_ars: RT @yyujinationn: sakura and wonyoung performing together again 😭 https://t.co/ikEwjc5d88"
## 
## [[4502]]
## [1] "ChineseDealsEUR: Relacionado: #blusa | Fashion Ruffle Stitching Elegant Lace Blouse Long Sleeve Loose Chiffon Shirts Korean Style St… https://t.co/6C3Mkbada3"
## 
## [[4503]]
## [1] "bl_world22: RT @yuyxxiw: Miss you sm 🤎🌎\n#Earthpirapat @Earth_Pirapat\n#เอิร์ทมิกซ์ https://t.co/F0OxHbHem2"
## 
## [[4504]]
## [1] "rouuiy: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[4505]]
## [1] "ocomar: RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…"
## 
## [[4506]]
## [1] "jimindoriee: @sruz_bustle U watch bl?"
## 
## [[4507]]
## [1] "mikofutayaoi: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[4508]]
## [1] "BL_Nursing: Today is GIVING TUESDAY.  Join us in celebrating this annual day of giving by making a gift to our Nursing Honors P… https://t.co/TUon4evzIU"
## 
## [[4509]]
## [1] "JacquesUrbanska: Importance of math in high school for bachelors' in India and abroad - BL on Campus https://t.co/VQ5lG8eeCO"
## 
## [[4510]]
## [1] "bl__bts_: RT @shipper_diary: Let’s start trending #TellerxFortPeat"
## 
## [[4511]]
## [1] "_aindreas: Couple of the Year ( Daesang)\nBest Kissing Scene (Bonsang)\nBest BL Couple https://t.co/SDTPOoh4nh"
## 
## [[4512]]
## [1] "bajithegreat: for their last project, they'll make an au (based on our literature topics) AND I ALMOST PUT WANGXIAN AU AND BAJIFU… https://t.co/uQUbx9dolb"
## 
## [[4513]]
## [1] "heebon_adarna: Im back with my bl phase🥰"
## 
## [[4514]]
## [1] "giwigiwi: RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…"
## 
## [[4515]]
## [1] "bl_rambling: RT @kpfiIms: — Jeff Satur « FADE » with the orchestra! \n\n#MusicHeals2022xJeff #JeffSatur https://t.co/nfRtIPG4Xd"
## 
## [[4516]]
## [1] "kiny7777: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[4517]]
## [1] "_dianesflowers: RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L"
## 
## [[4518]]
## [1] "elias_BL: @iMiaSanMia @RND_de Lahm used to be a Good player but his opinions sucks after retirement"
## 
## [[4519]]
## [1] "dianessunflower: RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L"
## 
## [[4520]]
## [1] "bl_rambling: RT @lovejmins: \"today's not my birthday.\" so he saw the happy birthday tweets skdjsks\n#JeffSatur\nhttps://t.co/9fYW5MJ6yA"
## 
## [[4521]]
## [1] "ladygracehere: RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L"
## 
## [[4522]]
## [1] "Bl_Troyanda: RT @visegrad24: If Russia is to be defeated, the West needs to start a wartime production rate of weapons and munitions.\n\nIf not, we will r…"
## 
## [[4523]]
## [1] "REMONEIDE: a bit random but luca is mafia boss themed and luka is cafe themed and... where have I seen this BL plot before 😳"
## 
## [[4524]]
## [1] "archviist: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[4525]]
## [1] "SantinomySm: RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…"
## 
## [[4526]]
## [1] "Bl_Troyanda: RT @UkraineDiary: ❗❗❗MASSIVE AIR ALARM!\n\nPlease go to cover, don't ignore the alarm.\nAdvokat Pravda https://t.co/iaSj7xE123"
## 
## [[4527]]
## [1] "bl_nk11: RT @BBU_BLACKPINK: Congratulations #BLACKPINK for winning “Worldwide Fans’ Choice Top 10” at the 2022 MAMA Awards 🏆\n\n“A GLOBAL ICON that ma…"
## 
## [[4528]]
## [1] "Bl_Troyanda: RT @MargoGontar: This is Ternopil, in the West of Ukraine. Parents brought their kid to one of the city’s heating points to connect a child…"
## 
## [[4529]]
## [1] "sruz_bustle: Highlights of my day so far \n1) I got like on my story from fort ( main lead actor of Love in the air bl series) wh… https://t.co/4Sxlwba7Jx"
## 
## [[4530]]
## [1] "yeellowdragon: RT @aksnevv: does anyone have any bl dramas to recommend 😳😳 i don’t care what language— just one that you really like"
## 
## [[4531]]
## [1] "Gambiste1: RT @Tisha7119: @bitgetglobal @HookedProtocol @Amdora_BL \n@Tasnim4216 \n@Tanjim8256 \n\nDone all task👸🫅\n\n$HOOK #Bitget"
## 
## [[4532]]
## [1] "soonshimcart: Tho contrary to popularized bl dynamics, it's also nice seeing the beefy dark-haired bottoms as soft and cute like… https://t.co/WrG07L7Ues"
## 
## [[4533]]
## [1] "BL_LatestNews: Stuttgart are also considering bringing back Bruno Labbadia, who coached the team between 2010 and 2013, according… https://t.co/eTrm0lo5IK"
## 
## [[4534]]
## [1] "Nafsie2: RT @AsianPopMedia1: December!\n#NeverLetMeGoSeries #PondPhuwin \nThis just gotta be one of the most anticipated BL series!\nhttps://t.co/Udqn8…"
## 
## [[4535]]
## [1] "bl_nk11: RT @kchartsmaster: 🏆 Congratulations BLACKPINK for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS."
## 
## [[4536]]
## [1] "travis_bl: @Cocolh44 Sometimes"
## 
## [[4537]]
## [1] "pacaranbertiga: RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…"
## 
## [[4538]]
## [1] "AsianPopMedia1: December!\n#NeverLetMeGoSeries #PondPhuwin \nThis just gotta be one of the most anticipated BL series!… https://t.co/ta2FtkWv0I"
## 
## [[4539]]
## [1] "One_Post_A_Day_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4540]]
## [1] "Fat_Tigress: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[4541]]
## [1] "chonky_tigress: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[4542]]
## [1] "jr_carpenter: all the images in An Island of Sound come from the British Library Flickr commons -- over a million images online f… https://t.co/kQ9vgFrKuz"
## 
## [[4543]]
## [1] "naurwegian: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4544]]
## [1] "lilacjooha: RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…"
## 
## [[4545]]
## [1] "wander7lust: RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…"
## 
## [[4546]]
## [1] "concepcion83l: Foxfury Lighting Breakthrough BT2+ Hybrid RA Light, Black, One Size, 380-BT2P-BL 4OY4VU1\n\nhttps://t.co/5XfEUv6n6p https://t.co/Txcg5niOzn"
## 
## [[4547]]
## [1] "midviz: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4548]]
## [1] "twentybees: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4549]]
## [1] "positionslegend: all those bl shows and I’m finally in thailand https://t.co/X2qtvgYyJX"
## 
## [[4550]]
## [1] "telexteque: R… rotation bl- (GUNSHOT) https://t.co/Oz29Zj21lL"
## 
## [[4551]]
## [1] "aieonian: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[4552]]
## [1] "bl_andwoodz: RT @woodzxc: why does it sound like seungyoun rapping https://t.co/b5WjkpDYli"
## 
## [[4553]]
## [1] "A_BL_Simp: The whitewashing is crazy omg😭 https://t.co/g3YZP53j5T"
## 
## [[4554]]
## [1] "vonruedenvgzgk: FORMUFIT F03445E-BL-8 45 Degree Elbow PVC Fitting, Furniture Grade, 3/4\" Size, Blue (Pack of 8) RXWHHOY… https://t.co/sWUS3KZ2UH"
## 
## [[4555]]
## [1] "PeeksSneaky: RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…"
## 
## [[4556]]
## [1] "Bgmgoodday: It is a rare film minox. We also sell now! ! \nhttps://t.co/XDGuU4caIu : IT"
## 
## [[4557]]
## [1] "BathroomSuppli1: Kohler K-23484-4-BL Bathroom Sink Faucet - Black https://t.co/VMgGa9eG9O eBay https://t.co/JQpBC8qm7Q"
## 
## [[4558]]
## [1] "alfonslopeztena: RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…"
## 
## [[4559]]
## [1] "Rakishthief: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4560]]
## [1] "retrospeedway: @Harvest93573301 @UprightSpeedway Also, UK promoters became lazy. Instead of training our own, they turned to untri… https://t.co/COKphWSKlI"
## 
## [[4561]]
## [1] "xiaomeipoppy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4562]]
## [1] "VA94Vet: @Mone_fb @Flow_bl good morning, you changed your mind. It is good to see you."
## 
## [[4563]]
## [1] "RINRIN79482260: RT @nanongnao: at least some of my bl bros are alive and kicking *kicks stone aggressively*"
## 
## [[4564]]
## [1] "rajusrinivasa: RT @humourpoliticn: and made her to eat rice cooked by her husband's bl**d, and she was at the age of your own wives.\nMothers lost their so…"
## 
## [[4565]]
## [1] "paradisenhypen: @BLUPDATE2022 Taiwanese bl is usually slow burn"
## 
## [[4566]]
## [1] "metroherobot_bl: Westbound 6-car BL/Huntington Train 456 has been holding at L'Enfant Plaza on track 2 for at least 5 mins. (7:02am)"
## 
## [[4567]]
## [1] "metroheroalerts: Westbound 6-car BL/Huntington Train 456 has been holding at L'Enfant Plaza on track 2 for at least 5 mins. (7:02am)"
## 
## [[4568]]
## [1] "aakareda: like this is actually so much more interesting than the original plot, it could totally stand as a bl story on it's own lmao"
## 
## [[4569]]
## [1] "linyiling210: Me, watching a TV show with the family: This guy! Yes that guy! Doesn't he look familiar! Who is he! What else did… https://t.co/S5t85FTlys"
## 
## [[4570]]
## [1] "1nonso_: I see something that makes me hate bl^ck people everyday"
## 
## [[4571]]
## [1] "metroherobot_bl: Westbound 6-car BL/Franconia-Springfield Train 401 has been holding at Metro Center on track 2 for at least 5 mins. (7:01am)"
## 
## [[4572]]
## [1] "metroheroalerts: Westbound 6-car BL/Franconia-Springfield Train 401 has been holding at Metro Center on track 2 for at least 5 mins. (7:01am)"
## 
## [[4573]]
## [1] "Alexmusic14: RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong \"Dream Of You\" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…"
## 
## [[4574]]
## [1] "ohaeyou: RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…"
## 
## [[4575]]
## [1] "PatrickKAbbott: @RealTimeNews10 I see it now. Middle age male abducted by aliens at 700 Bl Allison Road NE. BOLO for flying gray di… https://t.co/p7dYjgg7CE"
## 
## [[4576]]
## [1] "bl_harry: RT @laurenboebert: @washingtonpost Just to be clear, there is nothing brilliant about pedophilia.\n\nHow does anyone still read this newspape…"
## 
## [[4577]]
## [1] "eurasiapol: RT @Ordakazakhstan_: ⚡⚡️⚡️⚡️⚡️\n€/₸ 486.54\n$/₸ 468.34 KASE\n₽/₸ 7.66 KASE\nbl/83.89 Brent pre. close"
## 
## [[4578]]
## [1] "erotism741: @kwonjaehyuk_ Oh, okay. Thank you. I’m used to reading BL red flags, so I’ll be fine as long as there really is a story. Hehe 😅"
## 
## [[4579]]
## [1] "BL_LTHTR: #toptipstuesday has rolled around again. If you're writing a #script for a #video or #animation try reading it out… https://t.co/5Qrm8OvLe2"
## 
## [[4580]]
## [1] "bl_harry: RT @theisabelb: Notice how not a single bank has dropped Balenciaga.\n\nCulture will cancel a canned food company for their CEO voting Red, b…"
## 
## [[4581]]
## [1] "WTK_BL: RT @onebitart: hide and seek https://t.co/RxlMzmyELp"
## 
## [[4582]]
## [1] "6C_BL: This fanbase is only for class 6C in BL :)"
## 
## [[4583]]
## [1] "joeisbac6: @Mone_fb @Flow_bl Be patient, amnesty begins this week..."
## 
## [[4584]]
## [1] "BL_x_addicted: He's real definition of \"I CAN BE YOUR BOYTOY, I CAN BE YOUR BRIDE.\"\n\n#jeffSatur\n#MusicHeals2022xJeff https://t.co/31GdpbbkDr"
## 
## [[4585]]
## [1] "masavmark: FFS WE NEED NEW BL PLEASE https://t.co/CPBXDwaO7i"
## 
## [[4586]]
## [1] "KDramaWomaniya: ✨Each episode of BL or kdrama 😄😄\n#ChocoMilkShakeep9 https://t.co/3b61BYmM8Z"
## 
## [[4587]]
## [1] "INTO1SanYuu: RT @spookicooky: God i really have such good taste in bl and kpop men"
## 
## [[4588]]
## [1] "ovv_____: RT @lovecastpodcast: #12PresentsFromLoveCast\n🎁 PRESENT FOUR 🎁\n\n#GMMTV2023 gave us so much to look forward to next year &amp; we couldn’t let th…"
## 
## [[4589]]
## [1] "Artemiel_s: RT @emusakis: my game broke too ? #prsk_FA #prsk_BL #類司 🎈🌟 https://t.co/VaOXLKmKtK"
## 
## [[4590]]
## [1] "kyukyu3536: Uh unexpected encounter....thinking of making this next cos it title has moon in it ....and that ship appear....cur… https://t.co/t4o8eIl8F5"
## 
## [[4591]]
## [1] "Wolfgang18842: RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…"
## 
## [[4592]]
## [1] "TPLovHe6BbqnWNn: RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…"
## 
## [[4593]]
## [1] "lov3lyymay: RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…"
## 
## [[4594]]
## [1] "Dianfatma88: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4595]]
## [1] "chriscooreman: RT @chriscooreman: Retweeted Barbarism of Berlin (@berlinbarbarism):\n\n@GeoRosenberg Chapter really called \"Barbarism: A User's Guide\" (firs…"
## 
## [[4596]]
## [1] "babutobio: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[4597]]
## [1] "AlluringlyBlack: @di3tcoladrinker @brwnhellokitty @glolikelena And bl*nts, gay son or thot daughter,Hennessy infused anything,momma… https://t.co/GyeeEdLpwN"
## 
## [[4598]]
## [1] "changplschokeme: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4599]]
## [1] "kevinandrewtod5: @Mone_fb @Flow_bl Sweet Susi Happy Safe Tuesday💛💛💛"
## 
## [[4600]]
## [1] "diasartssq: RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq"
## 
## [[4601]]
## [1] "n5ruse: did i read that right why is cho talking about egyptian bl ads"
## 
## [[4602]]
## [1] "Nueng_Valentine: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[4603]]
## [1] "kkkiiivvviii: RT @dikookue: @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube . @billboardcharts @luminate_data @bill…"
## 
## [[4604]]
## [1] "billawki: @Cock_Robin1 I think liking BL is the most popular interpretation, but maybe as times changed it became a term for… https://t.co/gtPknZNAp5"
## 
## [[4605]]
## [1] "quietinternal: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4606]]
## [1] "PSTNrulez: RT @hyunjinairfried: @jikseuz I LOVE DKZ. OMG. tloml Jaechan was in a bl called semantic error as the main character and frequently speaks…"
## 
## [[4607]]
## [1] "tetetsukei: RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…"
## 
## [[4608]]
## [1] "JJKMILLIONDOL: @dikookue @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube 🚨ATTN:… https://t.co/zh77OLlGl3"
## 
## [[4609]]
## [1] "JJKMILLIONDOL: RT @dikookue: @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube . @billboardcharts @luminate_data @bill…"
## 
## [[4610]]
## [1] "dailytaynew: lol I just finished fighting stupid bl stans I have some energy left for stupid volleyball fans"
## 
## [[4611]]
## [1] "Bl_ueTe_ars: RT @elsserafim: TWICE Momo updated on her Instagram Stories 🥺🍭 https://t.co/ImXxvIu9qh"
## 
## [[4612]]
## [1] "metroherobot_bl: Westbound 6-car BL/Franconia-Springfield Train 402 has been holding at Addison Road on track 2 for at least 5 mins. (6:51am)"
## 
## [[4613]]
## [1] "metroheroalerts: Westbound 6-car BL/Franconia-Springfield Train 402 has been holding at Addison Road on track 2 for at least 5 mins. (6:51am)"
## 
## [[4614]]
## [1] "pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭… https://t.co/9QFiUY32nM"
## 
## [[4615]]
## [1] "jiwinkie_: its not bl 😭 https://t.co/7TNJvAXbnR"
## 
## [[4616]]
## [1] "eyeseye_bl: RT @MnetMAMA: [#2022MAMA_Moment] Photo Time #lesserafim #르세라핌 @le_sserafim\n\nWelcome to joinging on new beginning of #2022MAMAAWARDS!👏\nThey…"
## 
## [[4617]]
## [1] "intomysugar: RT @hyunjinairfried: @jikseuz I LOVE DKZ. OMG. tloml Jaechan was in a bl called semantic error as the main character and frequently speaks…"
## 
## [[4618]]
## [1] "BubblexBBB: Awww.\nI never in any bl fandom. Idk why i stay as Bubbles. Maybe because it's fun here. it's been 5 months. And it'… https://t.co/JjXxgeg2A6"
## 
## [[4619]]
## [1] "bl_hkg: @Theunnamed_S @milephakphum No one will be left is right #2M4FlowWithMile #2M4LoveAPO24hrs"
## 
## [[4620]]
## [1] "TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for M… https://t.co/r0QAN4DZN0"
## 
## [[4621]]
## [1] "Akfanpoy77: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[4622]]
## [1] "gayostuff_id: PO LIGHTSTICK BTS\n\n💰630k ~ DP 400k\n\n✅Done co\n✅Bersih ina include packing\n✅EMS+TAX\n✅Bisa via 🍊 (paylater ✅)\n\n📍Jatim… https://t.co/iZA4DiczB7"
## 
## [[4623]]
## [1] "qrstyl: RT @iamstay0: Is this a BL drama ? https://t.co/mhGN6FNkv7"
## 
## [[4624]]
## [1] "lethia_bl: RT @whereisthiss_: Innerdalen - Norway's most beautiful Mountain valley 🇳🇴 https://t.co/dtIIxNRTxO"
## 
## [[4625]]
## [1] "allyyccatt: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4626]]
## [1] "wonuday6: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4627]]
## [1] "bl_hkg: We had gone through their Evolution of Love, that Nobody will forget! Won’t you? #MilePhakphum #2M4FlowWithMile… https://t.co/Akjv0rBwrU"
## 
## [[4628]]
## [1] "lethia_bl: Really, how?"
## 
## [[4629]]
## [1] "ain_nasar: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[4630]]
## [1] "So___Mad: RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3"
## 
## [[4631]]
## [1] "JasmineAWattpad: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4632]]
## [1] "viscosaffie: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[4633]]
## [1] "livaets: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4634]]
## [1] "lethia_bl: How can I heal myself again?"
## 
## [[4635]]
## [1] "ILLEGAILE: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4636]]
## [1] "K3NYUO: RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3"
## 
## [[4637]]
## [1] "zenobiaambrozja: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4638]]
## [1] "QueenTLord: just watched this and it was one of the best bl series from Thailand me thinks and maybe thats bc of the melodramti… https://t.co/dIT6bAGSRE"
## 
## [[4639]]
## [1] "AnnBurn22116581: RT @AngelSh12053563: This comic is strange up to now but it's like strangely good \n \n#BL #nftcommunity #indiegame\n\nhttps://t.co/oBpnUnuce3…"
## 
## [[4640]]
## [1] "bl_marnie: @LoriLightfoot So you want another chance to take Chicago down more!"
## 
## [[4641]]
## [1] "Bl_ueTe_ars: RT @MnetMAMA: [#2022MAMA_Moment] Photo Time #lesserafim #르세라핌 @le_sserafim\n\nWelcome to joinging on new beginning of #2022MAMAAWARDS!👏\nThey…"
## 
## [[4642]]
## [1] "tinker_bl: RT @DOYOUNGTEN96: Bring TEN back to Korea before Beijing  lockdown and we would like Wayv to join SMTOWN concert @NCTsmtown @WayV_official…"
## 
## [[4643]]
## [1] "johnbilcliffe: Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley US… https://t.co/v0xrLfY4fu"
## 
## [[4644]]
## [1] "Bl_ank: 🎉 Just registered for the KiraCorp on @PREMINT_NFT! https://t.co/LnAnInQsPv"
## 
## [[4645]]
## [1] "Bl_ueTe_ars: RT @ivepics: gaeul performing nmixx – o.o at mama awards #MonsterRookiesAtMAMA https://t.co/QYfMv12rnK"
## 
## [[4646]]
## [1] "Uyi40158895: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[4647]]
## [1] "Vitangina25: Gave my BL talk in school ✅ https://t.co/8zq4nFF6g2"
## 
## [[4648]]
## [1] "CupcakeBakeoff: @vampforkoo ATP bl!nks are just saying anything they feel like. No logic, no proofs .no nothing but just anything.… https://t.co/PrTlbA9MK9"
## 
## [[4649]]
## [1] "cups_of_stars: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4650]]
## [1] "Ephi_BL: @xuenay @captain_mrs Unbelievable"
## 
## [[4651]]
## [1] "nihonggyu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4652]]
## [1] "amantedel__bl: RT @Bank_mondop: Gentle Monster Singapore~😎❤️\n\n#MosBankXSingapore https://t.co/PNPGx31LE6"
## 
## [[4653]]
## [1] "luv3den: @fms_fr the house they use for every single fucking bl like the eclipse, cutie pie, i think echante too and the list goes on"
## 
## [[4654]]
## [1] "In_AnkitSingla: RT @SJHDELHI: Dr BL Sherwal MS @SJHDELHI inaugurated Pediatric thalassemia &amp; hemophilia  comprehensive care centre, chemotherapy short infu…"
## 
## [[4655]]
## [1] "maheri626: RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3"
## 
## [[4656]]
## [1] "BCUHELS: RT @BCUlibrary: The British Library has maintained a collection of interviews, with an active policy to hear first-hand from every backgrou…"
## 
## [[4657]]
## [1] "ni_iano: RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3"
## 
## [[4658]]
## [1] "LisaAce49728075: RT @RUAUAUA1: @vancedalism no bc I mentioned yaoi once and suddenly I'm blocked on tumblr (it's that time that I didn't know people didn't…"
## 
## [[4659]]
## [1] "laneijack: RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3"
## 
## [[4660]]
## [1] "Bl_ueTe_ars: RT @ivethailand: Shy shy shy ☺️☺️https://t.co/LlGOENYqib"
## 
## [[4661]]
## [1] "dikookue: @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube . @billboardcharts… https://t.co/77WRjyQqVb"
## 
## [[4662]]
## [1] "shoto_ito: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4663]]
## [1] "Tisha7119: @bitgetglobal @HookedProtocol @Amdora_BL \n@Tasnim4216 \n@Tanjim8256 \n\nDone all task👸🫅\n\n$HOOK #Bitget"
## 
## [[4664]]
## [1] "akixten: I found a bl manga with ryusae-like dynamics 😍👍🏻🤌🏻"
## 
## [[4665]]
## [1] "jcjav01: RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…"
## 
## [[4666]]
## [1] "GULFHAZARD3: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[4667]]
## [1] "deoluver: not gmmtv bl ships as taylor swift songs 😭😭 it do fits them well 💔 https://t.co/CMvGb8nyNg"
## 
## [[4668]]
## [1] "Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3"
## 
## [[4669]]
## [1] "Apo96Mile: RT @PaulinaK55: Your performance in KinnPorshe was phenomenal! You guys rised so many standards! I can't watch any Thai BL series without c…"
## 
## [[4670]]
## [1] "zdkskji: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[4671]]
## [1] "Asiamayz: @tsk_ksy Alot having same and they just needs time let's wait for them to comeback healty and fine even Jimmy is ha… https://t.co/mukhG4U1sN"
## 
## [[4672]]
## [1] "aedgie11: I need some angsty bl manhwa/mangas"
## 
## [[4673]]
## [1] "BonsuFifi: RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…"
## 
## [[4674]]
## [1] "bl__swan: RT @youazz7: . @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV of \"D…"
## 
## [[4675]]
## [1] "ilyweiying: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4676]]
## [1] "bl__swan: RT @AsiaJK97: 12/3. Jungkook - \"Dreamers\" debuts at #10 on Billboard Bubbling Under Hot 100. 😶 https://t.co/2ztb6pplCT"
## 
## [[4677]]
## [1] "bl__swan: RT @jeankookieee: This is so messed up. He would have been in the Hot 100. They should have corrected this. Why is it always JK who’s getti…"
## 
## [[4678]]
## [1] "jsngslvr: reading bl in school like they don’t fuck every damn chapter 😭"
## 
## [[4679]]
## [1] "tinker_bl: RT @applewood_kr: The 37th GOLDEN DISC AWARDS will be coming to Bangkok, Thailand for the first time! \nStay tuned for the lineup and furthe…"
## 
## [[4680]]
## [1] "AjaanMark: RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…"
## 
## [[4681]]
## [1] "softerstorms: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4682]]
## [1] "tinker_bl: RT @MnetMAMA: [#2022MAMA] Red Carpet #kangdaniel #강다니엘\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AW…"
## 
## [[4683]]
## [1] "tinker_bl: RT @jenniepics: have a safe flight jennie 🤎 https://t.co/k74wDZ3v6S"
## 
## [[4684]]
## [1] "__MarieTherese_: @JoeAtWaitrose it is to me!! I swear just two weeks ago you were talking about bl*wing couples up on Valentine’s Day"
## 
## [[4685]]
## [1] "JaeyongJung6: Taeyong blackpink? Nah im more focused on the taeyong bl https://t.co/SHe5bFY4lp"
## 
## [[4686]]
## [1] "red_loeb: RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…"
## 
## [[4687]]
## [1] "LadyofLorien_: RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…"
## 
## [[4688]]
## [1] "BL_Hyro: @Cocatee123 Ok Boomer"
## 
## [[4689]]
## [1] "bl_bibbui: RT @holybibs: biblebuild fights with each other and ending up with build worrying about nong bibs 🥺🤏\n\n꒰ #BibleBuild #BibleWichapas #BuildJa…"
## 
## [[4690]]
## [1] "uryalterego: RT @kagswaffle: #isagiharem #rinsagi #bachisagi #nagisagi bl one tweet au\nSad girl-Lana del rey (0.46) https://t.co/JWCP2HlnRM"
## 
## [[4691]]
## [1] "Scarletfication: @beansxooo Korean bl industry is taking it! https://t.co/L0LUeHsiw3"
## 
## [[4692]]
## [1] "BL_prints: @AdamRutherford [non work related tweet] Splatoon?"
## 
## [[4693]]
## [1] "mdevitoboutin: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[4694]]
## [1] "bl__swan: RT @btstatsreminder: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…"
## 
## [[4695]]
## [1] "bl_phillips: Good morning to my MPS friends happy Tuesday. We have 124 more wake ups. Hope you have a great day. Little chilly o… https://t.co/L1cDetJwKq"
## 
## [[4696]]
## [1] "mauve_honbuchou: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4697]]
## [1] "SabirStaton: Listening to Evoking (feat. Kenny Bl@De) (Single) (Explicit) by @sabirstaton on @PandoraMusic… https://t.co/MlOnkHye2V"
## 
## [[4698]]
## [1] "kagswaffle: #isagiharem #rinsagi #bachisagi #nagisagi bl one tweet au\nSad girl-Lana del rey (0.46) https://t.co/JWCP2HlnRM"
## 
## [[4699]]
## [1] "amantedel__bl: RT @shipper_diary: Let’s start trending #TellerxFortPeat"
## 
## [[4700]]
## [1] "ddachiyaa: @LHS_B4 Based 👍 I'd like my bl stay in my fantasy as well"
## 
## [[4701]]
## [1] "bl_lemon_: RT @maisbones: how to get rid of skinny fat!! (very easy) + diet and workout plans\n— an edtwt 🧵 https://t.co/CNhuU41dxH"
## 
## [[4702]]
## [1] "amantedel__bl: Hacer tendencia BabyFeat !!!!!\n\n#TellerxFortPeat"
## 
## [[4703]]
## [1] "yogurtgun0: @ReviewsNana A lot of headaches would've been solved by only adults reading them...but then again the main demograp… https://t.co/YLgJrML9K2"
## 
## [[4704]]
## [1] "talentyong: taeyong bl taeyong blackpink this translation is so ?????"
## 
## [[4705]]
## [1] "spinka77bsvy: Acc-Creativity Motorcycle Resin Tank Pad Sticker Decal Tank Protector Emblem Compatible with BMW F850GS ADV 2020 (O… https://t.co/oXkJMGyNQK"
## 
## [[4706]]
## [1] "JUJUTSUFESS: JJKHALU! WARNING SPOILER MANGA, WARNING CROSSOVER CHAINSAW MAN, TOKREV &amp; KNB, WARNING BL NANAHITO, Nanami Kento x M… https://t.co/NTXlq9Tvcz"
## 
## [[4707]]
## [1] "bearkvbunny: RT @FROSTYNOEUL_: I haven't seen a single Thai bl drama that doesn't address the issue of legalizing LGBTQ+ in Thailand. Heck, with all the…"
## 
## [[4708]]
## [1] "doyle53qxboo: Delysia king 2-Pack Corner Shower Caddy Bathroom Shelf Wall Mounted Organization and Storage Adhesive Shelves,No Dr… https://t.co/97r4kHd03h"
## 
## [[4709]]
## [1] "Rafael878770086: ALIMORDEN Folding Ironing Board- Easily Folds for Convenient Storage After Each Use Perfect for Traveling RVs and C… https://t.co/I49XuCHVUb"
## 
## [[4710]]
## [1] "HeyObizzle: People pick on BL cues. Like it or not. https://t.co/SxWIEjWX9W"
## 
## [[4711]]
## [1] "AAngela98765: @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 For some of us, (me), I've worked hard to keep my kid afloat.… https://t.co/jR9B0PSVHW"
## 
## [[4712]]
## [1] "AndyInstaller: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[4713]]
## [1] "4percent_: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[4714]]
## [1] "_awolowo: @Mahckss @_bl_ai_ze I shall be back for you"
## 
## [[4715]]
## [1] "Senpai_Emman: 11.29.2022: Feast of Bl. Frederick of Ratisbon: Augustinian lay-brother. Amen.\n\nLord, help us to be holy by doing e… https://t.co/uZiRsBD8MJ"
## 
## [[4716]]
## [1] "kyuzen1331: @SugoiLITE Is this bl?"
## 
## [[4717]]
## [1] "Senpai_Emman: 11.29.2022: Feast of Bl.  Redemptorus of the Cross: former military officer, turned religious, and martyr.\n\nLord, i… https://t.co/caqyVxH8X8"
## 
## [[4718]]
## [1] "lethia_bl: Cause all you did was damage me badly."
## 
## [[4719]]
## [1] "Saturninka2: RT @nanamifart: Mob psycho fandom these weeks feels like they're on their fever dream era :\n- Reigen canonically fart so loud and blame it…"
## 
## [[4720]]
## [1] "hikaru1412: Story was the right pace imo. There are BL that actually have terrible slow-paced storylines. I am shocked. I feel… https://t.co/xPR8nN3A3s"
## 
## [[4721]]
## [1] "SuzyIUNayeon2: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[4722]]
## [1] "nanonstummy: RT @janelhops: I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problematic. The r…"
## 
## [[4723]]
## [1] "Anthony_Hayes7: RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…"
## 
## [[4724]]
## [1] "Bl_ueTe_ars: RT @toychaewon: THE GIRL GROUP MEGA COLLABS\n\n2016                                2022 https://t.co/oskjVq4x35"
## 
## [[4725]]
## [1] "AnaIsabel_Photo: @joynxyz @illustrata_ai @amli_art @bl_artcult So awsome!"
## 
## [[4726]]
## [1] "FariousBr: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4727]]
## [1] "Bl_ueTe_ars: RT @Koreaboo: LE SSERAFIM really just never disappoints because they ATE this stage up https://t.co/NNt65lGVot"
## 
## [[4728]]
## [1] "AnaPaul87453634: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[4729]]
## [1] "Mischievousenby: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[4730]]
## [1] "LouisLo24208496: When will this BL drama come to Netflix? Tak sabar 😁 https://t.co/xRJmEW1rDY"
## 
## [[4731]]
## [1] "Sheyfuju: This new bl looks toxic https://t.co/6dVWjBDMWb"
## 
## [[4732]]
## [1] "wakatheworld: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4733]]
## [1] "VlCT0RYSTAR: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4734]]
## [1] "author_hughes: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[4735]]
## [1] "marlzam: @filter_summer manga japanese comics or light novel, manhwa korean comics, and yaoi is the jap for boys love (a mat… https://t.co/FE7M1QnnRx"
## 
## [[4736]]
## [1] "Agre_Sora: @gilda_mag I mean, I also like Sylvain and it's a great humoristic support for BL, but between those three, he is p… https://t.co/hkNkqVYEFA"
## 
## [[4737]]
## [1] "tnfarmeryt: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[4738]]
## [1] "lethia_bl: I don't need you in my life,"
## 
## [[4739]]
## [1] "BJ_Late_BL: A community you belong to may be rapidly moving forward with a... More for Leo https://t.co/7YuscdY3ud"
## 
## [[4740]]
## [1] "lethia_bl: But only one thing carved in my heart."
## 
## [[4741]]
## [1] "lethia_bl: You taught me different things,"
## 
## [[4742]]
## [1] "febvrulac: RT @jodanspace: Guysd can u pls gimme *bl that have beautiful word😩😩😩🙏🙏"
## 
## [[4743]]
## [1] "lauramobit: The plot of \"Living With A Cat\" is like a roller coaster of emotion. It's riveting and full of surprises!… https://t.co/IN1oRkyMYW"
## 
## [[4744]]
## [1] "thetattoogal: @ShefVaidya @KobbiShoshani @NaorGilon @danielocarmon @MIB_India @ianuragthakur Let alone that, so called journalist… https://t.co/hWUGpdo4Yv"
## 
## [[4745]]
## [1] "uknowdorothy: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[4746]]
## [1] "lethia_bl: And yet you made me change."
## 
## [[4747]]
## [1] "Ordakazakhstan_: ⚡⚡️⚡️⚡️⚡️\n€/₸ 486.54\n$/₸ 468.34 KASE\n₽/₸ 7.66 KASE\nbl/83.89 Brent pre. close"
## 
## [[4748]]
## [1] "lethia_bl: I was there having a peaceful life."
## 
## [[4749]]
## [1] "gigibknhdid: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[4750]]
## [1] "skyparhelion: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4751]]
## [1] "vampire3azwa: RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l"
## 
## [[4752]]
## [1] "RobertW75903970: RT @Shantkee: Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW"
## 
## [[4753]]
## [1] "BTStannies2013: RT @ESLoudon: @JoGibsonWriter @TillyLovesBooks Become a Reader at the British Library. It's... (as above, but substitute \"novel\" for memoir…"
## 
## [[4754]]
## [1] "BLMetadata: RT @britishlibrary: Liven up the colder evenings with our autumn season of events…\n\nEnjoy rare screenings of classic films, discover fascin…"
## 
## [[4755]]
## [1] "jongdaeonlyfans: @bambifam76 they debuted in 2019 😭 they do bl concept, and they slay! their discography is so so good, i especially… https://t.co/cqbsRcW4vs"
## 
## [[4756]]
## [1] "ym_623_GR_BL: RT @SpotifyKpop: All 11 members of @official_jo1 have arrived and shared their SOTM, and we see CASE 143 by @Stray_Kids 🙌🏻✨\n  \nCan you spot…"
## 
## [[4757]]
## [1] "yumenogarden: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4758]]
## [1] "jnjnkk_: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[4759]]
## [1] "Daily_BL: RT @Rohan_Lockhart: 🦋He stole my heart🦋\n\n#OnOrOff #온오어오프 https://t.co/f6gw7BAIO7"
## 
## [[4760]]
## [1] "m4sterskittxn: RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…"
## 
## [[4761]]
## [1] "Bl_ueTe_ars: RT @msgzuha: best thing we got out of that collab https://t.co/HmR2tKipkn"
## 
## [[4762]]
## [1] "millyminsung: isn't it a BL song?? 🥲♥ https://t.co/UmPX0sW8rR"
## 
## [[4763]]
## [1] "janelhops: I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problemat… https://t.co/HMtcAPQ8d8"
## 
## [[4764]]
## [1] "yanmeigoreng: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4765]]
## [1] "JessicaEi03: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[4766]]
## [1] "Mileapo_forever: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[4767]]
## [1] "Perlascious_BL: RT @manzeehua: THIS IS SO EMBARRASSING 😭😂 his director caught him masturbating 😭😭 https://t.co/Omtl9ph2i8"
## 
## [[4768]]
## [1] "lethia_bl: Ruined my life,"
## 
## [[4769]]
## [1] "_aidan18: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[4770]]
## [1] "MARJ4RINE: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4771]]
## [1] "Perlascious_BL: RT @joowonswife: They be looking so domestic 🥺🥺 https://t.co/hzX4iycVd6"
## 
## [[4772]]
## [1] "BL_prints: A marked up print catalogue! \nAh.\nhttps://t.co/j1ZhSOOM3Y https://t.co/aziNx4VyVX"
## 
## [[4773]]
## [1] "lethia_bl: You came unexpected."
## 
## [[4774]]
## [1] "yingj2520: RT @YayukMulawati91: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/enMBmIZmtM @TheTopFamous"
## 
## [[4775]]
## [1] "_bl_ai_ze: RT @Chrissyspratt_: Finally a @wizkidayo song! Bad To Me was top requested. https://t.co/GUDSzAPNaN"
## 
## [[4776]]
## [1] "Smacka_bot: Yamada gave me 'BL' recommendations, but refused to elaborate on anything he said. Could somebody explain what he meant by this?"
## 
## [[4777]]
## [1] "Reina_DeFuego: RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022\" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…"
## 
## [[4778]]
## [1] "YayukMulawati91: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/enMBmIZmtM @TheTopFamous"
## 
## [[4779]]
## [1] "loveggonee: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[4780]]
## [1] "apogulfs: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[4781]]
## [1] "mobydick2010: @bicyclelegs @TranquilityFire @DGray118 My apologies in not marking it to you BL, but you are always always welcome… https://t.co/AOLGNKFOI1"
## 
## [[4782]]
## [1] "saintcat89: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[4783]]
## [1] "BL_Fangirl34: RT @BibleBuildPH: Look at our kids fighting at the back hahahahah \n\n#BibleWichapas\n#BuildJakapan\n#BibleBuild \n#ไบเบิ้ลบิว\n\nhttps://t.co/GJI…"
## 
## [[4784]]
## [1] "BL_Fangirl34: RT @hammiehyung: I know they're screaming in their head after that fist bump JSJSJD bcs i would too https://t.co/1RDTGjCBUd"
## 
## [[4785]]
## [1] "MistyAusten: Two of my favourite BL boys sitting side my side"
## 
## [[4786]]
## [1] "ym_623_GR_BL: RT @Koreaboo: I would just like to thank JO1 for adding an orchestra to their performance because it was so great 🤩 https://t.co/51ahEfyRnn"
## 
## [[4787]]
## [1] "BIPC: Meet like-minded creatives and learn more about what it takes to start a successful arts business tonight at our fr… https://t.co/n2wlXoTMmB"
## 
## [[4788]]
## [1] "BL_Fangirl34: RT @jsaturfiles: bye bye to this prince look ✨🥹\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/5IhTGT5PXn"
## 
## [[4789]]
## [1] "Ensuredfuture_R: RT @BLAgroIndsLtd: Stress and efficiency are inversely proportional, so we're having a 3-day #cricket tournament at BL AGRO, Bareilly. 🏏 \n#…"
## 
## [[4790]]
## [1] "IsmailKDurgut: @muskQu0tes @elonmusk all the tyranny in turekey now blam3s erdogan as being dictator they are so evil they will at… https://t.co/bZ4SS2eVoQ"
## 
## [[4791]]
## [1] "_bl_ai_ze: RT @fireboydml: 3 years today. happy birthday, baby. luv you. https://t.co/ZihzKX0o6L"
## 
## [[4792]]
## [1] "BL_Fangirl34: RT @jsaturfiles: kim han university glowup!! \n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/dAiOFErwJF"
## 
## [[4793]]
## [1] "jtworking: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[4794]]
## [1] "BL_Fangirl34: RT @JeffSaturFC: Thank you everyone for coming today.\n\nBack home safety and see you all again next time ^^\n\n#MusicHeals2022xJeff #jeffsatur…"
## 
## [[4795]]
## [1] "bl_1306: RT @VminvLivetoday: MY VMIN HEART!!!!! https://t.co/Jwp9UHhxvG"
## 
## [[4796]]
## [1] "yuumayn7: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4797]]
## [1] "tabbitha78: RT @BIPCLeeds: We’re celebrating small businesses this festive season, from makers and creators around the UK that have used their local li…"
## 
## [[4798]]
## [1] "09gmlj: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4799]]
## [1] "stella_kms: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4800]]
## [1] "chaptercool_bl: RT @theweeknd: LEG TWO IS HERE❗️After Hours Til Dawn Tour comes to Europe and Latin America!!!  https://t.co/OgBYRWPYOV https://t.co/6YVQDi…"
## 
## [[4801]]
## [1] "linormenta: RT @tinyhsoo: the two types of tops in bl manhwas ♡ https://t.co/TEzGCo6vnl"
## 
## [[4802]]
## [1] "asyikiiing: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[4803]]
## [1] "CCockburn2: RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…"
## 
## [[4804]]
## [1] "bl__bts_: RT @amantedel__bl: Ya se va mi chiquito Boss 🥺💗\n\" SEE YOU AGAIN!\"\n\n#KissMyBodyXBossNoeul #BossNoeul #BoNoh  #Bosschaikamon #Noeulnuttarat h…"
## 
## [[4805]]
## [1] "shinyeoju: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4806]]
## [1] "Gogosimo1: RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…"
## 
## [[4807]]
## [1] "Spingibiib: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[4808]]
## [1] "BLMedieval: RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…"
## 
## [[4809]]
## [1] "soun_ariya: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[4810]]
## [1] "bl_1306: RT @lovjiv: i love this https://t.co/Gzq2zVgdJi"
## 
## [[4811]]
## [1] "amantedel__bl: Ya se va mi chiquito Boss 🥺💗\n\" SEE YOU AGAIN!\"\n\n#KissMyBodyXBossNoeul #BossNoeul #BoNoh  #Bosschaikamon… https://t.co/iIHmKAfy9G"
## 
## [[4812]]
## [1] "xcursedgunxreal: @MMZ_Electro_TTV @VaiNEsportsOrg If you think about it... *hits bl*nt*  aahh... he kinda iss....."
## 
## [[4813]]
## [1] "Yuriko_Yu78: RT @raonbeam: KDJ: “I might be living in a BL World”\n(Holy trinity k-novel ships x Zettai BL manga)\n\n#orv #lcf #내가키운S급들 #백망되 https://t.co/v…"
## 
## [[4814]]
## [1] "TrickhousePress: RT @rfboothroyd: After a Bl*ck Fr*day rush there are only FOUR copies of my selected minimal poems remaining. Buy Atomised now or forever h…"
## 
## [[4815]]
## [1] "ieka93: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[4816]]
## [1] "AArnulfo36: Prothane 7-806-BL Black Front Frame Shackle Bushing Kit MDU6D9N\n\nhttps://t.co/i7m1KTO6rC https://t.co/vkohNZ0Gdk"
## 
## [[4817]]
## [1] "jude69p: Fragola 218006-BL Black Size (-6) 180° Push Lock Hose Fitting KDILB5D\n\nhttps://t.co/HBul7YB1J4"
## 
## [[4818]]
## [1] "BLMetadata: RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…"
## 
## [[4819]]
## [1] "helen63lambert: RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…"
## 
## [[4820]]
## [1] "DIANACHARLENE2: RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…"
## 
## [[4821]]
## [1] "itsthatjo: @arcticdonkeyss Skot wle khara bl alile ana 3m ba3ml shi moufid mich shopping 😂"
## 
## [[4822]]
## [1] "pawinee_wk: RT @littledunk0110: I'm already a picky person when it come to BL series and now they've made my standard become higher.\nFort and Peat are…"
## 
## [[4823]]
## [1] "coochiebuster33: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4824]]
## [1] "bladdictosindia: How beautiful! That voice. Wow!\n\n#Salsa\n#Narcos\n#BL\n#BLedits https://t.co/ICzgryl5g3"
## 
## [[4825]]
## [1] "indiacares_2020: @IamAbhiMishraa @farheen2510 @ShyamMeeraSingh @arunbothra @itsmesabita The patient has been shifted to ICU from the… https://t.co/GelxZu9uS7"
## 
## [[4826]]
## [1] "Frau_Aust: RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…"
## 
## [[4827]]
## [1] "unul_lalala: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[4828]]
## [1] "tweedisgood: RT @BLMedieval: We're not really sure why digitising manuscripts associated with women could be considered woke.\n\nIn any case, we're very g…"
## 
## [[4829]]
## [1] "KeighleyLibrary: RT @BIPCLeeds: We’re celebrating small businesses this festive season, from makers and creators around the UK that have used their local li…"
## 
## [[4830]]
## [1] "BRAINCURES: @DaveRG47 @ajackiehunter @claire6thompson @BioBeatUK @The_Lazzer @Olivia_A_Grant @KathrynESimpson @Giovanna_Forte… https://t.co/gSj9LnCGC3"
## 
## [[4831]]
## [1] "FurryLibrarian: RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…"
## 
## [[4832]]
## [1] "wesley_shark: @Kujay_ This is a pretty great thread, and a lot of it I definitely agree. I think there's been a lot of high point… https://t.co/5Eaw5Q08yp"
## 
## [[4833]]
## [1] "BL_Betting: LAG v Seattle Surge\n\nSeattle Surge -1.5 @ 1.9 (1.5u)\nSeattle Surge Map 2 ML @ 2 (1.5u)\n\nBet365"
## 
## [[4834]]
## [1] "OnielRichards: @CNN \n@cnni \n@cnnbrk \nViewers have had enough of @donlemon \nHe is bitter, sour &amp; very toxic \nLacks objectivity &amp; ba… https://t.co/ARJCaIeTN1"
## 
## [[4835]]
## [1] "puppydragons: Bl actors sitting together 🫦 https://t.co/JqkFtUwkck"
## 
## [[4836]]
## [1] "0007Adnu: This awesome comic deserves more attention!\n \n#NFTcollections #Artwork #bl\n\nhttps://t.co/Kedo2iADgR https://t.co/avr0Yljf1x"
## 
## [[4837]]
## [1] "magicsugarcube: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[4838]]
## [1] "ricehoarder: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[4839]]
## [1] "elijahh247: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[4840]]
## [1] "moon_jeIIy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4841]]
## [1] "Bl_Troyanda: RT @visegrad24: BREAKING:\n\nAir raid sirens sounding in every Ukrainian region now apart from in Crimea.\n\nThe largest Russian strategic bomb…"
## 
## [[4842]]
## [1] "iridescentstaar: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[4843]]
## [1] "Firelight8abril: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[4844]]
## [1] "AETHERIAIMPERA1: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[4845]]
## [1] "mirukitta: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4846]]
## [1] "Parizziartur: @A0TERRA I remember when they said that, was like a month into BL when it was discovered, they haven't patched it s… https://t.co/LqpypDl00T"
## 
## [[4847]]
## [1] "Rachewnah: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[4848]]
## [1] "OneNueng_BL: RT @XuYiyangTH: (3) 221129 CHIC weibo update\n\n🖇https://t.co/MKtxsLXWXi\n\n#อี้หยาง #สวีอี้หยาง #XuYiyang https://t.co/RhOWbpJr0x"
## 
## [[4849]]
## [1] "OneNueng_BL: RT @XuYiyangTH: (2) 221129 CHIC weibo update\n\n🖇https://t.co/MKtxsLXWXi\n\n#อี้หยาง #สวีอี้หยาง #XuYiyang https://t.co/o1B1KlWvHO"
## 
## [[4850]]
## [1] "karleenigot7: RT @REALLYREVIL: best bl in a while https://t.co/ipSo7GnVYL"
## 
## [[4851]]
## [1] "therealpatastic: @becomelegendseu When will we see the Invitational BL Vlog? 🙌 really hyped"
## 
## [[4852]]
## [1] "stygiianymph: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4853]]
## [1] "prospreme: @Lindoshenge1 @festus_tonnex @ChrisTrafalgar7 @BeyAngu_FanAcc Lmao same way bey be singing rihanna's Rih-jects and… https://t.co/IsV2gUKyyF"
## 
## [[4854]]
## [1] "Moon_3starz: RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…"
## 
## [[4855]]
## [1] "heksnkaass: beautiful soul op bl*kker radio omg"
## 
## [[4856]]
## [1] "BlackClawTrader: @JayJayfromdiego @NoEmmeG The only weak link is the bl@ck man who made you."
## 
## [[4857]]
## [1] "Lisha_bel: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[4858]]
## [1] "danieI_main: RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[4859]]
## [1] "AbubakarSoja8: very cool and inviting6. There were soft, bluey-green bl    https://t.co/KXjJK33GvG"
## 
## [[4860]]
## [1] "Net2Ayurveda: RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…"
## 
## [[4861]]
## [1] "lnim03: RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…"
## 
## [[4862]]
## [1] "Bl_clarisse: RT @awa_df: Breakfast with a view 😍 https://t.co/nTfREYS2Wk"
## 
## [[4863]]
## [1] "EllePlushie: #prsk_FA \n#PRSK_BL ( kinda? )\nIdk im just sick at this point 💀 https://t.co/SCy6dy3CX4"
## 
## [[4864]]
## [1] "ohaeyou: RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[4865]]
## [1] "bl_soir: RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…"
## 
## [[4866]]
## [1] "lueilwitz52jlrl: 2Pack Baofeng BL-5 3800mAh Extended Battery for Baofeng Walkie Talkie UV-5R BF-8HP UV-5RX3 RD-5R UV-5RTP UV-5R MK2… https://t.co/a1ad3KAJLb"
## 
## [[4867]]
## [1] "bl__bts_: RT @BossEul_Library: why i feel these two are glowing and extra clingy 😌🤔\n\n#KissMyBodyXBossNoeul"
## 
## [[4868]]
## [1] "Chiaki88975144: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4869]]
## [1] "iwuvmewgulf8: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[4870]]
## [1] "EmmaGar800: RT @spiftynifty: SO shocked that the fandom who prides itself on having a \"pure\" and \"wholesome\" and \"devoid of icky fetishizing unlike tho…"
## 
## [[4871]]
## [1] "jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2"
## 
## [[4872]]
## [1] "Bullpup2: RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…"
## 
## [[4873]]
## [1] "bluehalfblood: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4874]]
## [1] "bl__bts_: RT @sususiaoo: Boss chaikawaistgrabber is back at it again\n#KissMyBodyXBossNoeul\nhttps://t.co/B6JH2G8XLl"
## 
## [[4875]]
## [1] "DelphMurata_: RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…"
## 
## [[4876]]
## [1] "ZdenekDolezal: RT @123Dips4178: This manhwa is awesome! I can't get enough of it!\n \n#bl #3danimation #indiegame\n\nhttps://t.co/7vAOn2R8y9 https://t.co/uXdK…"
## 
## [[4877]]
## [1] "secheolies: @08081995_ Love is an illusion (ongoing but only side stories, BL)\nFull Volume (completed, BL)\nDangerous Convenienc… https://t.co/KjAISToaY6"
## 
## [[4878]]
## [1] "3drenderbot: RT @123Dips4178: This manhwa is awesome! I can't get enough of it!\n \n#bl #3danimation #indiegame\n\nhttps://t.co/7vAOn2R8y9 https://t.co/uXdK…"
## 
## [[4879]]
## [1] "3drenderbot: RT @mochi80243795: \"The Blade of Evolution Walking Alone In The Dungeon\" is an absolutely perfect comic! It's living rent free in my head!…"
## 
## [[4880]]
## [1] "sakkurakay: @kangterrius nah bc if they dont give me a proper camerawork for my romeos, there will be bl○○d on my hands"
## 
## [[4881]]
## [1] "bl__bts_: RT @sususiaoo: F: hello *hifive* sending you encouragements always. Both of you. Wish me luck for press the tix (for fanmeet)\nN: *cast spel…"
## 
## [[4882]]
## [1] "Bl_ueTe_ars: RT @elsserafim: LE SSERAFIM TEASING THEIR NEXT COMEBACK AT THE MAMA AWARDS IS SO ICONIC\n\n\"DO YOU WANT TO BE FORGIVEN? YOU DON'T HAVE TO\" ht…"
## 
## [[4883]]
## [1] "BL_Fangirl34: RT @jeffsaturjpg: Oh he is god~ \n#MusicHeals2022xJeff https://t.co/QexorNQZNz"
## 
## [[4884]]
## [1] "cadburrydairy_: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[4885]]
## [1] "Bl_ueTe_ars: RT @milkkura39: \"Dear You (hater) who wish for my FALL, Do you want to be forgiven? You don't have to\"\n\nThe phrase for LE SSERAFIM performa…"
## 
## [[4886]]
## [1] "bl_lo_ve_32: @ji_to_mii2 So cool!!"
## 
## [[4887]]
## [1] "BL_Fangirl34: RT @jsaturfiles: jeff getting shy because of all the screams 🥹🫶🏻\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/zfQafU…"
## 
## [[4888]]
## [1] "NicoleF19128350: RT @Shantkee: Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW"
## 
## [[4889]]
## [1] "jayeel12: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4890]]
## [1] "y_tianlin: RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3"
## 
## [[4891]]
## [1] "FurryLibrarian: RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…"
## 
## [[4892]]
## [1] "BL_Fangirl34: RT @jsaturfiles: HIS LOOK TODAY!!\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/fzTCFfwvTH"
## 
## [[4893]]
## [1] "BL_Fangirl34: RT @jsaturfiles: our disney prince 🥹 https://t.co/pia3d6xaKX"
## 
## [[4894]]
## [1] "RCJMPANDERSON3: @Terri66987597 Hi check Fr Chad Ripperger on Youtube you can bind the bad spirit of fear or any passion emotion wit… https://t.co/j7X7fDl0F5"
## 
## [[4895]]
## [1] "eyeseye_bl: RT @Koreaboo: LE SSERAFIM really just never disappoints because they ATE this stage up https://t.co/NNt65lGVot"
## 
## [[4896]]
## [1] "BL_Fangirl34: RT @jeffsaturjpg: Soothing vocal range~ #MusicHeals2022xJeff https://t.co/YxO6GZfcu7"
## 
## [[4897]]
## [1] "eyeseye_bl: RT @theseoulstory: [#2022MAMA] 🏆 Congratulations to LE SSERAFIM for winning the Favorite New Artist at ‘2022 MAMA AWARDS’ today! 🎉 \n\n@MnetM…"
## 
## [[4898]]
## [1] "wo__owon: RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…"
## 
## [[4899]]
## [1] "hexnumber123524: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4900]]
## [1] "IP_Consultorxs: RT @designonething: Happy birthday William Blake. The English artist, poet &amp; printmaker, whose printing technology innovations allowed him…"
## 
## [[4901]]
## [1] "bekbekagain: RT @SamarthPanda: @TezDhar4 @PoojaShali Yeah that's my fault. Being an indian i was unaware of what happened to girija tikko , bl ganjjo an…"
## 
## [[4902]]
## [1] "sospranio: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4903]]
## [1] "JovanCummingz: @BL_Dwyer @WholeMarsBlog Wrong"
## 
## [[4904]]
## [1] "dazedance2: every time i see kng dniel i think about how he tells every bl actor he meets he's seen their show 😭 idk if he's on… https://t.co/CEnKjDtNR7"
## 
## [[4905]]
## [1] "ProfShakespeare: RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…"
## 
## [[4906]]
## [1] "sluttyhui: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4907]]
## [1] "itzmee_winoff: RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz"
## 
## [[4908]]
## [1] "bradfordlibs247: RT @BIPCLeeds: We’re celebrating small businesses this festive season, from makers and creators around the UK that have used their local li…"
## 
## [[4909]]
## [1] "TheOnlyCakeOne: RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…"
## 
## [[4910]]
## [1] "opsyspice: RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌"
## 
## [[4911]]
## [1] "LewisMediaAUS: RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…"
## 
## [[4912]]
## [1] "buildbeluvejkp: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[4913]]
## [1] "mochi80243795: \"The Blade of Evolution Walking Alone In The Dungeon\" is an absolutely perfect comic! It's living rent free in my h… https://t.co/l4RlSuYO46"
## 
## [[4914]]
## [1] "Vanguard_way: RT @GothlyticalArt: @illustrata_ai @joynxyz @amli_art @bl_artcult \"The House\"\nMy biggest stress in my life reimagined. I utilized img2img t…"
## 
## [[4915]]
## [1] "trestheresee: Gatekeepers bala jp bl fans 🙄🙄 cute bala if may  kiekoi with localized context kay it's hs bogoness in a funny way… https://t.co/jE4BEIayzn"
## 
## [[4916]]
## [1] "Mkasi_: Let a bl*ck man secure the bag https://t.co/srE6Ei45kK"
## 
## [[4917]]
## [1] "Vanguard_way: RT @iminescent: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \"war paint\" paint as layers of chaos that can run thro…"
## 
## [[4918]]
## [1] "Vanguard_way: RT @IpekMorel: @illustrata_ai @joynxyz @amli_art @bl_artcult Peaceful Mind\n\n\"She looked like a mermaid, peaceful and calm, her eyes closed…"
## 
## [[4919]]
## [1] "LibraryArden: Today's workshop is An Introduction to Critical Thinking.\n\nJoin Metin from 2pm and get grounded with this most impo… https://t.co/9RSI9aHf8N"
## 
## [[4920]]
## [1] "nwbisexual: the guy she was interested in wasn’t a guy at all (gl)\n19 days (bl)\nshe is still cute today (gl)\nnot so shoujo love… https://t.co/BGUtf62iZR"
## 
## [[4921]]
## [1] "BL_Fangirl34: RT @jsaturfiles: jeff: where do i go next? ohh i go now? 😂 ok krub, byee\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.c…"
## 
## [[4922]]
## [1] "Vanguard_way: RT @mantilla_angy: @illustrata_ai @joynxyz @amli_art @bl_artcult My piece \"Anger\" represents women reacting and protesting against injustic…"
## 
## [[4923]]
## [1] "BL_Fangirl34: RT @kpfiIms: JEFF LOOKS STUNNING 😭\n\n#MusicHeals2022xJeff\n\n https://t.co/ZuzAAkwAns"
## 
## [[4924]]
## [1] "bl_aub: RT @pandesalbb: jihyo with kids content 🥺🥺🥺 https://t.co/1qwW0aepSt"
## 
## [[4925]]
## [1] "Kaylie0606: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[4926]]
## [1] "_4ysan_: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[4927]]
## [1] "ewereichi: @chouyo_ oh wow elle totally didn’t know u read bl ALSO I FINALLY THOUGHT OF ALL THE BOXES FOR MINE"
## 
## [[4928]]
## [1] "paula_delval: On top of her grants, Blanca gave very specific instructions on how to be remembered in Las Huelgas, including the… https://t.co/ySraAElJRg"
## 
## [[4929]]
## [1] "paula_delval: Who benefited from Blanca's grants?\n\nLas Huelgas de Burgos was the principal beneficiary of these grants, but many… https://t.co/z7l3ypujZX"
## 
## [[4930]]
## [1] "paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelg… https://t.co/Mwf5QzWYM2"
## 
## [[4931]]
## [1] "Laure5sos: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4932]]
## [1] "mgrSkiba: RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…"
## 
## [[4933]]
## [1] "123Dips4178: This manhwa is awesome! I can't get enough of it!\n \n#bl #3danimation #indiegame\n\nhttps://t.co/7vAOn2R8y9 https://t.co/uXdKSXdQZq"
## 
## [[4934]]
## [1] "lowe40edde: NICECNC BL and Red Clear Clutch Cover Protector Guard Compatible with Ducati XDIAVEL/S 2016-2020,DIAVEL 1260/S 2019… https://t.co/zpSlCGWCB6"
## 
## [[4935]]
## [1] "sunberries__: idk if we'll get a s2 but if we do, i wish they'd explore the siblings and cousins relationship more lol. i know it… https://t.co/O80kjtx9Lt"
## 
## [[4936]]
## [1] "awwhek: @cinnapeachie @Dawn_Heart_VR bl, henty, mystic messenger, tears of themis, idfk"
## 
## [[4937]]
## [1] "BL_Hyro: RT @sliqless: We are looking for players, for the Spring Split of Primeleague 2023. \nFeel free to DM or add Faolan#8481 on Discord.\n\nRetwee…"
## 
## [[4938]]
## [1] "tekurigadon: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4939]]
## [1] "bl_aub: RT @kimheesun_ph: running man's 100th episode was her first tv appearance in sokor after her long hiatus.\n\nhttps://t.co/HNjR3UaYc5"
## 
## [[4940]]
## [1] "binsmfpxz: Prothane 7-1020-BL Black Rear Spring Cushion Kit NZS1KH5\n\nhttps://t.co/wSgYgN1BLV https://t.co/U8yOIUs69p"
## 
## [[4941]]
## [1] "aufderhar40cyy: Prothane 1-1014-BL Black Front Spring Eye and Shackle Bushing Kit TJDVN4I\n\nhttps://t.co/QNaTMHIjgh https://t.co/v93XVVqJE4"
## 
## [[4942]]
## [1] "BL_Hyro: RT @M4ier_lol: After my split as Toplaner with @muensteresports and a rly taff off-season start i decided to swap back to my lovely Jgl-Pos…"
## 
## [[4943]]
## [1] "bunsaigloss: RT @yoonkive_: like there is not even 3 days left for indigo and the first priority y’all have is fighting bl!nks?? just fucking report the…"
## 
## [[4944]]
## [1] "smallxir: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4945]]
## [1] "ShahidhaBari: RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…"
## 
## [[4946]]
## [1] "HanaScribe: RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…"
## 
## [[4947]]
## [1] "aafuyu: @jodanspace Hmm, gimana ya. They aren't my home, tapi dari tahun 2013 until today, I still can read and watch their… https://t.co/mWnH7FEQJ6"
## 
## [[4948]]
## [1] "Olympias_Epirus: RT @stuffasdreams: Wonderful exhibition on Alexander the Great at the BL! https://t.co/DTivYyXTXL"
## 
## [[4949]]
## [1] "xyz_sal: RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…"
## 
## [[4950]]
## [1] "Pekinaso: @sebguts10 @Jay_Orion1 @PaulTassi —About BL. Haunted was the first non-showcase and non-expac season that they wait… https://t.co/6v986xdqKQ"
## 
## [[4951]]
## [1] "walkerajiw: ZOOMHITSKINS OLED Switch Skin, Compatible with Nintendo Switch OLED Skin Wrap, Embroidery Dragon Lung Oriental Art… https://t.co/bKs9ghrxne"
## 
## [[4952]]
## [1] "paipaicares: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[4953]]
## [1] "MikeHollows: @Losbennett @JMReynolds Just had to have a nose too. Sheesh. Wait till they hear how BL treats its authors..."
## 
## [[4954]]
## [1] "dessimq17: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4955]]
## [1] "PaulinaK55: Your performance in KinnPorshe was phenomenal! You guys rised so many standards! I can't watch any Thai BL series w… https://t.co/22nrki0Z0b"
## 
## [[4956]]
## [1] "nthgbutoutlines: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[4957]]
## [1] "Edgy_Mcfuckup: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[4958]]
## [1] "kasumiikiri: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[4959]]
## [1] "Alt48942023: @YouTubeGaming There can only be 3\n\n1- Min_cr___\n2- R_bl_x\n3- __u_ub_ Sh_r_s😎"
## 
## [[4960]]
## [1] "comic_support: Check out this great #comic #BL \nCheck out CRASH COURSE on Tapas https://t.co/JzcfjydrgF"
## 
## [[4961]]
## [1] "brave0nft: RT @destinykrainbow: @illustrata_ai @joynxyz @amli_art @bl_artcult Enjoying with close ones till dawn\n#expressionwithmeaning https://t.co/C…"
## 
## [[4962]]
## [1] "avocadourjob: @chanuyeah its bl drama its true i wrote it"
## 
## [[4963]]
## [1] "altoxun7: TappyToon new BL “Love me Again” is the same Artist who draw “The Right Relationship”This time IS THE MATURE VERSIO… https://t.co/aqQFxxy8ll"
## 
## [[4964]]
## [1] "kissu_io: @jacobandrewsky @Victor_codejs That one should be coming faster with some experience. Try to think about something… https://t.co/Ez5B2dy6WY"
## 
## [[4965]]
## [1] "Bl_Troyanda: RT @Gerashchenko_en: When Lili, 7, found out there was a war in Ukraine, she wanted to help. She turned to her dad, and he called the local…"
## 
## [[4966]]
## [1] "KPW1453: RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…"
## 
## [[4967]]
## [1] "britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collecti… https://t.co/BPcNQVtqx9"
## 
## [[4968]]
## [1] "AcadLibsNorth: How to run digitisation projects – case studies from the British Library (hosted online). 6th December 2022, 10.00-… https://t.co/1JUenDUT76"
## 
## [[4969]]
## [1] "ose1ss: W heyy l hade fattasit alla tb3e bl cedars"
## 
## [[4970]]
## [1] "Bl_Troyanda: RT @avalaina: We still live in a paradigm of Nunberg trials when nazi war criminals were tried after the nazi regime had collapsed. But we…"
## 
## [[4971]]
## [1] "Bl_Troyanda: RT @EuromaidanPress: \"We don't have to wait for Russia to lose.... We must create an international tribunal now and begin all necessary pro…"
## 
## [[4972]]
## [1] "UWMALAMERICA: How do I feel when I see\n\n_ those who believe they have mastered \"how to be a trend\"\n\n_ the BL police https://t.co/5qNqi2LUGd"
## 
## [[4973]]
## [1] "Yuriko_Yu78: RT @raonbeam: Found this cute BL manhwa made by Pansa-nim 😆\n(The resemblance with Choicale Haha) https://t.co/k58Xp7uN1t"
## 
## [[4974]]
## [1] "atpciaI: RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…"
## 
## [[4975]]
## [1] "occulife: @GroomB Elmet always bring to mind this collection https://t.co/RuQvlECrP3"
## 
## [[4976]]
## [1] "LcvcLcvc1: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[4977]]
## [1] "Bl_ueTe_ars: RT @LSSRFMcharts: Congratulations to @le_sserafim for winning \"Favorite New Artist\" at the 2022 MAMA AWARDS! 🎉🏆\n\n#MAMAAWARDS #2022MAMA \n#LE…"
## 
## [[4978]]
## [1] "BL_Fangirl34: RT @jeffsaturjpg: Smexy deep voice~ \n #MusicHeals2022xJeff https://t.co/VKsloX1ieB"
## 
## [[4979]]
## [1] "BL_Fangirl34: RT @studio_onsaturn: Fighting!! Mr. President!! #MusicHeals2022xJeff https://t.co/eSb9E43lKb"
## 
## [[4980]]
## [1] "atzimpact: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4981]]
## [1] "miss_bangtan: It's fine to like other groups or other music! You're allowed to dislike a fandom (@ bl!nks or anyone else who diss… https://t.co/Jy9cQijyav"
## 
## [[4982]]
## [1] "BL_Fangirl34: RT @kpfiIms: — Jeff Satur « FADE » with the orchestra! \n\n#MusicHeals2022xJeff #JeffSatur https://t.co/TRdEA3b7AC"
## 
## [[4983]]
## [1] "BL_Fangirl34: RT @kpfiIms: — Jeff Satur « FADE » with the orchestra! \n\n#MusicHeals2022xJeff #JeffSatur https://t.co/nfRtIPG4Xd"
## 
## [[4984]]
## [1] "MKBang3: @TheRose_0803 should do a BL OST @idol_romance \n#TheRose"
## 
## [[4985]]
## [1] "owwwwwni: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[4986]]
## [1] "gyeoulbbh: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[4987]]
## [1] "bl_aub: RT @wntrgrdnstyle: rt to get hopital playlist season 3 😂🥲 https://t.co/X3qNRY4D3H"
## 
## [[4988]]
## [1] "kissable202bi: RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…"
## 
## [[4989]]
## [1] "DigiBando: No one talks about it but I will, Arabic kids in school get treated like shit. I've had to sit there and watch my A… https://t.co/i5ufI313eg"
## 
## [[4990]]
## [1] "damyy98269315: RT @thaiupdate2021: [Results] “The Most Favorite Thai BL Series Couple of 2022”\n\n1. #MilePhakphum #nnattawin\n2. #bbil1ypn #Seng_wichai \n3.…"
## 
## [[4991]]
## [1] "simplyemc: @don51643752 @IlhanMN Since when does GQP care about “criminal drug addicts” serious question! Some are MORE concer… https://t.co/wSM7cjwOef"
## 
## [[4992]]
## [1] "bubblestulip7: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4993]]
## [1] "jyotisankarnay4: I've read this manga multiple times! You should check it out, too!\n \n#NiGHTSIntoDreams #bl #devil… https://t.co/JOLH9Lg9CC"
## 
## [[4994]]
## [1] "bl_edouard: @anryatrades I don't think so at all, on the contrary, this photo has its own certain charm and meaning✌️😃"
## 
## [[4995]]
## [1] "Bl_ueTe_ars: RT @Sserafimers: 🚨LE SSERAFIM TEASE THE FANS FOR THEIR NEXT COMEBACK AT THE MAMA AWARDS 2022\n\n\"DO YOU WANT TO BE FORGIVEN? YOU DON'T HAVE T…"
## 
## [[4996]]
## [1] "micovi81: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[4997]]
## [1] "reigenshisou: @yesehep I ACCIDENTALLY TOLD YJJ THAT I READ BL ALL BECAUSE SHE ASKED WHY I WANTED TO TALK TO UMAI i wanted to ask… https://t.co/S9c8Qgp9p7"
## 
## [[4998]]
## [1] "teemoney_bait: @illustrata_ai @joynxyz @amli_art @bl_artcult This is a story of love between two deep lovers bound to be together… https://t.co/WTOxnC2DJZ"
## 
## [[4999]]
## [1] "haikyuutie: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5000]]
## [1] "zhangqilingsgf: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[5001]]
## [1] "DavinaQueensha_: RT @bilo_art: Gerita &lt;3\n\nI missed drawing them &lt;33\n\n#hetalia #ヘタリア #aphitaly #aphgermany #doitsu #gerita #itager #hetaliagerita #hetaliager…"
## 
## [[5002]]
## [1] "LebsackOttis: 1 Set Drift Skates Plate Liner Protective Rubber Bands,7X4 72X0 78 Inch Roller Skates Road Band Edge Guard for Adul… https://t.co/NXaiS4eRa1"
## 
## [[5003]]
## [1] "yonast98: RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…"
## 
## [[5004]]
## [1] "Fiqah_Yusoff: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5005]]
## [1] "RutchelSecorat4: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5006]]
## [1] "Thistlethinking: @JeremyVineOn5 “planet in fire” get a grip @theJeremyVine ! Come up to Scotland… bl**dy freezing here! 🙄🤦🏼‍♀️"
## 
## [[5007]]
## [1] "Koorinokokoro: RT @NoisyPixelNews: JAST BLUE Announces Varenyett's BL Visual Novel 'Sorcerer's Choice: Angel or Demon' Western Release - https://t.co/GaKL…"
## 
## [[5008]]
## [1] "DanielaLuiselli: RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…"
## 
## [[5009]]
## [1] "RutchelSecorat4: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[5010]]
## [1] "Bl_ueTe_ars: RT @toychaewon: DO YOU WANT  TO BE FORGIVEN? \nYOU DON'T HAVE TO https://t.co/YT7zP6v3VG"
## 
## [[5011]]
## [1] "NNNappreciation: Nanon is his own person and he isn't living for your bl fantasies 💅"
## 
## [[5012]]
## [1] "brightnanon: @etherealpran that's what happens i fear when seasoned bl watchers who are used to that problematic trope expect it… https://t.co/fEEytwcAHj"
## 
## [[5013]]
## [1] "4rch_4ngel: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5014]]
## [1] "NickaMae03: RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…"
## 
## [[5015]]
## [1] "tsumugitwiter: I'm reading BL dhmu"
## 
## [[5016]]
## [1] "tsumugitwiter: I'm reading BL dhmu"
## 
## [[5017]]
## [1] "etherealpran: @brightnanon no literally think that’s what happened cause the comments afterwards were very much the same just tre… https://t.co/Jk1NGXlmJX"
## 
## [[5018]]
## [1] "velareads: I need more sad angst bl like faraway house and 10 years that I loved you the most 😭"
## 
## [[5019]]
## [1] "Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI"
## 
## [[5020]]
## [1] "ksmkkbookscom: RT @businessline: ▶️ What is T+1 settlement?\n▶️ Why is SEBI moving towards shorter settlement?  \n▶️ Will investors find it easy to adopt to…"
## 
## [[5021]]
## [1] "Idkmyna55041112: Gonna do some comic reading\n \n#ceo #BL #Xianxia\n\nhttps://t.co/DGdnWvR30L https://t.co/zaL1WMswTT"
## 
## [[5022]]
## [1] "dramaslover3: Recently I'm madly obsessed with the bl series. Is anyone obsessed like me? #Blseries #dramas"
## 
## [[5023]]
## [1] "encibodas: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5024]]
## [1] "USSpaceLawyer: @LA2slc @stanmccune @TheGreatIntell1 @AGHamilton29 It's a good thing Obama denounced his endorsement. I mean this i… https://t.co/4hHijjUhI9"
## 
## [[5025]]
## [1] "BLAgroIndsLtd: Stress and efficiency are inversely proportional, so we're having a 3-day #cricket tournament at BL AGRO, Bareilly.… https://t.co/vM9lKcprb9"
## 
## [[5026]]
## [1] "be_ckyy: FRAUD ALERT!⚠️  @palmpay_ng are Scammers❌ dey are hoarding My 400k+ since Sunday. Texted dem both on IG nd FB dey k… https://t.co/I4obME7NRA"
## 
## [[5027]]
## [1] "isakoyuhere: RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq"
## 
## [[5028]]
## [1] "___purelove___: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5029]]
## [1] "entertainwomen9: @KoalaFunFact nawr i havent had time to read anything but ill be bl hunting this weekend. so i will report 🫡"
## 
## [[5030]]
## [1] "ImAoidabadee: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[5031]]
## [1] "mgrSkiba: RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…"
## 
## [[5032]]
## [1] "ORE1431: RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…"
## 
## [[5033]]
## [1] "inocentiastar: This awesome comic deserves more attention!\n \n#DigimonSurvive #bl #WEBTOON\n\nhttps://t.co/6TaMmZBN8b https://t.co/Ht8ruz853K"
## 
## [[5034]]
## [1] "GoMazinger: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5035]]
## [1] "bl_lover91: RT @Alehfred: No but really why are antis like this:\n\nBubbles: \"WE HAVE A NEW VP BOOK!\"\nAntis: \"Ugh VP are so toxic\"\nB: \"VP moans were so r…"
## 
## [[5036]]
## [1] "KamehaIndustri1: Trust me! You'll get addicted to this story!\n \n#DigimonSurvive #bl #WEBTOON\n\nhttps://t.co/q62DN8TatF https://t.co/GrQuea40J6"
## 
## [[5037]]
## [1] "diana_pelaz: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[5038]]
## [1] "Farah_91Babyz: RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…"
## 
## [[5039]]
## [1] "ironbean23: @_rottenjelly the manhwa is also pretty sus like, yes okay we get it it's not tagged bl but the panels... the framing... 👀👀👀👀"
## 
## [[5040]]
## [1] "DoiPathompong: RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…"
## 
## [[5041]]
## [1] "heyitsmizuu: oops 🫢🤭 #yaoi #TheNewRecruit #bl #blmanhwa #bltwt \n\nSauce: The New Recruit https://t.co/CtiOxEbgEq"
## 
## [[5042]]
## [1] "iamzupersaori: RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…"
## 
## [[5043]]
## [1] "fafifuwaswess: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5044]]
## [1] "loveleelatee: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5045]]
## [1] "DharrellGuzman: Apparently I read comics now\n \n#IranRevolution #bl #Artstyle\n\nhttps://t.co/CWwL59GThE https://t.co/N8O1shUrDF"
## 
## [[5046]]
## [1] "BL_IndianPrint: 2/2 This will be the first time a new restoration of ’36 Chowringhee Lane’ will be screened in the UK. Tickets only… https://t.co/tayb1YHr6u"
## 
## [[5047]]
## [1] "BL_IndianPrint: 1/2 On 10 Dec we are delighted to screen '36 Chowringhee Lane’, Aparna Sen’s directorial debut and a ground-breakin… https://t.co/BvUl2uVqAD"
## 
## [[5048]]
## [1] "WttLee: @new_bl_ue_bird new hair cut!!!! 👍"
## 
## [[5049]]
## [1] "iyoba4u: RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…"
## 
## [[5050]]
## [1] "businessline: ▶️ What is T+1 settlement?\n▶️ Why is SEBI moving towards shorter settlement?  \n▶️ Will investors find it easy to ad… https://t.co/p5GbXGiYEw"
## 
## [[5051]]
## [1] "wcheoleyes: @jongstomato JAECHAN DID A BL WITH ONE OF THE MEMBERS OF KNK RIGHT???"
## 
## [[5052]]
## [1] "Stanpops: RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…"
## 
## [[5053]]
## [1] "EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor… https://t.co/SMVmVGDvCC"
## 
## [[5054]]
## [1] "travis_bl: @dgc837 Lovely. Been misty for days back here."
## 
## [[5055]]
## [1] "n4ttwnxtp: u two did great that we carried away to our emotions bcs yall giving us roller coasters actings 😣 i love u and than… https://t.co/bZt3r7GsQY"
## 
## [[5056]]
## [1] "lilygauge: @pararoidhakase yeah like if ur reading banana fish for like bl content ur gonna be disappointed like yes ash &amp; eij… https://t.co/bglr3qxZuF"
## 
## [[5057]]
## [1] "_rottenjelly: @ironbean23 ppl saying that's not bl has never stopped me"
## 
## [[5058]]
## [1] "thembocollector: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5059]]
## [1] "KingsInns: RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…"
## 
## [[5060]]
## [1] "greatest__name: f wardrobe long. See, girls, do see, how her long bl    https://t.co/c2FEyNyTtt"
## 
## [[5061]]
## [1] "clarthelunagate: The Vampire &amp; the Duke ep 49 has been updated! \n\nLink on bio~\n\n#tvtd #thevampireandtheduke  #BL #boyslove… https://t.co/QMYnfsPCgk"
## 
## [[5062]]
## [1] "hyunjinairfried: @jikseuz I LOVE DKZ. OMG. tloml Jaechan was in a bl called semantic error as the main character and frequently spea… https://t.co/WS9TQRqhtW"
## 
## [[5063]]
## [1] "BL_ncp: RT @TREASUREwwide: Congratulations  #TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS🏆\n\nWe did it 3 years in a r…"
## 
## [[5064]]
## [1] "bl_harry: RT @PamelaHensley22: Karine Jean-Pierre just said, \"We are keeping an eye on Elon Musk's Twitter.\" This sounds like a threat."
## 
## [[5065]]
## [1] "yoonminsrare: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[5066]]
## [1] "bl_harry: RT @LayahHeilpern: Today I learnt Apple has a problem with @elonmusk but absolutely zero problem with child abuse… \n\nBalenciaga’s app is st…"
## 
## [[5067]]
## [1] "bl_baddie: @cclodye BBB announced their Engagement Date"
## 
## [[5068]]
## [1] "chi76556041: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5069]]
## [1] "wiltedoleanders: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5070]]
## [1] "qiq1_cute: Yall guess what my friends my screenshots of bl manhua/manhwas...."
## 
## [[5071]]
## [1] "snowpolarfox: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5072]]
## [1] "yseriesclub: surprisingly, watching thai survival idol show is like a new hobby for me 🙈🙈🙈🙈\n\nprobably, i’m going to watch this s… https://t.co/xWrlbHKbXD"
## 
## [[5073]]
## [1] "kittykata182: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5074]]
## [1] "GHofmar: RT @BL_prints: Etching of the astronomical clock in Lyon Cathedral with its several dials and allegorical and decorative figures and carvin…"
## 
## [[5075]]
## [1] "c_jopeshi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5076]]
## [1] "hyeonkiz: also ive alr told the teachers they dont care also forgot my bl@de at home so 🤣🤣🤣 art class here i come"
## 
## [[5077]]
## [1] "lty8ng: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5078]]
## [1] "BusinessOffInd: 1p brand used BL-740 Laser barcode reader FAST SHIP kc52 #YP1 https://t.co/3dmS0ZhUHS eBay https://t.co/eXKpDpLX2I"
## 
## [[5079]]
## [1] "LOUDDIEVAN: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5080]]
## [1] "bradtke91gmfnd: CARLING TECHNOLOGIES TIGM51-6S-BL-NBL Switch, Rocker, DPDT, 15A, 250V, Black M6QNNMJ\n\nhttps://t.co/Ky8oCFNMMH https://t.co/Hl40m6a1CH"
## 
## [[5081]]
## [1] "schadensin: Electric Gravity Pepper Grinder or Salt Mill with Adjustable Coarseness Automatic Pepper Mill Grinder Battery Power… https://t.co/twdSTvmHuj"
## 
## [[5082]]
## [1] "bl__bts_: RT @famewya: Boss : something like that. We working together and we meet every day, so we support each other \nNoeul : it’s the same as he s…"
## 
## [[5083]]
## [1] "boys_passion: 🗓 #OngoingBLbroadcast November 29th, 2022\n\n🇹🇭BL\n#WarOfYEp18 Aisplay CopyABangkok YTC \nPreview ➡️… https://t.co/pBWshZsnKe"
## 
## [[5084]]
## [1] "rza514: RT @pk5125: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj\n@MohanChanyal \n💧 #flo…"
## 
## [[5085]]
## [1] "bl__bts_: RT @famewya: Srry for my mistake 😭 i type the sentence that Boss said wrongly so I edited and reposted. #KissMyBodyXBossNoeul \n\nBoss : when…"
## 
## [[5086]]
## [1] "elissa_gc: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5087]]
## [1] "bl__bts_: RT @bossnoeuluver: the way boss held the phone, the way noeul hugged bose, the way boss smiled, the way boss looked at noeul the way-\n#Kiss…"
## 
## [[5088]]
## [1] "Y_H_Bl_Sl: @AbdeJong7 Oleander."
## 
## [[5089]]
## [1] "endearingmia: Yes. And the amount of bad acting in thai bl is... 👀👀👀 Despite that, the genre is so popular I'm starting to feel l… https://t.co/PGShVdKFzq"
## 
## [[5090]]
## [1] "sugarapa: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5091]]
## [1] "Kari17921: RT @flukelights: where did this notion that fluke only cries in his series come from...was it just because he was good at it? the amount of…"
## 
## [[5092]]
## [1] "Anmolsi81001413: @SeharShinwari You can come anytime for bl*wjob ...I'm ready"
## 
## [[5093]]
## [1] "JeffreyJDean: RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…"
## 
## [[5094]]
## [1] "Rida3455: @JadeSaidSometh1 @apospmee There is \"means besides kinnporsche  there is one bold bl with good chemistry between ac… https://t.co/ay7IsDNu1h"
## 
## [[5095]]
## [1] "HO__Bl: RT @miiniyoongs: [221129 RM Instagram Story]\n\nimage - screenshot of kakao talk message with his mom:\n\n👤 eat well and take care of your heal…"
## 
## [[5096]]
## [1] "ub4ldn0: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5097]]
## [1] "chouyo_: @ewereichi rIGHTTT i spent forever on mine akdjsks (also wow a fellow bl reader too hmmmm)"
## 
## [[5098]]
## [1] "nur261189: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5099]]
## [1] "EfyManelz: RT @LambUniversity: mariah’s father (alfred roy carey) is not fully bl@ck. making mariah @MariahCarey closer to a quadroon than a biracial.…"
## 
## [[5100]]
## [1] "IreneLavovile: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5101]]
## [1] "smolhoods: I would be the one to stay up watch g a cute ass thai bl drama when I have work at 7am"
## 
## [[5102]]
## [1] "milfzishu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5103]]
## [1] "_bl_ai_ze: RT @Joshua_Ubeku: Don't let football banter stop you from celebrating Messi and Ronaldo. We will miss them every day of our lives when they…"
## 
## [[5104]]
## [1] "utsurikun: how abt stop remaking other bl dramas and start creating interesting ones. y'all gonna make gmmtv writers go jobles… https://t.co/oWkIhsJEic"
## 
## [[5105]]
## [1] "Pawarroopa11: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[5106]]
## [1] "_bl_ai_ze: RT @TonyOElumelu: I am where I am today because of luck. \n\nLet me be clear: Luck is important, but it is not a substitute for hard work or…"
## 
## [[5107]]
## [1] "tiqahbm_: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5108]]
## [1] "errbodyluvsgoku: RT @gostephgo: my friend says this reads \"BL therapy\" https://t.co/RLbXe8o0U5"
## 
## [[5109]]
## [1] "yiyeoncutie: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5110]]
## [1] "angiecakes1990: @MarinetteLife @urfavcatpun its ok BL don't really spoil alot its just synopsis's of all the episodes 😅😂"
## 
## [[5111]]
## [1] "_bl_ai_ze: RT @TheMahleek: Some of us just dey post “fear women”, no be say dem cheat on us oh, na scope to avoid December billing 🙏🏾"
## 
## [[5112]]
## [1] "koanil23: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[5113]]
## [1] "dhhclovesme: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5114]]
## [1] "twodeehoes: RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…"
## 
## [[5115]]
## [1] "Bl_ueTe_ars: RT @tosuka0102: DO YOU WANT TO BE FORGIVEN?\n\nYOU DON'T HAVE TO\n\n#LE_SSERAFIM https://t.co/lYDwps3p2e"
## 
## [[5116]]
## [1] "Ureshiisekai: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5117]]
## [1] "kongartwork: God knows how much I miss being here and writing for KS 😭 I am so stressed and drained that all I want to do is imm… https://t.co/gV63ISPxQG"
## 
## [[5118]]
## [1] "YeyeBwoyfriend: RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌"
## 
## [[5119]]
## [1] "flipkartsupport: @rahul94368965 In the future, please do not share your personal details like phone number, email address or order I… https://t.co/gamAszcARm"
## 
## [[5120]]
## [1] "Fleurcompassion: -Blue: Nitrogen Atoms &amp; Bonds (7 or 8 per rung) [98 or 112]\n\n-Orange: Phosphorus Atoms &amp; Bonds (2 per rung) [62]\n\n-… https://t.co/p6cO0bQpMQ"
## 
## [[5121]]
## [1] "crabwithlove: @mileapologyxxx Already watched the untamed. But J.Edgar isn't a BL though and will never fall into BL category. Ha… https://t.co/IjUiuHoccT"
## 
## [[5122]]
## [1] "sehyuk_slut: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5123]]
## [1] "edquist_david: @KariLake @billgatesaz Did you bl_w Trump"
## 
## [[5124]]
## [1] "NTRohit543: He will be forever worst character in BL bey😂😂😂🤣🤣🤣🤣\n\n#BhagyaLakshmi https://t.co/UdaBaUm2UP"
## 
## [[5125]]
## [1] "Proud_HalfBlood: BL To-Watch List\n▪️Art Adore En series\n▪️Bed Friends the series\n▪️Heart By Heart\n▪️The Theory Series\n▪️A Shoulder T… https://t.co/Ugoz4CzgJD"
## 
## [[5126]]
## [1] "habiate1: That mini panic attack i got whenever they said they fkin hate someone who reads bl lol"
## 
## [[5127]]
## [1] "Vlove7_: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[5128]]
## [1] "jiutiansong: I am sorry i cannot get over someone calling A CLINT EASTWOOD MOVIE a BL (Or an lgbtq movie for that matter)"
## 
## [[5129]]
## [1] "Juvielian: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5130]]
## [1] "qeminni: hi! im looking for moots who dont mind i hype animanga/hwa/hua, and bl— oh! sometimes i rts abt genshin too. just l… https://t.co/YV9i9u8tzk"
## 
## [[5131]]
## [1] "ryuikvx: RT @jodanspace: *bl your fav bot from historical bl\n\nMine: yeonj0, st1ll und3r s1lk-lezh1n https://t.co/OMHOBZ6phS"
## 
## [[5132]]
## [1] "munkiew_kana: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[5133]]
## [1] "jacksonbrandoni: @E_iversonii @jaberwaki @eugenehp @d_feldman Here you go \n\nhttps://t.co/LYTWwvkjcO"
## 
## [[5134]]
## [1] "gingertorte: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5135]]
## [1] "icecreamNew: I just came across on this YT channel. I enjoyed this guy's reactions on Cutie Pie series😂 it's his first time watc… https://t.co/NX7lDLEDqU"
## 
## [[5136]]
## [1] "Karolisntcarol: Some Korean BL manhwas be like↓ https://t.co/rfMqrIXgvo"
## 
## [[5137]]
## [1] "mgkasu30: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[5138]]
## [1] "ADramticsCutie: So bl drama are now about office romance after ending college decade"
## 
## [[5139]]
## [1] "kyukyu3536: @nichakorn_satur @studio_onsaturn To bl"
## 
## [[5140]]
## [1] "moonbyuleeknow: @elimoowol i remember reading a thread about how hard it had been for them and were about to disband before that bl… https://t.co/pH1FwY0NLT"
## 
## [[5141]]
## [1] "SebasRe68666021: whitelist Specified @BosBeryl @BriettaLauree @LinCaterina2 @BONIFACIOTAPIA6 @qlan593 @BombetatorE @bl_mmh… https://t.co/g3JEWwVLWH"
## 
## [[5142]]
## [1] "red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century;… https://t.co/dpafIDzUrf"
## 
## [[5143]]
## [1] "NTRohit543: RT @Kavyayaad: People can support &amp; appreciate ayush. but there is no need to compare rishi with ayush .ayush not hero of the show.wishing…"
## 
## [[5144]]
## [1] "fObbYaZn1990: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5145]]
## [1] "chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his cost… https://t.co/KFlhYKiUK7"
## 
## [[5146]]
## [1] "Minooi_Hmmm: The most handsome BL actor of the year 2022\n\nKeep voting lovelies 🫰 we're in top 5 let's make sure to be on top of… https://t.co/5xa7ZHZqa0"
## 
## [[5147]]
## [1] "jiutiansong: Just because a man kisses another man in a movie doesnt make that movie a BL people. Especially if said man was a r… https://t.co/vy2pSqmLe0"
## 
## [[5148]]
## [1] "WH1T3L0TUS_: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[5149]]
## [1] "ryuikvx: RT @jodanspace: *bl series \"Th3 D1r3ctor Wh0 Bųys M3 D1nner\" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…"
## 
## [[5150]]
## [1] "rfboothroyd: After a Bl*ck Fr*day rush there are only FOUR copies of my selected minimal poems remaining. Buy Atomised now or fo… https://t.co/mUPMwbPtgH"
## 
## [[5151]]
## [1] "stoicpleb: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[5152]]
## [1] "3mKa1: RT @dailymedievald1: #otd 1314 died Philip IV of France, called 'the Fair'. More depictions of his hunting accident before his death and th…"
## 
## [[5153]]
## [1] "Hokutotrash: I can’t imagine Hokuto get cast in a Bl and not with Kazuma…😭"
## 
## [[5154]]
## [1] "22forever12five: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5155]]
## [1] "her_cool_aunt: @Thalassa_14 e.g. At the moment I’m probably more into Thai BL than other types of shows (although definitely not e… https://t.co/4hf9yJcB2M"
## 
## [[5156]]
## [1] "ssefnum: hi! im looking for moots who dont mind i hype animanga/hwa/hua, and bl— oh! sometimes i rts abt genshin too. just l… https://t.co/Pv9i33OjJ3"
## 
## [[5157]]
## [1] "PaulDea69972397: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[5158]]
## [1] "contentamb: RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…"
## 
## [[5159]]
## [1] "lazyyydayyyz: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[5160]]
## [1] "baekook20: RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong \"Dream Of You\" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…"
## 
## [[5161]]
## [1] "sangwooserror: @bubblegeommie omg king's maker was my very first bl manhwa 🤣 when I read it, I didn't even know what bl was so it'… https://t.co/jg1S23TUVu"
## 
## [[5162]]
## [1] "pro_bl_media: Hello. We offer you services for the promotion of the project around the world.\n\nPro Blockchain Media is a large cr… https://t.co/vtYUAnHcJC"
## 
## [[5163]]
## [1] "robobunnies: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5164]]
## [1] "uptonife: Augensterm Baby Bottle Brush Set with Silicone Bottle Cleaner Brush and Drying Rack for Travel and Home, Gift for N… https://t.co/1vprhFKcBz"
## 
## [[5165]]
## [1] "ryuikvx: RT @jodanspace: *bl ⚠️WARNING NSFW🔞\n🔥THE🔥HOTTEST🔥2nd🔥COUPLE🔥 https://t.co/zJThRgVS6C"
## 
## [[5166]]
## [1] "bl_essence: ME TOO!!\n#ChocoMilkShakeEP9 https://t.co/KP9mBGoYJp"
## 
## [[5167]]
## [1] "AcademicPurple: RT @DRAMAWORLDxoxo: 'To Sir, With Love' is soo underatted 😩🤌.....how can you all sleep on this 🌟MASTERPIECE🌟???\n#Khunchai #tosirwithlove #B…"
## 
## [[5168]]
## [1] "bl_essence: lmao what is this behaviour milk\n#ChocoMilkShakeEP9 https://t.co/745yNkayEg"
## 
## [[5169]]
## [1] "bab1gh0ul: cant stop thinking about BL"
## 
## [[5170]]
## [1] "fourBL4CKPINK: RT @fourBL4CKPINK: HELP RT! / #MitsuMarket\n\nwts lfb | THE BOYZ THRILLING BLOOM STEALER\n\n°•. onhand\n°•. mint condi\n°•. rfs : need funds\n\n💰 g…"
## 
## [[5171]]
## [1] "bl_4_eva: RT @xiaoxi11580: INDEED these are LEVEL 10😘👅 #mewgulf ☀️🔥🌻🔥\n\nI always say no one can beat my kings👑 #mewsuppasit  #gulfkanawut\n#มิวกลัฟ #หว…"
## 
## [[5172]]
## [1] "bl_essence: ✨mood✨\n#ChocoMilkShakeEP9 https://t.co/XT3SGmRQZ3"
## 
## [[5173]]
## [1] "angiecakes1990: @MarinetteLife @urfavcatpun I might aswell copy the synopsis's from the BL about the ep 😑"
## 
## [[5174]]
## [1] "Andreu91418775: RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…"
## 
## [[5175]]
## [1] "Bl_Troyanda: RT @Gerashchenko_en: The man who ran out to the football field during #FIFAWorldCupQatar2022 is Mario Ferri, Italian football player and pu…"
## 
## [[5176]]
## [1] "royallitfund: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[5177]]
## [1] "AlexCoppocBunce: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[5178]]
## [1] "SJHDELHI: Dr BL Sherwal MS @SJHDELHI inaugurated Pediatric thalassemia &amp; hemophilia  comprehensive care centre, chemotherapy… https://t.co/9yjNVYNAwq"
## 
## [[5179]]
## [1] "drsx_rojeu: RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…"
## 
## [[5180]]
## [1] "bl__bts_: RT @HAnglique: I would have liked Noeul to sniff the body parts that Boss was showing. I think the expression Boss would have had would hav…"
## 
## [[5181]]
## [1] "SegoAG: RT @BLMedieval: We're not really sure why digitising manuscripts associated with women could be considered woke.\n\nIn any case, we're very g…"
## 
## [[5182]]
## [1] "lwjsexc: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5183]]
## [1] "t_j72: @Jargo_BL Done ✅"
## 
## [[5184]]
## [1] "Drmouboni: I know someday we r gonna get an A/B/O genre in BL and i really want thai industry to do it first...."
## 
## [[5185]]
## [1] "BibSoc: RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…"
## 
## [[5186]]
## [1] "bl__bts_: RT @bssnol: my noeul is so extra cute today my heart can’t take it \n\n#KissMyBodyXBossNoeul @Noeul_lee6 \nhttps://t.co/vtKN7I88tC"
## 
## [[5187]]
## [1] "Hokutotrash: The way they positioned their hands is sus…👀 not bl right ? 😅 https://t.co/aaNRnaPLmS https://t.co/xMnIt1PaWM"
## 
## [[5188]]
## [1] "LoveWonwooshi: RT @adorejustme: Excuse me but I already imagined their BL with one look \n\n#Minwon \nhttps://t.co/qQJBqOPvpn"
## 
## [[5189]]
## [1] "gostephgo: my friend says this reads \"BL therapy\" https://t.co/RLbXe8o0U5"
## 
## [[5190]]
## [1] "Jargo_BL: @t_j72 Locked up 😫"
## 
## [[5191]]
## [1] "shakoaulait: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5192]]
## [1] "drsx_rojeu: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5193]]
## [1] "DavinaQueensha_: RT @bilo_art: \"Tomato's thoughts\" \n\nHave you ever fallen to someone as deep as our tomato boi? \n\n#hetalia #ヘタリア #spamano #gakuenhetalia #he…"
## 
## [[5194]]
## [1] "narrystill: RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…"
## 
## [[5195]]
## [1] "bl__bts_: RT @Lalalal13071761: So deep\n#BossNoeul \n#KissMyBodyXBossNoeul"
## 
## [[5196]]
## [1] "bl__bts_: RT @luluelu2: And that’s the way you do it😍👏🏻\n#KissMyBodyXBossNoeul\n\n https://t.co/E6s9iQnyfl"
## 
## [[5197]]
## [1] "eeeeeeeeeeelif: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5198]]
## [1] "bl__bts_: RT @Vorahae1230: Everytime noeul has a comeback boss habit pointing his finger when  he's embarrass😊💜\n#KissMyBodyXBossNoeul"
## 
## [[5199]]
## [1] "bl__bts_: RT @bossNoeul1x9x: Why should it be there, Khun Boss? \n#KissMyBodyXBossNoeul\nhttps://t.co/jy63DBiSsV"
## 
## [[5200]]
## [1] "hualiantgcf7: RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…"
## 
## [[5201]]
## [1] "Bl_Troyanda: RT @georgian_legion: “Victory at all costs, victory in spite of all terror” Winston Churchill https://t.co/RLrf0iRMrc"
## 
## [[5202]]
## [1] "bl__bts_: RT @bossnoeuluver: boss said we don't need any personal space\n#KissMyBodyXBossNoeul https://t.co/NJnYK8PoDy"
## 
## [[5203]]
## [1] "NavinaHindu: @MayaKadosh u shold punish these kind of bl... Oody man.. He know nothing about Hindus zenocide.. Heart breking movment for us.."
## 
## [[5204]]
## [1] "measaniie: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5205]]
## [1] "bloomellow_web: RT @futekiya: 📆 𝗡𝗲𝘄 𝗿𝗲𝗹𝗲𝗮𝘀𝗲𝘀 𝘁𝗵𝗶𝘀 𝘄𝗲𝗲𝗸 📆\n\n📌 Dec 1 \nTake Your Time by Taira Taga (@bloomellow_web) 🆕\n\n📌 Dec 2\nAsk And You Will Receive by Ni…"
## 
## [[5206]]
## [1] "Uzuibangtan: @em0junghoseok Japanese and some Korean bl shows are just that superior I'm afraid,thai series/movies makers needs… https://t.co/1qQMiA2HTg"
## 
## [[5207]]
## [1] "bloomellow_web: RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…"
## 
## [[5208]]
## [1] "krmanhwa_market: RT @kriiinginamo: WTS LFB PLS HELP RT\nPRE-ORDER of BL SADISTIC BEAUTY Photocards Fanart by @/Taser_Gun181031\n\n₱150 each\n\nMine + Letter/s\n\n-…"
## 
## [[5209]]
## [1] "red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of… https://t.co/umBevAhmVH"
## 
## [[5210]]
## [1] "MoonaaLunaa: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[5211]]
## [1] "Add1ct606: RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2"
## 
## [[5212]]
## [1] "nyss4_: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5213]]
## [1] "Beyfan_omb: Art trades are open! \n\n*Am looking for people who could draw:\n• my oc (male)\n• my ship (canonxcanon, bl; if you don… https://t.co/MUo3PA7GxH"
## 
## [[5214]]
## [1] "bl__bts_: RT @bssnol: his lil stamped and his cutie mad face😭\n\n#KissMyBodyXBossNoeul\n\n https://t.co/zcjuUT3hbc"
## 
## [[5215]]
## [1] "bl__bts_: RT @p_zilla7: Too cute 🤏🥰\n#KissMyBodyXBossNoeul\n #BoNoh #BossNoeul\n#Noeulnuttarat #BossChaikamon\n\n https://t.co/KDnXwZfyBr"
## 
## [[5216]]
## [1] "angiecakes1990: @MarinetteLife @urfavcatpun in BL its ep 13 Migration its about Luka"
## 
## [[5217]]
## [1] "Benjaporntum: RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong \"Dream Of You\" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…"
## 
## [[5218]]
## [1] "bl__bts_: RT @bxbluvx: i mean--- JUST KISS HIM ALREADY\n#KissMyBodyXBossNoeul"
## 
## [[5219]]
## [1] "dgyeonzio: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5220]]
## [1] "LTHTRFinance: RT @mssjkenny: Filming for myself &amp; Adrian from @BL_LTHTR 📽️ Amazing to meet our fantastic colleagues in the @LTHTRFinance team for a TED c…"
## 
## [[5221]]
## [1] "shivamk456: @GauRakshaBill @313vated @theskindoctor13 @ianuragthakur @smritiirani @KirenRijiju @narendramodi @PMOIndia… https://t.co/rG4eZZspaS"
## 
## [[5222]]
## [1] "Ichor_Calamity: @onyx_luvr fuckin fujoshis and their bl titles i swear bro"
## 
## [[5223]]
## [1] "bl__bts_: RT @Mayamo6_: Crying already\n#KissMyBodyXBossNoeul #bossnoeul #bonoh"
## 
## [[5224]]
## [1] "Anna53tje: @Y_H_Bl_Sl Ons lot..."
## 
## [[5225]]
## [1] "bl__bts_: RT @bn_addict: Now how to handle this cuteness 😳 the hug🫠i want to see recorded clip😩 \n\n#KissMyBodyXBossNoeul #BossNoeul\n\nhttps://t.co/pQBa…"
## 
## [[5226]]
## [1] "yvonnesales78: November 29th Bl. Denis of the Nativity | The Saint of the Day Podcast https://t.co/A2jhkNLn4a via @YouTube"
## 
## [[5227]]
## [1] "_armyezgi_: @Nguang_ Yeah I know. I just asked about the general sector because I used to watch lakorn, but this year I started… https://t.co/ouUicSrn8G"
## 
## [[5228]]
## [1] "Nxxi94: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5229]]
## [1] "bl__bts_: RT @Lalalal13071761: Party Boy 💃🏻💃🏻\n#KissMyBodyXBossNoeul \n#BossNoeul"
## 
## [[5230]]
## [1] "kneverfrownr: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[5231]]
## [1] "Uzuibangtan: @em0junghoseok cherry magic is just so pure and beautiful 😭😭i would rather eat wet cement for breakfast lunch and d… https://t.co/DIaLBfRjyp"
## 
## [[5232]]
## [1] "Rati_91: RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…"
## 
## [[5233]]
## [1] "chinggsmida: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5234]]
## [1] "BLcritic: Well deserved. Apo and Mile broke the internet. Trending for days at a time. Those numbers have never been seen bef… https://t.co/uBDO9pz5y7"
## 
## [[5235]]
## [1] "amantedel__bl: RT @sususiaoo: Boss: there's a simple way to take care of myself. Honestly just by meeting all of you, my fans, I am able to get rid of the…"
## 
## [[5236]]
## [1] "harisneez: ty, he only drinks the tepid tears of orphans.\n\nBut no more of this bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/E1smop8zLo"
## 
## [[5237]]
## [1] "MariReactsYT: Mari's reaction to #BetweenUs EP 2 \n\n#react #bl #drama #thaidrama #retweet @LovingBlogs #TheBlogNetwork #ITRTG… https://t.co/3TFdFpv5WK"
## 
## [[5238]]
## [1] "nantimandi: All BL falls in this venn diagram https://t.co/81V2VwdQ3H"
## 
## [[5239]]
## [1] "mirabelyu: @Mineyi4 @lemonboeun Sorry but PPw first original BL is Fish Upon The Sky, not NLMG and I'm have a little bit confu… https://t.co/wViNJSCAvN"
## 
## [[5240]]
## [1] "Kavyayaad: People can support &amp; appreciate ayush. but there is no need to compare rishi with ayush .ayush not hero of the show… https://t.co/jVnL41FVT4"
## 
## [[5241]]
## [1] "onjirayaden1: RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…"
## 
## [[5242]]
## [1] "Sharman2Pam: RT @di297010: @gwnott We always agree, Graham. Rather a novelty on here, particularly following some of the belligerent debates I’ve had wi…"
## 
## [[5243]]
## [1] "phoolchandvrmaa: RT @pk5125: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj\n@MohanChanyal \n💧 #flo…"
## 
## [[5244]]
## [1] "Scarlletwolf1: RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3"
## 
## [[5245]]
## [1] "BooksTeaFilms: RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…"
## 
## [[5246]]
## [1] "hualiantgcf7: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5247]]
## [1] "kyukyu3536: @BookMusicMadSC Not even kpop I doubt bl will come"
## 
## [[5248]]
## [1] "glissadefface: this is so fun to me like you're reading bl illegally and then the scan group drops Whatever the fuck this is https://t.co/iGvaxZv2PY"
## 
## [[5249]]
## [1] "JregPeg: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5250]]
## [1] "ahjuicykun: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5251]]
## [1] "Safuafua: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5252]]
## [1] "CorinaObertas: RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…"
## 
## [[5253]]
## [1] "MySexToyHub1: Check out this product Purity G - Pink  \nby Blush Novelties starting at $31.95. \nShop now  https://t.co/RI3UvGqeR5 https://t.co/8r7BcVqmbM"
## 
## [[5254]]
## [1] "bkpp_mint24: RT @culture_colors: 🌠If you love stargazing, join us. Stay classy and always dress well but keep it simple.\n\n💙CC North Star Crop Shirt in B…"
## 
## [[5255]]
## [1] "manzeehua: RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…"
## 
## [[5256]]
## [1] "signald: @AlmostYeti @illustrata_ai @joynxyz @amli_art @bl_artcult Both beautiful, in very different ways."
## 
## [[5257]]
## [1] "rdngjo_: RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…"
## 
## [[5258]]
## [1] "Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t.co/7lqevwYHY9"
## 
## [[5259]]
## [1] "matsumuisbest: @sproutgren @aksnevv THIS\nfavorite comfort bl"
## 
## [[5260]]
## [1] "chocomilkfrever: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5261]]
## [1] "futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL)… https://t.co/fTwWpQ44AO"
## 
## [[5262]]
## [1] "pa_bl_00: Enfold can be fast (and even more after @wpspeedfix ) but feels outdated now. Time for a change"
## 
## [[5263]]
## [1] "BL_IndianPrint: Book your tickets for this film now!! https://t.co/pSaycgKB0a"
## 
## [[5264]]
## [1] "dailymedievald1: #otd 1314 died Philip IV of France, called 'the Fair'. More depictions of his hunting accident before his death and… https://t.co/6HpNjEP2KO"
## 
## [[5265]]
## [1] "GoodThingRw_th: การ์ตูน อนิเมะที่ทำเป็น #ซีรี่ส์วาย\nThe man who define the word of BL\nblue of winter \nOh boarding house \nMew ears u… https://t.co/a96IVs5s15"
## 
## [[5266]]
## [1] "BLAsia_Africa: Don't miss the December film screenings @BL_IndianPrint https://t.co/3ia74cfP8x"
## 
## [[5267]]
## [1] "_bl_ai_ze: RT @KieranCFC88: how the fuck did messi score 91 goals in a year"
## 
## [[5268]]
## [1] "kaihpop: Also #mynameisnanon has always thought he's so much better than #ohmpawat, who did 5 BL roles which he has laughed… https://t.co/Qy77D90sQV"
## 
## [[5269]]
## [1] "ironbean23: @_rottenjelly altho— they're the same age, people are just justifying it's not BL because the MC is trying to resto… https://t.co/M4AbWjRq6r"
## 
## [[5270]]
## [1] "maianhhjhjhaha: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[5271]]
## [1] "_bl_ai_ze: RT @heisrema: Sold out every show in the UK, Album racked a Billion streams in 8 months, I can’t count my plaques anymore, my gang is eatin…"
## 
## [[5272]]
## [1] "Ddoori2: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5273]]
## [1] "diyojenix: @90BE90 BL my friend BaybList"
## 
## [[5274]]
## [1] "ShriRamJayam: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[5275]]
## [1] "Bl_world0194: RT @kchartsmaster: 🏆 Congratulations TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS."
## 
## [[5276]]
## [1] "di297010: @gwnott We always agree, Graham. Rather a novelty on here, particularly following some of the belligerent debates I… https://t.co/SNNlJ4Zvhr"
## 
## [[5277]]
## [1] "_bl_ai_ze: @the__oma Hey Leo, I'm jollof and you make my thing \"rice\"🌚"
## 
## [[5278]]
## [1] "pransocoolja: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[5279]]
## [1] "zldy_: RT @Veda_Princess_: Name: Jinx\n\nAuthor: Mingwa\n\nRead- Lezhin\n\n\"Jinx\"\n by the same creator as BJ Alex\n\n#mingwa #boyxboylove #love #boyxboy #…"
## 
## [[5280]]
## [1] "BackstreetLamb: RT @taynewtaehin: started watching #ToSirWithLove today and I must say it's been a while since a thai BL series intrigued me. very lakorn!…"
## 
## [[5281]]
## [1] "Tawanforlifeee: It's been a while since the last time I've watched a series or movie, it's been a while na din ako inactive but NLM… https://t.co/yzJ1SCL3Zz"
## 
## [[5282]]
## [1] "zhouzishoots: NOT DAMIEN SAYING HE WANTS TO WORK WITH OHM ONE DAY AND ASKED IF WE WANT TO SEE HIM FILM A BL WITH OHM ASDFGAHSNDK"
## 
## [[5283]]
## [1] "4ashish2012: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[5284]]
## [1] "leilakassir: @NikiCandle @MixedMuseum @VictorianLondon @SenateHouseLib Hello Niki. This is what the BL say about them https://t.co/30ABJiFyBk"
## 
## [[5285]]
## [1] "signald: @iminescent @illustrata_ai @joynxyz @amli_art @bl_artcult These are so beautiful I have a hard time seeing hopeless… https://t.co/OyJYqPQqLm"
## 
## [[5286]]
## [1] "maianhhjhjhaha: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[5287]]
## [1] "bl__bts_: RT @Mayamo6_: #KissMyBodyXBossNoeul #bossnoeul #bonoh \nScreaming"
## 
## [[5288]]
## [1] "_bl_ai_ze: RT @the__oma: Need jollof rice in my life fr"
## 
## [[5289]]
## [1] "haijou_parade: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5290]]
## [1] "AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in t… https://t.co/sDVBGA5Sxq"
## 
## [[5291]]
## [1] "dipayy_: RT @jodanspace: if i havent read the chapter yet i cant really tell is this sh3n t1ngw3i or k4n6 t0ng 😭 mirip banget woi anjir\n\n*bl 1nt0x1c…"
## 
## [[5292]]
## [1] "babushkat_s: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5293]]
## [1] "kllbpub: OH YES YOU DID, BB BOY. YOU FELL SO HAAAAAAARD!!! 🥹🥹🥹💛💛💛\n\n— me too, i fell so hard for you and this bl series and b… https://t.co/MNSbxwkC77"
## 
## [[5294]]
## [1] "BL_ncp: RT @kkyutiesdimple: Congratulations treasure!!! https://t.co/MMaRnPTSxc"
## 
## [[5295]]
## [1] "ashineeworld: am gonna cry because 12/7 don't have bl livestream and am gonna cry more because I'm not sure if I can stream on 12/8 😭😭😭😭😭"
## 
## [[5296]]
## [1] "bl__bts_: RT @raknaboss: He's the sweetest 🥺🤏♥️\n\n#KissMyBodyXBossNoeul"
## 
## [[5297]]
## [1] "ApocTao: @illustrata_ai @joynxyz @amli_art @bl_artcult was moving, breathing,.. engines moving pullies and wheels and all co… https://t.co/9xVBkkhT8V"
## 
## [[5298]]
## [1] "kaihpop: lol #mynameisnanon only care about the optics of  \"bkpp and other big artists sharing the stage with NNN,\" it's all… https://t.co/sNDZn63gPE"
## 
## [[5299]]
## [1] "TonySimoesdaSi1: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[5300]]
## [1] "bl__bts_: RT @bssnol: noeul be like “he’s mine” \n\n #KissMyBodyxBossNoeul https://t.co/y97B4wN2VA"
## 
## [[5301]]
## [1] "zietwts: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5302]]
## [1] "ironbean23: \"this isn't bl their relationship is more like parent-child\"\n\nlooks at sv\nyou think that will stop me https://t.co/9v77ye4iZW"
## 
## [[5303]]
## [1] "ApocTao: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nLanding in the water, she floated there, waiti… https://t.co/70i252sfzG"
## 
## [[5304]]
## [1] "M18139870: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[5305]]
## [1] "Bl_ueTe_ars: RT @milkkura39: So pretty Sakura 🤩.. blue outfits 😍\nhttps://t.co/xlX48wdWMZ"
## 
## [[5306]]
## [1] "kelsi94i: Facial Steamer, Nano Ionic Facial Steamer Warm Mist Humidifier Atomizer Promote Collagen Regeneration, Provide 4 Pi… https://t.co/dV1HQfIQyO"
## 
## [[5307]]
## [1] "anzalna24: , do all I would, I could not\nget into the faintest doze. I had bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/VlrzRiItrL"
## 
## [[5308]]
## [1] "tasteofpie: RT @nattawjsn: theres nothing more homophobic than indonesian BL fans 😭"
## 
## [[5309]]
## [1] "Webcomics_app: In the name of love💕💗\n\nHot Manhwa📍https://t.co/qEg2WYDTcj\n🎁Promo Code:𝗚𝗜𝗩𝗘𝗔𝗪𝗔𝗬2\n\n#comic #roamce #manga #LoveIsland… https://t.co/CjPO9lVpOF"
## 
## [[5310]]
## [1] "nininpat: RT @harukyufics: 𝐓𝐡𝐞 𝐌𝐚𝐫𝐫𝐢𝐚𝐠𝐞 𝐂𝐨𝐧𝐭𝐫𝐚𝐜𝐭 : 𝑺𝒊𝒈𝒏𝒆𝒅.\nthe marriage contract chapter II\n\na #harukyu short au wherein Junkyv and Harvto are the ma…"
## 
## [[5311]]
## [1] "neuropoetic: @bl_artcult Loving the recent stylistic reinvention, super resonant both on personal level and imo on collective/Zeitgeist too!"
## 
## [[5312]]
## [1] "iajgrijalvo_: no more BL series for now, GL muna tayo sorry 😭 https://t.co/gP131eN6oE"
## 
## [[5313]]
## [1] "yippo_png: O mai gud, he looks cute\n#oc #BL #digitalart #anime https://t.co/Kb81C46lZJ"
## 
## [[5314]]
## [1] "earthbornmetals: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5315]]
## [1] "Boboj29: RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…"
## 
## [[5316]]
## [1] "pa_bl_00: Continuing with the Wordpress theme change for Legis Music, after 4-5 years with Enfold, switching to Avada just fo… https://t.co/20Moj58Gv7"
## 
## [[5317]]
## [1] "marillytw: no hate... to like 3 peiole who follow me and also like bl"
## 
## [[5318]]
## [1] "DimitrisAtticus: RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…"
## 
## [[5319]]
## [1] "Modi_Nama2024: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[5320]]
## [1] "mshorriblepussy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5321]]
## [1] "ottercervie: RT @Illumiell: Just read this and I wonder who's going to jump on the possibility of gay swan coparenting BL 😆 https://t.co/FzdDUpmGEh"
## 
## [[5322]]
## [1] "PERRIEpinas: RT @gayshipseries: a thread of inkpa scenes from #badbuddyseries &lt;3\n\np.s the series is a BL theme but i highly recommend watching the whole…"
## 
## [[5323]]
## [1] "Astroblshastri: Book Online Appointment Call &amp; WhatsApp:- +91-9815160025 Astrologer BL Shastri (expert astrologer &amp; vastu consultin… https://t.co/mO2ObARuOE"
## 
## [[5324]]
## [1] "ApocTao: @illustrata_ai @joynxyz @amli_art @bl_artcult She stopped.. glanced behind her and without hesitation, jumped."
## 
## [[5325]]
## [1] "Astroblshastri: Book Online Appointment Call &amp; WhatsApp:- +91-9815160025 Astrologer BL Shastri (expert astrologer &amp; vastu consultin… https://t.co/xlAMSx2bmw"
## 
## [[5326]]
## [1] "denuys_c: RT @archaeologyart: \"Cheers!\". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…"
## 
## [[5327]]
## [1] "GungJansiri: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[5328]]
## [1] "Befikraashique: RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…"
## 
## [[5329]]
## [1] "bl__bts_: RT @bssnol: hold him forever boss \n\n#KissMyBodyXBossNoeul\n\nhttps://t.co/whKTsLkiEV"
## 
## [[5330]]
## [1] "cloths_for_all: @Vox_Akuma I'm just reading my BL and open tweeter to see this like dam bich things be connected"
## 
## [[5331]]
## [1] "vertexpotion: @ysteiria giggling that and the one who reads bl you definitely have curious friends"
## 
## [[5332]]
## [1] "morebandages: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5333]]
## [1] "syeathoughts: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5334]]
## [1] "mayank_314: RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[5335]]
## [1] "Sleemzy_avil: RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌"
## 
## [[5336]]
## [1] "ApocTao: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nShe fell back, confused, unsure of the moment.… https://t.co/ptwLPa4orZ"
## 
## [[5337]]
## [1] "jokenkenAR: @mharistiane T///wice and Bl///ackpink?!? I don’t know them emz"
## 
## [[5338]]
## [1] "snxiowi4: RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…"
## 
## [[5339]]
## [1] "LivsAbell: I need someone to custom make me a duvet &amp; cover that has GIANT TL, TR, BL, BR on respective corners. CAUSE… I can… https://t.co/fGYJO2zuSY"
## 
## [[5340]]
## [1] "daily_k_drama: [Poster] Premiere 15 dicembre per il BL drama “The Director Who Buys Me Dinner”.Office-romance con Jeong Woon, Jang… https://t.co/vw5c9bfgpc"
## 
## [[5341]]
## [1] "gohliuying_fans: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5342]]
## [1] "Purehappiness19: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[5343]]
## [1] "bl_4_eva: @RanaWaanjai @MSuppasit Thankyou so much beautiful 😘😘"
## 
## [[5344]]
## [1] "mileapo_greeny: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[5345]]
## [1] "QuietMindsClass: @aksnevv Favorites:\nOxygen (my comfort BL 😭💕)\nDoukyuusei (ditto 🥺💕)\n\nThese are also great but in no particular orde… https://t.co/Q6RbKecyWm"
## 
## [[5346]]
## [1] "leyanasl: @eslem_bl @Orliss3 Canon"
## 
## [[5347]]
## [1] "agaunstnazguls: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5348]]
## [1] "netxjames: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[5349]]
## [1] "Strawburryjm: RT @Strawburryjm: I  love how Fujos act like consuming BL is the PEAK of gay allyship and act as if its accurate to gay life because a lil…"
## 
## [[5350]]
## [1] "enralada69: my fav part or starting a new series or book is searching for BL later :')"
## 
## [[5351]]
## [1] "lvrqueercntnt: RT @introvertsmemes: Me choosing how I’m gonna waste my time next https://t.co/EyEh6udRJY"
## 
## [[5352]]
## [1] "signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch… https://t.co/7uM3PqnGn5"
## 
## [[5353]]
## [1] "o0StanAce0o: which i guess it's kind of what makes it a \"good\" movie (?). Also pls don't let the poster and the tiktok edits foo… https://t.co/0jseSCwTZT"
## 
## [[5354]]
## [1] "AnaGrayred: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[5355]]
## [1] "JAIDEEPDAS18: The manhua has been feeding us so well\n \n#Blockbench #summer #BL\n\nhttps://t.co/c0nk3shMvv https://t.co/nbHweaVv0U"
## 
## [[5356]]
## [1] "Kpopmap: Yoon SeoBin &amp; Kim JiWoong \"Dream Of You\" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting… https://t.co/4RvWo8vSNc"
## 
## [[5357]]
## [1] "jaylan53i: MHOMER Large Utility Tote Bag Heavy Duty Grocery Shopping Bags with Reinforced Bottom Foldable Tote for Storage Bea… https://t.co/itw0NPDwdR"
## 
## [[5358]]
## [1] "YoganathanMP: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[5359]]
## [1] "arleenimoro: s stern; and he gazed\nbeyond the whale’s place, towards the dim bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/ucGe1K7Vdy"
## 
## [[5360]]
## [1] "Acidaddict3: @BUB_BL_ES NOOOOOO send it to me please😭😭😭😭"
## 
## [[5361]]
## [1] "webviruz: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5362]]
## [1] "bl__bts_: RT @buyolee_: He knows for sure way around here 😆😆 such as where to put his hand or grab the thigh 😄😄 good habits die hard 😅\n#Bosschaikamon…"
## 
## [[5363]]
## [1] "bl__bts_: RT @noeul1805: 291122 Kiss my body Meet&amp;Greet with Bossnoeul \n\nCr : RAIN.N  \n#Noeulnuttarat #MagentaBoy \n#KissMyBodyXBossNoeul https://t.co…"
## 
## [[5364]]
## [1] "mileapo_greeny: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[5365]]
## [1] "aguilar_ve: @shahparism @bl_artcult @lamengana @pneumaninesix Many thanks my friend 🖤...and welcome 😌🙏🏻"
## 
## [[5366]]
## [1] "MegDmrt: @chouyo_ BL SOULD BE A MUST READ IN SCHOOL. (did you read \"Ubime No Etranger\"?)"
## 
## [[5367]]
## [1] "Barbiares: @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @BOURGEOIIS_ @klunk22 @ala_art_lab… https://t.co/Eggu3BgXXc"
## 
## [[5368]]
## [1] "ALiuzzoScorpo: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[5369]]
## [1] "babou_bl: RT @Junafour: guys and girls can duo without dating btw"
## 
## [[5370]]
## [1] "WTK_BL: RT @heeShinju: If you see「個人利用OK」is written on an artist bio/profile (or on post caption etc) then it means that you're only allowed to sav…"
## 
## [[5371]]
## [1] "Tian_A1: MSC partner WAVE BL processes 100000 electronic bills of lading [ https://t.co/V30dX2X6SO ] With the announcement o… https://t.co/Oidta9G0hQ"
## 
## [[5372]]
## [1] "EPdyof: JLXJ Indoor Umbrella Holder, Modern Quality Umbrella Stand, Great for Umbrella Bucket for Front Door/Entryway/Hotel… https://t.co/a8H9D3kfYl"
## 
## [[5373]]
## [1] "zuradaisuki: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5374]]
## [1] "chouyo_: @MegDmrt omg the effort alsksk THANKIEW MEG also heh it’s nice to meet another fellow bl friend"
## 
## [[5375]]
## [1] "TofficKagawa: RT @tutulismyname: 3) Tunisia vs Australia featured players from 16 different leagues: La Liga, Ligue 1, Bundesliga, Serie A, MLS, Champion…"
## 
## [[5376]]
## [1] "NeoThomist81: RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…"
## 
## [[5377]]
## [1] "cupofassam: First in. Bagsied my favourite spot in Humanities 1 at the BL. https://t.co/p0QOPDpvfF"
## 
## [[5378]]
## [1] "linob_bl: RT @seungdduk: STRAY KIDS BEING INTRODUCED AS TRIPLE MILLION SELLERS IN FRONT OF THOUSANDS OF PEOPLE EXACTLY EXACTLY"
## 
## [[5379]]
## [1] "Bruce11520202: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[5380]]
## [1] "WisnuPradanaArt: RT @WorldNfts: @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by @WisnuPradanaArt\nIT'S AL…"
## 
## [[5381]]
## [1] "WisnuPradanaArt: @WorldNfts @Morph_VGart @alulasit @delta_sauce @bl_artcult @KatalinaOoma @paschamo Thank you world! 🙌🙌🙌"
## 
## [[5382]]
## [1] "VJMS9: Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36\" Gold Sand Glass Lampwork… https://t.co/2NAi7krgCs"
## 
## [[5383]]
## [1] "Runes7th: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5384]]
## [1] "kokinoak: RT @archaeologyart: \"Cheers!\". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…"
## 
## [[5385]]
## [1] "BooksTeaFilms: RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…"
## 
## [[5386]]
## [1] "LMG_2117: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[5387]]
## [1] "pk5125: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj… https://t.co/CVQrU6nMJ6"
## 
## [[5388]]
## [1] "Anuradhatweet: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[5389]]
## [1] "mafiyamii: RT @stellarharus: i don’t know who came up with the misconception that any anime having a mlm or a wlw couple is a bl or gl but ? it doesn’…"
## 
## [[5390]]
## [1] "qiyaio: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5391]]
## [1] "mochieemolala: RT @spookicooky: God i really have such good taste in bl and kpop men"
## 
## [[5392]]
## [1] "asia_bl_: RT @sususiaoo: 🗣️: boss what do you feel is Noeul's charm? How is it? \nBoss: cute *squeeze cheek*\n#KissMyBodyXBossNoeul\nhttps://t.co/l0yhfS…"
## 
## [[5393]]
## [1] "Adge_the_Mage: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5394]]
## [1] "PARKJIMINM8: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5395]]
## [1] "RCCoulombe: RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…"
## 
## [[5396]]
## [1] "oilandgaspress: Posts from Oil and Gas | Energy News Releases to 29/11/22 . OPEC daily basket price at $79.93/bl, 28 Nov. 2022 for… https://t.co/j2GIXelnFo"
## 
## [[5397]]
## [1] "waniestonzj2: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5398]]
## [1] "Contemporary_BL: RT @MarksAwards: 🍃News about the Environmental Poet of the Year prize. Four poets were commended. You can read the judges’ comments about t…"
## 
## [[5399]]
## [1] "sinha_sippy: My uncle daily routine work may be like as he is writing 5 serials simultaneously. \nMon -KB Tue-KKB  Wed -BL ,Thur… https://t.co/vNS7azaraq"
## 
## [[5400]]
## [1] "ElitesMewgulf: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[5401]]
## [1] "dpop_p: @BLcritic to having high end brands take them on for their campaigns. The views as well as the engagement and how t… https://t.co/eZKyuARyLy"
## 
## [[5402]]
## [1] "BTSSVERSE: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[5403]]
## [1] "IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H"
## 
## [[5404]]
## [1] "agtmadcat: @LaraHReid No worries, it's a very difficult concept to internalize and I'm not the best at explaining it, clearly!… https://t.co/7GfGm0tfkw"
## 
## [[5405]]
## [1] "catherinemginn: RT @rvigg: @IanJamesMartin4 @catherinemginn @LGalloway77 Then they are doing a bl**dy good job  I'd say. Well on course to achieve their go…"
## 
## [[5406]]
## [1] "CurtMaestro: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5407]]
## [1] "starcelokia: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5408]]
## [1] "mafiyamii: RT @kojiroshishido: Yaoi or BL? Indeed, those are popular in Japan as \"fantasy\" for women to enjoy. However, these women are looking for \"f…"
## 
## [[5409]]
## [1] "chemabulsayang: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5410]]
## [1] "cheeringniall1: When you do things with love, flowers bl\n\n&gt;_&gt;_&gt;_&gt;CN12&gt;_&gt;_&gt;_&gt; https://t.co/9neIeDOPem"
## 
## [[5411]]
## [1] "Ninyy__: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5412]]
## [1] "dpop_p: @BLcritic Also the reason I wouldn’t expect him to venture into BL again is because 2gether if we’re being honest h… https://t.co/PYeXmI6AmH"
## 
## [[5413]]
## [1] "iandavidjones2: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[5414]]
## [1] "QueenofCats200: @TheMadamCrimson Oh gods… sympathies. Mine gets to 32% and just hangs. Bl**dy updates."
## 
## [[5415]]
## [1] "Ratnakarrudra: @IRCTCofficial at jabalpur in Bl shramik  PNR. 6840097275 No water available in washroom and no cleaning as well. Again disappointing."
## 
## [[5416]]
## [1] "spookicooky: God i really have such good taste in bl and kpop men"
## 
## [[5417]]
## [1] "runwitchi: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[5418]]
## [1] "i_m_cer: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[5419]]
## [1] "CataclysmalLife: And that’s why no one’s surprised about him being in a BL https://t.co/fWmgkueSAt"
## 
## [[5420]]
## [1] "zetsubo12: i feels like this account for bl sht while the other account for NL or GL thing"
## 
## [[5421]]
## [1] "LuminoLovely: RT @0LDMANYAOI: Also- we need to stop fujoshis that make yaoi and BL bc I'm tired of the horrible rep and fetishisation of my sexuality /c"
## 
## [[5422]]
## [1] "oneoff666: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[5423]]
## [1] "bluehalfblood: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[5424]]
## [1] "SeshesM: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[5425]]
## [1] "sakurali01: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[5426]]
## [1] "Wordsworthians: RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…"
## 
## [[5427]]
## [1] "dpop_p: @BLcritic I agree with you! I’d actually be surprised if he decided to venture into BL again after the colossal suc… https://t.co/BSPhmtIM47"
## 
## [[5428]]
## [1] "MazpmS: RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…"
## 
## [[5429]]
## [1] "Lallum35: RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…"
## 
## [[5430]]
## [1] "shanidar4: RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…"
## 
## [[5431]]
## [1] "jiutiansong: GMMTV has a bunch of people who can actually SING but they are relegated to making covers once in a blue moon. Mean… https://t.co/UnhHQfYmLN"
## 
## [[5432]]
## [1] "Bl_Troyanda: RT @OlenaHalushka: Serhiy Novosad, 49. russians shot him in head, placing a machine gun muzzle in his mouth. Then they fired at his body, t…"
## 
## [[5433]]
## [1] "red_loeb: December with a very jolly Capricorn in the 'Shaftesbury Psalter'\n\nBL Lansdowne 383; the 'Shaftesbury Psalter'; 12t… https://t.co/4AaJpCNiKi"
## 
## [[5434]]
## [1] "ALITTLEPAPERS: RT @OddsocksTango: If seeing a few BL shows that show sex scenes between consenting adults is enough to make you think queer people only th…"
## 
## [[5435]]
## [1] "_mideyyyy: @omobabalaja you’re bl!nd"
## 
## [[5436]]
## [1] "Bl_Troyanda: RT @GLandsbergis: My message to fellow foreign ministers at today's NATO meeting is simple: Keep calm and give tanks. https://t.co/Z7rynLp4…"
## 
## [[5437]]
## [1] "JimAkanishi: RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…"
## 
## [[5438]]
## [1] "FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists… https://t.co/PKAX84ZB9M"
## 
## [[5439]]
## [1] "Bl_Troyanda: RT @visegrad24: 6 civilians were killed in the Russian missile strike on a residential complex in Vyshgorod, near Kyiv on November 23rd.\n\nI…"
## 
## [[5440]]
## [1] "MrCherr35092971: message 2 before mentions     @Maria_BL_ellv @laurance_a @EvilCircuits @VixDeLaQ  @AAK_Guild @i_poletaj… https://t.co/RMSrtIpZAm"
## 
## [[5441]]
## [1] "Bl_Troyanda: RT @Gerashchenko_en: Unbreakable Ukrainians are preparing for possible complete blackouts if Russia continues its energy terror.\n\nI admire…"
## 
## [[5442]]
## [1] "0511hararuni: RT @genshinficfess: au! cw // bxb bl ship haikaveh , alhaitham x kaveh\n\nwhat if Alhaitham is the one who made Kaveh broke to force him stay…"
## 
## [[5443]]
## [1] "hauutdawg: RT @dryoatss: 🧎🏻‍♂️I offer my contribution to the #19days fandom #19daysfanart #moguanshan #hetian #boyslove #bl https://t.co/JR22k5FpCk"
## 
## [[5444]]
## [1] "linob_bl: RT @skzchartdata: .@Stray_Kids has won \"Worldwide Fan's Choice\" (Bonsang) at 2022 MAMA Awards!\n\n#StrayKids #스트레이키즈 https://t.co/IvI3pzvDvB"
## 
## [[5445]]
## [1] "Bl_Troyanda: RT @Vyaches13855081: True heroes the same as our brave soldiers!\n#Ukraine #RussiaIsATerroristState https://t.co/FUMYNIUYG9"
## 
## [[5446]]
## [1] "DaemonAAc: RT @red_loeb: @BLMedieval The heavenly gift of honey 🍯\n\n@BLMedieval Bl Kings MS 24;  ‘the King’s Virgil’; 1483-1485 CE; f.47v https://t.co/…"
## 
## [[5447]]
## [1] "wluvscats: BL anime 🫶"
## 
## [[5448]]
## [1] "Bl_Troyanda: RT @Vyaches13855081: @Glencore While you continue doing business in russia, innocent children, civilians are being killed by the aggressor'…"
## 
## [[5449]]
## [1] "SoniaSa96325829: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[5450]]
## [1] "DaemonAAc: RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…"
## 
## [[5451]]
## [1] "bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022… https://t.co/9R5VeDWUpG"
## 
## [[5452]]
## [1] "brookebay21: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[5453]]
## [1] "CarinaNieuw: Present at the European Industry and Energy Summit 2022 #EIES2022 at @BL_Chemelot to talk about the future of energ… https://t.co/7nxdYXe0DD"
## 
## [[5454]]
## [1] "folucar: RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…"
## 
## [[5455]]
## [1] "bl__bts_: RT @imnotenough99: Noeul if you do that what asking for i will stop flirting with boss for 6 days.  \n#KissMyBodyXBossNoeul"
## 
## [[5456]]
## [1] "Randy_v_Brienen: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[5457]]
## [1] "ITooObserve: RT @BL_HebrewMSS: Beautiful grisaille painting of Noah's ark showing animals and birds approaching the ark, from an 18th century Sabbath pr…"
## 
## [[5458]]
## [1] "cmoneyowoww: @GreenpeaceAP @David_Ritter When is it time to take REAL action?? Theres going to be nothing left to save if we kee… https://t.co/J15V9KyNRL"
## 
## [[5459]]
## [1] "bl__bts_: RT @WintTheint1: Let's move on 🤩💞 #KissMyBodyXBossNoeul"
## 
## [[5460]]
## [1] "bl__bts_: RT @eullee_: Boss putting his hands on noeul's shoulder and Noeul clinging into boss arm = me dying in happiness\n#KissMyBodyXBossNoeul"
## 
## [[5461]]
## [1] "pondphu77: @Strawb3rryDunk @ppnaravit @phuwintang @NeverLetMeGoTH True . But that also means were competing with betweenus in… https://t.co/5zgzxOASuf"
## 
## [[5462]]
## [1] "yoonknoww: @thvracha @yeniology The guy who entered with the bike has acted in a BL"
## 
## [[5463]]
## [1] "cskk888: RT @Jiniya1204: In Hollywood today :) Also went to see Seokjin's hand printing on Hollywood Bl 😍 \n\n#TheAstronaut #JIN #방탄소년단진 @bts_twt http…"
## 
## [[5464]]
## [1] "jinyoung_bl: RT @jinjeoeo: A white cotton undies"
## 
## [[5465]]
## [1] "sukasukatsuki: RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc"
## 
## [[5466]]
## [1] "hyunlxed: @cookieracha_ semantic error it’s a bl kdrama"
## 
## [[5467]]
## [1] "ThomasPeachLib: @heroicendeavour Oh jeez I didn’t bother because I assumed there’d be mainly folks from iSchools, sector leads and… https://t.co/QFSvwsiJZG"
## 
## [[5468]]
## [1] "ChelaPerez17: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[5469]]
## [1] "BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautifu… https://t.co/HIrYbSE7KN"
## 
## [[5470]]
## [1] "BL_Publishing: RT @JanetEmson: Thanks @BL_Publishing for The Mysterious Mr Badman by W F Harvey, out now. https://t.co/8NtO5OMJdA"
## 
## [[5471]]
## [1] "BL_Publishing: RT @sherlockeditor: And now a Purolator delivery - Celtic Weird edited by @ohsinnerman. Another beauty in the @BL_Publishing series! https:…"
## 
## [[5472]]
## [1] "folucar: RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…"
## 
## [[5473]]
## [1] "adhilahamed_BL: RT @TRBRajaa: ITS GOLLLLLLLLD FOR TAMILNADU !!!!!!!!!\n#NilaaRajaaBaalu WINS NATIONAL GOLD at the 65th National Shotgun Shooting Championshi…"
## 
## [[5474]]
## [1] "bakeliteguy: Whichever one you choose the bl@@dy thing will have less in it that it did last year. https://t.co/49zJTuotQT"
## 
## [[5475]]
## [1] "torphxbe: Prothane 6-309-BL Black Rear Control Arm Bushing Axle Housing Kit C1IU99U\n\nhttps://t.co/qGrDW3tHD5 https://t.co/kWUUUDW912"
## 
## [[5476]]
## [1] "cookieracha_: @hyunlxed what is bl error?"
## 
## [[5477]]
## [1] "FurryLibrarian: RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…"
## 
## [[5478]]
## [1] "PMewGulfSaid: RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…"
## 
## [[5479]]
## [1] "lowe78jcjn: Lunsom Skull Shift Knobs Resin Shifter Head Most Car Transmission Shifting Stick Handle Fit Most Automatic Manual V… https://t.co/TsnxddhZhx"
## 
## [[5480]]
## [1] "manx_maid: RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…"
## 
## [[5481]]
## [1] "Reddingt0n9: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[5482]]
## [1] "Seannnny_: RT @bkppent: yall talking about neo being employed lets talk about the REAL bl secondary characters these two are in everything you can thi…"
## 
## [[5483]]
## [1] "craigansibin: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5484]]
## [1] "cypheryoongi: @artbyhwang they were dongkiz but rebranded as dkz! you might know jaechan who was in the bl drama semantic error!"
## 
## [[5485]]
## [1] "fourtknightttt: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5486]]
## [1] "Elmo580: RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…"
## 
## [[5487]]
## [1] "treelann: I'm ur Abba Father. I am the Righteous Judge.\n\nMy courts are a place of joy n freedom for u because u've been MADE… https://t.co/24uIqTaYC5"
## 
## [[5488]]
## [1] "red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 3… https://t.co/ge1Fj9nYsj"
## 
## [[5489]]
## [1] "MchMerteha: @GioHassoun The fact that u answered where u'll actually be do u rlly think ana bl malja2? 😂"
## 
## [[5490]]
## [1] "fromiznine: le distanze a cui portano i bl... good for them fr"
## 
## [[5491]]
## [1] "DaemonAAc: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[5492]]
## [1] "ajsweetboy: @EianSolidsOFC excited to see you judge eian\n\nJUDGE EIAN ON GLOBE ONE\n#EianRances  Bl"
## 
## [[5493]]
## [1] "hyunlxed: @cookieracha_ that was jaechan! he’s also in the bl semantic error"
## 
## [[5494]]
## [1] "apoflorawine: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5495]]
## [1] "zhr99356552: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[5496]]
## [1] "Illumiell: Just read this and I wonder who's going to jump on the possibility of gay swan coparenting BL 😆 https://t.co/FzdDUpmGEh"
## 
## [[5497]]
## [1] "steh_x: @smhw123 @junkofzeart @MangaMoguraRE @SuBLimeManga they actually do for BL tho, all of recent releases are being av… https://t.co/sXk2Cjhnvg"
## 
## [[5498]]
## [1] "D2ist: i have seen this group on tiktok they wwre gna disband but then they didjt and one of them is in a bl or something i think"
## 
## [[5499]]
## [1] "awodzynka: RT @mileaposlayer: — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https://…"
## 
## [[5500]]
## [1] "tastelixie: FUN FACT JAECHAN FROM DKZ STARRED IN A KOREAN BL !!"
## 
## [[5501]]
## [1] "yaoitalia_it: Ultime uscite BL in fumetteria: \n🔹All of you vol. 1\n🔗https://t.co/jt8ReigDKe\n\n🔹All About J vol. 2\n🔗… https://t.co/HEBD1SpLmu"
## 
## [[5502]]
## [1] "treelann: Who shall accuse u now, BL? Who shall condemn My Ch? No one.\n\nFor Christ Jesus, who died, n more than that was rais… https://t.co/AFmU21fV1k"
## 
## [[5503]]
## [1] "leanonsel: The way jc starring a bl got his group to perform in mama"
## 
## [[5504]]
## [1] "bl__bts_: RT @sususiaoo: The way Boss pulled Noeul closer to him and Noeul trying to avoid his eyes 🤭\n#KissMyBodyXBossNoeul https://t.co/2y1ZipbrrR"
## 
## [[5505]]
## [1] "thvzzn: THAT'S THE BL GUY https://t.co/d27qfjxXgR"
## 
## [[5506]]
## [1] "eternallyjs: is this the group w thé bl member"
## 
## [[5507]]
## [1] "noturskylite: I know Weak hero class 1 isn't BL but... HOW THE HELL CAN U EXPLAIN SHI EUN'S STARE AT SOO HO?? The tension in ever… https://t.co/DLYf8hSVJB"
## 
## [[5508]]
## [1] "itboybuild: @bubibbiu The bravery to open bl acc in the crowds 🤣"
## 
## [[5509]]
## [1] "revehour: the bl fans propelled the momentum to get dkz to this point its kinda amazing"
## 
## [[5510]]
## [1] "davesh153: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[5511]]
## [1] "HViva34: PUUUCI Silicone Case for Google Nest Hello Doorbell (Battery) Cover - Weatherproof Protective Silicone Doorbell Ski… https://t.co/ZRLzyxJlxM"
## 
## [[5512]]
## [1] "gaygyyy: [Girl's Maniax Original (BL) (Various)] DLsite Girl's Maniax Anthology Vol. 5 -Mesu Ochi- [JP] - MyReadingManga https://t.co/XvLZw3Uy1N"
## 
## [[5513]]
## [1] "abbott14ghgw: BLITZU Compression Socks Men, Knee High Socks For Women 20-30 mmhg  Best Compression Stockings For Leg Pain Relief,… https://t.co/QLWMKx0EWU"
## 
## [[5514]]
## [1] "Chris14443657: @AdelekeFunmi18 @Ziyechman That na bl@@@@@st"
## 
## [[5515]]
## [1] "Aptos1990: RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…"
## 
## [[5516]]
## [1] "orked614: RT @SubbyBaek: I want a life what bl manhwas have!!!!"
## 
## [[5517]]
## [1] "yoonknoww: THE BL GUY WNTERING WITH A BIKE"
## 
## [[5518]]
## [1] "Thomas53319799: RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L"
## 
## [[5519]]
## [1] "Nap_ooo: RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…"
## 
## [[5520]]
## [1] "tacticooIer: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5521]]
## [1] "biubiuppk: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[5522]]
## [1] "em0junghoseok: damn jaechan really brought his group out of nugudom with that bl"
## 
## [[5523]]
## [1] "JimAkanishi: RT @BreXsday9: Hear me out them as the the main couple we need this, we should make this a trending so maybe can happen. We need them back…"
## 
## [[5524]]
## [1] "Mrlemo9: @BigBootyJudy_14 @CaribBros And to get second bl form thats need a boss drop make it drop from each charater story after u finished it"
## 
## [[5525]]
## [1] "sojungsplanet: oh that group has the bl guy"
## 
## [[5526]]
## [1] "bl__bts_: RT @famewya: Host : Boss, what do u think Noeul’s charm is?\nBoss : He’s cute\n\n#KissMyBodyXBossNoeul"
## 
## [[5527]]
## [1] "dendeph: RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…"
## 
## [[5528]]
## [1] "angiecakes1990: @_OmPlayz @urfavcatpun nothing happened its in ep 13 the synopsis and BL confirmed Luka is gonna travel with his fa… https://t.co/w0yoJ3Sb9f"
## 
## [[5529]]
## [1] "army_melody_bl: RT @akitasoundinomg: and the category is....FACE @pledis_17 https://t.co/kTcZ9icroF"
## 
## [[5530]]
## [1] "MarineMushu: RT @miahuahua: If yall want a BL recommendation on webtoon, you should totally read Take off, it's such an adorable comic!! + the finale is…"
## 
## [[5531]]
## [1] "0LDMANYAOI: Also- we need to stop fujoshis that make yaoi and BL bc I'm tired of the horrible rep and fetishisation of my sexuality /c"
## 
## [[5532]]
## [1] "schmittwsb: 2022 Newest Android Car Stereo for Toyota Camry 2008 2009 2010 2011, 9 Inch Touch Screen Radio Player with GPS Navi… https://t.co/Q2rXlKkZFi"
## 
## [[5533]]
## [1] "KurobaInu: Old Xians safety is more important than our reading comfort. they can, will and already did get in serious trouble… https://t.co/laVHkVpZXo"
## 
## [[5534]]
## [1] "xx_wawax: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5535]]
## [1] "ArchiveHashtag: RT @BL_prints: Etching of the astronomical clock in Lyon Cathedral with its several dials and allegorical and decorative figures and carvin…"
## 
## [[5536]]
## [1] "MchMerteha: @GioHassoun Most probably m3k ha2 bs khaline onbosit bl mawjud hl2 :')"
## 
## [[5537]]
## [1] "noteGarrett: RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4"
## 
## [[5538]]
## [1] "ryconize: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5539]]
## [1] "army_melody_bl: RT @snowkhoshi: it’s kinda hard not expecting any awards for seventeen especially this year when we all know hot is the most popular bg son…"
## 
## [[5540]]
## [1] "fangrlbutnotime: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[5541]]
## [1] "Beenhakitty: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5542]]
## [1] "ezesunez: @iPrinceSaviour @Jack_ng01 @JosephOnuorah @_weyimi @Nkemchor_ @TakeBackNaija_ @FS_Yusuf_ @ChudeMedia @ChigozieIAlex… https://t.co/0qlCo6LM4s"
## 
## [[5543]]
## [1] "PattrapornSuna2: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5544]]
## [1] "NurMaisarahAli4: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5545]]
## [1] "loveGulf0412: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[5546]]
## [1] "Lusifer__Girl: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[5547]]
## [1] "broken_head_bl: RT @F1: Ferrari confirm Mattia Binotto has resigned as Team Principal\n\n#F1\n\nhttps://t.co/Nl730UN0Qr"
## 
## [[5548]]
## [1] "GENSHlIN: RT @nivs__: hi &lt;33 kinda?? new to #genshintwt &amp; #anitwt so i’m looking for moots\n-hxh,bsd,csm,bl,sk8,jjba,spyxfamily and more!\n\n-im ar 55…"
## 
## [[5549]]
## [1] "angiecakes1990: @urfavcatpun in ep 13 which we haven't seen yet according to BL \nLuka leaves the country with his father to protect… https://t.co/mXnoIVBI7H"
## 
## [[5550]]
## [1] "_bl_ai_ze: RT @kusssman: Ronaldo celebrating with his teammates getting more outrage than MESSi shitting on the Mexican flag.   \nwe can’t beat Messi P…"
## 
## [[5551]]
## [1] "wooinajii: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5552]]
## [1] "frankbtc21k: RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…"
## 
## [[5553]]
## [1] "yiiisheng: If i make an artbook... It'll be so BL... Is it ok if i just make it like ocs and stuff tho-"
## 
## [[5554]]
## [1] "aery_ranju: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[5555]]
## [1] "bl__bts_: RT @sususiaoo: Noeul clinging on to Boss. Love that for them \n#KissMyBodyXBossNoeul\nhttps://t.co/o9I1G613PT"
## 
## [[5556]]
## [1] "xielianbr: @hualianrot BL in general. \nI have the same feeling"
## 
## [[5557]]
## [1] "Dianfatma88: RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc"
## 
## [[5558]]
## [1] "namki_xoxo: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[5559]]
## [1] "jinyoung_bl: RT @aloha_uj: blowing up people’s head is the last thing I want.  And if possible, I hope I don’t find some foolish 15-year-old juvenile de…"
## 
## [[5560]]
## [1] "jinyoung_bl: RT @aloha_uj: It’s freezing.  It’s f—ing freezing. \n\n“Good that it’s not too cold today.”\n\nBinnie blabbed from chapped lips.  Of course it…"
## 
## [[5561]]
## [1] "red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/zGD7mDpNwJ"
## 
## [[5562]]
## [1] "oilandgaspress: OPEC daily basket price at $79.93/bl, 28 Nov. 2022 https://t.co/mo2QatQRLK Nigeria recently established its five-ye… https://t.co/NYouqrzEXA"
## 
## [[5563]]
## [1] "GENSHlIN: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[5564]]
## [1] "1998Milkmilk: RT @mileaposlayer: — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https://…"
## 
## [[5565]]
## [1] "Moira86529543: @JinkiWaistPls I'm lucky it's after working hours for me, tho I wish they did BL for both days 😭"
## 
## [[5566]]
## [1] "AdzTheMadz: Our kings! The IT couple of Thailand!! BL legends @milephakphum @Nnattawin1 #MileApo #MilePhakphum #Nnattawin ✨🙌🏼💚 https://t.co/tY8O5oUbqI"
## 
## [[5567]]
## [1] "htr26_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5568]]
## [1] "SiddikaTumpa: When I'm not reading SPYxFamily, I'm reading I Mingled With A CEO: The Daughter's Return!\n \n#BITEOST #fanart #bl… https://t.co/YvCF9sKGsw"
## 
## [[5569]]
## [1] "Cock_Robin1: @billawki I see 😯 certainly, fujoshi is someone who likes bl. my idea was not someone who only liked bl, but someon… https://t.co/9983VAHQHY"
## 
## [[5570]]
## [1] "bnuiit: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5571]]
## [1] "haewonnieblu: RT @shashwas97: Another bias playing BL.... KIM YUHWAN WHY ARE YOU HERE???? GZJSJSJDK https://t.co/HmTP4kOe8z"
## 
## [[5572]]
## [1] "eyeseye_bl: RT @MnetMAMA: [#2022MAMA] Red Carpet #lesserafim #르세라핌\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AW…"
## 
## [[5573]]
## [1] "seni_bl: Sequoia’s Sonya Huang: Generative AI hype “absolutely justified” - Protocol by @ \n#AI https://t.co/TzK2QwXkrS"
## 
## [[5574]]
## [1] "bl__bts_: RT @blackjoker44554: Rain living alone in the forest since he was born, because their parents was separated by cruel worlds they were livin…"
## 
## [[5575]]
## [1] "qukiyyo: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5576]]
## [1] "Skaya0007: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5577]]
## [1] "NurulAqilahF: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5578]]
## [1] "Bl_sodelicious: RT @SneakerPhetish: I CANT STOP LAUGHING 😂😂\n\n https://t.co/GFAiCx1X4g"
## 
## [[5579]]
## [1] "rinnie0718: @Agavegator Fr altho there are recent BL/yaoi that feature sub tops &amp; dom bottoms too"
## 
## [[5580]]
## [1] "odultfiction: i loooooove the old korean bl films 🥺"
## 
## [[5581]]
## [1] "_bl_ai_ze: RT @FrankKhalidUK: Doesn’t matter how many times Man City beat us, the one game which they wanted to win was the one we won. 💙 https://t.co…"
## 
## [[5582]]
## [1] "RanaWaanjai: @bl_4_eva @MSuppasit Awwwww Sammieee!!! Happy bday bub!!!! Wishing you the happiest day and lots of love all this y… https://t.co/h96OrBXvqt"
## 
## [[5583]]
## [1] "SIKHYEL0V: did someone watch bl #PleaseTellMeSo ?"
## 
## [[5584]]
## [1] "Rewritten17: Plan and tbh I ain’t mad I want bl in its two slots the dark vs the normal bls like they planned Tuesdays seem like… https://t.co/Mmg5DFu94J"
## 
## [[5585]]
## [1] "Rewritten17: Yeh they had Monday-Tuesdays for the lakorns Wednesdays Thursdays for the romances and Fridays for BL Saturday used… https://t.co/pSAiHMtyp9"
## 
## [[5586]]
## [1] "bl__bts_: RT @blackjoker44554: The story of payu and rain, payu is a gentleman \n#KissMyBodyXBossNoeul"
## 
## [[5587]]
## [1] "SCHIZO_MALEWIFE: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5588]]
## [1] "bl__bts_: RT @blackjoker44554: Alright i'll make payurain AU to trend hashtag \n#KissMyBodyXBossNoeul"
## 
## [[5589]]
## [1] "bl__bts_: RT @blackjoker44554: Rain is born from the love of a princess and a fairy prince \n#KissMyBodyXBossNoeul"
## 
## [[5590]]
## [1] "_bl_ai_ze: RT @foladgt: @Ezehi4 “What is cashout”"
## 
## [[5591]]
## [1] "mems_ukc: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[5592]]
## [1] "bl__bts_: RT @fortforpeat: he’a being precious again 🥹 he takes time to read all the birthday wishes for him 😭\n\n#OurSmile22ndFortDay #FortFTS\n https:…"
## 
## [[5593]]
## [1] "broken_head_bl: RT @F1: Binotto: \"I am leaving a company that I love\" https://t.co/3Cx7lZe4ml"
## 
## [[5594]]
## [1] "JuJuDramaLife: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[5595]]
## [1] "BL_prints: Etching of the astronomical clock in Lyon Cathedral with its several dials and allegorical and decorative figures a… https://t.co/uQd5HhAe6O"
## 
## [[5596]]
## [1] "teaqah: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5597]]
## [1] "scaramaid: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5598]]
## [1] "Jewelmoney_: @Kunzirio PHAHAHHAHA YES THAT and same and watch bl and kdrama and my anime😻🥰"
## 
## [[5599]]
## [1] "bl__bts_: RT @Mayamo6_: #KissMyBodyXBossNoeul #bossnoeul #bonoh keep going 😎"
## 
## [[5600]]
## [1] "BLcritic: I wouldn't expect him back in the BL world anytime soon. He is exactly where he wants to be. Congratulations to him… https://t.co/bUjm7t2xJy"
## 
## [[5601]]
## [1] "Christinading19: RT @mileaposlayer: — MILE TIME 💚\n\nLet‘s vote for our beloved mile! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https:…"
## 
## [[5602]]
## [1] "mystB12: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[5603]]
## [1] "regrattores: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5604]]
## [1] "TojisFuckWorm: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5605]]
## [1] "ganbayousoro: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5606]]
## [1] "kat_z_ee: RT @unicorn1007x: Babiis, please stream the trailer if you’re available right now.we’re left far behind other bl series. let’s raise our vi…"
## 
## [[5607]]
## [1] "BL_Learning: RT @EngMartyrSchool: Here is a sample of concertina books made by the Year 4 and 5 pupils at English Martyrs. Some of the children have bee…"
## 
## [[5608]]
## [1] "Bl_ueTe_ars: RT @sseracentric: \"what's a soulmate?\" https://t.co/escXGYEc5I"
## 
## [[5609]]
## [1] "BL_Learning: @EngMartyrSchool This made our hearts sing! Thanks so much to all the brilliant authors and illustrators who made b… https://t.co/oGArQLKAxX"
## 
## [[5610]]
## [1] "WANNlNGCORE: there are so many #THAT fandom on bl twt it makes my head hurt why can't yall be normal 💀"
## 
## [[5611]]
## [1] "_bl_ai_ze: RT @RickRoss: RT IF YOU PLAN ON BEING A MILLIONAIRE https://t.co/BPhVdkhtdv"
## 
## [[5612]]
## [1] "bebel1970_bl: @AdriianoDott Pass"
## 
## [[5613]]
## [1] "mems_ukc: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[5614]]
## [1] "sjk617: @totheyearning bl fandom is where critical thought and words go to die"
## 
## [[5615]]
## [1] "philipdotjpg: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5616]]
## [1] "itstiben: RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…"
## 
## [[5617]]
## [1] "bl_loverszz: RT @perayuhhh: watch singto’s smile widen with every picture, his eyes finally crinkle at the corners when krist faces him 🥹🫶✨ https://t.co…"
## 
## [[5618]]
## [1] "bl_loverszz: RT @perayuhhh: au (or not, maybe it’s true) that ks has developed a flower thing since they started having separate work. every time k or s…"
## 
## [[5619]]
## [1] "_bl_ai_ze: RT @therealkranium: Big up @wizkidayo @tydollasign  the story around this song is a dope set up over 100\nMill today  🚀🚀  ntn beats vision h…"
## 
## [[5620]]
## [1] "dinorisaur: RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…"
## 
## [[5621]]
## [1] "mems_ukc: RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…"
## 
## [[5622]]
## [1] "bl_loverszz: RT @FrieddChickit: When i’m getting tired of my day, i will listening to this while reading the lyrics, and somehow… it will heals my mood…"
## 
## [[5623]]
## [1] "Ayachou2: RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…"
## 
## [[5624]]
## [1] "bai_fernfernn: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[5625]]
## [1] "Dr_LouiseRhodes: RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…"
## 
## [[5626]]
## [1] "Bl_ueTe_ars: RT @msgzuha: le sserafim’s mma’s performance views on youtube are insane https://t.co/21M9pol02q"
## 
## [[5627]]
## [1] "lavenderchu: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5628]]
## [1] "Bl_ueTe_ars: RT @39bIooms: the rest was history! https://t.co/8IQKZJl3Az"
## 
## [[5629]]
## [1] "realbaela: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5630]]
## [1] "Alvychain_naur: RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…"
## 
## [[5631]]
## [1] "ym_623_GR_BL: RT @MnetMAMA: [#2022MAMA] Red Carpet #jo1 #제이오원\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AWARDS @o…"
## 
## [[5632]]
## [1] "Lampatam: @patpr4n I get what you mean but i'm a KP fan too (i watch/love a lot of BL)... please, don't generalize too much,… https://t.co/FGs0S35oVO"
## 
## [[5633]]
## [1] "ANlIMES: RT @heartferula: hii #manhwatwt #anitwt  still looking 4 moots!! \n\nfavs r:\ntcf, orv, sl, lookism, how to fight, tgcf, weak hero, no home et…"
## 
## [[5634]]
## [1] "nynnnzzz: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5635]]
## [1] "bl_world22: RT @creamy_isa: I miss this era so much..... 😭\n\nhttps://t.co/u7MwDq943T"
## 
## [[5636]]
## [1] "shahparism: @aguilar_ve @bl_artcult @lamengana @pneumaninesix Oh very nice\nThank you"
## 
## [[5637]]
## [1] "ANlIMES: RT @Vaniaster: #anisd #bltwt #Anitwt \n\nHello, this is a new acc of me. He/him 26. \n\nBasically will only talk about BL/yaoi stuffs, so pleas…"
## 
## [[5638]]
## [1] "Titity_99: RT @innerchilding7: Its a BL\nBecs i said so\n #WeakHeroClass1"
## 
## [[5639]]
## [1] "yolojolo3: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5640]]
## [1] "ANlIMES: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[5641]]
## [1] "pineapp51141163: RT @mileaposlayer: — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https://…"
## 
## [[5642]]
## [1] "Bl_ueTe_ars: RT @Kpop_Herald: [#2022MAMA] The party queens are here! @le_sserafim shines on the red carpet for @MnetMAMA! ✨ #LE_SSERAFIM #MAMA2022 #LESS…"
## 
## [[5643]]
## [1] "mrsunshinee: RT @lesswithnoname: Don’t be an organizer if you can’t handle it. Don’t be an organizer if you want to judge people. Don’t be an organizer…"
## 
## [[5644]]
## [1] "shahparism: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[5645]]
## [1] "Arike06: RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌"
## 
## [[5646]]
## [1] "loriavanessaa: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5647]]
## [1] "iraaaashahira: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5648]]
## [1] "bbest_bl: RT @Bossckm_: I'm back 🌑\n\n#Bosschaikamon #ShawtyBoss https://t.co/ScZWy8CTeQ"
## 
## [[5649]]
## [1] "aifealee: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5650]]
## [1] "StuartKells: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[5651]]
## [1] "Oloolnroc: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[5652]]
## [1] "anjacks0n: @kieranjol For NT see https://t.co/iGeBxSxlJa and BL see https://t.co/gnX8F2tf8K"
## 
## [[5653]]
## [1] "SuppaY8n2: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5654]]
## [1] "Matteo_94_BL: @LucaVaran Fucklespd"
## 
## [[5655]]
## [1] "zihouwo: Not BL but highly recommended! 🤭 I really love the chemistry between the main leads! 🥰💕 https://t.co/IVIU0VxI2L https://t.co/0j8D3nMa3j"
## 
## [[5656]]
## [1] "alveychain_naur: RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…"
## 
## [[5657]]
## [1] "iscreamchilin: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5658]]
## [1] "memeedoka: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5659]]
## [1] "ShashaNajiha: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5660]]
## [1] "bl_world22: RT @Mixdemamaya: This is the most handsome doctor\n@wixxiws #mixxiw\n#ส่วนผสมของมิกซ์ https://t.co/iYCf5r29Yu"
## 
## [[5661]]
## [1] "IpekMorel: @illustrata_ai @joynxyz @amli_art @bl_artcult Peaceful Mind\n\n\"She looked like a mermaid, peaceful and calm, her eye… https://t.co/Himgzg3PZA"
## 
## [[5662]]
## [1] "Denis_Bl: RT @F1: BREAKING: Mattia Binotto will leave his position as Ferrari team principal at the end of 2022\n\n#F1 https://t.co/wVzdS12IcG"
## 
## [[5663]]
## [1] "peachwasu: RT @moeshafatima: The sweetest scene of all the BL stories I've watch. I need this too 😥 \n\n You guys barely had any script here but you por…"
## 
## [[5664]]
## [1] "JanJi_PoPo: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5665]]
## [1] "heytofans: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5666]]
## [1] "zihouwo: @Naawiell Unexpected Falling ☺️ Not BL tho. But niceeee...I love the chemistry between the main leads 💕👍"
## 
## [[5667]]
## [1] "Nancy00194: RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n"
## 
## [[5668]]
## [1] "UntoldLives: Exploring registers of East India Company discharged soldiers 1820-1882. https://t.co/qCChrhKBzG"
## 
## [[5669]]
## [1] "BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022\" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌… https://t.co/hDidTcyy2o"
## 
## [[5670]]
## [1] "smollatpnyo: RT @OGTNAF: (8) Off, Gun, Neo, Mark, Victor in Cooking Crush (BL)\n\nOffGun BL + Cooking 😆\n\nOff: Last year, we did a serious drama\nGun: This…"
## 
## [[5671]]
## [1] "justwawaaaaa: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5672]]
## [1] "NPremath: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5673]]
## [1] "Nika_Rakhmanova: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nIn your arms\nA person with a pure heart sees… https://t.co/aQEcnUG7AP"
## 
## [[5674]]
## [1] "theacaptwoone: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5675]]
## [1] "tkakingybab: RT @suninhersmile: CAN SOMEONE RECOMMEND A GOOD BL MANHWA PLEASE IM DESPERATE"
## 
## [[5676]]
## [1] "_bl_ai_ze: RT @TrollFootball: Match venue for Iran vs USA. https://t.co/ObTiQ52ATt"
## 
## [[5677]]
## [1] "angstyweeaboo: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5678]]
## [1] "nhhhahaha: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5679]]
## [1] "everysza: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5680]]
## [1] "hareotokos: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[5681]]
## [1] "ApocTao: @illustrata_ai @joynxyz @amli_art @bl_artcult If you follow the replies, you'll find the story.  Sorry, I made it a… https://t.co/7490znTWRB"
## 
## [[5682]]
## [1] "TheSunwoo12: Lemme already apologise to my bl moots for the person I’ll become once dkz starts performing at mama🙃"
## 
## [[5683]]
## [1] "setyyr: blue lock mangaka would make a killing making bl manga... that artstyle is CLEAN clean"
## 
## [[5684]]
## [1] "jumpolgans: RT @OGTNAF: (8) Off, Gun, Neo, Mark, Victor in Cooking Crush (BL)\n\nOffGun BL + Cooking 😆\n\nOff: Last year, we did a serious drama\nGun: This…"
## 
## [[5685]]
## [1] "F0REVERCHAR: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5686]]
## [1] "seiroar: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5687]]
## [1] "poo976: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[5688]]
## [1] "minhoannisa12: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5689]]
## [1] "nsolehah_: RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…"
## 
## [[5690]]
## [1] "broken_head_bl: RT @ScuderiaFerrari: Ferrari announcement: \n\nhttps://t.co/31MIsehPq9"
## 
## [[5691]]
## [1] "shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in be… https://t.co/pDbdvyS0L0"
## 
## [[5692]]
## [1] "LeleGastini: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[5693]]
## [1] "itsmeummmmheyy: @BLUPDATE2022 I think maybe a shoulder to cry on will come out on December as they already listed it on Viki if not… https://t.co/iAvQPMoWYt"
## 
## [[5694]]
## [1] "bambii990: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[5695]]
## [1] "satur_tinnasit: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5696]]
## [1] "fortunateland7: RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq"
## 
## [[5697]]
## [1] "iridescentstaar: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[5698]]
## [1] "biblivore: RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…"
## 
## [[5699]]
## [1] "Audi67498525: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[5700]]
## [1] "bl_world22: RT @ToMixxiw: Earth,you looks so suspicious here 👀😳😳😳😳🤭🤣🤣🤣🤍😏\n\n#เอิร์ทมิกซ์ #EarthMix \n\nhttps://t.co/lnTFankyMP"
## 
## [[5701]]
## [1] "crowtiming: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5702]]
## [1] "Oxybenzone15: RT @Joellinepearl: BL Fans Get together budget ranking comfortable budget poll for everyone lets us know your budget guys this one includes…"
## 
## [[5703]]
## [1] "bubunicat: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[5704]]
## [1] "Sinndraw: ✨️Become a BL comic artist cutie✨️"
## 
## [[5705]]
## [1] "JassieShiqi: Gonna do some comic reading\n \n#comicspa #bl #ink\n\nhttps://t.co/pKkIjjuEzN https://t.co/SeMNdkCMqC"
## 
## [[5706]]
## [1] "Fuyumi_luv: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[5707]]
## [1] "mileaposlayer: — MILE TIME 💚\n\nLet‘s vote for our beloved mile! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :… https://t.co/dBdASUOGNc"
## 
## [[5708]]
## [1] "itsfluffycute: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[5709]]
## [1] "BL_LatestNews: Schalke and Cologne are interested in Nathanaël Mbuku, alongside Olympiacos FC from Greece, according to @sebnonda.… https://t.co/hSpf6qbCAd"
## 
## [[5710]]
## [1] "rvigg: @IanJamesMartin4 @catherinemginn @LGalloway77 Then they are doing a bl**dy good job  I'd say. Well on course to ach… https://t.co/nuTZdyMHTj"
## 
## [[5711]]
## [1] "b22racing: while\nfrom others came a sound of carpenters and coopers, with bl\n__iherb_promocode_promo_rewards_voucher_code_disc… https://t.co/OEhOW5gCb5"
## 
## [[5712]]
## [1] "blfr_bl: RT @NJW_Translation: ꒰ #NetJamesEngTrans ꒱\n\n👑It’s Q15, pls support KingUea and everyone in production\n👑Today, I meet with Tonkao. I didn’t…"
## 
## [[5713]]
## [1] "blfr_bl: RT @NJW_Translation: ꒰ #NetJamesEngTrans ꒱\n\n💬What’s today Q?\n🔥Q15\n💬You didn’t come alone today\n🔥I'm with nong Pang\n💬She's cute in the unifo…"
## 
## [[5714]]
## [1] "danwortonBB: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[5715]]
## [1] "4fforce_: i love having a lot of korean bl https://t.co/qQ0APc9Wx8"
## 
## [[5716]]
## [1] "reigenshisou: i wanted to ask my classmate if she read a certain bl and accidentally told my friends that i read bl"
## 
## [[5717]]
## [1] "miky8315: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5718]]
## [1] "formybeep_: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[5719]]
## [1] "FotiniOfficial: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5720]]
## [1] "cryformylifw: RT @hoshi801_: #BlueLock Bachira Meguru's profile and \"A day in the life at Blue Lock\" (which is probably the Episode 2 for BL mini-series,…"
## 
## [[5721]]
## [1] "Bl_ueTe_ars: RT @forlsrfmth: (⿻📁) วันนี้ @le_sserafim จะเข้าร่วมงาน 2022 MAMA AWARDS โดยมีชื่อเข้าชิงรางวัลถึง 5 สาขา\n\n⬩ Artist of the Year\n⬩ Song of th…"
## 
## [[5722]]
## [1] "trshh5: Felt so at home coming back to u, our bl world"
## 
## [[5723]]
## [1] "zboncak84xas: Owlyee 3 4oz Travel Bottle with Disc Top Flip Cap (5PCS) Empty Plastic Container for Shampoo, Lotion, Soap (100ml,… https://t.co/YinFGll3HE"
## 
## [[5724]]
## [1] "USAjith: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[5725]]
## [1] "kritisha_99: @BLUPDATE2022 True though, at 1st i didn't wanted to watched bcoz i thought it wud b an ancient type of bl drama bu… https://t.co/7cbKshQzY6"
## 
## [[5726]]
## [1] "ysltrsr: @jaehworId YUP AND I FINISHED A WHOLE ASS BL DURING THE NIGHT LIKE STARTED AFTER DINNER AND FINISHED IT AT 3:30AM ON THE LAST SUNDAY😭😭"
## 
## [[5727]]
## [1] "April_win21: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[5728]]
## [1] "smhw123: @junkofzeart @MangaMoguraRE @SuBLimeManga Wish they license more BL tv drama or Jdrama in general. They go really unnoticed."
## 
## [[5729]]
## [1] "TEDEngagement: RT @mssjkenny: Filming for myself &amp; Adrian from @BL_LTHTR 📽️ Amazing to meet our fantastic colleagues in the @LTHTRFinance team for a TED c…"
## 
## [[5730]]
## [1] "Gabi_likes_bl: RT @blisanewblack: THE WAY WE FINALLY GOT POSTER FOR THE UPCOMING KBL “THE DIRECTOR WHO BUYS ME DINNER”! https://t.co/dAOvsXRGql"
## 
## [[5731]]
## [1] "joeds_: @GMMTV @ppnaravit @phuwintang The BL series of the year is finally here! https://t.co/IvE68eJZeH"
## 
## [[5732]]
## [1] "freereed59: RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…"
## 
## [[5733]]
## [1] "rokurosuppai: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5734]]
## [1] "alex_unqt: RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…"
## 
## [[5735]]
## [1] "chitowass: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[5736]]
## [1] "Applecb_614: My #minsung here As if they came out of BL drama 😣✨ https://t.co/swYNKrfoM3"
## 
## [[5737]]
## [1] "ThomasVitins: Check this fascinating #artist: #Lebanese🇱🇧 #RockMusic pioneer &amp; #humanitarian @Lydia_Canaan and listen to her song… https://t.co/exASQoTaRH"
## 
## [[5738]]
## [1] "Gabi_likes_bl: RT @BLUPDATE2022: SOUTH KOREA | From the same producer of ‘Blueming’, KENAZ's “#TheDirectorWhoBuysMeDinner #밥만잘사주는이상한이사님” starring Park You…"
## 
## [[5739]]
## [1] "seoxmin_: RT @jodanspace: *bl series \"Th3 D1r3ctor Wh0 Bųys M3 D1nner\" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…"
## 
## [[5740]]
## [1] "Jerome65117808: Anty Ma mA twy bl loe chin tr apyit lr byar"
## 
## [[5741]]
## [1] "TheRealArvs: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5742]]
## [1] "Rewritten17: Happy birthday to this baby but also I hope there’s good thing for you in the future I hope we see you again with a… https://t.co/7dfRAzDAXt"
## 
## [[5743]]
## [1] "NajiSeji: RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN"
## 
## [[5744]]
## [1] "7yearsbaek: ok ima do smash or pass BL ver mute me if u must"
## 
## [[5745]]
## [1] "Taizunaree: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[5746]]
## [1] "bl_world22: RT @YILOVEY: Text: Meung (you) pls don’t die yet. This is only the 2nd day. \n\n#เอิร์ทมิกซ์ #EarthMix #mixxiw @wixxiws https://t.co/goNxLr1E…"
## 
## [[5747]]
## [1] "smhw123: @MangaMoguraRE @SuBLimeManga @TaifuComics 1M copies with 6 volumes 😱 why are there no more BL anime if the manga sell so much. 🤔"
## 
## [[5748]]
## [1] "akamarulover: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5749]]
## [1] "haruka_sasakii: RT @yaxi_aki: rkgk \nEvery second I am awake is spent thinking about Toya’s eyelashes \n#prsk_FA #prsk_BL #彰冬 #akitoya https://t.co/eg2ZkqH8jS"
## 
## [[5750]]
## [1] "arakcl: RT @Thabangsiband9: We follow back ✊\n\n@OzsariNejla \n@Yavuzkaan1453 ☕\n@F03427\n☕@_1Ellaa\n@susbiq\n@20ysf1 ☕\n@HzrYldz75342731 \n☕@21KAREL \n@arak…"
## 
## [[5751]]
## [1] "focusedresoIve: this BL sex scene making fifty shades of grey looking like a hallmark kiss like woah"
## 
## [[5752]]
## [1] "bluebaederp: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[5753]]
## [1] "lkkaikikolkkai: RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n"
## 
## [[5754]]
## [1] "mileaposlayer: — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :… https://t.co/0BE53OWEhO"
## 
## [[5755]]
## [1] "jayneb64: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[5756]]
## [1] "monrians: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[5757]]
## [1] "ESLoudon: @JoGibsonWriter @TillyLovesBooks Become a Reader at the British Library. It's... (as above, but substitute \"novel\"… https://t.co/uGMTGIFBMG"
## 
## [[5758]]
## [1] "ili_bl: RT @TurtleLoveCat: a very good morning to this chae hyungwon 😵‍💫 https://t.co/eeNVLnq8nR"
## 
## [[5759]]
## [1] "lgbtanime: hacker dude was throwing slurs back and forth but got scared of some bl manhwa panels? and called ME weak? get outt… https://t.co/cUy9bJinmO"
## 
## [[5760]]
## [1] "adeyera_adolf: RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌"
## 
## [[5761]]
## [1] "raigounezumi_BL: RT @buitengebieden: Best goalkeeper.. 😅 https://t.co/UVxtb6Bch6"
## 
## [[5762]]
## [1] "BL_27_: RT @BoardGeniuses: #Oregon never has a good defense because Eugene is not redneck enough. https://t.co/VeEx5c4L1W"
## 
## [[5763]]
## [1] "flipkartsupport: @Sai76739 In case you're unable to find this email in your inbox, please do check the junk/spam folder. Appreciate… https://t.co/tFhzjkneCK"
## 
## [[5764]]
## [1] "hannahcanmoo: RT @WYStarStudio: JOE LOCKE is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (2pts)…"
## 
## [[5765]]
## [1] "ng_meng05: @fubroshi I've seen enough of Thai BL fandom to know that stuff like this is really about the actors they prefer, b… https://t.co/Hj2n8BoqJB"
## 
## [[5766]]
## [1] "NNansoesoesan: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5767]]
## [1] "moonz1z: RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n"
## 
## [[5768]]
## [1] "sib_rak_BL: RT @myclumsycloud: New layout cuz my babies came home 💕 https://t.co/ESefohrr7y"
## 
## [[5769]]
## [1] "frontwheelskid: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[5770]]
## [1] "totheyearning: Bl stans using words like \"media literacy\" and it's just the dumbest take to justify their fav's character i had a good laugh ngl"
## 
## [[5771]]
## [1] "BL_27_: @Ansel_Easton @pat_hm I was going to say the ghost of Kyler manu haunts us but Henry being a miss is the whole reason manu started"
## 
## [[5772]]
## [1] "SkltnSuitcase: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5773]]
## [1] "ainoa_castro: RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…"
## 
## [[5774]]
## [1] "bl_is__life: RT @khbsource: kim hanbin's visuals + sleek intro for the 'keep me up' live clip https://t.co/ZTwBgeTGQ2"
## 
## [[5775]]
## [1] "For__BL: RT @bazingahzy: Codey want ~ Codey get~🥹🥹🥹\nSo HBD 28th  P'tepppp!!!😉😉😉\nSee u at ur next 28 BD!!!🤣🤣🤣\n#HBD28thJeffSatur https://t.co/GV0xf6sX…"
## 
## [[5776]]
## [1] "ndajd_CB97: RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n"
## 
## [[5777]]
## [1] "Myisha77720456: RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3"
## 
## [[5778]]
## [1] "Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n"
## 
## [[5779]]
## [1] "ainoa_castro: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[5780]]
## [1] "Obiorannacho: “Troub in de fam! Ees what for?” He took an ancient bl     https://t.co/KFarugLWkj"
## 
## [[5781]]
## [1] "platinumblox: @KenamiRBX @_younite @NyxunRBX Yo is this gonna be a new game of is it still BL"
## 
## [[5782]]
## [1] "khaiwenxx: RT @AsianPopMedia1: Weird as fuck? #SingInLove is the title of this unusual BL but hesitates to use the word 'rape' while revealing scenes…"
## 
## [[5783]]
## [1] "Filip_BL: RT @themoonlovepic: Cristal moon. https://t.co/tq3E3f3PnV"
## 
## [[5784]]
## [1] "ZzZzee17: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[5785]]
## [1] "hitoshuraxiv: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5786]]
## [1] "winniethesho: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5787]]
## [1] "BL_27_: RT @mikevorel: Michael Penix Jr.: \"Right now, yes, I'm looking forward to playing in the bowl game and being out there with my guys.\""
## 
## [[5788]]
## [1] "BEP_Schweiz: RT @FutureForAll: 🍾Thanks to all our amazing stage guests like @mayagraf_bl, @greyherren, @EyhornFrank, members of the @BEP_Schweiz + @SFHC…"
## 
## [[5789]]
## [1] "For__BL: RT @jeffsaturjpg: Guys, good news! Stay tuned~ \n#Jeffsatur https://t.co/PdVp0Zap2e"
## 
## [[5790]]
## [1] "bl_is__life: RT @cdnzarecords: [📸] Today‘s JAY B\n\n#JAYB #제이비 #CDNZARecords #카덴차레코즈 https://t.co/0gNrtSBvDE"
## 
## [[5791]]
## [1] "Nueng_Valentine: RT @MileApoDaily_: Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK\n5\nh…"
## 
## [[5792]]
## [1] "matthias_code: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[5793]]
## [1] "jamesphere: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[5794]]
## [1] "kozeymgjn: kwmobile Origami Case Compatible with Kobo Libra 2 - Case Slim Premium PU Leather Cover with Stand - Girl Tree Swin… https://t.co/VjxMT5Dt6D"
## 
## [[5795]]
## [1] "BobbityWren: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[5796]]
## [1] "Fahadaptv: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[5797]]
## [1] "sIipng: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5798]]
## [1] "istanscouts: @tanniesgay Even they kissed 😭😭😭\nBl I'm watching rn😭😭😭😭"
## 
## [[5799]]
## [1] "jc057422: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[5800]]
## [1] "bbbkumoni: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/K9q7RprXDA…\n\nPleasego… https://t.co/rVnc4w3NSu"
## 
## [[5801]]
## [1] "TiramiQ_Aicha: @queertangerine @GreenRibbits @allecsirp48 @GINA__BEARS bl fans try to come at MA's acting and chemistry. MA's chem… https://t.co/dDE4uz89M1"
## 
## [[5802]]
## [1] "DealerFrench: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5803]]
## [1] "Adityaonabird: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[5804]]
## [1] "TiramiQ_Aicha: @queertangerine @GreenRibbits @allecsirp48 @GINA__BEARS tbh i have never been in the bl community before kpts but i… https://t.co/xhfRY048Bq"
## 
## [[5805]]
## [1] "mylovejisoonie: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[5806]]
## [1] "iamstay0: Is this a BL drama ? https://t.co/mhGN6FNkv7"
## 
## [[5807]]
## [1] "Warlord66230: @Sufy2_ Are you bl*nd or d*ft? That's fake you id*ot"
## 
## [[5808]]
## [1] "Viz_ionz: @bl_artcult @CatEldria I hope"
## 
## [[5809]]
## [1] "mei_hanxue: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5810]]
## [1] "MiniJackanapes: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5811]]
## [1] "lychandesu21: i cant bring myself to wach ph #bl yēt~~~💥💥💥 https://t.co/hqQgbtjiOI"
## 
## [[5812]]
## [1] "Poojapal_9: RT @Chiro_Odhoraa: Aakansh dumbo using BL's another title song after 1.5 years😤\nBut it's so beautiful.. only song which defines the core pe…"
## 
## [[5813]]
## [1] "Bl_ueTe_ars: RT @katzeperkkura: ออมอ The Hydra เข้า Billboard Hot Trending Songs Real-time Chart อันดับ#6 https://t.co/y90mGgqAAu"
## 
## [[5814]]
## [1] "circlemob: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5815]]
## [1] "jassbangarh2: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[5816]]
## [1] "nikolaus8zkry: BNKANG Lunch Bag Insulated Lunch Box - Durable Insulated Lunch Bag Reusable Adults Tote Bag Lunch Box for Adult Men… https://t.co/8h1C2GFPSV"
## 
## [[5817]]
## [1] "armstrongtdmm: Bling Car Accessories for Women, MAIMEIMI Bling Car Accessories Set,Bling Steering Wheel Covers ,Bling License Plat… https://t.co/eghpOXRFkt"
## 
## [[5818]]
## [1] "HninHninHtetHl1: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5819]]
## [1] "eyeseye_bl: RT @theseoulstory: [#2022MAMA] 📸 The trendy girls of LE SSERAFIM are here at the red carpet of 2022 MAMA AWARDS! @MnetMAMA @le_sserafim htt…"
## 
## [[5820]]
## [1] "ethereal_jiejie: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[5821]]
## [1] "OpenCrime: RT @businessline: #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.  @gurukmurt…"
## 
## [[5822]]
## [1] "feeneyymxsf: xcivi Silicone Cover and Lanyard for Tamagotchi On Virtual Interactive Pet Game Machine, Updated Version Without Ca… https://t.co/xueHuzNl0d"
## 
## [[5823]]
## [1] "bl_is_mundle: RT @MnetMAMA: [#2022MAMA] Red Carpet #dkz #디케이지\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AWARDS @d…"
## 
## [[5824]]
## [1] "Zeezi1989: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[5825]]
## [1] "SiobhanLydon: RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…"
## 
## [[5826]]
## [1] "iyyappa02494530: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[5827]]
## [1] "bbbkumoni: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[5828]]
## [1] "Jieun02854335: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[5829]]
## [1] "MileApoonly1: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5830]]
## [1] "suchada23_aey: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5831]]
## [1] "jturnershow: RT TwinkPsyncer: if i had a nickel for every twin character who lost their more confident twin in a tragic auto accident for which they bl…"
## 
## [[5832]]
## [1] "cynic_L: Roll on the 18th December. Fed up with bl**dy football.  #R4Today"
## 
## [[5833]]
## [1] "mcdermott26ylw: MP3 Player, Frehovy Music Player with 16GB Memory SD Card with Photo/Video Play/FM Radio/Voice Recorder/E-Book Read… https://t.co/oEpzILzmRC"
## 
## [[5834]]
## [1] "For__BL: RT @MultiDidi: #BibleBuild au \n\n\"Over The Window\" \n\nWhere Bible and Build start fighting over a game news on Twitter, not knowing that he's…"
## 
## [[5835]]
## [1] "suchada23_aey: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[5836]]
## [1] "Sleemzy_avil: Make dem sha no Bl*w 😂🤌 https://t.co/HVAVh9yzlq"
## 
## [[5837]]
## [1] "pnsornss: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[5838]]
## [1] "itsnanaz_: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[5839]]
## [1] "MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisse… https://t.co/WZtP3inUzq"
## 
## [[5840]]
## [1] "hevn_shay: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[5841]]
## [1] "fr0st00h: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5842]]
## [1] "tw_giangan: RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…"
## 
## [[5843]]
## [1] "LillMagill: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[5844]]
## [1] "HRforges: @Skarrow9 It was only last year we had Season of the Hunt, which for all intents and purposes is arguably the dries… https://t.co/c96Uek68OZ"
## 
## [[5845]]
## [1] "angstyxing: RT @cresstwt: if this happens i’ll kms leave jp bl alone pls"
## 
## [[5846]]
## [1] "liticia24: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[5847]]
## [1] "BL_Dwyer: RT @mcuban: Come on @elonmusk   We all know what free speech re the gov is because we can read the 1st Amendment and any related case law.…"
## 
## [[5848]]
## [1] "andstarlightt: @StrayKStream @skzloml_ @Stray_Kids MANIAC ONES HAVE ARRIVED\n#StrayKidsAt2022MAMA\n#スキズMAMA大阪上陸\n#스트레이키즈_2022MAMA\n@Stray_Kids\nUb bl"
## 
## [[5849]]
## [1] "langapomile: RT @MileApoGuardVTS: DAILY VOTE\n\n1.https://t.co/x6APsApjrw\n\n2.https://t.co/u1OEEu6mbT\n\n3.https://t.co/HLJ3Hq0bHk\n\n4.https://t.co/LAnmGs6KtD…"
## 
## [[5850]]
## [1] "happy_time888: RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…"
## 
## [[5851]]
## [1] "Ms_Accountant11: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[5852]]
## [1] "eugust2: New BL series from One31?? https://t.co/TGMK3gLVJq"
## 
## [[5853]]
## [1] "ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female cent… https://t.co/EfJx3Ug0bo"
## 
## [[5854]]
## [1] "MVenkat02: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[5855]]
## [1] "chacharotera1: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[5856]]
## [1] "ysltrsr: @jaehworId @rutovines btw u a bl stan? u better be"
## 
## [[5857]]
## [1] "Callitified: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[5858]]
## [1] "Mydestiny_83: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5859]]
## [1] "ApoNattawinVnfp: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5860]]
## [1] "yshhnn: RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l"
## 
## [[5861]]
## [1] "fonnamfon1a: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5862]]
## [1] "For__BL: RT @vgasptr: a #VegasPete 🔞 au where:\n\nFootball player Vegas and Nerd Pete. Vegas is addicted to Pete. \n\n\"You need to stop doing me in publ…"
## 
## [[5863]]
## [1] "DianeNick24: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5864]]
## [1] "Kamari14_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5865]]
## [1] "transtomoya: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[5866]]
## [1] "thekrak_n: RT @Orchestrative: they've already called east asian BL works \"fetishizing\" to begin with for containing transgressive themes, but they did…"
## 
## [[5867]]
## [1] "helloaj_: RT @mingmumuming: why this obsession with comparing SCOY to GAP ?!\n2 different audiences\n2 different genre\ndifferent story, director, cast…"
## 
## [[5868]]
## [1] "fpianz: I'm also hiring a Postdoc (1.5 year) with expertise in graph databases, ontology creation, linked data, and graph r… https://t.co/Onp9A68Jcx"
## 
## [[5869]]
## [1] "tgdealsofficial: 80% off : Addons BAG-TOT-168 Women Black Black at ₹718.\n\nhttps://t.co/iZA71TMgjk\n\n85% off : RL Daisy Quilted Leathe… https://t.co/3c6nTd3g58"
## 
## [[5870]]
## [1] "HTENUK: RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…"
## 
## [[5871]]
## [1] "verylateagain: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[5872]]
## [1] "sapphiccgaming: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5873]]
## [1] "MintedVodka: @illustrata_ai @joynxyz @amli_art @bl_artcult Awesome contest!🔥🔥🔥"
## 
## [[5874]]
## [1] "aposmile4ever: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5875]]
## [1] "Melleeluve: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[5876]]
## [1] "PaPeekaboo: RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…"
## 
## [[5877]]
## [1] "wsledlight: #LED #Bulb #Light 12W\nModel: WS-BL-12W\nPower: 12W\nLight Base: E27/B22\nInput Voltage: AC 85-265V  50/60Hz    ( DC12-… https://t.co/9DdWpGanFg"
## 
## [[5878]]
## [1] "dandelionwindy: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5879]]
## [1] "laeshweyeewin10: The plot of \"Marriage in a Heartbeat\" is like a roller coaster of emotion. It's riveting and full of surprises!… https://t.co/VqQhL2ApVM"
## 
## [[5880]]
## [1] "KanaLylymathers: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[5881]]
## [1] "aponattawinkr: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5882]]
## [1] "lyrebedo: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5883]]
## [1] "me__nooo9o: Not BL"
## 
## [[5884]]
## [1] "jkxleiny: @blooxmelodies Just watch any Vietnamese bl"
## 
## [[5885]]
## [1] "postmorbid: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5886]]
## [1] "macgyver32wqtx: Kohler 9132-BL Round Shower Drain for Use with Plastic Pipe, Matte Black DJLT1CR\n\nhttps://t.co/7Weag0cWJg https://t.co/y3JQZXlfJh"
## 
## [[5887]]
## [1] "suchada23_aey: RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…"
## 
## [[5888]]
## [1] "nathanj3001: Lawrance as well.\n\nI also think we are likely to see familiar faces for the first few games and these new players e… https://t.co/iyTKx3cO4Q"
## 
## [[5889]]
## [1] "Meow_NextLevel: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5890]]
## [1] "Crisstianaaf: @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @BOURGEOIIS_ @klunk22 @ala_art_lab @Nika_Rakhmanova… https://t.co/7XRfRs6xbF"
## 
## [[5891]]
## [1] "only_yessy: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[5892]]
## [1] "businessline: #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.… https://t.co/EVCBp6LE2G"
## 
## [[5893]]
## [1] "Bl_ueTe_ars: RT @lesserafimtoday: It’s happening today! The girls will take over the stage. They worked hard to show us an amazing performance. Let us s…"
## 
## [[5894]]
## [1] "mynameis_Aommy: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5895]]
## [1] "ajuhaban: RT @ajuhaban: @illustrata_ai @joynxyz @amli_art @bl_artcult Even though we are not strong, we always try to look fine and strong. Besides c…"
## 
## [[5896]]
## [1] "Iam01mom: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[5897]]
## [1] "ajuhaban: @illustrata_ai @joynxyz @amli_art @bl_artcult Even though we are not strong, we always try to look fine and strong.… https://t.co/Uyuw81JE2h"
## 
## [[5898]]
## [1] "1122O8O8: rating: 15/10\n\n- i love the cute romance scenes\n- i enjoy the emotional frustrating plot as well\n- \"uenoyama-kun\"\n-… https://t.co/Clxiccdiv5"
## 
## [[5899]]
## [1] "Velnicat: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5900]]
## [1] "bl_4_eva: @ToMySunflower19 Awww thankyou lovely xxx"
## 
## [[5901]]
## [1] "bl_boyfriend: @onigriomi @zoomtsum This but whenever I have a partner and they call me by my name instead of a nickname🤧"
## 
## [[5902]]
## [1] "apocolleaguesH: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5903]]
## [1] "Kiwiimeek: sometimes, cringe bl anime named Gravitation...is good"
## 
## [[5904]]
## [1] "kaisekubo1987: RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…"
## 
## [[5905]]
## [1] "CinemareportsTm: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[5906]]
## [1] "Kimlemchoi: This manhwa is awesome! I can't get enough of it!\n \n#school #BL #lookism\n\nhttps://t.co/PUPR7JvwDi https://t.co/iE0cQVH24j"
## 
## [[5907]]
## [1] "itsufirst: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[5908]]
## [1] "bbuff_filmy: @megz6344 I don’t think he will leave BL and I hope he doesn’t.🤞🏽"
## 
## [[5909]]
## [1] "rewindblossom: nugu boy group who blew up bc one member acted in a BL getting invited to mama but not queendom winner that’s weird"
## 
## [[5910]]
## [1] "marketbadri: RT @businessline: #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.  @gurukmurt…"
## 
## [[5911]]
## [1] "aiki_bl: RT @FUSHIGUR0: thinking about the cultural reset that was winter coat childe https://t.co/yO9weNRBON"
## 
## [[5912]]
## [1] "BBB280620: RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…"
## 
## [[5913]]
## [1] "Ryiel5: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5914]]
## [1] "lightwxxd_bane: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[5915]]
## [1] "AMEMURACALS: @punxkilled my irl nickname comes from a fucking omega from a bl omegaverse"
## 
## [[5916]]
## [1] "kitty_cat9815: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[5917]]
## [1] "bluetrblheart: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[5918]]
## [1] "travis_bl: @Waddy1 @UKRobBoxing After this morning you could watch one of the 1300 ko games at 10 tomorrow on catch-up tomorrow...Same for the 1600 ko🤣"
## 
## [[5919]]
## [1] "stanitsaybkpp: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[5920]]
## [1] "hyuIinos: stray kids now or i bl    o     w up the building"
## 
## [[5921]]
## [1] "hunter_relics: RT @deeperflows: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space @Morph_V…"
## 
## [[5922]]
## [1] "AKrajesh_: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[5923]]
## [1] "Emmanue80419018: Gonna do some comic reading\n \n#miko_ #BL #myart\n\nhttps://t.co/7pWXxtO35x https://t.co/UbWNHHSG37"
## 
## [[5924]]
## [1] "PrinceOfChanty: @voodookunt Oh please, bl twt is like kpop twitter but with bad taste and even worse opinions, you ain't missing much"
## 
## [[5925]]
## [1] "HamishBoot: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[5926]]
## [1] "Pandelion_: Yeah, I will never understand the decision making on this. They had a fan base, they had a cast, they were riding o… https://t.co/cOflReSoHR"
## 
## [[5927]]
## [1] "Legacy_BL_jun: RT @krinnnin: School uniform https://t.co/3G7MhkPHir"
## 
## [[5928]]
## [1] "Everything4_U_: @bl_hkg Omgggg! Hoping!"
## 
## [[5929]]
## [1] "histassoc: RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…"
## 
## [[5930]]
## [1] "travis_bl: @Stixx1979 @HarryMcNally00 Waterlogged mostly."
## 
## [[5931]]
## [1] "lwjsexc: RT @candyneedsramen: • new localization🌎\n↳ 「 Well Done 」 \n\n🇺🇸 lezhin\n🎭 bl | mature \n🔗 https://t.co/Zbulovsh1L\n\n✍️ @4tune_anco &amp; @skin650128…"
## 
## [[5932]]
## [1] "nightsky327: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5933]]
## [1] "SpookyBoogi3: @hermit_wanderer @TylAshke @LiirBL From my understanding it has a BL aspect but it's not necessarily BL because it'… https://t.co/ngbbjuL1QH"
## 
## [[5934]]
## [1] "innerchilding7: Its a BL\nBecs i said so\n #WeakHeroClass1"
## 
## [[5935]]
## [1] "travis_bl: @ChefOnTheCorner Terrific that..been on many a train based tour in Europe, it's the bollocks."
## 
## [[5936]]
## [1] "seclipsent: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5937]]
## [1] "atinyspeckofred: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[5938]]
## [1] "ReelRishmi: RT @megz6344: @ReelRishmi It’s fishy,if they love her so much why don’t they cast her as a lead in some other series? I have a bad feeling…"
## 
## [[5939]]
## [1] "ReelRishmi: RT @ReelRishmi: @megz6344 BL maker are blind aish won 3 awards because fans love her but they giv maera important and she haven't won. Maer…"
## 
## [[5940]]
## [1] "TacticalBeing: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[5941]]
## [1] "BL_Fangirl34: RT @jeffsaturjpg: No haircuts please~ https://t.co/Ni6U2dKnNm"
## 
## [[5942]]
## [1] "For__BL: RT @BibleBuildLuvly: \"Are you sure?\" I heard behind my back before hard hands fell on my shoulders.\n\n\"Yes,\" I said, and felt a gentle kiss…"
## 
## [[5943]]
## [1] "bl_artcult: @ManekiNekoAIArt @lemonde2d Congrats 🎉 🙏 and cheers @lemonde2d !"
## 
## [[5944]]
## [1] "DunkIsArt: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[5945]]
## [1] "pinkforestflow: RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…"
## 
## [[5946]]
## [1] "Raman_BL: RT @DSonualariya: @NhmRJOfficial % bess pr hi pharmacist appointment Honge to vo kisi ko kya btayenge"
## 
## [[5947]]
## [1] "WorldNfts: @bl_artcult GM Black 🖤"
## 
## [[5948]]
## [1] "hyeonjuhui3: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5949]]
## [1] "nuruhudasaleng1: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5950]]
## [1] "Sudiptajc: @prananon @ziwats I am being honest. TharnType is bad. Was my first Thai bl and my expectations stooped real low fo… https://t.co/OophJQH4FJ"
## 
## [[5951]]
## [1] "GaymumLovesBL: RT @GaymumLovesBL: Some kisses from BL series beautiful couples ❤🇨🇵\n#AsianBoyslove #Kisses #Multifandom #koreanbl #Thaibl #JapaneseBL #Taiw…"
## 
## [[5952]]
## [1] "For__BL: RT @B_I_A_H_bee: BBB au prompt:\n\nBible,a famous actor that keeps hidding his true personality. One day Build finds out, but the way is unex…"
## 
## [[5953]]
## [1] "travis_bl: @Waddy1 @UKRobBoxing Yeah, all the final group game rounds, in each group are simultaneous so as not to advantage anybody."
## 
## [[5954]]
## [1] "bl_cuties: RT @barchorde_tin: HAPPY BIRTHDAY @jeffsatur 🥳🎊🎉 https://t.co/R37tBRQNCz"
## 
## [[5955]]
## [1] "amugae23317637: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5956]]
## [1] "ARTPAKPOOMLOVE: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[5957]]
## [1] "cupolcacu: @kchartsmaster @dkz_dy One member play BL series and save the group 👏🏼👏🏼👏🏼"
## 
## [[5958]]
## [1] "Nonks_07: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[5959]]
## [1] "chismosha: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5960]]
## [1] "SveBekyarova: @deeperflows @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart… https://t.co/JbzvMyGn9N"
## 
## [[5961]]
## [1] "blckfoxee: RT @kdrama_menfess: •kdm• 🏳️‍🌈 bl series \"The Director Who Buys Me Dinner\" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des di Heavenly…"
## 
## [[5962]]
## [1] "naayizhan: @jodanspace No 1 dan 4\nThe best jbl\nThe best taiwan bl"
## 
## [[5963]]
## [1] "jnrjjnrj: RT @jenrenbot: Sent noren hug clip to my friend without context and she asked me what bl drama is that 😭 — saw kfans saying that if u crop…"
## 
## [[5964]]
## [1] "chi_chi_uwu: Dark Heaven was THEE best Bl manwha I've ever read hands down. \n\nTragically, it was too ahead of its time with it's… https://t.co/jd2pnpzPpc"
## 
## [[5965]]
## [1] "chi_chi_uwu: new bl manwha this new bl manwha that\n.\n.\n.\n.\n.\n.\n.\n.\n.\nyou will never be them https://t.co/h4BaVnrEbe"
## 
## [[5966]]
## [1] "SShabule: RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…"
## 
## [[5967]]
## [1] "milliteadrops: @psychiizu AND ALSO I NEED BL RECS"
## 
## [[5968]]
## [1] "angiecakes1990: @myadrinette @urfavcatpun its a on and off thing they are going but we know there will be a official kiss with them soon BL confirmed that"
## 
## [[5969]]
## [1] "angiecakes1990: @myadrinette @urfavcatpun its a on and off thing they are going but we know there will be a official kiss with them soon BL confirmed that"
## 
## [[5970]]
## [1] "0v0rosa0v0: wait why the fuck is twitter giving me bl / ya01 stuff"
## 
## [[5971]]
## [1] "Charity49133192: @bl_hkg Thank you! Wait for the good news na! 🥰"
## 
## [[5972]]
## [1] "menoiii_: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[5973]]
## [1] "ohara41elsjj: NP NIGHT PROVISION DUO-120 Red/White Strobe Back Rear Bike Light USB Rechargeable COB LED Lights PSR-120 Police Pat… https://t.co/FbxFfH2fD3"
## 
## [[5974]]
## [1] "bl_4_eva: Thankyou for my HBD 🎂🥳🎉 message @MSuppasit 🥰\nI love you loads 😘\n#WaanjaiMewGulf \n#MewSuppasit \n#MewGulf… https://t.co/vSk7bx9R1g"
## 
## [[5975]]
## [1] "bl_ablabla_a: RT @dkaleniuk: This is Volodymyr Vakulenko. A Ukrainian poet from Kharkiv region. He was missing since March this year. Today DNA test conf…"
## 
## [[5976]]
## [1] "mirandadadada: RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…"
## 
## [[5977]]
## [1] "lina39699264: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5978]]
## [1] "meowpopo94: 5) Most Popular Thai BL Cp:https://t.co/R7wEoqWeij\n6) Thai drama OTY: https://t.co/EAQdn1yjaB\n7) Fav Thai BL Cp:… https://t.co/wHJZp8GPJQ"
## 
## [[5979]]
## [1] "JoeBates1992: @ANDIETHEASPIE69 @CocoaFox023 It's because of that one gay kiss and that Tim Allen (who's a republican) didn't voic… https://t.co/ANdIc7NrYY"
## 
## [[5980]]
## [1] "juanbrayanr: shoulder, the dirt and rock of The Edge\nobscured more and more of the bl\n_ounass_promocode_promo_bath_and_body_work… https://t.co/of2LVqGEZH"
## 
## [[5981]]
## [1] "hanarm912: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[5982]]
## [1] "pxko_ki: Bl*nks are so funny I swear😂😂😂😂 https://t.co/hC4kcuDhXu"
## 
## [[5983]]
## [1] "glssdliv: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[5984]]
## [1] "Uminetta_: This image sums up 80% of my the 30~ pages academic thesis I wrote about the androgynous bishounen trope and BL in… https://t.co/J4qmkafxQ8"
## 
## [[5985]]
## [1] "MySexToyHub1: Check out this product Rose - Scarlet G - Blue  \nby Blush Novelties starting at $23.95. \nShop now… https://t.co/aEmmkQ6DfV"
## 
## [[5986]]
## [1] "angelophanie: If you’re being really accurate, this one isn’t strictly tokusatsu or BL but it’s kind a bit of both in a way 😆😆😆 https://t.co/6FLkhzbPVh"
## 
## [[5987]]
## [1] "kimixkimi: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[5988]]
## [1] "lilygauge: @yumehisas op not wanting to see the word ya*i is me after reading the worst bl story ever"
## 
## [[5989]]
## [1] "BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new… https://t.co/LDgyCTUxNh"
## 
## [[5990]]
## [1] "keobiwoo: another facts about emma myers, she also followed the untamed cast anjay is she into bl? 😭😭😭 https://t.co/q8Uy8DLnRr"
## 
## [[5991]]
## [1] "bl_lo_ve_32: Mii2 is so cute and cool💞\nI'm happy^^♪\n#Mii2  #DMDCharity2022 https://t.co/ItzGSXnhOR"
## 
## [[5992]]
## [1] "ili_bl: RT @TurtleLoveCat: a whole article on hyungwon's producing career 🥺🥺🥺\n\n'\"monsta x hyungwon who work hard, a producer you can trust and list…"
## 
## [[5993]]
## [1] "kkeffsats: @Anyainthesky @REALLYREVIL nunew from cutiepie the series, Thai BL"
## 
## [[5994]]
## [1] "ili_bl: RT @daylightforsahi: [TREASURE ASAHI] A Japanese member who can also compose and write lyrics.\n\nhttps://t.co/JNxmt6Hpis\n\n#아사히 #ASAHI #트레저아사…"
## 
## [[5995]]
## [1] "bl__bts_: If this is some kind of spoiler for your stage performance, Imma pass out. Fire and ice? Wow! https://t.co/RwGcxdOUYV"
## 
## [[5996]]
## [1] "Janne_90: Question:\nI'm transcribing this edition of reynart the fox printed by Caxton and I noted, that he uses round r to s… https://t.co/q6ZcmY3jlZ"
## 
## [[5997]]
## [1] "Thabangsiband9: We follow back ✊\n\n@OzsariNejla \n@Yavuzkaan1453 ☕\n@F03427\n☕@_1Ellaa\n@susbiq\n@20ysf1 ☕\n@HzrYldz75342731 \n☕@21KAREL… https://t.co/1DCmQEicmC"
## 
## [[5998]]
## [1] "parasollaperi: RT @lgbtanime: im fighting the hacker someone send me bl manhwas https://t.co/xQzoeO5jjD"
## 
## [[5999]]
## [1] "angelophanie: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[6000]]
## [1] "qxw04012: @FabrizioRomano @BL_LatestNews What happened ?"
## 
## [[6001]]
## [1] "GracefulNengi: @Afolashade___ Only a fuuul like you defends rubb!sh because of bl!nd stanship 🤡"
## 
## [[6002]]
## [1] "mjasandoval: RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…"
## 
## [[6003]]
## [1] "sun_minka: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[6004]]
## [1] "bl_hkg: @Charity49133192 I just happy &amp; hope but again nothing is confirmed, preliminary data collection from fans only! At… https://t.co/x7VJd44sNS"
## 
## [[6005]]
## [1] "NajmahOke: ty, he only drinks the tepid tears of orphans.\n\nBut no more of this bl\n_tv_promocode_nice_promo_citruss_one_niceone… https://t.co/qeoy8hrwS7"
## 
## [[6006]]
## [1] "melvina28b: QIELIZI 7 Inch Squatting Toilet Stool for Adults, Poop Stool for Bathroom and Toilet, Step Stool for Kids and Adult… https://t.co/7gftbDmuxU"
## 
## [[6007]]
## [1] "ITooObserve: RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…"
## 
## [[6008]]
## [1] "reinhardluvr69: WAIT GIVEN IS BL?!?!?!!?!!"
## 
## [[6009]]
## [1] "EAS_LLCEnglish: RT @Plasyfelin: @BL_Learning Year 1 have loved making their concertina books!  Much enjoyment in the planning, editing, writing and illustr…"
## 
## [[6010]]
## [1] "Vijay97172031: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6011]]
## [1] "vonkarumas: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6012]]
## [1] "tyrahnon: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6013]]
## [1] "BL_Balthaser: RT @JonahFurman: Full sellout from the White House for the majority of rail workers who rejected the deal the President brokered, preemptiv…"
## 
## [[6014]]
## [1] "BL_T99: RT @DentesLeo: Say what you mean.\n\nMean what you say."
## 
## [[6015]]
## [1] "wild_bl: @vegascore Let's be honest, by ep 11 no one cared about KP anymore. 😅"
## 
## [[6016]]
## [1] "faisalspeaking: RT @poddar_namrata: Such an honor to see #BorderLess among @WIRoBooks’s favorites for 2022! Here’s an excerpt from @AliceKSStephens’s revie…"
## 
## [[6017]]
## [1] "Wataru20611845: RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…"
## 
## [[6018]]
## [1] "CIELGOTHIC: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6019]]
## [1] "WXMSfan: @weenakohi2 So after a few beers and a few episodes of his BL series, wwx leisurely touches his crotch, rubbing it… https://t.co/cIEJdeWx33"
## 
## [[6020]]
## [1] "starryminiminie: the chokehold gmmtv bl and studio wasabi has on me is insane"
## 
## [[6021]]
## [1] "diveinnow: @_sara_jade_ @sunriseon7 @AmandaRishworth @Barnaby_Joyce And not much life at all going on there with the Barnaby BL."
## 
## [[6022]]
## [1] "meowpopo94: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[6023]]
## [1] "r1tch2e: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6024]]
## [1] "JohnKLDN: RT @lunaperla: @DavidGHFrost @FT Listen, David, sometimes you've just got to say stuff in pure Anglo-Saxon and #Brexit was a bl**dy stupid…"
## 
## [[6025]]
## [1] "paula_delval: RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…"
## 
## [[6026]]
## [1] "box_carol: RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…"
## 
## [[6027]]
## [1] "paula_delval: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[6028]]
## [1] "vanguyen74: RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…"
## 
## [[6029]]
## [1] "Tsundere_Editor: Someone broke through my barriers.... I said \"I love you\" #RAGEQUITLIFE Bl #RicchanBot"
## 
## [[6030]]
## [1] "CapObviousN7: RT @Mystic_Stirling: GL subtext is more blatant now with animes like Lycoris, Executioner, GWitch, and maybe the recent Love Live - haven’t…"
## 
## [[6031]]
## [1] "kisekianything: Quatre Salision was just seen in the BL  aisle! https://t.co/6AAD8bWxTB"
## 
## [[6032]]
## [1] "sikandar7289: RT @SamarthPanda: @TezDhar4 @PoojaShali Yeah that's my fault. Being an indian i was unaware of what happened to girija tikko , bl ganjjo an…"
## 
## [[6033]]
## [1] "paschamo: RT @Morph_VGart: Monday Night Showcase time!\n\nTonight, share a piece you collected and shoutout that artist.\n\nTag 3 friends/collectors :)…"
## 
## [[6034]]
## [1] "crossreap: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6035]]
## [1] "BL_Fangirl34: RT @_saturdayss__: He is so much giving me heart attack\n\n#JeffSatur #saturdayss #JeffSaturedit https://t.co/c5P0lpJZdD"
## 
## [[6036]]
## [1] "felixcoeliporta: RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…"
## 
## [[6037]]
## [1] "paschamo: @WorldNfts @Morph_VGart @alulasit @delta_sauce @bl_artcult @KatalinaOoma @WisnuPradanaArt Thank you so much Fam ❤️🙏🎨"
## 
## [[6038]]
## [1] "mininebuloid: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6039]]
## [1] "paschamo: RT @WorldNfts: @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by @WisnuPradanaArt\nIT'S AL…"
## 
## [[6040]]
## [1] "riamuyumemi: imagine if i could make a bl that's just a reskinned tomowata"
## 
## [[6041]]
## [1] "ForOX_: I mean bl only did get their debut song then promoted in Japan for a long time ☹️"
## 
## [[6042]]
## [1] "YuameYuame12: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[6043]]
## [1] "weaksentinel: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6044]]
## [1] "beverlytoegold: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6045]]
## [1] "chasstiz: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6046]]
## [1] "NPHAT_bl: RT @Huangwom: nice to see you again🫶🤍🥰\n@warwanarat  #warwanarat \n@yinyin_anw   #yinyin_anw https://t.co/BcLWF1PIOS"
## 
## [[6047]]
## [1] "Chaya_888: RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…"
## 
## [[6048]]
## [1] "KurtFleischer: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[6049]]
## [1] "Ol_BL_D: We’re going into the capsules tonight and we’re going to this planet."
## 
## [[6050]]
## [1] "Ol_BL_D: According to my calculations, given the permanence of the climate, the remoteness from the nearest light source, th… https://t.co/UGTo6zmOfy"
## 
## [[6051]]
## [1] "Ol_BL_D: We have found a planet suitable for us to live on. Our engineers have repaired the ship. It’s been a tough few days… https://t.co/jRejC0vr2O"
## 
## [[6052]]
## [1] "NPHAT_bl: RT @yinwarpicedits: yin and his yang \n\n#yinwarpicedits #yinwar #fanedit https://t.co/Bt4dp3PNZA"
## 
## [[6053]]
## [1] "wild_bl: Bring them back. We're hurting 😭#VegasPete https://t.co/YbbcSCiGzO"
## 
## [[6054]]
## [1] "lillybelladonna: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6055]]
## [1] "somebitchcamren: 𝘥𝘯𝘪 𝘪𝘧 𝘢𝘴𝘴𝘰𝘤𝘪𝘢𝘵𝘦𝘥 𝘸𝘪𝘵𝘩:\n- pedophilia, z00philia, maps, transphobia, homophobia, d3ath threats, -13, proshipper, dsm… https://t.co/I7EgRMnSfD"
## 
## [[6056]]
## [1] "Charity49133192: @bl_hkg Hey dear. Do you mean this plan is for MA or the other artists you love? 😮"
## 
## [[6057]]
## [1] "NotxMe: @rvinpeaxe I'm in lol I started this whole thing with #BusinessProposal  and I'll keep going with BL office drama l… https://t.co/CNTOEMAVJJ"
## 
## [[6058]]
## [1] "bl_lo_ve_32: RT @Jackhangu: B : You love fans or not ? \nW: I always say it and fans already knew it \nB : Knew about what ? \nW : fans already knew it \nB…"
## 
## [[6059]]
## [1] "angelophanie: @coffeewing Lol the way there are more toku than bl in this list 😆😆😆"
## 
## [[6060]]
## [1] "strosinpqot: Serta Executive Office Adjustable Ergonomic Computer Chair with Layered Body Pillows, Waterfall Seat Edge, Bonded L… https://t.co/0fKWB0RVZf"
## 
## [[6061]]
## [1] "chublossoms: RT @kagetoorukise: why is liking gay fictional contents automatically labels you as fetishizer? did yall know how heavy that word is to jus…"
## 
## [[6062]]
## [1] "vichare_madhavi: RT @DestinyyyBoss: Nomination mai aaooo thooo dabang tarekeee saeee sooo happy #ShivThakare is finally in Nomination 🥳💪🏻\nTEAM 7 kae MASTERM…"
## 
## [[6063]]
## [1] "KatsukiMisha: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[6064]]
## [1] "TravelndBeauty: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[6065]]
## [1] "MewGulfPar: Oh, so working in a BL series is the reason 😌\n#หวานใจมิวกลัฟ https://t.co/nNQ808rfJU"
## 
## [[6066]]
## [1] "For__BL: RT @AYA_GLOBAL_O: ✨The semi-final stage for 2022 Most Attractive Asian Male Artist has ended.\n\n🎉We are pleased to offer our congratulations…"
## 
## [[6067]]
## [1] "CreateHistorian: RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…"
## 
## [[6068]]
## [1] "chublossoms: with all due respect, how can you say that you are fetishizing bl???? dont use that word lightly, try doing nore re… https://t.co/SrkdbLFRlW"
## 
## [[6069]]
## [1] "SarahBa13045926: RT @Shantkee: Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW"
## 
## [[6070]]
## [1] "AmneAhmad: RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…"
## 
## [[6071]]
## [1] "For__BL: RT @BibleBuildIND: 🖤Vote for BibleBuild💙\nPlease vote for BibleBuild and KinnPorsche The Series for Popular Vote at Komchadluek Awards 19!!…"
## 
## [[6072]]
## [1] "For__BL: RT @build_hourly: retweet, quote retweet, reply and make your own tweet! don't forget to vote on the app and website as well \n\nI vote @Buil…"
## 
## [[6073]]
## [1] "For__BL: RT @bucinharit: Jeff as he scrolling through the #HBD28thJeffSatur like \"since when? Oh right, Barcode said so. Yey happy birthday me\" http…"
## 
## [[6074]]
## [1] "t4t_robot: RT @theoldkyokodied: but wait: there is more!! sorry for bl posting i am mentally unwell https://t.co/Y6BH55JBbW"
## 
## [[6075]]
## [1] "Waldo42M: CYCWEAR Cycling Underwear Shorts Women's 3D Padded Bicycle Bike Riding Shorts for Outdoor Sport Indoor Exercise Bik… https://t.co/Zfn0a86uY0"
## 
## [[6076]]
## [1] "ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popula… https://t.co/4y42vnM08t"
## 
## [[6077]]
## [1] "LawEdgeworth: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[6078]]
## [1] "Eesy20: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6079]]
## [1] "MikeHarlingSW: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6080]]
## [1] "GiftSk_89: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6081]]
## [1] "Hannagadelkarim: mehtaga had ydo2 el chipsy el bl kfc da w y2oli worth to ruin the diet for wala la2"
## 
## [[6082]]
## [1] "WehoYf98s7cECvx: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[6083]]
## [1] "dezodmlies: @GutsnPuck Goats invading everyone's faves in bl 🫡 but we don't complain lol 🔥🥹"
## 
## [[6084]]
## [1] "fiveraysofsun: RT @LinXueLian_AO3: List of known #MDZS/#TheUntamed/#CQL BL games:\n\n#WangXian: https://t.co/GYAvbqZYqE\n\n#XiCheng: https://t.co/r66uekJizz…"
## 
## [[6085]]
## [1] "NetwilaiA: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[6086]]
## [1] "LetterFromMeToM: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[6087]]
## [1] "WorldNfts: @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by… https://t.co/3m8fNhBz1B"
## 
## [[6088]]
## [1] "scarfboyfriends: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6089]]
## [1] "BioRegioSTERN: Outdated transaction methods cost the #healthcare sector $250 billion each year. Digital solutions are a powerful t… https://t.co/tflFRpTvD2"
## 
## [[6090]]
## [1] "For__BL: RT @BibleBuildIND: Daily vote for BUILD\n\nI vote @Buildbuilddd \n\n#NETIZENSREPORT #BuildJakapan for Asian Celebrity of the Year #ACOTY2022  @…"
## 
## [[6091]]
## [1] "DOOMSLAYERSAN25: @AmamiVenice Because I have a lot of female friends like bl so I thought girls must be like it so much"
## 
## [[6092]]
## [1] "CheekOGreaner: RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3"
## 
## [[6093]]
## [1] "hct2906: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6094]]
## [1] "KPen_MFL: @ClaireGroves19 @KateWri73477570 @OPA_BL @OAHemsworth @PATCarletonHigh @WakefieldMusHub Brilliant 👏"
## 
## [[6095]]
## [1] "a_Bevil_T: RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3"
## 
## [[6096]]
## [1] "lsgjenchuliche1: @kchartsmaster @dkz_dy where’s the bl guy? Chu Sangwoo"
## 
## [[6097]]
## [1] "wethelatest: RT @PanthersCulture: Byron Leftwich is in a no-win situation.\n\nWhen Tom Brady was producing, BL got some hype, but it was mostly because To…"
## 
## [[6098]]
## [1] "sailorahron: the only reason i want a boyfriend right now is so i can have inspiration to draw bl again."
## 
## [[6099]]
## [1] "13norts: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6100]]
## [1] "For__BL: RT @MemindyOfficial: Happy Birthday @fort_fts 🥰🥳\n\n#OurSmile22ndFortDay https://t.co/vnZcINkmu4"
## 
## [[6101]]
## [1] "pinkstbz: @VIGlLANTESHlT is not a bl, but is still good"
## 
## [[6102]]
## [1] "KarlCraig18: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6103]]
## [1] "yaoionice: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6104]]
## [1] "For__BL: RT @holybibs: retweet, quote retweet, reply and make your own post! \n\nI vote @Buildbuilddd \n\n#NETIZENSREPORT #BuildJakapan for Asian Celebr…"
## 
## [[6105]]
## [1] "ScarletWidoow: RT @Eunice_Once: I Don’t Care ur straight, gay, lesbian,Bi, BL/GL fan🏳️‍🌈 \nYou have to watch this series !!!\nThis series is not just about…"
## 
## [[6106]]
## [1] "Ynah_06_98: @Mile4Life_ @milephakphum @milephakphum  #2M4FLowWithMile\nCongrats for reaching another milestone! 🥰 Your one of th… https://t.co/dT8ztaif2B"
## 
## [[6107]]
## [1] "Textilisnet: RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…"
## 
## [[6108]]
## [1] "ChinkamNipaporn: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[6109]]
## [1] "KanawutMae: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6110]]
## [1] "lucinthskywdia: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6111]]
## [1] "namki_xoxo: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[6112]]
## [1] "bawee24: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6113]]
## [1] "Catheri06434819: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[6114]]
## [1] "For__BL: RT @BLUPDATE2022: After confirming the ending, there's no doubt. “#ToSirWithLove” ranks #1 on my Thai Lakorn this year! It is a well-writte…"
## 
## [[6115]]
## [1] "Regen0021: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[6116]]
## [1] "For__BL: RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…"
## 
## [[6117]]
## [1] "oppapayah: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[6118]]
## [1] "marics12_: @kittyporous We can do it\n\nKDLEX Sweethearts #RAWRAWARDS2022\n\n#AlexaIlacad |  #KDEstrada \n#KDLex | #PETAWalangAray \n\nBarnaks bl"
## 
## [[6119]]
## [1] "For__BL: RT @BLUPDATE2022: GMMTV's #NeverLetMeGoSeries starring #PondPhuwin premieres this December! Don't miss the Official Trailer tonight!\n\nBetwe…"
## 
## [[6120]]
## [1] "SpitfireVC: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6121]]
## [1] "For__BL: RT @BLUPDATE2022: TRACK LIST | DECEMBER 2022\n\n1 - #OhMyAssistant 🇰🇷\n2 - #609BedtimeStory 🇹🇭\n2 - #MySchoolPresident 🇹🇭\n9 - #SemanticError: T…"
## 
## [[6122]]
## [1] "Helios748: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6123]]
## [1] "For__BL: RT @BLUPDATE2022: Just like #블루밍 #Blueming,  #TheDirectorWhoBuysMeDinner #밥만잘사주는이상한이사님 will be streaming on iQIYI Global simultaneously sta…"
## 
## [[6124]]
## [1] "For__BL: RT @BLUPDATE2022: THAILAND | The upcoming TV series adaptation of TJ Tommys' novel with the same name, #ChainsOfHeartTheSeries #ตรวนธรณี is…"
## 
## [[6125]]
## [1] "Bl_ueTe_ars: RT @MnetMAMA: [#2022MAMA] Red Carpet #lesserafim #르세라핌\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AW…"
## 
## [[6126]]
## [1] "hulinghimitsu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6127]]
## [1] "reynoldsxkmgl: Prothane 4-1008-BL Black Rear Spring Eye and Shackle Bushing Kit 2JEQPDS\n\nhttps://t.co/mxJsughGuG https://t.co/pPMLYIx5ZC"
## 
## [[6128]]
## [1] "hellojuly1985: RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…"
## 
## [[6129]]
## [1] "ucubus: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6130]]
## [1] "Im_Your_Vanilla: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6131]]
## [1] "stungoddess: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6132]]
## [1] "nthtuoi_: RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…"
## 
## [[6133]]
## [1] "bl_enthu: RT @phuwintang: “Love Is the Death of Duty” #NeverLetMeGoSeries https://t.co/Le1lSHRUFi"
## 
## [[6134]]
## [1] "icyy_iwis: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[6135]]
## [1] "mczub: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6136]]
## [1] "evcocuk: Oh, no bl for 1st day😢maybe taem will be there that day?\nPlease give us a lot of fancams"
## 
## [[6137]]
## [1] "MegSmileyface22: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[6138]]
## [1] "nya_mewnya: RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L"
## 
## [[6139]]
## [1] "alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link:… https://t.co/eq4oYSShUk"
## 
## [[6140]]
## [1] "tidakterang: RT @bubblegeommie: here are my top 10 bl manhwa:\n\n1. king's maker\n2. hold me tight\n3. dangerous convenience store\n4. love so pure\n5. painte…"
## 
## [[6141]]
## [1] "_MeowYu: RT @jakegillan42: Please check this BL here on 🥰\nhttps://t.co/JYaJK9K7qj"
## 
## [[6142]]
## [1] "Bl_Troyanda: RT @EuromaidanPress: Current view of Donetsk's Bakhmut\n\nThe primary target of Russia's offensive operations in the eastern front, Bakhmut h…"
## 
## [[6143]]
## [1] "ToraHeart_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6144]]
## [1] "breitenbergzdq: Lutron SFSQ-FH-BL Electronics Slide Fan Speed Control Black MU3DTSB\n\nhttps://t.co/W6gxEwh4iI"
## 
## [[6145]]
## [1] "_MeowYu: RT @jakegillan42: The way 천년범 is so cool and visually stunning. I think this BL will be the next big BL. Its new on Lezhin Korea with 8 epi…"
## 
## [[6146]]
## [1] "fuutahater: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[6147]]
## [1] "ZaffiroRubino: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6148]]
## [1] "RohellecAv: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6149]]
## [1] "Ellysmentalward: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6150]]
## [1] "Cooper_Tank_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6151]]
## [1] "Lumirandapenna: RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…"
## 
## [[6152]]
## [1] "verasaur: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6153]]
## [1] "Zittruschale: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6154]]
## [1] "Webcomics_app: When my merman boyfriend asks me to hatch eggs for him...🧜‍♂️🌊\nExecuse me?!😡 \nI am a human! Stop ur non-sense jokin… https://t.co/OZHRCnzWP4"
## 
## [[6155]]
## [1] "bl_hkg: @simpingforapo Hey relax , let it go, let it go! 🙏🏻💚💛🍒🥐🐻🐱🥰"
## 
## [[6156]]
## [1] "cplusnumbers: RT @tutulismyname: 3) Tunisia vs Australia featured players from 16 different leagues: La Liga, Ligue 1, Bundesliga, Serie A, MLS, Champion…"
## 
## [[6157]]
## [1] "OnceANerd: @HMBoehmond @JMReynolds And yet which person out of the two of you has BL published books?"
## 
## [[6158]]
## [1] "HelenMars4: Fab article for the 'difficult' Act 4 of R&amp;J https://t.co/5uxxLHyH9b"
## 
## [[6159]]
## [1] "bl_enthu: that mafia series stans [EVEN THOUGH IM PART OF IT LMAO] i just can't with those toxic ones 🫠"
## 
## [[6160]]
## [1] "lgbtanime: im fighting the hacker someone send me bl manhwas https://t.co/Z7yFZVhq4m https://t.co/xQzoeO5jjD"
## 
## [[6161]]
## [1] "mage_shibari: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[6162]]
## [1] "Oatcake1967: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6163]]
## [1] "JohnBooth2017: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6164]]
## [1] "meis8_8isme: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6165]]
## [1] "BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (alle… https://t.co/Gqg7sFp5yu"
## 
## [[6166]]
## [1] "mullerhfzro: Vestil BCD-7636-BL Stackable/Portable Barricade, Virgin Polyethylene with UV Stabilizer, 5 4 gal Water Capacity, 76… https://t.co/OuC3fqaF0B"
## 
## [[6167]]
## [1] "thompsonlnw: MiLin Blackout Cordless Top Down Bottom Up Blinds for Windows Shades Blinds for Custom Cut to Size Blinds &amp; Shades,… https://t.co/cXyMmPV3Yu"
## 
## [[6168]]
## [1] "DrusiSpike: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[6169]]
## [1] "zyyxfi: RT @jodanspace: *bl ⚠️WARNING NSFW🔞\n🔥THE🔥HOTTEST🔥2nd🔥COUPLE🔥 https://t.co/zJThRgVS6C"
## 
## [[6170]]
## [1] "EICatHome: RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…"
## 
## [[6171]]
## [1] "humourpoliticn: and made her to eat rice cooked by her husband's bl**d, and she was at the age of your own wives.\nMothers lost thei… https://t.co/H5euIUjqVY"
## 
## [[6172]]
## [1] "bl_enthu: RIGHT 🥲 https://t.co/p3fP8dlq4C"
## 
## [[6173]]
## [1] "DreamingSondos: @illustrata_ai @joynxyz @amli_art @bl_artcult \"Don't go\" started in my mind as a piece trying to express grief, but… https://t.co/wympEYxjrl"
## 
## [[6174]]
## [1] "cuddlybangtan: Someone pls suggest some BL dramas the complete one not the ongoing"
## 
## [[6175]]
## [1] "LeopoldoChris13: Derpras 16 Inch Square Rain Shower Head, 304 Stainless Steel, Ultra Thin High Pressure Bathroom Rainfall Showerhead… https://t.co/av3mOVruLo"
## 
## [[6176]]
## [1] "castcassize: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6177]]
## [1] "Nutcha90129072: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[6178]]
## [1] "mianatty15: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[6179]]
## [1] "almongously: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[6180]]
## [1] "flipp_erz: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6181]]
## [1] "Nanten1984: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[6182]]
## [1] "yeeting_laozu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6183]]
## [1] "cIaytorres: RT @dailytaynew: the pinoy bl indsutry kinda went off and died and idk how much of that is attributed to gege severo"
## 
## [[6184]]
## [1] "degenereis: @incstkiller Omg thya one pic of \"whos grandpa looking at bl bruh\" 😢"
## 
## [[6185]]
## [1] "pantip52101258: RT @MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…"
## 
## [[6186]]
## [1] "zeetothenunew: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[6187]]
## [1] "bl_enthu: me to @forpondphuwin https://t.co/3CoIPcftKc"
## 
## [[6188]]
## [1] "W1KK1M: I want to say, NO! BBB aren’t the most genuine BL ship that exists. They never will be. Please don’t make me laugh.… https://t.co/Atuk0rxSsW"
## 
## [[6189]]
## [1] "Bl_ueTe_ars: RT @theseoulstory: [#2022MAMA] 📸 The trendy girls of LE SSERAFIM are here at the red carpet of 2022 MAMA AWARDS! @MnetMAMA @le_sserafim htt…"
## 
## [[6190]]
## [1] "signed_somebody: I think I’ve confirmed we’re all living like we’re in Not Me\n\nComatose and waiting for our long lost twin to screw… https://t.co/Wrr2hPfaDy"
## 
## [[6191]]
## [1] "bl_nunie: RT @build4bibble: help I've been into blmanhwa lately and it's so addicting..can y'all recommend me more? like your most favorite? https://…"
## 
## [[6192]]
## [1] "vicbardesign: @amli_art @illustrata_ai @joynxyz @bl_artcult Feel like finally found my style because of those. Have a couple of m… https://t.co/4spkndg3ru"
## 
## [[6193]]
## [1] "jau_gipmei: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[6194]]
## [1] "perthicarus: RT @vegascupid: this pisses me off more knowing that some of these men on gmmtv don’t even want their bl roles n are unashamed to show it ……"
## 
## [[6195]]
## [1] "iiiiiichico_: @mrtdqse what bl@de did you use abd did you put much pressure or no?"
## 
## [[6196]]
## [1] "UniMatrixZ0: @iminescent @bl_artcult @HODLFrance @DionMedici @IrrecusableNFT Don’t know, there is no text … but it isn’t really relevant here …"
## 
## [[6197]]
## [1] "Virginiaeastwo1: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6198]]
## [1] "yukari_2006_BL: RT @ppnaravit: it’s my duty to love you"
## 
## [[6199]]
## [1] "mist_and_flame: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[6200]]
## [1] "Inthislo0p: RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…"
## 
## [[6201]]
## [1] "KhokanNaik: The manhua has been feeding us so well\n \n#illustration #bl #animator\n\nhttps://t.co/Zf922h4rx7 https://t.co/Zv3n5h8jB3"
## 
## [[6202]]
## [1] "learn2bbettr: @dizzi4me And the cops didnot feel necessary to ask....bl and their ultimate cops"
## 
## [[6203]]
## [1] "rotsobiwan: RT @WanqiLi9: a nod to #obikin shippers: Raising the main character (养成) is a very common trope in Chinese BL, in fact one of the most popu…"
## 
## [[6204]]
## [1] "yoongibrujo: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6205]]
## [1] "pipe5dream: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6206]]
## [1] "desynatali92: RT @kdrama_menfess: •kdm• 🏳️‍🌈 bl series \"The Director Who Buys Me Dinner\" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des di Heavenly…"
## 
## [[6207]]
## [1] "J255943731: RT @jodanspace: *bl series \"Th3 D1r3ctor Wh0 Bųys M3 D1nner\" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…"
## 
## [[6208]]
## [1] "maha_aughad: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[6209]]
## [1] "EvelynSpring8: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6210]]
## [1] "capitanrogers2_: RT @BlackLo39629533: In all the world,\nthere is no heart for me like yours.\nIn all the world,\nthere is no love for you like mine.\nRemember…"
## 
## [[6211]]
## [1] "Gs90Wajo: WL Overall @_Jarimo_ @Jayjay131996 @Dracogrid @johnnysimmen @skyzz2k08 @hunter4sberg @SendsRus @fightinggamesd1… https://t.co/PT3I9ggHqi"
## 
## [[6212]]
## [1] "pendejemaricon: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6213]]
## [1] "dodiemanabat: Gonna do some comic reading\n \n#KeepBingingYJ #bl #bilibili\n\nhttps://t.co/GwzFtdUtKY https://t.co/nSDHdr9LIJ"
## 
## [[6214]]
## [1] "anthrnight: RT @KieMimiPopo: Can U all Vote for this For MileApo 💛💚❤️\nThe Gap is very small now \n\nPOLL: The Best And Most Popular Thai BL Couples Of 20…"
## 
## [[6215]]
## [1] "RubiSudipta: RT @Chiro_Odhoraa: Aakansh dumbo using BL's another title song after 1.5 years😤\nBut it's so beautiful.. only song which defines the core pe…"
## 
## [[6216]]
## [1] "BarboraKott: RT @KieMimiPopo: Can U all Vote for this For MileApo 💛💚❤️\nThe Gap is very small now \n\nPOLL: The Best And Most Popular Thai BL Couples Of 20…"
## 
## [[6217]]
## [1] "ajithkumarsalu: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6218]]
## [1] "nighty_stripes: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6219]]
## [1] "Bl_Troyanda: RT @Gerashchenko_en: 101 women serving in Ukrainian Army have died since the full-scale invasion began. Over 100 more have been wounded.\n\nA…"
## 
## [[6220]]
## [1] "seni_bl: Do You Underestimate the Impact of Being Kind? #attitude #kindness https://t.co/3fBN3V5pOo"
## 
## [[6221]]
## [1] "johnebhome: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6222]]
## [1] "bl_essence: RT @EIJICHERRY: TOMORROW FIRST EP OF \"SHE LOVES TO COOK AND SHE LOVES TO EAT\" https://t.co/s6JAamNjHo"
## 
## [[6223]]
## [1] "jjx_fxj: he's got heart eyes for a phatt dick 🤭\n\n#yaoi #bl #manga #yaoitwt https://t.co/0VqMkog3Yl"
## 
## [[6224]]
## [1] "istanlord: Her bl@ck genes made no noise i fear https://t.co/JAfYwCE2q7"
## 
## [[6225]]
## [1] "rellimnosilla: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6226]]
## [1] "ghoooooostie: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6227]]
## [1] "DaddyWazzy: @RaeGun2k I was lucky to find a CR10-S5 on craigslist back in the spring, only $180 and with a BL touch. I upgraded… https://t.co/UkwaqBDPLL"
## 
## [[6228]]
## [1] "bl_essence: @Sapphirebunny2 i'm so used to seeing gulf with that red outfit in your tweets that i thought it was gulf. i'm sorry taehyung😭😭"
## 
## [[6229]]
## [1] "Toki_Silver: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[6230]]
## [1] "winternip1983: @JDfromNY206 KO vs Roman I quit match - KO has the match won and the BL turn of Sami to make KO say it think Edge vs Finn"
## 
## [[6231]]
## [1] "Sri_loves_all: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6232]]
## [1] "neapolituan: @ibloomlikenew just like bl manga then it seems... lmao 😔"
## 
## [[6233]]
## [1] "euphoriciris: RT @cebuBLorg: 📌BIBLE: \"I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST\"\n\nBible Wichapas Sumettiku…"
## 
## [[6234]]
## [1] "kevin_j_y: RT @red_loeb: Who will win the match? 🤔\n\n@BLMedieval BL Arundel 66, f. 33v https://t.co/5vt5VOVnDw"
## 
## [[6235]]
## [1] "KieMimiPopo: Can U all Vote for this For MileApo 💛💚❤️\nThe Gap is very small now \n\nPOLL: The Best And Most Popular Thai BL Couple… https://t.co/FfEPU9NLUV"
## 
## [[6236]]
## [1] "twoleftys: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[6237]]
## [1] "fuhryl: Hayyy I should stop reading bl manhwa &amp; start reading my psychology textbooks instead. I'M NOT MAKING ANY PROGRESS WITH MY REVIEW"
## 
## [[6238]]
## [1] "Light59869918: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[6239]]
## [1] "nemostang: RT @nipaponngam1: #BuildJakapan @Buildbuilddd \n#ฟองอากาศของไบเบิ้ลบิว \n\nPOLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t…"
## 
## [[6240]]
## [1] "NabaeiNaghmeh: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[6241]]
## [1] "toy_ghost: RT @420NewsandRevi1: Packwoods LA Episode III, 2 gram Ice Cream Kush, infused and sugared  Bl... https://t.co/4G5rJtS0c6 via @YouTube"
## 
## [[6242]]
## [1] "bl_hkg: I just heard some news that there is some entertainment company considering to organise concert for who I love, May… https://t.co/gXcdnF9WQM"
## 
## [[6243]]
## [1] "ArtofApo: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[6244]]
## [1] "Jesys_Impact: @ThatBihNaee Dare I say that was not only h0m0p0b!c but also @n+!bl@c|&lt;?"
## 
## [[6245]]
## [1] "DreamingSondos: @illustrata_ai @joynxyz @amli_art @bl_artcult \"This Can't Be Happening\" is part of my collection about childhood tr… https://t.co/I6JNhvrCUx"
## 
## [[6246]]
## [1] "audiobone: @AjaWriter Yesss exactly. Let me be a gross gremlin in peace with my love of explicit bl. Although sometimes I find… https://t.co/IJcW9H5Xam"
## 
## [[6247]]
## [1] "bl_baddie: @incorrect_kp They don't rhyme well https://t.co/EimZG10OCD"
## 
## [[6248]]
## [1] "cloudsgale: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6249]]
## [1] "mmk_pn: Delta Faucet T2758-BL Trinsic Tub Faucet, Matte Black 3LLWH93\n\nhttps://t.co/tYXJtIKotT https://t.co/4KZsvTjQbV"
## 
## [[6250]]
## [1] "chirpycockney: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6251]]
## [1] "ondricka6kpm: Rotatable Socket Converter, 3 Way Wall Outlet Extender AC Adapter, Adjustable Wireless Outlet Splitter for Home and… https://t.co/B38bcg8N8l"
## 
## [[6252]]
## [1] "Bl_ueTe_ars: RT @lejeanspics: THEY ARE SO PRETTY\n https://t.co/QxxPKy6lee"
## 
## [[6253]]
## [1] "VERICOSEPHALLOS: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6254]]
## [1] "Burnslade: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6255]]
## [1] "yoonknoww: Ooh the guy who acted in the bl ! https://t.co/8sRrbMTfqi"
## 
## [[6256]]
## [1] "Ada_Palmer: RT @red_loeb: Who will win the match? 🤔\n\n@BLMedieval BL Arundel 66, f. 33v https://t.co/5vt5VOVnDw"
## 
## [[6257]]
## [1] "davidnoland71: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6258]]
## [1] "Apache_Vane202: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[6259]]
## [1] "winnieteam: RT @selenathearena: If there’s anything holding thai bl’s back or something they definitely need to work on is the audio mixing and backgro…"
## 
## [[6260]]
## [1] "dtrivedi96: @Ajitkum85387448 They should run VB type train between BVI - BRC or BDTS-ST with stoppage at BVI-VR-PLG-DRD-VAPI-BL… https://t.co/KdzHQEympp"
## 
## [[6261]]
## [1] "bl_baddie: @incorrect_kp Beachhhhhhhhhhhh https://t.co/HusPRYacZQ"
## 
## [[6262]]
## [1] "oniichansniper: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6263]]
## [1] "EmileeighRaine: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[6264]]
## [1] "CrednesCodPeace: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6265]]
## [1] "bl_vcky: RT @_ebelechukwu: We need to be mindful of the indoctrination that goes on, on social media. \n  It is madness to swallow everything a perso…"
## 
## [[6266]]
## [1] "issadreamer21: If I get back into my BL bag? It’s nasty for y’all"
## 
## [[6267]]
## [1] "kaorinokeishou: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6268]]
## [1] "TejeshTATA: RT @MDVengas: @MJ_007Club Modi should Stop with this Bl**dy IFFI forthwith. This jamboree is nothing but occasion for some babus to enjoy a…"
## 
## [[6269]]
## [1] "chichimongf: @fessthai first bl: 2gether\nfirst bias: win\ncurrent bias: chimon\nbias wrecker: satang, build, ohm, prem, mix, fort,… https://t.co/Jmzo8LR1ik"
## 
## [[6270]]
## [1] "hn_rvr: Despite our happiness and upset there's no bl, actually i feel worried too bcs some ppl might (or surely) dislike i… https://t.co/LRAuauihZM"
## 
## [[6271]]
## [1] "ReallyFatPigeon: @__FizzyBizzy__ And then you finally do find that needle in the haystack bl that was made by and for men and them s… https://t.co/Fq8yObfCMz"
## 
## [[6272]]
## [1] "ssssenyazchok: RT @hanmdin: 「affection」#類司 #prsk_BL https://t.co/M7USPb3RT9"
## 
## [[6273]]
## [1] "lukykid: Check out this listing I just added to my #Poshmark closet: BL \"Starfish earrings\". https://t.co/sk8o7c1nd5 #shopmycloset @poshmarkapp"
## 
## [[6274]]
## [1] "DoctorJoker14: When I'm not reading SPYxFamily, I'm reading Peerlessly Carefree!\n \n#nsfwtwtً #BL #chibi\n\nhttps://t.co/MYonU6QdZdً,… https://t.co/czydozJDiD"
## 
## [[6275]]
## [1] "lgbtanime: its a grown ass racist man too faking to be my mutual. mmm might bombard with bl images https://t.co/Z7yFZVyt6m"
## 
## [[6276]]
## [1] "stanbaiwin: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[6277]]
## [1] "__FizzyBizzy__: @ReallyFatPigeon I don't even read BL at all simply because of not being interested and the issue of there being no… https://t.co/xoE1lgDvqL"
## 
## [[6278]]
## [1] "moriko_BOTT: STRAIGHT★BL★GL pairings no prob  ( ・∀・)"
## 
## [[6279]]
## [1] "BalwinderSRatti: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[6280]]
## [1] "Bl_world0194: @Koreaboo Treasure and Enhypen for tomorrow"
## 
## [[6281]]
## [1] "kemmeryzwi: Womens Tops Work Casual Summer Crop Tank Tops S-7XL V Neck Sleeveless Shirts Ladies Floral Plus Size Tees Sweatshir… https://t.co/CNKWzLFiNG"
## 
## [[6282]]
## [1] "MariReactsYT: Mari's reaction to #MyToothYourLove EP 7\n\n#react #bl #drama #taiwandrama #retweet @LovingBlogs #TheBlogNetwork… https://t.co/wrDqhWwrVz"
## 
## [[6283]]
## [1] "nyiguinyogui: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[6284]]
## [1] "polly_choice: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6285]]
## [1] "xiaojunthicc: if I start a space to talk abt bl will anyone join"
## 
## [[6286]]
## [1] "Hualian0: RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…"
## 
## [[6287]]
## [1] "Kim_JeonTK1: @gomeltaehyung yes my fave BL series"
## 
## [[6288]]
## [1] "TimeDramarama: RT @voodookunt: It's that time of year! My annual bl smash or pass thread! Let's start with Tay tawan of dark blue kiss and cherry magic(TH…"
## 
## [[6289]]
## [1] "NabaeiNaghmeh: RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…"
## 
## [[6290]]
## [1] "__FizzyBizzy__: @ReallyFatPigeon I wanna see more media made for queer men that has bears in it but I'm pretty sure every BL manga… https://t.co/I4mRry2hkn"
## 
## [[6291]]
## [1] "saintsitve: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6292]]
## [1] "SunriseFlowerly: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[6293]]
## [1] "BoralSayantika: @DarshanRavalDZ Last latter v bl do 😜 fhir try krte hue..."
## 
## [[6294]]
## [1] "Bl_Troyanda: RT @lesiavasylenko: The image of 2 day old Sehii  hasn’t left my mind for days. Less than 48 hours a happy mom sent a picture to a proud da…"
## 
## [[6295]]
## [1] "BL_Lovers82: Lets do orgy. Lol https://t.co/1u3GeLdpXM"
## 
## [[6296]]
## [1] "bl_baddie: @vprights I almost jumped on you🤣🤣🤣"
## 
## [[6297]]
## [1] "sleepybeardo: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6298]]
## [1] "ChristineJameis: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6299]]
## [1] "TShortalgo: $BL Trading Ideas | Awaiting Short signal. 80% Profitability based on 14 trades. Profit factor is 1.2. Learn more a… https://t.co/KX5a9mLfoO"
## 
## [[6300]]
## [1] "cheyalinn: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6301]]
## [1] "soba_noodles: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6302]]
## [1] "MariReactsYT: Watch uncut reactions and even more dramas on #Patreon ! \n\n#reaction #react #bl #patreoncreator #thaidrama #retweet… https://t.co/OhMgeV4G3Y"
## 
## [[6303]]
## [1] "pper_mp: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[6304]]
## [1] "i_elorza: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[6305]]
## [1] "BadmintonChess: @dailytaynew I think kasi medyo preachy kasi ang PH BL, almost lahat may drama backstory or mature sexy roles with… https://t.co/7FB6Uyfmh9"
## 
## [[6306]]
## [1] "epifanniesnft: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nBATTLE SCARS\n...every line on my face represe… https://t.co/9ybSsMDKFt"
## 
## [[6307]]
## [1] "Xxxlilneko: @SydDivineTarot BL💜thank you"
## 
## [[6308]]
## [1] "HSGoldenGirl: RT @HSGoldenGirl: The Dering Roll\nhttps://t.co/zDBggP5UGi https://t.co/IxYa2ECqlE"
## 
## [[6309]]
## [1] "Jutamas47686743: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6310]]
## [1] "Ono_Imoutoko: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[6311]]
## [1] "ainthrea: Idk what med are you on but the female mc isekai-ed in a BL book and turning the gay dude into straight is even mor… https://t.co/sWZa0dysb0"
## 
## [[6312]]
## [1] "jodanspace: Kalian pernah ngk sih kangen ama chara *bl smpe mengabrut dan kebawa mimpi\nI'm sorry for being dramatic but I fckn… https://t.co/C1hlpNtOxs"
## 
## [[6313]]
## [1] "taetaettaemune: been into bl since 2018 but the pandemic established its place in my heart thanks to wangxian i've come to apprecia… https://t.co/LHmLD52XsT"
## 
## [[6314]]
## [1] "jujuesquire: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6315]]
## [1] "neapolituan: @ibloomlikenew omg maybe we should watch that thai bl that is supposedly based on jjp fic"
## 
## [[6316]]
## [1] "lighterforyou: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6317]]
## [1] "poetrylovvie: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[6318]]
## [1] "Ageoforever: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6319]]
## [1] "meowpopo94: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[6320]]
## [1] "Sparks_InHere: Any Thai BL recs?"
## 
## [[6321]]
## [1] "littletopo1: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6322]]
## [1] "RelleLebby_: RT @kstarlivecom: Popular BL Webtoon #TheDirectorWhoBuysMeDinner to Be Adapted as a Drama, Confirms Release Date\n\n#밥만잘사주는이상한이사님 #ParkYoungw…"
## 
## [[6323]]
## [1] "_haikyu_girl: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6324]]
## [1] "Bl_ueTe_ars: RT @_gugumi: they know it's their eunbi unnie's voice 🥹 https://t.co/EfGsjiZqM8"
## 
## [[6325]]
## [1] "pray4luvvv: @_Messimerizing_ @XOTWODLAFLAME bl was pulling 4m+ after a year and it dropped below 4m in less than a year + xmas will fuck this song hard"
## 
## [[6326]]
## [1] "BL_Tm_Enthalpy: RT @ARanganathan72: Mosques screamed Run, Convert or Die on Jan 19, 1990. BK Ganjoo’s blood was fed to his wife on March 17, 1990. Girija T…"
## 
## [[6327]]
## [1] "JSanguanchit: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[6328]]
## [1] "leschihkpn: PPOGOO Large Pet Travel Carriers 20 9x10 2x12 6 22lb(10KG) Soft Sided Portable Bags Dogs Cats Airline Approved Dog… https://t.co/DMLvASMyPL"
## 
## [[6329]]
## [1] "Bl_Troyanda: RT @D2055de: @DmytroKuleba @UrmasReinsalu @Haavisto @thordiskolbrun @edgarsrinkevics @GLandsbergis @AHuitfeldt @TobiasBillstrom We support…"
## 
## [[6330]]
## [1] "bruisedvalour: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6331]]
## [1] "Bl_Troyanda: RT @DmytroKuleba: Welcomed my colleagues and friends @UrmasReinsalu, @Haavisto, @thordiskolbrun, @edgarsrinkevics, @GLandsbergis, @AHuitfel…"
## 
## [[6332]]
## [1] "fhouchii: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[6333]]
## [1] "BL_capitol: RT @Thatlawal: A LETTER TO MR. FEMI OTEDOLA!\n\nDear @realFemiOtedola,\n\nI would really appreciate any gesture that you could extend to help s…"
## 
## [[6334]]
## [1] "ReallyFatPigeon: @__FizzyBizzy__ RIGHT? And when they do, rarely, I feel like it’s always a very specific kind of bl that just… does… https://t.co/6aYSJvPwJw"
## 
## [[6335]]
## [1] "warinto52100705: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6336]]
## [1] "AmamiVenice: @DOOMSLAYERSAN25 why so surprise xD\nmany boys love BL ngl"
## 
## [[6337]]
## [1] "bogwopitt: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6338]]
## [1] "Bl_Troyanda: RT @MFA_Ukraine: Foreign Ministers of Estonia 🇪🇪, Finland🇫🇮, Iceland🇮🇸, Latvia🇱🇻, Lithuania🇱🇹, Norway🇳🇴, and Sweden🇸🇪 today visited Ukraine…"
## 
## [[6339]]
## [1] "Marisa70826718: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6340]]
## [1] "007dmax: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6341]]
## [1] "__FizzyBizzy__: @ReallyFatPigeon ACTUALLY it just boils back down to being option A. I wish queer men was able to make BL but theyr… https://t.co/FuvJZC30gk"
## 
## [[6342]]
## [1] "BL_Lovers82: They got peacocks! https://t.co/8gU3YwaTh8"
## 
## [[6343]]
## [1] "saucenaopls: @pdfdoc2 𝗗𝗮𝘁𝗮𝗯𝗮𝘀𝗲: deviantArt\n\n𝗧𝗶𝘁𝗹𝗲: Strike the Bl... Asagi Aiba 09\n𝗔𝗰𝗰𝘂𝗿𝗮𝗰𝘆: 96.19% ( 🟢 Exact Match )\n\nhttps://t.co/Dr8sPj5DEi"
## 
## [[6344]]
## [1] "RealTimMitchell: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6345]]
## [1] "Nekopride: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[6346]]
## [1] "BL_Lovers82: 3D2N here for department retreat, i feel like its very similar with the #180Degreetheseries location. So beautiful… https://t.co/wM8uCpwdmR"
## 
## [[6347]]
## [1] "whatsamiggy: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[6348]]
## [1] "Bl_Troyanda: RT @UkraineDiary: #warinukraine my native city Dnipro has been bombed 2 hours ago by 4 rockets, #RussiaIsATerroristState #closethesky #puti…"
## 
## [[6349]]
## [1] "jlakkgalallalal: RT @jodanspace: WARNING SPOILER , SNEAK PEEK *bl\n\nl don't care\nHow Iong it takes\nAs long as l'm with you\nl've got a smile on my face https:…"
## 
## [[6350]]
## [1] "SweetTea_94: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[6351]]
## [1] "mt3745_JSAS: Introduction to my service\n#TwitteringBirdsNeverFly items from pop up store directly!\n#anime #yaoi #BL https://t.co/Dupq1uHkuo"
## 
## [[6352]]
## [1] "bl_essence: name deserve happiness. don't do this to my baby😭\n#RemembermeEP8"
## 
## [[6353]]
## [1] "pointalaline: @enhiyarate bl shakel shwe bas we didnt have working bathrooms and floods ad ma baddik"
## 
## [[6354]]
## [1] "lucielmyers: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6355]]
## [1] "bl_lo_ve_32: RT @an_nhien188: P'@tommysittichok, you are so cute and handsome 💕\n\n#tommysittichok \n#StarMee \nCr. IGs nnnamnamnammm, yuri.prestige https:/…"
## 
## [[6356]]
## [1] "sophia_franzz: RT @hopejie9197: To my dearest BL besties @sophia_franzz and @WiNnniXX , thank you so much for your birthday gifts! I love you all sobra! C…"
## 
## [[6357]]
## [1] "upstox: ⭐ Lupin acquires Brazilian brands\n\nLupin’s wholly owned subsidiary in Brazil, MedQuímica, will acquire all rights t… https://t.co/1mMM9Uat3M"
## 
## [[6358]]
## [1] "PsyQid: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[6359]]
## [1] "Katty_proarty: @ferretizer @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @Stafurskaya_Art @Alexandra_Saula 😍😍Thank you so much, dear!!!"
## 
## [[6360]]
## [1] "bl_essence: RT @adaisyAurora: my fav scene of this episode is def when Golf leaned his head to Kan's leg. they just kissed each other for the first tim…"
## 
## [[6361]]
## [1] "bokunoangel_: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[6362]]
## [1] "Mook06241: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6363]]
## [1] "momotar64908286: RT @nipaponngam1: #BuildJakapan @Buildbuilddd \n#ฟองอากาศของไบเบิ้ลบิว \n\nPOLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t…"
## 
## [[6364]]
## [1] "spacezarigani: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[6365]]
## [1] "25pisces: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[6366]]
## [1] "ZenYeLin1: RT @hoetarou_oreki: @_sonagee The Western view on feminine gay men is so degrading sometimes. In Asian BL, feminine uke are treated as desi…"
## 
## [[6367]]
## [1] "keneuoe_: @sasamoozlie_ FR! They'd also drink my per*** bl****"
## 
## [[6368]]
## [1] "SteveCote1974: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[6369]]
## [1] "tenpirates: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6370]]
## [1] "cheszystrwberry: RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…"
## 
## [[6371]]
## [1] "BooksTeaFilms: RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…"
## 
## [[6372]]
## [1] "aiartistblog: @illustrata_ai @joynxyz @amli_art @bl_artcult cool"
## 
## [[6373]]
## [1] "peerless_shizun: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[6374]]
## [1] "businessline: #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.… https://t.co/quwdr2kFlH"
## 
## [[6375]]
## [1] "Rilinlin65: RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…"
## 
## [[6376]]
## [1] "mileapo9996: RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…"
## 
## [[6377]]
## [1] "jpjanson: RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…"
## 
## [[6378]]
## [1] "cleora8ej: BL Fans LOVE My Brother?! J27C8LE\n\nhttps://t.co/EXsLSb9qRr https://t.co/84tr141Zbs"
## 
## [[6379]]
## [1] "KanggunV: RT @kdrama_menfess: •kdm• 🏳️‍🌈 List of bl office drama series that will air in December\nhttps://t.co/BbtiKxPw0V"
## 
## [[6380]]
## [1] "tatzanx: RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…"
## 
## [[6381]]
## [1] "WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed so… https://t.co/2fh1mTPIO7"
## 
## [[6382]]
## [1] "itthetrashman: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6383]]
## [1] "Sparkling_Pan: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[6384]]
## [1] "sera22will: RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…"
## 
## [[6385]]
## [1] "wonclxt: guys i need a new bl to watch whos plot is not just fucking"
## 
## [[6386]]
## [1] "bl__swan: RT @yoomyeuphoria: We request that you clarify and rectify this situation that costed the song a position in multiple Billboard and YouTube…"
## 
## [[6387]]
## [1] "bl_artcult: @IkertjeNFT @KinoAlyse @delta_sauce Yes it will! If Twitter works right lol"
## 
## [[6388]]
## [1] "mspaintart: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6389]]
## [1] "Fitzsimmon12Rob: RT @ZakkWyldeBLS: TONIGHT!BL KILTAGEDDON w/The NORSE BUZZSAW WARHAMMER &amp; The BELO HORIZONTE BRAZIL CHAPTER BERZERKERS!!! @WyldeAudio @Death…"
## 
## [[6390]]
## [1] "TatRosso: RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…"
## 
## [[6391]]
## [1] "aoi_kaibutsu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6392]]
## [1] "novatouchdown: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6393]]
## [1] "LadyQ_BL: RT @BLUPDATE2022: MEET | Linus Wang and Sean Chang as Hai Yi and Dai Zhe-ni respectively in the upcoming “#HIStory5: #遇見未來的你 #LoveInTheFutu…"
## 
## [[6394]]
## [1] "AngAngjiu1230: RT @willnie_: After gmmtv announced that brightwin has no new bl series\n\n#GMMTV2023 https://t.co/LiLIANHxWz"
## 
## [[6395]]
## [1] "prasert_skarlet: RT @bldramaheaven: ep. 10 of Until We Meet Again. the fog is lifting.\n\nI liked this episode much better than ep. 9. there is more drive, mo…"
## 
## [[6396]]
## [1] "chay_for_Macau: @tankhun_theera Re-watch your fav bl 😌\nIf it's bl count me in"
## 
## [[6397]]
## [1] "tatzanx: RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…"
## 
## [[6398]]
## [1] "parkmyrna: @luhvsickstay Hi hello lovestay can you give me all titles about the BL..thnk you and also the jinx is only chapter 1 now.."
## 
## [[6399]]
## [1] "LuisForero540: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[6400]]
## [1] "mayuuka: EXILE theatrical group accepting and auditioning out more members for BL roles in recent years. Not complaining. Ju… https://t.co/EDXJTz2otk"
## 
## [[6401]]
## [1] "hamhamz_: what if i told u ive been sick since last monday but woke up almost healed today after spending yesterday reading g… https://t.co/MRVFOL0IPj"
## 
## [[6402]]
## [1] "bl__swan: RT @Jk_trend_songs: Hi @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. THIS IS SO UNFAIR!!Drea…"
## 
## [[6403]]
## [1] "_nattbff_: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[6404]]
## [1] "bl__swan: RT @jeonjunggookie_: We request that you clarify and rectify this situation that costed the song a position in multiple Billboard and YouTu…"
## 
## [[6405]]
## [1] "aforatlas: 6. it’s probably not about not knowing where to start but not knowing how to continue my wip…. i have a au in mind… https://t.co/lsyCMdTMx2"
## 
## [[6406]]
## [1] "bl__swan: RT @JJKMILLIONDOL: 🚨Dreamers by Jungkook wasn’t properly credited in YouTube music category until today which affected it negatively on @bi…"
## 
## [[6407]]
## [1] "LadyQ_BL: RT @BLUPDATE2022: UPDATE: W-Story shared an IG Story with the stars of #MrHeart Han Se Jin and Cheon Seung Ho at the filming site of “#준과준…"
## 
## [[6408]]
## [1] "meztired: RT @Wikiwolffstudio: HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD \n20…"
## 
## [[6409]]
## [1] "deathgriped: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6410]]
## [1] "hamhamz_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6411]]
## [1] "emogaypotato: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6412]]
## [1] "bl_essence: RT @naylovesJF: this is the cutest “bye bye” i’ve ever heard! 😭😩 #RemembermeEP8 https://t.co/0JAmYTO98R"
## 
## [[6413]]
## [1] "bl_essence: that escalated very quickly\n#RemembermeEP8 https://t.co/Wi5kQRVeGE"
## 
## [[6414]]
## [1] "bl_essence: RT @Dhandelion3: how can I leave them, when they've chemistry on another level  🔥\n\n#RemembermeEP8 https://t.co/ArXgoyY5Tz"
## 
## [[6415]]
## [1] "IkertjeNFT: @KinoAlyse @bl_artcult @delta_sauce Will it be recorded? It is the bday of my partner, I wont be home"
## 
## [[6416]]
## [1] "deny_kimtae: RT @AriesLovesBl: I'm sure this will be the next Hit BL Series. Can't wait for December.\nAnd tomorrow we'll see the new trailer.\n\n#NeverLet…"
## 
## [[6417]]
## [1] "hoeger29bgr: SHA CERLIN Metal Twin Size Loft Beds Frame with Stairs &amp; Full-Length Guardrail,Space-Saving,Fit Kids and Adult ,Noi… https://t.co/Vhi5V8NaOz"
## 
## [[6418]]
## [1] "bl_lo_ve_32: RT @an_nhien188: I'm so happy to see Jimmy Tommy😭😭😭😭😭😭😭😭 https://t.co/bKJEVREDmT"
## 
## [[6419]]
## [1] "nahynae: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6420]]
## [1] "bl__bts_: RT @famewya: Thread eng sub Noeul call Boss ‘daddy’ 🤭\n\nHost : who came up with idea of cosplaying as a pilot? I don’t know whether to ask f…"
## 
## [[6421]]
## [1] "adunkrable: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[6422]]
## [1] "bl_essence: RT @adaisyAurora: my little gay boy is scared of dorms security literally expressed one chapter of homo's difficulties \n#RemembermeEP8 \nhtt…"
## 
## [[6423]]
## [1] "D2Peepo: @Skarrow9 Not worse than year one but it's in a worse state than it has been since forsaken till bl"
## 
## [[6424]]
## [1] "bl_essence: RT @SANCH0_OFFICIAL: I TEARED THE FUCK UP WHEN KAN INSISTED THAT HE WAS OK 😀 #RememberMeEP8 https://t.co/uG2ZxGaH3c"
## 
## [[6425]]
## [1] "bl_essence: RT @unrulytati: it better be nothing serious OR ELSE 😭 name trying to call his mom was even more heartbreaking \n#RemembermeEP8 https://t.co…"
## 
## [[6426]]
## [1] "bl_essence: RT @adaisyAurora: Kan had a lil internal panic, Golf told him he wanna keep all these beautiful views &amp; then asked him to have a pic togeth…"
## 
## [[6427]]
## [1] "JesuitsGlobal: RT @jcapsj: 29 November\nMEMORIAL OF BL BERNARDO FRANCIS DE HOYOS, PRIEST\n\nGet to know more about de Hoyos' life and vocation here: 👉🏼 https…"
## 
## [[6428]]
## [1] "bl_essence: RT @adaisyAurora: how Golf went to take Kan's upper lip between his lips, push it into his own is truly JaFirst's sign everytime Ja kiss Fi…"
## 
## [[6429]]
## [1] "NurArt_: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[6430]]
## [1] "rennerzkn: Java Deezer Ice Hose for Hookah freezable Hose Detachable for Easy Use for Smooth Puff Better and Cool Smoke Mesh W… https://t.co/b5CoX4j1hz"
## 
## [[6431]]
## [1] "myondusk: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6432]]
## [1] "bl_essence: RT @phuphastian: cheaters have never looked so good https://t.co/B6aUBaW14d"
## 
## [[6433]]
## [1] "Peachi3_: @cakesforskz BL makes everything better"
## 
## [[6434]]
## [1] "thamonwank90: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6435]]
## [1] "bl_lo_ve_32: RT @itommyyou: JimmyTommy together again, finally 😭\n#Mii2 💛💚"
## 
## [[6436]]
## [1] "tipfee_bl_3: RT @WdwlArtlab: BamBam 2023 Season’s Greetings \n\n[New, Better]\n\nComing soon 11.30\n\n#뱀뱀 #BamBam #시즌그리팅 #Seasons_Greetings https://t.co/eAjhy…"
## 
## [[6437]]
## [1] "emilebois: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6438]]
## [1] "0KKULTiC: is it rly a thai bl if there isn't a 'bottom gets captured' 2 episode mini-arc??"
## 
## [[6439]]
## [1] "anhhhhhhhhhhhh9: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6440]]
## [1] "TenSidedDruid: RT @zoe_let: Old art of my OC'S I did to promte my novel Song of the Night. This is Cain.\n\nAvailable on Amazon - https://t.co/gj1B3zX2Ib\n\n#…"
## 
## [[6441]]
## [1] "CallioVerose: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6442]]
## [1] "DeafRare: @Iron9Winter @frogclubs Do you seriously have to do all of this? I plan on going to college for Aerospace engineer… https://t.co/kPZPuZ1R8n"
## 
## [[6443]]
## [1] "ladymisslilith: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6444]]
## [1] "plumtwat: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6445]]
## [1] "Bl_Series24: RT @ParPaiTing: [29.11.2022] #พาไปติ่งJaFirst \n\n SRETSIS FLAGSHIP \nCENTRAL EMBASSY \n\n#SretsisxJaFirst\n #JaFirst \n#JaPhachara \n#First_Chalon…"
## 
## [[6446]]
## [1] "aru_j_sol: Leo sang OST for Happy Ending Romance 🫠\n\nMore idols in bl dramas!!"
## 
## [[6447]]
## [1] "distortxdheart: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6448]]
## [1] "LilDashOTS: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6449]]
## [1] "guitartwink58: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6450]]
## [1] "THAlenthu: RT @qihahfit: any thaienthu want #moots ? lets be friend mana tahu nanti boleh gosip abt bl together ^3^"
## 
## [[6451]]
## [1] "hermit_wanderer: @TylAshke @LiirBL No. I usually avoid their productions 😆 Is this a BL?"
## 
## [[6452]]
## [1] "maianhhjhjhaha: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6453]]
## [1] "FubukiNorris: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[6454]]
## [1] "mopuzzi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6455]]
## [1] "headBONDmeLWJ: @why_that_hat @B_lab_BL no problem..!"
## 
## [[6456]]
## [1] "aldriL1: @Morpheusresist His name is Zelensky and guess what guys Russians altered hilter symbol to Z, yet it is Z (=Zelensk… https://t.co/BZ4f2Yt4w7"
## 
## [[6457]]
## [1] "hyphenkordei: and even after just buying those three months im boutta go right back to binging BL dramas instead tonight.....again 🤪🤣😃"
## 
## [[6458]]
## [1] "BreXsday9: She/him can do whatever they want to me like please do something i am in my knees for you \n#onmyknees #bl… https://t.co/QZdnEachWi"
## 
## [[6459]]
## [1] "exoscmdump: Eternal Yesterday is the best thing to ever come out of the bl industry https://t.co/l2QIRIMg4W"
## 
## [[6460]]
## [1] "MingYue_Cezhou: @xcythinker That's right, it's an adaptation of a BL novel with politics and it doesn't have much action at the beginning either uwu"
## 
## [[6461]]
## [1] "fleurtune: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[6462]]
## [1] "VnZalor: @Claire_Miyamoto Oh bl**d is banned in midjourney but the fellas didn't ban them in niji? Funny I think they just t… https://t.co/rnTk0X3aVH"
## 
## [[6463]]
## [1] "PgzGiiez: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6464]]
## [1] "aca_3o: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6465]]
## [1] "cammmilla: @Solsjo Dahmer, House of dragon bl.a"
## 
## [[6466]]
## [1] "rob_ivan07: RT @BL_Scenery: UPDATE | \"Find true love to break the curse entangled in each other.\" A romantic reincarnation comedy that stars - Park You…"
## 
## [[6467]]
## [1] "bl_lo_ve_32: RT @Mii2Europe: Our tweets are like sweet version and all grown up version of Jimmy 😅 @MIx2_eagle \n#jimmy_jimmoi https://t.co/x7bR04rUgK"
## 
## [[6468]]
## [1] "strawberima: @kinnikurhapsody @sleepyscreaming @yhw027 i did find another one, aired last january and one of the popular related… https://t.co/mPNvhf394e"
## 
## [[6469]]
## [1] "Vintersol_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6470]]
## [1] "nvazreth: RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq"
## 
## [[6471]]
## [1] "kyleshannon: @illustrata_ai @joynxyz @amli_art @bl_artcult Excited to enter. My two entries are from my new project \"Kyle Shanno… https://t.co/qtnPt0lp7H"
## 
## [[6472]]
## [1] "iL3DR: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[6473]]
## [1] "jokeranchana: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6474]]
## [1] "strwbrryswings: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6475]]
## [1] "theloodside: RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk"
## 
## [[6476]]
## [1] "uocapri58742142: whitelist Indispensable @RedEvokes @the_crypto_hack @johnnymm1984 @DuhHerroPris1 @kunalkamble @zombiee08 @BL_NFT… https://t.co/4AJPArEeEF"
## 
## [[6477]]
## [1] "arte_jaqui: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[6478]]
## [1] "Ash_art7: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[6479]]
## [1] "PLU4GP: RT @just_rancid: why does ogata look like a BL character who suffers from a mysterious illness that we find out about when he collapses cou…"
## 
## [[6480]]
## [1] "soupsizedocean: \"but xenia p3 is not bl\" explain this then https://t.co/B4Te7fdZ57"
## 
## [[6481]]
## [1] "ReallyFatPigeon: I feel like as asshole for complaining about it but honestly it feels like every single bl is either\nA) made by and… https://t.co/5ywr1EG6Yb"
## 
## [[6482]]
## [1] "yinlwar: my engl &lt;33 #YINWAR #BL #lovemechanics https://t.co/iLe0SwTuik"
## 
## [[6483]]
## [1] "AKkingTamil: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6484]]
## [1] "xGALVAxCRONx: @YoIchBinFinn @sammypls_ @ZatderpScout1 @Kujay_ I don't share the same opinion about BL being as low as CoO. CoO wa… https://t.co/BCxVtoqnuy"
## 
## [[6485]]
## [1] "kyleshannon: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning Entry 2\nLife is life. I do miss mobility but t… https://t.co/vCRxP3yCwh"
## 
## [[6486]]
## [1] "TChuthamat: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6487]]
## [1] "1_800_JELLO: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[6488]]
## [1] "Bookzoid: A brilliant Camp NaNoWriMo award-winning novel packed with twists and turns. #bl_els\n  \nget it now… https://t.co/Fk56oaSEu0"
## 
## [[6489]]
## [1] "___Cleeere: Its not shocking that I still have 466 completed bl series/movies on my list to watch as I prioritize the ongoing ones 😅"
## 
## [[6490]]
## [1] "mintkenma: RT @pattpran: okay let’s go a thread of thai bl actors dancing ! (qrt with u opinions pls &lt;3)"
## 
## [[6491]]
## [1] "Miizumi4: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6492]]
## [1] "akeshjin: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6493]]
## [1] "Gowri__Vj: RT @BlackLo39629533: Friendship isn't about who you have known the longest. It's about who came, and never left your side....\n      💞🌸🖤BL🖤🌸…"
## 
## [[6494]]
## [1] "rivers253: @Softykjr @BL_27_ He’s not a 1st or 2nd rounder currently if he is go buy anything below that get NIL, also what is… https://t.co/482XZBUQOw"
## 
## [[6495]]
## [1] "Cyleris_84_BL: @PilovesN Nice to meet you too Lynette so how many kids do you have I have of two boys"
## 
## [[6496]]
## [1] "Drill48Zino: message 3 before mentions     @Polau123HB @kal_habboit @Naranja96H @bl_xxi @Savhjbjhbj @BrawniaHB @YasminN48372258… https://t.co/6916elk1M6"
## 
## [[6497]]
## [1] "ILRYxXISC_BL: RT @laicchiato: wow, what a makeover! https://t.co/KnMwQryqJk"
## 
## [[6498]]
## [1] "ItsmeKaji: I've been completely addicted to ONEPIECE and The Fiesty Wife Is Not to Be Messed With\n \n#AnkitGupta #webtoon #BL… https://t.co/H71wAcjVKG"
## 
## [[6499]]
## [1] "twinkfucker_69: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6500]]
## [1] "voodookunt: You're telling me that I have to watch majority of the Bls to be on bl twt? Uhm... Anyone got PowerPoint bullets? 😭😭"
## 
## [[6501]]
## [1] "KamenCorgi: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[6502]]
## [1] "akshad_gill: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[6503]]
## [1] "Anysah19: I wanna try out this comic book style\n \n#alphabetseries #BL #adventure\n\nhttps://t.co/iD6bMVAfRT https://t.co/2EeK8fn8XB"
## 
## [[6504]]
## [1] "cjw_spiciest: RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…"
## 
## [[6505]]
## [1] "Mewmewjusticef1: @Reeg4n and surprisingly this too was all willing -- he did anything for his Daozhang!\n\nespecially the bl*wjobs mwa… https://t.co/fACceMUe51"
## 
## [[6506]]
## [1] "FROSTYNOEUL_: I haven't seen a single Thai bl drama that doesn't address the issue of legalizing LGBTQ+ in Thailand. Heck, with a… https://t.co/9SSvN3pPeU"
## 
## [[6507]]
## [1] "kyleshannon: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning Entry 1\nAnd so it begins. There was a time—unt… https://t.co/jG3unAdX6n"
## 
## [[6508]]
## [1] "SubbyBaek: I want a life what bl manhwas have!!!!"
## 
## [[6509]]
## [1] "ajithroman007: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6510]]
## [1] "MansaraThapa: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[6511]]
## [1] "goblingreen: RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…"
## 
## [[6512]]
## [1] "BL_27_: RT @206Hoops: 206er Jaylen Nowell for the T-Wolves tonight:\n\n23 pts\n5 reb\n9-13 FG's\n(25 minutes)\n🔥"
## 
## [[6513]]
## [1] "builds_smile: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[6514]]
## [1] "Nicojeane: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6515]]
## [1] "kanawoodz: RT @jodanspace: *bl pe4rl b0y\nhttps://t.co/8UOCuoRjyW"
## 
## [[6516]]
## [1] "pipahm_: @HasifRayyan Not me reading this as BL....."
## 
## [[6517]]
## [1] "litepocketdeals: Pay only $4.  80% off\nUse code 70O3BL5O.\nCustom Family Throw Blanket, Personalized Memorial Throw with 10 Photos, C… https://t.co/lGBIKADRtu"
## 
## [[6518]]
## [1] "bl_artcult: @SuperRareBot @basileus_eth Dope"
## 
## [[6519]]
## [1] "Vinoliav95: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6520]]
## [1] "prakashg777: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6521]]
## [1] "Dart_Adams: RT @jose3030: Jayson Tatum  35 PT  15-28 FG  1-1 FT  4-14 3P  3/0 RB  3 AS  1 BL  2 ST  0 TO  3 PF  29 MN   (10:13 4th, Hornets) https://t.…"
## 
## [[6522]]
## [1] "bl_is_mundle: RT @mnetplus: [#MAX_CLIP] @dkz_dy\n\n#DKZ ROAD TO MAMA AWARDS highlight🚩\n\nA spoiler from the site of ROAD TO MAMA AWARDS special stage after…"
## 
## [[6523]]
## [1] "i_guessnott: @MediumSizeMeech What in the BL."
## 
## [[6524]]
## [1] "spicyjingles: when i get depressed i remember bl has my back"
## 
## [[6525]]
## [1] "bl_artcult: @DionMedici GM GM"
## 
## [[6526]]
## [1] "KanKan130613: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6527]]
## [1] "Cyleris_84_BL: RT @Vorahae1230: Im screaming😵 the way he's staring so hard at Rain's lips was so intensed. From day 1 he's been wanting him. Then the fant…"
## 
## [[6528]]
## [1] "bibbuiurluve: @fessthai First series u watch: 2Moons S1 (BL)\nFirst bias: Bass Suradet\nCurrent bias: Bible, Bright\nBias wrecker: B… https://t.co/B3ywSoJduA"
## 
## [[6529]]
## [1] "BL_27_: RT @Baikapsphoto: How bout them 🍏 🍎 @themikepenix @RomeOdunze @Alexcook_2 @jalenmcmillan20 @HoodHusky @CoachShephard @GrubbRyan @UW_Footbal…"
## 
## [[6530]]
## [1] "BL_27_: RT @PFF_College: Leaders in QB pressures from Week 13:\n\n🟣 Bralen Trice - 15\n🟣 Jeremiah Martin - 10\n\n@UW_Football https://t.co/i8HHmsWD4k"
## 
## [[6531]]
## [1] "LiirBL: @AmberKpopBL @AriesLovesBl Oops, you tagged the wrong Liir! lol.  I saw this on the timeline and was like wait, I d… https://t.co/besLsWRPzJ"
## 
## [[6532]]
## [1] "YoIchBinFinn: @xGALVAxCRONx @sammypls_ @ZatderpScout1 @Kujay_ Im not sure if we can confidently say that Acti is to blame for poo… https://t.co/zC4C3XKrm7"
## 
## [[6533]]
## [1] "cakesforskz: im happy for dkz tbh, who would believe that a group would start getting attention bc of a BL ? i love them so much https://t.co/377gVLppnH"
## 
## [[6534]]
## [1] "kaijinzekkasou: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6535]]
## [1] "BL_27_: @HoodHusky @Pac12Network The one who’s numbers outdo his"
## 
## [[6536]]
## [1] "real_naini: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6537]]
## [1] "tk_taynew: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[6538]]
## [1] "linhnguyen13994: RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…"
## 
## [[6539]]
## [1] "lloverflot: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6540]]
## [1] "sleepyhorny247: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6541]]
## [1] "Kana2637: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6542]]
## [1] "LiirBL: @mania_th_bl hahah! sometimes we just have to double check for the important stuff"
## 
## [[6543]]
## [1] "XiGer4: RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2"
## 
## [[6544]]
## [1] "BowJiraporn18: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[6545]]
## [1] "JapanMerchFess: !lapakothers WARNING BL wts manhwa merch\n- Id Photo Pearl Boy New 105k\n- Id card how to snag an alpha 70k\n- Lenticu… https://t.co/CKhYPS1gkU"
## 
## [[6546]]
## [1] "YsnYsn98940900: Gonna do some comic reading\n \n#rabbits #fighting #bl\n\nhttps://t.co/NC6gKkm29D^fighting^bl https://t.co/7sc6xOwgvG"
## 
## [[6547]]
## [1] "EchoToTheMoon: RT @thehuntcomic: The Hunt: Part 2: Pg 108 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjzQxj\nhttps://t.co/7efjBKwVto\nhttps://t.co…"
## 
## [[6548]]
## [1] "origamipastry: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6549]]
## [1] "BristolMari: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[6550]]
## [1] "bl_lo_ve_32: I hope from the bottom of my heart that the number of fans who are bothering the members will decrease and that eve… https://t.co/l51zdumlmD"
## 
## [[6551]]
## [1] "PaPeekaboo: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[6552]]
## [1] "jeab2329: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6553]]
## [1] "Sadface_Usui: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6554]]
## [1] "jenonana7_: RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4"
## 
## [[6555]]
## [1] "tinker_bl: RT @bIackpinkloops: THIS CHAESOO https://t.co/MxfpuK5MGD"
## 
## [[6556]]
## [1] "sarayasukhpayy1: RT @fornotyours: He can promote his series with @LeeThanapob like he's head over heals to him and want to fck him when it's not even a BL b…"
## 
## [[6557]]
## [1] "BL_27_: RT @206Hoops: UW cruises to a fairly comfortable 77-66 win over a previously unbeaten Seattle U squad. Size &amp; experience is paying off for…"
## 
## [[6558]]
## [1] "Shantkee: Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW"
## 
## [[6559]]
## [1] "joeds_: I think I’m gonna bring back BL Fridays on stream. 🤭"
## 
## [[6560]]
## [1] "VillalunaMVEEP: I just noticed ive been posting billibili BL comics here 😀"
## 
## [[6561]]
## [1] "pmp_pa: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6562]]
## [1] "dailytaynew: the pinoy bl indsutry kinda went off and died and idk how much of that is attributed to gege severo"
## 
## [[6563]]
## [1] "sisbl_in: #Lupin #Limited #announced that its #wholly #owned #subsidiary in #Brazil, #MedQuímica #Indústria #Farmacêutica,… https://t.co/yV1gSaskXh"
## 
## [[6564]]
## [1] "humsitweets: RT @businessline: #BLExplainer: What is T+1 settlement? What is the implementation schedule that SEBI is indicating? Will it have any impac…"
## 
## [[6565]]
## [1] "liv_inthemood: Okey I'm imma say it this Fandom will turn in that bl*nks soon , mark my word !!! Akgaes are too loud and fanbases… https://t.co/IqLMum37Qx"
## 
## [[6566]]
## [1] "namgulf: from bl most of them because im a clown https://t.co/gX9ERJ61s8"
## 
## [[6567]]
## [1] "15ChallengerB5: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[6568]]
## [1] "tinker_bl: RT @konnect_danielk: Check out KANGDANIEL on the cover of K-Pop – TIDAL Masters playlist! \nListen to “Nirvana (feat. pH-1 &amp; WDBZ)” in maste…"
## 
## [[6569]]
## [1] "_xmorningstar: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6570]]
## [1] "tinker_bl: RT @pcyzip: woah..\n#ROSÉ #로제 https://t.co/aIqTWXfvuP"
## 
## [[6571]]
## [1] "DarlaDT: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6572]]
## [1] "Bl_Troyanda: RT @avalaina: Children's writer Volodymyr Vakulenko was killed in the Kharkiv region during the Russian occupation. His family, till the la…"
## 
## [[6573]]
## [1] "aimeeoggy: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6574]]
## [1] "joeds_: THE BL SERIES OF THE YEAR IS FINALLY HERE https://t.co/GC4HqJZn6O https://t.co/BET0YIKRvi"
## 
## [[6575]]
## [1] "himanshuyv: RT @Rudu1212: @savehitesh @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Delayed more than 30 min+\n@Gmwrly @drm…"
## 
## [[6576]]
## [1] "viixenn_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6577]]
## [1] "TMGULFKNW26: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6578]]
## [1] "SpecialBeansCan: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6579]]
## [1] "inherin: RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4"
## 
## [[6580]]
## [1] "ToMySunflower19: @bl_4_eva Many Many Happy Returns Of The Day🎂🎉🥳"
## 
## [[6581]]
## [1] "Bl_Troyanda: RT @UkraineDiary: Make a Russian cry. Retweet this🇺🇦🌻 https://t.co/ivbvwdmTRD"
## 
## [[6582]]
## [1] "_Astorant_: @realErrorBeaver @lionsapologist @STREAMBORNPlNK @A_dmg04 I mean all BL Seasons were good Jit."
## 
## [[6583]]
## [1] "bl__suarez: RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#희철 #HEECHUL\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJ…"
## 
## [[6584]]
## [1] "bl__suarez: RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#이특 #LEETEUK\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJ…"
## 
## [[6585]]
## [1] "palimamala: RT @Glasshalf_ill: Mingwha’s new BL Jinx is the new reason to wake up every morning. God I wish it was completed already so I could spend t…"
## 
## [[6586]]
## [1] "bl__suarez: RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#예성 #YESUNG\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJU…"
## 
## [[6587]]
## [1] "dollievenus: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[6588]]
## [1] "ButchHades: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6589]]
## [1] "FINALFARTASY_XI: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6590]]
## [1] "businessline: #BLExplainer: What is T+1 settlement? What is the implementation schedule that SEBI is indicating? Will it have any… https://t.co/78ZgENqqQu"
## 
## [[6591]]
## [1] "bibeegulf: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6592]]
## [1] "PilovesN: @Cyleris_84_BL Hello Stephy it's so nice to meet you!!!\n👋👋"
## 
## [[6593]]
## [1] "fourthkalpa: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6594]]
## [1] "alleygrow43: https://t.co/1uE3MZzS0T\n\nyou biblebuild stans that are dying for some smut. here is a story that i wrote its only i… https://t.co/Df3qz1RRdd"
## 
## [[6595]]
## [1] "hansomLDNcabbie: @lauralouisewall Call the run looking away from map. Pen what you called. THEN correct the line.\nMove on to next ru… https://t.co/Flv5wdXAVW"
## 
## [[6596]]
## [1] "Bl_Troyanda: RT @Biz_Ukraine_Mag: “Only the military defeat of Russia can solve this conflict.”\n\nSwedish Foreign Minister Tobias Billström https://t.co/…"
## 
## [[6597]]
## [1] "BLXBLU_BBB: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6598]]
## [1] "MiaSings22: RT @BLUPDATE2022: TRACK LIST | UPCOMING BL THIS DECEMBER 2022\n\n12.01 - #OhMyAssistant 🇰🇷\n12.02 - #609BedtimeStory 🇹🇭\n12.02 - #MySchoolPresi…"
## 
## [[6599]]
## [1] "b_mileapo: RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…"
## 
## [[6600]]
## [1] "mamilks: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6601]]
## [1] "AHT2021: RT @historysunny: Free teacher CPD @britishlibrary on 1947 Partition of India!\n\nThe session will focus on the BL's new web resource ‘Voices…"
## 
## [[6602]]
## [1] "aiiwar_: RT @JAM__PLANET: By 14:30 on 20th October, the current top 5 BL Couple are:\n1. Zee&amp;Nunew #ZeeNuNew \n2. Mew&amp;Gulf #MewGulf \n4. Yin&amp;War #YINWA…"
## 
## [[6603]]
## [1] "aiiwar_: RT @JAM__PLANET: Exclusive Tweets\nYin&amp;War are nominated for 2022 The Best BL Couple,\nIf they are your favorite BL Couple, retweet this post…"
## 
## [[6604]]
## [1] "Elle_D_Raiser: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6605]]
## [1] "Emily_earn: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[6606]]
## [1] "huricanramirez: @therchmage @kluklayu A. I can guarantee that you'd still make a profit on whatever you bought your BL at if WOTC s… https://t.co/reKEEnzXQe"
## 
## [[6607]]
## [1] "jmanoj739: RT @BlackLo39629533: In all the world,\nthere is no heart for me like yours.\nIn all the world,\nthere is no love for you like mine.\nRemember…"
## 
## [[6608]]
## [1] "mkcreationsx_: RT @Chiro_Odhoraa: Aakansh dumbo using BL's another title song after 1.5 years😤\nBut it's so beautiful.. only song which defines the core pe…"
## 
## [[6609]]
## [1] "uminhoes: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6610]]
## [1] "MiaSings22: RT @BLUPDATE2022: BL SIDE | #WhyYouYMeEP6: Shogun's response to Maitoh's confession... broke my heart... knowing Green heard everything.\n\n#…"
## 
## [[6611]]
## [1] "bl__bts_: @midknightmoodz @Noeul_lee6 Rest well, Dragon! ❤️"
## 
## [[6612]]
## [1] "Abdullah0Xk: Prothane 19-1317-BL Black Cone Type Bump Stop PUXNHPQ\n\nhttps://t.co/Y0GbYbqSLq"
## 
## [[6613]]
## [1] "mileaposdestiny: RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…"
## 
## [[6614]]
## [1] "ErotemeArt: @NftSunage @illustrata_ai @joynxyz @amli_art @bl_artcult Thanks 🙏"
## 
## [[6615]]
## [1] "yyanderez: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6616]]
## [1] "bl__bts_: RT @midknightmoodz: @Noeul_lee6 3 AM for me... I'm sorry I can't watch live na. 🥹 I've been pulling too many late nights. 😭 I promise to tr…"
## 
## [[6617]]
## [1] "thorsylkius: @astrorinnie She's not, she's more of a casual fan of stranger things haha what she really likes it's yk asian BL and stuff"
## 
## [[6618]]
## [1] "okumurakoushuu: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[6619]]
## [1] "bl__bts_: RT @incorrect_kp: Kim: In a way, pancakes are like children.\n\nKhun: Elaborate?\n\nKim: The first one is always fucked up.\n\nKhun:\n\nKhun, picks…"
## 
## [[6620]]
## [1] "fernx1a: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6621]]
## [1] "download_theme: GOOD DEAL – Einhell TE-CD 18/50 Li-i BL (2 x 2 Ah) “4 Star” Driver Drill at €104.99 (-22%) https://t.co/YJMvJHbdNE"
## 
## [[6622]]
## [1] "bl__bts_: RT @FROSTYNOEUL_: HAPPY TO BEST BOY FORT!!\n@fort_fts\n#OurSmile22ndFortDay\n#FortFTS #ComeFortZon https://t.co/jfHvoh4T4q"
## 
## [[6623]]
## [1] "parkourkpts: is key going to drop the would you fight your mutual thing or will she ignore it like sarah ignored the Taiwanese bl poll"
## 
## [[6624]]
## [1] "Chiro_Odhoraa: Aakansh dumbo using BL's another title song after 1.5 years😤\nBut it's so beautiful.. only song which defines the co… https://t.co/eykzfWX2f1"
## 
## [[6625]]
## [1] "AomKakha1990: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6626]]
## [1] "marmomoon: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6627]]
## [1] "officialbeanp: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6628]]
## [1] "bethel40h: Bike Odometer Stopwatch, Waterproof Bicycle Computer Speedometer with LCD Display, Automatic Wake-up Wired Multi-Fu… https://t.co/0AfViReTHA"
## 
## [[6629]]
## [1] "Xxxlilneko: @TarotStacy BL(mine💜), his name is Deo but I don't know last name, sorry but thank you🥺💜💜"
## 
## [[6630]]
## [1] "fabiha27: RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…"
## 
## [[6631]]
## [1] "Enjoynaka9: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6632]]
## [1] "eiairini: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6633]]
## [1] "Bgmgoodday: I’ve listed Minox Film. It is hard to find it is sold so I recommend you purchase it promptly. \nhttps://t.co/lG6RpKZXAW"
## 
## [[6634]]
## [1] "nftwithu: @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this wonderful work from @Monathereum\n\n\"Joyful… https://t.co/H90gWLPa47"
## 
## [[6635]]
## [1] "bbj_pr: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6636]]
## [1] "jewtinaxtreme: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6637]]
## [1] "taesvvibe: bl this bl that i’m sitting in a puddle of tears."
## 
## [[6638]]
## [1] "lilretrorabbit: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6639]]
## [1] "dendeph: RT @RealTimeNews10: JUMP IN/STOLEN AUTO: Citgo Gas 6100 Bl. of Old Central Ave. Capitol Hts, MD. PGPD on scene investigating an incident wi…"
## 
## [[6640]]
## [1] "NirmalK17703512: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6641]]
## [1] "ihopetowin: Exposing the links between Calcium, Vitamin K2, and Plaque Buildup in Bl... https://t.co/oR6nqJvNky via @YouTube"
## 
## [[6642]]
## [1] "bossbabykinnie: Faeri is so gay yuri I think rigab is lesbian BL though"
## 
## [[6643]]
## [1] "schneider70mycc: Prime-Line Products K 5004 Prime-Line Resilient Spring Strike Plate, for Use with Rigid Interior Latch, Aluminum, P… https://t.co/HcnCIhYcnM"
## 
## [[6644]]
## [1] "lee_sparkling: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6645]]
## [1] "Mylovelybiubiu: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6646]]
## [1] "yukari_2006_BL: RT @RabendaMagazine: 📍 [PRE - ORDER ] #RabendaMagazine No.9 \nNew Year New Passion ปก 2 in 1 \n🧡🧡 ปก #เฟิร์สข้าวตัง \n💙 ปก #มีนพีรวิชญ์\n\n🔗 สั่…"
## 
## [[6647]]
## [1] "nftwithu: @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this amazing art from @fasmolika\n\n\"Butterfly b… https://t.co/XDKreDxPtU"
## 
## [[6648]]
## [1] "MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most f… https://t.co/k0C7BP6LsD"
## 
## [[6649]]
## [1] "BowJiraporn18: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6650]]
## [1] "kikkik_yz: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6651]]
## [1] "femmebangtan: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6652]]
## [1] "Vv_nos15: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6653]]
## [1] "DarblesNFT: @illustrata_ai @joynxyz @amli_art @bl_artcult What really inspired me to create clowns 🤡 \n\nLearn more:… https://t.co/uzgmRY0t8q"
## 
## [[6654]]
## [1] "bounnycarrut: RT @b0unieprm: hii im lia~ Kinda New to BL and looking for moots, pls be patient with me khaa~ 🫶🏻\n\n~ bounprem \n~ offgun\n~ ohmfluke\n~ bright…"
## 
## [[6655]]
## [1] "NgcMai80203820: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6656]]
## [1] "mademys: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6657]]
## [1] "PhilUponAHill: RT @tutulismyname: 3) Tunisia vs Australia featured players from 16 different leagues: La Liga, Ligue 1, Bundesliga, Serie A, MLS, Champion…"
## 
## [[6658]]
## [1] "haritha_00: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6659]]
## [1] "ChloeAlexMay: So you're telling me I stayed UP ALL NIGHT to watch the Thai BL drama 'even sun' for it to only be 6 episodes and a… https://t.co/ToeZZ4x2eV"
## 
## [[6660]]
## [1] "nftwithu: @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this magic piece from @Helluuuva\n\n\"Don't kill… https://t.co/K8gwu9X6BE"
## 
## [[6661]]
## [1] "xhylohphone: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6662]]
## [1] "PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family docum… https://t.co/gMXkUNn02K"
## 
## [[6663]]
## [1] "nthtuoi_: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6664]]
## [1] "ellieellie110: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[6665]]
## [1] "LinXueLian_AO3: List of known #MDZS/#TheUntamed/#CQL BL games:\n\n#WangXian: https://t.co/GYAvbqZYqE\n\n#XiCheng:… https://t.co/qmYwXnIDO7"
## 
## [[6666]]
## [1] "sseraendipityy: @doncrymoonchild is it bl??"
## 
## [[6667]]
## [1] "Tangmo_90: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6668]]
## [1] "acidframerate: RT @moondust_36: @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected Epiphany by stunning @acidframerate and Tropical Para…"
## 
## [[6669]]
## [1] "bl__bts_: RT @midknightmoodz: Boss putting his hand on Noeul's thigh to stop him from spoiling. 😗 55555\n\n#BossNoeul \n#Bosschaikamon\n#Noeulnuttarat\n#B…"
## 
## [[6670]]
## [1] "AdelineAurora1: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6671]]
## [1] "IamChang1612: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6672]]
## [1] "jesss_galan: @CapoAttano Haha no but that's also a really good manga/anime\n\nBL as on boy love manga"
## 
## [[6673]]
## [1] "bl__bts_: Happy Birthday to my favorite boy! #OurSmile22ndFortDay https://t.co/UCv5ErbKKU"
## 
## [[6674]]
## [1] "AmamiVenice: accidentally found out Coworker likes BL… AYO 👀"
## 
## [[6675]]
## [1] "scarletrain7777: RT @chromiekins: Malleus missed the memo this isn’t an otome game and also this isn’t a BL."
## 
## [[6676]]
## [1] "bilbiblebiuu: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[6677]]
## [1] "owoflare: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6678]]
## [1] "BonBoni_Kyu: RT @harukyufics: 𝐓𝐡𝐞 𝐌𝐚𝐫𝐫𝐢𝐚𝐠𝐞 𝐂𝐨𝐧𝐭𝐫𝐚𝐜𝐭 : 𝑺𝒊𝒈𝒏𝒆𝒅.\nthe marriage contract chapter II\n\na #harukyu short au wherein Junkyv and Harvto are the ma…"
## 
## [[6679]]
## [1] "CapoAttano: @jesss_galan Wait \nby BL you meant Blue Lock right"
## 
## [[6680]]
## [1] "Y_H_Bl_Sl: @Aluarth Flash back ..... koningslied 2013"
## 
## [[6681]]
## [1] "HoHoHo420Santa: RT @artmarteau: @illustrata_ai @joynxyz @amli_art @bl_artcult 𝘛𝘩𝘦 𝘞𝘦𝘪𝘨𝘩𝘵 𝘖𝘧 𝘛𝘩𝘦 𝘞𝘰𝘳𝘭𝘥 𝘐𝘴 𝘖𝘧𝘧 𝘔𝘺 𝘚𝘩𝘰𝘶𝘭𝘥𝘦𝘳𝘴\n#expressionwithmeaning \n2nd Entry…"
## 
## [[6682]]
## [1] "sujasmika1: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6683]]
## [1] "network_bl: RT @RabendaMagazine: 📍 [PRE - ORDER ] #RabendaMagazine No.9 \nNew Year New Passion ปก 2 in 1 \n🧡🧡 ปก #เฟิร์สข้าวตัง \n💙 ปก #มีนพีรวิชญ์\n\n🔗 สั่…"
## 
## [[6684]]
## [1] "BlairGoat: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[6685]]
## [1] "AnnieNg12356460: I’m sorry ka phi phi…i made a mistake…it’s ticket for BL area, row BE2 na ka 🥲🥲🙏🏻🙏🏻\n\n#ลูกบอลของคุณบิ๊กกลัฟ… https://t.co/5Cf7V5SuId"
## 
## [[6686]]
## [1] "mummumpk: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6687]]
## [1] "victuuriiii: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[6688]]
## [1] "seowohn: Now I need bl motel and insecret to be in a coinback event so that I could read them na😮‍💨"
## 
## [[6689]]
## [1] "sa_phimanss: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6690]]
## [1] "ea_njss: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6691]]
## [1] "jp017ajithkumar: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6692]]
## [1] "noonwardmoss: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6693]]
## [1] "Loriherea333: @_MinGwa One of the best creator of manhwa BL"
## 
## [[6694]]
## [1] "Naomi14150: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6695]]
## [1] "During56565167: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6696]]
## [1] "Spllila1: RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…"
## 
## [[6697]]
## [1] "luv4fp: RT @j_fluffybunbun: i think they are one of those bl cp who do the properly bridal carry scene.. cuz sir, I've seen the scene where the oth…"
## 
## [[6698]]
## [1] "nabiuuuuuuu: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6699]]
## [1] "toby0924: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6700]]
## [1] "LeoJmz_: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[6701]]
## [1] "_theshipper_: @antares_ojo_o Blood Sweat and Tears it was on some BL edits &amp; then DNA also came so I can say that BS&amp;T + DNA were my first ever BTS' songs"
## 
## [[6702]]
## [1] "viviontokki: But we don’t have BL on his MC day 🙃 https://t.co/TFtnl8lCZt"
## 
## [[6703]]
## [1] "AbhishekRavich4: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6704]]
## [1] "Michael99768077: RT @SkittleRampage: First looks at some Jujutsu Kaisen Nobara, Gojo &amp; Red Technique Gojo (BL EX)\n\nSome Jujutsu Kaisen Pops are hitting HT/B…"
## 
## [[6705]]
## [1] "A_BL_Simp: Mama starts in a few hours and imma be asleep fuck"
## 
## [[6706]]
## [1] "Mathan67096555: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6707]]
## [1] "znxma: RT @genshinficfess: au! cw // bxb bl ship haino aruseno alhaitham x cyno\n// art by sender , original by cutbu\n\ngagal confess tapi berhasil…"
## 
## [[6708]]
## [1] "FuwhaFuwha5: Check out much more on Bilibili Comics - search \"Did the Top Student Get a Cutie Today?\" and favorite!\n \n#WEDNESDAY… https://t.co/jjzOMGwTq7"
## 
## [[6709]]
## [1] "Julie_Lilac: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[6710]]
## [1] "mayaisthatyou: whne ypu. when you watch kamen rider AND you enjoy watching bl dramas. it's not thta much different. heh."
## 
## [[6711]]
## [1] "twindevilsgang: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6712]]
## [1] "dendeph: RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…"
## 
## [[6713]]
## [1] "pinkuart1027: RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3"
## 
## [[6714]]
## [1] "HongDa95014037: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6715]]
## [1] "MikaMaiz1: The director put the \"BLseries\" almost as big as actors face to tell that the series is BL😂 I'm confused too, why p… https://t.co/I2ryDIhrI7"
## 
## [[6716]]
## [1] "courtmort: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6717]]
## [1] "moondust_36: @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected Epiphany by stunning @acidframerate and Tropic… https://t.co/M6QHQRsxeW"
## 
## [[6718]]
## [1] "bibwithyou: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6719]]
## [1] "Soba_V2828: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6720]]
## [1] "yudit2198: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6721]]
## [1] "bl_jacxb: RT @PepperScripts: 🎁72 HOURS GIVEAWAY🎁\n2x @PepperScripts 🔑 \n1x @ahiddensociety Invite\n1x @satanbricks Invite\n2x 2GB Private Resi @Roundprox…"
## 
## [[6722]]
## [1] "nkmh23_: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6723]]
## [1] "Facts_tors: @abdullahi7044 @Mrbankstips You bl!nd? That Goal mad pass Richarlison goal"
## 
## [[6724]]
## [1] "kodafilB16: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6725]]
## [1] "bebiuluver: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6726]]
## [1] "QunhAnh87969756: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6727]]
## [1] "WattelierA: RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…"
## 
## [[6728]]
## [1] "Tonni07181662: RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…"
## 
## [[6729]]
## [1] "bl__swan: RT @Daily_JK97: Hello. @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. Because Dreamers by Jun…"
## 
## [[6730]]
## [1] "fectodreams: we joke and meme about yaoi but i once read an essay about bl and the japanese gay community and it was such a fasc… https://t.co/utIEvXdqC5"
## 
## [[6731]]
## [1] "ThalaVe74463055: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6732]]
## [1] "honcoolestoomf: RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…"
## 
## [[6733]]
## [1] "amoAdrian_BL: RT @GunturSubbarao: TED official meeting at Vancouver 2022 - Some memorable occasions with fellow speakers at TED https://t.co/UxPF4uFS8R"
## 
## [[6734]]
## [1] "Predator733: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[6735]]
## [1] "OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/… https://t.co/Jv0OTUNCf4"
## 
## [[6736]]
## [1] "jesss_galan: I really be hard core fangirling over BL manga"
## 
## [[6737]]
## [1] "AT0MICLES: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6738]]
## [1] "letsgoskz008: @starsforskz Never seen one but are all yaoi like that- idk I mean are all yaoi is related to sa ?? Isn’t that just… https://t.co/xxDH1u2ISm"
## 
## [[6739]]
## [1] "Charlottewil6: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[6740]]
## [1] "BobLovesData: Death Star at:\n\nBR: 19 BBY\nUR: 5 BBY\nBL: 0 BBY\nUL: 4 ABY (DS II)\n\nSo was there a second Death Star already in produ… https://t.co/tHdLN4KCCO"
## 
## [[6741]]
## [1] "thevicaa: RT @kdrama_menfess: •kdm• 🏳️‍🌈 bl series \"The Director Who Buys Me Dinner\" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des di Heavenly…"
## 
## [[6742]]
## [1] "sammatthew7339: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[6743]]
## [1] "OriharaSirine: I Fucking love them so much!! I want to see them acting together as couple in another BL series 🙏🏼❤❤"
## 
## [[6744]]
## [1] "BenWell42: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[6745]]
## [1] "avii_sen02: @Mao8ao_ Hmm... from some bl mangas and mahwas 👀"
## 
## [[6746]]
## [1] "JohnDickson7989: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[6747]]
## [1] "RealUnit1486: RT @Egg_Yok90: What I'm about to post is a 140 page document that includes new evidence of Squigglydiggs,  @ K ey bl ack_H ailo C's troubli…"
## 
## [[6748]]
## [1] "C_1_3__: Bribery. It’s the way things are done these days. To get what you want, you gotta pay the price. \n\nThe @_ChadDoge_… https://t.co/sash6HBTpC"
## 
## [[6749]]
## [1] "MiaSings22: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[6750]]
## [1] "sammelsurium7: @jkoncharts another point on the 'maknae line solos are just bl!nks' list: this one LOVES mentioning bp members in… https://t.co/qHvnWAEAyk"
## 
## [[6751]]
## [1] "Maxwelljohn733: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[6752]]
## [1] "Gherick10: One of the best drawings of all time\n \n#bl #Harem #MANHWA\n\nhttps://t.co/44mWD3J4cA https://t.co/3QNkKtXrXy"
## 
## [[6753]]
## [1] "AlexJohn6040: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[6754]]
## [1] "BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the re… https://t.co/I2jkzdkWJU"
## 
## [[6755]]
## [1] "Shadow_MonarchR: @SantaLilac Bl s the way to go! https://t.co/UPxnik2GwI"
## 
## [[6756]]
## [1] "bl__swan: RT @jeonjunggookie_: Spotify 🤝 youtube \n\nThose tried to sabotage jungkook’s dreamers since the beginning"
## 
## [[6757]]
## [1] "mania_th_bl: @LiirBL The way I forgot this 😂😂 https://t.co/Ve6feDXmFn"
## 
## [[6758]]
## [1] "Solsystemcomune: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6759]]
## [1] "KateDean788: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[6760]]
## [1] "Eunice_Once: I Don’t Care ur straight, gay, lesbian,Bi, BL/GL fan🏳️‍🌈 \nYou have to watch this series !!!\nThis series is not just… https://t.co/JwsFi0ijrd"
## 
## [[6761]]
## [1] "bl__swan: RT @JJK_VotingTeam: The fact that Dreamers by Jungkook wasn’t properly credited in the YouTube music category which negatively affected mul…"
## 
## [[6762]]
## [1] "stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃a… https://t.co/bExkbcfOQe"
## 
## [[6763]]
## [1] "nagdev_pawar: RT @Rudu1212: @savehitesh @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Delayed more than 30 min+\n@Gmwrly @drm…"
## 
## [[6764]]
## [1] "bl_romance: RT @firstkhaouboom: friendly reminder that this boomaou goofing around behind the scenes of enchante looking all wedding-like is about to b…"
## 
## [[6765]]
## [1] "dendeph: RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…"
## 
## [[6766]]
## [1] "yukari_2006_BL: RT @dunknatachai: i love you so https://t.co/ko0wZGdPsR"
## 
## [[6767]]
## [1] "dendeph: RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…"
## 
## [[6768]]
## [1] "starrysatur: @nabadesca they're not all bl's but i'd say like 98% https://t.co/PVb2mzUvMl"
## 
## [[6769]]
## [1] "fairiehachi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6770]]
## [1] "bl__swan: RT @IittIeuphoria97: @virgoidoll Period. Once is coincidence, anything beyond that is intentional. It definitely appears as though there ar…"
## 
## [[6771]]
## [1] "bl__swan: RT @virgoidoll: and as amazing as it is that all his songs have achieved great success even with all the odds against them it is not normal…"
## 
## [[6772]]
## [1] "_lemonadefrog: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6773]]
## [1] "morarkzfo: GIYOMI 100 PCS Length of 10 inch/26 cm Sewing Elastic Band with Adjustable Buckle,Soft Elastic Cord for DIY Crafts… https://t.co/pHtX3OKIg6"
## 
## [[6774]]
## [1] "darktedshiro: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6775]]
## [1] "yoonsweet_suga: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[6776]]
## [1] "rengokushands: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6777]]
## [1] "gizzverse: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6778]]
## [1] "Floorto63601496: RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd"
## 
## [[6779]]
## [1] "BongTeez: PLEASE TELL THIS TO THAI BL INDUSTRY. https://t.co/0zxFSPn7KD"
## 
## [[6780]]
## [1] "florescent_four: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6781]]
## [1] "Rao7478: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[6782]]
## [1] "pepperharrows: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6783]]
## [1] "KYIKYIK78218299: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/kI8u4sYAgT…\n\nWinner will get to be f… https://t.co/y0yVDbmSdK"
## 
## [[6784]]
## [1] "sojungsplanet: out if all fandoms bl!nks are the ones to come for kep1er? https://t.co/ke3NB2pEoE"
## 
## [[6785]]
## [1] "StargazerJayne: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[6786]]
## [1] "AllNutNoClarity: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6787]]
## [1] "seacast__: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6788]]
## [1] "D17830371D: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6789]]
## [1] "luxurysena: RT @jodanspace: *bl series \"Th3 D1r3ctor Wh0 Bųys M3 D1nner\" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…"
## 
## [[6790]]
## [1] "Dreams1912: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6791]]
## [1] "NicolaVictory: \"I Won't Get Bullied By Girls\" is an absolutely perfect comic! It's living rent free in my head!\n \n#Echo #blcomics… https://t.co/7tyd7scwYF"
## 
## [[6792]]
## [1] "yoonsweet_suga: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[6793]]
## [1] "mizramtiger: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6794]]
## [1] "okodukai7: &lt;a href=\"https://t.co/nuInKBGycu\" target=\"_bl #おこづかい"
## 
## [[6795]]
## [1] "Reby23099547: When I'm not reading SPYxFamily, I'm reading Intoxicated!\n \n#manga #slayers #BL\n\nhttps://t.co/ovSQRli5y4 https://t.co/Bb7tdAPSlL"
## 
## [[6796]]
## [1] "itsjeanparker: Trust me! You'll get addicted to this story!\n\n#manga #slayers #BL\n https://t.co/4N5HcsrhA2 https://t.co/vAXiRM2tlu"
## 
## [[6797]]
## [1] "aroacekazuha: RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3"
## 
## [[6798]]
## [1] "Le_Spicy_Memes: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6799]]
## [1] "mahoumiru: pop just asked me if i think amuros seiyuu has ever done a bl cd"
## 
## [[6800]]
## [1] "JC71602215: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[6801]]
## [1] "bubblevanz_02: RT @nipaponngam1: #BuildJakapan @Buildbuilddd \n#ฟองอากาศของไบเบิ้ลบิว \n\nPOLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t…"
## 
## [[6802]]
## [1] "toby0924: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[6803]]
## [1] "bl__swan: RT @JKGlobalWebsite: “Dreamers” MV is finally trending in the USA, AFTER the Billboard charts update. This is absolutely ridiculous. This w…"
## 
## [[6804]]
## [1] "MiaSings22: I truly hope they stop casting many straight actors in #BL but I know that’s a majority of them but also we aren’t… https://t.co/TNKeMKTqfW"
## 
## [[6805]]
## [1] "nxour_: @Faariddda Da el bl oils??? El gold one?"
## 
## [[6806]]
## [1] "Light59869918: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[6807]]
## [1] "JustTtlyCherry: @SMJ012022 @WrestlingHumble Well both he and Drew are getting pushed aside now. KO can overcome constant BL interfe… https://t.co/3IsCEOuE4V"
## 
## [[6808]]
## [1] "Miysdora: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[6809]]
## [1] "ThalaAj53958768: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6810]]
## [1] "camileanvillain: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6811]]
## [1] "ratt1217: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[6812]]
## [1] "bl_4_eva: RT @EmmaWaanjai: It’s the little bouncy for me 🥺🐰https://t.co/Zao0uwlZSh"
## 
## [[6813]]
## [1] "thkgoditsfriday: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6814]]
## [1] "thefilthybrick: The 2008 Harley figure is way harder to get than I thought it would. Past two BL orders for it turned out to be the… https://t.co/FIenLxktex"
## 
## [[6815]]
## [1] "pratikvartak5: RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…"
## 
## [[6816]]
## [1] "LordiCavalera: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[6817]]
## [1] "lesbiankillua: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6818]]
## [1] "ExCALiBuR4589: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[6819]]
## [1] "bl__swan: RT @GoldenJKUnivers: Hello. @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. Because Dreamers b…"
## 
## [[6820]]
## [1] "xiomi7238: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[6821]]
## [1] "BBworldisB: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[6822]]
## [1] "N07600D: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6823]]
## [1] "megidoreyn: Sometimes I wonder if there are other people who also like Walter/Jonathan as a pairing...I always feel annoying po… https://t.co/kPX8JXbO98"
## 
## [[6824]]
## [1] "hails_coly: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6825]]
## [1] "bl_natsec: RT @SkinnerPm: America, where we see long lines at polling places as an uplifting scene of voter determination instead of a damning scene o…"
## 
## [[6826]]
## [1] "goldenriffz: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6827]]
## [1] "Iksit9: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[6828]]
## [1] "TheRainPoet: They’re happy because ‘Bhakts’ are hurt and are questioning the statements of a non-Indian on the g€nocide of Kashm… https://t.co/HbFcDLCA0M"
## 
## [[6829]]
## [1] "RajputAlizeh: @Awa_is1 @k_k_md_ @SikandarHaneef 🙏🏻🙏🏻🙏🏻 ignor kry bl k report kr dy sb isy account hi khtm ho jay iska"
## 
## [[6830]]
## [1] "bl_natsec: @SkinnerPm Come join us at Post. Right @DavidPriess?"
## 
## [[6831]]
## [1] "chalkymalky: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6832]]
## [1] "kirukaaA21: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6833]]
## [1] "LordiCavalera: RT @ZakkWyldeBLS: MUCH MCLOVE &amp; HAPPY BL B-DAY O’ DOOM To FATHER MIKE BORDIN!!! tBLSt SDMF @FaithNoMore #Mikebordin https://t.co/JVwCn6y06O"
## 
## [[6834]]
## [1] "getoujks: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6835]]
## [1] "YCr0pX8JsawMtkU: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[6836]]
## [1] "palegoon: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6837]]
## [1] "KyushoRomania: Important pressure point for self defense training is Pressure Point BL-56 [Bladder]. Read this article to learn mo… https://t.co/dbQDH2IJYq"
## 
## [[6838]]
## [1] "bl_hkg: Pls Don’t sleep too late P’Mile, it’s not good for liver aft 23:00, &amp; lung too aft 03:00, he slept very late last M… https://t.co/dmDQjekvpM"
## 
## [[6839]]
## [1] "predovicnju: EVERCROSS Hoverboard, Hoverboard for Adults, Hoverboard with Seat Attachment, 6 5\" Hover Board Self Balancing Scoot… https://t.co/oOmLC1zhdD"
## 
## [[6840]]
## [1] "PitchBlack93: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[6841]]
## [1] "EntertainersAce: RT @Mystic_Stirling: GL subtext is more blatant now with animes like Lycoris, Executioner, GWitch, and maybe the recent Love Live - haven’t…"
## 
## [[6842]]
## [1] "bl__swan: RT @Jungkook_SNS: JungKook becomes the K-Pop/ Korean Soloist with the Most Top 10 hits (3 songs) on Billboard Global 200 Excl. US Chart. Co…"
## 
## [[6843]]
## [1] "Pastelllyn: Y’all help what’s the name of that time travel Korean BL that came out a couple months ago"
## 
## [[6844]]
## [1] "RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carj… https://t.co/bmYGJa4TyV"
## 
## [[6845]]
## [1] "senaya01gomez: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[6846]]
## [1] "smolkorilakkuma: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6847]]
## [1] "nipaponngam1: #BuildJakapan @Buildbuilddd \n#ฟองอากาศของไบเบิ้ลบิว \n\nPOLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t.co/eD7NwvObTS"
## 
## [[6848]]
## [1] "bl__swan: @Daily_JK97 @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 Hi… https://t.co/KW4FCmSwoo"
## 
## [[6849]]
## [1] "veratchu: History 3, Make Our Days Count .( Pode Ser BL? ) https://t.co/Wze6hfD1dn"
## 
## [[6850]]
## [1] "Ro35660121: RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…"
## 
## [[6851]]
## [1] "bl__swan: RT @Daily_JK97: Hi @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. THIS IS SO UNFAIR!!Dreamers…"
## 
## [[6852]]
## [1] "utenthys: i pinned the bl thread to my profile i hope someone reads sth directly bc of my influence"
## 
## [[6853]]
## [1] "Petchary: @leo_r_douglas @iloveNHMJ @Birdlifejamaica Leo!! What did you do with them? Did someone from BL J get them?"
## 
## [[6854]]
## [1] "bl__swan: RT @kookie_andcooky: Jungkook deserve better label, better team. im amazed by cp team so i hope will find a new team that will focus on his…"
## 
## [[6855]]
## [1] "PhoenixVendler: This comic is definitely worth reading! Come check it out!\n\n#bl #fundyfanart #dance\n https://t.co/FB4P1odOVo https://t.co/F7GdjANMdj"
## 
## [[6856]]
## [1] "SteelJ_97: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[6857]]
## [1] "Ikpadenis2: @Tpjkearns My first time hearing of bl. Denis. That’s great to know"
## 
## [[6858]]
## [1] "BL_DataStories: Data points from the NFHS 4 and 5 suggest that #Gujarat has shown good improvement in health and socio-economic par… https://t.co/pk5X3X3NHG"
## 
## [[6859]]
## [1] "cloudberria_: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[6860]]
## [1] "bicycIeforjoon: @koostiddy ive seen kp ofc, its just i saw him on tiktok with another bl too aksksk and i listen to some of his music too"
## 
## [[6861]]
## [1] "AuroraForHim: Stoppp 😭 i love firstkhao but thai have so many bl novels already, give them original series!!!! https://t.co/4UnmkQTZYZ"
## 
## [[6862]]
## [1] "huangrjn_: RT @jenrenbot: Sent noren hug clip to my friend without context and she asked me what bl drama is that 😭 — saw kfans saying that if u crop…"
## 
## [[6863]]
## [1] "loves2rot: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6864]]
## [1] "ituskwie: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6865]]
## [1] "OfficialNagito_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6866]]
## [1] "bl_on_an_bagel: RT @signediza: This was so cute please ¦ #BetweenUsEP4 #BetweenUsTheSeries https://t.co/Y3OeN3prZz"
## 
## [[6867]]
## [1] "mahoumoonlight: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6868]]
## [1] "jaju66666: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[6869]]
## [1] "hyperfixrat: Ironically enough a BL doujin was the last thing I did before I realized i had covid https://t.co/AJG0TMx3N6"
## 
## [[6870]]
## [1] "metroherobot_bl: Westbound 6-car BL/Huntington Train 454 has been holding at Ronald Reagan Washington National Airport on track 2 fo… https://t.co/rB2uY0bUwz"
## 
## [[6871]]
## [1] "metroheroalerts: Westbound 6-car BL/Huntington Train 454 has been holding at Ronald Reagan Washington National Airport on track 2 fo… https://t.co/FXpRWbyURH"
## 
## [[6872]]
## [1] "bl__swan: RT @jkmeuzoiudo: @JJK_Times 🚨Dreamers by Jungkook wasn’t properly credited in YouTube music category until today which affected it negative…"
## 
## [[6873]]
## [1] "DonteeLWrenn: RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…"
## 
## [[6874]]
## [1] "KeaTiki: @BurtOHare Her name is Sarah Owen, and she was bl**dy well right to stand up to that smegging Tory bully. \nThat's h… https://t.co/8CJVMywFKu"
## 
## [[6875]]
## [1] "nitzsche98yzv: Imelod Zinc Alloy Guitar Capo Shark Capo for Acoustic and Electric Guitar with Good Hand Feeling, No Fret Buzz and… https://t.co/Bc1DzLum19"
## 
## [[6876]]
## [1] "mylovelyRheen: RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd"
## 
## [[6877]]
## [1] "MartinLPD5: RT @GigaChadBJN: \"Cursed Mysterious island has been discovered in the Last Reality...\" 🌌\n\nI originaly wanted to do Saucers Fortography on B…"
## 
## [[6878]]
## [1] "_loserngl: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6879]]
## [1] "bl__swan: @KookCharts @demiejjk @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 W… https://t.co/nRitdkzSoS"
## 
## [[6880]]
## [1] "ehmazing: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[6881]]
## [1] "preciousminho99: RT @marybells525: What if they're not giving us BL on the 7th because 🐣 🧀  is coming again? 🤔"
## 
## [[6882]]
## [1] "gulfmylove17: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6883]]
## [1] "robinschnelle: sir? and may I ask whether this is the sort of bitters by\nwhich he bl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/9SpB6LKxdy"
## 
## [[6884]]
## [1] "bl__swan: @KookCharts @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 Hello.… https://t.co/lHHk4RxTfu"
## 
## [[6885]]
## [1] "_biuble: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[6886]]
## [1] "Kiwiii_Kiwiii: this is a choi jaewoo appreciation post\n ✨❤️🫶🏼❤️✨\n#DontGetMeWrongBoss #Lezhin #bl https://t.co/skF7xllPKP"
## 
## [[6887]]
## [1] "bl__swan: RT @KookCharts: Hello. @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. Because Dreamers by Jun…"
## 
## [[6888]]
## [1] "silverwraiths: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6889]]
## [1] "bl__swan: RT @KookCharts: We request that you clarify and rectify this situation that costed the song a position in multiple Billboard and YouTube ch…"
## 
## [[6890]]
## [1] "patzeafee: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6891]]
## [1] "DCLAFOREST: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[6892]]
## [1] "luvllypatty: Listen to this song when i was read ShutLine Manwha BL that Fuckin Hot bitchhhh\nhttps://t.co/2QDrfEGlgf"
## 
## [[6893]]
## [1] "n_maeko: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[6894]]
## [1] "grizzlygreece: RT @littlejune_p: สปอยล์(1)\n[BL]🌟My Husband is Suffering from a Terminal Illness by 不会下棋\n#สามีผมกำลังจะตาย\n▪️Eng:https://t.co/VGzhcYJaA8\n▪️…"
## 
## [[6895]]
## [1] "bubblevanz_02: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[6896]]
## [1] "anim8dead: @bl_artcult @amli_art Story of my life right now 😮‍💨"
## 
## [[6897]]
## [1] "bl__swan: RT @JJK_Times: Now that the YouTube issue has been fixed, Dreamers MV finally entered the Most viewed videos in past 24 hours chart 😒\n\n**NE…"
## 
## [[6898]]
## [1] "bl_cuties: RT @myktng: your phone gallery if khaotung thanawat was your boyfriend \n\n— a thread : https://t.co/yma8TUJzmk"
## 
## [[6899]]
## [1] "cynahii: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6900]]
## [1] "prismedmercury: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6901]]
## [1] "Bl_2021fan: RT @pranluvr: 🐶: speaking of Nanon,nanon is a very good friend in my life. Really a very very good friend,I did not think I could have a fr…"
## 
## [[6902]]
## [1] "Naomi14150: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[6903]]
## [1] "lethia_bl: RT @animesfeeI: Same https://t.co/0jiL4QScjK"
## 
## [[6904]]
## [1] "lethia_bl: RT @Sky15022010: Prague 💛🇨🇿 https://t.co/8egkiGDcXb"
## 
## [[6905]]
## [1] "livreamour_: what if jihoon BL series https://t.co/5ndduFwlzo"
## 
## [[6906]]
## [1] "chanbaek92s: @cchanyeoree but really tho, they look so good together. wish they could have a bl soon"
## 
## [[6907]]
## [1] "nikicannibal: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6908]]
## [1] "haritha_00: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[6909]]
## [1] "valentino_miky: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[6910]]
## [1] "YungSeraphim: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[6911]]
## [1] "AlsiudGoha: RT @pk5125: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj\n@MohanChanyal \n💧 #flo…"
## 
## [[6912]]
## [1] "blanda61jwwm: MJIYA Mesh Laundry Bags for Delicates with Premium Zipper, Travel Storage Organize Bag, Clothing Washing Bags for L… https://t.co/8NLRivLYfr"
## 
## [[6913]]
## [1] "iryshornyjail: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6914]]
## [1] "aliortg_ali: RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd"
## 
## [[6915]]
## [1] "haritha_00: RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…"
## 
## [[6916]]
## [1] "jmgsll: RT @jodanspace: *bl series \"Th3 D1r3ctor Wh0 Bųys M3 D1nner\" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…"
## 
## [[6917]]
## [1] "jagiyataekim: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[6918]]
## [1] "kzzbn: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[6919]]
## [1] "97Thumper: RT @suninhersmile: CAN SOMEONE RECOMMEND A GOOD BL MANHWA PLEASE IM DESPERATE"
## 
## [[6920]]
## [1] "kissable202bi: RT @RealTimeNews10: ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carjacki…"
## 
## [[6921]]
## [1] "bl_on_an_bagel: RT @mos_psl: to this night🌙 \n#MosBankXSingapore https://t.co/qOFTP6wMRl"
## 
## [[6922]]
## [1] "kissable202bi: RT @RealTimeNews10: ARMED CARJACKING: 3400 Bl. of 54th Ave. Bladensburg, MD. PGPD on scene investigating an armed carjacking with an indivi…"
## 
## [[6923]]
## [1] "Capo_BL: RT @XXL: Offset teasing a new song with Future 👀 https://t.co/CT9gpcTD36"
## 
## [[6924]]
## [1] "kissable202bi: RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…"
## 
## [[6925]]
## [1] "YAHUZAABUBAKAR6: er after which I was called—and pulled a spray of the bl     https://t.co/DzTlCIW0yW"
## 
## [[6926]]
## [1] "moblinguts: @girhoodie also i shld stress its not queerbaity or queer coded its explicit mlm romance !! i believe it is in the… https://t.co/g1BwftJgdJ"
## 
## [[6927]]
## [1] "marssmaple: im so anti st/bl/r and b/ns/n like fr 😐 and im censoring because I really don't want discourse"
## 
## [[6928]]
## [1] "lilislijen: RT @jenrenbot: Sent noren hug clip to my friend without context and she asked me what bl drama is that 😭 — saw kfans saying that if u crop…"
## 
## [[6929]]
## [1] "bicycIeforjoon: @koostiddy i heard jeff was in a bl before? what was the name again?"
## 
## [[6930]]
## [1] "Pink_Medusa6: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6931]]
## [1] "kibi_pop: Nobody will probably know what I’m talking about(who don’t read BL)"
## 
## [[6932]]
## [1] "hummingroad: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6933]]
## [1] "wu_lfznn: If u saw me liking any bl manhwa hot scene pleak ignore me saur bad https://t.co/9T4q3FUcDH"
## 
## [[6934]]
## [1] "Titity_99: RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…"
## 
## [[6935]]
## [1] "idolyagami: Idk what's going on but even tho I don't like age gap romances I want them to star in a BL https://t.co/DnEmPz8W1T"
## 
## [[6936]]
## [1] "kissable202bi: RT @RealTimeNews10: JUMP IN/STOLEN AUTO: Citgo Gas 6100 Bl. of Old Central Ave. Capitol Hts, MD. PGPD on scene investigating an incident wi…"
## 
## [[6937]]
## [1] "tang_satang1: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[6938]]
## [1] "kissable202bi: RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…"
## 
## [[6939]]
## [1] "bl_cuties: RT @aibarisu: my akkayan and patpran are coming back home, the war is over https://t.co/K2nnAe4IdC"
## 
## [[6940]]
## [1] "Magdale7356: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[6941]]
## [1] "BorchLtd: @Chioma_Uzodimma Bl@@d in your family hands"
## 
## [[6942]]
## [1] "ppkk43: RT @miakawai23: Endgame 💖💖💖\nSungDa true Love 🥰\nSunghyeon &amp; Daon \n\nThe End 🔚🫶\n\n#비밀사이 #secretrelationships #secretrelationship #Manhwa \n#Boys…"
## 
## [[6943]]
## [1] "amitsorathi1: RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…"
## 
## [[6944]]
## [1] "VJMS9: Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36\" Gold Sand Glass Lampwork… https://t.co/GOV4NDWYcj"
## 
## [[6945]]
## [1] "cocainetamalee: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6946]]
## [1] "crapcafe: i forgot how bad i want some of these https://t.co/NCN9f5h0tB"
## 
## [[6947]]
## [1] "Diveshpandit001: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[6948]]
## [1] "only4gulf: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6949]]
## [1] "jenrenbot: Sent noren hug clip to my friend without context and she asked me what bl drama is that 😭 — saw kfans saying that i… https://t.co/MUpqnBKz3W"
## 
## [[6950]]
## [1] "bl_on_an_bagel: RT @BLUPDATE2022: It's coming... https://t.co/19vzEUhv3n"
## 
## [[6951]]
## [1] "DorisStackhous1: @Mewgulf97819961 I don't think it's a BL. I think he's a straight guy whose a makeup artist who people think he's gay."
## 
## [[6952]]
## [1] "bl_ck_Hippie: RT @lib_trigger: Balenciaga woke a boat load of normies up. \n\nTwo years ago, we were saying, \"you know the world is ruled by Satanic pedoph…"
## 
## [[6953]]
## [1] "bl_on_an_bagel: RT @signediza: what do you mean that shiny smile is not real? 😩🥹 https://t.co/GQZbxiOSNT"
## 
## [[6954]]
## [1] "vantepoesie__: @bl_yj3 Jimin"
## 
## [[6955]]
## [1] "Capo_BL: RT @RealRodWave: I aint got trust issues... I got sense!"
## 
## [[6956]]
## [1] "ZeroTwo619: RT @Mystic_Stirling: GL subtext is more blatant now with animes like Lycoris, Executioner, GWitch, and maybe the recent Love Live - haven’t…"
## 
## [[6957]]
## [1] "moblinguts: @girhoodie pleeeaaasseeee look into no 6 its a light novel and manga series with a really well done anime. the bl i… https://t.co/jxUy6CdJsN"
## 
## [[6958]]
## [1] "amarkkalamthaha: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6959]]
## [1] "ellie_boards: @adspexi mom tried to ban it cause her homophonic spidey sense was going off…. Many years later Nickelodeon proved… https://t.co/XRUHEmJHaR"
## 
## [[6960]]
## [1] "MerceC24: RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd"
## 
## [[6961]]
## [1] "build92827127: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[6962]]
## [1] "ARUNTHALA007: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6963]]
## [1] "Magdale7356: RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…"
## 
## [[6964]]
## [1] "bbillkohm: tms2 really the first bl where the second season is better than the first"
## 
## [[6965]]
## [1] "VijiMa118: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6966]]
## [1] "Zeba39014614: @Rahulfa49155538 It's a bl**dy joke!! I saw the clip and found nothing disrespectful in that on which solos are cry… https://t.co/wht3w628hg"
## 
## [[6967]]
## [1] "Thalakarthik08: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6968]]
## [1] "nagdev_pawar: RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…"
## 
## [[6969]]
## [1] "dearestgulf: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[6970]]
## [1] "L_lippsCho: RT @cebuBLorg: 📌BIBLE: \"I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST\"\n\nBible Wichapas Sumettiku…"
## 
## [[6971]]
## [1] "arooonk3: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[6972]]
## [1] "rattibha: @bl_prakash18 Hallo, Unroll request has been successfully completed. I hope you like reading it. 🤗  https://t.co/GYxudCB9bY Best wishes. 🤟"
## 
## [[6973]]
## [1] "mozukuchan_bl: RT @AniTrendz: Here are your TOP 10 ANIME for Week#7 of the Fall 2022 Anime Season! \n\nBocchi holds strong for the second time this week, bu…"
## 
## [[6974]]
## [1] "ChelaPerez17: RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd"
## 
## [[6975]]
## [1] "PARKJIMINM8: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[6976]]
## [1] "Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd"
## 
## [[6977]]
## [1] "AlpacaEmperor: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[6978]]
## [1] "mmmm50135: RT @BL_Scenery: UPDATE | \"Find true love to break the curse entangled in each other.\" A romantic reincarnation comedy that stars - Park You…"
## 
## [[6979]]
## [1] "YooseokShinwoo: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[6980]]
## [1] "metroherobot_bl: Eastbound 6-car BL/Downtown Largo Train 491 has been holding at Metro Center on track 1 for at least 5 mins. (12:08am)"
## 
## [[6981]]
## [1] "metroheroalerts: Eastbound 6-car BL/Downtown Largo Train 491 has been holding at Metro Center on track 1 for at least 5 mins. (12:08am)"
## 
## [[6982]]
## [1] "bubble_nattawin: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[6983]]
## [1] "tommygun264: @ericzhu105 It's probably either AI or an employee for who speaks English as a 2nd language. 2 yrs ago I tweeted To… https://t.co/P6uEmpgsJ0"
## 
## [[6984]]
## [1] "Marihashii: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6985]]
## [1] "aibenxyz: @illustrata_ai @joynxyz @amli_art @bl_artcult Who is AI? He/She is my best friend, and I can draw my dreams with it… https://t.co/WHRJgF50FX"
## 
## [[6986]]
## [1] "GKSKNUP: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[6987]]
## [1] "midorijinki: No bl for 7th? 🥺👉👈"
## 
## [[6988]]
## [1] "donpalo21: RT @Pal4erd: Thanks for the BL!\nXFirst project will start soon. Don't miss the ride!\nThe project purpose is to secure the Elrond Network wh…"
## 
## [[6989]]
## [1] "ctrlnmjn: RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…"
## 
## [[6990]]
## [1] "MGgrazzy17: @kdlexteamabroad tumindig for kdlex\n\nKDLEX Sweethearts\n#RAWRAWARDS2022 gra bl"
## 
## [[6991]]
## [1] "Yubin_japduck: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[6992]]
## [1] "neroenjoyers: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6993]]
## [1] "catboydisease: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[6994]]
## [1] "nizam_uk: RT @krishanKTRS: After Munugode loss BJP wants to stall functioning of Telangana Government that is why using ED on TRS. Our leaders are le…"
## 
## [[6995]]
## [1] "KYIKYIK78218299: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/kI8u4tfDiT…\n\nWinner will get to be f… https://t.co/QXx4L5kGOB"
## 
## [[6996]]
## [1] "7soulsfromSeoul: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[6997]]
## [1] "Syjie5: RT @YukenNico: silly doodle\n#prsk_bl #類司 https://t.co/hIyu8zAzu0"
## 
## [[6998]]
## [1] "ChriManzz: This bl I can’t read it 😐 https://t.co/KSwhGjHsdv"
## 
## [[6999]]
## [1] "honiebeeez: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7000]]
## [1] "xsnugglestruthx: still hoping that they will have a happy ending 😔 atau minimal punya series bl 🥺 i really love their chemistry https://t.co/ANqyYGCepF"
## 
## [[7001]]
## [1] "honiebeeez: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[7002]]
## [1] "kismetnemesis: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[7003]]
## [1] "bl_world22: RT @YILOVEY: M: I was looking for my cat for a long time. Ohhh she got stolen. \nE: Choose?\nM: If you dare hurting my baby even an inch of a…"
## 
## [[7004]]
## [1] "GKTqnt: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[7005]]
## [1] "Estevez9Estevez: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[7006]]
## [1] "talldarkhippy: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[7007]]
## [1] "thara_nandhu: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7008]]
## [1] "unsinkingships: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7009]]
## [1] "Hazzy_von_Swag: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7010]]
## [1] "Brand_Liaison: We offer an efficient way for Indian and foreign manufacturers to get the BIS-CRS registration of their IT &amp; Electr… https://t.co/HsY8865u1F"
## 
## [[7011]]
## [1] "mai_gokoro: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[7012]]
## [1] "sskkhater: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7013]]
## [1] "KYIKYIK78218299: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[7014]]
## [1] "bl_world22: RT @YILOVEY: E: Told him to do it bit by bit. It’s hard to do everything at the same time, and will stress him out. But he want to do it al…"
## 
## [[7015]]
## [1] "bl_world22: RT @YILOVEY: E:Seriously,I look at him I really feel sorry, truly sorry for him. Coz everything come to him at the same time,work, study, h…"
## 
## [[7016]]
## [1] "MoonFallSeraph: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7017]]
## [1] "Gupiiiiiii4: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[7018]]
## [1] "kgsharma: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[7019]]
## [1] "MDVengas: @MJ_007Club Modi should Stop with this Bl**dy IFFI forthwith. This jamboree is nothing but occasion for some babus… https://t.co/qiBN2F1az3"
## 
## [[7020]]
## [1] "MagicScrapHole: RT @vgclements1: POLIO LINKS\nIMMUNIZATION/James\nhttps://t.co/DUd05PPsUw\nCDC/30,000 Cases of Polio Disappear\nhttps://t.co/fj6wUsMp1Y\nGERM TH…"
## 
## [[7021]]
## [1] "AuroraForHim: naurrrrrr i just checked girly really follows almost every chinese bl drama actors 😂😂😂😂 https://t.co/IMakYaqfMZ"
## 
## [[7022]]
## [1] "Xo_YAOILUVR_oX: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[7023]]
## [1] "100_00Gulf: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[7024]]
## [1] "phiball_1204: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[7025]]
## [1] "MaethipKanawut: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[7026]]
## [1] "D74s9SZEG4S5aQl: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[7027]]
## [1] "ooArchy: @yashwantsaikish @Evangelionenjoy @SweetHouseMusi @DakpaTangtsang @bl__swan @WifexOfxAgony @Thought_Crimez… https://t.co/yfnh1y6ETw"
## 
## [[7028]]
## [1] "anhhhhhhhhhhhh9: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[7029]]
## [1] "Itsmevianey17: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[7030]]
## [1] "mileaporealcp: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[7031]]
## [1] "hurricaneidiot: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7032]]
## [1] "one_india_unite: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[7033]]
## [1] "Mystic_Stirling: GL subtext is more blatant now with animes like Lycoris, Executioner, GWitch, and maybe the recent Love Live - have… https://t.co/OOMPNnMcQs"
## 
## [[7034]]
## [1] "bl__bts_: RT @Shivvy20001: This is the cutest!! 😁😁😁😁😁😁😁😁😁😁😁😁😁😁😁"
## 
## [[7035]]
## [1] "homorla: Pequod, as she heavily forged through the sea (for by this time it\nbl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/iZ0bjV8Elj"
## 
## [[7036]]
## [1] "WeiWeiPonGege: Girl groups , BL and other gay activities"
## 
## [[7037]]
## [1] "MileApo_Aus: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[7038]]
## [1] "nienowokytj: Furrion Chill Single Zone Controller - FACC12SA-BL , Black KIOWOW6\n\nhttps://t.co/0o1uXBrm3s https://t.co/yG2WxfjVnR"
## 
## [[7039]]
## [1] "ngDuyL1: RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…"
## 
## [[7040]]
## [1] "1ban3gaNa: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[7041]]
## [1] "sakuatsuiwaoi: RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN"
## 
## [[7042]]
## [1] "Kafakhri08: RT @wildflowerSerai: The facts that BL cs event punye issue sampai masuk tl acc kpop aku. Snjejsiks..mmg teruk yer and i saw the picture yg…"
## 
## [[7043]]
## [1] "_950126: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[7044]]
## [1] "kweenbini: RT @cebuBLorg: 📌BIBLE: \"I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST\"\n\nBible Wichapas Sumettiku…"
## 
## [[7045]]
## [1] "LordiCavalera: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL B-DAY O’ DOOM To FATHER CHARLIE BENANTE!!! tBLSt SDMF @Anthrax https://t.co/OpsvK3Tu56"
## 
## [[7046]]
## [1] "DerrySony: RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…"
## 
## [[7047]]
## [1] "JohnPawluk6: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[7048]]
## [1] "girhoodie: @yoonjisungfan OH NOOO I FEEL LIEK IK WHICH ONE YR TALKING ABT BUT I FORGOT THE NAME???? incest is such a popular t… https://t.co/H1J507hW55"
## 
## [[7049]]
## [1] "KDramaWomaniya: RT @kdrama_menfess: •kdm• 🏳️‍🌈 List of bl office drama series that will air in December\nhttps://t.co/BbtiKxPw0V"
## 
## [[7050]]
## [1] "utenthys: RT @fudrilshi: Many scientists agree that in the near future, BL will becume real"
## 
## [[7051]]
## [1] "brunettespams: RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3"
## 
## [[7052]]
## [1] "rueprism: RT @fudrilshi: Many scientists agree that in the near future, BL will becume real"
## 
## [[7053]]
## [1] "Hima_ShiKuro: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7054]]
## [1] "BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be fe… https://t.co/SskbXjXwcK"
## 
## [[7055]]
## [1] "pepsimilktea: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7056]]
## [1] "utsurikun: thoughts on the japanese bl film \"sing in love\" ?? i kinda wanted to watch it because of inaba yu from minato's lau… https://t.co/tn0rQAiwTv"
## 
## [[7057]]
## [1] "DosDoubleDeuce: @MikeKin21969563 @SkepticallyDan @FrPlant Blessed Stanley Rother was a priest in a parish I was a member of back in… https://t.co/nKOUTx2y9w"
## 
## [[7058]]
## [1] "GK___Lux: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[7059]]
## [1] "pathtou: He is hot but he is an asshole\nManhwa: lima syndrome\n#manhwa #bl #limasyndrome https://t.co/4V8NEZT6kn"
## 
## [[7060]]
## [1] "FLESHB0UND: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7061]]
## [1] "That_SJW_Cuck: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7062]]
## [1] "chikaitatwt: @frownywangja literally he has the same face of an actor who was the main chara in a bl his ass is never beating those allegations"
## 
## [[7063]]
## [1] "i4ttq: ✔️2-Pack 15 6 Inch Laptop Screen Protector -Blue Light and Anti Glare Filter, FORITO Eye Protection Bl\n\n[12:54 AM]\nhttps://t.co/8mWFNg4d6p"
## 
## [[7064]]
## [1] "_950126: awww one of my fav shows when i began to watch BL https://t.co/uVMNhYyelf"
## 
## [[7065]]
## [1] "GunterChelle: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[7066]]
## [1] "baba041245: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[7067]]
## [1] "allyurluve: So I’ve realized that my top 3 bl actors (Build, Boun and Boss) all have or are currently attending Bangkok univers… https://t.co/ereBtHMGv3"
## 
## [[7068]]
## [1] "jacobson11nqtl: ZVE Replacement Adjustable Leather Crossbody Straps with Metal Chain for Shoulder Handbags Bag Purse Wallet Case Bu… https://t.co/6R581YdbT8"
## 
## [[7069]]
## [1] "27Pploy: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[7070]]
## [1] "anarchotokonoko: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7071]]
## [1] "AnaKim_art: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[7072]]
## [1] "raptorus77: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[7073]]
## [1] "toukasbaby: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7074]]
## [1] "KILLHALLIEDEAD: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7075]]
## [1] "LesbianFlakes: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7076]]
## [1] "kdrama_menfess: •kdm• 🏳️‍🌈 List of bl office drama series that will air in December\nhttps://t.co/BbtiKxPw0V"
## 
## [[7077]]
## [1] "RespectForBuild: RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…"
## 
## [[7078]]
## [1] "baekugo_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7079]]
## [1] "aidanposting: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7080]]
## [1] "RogerClouse: RT @TheOcFranchise: een ass outdoor amatuer porn hard big cock amatuer young teens lesbians busty blonde plays amature housewife sex video…"
## 
## [[7081]]
## [1] "GGKNWGG: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[7082]]
## [1] "crabwithlove: There are more genres to explore, I want to watch thriller/ Psychological BL, sci-fi BL, Horror BL, more Historical… https://t.co/vhCnJ11aIN"
## 
## [[7083]]
## [1] "Lunamoo71330902: So I just found possibly one of the cutest stories I'm only just started but it's basically a sci-fi BL version of… https://t.co/nuHOmRE637"
## 
## [[7084]]
## [1] "BichenBl: RT @RentaMangaStore: Asahi and Kei used to be inseparable, but that all changed when Asahi was diagnosed as an omega in high school and Kei…"
## 
## [[7085]]
## [1] "Flowerb_0y: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7086]]
## [1] "phathit9: @harleysuniverse RED ❤️❤️❤️❤️\nBecause I love hero BL.Actress My Superhero."
## 
## [[7087]]
## [1] "cherrysweetpop: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7088]]
## [1] "love_0811_u: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[7089]]
## [1] "RosaAng22672241: RT @BL_Scenery: UPDATE | \"Find true love to break the curse entangled in each other.\" A romantic reincarnation comedy that stars - Park You…"
## 
## [[7090]]
## [1] "chansbabygirlll: i would love to read bl manhwas for weeks straight but theyre always filled with smut 😭😭"
## 
## [[7091]]
## [1] "liyana_mel: RT @j_fluffybunbun: i think they are one of those bl cp who do the properly bridal carry scene.. cuz sir, I've seen the scene where the oth…"
## 
## [[7092]]
## [1] "F4NGZX: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7093]]
## [1] "keirazhan: 🎬 SKAM NORWAY S3\nGenre: BL, romance, teens\n\nAka the original SKAM. This is soo good, dan Isak gak se \"nyebelin\" Luc… https://t.co/YGJTqN3GIL"
## 
## [[7094]]
## [1] "yj_40: RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…"
## 
## [[7095]]
## [1] "notFruitName: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7096]]
## [1] "flpcrescent_: RT @Joellinepearl: BL Fans Get together budget ranking comfortable budget poll for everyone lets us know your budget guys this one includes…"
## 
## [[7097]]
## [1] "dayanand63: RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…"
## 
## [[7098]]
## [1] "z_cassiel: RT @Joellinepearl: BL Fans Get together budget ranking comfortable budget poll for everyone lets us know your budget guys this one includes…"
## 
## [[7099]]
## [1] "boomboxigrade: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7100]]
## [1] "tatzanx: RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…"
## 
## [[7101]]
## [1] "blueberry1315: RT @linlin080191: Vote for build\n#BuildJakapan https://t.co/1Xb2Pyiutj"
## 
## [[7102]]
## [1] "gaphsuppasit: To Sir, With Love best BL 2022. no debat."
## 
## [[7103]]
## [1] "bellacielo0728: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[7104]]
## [1] "CryptoMetaverz: RT @Vtach99: @RichardHeartWin @ScotV777 @MarcoTheHEXican @enadorange Talked to me for days never turned me away called me a pleb made fun o…"
## 
## [[7105]]
## [1] "twnklelittlstar: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[7106]]
## [1] "realnilouimpact: @sunnyalw it's for the white cishet \"bl\" fans"
## 
## [[7107]]
## [1] "slwiede66: RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…"
## 
## [[7108]]
## [1] "Aida46H: Kinetic Desk Overturn Spinning Toy, Metal Fingertip, Decompression Pocket Kinetic Energy, Office Stress Relief Rota… https://t.co/pDTah1309I"
## 
## [[7109]]
## [1] "RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigat… https://t.co/1ZeH1LWRPC"
## 
## [[7110]]
## [1] "umebeGulf: RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…"
## 
## [[7111]]
## [1] "Prince_OCT13: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[7112]]
## [1] "ubur_uburlucu: RT @jodanspace: WARNING SPOILER , SNEAK PEEK *bl\n\nl don't care\nHow Iong it takes\nAs long as l'm with you\nl've got a smile on my face https:…"
## 
## [[7113]]
## [1] "BL_BJKV: RT @zachsang: RM's Indigo is out on this Friday!! RM will join me live @onamp Friday at 8pm ET! we'll be hanging out and listening to every…"
## 
## [[7114]]
## [1] "jebhyyh: RT @jebhyyh: This is their declaration in front of the world that they will no longer be bl!nd to our sorrows &amp; melancholies. They had look…"
## 
## [[7115]]
## [1] "kitsunebiShake: @psicheanima @Christo23742686 @fudrilshi BL isn't a term exclusively from Japan just FYI\nanything that contains m/m… https://t.co/6u6hwhsXFS"
## 
## [[7116]]
## [1] "biwear: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7117]]
## [1] "Joellinepearl: BL Fans Get together budget ranking comfortable budget poll for everyone lets us know your budget guys this one inc… https://t.co/z0XR8WgTSo"
## 
## [[7118]]
## [1] "penbbles: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7119]]
## [1] "Waffy_Waffy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7120]]
## [1] "ApartheidClyde_: @megaphire @cmfarrell57 @IlhanMN Keep up. \n\nhttps://t.co/0Fjdr3hR0w\n\nhttps://t.co/A5bwe7iW4k"
## 
## [[7121]]
## [1] "yjhmiluv: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7122]]
## [1] "lexcpu: BL anime is best anime"
## 
## [[7123]]
## [1] "NVGGETSU: RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq"
## 
## [[7124]]
## [1] "AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join… https://t.co/jTTGfGPehy"
## 
## [[7125]]
## [1] "assenisator9851: @GvH320671 @TheCheeseManTx @MattWallace888 @elonmusk Lol are you sure about that? They released their own HW platfo… https://t.co/rlrPhmgSXO"
## 
## [[7126]]
## [1] "CNBCTV18News: Stocks On The Move | @LupinGlobal is in focus after its Brazil arm signed an #agreement to acquire all rights to 9… https://t.co/IFyKqjsgkM"
## 
## [[7127]]
## [1] "Divafnaaaw: RT @jodanspace: *bl ⚠️WARNING NSFW🔞\n🔥THE🔥HOTTEST🔥2nd🔥COUPLE🔥 https://t.co/zJThRgVS6C"
## 
## [[7128]]
## [1] "potrehkoneng: @fafanarch 🤣🤣🤣🤣\nSinetron BL (Boys Love) thailand mas"
## 
## [[7129]]
## [1] "kitsunebiShake: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7130]]
## [1] "MatyldaStein: RT @SaladJazz1: Paul Chambers, Hank Mobley and Sonny Clark (seated) during the recording session for Mobley’s Hank Mobley BL 1568, June 23,…"
## 
## [[7131]]
## [1] "sacourtreporter: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[7132]]
## [1] "hollowluck: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7133]]
## [1] "BL_Boys: @Fulgur_Ovid Who's in Nijifuse now? xD\nI'm hyped for DGR!!!"
## 
## [[7134]]
## [1] "Ananyxz: RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2"
## 
## [[7135]]
## [1] "SpaceValveGuy: @BL_Dwyer @WholeMarsBlog Kind of the opposite. The original was just a comic book and the original creator has spok… https://t.co/vuDiyrAuY2"
## 
## [[7136]]
## [1] "reyla_bl: RT @phuwintang: “Love Is the Death of Duty” #NeverLetMeGoSeries https://t.co/Le1lSHRUFi"
## 
## [[7137]]
## [1] "bubunicat: RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…"
## 
## [[7138]]
## [1] "livssupremacy: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[7139]]
## [1] "chickenurros: RT @WellOblivion: @justinboldaji If you like this kind of stuff, I'd like to recommend checking out Peter Greenaway's films. The Draughsman…"
## 
## [[7140]]
## [1] "marybells525: What if they're not giving us BL on the 7th because 🐣 🧀  is coming again? 🤔 https://t.co/lequg3sBXm"
## 
## [[7141]]
## [1] "maymay1160: @ayanyoks the downside to being a thai bl fan in EST 😭 12 hr difference is so frustrating"
## 
## [[7142]]
## [1] "MoonBunnyKristi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7143]]
## [1] "puckchaling: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[7144]]
## [1] "_cherry09_: RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…"
## 
## [[7145]]
## [1] "goeti4: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7146]]
## [1] "girhoodie: i actually wanna be one of those girls tht just has a lot of bl manga for some reason\n\nonly problem is i dont like… https://t.co/63FQVW4d83"
## 
## [[7147]]
## [1] "dearsummer_0214: RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…"
## 
## [[7148]]
## [1] "BL_Boys: @Petra_Gurin @shu_yamino Sorry, I don't understand what the alligator means 😂"
## 
## [[7149]]
## [1] "_sangchuu: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[7150]]
## [1] "toxanhela: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7151]]
## [1] "PositionbyArii: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[7152]]
## [1] "SoudsadaC: RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…"
## 
## [[7153]]
## [1] "hinata__ebooks: What the hell is BL!"
## 
## [[7154]]
## [1] "lovesbuild: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[7155]]
## [1] "owlboylover: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7156]]
## [1] "TAT_bl: RT @_kumabearr: Chu ~♡\n\n#รินอิซา rnis https://t.co/PvwFVzX9cm"
## 
## [[7157]]
## [1] "bl_artcult: @charis_ai Thank you! I'm considering minting a small amount of these on manifold soon 🤔"
## 
## [[7158]]
## [1] "timpreg: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7159]]
## [1] "image_in_1: @bl_artcult I'm still dubbing it sentient and nasty then. Moreso now I think. 😆"
## 
## [[7160]]
## [1] "TAT_bl: RT @nyanasae: when life gets hard just remember that every day is a step closer to seeing animated rin itoshi https://t.co/VaKiT3EJcg"
## 
## [[7161]]
## [1] "a_racel_i: is it just me or do most of the bl actors like nct😭😭"
## 
## [[7162]]
## [1] "TAT_bl: RT @blue_tkse: rnis https://t.co/T0WBwmfAod"
## 
## [[7163]]
## [1] "bl_artcult: @image_in_1 Or we're just the AI and always have been."
## 
## [[7164]]
## [1] "whereibeanlong: RT @RainBoowl: Thai BL trend in 2023 is office syndrome. 😂#GMMTV2023 https://t.co/n8FW3yevVN"
## 
## [[7165]]
## [1] "americanyaoi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7166]]
## [1] "DanielJ69037131: @ProfRayWills How many bl%$!# Tesla and EV FUD stories/lies do I need to show you from NYT, CNN, the sitting US Pre… https://t.co/UsJyPdQLL0"
## 
## [[7167]]
## [1] "JoyYourDay1: RT @jodanspace: *bl series \"Th3 D1r3ctor Wh0 Bųys M3 D1nner\" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…"
## 
## [[7168]]
## [1] "PzSaturn: RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…"
## 
## [[7169]]
## [1] "jazzarraye: @yourtallpal They didn't kiss in a bl?!?!? Fukken false advertising to me"
## 
## [[7170]]
## [1] "jkyraoshab: Apparently I read comics now\n \n#fantasymanga #huacheng #bl\n\nhttps://t.co/lZyxZuygjV https://t.co/ZHzkT8veeV"
## 
## [[7171]]
## [1] "alinastarkovas: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7172]]
## [1] "faulttolerant_: RT @greyharuka: Anyways PLEASE pick up a fucking BL series and stop with this racist double standard bullshit. Plenty of BL have done non-e…"
## 
## [[7173]]
## [1] "dartintegration: RT @Tina39261899: Don’t look it’s inappropriate for kids\n(Chicken without feather = naked chicken = stripper???)\n\n#lhjc #bl #耽美 #烈火浇愁 #玑灵 h…"
## 
## [[7174]]
## [1] "mvchinicdesire: @halflawless nahh they turned me into a bl character https://t.co/1xEQTlIsdl"
## 
## [[7175]]
## [1] "SamarthPanda: @TezDhar4 @PoojaShali Yeah that's my fault. Being an indian i was unaware of what happened to girija tikko , bl gan… https://t.co/e4R6mM0SBc"
## 
## [[7176]]
## [1] "SkyMidnight13: @Llamarswift13 I'm going to watch a psychological BL 😗"
## 
## [[7177]]
## [1] "cautiousreader: The fact that there are people who like BL/GL contents but they’re homophobic irl and denying the rights of LGBTQ+… https://t.co/cHO7PHRF0I"
## 
## [[7178]]
## [1] "jodanspace: Guysd can u pls gimme *bl that have beautiful word😩😩😩🙏🙏"
## 
## [[7179]]
## [1] "computer_humper: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7180]]
## [1] "justnarawins: RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…"
## 
## [[7181]]
## [1] "RosaAng22672241: RT @kdrama_scene1: Upcoming BL drama #TheDirectorWhoBuysMeDinner starring #ParkYoungWoon and #ParkJungWoo releases main poster and confirms…"
## 
## [[7182]]
## [1] "amantedel__bl: @BarcodeTin Baby Barcode"
## 
## [[7183]]
## [1] "elias_BL: Football in one Photo!! https://t.co/YV8d2RQYpB"
## 
## [[7184]]
## [1] "CLEVERBBALL: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[7185]]
## [1] "jngdunk: i need to do a smash or pass thread with more bl actors and the ones people actually want to fuck"
## 
## [[7186]]
## [1] "BlindRaccoon: 💥Cont. Bl. Alb, LA Alb. @TheRealBuddyGuy  \n💥Clas. Bl. Alb, TN Alb. @buchananlaneLP  \n💥Gosp. Bl. Alb.… https://t.co/7t5Z1RlOG4"
## 
## [[7187]]
## [1] "harshid0986: RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…"
## 
## [[7188]]
## [1] "mixxiwsatan: RT @edittsheaven: \"time of death.... 22:55 pm\"\n\n⸻ #triagetheseries #triage #ทริอาช #thaidrama #bl #edit https://t.co/3iolesPf46"
## 
## [[7189]]
## [1] "KeiraShawol: @loves5HINee No kr con w/BL 😔"
## 
## [[7190]]
## [1] "iamfvckntired: @GmmtvShop @brightwinvids SORRY BUT WE NEED BW NEW BL SERIES"
## 
## [[7191]]
## [1] "elias_BL: RT @elonmusk: This is a battle for the future of civilization. If free speech is lost even in America, tyranny is all that lies ahead."
## 
## [[7192]]
## [1] "_AjithKumar_7: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7193]]
## [1] "te_yainh: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[7194]]
## [1] "bl_marnie: RT @WSBChairman: Apple is threatening to remove Twitter from the App Store because @elonmusk is allowing free speech. \n\nYet, they are entir…"
## 
## [[7195]]
## [1] "NamLe46767039: RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…"
## 
## [[7196]]
## [1] "OtomeTweeter: RT @chromiekins: Malleus missed the memo this isn’t an otome game and also this isn’t a BL."
## 
## [[7197]]
## [1] "sugxrluvv: @codyprivateuwu you gon have to put on some fucking rain sounds or smth im watching bl"
## 
## [[7198]]
## [1] "M_Mochi_avi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7199]]
## [1] "shoscape: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[7200]]
## [1] "armoagenzee: how cute would it be if they did a BL together...🤔🥴 https://t.co/0DRDg58asQ"
## 
## [[7201]]
## [1] "lunaflor__: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[7202]]
## [1] "r42115478: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7203]]
## [1] "chromiekins: Malleus missed the memo this isn’t an otome game and also this isn’t a BL."
## 
## [[7204]]
## [1] "linlin080191: Vote for build\n#BuildJakapan https://t.co/1Xb2Pyiutj"
## 
## [[7205]]
## [1] "Nalamicha: RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…"
## 
## [[7206]]
## [1] "BL_Abba: @BumpstockBarbie Ironic that they see a \"clump of cells\" and slavery when others see an actual miracle"
## 
## [[7207]]
## [1] "BL_Tm_Enthalpy: RT @NaorGilon: The friendship between the people and the states of India and Israel is very strong and will survive the damage you have inf…"
## 
## [[7208]]
## [1] "BL_Tm_Enthalpy: RT @NaorGilon: 6. You will go back to Israel thinking that you are bold and “made a statement”. We, the representatives of Israel, would st…"
## 
## [[7209]]
## [1] "BL_Tm_Enthalpy: RT @NaorGilon: My suggestion. As you vocally did in the past, feel free to use the liberty to sound your criticism of what you dislike in I…"
## 
## [[7210]]
## [1] "BL_Tm_Enthalpy: RT @NaorGilon: 5. From your interview to Ynet the connection you make between your  criticism of #KashmirFiles and your dislike to what is…"
## 
## [[7211]]
## [1] "BL_Tm_Enthalpy: RT @NaorGilon: 4. As a son of a holocaust survivor, I was extremely hurt to see reactions in India to you that are doubting Schindler’s Lis…"
## 
## [[7212]]
## [1] "BL_Tm_Enthalpy: RT @NaorGilon: 3. I’m no film expert but I do know that it’s insensitive and presumptuous to speak about historic events before deeply stud…"
## 
## [[7213]]
## [1] "tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this… https://t.co/GDT3gv3b8m"
## 
## [[7214]]
## [1] "BL_Tm_Enthalpy: RT @NaorGilon: I also said that we should be humble when India, with such a great film culture, is consuming Israeli content (Fauda and mor…"
## 
## [[7215]]
## [1] "BL_Tm_Enthalpy: RT @NaorGilon: We did speak about the similarities and closeness between our countries. The minister spoke about his visits to Israel, it b…"
## 
## [[7216]]
## [1] "BL_Tm_Enthalpy: RT @NaorGilon: I understand your need in retrospect to “justify” your behavior but I can’t understand why you told @ynetnews afterwards tha…"
## 
## [[7217]]
## [1] "BL_Tm_Enthalpy: RT @NaorGilon: 2. Our Indian friends brought @lioraz and @issacharoff from  @FaudaOfficial in order to celebrate the love in #India towards…"
## 
## [[7218]]
## [1] "BL_Tm_Enthalpy: RT @NaorGilon: 1. In Indian culture they say that a guest is like God. You have abused in the worst way the Indian invitation to chair the…"
## 
## [[7219]]
## [1] "BL_Tm_Enthalpy: RT @NaorGilon: An open letter to #NadavLapid following his criticism of #KashmirFiles. It’s not in Hebrew because I wanted our Indian broth…"
## 
## [[7220]]
## [1] "ThornIrisRibbon: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7221]]
## [1] "Cutieyenaa1: I wanna try out this comic book style\n\n#nsfwtwt #ScholArt #bl\nNEW ONE I JUST READ IT’S MR DIOR 16+… https://t.co/ZqhO48SSO4"
## 
## [[7222]]
## [1] "PrabhaAjithFan: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7223]]
## [1] "franklinveaux: @1974russ Sadly, I don’t have a BL Touch. I also thought the head was too far from the bed, but even the tiniest bi… https://t.co/RgVhZd2Ich"
## 
## [[7224]]
## [1] "fanatashagirl: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7225]]
## [1] "_Aerox_x: @bl_artcult Will burn it then ..."
## 
## [[7226]]
## [1] "Gorgeousbabe113: @SiehMann Whats that? Doing a lot of thai bl nowadays 😄"
## 
## [[7227]]
## [1] "JinsPanda: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[7228]]
## [1] "langosh68quwon: LAGIPA Portable Mini Knife, Keychain Pocket Knife For Men Women, Small Folding Leaf Knife, Stainless Steel Compact… https://t.co/r9KIzjbT1h"
## 
## [[7229]]
## [1] "mathichella: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7230]]
## [1] "sftzhy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7231]]
## [1] "aratinabottle: so tired but i need to bandage this mf cvt and idk when it'll stop bl€€ding"
## 
## [[7232]]
## [1] "NOTBACKlNGDOWN: https://t.co/ejt93FxhE1 2. long ass list. \n\nRita Wheeler, Apex Wraith, my fantasy OC, Motoko, Rebecca, R6 Ela or Va… https://t.co/l3NMp0RzM9"
## 
## [[7233]]
## [1] "Shabana21970546: HP Spectre x360 16-f1013dx Touch W11H-64 i7 \n12700H 2.3GHz 512GB NVME 16GB 16.03K WLAN BT BL PEN Cam\nType:Certified… https://t.co/5VVGvrAlo5"
## 
## [[7234]]
## [1] "Max7772301: @RachataJam Throughout the series it just had me in tears but the happy ending healed my heart so much. This is one… https://t.co/1apUOeyoah"
## 
## [[7235]]
## [1] "BluaPapilio: RT @QueerGamesFest: Queer Game Showcase: \"The Divine Speaker\" by @TwoHalfStudios\n\nA story-rich fantasy BL visual novel about fate and how p…"
## 
## [[7236]]
## [1] "chttrbx_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7237]]
## [1] "blueberry1315: RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…"
## 
## [[7238]]
## [1] "image_in_1: @bl_artcult GN BL, if any AI dreams 'come' I'm officially considering them sentient and nasty"
## 
## [[7239]]
## [1] "irevghard: @shayna_bl idem"
## 
## [[7240]]
## [1] "EastDistrictAB: RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…"
## 
## [[7241]]
## [1] "moeshafatima: The sweetest scene of all the BL stories I've watch. I need this too 😥 \n\n You guys barely had any script here but y… https://t.co/MxWADSpJVQ"
## 
## [[7242]]
## [1] "crabwithlove: P'Jojo is really doing it for Jiemem. He has been making original stories especially on BL. NLMG and Only Friends."
## 
## [[7243]]
## [1] "zer0_bl: @EroticMxdnxght Done🙏"
## 
## [[7244]]
## [1] "mandyland_viz: RT @AlmostYeti: @illustrata_ai @joynxyz @amli_art @bl_artcult A human rollercoaster, spring loaded, high into the   low lonely Lost. I star…"
## 
## [[7245]]
## [1] "charis_ai: @bl_artcult Really, really love this one!! Very nice."
## 
## [[7246]]
## [1] "gykou_: RT @jodanspace: *bl pe4rl b0y\nhttps://t.co/8UOCuoRjyW"
## 
## [[7247]]
## [1] "bl_artcult: @artmarteau @illustrata_ai @joynxyz @amli_art Legit."
## 
## [[7248]]
## [1] "apekshachudhary: RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…"
## 
## [[7249]]
## [1] "bl_artcult: @Browns_Riversid Yeh I thought I burned that, oh well."
## 
## [[7250]]
## [1] "bl_artcult: @_0_0_0_9_ Ty bro, cheers 🙏👁️"
## 
## [[7251]]
## [1] "byungsdimples: i need to fucking get a grip and a life because i cannot stop simping over bl actors"
## 
## [[7252]]
## [1] "_Fraiey: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[7253]]
## [1] "BL_T99: RT @StirlingWisdom: No amount of muscles, women, or money will hide your insecurities."
## 
## [[7254]]
## [1] "PedronoSandrine: @bl_artcult Call me Sandrine...😉✌️🖤🖤"
## 
## [[7255]]
## [1] "k00rahaf: RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2"
## 
## [[7256]]
## [1] "Shouma_chan: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7257]]
## [1] "hamoomindan: @yanweigay something like this actually made me afraid to make more friends with ppl who have eng as their first la… https://t.co/OfIdymztv5"
## 
## [[7258]]
## [1] "shirtlessadonis: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7259]]
## [1] "yukari_2006_BL: RT @PerthNakhun: Slowly improving my squat 🏋️ back to 80kg https://t.co/JRgCs9Tizk"
## 
## [[7260]]
## [1] "_fruitastical: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7261]]
## [1] "vomit2go: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7262]]
## [1] "SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3… https://t.co/lePdIt2Md6"
## 
## [[7263]]
## [1] "bl_artcult: @PedronoSandrine You too PS 👁️✌️"
## 
## [[7264]]
## [1] "sumettime: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[7265]]
## [1] "pathtou: This One was a bit boring:/\nManhwa: indigo\n#manhwa #bl #indigo https://t.co/rlnpW5yXa2"
## 
## [[7266]]
## [1] "artmarteau: @illustrata_ai @joynxyz @amli_art @bl_artcult 𝘛𝘩𝘦 𝘞𝘦𝘪𝘨𝘩𝘵 𝘖𝘧 𝘛𝘩𝘦 𝘞𝘰𝘳𝘭𝘥 𝘐𝘴 𝘖𝘧𝘧 𝘔𝘺 𝘚𝘩𝘰𝘶𝘭𝘥𝘦𝘳𝘴\n#expressionwithmeaning \n2… https://t.co/BbRmubuX4c"
## 
## [[7267]]
## [1] "ABARTH_Blog_BL: [Abarth BLACK LABEL] New Abarth 695 Tributo 131 Rally (2023) | LAST ICE ABARTH ? | Visual Review, Exterior &amp; Interi… https://t.co/LbZdG7uEQ6"
## 
## [[7268]]
## [1] "_Aerox_x: @bl_artcult I will be there waiting for you, GN .\nWeird this piece was done before I knew you and looks like belong… https://t.co/3YXNnA0FFh"
## 
## [[7269]]
## [1] "BL_T99: RT @DentesLeo: Refuse to be held responsible for the happiness of others.\n\nEven towards your loved ones.\n\nOf course, you have the duty to h…"
## 
## [[7270]]
## [1] "BL_Queen1: RT @Starzle_: some brand/GJ's boss: how about for ur bday livestream-\n\nGJ: how about fuck that?\n*gets into car and drives to mami, proceeds…"
## 
## [[7271]]
## [1] "BL_Mentorship: RT @DionneB25962451: Essentially… he’s a dog 🤷🏾‍♀️ https://t.co/IadurxmJ4e"
## 
## [[7272]]
## [1] "chikaaa: I need the BL for day 1 too 😭 my OnHo 🥺🥺"
## 
## [[7273]]
## [1] "PedronoSandrine: @bl_artcult Sweet Dreams on the other side Black...🖤🖤"
## 
## [[7274]]
## [1] "helIsinger: @gravegirIs this is literally the art style of a bl i read"
## 
## [[7275]]
## [1] "bootlegGhost: Evolution of persona yaoi boys from BL Persona 1 fanart to cannon june to fujo bait akechi"
## 
## [[7276]]
## [1] "CupcakeBakeoff: @clint11057984 @Koobidivines What fans constantly say bad things about other artists, n forget to vote for their fa… https://t.co/f31w11XBpi"
## 
## [[7277]]
## [1] "BL_Queen1: RT @MTKay13: i didn't post everything i wanted for ybweek and feel like trash about it but i'll do my best.\nin the meantime, here are heart…"
## 
## [[7278]]
## [1] "Bl_ckkky: RT @NBA: 🏀 FINAL SCORE THREAD 🏀\n\nKevin Durant WENT OFF in the second half scoring 28 PTS (12/13) FGM en route to a 45-point EXPLOSION in th…"
## 
## [[7279]]
## [1] "BL_Abba: @justthatG_uy This always gives me a warm feeling. Good night, you handsome dog ❤️"
## 
## [[7280]]
## [1] "RandoJoy: YALL WANT A BL OR GL COMIC? (or both hehehe"
## 
## [[7281]]
## [1] "Unique_usrnmfc: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[7282]]
## [1] "kitymewz: RT @1DriedPersimmon: …………..is their ship name BL"
## 
## [[7283]]
## [1] "polyedenism: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7284]]
## [1] "Bipartite_Graph: They're sooo cute 😭 (sauce: spinach bouquet)\n#SpinachBouquet #yaoi #bl https://t.co/3pMqJSp6gg"
## 
## [[7285]]
## [1] "EmilyMcCurdy17: @RentaMangaStore Stuff like this gives bl such a bad rep, like the amount of these I’ve seen where a love interest… https://t.co/1Bb3HakscP"
## 
## [[7286]]
## [1] "trop1antrop: aquele bl killing stalking"
## 
## [[7287]]
## [1] "abhishekangad: RT @Abhinavrt: A letter by BJP general secretary organization BL Santhosh to BJP Delhi unit detailing ten points on which they have to atta…"
## 
## [[7288]]
## [1] "clef66798902: @jenofreitass @Micuko_ @A_BL_Simp I think thai actor cant act funny like adachi and aoki, and about sad scene you m… https://t.co/QPaqzyCXRW"
## 
## [[7289]]
## [1] "EdunoGodwin: RT @imAIgin: @illustrata_ai @joynxyz @amli_art @bl_artcult Entry 2:\nHorror ; It’s me I’m the problem, It haunts me every day , Nightmares s…"
## 
## [[7290]]
## [1] "EmmaJanenne: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[7291]]
## [1] "marinee2022: RT @Ammi_forBB: POLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t.co/nZ1CmJVsNN \n\n#BibleWichapas #bsumone @biblesumett\n#B…"
## 
## [[7292]]
## [1] "BL_T99: RT @Radvan_Vedasto: Artificial ventilation facilitates high stocking density (more birds per square meter) https://t.co/plUUzMcXzn"
## 
## [[7293]]
## [1] "Embalmersimp: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7294]]
## [1] "WOOYASC: RT @WOOYASC: ✨✨ thread com minhas tattos de khh, Kpop, BL e anime ✨✨ https://t.co/1aG9w9eqhz"
## 
## [[7295]]
## [1] "sujasmika1: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[7296]]
## [1] "BL_T99: RT @DentesLeo: Be simple, be direct. \nDon’t leave room for misinterpretation.\n\nNo means NO.\n\nSay it more often."
## 
## [[7297]]
## [1] "mybabydaily: Nuby 2-Pack No-Spill Super Spout Grip N' Sip Cup, Red and Bl...\nPrice: $10\nRating: 4.5 out of 5 stars\n\n #kidstyle… https://t.co/aUPdcwgiXH"
## 
## [[7298]]
## [1] "Vishnu22696707: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7299]]
## [1] "mike55687000: RT @BLUPDATE2022: Office Romance awaits you in Thai BL next year, 2023:\n\n1. Bed Friend (Mandee)\n2. The Middleman's Love (Mandee)\n3. Wish Me…"
## 
## [[7300]]
## [1] "yeehawzilla: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7301]]
## [1] "Jijaji88382467: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[7302]]
## [1] "Abhinavrt: A letter by BJP general secretary organization BL Santhosh to BJP Delhi unit detailing ten points on which they hav… https://t.co/gVni3PgHQY"
## 
## [[7303]]
## [1] "Wabashmom20: @MysterySolvent I'd say...\"Boob Jobs and Bl*w Jobs\".."
## 
## [[7304]]
## [1] "sombra_bl: https://t.co/zZPqiYOzFy\n\nCute"
## 
## [[7305]]
## [1] "PAwesomePants: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7306]]
## [1] "1DriedPersimmon: …………..is their ship name BL"
## 
## [[7307]]
## [1] "Gdevil_666: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[7308]]
## [1] "NaveenBlaze10: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7309]]
## [1] "bunxianying: @lmaowhoisajax Wait until you find out that literally every name in danmei (chinese bl novels) have a letter abbreviation on twitter 😭"
## 
## [[7310]]
## [1] "BatangMangga_05: RT @BLUPDATE2022: W-Story's upcoming BL “#준과준 #JunAndJun” starring Ki Hyun Woo, Yang Jun Mo, Jo Chan Hyun, and Park Hyeong Seop will start…"
## 
## [[7311]]
## [1] "simpforOCnMC: RT @makoharudaily: makoharu lil cameo in love sick: the series s2, a thai bl drama 💚💙 https://t.co/IYMs3tql0t"
## 
## [[7312]]
## [1] "HOAChannelPH: #RainbowPrince lead stars Adrian Dionisio and Eurwin Canzana personally invite you to catch Asia's first musical BL… https://t.co/bvKC2AVrsk"
## 
## [[7313]]
## [1] "bl_artcult: What AI dreams may come...\n\nSee you on the other side.\n\nGn 🙏👁️\n\n_\n#AIart https://t.co/VNf75oHwLK"
## 
## [[7314]]
## [1] "polyIeritae: not me seeing fanart of taku post-game and realizing that takutowa is a bl reskin of max/ash.\n\nand that madatowa is… https://t.co/JdjX8etT1c"
## 
## [[7315]]
## [1] "BL_Fangirl34: RT @kpfiIms: — apo ig reels update with tong and jeff! https://t.co/xXHSUQFLJo"
## 
## [[7316]]
## [1] "alexbatizmx: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7317]]
## [1] "BL_Fangirl34: RT @milephakphum: ,,, Please Come &amp; Flow With Mile ,,,\n\n💚\n.\n.\n#2M4FlowWithMile https://t.co/NjZc2YmI5z"
## 
## [[7318]]
## [1] "BL_Fangirl34: RT @kpfiIms: — Job ig story update with tong and nodt! https://t.co/oud1bdxisc"
## 
## [[7319]]
## [1] "Biblesumett_id: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[7320]]
## [1] "rlilyy_: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[7321]]
## [1] "BatangMangga_05: RT @BLUPDATE2022: LOOK: 1012 Studio shared a new set of stills from their upcoming BL “#주류일절 / Liquor”— starring Kim Jun Hyun and Won Do Hy…"
## 
## [[7322]]
## [1] "sarcasticbookwm: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[7323]]
## [1] "alipanda96: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[7324]]
## [1] "atlasbloodd: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7325]]
## [1] "jinki_lovely: RT @Karatekicker: Both Onew and Key will MC For Minho's Lucky Chois!! ONew on 12/9 and Key on 12/8 (BL date)."
## 
## [[7326]]
## [1] "lethia_bl: @aiki_ksunoo Hehe thank youu"
## 
## [[7327]]
## [1] "aratinabottle: R U KIDDING ME the x cvt is bl€€ding again so i just wasted a bandage and gauze wrap"
## 
## [[7328]]
## [1] "atur_duitmu: Warren Buffett‘s childhood home is on Airbnb - and it’s free. https://t.co/L6NbB6hLjO https://t.co/OZbf6IbcQH"
## 
## [[7329]]
## [1] "Muj_Suwannasing: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[7330]]
## [1] "Operationrobut1: RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…"
## 
## [[7331]]
## [1] "ForUndiscovered: RT @minyulovr: smash or pass - bl actors edition a thread"
## 
## [[7332]]
## [1] "Tanyamc2197: I can't wait to see what happens next! Click the link below and join my struggle!\n \n#NFTGiveaways #illustration #bl… https://t.co/oDBIuzPdH0"
## 
## [[7333]]
## [1] "KarisoKezia: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[7334]]
## [1] "Nervia_Nocline: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[7335]]
## [1] "fleurweiyin: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7336]]
## [1] "CurriculumRocks: RT @calliepatton: Most SoR advocates are former BL teachers.\n\nIn our schools, phonics was taught piecemeal &amp; contradicted, undermined by 3-…"
## 
## [[7337]]
## [1] "bl_natsec: RT @SkinnerPm: THE FIRST AMENDMENT (FREE SPEECH RIGHT) DOES NOT APPLY TO COMPANIES, YOU PERPETUALLY WRONG AND PERPETUALLY ANGRY DOLTS."
## 
## [[7338]]
## [1] "missscatleya: there are no bl that caught my interest lately 🤯"
## 
## [[7339]]
## [1] "Astroblshastri: Book Online Appointment Call &amp; WhatsApp:- +91-9815160025 Astrologer BL Shastri (expert astrologer &amp; vastu consultin… https://t.co/s0U8xX92yf"
## 
## [[7340]]
## [1] "teeganloy: @BLUPDATE2020 Sigh… we’ll, that’s depressing… I would so love to write BL scripts… 😑"
## 
## [[7341]]
## [1] "giratinasdad: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7342]]
## [1] "thefirstindia: #FIJaipur | 1k corrupt officers and employees trapped in last 2 years: BL Soni\n\n(✍️: @rajivjodhpur73)\n\nREAD:… https://t.co/N1CZoiAxsM"
## 
## [[7343]]
## [1] "amantedel__bl: @fort_fts Happy birthday baby \n\n#OurSmile22ndFortDay"
## 
## [[7344]]
## [1] "artmarteau: @illustrata_ai @joynxyz @amli_art @bl_artcult 𝘛𝘩𝘦 𝘉𝘳𝘪𝘨𝘢𝘥𝘪𝘦𝘳\n#expressionwithmeaning \n1st Entry\nGiven the state of ou… https://t.co/3YS6S37Idm"
## 
## [[7345]]
## [1] "saranghaeken00: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[7346]]
## [1] "cooleruncle: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7347]]
## [1] "nthtuoi_: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[7348]]
## [1] "BatangMangga_05: RT @yukikun216: OMG. NATSUME ISAKU'S BL MANGA 'AMEIRO PARADOX' IS GETTING A LIVE ACTION! 🤧😭🔥\n\nNote: Keito Kimura (FANTASTICS) and Jyutaro Y…"
## 
## [[7349]]
## [1] "Bakunyya: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[7350]]
## [1] "BintyAsa: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[7351]]
## [1] "milkydeath: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7352]]
## [1] "blackpeopledata: RT @RosheCosmetics: Roshe Cosmetics &amp; BEAT School of Makeup Artistry \rPikesville, Maryland @RosheCosmetics #Blackpreneur \n \nhttps://t.co/ru…"
## 
## [[7353]]
## [1] "adosounuism: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[7354]]
## [1] "2021Dmv: RT @boyslatinbball: It is with profound sadness that the BL Basketball community mourns the passing of assistant coach Al Eford. Coach Al h…"
## 
## [[7355]]
## [1] "spidervasion: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7356]]
## [1] "heyzz_blue: RT @MadamMangaBL: Sorry but I’m staring to really see especially in Thai BL’s their complacency when it comes to their production..after wa…"
## 
## [[7357]]
## [1] "isalways_sunny: Love this bl so cute 💕💕💕 i will miss it😔#KabeKoji https://t.co/mjgwsJUKDf"
## 
## [[7358]]
## [1] "NFTMDan45699569: whitelist Assigned  @MedellinAP @wangy190a @lukeabc @Connor___Cheek @jake_rhill @ChahalDesigns @kedziora_james… https://t.co/2LJf5vPC53"
## 
## [[7359]]
## [1] "thvquacks: @bl_yj3 Park"
## 
## [[7360]]
## [1] "lolathexxiii: @aral_was_here @paintedmaypole But they are going to be in a BL drama! Though not related to these MVs... I'm assum… https://t.co/m2CXeJtxDJ"
## 
## [[7361]]
## [1] "BL_Abba: @pipandbaby Wanna hug both of you! https://t.co/i916jeLokU"
## 
## [[7362]]
## [1] "MariReactsYT: Mari’s reaction to #MrUnluckyHasNoChoiceButToKiss EP 7 &amp; 8\n\n#不幸くんはキスするしかない #reaction #patreon #react #bl #drama… https://t.co/4eQ4q3wNpt"
## 
## [[7363]]
## [1] "birubiiu: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[7364]]
## [1] "mireadingaja: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[7365]]
## [1] "e_lizabe_th: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7366]]
## [1] "enadorange: RT @Vtach99: @RichardHeartWin @ScotV777 @MarcoTheHEXican @enadorange Talked to me for days never turned me away called me a pleb made fun o…"
## 
## [[7367]]
## [1] "authorcecelia: @missypurcell1 This is the truth in my state and the schools in my area. Some are JUST implementing BL."
## 
## [[7368]]
## [1] "Karatekicker: Both Onew and Key will MC For Minho's Lucky Chois!! ONew on 12/9 and Key on 12/8 (BL date)."
## 
## [[7369]]
## [1] "jodanspace: *bl series \"Th3 D1r3ctor Wh0 Bųys M3 D1nner\" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://t.co/Qs0uFEyQi4"
## 
## [[7370]]
## [1] "jyushikobot: I swear I'm a natural bl- *wig falls off to reveal I am bald*\nI swear I'm a natural blo"
## 
## [[7371]]
## [1] "sombra_bl: RT @vanillaxchance: 🎶 backpack backpack 🎶\n#SKZOOfanart https://t.co/GURaBRUk8r"
## 
## [[7372]]
## [1] "HardcorePraxis: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7373]]
## [1] "Vtach99: @RichardHeartWin @ScotV777 @MarcoTheHEXican @enadorange Talked to me for days never turned me away called me a pleb… https://t.co/1d3tnCFPOU"
## 
## [[7374]]
## [1] "BL_Abba: @GentlemanRascal Oh, like losing a family member. So sorry"
## 
## [[7375]]
## [1] "UnseaesonedRice: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7376]]
## [1] "moxisboots: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7377]]
## [1] "yokohamadiablo: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7378]]
## [1] "promostking: GUCCI STRIPE FLORAL SKINNY SHIRT\n#fashion\nAffiliate Link\nhttps://t.co/dFg7pNDSjk"
## 
## [[7379]]
## [1] "jen_star_light: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7380]]
## [1] "its_thala_fan: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7381]]
## [1] "6C_BL: Hi! Welcome to our fanbase! =D"
## 
## [[7382]]
## [1] "AraNadia5: I can't wait to see what happens next! Click the link below and join my struggle!\n \n#dccomics #BL #modern… https://t.co/N2qeT1H7iX"
## 
## [[7383]]
## [1] "lieblicherprinz: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7384]]
## [1] "kdrama_menfess: •kdm• 🏳️‍🌈 bl series \"The Director Who Buys Me Dinner\" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des di Heave… https://t.co/VDyQgngYR2"
## 
## [[7385]]
## [1] "arawale: RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…"
## 
## [[7386]]
## [1] "durgan2blwc: Luxlovery Blush Pink Comforter Set Twin Dusty Rose Bedding Comforter Sets Women Grils Comfy Soft Quilted Lightweigh… https://t.co/yvTyhVUZ2A"
## 
## [[7387]]
## [1] "bl__ob: think i had a mf stroke today when i saw that #Metallica dropped a new single in the current fucking year"
## 
## [[7388]]
## [1] "cloverjunyu: @_outrokai hes in dkz, he recently rose to fame after starring in a bl, semantic error, has received a lot of awards from it"
## 
## [[7389]]
## [1] "snztshmr: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7390]]
## [1] "pacocha0lpq: 21\" Hookah Set - Premium 2 Hose Hookah Complete Set - Shisha Hookah Kit With Glass Vase Ceramic Bowl &amp; Coal Tongs A… https://t.co/mbbIzaX373"
## 
## [[7391]]
## [1] "stbinky: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7392]]
## [1] "zenitsurio: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7393]]
## [1] "NgatiBryan: RT @Killmoenetwork: REPORTS OF A JUMPER; 3900 Bl. Of Blaine St N.E: Rescue units along with Mpd are responding to a call with a person repo…"
## 
## [[7394]]
## [1] "SebastinOliva11: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7395]]
## [1] "BatangMangga_05: ‾‾‾\nMy boba self only figured out today that the upcoming BL the new employee and the manhwa the new recruit are one and the same 😐\n___"
## 
## [[7396]]
## [1] "septfirst09: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7397]]
## [1] "StrategicOwl: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[7398]]
## [1] "lagi_tersesat: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[7399]]
## [1] "mikuposteing: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7400]]
## [1] "oxox_biupiu: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[7401]]
## [1] "emotionalaffair: RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…"
## 
## [[7402]]
## [1] "fancycat_bl: RT @qourmet: #mdzs #忘羡 \n🎉 22 drawings in 8 days https://t.co/xnaTK1WxmT"
## 
## [[7403]]
## [1] "Jen04952960: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[7404]]
## [1] "elimeowmeow: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7405]]
## [1] "Manojku68512320: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[7406]]
## [1] "fancycat_bl: RT @lutszu: The price of being a hot and evil dad\n#WeiWuxian https://t.co/hFXYMM1O52"
## 
## [[7407]]
## [1] "ludohistory: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[7408]]
## [1] "doodleroonie: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7409]]
## [1] "KateaKy: RT @number1mongrel: my gf and i discussing the dichotomy of the BL ship venn diagram on the 20 minute drive to pick up insomnia cookies htt…"
## 
## [[7410]]
## [1] "Dharmen28995695: RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…"
## 
## [[7411]]
## [1] "AriesLovesBl: I'm sure this will be the next Hit BL Series. Can't wait for December.\nAnd tomorrow we'll see the new trailer.… https://t.co/FDnQHILVqo"
## 
## [[7412]]
## [1] "J_ON18: RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq"
## 
## [[7413]]
## [1] "bl_ckb_rry: this song changed the trajectory of my life at 14"
## 
## [[7414]]
## [1] "clef66798902: @jeroosan Same add issei form kabekohi,Various handsome seme in bl industry but my head full with seme from japan, i love them personality"
## 
## [[7415]]
## [1] "bubblevanz_02: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[7416]]
## [1] "gwimbees: taking notes from bl"
## 
## [[7417]]
## [1] "bl_ckb_rry: im so sorry but this song is on the list for top 10 pop songs of the 2010’s https://t.co/Y1Cl4RtvQ3"
## 
## [[7418]]
## [1] "KaijuPetra: Iv been reading nothing but BL manga and I gotta say it’s filling a hole in my heart"
## 
## [[7419]]
## [1] "Villain__Offi: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7420]]
## [1] "NgatiBryan: RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…"
## 
## [[7421]]
## [1] "iboopurnoseee: The plot of \"Demon Apartment\" is like a roller coaster of emotion. It's riveting and full of surprises!\n \n#ADENA… https://t.co/GkuZddLsQ9"
## 
## [[7422]]
## [1] "ruemilley: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[7423]]
## [1] "Kenzie7187: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7424]]
## [1] "hello_its_an_: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[7425]]
## [1] "BL_RGH: @hero__524 SOOO CUTE"
## 
## [[7426]]
## [1] "blooxmelodies: bout to look for a three dollar bl to watch im bored"
## 
## [[7427]]
## [1] "DEUZONCE2: Poor bl*nks, they don't know what else do... https://t.co/z7Fw2rtrG2"
## 
## [[7428]]
## [1] "Dixon34235165: RT @BL_Scenery: UPDATE | \"Find true love to break the curse entangled in each other.\" A romantic reincarnation comedy that stars - Park You…"
## 
## [[7429]]
## [1] "amantedel__bl: @fort_fts Mi baby 🥺💗"
## 
## [[7430]]
## [1] "BL_Abba: @BumpstockBarbie Adoption is traumatic to children? 🙄 Maybe she's thinking of foster care"
## 
## [[7431]]
## [1] "kind_and_fair: @Noahrufus What do you think how am I not suppose to be into BL after seeing this https://t.co/SbynKgd1pQ"
## 
## [[7432]]
## [1] "fancycat_bl: RT @lluviar0ja: Alone on a Friday night? God, you're pathetic #mdzs https://t.co/rrIFNAEeVH"
## 
## [[7433]]
## [1] "dealsgrabber22: Ozone Smart Internal Door Lock Trinity OZ-FDL-22 BL Std (Black) https://t.co/5v8c4WMTtH"
## 
## [[7434]]
## [1] "ajith_seenu: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7435]]
## [1] "chensoz: Actually did this during the pandemic. Got back into BL https://t.co/HitQDZ3zPr"
## 
## [[7436]]
## [1] "BusThns: RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…"
## 
## [[7437]]
## [1] "200941fff: RT @dramadates: \"วาระซ่อนเร้น / Hidden Agenda\" an upcoming Thai BL series....\n\nhttps://t.co/BTMWdIFCoh\n\n#วาระซ่อนเร้น #HiddenAgenda #thaibl…"
## 
## [[7438]]
## [1] "bl_ag_inc: @ChetEdinger @steveconaway1 @BreenAcres That’s crazy!  But I’m sure you guys aren’t paying retail for it either at that volume!"
## 
## [[7439]]
## [1] "clownx_bl: RT @mynameis_evi: i'm shaking. https://t.co/fJ0t1J0eFV"
## 
## [[7440]]
## [1] "clownx_bl: RT @winnttaebear: THE ASTRONAUT MERCH 💜💜💜 https://t.co/4mG8HG5yxM"
## 
## [[7441]]
## [1] "cIipeater: noeul lost his slayfulness after becoming a bl actor"
## 
## [[7442]]
## [1] "clownx_bl: RT @taegyudiary: listen                               talk a lot https://t.co/MUYZWTWHO1"
## 
## [[7443]]
## [1] "ARMY_BTS0907: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[7444]]
## [1] "kim_husnul: RT @taynewtaehin: i love seeing taynew thrive 🥹\n\na 9-year long friendship, a very stable career in and out of gmm, how they already made a…"
## 
## [[7445]]
## [1] "caronia_elise: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7446]]
## [1] "mixxiwitboy: I don't even have to say it cause I do it anyways, I drop most bl series that's released especially if the script is fugly"
## 
## [[7447]]
## [1] "BatangMangga_05: ‾‾‾\nLove to see jason tauh making a comeback to bl hehe\nhttps://t.co/3oxxQrmN92\n___"
## 
## [[7448]]
## [1] "KKsrinivasan_BL: @WilfredQuadros1 @LegalTalwar How can she go against the employer...."
## 
## [[7449]]
## [1] "GDAutoArt: RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…"
## 
## [[7450]]
## [1] "yukari_2006_BL: RT @phuwintang: “Love Is the Death of Duty” #NeverLetMeGoSeries https://t.co/Le1lSHRUFi"
## 
## [[7451]]
## [1] "deadkouvv: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7452]]
## [1] "wyrdwritere: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[7453]]
## [1] "AK_Deena_Samy: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7454]]
## [1] "kstarlivecom: Popular BL Webtoon #TheDirectorWhoBuysMeDinner to Be Adapted as a Drama, Confirms Release Date\n\n#밥만잘사주는이상한이사님… https://t.co/smzQIJYIR4"
## 
## [[7455]]
## [1] "tutulismyname: 3) Tunisia vs Australia featured players from 16 different leagues: La Liga, Ligue 1, Bundesliga, Serie A, MLS, Cha… https://t.co/nWyvdTmvpy"
## 
## [[7456]]
## [1] "Kurusukianta: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[7457]]
## [1] "nebulaeeeee: RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…"
## 
## [[7458]]
## [1] "zm_emm: 4PCS CNC Aluminum 17mm Hex Wheel Nuts Dustproof Anti-Skid Non-Slip for 1/8 Traxxas X-Maxx Summit E-Revo ARRMA Buggy… https://t.co/rAozWAdAvt"
## 
## [[7459]]
## [1] "PODraw_: 💥💥💥Winter is coming, winter is coming! Let's let our children own fish shirts now!\n👉👉👉Only available on… https://t.co/Yh042UYaI4"
## 
## [[7460]]
## [1] "chaosIegion: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[7461]]
## [1] "Michael_Chestr: RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…"
## 
## [[7462]]
## [1] "SeryJulia: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[7463]]
## [1] "borerirq: JOOLA 11200U Inside 15mm Table Tennis Table with Net Set - Features Quick 10-Min Assembly, Playback Mode, Foldable… https://t.co/jjiRfdM5Ki"
## 
## [[7464]]
## [1] "bl_nkst_nkb_nk: RT @letterboxd: Future Oscar winner #KeHuyQuan 👑 #GothamAwards\nhttps://t.co/kRu19As8eo"
## 
## [[7465]]
## [1] "bibhistorique: @FlamingAnvil And another on the British Library’s Medieval manuscripts blog:\n\nhttps://t.co/HAagQjpY8j"
## 
## [[7466]]
## [1] "EdupianTT: RT @FCutepie: Media coverages #609BedtimeStoryPremiere (15)\n👍🏻 &amp; RT\n\nWeTV Thailand\n🔗 https://t.co/CUe9n4IKf8\n🔗 https://t.co/I6QBkXqz90\n\nEMo…"
## 
## [[7467]]
## [1] "goldenboy721: special shoutout to my girl Missy who served and allowed me to drink 8 BL smooths courtside tonight."
## 
## [[7468]]
## [1] "damselsidgyn: just me dedicating my papers to bl characters again"
## 
## [[7469]]
## [1] "AomKakha1990: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[7470]]
## [1] "luckywolucky: RT @abi__mae: I really love this scene so much 🥺 \nP.s although \"night flower\" is BL ost, it still fits so well\n #묘령의_황자 https://t.co/FlQCgg…"
## 
## [[7471]]
## [1] "iminescent: @UniMatrixZ0 @bl_artcult @HODLFrance @DionMedici @IrrecusableNFT Did he make it or hire an ai person?"
## 
## [[7472]]
## [1] "Miniamo_: RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN"
## 
## [[7473]]
## [1] "Thala_Ajith_61: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7474]]
## [1] "CvntElliot: I used to watch so many Thai bl shows and I kinda miss the feeling they gave me. But my engineer and  until we meet… https://t.co/sipBDqXxk3"
## 
## [[7475]]
## [1] "NgatiBryan: RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…"
## 
## [[7476]]
## [1] "maymay1160: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[7477]]
## [1] "AllisonEruGS: RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…"
## 
## [[7478]]
## [1] "SmplxT: RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…"
## 
## [[7479]]
## [1] "Kaiden_bl: \"Lovely Lies\" is an absolutely perfect comic! It's living rent free in my head!\n \n#artinprogress #realism… https://t.co/Leb0BnAtZO"
## 
## [[7480]]
## [1] "atdslri: Drop beam current to 1 mA for BL-8 alignment. [Admin]"
## 
## [[7481]]
## [1] "Chitake_bl: RT @178cm_50: ╋━━━━━━━\n \n 𝓗𝓪𝓹𝓹𝔂 𝓑𝓲𝓻𝓽𝓱𝓭𝓪𝔂 𝓓𝓻𝓪𝓵𝓾𝓬\n\n     ━━━━━━━╋\n\n#ドラルク誕生祭\n#ドラルク生誕祭\n#ドラルク誕生祭2022\n#ドラルク生誕祭2022 https://t.co/XFOQEpRIhN"
## 
## [[7482]]
## [1] "Ram5Ramesh: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7483]]
## [1] "outro_yoongii: @suninhersmile TRUST THESE ARE AMAZING!! \n\nLet dai\n\nsomeone else’s bl manhwa \n\n10 years where i loved you the most… https://t.co/7wdYd3nyaG"
## 
## [[7484]]
## [1] "swolehorse: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7485]]
## [1] "Red3stan: @laifu_tan I think it started with Kuuga considering there's something called \"Odagiri effect\" that's being used in… https://t.co/bNZfZYoRxn"
## 
## [[7486]]
## [1] "ThalaPrabu01: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7487]]
## [1] "pratikpatilll: RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…"
## 
## [[7488]]
## [1] "bkpp_mint24: RT @gmajestyx: 7.7M views 111K likes\n#13 on Trending for music ❤️‍🔥\n\n#PPKritFIREBOY #FIREBOY_MV\n#ppkritt @ppkritt \n\nPP Krit - FIRE BOY [Off…"
## 
## [[7489]]
## [1] "bkpp_mint24: RT @bravoa77: PP and his  biggest fan ❤️💙\n#bkpp\n#bkppfanart https://t.co/dXxgA5FrJU"
## 
## [[7490]]
## [1] "milkygxy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7491]]
## [1] "Sharesesimmons6: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[7492]]
## [1] "BBKAZES: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7493]]
## [1] "Preppy_Girl101: He brewed his tea in a bl\n\n&gt;_&gt;RAM116&gt;_&gt; https://t.co/hzwCoegZTM"
## 
## [[7494]]
## [1] "texanconstitut1: @cliftonaduncan @WHO @CDCgov Meanwhile…..chicken pox BL: https://t.co/oQqsFurWPI"
## 
## [[7495]]
## [1] "AGramuglia: RT @AddyBrossWrites: If anyone is interested in a (definitely NSFW) aged-up, friends-to-lovers Twisted Wonderland one-shot fanfic, well, I…"
## 
## [[7496]]
## [1] "NavihertZ: @prakashraaj Oh so yr Father has finally certified this?? Bl 00dy pa₹as!te!"
## 
## [[7497]]
## [1] "arunachalganesh: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7498]]
## [1] "naveen_thank: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7499]]
## [1] "iluv_atsushi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7500]]
## [1] "cave_comics: The rough sketches for chapter 1 of BL Demon Hotspring are finally complete!!\n\nExcept the cover page - that will be… https://t.co/vmImajiSEO"
## 
## [[7501]]
## [1] "tk452834: Trust me! You'll get addicted to this story! You will also get very mad if you like BL haven’t finished yet no spoi… https://t.co/o8hcnCleAf"
## 
## [[7502]]
## [1] "haritha_00: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[7503]]
## [1] "bubblesaur_: RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…"
## 
## [[7504]]
## [1] "why_that_hat: @headBONDmeLWJ @B_lab_BL Thank you for showing this, Bond! 💖 🥰🥰🥰💖"
## 
## [[7505]]
## [1] "milindkpatil10: RT @Rudu1212: @savehitesh @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Delayed more than 30 min+\n@Gmwrly @drm…"
## 
## [[7506]]
## [1] "4thgenitleader: @NoonaUnniLoli a new bl series? i really need to catch up watching soon"
## 
## [[7507]]
## [1] "milindkpatil10: RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…"
## 
## [[7508]]
## [1] "BL_Boys: @luca_kaneshiro Eh? You got me ☺️"
## 
## [[7509]]
## [1] "reunionizes: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[7510]]
## [1] "BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Coupl… https://t.co/B4uDBslnP4"
## 
## [[7511]]
## [1] "saurabh_nagar20: RT @dramadates: \"วาระซ่อนเร้น / Hidden Agenda\" an upcoming Thai BL series....\n\nhttps://t.co/BTMWdIFCoh\n\n#วาระซ่อนเร้น #HiddenAgenda #thaibl…"
## 
## [[7512]]
## [1] "LittledragonMei: @LonelyGeekess What's discord is this?! And not gonna lie naruske bl trope 🤣"
## 
## [[7513]]
## [1] "utsurikun: did i miss a japanese bl drama release or have i seen it and thought it's too sexual for me and shut it off my brain?"
## 
## [[7514]]
## [1] "raktajinhoe: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[7515]]
## [1] "VnTweeter: RT @QueerGamesFest: Queer Game Showcase: \"The Divine Speaker\" by @TwoHalfStudios\n\nA story-rich fantasy BL visual novel about fate and how p…"
## 
## [[7516]]
## [1] "save_shreyas: RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…"
## 
## [[7517]]
## [1] "winduplynxie: or at least not entirely a sex metaphor but moreso a metaphor for intimacy (it's bl)"
## 
## [[7518]]
## [1] "baphometkinnie: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7519]]
## [1] "MaheshLPatil4: RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…"
## 
## [[7520]]
## [1] "nekoganeruhi: MASKED=BLACK/Rust ship https://t.co/TSTnWtjvAm #DLsiteがるまに"
## 
## [[7521]]
## [1] "strawberriventi: RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN"
## 
## [[7522]]
## [1] "Bl_artemis: He is also maybe the only character in the ENTIRE series that audibly made me say “oh my god that’s adorable” if a… https://t.co/GQ3nQf2Gxl"
## 
## [[7523]]
## [1] "iluvchocolate45: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[7524]]
## [1] "TwoHalfStudios: RT @QueerGamesFest: Queer Game Showcase: \"The Divine Speaker\" by @TwoHalfStudios\n\nA story-rich fantasy BL visual novel about fate and how p…"
## 
## [[7525]]
## [1] "redelfonagoose: @miz_irritating bl manga writers be like:"
## 
## [[7526]]
## [1] "sebongsmafia: @ceekeeey thank youuuuu ck koooo, i love u. miss ko na bl days natin huhu 🥲💙 miss you so much jisikaaaaaa &lt;33"
## 
## [[7527]]
## [1] "DTiXOrg: India makes major strides in improving cargo clearance... Courtesy: BL Read* https://t.co/XsEOZThAmd Awareness, edu… https://t.co/3weVmlIQEZ"
## 
## [[7528]]
## [1] "IndieRandWeb: Put A Number On It! – Upon a globe of math, a bl…\n\nhttps://t.co/HeemJ51cKY https://t.co/IAkihk0eL4"
## 
## [[7529]]
## [1] "emmxjayy: Oh yes my most anticipated bl of the year like y’all don’t know how much I’ve been waiting for this 😭😭😭 https://t.co/kWeG6x6HJx"
## 
## [[7530]]
## [1] "QueerGamesFest: Queer Game Showcase: \"The Divine Speaker\" by @TwoHalfStudios\n\nA story-rich fantasy BL visual novel about fate and h… https://t.co/bfZbs2mDW6"
## 
## [[7531]]
## [1] "MalikAh300902: RT @cocolovestwice: here we go again with bl!nks starting unnecessary fanwars"
## 
## [[7532]]
## [1] "aiki_bl: RT @into_slush: #kavetham \nThe past is like a dream. https://t.co/w6MvDVTSDT"
## 
## [[7533]]
## [1] "aiki_bl: RT @666abz1: Little Sonny🔗 and baby alban🎭\n\nmagician sonny🧙🏻\n\n#Briskart #AlbanKnoxArt https://t.co/UuIClR3UBJ"
## 
## [[7534]]
## [1] "Lumina_Luceat: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[7535]]
## [1] "Santa_Gps29: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7536]]
## [1] "aiki_bl: RT @pigrabbit_mtz: Don’t catch a cold…\n#genshin #cynonari https://t.co/J9ENXsoeJN"
## 
## [[7537]]
## [1] "asafedita: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[7538]]
## [1] "chekovl_: @Stellsxaa :000000 Is it also BL?"
## 
## [[7539]]
## [1] "JaimeGonzalezSu: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7540]]
## [1] "rupeedesk12: Lupin: Lupin's Brazilian subsidiary MedQuimica acquires rights to nine brands from Bausch Health. Lupin's Brazilian… https://t.co/yRQUnyqjoK"
## 
## [[7541]]
## [1] "BL_Abba: TigerLily and Bobo keep me sane. They live on top of the washer/dryer. They don't really like one another, but they… https://t.co/vLWdkJkqC7"
## 
## [[7542]]
## [1] "Rudu1212: @savehitesh @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Delayed more than 30 min+… https://t.co/u94Z7HoIRx"
## 
## [[7543]]
## [1] "ak_jei: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7544]]
## [1] "Wa00Slot: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[7545]]
## [1] "JaredisBackBaby: If I was a colts fan I’d bl@w my br@ins out"
## 
## [[7546]]
## [1] "ViswasamKishor1: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7547]]
## [1] "Herbert55yJ: Z8 Compatible With The Avenger Style Replacement Hood Heat Dispersion Compatible With JK JKU Unlimited Rubicon(2007… https://t.co/2APEmL5DZp"
## 
## [[7548]]
## [1] "FlukeTouch: RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…"
## 
## [[7549]]
## [1] "veeram_thala_: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7550]]
## [1] "donnelly47cdbg: Fragola 482366-BL Black Size (-6) x 3/8\" MPT 45° Adapter Fitting MYQKTVY\n\nhttps://t.co/Hshp8sI87N https://t.co/E61Au8CjZD"
## 
## [[7551]]
## [1] "Rudu1212: RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…"
## 
## [[7552]]
## [1] "houseofsham: AHAHAHHAHAHA IT’S ALWAYS ALWAYS ALWAYS F*CK THE BL*ES"
## 
## [[7553]]
## [1] "nourishing4what: @B0NGBONES Yep! It was with him and a few other well knowns back in Texas and we had more than a few bl*unts in rot… https://t.co/53LmQKSpxA"
## 
## [[7554]]
## [1] "BooksofKells: RT @BLMedieval: What's today's Medieval and Renaissance Women manuscript of the day?\n\nIt's the patents granted by Henry VIII to Anne Boleyn…"
## 
## [[7555]]
## [1] "BFarley_85: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[7556]]
## [1] "0101thebella: RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…"
## 
## [[7557]]
## [1] "ThalaSudharsa20: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7558]]
## [1] "bl_ckb_rry: @spectrrral la roche posay could sell me air and id buy it"
## 
## [[7559]]
## [1] "HardickSakthi: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7560]]
## [1] "thewanderphu: just sinked in that this is p'jojo's first bl series (a story focusing on the romance between two men, to clarify)… https://t.co/xqHm82z9Gz"
## 
## [[7561]]
## [1] "yuzuchoso: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7562]]
## [1] "Acc9Fire: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7563]]
## [1] "serafinhuh: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[7564]]
## [1] "dianemaldy: @fullbodiedjet (I still love you I just wanted a Wedgie shutout, esp against the bl*es)"
## 
## [[7565]]
## [1] "Terence41L: DIVIBOX Tactical Web Belt, Nylon Military Belt for Men, Adjustable Outdoor Belt with Plastic Buckle (120 cm) (Black… https://t.co/A56hOSGw1k"
## 
## [[7566]]
## [1] "Salvacion206: RT @BrookeLig: For the consideration of Recording Academy members 📀\n\n- Team BL https://t.co/9qdTHVj4H7"
## 
## [[7567]]
## [1] "yaoilynnx1: One of the reasons the BL industry is such a huge ecosystem- fans spend on happiness, something that can’t be quant… https://t.co/DmYbsiV1Zn"
## 
## [[7568]]
## [1] "liliesandlynxes: Because nothing better than horror and bl ! https://t.co/36hhrKZ4Hp"
## 
## [[7569]]
## [1] "Salvacion206: RT @BrookeLig: ⏰ Hit the “subscribe” button on Brooke’s YouTube channel at the link below to be the first to know about new content and vid…"
## 
## [[7570]]
## [1] "isfiqah: @Yk_taekook Bl movie similar like taekook love journey😍"
## 
## [[7571]]
## [1] "BL_27_: RT @Softykjr: Penix says potential NIL earnings next year would not be the deciding factor in whether or not he would stay or leave"
## 
## [[7572]]
## [1] "savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger i… https://t.co/pOpbxQVLYg"
## 
## [[7573]]
## [1] "Salvacion206: RT @BrookeLig: Why not take a few minutes, click on this link and pause your day to worship with us. He is worthy of it all!\n\n - Team BL \nh…"
## 
## [[7574]]
## [1] "YounginGotBands: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7575]]
## [1] "BL_27_: RT @DawgsEatDucks: husky nation get the popcorn ready 👀☔️"
## 
## [[7576]]
## [1] "KH_Tweets1: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7577]]
## [1] "ykryzk: @GeorgeSquares he's Lufria from nagabe's bl manga \"EAT\""
## 
## [[7578]]
## [1] "bl_romance: RT @Sujuyesungsung: so sweet\n\n©stevenhunt626\n#我的牙想你 \n#MyToothYourLove \n#余晉\n#吳岳擎\n#安朗CP \n#台湾BL https://t.co/xECdlfmhwQ"
## 
## [[7579]]
## [1] "yvngicock: RT @S4narchist: how come this looks like a bl character. It's probably called \"My boyfriend, the fuckboy idol\" and it's about shy fanboy/pr…"
## 
## [[7580]]
## [1] "ot9stan6: wanna argue but there's bl*nk on ur username. peaceful day again https://t.co/BMV0wQ4gPV"
## 
## [[7581]]
## [1] "LiLi_loveLiLi: RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk"
## 
## [[7582]]
## [1] "BL_27_: @BowDownDeathRow @HuskyNation2022 @Jimmyhellcat A month to prepare and I see it happening"
## 
## [[7583]]
## [1] "RohitSindhu13: RT @SJHDELHI: Vigilance Awareness Week valedictory function was held today @SJHDELHI Chief guest Dr BL Sherwal MS graciously felicitated al…"
## 
## [[7584]]
## [1] "AK_Thamizh01: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7585]]
## [1] "yaoilynnx1: This series so far is showing the spectrum of stuff on BL fans, the Sao Y.\n\nHilarious, but so on point 😬 https://t.co/FFl8PDo68A"
## 
## [[7586]]
## [1] "ElementalScar: @newwcaron Yes ohh i was so confused by them at first, im new to that part of this BL world, it shocked me to know… https://t.co/2J8aLqjSZ7"
## 
## [[7587]]
## [1] "LonelyGeekess: Let me tell you, seeing a screenshot of my former high school principal posting Naruto BL in a discord was not on m… https://t.co/ffiwQVqTiy"
## 
## [[7588]]
## [1] "BL_27_: RT @mikevorel: Kalen DeBoer says he's never seen players gravitate to another player the way they did to Michael Penix Jr. when he addresse…"
## 
## [[7589]]
## [1] "TeddogAtMidnite: RT @number1mongrel: my gf and i discussing the dichotomy of the BL ship venn diagram on the 20 minute drive to pick up insomnia cookies htt…"
## 
## [[7590]]
## [1] "kisskyus: RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…"
## 
## [[7591]]
## [1] "teteasschomper: RT @suninhersmile: CAN SOMEONE RECOMMEND A GOOD BL MANHWA PLEASE IM DESPERATE"
## 
## [[7592]]
## [1] "sweatsuhani2012: Lima.” So, too,\nVenice; I have been there; the holy city of the bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/pxYXZvHXC2"
## 
## [[7593]]
## [1] "Mudblxod: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7594]]
## [1] "BL_27_: RT @mikefiechtner: Mike Penix Jr walking into Martin Stadium to plenty of boos and obscenities from the WSU student section. #Penix4Heisman…"
## 
## [[7595]]
## [1] "ashikohli1: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[7596]]
## [1] "NftAshli: RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…"
## 
## [[7597]]
## [1] "ekstermi: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[7598]]
## [1] "vvvnnnkumar: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[7599]]
## [1] "KatieP1s: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7600]]
## [1] "yutahais: RT @REALLYREVIL: best bl in a while https://t.co/ipSo7GnVYL"
## 
## [[7601]]
## [1] "Jacquel16237241: Their so beautiful xie lian x hua Cheng 🕊️ #xielian #HuaCheng  #xielinxHuaCheng #HeavenOfficialsBlessing #bl… https://t.co/FVjYjlyiV9"
## 
## [[7602]]
## [1] "Leo_s_amor: RT @kstarlivecom: Watch: Music Video for #VIXX #Leo's OST #IStill for His Upcoming BL Drama #HappyEndingRomance\n\n#빅스 #레오 #펜스밖은해피엔딩\n\nJoin #M…"
## 
## [[7603]]
## [1] "MIM92699927: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7604]]
## [1] "Rishabh58556868: Apparently I read comics now\n \n#bl #NFTGiveaways #StrangeWorld\n\nhttps://t.co/CpNfSVZKUB https://t.co/8QtOgLpBud"
## 
## [[7605]]
## [1] "valimaicr7: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7606]]
## [1] "King_AK_: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7607]]
## [1] "Rahulma28254555: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7608]]
## [1] "Frillya_1209: RT @Dualbrainless: — OiKage [short] AU slight SakuKage\n\nWarning:\n📍 BL\n📍 R-17\n📍 Harsh words\n📍 Toxic relationship\n\nTW // mention of mental il…"
## 
## [[7609]]
## [1] "tokuenbi: @sonderers there is but i havent read it &amp; from what i know, the show is handled with more care &amp; avoids bad bl tro… https://t.co/by6h50E6zy"
## 
## [[7610]]
## [1] "bertini_victor: @HazeJaze_ @Shill_DS @FrontmanD2 @Kujay_ Even the 500k daily players is lower than normal\n\nDuring BL seasons we had… https://t.co/OciQlVtE8j"
## 
## [[7611]]
## [1] "souchannau: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[7612]]
## [1] "b1ngpup: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7613]]
## [1] "moywlng33466723: whitelist Interworking Assistant @Willard_BL @AJigs07 @Irrelephantoops @jlooenft @DimoP_19 @BKMIC4 @zebatut… https://t.co/s5vZENGrVU"
## 
## [[7614]]
## [1] "fictionaIovers: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7615]]
## [1] "ThalaAjithBk: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7616]]
## [1] "BL_27_: RT @dubduphuskies: 10-2! Took care of business at UW’s Satellite campus. To celebrate this week’s Morning After on Montlake from .@coachvel…"
## 
## [[7617]]
## [1] "NeoNekoStar: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[7618]]
## [1] "bl_enthu: RT @GMMTV: @NeverLetMeGoTH Follow us! 🖤"
## 
## [[7619]]
## [1] "natalio_ds: RT @laedeke17_: G22 and vxon nandun din hoping to all ph bl fans there na support din sila &lt;333 let's support ppop hehehe."
## 
## [[7620]]
## [1] "digitalcupid27: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7621]]
## [1] "kikokiie: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[7622]]
## [1] "darkveracity: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[7623]]
## [1] "rylleot7: RT @sususiaoo: People: you should stop watching BL\nMe: \n#LoveinTheAirSpecialEP https://t.co/WrHFpEOUsZ"
## 
## [[7624]]
## [1] "saravana_kumarR: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7625]]
## [1] "thalamarudhu: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7626]]
## [1] "mueller49cbrv: 8Pcs of Triangular Powder Puff Makeup Sponges, Made of Super-soft Velvet, Designed for Contouring, Eye, and Corner,… https://t.co/n02yPUElh3"
## 
## [[7627]]
## [1] "bl_natsec: RT @Esqueer_: Tim Pool is currently hosting a blatantly anti-Semitic stream on Youtube with Milo, Nick Fuentes, Kanye West. They are all di…"
## 
## [[7628]]
## [1] "dramadates: \"วาระซ่อนเร้น / Hidden Agenda\" an upcoming Thai BL series....\n\nhttps://t.co/BTMWdIFCoh\n\n#วาระซ่อนเร้น #HiddenAgenda… https://t.co/Vr4kv8X0Xy"
## 
## [[7629]]
## [1] "gerbarco: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[7630]]
## [1] "staticffxiv: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[7631]]
## [1] "BL_Nomsod: RT @hyulikeJazz: no context just bob\n#spookymonth #bobvelseb https://t.co/y8C1zXZKub"
## 
## [[7632]]
## [1] "zoejayw: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[7633]]
## [1] "staxrdrew: Lee Yoohan from PAYBACK bl manhwa.\n\nidc about yoon jay, i love yoohan. https://t.co/M7uJ3DK9vM"
## 
## [[7634]]
## [1] "N2fertiti: Gonna do some comic reading\n\n#studytwtph #Drama #bl\n https://t.co/gHTDkqiCUX https://t.co/Luk2euVbwA"
## 
## [[7635]]
## [1] "violet_bkp: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[7636]]
## [1] "myrtlecrown: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7637]]
## [1] "VnTweeter: RT @yaoihunt: hannibal the second they hear bl visual novel"
## 
## [[7638]]
## [1] "4thgenitleader: @NoonaUnniLoli i'm pretty sure it's because of a thai bl 😆"
## 
## [[7639]]
## [1] "reyla_bl: RT @Farah_91Babyz: Between the duty and your heart\nWhat would you choose?\n .\nWatch the trailer for #เพื่อนายแค่หนึ่งเดียว Never Let Me Go s…"
## 
## [[7640]]
## [1] "abruti_bl: RT @blisanewblack: THE WAY WE FINALLY GOT POSTER FOR THE UPCOMING KBL “THE DIRECTOR WHO BUYS ME DINNER”! https://t.co/dAOvsXRGql"
## 
## [[7641]]
## [1] "bubblevanz_02: RT @SristiGurung20: THE BEST AND MOST POPULAR THAI BL COUPLES 2022\n\nhttps://t.co/veTJJIDfGd"
## 
## [[7642]]
## [1] "guyfierimpreg: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7643]]
## [1] "Xenntric: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7644]]
## [1] "ONIGUIRIDR: @hxnri72 @Joheli99 @gae_Dong_RT That’s in almost every BL manhwa"
## 
## [[7645]]
## [1] "Learnerslcs: Snake speech https://t.co/KxItfDNAIp Hi my name is ryker today i&amp;#8217;ll be talking about snakes. snakes Are repti… https://t.co/Rod2mApO3D"
## 
## [[7646]]
## [1] "B0NGBONES: edtwt whats ur dream bl*unt rotation or at least someone u’d die to smoke with"
## 
## [[7647]]
## [1] "SuttlesView: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7648]]
## [1] "Hayes_BL: BBC News - BBC announces changes to simplify its complaints process\nhttps://t.co/RwgaCucYfl @BBCNews #whiner Oh you… https://t.co/vEt9VH0Ene"
## 
## [[7649]]
## [1] "Bluebebiefrog: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7650]]
## [1] "yukari_2006_BL: RT @ppnaravit_jfc: ꫛꫀꪝ✧‧˚      \n@ppnaravit  IGs  Update \n\n#ppnaravit  #ปอนด์ณราวิชญ์\n#NeverLetMeGoSeries https://t.co/hQ8byodCIX"
## 
## [[7651]]
## [1] "isarealbeau: listen to bl_ck b_st_rds"
## 
## [[7652]]
## [1] "staxrdrew: Ki Kyujin from Back to School bl manhwa.\n\nanother fav, he's a super nice guy. https://t.co/jcqKqNGCYU"
## 
## [[7653]]
## [1] "FromPunjab10: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[7654]]
## [1] "BL_Deo: RT @iamjuddah: Which is the best website for streaming live football?"
## 
## [[7655]]
## [1] "daa_k0: RT @shigurefusawa: *original characters\n*BL https://t.co/ejqTEqDK24"
## 
## [[7656]]
## [1] "RosheCosmetics: Roshe Cosmetics &amp; BEAT School of Makeup Artistry \rPikesville, Maryland @RosheCosmetics #Blackpreneur… https://t.co/uteKFL9adB"
## 
## [[7657]]
## [1] "StuartKells: RT @BLMedieval: What's today's Medieval and Renaissance Women manuscript of the day?\n\nIt's the patents granted by Henry VIII to Anne Boleyn…"
## 
## [[7658]]
## [1] "Finzzsh: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[7659]]
## [1] "Hayes_BL: BBC News - Monkeypox given new name by global health experts\nhttps://t.co/qKCI3T6z3l @BBCNews @bbchealth @WHO #WHO… https://t.co/U2Kfu8b2uF"
## 
## [[7660]]
## [1] "carameldrinks: RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…"
## 
## [[7661]]
## [1] "_royalsunshine_: RT @_royalsunshine_: I have 1 ticket for sale 4500 zone. \n\nBL BD-4\n\nComplete with all benefits. Accepts installment. :) 50% downpayment, 50…"
## 
## [[7662]]
## [1] "BL_27_: @UDubTonyD @AcropolisJr @C_M_G206 You’ll know"
## 
## [[7663]]
## [1] "ZoomStocks: - #Lupin: Subsidiary MedQuimica has inked a definite agreement to acquire all rights to nine medicines from BL Indu… https://t.co/munvxaj9fk"
## 
## [[7664]]
## [1] "piapia4356: RT @SunShin33060668: Hahaha stop looking 👀🏓😅\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정 \n#RoommatesofPoongduck304 #kimjiwoong #yoonseobin #BL\n#돌맨스 #BL드라마 #kbl…"
## 
## [[7665]]
## [1] "voxel_pacman: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[7666]]
## [1] "MadhanR14580550: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7667]]
## [1] "bl_enthu: @GMMTV @ppnaravit @phuwintang FINALLY YAY"
## 
## [[7668]]
## [1] "paintedmaypole: @aral_was_here I mean, the YooJung &amp; KB MVs definitely felt like they closed ambivalently to me. And, then we have… https://t.co/1nQyvHoNka"
## 
## [[7669]]
## [1] "bwschildren_997: RT @SunShin33060668: Hahaha stop looking 👀🏓😅\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정 \n#RoommatesofPoongduck304 #kimjiwoong #yoonseobin #BL\n#돌맨스 #BL드라마 #kbl…"
## 
## [[7670]]
## [1] "rvinpeaxe: RT @sjk617: not @rvinpeaxe having BL sasaengs. Bitches lurking for real"
## 
## [[7671]]
## [1] "BL_27_: RT @mikevorel: Kalen DeBoer was asked if he really believes there's a chance Michael Penix Jr. returns next season. \"I think there is. I fe…"
## 
## [[7672]]
## [1] "BL_27_: RT @CoachNokesDL: Take notice Football World!! #Penix4Heisman #BeLikeMike https://t.co/tTvqcq6GeJ"
## 
## [[7673]]
## [1] "poonamdhanda14: RT @SJHDELHI: Vigilance Awareness Week valedictory function was held today @SJHDELHI Chief guest Dr BL Sherwal MS graciously felicitated al…"
## 
## [[7674]]
## [1] "lanzeon: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7675]]
## [1] "AK_Mani__: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7676]]
## [1] "Jacquel16237241: Bruh xie lian is so beautiful 🕊️ #HeavenOfficialsBlessing #xielian #beauty #bl #adaptation #Historical credit -… https://t.co/Zrsq0aMvZm"
## 
## [[7677]]
## [1] "sjk617: not @rvinpeaxe having BL sasaengs. Bitches lurking for real https://t.co/YbHwi6kN9D"
## 
## [[7678]]
## [1] "frostcrystaI: hannibal the second they hear bl visual novel"
## 
## [[7679]]
## [1] "RabbitDance: Page 15 - Come hang out. #stream #comic #artstream #webcomic #drawing #art #csp #digitalart #webtoon #bl #manga… https://t.co/ArXsWXge9s"
## 
## [[7680]]
## [1] "Silvershadowwo1: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[7681]]
## [1] "chrysoslii: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[7682]]
## [1] "BL_27_: RT @UW_Football: Our heisman 🏆  \n\n#BeLikeMike #Penix4Heisman https://t.co/6ke7sq8zH4"
## 
## [[7683]]
## [1] "Avengemon: @ThisIsForFunkos Lol well at least the 1 was the chase oogie boogie bl soda which is awesome"
## 
## [[7684]]
## [1] "Itsmevianey17: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[7685]]
## [1] "mere_j95: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7686]]
## [1] "BL_Dwyer: @gfodor @SetUpUsTheB0mb @WholeMarsBlog 🤷‍♀️just saying thts prob why he took issue is all"
## 
## [[7687]]
## [1] "aral_was_here: @paintedmaypole MTE! I feel like this universe just got a lot more complicated. I love this song though! And the BL… https://t.co/MaoZI6Ejw4"
## 
## [[7688]]
## [1] "Thala_ARS: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7689]]
## [1] "finalevampire: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7690]]
## [1] "BL_27_: RT @mikevorel: Kalen DeBoer said there were more than 50 guys on the team that were sick or had symptoms at some point last week. Faatui Tu…"
## 
## [[7691]]
## [1] "BL_27_: RT @HoodHusky: Dylan Morris should look to be on the UW staff. With his work ethic and attention to detail he’d become a great QB Coach lea…"
## 
## [[7692]]
## [1] "LouisBrignet: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[7693]]
## [1] "gfodor: @SetUpUsTheB0mb @BL_Dwyer @WholeMarsBlog The origins of the frog, while interesting, seem unrelated to the key ques… https://t.co/2JmX1owCZu"
## 
## [[7694]]
## [1] "6C_BL: More? Check fav! :D"
## 
## [[7695]]
## [1] "BL_27_: RT @uwleah: Last 6 coaches to go 3-0 vs PNW rival schools in year 1:\n\n1975: Don James\n1993: Jim Lambright\n1995: Mike Bellotti\n2009: Chip Ke…"
## 
## [[7696]]
## [1] "tsuki520_: RT @kdrama_scene1: Upcoming BL drama #TheDirectorWhoBuysMeDinner starring #ParkYoungWoon and #ParkJungWoo releases main poster and confirms…"
## 
## [[7697]]
## [1] "BL_Dwyer: @SetUpUsTheB0mb @gfodor @WholeMarsBlog I think its become that way, but originally was the other way"
## 
## [[7698]]
## [1] "silenttwits: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7699]]
## [1] "Thutrin50330391: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[7700]]
## [1] "Miagichan: A Physical Therapist in a BL Comic🥰✨ https://t.co/11ZIwRKMY3"
## 
## [[7701]]
## [1] "aldriL1: @_CryptoHawk @Morpheusresist His name is Zelensky and guess what guys Russians altered hilter symbol to Z, yet it i… https://t.co/yYo4WDvXCX"
## 
## [[7702]]
## [1] "sidneylisboa01: Suporte para Notebook, OCTOO, Uptable, UP-BL, Preto\nlink a baixo !!\nhttps://t.co/A7jdMJ6w4C\n\n#compraagora #notebook… https://t.co/zEuaPPbQju"
## 
## [[7703]]
## [1] "maxreed2015: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7704]]
## [1] "CraigBigby: @BL_27_ @AcropolisJr That’s a fair point"
## 
## [[7705]]
## [1] "number1mongrel: my gf and i discussing the dichotomy of the BL ship venn diagram on the 20 minute drive to pick up insomnia cookies https://t.co/XI48nvZsuG"
## 
## [[7706]]
## [1] "in_vi_si_bl_ee: RT @hasantoxr: I made HTML &amp; CSS Cheat Sheets for beginners🔥\n\nI hope you find these helpful https://t.co/NA1MOehG0S"
## 
## [[7707]]
## [1] "SpunkyRacoon: RT @Wikiwolffstudio: HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD \n20…"
## 
## [[7708]]
## [1] "BL_27_: RT @HowlinHusky: This is how well-coached Washington is. This is Devin Culp Oscar-nominating performance when Penix was acting confused and…"
## 
## [[7709]]
## [1] "Ruhi24630153: @BitMartExchange @ClearCryptos Strong and great project...\nthis project is very good and this projector has a lot o… https://t.co/0cOFdoLNSl"
## 
## [[7710]]
## [1] "christinephili: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7711]]
## [1] "BL_27_: @CraigBigby @AcropolisJr No I never said he was blowing away anybody there he is like a 6 for them on the depth cha… https://t.co/O41bzynWJm"
## 
## [[7712]]
## [1] "yeonji: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7713]]
## [1] "douglas_malott: @har00bb Very handsome, sexy, cute, multi talented young man who is one half of my favourite BL couple with a beaut… https://t.co/U8CtgbpHpy"
## 
## [[7714]]
## [1] "Eyezoumier: RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk"
## 
## [[7715]]
## [1] "IndianLivingUSA: @adhilahamed_BL @TRBRajaa @mkstalin @Udhaystalin @DMKITwing @isai_ @iamchsekar Okay... next our CM will appoint a D… https://t.co/26InEvGOuJ"
## 
## [[7716]]
## [1] "olscurfybastard: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7717]]
## [1] "izurutairabot: B-Bl-Blood is…! N-no, I mean a chocolate…drink is…! I-I’m so happy that……it just……"
## 
## [[7718]]
## [1] "illustrata_ai: @bl_artcult Lolol yeah don’t think so 😂"
## 
## [[7719]]
## [1] "Alexia_AgustD: RT @Lum_Cheng: Something more soft for once~\nEdit from Sadistic Beauty BL Side Story\n#19days #tianshan #yaoi https://t.co/Qzs4mN6Wc5"
## 
## [[7720]]
## [1] "Arun30213722: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7721]]
## [1] "aluskee: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[7722]]
## [1] "kaguyaspawn: renai idenshi xx is like a BL mangaka watched utena for the first time and went “this is great but what if we playe… https://t.co/mWQn6pWwQm"
## 
## [[7723]]
## [1] "amantedel__bl: RT @BossNoeul_TH: ——𝘾𝙊𝙉𝙂𝙍𝘼𝙏𝙐𝙇𝘼𝙏𝙄𝙊𝙉𝙎 🎶\n\n🎤𝙈𝙮 𝙎𝙩𝙧𝙤𝙣𝙜𝙚𝙨𝙩 𝙡𝙤𝙫𝙚 // BossNoeul \n3𝘔 𝘷𝘪𝘦𝘸𝘴 𝘰𝘯 𝘺𝘰𝘶𝘵𝘶𝘣𝘦\n\n🎬 : https://t.co/vHlWZ0IovC\n🎧 : https://t.co/4…"
## 
## [[7724]]
## [1] "poyyy___: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7725]]
## [1] "kookieg98280802: One of the best drawings of all time\n \n#ArtOfTheDay #artcommunity #BL\n\nhttps://t.co/ZwqFDUrJDx https://t.co/PNGIEGCXTk"
## 
## [[7726]]
## [1] "Uke_Supremacy03: I've been completely addicted to ONEPIECE and Trapping the Foxy Doctor\n\n#ArtOfTheDay #artcommunity #BL… https://t.co/nEpoVQkXBT"
## 
## [[7727]]
## [1] "Bennyzheng20: One of the best drawings of all time\n\n#ArtOfTheDay #artcommunity #BL\n https://t.co/2lcHAFtItA https://t.co/lzqBntZtXX"
## 
## [[7728]]
## [1] "queerbaitinq: strangers from hell my favourite bl"
## 
## [[7729]]
## [1] "GreenKing7733: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7730]]
## [1] "KissMe_Yellow: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7731]]
## [1] "Efuaka: I like BL that doesn't feel like BL..? Idk.."
## 
## [[7732]]
## [1] "spectrrral: @bl_ckb_rry la roche possay undefeated"
## 
## [[7733]]
## [1] "cannibalimpact: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7734]]
## [1] "rajasekar95: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7735]]
## [1] "mpav: @cmsorrps4610 Prayers to Bl Carlo Acutis for belief in the Real Presence"
## 
## [[7736]]
## [1] "saifahzonengbot: i think i'm travelling in bl fiction."
## 
## [[7737]]
## [1] "SetUpUsTheB0mb: @BL_Dwyer @gfodor @WholeMarsBlog It was used by everybody. People noticed 'everybody' included white supremacists.… https://t.co/5QoqBphdne"
## 
## [[7738]]
## [1] "andiavang: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7739]]
## [1] "woricksb00bs: @akiratoryo The third ending is good? My first bl was bj Alex 🤭"
## 
## [[7740]]
## [1] "brightnanon: @inkl0ve @mahuhumaling blacklist isnt...the ~best show lmao sometimes i swear it's more entertaining to read the co… https://t.co/HFpS2l21vY"
## 
## [[7741]]
## [1] "jungwoostwin: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7742]]
## [1] "wildflowerSerai: The facts that BL cs event punye issue sampai masuk tl acc kpop aku. Snjejsiks..mmg teruk yer and i saw the picture… https://t.co/ft0revxiKu"
## 
## [[7743]]
## [1] "suninjimin: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7744]]
## [1] "BballCoachBenji: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[7745]]
## [1] "RhealynEspanto: @itsiheidi excited sa Walang Aray\n\nKDLEX Sweethearts #RAWRAWARDS2022 bl"
## 
## [[7746]]
## [1] "akiratoryo: @woricksb00bs Cherry Blossoms after Winter is a soft introduction it was my first BL before it got weird"
## 
## [[7747]]
## [1] "J_mie_million: I love the drama, I really like the character design and I like that their sexuality is not the point of the story… https://t.co/cvxNEGjIcm"
## 
## [[7748]]
## [1] "J_mie_million: I love the show bc those sweet moments felt genuine and even how much I rewatch it I still smile bc the chemistry i… https://t.co/Pwe7ygmscT"
## 
## [[7749]]
## [1] "molly100894781: RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…"
## 
## [[7750]]
## [1] "tennis_madison: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7751]]
## [1] "naegiplush: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7752]]
## [1] "kookieg98280802: One of the best drawings of all time\n \n#shucream_bl #architecture #newepisode\n\nhttps://t.co/5B4tr2gg45 https://t.co/Bgk2McgwMP"
## 
## [[7753]]
## [1] "nabadesca: @starrysatur where do u find so much good bl dramas to watch? i have just 4 or 5 to start in my watchlist"
## 
## [[7754]]
## [1] "storytaiIor: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[7755]]
## [1] "Jay_Altagracia: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7756]]
## [1] "NiranjanTripa16: RT @So_Han_dsome: News:Elon Musk Is Rolling Out Twitter's Red Carpet For The Far Right\nMy Advice: to ⁦@NiranjanTripa16⁩ \nIf you cannot go L…"
## 
## [[7757]]
## [1] "BL_Abba: @Judianna @YouTube She will be missed! Such a talent 💔"
## 
## [[7758]]
## [1] "BL_Dwyer: @WholeMarsBlog Pepe was originally used as a representation for white supremacists. Thats why Gary is stating it as an issue"
## 
## [[7759]]
## [1] "Junnie_BL: RT @KB_beary: Drawing my oc with only default brushes https://t.co/yBCNK9EG4I"
## 
## [[7760]]
## [1] "bonkingcat: imma draw myself with a band on that says “yaoi master” because im constantly having to teach people here what it a… https://t.co/5dMYWe12hk"
## 
## [[7761]]
## [1] "BL_Dwyer: @gfodor @WholeMarsBlog Pepe was originally used as a representation for white supremacists. Thats why Gary is stating it as an issue"
## 
## [[7762]]
## [1] "Ddoori2: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[7763]]
## [1] "haezukki: is jihoon in a bl....."
## 
## [[7764]]
## [1] "grondin506: RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…"
## 
## [[7765]]
## [1] "bbqsaucetitti3s: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7766]]
## [1] "So_Han_dsome: News:Elon Musk Is Rolling Out Twitter's Red Carpet For The Far Right\nMy Advice: to ⁦@NiranjanTripa16⁩ \nIf you canno… https://t.co/tX8aP963fr"
## 
## [[7767]]
## [1] "LOUDDIEVAN: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[7768]]
## [1] "Lee1988Lee: @BandB_CBS BL looks soooooo old!!! Ditch that hair &amp; fire makeup!"
## 
## [[7769]]
## [1] "mouseoffaker: I've read this manga multiple times! You should check it out, too!\n \n#dad #animeedit #bl\n\nhttps://t.co/BWQxd1V9u5 https://t.co/LoX5XzxvD6"
## 
## [[7770]]
## [1] "sam_shivAK: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7771]]
## [1] "Junnie_BL: RT @sunflowergguk: #taekookau where Jeongguk finally finds the courage to tell his boyfriend his biggest secret. https://t.co/TTTyvEIupg"
## 
## [[7772]]
## [1] "OBXRenee: RT @CoffindafferFBI: Outstanding! It's time to fess up or face perjury charges. More importantly, the Ls have to face Gabby's parents and l…"
## 
## [[7773]]
## [1] "MorganWarmbein: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7774]]
## [1] "gothicrice: god if I see one more tiktok about girls wanting to cheat in a relationship I'm gonna bl*w my brains out"
## 
## [[7775]]
## [1] "Koni_Kyun: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[7776]]
## [1] "TronWixk904: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7777]]
## [1] "rizuka170: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[7778]]
## [1] "bl_artcult: @illustrata_ai I don't think we're going to the same festival @illustrata_ai 🤣🤣\n\nPerfect mix of gangster rap and de… https://t.co/SdqjV1MzFi"
## 
## [[7779]]
## [1] "Kaorubunga_: RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…"
## 
## [[7780]]
## [1] "floridaagirl97: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7781]]
## [1] "milliecekovic: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[7782]]
## [1] "JohnSherArt4109: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[7783]]
## [1] "ruri_eva: @ZNN_BeHoppy It's good I think zee is helping nunew feel more comfortable in the acting role he must play too,being… https://t.co/qwXHr4ICPz"
## 
## [[7784]]
## [1] "KingFrank_duzIt: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7785]]
## [1] "Vinoth182436081: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7786]]
## [1] "zeepruknarak: Deehup’s upcoming bl series are crazzzyyyyyy 😩 from i feel you linger in the air to step by step 😥 im so excited oh my lord"
## 
## [[7787]]
## [1] "thatgurl_matu: @Gabrius07 Not to be that person but BL in need speak is boys love manga aka gay"
## 
## [[7788]]
## [1] "McCallsWeather: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7789]]
## [1] "britphilippine: The Chinese White Paper Revolution - Iron Fist Xi Jinping https://t.co/95rGljqGgE via @YouTube"
## 
## [[7790]]
## [1] "Tank41707192: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7791]]
## [1] "uruao1: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7792]]
## [1] "quiny777: RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…"
## 
## [[7793]]
## [1] "Ddoori2: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[7794]]
## [1] "CaioFelipe_bh: sh the\ntossed ship they cling to. A vile wind that has no doubt bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/4O76wH4MJp"
## 
## [[7795]]
## [1] "BL_Abba: @four4thefire Seriously, she's an attractive woman but really? I'm guessing she has a full-time lighting manager on board"
## 
## [[7796]]
## [1] "JDCruz1025: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7797]]
## [1] "missypurcell1: RT @calliepatton: Most SoR advocates are former BL teachers.\n\nIn our schools, phonics was taught piecemeal &amp; contradicted, undermined by 3-…"
## 
## [[7798]]
## [1] "Ravy_Baby08: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7799]]
## [1] "Jackson_LEC_AD: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[7800]]
## [1] "megan_rabish: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7801]]
## [1] "aratinabottle: @moonlitguts ya when u do b€4ns they bl€€d a lot and are at high risk 4 infection so I'm not taking the risk of get… https://t.co/EoYKwUMvKD"
## 
## [[7802]]
## [1] "Shizaya_Kanra: \"Ah! Shizuo loves Izaya! ..it's .. BL!!!!\"-Erica"
## 
## [[7803]]
## [1] "MattyK31: 🏀Nice feed off the BL attack from 2023 Deyton Reddic to 2024 Isaiah Amador\nRancho Cucamonga 52 \nVictor Valley 29. 6… https://t.co/aD40SbVrqS"
## 
## [[7804]]
## [1] "oayasumi: RT @MangaMoguraRE: \"Hitorijime My Hero\" by Arii Memeko is on cover of upcoming Bl magazine Gateau issue 1/2023.\n\nEnglish release by @Kodans…"
## 
## [[7805]]
## [1] "monis_thala: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7806]]
## [1] "aubepink: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[7807]]
## [1] "arikanomi: RT @Cloudkourin: Maid x Butler Cafe!☕️\n\nHow did he end up in that\n\n#類彰 #prsk_BL https://t.co/cHTOOhOOrZ"
## 
## [[7808]]
## [1] "PL_SayU4: RT @OGTNAF: The BL series plot that won the project and will be produced by ONE channel.\n\nGenre: Period + Mystery\n\n“Mon Meng Mang” (Meng Ma…"
## 
## [[7809]]
## [1] "lovebirdmagnum: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7810]]
## [1] "stockmart_: the BitBoy x SBF spaces coming up reminds me of that time y’all got Scott Melker up there then icebagz and BL made him cry"
## 
## [[7811]]
## [1] "lc_sweetwine: me @ Japanese bl shows: give me 👏 more 👏 salarymen 👏"
## 
## [[7812]]
## [1] "dramaclubP: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7813]]
## [1] "seaj0725: Barnaby and Jess in modern setting\nCommissioned by @jesspersephone\n\nPls. like, comment, and share!\n\nCOMMISSIONS OPE… https://t.co/0eORSQCE5Q"
## 
## [[7814]]
## [1] "j_molina08: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7815]]
## [1] "AdRi_RoSe_0899: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7816]]
## [1] "AlissaParsons15: RT @EmperorMandu: Say Boo!!\nLooks like the Y/N Witch Clan are wanted for some magic misfit.\nWhich one are you?\n\nOC Jay is up next\n\n#art #an…"
## 
## [[7817]]
## [1] "LucciAustin: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7818]]
## [1] "ondeoney: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[7819]]
## [1] "kneesocks: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[7820]]
## [1] "galahadgrail: RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…"
## 
## [[7821]]
## [1] "Vignesh51769505: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7822]]
## [1] "chasehoopin: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7823]]
## [1] "peytu_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7824]]
## [1] "abruti_bl: RT @BLUPDATE2022: It's coming... https://t.co/19vzEUhv3n"
## 
## [[7825]]
## [1] "jlclark94: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7826]]
## [1] "ThalaRijo: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7827]]
## [1] "hanamurass: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7828]]
## [1] "abruti_bl: RT @dejunzmarkk: PARK JIHOON???? THE NAE MAUMSOGAE JOJANG NIGGA??? THE FEELING SO ENERGETIC NIGGA???? https://t.co/o4H0J8QAQR"
## 
## [[7829]]
## [1] "VinnyDarrow: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7830]]
## [1] "DanTheManHoodX2: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7831]]
## [1] "the_real_JAMIER: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7832]]
## [1] "pinktonu02: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7833]]
## [1] "SoniCanvasPost: @Minnie1op @luuluulaaa @Piffy_UwU Also, not to say they were treated the same but I pointed out the last time those… https://t.co/utp8ixZKJ7"
## 
## [[7834]]
## [1] "FafDev: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7835]]
## [1] "boiledegghole: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7836]]
## [1] "Alastrope: Morning!\n\nI made a new acc specifically discussing about BL and stuffs. Pekob2 juga masuk ke sana HAHAHAHA\n\nAnyway,… https://t.co/6NRkD11RbC"
## 
## [[7837]]
## [1] "DeeBoesky: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7838]]
## [1] "BL_Abba: RT @buitengebieden: Oh no.. 😅 https://t.co/raRldWcHgq"
## 
## [[7839]]
## [1] "aratinabottle: if this mf cvt hasn't stopped bl€€ding by 10pm when i have to take my meds I'm just gonna k1ll myself actually /j"
## 
## [[7840]]
## [1] "king_bora_: RT @1DEALMUSIC: [1DEAL'S B-DAY PROJ.#1 𝘾𝘼𝙁𝙀 ]\n\n🎁 Gift Pack #2 ( Illust Postcard )\nIllust by @ pork_bl\n\n𝟏𝐃𝐄𝐀𝐋'𝐒 𝐍𝐄𝐖 𝐖𝐄𝐀𝐏𝐎𝐍💥\n09-13 Jul, 2021…"
## 
## [[7841]]
## [1] "ViciousVillain8: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7842]]
## [1] "OEndzone: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7843]]
## [1] "AshleyElaine64: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7844]]
## [1] "Mineyi4: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[7845]]
## [1] "SasiKum19504750: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7846]]
## [1] "jjeongz: RT @rewindbIossom: 127's Bangkok concert is gonna be a meet&amp;greet of bl actors"
## 
## [[7847]]
## [1] "oomfiegiri: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7848]]
## [1] "TolerTank: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7849]]
## [1] "msAMBER___: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7850]]
## [1] "kedamafloof: @pevellynee He wakes up in a different BL"
## 
## [[7851]]
## [1] "cochegalo: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7852]]
## [1] "PSELVAR33532484: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7853]]
## [1] "Mineyi4: @lemonboeun what happened?, does anyone complain that NLMG doesn't have sex and that PONDpHUWIN doesn't deserve thi… https://t.co/KbY6kGlVwQ"
## 
## [[7854]]
## [1] "FightOnState_: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7855]]
## [1] "CeddyG1K: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7856]]
## [1] "D_jones82: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7857]]
## [1] "harlow_dee69: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7858]]
## [1] "SJLahey: RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…"
## 
## [[7859]]
## [1] "the_stai: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7860]]
## [1] "DVERADIO: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7861]]
## [1] "SteelersArabic: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7862]]
## [1] "davidrosswelsh: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7863]]
## [1] "Bamer2323: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7864]]
## [1] "AutonomousPoeia: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7865]]
## [1] "HenryM2004: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7866]]
## [1] "PassengerEm: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[7867]]
## [1] "MrBuelna_: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7868]]
## [1] "loggyf2: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7869]]
## [1] "elliefinnerty: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7870]]
## [1] "BleacherDeposit: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7871]]
## [1] "Steeler147: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7872]]
## [1] "mammal365: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7873]]
## [1] "Sp00kyJaay: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7874]]
## [1] "YounggAndrea: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7875]]
## [1] "jkitch47: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7876]]
## [1] "YinzerStyle: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7877]]
## [1] "httpmomorin: RT @sanabanana79: Soyeon gets a lot of shit but I feel like she genuinely is what bl*nks think L*sa is"
## 
## [[7878]]
## [1] "Elegrumpy: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7879]]
## [1] "thesavvypundit: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7880]]
## [1] "humblegrubb: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7881]]
## [1] "kreative_vzn: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7882]]
## [1] "razzarazor: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7883]]
## [1] "AntwaunClark30: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7884]]
## [1] "ilovechildedesu: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[7885]]
## [1] "Irma_Aparicio: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7886]]
## [1] "afroinstilettos: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7887]]
## [1] "iamdjpj_: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7888]]
## [1] "WDB_Cervone77: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7889]]
## [1] "aweshrimpchim: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[7890]]
## [1] "sn1pencelly: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7891]]
## [1] "Khol___: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7892]]
## [1] "trends201796: whitelist Official Agent @leekitoo @bl_eagle87 @ZakNFT1794 @Ice5383 @Johnnykidnft @igotutwo @Picolo09735609… https://t.co/w5I0xkyzv3"
## 
## [[7893]]
## [1] "LeoStateOfMind: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7894]]
## [1] "CaptainHays: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7895]]
## [1] "40oz_Neke: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7896]]
## [1] "aforgottonname: @oli_grind @gruber_laurence ,, r.Ed an.D .bl ue 😸 https://t.co/vvCFLnlZBQ"
## 
## [[7897]]
## [1] "Music_Lover_D: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7898]]
## [1] "yaboiLdub5: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7899]]
## [1] "brockwebb: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[7900]]
## [1] "kotaweeks13: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7901]]
## [1] "jtrembley9: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7902]]
## [1] "Taysincere: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7903]]
## [1] "chipsndipx: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7904]]
## [1] "SarcasticManny: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7905]]
## [1] "itscoachb__: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7906]]
## [1] "rileyadkinsss: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7907]]
## [1] "SteelCitySaint: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7908]]
## [1] "_Robb_Lyn: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7909]]
## [1] "Drewsterr: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7910]]
## [1] "Hu____Ny: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7911]]
## [1] "DalinaYsabel: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7912]]
## [1] "BigBlaze59: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7913]]
## [1] "BishopxAndretti: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7914]]
## [1] "theylove_asia: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7915]]
## [1] "4evermzz: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7916]]
## [1] "_normangel: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7917]]
## [1] "PeytonBeharry: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7918]]
## [1] "avizionary: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7919]]
## [1] "T_Tate3: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7920]]
## [1] "WheelerM323: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7921]]
## [1] "errybodylovesE_: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7922]]
## [1] "steelercam: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7923]]
## [1] "iamnubianz: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7924]]
## [1] "AggieJay_412: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7925]]
## [1] "AlanFabs: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7926]]
## [1] "hannahbethany26: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7927]]
## [1] "907King_: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7928]]
## [1] "geno_briggs: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7929]]
## [1] "carmona_jasmin: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7930]]
## [1] "titus757: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7931]]
## [1] "PutridLobster: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7932]]
## [1] "Austindp51: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7933]]
## [1] "Joeyy_Sanchezz: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7934]]
## [1] "joeldv123: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7935]]
## [1] "TwoBrokenEars: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7936]]
## [1] "Louie400: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7937]]
## [1] "Steelersgang07: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7938]]
## [1] "JohnnieeG: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7939]]
## [1] "Kindra_Elise: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7940]]
## [1] "ChizzyDub: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7941]]
## [1] "TheDabKingNC: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7942]]
## [1] "j0hn69_: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7943]]
## [1] "ryee_13: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7944]]
## [1] "reapervfx_: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7945]]
## [1] "LouieB1x: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7946]]
## [1] "ethankipin7: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7947]]
## [1] "Anth0ny909: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7948]]
## [1] "valerielynne07: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7949]]
## [1] "brandonb329: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7950]]
## [1] "VybzGemini: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7951]]
## [1] "maylaliller91: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7952]]
## [1] "LoganCo61235993: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7953]]
## [1] "steel_city_mllc: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7954]]
## [1] "LandonK34971415: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7955]]
## [1] "_jaz_marie_: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7956]]
## [1] "kuhTEEnuhJ: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7957]]
## [1] "TysonGlenn43: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7958]]
## [1] "jarny: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7959]]
## [1] "julsmr: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7960]]
## [1] "austin_wader: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7961]]
## [1] "Faith4Love4Hope: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7962]]
## [1] "afarv6192: RT @steelers: KICK BL🚫CKED‼️"
## 
## [[7963]]
## [1] "Praveen86048825: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7964]]
## [1] "steelers: KICK BL🚫CKED‼️"
## 
## [[7965]]
## [1] "522cc6b43faa428: @RettaLaw2 @Barrow2022 Oh look! There's Tim Osman, made into BL by the C!A!"
## 
## [[7966]]
## [1] "Mineyi4: RT @lemonboeun: i mean NLMG is a new genre, it can be said to be the first scenario in the bl Thai background so it's not like any other se…"
## 
## [[7967]]
## [1] "1n0nlyJT: @nes_rox @illustrata_ai @joynxyz @amli_art @bl_artcult @3DBystander @thelastbryson @0xFounderWill Let's get it!! 💯"
## 
## [[7968]]
## [1] "Leo_s_amor: RT @vitaarieka: It's crazy how leo had more intimate scenes in whisper mv than his bl drama"
## 
## [[7969]]
## [1] "KimTorr23407314: RT @HITCkpop: 2023 is already looking bright for Thai BL drama fans as some of the most celebrated stories are going to get their prequels…"
## 
## [[7970]]
## [1] "cowboycrimez: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7971]]
## [1] "satur_tinnasit: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[7972]]
## [1] "venkatesh939420: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7973]]
## [1] "BL_Abba: Truer words were never said. I kinda-hate/kinda-have-to check in on twitter/news these days, when I should be makin… https://t.co/Yj3cRkS92d"
## 
## [[7974]]
## [1] "SnayNae: @_Denny_143 On or off is forever gonna be my most favorite BL ahhhh😭😭"
## 
## [[7975]]
## [1] "toy23456: RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…"
## 
## [[7976]]
## [1] "lesbianautica: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7977]]
## [1] "Auczo: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7978]]
## [1] "elfilicellus: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7979]]
## [1] "Material_color_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7980]]
## [1] "Jagadeesh_RT: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7981]]
## [1] "creamy_isa: if gmmtv just take all popular jap bl to remake, idk"
## 
## [[7982]]
## [1] "sundarmail: RT @IndSivakumar: @sundarmail Those with BL degree and black gowns are special category. No one can question them."
## 
## [[7983]]
## [1] "KathiDailey: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[7984]]
## [1] "Angelica_20_9: I've been into bl anime lately, can you recommend some great bl anime?\n#blrecommendations"
## 
## [[7985]]
## [1] "mediocrejoke: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7986]]
## [1] "Raghu101A: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7987]]
## [1] "CraigBigby: @BL_27_ @AcropolisJr Riley isn’t exactly doing him any favors.  And in my opinion, not making the CFP doesn’t equat… https://t.co/gKWd7fsrJ1"
## 
## [[7988]]
## [1] "goth_moths: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[7989]]
## [1] "bl_l0gic: @Vegastheerapan Yeah and once i bit myself on the shoulder and everybody thought it was a hickey😭 *it was pure self hate and stress*"
## 
## [[7990]]
## [1] "Huanke_O: RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…"
## 
## [[7991]]
## [1] "sreerajheart: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[7992]]
## [1] "rockstarjxdn: @nessaswhore_ F4 Thailand but make it BL"
## 
## [[7993]]
## [1] "maikeloneo: RT @rocketgirlNFT: @KinoAlyse @delta_sauce @bl_artcult I shall be there with bells on"
## 
## [[7994]]
## [1] "Call_Me_Baron: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[7995]]
## [1] "ReeVisionedStu0: @illustrata_ai @joynxyz @amli_art @bl_artcult Are we posting our entries here or is there a different platform for the competition?"
## 
## [[7996]]
## [1] "ETreharne: RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…"
## 
## [[7997]]
## [1] "KuroLucia: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[7998]]
## [1] "Bonzo53561854: @RedHawk_M @maryked2900 @oldmanwinter65 @matthew__theo St Anne was a just and holy woman conceived in original sin,… https://t.co/uWLndbNW7O"
## 
## [[7999]]
## [1] "LindseyShardae: I completed my Better Life Challenge today...how about you?\nhttps://t.co/oaC8luTTYw"
## 
## [[8000]]
## [1] "your_BL_pal: Sneak peek to \"Reality Lover\" https://t.co/lT5DPfUVzm"
## 
## [[8001]]
## [1] "Lithdoran: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8002]]
## [1] "tobiquinho: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8003]]
## [1] "your_BL_pal: Synopsis:\nThe ever so cool Chunghyun tries to act like a cool upperclassman to his assistant TaeIn. However, Chyung… https://t.co/arVTpsOUCa"
## 
## [[8004]]
## [1] "mania_th_bl: ตุยย หล่อมากกก 😭\nI'm dead. He's so handsome😭\n#Toptap_jirakit #โอลลี่ไทป์ https://t.co/f1cQ5v4PuC"
## 
## [[8005]]
## [1] "hiimmelsie: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[8006]]
## [1] "yearningforfree: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8007]]
## [1] "hotbelgianwafle: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8008]]
## [1] "BaronAgba: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[8009]]
## [1] "mafers_bl: Losing him was blue like I’d never know. Missing him was dark gray, all alone. Forgetting him was like trying to kn… https://t.co/ejXuJcbvr9"
## 
## [[8010]]
## [1] "bhajithkumar007: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8011]]
## [1] "Gebhartattack: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8012]]
## [1] "aiki_bl: RT @Ruu_GI: #kavetham #カヴェアル 🏛️🌱\nidk just me trying to mindbreak haitham https://t.co/EuRZxR4rdx"
## 
## [[8013]]
## [1] "pemasakhandal: RT @lemonboeun: i mean NLMG is a new genre, it can be said to be the first scenario in the bl Thai background so it's not like any other se…"
## 
## [[8014]]
## [1] "pemasakhandal: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[8015]]
## [1] "your_BL_pal: BL RECOMMENDATION\n#132\nTitle: Reality Lover\nAuthor: Yp\nStatus: Complete\nGenre: #Yaoi #Mature #Smut #Workmates… https://t.co/ikO0fTSehT"
## 
## [[8016]]
## [1] "aiki_bl: RT @raonbeam: When your boyfriend is clingy… 😆\n\n#ORV #joongdok #중독 https://t.co/rvyHIGoRmj"
## 
## [[8017]]
## [1] "bakedbananners1: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8018]]
## [1] "aiki_bl: RT @WaltzFor_Zizi: he is dedicated ✨️\n\n#joongdok #중독 #중혁독자 https://t.co/vu6n9qeaO9"
## 
## [[8019]]
## [1] "ChetEdinger: @bl_ag_inc @steveconaway1 @BreenAcres Our neighbor has had a Urea shed for a long time. They are rebuilding it and… https://t.co/XsG9Hw6P1V"
## 
## [[8020]]
## [1] "yue061: @shouutobio Everyone who looks at the story as a whole will be disappointed. Loose ends left untied, secrets left u… https://t.co/TOExtEvBAk"
## 
## [[8021]]
## [1] "crapcafe: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8022]]
## [1] "Cedrick44A: Fragola 229016-BL Pro-Flow Black Size (-16) 90° Hose Fitting 3Y3G9VR\n\nhttps://t.co/7ejbhNgOTm https://t.co/OmsWDakSyj"
## 
## [[8023]]
## [1] "clancycaster: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8024]]
## [1] "bl_ckb_rry: can we stop pretending like cerave does anything 4 ur skin lol"
## 
## [[8025]]
## [1] "jeIIith: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8026]]
## [1] "pazu_apologist: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[8027]]
## [1] "MNLGroup: RT @Killmoenetwork: REPORTS OF A JUMPER; 3900 Bl. Of Blaine St N.E: Rescue units along with Mpd are responding to a call with a person repo…"
## 
## [[8028]]
## [1] "BL_27_: @CraigBigby @AcropolisJr What coach did he have offensively who was able to put together a high powered offense tha… https://t.co/G5NeGcDnQI"
## 
## [[8029]]
## [1] "DheenaSekar007: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8030]]
## [1] "omowonuolawa: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[8031]]
## [1] "YourSoulPiercer: @GalileaBetsab1 @MeighanYou @lenaleechii well but nowadays silent girls know so much and have so much in their imag… https://t.co/dolho6WKNx"
## 
## [[8032]]
## [1] "aratinabottle: so i had to roll down my pants while the x cvt is still bl€€ding and now there's blood smeared all down my leg and in my pants :/"
## 
## [[8033]]
## [1] "rajesh_xdr: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8034]]
## [1] "aiki_bl: RT @GenGenRiot: Part 1 of Time Travel shenanigans 😭\n.\n#千ゲン #sengen https://t.co/JO56Ewd9Ym"
## 
## [[8035]]
## [1] "watereddownsalt: RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…"
## 
## [[8036]]
## [1] "EsakkiAadhvik: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8037]]
## [1] "Sumanjjkm: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8038]]
## [1] "Killmoenetwork: REPORTS OF A JUMPER; 3900 Bl. Of Blaine St N.E: Rescue units along with Mpd are responding to a call with a person… https://t.co/nIi3d0Zefd"
## 
## [[8039]]
## [1] "yuzurizm: The Most Favorite Thai BL Series 2022 &amp;#8211; Vote Now - https://t.co/HBSNPymLvm @TheTopFamous"
## 
## [[8040]]
## [1] "brolikebaron: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[8041]]
## [1] "eatermage: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[8042]]
## [1] "yuzurizm: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/alinbuJNH0 @TheTopFamous"
## 
## [[8043]]
## [1] "grooviestbutton: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[8044]]
## [1] "SugashVishnu: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8045]]
## [1] "ANU74701092: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8046]]
## [1] "Tamil65283970: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8047]]
## [1] "ThalaSJ: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8048]]
## [1] "Selva59350611: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8049]]
## [1] "Crypt_Sensation: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[8050]]
## [1] "en_xiyu: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[8051]]
## [1] "victorvinothsmg: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8052]]
## [1] "aiki_bl: RT @chuchugou: NSFW #原神 #Alhaitham \nThose look heavy king 🤲 https://t.co/aE93ACGJiM"
## 
## [[8053]]
## [1] "rajkingAK: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8054]]
## [1] "samecowin: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[8055]]
## [1] "Mohan66629479: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8056]]
## [1] "yashitamehta8: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[8057]]
## [1] "thehoneypop: * adds bunch of tissues to the cart * because @jimmyyjp_ @Sea_tawinan and @backaof already managed to make us tear… https://t.co/jEZ8l26f9g"
## 
## [[8058]]
## [1] "aiki_bl: RT @phaesporia__: only the moon knows. \n#cynonari \n\n____\nquick reminder: commissions r still open until dec 11 at https://t.co/HA4oLiAHxt!…"
## 
## [[8059]]
## [1] "1Duraipandi: RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8060]]
## [1] "FakeGamerGirl6: @FreckledGaymer @Miriosumi @ProfictionPuppy @skyemiko_ @mochii_minty Its not the first but it is pretty rare. I kno… https://t.co/OkpqTmr1Dm"
## 
## [[8061]]
## [1] "megz6344: @bbuff_filmy That sounded like a signing off speech to me. Hopefully he will not go away forever to PARINEETI, hope… https://t.co/2N5CzUBUnL"
## 
## [[8062]]
## [1] "AndreiMellas: @bl_artcult @illustrata_ai Give up if you want too! Trick - 💻"
## 
## [[8063]]
## [1] "aiki_bl: RT @CrimsonWaltz_: 'I can't believe I almost lost you'\n\n#cynonari https://t.co/TuLIbX41fu"
## 
## [[8064]]
## [1] "itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX"
## 
## [[8065]]
## [1] "6C_BL: We tweets: #6CFacts, #PickOne, #WhatIf, and many more! :3"
## 
## [[8066]]
## [1] "MonTue01: RT @FCutepie: Media coverages #609BedtimeStoryPremiere (15)\n👍🏻 &amp; RT\n\nWeTV Thailand\n🔗 https://t.co/CUe9n4IKf8\n🔗 https://t.co/I6QBkXqz90\n\nEMo…"
## 
## [[8067]]
## [1] "ih8ufr: RT @rewindbIossom: 127's Bangkok concert is gonna be a meet&amp;greet of bl actors"
## 
## [[8068]]
## [1] "BJamz20O3: @Lisaelizabeth Lisa calling Ye mentally ill because he’s bl*ck (IM KIDDING)"
## 
## [[8069]]
## [1] "FisayoGbolahan: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[8070]]
## [1] "pronporm88: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[8071]]
## [1] "bblb749730261: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[8072]]
## [1] "FakeGamerGirl6: @FreckledGaymer @Miriosumi @ProfictionPuppy @skyemiko_ @mochii_minty But this person who had a fit is the type who… https://t.co/wrXHJILS3S"
## 
## [[8073]]
## [1] "homenick4gzh: MoKasi Led Electronic Drum Pad Set - Electric Drum Set Roll Up Practice Mini Drum Machine Kit with Headphone Jack B… https://t.co/NoWxehUIRB"
## 
## [[8074]]
## [1] "jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a… https://t.co/gqTsNxgEpy"
## 
## [[8075]]
## [1] "leendarh2: “Troub in de fam! Ees what for?” He took an ancient bl     https://t.co/6BzALjUoKA"
## 
## [[8076]]
## [1] "DAgulhari: RT @cilkowa: 2 Moons: The Ambassador EP.8 | Full Series\n\nLink Here: https://t.co/xGILYyAthB\n\n#2MoonsTheAmbassadorEP8 #เดือนเกี้ยวเดือนthefi…"
## 
## [[8077]]
## [1] "Ammi_forBB: POLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t.co/nZ1CmJVsNN \n\n#BibleWichapas #bsumone… https://t.co/0ajZuAYOJB"
## 
## [[8078]]
## [1] "lowkeyalyn: RT @laedeke17_: G22 and vxon nandun din hoping to all ph bl fans there na support din sila &lt;333 let's support ppop hehehe."
## 
## [[8079]]
## [1] "theleftislying: @TianaTheFirst @TimothyDoescher And he’s a BL drinker. Love it. Mazel tov!"
## 
## [[8080]]
## [1] "CntStopGameStop: @unusual_whales That's bullshit.  Per Bl is full of shit"
## 
## [[8081]]
## [1] "LotannaRose: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[8082]]
## [1] "ltyningnings: RT @rewindbIossom: 127's Bangkok concert is gonna be a meet&amp;greet of bl actors"
## 
## [[8083]]
## [1] "Ecnomoda: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8084]]
## [1] "stanwithyams: imma say it, cutie pie is the most heterosexual bl I've encountered so far"
## 
## [[8085]]
## [1] "sangwooserror: @bubblegeommie Of course!!💕 As of right now, my top 5 bl manhwas are: \n1. Semantic Error\n2. No Moral\n3. Dangerous C… https://t.co/7CQBFXKuZX"
## 
## [[8086]]
## [1] "raz_meow: RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…"
## 
## [[8087]]
## [1] "yuzupomuu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8088]]
## [1] "MNLGroup: RT @Killmoenetwork: NON-CONTACT SHOOTING:UNIT Bl. Of Galveston St S.W: Mpd is on the scene of a shooting with approx a dozen shell casings…"
## 
## [[8089]]
## [1] "curiosita06: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8090]]
## [1] "ChetEdinger: @bl_ag_inc @steveconaway1 @BreenAcres We can apply between 1 and 2 transport loads of NH3 daily. Gotta have tanks."
## 
## [[8091]]
## [1] "munizrodolfo96: RT @archaeologyart: \"Cheers!\". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…"
## 
## [[8092]]
## [1] "l00natunes: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[8093]]
## [1] "BL_Dwyer: @curiousnewton @garyblack00 @elonmusk Gary is explaining why roughly 50% of advertisers have walked. That should tr… https://t.co/N0kBkxrmi2"
## 
## [[8094]]
## [1] "DCAbloob: RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…"
## 
## [[8095]]
## [1] "DCAbloob: RT @Killmoenetwork: NON-CONTACT SHOOTING:UNIT Bl. Of Galveston St S.W: Mpd is on the scene of a shooting with approx a dozen shell casings…"
## 
## [[8096]]
## [1] "Killmoenetwork: NON-CONTACT SHOOTING:UNIT Bl. Of Galveston St S.W: Mpd is on the scene of a shooting with approx a dozen shell casi… https://t.co/QUqERuTLBa"
## 
## [[8097]]
## [1] "Bl_artemis: Not my age, my name, my personality, not even my freaking EYE COLOR, just nothing. I don’t risks I’m too paranoid for that crap"
## 
## [[8098]]
## [1] "room_t3mp_IQ: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8099]]
## [1] "bl_ag_inc: @ChetEdinger @steveconaway1 @BreenAcres How much does it cost to get setup for NH3?  99% of guys are using urea aro… https://t.co/11rIlhK8FS"
## 
## [[8100]]
## [1] "tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i go… https://t.co/jzxiouSpaj"
## 
## [[8101]]
## [1] "DavidABoren28: @arielhelwani It is. But the story is with K.O and Jey Uso primarily. So after the BL turn on Zayn, he teams with K… https://t.co/0nW2599rjF"
## 
## [[8102]]
## [1] "succummu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8103]]
## [1] "terminalhearts: if i was an esper in the mob verse my special moves would be Fujo Fist and BL Body Slam"
## 
## [[8104]]
## [1] "bl_ristia: RT @GameSpot: Starship Troopers: Extermination, a new game based on the cult-classic 1997 sci-fi film, is officially coming in 2023! https:…"
## 
## [[8105]]
## [1] "Justinwilllia: @Skarrow9 been playing since d1 and imo this season is worse than CoO. I’d way rather play CoO or TTK dry spell tha… https://t.co/BliDNRQN4z"
## 
## [[8106]]
## [1] "jonesybfq: Salgro Tec USB Touchpad, Multi-Touch Wired Precision Trackpad for Windows 7 and Windows 10 Computer, Notebook, PC,… https://t.co/9qhiEH1G0i"
## 
## [[8107]]
## [1] "softwonwoolly: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8108]]
## [1] "Oma_Hamou: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[8109]]
## [1] "ZenYeLin1: RT @PLUT0R14: 3. there is currently a censorship crackdown in china right now, so companies that own hyx and many other bl dramas will have…"
## 
## [[8110]]
## [1] "_xlero: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[8111]]
## [1] "mrdonnellan: @RonFilipkowski @jp262 Nah.  Marge is so hot for Trump, she wouldn’t cross that line. Although there’s a new kid in… https://t.co/JGE8LxFiHA"
## 
## [[8112]]
## [1] "Honeybear011: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[8113]]
## [1] "arikanomi: RT @1hys12: #prsk_BL some random headcanons https://t.co/0Zh2EXwHCl"
## 
## [[8114]]
## [1] "Bl_artemis: This is exactly why I reveal NOTHING about myself….cause of this.. https://t.co/uaZbJrzJRd"
## 
## [[8115]]
## [1] "eelprince2: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[8116]]
## [1] "BL_Abba: @LadyJessMacBeth Beautiful grrrl!"
## 
## [[8117]]
## [1] "_knivess: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8118]]
## [1] "niltastic: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8119]]
## [1] "dejaynjd: RT @NarelleLyn: And this..wow!\nWe keep on hearing BL is to be blamed for our failing boys in literacy. But is that another story we are bei…"
## 
## [[8120]]
## [1] "itselementary85: @DrMPaff No doubt, and the jokes make good tweets, but #SoR twitter is taking it to an extreme..when ideally we’d b… https://t.co/SLFi9pu2E7"
## 
## [[8121]]
## [1] "WeAreBayBayKids: RT @jose3030: Jayson Tatum  35 PT  15-28 FG  1-1 FT  4-14 3P  3/0 RB  3 AS  1 BL  2 ST  0 TO  3 PF  29 MN   (10:13 4th, Hornets) https://t.…"
## 
## [[8122]]
## [1] "jamaisvis: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8123]]
## [1] "squisehyoon: RT @httpwhjs: blueming who can define popularity kdrama bl edit edits time machine #Blueming #BluemingEp11 https://t.co/nZ34tFYZQE"
## 
## [[8124]]
## [1] "CraigBigby: @BL_27_ @AcropolisJr We failed him?"
## 
## [[8125]]
## [1] "RealSpookyStuff: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8126]]
## [1] "JwjdjsSksk: I wanna try out this comic book style\n \n#Isekai #VirtualReality #BL\n\nhttps://t.co/6dpWCcQJKo https://t.co/4TkejS0xLO"
## 
## [[8127]]
## [1] "_x_ren_x_bl: @No_qb_BL 🌹✨𝓖𝓸𝓸𝓭  𝓶𝓸𝓻𝓷𝓲𝓷𝓰🌹✨"
## 
## [[8128]]
## [1] "BL_27_: RT @UW_MBB: Cross-town rivalry tonight\n\n📰 https://t.co/PdfKn64ouH\n\n#TougherTogether https://t.co/W1Q5BvMNVB"
## 
## [[8129]]
## [1] "BL_27_: RT @mikevorel: Michael Penix Jr. reiterated that he hasn't made a decision RE: the NFL Draft."
## 
## [[8130]]
## [1] "BL_27_: RT @JanaHatchett: I should post this 1000 times"
## 
## [[8131]]
## [1] "Ohh68516883: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[8132]]
## [1] "GAJUNGSS: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/Hgu0qJ5iJO @TheTopFamous"
## 
## [[8133]]
## [1] "BL_27_: RT @Chris_Fetters: Kalen DeBoer just said he believes there's a chance Michael Penix could return to @UW_Football next season. @Dawgman247"
## 
## [[8134]]
## [1] "Bl_artemis: @ThatMothLive I’m worried he will like call me out or something? I mean he hasn’t said anything weird, I checked hi… https://t.co/lqu6MVkRJn"
## 
## [[8135]]
## [1] "jose3030: Jayson Tatum  35 PT  15-28 FG  1-1 FT  4-14 3P  3/0 RB  3 AS  1 BL  2 ST  0 TO  3 PF  29 MN   (10:13 4th, Hornets) https://t.co/XTHZLdTORx"
## 
## [[8136]]
## [1] "PM_3B: RT @B_BongChelsea: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/stoMp4ohYT @TheTopFamous"
## 
## [[8137]]
## [1] "BL_27_: @CraigBigby @AcropolisJr 3rd HC at the same university which has been awful at having efficient offenses or go play… https://t.co/XTflt2pDxC"
## 
## [[8138]]
## [1] "HO__Bl: RT @introvertsmemes: Me choosing how I’m gonna waste my time next https://t.co/EyEh6udRJY"
## 
## [[8139]]
## [1] "Bl_artemis: @ThatMothLive I don’t know why he would….that’s really the first time that’s happened to me"
## 
## [[8140]]
## [1] "Rick27383540: @RBReich Twitter is an independent company owned by Elon Musk! ☝️😐\nWhatever he does with his platform is his own bu… https://t.co/cLzsroOz7V"
## 
## [[8141]]
## [1] "hyeonjuhui3: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8142]]
## [1] "gachaEllastic: RT @xion_1018: Dawn, Cloud, River\n\n#yaoi #bl #yaoimanhwa #yaoismut \n#blmanhwa https://t.co/YMjhss6byc"
## 
## [[8143]]
## [1] "maggotonline: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8144]]
## [1] "AltoGain: 15 Days of Web3 #Blockchain via https://t.co/MtVNo962PB https://t.co/fBQtdEYHpW"
## 
## [[8145]]
## [1] "bladebloodrave: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8146]]
## [1] "Based_Jedi: @BL_Abba Yep! It's definitely more art than anything."
## 
## [[8147]]
## [1] "waymond_wang: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8148]]
## [1] "Bl_artemis: I saw I don’t want to draw attention to it as I tweet about it….dummy"
## 
## [[8149]]
## [1] "ThatMothLive: @Bl_artemis It hasn't happened to me but I Hope he doesn't try to reach out to u again"
## 
## [[8150]]
## [1] "bl_ag_inc: @ChetEdinger @steveconaway1 @BreenAcres That’s a few gallons 😂 https://t.co/DCGBBomR0S"
## 
## [[8151]]
## [1] "IndSivakumar: @sundarmail Those with BL degree and black gowns are special category. No one can question them."
## 
## [[8152]]
## [1] "holysimpx: I remember when i first discovered nume this has been my wallpaper for months! And my coworker saw when I opened my… https://t.co/WSzxDGQXz3"
## 
## [[8153]]
## [1] "okon77qhih: PROTHANE 1-1303-BL 2 or 4 Door Front Black Bump Stop G3RG5LY\n\nhttps://t.co/7s3tyo5qSN"
## 
## [[8154]]
## [1] "Mirisecchi: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[8155]]
## [1] "JoeXu60: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8156]]
## [1] "Ky3gwBxQvTUtstt: RT @sususiaoo: People: you should stop watching BL\nMe: \n#LoveinTheAirSpecialEP https://t.co/WrHFpEOUsZ"
## 
## [[8157]]
## [1] "akiratoryo: Introducing a friend to BL and I certainly can’t have her reading rimming on the first attempt this is so difficult"
## 
## [[8158]]
## [1] "buffstax: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[8159]]
## [1] "yoonjisungfan: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8160]]
## [1] "Plume_Bl: RT @sahouraxo: US military bases spread across the globe 👇🏻\n\nThe US has 11 times more foreign military bases than the rest of the world com…"
## 
## [[8161]]
## [1] "__offduty: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8162]]
## [1] "Navjotk72940083: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8163]]
## [1] "Bl_artemis: Hey so this random middle age dude followed me, I already blocked him and all that but like he was like all politic… https://t.co/cwqWpuT1Mq"
## 
## [[8164]]
## [1] "leedrawsthings: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8165]]
## [1] "BL_27_: RT @mikevorel: UW QB Michael Penix Jr. is doing a zoom press conference with national media at 10:30 am PT. The Heisman promo campaign is u…"
## 
## [[8166]]
## [1] "ImMadMax_: parece bl https://t.co/87w9CZJyV5"
## 
## [[8167]]
## [1] "miserablepaint: RT @looolielooo: After a hard day of work, He's got the best pillow to sleep on!\n.\n.\n.\n#bl #narutouzumaki #sasukeuchiha #sasunaru #narusasu…"
## 
## [[8168]]
## [1] "CraigBigby: @BL_27_ @AcropolisJr He didn’t have the option to stay?"
## 
## [[8169]]
## [1] "bl_artcult: @NftSunage @illustrata_ai @joynxyz @amli_art I love this. Thank you Sun! 🙏"
## 
## [[8170]]
## [1] "Evangelionenjoy: @yashwantsaikish @ooArchy @SweetHouseMusi @DakpaTangtsang @bl__swan @WifexOfxAgony @Thought_Crimez @HANNYA_vlrt Why… https://t.co/EBz5kf8xZe"
## 
## [[8171]]
## [1] "Moira20358808: RT @ZeeNunew130976: 💪😍Let's support #ZeeNuNew  in the voting at TheTopFamous\n\n🤩Thai BL Series👉https://t.co/Kp1dvoSFZl\n\n🤩Thai BL Couple👉http…"
## 
## [[8172]]
## [1] "TrissyTrinity23: RT @OGTNAF: The BL series plot that won the project and will be produced by ONE channel.\n\nGenre: Period + Mystery\n\n“Mon Meng Mang” (Meng Ma…"
## 
## [[8173]]
## [1] "BL_27_: @CraigBigby @AcropolisJr It was his last year"
## 
## [[8174]]
## [1] "AWholeLottaLotl: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8175]]
## [1] "BL_Abba: @Based_Jedi I think that's how *art* is created"
## 
## [[8176]]
## [1] "GARAMTIMES: let me rewatch semantic error again.. no cuz this bl is soo cute 😊😊"
## 
## [[8177]]
## [1] "7DW9fgM7u890frU: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[8178]]
## [1] "jose3030: Marcus Smart has a CAREER HIGH 15 assists.\nThe 3rd quarter is not over yet.\n\nMarcus Smart  22 PT  8-11 FG  0-0 FT… https://t.co/AgD5PSoo8A"
## 
## [[8179]]
## [1] "Ivybluecutest: RT @apologyapo: PHENOMENAL. SENSUAL. ROMANCE TRAGEDY. HISTORICAL. ICONIC. BL MOVIE OF THE DECADE. ACADEMY. CANNES. MILEAPO. PERIOD.  \n\n#Mil…"
## 
## [[8180]]
## [1] "Manukacat: RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…"
## 
## [[8181]]
## [1] "Plume_Bl: RT @TCK33338888: @plantmoretreez @raam_beart These paid traitors of the Chinese people and provocateurs of the declining western empire des…"
## 
## [[8182]]
## [1] "BL_27_: @UWMoose @AcropolisJr I’ve been caught between both when a top HC goes to your hometown school and you have been un… https://t.co/DNg0wEo6lP"
## 
## [[8183]]
## [1] "Chrisland1405: RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…"
## 
## [[8184]]
## [1] "sailormild: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[8185]]
## [1] "sentosbottles: @MaruiTheBunny yes i knew rui was in it! i was surprised bc komiya rio also got announced to be in a BL so that’s a… https://t.co/CM5ypHNHfD"
## 
## [[8186]]
## [1] "ChetEdinger: @bl_ag_inc @steveconaway1 @BreenAcres For the 2022 season we went through enough to fill ~210,000 gallons of tanks."
## 
## [[8187]]
## [1] "jdwalker1912: @NinerBy @RickSilvio2 @rams_upX @BigLifeLie @49ersDepression @19problemz Follower lol. Is that why you post here, t… https://t.co/q2XY1lctso"
## 
## [[8188]]
## [1] "Lov__3hesseung: Omg My favorite BL series.\nA Tale of Thousands stars and \nTo Sir With Love. 😍 https://t.co/sXxIuCq15z"
## 
## [[8189]]
## [1] "KinoAlyse: RT @rocketgirlNFT: @KinoAlyse @delta_sauce @bl_artcult I shall be there with bells on"
## 
## [[8190]]
## [1] "TateBaggins: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8191]]
## [1] "mattdilfon: why is bl*ire white's channel still up and running"
## 
## [[8192]]
## [1] "punnoying: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8193]]
## [1] "InBlue_wind: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8194]]
## [1] "VContenting: FREE Template Download #freetemplates #infographictemplates #powerpointtemplates #powerpointinfographics… https://t.co/e2JRypEjUD"
## 
## [[8195]]
## [1] "Based_Jedi: @BL_Abba Hahahaha thanks, I'm just figuring it out as I go!"
## 
## [[8196]]
## [1] "Yuto_pjs_bl: RT @pokemonszn: croagunk was like “i guess i have to give you a pass this time brock because i understand” lmao https://t.co/su1BNywvNW"
## 
## [[8197]]
## [1] "AustinTammen: @bl_diesel @shayla_cj I have so many questions"
## 
## [[8198]]
## [1] "squisehyoon: RT @doyoqiu: to my star is actually on another level i don't tend to label it as just bl bcs for me it's something more, yeah of course it'…"
## 
## [[8199]]
## [1] "BL_Abba: @Based_Jedi It's just beautiful, and obviously you know what you're doing"
## 
## [[8200]]
## [1] "squisehyoon: RT @saebitboys: hyeonjun go get that bl bag bestie https://t.co/cBgv1u6hjp"
## 
## [[8201]]
## [1] "HelpNy4: RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…"
## 
## [[8202]]
## [1] "VnTweeter: RT @theyaoiarmy: Check out Conquest ⚔️ BL/Yaoi ⚔️ Visual Novel by The Yaoi Army on @Kickstarter https://t.co/NoV3sxCFGB"
## 
## [[8203]]
## [1] "tofufIower: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8204]]
## [1] "DAgulhari: RT @BL_Scenery: STREAM | #2moonstheambassadorEP8 tonight, every Monday at 10:30 PM GMT+7 on #AmarinTV34.\n\n🔹 Rerun at 11:30 PM GMT+7 on #WeT…"
## 
## [[8205]]
## [1] "JamisonChristi9: KIMO Cordless Leaf Blower, 2-in-1 Handheld Vacuum/Sweeper, 150 MPH, Variable Speed, w/2 0 Ah Li-ion Battery &amp; Charg… https://t.co/z8axOxnDKZ"
## 
## [[8206]]
## [1] "jinsonjaehanie: he was in a bl too? https://t.co/EeKcBvo8zG"
## 
## [[8207]]
## [1] "fritschxyx: Lightess Music Stand Light Rechargeable 14 LED Clip On Book Light Adjustable Piano Lamp Portable USB Desk Lamp, BL-… https://t.co/6bGuQkBlpm"
## 
## [[8208]]
## [1] "BL_27_: RT @HuskyFanPodBDTW: UW needs to make a short video of all of Penix best plays in high leverage moments, in addition to every deep bomb."
## 
## [[8209]]
## [1] "winduplynxie: today i found out that the bulk of nagabe's work (girl from the other side) is mostly furry bl and i'm so happy"
## 
## [[8210]]
## [1] "cgcornett: RT @theyaoiarmy: Check out Conquest ⚔️ BL/Yaoi ⚔️ Visual Novel by The Yaoi Army on @Kickstarter https://t.co/NoV3sxCFGB"
## 
## [[8211]]
## [1] "stanwithyams: wait new game, sending my friends bl intros and asking them to guess which character is my favorite"
## 
## [[8212]]
## [1] "Jennife37615018: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nEntry 1: surrender \nEntry 2: indignation https://t.co/pyOmkMh78P"
## 
## [[8213]]
## [1] "theyaoiarmy: Check out Conquest ⚔️ BL/Yaoi ⚔️ Visual Novel by The Yaoi Army on @Kickstarter https://t.co/NoV3sxCFGB"
## 
## [[8214]]
## [1] "bl_ag_inc: @ChetEdinger @steveconaway1 @BreenAcres How many gallons do you go through in a year?"
## 
## [[8215]]
## [1] "seungkryli: RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…"
## 
## [[8216]]
## [1] "BL_27_: RT @ETCTacoma: Kept the discount for #CyberMonday \nLast day for deals this year!!!! \nNew heat for the street Dec 10th https://t.co/S7jItxcc…"
## 
## [[8217]]
## [1] "Based_Jedi: @BL_Abba Windows on 4 of the 5 wall sections. Shelves above the windows. Cabinets below. But you'll be able to see… https://t.co/FGo61wrjDT"
## 
## [[8218]]
## [1] "yoonsweet_suga: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[8219]]
## [1] "uju26235407: RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…"
## 
## [[8220]]
## [1] "EllesRain_Kyoru: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8221]]
## [1] "guroipathetic: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8222]]
## [1] "dunwaIItower: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8223]]
## [1] "BucheenC: RT @BL_Scenery: UPDATE | \"Find true love to break the curse entangled in each other.\" A romantic reincarnation comedy that stars - Park You…"
## 
## [[8224]]
## [1] "femcatboi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8225]]
## [1] "hikanatsume: RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…"
## 
## [[8226]]
## [1] "itsCnotK: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8227]]
## [1] "FlyingNun12: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[8228]]
## [1] "nanaBBBlover: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[8229]]
## [1] "Resplendent_BL: RT @bbil1ypn: GM my #star1ight 🤍 #bbil1ypn https://t.co/SC7GO1gCXQ"
## 
## [[8230]]
## [1] "allyurluve: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[8231]]
## [1] "vacationdaddio: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8232]]
## [1] "Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent'… https://t.co/Up3OHdJLsE"
## 
## [[8233]]
## [1] "RABBITMEDlUM: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8234]]
## [1] "crishna_jofre: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[8235]]
## [1] "bylths: RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…"
## 
## [[8236]]
## [1] "t_hkoo: Amigues recomienden mangas o manwhas bl pfis 😭"
## 
## [[8237]]
## [1] "WagerTalkPicks: 🏀 Free College Basketball Pick loaded from Bryan Leonard on (817) Sam Houston St at (818) Nevada! @wagertalk https://t.co/eHcgbA234q"
## 
## [[8238]]
## [1] "Astwisa: RT @WellOblivion: @justinboldaji If you like this kind of stuff, I'd like to recommend checking out Peter Greenaway's films. The Draughsman…"
## 
## [[8239]]
## [1] "venice_vp: 1. #Together &amp; #StillTogether of #BrightWin.\nThis was my first bl series I watched &amp; this is where I became an offi… https://t.co/m0uiIHpvqC"
## 
## [[8240]]
## [1] "carterzyosv: BOSS Audio Systems BVCP9850W Wireless Apple CarPlay Android Auto Car Multimedia Player - 6 75 Inch Capacitive Touch… https://t.co/qU0ojTwR1b"
## 
## [[8241]]
## [1] "BL_lnsgs: RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS\n\n- RT &amp; Fill out form on https://t.co/wdkm0jRMAc (+proof) https://t.co/2LI9dNikGM"
## 
## [[8242]]
## [1] "BL_lnsgs: RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS 🏓🏸\n\n- RT this + BULLISH Comment on https://t.co/zZjDyqoMNG (+proof)\n\n#TechTrees $TTC #TechTrees…"
## 
## [[8243]]
## [1] "opheIiac: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8244]]
## [1] "tayluvzen: Whats with these bl actors being so damn fine https://t.co/g4hsOrvDSK"
## 
## [[8245]]
## [1] "taynewtaehin: started watching #ToSirWithLove today and I must say it's been a while since a thai BL series intrigued me. very la… https://t.co/YGWU3WMCy5"
## 
## [[8246]]
## [1] "Kee_fluh: RT @Cloudkourin: Maid x Butler Cafe!☕️\n\nHow did he end up in that\n\n#類彰 #prsk_BL https://t.co/cHTOOhOOrZ"
## 
## [[8247]]
## [1] "veigarrr: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8248]]
## [1] "utenthys: ok bl brain activated stigmata would make a rly good meliora &gt; melinia plot line LMAO"
## 
## [[8249]]
## [1] "BL_lnsgs: RT @KMJPromos: Giveaway $3 | 45.000 IDR ~ 4 hours🦋\n\n— RT &amp; Follow @promotinghost\n\ndraw with @sweenpi"
## 
## [[8250]]
## [1] "crystalchauvin: Today mom made me explain f*rries. Last week it was the word c*nt 🙈 Prayers for next week when she asks about bl*mp… https://t.co/D1AtJMCXz2"
## 
## [[8251]]
## [1] "plvpwaa: RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[8252]]
## [1] "Lov__3hesseung: agree #1 BL series ko for this year. https://t.co/1WAQnFeE4l"
## 
## [[8253]]
## [1] "ICHlMOKUREN: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8254]]
## [1] "BL_lnsgs: RT @bunniefied: $ | 43.500 IDR ~ ends fast 🚴🏼🏆\n\n- RT + rt/like @bunnydoescrypto 📌"
## 
## [[8255]]
## [1] "BL_lnsgs: RT @bunniefied: $5 GIVEAWAY ~ 60 MINS \n\n- RT like &amp; Follow @KMJPromos (🔔)"
## 
## [[8256]]
## [1] "BL_lnsgs: @bunniefied Done"
## 
## [[8257]]
## [1] "BL_lnsgs: RT @bunniefied: $5 GIVEAWAY ~ ends fast 🏅🎖️\n\n- RT + rt/like my pinned 📌"
## 
## [[8258]]
## [1] "Pphhh77351738: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[8259]]
## [1] "bisexualkokonoi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8260]]
## [1] "heiboe_bl: RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#예성 #YESUNG\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJU…"
## 
## [[8261]]
## [1] "orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT"
## 
## [[8262]]
## [1] "egoless1955: @businessline hey guys please upload ePaper on time &amp; not every alternate days! Today is 29 November &amp; your BL apps… https://t.co/f2gOzTnKtC"
## 
## [[8263]]
## [1] "rekt_prefrontal: Reminder:\nEven NEWTON wasted more time in his life studying ALCHEMY trying to somehow make magic gold than he spent… https://t.co/qZ3xCaP39h"
## 
## [[8264]]
## [1] "BL_Abba: @Based_Jedi Will there be cabinets covering that beautiful stonework or view?"
## 
## [[8265]]
## [1] "libbydango: RT @isuilde: i love how all but two people in the qrts guessed wrong and think this is from a BL movie. Like. I fucking wish it was an actu…"
## 
## [[8266]]
## [1] "MySexToyHub1: Check out this product G Slim Petite Satin Touch - Pink  \nby Blush Novelties starting at $14.95. \nShop now… https://t.co/3p1j62pKbt"
## 
## [[8267]]
## [1] "sorenkingsley: 2022 truly was the year of Problematic and Deranged Starting-Relationship-Premises to Cute-Ass BL Ships... I was #blessed!"
## 
## [[8268]]
## [1] "Fenix17267518: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8269]]
## [1] "heiboe_bl: RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#이특 #LEETEUK\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJ…"
## 
## [[8270]]
## [1] "venice_vp: Reviewing my past watched bl series that touched my heart and learned good lessons because of its beautiful storytelling."
## 
## [[8271]]
## [1] "godIymode: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[8272]]
## [1] "lili14267373: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[8273]]
## [1] "NatiCampos87: @BLLoversLink Yeah for sure. A lot of the issues they accuse BL of having can be found in many ways on western show… https://t.co/TwRH6ze6C1"
## 
## [[8274]]
## [1] "Ivynaravitt: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[8275]]
## [1] "annoyingfuccck: @Vminsslutt I get that, and its horrible. However pls understand that in a situation like this, it is not okay to s… https://t.co/4AULpfMNZ0"
## 
## [[8276]]
## [1] "fvlltimeidol: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8277]]
## [1] "ham_nnth: RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…"
## 
## [[8278]]
## [1] "occuItdeck: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8279]]
## [1] "in_vi_si_bl_ee: RT @ViswaCM1: GLOBE TROTTING ADVENTURE 🌍 🔥\n\nDirector @ssrajamouli garu About his next with Super Star @urstrulyMahesh 🦁\n\n#SSMB29 #GlobeTrot…"
## 
## [[8280]]
## [1] "heiboe_bl: RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#희철 #HEECHUL\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJ…"
## 
## [[8281]]
## [1] "coffman15: RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…"
## 
## [[8282]]
## [1] "BL_lnsgs: RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS\n\n- RT like &amp; Follow:\n\n@igotatrillion + @_JakeShaw_"
## 
## [[8283]]
## [1] "Qloading0: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[8284]]
## [1] "BL_lnsgs: @bunniefied @cometwtf Done"
## 
## [[8285]]
## [1] "BL_lnsgs: RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS 🧗🏻‍♂️🚵🏻‍♀️\n\n- RT + rt like &amp; comment something nice on @cometwtf 📌"
## 
## [[8286]]
## [1] "sjarmstrong143: ending this thread w THESE TWO MOMENTS! bc bad buddy really said fuck these old fashioned bl tropes 👏🏽… https://t.co/R6iJfXfqb8"
## 
## [[8287]]
## [1] "amantedel__bl: RT @FortPeatPHFC: 🎂[#fortFTS]\n\nMay your smile be bright just like the sun shine everyday. Happy birthday to our ball of sunshine Fort! 💙 @f…"
## 
## [[8288]]
## [1] "ZekesMagicJuice: I'm in the mood for a smutty BL\n\nPlease give me some recs"
## 
## [[8289]]
## [1] "BL_lnsgs: @bunniefied @alqsyy Done"
## 
## [[8290]]
## [1] "BL_lnsgs: RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS 🏵️🎗️\n\n- RT this + LIKE @alqsyy 📌"
## 
## [[8291]]
## [1] "n_tn1ch4: RT @OGTNAF: The BL series plot that won the project and will be produced by ONE channel.\n\nGenre: Period + Mystery\n\n“Mon Meng Mang” (Meng Ma…"
## 
## [[8292]]
## [1] "PositiveCanuck: @evil_leigh @LiaWardTX1 @iheart_nyatl @Guardia62593962 @ZTwenty9 She’s a beautiful white bl🙃🙃 princess 🤣🤣🤣🤣"
## 
## [[8293]]
## [1] "Te_amoJMOG: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[8294]]
## [1] "Miguelm_BL: RT @Amouranth: Who’s here? https://t.co/6H7y9wOADG"
## 
## [[8295]]
## [1] "Yeomfectious: RT @_19eightyONE_: Wait, what. \n\nActor Song Seunghyun is going to have a topless scene. In his BL debut. \n\nReally?? \n\nWell… he already went…"
## 
## [[8296]]
## [1] "BL_lnsgs: @bunniefied Done"
## 
## [[8297]]
## [1] "bl_4_eva: @inbetweenlove31 Awwww thankyou so much 😘"
## 
## [[8298]]
## [1] "NatiCampos87: @BLLoversLink Definetely! I think this relates to all the moral panic going around in countries like the US and UK… https://t.co/yyj2DrH0S1"
## 
## [[8299]]
## [1] "BL_Abba: @crankyuncle2 Words to live by! 👏👏👏👏👏"
## 
## [[8300]]
## [1] "kuku59390383: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8301]]
## [1] "BL_lnsgs: RT @bunniefied: $15 | 217.500 IDR ~ 120 MINS\n\n- RT like &amp; Follow @GoHumanNFT"
## 
## [[8302]]
## [1] "AmbroseSpellma8: @humanoids_09 Do you intend to release this story as some kind of BL manga in the future? :3"
## 
## [[8303]]
## [1] "FuturisticTone: \"My life time goal is to become a BL game protag??\" S-seriously I never said that! ......Though it wouldn't be too bad I guess #bot"
## 
## [[8304]]
## [1] "lcy11812118: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[8305]]
## [1] "nolifeweeb: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8306]]
## [1] "partiallystarss: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8307]]
## [1] "amugae23317637: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8308]]
## [1] "HanaHappy0312: RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…"
## 
## [[8309]]
## [1] "bitti3s: RT @RentaMangaStore: Asahi and Kei used to be inseparable, but that all changed when Asahi was diagnosed as an omega in high school and Kei…"
## 
## [[8310]]
## [1] "zansters: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8311]]
## [1] "atpciaI: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[8312]]
## [1] "usfsanti: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8313]]
## [1] "memymaymei: RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2"
## 
## [[8314]]
## [1] "tendoupls: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8315]]
## [1] "HannahC61259107: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[8316]]
## [1] "buckeye_8: RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…"
## 
## [[8317]]
## [1] "KPOPANIMEBL: bro i’m so behind on bl’s and i didn’t even watch the new gmmtv2023 tailers but i heard we were getting cherry magi… https://t.co/x712n7hAdv"
## 
## [[8318]]
## [1] "mu54602584: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8319]]
## [1] "Aoyagikawai0228: RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3"
## 
## [[8320]]
## [1] "loveyoutoo1113: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[8321]]
## [1] "srta_bl: RT @coeurdelanuit_: A sky full of stars and i'm still staring at you. https://t.co/yCVajZmhFM"
## 
## [[8322]]
## [1] "meowezra: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[8323]]
## [1] "blue_bl_lilac: RT @p81dance:  ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄\n                 New Video\n_____________🎬\n\n📞Check on YouTube!\nhttps://t.co/vl28XpDFuX\n\n💿少年隊 – The longest nigh…"
## 
## [[8324]]
## [1] "HoshKaushal: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[8325]]
## [1] "BL_lnsgs: RT @bunniefied: $20 | 290.000 IDR ~ 180 MINS\n\n- RT like &amp; Follow @ArcaneAvians \n- RT like &amp; Tag 3 friends on their 📌"
## 
## [[8326]]
## [1] "ThatNaamonGirl: Fk it im going to make Guinevere Gusion's makeshift older sister who is projecting her ahem, BL romance ideals to h… https://t.co/hGglqnP7U4"
## 
## [[8327]]
## [1] "wardaler: @woz789 @ActivePatriotUK Yet another bl**dy barber! How many barbers do we need?"
## 
## [[8328]]
## [1] "nhafizzuddin: @fadhilahinani Whats BL, baby leave?"
## 
## [[8329]]
## [1] "FugenSweets: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8330]]
## [1] "meetsharma704: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[8331]]
## [1] "MHuong7776won: RT @BL_Scenery: UPDATE | \"Find true love to break the curse entangled in each other.\" A romantic reincarnation comedy that stars - Park You…"
## 
## [[8332]]
## [1] "BL_lnsgs: @bunniefied @0xblessy Done"
## 
## [[8333]]
## [1] "Mohamma66896150: “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/3c8NTbtwtg"
## 
## [[8334]]
## [1] "Vaniaster: #anisd #bltwt #Anitwt \n\nHello, this is a new acc of me. He/him 26. \n\nBasically will only talk about BL/yaoi stuffs,… https://t.co/0y8d97ay90"
## 
## [[8335]]
## [1] "diosfangs: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8336]]
## [1] "hyeonjuhui3: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[8337]]
## [1] "713Books: RT @poddar_namrata: Such an honor to see #BorderLess among @WIRoBooks’s favorites for 2022! Here’s an excerpt from @AliceKSStephens’s revie…"
## 
## [[8338]]
## [1] "DWheelerEnt: RT @boyslatinbball: It is with profound sadness that the BL Basketball community mourns the passing of assistant coach Al Eford. Coach Al h…"
## 
## [[8339]]
## [1] "Mary00584187: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8340]]
## [1] "ApoNattawinVnfp: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[8341]]
## [1] "BL_lnsgs: RT @bunniefied: $30 | 435.000 IDR ~ 240 MINS\n\n- RT this + JOIN on @0xblessy 📌"
## 
## [[8342]]
## [1] "BL_lnsgs: @bunniefied @ridotto_io Done"
## 
## [[8343]]
## [1] "unbecomingbug: part of my lore is the fact that i yelled at my bf for 45 minutes the first night we met because he had a bl*ckhawks flag up in his dorm"
## 
## [[8344]]
## [1] "BL_lnsgs: @bunniefied @Pumpitupdigital Done"
## 
## [[8345]]
## [1] "BL_lnsgs: RT @bunniefied: $5 GIVEAWAY ~ 60 MINS 🎪🤹🏻‍♀️\n\n- RT like &amp; Follow @Pumpitupdigital + RT their 📌"
## 
## [[8346]]
## [1] "BL_lnsgs: @bunniefied @OfficialBailie Done"
## 
## [[8347]]
## [1] "PastelPeach_091: RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…"
## 
## [[8348]]
## [1] "BL_lnsgs: RT @bunniefied: $5 GIVEAWAY ~ 60 MINS\n\n- RT this + Comment on @OfficialBailie 📌"
## 
## [[8349]]
## [1] "tamberinegold: RT @taeyeonaes: I need Suho to act in a BL"
## 
## [[8350]]
## [1] "BL_lnsgs: RT @AshtonNFTs: 🎉NEW Giveaway🎉\n\nTime to enter Metaverse Country Club⛳️\n\nGiving Away #Whitelist Spots⏰\n\n1⃣❤️&amp; RT\n2⃣Tag 3 Friends\n3⃣Follow @M…"
## 
## [[8351]]
## [1] "BL_lnsgs: @bunniefied Done"
## 
## [[8352]]
## [1] "annihilashawn: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8353]]
## [1] "BL_lnsgs: @bunniefied Done"
## 
## [[8354]]
## [1] "BL_lnsgs: @bunniefied @lfgvazi Done"
## 
## [[8355]]
## [1] "BL_lnsgs: RT @bunniefied: $5 GIVEAWAY ~ 30 MINS\n\n- RT + rt like &amp; tag 3 friends on @lfgvazi 📌"
## 
## [[8356]]
## [1] "BL_lnsgs: RT @bunniefied: ⚽️⚽️Tomorrow's match prediction #FIFAWorldCup \n\nClaim Prize of 300g Real Golden Footballs, treadmills and more \n\n👉Click her…"
## 
## [[8357]]
## [1] "jeienb: @masodynamite but also apparently a couple of the entries had toku graduates in bl dramas which is both a low blow… https://t.co/xOnNe9jhud"
## 
## [[8358]]
## [1] "BL_Abba: @Based_Jedi Weird picture indeed. I recommend a bottle of scotch and a blanket while you stare at it for a few hours"
## 
## [[8359]]
## [1] "hidemetal5: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[8360]]
## [1] "MamaPluto: @aksnevv A MAN WHO DEFIES THE WORLD OF BL"
## 
## [[8361]]
## [1] "lalisalvr22: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[8362]]
## [1] "mythoughts_bl: RT @tumcialsatp: 254. shopee https://t.co/P4LBe6Hncl"
## 
## [[8363]]
## [1] "kumarss888: RT @sneha_143_sneha: Last night I had a great time with my bf\nHis friends are not their\nAfter a long time I get a chance to enjoy him freel…"
## 
## [[8364]]
## [1] "thedettabayo: RT @looolielooo: After a hard day of work, He's got the best pillow to sleep on!\n.\n.\n.\n#bl #narutouzumaki #sasukeuchiha #sasunaru #narusasu…"
## 
## [[8365]]
## [1] "Beau78P: KOLIGHT Pack of 5 Yards Natural Dyed Ostrich Feathers Trim Fringe 4~5inch for DIY Dress Sewing Crafts Costumes Deco… https://t.co/BZDeYhVhel"
## 
## [[8366]]
## [1] "loveincoIdblood: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8367]]
## [1] "asmnattawin: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[8368]]
## [1] "luvz_BL: RT @yuzuh27: Zee already said before that he find it scary that camera follows them all the time, imagine what they feel with fans always b…"
## 
## [[8369]]
## [1] "SristiGurung20: THE BEST AND MOST POPULAR THAI BL COUPLES 2022\n\nhttps://t.co/veTJJIDfGd"
## 
## [[8370]]
## [1] "bishinwoo: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[8371]]
## [1] "franeckizkdl: 50PCS Game BL; Yaoi Animation Personalized Graffiti Waterproof Sticker Notebook Refrigerator Skateboard Water Cup W… https://t.co/TnU4ckXweg"
## 
## [[8372]]
## [1] "tachimukai: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[8373]]
## [1] "yaoilynnx1: @yoongsmarq @worldofdrama01 It’s not that uncommon in the BL fandom too coz there’s always the element of imaginati… https://t.co/nLfZWIVnEG"
## 
## [[8374]]
## [1] "HninHninHtetHl1: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8375]]
## [1] "PistachioFellow: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8376]]
## [1] "ellafrank2010: ...more bl💙e...pretty blue... https://t.co/zDqSp4k4wk"
## 
## [[8377]]
## [1] "ShlomoBen1: @SamFisherisback @F_Desouche Brits like studying.\n\nhttps://t.co/8OVJVBXAQw"
## 
## [[8378]]
## [1] "Angelah65862091: RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…"
## 
## [[8379]]
## [1] "MNLGroup: RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…"
## 
## [[8380]]
## [1] "Crihx10: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8381]]
## [1] "wweLavonte: Is that a BL hat 🧢 👀 #WWERaw"
## 
## [[8382]]
## [1] "Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering fro… https://t.co/6mqXS2zolS"
## 
## [[8383]]
## [1] "PiscesPing: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[8384]]
## [1] "MileApo108: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[8385]]
## [1] "pacarkujihyo: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[8386]]
## [1] "Genie2112: RT @me_stll: his favor was stop seducing me AaAaAa!!! ...#BL #yaoi https://t.co/NdmkBxINEm"
## 
## [[8387]]
## [1] "bi_right12: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[8388]]
## [1] "naraghira: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8389]]
## [1] "reige_xx: When I'm not reading SPYxFamily, I'm reading Love and the Apocalypse!\n \n#BL #books #games\n\nhttps://t.co/BXDO3aGCTb https://t.co/3PK89CewO5"
## 
## [[8390]]
## [1] "AshtonR98233859: wanna sh so fucking bad but all my PROP BL@DEs are missing/too dull to cut. hate this."
## 
## [[8391]]
## [1] "okuulesbian: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8392]]
## [1] "AnaPaul87453634: RT @GernMorgen: my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only by seeing…"
## 
## [[8393]]
## [1] "spencergewi: ZEGNEER 2 Pcs 9 Slot Magazine Holder,Desktop File Sorter Organizer Triangle Bookshelf Decor Home Office,Photography… https://t.co/prhFDYZzyf"
## 
## [[8394]]
## [1] "vtuberLillian: I have read so much BL this week its crazy."
## 
## [[8395]]
## [1] "_arXiv_hep_ph: [2211.15337] I. Bierenbaum, https://t.co/c9W0kw8UUWümlein, A. De Freitas et al.: $O(α_s^2$) Polarized Heavy Flavor… https://t.co/ZmroierHJa"
## 
## [[8396]]
## [1] "zeebabygirl22: RT @ZeeNunew130976: 💪😍let's go vote in Netizens\n\n⚠️ You can vote in 2 ways:\n    🤩Application: Netizens\n    🤩Website👇\n\n🤩Actor👉https://t.co/Q…"
## 
## [[8397]]
## [1] "JazGmez87653189: RT @GernMorgen: my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only by seeing…"
## 
## [[8398]]
## [1] "crazy_newt: @TiaTruths Oh yeah, that.  I saw that, and have been rethinking some of my follows. \n\nFrustrating stuff.\n\nDidn't kn… https://t.co/FjOMGyv8oa"
## 
## [[8399]]
## [1] "Pekmez_art: Uhoh mr cop man whats gonna happen to him 🫣 #oc #bl #mlm https://t.co/rJie1Mz4yK"
## 
## [[8400]]
## [1] "apomileted: RT @GernMorgen: my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only by seeing…"
## 
## [[8401]]
## [1] "DoroPreis: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[8402]]
## [1] "MoxAprii: RT @GernMorgen: my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only by seeing…"
## 
## [[8403]]
## [1] "BL_Abba: @AquaBach3 @nytimes God bless men. They're not good at everything, but most of the things that matter to a civiliza… https://t.co/Fe3UPdDovM"
## 
## [[8404]]
## [1] "stevensbestie: @A_BL_Simp I can't any promises🤭"
## 
## [[8405]]
## [1] "ky0ungyn: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[8406]]
## [1] "VIGlLANTESHlT: @pinkstbz whats this bl"
## 
## [[8407]]
## [1] "GernMorgen: my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only b… https://t.co/yU251rAgf6"
## 
## [[8408]]
## [1] "jincionator2000: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8409]]
## [1] "kaworunag1sa: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8410]]
## [1] "ithotticus: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8411]]
## [1] "thecorgmeister: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[8412]]
## [1] "LimeAngel2: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8413]]
## [1] "strackevuj: AXEANTS Oversized Recliner Lever Extender Ergonomic Secure Fit for Recliner Handles Easy to Use Suitable for Most H… https://t.co/qSm4UKvHma"
## 
## [[8414]]
## [1] "HninHninHtetHl1: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[8415]]
## [1] "amasays: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8416]]
## [1] "slimeypeach: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8417]]
## [1] "bridalcarry: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8418]]
## [1] "whenuusleep: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8419]]
## [1] "KreshnaRahmat: RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…"
## 
## [[8420]]
## [1] "YuMeii91: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[8421]]
## [1] "Yuto_pjs_bl: RT @spcrashworks: OH FUCK, MY EGG!!\n#PokemonScarletViolet #pokemon #nintendoswitch https://t.co/hpX7apy5qH"
## 
## [[8422]]
## [1] "GarrieSun: @albanyvn No I just got other bl I've been eyeing AHAHA 🤡🤡 I managed to find it for a good price tho it was like ma… https://t.co/WfveteO9ho"
## 
## [[8423]]
## [1] "maIewifehawks: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8424]]
## [1] "kaoject: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8425]]
## [1] "JazuliMun: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[8426]]
## [1] "Raffie79: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[8427]]
## [1] "Ausburne__: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8428]]
## [1] "1427days: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[8429]]
## [1] "LaongthipKaewk1: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8430]]
## [1] "backtothesea2: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[8431]]
## [1] "jungkook_97j: RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…"
## 
## [[8432]]
## [1] "itselementary85: @DrMPaff The next sentence explains the benefits of a read aloud. I know rn is all about trouncing BL, but implicit… https://t.co/k4C6I9Tja8"
## 
## [[8433]]
## [1] "kav1948mary: @DamonPThomas @EminaMcLean This is the same when we look at results from BL.( Early Literacy in Australia) When it… https://t.co/zSmcL2Zgxu"
## 
## [[8434]]
## [1] "jutsuzuban: begging BL to have normal, acceptable age gaps"
## 
## [[8435]]
## [1] "raaturwit: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[8436]]
## [1] "Killmoenetwork: DOUBLE SHOOTING: IAO 1900 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering fro… https://t.co/xAd3DlhiNS"
## 
## [[8437]]
## [1] "slwiede66: RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…"
## 
## [[8438]]
## [1] "__ash_bee: I’m hitting the bl**t tonight chy"
## 
## [[8439]]
## [1] "MNLGroup: RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…"
## 
## [[8440]]
## [1] "voookster: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8441]]
## [1] "RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals w… https://t.co/Lj7ptlDEVa"
## 
## [[8442]]
## [1] "Merimeri233: Bl stuff that i keep:)"
## 
## [[8443]]
## [1] "Kanyana51: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8444]]
## [1] "ZOAH2000N: @vronicatheqoat Are you referring to non-BL webtoons? Cause I only read mature BL webtoons 😆\nHeaven Official's Bles… https://t.co/aiuDW6MsLC"
## 
## [[8445]]
## [1] "utenthys: all my fav bl i’m like 💕💖💗💓💖💘💞💞💕❤️🧡💛💚💙💜💓 over and then i look at hrkg (my 2nd fav series) and they make me want to PUKE"
## 
## [[8446]]
## [1] "hahn38uhj: Frscch Toddler Car Seat Neck Relief and Head Support, Pillow Support Head Band, Car Safety Seat Head Support Childr… https://t.co/CKZiX4wrH8"
## 
## [[8447]]
## [1] "sentosbottles: @MaruiTheBunny i am not who you tagged but it’s the BL with kihara rui!! :0\n\n(also it kinda surprised me when i saw… https://t.co/oY6qua5VXI"
## 
## [[8448]]
## [1] "bubblevanz_02: RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…"
## 
## [[8449]]
## [1] "bbsdoublep: No bl fandom will ever come as close to the monstrosity Kinnporsche twt is…"
## 
## [[8450]]
## [1] "HaYut4_: RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk"
## 
## [[8451]]
## [1] "RERhythme: someone know what anime is this?\nis a dog x bear yaoi anime...\n\n@sketchkun ur the bl master here yo https://t.co/PqVavV4qCH"
## 
## [[8452]]
## [1] "clownx_bl: RT @smolsungies: cat likes soft and fluffy things #minsung https://t.co/DhalDipZA7"
## 
## [[8453]]
## [1] "llllexxxxxxx: RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…"
## 
## [[8454]]
## [1] "rebbybevvy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8455]]
## [1] "clownx_bl: RT @hourlyeonbin: size difference 💔\nhttps://t.co/Aw9C6K0gca"
## 
## [[8456]]
## [1] "princessmabie: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8457]]
## [1] "clownx_bl: RT @hannahhbbahng: call me?? ☎️ https://t.co/v5V4lBKo4H"
## 
## [[8458]]
## [1] "Mohamma33359440: “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/gaEZiCWoXT"
## 
## [[8459]]
## [1] "clownx_bl: RT @archiveoflhs: OH MY GOD?!   #heeseung https://t.co/yzaVxPnx5L"
## 
## [[8460]]
## [1] "vonix_mc: may have made my lip bl;eed. like all over my hand"
## 
## [[8461]]
## [1] "twototooltoo: RT @BL_Scenery: UPDATE | \"Find true love to break the curse entangled in each other.\" A romantic reincarnation comedy that stars - Park You…"
## 
## [[8462]]
## [1] "clownx_bl: RT @jinniesarchives: \" love myself 🤟 \" https://t.co/YBB9ckz32W"
## 
## [[8463]]
## [1] "clownx_bl: RT @MemindyOfficial: Happy Birthday @fort_fts 🥰🥳\n\n#OurSmile22ndFortDay https://t.co/vnZcINkmu4"
## 
## [[8464]]
## [1] "bl_adit: @JnickMi how do you make the scenery?\nis it from blockbench?"
## 
## [[8465]]
## [1] "lanieverses: RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…"
## 
## [[8466]]
## [1] "GoblinTwelvism: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8467]]
## [1] "gea_russell: RT @BL_prints: And you can find digitised items on the main catalogue - at https://t.co/G0D3yuobTX enter search term, filter to Online and…"
## 
## [[8468]]
## [1] "wergami: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8469]]
## [1] "seccito__: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8470]]
## [1] "DunkIsArt: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[8471]]
## [1] "HVACandRefrige1: DAYTON 1WBU7 Fan Guard,48In Bl,Galv Steel,54 1/4In https://t.co/Xa3GZI60la eBay https://t.co/iIIlZVCCVn"
## 
## [[8472]]
## [1] "tayloralinee: @BUB_BL_ES cute!"
## 
## [[8473]]
## [1] "rainhadocambito: RT @Caroli_montcc: Acerte o ship BL pelos emojis — a thread"
## 
## [[8474]]
## [1] "CaserosVictoria: RT @headBONDmeLWJ: today’s unboxing 📦\n\n#tgcf novel korean version published by @B_lab_BL, hua cheng and xie lian box sets. each set comes w…"
## 
## [[8475]]
## [1] "CaserosVictoria: RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…"
## 
## [[8476]]
## [1] "shokupans: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8477]]
## [1] "TdGqhgwN1B1Xmdm: RT @DLIP_Records: 2022 LAST HOTTS\n\nRELEASE LONGSET LIVE\nSHEEF THE 3RD &amp; BLAHRMY\n\nD.L.i.P. LIVE\nDUSTY HUSKY\nRHYME BOYA\ncalimshot\nMSP\nFORTUNE…"
## 
## [[8478]]
## [1] "AsiaGou: RT @headBONDmeLWJ: today’s unboxing 📦\n\n#tgcf novel korean version published by @B_lab_BL, hua cheng and xie lian box sets. each set comes w…"
## 
## [[8479]]
## [1] "AsiaGou: RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…"
## 
## [[8480]]
## [1] "lachimolalart: RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…"
## 
## [[8481]]
## [1] "amli_art: @vicbardesign @illustrata_ai @joynxyz @bl_artcult Love all the tiny chaotic details"
## 
## [[8482]]
## [1] "Scarletfication: @xbyeol_ Korean bl dropping contents left and right😭"
## 
## [[8483]]
## [1] "luvz_BL: RT @xx_Gris: Q:You’ve covered many songs and have your own songs. Which song is your favorite?\n🐱:Favorite cover right?In fact I like many s…"
## 
## [[8484]]
## [1] "onyx_mybeloved: People think I'm weird when I say I like bl but man at least I'm more tame then some of y'all. I've seen so many pe… https://t.co/3yasvoJt1a"
## 
## [[8485]]
## [1] "tatirlima: RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…"
## 
## [[8486]]
## [1] "luvz_BL: RT @rkatepuka: This isn’t sth new ok? I remember it too well what happened here before. ‘The portrait closeness’ issue blahblahblah &amp; looks…"
## 
## [[8487]]
## [1] "homorla: absent from home.\n\nAs if the waves had been fullers, this craft was bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/VYhryW1oR9"
## 
## [[8488]]
## [1] "Ddoori2: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8489]]
## [1] "luvz_BL: RT @zeenewpics: #NuNew from frongmakeup ig https://t.co/NPXuWWffRp"
## 
## [[8490]]
## [1] "luvz_BL: RT @rkatepuka: 🤔🤔🤔🤔🤔\nI’m asking myself If I would ask for people help if I were in that situation too? I guess not cus I would have already…"
## 
## [[8491]]
## [1] "HO__Bl: RT @joonypear: the obscure camera angles are cracking me up like who could that be? definitely not his legally wedded husband kim namjoon h…"
## 
## [[8492]]
## [1] "luvz_BL: RT @xiaxia00701: WELLmagazine HD(1)\n🥰\n\n#NuNew #NanaNu https://t.co/WDIn3EuIbK"
## 
## [[8493]]
## [1] "MileApoonly1: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8494]]
## [1] "KrishLovesBTS: RT @Jiniya1204: In Hollywood today :) Also went to see Seokjin's hand printing on Hollywood Bl 😍 \n\n#TheAstronaut #JIN #방탄소년단진 @bts_twt http…"
## 
## [[8495]]
## [1] "MileApoonly1: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[8496]]
## [1] "amantedel__bl: @Noeul_lee6 @Vic_Alife @Bossckm_ @fort_fts @peatwasu Jsksk"
## 
## [[8497]]
## [1] "MzSeductiveT: RT @RealTimeNews10: ARMED CARJACKING: 3400 Bl. of 54th Ave. Bladensburg, MD. PGPD on scene investigating an armed carjacking with an indivi…"
## 
## [[8498]]
## [1] "hssluttt: @injaydreams hating bl@cks never hurt anyone https://t.co/gyI2VNBzER"
## 
## [[8499]]
## [1] "Goaway022: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8500]]
## [1] "Sam_The_Chicken: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8501]]
## [1] "sakurali01: Daily Reminder (nov 29) \n\nVote\n•APP\n•WEB \n\n⭐ACOTY\n🔗https://t.co/qIUvOfN5XD…\n⭐Thai Actor of the Year\n🔗… https://t.co/rCZORanRnb"
## 
## [[8502]]
## [1] "MzSeductiveT: RT @RealTimeNews10: ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carjacki…"
## 
## [[8503]]
## [1] "SLmkpa: ZELARMAN Garden Weeding Sickle/Hand Hoe, Gardening Cutting Grass Sickle, Japanese Sickle Style Hand Weeder Tool wit… https://t.co/jd2Ze4CNWq"
## 
## [[8504]]
## [1] "luvz_BL: RT @_hakutae: repeat with me: ZEE PRUK PANICH IS NOT SINGLE, ZEE PRUK PANICH HAS A BOYFRIEND. You're welcome."
## 
## [[8505]]
## [1] "HO__Bl: RT @zachsang: RM's Indigo is out on this Friday!! RM will join me live @onamp Friday at 8pm ET! we'll be hanging out and listening to every…"
## 
## [[8506]]
## [1] "Solanki65887483: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[8507]]
## [1] "besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗… https://t.co/3gN4pjNZ4q"
## 
## [[8508]]
## [1] "Caroyln84123896: “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/MoukGXuEHZ"
## 
## [[8509]]
## [1] "a_duece: RT @RealTimeNews10: ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carjacki…"
## 
## [[8510]]
## [1] "whatfireflies: @rinkouashelia Lia your secret plan to turn your entire chat into BL is working. Need more Ash in my life."
## 
## [[8511]]
## [1] "sportscardcoder: Justin Jefferson 2020 Panini Bl #sportscardsforsale #ad https://t.co/dWoZ0pfVqI"
## 
## [[8512]]
## [1] "PPHartigan: RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…"
## 
## [[8513]]
## [1] "star_daoxing: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8514]]
## [1] "super_mot_bl: RT @Iiliworld: so cute  💓https://t.co/4O4IKOcVwz"
## 
## [[8515]]
## [1] "blramaa: RT @peachywarut: Hii! Formally introducing myself : my nickname is june, 25, law student and bl addict since this year✌🏻 fell in love with…"
## 
## [[8516]]
## [1] "headBONDmeLWJ: RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…"
## 
## [[8517]]
## [1] "amantedel__bl: RT @MemindyOfficial: Happy Birthday @fort_fts 🥰🥳\n\n#OurSmile22ndFortDay https://t.co/vnZcINkmu4"
## 
## [[8518]]
## [1] "CHarsya23: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[8519]]
## [1] "JamesSm51617027: This manhwa is awesome! I can't get enough of it!\n \n#MitchMcConnell #mangaedit #BL\n\nhttps://t.co/G9FLwQU7WK https://t.co/uLbyM1UkVN"
## 
## [[8520]]
## [1] "headBONDmeLWJ: RT @headBONDmeLWJ: today’s unboxing 📦\n\n#tgcf novel korean version published by @B_lab_BL, hua cheng and xie lian box sets. each set comes w…"
## 
## [[8521]]
## [1] "yostllb: Butane Lighter Long Butane Torch Lighter Refillable Adjustable Jet Flame Lighter Windproof Lighter with Visual Fuel… https://t.co/QqOOeKZS6H"
## 
## [[8522]]
## [1] "sun_minka: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8523]]
## [1] "Apo11Mile: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8524]]
## [1] "paradisenhypen: @xbyeol_ @A_BL_Simp I thought the poor actors were unemployed lol"
## 
## [[8525]]
## [1] "slay_lina: Music Video is out for 609 Bedtime Story! The BL with the same name premieres Dec 1st on WeTV 🤩\n\nLink:… https://t.co/TaCll6ogGa"
## 
## [[8526]]
## [1] "peachlait: RT @mileapotrendwor: ⚠️💛Hello UNNAMED PLEASE VOTE MILEAPO⚠️💚\n1. best couple !!!!\nhttps://t.co/PRq9bKYBrj…\n\n2. actor of the year \nhttps://t.…"
## 
## [[8527]]
## [1] "kopeeelatt333: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8528]]
## [1] "beansxooo: @A_BL_Simp @paradisenhypen pretty much 😭😭 we were losing hope it was looking soo bleak but we made it!!"
## 
## [[8529]]
## [1] "funktagon: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8530]]
## [1] "AIIKAYU: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8531]]
## [1] "Duke_44_: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[8532]]
## [1] "kopeeelatt333: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[8533]]
## [1] "Shuiorz: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[8534]]
## [1] "slwiede66: RT @RealTimeNews10: ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carjacki…"
## 
## [[8535]]
## [1] "RealTimeNews10: ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carj… https://t.co/40LSsoZo1G"
## 
## [[8536]]
## [1] "vicmbitt: RT @britishlibrary: Questions at the ready for satirist Tom Walker, creator of famously exasperated reporter @JonathanPieNews. He's joined…"
## 
## [[8537]]
## [1] "anna61to: Prothane 6-1704-BL Black Front Upper Spring Isolator BEX69LT\n\nhttps://t.co/OoeWKeRFuM https://t.co/r7TLa1VUr7"
## 
## [[8538]]
## [1] "A_BL_Simp: @paradisenhypen @xbyeol_ Literally like I thought we were never getting it😭😭"
## 
## [[8539]]
## [1] "soulless4kmania: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8540]]
## [1] "mifairy_kawaii: RT @miakawai23: Endgame 💖💖💖\nSungDa true Love 🥰\nSunghyeon &amp; Daon \n\nThe End 🔚🫶\n\n#비밀사이 #secretrelationships #secretrelationship #Manhwa \n#Boys…"
## 
## [[8541]]
## [1] "Ass69Fetish: RT @Killmoenetwork: AROUND THE CORNER FROM PLANE CRASH.\n\nBURGLARY IN PROGRESS: 9100 Bl. Of RoundLeaf Way, Gaithersburg Md.: Police are resp…"
## 
## [[8542]]
## [1] "DRACVLE: @_Godspell is that a bl comic or what?"
## 
## [[8543]]
## [1] "Martha04Luna: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8544]]
## [1] "cassinrxqyo: storageLAB Underbed Storage Containers, Storage Bin for Clothes, Blankets, Shoes and Pillows, 2-Pack - 34 x 17 x 6… https://t.co/9Kork4IE4O"
## 
## [[8545]]
## [1] "maddy_butler24: RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…"
## 
## [[8546]]
## [1] "radiodotsydney: Now playing on https://t.co/W9cCONFKyI: \"Mother's Children Have a Hard Time\" by The Blind Boys of Alabama from 'God… https://t.co/fNjxphZNLc"
## 
## [[8547]]
## [1] "PikaChulita: @DANILALONDERS LMFAO omg no that's Yuki from Gravitation, it was my first BL 😭"
## 
## [[8548]]
## [1] "stanley_m21: RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…"
## 
## [[8549]]
## [1] "eunhye_mileapo: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8550]]
## [1] "Bl_artemis: Just a freaking monochrome candy cane (little hint of her color scheme) hugging a funny bunny"
## 
## [[8551]]
## [1] "the_lenana: BL is an abbreviation for \"banana len\""
## 
## [[8552]]
## [1] "tenmakasa: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8553]]
## [1] "MzSeductiveT: RT @RealTimeNews10: JUMP IN/STOLEN AUTO: Citgo Gas 6100 Bl. of Old Central Ave. Capitol Hts, MD. PGPD on scene investigating an incident wi…"
## 
## [[8554]]
## [1] "because94334355: RT @seriesblcom: Drama: Love In The Air Special Ep \n\n#LoveInTheAirSpecial #LoveInTheAirEpecialEp #LoveInTheAirSeriesSpecial #LoveInTheAirSe…"
## 
## [[8555]]
## [1] "PoAminE29: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8556]]
## [1] "MadamMangaBL: Sorry but I’m staring to really see especially in Thai BL’s their complacency when it comes to their production..af… https://t.co/SI9DZmapJx"
## 
## [[8557]]
## [1] "rajeshrajah1: @Business_Line_ hi why is the 28 nov issue still unavailable on the bl app?"
## 
## [[8558]]
## [1] "BL_Abba: @StroeJummer I hope Livingston has recovered from the flooding! Driving through tomorrow, will check it out"
## 
## [[8559]]
## [1] "amli_art: @bl_artcult Too true"
## 
## [[8560]]
## [1] "DorisStackhous1: @hermit_wanderer It was a great series. Tul and Max were one my first Thai BL couples I watched. They do have great… https://t.co/qBqqmydXgn"
## 
## [[8561]]
## [1] "chimmvi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8562]]
## [1] "masodynamite: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[8563]]
## [1] "itfollowed: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8564]]
## [1] "RealTimeNews10: JUMP IN/STOLEN AUTO: Citgo Gas 6100 Bl. of Old Central Ave. Capitol Hts, MD. PGPD on scene investigating an inciden… https://t.co/ehefdwR28V"
## 
## [[8565]]
## [1] "Angel4139_BL: RT @LISANATIONS_: LISA at Incheon Airport Departure for London 🇬🇧\n\n#NETIZENSREPORT #LISA for Asian Celebrity of the Year #ACOTY2022 @thenre…"
## 
## [[8566]]
## [1] "bl___ing: RT @Ximiandingshi: I demand this https://t.co/mQ70iQAp8q"
## 
## [[8567]]
## [1] "aleeconan: LOUDERRR just because they got ONE well known jp bl adaptation doesn't mean they can go around like this:/ https://t.co/poXI7RRblJ"
## 
## [[8568]]
## [1] "a_duece: RT @RealTimeNews10: ARMED CARJACKING: 3400 Bl. of 54th Ave. Bladensburg, MD. PGPD on scene investigating an armed carjacking with an indivi…"
## 
## [[8569]]
## [1] "Kaptenkrea: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[8570]]
## [1] "V13oy: @aksnevv I really like to my star (kdrama bl) especially the second season!!"
## 
## [[8571]]
## [1] "amber_apo: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8572]]
## [1] "bimies_sub_bee: RT @S4narchist: how come this looks like a bl character. It's probably called \"My boyfriend, the fuckboy idol\" and it's about shy fanboy/pr…"
## 
## [[8573]]
## [1] "yagooniel: RT @jodanspace: *bl ⚠️WARNING NSFW🔞\n🔥THE🔥HOTTEST🔥2nd🔥COUPLE🔥 https://t.co/zJThRgVS6C"
## 
## [[8574]]
## [1] "D0ubl3AA: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8575]]
## [1] "tuisankamol: RT @BLAsia_Africa: #Suvannasāma Jātaka scenes in a manuscript from #Thailand (EAP1123/6/2 https://t.co/iFGUcsTTan) dated 1888 with the stor…"
## 
## [[8576]]
## [1] "underzerotwitch: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8577]]
## [1] "PHlL0S0PHER: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8578]]
## [1] "Beenhakitty: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8579]]
## [1] "djchuckyg: What Is Barrister Ifeanyi Ejiofor Up To? Seer Bl@st$ Ejiofor. Calls For ... https://t.co/NtHA7Ks3sT via @YouTube"
## 
## [[8580]]
## [1] "Angel4139_BL: RT @Iiliworld: LISAAAA ✨✨\n\n#NETIZENSREPORT #LISA for Asian Celebrity of the Year #ACOTY2022 @thenreport https://t.co/NLuqNZ6m4x"
## 
## [[8581]]
## [1] "AZHarmonia: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[8582]]
## [1] "mynameis_Aommy: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8583]]
## [1] "huiiy_u: @aksnevv Have you watched semantic error yet? It's a super cute bl kdrama"
## 
## [[8584]]
## [1] "aidriele: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[8585]]
## [1] "Caroli_montcc: Acerte o ship BL pelos emojis — a thread"
## 
## [[8586]]
## [1] "supahboyslove: @JJAB91x just cuz there's more bl than asian ?  makes total sense actually (/s)"
## 
## [[8587]]
## [1] "NouriMamad: er after which I was called—and pulled a spray of the bl    https://t.co/zZwsxIKFIm"
## 
## [[8588]]
## [1] "CCockburn2: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[8589]]
## [1] "neinmuse: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8590]]
## [1] "_crookedtime_: @sideDEEffectss Yeah omg what is going on bl is rising from the ded back on the tl where did she come from 👀"
## 
## [[8591]]
## [1] "tuisankamol: RT @BLAsia_Africa: Learn about #Hinduism and Hindu deities in this #SacredTexts article: https://t.co/UKPjOdJekN (Image below: Add Or 25) h…"
## 
## [[8592]]
## [1] "jooniebyeol: I’m happy that we’ve gotten to a point where we’re assured of new BLs if we participate in this game. This is why s… https://t.co/aSYG05PhSz"
## 
## [[8593]]
## [1] "jooniebyeol: If you’re new you may not get how this helps to support the series and actors and how that means more BLs dramas in… https://t.co/ttbUKyLueX"
## 
## [[8594]]
## [1] "jooniebyeol: I don’t participate in trending # since I already did my time and had my fun with it when I was an ami (2018-2020 w… https://t.co/zzi26P76gc"
## 
## [[8595]]
## [1] "JustinaVicens: RT @itsshaqii: Hang on…Win is scared of scary movies?! 🥦🪢🏊🏼REACTION TO #BetweenUsEp4 #BetweenUsTheSeries UNCUT IS OUT NEOWW LINK HERE: http…"
## 
## [[8596]]
## [1] "1Guan1: RT @boylove_fangirl: Bj MD (Bj Alex) - MD (Myung-Dae) X Chanwoo\nJust...so cute a~😍☺️💙\n#boylove #bjmd #bl #manhwabl https://t.co/ubxIeJ8lIU"
## 
## [[8597]]
## [1] "levicaoftheseas: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8598]]
## [1] "Tebing_curam: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8599]]
## [1] "_crookedtime_: @milkiIino omg suddenly bl is resurfacing from the ded ty ty 🥹"
## 
## [[8600]]
## [1] "busujimass: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8601]]
## [1] "SinclineM: RT @looolielooo: After a hard day of work, He's got the best pillow to sleep on!\n.\n.\n.\n#bl #narutouzumaki #sasukeuchiha #sasunaru #narusasu…"
## 
## [[8602]]
## [1] "AKlKASAA: RT @shikarux_: I am now an #akikasa account muahaha #prsk_bl https://t.co/v2WlsrredG"
## 
## [[8603]]
## [1] "1meeindomtc: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8604]]
## [1] "onechace: RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…"
## 
## [[8605]]
## [1] "sideryuki: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8606]]
## [1] "grayslick: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[8607]]
## [1] "LarsGirl_5: Making me realise how many amazing Korean BL shows there are out there https://t.co/nyAP0b1wyX"
## 
## [[8608]]
## [1] "apoapla: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8609]]
## [1] "sinthsizer: RT @YamiK0I: My otps ❤️\n#司類 #しずあい #みずえな\n#ruikasa #shizuai #mizuena\n#prsk_FA #prsk_GL #prsk_BL https://t.co/ADG18BUNHA"
## 
## [[8610]]
## [1] "im_missladypink: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8611]]
## [1] "WhaleMarineCat: RT @paisky_comfortz: The most beautiful proposal in bl history.\n\n #LoveinTheAirSpecialEP #PrapaiSky #PrapaiSkyStory https://t.co/cKIueQFRSj"
## 
## [[8612]]
## [1] "dazaiwantdie: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8613]]
## [1] "AuwalJalo1: very cool and inviting6. There were soft, bluey-green bl     https://t.co/RTNBARETjO"
## 
## [[8614]]
## [1] "HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again… https://t.co/kFTgphzCLS"
## 
## [[8615]]
## [1] "RawGalleryNFT: RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…"
## 
## [[8616]]
## [1] "loveleelatee: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8617]]
## [1] "urljuicebox: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8618]]
## [1] "SourPeachPit: nobody is allowed to say bl by fujoshi is \"fetishizing\" because the bl that I, a whole gay man, draw is some of the… https://t.co/hS7FGkTNAA"
## 
## [[8619]]
## [1] "bl_artcult: @pneumaninesix @aguilar_ve @NabaeiNaghmeh @shahparism Thank you!! 🙏💀"
## 
## [[8620]]
## [1] "aksnevv: does anyone have any bl dramas to recommend 😳😳 i don’t care what language— just one that you really like"
## 
## [[8621]]
## [1] "A_BL_Simp: Pls don’t have incest or underage themes, pls pls pls 😭😭 https://t.co/CqpCUlfwzG"
## 
## [[8622]]
## [1] "RealTimeNews10: ARMED CARJACKING: 3400 Bl. of 54th Ave. Bladensburg, MD. PGPD on scene investigating an armed carjacking with an in… https://t.co/HoQwa68feH"
## 
## [[8623]]
## [1] "LaylaPizarro: RT @mantilla_angy: @illustrata_ai @joynxyz @amli_art @bl_artcult My piece \"Anger\" represents women reacting and protesting against injustic…"
## 
## [[8624]]
## [1] "nichoflm: you can use this bl•ck chain tool to bl•ck the user and everyone who follows them easily (if ever the user has a lo… https://t.co/CTmHzWS5ZA"
## 
## [[8625]]
## [1] "tuisankamol: RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…"
## 
## [[8626]]
## [1] "ranjanalaimayu2: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8627]]
## [1] "bl_ll7: All I hope is everything get better"
## 
## [[8628]]
## [1] "Mydestiny_83: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8629]]
## [1] "BL_Abba: Amazing how many of the designers involved in #BalenciagaGate and #FashionGate are Eastern European. They were chil… https://t.co/7YbpQlWUO1"
## 
## [[8630]]
## [1] "420LTY: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8631]]
## [1] "tatyjimenez751: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[8632]]
## [1] "bl_cuties: RT @ppsthetic: feel like i have to tweet this pic once in a while just to remind myself that pp really be putting hearts on bk ever since c…"
## 
## [[8633]]
## [1] "funsizedtoby: @dainty_k1tty do not use hydrogen peroxide. use ONLY water. the water should be lukewarm, too hot/too cold=more bl€… https://t.co/biT1QDWg1I"
## 
## [[8634]]
## [1] "Sefn1998: @410Athletics I can get you BL,  do you an email ?"
## 
## [[8635]]
## [1] "hickle41uidtk: BL Eyelash Extension Cream Remover Plus 10g, safest lash removal for sensitive eyes and natural eyelashes YLAQAUQ… https://t.co/3uQ2UWQ8jw"
## 
## [[8636]]
## [1] "MissDaisy112: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[8637]]
## [1] "sunflukey: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[8638]]
## [1] "satur_tinnasit: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8639]]
## [1] "B_BongChelsea: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/stoMp4ohYT @TheTopFamous"
## 
## [[8640]]
## [1] "sunflukey: RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…"
## 
## [[8641]]
## [1] "DianeNick24: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[8642]]
## [1] "Mistas3rdbullet: @PassStage6 @grunklestein I do like that it is easier to follow my manhuas and bl mangas on Insta. Not like Twitter… https://t.co/8mv8XVfd8J"
## 
## [[8643]]
## [1] "A_BL_Simp: We will be watching !! https://t.co/iHx4MG9YUu"
## 
## [[8644]]
## [1] "iAmNotABurger: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8645]]
## [1] "lostinthesaus: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8646]]
## [1] "ahgasesarah: So far, GMMTV, Gun, and Tor are all failing to convince me that Midnight Museum isn't actually an undercover BL😅\nCh… https://t.co/K5MXzbmiKA"
## 
## [[8647]]
## [1] "Ericajosefina3: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8648]]
## [1] "T_rista_n: Me after watching BL\n#Bl #BoysLove https://t.co/R8fed4RjNj"
## 
## [[8649]]
## [1] "SPOOONK3R: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8650]]
## [1] "Rachewnah: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8651]]
## [1] "money_and_biz_: [Bloomberg] What could be more innocent than a blank sheet of paper?\n\nChina’s Covid protesters are holding up bl https://t.co/LgnmiGcFb2"
## 
## [[8652]]
## [1] "DonoKuroko: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[8653]]
## [1] "YessYoon93: Dia 5\nBL que me hizo llorar\n10 Years That I Loved You the Most 🤧\n📌https://t.co/rorIf8iNGM https://t.co/JBP79N6LpM"
## 
## [[8654]]
## [1] "bbillkohm: you’ll always find her in a bl edit https://t.co/3xfkckEENf"
## 
## [[8655]]
## [1] "de3no22: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8656]]
## [1] "Climatic_Love: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8657]]
## [1] "A_BL_Simp: Omg I didn’t tweet this guys https://t.co/KLbpul11nT"
## 
## [[8658]]
## [1] "1998Milkmilk: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…"
## 
## [[8659]]
## [1] "soun_ariya: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8660]]
## [1] "jodohkazuha: RT @jodanspace: WARNING SPOILER , SNEAK PEEK *bl\n\nl don't care\nHow Iong it takes\nAs long as l'm with you\nl've got a smile on my face https:…"
## 
## [[8661]]
## [1] "ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑… https://t.co/0mwO1XFdEn"
## 
## [[8662]]
## [1] "Alittlepo02: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8663]]
## [1] "nuruhudasaleng1: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8664]]
## [1] "DianeNick24: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8665]]
## [1] "pndvior: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[8666]]
## [1] "poddar_namrata: Such an honor to see #BorderLess among @WIRoBooks’s favorites for 2022! Here’s an excerpt from @AliceKSStephens’s r… https://t.co/Ygj83zXpnC"
## 
## [[8667]]
## [1] "A_BL_Simp: He’s just like me😔😫 https://t.co/0WCkhaApcg"
## 
## [[8668]]
## [1] "Bl_artemis: The day I learn how to draw properly the first thing I will draw is my character hugging Nobe, and no one is going to stop me"
## 
## [[8669]]
## [1] "SamavarG: “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/uGnPODVYum"
## 
## [[8670]]
## [1] "Gpearly778: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8671]]
## [1] "ditzydeadlifts: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8672]]
## [1] "Tyr4_4: Ishhh best btullah cite ni..😭🥰 Saito soma really the king voice of bl story!!! Will listen the voice released with… https://t.co/uOfjxUB3w6"
## 
## [[8673]]
## [1] "mantecrl: Irregular Shape Glass Mosaics Pieces Stained Glass, Assorted Colors and Square Triangle Rectangle Shapes, 120 Piece… https://t.co/mq85CP4ecE"
## 
## [[8674]]
## [1] "ozymandiest: @Mistas3rdbullet That's cool, my wife plays BL visual novels like that.\nSome, like Dramatical Murder, get animated… https://t.co/1JWHwaLKwB"
## 
## [[8675]]
## [1] "byme_j: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8676]]
## [1] "CasualShoesMen1: Mens Western Leather Cowboy Boots Duke Heritage Round Toe by Silver Canyon Bl... https://t.co/MdNOXtczFZ eBay https://t.co/YRZf6peBFl"
## 
## [[8677]]
## [1] "NuNid_22: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8678]]
## [1] "AlexisuwuAlexis: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8679]]
## [1] "4rch_4ngel: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[8680]]
## [1] "RUAUAUA1: @vancedalism no bc I mentioned yaoi once and suddenly I'm blocked on tumblr (it's that time that I didn't know peop… https://t.co/Uu778S63V6"
## 
## [[8681]]
## [1] "teddyJaju: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[8682]]
## [1] "katy02san: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8683]]
## [1] "solassie: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[8684]]
## [1] "vick_BL: RT @vaidesmaiar: Oh My God 🗣 https://t.co/vUDDb9lDOx"
## 
## [[8685]]
## [1] "BL_Scenery: ✨ New images released of the first recording of Khun Yai and Jom from the series  #หอมกลิ่นความรัก… https://t.co/XQJcQUCCWP"
## 
## [[8686]]
## [1] "1998Milkmilk: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[8687]]
## [1] "aponattawinkr: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8688]]
## [1] "jooniebyeol: Others I’m like ‘let’s give it time’ since they need to get used to the genre tropes, drama and general culture. Th… https://t.co/s9Wkho4JOD"
## 
## [[8689]]
## [1] "jooniebyeol: 2022 is a good demarcation year for fans of bl dramas. \n\nFans who joined the ‘fandom’ this year have some interesti… https://t.co/Q8V05zqtrQ"
## 
## [[8690]]
## [1] "lethia_bl: @_Mxllaine Future psychiatrist check"
## 
## [[8691]]
## [1] "supernova_100: HELP IVE BEEN INFECTED BY YAOI DISEASE WHENEVER I DRAW IT LOOKS LIKE SMTH FROM A BL WRITTEN BY A MIDDLE AGED WOMEN… https://t.co/0Isn7qJAz3"
## 
## [[8692]]
## [1] "FARKnnDB: RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L"
## 
## [[8693]]
## [1] "MariReactsYT: Mari's reaction to #TheEclipseSeriesEP1 \n\n#TheEclipse #FirstKhao #NeoLouis #reaction #youtube #react #bl… https://t.co/a75TVG7Y0H"
## 
## [[8694]]
## [1] "concajulian: @AamAnusorn When I travel to Thailand I will give you a hug @AamAnusorn absolute perfectionism. @aamxfamily  As the… https://t.co/WqnLye5RiY"
## 
## [[8695]]
## [1] "Anurag4Bharat: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[8696]]
## [1] "blacksunnyycat: RT @saebitboys: hyeonjun go get that bl bag bestie https://t.co/cBgv1u6hjp"
## 
## [[8697]]
## [1] "UniMatrixZ0: @bl_artcult @HODLFrance @DionMedici @IrrecusableNFT Snoop Dogg has started to use it … looks like stable diffusion… https://t.co/n4rvcaWVx5"
## 
## [[8698]]
## [1] "crisalvessh: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[8699]]
## [1] "rvinpeaxe: RT @saebitboys: hyeonjun go get that bl bag bestie https://t.co/cBgv1u6hjp"
## 
## [[8700]]
## [1] "ApoNattawinBO: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8701]]
## [1] "superhwanq: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8702]]
## [1] "liberationiskey: @DeborahLynnDiaz @curioslight Here is a book n the subject! https://t.co/qcUfWZ4OPk"
## 
## [[8703]]
## [1] "zenosAnalytic: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[8704]]
## [1] "promostking: Cotton Waffle Crew Socks\n#fashion\nAffiliate Link\nhttps://t.co/BjVz6CnmCo"
## 
## [[8705]]
## [1] "jellyyheart: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[8706]]
## [1] "megasheanster: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8707]]
## [1] "KATE_MSU: Combatting the Challenges of Whole Group Lessons with Blended Learning #eduKATE\nhttps://t.co/sxKcXBfDgX"
## 
## [[8708]]
## [1] "Bl_artemis: @dylan3253 @pluless Which channel is the real question…."
## 
## [[8709]]
## [1] "EastDistrictAB: RT @BuckeyeLocalAD: Final for varsity girls basketball 🏀 from Harrison Central. \n\nHC 69\nBL 56"
## 
## [[8710]]
## [1] "ChopuchaiNews: ANNOUNCEMENT!\n\nThe BL series #CafeinLove will premiere in February 2023.\n\nStared by Na Napian and Third Nithikan, i… https://t.co/O3SwC2jknP"
## 
## [[8711]]
## [1] "viky173: RT @p52136074: @old_xian Many years has passed and now his aggressive enemies tension are turning into tender “Love Gaze” 🥰🥰🥰 Im so deeply…"
## 
## [[8712]]
## [1] "ahgasesarah: Hello, friends. I've been MIA for almost a week but it's time to return and talk about ALL THE THINGS THAT HAPPENED… https://t.co/1OkUY3Tg7t"
## 
## [[8713]]
## [1] "nattvwin: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8714]]
## [1] "sunizus: this is like that one ex-friend that cut me off when i was still closeted and called me a “filthy woman” for asking… https://t.co/UQyWcHUg2Q"
## 
## [[8715]]
## [1] "tarsusingkirk: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8716]]
## [1] "hoonnieboonie: RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq"
## 
## [[8717]]
## [1] "Omikunxxx: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8718]]
## [1] "pink_tofu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8719]]
## [1] "wilderman75kaba: [Geforce RTX 3060] 2022 HP Pavilion Gaming Desktop PC, 32GB RAM, 1TB SSD+2TB HDD, Intel i5-10400F, Wired Mouse &amp; Ke… https://t.co/Bt3IzOrqds"
## 
## [[8720]]
## [1] "amamozarte: Who just owns all this BL https://t.co/FqFPWMLjRH"
## 
## [[8721]]
## [1] "Gabi_likes_bl: RT @BLUPDATE2022: It's coming... https://t.co/19vzEUhv3n"
## 
## [[8722]]
## [1] "niwattanevol: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8723]]
## [1] "qpcrehgii_: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8724]]
## [1] "ExportKit: 401 blackout bug This #PSD file will demo the Black Out bug in #Photoshop. This bug will cause bl https://t.co/gPKdyJMjfD #ExportThatKit"
## 
## [[8725]]
## [1] "artnikaa: RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…"
## 
## [[8726]]
## [1] "bl_rryz: RT @katelynbelova: I think Ms. Weems was in love with Morticia https://t.co/XA86rqiVWX"
## 
## [[8727]]
## [1] "SP4CEP4RASITE: !f !t has t0 c0me t0 such ! W!LL d!e f0r my s!bl!ngs."
## 
## [[8728]]
## [1] "pneumaninesix: @bl_artcult @aguilar_ve @NabaeiNaghmeh @shahparism Congratulations on the spread!"
## 
## [[8729]]
## [1] "CrazyBGArtist: @illustrata_ai @joynxyz @amli_art @bl_artcult \"Run faster, we will be late for the concert!\" https://t.co/RETl7qSCb9"
## 
## [[8730]]
## [1] "MoxAprii: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8731]]
## [1] "BL_Scenery: UPDATE | \"Find true love to break the curse entangled in each other.\" A romantic reincarnation comedy that stars -… https://t.co/Vn3HPgcf6G"
## 
## [[8732]]
## [1] "xiangyangliyu12: From 28/nov/2022 live broadcaste \n\n#xiangyangliyu #gaycouple #bl https://t.co/lLzCw811Xt"
## 
## [[8733]]
## [1] "shimyulki: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[8734]]
## [1] "Pyramid_BC08: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8735]]
## [1] "mantilla_angy: RT @mariinksarts: @illustrata_ai @joynxyz @amli_art @bl_artcult Screaming Eyes\nThis Art is inspired by the fight and resistance of women fr…"
## 
## [[8736]]
## [1] "mantilla_angy: @illustrata_ai @joynxyz @amli_art @bl_artcult My piece \"Anger\" represents women reacting and protesting against inj… https://t.co/Js9y9GX0oY"
## 
## [[8737]]
## [1] "SoRaeGeeks: RT @futekiya: 📆 𝗡𝗲𝘄 𝗿𝗲𝗹𝗲𝗮𝘀𝗲𝘀 𝘁𝗵𝗶𝘀 𝘄𝗲𝗲𝗸 📆\n\n📌 Nov 28\nA Break from Japan, Vol. 12 by Senko Tohmiya (@ichiraci)\n\n📌 Nov 30\nHopelessly Devoted, V…"
## 
## [[8738]]
## [1] "apocolleaguesH: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8739]]
## [1] "danitta_push: RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…"
## 
## [[8740]]
## [1] "JeezyBean62: WL RIGHT WAY @partal_io @Lamb12pa @ching791994 @JOHNNYFVR1717 @BL_OODY @EsbergerLee @gatagalewolf @gaotianmei1… https://t.co/UHgKfvYWPK"
## 
## [[8741]]
## [1] "SptnkSweetTart: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8742]]
## [1] "fullsuncit_: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[8743]]
## [1] "FEMOIDFURRY: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8744]]
## [1] "LeeSauce: BL platts definitely get you where you need to go. https://t.co/ViDY91qjyq"
## 
## [[8745]]
## [1] "loveless6699: RT @mero_se1: The new early access chapter 88  has been updated on Tapas and Patreon! \nWill Cyrus agree to the marriage proposal?\nThank you…"
## 
## [[8746]]
## [1] "1998Milkmilk: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8747]]
## [1] "sinthsizer: RT @hanmdin: 「affection」#類司 #prsk_BL https://t.co/M7USPb3RT9"
## 
## [[8748]]
## [1] "140293_: What gives them the right to make fun of others and make them feel miserable? If bl*nks want to see something ugly… https://t.co/Zq3Bro03d9"
## 
## [[8749]]
## [1] "sinthsizer: RT @juicelooped: black and white lily #ruikasa #類司 #prsk_FA #prsk_BL https://t.co/kQBRKmqupw"
## 
## [[8750]]
## [1] "shopaurahouse: butters update!!! he’s doing wonderful! i’ve made enough sales to get his next month of medicine for his long term… https://t.co/ELEjAKZhoh"
## 
## [[8751]]
## [1] "Morph_VGart: RT @delta_sauce: @Morph_VGart @alulasit @bl_artcult @WorldNfts Collected this piece by @isayev_art today! Really happy to have it in my col…"
## 
## [[8752]]
## [1] "HM_Minjee: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8753]]
## [1] "bl_diesel: @AustinTammen @shayla_cj I don’t think I’ll ever be the same."
## 
## [[8754]]
## [1] "bl_rryz: RT @thinkingofjenna: are you guys seeing what im seeing as well 🤨 https://t.co/fW0ynrcSe7"
## 
## [[8755]]
## [1] "LepikInfo: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[8756]]
## [1] "SunShin33060668: Hahaha stop looking 👀🏓😅\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정 \n#RoommatesofPoongduck304 #kimjiwoong #yoonseobin #BL\n#돌맨스 #BL드라마… https://t.co/Rufnf27AmD"
## 
## [[8757]]
## [1] "alialsaede22: their way. The whales had irregularly settled bodily\ndown into the bl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/O8XO6PkA6A"
## 
## [[8758]]
## [1] "hanjisungteefs: @rotwiq bl*nks scare me... u gotta LOVE humiliation to post this then come for piwon😭😭"
## 
## [[8759]]
## [1] "ricehoarder: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8760]]
## [1] "ViVi_RvI: \"Revenge of the Heiress in Distress\" is an absolutely perfect comic! It's living rent free in my head!\n \n#bl… https://t.co/KIqPkZbcMu"
## 
## [[8761]]
## [1] "milky020621: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8762]]
## [1] "isabella73j: Monarch Rain Chains Aluminum Gutter Adaptor Black Powder Coated 12028 Brass Bolt for Rain Chain Installation Alumi,… https://t.co/qJ4V3kqnxN"
## 
## [[8763]]
## [1] "KittyliciousBD: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[8764]]
## [1] "PinellasCo911: Alert: MOTOR VEHICLE COLLISION @ GRAND AV/GANDY BL N Tac: G Sent: R33 36FD"
## 
## [[8765]]
## [1] "BuckeyeLocalAD: Final for varsity girls basketball 🏀 from Harrison Central. \n\nHC 69\nBL 56"
## 
## [[8766]]
## [1] "rvinpeaxe: RT @doyoqiu: to my star is actually on another level i don't tend to label it as just bl bcs for me it's something more, yeah of course it'…"
## 
## [[8767]]
## [1] "Orcapolca: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[8768]]
## [1] "sinthsizer: RT @ruikasatruther: The rooftop freak couple at it again #類司 #prsk_FA #prsk_BL https://t.co/Y5txHxAwwS"
## 
## [[8769]]
## [1] "Maxypadz_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8770]]
## [1] "drik51632352: RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…"
## 
## [[8771]]
## [1] "N09072022: RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…"
## 
## [[8772]]
## [1] "_Officialvermin: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8773]]
## [1] "royalrajput082: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[8774]]
## [1] "d1msvm: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[8775]]
## [1] "sinthsizer: RT @acyllnion: Kissing fishes 🎈🌟\n#類司 #prsk_BL https://t.co/ewrVsV3r7u"
## 
## [[8776]]
## [1] "AlmostYeti: @illustrata_ai @joynxyz @amli_art @bl_artcult A human rollercoaster, spring loaded, high into the   low lonely Lost… https://t.co/5sfCCaQQLE"
## 
## [[8777]]
## [1] "Michael51524367: RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…"
## 
## [[8778]]
## [1] "delhi_sukha: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[8779]]
## [1] "ratboybingo: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8780]]
## [1] "ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top… https://t.co/EqU1c3eXO5"
## 
## [[8781]]
## [1] "mauviemusings: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8782]]
## [1] "Yaoivor3: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8783]]
## [1] "dilaaaavni: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8784]]
## [1] "sluncebear: RT @6480Y: i dont know how controversial this take will be but i truly hope that day goes fully blind in last twilight or it's left ambiguo…"
## 
## [[8785]]
## [1] "hierophantpink: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8786]]
## [1] "bnrlibrarian: toh bellowing “that’s my wife!!!” about the big boyfriend physically wrapped around his body is maybe one of the gr… https://t.co/xSgZeJeWNg"
## 
## [[8787]]
## [1] "twinkophrenia: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8788]]
## [1] "tang_satang1: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8789]]
## [1] "410Athletics: @Sefn1998 No, but @SoccerSpartans does a great job posting their awards.\n\nI want to get our first ALL-410 Soccer Te… https://t.co/thSbqlovoP"
## 
## [[8790]]
## [1] "yakseoks: not only exo but cn bl casts, she's my girl fr https://t.co/IxLznTMjW5 https://t.co/UUOyHzmPBK"
## 
## [[8791]]
## [1] "netsrpism: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[8792]]
## [1] "growthrev: RT @pemi_em: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @deeperflows @yeg1zart Congrats to you both! 🖤\n\n“Take h…"
## 
## [[8793]]
## [1] "keidoodles: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8794]]
## [1] "plamonora_l: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8795]]
## [1] "PunamGhale2: \"Losing Weight for My Highness\" is an absolutely perfect comic! It's living rent free in my head!\n \n#the #mystery… https://t.co/PGld9MUdqo"
## 
## [[8796]]
## [1] "bl_rryz: RT @elmaxmybeloved: BITCH WE TWINNIN https://t.co/CeUHOT7zED"
## 
## [[8797]]
## [1] "upekshaupeksha: BL world new national anthem 😂\nStasy's brother BL song\n\nhttps://t.co/83tHZKau5J https://t.co/wqJKAzapYy"
## 
## [[8798]]
## [1] "NyaBoyd1996: A shelf dedicated to my collection of BL and mlm manga,manhwa and novels. https://t.co/ENiWCQKBDQ"
## 
## [[8799]]
## [1] "poeticrosesun: RT @cocoval11: #MorkDay\nI love you, I love you, I love you ... I loved you dangerously!~\n\n#morkdayedit #lasttwilight #bl #jimmysea #jimmyji…"
## 
## [[8800]]
## [1] "CdrRainbow: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8801]]
## [1] "DianeNick24: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[8802]]
## [1] "TweetByIndian: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[8803]]
## [1] "MathewHeon: Just favorited \"Planet Perfecto 625 ft. Paul Oakenfold - Perfecto Bl…\" by Paul Oakenfold on Mixcloud https://t.co/S0OhD851ye"
## 
## [[8804]]
## [1] "wannabae3: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[8805]]
## [1] "inbetweenlove31: To my dearest @bl_4_eva Happy birthday babe. Wishing you all the best in life, stay awesome and fabs 🤍🌞🌻😘😘😘 https://t.co/vqxIB0hSrt"
## 
## [[8806]]
## [1] "ClyBriana: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8807]]
## [1] "barcinej: @sammysammauy #sammysammauy her reaction 🤣🤣 harder so natural this couple needs more onscreen tooo\n@B_Suphadach Pru… https://t.co/GwvlFJYfFd"
## 
## [[8808]]
## [1] "MileApoROmWat: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[8809]]
## [1] "vamp_nonsense: i can’t believe i gotta say this but as a gay man i literally do not care about fujoshis like i cannot bring myself… https://t.co/mlw1bu1ZtU"
## 
## [[8810]]
## [1] "bY6er7zorQjFbR3: “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/8eCVoGFK2V"
## 
## [[8811]]
## [1] "angelic_koz: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8812]]
## [1] "brocolli33: Voting on the app is so easy, while I wait to vote again, I just click the bottom link to vote in web and voted aga… https://t.co/dlDZPFwAyw"
## 
## [[8813]]
## [1] "jooniebyeol: I’m sure the next country I may love their BLs is Japan. Once they stop playing it safe and adapt more longer serie… https://t.co/6JFQEf30Nf"
## 
## [[8814]]
## [1] "jooniebyeol: After I’m done watching a Thai bl I rarely feel like I need more since a series uses the time they have to either m… https://t.co/JmBiNPJvnb"
## 
## [[8815]]
## [1] "Chrisland1405: @illustrata_ai @joynxyz @amli_art @bl_artcult Brace yourself is inspired on the FIFA World Cup games.\nThe games jus… https://t.co/K5RphtzIS9"
## 
## [[8816]]
## [1] "jooniebyeol: I’m never going to understand people talking about quality over quantity when it comes to bl dramas. It’s only this… https://t.co/8cRQzKcufm"
## 
## [[8817]]
## [1] "BJDelConte: I hope this is not just wishful thinking by the West. Then again, I worked for BL so I kinda tilt towards believing… https://t.co/2giW82ag7T"
## 
## [[8818]]
## [1] "lorenjae1234: They finally kissed!!!😭😭 #Boss #Mafia #Confession #byyourside #bl #blmanhwa #blrecommendations #yaoi #yaoimanhwa… https://t.co/9cU4zvfKKM"
## 
## [[8819]]
## [1] "Mikaelarose0402: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8820]]
## [1] "time4this: RT @RealTimeNews10: STUDENT ARRESTED W/GUN AT SCHOOL: Frederick Douglass High 9000 Bl. of Croom Rd. Upper Malboro, MD. PGPD responded this…"
## 
## [[8821]]
## [1] "DianeNick24: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8822]]
## [1] "bl_artcult: @Beauti_F00L @Morph_VGart @alulasit @delta_sauce @WorldNfts @RedruMxNFT @poetlesstrodden @C4RDlNAL @Ekadasha11 Than… https://t.co/u0pTyt8YBH"
## 
## [[8823]]
## [1] "hopejie9197: @PapayaPanic Is it BL??? May I know who's the leads??"
## 
## [[8824]]
## [1] "SpiderInStckngs: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8825]]
## [1] "berugakjelas: @aelumicanon Yaoi/BL industry: Am I joke to you"
## 
## [[8826]]
## [1] "DianeNick24: RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…"
## 
## [[8827]]
## [1] "badingxbakla: BL Ranking \n th"
## 
## [[8828]]
## [1] "Nimadarvish1701: “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/3da2IBUMUt"
## 
## [[8829]]
## [1] "r1_vyr: reading bl (Black Lesbians)"
## 
## [[8830]]
## [1] "passionfruit304: @rozaygott1 I’m hostile cuz I’m bl.. nvm"
## 
## [[8831]]
## [1] "namjoonjetaime: now WTF is killing stalking on a bl manhwa recommendations website……."
## 
## [[8832]]
## [1] "Creampeachs1: RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…"
## 
## [[8833]]
## [1] "jeaniebass3555: 2001 works but I worried and one warrior tribe wise presidential stats general agent Mrs roots bl line first Lady g… https://t.co/qA8xCqwbPN"
## 
## [[8834]]
## [1] "_clowncereal: i need to turn off bl*ckboard notifications because whenever they upload stuff for a new class i get told and it’s… https://t.co/PjvDzgQYby"
## 
## [[8835]]
## [1] "lethia_bl: Leading to unexpected happiness."
## 
## [[8836]]
## [1] "Chrisland1405: @illustrata_ai @joynxyz @amli_art @bl_artcult Bouquet catcher\n\nIt was a childhood dream, to one day get married, we… https://t.co/aD3gqLyAjK"
## 
## [[8837]]
## [1] "shortdog67: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[8838]]
## [1] "lethia_bl: Leading to an unusual world."
## 
## [[8839]]
## [1] "AmmarShehu7: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[8840]]
## [1] "bl_tefy: RT @Fortfts_Trend: @Minnie_elf6 Start 08.30 A.M. ⏰🇹🇭\nHashtag #OurSmile22ndFortDay\n\nCr. FortFTS OFC\n\n#FortFTS #ComeFortZon"
## 
## [[8841]]
## [1] "monadospeed: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8842]]
## [1] "GernMorgen: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8843]]
## [1] "Hayes_BL: https://t.co/uOqL0U4eOw #jo More Democrats at work which is really just the biggest bunch of political hypocrites k… https://t.co/qWyizBaCQq"
## 
## [[8844]]
## [1] "DolapoAyomide15: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[8845]]
## [1] "WagerTalk: 🏀 The ACC/Big Ten Challenge kicks off tonight and in one matchup #Northwestern will welcome #Pitt to Evanston for a… https://t.co/cNJaLfWbJE"
## 
## [[8846]]
## [1] "QueenPhena: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[8847]]
## [1] "jeaniebass3555: 3 and men bath soap kiwi skin and all  presidential stats Mrs roots bl line first Lady general agent Kong fu mixed… https://t.co/RThdMJD5vZ"
## 
## [[8848]]
## [1] "nsfw__BL: RT @vivileannie: @allkpop LOOL and where is their evidence? Literally all people who worked with Chuu say how amazing she is. No one spoke…"
## 
## [[8849]]
## [1] "marureviere: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8850]]
## [1] "RmW2L3R45YceZyz: RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2"
## 
## [[8851]]
## [1] "nsfw__BL: RT @awakensmeraldo: @allkpop Shouldnt the accusers be the ones to provode evidence to support their claims?"
## 
## [[8852]]
## [1] "psychederia: FAIRY TALE BL!!! https://t.co/DIG74nAB0K"
## 
## [[8853]]
## [1] "Nanasu96: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8854]]
## [1] "bl_comics_plaza: I've been completely addicted to ONEPIECE and Facing Off Against the Scumbag Top\n \n#JianYi #Blender3d… https://t.co/t3gjtbaIy4"
## 
## [[8855]]
## [1] "psychederia: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[8856]]
## [1] "nftnftnftart: RT @pemi_em: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @deeperflows @yeg1zart Congrats to you both! 🖤\n\n“Take h…"
## 
## [[8857]]
## [1] "S_Oberle: @NateJoseph19 @IILearning Sounds like a metaphor for BL"
## 
## [[8858]]
## [1] "yukari_2006_BL: RT @beminesuperstar: They are coming . . 👀👀\n\n#BeMineSuperStar\n#พี่พระเอกกับเด็กหมาในกอง https://t.co/msY1tXercf"
## 
## [[8859]]
## [1] "nakamhto: RT @jaljayo123: @nakamhto srry, I've never heard of that bl"
## 
## [[8860]]
## [1] "jaljayo123: @nakamhto srry, I've never heard of that bl"
## 
## [[8861]]
## [1] "yohannesdo: RT @kuromorisuzu: i'm also kind of obsessed with people qrting certain shots and being like 'this doesnt have random shit in the background…"
## 
## [[8862]]
## [1] "Albertyeh: RT @RealTimeNews10: SNATCH &amp; GRAB OF LOTION: Giant 1000 Bl. of Fairlawn Ave. Laurel, MD. Laurel PD on scene investigating a theft in the st…"
## 
## [[8863]]
## [1] "danny_where: RT @ijclark: Can’t think why Blair would say criticism of Qatar is going over the top 🤔 https://t.co/36ciXi5YMH"
## 
## [[8864]]
## [1] "lethia_bl: Trying new different things."
## 
## [[8865]]
## [1] "WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L"
## 
## [[8866]]
## [1] "lethia_bl: You released my other self"
## 
## [[8867]]
## [1] "tatyjimenez751: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8868]]
## [1] "BL_Richhh: I love when ppl are rude because omg, no way, my turn 🤣🤭"
## 
## [[8869]]
## [1] "Rafa_Praet: When I'm not reading SPYxFamily, I'm reading Kiss the Abyss!\n \n#Comics #comics #comic #blcomics #BLcomic #BL… https://t.co/VXzXLyGjPo"
## 
## [[8870]]
## [1] "apoclassics: RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…"
## 
## [[8871]]
## [1] "boymiku_: RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3"
## 
## [[8872]]
## [1] "SverigeMetal: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[8873]]
## [1] "Midori_Hound: RT @Wikiwolffstudio: HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD \n20…"
## 
## [[8874]]
## [1] "goodarmvsbadarm: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8875]]
## [1] "Beauti_F00L: @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this piece from @RedruMxNFT !! Thank you ser! https://t.co/zSEdmWPU1X"
## 
## [[8876]]
## [1] "Mavairohax: @PanthersCulture if BL was bad Tom would have ousted him already. Tampa's problems all stem from Brady bein nearly… https://t.co/kMogeOtqnU"
## 
## [[8877]]
## [1] "HowToRandom2: @midknightmoodz @bl__bts_ Lets tag one by one a shampoo brand.\n\n@HeadandShoulder"
## 
## [[8878]]
## [1] "tridentnare: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[8879]]
## [1] "cailycombs: @MAGICALGAYMERS so it'll mostly be n*ws channels and BS mommy time story channels and canadian music; which if they… https://t.co/VTwqe9vpmE"
## 
## [[8880]]
## [1] "zvampiricz: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8881]]
## [1] "Shaneen_Arries7: @Puik_B my ass so deep into bl that i was about to ask what drama this is."
## 
## [[8882]]
## [1] "RoxyBear4385: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[8883]]
## [1] "DhimaanHarpreet: I can't wait to see what happens next! Click the link below and join my struggle!\n \n#MERCH #bl #historieta… https://t.co/afuYUKwhma"
## 
## [[8884]]
## [1] "pemi_em: RT @deeperflows: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space @Morph_V…"
## 
## [[8885]]
## [1] "lethia_bl: But why did I like it?"
## 
## [[8886]]
## [1] "pemi_em: RT @delta_sauce: @Morph_VGart @alulasit @bl_artcult @WorldNfts Collected this piece by @isayev_art today! Really happy to have it in my col…"
## 
## [[8887]]
## [1] "pemi_em: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @deeperflows @yeg1zart Congrats to you both!… https://t.co/sWRLgOaeNg"
## 
## [[8888]]
## [1] "CH3NGQING: Got “bl and yaoi enthusiast” and “no hate!! haters will be blocked” and “put age in bio” too"
## 
## [[8889]]
## [1] "abracitofor_hwa: i may have started watching another bl- im scared what if i cry again, i just finished one earlier and i cried i dont wanna cry again fts."
## 
## [[8890]]
## [1] "TadpoleTundra: WEE'll havE err'bl👀dY sAYinG, \"chEEze\"📸🧐\nhttps://t.co/qqiDIbjX25\n\nIve gAt🔫 WON🏆 W*ER*D fur yUH, \"COLON'HEIR-E caNs(… https://t.co/gXwK6hGtcF"
## 
## [[8891]]
## [1] "lethia_bl: You gave no signs of a warning"
## 
## [[8892]]
## [1] "SoRaeGeeks: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[8893]]
## [1] "Gig1933: RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…"
## 
## [[8894]]
## [1] "bl_comics_plaza: This manhwa is awesome! I can't get enough of it!\n \n#loutofcountsfamily #OC #GlobalExamination… https://t.co/dqWGd97L9G"
## 
## [[8895]]
## [1] "akazi2k: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8896]]
## [1] "lethia_bl: You confused my life."
## 
## [[8897]]
## [1] "minchangff: strangers from hell, mi bl favorito https://t.co/BG7nuGmy0d"
## 
## [[8898]]
## [1] "active4tae: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8899]]
## [1] "deeperflows: RT @deeperflows: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space @Morph_V…"
## 
## [[8900]]
## [1] "dia_videowl: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8901]]
## [1] "rvinpeaxe: @A_BL_Simp SCREAMING 😭😭"
## 
## [[8902]]
## [1] "NateJoseph19: @S_Oberle @IILearning I think the issue for some is that repeated reading is often used in BL to help avoid phonics… https://t.co/7mu2uPIEhJ"
## 
## [[8903]]
## [1] "rvinpeaxe: @A_BL_Simp hopefully its good"
## 
## [[8904]]
## [1] "albxrich: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8905]]
## [1] "okay_katie_okay: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[8906]]
## [1] "bl_u_e_7_: ·͜· ☀︎𝐺𝑜𝑜𝑑 𝑚𝑜𝑟𝑛𝑖𝑛𝑔︎ \n\n#コフレ #河本バラ園 #バラ https://t.co/fWYqZKI7Ke"
## 
## [[8907]]
## [1] "Lemonaid_art: RT @deeperflows: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space @Morph_V…"
## 
## [[8908]]
## [1] "jyushikobot: It Has Been 4 Weeks And No One Has Seen Choroko. We Think She Is Buried Under BL Manga In Her Room Please Help"
## 
## [[8909]]
## [1] "arneylynsale: “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/mz02emUsW2"
## 
## [[8910]]
## [1] "lethia_bl: You came unexpected"
## 
## [[8911]]
## [1] "palomapng: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8912]]
## [1] "A_BL_Simp: Oh she’s taking it https://t.co/iHx4MG9YUu https://t.co/snG7YC2iVa"
## 
## [[8913]]
## [1] "magnetixa: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8914]]
## [1] "deeperflows: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space… https://t.co/0TrnTAuqO1"
## 
## [[8915]]
## [1] "jooniebyeol: Seeing Thai bl history being rewritten in real time is so funny to me. This is how I know I’ve been watching them f… https://t.co/y7J5aBmcpu"
## 
## [[8916]]
## [1] "LAMASVlRAL: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8917]]
## [1] "A_BL_Simp: @xbyeol_ I’m so exited Omg😫😫🫶"
## 
## [[8918]]
## [1] "Its_Havok_: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[8919]]
## [1] "tamamizune: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8920]]
## [1] "gundoIl: se viene el bloty (bl of the year) https://t.co/N9rUhnxarP"
## 
## [[8921]]
## [1] "CrownsTik: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[8922]]
## [1] "mzBullet: @Hendrixx_bl_ack She's a G"
## 
## [[8923]]
## [1] "fatinbyunhaha: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8924]]
## [1] "alulasit: @Morph_VGart @delta_sauce @bl_artcult @WorldNfts Big thanks ser !🙏"
## 
## [[8925]]
## [1] "A_BL_Simp: @rvinpeaxe No fr"
## 
## [[8926]]
## [1] "Lietolee: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[8927]]
## [1] "Yo_its_SinO: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[8928]]
## [1] "CDramaConvert: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8929]]
## [1] "delta_sauce: @isayev_art @Morph_VGart @alulasit @bl_artcult @WorldNfts @pemi_em @deeperflows @yeg1zart Welcome friend!"
## 
## [[8930]]
## [1] "_tabetaisu: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[8931]]
## [1] "cattawin_lover: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8932]]
## [1] "sk8terb76846167: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8933]]
## [1] "isayev_art: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @pemi_em @deeperflows @yeg1zart woah!!! Thank you ⚡️"
## 
## [[8934]]
## [1] "Mistas3rdbullet: @ozymandiest for us to check out , like Dr. stone. Of course Studio Ghibli. My mangas are almost all BL though.😂"
## 
## [[8935]]
## [1] "SP4CEP4RASITE: ! l0ve my s!bl!ngs !!!!"
## 
## [[8936]]
## [1] "ppipoluv: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[8937]]
## [1] "alulasit: RT @Morph_VGart: Monday Night Showcase time!\n\nTonight, share a piece you collected and shoutout that artist.\n\nTag 3 friends/collectors :)…"
## 
## [[8938]]
## [1] "beomyzzn: RT @unicorn1007x: Babiis, please stream the trailer if you’re available right now.we’re left far behind other bl series. let’s raise our vi…"
## 
## [[8939]]
## [1] "HazelynnRose: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8940]]
## [1] "MAYOlWORLD: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8941]]
## [1] "A_BL_Simp: Once again, bringing this to the tl cuz I can https://t.co/gatFq6XMo3 https://t.co/S9Ufl9WPFQ"
## 
## [[8942]]
## [1] "glaubritto: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[8943]]
## [1] "WOelectricity: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[8944]]
## [1] "susu_xue: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8945]]
## [1] "delta_sauce: @Morph_VGart @alulasit @bl_artcult @WorldNfts Collected this piece by @isayev_art today! Really happy to have it in… https://t.co/oLwnO2Pzkp"
## 
## [[8946]]
## [1] "syereen232: @ichigoaiscream lmao yes I rmmbr those days when qrt is even considered \"rude\". True that both group hv come so far… https://t.co/pKVTGRU386"
## 
## [[8947]]
## [1] "OneEyeBruised_: me when i see bl*nks on my tl https://t.co/kneuZjPodt"
## 
## [[8948]]
## [1] "eamonsbunny: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8949]]
## [1] "eelprince2: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[8950]]
## [1] "myungfvs: I’m planning to just make this account a RT acc for BL?? sayang naman kasi pag i-deactivate ko ☹️"
## 
## [[8951]]
## [1] "moose_is_BL: Lady carded me and look like “no way he’s 21” 😂😂 I guess"
## 
## [[8952]]
## [1] "manghobie: RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…"
## 
## [[8953]]
## [1] "rvinpeaxe: @A_BL_Simp WE WAITED SO LONG!"
## 
## [[8954]]
## [1] "crispyankles: i let my 3 year old nephew use my spotify ONCE and now bl*ppi is one of my top artists,,, Despicable https://t.co/3JTxTZimsC"
## 
## [[8955]]
## [1] "toraofagar: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8956]]
## [1] "k_tetsurouu: insulting jaechan for acting in a bl, leaving homophobic remarks then proceed to beg other fandoms to collab them a… https://t.co/DItb5xJCEv"
## 
## [[8957]]
## [1] "walkingravens: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8958]]
## [1] "A_ndre_a_91: RT @_crookedtime_: ✨NEW FIC✨ bl (backwards love)\n- 1/1 complete, 44k words\n- m!nsvng💕\n- rated E 🔥\n⬇️⬇️⬇️ https://t.co/Yq1WPRvQXK https://t.…"
## 
## [[8959]]
## [1] "jursit: RT @ABSCBNNews: Thai actors Tay Tawan, New Thitipoom return with 'Cherry Magic' series remake https://t.co/EEPauFQhvJ"
## 
## [[8960]]
## [1] "ApoNattawinBO: RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…"
## 
## [[8961]]
## [1] "bangpinkneozen: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8962]]
## [1] "A_BL_Simp: Omg we won!!!!! https://t.co/mwXKff3Gtu https://t.co/R9sEtfSA2k"
## 
## [[8963]]
## [1] "hydroforbeidou: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8964]]
## [1] "Aroche_Dayana: RT @brightnanon: no bc i genuinely love that ohmnanon is doing a bbs special ep instead of a new bl bc patpran are so special and perfect t…"
## 
## [[8965]]
## [1] "wyvernbones: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8966]]
## [1] "SeemaRampersad: RT @SLAhq: MLA is pleased to announce that Terri Givens will give the 2023 John P. McGoven Lecture at MLA | SLA ’23 in Detroit, Michigan.…"
## 
## [[8967]]
## [1] "KITAICHl: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8968]]
## [1] "PinellasCo911: Alert: FIRE ALARM @ 2981 GULF TO BAY BL Tac: B Sent: E48 49FD"
## 
## [[8969]]
## [1] "MarianTheMaiden: @NeedlessToSay Oh, I was joking. I didn't care except I couldn't annoy her anymore. Mary is a MAGA who is out for F… https://t.co/8UgOFhHqWY"
## 
## [[8970]]
## [1] "Dalton_Woolwine: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[8971]]
## [1] "rvinpeaxe: RT @kdrama_scene1: Upcoming BL drama #TheDirectorWhoBuysMeDinner starring #ParkYoungWoon and #ParkJungWoo releases main poster and confirms…"
## 
## [[8972]]
## [1] "Merc_Wolfmoor: RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…"
## 
## [[8973]]
## [1] "hanasal69461441: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8974]]
## [1] "mimi3043: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8975]]
## [1] "thatoneshortfr1: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8976]]
## [1] "TheReelJohnnyG: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[8977]]
## [1] "1wanningonly: na they accused us consuming sh0t4c0n contents na wala namang proof...but joowon stans are wise- we twisted the sit… https://t.co/n7fTTPlFp3"
## 
## [[8978]]
## [1] "imthomasbray: @PanthersCulture I think we would know if BL was the problem. Tom has his way with controlling the coaching staff.… https://t.co/1A8eLCAC2X"
## 
## [[8979]]
## [1] "Jeanjunim: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8980]]
## [1] "em_sum2: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8981]]
## [1] "kendotorg: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8982]]
## [1] "glacierkiss: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8983]]
## [1] "Hoabnkk: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[8984]]
## [1] "kdrama_scene1: Upcoming BL drama #TheDirectorWhoBuysMeDinner starring #ParkYoungWoon and #ParkJungWoo releases main poster and con… https://t.co/MJdqIxtrUo"
## 
## [[8985]]
## [1] "NoMoreJazzz: RT @SaladJazz1: Paul Chambers, Hank Mobley and Sonny Clark (seated) during the recording session for Mobley’s Hank Mobley BL 1568, June 23,…"
## 
## [[8986]]
## [1] "JadeMoonrise: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8987]]
## [1] "IDFKD2_: @MacticsG1 Lots of people saying worthy was worse.  Worthy had a better loot (both the warmind stuff and the felwin… https://t.co/xfmpHxPZ0M"
## 
## [[8988]]
## [1] "chwikencwuisp: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8989]]
## [1] "_DayanaLuz8: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[8990]]
## [1] "Kiwiii_Kiwiii: never save your partners contact as just their nameee 💀😂\n#TearsByDayLoveByNight #PocketComics #bl https://t.co/4izFpyASVQ"
## 
## [[8991]]
## [1] "BL_2889: @MarkMazzocchi He once said messi was the real goat . Seems he’s doing it because he thinks he’s his friend now. Me… https://t.co/iL2yidt17N"
## 
## [[8992]]
## [1] "_jogboy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8993]]
## [1] "BL_is_me: @SenateGOP translation:\ntime for another tax cut for the rich &amp; big business\noh and Trickle Down............"
## 
## [[8994]]
## [1] "arlowrites1: TL if i were writing a BL story combined with mental health challenges, with oc's who would want to read it"
## 
## [[8995]]
## [1] "Bam__beeL: RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4"
## 
## [[8996]]
## [1] "kamirrobinson3: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[8997]]
## [1] "Repealist_: RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…"
## 
## [[8998]]
## [1] "rabiosexualz: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[8999]]
## [1] "PanthersCulture: Byron Leftwich is in a no-win situation.\n\nWhen Tom Brady was producing, BL got some hype, but it was mostly because… https://t.co/nOnHUPXoRl"
## 
## [[9000]]
## [1] "Morph_VGart: Monday Night Showcase time!\n\nTonight, share a piece you collected and shoutout that artist.\n\nTag 3 friends/collecto… https://t.co/Rscamqmd2y"
## 
## [[9001]]
## [1] "Ericajosefina3: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[9002]]
## [1] "tang_satang1: RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…"
## 
## [[9003]]
## [1] "ccz_ol: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9004]]
## [1] "VaporwaveOctop1: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9005]]
## [1] "rabbitcrime: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9006]]
## [1] "511NYC: Cleared: Incident on #QM40Bus from Woodhaven Bl/Booth St to 63 Rd/Queens Bl"
## 
## [[9007]]
## [1] "511NY: Cleared: Incident on #QM40Bus from Woodhaven Bl/Booth St to 63 Rd/Queens Bl"
## 
## [[9008]]
## [1] "BryanFreudeman: RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…"
## 
## [[9009]]
## [1] "daniismycousin: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9010]]
## [1] "mukashik0: &gt;RT new game night entertainment w the [redacted] cousins &amp; friends from ngy\n\n1️⃣as umpire\n\n🐻defaults bec while he… https://t.co/dJKC423qly"
## 
## [[9011]]
## [1] "Chaba_puypuy: RT @WYStarStudio: PREM WARUT  is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (2pt…"
## 
## [[9012]]
## [1] "foolcoda: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9013]]
## [1] "dhmismutual: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9014]]
## [1] "YaoiBoyYaguchi: Been awhile but still up to RP #BL #yaoibl 🔞"
## 
## [[9015]]
## [1] "SPsDumpster: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9016]]
## [1] "msmrmoony: Sleeping is for weaklings reading bl and wanting to be a guy too"
## 
## [[9017]]
## [1] "thedoughnanapro: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[9018]]
## [1] "fayme64: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[9019]]
## [1] "janineis17: @taokaenoi_club The most loveable pair, I know they paired in a BL but it felt more of a wholesome bromance. 💚❤️ #ohmnanon #badbuddy"
## 
## [[9020]]
## [1] "abigale12d: Two Way Junior Golf Putter Stainless Steel Kids Putter Both Left and Right Handed Easily Use for Kids Ages 3-5(Silv… https://t.co/b2FX1G9MDx"
## 
## [[9021]]
## [1] "TaoRoGC: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[9022]]
## [1] "TheInfiNova: @Skarrow9 I would say it *feels* worse because time-relatively, Destiny feels like it's gone very downhill very qui… https://t.co/LZirqX7ZfI"
## 
## [[9023]]
## [1] "MileApoNG_FC: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[9024]]
## [1] "thehackettman: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9025]]
## [1] "ssikaktus: What to read some Webcomic? 🥳🟢WEBTOON link in the bio\n\n#bl #WebtoonCanvas https://t.co/KM5wkKrqdv"
## 
## [[9026]]
## [1] "liofotiaas: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9027]]
## [1] "FroggySnaccy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9028]]
## [1] "Mileapo_ID: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[9029]]
## [1] "InloveWithAPO: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[9030]]
## [1] "MichaelA1130: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[9031]]
## [1] "kisesdik: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9032]]
## [1] "great64_the: WL examine @hoffhoffax @nft_redd @Hulk_BL @CryptoNiel_ @saviourNFts @Sg_smaug @GiftPopPlus @ahmetaharslan… https://t.co/DM4pPwDjNp"
## 
## [[9033]]
## [1] "LunaLuna77666: @marrserranoo @mewsuppasit He doesn't go through anything, he hasn't done more than 90% of the actors bl. Everybody… https://t.co/HqjRreHLC4"
## 
## [[9034]]
## [1] "aguilar_ve: RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…"
## 
## [[9035]]
## [1] "JinglesPigtails: felt cute in my zombie BL shirt. \ncheck out *Boys of the Dead* by Tomita Douji from @kumapub 👀 (gotta plug my undea… https://t.co/zOLr7q0ZZC"
## 
## [[9036]]
## [1] "AssezPetra: RT @BLUPDATE2022: THAILAND | Star Hunter Entertainment announced a casting audition for their upcoming BL “#เฟื่องนคร #CityOfStars” and oth…"
## 
## [[9037]]
## [1] "LatoyaW13031950: I can't wait to see what happens next! Click the link below and join my struggle!\n \n#inukag #passion #BL… https://t.co/Xl4MGF5EVe"
## 
## [[9038]]
## [1] "AzaleaReina_22: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9039]]
## [1] "S4narchist: wait this was the wrong tweet I ment the bl one"
## 
## [[9040]]
## [1] "Swiftnissity: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9041]]
## [1] "shrelockw: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9042]]
## [1] "wooseoksfanboy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9043]]
## [1] "kanaa_babu: RT @kagetoorukise: why is liking gay fictional contents automatically labels you as fetishizer? did yall know how heavy that word is to jus…"
## 
## [[9044]]
## [1] "MileApoDaily_: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[9045]]
## [1] "MileApoFamPh524: RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…"
## 
## [[9046]]
## [1] "MiserereTradCat: Each one of you,in your times of prayer during liturgical season which we have begun, who should..be seeing how our… https://t.co/Mc0UOBiYBB"
## 
## [[9047]]
## [1] "TakenGhoul: @Skarrow9 @MacticsG1 I want to have the multiple raids we had come back where we had more content in the game to do… https://t.co/P96oIhLv6N"
## 
## [[9048]]
## [1] "MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4… https://t.co/Ia1KRzQcRF"
## 
## [[9049]]
## [1] "Wife0fMany: IS TAKARA BL@CKLISTED WHY ISNT SHE HERE AHAHHAAHHAHA"
## 
## [[9050]]
## [1] "ayanyanmireii: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9051]]
## [1] "EmmanuelG501125: Thank you for sharing this awes̗ome #seo service... 👏\n\n#introspection #indvsbkn #battlerocket #vanish #bl… https://t.co/hGu36OcR12"
## 
## [[9052]]
## [1] "intenselySalmon: @kurenaifailtaru it's. the spinoff heist(?) comedy movie w/ the kyoryuger cast, so I'm like. isn't this technically… https://t.co/Kadq80wUMp"
## 
## [[9053]]
## [1] "rogahnvuvw: Delta Faucet T50001-BL Body Spray Trim, Matte Black RRCVSS7\n\nhttps://t.co/1lAhKjTwoa"
## 
## [[9054]]
## [1] "ufahad00: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[9055]]
## [1] "missmarcymoo: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9056]]
## [1] "aromanticmarcy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9057]]
## [1] "AntonyElijah3: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[9058]]
## [1] "CherryMagic11: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[9059]]
## [1] "Amazingshot22: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[9060]]
## [1] "bunniebii: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9061]]
## [1] "mukashik0: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[9062]]
## [1] "samyvanngo: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[9063]]
## [1] "aliciasierra833: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[9064]]
## [1] "ShioBubble: I've watched trailers of other BL's but the dialogue/acting just makes me nope out after 2 mins.\n\nKinnPorsche just hits differently man 😩"
## 
## [[9065]]
## [1] "Khunfern07: RT @ZeeNunew130976: 💪😍let's go vote in Netizens\n\n⚠️ You can vote in 2 ways:\n    🤩Application: Netizens\n    🤩Website👇\n\n🤩Actor👉https://t.co/Q…"
## 
## [[9066]]
## [1] "Khunfern07: RT @ZeeNunew130976: 💪😍Let's support #ZeeNuNew  in the voting at TheTopFamous\n\n🤩Thai BL Series👉https://t.co/Kp1dvoSFZl\n\n🤩Thai BL Couple👉http…"
## 
## [[9067]]
## [1] "InspectorLestr4: @rojiblancosRob @BBCSport Wednesday used to play there, and our nickname was The Blades.  So when we invented unite… https://t.co/gopzu8ghaz"
## 
## [[9068]]
## [1] "Surya58154208: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[9069]]
## [1] "Vance_venti: \"Mr. Snail\" is an absolutely perfect comic! It's living rent free in my head!\n 𝙰𝚗𝚍 𝚒𝚝𝚜 𝚐𝚊𝚢/bl 𝚊𝚗𝚍 𝙸 𝚕𝚘𝚟𝚎 𝚋l/gay… https://t.co/V3L96uWekT"
## 
## [[9070]]
## [1] "2teio: @cliterminator IRL BL PPL?;@/);!/"
## 
## [[9071]]
## [1] "ladyofethylene: @JynMojito IKR, i giggles like crazy when read this, this BL is such a joy to read BL 😆🤣"
## 
## [[9072]]
## [1] "lisandre480: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[9073]]
## [1] "astrophysiques: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9074]]
## [1] "saikiatrist: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9075]]
## [1] "RobtNS: @BL_Dwyer @SjvTesla @garyblack00 @WholeMarsBlog @MartinViecha Well, waiving pre-deal due diligence and subsequently… https://t.co/A10EmZSehZ"
## 
## [[9076]]
## [1] "jackyqueeen95: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[9077]]
## [1] "pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring… https://t.co/XptpKVl0jy"
## 
## [[9078]]
## [1] "mariejoe939: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[9079]]
## [1] "karmaversee: RT @kagetoorukise: why is liking gay fictional contents automatically labels you as fetishizer? did yall know how heavy that word is to jus…"
## 
## [[9080]]
## [1] "anteaasociall: @sohnricluv he looks like a bl actor"
## 
## [[9081]]
## [1] "sharma_ravi12: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[9082]]
## [1] "KTimes_Sports: Kylie Shreve hit back to back threes and Ridgemont cut it to 15, then Ben Logan scored the last five points of the… https://t.co/XKvYQyTwdo"
## 
## [[9083]]
## [1] "anusharma1900: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[9084]]
## [1] "Howlinharmony1: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[9085]]
## [1] "Kapri_co: @thaiifess Kalo series, Manner of death\nKalo BL as a whole film jelas bangkok love story."
## 
## [[9086]]
## [1] "Moms4EDFreedom: RT @missypurcell1: @theKidsMatter @DoctorSam7 I taught kids that reading is thinking for over a decade in my F&amp;P BL class. I even gifted my…"
## 
## [[9087]]
## [1] "misokerosene: sketches of uid characters 🤝 sorry for diededing,, college is rough man\n\nmore art in replies since some have bl—d a… https://t.co/YPh8zmkF98"
## 
## [[9088]]
## [1] "BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow m… https://t.co/MBIspw4nt1"
## 
## [[9089]]
## [1] "jaguarrr0: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[9090]]
## [1] "Nectar79767690: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9091]]
## [1] "AcrfIva: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[9092]]
## [1] "selenathearena: If there’s anything holding thai bl’s back or something they definitely need to work on is the audio mixing and bac… https://t.co/3JfbbztFfX"
## 
## [[9093]]
## [1] "Taenith_Rain: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9094]]
## [1] "Surya58154208: RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…"
## 
## [[9095]]
## [1] "uncannycrouton: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9096]]
## [1] "rocketgirlNFT: @KinoAlyse @delta_sauce @bl_artcult I shall be there with bells on"
## 
## [[9097]]
## [1] "metroherobot_bl: Blue Line, PM Rush Performance Report for 11/28/22 (see attached) https://t.co/wflKZGkblH"
## 
## [[9098]]
## [1] "arta_gokil: “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/3wWXnZav2K"
## 
## [[9099]]
## [1] "freakinglovit12: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9100]]
## [1] "zetsubou_sekai: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[9101]]
## [1] "ichigoaiscream: @syereen232 Hey no worries you can reply anytime! Hahaha (I guess we’re used to the Japanese style and would say su… https://t.co/DwmlNSWZhx"
## 
## [[9102]]
## [1] "ClawndLIthium: @willyisntmyname bl brow"
## 
## [[9103]]
## [1] "bl_encyclopedia: I was just saying this the other day the plot and acting quality was and is unmatched need it back!! https://t.co/c1WYNama2a"
## 
## [[9104]]
## [1] "cannedmeatbob: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9105]]
## [1] "baby526526: RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…"
## 
## [[9106]]
## [1] "Abhi93743050: Gonna do some comic reading\n \n#Hermitcraftfanart #mangaedit #BL\n\nhttps://t.co/10VNPcWAL4 https://t.co/u07fshwaBq"
## 
## [[9107]]
## [1] "bl_ssy: gettin' deviously goopy.. https://t.co/BaoaghNEdP"
## 
## [[9108]]
## [1] "samsecular1: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[9109]]
## [1] "ParlonsBLAsie: Aujourd'hui / Today\n\nWar of Y Ep 18 : AisPlay\n\nChoco Milk Shake Ep 9 : https://t.co/F1QNLlDnMo\n\n#BL #WarOfYEp18… https://t.co/qKKRhov2HQ"
## 
## [[9110]]
## [1] "Lan_zero8: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9111]]
## [1] "bemusedtraveler: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9112]]
## [1] "xo_bl_lover: @exokewl @MyRepublicID same here !!!!"
## 
## [[9113]]
## [1] "NickiJMarkus: #TVReview: To My Star 2 (2022) (BL Contemporary)\n*4.5 stars*\nhttps://t.co/rltY3pNRD0 https://t.co/pSrdcn7qWz"
## 
## [[9114]]
## [1] "_curlybubbletea: @spacesbnfilled HOY SPILL THE TEA, WHAT BL IM HERE FOR THE TEA"
## 
## [[9115]]
## [1] "rawrnni4wonuu: RT @adorejustme: Excuse me but I already imagined their BL with one look \n\n#Minwon \nhttps://t.co/qQJBqOPvpn"
## 
## [[9116]]
## [1] "PoPk67: RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…"
## 
## [[9117]]
## [1] "syereen232: @ichigoaiscream Sorry for the reply. But yes so many fans that came into the fandoms during the pandemic are really… https://t.co/kmrvghgzQz"
## 
## [[9118]]
## [1] "kevayon_: stopped caring about being in a relationship until I see these bl tweets NCNSNDND https://t.co/GUaqimaPba"
## 
## [[9119]]
## [1] "Luiz28811170: RT @ZeeNunew130976: 💪😍let's go vote in Netizens\n\n⚠️ You can vote in 2 ways:\n    🤩Application: Netizens\n    🤩Website👇\n\n🤩Actor👉https://t.co/Q…"
## 
## [[9120]]
## [1] "taehoeung: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9121]]
## [1] "junpilled: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9122]]
## [1] "virginia0sn: Prothane 6-1020-BL Black Rear Spring Eye and Shackle Bushing Kit DKFTN5E\n\nhttps://t.co/nENxEe0lxB"
## 
## [[9123]]
## [1] "FireDispatchSC: VEHICLE COLLISION, FREEDOM BL / ALTA VISTA AVE ,WATSONVILL ( )"
## 
## [[9124]]
## [1] "kgnors79: RT @CarolHusband: BL:\n“Commercial shippers that normally used the Ambassador Bridge diverted trucks to border crossings at Sarnia, Fort Eri…"
## 
## [[9125]]
## [1] "XSeculr: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[9126]]
## [1] "leefam96: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9127]]
## [1] "figarogarica: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9128]]
## [1] "Luiz28811170: RT @ZeeNunew130976: 💪😍Let's support #ZeeNuNew  in the voting at TheTopFamous\n\n🤩Thai BL Series👉https://t.co/Kp1dvoSFZl\n\n🤩Thai BL Couple👉http…"
## 
## [[9129]]
## [1] "babypeachy7: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[9130]]
## [1] "laurenb700: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9131]]
## [1] "theirlkokomi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9132]]
## [1] "OrbiTiny8_13: Super late to this party, but I'm so proud of the girls for sticking together through all of this 🤍 F*ck bl*ckberry… https://t.co/T92HkXJI25"
## 
## [[9133]]
## [1] "4kitenshi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9134]]
## [1] "RAdamonkey: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[9135]]
## [1] "MSTRVLDZ: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9136]]
## [1] "twunkus: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9137]]
## [1] "isayheyyousayhe: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[9138]]
## [1] "jcapsj: 29 November\nMEMORIAL OF BL BERNARDO FRANCIS DE HOYOS, PRIEST\n\nGet to know more about de Hoyos' life and vocation he… https://t.co/23UyKXoVPt"
## 
## [[9139]]
## [1] "botilover: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9140]]
## [1] "baoziyuan_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9141]]
## [1] "achilltatos: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9142]]
## [1] "femaIeboyfriend: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9143]]
## [1] "ZamoraKaylynn: Check out 🥟🐥's video! #TikTok https://t.co/MR0uFojiol"
## 
## [[9144]]
## [1] "meowapomeow: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9145]]
## [1] "_CamillaFerr: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[9146]]
## [1] "pansasun: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[9147]]
## [1] "freakinglovit12: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9148]]
## [1] "bd_desu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9149]]
## [1] "songfromasiren: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[9150]]
## [1] "roobqdcs: Lamare Book Journal for Book Lovers - Reading Journal - 80 Books Reading Log Journal for Book Lovers Gifts for Wome… https://t.co/LnESXndvJD"
## 
## [[9151]]
## [1] "canineinthestar: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[9152]]
## [1] "sunnivaixchel: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9153]]
## [1] "ponstirso: RT @designonething: Happy birthday William Blake. The English artist, poet &amp; printmaker, whose printing technology innovations allowed him…"
## 
## [[9154]]
## [1] "BL_Steve: RT @SSN_Alabama: BREAKING:\n\nAlabama has landed a commitment from 4⭐️ WR Jaren Hamilton.\n\nThe F.W. Buchholz HS product out of Gainesville is…"
## 
## [[9155]]
## [1] "crisalvessh: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9156]]
## [1] "kurenaifailtaru: @intenselySalmon jfldkfasdfas this is missed opportunity indeed when the tokusatsu to bl pipeline is so goddamn strong"
## 
## [[9157]]
## [1] "PromocoesBrasi1: Suporte para Notebook, OCTOO, Uptable, UP-BL, Preto 24.0 https://t.co/yb0NbS4qbf"
## 
## [[9158]]
## [1] "BlNahuel_rp: RT @AlbicelesteTalk: Leo Messi and Enzo Fernández have been selected in World Cup Team of the Week XI. ⭐️🇦🇷 https://t.co/6EOTUiAB8Q"
## 
## [[9159]]
## [1] "babypeachy7: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[9160]]
## [1] "smitham63ljozs: SmartWings Motorized Roller Shades Work with HomeKit, 100% Blackout Window Shades, Cordless Wireless Remote Control… https://t.co/J9afBtE0jP"
## 
## [[9161]]
## [1] "inkonacid: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9162]]
## [1] "ZeeNunew130976: 💪😍Let's support #ZeeNuNew  in the voting at TheTopFamous\n\n🤩Thai BL Series👉https://t.co/Kp1dvoSFZl\n\n🤩Thai BL Couple👉… https://t.co/Ke3ufoEPDr"
## 
## [[9163]]
## [1] "maggiopfwku: ONE WALL Diploma Tassel Shadow Box 11 2x17 8 Inch Frame for 8 5x11 Certificate/Diploma/Graduation Document with Dou… https://t.co/lKBZu6KWsR"
## 
## [[9164]]
## [1] "jjeyttt: RT @blisanewblack: japanese bl “eternal yesterday” should be in everyone’s watch list, i said what i said. https://t.co/lO0xGTTFwJ"
## 
## [[9165]]
## [1] "DrFreshbutter: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[9166]]
## [1] "awesome27121282: Check out much more on Bilibili Comics - search \"History's Greatest Son-In-Law\" and favorite!\n \n#BokuNoHeroAcademia… https://t.co/KZ618ahwx5"
## 
## [[9167]]
## [1] "N30B4DD13Z: @neiImobiIe I think the given mangas are the only ones that shouldn't be here cuz I've watched that show it's a cut… https://t.co/UzJ6Mbbwve"
## 
## [[9168]]
## [1] "intenselySalmon: @kurenaifailtaru they should've included both a scene of agri and a scene from that bl his actor was also in fhdkfd… https://t.co/BG4cpmOhfD"
## 
## [[9169]]
## [1] "fray2free: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9170]]
## [1] "KyupitasPudding: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9171]]
## [1] "HLNV01: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9172]]
## [1] "SHANTI_HIBIKASE: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9173]]
## [1] "kurenaifailtaru: another bl that i've seen and don't remember the name of but look it's banjo ryuga from kamen rider build https://t.co/2z9xD8ZBCK"
## 
## [[9174]]
## [1] "BillWard60: @JamesSpackman @ChrisCorney1 @teekser @shockproofbeats BL was undermined by poor management and lack of government support."
## 
## [[9175]]
## [1] "monstercoached: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9176]]
## [1] "eyepain7: RT @buildsummer: Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a real BL…"
## 
## [[9177]]
## [1] "Tina39261899: Don’t look it’s inappropriate for kids\n(Chicken without feather = naked chicken = stripper???)\n\n#lhjc #bl #耽美 #烈火浇愁… https://t.co/CBqFpHw98T"
## 
## [[9178]]
## [1] "kurenaifailtaru: hehehe i've seen this bl too but again i don't remember the name (this was the one where kamen rider build realized… https://t.co/QadHBW1GGc"
## 
## [[9179]]
## [1] "RLongefay: @Joachim_bl Go go"
## 
## [[9180]]
## [1] "bbunjiii: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9181]]
## [1] "tobiloveskashi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9182]]
## [1] "josie_bl: RT @Iustrez: an iced coffee can fix it"
## 
## [[9183]]
## [1] "armadozere: “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/AHTpxFyjpS"
## 
## [[9184]]
## [1] "sarerunet: RT @joshieesworld: NEW VIDEO!!\nhttps://t.co/8Cn5QoJrZ3\nAn update on the progress of my original BL manga: Fudanshi Shinigami! https://t.co/…"
## 
## [[9185]]
## [1] "catboycar: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9186]]
## [1] "robloxfemboy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9187]]
## [1] "purplemana1: 🔮💧☀️💀🎄🔥\nSOLD!  Plains [288] [en] (Limited Edition Beta)\nFinal Price: : $14.00\nCondition: MP+\nSKU: BL-030922-022\nLin… https://t.co/GiJmLIo2Kt"
## 
## [[9188]]
## [1] "kdawg0113: RT @RealTimeNews10: STUDENT ARRESTED W/GUN AT SCHOOL: Frederick Douglass High 9000 Bl. of Croom Rd. Upper Malboro, MD. PGPD responded this…"
## 
## [[9189]]
## [1] "sadesu95287515: whitelist Interworking @CarlosMetaWorld @RHuides @MechNFT @Rohaan07539595 @legendary_mask_ @OpenLoot @krafter_eth… https://t.co/JooGzpoehX"
## 
## [[9190]]
## [1] "kurenaifailtaru: oh thank goodness this is a bl and i've seen i but i don't remember the name https://t.co/0bR2Rluncj"
## 
## [[9191]]
## [1] "jackie_ellis3: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[9192]]
## [1] "lifeinawalnut: RT @BLUPDATE2022: #WAROFYEP17: BL producers these days... don't focus on the plot... kissing scenes and a guy topless are enough? https://t…"
## 
## [[9193]]
## [1] "0xdropys: @bl_artcult I might not be cut out for this 😭😭😭"
## 
## [[9194]]
## [1] "cheribyun: i was looking for some shoujo mangas to read and i accidentally end up scroollin in the BL section https://t.co/ciMXoijRUI"
## 
## [[9195]]
## [1] "lifeinawalnut: RT @BLUPDATE2022: Office Romance awaits you in Thai BL next year, 2023:\n\n1. Bed Friend (Mandee)\n2. The Middleman's Love (Mandee)\n3. Wish Me…"
## 
## [[9196]]
## [1] "GestaltSea: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9197]]
## [1] "lalayciie: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9198]]
## [1] "snamhnapmo: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9199]]
## [1] "milky020621: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9200]]
## [1] "kurenaifailtaru: wait no this is a bl that i watched (i think omg this entire thread is mostly tokusatsu lmao) https://t.co/OGfGw3S6vR"
## 
## [[9201]]
## [1] "noble_darrin: @BlindLawrence I found your dog, BL! https://t.co/vmq0cHTVhl"
## 
## [[9202]]
## [1] "ilikedmcl: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9203]]
## [1] "FloralxLuna: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9204]]
## [1] "OrionsAether: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9205]]
## [1] "yat_oh_my_god: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9206]]
## [1] "mariinksarts: @illustrata_ai @joynxyz @amli_art @bl_artcult The creative process demands a lot from the artist.\nCreativity, reali… https://t.co/9ffxfqU1be"
## 
## [[9207]]
## [1] "suicidalqt: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9208]]
## [1] "tastyoiii: @noda19911 Those twt lay offs are affecting bl twt.. fuck that"
## 
## [[9209]]
## [1] "isuilde: i love how all but two people in the qrts guessed wrong and think this is from a BL movie. Like. I fucking wish it… https://t.co/vHSw24KKdH"
## 
## [[9210]]
## [1] "Buildsumone: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[9211]]
## [1] "WorldNfts: @bl_artcult @PlMoe1 @ManekiNekoAIArt @AndreWGMI @ommgallery @doritowho thank you! 🥰"
## 
## [[9212]]
## [1] "abruti_bl: RT @cookiesftvbear: the belgian commentator said cho guesung could be in a kpop group with his perfect face, like yes i totally agree https…"
## 
## [[9213]]
## [1] "Ranaska: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9214]]
## [1] "NatashaSerne: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[9215]]
## [1] "nicostarryeyed: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9216]]
## [1] "bl_artcult: @WorldNfts @PlMoe1 @ManekiNekoAIArt @AndreWGMI @ommgallery @doritowho Congrats my friend, cheers"
## 
## [[9217]]
## [1] "fIyingfairies: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9218]]
## [1] "EchoDvc: @egabdraws Only 2 episodes are out. They release once a week on Saturdays. I’ve been WAITING so long too! This is t… https://t.co/MSg1ruV4Oa"
## 
## [[9219]]
## [1] "MeLoveoffjumpol: RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz"
## 
## [[9220]]
## [1] "Meawylonely: RT @BL_Scenery: STREAM | #2moonstheambassadorEP8 tonight, every Monday at 10:30 PM GMT+7 on #AmarinTV34.\n\n🔹 Rerun at 11:30 PM GMT+7 on #WeT…"
## 
## [[9221]]
## [1] "DerrisKharlan64: I guess everyone is forgetting all of the bl*zzaes allegations Again huh"
## 
## [[9222]]
## [1] "ForeverlyJay: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[9223]]
## [1] "burnAbby1: i honestly didn’t know how i was going on before finding a bl safe space, everyday was a drag and my mood disorder… https://t.co/euB1xqzp5a"
## 
## [[9224]]
## [1] "lifeinawalnut: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[9225]]
## [1] "handsomerhack: RT @theoldkyokodied: but wait: there is more!! sorry for bl posting i am mentally unwell https://t.co/Y6BH55JBbW"
## 
## [[9226]]
## [1] "spicy_cinna: RT @Wikiwolffstudio: HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD \n20…"
## 
## [[9227]]
## [1] "Hyacinthsaved: RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN"
## 
## [[9228]]
## [1] "THEBLOODLlNE: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[9229]]
## [1] "bl_artcult: @DortheJOC @KinoAlyse @delta_sauce Yes! I'm sure we will 🙏"
## 
## [[9230]]
## [1] "Killy669: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9231]]
## [1] "uchihacaroline: RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…"
## 
## [[9232]]
## [1] "formywichapas: RT @cebuBLorg: 📌BIBLE: \"I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST\"\n\nBible Wichapas Sumettiku…"
## 
## [[9233]]
## [1] "__aifei: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9234]]
## [1] "SamikshyaRijal6: RT @buildsummer: Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a real BL…"
## 
## [[9235]]
## [1] "tylrbrner22: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9236]]
## [1] "BL_Boys: @ne_nn_e @momor4mune Wtf it's so sticky and cuteeeeee 🥺☺️💜💛"
## 
## [[9237]]
## [1] "BL_T99: RT @RobertGreene: The ultimate form of domination is to make those on the other side think they are the ones in control."
## 
## [[9238]]
## [1] "ZeeNunew130976: 💪😍let's go vote in Netizens\n\n⚠️ You can vote in 2 ways:\n    🤩Application: Netizens\n    🤩Website👇\n\n🤩Actor👉… https://t.co/kgIpKRdlHu"
## 
## [[9239]]
## [1] "tapiyocaaa: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9240]]
## [1] "mrcswtsn: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9241]]
## [1] "piyathidasiri: RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…"
## 
## [[9242]]
## [1] "mitsvra: RT @YukenNico: silly doodle\n#prsk_bl #類司 https://t.co/hIyu8zAzu0"
## 
## [[9243]]
## [1] "Jerr_BL: RT @SiavoushF: Rodrygo trying to get some of that Ronaldo magic https://t.co/M1hQH3U1xY"
## 
## [[9244]]
## [1] "doudou96077729: RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz"
## 
## [[9245]]
## [1] "wwxprophet: Wait but I actually listen to BL smut dictated by Siri😭😭😭😭like- ALL THE TIME\n\nYou know that background video essay… https://t.co/nDwgjH6W55"
## 
## [[9246]]
## [1] "kurenaifailtaru: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[9247]]
## [1] "iggykoopa666: i do think there is an issue with the fetishization of gay men &amp; many tropes popular in bl are very worrying at bes… https://t.co/NhMAaUUD7K"
## 
## [[9248]]
## [1] "miniyoonie: To check the views\nIk I have nothing to be scared of but both kpop and bl isn't an ordinary hobby, most ppl hate kp… https://t.co/cteVjmp4ad"
## 
## [[9249]]
## [1] "iwla_ie: RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…"
## 
## [[9250]]
## [1] "reckless_lie: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9251]]
## [1] "mariinksarts: @illustrata_ai @joynxyz @amli_art @bl_artcult Screaming Eyes\nThis Art is inspired by the fight and resistance of wo… https://t.co/24dAtNhuYl"
## 
## [[9252]]
## [1] "kfinch74: Hey Blank Slate Clothing(@bl_nkslateco), thank you for following me"
## 
## [[9253]]
## [1] "sfayyoongi: @prodbymiII Hopefully they ain’t start filming that bl yet cuz then the wait might be longer 🧍‍♀️"
## 
## [[9254]]
## [1] "pencilsalaya: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9255]]
## [1] "ImoleaAdebayo: off his head and took his bl@@d for money rit*al purposes.\nSurprisingly, when the victim's wife came back from Chur… https://t.co/6MgLOKFTdR"
## 
## [[9256]]
## [1] "Eriasu_memories: @sunnycherry_bl Dm honey💞"
## 
## [[9257]]
## [1] "mmmmmmkpbl: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[9258]]
## [1] "LoversBf: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9259]]
## [1] "magicalgirlbia: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9260]]
## [1] "bl_miller2: @cutesexyrobutts KING"
## 
## [[9261]]
## [1] "cherryutos: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9262]]
## [1] "allisah_c: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[9263]]
## [1] "mobpsycho03: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9264]]
## [1] "MinneolaBucFan: @StankBastard @beingbecks78 @BuccaneerMick @Stank….I get the thought process. But, he was playing at an ELITE level… https://t.co/UGuv7bOKMI"
## 
## [[9265]]
## [1] "Pinta_hh: RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l"
## 
## [[9266]]
## [1] "Bl_ackLucc: RT @smokeylaroyjr: Black men leaving a hug just to dap right back up and hug again is my favorite thing"
## 
## [[9267]]
## [1] "Babyjay37217914: Don’t you ever out of your big mouth tell me to stop reading BL , YAOI MANGA , ANIME ETC…… you disrespecting me , y… https://t.co/EAU4dKBOrO"
## 
## [[9268]]
## [1] "bwighttu: People leaving because bw didn't get a new bl are so funny to me like??? I don't get it"
## 
## [[9269]]
## [1] "LeaveMeA_Pls: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[9270]]
## [1] "bluesky_mylove: RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…"
## 
## [[9271]]
## [1] "crystalkaeya: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9272]]
## [1] "sns1023: RT @looolielooo: After a hard day of work, He's got the best pillow to sleep on!\n.\n.\n.\n#bl #narutouzumaki #sasukeuchiha #sasunaru #narusasu…"
## 
## [[9273]]
## [1] "luzslawyer: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9274]]
## [1] "SageStarling_: RT @archaeologyart: \"Cheers!\". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…"
## 
## [[9275]]
## [1] "daisyuie: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9276]]
## [1] "sareru: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9277]]
## [1] "sarerunet: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9278]]
## [1] "CVdepression: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9279]]
## [1] "amantedel__bl: RT @shipper_diary: ‼️Reminder for Fort’s birthday hashtag\n\nUse #OurSmile22ndFortDay\n⏰ Starts at 8.30am (BKK)\n\n🔺Remember NOT to use emojis/p…"
## 
## [[9280]]
## [1] "BxxcaRAT: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[9281]]
## [1] "RealShuwaShuwa: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9282]]
## [1] "OnUrOwnKids: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[9283]]
## [1] "ChopuchaiNews: NEWS!\n\nThe blessing ceremony of #Lapluietheseries took place today.\n\nAn introverted young man suffers from sensorin… https://t.co/cvLkESskl3"
## 
## [[9284]]
## [1] "KuuksKay: RT @buildsummer: Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a real BL…"
## 
## [[9285]]
## [1] "touchsleeping: RT @Scott_WOwlf: Thread \"faz o bL\":\n#Desafio30DiasdeBL do @blymeyaoi https://t.co/eBoWsbxDMf"
## 
## [[9286]]
## [1] "johnson4b06: RT @Killmoenetwork: SHOOTING:6300 Bl. Of Georgia Ave NW: Rear of the Post Office: Mpd is on scene investigating a shooting with an adult Ma…"
## 
## [[9287]]
## [1] "SaturStar1: I need to make a BL list… idk why I haven’t I been watching BLs for. While xD"
## 
## [[9288]]
## [1] "_yeonkimiin: slowly rollin' over the bl rabbit hole\n d-_-b  &lt;33  d•_•b &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;"
## 
## [[9289]]
## [1] "NaiSk8: Guess who’s about to watch her yearly cheesy BL J-Drama"
## 
## [[9290]]
## [1] "EtLampes: Norwell Lighting Beacon Medium 1 Light Post, Black - 2282C-BL-CL-SE https://t.co/Zz1BHnwXhl eBay https://t.co/AkgHA2VkxE"
## 
## [[9291]]
## [1] "almighty_HlTMAN: RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…"
## 
## [[9292]]
## [1] "zt6_bl: RT @TheyCraveeA: i’m ready to speak on my story. i don’t care if i get backlash. Isaac Nicholson sexually assaulted me in barbee hall at Nc…"
## 
## [[9293]]
## [1] "6C_BL: This fanbase is only for class 6C in BL :)"
## 
## [[9294]]
## [1] "pupmk: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9295]]
## [1] "asteroidyaoi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9296]]
## [1] "yoonsweet_suga: RT @buildsummer: Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a real BL…"
## 
## [[9297]]
## [1] "Ilydowa: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[9298]]
## [1] "GBerdenova: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9299]]
## [1] "meiraLuvy: RT @peachywarut: Hii! Formally introducing myself : my nickname is june, 25, law student and bl addict since this year✌🏻 fell in love with…"
## 
## [[9300]]
## [1] "bavarista_lb: My heart aches b shakl when I see videos of mistreated or injured animals ejre bl bashar"
## 
## [[9301]]
## [1] "ilyzoda: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9302]]
## [1] "DaBoonool: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9303]]
## [1] "MarsWicca: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[9304]]
## [1] "yotasukeily: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9305]]
## [1] "Nellinson: RT @NXP: Accelerate #5G designs with our new RapidRF front-end reference board. It is a complete ready-to-use circuit for TDD cellular appl…"
## 
## [[9306]]
## [1] "hualiantgcf7: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9307]]
## [1] "PacaNyeong: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[9308]]
## [1] "_momokah: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9309]]
## [1] "Bl_Series24: RT @justnetjames: 🦁️ do eat rice or not? (I’m not sure 😭)\n👩🏻 bring Uea come to eat?\n🦁️ have a kid too. Come with just 3 people? Is feel lon…"
## 
## [[9310]]
## [1] "illustrata_ai: @Chrisland1405 @joynxyz @amli_art @bl_artcult As long as Ai is used in the process, it works!"
## 
## [[9311]]
## [1] "Bl_Series24: RT @annabearly: he is really my comfort person 🥹 https://t.co/2FvhUzmZxW"
## 
## [[9312]]
## [1] "biblebuildislyf: RT @cebuBLorg: 📌BIBLE: \"I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST\"\n\nBible Wichapas Sumettiku…"
## 
## [[9313]]
## [1] "kitty_witty_cat: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9314]]
## [1] "zanraxxpi: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[9315]]
## [1] "yibonito13: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9316]]
## [1] "gaylittleyoongi: @renjihive Xmen wouldve been way better and more successful if it was marked as BL on mangabuddy"
## 
## [[9317]]
## [1] "Bl_Series24: Good Morning susu! ✨🌸❤🙏🥺🫂🐣😭 https://t.co/lLtuum3XZU"
## 
## [[9318]]
## [1] "naayizhan: your BL is one of the best 🫶\n\n#MyToothYourLove #我的牙想你 https://t.co/CYYEB6mofz"
## 
## [[9319]]
## [1] "prim_attp: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[9320]]
## [1] "ShinyHunter_LL: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9321]]
## [1] "DarrenHooper93: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[9322]]
## [1] "httpmin_: RT @midnightpoette: More fanart for #theearthisonline just because my adoration couldn’t be contained. #teio #地球上线 #danmei #BL #shounenai h…"
## 
## [[9323]]
## [1] "BL_2889: RT @BigFrazeBoxer: A friend just sent me your tweet,it was only the other day I was talking about how hard it is to sell tickets in the cur…"
## 
## [[9324]]
## [1] "pakuzunoha: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9325]]
## [1] "A_BL_Simp: Both idk https://t.co/LERKArPK2O"
## 
## [[9326]]
## [1] "SelimSociety: RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…"
## 
## [[9327]]
## [1] "YaoiCanon: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9328]]
## [1] "shuscurse: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9329]]
## [1] "PFallinluv: RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…"
## 
## [[9330]]
## [1] "vancedalism: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9331]]
## [1] "Ephi_BL: @MathewHardy9 USA was rly into eugenics in early-mid 20th century like sterilising people under a certain IQ, or wi… https://t.co/vzl5o2wici"
## 
## [[9332]]
## [1] "sagittaurus61_4: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9333]]
## [1] "noraeshtt: RT @genshinficfess: au! cw // bxb bl ship haino aruseno alhaitham x cyno\n// art by sender , original by cutbu\n\ngagal confess tapi berhasil…"
## 
## [[9334]]
## [1] "Chrisland1405: @illustrata_ai @joynxyz @amli_art @bl_artcult Hi!! Is it only AI or can be AI with digital art?"
## 
## [[9335]]
## [1] "kunde1ogfun: Butterfly Xstar V Table Tennis Blade - Beginner Table Tennis Blade - Flared Shakehand Handle - 5-ply All-Wood Table… https://t.co/heCAsrVuvs"
## 
## [[9336]]
## [1] "tobiyolos: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9337]]
## [1] "kerriibearii: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9338]]
## [1] "putrefizzing: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9339]]
## [1] "PissDoeng: RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…"
## 
## [[9340]]
## [1] "clownx_bl: RT @mynameis_evi: couple goals 🥹❤️ https://t.co/PkFYRs5dEt"
## 
## [[9341]]
## [1] "JaelaniKey: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9342]]
## [1] "Bl_Series24: RT @hourlyfirstkhao: hes so soft \n\n#firstkhao #khaotungg https://t.co/baTTxHb28m"
## 
## [[9343]]
## [1] "clownx_bl: RT @fort_wipes: HAPPY BIRTHDAY FORT, KEEP DOING WHAT YOU LOVED, ALWAYS HERE FOR YOU, LOVE U💞🐻\n#FortFTS #ComeFortZon #BabyFeat #OurSmile22nd…"
## 
## [[9344]]
## [1] "SjvTesla: @BL_Dwyer @garyblack00 @WholeMarsBlog @MartinViecha We can't control all of the lightning,some of it will get in th… https://t.co/XgAdSoMsF8"
## 
## [[9345]]
## [1] "scampadversary: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[9346]]
## [1] "agapemp3: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9347]]
## [1] "SuBLimeManga: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[9348]]
## [1] "queer_mikey: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9349]]
## [1] "511NYC: Cleared: Construction on #Q20ABus Both directions at 20 Av/College Pt Bl"
## 
## [[9350]]
## [1] "rcjpasl: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9351]]
## [1] "buildsummer: Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a… https://t.co/vjH2sW5tp1"
## 
## [[9352]]
## [1] "MutagenSamurai: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9353]]
## [1] "luc_isillx2: . i stand wiith bl*cks !"
## 
## [[9354]]
## [1] "whatdiducallmee: this is the perfect description for BL, especially Gravtation ~ cos the DRAMA on that one… immaculate!!! https://t.co/eVeYJlYqNU"
## 
## [[9355]]
## [1] "BL_Queen1: RT @_gongjun: #龚俊 #GongJun #SimonGong #张哲瀚 #ZhangZhehan #浪浪钉 #俊哲 #JunZhe #LLD\n.\nHappy Birthday, Gong Jun! https://t.co/03n7RbVs1H"
## 
## [[9356]]
## [1] "illustrata_ai: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9357]]
## [1] "boubielee: Remember trav came home told me BL I’m finna run it back up"
## 
## [[9358]]
## [1] "Ericjihyun: I’m telling u he’s so fineeeeeee #WetSand #bl #manhwa #viral https://t.co/1WAezuEv1Q"
## 
## [[9359]]
## [1] "RoisinGalaxy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9360]]
## [1] "lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc"
## 
## [[9361]]
## [1] "bren_bl: RT @il0venostalgia: Admit you’re old. Retweet if you know what this is… https://t.co/3UWcDUPcHU"
## 
## [[9362]]
## [1] "Only_MileyApo: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9363]]
## [1] "michaela__bl: RT @globeandmail: At least four developers who bought the properties the government is now proposing to remove from the Greenbelt have eith…"
## 
## [[9364]]
## [1] "justthuyanhhere: RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…"
## 
## [[9365]]
## [1] "BL_Queen1: RT @Starzle_: Happy birthday, sweetheart #GongJun - #TheRealZhangZhehan admires you. #Junzhe #Junzherio https://t.co/IG3qYuioQ3"
## 
## [[9366]]
## [1] "jotakaktwt: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9367]]
## [1] "NoName02489285: @Marie69_28387 @MsAlliLux I'm a consumer and I would agree you should BL that guy."
## 
## [[9368]]
## [1] "bl___spAce: RT @99zthink: my allen ma :( https://t.co/hWXfL3Melb"
## 
## [[9369]]
## [1] "RotchillaL: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9370]]
## [1] "bl_artcult: @amli_art Back and working, not sure about the ready part."
## 
## [[9371]]
## [1] "Pyibo_: RT @Itsnanonengg: Nanon as Pran is so powerful. I’ve never feel so attached to a character in any bl series like this and I’ve watched almo…"
## 
## [[9372]]
## [1] "BL_chu_BL_: RT @moodyro8: moodyrob \nsiwoo's closet 2021 autumn styling\n손수호 성우님\nphoto&amp;styling. siwoo\nmakeup. seo100 \nasisst&amp;film.\n@La____sO @_saveas htt…"
## 
## [[9373]]
## [1] "PPlove0011: Me with some of this Thai bl actors y'all are saying smash. https://t.co/QhqpkPDGK2 https://t.co/1f6H1EnIvq"
## 
## [[9374]]
## [1] "pikabelial: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9375]]
## [1] "kncukier: RT @brentdsadler: Was on Maria Bartiromo’s show this morning talking China and Iran protests. BL, both not yet at a regime ending point… bu…"
## 
## [[9376]]
## [1] "johnson4b06: RT @RealTimeNews10: SHOOTING: 6300 Bl. of Georgia Ave. N.W. MPD on scene investigating a shooting with one individual with gunshot wound in…"
## 
## [[9377]]
## [1] "IichiroJingu: RT @CCockburn2: A knight on horseback has been drawn around this initial from one of three official copies of the nullification trial of Jo…"
## 
## [[9378]]
## [1] "MandyMoonspell: RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…"
## 
## [[9379]]
## [1] "IichiroJingu: RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…"
## 
## [[9380]]
## [1] "bl_wdmr_2: RT @BernieSpofforth: CHINA - Guangzhou &amp; all other cities have streets full of tents, as QR codes are remotely turned yellow, meaning peopl…"
## 
## [[9381]]
## [1] "Robotmurloc5: @fudrilshi This is actually real. I read BL everyday before bad and after waking up and I've never caught COVID."
## 
## [[9382]]
## [1] "511NY: Incident on #QM40Bus from Woodhaven Bl/Booth St to 63 Rd/Queens Bl https://t.co/srrugL4qk9"
## 
## [[9383]]
## [1] "VantaSable: @gomanga Holy shit fairytale BL? I’m going to eat this book"
## 
## [[9384]]
## [1] "bl_artcult: @0xdropys Get involved in more things than you can possibly keep up with on a daily basis. \n\nSource: me"
## 
## [[9385]]
## [1] "18_91973: RT @Hyuhhnniena: @GINA__BEARS \"They're the most weirdest breed for a bl fandom.\" 🤭🤣 why are they discribing themselves..🤡"
## 
## [[9386]]
## [1] "inchargeofznn: RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…"
## 
## [[9387]]
## [1] "RamanSinghSahab: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[9388]]
## [1] "Elysia_Aster: RT @EchoooffXD: DONT CLICK if you don't recognize those tags please :)\n\nFanmade #Shotop #FoxSlayer BL Drama 🗡x🦊\n🔞Wear your headphones🔞\n\nCre…"
## 
## [[9389]]
## [1] "SitaphaOpen: RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…"
## 
## [[9390]]
## [1] "mario_zuvic: RT @SfvScanner: #LAPD #noho 11000 Burbank bl. Unconfirmed report of a stabbing. More calls coming out for a nearby address on Case Ave as w…"
## 
## [[9391]]
## [1] "LZouzoune: RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…"
## 
## [[9392]]
## [1] "YoSoyNebu: RT @LoveMacabre: Beauty and the Beast inspired break drawing.\nFreeman is also our \"red fox\" in the webcomic, so his Beast version has fox-l…"
## 
## [[9393]]
## [1] "BettuSingh1: RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…"
## 
## [[9394]]
## [1] "meowking3000: @tyler02020202 name that bl manhwa go!"
## 
## [[9395]]
## [1] "_CamillaFerr: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9396]]
## [1] "aooblueryy: RT @jodanspace: \"Soulmates don't have to be a lover\"\nyou guys agree with that quote? It hurts sometimes to think how my non bl series otp c…"
## 
## [[9397]]
## [1] "7kadiza_: @rnisogynist omg shouldve made him get the bl pillow you wanted #nexttime"
## 
## [[9398]]
## [1] "clownx_bl: RT @dollsxngie: \"So how do you want me to do it?\"\n\n\"I-i dont know\"\n\n\"You have never done this before?\"\n\n\"....\"\n\n\"Holy fuck...\"\n\n\"Just do it…"
## 
## [[9399]]
## [1] "aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is ho… https://t.co/ZJ2Qcc06Gl"
## 
## [[9400]]
## [1] "PatrickFreyne1: RT @sineadgleeson: So many great discussions (race, class, islands, housing, the essay, Northern Ireland, Irishness, migration) at this wee…"
## 
## [[9401]]
## [1] "BL_RGH: RT @57_dayo: tenshi keychain/sticker design https://t.co/x0PjHlVcNw"
## 
## [[9402]]
## [1] "SrulyCH: I hope that when it comes time the shadchan finds for me is a kindred and fujoshi because whoever I marry is going… https://t.co/O3UlTR33G6"
## 
## [[9403]]
## [1] "YonHachi_: RT @jodanspace: if i havent read the chapter yet i cant really tell is this sh3n t1ngw3i or k4n6 t0ng 😭 mirip banget woi anjir\n\n*bl 1nt0x1c…"
## 
## [[9404]]
## [1] "clownx_bl: RT @MnetMAMA: [#2022MAMA] #GOTOMAMA #enhypen\n\nENHYPEN's special selfie has arrived✨\nSee you at 2022 MAMA AWARDS❤️\n\nWorld’s No.1 K-POP Award…"
## 
## [[9405]]
## [1] "AngelSh12053563: Gonna do some comic reading\n \n#bl #monthlymanga #Action\n\nhttps://t.co/iqIvFf1mjS https://t.co/NzqGg090bB"
## 
## [[9406]]
## [1] "clownx_bl: RT @MnetMAMA: [#2022MAMA] #GOTOMAMA #enhypen\n\nENHYPEN's special selfie has arrived✨\nSee you at 2022 MAMA AWARDS❤️\n\nWorld’s No.1 K-POP Award…"
## 
## [[9407]]
## [1] "kriszeth: does anyone know what fandom are they from? is it a manhua? donghua? bl novel? https://t.co/nkspXAfnSy"
## 
## [[9408]]
## [1] "collier41fwk: 2-4-6 Blocks Matched Pair (2 Each), Hardened Steel RC 55-62, 23 Holes (2x4x6 Inches) 246 Precision Ground Machinist… https://t.co/GOiDzAaZDc"
## 
## [[9409]]
## [1] "misyiiipp: RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…"
## 
## [[9410]]
## [1] "HazelynnRose: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9411]]
## [1] "fdssccc2: RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk"
## 
## [[9412]]
## [1] "wintaebear12: RT @talayfilms: last twilight series gmmtv2023 morkday mork day sea tawinan jimmy jitaraphol jimmysea thai bl sweater weather edit https://…"
## 
## [[9413]]
## [1] "mikkarrae: RT @blisanewblack: i’m afraid that the only happy ending this upcoming korean bl “happy ending romance” will have is in its title. https://…"
## 
## [[9414]]
## [1] "A_BL_Simp: One sneak…mmm https://t.co/hgbIHtSyWl https://t.co/qkdWdAcbdD"
## 
## [[9415]]
## [1] "DrillbotKillbot: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9416]]
## [1] "Mayte_BL: Palm Springs, Pirate Radio, Me and Earl and the Diying Girl, Sing Street, A Kind of Funny Story, The Worst Person i… https://t.co/p7nvuPcYBL"
## 
## [[9417]]
## [1] "vprights: @bl_baddie The miscommunication got me laughing hard 😭😭😭"
## 
## [[9418]]
## [1] "lacedcorsetry: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9419]]
## [1] "Hitch_Bl: RT @IFTVMarco: I don’t know the words to Morocco’s National Anthem but hearing and seeing how those fans were singing it just gives you chi…"
## 
## [[9420]]
## [1] "wxyay_: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[9421]]
## [1] "bdk_bs: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9422]]
## [1] "Wikiwolffstudio: HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD… https://t.co/hWvoRDWy8O"
## 
## [[9423]]
## [1] "RaysnYooms1: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9424]]
## [1] "tarotbybridget3: @passionate_xx knackered, rubbish, bl**dy in'it lovely(just sounds better in an English accent"
## 
## [[9425]]
## [1] "J_blackfeeling: Écoute c'est actuellement sur Bl@ckfeeling Radio https://t.co/wbGVV5TBvw. the Soul Crew - Live the Soul Crew show (… https://t.co/y1qodWnkCu"
## 
## [[9426]]
## [1] "Mewww218: Just wanna share my thoughts: \nI Indeed enjoying the storyline of BL series, and ofc I love to seeing the moment fr… https://t.co/MKBlIVFL3b"
## 
## [[9427]]
## [1] "aooblueryy: RT @jodanspace: WARNING SPOILER , SNEAK PEEK *bl\n\nl don't care\nHow Iong it takes\nAs long as l'm with you\nl've got a smile on my face https:…"
## 
## [[9428]]
## [1] "takeup_pk: \"Thankful\" Millie Bobby Brown Enjoys Vacation With Boyfriend Jake Bongiovi - E! Online\n\nMillie Bobby Brown is count… https://t.co/4dyI2QtzUW"
## 
## [[9429]]
## [1] "Kamila60319204: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9430]]
## [1] "iyeloveslife: RT @bisibilitea: interesting how no one promoted #Tilltheworldends cause it doesn't come from a big company and cause it comes from a guy w…"
## 
## [[9431]]
## [1] "bren_bl: RT @TechAmazing: Is this the future of medicine? Source @gigadgets_ https://t.co/WqyegMSBmm"
## 
## [[9432]]
## [1] "CoxWebSales: Check out this product 😍 Case 042 Stockman Amber Bone 😍 \nby CoxWebSales starting at $69.99. \nShow now 👉👉… https://t.co/dLocTfigkd"
## 
## [[9433]]
## [1] "DehiscenceArt: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9434]]
## [1] "KittyliciousBD: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9435]]
## [1] "Hyuhhnniena: @GINA__BEARS \"They're the most weirdest breed for a bl fandom.\" 🤭🤣 why are they discribing themselves..🤡"
## 
## [[9436]]
## [1] "stan_bts_clc_dc: RT @EveewMaturano: Both are the light, hope and support of the other 🖤🧡\n\n🌸 IG: @ eveew_art \n\n#19days #19天 #19daysfanart  #moguanshan #hetia…"
## 
## [[9437]]
## [1] "uarmysopee: Making salmon for dinner &lt;3 should  I watch my BL while it cooks?!"
## 
## [[9438]]
## [1] "anonHaak: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[9439]]
## [1] "theflotilla: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9440]]
## [1] "RobertMyers_BL: I really feel good about the top four teams here as well-coached squads that are good on both sides of the ball. Mi… https://t.co/Ztq76yeF1l"
## 
## [[9441]]
## [1] "20one_nnattawin: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9442]]
## [1] "RobertMyers_BL: A day early, since tonight's game won't factor into my NFL Top 10 rankings.\n\n1. Kansas City Chiefs\n2. San Francisco… https://t.co/N6oVRXeX5s"
## 
## [[9443]]
## [1] "promostking: Shell-R_E.Dye® Dust Coat\n#fashion\nAffiliate Link\nhttps://t.co/B6yF7VsBFy"
## 
## [[9444]]
## [1] "intaksmaniac: ALSO IN WHAT FUCKING BL SERIES IS SHE I RECOGNIZE HER"
## 
## [[9445]]
## [1] "Djang99: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[9446]]
## [1] "ChopuchaiNews: NEWS!\n\nTaiwan's #Vidol is recruiting actors aged 18 to 30 with up to 1,75cm to create a new BL series. https://t.co/ZgbnrT8UCI"
## 
## [[9447]]
## [1] "bedknees: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[9448]]
## [1] "Eriq72: RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…"
## 
## [[9449]]
## [1] "Humper42: @UprightSpeedway 5 World champions, 6 rostrums and 19/22 World finalists. The strength of the BL back!! and as… https://t.co/qTxGKnpy4U"
## 
## [[9450]]
## [1] "SquidViciousMMA: @arielhelwani @BrendanMMA AH: \"Do you know what sport that is?\"\n\nBL: \"It's hockey, right?\"\n\nGreat interview. Congrats @BrendanMMA"
## 
## [[9451]]
## [1] "jaydnn_r: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9452]]
## [1] "mksharma4269: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[9453]]
## [1] "Rainboway1919: Because they are full of it and B*g Bl*ck C*ck news source doesn't want ppl in Britain knows that democracy does no… https://t.co/nLshUmzq9g"
## 
## [[9454]]
## [1] "theKilliam7: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9455]]
## [1] "iminescent: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \"war paint\" paint as layers of chaos that can… https://t.co/CCLHA12art"
## 
## [[9456]]
## [1] "Dimebob: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[9457]]
## [1] "catgirlcrisis: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9458]]
## [1] "threadficfan: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[9459]]
## [1] "samsbvcky: RT @emil_vash: WAIT WAIT I KNOW HOW SAMI'LL CRUMBLE THE BL, He's gonna manipulate them into free happiness and tranquility!"
## 
## [[9460]]
## [1] "Hitch_Bl: RT @CrosbyNicky: Big fan of Morocco’s National Anthem. No idea what the lyrics mean but it gets the people going. #BEL #MAR https://t.co/jU…"
## 
## [[9461]]
## [1] "kdtnof: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[9462]]
## [1] "sfasciafamiglie: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9463]]
## [1] "aguila_bl: RT @RenewEurope: Today, we welcomed our partners from @RELIALred \n\nWe all agree on the importance of trade agreements to strengthen EU-LA r…"
## 
## [[9464]]
## [1] "MilkyWayBeyond: RT @BlackLo39629533: In all the world,\nthere is no heart for me like yours.\nIn all the world,\nthere is no love for you like mine.\nRemember…"
## 
## [[9465]]
## [1] "iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL,… https://t.co/hRiG1oMuos"
## 
## [[9466]]
## [1] "EarthMixBP: @khunwens Did I lie? other companies like DeepHouse trying new thngs like a period drama and gmmtv still stuck at U… https://t.co/CobndRgrkj"
## 
## [[9467]]
## [1] "emil_vash: WAIT WAIT I KNOW HOW SAMI'LL CRUMBLE THE BL, He's gonna manipulate them into free happiness and tranquility! https://t.co/emSZtUFsGX"
## 
## [[9468]]
## [1] "DarshanJajoo: @ndtv #NadavLapid YOU SUPPORTED KILLINGS OF #KashmiriPandits #KashmiriPanditsGenocide ..\nTHIS BL🤬🤬D  IS ON YOU .."
## 
## [[9469]]
## [1] "mqkotoz: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9470]]
## [1] "anshinx3shitai: @xiaoaishiteru the first one was a theme song to a bl drama starring some juniors like they're making sure the girlies take a look"
## 
## [[9471]]
## [1] "hail_ge: RT @Momotexx: GUYS THE PANTS ARE NEXT💦 LETS DO IT🙏\n#akumillust #momarties #ScarredHeartComic #BL https://t.co/eMMu1yotOQ"
## 
## [[9472]]
## [1] "Syzyg3tic: It's so wild that this kiss broke the mold, and yet we've still come so far wrt kissing and intimate scenes in Thai… https://t.co/QRB5CGYs8u"
## 
## [[9473]]
## [1] "SUPAMASHOMMUEN: RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…"
## 
## [[9474]]
## [1] "bl_save: RT @j6hyun: We hope everyone from Kpop/K-community will continue to speak up and use their voice to change this rotten industry. https://t.…"
## 
## [[9475]]
## [1] "lmaoguesshoe: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[9476]]
## [1] "HannaTulah: This awesome comic deserves more attention!\n \n#BL #artistsontwitter #Romance\n\nhttps://t.co/OEq1q0fjeC https://t.co/BkvYhA4OHj"
## 
## [[9477]]
## [1] "king67ttvdq: CalTire 21X3 5 48 Fat Spoke Wheel 2008 2021 Harley Touring Models w/Tire and 11 8 Rotors Bolt on Ready Black Rim/Hu… https://t.co/u0of0Zv8P0"
## 
## [[9478]]
## [1] "vbsliker: RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3"
## 
## [[9479]]
## [1] "arbitalleg: Honestly, the greatest feat the Thai BL industry has ever pulled is making me think product placement is charming,… https://t.co/gpyyONOjjq"
## 
## [[9480]]
## [1] "letitsnow_05: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9481]]
## [1] "nils74y: DNA Motoring HITCH-ALU-001-BL Aluminum 6\"Drop Adjustable Dual Ball Trailer Tow Towing Hitch,Blue TXXTETQ… https://t.co/bUdyBn7pvj"
## 
## [[9482]]
## [1] "ktbugboo: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9483]]
## [1] "promos_follower: [Amazon] Cabo de internet PATCH CORD UTP CAT5e 26AWG 20 METROS AZUL CY-PC20.0M-5-BL - SECCON R$ 28,47 #desconto… https://t.co/xEVet38ujT"
## 
## [[9484]]
## [1] "Lemonpartyman: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[9485]]
## [1] "isaidwhatiwant2: RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…"
## 
## [[9486]]
## [1] "noemi54pb: Fragola Performance Systems 900617-BL Y-Fitting 16An Male Inlet X 12An Male Outlets Black OJK9BMP\n\nhttps://t.co/qsdFHjLx7Y"
## 
## [[9487]]
## [1] "PPlove0011: RT @mhatter229: Leave Japanese BL alone, thank you ! \n\nTell gmmtv to stay the fuck away from kiekoi"
## 
## [[9488]]
## [1] "rosenbaumpwd: Fragola 892004-BL Black 6AN Male to 1/4\" Tube Adapter Fitting PAJQHFN\n\nhttps://t.co/1vB4btRBzc https://t.co/HmG5sHfBx7"
## 
## [[9489]]
## [1] "4yXk7dyd4AEoU1t: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[9490]]
## [1] "Fujoshi4lifeu: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9491]]
## [1] "afaoundalove: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[9492]]
## [1] "_nattbff_: RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…"
## 
## [[9493]]
## [1] "EarthMixBP: I watched all the trailers and honestly gmmtv 2023 is a dissapointment. not only we don't have an EM series but the… https://t.co/sI84tvzhwm"
## 
## [[9494]]
## [1] "taeyeonaes: I need Suho to act in a BL"
## 
## [[9495]]
## [1] "xxPusimasterxx: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9496]]
## [1] "FrankDElia7: @elonmusk This report? Algorithmic Amplification of Politics https://t.co/D7JacuV1X1…? We already knew Twitter boos… https://t.co/GwJFc5gdBX"
## 
## [[9497]]
## [1] "PaulinaK55: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9498]]
## [1] "Adriana29433203: @drjorgerachid Bl bla glaciares"
## 
## [[9499]]
## [1] "bootlegbootlegs: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9500]]
## [1] "xredcarpetgrave: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9501]]
## [1] "FlorenceBourgne: RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…"
## 
## [[9502]]
## [1] "Aaron0017969: One of the best drawings of all time\n \n#painting #BL #sizetwitter\n\nhttps://t.co/RphQuyJKxw https://t.co/JkIo8IcBlg"
## 
## [[9503]]
## [1] "gwiwolXx: RT @Cloudkourin: Don’t make eye contact with the weird senpai and he won’t come over (too late)\n\n#prsk_BL #類彰 https://t.co/vWA97NjSUp"
## 
## [[9504]]
## [1] "DougStorm4: @BL_Balthaser Two rabbis in santa suits walked into an elf bar..."
## 
## [[9505]]
## [1] "jakakxm: @Priyanshi_222 @_BeLLA_rh_ Donee @bl_kao01"
## 
## [[9506]]
## [1] "faulttolerant_: RT @OddsocksTango: If seeing a few BL shows that show sex scenes between consenting adults is enough to make you think queer people only th…"
## 
## [[9507]]
## [1] "gwiwolXx: RT @RUlAKl: i doodled the sillies #類彰 #prsk_BL 🎈🥞 https://t.co/8jPuHoYI24"
## 
## [[9508]]
## [1] "Suree13973122: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9509]]
## [1] "PinellasCo911: Alert: MOTOR VEHICLE COLLISION @ US HWY 19-UNDER/GULF TO BAY BL Tac: B Sent: R48 E47"
## 
## [[9510]]
## [1] "HechamTmt: @ColonelWilliam4 lmg I'm so desensitized to gore pmg omgon gom omg omg i do not have feelings omg I'm so desensitiz… https://t.co/YOSk74NLAD"
## 
## [[9511]]
## [1] "flatleytkzh: iPower 96\"x48\"x78\" Hydroponic Water-Resistant Grow Tent with Removable Floor Tray for Indoor Seedling Plant Growing… https://t.co/7VpelNY19m"
## 
## [[9512]]
## [1] "august6407: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9513]]
## [1] "SHOPonSHOP1: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9514]]
## [1] "pt_croissant: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9515]]
## [1] "bl_ooming13: RT @ViaLactea_press: 𝑽𝒊𝒂 𝑳𝒂𝒄𝒕𝒆𝒂 .⋆ :・゚\n\n✦ Limerence (English Edition)✦\n✎...Jiang Zi Bei\n\nPei Ran recently noticed two things.\nFirst, his bo…"
## 
## [[9516]]
## [1] "wheeinthefandom: RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app"
## 
## [[9517]]
## [1] "Con_kwest: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9518]]
## [1] "euu_bl: Spider man- Miles Morales"
## 
## [[9519]]
## [1] "Yharr16: This manhwa is awesome! I can't get enough of it!\n \n#Intoxicated #Bahasaindonesia #bl\n\nhttps://t.co/n0iZw6O5pJ https://t.co/782ajo0zQ0"
## 
## [[9520]]
## [1] "DramalandBlog: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[9521]]
## [1] "Person35278572: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9522]]
## [1] "vuhnillabeandip: RT @S4narchist: how come this looks like a bl character. It's probably called \"My boyfriend, the fuckboy idol\" and it's about shy fanboy/pr…"
## 
## [[9523]]
## [1] "Gee_Reads: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9524]]
## [1] "oockodzuken: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9525]]
## [1] "cattawin_lover: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9526]]
## [1] "PaulinaK55: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[9527]]
## [1] "Kelli12482587: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9528]]
## [1] "Onixperado: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9529]]
## [1] "lait911: Echo Park | Structure Fire reported at N Glendale Bl / W Colton St\n\nhttps://t.co/Y64eLr7aoB\n#lafd #lafdalert"
## 
## [[9530]]
## [1] "SamuelCasal666: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9531]]
## [1] "ghouIfiles: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9532]]
## [1] "kaesmoon: RT @bishiepro: Find our original Sakura illustration on @bishiebox booth next weekend at #sakuracon limited quantity available. \n\nSeries @V…"
## 
## [[9533]]
## [1] "kissable202bi: RT @RealTimeNews10: STUDENT ARRESTED W/GUN AT SCHOOL: Frederick Douglass High 9000 Bl. of Croom Rd. Upper Malboro, MD. PGPD responded this…"
## 
## [[9534]]
## [1] "lvrqueercntnt: RT @hamaocha: Cheek on cheek 💓\n#BossNoeul #BoNoH \n#Bosschaikamon #Noeulnuttarat \n#MagentaBoy #ShawtyBoss \n#LoveinTheAirSpecialEP https://t.…"
## 
## [[9535]]
## [1] "kissable202bi: RT @RealTimeNews10: SHOOTING: 6300 Bl. of Georgia Ave. N.W. MPD on scene investigating a shooting with one individual with gunshot wound in…"
## 
## [[9536]]
## [1] "kaesmoon: RT @bishiepro: Magic Genie Edmond at https://t.co/13UTwAEl34 \n\n*Ordering Period: Sep 16th to Sep 30th, 2022 *Scheduled To Be Shipped: Mid N…"
## 
## [[9537]]
## [1] "adamcharit: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9538]]
## [1] "briiii89: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9539]]
## [1] "keetiddies: RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…"
## 
## [[9540]]
## [1] "KetFN2: @Jur3ky @Vicotryona Omg JURKY chcek my post about BL"
## 
## [[9541]]
## [1] "VitaminA_______: @Hendrixx_bl_ack You’re killing that poor girl 😂😂😂😂"
## 
## [[9542]]
## [1] "1run2u: We don't talk about best BL manhwa with Out of Control being left out, literally my favourite"
## 
## [[9543]]
## [1] "ana_coro2: RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…"
## 
## [[9544]]
## [1] "TheYaoiShelf: Okay so maybe it's not BL, but our discord collectively lost it over this trailer https://t.co/qptOiiVj9h"
## 
## [[9545]]
## [1] "felidae_somni: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9546]]
## [1] "dcsteaksub: @basiil_leaf happy birthday BL"
## 
## [[9547]]
## [1] "ricekink: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9548]]
## [1] "ikujaki: towa is probably the coolest and sexiest bl protag i've ever played aaaah ;;;;;;; (sorry aoba &amp; rei tengenjibashi b… https://t.co/FcIfPb2hTH"
## 
## [[9549]]
## [1] "PPlove0011: @worldofdrama01 They seriously do, I need them in another series one more time, and some of this hardcore delusiona… https://t.co/2xL0g6OcYZ"
## 
## [[9550]]
## [1] "ThatMothLive: @Bl_artemis Same"
## 
## [[9551]]
## [1] "Asmidiske3: Hey BL world! I read this bl ages ago and cannot remember the title! The story goes: MC gets hit by a signboard, ge… https://t.co/TkjPENTyw1"
## 
## [[9552]]
## [1] "igt_8hotmailcom: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[9553]]
## [1] "emil_vash: @prettytatamic The one I was hot on for awhile was Sami bringing in Solo instead of the elders, there were some imp… https://t.co/ZRICs7lwpr"
## 
## [[9554]]
## [1] "Arai8Zo: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9555]]
## [1] "naoomrak: RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz"
## 
## [[9556]]
## [1] "camedieval: RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…"
## 
## [[9557]]
## [1] "95pvrkjimin: this reminds me of when anime twt was rec’ing banana fish to people without proper warnings and advertising it as s… https://t.co/0sPpGoIeox"
## 
## [[9558]]
## [1] "Bl_artemis: @Emily_The_Fox Same, maybe it’s cause I adore Nobe but at the same time like….it’s good to be cautious"
## 
## [[9559]]
## [1] "amoAdrian_BL: @AndresGSam @STFC_CDN @STFC_Matters @PereiraAcedoLab @UKRI_News @uclmedsci Congratulations! 🎉"
## 
## [[9560]]
## [1] "kkkute21: RT @zhenxin04: i think bl stans might actually be weirder than kpop stans"
## 
## [[9561]]
## [1] "ala_art_lab: RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…"
## 
## [[9562]]
## [1] "Dixon34235165: RT @BL_Scenery: ✨ BL SERIES AND MOVIES FOR DECEMBER 2022\n\n01 - #OhMyAssistant 🇰🇷\n02 - #MySchoolPresident 🇹🇭\n02 - #609BedtimeStory 🇹🇭\n03 - #…"
## 
## [[9563]]
## [1] "bl_country: Excited to share the latest addition to my #etsy shop: Corn Bag Heating And/Or Cold Pack https://t.co/YlWSPpS27I… https://t.co/wuxhDT64ds"
## 
## [[9564]]
## [1] "gIamourss: @esthpuh TEN RUNNING THAILAND?:£3):&amp;:&amp;:! when he band all the thai bl’s https://t.co/5yJ0x1CvRS"
## 
## [[9565]]
## [1] "ala_art_lab: @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @BOURGEOIIS_ @klunk22 @Nika_Rakhmanova… https://t.co/PXbDG86yW4"
## 
## [[9566]]
## [1] "smiley_yibo: @H4NVERSE mostly webtoons/manga or Chinese novels.  currently rereading one of my favorites. it's a bl novel called mist"
## 
## [[9567]]
## [1] "peachywarut: Hii! Formally introducing myself : my nickname is june, 25, law student and bl addict since this year✌🏻 fell in lov… https://t.co/oaUTnrfOrj"
## 
## [[9568]]
## [1] "Marie69_28387: @MsAlliLux He replied to my very serious threats with \"OK\"\n\nDebating if I should BL him or not. I absolutely feel i… https://t.co/u1TRDKlkrN"
## 
## [[9569]]
## [1] "PinellasCo911: Alert: MOTOR VEHICLE COLLISION @ 5317 PARK BL N Tac: B Sent: T33 E16"
## 
## [[9570]]
## [1] "Bl_artemis: If he ends up super evil I’ll be heartbroken:( https://t.co/KSOuD43FFj"
## 
## [[9571]]
## [1] "BL_Dwyer: @SjvTesla @garyblack00 @WholeMarsBlog @MartinViecha Yes, but it wasnt the purchase itself thats eroding TSLA. Its t… https://t.co/31ejQjcvbp"
## 
## [[9572]]
## [1] "joanedeluko: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9573]]
## [1] "Beenhakitty: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[9574]]
## [1] "kato6301: RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…"
## 
## [[9575]]
## [1] "99plumeria: on Wed. Bl*ckp*nk in your area 😁. One of their songs is Lisa Simpson's fav and was featured in a recent ep of that… https://t.co/MglfgOrGHe"
## 
## [[9576]]
## [1] "Lawren_Chii: \"I, the Empress, Will Become Emperor\" is an absolutely perfect comic! It's living rent free in my head!\n \n#BL… https://t.co/22PxxLVf3U"
## 
## [[9577]]
## [1] "KinoAlyse: @bl_artcult @delta_sauce Nothing like warm, satisfying alpha. https://t.co/OtI7iPXZbm"
## 
## [[9578]]
## [1] "sangwooserror: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9579]]
## [1] "noxuanji: RT @risolco: My 2.5D Romance ep 6 is here! ▶️#25DR #webtoon\n\n#webtooncanvas: https://t.co/nHyZqk6wyN\n#tapasmedia: https://t.co/E971L22ekn…"
## 
## [[9580]]
## [1] "yuriusarandalm: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9581]]
## [1] "MileApo__only: RT @mileapotrendwor: ⚠️💛Hello UNNAMED PLEASE VOTE MILEAPO⚠️💚\n1. best couple !!!!\nhttps://t.co/PRq9bKYBrj…\n\n2. actor of the year \nhttps://t.…"
## 
## [[9582]]
## [1] "marwane_bl: RT @tancredipalmeri: According to Sky Italy director, Juventus situation could be same dangerous as in 2006, and something huge is gonna bl…"
## 
## [[9583]]
## [1] "britboy77: Yeah...it's a slow news day BL🤣🤣 https://t.co/rwmu8LqURb"
## 
## [[9584]]
## [1] "akshsoab: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9585]]
## [1] "ManekiNekoAIArt: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9586]]
## [1] "20one_nnattawin: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[9587]]
## [1] "JPA_PID_Filler: @SO2portaloos @NAHEIHCIR @NatashaMDay @thetimes Same. Although I’ve tried to volunteer 2-3 times (I’m BL trained) a… https://t.co/lSJGCjY0kx"
## 
## [[9588]]
## [1] "inferiorcon: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9589]]
## [1] "natnatbat1: @cybersuccubus Got strep throat for the first time last year when I was visiting the bf in BK and was spending more… https://t.co/nJns7ZqPqU"
## 
## [[9590]]
## [1] "bl_artcult: @KinoAlyse @delta_sauce This one is going to be extremely alpha. Top tier."
## 
## [[9591]]
## [1] "AveryHorton116: @PaulTassi @Forbes The franchise / story yes, but D2 the game itself is on life support - it is made from the same… https://t.co/gAPrRF5f8j"
## 
## [[9592]]
## [1] "Bunbearvk1: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9593]]
## [1] "JeiNostalgic: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9594]]
## [1] "saItfIats: @lunaIovers in public trying to hold back my tears bl is so healing"
## 
## [[9595]]
## [1] "thefluffydoll: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9596]]
## [1] "Lionheartglass: RT @zoe_let: @viyomiarts Thank you for the artshare.\n\nI'm Zoe I do queer horror, BL and monsterboys. I'm a traditional artist inspired by m…"
## 
## [[9597]]
## [1] "Bl_shipper89: RT @tzdnx800: Xie Lian’s sexual awakening is also part of his character development 😤 stripping him of that is also taking away important p…"
## 
## [[9598]]
## [1] "jazz_0ii: @minhoshannie Bl+harry was a thing I didn't know I need it PLUS minsung!!!!! AHH"
## 
## [[9599]]
## [1] "RadHominin: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[9600]]
## [1] "spin_act1on: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9601]]
## [1] "SayadlR: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9602]]
## [1] "the97god: I was abt to ask the name of the bl😓"
## 
## [[9603]]
## [1] "Patricia_BTS_PT: RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…"
## 
## [[9604]]
## [1] "BL_Worshipper: Congratulations Meatbun🥰🥰🥰 https://t.co/6Yk08p5CCg"
## 
## [[9605]]
## [1] "borbaiboong: RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…"
## 
## [[9606]]
## [1] "Peirescius1: My first three BL. started from the bottom 😔🙏 https://t.co/cuoAv9MNrb"
## 
## [[9607]]
## [1] "msmrmoony: GUYS DO YOU HAVE GOOD BL RECOMMENDATIONS (THAT ARE SFW) WITH A TRANS GUY."
## 
## [[9608]]
## [1] "etrszsrr94: RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2"
## 
## [[9609]]
## [1] "slash_srv_ray: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[9610]]
## [1] "ABARTH_Blog_BL: RT @Driven247yt: 595 Scorpioneoro 😯\nhttps://t.co/PtlClGqvES for blog post from this meet. \n•\n#abarth #abarth595 #abarth500 #fiat500 #abarth…"
## 
## [[9611]]
## [1] "rayanaach: YOU DREW STARS AROUND MY SCARSSSSS NOW IM BL€€D!NGGHHGG"
## 
## [[9612]]
## [1] "CielsSimp: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9613]]
## [1] "kaeyamores: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9614]]
## [1] "altechist: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9615]]
## [1] "reddiegotfree: ever since 2gether i'm wary of popular bls, i found that when half the people gets really angry about a bl and the… https://t.co/05ijQv7WdT"
## 
## [[9616]]
## [1] "londyalexg: *looking at all the BL in the manga section* Ooo i want you i dont know if i need you but oooo I’d die to find out"
## 
## [[9617]]
## [1] "bl_artcult: @EMEDobleNFT @aguilar_ve @lamengana @pneumaninesix Thank you my friend, cheers 🥂"
## 
## [[9618]]
## [1] "ROCKPICKR: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9619]]
## [1] "EMEDobleNFT: @bl_artcult @aguilar_ve @lamengana @pneumaninesix Happy to see you here!! Well deserved!! 💀🤟🏼"
## 
## [[9620]]
## [1] "heavenlydazai: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9621]]
## [1] "apricotsushi: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9622]]
## [1] "stehr12ywygx: Blitzer EAC10A-BL 10-Acre, 110-Volt AC-Powered Electric Fence Charger JQLZJKK\n\nhttps://t.co/Ca3SxtMtXe https://t.co/H9FdsuHXQ4"
## 
## [[9623]]
## [1] "QmediaFX: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9624]]
## [1] "fuckittycat: @Magikewl_Slayer Is this actually bl"
## 
## [[9625]]
## [1] "Jazmin33814800: @hlslaundryday I don't get why people should care what a writer does, if they like it they'll read it if not they'l… https://t.co/2U3pD8ENHc"
## 
## [[9626]]
## [1] "hgjslapbunny: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9627]]
## [1] "hypsclera: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9628]]
## [1] "Magikewl_Slayer: BL is saved https://t.co/cpwqT1icMF"
## 
## [[9629]]
## [1] "AngyCottontail: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9630]]
## [1] "MsGuiles: The Truth About American Slavery. Uncovered By The GOAT🐐 #WhiteSlavs #Bl... https://t.co/10RxpFJxQj via @YouTube"
## 
## [[9631]]
## [1] "falfouuul: Bon khdamt l math bl behi lyouma 🥰 my day wasn't that bad"
## 
## [[9632]]
## [1] "rtArtBoost: RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…"
## 
## [[9633]]
## [1] "midoriirl: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9634]]
## [1] "bbius_luver: @bl_verse Yess yess!! Please please mam I'll be very thankful if you will send me🥹"
## 
## [[9635]]
## [1] "daisypeony: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9636]]
## [1] "bl_artcult: @PunkTwelve 🙏👁️ so crazy, thank you!!"
## 
## [[9637]]
## [1] "3touzi: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9638]]
## [1] "kanekieken6: RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…"
## 
## [[9639]]
## [1] "Peirescius1: @beansinbread I'll put it on my list 😍 I'm ngl tho my first 3 bl were all manhuas 💀"
## 
## [[9640]]
## [1] "PinellasCo911: Alert: MOTOR VEHICLE COLLISION @ US HWY 19 N/MAINLANDS BL Tac: B Sent: E36 T33"
## 
## [[9641]]
## [1] "unresponsives: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9642]]
## [1] "SimplyShoyo: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9643]]
## [1] "thatmarineguy21: RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…"
## 
## [[9644]]
## [1] "YaelDraw: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9645]]
## [1] "noda19911: @mallettka @fforcejs Oooh the hottie is force, he is from gmm, got a bl called enchante with another boy called book, his bestie"
## 
## [[9646]]
## [1] "Bl_artemis: The new TFF episode made me more wary of Nobe……BUT IT ALSO MADE ME ADORE HIM SO MUCH MORE-"
## 
## [[9647]]
## [1] "hodlgoddess: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9648]]
## [1] "_chcow1nt_: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9649]]
## [1] "amli_art: @joynxyz @illustrata_ai @bl_artcult So excited to see all the entries!"
## 
## [[9650]]
## [1] "magne_toes: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9651]]
## [1] "kak_dc: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9652]]
## [1] "FliptheLast: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[9653]]
## [1] "arisdesert: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9654]]
## [1] "AndrewGKhalil: @RanaOmran1 It's all about interests..\nE7na lw msh mohtmen bl makeup 3omrna ma hanfhm basics feeh mahma kant blnsba… https://t.co/XlqNHgmzYs"
## 
## [[9655]]
## [1] "s_germann: RT @bldramaheaven: so, after watching some of the most iconic BL couplings - I'm looking at you, Bad Buddy - I can easily say that #OhmFluk…"
## 
## [[9656]]
## [1] "MileApoHungary: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9657]]
## [1] "ArtSenseNFT: @aguilar_ve @bl_artcult @lamengana @pneumaninesix Loved this your folder. 😍"
## 
## [[9658]]
## [1] "SeanOBr70320307: @elonmusk Because you're a bl*ther*ng *d*ot. That part is really obvious. Come back down to earth with the rest of… https://t.co/i4irzen8Z6"
## 
## [[9659]]
## [1] "ArtSenseNFT: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9660]]
## [1] "mspatbbs: b-b-buuutttttttt instead they come here, i prefer i come to see them bcs we all kno how ppl willl react if they fou… https://t.co/4788KHBoDY"
## 
## [[9661]]
## [1] "ShiloTsukasa: RT @shardofmoon: GUYS! My original BL (sen/guide) novel based on Limitless starring Alex and Marisol is now over 30 thousand words.\n\nI'll b…"
## 
## [[9662]]
## [1] "aguilar_ve: RT @PunkTwelve: 10th issue of the AGUILAR ART &amp; NFT Magazine is out! Featuring @bl_artcult 🔥🔥🔥"
## 
## [[9663]]
## [1] "irisdskye_95: RT @mero_se1: The new early access chapter 88  has been updated on Tapas and Patreon! \nWill Cyrus agree to the marriage proposal?\nThank you…"
## 
## [[9664]]
## [1] "SIKHYEL0V: this acc has turned into a bl one lately lmao"
## 
## [[9665]]
## [1] "INVESTORQ4: @bryght_nelson @dreyinker Ur werey no get level .. just brings out proof.. Na criminal 4 ur mind but him no get cas… https://t.co/wgBEqygEwR"
## 
## [[9666]]
## [1] "ClaireGroves19: Amazing to see Lottie and Freya singing in their first concert with Wakefield Youth Choir this evening! Incredible… https://t.co/HhVWvXoUGN"
## 
## [[9667]]
## [1] "PunkTwelve: 10th issue of the AGUILAR ART &amp; NFT Magazine is out! Featuring @bl_artcult 🔥🔥🔥 https://t.co/xUocmrORUq"
## 
## [[9668]]
## [1] "aguilar_ve: @bl_artcult @lamengana @pneumaninesix Wonderful experience my friend! Really... 🙋🏻‍♂️👏🏼👏🏼👏🏼 We're honored to meet y… https://t.co/uzwICtTG4Q"
## 
## [[9669]]
## [1] "aesopcarls: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9670]]
## [1] "possiblycatgirl: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9671]]
## [1] "ilovestuffist: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9672]]
## [1] "izumipng: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9673]]
## [1] "ahihikos: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9674]]
## [1] "cherishxianxian: RT @JASTBLUE: Now that @Varenyett_bl has announced it, JAST BLUE is proud to say that Sorcerer's Choice: Angel or Demon is our next title!…"
## 
## [[9675]]
## [1] "tenoko1: RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…"
## 
## [[9676]]
## [1] "CINAMR0LL: RT @TheSevenSinz_: Bl!nks in the quotes, weren't yall crying \"feminism\" just a few hours ago? What happened? Bunch of pathetic hypocrites💀"
## 
## [[9677]]
## [1] "delta_sauce: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9678]]
## [1] "04rlequin: seeing people tweet about Gay Yuri, Lesbian Yaoi, and Gay Straight after seeing jp fans talk about Yuri BL ships is… https://t.co/e3UBKTYc9y"
## 
## [[9679]]
## [1] "KCGZw4zMg6a07Zf: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9680]]
## [1] "wakanuii: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9681]]
## [1] "gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and som… https://t.co/tAbmrxM8D2"
## 
## [[9682]]
## [1] "onlyduskheart: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9683]]
## [1] "dzit_u: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[9684]]
## [1] "amli_art: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9685]]
## [1] "w3iying: RT @MileApoGuardVTS: DAILY VOTE\n\n1.https://t.co/x6APsApjrw\n\n2.https://t.co/u1OEEu6mbT\n\n3.https://t.co/HLJ3Hq0bHk\n\n4.https://t.co/LAnmGs6KtD…"
## 
## [[9686]]
## [1] "riiayuu: Hirasaka Mei and Nanako talking about BL classics like Kichiku Megane is taking me out 😭"
## 
## [[9687]]
## [1] "velvetpumpkin13: Giolì &amp; Assia - Even If The Time Will Pass By (I,II,III) @Reynisfjara Bl... https://t.co/eNFvn4HWfl via @YouTube \nbeautiful 💜💜"
## 
## [[9688]]
## [1] "Lyon_Sin: @staru_gummy Staru writing BL that crazy"
## 
## [[9689]]
## [1] "bl_artcult: @moldybleach @HODLFrance @DionMedici @IrrecusableNFT 100%. We're here now."
## 
## [[9690]]
## [1] "ClownBeeBTS: RT @shardofmoon: GUYS! My original BL (sen/guide) novel based on Limitless starring Alex and Marisol is now over 30 thousand words.\n\nI'll b…"
## 
## [[9691]]
## [1] "kajiiyama: Anyone have any complete bl webtoon recs it can be explicit or bad even as long as the art is good and the relation… https://t.co/pNndTZY0ua"
## 
## [[9692]]
## [1] "makomo_1016: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9693]]
## [1] "CLTA_TWT: All these weak hero class interview edits made me think that the series is a bl series even though its not. 😭"
## 
## [[9694]]
## [1] "nnguyenmoc: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9695]]
## [1] "shardofmoon: GUYS! My original BL (sen/guide) novel based on Limitless starring Alex and Marisol is now over 30 thousand words.… https://t.co/sTJPjZHn0g"
## 
## [[9696]]
## [1] "ButtonMash_Show: @ANGELlCATE everyone's name should have a bl manga lmao"
## 
## [[9697]]
## [1] "MileApochest: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9698]]
## [1] "TheSirenBella1: The sex scenes in this are unreal! I'm used to such seiso BL! I hide behind my pillow like a scary movie when these… https://t.co/230rXLVKZ1"
## 
## [[9699]]
## [1] "tha_magi: Is it getting hotter or are more bl………. Nvm nvm nvm 😂😂😂😂😂😂"
## 
## [[9700]]
## [1] "MileApochest: RT @MileApoGuardVTS: DAILY VOTE\n\n1.https://t.co/x6APsApjrw\n\n2.https://t.co/u1OEEu6mbT\n\n3.https://t.co/HLJ3Hq0bHk\n\n4.https://t.co/LAnmGs6KtD…"
## 
## [[9701]]
## [1] "MileApochest: RT @MileApoGuardVTS: HERE'S THE LIST OF ONGOING VOTING FOR MILEAPO \n1 https://t.co/KVgTj74pIp\n2 https://t.co/LmFrhWNw6p\n3 https://t.co/bOwP…"
## 
## [[9702]]
## [1] "IMMAD10124612: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9703]]
## [1] "AAngela98765: @DoctorSam7 @ChaseJYoung1 A balanced literacy/discovery/constructivist approach and a structured literacy/explicit… https://t.co/QakgnHhF3U"
## 
## [[9704]]
## [1] "Vagelisp4: RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: \"oh wow this r*bl*x video has really spiralled out of control\"\ncurr…"
## 
## [[9705]]
## [1] "pencilsalaya: RT @MileApoGuardVTS: HERE'S THE LIST OF ONGOING VOTING FOR MILEAPO \n1 https://t.co/KVgTj74pIp\n2 https://t.co/LmFrhWNw6p\n3 https://t.co/bOwP…"
## 
## [[9706]]
## [1] "pencilsalaya: RT @MileApoGuardVTS: DAILY VOTE\n\n1.https://t.co/x6APsApjrw\n\n2.https://t.co/u1OEEu6mbT\n\n3.https://t.co/HLJ3Hq0bHk\n\n4.https://t.co/LAnmGs6KtD…"
## 
## [[9707]]
## [1] "ArthurSalari: @OGMangaHunter Can't wait to see if that BL can keep me intrigued with its antag\n\nBut most importantly: how good ca… https://t.co/WsGx2HZsCz"
## 
## [[9708]]
## [1] "CINAMR0LL: a bl!nk and a sw!ftie ofc not surprised at all https://t.co/gbzV01XXei"
## 
## [[9709]]
## [1] "RickWadeArt1: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9710]]
## [1] "elias_BL: Bring on the Tesla Phones and software ;) @elonmusk"
## 
## [[9711]]
## [1] "w3iying: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9712]]
## [1] "ChaoticYuki_: @GoldenH48814905 its a BL drama, its got 8 EP's"
## 
## [[9713]]
## [1] "EastH2023: RT @shabbiddie: Why are kpop stans on the tl threatening to bl*w *p the bbc can someone explain 😭"
## 
## [[9714]]
## [1] "Theniizzdrf: “Troub in de fam! Ees what for?” He took an ancient bl     https://t.co/47OB9X9iHa"
## 
## [[9715]]
## [1] "SSf1609: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9716]]
## [1] "staru_gummy: for a month straight i've been having the same reoccurring dream. i'm just turning it into BL"
## 
## [[9717]]
## [1] "taylorbwyatt: RT @invertv_dcape: The latest Day 2 outlook continues a rare MDT risk with a slight expansion eastward to account for potentially long-live…"
## 
## [[9718]]
## [1] "boba_boobies: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9719]]
## [1] "quipianist: @WaylonJ226 @TimLasson @brianlilley I hate this bl—dy word \"harvested\" for hunters. They don’t grow the geese, the… https://t.co/KAMMjGwg09"
## 
## [[9720]]
## [1] "Marco70389085: RT @Liaa09722332: #คุณชายตอนจบ The masterpiece of the whole BL industry. I have been a fan of  BL series over 5 yrs (may be from 2017) This…"
## 
## [[9721]]
## [1] "EliLeno: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9722]]
## [1] "BristolMari: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9723]]
## [1] "kookoobaby22: RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…"
## 
## [[9724]]
## [1] "SpiritOfBichen_: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9725]]
## [1] "9294bff: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9726]]
## [1] "myac0re: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9727]]
## [1] "LoveOfLearning4: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[9728]]
## [1] "All_aMIRRican: @goldiegottweets I feel like she’s prolly had both tbh, like she got them removed and then got a BL to get it shaped again?"
## 
## [[9729]]
## [1] "five_myheart: I am starting to believe I have a pattern with BL ACTORS…. 😭😭"
## 
## [[9730]]
## [1] "heart_dreamerg7: RT @sususiaoo: People: you should stop watching BL\nMe: \n#LoveinTheAirSpecialEP https://t.co/WrHFpEOUsZ"
## 
## [[9731]]
## [1] "CookieDoh12345: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9732]]
## [1] "NazirMinhas5: @Mone_fb @Flow_bl It.s not with Twitter but due Pakistan youth and patwaris"
## 
## [[9733]]
## [1] "angiecakes1990: @monarch_nooroo @L4DYNOIRE BL reader here its heavily pointing at 2 eps\nplus writers confirmed everything will be r… https://t.co/gVSbcO3Sf7"
## 
## [[9734]]
## [1] "xingxing_er: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9735]]
## [1] "bl_artcult: @aguilar_ve @lamengana @pneumaninesix Wow, thank you SO MUCH for having me in this month's issue. Amazing interview… https://t.co/qQK4iOBlis"
## 
## [[9736]]
## [1] "JamesLouise7: @tbaudinette Oh no! Too sick for even watching BL?? I hope you feel better soon."
## 
## [[9737]]
## [1] "XCrysalis: alternatively-\n\nPawoo: \"Hey what does GL and BL mean?\"\n\nTirol: \"Oh honey, how much time ya got?\""
## 
## [[9738]]
## [1] "SpiritOfBichen_: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9739]]
## [1] "jokerphobix: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9740]]
## [1] "pawan2469: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9741]]
## [1] "suninhersmile: CAN SOMEONE RECOMMEND A GOOD BL MANHWA PLEASE IM DESPERATE"
## 
## [[9742]]
## [1] "okayyhe: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9743]]
## [1] "tommy__bl: RT @backendoc: gettin rejected by a hoe gotta be one of the worst feelings like u let niggas run trains on you but it’s a no for me???"
## 
## [[9744]]
## [1] "jeanorjan: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9745]]
## [1] "XCrysalis: Bisco, looking at his new manga options: \"Hey Milo, what does BL mean?\"\n\nMilo, having prepared for this day: /play… https://t.co/la6jazkCAa"
## 
## [[9746]]
## [1] "bl_artcult: RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…"
## 
## [[9747]]
## [1] "kniaaji: BACA NIHH!! FOCUSED ON THEIR FRIENDSHIP! BUKAN BL! https://t.co/JlwLsrHC5i"
## 
## [[9748]]
## [1] "Born2LuvMileApo: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9749]]
## [1] "tommy__bl: RT @syhnner: my love language is to ruin my sleep schedule to talk to you"
## 
## [[9750]]
## [1] "MileApoGuardVTS: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9751]]
## [1] "BL_Nettie: @TheEastEndPoet I hope you’re both well soon. Look after each other  👩‍⚕️ 👨‍⚕️ xx"
## 
## [[9752]]
## [1] "Gray_Phantom_: @moonbeamrondo theres a military school arc depicting char and garma's school life (and a rebellion that eventually… https://t.co/1RWNeVlElT"
## 
## [[9753]]
## [1] "honeymins0613: RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…"
## 
## [[9754]]
## [1] "littelsevk: PROTHANE 7-1712-BL Black Urethane GM Style Big Block Engined Radiator Isolators NDO8E53\n\nhttps://t.co/Fc1ij8rkN3 https://t.co/cPZjH6ILNI"
## 
## [[9755]]
## [1] "gea_russell: RT @BL_prints: Visit https://t.co/QggKrmNYv7 to explore @britishlibrary maps, plans and views \n#EYAMapsPlans https://t.co/GoLMfIMugk"
## 
## [[9756]]
## [1] "MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4… https://t.co/OLcel08OE5"
## 
## [[9757]]
## [1] "HlMichael91: MACHSWON Trailer T-Handle Lock, Rear Fixing T Handle Lock Tool Box Garage Door Lock with 2 Keys for RV Caravan Moto… https://t.co/bTNB8D0Oqe"
## 
## [[9758]]
## [1] "UviPoznansky: Like #crime fiction? \nGet ♡❤ FERN SHAPES UP TO FORM ❤♡  by “@bl_els \"@Pizzazz_Books\n#99c\nhttps://t.co/8WehBHgLRf …  https://t.co/2xHlW28ySI"
## 
## [[9759]]
## [1] "kingduckington: RT @Satans_wifee: This is the first time i see a hot ml that is not for bl manhwa 🥹👏🏻"
## 
## [[9760]]
## [1] "elias_BL: I think that #Bayern will sign Füllkrug after this Worldcup :p he'll fill the Club's need for a CF and it'll be wel… https://t.co/XYeUNk6DHA"
## 
## [[9761]]
## [1] "prdsd4na: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[9762]]
## [1] "hibixcus: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9763]]
## [1] "BibleJMtul: RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…"
## 
## [[9764]]
## [1] "24Nyakallo: @EdwardthembaSa I saw it on the BL corner. Looks like a springbok."
## 
## [[9765]]
## [1] "kobe96qo: 500 Pcs Mini Brads for Paper Crafts, 8mm Round Metal Paper Fastener Brads DIY Making Flower Scrapbooking Decorative… https://t.co/cAXEjHQ0Ea"
## 
## [[9766]]
## [1] "KUROKElP: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9767]]
## [1] "ludi__brnn: RT @CoachMikeDunlap: Bucks/Mavs. Boil down. \nBoth teams shot 3 ball &amp; therefore no lead safe. GA percolating at magic level, BL covering pa…"
## 
## [[9768]]
## [1] "kniaaji: no bl. just friedship. https://t.co/fZkhZPJQsT"
## 
## [[9769]]
## [1] "JFaulkner4929: @eibarkingpessi @miguel97mtz @eatingcochie @ESPNFC Messi scored a penalty atleast, pendu didn't even touched the ba… https://t.co/XpRYls7qpu"
## 
## [[9770]]
## [1] "piapia4356: RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…"
## 
## [[9771]]
## [1] "manzin_o: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9772]]
## [1] "sara_sharifi_: “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/ynciVZRkBo"
## 
## [[9773]]
## [1] "MariReactsYT: Mari’s reaction to #MyBeautifulMan EP 5 &amp; 6 \n\n#reaction #patreon #react #bl #drama #jdrama #marireacts #retweet… https://t.co/G6mbJsuRp8"
## 
## [[9774]]
## [1] "shabbiddie: Why are kpop stans on the tl threatening to bl*w *p the bbc can someone explain 😭"
## 
## [[9775]]
## [1] "giornogiomomma: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9776]]
## [1] "BOURGEOIIS_: @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @klunk22 @ala_art_lab @Nika_Rakhmanova… https://t.co/wOvWx8I6ln"
## 
## [[9777]]
## [1] "bwschildren_997: RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…"
## 
## [[9778]]
## [1] "XxUltramashxX: RT @jgry__: new track ! 🫶🙇🫶 \n\nkinda wrote it as a main theme for a fictional game\n\nlmk what u think ! love as always &lt;33\n\nhttps://t.co/NXFi…"
## 
## [[9779]]
## [1] "trmgetontfloor: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9780]]
## [1] "promostking: T.CO+Old Effect Cargo Pants\n#fashion \nAffiliate Link\nhttps://t.co/9HYhYXCV85"
## 
## [[9781]]
## [1] "kennydb2013: Way over my bl as ck head https://t.co/55pVcnGQfF"
## 
## [[9782]]
## [1] "IowaLSA: Fiscal Update Article: FY 2024 Department Requests — Transportation, Infrastructure, And Capitals Appropriations Su… https://t.co/FFm0Z5XzvZ"
## 
## [[9783]]
## [1] "Quirk_Zombie: RT @AddyBrossWrites: If anyone is interested in a (definitely NSFW) aged-up, friends-to-lovers Twisted Wonderland one-shot fanfic, well, I…"
## 
## [[9784]]
## [1] "aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FRE… https://t.co/LvdWZBQuYI"
## 
## [[9785]]
## [1] "lowe40edde: StealthMounts Flex Battery Holders 24v | Flex Battery Mounts for Flex 24v Power Tools | 6 Pack | Flex Battery Organ… https://t.co/FuwQ8PA3XB"
## 
## [[9786]]
## [1] "SSf1609: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9787]]
## [1] "Imm_MinJournal: RT @historysunny: Free teacher CPD @britishlibrary on 1947 Partition of India!\n\nThe session will focus on the BL's new web resource ‘Voices…"
## 
## [[9788]]
## [1] "JeansMenss: VINTAGE USA LEVI'S 501xx BUTTON FLY DENIM JEANS 38\" W 31\" L MEDIUM WASHED BL https://t.co/178yhjsupp eBay https://t.co/jZIrwu8rTO"
## 
## [[9789]]
## [1] "Imm_MinJournal: RT @historysunny: Voices of Partition - a new web resource for teachers! \n\nI was lucky enough to help @BL_Learning team develop this new si…"
## 
## [[9790]]
## [1] "trinacrina: @ArashianPatx07 first time i saw it i thought it was a bl but that’s because i didn’t know much japanese and it was a repeat on ntv"
## 
## [[9791]]
## [1] "wlweezer: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9792]]
## [1] "strvngecvndy: @nagrom_bl NOT A DRILLLLLLLL"
## 
## [[9793]]
## [1] "metroherobot_bl: Eastbound 6-car BL/New Carrollton Train 459 has been holding about 1,646ft from New Carrollton on track 1 for at least 5 mins. (4:59pm)"
## 
## [[9794]]
## [1] "metroheroalerts: Eastbound 6-car BL/New Carrollton Train 459 has been holding about 1,646ft from New Carrollton on track 1 for at least 5 mins. (4:59pm)"
## 
## [[9795]]
## [1] "elcazen: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[9796]]
## [1] "krislaurencio21: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[9797]]
## [1] "tchaikovskv: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9798]]
## [1] "KNRNIsntHere: RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq"
## 
## [[9799]]
## [1] "BUB_BL_ES: Something that i did a year ago but time to throw it away, so say goodbye to the goofy grape 🍇 bedroom 😂 https://t.co/UBiGVcUWCS"
## 
## [[9800]]
## [1] "blworld2603: RT @mileapotrendwor: ⚠️💛Hello UNNAMED PLEASE VOTE MILEAPO⚠️💚\n1. best couple !!!\nhttps://t.co/PRq9bKZ9gR…\n\n2. actor of the year\nhttps://t.co…"
## 
## [[9801]]
## [1] "nyasougis: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9802]]
## [1] "blworld2603: RT @mileapotrendwor: ⚠️💛Hello UNNAMED PLEASE VOTE MILEAPO⚠️💚\n1. best couple !!!!\nhttps://t.co/PRq9bKYBrj…\n\n2. actor of the year \nhttps://t.…"
## 
## [[9803]]
## [1] "efferv3sc3nt: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9804]]
## [1] "ikraamMohamedA1: This manhwa is awesome! I can't get enough of it!\n \n#Skullgirls #BL #update\n\nhttps://t.co/VPQUUSuJiQ https://t.co/6pB7JW0GOE"
## 
## [[9805]]
## [1] "chipslament: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9806]]
## [1] "klunk22: @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @BOURGEOIIS_ @ala_art_lab… https://t.co/e6rruLQhn6"
## 
## [[9807]]
## [1] "shianieee: i was like oh what bl show is this just to realize that it's shinee 😂 hayst choi minho apaka fruity mo talaga 🤣 https://t.co/UtdOpukZna"
## 
## [[9808]]
## [1] "Nika_Rakhmanova: @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @BOURGEOIIS_ @klunk22 @ala_art_lab… https://t.co/519jWo8sOe"
## 
## [[9809]]
## [1] "izahmochi: RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…"
## 
## [[9810]]
## [1] "ZeldaMartiny: RT @LoveMacabre: Beauty and the Beast inspired break drawing.\nFreeman is also our \"red fox\" in the webcomic, so his Beast version has fox-l…"
## 
## [[9811]]
## [1] "NgahCharlene: The manhua has been feeding us so well\n \n#BL #artist #webtoon\n\nhttps://t.co/N3vjtLI5ao https://t.co/olgGHPadsk"
## 
## [[9812]]
## [1] "gekenkshop: RT @gekenkshop: • CARATBONG SVT \n\nSEALED : 2,800\nUNSEALED : 1,800\n\npayo / can dop but need dp and the bl once onhand\nsfeta (december dating…"
## 
## [[9813]]
## [1] "AddyBrossWrites: If anyone is interested in a (definitely NSFW) aged-up, friends-to-lovers Twisted Wonderland one-shot fanfic, well,… https://t.co/tKjtVUqVC0"
## 
## [[9814]]
## [1] "emardwaokl: Car Door Step - Foldable Car Door Step Supports Both Feet, Climbing Assisted Car Roof Portable Steps Pedal for SUV,… https://t.co/eb5GM8vvcy"
## 
## [[9815]]
## [1] "de_Nia_l: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9816]]
## [1] "BL_is_me: @slayer_agolf the next time she tells the truth is the first time"
## 
## [[9817]]
## [1] "dogsdontliket: @Zirnike @ToganJoe @fwe1991 @JamesCa70626795 @RGanley @RAGINxCAJUN @ThereseOSulliv2 @shellyt561 @WebGuyTV… https://t.co/YH0Shsnuxx"
## 
## [[9818]]
## [1] "CreativeTouche4: RT @RealTimeNews10: STUDENT ARRESTED W/GUN AT SCHOOL: Frederick Douglass High 9000 Bl. of Croom Rd. Upper Malboro, MD. PGPD responded this…"
## 
## [[9819]]
## [1] "DracoxxFerret: My thyroid doctor appointments were crazy. They asked me a lot of questions and made me do bl**d work. He said my t… https://t.co/osAkBLGVOt"
## 
## [[9820]]
## [1] "PiscaSan: @xinoei I HOPE TOU ENJOY HIM!! I haven’t checked his intimacy rooms yet but Edmond’s are truly shoujo bl"
## 
## [[9821]]
## [1] "reidoniss: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9822]]
## [1] "jiminluver75: If we think about it Neymar is the real enemy bc he’s a bl#nk https://t.co/5F0TmrbEoH https://t.co/VhPP04rYyV"
## 
## [[9823]]
## [1] "AllieSoFeMe: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9824]]
## [1] "Xialu03276194: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[9825]]
## [1] "vick_BL: RT @sadhorrorr: the shiver of the vampires by jean rollin https://t.co/NCYZkas5t6"
## 
## [[9826]]
## [1] "JaneSpendlove: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9827]]
## [1] "PollyRussell1: RT @rocking_bob: @BL_EcclesCentre @thetimes @hayfestival Thanks to @BL_EcclesCentre for giving me so much support!"
## 
## [[9828]]
## [1] "kngyqn2: I've read this manga multiple times! You should check it out, too!\n \n#Doujinshi #bl #FanArtFriday… https://t.co/P5ns6TRM14"
## 
## [[9829]]
## [1] "DrKotobuki: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9830]]
## [1] "bldramaheaven: ep. 10 of Until We Meet Again. the fog is lifting.\n\nI liked this episode much better than ep. 9. there is more driv… https://t.co/PB4eev4Bxy"
## 
## [[9831]]
## [1] "BL_is_me: @HawleyMO @Apple when is @hawleyMO going to start supporting ALL Americans interests instead of insurrectionists, a… https://t.co/BLspxTCjiG"
## 
## [[9832]]
## [1] "kisekianything: Neithardt was just seen in the BL  aisle! https://t.co/aJFILUKnUm"
## 
## [[9833]]
## [1] "Born2LuvMileApo: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9834]]
## [1] "NatashaRowley7: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[9835]]
## [1] "bl_artcult: @P_Azuro @0xTjo @AOTMgallery @Giga_Chad_Pepe @Vince_Van_Dough Beautiful work, congrats 🙏"
## 
## [[9836]]
## [1] "hmason22: RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…"
## 
## [[9837]]
## [1] "Shavlisclown: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9838]]
## [1] "Amber55J: SWEETT Slingshot Ammo Ball Clay 2100Pcs Biodegradable Clay Slingshot Ammo 38 Inch Hard Clay Slingshot Ammo Balls 9m… https://t.co/wrQPXjU4eJ"
## 
## [[9839]]
## [1] "jollof_rice_: RT @Its_The_Barbies: Happy Monday to all beautiful likeminded BW. Today’s message:\nMen are not the prize 💕💖✨✨\nDon’t let the bl⚫️ck manosphe…"
## 
## [[9840]]
## [1] "genetakav1c: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9841]]
## [1] "bl_diesel: I really do save the dumbest shit to my snap memories 🥴"
## 
## [[9842]]
## [1] "alterthesound: sister put on 21p bl*rryface in the car n it was so crazy to me cause she is the age now that i was when that album… https://t.co/9h6UKQwae5"
## 
## [[9843]]
## [1] "Bankaiwave: RT @_starbeacon: Day 2 of #zoluweek - Devotion | “I’d follow you into hell.” 🏴‍☠️💕🏳️‍🌈|| #zolu #zoro #luffy #zoroxluffy #onepiece #gay #BL…"
## 
## [[9844]]
## [1] "GertrudMller20: KILLED IN BATH TUB FILMED BY SPINDLER ANGELIKA  IN REINACH BL AERIA  PATIENCE JIMMY KILL  GUARANTERS  FROM VÖGELIHA… https://t.co/BJG2SMfmva"
## 
## [[9845]]
## [1] "promostking: Burberry Printed Shirt\n#fashion\nAffiliate Link\nhttps://t.co/8objZ25s0d"
## 
## [[9846]]
## [1] "RobertaRamsay7: RT @Grumpy_Steff: It’s a bl**dy disgrace! How dare they! @Tobias_Ellwood"
## 
## [[9847]]
## [1] "sds_levy: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[9848]]
## [1] "Vance_Vaa: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9849]]
## [1] "Vance_Vaa: @fudrilshi @getoskito I cure my mental breakdowns with BL since 2018"
## 
## [[9850]]
## [1] "newhumangenome: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9851]]
## [1] "YuiKarana: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[9852]]
## [1] "melbrethour: I am sharing my school data this week. I gave the data to each teacher, but created a pie chart for each grade, cyc… https://t.co/xTz5KNH0ZK"
## 
## [[9853]]
## [1] "KPW1453: RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…"
## 
## [[9854]]
## [1] "henxaio: i need xiaojun to be the main lead in a bl series"
## 
## [[9855]]
## [1] "_yamaguchiss: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[9856]]
## [1] "WorkdayPaddy: Learn why transparent reporting is critical for banks that want to improve their #ESG initiatives. #TeamWDAY https://t.co/HI6zui2hUG"
## 
## [[9857]]
## [1] "ninihuncult: @kaistrauma damn it... i need to convert yew to the bl world 🧍‍♀️👩‍🦯"
## 
## [[9858]]
## [1] "EmiliastansAi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9859]]
## [1] "Kamila60319204: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9860]]
## [1] "KevinAn45942701: “Fake” environmentalist David Suzuki outed by “real” journalist Brian Lilley. 😂\n\nI guess my mum always did tell me… https://t.co/ZTQc0Ngpgn"
## 
## [[9861]]
## [1] "JacobHuggins: RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…"
## 
## [[9862]]
## [1] "sIaytham: @lushachilles \"nombre del bl\" GET A JOB"
## 
## [[9863]]
## [1] "_Lily_Bl: RT @daniepictures: gorgeous in red https://t.co/NjF4CjJrKZ"
## 
## [[9864]]
## [1] "serepuff: that being said love stage!! is absolutely light hearted and silly goofy romancey even though theres a lot…of awful… https://t.co/45BSvqR3ul"
## 
## [[9865]]
## [1] "serepuff: okay listen…BL is not for the weak….every horrible trope you can think of IS in there but what nonfans dont get is… https://t.co/xgeCHhKM2y"
## 
## [[9866]]
## [1] "lettvcesalad: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9867]]
## [1] "lesbokomaeda: @CH3NGQING nooo fudans are men who like yaoi and BL, male equivalent to fujo. idk man @russiaphobe u know hapanese… https://t.co/KE2LAjjCm7"
## 
## [[9868]]
## [1] "samojend: Grab it like it's all mine. Indeed, Injunnie belongs to dreamies and czenies but why does this look like a scene fr… https://t.co/9xsXj3haqL"
## 
## [[9869]]
## [1] "acidframerate: RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…"
## 
## [[9870]]
## [1] "uxodexinnheru: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9871]]
## [1] "collegesoccerfr: Pittsburgh vs #1 Kentucky Men's Soccer 2022 | NCAA Soccer Championship https://t.co/2XKsggk7C3 via @YouTube"
## 
## [[9872]]
## [1] "Shawol_Mint: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9873]]
## [1] "sandskrithands: @Petesbiglife @Iraqveteran8888 Too much gri gri w/bl berry."
## 
## [[9874]]
## [1] "RBrowncean: Quluxe Terminal Bus Bar Terminal Block Brass Wire Screw Terminal, 6 Positions Screw Brass Terminal Grounding Strip… https://t.co/0bPLOCKxvI"
## 
## [[9875]]
## [1] "rsv69asr: RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…"
## 
## [[9876]]
## [1] "Italy_loves_bl: @milephakphum Goodnight 💚💚💚"
## 
## [[9877]]
## [1] "JeansMenss: VINTAGE USA LEVI'S SILVER TAB RELAXED DENIM JEANS 38\" W 32\" L LIGHT WASHED BL https://t.co/AcHMLHPehD eBay https://t.co/1aqVeThl0p"
## 
## [[9878]]
## [1] "Chrisland1405: RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…"
## 
## [[9879]]
## [1] "dianaaley: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9880]]
## [1] "CINEMAT1CS: RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3"
## 
## [[9881]]
## [1] "fusion_phise: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9882]]
## [1] "mero_se1: The new early access chapter 88  has been updated on Tapas and Patreon! \nWill Cyrus agree to the marriage proposal?… https://t.co/8BioKAz8eU"
## 
## [[9883]]
## [1] "Richardcolumnas: RT @BLMedieval: We're not really sure why digitising manuscripts associated with women could be considered woke.\n\nIn any case, we're very g…"
## 
## [[9884]]
## [1] "StuartKells: RT @red_loeb: Angels turning the axis of the world but the mechanism is creaking these days\n\nBL Harley MS 4940; Matfre Ermengaud's Breviari…"
## 
## [[9885]]
## [1] "_BRICMICS: RT @theriversideUCC: We kick off #exploreyourarchive week 2022, with a snippet from the Earbery Map BL/EP/E/M/14. Can you spot all the litt…"
## 
## [[9886]]
## [1] "west43bwmd: Kids Zone Collection Bedspread Coverlet Kids/Teens Safari Zebra Elephant Giraffe Lion Cheetah Palm Trees Beige Whit… https://t.co/Rf1B5Z9zkp"
## 
## [[9887]]
## [1] "giornosdream: feeling so rancid lately everytime i read a BL with a rich young master mc or lead (99% of them) i start feeling homicidal"
## 
## [[9888]]
## [1] "may_yourxkitten: i'm still going to consume the media that i want to consume. \n\ni'm not much for bl because it hasn't caught my atte… https://t.co/loOuUHFh07"
## 
## [[9889]]
## [1] "Raj63883840791: whitelist Detailed @Teniola_1 @IAMCPO_ @_Bl_v_ck_ @NawEster8 @whoisOjay @PyaeSon59427219 @widskyyy @wl_addicts… https://t.co/cVvwf6zi1h"
## 
## [[9890]]
## [1] "crownandpalette: @joynxyz @illustrata_ai @amli_art @bl_artcult Very excited about this! 😍✨🙏🏻"
## 
## [[9891]]
## [1] "HONG5TAR: omg whats the name of this bl yall pls I need to know https://t.co/FLDJfv8Ql6"
## 
## [[9892]]
## [1] "kuromorisuzu: i'm also kind of obsessed with people qrting certain shots and being like 'this doesnt have random shit in the back… https://t.co/8nvztvTiZS"
## 
## [[9893]]
## [1] "ripperdu34: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9894]]
## [1] "1000livesaday: CPR Activation for @TUCSONFIREPIO at 02:39 PM MST (S TUCSON BL); 1 citizen responder just notified. 1 nearby AED id… https://t.co/DhMK18YhRv"
## 
## [[9895]]
## [1] "charlmoment: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9896]]
## [1] "abruti_bl: RT @kdrama_baragi: CHO GUESUNG THE MAN YOU ARE TODAY. https://t.co/xDIzAh78xn"
## 
## [[9897]]
## [1] "elva75qy: Autism Pin Button Badge, 4 Badges, 32 mm, I am autistic, Please be patient I have autism, I am autistic not rude, B… https://t.co/OVU1qsfCLb"
## 
## [[9898]]
## [1] "tofuxen: 0309 i stole this idea from pop &amp; its kinda half assed but they \n\n#milgram_bl https://t.co/Z2r422FC8i"
## 
## [[9899]]
## [1] "asphodelhoes: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9900]]
## [1] "yettinim: BL stories stop villainzing people who deal with their mental illness badly challenge 2k23"
## 
## [[9901]]
## [1] "zloy_kotik_bl: RT @shynverlight: #Genshin_Impact fanart, one of the Fatui Harbingers, Sandrone The Puppet! Tap for the full image! https://t.co/cMOBFMBBxe"
## 
## [[9902]]
## [1] "eliasworthy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9903]]
## [1] "MileApoDaily_: RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…"
## 
## [[9904]]
## [1] "pollichihw: O2 Recovery Drink Variety Pack, Oxyenated Electrolyte Drink for Daily Hydration, Includes Orange Mango, Grapefruit… https://t.co/QZnh8FSt3K"
## 
## [[9905]]
## [1] "uItrasun: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9906]]
## [1] "Silvercloudp40: @LayahHeilpern @elonmusk BL stands for boot licking. https://t.co/xTS5iuaASh"
## 
## [[9907]]
## [1] "strvngecvndy: @nagrom_bl casey is coming back! look at their instagram or facebook!"
## 
## [[9908]]
## [1] "fallengodorochi: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9909]]
## [1] "moldybleach: @bl_artcult @HODLFrance @DionMedici @IrrecusableNFT It’s just getting started"
## 
## [[9910]]
## [1] "getoskito: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9911]]
## [1] "radelgirl: Women's enjoyment of BL is inherently different than men who consume \"lesbian\" media because women are generally em… https://t.co/vv663sWSQI"
## 
## [[9912]]
## [1] "chxhi_: RT @Im1RollingStone: Ana i get high bl music"
## 
## [[9913]]
## [1] "illiquidesq: @_0_0_0_9_ @ClaireSilver12 @bl_artcult A fine a selection by Claire and great project to be part of! Congrats🍻"
## 
## [[9914]]
## [1] "NyakiwaPuwusu: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9915]]
## [1] "AptonWin: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9916]]
## [1] "ST4RGU4RDIAN: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9917]]
## [1] "sjllvsk: The manhua has been feeding us so well\n \n#BL #animated #illustragram\n\nhttps://t.co/qJiK1PagA6 https://t.co/Hyp9QveirL"
## 
## [[9918]]
## [1] "dr_fucker_md: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9919]]
## [1] "everything_bl_: RT @apocurves: apo is so cute and pretty :((  https://t.co/WifL7ewjWf"
## 
## [[9920]]
## [1] "Celestiaru: The more f*fa documentaries i run while i play my mobile games the more I wonder how white privileged men like bl*t… https://t.co/qJjhMFVAer"
## 
## [[9921]]
## [1] "vocaloidfagboy: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9922]]
## [1] "kuromorisuzu: RT @MaryTheFoxy: Have you ever heard about that game called \"It's a Tokusatsu or BL scene?\"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…"
## 
## [[9923]]
## [1] "YingNoah: RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…"
## 
## [[9924]]
## [1] "elias_BL: @ESPNFC In 2nd photo he looks 60 ;p"
## 
## [[9925]]
## [1] "snekpross: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9926]]
## [1] "elias_BL: RT @ESPNFC: Pepe is 39 years old and still putting on the captain's armband for Portugal 🇵🇹\n\nRespect to a legend of the game 👏 https://t.co…"
## 
## [[9927]]
## [1] "bl_vcky: Respect is not given, it is earned."
## 
## [[9928]]
## [1] "GINA__BEARS: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[9929]]
## [1] "Rui_taaaa: I'm sorry but no, pls don't remake my fav Japanese bl 🥹🙏🏻 https://t.co/gfMPzpR36s"
## 
## [[9930]]
## [1] "VGriffithsimp: RT @sanabanana79: Soyeon gets a lot of shit but I feel like she genuinely is what bl*nks think L*sa is"
## 
## [[9931]]
## [1] "Eggxorty: see you bl sa pbw"
## 
## [[9932]]
## [1] "jovzzbabii: RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz"
## 
## [[9933]]
## [1] "_Dr_Fetus_: @illustrata_ai @bl_artcult @joynxyz @amli_art #expressionwithmeaning\n\nInspired by The Smiths album “meat is murder”… https://t.co/S26x9Ijh2D"
## 
## [[9934]]
## [1] "animelover549: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9935]]
## [1] "KKsrinivasan_BL: @SupriyaShrinate @himantabiswa Ohhh my god... Sir hope you recover faster"
## 
## [[9936]]
## [1] "superpablo67: RT @lunaperla: @DavidGHFrost @FT Listen, David, sometimes you've just got to say stuff in pure Anglo-Saxon and #Brexit was a bl**dy stupid…"
## 
## [[9937]]
## [1] "EXOFOREVER98: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[9938]]
## [1] "blinksmartlinks: What is Content Governance? 4 Easy Steps to Create a Model in 2022 #marketing #tech https://t.co/yzWM9EkVTR"
## 
## [[9939]]
## [1] "KJB1834: RT @CoachMikeDunlap: Bucks/Mavs. Boil down. \nBoth teams shot 3 ball &amp; therefore no lead safe. GA percolating at magic level, BL covering pa…"
## 
## [[9940]]
## [1] "kennythecrow: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9941]]
## [1] "designonething: Happy birthday William Blake. The English artist, poet &amp; printmaker, whose printing technology innovations allowed… https://t.co/xkBwM8KvZt"
## 
## [[9942]]
## [1] "illisaide: @RehaLuvz_ @sinclairful Yes, it’s BL. Named Scum Villain Self-Saving System (or SVSSS).  If you asked me to describ… https://t.co/k1fCukgSsC"
## 
## [[9943]]
## [1] "PROSHlPPER: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9944]]
## [1] "exdrainer: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9945]]
## [1] "okil_98: RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…"
## 
## [[9946]]
## [1] "mylovely7even: @Hana2SetbtS I only have BL thoughts for this https://t.co/fe7wExLRxJ"
## 
## [[9947]]
## [1] "KKsrinivasan_BL: @WilfredQuadros1 @alok_ajay @RSSorg Gutter mouth alok"
## 
## [[9948]]
## [1] "JeansMenss: VINTAGE USA LEVI'S 501xx BUTTON FLY DENIM JEANS 38\" W 31\" L MEDIUM WASHED BL https://t.co/yvjbGtMxFa eBay https://t.co/vquGwkLkrH"
## 
## [[9949]]
## [1] "hlslaundryday: both bl and bh side have some seriously biased takes and they are blind to every scenario that doesn't fit their na… https://t.co/eEj1XtsYBu"
## 
## [[9950]]
## [1] "NachtTheHost: @DST23674269 @BlueLockpic What more could you want? Scoring two goals, one as impossible as his shot from the middl… https://t.co/eAaT66Um14"
## 
## [[9951]]
## [1] "eluvstae_: RT @TheSevenSinz_: Bl!nks in the quotes, weren't yall crying \"feminism\" just a few hours ago? What happened? Bunch of pathetic hypocrites💀"
## 
## [[9952]]
## [1] "MixTrixxy: Just placed a solid order w/ B&amp;N, snagged strays on Amazon (I know, don't judge) &amp; hit up bl preorders with Yiggybe… https://t.co/Q1O0x8J7fJ"
## 
## [[9953]]
## [1] "saranghaeken00: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[9954]]
## [1] "cxxotic: RT @REALLYREVIL: omg jackson billkin new bl series 2023??"
## 
## [[9955]]
## [1] "Fujoshi_Obscura: I got a new tag notification at Bomtoon for #Syndrome (Stockholm Syndrome by Kimba) and I just want to say, some of… https://t.co/2l8yEdYkgz"
## 
## [[9956]]
## [1] "hetianslover: my babies 😭💕 #19days #19days409 #manhua #bl https://t.co/ZH0KXztjE9"
## 
## [[9957]]
## [1] "illustrata_ai: RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…"
## 
## [[9958]]
## [1] "illustrata_ai: @joynxyz @amli_art @bl_artcult Thanks so much for all your help putting this together!!"
## 
## [[9959]]
## [1] "broken_exe: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9960]]
## [1] "kobe96qo: Prothane 7-1607-BL Black Differential Carrier Bushing Kit FKFTLHE\n\nhttps://t.co/rDJ3RrhszY https://t.co/CcNqWG4FSN"
## 
## [[9961]]
## [1] "myunhoppe: TOP BL'S DO ANO\nMyunho 5-minute Chart\n\n1. To Sir, With Love [+1] *new peak*\n2. The Miracle of Teddy Bear [-1]\n3. No… https://t.co/PmROISoyok"
## 
## [[9962]]
## [1] "sheerin_adam: @TimRunsHisMouth 100% true. BLM couldn’t care less about BL. Scam. I challenge anyone to give me one example of how… https://t.co/RtjvORpbaR"
## 
## [[9963]]
## [1] "lockmaneqhwr: Prothane 8-702-BL Black Rack and Pinion Bushing Kit IUOPNTB\n\nhttps://t.co/E67V7GjNb9 https://t.co/pzv5wwy2SF"
## 
## [[9964]]
## [1] "mireya39tt: Prothane 19-1722-BL Black 2 5\" X 2 5\" Shock Reservoir Mount F01QSD6\n\nhttps://t.co/dyw3YpqhNC https://t.co/4QwTSBx9NG"
## 
## [[9965]]
## [1] "mikan_cles: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9966]]
## [1] "CarrmDj: Trust me! You'll get addicted to this story!\n \n#real #bl #Artstyle\n\nhttps://t.co/SlzncK9O6r https://t.co/j53r8m5Eiw"
## 
## [[9967]]
## [1] "rommoreira: RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…"
## 
## [[9968]]
## [1] "ADerekMoore: RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…"
## 
## [[9969]]
## [1] "chanwoosins: semes that like to take uke's dick in the mouth &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;\n\n#boyslove #yaoipages #yaoi #manwha #BL"
## 
## [[9970]]
## [1] "HO__Bl: RT @agustpics: the prettiest https://t.co/phrYffb2zy"
## 
## [[9971]]
## [1] "junniesitos: i won't talk abt yr bc idk this bl is um"
## 
## [[9972]]
## [1] "Mikey_A_Roberts: @BeckyLynchWWE Skynets newest &amp; Deadliest Model....\nThe Model BL-101\n\nThe Man-inator\n\n@BeckyLynchWWE https://t.co/65ZHZvNdLc"
## 
## [[9973]]
## [1] "AlexLopez075: @SeanRossSapp I get everyone is saying Sami will team up with KO and they will turn on the BL but wouldn’t it be a… https://t.co/fjtp0JmLoi"
## 
## [[9974]]
## [1] "WhaleMarineCat: I feel that now we're living an era in BL's series of: \n\"He seems a bad boy but he's really a soft boy\". \nIn which… https://t.co/JrtElNQXHg"
## 
## [[9975]]
## [1] "bkdkho: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9976]]
## [1] "fan__del__bl__: @fort_fts Happy birthday Fort🎊🎉 https://t.co/G4RhUPNpD4"
## 
## [[9977]]
## [1] "Blackpe45381430: RT @Its_The_Barbies: Happy Monday to all beautiful likeminded BW. Today’s message:\nMen are not the prize 💕💖✨✨\nDon’t let the bl⚫️ck manosphe…"
## 
## [[9978]]
## [1] "Zikkun20: The plot of \"My Nine Female Disciples\" is like a roller coaster of emotion. It's riveting and full of surprises!… https://t.co/MRBHe1SWyI"
## 
## [[9979]]
## [1] "IanJavierBlanc2: The manhua has been feeding us so well\n \n#shxtou #DemonApartment #BL\n\nhttps://t.co/H46vJuSRE2 https://t.co/jbaClQ6GFv"
## 
## [[9980]]
## [1] "bbsdoublep: RT @bkppent: yall talking about neo being employed lets talk about the REAL bl secondary characters these two are in everything you can thi…"
## 
## [[9981]]
## [1] "sinsokun0: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[9982]]
## [1] "Bbcr7: @VegasPeteLover @biblesbiu_ I read the novel first VP book 📖 cause I just loved 😍💙  Pete's poster \nI didn't watch e… https://t.co/QK3BSbmvBx"
## 
## [[9983]]
## [1] "Grumpy_Steff: It’s a bl**dy disgrace! How dare they! @Tobias_Ellwood https://t.co/783qHxkcGI"
## 
## [[9984]]
## [1] "Bunbun_future: RT @loveinPPE: PerthChimon -\nDangerous Romance directed by Lit Samajarn.  \nThe most exiting as it's GMMTV Original BL series, not adaptatio…"
## 
## [[9985]]
## [1] "ahgachuu_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9986]]
## [1] "4fforce_: me being french &amp; forcebook 1st bl revolving around France has to be destiny, I'm taking it as a very personal mess… https://t.co/vEydHTQQRF"
## 
## [[9987]]
## [1] "abruti_bl: RT @mixpawat: firstkhao using their popularity to raise awareness of AIDS/HIV is SO important. there's still a long way to go so we must sp…"
## 
## [[9988]]
## [1] "abelsbbtm: @_Messimerizing_ If a song continues to stabilised with 2M by next year then we can say but otherwise BL is still going strong"
## 
## [[9989]]
## [1] "ellipsometry_: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9990]]
## [1] "dalitza_r: RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…"
## 
## [[9991]]
## [1] "joynxyz: @bl_artcult @illustrata_ai @amli_art Likewise ✨🤝"
## 
## [[9992]]
## [1] "balistrerinkt: AISIBO Mini Auto Car Garbage Can Automotive Vehicle Rubbish Bins, Small Trash Can Cup Holder for Bedroom Office Des… https://t.co/PdlkxxddU1"
## 
## [[9993]]
## [1] "Christi78619456: RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…"
## 
## [[9994]]
## [1] "icecreamsundaz3: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9995]]
## [1] "saintxrys: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9996]]
## [1] "EngMartyrSchool: Here is a sample of concertina books made by the Year 4 and 5 pupils at English Martyrs. Some of the children have… https://t.co/7OQkHyEu15"
## 
## [[9997]]
## [1] "ngoanhthu0406: RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…"
## 
## [[9998]]
## [1] "colour_fetish: RT @fudrilshi: i cured my self of covid 19 by reading BL"
## 
## [[9999]]
## [1] "abruti_bl: RT @kdrama_baragi: Cho guesung apologized to the fans who supported himㅠㅠㅠㅠ it’s probably because korea lost on today matchㅠㅠㅠ\n\n https://t.…"
## 
## [[10000]]
## [1] "79wasagreatyear: RT @RealTimeNews10: SNATCH &amp; GRAB OF LOTION: Giant 1000 Bl. of Fairlawn Ave. Laurel, MD. Laurel PD on scene investigating a theft in the st…"

Convert data into data frame

trend_BLSERIES_TweetsDF <- twListToDF(trend_BLSERIES_Tweets)
trend_BLSERIES_TweetsDF
##                                                                                                                                                                                                                 text
## 1                                                                       RT @K_Kentin_Rose: @yslppe Rightttt im actually hesitating to call them bl actors for some reason, cause as an actor they really just stand…
## 2                                                                       RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 3                                                                                                                                   @UNESCO @UN_News_Centre @UNCambodia @UnescoCambodia @PeacePalaceKH Big thanks ♥️🙏
## 4                                                                                                                                                           RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5                                                                   RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 6                                                                                                                                                                                              @vainillitas95 Bottom
## 7                                                                                                                                                                   @Badluckrabbit @HornyNord BL is the closest btw.
## 8                                                                                                                                                                                 Soo bottom https://t.co/o2IhILGI8A
## 9                                                                                                     Updated: Construction on #Q27Bus Both directions from 46 Av/162 St to Kissena Bl/45 Av https://t.co/IGxbn4kQC7
## 10                                                                               Updated: Construction on #Q31Bus Both directions from 32 Av / Francis Lewis Bl to Corporal Kennedy St/34 Rd https://t.co/R7PnFB6rLY
## 11                                                                                           RT @karimnas_: Same-sex relations in an 18th century Ottoman manuscript https://t.co/prz6uHEwJd https://t.co/wFyYk6gO0T
## 12                                                                                                                                                                                                    @bl_yj3 a ver!
## 13                                                                      RT @darkestdollx: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @…
## 14                                                                      RT @BadBeanLLC: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wala…
## 15                                                                                                                 why does jihoon and hyunwook look like they're promoting bl series instead of weak hero class 1😭😭
## 16                                                                     RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 17                                                                                               @kjinebula it's force, he played in the bl enchanté and will be playing in a boss and a babe / only friends in 2023
## 18                                                                       @Krashface1 @Repentmofos @orange_juice_b I mean mate ive reached out to a BL author if ya chill and polite they do… https://t.co/lRAP55PUqb
## 19                                                                 RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 20                                                                                                there's this trend on tt where ppl put quotes related to bl characters but i only think and relate them to akktheo
## 21                                                                                                                                                    RT @gdzmenu: IM PISSING MYSELFJDHAGHSH https://t.co/eP2RpB3uq3
## 22                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 23                                                                    RT @PanthersCulture: Byron Leftwich is in a no-win situation.\n\nWhen Tom Brady was producing, BL got some hype, but it was mostly because To…
## 24                                                                   RT @shainn_rgkysb: ー☆ busco mutuals !! \n\nno soy nueva en #anitwt #animetwt #genshintwt 。⁠☆\n\n› jojo's, jjk, mob psyco, haikyuu, free, death…
## 25                                                                              Please vote for BibleBuild\n#BibleWichapas #BuildJakapan\n@biblesumett @Buildbuilddd #BibleBuild #ไบเบิ้ลบิว \n https://t.co/ecBnhWPjgj
## 26                                                                                                                                                             RT @hamstersmp4: on a mission https://t.co/eTSfGIQr8C
## 27                                                                      @DaemonX99 @DestinyNostalgi They already updated the engine with BL, but that has not helped a lot. You simply need… https://t.co/Vw1ZEcGUJr
## 28                                                                      RT @Killmoenetwork: 4-YEAR-OLD STRUCK BY VEHICLE: 3400 Bl. Of Holmeade Pl. N.W: Dcfd is on the scene of a pedestrian struck involving a 4-y…
## 29                                                                                                                         RT @thankfulforchan: “STRAY KIDS EVERYWHERE ALL AROUND THE WORLD” https://t.co/dMAv9QvRDs
## 30                                                                      RT @Killmoenetwork: 4-YEAR-OLD STRUCK BY VEHICLE: 3400 Bl. Of Holmeade Pl. N.W: Dcfd is on the scene of a pedestrian struck involving a 4-y…
## 31                                                                      RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…
## 32                                                                      4-YEAR-OLD STRUCK BY VEHICLE: 3400 Bl. Of Holmeade Pl. N.W: Dcfd is on the scene of a pedestrian struck involving a… https://t.co/UvsmPce64t
## 33                                                                         @jackdoranjr @MambaSalty @sickathehighhat @gentle_class7 @keithccurtis @teamphil @GentriVacation @Shoccking @ABC… https://t.co/uwdrX0Iy01
## 34                                                                   RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 35                                                                                                                                             Hongbin actually had his own BL\n\na thread ⬇️ https://t.co/EaKfHHafCd
## 36                                                                                                                                             What's BL? Yamada says I would like it but refuse to tell what it is!
## 37                                                                      Cremation Urn for Ashes, for Adults up to 200lbs, Funeral Burial Urns Made from Aluminium with Velvet Bag for Human… https://t.co/lQ2oTQgT0T
## 38                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 39                                                                                                                                                                     @Thunderblunder7 The BL KNIGHTS LETS GO BABYY
## 40                                                                                                                                               LRT: MY FAVORITE BL MANGA AUTHOR JUST DREW KEIWA AND ACE IM SHAKING
## 41                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 42                                                                    RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…
## 43                                                                                                     RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 44                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 45                                                                      (part i clarify i havent touched ov*rwatch in years and i hate bl*zzard but if i don't add the part i was a junkrat… https://t.co/ia0qAtlrQp
## 46                                                                       RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 47                                                                  RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 48                                                                                                  RT @hourlybinsung: jisung screaming “SPEARB” before changbin’s part and him EATING IT UP https://t.co/IXyE9srv2b
## 49                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 50                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 51                                                                      @Rayxur6 @DestinyNostalgi That is basically what they tried to do with BL with the engine update, with DCV as resul… https://t.co/KsPzWFGkWP
## 52                                                                                                            RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 53                                                                                                                                                  RT @straynations: the plot development 💯 https://t.co/6Ne25gut9v
## 54                                                                             @Syzyg3tic god gotta get me more of those. not that i don't make my non-thai bl friends look at everyone i love. that's unreasonable.
## 55                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 56                                                                                RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 57                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 58                                                                                                            RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 59                                                                       RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 60                                                                                                                                              Alert: MOTOR VEHICLE COLLISION @ 8465 W GULF BL Tac: B Sent: R24 E24
## 61                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 62                                                                                                                                                                           @BL_Nahuel_CARP 23 de abril masterclass
## 63                                                                      @DestinyNostalgi I've debated this with a friend, and we both agree it's time for an engine upgrade. One that is mo… https://t.co/xym0Oai5BZ
## 64                                                                      RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…
## 65                                                                       @SherminatorF On final arc of Fata Rein (the final arc of all of Fata), and watched all the eps of Tybw. Am also watching BL and SxF weekly
## 66                                                                                                                                                          RT @BCHANPIC: CHRISTOPHER??????? https://t.co/DhoBajREfW
## 67                                                                                                                        Rey @Twitter @TwitterSupport u bl**dy burger and pizza fix the bug https://t.co/lDEeEy8MtV
## 68                                                                                                                                 @CrowdsourcedPol @VazquezSonne4 Yo they are asking for a couple of sick days off.
## 69                                                                                                                                                             RT @hanjiclips: SMILEY HAN 😭\nhttps://t.co/gw9WlInaDN
## 70                                                                                                                                         @PolcaBaby Parang straight out of a BL novel 'yung anecdote, ano? Hahaha.
## 71                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 72                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 73                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 74                                                                            I have just given up on finding another BL to watch because nothing comes close to what MileApo has portrayed. https://t.co/ZClCkga8cb
## 75                                                                   RT @holybibs: SO THEY PROLLY FILMED THIS SCENE AND THEY CUT IT OUT?! BECAUSE THE PAJAMA LOOKS THE SAME WITH THE NOVEL VEGAS 😭\n\n꒰ #BibleBuil…
## 76                                                                      RT @btsthroughyears: 3 years ago today, @BTS_twt won all 4 Daesangs of MMA and made history by being the first (and only) artist to achieve…
## 77                                                                   RT @RebirthShadows: Chinese zodiacs of Pansy. Seen yours yet?\nPansy: https://t.co/zVLOikJWjB |Webtoons https://t.co/Atdf3E0SWk\n\nPansy (c) K…
## 78                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 79                                                                  RT @LeahLibresco: I love this plan for Eucharistic processions across the country in 2024. \n\nStarting in:\n-San Francisco\n-the tomb of Bl Mi…
## 80                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 81                                                                   Chinese zodiacs of Pansy. Seen yours yet?\nPansy: https://t.co/zVLOikJWjB |Webtoons https://t.co/Atdf3E0SWk\n\nPansy (… https://t.co/6Zc56jkmBe
## 82                                                                     RT @chunwei74: Officially introducing my original BL novel called Settlement🥳\n\nI started from January and it finally reached its ending on…
## 83                                                                      Hinomaru Collection Ichigo Sake Set Tokkuri 5 fl oz Bottle with Two Sake Ochoko Cups 2 fl oz Reactive Glaze Ceramic… https://t.co/8mOGYXPy8U
## 84                                                                                                          RT @captainCB97s: LOOK AT CHAN..HE WAS GENUINELY SO SHOCKED, HE’S SO PRECIOUS 😭😭 https://t.co/F5bC9BgxmJ
## 85                                                                  RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 86                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 87                                                                       @Dave90822263 @WrestlingHumble Sami is in MITB. Tells them he will win it so Roman wont have to worry about it. He… https://t.co/cU8kJYbjwI
## 88                                                                                                                                  HOWWW??!!! HOW DO I CHOOSE?!!! #RIDI #RIDIAWARDS #BL 😭😭😭 https://t.co/cd8KXb3eoJ
## 89                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 90                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 91                                                                                                                                                 honestly how did i not get spoiled, thank fuck my tl is mostly bl
## 92                                                                                                                                                 I GOT VEGAS FOR THE “WHICH BL CHARACTER IS YOUR MENTAL HEALTH” 💀💀
## 93                                                                  @illustrata_ai @joynxyz @amli_art @bl_artcult A World Turned Dark \n\nDon't turn your back on your Demons.\n\nEven if y… https://t.co/KMU3Yuv9kv
## 94                                                                    sir? and may I ask whether this is the sort of bitters by\nwhich he bl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/W7B0PMgywy
## 95                                                                        they make me so happy 🫰\n#TayNew #Tawan_V #newthitipoom #Newwiee #Darkbluekiss #TayNew1stFMinOSAKA #CherryMagicTH… https://t.co/e50yQuNGTj
## 96                                                                                                                                                               RT @lowkeeeeeyyyyy: strict parents raise good liars
## 97                                                                                                                                        DUSTIN MAY 2021 Topps Chrome Bl #ad #baseballcards https://t.co/qOHrfuE0bX
## 98                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 99                                                                    RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 100                                                                      RT @ymeskaoui: We need to wake up! What #Balenciaga did was on purpose and not an error. The woke mob is executing an AGENDA that tries to…
## 101                                                                RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 102                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 103                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 104                                                                                        "It's a Tokusatsu or BL scene?"\n\nI have no idea sir, it's same    LMAO🤣 https://t.co/PL0G50sXMz https://t.co/qYrannR9qm
## 105                                                                RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 106                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 107                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 108                                                                     RT @yslppe: @pearl_nikkie there are some if you searched "perth chimon" here in twt. so many bl stans were newly born from c0vid era, i'm t…
## 109                                                                             whitelist Interworking Assistant @BL_fpi @DiamondHeistNFT @JPEGErebus @DocCripto @oieusouogohann @chherm126… https://t.co/tlOHf6YGbW
## 110                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 111                                                                     RT @ChelseaismyL: Zee Pruk Panich is an actor he made his debut in 2016 being active since 2018.he had played more straight roles thn bl ro…
## 112                                                                         Get ❤♡ FERN SHAPES UP TO FORM ♡❤ by "@bl_els "@Pizzazz_Books\n#bargain #crime fiction\nhttps://t.co/8WehBHgLRf … https://t.co/2xHlW28ySI
## 113                                                                    RT @shoujocrave: Josei girls love manga "She loves to cook, and she loves to eat" launches a charity project for same-sex marriage!\n\n"I've…
## 114                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 115                                                                                                                                                 RT @thinkskztxt: I.N AND BEOMGYU HUGGING https://t.co/xoMYknBdfl
## 116                                                                     RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 117                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 118                                                                                                                                                   RT @fayepjm: there is tears in my eyes https://t.co/fdCR45OIt5
## 119                                                                   RT @artmarteau: @illustrata_ai @joynxyz @amli_art @bl_artcult 𝘛𝘩𝘦 𝘞𝘦𝘪𝘨𝘩𝘵 𝘖𝘧 𝘛𝘩𝘦 𝘞𝘰𝘳𝘭𝘥 𝘐𝘴 𝘖𝘧𝘧 𝘔𝘺 𝘚𝘩𝘰𝘶𝘭𝘥𝘦𝘳𝘴\n#expressionwithmeaning \n2nd Entry…
## 120                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 121                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 122                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 123                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 124                                                                                        I can't wait to see what happens next! Click the link below and join my struggle!\n \n#BL #comic… https://t.co/N68aowwYs9
## 125                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 126                                                                                                                                  RT @smolsungies: THEY ARE SO GORGEOUS IM SPEECHLESS.... https://t.co/cm1rVs6NiC
## 127                                                                     @Axelrules21 @BeastWrestler21 Full gear had better matches but WG storytelling especially with aj v finn and the BL… https://t.co/PJWNOVBsQU
## 128                                                                                                                 @grrragustd This made me think about that bl about vampires where humans are treated like cattle
## 129                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 130                                                                     RT @peachyIaurent: I don’t even care about bl actors personal lives but I love to hear the gossip and theories cause I’m nosy and just like…
## 131                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 132                                                                     Rmikaly 2 Hooks/ 3 Hooks 6 Pcs Women's Bra Extender Soft and Comfortable Bra Extension Strap Bra Lingerie Extenders… https://t.co/p0oGiOQp5E
## 133                                                                     Listen Live Now on https://t.co/mv8YVs5Qgy: El Dolorcito De Mi China by Arsenio Rodríguez / You feel FANTASTIC .You… https://t.co/UUX8YgYBKb
## 134                                                                RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 135                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 136                                                                                                                                                      @Bl_ackDelight Talking to normal people, not a cultist. 🤦🏽‍♂️
## 137                                                                   RT @Dominiquetaegon: #BalenciagaGate gets sicker. \n\nThese are just some of the sickening posts from Balenciaga’s main stylist’s Instagram p…
## 138                                                                                           RT @biumipastelito: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/0J0tPQWi9W @TheTopFamous
## 139                                                                                   the only bl actor man ever 4 me hes so fuckin cute like i cant even explain how handsome i think he is https://t.co/pokTwBfj53
## 140                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 141                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 142                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 143                                                                                               Blue Crest Motel Milwaukee Wisconsin postcard Telephone number BL 8-2910 via @eBay #eBay🇺🇸 https://t.co/g4oRh0gNzR
## 144                                                                                                                                                      All I will do is to read more BL manga\n\nToday, I shall be
## 145                                                                               RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 146                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 147                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 148                                                                RT @thebottomlounge: 🦂SUPPORT ADDED🦂\n@nightspicemusic &amp; @weekendrunclub will be supporting @Emarosa this Saturday, December 3rd. Tickets ar…
## 149                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 150                                                                                this megamaterpiece is jus too good... i love how bl genre is brought in a more mature and realistic ways https://t.co/4y9FVRM4XV
## 151                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 152                                                                                You know those tricks when in bl manga car interior turns into a penthouse. I'm trying to draw it now 🚬😵‍💫 https://t.co/tcdBT9XidS
## 153                                                                                                                    @jhonpl55 truly the gnc couple. u got ppl thinking they’re both BL &amp; GL in the comments 😂
## 154                                                                  RT @PapalZouaveUS: HYMN OF THE PONTIFICAL TROOPS TO THE HOLY FATHER (Bl. Pope Pius IX, 1867)🇻🇦\n\nThe clamor of warrior trumpets.\nIn the pres…
## 155                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 156                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 157                                                                                                                                         @haikyutwo LIKE YOULL KILL SOMEONE FOR FR LIKING BL AND BEING A WOMAN???
## 158                                                                                                                      i can’t do this anymore, at this point just give them a bl series 😔 https://t.co/HVquo5TvJX
## 159                                                                 RT @lovecastpodcast: It's the most wonderful time of the year - the annual #GMMTV2023 showcase 🙌 Join us as we talk through all the #BL &amp; #…
## 160                                                                             RT @yeonfarie: hiyyih and huening kai seeing each other on stage and on awarding shows is just so precious 😭 https://t.co/QPNnqWGKJa
## 161                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 162                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 163                                                                     Unbroken Sports Wear Gymnastics Grips - pullups, Weight Lifting, Chin ups, Training, Exercise, Kettlebell  Protects… https://t.co/k9FGKHuEIO
## 164                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 165                                                                     RT @zongzi0428: #artistsontwitter  Hi, I draw me and my friend's BL oc couple, I also have my own BL manga on my page please enjoy. https:/…
## 166                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 167                                                                RT @thebottomlounge: 🦂SUPPORT ADDED🦂\n@nightspicemusic &amp; @weekendrunclub will be supporting @Emarosa this Saturday, December 3rd. Tickets ar…
## 168                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 169                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 170                                                                     RT @TRtheTitan: “The joy of life is a very good thing, and while work is the essential in it, play also has its place.” - Theodore Roosevel…
## 171                                                                     RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 172                                                                                                                                                           @0_Harryy Yaoi, BL= Boys Love, gays, homens se pegando
## 173                                                                   Started Coffee melody and it was a nice surprise to see Fee from 12% here since I had wanted him in a bl. \n\nPavel…b… https://t.co/WmzUqI1Yn3
## 174                                                                 RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 175                                                                     RT @ladyofethylene: This comic really gives me the same feelings as read Cherry Blossom After Winter..🌸🌸🌸\nI mean those happiness, comfort,…
## 176                                                                     The only thing i like about ccp is how they stopped production of bl adaptation, fr those adaptation make fandom to… https://t.co/TUdmfni3P2
## 177                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 178                                                                                                                                     @Ambi_eth @illustrata_ai @joynxyz @amli_art @bl_artcult This is so powerful!
## 179                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 180                                                                                                                           @Ambi_eth @illustrata_ai @joynxyz @amli_art @bl_artcult Wow Irina, this is incredible!
## 181                                                                                                                                   @daracraichi Was it the discourse? Was it the BL? Was it the Shota? Who knows!
## 182                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 183                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 184                                                                                                                                                                          what bl is this https://t.co/HiIJbpHNOP
## 185                                                                 ー☆ busco mutuals !! \n\nno soy nueva en #anitwt #animetwt #genshintwt 。⁠☆\n\n› jojo's, jjk, mob psyco, haikyuu, free, d… https://t.co/OegVhdZV5f
## 186                                                                                                                                         RT @knjgIoss: some of y’all just wouldn’t get it https://t.co/NAettqfJgH
## 187                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 188                                                                                          @AriaWolfe9 Horrifying and despicable. I’m so sorry. Please DM, and let one of us know if we can BL him on your behalf.
## 189                                                                                                                                                                                  @LiirBL 😭 I thought it was BL 🤧
## 190                                                                     RT @forblebiu: either pete was still lingering inside biu's mind or he was worried for bible because he kept glancing at the younger https:…
## 191                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 192                                                                     RT @TRtheTitan: “The joy of life is a very good thing, and while work is the essential in it, play also has its place.” - Theodore Roosevel…
## 193                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 194                                                                                                                          RT @maxtuIover: now imagine biu playing a role like this one 😳\nhttps://t.co/E9wwfM7Z6H
## 195                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 196                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 197                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 198                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 199                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 200                                                                                                                                   RT @Enviosity: Liben literally the best NPC in Genshin https://t.co/jErgo8HWqS
## 201                                                                                                                                                                                                @thvquacks Bottom
## 202                                                                                                                                                                                              More? Check fav! :D
## 203                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 204                                                                                                        RT @wichapasluve: oh his body is immaculate tho 😣\n\n#BuildJakapan #Beyourluve \n https://t.co/obh6YosuPW
## 205                                                                                                                                      RT @GageBA: 🏀 Can we talk about 12/17 for a minute? https://t.co/P7oZmqQ25o
## 206                                                                                                                                      RT @littlethunderr: Wednesday 2022 | Wednesday 1993 https://t.co/1CnW9ghvhe
## 207                                                                                                                                                   RT @RiseFallNickBck: It was to us all. https://t.co/MeCMvMUlvF
## 208                                                                      RT @holybibs: this was when the prop knife drop to build's feet and hurt him. but look at bible despite him being tired and ask him with a…
## 209                                                                                                                                         RT @loveIycbg: low quality but it's choi beomgyu https://t.co/40DVbiqgv2
## 210                                                                                                                                         RT @bangtinyboyys: No one can touch their level\nhttps://t.co/zStf4SJnRb
## 211                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 212                                                                       RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 213                                                                                                                                                                                              @beatwitrkv7 Bottom
## 214                                                                                 RT @holybibs: NOT HIM JUST STANDING THERE WHILE EVERYONE WATCHED HIM \n\n꒰ #BuildJakapan #Beyourluve ꒱ https://t.co/8ooOFJrQfh
## 215                                                                                                                                                 @AlexMetalGuy At least you have admitted thirsting for BL trash.
## 216                                                                                                          RT @wichapasluve: so pretty even when asleep 😴 💙\n\n#BuildJakapan #Beyourluve \nhttps://t.co/DUTt5nGWjH
## 217                                                                     RT @peachyIaurent: I don’t even care about bl actors personal lives but I love to hear the gossip and theories cause I’m nosy and just like…
## 218                                                                 RT @BLUPDATE2022: Office Romance awaits you in Thai BL next year, 2023:\n\n1. Bed Friend (Mandee)\n2. The Middleman's Love (Mandee)\n3. Wish Me…
## 219                                                                                                                                     RT @biblegatito: suddenly i miss my good partners 🤲🏻 https://t.co/r8oj1b5cXa
## 220                                                                                                                          RT @wichapasluve: THE TINY SWEATER PAWS 😭😭 \n\nIM DEVASTATED 😭😭 https://t.co/denbIl62d8
## 221                                                                 @BL_Balthaser @VazquezSonne4 The majority of the unions &amp; members involved agreed to the contract. At the same time… https://t.co/JPczUJ0zeL
## 222                                                                      100Pcs 21mm/0 8 Inch Small Metal Gourd Safety Pins Bulb Pin for Knitting Stitch Markers, Sewing Clothing DIY Craft… https://t.co/6f9AMi6gnC
## 223                                                                                                                                           RT @YouTube: drop a video you’ve watched more times than you can count
## 224                                                        RT @Qs3488: Let's all follow 👉 @UbaidKhaan &amp; 👉 @HammadH42886717  they follow back!🙋‍♀️ \n🦋❕🟣🟣\n❕  🟣🟡🟣\n❕❕🟣🟣\n❕❕  🌱 🌹 #flow_bl 🌹\n@xvnv \n@Qs3488…
## 225                                                                               RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 226                                                                                                                                       #AmeiroParadox.              Bl shows for December https://t.co/YMK8qAoaBj
## 227                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 228                                                                     @illustrata_ai @joynxyz @amli_art @bl_artcult My #expressionwithmeaning : a goal in life is maintaining endless cur… https://t.co/MjCxKriV9X
## 229                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 230                                                               RT @BL_Scenery: ✨ BL SERIES AND MOVIES FOR DECEMBER 2022\n\n01 - #OhMyAssistant 🇰🇷\n02 - #MySchoolPresident 🇹🇭\n02 - #609BedtimeStory 🇹🇭\n03 - #…
## 231                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 232                                                                                                                          Sometimes we realize how much emotions hurt us...\n    💞🌸🖤BL🖤🌸💞 https://t.co/AcLHzN2QNj
## 233                                                             BL SERIES &amp; GL SERIES 2023 LineUp\n- Show Me Love\n- A Boss and a Babe\n- Hidden Agenda\n- 23.5 Degree the World Inclin… https://t.co/UOTPLTxqVB
## 234                                                                                                                                                                  @NinjaTheory @XboxGamePass I love the letter BL
## 235                                                             RT @SatorRotas: Blitz version of "I'm always chasing rainbows"\n\n(sticker &amp; other stuff of this in my shop: https://t.co/93rCgrwYbD)\n\n#Hellu…
## 236                                                                     RT @Dem_Adv: @KateSwaffer @chrissythelker @DementiaAllianc Unfortunately we sometimes need to repeatedly use the inclusive positive languag…
## 237                                                                 RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 238                                                                                                    @LeaTheSequel Sakuya pilfers through the mansion library to find every last piece of BL when no one's looking
## 239                                                                        RT @biuberryluve: everybody fighting cutely and these two competitive mfs be out there kicking each other like 😭\n\n#BibleBuild #ไบเบิ้ลบิว…
## 240                                                                                                                                                         RT @rmvsjk: a hilarious thread — https://t.co/ALrwGSfwTT
## 241                                                                                                                                                                                   RT @marxhaunting: Dear Engels,
## 242                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 243                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 244                                                                RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 245                                                                                                                                    RT @jsaturfiles: jeffy in the middle of everything 🤣🤣 https://t.co/d8q2xTunOk
## 246                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 247                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 248                                                                                                          @Stststarv1ngg @flesh_cutter ive hit baby styros before but as soon as i got the new bl@de omfg in love
## 249                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 250                                                                                                                   •kdm• 🏳️‍🌈 \nTeaser bl series "The New Employee" tayang mulai 21 Des 🤩🤩\nhttps://t.co/27349ty7eO
## 251                                                                                                                                        RT @forblebiu: that tiny glimpse of pete's tattoo https://t.co/Gxs3y3FDg4
## 252                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 253                                                                                                                     @Billa96256431 @drixllll @NPaschals @benny7gg Thank God you’re not bl!nd to see global there
## 254                                                                   Pequod, as she heavily forged through the sea (for by this time it\nbl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/3WigraQ1d2
## 255                                                                                                                           RT @chuchugou: NSFW #原神 #Alhaitham \nThose look heavy king 🤲 https://t.co/aE93ACGJiM
## 256                                                                         RT @fudrilshi: write the callout post for the 500th time you fucking moron. Go ahead, see if i dont block your ass and keep posting BL .
## 257                                                                                                                                                  @AiaAmare @Fulgur_Ovid LMAO AIA??? I DIDN'T KNOW YOU LIKE BL...
## 258                                                                                                   @CrowdsourcedPol @VazquezSonne4 Blocking a strike and violating union democracy is not OK if it were one union
## 259                                                                                                                                                Why does this sometimes happen?\n💞🌸🖤BL🖤🌸💞 https://t.co/utZfMmJlAo
## 260                                                                     RT @biuberryluve: pls i didn't know they had to hit with belt for real 😭... even tho they probably didn't hurt for real , it must've been s…
## 261                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 262                                                                                                                                                              RT @fatfatpankocat: Bedtime https://t.co/IFA1TIZB8T
## 263                                                                RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 264                                                                                                            RT @lahaijiaojiao: Lappland and Zorua trainer gallery\n\n#arknights #明日方舟 https://t.co/58ikTh6kdj
## 265                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 266                                                                                                      RT @_LeMissem: Just a break for some art of the Captain ⛓️\n#Capitano #GenshinImpact https://t.co/ZOaCo1gH73
## 267                                                                                                               RT @bibblesummett: Please He is so cute 🤏🏻🥺\n\n#BuildJakapan @Buildbuilddd https://t.co/fYSLv3Vy98
## 268                                                                                                                   @jaerenous Thank you po ☺ just started watching some bl series. Cutiepie plng n start tan ko 😅
## 269                                                                                                                                             RT @JaydisHIM: These anime voiceovers dawg💀💀 https://t.co/aaVtCwj9Up
## 270                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 271                                                                 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³… https://t.co/TCBHtz4bW7
## 272                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 273                                                                                                                                                                          r*wan bl*nchard https://t.co/ImiegfCf42
## 274                                                                   RT @red_loeb: 30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v @BLMedieval h…
## 275                                                                      @porgavenger sitting there handsomely, tally-ly, their long leggys off-camera. stoically thinking about how one of… https://t.co/cWNLgXP9TN
## 276                                                                                                        @BL_Balthaser @VazquezSonne4 8 of the 12 unions already agreed to the sep contract. Going to ignore that?
## 277                                                                     Pack of 2 Silicone Pasta Fork, Kitchen Heat Resistant Noodle Spoon Server, BPA Free Spaghetti Strainer,Best Cooking… https://t.co/fLqQpjvDB9
## 278                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 279                                                                  RT @holybibs: SO THEY PROLLY FILMED THIS SCENE AND THEY CUT IT OUT?! BECAUSE THE PAJAMA LOOKS THE SAME WITH THE NOVEL VEGAS 😭\n\n꒰ #BibleBuil…
## 280                                                                     @bertovo I gotta hand it to my folks: not only did we watch South Park as a family when it first aired, but dad too… https://t.co/Vo7bZHgvQk
## 281                                                                                                                                                                                             @Namkookcrush bottom
## 282                                                                           I can't wait to see what happens next! Click the link below and join my struggle!\n \n#Higunana #coloring #bl… https://t.co/8Chsrb43J1
## 283                                                                      @Repentmofos @orange_juice_b I want to take a moment and for the first time in these past years since I knew about… https://t.co/IsA7NkV8pU
## 284                                                                                         RT @cclodye: YALL TELLING ME THEY ACTUALLY FILMED FOR THE COCO SCENE BUT IT'S NOT BEING AIRED??? https://t.co/QBtubcerGD
## 285                                                                    RT @obskyr: Here's a manga I've seen a *lot* of buzz about in Japan, but none in the West… Hikaru ga Shinda Natsu.\nTwo boys in the countrys…
## 286                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 287                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 288                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 289                                                                     RT @Law_Solidarity: Delighted to launch my new oral history project, working with @BL_OralHistory to develop an archive of oral history int…
## 290                                                                     RT @tinachoding: @emprssofemerald @Intrepid_Poppy yes! all pretty much saying the same thing but very cool that it's based off an actual sw…
## 291                                                                                                                                                 tell 'em charlie https://t.co/1kJ8PETJlT https://t.co/f3aK7MNDkh
## 292                                                                                                                                                    @jesusfalcis @Enzoomnia How is this not a pinoy bl plot line?
## 293                                                                                                   @HailisCold If bl*ckb*erry🤢🤢 think they can go at chuu😶‍🌫️😶‍🌫️ withput going through me...🤬🤬 they are dead wrong🔥👊
## 294                                                                                                                                 @iamvassalady Happy Birthday!!!! Hope you get some time to read some BL later! 😊
## 295                                                                      @SUMMERKN1GHTSS “Who-?” Her face scrunched in confusion, but then fell into annoyance as he kept moving. “Silas if… https://t.co/bycTlcF1PE
## 296                                                                                                                           RT @chuchugou: NSFW #原神 #Alhaitham \nThose look heavy king 🤲 https://t.co/aE93ACGJiM
## 297                                                                    RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 298                                                                                                                                                               RT @chaoticcatpics: catᶜᵃᵗ https://t.co/EPz2cI7x70
## 299                                                                🦂SUPPORT ADDED🦂\n@nightspicemusic &amp; @weekendrunclub will be supporting @Emarosa this Saturday, December 3rd. Tickets… https://t.co/c0mBTlfSnZ
## 300                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 301                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 302                                                                                                                    deeply uncool of twitter to fall apart when i finally have people who will talk thai bl to me
## 303                                                                                                                    @iamSETHISAAB @SeharShinwari You BL@/.CK Indians want us Olive White Pakistanis so bad hahaha
## 304                                                                                                                                            RT @blobbynfriends: More buff ladies please 🙏 https://t.co/OsbhcAZAlC
## 305                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 306                                                                                                           Me buying 3 IKEA billy bookcases next week to display my 200+ collection of BL https://t.co/WaKjbFiiNG
## 307                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 308                                                                                                                                                   RT @fatfatpankocat: She has a question https://t.co/G9AppuRp57
## 309                                                                         Hakko FX888D,T18-B,BL,I,D24,D32,C05,S7,599-029 Soldering Station with T18-B/BL/I/D24/D32/C05/S7/599-029 GFVGQWN… https://t.co/gDQT84LBaY
## 310                                                                @GeneralNarwhale @YoungMophead @MuItimach Got a rather old spec now:\ni7-8700\n16gb ram\n1080\n\nFrames going from 130(D… https://t.co/erV0yspLXj
## 311                                                                                                                                                                                             @bl_ag_inc Deflation
## 312                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 313                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 314                                                                     Matcha Ceramic Whisk Holder + Matcha Bamboo Whisk Tool Green Tea Whisk Tool Set fit for Traditional Japanese Tea Ce… https://t.co/PCb3CzY3JZ
## 315                                                                      RT @mhereonlyforbts: Never forget when someone said "mono" feels like u're locked urself in a small dark room your whole life, but instead…
## 316                                                                      @passionate_xx If someone is really filthy (as in mucky) or it's really dark you can say they are 'As Black as the… https://t.co/2S4SiZ3u3e
## 317                                                                      “The joy of life is a very good thing, and while work is the essential in it, play also has its place.” - Theodore… https://t.co/NxoBOYNSff
## 318                                                                                                                                                          RT @DsInsects_: them🐱🐶#wenclair https://t.co/HUvgqtxQXc
## 319                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 320                                                                                            So i was searchin' up blooket but it didn't autocomplete and i just searched bl on accident and it said that was yaoi
## 321                                                                                      RT @SWJE0N: #taekookau🔞 where jungkook does the ‘texting my brother’s best friend i need him’ trend https://t.co/dw8AinRKZ9
## 322                                                                     RT @that70sdaiIy: leia forman having the same mannerisms as her dad eric is everything to me. that 90s show i love you already https://t.co…
## 323                                                                      RT @holybibs: this was when the prop knife drop to build's feet and hurt him. but look at bible despite him being tired and ask him with a…
## 324                                                                               RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 325                                                                                                                                      200k a month ? Damn ye, price you pay when you dont want a bl*ck woman smh.
## 326                                                                                                                                                       @Thauandocafe festa com open de whey protein kkkkkkkkkkkkk
## 327                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 328                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 329                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 330                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 331                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 332                                                                                                                        @keisukeraw agagagagaaga oye tienes q ver el bl coreano llamado roommates of pungduck 304
## 333                                                                                                                                                      RT @DontShowYourCat: the guest room https://t.co/dCas2gNbLn
## 334                                                                                                                                                                   @iCEofABUJA Cutlass or plank fight, which one?
## 335                                                                   @LoveryBingsu And this acc also started spread this shit rumour again \n\nShe also told people under comment “Whoever… https://t.co/mfi6kyjEr4
## 336                                                                     RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 337                                                                                                                               RT @CATBRAINCELL: I took this pic last night LOOK AT HER.. https://t.co/JG6LhsAbh2
## 338                                                                      I love the art style in "My Husband, Hades" so much! It's gorgeous! The character designs are amazing, too! Highly… https://t.co/ZumGBGnKoW
## 339                                                                     @ananti_novi There were 2 versions of Love In The Air released. The version on iQIYI was the uncut version, the You… https://t.co/PRwNeGKgpe
## 340                                                                               🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️… https://t.co/IqCvNEuVcd
## 341                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 342                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 343                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 344                                                                     @sonicdrivein I could be, we go to Sonic several times a week. That being said, y’all could keep me from going to t… https://t.co/t9wrz36K4f
## 345                                                                                              Lithonia Lighting T29 BL Floating Electrical Feed, Black LH0JORH\n\nhttps://t.co/7ifRa6Manj https://t.co/kd6X3Q1aEH
## 346                                                                                  @BL_Scenery Brain ...... Struggling...... Constant thought....... princess rap battle......BEASTIALITY. https://t.co/K4CW8jCe8K
## 347                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 348                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 349                                                                                  RT @clubfmphilly: Billionaires Try to Shrink World's Population, Report Says\n\nhttps://t.co/nGKGuDUSrb https://t.co/68f3fWICVk
## 350                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 351                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 352                                                                RT @TapiDeL369: Happy Birthday, Kaeya!!💐✨\nYou can be confident that everyone loves you.\n\n※ The comic has 8 pages in total.\n※ Sorry, this is…
## 353                                                                                  RT @clubfmphilly: Billionaires Try to Shrink World's Population, Report Says\n\nhttps://t.co/nGKGuDUSrb https://t.co/ANMxPDAltF
## 354                                                                 I've read this manga multiple times! You should check it out, too!\n \n#boyslove #fnfmods #bl\n\nhttps://t.co/vGziIe4e37 https://t.co/7mJX8puQey
## 355                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 356                                                                           2 - Aujourd'hui / Today\n\nThe Star Always Follow You Ep 2 : https://t.co/bYJQWmythM\n\nDecember BL release :… https://t.co/JmjUllf0Jo
## 357                                                                                                       @idol_lloyd PLS LITERALLY I SAW A SUPER CUTE BL COVER AND THE ROMANCE WAS TEACH N STUDENT. I WANTED TO CRY
## 358                                                                     @WarmasterHolden Tfw a BL and creditable source establish thay there is and never was a need for FSM and rather Sor… https://t.co/rqfUVFr6lh
## 359                                                                    RT @obskyr: Here's a manga I've seen a *lot* of buzz about in Japan, but none in the West… Hikaru ga Shinda Natsu.\nTwo boys in the countrys…
## 360                                                                                  RT @clubfmphilly: Billionaires Try to Shrink World's Population, Report Says\n\nhttps://t.co/nGKGuDVqgJ https://t.co/gMIXuBJVhT
## 361                                                                 1 - Aujourd'hui / Today\n\nWhy You... Y Me ? Ep 7 : https://t.co/F5w3ueQZBD\n\nMr Cinderella Ep 1~ 8 (already available… https://t.co/LAxJr9wqdy
## 362                                                                    Sometimes the price in the bearmarket gives me a negative feeling. \n\nBut this kind of speeches of @NSapProductions… https://t.co/8dEXrEkPiv
## 363                                                                     This was a really fantastic talk, I'm so glad we managed to get @Aleemagray up to Newcastle. So much to think about… https://t.co/fZHYa9FUYP
## 364                                                                   RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 365                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 366                                                                   RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…
## 367                                                                  RT @PapalZouaveUS: HYMN OF THE PONTIFICAL TROOPS TO THE HOLY FATHER (Bl. Pope Pius IX, 1867)🇻🇦\n\nThe clamor of warrior trumpets.\nIn the pres…
## 368                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 369                                                                     I haven't felt this excited for a bl since the eclipse, but also it's very different. I was excited for the eclipde… https://t.co/BlM8dfK0AW
## 370                                                                     Varbucamp TV Stand for TV up to 40 Inch, Industrial TV Cabinet with Open Storage Shelves for Living Room, Rustic Br… https://t.co/XvSm5orTrY
## 371                                                                     @LoveryBingsu They spread false rumour about cfy said Yibo famous because of doing bromance/bl drama. They post and… https://t.co/JIvXfzD6pk
## 372                                                                  HYMN OF THE PONTIFICAL TROOPS TO THE HOLY FATHER (Bl. Pope Pius IX, 1867)🇻🇦\n\nThe clamor of warrior trumpets.\nIn the… https://t.co/IKdjS75qyh
## 373                                                                                                                                                                             @JJBAscreenshots Ppl who read bl 👌😏🥵
## 374                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 375                                                                     @bl_ag_inc And how much risk you are willing to take one. I’ve heard an established small to some medium  sized bus… https://t.co/lLIort3IUQ
## 376                                                                     RT @LadyBae05: @jewelwidgets @MayXian3 Um hate to break it to you sweetheart but your fave filmed a BL drama as well. All shippers are wait…
## 377                                                                                                                              Topps Chrome 06 LeBron James Bl #whodoyoucollect #sponsored https://t.co/pxVx7wj4cV
## 378                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 379                                                                RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 380                                                                                                                                                                                     @M4DDIESL4YS please don’t BL
## 381                                                                     RT @jordieseay: Nah cause I want a main character in a BL to be so exceedingly flamboyant that it make y'all uncomfortable. Give them a hap…
## 382                                                                     @boysloveparty 🥹💕I feel like the calendar is a nice thing you do as you are able, not something you are beholden to… https://t.co/6Ig1ZItlb3
## 383                                                                    @illustrata_ai @joynxyz @amli_art @bl_artcult "The temptation of the material" and "Loss of Spirituality"\nStories t… https://t.co/uRuhaaKAqu
## 384                                                                     @bichranika I want to check that because people say that it's one of the main reasons yet I've never went to a derm… https://t.co/q9y7dSiq7h
## 385                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 386                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 387                                                                     RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 388                                                                RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 389                                                     Well, after yesterday's 2-guess triumph, today's #Wordle was bl--dy disappointing! ☹️#Wordle529 X/6\n\n⬜⬜⬜🟨⬜\n🟩⬜🟩🟨⬜\n🟩🟩🟩⬜⬜\n🟩🟩🟩⬜⬜\n🟩🟩🟩⬜⬜\n🟩🟩🟩⬜⬜
## 390                                                                        @darkestdollx @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/k5rszSlJYn
## 391                                                                RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 392                                                                                                                                                                            @annabelle_leng @MSuppasit Thankyou ❣️
## 393                                                                [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Mos… https://t.co/zswux4mASo
## 394                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 395                                                                                                                                        RT @9GAG: Which one are you?\n\n✍🏻 @genildoronchi https://t.co/nedQEEHMEi
## 396                                                            RT @a_kaeyada: Happy birthday kaeya!🍷✨🤺\nNo one may have known his birthday when he was new to the Ragnvindr family!🎂👀\n#ガイア生誕祭2022 https://t…
## 397                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 398                                                                     I need to make a new more organized yaoi/bl recs list i think... I have read so much since i have a new world ahead… https://t.co/tVIYFQVG28
## 399                                                                   , do all I would, I could not\nget into the faintest doze. I had bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/d2A31Fbufi
## 400                                                                               @titittwu @BTS_twt @thenreport I vote #JIMIN of @BTS_twt for #NETIZENSREPORT as Asian Celebrity of the year #ACOTY2022 @thenreport
## 401                                                                 RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 402                                                                     @chanwnterflower ma tdfa3e 5ayeeeee ba3den hayde the Astronaut bath b0mb ya3ne ra7 kun 3am 7alle2 bl space 3rfte it's not just any bath b0mb
## 403                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 404                                                                                                                                                                          @jodanspace majority of BL plot be like
## 405                                                                     Happy feast of Bl. Bernardo Francisco de Hoyos, SJ! Pray for us, that we might have the "humble but magnanimous hea… https://t.co/nBqyStjjw9
## 406                                                                     The plot of "The Exhilarating Life of a Sword God" is like a roller coaster of emotion. It's riveting and full of s… https://t.co/EbVumFGx6v
## 407                                                                   RT @Castricone: Let's do this #HuskyNation! Heisman voting is already open and votes need to be cast by Monday afternoon.\n\nGO DAWGS!!!!!!!!…
## 408                                                                      RT @Castricone: Remember, we're looking for AP poll voters, FBS beat writers, local sports radio talk show hosts and FBS play-by-play guys…
## 409                                                                  RT @Castricone: Again, the numbers for @themikepenix boggle the mind:\n\n#1 FBS in pass ypg (by a LOT)\n#1 FBS in 3rd down conv\nLed UW #1 FBS…
## 410                                                                     RT @Castricone: So, it'll take some digging, and some tweeting, and some real effort, but if we want it more, we can get this done. Let's g…
## 411                                                                                                                                       lesbians have a third eye when it comes to bl nobody else would understand
## 412                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 413                                                                                               @steveconaway1 Interesting thought process!   I suppose it comes down to how confidence you are in biz/investment?
## 414                                                                                        I've read this manga multiple times! You should check it out, too!\n \n#Loki #UnrequitedLove #BL… https://t.co/bb7zensPU5
## 415                                                                     @emprssofemerald @Intrepid_Poppy yes! all pretty much saying the same thing but very cool that it's based off an ac… https://t.co/Ejc1BZ7S7b
## 416                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 417                                                                     RT @Castricone: The hard part is: there is no national list. You can't find all 900 names aggregated in one place. But, Heisman voters usua…
## 418                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 419                                                                                                               The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/0J0tPQWi9W @TheTopFamous
## 420                                                                                                                                              no way bl the next idol cash cow?! what happened to being landlords
## 421                                                                     RT @Castricone: Also, the Heisman is a ranked-choice voting system, where everyone votes for a Top 3. They can even vote for the guy from t…
## 422                                                                                                                           @Bunbearvk1 I tried watching another BL but the acting was atrocious so I had to stop.
## 423                                                                                                                           Honestly living my true fantasies. Leo in a bl drama is goals. https://t.co/tIvGlfPwAx
## 424                                                                     RT @Castricone: We need to get this amazing UW content (videos, images, stats, stories) in front of THEM, the local reporters whose votes c…
## 425                                                                     Thank you so much to everyone who has donated on this Giving Tuesday.  We have raised funds about 17 bags of rice f… https://t.co/0OisudRQxv
## 426                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 427                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 428                                                                     @LINK_artwork @Delaney_Vander @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce… https://t.co/9hHwTgofLL
## 429                                                                     RT @Castricone: Here's how the voting works: there are over 900 voters for the Heisman Trophy. The VAST MAJORITY of them are NOT national m…
## 430                                                                     RT @Castricone: Alright, #HuskyNation, I've got an idea on how we can build a grassroots campaign and help get @themikepenix to New York Ci…
## 431                                                                                                            Prothane 4-401-BL Black Front End Link Kit KKIO7FN\n\nhttps://t.co/HTJBpjifrW https://t.co/RR07u3K7Te
## 432                                                                                      Prothane 7-1022-BL Black Rear Spring Eye and Shackle Bushing Kit 2SMEVDR\n\nhttps://t.co/Asmiirs2Gt https://t.co/p7TbFqS1oz
## 433                                                                                         Fragola 680110-BL Black Size (-10) Straight PTFE Hose Fitting 0VHE7SP\n\nhttps://t.co/4h51oHs28n https://t.co/z2hOX6vaBQ
## 434                                                                        Check out much more on Bilibili Comics - search "Don't Mess with the Evil Chairman" and favorite!\n \n#Fetterman… https://t.co/TcBonFnIQi
## 435                                                                     I don’t even care about bl actors personal lives but I love to hear the gossip and theories cause I’m nosy and just… https://t.co/b5ovYLlqxl
## 436                                                                 RT @equitybruin: pac-12 team national rankings in offensive points per drive\n\n#1 USC 3.9 points per drive\n#2 UW 3.85\n#3 UCLA 3.7\n#6 Oregon…
## 437                                                                 Title: Mr. Cinderella\nEpisodes: 1-8 (of 8)\nCountry: 🇻🇳 Vietnam\nEnglish Subtitles: Yes\nPlatform: GagaOOLala (EP1 Fre… https://t.co/ahPZIxeBlx
## 438                                                                     @Delaney_Vander @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd… https://t.co/7cbz2ll2gW
## 439                                                                     @shoujoscholar @saeryen Well then I agree with you. I think I didn't express my point well. I don't consider shonen… https://t.co/H8HoN6g5rX
## 440                                                                  RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 441                                                                                                           RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 442                                                                   RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…
## 443                                                                                         One of the best drawings of all time\n \n#RivalsofAether #leftart #bl\n\nhttps://t.co/eqTiPDeZXo https://t.co/iUPpXxpMWk
## 444                                                                                  At least Reagan didn’t have the chutzpah to say he was the  “pro labor president” when he crushed PATCO https://t.co/EMRLRXyxNo
## 445                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 446                                                                     I just read Surge Towards You all the way through too the most recent update. Took me a few hours but it is so good… https://t.co/qscAwfH8NM
## 447                                                                                                                                                             First time finishing a BL series in 12 hrs straight.
## 448                                                                   RT @red_loeb: 30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v @BLMedieval h…
## 449                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 450                                                                                                                                  Cleared: Construction on #Q103Bus SB from 41 Av/12 St to Vernon Bl/Queens Plz N
## 451                                                                     RT @ProfHolloway: Octavia Butler told me one of the failures of sci-fi /fantasy was its inability to imagine the alien other as anything di…
## 452                                                                     RT @Coffeshere: The Prince in the Garden #1, BL/Queer manga, Kickstarter is live! If you like vintage manga and want to see a new take on f…
## 453                                                                                                                                                                                                        Bl addict
## 454                                                                   s stern; and he gazed\nbeyond the whale’s place, towards the dim bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/J0f1SrralV
## 455                                                                      @tinyfantasminha even if it were canon, logically Yuu would be a dude anyway since it’s an all boys school so like… https://t.co/paGwV6gAk5
## 456                                                               RT @Elementl_: Just finished setting up Twitter tags for the ABK AA cast! Go post your tech!\n\n#ABKAA_AK\n#ABKAA_MY\n#ABKAA_SA\n#ABKAA_KA\n#ABKA…
## 457                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 458                                                                     @bl_ag_inc Not many lenders who do a fixed rate commercial loan for that long, if they do, tends to be caveats invo… https://t.co/NCLNi6xBXt
## 459                                                                         Big Dragon The Series Ep.6 Reaction is now available on YouTube! \nhttps://t.co/1Mn8hAwZob\n#BigDragonTheSeries… https://t.co/M94nbQ3ayo
## 460                                                                     RT @NdzaviDerrick: JSE-listed Spar sold a  Mega SuperSpar in Midrand for R1,000 before being sold three weeks later to the same buyer for R…
## 461                                                                     @DragondreamzPub And I was rooting for them too. But now(for months), I just can not bear how they write for BL...I… https://t.co/maIqncQkIB
## 462                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 463                                                                                                                      Me seeing an uncensored dick when reading a BL and not expecting it https://t.co/iiX7qGq4sO
## 464                                                                                                                                                                      @moose_is_BL You already fucking know! Lmao
## 465                                                                  RT @po9105: @Tawan_V @new_thitipoom P'Tay P'New Thank u so much for the special happy timeㅠㅡㅠ🍒  "After a three-year ice age, we will be per…
## 466                                                                   RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…
## 467                                                                 RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 468                                                                     I think I might be the only one who doesn't want to be in a romantic relationship with her favs... I love my bl act… https://t.co/VNplAgrVVF
## 469                                                                RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 470                                                                                                                                                                       Selling mine today https://t.co/ML0qaDLyzX
## 471                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 472                                                                      Since I'm taking a little break from writing, I'm focusing on my BL backlog again. Gosh this series is so good and… https://t.co/CGIEmco9bN
## 473                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 474                                                                     $BL Trading Ideas | Awaiting Short signal. 80% Profitability based on 14 trades. Profit factor is 1.2. Learn more a… https://t.co/83GiHjiKh7
## 475                                                                     When i first starting watching kp i was amazed by MA acting  and chemistry to the point i wanted to follow their so… https://t.co/Ki8v8Z8TLv
## 476                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 477                                                                                                                                                                               @TGDarien Like a redhead stepchild
## 478                                                                   https://t.co/wnUvzFu9pM\n\nEwedoos Leggings with Pockets for Women High Waisted Yoga Pants with Pockets for Women Sof… https://t.co/avF8HU54jT
## 479                                                                                    I've been completely addicted to ONEPIECE and Married a Celebrity Manager\n \n#artoftoday #bl #Manga… https://t.co/dau7mqMsNo
## 480                                                                   RT @Daria_Rastunina: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \n"Another day" and "Rest under the moon"\nThe work…
## 481                                                                     ngl seeing how far the bl industry has come is amazing like a few years ago we never would’ve thought we’d have off… https://t.co/VO0hMgpG65
## 482                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 483                                                                                        I've been completely addicted to ONEPIECE and I Want to Be a Big Baddie\n \n#cake #BL #indiegame… https://t.co/lEPf4iHsZD
## 484                                                                                                            RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 485                                                                                              I wanna try out this comic book style\n \n#ameart #Beautiful #bl\n\nhttps://t.co/pQXYJSGQeM https://t.co/1o8qoTXEH1
## 486                                                                   RT @THREEHUNDREDay: THREEHUNDRED blog new post\nhttps://t.co/LrIvAMNZWz\n#abarth #threehundred #abarthpunto #abarthpuntoevo https://t.co/38Xc…
## 487                                                                              @BoundingComics Because it's not BL and not sold in Asia for girls?\nVast majority of people are not gay and don't want to see that
## 488                                                                     Very true speaking factssss gurrrl, Like I never liked BL Actors or I’m never invested on them unless they have a s… https://t.co/P3J7EzxPMg
## 489                                                                                     @GroomB Here's another map, showing more of the surrounding regions. SOURCE: https://t.co/3wRl7YKeLG https://t.co/gddUYgpqSy
## 490                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 491                                                                                                                                                                                          @1dorameiro_ Amg ql bl?
## 492                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 493                                                                                                                                                                                    Top G https://t.co/RUBYcVnDzs
## 494                                                                                         One of the best drawings of all time\n \n#CentricWarriors #BL #4-koma\n\nhttps://t.co/cvdfLSgbDc https://t.co/kqbwxY2VVh
## 495                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 496                                                                                                                               @BTS_twt_MlNSUGA Why waste my love on myself when I can give it all to you &lt;333
## 497                                                                                              @wmata I loved the BL Line Train 457 having my favorite 6k railcar! 6179!! LOOVE THEM. 💙💙💙💙 https://t.co/blgJpNvQ9C
## 498                                                                     Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/qb9wFyF12x
## 499                                                                     @Eric_Brightwell If I had to restore the 201, this is what it would look like. Before questioning about why there i… https://t.co/WoHUr8ZWyw
## 500                                                                                                                                      confession time MADK is my favorite bl it’s amazing https://t.co/Jl3ax9h6u9
## 501                                                                                          RT @karimnas_: Same-sex relations in an 18th century Ottoman manuscript https://t.co/prz6uHEwJd https://t.co/wFyYk6gO0T
## 502                                                                BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me?… https://t.co/8mr4fKXoeF
## 503                                                                      RT @xonorika: Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizing this!!…
## 504                                                                                                                                                                         Ai BL Love Story https://t.co/jKpFMGWeF2
## 505                                                                 RT @ThaiBLChannel: NEW VIDEO: 7 Hottest BL Series To Watch in December 2022!\n\nhttps://t.co/RwsyZXo1J1\nhttps://t.co/RwsyZXo1J1\nhttps://t.co/…
## 506                                                                     @apos_niiiiiiii I'm not so sure how many scenes they got to make at Filmania, but I think it was more in the 'typic… https://t.co/ih7Bbmn6Sa
## 507                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 508                                                                                                                       @hermit_wanderer KxY isn’t even a BL though in the series. Idk about the source material 😭
## 509                                                                                                                 2022 RIDI AWARDS BL e북 .... the choices 😭😭 ... lots of good novels.\n\nI expect 혼불 next year!
## 510                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 511                                                                    Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England,… https://t.co/u71DQKlGm9
## 512                                                                           RT @Thelocal_idi0t: Apparently I read comics now\n \n#shucream_bl #Indiedev #kawaii\n\nhttps://t.co/wg9LlaWFjH https://t.co/EximOTS9su
## 513                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 514                                                                                                                    @teerakjafirst .....~ are you ok babe? Should I be worried? Should I? https://t.co/to8VqJbpHT
## 515                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 516                                                                                                                                  RT @kthsorion: baby getting shy singing his own song 😭  https://t.co/nOY2TkMXyi
## 517                                                                  RT @Driven247yt: 595 Competizione with some carbon goodies 🖤\nhttps://t.co/PtlClGqvES for blog post from this meet. \n•\n#abarth #abarth595 #a…
## 518                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 519                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 520                                                                    RT @paisky_comfortz: The most beautiful proposal in bl history.\n\n #LoveinTheAirSpecialEP #PrapaiSky #PrapaiSkyStory https://t.co/cKIueQFRSj
## 521                                                           RT @erisxekso: EXO SMTOWN CONCERT SETLIST ✨🎶\n\n- LOVE SHOT\n- CALL ME BABY\n- LUCKY ONE\n- ARTIFICIAL LOVE\n- PLAYBOY\n- YA YA YA\n- GROOVE\n- GROW…
## 522                                                                     @TheOnlyTacsir @marijuanabahama @Pyrfct Forsaken was the only expansion out of those that was truly unique and qual… https://t.co/fVa0DJfgjl
## 523                                                                     RT @jordieseay: Nah cause I want a main character in a BL to be so exceedingly flamboyant that it make y'all uncomfortable. Give them a hap…
## 524                                                                                              RT @theexosource: 첫눈 (First Snow) is now trending #1 on Melon search, following first snow in Seoul. @weareoneEXO
## 525                                                                Amazon\nNorberg &amp; Linden XL Drawing Set - Sketching, Graphite and Charcoal Pencils. Includes 100 Page Drawing Pad, K… https://t.co/Z1NxmAUwLo
## 526                                                                                                                                            RT @porr_patlnwza55: NOOO U DONT UNDERSTAND-- https://t.co/Ym9OZwv4te
## 527                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 528                                                                                                                                  RT @kokokbop: FIRST SNOW IN SEOUL?? 🤩❄️ @weareoneEXO \n\nhttps://t.co/kufN0SHgNX
## 529                                                                                          RT @Kyoongs_Luv: “This is a way to make our EXO-Ls to be more happy, so that they can see the complete EXO”, LAY(2022).
## 530                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 531                                                                  RT @ABARTH_Blog_BL: [Abarth BLACK LABEL] New Abarth 695 Tributo 131 Rally (2023) | LAST ICE ABARTH ? | Visual Review, Exterior &amp; Interior:…
## 532                                                                   RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 533                                                                                                         Whose grandpa is looking at the BL section #PokemonScarletViolet #NintendoSwitch https://t.co/R2zJJXUjHV
## 534                                                                                                                                                                                                @bl_artcult Nice.
## 535                                                                                                                                                            Are you the missing piece that I've been looking for?
## 536                                                                     Nah cause I want a main character in a BL to be so exceedingly flamboyant that it make y'all uncomfortable. Give th… https://t.co/MhOMUkREgz
## 537                                                                                                                    RT @minandchan: Lee know really makes Chan laugh in a way no one does https://t.co/ErrCaHiRDd
## 538                                                                          Fragola 491957-BL Black Size (-8) x 7/8-20 Dual Feed Bl Male Adapter Fitting KX9KKIO\n\nhttps://t.co/MU1LwbHkoe https://t.co/4UbQpvwnuM
## 539                                                                     @ginasfaketan @chixchix25 @THEBLACKLABEL 😂 how do you know?  Are you in the meetings?  Maybe true and may not be tr… https://t.co/45Eq0AOiiX
## 540                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 541                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 542                                                                     RT @_sara_jade_: Morrison greets Turnbull. BL compressed lips withholds truth. Chin jut a confrontational gesture. Displays dominance, inti…
## 543                                                                                                                            I can feel his touch 🫠🫶🏼\n\n#리미티드런 #LimitedRun #blmanhwa https://t.co/lUh4kSNRnu
## 544                                                                      Augsburg have submitted offer of €3m including add-ons for left-footed winger Andrei Cordea, according to Romanian… https://t.co/FeKZv8hClE
## 545                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 546                                                                      @awalkerinLA @Eric_Brightwell I would agree on DASH taking out the route. Back in 2010, Metro had plans to reroute… https://t.co/m6chIzrWtQ
## 547                                                                      he's been having a hard time from his latest work on a drama series, so when he's offered the script for a romance… https://t.co/Domr3d5F8a
## 548                                                                      RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 549                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 550                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 551                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 552                                                                     I didn't really scream (I wasn't on Twitter the whole day) but I assure I'm so excited for never let me go, I alrea… https://t.co/zu2KPxxHtM
## 553                                                                                                                                                                                           Am I making a process?
## 554                                                                     RT @tbaudinette: I am really excited for #NeverLetMeGotheseries! @GMMTV are increasingly branching out into creating original #BL narrative…
## 555                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 556                                                                     From Nov. 2-12, we had the pleasure of hosting 8 Italian students from Istituto Leone XIII in Milan. Their 10-day s… https://t.co/gnoiefzZBO
## 557                                                                        Isn't that the synopsis of that Chinese BL you all reading with that pretty boy in white and the sexy guy in red? https://t.co/xS0fmDB5LF
## 558                                                                     RT @lancefrmdabean: One thing about Big O is they gonna air it out!! 2 Receivers with 1,000+ yards on the year!! Always a entertaining show…
## 559                                                                     @ArtEthiopic Thank you...and yeah, I see what you mean. It is very rare to see such paintings. I am not sure if you… https://t.co/CruWJMwM31
## 560                                                                     Working on a paper about being a male idol stan and former BL enthusiast as someone who identifies now as a lesbian… https://t.co/KGOE2ZXh4t
## 561                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 562                                                                     minho as a popular actor within the bl industry and jisung as a well-known actor who's often praised for his abilit… https://t.co/fIt1EH7VDc
## 563                                                                                                                                                                         I'm a Trekkie and a BL fan. It's so fun.
## 564                                                                       RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 565                                                                     RT @mikaelamattes: John Schneider loved both Mahomes and Allen in their draft classes. He didn’t dare select a QB with Wilson on the roster…
## 566                                                                                                                                                                                     This is Biden’s PATCO moment
## 567                                                                                                                                                                                     I love high/middle school bl
## 568                                                                     RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…
## 569                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 570                                                                     RT @Morph_VGart: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wal…
## 571                                                                                                                                                                                                   @ttdemar onde?
## 572                                                                     @ronantyche bruh no way sasunaru is more influential than kawoshin and ryokira which are two of the most iconic gay… https://t.co/0Td8sAsuhw
## 573                                                                    RT @Tappy_toon: How did I get myself involved with this hot gangster? This relationship is far from NORMAL! 👀⚡️\n\n‘The Words In Your Snare’…
## 574                                                                               I'm in love with your chemistry, we want to see you in another drama 🔥🔥🔥🔥🔥🔥🔥🔥😎😎😎\n@Noeul_lee6 \n@Bossckm_… https://t.co/8MyzaQT1QT
## 575                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 576                                                                                                                              RT @Vance_Vaa: @fudrilshi @getoskito I cure my mental breakdowns with BL since 2018
## 577                                                                     RT @mikevorel: Under Grubb and head coach Kalen DeBoer — whose own two-year extension was announced last week — UW ranked first in the nati…
## 578                                                                     RT @mikevorel: BREAKING: UW offensive coordinator Ryan Grubb agreed in early November to a two-year contract extension through 2025, a sour…
## 579                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 580                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 581                                                               RT @tinyhsoo: top 50 best bl manhwa/hua/ga's couple chemistry !! ☆\n\n#18 - Hojun &amp; Seunghyun, The Good Teacher (10 437 votes; 1,4%) ☆ https:…
## 582                                                                             message 2 before mentions     @BONIFACIOTAPIA6 @qlan593 @BombetatorE @bl_mmh @bluecraig641 @Whitney29618569… https://t.co/w4WAMIgWrS
## 583                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 584                                                                     RT @coker_UDub: If Penix announces he is coming back you will not find a more insufferable doog in the entire universe than what I will unl…
## 585                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 586                                                                                RT @PFF_College: Michael Penix Jr.: 2,378 passing yards on 10+ yard throws\n\nRanks 1st in the Power 5🎯✅ https://t.co/zd7GR97zjZ
## 587                                                                                                                                                            Me recomiendan ver I will knock You? Es un bl nuevo 👀
## 588                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 589                                                                                                                                                             7ases bl break down bs mafe4 wa2222t a break down 💔😂
## 590                                                                                          RT @heyitsmizuu: Oh no 😧😂😂 #Jinx #BL #Yaoi #yaoibl #manhwa #manhwarecommendation\n\nSauce: Jinx https://t.co/T9Y5UNWbo5
## 591                                                                     RT @Morph_VGart: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wal…
## 592                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 593                                                                   @cr1baby21 @beezebel @SaberNoctisV @Cr1baby1 @KrushDestroy 'in bl'\n\nAnd here it is, another wrong statement by an u… https://t.co/RtJBrRxyyQ
## 594                                                                     Three T Carburetor Main Jets, Carburetor Pilot Jets For Dellorto PH BD/BE/B/BG/BH/BL/BR/M/SB SH1/2 SHA 10/12/14/15/… https://t.co/DaRnjqVUZL
## 595                                                                                                             Je regarde Between us, Al side story de until we meet again la serie BL et let me tell you things tm
## 596                                                                                                               RT @RiGunna: Me and my friends will nickname yo ass so fast… “Girl why big jeans just text me” 😂🥴🔥
## 597                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 598                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 599                                                                      RT @JoshuaConkel: There’s a weird cultural thing at play right now where some young people think they’re progressives while actually being…
## 600                                                                 RT @Irodori_Sakura: 【🚨Black Friday Sale🚨】\n\nCheck out Irodori Sakura's SFW store where you'll find amazing Yuri, BL and LGBTQ+ stories on sa…
## 601                                                                    @goodman_mal @epigeneticforce @Know_More_News @jordanbpeterson A Coincidence is a great word a group of Jews. \n\n“A… https://t.co/62QhMlx1So
## 602                                                                     RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 603                                                                                                                                                  @marsMEWlow 😆 non-asian bl recommendations are accepted as well
## 604                                                                   RT @BL_Scenery: POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2023 on C…
## 605                                                                     RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 606                                                                       TVMix reports Hollywood Media Mogul Alki David Calls on Congressman Steve Scalise To Hold Emergency Whistle Bl.... https://t.co/oH2kltYJhL
## 607                                                                     @JennyPineapple2 @FirstNation10 @nyunggai Obviously Aboriginal law is extinguished for good reason, BL does not pro… https://t.co/qkZ3RTuFqI
## 608                                                                     PersonalizeDISD: RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus l… https://t.co/EQL8BxL2bq
## 609                                                                 RT @MrROHughes: Canlyniad Bl 11 | Year 11 Results🏆⚽️🏴󠁧󠁢󠁷󠁬󠁳󠁿\n\n@Cwmrhymni 5 - 3 @Croesype \n\nHuge thank you to Croesyceiliog for reversing the…
## 610                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 611                                                                     @ADramticsCutie It is and I don't get how no is talking about it or why the large fan clubs haven't created a HT fo… https://t.co/u0RkJCCsXZ
## 612                                                               RT @13abc: Sheetz Freaks rejoice! Sheetz announces plans to expand to Toledo and Detroit. &gt;&gt; https://t.co/fZR0bGIQic https://t.co/aKbSdvK0AG
## 613                                                                                                                    RT @sportscardcoder: Justin Jefferson 2020 Panini Bl #ad #sportscards https://t.co/SN1bpHDkOj
## 614                                                                 RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 615                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 616                                                                           @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/1WwPjqryQh
## 617                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 618                                                                   RT @red_loeb: 30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v @BLMedieval h…
## 619                                                                      @Kamenootwt MADK, at the very least, is authored by a man. Bad Boys Happy Home is drawn by a man. There's great BL… https://t.co/BppKYTOLJf
## 620                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 621                                                                                                                         RT @Emarosa: CHICAGO. 5 DAYS. \nTICKETS: https://t.co/tghgZRfTi9 https://t.co/QQmkgX5n1U
## 622                                                                      RT @xonorika: Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizing this!!…
## 623                                                                              @MyBLCalendar @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @boys_passion @BL_Scenery… https://t.co/SnGXvJEkzV
## 624                                                                                                                                                       @UDubTonyD @BL_27_ @AcropolisJr @C_M_G206 Any update here?
## 625                                                                                                                                                     @ClaireSilver12 That's what happens when we love what we do.
## 626                                                                     @CherylM50784435 @GeneralHospital @josh_swickard I was rooting for them in the beginning...It's just embarrassing n… https://t.co/at6pxUZxOD
## 627                                                                     RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 628                                                                                                                                                                               @michixmame the BL i would draw 😭🥹
## 629                                                                      RT @xonorika: Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizing this!!…
## 630                                                                     The plot of "Collecting All the Hot Noblemen" is like a roller coaster of emotion. It's riveting and full of surpri… https://t.co/rC6SrEyzR4
## 631                                                                                                                                                                         RT @rjmxrelll: stay &amp; keep me please
## 632                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 633                                                                 RT @anevilbunny: I'm a little late with this, but here it is!💖\n\nPercy belongs to me\nTigro belongs to @OjitosVerres \n#twst_BL #twstoc #twst_…
## 634                                                                                                Me: telling Sarah all the gossip I hear and search for about bl actors like she cares \nHer: damn that’s so crazy
## 635                                                                     Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizi… https://t.co/C9ASMofN4v
## 636                                                                       30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v… https://t.co/373wAfa8z2
## 637                                                                     RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 638                                                                                        since i srsly got no one to talk to might as well read some angst bl and go back to my bl era 😼✨️ https://t.co/Zvn45KUOPO
## 639                                                                                                                    RT @misamxsa08: its been too long since i drew them #prsk_FA #prsk_BL https://t.co/bhUajKYAX8
## 640                                                                                              RT @GISEOK4EVA: when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…
## 641                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 642                                                                     @purinpilled @heatherBASEDon Most of my gay friends made a clear distinction, independently, that BL≠ Yaoi and that… https://t.co/Fq0XJ8CroY
## 643                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 644                                                                        @darkestdollx @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/0dBwJvFBbH
## 645                                                                                                                                        Alert: MOTOR VEHICLE COLLISION @ I275-NBND/GANDY BL N Tac: B Sent: E36 E7
## 646                                                                                    Delta Chamberlain 142747-BL-I In2ition 2-in-1 Shower Faucet, Matte Black https://t.co/EpDeWjxlJu eBay https://t.co/WDYc9muxhv
## 647                                                                                                                        (New)DEWALT DCS571B ATOMIC 20V MAX BL 4-1/2 in. Circular Saw https://t.co/JEspO7qb3L eBay
## 648                                                                                           @KJWinEducation @rpondiscio 1 uses a variety pack: Wilson, BL TpT worksheets, LC writing workshop, and RR small group.
## 649                                                                   RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 650                                                                     RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 651                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 652                                                                          They're so damn cute especially the Milk \n#ChocoMilkShake #bl #koreanbl #Blseries #parkseungbin #kimseonghyuk… https://t.co/LOzhiNRuD7
## 653                                                                    RT @obskyr: Here's a manga I've seen a *lot* of buzz about in Japan, but none in the West… Hikaru ga Shinda Natsu.\nTwo boys in the countrys…
## 654                                                                                                            RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 655                                                                     RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 656                                                                   @Abdulah73649951 @TheDoct0r_ @jsolloso The french league has proven itself a legit talent factory\n\nThe bundesliga s… https://t.co/dkBt9GGYHW
## 657                                                                                                                                     RT @chaewonsarchive: cute concept chaewon crumbs \n\nhttps://t.co/pkqnnEkG2M
## 658                                                                                                  New Dreamwidth Post: Activity Check-in: BL Manga "Follow" &amp; "Akegata ni Yamu Ame" - https://t.co/JC5OXm5g5O
## 659                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 660                                                                   RT @HoodHusky: I know JD was very interested in UW before committing to Texas.\n\nSpin the block, come see what the Program has cookin now! @…
## 661                                                                     RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see students enga…
## 662                                                                     @rubyblue1137 I do understand yours. You think one is worse than the other. I think both are equally problematic, j… https://t.co/jKTj2aJpPI
## 663                                                                 @HauckTarin @karenvaites @TimRasinski1 The Caulkins/F&amp;P Balanced Literacy did not include the big 5. I don't like u… https://t.co/kBzqQlGdin
## 664                                                                                               @hils_k yeah... here we are 25 years and probably hundreds of fandoms later and here we are meeting in Thai bl....
## 665                                                                      RT @wy4att: Extremely Blessed and Thankful to have received an offer from The University of Washington ! ☔️ @PlayerProMorgan @WilliamInge1…
## 666                                                                                                                                                                 My social battery bt5les literally bas bl taxies
## 667                                                                  RT @tkhell_: Hbd to the sweetest angel ever I'll always be by your side bby whatever you do, I just want u to be happy my little angel &lt;3 🦋…
## 668                                                                     RT @janelhops: I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problematic. The r…
## 669                                                                                             Nury Martinez and the Dirty Truth of Latino Anti-Blackness - (Brown &amp; Bl... https://t.co/3pKahP1qdV via @YouTube
## 670                                                                     @shoujoscholar @saeryen I didn't say anything about objectifying men. I just mentioned BL. Do you think BL objectif… https://t.co/0rpCrBObY2
## 671                                                                 RT @MyBLCalendar: How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happen?\n\n#M…
## 672                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 673                                                                     Do anyone know where I can download a Bl serie, with subs in English or Spanish, because i going to a trip where is… https://t.co/3EzYg8h8x3
## 674                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 675                                                                  Mari’s reaction to #AboutYouth Ep 1 &amp; 2\n\n#reaction #patreon #react #bl #drama #taiwandrama #retweet @LovingBlogs… https://t.co/yDMUvI4s3X
## 676                                                                     RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 677                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 678                                                                     @_chcow1nt_ And that is ig how danmei kinda sets itself apart from other BL media imo..most if not all is only hype… https://t.co/vCDieFKCoU
## 679                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 680                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 681                                                                                        Gonna be honest...this is probably the best manga panel ever.\n#cat #owner #manga #mangapanel #BL https://t.co/4T5Lyik3Tb
## 682                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 683                                                                     @boysloveparty 🎂 Thank you for the calendar, I depended on it when I first started reading BL at the beginning of t… https://t.co/UABSBb1iIt
## 684                                                                        It's Time for Trivia Tuesday ⏰\n\n#StrangeWorld star Jake Gyllenhaal also played Mysterio in which Marvel movie? https://t.co/uBv03qFuzX
## 685                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 686                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 687                                                                                                                                                       RT @tragicbirdapp: he’s too strong https://t.co/5swURRVY7p
## 688                                                                   RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 689                                                                    When you r trying to check ur boyfriend's phone📱\n\nSweet Couple Sauce🔗https://t.co/qEg2WYlJYb\n#webcomics #manhwabl… https://t.co/NXKkwNrb00
## 690                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 691                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 692                                                                     Him wearing that horrendous crusty-ass mop of a wig is reparations for what he said about BL years ago. But it hurt… https://t.co/HeUhsFG7mt
## 693                                                                           @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/x2ur0v8DVJ
## 694                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 695                                                                                                                                                @heelsiblings I thought it was BL, when i looked at the first pic
## 696                                                                   while\nfrom others came a sound of carpenters and coopers, with bl\n__iherb_promocode_promo_rewards_voucher_code_disc… https://t.co/7qxpFjVEHJ
## 697                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 698                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 699                                                                  RT @fckedupdreamer: Sanemi X Tokito is my top OTP, and Kanroji is a happy shipper\n\nHD: https://t.co/iW2mtmRfwO\n\n#bl #boyslove #demonslayer…
## 700                                                                                                                                                                                    Gotta finish that terrible BL
## 701                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 702                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 703                                                                   RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 704                                                                    RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 705                                                                      @transmascswag_ of course of course, but drawing in the ideas of postmodern literature specifically how it relates… https://t.co/YYkPRra5f3
## 706                                                                                                              This is Bl’ink with her taggy “Peridot” custom My Little Pony I did in 2009 https://t.co/fMSnvoIVOq
## 707                                                                                                                             can't believe I just discover that my type of bl is gay yuri https://t.co/oQmBK5u6b0
## 708                                                                 RT @world_of_bl_com: Updated BL calendar for November 2022\n\n_________________________________\n\nWebsite: https://t.co/xxX9fVZLSd\nSupport me…
## 709                                                                     RT @RentaMangaStore: Asahi and Kei used to be inseparable, but that all changed when Asahi was diagnosed as an omega in high school and Kei…
## 710                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 711                                                                     @bloomfilters Oh and! Each specific series within the Qhidae will have a different queer theme, one will be pure BL… https://t.co/UEr7NKFWN7
## 712                                                                     @ToonMouthTyne @BL_2889 @England I’d love to see Wilson and Maddison get starts but I think the reality is that the… https://t.co/bZOGNe9H6u
## 713                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 714                                                                     RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 715                                                                           @aibarisu @phuwintang @ppnaravit as you should omg it's amazing!! it really does especially with the music 👌 like the bl version of it
## 716                                                                             @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/3Lmn9TocJ9
## 717                                                                  Title: Love In The Air (Uncut Version)\nEpisodes: 1-3 (of 13)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nPlatform:… https://t.co/V5DbY3tLmO
## 718                                                                     RT @red_loeb: @DCFDavisson @BLMedieval See for example the Royal Proclamation of 16 November 1538 which was issued jointly by Henry VIII an…
## 719                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 720                                                                   RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 721                                                                                                                                                                          @GMMTV is this a new series. Is this Bl
## 722                                                                     @GeneralNarwhale @MuItimach Yeah I feel that. Got a PC right after BL came out and was just wondering if I should'v… https://t.co/MqZU8k2rpu
## 723                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 724                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 725                                                                     RT @Rainbow3031: @nanazunshine I honestly never seen other BL CP explaining to their partner when they play new series with other ppl 'it j…
## 726                                                                                                              @JohnThePapist Catholic answers could be thought of similarly to Bl. Carlo Acutis' website as well.
## 727                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 728                                                                     RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…
## 729                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 730                                                                     RT @RossiAtanassova: I have published a blogpost about the progress with my AHRC-RLUK Professional Practice Fellowship project: https://t.c…
## 731                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 732                                                                         Evening light at Lauch, Langenbruck BL.\n#landscapephotography #photo #LIGHT #TREASURE \nhttps://t.co/mEChtPgHPZ https://t.co/QNCqLjT7JZ
## 733                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 734                                                                                                                                         Manga: Jinx\nArtist: Mingwa\n\nLegendary bl artist and writer of bj alex
## 735                                                                     RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 736                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 737                                                                                                       Prothane 6-1207-BL Black Radius Arm Bushing Kit FI3H30T\n\nhttps://t.co/AYKTselpa3 https://t.co/kBvHPeheqv
## 738                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 739                                                                                                                                   @troonytoons Couldn’t be anything to do with him being downright bl**dy ugly!!
## 740                                                                                                          cant post about a drama without someone going “is this BL!?”\n“OMG I WISH IT WAS GAY!”\n\nguys 😭 please
## 741                                                                                            Arlington Heights | Structure Fire reported at W Pico Bl / S Bronson Ave\n\nhttps://t.co/NgkEeatDMm\n#lafd #lafdalert
## 742                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 743                                                                     @mylenechantress hahahh me too I'm new in BL drama I only watched Korean and Chinese drama but im addicated to Kore… https://t.co/xZbEL6hG9y
## 744                                                                     RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…
## 745                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 746                                                                      RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 747                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 748                                                                                                                                                       @aevalion1 Mich bl club no worries https://t.co/3CFofmhxJF
## 749                                                                      RT @cityofhope: Today is the day! This #GivingTuesday, you can make 5X the difference in the lives of people fighting cancer and give them…
## 750                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 751                                                                                                        normal ppl: need to focus on school during finals\nme: needs to start a bl during finals or ill go insane
## 752                                                                     RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 753                                                                     RT @jimmy_darke: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @K…
## 754                                                                     RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…
## 755                                                                     RT @BadBeanLLC: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wala…
## 756                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 757                                                                                                                                                                  @yongbokrexic it's a sexual and violent thai bl
## 758                                                                     @mylife8z Now I'm jealous😂 I get to enjoy those wee hours only Friday to Sunday and watching Kdrama too and recentl… https://t.co/CTUjDnhFn0
## 759                                                                                                                             very cool and inviting6. There were soft, bluey-green bl     https://t.co/3tccBratSg
## 760                                                                                                       @SDYeet He literally have the most common uncle/korean bl hair style just on a different face and body T_T
## 761                                                                     RT @Law_Solidarity: Delighted to launch my new oral history project, working with @BL_OralHistory to develop an archive of oral history int…
## 762                                                                 UWIOFF Weed Barrier Landscape Fabric, 4ft x 10ft Durable &amp; Heavy-Duty Garden Landscaping Fabric, Premium UV Resista… https://t.co/0v3XncwOPs
## 763                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 764                                                                          @cynodegmi @sylvainbrisse @CBeauruelle @CMIJournal Read the case report, dear BL SE ... You'll be surprised!\n👉🏻https://t.co/KCCuMDWdoZ
## 765                                                                                  @Fulgur_Ovid Omg, Blue flag? Based.\n(I'm surprised cause more people nowadays are commonly into manhuas/manhwas in bl genres.)
## 766                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 767                                                                      Now flipping it around! Do the girlfriends of these bl actors feel this way? Like it IS a job and I honestly don’t… https://t.co/71d8iQ2MRq
## 768                                                                                                                                                 RT @ynbnbaby: This looks like a bl drama https://t.co/8Snj4f7lAR
## 769                                                                                                                          @KingOfNothing22 Wouldn’t say amazing performance tbh competent yes but not spectacular
## 770                                                                                                                                                          Can we not call real gay men “BL/Yaoi” boys pls, thnx ✌️
## 771                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 772                                                                                                                                                                                            ong/teo practice is 🔥
## 773                                                                                                                              oh my god the night i have a bunch of motivation to cvt i dont have a bl@de with me
## 774                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 775                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 776                                                                     TRAHXGO 2Pcs Lymph Drainage Magnetic Bracelet, Anti-Swelling Bracelet for Women Men, Magnet Weight Loss Bracelet, P… https://t.co/FLZw7aNzGD
## 777                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 778                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 779                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 780                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 781                                                                     “Zero covid in one country,” is 21st C “socialism in one country” esp as the rest of world “lets the virus rip.”  I… https://t.co/SnPxmTgbIE
## 782                                                                     @shoujoscholar @saeryen No. Sex by itself isn't male or female gaze. It's how a work portrays sex that denotes whet… https://t.co/o1dtdWGCcM
## 783                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 784                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 785                                                                     @LMichelleJ87 @karenvaites @TimRasinski1 Wasn't BL coined from the findings of the NRP Report? WL lacked word recog… https://t.co/PW7KDDjHtc
## 786                                                                     RT @Law_Solidarity: Delighted to launch my new oral history project, working with @BL_OralHistory to develop an archive of oral history int…
## 787                                                                     either it exists in Japan and hasn't been exported, or it just doesn't exist, but I'd be surprised if somehow the B… https://t.co/mCpZMejRq0
## 788                                                                                             Handmade Repurposed Upcycled Statement Bib Necklace sparkly bl by SparkleMyGlitter https://t.co/Ne1mNn6WBX via @Etsy
## 789                                                                 Ox &amp; Pine Handmade Personalized Leather Cord Wraps for Laptop Cords (Dark Brown, Rustic Brown, Saddle Tan, Rustic G… https://t.co/etf2wG11XG
## 790                                                                                                                                                                       @_bl is a scammer dont do business wit him
## 791                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 792                                                                                                     Apparently I read comics now\n \n#Oddballs #sticknode #BL\n\nhttps://t.co/xmOellbBp3 https://t.co/z7F5FHXcrv
## 793                                                                        @rss_mayu 🔣To prevent further nightmares➿🪁\nI have bl🤬🥒ked certain \n😰DISTRESSING emAils 😨\n🥰🤩🫡from the HeAd OfFiCe \nBe§©®®®ep Boop 👽👾🤖
## 794                                                                      @mylenechantress you hate snow and we are praying to see snow hahah even if I travelled to Europe I never see🤣💔 no… https://t.co/2vN8badMd4
## 795                                                                                       RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 796                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 797                                                                                                                        @sharluvbot @kooyng apparently the webtoon is a bl but idk if its true thats what i heard
## 798                                                                 @oakieone @AndrewxMontague @judith_sheen Compare with miners &amp; steelworkers, car factory workers didn’t see how for… https://t.co/eBgpc1ya8b
## 799                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 800                                                                 Check this fascinating #artist: #Lebanese🇱🇧 #RockMusic pioneer &amp; #humanitarian @Lydia_Canaan and listen to her song… https://t.co/JPbmgImy38
## 801                                                                     D*rek Bl*ghe in Fermoy, Co. Cork tonight trying to whip up hate against refugees. A handful of locals were there 'o… https://t.co/yWdHlMznM7
## 802                                                                     RT @fantasticplanet: Loving this space! So great to hear the voices of @delta_sauce and @bl_artcult speaking on their work and marketing kn…
## 803                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 804                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 805                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 806                                                                 RT @LeahLibresco: I love this plan for Eucharistic processions across the country in 2024. \n\nStarting in:\n-San Francisco\n-the tomb of Bl Mi…
## 807                                                                                                                                   RT @ganen_cheese: Let's have a bab-\n#19days #tianshan https://t.co/QnkfjgtMAW
## 808                                                                      @tbaudinette Ah, so disappointing. Such a missed opportunity if New didn’t eat one when he was in Aust a few weeks… https://t.co/4oqDgeieQX
## 809                                                                                                                                                             RT @sadtruthwords: My eyes cried too much this year.
## 810                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 811                                                                     RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 812                                                                     RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…
## 813                                                                                                                  RT @KathyRe0916: BL tells Chase she thought they support each other.. Really BL??🙄 #gh #chaylnn
## 814                                                                     Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/Rv7Eipuy9o
## 815                                                                    @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nA mother's Joy that splashes colors around her… https://t.co/uqyXgvoKIu
## 816                                                                                                                         RT @nozuuw: from the lets make a cat boy thing, I quite like him https://t.co/eoRsNKnLbW
## 817                                                                 OK THOSE WHO TOLD ME USE MORE OF THE BL@DE.. I UM SHOULD HAVE LISTENED NOT TO PRESS TO HARD 🙄🙄🙄🙄🙄\n.\n.\n.\nshtwt stryo… https://t.co/i1gyNEsbQJ
## 818                                                                     RT @MizuTsukino: Eternal Yesterday is still the strongest candidate to be the best BL this year for me. It keeps me stay alert emotionally.…
## 819                                                                                                                                                        RT @letsyousoro: she's so fine 😩\nhttps://t.co/wTFIHw1F31
## 820                                                                                                   Prothane 19-920-BL Black Straight Shock Mount Bushing with Sleeve - 2 Piece TIYI2ZZ\n\nhttps://t.co/31hGIUXj7E
## 821                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 822                                                                                                                                                                  Wait, I've read this BL https://t.co/FpRlMg6yc7
## 823                                                                     @DCFDavisson @BLMedieval See for example the Royal Proclamation of 16 November 1538 which was issued jointly by Hen… https://t.co/6sLKFtgzZX
## 824                                                                                     The manhua has been feeding us so well\n \n#Mankatha #bl #characterdesign\n\nhttps://t.co/5ZqnuoX0yY https://t.co/uGeqZQYuwP
## 825                                                                                                                                                                                 @BL_Tidus @Spllila1 true imagine
## 826                                                                                                                                                                                     @Spllila1 @Draco2050 imagine
## 827                                                                                                                                                 @CoffeeVectors @bl_artcult omg you two 😆 https://t.co/EbxR7ZnSbK
## 828                                                                      @jeffjag @bl_artcult @anim8dead @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr ah, i was about to… https://t.co/UKbKrywqwk
## 829                                                                                                                                                                                              Formal dress code🥹🥹
## 830                                                                                                                                        This is definitely in top 10 favorite BL of 2022. https://t.co/m8gIqPXOMk
## 831                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 832                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 833                                                                                                                                         @reversea_ Hooray!! Thanks so much! Hope you love it as much as we do~ 💖
## 834                                                                     RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…
## 835                                                                     RT @reversea_: @MDi_BL oh, this could not have come out at a better time! i had some coins about to expire on bookseller so i just bought t…
## 836                                                                            @illustrata_ai @artcrushgallery @animusnft @speakingtomato thanks for the tag friend.\nA little Miami winter… https://t.co/baIQvHROpp
## 837                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 838                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 839                                                                      MM MELISEN Yoga Mat Storage Rack, Home Gym Studio Organizer Cart for Foam Roller, Yoga Strap and Resistance Bands,… https://t.co/Jm98em767o
## 840                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 841                                                                                                                            @SUGAHCUNT @gojosatorubutt @HakkenRyou I think it's from BJ Alex, and if so, it is BL
## 842                                                                                                                             @BL_2889 @lord_barrold @England Yeah, that's probably our best 4 attackers, I agree.
## 843                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 844                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 845                                                                     there’s so much. bl adjacent things that are often better than straight up bl but i do like when it’s canon. i have… https://t.co/ldIg625Gg1
## 846                                                                                                                                                                @BL_2889 @ToonMouthTyne In a front 3 I 100% agree
## 847                                                                     @AlexFriel @afortunatestory @SebBronislaw @gen87767272 @Otto_English a culture is a people, things like food or mus… https://t.co/x8zaOmIbrQ
## 848                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 849                                                                     @BL_2889 @lord_barrold @ToonMouthTyne @England No point in wasting your breath on striker alternatives. Kane is and… https://t.co/uZKGhVvUlf
## 850                                                                      Okay so Thai bl fans, question: is skinship between men seen as normal and platonic? Like skinship in Korea? Here,… https://t.co/ofAEzdqD9T
## 851                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 852                                                                           This comic is definitely worth reading! Come check it out!\n \n#aiart #bl #AnimeArt\n\nhttps://t.co/NW5yHVNJSN https://t.co/W5Q7BLufha
## 853                                                                   RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 854                                                                     @MDi_BL oh, this could not have come out at a better time! i had some coins about to expire on bookseller so i just… https://t.co/29hiX384qZ
## 855                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 856                                                                     RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was gr… https://t.co/MyTPsEZLVK
## 857                                                                      RT @AAngela98765: @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 @LRobbTeacher Also, the other unspoken thing is that districts need…
## 858                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 859                                                                                                     RT @ErotemeArt: @obscuradao @MecenateFineArt Summoning @bl_artcult and @darkestdollx https://t.co/Kvm3FJjLZr
## 860                                                                  RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 861                                                                                                                                     @BearsBeyondGate Anothe bl***y meaningless Friday night game. Waste of time.
## 862                                                                                     @lord_barrold @ToonMouthTyne @England I think I agree. Rashford has to start so I’d play Maddison Wilson Rashford and foden.
## 863                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 864                                                                     RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 865                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 866                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 867                                                                                                                              “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/spswpbp3Wn
## 868                                                                                                         @spiritcryptic YEAH but this level of fanservice from something that isn’t a BL is still wild to me lmao
## 869                                                                                                           @Azhdaya__ Why is ginger .5? It's the blond gene.\nI'm 16.5, b/c the hair is more like a strawberry bl
## 870                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 871                                                                     RT @CupcakeBakeoff: @kthversaces Did you just waste your time on bl!nks?? Lmao even they know whyG pays their faves' way lol by paying sp0t…
## 872                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 873                                                                                                                                                                      @Mbappemos https://t.co/TPmSY3gMyc\n\nRatio
## 874                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 875                                                                                                                                       Ana fkdt el 4a8af eny albs ay 7aga fel gam3a de wallahy 3ayez anzel bl pjs
## 876                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 877                                                                    RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 878                                                                     RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 879                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 880                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 881                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 882                                                                                                          Apparently I read comics now\n \n#draw #indiedev #bl\n\nhttps://t.co/3HtuHFSc0X https://t.co/q4ONlszrYi
## 883                                                                                                                                                                  I'm a BL lover give me suggestions vice versa 😁
## 884                                                                     @shoujoscholar @saeryen And I never said they were. My point is that shounen takes tropes from shojo, josei and BL.… https://t.co/yapAfeZsdI
## 885                                           RT @LiManMa16795669: #恨君不似江楼月 #KillerAndHealer #江枫余火 #MaoZijun #茅子俊 #YiBochen #易柏辰  #SCI谜案集 #季肖冰 #JiXiaobing #高瀚宇 #GaoHanyu #SCIMystery #Br…
## 886                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 887                                                                  We're finished, man fall in love to the bear (stuff toy). Now, men fall in love to the animals (cat &amp; dog). Are we… https://t.co/8u1tu0lyOa
## 888                                                                      @KJWinEducation @rpondiscio Exactly…don’t the majority of educators come from the same sources (uni’s and PDs). In… https://t.co/7uOpU3pkLn
## 889                                                                     whitelist Interworking Assistant @prabhat4real @Moar_0 @31415926BTC @boulayada @ph1ll_x @CavalierSVAO @Bold_Baldies… https://t.co/I6IOvwdA6B
## 890                                                                           @miniyoonie Mew and his formor bl partner had some big trouble where mew sexual harassed him \nAnd gulf idk, i only know he CAN'T SING
## 891                                                        RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…
## 892                                                                    RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 893                                                                                                               RT @Omah_Lay: ‘SOSO’ official video out now!! 💜\n\nhttps://t.co/Od6wFbCwPK https://t.co/yMxbBaKLIG
## 894                                                                                                                           How cute they are buying bl mangas together🥺🥺🥺 #sasakitomiyano https://t.co/ldJSQnCFhF
## 895                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 896                                                                     RT @DemzOneMusic: @arkhan_voyager @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @Darr…
## 897                                                                     RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 898                                                                                                                   @_Monirjr M4 b7s dh l3b kora b7so bdan, hytl3o badry neek bl l3b dh probably mn el match el gy
## 899                                                                                                                                                                                     @bl_ue_berry_ Let us see !😋😋
## 900                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 901                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 902                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 903                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 904                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 905                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 906                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 907                                                                     Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Aside from the trademark red pinstripe, th… https://t.co/5M8WhH0l25
## 908                                                                   (It's not a really serious problem) \nI hate everything\nI can't find an extra of a BL 😭😭😭😭😭\nAnd it's the extra that… https://t.co/cr8yBgFaHA
## 909                                                                                                                                             Alert: MOTOR VEHICLE COLLISION @ 7301 PARK BL N Tac: G Sent: R34 E34
## 910                                                                                        Eastbound 6-car BL/Downtown Largo Train 408 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (4:11pm)
## 911                                                                                        Eastbound 6-car BL/Downtown Largo Train 408 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (4:11pm)
## 912                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 913                                                                   RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 914                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 915                                                                     RT @SwarleyArt: @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM…
## 916                                                                                                                                 @bw_threadoffate imagine if bw have a bl series after an anime series/movie 😭😭😭😭
## 917                                                                     RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see students enga…
## 918                                                                                                                                                                      @OnlyXoXo__ Mood rn https://t.co/RXzTE9IG3r
## 919                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 920                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 921                                                                   RT @walasavagephoto: I've seen random circle thingies before, but hadn't ever heard of Chirpty until just now in a @KinoAlyse space!\n\n(Than…
## 922                                                                     RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see students enga…
## 923                                                                     i love adding to the bl thread but i’m sure twitter shows it as just a tweet to some of u so it just looks like i’m… https://t.co/ghKFSwRAxC
## 924                                                                     Hbd to the sweetest angel ever I'll always be by your side bby whatever you do, I just want u to be happy my little… https://t.co/DOLfg4OsIx
## 925                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 926                                                                                                Eastbound 6-car BL/New Carrollton Train 455 has been holding at Landover on track 1 for at least 5 mins. (4:08pm)
## 927                                                                                                Eastbound 6-car BL/New Carrollton Train 455 has been holding at Landover on track 1 for at least 5 mins. (4:08pm)
## 928                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 929                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 930                                                                     @TimRasinski1 In fact, I never knew the issues in K-3 for BL before EH. I thought there was an overemphasis on choi… https://t.co/eTKdaQTB3l
## 931                                                                     Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see student… https://t.co/RqcmFk9CRT
## 932                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 933                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 934                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 935                                                                                      RT @ESPNUK: No player has scored more World Cup goals than Marcus Rashford so far this tournament 🔥 https://t.co/JVGq5nd1hr
## 936                                                                   RT @walasavagephoto: I've seen random circle thingies before, but hadn't ever heard of Chirpty until just now in a @KinoAlyse space!\n\n(Than…
## 937                                                                                                 @YeBlowsAss @Tiptoe678 @KenGGKen People say its not bl bc its really is sexual harassment throughout the story 💀
## 938                                                                                              The manhua has been feeding us so well\n \n#bl #SliceofLife #dad\n\nhttps://t.co/PYOmBdrXIX https://t.co/AFVNO2Cbcz
## 939                                                                            @epitaphtoadog @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/6EHP5R5iho
## 940                                                                     RT @tbaudinette: I am really excited for #NeverLetMeGotheseries! @GMMTV are increasingly branching out into creating original #BL narrative…
## 941                                                                                                              @Denjislonely @Tiptoe678 @KenGGKen My ass went in not knowing that it was a BL I WAS FLAGGERBLASTED
## 942                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 943                                                                                                         RT @sususiaoo: People: you should stop watching BL\nMe: \n#LoveinTheAirSpecialEP https://t.co/WrHFpEOUsZ
## 944                                                               RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…
## 945                                                                              @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/MQvTy4fomS
## 946                                                                   I've seen random circle thingies before, but hadn't ever heard of Chirpty until just now in a @KinoAlyse space!\n\n(T… https://t.co/rUH4Znfp9M
## 947                                                                     Can someone recommend me any  bl dramas🥺 i dont mind if it's thai, chi, kor, or whatsoever i just wanna put them on… https://t.co/RHTwcViGYR
## 948                                                                                                                                                      RT @REALLYREVIL: best bl in a while https://t.co/ipSo7GnVYL
## 949                                                                              Check out this product 😍 Case 042 Stockman Amber Bone 😍 \nby CoxWebSales starting at $69.99. \nShow now 👉👉… https://t.co/AdIvs33exe
## 950                                                                                 @Denjislonely @Tiptoe678 @KenGGKen It’s funny how I completely got invested in Killing stalking, sometimes these BL mfs can cook
## 951                                                                   Fall of an Immortal\n\nliterally the funniest bl I’ve read, it’s a wild ride from start to finish and both characters… https://t.co/SCx3lWhOxp
## 952                                                                                                                                                                                       @Koohoe It bl**ms for you!
## 953                                                                   RT @geoffkeighley: First TGA performance news: \n\n@hozier joins us with @bearmccreary and #TheGameAwards Orchestra w/ @lornebalfe for the wo…
## 954                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 955                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 956                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 957                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 958                                                                      RT @the_ghost_CM83: Mail Call!!! Received my Black Friday Mystery Box from @OriginalFunko! My only disappointment is the Minnie on Ice box…
## 959                                                                                                                                                                                       @visegrad24 Definitely yes
## 960                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 961                                                                  @TimRasinski1 Thanks for clarifying &amp; pushing conversation. I read much of your work esp on fluency. I think there… https://t.co/EixGlaQxfu
## 962                                                                                                                                  @Royailove @fujoking_bbu Sorry, but wear do you purchase your mature bl manhwa?
## 963                                                                                                                                               @drama_IIama popular thai bl dramas! I think they’re easy to guess
## 964                                                                     ChokosMilky Kitchen Tongs for Cooking with Silicone Rubber Tips 7" - High Heat Resistant Handle, Stainless Steel BB… https://t.co/GEo8hwyz18
## 965                                                                                                                                                                   @BL_27_ @AcropolisJr @C_M_G206 Do we know yet?
## 966                                                                                                                                     @travis_bl @JazzEFC Cant bring myself to actually do it, unless I'm pissed!😂
## 967                                                                                                       @Skirgey @ToonMouthTyne I know I’m a bit biased but I think Wilson offers more to this side then Kane does
## 968                                                                                                                                    @Denjislonely @Tiptoe678 @KenGGKen Wait do you actually read BL for the story
## 969                                                                                                                                                                RT @mml__02: a way to be happy... listen to music
## 970                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 971                                                                                                @YeBlowsAss @Tiptoe678 @KenGGKen The bl i like is ending next week so if theres sex I’ll post it and cry about it
## 972                                                                                                             RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 973                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 974                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 975                                                                                                                          @TheeUncleJerry @Dropppio @OriginalFunko Just like BL Carnage 🥲 https://t.co/ZwfrhBGABs
## 976                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 977                                                                    RT @sluttybtxh: I want this blonde era back!!!!!😭\n#PAYBACK #manhwa #bl #manhwabl #manhwatwt  #blmanhwa #YaoiR18  #yaoi https://t.co/5YMYYXR…
## 978                                                                 RT @MyBLCalendar: How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happen?\n\n#M…
## 979                                                                                                       RT @_0__25_: Yoohan and Jay are so hot.\n\n#페이백 #payback #bl #yaoi #yaoihard7w7 https://t.co/BhdDQUPM9t
## 980                                                                                                     Flash Furniture Kids Colorful 5 Piece Folding Table and Chair Set JB-9-KID-GG Bl...👉 https://t.co/E8nmRRZuUj
## 981                                                            RT @a_kaeyada: Happy birthday kaeya!🍷✨🤺\nNo one may have known his birthday when he was new to the Ragnvindr family!🎂👀\n#ガイア生誕祭2022 https://t…
## 982                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 983                                                                     1 Pair Shoe Trees for Men, Practical Adjustable Length Plastic Shoe Tree Shoe Stretcher Shaper Boot Holder Shaper S… https://t.co/LIp4GM4FPF
## 984                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 985                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 986                                                                                                                        This was my fastest recovery from fachla w skhana, litteraly jetni bl chmeta 9bal lprojet
## 987                                                                     RT @littledunk0110: I'm already a picky person when it come to BL series and now they've made my standard become higher.\nFort and Peat are…
## 988                                                                   @snj_1970 Absolutely appalling that these kinds of studies need to be done to state the bl**ding obvious\n\nAll commo… https://t.co/J9JRRaKfaF
## 989                                                                                                                                                                              He certainly bl**dy is! Sensational
## 990                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 991                                                                      @signald @illustrata_ai @joynxyz @amli_art @bl_artcult Thanks! Yes, there's a quality of duality. In my own story,… https://t.co/oowsPMgaIP
## 992                                                                     RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 993                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 994                                                                     RT @RealTimeNews10: Fairfax Co. PD confirming the critical shooting on the 8500 Bl. of Hyman Wy. With one individual transported with criti…
## 995                                                                      @GMMTV U know I hate u a lot couse my ship u don't give good promotion olso u don't wanted to haven event together… https://t.co/Nxlwbfnefp
## 996                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 997                                                                                              RT @GISEOK4EVA: when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…
## 998                                                                     @anieCiahh Please the sister was free to ask her about that on live where every blog, different fanbases were going… https://t.co/tqVpMb1Okp
## 999                                                                      @FortniteTracker @Khanada @PeterbotFN @MeroFN @AcornFN @dukezfn @KamiFN1 @QueasyFN @VadealFN @JannisZFN @venofn eu… https://t.co/z7LNbxybkZ
## 1000                                                                                       Eastbound 6-car BL/Downtown Largo Train 406 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (3:56pm)
## 1001                                                                                       Eastbound 6-car BL/Downtown Largo Train 406 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (3:56pm)
## 1002                                                                                                                                                         @YeBlowsAss @Tiptoe678 @KenGGKen I never dropped bl wym
## 1003                                                                    @jeffjag @anim8dead @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art Please, bait away. Th… https://t.co/LNbEeSLgZg
## 1004                                                                                                                                                                   @NichtTmToxic L Take harter L Take ngl &gt;:(
## 1005                                                                                                            @Denjislonely @Tiptoe678 @KenGGKen Oh hell naw, are you still in your BL era https://t.co/SuJO85ZW0N
## 1006                                                                                                                             “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/pHZnREIsHu
## 1007                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1008                                                                                                                                                               Bag secured 🥹💕 #Manga #BL https://t.co/bTDmXXClLp
## 1009                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1010                                                                                 RT @wallplugnft: Good advice on the algorithm w/\n@KinoAlyse @delta_sauce @bl_artcult @StacieABuhler\n\nhttps://t.co/CzOE9M27Qn
## 1011                                                                    Fairfax Co. PD confirming the critical shooting on the 8500 Bl. of Hyman Wy. With one individual transported with c… https://t.co/Q36tn3Yh1V
## 1012                                                                                                                                                       ill eat lemon if we get brightwin new bl series next year
## 1013                                                                                                                              @Exalted_Speed Is Shinji in the back in some BL centered spin-off with angels now?
## 1014                                                                    RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 1015                                                                                  RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 1016                                                                    @bl_artcult @anim8dead @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art I'm sorry for bein… https://t.co/w15v5mORYt
## 1017                                                                                                                                                       @JazzEFC @JustPaul85 Fingers  down throat does it for me.
## 1018                                                                @AAngela98765 @DoctorSam7 @plthomasEdD @ChaseJYoung1 @LRobbTeacher &amp; how many read literature to/with their kids or… https://t.co/dX54E39Eaj
## 1019                                                                    RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 1020                                                                                           RT @bibleonlyfans: the saddest part about kimchay is that we understand but we can't accept.\nhttps://t.co/UtD9nSRegg
## 1021                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1022                                                                     Foyose Gaming Headset for PS4 PS5 Xbox one PC, PS4 Headset with Noise Cancelling Mic, Soft Memory Earmuffs for Mac… https://t.co/BXXryINN5p
## 1023                                                                                 RT @wallplugnft: Good advice on the algorithm w/\n@KinoAlyse @delta_sauce @bl_artcult @StacieABuhler\n\nhttps://t.co/CzOE9M27Qn
## 1024                                                                    Game Card Storage Holder Hard Case for New Nintendo 3DS 2DS XL DS and Nintendo Switch or PS Vita Games or SD Memory… https://t.co/ev3sLSWQob
## 1025                                                                                                                                        @fretarot BL(mine) his name is Deo and idk his last name so thank you💜💜💜
## 1026                                                                  ! g^ess ! sh×^ld start w!th an !ntr×d^ct!×n¡\n\nMy name !s R!nr!s Pr×k!k¡ !'m a g×ld bl××d¡ ! l×ve mak!ng new ×^tf!ts… https://t.co/geFslwzIz6
## 1027                                                                     RT @felaskechayi: Yaser Bahadorzehi was a 17-year-old handicapped kid brutally killed by the Iranian regime on Nov 4, only for seeking his…
## 1028                                                                                                                                                                         @Tiptoe678 @YeBlowsAss @KenGGKen Its BL
## 1029                                                                                                  Good advice on the algorithm w/\n@KinoAlyse @delta_sauce @bl_artcult @StacieABuhler\n\nhttps://t.co/CzOE9M27Qn
## 1030                                                                    @AhmadFPR @stefanyhoyeck Eh i get the viewpoint bas im super protective of my stuff and really value privacy fa b7s… https://t.co/ERVJc18O4E
## 1031                                                                    RT @NormaBa59850955: They have !! They discovered they can do just whatever they bl***ywell like and no-one can stop them … what my old dad…
## 1032                                                                                                                                                      Spent $80 on BL at Barnes and Noble what world we live in.
## 1033                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1034                                                                              RT @fubroshi: "The Devil Judge isn't a BL" ok well were THEY aware of this fact bc it doesn't seem like it https://t.co/pfrUxK0dVU
## 1035                                                                    Vintage Two Tone Full Back Teddy Ivory/Blue MD X615-EH3617-BL-M0 - RFGJR Wholesale Products - We Do Lingerie And Th… https://t.co/AjKCgJw5xl
## 1036                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1037                                                                                                                                         Eye contacts are the best , especially when they last , kat7ss bl power
## 1038                                                                    RT @BL_MadeDigital: I love seeing hand illuminations in early printed books 😍 Elementa geometriae by Euclides, 1482, with gold printed dedi…
## 1039                                                                                                     @KinoAlyse @delta_sauce @bl_artcult Original space rugged, so here's the part 2!\n\nhttps://t.co/ksgPdwP7Oa
## 1040                                                                RT @strwberrymilk18: (trans)\n:heuy~~is this (our) couple watch or not poo~??  how to call this ~????\n\ncaption : (are we)korean couple?😆😆\n #…
## 1041                                                                                                                                       @KinoAlyse @delta_sauce @bl_artcult  new room \n\nhttps://t.co/xxa6V210iO
## 1042                                                              RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…
## 1043                                                                 @Ponkery @DrawciaX Here my attempt for you\nF:Wow the Lab Zero is pretty huge\nP:Yep\nFK: You guys better leave this p… https://t.co/WMHFewasuQ
## 1044                                                                  RT @BL_MadeDigital: Fantastic woodcut with 'the dead' 🩻 enticing busy printers in a print shop to come to dance.🕺\n\nRecently digitised Incun…
## 1045                                                                   I can’t defend this promotion behavior anymore.\n\nThese two will either get nominated for a best couple award OR be… https://t.co/MPWOBGgDNS
## 1046                                                                    @Blacktheism @mantic452 BL has mostly Kate's pov, when we get more chapters from Yelena's pov we'll see more emotio… https://t.co/bzT89dIuNP
## 1047                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1048                                                              RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…
## 1049                                                              RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…
## 1050                                                                       This awesome comic deserves more attention!\n \n#shucream_bl #animeboy #ForcedMarriage\n\nhttps://t.co/Uw68l2bxdg https://t.co/JM9pth2sU0
## 1051                                                                          Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/wYp3yskaPr
## 1052                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1053                                                                                                                                   @k43Iuc like i swear they care about bl and loli more than fujos and lolicons
## 1054                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1055                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1056                                                                  RT @DAIHIME_SAMA: The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only avail…
## 1057                                                                             @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/AC6N8FoHKG
## 1058                                                                     @zaruled @WSJ_manga csm's anime just started, it's already the end of 2022, jjk, mha, sxf and bl all got pushed by… https://t.co/VIxqwwc5Uw
## 1059                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1060                                                                                                                             Well at least they didn't bl-- oh. hmm. that's unfortunate. https://t.co/jTwAxYSYDV
## 1061                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1062                                                       RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…
## 1063                                                                    RT @destinykrainbow: @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @…
## 1064                                                                         @destinykrainbow @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/kJcbsQhr3Z
## 1065                                                                    @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 @LRobbTeacher Also, the other unspoken thing is that districts… https://t.co/6uPLcmZvAJ
## 1066                                                                                                                                      @that_blacc_girl I have seen that...I think that was my 1st Thai bl series
## 1067                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1068                                                                    @shoujoscholar @saeryen Which scholars? Do you believe that BL and Josei erotica don't count as female gaze works t… https://t.co/2QmbVHG1qE
## 1069                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1070                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1071                                                                                  RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 1072                                                                   RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1073                                                                      @destinykrainbow @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd… https://t.co/v89tqisqTh
## 1074                                                                    RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 1075                                                                                       RT @heymilelove: When Kinn uses his left hand, he intends to kill.\n\n#MilePhakphum @milephakphum https://t.co/PLPIPAMF8D
## 1076                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1077                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1078                                                       RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…
## 1079                                                                  RT @DAIHIME_SAMA: The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only avail…
## 1080                                                                                  RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 1081                                                                             @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/9nahUtqX7m
## 1082                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1083                                                                   RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1084                                                                                  RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 1085                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1086                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1087                                                                               G S 3 Freer Elevator SURGI Dental Ophthalmic Instruments 7" D/SH &amp; BL Blade 5MM Best Quality WFBZMF3… https://t.co/AURipNydHy
## 1088                                                                                                         some of these korean bl authors need to let go some of these series 😭😭😭 WHY R BLS FROM 2018 STILL GOING
## 1089                                                                    RT @FabrizioRomano: Three goals in three World Cup games for Marcus Rashford - looks completely different player in the last few months. ⭐️…
## 1090                                                                    RT @britishlibrary: There are just under two weeks to step inside your story and be in with a chance of winning book tokens for your school…
## 1091                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1092                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1093                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1094                                                                   RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1095                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1096                                                                                                        RT @aibarisu: BABE WAKE UP SERIES OF THE YEAR JUST DROPPED!! #NeverLetMeGoSeries https://t.co/lx9sEkK3TB
## 1097                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1098                                                                    MagX Super Thick Plain Magnetic Sheets, 20 Pack, 30 mil, Flexible Magnet Sheet 4" x 6", Magnets on One Side, Magnet… https://t.co/PdgXFCMVea
## 1099                                                                    RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 1100                                                                               @trickyseeun Idk even know the show but I always check if the tags have bromance or bl before I start so I don’t get disappointed
## 1101                                                                   RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1102                                                                               @MyBLCalendar @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @sds_levy @boys_passion… https://t.co/4UyVCb1pVo
## 1103                                                                PR#29/TD#11/29/22/:24-25/BLW/INST.MT.7:24-25/INST.OK68DT.18:15;AC.7:37&amp;OWNCHILDREN#S09/29/1990;12/15/1996;02/21/199… https://t.co/4nvo0ryIbs
## 1104                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1105                                                                    RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 1106                                                                    I know all GMM actors play BL series and I know all GMM actors play kiss scene with boys and sex scene with boys bu… https://t.co/uXQRKv4I8S
## 1107                                                                   Μέδουσα Chapter 24 is out!\nhttps://t.co/EXcazyDNgo\nWe take a peek at how Tsukasa and Saki's lives moved on without… https://t.co/ijErjPZ8WH
## 1108                                                                    RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 1109                                                                    RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 1110                                                                                      last year they took My Feral Boyfriend: BL Dating Simulator away from me. this year its Alice Closet: Anime Dress Up 😢😢😢😢😢
## 1111                                                                    CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an u… https://t.co/bZfKTxbmLl
## 1112                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1113                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1114                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1115                                                                                                                                                                  @katsookma Well in my case, I’m Bl…never mind.
## 1116                                                                                             RT @fjbkjjst: we all love babygirl jimmy, but guess who i love almost as much? auntie jimmy https://t.co/IIsZTGrNj4
## 1117                                                                                                                                       RT @hourlychanming: just hug each other already \nhttps://t.co/GaUzXxmh0J
## 1118                                                                     @BL_Scenery @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @sds_levy @boys_passion @KeithBLGuy… https://t.co/AFoGlKKcCP
## 1119                                                                     RT @ohmyotp: I’M-?????? LOOK AT THEM WHAT THE HELL WOKDUSNWOSAK THEY’RE SUCH A POWER COUPLE AND THEY’RE STRUGGLING TO KEEP THEIR HANDS OFF…
## 1120                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 1121                                                                                             RT @GISEOK4EVA: when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…
## 1122                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1123                                                                                                       RT @minandchan: Chan living in the back of lee know's selcas, a never ending saga https://t.co/ZytlYU8nVy
## 1124                                                                    @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 @LRobbTeacher Looking forward to it.  There are elements of BL… https://t.co/ncP0hYDGOh
## 1125                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1126                                                                                                                                         Alert: MOTOR VEHICLE COLLISION @ 43 ST N/PARK BL N Tac: B Sent: E36 T33
## 1127                                                                                                                                                                              @bl_artcult This one is fantastic!
## 1128                                                                                                     RT @SE0INGUK: here's THE Seo In Guk on red carpet 😭✨️✨️✨️ #BlueDragonFilmAwards2022 https://t.co/d8ygGibmeP
## 1129                                                                                       RT @merrygooroundd: TAECYEON IN HIS BEST ERA. THE HAIR THE TAN 😭\n\n#BlueDragonFilmAwards2022\n\n https://t.co/vKPIgQ3wgw
## 1130                                                                                                                                                                Bl...ckp*nk noise music. https://t.co/HgvRyuscfK
## 1131                                                                                                                                                                                             @bl_artcult Lovely!
## 1132                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 1133                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1134                                                                               @MyBLCalendar @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @sds_levy @boys_passion… https://t.co/jW6gy2r7tD
## 1135                                                                 RT @ApoVotingTeam: 🚨Here Our daily today Part 2\n\n❶ Most Favorite Thai bl Actor \n📎 https://t.co/VKDuxmYc5V\n\n❷ Most Favorite Thai bl Couple…
## 1136                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1137                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1138                                                                    RT @fantasticplanet: Loving this space! So great to hear the voices of @delta_sauce and @bl_artcult speaking on their work and marketing kn…
## 1139                                                       RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…
## 1140                                                                    @AccReader We organise by BL too using plain, black on white spine labels. We integrate fiction, Non Fiction and pi… https://t.co/2VsThiCF5v
## 1141                                                                                        I wanna try out this comic book style\n \n#BL #webtoonseries #digital\n\nhttps://t.co/gjELhGGZ7y https://t.co/UvgPXZVfKI
## 1142                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1143                                                                    Loving this space! So great to hear the voices of @delta_sauce and @bl_artcult speaking on their work and marketing… https://t.co/9YeNVBy7j2
## 1144                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1145                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1146                                                                                                                                        Justin Jefferson 2020 Panini Bl #ad #sportscards https://t.co/SN1bpHDkOj
## 1147                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1148                                                                                                             when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…
## 1149                                                                RT @CharmouthBirder: Chesil Cove: Little Gull &amp; 2 Bl. Redstart. Lidl Beach: another Bl. Redstart. Billy Winters: 2 GND. 2 B-n Grebe, c20 R-…
## 1150                                                                                                                             I've read both of these scenarios in actual bl/gl series 😭😂 https://t.co/Bkpb32GO4y
## 1151                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1152                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1153                                                                    I am really excited for #NeverLetMeGotheseries! @GMMTV are increasingly branching out into creating original #BL na… https://t.co/hVmxgbLyhx
## 1154                                                                    I just wanted to say that I'm not bl dramas fan but these two taking my heart just like #taekook. whenever i see th… https://t.co/bVdKKpIKye
## 1155                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1156                                                                                                                    @EvokeClassics Used to have B reg 2600 in the BL metallic pale blue, unfortunately no photos
## 1157                                                                                                                                                                                         @Aiden_bl Ok Britishman
## 1158                                                                                                                                     @Campbellmatt_ @travis_bl Why we didn’t play at this tempo first half Matt?
## 1159                                                                                I've noticed that foreign lifers have been working on Chinese BL, but I wonder what kind of BL is available in other countries?🤔
## 1160                                                                  RT @jobRxiv: Postdoctoral Position in Human Cognition @TCNLab\n\nCome work with experts in cognition including Tim Bussey, Adrian Owen and Li…
## 1161                                                                    I am sure you never love be like a Gay and Last year you had movie a BL movie with Bass but you did not kiss the li… https://t.co/rBA3UEv8Oy
## 1162                                                                                                                                  RT @mickeywon234: Mom: “Don’t wind the dog up” \n\nMe: https://t.co/rgzRl2XPme
## 1163                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1164                                                                                                                                                                                                @Aiden_bl Pleure
## 1165                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1166                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1167                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1168                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1169                                                                    @shoujoscholar @saeryen This is not just my opinion. But is something that has been studied by BL scholars for deca… https://t.co/LwPxCghpjc
## 1170                                                                                                                                                                                            @Darknight936_ Bouge
## 1171                                                                   RT @irishnftgal: @illustrata_ai @joynxyz @amli_art @bl_artcult CryptoPunk Gal\nBrings the most popular pfp to life, humanising pixel art. We…
## 1172                                                                                                                                                              @sauceddie @gabbyvrofficial Happy birthday 🎂 queen
## 1173                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1174                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1175                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1176                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1177                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1178                                                                  RT @aesolstice: #GoKyungPyo : I actually came here to enjoy the performance\nKim Hye Soo: Yes, we’ve seen you enjoyed it \nLMAO #BlueDragonFi…
## 1179                                                                                               RT @bboingvely: my love rain babies 😭🤍\n\n— #SeoInGuk #LimYoona #43rdBlueDragonFilmAwards https://t.co/PPu19KTwG7
## 1180                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1181                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1182                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1183                                                              RT @makedonaldu: #KoKyungPyo danced any song with #Zico at the #BlueDragonFilmAwards2022 \nhe seems so happy tonight.\n\n#고경표 #KyungPyo #GoKyu…
## 1184                                                                    Gymnastics Journal For Girls Red Heart - Gymnast Love: Notebook, DIY Writing Diary Planner Note Book - 100 Lined Pa… https://t.co/U5vyMFq4s8
## 1185                                                               RT @makedonaldu: oh hello Ko Kyungpyo-ssi? you seems really excited this night😂 he looks like baby😂😂\n\n#고경표 #KoKyungPyo #KyungPyo #GoKyungPy…
## 1186                                                                                                                                                               RT @namujjinie: It's them https://t.co/bIFBPz4N9g
## 1187                                                                                                                              RT @DAMIADENUGA: If England win tonight, someone that retweets this will get a DM.
## 1188                                                                                                                                                     RT @LIXIELOOKS: EXCUSE ME LEE FELIX https://t.co/WGYbMxd1fK
## 1189                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1190                                                         ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513… https://t.co/XAyKdfGWBs
## 1191                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1192                                                                     @THEBLACKLABEL Can't believe YG/BL is using 2ne1's name to promote their new group after ALL that dirt they did to… https://t.co/C78X1cY6ka
## 1193                                                                                          @MsBecksR Oh my goodness that’s just bl&amp;&amp;dy brilliant news!! What an early Christmas present for you all!! 🐶❤️🙌
## 1194                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1195                                                                                                                                                             @MillarMan69 @travis_bl What you saying now Craig ?
## 1196                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1197                                                                                                                                                                   TMS 92 is top tier BL https://t.co/yx9pMd6wuE
## 1198                                                                                                                          Someone broke through my barriers.... I said "I love you" #RAGEQUITLIFE Bl #RicchanBot
## 1199                                                                    Prothane 7-116-BL Black Body and Extended Cab Pickup Mount Bushing Kit - 16 Piece YCXGLGL\n\nhttps://t.co/8qMf5716Gs https://t.co/AuFNjqGLDg
## 1200                                                                  RT @ddoraemon_boy: Zico perfomed Saebbing using We Dem Boyz Vata's choreography last night at Blue Dragon Film Awards.\n\nThe award show is a…
## 1201                                                                    @anim8dead @jeffjag @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art ✨ s t y l e  c a n '… https://t.co/AvPbgH5Gds
## 1202                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1203                                                                    @7x7x7eth @lilnounsdao @nounsdao https://t.co/nLGGM8dJoL I submitted these two for an #aiia #aiart contest…. Got so… https://t.co/XA9z4axDab
## 1204                                                                    Latin0's finding 0ut th€y g0t pl@y€d n0t by th€ whit€ m@n but th€ Jewish nazi Lucif€ri@n illumin@ti fr33m@s0n bank€… https://t.co/28M63yAEP5
## 1205                                                                   RT @Hamza_a96: “This was a school”\n\nActivists in Palestine paint a a very powerful and poignant message on the rubble of a school that was…
## 1206                                                                    RT @KangOkFan: Day 3 of waiting for #CherryBlossomsAfterWinter Season 2 announcement... Or at least another BL project with #KangHui and #O…
## 1207                                                                                                             RT @GucciStarboi: Are you an fc? \n\nLike,Rt,comment 🦅 and follow everyone who engages this tweet✍🏿
## 1208                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1209                                                                                                Apparently I read comics now\n \n#daveandbambi #BL #offensive\n\nhttps://t.co/KGRFC0p90v https://t.co/iuCx2xeeSm
## 1210                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1211                                                                    @bl_artcult @jeffjag @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art The litigation gelat… https://t.co/9Vao10U0zS
## 1212                                                                    @Shazam Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it… https://t.co/RA2uTlY5gL
## 1213                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 1214                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1215                                                                                                                                                          @extradeadjcb This is why Bl*pp* is banned in my house
## 1216                                                                    We have been learning about Mutual respect and what it means to be respectful. Congratulations to these Learning Mo… https://t.co/zsowxkWjYR
## 1217                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 1218                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1219                                                                    RT @ChartsJJK: Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it with the officia…
## 1220                                                                                                                                                      @lainfansweezer no she reads bl too but not like u do\n...
## 1221                                                                                                                               Me: “I have so many BL to catch up on!!!”\n\nMy brain: “Watch KinnPorsche again.”
## 1222                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1223                                                                 RT @DevDminGod: I wrote a guide, \n'Fine tuning StableDiffusion v2.0 with DreamBooth'\n\ncc: @EMostaque @StabilityAI @NerdyRodent @KaliYuga_ai…
## 1224                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1225                                                                    @billboardcharts @Twitter .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploa… https://t.co/4aJuxUTnwe
## 1226                                                                    @anim8dead @jeffjag @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art Please, someone launc… https://t.co/eRcB9AdIO3
## 1227                                                                     When you play a BL series, you should kiss the lips of boy ??‽?????????????????? or you should play sex scene with… https://t.co/6puGueIwu4
## 1228                                                                    @JMReynolds @aifendragon Thatd be pretty interesting. ”BL sells books advertised about specific characters/factions… https://t.co/Dn0FOB0GVr
## 1229                                                                                           RT @aksnevv: does anyone have any bl dramas to recommend 😳😳 i don’t care what language— just one that you really like
## 1230                                                                  RT @billboardcharts: The #HotTrendingSongs Powered by @Twitter top 10 (chart dated Dec. 3, 2022)\n\nDetails here: https://t.co/biLyYmykcm htt…
## 1231                                                                     @gahanmaxtul Beautiful love, beautiful friendship, beautiful couple, very handsome, sexy, multi talented young men… https://t.co/3OoqVzYaat
## 1232                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1233                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1234                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1235                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 1236                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1237                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 1238                                                                     RT @the_ghost_CM83: Mail Call!!! Received my Black Friday Mystery Box from @OriginalFunko! My only disappointment is the Minnie on Ice box…
## 1239                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1240                                                                    RT @Rts_WW: RT HueyBlounts888: GTA San Andreas: DE - Mission #49: Outrider | #BlountsNGames https://t.co/jKKfdssEx6 #RockstarGames #GTASanA…
## 1241                                                                                              Apparently I read comics now\n \n#shucream_bl #Indiedev #kawaii\n\nhttps://t.co/wg9LlaWFjH https://t.co/EximOTS9su
## 1242                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1243                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1244                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1245                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1246                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1247                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1248                                                                   @billboardcharts @Twitter hello, @billboardcharts @luminate_data @billboard\n The latest BB charts results are not a… https://t.co/2xIucCH4yF
## 1249                                                                  RT @BL_Scenery: POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2023 on C…
## 1250                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1251                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1252                                                                                                                                                               Me in math class everyday https://t.co/OFLVoROjMo
## 1253                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1254                                                                    @iminescent @illustrata_ai @joynxyz @amli_art @bl_artcult I can see that. And here we see the evidence of art, don'… https://t.co/oVyKWWljs1
## 1255                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1256                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1257                                                                                          Me jey and kana meet up and we start throwing punches at each other I just know it. Then we sit down and talk about bl
## 1258                                                                                                                                               @t0nyyates I wish people would stop hacking my bl**dy computer! 🙄
## 1259                                                                     Would it be possible to check how many refunds for Lightfall have occurred as opposed to WQ/BL, or just in general… https://t.co/HiYQnHdMdI
## 1260                                                                  RT @billboardcharts: The #HotTrendingSongs Powered by @Twitter top 10 (chart dated Dec. 3, 2022)\n\nDetails here: https://t.co/biLyYmykcm htt…
## 1261                                                                    RT @BlackLo39629533: The amazing heart bond, when two souls have the same desire, nothing outside can stop their union, that is true soul l…
## 1262                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1263                                                                                                                               I remember the BLT my ex made for me, well BL 🤣🤣🤣🤣🤣🤣\n\nYoung, broke &amp; hungry
## 1264                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 1265                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1266                                                                    Tomorrow is the last day to bring in any shoe boxes for Pontefract Community Kitchen. Thank you to everyone who has… https://t.co/qaPBqEqg3C
## 1267                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1268                                                                RT @MyBLCalendar: How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happen?\n\n#M…
## 1269                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1270                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1271                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1272                                                                                              Going to read bl for the first time.. I hope Nicole is proud my virginity is being stolen. https://t.co/jvFkfhGM0S
## 1273                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1274                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1275                                                                    RT @BlackLo39629533: Imagining a life without you is something that is impossible, you make me complete and I want you to know you mean eve…
## 1276                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1277                                                                                                                       RT @ChartsJJK: Worldwide iTunes Song Chart\n\n#1 (=) Jung Kook - Dreamers (10 days at #1)
## 1278                                                                I love this plan for Eucharistic processions across the country in 2024. \n\nStarting in:\n-San Francisco\n-the tomb of… https://t.co/XaUzMPuwaX
## 1279                                                                 RT @FANCNFT: Airdrop #Event to celebrate the opening of the Vietnamese community!\n\nAIRDROP 700 fanC-NOW LIVE\n💰Reward: 700 fanC | 500 winner…
## 1280                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1281                                                                     Mail Call!!! Received my Black Friday Mystery Box from @OriginalFunko! My only disappointment is the Minnie on Ice… https://t.co/qdZVn4GLKs
## 1282                                                                                RT HueyBlounts888: GTA San Andreas: DE - Mission #49: Outrider | #BlountsNGames https://t.co/jKKfdssEx6… https://t.co/DyuWy8HsbL
## 1283                                                                                               @RobinHa41160020 @TedUrchin @Keir_Starmer Bl@@dy hell, worst than Jezza's cultists. Read! https://t.co/lYVW8nY1pC
## 1284                                                                                                                                      bl*zzard does not care about the support role or the players that play it.
## 1285                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1286                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1287                                                      RT @gatobrujoart: This episode let me so emotional... sp wanted to draw something soft #さらざんまい #さらざんまい レオ  #sarazanmai #fanart #drawing #sk…
## 1288                                                                   Digital Love story [20/??]\nMC marries a guy. The 4th panel is him taking the VR Goggles off showing it was a BL dat… https://t.co/nBeidQWsrs
## 1289                                                                     @evanf1997_ I wish they still cared liked the used to. There is clearly passion being put into the game but I feel… https://t.co/vbut6gIMtZ
## 1290                                                                   RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1291                                                                    @signald @illustrata_ai @joynxyz @amli_art @bl_artcult It's a tricky issue to describe, and twitters character limi… https://t.co/NBiIc7DjPW
## 1292                                                                                                                                            RT @mikrogrl: jude bellingham 4th gen it boy https://t.co/vVA8B7Spwj
## 1293                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1294                                                                   @WrestleOps Same, i got a lil emotional when they hugged at end of war-games too. \n\nLookin like Sami/KO vs Usos at… https://t.co/ko2HsxVqId
## 1295                                                                                                            love passing around bl boys among each other like they are rag dolls, it's fun you should all try it
## 1296                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1297                                                                  Join us tonight at 7pm in BL 104 for "He Built This City: The Muncie Architecture of Cuno Kibele".\n\nMore informatio… https://t.co/io9bafdbVg
## 1298                                                                     I think of least two possible causes 1) particles are not reaching cloud base or just not enough of them. It could… https://t.co/v7aNrGw6UO
## 1299                                                                                          RT @JC_truthpassion: @AllBiteNoBark88 Here's a link for the doubters \nhttps://t.co/98l23V7hcc https://t.co/usVBxorNmb
## 1300                                                                                                                 RT @KathyRe0916: BL tells Chase she thought they support each other.. Really BL??🙄 #gh #chaylnn
## 1301                                                                    @chattonnoire @urfavcatpun in ep 13 which we haven't seen yet and this is from the BL so I'm sorry its a Luka ep an… https://t.co/BoBlBybbeJ
## 1302                                                                  RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 1303                                                                                                                                         RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l
## 1304                                                                    RT @dennisdoddcbs: Michael Penix Jr today on zoom: “You can see from my background I play in the greatest setting in college football.” htt…
## 1305                                                                  CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contai… https://t.co/69YLZAXB0d
## 1306                                                                                                                                                                            @LTAD_98 Paris=bl*** and arab people
## 1307                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 1308                                                                                  RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 1309                                                                    RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…
## 1310                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1311                                                                    @Andrewjohn437 @urfavcatpun we haven't seen it yet but ep 13 is a luka ep and from BL he leaves Paris with his fath… https://t.co/MPxbLyK0lu
## 1312                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1313                                                                                                                   RT @DawgsEatDucks: Come home and be a hometown dawg! ☔️@CalebPresley5 https://t.co/xgk0AAOylP
## 1314                                                                  RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 1315                                                                                                                                                      Omankkkkkk https://t.co/v4xxbHPgT5 https://t.co/ab2EcibE0q
## 1316                                                                                                RT @JMMediStatMike: This is how D-1 coaches are treating HS kids now. This is f**ked up! https://t.co/0BbJ1g5rOG
## 1317                                                                    Anywayz  gonna re-Watch BL dramas. Catch up with ongoings and there's always more K-drama to watch ..I'm so lame go… https://t.co/xpMyisJ9XU
## 1318                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1319                                                                                         Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (3:06pm)
## 1320                                                                                         Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (3:06pm)
## 1321                                                                                                                      @BLUPDATE2022 There is something about BL from Taiwan…even their school BL’s are top notch
## 1322                                                                                                                                                                                     @yabaleftonline One boxer 😂
## 1323                                                                    RT @NdzaviDerrick: JSE-listed Spar sold a  Mega SuperSpar in Midrand for R1,000 before being sold three weeks later to the same buyer for R…
## 1324                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1325                                                                                                                                                          @dave43law @carolcoulter3 As useful ass tits on a fish
## 1326                                                                                                                                Thank You Costa Rica 🙏 (BL Still peak sports shonen tho) https://t.co/e7aiWracLG
## 1327                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1328                                                                    RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…
## 1329                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1330                                                                                                                           @travis_bl Highlight of the first half was Chesney Hawkes that shows how cack we were
## 1331                                                                     Good Night P'! I'm sorry I couldn't join or speak to you, I just finished work, but I had so much fun hearing your… https://t.co/kyA80PcSwZ
## 1332                                                                  Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl in… https://t.co/ESlBRHl7MC
## 1333                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1334                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1335                                                                    Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/MQSL6K3XKw
## 1336                                                                                  RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 1337                                                                                                                                                               @binstedman Jeez, it's awful. Just no go forward.
## 1338                                                                                                  @churchartnature @bwallower @MuseumofLondon It isn't the easiest place to get to; wish it was eg behind the BL
## 1339                                                                    RT @DuneAltar: Mega thanks to @DarkForcesSwing for including @faetooth in @SPIN’s monthly Blast Rites feature!  We are all blown away by th…
## 1340                                                                                     I've been completely addicted to ONEPIECE and The Boy in a Girls' Academy\n \n#critcat #BL #Summer… https://t.co/9Ff56g6cKL
## 1341                                                                                                               wait does the bl industry even have intimacy coaches? I thought it was just workshops &amp; vibes
## 1342                                                                    RT @KCIAirport: The Kansas City Aviation Department is now hiring for dozens of open positions at @KCIAirport! An in-person Hiring Fair wil…
## 1343                                                                                                                                          @travis_bl Expect the narrative that were happy with the 0-0 draw.....
## 1344                                                                        @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/PvIVgovEkj
## 1345                                                                    Mega thanks to @DarkForcesSwing for including @faetooth in @SPIN’s monthly Blast Rites feature!  We are all blown a… https://t.co/Adcn4YPK7y
## 1346                                                                    @Stanweather15 I doubt we’ll see snow for longer than that at this point. Too much Euro ridging next week, all eyes… https://t.co/zhcqudCkgm
## 1347                                                                                                                                                                  @Stixx1979 Celebrations beat Heroes? N'est pa?
## 1348                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1349                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1350                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1351                                                                                                                                                                                            i need more bl anime
## 1352                                                                                                                                               @fatpants0211 @BluesAnalytics_ John, don't be so bl**dy pathetic!
## 1353                                                                    RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…
## 1354                                                                                          Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (3:01pm)
## 1355                                                                                          Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (3:01pm)
## 1356                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1357                                                                           @haze_long @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/OGs7IUKSln
## 1358                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1359                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1360                                                                    RT @mikevorel: Thought this was a funny comment on the current high school recruiting culture. When asked what he was looking for when visi…
## 1361                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1362                                                                    RT @ChartsJJK: Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it with the officia…
## 1363                                                                                                                                                                    Take my hand and we can go, go, go, goooooo❣️
## 1364                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1365                                                                    @algorithm427 @QueenAltAlt My friend that introduced me to the game just before BL has also played from D1 Alpha so… https://t.co/CalrDRvkom
## 1366                                                                                              SHIMANO SLX BL-M7100 Disc Brake Lever Black, Left/Front AEWNU8B\n\nhttps://t.co/gwUGFtjBXs https://t.co/PiQuGvyhzZ
## 1367                                                                    RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 1368                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1369                                                                    @TheLondonLib @BL_Publishing @DigbyBrownLLP @ScottishLibrari \n\nI just slipped on the floor of the local library..… https://t.co/Z6AYpW1sox
## 1370                                                                                RT @holybibs: NOT HIM JUST STANDING THERE WHILE EVERYONE WATCHED HIM \n\n꒰ #BuildJakapan #Beyourluve ꒱ https://t.co/8ooOFJrQfh
## 1371                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1372                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1373                                                                                                                                          Alert: MOTOR VEHICLE COLLISION @ 6575 PARK BL N Tac: B Sent: SP201 PD6
## 1374                                                                                                                                                                               @ChandonneJulie @aadelisle ✔️ fait
## 1375                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1376                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1377                                                                     gonna kms finally find a bl webcomic that sounds like it will have an interesting plot and has the mc look down on… https://t.co/RUMiCyZYC3
## 1378                                                                    RT @risolco: My 2.5D Romance ep 6 is here! ▶️#25DR #webtoon\n\n#webtooncanvas: https://t.co/nHyZqk6wyN\n#tapasmedia: https://t.co/E971L22ekn…
## 1379                                                                                        @bingimingi yk damn well i’m not interested in no fuckass bl. i questioning U not the name of it https://t.co/ZgZ534iz58
## 1380                                                                                                                                                                        Bet on yourself! https://t.co/otKwk0sIs1
## 1381                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1382                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1383                                                                                                                          RT @taamriddlz: I saw the best minds of my generation ruined by 3 month situationships
## 1384                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 1385                                                                    RT @jimmy_darke: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @K…
## 1386                                                                                                                     @CrazerArts @illustrata_ai @joynxyz @amli_art I feel this. I feel that. Thank you Crazer 🙏👁️
## 1387                                                                                                                            very cool and inviting6. There were soft, bluey-green bl     https://t.co/BDwow1eCnw
## 1388                                                               RT @BLUPDATE2022: 🚨 [CONFIRMED] AIRING THIS DECEMBER 2022\n\n1 - #OhMyAssistant 🇰🇷\n2 - #609BedtimeStory 🇹🇭\n2 - #MySchoolPresident 🇹🇭\n9 - #Sem…
## 1389                                                                     RT @artcrimeprof: In c. 1940, a student named Katja Meirowsky cut the swastika out of a stolen Nazi flag, sewed the rest into a dress, and…
## 1390                                                                                                                       sorry but if you use the terms yaoi/yuri when talking about bl/gl just stfu at this point
## 1391                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1392                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1393                                                                    RT @AiKoBeanArt: @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS…
## 1394                                                                    RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…
## 1395                                                                                   Need bl#@job lube\nnow available at: https://t.co/14ha2Z6hdP\n#tracysdog #tracydog #lube #CoupleGoals https://t.co/assAMQ55pk
## 1396                                                                    Someone said weak hero is a BL what a clickbait i watched episode 1 because i thought it was a bl but it was not an… https://t.co/Tv7okGGnBY
## 1397                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 1398                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1399                                                                   RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1400                                                                 absent from home.\n\nAs if the waves had been fullers, this craft was bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/5IpTjI9Alv
## 1401                                                                    @ElaineLitten74 @AccReader My school has them in BL order with genre stickers on the spine to help students choose.… https://t.co/8IDFqZ2e1E
## 1402                                                                        @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/py7wHWmuTX
## 1403                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1404                                                                                                                              Chase FINALLY asks BL was she ever gonna tell him about the letter??? #gh #chaylnn
## 1405                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1406                                                                Chesil Cove: Little Gull &amp; 2 Bl. Redstart. Lidl Beach: another Bl. Redstart. Billy Winters: 2 GND. 2 B-n Grebe, c20… https://t.co/3fDcro8LWd
## 1407                                                                                                                  RT @AlexKintner3: I've watched this on an endless loop for 15 minutes. https://t.co/M9PXZayZXj
## 1408                                                                   RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1409                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1410                                                                                                                            RT @yanweigay: “stop assuming this character is gay” stop assuming they’re straight?
## 1411                                                                    Westbound 6-car BL/Huntington Train 451 has accumulated at least 15 mins of delays during its trip so far; it's cur… https://t.co/sNlKW3z0go
## 1412                                                                    Westbound 6-car BL/Huntington Train 451 has accumulated at least 15 mins of delays during its trip so far; it's cur… https://t.co/BLOJHjK2Z8
## 1413                                                                                                                                                 @eichstadt_jay That’s why you boys make all the $$$ out there!!
## 1414                                                                                      RT @clahanyushii: do you ever just think about how soft and delicate yuzuru hanyu’s triple axel is https://t.co/2CBWvAE8i5
## 1415                                                                                                @aplethoras I KNOW. I was overjoyed to see perthchimon BL in 2023 but i wasn't prepared for an EXTRA one so soon
## 1416                                                                        @AiKoBeanArt @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/8sxZd90Sx3
## 1417                                                                  Best Actors Apartment! Go read it and see this amazing story unfold \n\n#uzakichan #draw #bl\n https://t.co/OxiLwWLGVk https://t.co/z1erZvnZXm
## 1418                                                                    RT @Native3rd: "I am a breather and a thinker. I am a living being energized by the sun, and I am just another sophisticated plant living o…
## 1419                                                                                                                      RT @rapalert6: Tems covers Dazed Magazine \n📸 by: Will Scarborough https://t.co/54tnxgeZOg
## 1420                                                                       @maxtulllsrealll @keehoe_teehoe @ddalgi_ @palliyaaa @soompi How are you a Bl/Gl fan but Stan homophobic people. That doesn’t make sense😵‍💫
## 1421                                                                                              #228 | Tabac Tuesday | Razor/ blade combo FAIL |\nhttps://t.co/T45V92TtK8 @ High Rock Lake https://t.co/miQMvYc1ZF
## 1422                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1423                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1424                                                                        @BloomBloomBee I feel like dkz deserves alot more attention now that isn't just because of the BL Jaechan was in 😔 they all work so hard
## 1425                                                                   RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1426                                                                                                                                                        @bl_ag_inc I can think of a guy that’s likes punishments
## 1427                                                                                                                                @MillarMan69 Terrible. Seen paint dry quicker. No ambitions against a shit team.
## 1428                                                                    @Shazam Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it… https://t.co/7Sq8CY3Gwb
## 1429                                                                                                                                 RT @daiIyminsuga: the YOONGI MARRY ME agenda never ends https://t.co/usoczB6TiS
## 1430                                                                    @Merryweatherey @RaynoTW @Merrydawg I get that it's for the story but can we stop w the bs that going to the gym fo… https://t.co/0OpMq0m6sC
## 1431                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1432                                                                                                      RT @iHugBeomiez: if mama manages to piss off hueningkai again i swear mnet will never see the light of day
## 1433                                                                                                                         @RonnyJacksonTX ronny you really need to stop drinking as your fantasies are delusional
## 1434                                                                                                       Lee soohyun Still the strongest determined bottom ever exist in bl comic world 😌😌 https://t.co/wqfTaJjTn4
## 1435                                                                    Eastbound 8-car BL/Downtown Largo Train 405 has accumulated at least 15 mins of delays during its trip so far; it's… https://t.co/vtQYXFC2S1
## 1436                                                                    Eastbound 8-car BL/Downtown Largo Train 405 has accumulated at least 15 mins of delays during its trip so far; it's… https://t.co/HckhUYhpov
## 1437                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1438                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1439                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1440                                                                                                                        @eichstadt_jay Yes looking to convert some cattle feeders to pig feeders.  Know anyone?!
## 1441                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1442                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1443                                        RT @mintyandcozy: DADDY REVEALED here's Daddy Joonie 💪🏻🫠🥵🔥\n\n#그림 #アート #イラスト #イラストグラム #イラストレーター #画 #絵 #mangaart #animeart #bl #drawing #vkook…
## 1444                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1445                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1446                                                                                                                                                                                      @bl_ag_inc More hogs huh!?
## 1447                                                                                         Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (2:47pm)
## 1448                                                                                         Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (2:47pm)
## 1449                                                                    @billboardcharts .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since t… https://t.co/S8gHdzTzSl
## 1450                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1451                                                                  RT @aksnevv: should i finish to day 30 😳 i’m gonna stop now to get on with my day! \n\nthis is inspired by a thai bl drama i’ve been watching…
## 1452                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1453                                                                                                                     RT @hualinghe: mo ran and wei wuxian what are you doing together 😂  https://t.co/Az13N2n8fp
## 1454                                                                                                                                  BL tells Chase she thought they support each other.. Really BL??🙄 #gh #chaylnn
## 1455                                                                                                                                  Lawd 😩\n the bl fanfics that can be written watching soccer is fascinating \n🤤
## 1456                                                                 Kleenguard A20 Breathable Particle Protection Hooded Coveralls (58517), REFLEX Design, Zip Front, Elastic Wrists &amp;… https://t.co/rQNuzjEUMw
## 1457                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1458                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1459                                                                    RT @UltrasoundJelly: The 60/60 sign is 94% specific for pulmonary embolism. https://t.co/ip5lwAJIkt #FOAMed #FOAMcc #FOAMus https://t.co/ib…
## 1460                                                                                                                I've just posted on my Blog about: [Event] Fameboy Bl Ep listening party https://t.co/K7jd23cWkV
## 1461                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 1462                                                                                                                                                                 RT @nana_meyo: ash eiji https://t.co/4qeA2ydfk6
## 1463                                                                                                                                                                               @Appollon_ @Snaptrox Appollon ?!😭
## 1464                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1465                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1466                                                                        The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW… https://t.co/wpQHVnUV9d
## 1467                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1468                                                            RT @yukiusacchan: cute hug 🫂💗\n\nthank you so much for today!✨\ntake a lot of rest na 🥰\n\n#KissMyBodyXBossNoeul\n#BossNoeul #BoNoh\n#BossChaikamo…
## 1469                                                                                                       Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 1470                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1471                                                                   Case Compatible for BaBylissPRO Barberology MetalFX Series - CLIPPER,Travel Carrying Storage Box with Mesh Pocket f… https://t.co/V8J2WqOheG
## 1472                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1473                                                                                                                                                      @het_tay This is me trying to get your attention in the bl
## 1474                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1475                                                                    https://t.co/SRdRE7O6ey: AstroAI Balaclava Ski Mask Winter Fleece Thermal Face Mask Cover for Men Women Warmer Wind… https://t.co/vMxBDhsQGg
## 1476                                                                                                                                                                                   @ObuwEight Not ironic bl*ckie
## 1477                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1478                                                                                          Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (2:42pm)
## 1479                                                                                          Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (2:42pm)
## 1480                                                                     RT @culturaltutor: Girl with a Pearl Earring, painted by Vermeer in 1665, might just be the most famous and beloved portrait in the world.…
## 1481                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1482                                                                                         Westbound 6-car BL/Huntington Train 405 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:41pm)
## 1483                                                                                         Westbound 6-car BL/Huntington Train 405 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:41pm)
## 1484                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1485                                                                                                                                       🎉 Just registered for the SEKARI on @PREMINT_NFT! https://t.co/O3uu0qvngH
## 1486                                                                    RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…
## 1487                                                                   RT @PoojaMedia: Patience Jonathan was "legit" crying when she was talking about Chibok girls. \n\nShe had no powers as a First Lady to order…
## 1488                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1489                                                                                         Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 10 mins. (2:40pm)
## 1490                                                                                         Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 10 mins. (2:40pm)
## 1491                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1492                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1493                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 1494                                                                   RT @yenpress: Basketball players. Roommates. Senpai-kouhai BL romance. 🥰\nWhen Kagiura's left in the tender care of his mother hen of a room…
## 1495                                                                           RT @SekariNFT: 𝙔𝙤𝙪𝙧 𝙘𝙝𝙖𝙣𝙘𝙚 𝙩𝙤 𝙛𝙖𝙡𝙡 𝙞𝙣 𝙡𝙤𝙫𝙚 𝙬𝙞𝙩𝙝 𝙖 𝙎𝙚𝙠𝙖𝙧𝙞 𝙨𝙩𝙖𝙧𝙩𝙨 𝙣𝙤𝙬.\n\nPremint Live: https://t.co/4IiaphrrWO https://t.co/MdxMDJKP9t
## 1496                                                                                                                                @hssluttt @dojaacatstan You not liking bl@kies is a blessing to me,more for me 🙏
## 1497                                                                         RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz
## 1498                                                                                 I just wanna a vacation with my self &amp; curl up under the blankets and watch and read every gl/bl show and manhwas out there
## 1499                                                                i healed my self from depression by watching porn, a heavy genres of kdramas &amp; movies, and BL series as well. dang,… https://t.co/DsKSaRB1t3
## 1500                                                                  Okay, that was a BL one I died outta embarrassment cuz it was so well done...\n\nBut I fucking laughed my fucking ass… https://t.co/5WFL4ETCjG
## 1501                                                                                           Triple K Belt Keeper Basketweave Brass Hardware 4 Pack, Black, 3/4" (1682-BL-BW-BRS) RKX9KLJ… https://t.co/w7i49WP5yY
## 1502                                                                                                                                                                                  More Southgate inspired bilge.
## 1503                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1504                                                                                                                                            RT @pun_rii: cold cold cold 😅 #zhongli #xiao https://t.co/MUZKCw1OHC
## 1505                                                                                                                                                             @aysbored @dojaacatstan I don’t need that bl@ck man
## 1506                                                                  @illustrata_ai @joynxyz @amli_art @bl_artcult Abandonment\n\nI've typed and deleted words to explain my motivations f… https://t.co/f0GkIhD031
## 1507                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1508                                                                                                                                                                          @ancientgays not one of my favs bl pls
## 1509                                                                    RT @ScottsdaleFire: 11:53 962 A101 @ E SHEA BL SB SO ,Ladder in the middle of the freeway south bound south of Shea has the freeway at a st…
## 1510                                                                                          Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 5 mins. (2:35pm)
## 1511                                                                                          Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 5 mins. (2:35pm)
## 1512                                                                    RT @jimmy_darke: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @K…
## 1513                                                                        @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/YwTEEylA6o
## 1514                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1515                                                                   Ykw\nI remember seeing edits with kp Vegas kinn porsche when v said at the parking lot??? Idk ,,head, chest, or hear… https://t.co/bp3fCOOiFs
## 1516                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1517                                                                     @kimmy_kimmoi I totally agree! I promise you out of all the BL shows out there #LoveinTheAir hit differently! Like… https://t.co/BRSdYPenDy
## 1518                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1519                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1520                                                                                                                                   Get ready for Best Actress of 2023, Fantasia Barrino. https://t.co/aVaFM1036Q
## 1521                                                                                         Westbound 6-car BL/Huntington Train 456 has been holding at Arlington Cemetery on track 1 for at least 5 mins. (2:33pm)
## 1522                                                                                         Westbound 6-car BL/Huntington Train 456 has been holding at Arlington Cemetery on track 1 for at least 5 mins. (2:33pm)
## 1523                                                                                                                                                                                        why japanese bl so sad 😭
## 1524                                                                              @bl_ag_inc It can be easy to underestimate the volatility of the business’ cash flows.  That’s where it’s easy to get into trouble
## 1525                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1526                                                                   RT @OlenaHalushka: "Why you ask for more weapons if UA successfully pushes ru away?"\n- we lack arms but masterfully use those available;\n-…
## 1527                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1528                                                                                 @DanielBendite19 @Sherriqotu @hallmark541 @dicedealer1313 @coralgableswang @QuinnLeone4 @kiml8 @paxknc… https://t.co/OgJCa72okF
## 1529                                                                                                  iland co  EX220-BL/WH Express Blue/White 10 5in 3oz 1NXLWRR\n\nhttps://t.co/9KauFQbPCl https://t.co/PbLJmebXXz
## 1530                                                                   RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1531                                                                         @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/Wlqw6LMB1s
## 1532                                                                    @Rida3455 @JadeSaidSometh1 @apospmee IKR! I suggest u to watch ths..she seem like a prof/unbiased critic who is not… https://t.co/7VLNAyTHT3
## 1533                                                                                                                                                    RT @shenanigansen: I'm keeping that. https://t.co/qf5QgdMWYS
## 1534                                                                    RT @archaeologyart: "Cheers!". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…
## 1535                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1536                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1537                                                                    @nutk_nutthachai I have a question, Gmmtv like to put innecesary couples in a Bl. This serie deserve just single co… https://t.co/0XrHLtDwNK
## 1538                                                                                  RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 1539                                                                                           Updated: Construction on #Q26Bus Both directions from Parsons Bl/Hawthorne Av to 46 Av/162 St https://t.co/xSU8b68zGT
## 1540                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1541                                                                      buy tokens @snoopyy_doo @bigtrading_vn @aciennyap @riteshtiwari002 @AbundancePetra @SPurbachhane @SariInd52526815… https://t.co/dAOxFPU2Xa
## 1542                                                                                                                                                                              https://t.co/zuKKbbbAW4\nexplained
## 1543                                                                     RT @CeMillbrook: Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an online…
## 1544                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1545                                                                   RT @Hey_Paxshal: Most useless and pathetic system in the world?\n@USCIS Yes. There’s a family emergency (death) and need travel document but…
## 1546                                                                              Westbound 6-car BL/Franconia-Springfield Train 408 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:29pm)
## 1547                                                                              Westbound 6-car BL/Franconia-Springfield Train 408 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:29pm)
## 1548                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1549                                                                                   @tanniesoveryou @kchartsmaster Only when there's a reason. Go hate bl!nks that make fun of the boys going to military service
## 1550                                                                                                Exposing the links between Calcium, Vitamin K2, and Plaque Buildup in Bl... https://t.co/4O290A5rYQ via @YouTube
## 1551                                                                             @elysiacb @Nimkins @GradeKangusBeef @echo_sedai @Hotel_Amadicia @Moridin1024 @hadnankadereWOT @wolf_hopper… https://t.co/l4t0WULiy3
## 1552                                                                    RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…
## 1553                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1554                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 1555                                                                   RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1556                                                                    RT @ScottsdaleFire: 11:53 962 A101 @ E SHEA BL SB SO ,Ladder in the middle of the freeway south bound south of Shea has the freeway at a st…
## 1557                                                                    @kivuil @NyornIronside @DFPsheikh @vBlooddrunk @Kujay_ sliding idk it's fine with or without for specials, annoying… https://t.co/AUlTJ7TUhz
## 1558                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1559                                                                RT @SJHDELHI: Dr BL Sherwal MS @SJHDELHI inaugurated Pediatric thalassemia &amp; hemophilia  comprehensive care centre, chemotherapy short infu…
## 1560                                                                                       RT @Momotexx: GUYS THE PANTS ARE NEXT💦 LETS DO IT🙏\n#akumillust #momarties #ScarredHeartComic #BL https://t.co/eMMu1yotOQ
## 1561                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 1562                                                                                                                                                                     @MattHintz3 I just be young and dumb then 😂
## 1563                                                                                                                                                                                                i love this bl ☹️
## 1564                                                                                                                                                                 @sandilemoepeng I love me some Thai BL series ❤️
## 1565                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 1566                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1567                                                                                                                                                     RT @BrunoMars: Thank you Bahrain 🇧🇭 https://t.co/JQRrVjkx2O
## 1568                                                                    RT @DemzOneMusic: @arkhan_voyager @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @Darr…
## 1569                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1570                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 1571                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1572                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1573                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1574                                                                    RT @rdubchow: to all the out of towners in Washington who have never driven in snow here, please be on the zero part of the "fuck around an…
## 1575                                                                    @realBrentAV @Scoobydouchebag I'm avoiding all bl---fa-- mentions. It's crazy how far and wide it's spread. I guess… https://t.co/N8IsjOw7mH
## 1576                                                                    @arkhan_voyager @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/EqOK9Ydeud
## 1577                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 1578                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1579                                                                 #crew #millow #chaylnn are at the Qs talking \n\nBL reminds everyone of when Chase clocked Valentin..\n\nHe says “Yeah… https://t.co/SF2pYkPWr8
## 1580                                                                                                         Watched #LoveinTheAirSpecialEP .... Never screamed this hard at a BL.\n\nAlso Boss's butt is underrated
## 1581                                                                     The boy soon pulled away realizing how many layers of clothing Nobile was wearing, his voice once again concerned,… https://t.co/SMYiNccebp
## 1582                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1583                                                                                  RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 1584                                                                    RT @PFN365: Sources tell @TonyPauline that Washington WRs Rome Odunze and Jalen McMillan are giving indications they will return to the pro…
## 1585                                                                    RT @hermit_wanderer: After watching #AManWhoDefiesTheWorldofBL I found it's an adaptation from a manga called ZETTAI BL NI NARU SEKAI VS ZE…
## 1586                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1587                                                                                                                    @TrafalgarLog --I can't understand why there's so little BL doujinshi about Gai and Elijah ☹️
## 1588                                                                     11:53 962 A101 @ E SHEA BL SB SO ,Ladder in the middle of the freeway south bound south of Shea has the freeway at… https://t.co/N5jVRcenu3
## 1589                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1590                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 1591                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1592                                                                    @ppnaraviet @phuwintang Gmmtv like to put innecesary couples in a Bl. This serie deserve just single couple, I don’… https://t.co/8ljCJPGuPs
## 1593                                                                                                                                              RT @xzhan1005: xiao zhan looks so good omg https://t.co/C8ShE0Ogq8
## 1594                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1595                                                                                                     Seriously are bl!nks real human beings I am sorry but...are they??? Because wow they are the lowest of low.
## 1596                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1597                                                                      @hodgetwins Hey Moby..MnM wants you to bl*w him…it must be true because MnM wrote it in his song. And uh-oh, Break out the race card…lmao.
## 1598                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1599                                                                         RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz
## 1600                                                                     RT @CeMillbrook: Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an online…
## 1601                                                                                                                                      @bl_ag_inc I guess if you can make money after the bills are paid why not?
## 1602                                                                                    The best part of being clocky is i can get away with being at the BL booths at cons without being accused of being a fujoshi
## 1603                                                                  LRT if anyone’s read BJ Alex, the same author is starting a new bl manhwa\n\nI can already tell it’s going to be so t… https://t.co/5kKflY9PVd
## 1604                                                                    RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 1605                                                                                                                                                                                @DoctaSlick That’s exactly it! 😂
## 1606                                                                    I find it funny how much shit Season 18 (D2) is getting when it's still leagues better than Season of the Hunt whic… https://t.co/19kwyU0sEv
## 1607                                                                     RT @CeMillbrook: Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an online…
## 1608                                                                                                                                                                    @_shtojzovalle They r in their bl era fr😍😍😍😍
## 1609                                                                                                                                        @panther_BL good to know! tired of humans with they un-refreshing asses.
## 1610                                                                                                                                                        @bl_fan89 Oh noooo, the stress levels are rising again!😂
## 1611                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1612                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 1613                                                                    @s4tinflowers this is Jinx !! there’s only one chp it’s the new bl everyone’s talking about rn 😋 but bestie payback… https://t.co/8J1mYWffV3
## 1614                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1615                                                                  Pay only $18.47.  50% off\nUse code 30J7OXT2.\nOdoland Ski Goggles, OTG Anti Fog UV Protection Snow Goggles Detachabl… https://t.co/vXVwJok9tm
## 1616                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1617                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1618                                                                      RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 1619                                                                                         Westbound 6-car BL/Huntington Train 454 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:16pm)
## 1620                                                                                         Westbound 6-car BL/Huntington Train 454 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:16pm)
## 1621                                                                                                                                                          @oussamahamadeh heye alet bl 3otle mafroud ben 23 w 31
## 1622                                                                   RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1623                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 1624                                                                                                                                                                        Force is the biggest bl fan in gmm fr🤞🤞🤞
## 1625                                                                                                                                                                  WHAT THE BL$$DY FUCK 🤬 https://t.co/CfJ8Zf8gso
## 1626                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 1627                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1628                                                                                @wiIIowwine its annoying as shit though cause plenty of BL characters are lgbt but they wanna claim the villain AGAINST them . 🙄
## 1629                                                                     This comic is definitely worth reading! Come check it out!\n \n#Manhwa #BL #AnimeFigures\n\nhttps://t.co/WHkTexhzwu https://t.co/aoAU9mDkOK
## 1630                                                                                                                                     RT @Bika_P_Mew: #bounprem #bl #thai love you!!!!!!! https://t.co/dZjYKCxnA4
## 1631                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1632                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1633                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1634                                                                                       @GOALAfrica Africans will say no. Because he destroyed all their legends + he is not bl**ck enough for them to love him😁😁
## 1635                                                                                                                                                                          @BUB_BL_ES @SmashingVR won't like that
## 1636                                                                                                                                              RT @CalebCity: Missing a punch in a fight. https://t.co/kFqF49lvGP
## 1637                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1638                                                                                  RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 1639                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1640                                                                    @SimuLiu @BoxLunchGifts @FeedingAmerica So incredible! Such an honor to be a BL ambassador! Does this mean we are c… https://t.co/i8pckJNwnf
## 1641                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1642                                                                                 WL Our announcement @VaicusEth @TutUncommonNFT @sonic820808 @Bearoxuz @BL_Toaster @PaulRo100 @nfter721… https://t.co/58OAQsNmcM
## 1643                                                                  their way. The whales had irregularly settled bodily\ndown into the bl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/zFsR4ihbEA
## 1644                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1645                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1646                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1647                                                                  RT @aksnevv: should i finish to day 30 😳 i’m gonna stop now to get on with my day! \n\nthis is inspired by a thai bl drama i’ve been watching…
## 1648                                                                                                              “I’ll crush you, fair and square”\n\nThe Football superhero\n#ブルーロック https://t.co/1Gyb3Y9BcF
## 1649                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1650                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1651                                                                          Lee Minhyuk from Legs That Won't Walk\n-\n-\n-\n-\n-\n#bl #yaoi #boylove #manga #manhwa #art #anime #animeart… https://t.co/npbRKXhuLD
## 1652                                                                  How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happe… https://t.co/BmlbptLmXS
## 1653                                                                      @bl_ag_inc I’m at the point of my life I’m sick of dragging debt millstones around. That said probably won’t be 100% debt free for a while
## 1654                                                                                           Gonna do some comic reading\n \n#sizetwitter #bl #artistsontwitter\n\nhttps://t.co/QzhAHF6VJ0 https://t.co/RTOFGDKXAD
## 1655                                                                    RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 1656                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1657                                                                    thanking myself everyday that I'm not a delusional bl stan but since ive been watching bl series for about 2/3 year… https://t.co/uZQRV6xCGI
## 1658                                                                   RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1659                                                                           RT @BamBam1A: sorry for the "can you leave?" 😅\ni really don't know how to do it\n\nif you have a twitter please show your self here😭
## 1660                                                                   RT @fpianz: I'm also hiring a Postdoc (1.5 year) with expertise in graph databases, ontology creation, linked data, and graph reasoning.\nht…
## 1661                                                                                                                                                       just one more universe, in bl.. 😶 https://t.co/4l6AvItQG4
## 1662                                                                                                         🥲I gotta catch up on Donbros but what if I also just, started another BL series https://t.co/jJ9MZq2axU
## 1663                                                                                                      Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 1664                                                                    RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…
## 1665                                                                                                 ‘‘So――what does BDSM means again? I'm pretty sure I've heard it from one of Naomi's BL collection.’’ #AkioTalks
## 1666                                                                                                                                                                                        @TillyLovesBooks The BL?
## 1667                                                                   RT @irishnftgal: @illustrata_ai @joynxyz @amli_art @bl_artcult CryptoPunk Gal\nBrings the most popular pfp to life, humanising pixel art. We…
## 1668                                                                                                                                                                     RT @animepiic: Same https://t.co/knvBrjYZHa
## 1669                                                                      @mfa_russia @RusEmbUSA @armscontrol_rus @RussianEmbassy @RusMission_EU @natomission_ru @mission_russian @RussiaUN… https://t.co/az57LVULz3
## 1670                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1671                                                                    RT @ForzaJuveEN: Juventus are in Crisis, there is no doubt about it, but we are Juventini, we will always stick together.\n\nFINO ALLA FINE…
## 1672                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1673                                                                   RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1674                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1675                                                                   RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1676                                                                    RT @CrazerArts: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wala…
## 1677                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1678                                                                                                        @Kesswylie @Rynehawk @PleasantKenobi And yes, $5,000 is a fraction of the price of a real BL, as I said.
## 1679                                                                                                                      RT @rapalert6: Tems covers Dazed Magazine \n📸 by: Will Scarborough https://t.co/54tnxgeZOg
## 1680                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1681                                                                                 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 1682                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1683                                                                                                                                     RT @Rohan_Lockhart: I'm so happy ❣️🥹\n#SemanticError https://t.co/NFFYGjHXYA
## 1684                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1685                                                                           Check out this product X5 Plus - the Little One - Beige  \nby Blush Novelties starting at $26.95. \nShop now… https://t.co/un0xHtNvuD
## 1686                                                                                                                                            my tooth your love jadi comeback nya w nonton series bl taiwanese ig
## 1687                                                                  RT @visegrad24: Germany's insistence on Nordstream 2 contributed to the outbreak of war in Ukraine,\n\nsays Marco Buschmann, the German Minis…
## 1688                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1689                                                                  19. Rayboyp won Victory Road, beating Lins and Vorporal (MI)\n\n20. Anakin won The Cave, beating CEO of Madcatz and K… https://t.co/HcXXqfwwNY
## 1690                                                             RT @RosheCosmetics: Roshe Cosmetics &amp; BEAT School of Makeup Artistry \rPikesville, Maryland @RosheCosmetics #Blackpreneur \n \nhttps://t.co/ru…
## 1691                                                                     RT @Gerashchenko_en: The village of Oleksandrivka was in occupation for 7 long months. 10 people remained there out of 1,000 that lived in…
## 1692                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1693                                                                  Mari’s reaction to #LoveInTheAir Ep 1 \n\n#BossNoeul #LoveInTheAirEP1 #reaction #patreon #react #bl #drama #thaidrama… https://t.co/jd0eYwqjU7
## 1694                                                                    @aksnevv UM. its not a bl drama but ive been trying to get people to watch los espookys on hbo for a long time. its… https://t.co/pbbgosZaBm
## 1695                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1696                                                                  RT @XDaffodille: Pride month is over, but gay endures forever.\nThey are my favorite couple so I married them (to Daffy's bad luck)\n#baffy #…
## 1697                                                                  RT @Its_The_Barbies: It’s definitely jealousy. \n\nDark skinned BW have better options outside of bl⚫️ckistan. They just don’t want them to k…
## 1698                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1699                                                                    TIMBREGEAR extreme comfort acoustic guitar strap electric guitar strap free - two guitar strap locks guitar strap b… https://t.co/BCzUE0gS9R
## 1700                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1701                                                                                                                                     @darrengrimes_ Both teams on their bl**dy knees; so over this garbage now 🤬
## 1702                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 1703                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1704                                                                    …and will block the passage of low-pressure (BL+). Next week, high-pressure area will move towards Greenland facili… https://t.co/BODZxMPWiX
## 1705                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1706                                                                                                                      RT @M00NSBAE: im still mad at their ending pls When are we getting just say yes the series
## 1707                                                                         @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/QUyQuZ56lA
## 1708                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1709                                                                                                                                  RT @je_ff09: Hey can you suggest a series which is horror and BL both in one!!
## 1710                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1711                                                                  RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 1712                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1713                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1714                                                                                                                                    @ANSOM68 Then why is pappu going to HINDU temple \n\nBl***dy termite k 2.  A
## 1715                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1716                                                                          @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/sFHY4JRYhJ
## 1717                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1718                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1719                                                                                                                                                                                          @AnujUnknown Thank you
## 1720                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1721                                                                    @joeysinsoup it’s called never let me go! it’s a thai bl show who isn’t out yet but soon we’ll have the trailer! wi… https://t.co/uWYLxw9smZ
## 1722                                                                                                                                RT @classicshirts: Argentina 1999 Away by Reebok 🇦🇷\n\n😍 https://t.co/BshxxVE7pG
## 1723                                                                                 I got a little gift for my brother today and he was so excited about it he waited for me outside bl sa23a for like an hour 🥺🥺🥺🥺
## 1724                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1725                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1726                                                                                                                           @AidenRS139 Seth Rogen isn't Bl...\nMy lawyers have reccomended that I stop the joke.
## 1727                                                                        So proud to be a part of the BL collective and a now with #goals guy @SimuLiu ! What an honor! #getsomegiveback… https://t.co/YQ1FlqxVyJ
## 1728                                                                                                                                Make them star in a bl already please naiiyak na ko dito https://t.co/Gzs1skdmMD
## 1729                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1730                                                                                                                                                                                            @0xxghost No dulling
## 1731                                                                                     @khamenei_ir SORRY BUT YOU ARE THE ENEMY AND YOU ARE DOMINATING YOUR PEOPLE'S MINDS. THEY DESERVE TO LIVE NOT TO BE KILLED.
## 1732                                                                                                                   RT @0xxghost: Next bull run I'll take profit\n\nSay after me in your language or dialect\n⬇️⬇️⬇️
## 1733                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 1734                                                                                                   Y’all should not be following ANYBODY from Bl*ck H*mmer lol \nThat org hoards abusers https://t.co/AwDarOHke0
## 1735                                                                    @ozymandiest I've never heard of BL V novels!😱 I should look into that! have D Murder on my CR list.😁😁😁  I keep mea… https://t.co/aJ7ch4bqrG
## 1736                                                                    @TheDonVisuals @SCCUnited @themackmurphy @HermanOfTheYear I think you and I are the first example of a BL guy and a… https://t.co/fqzeLKvpUk
## 1737                                                               RT @RaritySniperNFT: Giveaway! 🎉 \n \nWe're giving away this Rare Apepe NFT from @RareApepeYC  🐸\n \nTo enter: \n1. Follow @RaritySniperNFT \n2.…
## 1738                                                                                         Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (1:55pm)
## 1739                                                                                         Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (1:55pm)
## 1740                                                               @tumcial_bbb JEEZ NOO pure romcom. Japanese BL, office romance 😭\nGmmyv gonna do it's thai version with TayNew &amp; fan… https://t.co/9bH3iHJ0un
## 1741                                                                     RT @LibraryArden: After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Workshop.…
## 1742                                                                                                                                                 @MajorGroup THE MOST TALENTED BL COUPLE https://t.co/DCPemAhGWv
## 1743                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1744                                                                                I can't wait to see what happens next! Click the link below and join my struggle!\n \n#mha #BL #boylove… https://t.co/DP6IWbOTZ3
## 1745                                                                                                                                                           @SJAF_BL Happy Birthday to you! Have a special day :)
## 1746                                                                                                                                                     86. love in the air // bl tailandês https://t.co/ATSVX1A8Zz
## 1747                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1748                                                                                                                                                                        can i get uhhh uuhhhh a clown themed bl—
## 1749                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1750                                                                    RT @VinodKu83882504: BB Israeli leftist leave India immediately. India loves Israel. But not any bl..dy leftist either from Israel, America…
## 1751                                                          RT @Joshyysmartt: 🚨#COSMOS #GIVEAWAY🚨\n\n2 $ATOM  \n50 $TORI \n200 $STARS \n5 $EVMOS\n\n1️⃣ Follow @encantaelcripto &amp; Me\n2️⃣ RT &amp; Tag 3 frens\n3️⃣…
## 1752                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1753                                                                                                                                         @illustrata_ai @manifoldxyz Amazing. And Seasonal, what's not to love??
## 1754                                                            RT @illustrata_ai: ✨Open Edition Announcement!✨\n\nThe first mint of my new collection: \n\n"Aurum Autumnalis"\n\nThe only editioned piece of thi…
## 1755                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1756                                                                    @nanazunshine I honestly never seen other BL CP explaining to their partner when they play new series with other pp… https://t.co/B7NqrIcOJw
## 1757                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1758                                                                                                                                           the women who love bl/gay media be so cute and scary at the same time
## 1759                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1760                                                                    RT @Morph_VGart: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wal…
## 1761                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1762                                                                    RT @amli_art: @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto @heavens1522…
## 1763                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1764                                                                                                                                                                           @AdamBormann Appreciate the response!
## 1765                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1766                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1767                                                                                                                                                              WORLD WAR 3 C'EST PARTI 😭😭 https://t.co/kuk7duqalg
## 1768                                                                     Our investment in our communities includes supporting worthy causes, and few make an impact like @cityofhope. This… https://t.co/4tryacEqSd
## 1769                                                                                                                                                                      @SENMU__55 yes, lets go and by BL together
## 1770                                                                    18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volati… https://t.co/mfxR6yWLHh
## 1771                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 1772                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1773                                                           RT @Rob_NBF: It requires NO talent or special abilities to:\n\n- Try\n- Read\n- Listen\n- Show up\n- Try again\n- Be on time\n- Be coachable\n- Have…
## 1774                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 1775                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1776                                                                  RT @jkkittae: TK au 🔞❓\nTaehyung and Jungkook are renowned actors in the BL Industry. But they've ways stuck to soft and cute roles with dec…
## 1777                                                                                          Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (1:50pm)
## 1778                                                                                          Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (1:50pm)
## 1779                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1780                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1781                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1782                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 1783                                                                    While watching Kyle play LoL, he mentioned that there was BL in league (cause he saw a character with a certain ski… https://t.co/hYorw8Vtdv
## 1784                                                                                                           @HtxYounglo You know you a bl+ch right? Haha you want her to care for you soooo bad, Ho33. Get a life
## 1785                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1786                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1787                                                                     JSE-listed Spar sold a  Mega SuperSpar in Midrand for R1,000 before being sold three weeks later to the same buyer… https://t.co/4TSXbwAhjb
## 1788                                                                                                                                                              The bl*nt waiting for me when I get home oh my GOD
## 1789                                                                                   @ThisIsKyleR @elonmusk I got this notification as an unwanted message, named categorized as a Spam. You spam us, we spam you.
## 1790                                                                    Omg I haven't cried over a Thai BL drama since that stars one with EarthMix, this 12% one making me cry for the past 3 episodes, how can sia
## 1791                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1792                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1793                                                                    kan7awl nfkr how F1 fans can enioy watching fast cars doing laps for hours, then, 7ta kantfkr how 22 man kicking jl… https://t.co/7YkVdJRQy8
## 1794                                                                                                                                                    @wondercatsblue Strong dialogue is reserved for BL. Bias af.
## 1795                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1796                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1797                                                                    The fact that Fei came back incognito and slipped me some top tier bl content recommendations while I’m at my lowes… https://t.co/YZgLploxvi
## 1798                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1799                                                                    @bl_ag_inc Makes sense if that’s the case. Just need to consider the probability of something changing based on the… https://t.co/6rHum3k4dA
## 1800                                                                    RT @shibafree2be: Let's repeat all together : if an actor plays a role in a BL  series  it doesn't mean he is gay or bi, he can have a priv…
## 1801                                                                    RT @BlackLo39629533: The hardest thing in life is having feelings in your heart that you can't put into words. that is pure feelings of lov…
## 1802                                                                 RT @jcapsj: 29 November\nMEMORIAL OF BL BERNARDO FRANCIS DE HOYOS, PRIEST\n\nGet to know more about de Hoyos' life and vocation here: 👉🏼 https…
## 1803                                                                     Tmrw fe orientation la 1st year newbies bl 3ulum so come see me crush their hopes and dreams mwahahaha (jk a7sn ma… https://t.co/CRU94bJFs0
## 1804                                                                                               @CorLeonis92 @DoubletheTrou13 Just realised i would have to reread BL like 5th time to remember whats happening 😂
## 1805                                                                                                                                                                                 [gentaro]\ni write bl novels.
## 1806                                                                    Ended up watching The Menu after deciding to get out of harm’s way during a particularly oppressive spell of despai… https://t.co/Xi47AJD30v
## 1807                                                                                                     My Grandfather's Demons. One of the best films of the year. https://t.co/3GsfZNkj4h https://t.co/poax4KGNJ5
## 1808                                                                    searching for this one specific (i think thai) bl with a certain scene (very violent scene actually...) but I can't… https://t.co/DcnYP1JFPa
## 1809                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1810                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1811                                                                                                                                 COSY TALL AVIATOR BLACK $143.00 https://t.co/38ozHmkukO https://t.co/nx5iPP1jd7
## 1812                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1813                                                            @RailMinIndia PNR-8359741582\nTrn:20960\nDt:29-11-22\nFrm GNC to BL\nCls:2S\nP1-D10,43\nChart Prepared\n9925805742\nTrain l… https://t.co/bNJbh5VeUt
## 1814                                                                    @h0peurot Me and my cousin trying to watch an innocent bl on the TV telling our parents it's straight stuff and not… https://t.co/SRxOej3PxK
## 1815                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1816                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1817                                                                                                                                  Istg if we never hear Yelena say Kate Bishoooop again i'm bl*w*ng up marvel hq
## 1818                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1819                                                                     Mini Portable GPS Tracking Bluetooth 5 0 Mobile Key Tracking Smart Anti-Loss Device Waterproof Device Tool Pet GPS… https://t.co/omHI7SKpAJ
## 1820                                                                    Double Din Car Stereo Compatible with Apple Carplay and Android Auto, 7 Inch HD Touch Screen Car Radio with Voice C… https://t.co/KREIdmaBkT
## 1821                                                                                                                                                                                   @MesmericNft Thank you MES 🙏🔥
## 1822                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1823                                                                                                                                                  @chicoBean my guy. What is u doing???\nhttps://t.co/xLtKKx6O8H
## 1824                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1825                                                                                                            I need to b up in Malaysia BL culture is so popular there there is so many hijabi girl who r bl fans
## 1826                                                                                             me at the lunch table trying to convince my Muslim hijabi friend group to start watching BL https://t.co/dGWjN3qb8i
## 1827                                                                    @AlexMetalGuy @JazixOfficial @MarkoRaassina Wow again with the ‘Genshin Impact’ players are pedos stereotype. You a… https://t.co/LS6wgZBkE1
## 1828                                                                                                                                                       @BLUPDATE2022 The Warp Effect isn't bl but it looks funny
## 1829                                                                          RT @that70scontext: here's the official teaser for that '90s show, premiering january 19 on netflix, thoughts? https://t.co/Tlii7MfJaU
## 1830                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1831                                                                          confession: i think my first bl au i've read and consume the media of is the tadashi x hiro.  the mv of this ship back then was crazy.
## 1832                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1833                                                                                  Also, half a century ago, @CambsCC *did not include @HuntsDC or Peterborough* in its area of control.… https://t.co/D7Nib62zYh
## 1834                                                                    RT @Kasparov63: Ignore the appeasers and hysterics. They are lying, they are wrong, and have been from the start. Nobody is marching on Mos…
## 1835                                                                                                                                @travis_bl @WildeChildBeer Yes. Forgot about these. They do some smashing stouts
## 1836                                                                                                                                                    @bambipaisen Ive let out more chuckles than I was expecting.
## 1837                                                                                                         @bbnomula Okay but why does this look like a bl drama? The height difference? The passion? *chefs kiss*
## 1838                                                                RT @MrROHughes: Canlyniad Bl 11 | Year 11 Results🏆⚽️🏴󠁧󠁢󠁷󠁬󠁳󠁿\n\n@Cwmrhymni 5 - 3 @Croesype \n\nHuge thank you to Croesyceiliog for reversing the…
## 1839                                                                                                                                                                                      @dnlv_bl that's kinda cool
## 1840                                                                      a fanart of my boyfriend, it is the first drawing that I do in digital xD\n\n#draw #chubby #art #fanart #yaoi #bl… https://t.co/yrBUIk4G3Z
## 1841                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1842                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 1843                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1844                                                                                                                                             RT @hammiehyung: I wanna be their friends 🥺 https://t.co/pJutNQmtvx
## 1845                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1846                                                                                              @KovcsZorka1 @thenreport #NETIZENSREPORT #KeremBürsin for Asian Celebrity of the Year #ACOTY2022 \n@thenreport\nBl
## 1847                                                                  guys who read chinese bl novels……should i buy erha ??? 👀👀👀👀\n\ni’ve been eyeing it for a while and now that it’s gott… https://t.co/6B4ILXntwP
## 1848                                                                    RT @JesuitsEastOIS: "To fall in love with Christ, to be loved and transformed by the Sacred Heart, to have a contemplative sense of God’s c…
## 1849                                                                                                                                                                                            What the hell is BL!
## 1850                                                                     hiiiiii 🫶🏻 can you give me some webtoon recs because ive read its just a dream because i saw you tweeting about… —… https://t.co/Q8SpOfy5Js
## 1851                                                                  RT @cait_rose: a little Sagittarius carries us through the end of November in the Mostyn Psalter\n\n@britishlibrary Additional MS 89250 (f 13…
## 1852                                                                                                                                                                               bl@ck men love to shift the blame
## 1853                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1854                                                                 @Rohit_Das11 @Rohan_Bordoloi_ @7ogk3p41sr1jmsj @iMiaSanMia @Plettigoal Nonsense. \n\nFrankfurt just won the EL. \nUnio… https://t.co/MDXsC1HxSU
## 1855                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1856                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1857                                                                  Debt question \n\nIf you find an investment/business that still cash flows after taking on debt and repayment, does i… https://t.co/QfgmOfMuzp
## 1858                                                                    Decodable Readers: let´s work on sight words  Orton Gillingham based activities to help children read and write  Vo… https://t.co/gBvHN1qvPz
## 1859                                                              RT @sickfishmixnft: Sick Fish Mix NFT\n\nBuy the sick fish mix NFT👇🏼\nhttps://t.co/DkdCL10B3v \n\n#sickfishmixnft #fish #nftartists #opensea\n#No…
## 1860                                                                                         RT @sasuke_bottom: I love this ending 4 image of naruto shippuden, it reminds me of the 80's BL https://t.co/87lu7Sacag
## 1861                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1862                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1863                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1864                                                                                                                                                                      @Atho_1982 @WildeChildBeer  thank me later
## 1865                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1866                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1867                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1868                                                                    My friend who's watching Dirk Gently asked me "what's the BL with the eraser again?" an hour ago and he finished th… https://t.co/G5IHcl95Xu
## 1869                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1870                                                                    LUJUNTEC 2PCS Blend Door Actuator Replaces 604-107 Replacement For 2002-2003 for Chevrolet Malibu, Air Door Actuato… https://t.co/NAbHTPYF0y
## 1871                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1872                                                                       RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…
## 1873                                                                                                                                                         @bl_hkg @roxysshi Turbulence is special it's on its own
## 1874                                                                 @Rohan_Bordoloi_ @Rohit_Das11 @iMiaSanMia @Plettigoal Nonsense. \n\nFrankfurt just won the EL. \nUnion Berlin went fro… https://t.co/yYqng0G1nj
## 1875                                                                                                  u stink on a regular basis as ur bl*ck and ur country is like the 🙊 section of the Zoo https://t.co/hjEMynZJHw
## 1876                                                                                                           what if this is the most refreshing DC movie I've seen in a really long time? https://t.co/VkOB2troPf
## 1877                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1878                                                                    @muniklovesme all the vids i see of him on live and then that one interview when he was asked abt the bl i cry he s… https://t.co/cOkDGao0pu
## 1879                                                                                                    Construction on #Q26Bus Both directions from Parsons Bl/Hawthorne Av to 46 Av/162 St https://t.co/xSU8b68zGT
## 1880                                                                    @illustrata_ai @joynxyz @amli_art @bl_artcult The problem of avoiding real communication and switching to virtualit… https://t.co/JqMumVEhi1
## 1881                                                                     They have !! They discovered they can do just whatever they bl***ywell like and no-one can stop them … what my old… https://t.co/5wXR6bxln6
## 1882                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1883                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1884                                                                  @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \n"Another day" and "Rest under the moon"\nThe w… https://t.co/2swDplewj3
## 1885                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1886                                                                hobbysoul 4pcs RC 1 9 Super Swamper Crawler Tires Tyres Height 120mm/4 72inch &amp; Aluminum 1 9 Beadlock Wheels Rims H… https://t.co/AW7sbYcASQ
## 1887                                                                                                                                                                              @bl_artcult GM! That's beautiful 😍
## 1888                                                                     RT @DrFrankTurek: When you think you have a scientific consensus that miracles don't occur, you don't have a scientific consensus based on…
## 1889                                                                    the reason why i dislike bl shows (particularly thai bl) is that they cater straight girls by showing them two masc… https://t.co/txgA3gVzwf
## 1890                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1891                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1892                                                                    @ArtEthiopic Very interesting... I wonder if you have depictions of the Begena without King David?  I saw some in m… https://t.co/Iyfx0NdPtR
## 1893                                                                    RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…
## 1894                                                                                @EmbassyofRussia @mfa_russia @PMSimferopol @RusEmbUSA @RussianEmbassy @RusConsCapetown @MauriceSchleepe… https://t.co/agp9PmHEZU
## 1895                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1896                                                                                                                                                        what happened to that time travel bl?!? did it come out?
## 1897                                                                                                               they cant even share the same frame... BL manhua CPs must now be in long distance relationships 🫠
## 1898                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1899                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1900                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1901                                                                                @that_blacc_girl I just finished watching these cute ones Korean bl- Cherry Blossoms after winter, color rush and kissable lips.
## 1902                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1903                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1904                                                                    RT @voodookunt: It's that time of year! My annual bl smash or pass thread! Let's start with Tay tawan of dark blue kiss and cherry magic(TH…
## 1905                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1906                                                                    RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…
## 1907                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1908                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1909                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1910                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1911                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1912                                                                                                                                 f wardrobe long. See, girls, do see, how her long bl    https://t.co/B3mvCfQUaE
## 1913                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1914                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1915                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1916                                                                                                Taylor Swift Rejects Republican Bigotry in All Forms - Smashes Marsha Bl... https://t.co/7E5gPabrBG via @YouTube
## 1917                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1918                                                                                                                                                                                    @kateweb BL and your Indie!!
## 1919                                                                    Giant Fake Award Presentation Check - 30" x 60" - Large Novelty Endowment Check for Endowment, Donations, Fundraise… https://t.co/HBUnxN61Nk
## 1920                                                                                — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2… https://t.co/7SDSpLW9Hq
## 1921                                                                     @bw30002020 Also asking since I've been part of all this only after ON. Encore fm is something i don't understand.… https://t.co/5lVQkP658V
## 1922                                                                                                                                                         RT @dawormkid: in love #xiaoven https://t.co/VmhSxnYpX4
## 1923                                                                                                                            Bts always, or watch bl dramas, talk with friends and my mom https://t.co/bOmspy62Ve
## 1924                                                                   RT @KevinAn45942701: “Fake” environmentalist David Suzuki outed by “real” journalist Brian Lilley. 😂\n\nI guess my mum always did tell me it…
## 1925                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1926                                                                              I wanna try out this comic book style\n \n#RoohBabaKiBhoolBhulaiyaa #BL #avatar\n\nhttps://t.co/01r6QkvFt8 https://t.co/Ct9LHQVXZT
## 1927                                                                    @illustrata_ai @joynxyz @amli_art @bl_artcult CryptoPunk Gal\nBrings the most popular pfp to life, humanising pixel… https://t.co/ifpeXLnEIj
## 1928                                                                    Excited to share the latest addition to my #etsy shop: 20" Curly Synthetic Clip In Claw Drawstring Ponytail Hair Ex… https://t.co/HffqdZOEMJ
## 1929                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1930                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1931                                                                    Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/gI6EBWNZGO
## 1932                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1933                                                                    H0w c0m€ N0B0DY is t@lk @b0ut th@t CHILD TR@FFICKING C0MP0UND 0n th€ b0@rd€r?\n\nIs it US€D 4 ADRENACHROM€ JUNKI€S?… https://t.co/6iAl7uzokJ
## 1934                                                                RT @EuromaidanPress: The Lviv Regional Council voted to ban Moscow-affiliated Church &amp; appealed to Ukraine's Parliament to ban it nationwid…
## 1935                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1936                                                                    RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…
## 1937                                                               @o2productionnn\nhttps://t.co/4fDZtxx1iR\n@BaVinhactor #bavinh #TranLeDuc\n#LoveBillEP5 \n#LoveBill \nLove this biting e… https://t.co/wwggk1Pxzp
## 1938                                                                           message 2 before mentions    @SKodhadala @NWatchlist @Jayson98wai @BaChy69279542 @AlaminM85569472 @jondin171… https://t.co/uskiQhrKfY
## 1939                                                                    @littlegeniexpp Gmmtv like to put innecesary couples in a Bl. This serie deserve just single couple, I don’t unders… https://t.co/SahtbBYDUK
## 1940                                                                  RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 1941                                                                                                                                                              Still have section BL 5 :) https://t.co/nRRVCfPoCy
## 1942                                                                                                                                                       @BL_Odin @Azzapp_LoL Shadowflame gives HP unfortunately 😂
## 1943                                                                    RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…
## 1944                                                                @illustrata_ai @joynxyz @amli_art @bl_artcult // HURT #expressionwithmeaning\n\nWe are multilayered\nWe are complex\nWh… https://t.co/KZ7rJwxxTU
## 1945                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1946                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1947                                                                                                              @shadyprivquoter Wait I actually don't know is it a bl or not cos I know it's in a shoujo magazine
## 1948                                                                                                                                                                           re…bl….PURPLE https://t.co/LJXAkKXi5w
## 1949                                                                 RT @yuma_sogo: @illustrata_ai @joynxyz @amli_art @bl_artcult The name of my art is called "Friendship".\n\n#expressionwithmeaning\n\nI made it…
## 1950                                                                     Our next #orientreering event is in Carlisle’s Hadrian's wall park on 10th December. Enter "Luguvalium Parcum" via… https://t.co/PngkUqGbzD
## 1951                                                                    RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 1952                                                                    Like every other bl couple whenever they say something that fans take as confirmation of them dating either the com… https://t.co/AZrro9Gilb
## 1953                                                                    I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a coupl… https://t.co/YnAbidUtfv
## 1954                                                                                                                                                                                           between us comfort bl
## 1955                                                                      Fiscal Update Article: FY 2024 Department Requests — Education Appropriations Subcommittee has been published at:… https://t.co/baXZ1DyGjO
## 1956                                                                  @illustrata_ai @joynxyz @amli_art @bl_artcult support that comes from a close bond. \n\nIt reminds me of the power of… https://t.co/SrIx1RpekB
## 1957                                                                                                                           RT @UkrainianNews24: 🇺🇦Glory to Ukraine 🇺🇦\n#UkraineRussiaWar https://t.co/IAMSemSVCL
## 1958                                                                    RT @DocT___: @illustrata_ai @joynxyz @amli_art @bl_artcult My submission for the #expressionwithmeaning contest is titled: “FUD“ from my up…
## 1959                                                                    RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…
## 1960                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1961                                                                                                      RT @chokoladous: I want a make a helpful thread for any of my followers getting top surgery or a BR/BL 🫶🏾♥️
## 1962                                                                    @illustrata_ai @joynxyz @amli_art @bl_artcult My submission for the #expressionwithmeaning contest is titled: “FUD“… https://t.co/EKthMBNq2O
## 1963                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 1964                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1965                                                                Canlyniad Bl 11 | Year 11 Results🏆⚽️🏴󠁧󠁢󠁷󠁬󠁳󠁿\n\n@Cwmrhymni 5 - 3 @Croesype \n\nHuge thank you to Croesyceiliog for rever… https://t.co/JESVXR14cL
## 1966                                                                                                                                                                                             @bl_artcult so good
## 1967                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1968                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 1969                                                                    @jewelwidgets @MayXian3 Um hate to break it to you sweetheart but your fave filmed a BL drama as well. All shippers… https://t.co/9ZveXSjC4z
## 1970                                                                    RT @skari_artist: @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @…
## 1971                                                                                                                     RT @MeidasTouch: Does twitter still allow you to retweet this video https://t.co/84uVJY40w9
## 1972                                                                                           The manhua has been feeding us so well\n \n#Lightyear #vampire #bl\n\nhttps://t.co/39WvNAZDgY https://t.co/MIM7Fa1xgI
## 1973                                                                                                                                 @prananon He says I ruined his YouTube recommendations. All Thai Bl and BTS. 😂😂
## 1974                                                                @illustrata_ai @joynxyz @amli_art @bl_artcult The name of my art is called "Friendship".\n\n#expressionwithmeaning\n\nI… https://t.co/PVDp2CV95V
## 1975                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1976                                                                    @pheonixexplain @phnixhamsta The Jenny mod is a Minecraft mod known for being NSFW, its main feature is a new mob c… https://t.co/m0gBbY9WlX
## 1977                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1978                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1979                                                                   @Azzapp_LoL Can't you go Ludens, Shadowflame, DCap, Void and be full offensive?\nto my knowledge none of these items… https://t.co/BkrWmPkM94
## 1980                                                                    I love the art style in "Demon, No Kissing!" so much! It's gorgeous! The character designs are amazing, too! Highly… https://t.co/bBoimagfbe
## 1981                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1982                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1983                                                                          @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/OPFzYOOO3E
## 1984                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1985                                                                                                    @ohsinnerman Now on my Christmas list! Is yours exclusively through the BL, or can local bookshops order it?
## 1986                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1987                                                                               slUm'bl👀dYs gAt🔫 T👀 sAY slum'thAYnG🙃\nhttps://t.co/cE8IT8A06H\n\nCALM'inG T👀 AY tHEE'AYt*ER* nEAR Y👀📽👻👻👻… https://t.co/JryEuedeK1
## 1988                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1989                                                                                                                                                                     @charliersmith1 Get good again soon Charlie
## 1990                                                                    RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…
## 1991                                                                                                           one thing about a str*ight bl*ck m*n, he’s gonna let that homophobia/transphobia out! no matter what!
## 1992                                                                    RT @k_tetsurouu: insulting jaechan for acting in a bl, leaving homophobic remarks then proceed to beg other fandoms to collab them and help…
## 1993                                                                                                                   @amli_art @illustrata_ai @joynxyz @bl_artcult 🙏🏼 🙏🏼 means a lot coming from someone like you.
## 1994                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1995                                                                     @ReallySwara Ummmm buzzzzzzzzzzz ummmmmmmm satoupid point again.  How would you know that your future bf has a jet… https://t.co/mP7oNehzf9
## 1996                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1997                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 1998                                                                                                                                                                 Who else love bl couple https://t.co/i7WjAGKMAW
## 1999                                                                             @RussianEmbassy @mfa_russia @RusembUkraine @BBCWorld @SkyNews @guardianworld @TelegraphWorld @standardnews… https://t.co/qfEKi0ArCI
## 2000                                                                So glad to see the support from his co-stars for him. From his first bl series, his first lakorn &amp; his first movie.… https://t.co/hYgBJcC5fC
## 2001                                                                            @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/IVReo8m3ge
## 2002                                                                       Westbound 6-car BL/Huntington Train 452 changed its destination to OR/Vienna/Fairfax-GMU at or near Minnesota Avenue on track 2. (1:14pm)
## 2003                                                                       Westbound 6-car BL/Huntington Train 452 changed its destination to OR/Vienna/Fairfax-GMU at or near Minnesota Avenue on track 2. (1:14pm)
## 2004                                                                       RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…
## 2005                                                                    RT @ArdenPaul4: @avvinatore @Nelsonali @VinousReverie @DominiqueHornig @CambWineBlogger @SusyAtkins @PlanetVictoria @TheKirstenMac @rs_bc_b…
## 2006                                                                   Commission on FB \n\nPlease don’t take or trace\n\n#male #bl #sketch #digitalart #drawing #commission #commissionart… https://t.co/xOQeDzTdEp
## 2007                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2008                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2009                                                                    @calvinrobinson If they're so proud of their country go bl.ody back there. No! Oh that's right everything is free i… https://t.co/o5e7gra7ES
## 2010                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2011                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 2012                                                                          @punished3liza before anybody even mentioned bl*ck h*mmer in czarina’s replies I thought this all sounded terribly familiar. very dark
## 2013                                                                     RT @chochojoon: also hello if you enjoy BL but also deeply fucked up sympathetic pretty boys and are NOT EASILY TRIGGERED (I cannot stress…
## 2014                                                                    RT @BL_MadeDigital: The British Library's Treasures in Full electronic resource has a web page dedicated to William Caxton's first and seco…
## 2015                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2016                                                                                                               @bl_artcult @jeffjag @illustrata_ai @joynxyz @amli_art My name is DocT and I second this message☝️
## 2017                                                                  RT @Quinie0_0: What makes u think I'm so special?\n\n#xiaoventi #xiaoven #xiao #venti #genshintwt #Genshin #Genshinlmpact https://t.co/Xt00Lu…
## 2018                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2019                                                                                                                            @teemoney_bait @illustrata_ai @joynxyz @bl_artcult love the intimacy here, thank you
## 2020                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2021                                                                  RT @DAIHIME_SAMA: The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only avail…
## 2022                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2023                                                                                                                                                             @Fulgur_Ovid He reads bl he’s a keeper good job dad
## 2024                                                                                                                                                            Chinese BL really be the life and feels and fluff 🥺🫶
## 2025                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2026                                                                    @Stixx1979 @oakroyd @clesliephoto It was in the early 70's too. Fortunately two of my uncles and my dad had "very h… https://t.co/SUAIfLX0Zm
## 2027                                                                                                                                        COSY SHORT BLACK $118.25 https://t.co/IsHD736lHh https://t.co/KKcrpl6xPz
## 2028                                                                  RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 2029                                                                      @artmarteau @illustrata_ai @joynxyz @bl_artcult I, absolutely, love, this. When an image conveys everything with no need of description. 🫶
## 2030                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 2031                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 2032                                                                 RT @Tappy_toon: NEW RELEASE 🔝\nI Became the Lousy Side Top\n\nJaewoo wakes up in a BL novel… as a side character who torments the main bottom,…
## 2033                                                                    RT @stk786khan: Ayush z d most sensible char in bl n d best bhai🥹😚...really loved d way how he acceptd his mistake infrnt of evry1 n was as…
## 2034                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 2035                                                                                                     @amli_art @illustrata_ai @joynxyz @bl_artcult Thank you, I will be glad if the work resonates in someone 🙏🤍
## 2036                                                                                                       Construction on #Q20ABus Both directions from 20 Av/131 St to 15 Av/College Pt Bl https://t.co/Nd71qiXHff
## 2037                                                                                                                                                       @amli_art @illustrata_ai @joynxyz @bl_artcult thank you 🫶
## 2038                                                                    @ppnaraviet Why did Jojo allow another couple in his first Bl series and not just one?I'm honestly confused because… https://t.co/IXnoiahr0a
## 2039                                                                     @DisTrackers @notoriousseemys Nice during Black Friday, I was only able to find was Superman and not the rest plus… https://t.co/UM1cjN1LPY
## 2040                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2041                                                                      RT @kmdossett: Check out this blog by Jessica Gregory ⁦highlighting the work of #UnaMarson held in the Lord Chamberlain’s Plays Collection…
## 2042                                                                     @WrestlingHumble Some child just got into a hissy fit with me yesterday for suggesting Solo isn’t as indoctrinated… https://t.co/N5dBetGZi5
## 2043                                                                RT @MetaboUK: The Metabo 18 V Cordless Tapper GB 18 LTX BL Q I! \n\nFast and uninterrupted tapping and cleaning of threads ✅ \nMetabo quick sy…
## 2044                                                                    Lol but fr his editor likes many bl fanart on his tw while Fujimoto just troll his editor so maybe that's why he ad… https://t.co/YK594zfwYx
## 2045                                                                                                @oakroyd @Stixx1979 @clesliephoto My nan and grandad lived on Hoole Road, next to the swings opposite the shops.
## 2046                                                                                                       @Nika_Rakhmanova @illustrata_ai @joynxyz @bl_artcult lovely in their simplicity, thank you for submitting
## 2047                                                                          @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/YxwkSlZWX9
## 2048                                                                                                                                 @glossbol Some what? Bl? 😭\nWatch:\nHistory 2: crossing the line\nITSAY\nNot me
## 2049                                                              RT @vemspics: Good evening &amp; Happy Tuesday Everyone 🌊\n\n#Seascape #Nature #NaturePhotography #NatureBeauty #NatureLovers #MotherNature #Seas…
## 2050                                                                     Y’all remember this BL couple named “earthmix” I think it was? Haven’t seen them act in anything for a while. Hope… https://t.co/8QsByGSuB8
## 2051                                                                                                                                                             RT @bigplayrainey: #Penix4Heisman that's the tweet!
## 2052                                                                    @prostov_gordey @illustrata_ai @joynxyz @bl_artcult basically the summary of my 20's, so I relate to this hard. I l… https://t.co/hy13E3pbwF
## 2053                                                                              Roshe Cosmetics &amp; BEAT School of Makeup Artistry \rPikesville, Maryland @RosheCosmetics #Blackpreneur… https://t.co/5puZkwYNv8
## 2054                                                                   @BL_MadeDigital Beautiful ❤️\n\nnow do the Hodgson Collection form Nepal. it is a crime that all of the items are lan… https://t.co/f2Vur6aoGm
## 2055                                                                    Let's vote! We have a chance to give them more exposure through social media. Don't forget to share the link to get… https://t.co/lKYjJmil2N
## 2056                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 2057                                                                                                                           Mfs really just accepting K*iri Bl*ck into the community again.\n\nCAW never changes.
## 2058                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2059                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 2060                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2061                                                                     @artmarteau @illustrata_ai @joynxyz @bl_artcult happy to hear you are in the clear! Sometimes the dread of a thing… https://t.co/wcKC2jwNIs
## 2062                                                                    also hello if you enjoy BL but also deeply fucked up sympathetic pretty boys and are NOT EASILY TRIGGERED (I cannot… https://t.co/UlfomziqEF
## 2063                                                           🏆 #ETF Top Gainer - Details📊\n\n👉 Ticker: $EVAV\n\n🔎 Name/Issuer: Direxion Daily Electric &amp; Autonms Vhcls Bl 2X Shs\n\n📈… https://t.co/1qvpe8xOLX
## 2064                                                                                                                                                             @OkumiyaKanji oh like bl in general? hell yeah i am
## 2065                                                                     Please vote for MileApo! They're now 4th. 🙏\n\n@milephakphum : #MilePhakphum\n@Nnattawin1 : #Nnattawin\n#มายอาโป\n\nhttps://t.co/pw6juN1yv3
## 2066                                                            Blank Comic Book: Create &amp; Draw Your Own Comics &amp; Graphic Novels - No Speech Bubbles - Each Page Is Blank On Back T… https://t.co/zeVf03D7qN
## 2067                                                                                                          @NftSunage @illustrata_ai @joynxyz @bl_artcult sun! love it! so happy to have you in the competition 🥰
## 2068                                                                    Anyone else surprised not to see PP? like how did some of this other BL actors make it to the list over him? He has… https://t.co/1LsUHstAB3
## 2069                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 2070                                                                          Being an actor in a BL series is more than being an actor- you’re also a social media influencer\n #WAROFYEP18 https://t.co/62EVuOrii6
## 2071                                                                                                                                                                                            @seni_bl …stets\n😅🙈😄
## 2072                                                                                          @DreamingSondos @illustrata_ai @joynxyz @bl_artcult a horrifying reality to have to live in, thank you for submitting🥰
## 2073                                                                                                              @CFCBuddy @CFCPys @AlexisBernard10 @le10sport He’s branded as busquets…by you he was Bruno before.
## 2074                                                                                       @prananon Aaaa!! OMG! I never ever had any BL fan from Bangladesh. Well only one, who already left the country years ago.
## 2075                                                                                                                       @mickey_mooo @ATPiness It’s called The Gifted! It’s not a BL but it’s really really good!
## 2076                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2077                                                                The Metabo 18 V Cordless Tapper GB 18 LTX BL Q I! \n\nFast and uninterrupted tapping and cleaning of threads ✅ \nMetab… https://t.co/KSLpjRvnH2
## 2078                                                                  should i finish to day 30 😳 i’m gonna stop now to get on with my day! \n\nthis is inspired by a thai bl drama i’ve be… https://t.co/h7IBMvBa4r
## 2079                                                                veve_official: Hey #VeVeFam! No Community Update this week - we're going to combine the Nov &amp; Dec editions due to t… https://t.co/7JbIMC8HCd
## 2080                                                                                                                            @mazinflow @illustrata_ai @joynxyz @bl_artcult great concept, thanks for submitting!
## 2081                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2082                                                                                 It's DISCOUNT TUESDAY #BloomingdaleIL, tickets are ONLY $4.50 all day today. (Taxes not included)\n\n🎟️… https://t.co/5WaSc7hm1i
## 2083                                                                        "How’d You Two Become a Couple While Gaming?" is an absolutely perfect comic! It's living rent free in my head!… https://t.co/KiYN1PNqyY
## 2084                                                                     @artificialis6 @illustrata_ai @joynxyz @bl_artcult Oh, I've seen this one before in some other competitions and it… https://t.co/UfaxxTxGi4
## 2085                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2086                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2087                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 2088                                                                                                                                              @oakroyd @Stixx1979 @clesliephoto Thought I was back on the Woody😉
## 2089                                                                     @The7Moons @illustrata_ai @joynxyz @bl_artcult definitely relate to this, sometimes I get swept up in a the horror… https://t.co/Uc5NWra7gu
## 2090                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2091                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 2092                                                                                     The manhua has been feeding us so well\n \n#emotion #illusrtationart #bl\n\nhttps://t.co/XDr34qgArx https://t.co/rCTXvnxLb6
## 2093                                                                                      Manhattan Comfort Element Velvet Dining Chair In Blue Finish DC030-BL https://t.co/8hEsJheKeg eBay https://t.co/AE1bR0aaUk
## 2094                                                                   Interestingly, I've got @tinyrebelbrewco Clwb Tropica lined up. Welsh beer innit!\nMust be my undoubtedly Welsh gene… https://t.co/0QxZYa0FUg
## 2095                                                                     @DredgenLudwig @GlurakRequiem @Kujay_ Literally. Before BL launched, I could just land on a random planet and have… https://t.co/f0HMy2BkEB
## 2096                                                                  The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only… https://t.co/0B75FTTPGv
## 2097                                                                     The British Library's Treasures in Full electronic resource has a web page dedicated to William Caxton's first and… https://t.co/uWW2sE5bpD
## 2098                                                                                         RT @xzhan1005: 221130 Xiao Zhan Weibo Update:\n\n“Rainy nights and hot pot go well together 👍🏽” https://t.co/Zj2t8UnVTZ
## 2099                                                                          @petravoice @illustrata_ai @joynxyz @bl_artcult There is something so moving captured here, I love it, especially the choice of grain.
## 2100                                                                          @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/yeTk9qn12m
## 2101                                                                                                                                                                         @BoroKayaker @edinburghcastle Cheers BL
## 2102                                                                   RT @dw_europe: 🎥 "We need to send battle tanks - they are now the main technology that could change the war faster"\nSpeaking to DW at the N…
## 2103                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 2104                                                                    Collapsible Silicone Hair Diffuser Attachment- SindycurlsMagic Lightweight Portable Travel folding Silicone Diffuse… https://t.co/8bSnEZ17HR
## 2105                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2106                                                                    Listen Live Now on https://t.co/mv8YVs5Qgy: El Dolorcito De Mi China by Arsenio Rodríguez / You feel FANTASTIC .You… https://t.co/t6zKz1TviH
## 2107                                                                    Fullway HP108 All-Season High Performance Radial Tire-235/45R18 235/45ZR18 235/45/18 235/45-18 98W Load Range XL 4-… https://t.co/UYaLQNdcYD
## 2108                                                                          @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/KLhaLxehmY
## 2109                                                                  RT @IAPonomarenko: A vid from @den_kazansky. \nThis is Severodonetsk now. \nRussia just razed the city to ashes and called this “liberation.”…
## 2110                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2111                                                                🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound… https://t.co/WA3joGhIv8
## 2112                                                                                                                              RT @visegrad24: Great picture of 9 Finnish soldiers \n\n🇫🇮 https://t.co/X0ZjVRjzdH
## 2113                                                                    @oakroyd @Stixx1979 @clesliephoto A fella chucked a telly out of the flats. Smashed about 2metres from my head. Fcu… https://t.co/Z1cIbHH3kr
## 2114                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2115                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 2116                                                                    RT @ChristianCaple: Grubb says he's happy at UW, but reiterates he does want to be a head coach. Says he's in a good spot with Kalen DeBoer…
## 2117                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2118                                                                                                    Fragola 491961-BL Black Size (-6) x 10mm x 1 0 Weber Male Adapter Fitting XWKZQ2I\n\nhttps://t.co/2NlUE6eVQI
## 2119                                                                    @Noeul_lee6 Rest well, Noeul! Take care of yourself first and everything else can wait. We'll always be here by you… https://t.co/9zdElHxkfN
## 2120                                                                      RT @mikevorel: Kalen DeBoer confirmed USC is "definitely a team we're rooting for," given that a USC win likely sends UW to the Rose Bowl.
## 2121                                                                           Check out FLYILY  Tankini Set Removable Pads with Boyshorts Size L BNWT Ladies Swimwear Bl https://t.co/Jw9rGhH8TK #eBay via @eBay_UK
## 2122                                                                                                                 Fragola 231206-BL Pro-Flow Black Size (-6) 120° Hose Fitting JJHNVNW\n\nhttps://t.co/WFTNLmL147
## 2123                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2124                                                                                                                                COSY SHORT AVIATOR BLACK $118.25 https://t.co/HVtnSky6OI https://t.co/mQ5eolCJqR
## 2125                                                                                                                                                                                           @GMMTV BL OF THE YEAR
## 2126                                                                                                                          There's a dire and urgent lack of tall hunky puppy boys in live-action BL adaptations.
## 2127                                                                                                                                                                              @Jgy_hi Bad Buddy, una serie BL 📱🐇
## 2128                                                                                   RT @Softykjr: Mike Penix just said he doesn’t have any plans as of now to skip the bowl game. Says he’s excited to play in it
## 2129                                                                                                                                                                               @HarryMcNally00 Stayed dry innit?
## 2130                                                                                                                                              @cjames203 @Conservatives @grantshapps Divvies dragging their feet
## 2131                                                                              RT @Imani_Barbarin: Nondisabled people have managed to, in real time, rewrite the history of the pandemic. https://t.co/8Xx61JDPQY
## 2132                                                                    RT @OliverCHoff: My face when I realized that @_MinGwa gave Joo Jaekyung cauliflower ear. It should be illegal to be able to draw like this…
## 2133                                                                                                                                   @joshieesworld So, does this means your own BL comic will have smut scenes?😌😏
## 2134                                                                    RT @MrRoderickI: Will forever be a fan of @UW_MBB because of yesterdays experience at the game! Nothing but love everywhere on campus !! Ab…
## 2135                                                                    Industrial Semi Flush Ceiling Light, 2-Light Square Flush Mount Ceiling Light Fixtures for Kitchen Bedroom Farmhous… https://t.co/p6flHULdUG
## 2136                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 2137                                                                                                                    RT @jinniesarchives: seokjin's reaction when the flower toy bloomed: https://t.co/lBp7GPJ0Qs
## 2138                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 2139                                                                          Y'all truly be acting like managers for these bl actors... y'all ain't getting that check at the end of the month just go outside 😭😭😭😭
## 2140                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 2141                                                                    RT @thatdayin1992: Julian Assange is a hero. He told the truth about the US's war crimes. War criminals like Obama, Bush, and Clinton shoul…
## 2142                                                                                                                                                                                 watched 3 bl drama in a day 🥰🥰🥰
## 2143                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2144                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 2145                                                                                                                   RT @inkyjohnson: This is the day that the Lord has made, so let us rejoice and be glad in it.
## 2146                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2147                                                                                                                  RT @dkz_dy: [📸] 221129 2022 #MAMA AWARDS\n\n❤️🐯🐰🐹🐱🐻🦊💙\n\n#DKZ #디케이지 https://t.co/jLEWmXNs5b
## 2148                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 2149                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2150                                                                                             @perthalicious @lucidvelvet he does look like hes about to attend gmmtv2023 after hitting gold on his first ever bl
## 2151                                                                                                                                       RT @hwangride: HE PUT HIS WHOLE HYUNUSSY TO IT \n https://t.co/YqpqoLF3n2
## 2152                                                                                             RT @internetbogan: rt + follow to win a star crown\nends in 2 days\n.com only\ngood luck ✨ https://t.co/fNh8LlbJ3L
## 2153                                                                                                                         RT @hnjiqkka: this hyunjin           with            this felix https://t.co/8YnQyr1u3b
## 2154                                                                                                                                                        RT @lixIoops: HOLY SHIT FELIX??? https://t.co/Z96Sk5kNCN
## 2155                                                                                                                                                        RT @JaxsonJones80: junior year 😴 https://t.co/LwJTsd4ivq
## 2156                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2157                                                                                          The answer to this problem is GOD'S CREATURES. That's a message and delivery I can get behind. https://t.co/FI6TvwKT2X
## 2158                                                                                                      RT @chokoladous: I want a make a helpful thread for any of my followers getting top surgery or a BR/BL 🫶🏾♥️
## 2159                                                                                    RT @sususiaoo: Boss not forgetting the interfans, saying "SEE YOU AGAIN!" 🥺🥺\n#KissMyBodyXBossNoeul\nhttps://t.co/7h6Obqwrlu
## 2160                                                                    RT @jamesoncperry: After a great talk with @PlayerProMorgan i’d like to announce i’ve received a preferred walk on to The University of Was…
## 2161                                                                                                                                                  @The7Moons @illustrata_ai @joynxyz @amli_art This. Great work!
## 2162                                                                            @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/g0cNm6462d
## 2163                                                                  RT @saintjavelin: Massive pro-Ukraine rally in Bologna, Italy this weekend 🇮🇹 🤝 🇺🇦\n\nThank you for the solidarity, Italian friends! Unity fo…
## 2164                                                                                                                            RT @Tappy_toon: I didn’t kill you…\nSo go out with me!\n\n❤️‍🔥Any  fans?! #BL #Fantasy
## 2165                                                                                                                       I want a make a helpful thread for any of my followers getting top surgery or a BR/BL 🫶🏾♥️
## 2166                                                                                                                                                                                   @Nathaan_Alvees Calma bl 🤦🏼‍♂️🤣
## 2167                                                                    RT @Killmoenetwork: REPORTS OF A JUMPER; 3900 Bl. Of Blaine St N.E: Rescue units along with Mpd are responding to a call with a person repo…
## 2168                                                              RT @HTCHabbo: 💸 GIVEAWAY 💸\n\n#Habbo HTC is now on Twitter, let's get started with a 5 GBs Giveaway!\n\nTo enter, simply:\n🔸 Like this tweet\n🔸 R…
## 2169                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 2170                                                                           Day 3 of waiting for #CherryBlossomsAfterWinter Season 2 announcement... Or at least another BL project with… https://t.co/3Fmk6Zjtr2
## 2171                                                                                                                                                   @netflix omg i didn’t notice one of the teletubbies was bl@ck
## 2172                                                                                                                                                    RT @lixIoops: HES LOOKING TOOO GOOD  https://t.co/LmWPiaQUFy
## 2173                                                                                                                                                                 @cutefemcel WHAT?!?! don’t me omg bl is so good
## 2174                                                                    RT @Ice_xob: GUYS WE HOT THE DATE FOR #EMSEARTHMIXSPACE in JAPAN!!! It’s airing December 13 for pt.1 and 20 for pt.2 https://t.co/I1hR1wBlOR
## 2175                                                                                                                              RT @KyryliukRoma: Just Lviv, square Rynok, love this place https://t.co/1oOT6WqukK
## 2176                                                                                                                                          @ericswalwell Sir, you need not say more!!!!!!!!! YOU BL HAVE MY VOTE!
## 2177                                                                    @bl_artcult @inigma_a The difference with prompts used on any other source vs midjourney V4 are phenomenally except… https://t.co/NasqiH1R7y
## 2178                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2179                                                                                                                                             I'm still think about the christmas movie but make it bl/gl idea...
## 2180                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2181                                                                     @Fulgur_Ovid Same.☺️I have a whole bookshelf to hold my book. I love all of them💓 Most of them are BL, as well as c… https://t.co/2Po9mThE2f
## 2182                                                                                             RT @UW_Football: Be Like Mike 🤷‍♂️\n\nhttps://t.co/qSBNYGwNla\n\n#BeLikeMike x #Penix4Heisman https://t.co/4B85wCaD47
## 2183                                                                    RT @wilburhookshand: cougs wanna talk about a PI let’s talk about our guy getting literally concussed without even as much as a review @pac…
## 2184                                                                   His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. https://t.co/H5p2kofVBu
## 2185                                                                                                                             bysmaou swte bl tram byjo bi salmo aalye mn yom w rayeh mbae ehke bl public places😪
## 2186                                                                                                                                    RT @spearhyunnie: oh woah changbin.. i have no words https://t.co/KpIQGfdK1s
## 2187                                                                  Second best game in the Borderlands series is the first one. And once again, the theme song for it.\n\nAlso, for BL 1… https://t.co/4vt5dwwGup
## 2188                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2189                                                                                                                          RT @jayruIes: and ni-ki during pre-debut predicted engene logo https://t.co/jQS753I9D2
## 2190                                                                    RT @godawgs4: Penix is going to be robbed of his trip to NYC and these offensive awards.  Not saying he should win, but not to be a finalis…
## 2191                                                                                                                                             @Bl_Clark This thread is saved to your Notion database.\n\nTags: []
## 2192                                                                                                                                                RT @straynations: the plot development 💯 https://t.co/6Ne25gut9v
## 2193                                                                                                                          RT @lastlovestay: LIXIE HAS GLITTER IN HIS HAIR😭😭😭A REAL FAIRY https://t.co/TrwEUCrcF9
## 2194                                                                                                                                           RT @dailyinnieluv: never getting over this \n https://t.co/ngEWcJu8fG
## 2195                                                                                                                       RT @thankfulforchan: “STRAY KIDS EVERYWHERE ALL AROUND THE WORLD” https://t.co/dMAv9QvRDs
## 2196                                                                                                  So I made some Bramble gin...it's pretty damned good..\nBack onto beer for kick off🤪😂😉 https://t.co/2GHP1Qb3qw
## 2197                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2198                                                                Title: Ghost Host Ghost House\nVideo: Directors Cut special clip #1\nCountry: 🇹🇭 Thailand\nPlatform: Youtube\nEnglish S… https://t.co/59dW39rauD
## 2199                                                                                                                    RT @lixcultures_: seungmin last line, "we will stay together as 8" 🥹 https://t.co/PwYetel8NU
## 2200                                                                                                                   RT @beyondyasmin: FELIX AND BANG CHAN DOUBLE ATTACK ft. chan’s tongue https://t.co/UI0MDKT7Jo
## 2201                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2202                                                                                                                                                        RT @BCHANPIC: CHRISTOPHER??????? https://t.co/DhoBajREfW
## 2203                                                                                                                                        RT @lheesoftie: that's why it looks familiar...🥹 https://t.co/ew9l5iegx7
## 2204                                                                                                                              RT @sugatradamus: the way we have a whole collection now 😭 https://t.co/j7mHMM7itL
## 2205                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2206                                                                    @clumsyMusiNette @urfavcatpun no he'll just be going away its only to protect LB and CN's identities plus he'll com… https://t.co/roaNLn4deN
## 2207                                                                   RT @fort_fts: 29.11.2022 \n\nThank you everyone nakub  Love you all 🥺💕 \n\n#oursmile22ndfortday #FortFTS #ComeFortZon https://t.co/J75kI0wIko
## 2208                                                                                                                                           RT @fluffshyunie: STRAY KIDS, 8 BEAUTIFUL MEN https://t.co/EK4NkW6LYD
## 2209                                                                    RT @shipvrse: One of the best NC scene in BL series👏🏻 #ghgh #GhostHostGhostHouse #bl #boyslove #blthai #thaibl #thaiblseries #seriesbl #tha…
## 2210                                                                                      Eastbound 6-car BL/New Carrollton Train 454 has been holding at Foggy Bottom-GWU on track 1 for at least 5 mins. (12:45pm)
## 2211                                                                                      Eastbound 6-car BL/New Carrollton Train 454 has been holding at Foggy Bottom-GWU on track 1 for at least 5 mins. (12:45pm)
## 2212                                                                            @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/uenXFpvkoC
## 2213                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2214                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2215                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2216                                                                                                                                        do you have any single volume manga? — only bl \nhttps://t.co/m4Mapi7YHH
## 2217                                                                    RT @Gerashchenko_en: "No one thought that when we attacked Ukraine (and Ukraine is Russia), all those countries would start sending heavy w…
## 2218                                                                  @illustrata_ai @joynxyz @amli_art @bl_artcult Propaganda\n\nMy picture is about not believing everything you hear. An… https://t.co/72CSrKWRyy
## 2219                                                                                            Michelle Yeoh should also be up for Best Supporting Actress in Minions: The Rise of Gru but The Academy isn't ready.
## 2220                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2221                                                                    Need me BL or GL where they both have an unhealthy obsession with each other, the top is intimidating and possessiv… https://t.co/IgCBBkde9y
## 2222                                                                    @SUMMERKN1GHTSS Lira was both flabbergasted and humored by the others reaction. Her lips curled in between her teet… https://t.co/aqYE1KfsB8
## 2223                                                                Title: War Of Y (Directors Cut)\nEpisode: 18 (of 20)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nPlatform: Youtube (… https://t.co/31yrvAF1Xs
## 2224                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2225                                                                                                                                                                                @OtisKirk23 Are his intials BL??
## 2226                                                                                                    Apparently I read comics now\n \n#Chup #BL #TodaysWebtoon\n\nhttps://t.co/jBVtlgQSA7 https://t.co/7O2ggv3ex1
## 2227                                                                                                                                               @chuushi_ It's from a bl comic I'm currently reading on lezhin...
## 2228                                                                                                   RT @Huangwom: rely on 🥰🫶🤍\n#warwanarat #yinyin_anw \n@warwanarat @yinyin_anw\n#หยิ่นวอร https://t.co/XtolYPJAls
## 2229                                                                                                                                               @mazinflow @illustrata_ai @joynxyz @amli_art Fascinating, cheers!
## 2230                                                                     @kthversaces Did you just waste your time on bl!nks?? Lmao even they know whyG pays their faves' way lol by paying… https://t.co/yBabfkEN5w
## 2231                                                                                             @acequinz We got kamen rider black sun that out this year being our BL to toku pipeline lol https://t.co/bdVA2a3VjS
## 2232                                                                                                                                                     @illustrata_ai Lol that's why I'm always 🫠 but also 🤯 and 🤪
## 2233                                                                    @pearl_nikkie there are some if you searched "perth chimon" here in twt. so many bl stans were newly born from c0vi… https://t.co/tokxEfQvpM
## 2234                                                                              @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni… https://t.co/RFknkBtmzE
## 2235                                                                                              RT @cyanorth_: who is more likely to _____ [ akikasa version 🥞🌟 ] — a thread 🧵\n\n#prsk_BL https://t.co/vPOpSLqulk
## 2236                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2237                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 2238                                                                    RT @sahisahikunn: “since the year of their debut, this team never missed worldwide fans choice award” \n“top albums charts #1 in 30 regions…
## 2239                                                                                                          RT @Tappy_toon: 🔥You are my one and only door!!!🔥\n“DEAR.DOOR” available on Tappytoon!\n\n#BL #Fantasy
## 2240                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 2241                                                                                                 @CyUngovernable @kareem_nasser @bey_today Their names are stated bl article. Karl bou rjeily and melissa samaha
## 2242                                                                                                                                     CHICAGO. 5 DAYS. \nTICKETS: https://t.co/tghgZRfTi9 https://t.co/QQmkgX5n1U
## 2243                                                                                                                                         @AnarchisticCloa hot pink, pink, orange, grey, purple, red, and dark bl
## 2244                                                                                                                                                     @BL_Scenery Have patience, the series is not even out yet 😂
## 2245                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2246                                                                                                     @_Captain_Duck No you don't.... Well toku to bl and now bl to toku???\n\nThe pipeline becoming two sided???
## 2247                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2248                                                                Title: Never Let Me Go\nVideo: Official Trailer\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nBroadcast Platform: GMMT… https://t.co/0KrJ72bTx7
## 2249                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 2250                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 2251                                                                    @learn2bbettr If there were any police officers watching this series, they would either be insulted or have good la… https://t.co/2gzmYKHJH9
## 2252                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2253                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2254                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2255                                                                     @JaymesHanson Well chainsaw man hasn't grabbed me yet 7 episodes in, I don't see why so many people were hyping it… https://t.co/OmyWZX2ikM
## 2256                                                                                       Gonna do some comic reading\n \n#artistsontwitter #commissionsopen #BL\n\nhttps://t.co/Z6wBNnlFwU https://t.co/0EqnPX8RQb
## 2257                                                                                                      @Di0rX0xo Even if your are not a bl!nk, your account still following accounts that drag BTS day and night.
## 2258                                                                                                                                                                     @fellrunningguid Looks like a lake, superb.
## 2259                                                                    You can tell some people have never been bullied before with the way they write stories sometimes 😭 it’s so prevale… https://t.co/eAYWIs87en
## 2260                                                                      Trust me! You'll get addicted to this story!\n \n#artistsontwitter #commissionsopen #BL\n\nhttps://t.co/ZlpzmWM1Wp https://t.co/BeMHIvp1lI
## 2261                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2262                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2263                                                                    Today is GIVING TUESDAY! Your gift gives BL the financial ability to provide tuition assistance to deserving studen… https://t.co/jUFOQwjRrp
## 2264                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2265                                                                                    Prothane 1-1107-BL Black 1-1/8" Front Sway Bar Bushing Kit for YJ DZWXNQX\n\nhttps://t.co/cqS92yH7OE https://t.co/mfZsEAKrQz
## 2266                                                                RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #blackpink @BLACKPINK\n\nYou made it! Honorable winner of the night! 🏆\n \nWorld’s No.1…
## 2267                                                                           I've been completely addicted to ONEPIECE and The President's Private Secretary\n \n#HanYuan #plzsupport #BL… https://t.co/qfa1MlAFq2
## 2268                                                              Title: Choco Milk Shake\nEpisode: 9 (of 11)\nCountry: 🇰🇷 South Korea\nEnglish Subtitles: Yes\nPlatform: Youtube\n\nEpisod… https://t.co/Bltyq0Edll
## 2269                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2270                                                                                                      @oakroyd @Stixx1979 @clesliephoto Worked in the Mecca bingo at Red Road a couple of times. I was petrified
## 2271                                                                     Fit Tesla Model Y Spoiler Wing Performance Car Rear Spoiler Trunk Lip Kit Tesla Model Y Accessories 2020 2021 2022… https://t.co/HxrEFS9KEy
## 2272                                                                    I love the art style in "Does Love At First Sight Exist in E-Sports?" so much! It's gorgeous! The character designs… https://t.co/Th76LW6GkF
## 2273                                                                  @illustrata_ai @joynxyz @amli_art @bl_artcult Stay with me \n\n“Unable are the loved to die. For love is immortality.… https://t.co/GoYJL4wiqT
## 2274                                          RT @LiManMa16795669: #恨君不似江楼月 #KillerAndHealer #江枫余火 #MaoZijun #茅子俊 #YiBochen #易柏辰  #SCI谜案集 #季肖冰 #JiXiaobing #高瀚宇 #GaoHanyu #SCIMystery #Br…
## 2275                                                                                                                                                       @alanbullion2 @carolcoulter3 Cnuts the lot of them. Utter
## 2276                                                                                                                                    @fort_fts Love you too, Honey! Happy birthday again! https://t.co/EdnUdC3VJB
## 2277                                                                    @illustrata_ai @joynxyz @amli_art @bl_artcult (2): The side character I created in the visual story I am telling wi… https://t.co/BntVSiramT
## 2278                                                                                                                                                   @GQThailand @bl_hkg @milephakphum @Nnattawin1 Love you guys 😘
## 2279                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2280                                                                    My first official introduction to BL: a story about a wizard and a vampire. (The classic black cat-golden retriever… https://t.co/V42uXsTBf6
## 2281                                                                                                                                                             @salfordbeerfest Put the milk on your front step...
## 2282                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2283                                                            Title: AiLongNhai\nEpisode: 10 (of 12)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nPlatform: YouTube (free) &amp; IQ (VI… https://t.co/Y1f1IEHpcK
## 2284                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2285                                                                                                                               @ManekiNekoAIArt Gorgeous as always. Congrats on the recent BOOST! Well deserved.
## 2286                                                                                                          @qyenmeo It was so cringe man. The cringiest thing until the BL shipping tournament attacked this year
## 2287                                                                                                             RT @OH_mes2: Congratulations to NCT Dream for winning Worldwide Fans Choice at the 2022 MAMA Awards
## 2288                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2289                                                                     RT @LouisVuitton: Creating Infinity: The Worlds of Louis Vuitton and Yayoi Kusama. ❤️ this tweet to set a reminder to discover the upcoming…
## 2290                                                                 RT @Kavyayaad: People can support &amp; appreciate ayush. but there is no need to compare rishi with ayush .ayush not hero of the show.wishing…
## 2291                                                               English subtitles now added....\n\nTitle: To Sir With Love\nEpisode: 16 (of 17)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles… https://t.co/MbQVB5Kx7P
## 2292                                                                                                                                               @ric_wonders @AllBiteNoBark88 Yes it is.\nhttps://t.co/98l23Vpqqk
## 2293                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2294                                                                   Veteran skill = YOUNG maker! @AndrewKSmithKnives may be precocious, and for that we are thankful!\n\nLook closely at… https://t.co/vzlkH3LT5F
## 2295                                                                     @Aeriel_dear Saw one of the voting website for best BL couple and see the two name pops up. Scared the shit out of… https://t.co/rH9Txvps6N
## 2296                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2297                                                                                                                                                                                     need kento yamazaki on a bl
## 2298                                                                                                               @AllBiteNoBark88 Here's a link for the doubters \nhttps://t.co/98l23V7hcc https://t.co/usVBxorNmb
## 2299                                                                    ngl idk what some of yall mean when you say "its ok if youre a woman who reads a lot of bl and yaoi but NOT if your… https://t.co/MDcuKaGRw8
## 2300                                                                                                                             very cool and inviting6. There were soft, bluey-green bl    https://t.co/AtKGJxeNqy
## 2301                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2302                                                                                Haute Decor Adapt Adjustable Length Wreath Hanger - Matte Bl...\nPrice: $11\nRating: 4.6 out of 5 stars… https://t.co/qyrGMnUiXE
## 2303                                                                  @illustrata_ai @joynxyz @amli_art @bl_artcult 1st submission \n#expressionwithmeaning  \n\nSometimes emotions trapped… https://t.co/oqhekNKl6A
## 2304                                                                                                                                                        RT @Yuliciouss: Hair of the year https://t.co/Ynr3hPhRjk
## 2305                                                                                                                                      2022 TOPPS Museum Collection Bl #ad #baseballcards https://t.co/ovvax430Dy
## 2306                                                                    @milfdreamers PLEASE check out his cooking bl miniseries on YouTube if you haven't cause I've been slowly dying ins… https://t.co/Z05PPKPE6y
## 2307                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 2308                                                                                                                               RT @somddispatch: CAD: 12:21:28*Smoke Investigation*23529 PATUXENT BL, CALIFORNIA
## 2309                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2310                                                                                                 RT @kanemoyoshi: TREASURE gives “in the world full of darkness, there is light” vibe 😭😭 https://t.co/jr1Hi3OwYP
## 2311                                                                                                                                                 @Fulgur_Ovid OMG,Lmao,Do you like to read the other's BL story?
## 2312                                                                                                                                                 CAD: 12:21:28*Smoke Investigation*23529 PATUXENT BL, CALIFORNIA
## 2313                                                                                           https://t.co/WFCEd2Sm3M - it says it’s free\nBritish Library (or any #library \nGood luck \n😀 https://t.co/gaEfrvvWCX
## 2314                                                                                                                                                 @midknightmoodz @bl__bts_ Hey...that better be pointed at me 🤣🤣
## 2315                                                                                                                                                                     @Alu_Morgenstern Yeah, but that's on 2023 😭
## 2316                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2317                                                                    RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…
## 2318                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2319                                                                                                                                                                                             @YacoubaSg BOSS 🇸🇳👏
## 2320                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2321                                                                   RT @thetwelve_dol: As part of our series sharing saints who inspire us, we remember Bl Laura Vicuna!\n\nWe particularly remember her for her…
## 2322                                                                                                                           @huntzworld Wait how do you know they’re friends? How does cha eunwoo know bl actors🤨
## 2323                                                                                                                You should be proud of Nadav Lapid as I am. \n\nSo keep your mouth shut. https://t.co/EvkQkhLOyN
## 2324                                                                 n pure\nazure, but now it was dominated by a single gigantic, swirling,\nbl\n_ounass_promocode_promo_bath_and_body_wor… https://t.co/B8ztYpYX0d
## 2325                                                                    @illustrata_ai @joynxyz @amli_art @bl_artcult My participation (1): Generated with my photo. Reflecting real emotio… https://t.co/kYxnTCu4gF
## 2326                                                                                                                                   @Fulgur_Ovid What?Why is all the BL comic book?(sorry if my English is wrong)
## 2327                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2328                                                                                                                                                                                                         BIG LLC
## 2329                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2330                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2331                                                                     RT @WhoAmI243: I just don't understand....I knew when people interview someone from BL they always ask about NC scenes, but now lakorns as…
## 2332                                                                Sunday 27th November 2022 (3/3)\n\n🇹🇭 Between Us: Episode 4 Cut Version\nYoutube Free\n1/4 https://t.co/iZNTG8NokM\n2/4… https://t.co/hz4Zi2W4Pp
## 2333                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 2334                                                                    RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…
## 2335                                                               Sunday 27th November 2022 (2/3)\n\n🇹🇭Fahlanruk: Episode 12 (FINALE)\nGaga https://t.co/CkB4uP4AU5\n\n🇹🇭Between Us: Episo… https://t.co/jSPemELeA9
## 2336                                                                                                                            RT @bsumettikuI: you mean to tell me we could’ve gotten THIS https://t.co/N8CG7xu8I7
## 2337                                                               Sunday 27 November 2022 (1/3)\n\n🇹🇭Ghost Host Ghost House: Behind The Scenes\nYoutube https://t.co/LVBuZFssiO\n\n🇹🇭Remem… https://t.co/oyFIsJe008
## 2338                                                                    RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…
## 2339                                           #恨君不似江楼月 #KillerAndHealer #江枫余火 #MaoZijun #茅子俊 #YiBochen #易柏辰  #SCI谜案集 #季肖冰 #JiXiaobing #高瀚宇 #GaoHanyu #SCIMystery… https://t.co/Y7JK9EgSQx
## 2340                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 2341                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2342                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2343                                                                    “Your obsession with BL dramas is weird!”\nMe: What’s so weird about it? It happens in real life with other people.… https://t.co/sl6nIuTuYM
## 2344                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2345                                                                      Final sketch of Alia Bhatt 😍😍 \n#artwork #ArtistOnTwitter #pencilartist #pencildrawing #graphitework #charcoalart… https://t.co/vrNSU1mgOW
## 2346                                                                    There's a darkness to the first trailer of #NeverLetMeGoSeries (esp in the music and the featured scenes) that work… https://t.co/DimlvL7AtF
## 2347                                                                    More than 8,000 items have passed through our conservation studios this year, including the written record of Eliza… https://t.co/6RCzrYKACE
## 2348                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2349                                                                                                                                       RT @forblebiu: that tiny glimpse of pete's tattoo https://t.co/Gxs3y3FDg4
## 2350                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2351                                                                                                                                                                                   indie https://t.co/UYnZnbodjT
## 2352                                                                  RT @boyslovetv: 👉 The movie version of #SemanticError which will feature new scenes, will be available on Viki on December 9th!💙 \n\n"Semanti…
## 2353                                                                                                                                                                        @Gerashchenko_en The ravages of vodka...
## 2354                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 2355                                                                  RT @BL_Music_Colls: We've added new content to our Discovering Music website! \n\nIn 2 new videos, 'Annotating Music' and 'Handling Music', @…
## 2356                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2357                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2358                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 2359                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2360                                                                                                                                 theyre doing these pics like this show is a bl is crazy https://t.co/kXuQljTf26
## 2361                                                                    RT @stk786khan: Ayush z d most sensible char in bl n d best bhai🥹😚...really loved d way how he acceptd his mistake infrnt of evry1 n was as…
## 2362                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2363                                                                                                                                           RT @fluffshyunie: STRAY KIDS WORLD DOMINATION https://t.co/WZWJ6sjbHb
## 2364                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 2365                                                                                                                                                     RT @LIXIELOOKS: EXCUSE ME LEE FELIX https://t.co/WGYbMxd1fK
## 2366                                                                                              RT @cyanorth_: who is more likely to _____ [ akikasa version 🥞🌟 ] — a thread 🧵\n\n#prsk_BL https://t.co/vPOpSLqulk
## 2367                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2368                                                                                                                                                    RT @captainCB97s: THE BANG CHAN GAZE https://t.co/8q7MWCkRKg
## 2369                                                                                                                            RT @1515heejake: :¨·.·¨:\n `·.  #ENHYPEN second enniversary! https://t.co/MNEoQ3yIll
## 2370                                                                                                             Check out the new comic book from @VoyageComics all about Bl. Carlo Acutis! https://t.co/Z58c1WgU1g
## 2371                                                                                                                                       @bl_artcult lol I’m pretty sure I would be 😵 with that much caffeine! Gm!
## 2372                                                                                                                                                                                        @BL_Scenery Team Green 🥰
## 2373                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2374                                                                             for cuddl3,kis*ing,bl*wjob dm/wa 088220150793 #availsudirman #availlebakbulus #availcipete #availfatmawati… https://t.co/rtG7tHQUA8
## 2375                                                                                                                                               @nobunny_y The new mafia bl series from GMMTV with PondPhuwin 🤨😂😂
## 2376                                                                                                                                                                                                 @Aiden_bl Prime
## 2377                                                                  RT @BL_Scenery: POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2023 on C…
## 2378                                                                                             RT @JakeSucky: I asked Valorant players for their fastest aces\n\nThis one was up there lol https://t.co/NiztYAq0T8
## 2379                                                                    RT @amli_art: @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto @heavens1522…
## 2380                                                                                                                                                               What kind of... bl manhwa did i just stumble upon
## 2381                                                                    RT @amli_art: @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto @heavens1522…
## 2382                                                                       @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto… https://t.co/iglZm0Cpig
## 2383                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2384                                                                  @NYSTATE0FMIND @jemelehill 1. Have you searched for it?\n\n2. Obama denounced Minister Farrakhan in February 2008, tw… https://t.co/1O319i9hpV
## 2385                                                                                                                                   RT @gostephgo: my friend says this reads "BL therapy" https://t.co/RLbXe8o0U5
## 2386                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2387                                                                                    fr cuddl3,kis*ing,bl*wjob dm/wa 088220150793 #GadingSerpong #Serpong #aeropolis #massagefullservice… https://t.co/2WLaxKIEEk
## 2388                                                                  RT @MariReactsYT: Mari's reaction to #MyToothYourLove EP 7\n\n#react #bl #drama #taiwandrama #retweet @LovingBlogs #TheBlogNetwork #ITRTG @Go…
## 2389                                                                  RT @TREASUREwwide: Congratulations  #TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS🏆\n\nWe did it 3 years in a r…
## 2390                                                                                                                                  CLOSED MULE SATIN BLACK $70.00 https://t.co/g1e4JtgH8a https://t.co/Dn7pnWzZrJ
## 2391                                                                                                                             @midknightmoodz @acirehgiel I am not single but I can be one for you, Dragon.😘😘😘🤭🤭🤭
## 2392                                                                                 @BL_Scenery Don't worry, we're getting Our Skyy with them, so basically GMMTV already spoiled that it will have a good ending 😅
## 2393                                                                                                                                                                                @garumaniax_BL Wow that's steamy
## 2394                                                                    Throwing all of this together yields something like this. Observed cell motions are responding to the rapidly evolv… https://t.co/ADrfuo4EbO
## 2395                                                                                                                                                  RT @literallymecats: SHOW ME YOUR CATS https://t.co/xSXlEmMVlb
## 2396                                                                   BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the… https://t.co/LP1aLUBEiC
## 2397                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2398                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2399                                                                     @avvinatore @Nelsonali @VinousReverie @DominiqueHornig @CambWineBlogger @SusyAtkins @PlanetVictoria @TheKirstenMac… https://t.co/bby1g0LiRf
## 2400                                                                    @iiiBlueApple @PaulTassi Honestly, it will feel goofy in a seasonal story most times. The only credible seasonal th… https://t.co/owJuq84D14
## 2401                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2402                                                                                                                                 RT @iksanpjw: TREASURE at MAMA vibing to Pink Venom!! 🤍 https://t.co/EQAmzNNdgR
## 2403                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 2404                                                                                                                                                                                 Bl love https://t.co/grT8d8xslI
## 2405                                                                          "Mr. Heart" was such a good BL without being overly complicated. If you enjoy BLs please check out this series https://t.co/NFxWxNfpkK
## 2406                                                                                                                                                                              @Aiden_bl @Zakariyaaa_ Trisomie 21
## 2407                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2408                                                                                                                                                                              @FreeUkraine91 A very nasty one...
## 2409                                                                     RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #treasure @ygtreasuremaker\n\nBig Congrats to them! The Great Winner of Tonight! 🏆…
## 2410                                                                RT @lovecastpodcast: It's the most wonderful time of the year - the annual #GMMTV2023 showcase 🙌 Join us as we talk through all the #BL &amp; #…
## 2411                                                                    for cuddl3,kis*ing,bl*wjob dm/wa 088220150793 #OpenBO #openBOtangerang #openbojakarta #openBOjaksel #availtangerang… https://t.co/S2BnETgGUR
## 2412                                                                    Factory-cut BL/backlight single universal backlights round/convex/concare lens bead  3V/6V 1W/2W with wire and pack… https://t.co/nb8wJ0oK6n
## 2413                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 2414                                                                    RT @ADHDaemons: @BitsHammer Ah yes Sisters of Silence with their massive 1 box of model options (outside a BL dual character kit) and small…
## 2415                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 2416                                            RT @SunShin33060668: Hahaha stop looking 👀🏓😅\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정 \n#RoommatesofPoongduck304 #kimjiwoong #yoonseobin #BL\n#돌맨스 #BL드라마 #kbl…
## 2417                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2418                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2419                                                                    @TrinaTr00366042 @MSuppasit nieces and all the people I know don't like her voice, on her music there is a lot of a… https://t.co/VOhxqiiIA6
## 2420                                                                     @Arikairene1 But you should also know that a lot of Army, KTSs and TKKs joined because of shipping videos. I am an… https://t.co/Cp8l8FL4LB
## 2421                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 2422                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2423                                                                        @jenamonroll Nooo... don't do this 😵‍💫😵‍💫 now everytime I read this BL I'm gonna thinking they are nomin (with the real face nomin!! 😵‍💫😵‍💫)
## 2424                                                                    RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 2425                                                                     (I always think about it when takes about "more original bl series" and "fewer school dramas" come up on my tl, bc… https://t.co/xm7dUMdahM
## 2426                                                                     RT @K_Kentin_Rose: One of the best actors i swear. If they compare them to other bl actors or just actors in general perthchimon stand out…
## 2427                                                                                                                                         @griffwebber Cheers pal. May the best team win. https://t.co/9xVxF4KwSa
## 2428                                                                                                                               RT @jsaturfiles: jeff satur i need help and so do you 🤣😭🫠 https://t.co/o8fjJlu420
## 2429                                                                     In MW5 I got a new black knight it the BL 6b KNT this a STDF royal battle mech regiment it a heavy mech it a great… https://t.co/exd1Y1grnp
## 2430                                                                                                                                                                        @JazzEFC Hope you're good to go tomorrow
## 2431                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 2432                                                                                                            RT @micchiluvr: this clip will always make me cry they look exactly the same https://t.co/Ttvr3DE8tF
## 2433                                                                          Prothane 19-919-BL Black Straight Shock Mount Bushing with Sleeve - 2 Piece YSAJLWY\n\nhttps://t.co/mJcONPEhm7 https://t.co/JCoQzedKJ2
## 2434                                                                    @BitsHammer Ah yes Sisters of Silence with their massive 1 box of model options (outside a BL dual character kit) a… https://t.co/LeKyVW3Bkw
## 2435                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2436                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2437                                                                                                                                                              @EnglishmanAdam @DanielaNadj @flyingstraight Smart
## 2438                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2439                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2440                                                                  RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #treasure\n\nBig congrats on winning for 'WORLDWIDE FANS' CHOICE' at 2022 MAMA AWARDS…
## 2441                                                                    There needs to be more Shouto x Miruko/Rumi. I'm guessing Shouto is under the curse of being a fujo exclusive BL ch… https://t.co/YimWhumddz
## 2442                                                                                                 Prothane 6-1168-BL Front Sway Bar Bushing Kit, Black M92QRCD\n\nhttps://t.co/i7oIWm3nE8 https://t.co/6pauWC7u42
## 2443                                                                                              Prothane 19-1721-BL Black 2" X 2" Shock Reservoir Mount 27OAZF0\n\nhttps://t.co/oFkNrAdpkw https://t.co/EJiTF8iyUt
## 2444                                                                                                                Prothane 7-142-BL Rear Sub Frame Bush RFJZ3BC\n\nhttps://t.co/g9XeErLcrg https://t.co/WnBvcz0W7H
## 2445                                                                                   PROTHANE 7-1909-BL Black Urethane Motor and Transmission Mount Kit TO2MENP\n\nhttps://t.co/WPzJXYNWXV https://t.co/tQIni8dSC2
## 2446                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2447                                                                                    No!!! Not him exposing the ending of the series 😭 Its not even release yet 😭\n\n#NeverLetMeGoSeries… https://t.co/d29frExl7F
## 2448                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2449                                                                     @kildozer666 @Benjjjyy Y1?? TWQ was better than BL, Shadowkeep, or CoO/Warming, with a cohesive story, challenging… https://t.co/z5AlCAr8MQ
## 2450                                                                                                                                                                           @GeEkMyTh_ETH GM! Safe travels lffggg
## 2451                                                                                                                                                                @RobBully Was one of those who checked a welder?
## 2452                                                                                                                                                             @soupdoodlee i have a friend that loves bl stories…
## 2453                                                                                                                               RT @itoshirindaily: pocketsized (please hold them gently) https://t.co/P1LWqbCjW7
## 2454                                                                     @hey_halvy @HistoryBoomer I can tell you exactly as I’m a L critical lefty who hears this shite all the time - any… https://t.co/isCviv9h8B
## 2455                                                                    RT @yuhaowife: I keep seeing all these "top bl couples" lists since it's the end of the year. my favorite bl couple is porsche and the farm…
## 2456                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2457                                                                                                RT @TREASUREwwide: #YOSHI at the 2022 MAMA AWARDS!\n\n@treasuremembers #treasure #트레저 https://t.co/Ttz6fg4xga
## 2458                                                                                                                                                                     Really like this BL https://t.co/GaubBmiORr
## 2459                                                                                                                                Bl*ck fr*day/c*ber m*bday being right before bills are due is kinda intense, no?
## 2460                                                                                   This awesome comic deserves more attention!\n\n#BL #boylove #aiartcommunity\n https://t.co/0h23FIzFSZ https://t.co/Exq45wN1JY
## 2461                                                                                                                    @Brianmannphoto There's no crash if you keep drinking coffee all day https://t.co/A7WpCjIcV2
## 2462                                                                     RT @babysblink: I’m being bias but not every series have to come with heavy plot and complicated storylines. We just need some chill, soft…
## 2463                                                                                                                                                  Hhh good bite  hhhhhh 9ritha bl fr hhh https://t.co/z5S4keVhTu
## 2464                                                                    @bubbleMeU @lepetitmenoii @buildsbible in BL? im not so sure about that. VegasPete is MUCH darker than anything oth… https://t.co/4lathnVNQ6
## 2465                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 2466                                                                                               RT @kchartsmaster: 🏆 Congratulations TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS.
## 2467                                                                                                                         @AntonyRowntree Wrong side of Leeds for me, until today....heading there on next visit.
## 2468                                                                                Leipzig midfielder Caden Clark will most likely not return after his loan at NY Red Bulls, according to… https://t.co/2EhjNDAzga
## 2469                                                                                                    RT @UTDTrey: The African champions through to the World Cup Round of 16. Repping us well, you love to see it
## 2470                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2471                                                                    BB Israeli leftist leave India immediately. India loves Israel. But not any bl..dy leftist either from Israel, Amer… https://t.co/o6yahcXP6r
## 2472                                                                                                                                                                     @bl_artcult Truly appreciated, dear Black 🙏
## 2473                                                                                                                                                                                                   BL! Bad Luck!
## 2474                                                                                                                                           @Arezou69195500 @bl_artcult @lamengana @pneumaninesix Many thanks 🖤🌹🤩
## 2475                                                                                                                                                                                      @tilldxown bl overrated fr
## 2476                                                                                                                                                                          @bl_artcult Window Panes in my coffee.
## 2477                                                                     That's an awesome pic BL. Blowing snow here at the moment...25-30 expected next 24 hrs and it's still November 😳😳.… https://t.co/nZFuOe3sCM
## 2478                                                                             Saturday 26th November 2022 (3/3)\n\n🇹🇭 Big Dragon: Episode 8 (FINALE)\nGaga https://t.co/A6xm3Iu286\nViki… https://t.co/bXZuyoVEpq
## 2479                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2480                                                                    RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…
## 2481                                                                                       @bl_artcult ahaha cant wait that long 🤣🤣i always need to try the new shinny toys right away ahaha https://t.co/MZoKk67uyy
## 2482                                                                                                                                                                     @TohsakaEnjoyer bl but Inazuma 11 negs both
## 2483                                                                  Saturday 26th November 2022 (2/3)\n\n🇹🇭 Hard Love Mission: Episode 7 (FINALE)\nWeTV\n1/2 https://t.co/s7unstsDzW\n2/2… https://t.co/UMIN3HjzBB
## 2484                                                                                                                 $KSCP - Knightscope (Nasdaq: KSCP) Projects Tripling Annualized Revenue https://t.co/Z7RJRP32mg
## 2485                                                                  @camilahoover3 @tiim1_a @BTS__Universe Then Money is Teddy Oppa ft. L!sa right ?? \nSince he has all the credits \nAl… https://t.co/5E3FmnsbUB
## 2486                                                                  The Most Handsome BL Actors 2022 – Vote Now\n\nLet's stream Turn Off The Alarm to boost the mood #TurnOffTheAlarm son… https://t.co/kW2Cz1cQu1
## 2487                                                                                 When I'm not reading SPYxFamily, I'm reading Destined to Meet on the Trends!\n\n#SamandMax #BL #colour… https://t.co/KLB29r1oSX
## 2488                                                                                                                                                  @jisooyaswin But bts &amp; armys are for bl!nks more important
## 2489                                                                                                                                                         @access_history @AntonyRowntree That looks the business
## 2490                                                                         I keep seeing all these "top bl couples" lists since it's the end of the year. my favorite bl couple is porsche and the farmhouse bread
## 2491                                                                                                                                                            @erta_14 @sue_____wq @brodgns your pfp from bl anime
## 2492                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2493                                                                                                                                                     @Jrect254 It depends is she is can't talk its only for BL 😉
## 2494                                                                    @Charlot94878566 @Dekacchann accept or acknowledge a BL ship. A queer ship. Because if one of those two boys were a… https://t.co/JbAQgUtj3Y
## 2495                                                                                                                            New Story: Girls Middle School Basketball Splits with Edison https://t.co/Ey1RxvOu7e
## 2496                                                                                                                                                                        RT @Bl_ckkky: Senegal is winning today 💯
## 2497                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2498                                                                  RT @OPQRSTEE: Check out this product 😍 LION Men's Premium T-Shirt 😍 \nShop now 👉👉 https://t.co/Y18tO0uIcp\n\n#tee #tshirt #tshirts #usa #game…
## 2499                                                  RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…
## 2500                                                                                                                             @AntonyRowntree @Stephen69330887 I'd be all over them. One of each and away you go.
## 2501                                                                   Check out this product 😍 LION Men's Premium T-Shirt 😍 \nShop now 👉👉 https://t.co/Y18tO0uIcp\n\n#tee #tshirt #tshirts… https://t.co/HUHVSKQ6OX
## 2502                                                                                                                                                                       which bl is this? https://t.co/fNikQ8xt7e
## 2503                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2504                                                                    RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…
## 2505                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2506                                                                  RT @Nika_Rakhmanova: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nIn your arms\nA person with a pure heart sees pur…
## 2507                                                                                                                                        @bl_artcult @illustrata_ai @joynxyz @amli_art thank you, Black label! 🙏💞
## 2508                                                               Saturday 26th November 2022 (1/3)\n\n🇻🇳 The Star Always Follow You: Episode 1\nYoutube https://t.co/L4fB2TZXLs\n\n🇯🇵 Ete… https://t.co/vOxH8ih5UW
## 2509                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 2510                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2511                                                                  RT @petravoice: @illustrata_ai @joynxyz @amli_art @bl_artcult 1st submission\n\n"be careful when playing with the dark"\npt. 1 it's dangerous…
## 2512                                                                                                                                                                                             @Lousanay Lets go ☺️
## 2513                                                                                                                                     Every second they watch a BL series someone d words https://t.co/QZ9YcOOYzx
## 2514                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 2515                                                                                                                                                      RT @arthistorynews: Provenance researchers feel your pain!
## 2516                                                                                                                                                   @bl_artcult I switched to mudwtr. Best part no crashing after
## 2517                                                                                                             @spinningzoo @LuxfordC @anarcho_goblin @OneShoup @clapifyoulikeme Sharing like bl**dy socialists! 😉
## 2518                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2519                                                                                                                          @petravoice @illustrata_ai @joynxyz @amli_art A lot of depth here, thanks for joining!
## 2520                                                                    @CeMillbrook Huge congratulations to your school! Thanks so much for being a brilliant part of the project. We'd lo… https://t.co/s26efnXmF9
## 2521                                                                              @MyBLCalendar Its just fun shipping them, imagine if the plot will twist 😁.\n\nLooking forward for them to sail, #GunSave couple 🥰
## 2522                                                                   RT @Tappy_toon: Is it already the finale of Kill The Lights?! We’re not ready to see this couple go… 😢\n\nBUT stay tuned for the epilogue! 😏…
## 2523                                                                                                                       RT @besidesunset: we always got your back :-)\n#เพนกวินบอกรักบิวกิ้นพีพี https://t.co/XAJ4COJWV3
## 2524                                                                                                                                                       @bl_artcult @illustrata_ai @joynxyz @amli_art thank you 🥰
## 2525                                                                    $KBH - KB Home Announces the Grand Opening of Nighthawk, a New Community Located Within the Prestigious Summerlin M… https://t.co/vuNDH2yMnN
## 2526                                                                     no like bengek hyungers who consume BL but also homophobic at the same time are so fucking weird i need them to be… https://t.co/Q1k2kInRf7
## 2527                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2528                                                                                                                                                                     @SharaRockett BTW are all these horror+BL??
## 2529                                                                    @inigma_a Honestly haven't had/taken the time to dive in on 2.0. All of this is so fast, it's a but overwhelming tr… https://t.co/C1KNyEUilu
## 2530                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2531                                                                     Human Hair Clip In Extensions 14 Inches 120g Natural Black Color Clip In Hair Extensions Real Human Hair 7pcs Clip… https://t.co/qtVeUgv8jO
## 2532                                                                                                                                                                                   RT @Nene_yr: ON EXPIREEEEEEEE
## 2533                                                                                                                                                           The best BL to the next round https://t.co/fvmbVzndAe
## 2534                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2535                                                                       Sorry for not being on Twitter lately but yes, all BL shows are 99.5% up to date now... check them all out here:… https://t.co/HxnLSXkirm
## 2536                                                                     It's the most wonderful time of the year - the annual #GMMTV2023 showcase 🙌 Join us as we talk through all the #BL… https://t.co/RXsFjxRlu1
## 2537                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2538                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 2539                                                                    @illustrata_ai @joynxyz @amli_art @bl_artcult pt.2 many of us, fragile souls once fell in someone's strong hands an… https://t.co/4dTLFFKdCI
## 2540                                                                 @illustrata_ai @joynxyz @amli_art @bl_artcult 1st submission\n\n"be careful when playing with the dark"\npt. 1 it's da… https://t.co/gRETU3vpqD
## 2541                                                                                                           Construction on #Q27Bus Both directions from 46 Av/162 St to Kissena Bl/45 Av https://t.co/IGxbn4kQC7
## 2542                                                                     @BURBEARI @1mUsagi You know how you collect BL images imprinted into your brain to appreciate later when your on a… https://t.co/lrqfmKMlyw
## 2543                                                                    FINGERINSPIRE 3 Yard x 2 Inch Hook and Eye Cotton Tape Trim 1 2 inch Spacing Black Lace-Covered Tape with Largr Hoo… https://t.co/mXLX3OQ0Dy
## 2544                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 2545                                                                    16 Pcs Pencil Sharpener Plastic Double Hole Colored Pencil Sharpener Manual Small Fun Handheld Pencil Sharpener Red… https://t.co/akjdwKcin2
## 2546                                                                                                                                                                               @moondust_36 Absolutely stunning.
## 2547                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 2548                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2549                                                                    RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…
## 2550                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2551                                                                                                                                                                           @bl_artcult I had to switch to tea. 😬
## 2552                                                                                                                                             @WeAreWST @juddtrump @eurosport @discoveryplus Bl**dy outrageous!!!
## 2553                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 2554                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2555                                                                                                  Like literally chill it’s not like there’s no tomorrow💀💀 #deardoormanhwa #blmanhwa #bl https://t.co/psw7EUNr0P
## 2556                                                                              Dr. P, people…\n\nExposing the links between Calcium, Vitamin K2, and Plaque Buildup in Bl... https://t.co/aei92rImr4 via @YouTube
## 2557                                                                      Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they… https://t.co/j08NGSzQLM
## 2558                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2559                                                                  RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 2560                                                                    Bark Buddies Dog Barking Deterrent Devices, Handheld Pet Gentle Trainer Device, Bark Control Indoor Outdoor Trainin… https://t.co/TR6dWnI0O2
## 2561                                                                    Homebeez Modern Round Velvet Ottoman Foot Rest Vanity Stool/Seat with Gold Metal Legs for Kitchen Bedroom Living Ro… https://t.co/0EqtXGxtjW
## 2562                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 2563                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2564                                                                                                                                                 been reading BL since 10am, 10pm rn but i wanna read more hhhhh
## 2565                                                                    i might starting to hyping up some BL content on my account from now on. if it bothers you, you are very welcomed t… https://t.co/OEjApWdqiA
## 2566                                                                                               One of the best drawings of all time\n \n#kuroken #HanYuan #BL\n\nhttps://t.co/0X7lO6sizL https://t.co/djWi3hVGZa
## 2567                                                                                                                              I think I’m going to stay on cb Twitter for now on because bl twitter is so toxic.
## 2568                                                                 VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3… https://t.co/HbqkJGUpRR
## 2569                                                                                               Latin Percussion LP776-BL Vibra-Tone Large Indigo Blue RWSFYTQ\n\nhttps://t.co/joMdWowvcZ https://t.co/kwWEi8tdsD
## 2570                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2571                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2572                                                                                                         Updated: Construction on #Q103Bus SB from 41 Av/12 St to Vernon Bl/Queens Plz N https://t.co/tBjCmNCMQ0
## 2573                                                                                                                                                         Cleared: Construction on #Q103Bus SB at 41 Av/Vernon Bl
## 2574                                                                                                                                                         Cleared: Construction on #Q103Bus SB at 41 Av/Vernon Bl
## 2575                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2576                                                                    @SoonerWerder @NaWerder @SvwOMYTfc @djmuller83 I get the sense you would need to make = or + what you think you may… https://t.co/A8kAZsOkol
## 2577                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 2578                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2579                                                                                     RT @CharliebeansNZ: @ohsinnerman Look what arrived at the bottom of the world!!! I’m so excited 🤩🥳😍 https://t.co/U8TafRJOuf
## 2580                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 2581                                                                    When I fell for you, I fell Hard\n\nKDLEX Sweethearts #RAWRAWARDS2022\n\n#AlexaIlacad |  #KDEstrada \n#KDLex | #PETAWalangAray \n\nBabiii bl
## 2582                                                                                                                        @uchihagli Oh hii there BL stan...only y'all could stop so low it's expected from y'all🤭
## 2583                                                                                                                                              RT @ohsinnerman: These would make amazing Xmas presents this year.
## 2584                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 2585                                                                    RT @britishlibrary: Following World AIDS day, acclaimed screenwriter, TV producer and creator of #ItsASin, @russelldavies63 and author #Jil…
## 2586                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2587                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 2588                                                                    RT @MollyKHumphries: @GeriKipp @mandy_mclaren They don’t. When they do figure it out, then what? Move to another school? Maybe a little pho…
## 2589                                                                                                                                                                                          @bl_artcult Been there
## 2590                                                                                                                  Construction on #Q103Bus SB from 41 Av/12 St to Vernon Bl/Queens Plz N https://t.co/tBjCmNCf0s
## 2591                                                                     "Lemon Lightning" is an absolutely perfect comic! It's living rent free in my head!\n \n#commission #BL #freecomic… https://t.co/F7DjXNRDgs
## 2592                                                                                                                                                     man I fucking love semantic error best bl I've ever watched
## 2593                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 2594                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2595                                                                @futa1126 When i read the novel now, I always envision Colin Firth as Mr Darcy. \nAfter i read P&amp;P, I realised that… https://t.co/ogRDYk4lL9
## 2596                                                                                                RT @OheMCee: Just seen the Lindisfarne Gospels at the ⁦@LaingArtGallery⁩ - a great thrill! https://t.co/PaawxG0Egs
## 2597                                                                     @GeriKipp @mandy_mclaren They don’t. When they do figure it out, then what? Move to another school? Maybe a little… https://t.co/rCJzMFFEu9
## 2598                                                                                                              The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/tr1yPMsfLQ @TheTopFamous
## 2599                                                                  @BL_Scenery I'm team shogun though I'm certain that maitoh will end up with green.\n\nAfter all they are also Ton and… https://t.co/9I93PZAvtH
## 2600                                                                                                                                                                    emang bl paling bagus cuma wolf in the house
## 2601                                                                 RT @lait911: Leimert Park | Railroad/Train Emergency reported at S Crenshaw Bl / W Exposition Blvd\n\nhttps://t.co/LkX4v8qF6F\n#lafd #lafdalert
## 2602                                                                              Leimert Park | Railroad/Train Emergency reported at S Crenshaw Bl / W Exposition Blvd\n\nhttps://t.co/LkX4v8qF6F\n#lafd #lafdalert
## 2603                                                                    VegasPete had the effect of a tornado on the BL industry by being a side couple with just 90 minutes of screen.  Im… https://t.co/eMCT4TaHfL
## 2604                                                                                                  @DangerTangerine It’s a hot damn mess and I don’t have enough twitter characters for how bad it actually is bl
## 2605                                                                  y eyeing every man of his crew. But those wild eyes met his,\nas the bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/qRcXybhjxl
## 2606                                                                                                                @Arel2Ron @illustrata_ai @joynxyz @amli_art @bl_artcult Their choice of road kneeling also to go
## 2607                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 2608                                                                    @suhjelly @itsukaes @neiImobiIe i was reading em, lol. i also have an impressive collection of BL manga, and i'm no… https://t.co/HxwA5svAB7
## 2609                                                                                                                                                              @cutefemcel HELP ME I buy bl irl all the time what
## 2610                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2611                                                                  @illustrata_ai @joynxyz @amli_art @bl_artcult Van Gogh's Artificial Intelligence #expressionwithmeaning \n\nI am insp… https://t.co/uWL04hmMav
## 2612                                                                                                                           @StephanieHypes I have been saying for MONTHS, that Solo is there to break the BL up.
## 2613                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2614                                                                     Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an… https://t.co/2aWodCCrEr
## 2615                                                                                                                                                                  Pls give me spicy bl recs that dont contain SA
## 2616                                                                    RT @hikaru1412: Story was the right pace imo. There are BL that actually have terrible slow-paced storylines. I am shocked. I feel like I k…
## 2617                                                                   RT @thetwelve_dol: As part of our series sharing saints who inspire us, we remember Bl Laura Vicuna!\n\nWe particularly remember her for her…
## 2618                                                                    @cowpoke690 Even for BL, many won't be able to tune in. For sure they're aware of this issue though. It was probabl… https://t.co/ah8l3qXIia
## 2619                                                                                                                             RT @cutefemcel: bought bl for the first time irl im so embarassed  i cld cry 😭😭😭😭😭😭
## 2620                                                                                                                                                                                          @Wijntje10 Schadepot ?
## 2621                                                                                                                                                                                    @tanyakanrl Nonton series bl
## 2622                                                                                                                 @milephakphum GN P’Mile !Love you, sleep more tonight! Sweet dreams 💚🍒🐻 https://t.co/O0jSeN2rnn
## 2623                                                                RT @SupriyaShrinate: Wow! The plot worked. \n\nI deliberately sent this to one particular ‘journalist’ to see what they did with it. \n\nValida…
## 2624                                                                   RT @JinglesPigtails: felt cute in my zombie BL shirt. \ncheck out *Boys of the Dead* by Tomita Douji from @kumapub 👀 (gotta plug my undead s…
## 2625                                                                    @neiImobiIe @N30B4DD13Z it's got a fuckton of sexual violence in it. is it acceptable, though, cause the main chara… https://t.co/D6PS83Dskb
## 2626                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2627                                                                                                RT @Fsfofficielle: 70’ | ⚽️ 𝘽𝙐𝙐𝙐𝙐𝙏𝙏𝙏𝙏 ! 𝙆𝙊𝙐𝙇𝙄𝘽𝘼𝙇𝙔 !! \n\n#ECUSEN | (1-2) | #FIFAWorldCup https://t.co/xyx9x828wP
## 2628                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2629                                                                                                                                             bought bl for the first time irl im so embarassed  i cld cry 😭😭😭😭😭😭
## 2630                                                                                This manhwa is awesome! I can't get enough of it!\n \n#pixelart #artworks #bl\n\nhttps://t.co/aK8kZFufMS https://t.co/73ryC4nvt2
## 2631                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2632                                                              https://t.co/LGrgs43O1l \n\nAuthor's Note:\n\n𝐓𝐖: mentions of r*pe, m*rder, torture, bl*od \n\n𝐏𝐥𝐞𝐚𝐬𝐞 𝐫𝐞𝐟𝐫𝐚𝐢𝐧 𝐟𝐫𝐨𝐦 𝐫𝐞𝐚𝐝𝐢𝐧… https://t.co/7ot9KFREkp
## 2633                                                                    Well that's it officially official!  Thesis is now available for anyone interested...  British Library EThOS: We’re… https://t.co/XoDGvUmt9L
## 2634                                                                          @paulg @m42everything For nuance quadrants might work here.\nAware winner. TR.\nAware loser. BR\nUnaware winner. TL\nUnaware loser. BL
## 2635                                                                                                                                 exactly what i like for my bl: crime, anguish and drama https://t.co/CF8woYTNnV
## 2636                                                                  As part of our series sharing saints who inspire us, we remember Bl Laura Vicuna!\n\nWe particularly remember her for… https://t.co/aQXrxBMv1l
## 2637                                                                                                                                RT @HBD_GJH: 𝟏𝟖, 𝐓𝐫𝐢𝐠𝐠𝐞𝐫, 𝐋𝐨𝐯𝐞 \n\n-\n\n𝘊𝘢𝘧𝘦 𝘎𝘪𝘧𝘵 : 𝘓𝘪𝘴𝘵 https://t.co/1gIBl06Hov
## 2638                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 2639                                                                                                                                                                               @moondust_36 GM darling Moon! ✌️☕
## 2640                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2641                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2642                                                                                                                       @rocketgirlNFT @joynxyz @HODLFrance Cheers to that, they're like live podcasts it's great
## 2643                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2644                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 2645                                                                                                                                                                            @CoffeeVectors There's no other way.
## 2646                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2647                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2648                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2649                                                                                                                           1. Hyungers\n2. People who enjoy bl but hate lgbt\n3. ngabers https://t.co/wdUvhYQaJU
## 2650                                                                   RT @ApocTao: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nShe fell back, confused, unsure of the moment... having f…
## 2651                                                                  RT @_Dr_Fetus_: @illustrata_ai @bl_artcult @joynxyz @amli_art #expressionwithmeaning\n\nInspired by The Smiths album “meat is murder” and the…
## 2652                                                                    @meowmeowrichhh It's so hard to understand shippers attitude towards all the tv BL couples in general: they are act… https://t.co/EUke69zZo6
## 2653                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2654                                                                                                                       @Magpie24_7 That’ll be boot polish or pies. Its a billion for 10 years for shirt sponsors
## 2655                                                                                                                                          Construction on #Q103Bus SB at 41 Av/Vernon Bl https://t.co/J2KhSJIo0N
## 2656                                                                     RT @phuwintang: (NEW BL!) ปลาบนฟ้า Fish upon the sky - Official Trailer REACTION https://t.co/Se0RyzKl6V via @YouTube  thank you so much @A…
## 2657                                                                                                                                               RT @whatchanloves: aou flirts with boom : a thread\n#อู๋บูม #AouBoom
## 2658                                                                                                                                                              @BL_2889 @NE5westend I’ve still bought them all 😂😂
## 2659                                                                                              Eastbound 8-car BL/New Carrollton Train 460 has been holding at Pentagon on track 1 for at least 5 mins. (11:37am)
## 2660                                                                                              Eastbound 8-car BL/New Carrollton Train 460 has been holding at Pentagon on track 1 for at least 5 mins. (11:37am)
## 2661                                                                                                     RT @39Yeonhwa: 221129 Cheer up Baby 🥹🥹\n\n#르세라핌 #LE_SSERAFIM\n#사쿠라 #宮脇咲良 https://t.co/kOjnFfUKJY
## 2662                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2663                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 2664                                                              -Ingo\n-23-25\n-He/Him\n-6'4\n\n•Mainly headcanon based portrayal of subway boss Ingo\n-Interactions taking place in Hisu… https://t.co/i1rZORZ3Or
## 2665                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2666                                                                    $BL Trading Ideas | Awaiting Short signal. 80% win rate based on 14 trades. Profit factor is 1.3. #investing #money… https://t.co/tUN6kuKGBf
## 2667                                                                                                                                                                         @bl_artcult Good morning, dear Black 🖤!
## 2668                                                                    RT @ccincin_: This popped up on my tl and I’m sorry I laughed out loud 😂 Billkin’s face when pp said people can dm him is too funny 😂 https…
## 2669                                                                                                                                                                       @retardparadox bl@kesylv1iee on instagram
## 2670                                                                                                                                   @jaywawk @NE5westend Mine comes tomorrow just hoping it’s not a bag of shit 😂
## 2671                                                                                                                                                                             hyunlix need to star in a bl series
## 2672                                                                  RT @brumnordie: #BookReview: Mystery in White by J. Jefferson Farjeon https://t.co/Dp4FXIuu2P \n\n#Winter  #Christmas @BL_Publishing https://…
## 2673                                                                    RT @johnjbooks: Some short stories for Christmas from the @BL_Publishing Women Writers series. Have you got this @DannyVanBooks ? https://t…
## 2674                                                                    won't act like just friends LOL. They forced me to acknowledge them as a relationship because of them letting us in… https://t.co/EtUtC8mOUf
## 2675                                                                                                                                                                                   @BL1NKYYY But not Bl-one-nky?
## 2676                                                                  @Bee_Nichaphat \n\nWhen choosing a film and television program, please be aware that not all BL topics are suitable f… https://t.co/6Jl0YPPxxr
## 2677                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2678                                                                              Westbound 6-car OR/Vienna/Fairfax-GMU Train 902 changed its destination to BL/Huntington at or near Landover on track 2. (11:33am)
## 2679                                                                              Westbound 6-car OR/Vienna/Fairfax-GMU Train 902 changed its destination to BL/Huntington at or near Landover on track 2. (11:33am)
## 2680                                                                                                                            RT @Tappy_toon: I didn’t kill you…\nSo go out with me!\n\n❤️‍🔥Any  fans?! #BL #Fantasy
## 2681                                                                                                                            RT @woodzxc: #WOODZ &lt;World Changer&gt; SMF MAMA Full Ver. https://t.co/FjHZBTwxPn
## 2682                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2683                                                                    RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…
## 2684                                                                     It's #MatchDay! And make or break for @usmnt. Come cheer with us at The BL - we'll have sound on, the match on the… https://t.co/flgj4xk19V
## 2685                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 2686                                                                                 I wanna try out this comic book style\n \n#BL #mangalover #fridaynightfunkin\n\nhttps://t.co/VmKs4MQnuU https://t.co/l5B2eMLahC
## 2687                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2688                                                                @Bee_Nichaphat \n\nNot BL subject matter is also OK, don't limit yourself\n\nBut don't choose TV series or movie projec… https://t.co/rAtKvQiasM
## 2689                                                                RT @BeaniverseYoun2: เซอร์ไพรส์​ ❤️‍🔥\n\nWritten by WOODZ\nComposed by WOODZ, Nathan\nArranged by Nathan, WOODZ\n\n#WOODZ @c_woodzofficial #조승연 h…
## 2690                                                                    @bl_artcult @joynxyz @HODLFrance Yeah I listen as I work and paint, it’s a great way to absorb knowledge and I’m no… https://t.co/ElWPIs6BcN
## 2691                                                                     @ErotemeArt @obscuradao @MecenateFineArt @bl_artcult and i totally forgot to tag people 🤣 @blind_imagery your evil… https://t.co/xy7bRVOSCV
## 2692                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2693                                                                    RT @EastMidsOHA: Reflections on an oral history project (re)shaped by the pandemic | read about how COVID impacted on our oral history of m…
## 2694                                                                    @georgia_tcv I noticed in their part of the Our Skyy 2 teaser that Pond pushes Puwin's hand away when he reaches ou… https://t.co/9jXZBJmpSe
## 2695                                                                I need someone to alert me when theres something big or a big news occured 😂\n\nLike ada "BL Space" going on\n\nCause i… https://t.co/4peViB8e3j
## 2696                                                                     Whether it’s the uncanny tales of A.M. Burrage you’re after, or a journey through the weird and wicked folklore of… https://t.co/JPSH07HfqA
## 2697                                                                                 Preventive screening through PCR-saliva testing was proven to reduce #SARSCoV2 community transmission.… https://t.co/ACAsJCjohG
## 2698                                                                                                                                                                  @bl_artcult I usually have it black, Black lol
## 2699                                                                  @Bee_Nichaphat \n\nWhen choosing a film and television program, please be aware that not all BL topics are suitable f… https://t.co/xPpjEdaz30
## 2700                                                                    RT @shipvrse: One of the best NC scene in BL series👏🏻 #ghgh #GhostHostGhostHouse #bl #boyslove #blthai #thaibl #thaiblseries #seriesbl #tha…
## 2701                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2702                                                                                                                                                    @bl_artcult Sick ! that's awesome 🔥🔥 https://t.co/A8pswwfGrG
## 2703                                                                                                                                                RT @hanmdin: 「affection」#類司 #prsk_BL https://t.co/M7USPb3RT9
## 2704                                                                    RT @pinpinvn: Finally, I can officially introduce to ya all both main characters from my upcoming BL comic. I was struggling a lot but fina…
## 2705                                                                    Hermosa 13x4 Lace Front Human Hair Wigs Pre Plucked with Baby Hair 150% Density 9A Straight Human Hair Lace Front W… https://t.co/Y6PH1Z5WkE
## 2706                                                            Bl@ckm@il vid€0 t@p€s?NW0 illumin@ti fr33m@s0ns &amp; W0rld Economics F0rm WEF?Lucif€r UN&amp;@g€nd@ 2030?Th€ Wr@th 0f Gd?J… https://t.co/OtmUeoXTr1
## 2707                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2708                                                               Friday 25th November 2022 (3/3)\n\n🇹🇭 I Will Knock You: Episode 2\nGaga Full https://t.co/O1LX3x85np\nYoutube (Pay)\n1/4… https://t.co/35CeF3IAb8
## 2709                                                                  RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…
## 2710                                                                🌠PRE-ORDER🌠\n\nHey #BL fans, check out all of our Wash My Heart Wash My Heart: Minato Shoji Coin Laundry merch!\n\nFeat… https://t.co/AiWpBdynHa
## 2711                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 2712                                                                                                                     @_iamalistairvt NON-CONTEXT “it isn’t BL but it does sound like BL” https://t.co/HjpReVVF5X
## 2713                                                                                                                             “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/nR3tdYprkE
## 2714                                                                                                                                                                                         @Eleni78770815 GM GM 🙏👁️
## 2715                                                                                                                        RT @Netflix_CA: still thinking about this moment in heartstopper https://t.co/SNmyptNWNI
## 2716                                                                     RT @MarksAwards: Friday 9th December… a grand celebration of the poetry pamphlet! For the first time in several years, our Awards night is…
## 2717                                                               Friday 25th November 2022 (2/3)\n\n🇹🇭 Wall Of Dawn: Pilot Teaser\nYoutube https://t.co/BSiANIggvm\n\n🇹🇭 My School Presid… https://t.co/6ONMRQZqOa
## 2718                                                                    @inigma_a Dude... I've been 100% on SD for months. I tried to work with mj4 for like three weeks without hitting th… https://t.co/qwMX4t9sQR
## 2719                                                                     RT @darkestdollx: @ErotemeArt @obscuradao @MecenateFineArt @bl_artcult thanks for the tag!!! 🙌💜 perfect theme for dropping some new 𝕡𝕣𝕖𝕥𝕥𝕪…
## 2720                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2721                                                                    @ErotemeArt @obscuradao @MecenateFineArt @bl_artcult thanks for the tag!!! 🙌💜 perfect theme for dropping some new 𝕡… https://t.co/SpwCyikU4T
## 2722                                                                     @s4tinflowers BESTIE LET ME TELL YOU i’ve drowned myself w tons of bl i’ll dm u later cause i got a lot in my list… https://t.co/1no8HxHh2p
## 2723                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2724                                                                                Friday 25th November 2022 (1/3)\n\n🇹🇼 My Tooth Your Love: Episode 8\nViki https://t.co/5ENvA7ITSI\nGaga… https://t.co/QR5N60t7NE
## 2725                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2726                                                                    Both #NeverLetMeGoSeries and #MySchoolPresident are BL with high schooler main characters airing at the same time b… https://t.co/AP2yJx0pCw
## 2727                                                                                                                                                                Missing those eras of my life😭😭😭 bl bl lagi huhu
## 2728                                                                     RT @The_Steph_: @bellylaughs2 @caringinbristol @markolver @JulianTrust @FareShareSW @bristol247 @BristolLive @BristolLifeMag @VisitBristol…
## 2729                                                                   @exosvtdanmei I would have been super happy if Seo Ham was there during the award shows 😭\nBut Jaechan never miss me… https://t.co/WGfSMt2D6w
## 2730                                                                                She's a multi and most importantly a Bl!nk, and y'all trying to convince us that multis are not bad lMAO https://t.co/XFde3KA18M
## 2731                                                                                               if Pr*ship, Bl*nkship, basic dni criteria\n-Any Emmet is free to interact !\n-May / May not connect to @/dxrailed
## 2732                                                                  -Dark themes such as violence may be present but no lewd\n-Multiverse/Oc Friendly\n-Tags/Dms open for plotting or int… https://t.co/XsfbuqRoe7
## 2733                                                              RT @kamlesm: Satti chaura ghat Kanpur\nwrongly named Massacre or slaughter ghat?\neveryone knew that fire happened out of confusion &amp; not sta…
## 2734                                                             RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…
## 2735                                                                     RT @ER_EJR: @InLimboV @EnglishmanAdam All of this.Add to it a society strongly built on a class system,in which yr future is determined by…
## 2736                                                                                                                                                                    @ufonft2 Good to hear! 🙏 Doing well, rollin!
## 2737                                                                                                            RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 2738                                                                   RT @boyslovetv: Trailer of the Thai BL #NeverLetMeGo! Starring Pond &amp; Phuwin, the series premieres on December 13, 2022! \n\n#เพื่อนายแค่หนึ่…
## 2739                                                                                                           me when I realize I know what ntr is because of a fucking BL novel. this is why I'm not seeing heaven
## 2740                                                                                                                           @bl_artcult bruh these are super dope ... are you on SD 2.0 what is this wizardry 🔥🔥🔥
## 2741                                                                    @DoctorSam7 @ChaseJYoung1 I think that both parts (phonics and comprehension) are important. Phonics instruction re… https://t.co/S4rBFqHLJB
## 2742                                                                                                                                                                             @charis_ai @AiJoe_eth Cheers ☕✨☕
## 2743                                                                     @yslppe Rightttt im actually hesitating to call them bl actors for some reason, cause as an actor they really just… https://t.co/lOj4BO4CcP
## 2744                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2745                                                                                                                                  RT @GucciStarboi: Last time to ever perform in Lagos 😳 https://t.co/5D9a77Br1D
## 2746                                                                   RT @iloveps_5: 📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_WAREHOUSE…
## 2747                                                                  RT @excaliburt16: I am currently looking for a Team for 2023 as a Support\nMostly interested in PRM 3+ or ERL 2+,\nbut considering all offers…
## 2748                                                                                                                                        @rocketgirlNFT @joynxyz @HODLFrance Do you just go to ALL the spaces? 🤔🤣
## 2749                                                                                                                                                 So Is doyoung gonna be in an bl or was I lied to by a yuta stan
## 2750                                                                    @shoujoscholar There is some truth to this. During the BL boom shonen magazines started adding bishonen and queer s… https://t.co/w2NuqKiXZa
## 2751                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 2752                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2753                                                                        I can't wait to see what happens next! Click the link below and join my struggle!\n \n#digitalanimation #AI #BL… https://t.co/jC5Xci9SAw
## 2754                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2755                                                                                                                                               they deserve to have a better bl series 😔 https://t.co/T8uz7uuLlP
## 2756                                                                     RT @JASTBLUE: Now that @Varenyett_bl has announced it, JAST BLUE is proud to say that Sorcerer's Choice: Angel or Demon is our next title!…
## 2757                                                                                                                                                                     Poorr pooor favorrr https://t.co/44lcptbjUB
## 2758                                                                   RT @QirongsBff: @exosvtdanmei We Stan actors who proudly does BL and never ashamed of their work 💓\nInfact it's Jaechan and Seo Hams off scr…
## 2759                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2760                                                                                        When I'm not reading SPYxFamily, I'm reading The True Scandal!\n \n#BL #DemonApartment #komiket… https://t.co/ntW3vxVmaG
## 2761                                                             RT @AnimateIntl: Mask Danshi: This Shouldn't Lead to Love Vol. 1 &amp; 2 are now available❕\n\nSayama is an introvert who uses his mask to hide f…
## 2762                                                                                                                  the only people i trust in the bl industry are the ones who are friends with cooearth actually
## 2763                                                                    Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trad… https://t.co/ZSoLlUDFYR
## 2764                                                                    RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 2765                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 2766                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2767                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2768                                                                                 @farchicore FEIII😭💞 omg girl you gotta hook me up with some bl!! I’ve been searching but I haven’t found any good ones lately 😭
## 2769                                                                                                               @mkc78997997 @nyan_co3 @inariya_fusa @honto_bl @bs_garden_n You have a Treasure!!!! Hats off! 💕 💕
## 2770                                                                    #BookReview: Mystery in White by J. Jefferson Farjeon https://t.co/Dp4FXIuu2P \n\n#Winter  #Christmas @BL_Publishing https://t.co/08seJD2CYK
## 2771                                                                                                                                  RT @yourspreciously: Perfect la Balance ~ Wizkid #MLLE https://t.co/DA0PNamuNH
## 2772                                                                     @shidoni That is some immature BS, ang toxic mo. Even Ru Paul makes fun of these issues sometimes. Mas fake pa nga… https://t.co/WI1zawE1eC
## 2773                                                                   📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_… https://t.co/yFL57hUD9n
## 2774                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2775                                                                                                                                         Noeul's favorite girl group is BlackMagenta.🤣🤣🤣 https://t.co/sWwAum4c02
## 2776                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2777                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 2778                                                                                Trust me! You'll get addicted to this story!\n \n#bl #animation #Supernatural\n\nhttps://t.co/YidGJAk7nI https://t.co/ZL5XgSLNnZ
## 2779                                                                               I finally got a bl@de that cuts pretty deep and I forgot how fucking painful it is when someone touches/brushes against your c#ts
## 2780                                                                                                                                                                  @bl_artcult I think my heart would explode LOL
## 2781                                                                     I can't wait to see what happens next! Click the link below and join my struggle!\n \n#bl #animation #Supernatural… https://t.co/n1bo5QWSCb
## 2782                                                                    If you missed the premiere of this 🔥🔥🔥 3 round battle don’t forget to click it…comment…share and definitely SUBSCRI… https://t.co/PDgGKJ04ga
## 2783                                                                    @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and… https://t.co/etURzECr3e
## 2784                                                                                                                                                             @fairygkie it's a mandatory reading in the bl world
## 2785                                                                                                                             CLOSED MULE BLACK SPACE DUST $77.00 https://t.co/bk94jgUIwN https://t.co/XBwKoRaUZi
## 2786                                                                    RT @britishlibrary: Following World AIDS day, acclaimed screenwriter, TV producer and creator of #ItsASin, @russelldavies63 and author #Jil…
## 2787                                                                                                                                             @AiJoe_eth @bl_artcult mmmm - me too.  ☕️☕️ https://t.co/wrKZzF6CuH
## 2788                                                                   @exosvtdanmei We Stan actors who proudly does BL and never ashamed of their work 💓\nInfact it's Jaechan and Seo Hams… https://t.co/JycV1X5oId
## 2789                                                                   RT @deltatre: 🇩🇪 We're super-excited to announce we've been selected to build Dyn Media's new streaming platform.\n\nFrom next summer on Dyn…
## 2790                                                               RT @vgclements1: POLIO LINKS\nIMMUNIZATION/James\nhttps://t.co/DUd05PPsUw\nCDC/30,000 Cases of Polio Disappear\nhttps://t.co/fj6wUsMp1Y\nGERM TH…
## 2791                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2792                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 2793                                                                                                                                                  @ufonft2 GM LM, and how's everything in your world today? ☕✨
## 2794                                                                                                     RT @rainbowdoha: Whatever they say\nWe stay the same\n\n#레인보우시티 #렌보시 #솬석 https://t.co/yq1juZGxfk
## 2795                                                                       RT @ilovxie: hua cheng                         hua cheng's\n                                             feelings https://t.co/rh4NEobel3
## 2796                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2797                                                                    ManRiver Seven Pant Yoga Pants for Women - Simulation Denim Flowers Printing Stretch Waist Workout Leggings Pant Tr… https://t.co/LCnrvpR7wq
## 2798                                                                            Check out much more on Bilibili Comics - search "Peerlessly Carefree" and favorite!\n \n#BL #dance #martial… https://t.co/T9QnfbTFOI
## 2799                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2800                                                                                                     RT @_3aem: Thinking 💭\n\n#GojoSatoru #呪術廻戦ファンアート #JujutsuKaisen #呪術廻戦 https://t.co/LXJg98vXHd
## 2801                                                                                                                                                                   @AiJoe_eth Mmhm espresso is my love language.
## 2802                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2803                                                                  RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 2804                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2805                                                                                                                                                           I dont really read bl besides my ships content tho so
## 2806                                                                                                                                                            RT @LegalizeRats: bumble rat https://t.co/Th2Ge4tPL7
## 2807                                                                                                                                                         back on my bl bs !! gotta be more active on this acc ig
## 2808                                                                                                                                     @BadBeanLLC Welcome to my life. I've been a sixer for a decade or more now.
## 2809                                                                                                                                                  RT @Secondlina: New Crow Time 🍬🗡 (1/3) https://t.co/JseMWjLVmZ
## 2810                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2811                                                                    @mrbowers Actually, Chinese stories tend to be more GL and BL, but I don't know if it's different cultural styles o… https://t.co/mjETKpMpcS
## 2812                                                                                                                                   RT @woodzxc: why does it sound like seungyoun rapping https://t.co/b5WjkpDYli
## 2813                                                                                                                                                             @CoffeeVectors How do you take your coffee, Coffee?
## 2814                                                               RT @moodzmode: WOODZ SMF lyrics:\n\nI'm a born challenger, I take care of what’s mine\nDon’t be afraid\nwe started from the street\nThings are m…
## 2815                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2816                                                                                                                                                           Damn 15th century BL was peak https://t.co/x8fRKEjo4m
## 2817                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 2818                                                                    Check out much more on Bilibili Comics - search "Martial God Asura" and favorite!\n \n#emotion #illusrtationart #bl… https://t.co/Jca4HDJI7c
## 2819                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2820                                                                    @exosvtdanmei I saw some actors pretending like they never did BL drama even some of them don't even have the drama… https://t.co/OZY7eablyV
## 2821                                                                                                                                            again, hot take, but female cishets and non mlm bl lovers disgust me
## 2822                                                                                      I've been completely addicted to ONEPIECE and Martial God Asura\n \n#emotion #illusrtationart #bl… https://t.co/PDnsdoagFP
## 2823                                                                                                                                                                       @TymothyLongoria Mmmm... Hits just right.
## 2824                                                                                                                                                            RT @ricecorpse: I want huggu https://t.co/eKWWNk19Xr
## 2825                                                                                   2000 boys doing enemies to lovers bl is my favorite thing\n\n#gmmtv #DangerousRomance #BadBuddySeries https://t.co/rr0lZlxWa8
## 2826                                                                                                                     RT @Wannysenpai: q absurdo 🤌\nfeat kageyama\n\n#hinata #hq #haikyuu https://t.co/WoZMJWzY7e
## 2827                                                                  RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 2828                                                                                                                                                                       @DVKtheartist GM dude, let's fn goooooooo
## 2829                                                                                 RT @woodzaugust: #WOODZ’s surprise 🎶🎁 for MOODZ \n\n   211202 Hijack              221129  World Changer https://t.co/egrTbtn5mq
## 2830                                                                                                                                     RT @LegalizeRats: the new wow expansion looks great https://t.co/3dzQIZSVBk
## 2831                                                                                                                                                                "Ah! Shizuo loves Izaya! ..it's .. BL!!!!"-Erica
## 2832                                                                 WTS: 3 BL tickets zone 🔵\n🔥🔥 I have 3 deal : \n💛 1 ticket get 3 card : 3k bth\n💛 1 ticket + poster sign get 3 card : 5… https://t.co/wLugL34oiN
## 2833                                                                                                                                                        RT @yoginnnnnn: black sharkitty👀 https://t.co/QY5vPU1mEo
## 2834                                                                                                                                                                                   @marcolin91 😅 cheers to that.
## 2835                                                                                                                                                                 RT @oikawahourly: HELLO https://t.co/AaY22aL6p9
## 2836                                                                    RT @AltaytoYughur: Fancy learning about Soviet Turkic and Exile magazines at the British Library? And other collections? Come join us on De…
## 2837                                                                    Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literal… https://t.co/71YMOtTD0V
## 2838                                                                                                                                                             RT @thanhuki: my dear maple https://t.co/66SQOmS9hj
## 2839                                                               RT @ForwardPrizes: The 2022 Felix Dennis Prize for Best First Collection goes to…\n\n✨ Stephanie Sy-Quia @snsyquia for Amnion\n\nCongratulation…
## 2840                                                                                                                                               @VeronikaSimms My problem is defining an undefinable reality lmao
## 2841                                                                                                                              RT @LegalizeRats: Bruno has been up all night writing code https://t.co/54WrpuiuRp
## 2842                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2843                                                                                                                                                     RT @DontShowYourCat: the guest room https://t.co/dCas2gNbLn
## 2844                                                               RT @judyxxn: 상남자식 써프라이즈❤️‍🔥\n\nWOODZ         WOODZ       WOODZ \n        WOODZ       WOODZ        WOODZ \nWOODZ         WOODZ       WOODZ…
## 2845                                                                    RT @rugby_ap: I’m actually in favour of the RFU’s idea to introduce a power-play in rugby where a team can choose an opposition player to b…
## 2846                                                                                  RT @sanajnlove: #firstkanaphan🐈‍⬛: save your tears\n\n[@Firstkpp #1MillionGrowWithFirst #กองทัพของเฟิร์ส] https://t.co/MiemW0APXt
## 2847                                                                  RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…
## 2848                                                                                                                                                                            @bl_artcult GM love me some Expresso
## 2849                                                                   RT @MarksAwards: ✨Congratulations to Linda France, who is the Michael Marks Environmental Poet of the Year 2022-2023, winning with her port…
## 2850                                                                                              RT @woodzxc: MAMA uses woodz for one of their stages but draw the line at nominating him \nhttps://t.co/FjHZBTwxPn
## 2851                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2852                                                                                                                            RT @bbybluemochi: did anyone miss my fairytale lesbians?♥️🗡️✨ https://t.co/dYbHZcU6tG
## 2853                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2854                                                                                       finally starting this manwhua,been wanting to read this since i started reading bl in 6th grade 😭 https://t.co/59eaCbclPx
## 2855                                                                                                               RT @woodz32e_: ppl need to find out who owns that sexy rap voice on mama and yeah it's woodz yall
## 2856                                                                    After a swift solo pub pint, back home to watch Idrissa's Senegal and another solo pint(ish). @WildeChildBeer Nebul… https://t.co/OGOVjOecJl
## 2857                                                                    RT @7chillinvillain: most of the times i don't like blonde hair on anyone but woodz is the hottest blonde i have ever seen. it feels like h…
## 2858                                                                  RT @NUCarnivalEn: NU: Carnival "Eerie Escapade" Event PV\n\nThe mansion's space-bending spell has gone haywire! Eiden and his clan members se…
## 2859                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2860                                                                                                                                                    RT @hualianful: book four hualian 🥺😭 https://t.co/dy51rW1KkZ
## 2861                                                                    @QirongsBff Yes! That’s the one I watched. Some of them didn’t have an idea what bl is and he even explained it. 👏🏻… https://t.co/NCcyjTI9LT
## 2862                                                                  RT @NUCarnivalEn: NU: Carnival - [Astral Duo] PV\n\nDuring a trip to the Wood Territory, Master Eiden gets the chance to witness a rare pheno…
## 2863                                                                          RT @Illumiell: Just read this and I wonder who's going to jump on the possibility of gay swan coparenting BL 😆 https://t.co/FzdDUpmGEh
## 2864                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2865                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2866                                                                  Lima.” So, too,\nVenice; I have been there; the holy city of the bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/Up7JSYoBmF
## 2867                                                                                                                                                RT @ynbnbaby: This looks like a bl drama https://t.co/8Snj4f7lAR
## 2868                                                                   30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints;… https://t.co/RQCH93wwmE
## 2869                                                                  RT @NUCarnivalEn: NU: Carnival - "Idol Fest" PV\n\nTaking up the role of agent, Eiden aids Yakumo, Olivine, and Blade on their quest to becom…
## 2870                                                                                                                                                     RT @noty3ss: making a grown man kiss his camera on facetime
## 2871                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2872                                                                                                                   RT @misamxsa08: its been too long since i drew them #prsk_FA #prsk_BL https://t.co/bhUajKYAX8
## 2873                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 2874                                                                    these really look like the member introduction pictures for a member of a menchika group called something like BL♠C… https://t.co/NLpWtCzlVk
## 2875                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2876                                                                    @xantababy I remember in a Korean show the middle aged MCs were being weird shit towards BL but Jaechan didn't flin… https://t.co/jq0pZG7Gf4
## 2877                                                                                                                                                                               @milephakphum Goodnight sweetie 💚
## 2878                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2879                                                                                                                        RT @YouGotCrows: Sobs I know I’m being spammy tonight but lookit https://t.co/6C9pplUXxG
## 2880                                                                  RT @NUCarnivalEn: NU: carnival - "Zest for Life" PV\n\nSpringtime is here and the flowers are blooming. Master Eiden's essence is livening up…
## 2881                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 2882                                                                                                                             @bl_artcult GM ☕️ After the last few weeks I feel like I need 6 shots of espresso 😅
## 2883                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2884                                                                     @tropotropotropo Shoujo is like my MAIN genre outside of BL, there is TONS of new ones! Shoujo is also like worlds… https://t.co/nIux3CjS0D
## 2885                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2886                                                                    RT @NotreDame: "This college will be one of the most powerful means of doing good in this country." - Fr. Sorin in a letter to Bl. Basil Mo…
## 2887                                                                                                   RT @LeunKon: 1 ☀️ : steampunk \nMeowlly and annya🦋🧸\n#IdentityVfanart #idvfemslashweek https://t.co/VR26WJHOWr
## 2888                                                                                                                         ...It's such a waste that you can't recognize even an iota of BL development potential.
## 2889                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 2890                                                                       RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…
## 2891                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2892                                                                  RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…
## 2893                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2894                                                                     RT @blinksmartlinks: Import thousands of links at a time using our batch import process - including batch updates! #helpdesk #customercare…
## 2895                                                                                                                                                                                                @bl_artcult Epic
## 2896                                                                                                                                                      RT @woodzunshine: Woodz morning 😍\nhttps://t.co/J1ehyaMEKd
## 2897                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 2898                                                                                                                                                              RT @momocadesho: so boring https://t.co/karyGAr0Eg
## 2899                                                                                      @AngrySalmond … is this a joke!? UK nationwide… bl**dy hell are there ScotNats nationwide now 🙄🤦🏼‍♀️ https://t.co/5tdvACVYG6
## 2900                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2901                                                                                                                                                                   🤔 is Japanese BL Community that small or what
## 2902                                                                  RT @culture_colors: 🌟Wanna do stargazing with us?  You’re invited to join our new journey CC North Star.🌟\n\n👔CC North Star Cardigan in Color…
## 2903                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 2904                                                               RT @ucu: ❗️Tomorrow❗️\n \n3rd day of strike action ✊\nOur union's biggest ever national rally💥\n\nLet's put on another massive show of strength…
## 2905                                                                                                                                                 RT @woodzunshine: I fkkng miss you 😭😭😭\nhttps://t.co/NMmYHNugN4
## 2906                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 2907                                                                                                                                 RT @ToraMledak: The creature ever\n#IdentityV #第五人格 https://t.co/XS188PXg0K
## 2908                                                                   RT @JuanJiewEnt: 29.11.22\n\nพีพี ต้นไม้🌳♥️ \n\n〰️𝐆𝐑𝐀𝐁𝐅𝐎𝐎𝐃 10 𝐕𝐞𝐫𝐬𝐚𝐫𝐲𝐄𝐯𝐞𝐧𝐭\n\n#PPxGrabFood10versary #GrabFood10Versary #ppkritt https://t.co/ThC4…
## 2909                                                                    RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…
## 2910                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2911                                                                                                        Same-sex relations in an 18th century Ottoman manuscript https://t.co/prz6uHEwJd https://t.co/wFyYk6gO0T
## 2912                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 2913                                                                                                                                                 RT @vyevanse: do you guys like my album https://t.co/hjwvsi11AK
## 2914                                                                    @InLimboV @EnglishmanAdam All of this.Add to it a society strongly built on a class system,in which yr future is de… https://t.co/9DdkwkL2Do
## 2915                                                                    @happyfeeesh Yeah! I havent watched anime in a long while too other than SxF but BL was the next I watched and it g… https://t.co/G9OXilxQci
## 2916                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 2917                                                                                                                                                                         @bby_bl_ue bc that was between me and u
## 2918                                                                                                Fishing Planet #50 - S6 - 2022 Halloween Event - The Tarpon-Demons of Bl... https://t.co/kOhtUJ3gOw via @YouTube
## 2919                                                                                                          @BL_2889 @NE5westend It’ll open many people’s eyes when we make the switch to one of the big providers
## 2920                                                                                                                        @aksnevv who HASN'T. also, you getting into bl is the best thing to happen this month fr
## 2921                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 2922                                                                                                                                                                               @bl_artcult you and me both, kid.
## 2923                                                                                                     RT @H_cha_R: 🤹‍♂️\nPostype - https://t.co/w99Eg9Mccw\nPixiv - https://t.co/xyvWbUCv6Q https://t.co/rKdTybYMOB
## 2924                                                                                                                          Not the JinRock unit photobook looking like a BL promo or something like that hahahaha
## 2925                                                                                                                                                                        what bl is this? https://t.co/Mj9Hrq60fO
## 2926                                                                    @valkyun i haven't watch any animes in months and BL got me binged all 8 episodes in a day 🥺 i absolutely love shon… https://t.co/inoHsrz51H
## 2927                                                                                                                                    @jaywawk @NE5westend Aye that bad? God! I always thought they felt areet tbh
## 2928                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2929                                                                    One of the best actors i swear. If they compare them to other bl actors or just actors in general perthchimon stand… https://t.co/5YMKIhei48
## 2930                                                                       whitelist Indispensable @RedEvokes @the_crypto_hack @johnnymm1984 @DuhHerroPris1 @kunalkamble @zombiee08 @BL_NFT… https://t.co/xSUVM9b5rN
## 2931                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2932                                                                    Mari's reaction to #ChocoMilkShake EP 5 &amp; 6 \n\n#초코밀크쉐이크 #react #bl #drama #kdrama #retweet @LovingBlogs… https://t.co/KnLhWJVBYE
## 2933                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2934                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2935                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2936                                                                                                          This awesome comic deserves more attention!\n \n#Collectibles #bl #mangaapp\n\nhttps://t.co/A7cK5MiCVe
## 2937                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2938                                                                                                                                 2010 Bowman Chrome Prospects Bl #sportscardsforsale #ad https://t.co/RfXHPrOsQz
## 2939                                                                                          2 - upcoming series on december\n\n19 - #ChainsOfHeartTheseries \n21 - #thenewemployee \n25 -… https://t.co/8OwfKzOXO2
## 2940                                                                                                                        @bl_artcult I feel as though I need whatever 'espresso' you're getting 😆\n\nGm Black ☕💜
## 2941                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2942                                                                     @LuauLifestyle @Natalie24132413 @0121UTV1874 @Timcast Better than Faux News, LOL, but I can round up all the local… https://t.co/r02qY3TV1R
## 2943                                                                                                                            CLOSED MULE AVIATOR BLACK $77.00 USD https://t.co/7creDMcRHw https://t.co/eDZGp4T23B
## 2944                                                                                                                                                                                       @fort_fts @Vic_Alife Baby
## 2945                                                                                  @kayr0zay @Glass3Davis @_adrian_sean @keatingssixth I think he just dislikes bl wm seeing he has AMF in name lmao screams kewn
## 2946                                                                    Today is the day! This #GivingTuesday, you can make 5X the difference in the lives of people fighting cancer and gi… https://t.co/ybB0BIxDu2
## 2947                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2948                                                                RT @WYStarStudio: PREM WARUT  is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (2pt…
## 2949                                                                RT @WYStarStudio: BOUN NOPPANUT  is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (…
## 2950                                                                                                                                                                            @_electrahrt Ok this kinda BL plot..
## 2951                                                                                                                just saw somebody reading a BL nsfw manga on their computer during class https://t.co/av5MbGCpC5
## 2952                                                                               I can't wait to see what happens next! Click the link below and join my struggle!\n \n#bl #NFTfam #anime… https://t.co/Kh1GdmYs8I
## 2953                                                                RT @losnahij21: WTS/LFB\n\nBL pbox - 50php/each (HMT, ULS, Big Apple, Lover Boy, AMOV)\n\npls help RT @krmanhwa_market @kr_retweeter thank you!…
## 2954                                                                        1 - upcoming series on december\n\n01 - #OhMyAssistant \n02 - #609BedtimeStory \n02 - #MySchoolPresident \n03 -… https://t.co/XhUOdX8yB5
## 2955                                                                     @ElonMusk is a fascist for supporting free speech, so much so that people can say things he finds stupid AF and he… https://t.co/S2jalq9nJy
## 2956                                                                                                            RT @hamaocha: 🌪🌧\nPLEASE DO NOT TAG or HASHTAG!! \nEnjoy the Fanart 🫶\n*RUN* https://t.co/JmKLL2BYpQ
## 2957                                                                    RT @prakashraaj: Is it because it may affect Gujarat Election results #justasking ….BJP's BL Santhosh Won't Be Questioned For Now In Telang…
## 2958                                                                                      Construction on #Q31Bus Both directions from 32 Av / Francis Lewis Bl to Corporal Kennedy St/34 Rd https://t.co/R7PnFB6rLY
## 2959                                                                           Roller Shades Zebra Blinds for Windows Cordless Day and Night Light Filtering Bl https://t.co/BeM5tcgk7d eBay https://t.co/fLahIofF73
## 2960                                                                    For those of you not on fb, Nic has been doing a ton of training at Eureka Lodge due to Big Lake’s lack of snow. Sn… https://t.co/q5gbnwjxLh
## 2961                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2962                                                                                               @bl_artcult My brother I don't think that's just espresso 🧐\nI'll have to drink a cup with you to be sure though!
## 2963                                                                                                                                   RT @gostephgo: my friend says this reads "BL therapy" https://t.co/RLbXe8o0U5
## 2964                                                                                  @bl_artcult I love this feeling until I can actually see fundamental reality, and then I'm terrified because reality is scary.
## 2965                                                                                                                             RT @sapphicslike: margot robbie finally got to kiss a woman https://t.co/krEFoh31c1
## 2966                                                                                                                              RT @sugatradamus: the way we have a whole collection now 😭 https://t.co/j7mHMM7itL
## 2967                                                               @happyfeeesh Thank you! and FEESH omg YES!! chigiri is so cool &gt;&lt; i love him and he's so pretty like wtff. How are you liking BL so far? :D
## 2968                                                                         #palm #oil #deforesters do not exist because #palmoil is not a food or #biofuel crop. #palm oil #trees grow in… https://t.co/QIHFuUw6ZB
## 2969                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2970                                                                                whitelist Specified @harpreetpaul @Bl_ckkky @bytyqi_shqiprim @Crypt0Munk @marcplatuslanus @Nori_the_cat… https://t.co/nx1kiag8O1
## 2971                                                                                                                       So @GMMTV what are we gonna do now? Who's casting for the next bl https://t.co/wnePeEI9dv
## 2972                                                                                                                       I don't what I should watch i don't have any bl on my watchlist and can't find anything 😩
## 2973                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 2974                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2975                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2976                                                                                                           TFW the 6 shots of espresso start to kick in.\n\nGM ☕🤯\n\n_\n#aiartcommunity https://t.co/T1VHQJHryZ
## 2977                                                                                                                                                   RT @BlueLockpic: Bachira and his mom🐝 https://t.co/znrZINJHUG
## 2978                                                                                                                 RT @mmm_martyska: Jaehyuk’s possessive hold #bl #limitedrun #리미티드런 https://t.co/TelyJr3lUU
## 2979                                                                                                      RT @glitchious: ✧ #yoshiden —; omegaverse! au\n\ncw // bl, bxb, harshwords, mpreg. https://t.co/hSO9v5t6SG
## 2980                                                                                                                                                                                             @ANI Bl. political!
## 2981                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2982                                                                                                                 @Intricatemess_ @wannabecurious9 @_happyyy_me_ @INTERIORHUB3 Stop talking about d*ath and bl**d
## 2983                                                                                                 @Aman0683 Syncona, PPF, BL and Frazier are all underwater, agree and think that occurs on higher on a huge pump
## 2984                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2985                                                                                                                                              RT @txtgenleaders: Huening cutest siblings https://t.co/0UtNDZ8oLS
## 2986                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 2987                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 2988                                                                                                                          @johnjbooks @BL_Publishing No, but it’s v much on my radar &amp; wish list! Looks fab!
## 2989                                                                   @twittornewton Once my friend uttered bl..y indians in bombay intnl immigiration on arrival.\nSame indians behaved p… https://t.co/fe2poxosds
## 2990                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 2991                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 2992                                                                                                            @d1460_nft @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @acidframerate Truly love it 🖤
## 2993                                            RT @SHSH_HBD: 𝑺𝒆𝒐𝒌𝒉𝒘𝒂 𝑩𝒊𝒓𝒕𝒉𝒅𝒂𝒚 𝒆𝒗𝒆𝒏𝒕\n𝒘𝒊𝒏𝒕𝒆𝒓𝒃𝒐𝒚 𝒈𝒊𝒇𝒕𝒑𝒂𝒄𝒌 𝒐𝒑𝒆𝒏! \n\n#WINTERBOY_SEOKHWA\n#석박사_지금이야_초_불어\n#그_시간_다_털어서_축하할까 https://t.co/WtTXpvypPC
## 2994                                                                       RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…
## 2995                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 2996                                                                       Some short stories for Christmas from the @BL_Publishing Women Writers series. Have you got this @DannyVanBooks ? https://t.co/ErjyUnVHxl
## 2997                                                                                                                                                                                  @nartiadtrann i blame bl**dp*p
## 2998                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 2999                                                                RT @jvang199027: Lastly!! On today's magical BL trip, I visited the #Swapping Cafe. Mannnnn!! They went all out this time around 🤩\n#스와핑 #BL…
## 3000                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3001                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3002                                                                                                                      @nanaluvie7 @dooly___15 @gege__meme Thai BL "Ghost host, Ghost House" #GhostHostGhostHouse
## 3003                                                                                                                                                        bl saved my ass from covid 19 fr https://t.co/Q4JvlWf9JB
## 3004                                                                    RT @ArtistRefsIDV: @/BUspuzPMrropHwh (twt, mild NSFW warning for acc) is the artist behind the cosmic witch, risktaker, and dragon hunter e…
## 3005                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3006                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 3007                                                                                                                                                          @mission_marcc Likewise. Top BL ko din to after TMOTB.
## 3008                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3009                                                                     RT @ajiela8144: @little_jiaxinn_ It is impossible for the BL series to be approved for graphic publishing.  After realizing it, many of us…
## 3010                                                                                                                  Gonna read some angsty BL so I can be sad about their problems instead https://t.co/3iknjwFyrW
## 3011                                                                           @PhaniPeddapalli @WhatsApp @Truecaller @reliancejio @Meta @Apple @MotorolaUS @UPI_NPCI @NPCI_NPCI @Kurmanath… https://t.co/JjkQFA9yba
## 3012                                                                                                       [Epi 9]  Milk is so jealous🤭♥🥰\n\n#ChocoMilkShakeEP9 #koreanbl #kbl #blseries #bl https://t.co/YlGerfWbKS
## 3013                                                                                                                                                                            and making all of them about bl/td 💔
## 3014                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3015                                                                                                                                                                            @bby_bl_ue why r u telling the world
## 3016                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3017                                                                                                 RT @Fsfofficielle: 43’ | ⚽️ 𝘽𝙐𝙐𝙐𝙐𝙐𝙏𝙏 !! 𝙄𝙎𝙈𝘼𝙄𝙇𝘼𝘼𝘼 ! \n\n#ECUSEN | (0-1) | #FIFAWorldCup https://t.co/6DRdmhbxs7
## 3018                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3019                                                                           This awesome comic deserves more attention!\n \n#pencilsketch #BL #commissionsopen\n\nhttps://t.co/lvhiXxDy1a https://t.co/I3qlhBmsc6
## 3020                                                                     RT @LibraryArden: After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Workshop.…
## 3021                                                                                                                                                                          @bby_bl_ue we will see if ur up for it
## 3022                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3023                                                                    @colonelhomsi Spec Ops mostly fought poorly equipped non state actors. They didn't have to worry about drones and c… https://t.co/O7DYjJm8rn
## 3024                                                                    @RailMinIndia @narendramodi @PIB_India @RPFCR @rpfbadlapur @grpmumbai @RailwaySeva @mumbairailusers 5:59PM CSMT- BL… https://t.co/kuYceFU3b1
## 3025                                                                                         How naging virtual image ang isang plane mirror at real image ang isang concave mirror?! Like duh they're both mirrors🙄
## 3026                                                                                                                                                 i guess vampires can make a good bl cause they're great suckers
## 3027                                                                                                                                                                                    GOOOAAAL ISMAILA SAAAARRR 🇸🇳
## 3028                                                                  @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni Good morning, Garry 🖤\nhttps://t.co/9PZTQdKP28\nInviting a… https://t.co/RjEmGUODDf
## 3029                                                                    I watched their contents and also i-land, my eyes was swollen nung pumasok ako after i watched all the eps. And tha… https://t.co/X3YNe7vqu3
## 3030                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 3031                                                                                                                      Finally 🥹. I’m so done with tapas and how they treat the creators! https://t.co/GT7E1NbEy6
## 3032                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 3033                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 3034                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3035                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3036                                                                                                                                                                                                  Edi sleep well
## 3037                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3038                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 3039                                                                    @RentaMangaStore Rape is not love . I seriously don’t know why yaoi writers can’t write a bl that does start off wi… https://t.co/Jx8K9Ayo31
## 3040                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 3041                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 3042                                                                                    I'm selling two BL Japanese manga snd other manda on eBay. Checkout my eBay store. UK delivery only… https://t.co/uusgVH22ku
## 3043                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 3044                                                                             @np5882 Thank you dear author-nim I missed my boys I was literally rereading because I missed them so much! https://t.co/bGDa2vlOBh
## 3045                                                                         RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz
## 3046                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 3047                                                                    A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times an… https://t.co/Cl90yu9MSQ
## 3048                                                                    RT @poddar_namrata: Such an honor to see #BorderLess among @WIRoBooks’s favorites for 2022! Here’s an excerpt from @AliceKSStephens’s revie…
## 3049                                                                  sh the\ntossed ship they cling to. A vile wind that has no doubt bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/wDc5DkPw64
## 3050                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3051                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3052                                                                                                                                                                                   ppl who watch bl &gt;&gt;&gt;
## 3053                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3054                                                                  RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 3055                                                                    @nyanasae I didn’t read the manga, I saw a lot of BL players in Manshine, Barcha and Bastard. But didn’t see Rin in… https://t.co/PSOwsZZ3s2
## 3056                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3057                                                                    I'm curious too, but tbh I'm disappointed with their latest BL In Your Heart, it's so lacking in everything. Expect… https://t.co/2TwMlQlz7e
## 3058                                                                              Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…… https://t.co/LMQ416tp2z
## 3059                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3060                                                                    Bl@@dy typical! You wait years for @SylvanEsso to come back to the UK and it’s only the same day we go to see The B… https://t.co/Chiv9SDcq2
## 3061                                                                                      @Nikkkkhhil @SrBachchan @Partho701 @t_mozhgan @aspalod @Bollywoodirect One of the finest song of PM AB BL and of course KK
## 3062                                                                    RT @RtuituikaFC: 29.11.22 | Youtube Rtuituika Update \n\n[Reaction] EP.12 แอบหลงรัก เดอะซีรีส์ Secret Crush On You // with #BillySeng\n\n🔗 : ht…
## 3063                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3064                                                                                                             @Di0rX0xo It's now about you following bl!nks acc it's about you following bl!nks who are BTS antis
## 3065                                                                                                                                                    @incorrect_kp My favourite hoomans🥹🫠 https://t.co/xLsBhdIS3C
## 3066                                                                                                                                  New Story: Boys Middle School Basketball Sweeps Edison https://t.co/124BRf6rOg
## 3067                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3068                                                                                                                                CLOSED MULE ANTIQUE BLACK $77.00 https://t.co/NIHwrDgN6p https://t.co/KBJTzRyDCx
## 3069                                                                    RT @tbaudinette: Seeing the extremely divergent reactions to the announcement of #CherryMagicTH among Thai fans (excited), Japanese fans (h…
## 3070                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3071                                                                    @ax_jxn BL version ng Crazy little Thing Called Love nila Baifern at Mario 😍 kakareread ko lang po last week and th… https://t.co/o6D4ke40pw
## 3072                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3073                                                               RT @thebottomlounge: 🦒JUST ANNOUNCED🦒\n@plinirh w/ special guests Sungazer &amp; Jakub Zytecki on Tuesday, May 9th! Tickets are on sale this Fri…
## 3074                                                               RT @thebottomlounge: 💀JUST ANNOUNCED💀\n@kickstandshows presents @Magnoliaparkfl: Baku’s Revenge Tour w/ special guests @ArrowsInAction &amp; @po…
## 3075                                                                    RT @krishnanaidu98: I just love how this show first gave me 2 BL couples and is now giving me a GL as well..Ma Han is hot and definitely ne…
## 3076                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3077                                                                                                                                               Hey can you suggest a series which is horror and BL both in one!!
## 3078                                                                   You morons are the reason why an actors personal life and the character they play aren't differentiated .\nChina ban… https://t.co/oXx81UDWey
## 3079                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3080                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3081                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3082                                                                    @justinboldaji Kubrick was VERY anal about things, such as providing special metal plates for projectors to show BL… https://t.co/N45mj0HqLI
## 3083                                                                   RT @boyslovetv: Trailer of the Thai BL #NeverLetMeGo! Starring Pond &amp; Phuwin, the series premieres on December 13, 2022! \n\n#เพื่อนายแค่หนึ่…
## 3084                                                                    not a fan of bl series cuz it's usually cringe but this one ARGHHHHHH this series is just too cuteeeee dibikin geme… https://t.co/Zjq9NH1G8E
## 3085                                                                                                  RT @MrFilipeOrlando: This man is one of the most underrated footballers we'll ever see https://t.co/GZNTkuIlQE
## 3086                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3087                                                                    @AbhinandanSekhr @vivekagnihotri Therr r so many paper clips of bl@od soaked rice being fed n girija tikkoo, kashmi… https://t.co/jx2SzcjoxO
## 3088                                                                                                                                          RT @mister_ade5: Big breast, small yansh \n\n🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩
## 3089                                                                                                    Gonna do some comic reading\n \n#comics #BL #MarvelComics\n\nhttps://t.co/Xp2oQ847bI https://t.co/AJeGruqfyy
## 3090                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3091                                                              RT @gekenkshop: • CARATBONG SVT \n\nSEALED : 2,800\nUNSEALED : 1,800\n\npayo / can dop but need dp and the bl once onhand\nsfeta (december dating…
## 3092                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 3093                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3094                                                                   RT @timblessing101: Happy Just be happy there is a lot to be grateful for, you don't have it, doesn't mean you will not have it!\nRemi Tinub…
## 3095                                                                    RT @alisonturkos: Today @BrianLehrer discussed The Adult Survivors Act and how it will positively impact New Yorkers who have been sexually…
## 3096                                                                    What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inp… https://t.co/ncc8wH5dZJ
## 3097                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3098                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3099                                                                    RT @MargoGontar: Documentary abt russian atrocities committed to civilians in Bucha, near my dear Kyiv, received @fpa Award. It goes by I C…
## 3100                                                                                                              @khdglifekk i only know the leader who made a really nice comment abt his bandmate being in a bl 🤧
## 3101                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3102                                                                              RT @EuromaidanPress: France has supplied an undisclosed number of its variant of the M270 Multiple Launch Rocket System to Ukraine
## 3103                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3104                                                                   RT @DefenceU: No matter how much you occupiers run around on our land, you will still need to stop. \nBut once you stop, we will destroy you…
## 3105                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3106                                                                                                                       @SungSavEvel i only know one member of them he acted on a bl series that i watched before
## 3107                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 3108                                                                         I Will Knock You The Series - Episode 3 Teaser \n\nEvery: Saturday at 12:30 AM Manila Time GMT+8 on GagaOOLala… https://t.co/knSeej3mVE
## 3109                                                            RT @survivorstrong3: Police reform is a child &amp; family issue. Police retain up to 65% of those who abuse their own family &amp; then those offi…
## 3110                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 3111                                                            RT @survivorstrong3: Police reform is a woman's &amp; children's issue. Police retain those who are violent against women &amp; kids in their own f…
## 3112                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3113                                                                    RT @jeffsaturjpg: @jeffsatur U were amazing as always! Incredible performance. Please take a lot of rest as much as possible and please tak…
## 3114                                                                                                          RT @shipper_diary: [Biggest change after 1 year]\n\n#FortPeat #TellerxFortPeat https://t.co/d5Jcgcifep
## 3115                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 3116                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 3117                                                                                                                                                                              @LonelyGeekess What the heck is BL
## 3118                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 3119                                                                 ✨ Because Maitoh was rejected (yeah! his heartbroken 💔), Green to the rescue to comfort 🥰\n\n#WhyYouYMe #WhyYouYMeEP7… https://t.co/3e5vkKH79Y
## 3120                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 3121                                                                                                                                                            bl!n k for L is movin again\nthat bish won't stop fr
## 3122                                                                RT @lifendaynews: Today Update : #PriyankaChaharChoudhary was breaking every WKW from inside for blames &amp; false allegations. HMs doing viol…
## 3123                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3124                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3125                                                                                        This awesome comic deserves more attention!\n \n#BL #dad #sizetwitter\n\nhttps://t.co/UBPmRQOBC0 https://t.co/cqJSuD44f4
## 3126                                                                    My mom used to watch The 700 Club and told me I couldn’t read or watch Harry Potter. She also told me not to read o… https://t.co/Bk3iXPHa2f
## 3127                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3128                                                                    RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…
## 3129                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 3130                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3131                                                                                                         Winter is returning, starting tonight. Wednesday is going to be a cold day! -BL https://t.co/xYFhqRVhSv
## 3132                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3133                                                                                                       E-flite Wing with Struts: UMX J-3 BL, EFLU3402 CAXREGQ\n\nhttps://t.co/hiLhAL8gKM https://t.co/FkvJo2yteW
## 3134                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3135                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3136                                                                                  remember the minsung as ohmnanon au that i'll never write? yeah this is them announcing their first bl https://t.co/GR33vmSmtM
## 3137                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 3138                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3139                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3140                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3141                                                                    RT @britishlibrary: Caring for a collection that dates back thousands of years has many challenges, from crumbling paper to books written i…
## 3142                                                                                                              RT @bibblesummett: Please He is so cute 🤏🏻🥺\n\n#BuildJakapan @Buildbuilddd https://t.co/fYSLv3Vy98
## 3143                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 3144                                                                                                 RT @JeffSaturFC: SATs is all around you Jeff Satur 💗\n\n#MusicHeals2022xJeff #JeffSatur https://t.co/wbBcYQR6dD
## 3145                                                                                                                                                         RT @kpfiIms: — build ig update! https://t.co/JX6BmlM5IO
## 3146                                                                                                                               RT @jeffsaturjpg: SATS ❤️\n#Jeffsatur #MusicHeals2022xJeff https://t.co/1VdebXKJ87
## 3147                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 3148                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3149                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3150                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 3151                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3152                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3153                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3154                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3155                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3156                                                                   RT @galaxyfinance3: 👍 THE $30,000 GLEAM AIRDROP CAMPAIGN IS NOW LIVE!\n\n✔️ Participate and stand a chance to be one of 500 winners to earn $…
## 3157                                                                                                                         @kdjyoo @Kiar07878197 I mean it did happen once (it was tagged bl at a point but still)
## 3158                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 3159                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3160                                                                                                                  @legs_bow Good Morning BL. Thanks for the beautiful pic to accompany my coffee. It's gorgeous.
## 3161                                                                 RT @Tappy_toon: NEW RELEASE 🔝\nI Became the Lousy Side Top\n\nJaewoo wakes up in a BL novel… as a side character who torments the main bottom,…
## 3162                                                                     knobelite Adjustable Curtain Rod, 1 Inch Diameter Single Window Rod,Length From 22 inch-42 inch with Twisting Cage… https://t.co/j6sbr5zNdf
## 3163                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3164                                                                                                                                                                                  @CryptoDefiLord Nahhh I'm good
## 3165                                                           RT @WayV_official: Teaser Image 1 #TEN\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShenV…
## 3166                                                                   RT @yenpress: Basketball players. Roommates. Senpai-kouhai BL romance. 🥰\nWhen Kagiura's left in the tender care of his mother hen of a room…
## 3167                                                           RT @WayV_official: Teaser Image 1 #XIAOJUN\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShe…
## 3168                                                                                                                                            CASPER BLACK $184.25 https://t.co/My3CUAMP6k https://t.co/GftEsQoyj4
## 3169                                                                     @TereBC98 @gulfkanawut Yes 🥰 And I also think that BL and lakorn fans might have different habits when interacting… https://t.co/KlE3CKFIV8
## 3170                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3171                                                     RT @ITZYofficial: ITZY &lt;CHESHIRE&gt; D-DAY POSTER\n\n📍 TITLE TRACK “Cheshire”\n\n☑ RELEASE 2022.11.30 WED 6PM (KST) | 4AM (EST)\n☑ PRE-SAVE &amp; PRE-O…
## 3172                                                     RT @ATEEZofficialjp: [🎬] ATEEZ(에이티즈) - 'Paradigm' Official MV (Performance ver.)\n\nhttps://t.co/xQM4S9u0MN\n\n#PARADIGM #ATEEZ #에이티즈 #エイティーズ
## 3173                                                RT @OfficialC9ent: 🎄2022 C9 Christmas🎄 \n\nTRACKLIST\n\n2022.12.07 6PM\n\n#2022C9Christmas #윤하 #YOUNHA #이석훈 #LEESEOKHOON #씨아이엑스 #CIX #시그니처 #cigna…
## 3174                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3175                                                         RT @BIGHIT_MUSIC: The Name Chapter - Concept Trailer Teaser\n(https://t.co/Pygafn40Oy)\n\n#투모로우바이투게더 #TOMORROW_X_TOGETHER #TXT #TheNameChapter
## 3176                                                                    @zawarudosoham @15in7 @NouRiDv I love how that's your metric for good character acting. If that's the case, fucking… https://t.co/hUXYLPdg3G
## 3177                                                    RT @NiziU__official: NiziU 4th Single\n『Blue Moon』\n2022.12.14 Release\n\n🎥“Blue Moon” M/V Teaser1\n🔗https://t.co/fmRD4GfgIZ\n\n#NiziU #ニジュー #니쥬 #…
## 3178                                                          RT @WayV_official: Teaser Image 1 #YANGYANG\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiS…
## 3179                                                                           Trailer of the Thai BL #NeverLetMeGo! Starring Pond &amp; Phuwin, the series premieres on December 13, 2022!… https://t.co/3wOCWpWfzq
## 3180                                                                                                                                                   RT @feeIingsvibes: i'm happy i met you, i'm sorry you met me.
## 3181                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3182                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3183                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3184                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3185                                                                    K490NC Replacement 2 5 to 3 5mm Audio Cable AUX Cord Compatible with AKG K545 Y45 Y50 Y55 Y45BT Y50BT Wireless Head… https://t.co/5zPrR1K2UJ
## 3186                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 3187                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3188                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3189                                                                    @neuropoetic Ty, appreciate the feedback. This direction resonates with me in a really potent way, and definitely h… https://t.co/d0beBgZ61q
## 3190                                                                    2 Pieces Granddaughter Bracelets Charm Heart Pendant Rhinestone Crystal Balls Faux Pearls Jewelry Gift (Multi-color… https://t.co/r4btpadh9Q
## 3191                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3192                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3193                                                                                                                                                            @Madbuthappyfrog women who are obsessed with BL/yaoi
## 3194                                                                                                                                                                             @bl_4_eva @MSuppasit Happy birthday
## 3195                                                                                                                                                 RT @barchorde_tin: SIR GIVE ME A CHANCE https://t.co/mfVzpIEWAF
## 3196                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3197                                                                                                                                                          Instruction 2682179: "test bl, bl"\n #OneSecondTweeted
## 3198                                                                     RT @tccandler: Congratulations to these 4 faces for being officially nominated as one of the 100 Most Handsome of 2022.  Which one is your…
## 3199                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3200                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3201                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3202                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 3203                                                                                                                                                                         @haruuuuwo he's in his bl character era
## 3204                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 3205                                                                                            @sintydavid @NorthRoadCycles Enjoy your new ride. It'll be a joy. Outside is always better but sometimes needs must.
## 3206                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3207                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 3208                                                                    RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…
## 3209                                                                   @ErotemeArt @obscuradao @MecenateFineArt @darkestdollx Thanks Ero 🙏\n\nHey @obscuradao, @MecenateFineArt is amazing,… https://t.co/o8YDiYS8p5
## 3210                                                                                                                                             RT @jsaturfiles: jeff satur this is illegal https://t.co/p6T7Pm4T5Z
## 3211                                                                                         I just want to spend December finishing my requirements on the first few days, then binging BL’s the rest of the month.
## 3212                                                                                                                                    Okay but BL Book Club is looking better and better the more I think about it
## 3213                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3214                                                                    @Rainxblebii Tbh, this is my first time in a fandom and i'm very new, too. And i don't regret it even a little bit.… https://t.co/9imUkNehWG
## 3215                                                                   @akemishka Aro cause I'm demiro so I put it as half lmaooo \nBl because I like it but I don't actively search for it… https://t.co/MoP8FdwGhv
## 3216                                                                    @BL_2889 @NE5westend They’re dreadful. Customer service is some of the worst I’ve ever experienced never mind the a… https://t.co/m8cMQQkV6L
## 3217                                                                                       RT @Momotexx: GUYS THE PANTS ARE NEXT💦 LETS DO IT🙏\n#akumillust #momarties #ScarredHeartComic #BL https://t.co/eMMu1yotOQ
## 3218                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3219                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3220                                                                  It’s definitely jealousy. \n\nDark skinned BW have better options outside of bl⚫️ckistan. They just don’t want them t… https://t.co/0zIhhJZIff
## 3221                                                                                                                                                  need to force my hinge and bumble dates to watch bl/gl with me
## 3222                                                                    I love the art style in "The Return of the Abandoned Son" so much! It's gorgeous! The character designs are amazing… https://t.co/ETvz5aqgZP
## 3223                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3224                                                                                                                                                         @uhimnoel aro and likes bl one also don i hv lumine ???
## 3225                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3226                                                                            The Most Favorite Thai BL Couple 2022 – Vote Now https://t.co/qe20iLZOin\n#waanjaimewgulf \n#MewSuppasit\n#GulfKanawut\n#หวานใจมิวกลัฟ
## 3227                                                                RT @Fortfts_Korea: 🚩 22.11.29 aunsam_makeup  IG  UPDATE ~\n\n☑️ https://t.co/Hfwe9YXr2v\n\n#ComeFortZon #FortFTS\n#OurSmile22ndFortDay https://t…
## 3228                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 3229                                                                       RT @Pledis_th: SEVENTEEN ได้รับรางวัล Worldwide Fans Choice จากงาน 2022 MAMA Awards\n\n#SEVENTEEN #เซเว่นทีน #MAMA2022 https://t.co/qZ3Jvv63uv
## 3230                                                                    RT @Vanguard_way: @illustrata_ai @joynxyz @amli_art @bl_artcult #Expressionwithmeaning with these pieces I'm exploring duality, feminine/ma…
## 3231                                                                    RT @addict_car: Fiat acquired Innocenti in 1990, and soon after the company's range - derived originally from the BL Mini - was renamed Inn…
## 3232                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3233                                                                  RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 3234                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3235                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 3236                                                                                      #SACO #Shipping has selected #WAVE BL to power its #all-digital #House #Bills of #Lading (#eHBLs)… https://t.co/ojTd7MwDTV
## 3237                                                                    Premiorri Vimero-Van All-Season Commercial Radial Tire-225/75R16C 225/75/16 225/75-16 118/116R Load Range E LRE 10-… https://t.co/qhtN4pfHQl
## 3238                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 3239                                                                                                                                                              so i will be watching Minho’s Lucky Choi’s on BL 🫠
## 3240                                                                  RT @Jackhangu: 🎤 : What angle are you attractive? \nW : actually I think ever angle na, I can’t choose \n🎤: I just ask Win what angle is he h…
## 3241                                                                    Motorcycle Oil Dipstick, Keenso Aluminum Alloy Oil Level Gauge Dip Stick Temperature with Thermometer for 125cc Mot… https://t.co/8zXRqpZZEd
## 3242                                                                      @archiveforJK @billboardcharts @luminate_data @billboard @unitedmasters @YouTube .@billboardcharts @luminate_data… https://t.co/GsD9LUkaZu
## 3243                                                                    @97SARCHIVES @billboardcharts @luminate_data .@billboardcharts @luminate_data The official Music Video of "Dreamers… https://t.co/Bx8MnK9MQ5
## 3244                                                                     RT @LibraryArden: After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Workshop.…
## 3245                                                               RT @exc_xx: Update Thai BL\n#NeverLetMeGoSeries\n\n📆Premiere 13/12/2022 Every Tuesday, 20:30pm🇹🇭 on GMMTV Youtube Channel\n\nStarring: #PondPhuw…
## 3246                                                                     @jjklve_ @billboardcharts @luminate_data @billboard @unitedmasters @YouTube hello, @billboardcharts @luminate_data… https://t.co/lL2GnTxTGZ
## 3247                                                                    @MayXian3 It doesn't make sense that he said something like that if he also recorded a bl only that hasn't come out… https://t.co/VXQ5zmaap1
## 3248                                                                                                         RT @LordDetaur: I love their matching akitoya sea cucumber plushies\n\n#prsk_BL https://t.co/qfefENCYDI
## 3249                                                                    After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Work… https://t.co/NQfp97b0rR
## 3250                                                                                          RT @koreansales_twt: [#2022MAMA] Congratulations to #GOT7 for winning Worldwide Fan's Choice  at the 2022 MAMA Awards!
## 3251                                                                 #hazepoilers Tuesday BL lmao\nack ang sweet ng PB 🥺 dooshik is mad in love best husband\n\nSTY hahaha wtf YR waiting f… https://t.co/PH1qtzdmM5
## 3252                                                                   GQ Men of the Year Awards 2022 : BREAKTHROUGH ACTORS\nCongrats👏👏\n#มายอาโป\n#MilePhakphum #Nnattawin \n@milephakphum… https://t.co/bSf1GtXDIv
## 3253                                                                    RT @maria_avdv: This destroyed Russian base in the liberated Kherson shows why high precise weapons from our allies is so crucial for Ukrai…
## 3254                                                                            This manhwa is awesome! I can't get enough of it!\n\n#plzsupport #kisstheabyss #bl\n https://t.co/mkclncN4k0 https://t.co/Ynw18JgWa7
## 3255                                                                   RT @DRAMAWORLDxoxo: 'To Sir, With Love' is soo underatted 😩🤌.....how can you all sleep on this 🌟MASTERPIECE🌟???\n#Khunchai #tosirwithlove #B…
## 3256                                                                    RT @Kyupopopie: Smart, tall, handsome, wide shoulder, small face, deep-charismatic voice, big eyes, cute dimple in the corner, humorous, ta…
## 3257                                                                                                                    RT @ycsm1n: spotify wrapped isn’t enough, i want an excel spreadsheet of my listening habits
## 3258                                                                    AVID POWER Cordless Electric Screwdriver Set 4V Rechargeable Screwdriver Kit with Case, 13pcs Accessories, LED Work… https://t.co/toh32hiRdd
## 3259                                                                  Fun fact. In my personal pick, it seems like the best japanese bls are likely to be aired on October of the year\n\n2… https://t.co/Y68oQX1CSZ
## 3260                                                                  RT @edittsheaven: it's been a month since semantic error ended😔😭\n\n#semanticerror #edit #bl #SemanticErrorEp7 #SemanticErrorEp8 #jaechan #se…
## 3261                                                                                                                                                                     RT @BlackPearl1301: Me to all the BL tops :
## 3262                                                                    RT @LlopisMarta95: Never forget Ukrainian children. No child deserves to grow up in a country at war. #UkraineWar #Ukraine 🇺🇦💔 https://t.co…
## 3263                                                                                                                                                                                                 11:11 contented
## 3264                                                                                                                                                        RT @kpopsapphic: This is history https://t.co/0tvsI7bW5k
## 3265                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3266                                                                                                                                                                   why gl dramas are not so popular as bl dramas
## 3267                                                                    RT @yaoilynnx1: One of the reasons the BL industry is such a huge ecosystem- fans spend on happiness, something that can’t be quantified ht…
## 3268                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3269                                                                     RT @jeffjag: @illustrata_ai @joynxyz @amli_art @bl_artcult My #expressionwithmeaning is a diptych from my upcoming Paint Drop collection -…
## 3270                                                                  RT @LaliceUpdates: Til the sun comes up, I'll be here with you!!! No lie, no lie 🎶💃🏼\n\n#NETIZENSREPORT #LISA for Asian Celebrity of the Year…
## 3271                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3272                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3273                                                                  RT @BLUPDATE2022: GMMTV's #NeverLetMeGoSeries starring #PondPhuwin premieres this December! Don't miss the Official Trailer tonight!\n\nBetwe…
## 3274                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 3275                                                                  RT @MFA_Ukraine: 🇺🇦 We know exactly #WhatWeAreFightingFor. For our children, their smiles, their happy childhood, and their future!\n\n📷 Hajd…
## 3276                                                                                                                                     RT @jaehtak: pov: the fuckboy takes you to his room https://t.co/6Qzh5NhcMj
## 3277                                                                    @illustrata_ai @joynxyz @amli_art @bl_artcult #Expressionwithmeaning with these pieces I'm exploring duality, femin… https://t.co/6v0NptII9A
## 3278                                                                  RT @LaliceUpdates: joanna girl always winning 🥺 mmhmmh i need to change my name 🤔😂\n\nEvery time #LISA started her solo stage with #LALISA an…
## 3279                                                                                                                                 BUNDABURG ANTIQUE BLACK $170.50 https://t.co/rMhNHcBtcC https://t.co/6KyRTUFImt
## 3280                                                                                                                                        Wake up babe, new Sam Bl🤡ck content just dropped https://t.co/93tQZp7Kpv
## 3281                                                                RT @shipper_diary: [Update on 500K Vlog date]\n\nI’m waiting for their solo date 🤭🤭\n\n#FortPeat #TellerxFortPeat @peatwasu @fort_fts https://t…
## 3282                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3283                                                                RT @Scarlyya: It was 2018/19 I was really into otome related &amp; BL anime so I watched the UtaPri anime. It felt a bit cringe but oddly liked…
## 3284                                                                                                                                               @mania_th_bl ohhh agree, actually i often call boom as bum bum ^^
## 3285                                                                                                                 @MayXian3 @SitaraTaeArt It doesn't make sense, he also recorded a bl, it just hasn't come out 🤷
## 3286                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3287                                                                                                                                                                                              BL lovers are cool
## 3288                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3289                                                                    RT @kdramatreats: this 4th gen girl groups's debut tracks collab stage is like listening to my playlist, they really dominated 2022 and sla…
## 3290                                                                                                                                             i'll never fit in on bl twitter bc yall love triage but hate futs 🥲
## 3291                                                                                                                                                                  @official_kep1er Uri Maknae, U Did Great Job!!
## 3292                                                                     "Whoever do BL they can be popular in overnight" I think he said something like this. When did he said that sis? U… https://t.co/ET48iQqnO6
## 3293                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 3294                                                                                                                          RT @lowkeyalbert: Find someone that stays obsessed with you, not just in the beginning
## 3295                                                                                              ‘‘No――! I never read porns! Never! But it's Naomi's fault for teaching me all of these BL educations.’’ #AkioTalks
## 3296                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3297                                                                                                                                                                              @tbaudinette Get well soon, Tom ✌🏻
## 3298                                                                                                                                                    &lt;a href="https://t.co/nuInKBYHqC" target="_bl #おこづかい
## 3299                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3300                                                                      RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 3301                                                                                 I wanna try out this comic book style\n Try this\n#SliceofLife #bl #artworks\n\nhttps://t.co/9a7KD2VVG8 https://t.co/HiDO08U9nh
## 3302                                                                                   RT @hyovrse: why is he deliberately putting his face RIGHT into the camera you are gorgeous we GET IT https://t.co/6dIsnY5KJq
## 3303                                                                                                                                     @DeluluAnne @MayXian3 Dude I’m also bl fan but believing shit rumors 😂😂😂lol
## 3304                                                                         @biukiss I'm watching BL .I'm reading yaoi\nBut I can't read read Yuri.and i never watch GL drama too...I don't know what wrong with me
## 3305                                                                  STREAM | #WAROFYEP18 : World of Wife, every Tuesday. Director's cut Version at 9 PM GMT+7 on #AISPLAY exclusive.\n\n🔹… https://t.co/euPyv5ViYf
## 3306                                                                                                                                               @Nika_Rakhmanova @illustrata_ai @joynxyz @amli_art Beautiful work
## 3307                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3308                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 3309                                                                                                                                                           reading 3 BL novels at a time https://t.co/FtaF6lEcn2
## 3310                                                           RT @WayV_official: Teaser Image 1 #XIAOJUN\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShe…
## 3311                                                                  @whatchanloves Sounds good though. Btw, in Thai, saying a nickname twice like this make it sounds much cuter.\n\nSeaS… https://t.co/R06p4eibjR
## 3312                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 3313                                                                    RT @Sebongtubatuco: Hi friends! I’m still not feeling all too great mentally, but I had just enough mental energy to make this spring bear/…
## 3314                                                                                                                                       RT @o6frog: more #iso photocard templates ! &lt;3 https://t.co/fgCBvw18Z7
## 3315                                                          RT @WayV_official: Teaser Image 1 #YANGYANG\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiS…
## 3316                                                                    @heymilelove @milephakphum @Nnattawin1 Lol yeah no other bl couple even come close to having amount of chemistry th… https://t.co/KGpU2BwZbr
## 3317                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 3318                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 3319                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 3320                                                              RT @NlNGSETTER: OTW Bear Toploader Template\n\nfeel free to use it, just pls don’t remove my @ !!\n\n✦ HQ: https://t.co/29FYlrn4eY\n\n— kpop temp…
## 3321                                                                                                     Please take a picture of the best minox camera. We film sales! ! \nhttps://t.co/2pSNBLCejC = STRK: MESE: IT
## 3322                                                                    @kariyautism bet the only ones to join will be 30 years old cishets who read explicit "love" stories about underage… https://t.co/WrqAFnEMJi
## 3323                                                           RT @mintificial: don’t mind me— I’m just casually spreading my megane scara agenda 😎\n#scaramouche #wanderer #genshinimpact #スカラマシュ #原神 http…
## 3324                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3325                                                                                      Trust me! You'll get addicted to this story!\n\n#sakuga #ameart #Mystery\n https://t.co/unWG2kqFgH https://t.co/mfr56LVSls
## 3326                                                                                                                    &gt; Read dom/sub bl manga\n&gt; "....the fuck is that anatomy??? Is that even possible????"
## 3327                                                                                                                    RT @lixcultures_: seungmin last line, "we will stay together as 8" 🥹 https://t.co/PwYetel8NU
## 3328                                                                    @elle_vader @TSizzle24 @POTUS Much of Railroad profit was a windfall gift when the Keystone was shutdown about $20/… https://t.co/rw8i8A3kQ7
## 3329                                                                                                                                             RT @njfiIms: hold hands 😌 #Vibie5YxNetJames https://t.co/iJSwmAl9zl
## 3330                                                                                                                        RT @kisekianything: Ian Grimwood was just seen in the BL  aisle! https://t.co/zmA54IGf9n
## 3331                                                                                             SACO Shipping has selected WAVE BL to power its all-digital House\nBills of Lading (eHBLs)  https://t.co/6j7fzHc7yG
## 3332                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3333                                                                    @w3iying @milephakphum @Nnattawin1 Same but BL genre only. I am still fine watching english series or kdramas. .. f… https://t.co/wdq278BmPV
## 3334                                                                    @SpaceValveGuy @BL_Dwyer @WholeMarsBlog Some filth is hard to wash off. Once a symbol has been tainted it’s difficu… https://t.co/nA6aWNYYzK
## 3335                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 3336                                                                                                                                                           !f !t has t0 c0me t0 such ! W!LL d!e f0r my s!bl!ngs.
## 3337                                                                                                                        RT @kisekianything: Ian Grimwood was just seen in the BL  aisle! https://t.co/zmA54IGf9n
## 3338                                                                                                                RT @jamesphere: oh just netjames being themselves 🧍🏾‍♀️\n#Vibie5YxNetJames https://t.co/ypAipjc4Hz
## 3339                                                                                                 @mintmelon8 The romantic song they sang together was so cute. Is true they will be in a BL drama together soon?
## 3340                                                                💀JUST ANNOUNCED💀\n@kickstandshows presents @Magnoliaparkfl: Baku’s Revenge Tour w/ special guests @ArrowsInAction &amp;… https://t.co/NnCQVreHfd
## 3341                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3342                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3343                                                                🦒JUST ANNOUNCED🦒\n@plinirh w/ special guests Sungazer &amp; Jakub Zytecki on Tuesday, May 9th! Tickets are on sale this… https://t.co/piUHPRXuHo
## 3344                                                                                                                                                    @mania_th_bl lol i think i prefer boomboom or aouaou more 🤣🤣
## 3345                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 3346                                                                It was 2018/19 I was really into otome related &amp; BL anime so I watched the UtaPri anime. It felt a bit cringe but o… https://t.co/MBJh7tjjPz
## 3347                                                                                                                                                                            The Newsroom https://t.co/m8zYYBlxnT
## 3348                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3349                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3350                                                                                                                                                        RT @BLUPDATE2022: It's coming... https://t.co/19vzEUhv3n
## 3351                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3352                                                                                                                                                       We tweets: #6CFacts, #PickOne, #WhatIf, and many more! :3
## 3353                                                                                                                                                                            BEST BL EVER https://t.co/isIX0Wc2kG
## 3354                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3355                                                                  RT @EuromaidanPress: Soldiers of Ukraine's Georgian Legion show the repaired equipment, which they previously took from the Russians. \n\n📷ht…
## 3356                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3357                                                                    @mysicksadlife @M_Jensen23 @aliliana__ @RexLapizskz If there’s still something to be learned then more could be don… https://t.co/lIAerHD5hq
## 3358                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3359                                                                                                                                            Ian Grimwood was just seen in the BL  aisle! https://t.co/zmA54IGf9n
## 3360                                                                    RT @IittIeuphoria97: @Americanfoodie7 Ah. Yes, I'm in agreement. There's always some excuse from the fandom to not support him, it's very t…
## 3361                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 3362                                                                    jonghyeongs the one that made that comment about the bl just being normal peoples life comment when the reporter wa… https://t.co/WTbZLO7nsF
## 3363                                                                                                      Apparently I read comics now\n \n#Magic #bl #commission\n\nhttps://t.co/z0CE4Ol9AF https://t.co/ejV6Dkmngu
## 3364                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3365                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3366                                                                  03 Nos of cases were detected and items seized and destroyed were \n For sale in Arunachal Pradesh only\nBEER-16.25BL… https://t.co/My17gfEx8F
## 3367                                                                                                  @KatalinaOoma @Morph_VGart @alulasit @delta_sauce @bl_artcult @WisnuPradanaArt @paschamo I love your works! 👽💜
## 3368                                                                   RT @jjklve_: hello, @billboardcharts @luminate_data @billboard\n The latest BB charts results are not accurate, since the streams for the MV…
## 3369                                                                         RT @BlerdyOtome: JAST BLUE to bring Varenyett’ BL Visual Novel, ‘Sorcerer’s Choice: Angel or Demon’ to the West https://t.co/lw8DjvtOBi
## 3370                                                                    RT @ng_meng05: @fubroshi I've seen enough of Thai BL fandom to know that stuff like this is really about the actors they prefer, but they j…
## 3371                                                                   RT @iloveps_5: 📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_WAREHOUSE…
## 3372                                                                                                               RT @TXTUNOFFlClAL: the hueningz 🥹 I CRY LOOK AT THE BRIGHTEST SMILES EVER https://t.co/rw9lcQvDXy
## 3373                                                                    RT @97SARCHIVES: .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploaded by FIFA has finally been incl…
## 3374                                                                    RT @archiveforJK: .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV o…
## 3375                                                                    RT @jeonIves: .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV of "D…
## 3376                                                                   📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_… https://t.co/MCRPner8QV
## 3377                                                                    RT @jkoncharts: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the…
## 3378                                                                     RT @KookCharts: .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV of…
## 3379                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3380                                                                    RT @MichaelWarbur17: This is what I call Busking. \n\n‘The Lucky Chops’ hit the NYC Subway🍏🎷🎺\n\n(@theluckychops) \n https://t.co/Q2SXshTOgF
## 3381                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3382                                                                                                                                                                RT @moatoons: felix is a NIGHTMARE for bisexuals
## 3383                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 3384                                                                       The “digital divide” was a consistent theme throughout our ‘Future Cities’ panel at this year’s Leaders’ Summit.… https://t.co/5mIYlE611P
## 3385                                                                                                                      RT @wtsns_info: coming in 2023\n#수평낙하 #intothehorizon #teamsns https://t.co/QkLizeneFS
## 3386                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3387                                                                     @WorldNfts @Morph_VGart @alulasit @delta_sauce @bl_artcult @WisnuPradanaArt @paschamo Thank you so much for buying… https://t.co/Uz3w1sXV8h
## 3388                                                                                                                                                        @whatchanloves How about #.BoumAoo or even #.AoumBoo ? 😋
## 3389                                                                                    This awesome comic deserves more attention!\n \n#chinesecomics #BL #cover\n\nhttps://t.co/dOxd14qaqy https://t.co/mr8gRzL2MD
## 3390                                                                                                                                                                      RT @AM2013lyricsbot: I just wanna be yours
## 3391                                                                                please this is like that bl manwha 😭 word for word bar for bar [link] … — its just a dream….or is it??!? https://t.co/8H7Hrn18gZ
## 3392                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3393                                                                    RT @SpaceTelescope: #NASARoman will find galaxies at different stages of their evolution—galaxies in small groups and in large clusters, me…
## 3394                                                                                                                                                          Instruction 2682154: "test bl, bl"\n #OneSecondTweeted
## 3395                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3396                                                                           @bellylaughs2 @caringinbristol @markolver @JulianTrust @FareShareSW @bristol247 @BristolLive @BristolLifeMag… https://t.co/fuFgC6U4Ik
## 3397                                                                    RT @KatariyaPran: Glad to see SEBI has got into the act. There is some serious criminal activity happening in the Trading community. My hea…
## 3398                                                                  RT @WorldNfts: @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by @WisnuPradanaArt\nIT'S AL…
## 3399                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3400                                                                    @darshanvmehta1 @DillikiBiili and @Vishvesh03 in my opinion are the best, though I don’t know either of then person… https://t.co/9kJaICDQme
## 3401                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3402                                                                   RT @MarksAwards: ✨Congratulations to Linda France, who is the Michael Marks Environmental Poet of the Year 2022-2023, winning with her port…
## 3403                                                           RT @WayV_official: Teaser Image 1 #TEN\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShenV…
## 3404                                                                                                                                               @key_naidzar Heartstopper (BL)\nBusiness Proposal\nShooting stars
## 3405                                                                 Just for Men Control GX Grey Reducing Shampoo, 5 fl oz &amp; Just for Men Touch of Gray Mustache and Beard Color, Dark… https://t.co/9xnfJ6mzdR
## 3406                                                                                                                                                         is 2023 really gonna be an office romance bl year 😭 RIP
## 3407                                                               Update Thai BL\n#NeverLetMeGoSeries\n\n📆Premiere 13/12/2022 Every Tuesday, 20:30pm🇹🇭 on GMMTV Youtube Channel\n\nStarrin… https://t.co/cJgldHkKmN
## 3408                                                                    RT @retrospeedway: @Harvest93573301 @UprightSpeedway Also, UK promoters became lazy. Instead of training our own, they turned to untried fo…
## 3409                                                                                                                                                                                             @Endje_BL Unflat it
## 3410                                                                                                                           @SoapyHousewife DumbBell had to have Taylor humiliated  all for his trash heroine BL.
## 3411                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3412                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3413                                                                    There was a time I was obsessed with the WEBTOON Say it (Bl). I created an Oc who was like a adopted sister of Shig… https://t.co/M5tIVQRN37
## 3414                                                                                                                                                                                   Queen https://t.co/H0HOaRt1SJ
## 3415                                                                                                                               @ridinrapids Same here! Nothing comes close to how amazingly violent this BL is 💖
## 3416                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3417                                                                                              @HongkongKdlex "Every dog must have his day."\n\nHAPPY 1ST BIRTHDAY COLA\n\nKDLEX Sweethearts\n#RAWRAWARDS2022\nbl
## 3418                                                                    JeCar Hardtop Thumb Screws Quick Removal Hardtop Bolts with 6 Tie Down Anchors for 2007-2021 Jeep Wrangler JK JL 2/… https://t.co/s4lrSxLilB
## 3419                                                                                                                                                                 Me to all the BL tops : https://t.co/IpkjKwjlTJ
## 3420                                                                                                                                                             RT @zee_pruk: black panther https://t.co/xhDI94gPLC
## 3421                                                                                     Fragola 482307-BL Black Size (-8) x 1/4" MPT 45° Adapter Fitting UW4DN21\n\nhttps://t.co/1bgMELZLrq https://t.co/7wvAso00Zb
## 3422                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3423                                                                                                       @MariaBchara1 lk he 3adeee ana 3am dawe btliphone  3a my cell l2n knt mdya3o 🤣 e5r chi elt ayre bl 8aba 🤣
## 3424                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3425                                                                    @GreatBrianLast @TheJimCornette @YouTube 100% agreed w/Jim. If they cant bleed from War Games itself…WHY BRING IN F… https://t.co/pv8Vwy5L9t
## 3426                                                                                                                          Nice, i'm the toxic top on a BL Manwha https://t.co/uynouG9M0c https://t.co/4jICyB9Lxe
## 3427                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3428                                                                   ✨Congratulations to Linda France, who is the Michael Marks Environmental Poet of the Year 2022-2023, winning with h… https://t.co/51aCwP2dYb
## 3429                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3430                                                                                                                                                Please y'all can't cake-ify everything 😅 https://t.co/NgWmYfkvtA
## 3431                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3432                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 3433                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3434                                                                    RT @Rudu1212: @chetan_sankhe @v_i_s_h_a_l_150 @WesternRly @RailwaySeva @Gmwrly @ThisisAnnuTyagi all Dahanu train are running late daily.3rd…
## 3435                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 3436                                                                                                                                                    anyways i traded new bl^des w someone and its super good igm
## 3437                                                                                                                                                           Instruction 2682149: "xor bl, bl"\n #OneSecondTweeted
## 3438                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3439                                                                         RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz
## 3440                                                                    RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 3441                                                                    DIVIBOX Tactical Web Belt, Nylon Military Belt for Men, Adjustable Outdoor Belt with Plastic Buckle 120 cm GrayBlue… https://t.co/XwZX59iRDv
## 3442                                                                  RT @headBONDmeLWJ: today’s unboxing 📦\n\n#tgcf novel korean version published by @B_lab_BL, hua cheng and xie lian box sets. each set comes w…
## 3443                                                                                                                                                         Instruction 2682148: "test bl, 0x1"\n #OneSecondTweeted
## 3444                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 3445                                                                    @J0lyne56 i saw this fake quote about bl, but even it's fake it' not wrong?? actors who do bl dramas are more likel… https://t.co/Mjro3HSVpn
## 3446                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 3447                                                                                                                                                                      BLACKPINK plsss 🫶🫶 https://t.co/q1v0cSVxBJ
## 3448                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3449                                                                                                                                                             RT @foxeology: i'm not okay https://t.co/2tYUhJv74P
## 3450                                                                    @MayXian3 Wtf. Where you read he said "BL they can be popular in overnight" ??? . No one can prove this please don'… https://t.co/krvFCiQe8N
## 3451                                                                                                          @DavidL71912487 @tilldxown Ohhh right 😭 didn't notice that...\nGoes to show how much more global BL is
## 3452                                                                                                                                           @RichardHeartWin @enadorange I'm little RH maxi fish please follow :)
## 3453                                                                    RT @johnbilcliffe: Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley USAF EC…
## 3454                                                                    @WOOAHAEBOT Np!! I'm so glad you enjoyed!! :D if you're interested in Jaechan, there lots to discover! He's been on… https://t.co/rcCMofnE8R
## 3455                                                                    RT @britishlibrary: This November, @BL_Publishing’s #WomenWriters series reaches 17 titles since debuting in 2020, bringing back to print f…
## 3456                                                                                                                                                      RT @hyunjinpost: OH MY GOD HYUNJIN https://t.co/5LK6swV41Y
## 3457                                                                                                                         RT @winnttaebear: BTS laughing when yoongi drop a reaction meme https://t.co/Imihi23iLZ
## 3458                                                                                            Someone help the weird side of bl fans found my tiktok and are fetishizing onlyoneof FREE ME https://t.co/EFr3bBo4nK
## 3459                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3460                                                                                                                                             RT @tthomastc: throwback tuesday #tthomastc https://t.co/w6sPDeJj6V
## 3461                                                                                                                          RT @mynameis_evi: the way Boss smiled well Noeul hugged him 🥹\nhttps://t.co/H5UoI7Unvu
## 3462                                                                    RT @PaulinaK55: Your performance in KinnPorshe was phenomenal! You guys rised so many standards! I can't watch any Thai BL series without c…
## 3463                                                                                                                                                         @renomahm @becomelegendseu @KamiFN1 Bl will dominate c4
## 3464                                                                                                      i found an isekai bl that actually bl 😭🔥 like not some fl isekaid to bl novel. hopefully not love triangle
## 3465                                                                    RT @RossiAtanassova: I have published a blogpost about the progress with my AHRC-RLUK Professional Practice Fellowship project: https://t.c…
## 3466                                                                                                                   RT @Quackity: to anyone who’s going through a tough time, just know ❤️ https://t.co/DV3otM6sAb
## 3467                                                                     @MansingGohil To ensure that your Flipkart account information is safe, please DM us by clicking on the below link… https://t.co/Wdu9q20ALq
## 3468                                                            RT @clarthelunagate: The Vampire &amp; the Duke ep 49 has been updated! \n\nLink on bio~\n\n#tvtd #thevampireandtheduke  #BL #boyslove #WEBTOONCANV…
## 3469                                                                    RT @BioRegioSTERN: Outdated transaction methods cost the #healthcare sector $250 billion each year. Digital solutions are a powerful tool t…
## 3470                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3471                                                                    RT @1000282: This is Mr Boohig who in 18 march 97 opposed the Murphy family s appeal in circuit court skibbereen he stood over lies and got…
## 3472                                                                                                                                    RT @jeffsaturjpg: ig: winchattra / plscallmeaonthana https://t.co/lLgJdQfuPB
## 3473                                                                                                    RT @buffstax: "IM COMING           "PETE IS OUR\nFOR PETE!!!"            FAMILY NOW" https://t.co/7gR5yjHGON
## 3474                                                                                                                                                               RT @jeffsaturjpg: Mr. CEO https://t.co/wSCCz9XipG
## 3475                                                                                                                    @LiirBL You need to find your portkey, maybe you need to recite some classic BL lines first~
## 3476                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 3477                                                                    @smeaton300 @leedslibraries Dawn of time (1987) at Univ Liverpool, the book came from BL and I was allowed to CARRY… https://t.co/YdvTYXviau
## 3478                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3479                                                                                           RT @funkychuckyy: Bible is so competitive but realized that Biu’s wearing white😂\n#BibleBuild https://t.co/A0li9m4jJs
## 3480                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3481                                                                                                                  RT @ShashaNajiha: teatime with president netflix bl 😜❤️ @reallohkeanyew https://t.co/wOheqveSe2
## 3482                                                                                                                               RT @OT7LOOK: football is so interesting guys listen to me https://t.co/PQvCaH7u7N
## 3483                                                                    RT @KookCharts: Jk is a 9 month old soloist (and didn’t even had his official solo debut yet) but huge music platforms are already sabotagi…
## 3484                                                                  RT @cebuBLorg: 📌BIBLE: "I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST"\n\nBible Wichapas Sumettiku…
## 3485                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3486                                                                  as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with… https://t.co/9lw3VX6FXV
## 3487                                                                  RT @_Dr_Fetus_: @illustrata_ai @bl_artcult @joynxyz @amli_art #expressionwithmeaning\n\nInspired by The Smiths album “meat is murder” and the…
## 3488                                                                     @KristiWonk @BL_Dwyer @WholeMarsBlog People still use the Swastika culturally without people getting upset because… https://t.co/33nudtvKmc
## 3489                                                                                                                                                                                 Forain… https://t.co/KN6QCmHqCQ
## 3490                                                                                                                                                     RT @barchorde_tin: no but srsly.... https://t.co/u7zW0daDwB
## 3491                                                                   RT @ApocTao: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nShe fell back, confused, unsure of the moment... having f…
## 3492                                                                                                                                        @LiirBL @mania_th_bl 🤣We got bills to pay the pandemic almost broke them
## 3493                                                                    RT @pinpinvn: Finally, I can officially introduce to ya all both main characters from my upcoming BL comic. I was struggling a lot but fina…
## 3494                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3495                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 3496                                                                     @Floriduh59 @FlowRidin69 @joncoopertweets By a political broken political party with no plan to improve the nation… https://t.co/TWTjymDHwQ
## 3497                                                                    @bl_ck_coffee Hai . I know and feel how difficult it is to lose weight, but I manage to lose weight only by managin… https://t.co/2waukden7Y
## 3498                                                                                                                     RT @jinniesarchives: the way seokjin pushed his hair back is so hot https://t.co/404lML5rR9
## 3499                                                                                                                                                               RT @yyujinationn: SOBBING https://t.co/gqIupeOvXL
## 3500                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3501                                                                                                                                   RT @BCHANPIC: bang christopher chan is not joking ??? https://t.co/4xfE7FW32O
## 3502                                                                 RT @amantedel__bl: Ya se va mi chiquito Boss 🥺💗\n" SEE YOU AGAIN!"\n\n#KissMyBodyXBossNoeul #BossNoeul #BoNoh  #Bosschaikamon #Noeulnuttarat h…
## 3503                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 3504                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3505                                                                                                                                    RT @spearhyunnie: oh woah changbin.. i have no words https://t.co/KpIQGfdK1s
## 3506                                                                    @MikaMaiz1 Because there are a lot of Asian related media that use a picture of two men appearing as "lovers" but i… https://t.co/BHnyDTE0A3
## 3507                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 3508                                                                                                                                           RT @_avetato: had to draw this out #pokemonsv https://t.co/AtTWvYNU8O
## 3509                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 3510                                                                   RT @dragos_badita: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nHi! My entry is a story about a woman that set her…
## 3511                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3512                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3513                                                                    less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limi… https://t.co/cQu3tcUpl5
## 3514                                                                    @Brie__yonce it's love in the air, a Thai BL that has truly been doing THEE most re its sex scenes. it's kind of du… https://t.co/QLuVKL0hzQ
## 3515                                                                  y eyeing every man of his crew. But those wild eyes met his,\nas the bl\n_tv_promocode_nice_promo_citruss_one_niceone… https://t.co/wmAU9u2N3k
## 3516                                                                                                                  @tastyoiii I have learned to never underestimate the amount of casual misogyny amongst bl fans
## 3517                                                                    RT @jeffysaters: kimchay if kim taught chay how to use the gvn so they can be the unstoppable mafia husbands ever instead of trying to push…
## 3518                                                                  RT @Nika_Rakhmanova: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nIn your arms\nA person with a pure heart sees pur…
## 3519                                                                    RT @johnbilcliffe: Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley USAF EC…
## 3520                                                                            message 2 before mentions   @Trilliondola @BL_crypto_  @GabyWang18 @WandroMalau @kamoten41975580 @Martirob1… https://t.co/FI0c3cGPnX
## 3521                                                                                                                                             deleted because i dont want catching strays in my bl account bubble
## 3522                                                                                                                                     RT @HanaPen5: busy morning ✨\n#原神 #Genshinlmpact https://t.co/ODIkQB9LC0
## 3523                                                                                                                             @MayXian3 Chen feiyu SPILL tho. \n\nnugu artist using BL content to gain popularity
## 3524                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3525                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3526                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3527                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3528                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3529                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3530                                                                  There is a photo of the first half of the Sasaram inscription taken by Alexander Caddy in 1895 @britishlibrary \n\nLi… https://t.co/aNiZ2EcJzA
## 3531                                                                 ats flew to the rescue.\n\nDragged into Stubb’s boat with blood-shot, bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/eflhgBfS7N
## 3532                                                                     @woahitsjuanito Just obsessed with how real Greta felt in a sea of unreal performances. And Agatha telling someone… https://t.co/qfQofDAJYI
## 3533                                                                    2 Set Drift Skates Plate Liner Protective Rubber Bands,7X4 72X0 78 Inch Roller Skates Road Band Edge Guard for Adul… https://t.co/HuLs8eSoFk
## 3534                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3535                                                                                                                       RT @bkpp_official: Fire boy💚💚\n\n#PPxGrabFood10versary \n#ppkritt https://t.co/ScFt38nOCN
## 3536                                                                    @woahitsjuanito While I still find it all just boring and didactic in a way that’s probably better suited for the s… https://t.co/2lpH2yDKfn
## 3537                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3538                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3539                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3540                                                                                                           RT @PALPITATE1999: 𝟤𝟤𝟣𝟣𝟤𝟫 𝖦𝗋𝖺𝖻 \n\n💚\n\n#ppkritt\n#พีพี\n#GrabFood10versaryLand https://t.co/WgteS6293b
## 3541                                                                                 RT @kagswaffle: #isagiharem #rinsagi #bachisagi #nagisagi bl one tweet au\nSad girl-Lana del rey (0.46) https://t.co/JWCP2HlnRM
## 3542                                                                                                                RT @JeffSaturFC: Jeff update his IGS \n\n#MusicHeals2022xJeff #jeffsatur https://t.co/euUU9P8Qig
## 3543                                                                                                                                                bl¡nks are the most delusional fand0m i have ever seen here tbvh
## 3544                                                                                                                                             RT @jsaturfiles: jeff satur this is illegal https://t.co/p6T7Pm4T5Z
## 3545                                                              Why is AM rush "schedule" 🔵BL &amp; 🔘SV so unhelpful &amp; inefficient ?!\n10-12 MIN wait ➡️Franc Spr\n13-15 MIN ➡️ Ashburn… https://t.co/dM82DcOfco
## 3546                                                                       RT @biuberryluve: everybody fighting cutely and these two competitive mfs be out there kicking each other like 😭\n\n#BibleBuild #ไบเบิ้ลบิว…
## 3547                                                                                                                                        RT @kpfiIms: — apo ig update with tong and jeff! https://t.co/a0WvJMjh10
## 3548                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3549                                                                 RT @holybibs: SO THEY PROLLY FILMED THIS SCENE AND THEY CUT IT OUT?! BECAUSE THE PAJAMA LOOKS THE SAME WITH THE NOVEL VEGAS 😭\n\n꒰ #BibleBuil…
## 3550                                                                                                                   korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 3551                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3552                                                                                                                                    @lohanisgod I am not racist.  But why does kadarshian girls love bl@ck di*k?
## 3553                                                                   Personally my 10th @FIFAWorldCup! ⚽️\n\nUnfortunately no matchday programmes 📖and no official tournament guide 🏟️ thi… https://t.co/xif5jy4hxH
## 3554                                                                                                                                                       RT @barchorde_tin: FUCK NOT AGAIN https://t.co/aUBkp5Ilhw
## 3555                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3556                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 3557                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3558                                                                                                                                                         RT @kpfiIms: — Jeff new photos! https://t.co/p7EvgrP8Ay
## 3559                                                                                                                                                         A telenovela bl would kinda eat https://t.co/18XbsZaYWr
## 3560                                                                     RT @ayeclpse: as a bl newbie, are there any other recommendations u wanna give me? (i’m quite sure i’m forgetting some i watched here tbh)…
## 3561                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3562                                                                                                     @pramitheus Sour grapes. The movie was a blockbuster and there is nothing you can do about it. Deal with it
## 3563                                                              RT @_asheijii: Let’s make a thread of bl manhwa/manga recommendations!!!!!\n\nreply some of your favourite bl. imma start with PEACH LOVE &amp; M…
## 3564                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 3565                                                                    @NikkiIsUntamed I think he's the guy who stars in Immortal, the BL drama based on 2Ha - that has been delayed and r… https://t.co/vfZNV0Bilw
## 3566                                                                               @aposmiling I was shocked hearing them say that too… like they are the best actors I’ve seen in a while in the (Thai BL) industry
## 3567                                                          RT @kimzhu921231: Pete: Vegas,why did you beat Venice?!\nVegas:emmm,he played our 'toys'.......\nPete:our toys?what? adult don't need toys,gi…
## 3568                                                                     ayre bl rjel khayye this guy e3id hadde bl bus w hes manspreading literally de7she hale bl zewye  w huwe e3id aa rahto mfarshakh kess emmak
## 3569                                                                    @little_jiaxinn_ It is impossible for the BL series to be approved for graphic publishing.  After realizing it, man… https://t.co/ESSMm5iSg5
## 3570                                                                                                                                      @Ioonadaydream Stop coming for eveery single bl crush of mine \nBack awfff
## 3571                                                                     RT @TheAriesDemon: •this tops/semes will be the death of me ☠️• #Jinx #LimitedRun #LowTideinTwilight #BewaretheIdesofMarch #LoveMeNot #TheG…
## 3572                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3573                                                                                               RT @cclodye: HE IS USING TYESO TUMBLR JUST LIKE ME ARGH &gt;&lt;\n\n—#biblebuild #ไบเบิ้ลบิว https://t.co/tEVrjJwnrO
## 3574                                                                                  I read Tonari Ni a couple days ago and I'm still thinking about it. ty Basso for my fix of grounded BL https://t.co/hh3FqWrRSB
## 3575                                                                                               What in the the BL Manwha? Mi yo animado tiene los ojos lila mrk! https://t.co/pmeuZT6lqr https://t.co/fSMrv6iGi4
## 3576                                                                                                                             @mania_th_bl Let's just say, I am excited to learn the limit of Thai TV shows 🤣🤣🤣🤣🤣
## 3577                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3578                                                                    ARTIBETTER Guitar Pickguard Anti-Scratch Guard Plate Self-Adhesive Pick Guard Sticker for 40/41 Inch Acoustic Guita… https://t.co/DaCc1k7lED
## 3579                                                                                  RT @Lalalandrama_: - DECEMBER - still updating... \n\n💙 KDRAMA\n💚 CDRAMA\n💛 THAI DRAMA\n💜 JDRAMA\n💗 BL https://t.co/n9AzDWsMe0
## 3580                                                                 RT @holybibs: biblebuild fights with each other and ending up with build worrying about nong bibs 🥺🤏\n\n꒰ #BibleBuild #BibleWichapas #BuildJa…
## 3581                                                                    RT @buffstax: This is when Biu accidentally drop the knife prop and hurt his feet. Bible got worried and asked him in tiny voice but Biu sa…
## 3582                                                                  RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 3583                                                                    Read about @RossiAtanassova @ahrcpress @RL_UK   Professional Practice Fellowship project which investigates the leg… https://t.co/K5g9QwjF3o
## 3584 RT @iltae0125: #HAPPY_SUNWOOK_DAY\n#지선욱_행복해?\n#근데_있잖아_생일이야_그거_알려주고_싶어서\n#기억해_네_생일_날짜까지도\n#너라서_너라서_축하했어\n#오늘도_네_생일이_낭만적이길\n\n성욱아 Happiest of Birthd…
## 3585                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 3586                                                                                                                       Blue Line, AM Rush Performance Report for 11/29/22 (see attached) https://t.co/3Z3DHwwyvh
## 3587                                                                                                  It Has Been 4 Weeks And No One Has Seen Choroko. We Think She Is Buried Under BL Manga In Her Room Please Help
## 3588                                                                                                                                            @Jupiter_6790 please make BL acc🥹\nI want to talk about BL with you💕
## 3589                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3590                                                                    ...On this the people of the district used to swear, until the present parish priest ( 1856), Father Fitzpatrick, s… https://t.co/PgiguYQygh
## 3591                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 3592                                                                             RT @AdzTheMadz: Our kings! The IT couple of Thailand!! BL legends @milephakphum @Nnattawin1 #MileApo #MilePhakphum #Nnattawin ✨🙌🏼💚
## 3593                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3594                                                                    @EthioHeritage Thanks very much for finding this. Di you see there are two notebooks of sketches with amazing detai… https://t.co/lucHUSbYUP
## 3595                                                                    RT @ChaebolBabynim: @Apostrophe098 that's what i'm afraid of in most BL series is that when they can't separate their feelings from acting,…
## 3596                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3597                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 3598                                                                                                        P’Pai, why so aggressive 🫠🔥🔥 #loveintheair #prapaisky #fortpeat #bl https://t.co/V4BJDpTew0 via @YouTube
## 3599                                                                                      @NE5westend @lee_ryder I don’t think castore are as bad as we think. I genuinely believe the hip they use is just useless.
## 3600                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3601                                                                    RT @biuberryluve: pls i didn't know they had to hit with belt for real 😭... even tho they probably didn't hurt for real , it must've been s…
## 3602                                                                                                                              ATILLA SHORT ANTIQUE BLACK $209.00 https://t.co/v2mYRDfyTE https://t.co/64jxjSNxhU
## 3603                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3604                                                                    RT @Jeonjungkook_SG: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 3605                                                                                                                                                                     @makapolca Good point 🙂 Survival is the key
## 3606                                                                                         RT @zoomdara_online: Fire Boy 🔥🔥\n\n#ppkrit #พีพีกฤษฏ์\n#GrabFood10Versary\n#GrabFood10Versaryland https://t.co/B3pBFVNtrE
## 3607                                                             RT @SerieTV46: Spotify Global 🌍 Daily (2022-11-28):\n\n#11 #JUNGKOOK "Dreamers" - 2.887M\n#54 Charlie Puth feat. #JUNGKOOK "Left &amp; Right" - 1.…
## 3608                                                                    so i recently listened to milord's asmr streams based on some reco i found somewhere🤣 oh man my heart isnt ready fo… https://t.co/Fwx6iMtvh1
## 3609                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3610                                                                                                                                                                                     Her stomach is flat as fuck
## 3611                                                                                       RT @PriyankaSmile_: Cheers to a lifetime. 🍻\n\nI hope you will bless us @shreyaghoshal my love. ♥️ https://t.co/ceOtZA8aGx
## 3612                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 3613                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3614                                                                             I have published a blogpost about the progress with my AHRC-RLUK Professional Practice Fellowship project:… https://t.co/OjKr7Vhzdh
## 3615                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3616                                                                              📢 110 Sea Ganoderma (in rush)\nAN @ bl******** !\nーーーーーーーーーーーーーーーー\nCompleted! #sangoproof https://t.co/JsNfBDGF1C
## 3617                                                                                            I wanna try out this comic book style\n \n#Perfect #Indonesia #BL\n\nhttps://t.co/4ZaQ0RNZfc https://t.co/L26vGxFKrN
## 3618                                                                                                     - DECEMBER - still updating... \n\n💙 KDRAMA\n💚 CDRAMA\n💛 THAI DRAMA\n💜 JDRAMA\n💗 BL https://t.co/n9AzDWsMe0
## 3619                                                                                                                               RT @RealMona_: me &amp; my friend after believing in love https://t.co/MYSNohh7Di
## 3620                                                                                                                                                    @Noeul_lee6 Salmon colour for sure 🤔 https://t.co/1reIzaSyhQ
## 3621                                                                    RT @dailybible: So Joseph also went up from the town of Nazareth in Galilee to Judea, to Bethlehem the town of David, because he belonged t…
## 3622                                                                  ard and asked for their I.D. cards.  These he handed to\nthe man in the bl\n_ounass_promocode_promo_bath_and_body_wor… https://t.co/bYoQiSMlbW
## 3623                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3624                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3625                                                                     @_nchinchi I have so many. But Junketsu Drop is one of them that I always seem to remember. I guess it must be one… https://t.co/z8zaBcHDh2
## 3626                                                                                                    RT @HipzMy: Old Blood Noise Endeavors launches BL-44 Reverse https://t.co/jxlUE1ghc5 https://t.co/WbOE2L0pAY
## 3627                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3628                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3629                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3630                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3631                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3632                                                              RT @GianlucaMeschi9: Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst 🇪🇪 #…
## 3633                                                                    @JimLNeibaur I think Lancaster and Frankenhiemer had a simpatico that surpassed their material. BL was best when pr… https://t.co/8xDQ60dydu
## 3634                                                                                                                                               RT @ricksprickk: o this is BEAUTIFUL #TWD https://t.co/uDDfmJxUGY
## 3635                                                                                                                                              RT @BeyondBeautiful: “Sexuality is fluid” bro pls go drink bl*ach”
## 3636                                                                                                                                                      RT @lovesriick: THEM &gt;&gt; #TWD https://t.co/GmVBNtlZOE
## 3637                                                                                                                      RT @wtsns_info: coming in 2023\n#수평낙하 #intothehorizon #teamsns https://t.co/QkLizeneFS
## 3638                                                      RT @DLIP_Records: 2022 LAST HOTTS\n\nRELEASE LONGSET LIVE\nSHEEF THE 3RD &amp; BLAHRMY\n\nD.L.i.P. LIVE\nDUSTY HUSKY\nRHYME BOYA\ncalimshot\nMSP\nFORTUNE…
## 3639                                                                                                                                             go ahead and forget me when it matters the most 🥴 enjoy yourself bl
## 3640                                                               RT @CSY_CoffeeTMI: King of unreleased songs in award shows #WOODZ #우즈 #조승연 \n\nAAA 12/02        🤝         MAMA 11/29 https://t.co/TkuLlPE8FQ
## 3641                                                                                                                                                                          fuck laxative y’all ever took Mucinex?
## 3642                                                                                                                                                                   “Sexuality is fluid” bro pls go drink bl*ach”
## 3643                                                                    @jduffyrice @KevinMKruse MAGATS are SUPER~DUPER concerned about what people wear, even down to their underwear, bec… https://t.co/MRfTLWQrWA
## 3644                                                                    I am confident that many bl'men have uncomfortably experienced the long glance or blatant stare in mens' urinals/sh… https://t.co/gavJ3vBrPk
## 3645                                                                                                                                    Just add blueming ost to my Korean BL Ost list 🫶🫶🫶❤️❤️ https://t.co/xBYXRAZUwE
## 3646                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 3647                                                                                                                                                                       Gago pls recommend kayo manwha bl juseyo😔
## 3648                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3649                                                                              G M M putting both of these dudes in my most anticipated BL of the year. That shit pissed me off for real. https://t.co/eR8dw7bYBf
## 3650                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3651                                                                   I've been noticing from a lot of people that Destiny is dying.\nTo be honest, for someone that just started the game… https://t.co/OEJXIk7AJj
## 3652                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3653                                                                                                                                @nftnftnftart @NftSunage @illustrata_ai @joynxyz @amli_art @bl_artcult Thank you
## 3654                                                                      RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 3655                                                                                                                                                                             Through all those worst things how?
## 3656                                                                                                                      RT @wtsns_info: coming in 2023\n#수평낙하 #intothehorizon #teamsns https://t.co/QkLizeneFS
## 3657                                                           RT @le_sserafim: [#오늘의르세라핌]\n221129 @ 2022 MAMA AWARDS\n\nFAVORITE NEW ARTIST LE SSERAFIM 🫶🏆\n\n#LE_SSERAFIM #르세라핌 https://t.co/kfoxdXQmUa
## 3658                                                              RT @FlixMcMahon: REEL RAP PRESENTS:\nDIRECTORS CUT 🎬\nMAIN EVENT: \n@FlixMcMahon VS @DonMarino305\n🗓DECEMBER 3RD\n⏰️1PM-7PM\n🏖FORT PIERCE, FLORID…
## 3659                                                                       @tRick_the_only @Zirnike @DigiMalice @MistressRedWasp @JamesCa70626795 @AgainMothra @ToganJoe @RonFancy @RGanley… https://t.co/UOOJHhwdUq
## 3660                                                                    Can y'all stop entertaining bl*nks and svt stans and join the Namjoon streaming party ? Now is not the now the time… https://t.co/fNQMM3EC09
## 3661                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3662                                                                    RT @prakashraaj: Is it because it may affect Gujarat Election results #justasking ….BJP's BL Santhosh Won't Be Questioned For Now In Telang…
## 3663                                                                     RT @amli_art: @GothlyticalArt @illustrata_ai @joynxyz @bl_artcult What a fun way to use this tool and got some great work out of too! Just…
## 3664                                                                  POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2… https://t.co/Hfacj5fOuh
## 3665                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3666                                                                   RT @GothlyticalArt: @illustrata_ai @joynxyz @amli_art @bl_artcult "The House"\nMy biggest stress in my life reimagined. I utilized img2img t…
## 3667                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 3668                                                                    RT @ArtificialCrows: @illustrata_ai @joynxyz @amli_art @bl_artcult These are about our personal experience with DID, plus a dash of what mo…
## 3669                                                                RT @ErotemeArt: @illustrata_ai @joynxyz @amli_art @bl_artcult 'The Green Man'\n\nI love using skulls and trees together in my art.\n\nThe inext…
## 3670                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 3671                                                                                  RT @WorldNfts: @illustrata_ai @joynxyz @amli_art @bl_artcult Dreams are free 💫\n#expressionwithmeaning https://t.co/tgwGS0PW9P
## 3672                                                                                               SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/V1RDjIpLhu
## 3673                                                                                               SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/Ow79ejH6Sk
## 3674                                                                                                                                                             RT @DIN0FILMS: Wonu’s child https://t.co/bzFW9dZKpY
## 3675                                                                    @Niles_Chambers @cbouzy "bl"-words dont roll off the tongue at all, rather trips it. Also Spoutible is three syllab… https://t.co/fVoGV79BZ8
## 3676                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3677                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3678                                                                                                                                 why does jihoon and hyunwook always look like they're promoting a bl series(2)😭
## 3679                                                                    RT @timblessing101: @_RTadyJerry @Sparkybwoii2 @sparkybwoi @FynBoyAjebutter @matthiannaji @emmalee029 @DangoteOfData @1OfficialEugene @_bl_…
## 3680                                                                    RT @Army_Connect: #Dreamers also could have debuted at #1 on the Global excl. US chart if @YouTube, @youtubemusic, @TeamYouTube counted all…
## 3681                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3682                                                                    the current bl trend rn is referencing old lakorns through a bl lens and i think thats such a slay (khun chai, nlmg… https://t.co/l8Onnh3EPh
## 3683                                                                                      @thorsylkius gosh well she's got good taste lmfao... if she ever pops up with a bl account id love to check out her posts!
## 3684                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3685                                                                                                                                Isabeau showed me some of her "BL manga". I'm...not sure how I feel right now...
## 3686                                                                                                                                                        THEY'RE READING BL TOGETHER??? ON MY NATIONAL HOLIDAY???
## 3687                                                                                                                             “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/mWkMBgRpmE
## 3688                                                                     @myu39_Ln accidentally confesses after 2 years like you said and sasaki got caught off guard because he thinks omg… https://t.co/vCwcKCE2h6
## 3689                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3690                                                                                                                                                 RT @BigDaddyShaky: ALL BL🖤CK EVERYTHING https://t.co/tRrThH4zku
## 3691                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3692                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 3693                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 3694                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3695                                                                                                                                                       @jae_myy I know we can replace "shocked" with "excited" 😶
## 3696                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3697                                                                                                                         MinWon in a BL when??\n@pledis_17 let my boys have their moment https://t.co/YGDKbflPB6
## 3698                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3699                                                                                bro how many BL dramas is GMMTV goddamn producing like damn, i already have a ton of trailers saved up 😨 https://t.co/DxKpm1m4Yu
## 3700                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3701                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3702                                                                                                           @gemcv1 The reason is because I only eat famous food like reading famous BL work🤣\nTomorrow is -7C.🥲🥲
## 3703                                                                                                                                      @LiirBL Statistically speaking, what would happen in the next few years? 🤔
## 3704                                                                    @palhania In the future, please do not share your personal details like phone number, email address or order ID her… https://t.co/HvGvdCpPZ9
## 3705                                                                    Blue Yeti Nano Shock Mount, Lightweight Alloy Shockmount Reduces Vibration Shock Noise Matching Mic Boom Arm, Desig… https://t.co/luVRxU9FYd
## 3706                                                                RT @RealTimeNews10: SNATCH &amp; GRAB OF LOTION: Giant 1000 Bl. of Fairlawn Ave. Laurel, MD. Laurel PD on scene investigating a theft in the st…
## 3707                                                                                @DreamBL_PT @nomwholis I only know Boom will play musical project series in one31(not a bl) and for Porsche have no updates yet.
## 3708                                                                    We’re celebrating #GivingTuesday at Tenable by telling stories of our #OneTenable team members that have found oppo… https://t.co/e6BtOgbAsG
## 3709                                                                      WL Faultless @1010JSK @Vlad840 @Salvato37484842 @trillionaire_bl @funny_karma2 @jgov23 @GRINDMASTER_69 @jpmsimon0… https://t.co/QlakLBYTWq
## 3710                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 3711                                                                 “Modeling is not just beauty and smile, it takes boldness and style.”\n― Amit Kalantri,\n\nphotographer: @bl.photograp… https://t.co/A8O8LWo5ks
## 3712                                                                             WL Faultless @pelallt @oni_cyan_nft @BlairZaye @martbiemans @0xFine @newtagnewme @DysocoJohnny @chriskrozz… https://t.co/fSDBvQE9nT
## 3713                                                                                                                             RT @TWDPromos: Rick Grimes in #TheWalkingDead S1 vs. S11🔥🔥🔥 https://t.co/A45faoo26K
## 3714                                                               RT @BLUPDATE2022: 🚨 [CONFIRMED] AIRING THIS DECEMBER 2022\n\n1 - #OhMyAssistant 🇰🇷\n2 - #609BedtimeStory 🇹🇭\n2 - #MySchoolPresident 🇹🇭\n9 - #Sem…
## 3715                                                                    ChainsPro Men Sturdy Figaro/Cuban Chain Bracelet, 6/9/13mm Width, 7 48/8 26inch Length, 316L Stainless Steel/18K Go… https://t.co/p4DsaZXTGL
## 3716                                                                    feanorianswelcome said: I see you're a GL enthusiast and others have often tagged you in GL related content... As s… https://t.co/IOnIrE8csX
## 3717                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 3718                                                             RT @thisis153cm: Q. What's your request to be accepted from each other?\n\nF : Pls be kind to me &amp; do whatever I want \nP : I'd like Fort to p…
## 3719                                                                                                                              I will go back to regular BL spam tomorrow, i just really needed the break/sleep 😆
## 3720                                                                                                                                                                                     @mania_th_bl Context please
## 3721                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3722                                                                                                       Have you watched any Pinoy BL? — Hello Stranger, GameBoys, Gaya sa Pelikula. \n\n https://t.co/nDaVHO9Ct3
## 3723                                                                                                                                            @twtan_ Never been ratioed this bad not even by            bl!nks…..
## 3724                                                                   📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_… https://t.co/IIjOc0TuMm
## 3725                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3726                                                                   RT @PigRabbitTay: P'Cheewin: Why does Seng would like 2 put his head on your shoulder?\nBL: Maybe my shouder r warm.\nP':I see, I've nothing…
## 3727                                                                    @myu39_Ln OKAY BUT YOU SEE WHAT IF THEY MET THOUGH SHARING BLS ON TWT...in this au sasaki ALSO reads bl AND has a t… https://t.co/l6lc5yYeER
## 3728                                                                        This comic is definitely worth reading! Come check it out!\n \n#aitsf #bl #NFTProject\n\nhttps://t.co/MmMR0gcS2n https://t.co/f7q84LtPqI
## 3729                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3730                                                                                                                                                          Instruction 2682111: "mov bl, 0x1"\n #OneSecondTweeted
## 3731                                                                    RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 3732                                                                                                                                      @yinswife AM I WRONG?? idk bl actors are always going on about ‘p’jack’😭😭😭
## 3733                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3734                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3735                                                                                                                                                                  RT @itswords_: You’re my favorite notification
## 3736                                                                                              RT @Jongdaisy_: WHO IS THE CUTE BOY THAT STRUGGLED WITH ENGLISH IN JO1?!\n\n#MAMA2022 #JO1 https://t.co/13YMjaOIv2
## 3737                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 3738                                                                                                                          RT @Lusine_wrd: @bl_hkg @roxysshi Yup they really said it here https://t.co/aMKkotjZ3P
## 3739                                                                    @im_2_invested @polcahanger It is both NLMG and Warp effect but it seems like Warp effect has more effort in trying… https://t.co/APyuKIZmRX
## 3740                                                                                             RT @veri6918: This manhwa is awesome! I can't get enough of it!\n \n#Blender3d #tgcf #BL\n\nhttps://t.co/ExBLyKGyUv
## 3741                                                                                                             RT @naayizhan: your BL is one of the best 🫶\n\n#MyToothYourLove #我的牙想你 https://t.co/CYYEB6mofz
## 3742                                                              RT @GianlucaMeschi9: Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst 🇪🇪 #…
## 3743                                                                        RT @official_jo1: [#金城碧海]\n🤟🏻👅MAMA🌍JAM !! \n\n ILOVE   YOU!!    😈 💋\n\n#MAMA2022\n#JO1 #KINJOSUKAI #스카이 https://t.co/vBgRcgpKxT
## 3744                                                                                    @pinksmilf @LeeJieuuu @SmithCharts the set up..... now bl*nks will wonder y their favs r being dragged, like u did it urself
## 3745                                                                   @AngFdz If I'm not wrong danmei means bl novel (like dangai means bl drama)?\nI don't know the term for ancient sett… https://t.co/SwjV63GLFA
## 3746                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3747                                                                                                                                                                                     omf cant reach thin BL book
## 3748                                                                                                                                    @spicytamsz I think he/she mean for this year not all year\nDon't bl same fd
## 3749                                                                   We have an entertainment vote on Weibo about who is the most wild Top in Thai BL Series \nCelebrate for our P’mile w… https://t.co/uEAfkVn5JJ
## 3750                                                                                                                                                 @1hateudecember Cheer up! Not everyone thinks your like that...
## 3751                                                                                                                                                                     @KingAkamaQc @_BeFootball @Boing6666 Cringe
## 3752                                                                          @Monathereum @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Hey dear Mona ❤️❤️❤️\nI'm ok, thank you))))\n\nHave a good day 😊🙌
## 3753                                                                    P'Shogun is all jealous🥺🥺😵‍💫😫@somjetp_\n@save_saisawat @HdGungun imma Hella ready for tomorrows episode🖤#greenmaitoh… https://t.co/1jJjplvoxo
## 3754                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3755                                                                  RT @sususiaoo: 🗣️: p'peat have you gifted him your present or not?\nP: actually, I already prepared it\nF: HUYY\nP': it's a secret first, soon…
## 3756                                                                                                                          @jimcramer China’s had 5000 deaths vs 1.4 bl ppl. Compare America hundred of thousands
## 3757                                                                                                                                              RT @gabrimoonn: coronation of lana del rey https://t.co/7VaFi8ygZe
## 3758                                                                                                    @nftwithu @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Thank you Alex. Hope you are doing well
## 3759                                                                 RT @sususiaoo: 5 of the person or 1 person but 5 Years old?\nF: i request for 5 years old Peat. 5 of him will give me a headache\nP: Why? 🤨\nF…
## 3760                                                                  RT @nftwithu: @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this wonderful work from @Monathereum\n\n"Joyfull Innocenc…
## 3761                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3762                                                                                                                                                                   THIS IS PEAK THAI BL INDUSTRY YALL WTEHATFUCK
## 3763                                                                  could do . . . uh . . . how much damage did you say\nhe could do in one bl\n_ounass_promocode_promo_bath_and_body_wor… https://t.co/S783mB17UA
## 3764                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 3765                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 3766                                                                                                                                                                       @larisaperezp @anapauugomezz feel u sis 🥲
## 3767                                                                    RT @MFA_Ukraine: FM @DmytroKuleba: “The last time I attended a #NATO ministerial, I came with three words: weapons, weapons, and weapons. T…
## 3768                                                              RT @GianlucaMeschi9: Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst 🇪🇪 #…
## 3769                                                                                                                             very cool and inviting6. There were soft, bluey-green bl    https://t.co/EF36y1loBv
## 3770                                                                                               SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/J3U6PhWd8k
## 3771                                                                    RT @syafulizwan: @ssyazwanaa With all the GE15 tension that divide some of us, I really feel the next Malaysian Open 2023 should be the bes…
## 3772                                                                 @gulfkanawut @Ch3Thailand im sure YOU can play bl again with someone one els .\n\nwish when YOU find your \nlover/boyf… https://t.co/rAKcZUOGA8
## 3773                                                                                   Voten por MileApo!!! POLL: The Best And Most Popular Thai BL Couples Of 2022 https://t.co/x9x3izrUyf vía @The Netizens Report
## 3774                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3775                                                                                       SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) #Lading https://t.co/efT3ZyGTzA
## 3776                                                                                                                                istg if i see any one of u shitting on THE comfort bl... https://t.co/07j8utMRBU
## 3777                                                                    @SpaceValveGuy @BL_Dwyer @WholeMarsBlog Also, since Elon has such fun with numbers, he should avoid using the numbe… https://t.co/gow6hZluDz
## 3778                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3779                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 3780                                                                      RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 3781                                                                           Fragola 491989-BL Size (-6) x LT -1 FI 3/8" Line Feed Side Adapter Fitting XCJ7IBW\n\nhttps://t.co/e463AuUxDb https://t.co/qsvA5KuSZ2
## 3782                                                                Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst… https://t.co/9nxuTX4zLq
## 3783                                                                                       WAVE BL:SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/73333qzoeN
## 3784                                                                                                            RT @FrancisViiperi: Most Awaited BL Series! #NeverLetMeGo #PondPhuwin @GMMTV https://t.co/uJL7omU76E
## 3785                                                                                               Prothane 4-507-BL 12 Valve Cummins Mount Insert, Black IVJPZMY\n\nhttps://t.co/zaMfRJuEy5 https://t.co/cr3D5bOs6R
## 3786                                                                                        @monkagigachad @rujigax @TohsakaEnjoyer Overall, production wise Ao ashi is better. But bl is more entertaining to watch
## 3787                                                                                 Prothane 7-1609-BL Black Differential to Transmission Torque Arm Kit TCGJ9DV\n\nhttps://t.co/vwV1soXoYV https://t.co/c1z3HA6nla
## 3788                                                                              RT @bts_bighit: Run BTS! 2022 Special Episode - 'RUN BTS TV' On-air Part 2\n(https://t.co/aD1o9LMlD0)\n\n#RunBTS #달려라방탄 #달방
## 3789                                                                  🇩🇪 We're super-excited to announce we've been selected to build Dyn Media's new streaming platform.\n\nFrom next summ… https://t.co/EJofArrvNX
## 3790                                                                     MY MOST ANTICIPATED GMM BL IS FINALLY COMING!!! Gonna have my PondPhuwin back on my screen!!!! #NeverLetMeGoSeries… https://t.co/TnN47YmtZd
## 3791                                                                                                      Someone else might be pressuring you to move forward on a sign... More for Scorpio https://t.co/0FINh94GZh
## 3792                                                                         Wowowowow this is getting an English version so soon.\n\nCongratulations and thank you, @16245000, @mrblue_bl,… https://t.co/aNlfrZA2qC
## 3793                                                                    RT @HOAChannelPH: #RainbowPrince lead stars Adrian Dionisio and Eurwin Canzana personally invite you to catch Asia's first musical BL serie…
## 3794                                                                       recently announced that it has processed over 100,000 electronic bills of lading in the first 3 quarters of 2022. https://t.co/WcQvrGpdKd
## 3795                                                                    RT @Rts_WW: RT herefshyfshy: @Duezii @BlazedRTs @SGH_RTs @thgc_rts @Rts_WW The horrific yell as I slipped off the balloon would have been a…
## 3796                                                                    RT herefshyfshy: @Duezii @BlazedRTs @SGH_RTs @thgc_rts @Rts_WW The horrific yell as I slipped off the balloon would… https://t.co/poVBp41MWA
## 3797                                                                    I am a fujoshi studying English as I will go to the US in July 2023. I read mainly commercial BL. I live to read na… https://t.co/Nm5SLCbY4v
## 3798                                                              RT @shipper_diary: That’s all you’re asking for Fort?? \n\nYou’re too nicee 🥺🥺\n\nUse your birthday privilege, my boy 🤭🤣\n\n#FortPeat #TellerxFor…
## 3799                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 3800                                                                                                                                            @bl_artcult @DortheJOC @KinoAlyse @delta_sauce awesome ♥️🌸 thank you!
## 3801                                                                I've read this manga multiple times! You should check it out, too!\n \n#artworks #rabbits #bl\n\nhttps://t.co/gyIOL6QrhY https://t.co/klg5UPFcJN
## 3802                                                                      @_RTadyJerry @Sparkybwoii2 @sparkybwoi @FynBoyAjebutter @matthiannaji @emmalee029 @DangoteOfData @1OfficialEugene… https://t.co/rcVTjL8XvR
## 3803                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 3804                                                                    RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 3805                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 3806                                                                  2. Bilateral Deficit is real\n\nBL Deficit is the difference between strength on two legs (limbs) compared to only on… https://t.co/47UC8jRvdv
## 3807                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 3808                                                                                         RT @ATinyStrayUni: Omg #JO1 are so cute and charming. Who was the cutie stumbling over his acceptance speech? So sweet.
## 3809                                                                      OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, eve… https://t.co/9zIYe1w2W7
## 3810                                                                                                                                      🗣: "u need to stop fangirling over BL couple"\nme: https://t.co/CvO83Dt020
## 3811                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 3812                                                                    @ImrieKoval Yes the pilot trailer worked bettter for me, but I understand why you’re excited about the villain stor… https://t.co/gvBeQ9zVuk
## 3813                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 3814                                                                    Kamen Rider Blade, the series that had the most surprising BL connection for me. I still can’t reconcile the fact t… https://t.co/6YklNy1HCe
## 3815                                                                                                                                                         @soheesthetics They hv more chemistry than bl actors💀🤌🏻
## 3816                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3817                                                                            Mendini by Cecilio 5-Piece Full Size 22-inch Drum Set + Cymbals, Drumsticks &amp; Throne (MDS80_BL) YYXU8TC… https://t.co/6ytt1cIXUW
## 3818                                                                    RT @bnrlibrarian: toh bellowing “that’s my wife!!!” about the big boyfriend physically wrapped around his body is maybe one of the greatest…
## 3819                                                                                                                    @obscuradao @MecenateFineArt Summoning @bl_artcult and @darkestdollx https://t.co/Kvm3FJjLZr
## 3820                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 3821                                                                          I’m so exited to see more of the story the mc is so pretttty and the art style is a bomb fr #manhwa #bl #yaoi… https://t.co/vMh0ymbAiy
## 3822                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3823                                                                    RT @sasa_n_00: @MuzPsycho100 It's an official chapter from the anthology that's about making a mp100 doujin and Reigen just keeps trying to…
## 3824                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 3825                                                                    RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 3826                                                                    cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer —… https://t.co/bcCtWDo5HU
## 3827                                                                                                                                                               RT @mgcarchvs: baby &lt;3 https://t.co/uOgtxv1rAY
## 3828                                                            Tower Fan - 48 Inch Oscillating Fan, Standing Fan with Remote, Quiet Fan with 3 Modes &amp; 3 Speeds, 12H Timer &amp; LED D… https://t.co/n2zx1ng3rh
## 3829                                                                    Homall Futon Sofa Bed Modern Collection Convertible Fabric Folding Recliner Lounge Couch for Living Room with Chrom… https://t.co/KPfxPrtcYX
## 3830                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 3831                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 3832                                                                                                                                                               RT @Disruptren: gmmtv write your own bl challenge
## 3833                                                                                                                                                 @mania_th_bl I am shocked at how little one can wear on tv haha
## 3834                                                                                                               RT @lostinyosemite: me singing dealer by lana del rey when i’m home alone https://t.co/DDKazlsgJm
## 3835                                                                                                                             RT @Crhedrys: At times I ask myself, are these people real? https://t.co/9rIlQTg3wB
## 3836                                                                  RT @britishlibrary: Liven up the colder evenings with our autumn season of events…\n\nEnjoy rare screenings of classic films, discover fascin…
## 3837                                                                                                                                                           @BirdieFanTokens @LIVGolfInv @PGATOUR Interesting....
## 3838                                                                                                                  OMGG THIS IS GOING BE INSANE  I AM SO EXCITED I CAN WAIT 23 YEAR OF BL https://t.co/mH90DOfCWu
## 3839                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3840                                                                                                                                    futs is peak of bl romcom, people stop sleep on it ! https://t.co/K8SZkLYlbQ
## 3841                                                                                                                      Okay so we've entered the era when gmmtv actors are beginning to show their underpants.. 🤔
## 3842                                                                                                                                                                                        @RONDAO_1 Rodso do bl🎈💪🏾
## 3843                                                                                                         Man Who Defies the World of BL!! This show is hilarious, and i want more of it. https://t.co/UB5O7yBRfK
## 3844                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3845                                                                    @zanna_vl @kristofselle @stationerscomms @britishlibrary And never buy food in the BL cafe. Cross the road and go t… https://t.co/btyYopWXqW
## 3846                                                                   ty guys for coming to strim yesterday!! It was seriously alot of fun\n\nand ty to my bl bestie @amamiyumi_ and waifu… https://t.co/o1qbMdZCsS
## 3847                                                                RT @jvang199027: Lastly!! On today's magical BL trip, I visited the #Swapping Cafe. Mannnnn!! They went all out this time around 🤩\n#스와핑 #BL…
## 3848                                                                  https://t.co/ntX20sYL6k\n\nSony WH-1000XM4 Wireless Premium Noise Canceling Overhead Headphones with Mic for Phone-Ca… https://t.co/PJ2kZ3QBLq
## 3849                                                                                                                RT @TrollFootball: USA players last night before their game against Iran https://t.co/L9eBJyNsvD
## 3850                                                                      Minnesota Mother charged with child torture after she allegedly stole her son's bl... https://t.co/gtv7XyySmc via… https://t.co/V6KMUu0Urc
## 3851                                                                    RT @thehawkeyex: g) Now one side J¡hadists group recruite them and on another side there has been a bloodied incident of massacre in 2017 w…
## 3852                                                                                                                                @VB6519 @khanumarfa @_sayema And this isn't Terror.\nBl**dy double barrel guns..
## 3853                                                                                                       OOO! 💙💙💙💙 Technically a BL but there is that whole power of love thing… &gt;_&gt; https://t.co/vxcxaY4Dn1
## 3854                                                                  RT @theseoulstory: [#2022MAMA] 🏆 Congratulations to IVE for winning the Favorite New Artist today at ‘2022 MAMA AWARDS’ today! 🎉 \n\n@MnetMAM…
## 3855                                                                                      Eastbound 6-car BL/New Carrollton Train 460 has been holding at Eisenhower Avenue on track 1 for at least 5 mins. (8:50am)
## 3856                                                                                      Eastbound 6-car BL/New Carrollton Train 460 has been holding at Eisenhower Avenue on track 1 for at least 5 mins. (8:50am)
## 3857                                                                  RT @temsbaby: Thank God for Great counsel. \nThank God for good health and growth. \nNot many can take out time even if they wanted to. They’…
## 3858                                                                                       @GeSunlovers @cdrama_tweet Not outright ban. They didn't state it clearly. BL will air ...just not anytime soon in years.
## 3859                                                                                                                                 @emmettdoog Excellent aroo for Taroosday! Have a great day, Emmett, BL and fam!
## 3860                                                                   RT @temsbaby: So much growth this year. I’m here for my fans. I have worked so much on myself. It will all make sense when it happens. \nI s…
## 3861                                                                  @SpaceValveGuy @BL_Dwyer @WholeMarsBlog But it WAS appropriated. \n\nThe people who invented the swastika probably di… https://t.co/4og0CSeYOz
## 3862                                                                                                                                                                      idk if I should read bl/manga, fic or au 😖
## 3863                                                                    RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…
## 3864                                                                                                         @dark_xing Hopefully I gonna finish reading it soon 😅 being a uni student and a bl fan is freaking hard
## 3865                                                                           RT @temsbaby: I just a baby!! I’m gonna show off. \nYou don’t like it? Fuck you from the bottom of my heart🙏🏿 https://t.co/OvCjF98jdb
## 3866                                                                                                                  RT @delicioussthing: perth and chimon as a side couple in this new bl? well shit. i am seated.
## 3867                                                                    RT @temsbaby: I don’t know who needs to hear this but I am not your Christian saviour. I didn’t come here to uphold your beliefs about God.…
## 3868                                                                    Reflections on an oral history project (re)shaped by the pandemic | read about how COVID impacted on our oral histo… https://t.co/Fs2b5GLH0o
## 3869                                                                   RT @temsbaby: I don’t brag because I’m not playing the same game. I don’t need to brag, I am who I am whether you know it or not.\nIt is the…
## 3870                                                                                                                                                                               RT @temsbaby: Thank God I’m free.
## 3871                                                                    My fav bl of all time 😍 Sangwoo choo, the programming background, comedy and character development make me love thi… https://t.co/4zknqDMcFz
## 3872                                                                                                                            underrated anime musim ini karna ketutupan csm, bl sm bleach https://t.co/Nn5RxUbJii
## 3873                                                                                                                                                                             RT @ppnaravit: @phuwintang handsome
## 3874                                                                RT @MiyakeHaruko: "Hey! Heard you also like BL, hope you don't mind me sitting beside you~"\n\nCommission from: @SeikiDraws \n\n#ENVtuber #PHVt…
## 3875                                                                                           RT @BookshopGlasgow: “Hell is empty and all the devils are here.” — William Shakespeare...... https://t.co/iT6Kkh7GEY
## 3876                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 3877                                                                                                          @Hokutotrash not me thinking about your tweet about hoku's new drama and bl... then they dropped this😭
## 3878                                                                     @hill_hillbill @Petersbrooking @EvLenz @tominfrance @MmzelleFrenchie @vja1999 @vandyke4ad @nonnie100759 @Dissentra… https://t.co/uBhwklw3uk
## 3879                                                                    RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…
## 3880                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 3881                                                                                         RT @asakemusik: Let’s the December madness start Now !!!! (Organized chaos)\n.\n🎥 @boy_director https://t.co/rxZRXMG4wz
## 3882                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 3883                                                                                                                         @cobie @CL207 Indeed. The hustlers (big bl guys) are so god damn tiresome in that area…
## 3884                                                                  Happy  #GivingTuesday ! Support our campaign by helping us reach our fundraising goal of $3,000. \n💜\nTo contribute t… https://t.co/nNIViSMikP
## 3885                                                                    Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the f… https://t.co/ymK2KoJuME
## 3886                                                                                                                                               RT @Simp_tuyo: @Beelce_ BL\nBlue Lock\nBoys Love\nBlue Lock = gay
## 3887                                                                                                                                       perth and chimon as a side couple in this new bl? well shit. i am seated.
## 3888                                                                    5PCS Blackhead Remover, Pimple Removal Tools, Blemish Whitehead Popping Removal, Whiteheads Spot Removing Zit Tool,… https://t.co/Ejvrae9b39
## 3889                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 3890                                                                                                                                f wardrobe long. See, girls, do see, how her long bl     https://t.co/NJ0Vifko6v
## 3891                                                                    the problem with having a bl that you like but didn't hit blorbo status having a special episode where one of the c… https://t.co/zZvW7ZaBaz
## 3892                                                                    RT @kpophappenings_: when that kpop idol was given a homophobic question by asking him if he cringed when he saw his member act in a BL dra…
## 3893                                                                     With him . So why are you blaming gun for breaking when he didn't do this . Off wants to work with gun . Gun wants… https://t.co/KEGEozXdwC
## 3894                                                                    BALENCIAGA is getting CANCELED #shorts #balenciaga - https://t.co/3pS9kRaBWa weeks after dumping Kanye West, BALENC… https://t.co/hdsE3Zy8Yx
## 3895                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 3896                                                                     Atlast watched #GMMTV2023 and the 3 series that caught up my attention were #LastTwilightSeries I completely trust… https://t.co/U2sey2aQkx
## 3897                                                                                                                     @hanavideen @BLMedieval Here's an article on Medieval Calendars \n\nhttps://t.co/F8WBSMYzG0
## 3898                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3899                                                                                                                              @pray4luvvv @_Messimerizing_ But I said that because BL was the biggest hit by far
## 3900                                                                    HDE Silicone Skin for Xbox 360 Controllers Rubberized Protective Cover for Microsoft Xbox 360 Wired and Wireless Ga… https://t.co/TkgTRxKLnL
## 3901                                                                                                                                  RT @thesheddyking: Person wey organize tutorial cry comot from exam hall today
## 3902                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 3903                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 3904                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3905                                                                                                                                             @mikunn_e @thesheddyking One this day you shall join me in paradise
## 3906                                                                    RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…
## 3907                                                                                                   RT @JAYFUSED: #TellerxFortPeat \ni love you                           i love you more https://t.co/mzvWgRO36i
## 3908                                                                                                                                           RT @zzpopzz: them with aranaras\n#xiao #venti https://t.co/iHtJYi7epU
## 3909                                                                                          RT @peatws: Peat and his unlucky hands 🤣\n\n#TellerxFortPeat \n#FortPeat #FortFTS #Peatwasu\n\nhttps://t.co/G90y3M7xrr
## 3910                                                                                                                                                              RT @BBBui6969: so sweet!😘😘😘😘😘\n\n#TellerxFortPeat
## 3911                                                                  RT @___5O6O: Thank you for your hard work every day.🫡\nToday too, #FortPeat was cute.❤️💙\nIt was a happy day.Thank you. 🙏🏻💕\nGo home safely an…
## 3912                                                                                    @letsgoskz008 kinnporsche is a thai bl drama, it’s not yaoi (i’m pretty sure yaoi is used for japanese productions only too)
## 3913                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3914                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 3915                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3916                                                                                                                             its not surprising if someone thinks this is a bl drama 😭 \nhttps://t.co/8FEoBkyo9e
## 3917                                                                    RT @Jharkhand_cho: #MDNHMJH #stopoverloadingchos @mansukhmandviya @BannaGupta76 @MoHFW_INDIA @HLTH_JHARKHAND @AyushmanHWCs @PMOIndia sir ga…
## 3918                                                                    RT @JacksonWang852: Was just at the night market, Plz dont stand in the rain … it’s not worth it. I can’t accept the fact that no one there…
## 3919                                                                           RT @BamBam1A: sorry for the "can you leave?" 😅\ni really don't know how to do it\n\nif you have a twitter please show your self here😭
## 3920                                                                                                        Okayyyy you BL series is definitely not a place to introduce and promote a new 2nd CP pleaseeeeeeeeee 💀💀
## 3921                                                                                                                                    @vanillamims33 They will manifest that bl project everyone hoping they get 😏
## 3922                                                                                                                                        RT @MillsReggie: Never lose faith. Keep working hard, you’ll find a way.
## 3923                                                                    @BriggonSnow Our Skyy is 5 episodes, each following up on a couple from an earlier BL (ok, 3 BLs and the BL subplot… https://t.co/F8pewQMab9
## 3924                                                                    CollarDirect Galaxy Cat Collar with Bell Space Pattern 2PCs Adjustable Safety Breakaway Collars for Cats Kitten Bla… https://t.co/5LTiQ7dxVv
## 3925                                                                    RT @Kpop_Herald: [#2022MAMA] @IVE_twt you girls look amazing tonight @MnetMAMA. Congrats once again! 🏆🔥🤎 #ive #MAMAAWARDS https://t.co/d4af…
## 3926                                                                                                                                            RT @peoplelove2talk: I love ❤️ olivia rodrigo https://t.co/chNdHBU6Vk
## 3927                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3928                                                                                                          RT @ivepics: gaeul performing nmixx – o.o at mama awards #MonsterRookiesAtMAMA https://t.co/QYfMv12rnK
## 3929                                                                    RT @UntoldLives: Gunner William Ruxton was discharged from the Bombay Artillery in 1859 after 23 years’ service because of old age, loss of…
## 3930                                                                                                                                                                  @newuzery like twitter bl fandoms (??) etc lol
## 3931                                                                    They will spend hours reading bl yaoi n calling themselves fujo then go to twitter supporting homophobia irl becaus… https://t.co/dGzBydqV1B
## 3932                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 3933                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3934                                                                                                      RT @yiruyu: "don't worry Ventea im gonna save you!!" \n#原神 #xiaoven #xiao #venti https://t.co/csca3KvbBT
## 3935                                                                                                                                                         RT @sadtruthwords: I hope this year has a happy ending.
## 3936                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 3937                                                                cw) disclaimer:\n• bl, gay, homo, lgbt\n• orv, ship joongdok slight doksang \n• OOC, harswords, vulgar, nsfw\n• just fa… https://t.co/KzWIMonzY6
## 3938                                                        RT @BLUPDATE2022: SOUTH KOREA | From the same producer of ‘Blueming’, KENAZ's “#TheDirectorWhoBuysMeDinner #밥만잘사주는이상한이사님” starring Park You…
## 3939                                                          RT @BLUPDATE2022: JAPAN | BL Horror Movie “#グランギニョール #GrandGuignol” premieres October 28th in theaters.\n\nStarring Komiya Rio (#EternalYeste…
## 3940                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 3941                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 3942                                                                                                                                      RT @BLAsia_Africa: Don't miss the December film screenings @BL_IndianPrint
## 3943                                                                   @falloutplays Prob too late but something I wanted to add upon consideration: Strand\n\nDepending on how drastically… https://t.co/lNAq6TwUFq
## 3944                                                                               RT @UrFujoshiSister: Gmmtv serving us a quality BL Series for the last minute of 2022 #NeverLetMeGoSeries https://t.co/d8wBq9cEaq
## 3945                                                                                                                  RT @dkz_dy: [📸] 221129 2022 #MAMA AWARDS\n\n❤️🐯🐰🐹🐱🐻🦊💙\n\n#DKZ #디케이지 https://t.co/jLEWmXNs5b
## 3946                                                                    #NeverLetMeGoSeries ummm what happened to the dark, angsty themes??? The pilot trailer capture that very well but t… https://t.co/GG1MThjm08
## 3947                                                                         whitelist Assigned  @MedellinAP @wangy190a @lukeabc @Connor___Cheek @jake_rhill @ChahalDesigns @kedziora_james… https://t.co/oCuSlaxygK
## 3948                                                                    I have an instinct that the season 2 of a "Weak Hero Class 1" had the mix of a bl series😂. Why ? It's  because on e… https://t.co/vQY6VJHWHq
## 3949                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 3950                                                                                                                                                                          @UndergrndDrama I love this bl so much
## 3951                                                                                             the beginning was really fucked up and all but i love the development of this story and thats how u write a good bl
## 3952                                                         RT @yaoi_you: Smooches~✨ (〃∆〃)ゞ💕\n\nLook at Sasaki's expression in the first image, how cool (~0³0~)💙\n\n(Via Sasaki &amp; Miyano, licensed by Yen…
## 3953                                                                 RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 3954                                                                                                                    weak hero's si eun and soo ho's bromance more BL than any other BL 😳 https://t.co/GCQyEBzQZY
## 3955                                                                    Pointed Tiger Eye Pendant Natural Black Onyx Clasp Closure Necklace Gemstone Adjustable Necklace Protection Stone N… https://t.co/2xPMfo1Asq
## 3956                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3957                                                                    RT @littledunk0110: I'm already a picky person when it come to BL series and now they've made my standard become higher.\nFort and Peat are…
## 3958                                                                    Uk what's the best thing of him guys? The way he is saying grateful in every event that they went to and never forg… https://t.co/zJ3mbF0paf
## 3959                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3960                                                                                                          @Fuzail988 @NadeemNusrath1 @sardesairajdeep @manipaluniv What about allah hu akabar chant before bl@st
## 3961                                                                                                                         @Yami_Umai I wanna make friends that I can play games with and gush about BL things to.
## 3962                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 3963                                                                                                                                @prakashraaj I think you bl**dy is from a woke side. It seems nobody cares woke.
## 3964                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3965                                                                    @starsforskz Oh sorry I didn’t know bout yaoi thing- I just heard somewhere I don’t remember - so like- kinn porche… https://t.co/O1zsC6oaZh
## 3966                                                                 RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 3967                                                                    @Bongs90209970 @Siyanicent @mueslimomo @ImbouMax @AfricaFactsZone 😂 People will always come to ur country as long y… https://t.co/dmC6uw8USi
## 3968                                                                                                                                                 RT @ElevenElevenQts: ⠀\n\n             Is your heart okay?\n\n⠀
## 3969                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3970                                                                    @one_right_now @_Messimerizing_ Bl mv had blood in thumbnail so they stopped the reach and syt have that face surge… https://t.co/7ZdctcgmbB
## 3971                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3972                                                                                                           @bl__bts_ @fort_fts well make up artist shared this for Fort's bd celebration post soooo yeah hahahah
## 3973                                                                                                    me trying to act sane after reading my favorite ship having sex in the bl im reading https://t.co/6Ipo2Wmcxk
## 3974                                                                                                                                                                  and that’s how you do bl mafia themed series 🔥
## 3975                                                                                                                                                                                         ! l0ve my s!bl!ngs !!!!
## 3976                                                                                                                                           RT @ElevenElevenQts: If I'm weird with you, I'm comfortable with you.
## 3977                                                                                                                                            excuse me i want to watch my silly little bl https://t.co/P0kPwdjoru
## 3978                                                                    This is Mr Boohig who in 18 march 97 opposed the Murphy family s appeal in circuit court skibbereen he stood over l… https://t.co/BdYP9QaDfa
## 3979                                                                                                                                ANGEL TALL ANTIQUE BLACK $236.50 https://t.co/YN9vEQefKp https://t.co/YatRmYZ1GB
## 3980                                                                                                                                          @RonFilipkowski You are feeling bad cause you are not bl@ck , poor you
## 3981                                                                                                RT @kchartsmaster: 🏆 Congratulations ENHYPEN for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS.
## 3982                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 3983                                                                                                                                          RT @puppydragons: Bl actors sitting together 🫦 https://t.co/JqkFtUwkck
## 3984                                                                     RT @Anne_MarieBrady: I stand with the people of China who are bravely protesting against their government. A4 white paper is being used as…
## 3985                                                                   RT @sususiaoo: Look at their happy lil dance when the emcee mentioned that there are 40k+ people watching their live 🥺🥺\n#TellerxFortPeat ht…
## 3986                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3987                                                                                                                                                                              @H0laSoySerena Le fi shams bl awal
## 3988                                                                                                                                                                                 @JAYFUSED @fort_fts That's him?
## 3989                                                                                                                                                       RT @lheesoftie: tags for #enhypen https://t.co/kPP29NGFZ7
## 3990                                                                     @mayhewbergman When we had lunch at BL, you talked about the pronunciation of "wifi" and all the signals and noise… https://t.co/vbBSA9D2eH
## 3991                                                                                                                                                                                    @blisanewblack Is this a BL?
## 3992                                                                                                         RT @onlyhereforbkpp: "without leniency and with no exception". as they deserve. https://t.co/siD4NuJnel
## 3993                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 3994                                                                                            RT @ivepics: an yujin performing le sserafim – fearless at mama awards #MonsterRookiesAtMAMA https://t.co/HRURugBoPZ
## 3995                                                                        W I N D 🌬️\n\nA fan art for @fort_fts\n\n#prapai #prapaisky💨☁️ #loveintheair #loveintheairtheseries #bl #thailand… https://t.co/LuiCC1boLc
## 3996                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 3997                                                            @BriggonSnow Until We Meet Again and its follow-up Between Us\n\nVice Versa\n\nLove Sick 1 &amp; 2, especially the "BL cuts… https://t.co/fGbRPEMK9k
## 3998                                                               RT @losnahij21: WTS/LFB\n\nThe 🍕 Delivery Man and Gold 🏰 BL Pbox - 220php set\nPearl Boy - 220php set\n\npls help RT @krmanhwa_market @kr_retwee…
## 3999                                                               RT @losnahij21: WTS/LFB\n\nPunch Drunk Love BL Pbox - 110php set\nSecret Relationships - 110php set\n\npls help RT @krmanhwa_market @kr_retweete…
## 4000                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 4001                                                                RT @losnahij21: WTS/LFB\n\nBL pbox - 50php/each (HMT, ULS, Big Apple, Lover Boy, AMOV)\n\npls help RT @krmanhwa_market @kr_retweeter thank you!…
## 4002                                                                    RT @BlackLo39629533: The hardest thing in life is having feelings in your heart that you can't put into words. that is pure feelings of lov…
## 4003                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 4004                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 4005                                                                                                           RT @_cloudiary: 2022 MAMA #NMIXX #IVE #NewJeans #LE_SSERAFIM #Kep1er Cheer up https://t.co/AhB2oe7KsO
## 4006                                                                                                                                                                                      Senegal is winning today 💯
## 4007                                                                                                                                                                                   Which bl should i watch next?
## 4008                                                                                                                                                    RT @WeiWeiPonGege: Girl groups , BL and other gay activities
## 4009                                                                    The Everything DASH Diet Cookbook: Lower your blood pressure and lose weight - with 300 quick and easy recipes! Low… https://t.co/nvxZviENai
## 4010                                                                     @letsgoskz008 but the term ‘yaoi’ is often confused with just boys love so i get where you’re coming from, because… https://t.co/ihdce9kHOq
## 4011                                                                     i love how the whole family are there for him, his pa, ma, his brother, are proud, supporting him, and helping him… https://t.co/COuoka4VFC
## 4012                                                                 RT @Kanjengirene_: Billkin Entertainment &amp; PP Entertainment appointed lawyer Jen Phaisit to proceed with pressing charges against some acc…
## 4013                                                               RT @LaliceUpdates: RT &amp; Reply for \n#HotTrendingSongs 🥺⬇️\n\nCan't wait to see #LISA perform #LALISA and #MONEY in Europe! Also hoping to see…
## 4014                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4015                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4016                                                                  RT @loveinPPE: PerthChimon -\nDangerous Romance directed by Lit Samajarn.  \nThe most exiting as it's GMMTV Original BL series, not adaptatio…
## 4017                                                                  RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #treasure\n\nBig congrats on winning for 'WORLDWIDE FANS' CHOICE' at 2022 MAMA AWARDS…
## 4018                                                                     The hardest thing in life is having feelings in your heart that you can't put into words. that is pure feelings of… https://t.co/oM99EyJ5yr
## 4019                                                                  RT @LaliceUpdates: Lisaaaaaaa 😍😍😍 @MnetMAMA \n\n#NETIZENSREPORT #LISA for Asian Celebrity of the Year #ACOTY2022 @thenreport https://t.co/ZXP…
## 4020                                                                                                                                                               JUSTICE FOR VEGASPETE 😭😭😭 https://t.co/9BOVtiYQ4V
## 4021                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4022                                                                WTS/LFB\n\nBL pbox - 50php/each (HMT, ULS, Big Apple, Lover Boy, AMOV)\n\npls help RT @krmanhwa_market @kr_retweeter th… https://t.co/5lbxIzzJaT
## 4023                                                                    Shop Now: https://t.co/qvZB0wpMOe Dressage T-Shirt, Horse riding shirt, Horse riding gift, Dressage shirt, Dressage… https://t.co/mv408Hpjeq
## 4024                                                                    @POTUS ONLY A ""P E R V E R T--PIECE OF T R A S H"", LIKE YOU WOULD DEMONIZE POLICE, WHEN POLICE MAX KILLED 6 B L A… https://t.co/TommwAS0v6
## 4025                                                                    Shop Now: https://t.co/6TUd7ujthx Feeling Down Saddle Up T-Shirt, Funny horse riding shirt, Dressage shirt, Horseba… https://t.co/BZPBR87q1I
## 4026                                                                                                    Gmmtv serving us a quality BL Series for the last minute of 2022 #NeverLetMeGoSeries https://t.co/d8wBq9cEaq
## 4027                                                                                                                RT @MemindyOfficial: Happy Birthday @fort_fts 🥰🥳\n\n#OurSmile22ndFortDay https://t.co/vnZcINkmu4
## 4028                                                               RT @forgot7ss: YOUNGJAE ACCEOTED AND SUDDENLY STARTED SINGING NANANA! \n\n#GOT7_144pLIVE #GOT7 @GOT7 #갓세븐 #GOT7Win2022MAMA https://t.co/cGgkS…
## 4029                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4030                                                                    @travis_bl @NorthRoadCycles I was torn too, I don’t see me ever doing downhill but there is a wealth of tracks on m… https://t.co/9wsuggBKIB
## 4031                                                                                                                       RT @b_beauniiz: Congratulations 💚🕊️\n#GOT7Win2022MAMA\n#GOT7 @GOT7 https://t.co/oDEmijPXsz
## 4032                                                                 RT @youngandlynn: 🍑: Ahgasaes, as we will always do our best as GOT7, so please send us lots of support and love.\n\n🥹🫠💚😭🥰\n#Jinyoung #GOT7 #G…
## 4033                                                                                  RT @cclodye: bible after vegas crying scene with pete. he looks so sad 🥺\n\n#biblewichapas #biblebuild https://t.co/7CTSMxeTFv
## 4034                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 4035                                                                    @Hokutotrash I know right😭😭 I can't imagine that either. I've always wanted KZHK's first bl to be with e/o. And for… https://t.co/KZiNQKhaaT
## 4036                                                             RT @Quinny_il: HBD Albedo ☺️❤️ I just realized that this is the same pose I drew last year 😂My style has changed a lot\n\n#albelumi #アルベド生誕祭2…
## 4037                                                                                                    "I don't fight anything don't you guys know that already Bl Tis why I'm the Uke, not the Seme :D " #DenseBot
## 4038                                                                                   RT @STORY_EarthMix: 🗓 DMY : 29/11/65\n\n💌 น่ารัก 🥰\n\n📮IGSTORY : theearthe \n\n#EarthPirapat #เอิร์ทพิรพัฒน์ https://t.co/903l1KAvSf
## 4039                                                                    @POTUS ONLY A ""P E R V E R T--PIECE OF T R A S H"", LIKE YOU WOULD DEMONIZE POLICE, WHEN POLICE MAX KILLED 6 B L A… https://t.co/90Si5SSasM
## 4040                                                                                                                                            @Hokutotrash wait i need to process this... it's not a bl right????😭
## 4041                                                                    @moondust_36 @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @acidframerate Thank you very much for be a… https://t.co/5Vshv0H1OJ
## 4042                                                                                                                   me wanting to purchase another new bl manhwa : oh look there's a fly flying outside my wallet
## 4043                                                                  The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL H… https://t.co/XHZhuEZWVz
## 4044                                                                    @POTUS ONLY A ""P E R V E R T--PIECE OF T R A S H"", LIKE YOU WOULD DEMONIZE POLICE, WHEN POLICE MAX KILLED 6 B L A… https://t.co/1QXFG5HZMl
## 4045                                                                                                                                                      I wish my knowledge on manga is as wide as my bl catalogue
## 4046                                                                                                  RT @mcaryeong: Using the same filter is one of em favorite things😌\n#เอิร์ทมิกซ์ #EarthMix https://t.co/cM9lMHNnxa
## 4047                                                                                                                                                RT @hanmdin: 「affection」#類司 #prsk_BL https://t.co/M7USPb3RT9
## 4048                                                                    RT @britishlibrary: This #GivingTuesday help us care for our collection by adopting a book from our list of classics from Little Women to A…
## 4049                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4050                                                                                                                                                               Cleared: Incident on #QM32Bus WB at Bell Bl/23 Av
## 4051                                                                    RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 4052                                                                                                                          RT @BamBam1A: You guys did it!\nThank you IGOT7💚\n#IGOT7 #GOT7 https://t.co/Tau8uzoHAn
## 4053                                                                                                                                                         @_Messimerizing_ How tf has more views than BL MV?? 💀💀💀
## 4054                                                                                                                         Another day, another bunch of weirdos losing their shit that BL exists and is consumed.
## 4055                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4056                                                                                        PROTHANE 1-1904-BL Black Urethane Motor and Transmission Mount Kit for CJ5, CJ7 and CJ8 XTHL2SU… https://t.co/l24xwfBWLY
## 4057                                                                   RT @hammie_yuyu: so Kit joined other actors in the anti-breast cancer campaign - QSCBC (Queen Sirikit Center for Breast Cancer) \nthis is th…
## 4058                                                                    Time to get ready @apac_ssn members to join in with @ARAScot #12DayOfArchives and showcase you #PerformingArts arch… https://t.co/tMyEFVGXv2
## 4059                                                                                                                            @MrDimplesSD @Hoodville_ I am not a bl@ck who does this low grade job of recycling 😏
## 4060                                                                       RT @EarthMixxJFC: [2022-11-29]\nIGS Update!\n\n🥰🤎💕\n\ncr. theearthe \n\n#EarthPirapat #ชาวโลก\n#EarthMix #เอิร์ทมิกซ์ https://t.co/TiQVk85hoG
## 4061                                                                                                                        RT @syafulizwan: PRYSM boleh jadi media of the year sebab BL🇲🇾 is the FAN OF THE YEAR 😁🔥
## 4062                                                                                         RT @cosplayer_lex: #개차반 #오늘만사는형제\n류난무🚬\n\n(LezhinComics&amp; Bomtoon\n bl webtoon) https://t.co/p7Hb3QfZC2
## 4063                                                                        RT @EarthMixxJFC: [2022-11-29]\nIGS Update!\n\n👨🏻‍🎓🫶🏻\n\ncr. mixxiw \n\n#mixxiw #ส่วนผสมของมิกซ์\n#EarthMix #เอิร์ทมิกซ์ https://t.co/IC3ux1rI9y
## 4064                                                                    "To fall in love with Christ, to be loved and transformed by the Sacred Heart, to have a contemplative sense of God… https://t.co/XZpEiY6vUs
## 4065                                                                    RT @btstatsreminder: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 4066                                                                                                                                                                                                         Messy 🤯
## 4067                                                                    #OTD in 1877 US inventor Thomas Edison demonstrates his hand-cranked phonograph for the first time.\nTo learn about… https://t.co/bqceJI9icv
## 4068                                                                RT @SupportForMT: 🎉Congratulations GOT7 2022 MAMA AWARDS 🎉🎉🎉\n\nWorldwide Fans' Choice top10🥹\n#GOT7Win2022MAMA\n#GOT7 @GOT7 https://t.co/Ek7uW…
## 4069                                                                                       @bvtterflyxv who would've thought the plot twist of the century would be presented by a bl series https://t.co/fWOd8ggu1R
## 4070                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4071                                                                     @ssyazwanaa With all the GE15 tension that divide some of us, I really feel the next Malaysian Open 2023 should be… https://t.co/Ith0ogpLeZ
## 4072                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 4073                                                                                                                         its them against the world #bl #manwha #pearlboy #doosik #jooha https://t.co/e2ze5KXMmF
## 4074                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 4075                                                                                                                                                                                    @0087_bl Thank you Lalaine 😊
## 4076                                                                    RT @thordiskolbrun: We, the Ministers of Foreign Affairs from 🇪🇪🇫🇮🇮🇸🇱🇻🇱🇹🇳🇴🇸🇪, are in Kyiv today in full solidarity with Ukraine. Despite Ru…
## 4077                                                                    RT @biwkeen: congrats holdxxxxxxx pantxxxxxx bkrxxxxxxxx gooddxxxxxxxx kinbxxxxxxx telexxxxxxxx trutxxxxxxxx lovebxxxxxx oneyxxxxxxxx handx…
## 4078                                                                    RT @britishlibrary: This #GivingTuesday help us care for our collection by adopting a book from our list of classics from Little Women to A…
## 4079                                                                    for the short moment they've been together , they've given so much things and happiness to eachother 🥹 they look so… https://t.co/d8dPhOLQwj
## 4080                                                                                                     @moondust_36 @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @acidframerate @d1460_nft Amazing 🤩
## 4081                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 4082                                                                     @shahrazadsani With all the GE15 tension that divide some of us, I really feel the next Malaysian Open 2023 should… https://t.co/D2pN82lxAL
## 4083                                                                     This #GivingTuesday help us care for our collection by adopting a book from our list of classics from Little Women… https://t.co/XvLlu3sf5c
## 4084                                                                                           @reigenshisou @yesehep NO?? YOU ASKED ME DO I READ BL AND THEN I SAID I DONT BUT IK UMAI DOES SO YOU COULD GO ASK HER
## 4085                                                                                                                         That emptiness feeling after finishing your favourite BL series :( &lt;&lt;&lt;&lt;&lt;
## 4086                                                                    #NeverLetMeGoSeries is giving me #whereyoureyeslinger feelings. I am here for it all. I love that we can see elemen… https://t.co/1wQwiSELhg
## 4087                                                                                                                           @LARSENLovelorn You ain't got to lie we know about that Brazilian BL you got keep up.
## 4088                                                                             This comic is definitely worth reading! Come check it out!\n\n#TGIF #bilibili #bl\n https://t.co/1FhjFuUDd9 https://t.co/z9igCnB9Wr
## 4089                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 4090                                                                    ' i hope that this light of my life never fades ' - doosik. 😭🥹 i found this panel and that quote so beautiful.  the… https://t.co/hETT4f0qGH
## 4091                                                                                                                                                                @FAAAAAAAAANI_ It's BL 👀 https://t.co/VgJIyQE7oW
## 4092                                                                     5 PCS Under Couch Blocker for Pets, Blockers for Furniture,Dog and Cat PVC Adjustable Clear Couch Blocker for Sofa… https://t.co/aUs0pBSYcr
## 4093                                                                                                          @DeoNonFortuna3 I took some there with my crappy phone a couple of weeks ago, not a patch on that one.
## 4094                                                                    @Willard1951 Thanks for asking because I had forgotten (I was going to go into details at a later data, but this al… https://t.co/qMrmYBt1qA
## 4095                                                                    RT @oohmpieng: just when bkpp em and ohmnanon retired... filmjam become an established pair. im afraid ill stay on bl twt forever https://t…
## 4096                                                                                                                                                           word play is great and they got bl scenes too ^//~//^
## 4097                                                                    The untamed 10000/10💗\nIt's a bl adopted from a famous novel. Really a masterpiece and my all-time fav cdrama. made… https://t.co/lp6HD5wbAG
## 4098                                                                                                                             very cool and inviting6. There were soft, bluey-green bl    https://t.co/GrPEzQ5vz5
## 4099                                                                                                                                                                        What the fuck!!? https://t.co/KROel7LqPx
## 4100                                                                                                                                                                                  @DeoNonFortuna3 Terrific photo
## 4101                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 4102                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4103                                                                                           thats it. im not about to miss out on good BL novels just bc i cant read and understand korean, im gonna learn it 😂😂😂
## 4104                                                                    YihuiDurable 10 Pack of Non-Perforated 3M Strong Adhesive Hooks Colorful Mini Cute Wall Bathroom Kitchen Waterproof… https://t.co/i6Wax3BGuc
## 4105                                                                    RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…
## 4106                                                                                                                                       RT @dkz_dy: #종형 #JONGHYEONG\n2022 MAMA AWARDS 🍀 https://t.co/tjWKaMuX6V
## 4107                                                                                                                 PRYSM boleh jadi media of the year sebab BL🇲🇾 is the FAN OF THE YEAR 😁🔥 https://t.co/y5SDXb4qG7
## 4108                                                                    @Kerry_edu @rpondiscio When a parent chooses a school that teaches BL and child isn’t reading, the school disagrees… https://t.co/bOvypYQLol
## 4109                                                                    RT @L1PGL0SSHONEY: my chemical romance ‘NJ hardcore’ my ass. mcr is like if you gave a theater kid access to a recording studio and nuclear…
## 4110                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4111                                                                    @pieeeUWMA 😂 that girl startled me when she said "this copter" 👀.... Because I remember when someone asked fourwhee… https://t.co/RbuefH0ftM
## 4112                                                                    WTS/LFB\n\nPunch Drunk Love BL Pbox - 110php set\nSecret Relationships - 110php set\n\npls help RT @krmanhwa_market… https://t.co/pQ6PQKVZK0
## 4113                                                                                       RT @JAYFUSED: Oh my god, Fort... I don't have anything to say to you anymore...\n#TellerxFortPeat https://t.co/MhOdi5xd0G
## 4114                                                                                                           RT @charts_k: .@BTS_twt extends their record as the artist with the most Daesangs of all-time (68). 🏆
## 4115                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4116                                                                    RT @charts_k: Congrats to @BTS_twt for winning the "Worldwide Icon of the Year" Daesang at 2022 MAMA, their 5th consecutive year to achieve…
## 4117                                                                                                                             The way in interviews Gulf is never ashamed to say that acted in bl makes me proud.
## 4118                                                                                                                                   RT @sprinklesss1: Personal space? FORTPEAT don't know that 🫢 #TellerxFortPeat
## 4119                                                                                                                               RT @milkteawlessice: Peat's luck has been taken by Fort today\n\n#TellerxFortPeat
## 4120                                                                    @sintydavid @NorthRoadCycles I mostly ride a now 8 year old Cannondale CaadX and get very few days when I'm happy t… https://t.co/ga061JrbN7
## 4121                                                                                                                                       RT @JAYFUSED: wait... it's him😭\n#TellerxFortPeat https://t.co/xbqK0zQGr1
## 4122                                                                                                                                                                Bl recommendation please https://t.co/uSlzDl7XQq
## 4123                                                                    It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need t… https://t.co/qraVNzb5V1
## 4124                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4125                                                                   RT @visegrad24: After February 24th, the Russian Army took 119 000 square kilometers of Ukrainian territory.\n\nUkraine has now liberated 75…
## 4126                                                                                                                        RT @lgbtanime: im fighting the hacker someone send me bl manhwas https://t.co/xQzoeO5jjD
## 4127                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4128                                                                  @xoshamieh Oooh Big Dragon aka. gay college version of 50 shades lol\n\nThai BL is what keeps the international audie… https://t.co/mKpfUZ6ym3
## 4129                                                                      just when bkpp em and ohmnanon retired... filmjam become an established pair. im afraid ill stay on bl twt forever https://t.co/9HZSVzvI3F
## 4130                                                                    @emmettdoog Happy Aroo Tuesday, Emmett! You are in very fine form today and started our day on a positive aroo note… https://t.co/W6eV0nmtFG
## 4131                                                               RT @losnahij21: WTS/LFB\n\nThe 🍕 Delivery Man and Gold 🏰 BL Pbox - 220php set\nPearl Boy - 220php set\n\npls help RT @krmanhwa_market @kr_retwee…
## 4132                                                                            RT @charts_k: “Dreamers” by @BTS_twt Jungkook earned the #1 top song debut on Spotify Global this weekend! 🌎 https://t.co/jaH3O1WEfx
## 4133                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 4134                                                                  One thing I’m absolutely certain of is that certainty corrupts the human mind.\n\nThis paradox beckons me to hold thi… https://t.co/iqafOJPFuL
## 4135                                                                    RT @worlcuppa: Also #mynameisnanon has always thought he's so much better than #ohmpawat, who did 5 BL roles which he has laughed at. He al…
## 4136                                                                RT @charts_k: According to Big Hit Music, Suga's own talk show 'Suchwita' is a talk-show type content where Suga drinks &amp; talks frankly wit…
## 4137                                                                    RT @worlcuppa: lol #mynameisnanon only care about the optics of  "bkpp and other big artists sharing the stage with NNN," it's all about sh…
## 4138                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 4139                                                     RT @matchboxfilm: 📸&lt;Choco Milk Shake&gt; Couple poster ‘Jungwoo💗Choco’\n\nBL fantasy romance &lt;Choco Milk Shake&gt;\nOctober ‘STRONGBERRY’ will be sh…
## 4140                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 4141                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 4142                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4143                                                                    RT @BLUPDATE2022: W-Story revealed #MrHeart stars Han Sejin and Cheon Seung Ho will be having their guest appearance in 2023 Office Rom-Com…
## 4144                                                                                                                                            @rize0t7addict If we say this loudly, bl!nks say we are crying lmao.
## 4145                                                                    RT @Pawankhera: Dear Ambassador Gilon, kindly do not defame my country. India respects and loves its guests. We believe in ‘Vasudeva Kutumb…
## 4146                                                               RT @matchboxfilm: " I am the most important. "\nActor Kim Seonghyeok as the inverted cuteness chic Kitty Milk\nThe character poster for &lt;Choc…
## 4147                                                                                                          RT @charts_k: .@BTS_twt's "Yet To Come" has been certified RIAJ Gold in Japan (50,000,000 streams) 📀🇯🇵
## 4148                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 4149                                                                                                                     RT @charts_k: "Dreamers" by @BTS_twt Jungkook debuts at #1 on the Digital Song Sales chart!
## 4150                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 4151                                                                                       ‾‾‾\nOh so is this like a prep or pre-game for the upcoming bl of perth and chimon next year\n___ https://t.co/iHPst31HHY
## 4152                                                                    RT @TomFitton: The Republican silence, relatively speaking, about the abuse and targeting of @ElonMusk by the Left gov/corporate/media/acti…
## 4153                                                                           @blastroyale May I know if thos who are in BL will able to farm CS and BLST? by the way when will be BLST and CS listed on exchanges?
## 4154                                                                 RT @matchboxfilm: "I love you, from the day we first met."\nActor Lee Jaebin as Puppy Choco, who loves only Jungwoo\n\nSpending time with a do…
## 4155                                                                     RT @culturedwithM: Fort did the punishment for Peat but Peat felt bad so he did it to. The instant regret on Peat’s face after putting the…
## 4156                                                                RT @urfaveshipper: I dont even have to guess but Fort loves it when Peat does that puppy eyes and soft  voice 🥹 \n\n#TellerxFortPeat\n\nhttps:/…
## 4157                                                                  RT @vmingoa: Respectfully disagree with Ambassador Gilon on all counts. \n\nNadav Lapid represented the jury @IFFIGoa, not Israel. His commen…
## 4158                                                                  WTS/LFB\n\nThe 🍕 Delivery Man and Gold 🏰 BL Pbox - 220php set\nPearl Boy - 220php set\n\npls help RT @krmanhwa_market… https://t.co/bVbgGA7s7Y
## 4159                                                                     haakaa Silicone Baby Finger Toothbrush,for Training Teething and Oral Cleaning,Soft Food Grade Silicone,0 Months+,… https://t.co/qxj5Prwlj4
## 4160                                                                                                                                 @Noeul_lee6 @amantedel__bl @kissmybodyth Beautiful guys @Noeul_lee6 @Bossckm_ 👑
## 4161                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4162                                                           RT @WayV_official: Teaser Image 1 #TEN\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShenV…
## 4163                                                                                                                                          @world_of_bl_com Never let me go will start on the 13 of december also
## 4164                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4165                                                                                                         @Cyleris_84_BL I have two as well, 1 boy and 1 girl...Zachary is 22 and Katarina will be 18 next week!!
## 4166                                                       RT @PPKRITT_DAILY: [INSTAGRAM FOLLOWERS]\n29.11.22 &lt;08:00 PM&gt;\n\n3,614,516 (+4,563)\n\n📌 Follow: https://t.co/6o3Z6cQfJh\n\n#ppkritt @ppkritt #lov…
## 4167                                                                  RT @BLUPDATE2022: W-Story's upcoming BL “#준과준 #JunAndJun” starring Ki Hyun Woo, Yang Jun Mo, Jo Chan Hyun, and Park Hyeong Seop will start…
## 4168                                                                   RT @EerikNKross: Are we still using this creepy "we stand with Ukraine as long as it takes"? \nWhat is "it" in this equation? Until the last…
## 4169                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 4170                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 4171                                                                    @RWWFilm Only 2 people on Twitter have read my BL 8 script (3, but one read was facilitated on reddit) and both gav… https://t.co/mGf2Vf96qc
## 4172                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4173                                                                    @CEOofMisaka "But guys how can I be accepted  by others with these icky wicky fanservice" says the anime tourist wh… https://t.co/JkPB7X93f9
## 4174                                                                    Que-T 8 Pcs Aluminum Linkage Rod Arm Set / Upper and Lower Suspension Links Set of 8 for 1/10 Axial Wraith 90018 RC… https://t.co/yTNhp5pRNK
## 4175                                                                                                                                   RT @scarapics: SCARA WANTERS WILL BE SCARA HAVERS !!! https://t.co/k46XGdr8mL
## 4176                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 4177                                                                                                                                        as far as i know, this is their first mafi4 bl.\nhttps://t.co/u8fhczN1DT
## 4178                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4179                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 4180                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4181                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4182                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4183                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 4184                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 4185                                                                                      @travis_bl @NorthRoadCycles That was last years xmas present, although the road and Tri bikes only really are fair weather
## 4186                                                                                                                                                                 Oomfs don’t realize I’ll read bl anytime of day
## 4187                                                                    RT @MargoGontar: After each russian attack, black out, when electricity restored again, the next who Ukrainians are thanking and hailing, a…
## 4188                                                                    RT @abtheflame: LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled "Honora Medicum" at the Dr. Robert…
## 4189                                                                     @JoeBucsFan Bowles and BL, in my opinion, are the reason TB12 will likely be in SF next year with a loaded roster.… https://t.co/R5uwDSOazE
## 4190                                                                                                         RT @choizeep98: Peat look so smol right here, ugh! I wanna keep him in my pocket 😩😩\n\n#TellerxFortPeat
## 4191                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 4192                                                                                                                                                         RT @milkteawlessice: OMG❤️😵 I'M DEAD\n\n#TellerxFortPeat
## 4193                                                                       Mari's reaction to #MyToothYourLove EP 7\n\n#react #bl #drama #taiwandrama #retweet @LovingBlogs #TheBlogNetwork… https://t.co/bmyCJwmMc2
## 4194                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 4195                                                                                                   RT @hikaru_clipper: Goodbye lider at least you have cool friends in vtuber heaven now https://t.co/FDwA6bKxxl
## 4196                                                                                                                        RT @MarsusVee: @hunncut @elinorodonovan This must be part 2 then https://t.co/Qs7tL8utTV
## 4197                                                                    RT @hunncut: @elinorodonovan Man goes to doctor. Says he's depressed. Doctor says, "Treatment is simple. Great clown Pagliacci is in town t…
## 4198                                                                                      RT @puppybiw: billkin is listed as one of the Top50 influential people 2021/22 in this magazine!!🥺 https://t.co/SufQNuBhUS
## 4199                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4200                                                                                                                                                         HELLOOO ONCE AGAIN BL WORLD!!!! https://t.co/xjPNdWBqJX
## 4201                                                                                                                                              BL Global - Business News for 11/29/2022 - https://t.co/2d9MWd9yJE
## 4202                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4203                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 4204                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 4205                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 4206                                                                    RT @britishlibrary: 13 years after Oliver’s first appearance in print, Dickens wrote about his continuing concern with the ‘elevation of th…
## 4207                                                                              #NowInStock Get the #Makita DLX2423BX3 18V (Compact) LXT BL Sub-Compact 2 Tool Combo Kit for just $279 at… https://t.co/N9Wnf2caO3
## 4208                                                                                                                                               RT @kootroll: #โอมนนน : just stay with me https://t.co/9ABV8SHSBl
## 4209                                                                         I can't wait to see what happens next! Click the link below and join my struggle!\n \n#BL #freemanga #webtoons… https://t.co/gUZ0PCVyCW
## 4210                                                                                                                           ANGEL SHORT ANTIQUE BLACK $209.00 USD https://t.co/T6UM1PLdQu https://t.co/RyTWXZHcO8
## 4211                                                                                                                                                         RT @wordsbyexo: chen's letter 💌 https://t.co/5n6Hyb4XYc
## 4212                                                                    omfg the trailer was sooo good i love the colouring so much it really looks like gmmtv’s prettiest series!! pondphu… https://t.co/4tf6oAQMiO
## 4213                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 4214                                                                                                                              No human institution is immune to corruption.\n\nOur faith needs an ‘other’ focus.
## 4215                                                                                            Politics is one hell of a dangerous substitute for religion. \n\nWorship of corruption is the corruption of worship.
## 4216                                                                     RT @_FriendUnfriend: Just exactly how many pics and poses are there left? 😜\n#ohmpawat\n#mynameisnanon\n#แบรนด์คึกCup https://t.co/rFaZmT5C70
## 4217                                                                                                                                            RT @porr_patlnwza55: MY OHMNANON 😭😭😭 #โอมนนน https://t.co/7Gr8U0UdqI
## 4218                                                                                                                                                                                         IM GONNA GO BL OBSESSED
## 4219                                                                    If you are looking for a bl chinese drama, "[BL] Oh! My Sunshine Boyfriend 🌈" on yt is a scam. The real title is "A… https://t.co/ifqzjKSmdE
## 4220                                                                                                                                                         Hwang in yeop in a BL lead when https://t.co/j0L6ytuaA8
## 4221                                                                                                                                                @8mitsuBee_ If it's BL, my closest guess is "Itoshi no XL Saizu"
## 4222                                                                                                                                      This is like Klaus but hnks slice of life (bl?) au https://t.co/tD4ZKRQ9JV
## 4223                                                                     @kauchama I feel like it's because they know their readers are BOTTOMS thats why they made the protagonist usually… https://t.co/AnE1tDhZZo
## 4224                                                                                                                                     RT @ohmnonboba: *Insert crying noises* \n#โอมนนน\n\nhttps://t.co/AlyHUzQxvk
## 4225                                                                         RT @BlerdyOtome: JAST BLUE to bring Varenyett’ BL Visual Novel, ‘Sorcerer’s Choice: Angel or Demon’ to the West https://t.co/lw8DjvtOBi
## 4226                                                                 RT @jodanspace: Warning spoiler ⚠️\n\nThe handsome killer in black 🖤 unusual look with his hair down 🥵\n\nSender terta3man Ta3man dari update l…
## 4227                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4228                                                                                          JAST BLUE to bring Varenyett’ BL Visual Novel, ‘Sorcerer’s Choice: Angel or Demon’ to the West https://t.co/lw8DjvtOBi
## 4229                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4230                                                                  RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 4231                                                                                   @TRENDYGOLF @NickFaldo006 Bought it at Hawick GC on a golfing break if my memory is not tricking me. Mostly blue of course...
## 4232                                                                                                                                                                                             @Maevystv Fragile 🤔
## 4233                                                                  RT @BLUPDATE2022: GMMTV's #NeverLetMeGoSeries starring #PondPhuwin premieres on December 13.\n\nDepicts the story of the son of a mafia leade…
## 4234                                                                                                                                                RT @porr_patlnwza55: THATS SOOO DOMESTIC https://t.co/WKoveyd1on
## 4235                                                                                  @MertHakkiAydin Ranga sir has designed this Blowing cooker used in Mangalore auto bl@st recently Bsdk🤡 https://t.co/EZtITsXDFq
## 4236                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4237                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 4238                                                                                                                                        RT @porr_patlnwza55: *bish u cld never* COMEBACK https://t.co/RJkVDumOb2
## 4239                                                                                                                                 @feidtoblack SIR JEFF FROM OFFICE THEME BL WEBTOON\nFIGHT ME! RRRRaaaaaWwwR 🦖🦖🔥
## 4240                                                                    I was fooled by yt clickbait saying the drama is bl. 4th eps i can't even see any bromance and not even a hint of i… https://t.co/RZQFNCFIWG
## 4241                                                                                                                                                              This looks like a bl drama https://t.co/8Snj4f7lAR
## 4242                                                                                                                                                   RT @kthsorion: they are my number 1s  https://t.co/KuMpfFcYji
## 4243                                                                                                                  RT @Conchetu_art: @Kagariasama_bl @0mxmO Coincidentally, my unicorn asked me the same question
## 4244                                                                                                                                                       RT @yumiyoum: oh my god, my heart 🥰🥰🥰\n\n#TellerxFortPeat
## 4245                                                                                                                                                          @TRENDYGOLF @NickFaldo006 I fcuking had one of them🤣🤣🤣
## 4246                                                                                                                                          RT @ohmnonboba: OH MY OHMNON 🥹😭🥹😭🥹\n#โอมนนน\n\nhttps://t.co/Z4qXtKkJGh
## 4247                                                                                                                                                           RT @ppnaravit: @perthppe @Chimonac @phuwintang my bro
## 4248                                                                                                                                                                   @travis_bl Been in a few times now. Good pub!
## 4249                                                                                                                                      @creagether This really is much funnier in Polish, especially bc it's bł 💀
## 4250                                                                  "Don’t Say You Love Me" is an absolutely perfect comic! It's living rent free in my head!\n\n#gay #DigimonSurvive #BL… https://t.co/Q4UmtvEfZI
## 4251                                                                 RT @Ammi_forBB: POLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t.co/nZ1CmJVsNN \n\n#BibleWichapas #bsumone @biblesumett\n#B…
## 4252                                                                                                                                                             @sintydavid @NorthRoadCycles Good cleaning gear....
## 4253                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 4254                                                                                                                                      RT @BLAsia_Africa: Don't miss the December film screenings @BL_IndianPrint
## 4255                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4256                                                              RT @MnetMAMA: [#2022MAMA_Moment] #SuperCali (MAMA ver.) by #jo1 #제이오원\nThey made the best night for us tonight! 🌠🎶\n2022 MAMA AWARDS is now o…
## 4257                                                                                                          Prothane 6-1301-BL Black Rear Bump Stop Kit EELVAH5\n\nhttps://t.co/0qxTS3H8HW https://t.co/5X72VDfIlV
## 4258                                                                 RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…
## 4259                                                                     RT @honeyonasho: for those who are asking for the "who is the one who talked in english in jo1" or "who's the cute guy that talked in jo1"…
## 4260                                                                                                                                                RT @JAYFUSED: @anannnw anan wtf......... https://t.co/4S5yaD9Dtt
## 4261                                                                     @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and… https://t.co/C4agmyUPZX
## 4262                                                                                                                                                 He came straight from bl webtoon 🥵🥵🥵🥵🥵🥵 https://t.co/zeXOJC1y4p
## 4263                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4264                                                             RT @shipper_diary: Peat lost again!!!\n\nPunishment is to eat lemon\n\nMC: Do TLC and ask Fort to help\n\nP: Fort, do you love me?\n\nF: Ask me in…
## 4265                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4266                                                                  This comic is definitely worth reading! Come check it out!\n \n#Colouring #bl #animationdev\n\nhttps://t.co/v17F3ZJVN5 https://t.co/AryVZ0ah3V
## 4267                                                                    RT @shipper_diary: P’PEAT LOST THE GAME AND HAD TO BEG FOR TLC FROM FORTTTT\n\nOMGGG BEST DAY EVER FOR FORTT 😆😆😆\n#TellerxFortPeat #FortPeat
## 4268                                                                    RT @johnbilcliffe: Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley USAF EC…
## 4269                                                                    @NikkiIsUntamed Isn't that guy the one who said something mean about Yibo, like insulted him for being in a BL show… https://t.co/bcfrc6611R
## 4270                                                                                                                                                   I haven't seen a gmm bl since bbs I want to watch this so bad
## 4271                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 4272                                                                                                            @the_weind 61 year old "Kid" brother had his latest booster at Clatter bridge a fortnight ago, busy.
## 4273                                                                                                                                                                                    BL DRAMA ROLE SETTING I LOVE
## 4274                                                                    RT @Daily_JK97: .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploaded by FIFA has finally been inclu…
## 4275                                                                                                                                                          @cryptofishx @KevSTi9 Majin if they forgot to BL me...
## 4276                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4277                                                                 RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…
## 4278                                                                                                                                                                       @ShippersHeart_ Sounds like a BL series 🤔
## 4279                                                                    RT @BL_Scenery: PILOT TEASER | "It's destiny to meet but not to live together." A Period Romantic Drama of #Mindtrio's 2023 #BL project, "W…
## 4280                                                                                                                         RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc
## 4281                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4282                                                                    @JiteshK_JK @MJ_007Club A time bound sentencing is must ...Bl''dy, let them sit overnight... they are actually enjo… https://t.co/GJyuAY9zDD
## 4283                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 4284                                                                    RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 4285                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 4286                                                                                                            BHATTACHARJEE SHYAMAL: PELE:: 80th BIRTHDAY- AFTER ALL HE IS MADE OF " BL... https://t.co/VqtN6Vb2ac
## 4287                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4288                                                                                                            @BackstreetLamb Omg iQIYI is pinning that show so hard! They are the capital of BL is the show good?
## 4289                                                                                                                                                                       IT'S FINALLY HERE https://t.co/MFeCgLtTgs
## 4290                                                                                                                                                          RT @pun_rii: Make mora ! 😅💰💰🪙🪙 https://t.co/9VESIyqrKS
## 4291                                                                                                                                          RT @weirdlilguys: it do be like that sometimes https://t.co/91iDxUtJve
## 4292                                                                                                                  @LrJKB @rajiv_dmk @annamalai_k Sir. Are you sure he is a BL! Ppl are saying he is a double MA!
## 4293                                                                                                                           @bbius_luver I dont think I can send u a direct message, unless if you can chat me up
## 4294                                                                  RT @yinwar_army: pyin: Nong War 😍\nPwar: phi yin 😍\n\nI love hearing them reverse calling it's so cute like waryin.\n\n#YinWarxCHABAA #หยิ่นวอร์…
## 4295                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4296                                                                                                              RT @bangtinyboyys: When BTS turned mama into their own concert so iconic \nhttps://t.co/S38feS9QEo
## 4297                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4298                                                                                                                                Most Awaited BL Series! #NeverLetMeGo #PondPhuwin @GMMTV https://t.co/uJL7omU76E
## 4299                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 4300                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 4301                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4302                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 4303                                                                                                                RT @Ioverspring: kit talking about bisexual representation i am in Tears https://t.co/kUhxFE1GBZ
## 4304                                                                   The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou… https://t.co/4QKWuSUDy4
## 4305                                                                                                                        RT @KNITEcoser: Day 2 of AFASG @animefestasia was Zhongli day 😳🤎 https://t.co/TZKOBk5zYw
## 4306                                                                                                                                                                                                  i need money 😌
## 4307                                                                                                                   RT @theastays: the fact that THIS is skz’s most heterosexual member😭  https://t.co/fjBkv3rTqj
## 4308                                                              RT @Tappy_toon: COMING SOON ⏳\nAgain\n\nDo you believe in karma? \n\nJust as Nokyoung thought he had lost everything, he woke up in the past, be…
## 4309                                                                  #AFA2022 haul + a bunch of niji stuff that came in the mail today 🤡🤡🤡 im poor\n\nAnd also 19 days comic!!!! I love me… https://t.co/9VfSzaAtTd
## 4310                                                                                                             RT-2 LDA City Lahore Phase 1 Plots For Sale Block A1 | Confirm Inventory https://t.co/8Lkg62Z1IQ...
## 4311                                                                  RT @babyfeat_bonoh: #TellerxFortPeat #Fortthitipong #FortFTS #peatwasu #prapaisky #captainpeat #ComeFortZon #babyfeat \n\n😌🤏🥺....their nickna…
## 4312                                                                                                            RT @urfaveshipper: I prefer if they use their lips to remove that sticky notes 😤\n\n#TellerxFortPeat
## 4313                                                                                                                                                  RT @shipper_diary: They are so cuteeee 😆😆😆\n\n#TellerxFortPeat
## 4314                                                                      See thru 🌊\n.\n.\n.\n#asianmen #korean #koreanmen #koreanmakeup #koreanfashion #hyung #asianhunk #koreanhairstyle… https://t.co/NMFaY1gFtH
## 4315                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4316                                                                                              RT @chenjouyin: Guys, please only use a single hashtag na, lets boost the current hashtag first.\n#TellerxFortPeat
## 4317                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4318                                                                    @BUB_BL_ES I'll get it off your hands give it to me gimme gimme gimme gimme gimme gimme gimme gimme gimme gimme gim… https://t.co/jK6C1O5ZN5
## 4319                                                             RT @WarnerMusicPH: 2022 is for GOT7 and Ahgases 😭💚\n\nGOT7 winning Worldwide Fans’ Choice at #MAMA2022 Awards! 🥳 \n\n#GOT7_NANANA #GOT7 #갓세븐 @G…
## 4320                                                                  RT @sevendless: GOT7 winning Worldwide Fans’ Choice at #MAMA2022 and invidual thank you messages from all members!\n\n“A perfect example of a…
## 4321                                                                    @biotech_moose @CryptoSloan99 @GeorgeWLDD What triggers the covering? 4th quarter positive FCF would certainly help… https://t.co/MJc5kd7KRl
## 4322                                                                                                     @deltrems Used to frequent the Horseshoe in my Glasgow days. Deucars my go to beer in those days. 87-88 ish
## 4323                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4324                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 4325                                                                                                                                                               @ddeurama JUSKO POND🫣🛐🛐❤️‍🔥 PONDPHUWIN BL COMEBACK~
## 4326                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 4327                                                                    @KateSwaffer @chrissythelker @DementiaAllianc Unfortunately we sometimes need to repeatedly use the inclusive posit… https://t.co/wrH8iyEZ5o
## 4328                                                                     @butakkhe @RemultaBlue @kchartsofficial did you even know the criteria? did you even know how many total votes did… https://t.co/7IbzVfrULD
## 4329                                                                    RT @DarrylMagher: @CTighfield Bl**dy hope so....the Yew Tree is having developments put on and around it that will affect it, and this is j…
## 4330                                                                                                                                                            @Congelatoreh Congelatoreh reads BL on a daily basis
## 4331                                                                                                                          RT @BamBam1A: You guys did it!\nThank you IGOT7💚\n#IGOT7 #GOT7 https://t.co/Tau8uzoHAn
## 4332                                                                                                                        RT @Teamyingg7: GOT7 FOREVER 💚\n\n #GOT7Win2022MAMA\n#GOT7 @GOT7 https://t.co/vy0b3DF9mp
## 4333                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4334                                                                            @songxiaomarried same like I have watched many bl (+straight) series but like none feels like them. There's now ay I can ship others
## 4335                                                                                                                                                                                     @Apoireau02 @CanV2nico Dors
## 4336                                                                    While I love the uneven BL dynamic at the beginning of a story sponsor/subordinate, creditor mafia/debtor, CEO/subo… https://t.co/mg8HH5Uowb
## 4337                                                                    i've never waited for a bl series like i did for never let me go (and moonlight chicken lol) but oh my god it's fin… https://t.co/oemukmElXo
## 4338                                                                RT @WorldRugby7s: He carved it up in Hong Kong 🔥\n\nWill we see more of the same from Aaron Grandidier at the #Dubai7s this weekend?\n\n#HSBC7s…
## 4339                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4340                                                                    @GoldenJKUnivers @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 We req… https://t.co/hRr30moYlX
## 4341                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4342                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4343                                                                    RT @GoldenJKUnivers: We request that you clarify and rectify this situation that costed the song a position in multiple Billboard and YouTu…
## 4344                                                                    RT @shivamk456: @GauRakshaBill @313vated @theskindoctor13 @ianuragthakur @smritiirani @KirenRijiju @narendramodi @PMOIndia @AmitShah Absolu…
## 4345                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4346                                                                    @GoldenJKUnivers @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 Hello.… https://t.co/eiOBUYxLek
## 4347                                                                    RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…
## 4348                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4349                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4350                                                                    RT @worlcuppa: Also #mynameisnanon has always thought he's so much better than #ohmpawat, who did 5 BL roles which he has laughed at. He al…
## 4351                                                                    @97SARCHIVES @billboardcharts @luminate_data .@billboardcharts @luminate_data The official Music Video of "Dreamers… https://t.co/8LSSgZH7TG
## 4352                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4353                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 4354                                                                         @Jk_trend_songs @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 Hi… https://t.co/GipNuJDVDx
## 4355                                                                    RT @worlcuppa: lol #mynameisnanon only care about the optics of  "bkpp and other big artists sharing the stage with NNN," it's all about sh…
## 4356                                                                    @CTighfield Bl**dy hope so....the Yew Tree is having developments put on and around it that will affect it, and thi… https://t.co/v5e7bj2X2V
## 4357                                                                         @JJKMILLIONDOL @billboardcharts @luminate_data @billboard @unitedmasters @gthot20 @surfwax83 🚨@billboardcharts… https://t.co/XwledIrSdp
## 4358                                                                                 @_RapperJK @billboardcharts @luminate_data @billboard @unitedmasters @YouTube Urgent! @billboardcharts… https://t.co/4jvZ6FM2Dh
## 4359                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 4360                                                                 RT @OlenaHalushka: Few more russian strikes will cause full blackout. Missile defense, which we get from partners &amp; appreciate much, can't…
## 4361                                                                    @jungkooktrends @billboardcharts @luminate_data @billboard @unitedmasters @YouTube .@billboardcharts @luminate_data… https://t.co/ipAor8qGQG
## 4362                                                                           @stussyjjungkook @billboardcharts @luminate_data @billboard @unitedmasters @YouTube Urgent! @billboardcharts… https://t.co/i42iVjnYZH
## 4363                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 4364                                                                   @GeorgeCochrane1 Leaky rust bucket... The TR8 though was worth the pain.\n\nHow did BL manage to actually build cars… https://t.co/639nri9Q9y
## 4365                                                                  RT @shipper_diary: MC said that’s it’s Fort’s birthday today so is there anything he want to ask from Peat\n\nF: I asked this from him before…
## 4366                                                                    RT @shipper_diary: They’re currently just promoting and selling some of the stuff, don’t have anything to trans yet, still trying to access…
## 4367                                                                    @janelhops Bl fan they don't like who is being real who is straight forward person who is not into FS let them enjo… https://t.co/zK0eVahJi4
## 4368                                                                 RT @shipper_diary: (I didn’t catch everything)\n\nMC: Do you have a present for Fort yet?\n\n(Roughly) He said that he prepared it already but…
## 4369                                                                                                                                    can't ever put jooheon in a bl he'd be gone for real https://t.co/4PEw0joqir
## 4370                                                                    @neiImobiIe yaoi isn’t even used anymore, bl is the correct term. the thing is, you don’t even know what you’re tal… https://t.co/1R46a5h0x8
## 4371                                                                                                                                                 FIRST GMM BL THAT AIRS ON WEEKDAYS, RIGHT?! #NeverLetMeGoSeries
## 4372                                                                                                   DNA Motoring ITK-0048-BL Cold Air Intake System Blue [For 04-11 Mazda RX8] QW7MTGS\n\nhttps://t.co/HqCNExatVb
## 4373                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 4374                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 4375                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 4376                                                              RT @AN1official: #Another1 is the future of fashion!\n\n🚀We're on a mission to lead #fashion, #design, #manufacturing &amp; #branding into the #W…
## 4377                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 4378                                                                                                                                                                         Did I just finished reading 3 bl manga?
## 4379                                                                                                                               pondphuwin bl comeback~!!! – after fish upon the sky. 🐟🎏☁️ https://t.co/L25u5oXgLJ
## 4380                                                                    RT @stussyjjungkook: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 4381                                                                    @hey_aanne @fitmomhsien @shijiaxiaoxu Owh hahaha! He's coding secretly with TJC too, since their drama can't air. I… https://t.co/ZfLChyTaro
## 4382                                                                  RT @soygarlicsauce: Idol au where kdj before debuting was a part of a bl circle as a voice actor. \n\nKdj is added as the last member to yjh’…
## 4383                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4384                                                                 The Ghost's Nocturne [Ananas, Artist: C_R_Jade]\nJae Shin Son Of Yama, Crown Prince Lee Nok\n.\n[Twitter: ananas4write… https://t.co/9v9e2QA2Fj
## 4385                                                                                                                                                      RT @chenjouyin: Baby peach looks so goodd #TellerxFortPeat
## 4386                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 4387                                                                               RT @sprinklesss1: I LOVEEEEEE IT EVERYTIME FORT UNLEASH HIS GOLDEN RETRIEVER ENERGY WHENEVER HE IS WITH PEAT LOL #TellerxFortPeat
## 4388                                                                    RT @LSSRFMcharts: .@le_sserafim 'The Hydra' now enters Billboard Hot Trending Songs Real-time Chart, currently at #6 with a weekly index of…
## 4389                                                                                                                                  somebody said this is the remake of yanan's bl drama?? https://t.co/dGV7aOeuq2
## 4390                                                                                                                          RT @BamBam1A: You guys did it!\nThank you IGOT7💚\n#IGOT7 #GOT7 https://t.co/Tau8uzoHAn
## 4391                                                                  RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 4392                                                                    RT @sherlockeditor: And now a Purolator delivery - Celtic Weird edited by @ohsinnerman. Another beauty in the @BL_Publishing series! https:…
## 4393                                                                              RT @blisanewblack: japanese bl “eternal yesterday” should be in everyone’s watch list, i said what i said. https://t.co/lO0xGTTFwJ
## 4394                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 4395                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 4396                                                                                                    gawd i was supposed to take a 30 min break to eat and then it turned into like 3 hrs of me reading bl manhwa
## 4397                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 4398                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4399                                                                     Gunner William Ruxton was discharged from the Bombay Artillery in 1859 after 23 years’ service because of old age,… https://t.co/LivmWBEOqw
## 4400                                                                     RT @_RapperJK: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the…
## 4401                                                                    RT @IMGOLDENCARD: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for t…
## 4402                                                                       now that I think about it, i don't know of any BL webtoons where the protagonist is the top......? I'm sure they're out there somewhere..
## 4403                                                                    RT @10_10_11_1_code: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 4404                                                                    RT @JJKMILLIONDOL: 🚨@billboardcharts @luminate_data @billboard The latest BB chart results are not accurate since the streams for the MV "D…
## 4405                                                                                                             @RobertL12227849 @Billy24752 @thepaulwilliams Tell me about those BL tours.......\n\n3-0 whitewash.
## 4406                                                                    I’m so happy for my ship these days my Polca heart is so happy. I started stanning them jud pag 2020 kay solid Pera… https://t.co/hlLIsy3Ars
## 4407                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4408                                                                                       On another note, I have been reading this bl manhua and the dude finally confessed at chapter 133, what was he doing lolo
## 4409                                                                 RT @thaiupdate2021: [Results] “The Most Favorite Thai BL Series Couple of 2022”\n\n1. #MilePhakphum #nnattawin\n2. #bbil1ypn #Seng_wichai \n3.…
## 4410                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 4411                                                                                                                                  @nagrom_bl I feel like I’m the only person that doesn’t name their Pokémon lol
## 4412                                                                    RT @janelhops: I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problematic. The r…
## 4413                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 4414                                                                    RT @Jk_trend_songs: Hi @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. THIS IS SO UNFAIR!!Drea…
## 4415                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4416                                                                    RT @Ice_xob: ALSO!!! Great news to hangers :)))) \nThe official Japan stated that #EMSEARTHMIXSPACE in JAPAN will be aired internationally,…
## 4417                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4418                                                                       RT @sportbible: Cristiano Ronaldo when he thought the goal was his vs when he found out the goal wasn’t his 😂👀\n\nhttps://t.co/gPTd5VqWQf
## 4419                                                                   RT @Jungkook_SNS: .@billboardcharts @luminate_data\nOfficial MV of "Dreamers" by Jungkook uploaded by FIFA is now included in Music category…
## 4420                                                                                                                    RT @Nastya213467878: Fort only likes peach color😌💖\n#TellerxFortPeat https://t.co/RNvaAPwHcJ
## 4421                                                                  RT @peachwasucute: SOMEONE FIND ME A BF PLEASE, I'M JEALOUS 😔👋\n\n#TellerxFortPeat #FortPeat #BabyFeat #Peatwasu #CaptainPeat #FortFTS #ComeF…
## 4422                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 4423                                                                      RT @babyfeat_bonoh: #TellerxFortPeat #Fortthitipong #FortFTS #peatwasu #prapaisky #captainpeat #ComeFortZon #babyfeat @fort_fts @peatwasu…
## 4424                                                                 RT @PRaWFaH: 221129 fairy PP 🧚🏻‍♂️💖✨@ppkritt \n\n#ppkritt #PPxGrabFood10versary\n#GrabFood10Versary\n#GrabFood10VersaryLand https://t.co/rwXpqT…
## 4425                                                                                   Check out much more on Bilibili Comics - search "Lovely Lies" and favorite!\n \n#zelda #SDCC2022 #BL… https://t.co/XKPQAS0Ttr
## 4426                                                                    RT @97SARCHIVES: .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploaded by FIFA has finally been incl…
## 4427                                                                                                                                                                                  @Mone_fb @Flow_bl It'suspended
## 4428                                                                    RT @Daily_JK97: .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploaded by FIFA has finally been inclu…
## 4429                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4430                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4431                                                                    RT @GoldenJKUnivers: Hello. @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. Because Dreamers b…
## 4432                                                                    yeonbin blindfold dance break yeonbin blindfold dance break yeonbin blindfold dance break yeonbin blindfold dance b… https://t.co/VtW2kWXmvN
## 4433                                                                                                       RT @liffp_: i feel so single again :)\n\n@fort_fts @peatwasu\n#TellerxFortPeat\n\nhttps://t.co/RpAwBctCd0
## 4434                                                               RT @gmajestyx: 221129 PP Krit - FIRE BOY (2/2)\n\n#PPxGrabFood10versary\n#GrabFood10Versary \n#GrabFood10Versaryland\n#ppkritt @ppkritt https://…
## 4435                                                                    RT @gmajestyx: 221129 PP Krit - FIRE BOY (1/2)\n\n#PPxGrabFood10versary\n#GrabFood10Versary \n#GrabFood10Versaryland https://t.co/cEpjQ7kxep
## 4436                                                                                                                                                    @Stixx1979 @Dullard_is_Back @manny_efc And then you wake up🤣
## 4437                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4438                                                                                             @memorymagesimp if you look up the words "yaoi, yuri, turkey, stuffing, bl" seperately and you'll see all my tweets
## 4439                                                                                                                                                   @gloryhvle @PopBase Because BL comes first before BT. Gets? 😂
## 4440                                                                                          actually yeah note to self: read BL more to divert depression to a fictional char's more depressing and gay life story
## 4441                                                                    RT @JKGlobalWebsite: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 4442                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4443                                                                    RT @abtheflame: LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled "Honora Medicum" at the Dr. Robert…
## 4444                                                                                     Leftover squash and turkey breast risotto for an early, cycling induced lunch. Absolutely marvin... https://t.co/tDo5jSzOMd
## 4445                                                                  Warning spoiler ⚠️\n\nThe handsome killer in black 🖤 unusual look with his hair down 🥵\n\nSender terta3man Ta3man dari… https://t.co/ulrm1NMPSj
## 4446                                                                                                                                                     #bounprem #bl #thai love you!!!!!!! https://t.co/dZjYKCxnA4
## 4447                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 4448                                                                    I just don't understand....I knew when people interview someone from BL they always ask about NC scenes, but now la… https://t.co/tQJV3ciP9x
## 4449                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4450                                              RT @EijisaiNensho: '𝐇𝐄𝐋𝐋 𝐈𝐒 𝐇𝐄𝐑𝐄\n\n⠀⠀𝐍𝐀𝐌𝐄 𝐓𝐇𝐘 𝐒𝐎𝐔𝐋...\n\n⠀⠀⠀⠀𝐂𝐀𝐋𝐋𝐈𝐍𝐆 𝐅𝐎𝐑 𝐓𝐇𝐄 ABOVE.'\n\n⸻ ➥ BL x BC\n⠀⠀⠀⠀➥ @Antimahou  must  FIGHT\n⠀⠀⠀⠀➥ Iᴛ ɪs LI…
## 4451                                                                                                                                  RT @swasssfp: this sweetness huhu \n\n#TellerxFortPeat https://t.co/HWnm0XgnCI
## 4452                                                                                                                                              @SavaS21_ @FloriOVO @GuyBelguim safe. f€ier auch bl€ssed freestyle
## 4453                                                                                 RT @AAriverx11: #TellerxFortPeat They exchanged water glasses again, this scene was only seen yesterday https://t.co/PDBkfqiTKU
## 4454                                                                                                                                                       RT @ddelpphy_: Congratulations 💚🥳 https://t.co/7ATBpOdeGQ
## 4455                                                                 RT @matchboxfilm: "I love you, from the day we first met."\nActor Lee Jaebin as Puppy Choco, who loves only Jungwoo\n\nSpending time with a do…
## 4456                                                                                                           Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 4457                                                                 RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…
## 4458                                                                                                                                                  @khalidx7i Anaa g3aaa mnbghish coca hedshi bhel lma bl sokkrrr
## 4459                                                                                         RT @sleepy_neira: When I say I want a royals series of them:\n\n#MusicHeals2022xJeff #JeffSatur https://t.co/AniFHtuhwr
## 4460                                                                                                                        the fact that MANY ACTORS BL have they bday this month/days/WEEK https://t.co/oEKrErPyvw
## 4461                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 4462                                                                                                    RT @buffstax: "IM COMING           "PETE IS OUR\nFOR PETE!!!"            FAMILY NOW" https://t.co/7gR5yjHGON
## 4463                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4464                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 4465                                                                    RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 4466                                                                  RT @holybibs: i never seen someone so pretty and beautiful after getting tortured 🤧\n\n꒰ #BuildJakapan #Beyourluve ꒱ https://t.co/k7rvxvjYHO
## 4467                                                                   RT @casuarineslove: HOY TAYNEW WHAT ARE YOU GUYS DOING!!!??? PLEASE MY HEART CANT HANDLE THIS!!! 😭😭😭😭😭😭😭😭😭😭\n\n#taynew #เตนิว https://t.co/hO…
## 4468                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 4469                                                                  RT @YomY0m_: A Girl breaks up with a Guy..\nHe gets gingered to hustle hard and make it in life just to get back at his ex\n\nA Guy breaks up…
## 4470                                                                                                            RT @biurbubble: i need another live of bbb being this cute with each other 🥹 https://t.co/7qDtx4hGCu
## 4471                                                                                                              @lockeyshit @1989Iore @PopBase not a bl!nk saying as if your girlies global wannabe are relevant 🤣
## 4472                                                                  RT @heartlessN_wp: Lucky to celebrate a decade with you, Archers! THANK YOU💘\n\nTo more stories, tears and laughter to come! Cheers to more d…
## 4473                                                                    RT @abtheflame: LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled "Honora Medicum" at the Dr. Robert…
## 4474                                                                                                     RT @LamiaJerinLJ: Sakura Is Currently Trending On Twitter with 118K Tweets🔥🔥🔥❤️❤️❤️❤️❤️❤️ https://t.co/LsF9oQi6Yv
## 4475                                                                                                                                                        @SugoiLITE does that include another snippet of BL pair?
## 4476                                                                     @jikseuz Please stan them!! They have worked so hard and were so underrated till their member Jaechan was in a BL.… https://t.co/CTvV51YeYD
## 4477                                                                     Oh! My Assistant The Series \nLink: https://t.co/pDlOyOFIQV \n\n#OhMyAssistant #KoreanBL #BL #BoysLove #GayRomance… https://t.co/giWDnBT7J6
## 4478                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4479                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 4480                                                                    @AdzTheMadz to be honest, I have seen not so less Thai BL series b4 and I think acting are a little weak. so if the… https://t.co/FaPtNMsUrk
## 4481                                                                         RT @miwon17_: #SEVENTEEN won Worldwide Fan's Choice Top 10 on MAMA 2022. Congratulations👏 #세븐틴  @pledis_17 \nhttps://t.co/HgnFNiAE2d
## 4482                                                                    LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled "Honora Medicum" at the Dr… https://t.co/6C67rGJ70u
## 4483                                                                    RT @Killmoenetwork: ROBBERY OF AN ESTABLISHMENT: 7-11: 4500 Bl. Of St Barnabas Rd. Temple Hills Md: Pgpd is on the scene investigating a ar…
## 4484                                                                         RT @holybibs: biblebuild practiced their dialogues together 🥺\n\n꒰ #BibleBuild #BibleWichapas #BuildJakapan ꒱ https://t.co/WQ4E29Sy9T
## 4485                                                                                                                         RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc
## 4486                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 4487                                                                    RT @BLAsia_Africa: Join @RAS_Soc tomorrow 29th at 6.30 for Treasures of Herat: Two Manuscripts of the Khamsah of Nizami in the British Libr…
## 4488                                                                    Ommi Ergonomic Handle Crochet Hooks | Handcrafted 7’’ Crochet Hook | Knitting Needle, Craft Yarn Weave | Best Gift!… https://t.co/AOvhz8DmJD
## 4489                                                               RT @matchboxfilm: " I am the most important. "\nActor Kim Seonghyeok as the inverted cuteness chic Kitty Milk\nThe character poster for &lt;Choc…
## 4490                                                                                                                                            RT @jayythewave: females be like “hehe oops” https://t.co/jucjiSCv0r
## 4491                                                                 RT @BlackLo39629533: In all the world,\nthere is no heart for me like yours.\nIn all the world,\nthere is no love for you like mine.\nRemember…
## 4492                                                                    RT @jr_carpenter: all the images in An Island of Sound come from the British Library Flickr commons -- over a million images online free fo…
## 4493                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4494                                                                                                  I wanna try out this comic book style\n\n#BL #hualian #happy\n https://t.co/XphM65xH24 https://t.co/yWhlq0u6P9
## 4495                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 4496                                                                                                          @5fruityb0yZ sujeong sang the ost for color rush too so she’s right at home with our bl actor jaechan🥹
## 4497                                                                                                           @BLcritic I so agree! He got what he wanted from BL drama (the fame) and he is not coming back to It.
## 4498                                                                   This comic is definitely worth reading! Come check it out!\n \n#bl #NFTartist #Japanmarvel\n\nhttps://t.co/UUQn9I1u7p https://t.co/Egg8SszhpT
## 4499                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 4500                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 4501                                                                                                                       RT @yyujinationn: sakura and wonyoung performing together again 😭 https://t.co/ikEwjc5d88
## 4502                                                                    Relacionado: #blusa | Fashion Ruffle Stitching Elegant Lace Blouse Long Sleeve Loose Chiffon Shirts Korean Style St… https://t.co/6C3Mkbada3
## 4503                                                                                                                     RT @yuyxxiw: Miss you sm 🤎🌎\n#Earthpirapat @Earth_Pirapat\n#เอิร์ทมิกซ์ https://t.co/F0OxHbHem2
## 4504                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 4505                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 4506                                                                                                                                                                                        @sruz_bustle U watch bl?
## 4507                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4508                                                                    Today is GIVING TUESDAY.  Join us in celebrating this annual day of giving by making a gift to our Nursing Honors P… https://t.co/TUon4evzIU
## 4509                                                                                                     Importance of math in high school for bachelors' in India and abroad - BL on Campus https://t.co/VQ5lG8eeCO
## 4510                                                                                                                                                        RT @shipper_diary: Let’s start trending #TellerxFortPeat
## 4511                                                                                                             Couple of the Year ( Daesang)\nBest Kissing Scene (Bonsang)\nBest BL Couple https://t.co/SDTPOoh4nh
## 4512                                                                    for their last project, they'll make an au (based on our literature topics) AND I ALMOST PUT WANGXIAN AU AND BAJIFU… https://t.co/uQUbx9dolb
## 4513                                                                                                                                                                                       Im back with my bl phase🥰
## 4514                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 4515                                                                                              RT @kpfiIms: — Jeff Satur « FADE » with the orchestra! \n\n#MusicHeals2022xJeff #JeffSatur https://t.co/nfRtIPG4Xd
## 4516                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 4517                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 4518                                                                                                                       @iMiaSanMia @RND_de Lahm used to be a Good player but his opinions sucks after retirement
## 4519                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 4520                                                                                      RT @lovejmins: "today's not my birthday." so he saw the happy birthday tweets skdjsks\n#JeffSatur\nhttps://t.co/9fYW5MJ6yA
## 4521                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 4522                                                                  RT @visegrad24: If Russia is to be defeated, the West needs to start a wartime production rate of weapons and munitions.\n\nIf not, we will r…
## 4523                                                                                               a bit random but luca is mafia boss themed and luka is cafe themed and... where have I seen this BL plot before 😳
## 4524                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 4525                                                                  RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…
## 4526                                                                               RT @UkraineDiary: ❗❗❗MASSIVE AIR ALARM!\n\nPlease go to cover, don't ignore the alarm.\nAdvokat Pravda https://t.co/iaSj7xE123
## 4527                                                                  RT @BBU_BLACKPINK: Congratulations #BLACKPINK for winning “Worldwide Fans’ Choice Top 10” at the 2022 MAMA Awards 🏆\n\n“A GLOBAL ICON that ma…
## 4528                                                                    RT @MargoGontar: This is Ternopil, in the West of Ukraine. Parents brought their kid to one of the city’s heating points to connect a child…
## 4529                                                                   Highlights of my day so far \n1) I got like on my story from fort ( main lead actor of Love in the air bl series) wh… https://t.co/4Sxlwba7Jx
## 4530                                                                                           RT @aksnevv: does anyone have any bl dramas to recommend 😳😳 i don’t care what language— just one that you really like
## 4531                                                                                        RT @Tisha7119: @bitgetglobal @HookedProtocol @Amdora_BL \n@Tasnim4216 \n@Tanjim8256 \n\nDone all task👸🫅\n\n$HOOK #Bitget
## 4532                                                                     Tho contrary to popularized bl dynamics, it's also nice seeing the beefy dark-haired bottoms as soft and cute like… https://t.co/WrG07L7Ues
## 4533                                                                     Stuttgart are also considering bringing back Bruno Labbadia, who coached the team between 2010 and 2013, according… https://t.co/eTrm0lo5IK
## 4534                                                                 RT @AsianPopMedia1: December!\n#NeverLetMeGoSeries #PondPhuwin \nThis just gotta be one of the most anticipated BL series!\nhttps://t.co/Udqn8…
## 4535                                                                                              RT @kchartsmaster: 🏆 Congratulations BLACKPINK for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS.
## 4536                                                                                                                                                                                             @Cocolh44 Sometimes
## 4537                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 4538                                                                                 December!\n#NeverLetMeGoSeries #PondPhuwin \nThis just gotta be one of the most anticipated BL series!… https://t.co/ta2FtkWv0I
## 4539                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4540                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4541                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4542                                                                    all the images in An Island of Sound come from the British Library Flickr commons -- over a million images online f… https://t.co/kQ9vgFrKuz
## 4543                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4544                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 4545                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 4546                                                                     Foxfury Lighting Breakthrough BT2+ Hybrid RA Light, Black, One Size, 380-BT2P-BL 4OY4VU1\n\nhttps://t.co/5XfEUv6n6p https://t.co/Txcg5niOzn
## 4547                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4548                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4549                                                                                                                                          all those bl shows and I’m finally in thailand https://t.co/X2qtvgYyJX
## 4550                                                                                                                                                               R… rotation bl- (GUNSHOT) https://t.co/Oz29Zj21lL
## 4551                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 4552                                                                                                                                   RT @woodzxc: why does it sound like seungyoun rapping https://t.co/b5WjkpDYli
## 4553                                                                                                                                                          The whitewashing is crazy omg😭 https://t.co/g3YZP53j5T
## 4554                                                                                FORMUFIT F03445E-BL-8 45 Degree Elbow PVC Fitting, Furniture Grade, 3/4" Size, Blue (Pack of 8) RXWHHOY… https://t.co/sWUS3KZ2UH
## 4555                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 4556                                                                                                                                     It is a rare film minox. We also sell now! ! \nhttps://t.co/XDGuU4caIu : IT
## 4557                                                                                                           Kohler K-23484-4-BL Bathroom Sink Faucet - Black https://t.co/VMgGa9eG9O eBay https://t.co/JQpBC8qm7Q
## 4558                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 4559                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4560                                                                    @Harvest93573301 @UprightSpeedway Also, UK promoters became lazy. Instead of training our own, they turned to untri… https://t.co/COKphWSKlI
## 4561                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4562                                                                                                                                   @Mone_fb @Flow_bl good morning, you changed your mind. It is good to see you.
## 4563                                                                                                                     RT @nanongnao: at least some of my bl bros are alive and kicking *kicks stone aggressively*
## 4564                                                                   RT @humourpoliticn: and made her to eat rice cooked by her husband's bl**d, and she was at the age of your own wives.\nMothers lost their so…
## 4565                                                                                                                                                                 @BLUPDATE2022 Taiwanese bl is usually slow burn
## 4566                                                                                             Westbound 6-car BL/Huntington Train 456 has been holding at L'Enfant Plaza on track 2 for at least 5 mins. (7:02am)
## 4567                                                                                             Westbound 6-car BL/Huntington Train 456 has been holding at L'Enfant Plaza on track 2 for at least 5 mins. (7:02am)
## 4568                                                                                    like this is actually so much more interesting than the original plot, it could totally stand as a bl story on it's own lmao
## 4569                                                                     Me, watching a TV show with the family: This guy! Yes that guy! Doesn't he look familiar! Who is he! What else did… https://t.co/S5t85FTlys
## 4570                                                                                                                                                        I see something that makes me hate bl^ck people everyday
## 4571                                                                                    Westbound 6-car BL/Franconia-Springfield Train 401 has been holding at Metro Center on track 2 for at least 5 mins. (7:01am)
## 4572                                                                                    Westbound 6-car BL/Franconia-Springfield Train 401 has been holding at Metro Center on track 2 for at least 5 mins. (7:01am)
## 4573                                                             RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…
## 4574                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 4575                                                                    @RealTimeNews10 I see it now. Middle age male abducted by aliens at 700 Bl Allison Road NE. BOLO for flying gray di… https://t.co/p7dYjgg7CE
## 4576                                                                  RT @laurenboebert: @washingtonpost Just to be clear, there is nothing brilliant about pedophilia.\n\nHow does anyone still read this newspape…
## 4577                                                                                                          RT @Ordakazakhstan_: ⚡⚡️⚡️⚡️⚡️\n€/₸ 486.54\n$/₸ 468.34 KASE\n₽/₸ 7.66 KASE\nbl/83.89 Brent pre. close
## 4578                                                                                 @kwonjaehyuk_ Oh, okay. Thank you. I’m used to reading BL red flags, so I’ll be fine as long as there really is a story. Hehe 😅
## 4579                                                                     #toptipstuesday has rolled around again. If you're writing a #script for a #video or #animation try reading it out… https://t.co/5Qrm8OvLe2
## 4580                                                                  RT @theisabelb: Notice how not a single bank has dropped Balenciaga.\n\nCulture will cancel a canned food company for their CEO voting Red, b…
## 4581                                                                                                                                                            RT @onebitart: hide and seek https://t.co/RxlMzmyELp
## 4582                                                                                                                                                                      This fanbase is only for class 6C in BL :)
## 4583                                                                                                                                                       @Mone_fb @Flow_bl Be patient, amnesty begins this week...
## 4584                                                                                He's real definition of "I CAN BE YOUR BOYTOY, I CAN BE YOUR BRIDE."\n\n#jeffSatur\n#MusicHeals2022xJeff https://t.co/31GdpbbkDr
## 4585                                                                                                                                                               FFS WE NEED NEW BL PLEASE https://t.co/CPBXDwaO7i
## 4586                                                                                                                                   ✨Each episode of BL or kdrama 😄😄\n#ChocoMilkShakeep9 https://t.co/3b61BYmM8Z
## 4587                                                                                                                                           RT @spookicooky: God i really have such good taste in bl and kpop men
## 4588                                                             RT @lovecastpodcast: #12PresentsFromLoveCast\n🎁 PRESENT FOUR 🎁\n\n#GMMTV2023 gave us so much to look forward to next year &amp; we couldn’t let th…
## 4589                                                                                                                            RT @emusakis: my game broke too ? #prsk_FA #prsk_BL #類司 🎈🌟 https://t.co/VaOXLKmKtK
## 4590                                                                    Uh unexpected encounter....thinking of making this next cos it title has moon in it ....and that ship appear....cur… https://t.co/t4o8eIl8F5
## 4591                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 4592                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 4593                                                                    RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…
## 4594                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4595                                                                  RT @chriscooreman: Retweeted Barbarism of Berlin (@berlinbarbarism):\n\n@GeoRosenberg Chapter really called "Barbarism: A User's Guide" (firs…
## 4596                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 4597                                                                     @di3tcoladrinker @brwnhellokitty @glolikelena And bl*nts, gay son or thot daughter,Hennessy infused anything,momma… https://t.co/GyeeEdLpwN
## 4598                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4599                                                                                                                                                              @Mone_fb @Flow_bl Sweet Susi Happy Safe Tuesday💛💛💛
## 4600                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 4601                                                                                                                                                  did i read that right why is cho talking about egyptian bl ads
## 4602                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4603                                                                    RT @dikookue: @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube . @billboardcharts @luminate_data @bill…
## 4604                                                                     @Cock_Robin1 I think liking BL is the most popular interpretation, but maybe as times changed it became a term for… https://t.co/gtPknZNAp5
## 4605                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4606                                                                     RT @hyunjinairfried: @jikseuz I LOVE DKZ. OMG. tloml Jaechan was in a bl called semantic error as the main character and frequently speaks…
## 4607                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 4608                                                                                 @dikookue @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube 🚨ATTN:… https://t.co/zh77OLlGl3
## 4609                                                                    RT @dikookue: @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube . @billboardcharts @luminate_data @bill…
## 4610                                                                                                                 lol I just finished fighting stupid bl stans I have some energy left for stupid volleyball fans
## 4611                                                                                                                          RT @elsserafim: TWICE Momo updated on her Instagram Stories 🥺🍭 https://t.co/ImXxvIu9qh
## 4612                                                                                    Westbound 6-car BL/Franconia-Springfield Train 402 has been holding at Addison Road on track 2 for at least 5 mins. (6:51am)
## 4613                                                                                    Westbound 6-car BL/Franconia-Springfield Train 402 has been holding at Addison Road on track 2 for at least 5 mins. (6:51am)
## 4614                                                                                       I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭… https://t.co/9QFiUY32nM
## 4615                                                                                                                                                                            its not bl 😭 https://t.co/7TNJvAXbnR
## 4616                                                              RT @MnetMAMA: [#2022MAMA_Moment] Photo Time #lesserafim #르세라핌 @le_sserafim\n\nWelcome to joinging on new beginning of #2022MAMAAWARDS!👏\nThey…
## 4617                                                                     RT @hyunjinairfried: @jikseuz I LOVE DKZ. OMG. tloml Jaechan was in a bl called semantic error as the main character and frequently speaks…
## 4618                                                                   Awww.\nI never in any bl fandom. Idk why i stay as Bubbles. Maybe because it's fun here. it's been 5 months. And it'… https://t.co/JjXxgeg2A6
## 4619                                                                                                                      @Theunnamed_S @milephakphum No one will be left is right #2M4FlowWithMile #2M4LoveAPO24hrs
## 4620                                                                   Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for M… https://t.co/r0QAN4DZN0
## 4621                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4622                                                       PO LIGHTSTICK BTS\n\n💰630k ~ DP 400k\n\n✅Done co\n✅Bersih ina include packing\n✅EMS+TAX\n✅Bisa via 🍊 (paylater ✅)\n\n📍Jatim… https://t.co/iZA4DiczB7
## 4623                                                                                                                                                      RT @iamstay0: Is this a BL drama ? https://t.co/mhGN6FNkv7
## 4624                                                                                                              RT @whereisthiss_: Innerdalen - Norway's most beautiful Mountain valley 🇳🇴 https://t.co/dtIIxNRTxO
## 4625                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4626                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4627                                                                        We had gone through their Evolution of Love, that Nobody will forget! Won’t you? #MilePhakphum #2M4FlowWithMile… https://t.co/Akjv0rBwrU
## 4628                                                                                                                                                                                                    Really, how?
## 4629                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 4630                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 4631                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4632                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 4633                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4634                                                                                                                                                                                    How can I heal myself again?
## 4635                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4636                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 4637                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4638                                                                    just watched this and it was one of the best bl series from Thailand me thinks and maybe thats bc of the melodramti… https://t.co/dIT6bAGSRE
## 4639                                                                 RT @AngelSh12053563: This comic is strange up to now but it's like strangely good \n \n#BL #nftcommunity #indiegame\n\nhttps://t.co/oBpnUnuce3…
## 4640                                                                                                                                            @LoriLightfoot So you want another chance to take Chicago down more!
## 4641                                                              RT @MnetMAMA: [#2022MAMA_Moment] Photo Time #lesserafim #르세라핌 @le_sserafim\n\nWelcome to joinging on new beginning of #2022MAMAAWARDS!👏\nThey…
## 4642                                                                     RT @DOYOUNGTEN96: Bring TEN back to Korea before Beijing  lockdown and we would like Wayv to join SMTOWN concert @NCTsmtown @WayV_official…
## 4643                                                                    Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley US… https://t.co/v0xrLfY4fu
## 4644                                                                                                                                     🎉 Just registered for the KiraCorp on @PREMINT_NFT! https://t.co/LnAnInQsPv
## 4645                                                                                                          RT @ivepics: gaeul performing nmixx – o.o at mama awards #MonsterRookiesAtMAMA https://t.co/QYfMv12rnK
## 4646                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 4647                                                                                                                                                            Gave my BL talk in school ✅ https://t.co/8zq4nFF6g2
## 4648                                                                     @vampforkoo ATP bl!nks are just saying anything they feel like. No logic, no proofs .no nothing but just anything.… https://t.co/PrTlbA9MK9
## 4649                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4650                                                                                                                                                                               @xuenay @captain_mrs Unbelievable
## 4651                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4652                                                                                                                      RT @Bank_mondop: Gentle Monster Singapore~😎❤️\n\n#MosBankXSingapore https://t.co/PNPGx31LE6
## 4653                                                                                    @fms_fr the house they use for every single fucking bl like the eclipse, cutie pie, i think echante too and the list goes on
## 4654                                                                RT @SJHDELHI: Dr BL Sherwal MS @SJHDELHI inaugurated Pediatric thalassemia &amp; hemophilia  comprehensive care centre, chemotherapy short infu…
## 4655                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 4656                                                                    RT @BCUlibrary: The British Library has maintained a collection of interviews, with an active policy to hear first-hand from every backgrou…
## 4657                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 4658                                                                     RT @RUAUAUA1: @vancedalism no bc I mentioned yaoi once and suddenly I'm blocked on tumblr (it's that time that I didn't know people didn't…
## 4659                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 4660                                                                                                                                                          RT @ivethailand: Shy shy shy ☺️☺️https://t.co/LlGOENYqib
## 4661                                                                               @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube . @billboardcharts… https://t.co/77WRjyQqVb
## 4662                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4663                                                                                                       @bitgetglobal @HookedProtocol @Amdora_BL \n@Tasnim4216 \n@Tanjim8256 \n\nDone all task👸🫅\n\n$HOOK #Bitget
## 4664                                                                                                                                                              I found a bl manga with ryusae-like dynamics 😍👍🏻🤌🏻
## 4665                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 4666                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4667                                                                                                                      not gmmtv bl ships as taylor swift songs 😭😭 it do fits them well 💔 https://t.co/CMvGb8nyNg
## 4668                                                                                                                                     “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 4669                                                                    RT @PaulinaK55: Your performance in KinnPorshe was phenomenal! You guys rised so many standards! I can't watch any Thai BL series without c…
## 4670                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 4671                                                                    @tsk_ksy Alot having same and they just needs time let's wait for them to comeback healty and fine even Jimmy is ha… https://t.co/mukhG4U1sN
## 4672                                                                                                                                                                             I need some angsty bl manhwa/mangas
## 4673                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 4674                                                                    RT @youazz7: . @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV of "D…
## 4675                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4676                                                                                          RT @AsiaJK97: 12/3. Jungkook - "Dreamers" debuts at #10 on Billboard Bubbling Under Hot 100. 😶 https://t.co/2ztb6pplCT
## 4677                                                                    RT @jeankookieee: This is so messed up. He would have been in the Hot 100. They should have corrected this. Why is it always JK who’s getti…
## 4678                                                                                                                                                  reading bl in school like they don’t fuck every damn chapter 😭
## 4679                                                                   RT @applewood_kr: The 37th GOLDEN DISC AWARDS will be coming to Bangkok, Thailand for the first time! \nStay tuned for the lineup and furthe…
## 4680                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 4681                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4682                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #kangdaniel #강다니엘\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AW…
## 4683                                                                                                                                             RT @jenniepics: have a safe flight jennie 🤎 https://t.co/k74wDZ3v6S
## 4684                                                                                            @JoeAtWaitrose it is to me!! I swear just two weeks ago you were talking about bl*wing couples up on Valentine’s Day
## 4685                                                                                                                                Taeyong blackpink? Nah im more focused on the taeyong bl https://t.co/SHe5bFY4lp
## 4686                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 4687                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 4688                                                                                                                                                                                           @Cocatee123 Ok Boomer
## 4689                                                                 RT @holybibs: biblebuild fights with each other and ending up with build worrying about nong bibs 🥺🤏\n\n꒰ #BibleBuild #BibleWichapas #BuildJa…
## 4690                                                                                 RT @kagswaffle: #isagiharem #rinsagi #bachisagi #nagisagi bl one tweet au\nSad girl-Lana del rey (0.46) https://t.co/JWCP2HlnRM
## 4691                                                                                                                                             @beansxooo Korean bl industry is taking it! https://t.co/L0LUeHsiw3
## 4692                                                                                                                                                              @AdamRutherford [non work related tweet] Splatoon?
## 4693                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 4694                                                                    RT @btstatsreminder: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 4695                                                                    Good morning to my MPS friends happy Tuesday. We have 124 more wake ups. Hope you have a great day. Little chilly o… https://t.co/L1cDetJwKq
## 4696                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4697                                                                                          Listening to Evoking (feat. Kenny Bl@De) (Single) (Explicit) by @sabirstaton on @PandoraMusic… https://t.co/MlOnkHye2V
## 4698                                                                                                 #isagiharem #rinsagi #bachisagi #nagisagi bl one tweet au\nSad girl-Lana del rey (0.46) https://t.co/JWCP2HlnRM
## 4699                                                                                                                                                        RT @shipper_diary: Let’s start trending #TellerxFortPeat
## 4700                                                                                                                                                       @LHS_B4 Based 👍 I'd like my bl stay in my fantasy as well
## 4701                                                                                        RT @maisbones: how to get rid of skinny fat!! (very easy) + diet and workout plans\n— an edtwt 🧵 https://t.co/CNhuU41dxH
## 4702                                                                                                                                                              Hacer tendencia BabyFeat !!!!!\n\n#TellerxFortPeat
## 4703                                                                    @ReviewsNana A lot of headaches would've been solved by only adults reading them...but then again the main demograp… https://t.co/YLgJrML9K2
## 4704                                                                                                                                                       taeyong bl taeyong blackpink this translation is so ?????
## 4705                                                                    Acc-Creativity Motorcycle Resin Tank Pad Sticker Decal Tank Protector Emblem Compatible with BMW F850GS ADV 2020 (O… https://t.co/oXkJMGyNQK
## 4706                                                                JJKHALU! WARNING SPOILER MANGA, WARNING CROSSOVER CHAINSAW MAN, TOKREV &amp; KNB, WARNING BL NANAHITO, Nanami Kento x M… https://t.co/NTXlq9Tvcz
## 4707                                                                    RT @FROSTYNOEUL_: I haven't seen a single Thai bl drama that doesn't address the issue of legalizing LGBTQ+ in Thailand. Heck, with all the…
## 4708                                                                   Delysia king 2-Pack Corner Shower Caddy Bathroom Shelf Wall Mounted Organization and Storage Adhesive Shelves,No Dr… https://t.co/97r4kHd03h
## 4709                                                                    ALIMORDEN Folding Ironing Board- Easily Folds for Convenient Storage After Each Use Perfect for Traveling RVs and C… https://t.co/I49XuCHVUb
## 4710                                                                                                                                                 People pick on BL cues. Like it or not. https://t.co/SxWIEjWX9W
## 4711                                                                     @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 For some of us, (me), I've worked hard to keep my kid afloat.… https://t.co/jR9B0PSVHW
## 4712                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 4713                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 4714                                                                                                                                                                     @Mahckss @_bl_ai_ze I shall be back for you
## 4715                                                                  11.29.2022: Feast of Bl. Frederick of Ratisbon: Augustinian lay-brother. Amen.\n\nLord, help us to be holy by doing e… https://t.co/uZiRsBD8MJ
## 4716                                                                                                                                                                                          @SugoiLITE Is this bl?
## 4717                                                                  11.29.2022: Feast of Bl.  Redemptorus of the Cross: former military officer, turned religious, and martyr.\n\nLord, i… https://t.co/caqyVxH8X8
## 4718                                                                                                                                                                          Cause all you did was damage me badly.
## 4719                                                                    RT @nanamifart: Mob psycho fandom these weeks feels like they're on their fever dream era :\n- Reigen canonically fart so loud and blame it…
## 4720                                                                     Story was the right pace imo. There are BL that actually have terrible slow-paced storylines. I am shocked. I feel… https://t.co/xPR8nN3A3s
## 4721                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 4722                                                                    RT @janelhops: I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problematic. The r…
## 4723                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 4724                                                                                                 RT @toychaewon: THE GIRL GROUP MEGA COLLABS\n\n2016                                2022 https://t.co/oskjVq4x35
## 4725                                                                                                                                                        @joynxyz @illustrata_ai @amli_art @bl_artcult So awsome!
## 4726                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4727                                                                                                  RT @Koreaboo: LE SSERAFIM really just never disappoints because they ATE this stage up https://t.co/NNt65lGVot
## 4728                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 4729                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4730                                                                                                                                    When will this BL drama come to Netflix? Tak sabar 😁 https://t.co/xRJmEW1rDY
## 4731                                                                                                                                                                 This new bl looks toxic https://t.co/6dVWjBDMWb
## 4732                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4733                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4734                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 4735                                                                    @filter_summer manga japanese comics or light novel, manhwa korean comics, and yaoi is the jap for boys love (a mat… https://t.co/FE7M1QnnRx
## 4736                                                                    @gilda_mag I mean, I also like Sylvain and it's a great humoristic support for BL, but between those three, he is p… https://t.co/hkNkqVYEFA
## 4737                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4738                                                                                                                                                                                    I don't need you in my life,
## 4739                                                                                                          A community you belong to may be rapidly moving forward with a... More for Leo https://t.co/7YuscdY3ud
## 4740                                                                                                                                                                          But only one thing carved in my heart.
## 4741                                                                                                                                                                                 You taught me different things,
## 4742                                                                                                                                         RT @jodanspace: Guysd can u pls gimme *bl that have beautiful word😩😩😩🙏🙏
## 4743                                                                              The plot of "Living With A Cat" is like a roller coaster of emotion. It's riveting and full of surprises!… https://t.co/IN1oRkyMYW
## 4744                                                                    @ShefVaidya @KobbiShoshani @NaorGilon @danielocarmon @MIB_India @ianuragthakur Let alone that, so called journalist… https://t.co/hWUGpdo4Yv
## 4745                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 4746                                                                                                                                                                                     And yet you made me change.
## 4747                                                                                                                               ⚡⚡️⚡️⚡️⚡️\n€/₸ 486.54\n$/₸ 468.34 KASE\n₽/₸ 7.66 KASE\nbl/83.89 Brent pre. close
## 4748                                                                                                                                                                             I was there having a peaceful life.
## 4749                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 4750                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4751                                                                                                                                         RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l
## 4752                                                                                             RT @Shantkee: Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW
## 4753                                                                    RT @ESLoudon: @JoGibsonWriter @TillyLovesBooks Become a Reader at the British Library. It's... (as above, but substitute "novel" for memoir…
## 4754                                                                  RT @britishlibrary: Liven up the colder evenings with our autumn season of events…\n\nEnjoy rare screenings of classic films, discover fascin…
## 4755                                                                    @bambifam76 they debuted in 2019 😭 they do bl concept, and they slay! their discography is so so good, i especially… https://t.co/cqbsRcW4vs
## 4756                                                                 RT @SpotifyKpop: All 11 members of @official_jo1 have arrived and shared their SOTM, and we see CASE 143 by @Stray_Kids 🙌🏻✨\n  \nCan you spot…
## 4757                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4758                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 4759                                                                                                                         RT @Rohan_Lockhart: 🦋He stole my heart🦋\n\n#OnOrOff #온오어오프 https://t.co/f6gw7BAIO7
## 4760                                                                    RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…
## 4761                                                                                                                                       RT @msgzuha: best thing we got out of that collab https://t.co/HmR2tKipkn
## 4762                                                                                                                                                                 isn't it a BL song?? 🥲♥ https://t.co/UmPX0sW8rR
## 4763                                                                    I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problemat… https://t.co/HMtcAPQ8d8
## 4764                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4765                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 4766                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 4767                                                                                                       RT @manzeehua: THIS IS SO EMBARRASSING 😭😂 his director caught him masturbating 😭😭 https://t.co/Omtl9ph2i8
## 4768                                                                                                                                                                                                 Ruined my life,
## 4769                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 4770                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4771                                                                                                                                         RT @joowonswife: They be looking so domestic 🥺🥺 https://t.co/hzX4iycVd6
## 4772                                                                                                                             A marked up print catalogue! \nAh.\nhttps://t.co/j1ZhSOOM3Y https://t.co/aziNx4VyVX
## 4773                                                                                                                                                                                            You came unexpected.
## 4774                                                                                         RT @YayukMulawati91: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/enMBmIZmtM @TheTopFamous
## 4775                                                                                                             RT @Chrissyspratt_: Finally a @wizkidayo song! Bad To Me was top requested. https://t.co/GUDSzAPNaN
## 4776                                                                                Yamada gave me 'BL' recommendations, but refused to elaborate on anything he said. Could somebody explain what he meant by this?
## 4777                                                                 RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 4778                                                                                                              The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/enMBmIZmtM @TheTopFamous
## 4779                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 4780                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 4781                                                                    @bicyclelegs @TranquilityFire @DGray118 My apologies in not marking it to you BL, but you are always always welcome… https://t.co/AOLGNKFOI1
## 4782                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 4783                                                                RT @BibleBuildPH: Look at our kids fighting at the back hahahahah \n\n#BibleWichapas\n#BuildJakapan\n#BibleBuild \n#ไบเบิ้ลบิว\n\nhttps://t.co/GJI…
## 4784                                                                                     RT @hammiehyung: I know they're screaming in their head after that fist bump JSJSJD bcs i would too https://t.co/1RDTGjCBUd
## 4785                                                                                                                                                                Two of my favourite BL boys sitting side my side
## 4786                                                                     RT @Koreaboo: I would just like to thank JO1 for adding an orchestra to their performance because it was so great 🤩 https://t.co/51ahEfyRnn
## 4787                                                                    Meet like-minded creatives and learn more about what it takes to start a successful arts business tonight at our fr… https://t.co/n2wlXoTMmB
## 4788                                                                           RT @jsaturfiles: bye bye to this prince look ✨🥹\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/5IhTGT5PXn
## 4789                                                                   RT @BLAgroIndsLtd: Stress and efficiency are inversely proportional, so we're having a 3-day #cricket tournament at BL AGRO, Bareilly. 🏏 \n#…
## 4790                                                                    @muskQu0tes @elonmusk all the tyranny in turekey now blam3s erdogan as being dictator they are so evil they will at… https://t.co/bZ4SS2eVoQ
## 4791                                                                                                                           RT @fireboydml: 3 years today. happy birthday, baby. luv you. https://t.co/ZihzKX0o6L
## 4792                                                                              RT @jsaturfiles: kim han university glowup!! \n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/dAiOFErwJF
## 4793                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4794                                                                RT @JeffSaturFC: Thank you everyone for coming today.\n\nBack home safety and see you all again next time ^^\n\n#MusicHeals2022xJeff #jeffsatur…
## 4795                                                                                                                                                  RT @VminvLivetoday: MY VMIN HEART!!!!! https://t.co/Jwp9UHhxvG
## 4796                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4797                                                                    RT @BIPCLeeds: We’re celebrating small businesses this festive season, from makers and creators around the UK that have used their local li…
## 4798                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4799                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4800                                                                    RT @theweeknd: LEG TWO IS HERE❗️After Hours Til Dawn Tour comes to Europe and Latin America!!!  https://t.co/OgBYRWPYOV https://t.co/6YVQDi…
## 4801                                                                                                                                     RT @tinyhsoo: the two types of tops in bl manhwas ♡ https://t.co/TEzGCo6vnl
## 4802                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 4803                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 4804                                                                 RT @amantedel__bl: Ya se va mi chiquito Boss 🥺💗\n" SEE YOU AGAIN!"\n\n#KissMyBodyXBossNoeul #BossNoeul #BoNoh  #Bosschaikamon #Noeulnuttarat h…
## 4805                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4806                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 4807                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 4808                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 4809                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 4810                                                                                                                                                                 RT @lovjiv: i love this https://t.co/Gzq2zVgdJi
## 4811                                                                             Ya se va mi chiquito Boss 🥺💗\n" SEE YOU AGAIN!"\n\n#KissMyBodyXBossNoeul #BossNoeul #BoNoh  #Bosschaikamon… https://t.co/iIHmKAfy9G
## 4812                                                                                                               @MMZ_Electro_TTV @VaiNEsportsOrg If you think about it... *hits bl*nt*  aahh... he kinda iss.....
## 4813                                                        RT @raonbeam: KDJ: “I might be living in a BL World”\n(Holy trinity k-novel ships x Zettai BL manga)\n\n#orv #lcf #내가키운S급들 #백망되 https://t.co/v…
## 4814                                                                    RT @rfboothroyd: After a Bl*ck Fr*day rush there are only FOUR copies of my selected minimal poems remaining. Buy Atomised now or forever h…
## 4815                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 4816                                                                                              Prothane 7-806-BL Black Front Frame Shackle Bushing Kit MDU6D9N\n\nhttps://t.co/i7m1KTO6rC https://t.co/vkohNZ0Gdk
## 4817                                                                                                                Fragola 218006-BL Black Size (-6) 180° Push Lock Hose Fitting KDILB5D\n\nhttps://t.co/HBul7YB1J4
## 4818                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 4819                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 4820                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 4821                                                                                                                                 @arcticdonkeyss Skot wle khara bl alile ana 3m ba3ml shi moufid mich shopping 😂
## 4822                                                                    RT @littledunk0110: I'm already a picky person when it come to BL series and now they've made my standard become higher.\nFort and Peat are…
## 4823                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4824                                                                                                                       How beautiful! That voice. Wow!\n\n#Salsa\n#Narcos\n#BL\n#BLedits https://t.co/ICzgryl5g3
## 4825                                                                    @IamAbhiMishraa @farheen2510 @ShyamMeeraSingh @arunbothra @itsmesabita The patient has been shifted to ICU from the… https://t.co/GelxZu9uS7
## 4826                                                                    RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…
## 4827                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 4828                                                                  RT @BLMedieval: We're not really sure why digitising manuscripts associated with women could be considered woke.\n\nIn any case, we're very g…
## 4829                                                                    RT @BIPCLeeds: We’re celebrating small businesses this festive season, from makers and creators around the UK that have used their local li…
## 4830                                                                      @DaveRG47 @ajackiehunter @claire6thompson @BioBeatUK @The_Lazzer @Olivia_A_Grant @KathrynESimpson @Giovanna_Forte… https://t.co/gSj9LnCGC3
## 4831                                                                  RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 4832                                                                    @Kujay_ This is a pretty great thread, and a lot of it I definitely agree. I think there's been a lot of high point… https://t.co/5Eaw5Q08yp
## 4833                                                                                                             LAG v Seattle Surge\n\nSeattle Surge -1.5 @ 1.9 (1.5u)\nSeattle Surge Map 2 ML @ 2 (1.5u)\n\nBet365
## 4834                                                       @CNN \n@cnni \n@cnnbrk \nViewers have had enough of @donlemon \nHe is bitter, sour &amp; very toxic \nLacks objectivity &amp; ba… https://t.co/ARJCaIeTN1
## 4835                                                                                                                                                            Bl actors sitting together 🫦 https://t.co/JqkFtUwkck
## 4836                                                                                 This awesome comic deserves more attention!\n \n#NFTcollections #Artwork #bl\n\nhttps://t.co/Kedo2iADgR https://t.co/avr0Yljf1x
## 4837                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 4838                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4839                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 4840                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4841                                                                RT @visegrad24: BREAKING:\n\nAir raid sirens sounding in every Ukrainian region now apart from in Crimea.\n\nThe largest Russian strategic bomb…
## 4842                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4843                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 4844                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 4845                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4846                                                                    @A0TERRA I remember when they said that, was like a month into BL when it was discovered, they haven't patched it s… https://t.co/LqpypDl00T
## 4847                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 4848                                                                                   RT @XuYiyangTH: (3) 221129 CHIC weibo update\n\n🖇https://t.co/MKtxsLXWXi\n\n#อี้หยาง #สวีอี้หยาง #XuYiyang https://t.co/RhOWbpJr0x
## 4849                                                                                   RT @XuYiyangTH: (2) 221129 CHIC weibo update\n\n🖇https://t.co/MKtxsLXWXi\n\n#อี้หยาง #สวีอี้หยาง #XuYiyang https://t.co/o1B1KlWvHO
## 4850                                                                                                                                                     RT @REALLYREVIL: best bl in a while https://t.co/ipSo7GnVYL
## 4851                                                                                                                                      @becomelegendseu When will we see the Invitational BL Vlog? 🙌 really hyped
## 4852                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4853                                                                     @Lindoshenge1 @festus_tonnex @ChrisTrafalgar7 @BeyAngu_FanAcc Lmao same way bey be singing rihanna's Rih-jects and… https://t.co/IsV2gUKyyF
## 4854                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 4855                                                                                                                                                                             beautiful soul op bl*kker radio omg
## 4856                                                                                                                                     @JayJayfromdiego @NoEmmeG The only weak link is the bl@ck man who made you.
## 4857                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 4858                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 4859                                                                                                                             very cool and inviting6. There were soft, bluey-green bl    https://t.co/KXjJK33GvG
## 4860                                                                    RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…
## 4861                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 4862                                                                                                                                                     RT @awa_df: Breakfast with a view 😍 https://t.co/nTfREYS2Wk
## 4863                                                                                                                        #prsk_FA \n#PRSK_BL ( kinda? )\nIdk im just sick at this point 💀 https://t.co/SCy6dy3CX4
## 4864                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 4865                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 4866                                                                     2Pack Baofeng BL-5 3800mAh Extended Battery for Baofeng Walkie Talkie UV-5R BF-8HP UV-5RX3 RD-5R UV-5RTP UV-5R MK2… https://t.co/a1ad3KAJLb
## 4867                                                                                                              RT @BossEul_Library: why i feel these two are glowing and extra clingy 😌🤔\n\n#KissMyBodyXBossNoeul
## 4868                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4869                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 4870                                                                    RT @spiftynifty: SO shocked that the fandom who prides itself on having a "pure" and "wholesome" and "devoid of icky fetishizing unlike tho…
## 4871                                                                                              *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 4872                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 4873                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4874                                                                                                      RT @sususiaoo: Boss chaikawaistgrabber is back at it again\n#KissMyBodyXBossNoeul\nhttps://t.co/B6JH2G8XLl
## 4875                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 4876                                                                RT @123Dips4178: This manhwa is awesome! I can't get enough of it!\n \n#bl #3danimation #indiegame\n\nhttps://t.co/7vAOn2R8y9 https://t.co/uXdK…
## 4877                                                                  @08081995_ Love is an illusion (ongoing but only side stories, BL)\nFull Volume (completed, BL)\nDangerous Convenienc… https://t.co/KjAISToaY6
## 4878                                                                RT @123Dips4178: This manhwa is awesome! I can't get enough of it!\n \n#bl #3danimation #indiegame\n\nhttps://t.co/7vAOn2R8y9 https://t.co/uXdK…
## 4879                                                                     RT @mochi80243795: "The Blade of Evolution Walking Alone In The Dungeon" is an absolutely perfect comic! It's living rent free in my head!…
## 4880                                                                                                     @kangterrius nah bc if they dont give me a proper camerawork for my romeos, there will be bl○○d on my hands
## 4881                                                                   RT @sususiaoo: F: hello *hifive* sending you encouragements always. Both of you. Wish me luck for press the tix (for fanmeet)\nN: *cast spel…
## 4882                                                                  RT @elsserafim: LE SSERAFIM TEASING THEIR NEXT COMEBACK AT THE MAMA AWARDS IS SO ICONIC\n\n"DO YOU WANT TO BE FORGIVEN? YOU DON'T HAVE TO" ht…
## 4883                                                                                                                                  RT @jeffsaturjpg: Oh he is god~ \n#MusicHeals2022xJeff https://t.co/QexorNQZNz
## 4884                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 4885                                                                  RT @milkkura39: "Dear You (hater) who wish for my FALL, Do you want to be forgiven? You don't have to"\n\nThe phrase for LE SSERAFIM performa…
## 4886                                                                                                                                                                                           @ji_to_mii2 So cool!!
## 4887                                                              RT @jsaturfiles: jeff getting shy because of all the screams 🥹🫶🏻\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/zfQafU…
## 4888                                                                                             RT @Shantkee: Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW
## 4889                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4890                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 4891                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 4892                                                                                          RT @jsaturfiles: HIS LOOK TODAY!!\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/fzTCFfwvTH
## 4893                                                                                                                                                    RT @jsaturfiles: our disney prince 🥹 https://t.co/pia3d6xaKX
## 4894                                                                    @Terri66987597 Hi check Fr Chad Ripperger on Youtube you can bind the bad spirit of fear or any passion emotion wit… https://t.co/j7X7fDl0F5
## 4895                                                                                                  RT @Koreaboo: LE SSERAFIM really just never disappoints because they ATE this stage up https://t.co/NNt65lGVot
## 4896                                                                                                                            RT @jeffsaturjpg: Soothing vocal range~ #MusicHeals2022xJeff https://t.co/YxO6GZfcu7
## 4897                                                                  RT @theseoulstory: [#2022MAMA] 🏆 Congratulations to LE SSERAFIM for winning the Favorite New Artist at ‘2022 MAMA AWARDS’ today! 🎉 \n\n@MnetM…
## 4898                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 4899                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4900                                                                 RT @designonething: Happy birthday William Blake. The English artist, poet &amp; printmaker, whose printing technology innovations allowed him…
## 4901                                                                    RT @SamarthPanda: @TezDhar4 @PoojaShali Yeah that's my fault. Being an indian i was unaware of what happened to girija tikko , bl ganjjo an…
## 4902                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4903                                                                                                                                                                                  @BL_Dwyer @WholeMarsBlog Wrong
## 4904                                                                    every time i see kng dniel i think about how he tells every bl actor he meets he's seen their show 😭 idk if he's on… https://t.co/CEnKjDtNR7
## 4905                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 4906                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4907                                                                    RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz
## 4908                                                                    RT @BIPCLeeds: We’re celebrating small businesses this festive season, from makers and creators around the UK that have used their local li…
## 4909                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 4910                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 4911                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 4912                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4913                                                                    "The Blade of Evolution Walking Alone In The Dungeon" is an absolutely perfect comic! It's living rent free in my h… https://t.co/l4RlSuYO46
## 4914                                                                   RT @GothlyticalArt: @illustrata_ai @joynxyz @amli_art @bl_artcult "The House"\nMy biggest stress in my life reimagined. I utilized img2img t…
## 4915                                                                     Gatekeepers bala jp bl fans 🙄🙄 cute bala if may  kiekoi with localized context kay it's hs bogoness in a funny way… https://t.co/jE4BEIayzn
## 4916                                                                                                                                                          Let a bl*ck man secure the bag https://t.co/srE6Ei45kK
## 4917                                                                    RT @iminescent: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning "war paint" paint as layers of chaos that can run thro…
## 4918                                                                   RT @IpekMorel: @illustrata_ai @joynxyz @amli_art @bl_artcult Peaceful Mind\n\n"She looked like a mermaid, peaceful and calm, her eyes closed…
## 4919                                                                  Today's workshop is An Introduction to Critical Thinking.\n\nJoin Metin from 2pm and get grounded with this most impo… https://t.co/9RSI9aHf8N
## 4920                                                                 the guy she was interested in wasn’t a guy at all (gl)\n19 days (bl)\nshe is still cute today (gl)\nnot so shoujo love… https://t.co/BGUtf62iZR
## 4921                                                              RT @jsaturfiles: jeff: where do i go next? ohh i go now? 😂 ok krub, byee\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.c…
## 4922                                                                    RT @mantilla_angy: @illustrata_ai @joynxyz @amli_art @bl_artcult My piece "Anger" represents women reacting and protesting against injustic…
## 4923                                                                                                                          RT @kpfiIms: JEFF LOOKS STUNNING 😭\n\n#MusicHeals2022xJeff\n\n https://t.co/ZuzAAkwAns
## 4924                                                                                                                                             RT @pandesalbb: jihyo with kids content 🥺🥺🥺 https://t.co/1qwW0aepSt
## 4925                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 4926                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 4927                                                                                                             @chouyo_ oh wow elle totally didn’t know u read bl ALSO I FINALLY THOUGHT OF ALL THE BOXES FOR MINE
## 4928                                                                     On top of her grants, Blanca gave very specific instructions on how to be remembered in Las Huelgas, including the… https://t.co/ySraAElJRg
## 4929                                                                   Who benefited from Blanca's grants?\n\nLas Huelgas de Burgos was the principal beneficiary of these grants, but many… https://t.co/z7l3ypujZX
## 4930                                                                  My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelg… https://t.co/Mwf5QzWYM2
## 4931                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4932                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 4933                                                                            This manhwa is awesome! I can't get enough of it!\n \n#bl #3danimation #indiegame\n\nhttps://t.co/7vAOn2R8y9 https://t.co/uXdKSXdQZq
## 4934                                                                    NICECNC BL and Red Clear Clutch Cover Protector Guard Compatible with Ducati XDIAVEL/S 2016-2020,DIAVEL 1260/S 2019… https://t.co/zpSlCGWCB6
## 4935                                                                    idk if we'll get a s2 but if we do, i wish they'd explore the siblings and cousins relationship more lol. i know it… https://t.co/O80kjtx9Lt
## 4936                                                                                                                                 @cinnapeachie @Dawn_Heart_VR bl, henty, mystic messenger, tears of themis, idfk
## 4937                                                                 RT @sliqless: We are looking for players, for the Spring Split of Primeleague 2023. \nFeel free to DM or add Faolan#8481 on Discord.\n\nRetwee…
## 4938                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4939                                                                            RT @kimheesun_ph: running man's 100th episode was her first tv appearance in sokor after her long hiatus.\n\nhttps://t.co/HNjR3UaYc5
## 4940                                                                                                     Prothane 7-1020-BL Black Rear Spring Cushion Kit NZS1KH5\n\nhttps://t.co/wSgYgN1BLV https://t.co/U8yOIUs69p
## 4941                                                                                    Prothane 1-1014-BL Black Front Spring Eye and Shackle Bushing Kit TJDVN4I\n\nhttps://t.co/QNaTMHIjgh https://t.co/v93XVVqJE4
## 4942                                                                    RT @M4ier_lol: After my split as Toplaner with @muensteresports and a rly taff off-season start i decided to swap back to my lovely Jgl-Pos…
## 4943                                                                    RT @yoonkive_: like there is not even 3 days left for indigo and the first priority y’all have is fighting bl!nks?? just fucking report the…
## 4944                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4945                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 4946                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 4947                                                                    @jodanspace Hmm, gimana ya. They aren't my home, tapi dari tahun 2013 until today, I still can read and watch their… https://t.co/mWnH7FEQJ6
## 4948                                                                                                               RT @stuffasdreams: Wonderful exhibition on Alexander the Great at the BL! https://t.co/DTivYyXTXL
## 4949                                                                    RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…
## 4950                                                                    @sebguts10 @Jay_Orion1 @PaulTassi —About BL. Haunted was the first non-showcase and non-expac season that they wait… https://t.co/6v986xdqKQ
## 4951                                                                     ZOOMHITSKINS OLED Switch Skin, Compatible with Nintendo Switch OLED Skin Wrap, Embroidery Dragon Lung Oriental Art… https://t.co/bKs9ghrxne
## 4952                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4953                                                                                                   @Losbennett @JMReynolds Just had to have a nose too. Sheesh. Wait till they hear how BL treats its authors...
## 4954                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4955                                                                    Your performance in KinnPorshe was phenomenal! You guys rised so many standards! I can't watch any Thai BL series w… https://t.co/22nrki0Z0b
## 4956                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4957                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4958                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 4959                                                                                                                               @YouTubeGaming There can only be 3\n\n1- Min_cr___\n2- R_bl_x\n3- __u_ub_ Sh_r_s😎
## 4960                                                                                                                       Check out this great #comic #BL \nCheck out CRASH COURSE on Tapas https://t.co/JzcfjydrgF
## 4961                                                                   RT @destinykrainbow: @illustrata_ai @joynxyz @amli_art @bl_artcult Enjoying with close ones till dawn\n#expressionwithmeaning https://t.co/C…
## 4962                                                                                                                                                                     @chanuyeah its bl drama its true i wrote it
## 4963                                                                    TappyToon new BL “Love me Again” is the same Artist who draw “The Right Relationship”This time IS THE MATURE VERSIO… https://t.co/aqQFxxy8ll
## 4964                                                                     @jacobandrewsky @Victor_codejs That one should be coming faster with some experience. Try to think about something… https://t.co/Ez5B2dy6WY
## 4965                                                                    RT @Gerashchenko_en: When Lili, 7, found out there was a war in Ukraine, she wanted to help. She turned to her dad, and he called the local…
## 4966                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 4967                                                                    Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collecti… https://t.co/BPcNQVtqx9
## 4968                                                                    How to run digitisation projects – case studies from the British Library (hosted online). 6th December 2022, 10.00-… https://t.co/1JUenDUT76
## 4969                                                                                                                                                                      W heyy l hade fattasit alla tb3e bl cedars
## 4970                                                                     RT @avalaina: We still live in a paradigm of Nunberg trials when nazi war criminals were tried after the nazi regime had collapsed. But we…
## 4971                                                                    RT @EuromaidanPress: "We don't have to wait for Russia to lose.... We must create an international tribunal now and begin all necessary pro…
## 4972                                                                               How do I feel when I see\n\n_ those who believe they have mastered "how to be a trend"\n\n_ the BL police https://t.co/5qNqi2LUGd
## 4973                                                                                       RT @raonbeam: Found this cute BL manhwa made by Pansa-nim 😆\n(The resemblance with Choicale Haha) https://t.co/k58Xp7uN1t
## 4974                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 4975                                                                                                                                      @GroomB Elmet always bring to mind this collection https://t.co/RuQvlECrP3
## 4976                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4977                                                                 RT @LSSRFMcharts: Congratulations to @le_sserafim for winning "Favorite New Artist" at the 2022 MAMA AWARDS! 🎉🏆\n\n#MAMAAWARDS #2022MAMA \n#LE…
## 4978                                                                                                                             RT @jeffsaturjpg: Smexy deep voice~ \n #MusicHeals2022xJeff https://t.co/VKsloX1ieB
## 4979                                                                                                                    RT @studio_onsaturn: Fighting!! Mr. President!! #MusicHeals2022xJeff https://t.co/eSb9E43lKb
## 4980                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4981                                                                    It's fine to like other groups or other music! You're allowed to dislike a fandom (@ bl!nks or anyone else who diss… https://t.co/Jy9cQijyav
## 4982                                                                                              RT @kpfiIms: — Jeff Satur « FADE » with the orchestra! \n\n#MusicHeals2022xJeff #JeffSatur https://t.co/TRdEA3b7AC
## 4983                                                                                              RT @kpfiIms: — Jeff Satur « FADE » with the orchestra! \n\n#MusicHeals2022xJeff #JeffSatur https://t.co/nfRtIPG4Xd
## 4984                                                                                                                                                       @TheRose_0803 should do a BL OST @idol_romance \n#TheRose
## 4985                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 4986                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 4987                                                                                                                               RT @wntrgrdnstyle: rt to get hopital playlist season 3 😂🥲 https://t.co/X3qNRY4D3H
## 4988                                                                    RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…
## 4989                                                                    No one talks about it but I will, Arabic kids in school get treated like shit. I've had to sit there and watch my A… https://t.co/i5ufI313eg
## 4990                                                                 RT @thaiupdate2021: [Results] “The Most Favorite Thai BL Series Couple of 2022”\n\n1. #MilePhakphum #nnattawin\n2. #bbil1ypn #Seng_wichai \n3.…
## 4991                                                                    @don51643752 @IlhanMN Since when does GQP care about “criminal drug addicts” serious question! Some are MORE concer… https://t.co/wSM7cjwOef
## 4992                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4993                                                                                    I've read this manga multiple times! You should check it out, too!\n \n#NiGHTSIntoDreams #bl #devil… https://t.co/JOLH9Lg9CC
## 4994                                                                                                       @anryatrades I don't think so at all, on the contrary, this photo has its own certain charm and meaning✌️😃
## 4995                                                                  RT @Sserafimers: 🚨LE SSERAFIM TEASE THE FANS FOR THEIR NEXT COMEBACK AT THE MAMA AWARDS 2022\n\n"DO YOU WANT TO BE FORGIVEN? YOU DON'T HAVE T…
## 4996                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 4997                                                                     @yesehep I ACCIDENTALLY TOLD YJJ THAT I READ BL ALL BECAUSE SHE ASKED WHY I WANTED TO TALK TO UMAI i wanted to ask… https://t.co/S9c8Qgp9p7
## 4998                                                                     @illustrata_ai @joynxyz @amli_art @bl_artcult This is a story of love between two deep lovers bound to be together… https://t.co/WTOxnC2DJZ
## 4999                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5000                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5001                                                      RT @bilo_art: Gerita &lt;3\n\nI missed drawing them &lt;33\n\n#hetalia #ヘタリア #aphitaly #aphgermany #doitsu #gerita #itager #hetaliagerita #hetaliager…
## 5002                                                                    1 Set Drift Skates Plate Liner Protective Rubber Bands,7X4 72X0 78 Inch Roller Skates Road Band Edge Guard for Adul… https://t.co/NXaiS4eRa1
## 5003                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 5004                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5005                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5006                                                                                                     @JeremyVineOn5 “planet in fire” get a grip @theJeremyVine ! Come up to Scotland… bl**dy freezing here! 🙄🤦🏼‍♀️
## 5007                                                                    RT @NoisyPixelNews: JAST BLUE Announces Varenyett's BL Visual Novel 'Sorcerer's Choice: Angel or Demon' Western Release - https://t.co/GaKL…
## 5008                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 5009                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5010                                                                                                                        RT @toychaewon: DO YOU WANT  TO BE FORGIVEN? \nYOU DON'T HAVE TO https://t.co/YT7zP6v3VG
## 5011                                                                                                                                             Nanon is his own person and he isn't living for your bl fantasies 💅
## 5012                                                                    @etherealpran that's what happens i fear when seasoned bl watchers who are used to that problematic trope expect it… https://t.co/fEEytwcAHj
## 5013                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5014                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 5015                                                                                                                                                                                             I'm reading BL dhmu
## 5016                                                                                                                                                                                             I'm reading BL dhmu
## 5017                                                                    @brightnanon no literally think that’s what happened cause the comments afterwards were very much the same just tre… https://t.co/Jk1NGXlmJX
## 5018                                                                                                                            I need more sad angst bl like faraway house and 10 years that I loved you the most 😭
## 5019                                                                                                            Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 5020                                                                     RT @businessline: ▶️ What is T+1 settlement?\n▶️ Why is SEBI moving towards shorter settlement?  \n▶️ Will investors find it easy to adopt to…
## 5021                                                                                                            Gonna do some comic reading\n \n#ceo #BL #Xianxia\n\nhttps://t.co/DGdnWvR30L https://t.co/zaL1WMswTT
## 5022                                                                                                                   Recently I'm madly obsessed with the bl series. Is anyone obsessed like me? #Blseries #dramas
## 5023                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5024                                                                    @LA2slc @stanmccune @TheGreatIntell1 @AGHamilton29 It's a good thing Obama denounced his endorsement. I mean this i… https://t.co/4hHijjUhI9
## 5025                                                                    Stress and efficiency are inversely proportional, so we're having a 3-day #cricket tournament at BL AGRO, Bareilly.… https://t.co/vM9lKcprb9
## 5026                                                                    FRAUD ALERT!⚠️  @palmpay_ng are Scammers❌ dey are hoarding My 400k+ since Sunday. Texted dem both on IG nd FB dey k… https://t.co/I4obME7NRA
## 5027                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 5028                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5029                                                                                                    @KoalaFunFact nawr i havent had time to read anything but ill be bl hunting this weekend. so i will report 🫡
## 5030                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 5031                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 5032                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 5033                                                                                 This awesome comic deserves more attention!\n \n#DigimonSurvive #bl #WEBTOON\n\nhttps://t.co/6TaMmZBN8b https://t.co/Ht8ruz853K
## 5034                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5035                                                                RT @Alehfred: No but really why are antis like this:\n\nBubbles: "WE HAVE A NEW VP BOOK!"\nAntis: "Ugh VP are so toxic"\nB: "VP moans were so r…
## 5036                                                                                Trust me! You'll get addicted to this story!\n \n#DigimonSurvive #bl #WEBTOON\n\nhttps://t.co/q62DN8TatF https://t.co/GrQuea40J6
## 5037                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 5038                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 5039                                                                                   @_rottenjelly the manhwa is also pretty sus like, yes okay we get it it's not tagged bl but the panels... the framing... 👀👀👀👀
## 5040                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 5041                                                                                                            oops 🫢🤭 #yaoi #TheNewRecruit #bl #blmanhwa #bltwt \n\nSauce: The New Recruit https://t.co/CtiOxEbgEq
## 5042                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 5043                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5044                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5045                                                                                               Apparently I read comics now\n \n#IranRevolution #bl #Artstyle\n\nhttps://t.co/CWwL59GThE https://t.co/N8O1shUrDF
## 5046                                                                    2/2 This will be the first time a new restoration of ’36 Chowringhee Lane’ will be screened in the UK. Tickets only… https://t.co/tayb1YHr6u
## 5047                                                                    1/2 On 10 Dec we are delighted to screen '36 Chowringhee Lane’, Aparna Sen’s directorial debut and a ground-breakin… https://t.co/BvUl2uVqAD
## 5048                                                                                                                                                                              @new_bl_ue_bird new hair cut!!!! 👍
## 5049                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 5050                                                                     ▶️ What is T+1 settlement?\n▶️ Why is SEBI moving towards shorter settlement?  \n▶️ Will investors find it easy to ad… https://t.co/p5GbXGiYEw
## 5051                                                                                                                                           @jongstomato JAECHAN DID A BL WITH ONE OF THE MEMBERS OF KNK RIGHT???
## 5052                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 5053                                                                    A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor… https://t.co/SMVmVGDvCC
## 5054                                                                                                                                                                  @dgc837 Lovely. Been misty for days back here.
## 5055                                                                    u two did great that we carried away to our emotions bcs yall giving us roller coasters actings 😣 i love u and than… https://t.co/bZt3r7GsQY
## 5056                                                                @pararoidhakase yeah like if ur reading banana fish for like bl content ur gonna be disappointed like yes ash &amp; eij… https://t.co/bglr3qxZuF
## 5057                                                                                                                                                       @ironbean23 ppl saying that's not bl has never stopped me
## 5058                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5059                                                                    RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…
## 5060                                                                                                                                 f wardrobe long. See, girls, do see, how her long bl    https://t.co/c2FEyNyTtt
## 5061                                                                      The Vampire &amp; the Duke ep 49 has been updated! \n\nLink on bio~\n\n#tvtd #thevampireandtheduke  #BL #boyslove… https://t.co/QMYnfsPCgk
## 5062                                                                    @jikseuz I LOVE DKZ. OMG. tloml Jaechan was in a bl called semantic error as the main character and frequently spea… https://t.co/WS9TQRqhtW
## 5063                                                                  RT @TREASUREwwide: Congratulations  #TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS🏆\n\nWe did it 3 years in a r…
## 5064                                                                                   RT @PamelaHensley22: Karine Jean-Pierre just said, "We are keeping an eye on Elon Musk's Twitter." This sounds like a threat.
## 5065                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5066                                                                  RT @LayahHeilpern: Today I learnt Apple has a problem with @elonmusk but absolutely zero problem with child abuse… \n\nBalenciaga’s app is st…
## 5067                                                                                                                                                                    @cclodye BBB announced their Engagement Date
## 5068                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5069                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5070                                                                                                                                              Yall guess what my friends my screenshots of bl manhua/manhwas....
## 5071                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5072                                                                  surprisingly, watching thai survival idol show is like a new hobby for me 🙈🙈🙈🙈\n\nprobably, i’m going to watch this s… https://t.co/xWrlbHKbXD
## 5073                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5074                                                                    RT @BL_prints: Etching of the astronomical clock in Lyon Cathedral with its several dials and allegorical and decorative figures and carvin…
## 5075                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5076                                                                                                         also ive alr told the teachers they dont care also forgot my bl@de at home so 🤣🤣🤣 art class here i come
## 5077                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5078                                                                                              1p brand used BL-740 Laser barcode reader FAST SHIP kc52 #YP1 https://t.co/3dmS0ZhUHS eBay https://t.co/eXKpDpLX2I
## 5079                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5080                                                                         CARLING TECHNOLOGIES TIGM51-6S-BL-NBL Switch, Rocker, DPDT, 15A, 250V, Black M6QNNMJ\n\nhttps://t.co/Ky8oCFNMMH https://t.co/Hl40m6a1CH
## 5081                                                                    Electric Gravity Pepper Grinder or Salt Mill with Adjustable Coarseness Automatic Pepper Mill Grinder Battery Power… https://t.co/twdSTvmHuj
## 5082                                                                   RT @famewya: Boss : something like that. We working together and we meet every day, so we support each other \nNoeul : it’s the same as he s…
## 5083                                                                                    🗓 #OngoingBLbroadcast November 29th, 2022\n\n🇹🇭BL\n#WarOfYEp18 Aisplay CopyABangkok YTC \nPreview ➡️… https://t.co/pBWshZsnKe
## 5084                                                      RT @pk5125: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj\n@MohanChanyal \n💧 #flo…
## 5085                                                                  RT @famewya: Srry for my mistake 😭 i type the sentence that Boss said wrongly so I edited and reposted. #KissMyBodyXBossNoeul \n\nBoss : when…
## 5086                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5087                                                                   RT @bossnoeuluver: the way boss held the phone, the way noeul hugged bose, the way boss smiled, the way boss looked at noeul the way-\n#Kiss…
## 5088                                                                                                                                                                                            @AbdeJong7 Oleander.
## 5089                                                                    Yes. And the amount of bad acting in thai bl is... 👀👀👀 Despite that, the genre is so popular I'm starting to feel l… https://t.co/PGShVdKFzq
## 5090                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5091                                                                    RT @flukelights: where did this notion that fluke only cries in his series come from...was it just because he was good at it? the amount of…
## 5092                                                                                                                                                    @SeharShinwari You can come anytime for bl*wjob ...I'm ready
## 5093                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 5094                                                                    @JadeSaidSometh1 @apospmee There is "means besides kinnporsche  there is one bold bl with good chemistry between ac… https://t.co/ay7IsDNu1h
## 5095                                                                RT @miiniyoongs: [221129 RM Instagram Story]\n\nimage - screenshot of kakao talk message with his mom:\n\n👤 eat well and take care of your heal…
## 5096                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5097                                                                                                                      @ewereichi rIGHTTT i spent forever on mine akdjsks (also wow a fellow bl reader too hmmmm)
## 5098                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5099                                                                    RT @LambUniversity: mariah’s father (alfred roy carey) is not fully bl@ck. making mariah @MariahCarey closer to a quadroon than a biracial.…
## 5100                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5101                                                                                                                          I would be the one to stay up watch g a cute ass thai bl drama when I have work at 7am
## 5102                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5103                                                                    RT @Joshua_Ubeku: Don't let football banter stop you from celebrating Messi and Ronaldo. We will miss them every day of our lives when they…
## 5104                                                                    how abt stop remaking other bl dramas and start creating interesting ones. y'all gonna make gmmtv writers go jobles… https://t.co/oWkIhsJEic
## 5105                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 5106                                                                   RT @TonyOElumelu: I am where I am today because of luck. \n\nLet me be clear: Luck is important, but it is not a substitute for hard work or…
## 5107                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5108                                                                                                                                   RT @gostephgo: my friend says this reads "BL therapy" https://t.co/RLbXe8o0U5
## 5109                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5110                                                                                                        @MarinetteLife @urfavcatpun its ok BL don't really spoil alot its just synopsis's of all the episodes 😅😂
## 5111                                                                                      RT @TheMahleek: Some of us just dey post “fear women”, no be say dem cheat on us oh, na scope to avoid December billing 🙏🏾
## 5112                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 5113                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5114                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 5115                                                                                                        RT @tosuka0102: DO YOU WANT TO BE FORGIVEN?\n\nYOU DON'T HAVE TO\n\n#LE_SSERAFIM https://t.co/lYDwps3p2e
## 5116                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5117                                                                    God knows how much I miss being here and writing for KS 😭 I am so stressed and drained that all I want to do is imm… https://t.co/gV63ISPxQG
## 5118                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 5119                                                                    @rahul94368965 In the future, please do not share your personal details like phone number, email address or order I… https://t.co/gamAszcARm
## 5120                                                        -Blue: Nitrogen Atoms &amp; Bonds (7 or 8 per rung) [98 or 112]\n\n-Orange: Phosphorus Atoms &amp; Bonds (2 per rung) [62]\n\n-… https://t.co/p6cO0bQpMQ
## 5121                                                                    @mileapologyxxx Already watched the untamed. But J.Edgar isn't a BL though and will never fall into BL category. Ha… https://t.co/IjUiuHoccT
## 5122                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5123                                                                                                                                                                       @KariLake @billgatesaz Did you bl_w Trump
## 5124                                                                                                                   He will be forever worst character in BL bey😂😂😂🤣🤣🤣🤣\n\n#BhagyaLakshmi https://t.co/UdaBaUm2UP
## 5125                                                                    BL To-Watch List\n▪️Art Adore En series\n▪️Bed Friends the series\n▪️Heart By Heart\n▪️The Theory Series\n▪️A Shoulder T… https://t.co/Ugoz4CzgJD
## 5126                                                                                                                         That mini panic attack i got whenever they said they fkin hate someone who reads bl lol
## 5127                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 5128                                                                                                    I am sorry i cannot get over someone calling A CLINT EASTWOOD MOVIE a BL (Or an lgbtq movie for that matter)
## 5129                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5130                                                                    hi! im looking for moots who dont mind i hype animanga/hwa/hua, and bl— oh! sometimes i rts abt genshin too. just l… https://t.co/YV9i9u8tzk
## 5131                                                                                            RT @jodanspace: *bl your fav bot from historical bl\n\nMine: yeonj0, st1ll und3r s1lk-lezh1n https://t.co/OMHOBZ6phS
## 5132                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 5133                                                                                                                            @E_iversonii @jaberwaki @eugenehp @d_feldman Here you go \n\nhttps://t.co/LYTWwvkjcO
## 5134                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5135                                                                    I just came across on this YT channel. I enjoyed this guy's reactions on Cutie Pie series😂 it's his first time watc… https://t.co/NX7lDLEDqU
## 5136                                                                                                                                                         Some Korean BL manhwas be like↓ https://t.co/rfMqrIXgvo
## 5137                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 5138                                                                                                                                            So bl drama are now about office romance after ending college decade
## 5139                                                                                                                                                                         @nichakorn_satur @studio_onsaturn To bl
## 5140                                                                    @elimoowol i remember reading a thread about how hard it had been for them and were about to disband before that bl… https://t.co/pH1FwY0NLT
## 5141                                                                              whitelist Specified @BosBeryl @BriettaLauree @LinCaterina2 @BONIFACIOTAPIA6 @qlan593 @BombetatorE @bl_mmh… https://t.co/g3JEWwVLWH
## 5142                                                                  In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century;… https://t.co/dpafIDzUrf
## 5143                                                                 RT @Kavyayaad: People can support &amp; appreciate ayush. but there is no need to compare rishi with ayush .ayush not hero of the show.wishing…
## 5144                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5145                                                                    it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his cost… https://t.co/KFlhYKiUK7
## 5146                                                                   The most handsome BL actor of the year 2022\n\nKeep voting lovelies 🫰 we're in top 5 let's make sure to be on top of… https://t.co/5xa7ZHZqa0
## 5147                                                                    Just because a man kisses another man in a movie doesnt make that movie a BL people. Especially if said man was a r… https://t.co/vy2pSqmLe0
## 5148                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 5149                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 5150                                                                    After a Bl*ck Fr*day rush there are only FOUR copies of my selected minimal poems remaining. Buy Atomised now or fo… https://t.co/mUPMwbPtgH
## 5151                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 5152                                                                    RT @dailymedievald1: #otd 1314 died Philip IV of France, called 'the Fair'. More depictions of his hunting accident before his death and th…
## 5153                                                                                                                                                   I can’t imagine Hokuto get cast in a Bl and not with Kazuma…😭
## 5154                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5155                                                                    @Thalassa_14 e.g. At the moment I’m probably more into Thai BL than other types of shows (although definitely not e… https://t.co/4hf9yJcB2M
## 5156                                                                    hi! im looking for moots who dont mind i hype animanga/hwa/hua, and bl— oh! sometimes i rts abt genshin too. just l… https://t.co/Pv9i33OjJ3
## 5157                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 5158                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 5159                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5160                                                             RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…
## 5161                                                                    @bubblegeommie omg king's maker was my very first bl manhwa 🤣 when I read it, I didn't even know what bl was so it'… https://t.co/jg1S23TUVu
## 5162                                                                  Hello. We offer you services for the promotion of the project around the world.\n\nPro Blockchain Media is a large cr… https://t.co/vtYUAnHcJC
## 5163                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5164                                                                    Augensterm Baby Bottle Brush Set with Silicone Bottle Cleaner Brush and Drying Rack for Travel and Home, Gift for N… https://t.co/1vprhFKcBz
## 5165                                                                                                                            RT @jodanspace: *bl ⚠️WARNING NSFW🔞\n🔥THE🔥HOTTEST🔥2nd🔥COUPLE🔥 https://t.co/zJThRgVS6C
## 5166                                                                                                                                                            ME TOO!!\n#ChocoMilkShakeEP9 https://t.co/KP9mBGoYJp
## 5167                                                                   RT @DRAMAWORLDxoxo: 'To Sir, With Love' is soo underatted 😩🤌.....how can you all sleep on this 🌟MASTERPIECE🌟???\n#Khunchai #tosirwithlove #B…
## 5168                                                                                                                                    lmao what is this behaviour milk\n#ChocoMilkShakeEP9 https://t.co/745yNkayEg
## 5169                                                                                                                                                                                     cant stop thinking about BL
## 5170                                                            RT @fourBL4CKPINK: HELP RT! / #MitsuMarket\n\nwts lfb | THE BOYZ THRILLING BLOOM STEALER\n\n°•. onhand\n°•. mint condi\n°•. rfs : need funds\n\n💰 g…
## 5171                                                                    RT @xiaoxi11580: INDEED these are LEVEL 10😘👅 #mewgulf ☀️🔥🌻🔥\n\nI always say no one can beat my kings👑 #mewsuppasit  #gulfkanawut\n#มิวกลัฟ #หว…
## 5172                                                                                                                                                            ✨mood✨\n#ChocoMilkShakeEP9 https://t.co/XT3SGmRQZ3
## 5173                                                                                                                       @MarinetteLife @urfavcatpun I might aswell copy the synopsis's from the BL about the ep 😑
## 5174                                                                  RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 5175                                                                    RT @Gerashchenko_en: The man who ran out to the football field during #FIFAWorldCupQatar2022 is Mario Ferri, Italian football player and pu…
## 5176                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5177                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 5178                                                                 Dr BL Sherwal MS @SJHDELHI inaugurated Pediatric thalassemia &amp; hemophilia  comprehensive care centre, chemotherapy… https://t.co/9yjNVYNAwq
## 5179                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 5180                                                                    RT @HAnglique: I would have liked Noeul to sniff the body parts that Boss was showing. I think the expression Boss would have had would hav…
## 5181                                                                  RT @BLMedieval: We're not really sure why digitising manuscripts associated with women could be considered woke.\n\nIn any case, we're very g…
## 5182                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5183                                                                                                                                                                                               @Jargo_BL Done ✅
## 5184                                                                                                           I know someday we r gonna get an A/B/O genre in BL and i really want thai industry to do it first....
## 5185                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 5186                                                                              RT @bssnol: my noeul is so extra cute today my heart can’t take it \n\n#KissMyBodyXBossNoeul @Noeul_lee6 \nhttps://t.co/vtKN7I88tC
## 5187                                                                                                   The way they positioned their hands is sus…👀 not bl right ? 😅 https://t.co/aaNRnaPLmS https://t.co/xMnIt1PaWM
## 5188                                                                                                  RT @adorejustme: Excuse me but I already imagined their BL with one look \n\n#Minwon \nhttps://t.co/qQJBqOPvpn
## 5189                                                                                                                                                  my friend says this reads "BL therapy" https://t.co/RLbXe8o0U5
## 5190                                                                                                                                                                                              @t_j72 Locked up 😫
## 5191                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5192                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5193                                                            RT @bilo_art: "Tomato's thoughts" \n\nHave you ever fallen to someone as deep as our tomato boi? \n\n#hetalia #ヘタリア #spamano #gakuenhetalia #he…
## 5194                                                                    RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…
## 5195                                                                                                                                                RT @Lalalal13071761: So deep\n#BossNoeul \n#KissMyBodyXBossNoeul
## 5196                                                                                                                RT @luluelu2: And that’s the way you do it😍👏🏻\n#KissMyBodyXBossNoeul\n\n https://t.co/E6s9iQnyfl
## 5197                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5198                                                                                    RT @Vorahae1230: Everytime noeul has a comeback boss habit pointing his finger when  he's embarrass😊💜\n#KissMyBodyXBossNoeul
## 5199                                                                                                          RT @bossNoeul1x9x: Why should it be there, Khun Boss? \n#KissMyBodyXBossNoeul\nhttps://t.co/jy63DBiSsV
## 5200                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 5201                                                                                           RT @georgian_legion: “Victory at all costs, victory in spite of all terror” Winston Churchill https://t.co/RLrf0iRMrc
## 5202                                                                                                    RT @bossnoeuluver: boss said we don't need any personal space\n#KissMyBodyXBossNoeul https://t.co/NJnYK8PoDy
## 5203                                                                                @MayaKadosh u shold punish these kind of bl... Oody man.. He know nothing about Hindus zenocide.. Heart breking movment for us..
## 5204                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5205                                                              RT @futekiya: 📆 𝗡𝗲𝘄 𝗿𝗲𝗹𝗲𝗮𝘀𝗲𝘀 𝘁𝗵𝗶𝘀 𝘄𝗲𝗲𝗸 📆\n\n📌 Dec 1 \nTake Your Time by Taira Taga (@bloomellow_web) 🆕\n\n📌 Dec 2\nAsk And You Will Receive by Ni…
## 5206                                                                     @em0junghoseok Japanese and some Korean bl shows are just that superior I'm afraid,thai series/movies makers needs… https://t.co/1qQMiA2HTg
## 5207                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 5208                                                             RT @kriiinginamo: WTS LFB PLS HELP RT\nPRE-ORDER of BL SADISTIC BEAUTY Photocards Fanart by @/Taser_Gun181031\n\n₱150 each\n\nMine + Letter/s\n\n-…
## 5209                                                                   December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of… https://t.co/umBevAhmVH
## 5210                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 5211                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 5212                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5213                                                                Art trades are open! \n\n*Am looking for people who could draw:\n• my oc (male)\n• my ship (canonxcanon, bl; if you don… https://t.co/MUo3PA7GxH
## 5214                                                                                                        RT @bssnol: his lil stamped and his cutie mad face😭\n\n#KissMyBodyXBossNoeul\n\n https://t.co/zcjuUT3hbc
## 5215                                                                                 RT @p_zilla7: Too cute 🤏🥰\n#KissMyBodyXBossNoeul\n #BoNoh #BossNoeul\n#Noeulnuttarat #BossChaikamon\n\n https://t.co/KDnXwZfyBr
## 5216                                                                                                                                            @MarinetteLife @urfavcatpun in BL its ep 13 Migration its about Luka
## 5217                                                             RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…
## 5218                                                                                                                                             RT @bxbluvx: i mean--- JUST KISS HIM ALREADY\n#KissMyBodyXBossNoeul
## 5219                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5220                                                                 RT @mssjkenny: Filming for myself &amp; Adrian from @BL_LTHTR 📽️ Amazing to meet our fantastic colleagues in the @LTHTRFinance team for a TED c…
## 5221                                                                             @GauRakshaBill @313vated @theskindoctor13 @ianuragthakur @smritiirani @KirenRijiju @narendramodi @PMOIndia… https://t.co/rG4eZZspaS
## 5222                                                                                                                                                      @onyx_luvr fuckin fujoshis and their bl titles i swear bro
## 5223                                                                                                                                           RT @Mayamo6_: Crying already\n#KissMyBodyXBossNoeul #bossnoeul #bonoh
## 5224                                                                                                                                                                                           @Y_H_Bl_Sl Ons lot...
## 5225                                                                RT @bn_addict: Now how to handle this cuteness 😳 the hug🫠i want to see recorded clip😩 \n\n#KissMyBodyXBossNoeul #BossNoeul\n\nhttps://t.co/pQBa…
## 5226                                                                                                     November 29th Bl. Denis of the Nativity | The Saint of the Day Podcast https://t.co/A2jhkNLn4a via @YouTube
## 5227                                                                    @Nguang_ Yeah I know. I just asked about the general sector because I used to watch lakorn, but this year I started… https://t.co/ouUicSrn8G
## 5228                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5229                                                                                                                                         RT @Lalalal13071761: Party Boy 💃🏻💃🏻\n#KissMyBodyXBossNoeul \n#BossNoeul
## 5230                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5231                                                                    @em0junghoseok cherry magic is just so pure and beautiful 😭😭i would rather eat wet cement for breakfast lunch and d… https://t.co/DIaLBfRjyp
## 5232                                                                    RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…
## 5233                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5234                                                                    Well deserved. Apo and Mile broke the internet. Trending for days at a time. Those numbers have never been seen bef… https://t.co/uBDO9pz5y7
## 5235                                                                    RT @sususiaoo: Boss: there's a simple way to take care of myself. Honestly just by meeting all of you, my fans, I am able to get rid of the…
## 5236                                                                 ty, he only drinks the tepid tears of orphans.\n\nBut no more of this bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/E1smop8zLo
## 5237                                                                       Mari's reaction to #BetweenUs EP 2 \n\n#react #bl #drama #thaidrama #retweet @LovingBlogs #TheBlogNetwork #ITRTG… https://t.co/3TFdFpv5WK
## 5238                                                                                                                                                       All BL falls in this venn diagram https://t.co/81V2VwdQ3H
## 5239                                                                    @Mineyi4 @lemonboeun Sorry but PPw first original BL is Fish Upon The Sky, not NLMG and I'm have a little bit confu… https://t.co/wViNJSCAvN
## 5240                                                                People can support &amp; appreciate ayush. but there is no need to compare rishi with ayush .ayush not hero of the show… https://t.co/jVnL41FVT4
## 5241                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 5242                                                                    RT @di297010: @gwnott We always agree, Graham. Rather a novelty on here, particularly following some of the belligerent debates I’ve had wi…
## 5243                                                      RT @pk5125: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj\n@MohanChanyal \n💧 #flo…
## 5244                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 5245                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 5246                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5247                                                                                                                                                              @BookMusicMadSC Not even kpop I doubt bl will come
## 5248                                                                           this is so fun to me like you're reading bl illegally and then the scan group drops Whatever the fuck this is https://t.co/iGvaxZv2PY
## 5249                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5250                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5251                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5252                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 5253                                                                    Check out this product Purity G - Pink  \nby Blush Novelties starting at $31.95. \nShop now  https://t.co/RI3UvGqeR5 https://t.co/8r7BcVqmbM
## 5254                                                                  RT @culture_colors: 🌠If you love stargazing, join us. Stay classy and always dress well but keep it simple.\n\n💙CC North Star Crop Shirt in B…
## 5255                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 5256                                                                                                               @AlmostYeti @illustrata_ai @joynxyz @amli_art @bl_artcult Both beautiful, in very different ways.
## 5257                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 5258                                                                   Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t.co/7lqevwYHY9
## 5259                                                                                                                                                                  @sproutgren @aksnevv THIS\nfavorite comfort bl
## 5260                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5261                                                                  🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL)… https://t.co/fTwWpQ44AO
## 5262                                                                                                                 Enfold can be fast (and even more after @wpspeedfix ) but feels outdated now. Time for a change
## 5263                                                                                                                                                   Book your tickets for this film now!! https://t.co/pSaycgKB0a
## 5264                                                                    #otd 1314 died Philip IV of France, called 'the Fair'. More depictions of his hunting accident before his death and… https://t.co/6HpNjEP2KO
## 5265                                                                          การ์ตูน อนิเมะที่ทำเป็น #ซีรี่ส์วาย\nThe man who define the word of BL\nblue of winter \nOh boarding house \nMew ears u… https://t.co/a96IVs5s15
## 5266                                                                                                                                 Don't miss the December film screenings @BL_IndianPrint https://t.co/3ia74cfP8x
## 5267                                                                                                                                                RT @KieranCFC88: how the fuck did messi score 91 goals in a year
## 5268                                                                     Also #mynameisnanon has always thought he's so much better than #ohmpawat, who did 5 BL roles which he has laughed… https://t.co/Qy77D90sQV
## 5269                                                                    @_rottenjelly altho— they're the same age, people are just justifying it's not BL because the MC is trying to resto… https://t.co/M4AbWjRq6r
## 5270                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 5271                                                                    RT @heisrema: Sold out every show in the UK, Album racked a Billion streams in 8 months, I can’t count my plaques anymore, my gang is eatin…
## 5272                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5273                                                                                                                                                                                   @90BE90 BL my friend BaybList
## 5274                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 5275                                                                                               RT @kchartsmaster: 🏆 Congratulations TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS.
## 5276                                                                    @gwnott We always agree, Graham. Rather a novelty on here, particularly following some of the belligerent debates I… https://t.co/SNNlJ4Zvhr
## 5277                                                                                                                                                     @the__oma Hey Leo, I'm jollof and you make my thing "rice"🌚
## 5278                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5279                                                           RT @Veda_Princess_: Name: Jinx\n\nAuthor: Mingwa\n\nRead- Lezhin\n\n"Jinx"\n by the same creator as BJ Alex\n\n#mingwa #boyxboylove #love #boyxboy #…
## 5280                                                                     RT @taynewtaehin: started watching #ToSirWithLove today and I must say it's been a while since a thai BL series intrigued me. very lakorn!…
## 5281                                                                    It's been a while since the last time I've watched a series or movie, it's been a while na din ako inactive but NLM… https://t.co/yzJ1SCL3Zz
## 5282                                                                                              NOT DAMIEN SAYING HE WANTS TO WORK WITH OHM ONE DAY AND ASKED IF WE WANT TO SEE HIM FILM A BL WITH OHM ASDFGAHSNDK
## 5283                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 5284                                                                                @NikiCandle @MixedMuseum @VictorianLondon @SenateHouseLib Hello Niki. This is what the BL say about them https://t.co/30ABJiFyBk
## 5285                                                                    @iminescent @illustrata_ai @joynxyz @amli_art @bl_artcult These are so beautiful I have a hard time seeing hopeless… https://t.co/OyJYqPQqLm
## 5286                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 5287                                                                                                                                               RT @Mayamo6_: #KissMyBodyXBossNoeul #bossnoeul #bonoh \nScreaming
## 5288                                                                                                                                                                    RT @the__oma: Need jollof rice in my life fr
## 5289                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5290                                                                    They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in t… https://t.co/sDVBGA5Sxq
## 5291                                                                  RT @jodanspace: if i havent read the chapter yet i cant really tell is this sh3n t1ngw3i or k4n6 t0ng 😭 mirip banget woi anjir\n\n*bl 1nt0x1c…
## 5292                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5293                                                                  OH YES YOU DID, BB BOY. YOU FELL SO HAAAAAAARD!!! 🥹🥹🥹💛💛💛\n\n— me too, i fell so hard for you and this bl series and b… https://t.co/MNSbxwkC77
## 5294                                                                                                                                         RT @kkyutiesdimple: Congratulations treasure!!! https://t.co/MMaRnPTSxc
## 5295                                                                                     am gonna cry because 12/7 don't have bl livestream and am gonna cry more because I'm not sure if I can stream on 12/8 😭😭😭😭😭
## 5296                                                                                                                                                   RT @raknaboss: He's the sweetest 🥺🤏♥️\n\n#KissMyBodyXBossNoeul
## 5297                                                                    @illustrata_ai @joynxyz @amli_art @bl_artcult was moving, breathing,.. engines moving pullies and wheels and all co… https://t.co/9xVBkkhT8V
## 5298                                                                    lol #mynameisnanon only care about the optics of  "bkpp and other big artists sharing the stage with NNN," it's all… https://t.co/sNDZn63gPE
## 5299                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 5300                                                                                                                        RT @bssnol: noeul be like “he’s mine” \n\n #KissMyBodyxBossNoeul https://t.co/y97B4wN2VA
## 5301                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5302                                                                                "this isn't bl their relationship is more like parent-child"\n\nlooks at sv\nyou think that will stop me https://t.co/9v77ye4iZW
## 5303                                                                   @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nLanding in the water, she floated there, waiti… https://t.co/70i252sfzG
## 5304                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 5305                                                                                                                                    RT @milkkura39: So pretty Sakura 🤩.. blue outfits 😍\nhttps://t.co/xlX48wdWMZ
## 5306                                                                    Facial Steamer, Nano Ionic Facial Steamer Warm Mist Humidifier Atomizer Promote Collagen Regeneration, Provide 4 Pi… https://t.co/dV1HQfIQyO
## 5307                                                                  , do all I would, I could not\nget into the faintest doze. I had bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/VlrzRiItrL
## 5308                                                                                                                                         RT @nattawjsn: theres nothing more homophobic than indonesian BL fans 😭
## 5309                                                               In the name of love💕💗\n\nHot Manhwa📍https://t.co/qEg2WYDTcj\n🎁Promo Code:𝗚𝗜𝗩𝗘𝗔𝗪𝗔𝗬2\n\n#comic #roamce #manga #LoveIsland… https://t.co/CjPO9lVpOF
## 5310                                                                 RT @harukyufics: 𝐓𝐡𝐞 𝐌𝐚𝐫𝐫𝐢𝐚𝐠𝐞 𝐂𝐨𝐧𝐭𝐫𝐚𝐜𝐭 : 𝑺𝒊𝒈𝒏𝒆𝒅.\nthe marriage contract chapter II\n\na #harukyu short au wherein Junkyv and Harvto are the ma…
## 5311                                                                                 @bl_artcult Loving the recent stylistic reinvention, super resonant both on personal level and imo on collective/Zeitgeist too!
## 5312                                                                                                                                         no more BL series for now, GL muna tayo sorry 😭 https://t.co/gP131eN6oE
## 5313                                                                                                                                    O mai gud, he looks cute\n#oc #BL #digitalart #anime https://t.co/Kb81C46lZJ
## 5314                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5315                                                                  RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…
## 5316                                                                    Continuing with the Wordpress theme change for Legis Music, after 4-5 years with Enfold, switching to Avada just fo… https://t.co/20Moj58Gv7
## 5317                                                                                                                                                      no hate... to like 3 peiole who follow me and also like bl
## 5318                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 5319                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 5320                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5321                                                                          RT @Illumiell: Just read this and I wonder who's going to jump on the possibility of gay swan coparenting BL 😆 https://t.co/FzdDUpmGEh
## 5322                                                               RT @gayshipseries: a thread of inkpa scenes from #badbuddyseries &lt;3\n\np.s the series is a BL theme but i highly recommend watching the whole…
## 5323                                                            Book Online Appointment Call &amp; WhatsApp:- +91-9815160025 Astrologer BL Shastri (expert astrologer &amp; vastu consultin… https://t.co/mO2ObARuOE
## 5324                                                                                                  @illustrata_ai @joynxyz @amli_art @bl_artcult She stopped.. glanced behind her and without hesitation, jumped.
## 5325                                                            Book Online Appointment Call &amp; WhatsApp:- +91-9815160025 Astrologer BL Shastri (expert astrologer &amp; vastu consultin… https://t.co/xlAMSx2bmw
## 5326                                                                    RT @archaeologyart: "Cheers!". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…
## 5327                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 5328                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 5329                                                                                                                          RT @bssnol: hold him forever boss \n\n#KissMyBodyXBossNoeul\n\nhttps://t.co/whKTsLkiEV
## 5330                                                                                                                @Vox_Akuma I'm just reading my BL and open tweeter to see this like dam bich things be connected
## 5331                                                                                                                            @ysteiria giggling that and the one who reads bl you definitely have curious friends
## 5332                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5333                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5334                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 5335                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 5336                                                                   @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nShe fell back, confused, unsure of the moment.… https://t.co/ptwLPa4orZ
## 5337                                                                                                                                                 @mharistiane T///wice and Bl///ackpink?!? I don’t know them emz
## 5338                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 5339                                                                 I need someone to custom make me a duvet &amp; cover that has GIANT TL, TR, BL, BR on respective corners. CAUSE… I can… https://t.co/fGYJO2zuSY
## 5340                                                                    [Poster] Premiere 15 dicembre per il BL drama “The Director Who Buys Me Dinner”.Office-romance con Jeong Woon, Jang… https://t.co/vw5c9bfgpc
## 5341                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5342                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 5343                                                                                                                                                           @RanaWaanjai @MSuppasit Thankyou so much beautiful 😘😘
## 5344                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5345                                                                @aksnevv Favorites:\nOxygen (my comfort BL 😭💕)\nDoukyuusei (ditto 🥺💕)\n\nThese are also great but in no particular orde… https://t.co/Q6RbKecyWm
## 5346                                                                                                                                                                                        @eslem_bl @Orliss3 Canon
## 5347                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5348                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5349                                                                     RT @Strawburryjm: I  love how Fujos act like consuming BL is the PEAK of gay allyship and act as if its accurate to gay life because a lil…
## 5350                                                                                                                                      my fav part or starting a new series or book is searching for BL later :')
## 5351                                                                                                                       RT @introvertsmemes: Me choosing how I’m gonna waste my time next https://t.co/EyEh6udRJY
## 5352                                                                        Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch… https://t.co/7uM3PqnGn5
## 5353                                                                    which i guess it's kind of what makes it a "good" movie (?). Also pls don't let the poster and the tiktok edits foo… https://t.co/0jseSCwTZT
## 5354                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 5355                                                                                           The manhua has been feeding us so well\n \n#Blockbench #summer #BL\n\nhttps://t.co/c0nk3shMvv https://t.co/nbHweaVv0U
## 5356                                                                  Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting… https://t.co/4RvWo8vSNc
## 5357                                                                    MHOMER Large Utility Tote Bag Heavy Duty Grocery Shopping Bags with Reinforced Bottom Foldable Tote for Storage Bea… https://t.co/itw0NPDwdR
## 5358                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 5359                                                                  s stern; and he gazed\nbeyond the whale’s place, towards the dim bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/ucGe1K7Vdy
## 5360                                                                                                                                                                     @BUB_BL_ES NOOOOOO send it to me please😭😭😭😭
## 5361                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5362                                                                   RT @buyolee_: He knows for sure way around here 😆😆 such as where to put his hand or grab the thigh 😄😄 good habits die hard 😅\n#Bosschaikamon…
## 5363                                                            RT @noeul1805: 291122 Kiss my body Meet&amp;Greet with Bossnoeul \n\nCr : RAIN.N  \n#Noeulnuttarat #MagentaBoy \n#KissMyBodyXBossNoeul https://t.co…
## 5364                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5365                                                                                                                     @shahparism @bl_artcult @lamengana @pneumaninesix Many thanks my friend 🖤...and welcome 😌🙏🏻
## 5366                                                                                                                                 @chouyo_ BL SOULD BE A MUST READ IN SCHOOL. (did you read "Ubime No Etranger"?)
## 5367                                                                         @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @BOURGEOIIS_ @klunk22 @ala_art_lab… https://t.co/Eggu3BgXXc
## 5368                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 5369                                                                                                                                                         RT @Junafour: guys and girls can duo without dating btw
## 5370                                                              RT @heeShinju: If you see「個人利用OK」is written on an artist bio/profile (or on post caption etc) then it means that you're only allowed to sav…
## 5371                                                                    MSC partner WAVE BL processes 100000 electronic bills of lading [ https://t.co/V30dX2X6SO ] With the announcement o… https://t.co/Oidta9G0hQ
## 5372                                                                    JLXJ Indoor Umbrella Holder, Modern Quality Umbrella Stand, Great for Umbrella Bucket for Front Door/Entryway/Hotel… https://t.co/a8H9D3kfYl
## 5373                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5374                                                                                                                 @MegDmrt omg the effort alsksk THANKIEW MEG also heh it’s nice to meet another fellow bl friend
## 5375                                                                    RT @tutulismyname: 3) Tunisia vs Australia featured players from 16 different leagues: La Liga, Ligue 1, Bundesliga, Serie A, MLS, Champion…
## 5376                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 5377                                                                                                                          First in. Bagsied my favourite spot in Humanities 1 at the BL. https://t.co/p0QOPDpvfF
## 5378                                                                                            RT @seungdduk: STRAY KIDS BEING INTRODUCED AS TRIPLE MILLION SELLERS IN FRONT OF THOUSANDS OF PEOPLE EXACTLY EXACTLY
## 5379                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 5380                                                                  RT @WorldNfts: @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by @WisnuPradanaArt\nIT'S AL…
## 5381                                                                                                         @WorldNfts @Morph_VGart @alulasit @delta_sauce @bl_artcult @KatalinaOoma @paschamo Thank you world! 🙌🙌🙌
## 5382                                                                    Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/2NAi7krgCs
## 5383                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5384                                                                    RT @archaeologyart: "Cheers!". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…
## 5385                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 5386                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 5387                                                                  ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj… https://t.co/CVQrU6nMJ6
## 5388                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 5389                                                                    RT @stellarharus: i don’t know who came up with the misconception that any anime having a mlm or a wlw couple is a bl or gl but ? it doesn’…
## 5390                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5391                                                                                                                                           RT @spookicooky: God i really have such good taste in bl and kpop men
## 5392                                                                  RT @sususiaoo: 🗣️: boss what do you feel is Noeul's charm? How is it? \nBoss: cute *squeeze cheek*\n#KissMyBodyXBossNoeul\nhttps://t.co/l0yhfS…
## 5393                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5394                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5395                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 5396                                                                     Posts from Oil and Gas | Energy News Releases to 29/11/22 . OPEC daily basket price at $79.93/bl, 28 Nov. 2022 for… https://t.co/j2GIXelnFo
## 5397                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5398                                                                    RT @MarksAwards: 🍃News about the Environmental Poet of the Year prize. Four poets were commended. You can read the judges’ comments about t…
## 5399                                                                    My uncle daily routine work may be like as he is writing 5 serials simultaneously. \nMon -KB Tue-KKB  Wed -BL ,Thur… https://t.co/vNS7azaraq
## 5400                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 5401                                                                    @BLcritic to having high end brands take them on for their campaigns. The views as well as the engagement and how t… https://t.co/eZKyuARyLy
## 5402                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5403                                                                                                                         Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 5404                                                                    @LaraHReid No worries, it's a very difficult concept to internalize and I'm not the best at explaining it, clearly!… https://t.co/7GfGm0tfkw
## 5405                                                                    RT @rvigg: @IanJamesMartin4 @catherinemginn @LGalloway77 Then they are doing a bl**dy good job  I'd say. Well on course to achieve their go…
## 5406                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5407                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5408                                                                    RT @kojiroshishido: Yaoi or BL? Indeed, those are popular in Japan as "fantasy" for women to enjoy. However, these women are looking for "f…
## 5409                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5410                                                                                                  When you do things with love, flowers bl\n\n&gt;_&gt;_&gt;_&gt;CN12&gt;_&gt;_&gt;_&gt; https://t.co/9neIeDOPem
## 5411                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5412                                                                    @BLcritic Also the reason I wouldn’t expect him to venture into BL again is because 2gether if we’re being honest h… https://t.co/PYeXmI6AmH
## 5413                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 5414                                                                                                                          @TheMadamCrimson Oh gods… sympathies. Mine gets to 32% and just hangs. Bl**dy updates.
## 5415                                                                          @IRCTCofficial at jabalpur in Bl shramik  PNR. 6840097275 No water available in washroom and no cleaning as well. Again disappointing.
## 5416                                                                                                                                                            God i really have such good taste in bl and kpop men
## 5417                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5418                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5419                                                                                                                               And that’s why no one’s surprised about him being in a BL https://t.co/fWmgkueSAt
## 5420                                                                                                                                 i feels like this account for bl sht while the other account for NL or GL thing
## 5421                                                                      RT @0LDMANYAOI: Also- we need to stop fujoshis that make yaoi and BL bc I'm tired of the horrible rep and fetishisation of my sexuality /c
## 5422                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5423                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5424                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 5425                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5426                                                                    RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…
## 5427                                                                    @BLcritic I agree with you! I’d actually be surprised if he decided to venture into BL again after the colossal suc… https://t.co/BSPhmtIM47
## 5428                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 5429                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 5430                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 5431                                                                    GMMTV has a bunch of people who can actually SING but they are relegated to making covers once in a blue moon. Mean… https://t.co/UnhHQfYmLN
## 5432                                                                    RT @OlenaHalushka: Serhiy Novosad, 49. russians shot him in head, placing a machine gun muzzle in his mouth. Then they fired at his body, t…
## 5433                                                                  December with a very jolly Capricorn in the 'Shaftesbury Psalter'\n\nBL Lansdowne 383; the 'Shaftesbury Psalter'; 12t… https://t.co/4AaJpCNiKi
## 5434                                                                    RT @OddsocksTango: If seeing a few BL shows that show sex scenes between consenting adults is enough to make you think queer people only th…
## 5435                                                                                                                                                                                       @omobabalaja you’re bl!nd
## 5436                                                                    RT @GLandsbergis: My message to fellow foreign ministers at today's NATO meeting is simple: Keep calm and give tanks. https://t.co/Z7rynLp4…
## 5437                                                                    RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…
## 5438                                                                    BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists… https://t.co/PKAX84ZB9M
## 5439                                                                  RT @visegrad24: 6 civilians were killed in the Russian missile strike on a residential complex in Vyshgorod, near Kyiv on November 23rd.\n\nI…
## 5440                                                                                message 2 before mentions     @Maria_BL_ellv @laurance_a @EvilCircuits @VixDeLaQ  @AAK_Guild @i_poletaj… https://t.co/RMSrtIpZAm
## 5441                                                                   RT @Gerashchenko_en: Unbreakable Ukrainians are preparing for possible complete blackouts if Russia continues its energy terror.\n\nI admire…
## 5442                                                                  RT @genshinficfess: au! cw // bxb bl ship haikaveh , alhaitham x kaveh\n\nwhat if Alhaitham is the one who made Kaveh broke to force him stay…
## 5443                                                                          RT @dryoatss: 🧎🏻‍♂️I offer my contribution to the #19days fandom #19daysfanart #moguanshan #hetian #boyslove #bl https://t.co/JR22k5FpCk
## 5444                                                              RT @skzchartdata: .@Stray_Kids has won "Worldwide Fan's Choice" (Bonsang) at 2022 MAMA Awards!\n\n#StrayKids #스트레이키즈 https://t.co/IvI3pzvDvB
## 5445                                                                                     RT @Vyaches13855081: True heroes the same as our brave soldiers!\n#Ukraine #RussiaIsATerroristState https://t.co/FUMYNIUYG9
## 5446                                                                  RT @red_loeb: @BLMedieval The heavenly gift of honey 🍯\n\n@BLMedieval Bl Kings MS 24;  ‘the King’s Virgil’; 1483-1485 CE; f.47v https://t.co/…
## 5447                                                                                                                                                                                                      BL anime 🫶
## 5448                                                                    RT @Vyaches13855081: @Glencore While you continue doing business in russia, innocent children, civilians are being killed by the aggressor'…
## 5449                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 5450                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 5451                                                                   #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022… https://t.co/9R5VeDWUpG
## 5452                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 5453                                                                    Present at the European Industry and Energy Summit 2022 #EIES2022 at @BL_Chemelot to talk about the future of energ… https://t.co/7nxdYXe0DD
## 5454                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 5455                                                                                     RT @imnotenough99: Noeul if you do that what asking for i will stop flirting with boss for 6 days.  \n#KissMyBodyXBossNoeul
## 5456                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5457                                                                    RT @BL_HebrewMSS: Beautiful grisaille painting of Noah's ark showing animals and birds approaching the ark, from an 18th century Sabbath pr…
## 5458                                                                    @GreenpeaceAP @David_Ritter When is it time to take REAL action?? Theres going to be nothing left to save if we kee… https://t.co/J15V9KyNRL
## 5459                                                                                                                                                         RT @WintTheint1: Let's move on 🤩💞 #KissMyBodyXBossNoeul
## 5460                                                                         RT @eullee_: Boss putting his hands on noeul's shoulder and Noeul clinging into boss arm = me dying in happiness\n#KissMyBodyXBossNoeul
## 5461                                                                     @Strawb3rryDunk @ppnaravit @phuwintang @NeverLetMeGoTH True . But that also means were competing with betweenus in… https://t.co/5zgzxOASuf
## 5462                                                                                                                                        @thvracha @yeniology The guy who entered with the bike has acted in a BL
## 5463                                                            RT @Jiniya1204: In Hollywood today :) Also went to see Seokjin's hand printing on Hollywood Bl 😍 \n\n#TheAstronaut #JIN #방탄소년단진 @bts_twt http…
## 5464                                                                                                                                                                             RT @jinjeoeo: A white cotton undies
## 5465                                                                                                                         RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc
## 5466                                                                                                                                                                   @cookieracha_ semantic error it’s a bl kdrama
## 5467                                                                     @heroicendeavour Oh jeez I didn’t bother because I assumed there’d be mainly folks from iSchools, sector leads and… https://t.co/QFSvwsiJZG
## 5468                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 5469                                                                    Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautifu… https://t.co/HIrYbSE7KN
## 5470                                                                                              RT @JanetEmson: Thanks @BL_Publishing for The Mysterious Mr Badman by W F Harvey, out now. https://t.co/8NtO5OMJdA
## 5471                                                                    RT @sherlockeditor: And now a Purolator delivery - Celtic Weird edited by @ohsinnerman. Another beauty in the @BL_Publishing series! https:…
## 5472                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 5473                                                                   RT @TRBRajaa: ITS GOLLLLLLLLD FOR TAMILNADU !!!!!!!!!\n#NilaaRajaaBaalu WINS NATIONAL GOLD at the 65th National Shotgun Shooting Championshi…
## 5474                                                                                                   Whichever one you choose the bl@@dy thing will have less in it that it did last year. https://t.co/49zJTuotQT
## 5475                                                                                    Prothane 6-309-BL Black Rear Control Arm Bushing Axle Housing Kit C1IU99U\n\nhttps://t.co/qGrDW3tHD5 https://t.co/kWUUUDW912
## 5476                                                                                                                                                                                     @hyunlxed what is bl error?
## 5477                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 5478                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 5479                                                                    Lunsom Skull Shift Knobs Resin Shifter Head Most Car Transmission Shifting Stick Handle Fit Most Automatic Manual V… https://t.co/TsnxddhZhx
## 5480                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 5481                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5482                                                                    RT @bkppent: yall talking about neo being employed lets talk about the REAL bl secondary characters these two are in everything you can thi…
## 5483                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5484                                                                                              @artbyhwang they were dongkiz but rebranded as dkz! you might know jaechan who was in the bl drama semantic error!
## 5485                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5486                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 5487                                                                   I'm ur Abba Father. I am the Righteous Judge.\n\nMy courts are a place of joy n freedom for u because u've been MADE… https://t.co/24uIqTaYC5
## 5488                                                                  December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 3… https://t.co/ge1Fj9nYsj
## 5489                                                                                                                    @GioHassoun The fact that u answered where u'll actually be do u rlly think ana bl malja2? 😂
## 5490                                                                                                                                                              le distanze a cui portano i bl... good for them fr
## 5491                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5492                                                                                                                        @EianSolidsOFC excited to see you judge eian\n\nJUDGE EIAN ON GLOBE ONE\n#EianRances  Bl
## 5493                                                                                                                                              @cookieracha_ that was jaechan! he’s also in the bl semantic error
## 5494                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5495                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5496                                                                                         Just read this and I wonder who's going to jump on the possibility of gay swan coparenting BL 😆 https://t.co/FzdDUpmGEh
## 5497                                                                    @smhw123 @junkofzeart @MangaMoguraRE @SuBLimeManga they actually do for BL tho, all of recent releases are being av… https://t.co/sXk2Cjhnvg
## 5498                                                                                      i have seen this group on tiktok they wwre gna disband but then they didjt and one of them is in a bl or something i think
## 5499                                                                 RT @mileaposlayer: — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https://…
## 5500                                                                                                                                                             FUN FACT JAECHAN FROM DKZ STARRED IN A KOREAN BL !!
## 5501                                                                               Ultime uscite BL in fumetteria: \n🔹All of you vol. 1\n🔗https://t.co/jt8ReigDKe\n\n🔹All About J vol. 2\n🔗… https://t.co/HEBD1SpLmu
## 5502                                                                  Who shall accuse u now, BL? Who shall condemn My Ch? No one.\n\nFor Christ Jesus, who died, n more than that was rais… https://t.co/AFmU21fV1k
## 5503                                                                                                                                                       The way jc starring a bl got his group to perform in mama
## 5504                                                                      RT @sususiaoo: The way Boss pulled Noeul closer to him and Noeul trying to avoid his eyes 🤭\n#KissMyBodyXBossNoeul https://t.co/2y1ZipbrrR
## 5505                                                                                                                                                                       THAT'S THE BL GUY https://t.co/d27qfjxXgR
## 5506                                                                                                                                                                               is this the group w thé bl member
## 5507                                                                    I know Weak hero class 1 isn't BL but... HOW THE HELL CAN U EXPLAIN SHI EUN'S STARE AT SOO HO?? The tension in ever… https://t.co/DLYf8hSVJB
## 5508                                                                                                                                                            @bubibbiu The bravery to open bl acc in the crowds 🤣
## 5509                                                                                                                                   the bl fans propelled the momentum to get dkz to this point its kinda amazing
## 5510                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 5511                                                                    PUUUCI Silicone Case for Google Nest Hello Doorbell (Battery) Cover - Weatherproof Protective Silicone Doorbell Ski… https://t.co/ZRLzyxJlxM
## 5512                                                                         [Girl's Maniax Original (BL) (Various)] DLsite Girl's Maniax Anthology Vol. 5 -Mesu Ochi- [JP] - MyReadingManga https://t.co/XvLZw3Uy1N
## 5513                                                                    BLITZU Compression Socks Men, Knee High Socks For Women 20-30 mmhg  Best Compression Stockings For Leg Pain Relief,… https://t.co/QLWMKx0EWU
## 5514                                                                                                                                                                    @AdelekeFunmi18 @Ziyechman That na bl@@@@@st
## 5515                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 5516                                                                                                                                                           RT @SubbyBaek: I want a life what bl manhwas have!!!!
## 5517                                                                                                                                                                                 THE BL GUY WNTERING WITH A BIKE
## 5518                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 5519                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 5520                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5521                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 5522                                                                                                                                               damn jaechan really brought his group out of nugudom with that bl
## 5523                                                                     RT @BreXsday9: Hear me out them as the the main couple we need this, we should make this a trending so maybe can happen. We need them back…
## 5524                                                                          @BigBootyJudy_14 @CaribBros And to get second bl form thats need a boss drop make it drop from each charater story after u finished it
## 5525                                                                                                                                                                                    oh that group has the bl guy
## 5526                                                                                                          RT @famewya: Host : Boss, what do u think Noeul’s charm is?\nBoss : He’s cute\n\n#KissMyBodyXBossNoeul
## 5527                                                                    RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…
## 5528                                                                    @_OmPlayz @urfavcatpun nothing happened its in ep 13 the synopsis and BL confirmed Luka is gonna travel with his fa… https://t.co/w0yoJ3Sb9f
## 5529                                                                                                                             RT @akitasoundinomg: and the category is....FACE @pledis_17 https://t.co/kTcZ9icroF
## 5530                                                                    RT @miahuahua: If yall want a BL recommendation on webtoon, you should totally read Take off, it's such an adorable comic!! + the finale is…
## 5531                                                                                      Also- we need to stop fujoshis that make yaoi and BL bc I'm tired of the horrible rep and fetishisation of my sexuality /c
## 5532                                                                    2022 Newest Android Car Stereo for Toyota Camry 2008 2009 2010 2011, 9 Inch Touch Screen Radio Player with GPS Navi… https://t.co/Q2rXlKkZFi
## 5533                                                                     Old Xians safety is more important than our reading comfort. they can, will and already did get in serious trouble… https://t.co/laVHkVpZXo
## 5534                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5535                                                                    RT @BL_prints: Etching of the astronomical clock in Lyon Cathedral with its several dials and allegorical and decorative figures and carvin…
## 5536                                                                                                                                          @GioHassoun Most probably m3k ha2 bs khaline onbosit bl mawjud hl2 :')
## 5537                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 5538                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5539                                                                    RT @snowkhoshi: it’s kinda hard not expecting any awards for seventeen especially this year when we all know hot is the most popular bg son…
## 5540                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 5541                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5542                                                                    @iPrinceSaviour @Jack_ng01 @JosephOnuorah @_weyimi @Nkemchor_ @TakeBackNaija_ @FS_Yusuf_ @ChudeMedia @ChigozieIAlex… https://t.co/0qlCo6LM4s
## 5543                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5544                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5545                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 5546                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 5547                                                                                                         RT @F1: Ferrari confirm Mattia Binotto has resigned as Team Principal\n\n#F1\n\nhttps://t.co/Nl730UN0Qr
## 5548                                                            RT @nivs__: hi &lt;33 kinda?? new to #genshintwt &amp; #anitwt so i’m looking for moots\n-hxh,bsd,csm,bl,sk8,jjba,spyxfamily and more!\n\n-im ar 55…
## 5549                                                                   @urfavcatpun in ep 13 which we haven't seen yet according to BL \nLuka leaves the country with his father to protect… https://t.co/mXnoIVBI7H
## 5550                                                                   RT @kusssman: Ronaldo celebrating with his teammates getting more outrage than MESSi shitting on the Mexican flag.   \nwe can’t beat Messi P…
## 5551                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5552                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 5553                                                                                                                    If i make an artbook... It'll be so BL... Is it ok if i just make it like ocs and stuff tho-
## 5554                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5555                                                                                                   RT @sususiaoo: Noeul clinging on to Boss. Love that for them \n#KissMyBodyXBossNoeul\nhttps://t.co/o9I1G613PT
## 5556                                                                                                                                                            @hualianrot BL in general. \nI have the same feeling
## 5557                                                                                                                         RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc
## 5558                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 5559                                                                    RT @aloha_uj: blowing up people’s head is the last thing I want.  And if possible, I hope I don’t find some foolish 15-year-old juvenile de…
## 5560                                                                 RT @aloha_uj: It’s freezing.  It’s f—ing freezing. \n\n“Good that it’s not too cold today.”\n\nBinnie blabbed from chapped lips.  Of course it…
## 5561                                                                        Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/zGD7mDpNwJ
## 5562                                                                    OPEC daily basket price at $79.93/bl, 28 Nov. 2022 https://t.co/mo2QatQRLK Nigeria recently established its five-ye… https://t.co/NYouqrzEXA
## 5563                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 5564                                                                 RT @mileaposlayer: — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https://…
## 5565                                                                                                                @JinkiWaistPls I'm lucky it's after working hours for me, tho I wish they did BL for both days 😭
## 5566                                                                     Our kings! The IT couple of Thailand!! BL legends @milephakphum @Nnattawin1 #MileApo #MilePhakphum #Nnattawin ✨🙌🏼💚 https://t.co/tY8O5oUbqI
## 5567                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5568                                                                     When I'm not reading SPYxFamily, I'm reading I Mingled With A CEO: The Daughter's Return!\n \n#BITEOST #fanart #bl… https://t.co/YvCF9sKGsw
## 5569                                                                    @billawki I see 😯 certainly, fujoshi is someone who likes bl. my idea was not someone who only liked bl, but someon… https://t.co/9983VAHQHY
## 5570                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5571                                                                                                   RT @shashwas97: Another bias playing BL.... KIM YUHWAN WHY ARE YOU HERE???? GZJSJSJDK https://t.co/HmTP4kOe8z
## 5572                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #lesserafim #르세라핌\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AW…
## 5573                                                                                                  Sequoia’s Sonya Huang: Generative AI hype “absolutely justified” - Protocol by @ \n#AI https://t.co/TzK2QwXkrS
## 5574                                                                    RT @blackjoker44554: Rain living alone in the forest since he was born, because their parents was separated by cruel worlds they were livin…
## 5575                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5576                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5577                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5578                                                                                                                                         RT @SneakerPhetish: I CANT STOP LAUGHING 😂😂\n\n https://t.co/GFAiCx1X4g
## 5579                                                                                                                       @Agavegator Fr altho there are recent BL/yaoi that feature sub tops &amp; dom bottoms too
## 5580                                                                                                                                                                           i loooooove the old korean bl films 🥺
## 5581                                                                    RT @FrankKhalidUK: Doesn’t matter how many times Man City beat us, the one game which they wanted to win was the one we won. 💙 https://t.co…
## 5582                                                                    @bl_4_eva @MSuppasit Awwwww Sammieee!!! Happy bday bub!!!! Wishing you the happiest day and lots of love all this y… https://t.co/h96OrBXvqt
## 5583                                                                                                                                                                          did someone watch bl #PleaseTellMeSo ?
## 5584                                                                    Plan and tbh I ain’t mad I want bl in its two slots the dark vs the normal bls like they planned Tuesdays seem like… https://t.co/Mmg5DFu94J
## 5585                                                                    Yeh they had Monday-Tuesdays for the lakorns Wednesdays Thursdays for the romances and Fridays for BL Saturday used… https://t.co/pSAiHMtyp9
## 5586                                                                                                                    RT @blackjoker44554: The story of payu and rain, payu is a gentleman \n#KissMyBodyXBossNoeul
## 5587                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5588                                                                                                                     RT @blackjoker44554: Alright i'll make payurain AU to trend hashtag \n#KissMyBodyXBossNoeul
## 5589                                                                                                        RT @blackjoker44554: Rain is born from the love of a princess and a fairy prince \n#KissMyBodyXBossNoeul
## 5590                                                                                                                                                                          RT @foladgt: @Ezehi4 “What is cashout”
## 5591                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 5592                                                                 RT @fortforpeat: he’a being precious again 🥹 he takes time to read all the birthday wishes for him 😭\n\n#OurSmile22ndFortDay #FortFTS\n https:…
## 5593                                                                                                                                   RT @F1: Binotto: "I am leaving a company that I love" https://t.co/3Cx7lZe4ml
## 5594                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5595                                                                    Etching of the astronomical clock in Lyon Cathedral with its several dials and allegorical and decorative figures a… https://t.co/uQd5HhAe6O
## 5596                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5597                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5598                                                                                                                                   @Kunzirio PHAHAHHAHA YES THAT and same and watch bl and kdrama and my anime😻🥰
## 5599                                                                                                                                              RT @Mayamo6_: #KissMyBodyXBossNoeul #bossnoeul #bonoh keep going 😎
## 5600                                                                    I wouldn't expect him back in the BL world anytime soon. He is exactly where he wants to be. Congratulations to him… https://t.co/bUjm7t2xJy
## 5601                                                                 RT @mileaposlayer: — MILE TIME 💚\n\nLet‘s vote for our beloved mile! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https:…
## 5602                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5603                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5604                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5605                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5606                                                                    RT @unicorn1007x: Babiis, please stream the trailer if you’re available right now.we’re left far behind other bl series. let’s raise our vi…
## 5607                                                                    RT @EngMartyrSchool: Here is a sample of concertina books made by the Year 4 and 5 pupils at English Martyrs. Some of the children have bee…
## 5608                                                                                                                                                  RT @sseracentric: "what's a soulmate?" https://t.co/escXGYEc5I
## 5609                                                                    @EngMartyrSchool This made our hearts sing! Thanks so much to all the brilliant authors and illustrators who made b… https://t.co/oGArQLKAxX
## 5610                                                                                                                       there are so many #THAT fandom on bl twt it makes my head hurt why can't yall be normal 💀
## 5611                                                                                                                                     RT @RickRoss: RT IF YOU PLAN ON BEING A MILLIONAIRE https://t.co/BPhVdkhtdv
## 5612                                                                                                                                                                                              @AdriianoDott Pass
## 5613                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5614                                                                                                                                          @totheyearning bl fandom is where critical thought and words go to die
## 5615                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5616                                                           RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…
## 5617                                                                   RT @perayuhhh: watch singto’s smile widen with every picture, his eyes finally crinkle at the corners when krist faces him 🥹🫶✨ https://t.co…
## 5618                                                                    RT @perayuhhh: au (or not, maybe it’s true) that ks has developed a flower thing since they started having separate work. every time k or s…
## 5619                                                                   RT @therealkranium: Big up @wizkidayo @tydollasign  the story around this song is a dope set up over 100\nMill today  🚀🚀  ntn beats vision h…
## 5620                                                           RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…
## 5621                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 5622                                                                     RT @FrieddChickit: When i’m getting tired of my day, i will listening to this while reading the lyrics, and somehow… it will heals my mood…
## 5623                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 5624                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 5625                                                                    RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…
## 5626                                                                                                                RT @msgzuha: le sserafim’s mma’s performance views on youtube are insane https://t.co/21M9pol02q
## 5627                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5628                                                                                                                                                     RT @39bIooms: the rest was history! https://t.co/8IQKZJl3Az
## 5629                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5630                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 5631                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #jo1 #제이오원\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AWARDS @o…
## 5632                                                                     @patpr4n I get what you mean but i'm a KP fan too (i watch/love a lot of BL)... please, don't generalize too much,… https://t.co/FGs0S35oVO
## 5633                                                                 RT @heartferula: hii #manhwatwt #anitwt  still looking 4 moots!! \n\nfavs r:\ntcf, orv, sl, lookism, how to fight, tgcf, weak hero, no home et…
## 5634                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5635                                                                                                                                       RT @creamy_isa: I miss this era so much..... 😭\n\nhttps://t.co/u7MwDq943T
## 5636                                                                                                                                       @aguilar_ve @bl_artcult @lamengana @pneumaninesix Oh very nice\nThank you
## 5637                                                                RT @Vaniaster: #anisd #bltwt #Anitwt \n\nHello, this is a new acc of me. He/him 26. \n\nBasically will only talk about BL/yaoi stuffs, so pleas…
## 5638                                                                                                                                                  RT @innerchilding7: Its a BL\nBecs i said so\n #WeakHeroClass1
## 5639                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5640                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 5641                                                                 RT @mileaposlayer: — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https://…
## 5642                                                                   RT @Kpop_Herald: [#2022MAMA] The party queens are here! @le_sserafim shines on the red carpet for @MnetMAMA! ✨ #LE_SSERAFIM #MAMA2022 #LESS…
## 5643                                                                     RT @lesswithnoname: Don’t be an organizer if you can’t handle it. Don’t be an organizer if you want to judge people. Don’t be an organizer…
## 5644                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5645                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 5646                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5647                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5648                                                                                                                                  RT @Bossckm_: I'm back 🌑\n\n#Bosschaikamon #ShawtyBoss https://t.co/ScZWy8CTeQ
## 5649                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5650                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 5651                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5652                                                                                                                                @kieranjol For NT see https://t.co/iGeBxSxlJa and BL see https://t.co/gnX8F2tf8K
## 5653                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5654                                                                                                                                                                                            @LucaVaran Fucklespd
## 5655                                                                         Not BL but highly recommended! 🤭 I really love the chemistry between the main leads! 🥰💕 https://t.co/IVIU0VxI2L https://t.co/0j8D3nMa3j
## 5656                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 5657                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5658                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5659                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5660                                                                                                      RT @Mixdemamaya: This is the most handsome doctor\n@wixxiws #mixxiw\n#ส่วนผสมของมิกซ์ https://t.co/iYCf5r29Yu
## 5661                                                                  @illustrata_ai @joynxyz @amli_art @bl_artcult Peaceful Mind\n\n"She looked like a mermaid, peaceful and calm, her eye… https://t.co/Himgzg3PZA
## 5662                                                                            RT @F1: BREAKING: Mattia Binotto will leave his position as Ferrari team principal at the end of 2022\n\n#F1 https://t.co/wVzdS12IcG
## 5663                                                                  RT @moeshafatima: The sweetest scene of all the BL stories I've watch. I need this too 😥 \n\n You guys barely had any script here but you por…
## 5664                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5665                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5666                                                                                                         @Naawiell Unexpected Falling ☺️ Not BL tho. But niceeee...I love the chemistry between the main leads 💕👍
## 5667                                                                                                                               RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 5668                                                                                                                Exploring registers of East India Company discharged soldiers 1820-1882. https://t.co/qCChrhKBzG
## 5669                                                                 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌… https://t.co/hDidTcyy2o
## 5670                                                                RT @OGTNAF: (8) Off, Gun, Neo, Mark, Victor in Cooking Crush (BL)\n\nOffGun BL + Cooking 😆\n\nOff: Last year, we did a serious drama\nGun: This…
## 5671                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5672                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5673                                                                   @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nIn your arms\nA person with a pure heart sees… https://t.co/aQEcnUG7AP
## 5674                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5675                                                                                                                                   RT @suninhersmile: CAN SOMEONE RECOMMEND A GOOD BL MANHWA PLEASE IM DESPERATE
## 5676                                                                                                                                         RT @TrollFootball: Match venue for Iran vs USA. https://t.co/ObTiQ52ATt
## 5677                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5678                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5679                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5680                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5681                                                                    @illustrata_ai @joynxyz @amli_art @bl_artcult If you follow the replies, you'll find the story.  Sorry, I made it a… https://t.co/7490znTWRB
## 5682                                                                                                           Lemme already apologise to my bl moots for the person I’ll become once dkz starts performing at mama🙃
## 5683                                                                                                                          blue lock mangaka would make a killing making bl manga... that artstyle is CLEAN clean
## 5684                                                                RT @OGTNAF: (8) Off, Gun, Neo, Mark, Victor in Cooking Crush (BL)\n\nOffGun BL + Cooking 😆\n\nOff: Last year, we did a serious drama\nGun: This…
## 5685                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5686                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5687                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 5688                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5689                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 5690                                                                                                                                          RT @ScuderiaFerrari: Ferrari announcement: \n\nhttps://t.co/31MIsehPq9
## 5691                                                              Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in be… https://t.co/pDbdvyS0L0
## 5692                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5693                                                                    @BLUPDATE2022 I think maybe a shoulder to cry on will come out on December as they already listed it on Viki if not… https://t.co/iAvQPMoWYt
## 5694                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5695                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5696                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 5697                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 5698                                                                    RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…
## 5699                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 5700                                                                                                  RT @ToMixxiw: Earth,you looks so suspicious here 👀😳😳😳😳🤭🤣🤣🤣🤍😏\n\n#เอิร์ทมิกซ์ #EarthMix \n\nhttps://t.co/lnTFankyMP
## 5701                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5702                                                                    RT @Joellinepearl: BL Fans Get together budget ranking comfortable budget poll for everyone lets us know your budget guys this one includes…
## 5703                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5704                                                                                                                                                                              ✨️Become a BL comic artist cutie✨️
## 5705                                                                                                           Gonna do some comic reading\n \n#comicspa #bl #ink\n\nhttps://t.co/pKkIjjuEzN https://t.co/SeMNdkCMqC
## 5706                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 5707                                                                  — MILE TIME 💚\n\nLet‘s vote for our beloved mile! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :… https://t.co/dBdASUOGNc
## 5708                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 5709                                                                    Schalke and Cologne are interested in Nathanaël Mbuku, alongside Olympiacos FC from Greece, according to @sebnonda.… https://t.co/hSpf6qbCAd
## 5710                                                                    @IanJamesMartin4 @catherinemginn @LGalloway77 Then they are doing a bl**dy good job  I'd say. Well on course to ach… https://t.co/nuTZdyMHTj
## 5711                                                                  while\nfrom others came a sound of carpenters and coopers, with bl\n__iherb_promocode_promo_rewards_voucher_code_disc… https://t.co/OEhOW5gCb5
## 5712                                                                RT @NJW_Translation: ꒰ #NetJamesEngTrans ꒱\n\n👑It’s Q15, pls support KingUea and everyone in production\n👑Today, I meet with Tonkao. I didn’t…
## 5713                                                            RT @NJW_Translation: ꒰ #NetJamesEngTrans ꒱\n\n💬What’s today Q?\n🔥Q15\n💬You didn’t come alone today\n🔥I'm with nong Pang\n💬She's cute in the unifo…
## 5714                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 5715                                                                                                                                                        i love having a lot of korean bl https://t.co/qQ0APc9Wx8
## 5716                                                                                                           i wanted to ask my classmate if she read a certain bl and accidentally told my friends that i read bl
## 5717                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5718                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 5719                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5720                                                                    RT @hoshi801_: #BlueLock Bachira Meguru's profile and "A day in the life at Blue Lock" (which is probably the Episode 2 for BL mini-series,…
## 5721                                                                            RT @forlsrfmth: (⿻📁) วันนี้ @le_sserafim จะเข้าร่วมงาน 2022 MAMA AWARDS โดยมีชื่อเข้าชิงรางวัลถึง 5 สาขา\n\n⬩ Artist of the Year\n⬩ Song of th…
## 5722                                                                                                                                                                  Felt so at home coming back to u, our bl world
## 5723                                                                     Owlyee 3 4oz Travel Bottle with Disc Top Flip Cap (5PCS) Empty Plastic Container for Shampoo, Lotion, Soap (100ml,… https://t.co/YinFGll3HE
## 5724                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 5725                                                                    @BLUPDATE2022 True though, at 1st i didn't wanted to watched bcoz i thought it wud b an ancient type of bl drama bu… https://t.co/7cbKshQzY6
## 5726                                                                          @jaehworId YUP AND I FINISHED A WHOLE ASS BL DURING THE NIGHT LIKE STARTED AFTER DINNER AND FINISHED IT AT 3:30AM ON THE LAST SUNDAY😭😭
## 5727                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 5728                                                                                    @junkofzeart @MangaMoguraRE @SuBLimeManga Wish they license more BL tv drama or Jdrama in general. They go really unnoticed.
## 5729                                                                 RT @mssjkenny: Filming for myself &amp; Adrian from @BL_LTHTR 📽️ Amazing to meet our fantastic colleagues in the @LTHTRFinance team for a TED c…
## 5730                                                                                RT @blisanewblack: THE WAY WE FINALLY GOT POSTER FOR THE UPCOMING KBL “THE DIRECTOR WHO BUYS ME DINNER”! https://t.co/dAOvsXRGql
## 5731                                                                                                                @GMMTV @ppnaravit @phuwintang The BL series of the year is finally here! https://t.co/IvE68eJZeH
## 5732                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 5733                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5734                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 5735                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 5736                                                                                                                                    My #minsung here As if they came out of BL drama 😣✨ https://t.co/swYNKrfoM3
## 5737                                                                Check this fascinating #artist: #Lebanese🇱🇧 #RockMusic pioneer &amp; #humanitarian @Lydia_Canaan and listen to her song… https://t.co/exASQoTaRH
## 5738                                                        RT @BLUPDATE2022: SOUTH KOREA | From the same producer of ‘Blueming’, KENAZ's “#TheDirectorWhoBuysMeDinner #밥만잘사주는이상한이사님” starring Park You…
## 5739                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 5740                                                                                                                                                                     Anty Ma mA twy bl loe chin tr apyit lr byar
## 5741                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5742                                                                    Happy birthday to this baby but also I hope there’s good thing for you in the future I hope we see you again with a… https://t.co/7dfRAzDAXt
## 5743                                                                                                            RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 5744                                                                                                                                                                ok ima do smash or pass BL ver mute me if u must
## 5745                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 5746                                                                      RT @YILOVEY: Text: Meung (you) pls don’t die yet. This is only the 2nd day. \n\n#เอิร์ทมิกซ์ #EarthMix #mixxiw @wixxiws https://t.co/goNxLr1E…
## 5747                                                                                @MangaMoguraRE @SuBLimeManga @TaifuComics 1M copies with 6 volumes 😱 why are there no more BL anime if the manga sell so much. 🤔
## 5748                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5749                                                                RT @yaxi_aki: rkgk \nEvery second I am awake is spent thinking about Toya’s eyelashes \n#prsk_FA #prsk_BL #彰冬 #akitoya https://t.co/eg2ZkqH8jS
## 5750                                                     RT @Thabangsiband9: We follow back ✊\n\n@OzsariNejla \n@Yavuzkaan1453 ☕\n@F03427\n☕@_1Ellaa\n@susbiq\n@20ysf1 ☕\n@HzrYldz75342731 \n☕@21KAREL \n@arak…
## 5751                                                                                                                            this BL sex scene making fifty shades of grey looking like a hallmark kiss like woah
## 5752                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 5753                                                                                                                               RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 5754                                                                    — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :… https://t.co/0BE53OWEhO
## 5755                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 5756                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 5757                                                                     @JoGibsonWriter @TillyLovesBooks Become a Reader at the British Library. It's... (as above, but substitute "novel"… https://t.co/uGMTGIFBMG
## 5758                                                                                                                         RT @TurtleLoveCat: a very good morning to this chae hyungwon 😵‍💫 https://t.co/eeNVLnq8nR
## 5759                                                                    hacker dude was throwing slurs back and forth but got scared of some bl manhwa panels? and called ME weak? get outt… https://t.co/cUy9bJinmO
## 5760                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 5761                                                                                                                                                 RT @buitengebieden: Best goalkeeper.. 😅 https://t.co/UVxtb6Bch6
## 5762                                                                                               RT @BoardGeniuses: #Oregon never has a good defense because Eugene is not redneck enough. https://t.co/VeEx5c4L1W
## 5763                                                                     @Sai76739 In case you're unable to find this email in your inbox, please do check the junk/spam folder. Appreciate… https://t.co/tFhzjkneCK
## 5764                                                                RT @WYStarStudio: JOE LOCKE is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (2pts)…
## 5765                                                                    @fubroshi I've seen enough of Thai BL fandom to know that stuff like this is really about the actors they prefer, b… https://t.co/Hj2n8BoqJB
## 5766                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5767                                                                                                                               RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 5768                                                                                                                                 RT @myclumsycloud: New layout cuz my babies came home 💕 https://t.co/ESefohrr7y
## 5769                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5770                                                                               Bl stans using words like "media literacy" and it's just the dumbest take to justify their fav's character i had a good laugh ngl
## 5771                                                                              @Ansel_Easton @pat_hm I was going to say the ghost of Kyler manu haunts us but Henry being a miss is the whole reason manu started
## 5772                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5773                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 5774                                                                                                        RT @khbsource: kim hanbin's visuals + sleek intro for the 'keep me up' live clip https://t.co/ZTwBgeTGQ2
## 5775                                                                 RT @bazingahzy: Codey want ~ Codey get~🥹🥹🥹\nSo HBD 28th  P'tepppp!!!😉😉😉\nSee u at ur next 28 BD!!!🤣🤣🤣\n#HBD28thJeffSatur https://t.co/GV0xf6sX…
## 5776                                                                                                                               RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 5777                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 5778                                                                                                                                             And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 5779                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5780                                                                                                                              “Troub in de fam! Ees what for?” He took an ancient bl     https://t.co/KFarugLWkj
## 5781                                                                                                                                 @KenamiRBX @_younite @NyxunRBX Yo is this gonna be a new game of is it still BL
## 5782                                                                     RT @AsianPopMedia1: Weird as fuck? #SingInLove is the title of this unusual BL but hesitates to use the word 'rape' while revealing scenes…
## 5783                                                                                                                                                       RT @themoonlovepic: Cristal moon. https://t.co/tq3E3f3PnV
## 5784                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5785                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5786                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5787                                                                           RT @mikevorel: Michael Penix Jr.: "Right now, yes, I'm looking forward to playing in the bowl game and being out there with my guys."
## 5788                                                                    RT @FutureForAll: 🍾Thanks to all our amazing stage guests like @mayagraf_bl, @greyherren, @EyhornFrank, members of the @BEP_Schweiz + @SFHC…
## 5789                                                                                                                             RT @jeffsaturjpg: Guys, good news! Stay tuned~ \n#Jeffsatur https://t.co/PdVp0Zap2e
## 5790                                                                                                        RT @cdnzarecords: [📸] Today‘s JAY B\n\n#JAYB #제이비 #CDNZARecords #카덴차레코즈 https://t.co/0gNrtSBvDE
## 5791                                                          RT @MileApoDaily_: Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK\n5\nh…
## 5792                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5793                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5794                                                                    kwmobile Origami Case Compatible with Kobo Libra 2 - Case Slim Premium PU Leather Cover with Stand - Girl Tree Swin… https://t.co/VjxMT5Dt6D
## 5795                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5796                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 5797                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5798                                                                                                                                                        @tanniesgay Even they kissed 😭😭😭\nBl I'm watching rn😭😭😭😭
## 5799                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5800                                                                The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/K9q7RprXDA…\n\nPleasego… https://t.co/rVnc4w3NSu
## 5801                                                                    @queertangerine @GreenRibbits @allecsirp48 @GINA__BEARS bl fans try to come at MA's acting and chemistry. MA's chem… https://t.co/dDE4uz89M1
## 5802                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5803                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 5804                                                                    @queertangerine @GreenRibbits @allecsirp48 @GINA__BEARS tbh i have never been in the bl community before kpts but i… https://t.co/xhfRY048Bq
## 5805                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 5806                                                                                                                                                                    Is this a BL drama ? https://t.co/mhGN6FNkv7
## 5807                                                                                                                                                            @Sufy2_ Are you bl*nd or d*ft? That's fake you id*ot
## 5808                                                                                                                                                                                   @bl_artcult @CatEldria I hope
## 5809                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5810                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5811                                                                                                                                            i cant bring myself to wach ph #bl yēt~~~💥💥💥 https://t.co/hqQgbtjiOI
## 5812                                                                   RT @Chiro_Odhoraa: Aakansh dumbo using BL's another title song after 1.5 years😤\nBut it's so beautiful.. only song which defines the core pe…
## 5813                                                                                               RT @katzeperkkura: ออมอ The Hydra เข้า Billboard Hot Trending Songs Real-time Chart อันดับ#6 https://t.co/y90mGgqAAu
## 5814                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5815                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5816                                                                    BNKANG Lunch Bag Insulated Lunch Box - Durable Insulated Lunch Bag Reusable Adults Tote Bag Lunch Box for Adult Men… https://t.co/8h1C2GFPSV
## 5817                                                                    Bling Car Accessories for Women, MAIMEIMI Bling Car Accessories Set,Bling Steering Wheel Covers ,Bling License Plat… https://t.co/eghpOXRFkt
## 5818                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5819                                                                    RT @theseoulstory: [#2022MAMA] 📸 The trendy girls of LE SSERAFIM are here at the red carpet of 2022 MAMA AWARDS! @MnetMAMA @le_sserafim htt…
## 5820                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5821                                                                    RT @businessline: #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.  @gurukmurt…
## 5822                                                                    xcivi Silicone Cover and Lanyard for Tamagotchi On Virtual Interactive Pet Game Machine, Updated Version Without Ca… https://t.co/xueHuzNl0d
## 5823                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #dkz #디케이지\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AWARDS @d…
## 5824                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 5825                                                                    RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…
## 5826                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 5827                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 5828                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 5829                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5830                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5831                                                                     RT TwinkPsyncer: if i had a nickel for every twin character who lost their more confident twin in a tragic auto accident for which they bl…
## 5832                                                                                                                                               Roll on the 18th December. Fed up with bl**dy football.  #R4Today
## 5833                                                                    MP3 Player, Frehovy Music Player with 16GB Memory SD Card with Photo/Video Play/FM Radio/Voice Recorder/E-Book Read… https://t.co/oEpzILzmRC
## 5834                                                                RT @MultiDidi: #BibleBuild au \n\n"Over The Window" \n\nWhere Bible and Build start fighting over a game news on Twitter, not knowing that he's…
## 5835                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5836                                                                                                                                                                 Make dem sha no Bl*w 😂🤌 https://t.co/HVAVh9yzlq
## 5837                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 5838                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5839                                                                    It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisse… https://t.co/WZtP3inUzq
## 5840                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 5841                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5842                                                                 RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…
## 5843                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 5844                                                                    @Skarrow9 It was only last year we had Season of the Hunt, which for all intents and purposes is arguably the dries… https://t.co/c96Uek68OZ
## 5845                                                                                                                                                    RT @cresstwt: if this happens i’ll kms leave jp bl alone pls
## 5846                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 5847                                                                     RT @mcuban: Come on @elonmusk   We all know what free speech re the gov is because we can read the 1st Amendment and any related case law.…
## 5848                                                             @StrayKStream @skzloml_ @Stray_Kids MANIAC ONES HAVE ARRIVED\n#StrayKidsAt2022MAMA\n#スキズMAMA大阪上陸\n#스트레이키즈_2022MAMA\n@Stray_Kids\nUb bl
## 5849                                                            RT @MileApoGuardVTS: DAILY VOTE\n\n1.https://t.co/x6APsApjrw\n\n2.https://t.co/u1OEEu6mbT\n\n3.https://t.co/HLJ3Hq0bHk\n\n4.https://t.co/LAnmGs6KtD…
## 5850                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 5851                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 5852                                                                                                                                                              New BL series from One31?? https://t.co/TGMK3gLVJq
## 5853                                                              bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female cent… https://t.co/EfJx3Ug0bo
## 5854                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 5855                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 5856                                                                                                                                                              @jaehworId @rutovines btw u a bl stan? u better be
## 5857                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 5858                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5859                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5860                                                                                                                                         RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l
## 5861                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5862                                                                RT @vgasptr: a #VegasPete 🔞 au where:\n\nFootball player Vegas and Nerd Pete. Vegas is addicted to Pete. \n\n"You need to stop doing me in publ…
## 5863                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5864                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5865                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 5866                                                                    RT @Orchestrative: they've already called east asian BL works "fetishizing" to begin with for containing transgressive themes, but they did…
## 5867                                                                  RT @mingmumuming: why this obsession with comparing SCOY to GAP ?!\n2 different audiences\n2 different genre\ndifferent story, director, cast…
## 5868                                                                    I'm also hiring a Postdoc (1.5 year) with expertise in graph databases, ontology creation, linked data, and graph r… https://t.co/Onp9A68Jcx
## 5869                                                                80% off : Addons BAG-TOT-168 Women Black Black at ₹718.\n\nhttps://t.co/iZA71TMgjk\n\n85% off : RL Daisy Quilted Leathe… https://t.co/3c6nTd3g58
## 5870                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 5871                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 5872                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5873                                                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult Awesome contest!🔥🔥🔥
## 5874                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5875                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 5876                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 5877                                                                #LED #Bulb #Light 12W\nModel: WS-BL-12W\nPower: 12W\nLight Base: E27/B22\nInput Voltage: AC 85-265V  50/60Hz    ( DC12-… https://t.co/9DdWpGanFg
## 5878                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5879                                                                        The plot of "Marriage in a Heartbeat" is like a roller coaster of emotion. It's riveting and full of surprises!… https://t.co/VqQhL2ApVM
## 5880                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 5881                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5882                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5883                                                                                                                                                                                                          Not BL
## 5884                                                                                                                                                                     @blooxmelodies Just watch any Vietnamese bl
## 5885                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5886                                                                             Kohler 9132-BL Round Shower Drain for Use with Plastic Pipe, Matte Black DJLT1CR\n\nhttps://t.co/7Weag0cWJg https://t.co/y3JQZXlfJh
## 5887                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 5888                                                                  Lawrance as well.\n\nI also think we are likely to see familiar faces for the first few games and these new players e… https://t.co/iyTKx3cO4Q
## 5889                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5890                                                                      @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @BOURGEOIIS_ @klunk22 @ala_art_lab @Nika_Rakhmanova… https://t.co/7XRfRs6xbF
## 5891                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5892                                                                          #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.… https://t.co/EVCBp6LE2G
## 5893                                                                    RT @lesserafimtoday: It’s happening today! The girls will take over the stage. They worked hard to show us an amazing performance. Let us s…
## 5894                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5895                                                                    RT @ajuhaban: @illustrata_ai @joynxyz @amli_art @bl_artcult Even though we are not strong, we always try to look fine and strong. Besides c…
## 5896                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 5897                                                                    @illustrata_ai @joynxyz @amli_art @bl_artcult Even though we are not strong, we always try to look fine and strong.… https://t.co/Uyuw81JE2h
## 5898                                                               rating: 15/10\n\n- i love the cute romance scenes\n- i enjoy the emotional frustrating plot as well\n- "uenoyama-kun"\n-… https://t.co/Clxiccdiv5
## 5899                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5900                                                                                                                                                                       @ToMySunflower19 Awww thankyou lovely xxx
## 5901                                                                                                      @onigriomi @zoomtsum This but whenever I have a partner and they call me by my name instead of a nickname🤧
## 5902                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5903                                                                                                                                                          sometimes, cringe bl anime named Gravitation...is good
## 5904                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 5905                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 5906                                                                                   This manhwa is awesome! I can't get enough of it!\n \n#school #BL #lookism\n\nhttps://t.co/PUPR7JvwDi https://t.co/iE0cQVH24j
## 5907                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5908                                                                                                                                               @megz6344 I don’t think he will leave BL and I hope he doesn’t.🤞🏽
## 5909                                                                                             nugu boy group who blew up bc one member acted in a BL getting invited to mama but not queendom winner that’s weird
## 5910                                                                    RT @businessline: #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.  @gurukmurt…
## 5911                                                                                                            RT @FUSHIGUR0: thinking about the cultural reset that was winter coat childe https://t.co/yO9weNRBON
## 5912                                                                 RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…
## 5913                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5914                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5915                                                                                                                                     @punxkilled my irl nickname comes from a fucking omega from a bl omegaverse
## 5916                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 5917                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 5918                                                                    @Waddy1 @UKRobBoxing After this morning you could watch one of the 1300 ko games at 10 tomorrow on catch-up tomorrow...Same for the 1600 ko🤣
## 5919                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5920                                                                                                                                                               stray kids now or i bl    o     w up the building
## 5921                                                                    RT @deeperflows: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space @Morph_V…
## 5922                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 5923                                                                                                            Gonna do some comic reading\n \n#miko_ #BL #myart\n\nhttps://t.co/7pWXxtO35x https://t.co/UbWNHHSG37
## 5924                                                                                           @voodookunt Oh please, bl twt is like kpop twitter but with bad taste and even worse opinions, you ain't missing much
## 5925                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 5926                                                                    Yeah, I will never understand the decision making on this. They had a fan base, they had a cast, they were riding o… https://t.co/cOflReSoHR
## 5927                                                                                                                                                            RT @krinnnin: School uniform https://t.co/3G7MhkPHir
## 5928                                                                                                                                                                                         @bl_hkg Omgggg! Hoping!
## 5929                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 5930                                                                                                                                                                  @Stixx1979 @HarryMcNally00 Waterlogged mostly.
## 5931                                                        RT @candyneedsramen: • new localization🌎\n↳ 「 Well Done 」 \n\n🇺🇸 lezhin\n🎭 bl | mature \n🔗 https://t.co/Zbulovsh1L\n\n✍️ @4tune_anco &amp; @skin650128…
## 5932                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5933                                                                    @hermit_wanderer @TylAshke @LiirBL From my understanding it has a BL aspect but it's not necessarily BL because it'… https://t.co/ngbbjuL1QH
## 5934                                                                                                                                                                      Its a BL\nBecs i said so\n #WeakHeroClass1
## 5935                                                                                                                   @ChefOnTheCorner Terrific that..been on many a train based tour in Europe, it's the bollocks.
## 5936                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5937                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 5938                                                                     RT @megz6344: @ReelRishmi It’s fishy,if they love her so much why don’t they cast her as a lead in some other series? I have a bad feeling…
## 5939                                                                    RT @ReelRishmi: @megz6344 BL maker are blind aish won 3 awards because fans love her but they giv maera important and she haven't won. Maer…
## 5940                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 5941                                                                                                                                                   RT @jeffsaturjpg: No haircuts please~ https://t.co/Ni6U2dKnNm
## 5942                                                                   RT @BibleBuildLuvly: "Are you sure?" I heard behind my back before hard hands fell on my shoulders.\n\n"Yes," I said, and felt a gentle kiss…
## 5943                                                                                                                                                @ManekiNekoAIArt @lemonde2d Congrats 🎉 🙏 and cheers @lemonde2d !
## 5944                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5945                                                                    RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…
## 5946                                                                                                           RT @DSonualariya: @NhmRJOfficial % bess pr hi pharmacist appointment Honge to vo kisi ko kya btayenge
## 5947                                                                                                                                                                                          @bl_artcult GM Black 🖤
## 5948                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5949                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5950                                                                    @prananon @ziwats I am being honest. TharnType is bad. Was my first Thai bl and my expectations stooped real low fo… https://t.co/OophJQH4FJ
## 5951                                                                   RT @GaymumLovesBL: Some kisses from BL series beautiful couples ❤🇨🇵\n#AsianBoyslove #Kisses #Multifandom #koreanbl #Thaibl #JapaneseBL #Taiw…
## 5952                                                                  RT @B_I_A_H_bee: BBB au prompt:\n\nBible,a famous actor that keeps hidding his true personality. One day Build finds out, but the way is unex…
## 5953                                                                                      @Waddy1 @UKRobBoxing Yeah, all the final group game rounds, in each group are simultaneous so as not to advantage anybody.
## 5954                                                                                                                                        RT @barchorde_tin: HAPPY BIRTHDAY @jeffsatur 🥳🎊🎉 https://t.co/R37tBRQNCz
## 5955                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5956                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 5957                                                                                                                                      @kchartsmaster @dkz_dy One member play BL series and save the group 👏🏼👏🏼👏🏼
## 5958                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5959                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5960                                                                                 @deeperflows @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart… https://t.co/JbzvMyGn9N
## 5961                                                                   RT @kdrama_menfess: •kdm• 🏳️‍🌈 bl series "The Director Who Buys Me Dinner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des di Heavenly…
## 5962                                                                                                                                                        @jodanspace No 1 dan 4\nThe best jbl\nThe best taiwan bl
## 5963                                                                     RT @jenrenbot: Sent noren hug clip to my friend without context and she asked me what bl drama is that 😭 — saw kfans saying that if u crop…
## 5964                                                                  Dark Heaven was THEE best Bl manwha I've ever read hands down. \n\nTragically, it was too ahead of its time with it's… https://t.co/jd2pnpzPpc
## 5965                                                                                                new bl manwha this new bl manwha that\n.\n.\n.\n.\n.\n.\n.\n.\n.\nyou will never be them https://t.co/h4BaVnrEbe
## 5966                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 5967                                                                                                                                                                              @psychiizu AND ALSO I NEED BL RECS
## 5968                                                                      @myadrinette @urfavcatpun its a on and off thing they are going but we know there will be a official kiss with them soon BL confirmed that
## 5969                                                                      @myadrinette @urfavcatpun its a on and off thing they are going but we know there will be a official kiss with them soon BL confirmed that
## 5970                                                                                                                                                          wait why the fuck is twitter giving me bl / ya01 stuff
## 5971                                                                                                                                                                 @bl_hkg Thank you! Wait for the good news na! 🥰
## 5972                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 5973                                                                    NP NIGHT PROVISION DUO-120 Red/White Strobe Back Rear Bike Light USB Rechargeable COB LED Lights PSR-120 Police Pat… https://t.co/FbxFfH2fD3
## 5974                                                                            Thankyou for my HBD 🎂🥳🎉 message @MSuppasit 🥰\nI love you loads 😘\n#WaanjaiMewGulf \n#MewSuppasit \n#MewGulf… https://t.co/vSk7bx9R1g
## 5975                                                                    RT @dkaleniuk: This is Volodymyr Vakulenko. A Ukrainian poet from Kharkiv region. He was missing since March this year. Today DNA test conf…
## 5976                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 5977                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5978                                                                     5) Most Popular Thai BL Cp:https://t.co/R7wEoqWeij\n6) Thai drama OTY: https://t.co/EAQdn1yjaB\n7) Fav Thai BL Cp:… https://t.co/wHJZp8GPJQ
## 5979                                                                    @ANDIETHEASPIE69 @CocoaFox023 It's because of that one gay kiss and that Tim Allen (who's a republican) didn't voic… https://t.co/ANdIc7NrYY
## 5980                                                                  shoulder, the dirt and rock of The Edge\nobscured more and more of the bl\n_ounass_promocode_promo_bath_and_body_work… https://t.co/of2LVqGEZH
## 5981                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 5982                                                                                                                                                         Bl*nks are so funny I swear😂😂😂😂 https://t.co/hC4kcuDhXu
## 5983                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5984                                                                     This image sums up 80% of my the 30~ pages academic thesis I wrote about the androgynous bishounen trope and BL in… https://t.co/J4qmkafxQ8
## 5985                                                                                    Check out this product Rose - Scarlet G - Blue  \nby Blush Novelties starting at $23.95. \nShop now… https://t.co/aEmmkQ6DfV
## 5986                                                                       If you’re being really accurate, this one isn’t strictly tokusatsu or BL but it’s kind a bit of both in a way 😆😆😆 https://t.co/6FLkhzbPVh
## 5987                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5988                                                                                                                      @yumehisas op not wanting to see the word ya*i is me after reading the worst bl story ever
## 5989                                                                     📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new… https://t.co/LDgyCTUxNh
## 5990                                                                                            another facts about emma myers, she also followed the untamed cast anjay is she into bl? 😭😭😭 https://t.co/q8Uy8DLnRr
## 5991                                                                                                                       Mii2 is so cute and cool💞\nI'm happy^^♪\n#Mii2  #DMDCharity2022 https://t.co/ItzGSXnhOR
## 5992                                                                  RT @TurtleLoveCat: a whole article on hyungwon's producing career 🥺🥺🥺\n\n'"monsta x hyungwon who work hard, a producer you can trust and list…
## 5993                                                                                                                                              @Anyainthesky @REALLYREVIL nunew from cutiepie the series, Thai BL
## 5994                                                        RT @daylightforsahi: [TREASURE ASAHI] A Japanese member who can also compose and write lyrics.\n\nhttps://t.co/JNxmt6Hpis\n\n#아사히 #ASAHI #트레저아사…
## 5995                                                                                           If this is some kind of spoiler for your stage performance, Imma pass out. Fire and ice? Wow! https://t.co/RwGcxdOUYV
## 5996                                                                   Question:\nI'm transcribing this edition of reynart the fox printed by Caxton and I noted, that he uses round r to s… https://t.co/q6ZcmY3jlZ
## 5997                                                         We follow back ✊\n\n@OzsariNejla \n@Yavuzkaan1453 ☕\n@F03427\n☕@_1Ellaa\n@susbiq\n@20ysf1 ☕\n@HzrYldz75342731 \n☕@21KAREL… https://t.co/1DCmQEicmC
## 5998                                                                                                                        RT @lgbtanime: im fighting the hacker someone send me bl manhwas https://t.co/xQzoeO5jjD
## 5999                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 6000                                                                                                                                                                 @FabrizioRomano @BL_LatestNews What happened ?
## 6001                                                                                                                                @Afolashade___ Only a fuuul like you defends rubb!sh because of bl!nd stanship 🤡
## 6002                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 6003                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 6004                                                                @Charity49133192 I just happy &amp; hope but again nothing is confirmed, preliminary data collection from fans only! At… https://t.co/x7VJd44sNS
## 6005                                                                 ty, he only drinks the tepid tears of orphans.\n\nBut no more of this bl\n_tv_promocode_nice_promo_citruss_one_niceone… https://t.co/qeoy8hrwS7
## 6006                                                                    QIELIZI 7 Inch Squatting Toilet Stool for Adults, Poop Stool for Bathroom and Toilet, Step Stool for Kids and Adult… https://t.co/7gftbDmuxU
## 6007                                                                    RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…
## 6008                                                                                                                                                                                      WAIT GIVEN IS BL?!?!?!!?!!
## 6009                                                                    RT @Plasyfelin: @BL_Learning Year 1 have loved making their concertina books!  Much enjoyment in the planning, editing, writing and illustr…
## 6010                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 6011                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6012                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6013                                                                    RT @JonahFurman: Full sellout from the White House for the majority of rail workers who rejected the deal the President brokered, preemptiv…
## 6014                                                                                                                                                         RT @DentesLeo: Say what you mean.\n\nMean what you say.
## 6015                                                                                                                                           @vegascore Let's be honest, by ep 11 no one cared about KP anymore. 😅
## 6016                                                                    RT @poddar_namrata: Such an honor to see #BorderLess among @WIRoBooks’s favorites for 2022! Here’s an excerpt from @AliceKSStephens’s revie…
## 6017                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 6018                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6019                                                                     @weenakohi2 So after a few beers and a few episodes of his BL series, wwx leisurely touches his crotch, rubbing it… https://t.co/cIEJdeWx33
## 6020                                                                                                                                                    the chokehold gmmtv bl and studio wasabi has on me is insane
## 6021                                                                                           @_sara_jade_ @sunriseon7 @AmandaRishworth @Barnaby_Joyce And not much life at all going on there with the Barnaby BL.
## 6022                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 6023                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 6024                                                                     RT @lunaperla: @DavidGHFrost @FT Listen, David, sometimes you've just got to say stuff in pure Anglo-Saxon and #Brexit was a bl**dy stupid…
## 6025                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 6026                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 6027                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 6028                                                                 RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…
## 6029                                                                                                                          Someone broke through my barriers.... I said "I love you" #RAGEQUITLIFE Bl #RicchanBot
## 6030                                                                    RT @Mystic_Stirling: GL subtext is more blatant now with animes like Lycoris, Executioner, GWitch, and maybe the recent Love Live - haven’t…
## 6031                                                                                                                                         Quatre Salision was just seen in the BL  aisle! https://t.co/6AAD8bWxTB
## 6032                                                                    RT @SamarthPanda: @TezDhar4 @PoojaShali Yeah that's my fault. Being an indian i was unaware of what happened to girija tikko , bl ganjjo an…
## 6033                                                                  RT @Morph_VGart: Monday Night Showcase time!\n\nTonight, share a piece you collected and shoutout that artist.\n\nTag 3 friends/collectors :)…
## 6034                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6035                                                                                        RT @_saturdayss__: He is so much giving me heart attack\n\n#JeffSatur #saturdayss #JeffSaturedit https://t.co/c5P0lpJZdD
## 6036                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 6037                                                                                             @WorldNfts @Morph_VGart @alulasit @delta_sauce @bl_artcult @KatalinaOoma @WisnuPradanaArt Thank you so much Fam ❤️🙏🎨
## 6038                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6039                                                                  RT @WorldNfts: @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by @WisnuPradanaArt\nIT'S AL…
## 6040                                                                                                                                                   imagine if i could make a bl that's just a reskinned tomowata
## 6041                                                                                                                                I mean bl only did get their debut song then promoted in Japan for a long time ☹️
## 6042                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 6043                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6044                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6045                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6046                                                                                            RT @Huangwom: nice to see you again🫶🤍🥰\n@warwanarat  #warwanarat \n@yinyin_anw   #yinyin_anw https://t.co/BcLWF1PIOS
## 6047                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 6048                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 6049                                                                                                                                           We’re going into the capsules tonight and we’re going to this planet.
## 6050                                                                    According to my calculations, given the permanence of the climate, the remoteness from the nearest light source, th… https://t.co/UGTo6zmOfy
## 6051                                                                    We have found a planet suitable for us to live on. Our engineers have repaired the ship. It’s been a tough few days… https://t.co/jRejC0vr2O
## 6052                                                                                                               RT @yinwarpicedits: yin and his yang \n\n#yinwarpicedits #yinwar #fanedit https://t.co/Bt4dp3PNZA
## 6053                                                                                                                                              Bring them back. We're hurting 😭#VegasPete https://t.co/YbbcSCiGzO
## 6054                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 6055                                                                   𝘥𝘯𝘪 𝘪𝘧 𝘢𝘴𝘴𝘰𝘤𝘪𝘢𝘵𝘦𝘥 𝘸𝘪𝘵𝘩:\n- pedophilia, z00philia, maps, transphobia, homophobia, d3ath threats, -13, proshipper, dsm… https://t.co/I7EgRMnSfD
## 6056                                                                                                                              @bl_hkg Hey dear. Do you mean this plan is for MA or the other artists you love? 😮
## 6057                                                                    @rvinpeaxe I'm in lol I started this whole thing with #BusinessProposal  and I'll keep going with BL office drama l… https://t.co/CNTOEMAVJJ
## 6058                                                                 RT @Jackhangu: B : You love fans or not ? \nW: I always say it and fans already knew it \nB : Knew about what ? \nW : fans already knew it \nB…
## 6059                                                                                                                                            @coffeewing Lol the way there are more toku than bl in this list 😆😆😆
## 6060                                                                    Serta Executive Office Adjustable Ergonomic Computer Chair with Layered Body Pillows, Waterfall Seat Edge, Bonded L… https://t.co/0fKWB0RVZf
## 6061                                                                    RT @kagetoorukise: why is liking gay fictional contents automatically labels you as fetishizer? did yall know how heavy that word is to jus…
## 6062                                                                   RT @DestinyyyBoss: Nomination mai aaooo thooo dabang tarekeee saeee sooo happy #ShivThakare is finally in Nomination 🥳💪🏻\nTEAM 7 kae MASTERM…
## 6063                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 6064                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 6065                                                                                                                             Oh, so working in a BL series is the reason 😌\n#หวานใจมิวกลัฟ https://t.co/nNQ808rfJU
## 6066                                                                 RT @AYA_GLOBAL_O: ✨The semi-final stage for 2022 Most Attractive Asian Male Artist has ended.\n\n🎉We are pleased to offer our congratulations…
## 6067                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 6068                                                                    with all due respect, how can you say that you are fetishizing bl???? dont use that word lightly, try doing nore re… https://t.co/SrkdbLFRlW
## 6069                                                                                             RT @Shantkee: Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW
## 6070                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 6071                                                                    RT @BibleBuildIND: 🖤Vote for BibleBuild💙\nPlease vote for BibleBuild and KinnPorsche The Series for Popular Vote at Komchadluek Awards 19!!…
## 6072                                                                  RT @build_hourly: retweet, quote retweet, reply and make your own tweet! don't forget to vote on the app and website as well \n\nI vote @Buil…
## 6073                                                                    RT @bucinharit: Jeff as he scrolling through the #HBD28thJeffSatur like "since when? Oh right, Barcode said so. Yey happy birthday me" http…
## 6074                                                                                                RT @theoldkyokodied: but wait: there is more!! sorry for bl posting i am mentally unwell https://t.co/Y6BH55JBbW
## 6075                                                                    CYCWEAR Cycling Underwear Shorts Women's 3D Padded Bicycle Bike Riding Shorts for Outdoor Sport Indoor Exercise Bik… https://t.co/Zfn0a86uY0
## 6076                                                                🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popula… https://t.co/4y42vnM08t
## 6077                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 6078                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 6079                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 6080                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 6081                                                                                                                             mehtaga had ydo2 el chipsy el bl kfc da w y2oli worth to ruin the diet for wala la2
## 6082                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 6083                                                                                                                                 @GutsnPuck Goats invading everyone's faves in bl 🫡 but we don't complain lol 🔥🥹
## 6084                                                                  RT @LinXueLian_AO3: List of known #MDZS/#TheUntamed/#CQL BL games:\n\n#WangXian: https://t.co/GYAvbqZYqE\n\n#XiCheng: https://t.co/r66uekJizz…
## 6085                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 6086                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 6087                                                                                   @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by… https://t.co/3m8fNhBz1B
## 6088                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6089                                                                    Outdated transaction methods cost the #healthcare sector $250 billion each year. Digital solutions are a powerful t… https://t.co/tflFRpTvD2
## 6090                                                                RT @BibleBuildIND: Daily vote for BUILD\n\nI vote @Buildbuilddd \n\n#NETIZENSREPORT #BuildJakapan for Asian Celebrity of the Year #ACOTY2022  @…
## 6091                                                                                                          @AmamiVenice Because I have a lot of female friends like bl so I thought girls must be like it so much
## 6092                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 6093                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 6094                                                                                                             @ClaireGroves19 @KateWri73477570 @OPA_BL @OAHemsworth @PATCarletonHigh @WakefieldMusHub Brilliant 👏
## 6095                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 6096                                                                                                                                                          @kchartsmaster @dkz_dy where’s the bl guy? Chu Sangwoo
## 6097                                                                  RT @PanthersCulture: Byron Leftwich is in a no-win situation.\n\nWhen Tom Brady was producing, BL got some hype, but it was mostly because To…
## 6098                                                                                                                     the only reason i want a boyfriend right now is so i can have inspiration to draw bl again.
## 6099                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6100                                                                                                                RT @MemindyOfficial: Happy Birthday @fort_fts 🥰🥳\n\n#OurSmile22ndFortDay https://t.co/vnZcINkmu4
## 6101                                                                                                                                                                   @VIGlLANTESHlT is not a bl, but is still good
## 6102                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 6103                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6104                                                                RT @holybibs: retweet, quote retweet, reply and make your own post! \n\nI vote @Buildbuilddd \n\n#NETIZENSREPORT #BuildJakapan for Asian Celebr…
## 6105                                                                     RT @Eunice_Once: I Don’t Care ur straight, gay, lesbian,Bi, BL/GL fan🏳️‍🌈 \nYou have to watch this series !!!\nThis series is not just about…
## 6106                                                                   @Mile4Life_ @milephakphum @milephakphum  #2M4FLowWithMile\nCongrats for reaching another milestone! 🥰 Your one of th… https://t.co/dT8ztaif2B
## 6107                                                                    RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…
## 6108                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 6109                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 6110                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6111                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 6112                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6113                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 6114                                                                    RT @BLUPDATE2022: After confirming the ending, there's no doubt. “#ToSirWithLove” ranks #1 on my Thai Lakorn this year! It is a well-writte…
## 6115                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 6116                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 6117                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 6118                                                                          @kittyporous We can do it\n\nKDLEX Sweethearts #RAWRAWARDS2022\n\n#AlexaIlacad |  #KDEstrada \n#KDLex | #PETAWalangAray \n\nBarnaks bl
## 6119                                                                  RT @BLUPDATE2022: GMMTV's #NeverLetMeGoSeries starring #PondPhuwin premieres this December! Don't miss the Official Trailer tonight!\n\nBetwe…
## 6120                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 6121                                                               RT @BLUPDATE2022: TRACK LIST | DECEMBER 2022\n\n1 - #OhMyAssistant 🇰🇷\n2 - #609BedtimeStory 🇹🇭\n2 - #MySchoolPresident 🇹🇭\n9 - #SemanticError: T…
## 6122                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6123                                                     RT @BLUPDATE2022: Just like #블루밍 #Blueming,  #TheDirectorWhoBuysMeDinner #밥만잘사주는이상한이사님 will be streaming on iQIYI Global simultaneously sta…
## 6124                                                                     RT @BLUPDATE2022: THAILAND | The upcoming TV series adaptation of TJ Tommys' novel with the same name, #ChainsOfHeartTheSeries #ตรวนธรณี is…
## 6125                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #lesserafim #르세라핌\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AW…
## 6126                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6127                                                                                     Prothane 4-1008-BL Black Rear Spring Eye and Shackle Bushing Kit 2JEQPDS\n\nhttps://t.co/mxJsughGuG https://t.co/pPMLYIx5ZC
## 6128                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 6129                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6130                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6131                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 6132                                                                 RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…
## 6133                                                                                                                         RT @phuwintang: “Love Is the Death of Duty” #NeverLetMeGoSeries https://t.co/Le1lSHRUFi
## 6134                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 6135                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6136                                                                                                                       Oh, no bl for 1st day😢maybe taem will be there that day?\nPlease give us a lot of fancams
## 6137                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 6138                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 6139                                                                               Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link:… https://t.co/eq4oYSShUk
## 6140                                                              RT @bubblegeommie: here are my top 10 bl manhwa:\n\n1. king's maker\n2. hold me tight\n3. dangerous convenience store\n4. love so pure\n5. painte…
## 6141                                                                                                                                       RT @jakegillan42: Please check this BL here on 🥰\nhttps://t.co/JYaJK9K7qj
## 6142                                                                  RT @EuromaidanPress: Current view of Donetsk's Bakhmut\n\nThe primary target of Russia's offensive operations in the eastern front, Bakhmut h…
## 6143                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6144                                                                                                                  Lutron SFSQ-FH-BL Electronics Slide Fan Speed Control Black MU3DTSB\n\nhttps://t.co/W6gxEwh4iI
## 6145                                                                 RT @jakegillan42: The way 천년범 is so cool and visually stunning. I think this BL will be the next big BL. Its new on Lezhin Korea with 8 epi…
## 6146                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 6147                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6148                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6149                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6150                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6151                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 6152                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6153                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6154                                                                    When my merman boyfriend asks me to hatch eggs for him...🧜‍♂️🌊\nExecuse me?!😡 \nI am a human! Stop ur non-sense jokin… https://t.co/OZHRCnzWP4
## 6155                                                                                                                                                      @simpingforapo Hey relax , let it go, let it go! 🙏🏻💚💛🍒🥐🐻🐱🥰
## 6156                                                                    RT @tutulismyname: 3) Tunisia vs Australia featured players from 16 different leagues: La Liga, Ligue 1, Bundesliga, Serie A, MLS, Champion…
## 6157                                                                                                                      @HMBoehmond @JMReynolds And yet which person out of the two of you has BL published books?
## 6158                                                                                                                                        Fab article for the 'difficult' Act 4 of R&amp;J https://t.co/5uxxLHyH9b
## 6159                                                                                                                   that mafia series stans [EVEN THOUGH IM PART OF IT LMAO] i just can't with those toxic ones 🫠
## 6160                                                                                                               im fighting the hacker someone send me bl manhwas https://t.co/Z7yFZVhq4m https://t.co/xQzoeO5jjD
## 6161                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 6162                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 6163                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 6164                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6165                                                                 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (alle… https://t.co/Gqg7sFp5yu
## 6166                                                                    Vestil BCD-7636-BL Stackable/Portable Barricade, Virgin Polyethylene with UV Stabilizer, 5 4 gal Water Capacity, 76… https://t.co/OuC3fqaF0B
## 6167                                                                MiLin Blackout Cordless Top Down Bottom Up Blinds for Windows Shades Blinds for Custom Cut to Size Blinds &amp; Shades,… https://t.co/cXyMmPV3Yu
## 6168                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 6169                                                                                                                            RT @jodanspace: *bl ⚠️WARNING NSFW🔞\n🔥THE🔥HOTTEST🔥2nd🔥COUPLE🔥 https://t.co/zJThRgVS6C
## 6170                                                                    RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…
## 6171                                                                   and made her to eat rice cooked by her husband's bl**d, and she was at the age of your own wives.\nMothers lost thei… https://t.co/H5euIUjqVY
## 6172                                                                                                                                                                                 RIGHT 🥲 https://t.co/p3fP8dlq4C
## 6173                                                                    @illustrata_ai @joynxyz @amli_art @bl_artcult "Don't go" started in my mind as a piece trying to express grief, but… https://t.co/wympEYxjrl
## 6174                                                                                                                                             Someone pls suggest some BL dramas the complete one not the ongoing
## 6175                                                                    Derpras 16 Inch Square Rain Shower Head, 304 Stainless Steel, Ultra Thin High Pressure Bathroom Rainfall Showerhead… https://t.co/av3mOVruLo
## 6176                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6177                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 6178                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 6179                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 6180                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6181                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 6182                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6183                                                                                            RT @dailytaynew: the pinoy bl indsutry kinda went off and died and idk how much of that is attributed to gege severo
## 6184                                                                                                                                            @incstkiller Omg thya one pic of "whos grandpa looking at bl bruh" 😢
## 6185                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 6186                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 6187                                                                                                                                                                    me to @forpondphuwin https://t.co/3CoIPcftKc
## 6188                                                                    I want to say, NO! BBB aren’t the most genuine BL ship that exists. They never will be. Please don’t make me laugh.… https://t.co/Atuk0rxSsW
## 6189                                                                    RT @theseoulstory: [#2022MAMA] 📸 The trendy girls of LE SSERAFIM are here at the red carpet of 2022 MAMA AWARDS! @MnetMAMA @le_sserafim htt…
## 6190                                                                   I think I’ve confirmed we’re all living like we’re in Not Me\n\nComatose and waiting for our long lost twin to screw… https://t.co/Wrr2hPfaDy
## 6191                                                                    RT @build4bibble: help I've been into blmanhwa lately and it's so addicting..can y'all recommend me more? like your most favorite? https://…
## 6192                                                                    @amli_art @illustrata_ai @joynxyz @bl_artcult Feel like finally found my style because of those. Have a couple of m… https://t.co/4spkndg3ru
## 6193                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 6194                                                                    RT @vegascupid: this pisses me off more knowing that some of these men on gmmtv don’t even want their bl roles n are unashamed to show it ……
## 6195                                                                                                                                            @mrtdqse what bl@de did you use abd did you put much pressure or no?
## 6196                                                                              @iminescent @bl_artcult @HODLFrance @DionMedici @IrrecusableNFT Don’t know, there is no text … but it isn’t really relevant here …
## 6197                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 6198                                                                                                                                                                         RT @ppnaravit: it’s my duty to love you
## 6199                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 6200                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 6201                                                                                       The manhua has been feeding us so well\n \n#illustration #bl #animator\n\nhttps://t.co/Zf922h4rx7 https://t.co/Zv3n5h8jB3
## 6202                                                                                                                               @dizzi4me And the cops didnot feel necessary to ask....bl and their ultimate cops
## 6203                                                                  RT @WanqiLi9: a nod to #obikin shippers: Raising the main character (养成) is a very common trope in Chinese BL, in fact one of the most popu…
## 6204                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6205                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6206                                                                   RT @kdrama_menfess: •kdm• 🏳️‍🌈 bl series "The Director Who Buys Me Dinner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des di Heavenly…
## 6207                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 6208                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 6209                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 6210                                                                 RT @BlackLo39629533: In all the world,\nthere is no heart for me like yours.\nIn all the world,\nthere is no love for you like mine.\nRemember…
## 6211                                                                        WL Overall @_Jarimo_ @Jayjay131996 @Dracogrid @johnnysimmen @skyzz2k08 @hunter4sberg @SendsRus @fightinggamesd1… https://t.co/PT3I9ggHqi
## 6212                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6213                                                                                                 Gonna do some comic reading\n \n#KeepBingingYJ #bl #bilibili\n\nhttps://t.co/GwzFtdUtKY https://t.co/nSDHdr9LIJ
## 6214                                                                  RT @KieMimiPopo: Can U all Vote for this For MileApo 💛💚❤️\nThe Gap is very small now \n\nPOLL: The Best And Most Popular Thai BL Couples Of 20…
## 6215                                                                   RT @Chiro_Odhoraa: Aakansh dumbo using BL's another title song after 1.5 years😤\nBut it's so beautiful.. only song which defines the core pe…
## 6216                                                                  RT @KieMimiPopo: Can U all Vote for this For MileApo 💛💚❤️\nThe Gap is very small now \n\nPOLL: The Best And Most Popular Thai BL Couples Of 20…
## 6217                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 6218                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6219                                                                  RT @Gerashchenko_en: 101 women serving in Ukrainian Army have died since the full-scale invasion began. Over 100 more have been wounded.\n\nA…
## 6220                                                                                                                      Do You Underestimate the Impact of Being Kind? #attitude #kindness https://t.co/3fBN3V5pOo
## 6221                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 6222                                                                                                           RT @EIJICHERRY: TOMORROW FIRST EP OF "SHE LOVES TO COOK AND SHE LOVES TO EAT" https://t.co/s6JAamNjHo
## 6223                                                                                                                     he's got heart eyes for a phatt dick 🤭\n\n#yaoi #bl #manga #yaoitwt https://t.co/0VqMkog3Yl
## 6224                                                                                                                                                    Her bl@ck genes made no noise i fear https://t.co/JAfYwCE2q7
## 6225                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 6226                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6227                                                                    @RaeGun2k I was lucky to find a CR10-S5 on craigslist back in the spring, only $180 and with a BL touch. I upgraded… https://t.co/UkwaqBDPLL
## 6228                                                                                 @Sapphirebunny2 i'm so used to seeing gulf with that red outfit in your tweets that i thought it was gulf. i'm sorry taehyung😭😭
## 6229                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 6230                                                                                       @JDfromNY206 KO vs Roman I quit match - KO has the match won and the BL turn of Sami to make KO say it think Edge vs Finn
## 6231                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 6232                                                                                                                                                       @ibloomlikenew just like bl manga then it seems... lmao 😔
## 6233                                                                  RT @cebuBLorg: 📌BIBLE: "I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST"\n\nBible Wichapas Sumettiku…
## 6234                                                                                                            RT @red_loeb: Who will win the match? 🤔\n\n@BLMedieval BL Arundel 66, f. 33v https://t.co/5vt5VOVnDw
## 6235                                                                  Can U all Vote for this For MileApo 💛💚❤️\nThe Gap is very small now \n\nPOLL: The Best And Most Popular Thai BL Couple… https://t.co/FfEPU9NLUV
## 6236                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 6237                                                                           Hayyy I should stop reading bl manhwa &amp; start reading my psychology textbooks instead. I'M NOT MAKING ANY PROGRESS WITH MY REVIEW
## 6238                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 6239                                                                    RT @nipaponngam1: #BuildJakapan @Buildbuilddd \n#ฟองอากาศของไบเบิ้ลบิว \n\nPOLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t…
## 6240                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 6241                                                                           RT @420NewsandRevi1: Packwoods LA Episode III, 2 gram Ice Cream Kush, infused and sugared  Bl... https://t.co/4G5rJtS0c6 via @YouTube
## 6242                                                                    I just heard some news that there is some entertainment company considering to organise concert for who I love, May… https://t.co/gXcdnF9WQM
## 6243                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 6244                                                                                                                                     @ThatBihNaee Dare I say that was not only h0m0p0b!c but also @n+!bl@c|&lt;?
## 6245                                                                    @illustrata_ai @joynxyz @amli_art @bl_artcult "This Can't Be Happening" is part of my collection about childhood tr… https://t.co/I6JNhvrCUx
## 6246                                                                    @AjaWriter Yesss exactly. Let me be a gross gremlin in peace with my love of explicit bl. Although sometimes I find… https://t.co/IJcW9H5Xam
## 6247                                                                                                                                                     @incorrect_kp They don't rhyme well https://t.co/EimZG10OCD
## 6248                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 6249                                                                                                Delta Faucet T2758-BL Trinsic Tub Faucet, Matte Black 3LLWH93\n\nhttps://t.co/tYXJtIKotT https://t.co/4KZsvTjQbV
##      favorited favoriteCount       replyToSN             created truncated
## 1        FALSE             0            <NA> 2022-11-29 23:59:55     FALSE
## 2        FALSE             0            <NA> 2022-11-29 23:59:40     FALSE
## 3        FALSE             1          UNESCO 2022-11-29 23:59:35     FALSE
## 4        FALSE             0            <NA> 2022-11-29 23:59:34     FALSE
## 5        FALSE             0            <NA> 2022-11-29 23:59:31     FALSE
## 6        FALSE             0    vampirizarte 2022-11-29 23:59:27     FALSE
## 7        FALSE             2  BitterBakeneko 2022-11-29 23:59:21     FALSE
## 8        FALSE             0            <NA> 2022-11-29 23:59:02     FALSE
## 9        FALSE             0            <NA> 2022-11-29 23:58:59     FALSE
## 10       FALSE             0            <NA> 2022-11-29 23:58:59     FALSE
## 11       FALSE             0            <NA> 2022-11-29 23:58:57     FALSE
## 12       FALSE             1          bl_yj3 2022-11-29 23:58:53     FALSE
## 13       FALSE             0            <NA> 2022-11-29 23:58:27     FALSE
## 14       FALSE             0            <NA> 2022-11-29 23:58:14     FALSE
## 15       FALSE            10            <NA> 2022-11-29 23:58:13     FALSE
## 16       FALSE             0            <NA> 2022-11-29 23:58:01     FALSE
## 17       FALSE             0       kjinebula 2022-11-29 23:57:49     FALSE
## 18       FALSE             1      Krashface1 2022-11-29 23:57:47      TRUE
## 19       FALSE             0            <NA> 2022-11-29 23:57:45     FALSE
## 20       FALSE             2            <NA> 2022-11-29 23:57:42     FALSE
## 21       FALSE             0            <NA> 2022-11-29 23:57:34     FALSE
## 22       FALSE             0            <NA> 2022-11-29 23:57:29     FALSE
## 23       FALSE             0            <NA> 2022-11-29 23:57:26     FALSE
## 24       FALSE             0            <NA> 2022-11-29 23:57:05     FALSE
## 25       FALSE             0            <NA> 2022-11-29 23:57:02     FALSE
## 26       FALSE             0            <NA> 2022-11-29 23:56:39     FALSE
## 27       FALSE             3       DaemonX99 2022-11-29 23:56:38      TRUE
## 28       FALSE             0            <NA> 2022-11-29 23:56:37     FALSE
## 29       FALSE             0            <NA> 2022-11-29 23:56:11     FALSE
## 30       FALSE             0            <NA> 2022-11-29 23:56:02     FALSE
## 31       FALSE             0            <NA> 2022-11-29 23:55:53     FALSE
## 32       FALSE             7            <NA> 2022-11-29 23:55:48      TRUE
## 33       FALSE             0     jackdoranjr 2022-11-29 23:55:19      TRUE
## 34       FALSE             0            <NA> 2022-11-29 23:55:18     FALSE
## 35       FALSE           153            <NA> 2022-11-29 23:54:52     FALSE
## 36       FALSE             0            <NA> 2022-11-29 23:54:37     FALSE
## 37       FALSE             0            <NA> 2022-11-29 23:54:04      TRUE
## 38       FALSE             0            <NA> 2022-11-29 23:53:54     FALSE
## 39       FALSE             0 Thunderblunder7 2022-11-29 23:53:48     FALSE
## 40       FALSE             4            <NA> 2022-11-29 23:53:44     FALSE
## 41       FALSE             0            <NA> 2022-11-29 23:53:21     FALSE
## 42       FALSE             0            <NA> 2022-11-29 23:53:13     FALSE
## 43       FALSE             0            <NA> 2022-11-29 23:53:01     FALSE
## 44       FALSE             0            <NA> 2022-11-29 23:52:57     FALSE
## 45       FALSE            12            <NA> 2022-11-29 23:52:57      TRUE
## 46       FALSE             0            <NA> 2022-11-29 23:52:43     FALSE
## 47       FALSE             0            <NA> 2022-11-29 23:52:40     FALSE
## 48       FALSE             0            <NA> 2022-11-29 23:52:38     FALSE
## 49       FALSE             0            <NA> 2022-11-29 23:52:35     FALSE
## 50       FALSE             0            <NA> 2022-11-29 23:52:17     FALSE
## 51       FALSE             0         Rayxur6 2022-11-29 23:52:01      TRUE
## 52       FALSE             0            <NA> 2022-11-29 23:51:52     FALSE
## 53       FALSE             0            <NA> 2022-11-29 23:51:37     FALSE
## 54       FALSE             0       Syzyg3tic 2022-11-29 23:51:34     FALSE
## 55       FALSE             0            <NA> 2022-11-29 23:51:30     FALSE
## 56       FALSE             0            <NA> 2022-11-29 23:51:24     FALSE
## 57       FALSE             0            <NA> 2022-11-29 23:51:11     FALSE
## 58       FALSE             0            <NA> 2022-11-29 23:51:05     FALSE
## 59       FALSE             0            <NA> 2022-11-29 23:50:52     FALSE
## 60       FALSE             2            <NA> 2022-11-29 23:50:51     FALSE
## 61       FALSE             0            <NA> 2022-11-29 23:50:47     FALSE
## 62       FALSE             0  BL_Nahuel_CARP 2022-11-29 23:50:27     FALSE
## 63       FALSE             0 DestinyNostalgi 2022-11-29 23:50:19      TRUE
## 64       FALSE             0            <NA> 2022-11-29 23:50:15     FALSE
## 65       FALSE             1    SherminatorF 2022-11-29 23:50:00     FALSE
## 66       FALSE             0            <NA> 2022-11-29 23:49:59     FALSE
## 67       FALSE             1            <NA> 2022-11-29 23:49:53     FALSE
## 68       FALSE             1 CrowdsourcedPol 2022-11-29 23:49:31     FALSE
## 69       FALSE             0            <NA> 2022-11-29 23:49:26     FALSE
## 70       FALSE             0       PolcaBaby 2022-11-29 23:49:22     FALSE
## 71       FALSE             0            <NA> 2022-11-29 23:49:21     FALSE
## 72       FALSE             0            <NA> 2022-11-29 23:49:15     FALSE
## 73       FALSE             0            <NA> 2022-11-29 23:49:14     FALSE
## 74       FALSE             1            <NA> 2022-11-29 23:49:13     FALSE
## 75       FALSE             0            <NA> 2022-11-29 23:48:49     FALSE
## 76       FALSE             0            <NA> 2022-11-29 23:48:43     FALSE
## 77       FALSE             0            <NA> 2022-11-29 23:48:38     FALSE
## 78       FALSE             0            <NA> 2022-11-29 23:48:25     FALSE
## 79       FALSE             0            <NA> 2022-11-29 23:48:24     FALSE
## 80       FALSE             0            <NA> 2022-11-29 23:48:06     FALSE
## 81       FALSE             5            <NA> 2022-11-29 23:48:00      TRUE
## 82       FALSE             0            <NA> 2022-11-29 23:47:57     FALSE
## 83       FALSE             0            <NA> 2022-11-29 23:47:38      TRUE
## 84       FALSE             0            <NA> 2022-11-29 23:47:32     FALSE
## 85       FALSE             0            <NA> 2022-11-29 23:47:31     FALSE
## 86       FALSE             0            <NA> 2022-11-29 23:47:30     FALSE
## 87       FALSE             0     fan_booking 2022-11-29 23:47:23      TRUE
## 88       FALSE             0            <NA> 2022-11-29 23:47:17     FALSE
## 89       FALSE             0            <NA> 2022-11-29 23:47:03     FALSE
## 90       FALSE             0            <NA> 2022-11-29 23:46:50     FALSE
## 91       FALSE             0        yvethral 2022-11-29 23:46:45     FALSE
## 92       FALSE             0            <NA> 2022-11-29 23:46:45     FALSE
## 93       FALSE             1   illustrata_ai 2022-11-29 23:46:34      TRUE
## 94       FALSE             0            <NA> 2022-11-29 23:46:30      TRUE
## 95       FALSE             5            <NA> 2022-11-29 23:46:20      TRUE
## 96       FALSE             0            <NA> 2022-11-29 23:46:20     FALSE
## 97       FALSE             0            <NA> 2022-11-29 23:46:19     FALSE
## 98       FALSE             0            <NA> 2022-11-29 23:46:12     FALSE
## 99       FALSE             0            <NA> 2022-11-29 23:46:11     FALSE
## 100      FALSE             0            <NA> 2022-11-29 23:46:02     FALSE
## 101      FALSE             0            <NA> 2022-11-29 23:46:01     FALSE
## 102      FALSE             0            <NA> 2022-11-29 23:45:59     FALSE
## 103      FALSE             0            <NA> 2022-11-29 23:45:50     FALSE
## 104      FALSE            22            <NA> 2022-11-29 23:45:23     FALSE
## 105      FALSE             0            <NA> 2022-11-29 23:45:22     FALSE
## 106      FALSE             0            <NA> 2022-11-29 23:44:50     FALSE
## 107      FALSE             0            <NA> 2022-11-29 23:44:48     FALSE
## 108      FALSE             0            <NA> 2022-11-29 23:44:36     FALSE
## 109      FALSE             0            <NA> 2022-11-29 23:44:30      TRUE
## 110      FALSE             0            <NA> 2022-11-29 23:44:23     FALSE
## 111      FALSE             0            <NA> 2022-11-29 23:44:12     FALSE
## 112      FALSE             0            <NA> 2022-11-29 23:44:06     FALSE
## 113      FALSE             0            <NA> 2022-11-29 23:43:53     FALSE
## 114      FALSE             0            <NA> 2022-11-29 23:43:40     FALSE
## 115      FALSE             0            <NA> 2022-11-29 23:43:39     FALSE
## 116      FALSE             0            <NA> 2022-11-29 23:43:31     FALSE
## 117      FALSE             0            <NA> 2022-11-29 23:43:22     FALSE
## 118      FALSE             0            <NA> 2022-11-29 23:43:21     FALSE
## 119      FALSE             0            <NA> 2022-11-29 23:43:20     FALSE
## 120      FALSE             0            <NA> 2022-11-29 23:43:06     FALSE
## 121      FALSE             0            <NA> 2022-11-29 23:42:57     FALSE
## 122      FALSE             0            <NA> 2022-11-29 23:42:45     FALSE
## 123      FALSE             0            <NA> 2022-11-29 23:42:10     FALSE
## 124      FALSE             0            <NA> 2022-11-29 23:42:09      TRUE
## 125      FALSE             0            <NA> 2022-11-29 23:42:07     FALSE
## 126      FALSE             0            <NA> 2022-11-29 23:42:03     FALSE
## 127      FALSE             2     Axelrules21 2022-11-29 23:42:03      TRUE
## 128      FALSE             0      grrragustd 2022-11-29 23:41:36     FALSE
## 129      FALSE             0            <NA> 2022-11-29 23:41:31     FALSE
## 130      FALSE             0            <NA> 2022-11-29 23:40:58     FALSE
## 131      FALSE             0            <NA> 2022-11-29 23:40:53     FALSE
## 132      FALSE             0            <NA> 2022-11-29 23:40:47      TRUE
## 133      FALSE             0            <NA> 2022-11-29 23:40:41      TRUE
## 134      FALSE             0            <NA> 2022-11-29 23:40:33     FALSE
## 135      FALSE             0            <NA> 2022-11-29 23:40:31     FALSE
## 136      FALSE             0   Bl_ackDelight 2022-11-29 23:40:25     FALSE
## 137      FALSE             0            <NA> 2022-11-29 23:40:20     FALSE
## 138      FALSE             0            <NA> 2022-11-29 23:40:04     FALSE
## 139      FALSE             1            <NA> 2022-11-29 23:40:02     FALSE
## 140      FALSE             0            <NA> 2022-11-29 23:40:01     FALSE
## 141      FALSE             0            <NA> 2022-11-29 23:39:57     FALSE
## 142      FALSE             0            <NA> 2022-11-29 23:39:52     FALSE
## 143      FALSE             0            <NA> 2022-11-29 23:39:35     FALSE
## 144      FALSE             0            <NA> 2022-11-29 23:39:27     FALSE
## 145      FALSE             0            <NA> 2022-11-29 23:39:25     FALSE
## 146      FALSE             0            <NA> 2022-11-29 23:39:17     FALSE
## 147      FALSE             0            <NA> 2022-11-29 23:39:17     FALSE
## 148      FALSE             0            <NA> 2022-11-29 23:39:08     FALSE
## 149      FALSE             0            <NA> 2022-11-29 23:38:59     FALSE
## 150      FALSE             0            <NA> 2022-11-29 23:38:42     FALSE
## 151      FALSE             0            <NA> 2022-11-29 23:38:40     FALSE
## 152      FALSE            72            <NA> 2022-11-29 23:38:20     FALSE
## 153      FALSE             1        jhonpl55 2022-11-29 23:38:14     FALSE
## 154      FALSE             0            <NA> 2022-11-29 23:37:52     FALSE
## 155      FALSE             0            <NA> 2022-11-29 23:37:51     FALSE
## 156      FALSE             0            <NA> 2022-11-29 23:37:47     FALSE
## 157      FALSE             1       haikyutwo 2022-11-29 23:37:46     FALSE
## 158      FALSE             1            <NA> 2022-11-29 23:37:29     FALSE
## 159      FALSE             0            <NA> 2022-11-29 23:37:16     FALSE
## 160      FALSE             0            <NA> 2022-11-29 23:36:23     FALSE
## 161      FALSE             0            <NA> 2022-11-29 23:36:22     FALSE
## 162      FALSE             0            <NA> 2022-11-29 23:36:14     FALSE
## 163      FALSE             0            <NA> 2022-11-29 23:36:04      TRUE
## 164      FALSE             0            <NA> 2022-11-29 23:35:46     FALSE
## 165      FALSE             0            <NA> 2022-11-29 23:34:45     FALSE
## 166      FALSE             0            <NA> 2022-11-29 23:34:35     FALSE
## 167      FALSE             0            <NA> 2022-11-29 23:34:29     FALSE
## 168      FALSE             0            <NA> 2022-11-29 23:34:15     FALSE
## 169      FALSE             0            <NA> 2022-11-29 23:34:02     FALSE
## 170      FALSE             0            <NA> 2022-11-29 23:33:39     FALSE
## 171      FALSE             0            <NA> 2022-11-29 23:33:26     FALSE
## 172      FALSE             0        0_Harryy 2022-11-29 23:33:22     FALSE
## 173      FALSE             0            <NA> 2022-11-29 23:33:20      TRUE
## 174      FALSE             0            <NA> 2022-11-29 23:33:16     FALSE
## 175      FALSE             0            <NA> 2022-11-29 23:33:16     FALSE
## 176      FALSE             0            <NA> 2022-11-29 23:33:07      TRUE
## 177      FALSE             0            <NA> 2022-11-29 23:33:07     FALSE
## 178      FALSE             2        Ambi_eth 2022-11-29 23:32:59     FALSE
## 179      FALSE             0            <NA> 2022-11-29 23:32:50     FALSE
## 180      FALSE             2        Ambi_eth 2022-11-29 23:32:25     FALSE
## 181      FALSE             1     daracraichi 2022-11-29 23:32:24     FALSE
## 182      FALSE             0            <NA> 2022-11-29 23:32:12     FALSE
## 183      FALSE             0            <NA> 2022-11-29 23:32:08     FALSE
## 184      FALSE             3            <NA> 2022-11-29 23:31:55     FALSE
## 185      FALSE            14            <NA> 2022-11-29 23:31:38      TRUE
## 186      FALSE             0            <NA> 2022-11-29 23:31:38     FALSE
## 187      FALSE             0            <NA> 2022-11-29 23:31:26     FALSE
## 188      FALSE             4      AriaWolfe9 2022-11-29 23:31:10     FALSE
## 189      FALSE             1          LiirBL 2022-11-29 23:30:58     FALSE
## 190      FALSE             0            <NA> 2022-11-29 23:30:51     FALSE
## 191      FALSE             0            <NA> 2022-11-29 23:30:29     FALSE
## 192      FALSE             0            <NA> 2022-11-29 23:30:24     FALSE
## 193      FALSE             0            <NA> 2022-11-29 23:30:16     FALSE
## 194      FALSE             0            <NA> 2022-11-29 23:30:09     FALSE
## 195      FALSE             0            <NA> 2022-11-29 23:30:07     FALSE
## 196      FALSE             0            <NA> 2022-11-29 23:30:02     FALSE
## 197      FALSE             0            <NA> 2022-11-29 23:29:43     FALSE
## 198      FALSE             0            <NA> 2022-11-29 23:29:35     FALSE
## 199      FALSE             0            <NA> 2022-11-29 23:29:25     FALSE
## 200      FALSE             0            <NA> 2022-11-29 23:29:24     FALSE
## 201      FALSE             0       thvquacks 2022-11-29 23:29:20     FALSE
## 202      FALSE             0            <NA> 2022-11-29 23:29:09     FALSE
## 203      FALSE             0            <NA> 2022-11-29 23:29:01     FALSE
## 204      FALSE             0            <NA> 2022-11-29 23:28:54     FALSE
## 205      FALSE             0            <NA> 2022-11-29 23:28:31     FALSE
## 206      FALSE             0            <NA> 2022-11-29 23:28:30     FALSE
## 207      FALSE             0            <NA> 2022-11-29 23:28:08     FALSE
## 208      FALSE             0            <NA> 2022-11-29 23:28:07     FALSE
## 209      FALSE             0            <NA> 2022-11-29 23:28:05     FALSE
## 210      FALSE             0            <NA> 2022-11-29 23:27:38     FALSE
## 211      FALSE             0            <NA> 2022-11-29 23:27:35     FALSE
## 212      FALSE             0            <NA> 2022-11-29 23:27:24     FALSE
## 213      FALSE             0     beatwitrkv7 2022-11-29 23:27:22     FALSE
## 214      FALSE             0            <NA> 2022-11-29 23:27:14     FALSE
## 215      FALSE             0    AlexMetalGuy 2022-11-29 23:27:10     FALSE
## 216      FALSE             0            <NA> 2022-11-29 23:26:53     FALSE
## 217      FALSE             0            <NA> 2022-11-29 23:26:46     FALSE
## 218      FALSE             0            <NA> 2022-11-29 23:26:33     FALSE
## 219      FALSE             0            <NA> 2022-11-29 23:26:28     FALSE
## 220      FALSE             0            <NA> 2022-11-29 23:26:20     FALSE
## 221      FALSE             0    BL_Balthaser 2022-11-29 23:26:07      TRUE
## 222      FALSE             0            <NA> 2022-11-29 23:26:02      TRUE
## 223      FALSE             0            <NA> 2022-11-29 23:25:46     FALSE
## 224      FALSE             0            <NA> 2022-11-29 23:25:41     FALSE
## 225      FALSE             0            <NA> 2022-11-29 23:25:37     FALSE
## 226      FALSE             0            <NA> 2022-11-29 23:25:36     FALSE
## 227      FALSE             0            <NA> 2022-11-29 23:25:36     FALSE
## 228      FALSE             3   illustrata_ai 2022-11-29 23:25:34      TRUE
## 229      FALSE             0            <NA> 2022-11-29 23:25:24     FALSE
## 230      FALSE             0            <NA> 2022-11-29 23:25:22     FALSE
## 231      FALSE             0            <NA> 2022-11-29 23:25:20     FALSE
## 232      FALSE            48            <NA> 2022-11-29 23:25:15     FALSE
## 233      FALSE             2            <NA> 2022-11-29 23:25:14      TRUE
## 234      FALSE             0     NinjaTheory 2022-11-29 23:25:14     FALSE
## 235      FALSE             0            <NA> 2022-11-29 23:25:08     FALSE
## 236      FALSE             0            <NA> 2022-11-29 23:24:56     FALSE
## 237      FALSE             0            <NA> 2022-11-29 23:24:46     FALSE
## 238      FALSE             5    LeaTheSequel 2022-11-29 23:24:40     FALSE
## 239      FALSE             0            <NA> 2022-11-29 23:24:26     FALSE
## 240      FALSE             0            <NA> 2022-11-29 23:24:17     FALSE
## 241      FALSE             0            <NA> 2022-11-29 23:24:17     FALSE
## 242      FALSE             0            <NA> 2022-11-29 23:24:07     FALSE
## 243      FALSE             0            <NA> 2022-11-29 23:23:52     FALSE
## 244      FALSE             0            <NA> 2022-11-29 23:23:29     FALSE
## 245      FALSE             0            <NA> 2022-11-29 23:23:23     FALSE
## 246      FALSE             0            <NA> 2022-11-29 23:23:22     FALSE
## 247      FALSE             0            <NA> 2022-11-29 23:23:14     FALSE
## 248      FALSE             0   Stststarv1ngg 2022-11-29 23:22:48     FALSE
## 249      FALSE             0            <NA> 2022-11-29 23:22:48     FALSE
## 250      FALSE             3            <NA> 2022-11-29 23:22:37     FALSE
## 251      FALSE             0            <NA> 2022-11-29 23:22:36     FALSE
## 252      FALSE             0            <NA> 2022-11-29 23:22:34     FALSE
## 253      FALSE             0   Billa96256431 2022-11-29 23:22:31     FALSE
## 254      FALSE             0            <NA> 2022-11-29 23:22:29      TRUE
## 255      FALSE             0            <NA> 2022-11-29 23:22:27     FALSE
## 256      FALSE             0            <NA> 2022-11-29 23:22:27     FALSE
## 257      FALSE             0        AiaAmare 2022-11-29 23:22:23     FALSE
## 258      FALSE             2 CrowdsourcedPol 2022-11-29 23:22:19     FALSE
## 259      FALSE            15            <NA> 2022-11-29 23:22:12     FALSE
## 260      FALSE             0            <NA> 2022-11-29 23:21:55     FALSE
## 261      FALSE             0            <NA> 2022-11-29 23:21:34     FALSE
## 262      FALSE             0            <NA> 2022-11-29 23:21:32     FALSE
## 263      FALSE             0            <NA> 2022-11-29 23:21:29     FALSE
## 264      FALSE             0            <NA> 2022-11-29 23:21:27     FALSE
## 265      FALSE             0            <NA> 2022-11-29 23:21:26     FALSE
## 266      FALSE             0            <NA> 2022-11-29 23:21:21     FALSE
## 267      FALSE             0            <NA> 2022-11-29 23:21:17     FALSE
## 268      FALSE             0       jaerenous 2022-11-29 23:21:13     FALSE
## 269      FALSE             0            <NA> 2022-11-29 23:21:02     FALSE
## 270      FALSE             0            <NA> 2022-11-29 23:20:51     FALSE
## 271      FALSE            95            <NA> 2022-11-29 23:20:42      TRUE
## 272      FALSE             0            <NA> 2022-11-29 23:20:33     FALSE
## 273      FALSE             0            <NA> 2022-11-29 23:20:24     FALSE
## 274      FALSE             0            <NA> 2022-11-29 23:20:20     FALSE
## 275      FALSE             1     porgavenger 2022-11-29 23:20:18      TRUE
## 276      FALSE             0    BL_Balthaser 2022-11-29 23:20:16     FALSE
## 277      FALSE             0            <NA> 2022-11-29 23:20:03      TRUE
## 278      FALSE             0            <NA> 2022-11-29 23:19:59     FALSE
## 279      FALSE             0            <NA> 2022-11-29 23:19:53     FALSE
## 280      FALSE             1         bertovo 2022-11-29 23:19:50      TRUE
## 281      FALSE             1    Namkookcrush 2022-11-29 23:19:45     FALSE
## 282      FALSE             0            <NA> 2022-11-29 23:19:41      TRUE
## 283      FALSE            10     Repentmofos 2022-11-29 23:19:40      TRUE
## 284      FALSE             0            <NA> 2022-11-29 23:19:38     FALSE
## 285      FALSE             0            <NA> 2022-11-29 23:19:34     FALSE
## 286      FALSE             0            <NA> 2022-11-29 23:19:17     FALSE
## 287      FALSE             0            <NA> 2022-11-29 23:19:07     FALSE
## 288      FALSE             0            <NA> 2022-11-29 23:18:40     FALSE
## 289      FALSE             0            <NA> 2022-11-29 23:18:34     FALSE
## 290      FALSE             0            <NA> 2022-11-29 23:18:07     FALSE
## 291      FALSE            24            <NA> 2022-11-29 23:18:04     FALSE
## 292      FALSE            36     jesusfalcis 2022-11-29 23:17:44     FALSE
## 293      FALSE             2      HailisCold 2022-11-29 23:17:42     FALSE
## 294      FALSE             0    iamvassalady 2022-11-29 23:17:40     FALSE
## 295      FALSE             0  SUMMERKN1GHTSS 2022-11-29 23:17:33      TRUE
## 296      FALSE             0            <NA> 2022-11-29 23:17:32     FALSE
## 297      FALSE             0            <NA> 2022-11-29 23:17:23     FALSE
## 298      FALSE             0            <NA> 2022-11-29 23:17:15     FALSE
## 299      FALSE            10            <NA> 2022-11-29 23:17:02      TRUE
## 300      FALSE             0            <NA> 2022-11-29 23:17:00     FALSE
## 301      FALSE             0            <NA> 2022-11-29 23:16:59     FALSE
## 302      FALSE            25            <NA> 2022-11-29 23:16:58     FALSE
## 303      FALSE             0    iamSETHISAAB 2022-11-29 23:16:22     FALSE
## 304      FALSE             0            <NA> 2022-11-29 23:16:01     FALSE
## 305      FALSE             0            <NA> 2022-11-29 23:15:55     FALSE
## 306      FALSE             4            <NA> 2022-11-29 23:15:51     FALSE
## 307      FALSE             0            <NA> 2022-11-29 23:15:44     FALSE
## 308      FALSE             0            <NA> 2022-11-29 23:15:41     FALSE
## 309      FALSE             0            <NA> 2022-11-29 23:15:37      TRUE
## 310      FALSE             2 GeneralNarwhale 2022-11-29 23:15:27      TRUE
## 311      FALSE             1       bl_ag_inc 2022-11-29 23:14:59     FALSE
## 312      FALSE             0            <NA> 2022-11-29 23:14:54     FALSE
## 313      FALSE             0            <NA> 2022-11-29 23:14:51     FALSE
## 314      FALSE             0            <NA> 2022-11-29 23:14:48      TRUE
## 315      FALSE             0            <NA> 2022-11-29 23:14:22     FALSE
## 316      FALSE             1   passionate_xx 2022-11-29 23:14:10      TRUE
## 317      FALSE            75            <NA> 2022-11-29 23:14:06      TRUE
## 318      FALSE             0            <NA> 2022-11-29 23:13:50     FALSE
## 319      FALSE             0            <NA> 2022-11-29 23:13:49     FALSE
## 320      FALSE             0            <NA> 2022-11-29 23:13:46     FALSE
## 321      FALSE             0            <NA> 2022-11-29 23:13:42     FALSE
## 322      FALSE             0            <NA> 2022-11-29 23:13:25     FALSE
## 323      FALSE             0            <NA> 2022-11-29 23:13:20     FALSE
## 324      FALSE             0            <NA> 2022-11-29 23:13:14     FALSE
## 325      FALSE             0            <NA> 2022-11-29 23:13:09     FALSE
## 326      FALSE             1    Thauandocafe 2022-11-29 23:13:04     FALSE
## 327      FALSE             0            <NA> 2022-11-29 23:13:04     FALSE
## 328      FALSE             0            <NA> 2022-11-29 23:12:35     FALSE
## 329      FALSE             0            <NA> 2022-11-29 23:12:33     FALSE
## 330      FALSE             0            <NA> 2022-11-29 23:12:29     FALSE
## 331      FALSE             0            <NA> 2022-11-29 23:12:16     FALSE
## 332      FALSE             0      keisukeraw 2022-11-29 23:12:12     FALSE
## 333      FALSE             0            <NA> 2022-11-29 23:12:12     FALSE
## 334      FALSE             1      iCEofABUJA 2022-11-29 23:12:10     FALSE
## 335      FALSE             0    LoveryBingsu 2022-11-29 23:12:02      TRUE
## 336      FALSE             0            <NA> 2022-11-29 23:11:31     FALSE
## 337      FALSE             0            <NA> 2022-11-29 23:11:00     FALSE
## 338      FALSE             0            <NA> 2022-11-29 23:10:50      TRUE
## 339      FALSE             0     ananti_novi 2022-11-29 23:10:42      TRUE
## 340      FALSE            88            <NA> 2022-11-29 23:10:41      TRUE
## 341      FALSE             0            <NA> 2022-11-29 23:10:39     FALSE
## 342      FALSE             0            <NA> 2022-11-29 23:10:29     FALSE
## 343      FALSE             0            <NA> 2022-11-29 23:10:28     FALSE
## 344      FALSE             0    sonicdrivein 2022-11-29 23:10:14      TRUE
## 345      FALSE             0            <NA> 2022-11-29 23:09:49     FALSE
## 346      FALSE             0      BL_Scenery 2022-11-29 23:09:44     FALSE
## 347      FALSE             0            <NA> 2022-11-29 23:09:34     FALSE
## 348      FALSE             0            <NA> 2022-11-29 23:09:33     FALSE
## 349      FALSE             0            <NA> 2022-11-29 23:09:31     FALSE
## 350      FALSE             0            <NA> 2022-11-29 23:09:17     FALSE
## 351      FALSE             0            <NA> 2022-11-29 23:09:12     FALSE
## 352      FALSE             0            <NA> 2022-11-29 23:09:04     FALSE
## 353      FALSE             0            <NA> 2022-11-29 23:08:50     FALSE
## 354      FALSE             0            <NA> 2022-11-29 23:08:38     FALSE
## 355      FALSE             0            <NA> 2022-11-29 23:08:22     FALSE
## 356      FALSE             0            <NA> 2022-11-29 23:08:15      TRUE
## 357      FALSE             0      idol_lloyd 2022-11-29 23:07:59     FALSE
## 358      FALSE             6 WarmasterHolden 2022-11-29 23:07:59      TRUE
## 359      FALSE             0            <NA> 2022-11-29 23:07:37     FALSE
## 360      FALSE             0            <NA> 2022-11-29 23:07:35     FALSE
## 361      FALSE             0            <NA> 2022-11-29 23:07:21      TRUE
## 362      FALSE             6            <NA> 2022-11-29 23:07:01      TRUE
## 363      FALSE             5            <NA> 2022-11-29 23:06:45      TRUE
## 364      FALSE             0            <NA> 2022-11-29 23:06:35     FALSE
## 365      FALSE             0            <NA> 2022-11-29 23:06:04     FALSE
## 366      FALSE             0            <NA> 2022-11-29 23:06:03     FALSE
## 367      FALSE             0            <NA> 2022-11-29 23:06:01     FALSE
## 368      FALSE             0            <NA> 2022-11-29 23:05:47     FALSE
## 369      FALSE             3            <NA> 2022-11-29 23:05:45      TRUE
## 370      FALSE             0            <NA> 2022-11-29 23:05:33      TRUE
## 371      FALSE             0    LoveryBingsu 2022-11-29 23:05:26      TRUE
## 372      FALSE            57            <NA> 2022-11-29 23:04:53      TRUE
## 373      FALSE             4 JJBAscreenshots 2022-11-29 23:04:53     FALSE
## 374      FALSE             0            <NA> 2022-11-29 23:04:50     FALSE
## 375      FALSE             2       bl_ag_inc 2022-11-29 23:04:30      TRUE
## 376      FALSE             0            <NA> 2022-11-29 23:04:25     FALSE
## 377      FALSE             0            <NA> 2022-11-29 23:04:15     FALSE
## 378      FALSE             0            <NA> 2022-11-29 23:03:46     FALSE
## 379      FALSE             0            <NA> 2022-11-29 23:03:19     FALSE
## 380      FALSE             0     M4DDIESL4YS 2022-11-29 23:03:06     FALSE
## 381      FALSE             0            <NA> 2022-11-29 23:02:38     FALSE
## 382      FALSE             1   boysloveparty 2022-11-29 23:02:37      TRUE
## 383      FALSE             3   illustrata_ai 2022-11-29 23:02:32      TRUE
## 384      FALSE             0      bichranika 2022-11-29 23:02:31      TRUE
## 385      FALSE             0            <NA> 2022-11-29 23:02:20     FALSE
## 386      FALSE             0            <NA> 2022-11-29 23:02:18     FALSE
## 387      FALSE             0            <NA> 2022-11-29 23:02:16     FALSE
## 388      FALSE             0            <NA> 2022-11-29 23:02:14     FALSE
## 389      FALSE             7            <NA> 2022-11-29 23:01:45     FALSE
## 390      FALSE             4    darkestdollx 2022-11-29 23:01:34      TRUE
## 391      FALSE             0            <NA> 2022-11-29 23:01:32     FALSE
## 392      FALSE             1  annabelle_leng 2022-11-29 23:01:20     FALSE
## 393      FALSE            18            <NA> 2022-11-29 23:01:18      TRUE
## 394      FALSE             0            <NA> 2022-11-29 23:00:50     FALSE
## 395      FALSE             0            <NA> 2022-11-29 23:00:38     FALSE
## 396      FALSE             0            <NA> 2022-11-29 23:00:29     FALSE
## 397      FALSE             0            <NA> 2022-11-29 23:00:03     FALSE
## 398      FALSE             2            <NA> 2022-11-29 22:59:29      TRUE
## 399      FALSE             0            <NA> 2022-11-29 22:59:01      TRUE
## 400      FALSE             0        titittwu 2022-11-29 22:59:01     FALSE
## 401      FALSE             0            <NA> 2022-11-29 22:59:00     FALSE
## 402      FALSE             0 chanwnterflower 2022-11-29 22:58:44     FALSE
## 403      FALSE             0            <NA> 2022-11-29 22:58:36     FALSE
## 404      FALSE             0      jodanspace 2022-11-29 22:58:31     FALSE
## 405      FALSE             1            <NA> 2022-11-29 22:58:31      TRUE
## 406      FALSE             0            <NA> 2022-11-29 22:58:04      TRUE
## 407      FALSE             0            <NA> 2022-11-29 22:57:42     FALSE
## 408      FALSE             0            <NA> 2022-11-29 22:57:38     FALSE
## 409      FALSE             0            <NA> 2022-11-29 22:57:33     FALSE
## 410      FALSE             0            <NA> 2022-11-29 22:57:25     FALSE
## 411      FALSE             7            <NA> 2022-11-29 22:57:22     FALSE
## 412      FALSE             0            <NA> 2022-11-29 22:57:20     FALSE
## 413      FALSE             1   steveconaway1 2022-11-29 22:57:14     FALSE
## 414      FALSE             0            <NA> 2022-11-29 22:57:09      TRUE
## 415      FALSE            21 emprssofemerald 2022-11-29 22:57:05      TRUE
## 416      FALSE             0            <NA> 2022-11-29 22:57:04     FALSE
## 417      FALSE             0            <NA> 2022-11-29 22:57:02     FALSE
## 418      FALSE             0            <NA> 2022-11-29 22:56:53     FALSE
## 419      FALSE             3            <NA> 2022-11-29 22:56:51     FALSE
## 420      FALSE            10            <NA> 2022-11-29 22:56:48     FALSE
## 421      FALSE             0            <NA> 2022-11-29 22:56:45     FALSE
## 422      FALSE             7      Bunbearvk1 2022-11-29 22:56:37     FALSE
## 423      FALSE             1            <NA> 2022-11-29 22:56:33     FALSE
## 424      FALSE             0            <NA> 2022-11-29 22:56:32     FALSE
## 425      FALSE             0            <NA> 2022-11-29 22:56:25      TRUE
## 426      FALSE             0            <NA> 2022-11-29 22:56:17     FALSE
## 427      FALSE             0            <NA> 2022-11-29 22:56:15     FALSE
## 428      FALSE             1    LINK_artwork 2022-11-29 22:56:14      TRUE
## 429      FALSE             0            <NA> 2022-11-29 22:56:06     FALSE
## 430      FALSE             0            <NA> 2022-11-29 22:55:55     FALSE
## 431      FALSE             0            <NA> 2022-11-29 22:55:13     FALSE
## 432      FALSE             0            <NA> 2022-11-29 22:55:12     FALSE
## 433      FALSE             0            <NA> 2022-11-29 22:55:02     FALSE
## 434      FALSE             0            <NA> 2022-11-29 22:54:58      TRUE
## 435      FALSE            16            <NA> 2022-11-29 22:54:47      TRUE
## 436      FALSE             0            <NA> 2022-11-29 22:54:34     FALSE
## 437      FALSE            55            <NA> 2022-11-29 22:54:23      TRUE
## 438      FALSE             7  Delaney_Vander 2022-11-29 22:54:03      TRUE
## 439      FALSE             0   shoujoscholar 2022-11-29 22:53:38      TRUE
## 440      FALSE             0            <NA> 2022-11-29 22:53:15     FALSE
## 441      FALSE             0            <NA> 2022-11-29 22:52:42     FALSE
## 442      FALSE             0            <NA> 2022-11-29 22:52:31     FALSE
## 443      FALSE             0            <NA> 2022-11-29 22:52:28     FALSE
## 444      FALSE            84            <NA> 2022-11-29 22:52:27     FALSE
## 445      FALSE             0            <NA> 2022-11-29 22:52:22     FALSE
## 446      FALSE            10            <NA> 2022-11-29 22:52:04      TRUE
## 447      FALSE             0            <NA> 2022-11-29 22:52:00     FALSE
## 448      FALSE             0            <NA> 2022-11-29 22:51:54     FALSE
## 449      FALSE             0            <NA> 2022-11-29 22:51:53     FALSE
## 450      FALSE             0            <NA> 2022-11-29 22:51:51     FALSE
## 451      FALSE             0            <NA> 2022-11-29 22:51:40     FALSE
## 452      FALSE             0            <NA> 2022-11-29 22:51:21     FALSE
## 453      FALSE             0            <NA> 2022-11-29 22:51:19     FALSE
## 454      FALSE             0            <NA> 2022-11-29 22:50:45      TRUE
## 455      FALSE             3 tinyfantasminha 2022-11-29 22:50:22      TRUE
## 456      FALSE             0            <NA> 2022-11-29 22:50:18     FALSE
## 457      FALSE             0            <NA> 2022-11-29 22:49:55     FALSE
## 458      FALSE             6       bl_ag_inc 2022-11-29 22:49:34      TRUE
## 459      FALSE             0            <NA> 2022-11-29 22:49:22      TRUE
## 460      FALSE             0            <NA> 2022-11-29 22:48:52     FALSE
## 461      FALSE             1 DragondreamzPub 2022-11-29 22:48:08      TRUE
## 462      FALSE             0            <NA> 2022-11-29 22:47:45     FALSE
## 463      FALSE             1            <NA> 2022-11-29 22:47:10     FALSE
## 464      FALSE             1     moose_is_BL 2022-11-29 22:46:55     FALSE
## 465      FALSE             0            <NA> 2022-11-29 22:46:53     FALSE
## 466      FALSE             0            <NA> 2022-11-29 22:46:51     FALSE
## 467      FALSE             0            <NA> 2022-11-29 22:46:43     FALSE
## 468      FALSE             2            <NA> 2022-11-29 22:46:40      TRUE
## 469      FALSE             0            <NA> 2022-11-29 22:46:17     FALSE
## 470      FALSE             0            <NA> 2022-11-29 22:46:03     FALSE
## 471      FALSE             0            <NA> 2022-11-29 22:45:53     FALSE
## 472      FALSE             5            <NA> 2022-11-29 22:45:28      TRUE
## 473      FALSE             0            <NA> 2022-11-29 22:45:22     FALSE
## 474      FALSE             0            <NA> 2022-11-29 22:45:07      TRUE
## 475      FALSE             0            <NA> 2022-11-29 22:44:56      TRUE
## 476      FALSE             0            <NA> 2022-11-29 22:44:46     FALSE
## 477      FALSE             0        TGDarien 2022-11-29 22:44:40     FALSE
## 478      FALSE             0            <NA> 2022-11-29 22:43:43      TRUE
## 479      FALSE             0            <NA> 2022-11-29 22:43:09      TRUE
## 480      FALSE             0            <NA> 2022-11-29 22:42:57     FALSE
## 481      FALSE             2     vanilla__ai 2022-11-29 22:42:54      TRUE
## 482      FALSE             0            <NA> 2022-11-29 22:42:49     FALSE
## 483      FALSE             3            <NA> 2022-11-29 22:42:48      TRUE
## 484      FALSE             0            <NA> 2022-11-29 22:42:40     FALSE
## 485      FALSE             0            <NA> 2022-11-29 22:42:23     FALSE
## 486      FALSE             0            <NA> 2022-11-29 22:42:20     FALSE
## 487      FALSE             0  BoundingComics 2022-11-29 22:42:17     FALSE
## 488      FALSE             1            <NA> 2022-11-29 22:42:11      TRUE
## 489      FALSE             6          GroomB 2022-11-29 22:42:11     FALSE
## 490      FALSE             0            <NA> 2022-11-29 22:41:59     FALSE
## 491      FALSE             0     1dorameiro_ 2022-11-29 22:41:53     FALSE
## 492      FALSE             0            <NA> 2022-11-29 22:41:46     FALSE
## 493      FALSE             1            <NA> 2022-11-29 22:41:29     FALSE
## 494      FALSE             0            <NA> 2022-11-29 22:40:51     FALSE
## 495      FALSE             0            <NA> 2022-11-29 22:40:20     FALSE
## 496      FALSE             0 BTS_twt_MlNSUGA 2022-11-29 22:40:15     FALSE
## 497      FALSE             2           wmata 2022-11-29 22:40:13     FALSE
## 498      FALSE             1            <NA> 2022-11-29 22:40:11      TRUE
## 499      FALSE             2 Eric_Brightwell 2022-11-29 22:40:05      TRUE
## 500      FALSE             5            <NA> 2022-11-29 22:39:58     FALSE
## 501      FALSE             0            <NA> 2022-11-29 22:39:39     FALSE
## 502      FALSE            91            <NA> 2022-11-29 22:39:29      TRUE
## 503      FALSE             0            <NA> 2022-11-29 22:39:26     FALSE
## 504      FALSE             2            <NA> 2022-11-29 22:39:02     FALSE
## 505      FALSE             0            <NA> 2022-11-29 22:38:53     FALSE
## 506      FALSE             7  apos_niiiiiiii 2022-11-29 22:38:31      TRUE
## 507      FALSE             0            <NA> 2022-11-29 22:38:24     FALSE
## 508      FALSE             1 hermit_wanderer 2022-11-29 22:38:20     FALSE
## 509      FALSE             2            <NA> 2022-11-29 22:38:20     FALSE
## 510      FALSE             0            <NA> 2022-11-29 22:38:12     FALSE
## 511      FALSE            31            <NA> 2022-11-29 22:38:03      TRUE
## 512      FALSE             0            <NA> 2022-11-29 22:37:40     FALSE
## 513      FALSE             0            <NA> 2022-11-29 22:37:31     FALSE
## 514      FALSE             1   teerakjafirst 2022-11-29 22:37:27     FALSE
## 515      FALSE             0            <NA> 2022-11-29 22:37:20     FALSE
## 516      FALSE             0            <NA> 2022-11-29 22:37:13     FALSE
## 517      FALSE             0            <NA> 2022-11-29 22:37:09     FALSE
## 518      FALSE             0            <NA> 2022-11-29 22:36:52     FALSE
## 519      FALSE             0            <NA> 2022-11-29 22:36:38     FALSE
## 520      FALSE             0            <NA> 2022-11-29 22:36:31     FALSE
## 521      FALSE             0            <NA> 2022-11-29 22:36:31     FALSE
## 522      FALSE             1   TheOnlyTacsir 2022-11-29 22:36:18      TRUE
## 523      FALSE             0            <NA> 2022-11-29 22:36:09     FALSE
## 524      FALSE             0            <NA> 2022-11-29 22:36:05     FALSE
## 525      FALSE             0            <NA> 2022-11-29 22:36:02      TRUE
## 526      FALSE             0            <NA> 2022-11-29 22:35:56     FALSE
## 527      FALSE             0            <NA> 2022-11-29 22:35:48     FALSE
## 528      FALSE             0            <NA> 2022-11-29 22:35:20     FALSE
## 529      FALSE             0            <NA> 2022-11-29 22:35:12     FALSE
## 530      FALSE             0            <NA> 2022-11-29 22:35:11     FALSE
## 531      FALSE             0            <NA> 2022-11-29 22:34:55     FALSE
## 532      FALSE             0            <NA> 2022-11-29 22:34:48     FALSE
## 533      FALSE             2            <NA> 2022-11-29 22:34:33     FALSE
## 534      FALSE             0      bl_artcult 2022-11-29 22:34:30     FALSE
## 535      FALSE             0       lethia_bl 2022-11-29 22:34:28     FALSE
## 536      FALSE           160            <NA> 2022-11-29 22:34:24      TRUE
## 537      FALSE             0            <NA> 2022-11-29 22:34:20     FALSE
## 538      FALSE             0            <NA> 2022-11-29 22:34:01     FALSE
## 539      FALSE             2    ginasfaketan 2022-11-29 22:34:01      TRUE
## 540      FALSE             0            <NA> 2022-11-29 22:33:25     FALSE
## 541      FALSE             0            <NA> 2022-11-29 22:32:44     FALSE
## 542      FALSE             0            <NA> 2022-11-29 22:32:29     FALSE
## 543      FALSE             3            <NA> 2022-11-29 22:32:17     FALSE
## 544      FALSE             6            <NA> 2022-11-29 22:32:12      TRUE
## 545      FALSE             0            <NA> 2022-11-29 22:32:07     FALSE
## 546      FALSE             0     awalkerinLA 2022-11-29 22:32:06      TRUE
## 547      FALSE             0         uribamn 2022-11-29 22:32:01      TRUE
## 548      FALSE             0            <NA> 2022-11-29 22:31:53     FALSE
## 549      FALSE             0            <NA> 2022-11-29 22:31:50     FALSE
## 550      FALSE             0            <NA> 2022-11-29 22:31:43     FALSE
## 551      FALSE             0            <NA> 2022-11-29 22:31:15     FALSE
## 552      FALSE            11            <NA> 2022-11-29 22:31:02      TRUE
## 553      FALSE             0       lethia_bl 2022-11-29 22:30:58     FALSE
## 554      FALSE             0            <NA> 2022-11-29 22:30:43     FALSE
## 555      FALSE             0            <NA> 2022-11-29 22:29:48     FALSE
## 556      FALSE             3            <NA> 2022-11-29 22:29:42      TRUE
## 557      FALSE             4            <NA> 2022-11-29 22:29:24     FALSE
## 558      FALSE             0            <NA> 2022-11-29 22:29:18     FALSE
## 559      FALSE             1     ArtEthiopic 2022-11-29 22:28:58      TRUE
## 560      FALSE             0            <NA> 2022-11-29 22:28:55      TRUE
## 561      FALSE             0            <NA> 2022-11-29 22:28:51     FALSE
## 562      FALSE             0         uribamn 2022-11-29 22:28:18      TRUE
## 563      FALSE             0     randomlyrj_ 2022-11-29 22:28:12     FALSE
## 564      FALSE             0            <NA> 2022-11-29 22:28:10     FALSE
## 565      FALSE             0            <NA> 2022-11-29 22:28:07     FALSE
## 566      FALSE             4            <NA> 2022-11-29 22:28:02     FALSE
## 567      FALSE             0            <NA> 2022-11-29 22:27:54     FALSE
## 568      FALSE             0            <NA> 2022-11-29 22:27:17     FALSE
## 569      FALSE             0            <NA> 2022-11-29 22:27:15     FALSE
## 570      FALSE             0            <NA> 2022-11-29 22:27:09     FALSE
## 571      FALSE             0         ttdemar 2022-11-29 22:27:03     FALSE
## 572      FALSE             2      ronantyche 2022-11-29 22:27:01      TRUE
## 573      FALSE             0            <NA> 2022-11-29 22:27:00     FALSE
## 574      FALSE             4            <NA> 2022-11-29 22:26:55      TRUE
## 575      FALSE             0            <NA> 2022-11-29 22:26:47     FALSE
## 576      FALSE             0            <NA> 2022-11-29 22:26:34     FALSE
## 577      FALSE             0            <NA> 2022-11-29 22:26:21     FALSE
## 578      FALSE             0            <NA> 2022-11-29 22:26:17     FALSE
## 579      FALSE             0            <NA> 2022-11-29 22:26:10     FALSE
## 580      FALSE             0            <NA> 2022-11-29 22:26:08     FALSE
## 581      FALSE             0            <NA> 2022-11-29 22:26:03     FALSE
## 582      FALSE             0            <NA> 2022-11-29 22:25:32      TRUE
## 583      FALSE             0            <NA> 2022-11-29 22:25:13     FALSE
## 584      FALSE             0            <NA> 2022-11-29 22:24:57     FALSE
## 585      FALSE             0            <NA> 2022-11-29 22:24:44     FALSE
## 586      FALSE             0            <NA> 2022-11-29 22:24:28     FALSE
## 587      FALSE             0            <NA> 2022-11-29 22:24:16     FALSE
## 588      FALSE             0            <NA> 2022-11-29 22:23:57     FALSE
## 589      FALSE             0            <NA> 2022-11-29 22:23:53     FALSE
## 590      FALSE             0            <NA> 2022-11-29 22:23:44     FALSE
## 591      FALSE             0            <NA> 2022-11-29 22:23:41     FALSE
## 592      FALSE             0            <NA> 2022-11-29 22:23:33     FALSE
## 593      FALSE             0       cr1baby21 2022-11-29 22:23:29      TRUE
## 594      FALSE             0            <NA> 2022-11-29 22:23:22      TRUE
## 595      FALSE             0            <NA> 2022-11-29 22:22:49     FALSE
## 596      FALSE             0            <NA> 2022-11-29 22:22:35     FALSE
## 597      FALSE             0            <NA> 2022-11-29 22:22:02     FALSE
## 598      FALSE             0            <NA> 2022-11-29 22:22:00     FALSE
## 599      FALSE             0            <NA> 2022-11-29 22:21:49     FALSE
## 600      FALSE             0            <NA> 2022-11-29 22:21:28     FALSE
## 601      FALSE             0     goodman_mal 2022-11-29 22:21:20      TRUE
## 602      FALSE             0            <NA> 2022-11-29 22:21:19     FALSE
## 603      FALSE             0      marsMEWlow 2022-11-29 22:21:10     FALSE
## 604      FALSE             0            <NA> 2022-11-29 22:21:06     FALSE
## 605      FALSE             0            <NA> 2022-11-29 22:20:19     FALSE
## 606      FALSE             0            <NA> 2022-11-29 22:20:12     FALSE
## 607      FALSE             0 JennyPineapple2 2022-11-29 22:19:59      TRUE
## 608      FALSE             0            <NA> 2022-11-29 22:19:26      TRUE
## 609      FALSE             0            <NA> 2022-11-29 22:19:14     FALSE
## 610      FALSE             0            <NA> 2022-11-29 22:18:53     FALSE
## 611      FALSE             0  ADramticsCutie 2022-11-29 22:18:47      TRUE
## 612      FALSE             0            <NA> 2022-11-29 22:18:33     FALSE
## 613      FALSE             0            <NA> 2022-11-29 22:17:34     FALSE
## 614      FALSE             0            <NA> 2022-11-29 22:17:30     FALSE
## 615      FALSE             0            <NA> 2022-11-29 22:17:19     FALSE
## 616      FALSE            14    creepthereum 2022-11-29 22:16:47      TRUE
## 617      FALSE             0            <NA> 2022-11-29 22:16:09     FALSE
## 618      FALSE             0            <NA> 2022-11-29 22:16:08     FALSE
## 619      FALSE             0      Kamenootwt 2022-11-29 22:15:56      TRUE
## 620      FALSE             0            <NA> 2022-11-29 22:15:28     FALSE
## 621      FALSE             0            <NA> 2022-11-29 22:15:08     FALSE
## 622      FALSE             0            <NA> 2022-11-29 22:14:16     FALSE
## 623      FALSE             4    MyBLCalendar 2022-11-29 22:14:09      TRUE
## 624      FALSE             0       UDubTonyD 2022-11-29 22:14:07     FALSE
## 625      FALSE             4  ClaireSilver12 2022-11-29 22:13:50     FALSE
## 626      FALSE             0 CherylM50784435 2022-11-29 22:13:43      TRUE
## 627      FALSE             0            <NA> 2022-11-29 22:13:36     FALSE
## 628      FALSE             1      michixmame 2022-11-29 22:13:27     FALSE
## 629      FALSE             0            <NA> 2022-11-29 22:13:14     FALSE
## 630      FALSE             0            <NA> 2022-11-29 22:12:56      TRUE
## 631      FALSE             0            <NA> 2022-11-29 22:12:19     FALSE
## 632      FALSE             0            <NA> 2022-11-29 22:12:13     FALSE
## 633      FALSE             0            <NA> 2022-11-29 22:11:59     FALSE
## 634      FALSE             2            <NA> 2022-11-29 22:11:57     FALSE
## 635      FALSE             5            <NA> 2022-11-29 22:11:43      TRUE
## 636      FALSE            76            <NA> 2022-11-29 22:11:31      TRUE
## 637      FALSE             0            <NA> 2022-11-29 22:11:12     FALSE
## 638      FALSE             0            <NA> 2022-11-29 22:11:05     FALSE
## 639      FALSE             0            <NA> 2022-11-29 22:10:22     FALSE
## 640      FALSE             0            <NA> 2022-11-29 22:10:21     FALSE
## 641      FALSE             0            <NA> 2022-11-29 22:10:05     FALSE
## 642      FALSE             2     purinpilled 2022-11-29 22:09:51      TRUE
## 643      FALSE             0            <NA> 2022-11-29 22:09:49     FALSE
## 644      FALSE             4    darkestdollx 2022-11-29 22:09:44      TRUE
## 645      FALSE             1            <NA> 2022-11-29 22:09:35     FALSE
## 646      FALSE             0            <NA> 2022-11-29 22:09:34     FALSE
## 647      FALSE             0            <NA> 2022-11-29 22:09:33     FALSE
## 648      FALSE             0 MollyKHumphries 2022-11-29 22:09:15     FALSE
## 649      FALSE             0            <NA> 2022-11-29 22:09:15     FALSE
## 650      FALSE             0            <NA> 2022-11-29 22:09:01     FALSE
## 651      FALSE             0            <NA> 2022-11-29 22:08:50     FALSE
## 652      FALSE            32            <NA> 2022-11-29 22:08:43      TRUE
## 653      FALSE             0            <NA> 2022-11-29 22:08:27     FALSE
## 654      FALSE             0            <NA> 2022-11-29 22:08:04     FALSE
## 655      FALSE             0            <NA> 2022-11-29 22:08:02     FALSE
## 656      FALSE             1 Abdulah73649951 2022-11-29 22:07:46      TRUE
## 657      FALSE             0            <NA> 2022-11-29 22:07:44     FALSE
## 658      FALSE             0            <NA> 2022-11-29 22:07:14     FALSE
## 659      FALSE             0            <NA> 2022-11-29 22:06:32     FALSE
## 660      FALSE             0            <NA> 2022-11-29 22:06:26     FALSE
## 661      FALSE             0            <NA> 2022-11-29 22:06:25     FALSE
## 662      FALSE             0    rubyblue1137 2022-11-29 22:06:16      TRUE
## 663      FALSE             0      HauckTarin 2022-11-29 22:06:12      TRUE
## 664      FALSE             0          hils_k 2022-11-29 22:06:08     FALSE
## 665      FALSE             0            <NA> 2022-11-29 22:05:59     FALSE
## 666      FALSE             1            <NA> 2022-11-29 22:04:39     FALSE
## 667      FALSE             0            <NA> 2022-11-29 22:04:27     FALSE
## 668      FALSE             0            <NA> 2022-11-29 22:03:56     FALSE
## 669      FALSE             0            <NA> 2022-11-29 22:03:47     FALSE
## 670      FALSE             0   shoujoscholar 2022-11-29 22:03:40      TRUE
## 671      FALSE             0            <NA> 2022-11-29 22:03:38     FALSE
## 672      FALSE             0            <NA> 2022-11-29 22:03:29     FALSE
## 673      FALSE             8            <NA> 2022-11-29 22:03:26      TRUE
## 674      FALSE             0            <NA> 2022-11-29 22:03:15     FALSE
## 675      FALSE             3            <NA> 2022-11-29 22:03:01      TRUE
## 676      FALSE             0            <NA> 2022-11-29 22:02:57     FALSE
## 677      FALSE             0            <NA> 2022-11-29 22:02:55     FALSE
## 678      FALSE             1      _chcow1nt_ 2022-11-29 22:02:52      TRUE
## 679      FALSE             0            <NA> 2022-11-29 22:02:46     FALSE
## 680      FALSE             0            <NA> 2022-11-29 22:02:43     FALSE
## 681      FALSE             0            <NA> 2022-11-29 22:02:34     FALSE
## 682      FALSE             0            <NA> 2022-11-29 22:02:19     FALSE
## 683      FALSE             0   boysloveparty 2022-11-29 22:01:31      TRUE
## 684      FALSE             0            <NA> 2022-11-29 22:01:24     FALSE
## 685      FALSE             0            <NA> 2022-11-29 22:01:07     FALSE
## 686      FALSE             0            <NA> 2022-11-29 22:00:41     FALSE
## 687      FALSE             0            <NA> 2022-11-29 22:00:39     FALSE
## 688      FALSE             0            <NA> 2022-11-29 22:00:10     FALSE
## 689      FALSE            14            <NA> 2022-11-29 22:00:02      TRUE
## 690      FALSE             0            <NA> 2022-11-29 21:59:52     FALSE
## 691      FALSE             0            <NA> 2022-11-29 21:59:34     FALSE
## 692      FALSE             3            <NA> 2022-11-29 21:58:46      TRUE
## 693      FALSE            20      BadBeanLLC 2022-11-29 21:58:37      TRUE
## 694      FALSE             0            <NA> 2022-11-29 21:58:30     FALSE
## 695      FALSE             1    heelsiblings 2022-11-29 21:58:10     FALSE
## 696      FALSE             0            <NA> 2022-11-29 21:58:03      TRUE
## 697      FALSE             0            <NA> 2022-11-29 21:57:14     FALSE
## 698      FALSE             0            <NA> 2022-11-29 21:56:46     FALSE
## 699      FALSE             0            <NA> 2022-11-29 21:56:13     FALSE
## 700      FALSE             0            <NA> 2022-11-29 21:56:07     FALSE
## 701      FALSE             0            <NA> 2022-11-29 21:56:05     FALSE
## 702      FALSE             0            <NA> 2022-11-29 21:56:05     FALSE
## 703      FALSE             0            <NA> 2022-11-29 21:55:25     FALSE
## 704      FALSE             0            <NA> 2022-11-29 21:55:22     FALSE
## 705      FALSE             1  transmascswag_ 2022-11-29 21:55:03      TRUE
## 706      FALSE             0            <NA> 2022-11-29 21:54:50     FALSE
## 707      FALSE             0            <NA> 2022-11-29 21:54:49     FALSE
## 708      FALSE             0            <NA> 2022-11-29 21:54:35     FALSE
## 709      FALSE             0            <NA> 2022-11-29 21:54:26     FALSE
## 710      FALSE             0            <NA> 2022-11-29 21:53:51     FALSE
## 711      FALSE             0  random_someon3 2022-11-29 21:53:44      TRUE
## 712      FALSE             1   ToonMouthTyne 2022-11-29 21:53:43      TRUE
## 713      FALSE             0            <NA> 2022-11-29 21:53:30     FALSE
## 714      FALSE             0            <NA> 2022-11-29 21:53:22     FALSE
## 715      FALSE             0        aibarisu 2022-11-29 21:53:19     FALSE
## 716      FALSE            14      bl_artcult 2022-11-29 21:52:39      TRUE
## 717      FALSE            72            <NA> 2022-11-29 21:52:27      TRUE
## 718      FALSE             0            <NA> 2022-11-29 21:52:20     FALSE
## 719      FALSE             0            <NA> 2022-11-29 21:52:15     FALSE
## 720      FALSE             0            <NA> 2022-11-29 21:52:10     FALSE
## 721      FALSE             0           GMMTV 2022-11-29 21:51:10     FALSE
## 722      FALSE             0 GeneralNarwhale 2022-11-29 21:51:00      TRUE
## 723      FALSE             0            <NA> 2022-11-29 21:50:46     FALSE
## 724      FALSE             0            <NA> 2022-11-29 21:50:45     FALSE
## 725      FALSE             0            <NA> 2022-11-29 21:50:26     FALSE
## 726      FALSE             0   JohnThePapist 2022-11-29 21:50:22     FALSE
## 727      FALSE             0            <NA> 2022-11-29 21:50:13     FALSE
## 728      FALSE             0            <NA> 2022-11-29 21:50:08     FALSE
## 729      FALSE             0            <NA> 2022-11-29 21:49:47     FALSE
## 730      FALSE             0            <NA> 2022-11-29 21:49:45     FALSE
## 731      FALSE             0            <NA> 2022-11-29 21:49:33     FALSE
## 732      FALSE             1            <NA> 2022-11-29 21:49:27     FALSE
## 733      FALSE             0            <NA> 2022-11-29 21:49:21     FALSE
## 734      FALSE             0   11_boredlands 2022-11-29 21:49:16     FALSE
## 735      FALSE             0            <NA> 2022-11-29 21:48:54     FALSE
## 736      FALSE             0            <NA> 2022-11-29 21:48:39     FALSE
## 737      FALSE             0            <NA> 2022-11-29 21:48:33     FALSE
## 738      FALSE             0            <NA> 2022-11-29 21:48:10     FALSE
## 739      FALSE             0     troonytoons 2022-11-29 21:48:03     FALSE
## 740      FALSE             0            <NA> 2022-11-29 21:47:36     FALSE
## 741      FALSE             2            <NA> 2022-11-29 21:46:20     FALSE
## 742      FALSE             0            <NA> 2022-11-29 21:46:09     FALSE
## 743      FALSE             1 mylenechantress 2022-11-29 21:46:00      TRUE
## 744      FALSE             0            <NA> 2022-11-29 21:45:54     FALSE
## 745      FALSE             0            <NA> 2022-11-29 21:45:21     FALSE
## 746      FALSE             0            <NA> 2022-11-29 21:45:17     FALSE
## 747      FALSE             0            <NA> 2022-11-29 21:45:10     FALSE
## 748      FALSE             0       aevalion1 2022-11-29 21:45:06     FALSE
## 749      FALSE             0            <NA> 2022-11-29 21:45:05     FALSE
## 750      FALSE             0            <NA> 2022-11-29 21:45:01     FALSE
## 751      FALSE             1            <NA> 2022-11-29 21:44:57     FALSE
## 752      FALSE             0            <NA> 2022-11-29 21:44:51     FALSE
## 753      FALSE             0            <NA> 2022-11-29 21:44:31     FALSE
## 754      FALSE             0            <NA> 2022-11-29 21:44:29     FALSE
## 755      FALSE             0            <NA> 2022-11-29 21:44:24     FALSE
## 756      FALSE             0            <NA> 2022-11-29 21:44:04     FALSE
## 757      FALSE             2    yongbokrexic 2022-11-29 21:44:00     FALSE
## 758      FALSE             0        mylife8z 2022-11-29 21:43:35      TRUE
## 759      FALSE             0            <NA> 2022-11-29 21:43:30     FALSE
## 760      FALSE             2          SDYeet 2022-11-29 21:43:27     FALSE
## 761      FALSE             0            <NA> 2022-11-29 21:43:25     FALSE
## 762      FALSE             0            <NA> 2022-11-29 21:43:24      TRUE
## 763      FALSE             0            <NA> 2022-11-29 21:43:23     FALSE
## 764      FALSE             1       cynodegmi 2022-11-29 21:43:09     FALSE
## 765      FALSE             1     Fulgur_Ovid 2022-11-29 21:42:52     FALSE
## 766      FALSE             0            <NA> 2022-11-29 21:42:39     FALSE
## 767      FALSE             0     woojoonmoon 2022-11-29 21:42:28      TRUE
## 768      FALSE             0            <NA> 2022-11-29 21:42:05     FALSE
## 769      FALSE             1 KingOfNothing22 2022-11-29 21:42:00     FALSE
## 770      FALSE             0            <NA> 2022-11-29 21:41:56     FALSE
## 771      FALSE             0            <NA> 2022-11-29 21:41:44     FALSE
## 772      FALSE             0            <NA> 2022-11-29 21:41:37     FALSE
## 773      FALSE             3            <NA> 2022-11-29 21:41:12     FALSE
## 774      FALSE             0            <NA> 2022-11-29 21:40:58     FALSE
## 775      FALSE             0            <NA> 2022-11-29 21:40:58     FALSE
## 776      FALSE             0            <NA> 2022-11-29 21:40:50      TRUE
## 777      FALSE             0            <NA> 2022-11-29 21:40:46     FALSE
## 778      FALSE             0            <NA> 2022-11-29 21:40:37     FALSE
## 779      FALSE             0            <NA> 2022-11-29 21:40:36     FALSE
## 780      FALSE             0            <NA> 2022-11-29 21:40:31     FALSE
## 781      FALSE             7            <NA> 2022-11-29 21:40:31      TRUE
## 782      FALSE             1   shoujoscholar 2022-11-29 21:40:20      TRUE
## 783      FALSE             0            <NA> 2022-11-29 21:40:18     FALSE
## 784      FALSE             0            <NA> 2022-11-29 21:40:16     FALSE
## 785      FALSE             1    LMichelleJ87 2022-11-29 21:40:12      TRUE
## 786      FALSE             0            <NA> 2022-11-29 21:40:07     FALSE
## 787      FALSE             0            <NA> 2022-11-29 21:40:03      TRUE
## 788      FALSE             0            <NA> 2022-11-29 21:39:57     FALSE
## 789      FALSE             0            <NA> 2022-11-29 21:39:52      TRUE
## 790      FALSE             0             _bl 2022-11-29 21:39:26     FALSE
## 791      FALSE             0            <NA> 2022-11-29 21:38:52     FALSE
## 792      FALSE             0            <NA> 2022-11-29 21:38:24     FALSE
## 793      FALSE             1        rss_mayu 2022-11-29 21:37:55     FALSE
## 794      FALSE             1 mylenechantress 2022-11-29 21:37:25      TRUE
## 795      FALSE             0            <NA> 2022-11-29 21:37:06     FALSE
## 796      FALSE             0            <NA> 2022-11-29 21:36:38     FALSE
## 797      FALSE             0      sharluvbot 2022-11-29 21:36:26     FALSE
## 798      FALSE             1        oakieone 2022-11-29 21:36:15      TRUE
## 799      FALSE             0            <NA> 2022-11-29 21:35:21     FALSE
## 800      FALSE             1            <NA> 2022-11-29 21:35:03      TRUE
## 801      FALSE            24  IrlagainstFash 2022-11-29 21:34:41      TRUE
## 802      FALSE             0            <NA> 2022-11-29 21:34:37     FALSE
## 803      FALSE             0            <NA> 2022-11-29 21:34:32     FALSE
## 804      FALSE             0            <NA> 2022-11-29 21:34:28     FALSE
## 805      FALSE             0            <NA> 2022-11-29 21:34:20     FALSE
## 806      FALSE             0            <NA> 2022-11-29 21:34:16     FALSE
## 807      FALSE             0            <NA> 2022-11-29 21:33:50     FALSE
## 808      FALSE             1     tbaudinette 2022-11-29 21:33:49      TRUE
## 809      FALSE             0            <NA> 2022-11-29 21:33:18     FALSE
## 810      FALSE             0            <NA> 2022-11-29 21:33:05     FALSE
## 811      FALSE             0            <NA> 2022-11-29 21:32:54     FALSE
## 812      FALSE             0            <NA> 2022-11-29 21:32:53     FALSE
## 813      FALSE             0            <NA> 2022-11-29 21:32:49     FALSE
## 814      FALSE             3            <NA> 2022-11-29 21:32:30      TRUE
## 815      FALSE             4   illustrata_ai 2022-11-29 21:31:35      TRUE
## 816      FALSE             0            <NA> 2022-11-29 21:31:34     FALSE
## 817      FALSE             9            <NA> 2022-11-29 21:31:22      TRUE
## 818      FALSE             0            <NA> 2022-11-29 21:30:54     FALSE
## 819      FALSE             0            <NA> 2022-11-29 21:30:37     FALSE
## 820      FALSE             0            <NA> 2022-11-29 21:30:20     FALSE
## 821      FALSE             0            <NA> 2022-11-29 21:30:08     FALSE
## 822      FALSE             1            <NA> 2022-11-29 21:29:58     FALSE
## 823      FALSE             2     DCFDavisson 2022-11-29 21:29:48      TRUE
## 824      FALSE             0            <NA> 2022-11-29 21:29:47     FALSE
## 825      FALSE             3        BL_Tidus 2022-11-29 21:29:26     FALSE
## 826      FALSE             2        Spllila1 2022-11-29 21:29:06     FALSE
## 827      FALSE             4   CoffeeVectors 2022-11-29 21:28:52     FALSE
## 828      FALSE             5         jeffjag 2022-11-29 21:28:36      TRUE
## 829      FALSE             1            <NA> 2022-11-29 21:28:27     FALSE
## 830      FALSE             1            <NA> 2022-11-29 21:28:02     FALSE
## 831      FALSE             0            <NA> 2022-11-29 21:27:42     FALSE
## 832      FALSE             0            <NA> 2022-11-29 21:27:37     FALSE
## 833      FALSE             0       reversea_ 2022-11-29 21:27:35     FALSE
## 834      FALSE             0            <NA> 2022-11-29 21:26:58     FALSE
## 835      FALSE             0            <NA> 2022-11-29 21:26:56     FALSE
## 836      FALSE             8   illustrata_ai 2022-11-29 21:26:55      TRUE
## 837      FALSE             0            <NA> 2022-11-29 21:26:47     FALSE
## 838      FALSE             0            <NA> 2022-11-29 21:26:45     FALSE
## 839      FALSE             0            <NA> 2022-11-29 21:26:44      TRUE
## 840      FALSE             0            <NA> 2022-11-29 21:26:37     FALSE
## 841      FALSE             0       SUGAHCUNT 2022-11-29 21:26:31     FALSE
## 842      FALSE             1         BL_2889 2022-11-29 21:25:49     FALSE
## 843      FALSE             0            <NA> 2022-11-29 21:25:41     FALSE
## 844      FALSE             0            <NA> 2022-11-29 21:25:22     FALSE
## 845      FALSE             3            <NA> 2022-11-29 21:24:51      TRUE
## 846      FALSE             1         BL_2889 2022-11-29 21:24:46     FALSE
## 847      FALSE             0       AlexFriel 2022-11-29 21:24:36      TRUE
## 848      FALSE             0            <NA> 2022-11-29 21:24:26     FALSE
## 849      FALSE             1         BL_2889 2022-11-29 21:24:24      TRUE
## 850      FALSE             0     woojoonmoon 2022-11-29 21:23:42      TRUE
## 851      FALSE             0            <NA> 2022-11-29 21:23:36     FALSE
## 852      FALSE             0            <NA> 2022-11-29 21:23:33     FALSE
## 853      FALSE             0            <NA> 2022-11-29 21:23:17     FALSE
## 854      FALSE             2          MDi_BL 2022-11-29 21:23:00      TRUE
## 855      FALSE             0            <NA> 2022-11-29 21:22:55     FALSE
## 856      FALSE             0            <NA> 2022-11-29 21:22:26      TRUE
## 857      FALSE             0            <NA> 2022-11-29 21:22:24     FALSE
## 858      FALSE             0            <NA> 2022-11-29 21:22:01     FALSE
## 859      FALSE             0            <NA> 2022-11-29 21:21:59     FALSE
## 860      FALSE             0            <NA> 2022-11-29 21:21:59     FALSE
## 861      FALSE             0 BearsBeyondGate 2022-11-29 21:21:51     FALSE
## 862      FALSE             2    lord_barrold 2022-11-29 21:21:40     FALSE
## 863      FALSE             0            <NA> 2022-11-29 21:21:33     FALSE
## 864      FALSE             0            <NA> 2022-11-29 21:21:26     FALSE
## 865      FALSE             0            <NA> 2022-11-29 21:21:07     FALSE
## 866      FALSE             0            <NA> 2022-11-29 21:20:56     FALSE
## 867      FALSE             0            <NA> 2022-11-29 21:20:46     FALSE
## 868      FALSE             2   spiritcryptic 2022-11-29 21:20:44     FALSE
## 869      FALSE             0       Azhdaya__ 2022-11-29 21:20:27     FALSE
## 870      FALSE             0            <NA> 2022-11-29 21:20:24     FALSE
## 871      FALSE             0            <NA> 2022-11-29 21:20:23     FALSE
## 872      FALSE             0            <NA> 2022-11-29 21:20:00     FALSE
## 873      FALSE             3       Mbappemos 2022-11-29 21:19:59     FALSE
## 874      FALSE             0            <NA> 2022-11-29 21:19:43     FALSE
## 875      FALSE             0            <NA> 2022-11-29 21:19:36     FALSE
## 876      FALSE             0            <NA> 2022-11-29 21:19:28     FALSE
## 877      FALSE             0            <NA> 2022-11-29 21:18:14     FALSE
## 878      FALSE             0            <NA> 2022-11-29 21:18:03     FALSE
## 879      FALSE             0            <NA> 2022-11-29 21:17:21     FALSE
## 880      FALSE             0            <NA> 2022-11-29 21:17:19     FALSE
## 881      FALSE             0            <NA> 2022-11-29 21:17:11     FALSE
## 882      FALSE             1            <NA> 2022-11-29 21:17:03     FALSE
## 883      FALSE             0            <NA> 2022-11-29 21:16:54     FALSE
## 884      FALSE             0   shoujoscholar 2022-11-29 21:16:50      TRUE
## 885      FALSE             0            <NA> 2022-11-29 21:16:45     FALSE
## 886      FALSE             0            <NA> 2022-11-29 21:16:39     FALSE
## 887      FALSE            18            <NA> 2022-11-29 21:16:02      TRUE
## 888      FALSE             5  KJWinEducation 2022-11-29 21:15:48      TRUE
## 889      FALSE             0            <NA> 2022-11-29 21:15:47      TRUE
## 890      FALSE             1      miniyoonie 2022-11-29 21:15:45     FALSE
## 891      FALSE             0            <NA> 2022-11-29 21:15:31     FALSE
## 892      FALSE             0            <NA> 2022-11-29 21:15:17     FALSE
## 893      FALSE             0            <NA> 2022-11-29 21:14:53     FALSE
## 894      FALSE             6            <NA> 2022-11-29 21:14:53     FALSE
## 895      FALSE             0            <NA> 2022-11-29 21:14:19     FALSE
## 896      FALSE             0            <NA> 2022-11-29 21:14:11     FALSE
## 897      FALSE             0            <NA> 2022-11-29 21:14:08     FALSE
## 898      FALSE             0        _Monirjr 2022-11-29 21:14:07     FALSE
## 899      FALSE             3    bl_ue_berry_ 2022-11-29 21:13:39     FALSE
## 900      FALSE             0            <NA> 2022-11-29 21:12:59     FALSE
## 901      FALSE             0            <NA> 2022-11-29 21:12:59     FALSE
## 902      FALSE             0            <NA> 2022-11-29 21:12:47     FALSE
## 903      FALSE             0            <NA> 2022-11-29 21:12:46     FALSE
## 904      FALSE             0            <NA> 2022-11-29 21:12:42     FALSE
## 905      FALSE             0            <NA> 2022-11-29 21:12:40     FALSE
## 906      FALSE             0            <NA> 2022-11-29 21:12:35     FALSE
## 907      FALSE            83            <NA> 2022-11-29 21:12:29      TRUE
## 908      FALSE             1            <NA> 2022-11-29 21:12:19      TRUE
## 909      FALSE             1            <NA> 2022-11-29 21:11:47     FALSE
## 910      FALSE             0            <NA> 2022-11-29 21:11:30     FALSE
## 911      FALSE             0            <NA> 2022-11-29 21:11:30     FALSE
## 912      FALSE             0            <NA> 2022-11-29 21:11:28     FALSE
## 913      FALSE             0            <NA> 2022-11-29 21:11:25     FALSE
## 914      FALSE             0            <NA> 2022-11-29 21:11:17     FALSE
## 915      FALSE             0            <NA> 2022-11-29 21:10:58     FALSE
## 916      FALSE             1 bw_threadoffate 2022-11-29 21:10:58     FALSE
## 917      FALSE             0            <NA> 2022-11-29 21:10:57     FALSE
## 918      FALSE             3      OnlyXoXo__ 2022-11-29 21:10:49     FALSE
## 919      FALSE             0            <NA> 2022-11-29 21:10:18     FALSE
## 920      FALSE             0            <NA> 2022-11-29 21:10:08     FALSE
## 921      FALSE             0            <NA> 2022-11-29 21:10:04     FALSE
## 922      FALSE             0            <NA> 2022-11-29 21:10:03     FALSE
## 923      FALSE             3            <NA> 2022-11-29 21:09:28      TRUE
## 924      FALSE             4            <NA> 2022-11-29 21:09:28      TRUE
## 925      FALSE             0            <NA> 2022-11-29 21:09:18     FALSE
## 926      FALSE             0            <NA> 2022-11-29 21:09:00     FALSE
## 927      FALSE             0            <NA> 2022-11-29 21:09:00     FALSE
## 928      FALSE             0            <NA> 2022-11-29 21:08:52     FALSE
## 929      FALSE             0            <NA> 2022-11-29 21:08:44     FALSE
## 930      FALSE             1    AAngela98765 2022-11-29 21:08:43      TRUE
## 931      FALSE            18            <NA> 2022-11-29 21:08:30      TRUE
## 932      FALSE             0            <NA> 2022-11-29 21:08:29     FALSE
## 933      FALSE             0            <NA> 2022-11-29 21:08:12     FALSE
## 934      FALSE             0            <NA> 2022-11-29 21:08:11     FALSE
## 935      FALSE             0            <NA> 2022-11-29 21:07:58     FALSE
## 936      FALSE             0            <NA> 2022-11-29 21:07:34     FALSE
## 937      FALSE             2      YeBlowsAss 2022-11-29 21:07:17     FALSE
## 938      FALSE             0            <NA> 2022-11-29 21:07:04     FALSE
## 939      FALSE             8   epitaphtoadog 2022-11-29 21:06:51      TRUE
## 940      FALSE             0            <NA> 2022-11-29 21:06:42     FALSE
## 941      FALSE             1    Denjislonely 2022-11-29 21:06:30     FALSE
## 942      FALSE             0            <NA> 2022-11-29 21:06:30     FALSE
## 943      FALSE             0            <NA> 2022-11-29 21:06:27     FALSE
## 944      FALSE             0            <NA> 2022-11-29 21:06:20     FALSE
## 945      FALSE             6     AiKoBeanArt 2022-11-29 21:06:08      TRUE
## 946      FALSE            10            <NA> 2022-11-29 21:06:06      TRUE
## 947      FALSE             0            <NA> 2022-11-29 21:05:47      TRUE
## 948      FALSE             0            <NA> 2022-11-29 21:05:46     FALSE
## 949      FALSE             0            <NA> 2022-11-29 21:05:16      TRUE
## 950      FALSE             1    Denjislonely 2022-11-29 21:05:16     FALSE
## 951      FALSE             1        utenthys 2022-11-29 21:05:02      TRUE
## 952      FALSE             1          Koohoe 2022-11-29 21:04:55     FALSE
## 953      FALSE             0            <NA> 2022-11-29 21:03:44     FALSE
## 954      FALSE             0            <NA> 2022-11-29 21:03:30     FALSE
## 955      FALSE             0            <NA> 2022-11-29 21:03:27     FALSE
## 956      FALSE             0            <NA> 2022-11-29 21:03:17     FALSE
## 957      FALSE             0            <NA> 2022-11-29 21:03:02     FALSE
## 958      FALSE             0            <NA> 2022-11-29 21:02:57     FALSE
## 959      FALSE             0      visegrad24 2022-11-29 21:02:39     FALSE
## 960      FALSE             0            <NA> 2022-11-29 21:02:28     FALSE
## 961      FALSE             1    TimRasinski1 2022-11-29 21:02:25      TRUE
## 962      FALSE             0       Royailove 2022-11-29 21:02:14     FALSE
## 963      FALSE             1     drama_IIama 2022-11-29 21:02:09     FALSE
## 964      FALSE             0            <NA> 2022-11-29 21:01:57      TRUE
## 965      FALSE             0          BL_27_ 2022-11-29 21:01:36     FALSE
## 966      FALSE             0       travis_bl 2022-11-29 21:01:35     FALSE
## 967      FALSE             1         Skirgey 2022-11-29 21:01:25     FALSE
## 968      FALSE             2    Denjislonely 2022-11-29 21:01:24     FALSE
## 969      FALSE             0            <NA> 2022-11-29 21:01:14     FALSE
## 970      FALSE             0            <NA> 2022-11-29 21:01:13     FALSE
## 971      FALSE             2      YeBlowsAss 2022-11-29 21:01:03     FALSE
## 972      FALSE             0            <NA> 2022-11-29 21:00:58     FALSE
## 973      FALSE             0            <NA> 2022-11-29 21:00:56     FALSE
## 974      FALSE             0            <NA> 2022-11-29 21:00:44     FALSE
## 975      FALSE             0  TheeUncleJerry 2022-11-29 21:00:34     FALSE
## 976      FALSE             0            <NA> 2022-11-29 21:00:20     FALSE
## 977      FALSE             0            <NA> 2022-11-29 21:00:18     FALSE
## 978      FALSE             0            <NA> 2022-11-29 21:00:16     FALSE
## 979      FALSE             0            <NA> 2022-11-29 21:00:15     FALSE
## 980      FALSE             0            <NA> 2022-11-29 21:00:03     FALSE
## 981      FALSE             0            <NA> 2022-11-29 20:59:52     FALSE
## 982      FALSE             0            <NA> 2022-11-29 20:59:49     FALSE
## 983      FALSE             0            <NA> 2022-11-29 20:59:37      TRUE
## 984      FALSE             0            <NA> 2022-11-29 20:59:25     FALSE
## 985      FALSE             0            <NA> 2022-11-29 20:59:16     FALSE
## 986      FALSE             2            <NA> 2022-11-29 20:59:14     FALSE
## 987      FALSE             0            <NA> 2022-11-29 20:58:55     FALSE
## 988      FALSE             3        snj_1970 2022-11-29 20:58:43      TRUE
## 989      FALSE             1      mrjaydeeem 2022-11-29 20:58:36     FALSE
## 990      FALSE             0            <NA> 2022-11-29 20:58:30     FALSE
## 991      FALSE             2         signald 2022-11-29 20:58:26      TRUE
## 992      FALSE             0            <NA> 2022-11-29 20:58:06     FALSE
## 993      FALSE             0            <NA> 2022-11-29 20:58:04     FALSE
## 994      FALSE             0            <NA> 2022-11-29 20:57:58     FALSE
## 995      FALSE             0           GMMTV 2022-11-29 20:57:57      TRUE
## 996      FALSE             0            <NA> 2022-11-29 20:57:38     FALSE
## 997      FALSE             0            <NA> 2022-11-29 20:57:30     FALSE
## 998      FALSE             2       anieCiahh 2022-11-29 20:57:23      TRUE
## 999      FALSE             0 FortniteTracker 2022-11-29 20:57:17      TRUE
## 1000     FALSE             0            <NA> 2022-11-29 20:57:00     FALSE
## 1001     FALSE             0            <NA> 2022-11-29 20:57:00     FALSE
## 1002     FALSE             2      YeBlowsAss 2022-11-29 20:56:57     FALSE
## 1003     FALSE             5         jeffjag 2022-11-29 20:56:52      TRUE
## 1004     FALSE             5    NichtTmToxic 2022-11-29 20:56:49     FALSE
## 1005     FALSE             1    Denjislonely 2022-11-29 20:56:21     FALSE
## 1006     FALSE             0            <NA> 2022-11-29 20:56:06     FALSE
## 1007     FALSE             0            <NA> 2022-11-29 20:56:05     FALSE
## 1008     FALSE             3            <NA> 2022-11-29 20:56:04     FALSE
## 1009     FALSE             0            <NA> 2022-11-29 20:55:35     FALSE
## 1010     FALSE             0            <NA> 2022-11-29 20:55:23     FALSE
## 1011     FALSE             6            <NA> 2022-11-29 20:55:05      TRUE
## 1012     FALSE             1            <NA> 2022-11-29 20:55:00     FALSE
## 1013     FALSE             2   Exalted_Speed 2022-11-29 20:54:58     FALSE
## 1014     FALSE             0            <NA> 2022-11-29 20:54:46     FALSE
## 1015     FALSE             0            <NA> 2022-11-29 20:54:16     FALSE
## 1016     FALSE             5      bl_artcult 2022-11-29 20:54:15      TRUE
## 1017     FALSE             1         JazzEFC 2022-11-29 20:54:12     FALSE
## 1018     FALSE            12    AAngela98765 2022-11-29 20:54:09      TRUE
## 1019     FALSE             0            <NA> 2022-11-29 20:54:05     FALSE
## 1020     FALSE             0            <NA> 2022-11-29 20:53:49     FALSE
## 1021     FALSE             0            <NA> 2022-11-29 20:53:47     FALSE
## 1022     FALSE             0            <NA> 2022-11-29 20:53:40      TRUE
## 1023     FALSE             0            <NA> 2022-11-29 20:53:36     FALSE
## 1024     FALSE             0            <NA> 2022-11-29 20:53:24      TRUE
## 1025     FALSE             0        fretarot 2022-11-29 20:53:23     FALSE
## 1026     FALSE             0            <NA> 2022-11-29 20:53:19      TRUE
## 1027     FALSE             0            <NA> 2022-11-29 20:53:18     FALSE
## 1028     FALSE             2       Tiptoe678 2022-11-29 20:53:10     FALSE
## 1029     FALSE            11            <NA> 2022-11-29 20:53:04     FALSE
## 1030     FALSE             1        AhmadFPR 2022-11-29 20:52:57      TRUE
## 1031     FALSE             0            <NA> 2022-11-29 20:52:49     FALSE
## 1032     FALSE             8            <NA> 2022-11-29 20:52:48     FALSE
## 1033     FALSE             0            <NA> 2022-11-29 20:52:47     FALSE
## 1034     FALSE             0            <NA> 2022-11-29 20:52:39     FALSE
## 1035     FALSE             0            <NA> 2022-11-29 20:52:19      TRUE
## 1036     FALSE             0            <NA> 2022-11-29 20:52:05     FALSE
## 1037     FALSE             1            <NA> 2022-11-29 20:51:52     FALSE
## 1038     FALSE             0            <NA> 2022-11-29 20:51:52     FALSE
## 1039     FALSE             1       KinoAlyse 2022-11-29 20:51:27     FALSE
## 1040     FALSE             0            <NA> 2022-11-29 20:51:26     FALSE
## 1041     FALSE             2       KinoAlyse 2022-11-29 20:51:23     FALSE
## 1042     FALSE             0            <NA> 2022-11-29 20:51:21     FALSE
## 1043     FALSE             2         Ponkery 2022-11-29 20:51:11      TRUE
## 1044     FALSE             0            <NA> 2022-11-29 20:50:55     FALSE
## 1045     FALSE             4            <NA> 2022-11-29 20:50:53      TRUE
## 1046     FALSE             1     Blacktheism 2022-11-29 20:50:42      TRUE
## 1047     FALSE             0            <NA> 2022-11-29 20:50:36     FALSE
## 1048     FALSE             0            <NA> 2022-11-29 20:50:25     FALSE
## 1049     FALSE             0            <NA> 2022-11-29 20:50:17     FALSE
## 1050     FALSE             0            <NA> 2022-11-29 20:50:07     FALSE
## 1051     FALSE            11            <NA> 2022-11-29 20:50:07     FALSE
## 1052     FALSE             0            <NA> 2022-11-29 20:50:02     FALSE
## 1053     FALSE             1          k43Iuc 2022-11-29 20:49:40     FALSE
## 1054     FALSE             0            <NA> 2022-11-29 20:49:20     FALSE
## 1055     FALSE             0            <NA> 2022-11-29 20:49:02     FALSE
## 1056     FALSE             0            <NA> 2022-11-29 20:48:46     FALSE
## 1057     FALSE             8     AiKoBeanArt 2022-11-29 20:48:38      TRUE
## 1058     FALSE             0         zaruled 2022-11-29 20:48:37      TRUE
## 1059     FALSE             0            <NA> 2022-11-29 20:48:31     FALSE
## 1060     FALSE             1            <NA> 2022-11-29 20:48:30     FALSE
## 1061     FALSE             0            <NA> 2022-11-29 20:48:22     FALSE
## 1062     FALSE             0            <NA> 2022-11-29 20:48:20     FALSE
## 1063     FALSE             0            <NA> 2022-11-29 20:48:12     FALSE
## 1064     FALSE             9 destinykrainbow 2022-11-29 20:48:07      TRUE
## 1065     FALSE             3      DoctorSam7 2022-11-29 20:47:58      TRUE
## 1066     FALSE             0 that_blacc_girl 2022-11-29 20:47:46     FALSE
## 1067     FALSE             0            <NA> 2022-11-29 20:47:20     FALSE
## 1068     FALSE             0   shoujoscholar 2022-11-29 20:47:16      TRUE
## 1069     FALSE             0            <NA> 2022-11-29 20:47:15     FALSE
## 1070     FALSE             0            <NA> 2022-11-29 20:47:00     FALSE
## 1071     FALSE             0            <NA> 2022-11-29 20:46:52     FALSE
## 1072     FALSE             0            <NA> 2022-11-29 20:46:46     FALSE
## 1073     FALSE             7 destinykrainbow 2022-11-29 20:46:37      TRUE
## 1074     FALSE             0            <NA> 2022-11-29 20:46:14     FALSE
## 1075     FALSE             0            <NA> 2022-11-29 20:46:11     FALSE
## 1076     FALSE             0            <NA> 2022-11-29 20:45:56     FALSE
## 1077     FALSE             0            <NA> 2022-11-29 20:45:54     FALSE
## 1078     FALSE             0            <NA> 2022-11-29 20:45:44     FALSE
## 1079     FALSE             0            <NA> 2022-11-29 20:45:44     FALSE
## 1080     FALSE             0            <NA> 2022-11-29 20:45:33     FALSE
## 1081     FALSE            19     AiKoBeanArt 2022-11-29 20:45:27      TRUE
## 1082     FALSE             0            <NA> 2022-11-29 20:45:26     FALSE
## 1083     FALSE             0            <NA> 2022-11-29 20:45:26     FALSE
## 1084     FALSE             0            <NA> 2022-11-29 20:45:04     FALSE
## 1085     FALSE             0            <NA> 2022-11-29 20:44:58     FALSE
## 1086     FALSE             0            <NA> 2022-11-29 20:44:51     FALSE
## 1087     FALSE             0            <NA> 2022-11-29 20:44:40      TRUE
## 1088     FALSE             0            <NA> 2022-11-29 20:44:37     FALSE
## 1089     FALSE             0            <NA> 2022-11-29 20:44:31     FALSE
## 1090     FALSE             0            <NA> 2022-11-29 20:44:30     FALSE
## 1091     FALSE             0            <NA> 2022-11-29 20:44:30     FALSE
## 1092     FALSE             0            <NA> 2022-11-29 20:44:04     FALSE
## 1093     FALSE             0            <NA> 2022-11-29 20:44:03     FALSE
## 1094     FALSE             0            <NA> 2022-11-29 20:43:56     FALSE
## 1095     FALSE             0            <NA> 2022-11-29 20:43:25     FALSE
## 1096     FALSE             0            <NA> 2022-11-29 20:43:19     FALSE
## 1097     FALSE             0            <NA> 2022-11-29 20:43:11     FALSE
## 1098     FALSE             0            <NA> 2022-11-29 20:43:10      TRUE
## 1099     FALSE             0            <NA> 2022-11-29 20:43:06     FALSE
## 1100     FALSE             1     trickyseeun 2022-11-29 20:43:01     FALSE
## 1101     FALSE             0            <NA> 2022-11-29 20:42:57     FALSE
## 1102     FALSE             2    MyBLCalendar 2022-11-29 20:42:43      TRUE
## 1103     FALSE             0            <NA> 2022-11-29 20:42:31      TRUE
## 1104     FALSE             0            <NA> 2022-11-29 20:41:54     FALSE
## 1105     FALSE             0            <NA> 2022-11-29 20:41:49     FALSE
## 1106     FALSE             0            <NA> 2022-11-29 20:41:46      TRUE
## 1107     FALSE             3 Silence70614652 2022-11-29 20:41:42      TRUE
## 1108     FALSE             0            <NA> 2022-11-29 20:41:28     FALSE
## 1109     FALSE             0            <NA> 2022-11-29 20:41:27     FALSE
## 1110     FALSE             6        nyawife8 2022-11-29 20:41:26     FALSE
## 1111     FALSE            11            <NA> 2022-11-29 20:41:18      TRUE
## 1112     FALSE             0            <NA> 2022-11-29 20:41:04     FALSE
## 1113     FALSE             0            <NA> 2022-11-29 20:40:51     FALSE
## 1114     FALSE             0            <NA> 2022-11-29 20:40:39     FALSE
## 1115     FALSE             1       katsookma 2022-11-29 20:40:30     FALSE
## 1116     FALSE             0            <NA> 2022-11-29 20:40:27     FALSE
## 1117     FALSE             0            <NA> 2022-11-29 20:40:26     FALSE
## 1118     FALSE             3      BL_Scenery 2022-11-29 20:40:18      TRUE
## 1119     FALSE             0            <NA> 2022-11-29 20:40:07     FALSE
## 1120     FALSE             0            <NA> 2022-11-29 20:40:01     FALSE
## 1121     FALSE             0            <NA> 2022-11-29 20:39:48     FALSE
## 1122     FALSE             0            <NA> 2022-11-29 20:39:27     FALSE
## 1123     FALSE             0            <NA> 2022-11-29 20:39:17     FALSE
## 1124     FALSE             1      DoctorSam7 2022-11-29 20:39:15      TRUE
## 1125     FALSE             0            <NA> 2022-11-29 20:39:13     FALSE
## 1126     FALSE             1            <NA> 2022-11-29 20:38:55     FALSE
## 1127     FALSE             0      bl_artcult 2022-11-29 20:38:54     FALSE
## 1128     FALSE             0            <NA> 2022-11-29 20:38:45     FALSE
## 1129     FALSE             0            <NA> 2022-11-29 20:38:36     FALSE
## 1130     FALSE             1            <NA> 2022-11-29 20:38:10     FALSE
## 1131     FALSE             0      bl_artcult 2022-11-29 20:38:05     FALSE
## 1132     FALSE             0            <NA> 2022-11-29 20:38:00     FALSE
## 1133     FALSE             0            <NA> 2022-11-29 20:37:48     FALSE
## 1134     FALSE             3    MyBLCalendar 2022-11-29 20:37:46      TRUE
## 1135     FALSE             0            <NA> 2022-11-29 20:36:57     FALSE
## 1136     FALSE             0            <NA> 2022-11-29 20:36:45     FALSE
## 1137     FALSE             0            <NA> 2022-11-29 20:36:43     FALSE
## 1138     FALSE             0            <NA> 2022-11-29 20:36:32     FALSE
## 1139     FALSE             0            <NA> 2022-11-29 20:36:31     FALSE
## 1140     FALSE             0       AccReader 2022-11-29 20:36:28      TRUE
## 1141     FALSE             0            <NA> 2022-11-29 20:36:23     FALSE
## 1142     FALSE             0            <NA> 2022-11-29 20:36:08     FALSE
## 1143     FALSE             6            <NA> 2022-11-29 20:35:59      TRUE
## 1144     FALSE             0            <NA> 2022-11-29 20:35:40     FALSE
## 1145     FALSE             0            <NA> 2022-11-29 20:35:20     FALSE
## 1146     FALSE             1            <NA> 2022-11-29 20:35:02     FALSE
## 1147     FALSE             0            <NA> 2022-11-29 20:34:59     FALSE
## 1148     FALSE             9            <NA> 2022-11-29 20:34:58     FALSE
## 1149     FALSE             0            <NA> 2022-11-29 20:34:51     FALSE
## 1150     FALSE             0            <NA> 2022-11-29 20:34:42     FALSE
## 1151     FALSE             0            <NA> 2022-11-29 20:34:22     FALSE
## 1152     FALSE             0            <NA> 2022-11-29 20:34:17     FALSE
## 1153     FALSE            61            <NA> 2022-11-29 20:33:56      TRUE
## 1154     FALSE             0            <NA> 2022-11-29 20:33:45      TRUE
## 1155     FALSE             0            <NA> 2022-11-29 20:33:33     FALSE
## 1156     FALSE             0   EvokeClassics 2022-11-29 20:33:11     FALSE
## 1157     FALSE             0        Aiden_bl 2022-11-29 20:33:08     FALSE
## 1158     FALSE             1   Campbellmatt_ 2022-11-29 20:32:43     FALSE
## 1159     FALSE             0            <NA> 2022-11-29 20:32:20     FALSE
## 1160     FALSE             0            <NA> 2022-11-29 20:31:52     FALSE
## 1161     FALSE             0            <NA> 2022-11-29 20:31:34      TRUE
## 1162     FALSE             0            <NA> 2022-11-29 20:31:26     FALSE
## 1163     FALSE             0            <NA> 2022-11-29 20:30:42     FALSE
## 1164     FALSE             0        Aiden_bl 2022-11-29 20:30:35     FALSE
## 1165     FALSE             0            <NA> 2022-11-29 20:30:17     FALSE
## 1166     FALSE             0            <NA> 2022-11-29 20:30:13     FALSE
## 1167     FALSE             0            <NA> 2022-11-29 20:30:11     FALSE
## 1168     FALSE             0            <NA> 2022-11-29 20:30:07     FALSE
## 1169     FALSE             0  MetalDragonKid 2022-11-29 20:30:03      TRUE
## 1170     FALSE             0   Darknight936_ 2022-11-29 20:30:00     FALSE
## 1171     FALSE             0            <NA> 2022-11-29 20:29:50     FALSE
## 1172     FALSE             0       sauceddie 2022-11-29 20:29:37     FALSE
## 1173     FALSE             0            <NA> 2022-11-29 20:29:25     FALSE
## 1174     FALSE             0            <NA> 2022-11-29 20:29:20     FALSE
## 1175     FALSE             0            <NA> 2022-11-29 20:29:15     FALSE
## 1176     FALSE             0            <NA> 2022-11-29 20:28:57     FALSE
## 1177     FALSE             0            <NA> 2022-11-29 20:28:46     FALSE
## 1178     FALSE             0            <NA> 2022-11-29 20:28:43     FALSE
## 1179     FALSE             0            <NA> 2022-11-29 20:28:17     FALSE
## 1180     FALSE             0            <NA> 2022-11-29 20:28:03     FALSE
## 1181     FALSE             0            <NA> 2022-11-29 20:27:37     FALSE
## 1182     FALSE             0            <NA> 2022-11-29 20:27:31     FALSE
## 1183     FALSE             0            <NA> 2022-11-29 20:27:19     FALSE
## 1184     FALSE             0            <NA> 2022-11-29 20:27:17      TRUE
## 1185     FALSE             0            <NA> 2022-11-29 20:26:57     FALSE
## 1186     FALSE             0            <NA> 2022-11-29 20:26:29     FALSE
## 1187     FALSE             0            <NA> 2022-11-29 20:26:26     FALSE
## 1188     FALSE             0            <NA> 2022-11-29 20:26:21     FALSE
## 1189     FALSE             0            <NA> 2022-11-29 20:26:16     FALSE
## 1190     FALSE            21            <NA> 2022-11-29 20:26:16      TRUE
## 1191     FALSE             0            <NA> 2022-11-29 20:25:03     FALSE
## 1192     FALSE             1   THEBLACKLABEL 2022-11-29 20:24:54      TRUE
## 1193     FALSE             2        MsBecksR 2022-11-29 20:24:49     FALSE
## 1194     FALSE             0            <NA> 2022-11-29 20:24:40     FALSE
## 1195     FALSE             0     MillarMan69 2022-11-29 20:24:24     FALSE
## 1196     FALSE             0            <NA> 2022-11-29 20:24:23     FALSE
## 1197     FALSE             9            <NA> 2022-11-29 20:24:21     FALSE
## 1198     FALSE             0            <NA> 2022-11-29 20:23:11     FALSE
## 1199     FALSE             0            <NA> 2022-11-29 20:23:09     FALSE
## 1200     FALSE             0            <NA> 2022-11-29 20:22:54     FALSE
## 1201     FALSE             5       anim8dead 2022-11-29 20:22:40      TRUE
## 1202     FALSE             0            <NA> 2022-11-29 20:22:11     FALSE
## 1203     FALSE             1        7x7x7eth 2022-11-29 20:21:57      TRUE
## 1204     FALSE             0            <NA> 2022-11-29 20:21:48      TRUE
## 1205     FALSE             0            <NA> 2022-11-29 20:21:46     FALSE
## 1206     FALSE             0            <NA> 2022-11-29 20:21:44     FALSE
## 1207     FALSE             0            <NA> 2022-11-29 20:21:43     FALSE
## 1208     FALSE             0            <NA> 2022-11-29 20:21:38     FALSE
## 1209     FALSE             0            <NA> 2022-11-29 20:21:21     FALSE
## 1210     FALSE             0            <NA> 2022-11-29 20:21:07     FALSE
## 1211     FALSE             3      bl_artcult 2022-11-29 20:20:52      TRUE
## 1212     FALSE             0          Shazam 2022-11-29 20:20:49      TRUE
## 1213     FALSE             0            <NA> 2022-11-29 20:20:36     FALSE
## 1214     FALSE             0            <NA> 2022-11-29 20:20:34     FALSE
## 1215     FALSE             0    extradeadjcb 2022-11-29 20:20:15     FALSE
## 1216     FALSE            13            <NA> 2022-11-29 20:20:12      TRUE
## 1217     FALSE             0            <NA> 2022-11-29 20:20:10     FALSE
## 1218     FALSE             0            <NA> 2022-11-29 20:20:00     FALSE
## 1219     FALSE             0            <NA> 2022-11-29 20:19:59     FALSE
## 1220     FALSE             0  lainfansweezer 2022-11-29 20:19:57     FALSE
## 1221     FALSE            31            <NA> 2022-11-29 20:19:36     FALSE
## 1222     FALSE             0            <NA> 2022-11-29 20:19:11     FALSE
## 1223     FALSE             0            <NA> 2022-11-29 20:19:11     FALSE
## 1224     FALSE             0            <NA> 2022-11-29 20:19:10     FALSE
## 1225     FALSE            14 billboardcharts 2022-11-29 20:18:58      TRUE
## 1226     FALSE             7       anim8dead 2022-11-29 20:18:53      TRUE
## 1227     FALSE             0            <NA> 2022-11-29 20:18:48      TRUE
## 1228     FALSE             6      JMReynolds 2022-11-29 20:18:46      TRUE
## 1229     FALSE             0            <NA> 2022-11-29 20:18:43     FALSE
## 1230     FALSE             0            <NA> 2022-11-29 20:18:38     FALSE
## 1231     FALSE             2     gahanmaxtul 2022-11-29 20:18:29      TRUE
## 1232     FALSE             0            <NA> 2022-11-29 20:18:15     FALSE
## 1233     FALSE             0            <NA> 2022-11-29 20:18:05     FALSE
## 1234     FALSE             0            <NA> 2022-11-29 20:18:01     FALSE
## 1235     FALSE             0            <NA> 2022-11-29 20:17:44     FALSE
## 1236     FALSE             0            <NA> 2022-11-29 20:17:44     FALSE
## 1237     FALSE             0            <NA> 2022-11-29 20:17:40     FALSE
## 1238     FALSE             0            <NA> 2022-11-29 20:17:39     FALSE
## 1239     FALSE             0            <NA> 2022-11-29 20:17:28     FALSE
## 1240     FALSE             0            <NA> 2022-11-29 20:17:06     FALSE
## 1241     FALSE             1            <NA> 2022-11-29 20:17:04     FALSE
## 1242     FALSE             0            <NA> 2022-11-29 20:16:53     FALSE
## 1243     FALSE             0            <NA> 2022-11-29 20:16:35     FALSE
## 1244     FALSE             0            <NA> 2022-11-29 20:16:32     FALSE
## 1245     FALSE             0            <NA> 2022-11-29 20:16:31     FALSE
## 1246     FALSE             0            <NA> 2022-11-29 20:16:31     FALSE
## 1247     FALSE             0            <NA> 2022-11-29 20:16:31     FALSE
## 1248     FALSE             0 billboardcharts 2022-11-29 20:16:28      TRUE
## 1249     FALSE             0            <NA> 2022-11-29 20:16:21     FALSE
## 1250     FALSE             0            <NA> 2022-11-29 20:16:19     FALSE
## 1251     FALSE             0            <NA> 2022-11-29 20:16:14     FALSE
## 1252     FALSE             5            <NA> 2022-11-29 20:16:13     FALSE
## 1253     FALSE             0            <NA> 2022-11-29 20:16:10     FALSE
## 1254     FALSE             2      iminescent 2022-11-29 20:16:09      TRUE
## 1255     FALSE             0            <NA> 2022-11-29 20:16:08     FALSE
## 1256     FALSE             0            <NA> 2022-11-29 20:16:05     FALSE
## 1257     FALSE             2            <NA> 2022-11-29 20:15:48     FALSE
## 1258     FALSE             1         Bec2043 2022-11-29 20:15:36     FALSE
## 1259     FALSE             0            <NA> 2022-11-29 20:15:29      TRUE
## 1260     FALSE             0            <NA> 2022-11-29 20:15:25     FALSE
## 1261     FALSE             0            <NA> 2022-11-29 20:15:25     FALSE
## 1262     FALSE             0            <NA> 2022-11-29 20:15:21     FALSE
## 1263     FALSE             0            <NA> 2022-11-29 20:15:20     FALSE
## 1264     FALSE             0            <NA> 2022-11-29 20:15:11     FALSE
## 1265     FALSE             0            <NA> 2022-11-29 20:14:52     FALSE
## 1266     FALSE             2            <NA> 2022-11-29 20:14:46      TRUE
## 1267     FALSE             0            <NA> 2022-11-29 20:14:45     FALSE
## 1268     FALSE             0            <NA> 2022-11-29 20:14:41     FALSE
## 1269     FALSE             0            <NA> 2022-11-29 20:14:37     FALSE
## 1270     FALSE             0            <NA> 2022-11-29 20:14:27     FALSE
## 1271     FALSE             0            <NA> 2022-11-29 20:14:16     FALSE
## 1272     FALSE             1            <NA> 2022-11-29 20:14:09     FALSE
## 1273     FALSE             0            <NA> 2022-11-29 20:14:02     FALSE
## 1274     FALSE             0            <NA> 2022-11-29 20:13:51     FALSE
## 1275     FALSE             0            <NA> 2022-11-29 20:13:50     FALSE
## 1276     FALSE             0            <NA> 2022-11-29 20:13:43     FALSE
## 1277     FALSE             0            <NA> 2022-11-29 20:13:39     FALSE
## 1278     FALSE            20            <NA> 2022-11-29 20:13:35      TRUE
## 1279     FALSE             0            <NA> 2022-11-29 20:13:31     FALSE
## 1280     FALSE             0            <NA> 2022-11-29 20:13:29     FALSE
## 1281     FALSE            54            <NA> 2022-11-29 20:13:26      TRUE
## 1282     FALSE             1            <NA> 2022-11-29 20:13:14      TRUE
## 1283     FALSE             0 RobinHa41160020 2022-11-29 20:13:01     FALSE
## 1284     FALSE             0            <NA> 2022-11-29 20:12:58     FALSE
## 1285     FALSE             0            <NA> 2022-11-29 20:12:53     FALSE
## 1286     FALSE             0            <NA> 2022-11-29 20:12:41     FALSE
## 1287     FALSE             0            <NA> 2022-11-29 20:12:28     FALSE
## 1288     FALSE             0            <NA> 2022-11-29 20:12:24      TRUE
## 1289     FALSE             1      evanf1997_ 2022-11-29 20:12:23      TRUE
## 1290     FALSE             0            <NA> 2022-11-29 20:12:04     FALSE
## 1291     FALSE             2         signald 2022-11-29 20:12:03      TRUE
## 1292     FALSE             0            <NA> 2022-11-29 20:11:56     FALSE
## 1293     FALSE             0            <NA> 2022-11-29 20:11:44     FALSE
## 1294     FALSE             1      WrestleOps 2022-11-29 20:11:43      TRUE
## 1295     FALSE             0            <NA> 2022-11-29 20:11:38     FALSE
## 1296     FALSE             0            <NA> 2022-11-29 20:11:29     FALSE
## 1297     FALSE             1            <NA> 2022-11-29 20:11:14      TRUE
## 1298     FALSE             1        SanGasso 2022-11-29 20:11:01      TRUE
## 1299     FALSE             0            <NA> 2022-11-29 20:10:53     FALSE
## 1300     FALSE             0            <NA> 2022-11-29 20:10:47     FALSE
## 1301     FALSE             0    chattonnoire 2022-11-29 20:10:47      TRUE
## 1302     FALSE             0            <NA> 2022-11-29 20:10:45     FALSE
## 1303     FALSE             0            <NA> 2022-11-29 20:10:36     FALSE
## 1304     FALSE             0            <NA> 2022-11-29 20:10:28     FALSE
## 1305     FALSE           527            <NA> 2022-11-29 20:10:26      TRUE
## 1306     FALSE             0         LTAD_98 2022-11-29 20:10:12     FALSE
## 1307     FALSE             0            <NA> 2022-11-29 20:10:03     FALSE
## 1308     FALSE             0            <NA> 2022-11-29 20:10:01     FALSE
## 1309     FALSE             0            <NA> 2022-11-29 20:09:36     FALSE
## 1310     FALSE             0            <NA> 2022-11-29 20:09:32     FALSE
## 1311     FALSE             0   Andrewjohn437 2022-11-29 20:09:31      TRUE
## 1312     FALSE             0            <NA> 2022-11-29 20:09:16     FALSE
## 1313     FALSE             0            <NA> 2022-11-29 20:08:21     FALSE
## 1314     FALSE             0            <NA> 2022-11-29 20:07:40     FALSE
## 1315     FALSE            10            <NA> 2022-11-29 20:07:32     FALSE
## 1316     FALSE             0            <NA> 2022-11-29 20:07:29     FALSE
## 1317     FALSE             3            <NA> 2022-11-29 20:07:26      TRUE
## 1318     FALSE             0            <NA> 2022-11-29 20:07:16     FALSE
## 1319     FALSE             0            <NA> 2022-11-29 20:07:00     FALSE
## 1320     FALSE             0            <NA> 2022-11-29 20:07:00     FALSE
## 1321     FALSE             5    BLUPDATE2022 2022-11-29 20:06:50     FALSE
## 1322     FALSE             0  yabaleftonline 2022-11-29 20:06:26     FALSE
## 1323     FALSE             0            <NA> 2022-11-29 20:06:22     FALSE
## 1324     FALSE             0            <NA> 2022-11-29 20:05:57     FALSE
## 1325     FALSE             1       dave43law 2022-11-29 20:05:54     FALSE
## 1326     FALSE             0            <NA> 2022-11-29 20:05:46     FALSE
## 1327     FALSE             0            <NA> 2022-11-29 20:05:39     FALSE
## 1328     FALSE             0            <NA> 2022-11-29 20:05:38     FALSE
## 1329     FALSE             0            <NA> 2022-11-29 20:05:35     FALSE
## 1330     FALSE             0     MillarMan69 2022-11-29 20:05:10     FALSE
## 1331     FALSE             1            <NA> 2022-11-29 20:05:08      TRUE
## 1332     FALSE           363            <NA> 2022-11-29 20:05:05      TRUE
## 1333     FALSE             0            <NA> 2022-11-29 20:04:55     FALSE
## 1334     FALSE             0            <NA> 2022-11-29 20:04:35     FALSE
## 1335     FALSE             0            <NA> 2022-11-29 20:04:35      TRUE
## 1336     FALSE             0            <NA> 2022-11-29 20:04:31     FALSE
## 1337     FALSE             0      binstedman 2022-11-29 20:04:22     FALSE
## 1338     FALSE             3 churchartnature 2022-11-29 20:04:07     FALSE
## 1339     FALSE             0            <NA> 2022-11-29 20:04:04     FALSE
## 1340     FALSE             0            <NA> 2022-11-29 20:03:52      TRUE
## 1341     FALSE             5            <NA> 2022-11-29 20:03:46     FALSE
## 1342     FALSE             0            <NA> 2022-11-29 20:03:45     FALSE
## 1343     FALSE             1       travis_bl 2022-11-29 20:03:33     FALSE
## 1344     FALSE             7     AiKoBeanArt 2022-11-29 20:03:26      TRUE
## 1345     FALSE             8            <NA> 2022-11-29 20:03:25      TRUE
## 1346     FALSE             2   Stanweather15 2022-11-29 20:03:12      TRUE
## 1347     FALSE             1       Stixx1979 2022-11-29 20:03:10     FALSE
## 1348     FALSE             0            <NA> 2022-11-29 20:03:04     FALSE
## 1349     FALSE             0            <NA> 2022-11-29 20:03:00     FALSE
## 1350     FALSE             0            <NA> 2022-11-29 20:02:59     FALSE
## 1351     FALSE             1            <NA> 2022-11-29 20:02:49     FALSE
## 1352     FALSE             0    fatpants0211 2022-11-29 20:02:28     FALSE
## 1353     FALSE             0            <NA> 2022-11-29 20:02:03     FALSE
## 1354     FALSE             0            <NA> 2022-11-29 20:02:00     FALSE
## 1355     FALSE             0            <NA> 2022-11-29 20:02:00     FALSE
## 1356     FALSE             0            <NA> 2022-11-29 20:01:42     FALSE
## 1357     FALSE             4       haze_long 2022-11-29 20:01:38      TRUE
## 1358     FALSE             0            <NA> 2022-11-29 20:01:24     FALSE
## 1359     FALSE             0            <NA> 2022-11-29 20:01:23     FALSE
## 1360     FALSE             0            <NA> 2022-11-29 20:01:21     FALSE
## 1361     FALSE             0            <NA> 2022-11-29 20:01:13     FALSE
## 1362     FALSE             0            <NA> 2022-11-29 20:00:54     FALSE
## 1363     FALSE             0            <NA> 2022-11-29 20:00:22     FALSE
## 1364     FALSE             0            <NA> 2022-11-29 20:00:14     FALSE
## 1365     FALSE             0    algorithm427 2022-11-29 20:00:09      TRUE
## 1366     FALSE             0            <NA> 2022-11-29 20:00:08     FALSE
## 1367     FALSE             0            <NA> 2022-11-29 19:59:53     FALSE
## 1368     FALSE             0            <NA> 2022-11-29 19:59:48     FALSE
## 1369     FALSE             4    TheLondonLib 2022-11-29 19:59:45      TRUE
## 1370     FALSE             0            <NA> 2022-11-29 19:59:39     FALSE
## 1371     FALSE             0            <NA> 2022-11-29 19:59:37     FALSE
## 1372     FALSE             0            <NA> 2022-11-29 19:59:34     FALSE
## 1373     FALSE             1            <NA> 2022-11-29 19:58:52     FALSE
## 1374     FALSE             1  ChandonneJulie 2022-11-29 19:58:49     FALSE
## 1375     FALSE             0            <NA> 2022-11-29 19:58:40     FALSE
## 1376     FALSE             0            <NA> 2022-11-29 19:58:35     FALSE
## 1377     FALSE             0            <NA> 2022-11-29 19:58:17      TRUE
## 1378     FALSE             0            <NA> 2022-11-29 19:58:08     FALSE
## 1379     FALSE             0      bingimingi 2022-11-29 19:58:00     FALSE
## 1380     FALSE             1            <NA> 2022-11-29 19:57:54     FALSE
## 1381     FALSE             0            <NA> 2022-11-29 19:57:48     FALSE
## 1382     FALSE             0            <NA> 2022-11-29 19:57:46     FALSE
## 1383     FALSE             0            <NA> 2022-11-29 19:57:42     FALSE
## 1384     FALSE             0            <NA> 2022-11-29 19:57:35     FALSE
## 1385     FALSE             0            <NA> 2022-11-29 19:57:17     FALSE
## 1386     FALSE             2      CrazerArts 2022-11-29 19:57:17     FALSE
## 1387     FALSE             0            <NA> 2022-11-29 19:57:02     FALSE
## 1388     FALSE             0            <NA> 2022-11-29 19:56:59     FALSE
## 1389     FALSE             0            <NA> 2022-11-29 19:56:54     FALSE
## 1390     FALSE             0            <NA> 2022-11-29 19:56:53     FALSE
## 1391     FALSE             0            <NA> 2022-11-29 19:56:40     FALSE
## 1392     FALSE             0            <NA> 2022-11-29 19:56:34     FALSE
## 1393     FALSE             0            <NA> 2022-11-29 19:56:26     FALSE
## 1394     FALSE             0            <NA> 2022-11-29 19:56:14     FALSE
## 1395     FALSE             0            <NA> 2022-11-29 19:55:52     FALSE
## 1396     FALSE             0            <NA> 2022-11-29 19:55:49      TRUE
## 1397     FALSE             0            <NA> 2022-11-29 19:55:28     FALSE
## 1398     FALSE             0            <NA> 2022-11-29 19:55:20     FALSE
## 1399     FALSE             0            <NA> 2022-11-29 19:55:05     FALSE
## 1400     FALSE             0            <NA> 2022-11-29 19:55:00      TRUE
## 1401     FALSE             1  ElaineLitten74 2022-11-29 19:54:51      TRUE
## 1402     FALSE             8     jimmy_darke 2022-11-29 19:54:44      TRUE
## 1403     FALSE             0            <NA> 2022-11-29 19:54:39     FALSE
## 1404     FALSE            60            <NA> 2022-11-29 19:54:35     FALSE
## 1405     FALSE             0            <NA> 2022-11-29 19:54:32     FALSE
## 1406     FALSE            24            <NA> 2022-11-29 19:54:17      TRUE
## 1407     FALSE             0            <NA> 2022-11-29 19:54:07     FALSE
## 1408     FALSE             0            <NA> 2022-11-29 19:54:02     FALSE
## 1409     FALSE             0            <NA> 2022-11-29 19:53:20     FALSE
## 1410     FALSE             0            <NA> 2022-11-29 19:53:18     FALSE
## 1411     FALSE             0            <NA> 2022-11-29 19:53:15      TRUE
## 1412     FALSE             0            <NA> 2022-11-29 19:53:15      TRUE
## 1413     FALSE             2   eichstadt_jay 2022-11-29 19:53:09     FALSE
## 1414     FALSE             0            <NA> 2022-11-29 19:53:08     FALSE
## 1415     FALSE             2      aplethoras 2022-11-29 19:53:04     FALSE
## 1416     FALSE             8     AiKoBeanArt 2022-11-29 19:52:58      TRUE
## 1417     FALSE             0            <NA> 2022-11-29 19:52:50     FALSE
## 1418     FALSE             0            <NA> 2022-11-29 19:52:45     FALSE
## 1419     FALSE             0            <NA> 2022-11-29 19:52:43     FALSE
## 1420     FALSE             0 maxtulllsrealll 2022-11-29 19:52:36     FALSE
## 1421     FALSE             0            <NA> 2022-11-29 19:52:33     FALSE
## 1422     FALSE             0            <NA> 2022-11-29 19:52:23     FALSE
## 1423     FALSE             0            <NA> 2022-11-29 19:52:22     FALSE
## 1424     FALSE             1   BloomBloomBee 2022-11-29 19:52:18     FALSE
## 1425     FALSE             0            <NA> 2022-11-29 19:52:14     FALSE
## 1426     FALSE             0       bl_ag_inc 2022-11-29 19:51:40     FALSE
## 1427     FALSE             0     MillarMan69 2022-11-29 19:51:38     FALSE
## 1428     FALSE             0          Shazam 2022-11-29 19:51:36      TRUE
## 1429     FALSE             0            <NA> 2022-11-29 19:51:34     FALSE
## 1430     FALSE             0  Merryweatherey 2022-11-29 19:51:07      TRUE
## 1431     FALSE             0            <NA> 2022-11-29 19:50:51     FALSE
## 1432     FALSE             0            <NA> 2022-11-29 19:50:40     FALSE
## 1433     FALSE             0  RonnyJacksonTX 2022-11-29 19:50:37     FALSE
## 1434     FALSE             1            <NA> 2022-11-29 19:50:21     FALSE
## 1435     FALSE             0            <NA> 2022-11-29 19:50:15      TRUE
## 1436     FALSE             0            <NA> 2022-11-29 19:50:15      TRUE
## 1437     FALSE             0            <NA> 2022-11-29 19:50:13     FALSE
## 1438     FALSE             0            <NA> 2022-11-29 19:50:08     FALSE
## 1439     FALSE             0            <NA> 2022-11-29 19:49:03     FALSE
## 1440     FALSE             0   eichstadt_jay 2022-11-29 19:48:59     FALSE
## 1441     FALSE             0            <NA> 2022-11-29 19:48:52     FALSE
## 1442     FALSE             0            <NA> 2022-11-29 19:48:41     FALSE
## 1443     FALSE             0            <NA> 2022-11-29 19:48:23     FALSE
## 1444     FALSE             0            <NA> 2022-11-29 19:48:21     FALSE
## 1445     FALSE             0            <NA> 2022-11-29 19:47:53     FALSE
## 1446     FALSE             3       bl_ag_inc 2022-11-29 19:47:46     FALSE
## 1447     FALSE             0            <NA> 2022-11-29 19:47:45     FALSE
## 1448     FALSE             0            <NA> 2022-11-29 19:47:45     FALSE
## 1449     FALSE             0 billboardcharts 2022-11-29 19:47:22      TRUE
## 1450     FALSE             0            <NA> 2022-11-29 19:47:17     FALSE
## 1451     FALSE             0            <NA> 2022-11-29 19:47:15     FALSE
## 1452     FALSE             0            <NA> 2022-11-29 19:47:14     FALSE
## 1453     FALSE             0            <NA> 2022-11-29 19:46:36     FALSE
## 1454     FALSE            46            <NA> 2022-11-29 19:46:36     FALSE
## 1455     FALSE             0            <NA> 2022-11-29 19:46:26     FALSE
## 1456     FALSE             0            <NA> 2022-11-29 19:46:17      TRUE
## 1457     FALSE             0            <NA> 2022-11-29 19:46:10     FALSE
## 1458     FALSE             0            <NA> 2022-11-29 19:45:58     FALSE
## 1459     FALSE             0            <NA> 2022-11-29 19:45:46     FALSE
## 1460     FALSE             0            <NA> 2022-11-29 19:45:35     FALSE
## 1461     FALSE             0            <NA> 2022-11-29 19:45:22     FALSE
## 1462     FALSE             0            <NA> 2022-11-29 19:45:21     FALSE
## 1463     FALSE             1       Appollon_ 2022-11-29 19:45:21     FALSE
## 1464     FALSE             0            <NA> 2022-11-29 19:45:09     FALSE
## 1465     FALSE             0            <NA> 2022-11-29 19:45:02     FALSE
## 1466     FALSE          2321            <NA> 2022-11-29 19:44:51      TRUE
## 1467     FALSE             0            <NA> 2022-11-29 19:44:37     FALSE
## 1468     FALSE             0            <NA> 2022-11-29 19:44:23     FALSE
## 1469     FALSE            48            <NA> 2022-11-29 19:44:21     FALSE
## 1470     FALSE             0            <NA> 2022-11-29 19:44:13     FALSE
## 1471     FALSE             0            <NA> 2022-11-29 19:43:59      TRUE
## 1472     FALSE             0            <NA> 2022-11-29 19:43:40     FALSE
## 1473     FALSE             0         het_tay 2022-11-29 19:43:36     FALSE
## 1474     FALSE             0            <NA> 2022-11-29 19:43:33     FALSE
## 1475     FALSE             0            <NA> 2022-11-29 19:43:31      TRUE
## 1476     FALSE             0       ObuwEight 2022-11-29 19:43:29     FALSE
## 1477     FALSE             0            <NA> 2022-11-29 19:42:58     FALSE
## 1478     FALSE             0            <NA> 2022-11-29 19:42:45     FALSE
## 1479     FALSE             0            <NA> 2022-11-29 19:42:45     FALSE
## 1480     FALSE             0            <NA> 2022-11-29 19:42:42     FALSE
## 1481     FALSE             0            <NA> 2022-11-29 19:42:15     FALSE
## 1482     FALSE             0            <NA> 2022-11-29 19:42:00     FALSE
## 1483     FALSE             0            <NA> 2022-11-29 19:42:00     FALSE
## 1484     FALSE             0            <NA> 2022-11-29 19:41:48     FALSE
## 1485     FALSE             0            <NA> 2022-11-29 19:41:47     FALSE
## 1486     FALSE             0            <NA> 2022-11-29 19:41:32     FALSE
## 1487     FALSE             0            <NA> 2022-11-29 19:41:09     FALSE
## 1488     FALSE             0            <NA> 2022-11-29 19:40:52     FALSE
## 1489     FALSE             0            <NA> 2022-11-29 19:40:15     FALSE
## 1490     FALSE             0            <NA> 2022-11-29 19:40:15     FALSE
## 1491     FALSE             0            <NA> 2022-11-29 19:39:22     FALSE
## 1492     FALSE             0            <NA> 2022-11-29 19:39:01     FALSE
## 1493     FALSE             0            <NA> 2022-11-29 19:38:50     FALSE
## 1494     FALSE             0            <NA> 2022-11-29 19:38:32     FALSE
## 1495     FALSE             0            <NA> 2022-11-29 19:38:11     FALSE
## 1496     FALSE             0        hssluttt 2022-11-29 19:37:36     FALSE
## 1497     FALSE             0            <NA> 2022-11-29 19:37:30     FALSE
## 1498     FALSE             0            <NA> 2022-11-29 19:37:02     FALSE
## 1499     FALSE             0            <NA> 2022-11-29 19:36:55      TRUE
## 1500     FALSE             0    PocketOfRats 2022-11-29 19:36:51      TRUE
## 1501     FALSE             0            <NA> 2022-11-29 19:36:49      TRUE
## 1502     FALSE             1            <NA> 2022-11-29 19:36:34     FALSE
## 1503     FALSE             0            <NA> 2022-11-29 19:36:23     FALSE
## 1504     FALSE             0            <NA> 2022-11-29 19:36:01     FALSE
## 1505     FALSE             1     yannisbored 2022-11-29 19:35:45     FALSE
## 1506     FALSE            24   illustrata_ai 2022-11-29 19:35:38      TRUE
## 1507     FALSE             0            <NA> 2022-11-29 19:35:31     FALSE
## 1508     FALSE             0     ancientgays 2022-11-29 19:35:27     FALSE
## 1509     FALSE             0            <NA> 2022-11-29 19:35:19     FALSE
## 1510     FALSE             0            <NA> 2022-11-29 19:35:15     FALSE
## 1511     FALSE             0            <NA> 2022-11-29 19:35:15     FALSE
## 1512     FALSE             0            <NA> 2022-11-29 19:35:03     FALSE
## 1513     FALSE            22     jimmy_darke 2022-11-29 19:34:55      TRUE
## 1514     FALSE             0            <NA> 2022-11-29 19:34:46     FALSE
## 1515     FALSE             2            <NA> 2022-11-29 19:34:42      TRUE
## 1516     FALSE             0            <NA> 2022-11-29 19:34:33     FALSE
## 1517     FALSE             1    kimmy_kimmoi 2022-11-29 19:34:14      TRUE
## 1518     FALSE             0            <NA> 2022-11-29 19:33:55     FALSE
## 1519     FALSE             0            <NA> 2022-11-29 19:33:42     FALSE
## 1520     FALSE             0            <NA> 2022-11-29 19:33:35     FALSE
## 1521     FALSE             0            <NA> 2022-11-29 19:33:30     FALSE
## 1522     FALSE             0            <NA> 2022-11-29 19:33:30     FALSE
## 1523     FALSE             1            <NA> 2022-11-29 19:33:06     FALSE
## 1524     FALSE            12       bl_ag_inc 2022-11-29 19:32:43     FALSE
## 1525     FALSE             0            <NA> 2022-11-29 19:32:24     FALSE
## 1526     FALSE             0            <NA> 2022-11-29 19:32:03     FALSE
## 1527     FALSE             0            <NA> 2022-11-29 19:32:00     FALSE
## 1528     FALSE             4 DanielBendite19 2022-11-29 19:31:57      TRUE
## 1529     FALSE             0            <NA> 2022-11-29 19:31:40     FALSE
## 1530     FALSE             0            <NA> 2022-11-29 19:31:36     FALSE
## 1531     FALSE            14     Morph_VGart 2022-11-29 19:31:35      TRUE
## 1532     FALSE             0        Rida3455 2022-11-29 19:31:35      TRUE
## 1533     FALSE             0            <NA> 2022-11-29 19:31:28     FALSE
## 1534     FALSE             0            <NA> 2022-11-29 19:31:16     FALSE
## 1535     FALSE             0            <NA> 2022-11-29 19:31:06     FALSE
## 1536     FALSE             0            <NA> 2022-11-29 19:31:00     FALSE
## 1537     FALSE             0 nutk_nutthachai 2022-11-29 19:30:57      TRUE
## 1538     FALSE             0            <NA> 2022-11-29 19:30:56     FALSE
## 1539     FALSE             0            <NA> 2022-11-29 19:30:41     FALSE
## 1540     FALSE             0            <NA> 2022-11-29 19:30:03     FALSE
## 1541     FALSE             0            <NA> 2022-11-29 19:29:54      TRUE
## 1542     FALSE             5     AllyRatSTOP 2022-11-29 19:29:52     FALSE
## 1543     FALSE             0            <NA> 2022-11-29 19:29:47     FALSE
## 1544     FALSE             0            <NA> 2022-11-29 19:29:47     FALSE
## 1545     FALSE             0            <NA> 2022-11-29 19:29:45     FALSE
## 1546     FALSE             0            <NA> 2022-11-29 19:29:45     FALSE
## 1547     FALSE             0            <NA> 2022-11-29 19:29:45     FALSE
## 1548     FALSE             0            <NA> 2022-11-29 19:29:07     FALSE
## 1549     FALSE             1  tanniesoveryou 2022-11-29 19:28:59     FALSE
## 1550     FALSE             0            <NA> 2022-11-29 19:28:58     FALSE
## 1551     FALSE             8        elysiacb 2022-11-29 19:28:48      TRUE
## 1552     FALSE             0            <NA> 2022-11-29 19:28:14     FALSE
## 1553     FALSE             0            <NA> 2022-11-29 19:27:22     FALSE
## 1554     FALSE             0            <NA> 2022-11-29 19:27:18     FALSE
## 1555     FALSE             0            <NA> 2022-11-29 19:27:09     FALSE
## 1556     FALSE             0            <NA> 2022-11-29 19:27:01     FALSE
## 1557     FALSE             1          kivuil 2022-11-29 19:26:51      TRUE
## 1558     FALSE             0            <NA> 2022-11-29 19:26:48     FALSE
## 1559     FALSE             0            <NA> 2022-11-29 19:26:22     FALSE
## 1560     FALSE             0            <NA> 2022-11-29 19:26:17     FALSE
## 1561     FALSE             0            <NA> 2022-11-29 19:26:11     FALSE
## 1562     FALSE             3      MattHintz3 2022-11-29 19:26:09     FALSE
## 1563     FALSE             0            <NA> 2022-11-29 19:25:49     FALSE
## 1564     FALSE             0  sandilemoepeng 2022-11-29 19:25:47     FALSE
## 1565     FALSE             0            <NA> 2022-11-29 19:25:29     FALSE
## 1566     FALSE             0            <NA> 2022-11-29 19:25:22     FALSE
## 1567     FALSE             0            <NA> 2022-11-29 19:25:20     FALSE
## 1568     FALSE             0            <NA> 2022-11-29 19:25:11     FALSE
## 1569     FALSE             0            <NA> 2022-11-29 19:24:53     FALSE
## 1570     FALSE             0            <NA> 2022-11-29 19:24:28     FALSE
## 1571     FALSE             0            <NA> 2022-11-29 19:24:28     FALSE
## 1572     FALSE             0            <NA> 2022-11-29 19:24:21     FALSE
## 1573     FALSE             0            <NA> 2022-11-29 19:24:19     FALSE
## 1574     FALSE             0            <NA> 2022-11-29 19:24:07     FALSE
## 1575     FALSE             2     realBrentAV 2022-11-29 19:24:04      TRUE
## 1576     FALSE            12  arkhan_voyager 2022-11-29 19:24:00      TRUE
## 1577     FALSE             0            <NA> 2022-11-29 19:23:51     FALSE
## 1578     FALSE             0            <NA> 2022-11-29 19:23:51     FALSE
## 1579     FALSE            11            <NA> 2022-11-29 19:23:46      TRUE
## 1580     FALSE             1            <NA> 2022-11-29 19:23:44     FALSE
## 1581     FALSE             3      NobileAjax 2022-11-29 19:23:29      TRUE
## 1582     FALSE             0            <NA> 2022-11-29 19:23:18     FALSE
## 1583     FALSE             0            <NA> 2022-11-29 19:23:04     FALSE
## 1584     FALSE             0            <NA> 2022-11-29 19:23:01     FALSE
## 1585     FALSE             0            <NA> 2022-11-29 19:22:44     FALSE
## 1586     FALSE             0            <NA> 2022-11-29 19:22:42     FALSE
## 1587     FALSE             0    TrafalgarLog 2022-11-29 19:22:34     FALSE
## 1588     FALSE             6            <NA> 2022-11-29 19:22:30      TRUE
## 1589     FALSE             0            <NA> 2022-11-29 19:22:17     FALSE
## 1590     FALSE             0            <NA> 2022-11-29 19:22:17     FALSE
## 1591     FALSE             0            <NA> 2022-11-29 19:22:12     FALSE
## 1592     FALSE             1      ppnaraviet 2022-11-29 19:22:07      TRUE
## 1593     FALSE             0            <NA> 2022-11-29 19:21:55     FALSE
## 1594     FALSE             0            <NA> 2022-11-29 19:21:55     FALSE
## 1595     FALSE             0            <NA> 2022-11-29 19:21:52     FALSE
## 1596     FALSE             0            <NA> 2022-11-29 19:21:35     FALSE
## 1597     FALSE             0      hodgetwins 2022-11-29 19:21:24     FALSE
## 1598     FALSE             0            <NA> 2022-11-29 19:21:12     FALSE
## 1599     FALSE             0            <NA> 2022-11-29 19:20:51     FALSE
## 1600     FALSE             0            <NA> 2022-11-29 19:20:50     FALSE
## 1601     FALSE             1       bl_ag_inc 2022-11-29 19:20:44     FALSE
## 1602     FALSE             8            <NA> 2022-11-29 19:20:22     FALSE
## 1603     FALSE             0            <NA> 2022-11-29 19:20:14      TRUE
## 1604     FALSE             0            <NA> 2022-11-29 19:19:56     FALSE
## 1605     FALSE             1      DoctaSlick 2022-11-29 19:19:44     FALSE
## 1606     FALSE             0            <NA> 2022-11-29 19:19:43      TRUE
## 1607     FALSE             0            <NA> 2022-11-29 19:19:39     FALSE
## 1608     FALSE             0   _shtojzovalle 2022-11-29 19:19:15     FALSE
## 1609     FALSE             1      panther_BL 2022-11-29 19:19:13     FALSE
## 1610     FALSE             0        bl_fan89 2022-11-29 19:19:04     FALSE
## 1611     FALSE             0            <NA> 2022-11-29 19:18:28     FALSE
## 1612     FALSE             0            <NA> 2022-11-29 19:18:22     FALSE
## 1613     FALSE             2    s4tinflowers 2022-11-29 19:18:21      TRUE
## 1614     FALSE             0            <NA> 2022-11-29 19:17:51     FALSE
## 1615     FALSE             0            <NA> 2022-11-29 19:17:49      TRUE
## 1616     FALSE             0            <NA> 2022-11-29 19:17:45     FALSE
## 1617     FALSE             0            <NA> 2022-11-29 19:17:32     FALSE
## 1618     FALSE             0            <NA> 2022-11-29 19:17:11     FALSE
## 1619     FALSE             0            <NA> 2022-11-29 19:17:00     FALSE
## 1620     FALSE             0            <NA> 2022-11-29 19:17:00     FALSE
## 1621     FALSE             0  oussamahamadeh 2022-11-29 19:16:58     FALSE
## 1622     FALSE             0            <NA> 2022-11-29 19:16:45     FALSE
## 1623     FALSE             0            <NA> 2022-11-29 19:16:42     FALSE
## 1624     FALSE             0            <NA> 2022-11-29 19:16:32     FALSE
## 1625     FALSE             1            <NA> 2022-11-29 19:16:29     FALSE
## 1626     FALSE             0            <NA> 2022-11-29 19:16:08     FALSE
## 1627     FALSE             0            <NA> 2022-11-29 19:15:56     FALSE
## 1628     FALSE             0      wiIIowwine 2022-11-29 19:15:50     FALSE
## 1629     FALSE             0            <NA> 2022-11-29 19:15:48     FALSE
## 1630     FALSE             0            <NA> 2022-11-29 19:15:37     FALSE
## 1631     FALSE             0            <NA> 2022-11-29 19:15:32     FALSE
## 1632     FALSE             0            <NA> 2022-11-29 19:15:30     FALSE
## 1633     FALSE             0            <NA> 2022-11-29 19:15:24     FALSE
## 1634     FALSE             1      GOALAfrica 2022-11-29 19:14:44     FALSE
## 1635     FALSE             1       BUB_BL_ES 2022-11-29 19:14:35     FALSE
## 1636     FALSE             0            <NA> 2022-11-29 19:14:20     FALSE
## 1637     FALSE             0            <NA> 2022-11-29 19:14:18     FALSE
## 1638     FALSE             0            <NA> 2022-11-29 19:13:47     FALSE
## 1639     FALSE             0            <NA> 2022-11-29 19:13:37     FALSE
## 1640     FALSE             5         SimuLiu 2022-11-29 19:13:35      TRUE
## 1641     FALSE             0            <NA> 2022-11-29 19:13:28     FALSE
## 1642     FALSE             0            <NA> 2022-11-29 19:13:26      TRUE
## 1643     FALSE             0            <NA> 2022-11-29 19:13:25      TRUE
## 1644     FALSE             0            <NA> 2022-11-29 19:13:23     FALSE
## 1645     FALSE             0            <NA> 2022-11-29 19:13:23     FALSE
## 1646     FALSE             0            <NA> 2022-11-29 19:13:16     FALSE
## 1647     FALSE             0            <NA> 2022-11-29 19:13:12     FALSE
## 1648     FALSE            27            <NA> 2022-11-29 19:13:01     FALSE
## 1649     FALSE             0            <NA> 2022-11-29 19:13:00     FALSE
## 1650     FALSE             0            <NA> 2022-11-29 19:12:38     FALSE
## 1651     FALSE             4            <NA> 2022-11-29 19:12:35      TRUE
## 1652     FALSE            18            <NA> 2022-11-29 19:12:20      TRUE
## 1653     FALSE             4       bl_ag_inc 2022-11-29 19:11:39     FALSE
## 1654     FALSE             0            <NA> 2022-11-29 19:11:10     FALSE
## 1655     FALSE             0            <NA> 2022-11-29 19:10:48     FALSE
## 1656     FALSE             0            <NA> 2022-11-29 19:10:32     FALSE
## 1657     FALSE             3            <NA> 2022-11-29 19:10:17      TRUE
## 1658     FALSE             0            <NA> 2022-11-29 19:09:58     FALSE
## 1659     FALSE             0            <NA> 2022-11-29 19:09:52     FALSE
## 1660     FALSE             0            <NA> 2022-11-29 19:09:22     FALSE
## 1661     FALSE             0            <NA> 2022-11-29 19:09:18     FALSE
## 1662     FALSE             0            <NA> 2022-11-29 19:09:16     FALSE
## 1663     FALSE            70            <NA> 2022-11-29 19:08:33     FALSE
## 1664     FALSE             0            <NA> 2022-11-29 19:08:28     FALSE
## 1665     FALSE             0            <NA> 2022-11-29 19:08:17     FALSE
## 1666     FALSE             0 TillyLovesBooks 2022-11-29 19:08:14     FALSE
## 1667     FALSE             0            <NA> 2022-11-29 19:07:55     FALSE
## 1668     FALSE             0            <NA> 2022-11-29 19:07:39     FALSE
## 1669     FALSE            12      mfa_russia 2022-11-29 19:07:29      TRUE
## 1670     FALSE             0            <NA> 2022-11-29 19:07:07     FALSE
## 1671     FALSE             0            <NA> 2022-11-29 19:06:54     FALSE
## 1672     FALSE             0            <NA> 2022-11-29 19:06:19     FALSE
## 1673     FALSE             0            <NA> 2022-11-29 19:06:15     FALSE
## 1674     FALSE             0            <NA> 2022-11-29 19:06:00     FALSE
## 1675     FALSE             0            <NA> 2022-11-29 19:05:53     FALSE
## 1676     FALSE             0            <NA> 2022-11-29 19:05:48     FALSE
## 1677     FALSE             0            <NA> 2022-11-29 19:05:36     FALSE
## 1678     FALSE             1   SeraphCavotta 2022-11-29 19:05:20     FALSE
## 1679     FALSE             0            <NA> 2022-11-29 19:05:20     FALSE
## 1680     FALSE             0            <NA> 2022-11-29 19:04:57     FALSE
## 1681     FALSE           111            <NA> 2022-11-29 19:04:57     FALSE
## 1682     FALSE             0            <NA> 2022-11-29 19:04:35     FALSE
## 1683     FALSE             0            <NA> 2022-11-29 19:04:31     FALSE
## 1684     FALSE             0            <NA> 2022-11-29 19:04:30     FALSE
## 1685     FALSE             0            <NA> 2022-11-29 19:04:29      TRUE
## 1686     FALSE             0            <NA> 2022-11-29 19:03:40     FALSE
## 1687     FALSE             0            <NA> 2022-11-29 19:03:34     FALSE
## 1688     FALSE             0            <NA> 2022-11-29 19:03:27     FALSE
## 1689     FALSE             6   MeleeStatsPod 2022-11-29 19:03:17      TRUE
## 1690     FALSE             0            <NA> 2022-11-29 19:03:16     FALSE
## 1691     FALSE             0            <NA> 2022-11-29 19:03:09     FALSE
## 1692     FALSE             0            <NA> 2022-11-29 19:03:05     FALSE
## 1693     FALSE             2            <NA> 2022-11-29 19:03:01      TRUE
## 1694     FALSE             3         aksnevv 2022-11-29 19:02:45      TRUE
## 1695     FALSE             0            <NA> 2022-11-29 19:02:28     FALSE
## 1696     FALSE             0            <NA> 2022-11-29 19:02:28     FALSE
## 1697     FALSE             0            <NA> 2022-11-29 19:01:52     FALSE
## 1698     FALSE             0            <NA> 2022-11-29 19:01:41     FALSE
## 1699     FALSE             0            <NA> 2022-11-29 19:01:39      TRUE
## 1700     FALSE             0            <NA> 2022-11-29 19:01:37     FALSE
## 1701     FALSE             6   darrengrimes_ 2022-11-29 19:01:26     FALSE
## 1702     FALSE             0            <NA> 2022-11-29 19:01:07     FALSE
## 1703     FALSE             0            <NA> 2022-11-29 19:01:03     FALSE
## 1704     FALSE             1            <NA> 2022-11-29 19:01:00      TRUE
## 1705     FALSE             0            <NA> 2022-11-29 19:00:26     FALSE
## 1706     FALSE             0            <NA> 2022-11-29 19:00:25     FALSE
## 1707     FALSE            17     Morph_VGart 2022-11-29 19:00:18      TRUE
## 1708     FALSE             0            <NA> 2022-11-29 19:00:18     FALSE
## 1709     FALSE             0            <NA> 2022-11-29 19:00:17     FALSE
## 1710     FALSE             0            <NA> 2022-11-29 19:00:16     FALSE
## 1711     FALSE             0            <NA> 2022-11-29 19:00:14     FALSE
## 1712     FALSE             0            <NA> 2022-11-29 19:00:05     FALSE
## 1713     FALSE             0            <NA> 2022-11-29 18:59:58     FALSE
## 1714     FALSE             0         ANSOM68 2022-11-29 18:59:51     FALSE
## 1715     FALSE             0            <NA> 2022-11-29 18:59:43     FALSE
## 1716     FALSE             9    creepthereum 2022-11-29 18:59:27      TRUE
## 1717     FALSE             0            <NA> 2022-11-29 18:59:14     FALSE
## 1718     FALSE             0            <NA> 2022-11-29 18:59:06     FALSE
## 1719     FALSE             0     AnujUnknown 2022-11-29 18:58:49     FALSE
## 1720     FALSE             0            <NA> 2022-11-29 18:58:32     FALSE
## 1721     FALSE             1     joeysinsoup 2022-11-29 18:57:57      TRUE
## 1722     FALSE             0            <NA> 2022-11-29 18:57:53     FALSE
## 1723     FALSE             1            <NA> 2022-11-29 18:57:52     FALSE
## 1724     FALSE             0            <NA> 2022-11-29 18:57:50     FALSE
## 1725     FALSE             0            <NA> 2022-11-29 18:57:31     FALSE
## 1726     FALSE             0      AidenRS139 2022-11-29 18:57:18     FALSE
## 1727     FALSE             1            <NA> 2022-11-29 18:57:10      TRUE
## 1728     FALSE             1            <NA> 2022-11-29 18:56:51     FALSE
## 1729     FALSE             0            <NA> 2022-11-29 18:56:36     FALSE
## 1730     FALSE             1        0xxghost 2022-11-29 18:56:34     FALSE
## 1731     FALSE             0     khamenei_ir 2022-11-29 18:56:33     FALSE
## 1732     FALSE             0            <NA> 2022-11-29 18:56:26     FALSE
## 1733     FALSE             0            <NA> 2022-11-29 18:55:59     FALSE
## 1734     FALSE            14            <NA> 2022-11-29 18:55:56     FALSE
## 1735     FALSE             0     ozymandiest 2022-11-29 18:55:35      TRUE
## 1736     FALSE             1   TheDonVisuals 2022-11-29 18:55:32      TRUE
## 1737     FALSE             0            <NA> 2022-11-29 18:55:30     FALSE
## 1738     FALSE             0            <NA> 2022-11-29 18:55:15     FALSE
## 1739     FALSE             0            <NA> 2022-11-29 18:55:15     FALSE
## 1740     FALSE             0     tumcial_bbb 2022-11-29 18:55:02      TRUE
## 1741     FALSE             0            <NA> 2022-11-29 18:54:59     FALSE
## 1742     FALSE             1      MajorGroup 2022-11-29 18:54:58     FALSE
## 1743     FALSE             0            <NA> 2022-11-29 18:54:51     FALSE
## 1744     FALSE             0            <NA> 2022-11-29 18:54:27      TRUE
## 1745     FALSE             0         SJAF_BL 2022-11-29 18:54:23     FALSE
## 1746     FALSE             0   piscianamente 2022-11-29 18:54:04     FALSE
## 1747     FALSE             0            <NA> 2022-11-29 18:53:58     FALSE
## 1748     FALSE             0      nacreously 2022-11-29 18:53:48     FALSE
## 1749     FALSE             0            <NA> 2022-11-29 18:53:45     FALSE
## 1750     FALSE             0            <NA> 2022-11-29 18:53:38     FALSE
## 1751     FALSE             0            <NA> 2022-11-29 18:53:25     FALSE
## 1752     FALSE             0            <NA> 2022-11-29 18:53:14     FALSE
## 1753     FALSE             2   illustrata_ai 2022-11-29 18:53:08     FALSE
## 1754     FALSE             0            <NA> 2022-11-29 18:52:49     FALSE
## 1755     FALSE             0            <NA> 2022-11-29 18:52:49     FALSE
## 1756     FALSE            36    nanazunshine 2022-11-29 18:52:43      TRUE
## 1757     FALSE             0            <NA> 2022-11-29 18:52:39     FALSE
## 1758     FALSE            28            <NA> 2022-11-29 18:52:31     FALSE
## 1759     FALSE             0            <NA> 2022-11-29 18:52:19     FALSE
## 1760     FALSE             0            <NA> 2022-11-29 18:52:09     FALSE
## 1761     FALSE             0            <NA> 2022-11-29 18:52:02     FALSE
## 1762     FALSE             0            <NA> 2022-11-29 18:51:57     FALSE
## 1763     FALSE             0            <NA> 2022-11-29 18:51:57     FALSE
## 1764     FALSE             0     AdamBormann 2022-11-29 18:51:54     FALSE
## 1765     FALSE             0            <NA> 2022-11-29 18:51:53     FALSE
## 1766     FALSE             0            <NA> 2022-11-29 18:51:50     FALSE
## 1767     FALSE             0            <NA> 2022-11-29 18:51:46     FALSE
## 1768     FALSE             4            <NA> 2022-11-29 18:51:36      TRUE
## 1769     FALSE             1       SENMU__55 2022-11-29 18:51:32     FALSE
## 1770     FALSE            31            <NA> 2022-11-29 18:51:30      TRUE
## 1771     FALSE             0            <NA> 2022-11-29 18:51:13     FALSE
## 1772     FALSE             0            <NA> 2022-11-29 18:50:57     FALSE
## 1773     FALSE             0            <NA> 2022-11-29 18:50:55     FALSE
## 1774     FALSE             0            <NA> 2022-11-29 18:50:42     FALSE
## 1775     FALSE             0            <NA> 2022-11-29 18:50:40     FALSE
## 1776     FALSE             0            <NA> 2022-11-29 18:50:19     FALSE
## 1777     FALSE             0            <NA> 2022-11-29 18:50:15     FALSE
## 1778     FALSE             0            <NA> 2022-11-29 18:50:15     FALSE
## 1779     FALSE             0            <NA> 2022-11-29 18:50:03     FALSE
## 1780     FALSE             0            <NA> 2022-11-29 18:49:53     FALSE
## 1781     FALSE             0            <NA> 2022-11-29 18:49:40     FALSE
## 1782     FALSE             0            <NA> 2022-11-29 18:49:25     FALSE
## 1783     FALSE             2            <NA> 2022-11-29 18:49:10      TRUE
## 1784     FALSE             0      HtxYounglo 2022-11-29 18:49:06     FALSE
## 1785     FALSE             0            <NA> 2022-11-29 18:48:57     FALSE
## 1786     FALSE             0            <NA> 2022-11-29 18:48:57     FALSE
## 1787     FALSE             7            <NA> 2022-11-29 18:48:50      TRUE
## 1788     FALSE             1            <NA> 2022-11-29 18:48:45     FALSE
## 1789     FALSE             0     ThisIsKyleR 2022-11-29 18:48:44     FALSE
## 1790     FALSE             0            <NA> 2022-11-29 18:48:44     FALSE
## 1791     FALSE             0            <NA> 2022-11-29 18:48:43     FALSE
## 1792     FALSE             0            <NA> 2022-11-29 18:48:33     FALSE
## 1793     FALSE             6            <NA> 2022-11-29 18:48:32      TRUE
## 1794     FALSE             0  wondercatsblue 2022-11-29 18:48:30     FALSE
## 1795     FALSE             0            <NA> 2022-11-29 18:48:27     FALSE
## 1796     FALSE             0            <NA> 2022-11-29 18:47:52     FALSE
## 1797     FALSE             2            <NA> 2022-11-29 18:47:37      TRUE
## 1798     FALSE             0            <NA> 2022-11-29 18:47:20     FALSE
## 1799     FALSE             4       bl_ag_inc 2022-11-29 18:47:13      TRUE
## 1800     FALSE             0            <NA> 2022-11-29 18:47:00     FALSE
## 1801     FALSE             0            <NA> 2022-11-29 18:46:41     FALSE
## 1802     FALSE             0            <NA> 2022-11-29 18:46:25     FALSE
## 1803     FALSE             6            <NA> 2022-11-29 18:46:21      TRUE
## 1804     FALSE             3     CorLeonis92 2022-11-29 18:46:18     FALSE
## 1805     FALSE             0            <NA> 2022-11-29 18:45:42     FALSE
## 1806     FALSE             3            <NA> 2022-11-29 18:45:23      TRUE
## 1807     FALSE             1            <NA> 2022-11-29 18:45:20     FALSE
## 1808     FALSE             0            <NA> 2022-11-29 18:45:16      TRUE
## 1809     FALSE             0            <NA> 2022-11-29 18:45:14     FALSE
## 1810     FALSE             0            <NA> 2022-11-29 18:45:04     FALSE
## 1811     FALSE             0            <NA> 2022-11-29 18:45:01     FALSE
## 1812     FALSE             0            <NA> 2022-11-29 18:44:59     FALSE
## 1813     FALSE             0    RailMinIndia 2022-11-29 18:44:41      TRUE
## 1814     FALSE             0        h0peurot 2022-11-29 18:44:15      TRUE
## 1815     FALSE             0            <NA> 2022-11-29 18:44:15     FALSE
## 1816     FALSE             0            <NA> 2022-11-29 18:44:09     FALSE
## 1817     FALSE            20            <NA> 2022-11-29 18:44:08     FALSE
## 1818     FALSE             0            <NA> 2022-11-29 18:43:43     FALSE
## 1819     FALSE             0            <NA> 2022-11-29 18:42:44      TRUE
## 1820     FALSE             0            <NA> 2022-11-29 18:42:40      TRUE
## 1821     FALSE             1     MesmericNft 2022-11-29 18:42:39     FALSE
## 1822     FALSE             0            <NA> 2022-11-29 18:42:28     FALSE
## 1823     FALSE             0       chicoBean 2022-11-29 18:42:19     FALSE
## 1824     FALSE             0            <NA> 2022-11-29 18:42:17     FALSE
## 1825     FALSE             7        h0peurot 2022-11-29 18:41:48     FALSE
## 1826     FALSE            14            <NA> 2022-11-29 18:41:47     FALSE
## 1827     FALSE             0    AlexMetalGuy 2022-11-29 18:41:46      TRUE
## 1828     FALSE             1    BLUPDATE2022 2022-11-29 18:41:36     FALSE
## 1829     FALSE             0            <NA> 2022-11-29 18:41:08     FALSE
## 1830     FALSE             0            <NA> 2022-11-29 18:41:02     FALSE
## 1831     FALSE             0            <NA> 2022-11-29 18:40:58     FALSE
## 1832     FALSE             0            <NA> 2022-11-29 18:40:58     FALSE
## 1833     FALSE             1  ACarpenDigital 2022-11-29 18:40:48      TRUE
## 1834     FALSE             0            <NA> 2022-11-29 18:40:35     FALSE
## 1835     FALSE             0       travis_bl 2022-11-29 18:40:14     FALSE
## 1836     FALSE             0     bambipaisen 2022-11-29 18:39:49     FALSE
## 1837     FALSE             0        bbnomula 2022-11-29 18:39:43     FALSE
## 1838     FALSE             0            <NA> 2022-11-29 18:39:42     FALSE
## 1839     FALSE             2         dnlv_bl 2022-11-29 18:39:30     FALSE
## 1840     FALSE             1            <NA> 2022-11-29 18:39:13      TRUE
## 1841     FALSE             0            <NA> 2022-11-29 18:38:59     FALSE
## 1842     FALSE             0            <NA> 2022-11-29 18:38:38     FALSE
## 1843     FALSE             0            <NA> 2022-11-29 18:38:37     FALSE
## 1844     FALSE             0            <NA> 2022-11-29 18:38:23     FALSE
## 1845     FALSE             0            <NA> 2022-11-29 18:38:20     FALSE
## 1846     FALSE             0     KovcsZorka1 2022-11-29 18:37:58     FALSE
## 1847     FALSE             3            <NA> 2022-11-29 18:37:57      TRUE
## 1848     FALSE             0            <NA> 2022-11-29 18:37:36     FALSE
## 1849     FALSE             0            <NA> 2022-11-29 18:37:18     FALSE
## 1850     FALSE             0            <NA> 2022-11-29 18:37:02      TRUE
## 1851     FALSE             0            <NA> 2022-11-29 18:36:52     FALSE
## 1852     FALSE             0        luv4lola 2022-11-29 18:36:46     FALSE
## 1853     FALSE             0            <NA> 2022-11-29 18:36:30     FALSE
## 1854     FALSE             0     Rohit_Das11 2022-11-29 18:36:30      TRUE
## 1855     FALSE             0            <NA> 2022-11-29 18:36:27     FALSE
## 1856     FALSE             0            <NA> 2022-11-29 18:36:25     FALSE
## 1857     FALSE            22            <NA> 2022-11-29 18:36:19      TRUE
## 1858     FALSE             0            <NA> 2022-11-29 18:36:12      TRUE
## 1859     FALSE             0            <NA> 2022-11-29 18:36:09     FALSE
## 1860     FALSE             0            <NA> 2022-11-29 18:36:03     FALSE
## 1861     FALSE             0            <NA> 2022-11-29 18:36:00     FALSE
## 1862     FALSE             0            <NA> 2022-11-29 18:35:52     FALSE
## 1863     FALSE             0            <NA> 2022-11-29 18:35:47     FALSE
## 1864     FALSE             1       Atho_1982 2022-11-29 18:35:46     FALSE
## 1865     FALSE             0            <NA> 2022-11-29 18:35:24     FALSE
## 1866     FALSE             0            <NA> 2022-11-29 18:35:13     FALSE
## 1867     FALSE             0            <NA> 2022-11-29 18:35:11     FALSE
## 1868     FALSE             3            <NA> 2022-11-29 18:35:10      TRUE
## 1869     FALSE             0            <NA> 2022-11-29 18:34:57     FALSE
## 1870     FALSE             0            <NA> 2022-11-29 18:34:48      TRUE
## 1871     FALSE             0            <NA> 2022-11-29 18:34:44     FALSE
## 1872     FALSE             0            <NA> 2022-11-29 18:34:31     FALSE
## 1873     FALSE             0          bl_hkg 2022-11-29 18:34:23     FALSE
## 1874     FALSE             4 Rohan_Bordoloi_ 2022-11-29 18:34:23      TRUE
## 1875     FALSE             2            <NA> 2022-11-29 18:34:10     FALSE
## 1876     FALSE             2            <NA> 2022-11-29 18:34:01     FALSE
## 1877     FALSE             0            <NA> 2022-11-29 18:33:48     FALSE
## 1878     FALSE             0    muniklovesme 2022-11-29 18:33:34      TRUE
## 1879     FALSE             0            <NA> 2022-11-29 18:33:21     FALSE
## 1880     FALSE             3 Daria_Rastunina 2022-11-29 18:33:18      TRUE
## 1881     FALSE             2            <NA> 2022-11-29 18:33:11      TRUE
## 1882     FALSE             0            <NA> 2022-11-29 18:33:06     FALSE
## 1883     FALSE             0            <NA> 2022-11-29 18:33:02     FALSE
## 1884     FALSE            15   illustrata_ai 2022-11-29 18:32:57      TRUE
## 1885     FALSE             0            <NA> 2022-11-29 18:32:57     FALSE
## 1886     FALSE             0            <NA> 2022-11-29 18:32:53      TRUE
## 1887     FALSE             2      bl_artcult 2022-11-29 18:32:50     FALSE
## 1888     FALSE             0            <NA> 2022-11-29 18:32:48     FALSE
## 1889     FALSE             0            <NA> 2022-11-29 18:32:32      TRUE
## 1890     FALSE             0            <NA> 2022-11-29 18:32:13     FALSE
## 1891     FALSE             0            <NA> 2022-11-29 18:31:49     FALSE
## 1892     FALSE             1     ArtEthiopic 2022-11-29 18:31:43      TRUE
## 1893     FALSE             0            <NA> 2022-11-29 18:31:20     FALSE
## 1894     FALSE             0 EmbassyofRussia 2022-11-29 18:31:17      TRUE
## 1895     FALSE             0            <NA> 2022-11-29 18:31:15     FALSE
## 1896     FALSE             0            <NA> 2022-11-29 18:31:09     FALSE
## 1897     FALSE            20            <NA> 2022-11-29 18:31:01     FALSE
## 1898     FALSE             0            <NA> 2022-11-29 18:30:56     FALSE
## 1899     FALSE             0            <NA> 2022-11-29 18:30:45     FALSE
## 1900     FALSE             0            <NA> 2022-11-29 18:30:41     FALSE
## 1901     FALSE             0 that_blacc_girl 2022-11-29 18:30:35     FALSE
## 1902     FALSE             0            <NA> 2022-11-29 18:30:34     FALSE
## 1903     FALSE             0            <NA> 2022-11-29 18:30:28     FALSE
## 1904     FALSE             0            <NA> 2022-11-29 18:30:26     FALSE
## 1905     FALSE             0            <NA> 2022-11-29 18:29:55     FALSE
## 1906     FALSE             0            <NA> 2022-11-29 18:29:54     FALSE
## 1907     FALSE             0            <NA> 2022-11-29 18:29:51     FALSE
## 1908     FALSE             0            <NA> 2022-11-29 18:29:45     FALSE
## 1909     FALSE             0            <NA> 2022-11-29 18:29:40     FALSE
## 1910     FALSE             0            <NA> 2022-11-29 18:29:33     FALSE
## 1911     FALSE             0            <NA> 2022-11-29 18:29:33     FALSE
## 1912     FALSE             0            <NA> 2022-11-29 18:29:29     FALSE
## 1913     FALSE             0            <NA> 2022-11-29 18:29:25     FALSE
## 1914     FALSE             0            <NA> 2022-11-29 18:29:00     FALSE
## 1915     FALSE             0            <NA> 2022-11-29 18:28:51     FALSE
## 1916     FALSE             0            <NA> 2022-11-29 18:28:08     FALSE
## 1917     FALSE             0            <NA> 2022-11-29 18:28:07     FALSE
## 1918     FALSE             0         kateweb 2022-11-29 18:27:59     FALSE
## 1919     FALSE             0            <NA> 2022-11-29 18:27:48      TRUE
## 1920     FALSE           291            <NA> 2022-11-29 18:27:42      TRUE
## 1921     FALSE             0       suaritha3 2022-11-29 18:27:41      TRUE
## 1922     FALSE             0            <NA> 2022-11-29 18:27:36     FALSE
## 1923     FALSE             1            <NA> 2022-11-29 18:27:32     FALSE
## 1924     FALSE             0            <NA> 2022-11-29 18:27:20     FALSE
## 1925     FALSE             0            <NA> 2022-11-29 18:27:02     FALSE
## 1926     FALSE             0            <NA> 2022-11-29 18:26:55     FALSE
## 1927     FALSE            17   illustrata_ai 2022-11-29 18:26:44      TRUE
## 1928     FALSE             0            <NA> 2022-11-29 18:26:25      TRUE
## 1929     FALSE             0            <NA> 2022-11-29 18:26:20     FALSE
## 1930     FALSE             0            <NA> 2022-11-29 18:26:20     FALSE
## 1931     FALSE             0            <NA> 2022-11-29 18:26:16      TRUE
## 1932     FALSE             0            <NA> 2022-11-29 18:26:14     FALSE
## 1933     FALSE             0            <NA> 2022-11-29 18:26:10      TRUE
## 1934     FALSE             0            <NA> 2022-11-29 18:26:04     FALSE
## 1935     FALSE             0            <NA> 2022-11-29 18:25:37     FALSE
## 1936     FALSE             0            <NA> 2022-11-29 18:25:28     FALSE
## 1937     FALSE             2  o2productionnn 2022-11-29 18:25:08      TRUE
## 1938     FALSE             0            <NA> 2022-11-29 18:25:06      TRUE
## 1939     FALSE             1  littlegeniexpp 2022-11-29 18:24:43      TRUE
## 1940     FALSE             0            <NA> 2022-11-29 18:24:39     FALSE
## 1941     FALSE             0            <NA> 2022-11-29 18:24:37     FALSE
## 1942     FALSE             0         BL_Odin 2022-11-29 18:24:25     FALSE
## 1943     FALSE             0            <NA> 2022-11-29 18:24:23     FALSE
## 1944     FALSE             6   illustrata_ai 2022-11-29 18:24:14      TRUE
## 1945     FALSE             0            <NA> 2022-11-29 18:24:06     FALSE
## 1946     FALSE             0            <NA> 2022-11-29 18:23:47     FALSE
## 1947     FALSE             1 shadyprivquoter 2022-11-29 18:23:41     FALSE
## 1948     FALSE             0            <NA> 2022-11-29 18:23:37     FALSE
## 1949     FALSE             0            <NA> 2022-11-29 18:23:35     FALSE
## 1950     FALSE             2            <NA> 2022-11-29 18:23:28      TRUE
## 1951     FALSE             0            <NA> 2022-11-29 18:23:26     FALSE
## 1952     FALSE            62    nanazunshine 2022-11-29 18:23:10      TRUE
## 1953     FALSE           208            <NA> 2022-11-29 18:23:08      TRUE
## 1954     FALSE             0            <NA> 2022-11-29 18:23:05     FALSE
## 1955     FALSE             0            <NA> 2022-11-29 18:22:36      TRUE
## 1956     FALSE             3       yuma_sogo 2022-11-29 18:22:36      TRUE
## 1957     FALSE             0            <NA> 2022-11-29 18:22:35     FALSE
## 1958     FALSE             0            <NA> 2022-11-29 18:22:20     FALSE
## 1959     FALSE             0            <NA> 2022-11-29 18:22:13     FALSE
## 1960     FALSE             0            <NA> 2022-11-29 18:22:02     FALSE
## 1961     FALSE             0            <NA> 2022-11-29 18:21:59     FALSE
## 1962     FALSE            15   illustrata_ai 2022-11-29 18:21:49      TRUE
## 1963     FALSE             0            <NA> 2022-11-29 18:21:43     FALSE
## 1964     FALSE             0            <NA> 2022-11-29 18:21:33     FALSE
## 1965     FALSE             4            <NA> 2022-11-29 18:21:22      TRUE
## 1966     FALSE             1      bl_artcult 2022-11-29 18:20:57     FALSE
## 1967     FALSE             0            <NA> 2022-11-29 18:20:55     FALSE
## 1968     FALSE             0            <NA> 2022-11-29 18:20:30     FALSE
## 1969     FALSE             8    jewelwidgets 2022-11-29 18:20:29      TRUE
## 1970     FALSE             0            <NA> 2022-11-29 18:20:16     FALSE
## 1971     FALSE             0            <NA> 2022-11-29 18:20:11     FALSE
## 1972     FALSE             0            <NA> 2022-11-29 18:19:28     FALSE
## 1973     FALSE             1        prananon 2022-11-29 18:19:26     FALSE
## 1974     FALSE            13   illustrata_ai 2022-11-29 18:19:23      TRUE
## 1975     FALSE             0            <NA> 2022-11-29 18:19:15     FALSE
## 1976     FALSE            31  pheonixexplain 2022-11-29 18:18:45      TRUE
## 1977     FALSE             0            <NA> 2022-11-29 18:18:41     FALSE
## 1978     FALSE             0            <NA> 2022-11-29 18:18:25     FALSE
## 1979     FALSE             0      Azzapp_LoL 2022-11-29 18:18:08      TRUE
## 1980     FALSE             1            <NA> 2022-11-29 18:18:05      TRUE
## 1981     FALSE             0            <NA> 2022-11-29 18:17:59     FALSE
## 1982     FALSE             0            <NA> 2022-11-29 18:17:45     FALSE
## 1983     FALSE            23      BadBeanLLC 2022-11-29 18:17:44      TRUE
## 1984     FALSE             0            <NA> 2022-11-29 18:17:41     FALSE
## 1985     FALSE             1     ohsinnerman 2022-11-29 18:17:41     FALSE
## 1986     FALSE             0            <NA> 2022-11-29 18:17:24     FALSE
## 1987     FALSE             0   TadpoleTundra 2022-11-29 18:17:16      TRUE
## 1988     FALSE             0            <NA> 2022-11-29 18:17:12     FALSE
## 1989     FALSE             0  charliersmith1 2022-11-29 18:17:05     FALSE
## 1990     FALSE             0            <NA> 2022-11-29 18:16:58     FALSE
## 1991     FALSE             0          m444hi 2022-11-29 18:16:50     FALSE
## 1992     FALSE             0            <NA> 2022-11-29 18:16:07     FALSE
## 1993     FALSE             3        amli_art 2022-11-29 18:15:50     FALSE
## 1994     FALSE             0            <NA> 2022-11-29 18:15:34     FALSE
## 1995     FALSE             0     ReallySwara 2022-11-29 18:15:28      TRUE
## 1996     FALSE             0            <NA> 2022-11-29 18:15:25     FALSE
## 1997     FALSE             0            <NA> 2022-11-29 18:15:18     FALSE
## 1998     FALSE             1            <NA> 2022-11-29 18:14:42     FALSE
## 1999     FALSE             1  RussianEmbassy 2022-11-29 18:14:40      TRUE
## 2000     FALSE             3            <NA> 2022-11-29 18:14:40      TRUE
## 2001     FALSE            22      bl_artcult 2022-11-29 18:14:39      TRUE
## 2002     FALSE             0            <NA> 2022-11-29 18:14:30     FALSE
## 2003     FALSE             0            <NA> 2022-11-29 18:14:30     FALSE
## 2004     FALSE             0            <NA> 2022-11-29 18:14:02     FALSE
## 2005     FALSE             0            <NA> 2022-11-29 18:13:53     FALSE
## 2006     FALSE             2            <NA> 2022-11-29 18:13:45      TRUE
## 2007     FALSE             0            <NA> 2022-11-29 18:13:34     FALSE
## 2008     FALSE             0            <NA> 2022-11-29 18:13:23     FALSE
## 2009     FALSE             0  calvinrobinson 2022-11-29 18:13:21      TRUE
## 2010     FALSE             0            <NA> 2022-11-29 18:13:18     FALSE
## 2011     FALSE             0            <NA> 2022-11-29 18:13:12     FALSE
## 2012     FALSE             0   punished3liza 2022-11-29 18:12:58     FALSE
## 2013     FALSE             0            <NA> 2022-11-29 18:12:52     FALSE
## 2014     FALSE             0            <NA> 2022-11-29 18:12:45     FALSE
## 2015     FALSE             0            <NA> 2022-11-29 18:12:25     FALSE
## 2016     FALSE             3      bl_artcult 2022-11-29 18:12:18     FALSE
## 2017     FALSE             0            <NA> 2022-11-29 18:12:16     FALSE
## 2018     FALSE             0            <NA> 2022-11-29 18:11:48     FALSE
## 2019     FALSE             4   teemoney_bait 2022-11-29 18:11:34     FALSE
## 2020     FALSE             0            <NA> 2022-11-29 18:11:30     FALSE
## 2021     FALSE             0            <NA> 2022-11-29 18:11:22     FALSE
## 2022     FALSE             0            <NA> 2022-11-29 18:11:05     FALSE
## 2023     FALSE             0     Fulgur_Ovid 2022-11-29 18:10:45     FALSE
## 2024     FALSE             1            <NA> 2022-11-29 18:10:39     FALSE
## 2025     FALSE             0            <NA> 2022-11-29 18:10:27     FALSE
## 2026     FALSE             1       Stixx1979 2022-11-29 18:10:15      TRUE
## 2027     FALSE             0            <NA> 2022-11-29 18:10:01     FALSE
## 2028     FALSE             0            <NA> 2022-11-29 18:09:59     FALSE
## 2029     FALSE             3      artmarteau 2022-11-29 18:09:58     FALSE
## 2030     FALSE             0            <NA> 2022-11-29 18:09:55     FALSE
## 2031     FALSE             0            <NA> 2022-11-29 18:09:44     FALSE
## 2032     FALSE             0            <NA> 2022-11-29 18:09:04     FALSE
## 2033     FALSE             0            <NA> 2022-11-29 18:09:03     FALSE
## 2034     FALSE             0            <NA> 2022-11-29 18:08:51     FALSE
## 2035     FALSE             1        amli_art 2022-11-29 18:08:35     FALSE
## 2036     FALSE             0            <NA> 2022-11-29 18:08:27     FALSE
## 2037     FALSE             1        amli_art 2022-11-29 18:08:21     FALSE
## 2038     FALSE             0      ppnaraviet 2022-11-29 18:08:12      TRUE
## 2039     FALSE             0     DisTrackers 2022-11-29 18:08:06      TRUE
## 2040     FALSE             0            <NA> 2022-11-29 18:08:04     FALSE
## 2041     FALSE             0            <NA> 2022-11-29 18:07:53     FALSE
## 2042     FALSE             0 WrestlingHumble 2022-11-29 18:07:47      TRUE
## 2043     FALSE             0            <NA> 2022-11-29 18:07:38     FALSE
## 2044     FALSE             0            <NA> 2022-11-29 18:07:37      TRUE
## 2045     FALSE             2       travis_bl 2022-11-29 18:07:31     FALSE
## 2046     FALSE             2 Nika_Rakhmanova 2022-11-29 18:07:30     FALSE
## 2047     FALSE             8      CrazerArts 2022-11-29 18:07:12      TRUE
## 2048     FALSE             1        glossbol 2022-11-29 18:06:47     FALSE
## 2049     FALSE             0            <NA> 2022-11-29 18:06:42     FALSE
## 2050     FALSE             2            <NA> 2022-11-29 18:06:35      TRUE
## 2051     FALSE             0            <NA> 2022-11-29 18:06:29     FALSE
## 2052     FALSE             3  prostov_gordey 2022-11-29 18:06:26      TRUE
## 2053     FALSE             0            <NA> 2022-11-29 18:05:47      TRUE
## 2054     FALSE             0  BL_MadeDigital 2022-11-29 18:05:39      TRUE
## 2055     FALSE             0            <NA> 2022-11-29 18:05:38      TRUE
## 2056     FALSE             0            <NA> 2022-11-29 18:05:37     FALSE
## 2057     FALSE             1            <NA> 2022-11-29 18:05:23     FALSE
## 2058     FALSE             0            <NA> 2022-11-29 18:05:17     FALSE
## 2059     FALSE             0            <NA> 2022-11-29 18:05:13     FALSE
## 2060     FALSE             0            <NA> 2022-11-29 18:05:10     FALSE
## 2061     FALSE             2      artmarteau 2022-11-29 18:05:09      TRUE
## 2062     FALSE             3            <NA> 2022-11-29 18:05:08      TRUE
## 2063     FALSE             0            <NA> 2022-11-29 18:05:07      TRUE
## 2064     FALSE             0    OkumiyaKanji 2022-11-29 18:05:06     FALSE
## 2065     FALSE             0            <NA> 2022-11-29 18:04:52     FALSE
## 2066     FALSE             0            <NA> 2022-11-29 18:04:43      TRUE
## 2067     FALSE             2       NftSunage 2022-11-29 18:04:05     FALSE
## 2068     FALSE             1            <NA> 2022-11-29 18:03:59      TRUE
## 2069     FALSE             0            <NA> 2022-11-29 18:03:57     FALSE
## 2070     FALSE            22            <NA> 2022-11-29 18:03:30     FALSE
## 2071     FALSE             2         seni_bl 2022-11-29 18:03:29     FALSE
## 2072     FALSE             3  DreamingSondos 2022-11-29 18:03:26     FALSE
## 2073     FALSE             1        CFCBuddy 2022-11-29 18:03:26     FALSE
## 2074     FALSE             0        prananon 2022-11-29 18:03:25     FALSE
## 2075     FALSE             1     mickey_mooo 2022-11-29 18:03:23     FALSE
## 2076     FALSE             0            <NA> 2022-11-29 18:03:13     FALSE
## 2077     FALSE             9            <NA> 2022-11-29 18:03:02      TRUE
## 2078     FALSE           423         aksnevv 2022-11-29 18:02:50      TRUE
## 2079     FALSE             0            <NA> 2022-11-29 18:02:33      TRUE
## 2080     FALSE             1       mazinflow 2022-11-29 18:02:28     FALSE
## 2081     FALSE             0            <NA> 2022-11-29 18:02:04     FALSE
## 2082     FALSE             0            <NA> 2022-11-29 18:02:02      TRUE
## 2083     FALSE             0            <NA> 2022-11-29 18:02:01      TRUE
## 2084     FALSE             2   artificialis6 2022-11-29 18:01:28      TRUE
## 2085     FALSE             0            <NA> 2022-11-29 18:01:19     FALSE
## 2086     FALSE             0            <NA> 2022-11-29 18:01:08     FALSE
## 2087     FALSE             0            <NA> 2022-11-29 18:01:04     FALSE
## 2088     FALSE             2       travis_bl 2022-11-29 18:00:51     FALSE
## 2089     FALSE             3       The7Moons 2022-11-29 18:00:49      TRUE
## 2090     FALSE             0            <NA> 2022-11-29 18:00:49     FALSE
## 2091     FALSE             0            <NA> 2022-11-29 18:00:44     FALSE
## 2092     FALSE             0            <NA> 2022-11-29 18:00:41     FALSE
## 2093     FALSE             0            <NA> 2022-11-29 18:00:36     FALSE
## 2094     FALSE             1       travis_bl 2022-11-29 18:00:15      TRUE
## 2095     FALSE             0   DredgenLudwig 2022-11-29 18:00:15      TRUE
## 2096     FALSE            22            <NA> 2022-11-29 18:00:01      TRUE
## 2097     FALSE            16            <NA> 2022-11-29 18:00:00      TRUE
## 2098     FALSE             0            <NA> 2022-11-29 17:59:57     FALSE
## 2099     FALSE             4      petravoice 2022-11-29 17:59:54     FALSE
## 2100     FALSE            10      CrazerArts 2022-11-29 17:59:52      TRUE
## 2101     FALSE             1     BoroKayaker 2022-11-29 17:59:35     FALSE
## 2102     FALSE             0            <NA> 2022-11-29 17:59:31     FALSE
## 2103     FALSE             0            <NA> 2022-11-29 17:59:17     FALSE
## 2104     FALSE             0            <NA> 2022-11-29 17:59:15      TRUE
## 2105     FALSE             0            <NA> 2022-11-29 17:59:08     FALSE
## 2106     FALSE             0            <NA> 2022-11-29 17:58:45      TRUE
## 2107     FALSE             0            <NA> 2022-11-29 17:58:37      TRUE
## 2108     FALSE            13      CrazerArts 2022-11-29 17:58:25      TRUE
## 2109     FALSE             0            <NA> 2022-11-29 17:58:10     FALSE
## 2110     FALSE             0            <NA> 2022-11-29 17:58:02     FALSE
## 2111     FALSE            15            <NA> 2022-11-29 17:57:22      TRUE
## 2112     FALSE             0            <NA> 2022-11-29 17:57:03     FALSE
## 2113     FALSE             1       travis_bl 2022-11-29 17:56:28      TRUE
## 2114     FALSE             0            <NA> 2022-11-29 17:56:21     FALSE
## 2115     FALSE             0            <NA> 2022-11-29 17:56:15     FALSE
## 2116     FALSE             0            <NA> 2022-11-29 17:55:58     FALSE
## 2117     FALSE             0            <NA> 2022-11-29 17:55:51     FALSE
## 2118     FALSE             0            <NA> 2022-11-29 17:55:47     FALSE
## 2119     FALSE            13      Noeul_lee6 2022-11-29 17:55:46      TRUE
## 2120     FALSE             0            <NA> 2022-11-29 17:55:46     FALSE
## 2121     FALSE             0            <NA> 2022-11-29 17:55:42     FALSE
## 2122     FALSE             0            <NA> 2022-11-29 17:55:30     FALSE
## 2123     FALSE             0            <NA> 2022-11-29 17:55:19     FALSE
## 2124     FALSE             0            <NA> 2022-11-29 17:55:01     FALSE
## 2125     FALSE             0           GMMTV 2022-11-29 17:54:59     FALSE
## 2126     FALSE             1            <NA> 2022-11-29 17:54:44     FALSE
## 2127     FALSE             0          Jgy_hi 2022-11-29 17:54:07     FALSE
## 2128     FALSE             0            <NA> 2022-11-29 17:54:03     FALSE
## 2129     FALSE             1  HarryMcNally00 2022-11-29 17:53:49     FALSE
## 2130     FALSE             1       cjames203 2022-11-29 17:53:21     FALSE
## 2131     FALSE             0            <NA> 2022-11-29 17:53:15     FALSE
## 2132     FALSE             0            <NA> 2022-11-29 17:53:04     FALSE
## 2133     FALSE             2   joshieesworld 2022-11-29 17:52:36     FALSE
## 2134     FALSE             0            <NA> 2022-11-29 17:52:25     FALSE
## 2135     FALSE             0            <NA> 2022-11-29 17:52:24      TRUE
## 2136     FALSE             0            <NA> 2022-11-29 17:52:19     FALSE
## 2137     FALSE             0            <NA> 2022-11-29 17:52:17     FALSE
## 2138     FALSE             0            <NA> 2022-11-29 17:51:56     FALSE
## 2139     FALSE             1            <NA> 2022-11-29 17:51:53     FALSE
## 2140     FALSE             0            <NA> 2022-11-29 17:51:35     FALSE
## 2141     FALSE             0            <NA> 2022-11-29 17:51:27     FALSE
## 2142     FALSE             0            <NA> 2022-11-29 17:51:21     FALSE
## 2143     FALSE             0            <NA> 2022-11-29 17:51:19     FALSE
## 2144     FALSE             0            <NA> 2022-11-29 17:51:07     FALSE
## 2145     FALSE             0            <NA> 2022-11-29 17:50:50     FALSE
## 2146     FALSE             0            <NA> 2022-11-29 17:50:40     FALSE
## 2147     FALSE             0            <NA> 2022-11-29 17:50:39     FALSE
## 2148     FALSE             0            <NA> 2022-11-29 17:50:36     FALSE
## 2149     FALSE             0            <NA> 2022-11-29 17:50:36     FALSE
## 2150     FALSE             0   perthalicious 2022-11-29 17:50:32     FALSE
## 2151     FALSE             0            <NA> 2022-11-29 17:50:30     FALSE
## 2152     FALSE             0            <NA> 2022-11-29 17:50:22     FALSE
## 2153     FALSE             0            <NA> 2022-11-29 17:50:16     FALSE
## 2154     FALSE             0            <NA> 2022-11-29 17:50:07     FALSE
## 2155     FALSE             0            <NA> 2022-11-29 17:49:54     FALSE
## 2156     FALSE             0            <NA> 2022-11-29 17:49:51     FALSE
## 2157     FALSE             0            <NA> 2022-11-29 17:49:51     FALSE
## 2158     FALSE             0            <NA> 2022-11-29 17:49:46     FALSE
## 2159     FALSE             0            <NA> 2022-11-29 17:49:42     FALSE
## 2160     FALSE             0            <NA> 2022-11-29 17:49:41     FALSE
## 2161     FALSE             3       The7Moons 2022-11-29 17:49:36     FALSE
## 2162     FALSE            12      bl_artcult 2022-11-29 17:49:33      TRUE
## 2163     FALSE             0            <NA> 2022-11-29 17:49:32     FALSE
## 2164     FALSE             0            <NA> 2022-11-29 17:49:28     FALSE
## 2165     FALSE             9            <NA> 2022-11-29 17:49:26     FALSE
## 2166     FALSE             0  Nathaan_Alvees 2022-11-29 17:49:05     FALSE
## 2167     FALSE             0            <NA> 2022-11-29 17:49:01     FALSE
## 2168     FALSE             0            <NA> 2022-11-29 17:48:57     FALSE
## 2169     FALSE             0            <NA> 2022-11-29 17:48:53     FALSE
## 2170     FALSE             7       KangOkFan 2022-11-29 17:48:47      TRUE
## 2171     FALSE             0         netflix 2022-11-29 17:48:42     FALSE
## 2172     FALSE             0            <NA> 2022-11-29 17:48:41     FALSE
## 2173     FALSE             1      cutefemcel 2022-11-29 17:48:40     FALSE
## 2174     FALSE             0            <NA> 2022-11-29 17:48:34     FALSE
## 2175     FALSE             0            <NA> 2022-11-29 17:48:33     FALSE
## 2176     FALSE             0    ericswalwell 2022-11-29 17:48:30     FALSE
## 2177     FALSE             2      bl_artcult 2022-11-29 17:48:29      TRUE
## 2178     FALSE             0            <NA> 2022-11-29 17:48:11     FALSE
## 2179     FALSE             0            <NA> 2022-11-29 17:48:08     FALSE
## 2180     FALSE             0            <NA> 2022-11-29 17:48:05     FALSE
## 2181     FALSE             0     Fulgur_Ovid 2022-11-29 17:48:00      TRUE
## 2182     FALSE             0            <NA> 2022-11-29 17:47:54     FALSE
## 2183     FALSE             0            <NA> 2022-11-29 17:47:52     FALSE
## 2184     FALSE           311            <NA> 2022-11-29 17:47:37     FALSE
## 2185     FALSE             5            <NA> 2022-11-29 17:47:33     FALSE
## 2186     FALSE             0            <NA> 2022-11-29 17:47:32     FALSE
## 2187     FALSE             0        RDamscas 2022-11-29 17:47:30      TRUE
## 2188     FALSE             0            <NA> 2022-11-29 17:47:27     FALSE
## 2189     FALSE             0            <NA> 2022-11-29 17:47:25     FALSE
## 2190     FALSE             0            <NA> 2022-11-29 17:47:22     FALSE
## 2191     FALSE             0        Bl_Clark 2022-11-29 17:47:16     FALSE
## 2192     FALSE             0            <NA> 2022-11-29 17:47:15     FALSE
## 2193     FALSE             0            <NA> 2022-11-29 17:47:02     FALSE
## 2194     FALSE             0            <NA> 2022-11-29 17:46:52     FALSE
## 2195     FALSE             0            <NA> 2022-11-29 17:46:48     FALSE
## 2196     FALSE             5            <NA> 2022-11-29 17:46:43     FALSE
## 2197     FALSE             0            <NA> 2022-11-29 17:46:41     FALSE
## 2198     FALSE            60            <NA> 2022-11-29 17:46:38      TRUE
## 2199     FALSE             0            <NA> 2022-11-29 17:46:34     FALSE
## 2200     FALSE             0            <NA> 2022-11-29 17:46:26     FALSE
## 2201     FALSE             0            <NA> 2022-11-29 17:46:19     FALSE
## 2202     FALSE             0            <NA> 2022-11-29 17:46:03     FALSE
## 2203     FALSE             0            <NA> 2022-11-29 17:45:57     FALSE
## 2204     FALSE             0            <NA> 2022-11-29 17:45:52     FALSE
## 2205     FALSE             0            <NA> 2022-11-29 17:45:48     FALSE
## 2206     FALSE             0 clumsyMusiNette 2022-11-29 17:45:45      TRUE
## 2207     FALSE             0            <NA> 2022-11-29 17:45:42     FALSE
## 2208     FALSE             0            <NA> 2022-11-29 17:45:37     FALSE
## 2209     FALSE             0            <NA> 2022-11-29 17:45:37     FALSE
## 2210     FALSE             0            <NA> 2022-11-29 17:45:30     FALSE
## 2211     FALSE             0            <NA> 2022-11-29 17:45:30     FALSE
## 2212     FALSE            32      bl_artcult 2022-11-29 17:45:26      TRUE
## 2213     FALSE             0            <NA> 2022-11-29 17:45:20     FALSE
## 2214     FALSE             0            <NA> 2022-11-29 17:45:17     FALSE
## 2215     FALSE             0            <NA> 2022-11-29 17:44:40     FALSE
## 2216     FALSE             0            <NA> 2022-11-29 17:44:33     FALSE
## 2217     FALSE             0            <NA> 2022-11-29 17:44:14     FALSE
## 2218     FALSE            17   illustrata_ai 2022-11-29 17:44:14      TRUE
## 2219     FALSE             1            <NA> 2022-11-29 17:44:11     FALSE
## 2220     FALSE             0            <NA> 2022-11-29 17:44:04     FALSE
## 2221     FALSE            28            <NA> 2022-11-29 17:44:00      TRUE
## 2222     FALSE             0  SUMMERKN1GHTSS 2022-11-29 17:43:56      TRUE
## 2223     FALSE            20            <NA> 2022-11-29 17:43:42      TRUE
## 2224     FALSE             0            <NA> 2022-11-29 17:43:03     FALSE
## 2225     FALSE             3      OtisKirk23 2022-11-29 17:42:58     FALSE
## 2226     FALSE             0            <NA> 2022-11-29 17:42:54     FALSE
## 2227     FALSE             0        chuushi_ 2022-11-29 17:42:42     FALSE
## 2228     FALSE             0            <NA> 2022-11-29 17:42:37     FALSE
## 2229     FALSE             2       mazinflow 2022-11-29 17:42:26     FALSE
## 2230     FALSE            13     kthversaces 2022-11-29 17:42:19      TRUE
## 2231     FALSE             1        acequinz 2022-11-29 17:42:17     FALSE
## 2232     FALSE             1   illustrata_ai 2022-11-29 17:42:10     FALSE
## 2233     FALSE            10    pearl_nikkie 2022-11-29 17:41:54      TRUE
## 2234     FALSE            37        amli_art 2022-11-29 17:41:32      TRUE
## 2235     FALSE             0            <NA> 2022-11-29 17:41:21     FALSE
## 2236     FALSE             0            <NA> 2022-11-29 17:41:18     FALSE
## 2237     FALSE             0            <NA> 2022-11-29 17:41:10     FALSE
## 2238     FALSE             0            <NA> 2022-11-29 17:40:36     FALSE
## 2239     FALSE             0            <NA> 2022-11-29 17:40:35     FALSE
## 2240     FALSE             0            <NA> 2022-11-29 17:40:23     FALSE
## 2241     FALSE             3  CyUngovernable 2022-11-29 17:40:19     FALSE
## 2242     FALSE            17            <NA> 2022-11-29 17:40:06     FALSE
## 2243     FALSE             2 AnarchisticCloa 2022-11-29 17:40:01     FALSE
## 2244     FALSE             1      BL_Scenery 2022-11-29 17:39:51     FALSE
## 2245     FALSE             0            <NA> 2022-11-29 17:39:41     FALSE
## 2246     FALSE             0   _Captain_Duck 2022-11-29 17:39:31     FALSE
## 2247     FALSE             0            <NA> 2022-11-29 17:39:22     FALSE
## 2248     FALSE            56            <NA> 2022-11-29 17:39:20      TRUE
## 2249     FALSE             0            <NA> 2022-11-29 17:39:10     FALSE
## 2250     FALSE             0            <NA> 2022-11-29 17:39:03     FALSE
## 2251     FALSE             1    learn2bbettr 2022-11-29 17:38:51      TRUE
## 2252     FALSE             0            <NA> 2022-11-29 17:38:27     FALSE
## 2253     FALSE             0            <NA> 2022-11-29 17:38:24     FALSE
## 2254     FALSE             0            <NA> 2022-11-29 17:38:20     FALSE
## 2255     FALSE            10    JaymesHanson 2022-11-29 17:38:15      TRUE
## 2256     FALSE             0            <NA> 2022-11-29 17:38:10     FALSE
## 2257     FALSE             3        Di0rX0xo 2022-11-29 17:37:43     FALSE
## 2258     FALSE             1 fellrunningguid 2022-11-29 17:37:29     FALSE
## 2259     FALSE             1      dumspamkey 2022-11-29 17:37:11      TRUE
## 2260     FALSE             0            <NA> 2022-11-29 17:37:04     FALSE
## 2261     FALSE             0            <NA> 2022-11-29 17:36:41     FALSE
## 2262     FALSE             0            <NA> 2022-11-29 17:36:37     FALSE
## 2263     FALSE             3            <NA> 2022-11-29 17:36:35      TRUE
## 2264     FALSE             0            <NA> 2022-11-29 17:36:32     FALSE
## 2265     FALSE             0            <NA> 2022-11-29 17:36:13     FALSE
## 2266     FALSE             0            <NA> 2022-11-29 17:36:02     FALSE
## 2267     FALSE             0            <NA> 2022-11-29 17:36:00      TRUE
## 2268     FALSE            30            <NA> 2022-11-29 17:35:55      TRUE
## 2269     FALSE             0            <NA> 2022-11-29 17:35:47     FALSE
## 2270     FALSE             2         oakroyd 2022-11-29 17:35:46     FALSE
## 2271     FALSE             0            <NA> 2022-11-29 17:35:30      TRUE
## 2272     FALSE             0            <NA> 2022-11-29 17:35:17      TRUE
## 2273     FALSE            20   illustrata_ai 2022-11-29 17:35:08      TRUE
## 2274     FALSE             0            <NA> 2022-11-29 17:34:57     FALSE
## 2275     FALSE             1    alanbullion2 2022-11-29 17:34:47     FALSE
## 2276     FALSE             3        fort_fts 2022-11-29 17:34:40     FALSE
## 2277     FALSE             7       mazinflow 2022-11-29 17:34:23      TRUE
## 2278     FALSE             1      GQThailand 2022-11-29 17:34:21     FALSE
## 2279     FALSE             0            <NA> 2022-11-29 17:34:19     FALSE
## 2280     FALSE             1            <NA> 2022-11-29 17:34:17      TRUE
## 2281     FALSE             1 salfordbeerfest 2022-11-29 17:34:16     FALSE
## 2282     FALSE             0            <NA> 2022-11-29 17:34:15     FALSE
## 2283     FALSE            25            <NA> 2022-11-29 17:34:06      TRUE
## 2284     FALSE             0            <NA> 2022-11-29 17:33:37     FALSE
## 2285     FALSE             2 ManekiNekoAIArt 2022-11-29 17:33:32     FALSE
## 2286     FALSE             0         qyenmeo 2022-11-29 17:33:31     FALSE
## 2287     FALSE             0            <NA> 2022-11-29 17:33:31     FALSE
## 2288     FALSE             0            <NA> 2022-11-29 17:33:18     FALSE
## 2289     FALSE             0            <NA> 2022-11-29 17:32:57     FALSE
## 2290     FALSE             0            <NA> 2022-11-29 17:32:55     FALSE
## 2291     FALSE            43            <NA> 2022-11-29 17:32:39      TRUE
## 2292     FALSE             1     ric_wonders 2022-11-29 17:32:31     FALSE
## 2293     FALSE             0            <NA> 2022-11-29 17:32:30     FALSE
## 2294     FALSE             0            <NA> 2022-11-29 17:32:20      TRUE
## 2295     FALSE             0     Aeriel_dear 2022-11-29 17:32:11      TRUE
## 2296     FALSE             0            <NA> 2022-11-29 17:32:02     FALSE
## 2297     FALSE             1            <NA> 2022-11-29 17:31:57     FALSE
## 2298     FALSE             2 AllBiteNoBark88 2022-11-29 17:31:55     FALSE
## 2299     FALSE             4            <NA> 2022-11-29 17:31:18      TRUE
## 2300     FALSE             0            <NA> 2022-11-29 17:31:13     FALSE
## 2301     FALSE             0            <NA> 2022-11-29 17:31:02     FALSE
## 2302     FALSE             0            <NA> 2022-11-29 17:30:56      TRUE
## 2303     FALSE            15   illustrata_ai 2022-11-29 17:30:47      TRUE
## 2304     FALSE             0            <NA> 2022-11-29 17:30:35     FALSE
## 2305     FALSE             0            <NA> 2022-11-29 17:30:29     FALSE
## 2306     FALSE             1      karlsefnis 2022-11-29 17:30:27      TRUE
## 2307     FALSE             0            <NA> 2022-11-29 17:30:26     FALSE
## 2308     FALSE             0            <NA> 2022-11-29 17:30:21     FALSE
## 2309     FALSE             0            <NA> 2022-11-29 17:30:19     FALSE
## 2310     FALSE             0            <NA> 2022-11-29 17:30:18     FALSE
## 2311     FALSE             0    egg_55566789 2022-11-29 17:30:04     FALSE
## 2312     FALSE             0            <NA> 2022-11-29 17:30:02     FALSE
## 2313     FALSE             1            <NA> 2022-11-29 17:29:58     FALSE
## 2314     FALSE             5  midknightmoodz 2022-11-29 17:29:46     FALSE
## 2315     FALSE             1 Alu_Morgenstern 2022-11-29 17:29:46     FALSE
## 2316     FALSE             0            <NA> 2022-11-29 17:29:43     FALSE
## 2317     FALSE             0            <NA> 2022-11-29 17:29:41     FALSE
## 2318     FALSE             0            <NA> 2022-11-29 17:29:24     FALSE
## 2319     FALSE             0       YacoubaSg 2022-11-29 17:29:22     FALSE
## 2320     FALSE             0            <NA> 2022-11-29 17:29:16     FALSE
## 2321     FALSE             0            <NA> 2022-11-29 17:29:06     FALSE
## 2322     FALSE             2      huntzworld 2022-11-29 17:29:06     FALSE
## 2323     FALSE             0            <NA> 2022-11-29 17:29:05     FALSE
## 2324     FALSE             0            <NA> 2022-11-29 17:28:53      TRUE
## 2325     FALSE            15   illustrata_ai 2022-11-29 17:28:42      TRUE
## 2326     FALSE             0     Fulgur_Ovid 2022-11-29 17:28:27     FALSE
## 2327     FALSE             0            <NA> 2022-11-29 17:28:19     FALSE
## 2328     FALSE             0            <NA> 2022-11-29 17:28:18     FALSE
## 2329     FALSE             0            <NA> 2022-11-29 17:28:01     FALSE
## 2330     FALSE             0            <NA> 2022-11-29 17:28:00     FALSE
## 2331     FALSE             0            <NA> 2022-11-29 17:27:44     FALSE
## 2332     FALSE            51            <NA> 2022-11-29 17:27:30      TRUE
## 2333     FALSE             0            <NA> 2022-11-29 17:27:27     FALSE
## 2334     FALSE             0            <NA> 2022-11-29 17:27:25     FALSE
## 2335     FALSE            23            <NA> 2022-11-29 17:27:22      TRUE
## 2336     FALSE             0            <NA> 2022-11-29 17:27:21     FALSE
## 2337     FALSE            20            <NA> 2022-11-29 17:27:07      TRUE
## 2338     FALSE             0            <NA> 2022-11-29 17:27:06     FALSE
## 2339     FALSE             8            <NA> 2022-11-29 17:26:58      TRUE
## 2340     FALSE             0            <NA> 2022-11-29 17:26:56     FALSE
## 2341     FALSE             0            <NA> 2022-11-29 17:26:40     FALSE
## 2342     FALSE             0            <NA> 2022-11-29 17:26:33     FALSE
## 2343     FALSE             0            <NA> 2022-11-29 17:26:30      TRUE
## 2344     FALSE             0            <NA> 2022-11-29 17:26:29     FALSE
## 2345     FALSE             2            <NA> 2022-11-29 17:26:23      TRUE
## 2346     FALSE             6            <NA> 2022-11-29 17:26:15      TRUE
## 2347     FALSE            34  britishlibrary 2022-11-29 17:26:07      TRUE
## 2348     FALSE             0            <NA> 2022-11-29 17:25:48     FALSE
## 2349     FALSE             0            <NA> 2022-11-29 17:25:32     FALSE
## 2350     FALSE             0            <NA> 2022-11-29 17:25:19     FALSE
## 2351     FALSE             1    bl_ckgothicc 2022-11-29 17:25:13     FALSE
## 2352     FALSE             0            <NA> 2022-11-29 17:25:05     FALSE
## 2353     FALSE             0 Gerashchenko_en 2022-11-29 17:24:45     FALSE
## 2354     FALSE             0            <NA> 2022-11-29 17:24:42     FALSE
## 2355     FALSE             0            <NA> 2022-11-29 17:24:39     FALSE
## 2356     FALSE             0            <NA> 2022-11-29 17:24:36     FALSE
## 2357     FALSE             0            <NA> 2022-11-29 17:24:27     FALSE
## 2358     FALSE             0            <NA> 2022-11-29 17:24:10     FALSE
## 2359     FALSE             0            <NA> 2022-11-29 17:24:05     FALSE
## 2360     FALSE             1            <NA> 2022-11-29 17:24:02     FALSE
## 2361     FALSE             0            <NA> 2022-11-29 17:23:57     FALSE
## 2362     FALSE             0            <NA> 2022-11-29 17:23:50     FALSE
## 2363     FALSE             0            <NA> 2022-11-29 17:23:50     FALSE
## 2364     FALSE             0            <NA> 2022-11-29 17:23:48     FALSE
## 2365     FALSE             0            <NA> 2022-11-29 17:23:47     FALSE
## 2366     FALSE             0            <NA> 2022-11-29 17:23:44     FALSE
## 2367     FALSE             0            <NA> 2022-11-29 17:23:38     FALSE
## 2368     FALSE             0            <NA> 2022-11-29 17:23:37     FALSE
## 2369     FALSE             0            <NA> 2022-11-29 17:23:34     FALSE
## 2370     FALSE             1            <NA> 2022-11-29 17:23:33     FALSE
## 2371     FALSE             1      bl_artcult 2022-11-29 17:23:26     FALSE
## 2372     FALSE             1      BL_Scenery 2022-11-29 17:23:14     FALSE
## 2373     FALSE             0            <NA> 2022-11-29 17:23:01     FALSE
## 2374     FALSE             0            <NA> 2022-11-29 17:23:01      TRUE
## 2375     FALSE             1       nobunny_y 2022-11-29 17:22:38     FALSE
## 2376     FALSE             0        Aiden_bl 2022-11-29 17:22:37     FALSE
## 2377     FALSE             0            <NA> 2022-11-29 17:22:34     FALSE
## 2378     FALSE             0            <NA> 2022-11-29 17:22:32     FALSE
## 2379     FALSE             0            <NA> 2022-11-29 17:21:51     FALSE
## 2380     FALSE             0            <NA> 2022-11-29 17:21:42     FALSE
## 2381     FALSE             0            <NA> 2022-11-29 17:21:32     FALSE
## 2382     FALSE            18        inigma_a 2022-11-29 17:21:02      TRUE
## 2383     FALSE             0            <NA> 2022-11-29 17:20:38     FALSE
## 2384     FALSE             2   NYSTATE0FMIND 2022-11-29 17:20:37      TRUE
## 2385     FALSE             0            <NA> 2022-11-29 17:20:25     FALSE
## 2386     FALSE             0            <NA> 2022-11-29 17:20:19     FALSE
## 2387     FALSE             0            <NA> 2022-11-29 17:20:17      TRUE
## 2388     FALSE             0            <NA> 2022-11-29 17:20:16     FALSE
## 2389     FALSE             0            <NA> 2022-11-29 17:20:03     FALSE
## 2390     FALSE             0            <NA> 2022-11-29 17:20:01     FALSE
## 2391     FALSE             5  midknightmoodz 2022-11-29 17:19:59     FALSE
## 2392     FALSE             1      BL_Scenery 2022-11-29 17:19:50     FALSE
## 2393     FALSE             1   garumaniax_BL 2022-11-29 17:19:46     FALSE
## 2394     FALSE             6        mattnado 2022-11-29 17:19:44      TRUE
## 2395     FALSE             0            <NA> 2022-11-29 17:19:30     FALSE
## 2396     FALSE           128            <NA> 2022-11-29 17:19:30      TRUE
## 2397     FALSE             0            <NA> 2022-11-29 17:19:28     FALSE
## 2398     FALSE             0            <NA> 2022-11-29 17:19:27     FALSE
## 2399     FALSE             3      avvinatore 2022-11-29 17:19:17      TRUE
## 2400     FALSE             0    iiiBlueApple 2022-11-29 17:19:11      TRUE
## 2401     FALSE             0            <NA> 2022-11-29 17:18:15     FALSE
## 2402     FALSE             0            <NA> 2022-11-29 17:18:08     FALSE
## 2403     FALSE             0            <NA> 2022-11-29 17:18:04     FALSE
## 2404     FALSE             0            <NA> 2022-11-29 17:18:02     FALSE
## 2405     FALSE             0            <NA> 2022-11-29 17:17:58     FALSE
## 2406     FALSE             0        Aiden_bl 2022-11-29 17:17:53     FALSE
## 2407     FALSE             0            <NA> 2022-11-29 17:17:50     FALSE
## 2408     FALSE             1   FreeUkraine91 2022-11-29 17:17:46     FALSE
## 2409     FALSE             0            <NA> 2022-11-29 17:17:33     FALSE
## 2410     FALSE             0            <NA> 2022-11-29 17:17:21     FALSE
## 2411     FALSE             0            <NA> 2022-11-29 17:17:13      TRUE
## 2412     FALSE             0            <NA> 2022-11-29 17:17:11      TRUE
## 2413     FALSE             0            <NA> 2022-11-29 17:17:06     FALSE
## 2414     FALSE             0            <NA> 2022-11-29 17:16:36     FALSE
## 2415     FALSE             0            <NA> 2022-11-29 17:16:26     FALSE
## 2416     FALSE             0            <NA> 2022-11-29 17:16:25     FALSE
## 2417     FALSE             0            <NA> 2022-11-29 17:16:17     FALSE
## 2418     FALSE             0            <NA> 2022-11-29 17:15:58     FALSE
## 2419     FALSE             0   LunaLuna77666 2022-11-29 17:15:34      TRUE
## 2420     FALSE             6     Arikairene1 2022-11-29 17:15:34      TRUE
## 2421     FALSE             0            <NA> 2022-11-29 17:15:32     FALSE
## 2422     FALSE             0            <NA> 2022-11-29 17:15:23     FALSE
## 2423     FALSE             0     jenamonroll 2022-11-29 17:15:21     FALSE
## 2424     FALSE             0            <NA> 2022-11-29 17:15:13     FALSE
## 2425     FALSE             1      dirtycorza 2022-11-29 17:15:13      TRUE
## 2426     FALSE             0            <NA> 2022-11-29 17:15:10     FALSE
## 2427     FALSE             1     griffwebber 2022-11-29 17:15:02     FALSE
## 2428     FALSE             0            <NA> 2022-11-29 17:14:45     FALSE
## 2429     FALSE             0            <NA> 2022-11-29 17:14:33      TRUE
## 2430     FALSE             0         JazzEFC 2022-11-29 17:14:21     FALSE
## 2431     FALSE             0            <NA> 2022-11-29 17:14:13     FALSE
## 2432     FALSE             0            <NA> 2022-11-29 17:14:11     FALSE
## 2433     FALSE             0            <NA> 2022-11-29 17:13:38     FALSE
## 2434     FALSE            17      BitsHammer 2022-11-29 17:13:20      TRUE
## 2435     FALSE             0            <NA> 2022-11-29 17:13:15     FALSE
## 2436     FALSE             0            <NA> 2022-11-29 17:13:13     FALSE
## 2437     FALSE             1  EnglishmanAdam 2022-11-29 17:13:13     FALSE
## 2438     FALSE             0            <NA> 2022-11-29 17:13:10     FALSE
## 2439     FALSE             0            <NA> 2022-11-29 17:13:10     FALSE
## 2440     FALSE             0            <NA> 2022-11-29 17:13:06     FALSE
## 2441     FALSE             1            <NA> 2022-11-29 17:13:02      TRUE
## 2442     FALSE             0            <NA> 2022-11-29 17:12:54     FALSE
## 2443     FALSE             0            <NA> 2022-11-29 17:12:51     FALSE
## 2444     FALSE             0            <NA> 2022-11-29 17:12:50     FALSE
## 2445     FALSE             0            <NA> 2022-11-29 17:12:49     FALSE
## 2446     FALSE             0            <NA> 2022-11-29 17:12:32     FALSE
## 2447     FALSE            12            <NA> 2022-11-29 17:12:24      TRUE
## 2448     FALSE             0            <NA> 2022-11-29 17:11:57     FALSE
## 2449     FALSE             0     kildozer666 2022-11-29 17:11:37      TRUE
## 2450     FALSE             1    GeEkMyTh_ETH 2022-11-29 17:11:36     FALSE
## 2451     FALSE             0        RobBully 2022-11-29 17:11:31     FALSE
## 2452     FALSE             2     soupdoodlee 2022-11-29 17:11:07     FALSE
## 2453     FALSE             0            <NA> 2022-11-29 17:11:01     FALSE
## 2454     FALSE             0       hey_halvy 2022-11-29 17:11:00      TRUE
## 2455     FALSE             0            <NA> 2022-11-29 17:11:00     FALSE
## 2456     FALSE             0            <NA> 2022-11-29 17:10:58     FALSE
## 2457     FALSE             0            <NA> 2022-11-29 17:10:52     FALSE
## 2458     FALSE             0            <NA> 2022-11-29 17:10:50     FALSE
## 2459     FALSE             1            <NA> 2022-11-29 17:10:45     FALSE
## 2460     FALSE             0            <NA> 2022-11-29 17:10:44     FALSE
## 2461     FALSE             2  Brianmannphoto 2022-11-29 17:10:32     FALSE
## 2462     FALSE             0            <NA> 2022-11-29 17:10:30     FALSE
## 2463     FALSE            10            <NA> 2022-11-29 17:10:18     FALSE
## 2464     FALSE             1       bubbleMeU 2022-11-29 17:10:17      TRUE
## 2465     FALSE             0            <NA> 2022-11-29 17:10:09     FALSE
## 2466     FALSE             0            <NA> 2022-11-29 17:09:59     FALSE
## 2467     FALSE             0  AntonyRowntree 2022-11-29 17:09:53     FALSE
## 2468     FALSE             6            <NA> 2022-11-29 17:09:45      TRUE
## 2469     FALSE             0            <NA> 2022-11-29 17:09:42     FALSE
## 2470     FALSE             0            <NA> 2022-11-29 17:09:38     FALSE
## 2471     FALSE             3            <NA> 2022-11-29 17:09:31      TRUE
## 2472     FALSE             2      bl_artcult 2022-11-29 17:09:23     FALSE
## 2473     FALSE             0            <NA> 2022-11-29 17:09:20     FALSE
## 2474     FALSE             4  Arezou69195500 2022-11-29 17:08:44     FALSE
## 2475     FALSE             0       tilldxown 2022-11-29 17:08:23     FALSE
## 2476     FALSE             0      bl_artcult 2022-11-29 17:08:18     FALSE
## 2477     FALSE             2            <NA> 2022-11-29 17:08:15      TRUE
## 2478     FALSE            17            <NA> 2022-11-29 17:08:14      TRUE
## 2479     FALSE             0            <NA> 2022-11-29 17:08:10     FALSE
## 2480     FALSE             0            <NA> 2022-11-29 17:07:44     FALSE
## 2481     FALSE             1      bl_artcult 2022-11-29 17:07:42     FALSE
## 2482     FALSE             2  TohsakaEnjoyer 2022-11-29 17:07:39     FALSE
## 2483     FALSE            19            <NA> 2022-11-29 17:07:39      TRUE
## 2484     FALSE             0            <NA> 2022-11-29 17:07:38     FALSE
## 2485     FALSE             0   camilahoover3 2022-11-29 17:07:18      TRUE
## 2486     FALSE             0            <NA> 2022-11-29 17:06:54      TRUE
## 2487     FALSE             0            <NA> 2022-11-29 17:06:50      TRUE
## 2488     FALSE             0     jisooyaswin 2022-11-29 17:06:49     FALSE
## 2489     FALSE             1  access_history 2022-11-29 17:06:41     FALSE
## 2490     FALSE             7            <NA> 2022-11-29 17:06:24     FALSE
## 2491     FALSE             0         erta_14 2022-11-29 17:06:21     FALSE
## 2492     FALSE             0            <NA> 2022-11-29 17:06:10     FALSE
## 2493     FALSE             2        Jrect254 2022-11-29 17:06:08     FALSE
## 2494     FALSE             9      1516_roman 2022-11-29 17:06:08      TRUE
## 2495     FALSE             0            <NA> 2022-11-29 17:06:06     FALSE
## 2496     FALSE             0            <NA> 2022-11-29 17:06:06     FALSE
## 2497     FALSE             0            <NA> 2022-11-29 17:05:57     FALSE
## 2498     FALSE             0            <NA> 2022-11-29 17:05:19     FALSE
## 2499     FALSE             0            <NA> 2022-11-29 17:05:04     FALSE
## 2500     FALSE             0  AntonyRowntree 2022-11-29 17:05:00     FALSE
## 2501     FALSE             0            <NA> 2022-11-29 17:04:55      TRUE
## 2502     FALSE             6            <NA> 2022-11-29 17:04:37     FALSE
## 2503     FALSE             0            <NA> 2022-11-29 17:04:32     FALSE
## 2504     FALSE             0            <NA> 2022-11-29 17:04:06     FALSE
## 2505     FALSE             0            <NA> 2022-11-29 17:04:00     FALSE
## 2506     FALSE             0            <NA> 2022-11-29 17:03:59     FALSE
## 2507     FALSE             1      bl_artcult 2022-11-29 17:03:32     FALSE
## 2508     FALSE            16            <NA> 2022-11-29 17:03:28      TRUE
## 2509     FALSE             0            <NA> 2022-11-29 17:03:27     FALSE
## 2510     FALSE             0            <NA> 2022-11-29 17:03:07     FALSE
## 2511     FALSE             0            <NA> 2022-11-29 17:03:06     FALSE
## 2512     FALSE             0        Lousanay 2022-11-29 17:02:58     FALSE
## 2513     FALSE             1            <NA> 2022-11-29 17:02:52     FALSE
## 2514     FALSE             0            <NA> 2022-11-29 17:02:38     FALSE
## 2515     FALSE             0            <NA> 2022-11-29 17:02:24     FALSE
## 2516     FALSE             0      bl_artcult 2022-11-29 17:02:17     FALSE
## 2517     FALSE             2     spinningzoo 2022-11-29 17:02:14     FALSE
## 2518     FALSE             0            <NA> 2022-11-29 17:02:10     FALSE
## 2519     FALSE             4      petravoice 2022-11-29 17:02:09     FALSE
## 2520     FALSE             2     CeMillbrook 2022-11-29 17:02:01      TRUE
## 2521     FALSE             1    MyBLCalendar 2022-11-29 17:01:55     FALSE
## 2522     FALSE             0            <NA> 2022-11-29 17:01:52     FALSE
## 2523     FALSE             0            <NA> 2022-11-29 17:01:48     FALSE
## 2524     FALSE             3      bl_artcult 2022-11-29 17:01:26     FALSE
## 2525     FALSE             1            <NA> 2022-11-29 17:01:03      TRUE
## 2526     FALSE            25            <NA> 2022-11-29 17:01:01      TRUE
## 2527     FALSE             0            <NA> 2022-11-29 17:01:00     FALSE
## 2528     FALSE             0         je_ff09 2022-11-29 17:00:59     FALSE
## 2529     FALSE             2        inigma_a 2022-11-29 17:00:55      TRUE
## 2530     FALSE             0            <NA> 2022-11-29 17:00:52     FALSE
## 2531     FALSE             0            <NA> 2022-11-29 17:00:49      TRUE
## 2532     FALSE             0            <NA> 2022-11-29 17:00:36     FALSE
## 2533     FALSE             4            <NA> 2022-11-29 17:00:34     FALSE
## 2534     FALSE             0            <NA> 2022-11-29 17:00:33     FALSE
## 2535     FALSE             0            <NA> 2022-11-29 17:00:23      TRUE
## 2536     FALSE            11            <NA> 2022-11-29 17:00:02      TRUE
## 2537     FALSE             0            <NA> 2022-11-29 16:59:53     FALSE
## 2538     FALSE             0            <NA> 2022-11-29 16:59:52     FALSE
## 2539     FALSE            10      petravoice 2022-11-29 16:59:44      TRUE
## 2540     FALSE            58   illustrata_ai 2022-11-29 16:59:23      TRUE
## 2541     FALSE             0            <NA> 2022-11-29 16:59:22     FALSE
## 2542     FALSE             0        BURBEARI 2022-11-29 16:59:21      TRUE
## 2543     FALSE             0            <NA> 2022-11-29 16:59:18      TRUE
## 2544     FALSE             0            <NA> 2022-11-29 16:59:12     FALSE
## 2545     FALSE             0            <NA> 2022-11-29 16:59:10      TRUE
## 2546     FALSE             1     moondust_36 2022-11-29 16:59:06     FALSE
## 2547     FALSE             0            <NA> 2022-11-29 16:59:04     FALSE
## 2548     FALSE             0            <NA> 2022-11-29 16:58:59     FALSE
## 2549     FALSE             0            <NA> 2022-11-29 16:58:55     FALSE
## 2550     FALSE             0            <NA> 2022-11-29 16:58:42     FALSE
## 2551     FALSE             1      bl_artcult 2022-11-29 16:58:14     FALSE
## 2552     FALSE             0        WeAreWST 2022-11-29 16:58:08     FALSE
## 2553     FALSE             0            <NA> 2022-11-29 16:57:56     FALSE
## 2554     FALSE             0            <NA> 2022-11-29 16:57:24     FALSE
## 2555     FALSE             0            <NA> 2022-11-29 16:57:09     FALSE
## 2556     FALSE             1            <NA> 2022-11-29 16:56:25     FALSE
## 2557     FALSE            23            <NA> 2022-11-29 16:56:09      TRUE
## 2558     FALSE             0            <NA> 2022-11-29 16:56:03     FALSE
## 2559     FALSE             0            <NA> 2022-11-29 16:55:41     FALSE
## 2560     FALSE             0            <NA> 2022-11-29 16:55:40      TRUE
## 2561     FALSE             0            <NA> 2022-11-29 16:54:52      TRUE
## 2562     FALSE             0            <NA> 2022-11-29 16:54:43     FALSE
## 2563     FALSE             0            <NA> 2022-11-29 16:54:42     FALSE
## 2564     FALSE             2      jeebusdial 2022-11-29 16:54:35     FALSE
## 2565     FALSE             0            <NA> 2022-11-29 16:54:07      TRUE
## 2566     FALSE             0            <NA> 2022-11-29 16:54:07     FALSE
## 2567     FALSE             0            <NA> 2022-11-29 16:54:03     FALSE
## 2568     FALSE             0            <NA> 2022-11-29 16:53:59      TRUE
## 2569     FALSE             0            <NA> 2022-11-29 16:53:46     FALSE
## 2570     FALSE             0            <NA> 2022-11-29 16:53:38     FALSE
## 2571     FALSE             0            <NA> 2022-11-29 16:53:21     FALSE
## 2572     FALSE             0            <NA> 2022-11-29 16:53:20     FALSE
## 2573     FALSE             0            <NA> 2022-11-29 16:53:19     FALSE
## 2574     FALSE             0            <NA> 2022-11-29 16:53:19     FALSE
## 2575     FALSE             0            <NA> 2022-11-29 16:53:08     FALSE
## 2576     FALSE             2    SoonerWerder 2022-11-29 16:53:03      TRUE
## 2577     FALSE             0            <NA> 2022-11-29 16:52:58     FALSE
## 2578     FALSE             0            <NA> 2022-11-29 16:52:57     FALSE
## 2579     FALSE             0            <NA> 2022-11-29 16:52:43     FALSE
## 2580     FALSE             0            <NA> 2022-11-29 16:51:58     FALSE
## 2581     FALSE             0       marics12_ 2022-11-29 16:51:51     FALSE
## 2582     FALSE             6       uchihagli 2022-11-29 16:51:30     FALSE
## 2583     FALSE             0            <NA> 2022-11-29 16:51:14     FALSE
## 2584     FALSE             0            <NA> 2022-11-29 16:50:50     FALSE
## 2585     FALSE             0            <NA> 2022-11-29 16:50:41     FALSE
## 2586     FALSE             0            <NA> 2022-11-29 16:50:06     FALSE
## 2587     FALSE             0            <NA> 2022-11-29 16:50:06     FALSE
## 2588     FALSE             0            <NA> 2022-11-29 16:49:43     FALSE
## 2589     FALSE             1      bl_artcult 2022-11-29 16:49:34     FALSE
## 2590     FALSE             0            <NA> 2022-11-29 16:49:21     FALSE
## 2591     FALSE             0            <NA> 2022-11-29 16:49:18      TRUE
## 2592     FALSE             0            <NA> 2022-11-29 16:49:17     FALSE
## 2593     FALSE             0            <NA> 2022-11-29 16:49:14     FALSE
## 2594     FALSE             0            <NA> 2022-11-29 16:48:52     FALSE
## 2595     FALSE             2        futa1126 2022-11-29 16:48:48      TRUE
## 2596     FALSE             0            <NA> 2022-11-29 16:48:39     FALSE
## 2597     FALSE             1        GeriKipp 2022-11-29 16:48:32      TRUE
## 2598     FALSE             0            <NA> 2022-11-29 16:48:29     FALSE
## 2599     FALSE             1      BL_Scenery 2022-11-29 16:48:06      TRUE
## 2600     FALSE             0            <NA> 2022-11-29 16:48:02     FALSE
## 2601     FALSE             0            <NA> 2022-11-29 16:47:56     FALSE
## 2602     FALSE             0            <NA> 2022-11-29 16:47:47     FALSE
## 2603     FALSE             4            <NA> 2022-11-29 16:47:44      TRUE
## 2604     FALSE             1 DangerTangerine 2022-11-29 16:47:38     FALSE
## 2605     FALSE             0            <NA> 2022-11-29 16:47:14      TRUE
## 2606     FALSE             0        Arel2Ron 2022-11-29 16:47:09     FALSE
## 2607     FALSE             0            <NA> 2022-11-29 16:47:03     FALSE
## 2608     FALSE             2        suhjelly 2022-11-29 16:47:02      TRUE
## 2609     FALSE             1      cutefemcel 2022-11-29 16:46:45     FALSE
## 2610     FALSE             0            <NA> 2022-11-29 16:46:13     FALSE
## 2611     FALSE             5   illustrata_ai 2022-11-29 16:45:57      TRUE
## 2612     FALSE            11  StephanieHypes 2022-11-29 16:45:56     FALSE
## 2613     FALSE             0            <NA> 2022-11-29 16:45:38     FALSE
## 2614     FALSE            13            <NA> 2022-11-29 16:45:05      TRUE
## 2615     FALSE             1            <NA> 2022-11-29 16:44:49     FALSE
## 2616     FALSE             0            <NA> 2022-11-29 16:44:46     FALSE
## 2617     FALSE             0            <NA> 2022-11-29 16:44:35     FALSE
## 2618     FALSE             1      cowpoke690 2022-11-29 16:44:33      TRUE
## 2619     FALSE             0            <NA> 2022-11-29 16:44:29     FALSE
## 2620     FALSE             0       Wijntje10 2022-11-29 16:43:59     FALSE
## 2621     FALSE             0      tanyakanrl 2022-11-29 16:43:52     FALSE
## 2622     FALSE            10    milephakphum 2022-11-29 16:43:51     FALSE
## 2623     FALSE             0            <NA> 2022-11-29 16:43:36     FALSE
## 2624     FALSE             0            <NA> 2022-11-29 16:43:22     FALSE
## 2625     FALSE             2      neiImobiIe 2022-11-29 16:43:20      TRUE
## 2626     FALSE             0            <NA> 2022-11-29 16:42:56     FALSE
## 2627     FALSE             0            <NA> 2022-11-29 16:42:53     FALSE
## 2628     FALSE             0            <NA> 2022-11-29 16:42:49     FALSE
## 2629     FALSE            20            <NA> 2022-11-29 16:42:29     FALSE
## 2630     FALSE             1            <NA> 2022-11-29 16:42:21     FALSE
## 2631     FALSE             0            <NA> 2022-11-29 16:42:12     FALSE
## 2632     FALSE             0            <NA> 2022-11-29 16:42:00      TRUE
## 2633     FALSE             6            <NA> 2022-11-29 16:42:00      TRUE
## 2634     FALSE             3           paulg 2022-11-29 16:41:51     FALSE
## 2635     FALSE             0            <NA> 2022-11-29 16:41:45     FALSE
## 2636     FALSE             4            <NA> 2022-11-29 16:41:43      TRUE
## 2637     FALSE             0            <NA> 2022-11-29 16:41:43     FALSE
## 2638     FALSE             0            <NA> 2022-11-29 16:41:37     FALSE
## 2639     FALSE             1     moondust_36 2022-11-29 16:41:21     FALSE
## 2640     FALSE             0            <NA> 2022-11-29 16:41:14     FALSE
## 2641     FALSE             0            <NA> 2022-11-29 16:41:09     FALSE
## 2642     FALSE             1   rocketgirlNFT 2022-11-29 16:41:03     FALSE
## 2643     FALSE             0            <NA> 2022-11-29 16:40:38     FALSE
## 2644     FALSE             0            <NA> 2022-11-29 16:40:33     FALSE
## 2645     FALSE             2   CoffeeVectors 2022-11-29 16:40:22     FALSE
## 2646     FALSE             0            <NA> 2022-11-29 16:40:09     FALSE
## 2647     FALSE             0            <NA> 2022-11-29 16:39:55     FALSE
## 2648     FALSE             0            <NA> 2022-11-29 16:39:45     FALSE
## 2649     FALSE             0            <NA> 2022-11-29 16:39:13     FALSE
## 2650     FALSE             0            <NA> 2022-11-29 16:39:02     FALSE
## 2651     FALSE             0            <NA> 2022-11-29 16:39:00     FALSE
## 2652     FALSE             5  meowmeowrichhh 2022-11-29 16:38:27      TRUE
## 2653     FALSE             0            <NA> 2022-11-29 16:38:25     FALSE
## 2654     FALSE             0      Magpie24_7 2022-11-29 16:38:24     FALSE
## 2655     FALSE             0            <NA> 2022-11-29 16:38:19     FALSE
## 2656     FALSE             0            <NA> 2022-11-29 16:38:16     FALSE
## 2657     FALSE             0            <NA> 2022-11-29 16:38:07     FALSE
## 2658     FALSE             0         BL_2889 2022-11-29 16:37:45     FALSE
## 2659     FALSE             0            <NA> 2022-11-29 16:37:30     FALSE
## 2660     FALSE             0            <NA> 2022-11-29 16:37:30     FALSE
## 2661     FALSE             0            <NA> 2022-11-29 16:36:48     FALSE
## 2662     FALSE             0            <NA> 2022-11-29 16:36:47     FALSE
## 2663     FALSE             0            <NA> 2022-11-29 16:36:37     FALSE
## 2664     FALSE             0            <NA> 2022-11-29 16:36:28      TRUE
## 2665     FALSE             0            <NA> 2022-11-29 16:35:48     FALSE
## 2666     FALSE             0            <NA> 2022-11-29 16:35:37      TRUE
## 2667     FALSE             1      bl_artcult 2022-11-29 16:35:31     FALSE
## 2668     FALSE             0            <NA> 2022-11-29 16:35:30     FALSE
## 2669     FALSE             1   retardparadox 2022-11-29 16:35:24     FALSE
## 2670     FALSE             0         jaywawk 2022-11-29 16:35:22     FALSE
## 2671     FALSE             0            <NA> 2022-11-29 16:35:02     FALSE
## 2672     FALSE             0            <NA> 2022-11-29 16:35:01     FALSE
## 2673     FALSE             0            <NA> 2022-11-29 16:34:58     FALSE
## 2674     FALSE            12    ZankieEnough 2022-11-29 16:34:52      TRUE
## 2675     FALSE             2        BL1NKYYY 2022-11-29 16:34:47     FALSE
## 2676     FALSE             0   Bee_Nichaphat 2022-11-29 16:34:44      TRUE
## 2677     FALSE             0            <NA> 2022-11-29 16:34:31     FALSE
## 2678     FALSE             0            <NA> 2022-11-29 16:34:15     FALSE
## 2679     FALSE             0            <NA> 2022-11-29 16:34:15     FALSE
## 2680     FALSE             0            <NA> 2022-11-29 16:33:57     FALSE
## 2681     FALSE             0            <NA> 2022-11-29 16:33:47     FALSE
## 2682     FALSE             0            <NA> 2022-11-29 16:33:41     FALSE
## 2683     FALSE             0            <NA> 2022-11-29 16:33:31     FALSE
## 2684     FALSE             0            <NA> 2022-11-29 16:33:27      TRUE
## 2685     FALSE             0            <NA> 2022-11-29 16:33:27     FALSE
## 2686     FALSE             0            <NA> 2022-11-29 16:33:27     FALSE
## 2687     FALSE             0            <NA> 2022-11-29 16:33:26     FALSE
## 2688     FALSE             0   Bee_Nichaphat 2022-11-29 16:33:23      TRUE
## 2689     FALSE             0            <NA> 2022-11-29 16:33:17     FALSE
## 2690     FALSE             2      bl_artcult 2022-11-29 16:33:00      TRUE
## 2691     FALSE             2    darkestdollx 2022-11-29 16:32:55      TRUE
## 2692     FALSE             0            <NA> 2022-11-29 16:32:52     FALSE
## 2693     FALSE             0            <NA> 2022-11-29 16:32:43     FALSE
## 2694     FALSE             1     georgia_tcv 2022-11-29 16:32:31      TRUE
## 2695     FALSE             7            <NA> 2022-11-29 16:32:31      TRUE
## 2696     FALSE            44            <NA> 2022-11-29 16:32:25      TRUE
## 2697     FALSE             0            <NA> 2022-11-29 16:32:23      TRUE
## 2698     FALSE            10      bl_artcult 2022-11-29 16:32:04     FALSE
## 2699     FALSE             0   Bee_Nichaphat 2022-11-29 16:32:00      TRUE
## 2700     FALSE             0            <NA> 2022-11-29 16:31:52     FALSE
## 2701     FALSE             0            <NA> 2022-11-29 16:31:51     FALSE
## 2702     FALSE             0      bl_artcult 2022-11-29 16:31:50     FALSE
## 2703     FALSE             0            <NA> 2022-11-29 16:31:38     FALSE
## 2704     FALSE             0            <NA> 2022-11-29 16:31:17     FALSE
## 2705     FALSE             0            <NA> 2022-11-29 16:30:48      TRUE
## 2706     FALSE             0   JesseThSrvnt1 2022-11-29 16:30:47      TRUE
## 2707     FALSE             0            <NA> 2022-11-29 16:30:43     FALSE
## 2708     FALSE            20            <NA> 2022-11-29 16:30:22      TRUE
## 2709     FALSE             0            <NA> 2022-11-29 16:30:13     FALSE
## 2710     FALSE             0            <NA> 2022-11-29 16:30:01      TRUE
## 2711     FALSE             0            <NA> 2022-11-29 16:29:59     FALSE
## 2712     FALSE             1  _iamalistairvt 2022-11-29 16:29:50     FALSE
## 2713     FALSE             0            <NA> 2022-11-29 16:29:49     FALSE
## 2714     FALSE             0   Eleni78770815 2022-11-29 16:29:44     FALSE
## 2715     FALSE             0            <NA> 2022-11-29 16:29:31     FALSE
## 2716     FALSE             0            <NA> 2022-11-29 16:29:19     FALSE
## 2717     FALSE            26            <NA> 2022-11-29 16:29:15      TRUE
## 2718     FALSE             1        inigma_a 2022-11-29 16:29:13      TRUE
## 2719     FALSE             0            <NA> 2022-11-29 16:28:40     FALSE
## 2720     FALSE             0            <NA> 2022-11-29 16:28:38     FALSE
## 2721     FALSE            18      ErotemeArt 2022-11-29 16:28:33      TRUE
## 2722     FALSE             0    s4tinflowers 2022-11-29 16:28:30      TRUE
## 2723     FALSE             0            <NA> 2022-11-29 16:28:28     FALSE
## 2724     FALSE            24            <NA> 2022-11-29 16:28:08      TRUE
## 2725     FALSE             0            <NA> 2022-11-29 16:28:05     FALSE
## 2726     FALSE             0            <NA> 2022-11-29 16:28:02      TRUE
## 2727     FALSE             0            <NA> 2022-11-29 16:28:02     FALSE
## 2728     FALSE             0            <NA> 2022-11-29 16:27:57     FALSE
## 2729     FALSE             2    exosvtdanmei 2022-11-29 16:27:46      TRUE
## 2730     FALSE             2            <NA> 2022-11-29 16:27:22     FALSE
## 2731     FALSE             0   SXNGLETRACKED 2022-11-29 16:27:10     FALSE
## 2732     FALSE             0            <NA> 2022-11-29 16:27:10      TRUE
## 2733     FALSE             0            <NA> 2022-11-29 16:26:34     FALSE
## 2734     FALSE             0            <NA> 2022-11-29 16:25:56     FALSE
## 2735     FALSE             0            <NA> 2022-11-29 16:25:43     FALSE
## 2736     FALSE             1         ufonft2 2022-11-29 16:25:36     FALSE
## 2737     FALSE             0            <NA> 2022-11-29 16:25:36     FALSE
## 2738     FALSE             0            <NA> 2022-11-29 16:25:28     FALSE
## 2739     FALSE             5        val_hshm 2022-11-29 16:25:01     FALSE
## 2740     FALSE             1      bl_artcult 2022-11-29 16:24:35     FALSE
## 2741     FALSE             1      DoctorSam7 2022-11-29 16:24:30      TRUE
## 2742     FALSE             2       charis_ai 2022-11-29 16:24:28     FALSE
## 2743     FALSE             7          yslppe 2022-11-29 16:24:25      TRUE
## 2744     FALSE             0            <NA> 2022-11-29 16:24:24     FALSE
## 2745     FALSE             0            <NA> 2022-11-29 16:24:22     FALSE
## 2746     FALSE             0            <NA> 2022-11-29 16:24:06     FALSE
## 2747     FALSE             0            <NA> 2022-11-29 16:23:52     FALSE
## 2748     FALSE             0   rocketgirlNFT 2022-11-29 16:23:48     FALSE
## 2749     FALSE             1            <NA> 2022-11-29 16:23:40     FALSE
## 2750     FALSE             0   shoujoscholar 2022-11-29 16:23:27      TRUE
## 2751     FALSE             0            <NA> 2022-11-29 16:23:25     FALSE
## 2752     FALSE             0            <NA> 2022-11-29 16:23:15     FALSE
## 2753     FALSE             1            <NA> 2022-11-29 16:23:11      TRUE
## 2754     FALSE             0            <NA> 2022-11-29 16:22:14     FALSE
## 2755     FALSE             3            <NA> 2022-11-29 16:22:08     FALSE
## 2756     FALSE             0            <NA> 2022-11-29 16:22:03     FALSE
## 2757     FALSE             0            <NA> 2022-11-29 16:21:55     FALSE
## 2758     FALSE             0            <NA> 2022-11-29 16:21:40     FALSE
## 2759     FALSE             0            <NA> 2022-11-29 16:21:36     FALSE
## 2760     FALSE             0            <NA> 2022-11-29 16:21:34      TRUE
## 2761     FALSE             0            <NA> 2022-11-29 16:21:34     FALSE
## 2762     FALSE             0            <NA> 2022-11-29 16:21:25     FALSE
## 2763     FALSE            25            <NA> 2022-11-29 16:21:25      TRUE
## 2764     FALSE             0            <NA> 2022-11-29 16:21:11     FALSE
## 2765     FALSE             0            <NA> 2022-11-29 16:21:10     FALSE
## 2766     FALSE             0            <NA> 2022-11-29 16:21:09     FALSE
## 2767     FALSE             0            <NA> 2022-11-29 16:21:01     FALSE
## 2768     FALSE             1      farchicore 2022-11-29 16:20:55     FALSE
## 2769     FALSE             1     mkc78997997 2022-11-29 16:20:54     FALSE
## 2770     FALSE             3            <NA> 2022-11-29 16:20:52     FALSE
## 2771     FALSE             0            <NA> 2022-11-29 16:20:48     FALSE
## 2772     FALSE             2         shidoni 2022-11-29 16:20:33      TRUE
## 2773     FALSE             0            <NA> 2022-11-29 16:20:30      TRUE
## 2774     FALSE             0            <NA> 2022-11-29 16:20:29     FALSE
## 2775     FALSE             2            <NA> 2022-11-29 16:20:21     FALSE
## 2776     FALSE             0            <NA> 2022-11-29 16:20:15     FALSE
## 2777     FALSE             0            <NA> 2022-11-29 16:20:13     FALSE
## 2778     FALSE             0            <NA> 2022-11-29 16:20:12     FALSE
## 2779     FALSE             3            <NA> 2022-11-29 16:20:12     FALSE
## 2780     FALSE             2      bl_artcult 2022-11-29 16:20:10     FALSE
## 2781     FALSE             0            <NA> 2022-11-29 16:20:08      TRUE
## 2782     FALSE             4            <NA> 2022-11-29 16:20:07      TRUE
## 2783     FALSE            14   K_Kentin_Rose 2022-11-29 16:20:05      TRUE
## 2784     FALSE             1       fairygkie 2022-11-29 16:20:03     FALSE
## 2785     FALSE             0            <NA> 2022-11-29 16:20:01     FALSE
## 2786     FALSE             0            <NA> 2022-11-29 16:20:00     FALSE
## 2787     FALSE             5       AiJoe_eth 2022-11-29 16:19:57     FALSE
## 2788     FALSE             3    exosvtdanmei 2022-11-29 16:19:52      TRUE
## 2789     FALSE             0            <NA> 2022-11-29 16:19:37     FALSE
## 2790     FALSE             0            <NA> 2022-11-29 16:19:36     FALSE
## 2791     FALSE             0            <NA> 2022-11-29 16:19:32     FALSE
## 2792     FALSE             0            <NA> 2022-11-29 16:19:21     FALSE
## 2793     FALSE             1         ufonft2 2022-11-29 16:19:17     FALSE
## 2794     FALSE             0            <NA> 2022-11-29 16:19:07     FALSE
## 2795     FALSE             0            <NA> 2022-11-29 16:18:59     FALSE
## 2796     FALSE             0            <NA> 2022-11-29 16:18:59     FALSE
## 2797     FALSE             0            <NA> 2022-11-29 16:18:58      TRUE
## 2798     FALSE             0            <NA> 2022-11-29 16:18:54      TRUE
## 2799     FALSE             0            <NA> 2022-11-29 16:18:49     FALSE
## 2800     FALSE             0            <NA> 2022-11-29 16:18:38     FALSE
## 2801     FALSE             1       AiJoe_eth 2022-11-29 16:18:36     FALSE
## 2802     FALSE             0            <NA> 2022-11-29 16:18:31     FALSE
## 2803     FALSE             0            <NA> 2022-11-29 16:18:29     FALSE
## 2804     FALSE             0            <NA> 2022-11-29 16:18:22     FALSE
## 2805     FALSE             0      stussyciel 2022-11-29 16:18:16     FALSE
## 2806     FALSE             0            <NA> 2022-11-29 16:18:14     FALSE
## 2807     FALSE             1            <NA> 2022-11-29 16:18:13     FALSE
## 2808     FALSE             2      BadBeanLLC 2022-11-29 16:18:05     FALSE
## 2809     FALSE             0            <NA> 2022-11-29 16:17:51     FALSE
## 2810     FALSE             0            <NA> 2022-11-29 16:17:47     FALSE
## 2811     FALSE             0        Varewulf 2022-11-29 16:17:45      TRUE
## 2812     FALSE             0            <NA> 2022-11-29 16:17:43     FALSE
## 2813     FALSE             9   CoffeeVectors 2022-11-29 16:17:23     FALSE
## 2814     FALSE             0            <NA> 2022-11-29 16:17:10     FALSE
## 2815     FALSE             0            <NA> 2022-11-29 16:17:07     FALSE
## 2816     FALSE             8            <NA> 2022-11-29 16:17:00     FALSE
## 2817     FALSE             0            <NA> 2022-11-29 16:16:57     FALSE
## 2818     FALSE             0            <NA> 2022-11-29 16:16:54      TRUE
## 2819     FALSE             0            <NA> 2022-11-29 16:16:54     FALSE
## 2820     FALSE             1    exosvtdanmei 2022-11-29 16:16:43      TRUE
## 2821     FALSE             1            <NA> 2022-11-29 16:16:34     FALSE
## 2822     FALSE             0            <NA> 2022-11-29 16:16:34      TRUE
## 2823     FALSE             1 TymothyLongoria 2022-11-29 16:16:33     FALSE
## 2824     FALSE             0            <NA> 2022-11-29 16:16:32     FALSE
## 2825     FALSE             0            <NA> 2022-11-29 16:16:30     FALSE
## 2826     FALSE             0            <NA> 2022-11-29 16:16:20     FALSE
## 2827     FALSE             0            <NA> 2022-11-29 16:16:16     FALSE
## 2828     FALSE             1    DVKtheartist 2022-11-29 16:15:53     FALSE
## 2829     FALSE             0            <NA> 2022-11-29 16:15:44     FALSE
## 2830     FALSE             0            <NA> 2022-11-29 16:15:37     FALSE
## 2831     FALSE             0            <NA> 2022-11-29 16:15:36     FALSE
## 2832     FALSE             2            <NA> 2022-11-29 16:15:32      TRUE
## 2833     FALSE             0            <NA> 2022-11-29 16:15:30     FALSE
## 2834     FALSE             1      marcolin91 2022-11-29 16:15:22     FALSE
## 2835     FALSE             0            <NA> 2022-11-29 16:15:21     FALSE
## 2836     FALSE             0            <NA> 2022-11-29 16:15:09     FALSE
## 2837     FALSE            73            <NA> 2022-11-29 16:15:04      TRUE
## 2838     FALSE             0            <NA> 2022-11-29 16:15:04     FALSE
## 2839     FALSE             0            <NA> 2022-11-29 16:15:02     FALSE
## 2840     FALSE             1   VeronikaSimms 2022-11-29 16:14:57     FALSE
## 2841     FALSE             0            <NA> 2022-11-29 16:14:57     FALSE
## 2842     FALSE             0            <NA> 2022-11-29 16:14:54     FALSE
## 2843     FALSE             0            <NA> 2022-11-29 16:14:52     FALSE
## 2844     FALSE             0            <NA> 2022-11-29 16:14:48     FALSE
## 2845     FALSE             0            <NA> 2022-11-29 16:14:45     FALSE
## 2846     FALSE             0            <NA> 2022-11-29 16:14:40     FALSE
## 2847     FALSE             0            <NA> 2022-11-29 16:14:33     FALSE
## 2848     FALSE             3      bl_artcult 2022-11-29 16:14:28     FALSE
## 2849     FALSE             0            <NA> 2022-11-29 16:14:22     FALSE
## 2850     FALSE             0            <NA> 2022-11-29 16:14:05     FALSE
## 2851     FALSE             0            <NA> 2022-11-29 16:14:04     FALSE
## 2852     FALSE             0            <NA> 2022-11-29 16:14:01     FALSE
## 2853     FALSE             0            <NA> 2022-11-29 16:13:59     FALSE
## 2854     FALSE             2            <NA> 2022-11-29 16:13:57     FALSE
## 2855     FALSE             0            <NA> 2022-11-29 16:13:56     FALSE
## 2856     FALSE             0            <NA> 2022-11-29 16:13:52      TRUE
## 2857     FALSE             0            <NA> 2022-11-29 16:13:47     FALSE
## 2858     FALSE             0            <NA> 2022-11-29 16:13:33     FALSE
## 2859     FALSE             0            <NA> 2022-11-29 16:13:30     FALSE
## 2860     FALSE             0            <NA> 2022-11-29 16:13:27     FALSE
## 2861     FALSE             2      QirongsBff 2022-11-29 16:13:20      TRUE
## 2862     FALSE             0            <NA> 2022-11-29 16:13:18     FALSE
## 2863     FALSE             0            <NA> 2022-11-29 16:13:11     FALSE
## 2864     FALSE             0            <NA> 2022-11-29 16:13:11     FALSE
## 2865     FALSE             0            <NA> 2022-11-29 16:13:03     FALSE
## 2866     FALSE             0            <NA> 2022-11-29 16:13:01      TRUE
## 2867     FALSE             0            <NA> 2022-11-29 16:12:56     FALSE
## 2868     FALSE            61            <NA> 2022-11-29 16:12:31      TRUE
## 2869     FALSE             0            <NA> 2022-11-29 16:12:24     FALSE
## 2870     FALSE             0            <NA> 2022-11-29 16:12:21     FALSE
## 2871     FALSE             0            <NA> 2022-11-29 16:12:09     FALSE
## 2872     FALSE             0            <NA> 2022-11-29 16:12:03     FALSE
## 2873     FALSE             0            <NA> 2022-11-29 16:11:57     FALSE
## 2874     FALSE            15            <NA> 2022-11-29 16:11:52      TRUE
## 2875     FALSE             0            <NA> 2022-11-29 16:11:45     FALSE
## 2876     FALSE             5       xantababy 2022-11-29 16:11:43      TRUE
## 2877     FALSE             0    milephakphum 2022-11-29 16:11:42     FALSE
## 2878     FALSE             0            <NA> 2022-11-29 16:11:21     FALSE
## 2879     FALSE             0            <NA> 2022-11-29 16:11:20     FALSE
## 2880     FALSE             0            <NA> 2022-11-29 16:11:13     FALSE
## 2881     FALSE             0            <NA> 2022-11-29 16:11:01     FALSE
## 2882     FALSE             1      bl_artcult 2022-11-29 16:10:59     FALSE
## 2883     FALSE             0            <NA> 2022-11-29 16:10:48     FALSE
## 2884     FALSE             3 tropotropotropo 2022-11-29 16:10:47      TRUE
## 2885     FALSE             0            <NA> 2022-11-29 16:10:37     FALSE
## 2886     FALSE             0            <NA> 2022-11-29 16:10:36     FALSE
## 2887     FALSE             0            <NA> 2022-11-29 16:10:36     FALSE
## 2888     FALSE             4            <NA> 2022-11-29 16:10:26     FALSE
## 2889     FALSE             0            <NA> 2022-11-29 16:10:24     FALSE
## 2890     FALSE             0            <NA> 2022-11-29 16:10:22     FALSE
## 2891     FALSE             0            <NA> 2022-11-29 16:10:17     FALSE
## 2892     FALSE             0            <NA> 2022-11-29 16:10:12     FALSE
## 2893     FALSE             0            <NA> 2022-11-29 16:10:11     FALSE
## 2894     FALSE             0            <NA> 2022-11-29 16:10:01     FALSE
## 2895     FALSE             1      bl_artcult 2022-11-29 16:09:58     FALSE
## 2896     FALSE             0            <NA> 2022-11-29 16:09:55     FALSE
## 2897     FALSE             0            <NA> 2022-11-29 16:09:48     FALSE
## 2898     FALSE             0            <NA> 2022-11-29 16:09:46     FALSE
## 2899     FALSE             0    AngrySalmond 2022-11-29 16:09:44     FALSE
## 2900     FALSE             0            <NA> 2022-11-29 16:09:40     FALSE
## 2901     FALSE             0            <NA> 2022-11-29 16:09:35     FALSE
## 2902     FALSE             0            <NA> 2022-11-29 16:09:26     FALSE
## 2903     FALSE             0            <NA> 2022-11-29 16:09:22     FALSE
## 2904     FALSE             0            <NA> 2022-11-29 16:08:47     FALSE
## 2905     FALSE             0            <NA> 2022-11-29 16:08:47     FALSE
## 2906     FALSE             0            <NA> 2022-11-29 16:08:46     FALSE
## 2907     FALSE             0            <NA> 2022-11-29 16:08:40     FALSE
## 2908     FALSE             0            <NA> 2022-11-29 16:08:25     FALSE
## 2909     FALSE             0            <NA> 2022-11-29 16:08:12     FALSE
## 2910     FALSE             0            <NA> 2022-11-29 16:08:06     FALSE
## 2911     FALSE            19            <NA> 2022-11-29 16:07:49     FALSE
## 2912     FALSE             0            <NA> 2022-11-29 16:07:47     FALSE
## 2913     FALSE             0            <NA> 2022-11-29 16:07:44     FALSE
## 2914     FALSE             2        InLimboV 2022-11-29 16:07:12      TRUE
## 2915     FALSE             1     happyfeeesh 2022-11-29 16:06:48      TRUE
## 2916     FALSE             0            <NA> 2022-11-29 16:06:27     FALSE
## 2917     FALSE             0       bby_bl_ue 2022-11-29 16:05:56     FALSE
## 2918     FALSE             0            <NA> 2022-11-29 16:05:30     FALSE
## 2919     FALSE             0         BL_2889 2022-11-29 16:05:21     FALSE
## 2920     FALSE             0         aksnevv 2022-11-29 16:05:12     FALSE
## 2921     FALSE             0            <NA> 2022-11-29 16:04:51     FALSE
## 2922     FALSE             1      bl_artcult 2022-11-29 16:04:31     FALSE
## 2923     FALSE             0            <NA> 2022-11-29 16:04:26     FALSE
## 2924     FALSE             0            <NA> 2022-11-29 16:03:59     FALSE
## 2925     FALSE             0            <NA> 2022-11-29 16:03:53     FALSE
## 2926     FALSE             1         valkyun 2022-11-29 16:03:49      TRUE
## 2927     FALSE             1         jaywawk 2022-11-29 16:03:43     FALSE
## 2928     FALSE             0            <NA> 2022-11-29 16:03:26     FALSE
## 2929     FALSE            15            <NA> 2022-11-29 16:03:22      TRUE
## 2930     FALSE             0            <NA> 2022-11-29 16:03:14      TRUE
## 2931     FALSE             0            <NA> 2022-11-29 16:03:05     FALSE
## 2932     FALSE             0            <NA> 2022-11-29 16:03:02      TRUE
## 2933     FALSE             0            <NA> 2022-11-29 16:02:55     FALSE
## 2934     FALSE             0            <NA> 2022-11-29 16:02:53     FALSE
## 2935     FALSE             0            <NA> 2022-11-29 16:02:44     FALSE
## 2936     FALSE             0            <NA> 2022-11-29 16:02:43     FALSE
## 2937     FALSE             0            <NA> 2022-11-29 16:02:39     FALSE
## 2938     FALSE             1            <NA> 2022-11-29 16:02:38     FALSE
## 2939     FALSE             1            <NA> 2022-11-29 16:02:10      TRUE
## 2940     FALSE             1      bl_artcult 2022-11-29 16:01:52     FALSE
## 2941     FALSE             0            <NA> 2022-11-29 16:01:35     FALSE
## 2942     FALSE             0   LuauLifestyle 2022-11-29 16:01:12      TRUE
## 2943     FALSE             0            <NA> 2022-11-29 16:00:57     FALSE
## 2944     FALSE             0        fort_fts 2022-11-29 16:00:43     FALSE
## 2945     FALSE             0        kayr0zay 2022-11-29 16:00:32     FALSE
## 2946     FALSE             3            <NA> 2022-11-29 16:00:20      TRUE
## 2947     FALSE             0            <NA> 2022-11-29 16:00:18     FALSE
## 2948     FALSE             0            <NA> 2022-11-29 16:00:08     FALSE
## 2949     FALSE             0            <NA> 2022-11-29 16:00:02     FALSE
## 2950     FALSE             0     _electrahrt 2022-11-29 15:59:49     FALSE
## 2951     FALSE             9            <NA> 2022-11-29 15:59:27     FALSE
## 2952     FALSE             0            <NA> 2022-11-29 15:59:20      TRUE
## 2953     FALSE             0            <NA> 2022-11-29 15:59:19     FALSE
## 2954     FALSE             2            <NA> 2022-11-29 15:59:16      TRUE
## 2955     FALSE             0        elonmusk 2022-11-29 15:59:05      TRUE
## 2956     FALSE             0            <NA> 2022-11-29 15:58:25     FALSE
## 2957     FALSE             0            <NA> 2022-11-29 15:58:17     FALSE
## 2958     FALSE             0            <NA> 2022-11-29 15:58:15     FALSE
## 2959     FALSE             0            <NA> 2022-11-29 15:58:14     FALSE
## 2960     FALSE           110            <NA> 2022-11-29 15:57:54      TRUE
## 2961     FALSE             0            <NA> 2022-11-29 15:57:37     FALSE
## 2962     FALSE             2      bl_artcult 2022-11-29 15:57:25     FALSE
## 2963     FALSE             0            <NA> 2022-11-29 15:57:25     FALSE
## 2964     FALSE             3      bl_artcult 2022-11-29 15:57:22     FALSE
## 2965     FALSE             0            <NA> 2022-11-29 15:57:18     FALSE
## 2966     FALSE             0            <NA> 2022-11-29 15:57:05     FALSE
## 2967     FALSE             1     happyfeeesh 2022-11-29 15:56:29     FALSE
## 2968     FALSE             1            <NA> 2022-11-29 15:56:27      TRUE
## 2969     FALSE             0            <NA> 2022-11-29 15:56:14     FALSE
## 2970     FALSE             0            <NA> 2022-11-29 15:56:06      TRUE
## 2971     FALSE            12            <NA> 2022-11-29 15:56:05     FALSE
## 2972     FALSE             0            <NA> 2022-11-29 15:55:58     FALSE
## 2973     FALSE             0            <NA> 2022-11-29 15:55:58     FALSE
## 2974     FALSE             0            <NA> 2022-11-29 15:55:49     FALSE
## 2975     FALSE             0            <NA> 2022-11-29 15:55:43     FALSE
## 2976     FALSE           166            <NA> 2022-11-29 15:55:41     FALSE
## 2977     FALSE             0            <NA> 2022-11-29 15:55:19     FALSE
## 2978     FALSE             0            <NA> 2022-11-29 15:54:43     FALSE
## 2979     FALSE             0            <NA> 2022-11-29 15:53:52     FALSE
## 2980     FALSE             0             ANI 2022-11-29 15:53:51     FALSE
## 2981     FALSE             0            <NA> 2022-11-29 15:53:43     FALSE
## 2982     FALSE             0  Intricatemess_ 2022-11-29 15:53:31     FALSE
## 2983     FALSE             1        Aman0683 2022-11-29 15:53:16     FALSE
## 2984     FALSE             0            <NA> 2022-11-29 15:53:16     FALSE
## 2985     FALSE             0            <NA> 2022-11-29 15:53:06     FALSE
## 2986     FALSE             0            <NA> 2022-11-29 15:52:59     FALSE
## 2987     FALSE             0            <NA> 2022-11-29 15:52:49     FALSE
## 2988     FALSE             2      johnjbooks 2022-11-29 15:52:43     FALSE
## 2989     FALSE             0   twittornewton 2022-11-29 15:52:29      TRUE
## 2990     FALSE             0            <NA> 2022-11-29 15:52:20     FALSE
## 2991     FALSE             0            <NA> 2022-11-29 15:51:30     FALSE
## 2992     FALSE             6       d1460_nft 2022-11-29 15:51:08     FALSE
## 2993     FALSE             0            <NA> 2022-11-29 15:51:08     FALSE
## 2994     FALSE             0            <NA> 2022-11-29 15:50:20     FALSE
## 2995     FALSE             0            <NA> 2022-11-29 15:50:18     FALSE
## 2996     FALSE             5            <NA> 2022-11-29 15:50:18     FALSE
## 2997     FALSE             2    nartiadtrann 2022-11-29 15:49:57     FALSE
## 2998     FALSE             0            <NA> 2022-11-29 15:49:57     FALSE
## 2999     FALSE             0            <NA> 2022-11-29 15:49:53     FALSE
## 3000     FALSE             0            <NA> 2022-11-29 15:49:51     FALSE
## 3001     FALSE             0            <NA> 2022-11-29 15:49:45     FALSE
## 3002     FALSE             2      nanaluvie7 2022-11-29 15:49:39     FALSE
## 3003     FALSE             1            <NA> 2022-11-29 15:49:15     FALSE
## 3004     FALSE             0            <NA> 2022-11-29 15:49:15     FALSE
## 3005     FALSE             0            <NA> 2022-11-29 15:48:56     FALSE
## 3006     FALSE             0            <NA> 2022-11-29 15:48:51     FALSE
## 3007     FALSE             1   mission_marcc 2022-11-29 15:48:45     FALSE
## 3008     FALSE             0            <NA> 2022-11-29 15:48:36     FALSE
## 3009     FALSE             0            <NA> 2022-11-29 15:48:28     FALSE
## 3010     FALSE             1            <NA> 2022-11-29 15:48:12     FALSE
## 3011     FALSE             1      maheshcafe 2022-11-29 15:48:11      TRUE
## 3012     FALSE             5            <NA> 2022-11-29 15:47:48     FALSE
## 3013     FALSE             0      torydarcys 2022-11-29 15:47:33     FALSE
## 3014     FALSE             0            <NA> 2022-11-29 15:47:08     FALSE
## 3015     FALSE             0       bby_bl_ue 2022-11-29 15:47:07     FALSE
## 3016     FALSE             0            <NA> 2022-11-29 15:47:00     FALSE
## 3017     FALSE             0            <NA> 2022-11-29 15:46:59     FALSE
## 3018     FALSE             0            <NA> 2022-11-29 15:46:55     FALSE
## 3019     FALSE             0            <NA> 2022-11-29 15:46:50     FALSE
## 3020     FALSE             0            <NA> 2022-11-29 15:46:24     FALSE
## 3021     FALSE             1       bby_bl_ue 2022-11-29 15:46:23     FALSE
## 3022     FALSE             0            <NA> 2022-11-29 15:46:17     FALSE
## 3023     FALSE             1    colonelhomsi 2022-11-29 15:46:15      TRUE
## 3024     FALSE             1    RailMinIndia 2022-11-29 15:46:12      TRUE
## 3025     FALSE             0            <NA> 2022-11-29 15:46:05     FALSE
## 3026     FALSE             0            <NA> 2022-11-29 15:45:58     FALSE
## 3027     FALSE             0            <NA> 2022-11-29 15:45:30     FALSE
## 3028     FALSE             4        sendr0ck 2022-11-29 15:45:23      TRUE
## 3029     FALSE             0       enjin_nrk 2022-11-29 15:45:20      TRUE
## 3030     FALSE             0            <NA> 2022-11-29 15:45:12     FALSE
## 3031     FALSE             1            <NA> 2022-11-29 15:45:00     FALSE
## 3032     FALSE             0            <NA> 2022-11-29 15:44:43     FALSE
## 3033     FALSE             0            <NA> 2022-11-29 15:44:26     FALSE
## 3034     FALSE             0            <NA> 2022-11-29 15:44:14     FALSE
## 3035     FALSE             0            <NA> 2022-11-29 15:44:13     FALSE
## 3036     FALSE             1            <NA> 2022-11-29 15:44:06     FALSE
## 3037     FALSE             0            <NA> 2022-11-29 15:43:50     FALSE
## 3038     FALSE             0            <NA> 2022-11-29 15:43:40     FALSE
## 3039     FALSE            27 RentaMangaStore 2022-11-29 15:43:38      TRUE
## 3040     FALSE             0            <NA> 2022-11-29 15:43:29     FALSE
## 3041     FALSE             0            <NA> 2022-11-29 15:43:28     FALSE
## 3042     FALSE             1            <NA> 2022-11-29 15:43:23      TRUE
## 3043     FALSE             0            <NA> 2022-11-29 15:43:20     FALSE
## 3044     FALSE             1          np5882 2022-11-29 15:43:13     FALSE
## 3045     FALSE             0            <NA> 2022-11-29 15:43:04     FALSE
## 3046     FALSE             0            <NA> 2022-11-29 15:43:02     FALSE
## 3047     FALSE           243            <NA> 2022-11-29 15:42:48      TRUE
## 3048     FALSE             0            <NA> 2022-11-29 15:42:45     FALSE
## 3049     FALSE             0            <NA> 2022-11-29 15:42:34      TRUE
## 3050     FALSE             0            <NA> 2022-11-29 15:42:32     FALSE
## 3051     FALSE             0            <NA> 2022-11-29 15:42:28     FALSE
## 3052     FALSE             0            <NA> 2022-11-29 15:42:20     FALSE
## 3053     FALSE             0            <NA> 2022-11-29 15:42:14     FALSE
## 3054     FALSE             0            <NA> 2022-11-29 15:42:08     FALSE
## 3055     FALSE             0        nyanasae 2022-11-29 15:41:58      TRUE
## 3056     FALSE             0            <NA> 2022-11-29 15:41:44     FALSE
## 3057     FALSE             0            <NA> 2022-11-29 15:41:43      TRUE
## 3058     FALSE            20            <NA> 2022-11-29 15:41:41      TRUE
## 3059     FALSE             0            <NA> 2022-11-29 15:41:24     FALSE
## 3060     FALSE             1            <NA> 2022-11-29 15:41:21      TRUE
## 3061     FALSE             2      Nikkkkhhil 2022-11-29 15:41:16     FALSE
## 3062     FALSE             0            <NA> 2022-11-29 15:41:10     FALSE
## 3063     FALSE             0            <NA> 2022-11-29 15:40:59     FALSE
## 3064     FALSE            77        Di0rX0xo 2022-11-29 15:40:43     FALSE
## 3065     FALSE            22    incorrect_kp 2022-11-29 15:40:30     FALSE
## 3066     FALSE             1            <NA> 2022-11-29 15:40:30     FALSE
## 3067     FALSE             0            <NA> 2022-11-29 15:40:03     FALSE
## 3068     FALSE             0            <NA> 2022-11-29 15:40:02     FALSE
## 3069     FALSE             0            <NA> 2022-11-29 15:40:01     FALSE
## 3070     FALSE             0            <NA> 2022-11-29 15:39:26     FALSE
## 3071     FALSE             0          ax_jxn 2022-11-29 15:39:24      TRUE
## 3072     FALSE             0            <NA> 2022-11-29 15:39:23     FALSE
## 3073     FALSE             0            <NA> 2022-11-29 15:39:21     FALSE
## 3074     FALSE             0            <NA> 2022-11-29 15:39:16     FALSE
## 3075     FALSE             0            <NA> 2022-11-29 15:39:02     FALSE
## 3076     FALSE             0            <NA> 2022-11-29 15:38:52     FALSE
## 3077     FALSE             4            <NA> 2022-11-29 15:38:49     FALSE
## 3078     FALSE             2            <NA> 2022-11-29 15:38:45      TRUE
## 3079     FALSE             0            <NA> 2022-11-29 15:38:45     FALSE
## 3080     FALSE             0            <NA> 2022-11-29 15:38:41     FALSE
## 3081     FALSE             0            <NA> 2022-11-29 15:38:20     FALSE
## 3082     FALSE             0   justinboldaji 2022-11-29 15:38:18      TRUE
## 3083     FALSE             0            <NA> 2022-11-29 15:38:08     FALSE
## 3084     FALSE             0            <NA> 2022-11-29 15:38:05      TRUE
## 3085     FALSE             0            <NA> 2022-11-29 15:38:03     FALSE
## 3086     FALSE             0            <NA> 2022-11-29 15:37:55     FALSE
## 3087     FALSE             2 AbhinandanSekhr 2022-11-29 15:37:28      TRUE
## 3088     FALSE             0            <NA> 2022-11-29 15:37:24     FALSE
## 3089     FALSE             0            <NA> 2022-11-29 15:37:21     FALSE
## 3090     FALSE             0            <NA> 2022-11-29 15:37:16     FALSE
## 3091     FALSE             0            <NA> 2022-11-29 15:36:47     FALSE
## 3092     FALSE             0            <NA> 2022-11-29 15:36:46     FALSE
## 3093     FALSE             0            <NA> 2022-11-29 15:36:46     FALSE
## 3094     FALSE             0            <NA> 2022-11-29 15:36:42     FALSE
## 3095     FALSE             0            <NA> 2022-11-29 15:36:27     FALSE
## 3096     FALSE            14            <NA> 2022-11-29 15:36:25      TRUE
## 3097     FALSE             0            <NA> 2022-11-29 15:36:21     FALSE
## 3098     FALSE             0            <NA> 2022-11-29 15:35:59     FALSE
## 3099     FALSE             0            <NA> 2022-11-29 15:35:52     FALSE
## 3100     FALSE             1      khdglifekk 2022-11-29 15:35:52     FALSE
## 3101     FALSE             0            <NA> 2022-11-29 15:35:29     FALSE
## 3102     FALSE             0            <NA> 2022-11-29 15:35:19     FALSE
## 3103     FALSE             0            <NA> 2022-11-29 15:35:17     FALSE
## 3104     FALSE             0            <NA> 2022-11-29 15:35:14     FALSE
## 3105     FALSE             0            <NA> 2022-11-29 15:35:12     FALSE
## 3106     FALSE             1     SungSavEvel 2022-11-29 15:35:06     FALSE
## 3107     FALSE             0            <NA> 2022-11-29 15:34:56     FALSE
## 3108     FALSE            10            <NA> 2022-11-29 15:34:47      TRUE
## 3109     FALSE             0            <NA> 2022-11-29 15:34:42     FALSE
## 3110     FALSE             0            <NA> 2022-11-29 15:34:36     FALSE
## 3111     FALSE             0            <NA> 2022-11-29 15:34:18     FALSE
## 3112     FALSE             0            <NA> 2022-11-29 15:34:18     FALSE
## 3113     FALSE             0            <NA> 2022-11-29 15:34:12     FALSE
## 3114     FALSE             0            <NA> 2022-11-29 15:33:53     FALSE
## 3115     FALSE             0            <NA> 2022-11-29 15:33:26     FALSE
## 3116     FALSE             0            <NA> 2022-11-29 15:33:21     FALSE
## 3117     FALSE             0   LonelyGeekess 2022-11-29 15:32:59     FALSE
## 3118     FALSE             0            <NA> 2022-11-29 15:32:58     FALSE
## 3119     FALSE            22            <NA> 2022-11-29 15:32:41      TRUE
## 3120     FALSE             0            <NA> 2022-11-29 15:32:35     FALSE
## 3121     FALSE             0            <NA> 2022-11-29 15:32:31     FALSE
## 3122     FALSE             0            <NA> 2022-11-29 15:32:24     FALSE
## 3123     FALSE             0            <NA> 2022-11-29 15:32:13     FALSE
## 3124     FALSE             0            <NA> 2022-11-29 15:32:05     FALSE
## 3125     FALSE             0            <NA> 2022-11-29 15:31:50     FALSE
## 3126     FALSE             0            <NA> 2022-11-29 15:31:44      TRUE
## 3127     FALSE             0            <NA> 2022-11-29 15:30:48     FALSE
## 3128     FALSE             0            <NA> 2022-11-29 15:30:44     FALSE
## 3129     FALSE             0            <NA> 2022-11-29 15:30:43     FALSE
## 3130     FALSE             0            <NA> 2022-11-29 15:30:30     FALSE
## 3131     FALSE             0            <NA> 2022-11-29 15:30:07     FALSE
## 3132     FALSE             0            <NA> 2022-11-29 15:30:07     FALSE
## 3133     FALSE             0            <NA> 2022-11-29 15:30:02     FALSE
## 3134     FALSE             0            <NA> 2022-11-29 15:29:51     FALSE
## 3135     FALSE             0            <NA> 2022-11-29 15:29:35     FALSE
## 3136     FALSE             3            <NA> 2022-11-29 15:29:31     FALSE
## 3137     FALSE             0            <NA> 2022-11-29 15:29:14     FALSE
## 3138     FALSE             0            <NA> 2022-11-29 15:29:09     FALSE
## 3139     FALSE             0            <NA> 2022-11-29 15:29:07     FALSE
## 3140     FALSE             0            <NA> 2022-11-29 15:28:52     FALSE
## 3141     FALSE             0            <NA> 2022-11-29 15:28:36     FALSE
## 3142     FALSE             0            <NA> 2022-11-29 15:28:34     FALSE
## 3143     FALSE             0            <NA> 2022-11-29 15:28:25     FALSE
## 3144     FALSE             0            <NA> 2022-11-29 15:28:19     FALSE
## 3145     FALSE             0            <NA> 2022-11-29 15:28:17     FALSE
## 3146     FALSE             0            <NA> 2022-11-29 15:28:15     FALSE
## 3147     FALSE             0            <NA> 2022-11-29 15:28:13     FALSE
## 3148     FALSE             0            <NA> 2022-11-29 15:27:51     FALSE
## 3149     FALSE             0            <NA> 2022-11-29 15:27:35     FALSE
## 3150     FALSE             0            <NA> 2022-11-29 15:27:30     FALSE
## 3151     FALSE             0            <NA> 2022-11-29 15:27:27     FALSE
## 3152     FALSE             0            <NA> 2022-11-29 15:26:54     FALSE
## 3153     FALSE             0            <NA> 2022-11-29 15:26:32     FALSE
## 3154     FALSE             0            <NA> 2022-11-29 15:26:27     FALSE
## 3155     FALSE             0            <NA> 2022-11-29 15:26:25     FALSE
## 3156     FALSE             0            <NA> 2022-11-29 15:26:18     FALSE
## 3157     FALSE             3          kdjyoo 2022-11-29 15:26:12     FALSE
## 3158     FALSE             0            <NA> 2022-11-29 15:25:54     FALSE
## 3159     FALSE             0            <NA> 2022-11-29 15:25:44     FALSE
## 3160     FALSE             1        legs_bow 2022-11-29 15:25:40     FALSE
## 3161     FALSE             0            <NA> 2022-11-29 15:25:39     FALSE
## 3162     FALSE             0            <NA> 2022-11-29 15:25:37      TRUE
## 3163     FALSE             0            <NA> 2022-11-29 15:25:22     FALSE
## 3164     FALSE             0  CryptoDefiLord 2022-11-29 15:25:16     FALSE
## 3165     FALSE             0            <NA> 2022-11-29 15:25:04     FALSE
## 3166     FALSE             0            <NA> 2022-11-29 15:25:02     FALSE
## 3167     FALSE             0            <NA> 2022-11-29 15:25:02     FALSE
## 3168     FALSE             0            <NA> 2022-11-29 15:25:00     FALSE
## 3169     FALSE             4        TereBC98 2022-11-29 15:24:58      TRUE
## 3170     FALSE             0            <NA> 2022-11-29 15:24:46     FALSE
## 3171     FALSE             0            <NA> 2022-11-29 15:24:39     FALSE
## 3172     FALSE             0            <NA> 2022-11-29 15:24:30     FALSE
## 3173     FALSE             0            <NA> 2022-11-29 15:24:26     FALSE
## 3174     FALSE             0            <NA> 2022-11-29 15:24:22     FALSE
## 3175     FALSE             0            <NA> 2022-11-29 15:24:21     FALSE
## 3176     FALSE             1   zawarudosoham 2022-11-29 15:24:12      TRUE
## 3177     FALSE             0            <NA> 2022-11-29 15:24:07     FALSE
## 3178     FALSE             0            <NA> 2022-11-29 15:24:05     FALSE
## 3179     FALSE            15            <NA> 2022-11-29 15:24:05      TRUE
## 3180     FALSE             0            <NA> 2022-11-29 15:23:43     FALSE
## 3181     FALSE             0            <NA> 2022-11-29 15:23:36     FALSE
## 3182     FALSE             0            <NA> 2022-11-29 15:23:24     FALSE
## 3183     FALSE             0            <NA> 2022-11-29 15:23:14     FALSE
## 3184     FALSE             0            <NA> 2022-11-29 15:23:13     FALSE
## 3185     FALSE             0            <NA> 2022-11-29 15:22:51      TRUE
## 3186     FALSE             0            <NA> 2022-11-29 15:22:43     FALSE
## 3187     FALSE             0            <NA> 2022-11-29 15:22:21     FALSE
## 3188     FALSE             0            <NA> 2022-11-29 15:22:11     FALSE
## 3189     FALSE             1     neuropoetic 2022-11-29 15:21:57      TRUE
## 3190     FALSE             0            <NA> 2022-11-29 15:21:47      TRUE
## 3191     FALSE             0            <NA> 2022-11-29 15:21:19     FALSE
## 3192     FALSE             0            <NA> 2022-11-29 15:21:08     FALSE
## 3193     FALSE             1 Madbuthappyfrog 2022-11-29 15:20:57     FALSE
## 3194     FALSE             1        bl_4_eva 2022-11-29 15:20:55     FALSE
## 3195     FALSE             0            <NA> 2022-11-29 15:20:29     FALSE
## 3196     FALSE             0            <NA> 2022-11-29 15:20:29     FALSE
## 3197     FALSE             0            <NA> 2022-11-29 15:20:23     FALSE
## 3198     FALSE             0            <NA> 2022-11-29 15:20:22     FALSE
## 3199     FALSE             0            <NA> 2022-11-29 15:20:10     FALSE
## 3200     FALSE             0            <NA> 2022-11-29 15:20:05     FALSE
## 3201     FALSE             0            <NA> 2022-11-29 15:19:46     FALSE
## 3202     FALSE             0            <NA> 2022-11-29 15:19:39     FALSE
## 3203     FALSE             1       haruuuuwo 2022-11-29 15:19:36     FALSE
## 3204     FALSE             0            <NA> 2022-11-29 15:19:31     FALSE
## 3205     FALSE             1      sintydavid 2022-11-29 15:19:27     FALSE
## 3206     FALSE             0            <NA> 2022-11-29 15:19:20     FALSE
## 3207     FALSE             0            <NA> 2022-11-29 15:19:19     FALSE
## 3208     FALSE             0            <NA> 2022-11-29 15:19:00     FALSE
## 3209     FALSE            10      ErotemeArt 2022-11-29 15:18:52      TRUE
## 3210     FALSE             0            <NA> 2022-11-29 15:18:36     FALSE
## 3211     FALSE             5            <NA> 2022-11-29 15:18:33     FALSE
## 3212     FALSE             1            <NA> 2022-11-29 15:18:27     FALSE
## 3213     FALSE             0            <NA> 2022-11-29 15:18:19     FALSE
## 3214     FALSE            29     Rainxblebii 2022-11-29 15:18:16      TRUE
## 3215     FALSE             2       akemishka 2022-11-29 15:18:11      TRUE
## 3216     FALSE             1         BL_2889 2022-11-29 15:18:08      TRUE
## 3217     FALSE             0            <NA> 2022-11-29 15:18:02     FALSE
## 3218     FALSE             0            <NA> 2022-11-29 15:17:42     FALSE
## 3219     FALSE             0            <NA> 2022-11-29 15:17:32     FALSE
## 3220     FALSE            33            <NA> 2022-11-29 15:17:17      TRUE
## 3221     FALSE             1            <NA> 2022-11-29 15:17:12     FALSE
## 3222     FALSE             0            <NA> 2022-11-29 15:17:12      TRUE
## 3223     FALSE             0            <NA> 2022-11-29 15:17:02     FALSE
## 3224     FALSE             0        uhimnoel 2022-11-29 15:16:54     FALSE
## 3225     FALSE             0            <NA> 2022-11-29 15:16:45     FALSE
## 3226     FALSE             1            <NA> 2022-11-29 15:16:30     FALSE
## 3227     FALSE             0            <NA> 2022-11-29 15:16:24     FALSE
## 3228     FALSE             0            <NA> 2022-11-29 15:16:23     FALSE
## 3229     FALSE             0            <NA> 2022-11-29 15:16:19     FALSE
## 3230     FALSE             0            <NA> 2022-11-29 15:15:59     FALSE
## 3231     FALSE             0            <NA> 2022-11-29 15:15:54     FALSE
## 3232     FALSE             0            <NA> 2022-11-29 15:15:46     FALSE
## 3233     FALSE             0            <NA> 2022-11-29 15:15:44     FALSE
## 3234     FALSE             0            <NA> 2022-11-29 15:15:40     FALSE
## 3235     FALSE             0            <NA> 2022-11-29 15:15:29     FALSE
## 3236     FALSE             0            <NA> 2022-11-29 15:15:25      TRUE
## 3237     FALSE             0            <NA> 2022-11-29 15:15:24      TRUE
## 3238     FALSE             0            <NA> 2022-11-29 15:15:16     FALSE
## 3239     FALSE             0            <NA> 2022-11-29 15:15:14     FALSE
## 3240     FALSE             0            <NA> 2022-11-29 15:15:01     FALSE
## 3241     FALSE             0            <NA> 2022-11-29 15:14:50      TRUE
## 3242     FALSE             1    archiveforJK 2022-11-29 15:14:46      TRUE
## 3243     FALSE             0     97SARCHIVES 2022-11-29 15:14:33      TRUE
## 3244     FALSE             0            <NA> 2022-11-29 15:14:30     FALSE
## 3245     FALSE             0            <NA> 2022-11-29 15:14:29     FALSE
## 3246     FALSE             0         jjklve_ 2022-11-29 15:14:15      TRUE
## 3247     FALSE             2        MayXian3 2022-11-29 15:14:12      TRUE
## 3248     FALSE             0            <NA> 2022-11-29 15:13:59     FALSE
## 3249     FALSE             4            <NA> 2022-11-29 15:13:55      TRUE
## 3250     FALSE             0            <NA> 2022-11-29 15:13:40     FALSE
## 3251     FALSE             2       miyunabeb 2022-11-29 15:13:35      TRUE
## 3252     FALSE             0            <NA> 2022-11-29 15:13:23      TRUE
## 3253     FALSE             0            <NA> 2022-11-29 15:13:22     FALSE
## 3254     FALSE             0            <NA> 2022-11-29 15:13:12     FALSE
## 3255     FALSE             0            <NA> 2022-11-29 15:13:05     FALSE
## 3256     FALSE             0            <NA> 2022-11-29 15:13:03     FALSE
## 3257     FALSE             0            <NA> 2022-11-29 15:12:53     FALSE
## 3258     FALSE             0            <NA> 2022-11-29 15:12:47      TRUE
## 3259     FALSE             1            <NA> 2022-11-29 15:12:12      TRUE
## 3260     FALSE             0            <NA> 2022-11-29 15:12:08     FALSE
## 3261     FALSE             0            <NA> 2022-11-29 15:12:03     FALSE
## 3262     FALSE             0            <NA> 2022-11-29 15:12:01     FALSE
## 3263     FALSE             1            <NA> 2022-11-29 15:11:54     FALSE
## 3264     FALSE             0            <NA> 2022-11-29 15:11:46     FALSE
## 3265     FALSE             0            <NA> 2022-11-29 15:11:46     FALSE
## 3266     FALSE             0            <NA> 2022-11-29 15:11:45     FALSE
## 3267     FALSE             0            <NA> 2022-11-29 15:11:33     FALSE
## 3268     FALSE             0            <NA> 2022-11-29 15:11:31     FALSE
## 3269     FALSE             0            <NA> 2022-11-29 15:11:28     FALSE
## 3270     FALSE             0            <NA> 2022-11-29 15:11:27     FALSE
## 3271     FALSE             0            <NA> 2022-11-29 15:11:15     FALSE
## 3272     FALSE             0            <NA> 2022-11-29 15:11:12     FALSE
## 3273     FALSE             0            <NA> 2022-11-29 15:11:00     FALSE
## 3274     FALSE             0            <NA> 2022-11-29 15:10:58     FALSE
## 3275     FALSE             0            <NA> 2022-11-29 15:10:26     FALSE
## 3276     FALSE             0            <NA> 2022-11-29 15:10:20     FALSE
## 3277     FALSE             5   illustrata_ai 2022-11-29 15:10:13      TRUE
## 3278     FALSE             0            <NA> 2022-11-29 15:10:11     FALSE
## 3279     FALSE             0            <NA> 2022-11-29 15:10:01     FALSE
## 3280     FALSE             0            <NA> 2022-11-29 15:09:45     FALSE
## 3281     FALSE             0            <NA> 2022-11-29 15:09:42     FALSE
## 3282     FALSE             0            <NA> 2022-11-29 15:09:38     FALSE
## 3283     FALSE             0            <NA> 2022-11-29 15:09:37     FALSE
## 3284     FALSE             0     mania_th_bl 2022-11-29 15:09:33     FALSE
## 3285     FALSE             1        MayXian3 2022-11-29 15:09:32     FALSE
## 3286     FALSE             0            <NA> 2022-11-29 15:09:23     FALSE
## 3287     FALSE             0            <NA> 2022-11-29 15:09:20     FALSE
## 3288     FALSE             0            <NA> 2022-11-29 15:09:17     FALSE
## 3289     FALSE             0            <NA> 2022-11-29 15:08:56     FALSE
## 3290     FALSE             0            <NA> 2022-11-29 15:08:35     FALSE
## 3291     FALSE             0 official_kep1er 2022-11-29 15:08:35     FALSE
## 3292     FALSE             1            <NA> 2022-11-29 15:08:29      TRUE
## 3293     FALSE             0            <NA> 2022-11-29 15:08:26     FALSE
## 3294     FALSE             0            <NA> 2022-11-29 15:08:24     FALSE
## 3295     FALSE             0            <NA> 2022-11-29 15:08:12     FALSE
## 3296     FALSE             0            <NA> 2022-11-29 15:08:05     FALSE
## 3297     FALSE             1     tbaudinette 2022-11-29 15:08:05     FALSE
## 3298     FALSE             0            <NA> 2022-11-29 15:08:04     FALSE
## 3299     FALSE             0            <NA> 2022-11-29 15:07:57     FALSE
## 3300     FALSE             0            <NA> 2022-11-29 15:07:39     FALSE
## 3301     FALSE             0            <NA> 2022-11-29 15:07:35     FALSE
## 3302     FALSE             0            <NA> 2022-11-29 15:06:58     FALSE
## 3303     FALSE             0      DeluluAnne 2022-11-29 15:06:56     FALSE
## 3304     FALSE             0         biukiss 2022-11-29 15:06:53     FALSE
## 3305     FALSE            16            <NA> 2022-11-29 15:06:46      TRUE
## 3306     FALSE             3 Nika_Rakhmanova 2022-11-29 15:06:37     FALSE
## 3307     FALSE             0            <NA> 2022-11-29 15:06:19     FALSE
## 3308     FALSE             0            <NA> 2022-11-29 15:06:12     FALSE
## 3309     FALSE             0            <NA> 2022-11-29 15:06:09     FALSE
## 3310     FALSE             0            <NA> 2022-11-29 15:06:06     FALSE
## 3311     FALSE             1   whatchanloves 2022-11-29 15:05:57      TRUE
## 3312     FALSE             0            <NA> 2022-11-29 15:05:48     FALSE
## 3313     FALSE             0            <NA> 2022-11-29 15:05:48     FALSE
## 3314     FALSE             0            <NA> 2022-11-29 15:05:41     FALSE
## 3315     FALSE             0            <NA> 2022-11-29 15:05:35     FALSE
## 3316     FALSE             0     heymilelove 2022-11-29 15:05:29      TRUE
## 3317     FALSE             0            <NA> 2022-11-29 15:05:09     FALSE
## 3318     FALSE             0            <NA> 2022-11-29 15:05:08     FALSE
## 3319     FALSE             0            <NA> 2022-11-29 15:05:07     FALSE
## 3320     FALSE             0            <NA> 2022-11-29 15:05:04     FALSE
## 3321     FALSE             0            <NA> 2022-11-29 15:05:02     FALSE
## 3322     FALSE             1   glissadefface 2022-11-29 15:04:55      TRUE
## 3323     FALSE             0            <NA> 2022-11-29 15:04:54     FALSE
## 3324     FALSE             0            <NA> 2022-11-29 15:04:48     FALSE
## 3325     FALSE             0            <NA> 2022-11-29 15:04:34     FALSE
## 3326     FALSE             1            <NA> 2022-11-29 15:04:31     FALSE
## 3327     FALSE             0            <NA> 2022-11-29 15:04:07     FALSE
## 3328     FALSE             0      elle_vader 2022-11-29 15:03:52      TRUE
## 3329     FALSE             0            <NA> 2022-11-29 15:03:34     FALSE
## 3330     FALSE             0            <NA> 2022-11-29 15:03:31     FALSE
## 3331     FALSE             0            <NA> 2022-11-29 15:03:20     FALSE
## 3332     FALSE             0            <NA> 2022-11-29 15:03:17     FALSE
## 3333     FALSE             0         w3iying 2022-11-29 15:03:05      TRUE
## 3334     FALSE             1   SpaceValveGuy 2022-11-29 15:02:59      TRUE
## 3335     FALSE             0            <NA> 2022-11-29 15:02:49     FALSE
## 3336     FALSE             0            <NA> 2022-11-29 15:02:44     FALSE
## 3337     FALSE             0            <NA> 2022-11-29 15:02:29     FALSE
## 3338     FALSE             0            <NA> 2022-11-29 15:02:04     FALSE
## 3339     FALSE             0      mintmelon8 2022-11-29 15:01:31     FALSE
## 3340     FALSE             0            <NA> 2022-11-29 15:01:28      TRUE
## 3341     FALSE             0            <NA> 2022-11-29 15:01:27     FALSE
## 3342     FALSE             0            <NA> 2022-11-29 15:01:20     FALSE
## 3343     FALSE             0            <NA> 2022-11-29 15:00:45      TRUE
## 3344     FALSE             1     mania_th_bl 2022-11-29 15:00:35     FALSE
## 3345     FALSE             0            <NA> 2022-11-29 15:00:27     FALSE
## 3346     FALSE             1            <NA> 2022-11-29 15:00:18      TRUE
## 3347     FALSE             0            <NA> 2022-11-29 15:00:07     FALSE
## 3348     FALSE             0            <NA> 2022-11-29 14:59:46     FALSE
## 3349     FALSE             0            <NA> 2022-11-29 14:59:41     FALSE
## 3350     FALSE             0            <NA> 2022-11-29 14:59:28     FALSE
## 3351     FALSE             0            <NA> 2022-11-29 14:59:10     FALSE
## 3352     FALSE             0            <NA> 2022-11-29 14:59:09     FALSE
## 3353     FALSE             0            <NA> 2022-11-29 14:59:01     FALSE
## 3354     FALSE             0            <NA> 2022-11-29 14:58:56     FALSE
## 3355     FALSE             0            <NA> 2022-11-29 14:58:51     FALSE
## 3356     FALSE             0            <NA> 2022-11-29 14:58:46     FALSE
## 3357     FALSE             0   mysicksadlife 2022-11-29 14:58:35      TRUE
## 3358     FALSE             0            <NA> 2022-11-29 14:58:32     FALSE
## 3359     FALSE             4            <NA> 2022-11-29 14:58:26     FALSE
## 3360     FALSE             0            <NA> 2022-11-29 14:58:25     FALSE
## 3361     FALSE             0            <NA> 2022-11-29 14:58:15     FALSE
## 3362     FALSE             2            <NA> 2022-11-29 14:58:01      TRUE
## 3363     FALSE             0            <NA> 2022-11-29 14:58:00     FALSE
## 3364     FALSE             0            <NA> 2022-11-29 14:57:57     FALSE
## 3365     FALSE             0            <NA> 2022-11-29 14:57:56     FALSE
## 3366     FALSE             1       sdiproMRG 2022-11-29 14:57:48      TRUE
## 3367     FALSE             5    KatalinaOoma 2022-11-29 14:57:45     FALSE
## 3368     FALSE             0            <NA> 2022-11-29 14:57:35     FALSE
## 3369     FALSE             0            <NA> 2022-11-29 14:57:35     FALSE
## 3370     FALSE             0            <NA> 2022-11-29 14:57:28     FALSE
## 3371     FALSE             0            <NA> 2022-11-29 14:57:27     FALSE
## 3372     FALSE             0            <NA> 2022-11-29 14:57:26     FALSE
## 3373     FALSE             0            <NA> 2022-11-29 14:57:24     FALSE
## 3374     FALSE             0            <NA> 2022-11-29 14:57:18     FALSE
## 3375     FALSE             0            <NA> 2022-11-29 14:57:15     FALSE
## 3376     FALSE             0            <NA> 2022-11-29 14:57:12      TRUE
## 3377     FALSE             0            <NA> 2022-11-29 14:57:03     FALSE
## 3378     FALSE             0            <NA> 2022-11-29 14:56:58     FALSE
## 3379     FALSE             0            <NA> 2022-11-29 14:56:57     FALSE
## 3380     FALSE             0            <NA> 2022-11-29 14:56:49     FALSE
## 3381     FALSE             0            <NA> 2022-11-29 14:56:49     FALSE
## 3382     FALSE             0            <NA> 2022-11-29 14:56:48     FALSE
## 3383     FALSE             0            <NA> 2022-11-29 14:56:47     FALSE
## 3384     FALSE             0            <NA> 2022-11-29 14:56:43      TRUE
## 3385     FALSE             0            <NA> 2022-11-29 14:56:35     FALSE
## 3386     FALSE             0            <NA> 2022-11-29 14:56:22     FALSE
## 3387     FALSE             4       WorldNfts 2022-11-29 14:56:20      TRUE
## 3388     FALSE             1   whatchanloves 2022-11-29 14:56:19     FALSE
## 3389     FALSE             0            <NA> 2022-11-29 14:56:15     FALSE
## 3390     FALSE             0            <NA> 2022-11-29 14:56:15     FALSE
## 3391     FALSE             0            <NA> 2022-11-29 14:55:57     FALSE
## 3392     FALSE             0            <NA> 2022-11-29 14:55:52     FALSE
## 3393     FALSE             0            <NA> 2022-11-29 14:55:49     FALSE
## 3394     FALSE             0            <NA> 2022-11-29 14:55:27     FALSE
## 3395     FALSE             0            <NA> 2022-11-29 14:55:23     FALSE
## 3396     FALSE             3    bellylaughs2 2022-11-29 14:55:09      TRUE
## 3397     FALSE             0            <NA> 2022-11-29 14:55:04     FALSE
## 3398     FALSE             0            <NA> 2022-11-29 14:54:37     FALSE
## 3399     FALSE             0            <NA> 2022-11-29 14:54:33     FALSE
## 3400     FALSE             1  darshanvmehta1 2022-11-29 14:54:31      TRUE
## 3401     FALSE             0            <NA> 2022-11-29 14:54:18     FALSE
## 3402     FALSE             0            <NA> 2022-11-29 14:54:17     FALSE
## 3403     FALSE             0            <NA> 2022-11-29 14:54:15     FALSE
## 3404     FALSE             0     key_naidzar 2022-11-29 14:53:58     FALSE
## 3405     FALSE             0            <NA> 2022-11-29 14:53:52      TRUE
## 3406     FALSE             0            <NA> 2022-11-29 14:53:52     FALSE
## 3407     FALSE             0            <NA> 2022-11-29 14:53:33      TRUE
## 3408     FALSE             0            <NA> 2022-11-29 14:53:24     FALSE
## 3409     FALSE             0        Endje_BL 2022-11-29 14:53:19     FALSE
## 3410     FALSE             6  SoapyHousewife 2022-11-29 14:53:17     FALSE
## 3411     FALSE             0            <NA> 2022-11-29 14:53:05     FALSE
## 3412     FALSE             0            <NA> 2022-11-29 14:53:01     FALSE
## 3413     FALSE             1            <NA> 2022-11-29 14:52:52      TRUE
## 3414     FALSE             0            <NA> 2022-11-29 14:52:30     FALSE
## 3415     FALSE             2     ridinrapids 2022-11-29 14:52:18     FALSE
## 3416     FALSE             0            <NA> 2022-11-29 14:52:14     FALSE
## 3417     FALSE             0   HongkongKdlex 2022-11-29 14:52:07     FALSE
## 3418     FALSE             0            <NA> 2022-11-29 14:52:01      TRUE
## 3419     FALSE            25            <NA> 2022-11-29 14:51:49     FALSE
## 3420     FALSE             0            <NA> 2022-11-29 14:51:44     FALSE
## 3421     FALSE             0            <NA> 2022-11-29 14:51:34     FALSE
## 3422     FALSE             0            <NA> 2022-11-29 14:51:21     FALSE
## 3423     FALSE             1    MariaBchara1 2022-11-29 14:51:21     FALSE
## 3424     FALSE             0            <NA> 2022-11-29 14:51:21     FALSE
## 3425     FALSE             1  GreatBrianLast 2022-11-29 14:51:19      TRUE
## 3426     FALSE             1            <NA> 2022-11-29 14:51:19     FALSE
## 3427     FALSE             0            <NA> 2022-11-29 14:51:18     FALSE
## 3428     FALSE             7            <NA> 2022-11-29 14:51:13      TRUE
## 3429     FALSE             0            <NA> 2022-11-29 14:51:02     FALSE
## 3430     FALSE             1            <NA> 2022-11-29 14:50:49     FALSE
## 3431     FALSE             0            <NA> 2022-11-29 14:50:49     FALSE
## 3432     FALSE             0            <NA> 2022-11-29 14:50:45     FALSE
## 3433     FALSE             0            <NA> 2022-11-29 14:50:19     FALSE
## 3434     FALSE             0            <NA> 2022-11-29 14:50:12     FALSE
## 3435     FALSE             0            <NA> 2022-11-29 14:50:10     FALSE
## 3436     FALSE             0            <NA> 2022-11-29 14:50:04     FALSE
## 3437     FALSE             0            <NA> 2022-11-29 14:50:03     FALSE
## 3438     FALSE             0            <NA> 2022-11-29 14:49:55     FALSE
## 3439     FALSE             0            <NA> 2022-11-29 14:49:26     FALSE
## 3440     FALSE             0            <NA> 2022-11-29 14:49:24     FALSE
## 3441     FALSE             0            <NA> 2022-11-29 14:49:08      TRUE
## 3442     FALSE             0            <NA> 2022-11-29 14:49:08     FALSE
## 3443     FALSE             0            <NA> 2022-11-29 14:49:02     FALSE
## 3444     FALSE             0            <NA> 2022-11-29 14:48:49     FALSE
## 3445     FALSE             4        J0lyne56 2022-11-29 14:48:45      TRUE
## 3446     FALSE             0            <NA> 2022-11-29 14:48:42     FALSE
## 3447     FALSE             0            <NA> 2022-11-29 14:48:20     FALSE
## 3448     FALSE             0            <NA> 2022-11-29 14:48:11     FALSE
## 3449     FALSE             0            <NA> 2022-11-29 14:48:06     FALSE
## 3450     FALSE             3        MayXian3 2022-11-29 14:47:55      TRUE
## 3451     FALSE             2  DavidL71912487 2022-11-29 14:47:51     FALSE
## 3452     FALSE             0 RichardHeartWin 2022-11-29 14:47:51     FALSE
## 3453     FALSE             0            <NA> 2022-11-29 14:47:50     FALSE
## 3454     FALSE             5      WOOAHAEBOT 2022-11-29 14:47:49      TRUE
## 3455     FALSE             0            <NA> 2022-11-29 14:47:49     FALSE
## 3456     FALSE             0            <NA> 2022-11-29 14:47:35     FALSE
## 3457     FALSE             0            <NA> 2022-11-29 14:47:30     FALSE
## 3458     FALSE             0            <NA> 2022-11-29 14:47:27     FALSE
## 3459     FALSE             0            <NA> 2022-11-29 14:47:20     FALSE
## 3460     FALSE             0            <NA> 2022-11-29 14:47:18     FALSE
## 3461     FALSE             0            <NA> 2022-11-29 14:47:09     FALSE
## 3462     FALSE             0            <NA> 2022-11-29 14:47:07     FALSE
## 3463     FALSE             1        renomahm 2022-11-29 14:47:05     FALSE
## 3464     FALSE             0            <NA> 2022-11-29 14:47:02     FALSE
## 3465     FALSE             0            <NA> 2022-11-29 14:46:55     FALSE
## 3466     FALSE             0            <NA> 2022-11-29 14:46:38     FALSE
## 3467     FALSE             0    MansingGohil 2022-11-29 14:46:29      TRUE
## 3468     FALSE             0            <NA> 2022-11-29 14:46:18     FALSE
## 3469     FALSE             0            <NA> 2022-11-29 14:46:17     FALSE
## 3470     FALSE             0            <NA> 2022-11-29 14:46:16     FALSE
## 3471     FALSE             0            <NA> 2022-11-29 14:46:10     FALSE
## 3472     FALSE             0            <NA> 2022-11-29 14:45:53     FALSE
## 3473     FALSE             0            <NA> 2022-11-29 14:45:53     FALSE
## 3474     FALSE             0            <NA> 2022-11-29 14:45:51     FALSE
## 3475     FALSE             1          LiirBL 2022-11-29 14:45:47     FALSE
## 3476     FALSE             0            <NA> 2022-11-29 14:45:45     FALSE
## 3477     FALSE             1      smeaton300 2022-11-29 14:45:31      TRUE
## 3478     FALSE             0            <NA> 2022-11-29 14:45:30     FALSE
## 3479     FALSE             0            <NA> 2022-11-29 14:45:28     FALSE
## 3480     FALSE             0            <NA> 2022-11-29 14:45:15     FALSE
## 3481     FALSE             0            <NA> 2022-11-29 14:45:02     FALSE
## 3482     FALSE             0            <NA> 2022-11-29 14:45:00     FALSE
## 3483     FALSE             0            <NA> 2022-11-29 14:44:42     FALSE
## 3484     FALSE             0            <NA> 2022-11-29 14:44:38     FALSE
## 3485     FALSE             0            <NA> 2022-11-29 14:44:26     FALSE
## 3486     FALSE           261            <NA> 2022-11-29 14:44:22      TRUE
## 3487     FALSE             0            <NA> 2022-11-29 14:44:22     FALSE
## 3488     FALSE             1      KristiWonk 2022-11-29 14:44:21      TRUE
## 3489     FALSE             1            <NA> 2022-11-29 14:44:14     FALSE
## 3490     FALSE             0            <NA> 2022-11-29 14:44:10     FALSE
## 3491     FALSE             0            <NA> 2022-11-29 14:43:53     FALSE
## 3492     FALSE             1          LiirBL 2022-11-29 14:43:51     FALSE
## 3493     FALSE             0            <NA> 2022-11-29 14:43:32     FALSE
## 3494     FALSE             0            <NA> 2022-11-29 14:43:31     FALSE
## 3495     FALSE             0            <NA> 2022-11-29 14:43:26     FALSE
## 3496     FALSE             0      Floriduh59 2022-11-29 14:43:25      TRUE
## 3497     FALSE             0    bl_ck_coffee 2022-11-29 14:43:18      TRUE
## 3498     FALSE             0            <NA> 2022-11-29 14:42:58     FALSE
## 3499     FALSE             0            <NA> 2022-11-29 14:42:44     FALSE
## 3500     FALSE             0            <NA> 2022-11-29 14:42:36     FALSE
## 3501     FALSE             0            <NA> 2022-11-29 14:42:29     FALSE
## 3502     FALSE             0            <NA> 2022-11-29 14:42:22     FALSE
## 3503     FALSE             0            <NA> 2022-11-29 14:42:15     FALSE
## 3504     FALSE             0            <NA> 2022-11-29 14:42:15     FALSE
## 3505     FALSE             0            <NA> 2022-11-29 14:42:13     FALSE
## 3506     FALSE             2       MikaMaiz1 2022-11-29 14:41:55      TRUE
## 3507     FALSE             0            <NA> 2022-11-29 14:41:49     FALSE
## 3508     FALSE             0            <NA> 2022-11-29 14:41:47     FALSE
## 3509     FALSE             0            <NA> 2022-11-29 14:41:43     FALSE
## 3510     FALSE             0            <NA> 2022-11-29 14:41:25     FALSE
## 3511     FALSE             0            <NA> 2022-11-29 14:41:03     FALSE
## 3512     FALSE             0            <NA> 2022-11-29 14:40:31     FALSE
## 3513     FALSE            29            <NA> 2022-11-29 14:40:30      TRUE
## 3514     FALSE             2     Brie__yonce 2022-11-29 14:40:24      TRUE
## 3515     FALSE             0            <NA> 2022-11-29 14:40:09      TRUE
## 3516     FALSE             0       tastyoiii 2022-11-29 14:40:05     FALSE
## 3517     FALSE             0            <NA> 2022-11-29 14:40:03     FALSE
## 3518     FALSE             0            <NA> 2022-11-29 14:39:56     FALSE
## 3519     FALSE             0            <NA> 2022-11-29 14:39:56     FALSE
## 3520     FALSE             0            <NA> 2022-11-29 14:39:35      TRUE
## 3521     FALSE             0            <NA> 2022-11-29 14:39:28     FALSE
## 3522     FALSE             0            <NA> 2022-11-29 14:39:24     FALSE
## 3523     FALSE             1        MayXian3 2022-11-29 14:39:12     FALSE
## 3524     FALSE             0            <NA> 2022-11-29 14:39:10     FALSE
## 3525     FALSE             0            <NA> 2022-11-29 14:39:09     FALSE
## 3526     FALSE             0            <NA> 2022-11-29 14:39:03     FALSE
## 3527     FALSE             0            <NA> 2022-11-29 14:39:02     FALSE
## 3528     FALSE             0            <NA> 2022-11-29 14:38:51     FALSE
## 3529     FALSE             0            <NA> 2022-11-29 14:38:51     FALSE
## 3530     FALSE             2            <NA> 2022-11-29 14:38:50      TRUE
## 3531     FALSE             0            <NA> 2022-11-29 14:38:40      TRUE
## 3532     FALSE             1      panther_BL 2022-11-29 14:38:14      TRUE
## 3533     FALSE             0            <NA> 2022-11-29 14:37:56      TRUE
## 3534     FALSE             0            <NA> 2022-11-29 14:37:49     FALSE
## 3535     FALSE             0            <NA> 2022-11-29 14:37:38     FALSE
## 3536     FALSE             1  woahitsjuanito 2022-11-29 14:37:26      TRUE
## 3537     FALSE             0            <NA> 2022-11-29 14:37:20     FALSE
## 3538     FALSE             0            <NA> 2022-11-29 14:37:17     FALSE
## 3539     FALSE             0            <NA> 2022-11-29 14:37:17     FALSE
## 3540     FALSE             0            <NA> 2022-11-29 14:37:11     FALSE
## 3541     FALSE             0            <NA> 2022-11-29 14:36:59     FALSE
## 3542     FALSE             0            <NA> 2022-11-29 14:36:41     FALSE
## 3543     FALSE             0            <NA> 2022-11-29 14:36:39     FALSE
## 3544     FALSE             0            <NA> 2022-11-29 14:36:24     FALSE
## 3545     FALSE             0            <NA> 2022-11-29 14:36:21      TRUE
## 3546     FALSE             0            <NA> 2022-11-29 14:36:12     FALSE
## 3547     FALSE             0            <NA> 2022-11-29 14:36:08     FALSE
## 3548     FALSE             0            <NA> 2022-11-29 14:36:05     FALSE
## 3549     FALSE             0            <NA> 2022-11-29 14:36:04     FALSE
## 3550     FALSE          1374            <NA> 2022-11-29 14:36:04     FALSE
## 3551     FALSE             0            <NA> 2022-11-29 14:35:56     FALSE
## 3552     FALSE             0      lohanisgod 2022-11-29 14:35:27     FALSE
## 3553     FALSE             1            <NA> 2022-11-29 14:35:23      TRUE
## 3554     FALSE             0            <NA> 2022-11-29 14:35:21     FALSE
## 3555     FALSE             0            <NA> 2022-11-29 14:35:19     FALSE
## 3556     FALSE             0            <NA> 2022-11-29 14:35:18     FALSE
## 3557     FALSE             0            <NA> 2022-11-29 14:35:03     FALSE
## 3558     FALSE             0            <NA> 2022-11-29 14:34:58     FALSE
## 3559     FALSE             1            <NA> 2022-11-29 14:34:56     FALSE
## 3560     FALSE             0            <NA> 2022-11-29 14:34:56     FALSE
## 3561     FALSE             0            <NA> 2022-11-29 14:34:51     FALSE
## 3562     FALSE             1      pramitheus 2022-11-29 14:34:32     FALSE
## 3563     FALSE             0            <NA> 2022-11-29 14:34:27     FALSE
## 3564     FALSE             0            <NA> 2022-11-29 14:34:18     FALSE
## 3565     FALSE             2  NikkiIsUntamed 2022-11-29 14:34:16      TRUE
## 3566     FALSE             3      aposmiling 2022-11-29 14:34:08     FALSE
## 3567     FALSE             0            <NA> 2022-11-29 14:34:03     FALSE
## 3568     FALSE             1            <NA> 2022-11-29 14:34:02     FALSE
## 3569     FALSE             1 little_jiaxinn_ 2022-11-29 14:33:59      TRUE
## 3570     FALSE             1   Ioonadaydream 2022-11-29 14:33:46     FALSE
## 3571     FALSE             0            <NA> 2022-11-29 14:33:38     FALSE
## 3572     FALSE             0            <NA> 2022-11-29 14:33:33     FALSE
## 3573     FALSE             0            <NA> 2022-11-29 14:33:20     FALSE
## 3574     FALSE             7            <NA> 2022-11-29 14:32:57     FALSE
## 3575     FALSE             7            <NA> 2022-11-29 14:32:55     FALSE
## 3576     FALSE             3     mania_th_bl 2022-11-29 14:32:42     FALSE
## 3577     FALSE             0            <NA> 2022-11-29 14:32:38     FALSE
## 3578     FALSE             0            <NA> 2022-11-29 14:32:37      TRUE
## 3579     FALSE             0            <NA> 2022-11-29 14:32:34     FALSE
## 3580     FALSE             0            <NA> 2022-11-29 14:32:27     FALSE
## 3581     FALSE             0            <NA> 2022-11-29 14:32:18     FALSE
## 3582     FALSE             0            <NA> 2022-11-29 14:32:09     FALSE
## 3583     FALSE             3            <NA> 2022-11-29 14:32:01      TRUE
## 3584     FALSE             0            <NA> 2022-11-29 14:31:58     FALSE
## 3585     FALSE             0            <NA> 2022-11-29 14:31:52     FALSE
## 3586     FALSE             0            <NA> 2022-11-29 14:31:48     FALSE
## 3587     FALSE             0            <NA> 2022-11-29 14:31:33     FALSE
## 3588     FALSE             1    Jupiter_6790 2022-11-29 14:31:31     FALSE
## 3589     FALSE             0            <NA> 2022-11-29 14:31:29     FALSE
## 3590     FALSE             0    AnDraoiRuadh 2022-11-29 14:31:25      TRUE
## 3591     FALSE             0            <NA> 2022-11-29 14:31:24     FALSE
## 3592     FALSE             0            <NA> 2022-11-29 14:30:59     FALSE
## 3593     FALSE             0            <NA> 2022-11-29 14:30:59     FALSE
## 3594     FALSE             3   EthioHeritage 2022-11-29 14:30:53      TRUE
## 3595     FALSE             0            <NA> 2022-11-29 14:30:47     FALSE
## 3596     FALSE             0            <NA> 2022-11-29 14:30:44     FALSE
## 3597     FALSE             0            <NA> 2022-11-29 14:30:39     FALSE
## 3598     FALSE             2            <NA> 2022-11-29 14:30:25     FALSE
## 3599     FALSE             0      NE5westend 2022-11-29 14:30:22     FALSE
## 3600     FALSE             0            <NA> 2022-11-29 14:30:19     FALSE
## 3601     FALSE             0            <NA> 2022-11-29 14:30:12     FALSE
## 3602     FALSE             0            <NA> 2022-11-29 14:30:09     FALSE
## 3603     FALSE             0            <NA> 2022-11-29 14:29:55     FALSE
## 3604     FALSE             0            <NA> 2022-11-29 14:29:43     FALSE
## 3605     FALSE             0       makapolca 2022-11-29 14:29:28     FALSE
## 3606     FALSE             0            <NA> 2022-11-29 14:29:28     FALSE
## 3607     FALSE             0            <NA> 2022-11-29 14:29:22     FALSE
## 3608     FALSE             0            <NA> 2022-11-29 14:29:06      TRUE
## 3609     FALSE             0            <NA> 2022-11-29 14:29:01     FALSE
## 3610     FALSE             1            <NA> 2022-11-29 14:29:01     FALSE
## 3611     FALSE             0            <NA> 2022-11-29 14:28:49     FALSE
## 3612     FALSE             0            <NA> 2022-11-29 14:28:39     FALSE
## 3613     FALSE             0            <NA> 2022-11-29 14:28:32     FALSE
## 3614     FALSE            13            <NA> 2022-11-29 14:28:27      TRUE
## 3615     FALSE             0            <NA> 2022-11-29 14:28:25     FALSE
## 3616     FALSE             0            <NA> 2022-11-29 14:28:06     FALSE
## 3617     FALSE             0            <NA> 2022-11-29 14:27:43     FALSE
## 3618     FALSE             1   Lalalandrama_ 2022-11-29 14:27:39     FALSE
## 3619     FALSE             0            <NA> 2022-11-29 14:27:37     FALSE
## 3620     FALSE             0      Noeul_lee6 2022-11-29 14:27:29     FALSE
## 3621     FALSE             0            <NA> 2022-11-29 14:27:25     FALSE
## 3622     FALSE             0            <NA> 2022-11-29 14:27:00      TRUE
## 3623     FALSE             0            <NA> 2022-11-29 14:26:59     FALSE
## 3624     FALSE             0            <NA> 2022-11-29 14:26:36     FALSE
## 3625     FALSE             1       _nchinchi 2022-11-29 14:26:34      TRUE
## 3626     FALSE             0            <NA> 2022-11-29 14:26:28     FALSE
## 3627     FALSE             0            <NA> 2022-11-29 14:26:02     FALSE
## 3628     FALSE             0            <NA> 2022-11-29 14:25:52     FALSE
## 3629     FALSE             0            <NA> 2022-11-29 14:25:51     FALSE
## 3630     FALSE             0            <NA> 2022-11-29 14:25:43     FALSE
## 3631     FALSE             0            <NA> 2022-11-29 14:25:33     FALSE
## 3632     FALSE             0            <NA> 2022-11-29 14:25:09     FALSE
## 3633     FALSE             0     JimLNeibaur 2022-11-29 14:25:08      TRUE
## 3634     FALSE             0            <NA> 2022-11-29 14:25:03     FALSE
## 3635     FALSE             0            <NA> 2022-11-29 14:24:57     FALSE
## 3636     FALSE             0            <NA> 2022-11-29 14:24:55     FALSE
## 3637     FALSE             0            <NA> 2022-11-29 14:24:36     FALSE
## 3638     FALSE             0            <NA> 2022-11-29 14:24:35     FALSE
## 3639     FALSE             0            <NA> 2022-11-29 14:24:27     FALSE
## 3640     FALSE             0            <NA> 2022-11-29 14:24:26     FALSE
## 3641     FALSE             0            <NA> 2022-11-29 14:23:55     FALSE
## 3642     FALSE             4 BeyondBeautiful 2022-11-29 14:23:50     FALSE
## 3643     FALSE             0      jduffyrice 2022-11-29 14:23:49      TRUE
## 3644     FALSE             0            <NA> 2022-11-29 14:23:34      TRUE
## 3645     FALSE             0            <NA> 2022-11-29 14:23:34     FALSE
## 3646     FALSE             0            <NA> 2022-11-29 14:23:28     FALSE
## 3647     FALSE             0            <NA> 2022-11-29 14:23:26     FALSE
## 3648     FALSE             0            <NA> 2022-11-29 14:23:14     FALSE
## 3649     FALSE             0            <NA> 2022-11-29 14:23:11     FALSE
## 3650     FALSE             0            <NA> 2022-11-29 14:22:25     FALSE
## 3651     FALSE             0            <NA> 2022-11-29 14:21:52      TRUE
## 3652     FALSE             0            <NA> 2022-11-29 14:21:48     FALSE
## 3653     FALSE             3    nftnftnftart 2022-11-29 14:21:45     FALSE
## 3654     FALSE             0            <NA> 2022-11-29 14:21:44     FALSE
## 3655     FALSE             0       lethia_bl 2022-11-29 14:21:39     FALSE
## 3656     FALSE             0            <NA> 2022-11-29 14:21:27     FALSE
## 3657     FALSE             0            <NA> 2022-11-29 14:21:16     FALSE
## 3658     FALSE             0            <NA> 2022-11-29 14:21:15     FALSE
## 3659     FALSE             1  tRick_the_only 2022-11-29 14:21:14      TRUE
## 3660     FALSE             1            <NA> 2022-11-29 14:21:05      TRUE
## 3661     FALSE             0            <NA> 2022-11-29 14:20:54     FALSE
## 3662     FALSE             0            <NA> 2022-11-29 14:20:39     FALSE
## 3663     FALSE             0            <NA> 2022-11-29 14:20:35     FALSE
## 3664     FALSE            20            <NA> 2022-11-29 14:20:34      TRUE
## 3665     FALSE             0            <NA> 2022-11-29 14:20:27     FALSE
## 3666     FALSE             0            <NA> 2022-11-29 14:20:26     FALSE
## 3667     FALSE             0            <NA> 2022-11-29 14:20:25     FALSE
## 3668     FALSE             0            <NA> 2022-11-29 14:20:22     FALSE
## 3669     FALSE             0            <NA> 2022-11-29 14:20:19     FALSE
## 3670     FALSE             0            <NA> 2022-11-29 14:20:16     FALSE
## 3671     FALSE             0            <NA> 2022-11-29 14:20:16     FALSE
## 3672     FALSE             0            <NA> 2022-11-29 14:20:09     FALSE
## 3673     FALSE             0            <NA> 2022-11-29 14:20:07     FALSE
## 3674     FALSE             0            <NA> 2022-11-29 14:20:05     FALSE
## 3675     FALSE             2  Niles_Chambers 2022-11-29 14:20:00      TRUE
## 3676     FALSE             0            <NA> 2022-11-29 14:19:51     FALSE
## 3677     FALSE             0            <NA> 2022-11-29 14:19:39     FALSE
## 3678     FALSE             0            <NA> 2022-11-29 14:19:31     FALSE
## 3679     FALSE             0            <NA> 2022-11-29 14:19:27     FALSE
## 3680     FALSE             0            <NA> 2022-11-29 14:19:25     FALSE
## 3681     FALSE             0            <NA> 2022-11-29 14:19:22     FALSE
## 3682     FALSE             0            <NA> 2022-11-29 14:19:07      TRUE
## 3683     FALSE             1     thorsylkius 2022-11-29 14:19:05     FALSE
## 3684     FALSE             0            <NA> 2022-11-29 14:18:59     FALSE
## 3685     FALSE             0            <NA> 2022-11-29 14:18:58     FALSE
## 3686     FALSE             2            <NA> 2022-11-29 14:18:55     FALSE
## 3687     FALSE             0            <NA> 2022-11-29 14:18:51     FALSE
## 3688     FALSE             0       soruukia_ 2022-11-29 14:18:48      TRUE
## 3689     FALSE             0            <NA> 2022-11-29 14:18:47     FALSE
## 3690     FALSE             0            <NA> 2022-11-29 14:18:43     FALSE
## 3691     FALSE             0            <NA> 2022-11-29 14:18:41     FALSE
## 3692     FALSE             0            <NA> 2022-11-29 14:18:40     FALSE
## 3693     FALSE             0            <NA> 2022-11-29 14:18:24     FALSE
## 3694     FALSE             0            <NA> 2022-11-29 14:18:15     FALSE
## 3695     FALSE             2         jae_myy 2022-11-29 14:17:58     FALSE
## 3696     FALSE             0            <NA> 2022-11-29 14:17:41     FALSE
## 3697     FALSE             0            <NA> 2022-11-29 14:17:34     FALSE
## 3698     FALSE             0            <NA> 2022-11-29 14:17:32     FALSE
## 3699     FALSE             0            <NA> 2022-11-29 14:17:10     FALSE
## 3700     FALSE             0            <NA> 2022-11-29 14:17:10     FALSE
## 3701     FALSE             0            <NA> 2022-11-29 14:17:09     FALSE
## 3702     FALSE             1          gemcv1 2022-11-29 14:17:07     FALSE
## 3703     FALSE             2          LiirBL 2022-11-29 14:17:03     FALSE
## 3704     FALSE             0        palhania 2022-11-29 14:16:56      TRUE
## 3705     FALSE             0            <NA> 2022-11-29 14:16:51      TRUE
## 3706     FALSE             0            <NA> 2022-11-29 14:16:49     FALSE
## 3707     FALSE             1      DreamBL_PT 2022-11-29 14:16:20     FALSE
## 3708     FALSE             0            <NA> 2022-11-29 14:15:38      TRUE
## 3709     FALSE             0            <NA> 2022-11-29 14:15:37      TRUE
## 3710     FALSE             0            <NA> 2022-11-29 14:15:26     FALSE
## 3711     FALSE             4            <NA> 2022-11-29 14:15:26      TRUE
## 3712     FALSE             0            <NA> 2022-11-29 14:15:22      TRUE
## 3713     FALSE             0            <NA> 2022-11-29 14:15:21     FALSE
## 3714     FALSE             0            <NA> 2022-11-29 14:15:03     FALSE
## 3715     FALSE             0            <NA> 2022-11-29 14:14:33      TRUE
## 3716     FALSE             0            <NA> 2022-11-29 14:14:32      TRUE
## 3717     FALSE             0            <NA> 2022-11-29 14:14:25     FALSE
## 3718     FALSE             0            <NA> 2022-11-29 14:14:16     FALSE
## 3719     FALSE             4            <NA> 2022-11-29 14:14:13     FALSE
## 3720     FALSE             2     mania_th_bl 2022-11-29 14:13:41     FALSE
## 3721     FALSE             0            <NA> 2022-11-29 14:13:39     FALSE
## 3722     FALSE             2            <NA> 2022-11-29 14:13:30     FALSE
## 3723     FALSE             1          twtan_ 2022-11-29 14:13:26     FALSE
## 3724     FALSE             0            <NA> 2022-11-29 14:13:14      TRUE
## 3725     FALSE             0            <NA> 2022-11-29 14:13:05     FALSE
## 3726     FALSE             0            <NA> 2022-11-29 14:13:03     FALSE
## 3727     FALSE             0        myu39_Ln 2022-11-29 14:12:35      TRUE
## 3728     FALSE             0            <NA> 2022-11-29 14:12:15     FALSE
## 3729     FALSE             0            <NA> 2022-11-29 14:12:03     FALSE
## 3730     FALSE             0            <NA> 2022-11-29 14:12:01     FALSE
## 3731     FALSE             0            <NA> 2022-11-29 14:12:00     FALSE
## 3732     FALSE             0        yinswife 2022-11-29 14:11:46     FALSE
## 3733     FALSE             0            <NA> 2022-11-29 14:11:21     FALSE
## 3734     FALSE             0            <NA> 2022-11-29 14:11:12     FALSE
## 3735     FALSE             0            <NA> 2022-11-29 14:11:07     FALSE
## 3736     FALSE             0            <NA> 2022-11-29 14:11:02     FALSE
## 3737     FALSE             0            <NA> 2022-11-29 14:10:57     FALSE
## 3738     FALSE             0            <NA> 2022-11-29 14:10:36     FALSE
## 3739     FALSE             0   im_2_invested 2022-11-29 14:10:33      TRUE
## 3740     FALSE             0            <NA> 2022-11-29 14:10:06     FALSE
## 3741     FALSE             0            <NA> 2022-11-29 14:10:00     FALSE
## 3742     FALSE             0            <NA> 2022-11-29 14:09:54     FALSE
## 3743     FALSE             0            <NA> 2022-11-29 14:09:46     FALSE
## 3744     FALSE             2       pinksmilf 2022-11-29 14:09:42     FALSE
## 3745     FALSE             0          AngFdz 2022-11-29 14:09:20      TRUE
## 3746     FALSE             0            <NA> 2022-11-29 14:09:16     FALSE
## 3747     FALSE             0            <NA> 2022-11-29 14:09:12     FALSE
## 3748     FALSE            13      spicytamsz 2022-11-29 14:09:03     FALSE
## 3749     FALSE             0            <NA> 2022-11-29 14:08:59      TRUE
## 3750     FALSE             0  1hateudecember 2022-11-29 14:08:44     FALSE
## 3751     FALSE             0     KingAkamaQc 2022-11-29 14:08:33     FALSE
## 3752     FALSE             3     Monathereum 2022-11-29 14:08:21     FALSE
## 3753     FALSE             1            <NA> 2022-11-29 14:08:13      TRUE
## 3754     FALSE             0            <NA> 2022-11-29 14:08:03     FALSE
## 3755     FALSE             0            <NA> 2022-11-29 14:07:45     FALSE
## 3756     FALSE             0       jimcramer 2022-11-29 14:07:33     FALSE
## 3757     FALSE             0            <NA> 2022-11-29 14:07:26     FALSE
## 3758     FALSE             1        nftwithu 2022-11-29 14:07:10     FALSE
## 3759     FALSE             0            <NA> 2022-11-29 14:06:58     FALSE
## 3760     FALSE             0            <NA> 2022-11-29 14:06:54     FALSE
## 3761     FALSE             0            <NA> 2022-11-29 14:06:50     FALSE
## 3762     FALSE            11            <NA> 2022-11-29 14:06:33     FALSE
## 3763     FALSE             0            <NA> 2022-11-29 14:06:29      TRUE
## 3764     FALSE             0            <NA> 2022-11-29 14:06:06     FALSE
## 3765     FALSE             0            <NA> 2022-11-29 14:05:58     FALSE
## 3766     FALSE             2    larisaperezp 2022-11-29 14:05:57     FALSE
## 3767     FALSE             0            <NA> 2022-11-29 14:05:56     FALSE
## 3768     FALSE             0            <NA> 2022-11-29 14:05:52     FALSE
## 3769     FALSE             0            <NA> 2022-11-29 14:04:53     FALSE
## 3770     FALSE             0            <NA> 2022-11-29 14:04:34     FALSE
## 3771     FALSE             0            <NA> 2022-11-29 14:04:20     FALSE
## 3772     FALSE             0     gulfkanawut 2022-11-29 14:04:16      TRUE
## 3773     FALSE             0            <NA> 2022-11-29 14:03:58     FALSE
## 3774     FALSE             0            <NA> 2022-11-29 14:03:53     FALSE
## 3775     FALSE             0            <NA> 2022-11-29 14:03:40     FALSE
## 3776     FALSE            26            <NA> 2022-11-29 14:03:38     FALSE
## 3777     FALSE             0      KristiWonk 2022-11-29 14:03:33      TRUE
## 3778     FALSE             0            <NA> 2022-11-29 14:03:32     FALSE
## 3779     FALSE             0            <NA> 2022-11-29 14:03:25     FALSE
## 3780     FALSE             0            <NA> 2022-11-29 14:03:14     FALSE
## 3781     FALSE             0            <NA> 2022-11-29 14:03:10     FALSE
## 3782     FALSE            19            <NA> 2022-11-29 14:03:07      TRUE
## 3783     FALSE             0            <NA> 2022-11-29 14:03:06     FALSE
## 3784     FALSE             0            <NA> 2022-11-29 14:03:02     FALSE
## 3785     FALSE             0            <NA> 2022-11-29 14:02:58     FALSE
## 3786     FALSE             2   monkagigachad 2022-11-29 14:02:52     FALSE
## 3787     FALSE             0            <NA> 2022-11-29 14:02:51     FALSE
## 3788     FALSE             0            <NA> 2022-11-29 14:02:40     FALSE
## 3789     FALSE             1            <NA> 2022-11-29 14:01:59      TRUE
## 3790     FALSE             2            <NA> 2022-11-29 14:01:50      TRUE
## 3791     FALSE             0            <NA> 2022-11-29 14:01:40     FALSE
## 3792     FALSE             0            <NA> 2022-11-29 14:01:34      TRUE
## 3793     FALSE             0            <NA> 2022-11-29 14:01:17     FALSE
## 3794     FALSE             3   adamdavidlong 2022-11-29 14:01:12     FALSE
## 3795     FALSE             0            <NA> 2022-11-29 14:01:03     FALSE
## 3796     FALSE             0            <NA> 2022-11-29 14:00:59      TRUE
## 3797     FALSE             3            <NA> 2022-11-29 14:00:52      TRUE
## 3798     FALSE             0            <NA> 2022-11-29 14:00:46     FALSE
## 3799     FALSE             0            <NA> 2022-11-29 14:00:37     FALSE
## 3800     FALSE             1      bl_artcult 2022-11-29 14:00:30     FALSE
## 3801     FALSE             0            <NA> 2022-11-29 14:00:22     FALSE
## 3802     FALSE             4     _RTadyJerry 2022-11-29 14:00:13      TRUE
## 3803     FALSE             0            <NA> 2022-11-29 13:59:36     FALSE
## 3804     FALSE             0            <NA> 2022-11-29 13:59:22     FALSE
## 3805     FALSE             0            <NA> 2022-11-29 13:59:09     FALSE
## 3806     FALSE            36  pbasilstrength 2022-11-29 13:58:17      TRUE
## 3807     FALSE             0            <NA> 2022-11-29 13:58:00     FALSE
## 3808     FALSE             0            <NA> 2022-11-29 13:57:59     FALSE
## 3809     FALSE            30            <NA> 2022-11-29 13:57:57      TRUE
## 3810     FALSE             3            <NA> 2022-11-29 13:57:44     FALSE
## 3811     FALSE             0            <NA> 2022-11-29 13:57:19     FALSE
## 3812     FALSE             1      ImrieKoval 2022-11-29 13:57:18      TRUE
## 3813     FALSE             0            <NA> 2022-11-29 13:57:15     FALSE
## 3814     FALSE             0            <NA> 2022-11-29 13:57:10      TRUE
## 3815     FALSE             2   soheesthetics 2022-11-29 13:57:08     FALSE
## 3816     FALSE             0            <NA> 2022-11-29 13:57:06     FALSE
## 3817     FALSE             0            <NA> 2022-11-29 13:56:58      TRUE
## 3818     FALSE             0            <NA> 2022-11-29 13:56:54     FALSE
## 3819     FALSE            17      obscuradao 2022-11-29 13:56:31     FALSE
## 3820     FALSE             0            <NA> 2022-11-29 13:56:28     FALSE
## 3821     FALSE             7            <NA> 2022-11-29 13:56:26      TRUE
## 3822     FALSE             0            <NA> 2022-11-29 13:56:25     FALSE
## 3823     FALSE             0            <NA> 2022-11-29 13:56:24     FALSE
## 3824     FALSE             0            <NA> 2022-11-29 13:56:22     FALSE
## 3825     FALSE             0            <NA> 2022-11-29 13:56:15     FALSE
## 3826     FALSE            75            <NA> 2022-11-29 13:56:01      TRUE
## 3827     FALSE             0            <NA> 2022-11-29 13:55:30     FALSE
## 3828     FALSE             0            <NA> 2022-11-29 13:55:26      TRUE
## 3829     FALSE             0            <NA> 2022-11-29 13:55:24      TRUE
## 3830     FALSE             0            <NA> 2022-11-29 13:55:05     FALSE
## 3831     FALSE             0            <NA> 2022-11-29 13:55:00     FALSE
## 3832     FALSE             0            <NA> 2022-11-29 13:54:55     FALSE
## 3833     FALSE             2     mania_th_bl 2022-11-29 13:54:39     FALSE
## 3834     FALSE             0            <NA> 2022-11-29 13:54:34     FALSE
## 3835     FALSE             0            <NA> 2022-11-29 13:54:28     FALSE
## 3836     FALSE             0            <NA> 2022-11-29 13:54:27     FALSE
## 3837     FALSE             1 BirdieFanTokens 2022-11-29 13:53:45     FALSE
## 3838     FALSE            24            <NA> 2022-11-29 13:53:41     FALSE
## 3839     FALSE             0            <NA> 2022-11-29 13:53:39     FALSE
## 3840     FALSE             1            <NA> 2022-11-29 13:53:12     FALSE
## 3841     FALSE            19            <NA> 2022-11-29 13:53:03     FALSE
## 3842     FALSE             1        RONDAO_1 2022-11-29 13:53:01     FALSE
## 3843     FALSE             1            <NA> 2022-11-29 13:52:45     FALSE
## 3844     FALSE             0            <NA> 2022-11-29 13:52:32     FALSE
## 3845     FALSE             3 superteadrinker 2022-11-29 13:52:31      TRUE
## 3846     FALSE             7            <NA> 2022-11-29 13:52:24      TRUE
## 3847     FALSE             0            <NA> 2022-11-29 13:52:06     FALSE
## 3848     FALSE             0            <NA> 2022-11-29 13:52:05      TRUE
## 3849     FALSE             0            <NA> 2022-11-29 13:51:40     FALSE
## 3850     FALSE             1            <NA> 2022-11-29 13:51:27      TRUE
## 3851     FALSE             0            <NA> 2022-11-29 13:51:26     FALSE
## 3852     FALSE             1          VB6519 2022-11-29 13:50:59     FALSE
## 3853     FALSE             1            <NA> 2022-11-29 13:50:54     FALSE
## 3854     FALSE             0            <NA> 2022-11-29 13:50:47     FALSE
## 3855     FALSE             0            <NA> 2022-11-29 13:50:30     FALSE
## 3856     FALSE             0            <NA> 2022-11-29 13:50:30     FALSE
## 3857     FALSE             0            <NA> 2022-11-29 13:50:10     FALSE
## 3858     FALSE             0     GeSunlovers 2022-11-29 13:50:03     FALSE
## 3859     FALSE             0      emmettdoog 2022-11-29 13:50:02     FALSE
## 3860     FALSE             0            <NA> 2022-11-29 13:50:00     FALSE
## 3861     FALSE             0   SpaceValveGuy 2022-11-29 13:49:51      TRUE
## 3862     FALSE             0            <NA> 2022-11-29 13:48:55     FALSE
## 3863     FALSE             0            <NA> 2022-11-29 13:48:47     FALSE
## 3864     FALSE             1       dark_xing 2022-11-29 13:48:37     FALSE
## 3865     FALSE             0            <NA> 2022-11-29 13:48:35     FALSE
## 3866     FALSE             0            <NA> 2022-11-29 13:48:15     FALSE
## 3867     FALSE             0            <NA> 2022-11-29 13:48:13     FALSE
## 3868     FALSE             3            <NA> 2022-11-29 13:48:10      TRUE
## 3869     FALSE             0            <NA> 2022-11-29 13:47:56     FALSE
## 3870     FALSE             0            <NA> 2022-11-29 13:47:49     FALSE
## 3871     FALSE             2            <NA> 2022-11-29 13:47:46      TRUE
## 3872     FALSE             0            <NA> 2022-11-29 13:47:34     FALSE
## 3873     FALSE             0            <NA> 2022-11-29 13:47:23     FALSE
## 3874     FALSE             0            <NA> 2022-11-29 13:47:22     FALSE
## 3875     FALSE             0            <NA> 2022-11-29 13:47:17     FALSE
## 3876     FALSE             0            <NA> 2022-11-29 13:47:10     FALSE
## 3877     FALSE             1  crew0125_10969 2022-11-29 13:46:58     FALSE
## 3878     FALSE             6   hill_hillbill 2022-11-29 13:46:40      TRUE
## 3879     FALSE             0            <NA> 2022-11-29 13:46:18     FALSE
## 3880     FALSE             0            <NA> 2022-11-29 13:46:17     FALSE
## 3881     FALSE             0            <NA> 2022-11-29 13:46:11     FALSE
## 3882     FALSE             0            <NA> 2022-11-29 13:45:53     FALSE
## 3883     FALSE             0           cobie 2022-11-29 13:45:50     FALSE
## 3884     FALSE             3            <NA> 2022-11-29 13:45:49      TRUE
## 3885     FALSE           141            <NA> 2022-11-29 13:45:49      TRUE
## 3886     FALSE             0            <NA> 2022-11-29 13:45:23     FALSE
## 3887     FALSE             1            <NA> 2022-11-29 13:44:51     FALSE
## 3888     FALSE             0            <NA> 2022-11-29 13:44:28      TRUE
## 3889     FALSE             0            <NA> 2022-11-29 13:44:02     FALSE
## 3890     FALSE             0            <NA> 2022-11-29 13:43:55     FALSE
## 3891     FALSE            24            <NA> 2022-11-29 13:43:32      TRUE
## 3892     FALSE             0            <NA> 2022-11-29 13:43:09     FALSE
## 3893     FALSE             0      Jamiegonog 2022-11-29 13:42:31      TRUE
## 3894     FALSE             0            <NA> 2022-11-29 13:42:27      TRUE
## 3895     FALSE             0            <NA> 2022-11-29 13:42:15     FALSE
## 3896     FALSE             3            <NA> 2022-11-29 13:42:08      TRUE
## 3897     FALSE             1      hanavideen 2022-11-29 13:42:06     FALSE
## 3898     FALSE             0            <NA> 2022-11-29 13:42:05     FALSE
## 3899     FALSE             2      pray4luvvv 2022-11-29 13:41:50     FALSE
## 3900     FALSE             0            <NA> 2022-11-29 13:41:26      TRUE
## 3901     FALSE             0            <NA> 2022-11-29 13:41:25     FALSE
## 3902     FALSE             0            <NA> 2022-11-29 13:41:06     FALSE
## 3903     FALSE             0            <NA> 2022-11-29 13:41:00     FALSE
## 3904     FALSE             0            <NA> 2022-11-29 13:40:49     FALSE
## 3905     FALSE             1        mikunn_e 2022-11-29 13:40:48     FALSE
## 3906     FALSE             0            <NA> 2022-11-29 13:40:40     FALSE
## 3907     FALSE             0            <NA> 2022-11-29 13:40:12     FALSE
## 3908     FALSE             0            <NA> 2022-11-29 13:39:55     FALSE
## 3909     FALSE             0            <NA> 2022-11-29 13:39:52     FALSE
## 3910     FALSE             0            <NA> 2022-11-29 13:39:41     FALSE
## 3911     FALSE             0            <NA> 2022-11-29 13:39:31     FALSE
## 3912     FALSE             0    letsgoskz008 2022-11-29 13:39:21     FALSE
## 3913     FALSE             0            <NA> 2022-11-29 13:39:16     FALSE
## 3914     FALSE             0            <NA> 2022-11-29 13:39:12     FALSE
## 3915     FALSE             0            <NA> 2022-11-29 13:39:07     FALSE
## 3916     FALSE             1            <NA> 2022-11-29 13:38:50     FALSE
## 3917     FALSE             0            <NA> 2022-11-29 13:38:46     FALSE
## 3918     FALSE             0            <NA> 2022-11-29 13:38:42     FALSE
## 3919     FALSE             0            <NA> 2022-11-29 13:38:39     FALSE
## 3920     FALSE             0            <NA> 2022-11-29 13:38:22     FALSE
## 3921     FALSE             0   vanillamims33 2022-11-29 13:38:15     FALSE
## 3922     FALSE             0            <NA> 2022-11-29 13:38:03     FALSE
## 3923     FALSE             0       ioweegian 2022-11-29 13:37:57      TRUE
## 3924     FALSE             0            <NA> 2022-11-29 13:37:55      TRUE
## 3925     FALSE             0            <NA> 2022-11-29 13:37:33     FALSE
## 3926     FALSE             0            <NA> 2022-11-29 13:37:29     FALSE
## 3927     FALSE             0            <NA> 2022-11-29 13:37:02     FALSE
## 3928     FALSE             0            <NA> 2022-11-29 13:36:51     FALSE
## 3929     FALSE             0            <NA> 2022-11-29 13:36:43     FALSE
## 3930     FALSE             0    lesbians4znn 2022-11-29 13:36:37     FALSE
## 3931     FALSE             0        defamasi 2022-11-29 13:36:21      TRUE
## 3932     FALSE             0            <NA> 2022-11-29 13:36:19     FALSE
## 3933     FALSE             0            <NA> 2022-11-29 13:36:10     FALSE
## 3934     FALSE             0            <NA> 2022-11-29 13:36:08     FALSE
## 3935     FALSE             0            <NA> 2022-11-29 13:36:03     FALSE
## 3936     FALSE             0            <NA> 2022-11-29 13:35:49     FALSE
## 3937     FALSE            62       51smemory 2022-11-29 13:35:32      TRUE
## 3938     FALSE             0            <NA> 2022-11-29 13:35:29     FALSE
## 3939     FALSE             0            <NA> 2022-11-29 13:35:26     FALSE
## 3940     FALSE             0            <NA> 2022-11-29 13:34:57     FALSE
## 3941     FALSE             0            <NA> 2022-11-29 13:34:52     FALSE
## 3942     FALSE             0            <NA> 2022-11-29 13:34:41     FALSE
## 3943     FALSE             0 InsightfulPanda 2022-11-29 13:34:39      TRUE
## 3944     FALSE             0            <NA> 2022-11-29 13:34:28     FALSE
## 3945     FALSE             0            <NA> 2022-11-29 13:34:23     FALSE
## 3946     FALSE             0            <NA> 2022-11-29 13:34:09      TRUE
## 3947     FALSE             0            <NA> 2022-11-29 13:34:09      TRUE
## 3948     FALSE             1            <NA> 2022-11-29 13:33:58      TRUE
## 3949     FALSE             0            <NA> 2022-11-29 13:33:53     FALSE
## 3950     FALSE             2  UndergrndDrama 2022-11-29 13:33:52     FALSE
## 3951     FALSE             0        aranikis 2022-11-29 13:33:47     FALSE
## 3952     FALSE             0            <NA> 2022-11-29 13:33:46     FALSE
## 3953     FALSE             0            <NA> 2022-11-29 13:33:43     FALSE
## 3954     FALSE            10            <NA> 2022-11-29 13:33:25     FALSE
## 3955     FALSE             0            <NA> 2022-11-29 13:33:24      TRUE
## 3956     FALSE             0            <NA> 2022-11-29 13:33:17     FALSE
## 3957     FALSE             0            <NA> 2022-11-29 13:32:53     FALSE
## 3958     FALSE             4            <NA> 2022-11-29 13:32:52      TRUE
## 3959     FALSE             0            <NA> 2022-11-29 13:32:38     FALSE
## 3960     FALSE             0       Fuzail988 2022-11-29 13:32:33     FALSE
## 3961     FALSE             1       Yami_Umai 2022-11-29 13:32:19     FALSE
## 3962     FALSE             0            <NA> 2022-11-29 13:32:14     FALSE
## 3963     FALSE             0     prakashraaj 2022-11-29 13:31:55     FALSE
## 3964     FALSE             0            <NA> 2022-11-29 13:31:52     FALSE
## 3965     FALSE             0     starsforskz 2022-11-29 13:31:51      TRUE
## 3966     FALSE             0            <NA> 2022-11-29 13:31:37     FALSE
## 3967     FALSE             0   Bongs90209970 2022-11-29 13:31:36      TRUE
## 3968     FALSE             0            <NA> 2022-11-29 13:31:25     FALSE
## 3969     FALSE             0            <NA> 2022-11-29 13:31:02     FALSE
## 3970     FALSE             2   one_right_now 2022-11-29 13:31:00      TRUE
## 3971     FALSE             0            <NA> 2022-11-29 13:30:59     FALSE
## 3972     FALSE             1        bl__bts_ 2022-11-29 13:30:55     FALSE
## 3973     FALSE             0            <NA> 2022-11-29 13:30:51     FALSE
## 3974     FALSE             0            <NA> 2022-11-29 13:30:43     FALSE
## 3975     FALSE             0            <NA> 2022-11-29 13:30:33     FALSE
## 3976     FALSE             0            <NA> 2022-11-29 13:30:31     FALSE
## 3977     FALSE             0            <NA> 2022-11-29 13:30:28     FALSE
## 3978     FALSE             4            <NA> 2022-11-29 13:30:28      TRUE
## 3979     FALSE             0            <NA> 2022-11-29 13:30:07     FALSE
## 3980     FALSE             0  RonFilipkowski 2022-11-29 13:30:00     FALSE
## 3981     FALSE             0            <NA> 2022-11-29 13:29:57     FALSE
## 3982     FALSE             0            <NA> 2022-11-29 13:29:56     FALSE
## 3983     FALSE             0            <NA> 2022-11-29 13:29:55     FALSE
## 3984     FALSE             0            <NA> 2022-11-29 13:29:52     FALSE
## 3985     FALSE             0            <NA> 2022-11-29 13:29:40     FALSE
## 3986     FALSE             0            <NA> 2022-11-29 13:29:28     FALSE
## 3987     FALSE             0   H0laSoySerena 2022-11-29 13:29:25     FALSE
## 3988     FALSE             0        JAYFUSED 2022-11-29 13:29:22     FALSE
## 3989     FALSE             0            <NA> 2022-11-29 13:29:19     FALSE
## 3990     FALSE             1   mayhewbergman 2022-11-29 13:29:14      TRUE
## 3991     FALSE             0   blisanewblack 2022-11-29 13:29:11     FALSE
## 3992     FALSE             0            <NA> 2022-11-29 13:28:58     FALSE
## 3993     FALSE             0            <NA> 2022-11-29 13:28:49     FALSE
## 3994     FALSE             0            <NA> 2022-11-29 13:28:26     FALSE
## 3995     FALSE             2            <NA> 2022-11-29 13:28:15      TRUE
## 3996     FALSE             0            <NA> 2022-11-29 13:28:10     FALSE
## 3997     FALSE             0     BriggonSnow 2022-11-29 13:28:09      TRUE
## 3998     FALSE             0            <NA> 2022-11-29 13:28:03     FALSE
## 3999     FALSE             0            <NA> 2022-11-29 13:27:59     FALSE
## 4000     FALSE             0            <NA> 2022-11-29 13:27:58     FALSE
## 4001     FALSE             0            <NA> 2022-11-29 13:27:57     FALSE
## 4002     FALSE             0            <NA> 2022-11-29 13:27:50     FALSE
## 4003     FALSE             0            <NA> 2022-11-29 13:27:31     FALSE
## 4004     FALSE             0            <NA> 2022-11-29 13:27:15     FALSE
## 4005     FALSE             0            <NA> 2022-11-29 13:27:11     FALSE
## 4006     FALSE             1            <NA> 2022-11-29 13:27:06     FALSE
## 4007     FALSE             0            <NA> 2022-11-29 13:27:05     FALSE
## 4008     FALSE             0            <NA> 2022-11-29 13:26:56     FALSE
## 4009     FALSE             0            <NA> 2022-11-29 13:26:49      TRUE
## 4010     FALSE             0     starsforskz 2022-11-29 13:26:48      TRUE
## 4011     FALSE             1            <NA> 2022-11-29 13:26:38      TRUE
## 4012     FALSE             0            <NA> 2022-11-29 13:26:36     FALSE
## 4013     FALSE             0            <NA> 2022-11-29 13:26:32     FALSE
## 4014     FALSE             0            <NA> 2022-11-29 13:26:23     FALSE
## 4015     FALSE             0            <NA> 2022-11-29 13:26:22     FALSE
## 4016     FALSE             0            <NA> 2022-11-29 13:26:17     FALSE
## 4017     FALSE             0            <NA> 2022-11-29 13:26:12     FALSE
## 4018     FALSE            47            <NA> 2022-11-29 13:25:42      TRUE
## 4019     FALSE             0            <NA> 2022-11-29 13:25:38     FALSE
## 4020     FALSE             1            <NA> 2022-11-29 13:25:32     FALSE
## 4021     FALSE             0            <NA> 2022-11-29 13:25:13     FALSE
## 4022     FALSE             3      losnahij21 2022-11-29 13:25:01      TRUE
## 4023     FALSE             1            <NA> 2022-11-29 13:24:34      TRUE
## 4024     FALSE             1           POTUS 2022-11-29 13:24:28      TRUE
## 4025     FALSE             1            <NA> 2022-11-29 13:24:23      TRUE
## 4026     FALSE             1            <NA> 2022-11-29 13:24:22     FALSE
## 4027     FALSE             0            <NA> 2022-11-29 13:24:16     FALSE
## 4028     FALSE             0            <NA> 2022-11-29 13:24:11     FALSE
## 4029     FALSE             0            <NA> 2022-11-29 13:24:11     FALSE
## 4030     FALSE             2       travis_bl 2022-11-29 13:24:09      TRUE
## 4031     FALSE             0            <NA> 2022-11-29 13:24:08     FALSE
## 4032     FALSE             0            <NA> 2022-11-29 13:24:05     FALSE
## 4033     FALSE             0            <NA> 2022-11-29 13:24:03     FALSE
## 4034     FALSE             0            <NA> 2022-11-29 13:23:32     FALSE
## 4035     FALSE             1     Hokutotrash 2022-11-29 13:23:24      TRUE
## 4036     FALSE             0            <NA> 2022-11-29 13:23:18     FALSE
## 4037     FALSE             0            <NA> 2022-11-29 13:23:12     FALSE
## 4038     FALSE             0            <NA> 2022-11-29 13:22:57     FALSE
## 4039     FALSE             1           POTUS 2022-11-29 13:22:54      TRUE
## 4040     FALSE             1     Hokutotrash 2022-11-29 13:22:34     FALSE
## 4041     FALSE             4     moondust_36 2022-11-29 13:22:33      TRUE
## 4042     FALSE             4            <NA> 2022-11-29 13:22:30     FALSE
## 4043     FALSE            49            <NA> 2022-11-29 13:22:30      TRUE
## 4044     FALSE             1           POTUS 2022-11-29 13:22:21      TRUE
## 4045     FALSE             2            <NA> 2022-11-29 13:22:19     FALSE
## 4046     FALSE             0            <NA> 2022-11-29 13:22:16     FALSE
## 4047     FALSE             0            <NA> 2022-11-29 13:22:07     FALSE
## 4048     FALSE             0            <NA> 2022-11-29 13:22:03     FALSE
## 4049     FALSE             0            <NA> 2022-11-29 13:21:53     FALSE
## 4050     FALSE             0            <NA> 2022-11-29 13:21:39     FALSE
## 4051     FALSE             0            <NA> 2022-11-29 13:21:23     FALSE
## 4052     FALSE             0            <NA> 2022-11-29 13:21:20     FALSE
## 4053     FALSE             2 _Messimerizing_ 2022-11-29 13:21:16     FALSE
## 4054     FALSE             5            <NA> 2022-11-29 13:20:59     FALSE
## 4055     FALSE             0            <NA> 2022-11-29 13:20:58     FALSE
## 4056     FALSE             0            <NA> 2022-11-29 13:20:57      TRUE
## 4057     FALSE             0            <NA> 2022-11-29 13:20:48     FALSE
## 4058     FALSE             3            <NA> 2022-11-29 13:20:48      TRUE
## 4059     FALSE             0     MrDimplesSD 2022-11-29 13:20:45     FALSE
## 4060     FALSE             0            <NA> 2022-11-29 13:20:40     FALSE
## 4061     FALSE             0            <NA> 2022-11-29 13:20:37     FALSE
## 4062     FALSE             0            <NA> 2022-11-29 13:20:37     FALSE
## 4063     FALSE             0            <NA> 2022-11-29 13:20:34     FALSE
## 4064     FALSE             2            <NA> 2022-11-29 13:20:13      TRUE
## 4065     FALSE             0            <NA> 2022-11-29 13:20:07     FALSE
## 4066     FALSE             0            <NA> 2022-11-29 13:19:59     FALSE
## 4067     FALSE             1            <NA> 2022-11-29 13:19:55      TRUE
## 4068     FALSE             0            <NA> 2022-11-29 13:19:44     FALSE
## 4069     FALSE             1     bvtterflyxv 2022-11-29 13:19:26     FALSE
## 4070     FALSE             0            <NA> 2022-11-29 13:19:05     FALSE
## 4071     FALSE             4      ssyazwanaa 2022-11-29 13:19:00      TRUE
## 4072     FALSE             0            <NA> 2022-11-29 13:18:53     FALSE
## 4073     FALSE             6            <NA> 2022-11-29 13:18:36     FALSE
## 4074     FALSE             0            <NA> 2022-11-29 13:18:35     FALSE
## 4075     FALSE             1         0087_bl 2022-11-29 13:18:17     FALSE
## 4076     FALSE             0            <NA> 2022-11-29 13:18:10     FALSE
## 4077     FALSE             0            <NA> 2022-11-29 13:18:10     FALSE
## 4078     FALSE             0            <NA> 2022-11-29 13:18:02     FALSE
## 4079     FALSE             5            <NA> 2022-11-29 13:18:02      TRUE
## 4080     FALSE             2     moondust_36 2022-11-29 13:17:55     FALSE
## 4081     FALSE             0            <NA> 2022-11-29 13:17:51     FALSE
## 4082     FALSE            11   shahrazadsani 2022-11-29 13:17:42      TRUE
## 4083     FALSE             9  britishlibrary 2022-11-29 13:17:24      TRUE
## 4084     FALSE             0    reigenshisou 2022-11-29 13:16:39     FALSE
## 4085     FALSE             3            <NA> 2022-11-29 13:16:38     FALSE
## 4086     FALSE             1            <NA> 2022-11-29 13:16:36      TRUE
## 4087     FALSE             0  LARSENLovelorn 2022-11-29 13:16:34     FALSE
## 4088     FALSE             0            <NA> 2022-11-29 13:16:18     FALSE
## 4089     FALSE             0            <NA> 2022-11-29 13:16:13     FALSE
## 4090     FALSE             2            <NA> 2022-11-29 13:16:11      TRUE
## 4091     FALSE             1   FAAAAAAAAANI_ 2022-11-29 13:16:07     FALSE
## 4092     FALSE             0            <NA> 2022-11-29 13:16:01      TRUE
## 4093     FALSE             0  DeoNonFortuna3 2022-11-29 13:15:25     FALSE
## 4094     FALSE             3     Willard1951 2022-11-29 13:15:07      TRUE
## 4095     FALSE             0            <NA> 2022-11-29 13:15:03     FALSE
## 4096     FALSE             0   mystmysteryyy 2022-11-29 13:14:59     FALSE
## 4097     FALSE             4            <NA> 2022-11-29 13:14:58      TRUE
## 4098     FALSE             0            <NA> 2022-11-29 13:14:55     FALSE
## 4099     FALSE             0            <NA> 2022-11-29 13:14:40     FALSE
## 4100     FALSE             0  DeoNonFortuna3 2022-11-29 13:14:35     FALSE
## 4101     FALSE             0            <NA> 2022-11-29 13:14:31     FALSE
## 4102     FALSE             0            <NA> 2022-11-29 13:14:15     FALSE
## 4103     FALSE             0            <NA> 2022-11-29 13:14:03     FALSE
## 4104     FALSE             0            <NA> 2022-11-29 13:14:02      TRUE
## 4105     FALSE             0            <NA> 2022-11-29 13:13:56     FALSE
## 4106     FALSE             0            <NA> 2022-11-29 13:13:49     FALSE
## 4107     FALSE            32            <NA> 2022-11-29 13:13:49     FALSE
## 4108     FALSE             0       Kerry_edu 2022-11-29 13:13:40      TRUE
## 4109     FALSE             0            <NA> 2022-11-29 13:13:27     FALSE
## 4110     FALSE             0            <NA> 2022-11-29 13:13:25     FALSE
## 4111     FALSE             1       pieeeUWMA 2022-11-29 13:13:10      TRUE
## 4112     FALSE             2      losnahij21 2022-11-29 13:12:59      TRUE
## 4113     FALSE             0            <NA> 2022-11-29 13:12:57     FALSE
## 4114     FALSE             0            <NA> 2022-11-29 13:12:37     FALSE
## 4115     FALSE             0            <NA> 2022-11-29 13:12:34     FALSE
## 4116     FALSE             0            <NA> 2022-11-29 13:12:29     FALSE
## 4117     FALSE             2            <NA> 2022-11-29 13:12:27     FALSE
## 4118     FALSE             0            <NA> 2022-11-29 13:12:25     FALSE
## 4119     FALSE             0            <NA> 2022-11-29 13:12:22     FALSE
## 4120     FALSE             0      sintydavid 2022-11-29 13:12:04      TRUE
## 4121     FALSE             0            <NA> 2022-11-29 13:12:03     FALSE
## 4122     FALSE             0            <NA> 2022-11-29 13:11:50     FALSE
## 4123     FALSE            66            <NA> 2022-11-29 13:11:46      TRUE
## 4124     FALSE             0            <NA> 2022-11-29 13:11:34     FALSE
## 4125     FALSE             0            <NA> 2022-11-29 13:11:30     FALSE
## 4126     FALSE             0            <NA> 2022-11-29 13:11:27     FALSE
## 4127     FALSE             0            <NA> 2022-11-29 13:11:26     FALSE
## 4128     FALSE             0       xoshamieh 2022-11-29 13:11:18      TRUE
## 4129     FALSE             2            <NA> 2022-11-29 13:11:18     FALSE
## 4130     FALSE             4      emmettdoog 2022-11-29 13:11:11      TRUE
## 4131     FALSE             0            <NA> 2022-11-29 13:11:10     FALSE
## 4132     FALSE             0            <NA> 2022-11-29 13:11:04     FALSE
## 4133     FALSE             0            <NA> 2022-11-29 13:11:03     FALSE
## 4134     FALSE             2            <NA> 2022-11-29 13:10:39      TRUE
## 4135     FALSE             0            <NA> 2022-11-29 13:10:28     FALSE
## 4136     FALSE             0            <NA> 2022-11-29 13:10:18     FALSE
## 4137     FALSE             0            <NA> 2022-11-29 13:10:18     FALSE
## 4138     FALSE             0            <NA> 2022-11-29 13:10:12     FALSE
## 4139     FALSE             0            <NA> 2022-11-29 13:10:07     FALSE
## 4140     FALSE             0            <NA> 2022-11-29 13:10:07     FALSE
## 4141     FALSE             0            <NA> 2022-11-29 13:09:58     FALSE
## 4142     FALSE             0            <NA> 2022-11-29 13:09:54     FALSE
## 4143     FALSE             0            <NA> 2022-11-29 13:09:51     FALSE
## 4144     FALSE             0   rize0t7addict 2022-11-29 13:09:51     FALSE
## 4145     FALSE             0            <NA> 2022-11-29 13:09:44     FALSE
## 4146     FALSE             0            <NA> 2022-11-29 13:09:35     FALSE
## 4147     FALSE             0            <NA> 2022-11-29 13:09:21     FALSE
## 4148     FALSE             0            <NA> 2022-11-29 13:09:19     FALSE
## 4149     FALSE             0            <NA> 2022-11-29 13:09:17     FALSE
## 4150     FALSE             0            <NA> 2022-11-29 13:09:08     FALSE
## 4151     FALSE             0            <NA> 2022-11-29 13:09:03     FALSE
## 4152     FALSE             0            <NA> 2022-11-29 13:08:59     FALSE
## 4153     FALSE             0     blastroyale 2022-11-29 13:08:53     FALSE
## 4154     FALSE             0            <NA> 2022-11-29 13:08:49     FALSE
## 4155     FALSE             0            <NA> 2022-11-29 13:08:45     FALSE
## 4156     FALSE             0            <NA> 2022-11-29 13:08:42     FALSE
## 4157     FALSE             0            <NA> 2022-11-29 13:08:37     FALSE
## 4158     FALSE             4      losnahij21 2022-11-29 13:08:33      TRUE
## 4159     FALSE             0            <NA> 2022-11-29 13:08:07      TRUE
## 4160     FALSE             0      Noeul_lee6 2022-11-29 13:08:02     FALSE
## 4161     FALSE             0            <NA> 2022-11-29 13:07:55     FALSE
## 4162     FALSE             0            <NA> 2022-11-29 13:07:45     FALSE
## 4163     FALSE             0 world_of_bl_com 2022-11-29 13:07:33     FALSE
## 4164     FALSE             0            <NA> 2022-11-29 13:07:19     FALSE
## 4165     FALSE             0   Cyleris_84_BL 2022-11-29 13:07:11     FALSE
## 4166     FALSE             0            <NA> 2022-11-29 13:07:02     FALSE
## 4167     FALSE             0            <NA> 2022-11-29 13:06:57     FALSE
## 4168     FALSE             0            <NA> 2022-11-29 13:06:41     FALSE
## 4169     FALSE             0            <NA> 2022-11-29 13:06:22     FALSE
## 4170     FALSE             0            <NA> 2022-11-29 13:06:06     FALSE
## 4171     FALSE             1         RWWFilm 2022-11-29 13:05:54      TRUE
## 4172     FALSE             0            <NA> 2022-11-29 13:05:47     FALSE
## 4173     FALSE             8     CEOofMisaka 2022-11-29 13:05:45      TRUE
## 4174     FALSE             0            <NA> 2022-11-29 13:05:24      TRUE
## 4175     FALSE             0            <NA> 2022-11-29 13:05:03     FALSE
## 4176     FALSE             0            <NA> 2022-11-29 13:04:56     FALSE
## 4177     FALSE             0            <NA> 2022-11-29 13:04:56     FALSE
## 4178     FALSE             0            <NA> 2022-11-29 13:04:50     FALSE
## 4179     FALSE             0            <NA> 2022-11-29 13:04:49     FALSE
## 4180     FALSE             0            <NA> 2022-11-29 13:04:46     FALSE
## 4181     FALSE             0            <NA> 2022-11-29 13:04:46     FALSE
## 4182     FALSE             0            <NA> 2022-11-29 13:04:32     FALSE
## 4183     FALSE             0            <NA> 2022-11-29 13:04:23     FALSE
## 4184     FALSE             0            <NA> 2022-11-29 13:04:14     FALSE
## 4185     FALSE             1       travis_bl 2022-11-29 13:04:01     FALSE
## 4186     FALSE             5            <NA> 2022-11-29 13:03:56     FALSE
## 4187     FALSE             0            <NA> 2022-11-29 13:03:50     FALSE
## 4188     FALSE             0            <NA> 2022-11-29 13:03:18     FALSE
## 4189     FALSE             2      JoeBucsFan 2022-11-29 13:03:18      TRUE
## 4190     FALSE             0            <NA> 2022-11-29 13:03:17     FALSE
## 4191     FALSE             0            <NA> 2022-11-29 13:03:17     FALSE
## 4192     FALSE             0            <NA> 2022-11-29 13:03:13     FALSE
## 4193     FALSE             1            <NA> 2022-11-29 13:03:01      TRUE
## 4194     FALSE             0            <NA> 2022-11-29 13:02:57     FALSE
## 4195     FALSE             0            <NA> 2022-11-29 13:02:49     FALSE
## 4196     FALSE             0            <NA> 2022-11-29 13:02:47     FALSE
## 4197     FALSE             0            <NA> 2022-11-29 13:02:45     FALSE
## 4198     FALSE             0            <NA> 2022-11-29 13:02:38     FALSE
## 4199     FALSE             0            <NA> 2022-11-29 13:02:32     FALSE
## 4200     FALSE             0            <NA> 2022-11-29 13:02:21     FALSE
## 4201     FALSE             0            <NA> 2022-11-29 13:02:15     FALSE
## 4202     FALSE             0            <NA> 2022-11-29 13:02:05     FALSE
## 4203     FALSE             0            <NA> 2022-11-29 13:02:02     FALSE
## 4204     FALSE             0            <NA> 2022-11-29 13:01:57     FALSE
## 4205     FALSE             0            <NA> 2022-11-29 13:01:47     FALSE
## 4206     FALSE             0            <NA> 2022-11-29 13:01:37     FALSE
## 4207     FALSE             1            <NA> 2022-11-29 13:01:25      TRUE
## 4208     FALSE             0            <NA> 2022-11-29 13:01:06     FALSE
## 4209     FALSE             0            <NA> 2022-11-29 13:00:55      TRUE
## 4210     FALSE             0            <NA> 2022-11-29 13:00:40     FALSE
## 4211     FALSE             0            <NA> 2022-11-29 13:00:39     FALSE
## 4212     FALSE             0            <NA> 2022-11-29 13:00:39      TRUE
## 4213     FALSE             0            <NA> 2022-11-29 13:00:38     FALSE
## 4214     FALSE             0        BL_Ponte 2022-11-29 13:00:35     FALSE
## 4215     FALSE             1            <NA> 2022-11-29 13:00:34     FALSE
## 4216     FALSE             0            <NA> 2022-11-29 13:00:34     FALSE
## 4217     FALSE             0            <NA> 2022-11-29 13:00:30     FALSE
## 4218     FALSE             0            <NA> 2022-11-29 13:00:24     FALSE
## 4219     FALSE             0    bounnoppanut 2022-11-29 13:00:07      TRUE
## 4220     FALSE             0            <NA> 2022-11-29 13:00:04     FALSE
## 4221     FALSE             2      8mitsuBee_ 2022-11-29 13:00:04     FALSE
## 4222     FALSE             3            <NA> 2022-11-29 12:59:55     FALSE
## 4223     FALSE             4        kauchama 2022-11-29 12:59:55      TRUE
## 4224     FALSE             0            <NA> 2022-11-29 12:59:40     FALSE
## 4225     FALSE             0            <NA> 2022-11-29 12:59:37     FALSE
## 4226     FALSE             0            <NA> 2022-11-29 12:59:35     FALSE
## 4227     FALSE             0            <NA> 2022-11-29 12:59:34     FALSE
## 4228     FALSE            16            <NA> 2022-11-29 12:59:14     FALSE
## 4229     FALSE             0            <NA> 2022-11-29 12:59:02     FALSE
## 4230     FALSE             0            <NA> 2022-11-29 12:58:56     FALSE
## 4231     FALSE             1       travis_bl 2022-11-29 12:58:50     FALSE
## 4232     FALSE             1        Maevystv 2022-11-29 12:58:46     FALSE
## 4233     FALSE             0            <NA> 2022-11-29 12:58:43     FALSE
## 4234     FALSE             0            <NA> 2022-11-29 12:58:24     FALSE
## 4235     FALSE             5  MertHakkiAydin 2022-11-29 12:58:23     FALSE
## 4236     FALSE             0            <NA> 2022-11-29 12:58:15     FALSE
## 4237     FALSE             0            <NA> 2022-11-29 12:58:11     FALSE
## 4238     FALSE             0            <NA> 2022-11-29 12:57:55     FALSE
## 4239     FALSE             0     feidtoblack 2022-11-29 12:57:45     FALSE
## 4240     FALSE             0            <NA> 2022-11-29 12:57:30      TRUE
## 4241     FALSE            70            <NA> 2022-11-29 12:57:28     FALSE
## 4242     FALSE             0            <NA> 2022-11-29 12:57:24     FALSE
## 4243     FALSE             0            <NA> 2022-11-29 12:57:12     FALSE
## 4244     FALSE             0            <NA> 2022-11-29 12:56:58     FALSE
## 4245     FALSE             1      TRENDYGOLF 2022-11-29 12:56:57     FALSE
## 4246     FALSE             0            <NA> 2022-11-29 12:56:55     FALSE
## 4247     FALSE             0            <NA> 2022-11-29 12:56:53     FALSE
## 4248     FALSE             0       travis_bl 2022-11-29 12:56:45     FALSE
## 4249     FALSE             0      creagether 2022-11-29 12:56:41     FALSE
## 4250     FALSE             0            <NA> 2022-11-29 12:56:41      TRUE
## 4251     FALSE             0            <NA> 2022-11-29 12:56:37     FALSE
## 4252     FALSE             0      sintydavid 2022-11-29 12:56:23     FALSE
## 4253     FALSE             0            <NA> 2022-11-29 12:56:20     FALSE
## 4254     FALSE             0            <NA> 2022-11-29 12:56:19     FALSE
## 4255     FALSE             0            <NA> 2022-11-29 12:55:56     FALSE
## 4256     FALSE             0            <NA> 2022-11-29 12:55:48     FALSE
## 4257     FALSE             0            <NA> 2022-11-29 12:55:19     FALSE
## 4258     FALSE             0            <NA> 2022-11-29 12:55:14     FALSE
## 4259     FALSE             0            <NA> 2022-11-29 12:55:06     FALSE
## 4260     FALSE             0            <NA> 2022-11-29 12:54:48     FALSE
## 4261     FALSE          1218        krembeni 2022-11-29 12:54:47      TRUE
## 4262     FALSE             1            <NA> 2022-11-29 12:54:45     FALSE
## 4263     FALSE             0            <NA> 2022-11-29 12:54:34     FALSE
## 4264     FALSE             0            <NA> 2022-11-29 12:54:08     FALSE
## 4265     FALSE             0            <NA> 2022-11-29 12:53:52     FALSE
## 4266     FALSE             0            <NA> 2022-11-29 12:53:47     FALSE
## 4267     FALSE             0            <NA> 2022-11-29 12:53:46     FALSE
## 4268     FALSE             0            <NA> 2022-11-29 12:53:32     FALSE
## 4269     FALSE             1  NikkiIsUntamed 2022-11-29 12:53:32      TRUE
## 4270     FALSE             1         intutxt 2022-11-29 12:53:30     FALSE
## 4271     FALSE             0            <NA> 2022-11-29 12:53:27     FALSE
## 4272     FALSE             0       the_weind 2022-11-29 12:53:21     FALSE
## 4273     FALSE             0            <NA> 2022-11-29 12:53:17     FALSE
## 4274     FALSE             0            <NA> 2022-11-29 12:53:10     FALSE
## 4275     FALSE             0     cryptofishx 2022-11-29 12:52:48     FALSE
## 4276     FALSE             0            <NA> 2022-11-29 12:52:37     FALSE
## 4277     FALSE             0            <NA> 2022-11-29 12:52:34     FALSE
## 4278     FALSE             0  ShippersHeart_ 2022-11-29 12:52:28     FALSE
## 4279     FALSE             0            <NA> 2022-11-29 12:52:20     FALSE
## 4280     FALSE             0            <NA> 2022-11-29 12:52:11     FALSE
## 4281     FALSE             0            <NA> 2022-11-29 12:51:40     FALSE
## 4282     FALSE             0      JiteshK_JK 2022-11-29 12:51:11      TRUE
## 4283     FALSE             0            <NA> 2022-11-29 12:51:09     FALSE
## 4284     FALSE             0            <NA> 2022-11-29 12:51:07     FALSE
## 4285     FALSE             0            <NA> 2022-11-29 12:50:46     FALSE
## 4286     FALSE             0            <NA> 2022-11-29 12:50:35     FALSE
## 4287     FALSE             0            <NA> 2022-11-29 12:50:18     FALSE
## 4288     FALSE             1  BackstreetLamb 2022-11-29 12:50:16     FALSE
## 4289     FALSE             0            <NA> 2022-11-29 12:50:15     FALSE
## 4290     FALSE             0            <NA> 2022-11-29 12:50:08     FALSE
## 4291     FALSE             0            <NA> 2022-11-29 12:49:56     FALSE
## 4292     FALSE             1           LrJKB 2022-11-29 12:49:49     FALSE
## 4293     FALSE             1     bbius_luver 2022-11-29 12:49:38     FALSE
## 4294     FALSE             0            <NA> 2022-11-29 12:49:18     FALSE
## 4295     FALSE             0            <NA> 2022-11-29 12:49:03     FALSE
## 4296     FALSE             0            <NA> 2022-11-29 12:48:55     FALSE
## 4297     FALSE             0            <NA> 2022-11-29 12:48:49     FALSE
## 4298     FALSE             1            <NA> 2022-11-29 12:48:49     FALSE
## 4299     FALSE             0            <NA> 2022-11-29 12:48:33     FALSE
## 4300     FALSE             0            <NA> 2022-11-29 12:48:25     FALSE
## 4301     FALSE             0            <NA> 2022-11-29 12:48:13     FALSE
## 4302     FALSE             0            <NA> 2022-11-29 12:48:13     FALSE
## 4303     FALSE             0            <NA> 2022-11-29 12:48:09     FALSE
## 4304     FALSE            53            <NA> 2022-11-29 12:47:47      TRUE
## 4305     FALSE             0            <NA> 2022-11-29 12:47:40     FALSE
## 4306     FALSE             0            <NA> 2022-11-29 12:47:02     FALSE
## 4307     FALSE             0            <NA> 2022-11-29 12:47:00     FALSE
## 4308     FALSE             0            <NA> 2022-11-29 12:46:32     FALSE
## 4309     FALSE             3            <NA> 2022-11-29 12:46:23      TRUE
## 4310     FALSE             0            <NA> 2022-11-29 12:46:13     FALSE
## 4311     FALSE             0            <NA> 2022-11-29 12:46:11     FALSE
## 4312     FALSE             0            <NA> 2022-11-29 12:46:00     FALSE
## 4313     FALSE             0            <NA> 2022-11-29 12:45:57     FALSE
## 4314     FALSE             0            <NA> 2022-11-29 12:45:56      TRUE
## 4315     FALSE             0            <NA> 2022-11-29 12:45:56     FALSE
## 4316     FALSE             0            <NA> 2022-11-29 12:45:54     FALSE
## 4317     FALSE             0            <NA> 2022-11-29 12:45:45     FALSE
## 4318     FALSE             0       BUB_BL_ES 2022-11-29 12:45:42      TRUE
## 4319     FALSE             0            <NA> 2022-11-29 12:45:25     FALSE
## 4320     FALSE             0            <NA> 2022-11-29 12:45:11     FALSE
## 4321     FALSE             0   biotech_moose 2022-11-29 12:45:10      TRUE
## 4322     FALSE             1        deltrems 2022-11-29 12:44:48     FALSE
## 4323     FALSE             0            <NA> 2022-11-29 12:44:37     FALSE
## 4324     FALSE             0            <NA> 2022-11-29 12:44:17     FALSE
## 4325     FALSE             0        ddeurama 2022-11-29 12:44:02     FALSE
## 4326     FALSE             0            <NA> 2022-11-29 12:43:47     FALSE
## 4327     FALSE             4     KateSwaffer 2022-11-29 12:43:44      TRUE
## 4328     FALSE            93        butakkhe 2022-11-29 12:43:31      TRUE
## 4329     FALSE             0            <NA> 2022-11-29 12:43:22     FALSE
## 4330     FALSE             1    Congelatoreh 2022-11-29 12:43:08     FALSE
## 4331     FALSE             0            <NA> 2022-11-29 12:43:03     FALSE
## 4332     FALSE             0            <NA> 2022-11-29 12:42:57     FALSE
## 4333     FALSE             0            <NA> 2022-11-29 12:42:52     FALSE
## 4334     FALSE             2 songxiaomarried 2022-11-29 12:42:51     FALSE
## 4335     FALSE             1      Apoireau02 2022-11-29 12:42:49     FALSE
## 4336     FALSE             2            <NA> 2022-11-29 12:42:48      TRUE
## 4337     FALSE             0            <NA> 2022-11-29 12:42:17      TRUE
## 4338     FALSE             0            <NA> 2022-11-29 12:42:16     FALSE
## 4339     FALSE             0            <NA> 2022-11-29 12:41:43     FALSE
## 4340     FALSE             0 GoldenJKUnivers 2022-11-29 12:40:53      TRUE
## 4341     FALSE             0            <NA> 2022-11-29 12:40:51     FALSE
## 4342     FALSE             0            <NA> 2022-11-29 12:40:49     FALSE
## 4343     FALSE             0            <NA> 2022-11-29 12:40:40     FALSE
## 4344     FALSE             0            <NA> 2022-11-29 12:40:37     FALSE
## 4345     FALSE             0            <NA> 2022-11-29 12:40:35     FALSE
## 4346     FALSE             0 GoldenJKUnivers 2022-11-29 12:40:34      TRUE
## 4347     FALSE             0            <NA> 2022-11-29 12:40:27     FALSE
## 4348     FALSE             0            <NA> 2022-11-29 12:40:14     FALSE
## 4349     FALSE             0            <NA> 2022-11-29 12:40:01     FALSE
## 4350     FALSE             0            <NA> 2022-11-29 12:39:49     FALSE
## 4351     FALSE             0     97SARCHIVES 2022-11-29 12:39:47      TRUE
## 4352     FALSE             0            <NA> 2022-11-29 12:39:32     FALSE
## 4353     FALSE             0            <NA> 2022-11-29 12:39:28     FALSE
## 4354     FALSE             0  Jk_trend_songs 2022-11-29 12:39:26      TRUE
## 4355     FALSE             0            <NA> 2022-11-29 12:39:23     FALSE
## 4356     FALSE             2      CTighfield 2022-11-29 12:39:11      TRUE
## 4357     FALSE             0   JJKMILLIONDOL 2022-11-29 12:39:09      TRUE
## 4358     FALSE             0       _RapperJK 2022-11-29 12:38:45      TRUE
## 4359     FALSE             0            <NA> 2022-11-29 12:38:40     FALSE
## 4360     FALSE             0            <NA> 2022-11-29 12:38:39     FALSE
## 4361     FALSE             0  jungkooktrends 2022-11-29 12:38:29      TRUE
## 4362     FALSE             0 stussyjjungkook 2022-11-29 12:38:12      TRUE
## 4363     FALSE             0            <NA> 2022-11-29 12:38:09     FALSE
## 4364     FALSE             1 GeorgeCochrane1 2022-11-29 12:38:06      TRUE
## 4365     FALSE             0            <NA> 2022-11-29 12:37:53     FALSE
## 4366     FALSE             0            <NA> 2022-11-29 12:37:48     FALSE
## 4367     FALSE             2       janelhops 2022-11-29 12:37:44      TRUE
## 4368     FALSE             0            <NA> 2022-11-29 12:37:38     FALSE
## 4369     FALSE            27            <NA> 2022-11-29 12:37:18     FALSE
## 4370     FALSE             0      neiImobiIe 2022-11-29 12:37:12      TRUE
## 4371     FALSE             0            <NA> 2022-11-29 12:36:40     FALSE
## 4372     FALSE             0            <NA> 2022-11-29 12:36:24     FALSE
## 4373     FALSE             0            <NA> 2022-11-29 12:36:10     FALSE
## 4374     FALSE             0            <NA> 2022-11-29 12:36:06     FALSE
## 4375     FALSE             0            <NA> 2022-11-29 12:36:06     FALSE
## 4376     FALSE             0            <NA> 2022-11-29 12:36:02     FALSE
## 4377     FALSE             0            <NA> 2022-11-29 12:35:57     FALSE
## 4378     FALSE             0            <NA> 2022-11-29 12:35:55     FALSE
## 4379     FALSE             0            <NA> 2022-11-29 12:35:54     FALSE
## 4380     FALSE             0            <NA> 2022-11-29 12:35:46     FALSE
## 4381     FALSE             3       hey_aanne 2022-11-29 12:35:42      TRUE
## 4382     FALSE             0            <NA> 2022-11-29 12:35:30     FALSE
## 4383     FALSE             0            <NA> 2022-11-29 12:35:29     FALSE
## 4384     FALSE             3            <NA> 2022-11-29 12:35:26      TRUE
## 4385     FALSE             0            <NA> 2022-11-29 12:35:11     FALSE
## 4386     FALSE             0            <NA> 2022-11-29 12:35:11     FALSE
## 4387     FALSE             0            <NA> 2022-11-29 12:35:03     FALSE
## 4388     FALSE             0            <NA> 2022-11-29 12:34:55     FALSE
## 4389     FALSE             4            <NA> 2022-11-29 12:34:11     FALSE
## 4390     FALSE             0            <NA> 2022-11-29 12:34:01     FALSE
## 4391     FALSE             0            <NA> 2022-11-29 12:33:58     FALSE
## 4392     FALSE             0            <NA> 2022-11-29 12:33:39     FALSE
## 4393     FALSE             0            <NA> 2022-11-29 12:33:25     FALSE
## 4394     FALSE             0            <NA> 2022-11-29 12:33:25     FALSE
## 4395     FALSE             0            <NA> 2022-11-29 12:33:22     FALSE
## 4396     FALSE             0            <NA> 2022-11-29 12:33:19     FALSE
## 4397     FALSE             0            <NA> 2022-11-29 12:33:18     FALSE
## 4398     FALSE             0            <NA> 2022-11-29 12:33:16     FALSE
## 4399     FALSE             5            <NA> 2022-11-29 12:32:59      TRUE
## 4400     FALSE             0            <NA> 2022-11-29 12:32:50     FALSE
## 4401     FALSE             0            <NA> 2022-11-29 12:32:37     FALSE
## 4402     FALSE            13            <NA> 2022-11-29 12:32:27     FALSE
## 4403     FALSE             0            <NA> 2022-11-29 12:32:21     FALSE
## 4404     FALSE             0            <NA> 2022-11-29 12:32:09     FALSE
## 4405     FALSE             1 RobertL12227849 2022-11-29 12:32:09     FALSE
## 4406     FALSE             0            <NA> 2022-11-29 12:32:05      TRUE
## 4407     FALSE             0            <NA> 2022-11-29 12:31:58     FALSE
## 4408     FALSE             1            <NA> 2022-11-29 12:31:48     FALSE
## 4409     FALSE             0            <NA> 2022-11-29 12:31:40     FALSE
## 4410     FALSE             0            <NA> 2022-11-29 12:31:36     FALSE
## 4411     FALSE             1       nagrom_bl 2022-11-29 12:31:26     FALSE
## 4412     FALSE             0            <NA> 2022-11-29 12:31:24     FALSE
## 4413     FALSE             0            <NA> 2022-11-29 12:31:22     FALSE
## 4414     FALSE             0            <NA> 2022-11-29 12:31:12     FALSE
## 4415     FALSE             0            <NA> 2022-11-29 12:31:04     FALSE
## 4416     FALSE             0            <NA> 2022-11-29 12:30:41     FALSE
## 4417     FALSE             0            <NA> 2022-11-29 12:30:40     FALSE
## 4418     FALSE             0            <NA> 2022-11-29 12:30:39     FALSE
## 4419     FALSE             0            <NA> 2022-11-29 12:30:35     FALSE
## 4420     FALSE             0            <NA> 2022-11-29 12:30:34     FALSE
## 4421     FALSE             0            <NA> 2022-11-29 12:30:22     FALSE
## 4422     FALSE             0            <NA> 2022-11-29 12:30:21     FALSE
## 4423     FALSE             0            <NA> 2022-11-29 12:30:17     FALSE
## 4424     FALSE             0            <NA> 2022-11-29 12:30:16     FALSE
## 4425     FALSE             0            <NA> 2022-11-29 12:30:10      TRUE
## 4426     FALSE             0            <NA> 2022-11-29 12:30:01     FALSE
## 4427     FALSE             2         Mone_fb 2022-11-29 12:29:51     FALSE
## 4428     FALSE             0            <NA> 2022-11-29 12:29:28     FALSE
## 4429     FALSE             0            <NA> 2022-11-29 12:29:18     FALSE
## 4430     FALSE             0            <NA> 2022-11-29 12:28:33     FALSE
## 4431     FALSE             0            <NA> 2022-11-29 12:28:03     FALSE
## 4432     FALSE             0            <NA> 2022-11-29 12:27:54      TRUE
## 4433     FALSE             0            <NA> 2022-11-29 12:27:51     FALSE
## 4434     FALSE             0            <NA> 2022-11-29 12:27:35     FALSE
## 4435     FALSE             0            <NA> 2022-11-29 12:27:33     FALSE
## 4436     FALSE             0       Stixx1979 2022-11-29 12:27:20     FALSE
## 4437     FALSE             0            <NA> 2022-11-29 12:27:18     FALSE
## 4438     FALSE             2  memorymagesimp 2022-11-29 12:27:15     FALSE
## 4439     FALSE             1     YOUGONFlNNA 2022-11-29 12:27:06     FALSE
## 4440     FALSE             0            <NA> 2022-11-29 12:26:58     FALSE
## 4441     FALSE             0            <NA> 2022-11-29 12:26:55     FALSE
## 4442     FALSE             0            <NA> 2022-11-29 12:26:12     FALSE
## 4443     FALSE             0            <NA> 2022-11-29 12:25:46     FALSE
## 4444     FALSE             2            <NA> 2022-11-29 12:25:40     FALSE
## 4445     FALSE            76            <NA> 2022-11-29 12:25:26      TRUE
## 4446     FALSE             5            <NA> 2022-11-29 12:25:22     FALSE
## 4447     FALSE             0            <NA> 2022-11-29 12:24:57     FALSE
## 4448     FALSE             4            <NA> 2022-11-29 12:24:51      TRUE
## 4449     FALSE             0            <NA> 2022-11-29 12:24:44     FALSE
## 4450     FALSE             0            <NA> 2022-11-29 12:24:24     FALSE
## 4451     FALSE             0            <NA> 2022-11-29 12:23:57     FALSE
## 4452     FALSE             1        SavaS21_ 2022-11-29 12:23:56     FALSE
## 4453     FALSE             0            <NA> 2022-11-29 12:23:35     FALSE
## 4454     FALSE             0            <NA> 2022-11-29 12:23:24     FALSE
## 4455     FALSE             0            <NA> 2022-11-29 12:22:31     FALSE
## 4456     FALSE            78            <NA> 2022-11-29 12:22:18     FALSE
## 4457     FALSE             0            <NA> 2022-11-29 12:22:08     FALSE
## 4458     FALSE             1       khalidx7i 2022-11-29 12:21:53     FALSE
## 4459     FALSE             0            <NA> 2022-11-29 12:21:40     FALSE
## 4460     FALSE             0            <NA> 2022-11-29 12:21:35     FALSE
## 4461     FALSE             0            <NA> 2022-11-29 12:21:30     FALSE
## 4462     FALSE             0            <NA> 2022-11-29 12:21:16     FALSE
## 4463     FALSE             0            <NA> 2022-11-29 12:21:09     FALSE
## 4464     FALSE             0            <NA> 2022-11-29 12:21:08     FALSE
## 4465     FALSE             0            <NA> 2022-11-29 12:21:06     FALSE
## 4466     FALSE             0            <NA> 2022-11-29 12:20:59     FALSE
## 4467     FALSE             0            <NA> 2022-11-29 12:20:41     FALSE
## 4468     FALSE             0            <NA> 2022-11-29 12:20:37     FALSE
## 4469     FALSE             0            <NA> 2022-11-29 12:20:26     FALSE
## 4470     FALSE             0            <NA> 2022-11-29 12:20:17     FALSE
## 4471     FALSE             0      lockeyshit 2022-11-29 12:20:01     FALSE
## 4472     FALSE             0            <NA> 2022-11-29 12:19:52     FALSE
## 4473     FALSE             0            <NA> 2022-11-29 12:19:48     FALSE
## 4474     FALSE             0            <NA> 2022-11-29 12:19:43     FALSE
## 4475     FALSE             0       SugoiLITE 2022-11-29 12:19:40     FALSE
## 4476     FALSE             5         jikseuz 2022-11-29 12:19:38      TRUE
## 4477     FALSE             6            <NA> 2022-11-29 12:19:37      TRUE
## 4478     FALSE             0            <NA> 2022-11-29 12:19:34     FALSE
## 4479     FALSE             0            <NA> 2022-11-29 12:19:31     FALSE
## 4480     FALSE             4      AdzTheMadz 2022-11-29 12:19:30      TRUE
## 4481     FALSE             0            <NA> 2022-11-29 12:19:26     FALSE
## 4482     FALSE            11            <NA> 2022-11-29 12:18:36      TRUE
## 4483     FALSE             0            <NA> 2022-11-29 12:18:35     FALSE
## 4484     FALSE             0            <NA> 2022-11-29 12:18:30     FALSE
## 4485     FALSE             0            <NA> 2022-11-29 12:18:29     FALSE
## 4486     FALSE             0            <NA> 2022-11-29 12:18:26     FALSE
## 4487     FALSE             0            <NA> 2022-11-29 12:18:22     FALSE
## 4488     FALSE             0            <NA> 2022-11-29 12:18:11      TRUE
## 4489     FALSE             0            <NA> 2022-11-29 12:18:02     FALSE
## 4490     FALSE             0            <NA> 2022-11-29 12:17:34     FALSE
## 4491     FALSE             0            <NA> 2022-11-29 12:17:19     FALSE
## 4492     FALSE             0            <NA> 2022-11-29 12:17:16     FALSE
## 4493     FALSE             0            <NA> 2022-11-29 12:17:15     FALSE
## 4494     FALSE             0            <NA> 2022-11-29 12:16:46     FALSE
## 4495     FALSE             0            <NA> 2022-11-29 12:16:36     FALSE
## 4496     FALSE             4     5fruityb0yZ 2022-11-29 12:16:34     FALSE
## 4497     FALSE             1        BLcritic 2022-11-29 12:16:27     FALSE
## 4498     FALSE             0            <NA> 2022-11-29 12:16:01     FALSE
## 4499     FALSE             0            <NA> 2022-11-29 12:15:51     FALSE
## 4500     FALSE             0            <NA> 2022-11-29 12:15:38     FALSE
## 4501     FALSE             0            <NA> 2022-11-29 12:15:20     FALSE
## 4502     FALSE             0            <NA> 2022-11-29 12:15:14      TRUE
## 4503     FALSE             0            <NA> 2022-11-29 12:15:02     FALSE
## 4504     FALSE             0            <NA> 2022-11-29 12:14:28     FALSE
## 4505     FALSE             0            <NA> 2022-11-29 12:14:24     FALSE
## 4506     FALSE             0     sruz_bustle 2022-11-29 12:13:58     FALSE
## 4507     FALSE             0            <NA> 2022-11-29 12:13:56     FALSE
## 4508     FALSE             4            <NA> 2022-11-29 12:13:51      TRUE
## 4509     FALSE             0            <NA> 2022-11-29 12:13:12     FALSE
## 4510     FALSE             0            <NA> 2022-11-29 12:12:58     FALSE
## 4511     FALSE             2            <NA> 2022-11-29 12:12:50     FALSE
## 4512     FALSE             1            <NA> 2022-11-29 12:12:29      TRUE
## 4513     FALSE             0            <NA> 2022-11-29 12:12:22     FALSE
## 4514     FALSE             0            <NA> 2022-11-29 12:12:16     FALSE
## 4515     FALSE             0            <NA> 2022-11-29 12:12:15     FALSE
## 4516     FALSE             0            <NA> 2022-11-29 12:11:38     FALSE
## 4517     FALSE             0            <NA> 2022-11-29 12:11:26     FALSE
## 4518     FALSE             0      iMiaSanMia 2022-11-29 12:11:23     FALSE
## 4519     FALSE             0            <NA> 2022-11-29 12:11:10     FALSE
## 4520     FALSE             0            <NA> 2022-11-29 12:11:08     FALSE
## 4521     FALSE             0            <NA> 2022-11-29 12:11:04     FALSE
## 4522     FALSE             0            <NA> 2022-11-29 12:11:00     FALSE
## 4523     FALSE             8            <NA> 2022-11-29 12:10:58     FALSE
## 4524     FALSE             0            <NA> 2022-11-29 12:10:51     FALSE
## 4525     FALSE             0            <NA> 2022-11-29 12:10:49     FALSE
## 4526     FALSE             0            <NA> 2022-11-29 12:10:48     FALSE
## 4527     FALSE             0            <NA> 2022-11-29 12:10:32     FALSE
## 4528     FALSE             0            <NA> 2022-11-29 12:10:30     FALSE
## 4529     FALSE            11            <NA> 2022-11-29 12:10:03      TRUE
## 4530     FALSE             0            <NA> 2022-11-29 12:09:40     FALSE
## 4531     FALSE             0            <NA> 2022-11-29 12:09:35     FALSE
## 4532     FALSE             0    soonshimcart 2022-11-29 12:09:31      TRUE
## 4533     FALSE             8            <NA> 2022-11-29 12:09:28      TRUE
## 4534     FALSE             0            <NA> 2022-11-29 12:09:23     FALSE
## 4535     FALSE             0            <NA> 2022-11-29 12:09:18     FALSE
## 4536     FALSE             0        Cocolh44 2022-11-29 12:08:59     FALSE
## 4537     FALSE             0            <NA> 2022-11-29 12:08:49     FALSE
## 4538     FALSE             1            <NA> 2022-11-29 12:08:48      TRUE
## 4539     FALSE             0            <NA> 2022-11-29 12:08:46     FALSE
## 4540     FALSE             0            <NA> 2022-11-29 12:08:02     FALSE
## 4541     FALSE             0            <NA> 2022-11-29 12:07:59     FALSE
## 4542     FALSE             4            <NA> 2022-11-29 12:07:57      TRUE
## 4543     FALSE             0            <NA> 2022-11-29 12:07:48     FALSE
## 4544     FALSE             0            <NA> 2022-11-29 12:07:47     FALSE
## 4545     FALSE             0            <NA> 2022-11-29 12:07:36     FALSE
## 4546     FALSE             0            <NA> 2022-11-29 12:07:29     FALSE
## 4547     FALSE             0            <NA> 2022-11-29 12:07:23     FALSE
## 4548     FALSE             0            <NA> 2022-11-29 12:07:23     FALSE
## 4549     FALSE             1            <NA> 2022-11-29 12:07:22     FALSE
## 4550     FALSE             9            <NA> 2022-11-29 12:06:40     FALSE
## 4551     FALSE             0            <NA> 2022-11-29 12:06:23     FALSE
## 4552     FALSE             0            <NA> 2022-11-29 12:06:22     FALSE
## 4553     FALSE             0            <NA> 2022-11-29 12:06:08     FALSE
## 4554     FALSE             0            <NA> 2022-11-29 12:06:05      TRUE
## 4555     FALSE             0            <NA> 2022-11-29 12:05:48     FALSE
## 4556     FALSE             0            <NA> 2022-11-29 12:05:10     FALSE
## 4557     FALSE             0            <NA> 2022-11-29 12:05:09     FALSE
## 4558     FALSE             0            <NA> 2022-11-29 12:05:00     FALSE
## 4559     FALSE             0            <NA> 2022-11-29 12:04:40     FALSE
## 4560     FALSE            13 Harvest93573301 2022-11-29 12:04:34      TRUE
## 4561     FALSE             0            <NA> 2022-11-29 12:04:20     FALSE
## 4562     FALSE             2         Mone_fb 2022-11-29 12:04:01     FALSE
## 4563     FALSE             0            <NA> 2022-11-29 12:03:59     FALSE
## 4564     FALSE             0            <NA> 2022-11-29 12:03:37     FALSE
## 4565     FALSE             0    BLUPDATE2022 2022-11-29 12:02:44     FALSE
## 4566     FALSE             0            <NA> 2022-11-29 12:02:30     FALSE
## 4567     FALSE             0            <NA> 2022-11-29 12:02:30     FALSE
## 4568     FALSE             0        aakareda 2022-11-29 12:02:21     FALSE
## 4569     FALSE             5            <NA> 2022-11-29 12:01:54      TRUE
## 4570     FALSE             1            <NA> 2022-11-29 12:01:51     FALSE
## 4571     FALSE             0            <NA> 2022-11-29 12:01:45     FALSE
## 4572     FALSE             0            <NA> 2022-11-29 12:01:45     FALSE
## 4573     FALSE             0            <NA> 2022-11-29 12:01:40     FALSE
## 4574     FALSE             0            <NA> 2022-11-29 12:01:37     FALSE
## 4575     FALSE             3  RealTimeNews10 2022-11-29 12:01:36      TRUE
## 4576     FALSE             0            <NA> 2022-11-29 12:01:19     FALSE
## 4577     FALSE             0            <NA> 2022-11-29 12:00:34     FALSE
## 4578     FALSE             0    kwonjaehyuk_ 2022-11-29 12:00:07     FALSE
## 4579     FALSE             4            <NA> 2022-11-29 12:00:03      TRUE
## 4580     FALSE             0            <NA> 2022-11-29 12:00:01     FALSE
## 4581     FALSE             0            <NA> 2022-11-29 11:59:53     FALSE
## 4582     FALSE             0            <NA> 2022-11-29 11:59:09     FALSE
## 4583     FALSE             4         Mone_fb 2022-11-29 11:58:49     FALSE
## 4584     FALSE             3            <NA> 2022-11-29 11:58:37     FALSE
## 4585     FALSE             0            <NA> 2022-11-29 11:58:03     FALSE
## 4586     FALSE             0            <NA> 2022-11-29 11:57:56     FALSE
## 4587     FALSE             0            <NA> 2022-11-29 11:57:34     FALSE
## 4588     FALSE             0            <NA> 2022-11-29 11:57:31     FALSE
## 4589     FALSE             0            <NA> 2022-11-29 11:57:13     FALSE
## 4590     FALSE             0            <NA> 2022-11-29 11:57:09      TRUE
## 4591     FALSE             0            <NA> 2022-11-29 11:56:57     FALSE
## 4592     FALSE             0            <NA> 2022-11-29 11:56:50     FALSE
## 4593     FALSE             0            <NA> 2022-11-29 11:56:35     FALSE
## 4594     FALSE             0            <NA> 2022-11-29 11:56:32     FALSE
## 4595     FALSE             0            <NA> 2022-11-29 11:56:26     FALSE
## 4596     FALSE             0            <NA> 2022-11-29 11:56:11     FALSE
## 4597     FALSE            61 di3tcoladrinker 2022-11-29 11:55:44      TRUE
## 4598     FALSE             0            <NA> 2022-11-29 11:55:35     FALSE
## 4599     FALSE             4         Mone_fb 2022-11-29 11:55:27     FALSE
## 4600     FALSE             0            <NA> 2022-11-29 11:55:02     FALSE
## 4601     FALSE             1            <NA> 2022-11-29 11:54:59     FALSE
## 4602     FALSE             0            <NA> 2022-11-29 11:54:45     FALSE
## 4603     FALSE             0            <NA> 2022-11-29 11:54:28     FALSE
## 4604     FALSE             1     Cock_Robin1 2022-11-29 11:54:24      TRUE
## 4605     FALSE             0            <NA> 2022-11-29 11:54:08     FALSE
## 4606     FALSE             0            <NA> 2022-11-29 11:53:58     FALSE
## 4607     FALSE             0            <NA> 2022-11-29 11:53:57     FALSE
## 4608     FALSE             0        dikookue 2022-11-29 11:53:33      TRUE
## 4609     FALSE             0            <NA> 2022-11-29 11:53:28     FALSE
## 4610     FALSE             9            <NA> 2022-11-29 11:52:07     FALSE
## 4611     FALSE             0            <NA> 2022-11-29 11:51:42     FALSE
## 4612     FALSE             0            <NA> 2022-11-29 11:51:15     FALSE
## 4613     FALSE             0            <NA> 2022-11-29 11:51:15     FALSE
## 4614     FALSE           158            <NA> 2022-11-29 11:51:13      TRUE
## 4615     FALSE             7            <NA> 2022-11-29 11:51:08     FALSE
## 4616     FALSE             0            <NA> 2022-11-29 11:51:03     FALSE
## 4617     FALSE             0            <NA> 2022-11-29 11:51:01     FALSE
## 4618     FALSE             8            <NA> 2022-11-29 11:50:59      TRUE
## 4619     FALSE             0    Theunnamed_S 2022-11-29 11:50:58     FALSE
## 4620     FALSE            53            <NA> 2022-11-29 11:50:44      TRUE
## 4621     FALSE             0            <NA> 2022-11-29 11:50:38     FALSE
## 4622     FALSE             0            <NA> 2022-11-29 11:50:26      TRUE
## 4623     FALSE             0            <NA> 2022-11-29 11:50:17     FALSE
## 4624     FALSE             0            <NA> 2022-11-29 11:50:07     FALSE
## 4625     FALSE             0            <NA> 2022-11-29 11:50:00     FALSE
## 4626     FALSE             0            <NA> 2022-11-29 11:49:50     FALSE
## 4627     FALSE            36            <NA> 2022-11-29 11:49:44      TRUE
## 4628     FALSE             0       lethia_bl 2022-11-29 11:49:38     FALSE
## 4629     FALSE             0            <NA> 2022-11-29 11:49:37     FALSE
## 4630     FALSE             0            <NA> 2022-11-29 11:49:19     FALSE
## 4631     FALSE             0            <NA> 2022-11-29 11:48:57     FALSE
## 4632     FALSE             0            <NA> 2022-11-29 11:48:53     FALSE
## 4633     FALSE             0            <NA> 2022-11-29 11:48:52     FALSE
## 4634     FALSE             0            <NA> 2022-11-29 11:48:50     FALSE
## 4635     FALSE             0            <NA> 2022-11-29 11:48:34     FALSE
## 4636     FALSE             0            <NA> 2022-11-29 11:48:28     FALSE
## 4637     FALSE             0            <NA> 2022-11-29 11:48:25     FALSE
## 4638     FALSE             0            <NA> 2022-11-29 11:48:21      TRUE
## 4639     FALSE             0            <NA> 2022-11-29 11:48:17     FALSE
## 4640     FALSE             2   LoriLightfoot 2022-11-29 11:48:15     FALSE
## 4641     FALSE             0            <NA> 2022-11-29 11:48:08     FALSE
## 4642     FALSE             0            <NA> 2022-11-29 11:48:08     FALSE
## 4643     FALSE            65            <NA> 2022-11-29 11:47:55      TRUE
## 4644     FALSE             0            <NA> 2022-11-29 11:47:45     FALSE
## 4645     FALSE             0            <NA> 2022-11-29 11:47:45     FALSE
## 4646     FALSE             0            <NA> 2022-11-29 11:47:16     FALSE
## 4647     FALSE            35            <NA> 2022-11-29 11:47:07     FALSE
## 4648     FALSE            19      vampforkoo 2022-11-29 11:47:02      TRUE
## 4649     FALSE             0            <NA> 2022-11-29 11:46:58     FALSE
## 4650     FALSE             1          xuenay 2022-11-29 11:46:52     FALSE
## 4651     FALSE             0            <NA> 2022-11-29 11:46:36     FALSE
## 4652     FALSE             0            <NA> 2022-11-29 11:46:24     FALSE
## 4653     FALSE             0          fms_fr 2022-11-29 11:45:51     FALSE
## 4654     FALSE             0            <NA> 2022-11-29 11:45:50     FALSE
## 4655     FALSE             0            <NA> 2022-11-29 11:45:39     FALSE
## 4656     FALSE             0            <NA> 2022-11-29 11:45:31     FALSE
## 4657     FALSE             0            <NA> 2022-11-29 11:45:27     FALSE
## 4658     FALSE             0            <NA> 2022-11-29 11:45:17     FALSE
## 4659     FALSE             0            <NA> 2022-11-29 11:44:42     FALSE
## 4660     FALSE             0            <NA> 2022-11-29 11:44:42     FALSE
## 4661     FALSE             1         youazz7 2022-11-29 11:44:27      TRUE
## 4662     FALSE             0            <NA> 2022-11-29 11:44:04     FALSE
## 4663     FALSE             0    bitgetglobal 2022-11-29 11:44:03     FALSE
## 4664     FALSE             0            <NA> 2022-11-29 11:43:57     FALSE
## 4665     FALSE             0            <NA> 2022-11-29 11:43:54     FALSE
## 4666     FALSE             0            <NA> 2022-11-29 11:43:50     FALSE
## 4667     FALSE             1            <NA> 2022-11-29 11:43:14     FALSE
## 4668     FALSE            26            <NA> 2022-11-29 11:43:01     FALSE
## 4669     FALSE             0            <NA> 2022-11-29 11:43:01     FALSE
## 4670     FALSE             0            <NA> 2022-11-29 11:42:57     FALSE
## 4671     FALSE             1         tsk_ksy 2022-11-29 11:42:45      TRUE
## 4672     FALSE             0            <NA> 2022-11-29 11:42:41     FALSE
## 4673     FALSE             0            <NA> 2022-11-29 11:42:39     FALSE
## 4674     FALSE             0            <NA> 2022-11-29 11:42:39     FALSE
## 4675     FALSE             0            <NA> 2022-11-29 11:42:25     FALSE
## 4676     FALSE             0            <NA> 2022-11-29 11:42:21     FALSE
## 4677     FALSE             0            <NA> 2022-11-29 11:42:11     FALSE
## 4678     FALSE             0            <NA> 2022-11-29 11:41:49     FALSE
## 4679     FALSE             0            <NA> 2022-11-29 11:41:37     FALSE
## 4680     FALSE             0            <NA> 2022-11-29 11:41:18     FALSE
## 4681     FALSE             0            <NA> 2022-11-29 11:41:08     FALSE
## 4682     FALSE             0            <NA> 2022-11-29 11:41:04     FALSE
## 4683     FALSE             0            <NA> 2022-11-29 11:41:00     FALSE
## 4684     FALSE             1   JoeAtWaitrose 2022-11-29 11:40:52     FALSE
## 4685     FALSE             4            <NA> 2022-11-29 11:40:43     FALSE
## 4686     FALSE             0            <NA> 2022-11-29 11:40:34     FALSE
## 4687     FALSE             0            <NA> 2022-11-29 11:40:22     FALSE
## 4688     FALSE             0      Cocatee123 2022-11-29 11:39:53     FALSE
## 4689     FALSE             0            <NA> 2022-11-29 11:39:38     FALSE
## 4690     FALSE             0            <NA> 2022-11-29 11:39:37     FALSE
## 4691     FALSE             3       beansxooo 2022-11-29 11:39:33     FALSE
## 4692     FALSE             3  AdamRutherford 2022-11-29 11:38:56     FALSE
## 4693     FALSE             0            <NA> 2022-11-29 11:38:56     FALSE
## 4694     FALSE             0            <NA> 2022-11-29 11:38:48     FALSE
## 4695     FALSE             1            <NA> 2022-11-29 11:38:47      TRUE
## 4696     FALSE             0            <NA> 2022-11-29 11:38:30     FALSE
## 4697     FALSE             0            <NA> 2022-11-29 11:38:29      TRUE
## 4698     FALSE           128            <NA> 2022-11-29 11:38:22     FALSE
## 4699     FALSE             0            <NA> 2022-11-29 11:38:09     FALSE
## 4700     FALSE             1          LHS_B4 2022-11-29 11:37:49     FALSE
## 4701     FALSE             0            <NA> 2022-11-29 11:37:37     FALSE
## 4702     FALSE             0            <NA> 2022-11-29 11:37:29     FALSE
## 4703     FALSE            14     ReviewsNana 2022-11-29 11:37:18      TRUE
## 4704     FALSE             2            <NA> 2022-11-29 11:37:16     FALSE
## 4705     FALSE             0            <NA> 2022-11-29 11:37:06      TRUE
## 4706     FALSE             0            <NA> 2022-11-29 11:36:42      TRUE
## 4707     FALSE             0            <NA> 2022-11-29 11:36:25     FALSE
## 4708     FALSE             0            <NA> 2022-11-29 11:36:11      TRUE
## 4709     FALSE             0            <NA> 2022-11-29 11:35:56      TRUE
## 4710     FALSE             0            <NA> 2022-11-29 11:35:52     FALSE
## 4711     FALSE             0      DoctorSam7 2022-11-29 11:35:44      TRUE
## 4712     FALSE             0            <NA> 2022-11-29 11:35:07     FALSE
## 4713     FALSE             0            <NA> 2022-11-29 11:34:59     FALSE
## 4714     FALSE             0         Mahckss 2022-11-29 11:34:56     FALSE
## 4715     FALSE             0    Senpai_Emman 2022-11-29 11:34:43      TRUE
## 4716     FALSE             0       SugoiLITE 2022-11-29 11:34:41     FALSE
## 4717     FALSE             0    Senpai_Emman 2022-11-29 11:34:40      TRUE
## 4718     FALSE             0       lethia_bl 2022-11-29 11:34:35     FALSE
## 4719     FALSE             0            <NA> 2022-11-29 11:34:28     FALSE
## 4720     FALSE             1            <NA> 2022-11-29 11:34:26      TRUE
## 4721     FALSE             0            <NA> 2022-11-29 11:34:09     FALSE
## 4722     FALSE             0            <NA> 2022-11-29 11:34:01     FALSE
## 4723     FALSE             0            <NA> 2022-11-29 11:33:52     FALSE
## 4724     FALSE             0            <NA> 2022-11-29 11:33:32     FALSE
## 4725     FALSE             2         joynxyz 2022-11-29 11:33:26     FALSE
## 4726     FALSE             0            <NA> 2022-11-29 11:33:21     FALSE
## 4727     FALSE             0            <NA> 2022-11-29 11:33:19     FALSE
## 4728     FALSE             0            <NA> 2022-11-29 11:33:13     FALSE
## 4729     FALSE             0            <NA> 2022-11-29 11:33:01     FALSE
## 4730     FALSE             2            <NA> 2022-11-29 11:32:16     FALSE
## 4731     FALSE            25            <NA> 2022-11-29 11:32:00     FALSE
## 4732     FALSE             0            <NA> 2022-11-29 11:31:53     FALSE
## 4733     FALSE             0            <NA> 2022-11-29 11:31:32     FALSE
## 4734     FALSE             0            <NA> 2022-11-29 11:31:22     FALSE
## 4735     FALSE             1   filter_summer 2022-11-29 11:31:10      TRUE
## 4736     FALSE             0       Agre_Sora 2022-11-29 11:31:10      TRUE
## 4737     FALSE             0            <NA> 2022-11-29 11:31:02     FALSE
## 4738     FALSE             0       lethia_bl 2022-11-29 11:31:02     FALSE
## 4739     FALSE             0            <NA> 2022-11-29 11:30:48     FALSE
## 4740     FALSE             0       lethia_bl 2022-11-29 11:30:45     FALSE
## 4741     FALSE             0       lethia_bl 2022-11-29 11:30:31     FALSE
## 4742     FALSE             0            <NA> 2022-11-29 11:30:30     FALSE
## 4743     FALSE             0            <NA> 2022-11-29 11:30:24      TRUE
## 4744     FALSE             0      ShefVaidya 2022-11-29 11:30:21      TRUE
## 4745     FALSE             0            <NA> 2022-11-29 11:30:18     FALSE
## 4746     FALSE             0       lethia_bl 2022-11-29 11:30:13     FALSE
## 4747     FALSE             0            <NA> 2022-11-29 11:29:59     FALSE
## 4748     FALSE             0       lethia_bl 2022-11-29 11:29:53     FALSE
## 4749     FALSE             0            <NA> 2022-11-29 11:29:50     FALSE
## 4750     FALSE             0            <NA> 2022-11-29 11:29:42     FALSE
## 4751     FALSE             0            <NA> 2022-11-29 11:29:41     FALSE
## 4752     FALSE             0            <NA> 2022-11-29 11:29:37     FALSE
## 4753     FALSE             0            <NA> 2022-11-29 11:29:31     FALSE
## 4754     FALSE             0            <NA> 2022-11-29 11:29:27     FALSE
## 4755     FALSE             0      bambifam76 2022-11-29 11:29:22      TRUE
## 4756     FALSE             0            <NA> 2022-11-29 11:29:13     FALSE
## 4757     FALSE             0            <NA> 2022-11-29 11:29:13     FALSE
## 4758     FALSE             0            <NA> 2022-11-29 11:29:11     FALSE
## 4759     FALSE             0            <NA> 2022-11-29 11:29:05     FALSE
## 4760     FALSE             0            <NA> 2022-11-29 11:28:54     FALSE
## 4761     FALSE             0            <NA> 2022-11-29 11:28:42     FALSE
## 4762     FALSE             0            <NA> 2022-11-29 11:28:29     FALSE
## 4763     FALSE            33            <NA> 2022-11-29 11:28:18      TRUE
## 4764     FALSE             0            <NA> 2022-11-29 11:28:17     FALSE
## 4765     FALSE             0            <NA> 2022-11-29 11:28:17     FALSE
## 4766     FALSE             0            <NA> 2022-11-29 11:27:59     FALSE
## 4767     FALSE             0            <NA> 2022-11-29 11:27:53     FALSE
## 4768     FALSE             0       lethia_bl 2022-11-29 11:27:53     FALSE
## 4769     FALSE             0            <NA> 2022-11-29 11:27:45     FALSE
## 4770     FALSE             0            <NA> 2022-11-29 11:27:43     FALSE
## 4771     FALSE             0            <NA> 2022-11-29 11:27:42     FALSE
## 4772     FALSE             5            <NA> 2022-11-29 11:27:29     FALSE
## 4773     FALSE             0       lethia_bl 2022-11-29 11:27:19     FALSE
## 4774     FALSE             0            <NA> 2022-11-29 11:26:59     FALSE
## 4775     FALSE             0            <NA> 2022-11-29 11:26:54     FALSE
## 4776     FALSE             0            <NA> 2022-11-29 11:26:52     FALSE
## 4777     FALSE             0            <NA> 2022-11-29 11:26:52     FALSE
## 4778     FALSE             0            <NA> 2022-11-29 11:26:42     FALSE
## 4779     FALSE             0            <NA> 2022-11-29 11:26:39     FALSE
## 4780     FALSE             0            <NA> 2022-11-29 11:26:17     FALSE
## 4781     FALSE             3     bicyclelegs 2022-11-29 11:26:00      TRUE
## 4782     FALSE             0            <NA> 2022-11-29 11:25:54     FALSE
## 4783     FALSE             0            <NA> 2022-11-29 11:25:41     FALSE
## 4784     FALSE             0            <NA> 2022-11-29 11:25:36     FALSE
## 4785     FALSE             0            <NA> 2022-11-29 11:25:14     FALSE
## 4786     FALSE             0            <NA> 2022-11-29 11:24:49     FALSE
## 4787     FALSE             2            <NA> 2022-11-29 11:24:30      TRUE
## 4788     FALSE             0            <NA> 2022-11-29 11:24:19     FALSE
## 4789     FALSE             0            <NA> 2022-11-29 11:24:16     FALSE
## 4790     FALSE             0      muskQu0tes 2022-11-29 11:24:15      TRUE
## 4791     FALSE             0            <NA> 2022-11-29 11:24:14     FALSE
## 4792     FALSE             0            <NA> 2022-11-29 11:24:10     FALSE
## 4793     FALSE             0            <NA> 2022-11-29 11:23:57     FALSE
## 4794     FALSE             0            <NA> 2022-11-29 11:23:49     FALSE
## 4795     FALSE             0            <NA> 2022-11-29 11:23:39     FALSE
## 4796     FALSE             0            <NA> 2022-11-29 11:23:06     FALSE
## 4797     FALSE             0            <NA> 2022-11-29 11:22:59     FALSE
## 4798     FALSE             0            <NA> 2022-11-29 11:22:58     FALSE
## 4799     FALSE             0            <NA> 2022-11-29 11:22:47     FALSE
## 4800     FALSE             0            <NA> 2022-11-29 11:22:38     FALSE
## 4801     FALSE             0            <NA> 2022-11-29 11:22:36     FALSE
## 4802     FALSE             0            <NA> 2022-11-29 11:22:25     FALSE
## 4803     FALSE             0            <NA> 2022-11-29 11:22:13     FALSE
## 4804     FALSE             0            <NA> 2022-11-29 11:22:11     FALSE
## 4805     FALSE             0            <NA> 2022-11-29 11:22:10     FALSE
## 4806     FALSE             0            <NA> 2022-11-29 11:21:50     FALSE
## 4807     FALSE             0            <NA> 2022-11-29 11:21:32     FALSE
## 4808     FALSE             0            <NA> 2022-11-29 11:21:32     FALSE
## 4809     FALSE             0            <NA> 2022-11-29 11:21:26     FALSE
## 4810     FALSE             0            <NA> 2022-11-29 11:21:22     FALSE
## 4811     FALSE            15            <NA> 2022-11-29 11:21:21      TRUE
## 4812     FALSE             0 MMZ_Electro_TTV 2022-11-29 11:21:17     FALSE
## 4813     FALSE             0            <NA> 2022-11-29 11:21:10     FALSE
## 4814     FALSE             0            <NA> 2022-11-29 11:21:09     FALSE
## 4815     FALSE             0            <NA> 2022-11-29 11:20:41     FALSE
## 4816     FALSE             0            <NA> 2022-11-29 11:20:40     FALSE
## 4817     FALSE             0            <NA> 2022-11-29 11:20:35     FALSE
## 4818     FALSE             0            <NA> 2022-11-29 11:20:32     FALSE
## 4819     FALSE             0            <NA> 2022-11-29 11:20:17     FALSE
## 4820     FALSE             0            <NA> 2022-11-29 11:20:05     FALSE
## 4821     FALSE             0  arcticdonkeyss 2022-11-29 11:19:44     FALSE
## 4822     FALSE             0            <NA> 2022-11-29 11:19:37     FALSE
## 4823     FALSE             0            <NA> 2022-11-29 11:19:33     FALSE
## 4824     FALSE             1            <NA> 2022-11-29 11:18:35     FALSE
## 4825     FALSE             6  IamAbhiMishraa 2022-11-29 11:18:25      TRUE
## 4826     FALSE             0            <NA> 2022-11-29 11:17:46     FALSE
## 4827     FALSE             0            <NA> 2022-11-29 11:17:37     FALSE
## 4828     FALSE             0            <NA> 2022-11-29 11:17:15     FALSE
## 4829     FALSE             0            <NA> 2022-11-29 11:16:59     FALSE
## 4830     FALSE             2      BRAINCURES 2022-11-29 11:16:54      TRUE
## 4831     FALSE             0            <NA> 2022-11-29 11:16:33     FALSE
## 4832     FALSE             0          Kujay_ 2022-11-29 11:16:13      TRUE
## 4833     FALSE             0            <NA> 2022-11-29 11:16:11     FALSE
## 4834     FALSE             0             CNN 2022-11-29 11:15:45      TRUE
## 4835     FALSE            26            <NA> 2022-11-29 11:15:20     FALSE
## 4836     FALSE             1            <NA> 2022-11-29 11:15:14     FALSE
## 4837     FALSE             0            <NA> 2022-11-29 11:15:10     FALSE
## 4838     FALSE             0            <NA> 2022-11-29 11:14:55     FALSE
## 4839     FALSE             0            <NA> 2022-11-29 11:14:54     FALSE
## 4840     FALSE             0            <NA> 2022-11-29 11:14:52     FALSE
## 4841     FALSE             0            <NA> 2022-11-29 11:14:44     FALSE
## 4842     FALSE             0            <NA> 2022-11-29 11:14:35     FALSE
## 4843     FALSE             0            <NA> 2022-11-29 11:13:46     FALSE
## 4844     FALSE             0            <NA> 2022-11-29 11:13:12     FALSE
## 4845     FALSE             0            <NA> 2022-11-29 11:12:50     FALSE
## 4846     FALSE             1         A0TERRA 2022-11-29 11:12:45      TRUE
## 4847     FALSE             0            <NA> 2022-11-29 11:12:38     FALSE
## 4848     FALSE             0            <NA> 2022-11-29 11:12:29     FALSE
## 4849     FALSE             0            <NA> 2022-11-29 11:12:26     FALSE
## 4850     FALSE             0            <NA> 2022-11-29 11:12:16     FALSE
## 4851     FALSE             0 becomelegendseu 2022-11-29 11:12:09     FALSE
## 4852     FALSE             0            <NA> 2022-11-29 11:12:08     FALSE
## 4853     FALSE             0    Lindoshenge1 2022-11-29 11:11:48      TRUE
## 4854     FALSE             0            <NA> 2022-11-29 11:11:40     FALSE
## 4855     FALSE             0            <NA> 2022-11-29 11:11:15     FALSE
## 4856     FALSE             0 JayJayfromdiego 2022-11-29 11:11:08     FALSE
## 4857     FALSE             0            <NA> 2022-11-29 11:10:57     FALSE
## 4858     FALSE             0            <NA> 2022-11-29 11:10:47     FALSE
## 4859     FALSE             0            <NA> 2022-11-29 11:10:38     FALSE
## 4860     FALSE             0            <NA> 2022-11-29 11:10:34     FALSE
## 4861     FALSE             0            <NA> 2022-11-29 11:10:31     FALSE
## 4862     FALSE             0            <NA> 2022-11-29 11:10:28     FALSE
## 4863     FALSE             1            <NA> 2022-11-29 11:09:55     FALSE
## 4864     FALSE             0            <NA> 2022-11-29 11:09:52     FALSE
## 4865     FALSE             0            <NA> 2022-11-29 11:09:27     FALSE
## 4866     FALSE             0            <NA> 2022-11-29 11:09:19      TRUE
## 4867     FALSE             0            <NA> 2022-11-29 11:08:55     FALSE
## 4868     FALSE             0            <NA> 2022-11-29 11:08:54     FALSE
## 4869     FALSE             0            <NA> 2022-11-29 11:08:53     FALSE
## 4870     FALSE             0            <NA> 2022-11-29 11:08:49     FALSE
## 4871     FALSE           950            <NA> 2022-11-29 11:08:39     FALSE
## 4872     FALSE             0            <NA> 2022-11-29 11:08:38     FALSE
## 4873     FALSE             0            <NA> 2022-11-29 11:08:36     FALSE
## 4874     FALSE             0            <NA> 2022-11-29 11:08:33     FALSE
## 4875     FALSE             0            <NA> 2022-11-29 11:08:28     FALSE
## 4876     FALSE             0            <NA> 2022-11-29 11:08:22     FALSE
## 4877     FALSE             0       08081995_ 2022-11-29 11:08:21      TRUE
## 4878     FALSE             0            <NA> 2022-11-29 11:08:17     FALSE
## 4879     FALSE             0            <NA> 2022-11-29 11:08:16     FALSE
## 4880     FALSE             2     kangterrius 2022-11-29 11:08:16     FALSE
## 4881     FALSE             0            <NA> 2022-11-29 11:08:11     FALSE
## 4882     FALSE             0            <NA> 2022-11-29 11:07:59     FALSE
## 4883     FALSE             0            <NA> 2022-11-29 11:07:55     FALSE
## 4884     FALSE             0            <NA> 2022-11-29 11:07:54     FALSE
## 4885     FALSE             0            <NA> 2022-11-29 11:07:46     FALSE
## 4886     FALSE             1      ji_to_mii2 2022-11-29 11:07:44     FALSE
## 4887     FALSE             0            <NA> 2022-11-29 11:07:41     FALSE
## 4888     FALSE             0            <NA> 2022-11-29 11:07:24     FALSE
## 4889     FALSE             0            <NA> 2022-11-29 11:07:14     FALSE
## 4890     FALSE             0            <NA> 2022-11-29 11:07:03     FALSE
## 4891     FALSE             0            <NA> 2022-11-29 11:07:00     FALSE
## 4892     FALSE             0            <NA> 2022-11-29 11:06:46     FALSE
## 4893     FALSE             0            <NA> 2022-11-29 11:06:40     FALSE
## 4894     FALSE             1   Terri66987597 2022-11-29 11:06:37      TRUE
## 4895     FALSE             0            <NA> 2022-11-29 11:06:24     FALSE
## 4896     FALSE             0            <NA> 2022-11-29 11:06:14     FALSE
## 4897     FALSE             0            <NA> 2022-11-29 11:05:49     FALSE
## 4898     FALSE             0            <NA> 2022-11-29 11:05:26     FALSE
## 4899     FALSE             0            <NA> 2022-11-29 11:05:24     FALSE
## 4900     FALSE             0            <NA> 2022-11-29 11:05:23     FALSE
## 4901     FALSE             0            <NA> 2022-11-29 11:05:20     FALSE
## 4902     FALSE             0            <NA> 2022-11-29 11:05:07     FALSE
## 4903     FALSE             0        BL_Dwyer 2022-11-29 11:05:06     FALSE
## 4904     FALSE             1            <NA> 2022-11-29 11:04:35      TRUE
## 4905     FALSE             0            <NA> 2022-11-29 11:04:17     FALSE
## 4906     FALSE             0            <NA> 2022-11-29 11:04:16     FALSE
## 4907     FALSE             0            <NA> 2022-11-29 11:04:12     FALSE
## 4908     FALSE             0            <NA> 2022-11-29 11:03:54     FALSE
## 4909     FALSE             0            <NA> 2022-11-29 11:03:45     FALSE
## 4910     FALSE             0            <NA> 2022-11-29 11:03:27     FALSE
## 4911     FALSE             0            <NA> 2022-11-29 11:03:26     FALSE
## 4912     FALSE             0            <NA> 2022-11-29 11:03:15     FALSE
## 4913     FALSE             0            <NA> 2022-11-29 11:03:15      TRUE
## 4914     FALSE             0            <NA> 2022-11-29 11:02:32     FALSE
## 4915     FALSE             1            <NA> 2022-11-29 11:02:31      TRUE
## 4916     FALSE             0            <NA> 2022-11-29 11:02:21     FALSE
## 4917     FALSE             0            <NA> 2022-11-29 11:02:19     FALSE
## 4918     FALSE             0            <NA> 2022-11-29 11:02:04     FALSE
## 4919     FALSE             0            <NA> 2022-11-29 11:02:02      TRUE
## 4920     FALSE             5      nwbisexual 2022-11-29 11:01:53      TRUE
## 4921     FALSE             0            <NA> 2022-11-29 11:01:43     FALSE
## 4922     FALSE             0            <NA> 2022-11-29 11:01:41     FALSE
## 4923     FALSE             0            <NA> 2022-11-29 11:01:25     FALSE
## 4924     FALSE             0            <NA> 2022-11-29 11:01:14     FALSE
## 4925     FALSE             0            <NA> 2022-11-29 11:00:44     FALSE
## 4926     FALSE             0            <NA> 2022-11-29 11:00:42     FALSE
## 4927     FALSE             0         chouyo_ 2022-11-29 11:00:38     FALSE
## 4928     FALSE             4    paula_delval 2022-11-29 11:00:10      TRUE
## 4929     FALSE             3    paula_delval 2022-11-29 11:00:09      TRUE
## 4930     FALSE            42            <NA> 2022-11-29 11:00:07      TRUE
## 4931     FALSE             0            <NA> 2022-11-29 11:00:01     FALSE
## 4932     FALSE             0            <NA> 2022-11-29 10:59:57     FALSE
## 4933     FALSE             0            <NA> 2022-11-29 10:59:56     FALSE
## 4934     FALSE             0            <NA> 2022-11-29 10:59:48      TRUE
## 4935     FALSE             1    sunberries__ 2022-11-29 10:59:18      TRUE
## 4936     FALSE             1    cinnapeachie 2022-11-29 10:59:18     FALSE
## 4937     FALSE             0            <NA> 2022-11-29 10:59:06     FALSE
## 4938     FALSE             0            <NA> 2022-11-29 10:58:56     FALSE
## 4939     FALSE             0            <NA> 2022-11-29 10:58:52     FALSE
## 4940     FALSE             0            <NA> 2022-11-29 10:58:45     FALSE
## 4941     FALSE             0            <NA> 2022-11-29 10:58:36     FALSE
## 4942     FALSE             0            <NA> 2022-11-29 10:58:09     FALSE
## 4943     FALSE             0            <NA> 2022-11-29 10:58:00     FALSE
## 4944     FALSE             0            <NA> 2022-11-29 10:57:55     FALSE
## 4945     FALSE             0            <NA> 2022-11-29 10:57:52     FALSE
## 4946     FALSE             0            <NA> 2022-11-29 10:57:29     FALSE
## 4947     FALSE             0      jodanspace 2022-11-29 10:57:24      TRUE
## 4948     FALSE             0            <NA> 2022-11-29 10:57:07     FALSE
## 4949     FALSE             0            <NA> 2022-11-29 10:57:03     FALSE
## 4950     FALSE             0        Pekinaso 2022-11-29 10:56:56      TRUE
## 4951     FALSE             0            <NA> 2022-11-29 10:56:54      TRUE
## 4952     FALSE             0            <NA> 2022-11-29 10:56:46     FALSE
## 4953     FALSE             3      Losbennett 2022-11-29 10:56:21     FALSE
## 4954     FALSE             0            <NA> 2022-11-29 10:56:19     FALSE
## 4955     FALSE             7            <NA> 2022-11-29 10:56:01      TRUE
## 4956     FALSE             0            <NA> 2022-11-29 10:55:44     FALSE
## 4957     FALSE             0            <NA> 2022-11-29 10:55:38     FALSE
## 4958     FALSE             0            <NA> 2022-11-29 10:55:28     FALSE
## 4959     FALSE             0   YouTubeGaming 2022-11-29 10:54:59     FALSE
## 4960     FALSE             1            <NA> 2022-11-29 10:54:48     FALSE
## 4961     FALSE             0            <NA> 2022-11-29 10:54:42     FALSE
## 4962     FALSE             0       chanuyeah 2022-11-29 10:54:16     FALSE
## 4963     FALSE             1            <NA> 2022-11-29 10:54:15      TRUE
## 4964     FALSE             1  jacobandrewsky 2022-11-29 10:54:13      TRUE
## 4965     FALSE             0            <NA> 2022-11-29 10:54:12     FALSE
## 4966     FALSE             0            <NA> 2022-11-29 10:54:09     FALSE
## 4967     FALSE            21  britishlibrary 2022-11-29 10:54:01      TRUE
## 4968     FALSE             0            <NA> 2022-11-29 10:54:00      TRUE
## 4969     FALSE             2            <NA> 2022-11-29 10:53:54     FALSE
## 4970     FALSE             0            <NA> 2022-11-29 10:53:53     FALSE
## 4971     FALSE             0            <NA> 2022-11-29 10:53:47     FALSE
## 4972     FALSE             1            <NA> 2022-11-29 10:53:38     FALSE
## 4973     FALSE             0            <NA> 2022-11-29 10:53:37     FALSE
## 4974     FALSE             0            <NA> 2022-11-29 10:53:18     FALSE
## 4975     FALSE             5          GroomB 2022-11-29 10:53:18     FALSE
## 4976     FALSE             0            <NA> 2022-11-29 10:52:57     FALSE
## 4977     FALSE             0            <NA> 2022-11-29 10:52:25     FALSE
## 4978     FALSE             0            <NA> 2022-11-29 10:52:07     FALSE
## 4979     FALSE             0            <NA> 2022-11-29 10:51:58     FALSE
## 4980     FALSE             0            <NA> 2022-11-29 10:51:34     FALSE
## 4981     FALSE             2    miss_bangtan 2022-11-29 10:51:20      TRUE
## 4982     FALSE             0            <NA> 2022-11-29 10:51:01     FALSE
## 4983     FALSE             0            <NA> 2022-11-29 10:50:56     FALSE
## 4984     FALSE             1    TheRose_0803 2022-11-29 10:50:55     FALSE
## 4985     FALSE             0            <NA> 2022-11-29 10:50:25     FALSE
## 4986     FALSE             0            <NA> 2022-11-29 10:50:17     FALSE
## 4987     FALSE             0            <NA> 2022-11-29 10:50:08     FALSE
## 4988     FALSE             0            <NA> 2022-11-29 10:49:58     FALSE
## 4989     FALSE             0            <NA> 2022-11-29 10:49:49      TRUE
## 4990     FALSE             0            <NA> 2022-11-29 10:49:28     FALSE
## 4991     FALSE             0     don51643752 2022-11-29 10:49:27      TRUE
## 4992     FALSE             0            <NA> 2022-11-29 10:48:44     FALSE
## 4993     FALSE             0            <NA> 2022-11-29 10:48:38      TRUE
## 4994     FALSE             0     anryatrades 2022-11-29 10:47:54     FALSE
## 4995     FALSE             0            <NA> 2022-11-29 10:47:35     FALSE
## 4996     FALSE             0            <NA> 2022-11-29 10:47:33     FALSE
## 4997     FALSE             1         yesehep 2022-11-29 10:47:08      TRUE
## 4998     FALSE             5   illustrata_ai 2022-11-29 10:47:07      TRUE
## 4999     FALSE             0            <NA> 2022-11-29 10:46:46     FALSE
## 5000     FALSE             0            <NA> 2022-11-29 10:46:45     FALSE
## 5001     FALSE             0            <NA> 2022-11-29 10:46:13     FALSE
## 5002     FALSE             0            <NA> 2022-11-29 10:46:00      TRUE
## 5003     FALSE             0            <NA> 2022-11-29 10:45:16     FALSE
## 5004     FALSE             0            <NA> 2022-11-29 10:44:55     FALSE
## 5005     FALSE             0            <NA> 2022-11-29 10:44:54     FALSE
## 5006     FALSE             0   JeremyVineOn5 2022-11-29 10:44:46     FALSE
## 5007     FALSE             0            <NA> 2022-11-29 10:44:41     FALSE
## 5008     FALSE             0            <NA> 2022-11-29 10:44:41     FALSE
## 5009     FALSE             0            <NA> 2022-11-29 10:44:40     FALSE
## 5010     FALSE             0            <NA> 2022-11-29 10:44:30     FALSE
## 5011     FALSE             2 NNNappreciation 2022-11-29 10:43:45     FALSE
## 5012     FALSE             2    etherealpran 2022-11-29 10:43:28      TRUE
## 5013     FALSE             0            <NA> 2022-11-29 10:43:27     FALSE
## 5014     FALSE             0            <NA> 2022-11-29 10:43:17     FALSE
## 5015     FALSE             0            <NA> 2022-11-29 10:41:44     FALSE
## 5016     FALSE             0            <NA> 2022-11-29 10:41:44     FALSE
## 5017     FALSE             0     brightnanon 2022-11-29 10:41:42      TRUE
## 5018     FALSE             1            <NA> 2022-11-29 10:41:41     FALSE
## 5019     FALSE            45            <NA> 2022-11-29 10:40:58     FALSE
## 5020     FALSE             0            <NA> 2022-11-29 10:40:48     FALSE
## 5021     FALSE             0            <NA> 2022-11-29 10:40:21     FALSE
## 5022     FALSE             1            <NA> 2022-11-29 10:40:17     FALSE
## 5023     FALSE             0            <NA> 2022-11-29 10:40:06     FALSE
## 5024     FALSE             0          LA2slc 2022-11-29 10:40:03      TRUE
## 5025     FALSE             2            <NA> 2022-11-29 10:39:56      TRUE
## 5026     FALSE             3            <NA> 2022-11-29 10:39:45      TRUE
## 5027     FALSE             0            <NA> 2022-11-29 10:39:37     FALSE
## 5028     FALSE             0            <NA> 2022-11-29 10:39:24     FALSE
## 5029     FALSE             1    KoalaFunFact 2022-11-29 10:39:03     FALSE
## 5030     FALSE             0            <NA> 2022-11-29 10:39:01     FALSE
## 5031     FALSE             0            <NA> 2022-11-29 10:39:00     FALSE
## 5032     FALSE             0            <NA> 2022-11-29 10:38:54     FALSE
## 5033     FALSE             0            <NA> 2022-11-29 10:38:45     FALSE
## 5034     FALSE             0            <NA> 2022-11-29 10:38:40     FALSE
## 5035     FALSE             0            <NA> 2022-11-29 10:38:25     FALSE
## 5036     FALSE             0            <NA> 2022-11-29 10:38:19     FALSE
## 5037     FALSE             0            <NA> 2022-11-29 10:38:13     FALSE
## 5038     FALSE             0            <NA> 2022-11-29 10:38:11     FALSE
## 5039     FALSE             0    _rottenjelly 2022-11-29 10:37:31     FALSE
## 5040     FALSE             0            <NA> 2022-11-29 10:37:30     FALSE
## 5041     FALSE            66            <NA> 2022-11-29 10:37:13     FALSE
## 5042     FALSE             0            <NA> 2022-11-29 10:37:07     FALSE
## 5043     FALSE             0            <NA> 2022-11-29 10:36:57     FALSE
## 5044     FALSE             0            <NA> 2022-11-29 10:36:48     FALSE
## 5045     FALSE             0            <NA> 2022-11-29 10:36:44     FALSE
## 5046     FALSE             1  BL_IndianPrint 2022-11-29 10:36:21      TRUE
## 5047     FALSE             1            <NA> 2022-11-29 10:36:20      TRUE
## 5048     FALSE             0  new_bl_ue_bird 2022-11-29 10:36:17     FALSE
## 5049     FALSE             0            <NA> 2022-11-29 10:36:09     FALSE
## 5050     FALSE             1            <NA> 2022-11-29 10:36:06      TRUE
## 5051     FALSE             0     jongstomato 2022-11-29 10:35:37     FALSE
## 5052     FALSE             0            <NA> 2022-11-29 10:35:27     FALSE
## 5053     FALSE            25            <NA> 2022-11-29 10:35:20      TRUE
## 5054     FALSE             1          dgc837 2022-11-29 10:35:06     FALSE
## 5055     FALSE             0       n4ttwnxtp 2022-11-29 10:35:04      TRUE
## 5056     FALSE             2  pararoidhakase 2022-11-29 10:34:58      TRUE
## 5057     FALSE             1      ironbean23 2022-11-29 10:34:27     FALSE
## 5058     FALSE             0            <NA> 2022-11-29 10:34:17     FALSE
## 5059     FALSE             0            <NA> 2022-11-29 10:34:01     FALSE
## 5060     FALSE             0            <NA> 2022-11-29 10:33:54     FALSE
## 5061     FALSE             7            <NA> 2022-11-29 10:33:28      TRUE
## 5062     FALSE            10         jikseuz 2022-11-29 10:33:13      TRUE
## 5063     FALSE             0            <NA> 2022-11-29 10:32:52     FALSE
## 5064     FALSE             0            <NA> 2022-11-29 10:32:42     FALSE
## 5065     FALSE             0            <NA> 2022-11-29 10:32:39     FALSE
## 5066     FALSE             0            <NA> 2022-11-29 10:32:27     FALSE
## 5067     FALSE             0         cclodye 2022-11-29 10:32:18     FALSE
## 5068     FALSE             0            <NA> 2022-11-29 10:31:56     FALSE
## 5069     FALSE             0            <NA> 2022-11-29 10:31:47     FALSE
## 5070     FALSE             0            <NA> 2022-11-29 10:31:46     FALSE
## 5071     FALSE             0            <NA> 2022-11-29 10:31:32     FALSE
## 5072     FALSE             0            <NA> 2022-11-29 10:31:01      TRUE
## 5073     FALSE             0            <NA> 2022-11-29 10:31:00     FALSE
## 5074     FALSE             0            <NA> 2022-11-29 10:30:50     FALSE
## 5075     FALSE             0            <NA> 2022-11-29 10:30:49     FALSE
## 5076     FALSE             0        hyeonkiz 2022-11-29 10:30:34     FALSE
## 5077     FALSE             0            <NA> 2022-11-29 10:30:29     FALSE
## 5078     FALSE             0            <NA> 2022-11-29 10:30:04     FALSE
## 5079     FALSE             0            <NA> 2022-11-29 10:29:55     FALSE
## 5080     FALSE             0            <NA> 2022-11-29 10:29:55     FALSE
## 5081     FALSE             0            <NA> 2022-11-29 10:29:37      TRUE
## 5082     FALSE             0            <NA> 2022-11-29 10:28:51     FALSE
## 5083     FALSE             2            <NA> 2022-11-29 10:28:42      TRUE
## 5084     FALSE             0            <NA> 2022-11-29 10:28:35     FALSE
## 5085     FALSE             0            <NA> 2022-11-29 10:28:18     FALSE
## 5086     FALSE             0            <NA> 2022-11-29 10:28:16     FALSE
## 5087     FALSE             0            <NA> 2022-11-29 10:28:04     FALSE
## 5088     FALSE             2       AbdeJong7 2022-11-29 10:28:02     FALSE
## 5089     FALSE             0            <NA> 2022-11-29 10:27:54      TRUE
## 5090     FALSE             0            <NA> 2022-11-29 10:27:29     FALSE
## 5091     FALSE             0            <NA> 2022-11-29 10:27:16     FALSE
## 5092     FALSE             0   SeharShinwari 2022-11-29 10:27:07     FALSE
## 5093     FALSE             0            <NA> 2022-11-29 10:26:35     FALSE
## 5094     FALSE             0 JadeSaidSometh1 2022-11-29 10:26:15      TRUE
## 5095     FALSE             0            <NA> 2022-11-29 10:26:14     FALSE
## 5096     FALSE             0            <NA> 2022-11-29 10:26:09     FALSE
## 5097     FALSE             1       ewereichi 2022-11-29 10:26:02     FALSE
## 5098     FALSE             0            <NA> 2022-11-29 10:25:29     FALSE
## 5099     FALSE             0            <NA> 2022-11-29 10:25:26     FALSE
## 5100     FALSE             0            <NA> 2022-11-29 10:24:54     FALSE
## 5101     FALSE             1            <NA> 2022-11-29 10:24:46     FALSE
## 5102     FALSE             0            <NA> 2022-11-29 10:24:03     FALSE
## 5103     FALSE             0            <NA> 2022-11-29 10:23:55     FALSE
## 5104     FALSE             0            <NA> 2022-11-29 10:23:46      TRUE
## 5105     FALSE             0            <NA> 2022-11-29 10:23:43     FALSE
## 5106     FALSE             0            <NA> 2022-11-29 10:23:27     FALSE
## 5107     FALSE             0            <NA> 2022-11-29 10:23:27     FALSE
## 5108     FALSE             0            <NA> 2022-11-29 10:23:26     FALSE
## 5109     FALSE             0            <NA> 2022-11-29 10:23:15     FALSE
## 5110     FALSE             1   MarinetteLife 2022-11-29 10:23:11     FALSE
## 5111     FALSE             0            <NA> 2022-11-29 10:22:11     FALSE
## 5112     FALSE             0            <NA> 2022-11-29 10:22:09     FALSE
## 5113     FALSE             0            <NA> 2022-11-29 10:22:06     FALSE
## 5114     FALSE             0            <NA> 2022-11-29 10:22:01     FALSE
## 5115     FALSE             0            <NA> 2022-11-29 10:21:54     FALSE
## 5116     FALSE             0            <NA> 2022-11-29 10:21:46     FALSE
## 5117     FALSE             1            <NA> 2022-11-29 10:21:44      TRUE
## 5118     FALSE             0            <NA> 2022-11-29 10:21:34     FALSE
## 5119     FALSE             0   rahul94368965 2022-11-29 10:21:31      TRUE
## 5120     FALSE             2 Fleurcompassion 2022-11-29 10:21:27      TRUE
## 5121     FALSE             0  mileapologyxxx 2022-11-29 10:21:02      TRUE
## 5122     FALSE             0            <NA> 2022-11-29 10:20:57     FALSE
## 5123     FALSE             0        KariLake 2022-11-29 10:20:46     FALSE
## 5124     FALSE             1            <NA> 2022-11-29 10:20:21     FALSE
## 5125     FALSE             2            <NA> 2022-11-29 10:20:12      TRUE
## 5126     FALSE             0            <NA> 2022-11-29 10:20:06     FALSE
## 5127     FALSE             0            <NA> 2022-11-29 10:20:02     FALSE
## 5128     FALSE             0            <NA> 2022-11-29 10:19:51     FALSE
## 5129     FALSE             0            <NA> 2022-11-29 10:19:42     FALSE
## 5130     FALSE             1            <NA> 2022-11-29 10:19:31      TRUE
## 5131     FALSE             0            <NA> 2022-11-29 10:18:53     FALSE
## 5132     FALSE             0            <NA> 2022-11-29 10:18:30     FALSE
## 5133     FALSE             0     E_iversonii 2022-11-29 10:18:30     FALSE
## 5134     FALSE             0            <NA> 2022-11-29 10:18:23     FALSE
## 5135     FALSE             3            <NA> 2022-11-29 10:17:55      TRUE
## 5136     FALSE             1            <NA> 2022-11-29 10:17:54     FALSE
## 5137     FALSE             0            <NA> 2022-11-29 10:17:53     FALSE
## 5138     FALSE             0            <NA> 2022-11-29 10:17:52     FALSE
## 5139     FALSE             0 nichakorn_satur 2022-11-29 10:17:36     FALSE
## 5140     FALSE             4       elimoowol 2022-11-29 10:17:32      TRUE
## 5141     FALSE             0            <NA> 2022-11-29 10:17:32      TRUE
## 5142     FALSE            68            <NA> 2022-11-29 10:17:26      TRUE
## 5143     FALSE             0            <NA> 2022-11-29 10:17:26     FALSE
## 5144     FALSE             0            <NA> 2022-11-29 10:17:23     FALSE
## 5145     FALSE            27            <NA> 2022-11-29 10:17:17      TRUE
## 5146     FALSE             0     Minooi_Hmmm 2022-11-29 10:17:16      TRUE
## 5147     FALSE             8            <NA> 2022-11-29 10:17:13      TRUE
## 5148     FALSE             0            <NA> 2022-11-29 10:16:52     FALSE
## 5149     FALSE             0            <NA> 2022-11-29 10:16:20     FALSE
## 5150     FALSE             7            <NA> 2022-11-29 10:16:17      TRUE
## 5151     FALSE             0            <NA> 2022-11-29 10:16:03     FALSE
## 5152     FALSE             0            <NA> 2022-11-29 10:15:58     FALSE
## 5153     FALSE             5     Hokutotrash 2022-11-29 10:15:53     FALSE
## 5154     FALSE             0            <NA> 2022-11-29 10:15:37     FALSE
## 5155     FALSE             1   her_cool_aunt 2022-11-29 10:15:36      TRUE
## 5156     FALSE             0            <NA> 2022-11-29 10:15:32      TRUE
## 5157     FALSE             0            <NA> 2022-11-29 10:15:16     FALSE
## 5158     FALSE             0            <NA> 2022-11-29 10:15:15     FALSE
## 5159     FALSE             0            <NA> 2022-11-29 10:15:05     FALSE
## 5160     FALSE             0            <NA> 2022-11-29 10:14:06     FALSE
## 5161     FALSE             0   bubblegeommie 2022-11-29 10:13:55      TRUE
## 5162     FALSE             0            <NA> 2022-11-29 10:13:49      TRUE
## 5163     FALSE             0            <NA> 2022-11-29 10:13:29     FALSE
## 5164     FALSE             0            <NA> 2022-11-29 10:13:17      TRUE
## 5165     FALSE             0            <NA> 2022-11-29 10:13:15     FALSE
## 5166     FALSE             1            <NA> 2022-11-29 10:12:55     FALSE
## 5167     FALSE             0            <NA> 2022-11-29 10:12:52     FALSE
## 5168     FALSE             2            <NA> 2022-11-29 10:12:35     FALSE
## 5169     FALSE             2            <NA> 2022-11-29 10:12:33     FALSE
## 5170     FALSE             0            <NA> 2022-11-29 10:12:27     FALSE
## 5171     FALSE             0            <NA> 2022-11-29 10:12:21     FALSE
## 5172     FALSE             1            <NA> 2022-11-29 10:12:19     FALSE
## 5173     FALSE             1   MarinetteLife 2022-11-29 10:12:10     FALSE
## 5174     FALSE             0            <NA> 2022-11-29 10:10:54     FALSE
## 5175     FALSE             0            <NA> 2022-11-29 10:10:40     FALSE
## 5176     FALSE             0            <NA> 2022-11-29 10:10:32     FALSE
## 5177     FALSE             0            <NA> 2022-11-29 10:10:28     FALSE
## 5178     FALSE            25            <NA> 2022-11-29 10:10:25      TRUE
## 5179     FALSE             0            <NA> 2022-11-29 10:10:24     FALSE
## 5180     FALSE             0            <NA> 2022-11-29 10:10:24     FALSE
## 5181     FALSE             0            <NA> 2022-11-29 10:10:20     FALSE
## 5182     FALSE             0            <NA> 2022-11-29 10:10:15     FALSE
## 5183     FALSE             1        Jargo_BL 2022-11-29 10:10:10     FALSE
## 5184     FALSE             0            <NA> 2022-11-29 10:09:52     FALSE
## 5185     FALSE             0            <NA> 2022-11-29 10:09:43     FALSE
## 5186     FALSE             0            <NA> 2022-11-29 10:09:39     FALSE
## 5187     FALSE             8            <NA> 2022-11-29 10:09:34     FALSE
## 5188     FALSE             0            <NA> 2022-11-29 10:09:33     FALSE
## 5189     FALSE            30            <NA> 2022-11-29 10:09:20     FALSE
## 5190     FALSE             0           t_j72 2022-11-29 10:09:01     FALSE
## 5191     FALSE             0            <NA> 2022-11-29 10:08:57     FALSE
## 5192     FALSE             0            <NA> 2022-11-29 10:08:55     FALSE
## 5193     FALSE             0            <NA> 2022-11-29 10:08:50     FALSE
## 5194     FALSE             0            <NA> 2022-11-29 10:08:46     FALSE
## 5195     FALSE             0            <NA> 2022-11-29 10:08:40     FALSE
## 5196     FALSE             0            <NA> 2022-11-29 10:08:36     FALSE
## 5197     FALSE             0            <NA> 2022-11-29 10:08:09     FALSE
## 5198     FALSE             0            <NA> 2022-11-29 10:08:08     FALSE
## 5199     FALSE             0            <NA> 2022-11-29 10:08:05     FALSE
## 5200     FALSE             0            <NA> 2022-11-29 10:08:05     FALSE
## 5201     FALSE             0            <NA> 2022-11-29 10:07:50     FALSE
## 5202     FALSE             0            <NA> 2022-11-29 10:07:49     FALSE
## 5203     FALSE             0      MayaKadosh 2022-11-29 10:07:47     FALSE
## 5204     FALSE             0            <NA> 2022-11-29 10:07:46     FALSE
## 5205     FALSE             0            <NA> 2022-11-29 10:07:38     FALSE
## 5206     FALSE             1   em0junghoseok 2022-11-29 10:07:38      TRUE
## 5207     FALSE             0            <NA> 2022-11-29 10:07:29     FALSE
## 5208     FALSE             0            <NA> 2022-11-29 10:07:24     FALSE
## 5209     FALSE            28            <NA> 2022-11-29 10:07:11      TRUE
## 5210     FALSE             0            <NA> 2022-11-29 10:06:57     FALSE
## 5211     FALSE             0            <NA> 2022-11-29 10:06:45     FALSE
## 5212     FALSE             0            <NA> 2022-11-29 10:06:43     FALSE
## 5213     FALSE             5            <NA> 2022-11-29 10:06:37      TRUE
## 5214     FALSE             0            <NA> 2022-11-29 10:06:26     FALSE
## 5215     FALSE             0            <NA> 2022-11-29 10:06:17     FALSE
## 5216     FALSE             1   MarinetteLife 2022-11-29 10:06:12     FALSE
## 5217     FALSE             0            <NA> 2022-11-29 10:06:07     FALSE
## 5218     FALSE             0            <NA> 2022-11-29 10:06:03     FALSE
## 5219     FALSE             0            <NA> 2022-11-29 10:05:49     FALSE
## 5220     FALSE             0            <NA> 2022-11-29 10:05:37     FALSE
## 5221     FALSE             2   GauRakshaBill 2022-11-29 10:05:22      TRUE
## 5222     FALSE             0       onyx_luvr 2022-11-29 10:05:13     FALSE
## 5223     FALSE             0            <NA> 2022-11-29 10:05:05     FALSE
## 5224     FALSE             1       Y_H_Bl_Sl 2022-11-29 10:04:51     FALSE
## 5225     FALSE             0            <NA> 2022-11-29 10:04:28     FALSE
## 5226     FALSE             0            <NA> 2022-11-29 10:04:21     FALSE
## 5227     FALSE             0         Nguang_ 2022-11-29 10:03:55      TRUE
## 5228     FALSE             0            <NA> 2022-11-29 10:03:47     FALSE
## 5229     FALSE             0            <NA> 2022-11-29 10:03:30     FALSE
## 5230     FALSE             0            <NA> 2022-11-29 10:03:23     FALSE
## 5231     FALSE             0   em0junghoseok 2022-11-29 10:03:22      TRUE
## 5232     FALSE             0            <NA> 2022-11-29 10:03:21     FALSE
## 5233     FALSE             0            <NA> 2022-11-29 10:03:18     FALSE
## 5234     FALSE            12            <NA> 2022-11-29 10:03:12      TRUE
## 5235     FALSE             0            <NA> 2022-11-29 10:03:08     FALSE
## 5236     FALSE             0            <NA> 2022-11-29 10:03:04      TRUE
## 5237     FALSE             1            <NA> 2022-11-29 10:03:00      TRUE
## 5238     FALSE             0            <NA> 2022-11-29 10:02:57     FALSE
## 5239     FALSE             0         Mineyi4 2022-11-29 10:02:56      TRUE
## 5240     FALSE             3            <NA> 2022-11-29 10:02:45      TRUE
## 5241     FALSE             0            <NA> 2022-11-29 10:02:33     FALSE
## 5242     FALSE             0            <NA> 2022-11-29 10:02:20     FALSE
## 5243     FALSE             0            <NA> 2022-11-29 10:02:15     FALSE
## 5244     FALSE             0            <NA> 2022-11-29 10:02:12     FALSE
## 5245     FALSE             0            <NA> 2022-11-29 10:01:46     FALSE
## 5246     FALSE             0            <NA> 2022-11-29 10:01:45     FALSE
## 5247     FALSE             1  BookMusicMadSC 2022-11-29 10:01:32     FALSE
## 5248     FALSE             2            <NA> 2022-11-29 10:01:32     FALSE
## 5249     FALSE             0            <NA> 2022-11-29 10:01:26     FALSE
## 5250     FALSE             0            <NA> 2022-11-29 10:01:23     FALSE
## 5251     FALSE             0            <NA> 2022-11-29 10:01:09     FALSE
## 5252     FALSE             0            <NA> 2022-11-29 10:01:02     FALSE
## 5253     FALSE             0            <NA> 2022-11-29 10:01:00     FALSE
## 5254     FALSE             0            <NA> 2022-11-29 10:00:56     FALSE
## 5255     FALSE             0            <NA> 2022-11-29 10:00:54     FALSE
## 5256     FALSE             3      AlmostYeti 2022-11-29 10:00:41     FALSE
## 5257     FALSE             0            <NA> 2022-11-29 10:00:40     FALSE
## 5258     FALSE           386            <NA> 2022-11-29 10:00:36     FALSE
## 5259     FALSE             1      sproutgren 2022-11-29 10:00:28     FALSE
## 5260     FALSE             0            <NA> 2022-11-29 10:00:23     FALSE
## 5261     FALSE            65            <NA> 2022-11-29 10:00:22      TRUE
## 5262     FALSE             1            <NA> 2022-11-29 10:00:18     FALSE
## 5263     FALSE             1            <NA> 2022-11-29 10:00:02     FALSE
## 5264     FALSE             5            <NA> 2022-11-29 10:00:02      TRUE
## 5265     FALSE             1            <NA> 2022-11-29 10:00:01      TRUE
## 5266     FALSE             1            <NA> 2022-11-29 10:00:00     FALSE
## 5267     FALSE             0            <NA> 2022-11-29 09:59:46     FALSE
## 5268     FALSE             3         kaihpop 2022-11-29 09:59:31      TRUE
## 5269     FALSE             0    _rottenjelly 2022-11-29 09:59:22      TRUE
## 5270     FALSE             0            <NA> 2022-11-29 09:59:20     FALSE
## 5271     FALSE             0            <NA> 2022-11-29 09:59:14     FALSE
## 5272     FALSE             0            <NA> 2022-11-29 09:59:12     FALSE
## 5273     FALSE             1          90BE90 2022-11-29 09:59:05     FALSE
## 5274     FALSE             0            <NA> 2022-11-29 09:58:57     FALSE
## 5275     FALSE             0            <NA> 2022-11-29 09:58:46     FALSE
## 5276     FALSE             2          gwnott 2022-11-29 09:58:46      TRUE
## 5277     FALSE             0        the__oma 2022-11-29 09:58:44     FALSE
## 5278     FALSE             0            <NA> 2022-11-29 09:58:32     FALSE
## 5279     FALSE             0            <NA> 2022-11-29 09:58:25     FALSE
## 5280     FALSE             0            <NA> 2022-11-29 09:58:23     FALSE
## 5281     FALSE             1            <NA> 2022-11-29 09:58:17      TRUE
## 5282     FALSE             0            <NA> 2022-11-29 09:58:14     FALSE
## 5283     FALSE             0            <NA> 2022-11-29 09:58:06     FALSE
## 5284     FALSE             1      NikiCandle 2022-11-29 09:58:03     FALSE
## 5285     FALSE             3      iminescent 2022-11-29 09:58:03      TRUE
## 5286     FALSE             0            <NA> 2022-11-29 09:58:03     FALSE
## 5287     FALSE             0            <NA> 2022-11-29 09:57:59     FALSE
## 5288     FALSE             0            <NA> 2022-11-29 09:57:54     FALSE
## 5289     FALSE             0            <NA> 2022-11-29 09:57:41     FALSE
## 5290     FALSE            37            <NA> 2022-11-29 09:56:33      TRUE
## 5291     FALSE             0            <NA> 2022-11-29 09:56:32     FALSE
## 5292     FALSE             0            <NA> 2022-11-29 09:55:55     FALSE
## 5293     FALSE             0         kllbpub 2022-11-29 09:55:17      TRUE
## 5294     FALSE             0            <NA> 2022-11-29 09:54:41     FALSE
## 5295     FALSE             1            <NA> 2022-11-29 09:54:31     FALSE
## 5296     FALSE             0            <NA> 2022-11-29 09:54:31     FALSE
## 5297     FALSE             2         ApocTao 2022-11-29 09:54:24      TRUE
## 5298     FALSE             4            <NA> 2022-11-29 09:54:21      TRUE
## 5299     FALSE             0            <NA> 2022-11-29 09:54:13     FALSE
## 5300     FALSE             0            <NA> 2022-11-29 09:54:13     FALSE
## 5301     FALSE             0            <NA> 2022-11-29 09:54:00     FALSE
## 5302     FALSE            10            <NA> 2022-11-29 09:53:23     FALSE
## 5303     FALSE             2         ApocTao 2022-11-29 09:53:19      TRUE
## 5304     FALSE             0            <NA> 2022-11-29 09:53:16     FALSE
## 5305     FALSE             0            <NA> 2022-11-29 09:53:14     FALSE
## 5306     FALSE             0            <NA> 2022-11-29 09:53:11      TRUE
## 5307     FALSE             0            <NA> 2022-11-29 09:52:58      TRUE
## 5308     FALSE             0            <NA> 2022-11-29 09:52:55     FALSE
## 5309     FALSE            11            <NA> 2022-11-29 09:52:55      TRUE
## 5310     FALSE             0            <NA> 2022-11-29 09:52:47     FALSE
## 5311     FALSE             1      bl_artcult 2022-11-29 09:52:43     FALSE
## 5312     FALSE             0            <NA> 2022-11-29 09:52:41     FALSE
## 5313     FALSE             0            <NA> 2022-11-29 09:52:37     FALSE
## 5314     FALSE             0            <NA> 2022-11-29 09:52:35     FALSE
## 5315     FALSE             0            <NA> 2022-11-29 09:52:16     FALSE
## 5316     FALSE             0            <NA> 2022-11-29 09:52:02      TRUE
## 5317     FALSE             0       marillytw 2022-11-29 09:51:42     FALSE
## 5318     FALSE             0            <NA> 2022-11-29 09:51:23     FALSE
## 5319     FALSE             0            <NA> 2022-11-29 09:51:22     FALSE
## 5320     FALSE             0            <NA> 2022-11-29 09:51:18     FALSE
## 5321     FALSE             0            <NA> 2022-11-29 09:50:52     FALSE
## 5322     FALSE             0            <NA> 2022-11-29 09:50:44     FALSE
## 5323     FALSE             0            <NA> 2022-11-29 09:50:14      TRUE
## 5324     FALSE             1         ApocTao 2022-11-29 09:50:13     FALSE
## 5325     FALSE             0            <NA> 2022-11-29 09:50:02      TRUE
## 5326     FALSE             0            <NA> 2022-11-29 09:49:48     FALSE
## 5327     FALSE             0            <NA> 2022-11-29 09:49:39     FALSE
## 5328     FALSE             0            <NA> 2022-11-29 09:49:33     FALSE
## 5329     FALSE             0            <NA> 2022-11-29 09:49:26     FALSE
## 5330     FALSE             0       Vox_Akuma 2022-11-29 09:49:21     FALSE
## 5331     FALSE             1        ysteiria 2022-11-29 09:49:20     FALSE
## 5332     FALSE             0            <NA> 2022-11-29 09:49:02     FALSE
## 5333     FALSE             0            <NA> 2022-11-29 09:48:53     FALSE
## 5334     FALSE             0            <NA> 2022-11-29 09:48:40     FALSE
## 5335     FALSE             0            <NA> 2022-11-29 09:48:34     FALSE
## 5336     FALSE             6   illustrata_ai 2022-11-29 09:48:33      TRUE
## 5337     FALSE             0     mharistiane 2022-11-29 09:48:02     FALSE
## 5338     FALSE             0            <NA> 2022-11-29 09:47:53     FALSE
## 5339     FALSE             1            <NA> 2022-11-29 09:47:51      TRUE
## 5340     FALSE             4            <NA> 2022-11-29 09:47:23      TRUE
## 5341     FALSE             0            <NA> 2022-11-29 09:47:16     FALSE
## 5342     FALSE             0            <NA> 2022-11-29 09:47:04     FALSE
## 5343     FALSE             0     RanaWaanjai 2022-11-29 09:46:59     FALSE
## 5344     FALSE             0            <NA> 2022-11-29 09:46:51     FALSE
## 5345     FALSE             3         aksnevv 2022-11-29 09:46:50      TRUE
## 5346     FALSE             0        eslem_bl 2022-11-29 09:46:49     FALSE
## 5347     FALSE             0            <NA> 2022-11-29 09:46:42     FALSE
## 5348     FALSE             0            <NA> 2022-11-29 09:46:40     FALSE
## 5349     FALSE             0            <NA> 2022-11-29 09:46:10     FALSE
## 5350     FALSE             0            <NA> 2022-11-29 09:46:08     FALSE
## 5351     FALSE             0            <NA> 2022-11-29 09:45:58     FALSE
## 5352     FALSE            62            <NA> 2022-11-29 09:45:50      TRUE
## 5353     FALSE             0     o0StanAce0o 2022-11-29 09:45:41      TRUE
## 5354     FALSE             0            <NA> 2022-11-29 09:45:24     FALSE
## 5355     FALSE             0            <NA> 2022-11-29 09:45:22     FALSE
## 5356     FALSE            40            <NA> 2022-11-29 09:45:16      TRUE
## 5357     FALSE             0            <NA> 2022-11-29 09:45:09      TRUE
## 5358     FALSE             0            <NA> 2022-11-29 09:44:55     FALSE
## 5359     FALSE             0            <NA> 2022-11-29 09:44:52      TRUE
## 5360     FALSE             2       BUB_BL_ES 2022-11-29 09:44:49     FALSE
## 5361     FALSE             0            <NA> 2022-11-29 09:44:43     FALSE
## 5362     FALSE             0            <NA> 2022-11-29 09:44:40     FALSE
## 5363     FALSE             0            <NA> 2022-11-29 09:44:37     FALSE
## 5364     FALSE             0            <NA> 2022-11-29 09:44:34     FALSE
## 5365     FALSE             3      shahparism 2022-11-29 09:44:26     FALSE
## 5366     FALSE             1         chouyo_ 2022-11-29 09:44:21     FALSE
## 5367     FALSE             7  Iovi_Sacra_Art 2022-11-29 09:44:18      TRUE
## 5368     FALSE             0            <NA> 2022-11-29 09:44:15     FALSE
## 5369     FALSE             0            <NA> 2022-11-29 09:44:05     FALSE
## 5370     FALSE             0            <NA> 2022-11-29 09:43:59     FALSE
## 5371     FALSE             0            <NA> 2022-11-29 09:43:49      TRUE
## 5372     FALSE             0            <NA> 2022-11-29 09:43:44      TRUE
## 5373     FALSE             0            <NA> 2022-11-29 09:43:43     FALSE
## 5374     FALSE             1         MegDmrt 2022-11-29 09:43:30     FALSE
## 5375     FALSE             0            <NA> 2022-11-29 09:43:28     FALSE
## 5376     FALSE             0            <NA> 2022-11-29 09:43:27     FALSE
## 5377     FALSE            16            <NA> 2022-11-29 09:42:47     FALSE
## 5378     FALSE             0            <NA> 2022-11-29 09:42:38     FALSE
## 5379     FALSE             0            <NA> 2022-11-29 09:42:35     FALSE
## 5380     FALSE             0            <NA> 2022-11-29 09:42:29     FALSE
## 5381     FALSE             1       WorldNfts 2022-11-29 09:42:28     FALSE
## 5382     FALSE             0            <NA> 2022-11-29 09:42:08      TRUE
## 5383     FALSE             0            <NA> 2022-11-29 09:42:03     FALSE
## 5384     FALSE             0            <NA> 2022-11-29 09:41:56     FALSE
## 5385     FALSE             0            <NA> 2022-11-29 09:41:27     FALSE
## 5386     FALSE             0            <NA> 2022-11-29 09:41:26     FALSE
## 5387     FALSE             8            <NA> 2022-11-29 09:41:16      TRUE
## 5388     FALSE             0            <NA> 2022-11-29 09:41:15     FALSE
## 5389     FALSE             0            <NA> 2022-11-29 09:41:07     FALSE
## 5390     FALSE             0            <NA> 2022-11-29 09:41:04     FALSE
## 5391     FALSE             0            <NA> 2022-11-29 09:40:53     FALSE
## 5392     FALSE             0            <NA> 2022-11-29 09:40:40     FALSE
## 5393     FALSE             0            <NA> 2022-11-29 09:40:37     FALSE
## 5394     FALSE             0            <NA> 2022-11-29 09:40:25     FALSE
## 5395     FALSE             0            <NA> 2022-11-29 09:40:18     FALSE
## 5396     FALSE             0            <NA> 2022-11-29 09:40:17      TRUE
## 5397     FALSE             0            <NA> 2022-11-29 09:40:06     FALSE
## 5398     FALSE             0            <NA> 2022-11-29 09:39:54     FALSE
## 5399     FALSE             6            <NA> 2022-11-29 09:39:31      TRUE
## 5400     FALSE             0            <NA> 2022-11-29 09:39:30     FALSE
## 5401     FALSE             0          dpop_p 2022-11-29 09:39:09      TRUE
## 5402     FALSE             0            <NA> 2022-11-29 09:38:45     FALSE
## 5403     FALSE            20            <NA> 2022-11-29 09:38:38     FALSE
## 5404     FALSE             0       LaraHReid 2022-11-29 09:38:29      TRUE
## 5405     FALSE             0            <NA> 2022-11-29 09:38:24     FALSE
## 5406     FALSE             0            <NA> 2022-11-29 09:38:17     FALSE
## 5407     FALSE             0            <NA> 2022-11-29 09:37:48     FALSE
## 5408     FALSE             0            <NA> 2022-11-29 09:37:46     FALSE
## 5409     FALSE             0            <NA> 2022-11-29 09:37:37     FALSE
## 5410     FALSE             0            <NA> 2022-11-29 09:37:17     FALSE
## 5411     FALSE             0            <NA> 2022-11-29 09:37:17     FALSE
## 5412     FALSE             1          dpop_p 2022-11-29 09:37:08      TRUE
## 5413     FALSE             0            <NA> 2022-11-29 09:37:05     FALSE
## 5414     FALSE             0 TheMadamCrimson 2022-11-29 09:37:05     FALSE
## 5415     FALSE             0   IRCTCofficial 2022-11-29 09:36:51     FALSE
## 5416     FALSE            16            <NA> 2022-11-29 09:36:50     FALSE
## 5417     FALSE             0            <NA> 2022-11-29 09:36:40     FALSE
## 5418     FALSE             0            <NA> 2022-11-29 09:36:38     FALSE
## 5419     FALSE             0            <NA> 2022-11-29 09:36:27     FALSE
## 5420     FALSE            33            <NA> 2022-11-29 09:36:05     FALSE
## 5421     FALSE             0            <NA> 2022-11-29 09:36:01     FALSE
## 5422     FALSE             0            <NA> 2022-11-29 09:35:49     FALSE
## 5423     FALSE             0            <NA> 2022-11-29 09:35:38     FALSE
## 5424     FALSE             0            <NA> 2022-11-29 09:35:28     FALSE
## 5425     FALSE             0            <NA> 2022-11-29 09:35:23     FALSE
## 5426     FALSE             0            <NA> 2022-11-29 09:35:01     FALSE
## 5427     FALSE             1        BLcritic 2022-11-29 09:35:00      TRUE
## 5428     FALSE             0            <NA> 2022-11-29 09:34:52     FALSE
## 5429     FALSE             0            <NA> 2022-11-29 09:34:51     FALSE
## 5430     FALSE             0            <NA> 2022-11-29 09:34:34     FALSE
## 5431     FALSE            21            <NA> 2022-11-29 09:34:33      TRUE
## 5432     FALSE             0            <NA> 2022-11-29 09:34:20     FALSE
## 5433     FALSE            11        red_loeb 2022-11-29 09:34:08      TRUE
## 5434     FALSE             0            <NA> 2022-11-29 09:34:02     FALSE
## 5435     FALSE             0     omobabalaja 2022-11-29 09:33:48     FALSE
## 5436     FALSE             0            <NA> 2022-11-29 09:33:41     FALSE
## 5437     FALSE             0            <NA> 2022-11-29 09:33:40     FALSE
## 5438     FALSE             7            <NA> 2022-11-29 09:33:39      TRUE
## 5439     FALSE             0            <NA> 2022-11-29 09:33:30     FALSE
## 5440     FALSE             0            <NA> 2022-11-29 09:33:25      TRUE
## 5441     FALSE             0            <NA> 2022-11-29 09:33:11     FALSE
## 5442     FALSE             0            <NA> 2022-11-29 09:33:03     FALSE
## 5443     FALSE             0            <NA> 2022-11-29 09:32:59     FALSE
## 5444     FALSE             0            <NA> 2022-11-29 09:32:55     FALSE
## 5445     FALSE             0            <NA> 2022-11-29 09:32:55     FALSE
## 5446     FALSE             0            <NA> 2022-11-29 09:32:46     FALSE
## 5447     FALSE             0            <NA> 2022-11-29 09:32:43     FALSE
## 5448     FALSE             0            <NA> 2022-11-29 09:32:37     FALSE
## 5449     FALSE             0            <NA> 2022-11-29 09:32:35     FALSE
## 5450     FALSE             0            <NA> 2022-11-29 09:32:34     FALSE
## 5451     FALSE            41            <NA> 2022-11-29 09:32:32      TRUE
## 5452     FALSE             0            <NA> 2022-11-29 09:31:55     FALSE
## 5453     FALSE             3            <NA> 2022-11-29 09:31:38      TRUE
## 5454     FALSE             0            <NA> 2022-11-29 09:31:24     FALSE
## 5455     FALSE             0            <NA> 2022-11-29 09:31:13     FALSE
## 5456     FALSE             0            <NA> 2022-11-29 09:31:09     FALSE
## 5457     FALSE             0            <NA> 2022-11-29 09:31:08     FALSE
## 5458     FALSE             0    GreenpeaceAP 2022-11-29 09:31:07      TRUE
## 5459     FALSE             0            <NA> 2022-11-29 09:31:04     FALSE
## 5460     FALSE             0            <NA> 2022-11-29 09:30:40     FALSE
## 5461     FALSE             1  Strawb3rryDunk 2022-11-29 09:30:35      TRUE
## 5462     FALSE             2        thvracha 2022-11-29 09:30:31     FALSE
## 5463     FALSE             0            <NA> 2022-11-29 09:30:27     FALSE
## 5464     FALSE             0            <NA> 2022-11-29 09:30:24     FALSE
## 5465     FALSE             0            <NA> 2022-11-29 09:30:23     FALSE
## 5466     FALSE             0    cookieracha_ 2022-11-29 09:30:20     FALSE
## 5467     FALSE             2 heroicendeavour 2022-11-29 09:30:03      TRUE
## 5468     FALSE             0            <NA> 2022-11-29 09:30:02     FALSE
## 5469     FALSE            51            <NA> 2022-11-29 09:29:58      TRUE
## 5470     FALSE             0            <NA> 2022-11-29 09:29:48     FALSE
## 5471     FALSE             0            <NA> 2022-11-29 09:29:42     FALSE
## 5472     FALSE             0            <NA> 2022-11-29 09:29:38     FALSE
## 5473     FALSE             0            <NA> 2022-11-29 09:29:38     FALSE
## 5474     FALSE            10            <NA> 2022-11-29 09:29:37     FALSE
## 5475     FALSE             0            <NA> 2022-11-29 09:29:37     FALSE
## 5476     FALSE             0        hyunlxed 2022-11-29 09:29:21     FALSE
## 5477     FALSE             0            <NA> 2022-11-29 09:29:16     FALSE
## 5478     FALSE             0            <NA> 2022-11-29 09:29:09     FALSE
## 5479     FALSE             0            <NA> 2022-11-29 09:29:05      TRUE
## 5480     FALSE             0            <NA> 2022-11-29 09:29:05     FALSE
## 5481     FALSE             0            <NA> 2022-11-29 09:29:04     FALSE
## 5482     FALSE             0            <NA> 2022-11-29 09:28:59     FALSE
## 5483     FALSE             0            <NA> 2022-11-29 09:28:45     FALSE
## 5484     FALSE             0      artbyhwang 2022-11-29 09:28:44     FALSE
## 5485     FALSE             0            <NA> 2022-11-29 09:28:38     FALSE
## 5486     FALSE             0            <NA> 2022-11-29 09:28:30     FALSE
## 5487     FALSE             0            <NA> 2022-11-29 09:28:25      TRUE
## 5488     FALSE            75            <NA> 2022-11-29 09:28:19      TRUE
## 5489     FALSE             0      GioHassoun 2022-11-29 09:28:19     FALSE
## 5490     FALSE             3            <NA> 2022-11-29 09:28:09     FALSE
## 5491     FALSE             0            <NA> 2022-11-29 09:28:05     FALSE
## 5492     FALSE             0   EianSolidsOFC 2022-11-29 09:27:41     FALSE
## 5493     FALSE             0    cookieracha_ 2022-11-29 09:27:35     FALSE
## 5494     FALSE             0            <NA> 2022-11-29 09:27:33     FALSE
## 5495     FALSE             0            <NA> 2022-11-29 09:27:30     FALSE
## 5496     FALSE            19            <NA> 2022-11-29 09:27:30     FALSE
## 5497     FALSE             2         smhw123 2022-11-29 09:27:25      TRUE
## 5498     FALSE             0            <NA> 2022-11-29 09:27:12     FALSE
## 5499     FALSE             0            <NA> 2022-11-29 09:27:07     FALSE
## 5500     FALSE             3            <NA> 2022-11-29 09:27:00     FALSE
## 5501     FALSE            10            <NA> 2022-11-29 09:27:00      TRUE
## 5502     FALSE             0            <NA> 2022-11-29 09:26:53      TRUE
## 5503     FALSE             0            <NA> 2022-11-29 09:26:45     FALSE
## 5504     FALSE             0            <NA> 2022-11-29 09:26:40     FALSE
## 5505     FALSE             0            <NA> 2022-11-29 09:26:24     FALSE
## 5506     FALSE             0            <NA> 2022-11-29 09:26:23     FALSE
## 5507     FALSE             0            <NA> 2022-11-29 09:26:19      TRUE
## 5508     FALSE             3        bubibbiu 2022-11-29 09:26:10     FALSE
## 5509     FALSE             0            <NA> 2022-11-29 09:26:07     FALSE
## 5510     FALSE             0            <NA> 2022-11-29 09:26:02     FALSE
## 5511     FALSE             0            <NA> 2022-11-29 09:25:48      TRUE
## 5512     FALSE             0            <NA> 2022-11-29 09:25:46     FALSE
## 5513     FALSE             0            <NA> 2022-11-29 09:25:38      TRUE
## 5514     FALSE             1  AdelekeFunmi18 2022-11-29 09:25:25     FALSE
## 5515     FALSE             0            <NA> 2022-11-29 09:25:21     FALSE
## 5516     FALSE             0            <NA> 2022-11-29 09:25:19     FALSE
## 5517     FALSE             0            <NA> 2022-11-29 09:25:14     FALSE
## 5518     FALSE             0            <NA> 2022-11-29 09:25:13     FALSE
## 5519     FALSE             0            <NA> 2022-11-29 09:25:12     FALSE
## 5520     FALSE             0            <NA> 2022-11-29 09:25:06     FALSE
## 5521     FALSE             0            <NA> 2022-11-29 09:25:05     FALSE
## 5522     FALSE             0            <NA> 2022-11-29 09:25:02     FALSE
## 5523     FALSE             0            <NA> 2022-11-29 09:24:57     FALSE
## 5524     FALSE             0 BigBootyJudy_14 2022-11-29 09:24:52     FALSE
## 5525     FALSE             0            <NA> 2022-11-29 09:24:50     FALSE
## 5526     FALSE             0            <NA> 2022-11-29 09:24:45     FALSE
## 5527     FALSE             0            <NA> 2022-11-29 09:23:41     FALSE
## 5528     FALSE            20        _OmPlayz 2022-11-29 09:23:17      TRUE
## 5529     FALSE             0            <NA> 2022-11-29 09:23:12     FALSE
## 5530     FALSE             0            <NA> 2022-11-29 09:23:07     FALSE
## 5531     FALSE             4            <NA> 2022-11-29 09:22:42     FALSE
## 5532     FALSE             0            <NA> 2022-11-29 09:22:07      TRUE
## 5533     FALSE             4       KurobaInu 2022-11-29 09:21:30      TRUE
## 5534     FALSE             0            <NA> 2022-11-29 09:21:19     FALSE
## 5535     FALSE             0            <NA> 2022-11-29 09:21:00     FALSE
## 5536     FALSE             1      GioHassoun 2022-11-29 09:20:43     FALSE
## 5537     FALSE             0            <NA> 2022-11-29 09:19:59     FALSE
## 5538     FALSE             0            <NA> 2022-11-29 09:19:54     FALSE
## 5539     FALSE             0            <NA> 2022-11-29 09:19:51     FALSE
## 5540     FALSE             0            <NA> 2022-11-29 09:19:50     FALSE
## 5541     FALSE             0            <NA> 2022-11-29 09:19:45     FALSE
## 5542     FALSE             0  iPrinceSaviour 2022-11-29 09:19:38      TRUE
## 5543     FALSE             0            <NA> 2022-11-29 09:19:27     FALSE
## 5544     FALSE             0            <NA> 2022-11-29 09:19:11     FALSE
## 5545     FALSE             0            <NA> 2022-11-29 09:18:50     FALSE
## 5546     FALSE             0            <NA> 2022-11-29 09:18:34     FALSE
## 5547     FALSE             0            <NA> 2022-11-29 09:18:22     FALSE
## 5548     FALSE             0            <NA> 2022-11-29 09:18:22     FALSE
## 5549     FALSE            21     urfavcatpun 2022-11-29 09:18:15      TRUE
## 5550     FALSE             0            <NA> 2022-11-29 09:18:14     FALSE
## 5551     FALSE             0            <NA> 2022-11-29 09:18:14     FALSE
## 5552     FALSE             0            <NA> 2022-11-29 09:18:09     FALSE
## 5553     FALSE            13            <NA> 2022-11-29 09:18:02     FALSE
## 5554     FALSE             0            <NA> 2022-11-29 09:17:54     FALSE
## 5555     FALSE             0            <NA> 2022-11-29 09:17:52     FALSE
## 5556     FALSE             1      hualianrot 2022-11-29 09:17:47     FALSE
## 5557     FALSE             0            <NA> 2022-11-29 09:17:46     FALSE
## 5558     FALSE             0            <NA> 2022-11-29 09:17:21     FALSE
## 5559     FALSE             0            <NA> 2022-11-29 09:17:11     FALSE
## 5560     FALSE             0            <NA> 2022-11-29 09:17:03     FALSE
## 5561     FALSE            26            <NA> 2022-11-29 09:17:03     FALSE
## 5562     FALSE             0            <NA> 2022-11-29 09:17:01      TRUE
## 5563     FALSE             0            <NA> 2022-11-29 09:16:57     FALSE
## 5564     FALSE             0            <NA> 2022-11-29 09:16:50     FALSE
## 5565     FALSE             0   JinkiWaistPls 2022-11-29 09:16:17     FALSE
## 5566     FALSE             6            <NA> 2022-11-29 09:16:09     FALSE
## 5567     FALSE             0            <NA> 2022-11-29 09:15:56     FALSE
## 5568     FALSE             0            <NA> 2022-11-29 09:15:49      TRUE
## 5569     FALSE             1        billawki 2022-11-29 09:15:37      TRUE
## 5570     FALSE             0            <NA> 2022-11-29 09:15:26     FALSE
## 5571     FALSE             0            <NA> 2022-11-29 09:15:19     FALSE
## 5572     FALSE             0            <NA> 2022-11-29 09:15:05     FALSE
## 5573     FALSE             0            <NA> 2022-11-29 09:15:00     FALSE
## 5574     FALSE             0            <NA> 2022-11-29 09:14:56     FALSE
## 5575     FALSE             0            <NA> 2022-11-29 09:14:46     FALSE
## 5576     FALSE             0            <NA> 2022-11-29 09:14:22     FALSE
## 5577     FALSE             0            <NA> 2022-11-29 09:14:16     FALSE
## 5578     FALSE             0            <NA> 2022-11-29 09:13:42     FALSE
## 5579     FALSE             1      Agavegator 2022-11-29 09:13:33     FALSE
## 5580     FALSE             0            <NA> 2022-11-29 09:13:29     FALSE
## 5581     FALSE             0            <NA> 2022-11-29 09:13:25     FALSE
## 5582     FALSE             2        bl_4_eva 2022-11-29 09:13:21      TRUE
## 5583     FALSE             1            <NA> 2022-11-29 09:12:45     FALSE
## 5584     FALSE             1     Rewritten17 2022-11-29 09:12:27      TRUE
## 5585     FALSE             2            <NA> 2022-11-29 09:12:27      TRUE
## 5586     FALSE             0            <NA> 2022-11-29 09:12:13     FALSE
## 5587     FALSE             0            <NA> 2022-11-29 09:12:02     FALSE
## 5588     FALSE             0            <NA> 2022-11-29 09:11:58     FALSE
## 5589     FALSE             0            <NA> 2022-11-29 09:11:49     FALSE
## 5590     FALSE             0            <NA> 2022-11-29 09:11:34     FALSE
## 5591     FALSE             0            <NA> 2022-11-29 09:11:13     FALSE
## 5592     FALSE             0            <NA> 2022-11-29 09:11:13     FALSE
## 5593     FALSE             0            <NA> 2022-11-29 09:10:51     FALSE
## 5594     FALSE             0            <NA> 2022-11-29 09:10:40     FALSE
## 5595     FALSE            11            <NA> 2022-11-29 09:10:37      TRUE
## 5596     FALSE             0            <NA> 2022-11-29 09:10:28     FALSE
## 5597     FALSE             0            <NA> 2022-11-29 09:10:23     FALSE
## 5598     FALSE             0        Kunzirio 2022-11-29 09:10:10     FALSE
## 5599     FALSE             0            <NA> 2022-11-29 09:09:44     FALSE
## 5600     FALSE            10            <NA> 2022-11-29 09:09:43      TRUE
## 5601     FALSE             0            <NA> 2022-11-29 09:09:08     FALSE
## 5602     FALSE             0            <NA> 2022-11-29 09:09:07     FALSE
## 5603     FALSE             0            <NA> 2022-11-29 09:09:01     FALSE
## 5604     FALSE             0            <NA> 2022-11-29 09:09:00     FALSE
## 5605     FALSE             0            <NA> 2022-11-29 09:08:50     FALSE
## 5606     FALSE             0            <NA> 2022-11-29 09:08:42     FALSE
## 5607     FALSE             0            <NA> 2022-11-29 09:07:54     FALSE
## 5608     FALSE             0            <NA> 2022-11-29 09:07:53     FALSE
## 5609     FALSE            10 EngMartyrSchool 2022-11-29 09:07:50      TRUE
## 5610     FALSE             0            <NA> 2022-11-29 09:07:42     FALSE
## 5611     FALSE             0            <NA> 2022-11-29 09:07:38     FALSE
## 5612     FALSE             1    AdriianoDott 2022-11-29 09:07:33     FALSE
## 5613     FALSE             0            <NA> 2022-11-29 09:07:19     FALSE
## 5614     FALSE             0   totheyearning 2022-11-29 09:07:17     FALSE
## 5615     FALSE             0            <NA> 2022-11-29 09:07:14     FALSE
## 5616     FALSE             0            <NA> 2022-11-29 09:07:14     FALSE
## 5617     FALSE             0            <NA> 2022-11-29 09:07:08     FALSE
## 5618     FALSE             0            <NA> 2022-11-29 09:06:56     FALSE
## 5619     FALSE             0            <NA> 2022-11-29 09:06:45     FALSE
## 5620     FALSE             0            <NA> 2022-11-29 09:06:40     FALSE
## 5621     FALSE             0            <NA> 2022-11-29 09:06:39     FALSE
## 5622     FALSE             0            <NA> 2022-11-29 09:06:37     FALSE
## 5623     FALSE             0            <NA> 2022-11-29 09:06:33     FALSE
## 5624     FALSE             0            <NA> 2022-11-29 09:06:32     FALSE
## 5625     FALSE             0            <NA> 2022-11-29 09:06:17     FALSE
## 5626     FALSE             0            <NA> 2022-11-29 09:06:09     FALSE
## 5627     FALSE             0            <NA> 2022-11-29 09:06:03     FALSE
## 5628     FALSE             0            <NA> 2022-11-29 09:05:25     FALSE
## 5629     FALSE             0            <NA> 2022-11-29 09:05:18     FALSE
## 5630     FALSE             0            <NA> 2022-11-29 09:05:15     FALSE
## 5631     FALSE             0            <NA> 2022-11-29 09:05:13     FALSE
## 5632     FALSE             0         patpr4n 2022-11-29 09:05:13      TRUE
## 5633     FALSE             0            <NA> 2022-11-29 09:05:13     FALSE
## 5634     FALSE             0            <NA> 2022-11-29 09:05:10     FALSE
## 5635     FALSE             0            <NA> 2022-11-29 09:05:04     FALSE
## 5636     FALSE             3      aguilar_ve 2022-11-29 09:04:59     FALSE
## 5637     FALSE             0            <NA> 2022-11-29 09:04:45     FALSE
## 5638     FALSE             0            <NA> 2022-11-29 09:04:44     FALSE
## 5639     FALSE             0            <NA> 2022-11-29 09:04:37     FALSE
## 5640     FALSE             0            <NA> 2022-11-29 09:04:36     FALSE
## 5641     FALSE             0            <NA> 2022-11-29 09:04:28     FALSE
## 5642     FALSE             0            <NA> 2022-11-29 09:04:17     FALSE
## 5643     FALSE             0            <NA> 2022-11-29 09:04:01     FALSE
## 5644     FALSE             0            <NA> 2022-11-29 09:03:36     FALSE
## 5645     FALSE             0            <NA> 2022-11-29 09:03:18     FALSE
## 5646     FALSE             0            <NA> 2022-11-29 09:02:56     FALSE
## 5647     FALSE             0            <NA> 2022-11-29 09:02:55     FALSE
## 5648     FALSE             0            <NA> 2022-11-29 09:02:49     FALSE
## 5649     FALSE             0            <NA> 2022-11-29 09:02:40     FALSE
## 5650     FALSE             0            <NA> 2022-11-29 09:02:36     FALSE
## 5651     FALSE             0            <NA> 2022-11-29 09:02:34     FALSE
## 5652     FALSE             1       anjacks0n 2022-11-29 09:02:32     FALSE
## 5653     FALSE             0            <NA> 2022-11-29 09:02:29     FALSE
## 5654     FALSE             0       LucaVaran 2022-11-29 09:02:27     FALSE
## 5655     FALSE             6            <NA> 2022-11-29 09:02:08     FALSE
## 5656     FALSE             0            <NA> 2022-11-29 09:01:53     FALSE
## 5657     FALSE             0            <NA> 2022-11-29 09:01:39     FALSE
## 5658     FALSE             0            <NA> 2022-11-29 09:01:36     FALSE
## 5659     FALSE             0            <NA> 2022-11-29 09:01:32     FALSE
## 5660     FALSE             0            <NA> 2022-11-29 09:01:32     FALSE
## 5661     FALSE             9   illustrata_ai 2022-11-29 09:01:29      TRUE
## 5662     FALSE             0            <NA> 2022-11-29 09:01:05     FALSE
## 5663     FALSE             0            <NA> 2022-11-29 09:01:04     FALSE
## 5664     FALSE             0            <NA> 2022-11-29 09:00:29     FALSE
## 5665     FALSE             0            <NA> 2022-11-29 09:00:28     FALSE
## 5666     FALSE             0        Naawiell 2022-11-29 09:00:27     FALSE
## 5667     FALSE             0            <NA> 2022-11-29 09:00:23     FALSE
## 5668     FALSE             2            <NA> 2022-11-29 09:00:03     FALSE
## 5669     FALSE            11            <NA> 2022-11-29 09:00:02      TRUE
## 5670     FALSE             0            <NA> 2022-11-29 08:59:57     FALSE
## 5671     FALSE             0            <NA> 2022-11-29 08:59:50     FALSE
## 5672     FALSE             0            <NA> 2022-11-29 08:59:28     FALSE
## 5673     FALSE            21   illustrata_ai 2022-11-29 08:59:05      TRUE
## 5674     FALSE             0            <NA> 2022-11-29 08:59:04     FALSE
## 5675     FALSE             0            <NA> 2022-11-29 08:58:20     FALSE
## 5676     FALSE             0            <NA> 2022-11-29 08:58:17     FALSE
## 5677     FALSE             0            <NA> 2022-11-29 08:58:07     FALSE
## 5678     FALSE             0            <NA> 2022-11-29 08:58:05     FALSE
## 5679     FALSE             0            <NA> 2022-11-29 08:58:02     FALSE
## 5680     FALSE             0            <NA> 2022-11-29 08:57:56     FALSE
## 5681     FALSE             1   illustrata_ai 2022-11-29 08:57:54      TRUE
## 5682     FALSE             1            <NA> 2022-11-29 08:57:41     FALSE
## 5683     FALSE             0            <NA> 2022-11-29 08:57:39     FALSE
## 5684     FALSE             0            <NA> 2022-11-29 08:57:27     FALSE
## 5685     FALSE             0            <NA> 2022-11-29 08:57:00     FALSE
## 5686     FALSE             0            <NA> 2022-11-29 08:56:57     FALSE
## 5687     FALSE             0            <NA> 2022-11-29 08:56:43     FALSE
## 5688     FALSE             0            <NA> 2022-11-29 08:56:41     FALSE
## 5689     FALSE             0            <NA> 2022-11-29 08:56:39     FALSE
## 5690     FALSE             0            <NA> 2022-11-29 08:56:30     FALSE
## 5691     FALSE           216            <NA> 2022-11-29 08:56:19      TRUE
## 5692     FALSE             0            <NA> 2022-11-29 08:56:15     FALSE
## 5693     FALSE             2    BLUPDATE2022 2022-11-29 08:56:14      TRUE
## 5694     FALSE             0            <NA> 2022-11-29 08:55:48     FALSE
## 5695     FALSE             0            <NA> 2022-11-29 08:55:47     FALSE
## 5696     FALSE             0            <NA> 2022-11-29 08:55:23     FALSE
## 5697     FALSE             0            <NA> 2022-11-29 08:55:22     FALSE
## 5698     FALSE             0            <NA> 2022-11-29 08:55:22     FALSE
## 5699     FALSE             0            <NA> 2022-11-29 08:55:11     FALSE
## 5700     FALSE             0            <NA> 2022-11-29 08:55:10     FALSE
## 5701     FALSE             0            <NA> 2022-11-29 08:55:07     FALSE
## 5702     FALSE             0            <NA> 2022-11-29 08:55:01     FALSE
## 5703     FALSE             0            <NA> 2022-11-29 08:55:00     FALSE
## 5704     FALSE             0            <NA> 2022-11-29 08:54:55     FALSE
## 5705     FALSE             0            <NA> 2022-11-29 08:53:53     FALSE
## 5706     FALSE             0            <NA> 2022-11-29 08:53:49     FALSE
## 5707     FALSE             0            <NA> 2022-11-29 08:53:37      TRUE
## 5708     FALSE             0            <NA> 2022-11-29 08:53:27     FALSE
## 5709     FALSE             7            <NA> 2022-11-29 08:53:14      TRUE
## 5710     FALSE             1 IanJamesMartin4 2022-11-29 08:53:10      TRUE
## 5711     FALSE             0            <NA> 2022-11-29 08:53:01      TRUE
## 5712     FALSE             0            <NA> 2022-11-29 08:52:46     FALSE
## 5713     FALSE             0            <NA> 2022-11-29 08:52:37     FALSE
## 5714     FALSE             0            <NA> 2022-11-29 08:52:30     FALSE
## 5715     FALSE            11            <NA> 2022-11-29 08:52:20     FALSE
## 5716     FALSE             2            <NA> 2022-11-29 08:52:20     FALSE
## 5717     FALSE             0            <NA> 2022-11-29 08:52:15     FALSE
## 5718     FALSE             0            <NA> 2022-11-29 08:52:09     FALSE
## 5719     FALSE             0            <NA> 2022-11-29 08:50:57     FALSE
## 5720     FALSE             0            <NA> 2022-11-29 08:50:51     FALSE
## 5721     FALSE             0            <NA> 2022-11-29 08:50:51     FALSE
## 5722     FALSE             0            <NA> 2022-11-29 08:50:33     FALSE
## 5723     FALSE             0            <NA> 2022-11-29 08:49:41      TRUE
## 5724     FALSE             0            <NA> 2022-11-29 08:49:19     FALSE
## 5725     FALSE             0    BLUPDATE2022 2022-11-29 08:49:14      TRUE
## 5726     FALSE             1       jaehworId 2022-11-29 08:48:48     FALSE
## 5727     FALSE             0            <NA> 2022-11-29 08:48:38     FALSE
## 5728     FALSE             2     junkofzeart 2022-11-29 08:48:26     FALSE
## 5729     FALSE             0            <NA> 2022-11-29 08:48:05     FALSE
## 5730     FALSE             0            <NA> 2022-11-29 08:48:00     FALSE
## 5731     FALSE             0           GMMTV 2022-11-29 08:47:55     FALSE
## 5732     FALSE             0            <NA> 2022-11-29 08:47:42     FALSE
## 5733     FALSE             0            <NA> 2022-11-29 08:47:26     FALSE
## 5734     FALSE             0            <NA> 2022-11-29 08:47:26     FALSE
## 5735     FALSE             0            <NA> 2022-11-29 08:47:26     FALSE
## 5736     FALSE             1            <NA> 2022-11-29 08:47:21     FALSE
## 5737     FALSE             1            <NA> 2022-11-29 08:47:18      TRUE
## 5738     FALSE             0            <NA> 2022-11-29 08:47:18     FALSE
## 5739     FALSE             0            <NA> 2022-11-29 08:47:09     FALSE
## 5740     FALSE             0            <NA> 2022-11-29 08:47:06     FALSE
## 5741     FALSE             0            <NA> 2022-11-29 08:46:48     FALSE
## 5742     FALSE             2            <NA> 2022-11-29 08:46:42      TRUE
## 5743     FALSE             0            <NA> 2022-11-29 08:46:34     FALSE
## 5744     FALSE             0            <NA> 2022-11-29 08:45:52     FALSE
## 5745     FALSE             0            <NA> 2022-11-29 08:45:50     FALSE
## 5746     FALSE             0            <NA> 2022-11-29 08:45:24     FALSE
## 5747     FALSE             2   MangaMoguraRE 2022-11-29 08:45:20     FALSE
## 5748     FALSE             0            <NA> 2022-11-29 08:45:09     FALSE
## 5749     FALSE             0            <NA> 2022-11-29 08:44:57     FALSE
## 5750     FALSE             0            <NA> 2022-11-29 08:44:56     FALSE
## 5751     FALSE             0            <NA> 2022-11-29 08:44:40     FALSE
## 5752     FALSE             0            <NA> 2022-11-29 08:44:32     FALSE
## 5753     FALSE             0            <NA> 2022-11-29 08:44:26     FALSE
## 5754     FALSE             0            <NA> 2022-11-29 08:43:49      TRUE
## 5755     FALSE             0            <NA> 2022-11-29 08:43:23     FALSE
## 5756     FALSE             0            <NA> 2022-11-29 08:43:23     FALSE
## 5757     FALSE           182  JoGibsonWriter 2022-11-29 08:42:50      TRUE
## 5758     FALSE             0            <NA> 2022-11-29 08:42:47     FALSE
## 5759     FALSE            82            <NA> 2022-11-29 08:42:18      TRUE
## 5760     FALSE             0            <NA> 2022-11-29 08:42:17     FALSE
## 5761     FALSE             0            <NA> 2022-11-29 08:42:13     FALSE
## 5762     FALSE             0            <NA> 2022-11-29 08:42:07     FALSE
## 5763     FALSE             0        Sai76739 2022-11-29 08:42:06      TRUE
## 5764     FALSE             0            <NA> 2022-11-29 08:42:02     FALSE
## 5765     FALSE             9        fubroshi 2022-11-29 08:42:00      TRUE
## 5766     FALSE             0            <NA> 2022-11-29 08:41:55     FALSE
## 5767     FALSE             0            <NA> 2022-11-29 08:41:46     FALSE
## 5768     FALSE             0            <NA> 2022-11-29 08:41:29     FALSE
## 5769     FALSE             0            <NA> 2022-11-29 08:41:21     FALSE
## 5770     FALSE             2            <NA> 2022-11-29 08:40:49     FALSE
## 5771     FALSE             2    Ansel_Easton 2022-11-29 08:40:44     FALSE
## 5772     FALSE             0            <NA> 2022-11-29 08:40:32     FALSE
## 5773     FALSE             0            <NA> 2022-11-29 08:40:29     FALSE
## 5774     FALSE             0            <NA> 2022-11-29 08:40:18     FALSE
## 5775     FALSE             0            <NA> 2022-11-29 08:39:57     FALSE
## 5776     FALSE             0            <NA> 2022-11-29 08:39:57     FALSE
## 5777     FALSE             0            <NA> 2022-11-29 08:39:53     FALSE
## 5778     FALSE            50            <NA> 2022-11-29 08:39:51     FALSE
## 5779     FALSE             0            <NA> 2022-11-29 08:39:40     FALSE
## 5780     FALSE             0            <NA> 2022-11-29 08:39:25     FALSE
## 5781     FALSE             0       KenamiRBX 2022-11-29 08:39:19     FALSE
## 5782     FALSE             0            <NA> 2022-11-29 08:39:19     FALSE
## 5783     FALSE             0            <NA> 2022-11-29 08:39:19     FALSE
## 5784     FALSE             0            <NA> 2022-11-29 08:39:05     FALSE
## 5785     FALSE             0            <NA> 2022-11-29 08:38:55     FALSE
## 5786     FALSE             0            <NA> 2022-11-29 08:38:55     FALSE
## 5787     FALSE             0            <NA> 2022-11-29 08:38:38     FALSE
## 5788     FALSE             0            <NA> 2022-11-29 08:38:38     FALSE
## 5789     FALSE             0            <NA> 2022-11-29 08:38:32     FALSE
## 5790     FALSE             0            <NA> 2022-11-29 08:38:11     FALSE
## 5791     FALSE             0            <NA> 2022-11-29 08:38:04     FALSE
## 5792     FALSE             0            <NA> 2022-11-29 08:38:02     FALSE
## 5793     FALSE             0            <NA> 2022-11-29 08:37:51     FALSE
## 5794     FALSE             0            <NA> 2022-11-29 08:37:29      TRUE
## 5795     FALSE             0            <NA> 2022-11-29 08:37:10     FALSE
## 5796     FALSE             0            <NA> 2022-11-29 08:37:07     FALSE
## 5797     FALSE             0            <NA> 2022-11-29 08:36:57     FALSE
## 5798     FALSE             0      tanniesgay 2022-11-29 08:36:08     FALSE
## 5799     FALSE             0            <NA> 2022-11-29 08:35:31     FALSE
## 5800     FALSE             0            <NA> 2022-11-29 08:35:31      TRUE
## 5801     FALSE             1  queertangerine 2022-11-29 08:35:30      TRUE
## 5802     FALSE             0            <NA> 2022-11-29 08:35:18     FALSE
## 5803     FALSE             0            <NA> 2022-11-29 08:35:11     FALSE
## 5804     FALSE             2  queertangerine 2022-11-29 08:34:59      TRUE
## 5805     FALSE             0            <NA> 2022-11-29 08:34:44     FALSE
## 5806     FALSE            38            <NA> 2022-11-29 08:34:38     FALSE
## 5807     FALSE             0          Sufy2_ 2022-11-29 08:34:36     FALSE
## 5808     FALSE             1      bl_artcult 2022-11-29 08:34:20     FALSE
## 5809     FALSE             0            <NA> 2022-11-29 08:34:17     FALSE
## 5810     FALSE             0            <NA> 2022-11-29 08:34:01     FALSE
## 5811     FALSE             1            <NA> 2022-11-29 08:33:50     FALSE
## 5812     FALSE             0            <NA> 2022-11-29 08:33:32     FALSE
## 5813     FALSE             0            <NA> 2022-11-29 08:33:27     FALSE
## 5814     FALSE             0            <NA> 2022-11-29 08:33:24     FALSE
## 5815     FALSE             0            <NA> 2022-11-29 08:33:13     FALSE
## 5816     FALSE             0            <NA> 2022-11-29 08:33:12      TRUE
## 5817     FALSE             0            <NA> 2022-11-29 08:33:07      TRUE
## 5818     FALSE             0            <NA> 2022-11-29 08:33:02     FALSE
## 5819     FALSE             0            <NA> 2022-11-29 08:32:58     FALSE
## 5820     FALSE             0            <NA> 2022-11-29 08:32:39     FALSE
## 5821     FALSE             0            <NA> 2022-11-29 08:32:30     FALSE
## 5822     FALSE             0            <NA> 2022-11-29 08:32:27      TRUE
## 5823     FALSE             0            <NA> 2022-11-29 08:31:56     FALSE
## 5824     FALSE             0            <NA> 2022-11-29 08:31:45     FALSE
## 5825     FALSE             0            <NA> 2022-11-29 08:31:18     FALSE
## 5826     FALSE             0            <NA> 2022-11-29 08:30:59     FALSE
## 5827     FALSE             0            <NA> 2022-11-29 08:30:40     FALSE
## 5828     FALSE             0            <NA> 2022-11-29 08:30:37     FALSE
## 5829     FALSE             0            <NA> 2022-11-29 08:30:37     FALSE
## 5830     FALSE             0            <NA> 2022-11-29 08:30:00     FALSE
## 5831     FALSE             0            <NA> 2022-11-29 08:30:00     FALSE
## 5832     FALSE             2            <NA> 2022-11-29 08:30:00     FALSE
## 5833     FALSE             0            <NA> 2022-11-29 08:29:39      TRUE
## 5834     FALSE             0            <NA> 2022-11-29 08:29:34     FALSE
## 5835     FALSE             0            <NA> 2022-11-29 08:29:31     FALSE
## 5836     FALSE            20            <NA> 2022-11-29 08:29:28     FALSE
## 5837     FALSE             0            <NA> 2022-11-29 08:29:03     FALSE
## 5838     FALSE             0            <NA> 2022-11-29 08:29:01     FALSE
## 5839     FALSE           143            <NA> 2022-11-29 08:28:58      TRUE
## 5840     FALSE             0            <NA> 2022-11-29 08:28:54     FALSE
## 5841     FALSE             0            <NA> 2022-11-29 08:28:19     FALSE
## 5842     FALSE             0            <NA> 2022-11-29 08:28:09     FALSE
## 5843     FALSE             0            <NA> 2022-11-29 08:28:05     FALSE
## 5844     FALSE             0        Skarrow9 2022-11-29 08:27:55      TRUE
## 5845     FALSE             0            <NA> 2022-11-29 08:27:52     FALSE
## 5846     FALSE             0            <NA> 2022-11-29 08:27:47     FALSE
## 5847     FALSE             0            <NA> 2022-11-29 08:27:25     FALSE
## 5848     FALSE             0    StrayKStream 2022-11-29 08:27:23     FALSE
## 5849     FALSE             0            <NA> 2022-11-29 08:27:23     FALSE
## 5850     FALSE             0            <NA> 2022-11-29 08:27:14     FALSE
## 5851     FALSE             0            <NA> 2022-11-29 08:27:08     FALSE
## 5852     FALSE             1            <NA> 2022-11-29 08:27:00     FALSE
## 5853     FALSE            98            <NA> 2022-11-29 08:26:45      TRUE
## 5854     FALSE             0            <NA> 2022-11-29 08:26:40     FALSE
## 5855     FALSE             0            <NA> 2022-11-29 08:26:35     FALSE
## 5856     FALSE             0       jaehworId 2022-11-29 08:26:33     FALSE
## 5857     FALSE             0            <NA> 2022-11-29 08:25:33     FALSE
## 5858     FALSE             0            <NA> 2022-11-29 08:25:22     FALSE
## 5859     FALSE             0            <NA> 2022-11-29 08:25:19     FALSE
## 5860     FALSE             0            <NA> 2022-11-29 08:25:15     FALSE
## 5861     FALSE             0            <NA> 2022-11-29 08:25:10     FALSE
## 5862     FALSE             0            <NA> 2022-11-29 08:24:53     FALSE
## 5863     FALSE             0            <NA> 2022-11-29 08:24:52     FALSE
## 5864     FALSE             0            <NA> 2022-11-29 08:24:15     FALSE
## 5865     FALSE             0            <NA> 2022-11-29 08:24:08     FALSE
## 5866     FALSE             0            <NA> 2022-11-29 08:24:01     FALSE
## 5867     FALSE             0            <NA> 2022-11-29 08:23:56     FALSE
## 5868     FALSE             5          fpianz 2022-11-29 08:23:52      TRUE
## 5869     FALSE             0            <NA> 2022-11-29 08:23:49      TRUE
## 5870     FALSE             0            <NA> 2022-11-29 08:23:42     FALSE
## 5871     FALSE             0            <NA> 2022-11-29 08:23:36     FALSE
## 5872     FALSE             0            <NA> 2022-11-29 08:23:22     FALSE
## 5873     FALSE             2   illustrata_ai 2022-11-29 08:23:21     FALSE
## 5874     FALSE             0            <NA> 2022-11-29 08:23:16     FALSE
## 5875     FALSE             0            <NA> 2022-11-29 08:23:02     FALSE
## 5876     FALSE             0            <NA> 2022-11-29 08:22:59     FALSE
## 5877     FALSE             1            <NA> 2022-11-29 08:22:56      TRUE
## 5878     FALSE             0            <NA> 2022-11-29 08:22:41     FALSE
## 5879     FALSE             0            <NA> 2022-11-29 08:22:32      TRUE
## 5880     FALSE             0            <NA> 2022-11-29 08:22:26     FALSE
## 5881     FALSE             0            <NA> 2022-11-29 08:22:14     FALSE
## 5882     FALSE             0            <NA> 2022-11-29 08:22:03     FALSE
## 5883     FALSE             0      me__nooo9o 2022-11-29 08:21:57     FALSE
## 5884     FALSE             1   blooxmelodies 2022-11-29 08:21:40     FALSE
## 5885     FALSE             0            <NA> 2022-11-29 08:21:37     FALSE
## 5886     FALSE             0            <NA> 2022-11-29 08:21:15     FALSE
## 5887     FALSE             0            <NA> 2022-11-29 08:21:07     FALSE
## 5888     FALSE             0     nathanj3001 2022-11-29 08:20:32      TRUE
## 5889     FALSE             0            <NA> 2022-11-29 08:20:29     FALSE
## 5890     FALSE             5  Iovi_Sacra_Art 2022-11-29 08:20:20      TRUE
## 5891     FALSE             0            <NA> 2022-11-29 08:20:10     FALSE
## 5892     FALSE             0            <NA> 2022-11-29 08:20:05      TRUE
## 5893     FALSE             0            <NA> 2022-11-29 08:20:04     FALSE
## 5894     FALSE             0            <NA> 2022-11-29 08:19:42     FALSE
## 5895     FALSE             0            <NA> 2022-11-29 08:19:30     FALSE
## 5896     FALSE             0            <NA> 2022-11-29 08:19:30     FALSE
## 5897     FALSE             2   illustrata_ai 2022-11-29 08:19:23      TRUE
## 5898     FALSE             0        1122O8O8 2022-11-29 08:19:21      TRUE
## 5899     FALSE             0            <NA> 2022-11-29 08:18:54     FALSE
## 5900     FALSE             1 ToMySunflower19 2022-11-29 08:18:34     FALSE
## 5901     FALSE             0       onigriomi 2022-11-29 08:18:24     FALSE
## 5902     FALSE             0            <NA> 2022-11-29 08:18:17     FALSE
## 5903     FALSE             0            <NA> 2022-11-29 08:18:12     FALSE
## 5904     FALSE             0            <NA> 2022-11-29 08:17:50     FALSE
## 5905     FALSE             0            <NA> 2022-11-29 08:17:32     FALSE
## 5906     FALSE             0            <NA> 2022-11-29 08:17:14     FALSE
## 5907     FALSE             0            <NA> 2022-11-29 08:16:51     FALSE
## 5908     FALSE             1        megz6344 2022-11-29 08:16:36     FALSE
## 5909     FALSE             1            <NA> 2022-11-29 08:16:12     FALSE
## 5910     FALSE             0            <NA> 2022-11-29 08:16:01     FALSE
## 5911     FALSE             0            <NA> 2022-11-29 08:15:59     FALSE
## 5912     FALSE             0            <NA> 2022-11-29 08:15:38     FALSE
## 5913     FALSE             0            <NA> 2022-11-29 08:15:38     FALSE
## 5914     FALSE             0            <NA> 2022-11-29 08:15:28     FALSE
## 5915     FALSE             2      punxkilled 2022-11-29 08:15:22     FALSE
## 5916     FALSE             0            <NA> 2022-11-29 08:15:21     FALSE
## 5917     FALSE             0            <NA> 2022-11-29 08:15:13     FALSE
## 5918     FALSE             2       travis_bl 2022-11-29 08:15:12     FALSE
## 5919     FALSE             0            <NA> 2022-11-29 08:14:32     FALSE
## 5920     FALSE             5            <NA> 2022-11-29 08:14:11     FALSE
## 5921     FALSE             0            <NA> 2022-11-29 08:14:02     FALSE
## 5922     FALSE             0            <NA> 2022-11-29 08:13:58     FALSE
## 5923     FALSE             0            <NA> 2022-11-29 08:13:57     FALSE
## 5924     FALSE             4      voodookunt 2022-11-29 08:13:52     FALSE
## 5925     FALSE             0            <NA> 2022-11-29 08:13:50     FALSE
## 5926     FALSE             8            <NA> 2022-11-29 08:13:49      TRUE
## 5927     FALSE             0            <NA> 2022-11-29 08:13:48     FALSE
## 5928     FALSE             1          bl_hkg 2022-11-29 08:13:44     FALSE
## 5929     FALSE             0            <NA> 2022-11-29 08:13:43     FALSE
## 5930     FALSE             2       Stixx1979 2022-11-29 08:13:08     FALSE
## 5931     FALSE             0            <NA> 2022-11-29 08:13:06     FALSE
## 5932     FALSE             0            <NA> 2022-11-29 08:12:28     FALSE
## 5933     FALSE             3 hermit_wanderer 2022-11-29 08:12:22      TRUE
## 5934     FALSE             3            <NA> 2022-11-29 08:11:34     FALSE
## 5935     FALSE             0 ChefOnTheCorner 2022-11-29 08:11:21     FALSE
## 5936     FALSE             0            <NA> 2022-11-29 08:11:13     FALSE
## 5937     FALSE             0            <NA> 2022-11-29 08:10:59     FALSE
## 5938     FALSE             0            <NA> 2022-11-29 08:10:35     FALSE
## 5939     FALSE             0            <NA> 2022-11-29 08:10:32     FALSE
## 5940     FALSE             0            <NA> 2022-11-29 08:10:14     FALSE
## 5941     FALSE             0            <NA> 2022-11-29 08:10:09     FALSE
## 5942     FALSE             0            <NA> 2022-11-29 08:09:55     FALSE
## 5943     FALSE             1 ManekiNekoAIArt 2022-11-29 08:09:38     FALSE
## 5944     FALSE             0            <NA> 2022-11-29 08:09:30     FALSE
## 5945     FALSE             0            <NA> 2022-11-29 08:09:14     FALSE
## 5946     FALSE             0            <NA> 2022-11-29 08:09:12     FALSE
## 5947     FALSE             2      bl_artcult 2022-11-29 08:08:53     FALSE
## 5948     FALSE             0            <NA> 2022-11-29 08:08:25     FALSE
## 5949     FALSE             0            <NA> 2022-11-29 08:08:00     FALSE
## 5950     FALSE             2        prananon 2022-11-29 08:07:54      TRUE
## 5951     FALSE             0            <NA> 2022-11-29 08:07:47     FALSE
## 5952     FALSE             0            <NA> 2022-11-29 08:07:41     FALSE
## 5953     FALSE             2          Waddy1 2022-11-29 08:07:01     FALSE
## 5954     FALSE             0            <NA> 2022-11-29 08:06:56     FALSE
## 5955     FALSE             0            <NA> 2022-11-29 08:06:41     FALSE
## 5956     FALSE             0            <NA> 2022-11-29 08:06:40     FALSE
## 5957     FALSE             2   kchartsmaster 2022-11-29 08:06:37     FALSE
## 5958     FALSE             0            <NA> 2022-11-29 08:06:35     FALSE
## 5959     FALSE             0            <NA> 2022-11-29 08:06:07     FALSE
## 5960     FALSE             6     deeperflows 2022-11-29 08:06:04      TRUE
## 5961     FALSE             0            <NA> 2022-11-29 08:06:01     FALSE
## 5962     FALSE             0      jodanspace 2022-11-29 08:06:00     FALSE
## 5963     FALSE             0            <NA> 2022-11-29 08:05:57     FALSE
## 5964     FALSE             2     chi_chi_uwu 2022-11-29 08:05:42      TRUE
## 5965     FALSE             0            <NA> 2022-11-29 08:05:41     FALSE
## 5966     FALSE             0            <NA> 2022-11-29 08:05:24     FALSE
## 5967     FALSE             0       psychiizu 2022-11-29 08:05:19     FALSE
## 5968     FALSE             0     myadrinette 2022-11-29 08:05:04     FALSE
## 5969     FALSE             5     myadrinette 2022-11-29 08:05:04     FALSE
## 5970     FALSE             0            <NA> 2022-11-29 08:05:00     FALSE
## 5971     FALSE             1          bl_hkg 2022-11-29 08:04:40     FALSE
## 5972     FALSE             0            <NA> 2022-11-29 08:04:35     FALSE
## 5973     FALSE             0            <NA> 2022-11-29 08:04:27      TRUE
## 5974     FALSE            25            <NA> 2022-11-29 08:04:26      TRUE
## 5975     FALSE             0            <NA> 2022-11-29 08:04:11     FALSE
## 5976     FALSE             0            <NA> 2022-11-29 08:03:48     FALSE
## 5977     FALSE             0            <NA> 2022-11-29 08:03:33     FALSE
## 5978     FALSE             0      meowpopo94 2022-11-29 08:03:07      TRUE
## 5979     FALSE             0 ANDIETHEASPIE69 2022-11-29 08:03:05      TRUE
## 5980     FALSE             0            <NA> 2022-11-29 08:03:00      TRUE
## 5981     FALSE             0            <NA> 2022-11-29 08:02:55     FALSE
## 5982     FALSE             2            <NA> 2022-11-29 08:02:49     FALSE
## 5983     FALSE             0            <NA> 2022-11-29 08:02:21     FALSE
## 5984     FALSE            20            <NA> 2022-11-29 08:01:29      TRUE
## 5985     FALSE             0            <NA> 2022-11-29 08:01:10      TRUE
## 5986     FALSE             1            <NA> 2022-11-29 08:01:01     FALSE
## 5987     FALSE             0            <NA> 2022-11-29 08:00:58     FALSE
## 5988     FALSE             1       yumehisas 2022-11-29 08:00:52     FALSE
## 5989     FALSE             6            <NA> 2022-11-29 08:00:01      TRUE
## 5990     FALSE             1            <NA> 2022-11-29 07:59:38     FALSE
## 5991     FALSE             7            <NA> 2022-11-29 07:59:09     FALSE
## 5992     FALSE             0            <NA> 2022-11-29 07:58:50     FALSE
## 5993     FALSE             0    Anyainthesky 2022-11-29 07:58:37     FALSE
## 5994     FALSE             0            <NA> 2022-11-29 07:58:32     FALSE
## 5995     FALSE             2            <NA> 2022-11-29 07:58:32     FALSE
## 5996     FALSE             1            <NA> 2022-11-29 07:58:30      TRUE
## 5997     FALSE             6            <NA> 2022-11-29 07:58:29      TRUE
## 5998     FALSE             0            <NA> 2022-11-29 07:58:24     FALSE
## 5999     FALSE             0            <NA> 2022-11-29 07:58:12     FALSE
## 6000     FALSE             0  FabrizioRomano 2022-11-29 07:58:09     FALSE
## 6001     FALSE             4   Afolashade___ 2022-11-29 07:58:02     FALSE
## 6002     FALSE             0            <NA> 2022-11-29 07:57:58     FALSE
## 6003     FALSE             0            <NA> 2022-11-29 07:57:51     FALSE
## 6004     FALSE             3 Charity49133192 2022-11-29 07:57:51      TRUE
## 6005     FALSE             0            <NA> 2022-11-29 07:57:45      TRUE
## 6006     FALSE             0            <NA> 2022-11-29 07:57:39      TRUE
## 6007     FALSE             0            <NA> 2022-11-29 07:56:41     FALSE
## 6008     FALSE             3            <NA> 2022-11-29 07:56:40     FALSE
## 6009     FALSE             0            <NA> 2022-11-29 07:56:33     FALSE
## 6010     FALSE             0            <NA> 2022-11-29 07:55:59     FALSE
## 6011     FALSE             0            <NA> 2022-11-29 07:55:41     FALSE
## 6012     FALSE             0            <NA> 2022-11-29 07:55:29     FALSE
## 6013     FALSE             0            <NA> 2022-11-29 07:55:20     FALSE
## 6014     FALSE             0            <NA> 2022-11-29 07:55:20     FALSE
## 6015     FALSE             2       vegascore 2022-11-29 07:55:14     FALSE
## 6016     FALSE             0            <NA> 2022-11-29 07:55:08     FALSE
## 6017     FALSE             0            <NA> 2022-11-29 07:54:37     FALSE
## 6018     FALSE             0            <NA> 2022-11-29 07:54:37     FALSE
## 6019     FALSE             3         WXMSfan 2022-11-29 07:54:32      TRUE
## 6020     FALSE             0            <NA> 2022-11-29 07:54:03     FALSE
## 6021     FALSE             1     _sara_jade_ 2022-11-29 07:53:58     FALSE
## 6022     FALSE             0            <NA> 2022-11-29 07:53:56     FALSE
## 6023     FALSE             0            <NA> 2022-11-29 07:53:47     FALSE
## 6024     FALSE             0            <NA> 2022-11-29 07:53:27     FALSE
## 6025     FALSE             0            <NA> 2022-11-29 07:53:25     FALSE
## 6026     FALSE             0            <NA> 2022-11-29 07:53:25     FALSE
## 6027     FALSE             0            <NA> 2022-11-29 07:53:21     FALSE
## 6028     FALSE             0            <NA> 2022-11-29 07:53:21     FALSE
## 6029     FALSE             0            <NA> 2022-11-29 07:53:10     FALSE
## 6030     FALSE             0            <NA> 2022-11-29 07:53:07     FALSE
## 6031     FALSE             4            <NA> 2022-11-29 07:53:02     FALSE
## 6032     FALSE             0            <NA> 2022-11-29 07:51:59     FALSE
## 6033     FALSE             0            <NA> 2022-11-29 07:51:52     FALSE
## 6034     FALSE             0            <NA> 2022-11-29 07:51:50     FALSE
## 6035     FALSE             0            <NA> 2022-11-29 07:51:50     FALSE
## 6036     FALSE             0            <NA> 2022-11-29 07:51:37     FALSE
## 6037     FALSE             4       WorldNfts 2022-11-29 07:51:18     FALSE
## 6038     FALSE             0            <NA> 2022-11-29 07:51:17     FALSE
## 6039     FALSE             0            <NA> 2022-11-29 07:51:07     FALSE
## 6040     FALSE             7            <NA> 2022-11-29 07:51:05     FALSE
## 6041     FALSE             2            <NA> 2022-11-29 07:51:03     FALSE
## 6042     FALSE             0            <NA> 2022-11-29 07:51:03     FALSE
## 6043     FALSE             0            <NA> 2022-11-29 07:50:57     FALSE
## 6044     FALSE             0            <NA> 2022-11-29 07:50:38     FALSE
## 6045     FALSE             0            <NA> 2022-11-29 07:50:03     FALSE
## 6046     FALSE             0            <NA> 2022-11-29 07:49:39     FALSE
## 6047     FALSE             0            <NA> 2022-11-29 07:49:38     FALSE
## 6048     FALSE             0            <NA> 2022-11-29 07:49:35     FALSE
## 6049     FALSE             1         Ol_BL_D 2022-11-29 07:48:51     FALSE
## 6050     FALSE             1         Ol_BL_D 2022-11-29 07:48:51      TRUE
## 6051     FALSE             1            <NA> 2022-11-29 07:48:50      TRUE
## 6052     FALSE             0            <NA> 2022-11-29 07:48:42     FALSE
## 6053     FALSE             0            <NA> 2022-11-29 07:48:16     FALSE
## 6054     FALSE             0            <NA> 2022-11-29 07:48:15     FALSE
## 6055     FALSE             0 somebitchcamren 2022-11-29 07:47:52      TRUE
## 6056     FALSE             1          bl_hkg 2022-11-29 07:47:35     FALSE
## 6057     FALSE             1       rvinpeaxe 2022-11-29 07:47:29      TRUE
## 6058     FALSE             0            <NA> 2022-11-29 07:47:21     FALSE
## 6059     FALSE             0      coffeewing 2022-11-29 07:46:57     FALSE
## 6060     FALSE             0            <NA> 2022-11-29 07:46:54      TRUE
## 6061     FALSE             0            <NA> 2022-11-29 07:46:43     FALSE
## 6062     FALSE             0            <NA> 2022-11-29 07:46:38     FALSE
## 6063     FALSE             0            <NA> 2022-11-29 07:46:24     FALSE
## 6064     FALSE             0            <NA> 2022-11-29 07:46:20     FALSE
## 6065     FALSE             0            <NA> 2022-11-29 07:46:02     FALSE
## 6066     FALSE             0            <NA> 2022-11-29 07:45:57     FALSE
## 6067     FALSE             0            <NA> 2022-11-29 07:45:55     FALSE
## 6068     FALSE             1            <NA> 2022-11-29 07:45:53      TRUE
## 6069     FALSE             0            <NA> 2022-11-29 07:44:55     FALSE
## 6070     FALSE             0            <NA> 2022-11-29 07:44:46     FALSE
## 6071     FALSE             0            <NA> 2022-11-29 07:44:43     FALSE
## 6072     FALSE             0            <NA> 2022-11-29 07:44:28     FALSE
## 6073     FALSE             0            <NA> 2022-11-29 07:44:21     FALSE
## 6074     FALSE             0            <NA> 2022-11-29 07:44:16     FALSE
## 6075     FALSE             0            <NA> 2022-11-29 07:44:04      TRUE
## 6076     FALSE            32            <NA> 2022-11-29 07:43:53      TRUE
## 6077     FALSE             0            <NA> 2022-11-29 07:43:48     FALSE
## 6078     FALSE             0            <NA> 2022-11-29 07:43:48     FALSE
## 6079     FALSE             0            <NA> 2022-11-29 07:43:45     FALSE
## 6080     FALSE             0            <NA> 2022-11-29 07:43:40     FALSE
## 6081     FALSE             0            <NA> 2022-11-29 07:43:30     FALSE
## 6082     FALSE             0            <NA> 2022-11-29 07:43:14     FALSE
## 6083     FALSE             0       GutsnPuck 2022-11-29 07:42:45     FALSE
## 6084     FALSE             0            <NA> 2022-11-29 07:41:44     FALSE
## 6085     FALSE             0            <NA> 2022-11-29 07:41:18     FALSE
## 6086     FALSE             0            <NA> 2022-11-29 07:41:18     FALSE
## 6087     FALSE             6     Morph_VGart 2022-11-29 07:41:13      TRUE
## 6088     FALSE             0            <NA> 2022-11-29 07:41:13     FALSE
## 6089     FALSE             2            <NA> 2022-11-29 07:41:11      TRUE
## 6090     FALSE             0            <NA> 2022-11-29 07:41:08     FALSE
## 6091     FALSE             1     AmamiVenice 2022-11-29 07:40:51     FALSE
## 6092     FALSE             0            <NA> 2022-11-29 07:40:39     FALSE
## 6093     FALSE             0            <NA> 2022-11-29 07:40:22     FALSE
## 6094     FALSE             1  ClaireGroves19 2022-11-29 07:40:22     FALSE
## 6095     FALSE             0            <NA> 2022-11-29 07:40:13     FALSE
## 6096     FALSE             0   kchartsmaster 2022-11-29 07:40:09     FALSE
## 6097     FALSE             0            <NA> 2022-11-29 07:39:53     FALSE
## 6098     FALSE            57            <NA> 2022-11-29 07:39:49     FALSE
## 6099     FALSE             0            <NA> 2022-11-29 07:39:47     FALSE
## 6100     FALSE             0            <NA> 2022-11-29 07:39:43     FALSE
## 6101     FALSE             1   VIGlLANTESHlT 2022-11-29 07:39:29     FALSE
## 6102     FALSE             0            <NA> 2022-11-29 07:39:28     FALSE
## 6103     FALSE             0            <NA> 2022-11-29 07:39:19     FALSE
## 6104     FALSE             0            <NA> 2022-11-29 07:39:18     FALSE
## 6105     FALSE             0            <NA> 2022-11-29 07:39:02     FALSE
## 6106     FALSE             1      Mile4Life_ 2022-11-29 07:38:59      TRUE
## 6107     FALSE             0            <NA> 2022-11-29 07:38:46     FALSE
## 6108     FALSE             0            <NA> 2022-11-29 07:38:21     FALSE
## 6109     FALSE             0            <NA> 2022-11-29 07:37:59     FALSE
## 6110     FALSE             0            <NA> 2022-11-29 07:37:52     FALSE
## 6111     FALSE             0            <NA> 2022-11-29 07:37:44     FALSE
## 6112     FALSE             0            <NA> 2022-11-29 07:37:39     FALSE
## 6113     FALSE             0            <NA> 2022-11-29 07:37:38     FALSE
## 6114     FALSE             0            <NA> 2022-11-29 07:37:26     FALSE
## 6115     FALSE             0            <NA> 2022-11-29 07:37:13     FALSE
## 6116     FALSE             0            <NA> 2022-11-29 07:36:55     FALSE
## 6117     FALSE             0            <NA> 2022-11-29 07:36:45     FALSE
## 6118     FALSE             0     kittyporous 2022-11-29 07:36:42     FALSE
## 6119     FALSE             0            <NA> 2022-11-29 07:36:18     FALSE
## 6120     FALSE             0            <NA> 2022-11-29 07:36:15     FALSE
## 6121     FALSE             0            <NA> 2022-11-29 07:36:05     FALSE
## 6122     FALSE             0            <NA> 2022-11-29 07:36:01     FALSE
## 6123     FALSE             0            <NA> 2022-11-29 07:36:00     FALSE
## 6124     FALSE             0            <NA> 2022-11-29 07:35:46     FALSE
## 6125     FALSE             0            <NA> 2022-11-29 07:35:46     FALSE
## 6126     FALSE             0            <NA> 2022-11-29 07:35:44     FALSE
## 6127     FALSE             0            <NA> 2022-11-29 07:35:38     FALSE
## 6128     FALSE             0            <NA> 2022-11-29 07:35:38     FALSE
## 6129     FALSE             0            <NA> 2022-11-29 07:35:22     FALSE
## 6130     FALSE             0            <NA> 2022-11-29 07:35:11     FALSE
## 6131     FALSE             0            <NA> 2022-11-29 07:34:45     FALSE
## 6132     FALSE             0            <NA> 2022-11-29 07:34:04     FALSE
## 6133     FALSE             0            <NA> 2022-11-29 07:33:56     FALSE
## 6134     FALSE             0            <NA> 2022-11-29 07:33:47     FALSE
## 6135     FALSE             0            <NA> 2022-11-29 07:33:33     FALSE
## 6136     FALSE             0         evcocuk 2022-11-29 07:33:33     FALSE
## 6137     FALSE             0            <NA> 2022-11-29 07:33:28     FALSE
## 6138     FALSE             0            <NA> 2022-11-29 07:33:22     FALSE
## 6139     FALSE             1            <NA> 2022-11-29 07:33:20      TRUE
## 6140     FALSE             0            <NA> 2022-11-29 07:33:17     FALSE
## 6141     FALSE             0            <NA> 2022-11-29 07:33:16     FALSE
## 6142     FALSE             0            <NA> 2022-11-29 07:33:04     FALSE
## 6143     FALSE             0            <NA> 2022-11-29 07:33:02     FALSE
## 6144     FALSE             0            <NA> 2022-11-29 07:33:00     FALSE
## 6145     FALSE             0            <NA> 2022-11-29 07:32:59     FALSE
## 6146     FALSE             0            <NA> 2022-11-29 07:32:57     FALSE
## 6147     FALSE             0            <NA> 2022-11-29 07:32:55     FALSE
## 6148     FALSE             0            <NA> 2022-11-29 07:32:33     FALSE
## 6149     FALSE             0            <NA> 2022-11-29 07:32:30     FALSE
## 6150     FALSE             0            <NA> 2022-11-29 07:32:29     FALSE
## 6151     FALSE             0            <NA> 2022-11-29 07:32:23     FALSE
## 6152     FALSE             0            <NA> 2022-11-29 07:32:03     FALSE
## 6153     FALSE             0            <NA> 2022-11-29 07:31:48     FALSE
## 6154     FALSE             7            <NA> 2022-11-29 07:31:42      TRUE
## 6155     FALSE             1   simpingforapo 2022-11-29 07:31:40     FALSE
## 6156     FALSE             0            <NA> 2022-11-29 07:31:12     FALSE
## 6157     FALSE             2      HMBoehmond 2022-11-29 07:30:52     FALSE
## 6158     FALSE             0            <NA> 2022-11-29 07:30:51     FALSE
## 6159     FALSE             0        bl_enthu 2022-11-29 07:30:48     FALSE
## 6160     FALSE            94            <NA> 2022-11-29 07:30:45     FALSE
## 6161     FALSE             0            <NA> 2022-11-29 07:30:45     FALSE
## 6162     FALSE             0            <NA> 2022-11-29 07:30:39     FALSE
## 6163     FALSE             0            <NA> 2022-11-29 07:30:17     FALSE
## 6164     FALSE             0            <NA> 2022-11-29 07:30:10     FALSE
## 6165     FALSE            70            <NA> 2022-11-29 07:30:00      TRUE
## 6166     FALSE             0            <NA> 2022-11-29 07:29:51      TRUE
## 6167     FALSE             0            <NA> 2022-11-29 07:29:44      TRUE
## 6168     FALSE             0            <NA> 2022-11-29 07:29:36     FALSE
## 6169     FALSE             0            <NA> 2022-11-29 07:29:31     FALSE
## 6170     FALSE             0            <NA> 2022-11-29 07:29:28     FALSE
## 6171     FALSE             1  humourpoliticn 2022-11-29 07:29:25      TRUE
## 6172     FALSE             1            <NA> 2022-11-29 07:29:25     FALSE
## 6173     FALSE            12   illustrata_ai 2022-11-29 07:29:19      TRUE
## 6174     FALSE             0            <NA> 2022-11-29 07:29:18     FALSE
## 6175     FALSE             0            <NA> 2022-11-29 07:29:01      TRUE
## 6176     FALSE             0            <NA> 2022-11-29 07:28:58     FALSE
## 6177     FALSE             0            <NA> 2022-11-29 07:28:55     FALSE
## 6178     FALSE             0            <NA> 2022-11-29 07:28:46     FALSE
## 6179     FALSE             0            <NA> 2022-11-29 07:28:40     FALSE
## 6180     FALSE             0            <NA> 2022-11-29 07:28:22     FALSE
## 6181     FALSE             0            <NA> 2022-11-29 07:28:19     FALSE
## 6182     FALSE             0            <NA> 2022-11-29 07:28:03     FALSE
## 6183     FALSE             0            <NA> 2022-11-29 07:28:00     FALSE
## 6184     FALSE             1      mobreiyaoi 2022-11-29 07:27:57     FALSE
## 6185     FALSE             0            <NA> 2022-11-29 07:27:26     FALSE
## 6186     FALSE             0            <NA> 2022-11-29 07:27:14     FALSE
## 6187     FALSE             1            <NA> 2022-11-29 07:27:12     FALSE
## 6188     FALSE            23            <NA> 2022-11-29 07:27:03      TRUE
## 6189     FALSE             0            <NA> 2022-11-29 07:26:30     FALSE
## 6190     FALSE            14            <NA> 2022-11-29 07:26:22      TRUE
## 6191     FALSE             0            <NA> 2022-11-29 07:26:01     FALSE
## 6192     FALSE             2        amli_art 2022-11-29 07:25:58      TRUE
## 6193     FALSE             0            <NA> 2022-11-29 07:25:28     FALSE
## 6194     FALSE             0            <NA> 2022-11-29 07:25:23     FALSE
## 6195     FALSE             0         mrtdqse 2022-11-29 07:25:15     FALSE
## 6196     FALSE             1      iminescent 2022-11-29 07:25:14     FALSE
## 6197     FALSE             0            <NA> 2022-11-29 07:25:14     FALSE
## 6198     FALSE             0            <NA> 2022-11-29 07:25:07     FALSE
## 6199     FALSE             0            <NA> 2022-11-29 07:24:42     FALSE
## 6200     FALSE             0            <NA> 2022-11-29 07:24:17     FALSE
## 6201     FALSE             0            <NA> 2022-11-29 07:24:04     FALSE
## 6202     FALSE             0        dizzi4me 2022-11-29 07:23:54     FALSE
## 6203     FALSE             0            <NA> 2022-11-29 07:23:26     FALSE
## 6204     FALSE             0            <NA> 2022-11-29 07:23:24     FALSE
## 6205     FALSE             0            <NA> 2022-11-29 07:22:58     FALSE
## 6206     FALSE             0            <NA> 2022-11-29 07:22:45     FALSE
## 6207     FALSE             0            <NA> 2022-11-29 07:22:31     FALSE
## 6208     FALSE             0            <NA> 2022-11-29 07:22:19     FALSE
## 6209     FALSE             0            <NA> 2022-11-29 07:22:16     FALSE
## 6210     FALSE             0            <NA> 2022-11-29 07:21:53     FALSE
## 6211     FALSE             0            <NA> 2022-11-29 07:21:45      TRUE
## 6212     FALSE             0            <NA> 2022-11-29 07:21:43     FALSE
## 6213     FALSE             0            <NA> 2022-11-29 07:21:21     FALSE
## 6214     FALSE             0            <NA> 2022-11-29 07:21:18     FALSE
## 6215     FALSE             0            <NA> 2022-11-29 07:20:49     FALSE
## 6216     FALSE             0            <NA> 2022-11-29 07:20:40     FALSE
## 6217     FALSE             0            <NA> 2022-11-29 07:20:35     FALSE
## 6218     FALSE             0            <NA> 2022-11-29 07:20:23     FALSE
## 6219     FALSE             0            <NA> 2022-11-29 07:20:06     FALSE
## 6220     FALSE             0            <NA> 2022-11-29 07:20:00     FALSE
## 6221     FALSE             0            <NA> 2022-11-29 07:19:49     FALSE
## 6222     FALSE             0            <NA> 2022-11-29 07:19:16     FALSE
## 6223     FALSE             5            <NA> 2022-11-29 07:19:12     FALSE
## 6224     FALSE             4            <NA> 2022-11-29 07:19:00     FALSE
## 6225     FALSE             0            <NA> 2022-11-29 07:18:56     FALSE
## 6226     FALSE             0            <NA> 2022-11-29 07:18:52     FALSE
## 6227     FALSE             2        RaeGun2k 2022-11-29 07:18:40      TRUE
## 6228     FALSE             0  Sapphirebunny2 2022-11-29 07:17:32     FALSE
## 6229     FALSE             0            <NA> 2022-11-29 07:17:22     FALSE
## 6230     FALSE             0     JDfromNY206 2022-11-29 07:17:01     FALSE
## 6231     FALSE             0            <NA> 2022-11-29 07:16:38     FALSE
## 6232     FALSE             0   ibloomlikenew 2022-11-29 07:16:33     FALSE
## 6233     FALSE             0            <NA> 2022-11-29 07:15:56     FALSE
## 6234     FALSE             0            <NA> 2022-11-29 07:15:51     FALSE
## 6235     FALSE             4            <NA> 2022-11-29 07:15:45      TRUE
## 6236     FALSE             0            <NA> 2022-11-29 07:15:34     FALSE
## 6237     FALSE             0            <NA> 2022-11-29 07:15:31     FALSE
## 6238     FALSE             0            <NA> 2022-11-29 07:15:21     FALSE
## 6239     FALSE             0            <NA> 2022-11-29 07:15:15     FALSE
## 6240     FALSE             0            <NA> 2022-11-29 07:14:55     FALSE
## 6241     FALSE             0            <NA> 2022-11-29 07:14:31     FALSE
## 6242     FALSE            33            <NA> 2022-11-29 07:14:28      TRUE
## 6243     FALSE             0            <NA> 2022-11-29 07:14:27     FALSE
## 6244     FALSE             8     ThatBihNaee 2022-11-29 07:14:19     FALSE
## 6245     FALSE            14   illustrata_ai 2022-11-29 07:14:01      TRUE
## 6246     FALSE             1       AjaWriter 2022-11-29 07:13:45      TRUE
## 6247     FALSE             5    incorrect_kp 2022-11-29 07:13:43     FALSE
## 6248     FALSE             0            <NA> 2022-11-29 07:13:22     FALSE
## 6249     FALSE             0            <NA> 2022-11-29 07:13:15     FALSE
##               replyToSID                  id          replyToUID
## 1                   <NA> 1597742181103841280                <NA>
## 2                   <NA> 1597742118541615104                <NA>
## 3    1597614332841709572 1597742096319803392            20646711
## 4                   <NA> 1597742092343685121                <NA>
## 5                   <NA> 1597742083246202880                <NA>
## 6    1597741922478854145 1597742066750324737 1370848961372815361
## 7    1597736851800195073 1597742039075983361          1076884633
## 8                   <NA> 1597741959258722305                <NA>
## 9                   <NA> 1597741947669680129                <NA>
## 10                  <NA> 1597741945962602497                <NA>
## 11                  <NA> 1597741938308177920                <NA>
## 12   1597730884144500736 1597741922478854145 1443040323064799237
## 13                  <NA> 1597741814249062401                <NA>
## 14                  <NA> 1597741758011826177                <NA>
## 15                  <NA> 1597741754450857986                <NA>
## 16                  <NA> 1597741702030450688                <NA>
## 17   1597741418617110528 1597741652281823232          3519867195
## 18   1597732053046689794 1597741646505918465  857664206270803968
## 19                  <NA> 1597741636217606144                <NA>
## 20                  <NA> 1597741625291464705                <NA>
## 21                  <NA> 1597741590990442496                <NA>
## 22                  <NA> 1597741569775239168                <NA>
## 23                  <NA> 1597741557486325760                <NA>
## 24                  <NA> 1597741468688744448                <NA>
## 25                  <NA> 1597741458102312960                <NA>
## 26                  <NA> 1597741361377447938                <NA>
## 27   1597714836938293248 1597741354914041856           172545619
## 28                  <NA> 1597741353005633539                <NA>
## 29                  <NA> 1597741243299401728                <NA>
## 30                  <NA> 1597741205328052224                <NA>
## 31                  <NA> 1597741169034698752                <NA>
## 32                  <NA> 1597741146016722944                <NA>
## 33   1597739511651663872 1597741023454982144            96040324
## 34                  <NA> 1597741022175723520                <NA>
## 35                  <NA> 1597740912234622977                <NA>
## 36                  <NA> 1597740848250134529                <NA>
## 37                  <NA> 1597740710052384769                <NA>
## 38                  <NA> 1597740668356788225                <NA>
## 39   1597739435176898560 1597740642016587777          2593093053
## 40                  <NA> 1597740625696534528                <NA>
## 41                  <NA> 1597740530762674176                <NA>
## 42                  <NA> 1597740497992560641                <NA>
## 43                  <NA> 1597740445135933440                <NA>
## 44                  <NA> 1597740430665609218                <NA>
## 45                  <NA> 1597740430103568384                <NA>
## 46                  <NA> 1597740368237240320                <NA>
## 47                  <NA> 1597740355994398720                <NA>
## 48                  <NA> 1597740351204495360                <NA>
## 49                  <NA> 1597740337304604672                <NA>
## 50                  <NA> 1597740260569403392                <NA>
## 51   1597717102940819456 1597740196065587200 1390049553232146449
## 52                  <NA> 1597740155732774913                <NA>
## 53                  <NA> 1597740092113973250                <NA>
## 54   1597735957473775616 1597740082001125377 1290415000696258567
## 55                  <NA> 1597740062980329473                <NA>
## 56                  <NA> 1597740038519156736                <NA>
## 57                  <NA> 1597739984714633217                <NA>
## 58                  <NA> 1597739957896228864                <NA>
## 59                  <NA> 1597739905618038785                <NA>
## 60                  <NA> 1597739899482001409                <NA>
## 61                  <NA> 1597739885665742849                <NA>
## 62   1597739683681034241 1597739801650032641 1264727885635518464
## 63   1597714126801113089 1597739767688331264 1184554424917745664
## 64                  <NA> 1597739747816112128                <NA>
## 65   1597729798214017025 1597739687677829121 1445436880439369731
## 66                  <NA> 1597739680724045824                <NA>
## 67                  <NA> 1597739657194004481                <NA>
## 68   1597733677911670784 1597739564692803584 1165809351027822593
## 69                  <NA> 1597739542580428800                <NA>
## 70   1597734667045961728 1597739529016061952  973902521814073346
## 71                  <NA> 1597739525052461058                <NA>
## 72                  <NA> 1597739499437821952                <NA>
## 73                  <NA> 1597739493926526978                <NA>
## 74                  <NA> 1597739489816117248                <NA>
## 75                  <NA> 1597739387282157568                <NA>
## 76                  <NA> 1597739365308207106                <NA>
## 77                  <NA> 1597739341912379392                <NA>
## 78                  <NA> 1597739286644035584                <NA>
## 79                  <NA> 1597739282310963200                <NA>
## 80                  <NA> 1597739210303483906                <NA>
## 81                  <NA> 1597739182343847936                <NA>
## 82                  <NA> 1597739170356637697                <NA>
## 83                  <NA> 1597739091290095617                <NA>
## 84                  <NA> 1597739064337174530                <NA>
## 85                  <NA> 1597739061216948224                <NA>
## 86                  <NA> 1597739056376356865                <NA>
## 87   1597738505266135041 1597739027956125698 1543065286571606019
## 88                  <NA> 1597739004601856000                <NA>
## 89                  <NA> 1597738945961689090                <NA>
## 90                  <NA> 1597738887581159424                <NA>
## 91   1597733077198831616 1597738870468411393          1043397433
## 92                  <NA> 1597738868711002112                <NA>
## 93   1597249806074015745 1597738821642498048 1478086531394977793
## 94                  <NA> 1597738806257516547                <NA>
## 95                  <NA> 1597738765254295552                <NA>
## 96                  <NA> 1597738762364391425                <NA>
## 97                  <NA> 1597738758379536386                <NA>
## 98                  <NA> 1597738731142025217                <NA>
## 99                  <NA> 1597738726477950981                <NA>
## 100                 <NA> 1597738687399624704                <NA>
## 101                 <NA> 1597738684065132544                <NA>
## 102                 <NA> 1597738674892181505                <NA>
## 103                 <NA> 1597738639160934401                <NA>
## 104                 <NA> 1597738524077613056                <NA>
## 105                 <NA> 1597738521544261634                <NA>
## 106                 <NA> 1597738384788967425                <NA>
## 107                 <NA> 1597738378250039296                <NA>
## 108                 <NA> 1597738328433967104                <NA>
## 109                 <NA> 1597738303536902145                <NA>
## 110                 <NA> 1597738272260001792                <NA>
## 111                 <NA> 1597738228005875714                <NA>
## 112                 <NA> 1597738202592329729                <NA>
## 113                 <NA> 1597738147781439490                <NA>
## 114                 <NA> 1597738093528088576                <NA>
## 115                 <NA> 1597738086922072064                <NA>
## 116                 <NA> 1597738054453641216                <NA>
## 117                 <NA> 1597738016046743552                <NA>
## 118                 <NA> 1597738011298439168                <NA>
## 119                 <NA> 1597738010132774912                <NA>
## 120                 <NA> 1597737948069658624                <NA>
## 121                 <NA> 1597737913923821569                <NA>
## 122                 <NA> 1597737863147581441                <NA>
## 123                 <NA> 1597737717026394112                <NA>
## 124                 <NA> 1597737712840310785                <NA>
## 125                 <NA> 1597737704615464961                <NA>
## 126                 <NA> 1597737687871807488                <NA>
## 127  1597684644547538944 1597737686160535552  899345275021647872
## 128  1597736011563663362 1597737574378110977 1523924018247745542
## 129                 <NA> 1597737550885814272                <NA>
## 130                 <NA> 1597737412687695873                <NA>
## 131                 <NA> 1597737391581990913                <NA>
## 132                 <NA> 1597737367225266176                <NA>
## 133                 <NA> 1597737339857604609                <NA>
## 134                 <NA> 1597737308979359747                <NA>
## 135                 <NA> 1597737300599148544                <NA>
## 136  1597730166020898816 1597737275714318336 1242121244650156033
## 137                 <NA> 1597737255241936897                <NA>
## 138                 <NA> 1597737185964306432                <NA>
## 139                 <NA> 1597737179605741569                <NA>
## 140                 <NA> 1597737174480609281                <NA>
## 141                 <NA> 1597737156554158081                <NA>
## 142                 <NA> 1597737137239363584                <NA>
## 143                 <NA> 1597737065860550657                <NA>
## 144                 <NA> 1597737031807143936                <NA>
## 145                 <NA> 1597737021363322882                <NA>
## 146                 <NA> 1597736990484889600                <NA>
## 147                 <NA> 1597736989377560579                <NA>
## 148                 <NA> 1597736952157069314                <NA>
## 149                 <NA> 1597736915671089153                <NA>
## 150                 <NA> 1597736841452478464                <NA>
## 151                 <NA> 1597736832384798721                <NA>
## 152                 <NA> 1597736749706641408                <NA>
## 153  1597711542497079297 1597736724528267265          3243777832
## 154                 <NA> 1597736634585214977                <NA>
## 155                 <NA> 1597736627778260993                <NA>
## 156                 <NA> 1597736613035249665                <NA>
## 157  1597733618436431872 1597736606076915712 1220784217690464259
## 158                 <NA> 1597736537101565954                <NA>
## 159                 <NA> 1597736480125820928                <NA>
## 160                 <NA> 1597736258565914625                <NA>
## 161                 <NA> 1597736255110144000                <NA>
## 162                 <NA> 1597736222595903489                <NA>
## 163                 <NA> 1597736179667193857                <NA>
## 164                 <NA> 1597736103855165440                <NA>
## 165                 <NA> 1597735849986117632                <NA>
## 166                 <NA> 1597735806512553984                <NA>
## 167                 <NA> 1597735780042280960                <NA>
## 168                 <NA> 1597735724778151937                <NA>
## 169                 <NA> 1597735669765324801                <NA>
## 170                 <NA> 1597735573858713601                <NA>
## 171                 <NA> 1597735515683688448                <NA>
## 172  1597735016397967360 1597735499413979136 1580690045417168923
## 173                 <NA> 1597735490874404864                <NA>
## 174                 <NA> 1597735475397398529                <NA>
## 175                 <NA> 1597735474839564288                <NA>
## 176                 <NA> 1597735438458159106                <NA>
## 177                 <NA> 1597735435706716160                <NA>
## 178  1597734011530809344 1597735404471345153 1472549227494584323
## 179                 <NA> 1597735365145948160                <NA>
## 180  1597734583080218624 1597735261521481728 1472549227494584323
## 181  1597734865201680384 1597735255871717376 1096205616538890240
## 182                 <NA> 1597735207335235584                <NA>
## 183                 <NA> 1597735189316177922                <NA>
## 184                 <NA> 1597735134891249664                <NA>
## 185                 <NA> 1597735063877464065                <NA>
## 186                 <NA> 1597735062576852992                <NA>
## 187                 <NA> 1597735014229151746                <NA>
## 188  1597497403095285760 1597734945522606080 1578470663106416640
## 189  1597721649348243456 1597734894926692355 1173419286863450113
## 190                 <NA> 1597734867563089920                <NA>
## 191                 <NA> 1597734774122385409                <NA>
## 192                 <NA> 1597734754203226112                <NA>
## 193                 <NA> 1597734719806136321                <NA>
## 194                 <NA> 1597734692131741700                <NA>
## 195                 <NA> 1597734684611731456                <NA>
## 196                 <NA> 1597734660234444801                <NA>
## 197                 <NA> 1597734582480404480                <NA>
## 198                 <NA> 1597734549177643008                <NA>
## 199                 <NA> 1597734507322683393                <NA>
## 200                 <NA> 1597734502901903360                <NA>
## 201  1597733924007919617 1597734486334373888 1406023747094695939
## 202                 <NA> 1597734439182028801                <NA>
## 203                 <NA> 1597734407036862466                <NA>
## 204                 <NA> 1597734378393993217                <NA>
## 205                 <NA> 1597734280624738305                <NA>
## 206                 <NA> 1597734275931344896                <NA>
## 207                 <NA> 1597734184956887040                <NA>
## 208                 <NA> 1597734178866761728                <NA>
## 209                 <NA> 1597734171807748096                <NA>
## 210                 <NA> 1597734056032358400                <NA>
## 211                 <NA> 1597734044107567105                <NA>
## 212                 <NA> 1597733997995753472                <NA>
## 213  1597732850757160960 1597733990445694978 1545498122461249536
## 214                 <NA> 1597733956149202946                <NA>
## 215  1597695855427211264 1597733938931593216 1233080502460002304
## 216                 <NA> 1597733870975455232                <NA>
## 217                 <NA> 1597733839287488513                <NA>
## 218                 <NA> 1597733785507725313                <NA>
## 219                 <NA> 1597733763576102913                <NA>
## 220                 <NA> 1597733730931466240                <NA>
## 221  1597732719215390720 1597733677911670784 1091543571868667909
## 222                 <NA> 1597733655077875721                <NA>
## 223                 <NA> 1597733589638328321                <NA>
## 224                 <NA> 1597733566544498688                <NA>
## 225                 <NA> 1597733552262893569                <NA>
## 226                 <NA> 1597733547946967041                <NA>
## 227                 <NA> 1597733547439452161                <NA>
## 228  1597249806074015745 1597733535611179008 1478086531394977793
## 229                 <NA> 1597733495052587008                <NA>
## 230                 <NA> 1597733486487797761                <NA>
## 231                 <NA> 1597733477201629185                <NA>
## 232                 <NA> 1597733457861709824                <NA>
## 233                 <NA> 1597733454732328960                <NA>
## 234  1597674855809576960 1597733452698173441            47644077
## 235                 <NA> 1597733427415252992                <NA>
## 236                 <NA> 1597733380342181888                <NA>
## 237                 <NA> 1597733336679878657                <NA>
## 238  1597732445146976256 1597733309362352128 1553044452524314624
## 239                 <NA> 1597733254123380736                <NA>
## 240                 <NA> 1597733216815050752                <NA>
## 241                 <NA> 1597733212893351937                <NA>
## 242                 <NA> 1597733171894038528                <NA>
## 243                 <NA> 1597733111437352963                <NA>
## 244                 <NA> 1597733015513632768                <NA>
## 245                 <NA> 1597732988439384065                <NA>
## 246                 <NA> 1597732985016832000                <NA>
## 247                 <NA> 1597732950791323649                <NA>
## 248  1597729092761444352 1597732841630367745 1528851158873382913
## 249                 <NA> 1597732840933773312                <NA>
## 250                 <NA> 1597732796700979201                <NA>
## 251                 <NA> 1597732792410202114                <NA>
## 252                 <NA> 1597732784126144512                <NA>
## 253  1597731607498326016 1597732771304120321 1597582718681890819
## 254                 <NA> 1597732763007959046                <NA>
## 255                 <NA> 1597732753369632769                <NA>
## 256                 <NA> 1597732752912445440                <NA>
## 257  1597652921964908545 1597732737884246016 1545562635650957312
## 258  1597732202275819522 1597732719215390720 1165809351027822593
## 259                 <NA> 1597732689897213952                <NA>
## 260                 <NA> 1597732620682813441                <NA>
## 261                 <NA> 1597732532891832320                <NA>
## 262                 <NA> 1597732524343857152                <NA>
## 263                 <NA> 1597732512104861696                <NA>
## 264                 <NA> 1597732499798790146                <NA>
## 265                 <NA> 1597732496082624513                <NA>
## 266                 <NA> 1597732477032091648                <NA>
## 267                 <NA> 1597732461114712065                <NA>
## 268  1597563274891268096 1597732441904803840 1434893340789526533
## 269                 <NA> 1597732397503905792                <NA>
## 270                 <NA> 1597732348682194946                <NA>
## 271                 <NA> 1597732310937313280                <NA>
## 272                 <NA> 1597732276573728769                <NA>
## 273                 <NA> 1597732235993833473                <NA>
## 274                 <NA> 1597732220369743872                <NA>
## 275  1597573706829778944 1597732210920284160  716218864460296192
## 276  1597725205526634496 1597732202275819522 1091543571868667909
## 277                 <NA> 1597732150425444354                <NA>
## 278                 <NA> 1597732133304696832                <NA>
## 279                 <NA> 1597732105555161088                <NA>
## 280  1597353657833762816 1597732092842213376           158049603
## 281  1597731559343329281 1597732072034304001 1328405310592217088
## 282                 <NA> 1597732056540512256                <NA>
## 283  1597584653946617858 1597732053046689794 1138994426347433984
## 284                 <NA> 1597732043500449792                <NA>
## 285                 <NA> 1597732028841353216                <NA>
## 286                 <NA> 1597731956112125952                <NA>
## 287                 <NA> 1597731912692666369                <NA>
## 288                 <NA> 1597731802289819648                <NA>
## 289                 <NA> 1597731776763691008                <NA>
## 290                 <NA> 1597731664872210433                <NA>
## 291                 <NA> 1597731649801703425                <NA>
## 292  1597651323847340032 1597731567409172480           347392051
## 293  1597730941992304645 1597731556361396225 1074971211095031808
## 294                 <NA> 1597731549872807936           774084776
## 295  1597728032655302658 1597731518608453632 1502537524207505417
## 296                 <NA> 1597731516528070657                <NA>
## 297                 <NA> 1597731478422847488                <NA>
## 298                 <NA> 1597731445208141824                <NA>
## 299                 <NA> 1597731390787055616                <NA>
## 300                 <NA> 1597731382717218817                <NA>
## 301                 <NA> 1597731377524649984                <NA>
## 302                 <NA> 1597731373728804864                <NA>
## 303  1597704431675781120 1597731223660826624 1292058612177625090
## 304                 <NA> 1597731136037605376                <NA>
## 305                 <NA> 1597731107558297600                <NA>
## 306                 <NA> 1597731093503180801                <NA>
## 307                 <NA> 1597731064705089536                <NA>
## 308                 <NA> 1597731051153297408                <NA>
## 309                 <NA> 1597731033449123840                <NA>
## 310  1597711606259265536 1597730991317331969 1273733902151159810
## 311  1597660746640654337 1597730872718827520 1124417324478496768
## 312                 <NA> 1597730852875927552                <NA>
## 313                 <NA> 1597730840162996224                <NA>
## 314                 <NA> 1597730827408113665                <NA>
## 315                 <NA> 1597730718234206208                <NA>
## 316  1597282719184359424 1597730669630980096 1111364668637892608
## 317                 <NA> 1597730651448692738                <NA>
## 318                 <NA> 1597730584096571392                <NA>
## 319                 <NA> 1597730578996269056                <NA>
## 320                 <NA> 1597730566476279808                <NA>
## 321                 <NA> 1597730550017822721                <NA>
## 322                 <NA> 1597730479674834945                <NA>
## 323                 <NA> 1597730458288394241                <NA>
## 324                 <NA> 1597730433902727169                <NA>
## 325                 <NA> 1597730411266068481                <NA>
## 326  1597718707207569408 1597730392647561216 1223843351654490117
## 327                 <NA> 1597730391477354496                <NA>
## 328                 <NA> 1597730271654072320                <NA>
## 329                 <NA> 1597730262947090433                <NA>
## 330                 <NA> 1597730244148199424                <NA>
## 331                 <NA> 1597730190800879616                <NA>
## 332  1597730047976095744 1597730172471775233 1266918420840427522
## 333                 <NA> 1597730171913920514                <NA>
## 334  1597682994713890816 1597730166020898816          1559041262
## 335  1597650689089765376 1597730133590573056          1456867962
## 336                 <NA> 1597730002149474304                <NA>
## 337                 <NA> 1597729870670614530                <NA>
## 338                 <NA> 1597729831323455488                <NA>
## 339  1597729035961782272 1597729795026354176 1475366467407208449
## 340                 <NA> 1597729792258113536                <NA>
## 341                 <NA> 1597729785890734081                <NA>
## 342                 <NA> 1597729741364396033                <NA>
## 343                 <NA> 1597729737350303745                <NA>
## 344  1588214421129527296 1597729679519404037            40349928
## 345                 <NA> 1597729573365743616                <NA>
## 346  1597700940177772544 1597729553010819072 1450605412626178049
## 347                 <NA> 1597729509121224704                <NA>
## 348                 <NA> 1597729506101710850                <NA>
## 349                 <NA> 1597729499709603840                <NA>
## 350                 <NA> 1597729438128427009                <NA>
## 351                 <NA> 1597729418948284416                <NA>
## 352                 <NA> 1597729383808372736                <NA>
## 353                 <NA> 1597729327084249089                <NA>
## 354                 <NA> 1597729274282536960                <NA>
## 355                 <NA> 1597729208855195648                <NA>
## 356                 <NA> 1597729178308132864                <NA>
## 357  1597721645149347840 1597729111975555072 1401914405785309184
## 358  1597666759364194304 1597729111015034880 1456927720038977540
## 359                 <NA> 1597729020992688129                <NA>
## 360                 <NA> 1597729010376536064                <NA>
## 361                 <NA> 1597728953502150656                <NA>
## 362                 <NA> 1597728869897109504                <NA>
## 363                 <NA> 1597728802528165892                <NA>
## 364                 <NA> 1597728758668009473                <NA>
## 365                 <NA> 1597728631744516096                <NA>
## 366                 <NA> 1597728626031542272                <NA>
## 367                 <NA> 1597728618292989952                <NA>
## 368                 <NA> 1597728557681479681                <NA>
## 369                 <NA> 1597728548714090496                <NA>
## 370                 <NA> 1597728498348879873                <NA>
## 371  1597650689089765376 1597728469341069315          1456867962
## 372                 <NA> 1597728334334812162                <NA>
## 373  1597591216614477827 1597728330857734145 1234052047428669445
## 374                 <NA> 1597728318463176704                <NA>
## 375  1597726406653677568 1597728237853237250 1124417324478496768
## 376                 <NA> 1597728214709067776                <NA>
## 377                 <NA> 1597728171411050496                <NA>
## 378                 <NA> 1597728052917678081                <NA>
## 379                 <NA> 1597727936974446592                <NA>
## 380  1597399295560364032 1597727883715231744 1570293946219397121
## 381                 <NA> 1597727765138386945                <NA>
## 382  1597706933783650304 1597727760478527490          2904750907
## 383  1597249806074015745 1597727739326648320 1478086531394977793
## 384  1597721146698665984 1597727738324201473 1168304187324735489
## 385                 <NA> 1597727689753825283                <NA>
## 386                 <NA> 1597727680795148288                <NA>
## 387                 <NA> 1597727673471488000                <NA>
## 388                 <NA> 1597727667545333760                <NA>
## 389                 <NA> 1597727544283131904                <NA>
## 390  1597711654346948609 1597727498816847872 1392574434465173511
## 391                 <NA> 1597727489769340928                <NA>
## 392  1597611571228073984 1597727440704413697           378426623
## 393                 <NA> 1597727429224992768                <NA>
## 394                 <NA> 1597727312879161345                <NA>
## 395                 <NA> 1597727261230186496                <NA>
## 396                 <NA> 1597727225473703936                <NA>
## 397                 <NA> 1597727116791271424                <NA>
## 398                 <NA> 1597726975614820352                <NA>
## 399                 <NA> 1597726857767649280                <NA>
## 400  1597698110679285760 1597726854206877696 1521581214041210880
## 401                 <NA> 1597726850062508032                <NA>
## 402  1597726583422595073 1597726785747443712 1357284879508115457
## 403                 <NA> 1597726753006714881                <NA>
## 404  1597636019519913985 1597726731053727744 1099971893317124097
## 405                 <NA> 1597726728658436096                <NA>
## 406                 <NA> 1597726615168897024                <NA>
## 407                 <NA> 1597726525713166337                <NA>
## 408                 <NA> 1597726508759805953                <NA>
## 409                 <NA> 1597726488887177216                <NA>
## 410                 <NA> 1597726454967861248                <NA>
## 411                 <NA> 1597726441281421312                <NA>
## 412                 <NA> 1597726433950171136                <NA>
## 413  1597724478158819328 1597726406653677568           364573845
## 414                 <NA> 1597726384444801026                <NA>
## 415  1597725558137573376 1597726369076899841 1361190686398189568
## 416                 <NA> 1597726365112930304                <NA>
## 417                 <NA> 1597726355780927491                <NA>
## 418                 <NA> 1597726318225129474                <NA>
## 419                 <NA> 1597726311547834369                <NA>
## 420                 <NA> 1597726299258490880                <NA>
## 421                 <NA> 1597726283865419777                <NA>
## 422  1597683085105332224 1597726251703185408 1469571223252316169
## 423                 <NA> 1597726234040860672                <NA>
## 424                 <NA> 1597726230639697920                <NA>
## 425                 <NA> 1597726201681944579                <NA>
## 426                 <NA> 1597726167209250816                <NA>
## 427                 <NA> 1597726161442066433                <NA>
## 428  1597725605705154560 1597726153812639744 1378421330371039233
## 429                 <NA> 1597726122892197889                <NA>
## 430                 <NA> 1597726073969864705                <NA>
## 431                 <NA> 1597725898043969537                <NA>
## 432                 <NA> 1597725896403988480                <NA>
## 433                 <NA> 1597725853013938176                <NA>
## 434                 <NA> 1597725836152836096                <NA>
## 435                 <NA> 1597725791869054976                <NA>
## 436                 <NA> 1597725735837659137                <NA>
## 437                 <NA> 1597725690908246016                <NA>
## 438  1597716229091123200 1597725605705154560 1535064978578874373
## 439  1597721073625489414 1597725502319783936          2388296995
## 440                 <NA> 1597725404453666817                <NA>
## 441                 <NA> 1597725268319571968                <NA>
## 442                 <NA> 1597725221859233792                <NA>
## 443                 <NA> 1597725208575901697                <NA>
## 444                 <NA> 1597725205526634496                <NA>
## 445                 <NA> 1597725183418064896                <NA>
## 446                 <NA> 1597725105677033472                <NA>
## 447                 <NA> 1597725088316796930                <NA>
## 448                 <NA> 1597725066795843584                <NA>
## 449                 <NA> 1597725062097817601                <NA>
## 450                 <NA> 1597725053071810564                <NA>
## 451                 <NA> 1597725006242680832                <NA>
## 452                 <NA> 1597724926060138501                <NA>
## 453                 <NA> 1597724916564234240                <NA>
## 454                 <NA> 1597724776658788354                <NA>
## 455  1596916047692472320 1597724679225372672 1263553376320720897
## 456                 <NA> 1597724663290900480                <NA>
## 457                 <NA> 1597724566914097152                <NA>
## 458  1597660746640654337 1597724478158819328 1124417324478496768
## 459                 <NA> 1597724427009261569                <NA>
## 460                 <NA> 1597724303503503362                <NA>
## 461  1597722870251393025 1597724115250860033            84122028
## 462                 <NA> 1597724021315231744                <NA>
## 463                 <NA> 1597723873356976129                <NA>
## 464  1597723246765670401 1597723809104408577           228292786
## 465                 <NA> 1597723803794427904                <NA>
## 466                 <NA> 1597723794957041664                <NA>
## 467                 <NA> 1597723759602896896                <NA>
## 468                 <NA> 1597723749692080128                <NA>
## 469                 <NA> 1597723652925304832                <NA>
## 470                 <NA> 1597723594557390848                <NA>
## 471                 <NA> 1597723551137955840                <NA>
## 472                 <NA> 1597723446967824386                <NA>
## 473                 <NA> 1597723422477651969                <NA>
## 474                 <NA> 1597723356236767233                <NA>
## 475                 <NA> 1597723310573621250                <NA>
## 476                 <NA> 1597723268760612864                <NA>
## 477  1597643953741799424 1597723246765670401          4236272122
## 478                 <NA> 1597723005668691968                <NA>
## 479                 <NA> 1597722862995263492                <NA>
## 480                 <NA> 1597722814538485760                <NA>
## 481  1597722061358583808 1597722798717566976 1531011639474102273
## 482                 <NA> 1597722781390901248                <NA>
## 483                 <NA> 1597722773488816128                <NA>
## 484                 <NA> 1597722742735851520                <NA>
## 485                 <NA> 1597722668404731904                <NA>
## 486                 <NA> 1597722657172369408                <NA>
## 487  1597430517917356032 1597722646313324545          3149041414
## 488                 <NA> 1597722621126508544                <NA>
## 489  1597543706294251520 1597722621075869696           123560362
## 490                 <NA> 1597722567552294912                <NA>
## 491  1597590920916271104 1597722544752058368  924490310180368384
## 492                 <NA> 1597722516658982915                <NA>
## 493                 <NA> 1597722441987477504                <NA>
## 494                 <NA> 1597722282998124544                <NA>
## 495                 <NA> 1597722155219046400                <NA>
## 496  1597460244804042752 1597722135061200896 1361516455280320512
## 497                 <NA> 1597722126169300992            18938912
## 498                 <NA> 1597722117310742529                <NA>
## 499  1597525670497656832 1597722091280773120            70507732
## 500                 <NA> 1597722061358583808                <NA>
## 501                 <NA> 1597721981540917248                <NA>
## 502                 <NA> 1597721940508413953                <NA>
## 503                 <NA> 1597721927669665792                <NA>
## 504                 <NA> 1597721827404820480                <NA>
## 505                 <NA> 1597721788561358848                <NA>
## 506  1597554591955963905 1597721696332820480 1395790107303583754
## 507                 <NA> 1597721668541386757                <NA>
## 508  1597720109476646913 1597721649348243456 1289092785639956480
## 509                 <NA> 1597721648995917824                <NA>
## 510                 <NA> 1597721619052388352                <NA>
## 511                 <NA> 1597721577961189377                <NA>
## 512                 <NA> 1597721484650323968                <NA>
## 513                 <NA> 1597721445345693696                <NA>
## 514  1597568183174860800 1597721427364302848 1437716617157234694
## 515                 <NA> 1597721401217384453                <NA>
## 516                 <NA> 1597721371198427136                <NA>
## 517                 <NA> 1597721352282468353                <NA>
## 518                 <NA> 1597721281675173888                <NA>
## 519                 <NA> 1597721221214638080                <NA>
## 520                 <NA> 1597721195553894400                <NA>
## 521                 <NA> 1597721192743387136                <NA>
## 522  1597706591469391872 1597721141120241664 1345158913772167170
## 523                 <NA> 1597721102738149376                <NA>
## 524                 <NA> 1597721084853243905                <NA>
## 525                 <NA> 1597721071222140928                <NA>
## 526                 <NA> 1597721048195031040                <NA>
## 527                 <NA> 1597721014049591296                <NA>
## 528                 <NA> 1597720897384722432                <NA>
## 529                 <NA> 1597720860952956928                <NA>
## 530                 <NA> 1597720856645758976                <NA>
## 531                 <NA> 1597720789583040513                <NA>
## 532                 <NA> 1597720760877219841                <NA>
## 533                 <NA> 1597720698931539968                <NA>
## 534  1597620319321468928 1597720684490129408 1525308794921623552
## 535  1597719797059330048 1597720679704834055 1533681732683149314
## 536                 <NA> 1597720659374657537                <NA>
## 537                 <NA> 1597720646297227265                <NA>
## 538                 <NA> 1597720565967900674                <NA>
## 539  1597703261322383360 1597720564332105730          3389984834
## 540                 <NA> 1597720413064540163                <NA>
## 541                 <NA> 1597720241013809152                <NA>
## 542                 <NA> 1597720178368073729                <NA>
## 543                 <NA> 1597720126912344066                <NA>
## 544                 <NA> 1597720108851515396                <NA>
## 545                 <NA> 1597720087297163271                <NA>
## 546  1597637062030938114 1597720083920392193            14247155
## 547  1597720057165254656 1597720060914982912 1533062500970790912
## 548                 <NA> 1597720029478670336                <NA>
## 549                 <NA> 1597720014916063232                <NA>
## 550                 <NA> 1597719987170725891                <NA>
## 551                 <NA> 1597719869642141700                <NA>
## 552                 <NA> 1597719813170016256                <NA>
## 553  1597719744169512962 1597719797059330048 1533681732683149314
## 554                 <NA> 1597719736099303424                <NA>
## 555                 <NA> 1597719504330850304                <NA>
## 556                 <NA> 1597719480213590018                <NA>
## 557                 <NA> 1597719402241490945                <NA>
## 558                 <NA> 1597719376207441920                <NA>
## 559  1597680232789442560 1597719294405922816 1574739542388756482
## 560                 <NA> 1597719280132706304                <NA>
## 561                 <NA> 1597719263929769986                <NA>
## 562  1597613734507446272 1597719124687597570 1533062500970790912
## 563  1597711707140341760 1597719100197044224 1433076114117693445
## 564                 <NA> 1597719090709557248                <NA>
## 565                 <NA> 1597719080592900096                <NA>
## 566                 <NA> 1597719059361325058                <NA>
## 567                 <NA> 1597719024510861312                <NA>
## 568                 <NA> 1597718871989178368                <NA>
## 569                 <NA> 1597718860572295168                <NA>
## 570                 <NA> 1597718835549069312                <NA>
## 571  1597705691028156416 1597718812560064512 1586388296506146816
## 572  1597408467467132928 1597718802527326208 1073789719488520192
## 573                 <NA> 1597718800173920256                <NA>
## 574                 <NA> 1597718778665918465                <NA>
## 575                 <NA> 1597718745941958656                <NA>
## 576                 <NA> 1597718689125896192                <NA>
## 577                 <NA> 1597718633320714241                <NA>
## 578                 <NA> 1597718620146401280                <NA>
## 579                 <NA> 1597718588231909376                <NA>
## 580                 <NA> 1597718579398742016                <NA>
## 581                 <NA> 1597718558053904384                <NA>
## 582                 <NA> 1597718429028392960                <NA>
## 583                 <NA> 1597718350591053825                <NA>
## 584                 <NA> 1597718282727194624                <NA>
## 585                 <NA> 1597718229949984768                <NA>
## 586                 <NA> 1597718162635894784                <NA>
## 587                 <NA> 1597718109733146624                <NA>
## 588                 <NA> 1597718032843177986                <NA>
## 589                 <NA> 1597718013515816962                <NA>
## 590                 <NA> 1597717978753404929                <NA>
## 591                 <NA> 1597717964949663745                <NA>
## 592                 <NA> 1597717929361281024                <NA>
## 593  1597717503899496448 1597717913561362433 1597398496071540741
## 594                 <NA> 1597717884834574338                <NA>
## 595                 <NA> 1597717747441364992                <NA>
## 596                 <NA> 1597717685558980610                <NA>
## 597                 <NA> 1597717550770819072                <NA>
## 598                 <NA> 1597717541283336193                <NA>
## 599                 <NA> 1597717494697177089                <NA>
## 600                 <NA> 1597717405073309696                <NA>
## 601  1597627927012990976 1597717373691129856 1292966435447218177
## 602                 <NA> 1597717368629006336                <NA>
## 603  1597074498079010817 1597717331777843200 1283444040940130309
## 604                 <NA> 1597717314958303232                <NA>
## 605                 <NA> 1597717115339149313                <NA>
## 606                 <NA> 1597717088952532992                <NA>
## 607  1597715247908802560 1597717033147588608  822234835573821440
## 608                 <NA> 1597716893997088768                <NA>
## 609                 <NA> 1597716844487798784                <NA>
## 610                 <NA> 1597716755203301377                <NA>
## 611  1597716236296560640 1597716730327240704 1330890050003877895
## 612                 <NA> 1597716673188237313                <NA>
## 613                 <NA> 1597716423421280256                <NA>
## 614                 <NA> 1597716406858309633                <NA>
## 615                 <NA> 1597716361807290368                <NA>
## 616  1597665090551316480 1597716229091123200 1449235242888335361
## 617                 <NA> 1597716069074239489                <NA>
## 618                 <NA> 1597716065651654656                <NA>
## 619  1597358295156928512 1597716014409879552 1301219158336692226
## 620                 <NA> 1597715896738664448                <NA>
## 621                 <NA> 1597715812231827457                <NA>
## 622                 <NA> 1597715592475480065                <NA>
## 623  1597669807817904130 1597715565006979072 1537569536043634688
## 624  1597697306144698368 1597715557130076161          1118375125
## 625  1597705725727637504 1597715487391363072 1336412479770025994
## 626  1597713836974690304 1597715455439142913 1400138192993542149
## 627                 <NA> 1597715425328271361                <NA>
## 628  1597613191852593153 1597715387441115137          4758383012
## 629                 <NA> 1597715334751916033                <NA>
## 630                 <NA> 1597715258755452929                <NA>
## 631                 <NA> 1597715103499309056                <NA>
## 632                 <NA> 1597715079390466049                <NA>
## 633                 <NA> 1597715021202874369                <NA>
## 634                 <NA> 1597715013447262209                <NA>
## 635                 <NA> 1597714952369844224                <NA>
## 636                 <NA> 1597714903959482368                <NA>
## 637                 <NA> 1597714823369805826                <NA>
## 638                 <NA> 1597714795180220416                <NA>
## 639                 <NA> 1597714611217670145                <NA>
## 640                 <NA> 1597714610588889089                <NA>
## 641                 <NA> 1597714542267547648                <NA>
## 642  1597713697463336961 1597714481932820481 1447503144565579777
## 643                 <NA> 1597714474735398913                <NA>
## 644  1597711654346948609 1597714455416430592 1392574434465173511
## 645                 <NA> 1597714416442740738                <NA>
## 646                 <NA> 1597714411732766720                <NA>
## 647                 <NA> 1597714408469590017                <NA>
## 648  1597704111910055936 1597714331936108547 1588628208177631236
## 649                 <NA> 1597714329914474496                <NA>
## 650                 <NA> 1597714274759376896                <NA>
## 651                 <NA> 1597714227925426178                <NA>
## 652                 <NA> 1597714196757909504                <NA>
## 653                 <NA> 1597714128617242624                <NA>
## 654                 <NA> 1597714034320502784                <NA>
## 655                 <NA> 1597714027773595648                <NA>
## 656  1597713469549469696 1597713956684324864 1512947022445350914
## 657                 <NA> 1597713949314908160                <NA>
## 658                 <NA> 1597713822520954886                <NA>
## 659                 <NA> 1597713646939176960                <NA>
## 660                 <NA> 1597713621441970176                <NA>
## 661                 <NA> 1597713618077769728                <NA>
## 662  1597703982419677185 1597713583215087616          3029645062
## 663  1597707023386173441 1597713563661258752 1546519238336200707
## 664  1597712407568461825 1597713547999334400            17867794
## 665                 <NA> 1597713510192275456                <NA>
## 666                 <NA> 1597713174626988032                <NA>
## 667                 <NA> 1597713124886740993                <NA>
## 668                 <NA> 1597712992480546816                <NA>
## 669                 <NA> 1597712956305084417                <NA>
## 670  1597696401378795520 1597712926080581632          2388296995
## 671                 <NA> 1597712919420358657                <NA>
## 672                 <NA> 1597712882841825280                <NA>
## 673                 <NA> 1597712869520351232                <NA>
## 674                 <NA> 1597712820795494400                <NA>
## 675                 <NA> 1597712765044641793                <NA>
## 676                 <NA> 1597712745503551488                <NA>
## 677                 <NA> 1597712740009005057                <NA>
## 678  1597551631251693569 1597712723701551105  941173000614723585
## 679                 <NA> 1597712700586754049                <NA>
## 680                 <NA> 1597712687030730752                <NA>
## 681                 <NA> 1597712649017786368                <NA>
## 682                 <NA> 1597712586489090049                <NA>
## 683  1597706933783650304 1597712386508881920          2904750907
## 684                 <NA> 1597712357211271168                <NA>
## 685                 <NA> 1597712283450638336                <NA>
## 686                 <NA> 1597712178106486784                <NA>
## 687                 <NA> 1597712165804597250                <NA>
## 688                 <NA> 1597712046090784768                <NA>
## 689                 <NA> 1597712012057812992                <NA>
## 690                 <NA> 1597711969427288064                <NA>
## 691                 <NA> 1597711896869629952                <NA>
## 692                 <NA> 1597711695858008064                <NA>
## 693  1597647940239007746 1597711654346948609 1503771728551546883
## 694                 <NA> 1597711627691835392                <NA>
## 695  1597515601445986304 1597711542497079297 1312085488719650822
## 696                 <NA> 1597711512382197761                <NA>
## 697                 <NA> 1597711308505645056                <NA>
## 698                 <NA> 1597711190024949760                <NA>
## 699                 <NA> 1597711050476244994                <NA>
## 700                 <NA> 1597711027939860481                <NA>
## 701                 <NA> 1597711019803308034                <NA>
## 702                 <NA> 1597711017823567872                <NA>
## 703                 <NA> 1597710850638286848                <NA>
## 704                 <NA> 1597710839485956096                <NA>
## 705  1597692394186870784 1597710758951157760 1084561204398514177
## 706                 <NA> 1597710702969602051                <NA>
## 707                 <NA> 1597710699505283072                <NA>
## 708                 <NA> 1597710641107984384                <NA>
## 709                 <NA> 1597710602163851265                <NA>
## 710                 <NA> 1597710458466668544                <NA>
## 711  1597710070019944449 1597710426783240194 1279847445330038786
## 712  1597703403094040576 1597710421498429440 1252641064005091328
## 713                 <NA> 1597710366477209601                <NA>
## 714                 <NA> 1597710333078310912                <NA>
## 715  1597705760020246528 1597710321342644225 1088128791539527680
## 716  1597646960047312896 1597710155801825281 1525308794921623552
## 717                 <NA> 1597710105545674754                <NA>
## 718                 <NA> 1597710076529512448                <NA>
## 719                 <NA> 1597710055537004544                <NA>
## 720                 <NA> 1597710031633682432                <NA>
## 721  1597568559340695552 1597709781883826177            67507531
## 722  1597709418749382656 1597709738103701505 1273733902151159810
## 723                 <NA> 1597709681883217920                <NA>
## 724                 <NA> 1597709675730178049                <NA>
## 725                 <NA> 1597709595258286080                <NA>
## 726  1597583206555213824 1597709577805758465 1243498189099065350
## 727                 <NA> 1597709541629923328                <NA>
## 728                 <NA> 1597709522021543937                <NA>
## 729                 <NA> 1597709433576239104                <NA>
## 730                 <NA> 1597709425770647552                <NA>
## 731                 <NA> 1597709372339412992                <NA>
## 732                 <NA> 1597709347668520960                <NA>
## 733                 <NA> 1597709323270250497                <NA>
## 734  1597708966276255745 1597709301816385537 1255246929321250828
## 735                 <NA> 1597709210552532993                <NA>
## 736                 <NA> 1597709148401315840                <NA>
## 737                 <NA> 1597709124581498880                <NA>
## 738                 <NA> 1597709025055211521                <NA>
## 739  1597264937780277253 1597708996999540736 1348838207123648518
## 740                 <NA> 1597708883405180928                <NA>
## 741                 <NA> 1597708563844980736                <NA>
## 742                 <NA> 1597708517544452096                <NA>
## 743  1597707874800922624 1597708482559770624            24121102
## 744                 <NA> 1597708456697683968                <NA>
## 745                 <NA> 1597708316750188544                <NA>
## 746                 <NA> 1597708301579751424                <NA>
## 747                 <NA> 1597708272492249088                <NA>
## 748  1597705013014695937 1597708255845027840 1432329878200885248
## 749                 <NA> 1597708250937315329                <NA>
## 750                 <NA> 1597708232776069121                <NA>
## 751                 <NA> 1597708218163433473                <NA>
## 752                 <NA> 1597708189864427520                <NA>
## 753                 <NA> 1597708106091220993                <NA>
## 754                 <NA> 1597708098449608709                <NA>
## 755                 <NA> 1597708077603598337                <NA>
## 756                 <NA> 1597707993981669376                <NA>
## 757  1597707876805799936 1597707978601205760 1537979360082243584
## 758  1597706320102424576 1597707874800922624 1590689926689034244
## 759                 <NA> 1597707849810857985                <NA>
## 760  1597707445560049664 1597707840650874881 1187409064814436352
## 761                 <NA> 1597707829598892032                <NA>
## 762                 <NA> 1597707826180546562                <NA>
## 763                 <NA> 1597707821524451328                <NA>
## 764  1597706628165664768 1597707764624916480          3071022531
## 765  1597641575089438720 1597707693707304960 1493392149664219138
## 766                 <NA> 1597707638145708032                <NA>
## 767  1597706917186371585 1597707593644134401 1207346946215731200
## 768                 <NA> 1597707493513506816                <NA>
## 769  1597707167850958849 1597707472495837184 1342560536509222912
## 770                 <NA> 1597707456783998976                <NA>
## 771                 <NA> 1597707406317744128                <NA>
## 772                 <NA> 1597707378098868224                <NA>
## 773                 <NA> 1597707271471235073                <NA>
## 774                 <NA> 1597707215850573824                <NA>
## 775                 <NA> 1597707213547929600                <NA>
## 776                 <NA> 1597707180823564288                <NA>
## 777                 <NA> 1597707165435072512                <NA>
## 778                 <NA> 1597707127447244801                <NA>
## 779                 <NA> 1597707120719589376                <NA>
## 780                 <NA> 1597707102851862529                <NA>
## 781                 <NA> 1597707100045848576                <NA>
## 782  1597700503919423489 1597707054726402048          2388296995
## 783                 <NA> 1597707047591874560                <NA>
## 784                 <NA> 1597707037856915458                <NA>
## 785  1597668337194250240 1597707023386173441  896033255778025473
## 786                 <NA> 1597707001488113664                <NA>
## 787                 <NA> 1597706985457078272                <NA>
## 788                 <NA> 1597706958051872768                <NA>
## 789                 <NA> 1597706936060850176                <NA>
## 790                 <NA> 1597706827776479232             4723741
## 791                 <NA> 1597706686214864896                <NA>
## 792                 <NA> 1597706567167934464                <NA>
## 793  1597705952232357889 1597706447860760577 1574902811703541760
## 794  1597703748947939329 1597706320102424576            24121102
## 795                 <NA> 1597706241719283712                <NA>
## 796                 <NA> 1597706125477978113                <NA>
## 797  1597629040005099520 1597706072101638144 1437136507425497090
## 798  1597607614543958016 1597706027902074880            93641765
## 799                 <NA> 1597705800339767297                <NA>
## 800                 <NA> 1597705723471073280                <NA>
## 801  1597705447175520257 1597705634988060672 1126625768740728832
## 802                 <NA> 1597705615664873472                <NA>
## 803                 <NA> 1597705594345226240                <NA>
## 804                 <NA> 1597705576720453632                <NA>
## 805                 <NA> 1597705546874097665                <NA>
## 806                 <NA> 1597705529148997632                <NA>
## 807                 <NA> 1597705419799269377                <NA>
## 808  1597704210703060994 1597705415953092608          1346575070
## 809                 <NA> 1597705284558127104                <NA>
## 810                 <NA> 1597705231479209984                <NA>
## 811                 <NA> 1597705182455861248                <NA>
## 812                 <NA> 1597705180123779072                <NA>
## 813                 <NA> 1597705162205773824                <NA>
## 814                 <NA> 1597705083617251335                <NA>
## 815  1597249806074015745 1597704852666470401 1478086531394977793
## 816                 <NA> 1597704849432674307                <NA>
## 817                 <NA> 1597704798035677184                <NA>
## 818                 <NA> 1597704679839780865                <NA>
## 819                 <NA> 1597704610051162113                <NA>
## 820                 <NA> 1597704540010471424                <NA>
## 821                 <NA> 1597704490018570240                <NA>
## 822                 <NA> 1597704444531335169                <NA>
## 823  1597633875454590977 1597704405234909184           313515721
## 824                 <NA> 1597704400037814272                <NA>
## 825  1597704225861300225 1597704309856436225 1076583249156157441
## 826  1597615455132581890 1597704225861300225 1301565219710414851
## 827  1597629478976761856 1597704167908573185 1376179255072161793
## 828  1597695458490871809 1597704102578118656            18144271
## 829                 <NA> 1597704064867106816                <NA>
## 830                 <NA> 1597703960604704768                <NA>
## 831                 <NA> 1597703876576038912                <NA>
## 832                 <NA> 1597703855797829632                <NA>
## 833  1597702694013399040 1597703844485439488  920480577001750530
## 834                 <NA> 1597703689963462656                <NA>
## 835                 <NA> 1597703684594446336                <NA>
## 836  1597689510778720261 1597703676701061121 1478086531394977793
## 837                 <NA> 1597703646590152705                <NA>
## 838                 <NA> 1597703637190742016                <NA>
## 839                 <NA> 1597703633465798656                <NA>
## 840                 <NA> 1597703602654810112                <NA>
## 841  1597443028519559168 1597703577522167808 1483276948725977090
## 842  1597702355990241282 1597703403094040576 1119528550091108352
## 843                 <NA> 1597703365991202816                <NA>
## 844                 <NA> 1597703290275651584                <NA>
## 845                 <NA> 1597703160058912768                <NA>
## 846  1597697259239804928 1597703138529939457 1119528550091108352
## 847  1597698448702468097 1597703094728785922            85174211
## 848                 <NA> 1597703052395704322                <NA>
## 849  1597702355990241282 1597703045537595393 1119528550091108352
## 850  1597702188046090242 1597702868680978433 1207346946215731200
## 851                 <NA> 1597702844253339650                <NA>
## 852                 <NA> 1597702832508923904                <NA>
## 853                 <NA> 1597702763051220992                <NA>
## 854  1597650943734341632 1597702694013399040 1574509293457461248
## 855                 <NA> 1597702673737711616                <NA>
## 856                 <NA> 1597702551285243905                <NA>
## 857                 <NA> 1597702543232348160                <NA>
## 858                 <NA> 1597702443856723968                <NA>
## 859                 <NA> 1597702438043021312                <NA>
## 860                 <NA> 1597702437020008449                <NA>
## 861  1597625723203690497 1597702401925881856 1174414518597947392
## 862  1597698968083107840 1597702355990241282           260898794
## 863                 <NA> 1597702327028580352                <NA>
## 864                 <NA> 1597702297836204033                <NA>
## 865                 <NA> 1597702220702629888                <NA>
## 866                 <NA> 1597702173458321408                <NA>
## 867                 <NA> 1597702129543544833                <NA>
## 868  1597698047013969921 1597702123529338882 1394143884205248518
## 869  1597284238906183681 1597702049570779136          1204560270
## 870                 <NA> 1597702039815217152                <NA>
## 871                 <NA> 1597702033012064257                <NA>
## 872                 <NA> 1597701939286134784                <NA>
## 873  1597700387557224448 1597701935519256576 1349120131675394048
## 874                 <NA> 1597701866166812672                <NA>
## 875                 <NA> 1597701835799687168                <NA>
## 876                 <NA> 1597701805151907847                <NA>
## 877                 <NA> 1597701495180304384                <NA>
## 878                 <NA> 1597701446421864449                <NA>
## 879                 <NA> 1597701269149618176                <NA>
## 880                 <NA> 1597701262216433664                <NA>
## 881                 <NA> 1597701229622067201                <NA>
## 882                 <NA> 1597701193479819264                <NA>
## 883                 <NA> 1597701156176039936                <NA>
## 884  1597698512749486080 1597701142934622208          2388296995
## 885                 <NA> 1597701121169989634                <NA>
## 886                 <NA> 1597701094314217474                <NA>
## 887                 <NA> 1597700940177772544                <NA>
## 888  1597429631820660738 1597700881398796290          1151015132
## 889                 <NA> 1597700875274723329                <NA>
## 890  1597699955581673472 1597700867536605184 1577405988419796992
## 891                 <NA> 1597700811064123397                <NA>
## 892                 <NA> 1597700752893698048                <NA>
## 893                 <NA> 1597700652234178560                <NA>
## 894                 <NA> 1597700649185316864                <NA>
## 895                 <NA> 1597700508830998528                <NA>
## 896                 <NA> 1597700473687281667                <NA>
## 897                 <NA> 1597700460345196544                <NA>
## 898  1597700280329854977 1597700459128442884 1015017173331431424
## 899  1596091379369005057 1597700338274168832 1298701997592338433
## 900                 <NA> 1597700171797655552                <NA>
## 901                 <NA> 1597700171357630464                <NA>
## 902                 <NA> 1597700123353485312                <NA>
## 903                 <NA> 1597700116298993665                <NA>
## 904                 <NA> 1597700100549406720                <NA>
## 905                 <NA> 1597700093926600705                <NA>
## 906                 <NA> 1597700073001213953                <NA>
## 907                 <NA> 1597700045461413888                <NA>
## 908                 <NA> 1597700005271601152                <NA>
## 909                 <NA> 1597699869359079424                <NA>
## 910                 <NA> 1597699797581963271                <NA>
## 911                 <NA> 1597699797007343616                <NA>
## 912                 <NA> 1597699788748640256                <NA>
## 913                 <NA> 1597699777697046528                <NA>
## 914                 <NA> 1597699745170206720                <NA>
## 915                 <NA> 1597699665524244480                <NA>
## 916  1597698989880934400 1597699665319059457 1511428487646638083
## 917                 <NA> 1597699660172660736                <NA>
## 918  1597517904417009665 1597699628572774400 1590267333637029888
## 919                 <NA> 1597699494761574400                <NA>
## 920                 <NA> 1597699455418892288                <NA>
## 921                 <NA> 1597699436180025344                <NA>
## 922                 <NA> 1597699433755738112                <NA>
## 923                 <NA> 1597699287747813377                <NA>
## 924                 <NA> 1597699286900174848                <NA>
## 925                 <NA> 1597699244189941762                <NA>
## 926                 <NA> 1597699168390336513                <NA>
## 927                 <NA> 1597699167849267202                <NA>
## 928                 <NA> 1597699137402654720                <NA>
## 929                 <NA> 1597699100832452608                <NA>
## 930  1597697512910966784 1597699099041878016          1581786510
## 931                 <NA> 1597699045224779777                <NA>
## 932                 <NA> 1597699040740712449                <NA>
## 933                 <NA> 1597698968590651392                <NA>
## 934                 <NA> 1597698964421480448                <NA>
## 935                 <NA> 1597698908892766208                <NA>
## 936                 <NA> 1597698806811746304                <NA>
## 937  1597698539479760896 1597698737593520129 1532470521862008832
## 938                 <NA> 1597698682446499840                <NA>
## 939  1597698447414505472 1597698628969443328 1486686575635406850
## 940                 <NA> 1597698589655851008                <NA>
## 941  1597698399763337216 1597698539479760896 1226314438531309568
## 942                 <NA> 1597698538447609857                <NA>
## 943                 <NA> 1597698527739936769                <NA>
## 944                 <NA> 1597698497058177024                <NA>
## 945  1597675492248670208 1597698447414505472 1557120389704187905
## 946                 <NA> 1597698440653574144                <NA>
## 947                 <NA> 1597698359367647233                <NA>
## 948                 <NA> 1597698356251590656                <NA>
## 949                 <NA> 1597698231944839169                <NA>
## 950  1597697756025716736 1597698229906599937 1226314438531309568
## 951  1597403979872231424 1597698170569756674  758269160124129280
## 952  1597693067238440960 1597698141121544195           590713821
## 953                 <NA> 1597697844265115648                <NA>
## 954                 <NA> 1597697785242984449                <NA>
## 955                 <NA> 1597697773608239104                <NA>
## 956                 <NA> 1597697731749085184                <NA>
## 957                 <NA> 1597697669455314944                <NA>
## 958                 <NA> 1597697646978027520                <NA>
## 959  1597690448486989824 1597697571417620480 1222773302441148416
## 960                 <NA> 1597697525401944064                <NA>
## 961  1597645528094818307 1597697512910966784           851020238
## 962  1597509457264922625 1597697467671531520 1497175569762557952
## 963  1597696483914321920 1597697445039083521          2716929132
## 964                 <NA> 1597697395357208576                <NA>
## 965  1597426326843293697 1597697306144698368  860323180891619328
## 966  1597695445173952513 1597697301698711552          1153234998
## 967  1597696191097344001 1597697259239804928            29538893
## 968  1597697167669727233 1597697256895156224 1226314438531309568
## 969                 <NA> 1597697216382394369                <NA>
## 970                 <NA> 1597697211646693376                <NA>
## 971  1597696884046327808 1597697167669727233 1532470521862008832
## 972                 <NA> 1597697146421010435                <NA>
## 973                 <NA> 1597697140264169472                <NA>
## 974                 <NA> 1597697087541743617                <NA>
## 975  1597696786361069568 1597697049100972032            48710541
## 976                 <NA> 1597696990468460545                <NA>
## 977                 <NA> 1597696978351112192                <NA>
## 978                 <NA> 1597696970751369216                <NA>
## 979                 <NA> 1597696965747568641                <NA>
## 980                 <NA> 1597696916988592128                <NA>
## 981                 <NA> 1597696870813691905                <NA>
## 982                 <NA> 1597696856863035392                <NA>
## 983                 <NA> 1597696809186758656                <NA>
## 984                 <NA> 1597696755923300352                <NA>
## 985                 <NA> 1597696718346530818                <NA>
## 986                 <NA> 1597696711753105409                <NA>
## 987                 <NA> 1597696632946307072                <NA>
## 988  1597688360562458625 1597696583541268480          1345169719
## 989  1597682293422051328 1597696553355206656           728181876
## 990                 <NA> 1597696527098867712                <NA>
## 991  1597685871054319616 1597696511260823553           133091407
## 992                 <NA> 1597696427525697538                <NA>
## 993                 <NA> 1597696416389877760                <NA>
## 994                 <NA> 1597696391706718208                <NA>
## 995                 <NA> 1597696389244653568            67507531
## 996                 <NA> 1597696308613025792                <NA>
## 997                 <NA> 1597696274815684608                <NA>
## 998  1597693744861843456 1597696248035016704 1294941901867692039
## 999  1597638699600457729 1597696222974083072  955842990534201344
## 1000                <NA> 1597696148231393281                <NA>
## 1001                <NA> 1597696147681955841                <NA>
## 1002 1597695985324814336 1597696135681875968 1532470521862008832
## 1003 1597695458490871809 1597696117193723904            18144271
## 1004 1597680372258836481 1597696102907539456  809194837186641924
## 1005 1597695034307973121 1597695985324814336 1226314438531309568
## 1006                <NA> 1597695924813598720                <NA>
## 1007                <NA> 1597695919151255553                <NA>
## 1008                <NA> 1597695916114612226                <NA>
## 1009                <NA> 1597695792877142016                <NA>
## 1010                <NA> 1597695743804211200                <NA>
## 1011                <NA> 1597695665680678912                <NA>
## 1012                <NA> 1597695645153828864                <NA>
## 1013 1597691856430645248 1597695638938226688  965665115587731456
## 1014                <NA> 1597695586287120385                <NA>
## 1015                <NA> 1597695463859556352                <NA>
## 1016 1597687508800016384 1597695458490871809 1525308794921623552
## 1017 1597694147724734465 1597695445173952513          2328913162
## 1018 1597693878454190080 1597695434335539200          1581786510
## 1019                <NA> 1597695416984043520                <NA>
## 1020                <NA> 1597695348008714242                <NA>
## 1021                <NA> 1597695339955630080                <NA>
## 1022                <NA> 1597695310696173568                <NA>
## 1023                <NA> 1597695292119580674                <NA>
## 1024                <NA> 1597695244241227776                <NA>
## 1025 1597627328859107328 1597695237471621120 1355661377592029186
## 1026                <NA> 1597695223957946368                <NA>
## 1027                <NA> 1597695216646955008                <NA>
## 1028 1597695074871410690 1597695185583890432  914236541219860487
## 1029                <NA> 1597695160233910272                <NA>
## 1030 1597616696197795840 1597695131708100608 1352270302533791748
## 1031                <NA> 1597695098577616896                <NA>
## 1032                <NA> 1597695094353952768                <NA>
## 1033                <NA> 1597695088431222784                <NA>
## 1034                <NA> 1597695054696808448                <NA>
## 1035                <NA> 1597694969627611136                <NA>
## 1036                <NA> 1597694912698281984                <NA>
## 1037                <NA> 1597694859787108352                <NA>
## 1038                <NA> 1597694859699433472                <NA>
## 1039 1597356768447062016 1597694753536999425          3311979433
## 1040                <NA> 1597694750198362112                <NA>
## 1041                <NA> 1597694738160680960          3311979433
## 1042                <NA> 1597694729336270848                <NA>
## 1043 1597633997810827265 1597694686545969152          2848128335
## 1044                <NA> 1597694620024311809                <NA>
## 1045                <NA> 1597694610108977152                <NA>
## 1046 1597693488728281088 1597694564365897728 1212832013389979648
## 1047                <NA> 1597694541024280576                <NA>
## 1048                <NA> 1597694490936242176                <NA>
## 1049                <NA> 1597694460430716929                <NA>
## 1050                <NA> 1597694419372679170                <NA>
## 1051                <NA> 1597694416415645696                <NA>
## 1052                <NA> 1597694395637436416                <NA>
## 1053 1597683457400131584 1597694303652188160 1377527657068425217
## 1054                <NA> 1597694218633641985                <NA>
## 1055                <NA> 1597694145430458368                <NA>
## 1056                <NA> 1597694077138776064                <NA>
## 1057 1597693914735349761 1597694045954146304 1557120389704187905
## 1058 1597677457884446723 1597694039947907073 1282945004864970752
## 1059                <NA> 1597694015352508418                <NA>
## 1060                <NA> 1597694010507894785                <NA>
## 1061                <NA> 1597693977884790785                <NA>
## 1062                <NA> 1597693968388878336                <NA>
## 1063                <NA> 1597693935543283712                <NA>
## 1064 1597693245102133248 1597693914735349761  711211845546147840
## 1065 1597589433326387202 1597693878454190080          1604958750
## 1066 1597693503890681856 1597693826931429376  977280486690246656
## 1067                <NA> 1597693715682033664                <NA>
## 1068 1597691757713817601 1597693700846407680          2388296995
## 1069                <NA> 1597693697675907072                <NA>
## 1070                <NA> 1597693632903274496                <NA>
## 1071                <NA> 1597693597671133184                <NA>
## 1072                <NA> 1597693575059607553                <NA>
## 1073 1597693245102133248 1597693536279072768  711211845546147840
## 1074                <NA> 1597693441357795328                <NA>
## 1075                <NA> 1597693429479112704                <NA>
## 1076                <NA> 1597693362714181632                <NA>
## 1077                <NA> 1597693354476654592                <NA>
## 1078                <NA> 1597693316350742529                <NA>
## 1079                <NA> 1597693316019036161                <NA>
## 1080                <NA> 1597693267403247617                <NA>
## 1081 1597682670531923968 1597693245102133248 1557120389704187905
## 1082                <NA> 1597693240396124160                <NA>
## 1083                <NA> 1597693238982643713                <NA>
## 1084                <NA> 1597693146934415361                <NA>
## 1085                <NA> 1597693122385170432                <NA>
## 1086                <NA> 1597693093687758848                <NA>
## 1087                <NA> 1597693047734939648                <NA>
## 1088                <NA> 1597693031721111552                <NA>
## 1089                <NA> 1597693007234764800                <NA>
## 1090                <NA> 1597693003602305024                <NA>
## 1091                <NA> 1597693002918481920                <NA>
## 1092                <NA> 1597692892817985536                <NA>
## 1093                <NA> 1597692889139511296                <NA>
## 1094                <NA> 1597692861579157504                <NA>
## 1095                <NA> 1597692729840263168                <NA>
## 1096                <NA> 1597692705689440256                <NA>
## 1097                <NA> 1597692673800175616                <NA>
## 1098                <NA> 1597692668083343360                <NA>
## 1099                <NA> 1597692650907660289                <NA>
## 1100 1597688156115304448 1597692630208458752  942949783194521601
## 1101                <NA> 1597692614655909888                <NA>
## 1102 1597691945605746688 1597692553830494209 1537569536043634688
## 1103                <NA> 1597692503331074049                <NA>
## 1104                <NA> 1597692351493074945                <NA>
## 1105                <NA> 1597692329238106112                <NA>
## 1106                <NA> 1597692317225275392                <NA>
## 1107 1597320548354523136 1597692299680833536 1377997576180539393
## 1108                <NA> 1597692240285270021                <NA>
## 1109                <NA> 1597692234740400128                <NA>
## 1110 1597692228839014400 1597692231208796160  879114347540295680
## 1111                <NA> 1597692197582696448                <NA>
## 1112                <NA> 1597692141241008129                <NA>
## 1113                <NA> 1597692087092531200                <NA>
## 1114                <NA> 1597692033728385024                <NA>
## 1115 1597612304513761281 1597691996562681858 1232156943713697792
## 1116                <NA> 1597691984663105537                <NA>
## 1117                <NA> 1597691982385942528                <NA>
## 1118 1597691308113813505 1597691945605746688 1450605412626178049
## 1119                <NA> 1597691900160770049                <NA>
## 1120                <NA> 1597691875770929153                <NA>
## 1121                <NA> 1597691819940147200                <NA>
## 1122                <NA> 1597691732648660992                <NA>
## 1123                <NA> 1597691690583982080                <NA>
## 1124 1597589433326387202 1597691681045852160          1604958750
## 1125                <NA> 1597691675035734016                <NA>
## 1126                <NA> 1597691597428342784                <NA>
## 1127 1596172779053015040 1597691595255869440 1525308794921623552
## 1128                <NA> 1597691558476017664                <NA>
## 1129                <NA> 1597691517476671489                <NA>
## 1130                <NA> 1597691411704397830                <NA>
## 1131 1596922051327315968 1597691387465519104 1525308794921623552
## 1132                <NA> 1597691366959554560                <NA>
## 1133                <NA> 1597691318024929281                <NA>
## 1134 1597669807817904130 1597691308113813505 1537569536043634688
## 1135                <NA> 1597691105730260992                <NA>
## 1136                <NA> 1597691055507271680                <NA>
## 1137                <NA> 1597691045521002497                <NA>
## 1138                <NA> 1597691000402894849                <NA>
## 1139                <NA> 1597690996623802368                <NA>
## 1140 1597630419167768576 1597690982036033536           719982770
## 1141                <NA> 1597690960816635904                <NA>
## 1142                <NA> 1597690897239805952                <NA>
## 1143                <NA> 1597690859260350465                <NA>
## 1144                <NA> 1597690782819192832                <NA>
## 1145                <NA> 1597690698111016960                <NA>
## 1146                <NA> 1597690619723407363                <NA>
## 1147                <NA> 1597690608625545217                <NA>
## 1148                <NA> 1597690605169434624                <NA>
## 1149                <NA> 1597690576681390081                <NA>
## 1150                <NA> 1597690536030527488                <NA>
## 1151                <NA> 1597690453138509824                <NA>
## 1152                <NA> 1597690432905175040                <NA>
## 1153                <NA> 1597690344115957761                <NA>
## 1154                <NA> 1597690297928278017                <NA>
## 1155                <NA> 1597690247206547456                <NA>
## 1156 1597569901580926978 1597690154210054145  897034351065616384
## 1157 1597689976950427648 1597690142923587584 1476655065930907654
## 1158 1597687943556366338 1597690038703517696           582599830
## 1159                <NA> 1597689941274021890                <NA>
## 1160                <NA> 1597689825766690816                <NA>
## 1161                <NA> 1597689748767637504                <NA>
## 1162                <NA> 1597689714584489984                <NA>
## 1163                <NA> 1597689532219916289                <NA>
## 1164 1597689355875020800 1597689501781921792 1476655065930907654
## 1165                <NA> 1597689426519334913                <NA>
## 1166                <NA> 1597689408387358721                <NA>
## 1167                <NA> 1597689401827811329                <NA>
## 1168                <NA> 1597689385633603585                <NA>
## 1169 1597689116480929794 1597689367354839040           211951625
## 1170 1597688172464730114 1597689355875020800 1568754910568620033
## 1171                <NA> 1597689314775044096                <NA>
## 1172 1597482460383956992 1597689259565387777  705414741041098752
## 1173                <NA> 1597689208076128256                <NA>
## 1174                <NA> 1597689186660024321                <NA>
## 1175                <NA> 1597689168242806784                <NA>
## 1176                <NA> 1597689089083731968                <NA>
## 1177                <NA> 1597689043852361728                <NA>
## 1178                <NA> 1597689031579815939                <NA>
## 1179                <NA> 1597688924058841088                <NA>
## 1180                <NA> 1597688866001289216                <NA>
## 1181                <NA> 1597688754135003136                <NA>
## 1182                <NA> 1597688731909378048                <NA>
## 1183                <NA> 1597688679740633090                <NA>
## 1184                <NA> 1597688672446746624                <NA>
## 1185                <NA> 1597688585465253889                <NA>
## 1186                <NA> 1597688470721658880                <NA>
## 1187                <NA> 1597688457656434689                <NA>
## 1188                <NA> 1597688438123159552                <NA>
## 1189                <NA> 1597688415256207362                <NA>
## 1190                <NA> 1597688414937415680                <NA>
## 1191                <NA> 1597688107788161024                <NA>
## 1192 1597516136979259392 1597688072019542016  923777151660302337
## 1193 1597635957091880960 1597688048518569987            44462383
## 1194                <NA> 1597688012372344832                <NA>
## 1195 1597679448681480192 1597687943556366338          3343870564
## 1196                <NA> 1597687942813655040                <NA>
## 1197                <NA> 1597687934618337280                <NA>
## 1198                <NA> 1597687640262053888                <NA>
## 1199                <NA> 1597687631113904128                <NA>
## 1200                <NA> 1597687569340563456                <NA>
## 1201 1597687057874587649 1597687508800016384 1164749243388579842
## 1202                <NA> 1597687388293443584                <NA>
## 1203 1597683521924911104 1597687328721743872 1389218724725592067
## 1204                <NA> 1597687293317611524                <NA>
## 1205                <NA> 1597687284069175296                <NA>
## 1206                <NA> 1597687274216787968                <NA>
## 1207                <NA> 1597687270358016000                <NA>
## 1208                <NA> 1597687247687409665                <NA>
## 1209                <NA> 1597687177890365440                <NA>
## 1210                <NA> 1597687121082744832                <NA>
## 1211 1597686556823015424 1597687057874587649 1525308794921623552
## 1212 1597636935765594114 1597687044675096578            14772687
## 1213                <NA> 1597686989360242688                <NA>
## 1214                <NA> 1597686981638488067                <NA>
## 1215 1597286321143578624 1597686902995714048 1025410166483832833
## 1216                <NA> 1597686887824896000                <NA>
## 1217                <NA> 1597686881239851008                <NA>
## 1218                <NA> 1597686836414926848                <NA>
## 1219                <NA> 1597686834095853568                <NA>
## 1220 1597682772327690240 1597686826156064768 1416180611375579148
## 1221                <NA> 1597686736091377665                <NA>
## 1222                <NA> 1597686633566208000                <NA>
## 1223                <NA> 1597686632748314624                <NA>
## 1224                <NA> 1597686629392871424                <NA>
## 1225 1597684928610988033 1597686576771129344 1022239538629029888
## 1226 1597683607644299264 1597686556823015424 1164749243388579842
## 1227                <NA> 1597686534253449216                <NA>
## 1228 1597685056264601600 1597686530008842240            14377254
## 1229                <NA> 1597686517367177217                <NA>
## 1230                <NA> 1597686493933633536                <NA>
## 1231 1597590742209556480 1597686458248474624 1420364815671853056
## 1232                <NA> 1597686397162643458                <NA>
## 1233                <NA> 1597686355928023040                <NA>
## 1234                <NA> 1597686337603526656                <NA>
## 1235                <NA> 1597686268460433408                <NA>
## 1236                <NA> 1597686267718012928                <NA>
## 1237                <NA> 1597686251842568192                <NA>
## 1238                <NA> 1597686248365514752                <NA>
## 1239                <NA> 1597686201619984385                <NA>
## 1240                <NA> 1597686106539327489                <NA>
## 1241                <NA> 1597686098876301313                <NA>
## 1242                <NA> 1597686054131470336                <NA>
## 1243                <NA> 1597685978625609730                <NA>
## 1244                <NA> 1597685965359046658                <NA>
## 1245                <NA> 1597685961361883137                <NA>
## 1246                <NA> 1597685960590135296                <NA>
## 1247                <NA> 1597685960187482113                <NA>
## 1248 1597684928610988033 1597685948216532992 1022239538629029888
## 1249                <NA> 1597685920962326528                <NA>
## 1250                <NA> 1597685910182977536                <NA>
## 1251                <NA> 1597685890369085441                <NA>
## 1252                <NA> 1597685886887395329                <NA>
## 1253                <NA> 1597685874904379392                <NA>
## 1254 1597684839603658752 1597685871054319616           132330084
## 1255                <NA> 1597685866977460224                <NA>
## 1256                <NA> 1597685852502519808                <NA>
## 1257                <NA> 1597685782659338240                <NA>
## 1258 1597666927291166721 1597685732906504193           102349324
## 1259                <NA> 1597685701046595585                <NA>
## 1260                <NA> 1597685685439254528                <NA>
## 1261                <NA> 1597685684525228033                <NA>
## 1262                <NA> 1597685669966405632                <NA>
## 1263                <NA> 1597685662043746304                <NA>
## 1264                <NA> 1597685625788174336                <NA>
## 1265                <NA> 1597685545525596160                <NA>
## 1266                <NA> 1597685521828179968                <NA>
## 1267                <NA> 1597685518556618752                <NA>
## 1268                <NA> 1597685500118433792                <NA>
## 1269                <NA> 1597685485555830785                <NA>
## 1270                <NA> 1597685441246810114                <NA>
## 1271                <NA> 1597685395319189504                <NA>
## 1272                <NA> 1597685366634741761                <NA>
## 1273                <NA> 1597685335051599872                <NA>
## 1274                <NA> 1597685289224667136                <NA>
## 1275                <NA> 1597685287681142784                <NA>
## 1276                <NA> 1597685255242420225                <NA>
## 1277                <NA> 1597685242185543680                <NA>
## 1278                <NA> 1597685222015107074                <NA>
## 1279                <NA> 1597685206542356482                <NA>
## 1280                <NA> 1597685198237622273                <NA>
## 1281                <NA> 1597685186254475264                <NA>
## 1282                <NA> 1597685136446873600                <NA>
## 1283 1597675664563646464 1597685081526923264 1206676580648542208
## 1284                <NA> 1597685069225025538                <NA>
## 1285                <NA> 1597685045610696704                <NA>
## 1286                <NA> 1597684998878138368                <NA>
## 1287                <NA> 1597684942636716032                <NA>
## 1288                <NA> 1597684925276180481                <NA>
## 1289 1597669536102486017 1597684921325481984 1402344235978747908
## 1290                <NA> 1597684842065694720                <NA>
## 1291 1597530321029074944 1597684839603658752           133091407
## 1292                <NA> 1597684810109317123                <NA>
## 1293                <NA> 1597684759588933632                <NA>
## 1294 1597408959740403718 1597684752932536320 1327630782035341314
## 1295                <NA> 1597684732716019712                <NA>
## 1296                <NA> 1597684696041029635                <NA>
## 1297                <NA> 1597684633994670080                <NA>
## 1298 1597592312401788930 1597684576339783680  723276986618134529
## 1299                <NA> 1597684542399483904                <NA>
## 1300                <NA> 1597684520631021568                <NA>
## 1301 1597646325708820481 1597684520332861440 1587849172677529600
## 1302                <NA> 1597684510203990016                <NA>
## 1303                <NA> 1597684471989690368                <NA>
## 1304                <NA> 1597684440872161280                <NA>
## 1305                <NA> 1597684428968452097                <NA>
## 1306 1597670076098187265 1597684370113822721           567428589
## 1307                <NA> 1597684332738797568                <NA>
## 1308                <NA> 1597684324547301376                <NA>
## 1309                <NA> 1597684222562828289                <NA>
## 1310                <NA> 1597684203965280256                <NA>
## 1311 1597366172286353409 1597684200022626306 1593538065292677120
## 1312                <NA> 1597684136243666944                <NA>
## 1313                <NA> 1597683908199731200                <NA>
## 1314                <NA> 1597683734928498689                <NA>
## 1315                <NA> 1597683700694908928                <NA>
## 1316                <NA> 1597683688611155968                <NA>
## 1317                <NA> 1597683675147423744                <NA>
## 1318                <NA> 1597683634143916033                <NA>
## 1319                <NA> 1597683565680115715                <NA>
## 1320                <NA> 1597683565151621124                <NA>
## 1321 1597681804458303488 1597683525742129152 1448359424486043649
## 1322 1597663919258349568 1597683426194522114           769214965
## 1323                <NA> 1597683406917500928                <NA>
## 1324                <NA> 1597683300801576960                <NA>
## 1325 1597354845710999552 1597683290387152896           528674835
## 1326                <NA> 1597683254630690818                <NA>
## 1327                <NA> 1597683228634394624                <NA>
## 1328                <NA> 1597683222414262273                <NA>
## 1329                <NA> 1597683210837970944                <NA>
## 1330 1597679448681480192 1597683104810143744          3343870564
## 1331                <NA> 1597683097763733504                <NA>
## 1332                <NA> 1597683085105332224                <NA>
## 1333                <NA> 1597683040813486081                <NA>
## 1334                <NA> 1597682958508658689                <NA>
## 1335                <NA> 1597682956713066496                <NA>
## 1336                <NA> 1597682940125016064                <NA>
## 1337 1597682698763370496 1597682905626857472          2247518233
## 1338 1597682497646919680 1597682841583861761  713079714299179009
## 1339                <NA> 1597682830288355328                <NA>
## 1340                <NA> 1597682778904363008                <NA>
## 1341                <NA> 1597682751322587137                <NA>
## 1342                <NA> 1597682749997191168                <NA>
## 1343 1597675906675650560 1597682698763370496          1153234998
## 1344 1597675492248670208 1597682670531923968 1557120389704187905
## 1345                <NA> 1597682667038060544                <NA>
## 1346 1597637335587618816 1597682611966849024  834096099975634944
## 1347 1597676075215384576 1597682602042761216          1347583633
## 1348                <NA> 1597682577204457472                <NA>
## 1349                <NA> 1597682559387045888                <NA>
## 1350                <NA> 1597682554819473410                <NA>
## 1351                <NA> 1597682513530720256                <NA>
## 1352 1597680641109528578 1597682424984764418 1525927035398504462
## 1353                <NA> 1597682320433065984                <NA>
## 1354                <NA> 1597682307535708160                <NA>
## 1355                <NA> 1597682306918993920                <NA>
## 1356                <NA> 1597682234454323200                <NA>
## 1357 1597674654579462150 1597682217123459072            52466440
## 1358                <NA> 1597682155555291137                <NA>
## 1359                <NA> 1597682153999183872                <NA>
## 1360                <NA> 1597682145153396737                <NA>
## 1361                <NA> 1597682111385079808                <NA>
## 1362                <NA> 1597682031785574400                <NA>
## 1363                <NA> 1597681897408466944                <NA>
## 1364                <NA> 1597681862826405888                <NA>
## 1365 1597681122783416320 1597681843100602368 1518578241363222528
## 1366                <NA> 1597681838868549632                <NA>
## 1367                <NA> 1597681777854017536                <NA>
## 1368                <NA> 1597681754231693315                <NA>
## 1369                <NA> 1597681744303788032           201226316
## 1370                <NA> 1597681716864651265                <NA>
## 1371                <NA> 1597681708249538562                <NA>
## 1372                <NA> 1597681695360417792                <NA>
## 1373                <NA> 1597681517962170374                <NA>
## 1374 1597366292553814017 1597681509460193285           967122666
## 1375                <NA> 1597681470721564672                <NA>
## 1376                <NA> 1597681449632952320                <NA>
## 1377                <NA> 1597681372445167616                <NA>
## 1378                <NA> 1597681335392665601                <NA>
## 1379 1597680452814315521 1597681301997621249 1476747052407308295
## 1380                <NA> 1597681275191451648                <NA>
## 1381                <NA> 1597681252093812738                <NA>
## 1382                <NA> 1597681243411578880                <NA>
## 1383                <NA> 1597681224663064577                <NA>
## 1384                <NA> 1597681196733169664                <NA>
## 1385                <NA> 1597681123446132736                <NA>
## 1386 1597675671274541056 1597681120677883904            37398845
## 1387                <NA> 1597681057809444864                <NA>
## 1388                <NA> 1597681043913703424                <NA>
## 1389                <NA> 1597681023260631041                <NA>
## 1390                <NA> 1597681019263410176                <NA>
## 1391                <NA> 1597680965803204608                <NA>
## 1392                <NA> 1597680940335398913                <NA>
## 1393                <NA> 1597680905543307265                <NA>
## 1394                <NA> 1597680857971851264                <NA>
## 1395                <NA> 1597680767022551041                <NA>
## 1396                <NA> 1597680752162140160                <NA>
## 1397                <NA> 1597680663993667584                <NA>
## 1398                <NA> 1597680630686715905                <NA>
## 1399                <NA> 1597680568954933248                <NA>
## 1400                <NA> 1597680546200576000                <NA>
## 1401 1597610261707653120 1597680507193786368          2620480347
## 1402 1597680035192000513 1597680480861593600           351019770
## 1403                <NA> 1597680458133049344                <NA>
## 1404                <NA> 1597680442362449920                <NA>
## 1405                <NA> 1597680428680638464                <NA>
## 1406                <NA> 1597680368253276160                <NA>
## 1407                <NA> 1597680322677641216                <NA>
## 1408                <NA> 1597680305174851584                <NA>
## 1409                <NA> 1597680127890305024                <NA>
## 1410                <NA> 1597680118847000576                <NA>
## 1411                <NA> 1597680105454698496                <NA>
## 1412                <NA> 1597680104829861889                <NA>
## 1413 1597679706400526336 1597680082986098688  874104310287785984
## 1414                <NA> 1597680076161622016                <NA>
## 1415 1597647019006627841 1597680059271196672          1121513665
## 1416 1597675492248670208 1597680035192000513 1557120389704187905
## 1417                <NA> 1597680002841059328                <NA>
## 1418                <NA> 1597679980028497921                <NA>
## 1419                <NA> 1597679972151623681                <NA>
## 1420 1597492498452316160 1597679942997020673 1235982189499682817
## 1421                <NA> 1597679930011172870                <NA>
## 1422                <NA> 1597679887493566466                <NA>
## 1423                <NA> 1597679883131682816                <NA>
## 1424 1597679352514510848 1597679867650154496 1346484062161141762
## 1425                <NA> 1597679848826474496                <NA>
## 1426 1597679033072111616 1597679706400526336 1124417324478496768
## 1427 1597679448681480192 1597679699907731456          3343870564
## 1428 1597636935765594114 1597679689912709121            14772687
## 1429                <NA> 1597679680865570816                <NA>
## 1430 1597647536944074753 1597679569976582144          2463867379
## 1431                <NA> 1597679503735631872                <NA>
## 1432                <NA> 1597679455329472512                <NA>
## 1433 1597639741674905600 1597679442880405504 1201953403099893760
## 1434                <NA> 1597679378183655424                <NA>
## 1435                <NA> 1597679350207365120                <NA>
## 1436                <NA> 1597679349527969793                <NA>
## 1437                <NA> 1597679343563837441                <NA>
## 1438                <NA> 1597679321086164993                <NA>
## 1439                <NA> 1597679047764742144                <NA>
## 1440 1597678725868695552 1597679033072111616  874104310287785984
## 1441                <NA> 1597679003909107712                <NA>
## 1442                <NA> 1597678956815454208                <NA>
## 1443                <NA> 1597678881099898880                <NA>
## 1444                <NA> 1597678871817904128                <NA>
## 1445                <NA> 1597678756897779712                <NA>
## 1446 1597660746640654337 1597678725868695552 1124417324478496768
## 1447                <NA> 1597678721342881793                <NA>
## 1448                <NA> 1597678720680136707                <NA>
## 1449 1597640602371624960 1597678626325291009 1022239538629029888
## 1450                <NA> 1597678603663478784                <NA>
## 1451                <NA> 1597678596491214848                <NA>
## 1452                <NA> 1597678590799532032                <NA>
## 1453                <NA> 1597678434620440577                <NA>
## 1454                <NA> 1597678432045129728                <NA>
## 1455                <NA> 1597678390143643648                <NA>
## 1456                <NA> 1597678353741332481                <NA>
## 1457                <NA> 1597678325689815040                <NA>
## 1458                <NA> 1597678274293141504                <NA>
## 1459                <NA> 1597678222682251267                <NA>
## 1460                <NA> 1597678176918032387                <NA>
## 1461                <NA> 1597678122354507776                <NA>
## 1462                <NA> 1597678118734823425                <NA>
## 1463 1597676439960457216 1597678117543301120 1283098731605303307
## 1464                <NA> 1597678068289908736                <NA>
## 1465                <NA> 1597678038292238336                <NA>
## 1466                <NA> 1597677990447828992                <NA>
## 1467                <NA> 1597677931991805952                <NA>
## 1468                <NA> 1597677875658121217                <NA>
## 1469                <NA> 1597677865557905408                <NA>
## 1470                <NA> 1597677832683261953                <NA>
## 1471                <NA> 1597677773304532992                <NA>
## 1472                <NA> 1597677692761305088                <NA>
## 1473 1597650171742986241 1597677677401366528           373971066
## 1474                <NA> 1597677666421071872                <NA>
## 1475                <NA> 1597677655742103554                <NA>
## 1476 1597677141889810432 1597677648825942016 1582114800900923392
## 1477                <NA> 1597677517070295040                <NA>
## 1478                <NA> 1597677462825082885                <NA>
## 1479                <NA> 1597677462351118336                <NA>
## 1480                <NA> 1597677450888384512                <NA>
## 1481                <NA> 1597677339495669760                <NA>
## 1482                <NA> 1597677274005913600                <NA>
## 1483                <NA> 1597677273418797059                <NA>
## 1484                <NA> 1597677223498354689                <NA>
## 1485                <NA> 1597677220562337792                <NA>
## 1486                <NA> 1597677157190619136                <NA>
## 1487                <NA> 1597677061396922369                <NA>
## 1488                <NA> 1597676988160184320                <NA>
## 1489                <NA> 1597676833805402115                <NA>
## 1490                <NA> 1597676833205624832                <NA>
## 1491                <NA> 1597676612769939456                <NA>
## 1492                <NA> 1597676525217673217                <NA>
## 1493                <NA> 1597676477159735296                <NA>
## 1494                <NA> 1597676402568200192                <NA>
## 1495                <NA> 1597676315116965888                <NA>
## 1496 1597675701213466625 1597676166353424384 1561184057353969669
## 1497                <NA> 1597676142110343170                <NA>
## 1498                <NA> 1597676023638024193                <NA>
## 1499                <NA> 1597675996471521281                <NA>
## 1500 1597674939242647552 1597675977462906880 1565701510083670016
## 1501                <NA> 1597675970370359296                <NA>
## 1502                <NA> 1597675906675650560                <NA>
## 1503                <NA> 1597675863746572288                <NA>
## 1504                <NA> 1597675769844858880                <NA>
## 1505 1597674950437244928 1597675701213466625 1504401893010952200
## 1506 1597249806074015745 1597675671274541056 1478086531394977793
## 1507                <NA> 1597675643709575169                <NA>
## 1508 1597444524011581440 1597675627204980736 1323331590764724225
## 1509                <NA> 1597675594942029824                <NA>
## 1510                <NA> 1597675575375794176                <NA>
## 1511                <NA> 1597675574872494084                <NA>
## 1512                <NA> 1597675527909019648                <NA>
## 1513 1597656070843150336 1597675492248670208           351019770
## 1514                <NA> 1597675453057499136                <NA>
## 1515                <NA> 1597675439535050752                <NA>
## 1516                <NA> 1597675399089385472                <NA>
## 1517 1597674241373376512 1597675321754791936 1305174299012079616
## 1518                <NA> 1597675241852968960                <NA>
## 1519                <NA> 1597675185259577344                <NA>
## 1520                <NA> 1597675155907837952                <NA>
## 1521                <NA> 1597675135116402688                <NA>
## 1522                <NA> 1597675134491541506                <NA>
## 1523                <NA> 1597675036462428160                <NA>
## 1524 1597660746640654337 1597674940081528832 1124417324478496768
## 1525                <NA> 1597674859072716801                <NA>
## 1526                <NA> 1597674772837519360                <NA>
## 1527                <NA> 1597674760158457857                <NA>
## 1528 1597667768002023424 1597674746526982145 1594080216669949961
## 1529                <NA> 1597674676045479936                <NA>
## 1530                <NA> 1597674659670937600                <NA>
## 1531 1597655294841999362 1597674654579462150 1451283336526278678
## 1532 1597668580937850880 1597674653446991874 1531967748036866053
## 1533                <NA> 1597674623692582912                <NA>
## 1534                <NA> 1597674574451068928                <NA>
## 1535                <NA> 1597674532260941831                <NA>
## 1536                <NA> 1597674505148960768                <NA>
## 1537 1597570954401845248 1597674493715304448 1427880469773774849
## 1538                <NA> 1597674491919757313                <NA>
## 1539                <NA> 1597674427231211521                <NA>
## 1540                <NA> 1597674268841906177                <NA>
## 1541                <NA> 1597674229310308353                <NA>
## 1542 1597494637799047169 1597674222666801152  773032064023093248
## 1543                <NA> 1597674201850470400                <NA>
## 1544                <NA> 1597674199665213441                <NA>
## 1545                <NA> 1597674193910640640                <NA>
## 1546                <NA> 1597674191406473218                <NA>
## 1547                <NA> 1597674190848630785                <NA>
## 1548                <NA> 1597674033658859521                <NA>
## 1549 1597672149862748161 1597673997663342593 1165512101156331520
## 1550                <NA> 1597673993552920576                <NA>
## 1551 1597671820731113472 1597673955225370624            60582161
## 1552                <NA> 1597673810039566336                <NA>
## 1553                <NA> 1597673594360049665                <NA>
## 1554                <NA> 1597673574546182144                <NA>
## 1555                <NA> 1597673540274180096                <NA>
## 1556                <NA> 1597673504639684610                <NA>
## 1557 1597655285547511808 1597673464114315264 1262903154925953024
## 1558                <NA> 1597673449111293953                <NA>
## 1559                <NA> 1597673341422538753                <NA>
## 1560                <NA> 1597673320991686656                <NA>
## 1561                <NA> 1597673294777679872                <NA>
## 1562 1597669637650796545 1597673284904308736 1032783644765519872
## 1563                <NA> 1597673202943397894                <NA>
## 1564 1597644035308785664 1597673195024547842  814539196274790400
## 1565                <NA> 1597673118381637633                <NA>
## 1566                <NA> 1597673090636742656                <NA>
## 1567                <NA> 1597673082688503810                <NA>
## 1568                <NA> 1597673042536435712                <NA>
## 1569                <NA> 1597672965981642752                <NA>
## 1570                <NA> 1597672861879402498                <NA>
## 1571                <NA> 1597672861627748353                <NA>
## 1572                <NA> 1597672832032731136                <NA>
## 1573                <NA> 1597672824290037760                <NA>
## 1574                <NA> 1597672775363473408                <NA>
## 1575 1597645072493072384 1597672761572265985 1079639118181814272
## 1576 1597666780998434817 1597672743746822144 1453006858730545171
## 1577                <NA> 1597672709433208832                <NA>
## 1578                <NA> 1597672708896018433                <NA>
## 1579                <NA> 1597672684917493760                <NA>
## 1580                <NA> 1597672680089858050                <NA>
## 1581 1597672613362339840 1597672615258521600 1536708565922103296
## 1582                <NA> 1597672571029581825                <NA>
## 1583                <NA> 1597672511461683200                <NA>
## 1584                <NA> 1597672500087123968                <NA>
## 1585                <NA> 1597672427236241409                <NA>
## 1586                <NA> 1597672416259768321                <NA>
## 1587 1597606853852151809 1597672386484383745  954532233502691328
## 1588                <NA> 1597672366997352449                <NA>
## 1589                <NA> 1597672315047010304                <NA>
## 1590                <NA> 1597672313201168384                <NA>
## 1591                <NA> 1597672290992672769                <NA>
## 1592 1597569845184208897 1597672269861752833  925489489060835328
## 1593                <NA> 1597672222549680128                <NA>
## 1594                <NA> 1597672220267925504                <NA>
## 1595                <NA> 1597672207022714880                <NA>
## 1596                <NA> 1597672136277393408                <NA>
## 1597 1597629615270690819 1597672089829670912            18584875
## 1598                <NA> 1597672042702462976                <NA>
## 1599                <NA> 1597671952017420288                <NA>
## 1600                <NA> 1597671950301925376                <NA>
## 1601 1597660746640654337 1597671924070764544 1124417324478496768
## 1602                <NA> 1597671833071144960                <NA>
## 1603                <NA> 1597671797268566016                <NA>
## 1604                <NA> 1597671722635104263                <NA>
## 1605 1597671539612487680 1597671673330704384            27984639
## 1606                <NA> 1597671666724663296                <NA>
## 1607                <NA> 1597671651470372864                <NA>
## 1608 1597456274878525440 1597671551398449153 1322449182687453184
## 1609 1597660167453409281 1597671539612487680 1350181570863394817
## 1610 1597629590452981760 1597671505542148096 1509690781363326976
## 1611                <NA> 1597671354039685121                <NA>
## 1612                <NA> 1597671326919331841                <NA>
## 1613 1597668138078064640 1597671322469158913 1573405608895823877
## 1614                <NA> 1597671197424386048                <NA>
## 1615                <NA> 1597671188935106561                <NA>
## 1616                <NA> 1597671173340659712                <NA>
## 1617                <NA> 1597671116986028032                <NA>
## 1618                <NA> 1597671028381356032                <NA>
## 1619                <NA> 1597670982675726338                <NA>
## 1620                <NA> 1597670982176673794                <NA>
## 1621 1597652686375387137 1597670975923183616           480814836
## 1622                <NA> 1597670922084700160                <NA>
## 1623                <NA> 1597670906671038464                <NA>
## 1624                <NA> 1597670867969794048                <NA>
## 1625                <NA> 1597670855169159168                <NA>
## 1626                <NA> 1597670765671112704                <NA>
## 1627                <NA> 1597670716601962496                <NA>
## 1628 1597627580613816325 1597670690202607616 1471761516600905728
## 1629                <NA> 1597670680677740544                <NA>
## 1630                <NA> 1597670634011918337                <NA>
## 1631                <NA> 1597670616358080512                <NA>
## 1632                <NA> 1597670605348032512                <NA>
## 1633                <NA> 1597670581830389762                <NA>
## 1634 1597500611699752961 1597670412695252993           472321669
## 1635 1597349282457477120 1597670375286255616 1363808370369695749
## 1636                <NA> 1597670313210568705                <NA>
## 1637                <NA> 1597670302301196291                <NA>
## 1638                <NA> 1597670175658377217                <NA>
## 1639                <NA> 1597670133887275008                <NA>
## 1640 1597668355410120705 1597670123040804864            50085192
## 1641                <NA> 1597670093319999488                <NA>
## 1642                <NA> 1597670085493395456                <NA>
## 1643                <NA> 1597670080959156229                <NA>
## 1644                <NA> 1597670073748946945                <NA>
## 1645                <NA> 1597670072868253696                <NA>
## 1646                <NA> 1597670045391687680                <NA>
## 1647                <NA> 1597670027909804032                <NA>
## 1648                <NA> 1597669979683684352                <NA>
## 1649                <NA> 1597669977620107265                <NA>
## 1650                <NA> 1597669885546405888                <NA>
## 1651                <NA> 1597669872733130752                <NA>
## 1652                <NA> 1597669807817904130                <NA>
## 1653 1597660746640654337 1597669637650796545 1124417324478496768
## 1654                <NA> 1597669514644426752                <NA>
## 1655                <NA> 1597669423963607045                <NA>
## 1656                <NA> 1597669356347232258                <NA>
## 1657                <NA> 1597669293692375040                <NA>
## 1658                <NA> 1597669213451145216                <NA>
## 1659                <NA> 1597669187425431552                <NA>
## 1660                <NA> 1597669061877698560                <NA>
## 1661                <NA> 1597669045691523072                <NA>
## 1662                <NA> 1597669036132749312                <NA>
## 1663                <NA> 1597668856067022848                <NA>
## 1664                <NA> 1597668835859247104                <NA>
## 1665                <NA> 1597668788257714177                <NA>
## 1666 1597487718107254785 1597668777747189761 1265301426026229760
## 1667                <NA> 1597668697555947520                <NA>
## 1668                <NA> 1597668631176830976                <NA>
## 1669 1597666689105432577 1597668587388702720           255471924
## 1670                <NA> 1597668498079363072                <NA>
## 1671                <NA> 1597668440986484737                <NA>
## 1672                <NA> 1597668295980613632                <NA>
## 1673                <NA> 1597668276741738496                <NA>
## 1674                <NA> 1597668215668498433                <NA>
## 1675                <NA> 1597668185628880896                <NA>
## 1676                <NA> 1597668163357138944                <NA>
## 1677                <NA> 1597668112874164224                <NA>
## 1678 1597667789950836741 1597668049372712960 1553437768864256000
## 1679                <NA> 1597668047887937536                <NA>
## 1680                <NA> 1597667951553183744                <NA>
## 1681                <NA> 1597667950009671681                <NA>
## 1682                <NA> 1597667860926504960                <NA>
## 1683                <NA> 1597667842081820677                <NA>
## 1684                <NA> 1597667836427907072                <NA>
## 1685                <NA> 1597667835441971200                <NA>
## 1686                <NA> 1597667627983261696                <NA>
## 1687                <NA> 1597667602108928000                <NA>
## 1688                <NA> 1597667574669377537                <NA>
## 1689 1597667528939298817 1597667531300667392 1005194616419901440
## 1690                <NA> 1597667525990424577                <NA>
## 1691                <NA> 1597667500132806656                <NA>
## 1692                <NA> 1597667483129090048                <NA>
## 1693                <NA> 1597667466917937158                <NA>
## 1694 1597398584470941698 1597667399704383488 1364805009058246657
## 1695                <NA> 1597667326891294720                <NA>
## 1696                <NA> 1597667326283100162                <NA>
## 1697                <NA> 1597667176177364992                <NA>
## 1698                <NA> 1597667130958225409                <NA>
## 1699                <NA> 1597667121831428096                <NA>
## 1700                <NA> 1597667112281313281                <NA>
## 1701 1597665019369398272 1597667067389321216          4691437897
## 1702                <NA> 1597666987093954560                <NA>
## 1703                <NA> 1597666971331350528                <NA>
## 1704                <NA> 1597666956571656192                <NA>
## 1705                <NA> 1597666816280924162                <NA>
## 1706                <NA> 1597666812497645572                <NA>
## 1707 1597655294841999362 1597666780998434817 1451283336526278678
## 1708                <NA> 1597666780742582273                <NA>
## 1709                <NA> 1597666775189323776                <NA>
## 1710                <NA> 1597666772999892992                <NA>
## 1711                <NA> 1597666766100258817                <NA>
## 1712                <NA> 1597666724827889664                <NA>
## 1713                <NA> 1597666697959251968                <NA>
## 1714 1597656003956609025 1597666666481037313 1579154765405036545
## 1715                <NA> 1597666636341075968                <NA>
## 1716 1597665090551316480 1597666566380097536 1449235242888335361
## 1717                <NA> 1597666512051277824                <NA>
## 1718                <NA> 1597666481093087232                <NA>
## 1719 1597657432813367296 1597666409576042496           241156582
## 1720                <NA> 1597666335718535168                <NA>
## 1721 1597665399906398208 1597666191811964928 1258226400122867713
## 1722                <NA> 1597666172694331393                <NA>
## 1723                <NA> 1597666168088952833                <NA>
## 1724                <NA> 1597666158844706821                <NA>
## 1725                <NA> 1597666078653837315                <NA>
## 1726 1597636813304508416 1597666027550441472  981997649049112576
## 1727                <NA> 1597665990963494912                <NA>
## 1728                <NA> 1597665913196916736                <NA>
## 1729                <NA> 1597665849761931264                <NA>
## 1730 1597660950039236608 1597665841671442433  974760351211368454
## 1731 1597498175384072194 1597665835371593728            27966935
## 1732                <NA> 1597665809421152256                <NA>
## 1733                <NA> 1597665694543671297                <NA>
## 1734                <NA> 1597665680689856512                <NA>
## 1735 1597396236419870720 1597665596052676608 1352090426556215296
## 1736 1597665257534935040 1597665580345364480 1016743531262685184
## 1737                <NA> 1597665572283899905                <NA>
## 1738                <NA> 1597665509293850624                <NA>
## 1739                <NA> 1597665508609884174                <NA>
## 1740 1597663269090918401 1597665455509889024 1463167969878548485
## 1741                <NA> 1597665443422306305                <NA>
## 1742 1597077991036633088 1597665437512503296            70401175
## 1743                <NA> 1597665409481596928                <NA>
## 1744                <NA> 1597665308114026496                <NA>
## 1745                <NA> 1597665292095979520           207660998
## 1746 1597590377078599680 1597665211418173441          4871009699
## 1747                <NA> 1597665189398466560                <NA>
## 1748 1597665028714352640 1597665144670416896 1457624014814212096
## 1749                <NA> 1597665133752221696                <NA>
## 1750                <NA> 1597665105285885952                <NA>
## 1751                <NA> 1597665050906411008                <NA>
## 1752                <NA> 1597665000981639168                <NA>
## 1753 1597659839832154112 1597664978366255104 1478086531394977793
## 1754                <NA> 1597664897516834816                <NA>
## 1755                <NA> 1597664896401174529                <NA>
## 1756 1597657426291200002 1597664873391198208 1235280552082755586
## 1757                <NA> 1597664856920162304                <NA>
## 1758                <NA> 1597664821142781952                <NA>
## 1759                <NA> 1597664772052652032                <NA>
## 1760                <NA> 1597664730495483904                <NA>
## 1761                <NA> 1597664701596721152                <NA>
## 1762                <NA> 1597664681694736384                <NA>
## 1763                <NA> 1597664679048151041                <NA>
## 1764 1597663489174085632 1597664668222337025           230641185
## 1765                <NA> 1597664662081835008                <NA>
## 1766                <NA> 1597664648920461313                <NA>
## 1767                <NA> 1597664633422491649                <NA>
## 1768                <NA> 1597664589960749056                <NA>
## 1769 1597661240876494848 1597664574068916224 1462622789807095808
## 1770                <NA> 1597664566728888320                <NA>
## 1771                <NA> 1597664493953519617                <NA>
## 1772                <NA> 1597664427796754433                <NA>
## 1773                <NA> 1597664420507058176                <NA>
## 1774                <NA> 1597664363699019776                <NA>
## 1775                <NA> 1597664357932224513                <NA>
## 1776                <NA> 1597664269545660416                <NA>
## 1777                <NA> 1597664250511740928                <NA>
## 1778                <NA> 1597664250025185288                <NA>
## 1779                <NA> 1597664202747150341                <NA>
## 1780                <NA> 1597664159747182592                <NA>
## 1781                <NA> 1597664105451900928                <NA>
## 1782                <NA> 1597664040318169091                <NA>
## 1783                <NA> 1597663978317967361                <NA>
## 1784 1597663129793867777 1597663963059453952 1597130117247107072
## 1785                <NA> 1597663925017116673                <NA>
## 1786                <NA> 1597663923091943424                <NA>
## 1787                <NA> 1597663894004285464                <NA>
## 1788                <NA> 1597663873837846528                <NA>
## 1789 1597422523528130560 1597663871522988032 1467931973616386052
## 1790                <NA> 1597663868255629312                <NA>
## 1791                <NA> 1597663866884083712                <NA>
## 1792                <NA> 1597663822537699329                <NA>
## 1793                <NA> 1597663819383603200                <NA>
## 1794 1597662972146778112 1597663812194553857 1583398814869848065
## 1795                <NA> 1597663798340751361                <NA>
## 1796                <NA> 1597663651787603968                <NA>
## 1797                <NA> 1597663591150530560                <NA>
## 1798                <NA> 1597663517192032256                <NA>
## 1799 1597660746640654337 1597663489174085632 1124417324478496768
## 1800                <NA> 1597663432861683712                <NA>
## 1801                <NA> 1597663354927337473                <NA>
## 1802                <NA> 1597663287344500737                <NA>
## 1803                <NA> 1597663271271612416                <NA>
## 1804 1597656816837853185 1597663259473358848          1258073660
## 1805                <NA> 1597663108494860289                <NA>
## 1806                <NA> 1597663026614009856                <NA>
## 1807                <NA> 1597663013888086017                <NA>
## 1808                <NA> 1597662997215780864                <NA>
## 1809                <NA> 1597662988093513728                <NA>
## 1810                <NA> 1597662949254246400                <NA>
## 1811                <NA> 1597662934477725696                <NA>
## 1812                <NA> 1597662924755337218                <NA>
## 1813                <NA> 1597662851681767424          2602959463
## 1814 1597662119205314560 1597662744127606784 1252028010959712257
## 1815                <NA> 1597662742537973760                <NA>
## 1816                <NA> 1597662716659109888                <NA>
## 1817                <NA> 1597662713177837569                <NA>
## 1818                <NA> 1597662609079414784                <NA>
## 1819                <NA> 1597662361841971200                <NA>
## 1820                <NA> 1597662344112672768                <NA>
## 1821 1597659866868625409 1597662338160951296 1476544074693885959
## 1822                <NA> 1597662293935865856                <NA>
## 1823                <NA> 1597662256506220544           118247024
## 1824                <NA> 1597662246704152576                <NA>
## 1825 1597662119205314560 1597662124712812544 1252028010959712257
## 1826                <NA> 1597662119205314560                <NA>
## 1827 1597578773175881729 1597662116001255424 1233080502460002304
## 1828 1597591217616916485 1597662075651694592 1448359424486043649
## 1829                <NA> 1597661956755709952                <NA>
## 1830                <NA> 1597661934181969920                <NA>
## 1831                <NA> 1597661913751916544                <NA>
## 1832                <NA> 1597661913718329344                <NA>
## 1833 1597658092128604161 1597661875915063296          2612289973
## 1834                <NA> 1597661820449591296                <NA>
## 1835 1597660607213604865 1597661733111599104          1153234998
## 1836 1597661175663431680 1597661625439645696           548650571
## 1837 1597289133860220928 1597661599904714752          3412281493
## 1838                <NA> 1597661597476196352                <NA>
## 1839 1597661357352005632 1597661545735282688          3383424099
## 1840                <NA> 1597661474889293824                <NA>
## 1841                <NA> 1597661416026034176                <NA>
## 1842                <NA> 1597661327236833280                <NA>
## 1843                <NA> 1597661324464771074                <NA>
## 1844                <NA> 1597661267207999495                <NA>
## 1845                <NA> 1597661254650597376                <NA>
## 1846 1597645166185447425 1597661160270356480 1523402504465264640
## 1847                <NA> 1597661157657309184                <NA>
## 1848                <NA> 1597661068662538240                <NA>
## 1849                <NA> 1597660993089216512                <NA>
## 1850                <NA> 1597660925942992896                <NA>
## 1851                <NA> 1597660884838813696                <NA>
## 1852 1597660554293743616 1597660859127386112 1553866089053818880
## 1853                <NA> 1597660792031424512                <NA>
## 1854 1597659987861389313 1597660790814699521 1157953036213313536
## 1855                <NA> 1597660781062983680                <NA>
## 1856                <NA> 1597660769260281860                <NA>
## 1857                <NA> 1597660746640654337                <NA>
## 1858                <NA> 1597660714767769600                <NA>
## 1859                <NA> 1597660703942479874                <NA>
## 1860                <NA> 1597660680311967745                <NA>
## 1861                <NA> 1597660666671689728                <NA>
## 1862                <NA> 1597660630320041984                <NA>
## 1863                <NA> 1597660613211467776                <NA>
## 1864 1597649465158291456 1597660607213604865           159867533
## 1865                <NA> 1597660512791117824                <NA>
## 1866                <NA> 1597660469770100736                <NA>
## 1867                <NA> 1597660458538110977                <NA>
## 1868                <NA> 1597660457950928896                <NA>
## 1869                <NA> 1597660400127967233                <NA>
## 1870                <NA> 1597660362689904640                <NA>
## 1871                <NA> 1597660347846262786                <NA>
## 1872                <NA> 1597660291978137601                <NA>
## 1873 1544698452788948992 1597660260395028480 1534482603289391105
## 1874 1597657290353831936 1597660258264313857  927442990817165312
## 1875                <NA> 1597660202811404288                <NA>
## 1876                <NA> 1597660167453409281                <NA>
## 1877                <NA> 1597660110666727424                <NA>
## 1878 1597659321898532864 1597660054324654081 1502324623349673984
## 1879                <NA> 1597659998653497344                <NA>
## 1880 1597659898078076929 1597659987786235904 1474877254299795459
## 1881                <NA> 1597659956731252736                <NA>
## 1882                <NA> 1597659937634934785                <NA>
## 1883                <NA> 1597659918089478144                <NA>
## 1884 1597249806074015745 1597659898078076929 1478086531394977793
## 1885                <NA> 1597659896572391424                <NA>
## 1886                <NA> 1597659881422848000                <NA>
## 1887 1597620319321468928 1597659866868625409 1525308794921623552
## 1888                <NA> 1597659860208091136                <NA>
## 1889                <NA> 1597659794323951616                <NA>
## 1890                <NA> 1597659714183401472                <NA>
## 1891                <NA> 1597659615021658112                <NA>
## 1892 1581582113492508672 1597659586059636738 1574739542388756482
## 1893                <NA> 1597659491973345280                <NA>
## 1894 1597518105017974784 1597659478307983360           706646642
## 1895                <NA> 1597659471802957830                <NA>
## 1896                <NA> 1597659443625594882                <NA>
## 1897                <NA> 1597659409693675520                <NA>
## 1898                <NA> 1597659391431516161                <NA>
## 1899                <NA> 1597659346741055489                <NA>
## 1900                <NA> 1597659328336756736                <NA>
## 1901 1597315521132699651 1597659301245779970  977280486690246656
## 1902                <NA> 1597659296849747969                <NA>
## 1903                <NA> 1597659275119452161                <NA>
## 1904                <NA> 1597659265052774400                <NA>
## 1905                <NA> 1597659134551556096                <NA>
## 1906                <NA> 1597659128859856896                <NA>
## 1907                <NA> 1597659120135729153                <NA>
## 1908                <NA> 1597659091824148480                <NA>
## 1909                <NA> 1597659072836571136                <NA>
## 1910                <NA> 1597659042201374722                <NA>
## 1911                <NA> 1597659041722834944                <NA>
## 1912                <NA> 1597659024530579457                <NA>
## 1913                <NA> 1597659010517258241                <NA>
## 1914                <NA> 1597658903940337664                <NA>
## 1915                <NA> 1597658864501293056                <NA>
## 1916                <NA> 1597658687220625408                <NA>
## 1917                <NA> 1597658680140627973                <NA>
## 1918 1597656055286071298 1597658647014043648            18529897
## 1919                <NA> 1597658602574995456                <NA>
## 1920                <NA> 1597658577443123200                <NA>
## 1921 1597652830612963328 1597658573278154753 1330056659239047168
## 1922                <NA> 1597658553140977664                <NA>
## 1923                <NA> 1597658536380506112                <NA>
## 1924                <NA> 1597658486833573889                <NA>
## 1925                <NA> 1597658410924720128                <NA>
## 1926                <NA> 1597658381107724289                <NA>
## 1927 1597249806074015745 1597658335167512577 1478086531394977793
## 1928                <NA> 1597658254833860608                <NA>
## 1929                <NA> 1597658234730708992                <NA>
## 1930                <NA> 1597658233514364929                <NA>
## 1931                <NA> 1597658217424773120                <NA>
## 1932                <NA> 1597658206133620736                <NA>
## 1933                <NA> 1597658191801634816                <NA>
## 1934                <NA> 1597658165663109120                <NA>
## 1935                <NA> 1597658053822001153                <NA>
## 1936                <NA> 1597658014684966912                <NA>
## 1937                <NA> 1597657932065570816 1474123963114549280
## 1938                <NA> 1597657923492098048                <NA>
## 1939 1597643150259986432 1597657827631587328 1369294104262283270
## 1940                <NA> 1597657808983724032                <NA>
## 1941                <NA> 1597657801123598336                <NA>
## 1942 1597656168402677761 1597657751185813504 1530733884098363397
## 1943                <NA> 1597657743753875459                <NA>
## 1944 1597249806074015745 1597657704440680449 1478086531394977793
## 1945                <NA> 1597657669393076225                <NA>
## 1946                <NA> 1597657591739564033                <NA>
## 1947 1597649294508466176 1597657566057680897 1376936903266729987
## 1948                <NA> 1597657551583444992                <NA>
## 1949                <NA> 1597657539239284736                <NA>
## 1950                <NA> 1597657513461444608                <NA>
## 1951                <NA> 1597657503025594369                <NA>
## 1952 1597657426291200002 1597657435254444032 1235280552082755586
## 1953                <NA> 1597657426291200002                <NA>
## 1954                <NA> 1597657415964831744                <NA>
## 1955                <NA> 1597657294938034177                <NA>
## 1956 1597656485567164416 1597657293851852800           532578601
## 1957                <NA> 1597657288356950016                <NA>
## 1958                <NA> 1597657227560878080                <NA>
## 1959                <NA> 1597657198397915137                <NA>
## 1960                <NA> 1597657152482873344                <NA>
## 1961                <NA> 1597657137211408384                <NA>
## 1962 1597249806074015745 1597657096689881088 1478086531394977793
## 1963                <NA> 1597657069267480581                <NA>
## 1964                <NA> 1597657030113648640                <NA>
## 1965                <NA> 1597656984609644544                <NA>
## 1966 1597620319321468928 1597656877755928576 1525308794921623552
## 1967                <NA> 1597656871552229377                <NA>
## 1968                <NA> 1597656765851922432                <NA>
## 1969 1597601334080831489 1597656758935498758  854934136649396224
## 1970                <NA> 1597656707391705088                <NA>
## 1971                <NA> 1597656687040950272                <NA>
## 1972                <NA> 1597656507067559936                <NA>
## 1973 1597656054711848960 1597656495700992000 1393294150720573440
## 1974 1597249806074015745 1597656485567164416 1478086531394977793
## 1975                <NA> 1597656449496539137                <NA>
## 1976 1597633992991260674 1597656324049100800 1529162348874895362
## 1977                <NA> 1597656308928630786                <NA>
## 1978                <NA> 1597656240376905728                <NA>
## 1979 1597559329401765889 1597656168402677761          1460758435
## 1980                <NA> 1597656156172070912                <NA>
## 1981                <NA> 1597656131425689601                <NA>
## 1982                <NA> 1597656073452032002                <NA>
## 1983 1597647940239007746 1597656070843150336 1503771728551546883
## 1984                <NA> 1597656056842571777                <NA>
## 1985 1597630392282284033 1597656055286071298  790649119035514880
## 1986                <NA> 1597655984570527744                <NA>
## 1987 1597648078961782785 1597655950147874816  787439177344294912
## 1988                <NA> 1597655933836230656                <NA>
## 1989 1597598447112421376 1597655906665521153            46752718
## 1990                <NA> 1597655877917769729                <NA>
## 1991 1597655190835851264 1597655842157121536          2883245001
## 1992                <NA> 1597655664112726016                <NA>
## 1993 1597654114954928129 1597655592004648961          4352386093
## 1994                <NA> 1597655525550100481                <NA>
## 1995 1597530917102575617 1597655499486658560          1546101560
## 1996                <NA> 1597655486803116033                <NA>
## 1997                <NA> 1597655457640091648                <NA>
## 1998                <NA> 1597655304766095365                <NA>
## 1999 1597651136739409920 1597655295236669442           114718372
## 2000                <NA> 1597655295160827905                <NA>
## 2001 1597646960047312896 1597655294841999362 1525308794921623552
## 2002                <NA> 1597655254111223808                <NA>
## 2003                <NA> 1597655253540913152                <NA>
## 2004                <NA> 1597655136587091968                <NA>
## 2005                <NA> 1597655098788057088                <NA>
## 2006                <NA> 1597655066093457409                <NA>
## 2007                <NA> 1597655021730267138                <NA>
## 2008                <NA> 1597654974414041088                <NA>
## 2009 1597480122105622529 1597654966922932225            75343905
## 2010                <NA> 1597654954017456129                <NA>
## 2011                <NA> 1597654928310562816                <NA>
## 2012 1597303752893296640 1597654871070879744 1437241588552388611
## 2013                <NA> 1597654845934403584                <NA>
## 2014                <NA> 1597654813650526208                <NA>
## 2015                <NA> 1597654732130385920                <NA>
## 2016 1597327462295560194 1597654702258548736 1525308794921623552
## 2017                <NA> 1597654693953835009                <NA>
## 2018                <NA> 1597654575640883200                <NA>
## 2019 1597542665671053314 1597654517834600448          4573051643
## 2020                <NA> 1597654502290911232                <NA>
## 2021                <NA> 1597654467247484928                <NA>
## 2022                <NA> 1597654394845396992                <NA>
## 2023 1597641575089438720 1597654312477659137 1493392149664219138
## 2024                <NA> 1597654285286002689                <NA>
## 2025                <NA> 1597654236795666433                <NA>
## 2026 1597653612423184384 1597654185201537025          1347583633
## 2027                <NA> 1597654128544854016                <NA>
## 2028                <NA> 1597654116666200065                <NA>
## 2029 1597441723969728519 1597654114954928129 1483641631081476098
## 2030                <NA> 1597654103219662848                <NA>
## 2031                <NA> 1597654054641209344                <NA>
## 2032                <NA> 1597653887368204289                <NA>
## 2033                <NA> 1597653884222464000                <NA>
## 2034                <NA> 1597653832104042496                <NA>
## 2035 1597653227243450368 1597653765619752960          4352386093
## 2036                <NA> 1597653731704725505                <NA>
## 2037 1597653494428991490 1597653707097010176          4352386093
## 2038 1597583498000596992 1597653670757212160  925489489060835328
## 2039 1597652012996313088 1597653642559262720           238858322
## 2040                <NA> 1597653634854313984                <NA>
## 2041                <NA> 1597653591124480000                <NA>
## 2042 1597573062991708160 1597653564377432064 1478016110712668162
## 2043                <NA> 1597653525831778306                <NA>
## 2044                <NA> 1597653521746518016                <NA>
## 2045 1597651821056884736 1597653496782000129          1153234998
## 2046 1597515478599012352 1597653494428991490 1560568605011755009
## 2047 1597648976832266240 1597653416452722689            37398845
## 2048 1597647511677984768 1597653312782106624 1266102206601793537
## 2049                <NA> 1597653292418748416                <NA>
## 2050                <NA> 1597653264241393664                <NA>
## 2051                <NA> 1597653236361875457                <NA>
## 2052 1597644252221440000 1597653227243450368          1575654950
## 2053                <NA> 1597653063371673600                <NA>
## 2054 1597651606010331137 1597653028672196608  961143751879155712
## 2055                <NA> 1597653023194779649                <NA>
## 2056                <NA> 1597653021097594880                <NA>
## 2057                <NA> 1597652959944638464                <NA>
## 2058                <NA> 1597652934384197632                <NA>
## 2059                <NA> 1597652917498310656                <NA>
## 2060                <NA> 1597652908233101313                <NA>
## 2061 1597445018045669377 1597652904256499712 1483641631081476098
## 2062                <NA> 1597652899425046529                <NA>
## 2063                <NA> 1597652894613839873                <NA>
## 2064 1597651391043936256 1597652888507277315  813789085932355585
## 2065                <NA> 1597652829904449538                <NA>
## 2066                <NA> 1597652793208098816                <NA>
## 2067 1597409733253558272 1597652634198241280 1486334184939474948
## 2068                <NA> 1597652607501492224                <NA>
## 2069                <NA> 1597652598848630786                <NA>
## 2070                <NA> 1597652485971546112                <NA>
## 2071 1597572163007311872 1597652481106153472          1356087222
## 2072 1597492888149299200 1597652471115313152 1472529917191639040
## 2073 1597645118777217025 1597652468296736769 1546761192403869696
## 2074 1597651409226600448 1597652464584359937 1393294150720573440
## 2075 1597649001851260928 1597652458733326336 1132012781920632832
## 2076                <NA> 1597652417570828288                <NA>
## 2077                <NA> 1597652371106045956                <NA>
## 2078 1597651902266679296 1597652319549919232 1364805009058246657
## 2079                <NA> 1597652248783355904                <NA>
## 2080 1597643728386023429 1597652226163740672 1461192428988387332
## 2081                <NA> 1597652128017047552                <NA>
## 2082                <NA> 1597652119439409152                <NA>
## 2083                <NA> 1597652111902527489                <NA>
## 2084 1597645346200784896 1597651975008489472 1561825160990171138
## 2085                <NA> 1597651936601595904                <NA>
## 2086                <NA> 1597651890849796097                <NA>
## 2087                <NA> 1597651875087945729                <NA>
## 2088 1597650715736174593 1597651821056884736          1153234998
## 2089 1597647637532266496 1597651809942007809 1549046659639906307
## 2090                <NA> 1597651809652596736                <NA>
## 2091                <NA> 1597651790530740224                <NA>
## 2092                <NA> 1597651776509214722                <NA>
## 2093                <NA> 1597651759006351360                <NA>
## 2094 1597648265100808193 1597651670389129216          1153234998
## 2095 1597421228893294592 1597651668065169408          4836879978
## 2096                <NA> 1597651609055420417                <NA>
## 2097                <NA> 1597651606010331137                <NA>
## 2098                <NA> 1597651595621437440                <NA>
## 2099 1597636350391767040 1597651582791081985 1414685816534745088
## 2100 1597648976832266240 1597651571894288386            37398845
## 2101 1597630890233823232 1597651501572575232  984000567541489664
## 2102                <NA> 1597651484799553536                <NA>
## 2103                <NA> 1597651424531611648                <NA>
## 2104                <NA> 1597651415349936128                <NA>
## 2105                <NA> 1597651387961131008                <NA>
## 2106                <NA> 1597651291206983681                <NA>
## 2107                <NA> 1597651259041144833                <NA>
## 2108 1597648976832266240 1597651206511656960            37398845
## 2109                <NA> 1597651146604417026                <NA>
## 2110                <NA> 1597651110608900097                <NA>
## 2111                <NA> 1597650943734341632                <NA>
## 2112                <NA> 1597650862515445761                <NA>
## 2113 1597645507480125440 1597650715736174593          1153234998
## 2114                <NA> 1597650689005875201                <NA>
## 2115                <NA> 1597650663974277122                <NA>
## 2116                <NA> 1597650591681228800                <NA>
## 2117                <NA> 1597650563428016129                <NA>
## 2118                <NA> 1597650545531301888                <NA>
## 2119 1597649661270978560 1597650542360416256 1472488939470528512
## 2120                <NA> 1597650541668364289                <NA>
## 2121                <NA> 1597650523586727941                <NA>
## 2122                <NA> 1597650471761559553                <NA>
## 2123                <NA> 1597650429302956032                <NA>
## 2124                <NA> 1597650353872580608                <NA>
## 2125 1597568559340695552 1597650342916726785            67507531
## 2126                <NA> 1597650282753949698                <NA>
## 2127 1597649537539375104 1597650127304261634 1576646515849830401
## 2128                <NA> 1597650110347108352                <NA>
## 2129 1597645581144698880 1597650051182243840           242481864
## 2130 1597648743586988032 1597649931673559040           581789077
## 2131                <NA> 1597649907648958464                <NA>
## 2132                <NA> 1597649862887362561                <NA>
## 2133 1597517076775960577 1597649745526210562  847751883821268992
## 2134                <NA> 1597649698567094273                <NA>
## 2135                <NA> 1597649695005818880                <NA>
## 2136                <NA> 1597649672717602817                <NA>
## 2137                <NA> 1597649665939234816                <NA>
## 2138                <NA> 1597649576856784896                <NA>
## 2139                <NA> 1597649562294181889                <NA>
## 2140                <NA> 1597649487245508608                <NA>
## 2141                <NA> 1597649452533420033                <NA>
## 2142                <NA> 1597649431075385350                <NA>
## 2143                <NA> 1597649420577042433                <NA>
## 2144                <NA> 1597649371448823808                <NA>
## 2145                <NA> 1597649297788801025                <NA>
## 2146                <NA> 1597649257250504704                <NA>
## 2147                <NA> 1597649254012420096                <NA>
## 2148                <NA> 1597649242478170112                <NA>
## 2149                <NA> 1597649239194370048                <NA>
## 2150 1597583424197648386 1597649225067958274 1384367925797134340
## 2151                <NA> 1597649214758039552                <NA>
## 2152                <NA> 1597649182466404352                <NA>
## 2153                <NA> 1597649156490657793                <NA>
## 2154                <NA> 1597649118498725888                <NA>
## 2155                <NA> 1597649064405118976                <NA>
## 2156                <NA> 1597649052761325568                <NA>
## 2157                <NA> 1597649050064818176                <NA>
## 2158                <NA> 1597649032846798850                <NA>
## 2159                <NA> 1597649013809242112                <NA>
## 2160                <NA> 1597649008205627392                <NA>
## 2161 1597647637532266496 1597648990094659585 1549046659639906307
## 2162 1597646960047312896 1597648976832266240 1525308794921623552
## 2163                <NA> 1597648970461097984                <NA>
## 2164                <NA> 1597648953465794561                <NA>
## 2165                <NA> 1597648945672753158                <NA>
## 2166 1597613424229625856 1597648858846466049 1309119476613492747
## 2167                <NA> 1597648843126210560                <NA>
## 2168                <NA> 1597648823513645056                <NA>
## 2169                <NA> 1597648809450156032                <NA>
## 2170 1597111887639953409 1597648781960687616 1596920628241645570
## 2171 1597590729445892097 1597648762583003137            16573941
## 2172                <NA> 1597648759587864576                <NA>
## 2173 1597632097862418434 1597648752709636096 1505565287621578757
## 2174                <NA> 1597648730341400576                <NA>
## 2175                <NA> 1597648724016390145                <NA>
## 2176 1597243070969708544 1597648712435585024           377609596
## 2177 1597628761264246787 1597648710003232769 1525308794921623552
## 2178                <NA> 1597648634476056576                <NA>
## 2179                <NA> 1597648620308041729                <NA>
## 2180                <NA> 1597648606823321600                <NA>
## 2181 1597641575089438720 1597648587072352256 1493392149664219138
## 2182                <NA> 1597648562531500032                <NA>
## 2183                <NA> 1597648552750370816                <NA>
## 2184                <NA> 1597648487788826627                <NA>
## 2185                <NA> 1597648471770943489                <NA>
## 2186                <NA> 1597648470013140992                <NA>
## 2187 1597646661865857025 1597648460861227008 1411119094011678723
## 2188                <NA> 1597648448706134016                <NA>
## 2189                <NA> 1597648438270623745                <NA>
## 2190                <NA> 1597648427504238592                <NA>
## 2191 1597643709046312960 1597648403424591873            16779536
## 2192                <NA> 1597648396458000384                <NA>
## 2193                <NA> 1597648342573789185                <NA>
## 2194                <NA> 1597648302627225600                <NA>
## 2195                <NA> 1597648285682249728                <NA>
## 2196                <NA> 1597648265100808193                <NA>
## 2197                <NA> 1597648254992539648                <NA>
## 2198                <NA> 1597648242061496321                <NA>
## 2199                <NA> 1597648225607254017                <NA>
## 2200                <NA> 1597648192849719296                <NA>
## 2201                <NA> 1597648163640291329                <NA>
## 2202                <NA> 1597648096900833281                <NA>
## 2203                <NA> 1597648070249828352                <NA>
## 2204                <NA> 1597648048758587392                <NA>
## 2205                <NA> 1597648034682515456                <NA>
## 2206 1597599916075155456 1597648018336989184 1561288375864377345
## 2207                <NA> 1597648006459056129                <NA>
## 2208                <NA> 1597647984891944960                <NA>
## 2209                <NA> 1597647984581541889                <NA>
## 2210                <NA> 1597647955942580226                <NA>
## 2211                <NA> 1597647955456040960                <NA>
## 2212 1597646960047312896 1597647940239007746 1525308794921623552
## 2213                <NA> 1597647916164067329                <NA>
## 2214                <NA> 1597647903363063808                <NA>
## 2215                <NA> 1597647745501650944                <NA>
## 2216                <NA> 1597647719031771138                <NA>
## 2217                <NA> 1597647638928982016                <NA>
## 2218 1597249806074015745 1597647637532266496 1478086531394977793
## 2219                <NA> 1597647625939218432                <NA>
## 2220                <NA> 1597647597774462977                <NA>
## 2221                <NA> 1597647581576073216                <NA>
## 2222 1597639188136226816 1597647563418927105 1502537524207505417
## 2223                <NA> 1597647505092935680                <NA>
## 2224                <NA> 1597647339707326464                <NA>
## 2225 1597634465278619649 1597647318484144128            81477335
## 2226                <NA> 1597647304085106688                <NA>
## 2227 1597646112084865026 1597647250884161536 1567371070369402880
## 2228                <NA> 1597647232593190912                <NA>
## 2229 1597643728386023429 1597647186376142849 1461192428988387332
## 2230 1597584141943705600 1597647155761934336 1526983298316386304
## 2231 1597646449365221376 1597647149185236993 1303608652977168384
## 2232 1597642403376398336 1597647117891538944 1478086531394977793
## 2233 1597640608054579200 1597647052363952129          1418485982
## 2234 1597641801846108160 1597646960047312896          4352386093
## 2235                <NA> 1597646910810386432                <NA>
## 2236                <NA> 1597646900756242432                <NA>
## 2237                <NA> 1597646867432894464                <NA>
## 2238                <NA> 1597646721928265728                <NA>
## 2239                <NA> 1597646721362059264                <NA>
## 2240                <NA> 1597646669277188096                <NA>
## 2241 1597367423766007808 1597646652416065536 1574706842890018822
## 2242                <NA> 1597646596350808064                <NA>
## 2243 1597646162294898689 1597646578939924481 1423574797154402305
## 2244 1597643998721904640 1597646537143615489 1450605412626178049
## 2245                <NA> 1597646495104192512                <NA>
## 2246 1597646175687303168 1597646449365221376 1353683227769245697
## 2247                <NA> 1597646411944034309                <NA>
## 2248                <NA> 1597646404318822405                <NA>
## 2249                <NA> 1597646363386580992                <NA>
## 2250                <NA> 1597646333141479424                <NA>
## 2251 1597491528251080704 1597646283564806145 1354663106148929536
## 2252                <NA> 1597646183522250752                <NA>
## 2253                <NA> 1597646170930618368                <NA>
## 2254                <NA> 1597646153570750464                <NA>
## 2255 1597644976724537345 1597646131504492544 1159917619539058691
## 2256                <NA> 1597646112256425984                <NA>
## 2257 1597612902445649920 1597645997852983296 1526445452052246529
## 2258 1597575635391873024 1597645939446947841           531561183
## 2259 1597645861265502209 1597645863266177024 1449431427020247045
## 2260                <NA> 1597645834140938240                <NA>
## 2261                <NA> 1597645737197993984                <NA>
## 2262                <NA> 1597645722060742656                <NA>
## 2263                <NA> 1597645712904589312                <NA>
## 2264                <NA> 1597645702661697536                <NA>
## 2265                <NA> 1597645620395003904                <NA>
## 2266                <NA> 1597645574018584576                <NA>
## 2267                <NA> 1597645566007455744                <NA>
## 2268                <NA> 1597645546680127489                <NA>
## 2269                <NA> 1597645512030949376                <NA>
## 2270 1597572332616155136 1597645507480125440           276038918
## 2271                <NA> 1597645438559326210                <NA>
## 2272                <NA> 1597645386625474561                <NA>
## 2273 1597249806074015745 1597645346200784896 1478086531394977793
## 2274                <NA> 1597645302026350592                <NA>
## 2275 1596942095423512578 1597645261018628096 1089150094765641728
## 2276 1597643196992888832 1597645232270495744 1366725991641407489
## 2277 1597643728386023429 1597645160372109312 1461192428988387332
## 2278 1597523260408676353 1597645152608489472          2731101630
## 2279                <NA> 1597645143531978754                <NA>
## 2280                <NA> 1597645136313581568                <NA>
## 2281 1597599421059203073 1597645131855065088          2425224520
## 2282                <NA> 1597645125374554112                <NA>
## 2283                <NA> 1597645089542590470                <NA>
## 2284                <NA> 1597644965903224832                <NA>
## 2285 1597638835395231745 1597644943698579456 1525241640100564992
## 2286 1597640955423002624 1597644943467884545 1411432219462098948
## 2287                <NA> 1597644940695465985                <NA>
## 2288                <NA> 1597644888727658496                <NA>
## 2289                <NA> 1597644798697312257                <NA>
## 2290                <NA> 1597644790643838976                <NA>
## 2291                <NA> 1597644724986601472                <NA>
## 2292 1597565923678097410 1597644688865234950  876481642654650370
## 2293                <NA> 1597644686071500801                <NA>
## 2294                <NA> 1597644642564116481                <NA>
## 2295 1597643521598836736 1597644606761754624           190885808
## 2296                <NA> 1597644567654064130                <NA>
## 2297                <NA> 1597644548217266176                <NA>
## 2298 1597494296890208261 1597644540709478400 1551842418927869952
## 2299                <NA> 1597644382114844677                <NA>
## 2300                <NA> 1597644361613062144                <NA>
## 2301                <NA> 1597644316138098689                <NA>
## 2302                <NA> 1597644292482531328                <NA>
## 2303 1597249806074015745 1597644252221440000 1478086531394977793
## 2304                <NA> 1597644205094232067                <NA>
## 2305                <NA> 1597644176136577024                <NA>
## 2306 1597643953544650753 1597644171598184448 1040874010244898817
## 2307                <NA> 1597644163482554369                <NA>
## 2308                <NA> 1597644146428489728                <NA>
## 2309                <NA> 1597644136361783297                <NA>
## 2310                <NA> 1597644132738289665                <NA>
## 2311 1597643668139442177 1597644074324226048 1546892537763229696
## 2312                <NA> 1597644063498735622                <NA>
## 2313                <NA> 1597644049842065409                <NA>
## 2314 1597643117876113409 1597643999283941377 1546477179848069120
## 2315 1597641498316926976 1597643998721904640 1131593634489556993
## 2316                <NA> 1597643986310569984                <NA>
## 2317                <NA> 1597643977175359488                <NA>
## 2318                <NA> 1597643905419595776                <NA>
## 2319 1597636348617588736 1597643895294545921          3926057715
## 2320                <NA> 1597643870442954753                <NA>
## 2321                <NA> 1597643831088144384                <NA>
## 2322 1597641921148915712 1597643828886130688 1546127246360039425
## 2323                <NA> 1597643827304861697                <NA>
## 2324                <NA> 1597643777392496640                <NA>
## 2325 1597249806074015745 1597643728386023429 1478086531394977793
## 2326 1597641575089438720 1597643668139442177 1493392149664219138
## 2327                <NA> 1597643630834876422                <NA>
## 2328                <NA> 1597643630621360128                <NA>
## 2329                <NA> 1597643555601756160                <NA>
## 2330                <NA> 1597643553416826880                <NA>
## 2331                <NA> 1597643484588306433                <NA>
## 2332                <NA> 1597643426694299648                <NA>
## 2333                <NA> 1597643416586055680                <NA>
## 2334                <NA> 1597643405940518912                <NA>
## 2335                <NA> 1597643392070340609                <NA>
## 2336                <NA> 1597643390371639301                <NA>
## 2337                <NA> 1597643331387129856                <NA>
## 2338                <NA> 1597643326484008960                <NA>
## 2339                <NA> 1597643294615670785                <NA>
## 2340                <NA> 1597643285408976896                <NA>
## 2341                <NA> 1597643216861671424                <NA>
## 2342                <NA> 1597643186494898178                <NA>
## 2343                <NA> 1597643176818659328                <NA>
## 2344                <NA> 1597643172489764864                <NA>
## 2345                <NA> 1597643147311427584                <NA>
## 2346                <NA> 1597643111496585220                <NA>
## 2347 1597580480324710400 1597643079506272257            21744554
## 2348                <NA> 1597642997536956416                <NA>
## 2349                <NA> 1597642931753873413                <NA>
## 2350                <NA> 1597642877722501123                <NA>
## 2351 1597642364029632514 1597642851772309505          3381024047
## 2352                <NA> 1597642818499252226                <NA>
## 2353 1597622311078703104 1597642737092005888 1505481949854502915
## 2354                <NA> 1597642723095629824                <NA>
## 2355                <NA> 1597642711313842176                <NA>
## 2356                <NA> 1597642699154259968                <NA>
## 2357                <NA> 1597642659325087744                <NA>
## 2358                <NA> 1597642588034506752                <NA>
## 2359                <NA> 1597642568137076738                <NA>
## 2360                <NA> 1597642556409810944                <NA>
## 2361                <NA> 1597642533177524224                <NA>
## 2362                <NA> 1597642503427338240                <NA>
## 2363                <NA> 1597642503221481472                <NA>
## 2364                <NA> 1597642495961468928                <NA>
## 2365                <NA> 1597642492479823873                <NA>
## 2366                <NA> 1597642478974562305                <NA>
## 2367                <NA> 1597642452961480705                <NA>
## 2368                <NA> 1597642451250216961                <NA>
## 2369                <NA> 1597642437627105280                <NA>
## 2370                <NA> 1597642434523303936                <NA>
## 2371 1597620319321468928 1597642403376398336 1525308794921623552
## 2372 1597614534013091841 1597642352637923329 1450605412626178049
## 2373                <NA> 1597642301068963840                <NA>
## 2374                <NA> 1597642298250395648                <NA>
## 2375 1597641918954934273 1597642203480064000          2993934381
## 2376 1597474826767466496 1597642199369670656 1476655065930907654
## 2377                <NA> 1597642187738841088                <NA>
## 2378                <NA> 1597642177857081344                <NA>
## 2379                <NA> 1597642003671822340                <NA>
## 2380                <NA> 1597641967584051200                <NA>
## 2381                <NA> 1597641927612338178                <NA>
## 2382 1597622394390458370 1597641801846108160 1497719407908462593
## 2383                <NA> 1597641697382440960                <NA>
## 2384 1597640361815732224 1597641695004602369            18842713
## 2385                <NA> 1597641646547824641                <NA>
## 2386                <NA> 1597641619008008194                <NA>
## 2387                <NA> 1597641611856400384                <NA>
## 2388                <NA> 1597641606898884608                <NA>
## 2389                <NA> 1597641553358778368                <NA>
## 2390                <NA> 1597641542772359169                <NA>
## 2391 1597640382938243073 1597641536359272448 1546477179848069120
## 2392 1597639626143170560 1597641498316926976 1450605412626178049
## 2393 1597636515433132032 1597641481724260353 1568120448310968322
## 2394 1597641467186806784 1597641471905366016           911134753
## 2395                <NA> 1597641415244537856                <NA>
## 2396                <NA> 1597641413558095873                <NA>
## 2397                <NA> 1597641404976861185                <NA>
## 2398                <NA> 1597641401474646016                <NA>
## 2399 1597639040169545728 1597641360466534400            73499936
## 2400 1597630442915901440 1597641334730260480 1532461214651015168
## 2401                <NA> 1597641099723481088                <NA>
## 2402                <NA> 1597641069243486209                <NA>
## 2403                <NA> 1597641052294647809                <NA>
## 2404                <NA> 1597641046871388160                <NA>
## 2405                <NA> 1597641026252189698                <NA>
## 2406 1597640576299847680 1597641006127910912 1476655065930907654
## 2407                <NA> 1597640993393635329                <NA>
## 2408 1597635855077691392 1597640976302239744 1496942645838598148
## 2409                <NA> 1597640923638534145                <NA>
## 2410                <NA> 1597640872937414656                <NA>
## 2411                <NA> 1597640839102369792                <NA>
## 2412                <NA> 1597640830919266305                <NA>
## 2413                <NA> 1597640810375565313                <NA>
## 2414                <NA> 1597640686287060993                <NA>
## 2415                <NA> 1597640643857506305                <NA>
## 2416                <NA> 1597640637209546752                <NA>
## 2417                <NA> 1597640602975600640                <NA>
## 2418                <NA> 1597640524298878977                <NA>
## 2419 1597640373664649217 1597640424352796673 1592652052676616193
## 2420 1597578646151221249 1597640423056756738 1516839904508104710
## 2421                <NA> 1597640413732818947                <NA>
## 2422                <NA> 1597640378643251200                <NA>
## 2423 1597570327554723840 1597640368039768064 1382516365693706241
## 2424                <NA> 1597640336175955968                <NA>
## 2425 1597640332862451714 1597640335697399808           137464649
## 2426                <NA> 1597640325316562945                <NA>
## 2427 1597622595112685568 1597640288972861440           630315400
## 2428                <NA> 1597640219901427713                <NA>
## 2429                <NA> 1597640168659636226                <NA>
## 2430 1597615945262206976 1597640117879209984          2328913162
## 2431                <NA> 1597640084698062849                <NA>
## 2432                <NA> 1597640077362225153                <NA>
## 2433                <NA> 1597639937314390016                <NA>
## 2434 1597638972838383616 1597639863016120320 1079579818977484800
## 2435                <NA> 1597639840530837504                <NA>
## 2436                <NA> 1597639831508897796                <NA>
## 2437 1597501594320662528 1597639831282421760           582721240
## 2438                <NA> 1597639818501988352                <NA>
## 2439                <NA> 1597639818254508032                <NA>
## 2440                <NA> 1597639802933104640                <NA>
## 2441                <NA> 1597639786399170560                <NA>
## 2442                <NA> 1597639753209630723                <NA>
## 2443                <NA> 1597639739863027712                <NA>
## 2444                <NA> 1597639735689633793                <NA>
## 2445                <NA> 1597639730887536642                <NA>
## 2446                <NA> 1597639661744459777                <NA>
## 2447                <NA> 1597639626143170560                <NA>
## 2448                <NA> 1597639512662102017                <NA>
## 2449 1597637254649827329 1597639431426490368 1416817784651010049
## 2450 1597633927044210688 1597639425621897216 1354119210511654912
## 2451 1597571029123371010 1597639404851703808           128939616
## 2452 1597621269809496064 1597639302456176641 1227465115198509056
## 2453                <NA> 1597639280503164930                <NA>
## 2454 1597432280397799424 1597639275931369472          3840563174
## 2455                <NA> 1597639274119450629                <NA>
## 2456                <NA> 1597639264900382720                <NA>
## 2457                <NA> 1597639242720890880                <NA>
## 2458                <NA> 1597639232000241665                <NA>
## 2459                <NA> 1597639210055634944                <NA>
## 2460                <NA> 1597639208335773705                <NA>
## 2461 1597637079588311041 1597639155567452160 1267257952211255298
## 2462                <NA> 1597639150291013632                <NA>
## 2463                <NA> 1597639097044332545                <NA>
## 2464 1597638163815890944 1597639094280282113 1064289911770013696
## 2465                <NA> 1597639061782814721                <NA>
## 2466                <NA> 1597639018313027584                <NA>
## 2467 1597222965732470784 1597638993579225088 1334273928487956480
## 2468                <NA> 1597638959940739073                <NA>
## 2469                <NA> 1597638946942771200                <NA>
## 2470                <NA> 1597638933076013056                <NA>
## 2471                <NA> 1597638900159516672                <NA>
## 2472 1597636278723698688 1597638867095818240 1525308794921623552
## 2473                <NA> 1597638855984758784                <NA>
## 2474 1597609917711384576 1597638704574902272 1465388049085480961
## 2475 1597601269048295424 1597638615005204480 1581880164207980544
## 2476 1597620319321468928 1597638593723662336 1525308794921623552
## 2477                <NA> 1597638581274972160                <NA>
## 2478                <NA> 1597638579332603904                <NA>
## 2479                <NA> 1597638560504770562                <NA>
## 2480                <NA> 1597638452648239104                <NA>
## 2481 1597636737140142080 1597638445391704064 1525308794921623552
## 2482 1597394036511604736 1597638433618677762 1264388613850218496
## 2483                <NA> 1597638432045813761                <NA>
## 2484                <NA> 1597638427285286912                <NA>
## 2485 1597612593166057472 1597638345748008963 1421538872140435456
## 2486                <NA> 1597638244002566144                <NA>
## 2487                <NA> 1597638224989589505                <NA>
## 2488 1597627308378316800 1597638224104812545 1568544642802630657
## 2489 1597551365102108672 1597638187446579200            62474507
## 2490                <NA> 1597638116919382018                <NA>
## 2491 1591602125922263040 1597638102893596673 1262972714823888898
## 2492                <NA> 1597638059067322368                <NA>
## 2493 1597637701758783490 1597638049747570689          3383939151
## 2494 1597637866137341952 1597638048145375232          3238546652
## 2495                <NA> 1597638043548397568                <NA>
## 2496                <NA> 1597638040788566016                <NA>
## 2497                <NA> 1597638002011885569                <NA>
## 2498                <NA> 1597637845191168000                <NA>
## 2499                <NA> 1597637782062891009                <NA>
## 2500 1597370033273200645 1597637764996296705 1334273928487956480
## 2501                <NA> 1597637744905392134                <NA>
## 2502                <NA> 1597637668124635138                <NA>
## 2503                <NA> 1597637649455788035                <NA>
## 2504                <NA> 1597637536415109120                <NA>
## 2505                <NA> 1597637512344002560                <NA>
## 2506                <NA> 1597637507923214338                <NA>
## 2507 1597637049523531776 1597637395213848576 1525308794921623552
## 2508                <NA> 1597637377903984641                <NA>
## 2509                <NA> 1597637376725364736                <NA>
## 2510                <NA> 1597637291685875712                <NA>
## 2511                <NA> 1597637288905043969                <NA>
## 2512 1597630795879153664 1597637252255199232 1412523661786025986
## 2513                <NA> 1597637230054772736                <NA>
## 2514                <NA> 1597637168784375808                <NA>
## 2515                <NA> 1597637108675379201                <NA>
## 2516 1597620319321468928 1597637079588311041 1525308794921623552
## 2517 1597613508212199427 1597637069664587779           215921777
## 2518                <NA> 1597637053134823425                <NA>
## 2519 1597636350391767040 1597637049523531776 1414685816534745088
## 2520 1597632751406317568 1597637014425567232 1234443711850958849
## 2521 1597633513121275904 1597636988685123584 1537569536043634688
## 2522                <NA> 1597636975707959297                <NA>
## 2523                <NA> 1597636958544859138                <NA>
## 2524 1597607974260051968 1597636866735767552 1525308794921623552
## 2525                <NA> 1597636769423687682                <NA>
## 2526                <NA> 1597636762553450498                <NA>
## 2527                <NA> 1597636757754769408                <NA>
## 2528 1597633439490244608 1597636755863539712 1502300309246210050
## 2529 1597610817985605632 1597636737140142080 1497719407908462593
## 2530                <NA> 1597636725764857857                <NA>
## 2531                <NA> 1597636711516774400                <NA>
## 2532                <NA> 1597636658362724352                <NA>
## 2533                <NA> 1597636650318069762                <NA>
## 2534                <NA> 1597636643380678656                <NA>
## 2535                <NA> 1597636603232792576                <NA>
## 2536                <NA> 1597636515911245824                <NA>
## 2537                <NA> 1597636475797094401                <NA>
## 2538                <NA> 1597636475168124928                <NA>
## 2539 1597636350391767040 1597636439319056384 1414685816534745088
## 2540 1597249806074015745 1597636350391767040 1478086531394977793
## 2541                <NA> 1597636348185350144                <NA>
## 2542 1597513711308406784 1597636342451605505  856325744057765888
## 2543                <NA> 1597636331244773378                <NA>
## 2544                <NA> 1597636305231699969                <NA>
## 2545                <NA> 1597636297807437824                <NA>
## 2546 1597629432201564160 1597636278723698688 1397098167536136195
## 2547                <NA> 1597636271387856896                <NA>
## 2548                <NA> 1597636249187016705                <NA>
## 2549                <NA> 1597636233584599046                <NA>
## 2550                <NA> 1597636180064944128                <NA>
## 2551 1597634877075369985 1597636061324197888 1525308794921623552
## 2552 1597613859560312833 1597636036053839872            26250599
## 2553                <NA> 1597635987315650560                <NA>
## 2554                <NA> 1597635853391912961                <NA>
## 2555                <NA> 1597635791362363393                <NA>
## 2556                <NA> 1597635605348827136                <NA>
## 2557                <NA> 1597635537921519618                <NA>
## 2558                <NA> 1597635512730546177                <NA>
## 2559                <NA> 1597635422045499396                <NA>
## 2560                <NA> 1597635417519816704                <NA>
## 2561                <NA> 1597635213848641537                <NA>
## 2562                <NA> 1597635178868117504                <NA>
## 2563                <NA> 1597635172291469312                <NA>
## 2564 1597634505455857666 1597635142956171266          2840389194
## 2565                <NA> 1597635024446451713                <NA>
## 2566                <NA> 1597635024211578880                <NA>
## 2567                <NA> 1597635010022236160                <NA>
## 2568                <NA> 1597634991726678017                <NA>
## 2569                <NA> 1597634939263930368                <NA>
## 2570                <NA> 1597634905097523200                <NA>
## 2571                <NA> 1597634834759024640                <NA>
## 2572                <NA> 1597634828866064384                <NA>
## 2573                <NA> 1597634824449232898                <NA>
## 2574                <NA> 1597634824398839809                <NA>
## 2575                <NA> 1597634778886713344                <NA>
## 2576 1597592709040312320 1597634756690481153 1365714638776762370
## 2577                <NA> 1597634738738835456                <NA>
## 2578                <NA> 1597634730417344512                <NA>
## 2579                <NA> 1597634675706859522                <NA>
## 2580                <NA> 1597634484731777025                <NA>
## 2581 1597556752924348416 1597634456738635776 1475747643620196353
## 2582 1597633672769081344 1597634368125939714          2764727286
## 2583                <NA> 1597634301939838976                <NA>
## 2584                <NA> 1597634201867599872                <NA>
## 2585                <NA> 1597634162231767040                <NA>
## 2586                <NA> 1597634016215453699                <NA>
## 2587                <NA> 1597634014504185858                <NA>
## 2588                <NA> 1597633918848864256                <NA>
## 2589 1597620319321468928 1597633880558751744 1525308794921623552
## 2590                <NA> 1597633828004265985                <NA>
## 2591                <NA> 1597633814997905408                <NA>
## 2592                <NA> 1597633810140901376                <NA>
## 2593                <NA> 1597633797620920320                <NA>
## 2594                <NA> 1597633704469594113                <NA>
## 2595 1597629493799432192 1597633688879394817          1331189226
## 2596                <NA> 1597633648618246144                <NA>
## 2597 1590199321047113729 1597633620214415360 1172859561440661504
## 2598                <NA> 1597633609510551553                <NA>
## 2599 1597614534013091841 1597633513121275904 1450605412626178049
## 2600                <NA> 1597633494137511936                <NA>
## 2601                <NA> 1597633468900352001                <NA>
## 2602                <NA> 1597633432833564673                <NA>
## 2603                <NA> 1597633419634438144                <NA>
## 2604 1597602784270258179 1597633392652079105  766273949495951378
## 2605                <NA> 1597633293817716739                <NA>
## 2606 1597632971615350785 1597633274788343809 1507039664158433286
## 2607                <NA> 1597633247013638147                <NA>
## 2608 1597480852736290816 1597633243414921217 1145493269205270528
## 2609 1597632097862418434 1597633171503607808 1505565287621578757
## 2610                <NA> 1597633036215992322                <NA>
## 2611 1597249806074015745 1597632971615350785 1478086531394977793
## 2612 1597601558207660033 1597632965290647554 1130826557113528322
## 2613                <NA> 1597632891877355522                <NA>
## 2614                <NA> 1597632751406317568                <NA>
## 2615                <NA> 1597632685618302976                <NA>
## 2616                <NA> 1597632671056039938                <NA>
## 2617                <NA> 1597632627271352320                <NA>
## 2618 1597613606165942273 1597632620405235712 1135579540611317762
## 2619                <NA> 1597632601111801856                <NA>
## 2620 1597632324874563585 1597632476377010176 1313529343822442497
## 2621 1597389884758851584 1597632444995637248 1331650559518990336
## 2622 1597621929170833408 1597632442869121024           484889951
## 2623                <NA> 1597632378088067074                <NA>
## 2624                <NA> 1597632318856126464                <NA>
## 2625 1597377274541928450 1597632310773690370 1255893167314022401
## 2626                <NA> 1597632212253351936                <NA>
## 2627                <NA> 1597632197636534272                <NA>
## 2628                <NA> 1597632181563953152                <NA>
## 2629                <NA> 1597632097862418434                <NA>
## 2630                <NA> 1597632066744877057                <NA>
## 2631                <NA> 1597632025665900545                <NA>
## 2632                <NA> 1597631978324508672                <NA>
## 2633                <NA> 1597631977221287937                <NA>
## 2634 1597622085194772481 1597631938608918528           183749519
## 2635                <NA> 1597631913191428096                <NA>
## 2636                <NA> 1597631905511673856                <NA>
## 2637                <NA> 1597631903934590977                <NA>
## 2638                <NA> 1597631878940401664                <NA>
## 2639 1597630345461256192 1597631811559231488 1397098167536136195
## 2640                <NA> 1597631782022971392                <NA>
## 2641                <NA> 1597631764067155968                <NA>
## 2642 1597629711693512705 1597631738242797569 1391776397245485060
## 2643                <NA> 1597631634798678018                <NA>
## 2644                <NA> 1597631612854095873                <NA>
## 2645 1597629478976761856 1597631567740162048 1376179255072161793
## 2646                <NA> 1597631509783252999                <NA>
## 2647                <NA> 1597631453432786945                <NA>
## 2648                <NA> 1597631410097229825                <NA>
## 2649                <NA> 1597631275082260481                <NA>
## 2650                <NA> 1597631231252135937                <NA>
## 2651                <NA> 1597631223249395717                <NA>
## 2652 1597627443623661568 1597631082169450496 1564474866337824769
## 2653                <NA> 1597631076247416835                <NA>
## 2654 1597630657093849094 1597631070027272192 1038326111871139840
## 2655                <NA> 1597631050951393280                <NA>
## 2656                <NA> 1597631035474292736                <NA>
## 2657                <NA> 1597630999286120448                <NA>
## 2658 1597630307142098946 1597630905623150593 1119528550091108352
## 2659                <NA> 1597630843173879810                <NA>
## 2660                <NA> 1597630842687426560                <NA>
## 2661                <NA> 1597630666174132230                <NA>
## 2662                <NA> 1597630664735870977                <NA>
## 2663                <NA> 1597630621555519488                <NA>
## 2664                <NA> 1597630585241210883                <NA>
## 2665                <NA> 1597630417099948032                <NA>
## 2666                <NA> 1597630371335753728                <NA>
## 2667 1597620319321468928 1597630345461256192 1525308794921623552
## 2668                <NA> 1597630340415520768                <NA>
## 2669 1597624222012305409 1597630314343411712 1309486479375302659
## 2670 1597622753607417857 1597630307142098946 1358481369823870984
## 2671                <NA> 1597630223499264001                <NA>
## 2672                <NA> 1597630219304964101                <NA>
## 2673                <NA> 1597630208219021312                <NA>
## 2674 1597630179567816706 1597630181178748928          2859406281
## 2675 1597520244146569218 1597630159833780224           392411039
## 2676                <NA> 1597630148760985601           136822377
## 2677                <NA> 1597630092456656896                <NA>
## 2678                <NA> 1597630025343410180                <NA>
## 2679                <NA> 1597630024798068737                <NA>
## 2680                <NA> 1597629952102264832                <NA>
## 2681                <NA> 1597629907517210624                <NA>
## 2682                <NA> 1597629882460041216                <NA>
## 2683                <NA> 1597629842417414144                <NA>
## 2684                <NA> 1597629825942196224                <NA>
## 2685                <NA> 1597629824264441857                <NA>
## 2686                <NA> 1597629823865991168                <NA>
## 2687                <NA> 1597629820774789120                <NA>
## 2688                <NA> 1597629806283481089           136822377
## 2689                <NA> 1597629782275289088                <NA>
## 2690 1597627396483846144 1597629711693512705 1525308794921623552
## 2691 1597628590840983553 1597629691778605056 1392574434465173511
## 2692                <NA> 1597629679879737347                <NA>
## 2693                <NA> 1597629641107582977                <NA>
## 2694 1597621989245865985 1597629590452981760 1517313212500348928
## 2695                <NA> 1597629589588963329                <NA>
## 2696                <NA> 1597629563592642561                <NA>
## 2697                <NA> 1597629555019481090                <NA>
## 2698 1597625783501357056 1597629478976761856 1525308794921623552
## 2699                <NA> 1597629461352312835           136822377
## 2700                <NA> 1597629428301180928                <NA>
## 2701                <NA> 1597629422508867585                <NA>
## 2702 1597628761264246787 1597629417073053697 1525308794921623552
## 2703                <NA> 1597629367185965058                <NA>
## 2704                <NA> 1597629278870736896                <NA>
## 2705                <NA> 1597629156673495040                <NA>
## 2706 1597629151753576450 1597629153251315714 1427692480753852416
## 2707                <NA> 1597629136289550336                <NA>
## 2708                <NA> 1597629050235027456                <NA>
## 2709                <NA> 1597629012121071617                <NA>
## 2710                <NA> 1597628959172222977                <NA>
## 2711                <NA> 1597628951173935104                <NA>
## 2712 1597597094831087616 1597628915387809792 1383818944704700421
## 2713                <NA> 1597628909587251200                <NA>
## 2714 1597628358904680448 1597628891652554752 1472779147164401664
## 2715                <NA> 1597628836459745283                <NA>
## 2716                <NA> 1597628786748817408                <NA>
## 2717                <NA> 1597628766938746882                <NA>
## 2718 1597627593741971457 1597628761264246787 1497719407908462593
## 2719                <NA> 1597628619756834817                <NA>
## 2720                <NA> 1597628614555885569                <NA>
## 2721 1597590331859816455 1597628590840983553 1557808057538715649
## 2722 1597626669325770752 1597628579885768705 1573405608895823877
## 2723                <NA> 1597628571328970752                <NA>
## 2724                <NA> 1597628486189187073                <NA>
## 2725                <NA> 1597628473593724929                <NA>
## 2726                <NA> 1597628463279931393                <NA>
## 2727                <NA> 1597628461774155776                <NA>
## 2728                <NA> 1597628439624028160                <NA>
## 2729 1597626985983152130 1597628392894930945 1595600841058430976
## 2730                <NA> 1597628293439959040                <NA>
## 2731 1597628243632234496 1597628244953812992 1575577730032304128
## 2732                <NA> 1597628243632234496                <NA>
## 2733                <NA> 1597628092390178816                <NA>
## 2734                <NA> 1597627933895512064                <NA>
## 2735                <NA> 1597627880569442304                <NA>
## 2736 1597627334655234049 1597627850345287681 1486743064391606272
## 2737                <NA> 1597627849145724929                <NA>
## 2738                <NA> 1597627815733919744                <NA>
## 2739 1597627546685669376 1597627701422362625 1506718067694391303
## 2740 1597620319321468928 1597627593741971457 1525308794921623552
## 2741 1597286121955676160 1597627574506905600          1604958750
## 2742 1597626428190646272 1597627565803724800 1454189325432901640
## 2743 1597626460956938240 1597627550951694336 1168539631278686208
## 2744                <NA> 1597627547637800960                <NA>
## 2745                <NA> 1597627540327497728                <NA>
## 2746                <NA> 1597627473881362433                <NA>
## 2747                <NA> 1597627411533017088                <NA>
## 2748 1595835268594016258 1597627396483846144 1391776397245485060
## 2749                <NA> 1597627362212216834                <NA>
## 2750 1596975284586446850 1597627308873252865          2388296995
## 2751                <NA> 1597627300367204352                <NA>
## 2752                <NA> 1597627257996337153                <NA>
## 2753                <NA> 1597627240321527808                <NA>
## 2754                <NA> 1597627004257734656                <NA>
## 2755                <NA> 1597626975652151297                <NA>
## 2756                <NA> 1597626954328715266                <NA>
## 2757                <NA> 1597626923316056064                <NA>
## 2758                <NA> 1597626858748932097                <NA>
## 2759                <NA> 1597626844429561856                <NA>
## 2760                <NA> 1597626836011257857                <NA>
## 2761                <NA> 1597626832857153536                <NA>
## 2762                <NA> 1597626796891312128                <NA>
## 2763                <NA> 1597626795523592194                <NA>
## 2764                <NA> 1597626739232231424                <NA>
## 2765                <NA> 1597626735440588800                <NA>
## 2766                <NA> 1597626729899888640                <NA>
## 2767                <NA> 1597626698098696192                <NA>
## 2768 1597626241309642752 1597626669325770752 1573422467225251846
## 2769 1596055471798235137 1597626667890941952 1082184398311747585
## 2770                <NA> 1597626658110021639                <NA>
## 2771                <NA> 1597626642868076546                <NA>
## 2772 1597450509027184640 1597626579840282625            17008021
## 2773                <NA> 1597626565189312513                <NA>
## 2774                <NA> 1597626562748506112                <NA>
## 2775                <NA> 1597626527318913024                <NA>
## 2776                <NA> 1597626502874824704                <NA>
## 2777                <NA> 1597626496276832258                <NA>
## 2778                <NA> 1597626492477145088                <NA>
## 2779                <NA> 1597626489796956161                <NA>
## 2780 1597625956864503808 1597626480993128448 1525308794921623552
## 2781                <NA> 1597626472671629314                <NA>
## 2782                <NA> 1597626468355297280                <NA>
## 2783 1597622252895625216 1597626460956938240          2394381602
## 2784 1597626125987246082 1597626452463087616 1141418690879066113
## 2785                <NA> 1597626443366019073                <NA>
## 2786                <NA> 1597626441239531520                <NA>
## 2787 1597625047480696837 1597626428190646272 1401888886423441411
## 2788 1597625909494054912 1597626405231419393 1595600841058430976
## 2789                <NA> 1597626343541600257                <NA>
## 2790                <NA> 1597626338156113921                <NA>
## 2791                <NA> 1597626322658168834                <NA>
## 2792                <NA> 1597626277003161602                <NA>
## 2793 1597625841952751616 1597626258267209729 1486743064391606272
## 2794                <NA> 1597626218412937216                <NA>
## 2795                <NA> 1597626183796940800                <NA>
## 2796                <NA> 1597626182505099264                <NA>
## 2797                <NA> 1597626179174879233                <NA>
## 2798                <NA> 1597626161747853312                <NA>
## 2799                <NA> 1597626141552308226                <NA>
## 2800                <NA> 1597626094639009792                <NA>
## 2801 1597625047480696837 1597626089291276290 1401888886423441411
## 2802                <NA> 1597626068491735040                <NA>
## 2803                <NA> 1597626057100001280                <NA>
## 2804                <NA> 1597626028205432832                <NA>
## 2805 1597625728581107712 1597626003857190912 1268529080019738624
## 2806                <NA> 1597625996395839488                <NA>
## 2807                <NA> 1597625993296220160                <NA>
## 2808 1597624172485967872 1597625956864503808 1503771728551546883
## 2809                <NA> 1597625898420690944                <NA>
## 2810                <NA> 1597625883896205316                <NA>
## 2811 1597625553699438595 1597625875905871872           170309471
## 2812                <NA> 1597625863956484097                <NA>
## 2813 1597623915739631616 1597625783501357056 1376179255072161793
## 2814                <NA> 1597625726572072961                <NA>
## 2815                <NA> 1597625716585046018                <NA>
## 2816                <NA> 1597625686399025158                <NA>
## 2817                <NA> 1597625673124040704                <NA>
## 2818                <NA> 1597625661744553984                <NA>
## 2819                <NA> 1597625660121534464                <NA>
## 2820 1597624509410193413 1597625614986399745 1595600841058430976
## 2821                <NA> 1597625577628106754                <NA>
## 2822                <NA> 1597625575992365056                <NA>
## 2823 1597622258121707520 1597625572800475136            91738520
## 2824                <NA> 1597625568257724416                <NA>
## 2825                <NA> 1597625560771223554                <NA>
## 2826                <NA> 1597625518350008321                <NA>
## 2827                <NA> 1597625498863284227                <NA>
## 2828 1597621734085365761 1597625403698737153 1516210231554064384
## 2829                <NA> 1597625365778030592                <NA>
## 2830                <NA> 1597625336669556736                <NA>
## 2831                <NA> 1597625331132731397                <NA>
## 2832                <NA> 1597625315643117568                <NA>
## 2833                <NA> 1597625306994872321                <NA>
## 2834 1597620757945004035 1597625272844840960           355654498
## 2835                <NA> 1597625270780895235                <NA>
## 2836                <NA> 1597625219371667457                <NA>
## 2837                <NA> 1597625199473885184                <NA>
## 2838                <NA> 1597625197192163329                <NA>
## 2839                <NA> 1597625190737117184                <NA>
## 2840 1597620745081081856 1597625170285690880 1397976077293719558
## 2841                <NA> 1597625167685255170                <NA>
## 2842                <NA> 1597625158407434240                <NA>
## 2843                <NA> 1597625148739178497                <NA>
## 2844                <NA> 1597625133430366211                <NA>
## 2845                <NA> 1597625117143896064                <NA>
## 2846                <NA> 1597625100039114752                <NA>
## 2847                <NA> 1597625067688824833                <NA>
## 2848 1597620319321468928 1597625047480696837 1525308794921623552
## 2849                <NA> 1597625023342125057                <NA>
## 2850                <NA> 1597624953146576896                <NA>
## 2851                <NA> 1597624945420697601                <NA>
## 2852                <NA> 1597624933802049537                <NA>
## 2853                <NA> 1597624927758475264                <NA>
## 2854                <NA> 1597624916089917441                <NA>
## 2855                <NA> 1597624912617046017                <NA>
## 2856                <NA> 1597624897080987648                <NA>
## 2857                <NA> 1597624876629909505                <NA>
## 2858                <NA> 1597624816101888001                <NA>
## 2859                <NA> 1597624806005800961                <NA>
## 2860                <NA> 1597624793951371265                <NA>
## 2861 1597624357102096385 1597624764670959616 1491424763616837634
## 2862                <NA> 1597624754353373185                <NA>
## 2863                <NA> 1597624725013864449                <NA>
## 2864                <NA> 1597624724255014915                <NA>
## 2865                <NA> 1597624692222750720                <NA>
## 2866                <NA> 1597624681426817025                <NA>
## 2867                <NA> 1597624663445712896                <NA>
## 2868                <NA> 1597624557791506432                <NA>
## 2869                <NA> 1597624528599142400                <NA>
## 2870                <NA> 1597624514644684800                <NA>
## 2871                <NA> 1597624463163805697                <NA>
## 2872                <NA> 1597624439822512128                <NA>
## 2873                <NA> 1597624415021596672                <NA>
## 2874                <NA> 1597624391881281537                <NA>
## 2875                <NA> 1597624363414867969                <NA>
## 2876 1597623780188512256 1597624357102096385 1097816692581838848
## 2877 1597621929170833408 1597624349905031169           484889951
## 2878                <NA> 1597624262302396417                <NA>
## 2879                <NA> 1597624259194793984                <NA>
## 2880                <NA> 1597624229905977344                <NA>
## 2881                <NA> 1597624179469475841                <NA>
## 2882 1597620319321468928 1597624172485967872 1525308794921623552
## 2883                <NA> 1597624124347600896                <NA>
## 2884 1597611323327942657 1597624119507701762          1114799581
## 2885                <NA> 1597624078793584640                <NA>
## 2886                <NA> 1597624074032685057                <NA>
## 2887                <NA> 1597624072908967938                <NA>
## 2888                <NA> 1597624032211312642                <NA>
## 2889                <NA> 1597624024649334786                <NA>
## 2890                <NA> 1597624017497640960                <NA>
## 2891                <NA> 1597623995284606976                <NA>
## 2892                <NA> 1597623973185224705                <NA>
## 2893                <NA> 1597623971947872256                <NA>
## 2894                <NA> 1597623926565310466                <NA>
## 2895 1597620319321468928 1597623915739631616 1525308794921623552
## 2896                <NA> 1597623901315829760                <NA>
## 2897                <NA> 1597623873989922816                <NA>
## 2898                <NA> 1597623862967300097                <NA>
## 2899 1597180196104404993 1597623858731057152  883000479072104449
## 2900                <NA> 1597623841379209217                <NA>
## 2901                <NA> 1597623820302835712                <NA>
## 2902                <NA> 1597623781270618113                <NA>
## 2903                <NA> 1597623763428085760                <NA>
## 2904                <NA> 1597623616359010304                <NA>
## 2905                <NA> 1597623615998291968                <NA>
## 2906                <NA> 1597623611816579073                <NA>
## 2907                <NA> 1597623586948550657                <NA>
## 2908                <NA> 1597623526504435712                <NA>
## 2909                <NA> 1597623468769832960                <NA>
## 2910                <NA> 1597623445831192577                <NA>
## 2911                <NA> 1597623372439257089                <NA>
## 2912                <NA> 1597623365426348032                <NA>
## 2913                <NA> 1597623353678127104                <NA>
## 2914 1597581690666643456 1597623219585851399           596527396
## 2915 1597622365974056960 1597623116670586881 1067573253961437184
## 2916                <NA> 1597623029911412737                <NA>
## 2917 1597622606303461377 1597622899971854338  915789481898381312
## 2918                <NA> 1597622790282104832                <NA>
## 2919 1597622340661444608 1597622753607417857 1119528550091108352
## 2920 1597034005857124352 1597622714864664577 1364805009058246657
## 2921                <NA> 1597622629573488640                <NA>
## 2922 1597620319321468928 1597622545901301760 1525308794921623552
## 2923                <NA> 1597622523155611648                <NA>
## 2924                <NA> 1597622409083105281                <NA>
## 2925                <NA> 1597622384202481666                <NA>
## 2926 1597620523692793857 1597622365974056960 1485122286168739842
## 2927 1597610871160991744 1597622340661444608 1358481369823870984
## 2928                <NA> 1597622273275355136                <NA>
## 2929                <NA> 1597622252895625216                <NA>
## 2930                <NA> 1597622221077610496                <NA>
## 2931                <NA> 1597622185061154817                <NA>
## 2932                <NA> 1597622171731464195                <NA>
## 2933                <NA> 1597622141310349312                <NA>
## 2934                <NA> 1597622131864764421                <NA>
## 2935                <NA> 1597622093122011137                <NA>
## 2936                <NA> 1597622092249567232                <NA>
## 2937                <NA> 1597622075442991104                <NA>
## 2938                <NA> 1597622070602612737                <NA>
## 2939                <NA> 1597621951476158465                <NA>
## 2940 1597620319321468928 1597621878293958662 1525308794921623552
## 2941                <NA> 1597621804125732864                <NA>
## 2942 1597619673243058176 1597621707598344193 1518644983263289348
## 2943                <NA> 1597621644369231873                <NA>
## 2944 1597617324819111938 1597621587007918088 1366725991641407489
## 2945 1597363564703993856 1597621542502137856            39539046
## 2946                <NA> 1597621489854865409                <NA>
## 2947                <NA> 1597621483530248198                <NA>
## 2948                <NA> 1597621439242567681                <NA>
## 2949                <NA> 1597621416857604096                <NA>
## 2950 1597621078935113728 1597621360431607809 1400681379126382596
## 2951                <NA> 1597621269809496064                <NA>
## 2952                <NA> 1597621238842920960                <NA>
## 2953                <NA> 1597621233713311746                <NA>
## 2954                <NA> 1597621222338342912                <NA>
## 2955                <NA> 1597621178046492673            44196397
## 2956                <NA> 1597621008886034433                <NA>
## 2957                <NA> 1597620975012806656                <NA>
## 2958                <NA> 1597620966766641153                <NA>
## 2959                <NA> 1597620964308979712                <NA>
## 2960                <NA> 1597620877234819072                <NA>
## 2961                <NA> 1597620807970488320                <NA>
## 2962 1597620319321468928 1597620757945004035 1525308794921623552
## 2963                <NA> 1597620755969503233                <NA>
## 2964 1597620319321468928 1597620745081081856 1525308794921623552
## 2965                <NA> 1597620728958156801                <NA>
## 2966                <NA> 1597620673194565633                <NA>
## 2967 1597619559393275904 1597620523692793857 1067573253961437184
## 2968                <NA> 1597620514100346880                <NA>
## 2969                <NA> 1597620457834172416                <NA>
## 2970                <NA> 1597620426196553729                <NA>
## 2971                <NA> 1597620420118650880                <NA>
## 2972                <NA> 1597620393593839616                <NA>
## 2973                <NA> 1597620392503705605                <NA>
## 2974                <NA> 1597620354180349957                <NA>
## 2975                <NA> 1597620327282245632                <NA>
## 2976                <NA> 1597620319321468928                <NA>
## 2977                <NA> 1597620228128923648                <NA>
## 2978                <NA> 1597620078610370560                <NA>
## 2979                <NA> 1597619862343323653                <NA>
## 2980 1597465598120034306 1597619858501353472           355989081
## 2981                <NA> 1597619827954552832                <NA>
## 2982 1597619407223631872 1597619774447816706 1387423603025616901
## 2983 1597618952641089537 1597619714338848769  989415737851658242
## 2984                <NA> 1597619713965977600                <NA>
## 2985                <NA> 1597619668855816192                <NA>
## 2986                <NA> 1597619639684845568                <NA>
## 2987                <NA> 1597619601520873475                <NA>
## 2988 1597618966586802176 1597619573603418112           263123312
## 2989 1597617763853684737 1597619516842078213          1573202581
## 2990                <NA> 1597619479642800128                <NA>
## 2991                <NA> 1597619266387578882                <NA>
## 2992 1597581784329646081 1597619177862221824 1477349155144142850
## 2993                <NA> 1597619174314213378                <NA>
## 2994                <NA> 1597618973365129217                <NA>
## 2995                <NA> 1597618968021585920                <NA>
## 2996                <NA> 1597618966586802176                <NA>
## 2997 1597617735902859264 1597618879508848640 1382569836346109952
## 2998                <NA> 1597618878460612608                <NA>
## 2999                <NA> 1597618860244729856                <NA>
## 3000                <NA> 1597618853068288003                <NA>
## 3001                <NA> 1597618827810197505                <NA>
## 3002 1597612437997502468 1597618802728271872 1027588101005344769
## 3003                <NA> 1597618703071588352                <NA>
## 3004                <NA> 1597618701129650176                <NA>
## 3005                <NA> 1597618623484375040                <NA>
## 3006                <NA> 1597618602211151873                <NA>
## 3007 1597571346942554112 1597618576365871105  807616352798142469
## 3008                <NA> 1597618539590213632                <NA>
## 3009                <NA> 1597618503930216449                <NA>
## 3010                <NA> 1597618435852472320                <NA>
## 3011 1597617084837818368 1597618433960857603          3007913324
## 3012                <NA> 1597618338586206208                <NA>
## 3013 1597618127009087488 1597618274845741057  790011480376762372
## 3014                <NA> 1597618168515944448                <NA>
## 3015 1597492437874020352 1597618163080130560  915789481898381312
## 3016                <NA> 1597618133665140736                <NA>
## 3017                <NA> 1597618133451575296                <NA>
## 3018                <NA> 1597618114363297793                <NA>
## 3019                <NA> 1597618095006576640                <NA>
## 3020                <NA> 1597617986395045889                <NA>
## 3021 1597491697294151682 1597617980057477120  915789481898381312
## 3022                <NA> 1597617957190144002                <NA>
## 3023 1597493641630863361 1597617947773931520          1125633032
## 3024 1597571875064147972 1597617932246609920          2602959463
## 3025                <NA> 1597617904274792453                <NA>
## 3026                <NA> 1597617876164149248                <NA>
## 3027                <NA> 1597617759692943361                <NA>
## 3028 1597582786822828032 1597617726918647808           528619187
## 3029 1597617711009640448 1597617714675130369 1047477642780233729
## 3030                <NA> 1597617684707160064                <NA>
## 3031                <NA> 1597617630239916033                <NA>
## 3032                <NA> 1597617559050006528                <NA>
## 3033                <NA> 1597617490276024321                <NA>
## 3034                <NA> 1597617439105511425                <NA>
## 3035                <NA> 1597617434030010368                <NA>
## 3036                <NA> 1597617404758355969                <NA>
## 3037                <NA> 1597617339369132033                <NA>
## 3038                <NA> 1597617297715519494                <NA>
## 3039 1584514955319336960 1597617289851211776  936113448844328960
## 3040                <NA> 1597617249279692802                <NA>
## 3041                <NA> 1597617246477910018                <NA>
## 3042                <NA> 1597617226202292224                <NA>
## 3043                <NA> 1597617213485162496                <NA>
## 3044 1597610251913932802 1597617183864983552          2180319877
## 3045                <NA> 1597617144552128513                <NA>
## 3046                <NA> 1597617138088390656                <NA>
## 3047                <NA> 1597617079641047040                <NA>
## 3048                <NA> 1597617064533164034                <NA>
## 3049                <NA> 1597617021277052929                <NA>
## 3050                <NA> 1597617011840147456                <NA>
## 3051                <NA> 1597616994744160256                <NA>
## 3052                <NA> 1597616959277117441                <NA>
## 3053                <NA> 1597616936145543168                <NA>
## 3054                <NA> 1597616910002442240                <NA>
## 3055 1597237358252167172 1597616870517243904 1287740120066473990
## 3056                <NA> 1597616809234288646                <NA>
## 3057                <NA> 1597616804998025216                <NA>
## 3058                <NA> 1597616797028880385                <NA>
## 3059                <NA> 1597616727885770752                <NA>
## 3060                <NA> 1597616714782453761                <NA>
## 3061 1597510466611257344 1597616692989161473 1158006216963981317
## 3062                <NA> 1597616668951597056                <NA>
## 3063                <NA> 1597616622545489920                <NA>
## 3064 1597612902445649920 1597616552534478848 1526445452052246529
## 3065 1597612771541385218 1597616498885156864 1546090184361771009
## 3066                <NA> 1597616498205691904                <NA>
## 3067                <NA> 1597616388494876675                <NA>
## 3068                <NA> 1597616381658562564                <NA>
## 3069                <NA> 1597616376692502528                <NA>
## 3070                <NA> 1597616232265814017                <NA>
## 3071 1264829355085058050 1597616222946095112 1209123046134411264
## 3072                <NA> 1597616218437214208                <NA>
## 3073                <NA> 1597616211918979072                <NA>
## 3074                <NA> 1597616189420756992                <NA>
## 3075                <NA> 1597616130432303104                <NA>
## 3076                <NA> 1597616088887742464                <NA>
## 3077                <NA> 1597616074270572545                <NA>
## 3078                <NA> 1597616061171437570                <NA>
## 3079                <NA> 1597616058856132609                <NA>
## 3080                <NA> 1597616041374646274                <NA>
## 3081                <NA> 1597615953847947264                <NA>
## 3082 1597274314218549248 1597615945815498752            48562581
## 3083                <NA> 1597615905382760455                <NA>
## 3084                <NA> 1597615891302453251                <NA>
## 3085                <NA> 1597615885019414531                <NA>
## 3086                <NA> 1597615849242001408                <NA>
## 3087 1597533978856427520 1597615737442820097           401471773
## 3088                <NA> 1597615720124526593                <NA>
## 3089                <NA> 1597615709018017792                <NA>
## 3090                <NA> 1597615686368792576                <NA>
## 3091                <NA> 1597615565602164736                <NA>
## 3092                <NA> 1597615561852456960                <NA>
## 3093                <NA> 1597615558358601730                <NA>
## 3094                <NA> 1597615542139256832                <NA>
## 3095                <NA> 1597615479153381376                <NA>
## 3096                <NA> 1597615471401963521                <NA>
## 3097                <NA> 1597615455141003264                <NA>
## 3098                <NA> 1597615363965194241                <NA>
## 3099                <NA> 1597615334814810114                <NA>
## 3100 1597615141428023298 1597615334730924032 1544173219380445187
## 3101                <NA> 1597615238618427393                <NA>
## 3102                <NA> 1597615194175582210                <NA>
## 3103                <NA> 1597615186160259077                <NA>
## 3104                <NA> 1597615174852440064                <NA>
## 3105                <NA> 1597615166270885888                <NA>
## 3106 1597614016779931648 1597615141428023298 1506621634924457988
## 3107                <NA> 1597615098599653377                <NA>
## 3108                <NA> 1597615060712497152                <NA>
## 3109                <NA> 1597615038327463936                <NA>
## 3110                <NA> 1597615014361595904                <NA>
## 3111                <NA> 1597614940684419073                <NA>
## 3112                <NA> 1597614937484009472                <NA>
## 3113                <NA> 1597614913962545153                <NA>
## 3114                <NA> 1597614835759730688                <NA>
## 3115                <NA> 1597614722224095232                <NA>
## 3116                <NA> 1597614701659443200                <NA>
## 3117 1597429380476985345 1597614609615446016          3043021048
## 3118                <NA> 1597614605538594818                <NA>
## 3119                <NA> 1597614534013091841                <NA>
## 3120                <NA> 1597614507827699714                <NA>
## 3121                <NA> 1597614489758707713                <NA>
## 3122                <NA> 1597614460818317314                <NA>
## 3123                <NA> 1597614416920731651                <NA>
## 3124                <NA> 1597614380275077120                <NA>
## 3125                <NA> 1597614320359444480                <NA>
## 3126                <NA> 1597614294757433345                <NA>
## 3127                <NA> 1597614059213721600                <NA>
## 3128                <NA> 1597614041429868545                <NA>
## 3129                <NA> 1597614039282028544                <NA>
## 3130                <NA> 1597613981388398601                <NA>
## 3131                <NA> 1597613886806573056                <NA>
## 3132                <NA> 1597613885087166464                <NA>
## 3133                <NA> 1597613867600936961                <NA>
## 3134                <NA> 1597613819689402371                <NA>
## 3135                <NA> 1597613752954032131                <NA>
## 3136                <NA> 1597613734507446272                <NA>
## 3137                <NA> 1597613662923288576                <NA>
## 3138                <NA> 1597613643772071937                <NA>
## 3139                <NA> 1597613634603352064                <NA>
## 3140                <NA> 1597613571504054275                <NA>
## 3141                <NA> 1597613503787024390                <NA>
## 3142                <NA> 1597613495629287425                <NA>
## 3143                <NA> 1597613456915828739                <NA>
## 3144                <NA> 1597613435113857024                <NA>
## 3145                <NA> 1597613425332727810                <NA>
## 3146                <NA> 1597613418454093825                <NA>
## 3147                <NA> 1597613407506923525                <NA>
## 3148                <NA> 1597613317564280832                <NA>
## 3149                <NA> 1597613248261795840                <NA>
## 3150                <NA> 1597613227218984961                <NA>
## 3151                <NA> 1597613216821280768                <NA>
## 3152                <NA> 1597613077075464192                <NA>
## 3153                <NA> 1597612986835021824                <NA>
## 3154                <NA> 1597612965284687874                <NA>
## 3155                <NA> 1597612957026123776                <NA>
## 3156                <NA> 1597612926176722949                <NA>
## 3157 1597128793080332290 1597612899434123264 1385114924213440523
## 3158                <NA> 1597612824624533504                <NA>
## 3159                <NA> 1597612784618962946                <NA>
## 3160 1597576123772456962 1597612767665848321 1146486982723301376
## 3161                <NA> 1597612762607529984                <NA>
## 3162                <NA> 1597612756273745925                <NA>
## 3163                <NA> 1597612691585392643                <NA>
## 3164 1597612243251826688 1597612664662159360          2440332189
## 3165                <NA> 1597612616905822208                <NA>
## 3166                <NA> 1597612608664014848                <NA>
## 3167                <NA> 1597612606529114113                <NA>
## 3168                <NA> 1597612601202335744                <NA>
## 3169 1597607914860343299 1597612591441846272 1469465052671397892
## 3170                <NA> 1597612540145827841                <NA>
## 3171                <NA> 1597612510340960256                <NA>
## 3172                <NA> 1597612473963905028                <NA>
## 3173                <NA> 1597612455966150657                <NA>
## 3174                <NA> 1597612439855857664                <NA>
## 3175                <NA> 1597612434667233284                <NA>
## 3176 1597595869532291072 1597612399095615489 1573022912000319488
## 3177                <NA> 1597612376916103168                <NA>
## 3178                <NA> 1597612367885787137                <NA>
## 3179                <NA> 1597612366501675010                <NA>
## 3180                <NA> 1597612276164751365                <NA>
## 3181                <NA> 1597612246925856769                <NA>
## 3182                <NA> 1597612195671863301                <NA>
## 3183                <NA> 1597612154966142976                <NA>
## 3184                <NA> 1597612149136044032                <NA>
## 3185                <NA> 1597612060090605568                <NA>
## 3186                <NA> 1597612023193403393                <NA>
## 3187                <NA> 1597611932558954496                <NA>
## 3188                <NA> 1597611888673947649                <NA>
## 3189 1597528976599449600 1597611832097001473 1099709890803716096
## 3190                <NA> 1597611788991807493                <NA>
## 3191                <NA> 1597611673728483328                <NA>
## 3192                <NA> 1597611624961306628                <NA>
## 3193 1597610802361798662 1597611580153561088 1464109351912841218
## 3194 1597501725430382593 1597611571228073984           582575479
## 3195                <NA> 1597611464134914050                <NA>
## 3196                <NA> 1597611461949673472                <NA>
## 3197                <NA> 1597611435466625027                <NA>
## 3198                <NA> 1597611432384036864                <NA>
## 3199                <NA> 1597611383067389952                <NA>
## 3200                <NA> 1597611363509358592                <NA>
## 3201                <NA> 1597611282202787840                <NA>
## 3202                <NA> 1597611251332358144                <NA>
## 3203 1597610775958663175 1597611241870348289 1301550479000862720
## 3204                <NA> 1597611220068360195                <NA>
## 3205 1597582185737129987 1597611201315639299          1321129129
## 3206                <NA> 1597611172508860418                <NA>
## 3207                <NA> 1597611169279512576                <NA>
## 3208                <NA> 1597611089868754946                <NA>
## 3209 1597590331859816455 1597611057581027328 1557808057538715649
## 3210                <NA> 1597610989465501696                <NA>
## 3211                <NA> 1597610975666270209                <NA>
## 3212                <NA> 1597610952362426371                <NA>
## 3213                <NA> 1597610916845359105                <NA>
## 3214 1597532906821660672 1597610905805950976 1411367990851870724
## 3215 1597610561751040001 1597610881646727168 1243398891233349640
## 3216 1597598851183312898 1597610871160991744 1119528550091108352
## 3217                <NA> 1597610845558538241                <NA>
## 3218                <NA> 1597610761341353984                <NA>
## 3219                <NA> 1597610718878392320                <NA>
## 3220                <NA> 1597610656785924096                <NA>
## 3221                <NA> 1597610638259671042                <NA>
## 3222                <NA> 1597610635399168001                <NA>
## 3223                <NA> 1597610594068492289                <NA>
## 3224 1597610446588379138 1597610561751040001 1425400181181194252
## 3225                <NA> 1597610524296228864                <NA>
## 3226                <NA> 1597610458051411970                <NA>
## 3227                <NA> 1597610436878536704                <NA>
## 3228                <NA> 1597610431279136768                <NA>
## 3229                <NA> 1597610414879444993                <NA>
## 3230                <NA> 1597610331148361728                <NA>
## 3231                <NA> 1597610308864208896                <NA>
## 3232                <NA> 1597610274630025219                <NA>
## 3233                <NA> 1597610267118305281                <NA>
## 3234                <NA> 1597610252152840193                <NA>
## 3235                <NA> 1597610202672803842                <NA>
## 3236                <NA> 1597610187145224193                <NA>
## 3237                <NA> 1597610184305614848                <NA>
## 3238                <NA> 1597610151611371521                <NA>
## 3239                <NA> 1597610141138190336                <NA>
## 3240                <NA> 1597610087165853699                <NA>
## 3241                <NA> 1597610041930285056                <NA>
## 3242 1597558564070952960 1597610025278898179  734334955996762112
## 3243 1597493179091410946 1597609967905046529 1434384149427548162
## 3244                <NA> 1597609956257452033                <NA>
## 3245                <NA> 1597609952600035333                <NA>
## 3246 1597561627989024770 1597609894018183168 1315457047702507522
## 3247 1597571291435118592 1597609883104600064 1152881046402191360
## 3248                <NA> 1597609826712182784                <NA>
## 3249                <NA> 1597609808647311362                <NA>
## 3250                <NA> 1597609748857487365                <NA>
## 3251 1597599400138006530 1597609725373272064 1186671758646005760
## 3252                <NA> 1597609675574628353                <NA>
## 3253                <NA> 1597609673079017472                <NA>
## 3254                <NA> 1597609629063651328                <NA>
## 3255                <NA> 1597609598957281281                <NA>
## 3256                <NA> 1597609591575134208                <NA>
## 3257                <NA> 1597609551351750658                <NA>
## 3258                <NA> 1597609525997371392                <NA>
## 3259                <NA> 1597609376876875777                <NA>
## 3260                <NA> 1597609360108175368                <NA>
## 3261                <NA> 1597609338214178816                <NA>
## 3262                <NA> 1597609332199522307                <NA>
## 3263                <NA> 1597609302046695424                <NA>
## 3264                <NA> 1597609270895579141                <NA>
## 3265                <NA> 1597609268190056448                <NA>
## 3266                <NA> 1597609263882346496                <NA>
## 3267                <NA> 1597609215312691201                <NA>
## 3268                <NA> 1597609204487196672                <NA>
## 3269                <NA> 1597609194550865920                <NA>
## 3270                <NA> 1597609190188384257                <NA>
## 3271                <NA> 1597609137222795264                <NA>
## 3272                <NA> 1597609125927882753                <NA>
## 3273                <NA> 1597609076116320258                <NA>
## 3274                <NA> 1597609069283803136                <NA>
## 3275                <NA> 1597608931756740608                <NA>
## 3276                <NA> 1597608907039739905                <NA>
## 3277 1597249806074015745 1597608878174539777 1478086531394977793
## 3278                <NA> 1597608869433585669                <NA>
## 3279                <NA> 1597608827486367744                <NA>
## 3280                <NA> 1597608762470461442                <NA>
## 3281                <NA> 1597608749447151616                <NA>
## 3282                <NA> 1597608732183388161                <NA>
## 3283                <NA> 1597608726013280258                <NA>
## 3284 1597607806395613185 1597608712008396800 1236713251800379392
## 3285 1597573170382262272 1597608705037508611 1152881046402191360
## 3286                <NA> 1597608667867930624                <NA>
## 3287                <NA> 1597608657969373184                <NA>
## 3288                <NA> 1597608643150872576                <NA>
## 3289                <NA> 1597608556916015104                <NA>
## 3290                <NA> 1597608467510210569                <NA>
## 3291 1597604328600408064 1597608465970925568 1448627067856179203
## 3292                <NA> 1597608442113699841                <NA>
## 3293                <NA> 1597608429027090433                <NA>
## 3294                <NA> 1597608422090104833                <NA>
## 3295                <NA> 1597608369627762688                <NA>
## 3296                <NA> 1597608343941435392                <NA>
## 3297 1597350220647366656 1597608341668515841          1346575070
## 3298                <NA> 1597608338887708673                <NA>
## 3299                <NA> 1597608306859999233                <NA>
## 3300                <NA> 1597608233015050240                <NA>
## 3301                <NA> 1597608217261256706                <NA>
## 3302                <NA> 1597608061883256833                <NA>
## 3303 1597572425977413635 1597608050483171329 1149556524529770501
## 3304 1597606100425396224 1597608038029922304 1546483584554319873
## 3305                <NA> 1597608010834124801                <NA>
## 3306 1597515478599012352 1597607974260051968 1560568605011755009
## 3307                <NA> 1597607895461683202                <NA>
## 3308                <NA> 1597607868043128838                <NA>
## 3309                <NA> 1597607853334102018                <NA>
## 3310                <NA> 1597607844169551876                <NA>
## 3311 1597606455007272961 1597607806395613185 1557258034929287168
## 3312                <NA> 1597607767900315649                <NA>
## 3313                <NA> 1597607765413072896                <NA>
## 3314                <NA> 1597607737311264769                <NA>
## 3315                <NA> 1597607711436574720                <NA>
## 3316 1597607083267932160 1597607687163969538          1371418404
## 3317                <NA> 1597607602716016641                <NA>
## 3318                <NA> 1597607598651371521                <NA>
## 3319                <NA> 1597607594272600064                <NA>
## 3320                <NA> 1597607580809191424                <NA>
## 3321                <NA> 1597607574555459584                <NA>
## 3322 1597606963701239810 1597607545836806146 1485377939487219717
## 3323                <NA> 1597607542049607682                <NA>
## 3324                <NA> 1597607514107150338                <NA>
## 3325                <NA> 1597607458930757632                <NA>
## 3326                <NA> 1597607442296500224                <NA>
## 3327                <NA> 1597607343046684674                <NA>
## 3328 1597399183970816002 1597607278970019847 1294094125340348417
## 3329                <NA> 1597607206262046720                <NA>
## 3330                <NA> 1597607191929823233                <NA>
## 3331                <NA> 1597607145079455749                <NA>
## 3332                <NA> 1597607132337410049                <NA>
## 3333 1597606520136814592 1597607083267932160 1198622870966018054
## 3334 1597602369893990401 1597607057385205761 1208531661983506434
## 3335                <NA> 1597607014758481920                <NA>
## 3336                <NA> 1597606994294104065                <NA>
## 3337                <NA> 1597606932004876288                <NA>
## 3338                <NA> 1597606826941755397                <NA>
## 3339 1597605498924466178 1597606688072564736 1593197452437639168
## 3340                <NA> 1597606677653901314                <NA>
## 3341                <NA> 1597606673576697856                <NA>
## 3342                <NA> 1597606641331232768                <NA>
## 3343                <NA> 1597606497084911617                <NA>
## 3344 1597605379172864005 1597606455007272961 1236713251800379392
## 3345                <NA> 1597606420434018304                <NA>
## 3346                <NA> 1597606381276004352                <NA>
## 3347                <NA> 1597606337776689153                <NA>
## 3348                <NA> 1597606250589495298                <NA>
## 3349                <NA> 1597606226195808257                <NA>
## 3350                <NA> 1597606172538077184                <NA>
## 3351                <NA> 1597606096910561280                <NA>
## 3352                <NA> 1597606092988567552                <NA>
## 3353                <NA> 1597606060743098369                <NA>
## 3354                <NA> 1597606040681549828                <NA>
## 3355                <NA> 1597606020213518339                <NA>
## 3356                <NA> 1597605998755479552                <NA>
## 3357 1597592330206601216 1597605951431139328            20664587
## 3358                <NA> 1597605937841606656                <NA>
## 3359                <NA> 1597605914533498880                <NA>
## 3360                <NA> 1597605910448594944                <NA>
## 3361                <NA> 1597605866873958400                <NA>
## 3362                <NA> 1597605810498342912                <NA>
## 3363                <NA> 1597605805200912384                <NA>
## 3364                <NA> 1597605793393565698                <NA>
## 3365                <NA> 1597605785638703106                <NA>
## 3366 1597605737538416640 1597605754995105792 1366703739306795014
## 3367 1597605383845343232 1597605741225205760 1077124580131725312
## 3368                <NA> 1597605699873566720                <NA>
## 3369                <NA> 1597605699596750848                <NA>
## 3370                <NA> 1597605671595376641                <NA>
## 3371                <NA> 1597605664578473984                <NA>
## 3372                <NA> 1597605661319520259                <NA>
## 3373                <NA> 1597605651668426752                <NA>
## 3374                <NA> 1597605629773975556                <NA>
## 3375                <NA> 1597605615639166977                <NA>
## 3376                <NA> 1597605603035299840                <NA>
## 3377                <NA> 1597605564615643140                <NA>
## 3378                <NA> 1597605544549879808                <NA>
## 3379                <NA> 1597605539998928897                <NA>
## 3380                <NA> 1597605508344840196                <NA>
## 3381                <NA> 1597605504611930112                <NA>
## 3382                <NA> 1597605503169069057                <NA>
## 3383                <NA> 1597605497338990593                <NA>
## 3384                <NA> 1597605481132232711                <NA>
## 3385                <NA> 1597605445900075011                <NA>
## 3386                <NA> 1597605394763100161                <NA>
## 3387 1597495884115505154 1597605383845343232 1370024149070979078
## 3388 1597554115105943552 1597605379172864005 1557258034929287168
## 3389                <NA> 1597605363116781572                <NA>
## 3390                <NA> 1597605362546475008                <NA>
## 3391                <NA> 1597605290282999809                <NA>
## 3392                <NA> 1597605266492895234                <NA>
## 3393                <NA> 1597605255780438017                <NA>
## 3394                <NA> 1597605163941990402                <NA>
## 3395                <NA> 1597605144937795585                <NA>
## 3396 1597552953572802561 1597605088750874624 1012973132062314496
## 3397                <NA> 1597605065803837440                <NA>
## 3398                <NA> 1597604953132265472                <NA>
## 3399                <NA> 1597604936103395328                <NA>
## 3400 1597562291909980167 1597604927928700928          2859443173
## 3401                <NA> 1597604873671147520                <NA>
## 3402                <NA> 1597604867115454464                <NA>
## 3403                <NA> 1597604859104342016                <NA>
## 3404 1597604298644656128 1597604791240519680  907745064494931968
## 3405                <NA> 1597604765365854208                <NA>
## 3406                <NA> 1597604763214172161                <NA>
## 3407                <NA> 1597604684386406400                <NA>
## 3408                <NA> 1597604647791132676                <NA>
## 3409 1597598511855452161 1597604626450337792           178839599
## 3410 1597353967050461187 1597604615360770058  824790769659740160
## 3411                <NA> 1597604566484553734                <NA>
## 3412                <NA> 1597604551112413186                <NA>
## 3413                <NA> 1597604510700011521                <NA>
## 3414                <NA> 1597604419465609216                <NA>
## 3415 1597601553564958721 1597604371973705729 1053274288730660865
## 3416                <NA> 1597604354055626754                <NA>
## 3417 1597600302932561920 1597604322162151426 1504841958380171267
## 3418                <NA> 1597604300699541504                <NA>
## 3419                <NA> 1597604247256072192                <NA>
## 3420                <NA> 1597604226339074049                <NA>
## 3421                <NA> 1597604184811274240                <NA>
## 3422                <NA> 1597604132889976832                <NA>
## 3423 1597595292194729984 1597604132315344896 1292045841155465216
## 3424                <NA> 1597604130654392321                <NA>
## 3425 1597487879382761472 1597604124346159106           343558186
## 3426                <NA> 1597604121770876934                <NA>
## 3427                <NA> 1597604116817391619                <NA>
## 3428                <NA> 1597604097552945152                <NA>
## 3429                <NA> 1597604053001056257                <NA>
## 3430                <NA> 1597603998642876421                <NA>
## 3431                <NA> 1597603995467796481                <NA>
## 3432                <NA> 1597603980397248512                <NA>
## 3433                <NA> 1597603870091665409                <NA>
## 3434                <NA> 1597603843340390400                <NA>
## 3435                <NA> 1597603833408282625                <NA>
## 3436                <NA> 1597603808745754624                <NA>
## 3437                <NA> 1597603803435614208                <NA>
## 3438                <NA> 1597603768170057729                <NA>
## 3439                <NA> 1597603647268921344                <NA>
## 3440                <NA> 1597603641850224642                <NA>
## 3441                <NA> 1597603574753525760                <NA>
## 3442                <NA> 1597603573755678720                <NA>
## 3443                <NA> 1597603546425352192                <NA>
## 3444                <NA> 1597603491459248129                <NA>
## 3445 1597601390691749891 1597603476032585728 1120054893509861381
## 3446                <NA> 1597603462489214979                <NA>
## 3447                <NA> 1597603373146320896                <NA>
## 3448                <NA> 1597603333145268224                <NA>
## 3449                <NA> 1597603312840232960                <NA>
## 3450 1597571291435118592 1597603267256934400 1152881046402191360
## 3451 1597603025568563202 1597603251431837698 1510302173229424644
## 3452 1597404892205056000 1597603248197836801  817817720221794305
## 3453                <NA> 1597603243827560453                <NA>
## 3454 1597601630379454465 1597603240757309440 1255982280411156481
## 3455                <NA> 1597603239637417990                <NA>
## 3456                <NA> 1597603183924482056                <NA>
## 3457                <NA> 1597603162663243776                <NA>
## 3458                <NA> 1597603148742676480                <NA>
## 3459                <NA> 1597603119655161856                <NA>
## 3460                <NA> 1597603113615364097                <NA>
## 3461                <NA> 1597603072121147393                <NA>
## 3462                <NA> 1597603064449765378                <NA>
## 3463 1597598406834540544 1597603055201312768  969580798738403330
## 3464                <NA> 1597603043847307265                <NA>
## 3465                <NA> 1597603015514816513                <NA>
## 3466                <NA> 1597602943473262592                <NA>
## 3467 1597602458984845312 1597602908140294145 1597600948435591168
## 3468                <NA> 1597602862045212673                <NA>
## 3469                <NA> 1597602855908966401                <NA>
## 3470                <NA> 1597602853618450432                <NA>
## 3471                <NA> 1597602826704007171                <NA>
## 3472                <NA> 1597602755543470083                <NA>
## 3473                <NA> 1597602754008342529                <NA>
## 3474                <NA> 1597602746164994054                <NA>
## 3475 1597602121666686976 1597602730951860224 1173419286863450113
## 3476                <NA> 1597602720357445635                <NA>
## 3477 1597602177564160000 1597602663151067136 1110876060734889986
## 3478                <NA> 1597602657815986180                <NA>
## 3479                <NA> 1597602651809910785                <NA>
## 3480                <NA> 1597602595346190336                <NA>
## 3481                <NA> 1597602540799299585                <NA>
## 3482                <NA> 1597602533366980608                <NA>
## 3483                <NA> 1597602455701041152                <NA>
## 3484                <NA> 1597602442430271490                <NA>
## 3485                <NA> 1597602391410454534                <NA>
## 3486                <NA> 1597602373588877319                <NA>
## 3487                <NA> 1597602373039697921                <NA>
## 3488 1597588654343749633 1597602369893990401          1045340065
## 3489                <NA> 1597602341540499456                <NA>
## 3490                <NA> 1597602322653532170                <NA>
## 3491                <NA> 1597602250171580416                <NA>
## 3492 1597594425974202371 1597602243007905793 1173419286863450113
## 3493                <NA> 1597602163244818432                <NA>
## 3494                <NA> 1597602161533530115                <NA>
## 3495                <NA> 1597602139458916352                <NA>
## 3496 1597595869439987712 1597602132680921088 1586002807617986563
## 3497 1596079978550284289 1597602103274663936 1402606163032788999
## 3498                <NA> 1597602019543773184                <NA>
## 3499                <NA> 1597601961066762241                <NA>
## 3500                <NA> 1597601926933549057                <NA>
## 3501                <NA> 1597601901427949569                <NA>
## 3502                <NA> 1597601869727399938                <NA>
## 3503                <NA> 1597601840526675969                <NA>
## 3504                <NA> 1597601838878322690                <NA>
## 3505                <NA> 1597601831974277122                <NA>
## 3506 1597468582199570432 1597601756724498433 1300374417046863874
## 3507                <NA> 1597601732615294976                <NA>
## 3508                <NA> 1597601721395593219                <NA>
## 3509                <NA> 1597601706417983488                <NA>
## 3510                <NA> 1597601631566434304                <NA>
## 3511                <NA> 1597601538029256704                <NA>
## 3512                <NA> 1597601406109761539                <NA>
## 3513                <NA> 1597601399440691200                <NA>
## 3514 1597598625278103552 1597601376993153025            25129607
## 3515                <NA> 1597601310563508230                <NA>
## 3516 1597595645149597696 1597601295002927105 1463574568476372993
## 3517                <NA> 1597601288354955265                <NA>
## 3518                <NA> 1597601259116429313                <NA>
## 3519                <NA> 1597601257304227841                <NA>
## 3520                <NA> 1597601169697755136                <NA>
## 3521                <NA> 1597601141499392000                <NA>
## 3522                <NA> 1597601123220992000                <NA>
## 3523 1597571291435118592 1597601073992433664 1152881046402191360
## 3524                <NA> 1597601066769686530                <NA>
## 3525                <NA> 1597601060478418944                <NA>
## 3526                <NA> 1597601033496453120                <NA>
## 3527                <NA> 1597601032812789760                <NA>
## 3528                <NA> 1597600984083333120                <NA>
## 3529                <NA> 1597600983697457153                <NA>
## 3530                <NA> 1597600978945073153                <NA>
## 3531                <NA> 1597600939900391424                <NA>
## 3532 1597600630465769472 1597600828751507456 1350181570863394817
## 3533                <NA> 1597600753316954112                <NA>
## 3534                <NA> 1597600726926381057                <NA>
## 3535                <NA> 1597600679387955201                <NA>
## 3536 1597581489465888771 1597600630465769472            29064684
## 3537                <NA> 1597600602065842177                <NA>
## 3538                <NA> 1597600590909296641                <NA>
## 3539                <NA> 1597600588820549632                <NA>
## 3540                <NA> 1597600566590734338                <NA>
## 3541                <NA> 1597600516040790019                <NA>
## 3542                <NA> 1597600439104856064                <NA>
## 3543                <NA> 1597600431173427200                <NA>
## 3544                <NA> 1597600370649624577                <NA>
## 3545                <NA> 1597600357257211907                <NA>
## 3546                <NA> 1597600318271164416                <NA>
## 3547                <NA> 1597600300952846337                <NA>
## 3548                <NA> 1597600289053638656                <NA>
## 3549                <NA> 1597600284829966337                <NA>
## 3550                <NA> 1597600284330831873                <NA>
## 3551                <NA> 1597600251099111430                <NA>
## 3552 1597351829079494656 1597600129271623681 1524496811964129280
## 3553                <NA> 1597600112695705600                <NA>
## 3554                <NA> 1597600105666088961                <NA>
## 3555                <NA> 1597600097340387328                <NA>
## 3556                <NA> 1597600092143644672                <NA>
## 3557                <NA> 1597600029635760128                <NA>
## 3558                <NA> 1597600007305453570                <NA>
## 3559                <NA> 1597600001215107073                <NA>
## 3560                <NA> 1597600000850141184                <NA>
## 3561                <NA> 1597599977714454530                <NA>
## 3562 1597253459966775296 1597599900501700608           239437047
## 3563                <NA> 1597599879542497281                <NA>
## 3564                <NA> 1597599838560210950                <NA>
## 3565 1597579424513552385 1597599831081508865          1000196540
## 3566 1597534743910055936 1597599796235501568 1526526093770993664
## 3567                <NA> 1597599775930855426                <NA>
## 3568                <NA> 1597599774911389697                <NA>
## 3569 1597585684243841024 1597599758881021952 1104973588606550016
## 3570 1597599076882993153 1597599707534356481 1556698939541204993
## 3571                <NA> 1597599673925214210                <NA>
## 3572                <NA> 1597599650747490305                <NA>
## 3573                <NA> 1597599597857497089                <NA>
## 3574                <NA> 1597599502382555136                <NA>
## 3575                <NA> 1597599491372220416                <NA>
## 3576 1597595729299922944 1597599438562037760 1236713251800379392
## 3577                <NA> 1597599418756349953                <NA>
## 3578                <NA> 1597599417548562432                <NA>
## 3579                <NA> 1597599405460291587                <NA>
## 3580                <NA> 1597599374045245441                <NA>
## 3581                <NA> 1597599334673317891                <NA>
## 3582                <NA> 1597599299701014528                <NA>
## 3583                <NA> 1597599263961358336                <NA>
## 3584                <NA> 1597599254260125697                <NA>
## 3585                <NA> 1597599229090091009                <NA>
## 3586                <NA> 1597599212690149377                <NA>
## 3587                <NA> 1597599149880664064                <NA>
## 3588 1597545508813537283 1597599137863970820 1495485641777418241
## 3589                <NA> 1597599133032148993                <NA>
## 3590 1597598913858789386 1597599114778542080 1585643052684935170
## 3591                <NA> 1597599108474490880                <NA>
## 3592                <NA> 1597599005940514816                <NA>
## 3593                <NA> 1597599003537207296                <NA>
## 3594 1597539701199900673 1597598982255280128 1063415930162683904
## 3595                <NA> 1597598955453710336                <NA>
## 3596                <NA> 1597598942002548737                <NA>
## 3597                <NA> 1597598919814676482                <NA>
## 3598                <NA> 1597598861295767552                <NA>
## 3599 1597598573113536512 1597598851183312898  872234993006850048
## 3600                <NA> 1597598838638149633                <NA>
## 3601                <NA> 1597598807671590913                <NA>
## 3602                <NA> 1597598797324234752                <NA>
## 3603                <NA> 1597598736305500160                <NA>
## 3604                <NA> 1597598685827043333                <NA>
## 3605 1597594776303710209 1597598624435011585 1263682291630354435
## 3606                <NA> 1597598623470161930                <NA>
## 3607                <NA> 1597598598208040960                <NA>
## 3608                <NA> 1597598532856582144                <NA>
## 3609                <NA> 1597598512325464064                <NA>
## 3610                <NA> 1597598511855452161                <NA>
## 3611                <NA> 1597598459506589697                <NA>
## 3612                <NA> 1597598417622269952                <NA>
## 3613                <NA> 1597598390451597313                <NA>
## 3614                <NA> 1597598368968380416                <NA>
## 3615                <NA> 1597598358499389445                <NA>
## 3616                <NA> 1597598278496854016                <NA>
## 3617                <NA> 1597598181369729025                <NA>
## 3618 1590634844677378049 1597598165372633090 1317085441443680257
## 3619                <NA> 1597598160171532290                <NA>
## 3620 1597554304399073280 1597598122829844480 1472488939470528512
## 3621                <NA> 1597598107168305152                <NA>
## 3622                <NA> 1597598005049319424                <NA>
## 3623                <NA> 1597598000825917442                <NA>
## 3624                <NA> 1597597904214327296                <NA>
## 3625 1597429910565687296 1597597892214423553 1531009317197221888
## 3626                <NA> 1597597869607129089                <NA>
## 3627                <NA> 1597597759775084544                <NA>
## 3628                <NA> 1597597717576175616                <NA>
## 3629                <NA> 1597597713960693760                <NA>
## 3630                <NA> 1597597681454546944                <NA>
## 3631                <NA> 1597597638618238979                <NA>
## 3632                <NA> 1597597539465060352                <NA>
## 3633 1597459754364063744 1597597532183752705           876849193
## 3634                <NA> 1597597513422635008                <NA>
## 3635                <NA> 1597597486687854594                <NA>
## 3636                <NA> 1597597477464834049                <NA>
## 3637                <NA> 1597597398427402252                <NA>
## 3638                <NA> 1597597395478798336                <NA>
## 3639                <NA> 1597597360968044544                <NA>
## 3640                <NA> 1597597358753452033                <NA>
## 3641                <NA> 1597597226460930049                <NA>
## 3642 1597597125231218691 1597597205132890112  785131938092818432
## 3643 1597575532308496387 1597597201500622848            36261242
## 3644                <NA> 1597597139299110912                <NA>
## 3645                <NA> 1597597137759797249                <NA>
## 3646                <NA> 1597597114955370496                <NA>
## 3647                <NA> 1597597107342696455                <NA>
## 3648                <NA> 1597597055371087872                <NA>
## 3649                <NA> 1597597042809147395                <NA>
## 3650                <NA> 1597596849791455232                <NA>
## 3651                <NA> 1597596709269504000                <NA>
## 3652                <NA> 1597596694937743361                <NA>
## 3653 1597422967184494592 1597596681679536131 1530600668423127045
## 3654                <NA> 1597596676948393986                <NA>
## 3655 1597596484471762946 1597596655167352832 1533681732683149314
## 3656                <NA> 1597596607687856128                <NA>
## 3657                <NA> 1597596560313192448                <NA>
## 3658                <NA> 1597596555359526920                <NA>
## 3659 1597421996689629185 1597596550276210693 1480219925062905863
## 3660                <NA> 1597596512284184577                <NA>
## 3661                <NA> 1597596469632110599                <NA>
## 3662                <NA> 1597596406063079424                <NA>
## 3663                <NA> 1597596387423969281                <NA>
## 3664                <NA> 1597596382445326337                <NA>
## 3665                <NA> 1597596352774828032                <NA>
## 3666                <NA> 1597596352279908354                <NA>
## 3667                <NA> 1597596344222449667                <NA>
## 3668                <NA> 1597596331836833792                <NA>
## 3669                <NA> 1597596319815983104                <NA>
## 3670                <NA> 1597596310261358592                <NA>
## 3671                <NA> 1597596308583624705                <NA>
## 3672                <NA> 1597596278472736769                <NA>
## 3673                <NA> 1597596271132672000                <NA>
## 3674                <NA> 1597596260248297474                <NA>
## 3675 1597580749733232641 1597596239822225412  886982794248900608
## 3676                <NA> 1597596204531339264                <NA>
## 3677                <NA> 1597596153784455168                <NA>
## 3678                <NA> 1597596119206612994                <NA>
## 3679                <NA> 1597596102064308227                <NA>
## 3680                <NA> 1597596092912533504                <NA>
## 3681                <NA> 1597596080233152513                <NA>
## 3682                <NA> 1597596020564975618                <NA>
## 3683 1597472370742394881 1597596009173254147 1305931470008188928
## 3684                <NA> 1597595987585167363                <NA>
## 3685                <NA> 1597595979993300994                <NA>
## 3686                <NA> 1597595970564665344                <NA>
## 3687                <NA> 1597595952919220225                <NA>
## 3688 1597595498525130752 1597595938935431168 1099573647868452864
## 3689                <NA> 1597595933659004930                <NA>
## 3690                <NA> 1597595916583985154                <NA>
## 3691                <NA> 1597595911697620992                <NA>
## 3692                <NA> 1597595906693554178                <NA>
## 3693                <NA> 1597595839253323779                <NA>
## 3694                <NA> 1597595802263658496                <NA>
## 3695 1597589863015931904 1597595729299922944 1226116333219090432
## 3696                <NA> 1597595659800317955                <NA>
## 3697                <NA> 1597595627554160640                <NA>
## 3698                <NA> 1597595620961026048                <NA>
## 3699                <NA> 1597595529483284481                <NA>
## 3700                <NA> 1597595528103366656                <NA>
## 3701                <NA> 1597595523946811392                <NA>
## 3702 1597493907511980033 1597595514480234497           463172255
## 3703 1597594425974202371 1597595500974604288 1173419286863450113
## 3704 1597593334343929857 1597595467847704577           169919865
## 3705                <NA> 1597595449048715264                <NA>
## 3706                <NA> 1597595438202621958                <NA>
## 3707 1597565270520102916 1597595316605562881 1498020530254925828
## 3708                <NA> 1597595143376408579                <NA>
## 3709                <NA> 1597595137412108291                <NA>
## 3710                <NA> 1597595093661552641                <NA>
## 3711                <NA> 1597595090201243649                <NA>
## 3712                <NA> 1597595076967931904                <NA>
## 3713                <NA> 1597595069535916035                <NA>
## 3714                <NA> 1597594993669341186                <NA>
## 3715                <NA> 1597594868464816128                <NA>
## 3716                <NA> 1597594866296492037                <NA>
## 3717                <NA> 1597594836382908416                <NA>
## 3718                <NA> 1597594799154003972                <NA>
## 3719                <NA> 1597594786852401152                <NA>
## 3720 1597589457380990982 1597594651699339267 1236713251800379392
## 3721                <NA> 1597594644355088389                <NA>
## 3722                <NA> 1597594605046083586                <NA>
## 3723 1597593819050024960 1597594588721876997 1024329610140495872
## 3724                <NA> 1597594536607358977                <NA>
## 3725                <NA> 1597594499017908224                <NA>
## 3726                <NA> 1597594493955772416                <NA>
## 3727 1597592963227750407 1597594376104214528 1472722324164005889
## 3728                <NA> 1597594290250973185                <NA>
## 3729                <NA> 1597594238711398400                <NA>
## 3730                <NA> 1597594233640198144                <NA>
## 3731                <NA> 1597594228607315968                <NA>
## 3732 1597593077421862915 1597594168335142912 1482992729798090752
## 3733                <NA> 1597594066249998336                <NA>
## 3734                <NA> 1597594028387991553                <NA>
## 3735                <NA> 1597594005013168129                <NA>
## 3736                <NA> 1597593986159763458                <NA>
## 3737                <NA> 1597593962281570304                <NA>
## 3738                <NA> 1597593876646465536                <NA>
## 3739 1597592864783216640 1597593862838833154            29265245
## 3740                <NA> 1597593750183858185                <NA>
## 3741                <NA> 1597593723772473350                <NA>
## 3742                <NA> 1597593699747508224                <NA>
## 3743                <NA> 1597593665618464769                <NA>
## 3744 1597280318838300672 1597593648530874368  770585927731310592
## 3745 1597592124450406400 1597593555614445568            94263555
## 3746                <NA> 1597593541794201600                <NA>
## 3747                <NA> 1597593524127825920                <NA>
## 3748 1597577253000396800 1597593486836264961            38557223
## 3749                <NA> 1597593468632989697                <NA>
## 3750 1597592160198856705 1597593406787944448 1597581106928586752
## 3751 1597593237102989314 1597593358595424257 1437158332150779909
## 3752 1597593012686983169 1597593308687392771           726856117
## 3753                <NA> 1597593276005089280                <NA>
## 3754                <NA> 1597593233890377729                <NA>
## 3755                <NA> 1597593157171957760                <NA>
## 3756 1597512724057055234 1597593106987114496            14216123
## 3757                <NA> 1597593077216350208                <NA>
## 3758 1597471690472452096 1597593012686983169 1451126520144084993
## 3759                <NA> 1597592963332177920                <NA>
## 3760                <NA> 1597592945737469955                <NA>
## 3761                <NA> 1597592928150589440                <NA>
## 3762                <NA> 1597592856411406337                <NA>
## 3763                <NA> 1597592839528992768                <NA>
## 3764                <NA> 1597592742716411907                <NA>
## 3765                <NA> 1597592708302123008                <NA>
## 3766 1597319538260918272 1597592705542291456 1161880516322353157
## 3767                <NA> 1597592702497206273                <NA>
## 3768                <NA> 1597592684478496768                <NA>
## 3769                <NA> 1597592435504414722                <NA>
## 3770                <NA> 1597592358312415233                <NA>
## 3771                <NA> 1597592297331646464                <NA>
## 3772 1597585658075566086 1597592281787367426 1090264316803088390
## 3773                <NA> 1597592207296712704                <NA>
## 3774                <NA> 1597592184760733696                <NA>
## 3775                <NA> 1597592131153149957                <NA>
## 3776                <NA> 1597592124476002305                <NA>
## 3777 1597588654343749633 1597592100555874306          1045340065
## 3778                <NA> 1597592095937675265                <NA>
## 3779                <NA> 1597592069312331778                <NA>
## 3780                <NA> 1597592023896567810                <NA>
## 3781                <NA> 1597592003617107969                <NA>
## 3782                <NA> 1597591994213466112                <NA>
## 3783                <NA> 1597591989956001794                <NA>
## 3784                <NA> 1597591971572617216                <NA>
## 3785                <NA> 1597591953998168064                <NA>
## 3786 1597524093716566018 1597591931085033472 1377078928913797122
## 3787                <NA> 1597591925531369473                <NA>
## 3788                <NA> 1597591879486476293                <NA>
## 3789                <NA> 1597591706274234371                <NA>
## 3790                <NA> 1597591671348559872                <NA>
## 3791                <NA> 1597591629573271552                <NA>
## 3792                <NA> 1597591601211404288                <NA>
## 3793                <NA> 1597591530650636291                <NA>
## 3794 1597591506000302080 1597591508483309569          1276430462
## 3795                <NA> 1597591474077679617                <NA>
## 3796                <NA> 1597591454276354057                <NA>
## 3797                <NA> 1597591424865914882                <NA>
## 3798                <NA> 1597591399297417219                <NA>
## 3799                <NA> 1597591365021765634                <NA>
## 3800 1597374354966577152 1597591333895798784 1525308794921623552
## 3801                <NA> 1597591298676260865                <NA>
## 3802 1597591096099586049 1597591264245186561 1557113151484739584
## 3803                <NA> 1597591106057048066                <NA>
## 3804                <NA> 1597591047638482946                <NA>
## 3805                <NA> 1597590994337550342                <NA>
## 3806 1597590773528252419 1597590775839293441  784078608105177088
## 3807                <NA> 1597590705844912129                <NA>
## 3808                <NA> 1597590699482189824                <NA>
## 3809                <NA> 1597590693798883330                <NA>
## 3810                <NA> 1597590635732951041                <NA>
## 3811                <NA> 1597590534817984519                <NA>
## 3812 1597588537301692416 1597590530275540993          3362960368
## 3813                <NA> 1597590514618204161                <NA>
## 3814                <NA> 1597590495273836544                <NA>
## 3815 1597547986791596034 1597590486625447941 1453781134114840583
## 3816                <NA> 1597590479465762817                <NA>
## 3817                <NA> 1597590443323056129                <NA>
## 3818                <NA> 1597590428408512515                <NA>
## 3819 1596266041801220096 1597590331859816455 1448475300271173632
## 3820                <NA> 1597590318186393603                <NA>
## 3821                <NA> 1597590310133321728                <NA>
## 3822                <NA> 1597590307360870402                <NA>
## 3823                <NA> 1597590304294592512                <NA>
## 3824                <NA> 1597590293217673217                <NA>
## 3825                <NA> 1597590264524468225                <NA>
## 3826                <NA> 1597590203807694849                <NA>
## 3827                <NA> 1597590074514116609                <NA>
## 3828                <NA> 1597590060911976449                <NA>
## 3829                <NA> 1597590049423433729                <NA>
## 3830                <NA> 1597589972080820224                <NA>
## 3831                <NA> 1597589951776161792                <NA>
## 3832                <NA> 1597589928602660866                <NA>
## 3833 1597589457380990982 1597589863015931904 1236713251800379392
## 3834                <NA> 1597589842728456192                <NA>
## 3835                <NA> 1597589817390665729                <NA>
## 3836                <NA> 1597589813292863489                <NA>
## 3837 1597499813230092288 1597589634451922950 1531567803332952064
## 3838                <NA> 1597589619574702081                <NA>
## 3839                <NA> 1597589608501743616                <NA>
## 3840                <NA> 1597589496857403392                <NA>
## 3841                <NA> 1597589457380990982                <NA>
## 3842 1597585889081061376 1597589452175847427 1422578257728360452
## 3843                <NA> 1597589382596550657                <NA>
## 3844                <NA> 1597589328502423553                <NA>
## 3845 1597588215648915458 1597589325050437634            21251214
## 3846                <NA> 1597589294604259328                <NA>
## 3847                <NA> 1597589218104315905                <NA>
## 3848                <NA> 1597589215747117057                <NA>
## 3849                <NA> 1597589109710934017                <NA>
## 3850                <NA> 1597589055272734720                <NA>
## 3851                <NA> 1597589054035755008                <NA>
## 3852 1597569573695279105 1597588941108281346 1504353024411840515
## 3853                <NA> 1597588919532818432                <NA>
## 3854                <NA> 1597588887979061249                <NA>
## 3855                <NA> 1597588816327483395                <NA>
## 3856                <NA> 1597588815773843458                <NA>
## 3857                <NA> 1597588732663992320                <NA>
## 3858 1596317743866781697 1597588702330769410 1531253895204413441
## 3859 1597572980351328256 1597588699851915266 1272703170427445250
## 3860                <NA> 1597588689827549184                <NA>
## 3861 1597450332564754432 1597588654343749633 1208531661983506434
## 3862                <NA> 1597588420507107328                <NA>
## 3863                <NA> 1597588386105425920                <NA>
## 3864 1595451729985916934 1597588344812503044 1394192656121667586
## 3865                <NA> 1597588333705981957                <NA>
## 3866                <NA> 1597588252097409026                <NA>
## 3867                <NA> 1597588242471473154                <NA>
## 3868                <NA> 1597588228353425409                <NA>
## 3869                <NA> 1597588173198360577                <NA>
## 3870                <NA> 1597588141200011265                <NA>
## 3871                <NA> 1597588128914542593                <NA>
## 3872                <NA> 1597588081284382720                <NA>
## 3873                <NA> 1597588033259405318                <NA>
## 3874                <NA> 1597588030491357186                <NA>
## 3875                <NA> 1597588007900839936                <NA>
## 3876                <NA> 1597587977676677120                <NA>
## 3877 1597587503133102083 1597587928867549186 1507086329779142673
## 3878 1597536021675401216 1597587851201613825          2717537838
## 3879                <NA> 1597587760642412544                <NA>
## 3880                <NA> 1597587756687163393                <NA>
## 3881                <NA> 1597587731961577473                <NA>
## 3882                <NA> 1597587656904298496                <NA>
## 3883 1597528461962514435 1597587641570050050          2259434528
## 3884                <NA> 1597587639837884416                <NA>
## 3885                <NA> 1597587637292134409                <NA>
## 3886                <NA> 1597587528302972929                <NA>
## 3887                <NA> 1597587394907500545                <NA>
## 3888                <NA> 1597587298174267395                <NA>
## 3889                <NA> 1597587189730508800                <NA>
## 3890                <NA> 1597587160521232386                <NA>
## 3891                <NA> 1597587066275385346                <NA>
## 3892                <NA> 1597586967495315457                <NA>
## 3893 1597586807692361730 1597586810280226817 1555975946728927233
## 3894                <NA> 1597586789710954496                <NA>
## 3895                <NA> 1597586741195866112                <NA>
## 3896                <NA> 1597586712502628352                <NA>
## 3897 1597583561305227265 1597586704780886016 1142464335924596737
## 3898                <NA> 1597586697684152320                <NA>
## 3899 1597583910141321216 1597586638175367168 1431128256036499459
## 3900                <NA> 1597586537482711042                <NA>
## 3901                <NA> 1597586532067868672                <NA>
## 3902                <NA> 1597586451566239744                <NA>
## 3903                <NA> 1597586427268792322                <NA>
## 3904                <NA> 1597586381517516800                <NA>
## 3905 1597576982728175616 1597586378157871105 1527753444584525824
## 3906                <NA> 1597586342288019458                <NA>
## 3907                <NA> 1597586225556492288                <NA>
## 3908                <NA> 1597586154081353730                <NA>
## 3909                <NA> 1597586140542173186                <NA>
## 3910                <NA> 1597586093607890944                <NA>
## 3911                <NA> 1597586052122050561                <NA>
## 3912 1597584125040283649 1597586012133560320 1584497220103307264
## 3913                <NA> 1597585989714997248                <NA>
## 3914                <NA> 1597585973549928451                <NA>
## 3915                <NA> 1597585954729996288                <NA>
## 3916                <NA> 1597585882680545280                <NA>
## 3917                <NA> 1597585865861394434                <NA>
## 3918                <NA> 1597585848937373696                <NA>
## 3919                <NA> 1597585833661693959                <NA>
## 3920                <NA> 1597585763205795840                <NA>
## 3921 1597585197960400897 1597585734743068672 1408246279952470018
## 3922                <NA> 1597585686101921793                <NA>
## 3923 1597583192931827712 1597585659090587649           483130112
## 3924                <NA> 1597585649938202624                <NA>
## 3925                <NA> 1597585558238552067                <NA>
## 3926                <NA> 1597585540974809089                <NA>
## 3927                <NA> 1597585428424830978                <NA>
## 3928                <NA> 1597585381327011841                <NA>
## 3929                <NA> 1597585347898138628                <NA>
## 3930 1597585242071928834 1597585322401230851 1290380472053387264
## 3931 1597581983139651585 1597585254625447938 1231950116283547648
## 3932                <NA> 1597585247524339714                <NA>
## 3933                <NA> 1597585211981955072                <NA>
## 3934                <NA> 1597585199973662721                <NA>
## 3935                <NA> 1597585179870052352                <NA>
## 3936                <NA> 1597585121909288960                <NA>
## 3937 1597585049649819648 1597585051990228992 1466358958910627841
## 3938                <NA> 1597585036530044928                <NA>
## 3939                <NA> 1597585025775861761                <NA>
## 3940                <NA> 1597584905722302466                <NA>
## 3941                <NA> 1597584884331315202                <NA>
## 3942                <NA> 1597584836637896706                <NA>
## 3943 1596963226167955457 1597584827150381056          2290395325
## 3944                <NA> 1597584780824313856                <NA>
## 3945                <NA> 1597584762558119936                <NA>
## 3946                <NA> 1597584704722841602                <NA>
## 3947                <NA> 1597584701958807554                <NA>
## 3948                <NA> 1597584657218179073                <NA>
## 3949                <NA> 1597584635047051270                <NA>
## 3950 1597575039330947075 1597584630773092353 1541801620270358534
## 3951 1597584318800748545 1597584612494278656 1537671704541282304
## 3952                <NA> 1597584607406624768                <NA>
## 3953                <NA> 1597584591933800448                <NA>
## 3954                <NA> 1597584520001515521                <NA>
## 3955                <NA> 1597584514901213186                <NA>
## 3956                <NA> 1597584484505092097                <NA>
## 3957                <NA> 1597584385662160896                <NA>
## 3958                <NA> 1597584380788355073                <NA>
## 3959                <NA> 1597584320751095808                <NA>
## 3960 1597575783198752768 1597584301469884418  894421055413960704
## 3961 1597513036092542976 1597584243282305025          3711932657
## 3962                <NA> 1597584220330655744                <NA>
## 3963 1597269901194203136 1597584139208650752           141527741
## 3964                <NA> 1597584127821512706                <NA>
## 3965 1597582853168037890 1597584125040283649 1423402563530104832
## 3966                <NA> 1597584067335442434                <NA>
## 3967 1597581468292812801 1597584059395461123 1376040762639548418
## 3968                <NA> 1597584016542437377                <NA>
## 3969                <NA> 1597583917405863936                <NA>
## 3970 1597581461636681728 1597583910141321216 1529765454432161794
## 3971                <NA> 1597583907142393856                <NA>
## 3972 1597583498885632000 1597583887911485440 1567817373230706688
## 3973                <NA> 1597583871612440576                <NA>
## 3974                <NA> 1597583836816502784                <NA>
## 3975                <NA> 1597583794881470464                <NA>
## 3976                <NA> 1597583788422619136                <NA>
## 3977                <NA> 1597583777932668928                <NA>
## 3978                <NA> 1597583776166838274                <NA>
## 3979                <NA> 1597583689525121027                <NA>
## 3980 1337152460415242241 1597583657753251841 1298372735383605249
## 3981                <NA> 1597583643890761728                <NA>
## 3982                <NA> 1597583643433570304                <NA>
## 3983                <NA> 1597583639021486080                <NA>
## 3984                <NA> 1597583624207237120                <NA>
## 3985                <NA> 1597583575943372804                <NA>
## 3986                <NA> 1597583525175521280                <NA>
## 3987 1597583281674919936 1597583510638055425 1568338018586558464
## 3988 1597582566906888193 1597583498885632000           878629219
## 3989                <NA> 1597583485346009089                <NA>
## 3990 1597580882122244097 1597583465138253824           263428994
## 3991 1597236053446119424 1597583452303679489 1274257740706254848
## 3992                <NA> 1597583399451267072                <NA>
## 3993                <NA> 1597583361245351937                <NA>
## 3994                <NA> 1597583264302370816                <NA>
## 3995                <NA> 1597583217598812160                <NA>
## 3996                <NA> 1597583197881397251                <NA>
## 3997 1597370276387651584 1597583192931827712            47394828
## 3998                <NA> 1597583167011315714                <NA>
## 3999                <NA> 1597583149202280448                <NA>
## 4000                <NA> 1597583147704537088                <NA>
## 4001                <NA> 1597583143284125698                <NA>
## 4002                <NA> 1597583111742976001                <NA>
## 4003                <NA> 1597583031971508224                <NA>
## 4004                <NA> 1597582965714083856                <NA>
## 4005                <NA> 1597582949339529216                <NA>
## 4006                <NA> 1597582929311449088                <NA>
## 4007                <NA> 1597582923926233090                <NA>
## 4008                <NA> 1597582887377063937                <NA>
## 4009                <NA> 1597582857803026432                <NA>
## 4010 1597581942752673792 1597582853168037890 1423402563530104832
## 4011                <NA> 1597582812823314434                <NA>
## 4012                <NA> 1597582804707348480                <NA>
## 4013                <NA> 1597582786634084352                <NA>
## 4014                <NA> 1597582748428161024                <NA>
## 4015                <NA> 1597582742723899392                <NA>
## 4016                <NA> 1597582723627249665                <NA>
## 4017                <NA> 1597582702697680898                <NA>
## 4018                <NA> 1597582575450849281                <NA>
## 4019                <NA> 1597582558644293632                <NA>
## 4020                <NA> 1597582533319065600                <NA>
## 4021                <NA> 1597582456223584257                <NA>
## 4022 1597579377499262976 1597582403769626626          2593057014
## 4023                <NA> 1597582289499717632                <NA>
## 4024 1597383594372128768 1597582267622522881 1349149096909668363
## 4025                <NA> 1597582243177848834                <NA>
## 4026                <NA> 1597582238862172160                <NA>
## 4027                <NA> 1597582213675364352                <NA>
## 4028                <NA> 1597582196210282499                <NA>
## 4029                <NA> 1597582196080271361                <NA>
## 4030 1597579146615730176 1597582185737129987          1153234998
## 4031                <NA> 1597582182570393603                <NA>
## 4032                <NA> 1597582167831609344                <NA>
## 4033                <NA> 1597582159203950593                <NA>
## 4034                <NA> 1597582030241673220                <NA>
## 4035 1597534806803329029 1597581998432063488  998376060507996161
## 4036                <NA> 1597581972335136770                <NA>
## 4037                <NA> 1597581948394024961                <NA>
## 4038                <NA> 1597581884535746560                <NA>
## 4039 1597383593176825865 1597581870266712065 1349149096909668363
## 4040 1597533792729976834 1597581787295023104  998376060507996161
## 4041 1597468511471013888 1597581784329646081 1397098167536136195
## 4042                <NA> 1597581769837985792                <NA>
## 4043                <NA> 1597581769230127104                <NA>
## 4044 1597383590282682369 1597581734966865920 1349149096909668363
## 4045                <NA> 1597581724246245377                <NA>
## 4046                <NA> 1597581712720265222                <NA>
## 4047                <NA> 1597581673054744576                <NA>
## 4048                <NA> 1597581658378883073                <NA>
## 4049                <NA> 1597581613843742723                <NA>
## 4050                <NA> 1597581557044232192                <NA>
## 4051                <NA> 1597581490434756610                <NA>
## 4052                <NA> 1597581477532737536                <NA>
## 4053 1597502040883621888 1597581461636681728 1520711170071482370
## 4054                <NA> 1597581391335915520                <NA>
## 4055                <NA> 1597581386353094656                <NA>
## 4056                <NA> 1597581382007803905                <NA>
## 4057                <NA> 1597581345139851266                <NA>
## 4058                <NA> 1597581341507616769                <NA>
## 4059 1597580395364569089 1597581332565045248          2601390110
## 4060                <NA> 1597581310243241991                <NA>
## 4061                <NA> 1597581298142711808                <NA>
## 4062                <NA> 1597581296192360448                <NA>
## 4063                <NA> 1597581285543010307                <NA>
## 4064                <NA> 1597581196598411265                <NA>
## 4065                <NA> 1597581169906053120                <NA>
## 4066                <NA> 1597581139119833090                <NA>
## 4067                <NA> 1597581120748544002                <NA>
## 4068                <NA> 1597581075454504961                <NA>
## 4069 1597578861558255616 1597581001311809537 1571550937151324160
## 4070                <NA> 1597580912937816064                <NA>
## 4071 1597580189210660865 1597580891886583810 1539940514199265280
## 4072                <NA> 1597580862195138560                <NA>
## 4073                <NA> 1597580787754627073                <NA>
## 4074                <NA> 1597580786190151680                <NA>
## 4075 1597433754636931075 1597580708041887752          2807038692
## 4076                <NA> 1597580682267889666                <NA>
## 4077                <NA> 1597580680414003200                <NA>
## 4078                <NA> 1597580647232831489                <NA>
## 4079                <NA> 1597580646305607680                <NA>
## 4080 1597468511471013888 1597580617956626433 1397098167536136195
## 4081                <NA> 1597580601607217154                <NA>
## 4082 1597579699131408384 1597580561690021888           319992775
## 4083 1597580480324710400 1597580487245336579            21744554
## 4084 1597542671601774592 1597580300225482759 1414932721588076547
## 4085                <NA> 1597580296412889088                <NA>
## 4086                <NA> 1597580284958248963                <NA>
## 4087 1597580008671023104 1597580279253958659 1413542392213483528
## 4088                <NA> 1597580212732043266                <NA>
## 4089                <NA> 1597580189743345666                <NA>
## 4090                <NA> 1597580182730465281                <NA>
## 4091 1597578803001249793 1597580166460571651 1104869616600342528
## 4092                <NA> 1597580137431961600                <NA>
## 4093 1597519788196388864 1597579990060929024          2497818388
## 4094 1597577815876308998 1597579911220592640          3136077938
## 4095                <NA> 1597579896431456256                <NA>
## 4096 1597579879033102337 1597579880656670721 1547546169257381888
## 4097                <NA> 1597579874725933058                <NA>
## 4098                <NA> 1597579863405142017                <NA>
## 4099                <NA> 1597579798960050178                <NA>
## 4100 1597519788196388864 1597579778647031808          2497818388
## 4101                <NA> 1597579761961746432                <NA>
## 4102                <NA> 1597579696786780161                <NA>
## 4103                <NA> 1597579643015823360                <NA>
## 4104                <NA> 1597579640348241920                <NA>
## 4105                <NA> 1597579616214220802                <NA>
## 4106                <NA> 1597579586472402944                <NA>
## 4107                <NA> 1597579584148746240                <NA>
## 4108 1597557359874043912 1597579549667381249  802474615050215424
## 4109                <NA> 1597579491831865344                <NA>
## 4110                <NA> 1597579483762286592                <NA>
## 4111 1597577825766498304 1597579421845970948 1392660863635451906
## 4112 1597578648705331206 1597579377499262976          2593057014
## 4113                <NA> 1597579366107860992                <NA>
## 4114                <NA> 1597579282410536961                <NA>
## 4115                <NA> 1597579271383691265                <NA>
## 4116                <NA> 1597579248499310592                <NA>
## 4117                <NA> 1597579240400211970                <NA>
## 4118                <NA> 1597579231651041280                <NA>
## 4119                <NA> 1597579221638950913                <NA>
## 4120 1597577119990939648 1597579146615730176          1321129129
## 4121                <NA> 1597579142387884032                <NA>
## 4122                <NA> 1597579086679113729                <NA>
## 4123                <NA> 1597579071156023297                <NA>
## 4124                <NA> 1597579021008900096                <NA>
## 4125                <NA> 1597579003162165249                <NA>
## 4126                <NA> 1597578991061598208                <NA>
## 4127                <NA> 1597578987005366273                <NA>
## 4128 1597578205594284032 1597578952544903168            19312185
## 4129                <NA> 1597578950917562368                <NA>
## 4130 1597572980351328256 1597578922136600576 1272703170427445250
## 4131                <NA> 1597578918650732544                <NA>
## 4132                <NA> 1597578893082660864                <NA>
## 4133                <NA> 1597578888263389189                <NA>
## 4134                <NA> 1597578788384264192                <NA>
## 4135                <NA> 1597578743366569984                <NA>
## 4136                <NA> 1597578700094062592                <NA>
## 4137                <NA> 1597578698928320512                <NA>
## 4138                <NA> 1597578676912394246                <NA>
## 4139                <NA> 1597578654225436672                <NA>
## 4140                <NA> 1597578653034242048                <NA>
## 4141                <NA> 1597578617625710593                <NA>
## 4142                <NA> 1597578601926647809                <NA>
## 4143                <NA> 1597578588433227776                <NA>
## 4144 1597559720034045952 1597578586596134913 1117169658191282178
## 4145                <NA> 1597578558175858688                <NA>
## 4146                <NA> 1597578521995771905                <NA>
## 4147                <NA> 1597578462818193409                <NA>
## 4148                <NA> 1597578454505254915                <NA>
## 4149                <NA> 1597578443482632194                <NA>
## 4150                <NA> 1597578406568554496                <NA>
## 4151                <NA> 1597578385990950912                <NA>
## 4152                <NA> 1597578369448955907                <NA>
## 4153 1597576669216198656 1597578345738379265 1460623115382366210
## 4154                <NA> 1597578326230847492                <NA>
## 4155                <NA> 1597578311387209728                <NA>
## 4156                <NA> 1597578299126927361                <NA>
## 4157                <NA> 1597578279145598976                <NA>
## 4158 1597576246191607812 1597578258672889856          2593057014
## 4159                <NA> 1597578153005678593                <NA>
## 4160 1597568658980888576 1597578130373353472 1472488939470528512
## 4161                <NA> 1597578099629047808                <NA>
## 4162                <NA> 1597578060672663552                <NA>
## 4163 1595177415000588288 1597578010726891522 1054006596450353158
## 4164                <NA> 1597577947921383424                <NA>
## 4165 1597477974630371328 1597577918217359361 1581670914667601920
## 4166                <NA> 1597577876815384576                <NA>
## 4167                <NA> 1597577858217480192                <NA>
## 4168                <NA> 1597577789120864257                <NA>
## 4169                <NA> 1597577711471726594                <NA>
## 4170                <NA> 1597577642446049282                <NA>
## 4171 1597410724657397760 1597577592239947776           634006196
## 4172                <NA> 1597577566080335872                <NA>
## 4173 1597554671496724480 1597577557398126592  782634019015929856
## 4174                <NA> 1597577467728134145                <NA>
## 4175                <NA> 1597577378817273856                <NA>
## 4176                <NA> 1597577350916370432                <NA>
## 4177                <NA> 1597577349234839552                <NA>
## 4178                <NA> 1597577326619152385                <NA>
## 4179                <NA> 1597577320621133826                <NA>
## 4180                <NA> 1597577309032419328                <NA>
## 4181                <NA> 1597577306427777024                <NA>
## 4182                <NA> 1597577249079066624                <NA>
## 4183                <NA> 1597577213846487040                <NA>
## 4184                <NA> 1597577173673463808                <NA>
## 4185 1597575198005678080 1597577119990939648          1153234998
## 4186                <NA> 1597577096855179265                <NA>
## 4187                <NA> 1597577072666628096                <NA>
## 4188                <NA> 1597576940914778112                <NA>
## 4189 1597285033244778496 1597576940797722630            28910724
## 4190                <NA> 1597576935936516096                <NA>
## 4191                <NA> 1597576932975333376                <NA>
## 4192                <NA> 1597576919075418112                <NA>
## 4193                <NA> 1597576869217533953                <NA>
## 4194                <NA> 1597576849156362240                <NA>
## 4195                <NA> 1597576818957365249                <NA>
## 4196                <NA> 1597576809423732738                <NA>
## 4197                <NA> 1597576801202896899                <NA>
## 4198                <NA> 1597576771318476801                <NA>
## 4199                <NA> 1597576746127482881                <NA>
## 4200                <NA> 1597576698190786560                <NA>
## 4201                <NA> 1597576674626998272                <NA>
## 4202                <NA> 1597576634961649664                <NA>
## 4203                <NA> 1597576621531488257                <NA>
## 4204                <NA> 1597576597489553410                <NA>
## 4205                <NA> 1597576556263936001                <NA>
## 4206                <NA> 1597576516342267905                <NA>
## 4207                <NA> 1597576467084447744                <NA>
## 4208                <NA> 1597576387162173441                <NA>
## 4209                <NA> 1597576339103821825                <NA>
## 4210                <NA> 1597576276180865024                <NA>
## 4211                <NA> 1597576274360369152                <NA>
## 4212                <NA> 1597576272388964355                <NA>
## 4213                <NA> 1597576267192274945                <NA>
## 4214 1597576252990554113 1597576255108702208  976483110115250176
## 4215                <NA> 1597576252990554113                <NA>
## 4216                <NA> 1597576252839186432                <NA>
## 4217                <NA> 1597576233876799489                <NA>
## 4218                <NA> 1597576209181077504                <NA>
## 4219 1597575478193586176 1597576137416527872 1182885412378836993
## 4220                <NA> 1597576126800744448                <NA>
## 4221 1597566431226630145 1597576126448435203 1582649371299958784
## 4222                <NA> 1597576088619782144                <NA>
## 4223 1597569173529407488 1597576088305434624  847594675036991488
## 4224                <NA> 1597576023767666688                <NA>
## 4225                <NA> 1597576013344608263                <NA>
## 4226                <NA> 1597576003190415360                <NA>
## 4227                <NA> 1597575999646236673                <NA>
## 4228                <NA> 1597575917525680128                <NA>
## 4229                <NA> 1597575866703577092                <NA>
## 4230                <NA> 1597575838761119744                <NA>
## 4231 1597575341270503425 1597575815465926656          1153234998
## 4232 1597574846090973184 1597575797719826435 1315646481563607042
## 4233                <NA> 1597575786642702336                <NA>
## 4234                <NA> 1597575705419599874                <NA>
## 4235 1597559917560229888 1597575699938054145 1585183958358269954
## 4236                <NA> 1597575667482337280                <NA>
## 4237                <NA> 1597575653125025792                <NA>
## 4238                <NA> 1597575584686649344                <NA>
## 4239 1597575220763639808 1597575541934415875 1248889220581576704
## 4240                <NA> 1597575478193586176                <NA>
## 4241                <NA> 1597575469368741889                <NA>
## 4242                <NA> 1597575455028424704                <NA>
## 4243                <NA> 1597575402909618176                <NA>
## 4244                <NA> 1597575343346327557                <NA>
## 4245 1597183335989927936 1597575341270503425            37637826
## 4246                <NA> 1597575331342209024                <NA>
## 4247                <NA> 1597575323297927169                <NA>
## 4248 1597572283807432709 1597575290376847367          1153234998
## 4249 1247181902622216197 1597575273033220096 1035085050772185090
## 4250                <NA> 1597575272202747906                <NA>
## 4251                <NA> 1597575256662999040                <NA>
## 4252 1597545088019705857 1597575198005678080          1321129129
## 4253                <NA> 1597575187356344320                <NA>
## 4254                <NA> 1597575183187202051                <NA>
## 4255                <NA> 1597575084008701954                <NA>
## 4256                <NA> 1597575050177437696                <NA>
## 4257                <NA> 1597574929360203776                <NA>
## 4258                <NA> 1597574907679817728                <NA>
## 4259                <NA> 1597574875396599808                <NA>
## 4260                <NA> 1597574800976662528                <NA>
## 4261 1597445292575821825 1597574794773680128 1192483464680853504
## 4262                <NA> 1597574787852734464                <NA>
## 4263                <NA> 1597574741162098688                <NA>
## 4264                <NA> 1597574634223718401                <NA>
## 4265                <NA> 1597574566905229312                <NA>
## 4266                <NA> 1597574544155643906                <NA>
## 4267                <NA> 1597574538191319041                <NA>
## 4268                <NA> 1597574483245924354                <NA>
## 4269 1597563874235981824 1597574482390093824          1000196540
## 4270 1597574470746927104 1597574474005909504 1110217914408271873
## 4271                <NA> 1597574461901123584                <NA>
## 4272 1597531717518393344 1597574434826903554          3081360142
## 4273                <NA> 1597574419370889217                <NA>
## 4274                <NA> 1597574388320468992                <NA>
## 4275 1597527422370385921 1597574296922378241 1370080218153680905
## 4276                <NA> 1597574251833602048                <NA>
## 4277                <NA> 1597574236742504453                <NA>
## 4278 1597570830694744066 1597574211035615233  730537941605486592
## 4279                <NA> 1597574180593364993                <NA>
## 4280                <NA> 1597574142144180224                <NA>
## 4281                <NA> 1597574011277676545                <NA>
## 4282 1597465586703151106 1597573890334928898          3197339419
## 4283                <NA> 1597573881522696192                <NA>
## 4284                <NA> 1597573874837000192                <NA>
## 4285                <NA> 1597573785104023553                <NA>
## 4286                <NA> 1597573740149100544                <NA>
## 4287                <NA> 1597573667520905216                <NA>
## 4288 1597571711775297536 1597573660088451072          1041735164
## 4289                <NA> 1597573655386804224                <NA>
## 4290                <NA> 1597573627565969408                <NA>
## 4291                <NA> 1597573573736296448                <NA>
## 4292 1597516056054366209 1597573545332469760           178008705
## 4293 1597355346443767808 1597573498054082562 1565593857416626176
## 4294                <NA> 1597573415623602177                <NA>
## 4295                <NA> 1597573352927158278                <NA>
## 4296                <NA> 1597573317812432900                <NA>
## 4297                <NA> 1597573294055907328                <NA>
## 4298                <NA> 1597573293674237953                <NA>
## 4299                <NA> 1597573227479707648                <NA>
## 4300                <NA> 1597573193514246145                <NA>
## 4301                <NA> 1597573142637068289                <NA>
## 4302                <NA> 1597573141391634435                <NA>
## 4303                <NA> 1597573124911931397                <NA>
## 4304                <NA> 1597573032947879936                <NA>
## 4305                <NA> 1597573006645399554                <NA>
## 4306                <NA> 1597572847568056322                <NA>
## 4307                <NA> 1597572838973923328                <NA>
## 4308                <NA> 1597572720828772353                <NA>
## 4309                <NA> 1597572683101003778                <NA>
## 4310                <NA> 1597572640771899393                <NA>
## 4311                <NA> 1597572632613822465                <NA>
## 4312                <NA> 1597572585109102593                <NA>
## 4313                <NA> 1597572573511839744                <NA>
## 4314                <NA> 1597572569971888129                <NA>
## 4315                <NA> 1597572568571326465                <NA>
## 4316                <NA> 1597572559347720192                <NA>
## 4317                <NA> 1597572523017003010                <NA>
## 4318 1597349282457477120 1597572508592529409 1363808370369695749
## 4319                <NA> 1597572439516778496                <NA>
## 4320                <NA> 1597572380620394498                <NA>
## 4321 1596599158437208066 1597572375268438017  945042314346553344
## 4322 1597325114806136832 1597572283807432709 1264068254911344643
## 4323                <NA> 1597572236768346112                <NA>
## 4324                <NA> 1597572154799030273                <NA>
## 4325 1597571405981552640 1597572090013437953 1154634289960501249
## 4326                <NA> 1597572026398826496                <NA>
## 4327 1597053172346163200 1597572015669792770            44095512
## 4328 1597571342152630272 1597571962317901824  827395348704288768
## 4329                <NA> 1597571924359786497                <NA>
## 4330 1597568102962974721 1597571862456070144  909375762561683457
## 4331                <NA> 1597571842084335616                <NA>
## 4332                <NA> 1597571816054493184                <NA>
## 4333                <NA> 1597571796739366913                <NA>
## 4334 1597410635813654529 1597571791597469697 1186887174462926848
## 4335 1597530672632983555 1597571784098058240  985631891238858754
## 4336                <NA> 1597571779337539585                <NA>
## 4337                <NA> 1597571651990073344                <NA>
## 4338                <NA> 1597571644683583488                <NA>
## 4339                <NA> 1597571507840221184                <NA>
## 4340 1597388630640631809 1597571295923011584 1180441662637649920
## 4341                <NA> 1597571287718981632                <NA>
## 4342                <NA> 1597571282421575681                <NA>
## 4343                <NA> 1597571243007684609                <NA>
## 4344                <NA> 1597571229409775616                <NA>
## 4345                <NA> 1597571222283644928                <NA>
## 4346 1597388546125361152 1597571216403226624 1180441662637649920
## 4347                <NA> 1597571186820788226                <NA>
## 4348                <NA> 1597571134912094211                <NA>
## 4349                <NA> 1597571081086214144                <NA>
## 4350                <NA> 1597571028129296385                <NA>
## 4351 1597493179091410946 1597571022672531456 1434384149427548162
## 4352                <NA> 1597570959502110722                <NA>
## 4353                <NA> 1597570943073017859                <NA>
## 4354 1597469013830905858 1597570934709551106 1500493339828834310
## 4355                <NA> 1597570921887416320                <NA>
## 4356 1597570096712540160 1597570868426989568          3170718867
## 4357 1597555565642731521 1597570863301365761 1395709091922644997
## 4358 1597565898227081216 1597570762441101314 1219035299180961795
## 4359                <NA> 1597570740362293249                <NA>
## 4360                <NA> 1597570736981434368                <NA>
## 4361 1597561089612742656 1597570695852331009 1409482807542378502
## 4362 1597566627633303553 1597570623324459009          1599920780
## 4363                <NA> 1597570608011046912                <NA>
## 4364 1597563848978235395 1597570598800351235           338973015
## 4365                <NA> 1597570542466629633                <NA>
## 4366                <NA> 1597570521398669314                <NA>
## 4367 1597553029732978689 1597570505401593858  927587629171970048
## 4368                <NA> 1597570481254645760                <NA>
## 4369                <NA> 1597570395498237952                <NA>
## 4370 1597517972569878528 1597570369723973633 1255893167314022401
## 4371                <NA> 1597570234751528961                <NA>
## 4372                <NA> 1597570168347299841                <NA>
## 4373                <NA> 1597570112588242944                <NA>
## 4374                <NA> 1597570095647449089                <NA>
## 4375                <NA> 1597570095022161920                <NA>
## 4376                <NA> 1597570078215917570                <NA>
## 4377                <NA> 1597570056476446720                <NA>
## 4378                <NA> 1597570048834834433                <NA>
## 4379                <NA> 1597570042312654848                <NA>
## 4380                <NA> 1597570010658279424                <NA>
## 4381 1597559018960322560 1597569994162057218          3151183279
## 4382                <NA> 1597569943390031872                <NA>
## 4383                <NA> 1597569937098563584                <NA>
## 4384                <NA> 1597569928332132352                <NA>
## 4385                <NA> 1597569861844340736                <NA>
## 4386                <NA> 1597569861709971458                <NA>
## 4387                <NA> 1597569828315103232                <NA>
## 4388                <NA> 1597569798334205952                <NA>
## 4389                <NA> 1597569611888984064                <NA>
## 4390                <NA> 1597569570960969728                <NA>
## 4391                <NA> 1597569556608077824                <NA>
## 4392                <NA> 1597569475762851841                <NA>
## 4393                <NA> 1597569420305784833                <NA>
## 4394                <NA> 1597569417486880769                <NA>
## 4395                <NA> 1597569404967211008                <NA>
## 4396                <NA> 1597569394716311552                <NA>
## 4397                <NA> 1597569388340981762                <NA>
## 4398                <NA> 1597569381697204225                <NA>
## 4399                <NA> 1597569311509708803                <NA>
## 4400                <NA> 1597569272053911552                <NA>
## 4401                <NA> 1597569218081607683                <NA>
## 4402                <NA> 1597569173529407488                <NA>
## 4403                <NA> 1597569151736111107                <NA>
## 4404                <NA> 1597569100397830145                <NA>
## 4405 1597562990764888064 1597569099374419968 1458446084309725193
## 4406                <NA> 1597569082882068483                <NA>
## 4407                <NA> 1597569052796338176                <NA>
## 4408                <NA> 1597569010820091905                <NA>
## 4409                <NA> 1597568977395281920                <NA>
## 4410                <NA> 1597568961344049153                <NA>
## 4411 1597479855842467841 1597568919534850049 1055499410308845568
## 4412                <NA> 1597568911540903936                <NA>
## 4413                <NA> 1597568903634243584                <NA>
## 4414                <NA> 1597568859049193477                <NA>
## 4415                <NA> 1597568828099407872                <NA>
## 4416                <NA> 1597568731546554368                <NA>
## 4417                <NA> 1597568728006549505                <NA>
## 4418                <NA> 1597568723820326912                <NA>
## 4419                <NA> 1597568705289822208                <NA>
## 4420                <NA> 1597568703645700096                <NA>
## 4421                <NA> 1597568651980259328                <NA>
## 4422                <NA> 1597568645118726144                <NA>
## 4423                <NA> 1597568630304419843                <NA>
## 4424                <NA> 1597568624348524550                <NA>
## 4425                <NA> 1597568600680042497                <NA>
## 4426                <NA> 1597568564890066945                <NA>
## 4427 1597559659015327745 1597568521919397888 1490939801817817094
## 4428                <NA> 1597568423487471618                <NA>
## 4429                <NA> 1597568383612248069                <NA>
## 4430                <NA> 1597568192377159680                <NA>
## 4431                <NA> 1597568067684343808                <NA>
## 4432                <NA> 1597568030308847622                <NA>
## 4433                <NA> 1597568018820628480                <NA>
## 4434                <NA> 1597567949946392578                <NA>
## 4435                <NA> 1597567943227080705                <NA>
## 4436 1597549836877762561 1597567888948629504          1347583633
## 4437                <NA> 1597567879859539968                <NA>
## 4438 1597566451996856320 1597567868325228545 1409341598228533254
## 4439 1597563368759791618 1597567827744915456 1505544802208817158
## 4440                <NA> 1597567793813069824                <NA>
## 4441                <NA> 1597567783273127938                <NA>
## 4442                <NA> 1597567603756527616                <NA>
## 4443                <NA> 1597567495598002176                <NA>
## 4444                <NA> 1597567466456383493                <NA>
## 4445                <NA> 1597567408646287360                <NA>
## 4446                <NA> 1597567394251407360                <NA>
## 4447                <NA> 1597567287112110080                <NA>
## 4448                <NA> 1597567264630669312                <NA>
## 4449                <NA> 1597567235383758848                <NA>
## 4450                <NA> 1597567150054871042                <NA>
## 4451                <NA> 1597567035780702208                <NA>
## 4452 1597566429129506817 1597567032689852416 1382999605227446274
## 4453                <NA> 1597566944882102273                <NA>
## 4454                <NA> 1597566898103025664                <NA>
## 4455                <NA> 1597566675322560513                <NA>
## 4456                <NA> 1597566619613790208                <NA>
## 4457                <NA> 1597566578245058561                <NA>
## 4458 1597555994737119232 1597566516240994311 1477728559091310593
## 4459                <NA> 1597566460838412291                <NA>
## 4460                <NA> 1597566442408321024                <NA>
## 4461                <NA> 1597566419168002048                <NA>
## 4462                <NA> 1597566359168512000                <NA>
## 4463                <NA> 1597566332786348033                <NA>
## 4464                <NA> 1597566325735686146                <NA>
## 4465                <NA> 1597566318664118278                <NA>
## 4466                <NA> 1597566288041496576                <NA>
## 4467                <NA> 1597566213877825536                <NA>
## 4468                <NA> 1597566196609478656                <NA>
## 4469                <NA> 1597566151168753665                <NA>
## 4470                <NA> 1597566112367267841                <NA>
## 4471 1597515586799828993 1597566046101458944 1336272519385387009
## 4472                <NA> 1597566007241248768                <NA>
## 4473                <NA> 1597565993043525633                <NA>
## 4474                <NA> 1597565972726296577                <NA>
## 4475 1597553521788059653 1597565957970722816 1312479165757579264
## 4476 1597488225547087872 1597565950177734656 1521172398359277568
## 4477                <NA> 1597565945857605633                <NA>
## 4478                <NA> 1597565934658809856                <NA>
## 4479                <NA> 1597565921119604737                <NA>
## 4480 1597529941549404160 1597565915440492545 1441118910439251975
## 4481                <NA> 1597565900949188609                <NA>
## 4482                <NA> 1597565692127346688                <NA>
## 4483                <NA> 1597565687853375490                <NA>
## 4484                <NA> 1597565666256568320                <NA>
## 4485                <NA> 1597565660535541760                <NA>
## 4486                <NA> 1597565647382548485                <NA>
## 4487                <NA> 1597565631519674368                <NA>
## 4488                <NA> 1597565584119517190                <NA>
## 4489                <NA> 1597565545708421121                <NA>
## 4490                <NA> 1597565428980908032                <NA>
## 4491                <NA> 1597565368805232641                <NA>
## 4492                <NA> 1597565354787618816                <NA>
## 4493                <NA> 1597565349767307265                <NA>
## 4494                <NA> 1597565229608599553                <NA>
## 4495                <NA> 1597565186503606272                <NA>
## 4496 1597565004374425600 1597565176941019136 1504277329396129802
## 4497 1597518156440166400 1597565148860149760 1508355646017650688
## 4498                <NA> 1597565040252825600                <NA>
## 4499                <NA> 1597564997076660225                <NA>
## 4500                <NA> 1597564941380517890                <NA>
## 4501                <NA> 1597564869397467136                <NA>
## 4502                <NA> 1597564843791421440                <NA>
## 4503                <NA> 1597564794156253185                <NA>
## 4504                <NA> 1597564649842814976                <NA>
## 4505                <NA> 1597564632302227457                <NA>
## 4506 1597563537597272064 1597564523535564805 1520033818086096896
## 4507                <NA> 1597564514735906816                <NA>
## 4508                <NA> 1597564494959751169                <NA>
## 4509                <NA> 1597564332883296256                <NA>
## 4510                <NA> 1597564273504714752                <NA>
## 4511                <NA> 1597564239530819584                <NA>
## 4512                <NA> 1597564149554634752                <NA>
## 4513                <NA> 1597564120450338819                <NA>
## 4514                <NA> 1597564097045794816                <NA>
## 4515                <NA> 1597564093439053824                <NA>
## 4516                <NA> 1597563937502810112                <NA>
## 4517                <NA> 1597563886001336320                <NA>
## 4518 1597216629968228352 1597563875574317056           618387275
## 4519                <NA> 1597563818187841536                <NA>
## 4520                <NA> 1597563809585311744                <NA>
## 4521                <NA> 1597563792912973826                <NA>
## 4522                <NA> 1597563778832674816                <NA>
## 4523                <NA> 1597563770771238914                <NA>
## 4524                <NA> 1597563739318149121                <NA>
## 4525                <NA> 1597563732112338944                <NA>
## 4526                <NA> 1597563729142374400                <NA>
## 4527                <NA> 1597563659622158336                <NA>
## 4528                <NA> 1597563653326528512                <NA>
## 4529                <NA> 1597563537597272064                <NA>
## 4530                <NA> 1597563440662712322                <NA>
## 4531                <NA> 1597563420286615552                <NA>
## 4532 1597499760675803136 1597563405769969664 1241532713791717376
## 4533                <NA> 1597563392453410816                <NA>
## 4534                <NA> 1597563372500705280                <NA>
## 4535                <NA> 1597563347595321345                <NA>
## 4536 1597268477211217920 1597563270290108417 1342000910759821313
## 4537                <NA> 1597563227587588096                <NA>
## 4538                <NA> 1597563222835748864                <NA>
## 4539                <NA> 1597563213503401987                <NA>
## 4540                <NA> 1597563031801671680                <NA>
## 4541                <NA> 1597563019139354624                <NA>
## 4542                <NA> 1597563011262074880                <NA>
## 4543                <NA> 1597562972695846913                <NA>
## 4544                <NA> 1597562967260041217                <NA>
## 4545                <NA> 1597562921378541575                <NA>
## 4546                <NA> 1597562891565400064                <NA>
## 4547                <NA> 1597562867779506178                <NA>
## 4548                <NA> 1597562865984352258                <NA>
## 4549                <NA> 1597562865032232968                <NA>
## 4550                <NA> 1597562685885124608                <NA>
## 4551                <NA> 1597562614384500736                <NA>
## 4552                <NA> 1597562611637571586                <NA>
## 4553                <NA> 1597562554058158081                <NA>
## 4554                <NA> 1597562541332320257                <NA>
## 4555                <NA> 1597562467265445892                <NA>
## 4556                <NA> 1597562310222282753                <NA>
## 4557                <NA> 1597562303372988417                <NA>
## 4558                <NA> 1597562269466251264                <NA>
## 4559                <NA> 1597562183314862080                <NA>
## 4560 1597558146155040769 1597562158707265538 1264918347042480128
## 4561                <NA> 1597562100427423747                <NA>
## 4562 1597559659015327745 1597562020161007617 1490939801817817094
## 4563                <NA> 1597562013298794496                <NA>
## 4564                <NA> 1597561918218436609                <NA>
## 4565 1597463085090209792 1597561697711304704 1448359424486043649
## 4566                <NA> 1597561636902080512                <NA>
## 4567                <NA> 1597561636407091201                <NA>
## 4568 1597561596070760448 1597561599455563776  900411222515994625
## 4569                <NA> 1597561489145368578                <NA>
## 4570                <NA> 1597561476600172544                <NA>
## 4571                <NA> 1597561448380743682                <NA>
## 4572                <NA> 1597561447902547968                <NA>
## 4573                <NA> 1597561429757857793                <NA>
## 4574                <NA> 1597561416143470595                <NA>
## 4575 1597483178314600449 1597561412418961408 1263340826169663492
## 4576                <NA> 1597561342445375489                <NA>
## 4577                <NA> 1597561150341791744                <NA>
## 4578 1597556832545169408 1597561038685483010 1305190605945937921
## 4579                <NA> 1597561020502999040                <NA>
## 4580                <NA> 1597561011669995522                <NA>
## 4581                <NA> 1597560980959277058                <NA>
## 4582                <NA> 1597560796078542850                <NA>
## 4583 1597559659015327745 1597560711978549253 1490939801817817094
## 4584                <NA> 1597560661919559681                <NA>
## 4585                <NA> 1597560518490828800                <NA>
## 4586                <NA> 1597560488455700480                <NA>
## 4587                <NA> 1597560398680838144                <NA>
## 4588                <NA> 1597560382847000576                <NA>
## 4589                <NA> 1597560309870649344                <NA>
## 4590                <NA> 1597560291751235585                <NA>
## 4591                <NA> 1597560241905840130                <NA>
## 4592                <NA> 1597560213275807745                <NA>
## 4593                <NA> 1597560150818029568                <NA>
## 4594                <NA> 1597560137577033729                <NA>
## 4595                <NA> 1597560111870128128                <NA>
## 4596                <NA> 1597560049127522304                <NA>
## 4597 1597419806076329984 1597559936405278720  920057435427102721
## 4598                <NA> 1597559896199028737                <NA>
## 4599 1597559659015327745 1597559865148604416 1490939801817817094
## 4600                <NA> 1597559759502467072                <NA>
## 4601                <NA> 1597559748374990848                <NA>
## 4602                <NA> 1597559688417390593                <NA>
## 4603                <NA> 1597559617982124033                <NA>
## 4604 1597519642553376768 1597559599111892992 1372322038451347457
## 4605                <NA> 1597559533341401088                <NA>
## 4606                <NA> 1597559490974388225                <NA>
## 4607                <NA> 1597559486512009216                <NA>
## 4608 1597557095515455489 1597559385231761408 1230880859894550530
## 4609                <NA> 1597559364922986496                <NA>
## 4610                <NA> 1597559024211595266                <NA>
## 4611                <NA> 1597558921350479877                <NA>
## 4612                <NA> 1597558806006976513                <NA>
## 4613                <NA> 1597558805537193985                <NA>
## 4614                <NA> 1597558800726511616                <NA>
## 4615                <NA> 1597558779020988418                <NA>
## 4616                <NA> 1597558755646111744                <NA>
## 4617                <NA> 1597558747735371777                <NA>
## 4618                <NA> 1597558739045081089                <NA>
## 4619 1597428549085863936 1597558735291166720           619322196
## 4620                <NA> 1597558678378672129                <NA>
## 4621                <NA> 1597558652163891200                <NA>
## 4622                <NA> 1597558603594235905                <NA>
## 4623                <NA> 1597558563614101504                <NA>
## 4624                <NA> 1597558523948601344                <NA>
## 4625                <NA> 1597558493292396545                <NA>
## 4626                <NA> 1597558449080258561                <NA>
## 4627                <NA> 1597558427550908416                <NA>
## 4628 1597558200861351938 1597558400845774851 1533681732683149314
## 4629                <NA> 1597558395346640898                <NA>
## 4630                <NA> 1597558318759043072                <NA>
## 4631                <NA> 1597558227964551168                <NA>
## 4632                <NA> 1597558209904250880                <NA>
## 4633                <NA> 1597558207844560896                <NA>
## 4634                <NA> 1597558200861351938                <NA>
## 4635                <NA> 1597558133479833601                <NA>
## 4636                <NA> 1597558105000542208                <NA>
## 4637                <NA> 1597558095873740803                <NA>
## 4638                <NA> 1597558077871788033                <NA>
## 4639                <NA> 1597558061497192448                <NA>
## 4640 1597373129151885314 1597558052294885379  991509181109817344
## 4641                <NA> 1597558024280735744                <NA>
## 4642                <NA> 1597558020996993031                <NA>
## 4643                <NA> 1597557966697529346                <NA>
## 4644                <NA> 1597557927707316225                <NA>
## 4645                <NA> 1597557926691938307                <NA>
## 4646                <NA> 1597557804575133696                <NA>
## 4647                <NA> 1597557767438766080                <NA>
## 4648 1597298845305962496 1597557745506725890 1556834632808677376
## 4649                <NA> 1597557728595292161                <NA>
## 4650 1597532176396218369 1597557703836307456           112212512
## 4651                <NA> 1597557637935435776                <NA>
## 4652                <NA> 1597557587540856832                <NA>
## 4653 1597487079369625600 1597557448403202049 1520932623417106435
## 4654                <NA> 1597557443437170688                <NA>
## 4655                <NA> 1597557395978301440                <NA>
## 4656                <NA> 1597557364642967552                <NA>
## 4657                <NA> 1597557346238345219                <NA>
## 4658                <NA> 1597557304286941184                <NA>
## 4659                <NA> 1597557160380051456                <NA>
## 4660                <NA> 1597557156949393408                <NA>
## 4661 1597552880109903873 1597557095515455489 1389351302921138177
## 4662                <NA> 1597556998396350465                <NA>
## 4663 1597180977150717955 1597556996508569601 1098881129057112064
## 4664                <NA> 1597556969228730370                <NA>
## 4665                <NA> 1597556959074734083                <NA>
## 4666                <NA> 1597556939386679296                <NA>
## 4667                <NA> 1597556787917754369                <NA>
## 4668                <NA> 1597556736524947456                <NA>
## 4669                <NA> 1597556734658502656                <NA>
## 4670                <NA> 1597556717025316864                <NA>
## 4671 1597446244280201216 1597556666622677002           211481584
## 4672                <NA> 1597556653003780097                <NA>
## 4673                <NA> 1597556642186264576                <NA>
## 4674                <NA> 1597556641171664897                <NA>
## 4675                <NA> 1597556584414339073                <NA>
## 4676                <NA> 1597556569058979841                <NA>
## 4677                <NA> 1597556524645486592                <NA>
## 4678                <NA> 1597556434689880065                <NA>
## 4679                <NA> 1597556382362107904                <NA>
## 4680                <NA> 1597556303400165376                <NA>
## 4681                <NA> 1597556260161085440                <NA>
## 4682                <NA> 1597556244629590019                <NA>
## 4683                <NA> 1597556229592993794                <NA>
## 4684 1597555951967797253 1597556194155323393            93384319
## 4685                <NA> 1597556158029795328                <NA>
## 4686                <NA> 1597556117017874432                <NA>
## 4687                <NA> 1597556068959543297                <NA>
## 4688 1597550661323075586 1597555945110138881          3372798641
## 4689                <NA> 1597555883248320513                <NA>
## 4690                <NA> 1597555877539909632                <NA>
## 4691 1597553560346324993 1597555864269094913 1396443790475288584
## 4692 1597554719047688194 1597555708048084994            22419487
## 4693                <NA> 1597555705678278656                <NA>
## 4694                <NA> 1597555673919029249                <NA>
## 4695                <NA> 1597555671041703936                <NA>
## 4696                <NA> 1597555597292863488                <NA>
## 4697                <NA> 1597555594449539072                <NA>
## 4698                <NA> 1597555563445223424                <NA>
## 4699                <NA> 1597555509774934017                <NA>
## 4700 1597537654425681921 1597555428119846913 1480098632468623360
## 4701                <NA> 1597555374177259520                <NA>
## 4702                <NA> 1597555344372531201                <NA>
## 4703 1597538998695911425 1597555294510649344 1449810156112515077
## 4704                <NA> 1597555288315678720                <NA>
## 4705                <NA> 1597555247467331584                <NA>
## 4706                <NA> 1597555146543706115                <NA>
## 4707                <NA> 1597555073525362688                <NA>
## 4708                <NA> 1597555015866257410                <NA>
## 4709                <NA> 1597554952502927361                <NA>
## 4710                <NA> 1597554936715567104                <NA>
## 4711 1597450969637273600 1597554900476784640          1604958750
## 4712                <NA> 1597554746713251841                <NA>
## 4713                <NA> 1597554712488054784                <NA>
## 4714 1597554377698340864 1597554702920876032 1144572147765059584
## 4715 1597554632124878849 1597554647807725568          3805394294
## 4716 1597553521788059653 1597554636382035968 1312479165757579264
## 4717 1597553020732334085 1597554632124878849          3805394294
## 4718 1597553719939190784 1597554611313086465 1533681732683149314
## 4719                <NA> 1597554582498209792                <NA>
## 4720                <NA> 1597554573589479424                <NA>
## 4721                <NA> 1597554502072430592                <NA>
## 4722                <NA> 1597554469251997696                <NA>
## 4723                <NA> 1597554430517604352                <NA>
## 4724                <NA> 1597554348758011904                <NA>
## 4725 1597332622656434176 1597554321616302081 1388161888954068995
## 4726                <NA> 1597554301215596545                <NA>
## 4727                <NA> 1597554295968534528                <NA>
## 4728                <NA> 1597554269653041154                <NA>
## 4729                <NA> 1597554218822381568                <NA>
## 4730                <NA> 1597554028426457089                <NA>
## 4731                <NA> 1597553962843897856                <NA>
## 4732                <NA> 1597553932674686976                <NA>
## 4733                <NA> 1597553843927060482                <NA>
## 4734                <NA> 1597553803536240640                <NA>
## 4735 1597504104682885121 1597553754898763777 1263708854296047617
## 4736 1597552932085694464 1597553752487383040 1156445630304325632
## 4737                <NA> 1597553720417718272                <NA>
## 4738 1597553648837439488 1597553719939190784 1533681732683149314
## 4739                <NA> 1597553660590194689                <NA>
## 4740 1597553587856736256 1597553648837439488 1533681732683149314
## 4741 1597553515509211136 1597553587856736256 1533681732683149314
## 4742                <NA> 1597553583704064000                <NA>
## 4743                <NA> 1597553561361346560                <NA>
## 4744 1597504807681785857 1597553547734024194          1934388686
## 4745                <NA> 1597553533267496961                <NA>
## 4746 1597553432147083264 1597553515509211136 1533681732683149314
## 4747                <NA> 1597553453819396098                <NA>
## 4748 1597552924703436800 1597553432147083264 1533681732683149314
## 4749                <NA> 1597553418649755648                <NA>
## 4750                <NA> 1597553384206503942                <NA>
## 4751                <NA> 1597553380297441283                <NA>
## 4752                <NA> 1597553363264339973                <NA>
## 4753                <NA> 1597553336873816065                <NA>
## 4754                <NA> 1597553321174528000                <NA>
## 4755 1597552250553241600 1597553299439648769 1344609354347995140
## 4756                <NA> 1597553264073273345                <NA>
## 4757                <NA> 1597553261493772295                <NA>
## 4758                <NA> 1597553251976900609                <NA>
## 4759                <NA> 1597553229264715776                <NA>
## 4760                <NA> 1597553184280809473                <NA>
## 4761                <NA> 1597553130455339008                <NA>
## 4762                <NA> 1597553076323643392                <NA>
## 4763                <NA> 1597553029732978689                <NA>
## 4764                <NA> 1597553029494231040                <NA>
## 4765                <NA> 1597553028646973445                <NA>
## 4766                <NA> 1597552952704585731                <NA>
## 4767                <NA> 1597552927664902148                <NA>
## 4768 1597552784261672960 1597552924703436800 1533681732683149314
## 4769                <NA> 1597552895079370752                <NA>
## 4770                <NA> 1597552883683115008                <NA>
## 4771                <NA> 1597552879845658624                <NA>
## 4772                <NA> 1597552824791240704                <NA>
## 4773 1597552733770616832 1597552784261672960 1533681732683149314
## 4774                <NA> 1597552699989688321                <NA>
## 4775                <NA> 1597552679383097344                <NA>
## 4776                <NA> 1597552670427840512                <NA>
## 4777                <NA> 1597552670310793216                <NA>
## 4778                <NA> 1597552628333834240                <NA>
## 4779                <NA> 1597552615776452608                <NA>
## 4780                <NA> 1597552523803758592                <NA>
## 4781 1597551812974120961 1597552453238812672           118210122
## 4782                <NA> 1597552427766808579                <NA>
## 4783                <NA> 1597552372787486720                <NA>
## 4784                <NA> 1597552350289596418                <NA>
## 4785                <NA> 1597552258270392322                <NA>
## 4786                <NA> 1597552156210786304                <NA>
## 4787                <NA> 1597552075759816705                <NA>
## 4788                <NA> 1597552031023366144                <NA>
## 4789                <NA> 1597552017169604613                <NA>
## 4790 1597407936363761665 1597552014489026560 1564277306641698817
## 4791                <NA> 1597552006688026625                <NA>
## 4792                <NA> 1597551990304710657                <NA>
## 4793                <NA> 1597551936676724740                <NA>
## 4794                <NA> 1597551901813657601                <NA>
## 4795                <NA> 1597551863226040327                <NA>
## 4796                <NA> 1597551724587192320                <NA>
## 4797                <NA> 1597551692870225920                <NA>
## 4798                <NA> 1597551689128546304                <NA>
## 4799                <NA> 1597551642484027392                <NA>
## 4800                <NA> 1597551605649313792                <NA>
## 4801                <NA> 1597551595213901825                <NA>
## 4802                <NA> 1597551550289018881                <NA>
## 4803                <NA> 1597551500909490176                <NA>
## 4804                <NA> 1597551492340150272                <NA>
## 4805                <NA> 1597551489945579524                <NA>
## 4806                <NA> 1597551402230112257                <NA>
## 4807                <NA> 1597551330180370435                <NA>
## 4808                <NA> 1597551328393580546                <NA>
## 4809                <NA> 1597551303831363585                <NA>
## 4810                <NA> 1597551288270852096                <NA>
## 4811                <NA> 1597551282499489795                <NA>
## 4812 1597266301264666624 1597551266590519297 1277667183737200641
## 4813                <NA> 1597551236387319808                <NA>
## 4814                <NA> 1597551233946226689                <NA>
## 4815                <NA> 1597551113087033347                <NA>
## 4816                <NA> 1597551110046494720                <NA>
## 4817                <NA> 1597551089460465664                <NA>
## 4818                <NA> 1597551077968445441                <NA>
## 4819                <NA> 1597551015695618048                <NA>
## 4820                <NA> 1597550965804392449                <NA>
## 4821 1597550530364321792 1597550875421315072          1583281154
## 4822                <NA> 1597550845134241794                <NA>
## 4823                <NA> 1597550827882758145                <NA>
## 4824                <NA> 1597550588035620864                <NA>
## 4825 1597284215175143424 1597550544272621568          1941392220
## 4826                <NA> 1597550379390341126                <NA>
## 4827                <NA> 1597550342975393792                <NA>
## 4828                <NA> 1597550252219064322                <NA>
## 4829                <NA> 1597550182522322945                <NA>
## 4830 1597533688597716992 1597550163572170753  831903566088507393
## 4831                <NA> 1597550074720325632                <NA>
## 4832 1597416642656337921 1597549992558096385          1081553131
## 4833                <NA> 1597549980410990592                <NA>
## 4834                <NA> 1597549875033673728              759251
## 4835                <NA> 1597549767105515520                <NA>
## 4836                <NA> 1597549742267170818                <NA>
## 4837                <NA> 1597549727591329792                <NA>
## 4838                <NA> 1597549665360424960                <NA>
## 4839                <NA> 1597549657915523074                <NA>
## 4840                <NA> 1597549649518530560                <NA>
## 4841                <NA> 1597549615766990848                <NA>
## 4842                <NA> 1597549581772165120                <NA>
## 4843                <NA> 1597549375462707200                <NA>
## 4844                <NA> 1597549232415989760                <NA>
## 4845                <NA> 1597549139029475328                <NA>
## 4846 1597548709621157888 1597549119920558080  751003307343216640
## 4847                <NA> 1597549089520250880                <NA>
## 4848                <NA> 1597549052220276737                <NA>
## 4849                <NA> 1597549038051946496                <NA>
## 4850                <NA> 1597548997648191493                <NA>
## 4851 1597523786798026754 1597548968694919201 1137789968087171073
## 4852                <NA> 1597548961887551488                <NA>
## 4853 1597503610367070208 1597548878345093120 1032359757091405825
## 4854                <NA> 1597548844879077377                <NA>
## 4855                <NA> 1597548739996319745                <NA>
## 4856 1597360552501596160 1597548712792059905 1390152769508548610
## 4857                <NA> 1597548665610305536                <NA>
## 4858                <NA> 1597548623491125250                <NA>
## 4859                <NA> 1597548583942660096                <NA>
## 4860                <NA> 1597548568117551104                <NA>
## 4861                <NA> 1597548556709400577                <NA>
## 4862                <NA> 1597548545233805313                <NA>
## 4863                <NA> 1597548404129030144                <NA>
## 4864                <NA> 1597548391596462081                <NA>
## 4865                <NA> 1597548285975461890                <NA>
## 4866                <NA> 1597548253628624896                <NA>
## 4867                <NA> 1597548155456741377                <NA>
## 4868                <NA> 1597548149312466946                <NA>
## 4869                <NA> 1597548145709572096                <NA>
## 4870                <NA> 1597548129267552256                <NA>
## 4871                <NA> 1597548085940408320                <NA>
## 4872                <NA> 1597548083680018435                <NA>
## 4873                <NA> 1597548075954102272                <NA>
## 4874                <NA> 1597548062259699713                <NA>
## 4875                <NA> 1597548041611149315                <NA>
## 4876                <NA> 1597548017057398785                <NA>
## 4877 1597544412984508416 1597548011663806464 1467129131150487553
## 4878                <NA> 1597547994827706368                <NA>
## 4879                <NA> 1597547991203778560                <NA>
## 4880 1597547545844404224 1597547988506660864 1539216453005889536
## 4881                <NA> 1597547967149674496                <NA>
## 4882                <NA> 1597547920806490112                <NA>
## 4883                <NA> 1597547902875811841                <NA>
## 4884                <NA> 1597547899004473344                <NA>
## 4885                <NA> 1597547864237871104                <NA>
## 4886 1597547419633594368 1597547855400484864 1393755835717750790
## 4887                <NA> 1597547842188775427                <NA>
## 4888                <NA> 1597547773515399170                <NA>
## 4889                <NA> 1597547730360238080                <NA>
## 4890                <NA> 1597547684277399553                <NA>
## 4891                <NA> 1597547669924511744                <NA>
## 4892                <NA> 1597547613100085251                <NA>
## 4893                <NA> 1597547587216625667                <NA>
## 4894 1597447638835941376 1597547574189518849 1184012880032751617
## 4895                <NA> 1597547521747800064                <NA>
## 4896                <NA> 1597547478252806145                <NA>
## 4897                <NA> 1597547375203323904                <NA>
## 4898                <NA> 1597547275689291779                <NA>
## 4899                <NA> 1597547267896258562                <NA>
## 4900                <NA> 1597547263022219265                <NA>
## 4901                <NA> 1597547252612206593                <NA>
## 4902                <NA> 1597547198614745088                <NA>
## 4903 1597422773114060801 1597547193254449152          2205726792
## 4904                <NA> 1597547064904527872                <NA>
## 4905                <NA> 1597546987515412481                <NA>
## 4906                <NA> 1597546981466861569                <NA>
## 4907                <NA> 1597546968171286530                <NA>
## 4908                <NA> 1597546892078247939                <NA>
## 4909                <NA> 1597546853616140288                <NA>
## 4910                <NA> 1597546777791848449                <NA>
## 4911                <NA> 1597546772486053888                <NA>
## 4912                <NA> 1597546727753777152                <NA>
## 4913                <NA> 1597546727565070336                <NA>
## 4914                <NA> 1597546545590972418                <NA>
## 4915                <NA> 1597546542772424706                <NA>
## 4916                <NA> 1597546501005508610                <NA>
## 4917                <NA> 1597546491517710336                <NA>
## 4918                <NA> 1597546430943535104                <NA>
## 4919                <NA> 1597546422576242689                <NA>
## 4920 1597546379726839809 1597546382289960961 1590314925444014081
## 4921                <NA> 1597546341202558976                <NA>
## 4922                <NA> 1597546333501812738                <NA>
## 4923                <NA> 1597546267512487936                <NA>
## 4924                <NA> 1597546220373041154                <NA>
## 4925                <NA> 1597546095437312001                <NA>
## 4926                <NA> 1597546086629265408                <NA>
## 4927 1597537359947390976 1597546069130289153 1532327186715545600
## 4928 1597545946845675521 1597545952331452416 1305761485218549762
## 4929 1597545940679766022 1597545946845675521 1305761485218549762
## 4930                <NA> 1597545940679766022                <NA>
## 4931                <NA> 1597545912397893632                <NA>
## 4932                <NA> 1597545895687380993                <NA>
## 4933                <NA> 1597545893787357184                <NA>
## 4934                <NA> 1597545860216156160                <NA>
## 4935 1597544492818911233 1597545735398260736 1429899516434534403
## 4936 1597433056209821696 1597545734135746560 1419331654200397825
## 4937                <NA> 1597545681908301824                <NA>
## 4938                <NA> 1597545639524847619                <NA>
## 4939                <NA> 1597545622919614467                <NA>
## 4940                <NA> 1597545594729377794                <NA>
## 4941                <NA> 1597545558029533185                <NA>
## 4942                <NA> 1597545445446012928                <NA>
## 4943                <NA> 1597545404765442049                <NA>
## 4944                <NA> 1597545384187830272                <NA>
## 4945                <NA> 1597545373970870272                <NA>
## 4946                <NA> 1597545277535051776                <NA>
## 4947 1597537067084369925 1597545256194830337 1099971893317124097
## 4948                <NA> 1597545185126543360                <NA>
## 4949                <NA> 1597545169230114816                <NA>
## 4950 1597544499085205504 1597545136296452099 1262831886117658625
## 4951                <NA> 1597545131305238528                <NA>
## 4952                <NA> 1597545097117466629                <NA>
## 4953 1597509632590639104 1597544993203388416            19969329
## 4954                <NA> 1597544982621351936                <NA>
## 4955                <NA> 1597544908709318656                <NA>
## 4956                <NA> 1597544835048579072                <NA>
## 4957                <NA> 1597544810608750593                <NA>
## 4958                <NA> 1597544769185775616                <NA>
## 4959 1596555640968724483 1597544645747089408          3300594994
## 4960                <NA> 1597544601057103872                <NA>
## 4961                <NA> 1597544574050013184                <NA>
## 4962 1597415798506946560 1597544466772283392  757837581358764032
## 4963                <NA> 1597544462598606848                <NA>
## 4964 1597528394383884288 1597544454772166656 1366461709267918867
## 4965                <NA> 1597544448963252225                <NA>
## 4966                <NA> 1597544436497797120                <NA>
## 4967 1595750145022648321 1597544402142253056            21744554
## 4968                <NA> 1597544398564347906                <NA>
## 4969                <NA> 1597544374602465280                <NA>
## 4970                <NA> 1597544371116994561                <NA>
## 4971                <NA> 1597544344214700033                <NA>
## 4972                <NA> 1597544309410369536                <NA>
## 4973                <NA> 1597544304805044227                <NA>
## 4974                <NA> 1597544224559628288                <NA>
## 4975 1597543706294251520 1597544222701518849           123560362
## 4976                <NA> 1597544135220953088                <NA>
## 4977                <NA> 1597544000051085312                <NA>
## 4978                <NA> 1597543925404688384                <NA>
## 4979                <NA> 1597543888331296769                <NA>
## 4980                <NA> 1597543788817584128                <NA>
## 4981 1597543726536359942 1597543727555170304 1535174239350771712
## 4982                <NA> 1597543648073502720                <NA>
## 4983                <NA> 1597543627198455808                <NA>
## 4984                <NA> 1597543622735720450 1024525554395963392
## 4985                <NA> 1597543497900654593                <NA>
## 4986                <NA> 1597543463205015553                <NA>
## 4987                <NA> 1597543426245165057                <NA>
## 4988                <NA> 1597543382972510209                <NA>
## 4989                <NA> 1597543345810976768                <NA>
## 4990                <NA> 1597543258833719296                <NA>
## 4991 1597383887709405184 1597543253414662145 1399466325760692232
## 4992                <NA> 1597543073483206657                <NA>
## 4993                <NA> 1597543051022721024                <NA>
## 4994 1582497788243619840 1597542865806163970            26192851
## 4995                <NA> 1597542784105598977                <NA>
## 4996                <NA> 1597542777218162690                <NA>
## 4997 1597529843117494277 1597542671601774592 1401474822824022024
## 4998 1597249806074015745 1597542665671053314 1478086531394977793
## 4999                <NA> 1597542577497989121                <NA>
## 5000                <NA> 1597542575040507907                <NA>
## 5001                <NA> 1597542439912624128                <NA>
## 5002                <NA> 1597542386925568000                <NA>
## 5003                <NA> 1597542201978126337                <NA>
## 5004                <NA> 1597542113209503744                <NA>
## 5005                <NA> 1597542108511862784                <NA>
## 5006                <NA> 1597542077495414784            52360480
## 5007                <NA> 1597542053948592129                <NA>
## 5008                <NA> 1597542053608837120                <NA>
## 5009                <NA> 1597542050245017600                <NA>
## 5010                <NA> 1597542007026565121                <NA>
## 5011 1597541619854499840 1597541820086353920 1464559760246665216
## 5012 1597541303059087360 1597541748867182592 1476396475496247297
## 5013                <NA> 1597541746589995009                <NA>
## 5014                <NA> 1597541701618630656                <NA>
## 5015                <NA> 1597541312978296832                <NA>
## 5016                <NA> 1597541312953470976                <NA>
## 5017 1597540752866783233 1597541303059087360 1292163221164417024
## 5018                <NA> 1597541301884686338                <NA>
## 5019                <NA> 1597541120485228544                <NA>
## 5020                <NA> 1597541078198280193                <NA>
## 5021                <NA> 1597540965358907392                <NA>
## 5022                <NA> 1597540949403774977                <NA>
## 5023                <NA> 1597540903085780992                <NA>
## 5024 1597465833806364672 1597540890222161923           264611415
## 5025                <NA> 1597540861201764352                <NA>
## 5026                <NA> 1597540812300374017                <NA>
## 5027                <NA> 1597540779798712321                <NA>
## 5028                <NA> 1597540723926392832                <NA>
## 5029 1597539115809243143 1597540638043828224 1404697545595445251
## 5030                <NA> 1597540628535345152                <NA>
## 5031                <NA> 1597540625024716801                <NA>
## 5032                <NA> 1597540598189559810                <NA>
## 5033                <NA> 1597540563808530432                <NA>
## 5034                <NA> 1597540542912811008                <NA>
## 5035                <NA> 1597540476126912518                <NA>
## 5036                <NA> 1597540451531526145                <NA>
## 5037                <NA> 1597540428512837634                <NA>
## 5038                <NA> 1597540420002930688                <NA>
## 5039 1597539481766461440 1597540250934743041 1267013329341448194
## 5040                <NA> 1597540246475808768                <NA>
## 5041                <NA> 1597540175324016641                <NA>
## 5042                <NA> 1597540150724395009                <NA>
## 5043                <NA> 1597540110341664768                <NA>
## 5044                <NA> 1597540069199339520                <NA>
## 5045                <NA> 1597540054444158976                <NA>
## 5046 1597539952518393856 1597539957425725441  793035919091785728
## 5047                <NA> 1597539952518393856                <NA>
## 5048 1597523338905419778 1597539943001509890 1533427735481024513
## 5049                <NA> 1597539909665198080                <NA>
## 5050                <NA> 1597539894645112832                <NA>
## 5051 1597504146978271232 1597539771534168064 1594922236661665792
## 5052                <NA> 1597539729590743040                <NA>
## 5053                <NA> 1597539701199900673                <NA>
## 5054 1597352249608441856 1597539642056019968            73631033
## 5055 1597539627443056640 1597539633432514560 1277949876366503936
## 5056 1597537986706800641 1597539611156582406 1505674116019404801
## 5057 1597530651305345024 1597539481766461440  962991260234522624
## 5058                <NA> 1597539437793026049                <NA>
## 5059                <NA> 1597539372869771269                <NA>
## 5060                <NA> 1597539343152865281                <NA>
## 5061                <NA> 1597539231022579712                <NA>
## 5062 1597488225547087872 1597539167420178432 1521172398359277568
## 5063                <NA> 1597539082753933313                <NA>
## 5064                <NA> 1597539039166353408                <NA>
## 5065                <NA> 1597539026042781697                <NA>
## 5066                <NA> 1597538976440913921                <NA>
## 5067 1597512329260064768 1597538936854716416 1421849386967916546
## 5068                <NA> 1597538847860346881                <NA>
## 5069                <NA> 1597538810841006080                <NA>
## 5070                <NA> 1597538802985480194                <NA>
## 5071                <NA> 1597538747440312320                <NA>
## 5072                <NA> 1597538617051996162                <NA>
## 5073                <NA> 1597538612316606469                <NA>
## 5074                <NA> 1597538569916387329                <NA>
## 5075                <NA> 1597538566728716290                <NA>
## 5076 1597538238314721280 1597538503738658816 1545382656384401415
## 5077                <NA> 1597538480468262912                <NA>
## 5078                <NA> 1597538375866920962                <NA>
## 5079                <NA> 1597538340407910400                <NA>
## 5080                <NA> 1597538337623248898                <NA>
## 5081                <NA> 1597538262394208257                <NA>
## 5082                <NA> 1597538069153927168                <NA>
## 5083                <NA> 1597538033326166016                <NA>
## 5084                <NA> 1597538004494876672                <NA>
## 5085                <NA> 1597537933824643072                <NA>
## 5086                <NA> 1597537923829624833                <NA>
## 5087                <NA> 1597537873376735233                <NA>
## 5088 1597535190523740160 1597537864853909504 1356262416896688129
## 5089                <NA> 1597537830552469504                <NA>
## 5090                <NA> 1597537726349611014                <NA>
## 5091                <NA> 1597537670808227841                <NA>
## 5092 1597536915175387137 1597537633223454721          2962172813
## 5093                <NA> 1597537500163186688                <NA>
## 5094 1597498546185388032 1597537415953977344 1549599264795394048
## 5095                <NA> 1597537412376190976                <NA>
## 5096                <NA> 1597537390260019200                <NA>
## 5097 1597534472328867840 1597537359947390976 1514493212982870019
## 5098                <NA> 1597537221581877248                <NA>
## 5099                <NA> 1597537211779809281                <NA>
## 5100                <NA> 1597537077205139458                <NA>
## 5101                <NA> 1597537043554312192                <NA>
## 5102                <NA> 1597536861643476992                <NA>
## 5103                <NA> 1597536829104091137                <NA>
## 5104                <NA> 1597536792952987648                <NA>
## 5105                <NA> 1597536777702879233                <NA>
## 5106                <NA> 1597536711059251200                <NA>
## 5107                <NA> 1597536710107152384                <NA>
## 5108                <NA> 1597536708530098178                <NA>
## 5109                <NA> 1597536661751357441                <NA>
## 5110 1597536340102373376 1597536646454386689  719753525442580480
## 5111                <NA> 1597536394419003392                <NA>
## 5112                <NA> 1597536383501238273                <NA>
## 5113                <NA> 1597536371404869633                <NA>
## 5114                <NA> 1597536349879676928                <NA>
## 5115                <NA> 1597536320657981445                <NA>
## 5116                <NA> 1597536287648780288                <NA>
## 5117                <NA> 1597536277846405120                <NA>
## 5118                <NA> 1597536235681361923                <NA>
## 5119 1597535631273754625 1597536225987993602 1597496961384710145
## 5120 1597536207411769344 1597536209848655874           382112202
## 5121 1597532341538541568 1597536103468503041  933983703667064834
## 5122                <NA> 1597536083704950789                <NA>
## 5123 1597279953833578496 1597536038297432064          1082197856
## 5124                <NA> 1597535930658992129                <NA>
## 5125                <NA> 1597535895057747969                <NA>
## 5126                <NA> 1597535868449062912                <NA>
## 5127                <NA> 1597535850145153026                <NA>
## 5128                <NA> 1597535806104965121                <NA>
## 5129                <NA> 1597535766829494272                <NA>
## 5130                <NA> 1597535720381378560                <NA>
## 5131                <NA> 1597535561564450817                <NA>
## 5132                <NA> 1597535464957018112                <NA>
## 5133 1597502179488956417 1597535464382025733          3728063834
## 5134                <NA> 1597535438537117696                <NA>
## 5135                <NA> 1597535318902640640                <NA>
## 5136                <NA> 1597535316742901760                <NA>
## 5137                <NA> 1597535311235813376                <NA>
## 5138                <NA> 1597535308546908160                <NA>
## 5139 1597531838150762499 1597535238473011200 1548234344572956672
## 5140 1597534097907195904 1597535221402030080 1092051169340522496
## 5141                <NA> 1597535220609486849                <NA>
## 5142                <NA> 1597535199470161920                <NA>
## 5143                <NA> 1597535195896643584                <NA>
## 5144                <NA> 1597535183523450880                <NA>
## 5145                <NA> 1597535160240844800                <NA>
## 5146 1597534791259201536 1597535156255924224 1566987095788625923
## 5147                <NA> 1597535142633181185                <NA>
## 5148                <NA> 1597535056725438465                <NA>
## 5149                <NA> 1597534919642976257                <NA>
## 5150                <NA> 1597534906145701889                <NA>
## 5151                <NA> 1597534851053539329                <NA>
## 5152                <NA> 1597534829775814658                <NA>
## 5153 1597533792729976834 1597534806803329029  998376060507996161
## 5154                <NA> 1597534741791911936                <NA>
## 5155 1597534670782332929 1597534735823437824 1128043445233311745
## 5156                <NA> 1597534721386246145                <NA>
## 5157                <NA> 1597534651882479617                <NA>
## 5158                <NA> 1597534649881792514                <NA>
## 5159                <NA> 1597534605024059395                <NA>
## 5160                <NA> 1597534360517111809                <NA>
## 5161 1597427756169834497 1597534312458752001 1410275884670595076
## 5162                <NA> 1597534285380321280                <NA>
## 5163                <NA> 1597534204392542210                <NA>
## 5164                <NA> 1597534153829801984                <NA>
## 5165                <NA> 1597534143189221376                <NA>
## 5166                <NA> 1597534062239182849                <NA>
## 5167                <NA> 1597534048595120128                <NA>
## 5168                <NA> 1597533976029466624                <NA>
## 5169                <NA> 1597533970513952768                <NA>
## 5170                <NA> 1597533942634393602                <NA>
## 5171                <NA> 1597533917737021440                <NA>
## 5172                <NA> 1597533908878622720                <NA>
## 5173 1597533434456330240 1597533871155089409  719753525442580480
## 5174                <NA> 1597533552714731522                <NA>
## 5175                <NA> 1597533495278338049                <NA>
## 5176                <NA> 1597533459077111811                <NA>
## 5177                <NA> 1597533443654529025                <NA>
## 5178                <NA> 1597533431151616001                <NA>
## 5179                <NA> 1597533429067059203                <NA>
## 5180                <NA> 1597533427766792193                <NA>
## 5181                <NA> 1597533411643904001                <NA>
## 5182                <NA> 1597533390227800064                <NA>
## 5183 1597533077294952449 1597533369898012678          1458974772
## 5184                <NA> 1597533294890926083                <NA>
## 5185                <NA> 1597533256303677440                <NA>
## 5186                <NA> 1597533238083604481                <NA>
## 5187                <NA> 1597533215891558400                <NA>
## 5188                <NA> 1597533212468989953                <NA>
## 5189                <NA> 1597533157196464128                <NA>
## 5190 1597511383465496579 1597533077294952449           217511703
## 5191                <NA> 1597533064216780800                <NA>
## 5192                <NA> 1597533054297288704                <NA>
## 5193                <NA> 1597533033720344577                <NA>
## 5194                <NA> 1597533015101804549                <NA>
## 5195                <NA> 1597532989915017216                <NA>
## 5196                <NA> 1597532976484868096                <NA>
## 5197                <NA> 1597532860444966912                <NA>
## 5198                <NA> 1597532858331324416                <NA>
## 5199                <NA> 1597532845752619008                <NA>
## 5200                <NA> 1597532845568065536                <NA>
## 5201                <NA> 1597532783072931840                <NA>
## 5202                <NA> 1597532778274643968                <NA>
## 5203                <NA> 1597532770993328130            54820880
## 5204                <NA> 1597532762952855557                <NA>
## 5205                <NA> 1597532732946812929                <NA>
## 5206 1597532164253712384 1597532732849942529 1104314924296220674
## 5207                <NA> 1597532694602469376                <NA>
## 5208                <NA> 1597532674260078592                <NA>
## 5209                <NA> 1597532616898793472                <NA>
## 5210                <NA> 1597532558790914049                <NA>
## 5211                <NA> 1597532507297435648                <NA>
## 5212                <NA> 1597532502180392962                <NA>
## 5213                <NA> 1597532476435333120                <NA>
## 5214                <NA> 1597532429807673345                <NA>
## 5215                <NA> 1597532391991808000                <NA>
## 5216 1597532218276315136 1597532369065775105  719753525442580480
## 5217                <NA> 1597532349348335617                <NA>
## 5218                <NA> 1597532331224739840                <NA>
## 5219                <NA> 1597532274450640896                <NA>
## 5220                <NA> 1597532221816340480                <NA>
## 5221 1597493724959092737 1597532162336575490          3308542993
## 5222 1597495734865375232 1597532122650402817 1541650496687316992
## 5223                <NA> 1597532089335021569                <NA>
## 5224 1597139919826464773 1597532030304415744  837193864893116420
## 5225                <NA> 1597531934619742209                <NA>
## 5226                <NA> 1597531904496259073                <NA>
## 5227 1597529854446297088 1597531797709271040  952900521001500672
## 5228                <NA> 1597531762661683201                <NA>
## 5229                <NA> 1597531689022291969                <NA>
## 5230                <NA> 1597531663591874561                <NA>
## 5231 1597531095566024704 1597531655480446976 1104314924296220674
## 5232                <NA> 1597531652213080064                <NA>
## 5233                <NA> 1597531639663718400                <NA>
## 5234                <NA> 1597531616473403392                <NA>
## 5235                <NA> 1597531600463724545                <NA>
## 5236                <NA> 1597531582172209152                <NA>
## 5237                <NA> 1597531567009710080                <NA>
## 5238                <NA> 1597531552438956034                <NA>
## 5239 1597420629598568448 1597531548051734529 1577289126553985024
## 5240                <NA> 1597531503470133248                <NA>
## 5241                <NA> 1597531451230425089                <NA>
## 5242                <NA> 1597531397404909569                <NA>
## 5243                <NA> 1597531377054121984                <NA>
## 5244                <NA> 1597531362202124289                <NA>
## 5245                <NA> 1597531254919819264                <NA>
## 5246                <NA> 1597531250570723329                <NA>
## 5247 1597530175066951680 1597531196879429632 1278678380158705665
## 5248                <NA> 1597531195856023552                <NA>
## 5249                <NA> 1597531169637429248                <NA>
## 5250                <NA> 1597531159680155649                <NA>
## 5251                <NA> 1597531097633476610                <NA>
## 5252                <NA> 1597531070681214978                <NA>
## 5253                <NA> 1597531061327695876                <NA>
## 5254                <NA> 1597531046085824512                <NA>
## 5255                <NA> 1597531034954104833                <NA>
## 5256 1597392624465629184 1597530981082464256          1016958342
## 5257                <NA> 1597530977869651969                <NA>
## 5258                <NA> 1597530960203071489                <NA>
## 5259 1597519414899142656 1597530927693201408          3061003998
## 5260                <NA> 1597530908672024576                <NA>
## 5261                <NA> 1597530902887907328                <NA>
## 5262                <NA> 1597530887167807490                <NA>
## 5263                <NA> 1597530817479069696                <NA>
## 5264                <NA> 1597530817055424512                <NA>
## 5265                <NA> 1597530812328677378                <NA>
## 5266                <NA> 1597530810038554625                <NA>
## 5267                <NA> 1597530751180111872                <NA>
## 5268 1597529386294513666 1597530687065952257 1557261409578205185
## 5269 1597530130372390912 1597530651305345024 1267013329341448194
## 5270                <NA> 1597530641394176001                <NA>
## 5271                <NA> 1597530616358047744                <NA>
## 5272                <NA> 1597530608129179653                <NA>
## 5273 1597515827321847808 1597530581612761088 1182339769914855430
## 5274                <NA> 1597530545139126272                <NA>
## 5275                <NA> 1597530501291442176                <NA>
## 5276 1597528520091373569 1597530498355855360 1503662575044767745
## 5277 1597530149087752192 1597530491435249665 1491481796076359680
## 5278                <NA> 1597530439345897476                <NA>
## 5279                <NA> 1597530410577432576                <NA>
## 5280                <NA> 1597530403849777157                <NA>
## 5281                <NA> 1597530379166322690                <NA>
## 5282                <NA> 1597530365610307584                <NA>
## 5283                <NA> 1597530331355443206                <NA>
## 5284 1597526338629689345 1597530321272344576          1079198552
## 5285 1597364372980264960 1597530321029074944           132330084
## 5286                <NA> 1597530318155939840                <NA>
## 5287                <NA> 1597530301596516352                <NA>
## 5288                <NA> 1597530283086991360                <NA>
## 5289                <NA> 1597530227571580928                <NA>
## 5290                <NA> 1597529941549404160                <NA>
## 5291                <NA> 1597529937430269954                <NA>
## 5292                <NA> 1597529781654126593                <NA>
## 5293 1597529612971814912 1597529621418823680 1440472108803321863
## 5294                <NA> 1597529471858675712                <NA>
## 5295                <NA> 1597529431379091461                <NA>
## 5296                <NA> 1597529429097721856                <NA>
## 5297 1597529126524813314 1597529401746673666 1498469028595126279
## 5298                <NA> 1597529386294513666                <NA>
## 5299                <NA> 1597529354594308097                <NA>
## 5300                <NA> 1597529352991670272                <NA>
## 5301                <NA> 1597529298503884800                <NA>
## 5302                <NA> 1597529147043377154                <NA>
## 5303 1597528347575476224 1597529126524813314 1498469028595126279
## 5304                <NA> 1597529116776943619                <NA>
## 5305                <NA> 1597529106400546823                <NA>
## 5306                <NA> 1597529095675314176                <NA>
## 5307                <NA> 1597529041904734208                <NA>
## 5308                <NA> 1597529029212790784                <NA>
## 5309                <NA> 1597529025597304832                <NA>
## 5310                <NA> 1597528994626564096                <NA>
## 5311 1597443203988279297 1597528976599449600 1525308794921623552
## 5312                <NA> 1597528969855008769                <NA>
## 5313                <NA> 1597528952884457478                <NA>
## 5314                <NA> 1597528944835977217                <NA>
## 5315                <NA> 1597528862946381825                <NA>
## 5316                <NA> 1597528807107620864                <NA>
## 5317 1597527999934758913 1597528721027584000 1352385659915313153
## 5318                <NA> 1597528640153038848                <NA>
## 5319                <NA> 1597528636747571201                <NA>
## 5320                <NA> 1597528620452712448                <NA>
## 5321                <NA> 1597528513065934848                <NA>
## 5322                <NA> 1597528476197605376                <NA>
## 5323                <NA> 1597528354043068416                <NA>
## 5324 1597527930057281536 1597528347575476224 1498469028595126279
## 5325                <NA> 1597528300414697474                <NA>
## 5326                <NA> 1597528241417654272                <NA>
## 5327                <NA> 1597528204046368769                <NA>
## 5328                <NA> 1597528181292281856                <NA>
## 5329                <NA> 1597528150116040705                <NA>
## 5330 1597527008762028032 1597528130243432449 1465851881180348425
## 5331 1597527696279769088 1597528124673388544 1551586147217858568
## 5332                <NA> 1597528050987827200                <NA>
## 5333                <NA> 1597528010827370497                <NA>
## 5334                <NA> 1597527957974941699                <NA>
## 5335                <NA> 1597527930930098176                <NA>
## 5336 1597249806074015745 1597527930057281536 1478086531394977793
## 5337 1597527157336854529 1597527797446377477            37922497
## 5338                <NA> 1597527760637161473                <NA>
## 5339                <NA> 1597527752353402881                <NA>
## 5340                <NA> 1597527635772735488                <NA>
## 5341                <NA> 1597527606345486336                <NA>
## 5342                <NA> 1597527556374564864                <NA>
## 5343 1597519069938614272 1597527536434413568 1229694864671023106
## 5344                <NA> 1597527501626306560                <NA>
## 5345 1597398584470941698 1597527496794451968 1364805009058246657
## 5346 1597325947858202624 1597527493950701568 1212879525987569665
## 5347                <NA> 1597527461482221568                <NA>
## 5348                <NA> 1597527455291518976                <NA>
## 5349                <NA> 1597527329693380611                <NA>
## 5350                <NA> 1597527319429926913                <NA>
## 5351                <NA> 1597527280703901696                <NA>
## 5352                <NA> 1597527245731422208                <NA>
## 5353 1597527203427729409 1597527206385057794  890678123523702784
## 5354                <NA> 1597527134917926913                <NA>
## 5355                <NA> 1597527127452430337                <NA>
## 5356                <NA> 1597527100403204096                <NA>
## 5357                <NA> 1597527074964910088                <NA>
## 5358                <NA> 1597527012960530432                <NA>
## 5359                <NA> 1597527002952638465                <NA>
## 5360 1597349282457477120 1597526989711503360 1363808370369695749
## 5361                <NA> 1597526964109443072                <NA>
## 5362                <NA> 1597526949689462784                <NA>
## 5363                <NA> 1597526938469695488                <NA>
## 5364                <NA> 1597526927924871170                <NA>
## 5365 1597516964779675648 1597526890864324608 1386331427604676609
## 5366 1597526659443236864 1597526871859945472 1532327186715545600
## 5367 1597347515514650626 1597526861088968704 1340962201394425858
## 5368                <NA> 1597526846337605634                <NA>
## 5369                <NA> 1597526804318650369                <NA>
## 5370                <NA> 1597526778423431168                <NA>
## 5371                <NA> 1597526739592396800                <NA>
## 5372                <NA> 1597526717199179777                <NA>
## 5373                <NA> 1597526710953865217                <NA>
## 5374 1597526012970954752 1597526659443236864          2851088914
## 5375                <NA> 1597526650681712642                <NA>
## 5376                <NA> 1597526643865571329                <NA>
## 5377                <NA> 1597526475645026304                <NA>
## 5378                <NA> 1597526441612447745                <NA>
## 5379                <NA> 1597526428136112128                <NA>
## 5380                <NA> 1597526402613792768                <NA>
## 5381 1597495884115505154 1597526398230372352 1370024149070979078
## 5382                <NA> 1597526315007082496                <NA>
## 5383                <NA> 1597526293503148033                <NA>
## 5384                <NA> 1597526261974245376                <NA>
## 5385                <NA> 1597526143124799489                <NA>
## 5386                <NA> 1597526137030463488                <NA>
## 5387                <NA> 1597526096660279298                <NA>
## 5388                <NA> 1597526090658246656                <NA>
## 5389                <NA> 1597526058617933828                <NA>
## 5390                <NA> 1597526047578533889                <NA>
## 5391                <NA> 1597525998048010240                <NA>
## 5392                <NA> 1597525943509471237                <NA>
## 5393                <NA> 1597525933887410176                <NA>
## 5394                <NA> 1597525881169522694                <NA>
## 5395                <NA> 1597525854174994437                <NA>
## 5396                <NA> 1597525847627661312                <NA>
## 5397                <NA> 1597525801469378561                <NA>
## 5398                <NA> 1597525751724617728                <NA>
## 5399                <NA> 1597525653439381505                <NA>
## 5400                <NA> 1597525651481071616                <NA>
## 5401 1597525057387270145 1597525563602001921 1531653235689328643
## 5402                <NA> 1597525460866715648                <NA>
## 5403                <NA> 1597525434182565888                <NA>
## 5404 1597450267313639424 1597525393950789633 1215825039691481089
## 5405                <NA> 1597525372907982848                <NA>
## 5406                <NA> 1597525343463559168                <NA>
## 5407                <NA> 1597525223347474434                <NA>
## 5408                <NA> 1597525216196190208                <NA>
## 5409                <NA> 1597525176865824769                <NA>
## 5410                <NA> 1597525092052992000                <NA>
## 5411                <NA> 1597525091381673984                <NA>
## 5412 1597524520344391682 1597525057387270145 1531653235689328643
## 5413                <NA> 1597525044216807424                <NA>
## 5414 1597522246347952128 1597525044187783168 1581548630309314560
## 5415                <NA> 1597524985568169984           141176075
## 5416                <NA> 1597524980912517122                <NA>
## 5417                <NA> 1597524936738115587                <NA>
## 5418                <NA> 1597524931495211008                <NA>
## 5419                <NA> 1597524882858074113                <NA>
## 5420                <NA> 1597524789744529408                <NA>
## 5421                <NA> 1597524775358066688                <NA>
## 5422                <NA> 1597524724615036928                <NA>
## 5423                <NA> 1597524677454622720                <NA>
## 5424                <NA> 1597524637579358213                <NA>
## 5425                <NA> 1597524614891986944                <NA>
## 5426                <NA> 1597524524605603840                <NA>
## 5427 1597518156440166400 1597524520344391682 1508355646017650688
## 5428                <NA> 1597524484587913219                <NA>
## 5429                <NA> 1597524482532724738                <NA>
## 5430                <NA> 1597524408398069760                <NA>
## 5431                <NA> 1597524404145356800                <NA>
## 5432                <NA> 1597524350768664577                <NA>
## 5433 1597522838482980864 1597524301476872193  749218051841810432
## 5434                <NA> 1597524277321863170                <NA>
## 5435 1597512261438169089 1597524218505490432  989642014055596035
## 5436                <NA> 1597524187513786370                <NA>
## 5437                <NA> 1597524184116375553                <NA>
## 5438                <NA> 1597524180437794816                <NA>
## 5439                <NA> 1597524140864737282                <NA>
## 5440                <NA> 1597524119389863936                <NA>
## 5441                <NA> 1597524060485091328                <NA>
## 5442                <NA> 1597524029966934016                <NA>
## 5443                <NA> 1597524009675284481                <NA>
## 5444                <NA> 1597523994814861312                <NA>
## 5445                <NA> 1597523993216843783                <NA>
## 5446                <NA> 1597523956139175936                <NA>
## 5447                <NA> 1597523945682763776                <NA>
## 5448                <NA> 1597523917908094976                <NA>
## 5449                <NA> 1597523911385628672                <NA>
## 5450                <NA> 1597523904964460545                <NA>
## 5451                <NA> 1597523896273862656                <NA>
## 5452                <NA> 1597523741268844546                <NA>
## 5453                <NA> 1597523673153355777                <NA>
## 5454                <NA> 1597523613816860672                <NA>
## 5455                <NA> 1597523567939555329                <NA>
## 5456                <NA> 1597523548502773760                <NA>
## 5457                <NA> 1597523545935863808                <NA>
## 5458 1597414138325905408 1597523540357832704             7009202
## 5459                <NA> 1597523528391487488                <NA>
## 5460                <NA> 1597523428667691013                <NA>
## 5461 1597504173515636736 1597523409310978048 1550398485354070016
## 5462 1597523072315437056 1597523389195124736  883140883373318145
## 5463                <NA> 1597523371834867713                <NA>
## 5464                <NA> 1597523360636088320                <NA>
## 5465                <NA> 1597523356240449536                <NA>
## 5466 1597523095124070401 1597523344525766657 1374941679480795142
## 5467 1597168730643267585 1597523274086612994           456554343
## 5468                <NA> 1597523268121960448                <NA>
## 5469                <NA> 1597523253501005824                <NA>
## 5470                <NA> 1597523210718785542                <NA>
## 5471                <NA> 1597523185544880128                <NA>
## 5472                <NA> 1597523169518456832                <NA>
## 5473                <NA> 1597523167299653632                <NA>
## 5474                <NA> 1597523164560781312                <NA>
## 5475                <NA> 1597523163260530688                <NA>
## 5476 1597522651106664448 1597523095124070401 1435629146462244864
## 5477                <NA> 1597523075322777600                <NA>
## 5478                <NA> 1597523045153136644                <NA>
## 5479                <NA> 1597523030644641792                <NA>
## 5480                <NA> 1597523029415923712                <NA>
## 5481                <NA> 1597523025238188033                <NA>
## 5482                <NA> 1597523003218460672                <NA>
## 5483                <NA> 1597522943881273344                <NA>
## 5484 1597522759361626112 1597522939968385024          3155849066
## 5485                <NA> 1597522916492468225                <NA>
## 5486                <NA> 1597522884670681088                <NA>
## 5487                <NA> 1597522862650585088                <NA>
## 5488                <NA> 1597522838482980864                <NA>
## 5489 1597521330693603328 1597522836775927808          2304394960
## 5490                <NA> 1597522795654971393                <NA>
## 5491                <NA> 1597522778261172225                <NA>
## 5492 1597521187852423171 1597522675886600192 1446422642391609346
## 5493 1597522388497092608 1597522651106664448 1374941679480795142
## 5494                <NA> 1597522644957818880                <NA>
## 5495                <NA> 1597522632164843522                <NA>
## 5496                <NA> 1597522630168694784                <NA>
## 5497 1597512799852277760 1597522611688583168  979034223276380162
## 5498                <NA> 1597522555878850560                <NA>
## 5499                <NA> 1597522535289327616                <NA>
## 5500                <NA> 1597522505144496128                <NA>
## 5501                <NA> 1597522504347570177                <NA>
## 5502                <NA> 1597522474714865664                <NA>
## 5503                <NA> 1597522443023028224                <NA>
## 5504                <NA> 1597522421531443202                <NA>
## 5505                <NA> 1597522353034235904                <NA>
## 5506                <NA> 1597522351138410496                <NA>
## 5507                <NA> 1597522334466048000                <NA>
## 5508 1597521326771965952 1597522296042041344 1543178302688440320
## 5509                <NA> 1597522284625162240                <NA>
## 5510                <NA> 1597522260952506370                <NA>
## 5511                <NA> 1597522202924318720                <NA>
## 5512                <NA> 1597522196582191105                <NA>
## 5513                <NA> 1597522162650615809                <NA>
## 5514 1597520231198773249 1597522105368993793 1482035236498194450
## 5515                <NA> 1597522090621820929                <NA>
## 5516                <NA> 1597522080987484161                <NA>
## 5517                <NA> 1597522062087966720                <NA>
## 5518                <NA> 1597522056203374592                <NA>
## 5519                <NA> 1597522051342168065                <NA>
## 5520                <NA> 1597522028755812354                <NA>
## 5521                <NA> 1597522023538118656                <NA>
## 5522                <NA> 1597522011932463105                <NA>
## 5523                <NA> 1597521990679957505                <NA>
## 5524 1595485708118114330 1597521967720300544 1449839477694902272
## 5525                <NA> 1597521959675252736                <NA>
## 5526                <NA> 1597521937684918277                <NA>
## 5527                <NA> 1597521671539523584                <NA>
## 5528 1597417733557465088 1597521570779758593 1421240269228417029
## 5529                <NA> 1597521550496116739                <NA>
## 5530                <NA> 1597521526525288448                <NA>
## 5531                <NA> 1597521424628842496                <NA>
## 5532                <NA> 1597521275446255617                <NA>
## 5533 1597521117081919489 1597521119346536449  889854415703875584
## 5534                <NA> 1597521073494720512                <NA>
## 5535                <NA> 1597520995086381058                <NA>
## 5536 1597520557503025153 1597520922612617217          2304394960
## 5537                <NA> 1597520740181737475                <NA>
## 5538                <NA> 1597520716966297601                <NA>
## 5539                <NA> 1597520706052710400                <NA>
## 5540                <NA> 1597520703242133505                <NA>
## 5541                <NA> 1597520678928150529                <NA>
## 5542 1597501371103989761 1597520650301673473 1369236373052526592
## 5543                <NA> 1597520605703983105                <NA>
## 5544                <NA> 1597520536363728899                <NA>
## 5545                <NA> 1597520451341004801                <NA>
## 5546                <NA> 1597520382470545409                <NA>
## 5547                <NA> 1597520334189899776                <NA>
## 5548                <NA> 1597520331027058688                <NA>
## 5549 1597365616754970624 1597520304783642624 1405314513101070337
## 5550                <NA> 1597520300593201152                <NA>
## 5551                <NA> 1597520299784032257                <NA>
## 5552                <NA> 1597520280167256064                <NA>
## 5553                <NA> 1597520249670479874                <NA>
## 5554                <NA> 1597520216694530048                <NA>
## 5555                <NA> 1597520205139542017                <NA>
## 5556 1597510455450533891 1597520187116224514 1561380619829088259
## 5557                <NA> 1597520180590292993                <NA>
## 5558                <NA> 1597520077716611072                <NA>
## 5559                <NA> 1597520034871783424                <NA>
## 5560                <NA> 1597520001413812224                <NA>
## 5561                <NA> 1597520000310734848                <NA>
## 5562                <NA> 1597519994497421312                <NA>
## 5563                <NA> 1597519975283331073                <NA>
## 5564                <NA> 1597519946753671171                <NA>
## 5565 1597489455275077633 1597519808903360513 1408737405172170753
## 5566                <NA> 1597519774585454592                <NA>
## 5567                <NA> 1597519718948409344                <NA>
## 5568                <NA> 1597519691760951296                <NA>
## 5569 1597242072872144898 1597519642553376768 1365396705714335752
## 5570                <NA> 1597519592938930176                <NA>
## 5571                <NA> 1597519566636130306                <NA>
## 5572                <NA> 1597519506821509120                <NA>
## 5573                <NA> 1597519486550253572                <NA>
## 5574                <NA> 1597519470746304512                <NA>
## 5575                <NA> 1597519426575691776                <NA>
## 5576                <NA> 1597519327242031105                <NA>
## 5577                <NA> 1597519299815837697                <NA>
## 5578                <NA> 1597519157524041729                <NA>
## 5579 1597481388303089664 1597519118978416640 1398744405096468480
## 5580                <NA> 1597519105162346498                <NA>
## 5581                <NA> 1597519087290454017                <NA>
## 5582 1597501725430382593 1597519069938614272           582575479
## 5583                <NA> 1597518917328867328                <NA>
## 5584 1597518842519252993 1597518845593329665 1307697714965118976
## 5585                <NA> 1597518842519252993                <NA>
## 5586                <NA> 1597518785640292352                <NA>
## 5587                <NA> 1597518738383065091                <NA>
## 5588                <NA> 1597518721320636416                <NA>
## 5589                <NA> 1597518683177644034                <NA>
## 5590                <NA> 1597518622439919616                <NA>
## 5591                <NA> 1597518535366148098                <NA>
## 5592                <NA> 1597518535135473664                <NA>
## 5593                <NA> 1597518442378432514                <NA>
## 5594                <NA> 1597518396715044865                <NA>
## 5595                <NA> 1597518380684423168                <NA>
## 5596                <NA> 1597518345410347008                <NA>
## 5597                <NA> 1597518325793234944                <NA>
## 5598 1597518125276094464 1597518270109978624 1549419858038689793
## 5599                <NA> 1597518161091661825                <NA>
## 5600                <NA> 1597518156440166400                <NA>
## 5601                <NA> 1597518010541289473                <NA>
## 5602                <NA> 1597518005247741952                <NA>
## 5603                <NA> 1597517978635231233                <NA>
## 5604                <NA> 1597517977737637888                <NA>
## 5605                <NA> 1597517933206704128                <NA>
## 5606                <NA> 1597517899169927168                <NA>
## 5607                <NA> 1597517697624858624                <NA>
## 5608                <NA> 1597517692583702529                <NA>
## 5609 1597338994064642048 1597517681158426625 1374727176407355393
## 5610                <NA> 1597517647586869248                <NA>
## 5611                <NA> 1597517633603395584                <NA>
## 5612 1597421718384955392 1597517611687768064 1464518324231061511
## 5613                <NA> 1597517554007691264                <NA>
## 5614 1597510881373745152 1597517542318563328 1532783417141899265
## 5615                <NA> 1597517532616720385                <NA>
## 5616                <NA> 1597517532482588673                <NA>
## 5617                <NA> 1597517506960584704                <NA>
## 5618                <NA> 1597517454103965697                <NA>
## 5619                <NA> 1597517408553820160                <NA>
## 5620                <NA> 1597517386948571136                <NA>
## 5621                <NA> 1597517385229271040                <NA>
## 5622                <NA> 1597517376085725184                <NA>
## 5623                <NA> 1597517360675819521                <NA>
## 5624                <NA> 1597517353591635969                <NA>
## 5625                <NA> 1597517291096535040                <NA>
## 5626                <NA> 1597517256615161856                <NA>
## 5627                <NA> 1597517231252209664                <NA>
## 5628                <NA> 1597517072623632384                <NA>
## 5629                <NA> 1597517043737456640                <NA>
## 5630                <NA> 1597517030093389824                <NA>
## 5631                <NA> 1597517023273443328                <NA>
## 5632 1597488280156925953 1597517022253850624 1330415620031213569
## 5633                <NA> 1597517021755113473                <NA>
## 5634                <NA> 1597517009868455936                <NA>
## 5635                <NA> 1597516987567333376                <NA>
## 5636 1597349763313446912 1597516964779675648          1063810214
## 5637                <NA> 1597516905220542470                <NA>
## 5638                <NA> 1597516903115026438                <NA>
## 5639                <NA> 1597516874375655424                <NA>
## 5640                <NA> 1597516867366981633                <NA>
## 5641                <NA> 1597516836207472640                <NA>
## 5642                <NA> 1597516788786663425                <NA>
## 5643                <NA> 1597516722298269696                <NA>
## 5644                <NA> 1597516618346614784                <NA>
## 5645                <NA> 1597516541465366529                <NA>
## 5646                <NA> 1597516447781392384                <NA>
## 5647                <NA> 1597516446166577152                <NA>
## 5648                <NA> 1597516420132503554                <NA>
## 5649                <NA> 1597516381867548679                <NA>
## 5650                <NA> 1597516365979881473                <NA>
## 5651                <NA> 1597516356731404288                <NA>
## 5652 1597515635189501957 1597516348799995906             1701371
## 5653                <NA> 1597516336129011712                <NA>
## 5654 1596893941122871303 1597516326884343809 1263783985911652352
## 5655                <NA> 1597516249457561605                <NA>
## 5656                <NA> 1597516183678332928                <NA>
## 5657                <NA> 1597516127986671616                <NA>
## 5658                <NA> 1597516115370213376                <NA>
## 5659                <NA> 1597516097749938178                <NA>
## 5660                <NA> 1597516096583905281                <NA>
## 5661 1597249806074015745 1597516082486841348 1478086531394977793
## 5662                <NA> 1597515984839270402                <NA>
## 5663                <NA> 1597515979386675200                <NA>
## 5664                <NA> 1597515834246967297                <NA>
## 5665                <NA> 1597515826588176384                <NA>
## 5666 1597492959091781634 1597515823744110592  910131181919850496
## 5667                <NA> 1597515809068552193                <NA>
## 5668                <NA> 1597515721994809344                <NA>
## 5669                <NA> 1597515720715161600                <NA>
## 5670                <NA> 1597515697420369920                <NA>
## 5671                <NA> 1597515667531407361                <NA>
## 5672                <NA> 1597515576863522816                <NA>
## 5673 1597249806074015745 1597515478599012352 1478086531394977793
## 5674                <NA> 1597515476204400641                <NA>
## 5675                <NA> 1597515289335586817                <NA>
## 5676                <NA> 1597515280552710145                <NA>
## 5677                <NA> 1597515236516380672                <NA>
## 5678                <NA> 1597515228992147458                <NA>
## 5679                <NA> 1597515215855550466                <NA>
## 5680                <NA> 1597515190500995073                <NA>
## 5681 1597249806074015745 1597515180879253505 1478086531394977793
## 5682                <NA> 1597515128039419904                <NA>
## 5683                <NA> 1597515118040186880                <NA>
## 5684                <NA> 1597515068362870785                <NA>
## 5685                <NA> 1597514957460951042                <NA>
## 5686                <NA> 1597514944932900864                <NA>
## 5687                <NA> 1597514883268235264                <NA>
## 5688                <NA> 1597514877253595137                <NA>
## 5689                <NA> 1597514868672073728                <NA>
## 5690                <NA> 1597514828557713408                <NA>
## 5691                <NA> 1597514782051295232                <NA>
## 5692                <NA> 1597514768222650369                <NA>
## 5693 1597438799952646145 1597514761008082944 1448359424486043649
## 5694                <NA> 1597514652271136769                <NA>
## 5695                <NA> 1597514650223976453                <NA>
## 5696                <NA> 1597514547849760768                <NA>
## 5697                <NA> 1597514544087461888                <NA>
## 5698                <NA> 1597514542623301632                <NA>
## 5699                <NA> 1597514500470870016                <NA>
## 5700                <NA> 1597514494519169024                <NA>
## 5701                <NA> 1597514482749931521                <NA>
## 5702                <NA> 1597514457445695488                <NA>
## 5703                <NA> 1597514452660015107                <NA>
## 5704                <NA> 1597514429834616832                <NA>
## 5705                <NA> 1597514171838476289                <NA>
## 5706                <NA> 1597514154319151104                <NA>
## 5707                <NA> 1597514105082241024                <NA>
## 5708                <NA> 1597514060459044865                <NA>
## 5709                <NA> 1597514007933747200                <NA>
## 5710 1597502994828128256 1597513989004873732 1415954245053034500
## 5711                <NA> 1597513951574720512                <NA>
## 5712                <NA> 1597513891679903745                <NA>
## 5713                <NA> 1597513851549143040                <NA>
## 5714                <NA> 1597513825305362437                <NA>
## 5715                <NA> 1597513783215521798                <NA>
## 5716                <NA> 1597513783043575811                <NA>
## 5717                <NA> 1597513762223030272                <NA>
## 5718                <NA> 1597513736872677376                <NA>
## 5719                <NA> 1597513435172179969                <NA>
## 5720                <NA> 1597513407959556096                <NA>
## 5721                <NA> 1597513407066181632                <NA>
## 5722                <NA> 1597513333779103744                <NA>
## 5723                <NA> 1597513115133833216                <NA>
## 5724                <NA> 1597513020175179778                <NA>
## 5725 1597289372113510402 1597512999853789184 1448359424486043649
## 5726 1597512427566157835 1597512891598766081 1061938203433820161
## 5727                <NA> 1597512850448482304                <NA>
## 5728 1597512341540999168 1597512799852277760           152937396
## 5729                <NA> 1597512711843323906                <NA>
## 5730                <NA> 1597512688774819840                <NA>
## 5731 1597425113712001025 1597512669971755009            67507531
## 5732                <NA> 1597512614552403968                <NA>
## 5733                <NA> 1597512549960155138                <NA>
## 5734                <NA> 1597512548873834497                <NA>
## 5735                <NA> 1597512548873818112                <NA>
## 5736                <NA> 1597512525326663680                <NA>
## 5737                <NA> 1597512515113865216                <NA>
## 5738                <NA> 1597512514983821317                <NA>
## 5739                <NA> 1597512475024711680                <NA>
## 5740                <NA> 1597512465834967040                <NA>
## 5741                <NA> 1597512388060016640                <NA>
## 5742                <NA> 1597512364404137989                <NA>
## 5743                <NA> 1597512329121656833                <NA>
## 5744                <NA> 1597512153371582465                <NA>
## 5745                <NA> 1597512146849759232                <NA>
## 5746                <NA> 1597512037722378245                <NA>
## 5747 1597511507881119744 1597512019099676672 1340979091202322432
## 5748                <NA> 1597511973566001152                <NA>
## 5749                <NA> 1597511922941067264                <NA>
## 5750                <NA> 1597511917744295936                <NA>
## 5751                <NA> 1597511850098561024                <NA>
## 5752                <NA> 1597511816346673152                <NA>
## 5753                <NA> 1597511792649019392                <NA>
## 5754                <NA> 1597511639016038400                <NA>
## 5755                <NA> 1597511528491933697                <NA>
## 5756                <NA> 1597511528055726080                <NA>
## 5757 1597505452585406465 1597511390700654593 1526142563295678467
## 5758                <NA> 1597511375923793922                <NA>
## 5759                <NA> 1597511257904787456                <NA>
## 5760                <NA> 1597511251067916290                <NA>
## 5761                <NA> 1597511236433813504                <NA>
## 5762                <NA> 1597511211981377536                <NA>
## 5763 1597510572894871552 1597511207929249793 1586977370975531008
## 5764                <NA> 1597511189273055232                <NA>
## 5765 1597495323194458113 1597511182587670529 1382071086582480899
## 5766                <NA> 1597511158298132480                <NA>
## 5767                <NA> 1597511123074396160                <NA>
## 5768                <NA> 1597511048772587520                <NA>
## 5769                <NA> 1597511018737184768                <NA>
## 5770                <NA> 1597510881373745152                <NA>
## 5771 1597349198823030786 1597510861824077824          2227902481
## 5772                <NA> 1597510809743413248                <NA>
## 5773                <NA> 1597510800859869184                <NA>
## 5774                <NA> 1597510752469807104                <NA>
## 5775                <NA> 1597510666038161408                <NA>
## 5776                <NA> 1597510665014775808                <NA>
## 5777                <NA> 1597510650179203072                <NA>
## 5778                <NA> 1597510637793341440                <NA>
## 5779                <NA> 1597510591790186498                <NA>
## 5780                <NA> 1597510531027386368                <NA>
## 5781 1597200810848681984 1597510506704560128          2432506536
## 5782                <NA> 1597510505916399617                <NA>
## 5783                <NA> 1597510504742027266                <NA>
## 5784                <NA> 1597510445044465664                <NA>
## 5785                <NA> 1597510403822858243                <NA>
## 5786                <NA> 1597510403768332288                <NA>
## 5787                <NA> 1597510335384408064                <NA>
## 5788                <NA> 1597510332855259136                <NA>
## 5789                <NA> 1597510310201798656                <NA>
## 5790                <NA> 1597510221018017794                <NA>
## 5791                <NA> 1597510192295739394                <NA>
## 5792                <NA> 1597510184699822081                <NA>
## 5793                <NA> 1597510136998031360                <NA>
## 5794                <NA> 1597510044412612608                <NA>
## 5795                <NA> 1597509962984755200                <NA>
## 5796                <NA> 1597509950926106625                <NA>
## 5797                <NA> 1597509911188865024                <NA>
## 5798 1597508063044702209 1597509705462874113 1425822188901265416
## 5799                <NA> 1597509551083094016                <NA>
## 5800                <NA> 1597509549615091712                <NA>
## 5801 1597507830323740673 1597509543709184000 1163725820327862272
## 5802                <NA> 1597509493885374464                <NA>
## 5803                <NA> 1597509463376007168                <NA>
## 5804 1597507830323740673 1597509416647266306 1163725820327862272
## 5805                <NA> 1597509350154997761                <NA>
## 5806                <NA> 1597509326360694785                <NA>
## 5807 1597508642177441794 1597509318542180352 1281379848628428800
## 5808 1597262999504715776 1597509249592020992 1525308794921623552
## 5809                <NA> 1597509240150978561                <NA>
## 5810                <NA> 1597509172186451969                <NA>
## 5811                <NA> 1597509125097009158                <NA>
## 5812                <NA> 1597509049339482112                <NA>
## 5813                <NA> 1597509029789863936                <NA>
## 5814                <NA> 1597509017261477888                <NA>
## 5815                <NA> 1597508969362169856                <NA>
## 5816                <NA> 1597508964639731712                <NA>
## 5817                <NA> 1597508946616815616                <NA>
## 5818                <NA> 1597508923980148736                <NA>
## 5819                <NA> 1597508907643023360                <NA>
## 5820                <NA> 1597508826168586240                <NA>
## 5821                <NA> 1597508788973895681                <NA>
## 5822                <NA> 1597508775791202306                <NA>
## 5823                <NA> 1597508647822954498                <NA>
## 5824                <NA> 1597508602272808965                <NA>
## 5825                <NA> 1597508488380305408                <NA>
## 5826                <NA> 1597508409771065344                <NA>
## 5827                <NA> 1597508330770997248                <NA>
## 5828                <NA> 1597508314543583232                <NA>
## 5829                <NA> 1597508314472255490                <NA>
## 5830                <NA> 1597508161396936704                <NA>
## 5831                <NA> 1597508160520130560                <NA>
## 5832                <NA> 1597508159245258754                <NA>
## 5833                <NA> 1597508070816747521                <NA>
## 5834                <NA> 1597508050491183104                <NA>
## 5835                <NA> 1597508039221080064                <NA>
## 5836                <NA> 1597508027216977920                <NA>
## 5837                <NA> 1597507922590040064                <NA>
## 5838                <NA> 1597507911600975872                <NA>
## 5839                <NA> 1597507902474190848                <NA>
## 5840                <NA> 1597507884652560384                <NA>
## 5841                <NA> 1597507736723259392                <NA>
## 5842                <NA> 1597507694830624768                <NA>
## 5843                <NA> 1597507676787077122                <NA>
## 5844 1597380188236808193 1597507635720294400          4181101600
## 5845                <NA> 1597507622391148544                <NA>
## 5846                <NA> 1597507601717071872                <NA>
## 5847                <NA> 1597507510780338176                <NA>
## 5848 1597488897612996608 1597507503251935232 1127237004339499009
## 5849                <NA> 1597507502777987072                <NA>
## 5850                <NA> 1597507464882421760                <NA>
## 5851                <NA> 1597507441495015425                <NA>
## 5852                <NA> 1597507404182454272                <NA>
## 5853                <NA> 1597507343230828545                <NA>
## 5854                <NA> 1597507320623136768                <NA>
## 5855                <NA> 1597507299115139073                <NA>
## 5856 1597507142302728194 1597507293532557312 1061938203433820161
## 5857                <NA> 1597507042117570560                <NA>
## 5858                <NA> 1597506994948427776                <NA>
## 5859                <NA> 1597506982780743682                <NA>
## 5860                <NA> 1597506966762713088                <NA>
## 5861                <NA> 1597506943647875072                <NA>
## 5862                <NA> 1597506875104571392                <NA>
## 5863                <NA> 1597506870776066048                <NA>
## 5864                <NA> 1597506714214944768                <NA>
## 5865                <NA> 1597506685979234304                <NA>
## 5866                <NA> 1597506653985075201                <NA>
## 5867                <NA> 1597506636247371776                <NA>
## 5868 1596128395879849984 1597506617289101314            66623006
## 5869                <NA> 1597506603754065920                <NA>
## 5870                <NA> 1597506573588627456                <NA>
## 5871                <NA> 1597506551618891777                <NA>
## 5872                <NA> 1597506491283406848                <NA>
## 5873 1597249806074015745 1597506486468775936 1478086531394977793
## 5874                <NA> 1597506467258826752                <NA>
## 5875                <NA> 1597506409054474241                <NA>
## 5876                <NA> 1597506393539375104                <NA>
## 5877                <NA> 1597506383359795200                <NA>
## 5878                <NA> 1597506317618642946                <NA>
## 5879                <NA> 1597506281920638976                <NA>
## 5880                <NA> 1597506255844937728                <NA>
## 5881                <NA> 1597506205957910528                <NA>
## 5882                <NA> 1597506160651014144                <NA>
## 5883 1597505099156574208 1597506133853229056 1553636611924979712
## 5884 1597437996848263168 1597506063854497793 1276403514223341568
## 5885                <NA> 1597506050454061056                <NA>
## 5886                <NA> 1597505958766211072                <NA>
## 5887                <NA> 1597505924788551680                <NA>
## 5888 1597505777425862661 1597505780101812224           112235087
## 5889                <NA> 1597505766206111744                <NA>
## 5890 1597347515514650626 1597505726846418944 1340962201394425858
## 5891                <NA> 1597505684274569217                <NA>
## 5892                <NA> 1597505664582049792                <NA>
## 5893                <NA> 1597505662216712192                <NA>
## 5894                <NA> 1597505568344010752                <NA>
## 5895                <NA> 1597505520411475969                <NA>
## 5896                <NA> 1597505518880579584                <NA>
## 5897 1597249806074015745 1597505490623549441 1478086531394977793
## 5898 1597503578788499458 1597505480548843523          1641713755
## 5899                <NA> 1597505369563025408                <NA>
## 5900 1597473754543968256 1597505281831088128 1212428320777752577
## 5901 1597065818533425153 1597505239867088896 1561955225673547776
## 5902                <NA> 1597505212109189120                <NA>
## 5903                <NA> 1597505190479138817                <NA>
## 5904                <NA> 1597505099617959937                <NA>
## 5905                <NA> 1597505023252271105                <NA>
## 5906                <NA> 1597504949914849280                <NA>
## 5907                <NA> 1597504852753805313                <NA>
## 5908 1597417514904203264 1597504787301695488 1325637320402464768
## 5909                <NA> 1597504689532456960                <NA>
## 5910                <NA> 1597504643374133248                <NA>
## 5911                <NA> 1597504635421757440                <NA>
## 5912                <NA> 1597504544459542528                <NA>
## 5913                <NA> 1597504544334020609                <NA>
## 5914                <NA> 1597504503259230209                <NA>
## 5915 1597268973321875456 1597504480043749376 1425483348978327554
## 5916                <NA> 1597504472460439554                <NA>
## 5917                <NA> 1597504441456132097                <NA>
## 5918 1597502376684183554 1597504435118551040          1153234998
## 5919                <NA> 1597504269577752580                <NA>
## 5920                <NA> 1597504180729806848                <NA>
## 5921                <NA> 1597504141433401344                <NA>
## 5922                <NA> 1597504126912323586                <NA>
## 5923                <NA> 1597504121661140992                <NA>
## 5924 1597477731897573376 1597504102594117632 1446221051713757191
## 5925                <NA> 1597504091659567105                <NA>
## 5926                <NA> 1597504088564195329                <NA>
## 5927                <NA> 1597504083241226241                <NA>
## 5928 1597489152995782657 1597504069186166784 1534482603289391105
## 5929                <NA> 1597504061611585536                <NA>
## 5930 1597495148552007680 1597503916371218432          1347583633
## 5931                <NA> 1597503906757894145                <NA>
## 5932                <NA> 1597503749575958528                <NA>
## 5933 1597480238401085440 1597503723546488833 1289092785639956480
## 5934                <NA> 1597503523721445376                <NA>
## 5935 1597334358373072896 1597503466091339776            53609773
## 5936                <NA> 1597503434890313728                <NA>
## 5937                <NA> 1597503376341598208                <NA>
## 5938                <NA> 1597503276026843138                <NA>
## 5939                <NA> 1597503262001106945                <NA>
## 5940                <NA> 1597503187514454016                <NA>
## 5941                <NA> 1597503163518816256                <NA>
## 5942                <NA> 1597503108354953218                <NA>
## 5943 1597481658244304897 1597503035915534336 1525241640100564992
## 5944                <NA> 1597503002650107904                <NA>
## 5945                <NA> 1597502936443416576                <NA>
## 5946                <NA> 1597502925860790273                <NA>
## 5947 1597502713184497665 1597502847754842112 1525308794921623552
## 5948                <NA> 1597502727512555521                <NA>
## 5949                <NA> 1597502625205063686                <NA>
## 5950 1597498184439582720 1597502599325831169 1393294150720573440
## 5951                <NA> 1597502571995836416                <NA>
## 5952                <NA> 1597502544661876737                <NA>
## 5953 1597498891171401729 1597502376684183554            20223841
## 5954                <NA> 1597502353971679233                <NA>
## 5955                <NA> 1597502291070054400                <NA>
## 5956                <NA> 1597502289987588096                <NA>
## 5957 1597489098981224449 1597502276759089152 1132185530198835200
## 5958                <NA> 1597502267590336512                <NA>
## 5959                <NA> 1597502150241701888                <NA>
## 5960 1597387616340439040 1597502139315916801 1116610601885716480
## 5961                <NA> 1597502126179356672                <NA>
## 5962 1597491587243655169 1597502120080523264 1099971893317124097
## 5963                <NA> 1597502108970127360                <NA>
## 5964 1597502041622196225 1597502044914737153          2589854827
## 5965                <NA> 1597502041622196225                <NA>
## 5966                <NA> 1597501969429827584                <NA>
## 5967 1597429862683144193 1597501950785835008 1460529532159479821
## 5968 1597373950576951296 1597501887250501632 1412756174542364681
## 5969 1597373950576951296 1597501887137603584 1412756174542364681
## 5970                <NA> 1597501871564156931                <NA>
## 5971 1597500068386729985 1597501785459261441 1534482603289391105
## 5972                <NA> 1597501762713178112                <NA>
## 5973                <NA> 1597501732258738176                <NA>
## 5974                <NA> 1597501725430382593                <NA>
## 5975                <NA> 1597501665594068992                <NA>
## 5976                <NA> 1597501567409659904                <NA>
## 5977                <NA> 1597501505019727874                <NA>
## 5978 1597490754586578944 1597501393782599681 1553224883173134341
## 5979 1597475362140659712 1597501385922457601  953684584570523648
## 5980                <NA> 1597501365953220611                <NA>
## 5981                <NA> 1597501345606483968                <NA>
## 5982                <NA> 1597501321552465920                <NA>
## 5983                <NA> 1597501203516358656                <NA>
## 5984                <NA> 1597500985802649600                <NA>
## 5985                <NA> 1597500902822354945                <NA>
## 5986                <NA> 1597500868295032832                <NA>
## 5987                <NA> 1597500856399966208                <NA>
## 5988 1597496036477456384 1597500828080037888 1591677423313002497
## 5989                <NA> 1597500616347033600                <NA>
## 5990                <NA> 1597500518783283200                <NA>
## 5991                <NA> 1597500398352633857                <NA>
## 5992                <NA> 1597500318740193280                <NA>
## 5993 1597478839428747264 1597500263572860928  963069638555795456
## 5994                <NA> 1597500243641524224                <NA>
## 5995                <NA> 1597500241577537537                <NA>
## 5996                <NA> 1597500234082680832                <NA>
## 5997                <NA> 1597500230169407488                <NA>
## 5998                <NA> 1597500207344017409                <NA>
## 5999                <NA> 1597500156794277889                <NA>
## 6000 1597248132697366530 1597500146346266627           330262748
## 6001 1597491489474768897 1597500115215753216 1575534217047560192
## 6002                <NA> 1597500098086199296                <NA>
## 6003                <NA> 1597500069434966016                <NA>
## 6004 1597497486264139776 1597500068386729985  995837999517597696
## 6005                <NA> 1597500046559383553                <NA>
## 6006                <NA> 1597500020114460672                <NA>
## 6007                <NA> 1597499774982234112                <NA>
## 6008                <NA> 1597499773678125056                <NA>
## 6009                <NA> 1597499742799679490                <NA>
## 6010                <NA> 1597499599417114624                <NA>
## 6011                <NA> 1597499526931435521                <NA>
## 6012                <NA> 1597499473835724800                <NA>
## 6013                <NA> 1597499438423212033                <NA>
## 6014                <NA> 1597499435894075392                <NA>
## 6015 1597439119407603712 1597499411034431488 1145805109412139008
## 6016                <NA> 1597499384706797570                <NA>
## 6017                <NA> 1597499258520817664                <NA>
## 6018                <NA> 1597499255249567745                <NA>
## 6019 1597498521837797376 1597499236072845313 1531376197237604352
## 6020                <NA> 1597499113482129408                <NA>
## 6021 1597240711476563969 1597499094150569986           703308253
## 6022                <NA> 1597499084407214080                <NA>
## 6023                <NA> 1597499045949296642                <NA>
## 6024                <NA> 1597498964756299779                <NA>
## 6025                <NA> 1597498955570753537                <NA>
## 6026                <NA> 1597498953985314817                <NA>
## 6027                <NA> 1597498939548520448                <NA>
## 6028                <NA> 1597498938420256768                <NA>
## 6029                <NA> 1597498893184667649                <NA>
## 6030                <NA> 1597498879800651777                <NA>
## 6031                <NA> 1597498856337391616                <NA>
## 6032                <NA> 1597498593283543040                <NA>
## 6033                <NA> 1597498563335925762                <NA>
## 6034                <NA> 1597498554591109120                <NA>
## 6035                <NA> 1597498554180079616                <NA>
## 6036                <NA> 1597498501403152384                <NA>
## 6037 1597495884115505154 1597498422038515713 1370024149070979078
## 6038                <NA> 1597498416309112832                <NA>
## 6039                <NA> 1597498374756110338                <NA>
## 6040                <NA> 1597498365184421888                <NA>
## 6041                <NA> 1597498359396585472                <NA>
## 6042                <NA> 1597498358477639680                <NA>
## 6043                <NA> 1597498333198946304                <NA>
## 6044                <NA> 1597498252982878208                <NA>
## 6045                <NA> 1597498106702364674                <NA>
## 6046                <NA> 1597498006970171392                <NA>
## 6047                <NA> 1597498003350175745                <NA>
## 6048                <NA> 1597497989333147649                <NA>
## 6049 1597497803160576000 1597497807153553409 1562369170863321095
## 6050 1597497800782098432 1597497803160576000 1562369170863321095
## 6051                <NA> 1597497800782098432                <NA>
## 6052                <NA> 1597497767039242240                <NA>
## 6053                <NA> 1597497656779341825                <NA>
## 6054                <NA> 1597497654857986048                <NA>
## 6055 1597496598141235200 1597497559463133184 1485599731481026564
## 6056 1597489152995782657 1597497486264139776 1534482603289391105
## 6057 1597384013135908865 1597497459433168902 1518329178805862400
## 6058                <NA> 1597497427220566017                <NA>
## 6059 1597496175875457024 1597497328528945154           192516497
## 6060                <NA> 1597497316382212096                <NA>
## 6061                <NA> 1597497268600729600                <NA>
## 6062                <NA> 1597497249155911680                <NA>
## 6063                <NA> 1597497190259519488                <NA>
## 6064                <NA> 1597497172257185794                <NA>
## 6065                <NA> 1597497096944635905                <NA>
## 6066                <NA> 1597497073641062401                <NA>
## 6067                <NA> 1597497066913423361                <NA>
## 6068                <NA> 1597497060366094336                <NA>
## 6069                <NA> 1597496813892042752                <NA>
## 6070                <NA> 1597496779276419072                <NA>
## 6071                <NA> 1597496766546710529                <NA>
## 6072                <NA> 1597496700662611968                <NA>
## 6073                <NA> 1597496672606908416                <NA>
## 6074                <NA> 1597496653057253379                <NA>
## 6075                <NA> 1597496601601200128                <NA>
## 6076                <NA> 1597496555682304001                <NA>
## 6077                <NA> 1597496536103280640                <NA>
## 6078                <NA> 1597496532655538179                <NA>
## 6079                <NA> 1597496522794446848                <NA>
## 6080                <NA> 1597496501852594176                <NA>
## 6081                <NA> 1597496460710662145                <NA>
## 6082                <NA> 1597496391525609473                <NA>
## 6083 1597456399436423168 1597496269270044678 1513025523622023171
## 6084                <NA> 1597496015283965952                <NA>
## 6085                <NA> 1597495906458566656                <NA>
## 6086                <NA> 1597495904495316992                <NA>
## 6087 1597383882214887425 1597495884115505154 1451283336526278678
## 6088                <NA> 1597495882915905537                <NA>
## 6089                <NA> 1597495873831047168                <NA>
## 6090                <NA> 1597495862380625920                <NA>
## 6091 1597484701086023680 1597495790456344577 1052384496203354112
## 6092                <NA> 1597495743635345409                <NA>
## 6093                <NA> 1597495671715954689                <NA>
## 6094 1597354275189166081 1597495670327300097 1184227193066524673
## 6095                <NA> 1597495632478220288                <NA>
## 6096 1597489098981224449 1597495615944298497 1132185530198835200
## 6097                <NA> 1597495548801536001                <NA>
## 6098                <NA> 1597495532326621184                <NA>
## 6099                <NA> 1597495523602497537                <NA>
## 6100                <NA> 1597495508393947136                <NA>
## 6101 1597406358873460737 1597495447852982272           835683470
## 6102                <NA> 1597495444841861120                <NA>
## 6103                <NA> 1597495404521627648                <NA>
## 6104                <NA> 1597495401455947777                <NA>
## 6105                <NA> 1597495333998952448                <NA>
## 6106 1597458189905453057 1597495324305920000 1515545240479936512
## 6107                <NA> 1597495265925402625                <NA>
## 6108                <NA> 1597495160798994432                <NA>
## 6109                <NA> 1597495069183193093                <NA>
## 6110                <NA> 1597495043140767744                <NA>
## 6111                <NA> 1597495006042140672                <NA>
## 6112                <NA> 1597494984965763072                <NA>
## 6113                <NA> 1597494984080777217                <NA>
## 6114                <NA> 1597494934181117952                <NA>
## 6115                <NA> 1597494878703071232                <NA>
## 6116                <NA> 1597494803985764354                <NA>
## 6117                <NA> 1597494758720831488                <NA>
## 6118 1597491365977690112 1597494746317930496          2544694789
## 6119                <NA> 1597494646112124928                <NA>
## 6120                <NA> 1597494632711356416                <NA>
## 6121                <NA> 1597494593138077696                <NA>
## 6122                <NA> 1597494575207108608                <NA>
## 6123                <NA> 1597494569553522688                <NA>
## 6124                <NA> 1597494513081405440                <NA>
## 6125                <NA> 1597494512779026433                <NA>
## 6126                <NA> 1597494505762328576                <NA>
## 6127                <NA> 1597494478817763328                <NA>
## 6128                <NA> 1597494478050582528                <NA>
## 6129                <NA> 1597494410563899392                <NA>
## 6130                <NA> 1597494367836844032                <NA>
## 6131                <NA> 1597494257795092481                <NA>
## 6132                <NA> 1597494086461968385                <NA>
## 6133                <NA> 1597494049489158145                <NA>
## 6134                <NA> 1597494015124942848                <NA>
## 6135                <NA> 1597493954680791042                <NA>
## 6136 1597493523473129472 1597493953091104768           377212363
## 6137                <NA> 1597493934108053505                <NA>
## 6138                <NA> 1597493910271426561                <NA>
## 6139                <NA> 1597493900721037312                <NA>
## 6140                <NA> 1597493887836119040                <NA>
## 6141                <NA> 1597493884816625666                <NA>
## 6142                <NA> 1597493833851293696                <NA>
## 6143                <NA> 1597493826674827265                <NA>
## 6144                <NA> 1597493817451589637                <NA>
## 6145                <NA> 1597493813102379008                <NA>
## 6146                <NA> 1597493805858492416                <NA>
## 6147                <NA> 1597493796698173440                <NA>
## 6148                <NA> 1597493703534575616                <NA>
## 6149                <NA> 1597493689898905601                <NA>
## 6150                <NA> 1597493686589616128                <NA>
## 6151                <NA> 1597493660119355395                <NA>
## 6152                <NA> 1597493575885131776                <NA>
## 6153                <NA> 1597493514803507200                <NA>
## 6154                <NA> 1597493489268576256                <NA>
## 6155 1597492671781933056 1597493480192106496 1532037511043612672
## 6156                <NA> 1597493362244096000                <NA>
## 6157 1597492064006320129 1597493281117437953 1546739144637816833
## 6158                <NA> 1597493274071048193                <NA>
## 6159 1597492913055100928 1597493264369975296 1130463586902454273
## 6160                <NA> 1597493248708456448                <NA>
## 6161                <NA> 1597493248226136064                <NA>
## 6162                <NA> 1597493226453102592                <NA>
## 6163                <NA> 1597493131272130560                <NA>
## 6164                <NA> 1597493104143380482                <NA>
## 6165                <NA> 1597493060241432576                <NA>
## 6166                <NA> 1597493022010519553                <NA>
## 6167                <NA> 1597492992863920128                <NA>
## 6168                <NA> 1597492959616053249                <NA>
## 6169                <NA> 1597492939969953792                <NA>
## 6170                <NA> 1597492927131156481                <NA>
## 6171 1597492910961745922 1597492916431511553 1488358667070357505
## 6172                <NA> 1597492913055100928                <NA>
## 6173 1597249806074015745 1597492888149299200 1478086531394977793
## 6174                <NA> 1597492885754040320                <NA>
## 6175                <NA> 1597492814707060736                <NA>
## 6176                <NA> 1597492800937156609                <NA>
## 6177                <NA> 1597492790925021184                <NA>
## 6178                <NA> 1597492750785470464                <NA>
## 6179                <NA> 1597492725942624257                <NA>
## 6180                <NA> 1597492648570343424                <NA>
## 6181                <NA> 1597492638126862338                <NA>
## 6182                <NA> 1597492570560819200                <NA>
## 6183                <NA> 1597492557373931520                <NA>
## 6184 1597491311879524352 1597492543746297856 1415806739950182401
## 6185                <NA> 1597492415023439872                <NA>
## 6186                <NA> 1597492367162216448                <NA>
## 6187                <NA> 1597492356999426048                <NA>
## 6188                <NA> 1597492320940670977                <NA>
## 6189                <NA> 1597492179768733697                <NA>
## 6190                <NA> 1597492147522916353                <NA>
## 6191                <NA> 1597492060353069056                <NA>
## 6192 1597403796657037312 1597492046872608768          4352386093
## 6193                <NA> 1597491919554195458                <NA>
## 6194                <NA> 1597491900092944384                <NA>
## 6195 1596925181150183424 1597491867654160384 1581744842585133056
## 6196 1597435502269173760 1597491863619239937           132330084
## 6197                <NA> 1597491862788771841                <NA>
## 6198                <NA> 1597491833193779201                <NA>
## 6199                <NA> 1597491728348770305                <NA>
## 6200                <NA> 1597491622820052992                <NA>
## 6201                <NA> 1597491566821580801                <NA>
## 6202 1597340190447931393 1597491528251080704 1448074981011775494
## 6203                <NA> 1597491407467745281                <NA>
## 6204                <NA> 1597491401591500800                <NA>
## 6205                <NA> 1597491291428106240                <NA>
## 6206                <NA> 1597491237765795840                <NA>
## 6207                <NA> 1597491178462908416                <NA>
## 6208                <NA> 1597491128487784448                <NA>
## 6209                <NA> 1597491113417650177                <NA>
## 6210                <NA> 1597491016772116480                <NA>
## 6211                <NA> 1597490986871320577                <NA>
## 6212                <NA> 1597490975835684865                <NA>
## 6213                <NA> 1597490886228615168                <NA>
## 6214                <NA> 1597490870139334658                <NA>
## 6215                <NA> 1597490752338022405                <NA>
## 6216                <NA> 1597490712769335297                <NA>
## 6217                <NA> 1597490691558424576                <NA>
## 6218                <NA> 1597490641919152129                <NA>
## 6219                <NA> 1597490569810354177                <NA>
## 6220                <NA> 1597490544313335809                <NA>
## 6221                <NA> 1597490498742104064                <NA>
## 6222                <NA> 1597490361576099840                <NA>
## 6223                <NA> 1597490345566097408                <NA>
## 6224                <NA> 1597490292349100032                <NA>
## 6225                <NA> 1597490278243631106                <NA>
## 6226                <NA> 1597490261160235015                <NA>
## 6227 1597373185644957696 1597490210035896320           132378897
## 6228 1597481238612566016 1597489926131843072 1228367579359563776
## 6229                <NA> 1597489880564518912                <NA>
## 6230 1597408926357913600 1597489794153840640            34318891
## 6231                <NA> 1597489696182968320                <NA>
## 6232 1597488886262865920 1597489676998565888          3048676785
## 6233                <NA> 1597489521800933376                <NA>
## 6234                <NA> 1597489502213525505                <NA>
## 6235                <NA> 1597489475331837953                <NA>
## 6236                <NA> 1597489427437486080                <NA>
## 6237                <NA> 1597489417928966146                <NA>
## 6238                <NA> 1597489376543461376                <NA>
## 6239                <NA> 1597489347686977537                <NA>
## 6240                <NA> 1597489263641518080                <NA>
## 6241                <NA> 1597489166400753666                <NA>
## 6242                <NA> 1597489152995782657                <NA>
## 6243                <NA> 1597489147983572992                <NA>
## 6244 1597488844898979841 1597489112755601408  961444201140436992
## 6245 1597249806074015745 1597489038721953793 1478086531394977793
## 6246 1597483831472590854 1597488970933637120 1591991674670125058
## 6247 1597468501887062016 1597488961668395008 1546090184361771009
## 6248                <NA> 1597488875873923074                <NA>
## 6249                <NA> 1597488845205143552                <NA>
##                                                                                                                   statusSource
## 1                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9                                                                  <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 10                                                                 <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 11                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 12                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 13                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 14                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 15                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 16                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 17                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 18                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 19                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 20                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 21                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 22                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 23                                           <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 24                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 25                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 26                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 27                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 28                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 29                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 30                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 31                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 32                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 33                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 34                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 35                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 36                                         <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 37                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 38                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 39                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 40                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 41                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 42                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 43                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 44                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 45                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 46                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 47                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 48                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 49                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 50                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 51                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 52                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 53                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 54                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 55                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 56                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 57                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 58                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 59                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 60                                      <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 61                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 62                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 63                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 64                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 65                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 66                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 67                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 68                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 69                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 70                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 71                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 72                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 73                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 74                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 75                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 76                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 77                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 78                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 79                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 80                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 81                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 82                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 83                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 84                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 85                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 86                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 87                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 88                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 89                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 90                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 91                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 92                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 93                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 94                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 95                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 96                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 97                                              <a href="https://twitter.com/FinderCard" rel="nofollow">baseballcardfinder</a>
## 98                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 99                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 100                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 101                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 102                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 103                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 104                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 105                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 106                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 107                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 108                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 109                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 110                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 111                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 112                                              <a href="https://www.socialjukebox.com" rel="nofollow">The Social Jukebox</a>
## 113                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 114                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 115                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 116                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 117                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 118                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 119                                                       <a href="https://twitter.com/bunchoapp" rel="nofollow">BunchoApp</a>
## 120                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 121                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 122                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 123                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 124                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 125                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 126                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 127                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 128                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 129                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 130                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 131                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 132                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 133                                             <a href="http://www.fantasticradio.co.uk" rel="nofollow"> Fantastic Radioo</a>
## 134                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 135                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 136                      <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 137                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 138                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 139                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 140                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 141                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 142                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 143                                                        <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 144                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 145                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 146                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 147                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 148                                                  <a href="https://twitter.com/HipChicago" rel="nofollow">HipChicagoBot</a>
## 149                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 150                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 151                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 152                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 153                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 154                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 155                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 156                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 157                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 158                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 159                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 160                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 161                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 162                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 163                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 164                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 165                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 166                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 167                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 168                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 169                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 170                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 171                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 172                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 173                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 174                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 175                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 176                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 177                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 178                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 179                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 180                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 181                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 182                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 183                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 184                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 185                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 186                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 187                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 188                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 189                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 190                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 191                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 192                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 193                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 194                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 195                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 196                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 197                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 198                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 199                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 200                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 201                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 202                                                             <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 203                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 204                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 205                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 206                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 207                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 208                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 209                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 210                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 211                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 212                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 213                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 214                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 215                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 216                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 217                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 218                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 219                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 220                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 221                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 222                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 223                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 224                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 225                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 226                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 227                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 228                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 229                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 230                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 231                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 232                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 233                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 234                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 235                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 236                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 237                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 238                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 239                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 240                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 241                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 242                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 243                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 244                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 245                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 246                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 247                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 248                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 249                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 250                                            <a href="https://mobile.twitter.com/portofoiliodev" rel="nofollow">tokdrama</a>
## 251                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 252                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 253                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 254                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 255                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 256                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 257                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 258                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 259                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 260                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 261                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 262                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 263                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 264                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 265                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 266                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 267                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 268                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 269                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 270                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 271                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 272                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 273                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 274                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 275                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 276                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 277                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 278                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 279                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 280                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 281                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 282                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 283                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 284                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 285                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 286                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 287                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 288                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 289                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 290                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 291                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 292                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 293                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 294                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 295                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 296                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 297                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 298                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 299                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 300                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 301                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 302                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 303                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 304                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 305                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 306                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 307                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 308                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 309                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 310                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 311                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 312                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 313                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 314                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 315                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 316                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 317                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 318                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 319                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 320                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 321                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 322                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 323                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 324                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 325                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 326                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 327                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 328                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 329                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 330                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 331                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 332                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 333                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 334                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 335                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 336                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 337                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 338                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 339                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 340                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 341                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 342                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 343                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 344                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 345                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 346                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 347                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 348                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 349                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 350                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 351                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 352                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 353                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 354                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 355                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 356                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 357                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 358                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 359                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 360                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 361                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 362                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 363                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 364                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 365                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 366                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 367                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 368                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 369                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 370                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 371                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 372                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 373                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 374                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 375                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 376                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 377                                                   <a href="https://twitter.com/bluechipcard" rel="nofollow">card-radar</a>
## 378                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 379                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 380                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 381                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 382                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 383                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 384                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 385                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 386                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 387                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 388                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 389                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 390                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 391                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 392                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 393                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 394                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 395                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 396                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 397                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 398                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 399                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 400                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 401                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 402                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 403                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 404                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 405                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 406                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 407                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 408                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 409                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 410                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 411                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 412                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 413                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 414                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 415                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 416                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 417                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 418                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 419                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 420                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 421                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 422                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 423                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 424                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 425                                                                  <a href="http://gofundme.com" rel="nofollow">GoFundMe</a>
## 426                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 427                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 428                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 429                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 430                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 431                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 432                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 433                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 434                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 435                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 436                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 437                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 438                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 439                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 440                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 441                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 442                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 443                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 444                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 445                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 446                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 447                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 448                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 449                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 450                                                                   <a href="https://511ny.org" rel="nofollow">NYRegions</a>
## 451                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 452                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 453                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 454                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 455                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 456                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 457                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 458                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 459                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 460                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 461                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 462                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 463                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 464                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 465                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 466                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 467                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 468                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 469                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 470                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 471                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 472                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 473                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 474                                                            <a href="https://rtweet.info" rel="nofollow">rstats2twitter</a>
## 475                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 476                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 477                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 478                                                    <a href="https://www.litepocketdeals.com" rel="nofollow">Post Deals</a>
## 479                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 480                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 481                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 482                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 483                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 484                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 485                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 486                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 487                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 488                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 489                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 490                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 491                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 492                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 493                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 494                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 495                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 496                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 497                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 498                                                                      <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 499                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 500                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 501                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 502                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 503                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 504                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 505                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 506                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 507                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 508                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 509                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 510                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 511                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 512             <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">IntrinsicApp</a>
## 513                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 514                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 515                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 516                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 517                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 518                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 519                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 520                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 521                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 522                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 523                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 524                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 525                                          <a href="https://plaza.rakuten.co.jp/1147rakuten/diary/" rel="nofollow">R_Aff</a>
## 526                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 527                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 528                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 529                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 530                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 531                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 532                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 533                                <a href="https://www.nintendo.com/countryselector" rel="nofollow">Nintendo Switch Share</a>
## 534                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 535                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 536                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 537                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 538                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 539                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 540                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 541                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 542                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 543                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 544                                        <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 545                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 546                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 547                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 548                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 549                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 550                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 551                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 552                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 553                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 554                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 555                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 556                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 557                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 558                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 559                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 560                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 561                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 562                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 563                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 564                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 565                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 566                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 567                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 568                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 569                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 570                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 571                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 572                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 573                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 574                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 575                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 576                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 577                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 578                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 579                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 580                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 581                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 582                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 583                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 584                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 585                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 586                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 587                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 588                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 589                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 590                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 591                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 592                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 593                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 594                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 595                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 596                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 597                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 598                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 599                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 600                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 601                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 602                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 603                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 604                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 605                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 606                                                            <a href="http://www.soaster.com" rel="nofollow">SoasterTest</a>
## 607                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 608                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 609                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 610                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 611                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 612                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 613                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 614                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 615                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 616                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 617                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 618                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 619                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 620                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 621                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 622                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 623                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 624                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 625                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 626                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 627                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 628                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 629                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 630                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 631                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 632                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 633                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 634                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 635                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 636                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 637                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 638                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 639                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 640                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 641                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 642                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 643                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 644                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 645                                     <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 646                                                                   <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 647                                                                   <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 648                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 649                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 650                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 651                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 652                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 653                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 654                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 655                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 656                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 657                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 658                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 659                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 660                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 661                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 662                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 663                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 664                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 665                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 666                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 667                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 668                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 669                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 670                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 671                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 672                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 673                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 674                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 675                                                                     <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 676                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 677                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 678                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 679                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 680                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 681                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 682                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 683                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 684                                                    <a href="https://app.socialpilot.co/" rel="nofollow">SocialPilot.co</a>
## 685                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 686                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 687                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 688                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 689                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 690                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 691                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 692                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 693                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 694                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 695                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 696                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 697                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 698                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 699                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 700                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 701                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 702                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 703                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 704                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 705                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 706                                                                <a href="http://instagram.com" rel="nofollow">Instagram</a>
## 707                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 708                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 709                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 710                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 711                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 712                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 713                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 714                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 715                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 716                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 717                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 718                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 719                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 720                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 721                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 722                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 723                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 724                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 725                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 726                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 727                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 728                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 729                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 730                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 731                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 732                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 733                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 734                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 735                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 736                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 737                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 738                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 739                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 740                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 741              <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">LAIT911.com</a>
## 742                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 743                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 744                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 745                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 746                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 747                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 748                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 749                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 750                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 751                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 752                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 753                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 754                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 755                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 756                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 757                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 758                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 759                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 760                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 761                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 762                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 763                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 764                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 765                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 766                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 767                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 768                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 769                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 770                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 771                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 772                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 773                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 774                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 775                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 776                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 777                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 778                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 779                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 780                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 781                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 782                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 783                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 784                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 785                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 786                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 787                                        <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 788                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 789                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 790                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 791                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 792                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 793                                       <a href="http://fromEveryst.com" rel="nofollow">555comic.com live-posted stories</a>
## 794                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 795                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 796                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 797                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 798                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 799                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 800                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 801                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 802                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 803                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 804                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 805                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 806                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 807                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 808                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 809                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 810                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 811                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 812                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 813                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 814                                                                      <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 815                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 816                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 817                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 818                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 819                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 820                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 821                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 822                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 823                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 824                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 825                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 826                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 827                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 828                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 829                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 830                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 831                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 832                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 833                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 834                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 835                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 836                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 837                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 838                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 839                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 840                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 841                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 842                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 843                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 844                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 845                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 846                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 847                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 848                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 849                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 850                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 851                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 852                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 853                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 854                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 855                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 856                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 857                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 858                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 859                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 860                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 861                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 862                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 863                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 864                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 865                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 866                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 867                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 868                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 869                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 870                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 871                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 872                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 873                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 874                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 875                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 876                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 877                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 878                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 879                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 880                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 881                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 882                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 883                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 884                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 885                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 886                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 887                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 888                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 889                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 890                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 891                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 892                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 893                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 894                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 895                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 896                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 897                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 898                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 899                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 900                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 901                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 902                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 903                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 904                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 905                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 906                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 907                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 908                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 909                                     <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 910                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 911                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 912                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 913                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 914                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 915                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 916                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 917                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 918                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 919                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 920                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 921                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 922                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 923                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 924                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 925                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 926                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 927                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 928                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 929                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 930                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 931                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 932                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 933                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 934                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 935                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 936                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 937                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 938                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 939                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 940                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 941                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 942                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 943                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 944                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 945                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 946                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 947                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 948                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 949                                             <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 950                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 951                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 952                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 953                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 954                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 955                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 956                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 957                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 958                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 959                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 960                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 961                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 962                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 963                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 964                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 965                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 966                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 967                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 968                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 969                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 970                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 971                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 972                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 973                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 974                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 975                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 976                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 977                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 978                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 979                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 980              <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">tweetsville</a>
## 981                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 982                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 983                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 984                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 985                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 986                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 987                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 988                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 989                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 990                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 991                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 992                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 993                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 994                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 995                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 996                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 997                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 998                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 999                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1000                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1001               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1002                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1003                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1004                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1005                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1006                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1007                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1008                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1009                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1010                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1011                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1012                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1013                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1014                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1015                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1016                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1017                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1018                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1019                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1020                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1021                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1022                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1023                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1024                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1025                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1026                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1027                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1028                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1029                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1030                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1031                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1032                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1033                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1034                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1035                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1036                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1037                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1038                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1039                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1040                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1041                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1042                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1043                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1044                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1045                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1046                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1047                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1048                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1049                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1050                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1051                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1052                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1053                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1054                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1055                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1056                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1057                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1058                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1059                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1060                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1061                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1062                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1063                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1064                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1065                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1066                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1067                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1068                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1069                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1070                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1071                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1072                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1073                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1074                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1075                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1076                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1077                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1078                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1079                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1080                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1081                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1082                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1083                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1084                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1085                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1086                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1087                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1088                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1089                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1090                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1091                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1092                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1093                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1094                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1095                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1096                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1097                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1098                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1099                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1100                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1101                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1102                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1103                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1104                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1105                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1106                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1107                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1108                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1109                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1110                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1111                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1112                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1113                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1114                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1115                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1116                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1117                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1118                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1119                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1120                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1121                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1122                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1123                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1124                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1125                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1126                                    <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 1127                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1128                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1129                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1130                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1131                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1132                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1133                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1134                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1135                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1136                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1137                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1138                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1139                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1140                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1141                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1142                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1143                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1144                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1145                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1146                                             <a href="https://twitter.com/sportscardcoder" rel="nofollow">tradingcards</a>
## 1147                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1148                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1149                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1150                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1151                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1152                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1153                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1154                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1155                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1156                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1157                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1158                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1159                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1160                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1161                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1162                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1163                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1164                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1165                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1166                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1167                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1168                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1169                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1170                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1171                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1172                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1173                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1174                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1175                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1176                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1177                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1178                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1179                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1180                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1181                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1182                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1183                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1184                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1185                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1186                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1187                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1188                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1189                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1190                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1191                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1192                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1193                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1194                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1195                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1196                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1197                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1198                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1199                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1200                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1201                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1202                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1203                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1204                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1205                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1206                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1207                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1208                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1209                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1210                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1211                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1212                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1213                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1214                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1215                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1216                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1217                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1218                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1219                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1220                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1221                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1222                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1223                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1224                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1225                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1226                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1227                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1228                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1229                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1230                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1231                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1232                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1233                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1234                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1235                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1236                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1237                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1238                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1239                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1240                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1241                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1242                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1243                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1244                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1245                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1246                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1247                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1248                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1249                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1250                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1251                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1252                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1253                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1254                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1255                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1256                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1257                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1258                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1259                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1260                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1261                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1262                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1263                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1264                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1265                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1266                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1267                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1268                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1269                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1270                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1271                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1272                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1273                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1274                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1275                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1276                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1277                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1278                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1279                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1280                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1281                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1282                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 1283                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1284                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1285                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1286                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1287                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1288                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1289                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1290                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1291                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1292                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1293                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1294                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1295                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1296                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1297                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1298                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1299                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1300                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1301                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1302                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1303                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1304                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1305                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 1306                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1307                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1308                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1309                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1310                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1311                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1312                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1313                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1314                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1315                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1316                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1317                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1318                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1319                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1320               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1321                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1322                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1323                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1324                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1325                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1326                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1327                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1328                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1329                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1330                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1331                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1332                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1333                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1334                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1335                                                                     <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 1336                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1337                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1338                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1339                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1340                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1341                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1342                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1343                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1344                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1345                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1346                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1347                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1348                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1349                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1350                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1351                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1352                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1353                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1354                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1355               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1356                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1357                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1358                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1359                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1360                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1361                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1362                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1363                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1364                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1365                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1366                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1367                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1368                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1369                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1370                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1371                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1372                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1373                                    <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 1374                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1375                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1376                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1377                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1378                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1379                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1380                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1381                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1382                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1383                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1384                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1385                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1386                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1387                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1388                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1389                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1390                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1391                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1392                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1393                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1394                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1395                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1396                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1397                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1398                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1399                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1400                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1401                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1402                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1403                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1404                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1405                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1406                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1407                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1408                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1409                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1410                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1411                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1412               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1413                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1414                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1415                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1416                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1417                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1418                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1419                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1420                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1421                                                               <a href="http://instagram.com" rel="nofollow">Instagram</a>
## 1422                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1423                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1424                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1425                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1426                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1427                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1428                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1429                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1430                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1431                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1432                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1433                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1434                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1435                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1436               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1437                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1438                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1439                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1440                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1441                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1442                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1443                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1444                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1445                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1446                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1447                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1448               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1449                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1450                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1451                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1452                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1453                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1454                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1455                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1456                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1457                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1458                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1459                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1460                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 1461                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1462                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1463                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1464                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1465                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1466                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1467                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1468                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1469                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1470                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1471                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1472                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1473                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1474                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1475                                                       <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 1476                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1477                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1478                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1479               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1480                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1481                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1482                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1483               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1484                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1485                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1486                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1487                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1488                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1489                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1490               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1491                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1492                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1493                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1494                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1495                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1496                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1497                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1498                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1499                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1500                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1501                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1502                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1503                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1504                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1505                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1506                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1507                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1508                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1509                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1510                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1511               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1512                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1513                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1514                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1515                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1516                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1517                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1518                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1519                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1520                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1521                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1522               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1523                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1524                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1525                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1526                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1527                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1528                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1529                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1530                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1531                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1532                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1533                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1534                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1535                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1536                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1537                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1538                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1539                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 1540                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1541                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1542                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1543                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1544                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1545                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1546                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1547               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1548                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1549                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1550                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1551                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1552                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1553                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1554                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1555                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1556                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1557                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1558                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1559                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1560                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1561                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1562                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1563                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1564                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1565                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1566                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1567                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1568                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1569                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1570                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1571                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1572                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1573                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1574                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1575                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1576                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1577                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1578                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1579                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1580                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1581                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1582                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1583                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1584                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1585                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1586                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1587                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1588                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1589                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1590                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1591                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1592                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1593                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1594                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1595                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1596                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1597                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1598                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1599                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1600                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1601                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1602                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1603                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1604                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1605                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1606                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1607                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1608                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1609                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1610                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1611                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1612                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1613                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1614                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1615                                             <a href="http://www.placeholder.com" rel="nofollow">Amazon Discount Codes</a>
## 1616                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1617                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1618                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1619                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1620               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1621                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1622                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1623                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1624                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1625                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1626                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1627                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1628                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1629                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1630                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1631                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1632                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1633                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1634                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1635                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1636                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1637                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1638                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1639                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1640                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1641                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1642                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1643                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1644                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1645                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1646                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1647                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1648                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1649                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1650                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1651                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1652                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1653                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1654                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1655                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1656                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1657                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1658                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1659                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1660                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1661                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1662                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1663                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1664                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1665                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1666                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1667                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1668                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1669                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1670                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1671                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1672                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1673                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1674                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1675                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1676                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1677                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1678                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1679                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1680                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1681                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1682                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1683                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1684                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1685                                            <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 1686                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1687                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1688                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1689                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1690                                                  <a href="http://dataminingthemoney.com " rel="nofollow">datareadinfo</a>
## 1691                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1692                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1693                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 1694                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1695                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1696                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1697                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1698                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1699                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1700                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1701                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1702                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1703                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1704                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1705                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1706                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1707                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1708                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1709                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1710                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1711                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1712                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1713                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1714                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1715                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1716                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1717                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1718                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1719                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1720                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1721                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1722                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1723                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1724                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1725                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1726                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1727                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1728                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1729                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1730                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1731                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1732                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1733                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1734                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1735                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1736                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1737                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1738                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1739               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1740                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1741                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1742                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1743                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1744                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1745                                    <a href="http://www.famousbirthdays.com/" rel="nofollow">Celebrity Birthdays Today</a>
## 1746                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1747                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1748                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1749                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1750                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1751                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1752                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1753                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1754                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1755                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1756                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1757                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1758                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1759                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1760                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1761                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1762                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1763                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1764                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1765                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1766                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1767                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1768                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1769                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1770                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1771                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1772                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1773                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1774                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1775                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1776                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1777                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1778               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1779                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1780                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1781                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1782                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1783                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1784                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1785                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1786                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1787                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1788                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1789                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1790                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1791                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1792                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1793                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1794                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1795                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1796                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1797                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1798                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1799                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1800                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1801                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1802                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1803                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1804                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1805                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 1806                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1807                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1808                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1809                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1810                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1811                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1812                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1813                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1814                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1815                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1816                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1817                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1818                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1819                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1820                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1821                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1822                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1823                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1824                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1825                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1826                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1827                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1828                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1829                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1830                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1831                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1832                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1833                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1834                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1835                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1836                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1837                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1838                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1839                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1840                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1841                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1842                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1843                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1844                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1845                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1846                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1847                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1848                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1849                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1850                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1851                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1852                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1853                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1854                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1855                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1856                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1857                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1858                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1859                                                   <a href="https://www.viralsweep.com/" rel="nofollow">ViralSweep App</a>
## 1860                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1861                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1862                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1863                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1864                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1865                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1866                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1867                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1868                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1869                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1870                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1871                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1872                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1873                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1874                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1875                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1876                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1877                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1878                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1879                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 1880                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1881                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1882                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1883                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1884                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1885                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1886                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1887                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1888                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1889                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1890                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1891                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1892                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1893                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1894                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1895                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1896                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1897                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1898                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1899                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1900                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1901                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1902                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1903                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1904                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1905                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1906                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1907                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1908                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1909                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1910                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1911                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1912                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1913                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1914                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1915                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1916                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1917                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1918                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1919                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1920                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1921                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1922                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1923                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1924                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1925                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1926                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1927                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1928                                                                     <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 1929                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1930                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1931                                                                     <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 1932                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1933                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1934                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1935                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1936                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1937                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1938                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1939                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1940                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1941                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1942                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1943                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1944                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1945                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1946                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1947                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1948                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1949                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1950                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1951                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1952                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1953                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1954                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1955                                          <a href="http://www.legis.iowa.gov" rel="nofollow">Iowa Legislative Services</a>
## 1956                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1957                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1958                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1959                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1960                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1961                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1962                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1963                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1964                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1965                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1966                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1967                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1968                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1969                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1970                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1971                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1972                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1973                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1974                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1975                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1976                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1977                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1978                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1979                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1980                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1981                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1982                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1983                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1984                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1985                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1986                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1987                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1988                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1989                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1990                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1991                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1992                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1993                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1994                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1995                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1996                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1997                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1998                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1999                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2000                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2001                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2002                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 2003               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 2004                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2005                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2006                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2007                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2008                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2009                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2010                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2011                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2012                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2013                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2014                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2015                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2016                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2017                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2018                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2019                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2020                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2021                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2022                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2023                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2024                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2025                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2026                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2027                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 2028                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2029                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2030                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2031                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2032                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2033                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2034                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2035                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2036                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 2037                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2038                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2039                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2040                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2041                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2042                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2043                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2044                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2045                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2046                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2047                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2048                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2049                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2050                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2051                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2052                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2053                                        <a href="http://www.blacktradelines.com" rel="nofollow">Blacktradecircle login</a>
## 2054                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2055                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2056                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2057                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2058                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2059                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2060                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2061                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2062                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2063                                            <a href="http://www.powerapps.com" rel="nofollow">Microsoft Power Platform</a>
## 2064                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2065                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2066                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2067                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2068                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2069                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2070                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2071                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2072                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2073                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2074                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2075                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2076                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2077                                                              <a href="http://www.falcon.io" rel="nofollow">Brandwatch</a>
## 2078                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2079                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 2080                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2081                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2082                                                   <a href="https://app.socialpilot.co/" rel="nofollow">SocialPilot.co</a>
## 2083                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2084                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2085                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2086                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2087                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2088                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2089                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2090                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2091                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2092                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2093                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2094                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2095                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2096                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2097                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2098                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2099                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2100                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2101                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2102                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2103                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2104                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2105                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2106                                            <a href="http://www.fantasticradio.co.uk" rel="nofollow"> Fantastic Radioo</a>
## 2107                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2108                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2109                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2110                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2111                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2112                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2113                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2114                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2115                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2116                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2117                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2118                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2119                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2120                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2121                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2122                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2123                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2124                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 2125                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2126                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2127                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2128                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2129                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2130                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2131                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2132                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2133                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2134                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2135                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2136                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2137                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2138                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2139                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2140                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2141                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2142                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2143                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2144                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2145                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2146                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2147                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2148                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2149                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2150                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2151                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2152                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2153                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2154                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2155                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2156                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2157                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2158                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2159                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2160                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2161                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2162                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2163                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2164                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2165                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2166                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2167                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2168                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2169                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2170                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2171                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2172                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2173                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2174                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2175                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2176                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2177                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2178                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2179                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2180                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2181                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2182                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2183                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2184                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2185                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2186                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2187                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2188                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2189                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2190                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2191          <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Save to Notion</a>
## 2192                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2193                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2194                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2195                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2196                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2197                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2198                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2199                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2200                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2201                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2202                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2203                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2204                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2205                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2206                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2207                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2208                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2209                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2210                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 2211               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 2212                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2213                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2214                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2215                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2216                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2217                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2218                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2219                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2220                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2221                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2222                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2223                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2224                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2225                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2226                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2227                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2228                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2229                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2230                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2231                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2232                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2233                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2234                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2235                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2236                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2237                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2238                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2239                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2240                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2241                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2242                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2243                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2244                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2245                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2246                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2247                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2248                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2249                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2250                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2251                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2252                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2253                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2254                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2255                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2256                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2257                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2258                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2259                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2260                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2261                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2262                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2263                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2264                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2265                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2266                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2267                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2268                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2269                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2270                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2271                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2272                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2273                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2274                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2275                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2276                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2277                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2278                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2279                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2280                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2281                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2282                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2283                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2284                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2285                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2286                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2287                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2288                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2289                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2290                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2291                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2292                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2293                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2294                                                             <a href="https://www.later.com" rel="nofollow">LaterMedia</a>
## 2295                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2296                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2297                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2298                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2299                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2300                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2301                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2302                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2303                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2304                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2305                                            <a href="https://twitter.com/FinderCard" rel="nofollow">baseballcardfinder</a>
## 2306                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2307                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2308                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2309                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2310                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2311                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2312                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2313                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2314                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2315                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2316                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2317                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2318                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2319                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2320                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2321                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2322                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2323                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2324                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2325                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2326                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2327                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2328                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2329                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2330                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2331                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2332                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2333                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2334                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2335                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2336                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2337                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2338                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2339                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2340                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2341                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2342                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2343                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2344                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2345                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2346                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2347                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2348                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2349                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2350                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2351                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2352                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2353                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2354                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2355                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2356                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2357                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2358                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2359                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2360                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2361                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2362                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2363                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2364                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2365                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2366                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2367                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2368                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2369                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2370                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2371                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2372                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2373                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2374                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2375                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2376                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2377                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2378                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2379                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2380                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2381                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2382                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2383                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2384                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2385                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2386                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2387                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2388                                                <a href="http://javascriptdigest.com" rel="nofollow">javascriptdigest2</a>
## 2389                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2390                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 2391                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2392                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2393                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2394                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2395                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2396                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2397                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2398                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2399                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2400                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2401                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2402                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2403                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2404                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2405                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2406                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2407                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2408                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2409                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2410                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2411                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2412                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2413                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2414                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2415                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2416                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2417                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2418                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2419                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2420                     <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 2421                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2422                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2423                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2424                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2425                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2426                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2427                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2428                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2429                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2430                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2431                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2432                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2433                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2434                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2435                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2436                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2437                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2438                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2439                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2440                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2441                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2442                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2443                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2444                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2445                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2446                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2447                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2448                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2449                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2450                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2451                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2452                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2453                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2454                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2455                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2456                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2457                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2458                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2459                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2460                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2461                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2462                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2463                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2464                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2465                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2466                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2467                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2468                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2469                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2470                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2471                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2472                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2473                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2474                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2475                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2476                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2477                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2478                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2479                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2480                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2481                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2482                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2483                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2484                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2485                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2486                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2487                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2488                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2489                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2490                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2491                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2492                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2493                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2494                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2495                                                             <a href="https://vnnsports.net/" rel="nofollow">VNN, Inc.</a>
## 2496                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2497                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2498                         <a href="https://github.com/sourceoftruthdata" rel="nofollow">sourceoftruthdata.com NFT Promo</a>
## 2499                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2500                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2501                                            <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 2502                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2503                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2504                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2505                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2506                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2507                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2508                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2509                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2510                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2511                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2512                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2513                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2514                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2515                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2516                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2517                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2518                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2519                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2520                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2521                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2522                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2523                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2524                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2525                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2526                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2527                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2528                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2529                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2530                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2531                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2532                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2533                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2534                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2535                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2536                                                        <a href="https://twitter.com" rel="nofollow">TweetDeck Web App</a>
## 2537                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2538                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2539                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2540                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2541                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 2542                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2543                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2544                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2545                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2546                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2547                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2548                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2549                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2550                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2551                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2552                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2553                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2554                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2555                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2556                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2557                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2558                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2559                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2560                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2561                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2562                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2563                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2564                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2565                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2566                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2567                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2568                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2569                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2570                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2571                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2572                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 2573                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 2574                                                                  <a href="https://511ny.org" rel="nofollow">NYRegions</a>
## 2575                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2576                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2577                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2578                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2579                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2580                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2581                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2582                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2583                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2584                     <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 2585                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2586                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2587                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2588                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2589                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2590                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 2591                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2592                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2593                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2594                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2595                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2596                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2597                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2598                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2599                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2600                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2601                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2602             <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">LAIT911.com</a>
## 2603                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2604                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2605                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2606                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2607                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2608                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2609                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2610                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2611                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2612                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2613                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2614                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2615                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2616                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2617                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2618                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2619                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2620                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2621                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2622                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2623                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2624                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2625                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2626                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2627                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2628                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2629                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2630                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2631                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2632                                                                 <a href="https://twittrp.com" rel="nofollow">Twitt-RP</a>
## 2633                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2634                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2635                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2636                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2637                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2638                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2639                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2640                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2641                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2642                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2643                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2644                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2645                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2646                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2647                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2648                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2649                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2650                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2651                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2652                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2653                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2654                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2655                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 2656                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2657                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2658                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2659                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 2660               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 2661                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2662                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2663                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2664                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2665                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2666                                                               <a href="https://zapier.com/" rel="nofollow">Zapier.com</a>
## 2667                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2668                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2669                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2670                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2671                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2672                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2673                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2674                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2675                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2676                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2677                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2678                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (OR)</a>
## 2679               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 2680                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2681                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2682                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2683                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2684                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2685                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2686                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2687                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2688                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2689                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2690                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2691                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2692                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2693                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2694                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2695                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2696                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2697                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2698                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2699                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2700                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2701                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2702                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2703                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2704                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2705                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2706                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2707                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2708                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2709                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2710                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2711                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2712                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2713                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2714                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2715                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2716                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2717                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2718                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2719                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2720                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2721                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2722                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2723                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2724                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2725                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2726                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2727                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2728                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2729                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2730                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2731                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2732                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2733                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2734                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2735                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2736                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2737                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2738                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2739                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2740                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2741                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2742                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2743                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2744                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2745                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2746                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2747                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2748                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2749                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2750                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2751                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2752                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2753                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2754                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2755                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2756                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2757                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2758                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2759                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2760                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2761                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2762                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2763                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2764                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2765                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2766                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2767                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2768                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2769                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2770                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 2771                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2772                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2773               <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">iloveps_5</a>
## 2774                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2775                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2776                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2777                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2778                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2779                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2780                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2781                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2782                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2783                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2784                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2785                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 2786                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2787                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2788                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2789                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2790                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2791                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2792                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2793                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2794                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2795                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2796                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2797                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2798                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2799                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2800                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2801                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2802                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2803                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2804                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2805                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2806                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2807                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2808                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2809                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2810                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2811                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2812                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2813                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2814                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2815                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2816                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2817                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2818                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2819                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2820                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2821                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2822                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2823                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2824                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2825                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2826                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2827                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2828                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2829                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2830                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2831                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2832                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2833                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2834                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2835                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2836                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2837                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2838                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2839                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2840                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2841                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2842                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2843                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2844                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2845                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2846                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2847                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2848                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2849                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2850                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2851                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2852                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2853                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2854                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2855                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2856                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2857                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2858                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2859                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2860                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2861                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2862                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2863                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2864                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2865                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2866                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2867                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2868                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2869                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2870                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2871                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2872                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2873                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2874                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2875                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2876                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2877                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2878                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2879                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2880                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2881                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2882                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2883                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2884                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2885                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2886                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2887                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2888                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 2889                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2890                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2891                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2892                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2893                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2894                                                        <a href="https://socialbee.io/" rel="nofollow">SocialBee.io v2</a>
## 2895                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2896                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2897                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2898                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2899                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2900                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2901                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2902                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2903                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2904                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2905                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2906                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2907                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2908                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2909                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2910                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2911                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2912                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2913                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2914                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2915                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2916                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2917                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2918                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2919                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2920                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2921                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2922                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2923                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2924                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2925                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2926                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2927                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2928                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2929                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2930                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2931                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2932                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2933                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2934                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2935                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2936                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2937                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2938                                                <a href="https://twitter.com/cardradar1" rel="nofollow">cardfinder0509</a>
## 2939                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2940                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2941                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2942                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2943                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 2944                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2945                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2946                                                 <a href="https://www.spredfast.com/" rel="nofollow">Khoros Publishing</a>
## 2947                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2948                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2949                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2950                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2951                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2952                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2953                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2954                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2955                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2956                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2957                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2958                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 2959                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2960                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2961                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2962                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2963                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2964                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2965                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2966                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2967                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2968                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2969                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2970                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2971                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2972                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2973                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2974                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2975                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2976                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2977                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2978                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2979                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2980                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2981                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2982                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2983                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2984                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2985                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2986                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2987                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2988                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2989                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2990                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2991                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2992                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2993                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2994                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2995                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2996                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2997                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2998                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2999                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3000                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3001                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3002                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3003                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3004                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3005                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3006                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3007                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3008                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3009                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3010                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3011                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3012                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3013                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3014                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3015                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3016                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3017                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3018                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3019                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3020                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3021                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3022                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3023                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3024                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3025                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3026                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3027                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3028                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3029                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3030                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3031                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3032                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3033                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3034                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3035                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3036                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3037                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3038                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3039                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3040                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3041                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3042                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3043                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3044                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3045                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3046                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3047                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3048                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3049                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3050                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3051                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3052                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3053                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3054                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3055                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3056                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3057                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3058                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3059                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3060                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3061                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3062                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3063                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3064                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3065                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3066                                                             <a href="https://vnnsports.net/" rel="nofollow">VNN, Inc.</a>
## 3067                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3068                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 3069                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3070                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3071                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3072                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3073                                                 <a href="https://twitter.com/HipChicago" rel="nofollow">HipChicagoBot</a>
## 3074                                                 <a href="https://twitter.com/HipChicago" rel="nofollow">HipChicagoBot</a>
## 3075                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3076                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3077                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3078                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3079                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3080                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3081                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3082                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3083                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3084                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3085                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3086                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3087                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3088                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3089                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3090                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3091                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3092                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3093                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3094                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3095                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3096                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3097                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3098                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3099                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3100                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3101                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3102                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3103                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3104                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3105                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3106                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3107                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3108                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3109                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3110                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3111                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3112                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3113                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3114                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3115                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3116                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3117                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3118                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3119                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3120                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3121                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3122                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3123                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3124                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3125                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3126                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3127                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3128                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3129                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3130                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3131                                                 <a href="http://www.socialnewsdesk.com" rel="nofollow">SocialNewsDesk</a>
## 3132                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3133                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3134                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3135                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3136                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3137                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3138                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3139                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3140                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3141                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3142                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3143                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3144                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3145                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3146                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3147                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3148                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3149                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3150                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3151                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3152                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3153                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3154                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3155                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3156                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3157                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3158                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3159                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3160                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3161                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3162                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3163                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3164                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3165                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3166                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3167                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3168                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 3169                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3170                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3171                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3172                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3173                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3174                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3175                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3176                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3177                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3178                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3179                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3180                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3181                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3182                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3183                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3184                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3185                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3186                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3187                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3188                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3189                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3190                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3191                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3192                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3193                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3194                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3195                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3196                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3197                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 3198                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3199                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3200                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3201                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3202                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3203                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3204                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3205                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3206                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3207                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3208                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3209                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3210                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3211                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3212                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3213                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3214                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3215                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3216                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3217                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3218                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3219                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3220                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3221                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3222                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3223                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3224                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3225                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3226                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3227                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3228                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3229                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3230                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3231                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3232                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3233                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3234                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3235                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3236                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 3237                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3238                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3239                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3240                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3241                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3242                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3243                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3244                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3245                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3246                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3247                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3248                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3249                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3250                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3251                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3252                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3253                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3254                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3255                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3256                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3257                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3258                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3259                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3260                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3261                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3262                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3263                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3264                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3265                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3266                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3267                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3268                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3269                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3270                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3271                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3272                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3273                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3274                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3275                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3276                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3277                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3278                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3279                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 3280                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3281                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3282                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3283            <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">OtomeTweeter</a>
## 3284                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3285                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3286                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3287                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3288                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3289                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3290                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3291                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3292                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3293                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3294                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3295                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3296                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3297                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3298                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3299                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3300                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3301                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3302                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3303                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3304                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3305                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3306                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3307                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3308                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3309                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3310                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3311                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3312                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3313                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3314                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3315                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3316                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3317                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3318                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3319                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3320                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3321                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3322                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3323                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3324                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3325                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3326                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3327                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3328                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3329                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3330                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3331                                                         <a href="http://www.VIEmedia.at" rel="nofollow">VIEmedia News</a>
## 3332                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3333                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3334                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3335                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3336                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3337                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3338                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3339                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3340                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3341                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3342                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3343                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3344                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3345                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3346                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3347                                               <a href="https://www.tweetedtimes.com" rel="nofollow">The Tweeted Times</a>
## 3348                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3349                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3350                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3351                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3352                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3353                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3354                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3355                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3356                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3357                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3358                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3359                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3360                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3361                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3362                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3363                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3364                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3365                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3366                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3367                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3368                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3369                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3370                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3371                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3372                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3373                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3374                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3375                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3376               <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">iloveps_5</a>
## 3377                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3378                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3379                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3380                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3381                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3382                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3383                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3384                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3385                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3386                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3387                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3388                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3389                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3390                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3391                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3392                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3393                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3394                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 3395                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3396                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3397                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3398                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3399                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3400                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3401                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3402                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3403                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3404                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3405                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3406                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3407                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3408                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3409                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3410                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3411                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3412                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3413                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3414                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3415                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3416                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3417                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3418                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3419                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3420                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3421                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3422                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3423                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3424                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3425                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3426                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3427                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3428                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3429                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3430                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3431                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3432                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3433                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3434                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3435                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3436                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3437                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 3438                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3439                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3440                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3441                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3442                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3443                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 3444                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3445                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3446                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3447                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3448                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3449                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3450                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3451                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3452                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3453                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3454                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3455                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3456                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3457                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3458                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3459                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3460                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3461                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3462                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3463                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3464                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3465                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3466                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3467 <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Flipkart Support Shopsy</a>
## 3468                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3469                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3470                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3471                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3472                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3473                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3474                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3475                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3476                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3477                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3478                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3479                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3480                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3481                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3482                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3483                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3484                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3485                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3486                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3487                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3488                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3489                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3490                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3491                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3492                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3493                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3494                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3495                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3496                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3497                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3498                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3499                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3500                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3501                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3502                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3503                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3504                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3505                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3506                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3507                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3508                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3509                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3510                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3511                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3512                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3513                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3514                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3515                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3516                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3517                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3518                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3519                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3520                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3521                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3522                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3523                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3524                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3525                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3526                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3527                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3528                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3529                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3530                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3531                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3532                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3533                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3534                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3535                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3536                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3537                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3538                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3539                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3540                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3541                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3542                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3543                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3544                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3545                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3546                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3547                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3548                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3549                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3550                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3551                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3552                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3553                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3554                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3555                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3556                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3557                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3558                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3559                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3560                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3561                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3562                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3563                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3564                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3565                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3566                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3567                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3568                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3569                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3570                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3571                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3572                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3573                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3574                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3575                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3576                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3577                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3578                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3579                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3580                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3581                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3582                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3583                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3584                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3585                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3586                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 3587                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3588                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3589                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3590                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3591                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3592                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3593                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3594                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3595                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3596                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3597                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3598                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3599                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3600                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3601                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3602                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 3603                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3604                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3605                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3606                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3607                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3608                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3609                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3610                                                              <a href="http://www.echofon.com/" rel="nofollow">Echofon</a>
## 3611                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3612                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3613                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3614                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3615                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3616                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3617                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3618                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3619                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3620                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3621                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3622                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3623                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3624                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3625                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3626                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3627                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3628                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3629                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3630                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3631                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3632                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3633                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3634                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3635                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3636                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3637                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3638                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3639                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3640                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3641                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3642                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3643                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3644                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3645                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3646                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3647                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3648                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3649                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3650                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3651                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3652                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3653                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3654                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3655                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3656                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3657                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3658                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3659                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3660                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3661                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3662                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3663                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3664                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3665                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3666                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3667                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3668                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3669                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3670                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3671                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3672                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3673                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3674                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3675                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3676                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3677                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3678                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3679                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3680                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3681                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3682                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3683                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3684                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3685                                                 <a href="http://www.twitter.com/todobaku_bot" rel="nofollow">FLYNNBOT</a>
## 3686                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3687                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3688                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3689                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3690                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3691                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3692                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3693                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3694                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3695                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3696                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3697                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3698                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3699                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3700                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3701                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3702                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3703                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3704 <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Flipkart Support Shopsy</a>
## 3705                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3706                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3707                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3708                                                            <a href="http://www.linkedin.com/" rel="nofollow">LinkedIn</a>
## 3709                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3710                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3711                                                              <a href="https://www.planoly.com" rel="nofollow">PLANOLY</a>
## 3712                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3713                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3714                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3715                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3716                                                               <a href="https://www.tumblr.com/" rel="nofollow">Tumblr</a>
## 3717                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3718                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3719                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3720                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3721                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3722                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3723                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3724               <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">iloveps_5</a>
## 3725                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3726                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3727                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3728                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3729                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3730                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 3731                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3732                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3733                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3734                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3735                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3736                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3737                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3738                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3739                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3740                                        <a href="http://www.blendervisual.blogspot.com" rel="nofollow">Twitter Mac bot</a>
## 3741                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3742                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3743                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3744                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3745                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3746                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3747                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3748                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3749                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3750                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3751                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3752                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3753                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3754                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3755                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3756                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3757                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3758                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3759                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3760                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3761                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3762                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3763                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3764                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3765                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3766                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3767                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3768                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3769                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3770                                                       <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 3771                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3772                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3773                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3774                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3775                                                       <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 3776                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3777                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3778                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3779                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3780                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3781                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3782                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3783                                                                <a href="https://portal.prpro.be" rel="nofollow">PRpro</a>
## 3784                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3785                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3786                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3787                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3788                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3789                                                              <a href="http://www.hubspot.com/" rel="nofollow">HubSpot</a>
## 3790                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3791                                                       <a href="http://www.twittascope.com" rel="nofollow">Twittascope</a>
## 3792                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3793                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3794                                                             <a href="https://typefully.com/" rel="nofollow">Typefully</a>
## 3795                                                              <a href="https://blazedcodes.com" rel="nofollow">BlazeRT</a>
## 3796                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 3797                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3798                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3799                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3800                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3801                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3802                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3803                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3804                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3805                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3806                                                                <a href="https://hypefury.com" rel="nofollow">Hypefury</a>
## 3807                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3808                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3809                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3810                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3811                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3812                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3813                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3814                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3815                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3816                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3817                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3818                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3819                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3820                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3821                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3822                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3823                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3824                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3825                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3826                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3827                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3828                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3829                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3830                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3831                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3832                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3833                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3834                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3835                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3836                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3837                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3838                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3839                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3840                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3841                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3842                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3843                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3844                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3845                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3846                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3847                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3848                                                   <a href="https://www.litepocketdeals.com" rel="nofollow">Post Deals</a>
## 3849                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3850                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3851                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3852                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3853                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3854                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3855                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 3856               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 3857                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3858                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3859                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3860                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3861                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3862                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3863                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3864                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3865                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3866                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3867                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3868                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3869                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3870                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3871                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3872                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3873                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3874                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3875                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3876                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3877                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3878                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3879                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3880                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3881                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3882                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3883                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3884                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 3885                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3886                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3887                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3888                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3889                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3890                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3891                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3892                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3893                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3894            <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">AltBlackNews</a>
## 3895                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3896                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3897                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3898                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3899                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3900                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3901                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3902                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3903                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3904                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3905                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3906                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3907                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3908                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3909                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3910                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3911                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3912                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3913                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3914                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3915                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3916                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3917                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3918                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3919                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3920                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3921                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3922                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3923                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3924                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3925                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3926                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3927                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3928                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3929                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3930                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3931                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3932                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3933                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3934                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3935                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3936                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3937                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3938                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3939                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3940                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3941                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3942                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3943                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3944                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3945                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3946                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3947                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3948                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3949                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3950                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3951                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3952                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3953                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3954                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3955                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3956                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3957                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3958                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3959                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3960                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3961                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3962                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3963                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3964                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3965                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3966                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3967                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3968                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3969                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3970                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3971                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3972                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3973                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3974                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3975                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3976                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3977                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3978                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3979                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 3980                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3981                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3982                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3983                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3984                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3985                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3986                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3987                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3988                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3989                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3990                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3991                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3992                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3993                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3994                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3995                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3996                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3997                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3998                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3999                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4000                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4001                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4002                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4003                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4004                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4005                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4006                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4007                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4008                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4009                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4010                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4011                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4012                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4013                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4014                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4015                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4016                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4017                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4018                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4019                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4020                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4021                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4022                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4023                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 4024                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4025                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 4026                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4027                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4028                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4029                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4030                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4031                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4032                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4033                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4034                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4035                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4036                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4037                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 4038                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4039                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4040                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4041                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4042                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4043                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4044                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4045                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4046                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4047                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4048                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4049                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4050                                                                  <a href="https://511ny.org" rel="nofollow">NYRegions</a>
## 4051                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4052                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4053                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4054                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4055                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4056                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4057                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4058                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4059                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4060                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4061                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4062                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4063                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4064                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 4065                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4066                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4067                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4068                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4069                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4070                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4071                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4072                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4073                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4074                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4075                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4076                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4077                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4078                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4079                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4080                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4081                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4082                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4083                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4084                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4085                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4086                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4087                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4088                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4089                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4090                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4091                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4092                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4093                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4094                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4095                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4096                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4097                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4098                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4099                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4100                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4101                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4102                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4103                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4104                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4105                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4106                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4107                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4108                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4109                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4110                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4111                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4112                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4113                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4114                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4115                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4116                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4117                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4118                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4119                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4120                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4121                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4122                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4123                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4124                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4125                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4126                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4127                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4128                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4129                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4130                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4131                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4132                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4133                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4134                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4135                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4136                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4137                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4138                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4139                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4140                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4141                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4142                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4143                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4144                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4145                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4146                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4147                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4148                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4149                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4150                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4151                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4152                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4153                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4154                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4155                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4156                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4157                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4158                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4159                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4160                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4161                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4162                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4163                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4164                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4165                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4166                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4167                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4168                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4169                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4170                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4171                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4172                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4173                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4174                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4175                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4176                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4177                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4178                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4179                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4180                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4181                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4182                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4183                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4184                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4185                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4186                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4187                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4188                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4189                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4190                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4191                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4192                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4193                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 4194                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4195                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4196                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4197                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4198                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4199                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4200                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4201                                                           <a href="http://www.mailchimp.com" rel="nofollow">Mailchimp</a>
## 4202                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4203                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4204                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4205                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4206                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4207                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 4208                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4209                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4210                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 4211                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4212                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4213                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4214                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4215                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4216                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4217                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4218                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4219                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4220                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4221                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4222                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4223                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4224                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4225                                                            <a href="https://nookgaming.com" rel="nofollow">VN_Tweeter</a>
## 4226                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4227                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4228                                                       <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 4229                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4230                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4231                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4232                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4233                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4234                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4235                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4236                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4237                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4238                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4239                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4240                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4241                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4242                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4243                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4244                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4245                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4246                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4247                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4248                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4249                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4250                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4251                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4252                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4253                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4254                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4255                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4256                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4257                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4258                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4259                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4260                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4261                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4262                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4263                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4264                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4265                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4266                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4267                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4268                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4269                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4270                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4271                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4272                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4273                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4274                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4275                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4276                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4277                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4278                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4279                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4280                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4281                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4282                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4283                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4284                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4285                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4286                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4287                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4288                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4289                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4290                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4291                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4292                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4293                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4294                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4295                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4296                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4297                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4298                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4299                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4300                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4301                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4302                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4303                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4304                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4305                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4306                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4307                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4308                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4309                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4310                             <a href="http://www.strictly-software.com" rel="nofollow">Strictly Tweetbot for Wordpress</a>
## 4311                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4312                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4313                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4314                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4315                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4316                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4317                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4318                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4319                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4320                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4321                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4322                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4323                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4324                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4325                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4326                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4327                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4328                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4329                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4330                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4331                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4332                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4333                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4334                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4335                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4336                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4337                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4338                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4339                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4340                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4341                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4342                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4343                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4344                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4345                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4346                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4347                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4348                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4349                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4350                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4351                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4352                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4353                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4354                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4355                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4356                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4357                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4358                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4359                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4360                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4361                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4362                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4363                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4364                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4365                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4366                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4367                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4368                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4369                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4370                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4371                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4372                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4373                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4374                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4375                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4376                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4377                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4378                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4379                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4380                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4381                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4382                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4383                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4384                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4385                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4386                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4387                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4388                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4389                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4390                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4391                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4392                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4393                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4394                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4395                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4396                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4397                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4398                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4399                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4400                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4401                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4402                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4403                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4404                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4405                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4406                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4407                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4408                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4409                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4410                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4411                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4412                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4413                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4414                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4415                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4416                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4417                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4418                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4419                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4420                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4421                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4422                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4423                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4424                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4425                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4426                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4427                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4428                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4429                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4430                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4431                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4432                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4433                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4434                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4435                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4436                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4437                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4438                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4439                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4440                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4441                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4442                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4443                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4444                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4445                                                  <a href="https://twitter.com/BoysLoveFess" rel="nofollow">Jodanspace</a>
## 4446                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4447                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4448                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4449                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4450                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4451                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4452                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4453                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4454                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4455                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4456                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4457                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4458                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4459                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4460                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4461                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4462                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4463                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4464                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4465                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4466                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4467                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4468                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4469                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4470                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4471                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4472                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4473                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4474                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4475                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4476                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4477                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4478                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4479                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4480                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4481                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4482                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4483                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4484                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4485                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4486                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4487                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4488                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4489                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4490                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4491                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4492                                   <a href="https://tapbots.com/software/tweetbot/mac" rel="nofollow">Tweetbot for Mac</a>
## 4493                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4494                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4495                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4496                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4497                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4498                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4499                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4500                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4501                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4502                                                                   <a href="https://app-6.com" rel="nofollow">WIWIBOT1</a>
## 4503                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4504                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4505                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4506                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4507                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4508                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4509                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 4510                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4511                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4512                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4513                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4514                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4515                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4516                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4517                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4518                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4519                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4520                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4521                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4522                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4523                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4524                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4525                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4526                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4527                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4528                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4529                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4530                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4531                                                                <a href="https://gambiste.com" rel="nofollow">Gambiste</a>
## 4532                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4533                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4534                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4535                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4536                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4537                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4538                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4539                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4540                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4541                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4542                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4543                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4544                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4545                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4546                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4547                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4548                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4549                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4550                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4551                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4552                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4553                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4554                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4555                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4556                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 4557                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 4558                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4559                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4560                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4561                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4562                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4563                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4564                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4565                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4566                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 4567               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 4568                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4569                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4570                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4571                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 4572               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 4573                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4574                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4575                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4576                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4577                                                  <a href="https://eurasiapol.ftrsk.net" rel="nofollow">Eurasiapolnews</a>
## 4578                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4579                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4580                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4581                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4582                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 4583                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4584                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4585                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4586                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4587                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4588                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4589                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4590                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4591                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4592                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4593                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4594                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4595                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4596                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4597                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4598                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4599                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4600                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4601                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4602                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4603                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4604                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4605                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4606                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4607                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4608                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4609                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4610                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4611                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4612                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 4613               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 4614                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4615                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4616                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4617                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4618                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4619                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4620                     <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 4621                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4622                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4623                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4624                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4625                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4626                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4627                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4628                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4629                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4630                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4631                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4632                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4633                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4634                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4635                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4636                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4637                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4638                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4639                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4640                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4641                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4642                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4643                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4644                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4645                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4646                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4647                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4648                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4649                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4650                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4651                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4652                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4653                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4654                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4655                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4656                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4657                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4658                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4659                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4660                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4661                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4662                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4663                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4664                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4665                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4666                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4667                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4668                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4669                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4670                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4671                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4672                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4673                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4674                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4675                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4676                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4677                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4678                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4679                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4680                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4681                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4682                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4683                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4684                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4685                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4686                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4687                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4688                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4689                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4690                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4691                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4692                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4693                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4694                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4695                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4696                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4697                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4698                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4699                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4700                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4701                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4702                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4703                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4704                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4705                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4706                                            <a href="https://twitter.com/JUJUTSUFESS" rel="nofollow">【 JUJUTSUFESS 】</a>
## 4707                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4708                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4709                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4710                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4711                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4712                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4713                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4714                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4715                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4716                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4717                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4718                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4719                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4720                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4721                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4722                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4723                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4724                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4725                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4726                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4727                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4728                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4729                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4730                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4731                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4732                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4733                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4734                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4735                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4736                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4737                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4738                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4739                                                       <a href="http://www.twittascope.com" rel="nofollow">Twittascope</a>
## 4740                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4741                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4742                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4743                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4744                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4745                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4746                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4747                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4748                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4749                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4750                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4751                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4752                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4753                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4754                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4755                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4756                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4757                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4758                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4759                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4760                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4761                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4762                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4763                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4764                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4765                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4766                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4767                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4768                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4769                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4770                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4771                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4772                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4773                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4774                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4775                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4776                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 4777                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4778                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4779                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4780                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4781                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4782                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4783                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4784                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4785                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4786                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4787                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4788                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4789                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4790                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4791                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4792                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4793                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4794                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4795                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4796                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4797                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4798                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4799                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4800                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4801                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4802                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4803                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4804                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4805                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4806                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4807                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4808                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4809                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4810                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4811                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4812                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4813                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4814                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4815                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4816                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4817                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4818                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4819                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4820                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4821                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4822                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4823                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4824                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4825                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4826                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4827                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4828                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4829                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4830                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4831                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4832                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4833                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4834                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4835                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4836                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4837                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4838                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4839                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4840                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4841                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4842                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4843                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4844                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4845                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4846                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4847                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4848                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4849                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4850                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4851                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4852                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4853                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4854                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4855                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4856                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4857                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4858                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4859                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4860                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4861                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4862                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4863                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4864                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4865                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4866                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4867                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4868                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4869                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4870                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4871                                                  <a href="https://twitter.com/BoysLoveFess" rel="nofollow">Jodanspace</a>
## 4872                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4873                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4874                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4875                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4876             <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Angel's bot</a>
## 4877                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4878                                   <a href="http://mattiascibien.net/projects/#3drenderbot" rel="nofollow">3dRenderBot</a>
## 4879                                   <a href="http://mattiascibien.net/projects/#3drenderbot" rel="nofollow">3dRenderBot</a>
## 4880                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4881                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4882                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4883                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4884                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4885                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4886                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4887                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4888                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4889                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4890                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4891                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4892                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4893                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4894                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4895                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4896                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4897                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4898                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4899                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4900                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4901                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4902                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4903                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4904                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4905                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4906                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4907                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4908                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4909                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4910                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4911                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4912                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4913                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4914                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4915                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4916                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4917                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4918                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4919                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4920                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4921                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4922                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4923                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4924                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4925                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4926                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4927                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4928                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4929                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4930                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4931                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4932                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4933                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4934                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4935                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4936                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4937                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4938                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4939                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4940                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4941                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4942                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4943                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4944                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4945                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4946                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4947                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4948                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4949                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4950                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4951                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4952                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4953                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4954                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4955                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4956                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4957                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4958                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4959                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4960                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4961                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4962                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4963                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4964                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4965                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4966                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4967                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4968                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4969                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4970                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4971                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4972                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4973                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4974                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4975                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4976                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4977                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4978                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4979                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4980                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4981                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4982                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4983                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4984                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4985                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4986                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4987                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4988                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4989                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4990                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4991                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4992                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4993                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4994                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4995                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4996                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4997                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4998                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4999                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5000                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5001                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5002                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5003                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5004                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5005                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5006                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5007                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5008                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5009                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5010                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5011                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5012                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5013                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5014                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5015                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 5016                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 5017                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5018                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5019                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5020                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5021                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5022                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5023                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5024                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5025                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5026                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5027                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5028                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5029                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5030                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5031                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5032                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5033                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5034                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5035                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5036                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5037                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5038                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5039                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5040                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5041                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5042                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5043                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5044                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5045                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5046                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5047                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5048                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5049                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5050                                                         <a href="http://www.socialflow.com" rel="nofollow">SocialFlow</a>
## 5051                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5052                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5053                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5054                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5055                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5056                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5057                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5058                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5059                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5060                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5061                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5062                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5063                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5064                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5065                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5066                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5067                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5068                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5069                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5070                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5071                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5072                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5073                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5074                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5075                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5076                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5077                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5078                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 5079                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5080                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5081                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5082                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5083                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5084                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5085                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5086                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5087                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5088                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5089                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5090                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5091                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5092                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5093                                   <a href="https://tapbots.com/software/tweetbot/mac" rel="nofollow">Tweetbot for Mac</a>
## 5094                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5095                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5096                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5097                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5098                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5099                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5100                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5101                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5102                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5103                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5104                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5105                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5106                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5107                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5108                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5109                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5110                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5111                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5112                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5113                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5114                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5115                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5116                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5117                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5118                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5119 <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Flipkart Support Shopsy</a>
## 5120                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5121                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5122                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5123                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5124                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5125                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5126                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5127                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5128                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5129                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5130                                            <a href="http://www.powerapps.com" rel="nofollow">Microsoft Power Platform</a>
## 5131                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5132                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5133                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5134                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5135                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5136                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5137                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5138                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5139                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5140                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5141                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5142                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5143                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5144                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5145                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5146                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5147                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5148                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5149                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5150                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5151                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5152                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5153                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5154                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5155                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5156                                                <a href="https://twitter.com/ssefnum" rel="nofollow">Udah move on kak?</a>
## 5157                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5158                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5159                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5160                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5161                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5162                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5163                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5164                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5165                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5166                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5167                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5168                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5169                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5170                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5171                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5172                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5173                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5174                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5175                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5176                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 5177                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5178                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5179                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5180                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5181                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5182                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5183                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5184                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5185                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5186                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5187                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5188                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5189                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5190                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5191                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5192                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5193                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5194                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5195                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5196                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5197                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5198                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5199                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5200                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5201                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5202                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5203                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5204                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5205                     <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 5206                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5207                     <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 5208                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5209                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5210                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5211                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5212                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5213                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5214                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5215                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5216                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5217                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5218                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5219                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5220                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5221                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5222                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5223                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5224                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5225                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5226                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5227                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5228                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5229                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5230                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5231                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5232                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5233                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5234                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5235                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5236                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5237                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 5238                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5239                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5240                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5241                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5242                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5243                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5244                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5245                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5246                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5247                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5248                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5249                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5250                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5251                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5252                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5253                                            <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 5254                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5255                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5256                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5257                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5258                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 5259                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5260                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5261                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 5262                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5263                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5264                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5265                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5266                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5267                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5268                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5269                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5270                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5271                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5272                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5273                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5274                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5275                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5276                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5277                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5278                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5279                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5280                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5281                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5282                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5283                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5284                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5285                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5286                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5287                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5288                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5289                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5290                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5291                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5292                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5293                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5294                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5295                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5296                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5297                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5298                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5299                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5300                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5301                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5302                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5303                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5304                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5305                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5306                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5307                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5308                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5309                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5310                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5311                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5312                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5313                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5314                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5315                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5316                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5317                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5318                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5319                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5320                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5321                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5322                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5323                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5324                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5325                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5326                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5327                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5328                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5329                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5330                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5331                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5332                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5333                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5334                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5335                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5336                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5337                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5338                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5339                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5340                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5341                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5342                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5343                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5344                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5345                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5346                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5347                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5348                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5349                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5350                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5351                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5352                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5353                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5354                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5355                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5356                                                            <a href="https://www.kpopmap.com" rel="nofollow">kpopmaptw</a>
## 5357                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5358                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5359                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5360                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5361                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5362                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5363                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5364                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5365                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5366                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5367                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5368                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5369                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5370                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5371                                                                 <a href="http://www.axisum.com" rel="nofollow">Tiana1</a>
## 5372                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5373                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5374                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5375                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5376                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5377                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5378                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5379                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5380                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5381                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5382                                                                     <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 5383                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5384                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5385                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5386                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5387                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5388                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5389                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5390                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5391                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5392                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5393                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5394                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5395                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5396                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5397                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5398                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5399                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5400                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5401                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5402                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5403                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5404                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5405                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5406                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5407                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5408                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5409                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5410                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5411                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5412                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5413                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5414                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5415                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5416                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5417                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5418                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5419                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5420                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5421                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5422                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5423                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5424                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5425                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5426                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5427                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5428                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5429                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5430                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5431                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5432                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5433                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5434                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5435                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5436                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5437                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5438                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5439                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5440                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5441                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5442                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5443                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5444                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5445                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5446                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5447                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5448                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5449                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5450                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5451                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5452                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5453                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5454                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5455                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5456                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5457                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5458                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5459                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5460                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5461                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5462                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5463                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5464                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5465                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5466                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5467                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5468                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5469                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5470                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5471                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5472                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5473                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5474                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5475                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5476                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5477                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5478                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5479                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5480                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5481                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5482                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5483                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5484                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5485                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5486                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5487                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5488                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5489                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5490                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5491                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5492                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5493                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5494                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5495                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5496                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5497                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5498                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5499                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5500                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5501                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5502                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5503                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5504                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5505                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5506                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5507                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5508                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5509                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5510                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5511                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5512                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5513                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5514                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5515                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5516                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5517                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5518                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5519                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5520                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5521                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5522                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5523                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5524                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5525                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5526                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5527                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5528                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5529                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5530                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5531                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5532                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5533                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5534                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5535                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5536                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5537                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5538                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5539                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5540                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5541                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5542                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5543                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5544                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5545                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5546                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5547                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5548                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5549                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5550                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5551                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5552                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5553                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5554                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5555                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5556                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5557                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5558                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5559                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5560                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5561                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5562                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5563                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5564                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5565                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5566                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5567                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5568                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5569                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5570                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5571                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5572                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5573                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 5574                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5575                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5576                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5577                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5578                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5579                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5580                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5581                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5582                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5583                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5584                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5585                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5586                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5587                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5588                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5589                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5590                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5591                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5592                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5593                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5594                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5595                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5596                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5597                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5598                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5599                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5600                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5601                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5602                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5603                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5604                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5605                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5606                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5607                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5608                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5609                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5610                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5611                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5612                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5613                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5614                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5615                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5616                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5617                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5618                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5619                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5620                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5621                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5622                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5623                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5624                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5625                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5626                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5627                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5628                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5629                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5630                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5631                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5632                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5633                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5634                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5635                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5636                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5637                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5638                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5639                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5640                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5641                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5642                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5643                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5644                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5645                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5646                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5647                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5648                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5649                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5650                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5651                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5652                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5653                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5654                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5655                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5656                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5657                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5658                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5659                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5660                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5661                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5662                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5663                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5664                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5665                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5666                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5667                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5668                                                              <a href="http://www.typepad.com/" rel="nofollow">Typepad</a>
## 5669                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5670                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5671                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5672                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5673                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5674                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5675                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5676                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5677                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5678                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5679                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5680                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5681                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5682                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5683                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5684                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5685                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5686                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5687                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5688                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5689                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5690                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5691                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5692                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5693                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5694                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5695                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5696                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5697                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5698                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5699                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5700                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5701                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5702                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5703                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5704                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5705                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5706                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5707                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5708                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5709                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5710                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5711                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5712                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5713                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5714                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5715                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5716                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5717                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5718                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5719                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5720                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5721                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5722                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5723                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5724                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5725                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5726                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5727                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5728                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5729                                   <a href="https://tapbots.com/software/tweetbot/mac" rel="nofollow">Tweetbot for Mac</a>
## 5730                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5731                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5732                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5733                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5734                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5735                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5736                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5737                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5738                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5739                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5740                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5741                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5742                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5743                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5744                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5745                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5746                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5747                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5748                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5749                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5750                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5751                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5752                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5753                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5754                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5755                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5756                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5757                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5758                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5759                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5760                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5761                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5762                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5763 <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Flipkart Support Shopsy</a>
## 5764                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5765                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5766                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5767                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5768                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5769                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5770                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5771                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5772                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5773                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5774                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5775                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5776                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5777                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5778                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5779                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5780                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5781                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5782                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5783                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5784                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5785                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5786                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5787                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5788                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5789                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5790                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5791                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5792                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5793                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5794                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5795                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5796                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5797                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5798                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5799                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5800                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5801                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5802                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5803                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5804                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5805                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5806                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5807                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5808                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5809                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5810                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5811                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5812                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5813                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5814                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5815                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5816                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5817                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5818                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5819                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5820                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5821                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5822                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5823                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5824                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5825                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5826                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5827                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5828                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5829                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5830                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5831                                            <a href="http://www.powerapps.com" rel="nofollow">Microsoft Power Platform</a>
## 5832                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5833                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5834                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5835                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5836                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5837                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5838                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5839                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5840                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5841                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5842                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5843                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5844                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5845                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5846                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5847                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5848                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5849                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5850                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5851                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5852                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5853                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5854                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5855                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5856                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5857                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5858                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5859                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5860                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5861                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5862                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5863                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5864                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5865                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5866                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5867                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5868                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5869                                                          <a href="https://twitter.com" rel="nofollow">tgdealsofficial</a>
## 5870                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5871                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5872                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5873                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5874                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5875                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5876                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5877                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5878                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5879                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5880                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5881                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5882                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5883                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5884                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5885                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5886                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5887                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5888                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5889                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5890                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5891                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5892                                                         <a href="http://www.socialflow.com" rel="nofollow">SocialFlow</a>
## 5893                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5894                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5895                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5896                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5897                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5898                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5899                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5900                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5901                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5902                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5903                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5904                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5905                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5906                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5907                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5908                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5909                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5910                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5911                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5912                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5913                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5914                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5915                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5916                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5917                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5918                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5919                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5920                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5921                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5922                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5923                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5924                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5925                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5926                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5927                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5928                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5929                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5930                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5931                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5932                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5933                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5934                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5935                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5936                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5937                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5938                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5939                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5940                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5941                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5942                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5943                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5944                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5945                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5946                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5947                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5948                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5949                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5950                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5951                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5952                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5953                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5954                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5955                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5956                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5957                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5958                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5959                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5960                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5961                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5962                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5963                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5964                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5965                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5966                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5967                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5968                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5969                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5970                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5971                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5972                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5973                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5974                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5975                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5976                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5977                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5978                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5979                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5980                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5981                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5982                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5983                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5984                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5985                                            <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 5986                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5987                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5988                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5989                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5990                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5991                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5992                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5993                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5994                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5995                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5996                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5997                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5998                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5999                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 6000                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6001                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6002                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6003                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6004                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6005                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6006                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6007                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6008                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6009                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6010                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6011                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6012                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6013                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6014                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6015                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6016                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6017                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6018                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6019                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6020                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6021                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6022                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6023                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6024                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6025                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6026                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6027                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6028                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6029                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 6030                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6031                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 6032                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6033                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6034                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6035                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6036                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6037                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6038                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6039                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6040                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6041                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6042                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6043                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6044                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6045                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6046                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6047                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6048                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6049                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6050                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6051                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6052                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6053                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6054                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6055                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6056                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6057                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6058                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6059                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 6060                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6061                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6062                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6063                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6064                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6065                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6066                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6067                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6068                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6069                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6070                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6071                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6072                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6073                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6074                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6075                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6076                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6077                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6078                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6079                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6080                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6081                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6082                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6083                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6084                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6085                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6086                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6087                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6088                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6089                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6090                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6091                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6092                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6093                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6094                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6095                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 6096                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6097                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6098                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6099                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6100                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6101                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6102                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6103                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 6104                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6105                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6106                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6107                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6108                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6109                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6110                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6111                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6112                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6113                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6114                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6115                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6116                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6117                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6118                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6119                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6120                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6121                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6122                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6123                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6124                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6125                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6126                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6127                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6128                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6129                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6130                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6131                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6132                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6133                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6134                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6135                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 6136                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6137                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6138                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 6139                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6140                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6141                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6142                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6143                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6144                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6145                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6146                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6147                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 6148                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6149                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6150                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6151                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6152                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6153                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6154                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6155                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6156                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6157                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6158                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6159                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6160                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6161                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6162                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6163                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6164                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6165                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6166                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6167                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6168                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6169                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6170                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6171                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6172                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6173                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6174                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6175                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6176                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6177                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6178                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6179                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6180                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6181                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6182                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6183                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6184                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6185                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6186                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6187                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6188                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6189                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6190                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6191                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6192                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6193                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6194                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6195                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6196                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6197                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6198                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6199                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6200                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6201                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6202                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6203                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6204                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6205                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6206                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6207                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6208                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6209                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6210                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6211                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6212                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6213                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6214                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6215                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6216                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6217                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6218                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6219                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6220                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 6221                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6222                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6223                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6224                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6225                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6226                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6227                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6228                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6229                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6230                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6231                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6232                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6233                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6234                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6235                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6236                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6237                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6238                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6239                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6240                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6241                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6242                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6243                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6244                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6245                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6246                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6247                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6248                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6249                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
##           screenName retweetCount isRetweet retweeted    longitude    latitude
## 1          yanamon16            1      TRUE     FALSE         <NA>        <NA>
## 2          yanamon16            6      TRUE     FALSE         <NA>        <NA>
## 3          BL_Bunlim            0     FALSE     FALSE         <NA>        <NA>
## 4             EESOR4         2675      TRUE     FALSE         <NA>        <NA>
## 5           Nanasu96          141      TRUE     FALSE         <NA>        <NA>
## 6             bl_yj3            0     FALSE     FALSE         <NA>        <NA>
## 7     BitterBakeneko            0     FALSE     FALSE         <NA>        <NA>
## 8             bl_yj3            0     FALSE     FALSE         <NA>        <NA>
## 9              511NY            0     FALSE     FALSE   -73.805023   40.753715
## 10             511NY            0     FALSE     FALSE   -73.791639   40.768939
## 11   SecretSocietyGL            3      TRUE     FALSE         <NA>        <NA>
## 12      vampirizarte            0     FALSE     FALSE         <NA>        <NA>
## 13     Danyelle11481            2      TRUE     FALSE         <NA>        <NA>
## 14     Danyelle11481            3      TRUE     FALSE         <NA>        <NA>
## 15     hiddlermaniac            0     FALSE     FALSE         <NA>        <NA>
## 16       sharkyxxxxx           47      TRUE     FALSE         <NA>        <NA>
## 17          4fforce_            0     FALSE     FALSE         <NA>        <NA>
## 18   DanTheGreatGam1            0     FALSE     FALSE         <NA>        <NA>
## 19     Delmi48792616           15      TRUE     FALSE         <NA>        <NA>
## 20     akktheoryszel            0     FALSE     FALSE         <NA>        <NA>
## 21   bl_enthusiastic         7867      TRUE     FALSE         <NA>        <NA>
## 22          jootawoo         2675      TRUE     FALSE         <NA>        <NA>
## 23            VSR076            2      TRUE     FALSE         <NA>        <NA>
## 24        CocoMeltea            2      TRUE     FALSE         <NA>        <NA>
## 25        BLXBLU_BBB            0     FALSE     FALSE         <NA>        <NA>
## 26           vics_bl        30382      TRUE     FALSE         <NA>        <NA>
## 27        ItzThanoxz            0     FALSE     FALSE         <NA>        <NA>
## 28          MNLGroup            9      TRUE     FALSE         <NA>        <NA>
## 29   bl_enthusiastic         6672      TRUE     FALSE         <NA>        <NA>
## 30    TONYREDZUPT13P            9      TRUE     FALSE         <NA>        <NA>
## 31         alter1dem           74      TRUE     FALSE         <NA>        <NA>
## 32    Killmoenetwork            9     FALSE     FALSE         <NA>        <NA>
## 33       JonesMarkLB            0     FALSE     FALSE         <NA>        <NA>
## 34          vanlee84           17      TRUE     FALSE         <NA>        <NA>
## 35       kongs_heart           29     FALSE     FALSE         <NA>        <NA>
## 36   moralcompassbot            0     FALSE     FALSE         <NA>        <NA>
## 37    winnifred33tcn            0     FALSE     FALSE         <NA>        <NA>
## 38    flypotothemile          259      TRUE     FALSE         <NA>        <NA>
## 39         IndyyProg            0     FALSE     FALSE         <NA>        <NA>
## 40     _Captain_Duck            0     FALSE     FALSE         <NA>        <NA>
## 41   phamngo85982614          259      TRUE     FALSE         <NA>        <NA>
## 42      SimondForbes            7      TRUE     FALSE         <NA>        <NA>
## 43       yookimdokja          256      TRUE     FALSE         <NA>        <NA>
## 44    apocolleaguesH          141      TRUE     FALSE         <NA>        <NA>
## 45           zxidart            0     FALSE     FALSE         <NA>        <NA>
## 46      BrandonChan4           48      TRUE     FALSE         <NA>        <NA>
## 47    apocolleaguesH           93      TRUE     FALSE         <NA>        <NA>
## 48   bl_enthusiastic         6254      TRUE     FALSE         <NA>        <NA>
## 49        hanaphamvn          259      TRUE     FALSE         <NA>        <NA>
## 50      brasskitsune         2675      TRUE     FALSE         <NA>        <NA>
## 51        ItzThanoxz            0     FALSE     FALSE         <NA>        <NA>
## 52   tchttlphndallas           48      TRUE     FALSE         <NA>        <NA>
## 53   bl_enthusiastic         4638      TRUE     FALSE         <NA>        <NA>
## 54        aplethoras            0     FALSE     FALSE         <NA>        <NA>
## 55    Nattawin_VNfan          141      TRUE     FALSE         <NA>        <NA>
## 56         shaashamo          100      TRUE     FALSE         <NA>        <NA>
## 57        hellomefeb          259      TRUE     FALSE         <NA>        <NA>
## 58        pakuzunoha           48      TRUE     FALSE         <NA>        <NA>
## 59        Khaioshiin           48      TRUE     FALSE         <NA>        <NA>
## 60     PinellasCo911            0     FALSE     FALSE -82.76119344 27.74844218
## 61          HiNight_         2675      TRUE     FALSE         <NA>        <NA>
## 62     _termoderiver            0     FALSE     FALSE         <NA>        <NA>
## 63        Danzo51196            0     FALSE     FALSE         <NA>        <NA>
## 64      LordHudson45            6      TRUE     FALSE         <NA>        <NA>
## 65    yeagerbonebone            0     FALSE     FALSE         <NA>        <NA>
## 66   bl_enthusiastic         3430      TRUE     FALSE         <NA>        <NA>
## 67         anuBindu2            0     FALSE     FALSE         <NA>        <NA>
## 68      BL_Balthaser            0     FALSE     FALSE         <NA>        <NA>
## 69   bl_enthusiastic         4032      TRUE     FALSE         <NA>        <NA>
## 70        zeezpazeez            0     FALSE     FALSE         <NA>        <NA>
## 71           cswooml          259      TRUE     FALSE         <NA>        <NA>
## 72     Croissant_Apo          141      TRUE     FALSE         <NA>        <NA>
## 73    ttttoey19B2uty          141      TRUE     FALSE         <NA>        <NA>
## 74   catalinamadridd            0     FALSE     FALSE         <NA>        <NA>
## 75            i2k_bl         1600      TRUE     FALSE         <NA>        <NA>
## 76   bl_enthusiastic        11975      TRUE     FALSE         <NA>        <NA>
## 77        pepasmaga2            2      TRUE     FALSE         <NA>        <NA>
## 78          not_orny         2675      TRUE     FALSE         <NA>        <NA>
## 79           CCamosy            3      TRUE     FALSE         <NA>        <NA>
## 80       bemylegacyy          259      TRUE     FALSE         <NA>        <NA>
## 81    RebirthShadows            2     FALSE     FALSE         <NA>        <NA>
## 82      hyaxinthxiii          133      TRUE     FALSE         <NA>        <NA>
## 83       auer42tzgzh            0     FALSE     FALSE         <NA>        <NA>
## 84   bl_enthusiastic         2693      TRUE     FALSE         <NA>        <NA>
## 85    grace1413danny           91      TRUE     FALSE         <NA>        <NA>
## 86     MileApoMexico          259      TRUE     FALSE         <NA>        <NA>
## 87       fan_booking            0     FALSE     FALSE         <NA>        <NA>
## 88       jvang199027            0     FALSE     FALSE         <NA>        <NA>
## 89       crisalvessh          141      TRUE     FALSE         <NA>        <NA>
## 90      Mydestiny_83          141      TRUE     FALSE         <NA>        <NA>
## 91          yvethral            0     FALSE     FALSE         <NA>        <NA>
## 92          sgo0dman            0     FALSE     FALSE         <NA>        <NA>
## 93          PWarrenn            0     FALSE     FALSE         <NA>        <NA>
## 94     robinschnelle            0     FALSE     FALSE         <NA>        <NA>
## 95         tonny_bl_            1     FALSE     FALSE         <NA>        <NA>
## 96   bl_enthusiastic        27775      TRUE     FALSE         <NA>        <NA>
## 97        FinderCard            0     FALSE     FALSE         <NA>        <NA>
## 98        Pakatip927          141      TRUE     FALSE         <NA>        <NA>
## 99   thecyanartchive           77      TRUE     FALSE         <NA>        <NA>
## 100       chaimae_bl          552      TRUE     FALSE         <NA>        <NA>
## 101       13_maggots           15      TRUE     FALSE         <NA>        <NA>
## 102           naphg_           93      TRUE     FALSE         <NA>        <NA>
## 103        charmlii_           77      TRUE     FALSE         <NA>        <NA>
## 104       PinkyMomo_           14     FALSE     FALSE         <NA>        <NA>
## 105     pepsimilktea           22      TRUE     FALSE         <NA>        <NA>
## 106           iyyene          259      TRUE     FALSE         <NA>        <NA>
## 107       LOUDDIEVAN          141      TRUE     FALSE         <NA>        <NA>
## 108        yanamon16            1      TRUE     FALSE         <NA>        <NA>
## 109        FishNft26            0     FALSE     FALSE         <NA>        <NA>
## 110           Btr700           47      TRUE     FALSE         <NA>        <NA>
## 111    Nurmala011293           71      TRUE     FALSE         <NA>        <NA>
## 112     UviPoznansky            0     FALSE     FALSE         <NA>        <NA>
## 113       NymphTicha         3881      TRUE     FALSE         <NA>        <NA>
## 114     Pyramid_BC08           93      TRUE     FALSE         <NA>        <NA>
## 115  bl_enthusiastic         3916      TRUE     FALSE         <NA>        <NA>
## 116           spiffy            9      TRUE     FALSE         <NA>        <NA>
## 117           lams16          259      TRUE     FALSE         <NA>        <NA>
## 118  bl_enthusiastic          656      TRUE     FALSE         <NA>        <NA>
## 119      hahipuhepon            3      TRUE     FALSE         <NA>        <NA>
## 120        gintokice         2675      TRUE     FALSE         <NA>        <NA>
## 121   mynameis_Aommy          141      TRUE     FALSE         <NA>        <NA>
## 122  ApoNattawinVnfp          141      TRUE     FALSE         <NA>        <NA>
## 123         Yaatawin           93      TRUE     FALSE         <NA>        <NA>
## 124         ReyenEwl            0     FALSE     FALSE         <NA>        <NA>
## 125         Yaatawin          141      TRUE     FALSE         <NA>        <NA>
## 126  bl_enthusiastic         6283      TRUE     FALSE         <NA>        <NA>
## 127       FSketchy52            0     FALSE     FALSE         <NA>        <NA>
## 128          summosa            0     FALSE     FALSE         <NA>        <NA>
## 129  BrightStarEnZhi          256      TRUE     FALSE         <NA>        <NA>
## 130        safsdiary            4      TRUE     FALSE         <NA>        <NA>
## 131          Rati_91           66      TRUE     FALSE         <NA>        <NA>
## 132     YundtKristin            0     FALSE     FALSE         <NA>        <NA>
## 133  FANTASTICRADIOO            0     FALSE     FALSE         <NA>        <NA>
## 134       miraispica           22      TRUE     FALSE         <NA>        <NA>
## 135       Samiledboy          141      TRUE     FALSE         <NA>        <NA>
## 136       iCEofABUJA            0     FALSE     FALSE         <NA>        <NA>
## 137       chaimae_bl         4441      TRUE     FALSE         <NA>        <NA>
## 138   AdelineAurora1            4      TRUE     FALSE         <NA>        <NA>
## 139          A0KITAN            0     FALSE     FALSE         <NA>        <NA>
## 140  vanillachilipep           79      TRUE     FALSE         <NA>        <NA>
## 141     simplyJayke_          256      TRUE     FALSE         <NA>        <NA>
## 142        WHanPHOTO          141      TRUE     FALSE         <NA>        <NA>
## 143  ShoppingAlertUK            0     FALSE     FALSE         <NA>        <NA>
## 144      happy166801            0     FALSE     FALSE         <NA>        <NA>
## 145        ddeepweeb          100      TRUE     FALSE         <NA>        <NA>
## 146  NyamNyamNyam_23         2675      TRUE     FALSE         <NA>        <NA>
## 147       milemeowzx          141      TRUE     FALSE         <NA>        <NA>
## 148       HipChicago            3      TRUE     FALSE         <NA>        <NA>
## 149  slycooncreation         2675      TRUE     FALSE         <NA>        <NA>
## 150      eunluna_KIM            0     FALSE     FALSE         <NA>        <NA>
## 151       GurrenHime         2675      TRUE     FALSE         <NA>        <NA>
## 152      yanomanikaa            4     FALSE     FALSE         <NA>        <NA>
## 153     heelsiblings            0     FALSE     FALSE         <NA>        <NA>
## 154   TridentineBrew           10      TRUE     FALSE         <NA>        <NA>
## 155         aquiza03         2675      TRUE     FALSE         <NA>        <NA>
## 156      enyatran253          259      TRUE     FALSE         <NA>        <NA>
## 157           k43Iuc            0     FALSE     FALSE         <NA>        <NA>
## 158      umiisyafiqa            0     FALSE     FALSE         <NA>        <NA>
## 159  Alu_Morgenstern            4      TRUE     FALSE         <NA>        <NA>
## 160  bl_enthusiastic         2452      TRUE     FALSE         <NA>        <NA>
## 161  mileaposdestiny          259      TRUE     FALSE         <NA>        <NA>
## 162          nammle_          256      TRUE     FALSE         <NA>        <NA>
## 163     bartellbvoxu            0     FALSE     FALSE         <NA>        <NA>
## 164     simpforOCnMC         2675      TRUE     FALSE         <NA>        <NA>
## 165  Nicetomeetyouh2          301      TRUE     FALSE         <NA>        <NA>
## 166  linhnguyen13994          141      TRUE     FALSE         <NA>        <NA>
## 167          Emarosa            3      TRUE     FALSE         <NA>        <NA>
## 168          Amp0nii          141      TRUE     FALSE         <NA>        <NA>
## 169   BakeNekoMadara           81      TRUE     FALSE         <NA>        <NA>
## 170    RobertDSeals1           17      TRUE     FALSE         <NA>        <NA>
## 171         _cxmcxm_            9      TRUE     FALSE         <NA>        <NA>
## 172     tyciackerman            0     FALSE     FALSE         <NA>        <NA>
## 173      jooniebyeol            0     FALSE     FALSE         <NA>        <NA>
## 174   Cattawin240294           63      TRUE     FALSE         <NA>        <NA>
## 175         suha1454            1      TRUE     FALSE         <NA>        <NA>
## 176        erisebeth            0     FALSE     FALSE         <NA>        <NA>
## 177  amazing25338373          141      TRUE     FALSE         <NA>        <NA>
## 178        growthrev            0     FALSE     FALSE         <NA>        <NA>
## 179  amazing25338373           61      TRUE     FALSE         <NA>        <NA>
## 180        growthrev            0     FALSE     FALSE         <NA>        <NA>
## 181     boywifegacha            0     FALSE     FALSE         <NA>        <NA>
## 182         TryNotPH           12      TRUE     FALSE         <NA>        <NA>
## 183           wxstwt           77      TRUE     FALSE         <NA>        <NA>
## 184        shiibak13            1     FALSE     FALSE         <NA>        <NA>
## 185    shainn_rgkysb            2     FALSE     FALSE         <NA>        <NA>
## 186  bl_enthusiastic         1800      TRUE     FALSE         <NA>        <NA>
## 187  linhnguyen13994          259      TRUE     FALSE         <NA>        <NA>
## 188    sensememories            0     FALSE     FALSE         <NA>        <NA>
## 189  hermit_wanderer            0     FALSE     FALSE         <NA>        <NA>
## 190        bl_curry_          148      TRUE     FALSE         <NA>        <NA>
## 191         15evejjh           93      TRUE     FALSE         <NA>        <NA>
## 192    RockyResistor           17      TRUE     FALSE         <NA>        <NA>
## 193      BarboraKott          259      TRUE     FALSE         <NA>        <NA>
## 194        bl_curry_           95      TRUE     FALSE         <NA>        <NA>
## 195         AIMZBACK           34      TRUE     FALSE         <NA>        <NA>
## 196      LoveBvcXZMA          259      TRUE     FALSE         <NA>        <NA>
## 197       StanYaksha         2675      TRUE     FALSE         <NA>        <NA>
## 198     ArmadilloNim          141      TRUE     FALSE         <NA>        <NA>
## 199  Harumi_Suzuki13          141      TRUE     FALSE         <NA>        <NA>
## 200     BL_nananWSSP         7438      TRUE     FALSE         <NA>        <NA>
## 201           bl_yj3            0     FALSE     FALSE         <NA>        <NA>
## 202            6C_BL            0     FALSE     FALSE         <NA>        <NA>
## 203   Cattawin240294          141      TRUE     FALSE         <NA>        <NA>
## 204        bl_curry_           12      TRUE     FALSE         <NA>        <NA>
## 205     bl_lebronmlb          687      TRUE     FALSE         <NA>        <NA>
## 206     BL_nananWSSP        30628      TRUE     FALSE         <NA>        <NA>
## 207     BL_nananWSSP         6020      TRUE     FALSE         <NA>        <NA>
## 208        bl_curry_          556      TRUE     FALSE         <NA>        <NA>
## 209  bl_enthusiastic         1459      TRUE     FALSE         <NA>        <NA>
## 210  bl_enthusiastic         5251      TRUE     FALSE         <NA>        <NA>
## 211           MA_3xo          259      TRUE     FALSE         <NA>        <NA>
## 212      annadauzere            6      TRUE     FALSE         <NA>        <NA>
## 213           bl_yj3            0     FALSE     FALSE         <NA>        <NA>
## 214        bl_curry_          651      TRUE     FALSE         <NA>        <NA>
## 215         bavani_i            0     FALSE     FALSE         <NA>        <NA>
## 216        bl_curry_           21      TRUE     FALSE         <NA>        <NA>
## 217       ONEOFlGOT7            4      TRUE     FALSE         <NA>        <NA>
## 218      MyM00nchild          673      TRUE     FALSE         <NA>        <NA>
## 219        bl_curry_          124      TRUE     FALSE         <NA>        <NA>
## 220        bl_curry_           19      TRUE     FALSE         <NA>        <NA>
## 221  CrowdsourcedPol            0     FALSE     FALSE         <NA>        <NA>
## 222      effertztmgw            0     FALSE     FALSE         <NA>        <NA>
## 223   Rahul_joshi_bl          580      TRUE     FALSE         <NA>        <NA>
## 224            Qs357           17      TRUE     FALSE         <NA>        <NA>
## 225        clorijail          100      TRUE     FALSE         <NA>        <NA>
## 226   Btsarmybllover            0     FALSE     FALSE         <NA>        <NA>
## 227       susu_k1234          256      TRUE     FALSE         <NA>        <NA>
## 228      unalacuna22            0     FALSE     FALSE         <NA>        <NA>
## 229       mileapo_ko           93      TRUE     FALSE         <NA>        <NA>
## 230     AriPurnami10           12      TRUE     FALSE         <NA>        <NA>
## 231         MByonyon          141      TRUE     FALSE         <NA>        <NA>
## 232  BlackLo39629533           12     FALSE     FALSE         <NA>        <NA>
## 233      GaylesbianC            1     FALSE     FALSE         <NA>        <NA>
## 234   luiseduardo194            0     FALSE     FALSE         <NA>        <NA>
## 235     BL_nananWSSP         1266      TRUE     FALSE         <NA>        <NA>
## 236  DementiaAllianc            1      TRUE     FALSE         <NA>        <NA>
## 237     huynhanh2012           55      TRUE     FALSE         <NA>        <NA>
## 238    wizard_pirate            0     FALSE     FALSE         <NA>        <NA>
## 239        bl_curry_           82      TRUE     FALSE         <NA>        <NA>
## 240  bl_enthusiastic          138      TRUE     FALSE         <NA>        <NA>
## 241     bl_ckgothicc         1238      TRUE     FALSE         <NA>        <NA>
## 242   bingbingblorbo         2675      TRUE     FALSE         <NA>        <NA>
## 243      lvbbmileapo          259      TRUE     FALSE         <NA>        <NA>
## 244   AdelineAurora1           15      TRUE     FALSE         <NA>        <NA>
## 245        bl_curry_          442      TRUE     FALSE         <NA>        <NA>
## 246          apoaxis          259      TRUE     FALSE         <NA>        <NA>
## 247  elena_disgrasya         2675      TRUE     FALSE         <NA>        <NA>
## 248  SuckMyBigToez69            0     FALSE     FALSE         <NA>        <NA>
## 249     peachan51242          259      TRUE     FALSE         <NA>        <NA>
## 250   kdrama_menfess            0     FALSE     FALSE         <NA>        <NA>
## 251        bl_curry_          390      TRUE     FALSE         <NA>        <NA>
## 252      katsu_wifey           48      TRUE     FALSE         <NA>        <NA>
## 253     SherifUsman7            0     FALSE     FALSE         <NA>        <NA>
## 254     ZentraSunday            0     FALSE     FALSE         <NA>        <NA>
## 255     BL_nananWSSP         4994      TRUE     FALSE         <NA>        <NA>
## 256      playendroll          565      TRUE     FALSE         <NA>        <NA>
## 257           myvsta            0     FALSE     FALSE         <NA>        <NA>
## 258     BL_Balthaser            0     FALSE     FALSE         <NA>        <NA>
## 259  BlackLo39629533            5     FALSE     FALSE         <NA>        <NA>
## 260        bl_curry_          572      TRUE     FALSE         <NA>        <NA>
## 261  KevinRathbone15           70      TRUE     FALSE         <NA>        <NA>
## 262     BL_nananWSSP         1432      TRUE     FALSE         <NA>        <NA>
## 263           NaoBiu           15      TRUE     FALSE         <NA>        <NA>
## 264    Legacy_BL_jun          137      TRUE     FALSE         <NA>        <NA>
## 265  mileaposdestiny           66      TRUE     FALSE         <NA>        <NA>
## 266     BL_nananWSSP         2649      TRUE     FALSE         <NA>        <NA>
## 267        bl_curry_          712      TRUE     FALSE         <NA>        <NA>
## 268          LJHXSha            0     FALSE     FALSE         <NA>        <NA>
## 269     BL_nananWSSP        12297      TRUE     FALSE         <NA>        <NA>
## 270   loveyoutoo1113          259      TRUE     FALSE         <NA>        <NA>
## 271    ApoVotingTeam           93     FALSE     FALSE         <NA>        <NA>
## 272      playendroll         2675      TRUE     FALSE         <NA>        <NA>
## 273   sk8terboypercy            0     FALSE     FALSE         <NA>        <NA>
## 274           Cleio_           16      TRUE     FALSE         <NA>        <NA>
## 275  smolsdarklightr            0     FALSE     FALSE         <NA>        <NA>
## 276  CrowdsourcedPol            0     FALSE     FALSE         <NA>        <NA>
## 277         Clara15B            0     FALSE     FALSE         <NA>        <NA>
## 278        tomomorey         2675      TRUE     FALSE         <NA>        <NA>
## 279        bl_curry_         1600      TRUE     FALSE         <NA>        <NA>
## 280      Hank_HeyNow            0     FALSE     FALSE         <NA>        <NA>
## 281           bl_yj3            0     FALSE     FALSE         <NA>        <NA>
## 282     Xime98653455            0     FALSE     FALSE         <NA>        <NA>
## 283       Krashface1            0     FALSE     FALSE         <NA>        <NA>
## 284        bl_curry_          732      TRUE     FALSE         <NA>        <NA>
## 285    scooterdoofus         5588      TRUE     FALSE         <NA>        <NA>
## 286       BIRDY1999_          259      TRUE     FALSE         <NA>        <NA>
## 287       FreeScot45           70      TRUE     FALSE         <NA>        <NA>
## 288        JungYeUen          259      TRUE     FALSE         <NA>        <NA>
## 289           kleej8           22      TRUE     FALSE         <NA>        <NA>
## 290    ILittleRedFox            4      TRUE     FALSE         <NA>        <NA>
## 291            nkulw            0     FALSE     FALSE         <NA>        <NA>
## 292    giodrocketman            1     FALSE     FALSE         <NA>        <NA>
## 293          Peejun_            0     FALSE     FALSE         <NA>        <NA>
## 294   wendigochild13            0     FALSE     FALSE         <NA>        <NA>
## 295    goodheartsith            0     FALSE     FALSE         <NA>        <NA>
## 296       UR_Boys_BL         4994      TRUE     FALSE         <NA>        <NA>
## 297     un4tunatalie          118      TRUE     FALSE         <NA>        <NA>
## 298     BL_nananWSSP        13768      TRUE     FALSE         <NA>        <NA>
## 299  thebottomlounge            3     FALSE     FALSE         <NA>        <NA>
## 300         ww_aaays          141      TRUE     FALSE         <NA>        <NA>
## 301       karuisbaby           81      TRUE     FALSE         <NA>        <NA>
## 302       aplethoras            0     FALSE     FALSE         <NA>        <NA>
## 303    Lahori_Munda9            0     FALSE     FALSE         <NA>        <NA>
## 304     BL_nananWSSP         7834      TRUE     FALSE         <NA>        <NA>
## 305         miky8315          141      TRUE     FALSE         <NA>        <NA>
## 306   Megawarrior345            0     FALSE     FALSE         <NA>        <NA>
## 307   Ericajosefina3          141      TRUE     FALSE         <NA>        <NA>
## 308     BL_nananWSSP         8286      TRUE     FALSE         <NA>        <NA>
## 309        ryan14lje            0     FALSE     FALSE         <NA>        <NA>
## 310        SeasickDK            0     FALSE     FALSE         <NA>        <NA>
## 311   BeetfarmerDave            0     FALSE     FALSE         <NA>        <NA>
## 312         MoxAprii          141      TRUE     FALSE         <NA>        <NA>
## 313         bvlubery          256      TRUE     FALSE         <NA>        <NA>
## 314   windler15oomrc            0     FALSE     FALSE         <NA>        <NA>
## 315  bl_enthusiastic         2979      TRUE     FALSE         <NA>        <NA>
## 316         tessia_6            0     FALSE     FALSE         <NA>        <NA>
## 317       TRtheTitan           17     FALSE     FALSE         <NA>        <NA>
## 318     BL_nananWSSP        21819      TRUE     FALSE         <NA>        <NA>
## 319     mumilemeowpo          141      TRUE     FALSE         <NA>        <NA>
## 320    Sans_udertale            0     FALSE     FALSE         <NA>        <NA>
## 321        Junnie_BL          543      TRUE     FALSE         <NA>        <NA>
## 322         florr_bl          407      TRUE     FALSE         <NA>        <NA>
## 323           i2k_bl          556      TRUE     FALSE         <NA>        <NA>
## 324     penmatigasih          100      TRUE     FALSE         <NA>        <NA>
## 325     Black_Larry3            0     FALSE     FALSE         <NA>        <NA>
## 326           euu_bl            0     FALSE     FALSE         <NA>        <NA>
## 327  trickythechilly           81      TRUE     FALSE         <NA>        <NA>
## 328     HazelynnRose          141      TRUE     FALSE         <NA>        <NA>
## 329       IvyNasimba           41      TRUE     FALSE         <NA>        <NA>
## 330    ApoSupporters          141      TRUE     FALSE         <NA>        <NA>
## 331     _laaaaayyyyy          256      TRUE     FALSE         <NA>        <NA>
## 332        tiianshan            0     FALSE     FALSE         <NA>        <NA>
## 333     BL_nananWSSP        33384      TRUE     FALSE         <NA>        <NA>
## 334    Bl_ackDelight            0     FALSE     FALSE         <NA>        <NA>
## 335      2Ha__ranwan            0     FALSE     FALSE         <NA>        <NA>
## 336     ParkDaEun596           17      TRUE     FALSE         <NA>        <NA>
## 337     BL_nananWSSP          151      TRUE     FALSE         <NA>        <NA>
## 338   NishaVillafana            0     FALSE     FALSE         <NA>        <NA>
## 339  world_of_bl_com            0     FALSE     FALSE         <NA>        <NA>
## 340    ApoVotingTeam          141     FALSE     FALSE         <NA>        <NA>
## 341     sMileApo1515          259      TRUE     FALSE         <NA>        <NA>
## 342      Lia46003469          256      TRUE     FALSE         <NA>        <NA>
## 343    ilsemoonchild          256      TRUE     FALSE         <NA>        <NA>
## 344       RonLinkins            0     FALSE     FALSE         <NA>        <NA>
## 345     walker61gwkv            0     FALSE     FALSE         <NA>        <NA>
## 346     MyBLCalendar            0     FALSE     FALSE         <NA>        <NA>
## 347          koazoni         2675      TRUE     FALSE         <NA>        <NA>
## 348        tinyshen_         2675      TRUE     FALSE         <NA>        <NA>
## 349     clubfmphilly            1      TRUE     FALSE         <NA>        <NA>
## 350   HanaNguyenTran          259      TRUE     FALSE         <NA>        <NA>
## 351      jazminjjong           66      TRUE     FALSE         <NA>        <NA>
## 352     BL_nananWSSP         3763      TRUE     FALSE         <NA>        <NA>
## 353     clubfmphilly            1      TRUE     FALSE         <NA>        <NA>
## 354  XiaoYan46109219            0     FALSE     FALSE         <NA>        <NA>
## 355      akule_mgele           66      TRUE     FALSE         <NA>        <NA>
## 356    ParlonsBLAsie            0     FALSE     FALSE         <NA>        <NA>
## 357       jutsuzuban            0     FALSE     FALSE         <NA>        <NA>
## 358       Krashface1            0     FALSE     FALSE         <NA>        <NA>
## 359  PapillonPapil20         5588      TRUE     FALSE         <NA>        <NA>
## 360     clubfmphilly            1      TRUE     FALSE         <NA>        <NA>
## 361    ParlonsBLAsie            0     FALSE     FALSE         <NA>        <NA>
## 362        melvin_bl            0     FALSE     FALSE         <NA>        <NA>
## 363      AndyClark22            0     FALSE     FALSE         <NA>        <NA>
## 364        ArtToflex           17      TRUE     FALSE         <NA>        <NA>
## 365       DAWNMAlDEN         2675      TRUE     FALSE         <NA>        <NA>
## 366       RodrigaDdV            7      TRUE     FALSE         <NA>        <NA>
## 367       acjunior12           10      TRUE     FALSE         <NA>        <NA>
## 368  luiserodrigue15           49      TRUE     FALSE         <NA>        <NA>
## 369       wooziiness            0     FALSE     FALSE         <NA>        <NA>
## 370        GWalter65            0     FALSE     FALSE         <NA>        <NA>
## 371      2Ha__ranwan            0     FALSE     FALSE         <NA>        <NA>
## 372    PapalZouaveUS           10     FALSE     FALSE         <NA>        <NA>
## 373        zunami261            0     FALSE     FALSE         <NA>        <NA>
## 374          daano_w           48      TRUE     FALSE         <NA>        <NA>
## 375    steveconaway1            0     FALSE     FALSE         <NA>        <NA>
## 376       Di_legion1            1      TRUE     FALSE         <NA>        <NA>
## 377     bluechipcard            0     FALSE     FALSE         <NA>        <NA>
## 378      nyanchan113         2675      TRUE     FALSE         <NA>        <NA>
## 379  riverside202007           22      TRUE     FALSE         <NA>        <NA>
## 380   Kim_YoonSprite            0     FALSE     FALSE         <NA>        <NA>
## 381        s_germann           17      TRUE     FALSE         <NA>        <NA>
## 382  kitty_witty_cat            0     FALSE     FALSE         <NA>        <NA>
## 383     Truffle_Soul            0     FALSE     FALSE         <NA>        <NA>
## 384     NothingSamy_            0     FALSE     FALSE         <NA>        <NA>
## 385  Jonas1DKidrauhl          256      TRUE     FALSE         <NA>        <NA>
## 386  Ishaazmi007Zayn          259      TRUE     FALSE         <NA>        <NA>
## 387          immprks           23      TRUE     FALSE         <NA>        <NA>
## 388   darkprincessVP           15      TRUE     FALSE         <NA>        <NA>
## 389      tallandtrue            0     FALSE     FALSE         <NA>        <NA>
## 390      jimmy_darke            0     FALSE     FALSE         <NA>        <NA>
## 391    Beata08815638           22      TRUE     FALSE         <NA>        <NA>
## 392         bl_4_eva            0     FALSE     FALSE         <NA>        <NA>
## 393   biumipastelito           15     FALSE     FALSE         <NA>        <NA>
## 394       ahjuicykun           79      TRUE     FALSE         <NA>        <NA>
## 395          bren_bl          888      TRUE     FALSE         <NA>        <NA>
## 396          bl_yzma        29447      TRUE     FALSE         <NA>        <NA>
## 397         pmileapo          259      TRUE     FALSE         <NA>        <NA>
## 398        kajiiyama            0     FALSE     FALSE         <NA>        <NA>
## 399   hamadazidan555            0     FALSE     FALSE         <NA>        <NA>
## 400           bl_yj3            0     FALSE     FALSE         <NA>        <NA>
## 401  20one_nnattawin           63      TRUE     FALSE         <NA>        <NA>
## 402          rimbai_            0     FALSE     FALSE         <NA>        <NA>
## 403        mikkarrae          256      TRUE     FALSE         <NA>        <NA>
## 404        lumpspark            0     FALSE     FALSE         <NA>        <NA>
## 405      TyWahlbrink            0     FALSE     FALSE         <NA>        <NA>
## 406  AvinashNongtho1            0     FALSE     FALSE         <NA>        <NA>
## 407           BL_27_           16      TRUE     FALSE         <NA>        <NA>
## 408           BL_27_            4      TRUE     FALSE         <NA>        <NA>
## 409           BL_27_           14      TRUE     FALSE         <NA>        <NA>
## 410           BL_27_            5      TRUE     FALSE         <NA>        <NA>
## 411          EelYuri            0     FALSE     FALSE         <NA>        <NA>
## 412         azhidatt           91      TRUE     FALSE         <NA>        <NA>
## 413        bl_ag_inc            0     FALSE     FALSE         <NA>        <NA>
## 414    LimpongMarvin            0     FALSE     FALSE         <NA>        <NA>
## 415      tinachoding            4     FALSE     FALSE         <NA>        <NA>
## 416     pencilsalaya          259      TRUE     FALSE         <NA>        <NA>
## 417           BL_27_            2      TRUE     FALSE         <NA>        <NA>
## 418  20one_nnattawin          259      TRUE     FALSE         <NA>        <NA>
## 419   biumipastelito            4     FALSE     FALSE         <NA>        <NA>
## 420         vvsyongs            0     FALSE     FALSE         <NA>        <NA>
## 421           BL_27_            2      TRUE     FALSE         <NA>        <NA>
## 422    Samstagram903            1     FALSE     FALSE         <NA>        <NA>
## 423       luvwonshik            0     FALSE     FALSE         <NA>        <NA>
## 424           BL_27_            2      TRUE     FALSE         <NA>        <NA>
## 425         MelqoshM            0     FALSE     FALSE         <NA>        <NA>
## 426           wthvwe          259      TRUE     FALSE         <NA>        <NA>
## 427      Miruralpaga          256      TRUE     FALSE         <NA>        <NA>
## 428         Ifif_890            0     FALSE     FALSE         <NA>        <NA>
## 429           BL_27_            3      TRUE     FALSE         <NA>        <NA>
## 430           BL_27_           67      TRUE     FALSE         <NA>        <NA>
## 431  RozellaSchambe1            0     FALSE     FALSE         <NA>        <NA>
## 432        Hollie27U            0     FALSE     FALSE         <NA>        <NA>
## 433       ohara65iqf            0     FALSE     FALSE         <NA>        <NA>
## 434     levi38229885            0     FALSE     FALSE         <NA>        <NA>
## 435    peachyIaurent            4     FALSE     FALSE         <NA>        <NA>
## 436           BL_27_            8      TRUE     FALSE         <NA>        <NA>
## 437  world_of_bl_com            0     FALSE     FALSE         <NA>        <NA>
## 438     LINK_artwork            0     FALSE     FALSE         <NA>        <NA>
## 439   MetalDragonKid            0     FALSE     FALSE         <NA>        <NA>
## 440          gominym            7      TRUE     FALSE         <NA>        <NA>
## 441       giogio_gzg           48      TRUE     FALSE         <NA>        <NA>
## 442     IichiroJingu            7      TRUE     FALSE         <NA>        <NA>
## 443       yianvera15            0     FALSE     FALSE         <NA>        <NA>
## 444     BL_Balthaser           23     FALSE     FALSE         <NA>        <NA>
## 445      army_nanami          256      TRUE     FALSE         <NA>        <NA>
## 446       RamudasBoo            1     FALSE     FALSE         <NA>        <NA>
## 447       saii_tamaa            0     FALSE     FALSE         <NA>        <NA>
## 448     IichiroJingu           16      TRUE     FALSE         <NA>        <NA>
## 449         MayaMP01          259      TRUE     FALSE         <NA>        <NA>
## 450           511NYC            0     FALSE     FALSE   -73.944187   40.755027
## 451           ass_bl         4933      TRUE     FALSE         <NA>        <NA>
## 452         luddraws            3      TRUE     FALSE         <NA>        <NA>
## 453     urbanykurril            0     FALSE     FALSE         <NA>        <NA>
## 454        sosowmens            0     FALSE     FALSE         <NA>        <NA>
## 455  strawberryxtalk            0     FALSE     FALSE         <NA>        <NA>
## 456       YMG_HeroeZ           11      TRUE     FALSE         <NA>        <NA>
## 457  laligoddessgirl          259      TRUE     FALSE         <NA>        <NA>
## 458    steveconaway1            0     FALSE     FALSE         <NA>        <NA>
## 459    HelenChavez01            0     FALSE     FALSE         <NA>        <NA>
## 460           M4dute            5      TRUE     FALSE         <NA>        <NA>
## 461      KathyRe0916            0     FALSE     FALSE         <NA>        <NA>
## 462      Nanaacute16          259      TRUE     FALSE         <NA>        <NA>
## 463      Maddie_1812            0     FALSE     FALSE         <NA>        <NA>
## 464         TGDarien            0     FALSE     FALSE         <NA>        <NA>
## 465      bl_lo_ve_32            3      TRUE     FALSE         <NA>        <NA>
## 466  ikhouvandezee12            7      TRUE     FALSE         <NA>        <NA>
## 467      blworld2603           55      TRUE     FALSE         <NA>        <NA>
## 468      vivalasgays            0     FALSE     FALSE         <NA>        <NA>
## 469      Miruralpaga           22      TRUE     FALSE         <NA>        <NA>
## 470           BL_JHX            0     FALSE     FALSE         <NA>        <NA>
## 471     L0veThi5Game           47      TRUE     FALSE         <NA>        <NA>
## 472   wendigochild13            0     FALSE     FALSE         <NA>        <NA>
## 473          212_ema          259      TRUE     FALSE         <NA>        <NA>
## 474       TShortalgo            0     FALSE     FALSE         <NA>        <NA>
## 475    mileaposArtaz            0     FALSE     FALSE         <NA>        <NA>
## 476          Nimbuu3         2675      TRUE     FALSE         <NA>        <NA>
## 477      moose_is_BL            0     FALSE     FALSE         <NA>        <NA>
## 478    price_drop_IN            0     FALSE     FALSE         <NA>        <NA>
## 479    AngelLimbawan            0     FALSE     FALSE         <NA>        <NA>
## 480  Daria_Rastunina            1      TRUE     FALSE         <NA>        <NA>
## 481      vanilla__ai            0     FALSE     FALSE         <NA>        <NA>
## 482        MyDearGee          256      TRUE     FALSE         <NA>        <NA>
## 483  Angelic44473921            0     FALSE     FALSE         <NA>        <NA>
## 484         KibaTz13         5768      TRUE     FALSE         <NA>        <NA>
## 485  Dominic12294325            0     FALSE     FALSE         <NA>        <NA>
## 486   ABARTH_Blog_BL            3      TRUE     FALSE         <NA>        <NA>
## 487  SunflowerSamu14            0     FALSE     FALSE         <NA>        <NA>
## 488  MewGulf_Heiress            1     FALSE     FALSE         <NA>        <NA>
## 489    ArtMuseumGeek            0     FALSE     FALSE         <NA>        <NA>
## 490         ppipoluv          259      TRUE     FALSE         <NA>        <NA>
## 491     elumesme_yaz            0     FALSE     FALSE         <NA>        <NA>
## 492        LarocheCS           70      TRUE     FALSE         <NA>        <NA>
## 493           BL_JHX            0     FALSE     FALSE         <NA>        <NA>
## 494  AvinashNongtho1            0     FALSE     FALSE         <NA>        <NA>
## 495        legatitee           18      TRUE     FALSE         <NA>        <NA>
## 496      Alixxx93_Bl            0     FALSE     FALSE         <NA>        <NA>
## 497       ERamirezDC            0     FALSE     FALSE         <NA>        <NA>
## 498            VJMS9            0     FALSE     FALSE         <NA>        <NA>
## 499        ExlyoSnap            0     FALSE     FALSE         <NA>        <NA>
## 500      vanilla__ai            0     FALSE     FALSE         <NA>        <NA>
## 501  storyfromleeaan            3      TRUE     FALSE         <NA>        <NA>
## 502  world_of_bl_com           22     FALSE     FALSE         <NA>        <NA>
## 503       maikeloneo            3      TRUE     FALSE         <NA>        <NA>
## 504         ISFdaily            0     FALSE     FALSE         <NA>        <NA>
## 505    Fabulousyoshi            1      TRUE     FALSE         <NA>        <NA>
## 506       DanishWolf            1     FALSE     FALSE         <NA>        <NA>
## 507      Spillinaire           64      TRUE     FALSE         <NA>        <NA>
## 508           LiirBL            0     FALSE     FALSE         <NA>        <NA>
## 509        iltae0125            0     FALSE     FALSE         <NA>        <NA>
## 510        padpachan         2675      TRUE     FALSE         <NA>        <NA>
## 511         red_loeb            7     FALSE     FALSE         <NA>        <NA>
## 512   IntrinsicWorld            2      TRUE     FALSE         <NA>        <NA>
## 513      bucinclaude          259      TRUE     FALSE         <NA>        <NA>
## 514      Bl_Series24            0     FALSE     FALSE         <NA>        <NA>
## 515        Ehtriummn           48      TRUE     FALSE         <NA>        <NA>
## 516        bl_bbskps           10      TRUE     FALSE         <NA>        <NA>
## 517   ABARTH_Blog_BL            1      TRUE     FALSE         <NA>        <NA>
## 518          apobien         2675      TRUE     FALSE         <NA>        <NA>
## 519       mileapo_ko          259      TRUE     FALSE         <NA>        <NA>
## 520     sunshinepayu           28      TRUE     FALSE         <NA>        <NA>
## 521        bl_bbskps         3363      TRUE     FALSE         <NA>        <NA>
## 522      Kaminsky115            0     FALSE     FALSE         <NA>        <NA>
## 523    FlukeNational           17      TRUE     FALSE         <NA>        <NA>
## 524        bl_bbskps         5192      TRUE     FALSE         <NA>        <NA>
## 525         1147_001            0     FALSE     FALSE         <NA>        <NA>
## 526        bl_bbskps           99      TRUE     FALSE         <NA>        <NA>
## 527  L0722404Liliana           79      TRUE     FALSE         <NA>        <NA>
## 528        bl_bbskps         3136      TRUE     FALSE         <NA>        <NA>
## 529        bl_bbskps         2690      TRUE     FALSE         <NA>        <NA>
## 530          po_apo_          259      TRUE     FALSE         <NA>        <NA>
## 531   ABARTH_Blog_BL            1      TRUE     FALSE         <NA>        <NA>
## 532   pablo_palcovca           10      TRUE     FALSE         <NA>        <NA>
## 533     pichulover69            0     FALSE     FALSE         <NA>        <NA>
## 534    David84479289            0     FALSE     FALSE         <NA>        <NA>
## 535        lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 536       jordieseay           17     FALSE     FALSE         <NA>        <NA>
## 537        sombra_bl           51      TRUE     FALSE         <NA>        <NA>
## 538    hartmannxwygx            0     FALSE     FALSE         <NA>        <NA>
## 539      JustBlink11            0     FALSE     FALSE         <NA>        <NA>
## 540   eunhye_mileapo          259      TRUE     FALSE         <NA>        <NA>
## 541         orionmui         2675      TRUE     FALSE         <NA>        <NA>
## 542   ferdimagellan2          207      TRUE     FALSE         <NA>        <NA>
## 543    blue_bl_lilac            0     FALSE     FALSE         <NA>        <NA>
## 544    BL_LatestNews            0     FALSE     FALSE         <NA>        <NA>
## 545         Dahmp100           79      TRUE     FALSE         <NA>        <NA>
## 546        ExlyoSnap            0     FALSE     FALSE         <NA>        <NA>
## 547          uribamn            0     FALSE     FALSE         <NA>        <NA>
## 548      2sweetsc367          242      TRUE     FALSE         <NA>        <NA>
## 549      paintedrecs           79      TRUE     FALSE         <NA>        <NA>
## 550       dimples039           66      TRUE     FALSE         <NA>        <NA>
## 551      allBeLoved4           41      TRUE     FALSE         <NA>        <NA>
## 552         4fforce_            0     FALSE     FALSE         <NA>        <NA>
## 553        lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 554      Nikitha1112            7      TRUE     FALSE         <NA>        <NA>
## 555   AnaCarol040295          259      TRUE     FALSE         <NA>        <NA>
## 556      BishopLynch            0     FALSE     FALSE         <NA>        <NA>
## 557          NoxDawn            0     FALSE     FALSE         <NA>        <NA>
## 558           BL_27_            5      TRUE     FALSE         <NA>        <NA>
## 559       min_tesnot            0     FALSE     FALSE         <NA>        <NA>
## 560   Rainy_Memories            0     FALSE     FALSE         <NA>        <NA>
## 561         A_M_C_NR           81      TRUE     FALSE         <NA>        <NA>
## 562          uribamn            0     FALSE     FALSE         <NA>        <NA>
## 563      randomlyrj_            0     FALSE     FALSE         <NA>        <NA>
## 564      2sweetsc367           47      TRUE     FALSE         <NA>        <NA>
## 565           BL_27_           10      TRUE     FALSE         <NA>        <NA>
## 566     BL_Balthaser            0     FALSE     FALSE         <NA>        <NA>
## 567       momomirmir            0     FALSE     FALSE         <NA>        <NA>
## 568    SuperNigel_Pt            6      TRUE     FALSE         <NA>        <NA>
## 569     mahalkoh0523           49      TRUE     FALSE         <NA>        <NA>
## 570       maikeloneo            3      TRUE     FALSE         <NA>        <NA>
## 571          bley_bl            0     FALSE     FALSE         <NA>        <NA>
## 572     rabiosexualz            0     FALSE     FALSE         <NA>        <NA>
## 573  Beans_ArtCorner            5      TRUE     FALSE         <NA>        <NA>
## 574       bosssnoeul            0     FALSE     FALSE         <NA>        <NA>
## 575          CSkidoo           49      TRUE     FALSE         <NA>        <NA>
## 576  sleepyheadluver            3      TRUE     FALSE         <NA>        <NA>
## 577           BL_27_           10      TRUE     FALSE         <NA>        <NA>
## 578           BL_27_          106      TRUE     FALSE         <NA>        <NA>
## 579        m0z0ngsh1         2675      TRUE     FALSE         <NA>        <NA>
## 580  sleepyheadluver         2675      TRUE     FALSE         <NA>        <NA>
## 581      peraya_exol           23      TRUE     FALSE         <NA>        <NA>
## 582    haze_report10            0     FALSE     FALSE         <NA>        <NA>
## 583      akule_mgele          259      TRUE     FALSE         <NA>        <NA>
## 584           BL_27_           12      TRUE     FALSE         <NA>        <NA>
## 585          cha8903          259      TRUE     FALSE         <NA>        <NA>
## 586           BL_27_          127      TRUE     FALSE         <NA>        <NA>
## 587    withearthmixx            0     FALSE     FALSE         <NA>        <NA>
## 588   lovegrazielleh          259      TRUE     FALSE         <NA>        <NA>
## 589        Mina_g137            0     FALSE     FALSE         <NA>        <NA>
## 590      peraya_exol           40      TRUE     FALSE         <NA>        <NA>
## 591          EliLeno            3      TRUE     FALSE         <NA>        <NA>
## 592      aratakizoro         2675      TRUE     FALSE         <NA>        <NA>
## 593  Ph4ntomDr4gneel            0     FALSE     FALSE         <NA>        <NA>
## 594        dach48ptd            0     FALSE     FALSE         <NA>        <NA>
## 595     hydraphrenic            0     FALSE     FALSE         <NA>        <NA>
## 596      yasminah_bl        25860      TRUE     FALSE         <NA>        <NA>
## 597         Brrunaly          259      TRUE     FALSE         <NA>        <NA>
## 598   Ordinaryentity           70      TRUE     FALSE         <NA>        <NA>
## 599         Mayte_BL        10297      TRUE     FALSE         <NA>        <NA>
## 600   Irodori_Sakura            5      TRUE     FALSE         <NA>        <NA>
## 601   ArsenioBertoli            0     FALSE     FALSE         <NA>        <NA>
## 602   RadleyArchives           24      TRUE     FALSE         <NA>        <NA>
## 603  hermit_wanderer            0     FALSE     FALSE         <NA>        <NA>
## 604         sds_levy            3      TRUE     FALSE         <NA>        <NA>
## 605         Bionniac            6      TRUE     FALSE         <NA>        <NA>
## 606     eyesonmovies            0     FALSE     FALSE         <NA>        <NA>
## 607       RossBeale7            0     FALSE     FALSE         <NA>        <NA>
## 608      vanessa_315            0     FALSE     FALSE         <NA>        <NA>
## 609   WelshSchoolsFA            3      TRUE     FALSE         <NA>        <NA>
## 610      nattapowinn          259      TRUE     FALSE         <NA>        <NA>
## 611         gwennie6            0     FALSE     FALSE         <NA>        <NA>
## 612       Johanna_Bl            6      TRUE     FALSE         <NA>        <NA>
## 613   BostonJorge508            1      TRUE     FALSE         <NA>        <NA>
## 614    ApoNattawinBO           63      TRUE     FALSE         <NA>        <NA>
## 615     Januaryboyss          259      TRUE     FALSE         <NA>        <NA>
## 616   Delaney_Vander            0     FALSE     FALSE         <NA>        <NA>
## 617        aramiswym           47      TRUE     FALSE         <NA>        <NA>
## 618       Mccrimmons           16      TRUE     FALSE         <NA>        <NA>
## 619       wrenmatsuu            0     FALSE     FALSE         <NA>        <NA>
## 620     Jimena_wang3          259      TRUE     FALSE         <NA>        <NA>
## 621         rnbadley            1      TRUE     FALSE         <NA>        <NA>
## 622        KinoAlyse            3      TRUE     FALSE         <NA>        <NA>
## 623         sds_levy            0     FALSE     FALSE         <NA>        <NA>
## 624        Chanman39            0     FALSE     FALSE         <NA>        <NA>
## 625       bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 626      KathyRe0916            0     FALSE     FALSE         <NA>        <NA>
## 627       sarah_ash7          110      TRUE     FALSE         <NA>        <NA>
## 628   alyssascavetta            0     FALSE     FALSE         <NA>        <NA>
## 629      delta_sauce            3      TRUE     FALSE         <NA>        <NA>
## 630  EvaSmit76644663            0     FALSE     FALSE         <NA>        <NA>
## 631        lethia_bl          719      TRUE     FALSE         <NA>        <NA>
## 632          julony1           70      TRUE     FALSE         <NA>        <NA>
## 633      anevilbunny            7      TRUE     FALSE         <NA>        <NA>
## 634    peachyIaurent            0     FALSE     FALSE         <NA>        <NA>
## 635         xonorika            3     FALSE     FALSE         <NA>        <NA>
## 636         red_loeb           16     FALSE     FALSE         <NA>        <NA>
## 637     Miranda_8899            9      TRUE     FALSE         <NA>        <NA>
## 638          isukoos            0     FALSE     FALSE         <NA>        <NA>
## 639        wenderlnd          509      TRUE     FALSE         <NA>        <NA>
## 640     spcygomtokki            3      TRUE     FALSE         <NA>        <NA>
## 641       AceAr0taku           79      TRUE     FALSE         <NA>        <NA>
## 642  ArbiterOfSpoons            0     FALSE     FALSE         <NA>        <NA>
## 643     colors_alexx          256      TRUE     FALSE         <NA>        <NA>
## 644   CryptoWitchNFT            0     FALSE     FALSE         <NA>        <NA>
## 645    PinellasCo911            0     FALSE     FALSE -82.67029575 27.84956315
## 646  BathroomSuppli1            0     FALSE     FALSE         <NA>        <NA>
## 647    ToolsWorkshop            0     FALSE     FALSE         <NA>        <NA>
## 648  MollyKHumphries            0     FALSE     FALSE         <NA>        <NA>
## 649      AntjeDienan           14      TRUE     FALSE         <NA>        <NA>
## 650    Prachaya143KS           23      TRUE     FALSE         <NA>        <NA>
## 651   vampireboy2003         2675      TRUE     FALSE         <NA>        <NA>
## 652        BreXsday9            2     FALSE     FALSE         <NA>        <NA>
## 653    FishiesJellie         5588      TRUE     FALSE         <NA>        <NA>
## 654    Dreamless9876         5768      TRUE     FALSE         <NA>        <NA>
## 655   AfifahNurAnand            9      TRUE     FALSE         <NA>        <NA>
## 656        QuislingT            0     FALSE     FALSE         <NA>        <NA>
## 657           bl_sub          347      TRUE     FALSE         <NA>        <NA>
## 658      BluaPapilio            0     FALSE     FALSE         <NA>        <NA>
## 659      crisalvessh          259      TRUE     FALSE         <NA>        <NA>
## 660           BL_27_            2      TRUE     FALSE         <NA>        <NA>
## 661      sondrawomen            4      TRUE     FALSE         <NA>        <NA>
## 662      IndigoOcean            0     FALSE     FALSE         <NA>        <NA>
## 663     LMichelleJ87            0     FALSE     FALSE         <NA>        <NA>
## 664    bentley_demon            0     FALSE     FALSE         <NA>        <NA>
## 665           BL_27_           38      TRUE     FALSE         <NA>        <NA>
## 666    maissnotthere            0     FALSE     FALSE         <NA>        <NA>
## 667       shinn_aime            1      TRUE     FALSE         <NA>        <NA>
## 668        Not0nMain            3      TRUE     FALSE         <NA>        <NA>
## 669  MichaelaMaestas            0     FALSE     FALSE         <NA>        <NA>
## 670   MetalDragonKid            0     FALSE     FALSE         <NA>        <NA>
## 671         sds_levy            3      TRUE     FALSE         <NA>        <NA>
## 672  monteiro_ortega           18      TRUE     FALSE         <NA>        <NA>
## 673        BreXsday9            0     FALSE     FALSE         <NA>        <NA>
## 674   buffmilfslover         2675      TRUE     FALSE         <NA>        <NA>
## 675     MariReactsYT            1     FALSE     FALSE         <NA>        <NA>
## 676      KSforever08           23      TRUE     FALSE         <NA>        <NA>
## 677        Bertozaur           48      TRUE     FALSE         <NA>        <NA>
## 678     peachyturtle            0     FALSE     FALSE         <NA>        <NA>
## 679         SessxRin           18      TRUE     FALSE         <NA>        <NA>
## 680        Albertyeh           64      TRUE     FALSE         <NA>        <NA>
## 681      bloodkittyh            0     FALSE     FALSE         <NA>        <NA>
## 682     TheYaoiShelf           79      TRUE     FALSE         <NA>        <NA>
## 683   nthngtoseehere            0     FALSE     FALSE         <NA>        <NA>
## 684   pictureshow_bl            0     FALSE     FALSE         <NA>        <NA>
## 685      nongapocute          259      TRUE     FALSE         <NA>        <NA>
## 686  cutiesemanticme          256      TRUE     FALSE         <NA>        <NA>
## 687       pablo_bl_8         8243      TRUE     FALSE         <NA>        <NA>
## 688   pablo_palcovca           20      TRUE     FALSE         <NA>        <NA>
## 689    Webcomics_app            1     FALSE     FALSE         <NA>        <NA>
## 690  babygravitydaze           79      TRUE     FALSE         <NA>        <NA>
## 691         MoxAprii          259      TRUE     FALSE         <NA>        <NA>
## 692      randomlyrj_            0     FALSE     FALSE         <NA>        <NA>
## 693     darkestdollx            2     FALSE     FALSE         <NA>        <NA>
## 694         jtdessie           70      TRUE     FALSE         <NA>        <NA>
## 695         jhonpl55            0     FALSE     FALSE         <NA>        <NA>
## 696     antighaeyo17            0     FALSE     FALSE         <NA>        <NA>
## 697  ladyalitacastle           18      TRUE     FALSE         <NA>        <NA>
## 698           Quowii          259      TRUE     FALSE         <NA>        <NA>
## 699   unbothered_ykx            2      TRUE     FALSE         <NA>        <NA>
## 700       ntonjerray            0     FALSE     FALSE         <NA>        <NA>
## 701     ItJustMe1965           70      TRUE     FALSE         <NA>        <NA>
## 702     pemujakertas          256      TRUE     FALSE         <NA>        <NA>
## 703     SimondForbes           22      TRUE     FALSE         <NA>        <NA>
## 704     likearose317          118      TRUE     FALSE         <NA>        <NA>
## 705       yeb_sakoda            0     FALSE     FALSE         <NA>        <NA>
## 706  PrincessPreener            0     FALSE     FALSE         <NA>        <NA>
## 707        nalimo333            0     FALSE     FALSE         <NA>        <NA>
## 708       MEWSICCLUB           11      TRUE     FALSE         <NA>        <NA>
## 709          cae_mov          295      TRUE     FALSE         <NA>        <NA>
## 710         jwcosart           81      TRUE     FALSE         <NA>        <NA>
## 711   random_someon3            0     FALSE     FALSE         <NA>        <NA>
## 712     lord_barrold            0     FALSE     FALSE         <NA>        <NA>
## 713   CookieDoh12345          259      TRUE     FALSE         <NA>        <NA>
## 714         IsaBlumi            7      TRUE     FALSE         <NA>        <NA>
## 715  infinit_dreamer            0     FALSE     FALSE         <NA>        <NA>
## 716       ErotemeArt            1     FALSE     FALSE         <NA>        <NA>
## 717  world_of_bl_com           10     FALSE     FALSE         <NA>        <NA>
## 718     SimondForbes            1      TRUE     FALSE         <NA>        <NA>
## 719  kawoshingatitos         2675      TRUE     FALSE         <NA>        <NA>
## 720     SimondForbes            9      TRUE     FALSE         <NA>        <NA>
## 721   MarinaMaranan1            0     FALSE     FALSE         <NA>        <NA>
## 722     YoungMophead            0     FALSE     FALSE         <NA>        <NA>
## 723      blworld2603          259      TRUE     FALSE         <NA>        <NA>
## 724        bst253483         2675      TRUE     FALSE         <NA>        <NA>
## 725      LYn_dmdboys            2      TRUE     FALSE         <NA>        <NA>
## 726         Ethos335            0     FALSE     FALSE         <NA>        <NA>
## 727   purplewhalien4          259      TRUE     FALSE         <NA>        <NA>
## 728      LYn_dmdboys           10      TRUE     FALSE         <NA>        <NA>
## 729      LYn_dmdboys           41      TRUE     FALSE         <NA>        <NA>
## 730     N_Fitzgerald           10      TRUE     FALSE         <NA>        <NA>
## 731    MultiiiiStann          256      TRUE     FALSE         <NA>        <NA>
## 732     ArsSilentium            0     FALSE     FALSE         <NA>        <NA>
## 733  KittenHasClaws8           79      TRUE     FALSE         <NA>        <NA>
## 734    11_boredlands            0     FALSE     FALSE         <NA>        <NA>
## 735  semprongbolong7           23      TRUE     FALSE         <NA>        <NA>
## 736    mileaposArtaz          259      TRUE     FALSE         <NA>        <NA>
## 737       hayden85nk            0     FALSE     FALSE         <NA>        <NA>
## 738     nyiguinyogui           12      TRUE     FALSE         <NA>        <NA>
## 739         jmiles67            0     FALSE     FALSE         <NA>        <NA>
## 740       mymyhuynhs            0     FALSE     FALSE         <NA>        <NA>
## 741          lait911            0     FALSE     FALSE   -118.32451   34.049763
## 742   CattawinofMile          259      TRUE     FALSE         <NA>        <NA>
## 743         mylife8z            0     FALSE     FALSE         <NA>        <NA>
## 744  BillBloodyHughe            5      TRUE     FALSE         <NA>        <NA>
## 745             plzl           49      TRUE     FALSE         <NA>        <NA>
## 746   lu_aux_fraises           38      TRUE     FALSE         <NA>        <NA>
## 747       Raudelburr         2675      TRUE     FALSE         <NA>        <NA>
## 748        Radolysse            0     FALSE     FALSE         <NA>        <NA>
## 749    MySuppCareCOH            2      TRUE     FALSE         <NA>        <NA>
## 750   paralyzedbylou          256      TRUE     FALSE         <NA>        <NA>
## 751          aespahw            0     FALSE     FALSE         <NA>        <NA>
## 752  Happy_Bubblesss           17      TRUE     FALSE         <NA>        <NA>
## 753        Droktulft            3      TRUE     FALSE         <NA>        <NA>
## 754        TimMilnes            5      TRUE     FALSE         <NA>        <NA>
## 755        Droktulft            3      TRUE     FALSE         <NA>        <NA>
## 756    airyolovemail         2675      TRUE     FALSE         <NA>        <NA>
## 757      W0NNIEKCALS            0     FALSE     FALSE         <NA>        <NA>
## 758  mylenechantress            0     FALSE     FALSE         <NA>        <NA>
## 759       AuwalJalo1            0     FALSE     FALSE         <NA>        <NA>
## 760          bekkomi            0     FALSE     FALSE         <NA>        <NA>
## 761     relish_hendy           22      TRUE     FALSE         <NA>        <NA>
## 762    weimann20pklj            0     FALSE     FALSE         <NA>        <NA>
## 763   La_Patrona_Rin           18      TRUE     FALSE         <NA>        <NA>
## 764   Genevieve_Hery            0     FALSE     FALSE         <NA>        <NA>
## 765  TaiyoToTsukiiii            0     FALSE     FALSE         <NA>        <NA>
## 766     Takiko_Uruki           91      TRUE     FALSE         <NA>        <NA>
## 767      woojoonmoon            0     FALSE     FALSE         <NA>        <NA>
## 768       kuroiskiez            8      TRUE     FALSE         <NA>        <NA>
## 769          BL_2889            0     FALSE     FALSE         <NA>        <NA>
## 770  ThatOne_KidNico            0     FALSE     FALSE         <NA>        <NA>
## 771         cloeyaku         2675      TRUE     FALSE         <NA>        <NA>
## 772          bl_swyq            0     FALSE     FALSE         <NA>        <NA>
## 773        riverexic            0     FALSE     FALSE         <NA>        <NA>
## 774      alspacedout         2675      TRUE     FALSE         <NA>        <NA>
## 775       glaucieIIe          259      TRUE     FALSE         <NA>        <NA>
## 776         kelsi94i            0     FALSE     FALSE         <NA>        <NA>
## 777     Spotlightron           64      TRUE     FALSE         <NA>        <NA>
## 778   ApoNattawinUSA          259      TRUE     FALSE         <NA>        <NA>
## 779       sunbird_06           47      TRUE     FALSE         <NA>        <NA>
## 780       __as_alex_          256      TRUE     FALSE         <NA>        <NA>
## 781     BL_Balthaser            0     FALSE     FALSE         <NA>        <NA>
## 782   MetalDragonKid            0     FALSE     FALSE         <NA>        <NA>
## 783       HakethKOTB           12      TRUE     FALSE         <NA>        <NA>
## 784      soundlolgic         2675      TRUE     FALSE         <NA>        <NA>
## 785       HauckTarin            0     FALSE     FALSE         <NA>        <NA>
## 786     LSHGofficial           22      TRUE     FALSE         <NA>        <NA>
## 787       cnsltnglib            0     FALSE     FALSE         <NA>        <NA>
## 788  BerthaG09300381            1     FALSE     FALSE         <NA>        <NA>
## 789        kozeymgjn            0     FALSE     FALSE         <NA>        <NA>
## 790         kyarin2_            0     FALSE     FALSE         <NA>        <NA>
## 791     diangelosfav          256      TRUE     FALSE         <NA>        <NA>
## 792       SNicole031            0     FALSE     FALSE         <NA>        <NA>
## 793         RSS_Nami            0     FALSE     FALSE         <NA>        <NA>
## 794         mylife8z            0     FALSE     FALSE         <NA>        <NA>
## 795    Anita75999886           23      TRUE     FALSE         <NA>        <NA>
## 796    boysloveparty           12      TRUE     FALSE         <NA>        <NA>
## 797           vmnamu            0     FALSE     FALSE         <NA>        <NA>
## 798     Howie_Davies            0     FALSE     FALSE         <NA>        <NA>
## 799          BigE_20           64      TRUE     FALSE         <NA>        <NA>
## 800     ThomasVitins            1     FALSE     FALSE         <NA>        <NA>
## 801   IrlagainstFash            0     FALSE     FALSE         <NA>        <NA>
## 802      delta_sauce            2      TRUE     FALSE         <NA>        <NA>
## 803          M1z_uKi           77      TRUE     FALSE         <NA>        <NA>
## 804  ianjustexisting           47      TRUE     FALSE         <NA>        <NA>
## 805       jenshaul13          256      TRUE     FALSE         <NA>        <NA>
## 806     fatherandrew            3      TRUE     FALSE         <NA>        <NA>
## 807     BL_nananWSSP         9146      TRUE     FALSE         <NA>        <NA>
## 808     JamesLouise7            0     FALSE     FALSE         <NA>        <NA>
## 809         josie_bl        19236      TRUE     FALSE         <NA>        <NA>
## 810           znncut           41      TRUE     FALSE         <NA>        <NA>
## 811          tatzanx            7      TRUE     FALSE         <NA>        <NA>
## 812     GIN_TROPICAL            6      TRUE     FALSE         <NA>        <NA>
## 813    Americareform            3      TRUE     FALSE         <NA>        <NA>
## 814            VJMS9            0     FALSE     FALSE         <NA>        <NA>
## 815          Tegiri5            0     FALSE     FALSE         <NA>        <NA>
## 816       fufufu__bl           78      TRUE     FALSE         <NA>        <NA>
## 817       deer_skull            0     FALSE     FALSE         <NA>        <NA>
## 818         jeroosan            1      TRUE     FALSE         <NA>        <NA>
## 819      Bl_ueTe_ars           26      TRUE     FALSE         <NA>        <NA>
## 820    johnson51nrbx            0     FALSE     FALSE         <NA>        <NA>
## 821        cgcornett           12      TRUE     FALSE         <NA>        <NA>
## 822        brittz0rz            0     FALSE     FALSE         <NA>        <NA>
## 823         red_loeb            1     FALSE     FALSE         <NA>        <NA>
## 824          Sari1_7            0     FALSE     FALSE         <NA>        <NA>
## 825        Draco2050            0     FALSE     FALSE         <NA>        <NA>
## 826         BL_Tidus            0     FALSE     FALSE         <NA>        <NA>
## 827     stephasavale            0     FALSE     FALSE         <NA>        <NA>
## 828         amli_art            0     FALSE     FALSE         <NA>        <NA>
## 829      bl_allmybae            0     FALSE     FALSE         <NA>        <NA>
## 830      solartaekoo            0     FALSE     FALSE         <NA>        <NA>
## 831       akazablood          259      TRUE     FALSE         <NA>        <NA>
## 832  tdkrbksupremacy         2675      TRUE     FALSE         <NA>        <NA>
## 833           MDi_BL            0     FALSE     FALSE         <NA>        <NA>
## 834        panilatte           10      TRUE     FALSE         <NA>        <NA>
## 835           MDi_BL            1      TRUE     FALSE         <NA>        <NA>
## 836         amli_art            0     FALSE     FALSE         <NA>        <NA>
## 837  rainbowfirebird         2675      TRUE     FALSE         <NA>        <NA>
## 838   amugae23317637          259      TRUE     FALSE         <NA>        <NA>
## 839    leffler85dnil            0     FALSE     FALSE         <NA>        <NA>
## 840        panilatte           41      TRUE     FALSE         <NA>        <NA>
## 841     sinbethemoon            0     FALSE     FALSE         <NA>        <NA>
## 842    ToonMouthTyne            0     FALSE     FALSE         <NA>        <NA>
## 843      hyeonjuhui3          259      TRUE     FALSE         <NA>        <NA>
## 844     haewonnieblu          256      TRUE     FALSE         <NA>        <NA>
## 845         utenthys            0     FALSE     FALSE         <NA>        <NA>
## 846          Skirgey            0     FALSE     FALSE         <NA>        <NA>
## 847          Ash8Luv            0     FALSE     FALSE         <NA>        <NA>
## 848        vixen1084           91      TRUE     FALSE         <NA>        <NA>
## 849  unknown_gunnerz            0     FALSE     FALSE         <NA>        <NA>
## 850      woojoonmoon            0     FALSE     FALSE         <NA>        <NA>
## 851       dimples039          259      TRUE     FALSE         <NA>        <NA>
## 852  andrewnotfound2            0     FALSE     FALSE         <NA>        <NA>
## 853         mems_ukc           14      TRUE     FALSE         <NA>        <NA>
## 854        reversea_            1     FALSE     FALSE         <NA>        <NA>
## 855     NSFW_Biscuit           81      TRUE     FALSE         <NA>        <NA>
## 856         DISDSubs            0     FALSE     FALSE         <NA>        <NA>
## 857     LRobbTeacher            2      TRUE     FALSE         <NA>        <NA>
## 858          cnf1996           41      TRUE     FALSE         <NA>        <NA>
## 859  SinnerDarkchild            3      TRUE     FALSE         <NA>        <NA>
## 860    KinnPorscheSP            7      TRUE     FALSE         <NA>        <NA>
## 861          kon23uk            0     FALSE     FALSE         <NA>        <NA>
## 862          BL_2889            0     FALSE     FALSE         <NA>        <NA>
## 863      EmmaLinaldi          256      TRUE     FALSE         <NA>        <NA>
## 864    allofthemanga          110      TRUE     FALSE         <NA>        <NA>
## 865        gingaeyle         2675      TRUE     FALSE         <NA>        <NA>
## 866           blblud         2675      TRUE     FALSE         <NA>        <NA>
## 867     Alix95406063            0     FALSE     FALSE         <NA>        <NA>
## 868      quiverypalm            0     FALSE     FALSE         <NA>        <NA>
## 869          Lughos1            0     FALSE     FALSE         <NA>        <NA>
## 870  SHIZUKUHlNOMORl           77      TRUE     FALSE         <NA>        <NA>
## 871    PhoenixStar73            1      TRUE     FALSE         <NA>        <NA>
## 872    Oregano_freak         2675      TRUE     FALSE         <NA>        <NA>
## 873         Aiden_bl            0     FALSE     FALSE         <NA>        <NA>
## 874    allofthemanga           79      TRUE     FALSE         <NA>        <NA>
## 875    veryhonestmee            0     FALSE     FALSE         <NA>        <NA>
## 876    boysloveparty           79      TRUE     FALSE         <NA>        <NA>
## 877       mumbly_joe          118      TRUE     FALSE         <NA>        <NA>
## 878       chichikuuu            6      TRUE     FALSE         <NA>        <NA>
## 879       ghostzeros         2675      TRUE     FALSE         <NA>        <NA>
## 880       moonatarix           41      TRUE     FALSE         <NA>        <NA>
## 881     euamodoramas          256      TRUE     FALSE         <NA>        <NA>
## 882      GamingCrasy            1     FALSE     FALSE         <NA>        <NA>
## 883    msllamablouhe            0     FALSE     FALSE         <NA>        <NA>
## 884   MetalDragonKid            0     FALSE     FALSE         <NA>        <NA>
## 885  CaptainVonChan1            2      TRUE     FALSE         <NA>        <NA>
## 886    honeymins0613          259      TRUE     FALSE         <NA>        <NA>
## 887       BL_Scenery            1     FALSE     FALSE         <NA>        <NA>
## 888  MollyKHumphries            0     FALSE     FALSE         <NA>        <NA>
## 889  TOMIXX962240988            0     FALSE     FALSE         <NA>        <NA>
## 890        meiraLuvy            0     FALSE     FALSE         <NA>        <NA>
## 891          WozgarX            8      TRUE     FALSE         <NA>        <NA>
## 892         pecunium          118      TRUE     FALSE         <NA>        <NA>
## 893        _bl_ai_ze         1417      TRUE     FALSE         <NA>        <NA>
## 894          IWSDLFM            0     FALSE     FALSE         <NA>        <NA>
## 895    Untramen_Taro         2675      TRUE     FALSE         <NA>        <NA>
## 896     IshtarSpring            3      TRUE     FALSE         <NA>        <NA>
## 897     IshtarSpring            6      TRUE     FALSE         <NA>        <NA>
## 898          ysobh53            0     FALSE     FALSE         <NA>        <NA>
## 899  theNightw4tcher            0     FALSE     FALSE         <NA>        <NA>
## 900  Gabriel53469193           81      TRUE     FALSE         <NA>        <NA>
## 901   milfjiangcheng         2675      TRUE     FALSE         <NA>        <NA>
## 902   Christine111VC           34      TRUE     FALSE         <NA>        <NA>
## 903   personalkanojo         2675      TRUE     FALSE         <NA>        <NA>
## 904  MileApoGuardVTS          259      TRUE     FALSE         <NA>        <NA>
## 905   Tarou165828914         2675      TRUE     FALSE         <NA>        <NA>
## 906          sinspin           81      TRUE     FALSE         <NA>        <NA>
## 907   thecarfactoids            1     FALSE     FALSE         <NA>        <NA>
## 908     Sam_Renga_09            0     FALSE     FALSE         <NA>        <NA>
## 909    PinellasCo911            0     FALSE     FALSE -82.73819474 27.84143246
## 910  metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 911  metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 912  striderincident           81      TRUE     FALSE         <NA>        <NA>
## 913    BooksTeaFilms            9      TRUE     FALSE         <NA>        <NA>
## 914   cattawin_lover          259      TRUE     FALSE         <NA>        <NA>
## 915   illusionteacup            1      TRUE     FALSE         <NA>        <NA>
## 916     KatarinnaBWF            0     FALSE     FALSE         <NA>        <NA>
## 917         STAGinPG            4      TRUE     FALSE         <NA>        <NA>
## 918        _bl_ai_ze            1     FALSE     FALSE         <NA>        <NA>
## 919    Lesio48417834           49      TRUE     FALSE         <NA>        <NA>
## 920        NandoFink           47      TRUE     FALSE         <NA>        <NA>
## 921        KinoAlyse            2      TRUE     FALSE         <NA>        <NA>
## 922  PersonalizeDISD            4      TRUE     FALSE         <NA>        <NA>
## 923         utenthys            0     FALSE     FALSE         <NA>        <NA>
## 924          tkhell_            1     FALSE     FALSE         <NA>        <NA>
## 925     Spritepixie1           70      TRUE     FALSE         <NA>        <NA>
## 926  metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 927  metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 928           MDi_BL           12      TRUE     FALSE         <NA>        <NA>
## 929       Rayrift701           47      TRUE     FALSE         <NA>        <NA>
## 930     AAngela98765            0     FALSE     FALSE         <NA>        <NA>
## 931     PrincipalRey            4     FALSE     FALSE         <NA>        <NA>
## 932       virtjinwoo           79      TRUE     FALSE         <NA>        <NA>
## 933      apoclassics          259      TRUE     FALSE         <NA>        <NA>
## 934         LuvAra91          259      TRUE     FALSE         <NA>        <NA>
## 935        _bl_ai_ze         3705      TRUE     FALSE         <NA>        <NA>
## 936      delta_sauce            2      TRUE     FALSE         <NA>        <NA>
## 937     Denjislonely            0     FALSE     FALSE         <NA>        <NA>
## 938     JoanieApollo            0     FALSE     FALSE         <NA>        <NA>
## 939      AiKoBeanArt            0     FALSE     FALSE         <NA>        <NA>
## 940       sixela1912            7      TRUE     FALSE         <NA>        <NA>
## 941       YeBlowsAss            0     FALSE     FALSE         <NA>        <NA>
## 942      HelovesmeMA          259      TRUE     FALSE         <NA>        <NA>
## 943          okil_98          377      TRUE     FALSE         <NA>        <NA>
## 944      neocrotalic            4      TRUE     FALSE         <NA>        <NA>
## 945    epitaphtoadog            0     FALSE     FALSE         <NA>        <NA>
## 946  walasavagephoto            2     FALSE     FALSE         <NA>        <NA>
## 947        leejiyuji            1     FALSE     FALSE         <NA>        <NA>
## 948     xHunter_701x         1403      TRUE     FALSE         <NA>        <NA>
## 949      CoxWebSales            0     FALSE     FALSE         <NA>        <NA>
## 950       YeBlowsAss            0     FALSE     FALSE         <NA>        <NA>
## 951         utenthys            0     FALSE     FALSE         <NA>        <NA>
## 952          VazduhO            0     FALSE     FALSE         <NA>        <NA>
## 953         marks_bl          331      TRUE     FALSE         <NA>        <NA>
## 954       Scarlet099           70      TRUE     FALSE         <NA>        <NA>
## 955      wizardlover         2675      TRUE     FALSE         <NA>        <NA>
## 956         eggdroop         2675      TRUE     FALSE         <NA>        <NA>
## 957         miky8315          259      TRUE     FALSE         <NA>        <NA>
## 958    WadeKillsonYT            2      TRUE     FALSE         <NA>        <NA>
## 959     bl_ablabla_a            0     FALSE     FALSE         <NA>        <NA>
## 960  Mischievousenby           77      TRUE     FALSE         <NA>        <NA>
## 961     AAngela98765            0     FALSE     FALSE         <NA>        <NA>
## 962         giftt768            0     FALSE     FALSE         <NA>        <NA>
## 963      helixsophia            0     FALSE     FALSE         <NA>        <NA>
## 964      carterzyosv            0     FALSE     FALSE         <NA>        <NA>
## 965        UDubTonyD            0     FALSE     FALSE         <NA>        <NA>
## 966       JustPaul85            0     FALSE     FALSE         <NA>        <NA>
## 967          BL_2889            0     FALSE     FALSE         <NA>        <NA>
## 968       YeBlowsAss            0     FALSE     FALSE         <NA>        <NA>
## 969          bl_1510            1      TRUE     FALSE         <NA>        <NA>
## 970       strbwymilk         2675      TRUE     FALSE         <NA>        <NA>
## 971     Denjislonely            0     FALSE     FALSE         <NA>        <NA>
## 972   Serara18388406          135      TRUE     FALSE         <NA>        <NA>
## 973  BoysLovevibesss           79      TRUE     FALSE         <NA>        <NA>
## 974        JeaanJayy          259      TRUE     FALSE         <NA>        <NA>
## 975  raindroppopshop            0     FALSE     FALSE         <NA>        <NA>
## 976       news__dude           34      TRUE     FALSE         <NA>        <NA>
## 977     MaciasRosyyy            7      TRUE     FALSE         <NA>        <NA>
## 978    blfangirl1111            3      TRUE     FALSE         <NA>        <NA>
## 979     MaciasRosyyy           22      TRUE     FALSE         <NA>        <NA>
## 980      SeasonsGala            0     FALSE     FALSE         <NA>        <NA>
## 981           WTK_BL        29447      TRUE     FALSE         <NA>        <NA>
## 982  wanderngthebchs           34      TRUE     FALSE         <NA>        <NA>
## 983      ignatius23t            0     FALSE     FALSE         <NA>        <NA>
## 984   AzaleaReina_22          259      TRUE     FALSE         <NA>        <NA>
## 985     SummerDaze05          259      TRUE     FALSE         <NA>        <NA>
## 986       chillDarku            0     FALSE     FALSE         <NA>        <NA>
## 987          nadzy94           28      TRUE     FALSE         <NA>        <NA>
## 988          ltg1810            0     FALSE     FALSE         <NA>        <NA>
## 989       mrjaydeeem            0     FALSE     FALSE         <NA>        <NA>
## 990   muggs_mulligan           34      TRUE     FALSE         <NA>        <NA>
## 991       iminescent            0     FALSE     FALSE         <NA>        <NA>
## 992    Cindy07871425          110      TRUE     FALSE         <NA>        <NA>
## 993  K3deandamonjane          259      TRUE     FALSE         <NA>        <NA>
## 994       3vil_qu33n            1      TRUE     FALSE         <NA>        <NA>
## 995     semplyfrantu            0     FALSE     FALSE         <NA>        <NA>
## 996     ILikeBatsTho           48      TRUE     FALSE         <NA>        <NA>
## 997       GiseoksKey            3      TRUE     FALSE         <NA>        <NA>
## 998        GomezTair            0     FALSE     FALSE         <NA>        <NA>
## 999       NerziOntop            0     FALSE     FALSE         <NA>        <NA>
## 1000 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1001 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1002    Denjislonely            0     FALSE     FALSE         <NA>        <NA>
## 1003      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 1004         BL_Hyro            0     FALSE     FALSE         <NA>        <NA>
## 1005      YeBlowsAss            0     FALSE     FALSE         <NA>        <NA>
## 1006  Dortha83994416            0     FALSE     FALSE         <NA>        <NA>
## 1007       MileApo10          259      TRUE     FALSE         <NA>        <NA>
## 1008 _AltarOfTheSky_            0     FALSE     FALSE         <NA>        <NA>
## 1009    minpao_dulce         2675      TRUE     FALSE         <NA>        <NA>
## 1010     delta_sauce            2      TRUE     FALSE         <NA>        <NA>
## 1011  RealTimeNews10            1     FALSE     FALSE         <NA>        <NA>
## 1012   brightwinfaen            0     FALSE     FALSE         <NA>        <NA>
## 1013   HEROMANishere            0     FALSE     FALSE         <NA>        <NA>
## 1014         EliLeno            6      TRUE     FALSE         <NA>        <NA>
## 1015  SessRin_dioses           18      TRUE     FALSE         <NA>        <NA>
## 1016         jeffjag            0     FALSE     FALSE         <NA>        <NA>
## 1017       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 1018    RacheGabriel            0     FALSE     FALSE         <NA>        <NA>
## 1019   kittii_crypto            6      TRUE     FALSE         <NA>        <NA>
## 1020       abruti_bl           39      TRUE     FALSE         <NA>        <NA>
## 1021     AsterCala93          259      TRUE     FALSE         <NA>        <NA>
## 1022  winnifred33tcn            0     FALSE     FALSE         <NA>        <NA>
## 1023   StacieABuhler            2      TRUE     FALSE         <NA>        <NA>
## 1024        torphxbe            0     FALSE     FALSE         <NA>        <NA>
## 1025      Xxxlilneko            0     FALSE     FALSE         <NA>        <NA>
## 1026    RinrisProkik            0     FALSE     FALSE         <NA>        <NA>
## 1027          am__bl         3355      TRUE     FALSE         <NA>        <NA>
## 1028    Denjislonely            0     FALSE     FALSE         <NA>        <NA>
## 1029     wallplugnft            2     FALSE     FALSE         <NA>        <NA>
## 1030      vahakn2000            0     FALSE     FALSE         <NA>        <NA>
## 1031 robertd91548116            2      TRUE     FALSE         <NA>        <NA>
## 1032     IlyaYenotka            0     FALSE     FALSE         <NA>        <NA>
## 1033  zetsubou_sekai           79      TRUE     FALSE         <NA>        <NA>
## 1034         19dcore          313      TRUE     FALSE         <NA>        <NA>
## 1035 Wedolingeriean1            0     FALSE     FALSE         <NA>        <NA>
## 1036 JohannaMontesJ1           81      TRUE     FALSE         <NA>        <NA>
## 1037      itsmommyIK            0     FALSE     FALSE         <NA>        <NA>
## 1038   CarmenEspejoC            9      TRUE     FALSE         <NA>        <NA>
## 1039    stephasavale            0     FALSE     FALSE         <NA>        <NA>
## 1040       abruti_bl          399      TRUE     FALSE         <NA>        <NA>
## 1041 fantasticplanet            0     FALSE     FALSE         <NA>        <NA>
## 1042      bl_artcult            4      TRUE     FALSE         <NA>        <NA>
## 1043        DOOM4121            0     FALSE     FALSE         <NA>        <NA>
## 1044   CarmenEspejoC           16      TRUE     FALSE         <NA>        <NA>
## 1045       MaebeeIam            0     FALSE     FALSE         <NA>        <NA>
## 1046        xdredikx            0     FALSE     FALSE         <NA>        <NA>
## 1047        rich4you           70      TRUE     FALSE         <NA>        <NA>
## 1048     delta_sauce            4      TRUE     FALSE         <NA>        <NA>
## 1049    PrizemArtNft            4      TRUE     FALSE         <NA>        <NA>
## 1050   akkajsjskaksi            0     FALSE     FALSE         <NA>        <NA>
## 1051  MyCreativeOwls            4     FALSE     FALSE         <NA>        <NA>
## 1052   vatrushkachan           77      TRUE     FALSE         <NA>        <NA>
## 1053       shotalumi            0     FALSE     FALSE         <NA>        <NA>
## 1054      wondastars         2675      TRUE     FALSE         <NA>        <NA>
## 1055 Fujoshi48310521          256      TRUE     FALSE         <NA>        <NA>
## 1056      HakethKOTB            7      TRUE     FALSE         <NA>        <NA>
## 1057 destinykrainbow            0     FALSE     FALSE         <NA>        <NA>
## 1058    the_dingler_            0     FALSE     FALSE         <NA>        <NA>
## 1059    hualiantgcf7           79      TRUE     FALSE         <NA>        <NA>
## 1060 mikelikessports            0     FALSE     FALSE         <NA>        <NA>
## 1061         zk_sasi           81      TRUE     FALSE         <NA>        <NA>
## 1062    Rafique6Riaz            8      TRUE     FALSE         <NA>        <NA>
## 1063     AiKoBeanArt            1      TRUE     FALSE         <NA>        <NA>
## 1064     AiKoBeanArt            0     FALSE     FALSE         <NA>        <NA>
## 1065    AAngela98765            2     FALSE     FALSE         <NA>        <NA>
## 1066      funbaggirl            0     FALSE     FALSE         <NA>        <NA>
## 1067 HinataIsmyHeart         2675      TRUE     FALSE         <NA>        <NA>
## 1068  MetalDragonKid            0     FALSE     FALSE         <NA>        <NA>
## 1069     Only4Sehun_          259      TRUE     FALSE         <NA>        <NA>
## 1070    panitosinpan         2675      TRUE     FALSE         <NA>        <NA>
## 1071      verumreina           18      TRUE     FALSE         <NA>        <NA>
## 1072        Kunazar3           47      TRUE     FALSE         <NA>        <NA>
## 1073      dopemind10            0     FALSE     FALSE         <NA>        <NA>
## 1074  AdrianVickers5           23      TRUE     FALSE         <NA>        <NA>
## 1075       abruti_bl          706      TRUE     FALSE         <NA>        <NA>
## 1076  justwannasayhy          259      TRUE     FALSE         <NA>        <NA>
## 1077  fakeshittalker         2675      TRUE     FALSE         <NA>        <NA>
## 1078           Qs358            8      TRUE     FALSE         <NA>        <NA>
## 1079    DAIHIME_SAMA            7      TRUE     FALSE         <NA>        <NA>
## 1080  sessrincentral           18      TRUE     FALSE         <NA>        <NA>
## 1081 destinykrainbow            1     FALSE     FALSE         <NA>        <NA>
## 1082     thucanconco          259      TRUE     FALSE         <NA>        <NA>
## 1083        dexdaina           47      TRUE     FALSE         <NA>        <NA>
## 1084     hogoshamaru           18      TRUE     FALSE         <NA>        <NA>
## 1085       lavamanga           79      TRUE     FALSE         <NA>        <NA>
## 1086      PecanSanVT         2675      TRUE     FALSE         <NA>        <NA>
## 1087     hoegersildc            0     FALSE     FALSE         <NA>        <NA>
## 1088   dilucslovebot            0     FALSE     FALSE         <NA>        <NA>
## 1089          IFY_BL         3085      TRUE     FALSE         <NA>        <NA>
## 1090       emmavince           11      TRUE     FALSE         <NA>        <NA>
## 1091      nghikraten          259      TRUE     FALSE         <NA>        <NA>
## 1092  Rayan_Iolanthe         2675      TRUE     FALSE         <NA>        <NA>
## 1093          pnhalz          259      TRUE     FALSE         <NA>        <NA>
## 1094       VenLsHere           47      TRUE     FALSE         <NA>        <NA>
## 1095        voidfelI         2675      TRUE     FALSE         <NA>        <NA>
## 1096       abruti_bl          623      TRUE     FALSE         <NA>        <NA>
## 1097    gunmetalsole         2675      TRUE     FALSE         <NA>        <NA>
## 1098       feil27duv            0     FALSE     FALSE         <NA>        <NA>
## 1099       annieone3            7      TRUE     FALSE         <NA>        <NA>
## 1100      ColdPlushy            0     FALSE     FALSE         <NA>        <NA>
## 1101     KnosNothing           47      TRUE     FALSE         <NA>        <NA>
## 1102      BL_Scenery            0     FALSE     FALSE         <NA>        <NA>
## 1103 oksanat06333340            0     FALSE     FALSE         <NA>        <NA>
## 1104       1900100ko          259      TRUE     FALSE         <NA>        <NA>
## 1105   Curious111188            7      TRUE     FALSE         <NA>        <NA>
## 1106        21_perth            0     FALSE     FALSE         <NA>        <NA>
## 1107 Silence70614652            0     FALSE     FALSE         <NA>        <NA>
## 1108       slwiede66            7      TRUE     FALSE         <NA>        <NA>
## 1109        MNLGroup            7      TRUE     FALSE         <NA>        <NA>
## 1110        nyawife8            0     FALSE     FALSE         <NA>        <NA>
## 1111  RealTimeNews10            7     FALSE     FALSE         <NA>        <NA>
## 1112       whathow27         2675      TRUE     FALSE         <NA>        <NA>
## 1113        mawhalee           63      TRUE     FALSE         <NA>        <NA>
## 1114  GodsRevolverNA         2675      TRUE     FALSE         <NA>        <NA>
## 1115  HemingwayHitch            0     FALSE     FALSE         <NA>        <NA>
## 1116        BL_craze           12      TRUE     FALSE         <NA>        <NA>
## 1117       sombra_bl          283      TRUE     FALSE         <NA>        <NA>
## 1118    MyBLCalendar            0     FALSE     FALSE         <NA>        <NA>
## 1119       sombra_bl           10      TRUE     FALSE         <NA>        <NA>
## 1120   aidencantmeme           48      TRUE     FALSE         <NA>        <NA>
## 1121 sh33RbR00tality            3      TRUE     FALSE         <NA>        <NA>
## 1122       made_twat         2675      TRUE     FALSE         <NA>        <NA>
## 1123       sombra_bl          657      TRUE     FALSE         <NA>        <NA>
## 1124    AAngela98765            0     FALSE     FALSE         <NA>        <NA>
## 1125       Anniebot0         2675      TRUE     FALSE         <NA>        <NA>
## 1126   PinellasCo911            0     FALSE     FALSE -82.69186558  27.8392225
## 1127    DrCaligari72            0     FALSE     FALSE         <NA>        <NA>
## 1128   bl_aficionado          301      TRUE     FALSE         <NA>        <NA>
## 1129   bl_aficionado          230      TRUE     FALSE         <NA>        <NA>
## 1130 junkiejunkojunk            0     FALSE     FALSE         <NA>        <NA>
## 1131    DrCaligari72            0     FALSE     FALSE         <NA>        <NA>
## 1132 pluviophilekhun           30      TRUE     FALSE         <NA>        <NA>
## 1133        reila109         2675      TRUE     FALSE         <NA>        <NA>
## 1134      BL_Scenery            0     FALSE     FALSE         <NA>        <NA>
## 1135       westdramx           55      TRUE     FALSE         <NA>        <NA>
## 1136      Wen_Shawol          259      TRUE     FALSE         <NA>        <NA>
## 1137 capitanrogers2_           23      TRUE     FALSE         <NA>        <NA>
## 1138       KinoAlyse            2      TRUE     FALSE         <NA>        <NA>
## 1139      shujaat381            8      TRUE     FALSE         <NA>        <NA>
## 1140   madaboutbooks            0     FALSE     FALSE         <NA>        <NA>
## 1141 Jaqueli10068406            0     FALSE     FALSE         <NA>        <NA>
## 1142      SoLiMa7953          256      TRUE     FALSE         <NA>        <NA>
## 1143 fantasticplanet            2     FALSE     FALSE         <NA>        <NA>
## 1144       didemdndr          259      TRUE     FALSE         <NA>        <NA>
## 1145        25pisces          259      TRUE     FALSE         <NA>        <NA>
## 1146 sportscardcoder            1     FALSE     FALSE         <NA>        <NA>
## 1147  malewifeartemz           79      TRUE     FALSE         <NA>        <NA>
## 1148      GISEOK4EVA            3     FALSE     FALSE         <NA>        <NA>
## 1149 PortlandBirdObs            1      TRUE     FALSE         <NA>        <NA>
## 1150   wannabecatboi            0     FALSE     FALSE         <NA>        <NA>
## 1151 Silvershadowwo1           79      TRUE     FALSE         <NA>        <NA>
## 1152   TheBetterDoge           10      TRUE     FALSE         <NA>        <NA>
## 1153     tbaudinette            7     FALSE     FALSE         <NA>        <NA>
## 1154  Mannat51031555            0     FALSE     FALSE         <NA>        <NA>
## 1155       bran_dyon         2675      TRUE     FALSE         <NA>        <NA>
## 1156 Malcolm05756806            0     FALSE     FALSE         <NA>        <NA>
## 1157   Darknight936_            0     FALSE     FALSE         <NA>        <NA>
## 1158     MillarMan69            0     FALSE     FALSE         <NA>        <NA>
## 1159         hmhm_um            0     FALSE     FALSE         <NA>        <NA>
## 1160  FuturePI_Slack           10      TRUE     FALSE         <NA>        <NA>
## 1161        21_perth            0     FALSE     FALSE         <NA>        <NA>
## 1162       BUB_BL_ES        87164      TRUE     FALSE         <NA>        <NA>
## 1163   godfavapomile          259      TRUE     FALSE         <NA>        <NA>
## 1164   Darknight936_            0     FALSE     FALSE         <NA>        <NA>
## 1165          qq_sql         2675      TRUE     FALSE         <NA>        <NA>
## 1166  InquisitorLink           81      TRUE     FALSE         <NA>        <NA>
## 1167     tittyvillus           79      TRUE     FALSE         <NA>        <NA>
## 1168    Fujoshisifth          259      TRUE     FALSE         <NA>        <NA>
## 1169  MetalDragonKid            0     FALSE     FALSE         <NA>        <NA>
## 1170        Aiden_bl            0     FALSE     FALSE         <NA>        <NA>
## 1171 FacePaintedKids            6      TRUE     FALSE         <NA>        <NA>
## 1172       BUB_BL_ES            0     FALSE     FALSE         <NA>        <NA>
## 1173 Venusmisfortune         2675      TRUE     FALSE         <NA>        <NA>
## 1174    sharpcritter         2675      TRUE     FALSE         <NA>        <NA>
## 1175        bingchuu         2675      TRUE     FALSE         <NA>        <NA>
## 1176      kafesito96           91      TRUE     FALSE         <NA>        <NA>
## 1177          jb723_         2675      TRUE     FALSE         <NA>        <NA>
## 1178   bl_aficionado          662      TRUE     FALSE         <NA>        <NA>
## 1179   bl_aficionado           59      TRUE     FALSE         <NA>        <NA>
## 1180 Babydolljungkoo          243      TRUE     FALSE         <NA>        <NA>
## 1181   NattaMile_WIN          259      TRUE     FALSE         <NA>        <NA>
## 1182      allyyccatt           79      TRUE     FALSE         <NA>        <NA>
## 1183   bl_aficionado          228      TRUE     FALSE         <NA>        <NA>
## 1184    Carolanne34B            0     FALSE     FALSE         <NA>        <NA>
## 1185   bl_aficionado           64      TRUE     FALSE         <NA>        <NA>
## 1186 bl_enthusiastic        15974      TRUE     FALSE         <NA>        <NA>
## 1187       _bl_ai_ze          565      TRUE     FALSE         <NA>        <NA>
## 1188 bl_enthusiastic        10695      TRUE     FALSE         <NA>        <NA>
## 1189    bak3db3anzzz         2675      TRUE     FALSE         <NA>        <NA>
## 1190          Qs3488            8     FALSE     FALSE         <NA>        <NA>
## 1191     FloralxLuna           79      TRUE     FALSE         <NA>        <NA>
## 1192  blackjackggvip            0     FALSE     FALSE         <NA>        <NA>
## 1193     thecoffster            0     FALSE     FALSE         <NA>        <NA>
## 1194    SIeazeBurger         2675      TRUE     FALSE         <NA>        <NA>
## 1195   Campbellmatt_            0     FALSE     FALSE         <NA>        <NA>
## 1196       beeb00van         2675      TRUE     FALSE         <NA>        <NA>
## 1197          sjk617            0     FALSE     FALSE         <NA>        <NA>
## 1198 Tsundere_Editor            0     FALSE     FALSE         <NA>        <NA>
## 1199       fadelbevu            0     FALSE     FALSE         <NA>        <NA>
## 1200   bl_aficionado           99      TRUE     FALSE         <NA>        <NA>
## 1201      bl_artcult            1     FALSE     FALSE         <NA>        <NA>
## 1202        twinfaun         2675      TRUE     FALSE         <NA>        <NA>
## 1203      theMikeElf            0     FALSE     FALSE         <NA>        <NA>
## 1204   JesseThSrvnt1            0     FALSE     FALSE         <NA>        <NA>
## 1205        ines__bl         4934      TRUE     FALSE         <NA>        <NA>
## 1206   couplechickkj            1      TRUE     FALSE         <NA>        <NA>
## 1207       _bl_ai_ze          390      TRUE     FALSE         <NA>        <NA>
## 1208        hiwatari           81      TRUE     FALSE         <NA>        <NA>
## 1209 Naoz1Emmanelene            0     FALSE     FALSE         <NA>        <NA>
## 1210  josilverdragon           79      TRUE     FALSE         <NA>        <NA>
## 1211       anim8dead            0     FALSE     FALSE         <NA>        <NA>
## 1212          bl__sw            1     FALSE     FALSE         <NA>        <NA>
## 1213   emogamerboyxd           48      TRUE     FALSE         <NA>        <NA>
## 1214     tiredregina         2675      TRUE     FALSE         <NA>        <NA>
## 1215       alprafter            0     FALSE     FALSE         <NA>        <NA>
## 1216          OPA_BL            0     FALSE     FALSE         <NA>        <NA>
## 1217        ThySheee           30      TRUE     FALSE         <NA>        <NA>
## 1218   StripedAlpaca           79      TRUE     FALSE         <NA>        <NA>
## 1219          bl__sw           38      TRUE     FALSE         <NA>        <NA>
## 1220     mokoupilled            0     FALSE     FALSE         <NA>        <NA>
## 1221      KeithBLGuy            0     FALSE     FALSE         <NA>        <NA>
## 1222  RosenbergEllie           81      TRUE     FALSE         <NA>        <NA>
## 1223      Monlabiaga           65      TRUE     FALSE         <NA>        <NA>
## 1224       gojosbong         2675      TRUE     FALSE         <NA>        <NA>
## 1225          bl__sw            6     FALSE     FALSE         <NA>        <NA>
## 1226      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 1227        21_perth            0     FALSE     FALSE         <NA>        <NA>
## 1228      MagosBilly            0     FALSE     FALSE         <NA>        <NA>
## 1229       Byakko130            5      TRUE     FALSE         <NA>        <NA>
## 1230          bl__sw        17161      TRUE     FALSE         <NA>        <NA>
## 1231  douglas_malott            0     FALSE     FALSE         <NA>        <NA>
## 1232      hailoveyou           55      TRUE     FALSE         <NA>        <NA>
## 1233         ello0u0           79      TRUE     FALSE         <NA>        <NA>
## 1234         ginya97           79      TRUE     FALSE         <NA>        <NA>
## 1235      mexshyalta          103      TRUE     FALSE         <NA>        <NA>
## 1236  textyourmother         2675      TRUE     FALSE         <NA>        <NA>
## 1237    bluestarlx03           18      TRUE     FALSE         <NA>        <NA>
## 1238   GeezLouis1971            2      TRUE     FALSE         <NA>        <NA>
## 1239  GammaMesarthim         2675      TRUE     FALSE         <NA>        <NA>
## 1240  HueyBlounts888            1      TRUE     FALSE         <NA>        <NA>
## 1241  Thelocal_idi0t            2     FALSE     FALSE         <NA>        <NA>
## 1242 RosaAng22672241          256      TRUE     FALSE         <NA>        <NA>
## 1243  infinite_bagel           79      TRUE     FALSE         <NA>        <NA>
## 1244     gradeA1_vic           64      TRUE     FALSE         <NA>        <NA>
## 1245  insertname1003          256      TRUE     FALSE         <NA>        <NA>
## 1246 Vanicha58875520           81      TRUE     FALSE         <NA>        <NA>
## 1247        ZellaSky           79      TRUE     FALSE         <NA>        <NA>
## 1248        bl__swan            0     FALSE     FALSE         <NA>        <NA>
## 1249    AriesLovesBl            3      TRUE     FALSE         <NA>        <NA>
## 1250       dommiii96           91      TRUE     FALSE         <NA>        <NA>
## 1251     HurnAntonio          256      TRUE     FALSE         <NA>        <NA>
## 1252       A_BL_Simp            0     FALSE     FALSE         <NA>        <NA>
## 1253 RosyRedLoverBoy           81      TRUE     FALSE         <NA>        <NA>
## 1254         signald            0     FALSE     FALSE         <NA>        <NA>
## 1255  neighbor_heart         2675      TRUE     FALSE         <NA>        <NA>
## 1256 NightGodLawliet         2675      TRUE     FALSE         <NA>        <NA>
## 1257    woricksb00bs            0     FALSE     FALSE         <NA>        <NA>
## 1258         Bec2043            0     FALSE     FALSE         <NA>        <NA>
## 1259       ItsInigma            0     FALSE     FALSE         <NA>        <NA>
## 1260        bl__swan        17161      TRUE     FALSE         <NA>        <NA>
## 1261     Geute_Ketel           22      TRUE     FALSE         <NA>        <NA>
## 1262         feruya_         2675      TRUE     FALSE         <NA>        <NA>
## 1263   sweettatyana_            0     FALSE     FALSE         <NA>        <NA>
## 1264   azumangadieoh           48      TRUE     FALSE         <NA>        <NA>
## 1265    sieloveleigh         2675      TRUE     FALSE         <NA>        <NA>
## 1266          OPA_BL            1     FALSE     FALSE         <NA>        <NA>
## 1267   SmkStrawberry           81      TRUE     FALSE         <NA>        <NA>
## 1268    LuxafOreverX            3      TRUE     FALSE         <NA>        <NA>
## 1269 MariaSolOviedo1           81      TRUE     FALSE         <NA>        <NA>
## 1270   scarletpapava          243      TRUE     FALSE         <NA>        <NA>
## 1271         9294bff          259      TRUE     FALSE         <NA>        <NA>
## 1272         alunxry            0     FALSE     FALSE         <NA>        <NA>
## 1273         Nirori5           81      TRUE     FALSE         <NA>        <NA>
## 1274 RandomCattolico           49      TRUE     FALSE         <NA>        <NA>
## 1275     Geute_Ketel           23      TRUE     FALSE         <NA>        <NA>
## 1276   herebystandby           81      TRUE     FALSE         <NA>        <NA>
## 1277        bl__swan          251      TRUE     FALSE         <NA>        <NA>
## 1278    LeahLibresco            3     FALSE     FALSE         <NA>        <NA>
## 1279       bl_jaguar         3481      TRUE     FALSE         <NA>        <NA>
## 1280     adk08919235           70      TRUE     FALSE         <NA>        <NA>
## 1281  the_ghost_CM83            2     FALSE     FALSE         <NA>        <NA>
## 1282          Rts_WW            1     FALSE     FALSE         <NA>        <NA>
## 1283         MIT_IO_            0     FALSE     FALSE         <NA>        <NA>
## 1284     samsaraeyes            0     FALSE     FALSE         <NA>        <NA>
## 1285 iveyjanette_207           34      TRUE     FALSE         <NA>        <NA>
## 1286      plutorooms           79      TRUE     FALSE         <NA>        <NA>
## 1287     LollipREOpz            4      TRUE     FALSE         <NA>        <NA>
## 1288 NocturneEndless            0     FALSE     FALSE         <NA>        <NA>
## 1289    KleppyShakes            0     FALSE     FALSE         <NA>        <NA>
## 1290         yesOsue           47      TRUE     FALSE         <NA>        <NA>
## 1291      iminescent            0     FALSE     FALSE         <NA>        <NA>
## 1292        ines__bl         1508      TRUE     FALSE         <NA>        <NA>
## 1293   BlueEyedAshhh           79      TRUE     FALSE         <NA>        <NA>
## 1294          ImRdz7            0     FALSE     FALSE         <NA>        <NA>
## 1295     jiutiansong            0     FALSE     FALSE         <NA>        <NA>
## 1296       ex_neelix         2675      TRUE     FALSE         <NA>        <NA>
## 1297   BallStateLibs            0     FALSE     FALSE         <NA>        <NA>
## 1298        SanGasso            0     FALSE     FALSE         <NA>        <NA>
## 1299       Q_Memer_2            1      TRUE     FALSE         <NA>        <NA>
## 1300   prayforpeace3            3      TRUE     FALSE         <NA>        <NA>
## 1301  angiecakes1990            0     FALSE     FALSE         <NA>        <NA>
## 1302       cgcornett           79      TRUE     FALSE         <NA>        <NA>
## 1303         n3ureey           11      TRUE     FALSE         <NA>        <NA>
## 1304          BL_27_           31      TRUE     FALSE         <NA>        <NA>
## 1305         gomanga           79     FALSE     FALSE         <NA>        <NA>
## 1306 surfconnaisseur            0     FALSE     FALSE         <NA>        <NA>
## 1307   arinneverland           30      TRUE     FALSE         <NA>        <NA>
## 1308    koogoogie364           11      TRUE     FALSE         <NA>        <NA>
## 1309    jessikayrose            6      TRUE     FALSE         <NA>        <NA>
## 1310         Askugia           81      TRUE     FALSE         <NA>        <NA>
## 1311  angiecakes1990            0     FALSE     FALSE         <NA>        <NA>
## 1312      NattawinBR          259      TRUE     FALSE         <NA>        <NA>
## 1313          BL_27_           26      TRUE     FALSE         <NA>        <NA>
## 1314  nova_wednesday           66      TRUE     FALSE         <NA>        <NA>
## 1315          euu_bl            0     FALSE     FALSE         <NA>        <NA>
## 1316          BL_27_            5      TRUE     FALSE         <NA>        <NA>
## 1317  ilabilachinchi            0     FALSE     FALSE         <NA>        <NA>
## 1318 brandisimo12345           49      TRUE     FALSE         <NA>        <NA>
## 1319 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1320 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1321       Minslettt            0     FALSE     FALSE         <NA>        <NA>
## 1322        Jargo_BL            0     FALSE     FALSE         <NA>        <NA>
## 1323  TholeCalibrate            5      TRUE     FALSE         <NA>        <NA>
## 1324     shrimpainer          243      TRUE     FALSE         <NA>        <NA>
## 1325       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 1326        A1d0taku            0     FALSE     FALSE         <NA>        <NA>
## 1327 AlchemyAndMagic         2675      TRUE     FALSE         <NA>        <NA>
## 1328    zeennbabiiis           10      TRUE     FALSE         <NA>        <NA>
## 1329       BabeapoN2          259      TRUE     FALSE         <NA>        <NA>
## 1330     MillarMan69            0     FALSE     FALSE         <NA>        <NA>
## 1331     Bl_Series24            0     FALSE     FALSE         <NA>        <NA>
## 1332      Bunbearvk1           66     FALSE     FALSE         <NA>        <NA>
## 1333   sammyyaza_ttv         2675      TRUE     FALSE         <NA>        <NA>
## 1334    turnaboutgay         2675      TRUE     FALSE         <NA>        <NA>
## 1335           VJMS9            0     FALSE     FALSE         <NA>        <NA>
## 1336       jking2597           11      TRUE     FALSE         <NA>        <NA>
## 1337       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 1338       manx_maid            0     FALSE     FALSE         <NA>        <NA>
## 1339        faetooth            1      TRUE     FALSE         <NA>        <NA>
## 1340     Dark_Aura__            0     FALSE     FALSE         <NA>        <NA>
## 1341    HoldTheGiirl            1     FALSE     FALSE         <NA>        <NA>
## 1342      Bourque_BL            8      TRUE     FALSE         <NA>        <NA>
## 1343      binstedman            0     FALSE     FALSE         <NA>        <NA>
## 1344     AiKoBeanArt            0     FALSE     FALSE         <NA>        <NA>
## 1345       DuneAltar            1     FALSE     FALSE         <NA>        <NA>
## 1346       SnowbieWx            0     FALSE     FALSE         <NA>        <NA>
## 1347       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 1348       alita_ba_           81      TRUE     FALSE         <NA>        <NA>
## 1349  ashfilledwords           81      TRUE     FALSE         <NA>        <NA>
## 1350     filterpjmin          259      TRUE     FALSE         <NA>        <NA>
## 1351    KatarinnaBWF            0     FALSE     FALSE         <NA>        <NA>
## 1352 Welsh_Dragon_71            0     FALSE     FALSE         <NA>        <NA>
## 1353    choisannie_s           10      TRUE     FALSE         <NA>        <NA>
## 1354 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1355 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1356          IasIow         2675      TRUE     FALSE         <NA>        <NA>
## 1357     Morph_VGart            0     FALSE     FALSE         <NA>        <NA>
## 1358          JCFC33           49      TRUE     FALSE         <NA>        <NA>
## 1359    Zoya28315950          259      TRUE     FALSE         <NA>        <NA>
## 1360          BL_27_           10      TRUE     FALSE         <NA>        <NA>
## 1361   cattawinwaifu          259      TRUE     FALSE         <NA>        <NA>
## 1362        bl__swan           38      TRUE     FALSE         <NA>        <NA>
## 1363      bl__suarez            0     FALSE     FALSE         <NA>        <NA>
## 1364     aeristotle_         2675      TRUE     FALSE         <NA>        <NA>
## 1365     TheConballs            0     FALSE     FALSE         <NA>        <NA>
## 1366   okeefe22fhoun            0     FALSE     FALSE         <NA>        <NA>
## 1367   CyberartRealm            6      TRUE     FALSE         <NA>        <NA>
## 1368    concretusTVP           34      TRUE     FALSE         <NA>        <NA>
## 1369        Fjmclean            1     FALSE     FALSE         <NA>        <NA>
## 1370     bl_rambling          651      TRUE     FALSE         <NA>        <NA>
## 1371 loversconfidant         2675      TRUE     FALSE         <NA>        <NA>
## 1372    choisannie_s           41      TRUE     FALSE         <NA>        <NA>
## 1373   PinellasCo911            0     FALSE     FALSE -82.72779764 27.83953761
## 1374      suzanne_bl            0     FALSE     FALSE         <NA>        <NA>
## 1375        Raiixart           81      TRUE     FALSE         <NA>        <NA>
## 1376  Quetzal_Feniix          259      TRUE     FALSE         <NA>        <NA>
## 1377  MintTeaNdHoney            0     FALSE     FALSE         <NA>        <NA>
## 1378         jiphee_           22      TRUE     FALSE         <NA>        <NA>
## 1379           i4yg0            0     FALSE     FALSE         <NA>        <NA>
## 1380           BL__7            0     FALSE     FALSE         <NA>        <NA>
## 1381         st4rsun           77      TRUE     FALSE         <NA>        <NA>
## 1382      narrystill          259      TRUE     FALSE         <NA>        <NA>
## 1383        bl_airee        18507      TRUE     FALSE         <NA>        <NA>
## 1384       yudit2198           30      TRUE     FALSE         <NA>        <NA>
## 1385   CrystalMCasey            3      TRUE     FALSE         <NA>        <NA>
## 1386      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 1387 Blessingchino15            0     FALSE     FALSE         <NA>        <NA>
## 1388     bl_rambling          538      TRUE     FALSE         <NA>        <NA>
## 1389     christie_bl         5125      TRUE     FALSE         <NA>        <NA>
## 1390       UNMlZERIA            0     FALSE     FALSE         <NA>        <NA>
## 1391      angstyxing          256      TRUE     FALSE         <NA>        <NA>
## 1392     michinpirin         2675      TRUE     FALSE         <NA>        <NA>
## 1393     jimmy_darke            1      TRUE     FALSE         <NA>        <NA>
## 1394    My_Best_Name            7      TRUE     FALSE         <NA>        <NA>
## 1395     TracysdogAu            0     FALSE     FALSE         <NA>        <NA>
## 1396         cctwt20            0     FALSE     FALSE         <NA>        <NA>
## 1397     Breezyyy_15          171      TRUE     FALSE         <NA>        <NA>
## 1398           yl3O1           64      TRUE     FALSE         <NA>        <NA>
## 1399        TofFreeX           47      TRUE     FALSE         <NA>        <NA>
## 1400  dixitsanjay884            0     FALSE     FALSE         <NA>        <NA>
## 1401      sassilia12            0     FALSE     FALSE         <NA>        <NA>
## 1402     AiKoBeanArt            0     FALSE     FALSE         <NA>        <NA>
## 1403     warmthsprin          259      TRUE     FALSE         <NA>        <NA>
## 1404     KathyRe0916            2     FALSE     FALSE         <NA>        <NA>
## 1405         dndknnt          259      TRUE     FALSE         <NA>        <NA>
## 1406 CharmouthBirder            1     FALSE     FALSE         <NA>        <NA>
## 1407        BL_craze        39298      TRUE     FALSE         <NA>        <NA>
## 1408    LemonJunk404           47      TRUE     FALSE         <NA>        <NA>
## 1409      THEHERMlT_           81      TRUE     FALSE         <NA>        <NA>
## 1410        BL_craze         3406      TRUE     FALSE         <NA>        <NA>
## 1411 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1412 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1413       bl_ag_inc            0     FALSE     FALSE         <NA>        <NA>
## 1414          bl_389          424      TRUE     FALSE         <NA>        <NA>
## 1415       Syzyg3tic            0     FALSE     FALSE         <NA>        <NA>
## 1416     jimmy_darke            0     FALSE     FALSE         <NA>        <NA>
## 1417      E_G_092507            0     FALSE     FALSE         <NA>        <NA>
## 1418        N_Ryu369          298      TRUE     FALSE         <NA>        <NA>
## 1419       _bl_ai_ze          983      TRUE     FALSE         <NA>        <NA>
## 1420      iamkiiiara            0     FALSE     FALSE         <NA>        <NA>
## 1421  XxInjectionZxX            0     FALSE     FALSE         <NA>        <NA>
## 1422     NeriumToxin           81      TRUE     FALSE         <NA>        <NA>
## 1423      Apociation          259      TRUE     FALSE         <NA>        <NA>
## 1424     MentallyDez            0     FALSE     FALSE         <NA>        <NA>
## 1425      MarGabArts           47      TRUE     FALSE         <NA>        <NA>
## 1426   eichstadt_jay            0     FALSE     FALSE         <NA>        <NA>
## 1427       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 1428        bl__swan            0     FALSE     FALSE         <NA>        <NA>
## 1429 bl_enthusiastic        25134      TRUE     FALSE         <NA>        <NA>
## 1430          ckj_bl            0     FALSE     FALSE         <NA>        <NA>
## 1431    Lucifer24680           81      TRUE     FALSE         <NA>        <NA>
## 1432 bl_enthusiastic          531      TRUE     FALSE         <NA>        <NA>
## 1433        BL_is_me            0     FALSE     FALSE         <NA>        <NA>
## 1434       ireadbl18            0     FALSE     FALSE         <NA>        <NA>
## 1435 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1436 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1437  Sasha_Universo           81      TRUE     FALSE         <NA>        <NA>
## 1438    KissuNi_2589          259      TRUE     FALSE         <NA>        <NA>
## 1439       Nastiko__          259      TRUE     FALSE         <NA>        <NA>
## 1440       bl_ag_inc            0     FALSE     FALSE         <NA>        <NA>
## 1441    transranpo__         2675      TRUE     FALSE         <NA>        <NA>
## 1442   tadpole_tails         2675      TRUE     FALSE         <NA>        <NA>
## 1443        belumrtl            5      TRUE     FALSE         <NA>        <NA>
## 1444  Stupid_player1           81      TRUE     FALSE         <NA>        <NA>
## 1445   goathklysmell           77      TRUE     FALSE         <NA>        <NA>
## 1446   eichstadt_jay            0     FALSE     FALSE         <NA>        <NA>
## 1447 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1448 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1449        bl__swan            0     FALSE     FALSE         <NA>        <NA>
## 1450 HigurashiShinko           81      TRUE     FALSE         <NA>        <NA>
## 1451     agatalovexl           20      TRUE     FALSE         <NA>        <NA>
## 1452     mintiestars         2675      TRUE     FALSE         <NA>        <NA>
## 1453    Bl_is_needed         2233      TRUE     FALSE         <NA>        <NA>
## 1454     KathyRe0916            3     FALSE     FALSE         <NA>        <NA>
## 1455         XoieBoi            0     FALSE     FALSE         <NA>        <NA>
## 1456   emmerichhrovz            0     FALSE     FALSE         <NA>        <NA>
## 1457 masterchief6996           81      TRUE     FALSE         <NA>        <NA>
## 1458  josilverdragon           81      TRUE     FALSE         <NA>        <NA>
## 1459        Kevs_518          140      TRUE     FALSE         <NA>        <NA>
## 1460        Wavex_Ng            0     FALSE     FALSE         <NA>        <NA>
## 1461   mcreynolds_87           81      TRUE     FALSE         <NA>        <NA>
## 1462     chitose__bl          100      TRUE     FALSE         <NA>        <NA>
## 1463        Aiden_bl            0     FALSE     FALSE         <NA>        <NA>
## 1464    blackspies12           77      TRUE     FALSE         <NA>        <NA>
## 1465   gameonporsche           55      TRUE     FALSE         <NA>        <NA>
## 1466    thehuntcomic           81     FALSE     FALSE         <NA>        <NA>
## 1467       dalitza_r          259      TRUE     FALSE         <NA>        <NA>
## 1468   lvrqueercntnt          285      TRUE     FALSE         <NA>        <NA>
## 1469 unaconservadora           18     FALSE     FALSE         <NA>        <NA>
## 1470  meatfreemeals1           70      TRUE     FALSE         <NA>        <NA>
## 1471       dach48ptd            0     FALSE     FALSE         <NA>        <NA>
## 1472      rosehyly24           49      TRUE     FALSE         <NA>        <NA>
## 1473    HannaPolasky            0     FALSE     FALSE         <NA>        <NA>
## 1474       hatakekth         2675      TRUE     FALSE         <NA>        <NA>
## 1475         AzFa_co            0     FALSE     FALSE         <NA>        <NA>
## 1476   DotterTheGoat            0     FALSE     FALSE         <NA>        <NA>
## 1477 MonkeySkinnyRib           70      TRUE     FALSE         <NA>        <NA>
## 1478 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1479 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1480     christie_bl        13737      TRUE     FALSE         <NA>        <NA>
## 1481       Etim007et          259      TRUE     FALSE         <NA>        <NA>
## 1482 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1483 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1484          rkjeom          256      TRUE     FALSE         <NA>        <NA>
## 1485          Bl_ank            0     FALSE     FALSE         <NA>        <NA>
## 1486    binegarnsalt            7      TRUE     FALSE         <NA>        <NA>
## 1487        Jargo_BL         3993      TRUE     FALSE         <NA>        <NA>
## 1488   _nigashikatas         2675      TRUE     FALSE         <NA>        <NA>
## 1489 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1490 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1491       yuutashun         2675      TRUE     FALSE         <NA>        <NA>
## 1492       EmBerning           34      TRUE     FALSE         <NA>        <NA>
## 1493         runlume           48      TRUE     FALSE         <NA>        <NA>
## 1494 JapaneseNatsuno           48      TRUE     FALSE         <NA>        <NA>
## 1495          Bl_ank        22660      TRUE     FALSE         <NA>        <NA>
## 1496     yannisbored            0     FALSE     FALSE         <NA>        <NA>
## 1497   BawanSkeletal            7      TRUE     FALSE         <NA>        <NA>
## 1498 goodnightshuhan            0     FALSE     FALSE         <NA>        <NA>
## 1499     bukanjunedi            0     FALSE     FALSE         <NA>        <NA>
## 1500    PocketOfRats            0     FALSE     FALSE         <NA>        <NA>
## 1501       BBirdie25            0     FALSE     FALSE         <NA>        <NA>
## 1502       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 1503       utsugakus         2675      TRUE     FALSE         <NA>        <NA>
## 1504    BL_nananWSSP         2391      TRUE     FALSE         <NA>        <NA>
## 1505        hssluttt            0     FALSE     FALSE         <NA>        <NA>
## 1506      CrazerArts            1     FALSE     FALSE         <NA>        <NA>
## 1507         SSf1609          259      TRUE     FALSE         <NA>        <NA>
## 1508         ksjgoth            0     FALSE     FALSE         <NA>        <NA>
## 1509   Heart10Looks3            2      TRUE     FALSE         <NA>        <NA>
## 1510 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1511 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1512     AiKoBeanArt            3      TRUE     FALSE         <NA>        <NA>
## 1513     AiKoBeanArt            1     FALSE     FALSE         <NA>        <NA>
## 1514   milevintage15          259      TRUE     FALSE         <NA>        <NA>
## 1515      miniyoonie            0     FALSE     FALSE         <NA>        <NA>
## 1516   gameonporsche          259      TRUE     FALSE         <NA>        <NA>
## 1517       JaminKeyz            0     FALSE     FALSE         <NA>        <NA>
## 1518         labelyn          259      TRUE     FALSE         <NA>        <NA>
## 1519   NathanBerning           34      TRUE     FALSE         <NA>        <NA>
## 1520      panther_BL            0     FALSE     FALSE         <NA>        <NA>
## 1521 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1522 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1523          adorgf            0     FALSE     FALSE         <NA>        <NA>
## 1524       NickHorob            0     FALSE     FALSE         <NA>        <NA>
## 1525 Juliaykl49Kyang         2675      TRUE     FALSE         <NA>        <NA>
## 1526     Bl_Troyanda           98      TRUE     FALSE         <NA>        <NA>
## 1527   jalenwebbnba1           10      TRUE     FALSE         <NA>        <NA>
## 1528      lisa_matye            0     FALSE     FALSE         <NA>        <NA>
## 1529         doug14j            0     FALSE     FALSE         <NA>        <NA>
## 1530      _LuniBear_           47      TRUE     FALSE         <NA>        <NA>
## 1531       haze_long            0     FALSE     FALSE         <NA>        <NA>
## 1532    Zoya28315950            0     FALSE     FALSE         <NA>        <NA>
## 1533    BL_nananWSSP        12878      TRUE     FALSE         <NA>        <NA>
## 1534 ALABASTER_APE_X          312      TRUE     FALSE         <NA>        <NA>
## 1535   Xtra_JunkMa1L         2675      TRUE     FALSE         <NA>        <NA>
## 1536         Hubsies          259      TRUE     FALSE         <NA>        <NA>
## 1537         Mineyi4            0     FALSE     FALSE         <NA>        <NA>
## 1538      yokojk2_jk           11      TRUE     FALSE         <NA>        <NA>
## 1539           511NY            0     FALSE     FALSE   -73.814379   40.754738
## 1540    zeennbabiiis           41      TRUE     FALSE         <NA>        <NA>
## 1541     EdwardAnne6            0     FALSE     FALSE         <NA>        <NA>
## 1542     AllyRatSTOP            0     FALSE     FALSE         <NA>        <NA>
## 1543    teachwellall            3      TRUE     FALSE         <NA>        <NA>
## 1544     corpsebabyy         2675      TRUE     FALSE         <NA>        <NA>
## 1545      sarthak_bl            1      TRUE     FALSE         <NA>        <NA>
## 1546 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1547 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1548 still_tohfunmee           44      TRUE     FALSE         <NA>        <NA>
## 1549   leepixielover            0     FALSE     FALSE         <NA>        <NA>
## 1550          wwe432            0     FALSE     FALSE         <NA>        <NA>
## 1551       dinzmeria            0     FALSE     FALSE         <NA>        <NA>
## 1552 SalopResearcher            6      TRUE     FALSE         <NA>        <NA>
## 1553       SleepyMoe           64      TRUE     FALSE         <NA>        <NA>
## 1554       rinnusssy           38      TRUE     FALSE         <NA>        <NA>
## 1555      skindhippo           47      TRUE     FALSE         <NA>        <NA>
## 1556 MonicaReidRadio            2      TRUE     FALSE         <NA>        <NA>
## 1557  ollieisoffline            0     FALSE     FALSE         <NA>        <NA>
## 1558   freakonaleesh         2675      TRUE     FALSE         <NA>        <NA>
## 1559 VikasCh66165667            2      TRUE     FALSE         <NA>        <NA>
## 1560 Kawa1strawberry         1104      TRUE     FALSE         <NA>        <NA>
## 1561     midaritrash           48      TRUE     FALSE         <NA>        <NA>
## 1562       bl_ag_inc            0     FALSE     FALSE         <NA>        <NA>
## 1563 yoongisarmpitss            0     FALSE     FALSE         <NA>        <NA>
## 1564     Kgomotsokkc            0     FALSE     FALSE         <NA>        <NA>
## 1565     midoriihime           39      TRUE     FALSE         <NA>        <NA>
## 1566 Jamaican__Cutie           64      TRUE     FALSE         <NA>        <NA>
## 1567        florr_bl        41266      TRUE     FALSE         <NA>        <NA>
## 1568  arkhan_voyager            3      TRUE     FALSE         <NA>        <NA>
## 1569        lop_nita          259      TRUE     FALSE         <NA>        <NA>
## 1570      katielo556          110      TRUE     FALSE         <NA>        <NA>
## 1571      ayamadori1         2675      TRUE     FALSE         <NA>        <NA>
## 1572      ookaysshay           77      TRUE     FALSE         <NA>        <NA>
## 1573 RhondaMasengale           10      TRUE     FALSE         <NA>        <NA>
## 1574          BL_27_            1      TRUE     FALSE         <NA>        <NA>
## 1575       Postbop3C            0     FALSE     FALSE         <NA>        <NA>
## 1576    DemzOneMusic            3     FALSE     FALSE         <NA>        <NA>
## 1577     Levidrocher           38      TRUE     FALSE         <NA>        <NA>
## 1578     CURSORMAN1A         2675      TRUE     FALSE         <NA>        <NA>
## 1579     KathyRe0916            0     FALSE     FALSE         <NA>        <NA>
## 1580       Soon2seok            0     FALSE     FALSE         <NA>        <NA>
## 1581      NobileAjax            0     FALSE     FALSE         <NA>        <NA>
## 1582    dreamsofmint          259      TRUE     FALSE         <NA>        <NA>
## 1583    stan_arikook           11      TRUE     FALSE         <NA>        <NA>
## 1584          BL_27_           31      TRUE     FALSE         <NA>        <NA>
## 1585 HyakuyaMikangel            6      TRUE     FALSE         <NA>        <NA>
## 1586        luuuuthv          256      TRUE     FALSE         <NA>        <NA>
## 1587   signora_daeva            0     FALSE     FALSE         <NA>        <NA>
## 1588  ScottsdaleFire            2     FALSE     FALSE         <NA>        <NA>
## 1589      yunenofune         2675      TRUE     FALSE         <NA>        <NA>
## 1590          b0nktr           48      TRUE     FALSE         <NA>        <NA>
## 1591   cocomelon1994          259      TRUE     FALSE         <NA>        <NA>
## 1592         Mineyi4            0     FALSE     FALSE         <NA>        <NA>
## 1593    BL_Fangirl34         1075      TRUE     FALSE         <NA>        <NA>
## 1594    vomitcoffins         2675      TRUE     FALSE         <NA>        <NA>
## 1595        lizajk97            0     FALSE     FALSE         <NA>        <NA>
## 1596        kseyuuuu           77      TRUE     FALSE         <NA>        <NA>
## 1597   JackStraw1960            0     FALSE     FALSE         <NA>        <NA>
## 1598        1chirisu         2675      TRUE     FALSE         <NA>        <NA>
## 1599    jk_moon_baby            7      TRUE     FALSE         <NA>        <NA>
## 1600         LDBSLAT            3      TRUE     FALSE         <NA>        <NA>
## 1601      CbarJRanch            0     FALSE     FALSE         <NA>        <NA>
## 1602 rebeccathenaeum            0     FALSE     FALSE         <NA>        <NA>
## 1603      canditoast            0     FALSE     FALSE         <NA>        <NA>
## 1604    DemzOneMusic            6      TRUE     FALSE         <NA>        <NA>
## 1605      panther_BL            0     FALSE     FALSE         <NA>        <NA>
## 1606    The_HRforges            1     FALSE     FALSE         <NA>        <NA>
## 1607     ChristallaJ            3      TRUE     FALSE         <NA>        <NA>
## 1608        the97god            0     FALSE     FALSE         <NA>        <NA>
## 1609      DoctaSlick            0     FALSE     FALSE         <NA>        <NA>
## 1610     georgia_tcv            0     FALSE     FALSE         <NA>        <NA>
## 1611        ArtofApo          259      TRUE     FALSE         <NA>        <NA>
## 1612    kung_nilsson           61      TRUE     FALSE         <NA>        <NA>
## 1613      farchicore            0     FALSE     FALSE         <NA>        <NA>
## 1614         vexatag         2675      TRUE     FALSE         <NA>        <NA>
## 1615 litepocketdeals            0     FALSE     FALSE         <NA>        <NA>
## 1616     exiscrisis_         2675      TRUE     FALSE         <NA>        <NA>
## 1617  SweetAsCerasee           64      TRUE     FALSE         <NA>        <NA>
## 1618        Urska871            6      TRUE     FALSE         <NA>        <NA>
## 1619 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1620 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1621         OKLM_OM            0     FALSE     FALSE         <NA>        <NA>
## 1622  StupidGrimoire           47      TRUE     FALSE         <NA>        <NA>
## 1623     spookicooky           30      TRUE     FALSE         <NA>        <NA>
## 1624      honeyseobs            0     FALSE     FALSE         <NA>        <NA>
## 1625  SakariyaBharat            1     FALSE     FALSE         <NA>        <NA>
## 1626       lubo_ac23           14      TRUE     FALSE         <NA>        <NA>
## 1627     meatgrippin          256      TRUE     FALSE         <NA>        <NA>
## 1628      FeraINiche            0     FALSE     FALSE         <NA>        <NA>
## 1629 SarahAr20252468            0     FALSE     FALSE         <NA>        <NA>
## 1630 gimnahu47115386            1      TRUE     FALSE         <NA>        <NA>
## 1631       leamaycry         2675      TRUE     FALSE         <NA>        <NA>
## 1632     GINA__BEARS          259      TRUE     FALSE         <NA>        <NA>
## 1633        drdrix80           49      TRUE     FALSE         <NA>        <NA>
## 1634  AhMuvic82_Mo11            0     FALSE     FALSE         <NA>        <NA>
## 1635 Jack_da_weirdo1            0     FALSE     FALSE         <NA>        <NA>
## 1636  splashwaves_BL         3735      TRUE     FALSE         <NA>        <NA>
## 1637      vvindswept         2675      TRUE     FALSE         <NA>        <NA>
## 1638  therealsingers           11      TRUE     FALSE         <NA>        <NA>
## 1639       MILEAPOBR          259      TRUE     FALSE         <NA>        <NA>
## 1640   hijabibounder            0     FALSE     FALSE         <NA>        <NA>
## 1641        miririas         2675      TRUE     FALSE         <NA>        <NA>
## 1642   boarssmite141            0     FALSE     FALSE         <NA>        <NA>
## 1643    alialsaede22            0     FALSE     FALSE         <NA>        <NA>
## 1644       oma_oma_1           10      TRUE     FALSE         <NA>        <NA>
## 1645  Kamila60319204          259      TRUE     FALSE         <NA>        <NA>
## 1646    BrandonPowe2           10      TRUE     FALSE         <NA>        <NA>
## 1647        privnula           20      TRUE     FALSE         <NA>        <NA>
## 1648       BL_Egoism            3     FALSE     FALSE         <NA>        <NA>
## 1649       merodrama         2675      TRUE     FALSE         <NA>        <NA>
## 1650        RyanFZed         2675      TRUE     FALSE         <NA>        <NA>
## 1651    fujoshicakes            0     FALSE     FALSE         <NA>        <NA>
## 1652    MyBLCalendar            3     FALSE     FALSE         <NA>        <NA>
## 1653      MattHintz3            0     FALSE     FALSE         <NA>        <NA>
## 1654     Omototoayo7            0     FALSE     FALSE         <NA>        <NA>
## 1655        Bob_BL20           23      TRUE     FALSE         <NA>        <NA>
## 1656      Jlescure25           64      TRUE     FALSE         <NA>        <NA>
## 1657    sunshinepayu            1     FALSE     FALSE         <NA>        <NA>
## 1658      OliverRA15           47      TRUE     FALSE         <NA>        <NA>
## 1659          HO__Bl        37519      TRUE     FALSE         <NA>        <NA>
## 1660          fpianz            3      TRUE     FALSE         <NA>        <NA>
## 1661       cafelxtte            0     FALSE     FALSE         <NA>        <NA>
## 1662      KawaiiMess            0     FALSE     FALSE         <NA>        <NA>
## 1663  TheVirgosGrove           11     FALSE     FALSE         <NA>        <NA>
## 1664      Plasma_spl            9      TRUE     FALSE         <NA>        <NA>
## 1665  NaiveAndHonest            0     FALSE     FALSE         <NA>        <NA>
## 1666       LLalaurie            0     FALSE     FALSE         <NA>        <NA>
## 1667        TatRosso            6      TRUE     FALSE         <NA>        <NA>
## 1668          HO__Bl        12818      TRUE     FALSE         <NA>        <NA>
## 1669          APP_BL            0     FALSE     FALSE         <NA>        <NA>
## 1670       AmneAhmad          259      TRUE     FALSE         <NA>        <NA>
## 1671     Bl_Troyanda           83      TRUE     FALSE         <NA>        <NA>
## 1672   honeylove0126           91      TRUE     FALSE         <NA>        <NA>
## 1673       LalonskyC           47      TRUE     FALSE         <NA>        <NA>
## 1674     femmecelled         2675      TRUE     FALSE         <NA>        <NA>
## 1675     IvanBladeOn           47      TRUE     FALSE         <NA>        <NA>
## 1676    natalia_arte            2      TRUE     FALSE         <NA>        <NA>
## 1677        aubepink          256      TRUE     FALSE         <NA>        <NA>
## 1678   SeraphCavotta            0     FALSE     FALSE         <NA>        <NA>
## 1679          nma_BL          983      TRUE     FALSE         <NA>        <NA>
## 1680    GreenRibbits          259      TRUE     FALSE         <NA>        <NA>
## 1681        ste_dido           47     FALSE     FALSE         <NA>        <NA>
## 1682  MileApoBolivia          259      TRUE     FALSE         <NA>        <NA>
## 1683        Daily_BL            5      TRUE     FALSE         <NA>        <NA>
## 1684      Edhinman89           34      TRUE     FALSE         <NA>        <NA>
## 1685    MySexToyHub1            0     FALSE     FALSE         <NA>        <NA>
## 1686        eaudefik            0     FALSE     FALSE         <NA>        <NA>
## 1687     Bl_Troyanda          142      TRUE     FALSE         <NA>        <NA>
## 1688        seonaneo          256      TRUE     FALSE         <NA>        <NA>
## 1689   MeleeStatsPod            1     FALSE     FALSE         <NA>        <NA>
## 1690 blackpeopledata            1      TRUE     FALSE         <NA>        <NA>
## 1691     Bl_Troyanda          479      TRUE     FALSE         <NA>        <NA>
## 1692       riudrag0n         2675      TRUE     FALSE         <NA>        <NA>
## 1693    MariReactsYT            0     FALSE     FALSE         <NA>        <NA>
## 1694         gweesad            0     FALSE     FALSE         <NA>        <NA>
## 1695    PocketOfRats         2675      TRUE     FALSE         <NA>        <NA>
## 1696   watchmoontree           10      TRUE     FALSE         <NA>        <NA>
## 1697 Chocolateanime4            4      TRUE     FALSE         <NA>        <NA>
## 1698    drmartinking           70      TRUE     FALSE         <NA>        <NA>
## 1699     predovicnju            0     FALSE     FALSE         <NA>        <NA>
## 1700   smallerghosts         2675      TRUE     FALSE         <NA>        <NA>
## 1701        paulrnor            0     FALSE     FALSE         <NA>        <NA>
## 1702         K0rzana         5768      TRUE     FALSE         <NA>        <NA>
## 1703 saladexperiment         2675      TRUE     FALSE         <NA>        <NA>
## 1704 AphelionWeather            0     FALSE     FALSE         <NA>        <NA>
## 1705 LostsheepChrist           49      TRUE     FALSE         <NA>        <NA>
## 1706       BL_Fan_CH            1      TRUE     FALSE         <NA>        <NA>
## 1707  arkhan_voyager            6     FALSE     FALSE         <NA>        <NA>
## 1708         ellasux         2675      TRUE     FALSE         <NA>        <NA>
## 1709 Nancyricoanton2            1      TRUE     FALSE         <NA>        <NA>
## 1710      MandiTrini          259      TRUE     FALSE         <NA>        <NA>
## 1711   AnnieenFrance            9      TRUE     FALSE         <NA>        <NA>
## 1712        5431saki         2675      TRUE     FALSE         <NA>        <NA>
## 1713      Bunbearvk1          259      TRUE     FALSE         <NA>        <NA>
## 1714     subutai1990            0     FALSE     FALSE         <NA>        <NA>
## 1715     Jay84472077           10      TRUE     FALSE         <NA>        <NA>
## 1716      SwarleyArt            1     FALSE     FALSE         <NA>        <NA>
## 1717    MileApoChile          259      TRUE     FALSE         <NA>        <NA>
## 1718   Fakeforthefun          256      TRUE     FALSE         <NA>        <NA>
## 1719       BL_Artbox            0     FALSE     FALSE         <NA>        <NA>
## 1720      Kafakhri08          256      TRUE     FALSE         <NA>        <NA>
## 1721     sonounauror            0     FALSE     FALSE         <NA>        <NA>
## 1722   BL_goodfellas          591      TRUE     FALSE         <NA>        <NA>
## 1723      enhiyarate            0     FALSE     FALSE         <NA>        <NA>
## 1724    Lovetheway_u          259      TRUE     FALSE         <NA>        <NA>
## 1725       mobuuukun         2675      TRUE     FALSE         <NA>        <NA>
## 1726      931srnedia            0     FALSE     FALSE         <NA>        <NA>
## 1727   hijabibounder            0     FALSE     FALSE         <NA>        <NA>
## 1728      Badjethcat            0     FALSE     FALSE         <NA>        <NA>
## 1729   ARICBRINDLEY1           10      TRUE     FALSE         <NA>        <NA>
## 1730        Bl_ckkky            0     FALSE     FALSE         <NA>        <NA>
## 1731          APP_BL            0     FALSE     FALSE         <NA>        <NA>
## 1732        Bl_ckkky           35      TRUE     FALSE         <NA>        <NA>
## 1733          pvs_pf           39      TRUE     FALSE         <NA>        <NA>
## 1734      jojoooalva            0     FALSE     FALSE         <NA>        <NA>
## 1735 Mistas3rdbullet            0     FALSE     FALSE         <NA>        <NA>
## 1736   amcollins2020            0     FALSE     FALSE         <NA>        <NA>
## 1737        Bl_ckkky         3417      TRUE     FALSE         <NA>        <NA>
## 1738 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1739 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1740 PrajnaPratyusha            0     FALSE     FALSE         <NA>        <NA>
## 1741    liz_isabella            3      TRUE     FALSE         <NA>        <NA>
## 1742    jeffnbarcode            0     FALSE     FALSE         <NA>        <NA>
## 1743        JamMann6           70      TRUE     FALSE         <NA>        <NA>
## 1744       alcia____            0     FALSE     FALSE         <NA>        <NA>
## 1745 FamousBirthdays            0     FALSE     FALSE         <NA>        <NA>
## 1746   piscianamente            0     FALSE     FALSE         <NA>        <NA>
## 1747     AkatsukiHou         2675      TRUE     FALSE         <NA>        <NA>
## 1748      nacreously            0     FALSE     FALSE         <NA>        <NA>
## 1749    HazelynnRose          259      TRUE     FALSE         <NA>        <NA>
## 1750 SujitKu10789374            2      TRUE     FALSE         <NA>        <NA>
## 1751        Bl_ckkky          833      TRUE     FALSE         <NA>        <NA>
## 1752 Varshasaini9921           26      TRUE     FALSE         <NA>        <NA>
## 1753      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 1754      bl_artcult           17      TRUE     FALSE         <NA>        <NA>
## 1755 DevenOlmstead26           10      TRUE     FALSE         <NA>        <NA>
## 1756     Rainbow3031            2     FALSE     FALSE         <NA>        <NA>
## 1757    sportsfan702           10      TRUE     FALSE         <NA>        <NA>
## 1758     itsayosigns            0     FALSE     FALSE         <NA>        <NA>
## 1759      hailoveyou          259      TRUE     FALSE         <NA>        <NA>
## 1760  arkhan_voyager            3      TRUE     FALSE         <NA>        <NA>
## 1761 MileApo_admirer          259      TRUE     FALSE         <NA>        <NA>
## 1762  arkhan_voyager            4      TRUE     FALSE         <NA>        <NA>
## 1763      LimWeather           10      TRUE     FALSE         <NA>        <NA>
## 1764       bl_ag_inc            0     FALSE     FALSE         <NA>        <NA>
## 1765       ItsJam_Ok          256      TRUE     FALSE         <NA>        <NA>
## 1766 LatinaImmigrant          256      TRUE     FALSE         <NA>        <NA>
## 1767        Hitch_Bl            0     FALSE     FALSE         <NA>        <NA>
## 1768     DomtarPaper            0     FALSE     FALSE         <NA>        <NA>
## 1769         Hq_q125            0     FALSE     FALSE         <NA>        <NA>
## 1770   invertv_dcape           10     FALSE     FALSE         <NA>        <NA>
## 1771   LONDONGIRL_40           25      TRUE     FALSE         <NA>        <NA>
## 1772 Unnamed_MA_fan1          259      TRUE     FALSE         <NA>        <NA>
## 1773   sebastian_bl_          181      TRUE     FALSE         <NA>        <NA>
## 1774  LADYGAGAEXOBBB           17      TRUE     FALSE         <NA>        <NA>
## 1775    sattonlondon           23      TRUE     FALSE         <NA>        <NA>
## 1776    taesfreckIes          114      TRUE     FALSE         <NA>        <NA>
## 1777 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 1778 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 1779   mileaposlayer          259      TRUE     FALSE         <NA>        <NA>
## 1780    lemongremlin         2675      TRUE     FALSE         <NA>        <NA>
## 1781   XimiieskIsDed          259      TRUE     FALSE         <NA>        <NA>
## 1782   Markspock2424            8      TRUE     FALSE         <NA>        <NA>
## 1783     bamstlll_02            0     FALSE     FALSE         <NA>        <NA>
## 1784         bbygchy            0     FALSE     FALSE         <NA>        <NA>
## 1785  GibelliniPaolo           49      TRUE     FALSE         <NA>        <NA>
## 1786   manesince2018          256      TRUE     FALSE         <NA>        <NA>
## 1787   NdzaviDerrick            5     FALSE     FALSE         <NA>        <NA>
## 1788    littlefrea_k            0     FALSE     FALSE         <NA>        <NA>
## 1789          M_a_BL            0     FALSE     FALSE         <NA>        <NA>
## 1790         satovan            0     FALSE     FALSE         <NA>        <NA>
## 1791         natitym          259      TRUE     FALSE         <NA>        <NA>
## 1792 soft_husbands25          259      TRUE     FALSE         <NA>        <NA>
## 1793      7biCrowley            0     FALSE     FALSE         <NA>        <NA>
## 1794        CapiLady            0     FALSE     FALSE         <NA>        <NA>
## 1795     liIpuppydog         2675      TRUE     FALSE         <NA>        <NA>
## 1796        KsnagiNn           77      TRUE     FALSE         <NA>        <NA>
## 1797    s4tinflowers            0     FALSE     FALSE         <NA>        <NA>
## 1798   TernasylLuter         2675      TRUE     FALSE         <NA>        <NA>
## 1799     AdamBormann            0     FALSE     FALSE         <NA>        <NA>
## 1800 nubesdeazucar__            3      TRUE     FALSE         <NA>        <NA>
## 1801 SanjuSh51614314           14      TRUE     FALSE         <NA>        <NA>
## 1802        ajwehrsj            2      TRUE     FALSE         <NA>        <NA>
## 1803  fatimahxpizzah            0     FALSE     FALSE         <NA>        <NA>
## 1804        xdredikx            0     FALSE     FALSE         <NA>        <NA>
## 1805        amecoded            0     FALSE     FALSE         <NA>        <NA>
## 1806      thesubways            0     FALSE     FALSE         <NA>        <NA>
## 1807      panther_BL            0     FALSE     FALSE         <NA>        <NA>
## 1808       DamnSpier            0     FALSE     FALSE         <NA>        <NA>
## 1809    DimitriKebab         2675      TRUE     FALSE         <NA>        <NA>
## 1810         aki20ka         2675      TRUE     FALSE         <NA>        <NA>
## 1811    Aleena_Bano1            0     FALSE     FALSE         <NA>        <NA>
## 1812      violet_bkp          256      TRUE     FALSE         <NA>        <NA>
## 1813     UmeshBavisa            0     FALSE     FALSE         <NA>        <NA>
## 1814  skinny_plastic            0     FALSE     FALSE         <NA>        <NA>
## 1815         _goteki         2675      TRUE     FALSE         <NA>        <NA>
## 1816   Ina_Escalante          259      TRUE     FALSE         <NA>        <NA>
## 1817        xdredikx            0     FALSE     FALSE         <NA>        <NA>
## 1818 MileApoFamPh524          259      TRUE     FALSE         <NA>        <NA>
## 1819     pourossbcaf            0     FALSE     FALSE         <NA>        <NA>
## 1820       toy85awjt            0     FALSE     FALSE         <NA>        <NA>
## 1821      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 1822    nunewcatmeow           41      TRUE     FALSE         <NA>        <NA>
## 1823    mista_nelson            0     FALSE     FALSE         <NA>        <NA>
## 1824     RinoMileApo          259      TRUE     FALSE         <NA>        <NA>
## 1825        h0peurot            0     FALSE     FALSE         <NA>        <NA>
## 1826        h0peurot            0     FALSE     FALSE         <NA>        <NA>
## 1827        bavani_i            0     FALSE     FALSE         <NA>        <NA>
## 1828     NoBigGovDuh            0     FALSE     FALSE         <NA>        <NA>
## 1829        florr_bl         5465      TRUE     FALSE         <NA>        <NA>
## 1830      UrbanizeLA           34      TRUE     FALSE         <NA>        <NA>
## 1831   sutaadomtrash            0     FALSE     FALSE         <NA>        <NA>
## 1832         quin_ym           41      TRUE     FALSE         <NA>        <NA>
## 1833  ACarpenDigital            0     FALSE     FALSE         <NA>        <NA>
## 1834          APP_BL          505      TRUE     FALSE         <NA>        <NA>
## 1835       Atho_1982            0     FALSE     FALSE         <NA>        <NA>
## 1836      panther_BL            0     FALSE     FALSE         <NA>        <NA>
## 1837   SurpriseBatch            0     FALSE     FALSE         <NA>        <NA>
## 1838        Croesype            3      TRUE     FALSE         <NA>        <NA>
## 1839        soulomia            0     FALSE     FALSE         <NA>        <NA>
## 1840      Noah_KunXd            0     FALSE     FALSE         <NA>        <NA>
## 1841         wonwwbe           41      TRUE     FALSE         <NA>        <NA>
## 1842        fairybmy           18      TRUE     FALSE         <NA>        <NA>
## 1843  patisseriedoll         2675      TRUE     FALSE         <NA>        <NA>
## 1844    BL_Fangirl34           14      TRUE     FALSE         <NA>        <NA>
## 1845 seeyoulaterboyy          259      TRUE     FALSE         <NA>        <NA>
## 1846 Lucillalucilla7            0     FALSE     FALSE         <NA>        <NA>
## 1847      sakumintsu            0     FALSE     FALSE         <NA>        <NA>
## 1848        ajwehrsj            1      TRUE     FALSE         <NA>        <NA>
## 1849  hinata__ebooks            0     FALSE     FALSE         <NA>        <NA>
## 1850 sillygroovycool            0     FALSE     FALSE         <NA>        <NA>
## 1851       cait_rose            2      TRUE     FALSE         <NA>        <NA>
## 1852        luv4lola            0     FALSE     FALSE         <NA>        <NA>
## 1853 TruthDefender13           70      TRUE     FALSE         <NA>        <NA>
## 1854  dickerBBCdiese            0     FALSE     FALSE         <NA>        <NA>
## 1855       jlovesgyu         2675      TRUE     FALSE         <NA>        <NA>
## 1856     chosotheist         2675      TRUE     FALSE         <NA>        <NA>
## 1857       bl_ag_inc            0     FALSE     FALSE         <NA>        <NA>
## 1858       enrico96f            0     FALSE     FALSE         <NA>        <NA>
## 1859       bl_jaguar         1881      TRUE     FALSE         <NA>        <NA>
## 1860   sasuke_bottom           49      TRUE     FALSE         <NA>        <NA>
## 1861     dameveneno_         2675      TRUE     FALSE         <NA>        <NA>
## 1862     gojosugurus         2675      TRUE     FALSE         <NA>        <NA>
## 1863       TsakuteNV          256      TRUE     FALSE         <NA>        <NA>
## 1864       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 1865   sakamotoswife         2675      TRUE     FALSE         <NA>        <NA>
## 1866       znnznn_10           41      TRUE     FALSE         <NA>        <NA>
## 1867  EVERYTHANGPODD           64      TRUE     FALSE         <NA>        <NA>
## 1868     Kaburasaki1            0     FALSE     FALSE         <NA>        <NA>
## 1869      preityrose           26      TRUE     FALSE         <NA>        <NA>
## 1870      borer78lxa            0     FALSE     FALSE         <NA>        <NA>
## 1871       fldudr_pv          259      TRUE     FALSE         <NA>        <NA>
## 1872      Poojapal_9            7      TRUE     FALSE         <NA>        <NA>
## 1873   shan450617031            0     FALSE     FALSE         <NA>        <NA>
## 1874  dickerBBCdiese            0     FALSE     FALSE         <NA>        <NA>
## 1875  ikitsmellcrazy            0     FALSE     FALSE         <NA>        <NA>
## 1876      panther_BL            0     FALSE     FALSE         <NA>        <NA>
## 1877    _tokyothrift         2675      TRUE     FALSE         <NA>        <NA>
## 1878     SungSavEvel            0     FALSE     FALSE         <NA>        <NA>
## 1879           511NY            0     FALSE     FALSE   -73.814379   40.754738
## 1880 Daria_Rastunina            0     FALSE     FALSE         <NA>        <NA>
## 1881 NormaBa59850955            2     FALSE     FALSE         <NA>        <NA>
## 1882 Sacredsymbol821         2675      TRUE     FALSE         <NA>        <NA>
## 1883  neoxsanctuaire         2675      TRUE     FALSE         <NA>        <NA>
## 1884 Daria_Rastunina            1     FALSE     FALSE         <NA>        <NA>
## 1885 misskim12346789          259      TRUE     FALSE         <NA>        <NA>
## 1886     murazikbnrr            0     FALSE     FALSE         <NA>        <NA>
## 1887     MesmericNft            0     FALSE     FALSE         <NA>        <NA>
## 1888          bl_ma_           42      TRUE     FALSE         <NA>        <NA>
## 1889    swearitsonin            1     FALSE     FALSE         <NA>        <NA>
## 1890     Aeriel_dear           41      TRUE     FALSE         <NA>        <NA>
## 1891     DianeNick24          259      TRUE     FALSE         <NA>        <NA>
## 1892      min_tesnot            0     FALSE     FALSE         <NA>        <NA>
## 1893     santoshetti           11      TRUE     FALSE         <NA>        <NA>
## 1894          APP_BL            0     FALSE     FALSE         <NA>        <NA>
## 1895        zuhair_k           23      TRUE     FALSE         <NA>        <NA>
## 1896      tawansmiIe            0     FALSE     FALSE         <NA>        <NA>
## 1897  nandemonksloth            0     FALSE     FALSE         <NA>        <NA>
## 1898      preityrose          259      TRUE     FALSE         <NA>        <NA>
## 1899         AP0neko          259      TRUE     FALSE         <NA>        <NA>
## 1900    mile_apoEast          259      TRUE     FALSE         <NA>        <NA>
## 1901       ifedolarr            0     FALSE     FALSE         <NA>        <NA>
## 1902 freaKENgorgeous           64      TRUE     FALSE         <NA>        <NA>
## 1903         w3iying          259      TRUE     FALSE         <NA>        <NA>
## 1904    kodoku271297           42      TRUE     FALSE         <NA>        <NA>
## 1905       ABBACCHlO         2675      TRUE     FALSE         <NA>        <NA>
## 1906       ZUS041972           11      TRUE     FALSE         <NA>        <NA>
## 1907   MileApoDaily_          259      TRUE     FALSE         <NA>        <NA>
## 1908    Sanfrankid21           64      TRUE     FALSE         <NA>        <NA>
## 1909         apojune          259      TRUE     FALSE         <NA>        <NA>
## 1910 cowboylikedeann          259      TRUE     FALSE         <NA>        <NA>
## 1911   simpingforapo          259      TRUE     FALSE         <NA>        <NA>
## 1912  ferre00livefr1            0     FALSE     FALSE         <NA>        <NA>
## 1913     rosabelline          259      TRUE     FALSE         <NA>        <NA>
## 1914 oddlycomforting         2675      TRUE     FALSE         <NA>        <NA>
## 1915        kato6301          259      TRUE     FALSE         <NA>        <NA>
## 1916 BernardFrazie18            0     FALSE     FALSE         <NA>        <NA>
## 1917     geminicoded         2675      TRUE     FALSE         <NA>        <NA>
## 1918     ohsinnerman            0     FALSE     FALSE         <NA>        <NA>
## 1919    oreilly76dou            0     FALSE     FALSE         <NA>        <NA>
## 1920      MileApo_sp          259     FALSE     FALSE         <NA>        <NA>
## 1921       suaritha3            0     FALSE     FALSE         <NA>        <NA>
## 1922        ngkhn_bl           61      TRUE     FALSE         <NA>        <NA>
## 1923        rkiveryn            0     FALSE     FALSE         <NA>        <NA>
## 1924     rubywright1            3      TRUE     FALSE         <NA>        <NA>
## 1925       1chillmoe           64      TRUE     FALSE         <NA>        <NA>
## 1926     tamer_feijo            0     FALSE     FALSE         <NA>        <NA>
## 1927     irishnftgal            6     FALSE     FALSE         <NA>        <NA>
## 1928   ShawnHairShop            0     FALSE     FALSE         <NA>        <NA>
## 1929      TonyFreshP         2675      TRUE     FALSE         <NA>        <NA>
## 1930 ER5rik4BUJmL8o0           23      TRUE     FALSE         <NA>        <NA>
## 1931           VJMS9            0     FALSE     FALSE         <NA>        <NA>
## 1932 stuartw94089061           70      TRUE     FALSE         <NA>        <NA>
## 1933   JesseThSrvnt1            0     FALSE     FALSE         <NA>        <NA>
## 1934     Bl_Troyanda          125      TRUE     FALSE         <NA>        <NA>
## 1935  merror82211058            9      TRUE     FALSE         <NA>        <NA>
## 1936     SanRatweets           11      TRUE     FALSE         <NA>        <NA>
## 1937        barcinej            0     FALSE     FALSE         <NA>        <NA>
## 1938     _Matty72395            0     FALSE     FALSE         <NA>        <NA>
## 1939         Mineyi4            0     FALSE     FALSE         <NA>        <NA>
## 1940        mgrSkiba           22      TRUE     FALSE         <NA>        <NA>
## 1941      tmewkinder            0     FALSE     FALSE         <NA>        <NA>
## 1942    Bouffeur1509            0     FALSE     FALSE         <NA>        <NA>
## 1943 SpiritOfCongres           11      TRUE     FALSE         <NA>        <NA>
## 1944       manuW_atx            0     FALSE     FALSE         <NA>        <NA>
## 1945    whore4mitski         2675      TRUE     FALSE         <NA>        <NA>
## 1946       Temino201           49      TRUE     FALSE         <NA>        <NA>
## 1947       gensuihae            0     FALSE     FALSE         <NA>        <NA>
## 1948        marsdoll            0     FALSE     FALSE         <NA>        <NA>
## 1949       yuma_sogo            2      TRUE     FALSE         <NA>        <NA>
## 1950 BL_Orienteering            1     FALSE     FALSE         <NA>        <NA>
## 1951        Clinss__           23      TRUE     FALSE         <NA>        <NA>
## 1952    nanazunshine           10     FALSE     FALSE         <NA>        <NA>
## 1953    nanazunshine           41     FALSE     FALSE         <NA>        <NA>
## 1954      RAV3NCL0WN            0     FALSE     FALSE         <NA>        <NA>
## 1955         IowaLSA            0     FALSE     FALSE         <NA>        <NA>
## 1956       yuma_sogo            0     FALSE     FALSE         <NA>        <NA>
## 1957     Bl_Troyanda           44      TRUE     FALSE         <NA>        <NA>
## 1958         DocT___            2      TRUE     FALSE         <NA>        <NA>
## 1959 DrewGeorgeClode            5      TRUE     FALSE         <NA>        <NA>
## 1960    iarematthewc         2675      TRUE     FALSE         <NA>        <NA>
## 1961      geminirzng            2      TRUE     FALSE         <NA>        <NA>
## 1962         DocT___            2     FALSE     FALSE         <NA>        <NA>
## 1963     UniRdg_GCMS           16      TRUE     FALSE         <NA>        <NA>
## 1964       shotalumi         2675      TRUE     FALSE         <NA>        <NA>
## 1965      MrROHughes            3     FALSE     FALSE         <NA>        <NA>
## 1966       may_art18            0     FALSE     FALSE         <NA>        <NA>
## 1967 BakedWithLoveee          256      TRUE     FALSE         <NA>        <NA>
## 1968  haniichachacha           40      TRUE     FALSE         <NA>        <NA>
## 1969       LadyBae05            1     FALSE     FALSE         <NA>        <NA>
## 1970      indi_sulta            1      TRUE     FALSE         <NA>        <NA>
## 1971        BL_is_me        10712      TRUE     FALSE         <NA>        <NA>
## 1972 HubballiPragati            0     FALSE     FALSE         <NA>        <NA>
## 1973       Sudiptajc            0     FALSE     FALSE         <NA>        <NA>
## 1974       yuma_sogo            2     FALSE     FALSE         <NA>        <NA>
## 1975    No1TomokoFan         2675      TRUE     FALSE         <NA>        <NA>
## 1976 pheonixexplain2            0     FALSE     FALSE         <NA>        <NA>
## 1977    spockisblack         2675      TRUE     FALSE         <NA>        <NA>
## 1978    acatboyscafe         2675      TRUE     FALSE         <NA>        <NA>
## 1979         BL_Odin            0     FALSE     FALSE         <NA>        <NA>
## 1980     AnuKhanal14            0     FALSE     FALSE         <NA>        <NA>
## 1981         Myhra22           49      TRUE     FALSE         <NA>        <NA>
## 1982  PeachyKageyama           77      TRUE     FALSE         <NA>        <NA>
## 1983     jimmy_darke            3     FALSE     FALSE         <NA>        <NA>
## 1984  ilabilachinchi          256      TRUE     FALSE         <NA>        <NA>
## 1985         kateweb            0     FALSE     FALSE         <NA>        <NA>
## 1986    ayveeaverson         2675      TRUE     FALSE         <NA>        <NA>
## 1987   TadpoleTundra            0     FALSE     FALSE         <NA>        <NA>
## 1988   giantkittylvr         2675      TRUE     FALSE         <NA>        <NA>
## 1989       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 1990 dulcetfairytale            7      TRUE     FALSE         <NA>        <NA>
## 1991          m444hi            0     FALSE     FALSE         <NA>        <NA>
## 1992      Kashishs26            1      TRUE     FALSE         <NA>        <NA>
## 1993      artmarteau            0     FALSE     FALSE         <NA>        <NA>
## 1994    luci_alessia           49      TRUE     FALSE         <NA>        <NA>
## 1995  lovesparklegod            0     FALSE     FALSE         <NA>        <NA>
## 1996  hood_sisters4L           64      TRUE     FALSE         <NA>        <NA>
## 1997        megz6344           10      TRUE     FALSE         <NA>        <NA>
## 1998 Okonkwoijeoma17            0     FALSE     FALSE         <NA>        <NA>
## 1999          APP_BL            0     FALSE     FALSE         <NA>        <NA>
## 2000    anishacorner            0     FALSE     FALSE         <NA>        <NA>
## 2001     Morph_VGart            3     FALSE     FALSE         <NA>        <NA>
## 2002 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 2003 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 2004 __moonchildd___            7      TRUE     FALSE         <NA>        <NA>
## 2005       Nelsonali            1      TRUE     FALSE         <NA>        <NA>
## 2006       A_C_ByAsh            0     FALSE     FALSE         <NA>        <NA>
## 2007    leah12008075           64      TRUE     FALSE         <NA>        <NA>
## 2008   wistfulknight         2675      TRUE     FALSE         <NA>        <NA>
## 2009        leehol17            0     FALSE     FALSE         <NA>        <NA>
## 2010    saintlyichor         2675      TRUE     FALSE         <NA>        <NA>
## 2011         FLY3R__           77      TRUE     FALSE         <NA>        <NA>
## 2012  dogsof_wikihow            0     FALSE     FALSE         <NA>        <NA>
## 2013      ryumisadei            1      TRUE     FALSE         <NA>        <NA>
## 2014 pseudoetymology            3      TRUE     FALSE         <NA>        <NA>
## 2015       eichiyaoi         2675      TRUE     FALSE         <NA>        <NA>
## 2016         DocT___            0     FALSE     FALSE         <NA>        <NA>
## 2017        ngkhn_bl          181      TRUE     FALSE         <NA>        <NA>
## 2018       Tarik_Arm         2675      TRUE     FALSE         <NA>        <NA>
## 2019        amli_art            0     FALSE     FALSE         <NA>        <NA>
## 2020     kgkiser2015           34      TRUE     FALSE         <NA>        <NA>
## 2021    Chesuchesuto            7      TRUE     FALSE         <NA>        <NA>
## 2022          tmbg13         2675      TRUE     FALSE         <NA>        <NA>
## 2023     KimchiChiba            0     FALSE     FALSE         <NA>        <NA>
## 2024    HasmayeMarie            0     FALSE     FALSE         <NA>        <NA>
## 2025 iiheartnicotine         2675      TRUE     FALSE         <NA>        <NA>
## 2026       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2027    Aleena_Bano1            0     FALSE     FALSE         <NA>        <NA>
## 2028         KPW1453            9      TRUE     FALSE         <NA>        <NA>
## 2029        amli_art            0     FALSE     FALSE         <NA>        <NA>
## 2030      stickybug4           38      TRUE     FALSE         <NA>        <NA>
## 2031 __moonchildd___           10      TRUE     FALSE         <NA>        <NA>
## 2032       sarangndh          105      TRUE     FALSE         <NA>        <NA>
## 2033 __moonchildd___            5      TRUE     FALSE         <NA>        <NA>
## 2034       MarMalton           15      TRUE     FALSE         <NA>        <NA>
## 2035  prostov_gordey            0     FALSE     FALSE         <NA>        <NA>
## 2036           511NY            0     FALSE     FALSE   -73.837679   40.781696
## 2037 Nika_Rakhmanova            0     FALSE     FALSE         <NA>        <NA>
## 2038         Mineyi4            0     FALSE     FALSE         <NA>        <NA>
## 2039        Wulf1730            0     FALSE     FALSE         <NA>        <NA>
## 2040      twinkgirll         2675      TRUE     FALSE         <NA>        <NA>
## 2041  nicholasggrant            5      TRUE     FALSE         <NA>        <NA>
## 2042       SevanGrim            0     FALSE     FALSE         <NA>        <NA>
## 2043  Rajanaz786Zaib            1      TRUE     FALSE         <NA>        <NA>
## 2044           xhhey            0     FALSE     FALSE         <NA>        <NA>
## 2045       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2046        amli_art            0     FALSE     FALSE         <NA>        <NA>
## 2047    skari_artist            1     FALSE     FALSE         <NA>        <NA>
## 2048      voodookunt            0     FALSE     FALSE         <NA>        <NA>
## 2049     Bl_Troyanda           22      TRUE     FALSE         <NA>        <NA>
## 2050           RRivo            0     FALSE     FALSE         <NA>        <NA>
## 2051          BL_27_           24      TRUE     FALSE         <NA>        <NA>
## 2052        amli_art            0     FALSE     FALSE         <NA>        <NA>
## 2053  RosheCosmetics            1     FALSE     FALSE         <NA>        <NA>
## 2054     dipeshrisal            0     FALSE     FALSE         <NA>        <NA>
## 2055      juzzmine13            0     FALSE     FALSE         <NA>        <NA>
## 2056  tutoryimbabiee           39      TRUE     FALSE         <NA>        <NA>
## 2057     JimmyFnDaro            0     FALSE     FALSE         <NA>        <NA>
## 2058         kiyvesk         2675      TRUE     FALSE         <NA>        <NA>
## 2059         MtuwaMu           49      TRUE     FALSE         <NA>        <NA>
## 2060     childempreg         2675      TRUE     FALSE         <NA>        <NA>
## 2061        amli_art            0     FALSE     FALSE         <NA>        <NA>
## 2062      chochojoon            1     FALSE     FALSE         <NA>        <NA>
## 2063    etf_dividend            0     FALSE     FALSE         <NA>        <NA>
## 2064    krzeslo_topa            0     FALSE     FALSE         <NA>        <NA>
## 2065  igettoloveyouu            1     FALSE     FALSE         <NA>        <NA>
## 2066     gloverqxbon            0     FALSE     FALSE         <NA>        <NA>
## 2067        amli_art            0     FALSE     FALSE         <NA>        <NA>
## 2068    ZankieEnough            1     FALSE     FALSE         <NA>        <NA>
## 2069    Sonijalander           40      TRUE     FALSE         <NA>        <NA>
## 2070      yaoilynnx1            1     FALSE     FALSE         <NA>        <NA>
## 2071   munch_barbara            0     FALSE     FALSE         <NA>        <NA>
## 2072        amli_art            0     FALSE     FALSE         <NA>        <NA>
## 2073         BL_2889            0     FALSE     FALSE         <NA>        <NA>
## 2074       Sudiptajc            0     FALSE     FALSE         <NA>        <NA>
## 2075     solartaekoo            0     FALSE     FALSE         <NA>        <NA>
## 2076  punishedthumbs         2675      TRUE     FALSE         <NA>        <NA>
## 2077        MetaboUK            1     FALSE     FALSE         <NA>        <NA>
## 2078         aksnevv           20     FALSE     FALSE         <NA>        <NA>
## 2079      realroguee            0     FALSE     FALSE         <NA>        <NA>
## 2080        amli_art            0     FALSE     FALSE         <NA>        <NA>
## 2081  bottomhuacheng         2675      TRUE     FALSE         <NA>        <NA>
## 2082  pictureshow_bl            0     FALSE     FALSE         <NA>        <NA>
## 2083      riba_marpi            0     FALSE     FALSE         <NA>        <NA>
## 2084        amli_art            0     FALSE     FALSE         <NA>        <NA>
## 2085  katewhiteshark         2675      TRUE     FALSE         <NA>        <NA>
## 2086        lavboy13           64      TRUE     FALSE         <NA>        <NA>
## 2087      neonkewpie          243      TRUE     FALSE         <NA>        <NA>
## 2088       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2089        amli_art            0     FALSE     FALSE         <NA>        <NA>
## 2090      CalesWife_           91      TRUE     FALSE         <NA>        <NA>
## 2091     paregularrr           48      TRUE     FALSE         <NA>        <NA>
## 2092      Lazy_An8el            0     FALSE     FALSE         <NA>        <NA>
## 2093 KitchenFurnituD            0     FALSE     FALSE         <NA>        <NA>
## 2094       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2095     MackenzACAB            0     FALSE     FALSE         <NA>        <NA>
## 2096    DAIHIME_SAMA            7     FALSE     FALSE         <NA>        <NA>
## 2097  BL_MadeDigital            3     FALSE     FALSE         <NA>        <NA>
## 2098    BL_Fangirl34         1042      TRUE     FALSE         <NA>        <NA>
## 2099        amli_art            0     FALSE     FALSE         <NA>        <NA>
## 2100    Str4ngeThing            0     FALSE     FALSE         <NA>        <NA>
## 2101 TomDuffinPhotos            0     FALSE     FALSE         <NA>        <NA>
## 2102     Bl_Troyanda           38      TRUE     FALSE         <NA>        <NA>
## 2103    Maelleisavet           49      TRUE     FALSE         <NA>        <NA>
## 2104      strackevuj            0     FALSE     FALSE         <NA>        <NA>
## 2105     bestlaykomi           30      TRUE     FALSE         <NA>        <NA>
## 2106 FANTASTICRADIOO            0     FALSE     FALSE         <NA>        <NA>
## 2107      lowe40edde            0     FALSE     FALSE         <NA>        <NA>
## 2108       AiJoe_eth            1     FALSE     FALSE         <NA>        <NA>
## 2109          APP_BL         2166      TRUE     FALSE         <NA>        <NA>
## 2110        ihyperon          256      TRUE     FALSE         <NA>        <NA>
## 2111          MDi_BL           12     FALSE     FALSE         <NA>        <NA>
## 2112     Bl_Troyanda          353      TRUE     FALSE         <NA>        <NA>
## 2113       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2114        EditaOla           14      TRUE     FALSE         <NA>        <NA>
## 2115         SMurie1           10      TRUE     FALSE         <NA>        <NA>
## 2116          BL_27_            9      TRUE     FALSE         <NA>        <NA>
## 2117      auyamacake         2675      TRUE     FALSE         <NA>        <NA>
## 2118      XConsuelo8            0     FALSE     FALSE         <NA>        <NA>
## 2119        bl__bts_            0     FALSE     FALSE         <NA>        <NA>
## 2120          BL_27_           16      TRUE     FALSE         <NA>        <NA>
## 2121       natlinova            0     FALSE     FALSE         <NA>        <NA>
## 2122       gerald51m            0     FALSE     FALSE         <NA>        <NA>
## 2123  Catniptwoshoes           70      TRUE     FALSE         <NA>        <NA>
## 2124    Aleena_Bano1            0     FALSE     FALSE         <NA>        <NA>
## 2125       pondphwin            0     FALSE     FALSE         <NA>        <NA>
## 2126     wing_blade_            0     FALSE     FALSE         <NA>        <NA>
## 2127       nhskinnie            0     FALSE     FALSE         <NA>        <NA>
## 2128          BL_27_           14      TRUE     FALSE         <NA>        <NA>
## 2129       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2130       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2131      panther_BL          491      TRUE     FALSE         <NA>        <NA>
## 2132       kimseoah0            2      TRUE     FALSE         <NA>        <NA>
## 2133        vanlee84            0     FALSE     FALSE         <NA>        <NA>
## 2134          BL_27_            4      TRUE     FALSE         <NA>        <NA>
## 2135     Abdullah0Xk            0     FALSE     FALSE         <NA>        <NA>
## 2136  Gypsy_Cinnamon           23      TRUE     FALSE         <NA>        <NA>
## 2137       clownx_bl         3078      TRUE     FALSE         <NA>        <NA>
## 2138    HunterkingCM           49      TRUE     FALSE         <NA>        <NA>
## 2139       meryglowy            0     FALSE     FALSE         <NA>        <NA>
## 2140      domikookie           40      TRUE     FALSE         <NA>        <NA>
## 2141       bl_wdmr_2         5777      TRUE     FALSE         <NA>        <NA>
## 2142       55realley            0     FALSE     FALSE         <NA>        <NA>
## 2143  gaycottoncandy         2675      TRUE     FALSE         <NA>        <NA>
## 2144         sehviuh           48      TRUE     FALSE         <NA>        <NA>
## 2145          BL_27_          603      TRUE     FALSE         <NA>        <NA>
## 2146    K_Schallhorn           34      TRUE     FALSE         <NA>        <NA>
## 2147       clownx_bl         1595      TRUE     FALSE         <NA>        <NA>
## 2148   HeartfeltDesu           48      TRUE     FALSE         <NA>        <NA>
## 2149  ykislifehelp11         2675      TRUE     FALSE         <NA>        <NA>
## 2150      pransocool            0     FALSE     FALSE         <NA>        <NA>
## 2151       clownx_bl         1391      TRUE     FALSE         <NA>        <NA>
## 2152          bl_xxi          174      TRUE     FALSE         <NA>        <NA>
## 2153       clownx_bl         2802      TRUE     FALSE         <NA>        <NA>
## 2154       clownx_bl         1513      TRUE     FALSE         <NA>        <NA>
## 2155          BL_27_           26      TRUE     FALSE         <NA>        <NA>
## 2156  AndrewManor187           64      TRUE     FALSE         <NA>        <NA>
## 2157      panther_BL            0     FALSE     FALSE         <NA>        <NA>
## 2158  jennithepsycho            2      TRUE     FALSE         <NA>        <NA>
## 2159       clownx_bl          202      TRUE     FALSE         <NA>        <NA>
## 2160          BL_27_           24      TRUE     FALSE         <NA>        <NA>
## 2161      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2162      CrazerArts            2     FALSE     FALSE         <NA>        <NA>
## 2163     Bl_Troyanda         2945      TRUE     FALSE         <NA>        <NA>
## 2164    victorlatmey          143      TRUE     FALSE         <NA>        <NA>
## 2165     chokoladous            2     FALSE     FALSE         <NA>        <NA>
## 2166    Gael52865419            0     FALSE     FALSE         <NA>        <NA>
## 2167         tatzanx            4      TRUE     FALSE         <NA>        <NA>
## 2168          bl_xxi          190      TRUE     FALSE         <NA>        <NA>
## 2169       mylomamon           48      TRUE     FALSE         <NA>        <NA>
## 2170       KangOkFan            1     FALSE     FALSE         <NA>        <NA>
## 2171      mybabymits            0     FALSE     FALSE         <NA>        <NA>
## 2172       clownx_bl         4467      TRUE     FALSE         <NA>        <NA>
## 2173      evieleafie            0     FALSE     FALSE         <NA>        <NA>
## 2174      bl_world22           63      TRUE     FALSE         <NA>        <NA>
## 2175     Bl_Troyanda           14      TRUE     FALSE         <NA>        <NA>
## 2176      LeslieDew5            0     FALSE     FALSE         <NA>        <NA>
## 2177        Viz_ionz            0     FALSE     FALSE         <NA>        <NA>
## 2178  expolineledger           34      TRUE     FALSE         <NA>        <NA>
## 2179      itslukalee            0     FALSE     FALSE         <NA>        <NA>
## 2180        THOTYAKI         2675      TRUE     FALSE         <NA>        <NA>
## 2181      susieyeeep            0     FALSE     FALSE         <NA>        <NA>
## 2182          BL_27_          539      TRUE     FALSE         <NA>        <NA>
## 2183          BL_27_           17      TRUE     FALSE         <NA>        <NA>
## 2184 JefferyFasching           49     FALSE     FALSE         <NA>        <NA>
## 2185    MariaBchara1            0     FALSE     FALSE         <NA>        <NA>
## 2186       clownx_bl         2496      TRUE     FALSE         <NA>        <NA>
## 2187        RDamscas            0     FALSE     FALSE         <NA>        <NA>
## 2188     sweetbatat4          256      TRUE     FALSE         <NA>        <NA>
## 2189       clownx_bl         3587      TRUE     FALSE         <NA>        <NA>
## 2190          BL_27_            9      TRUE     FALSE         <NA>        <NA>
## 2191    SaveToNotion            0     FALSE     FALSE         <NA>        <NA>
## 2192       clownx_bl         4638      TRUE     FALSE         <NA>        <NA>
## 2193       clownx_bl         7972      TRUE     FALSE         <NA>        <NA>
## 2194       clownx_bl         2850      TRUE     FALSE         <NA>        <NA>
## 2195       clownx_bl         6672      TRUE     FALSE         <NA>        <NA>
## 2196       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2197        legaytus         2675      TRUE     FALSE         <NA>        <NA>
## 2198 world_of_bl_com           10     FALSE     FALSE         <NA>        <NA>
## 2199       clownx_bl         7906      TRUE     FALSE         <NA>        <NA>
## 2200       clownx_bl         5153      TRUE     FALSE         <NA>        <NA>
## 2201 BatangMangga_05          256      TRUE     FALSE         <NA>        <NA>
## 2202       clownx_bl         3430      TRUE     FALSE         <NA>        <NA>
## 2203       clownx_bl         6920      TRUE     FALSE         <NA>        <NA>
## 2204       clownx_bl        17632      TRUE     FALSE         <NA>        <NA>
## 2205     chae____rin          256      TRUE     FALSE         <NA>        <NA>
## 2206  angiecakes1990            0     FALSE     FALSE         <NA>        <NA>
## 2207       clownx_bl         3334      TRUE     FALSE         <NA>        <NA>
## 2208       clownx_bl         7934      TRUE     FALSE         <NA>        <NA>
## 2209     gre_ybunn_y            8      TRUE     FALSE         <NA>        <NA>
## 2210 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 2211 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 2212      BadBeanLLC            3     FALSE     FALSE         <NA>        <NA>
## 2213         tatzanx           64      TRUE     FALSE         <NA>        <NA>
## 2214   a011111111113         2675      TRUE     FALSE         <NA>        <NA>
## 2215         t0nmii2          256      TRUE     FALSE         <NA>        <NA>
## 2216       tsukimany            0     FALSE     FALSE         <NA>        <NA>
## 2217     Bl_Troyanda         1757      TRUE     FALSE         <NA>        <NA>
## 2218       The7Moons            0     FALSE     FALSE         <NA>        <NA>
## 2219      panther_BL            0     FALSE     FALSE         <NA>        <NA>
## 2220       KIK68_233          256      TRUE     FALSE         <NA>        <NA>
## 2221    _teary_eyed_            0     FALSE     FALSE         <NA>        <NA>
## 2222   goodheartsith            0     FALSE     FALSE         <NA>        <NA>
## 2223 world_of_bl_com            2     FALSE     FALSE         <NA>        <NA>
## 2224       AriSK10OG          256      TRUE     FALSE         <NA>        <NA>
## 2225     hugo_bezdek            0     FALSE     FALSE         <NA>        <NA>
## 2226   shrutivanshiv            0     FALSE     FALSE         <NA>        <NA>
## 2227 RinaLuvsDianxia            0     FALSE     FALSE         <NA>        <NA>
## 2228        NPHAT_bl          543      TRUE     FALSE         <NA>        <NA>
## 2229      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2230  CupcakeBakeoff            1     FALSE     FALSE         <NA>        <NA>
## 2231   _Captain_Duck            0     FALSE     FALSE         <NA>        <NA>
## 2232      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2233          yslppe            1     FALSE     FALSE         <NA>        <NA>
## 2234      bl_artcult            3     FALSE     FALSE         <NA>        <NA>
## 2235     junkunhands           84      TRUE     FALSE         <NA>        <NA>
## 2236    thedoctorxxx           70      TRUE     FALSE         <NA>        <NA>
## 2237       dabi1993_         5768      TRUE     FALSE         <NA>        <NA>
## 2238          ili_bl         3540      TRUE     FALSE         <NA>        <NA>
## 2239       Nexie1208           50      TRUE     FALSE         <NA>        <NA>
## 2240         GF0fApo           26      TRUE     FALSE         <NA>        <NA>
## 2241     Joyaabisaab            0     FALSE     FALSE         <NA>        <NA>
## 2242         Emarosa            1     FALSE     FALSE         <NA>        <NA>
## 2243        Markkazi            0     FALSE     FALSE         <NA>        <NA>
## 2244 Alu_Morgenstern            0     FALSE     FALSE         <NA>        <NA>
## 2245 vndingmchine723         2675      TRUE     FALSE         <NA>        <NA>
## 2246        acequinz            0     FALSE     FALSE         <NA>        <NA>
## 2247          poyprs          256      TRUE     FALSE         <NA>        <NA>
## 2248 world_of_bl_com            8     FALSE     FALSE         <NA>        <NA>
## 2249     noonawajana           17      TRUE     FALSE         <NA>        <NA>
## 2250     gaeboi_arts           48      TRUE     FALSE         <NA>        <NA>
## 2251        dizzi4me            0     FALSE     FALSE         <NA>        <NA>
## 2252       un_wieldy         2675      TRUE     FALSE         <NA>        <NA>
## 2253     aaron_idtap           34      TRUE     FALSE         <NA>        <NA>
## 2254      NativeSonn           64      TRUE     FALSE         <NA>        <NA>
## 2255      Wappykid99            0     FALSE     FALSE         <NA>        <NA>
## 2256 PhngTrn93212100            0     FALSE     FALSE         <NA>        <NA>
## 2257    taegiLover__            0     FALSE     FALSE         <NA>        <NA>
## 2258       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2259      dumspamkey            0     FALSE     FALSE         <NA>        <NA>
## 2260   RamatuHaruna8            0     FALSE     FALSE         <NA>        <NA>
## 2261 Starryillusionz           34      TRUE     FALSE         <NA>        <NA>
## 2262      dora_bts07           25      TRUE     FALSE         <NA>        <NA>
## 2263     BishopLynch            0     FALSE     FALSE         <NA>        <NA>
## 2264         Yeow777           34      TRUE     FALSE         <NA>        <NA>
## 2265   turner40uvfpj            0     FALSE     FALSE         <NA>        <NA>
## 2266       tinker_bl        13378      TRUE     FALSE         <NA>        <NA>
## 2267      rahman_bts            0     FALSE     FALSE         <NA>        <NA>
## 2268 world_of_bl_com            3     FALSE     FALSE         <NA>        <NA>
## 2269     _SoftDaniel           44      TRUE     FALSE         <NA>        <NA>
## 2270       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2271       Alycia46Y            0     FALSE     FALSE         <NA>        <NA>
## 2272       st_eve_n6            0     FALSE     FALSE         <NA>        <NA>
## 2273   artificialis6            1     FALSE     FALSE         <NA>        <NA>
## 2274      sera22will            2      TRUE     FALSE         <NA>        <NA>
## 2275       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2276        bl__bts_            1     FALSE     FALSE         <NA>        <NA>
## 2277       mazinflow            0     FALSE     FALSE         <NA>        <NA>
## 2278  MyHappinessOT7            0     FALSE     FALSE         <NA>        <NA>
## 2279        rhody_jo           34      TRUE     FALSE         <NA>        <NA>
## 2280    ninja_morena            0     FALSE     FALSE         <NA>        <NA>
## 2281       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2282    Bear_theKuma         2675      TRUE     FALSE         <NA>        <NA>
## 2283 world_of_bl_com            3     FALSE     FALSE         <NA>        <NA>
## 2284      kussajoubu           10      TRUE     FALSE         <NA>        <NA>
## 2285      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2286       AngryBlub            0     FALSE     FALSE         <NA>        <NA>
## 2287       tinker_bl         3158      TRUE     FALSE         <NA>        <NA>
## 2288  Skkyyyyyyyyyyy           34      TRUE     FALSE         <NA>        <NA>
## 2289         bren_bl         3003      TRUE     FALSE         <NA>        <NA>
## 2290  PehleBharatiya            2      TRUE     FALSE         <NA>        <NA>
## 2291 world_of_bl_com           10     FALSE     FALSE         <NA>        <NA>
## 2292 JC_truthpassion            0     FALSE     FALSE         <NA>        <NA>
## 2293     MomTo6Lambs           34      TRUE     FALSE         <NA>        <NA>
## 2294     sharpbycoop            0     FALSE     FALSE         <NA>        <NA>
## 2295       nongnu_ra            0     FALSE     FALSE         <NA>        <NA>
## 2296        Decoy_38           34      TRUE     FALSE         <NA>        <NA>
## 2297     INXCXEPTION            0     FALSE     FALSE         <NA>        <NA>
## 2298 JC_truthpassion            1     FALSE     FALSE         <NA>        <NA>
## 2299     vancedalism            0     FALSE     FALSE         <NA>        <NA>
## 2300      cemeahara1            0     FALSE     FALSE         <NA>        <NA>
## 2301    SwamiSalami3           34      TRUE     FALSE         <NA>        <NA>
## 2302 DiscountStalker            0     FALSE     FALSE         <NA>        <NA>
## 2303  prostov_gordey            0     FALSE     FALSE         <NA>        <NA>
## 2304       tinker_bl        26469      TRUE     FALSE         <NA>        <NA>
## 2305      FinderCard            0     FALSE     FALSE         <NA>        <NA>
## 2306      karlsefnis            0     FALSE     FALSE         <NA>        <NA>
## 2307    PunjabiHindu           40      TRUE     FALSE         <NA>        <NA>
## 2308        MNLGroup            1      TRUE     FALSE         <NA>        <NA>
## 2309      310jazzmin           34      TRUE     FALSE         <NA>        <NA>
## 2310          ili_bl         1399      TRUE     FALSE         <NA>        <NA>
## 2311    egg_55566789            0     FALSE     FALSE         <NA>        <NA>
## 2312    somddispatch            1     FALSE     FALSE         <NA>        <NA>
## 2313    EmmaBriggs18            0     FALSE     FALSE         <NA>        <NA>
## 2314      acirehgiel            0     FALSE     FALSE         <NA>        <NA>
## 2315      BL_Scenery            0     FALSE     FALSE         <NA>        <NA>
## 2316  streetpeopleLA           34      TRUE     FALSE         <NA>        <NA>
## 2317     _Pennelopey            6      TRUE     FALSE         <NA>        <NA>
## 2318    sportsfan702           34      TRUE     FALSE         <NA>        <NA>
## 2319        Hitch_Bl            0     FALSE     FALSE         <NA>        <NA>
## 2320     johnson4b06           64      TRUE     FALSE         <NA>        <NA>
## 2321 CatholicEdLeeds            2      TRUE     FALSE         <NA>        <NA>
## 2322      ColdPlushy            0     FALSE     FALSE         <NA>        <NA>
## 2323       bl_khatri            0     FALSE     FALSE         <NA>        <NA>
## 2324    ZacharLardan            0     FALSE     FALSE         <NA>        <NA>
## 2325       mazinflow            0     FALSE     FALSE         <NA>        <NA>
## 2326    egg_55566789            0     FALSE     FALSE         <NA>        <NA>
## 2327        DarkIcy5           64      TRUE     FALSE         <NA>        <NA>
## 2328      BL_Smoker5            0     FALSE     FALSE         <NA>        <NA>
## 2329       pawathere          256      TRUE     FALSE         <NA>        <NA>
## 2330       PupscanLA           34      TRUE     FALSE         <NA>        <NA>
## 2331          tpwk40            1      TRUE     FALSE         <NA>        <NA>
## 2332 world_of_bl_com            4     FALSE     FALSE         <NA>        <NA>
## 2333       kookoo595           21      TRUE     FALSE         <NA>        <NA>
## 2334   goddessarashi            6      TRUE     FALSE         <NA>        <NA>
## 2335 world_of_bl_com            2     FALSE     FALSE         <NA>        <NA>
## 2336      bl_lover91          314      TRUE     FALSE         <NA>        <NA>
## 2337 world_of_bl_com            2     FALSE     FALSE         <NA>        <NA>
## 2338     8reinhardt8            6      TRUE     FALSE         <NA>        <NA>
## 2339 LiManMa16795669            2     FALSE     FALSE         <NA>        <NA>
## 2340   DariusRadzius           34      TRUE     FALSE         <NA>        <NA>
## 2341    postpunkista         2675      TRUE     FALSE         <NA>        <NA>
## 2342   BacklitGalaxy         2675      TRUE     FALSE         <NA>        <NA>
## 2343     xartemisx13            0     FALSE     FALSE         <NA>        <NA>
## 2344  peachpeach1002           91      TRUE     FALSE         <NA>        <NA>
## 2345       BL_Artbox            1     FALSE     FALSE         <NA>        <NA>
## 2346     polcahanger            3     FALSE     FALSE         <NA>        <NA>
## 2347  britishlibrary            6     FALSE     FALSE         <NA>        <NA>
## 2348       theDiiKay         2675      TRUE     FALSE         <NA>        <NA>
## 2349      bl_lover91          390      TRUE     FALSE         <NA>        <NA>
## 2350       BTSSVERSE          256      TRUE     FALSE         <NA>        <NA>
## 2351    bl_ckgothicc            0     FALSE     FALSE         <NA>        <NA>
## 2352        AndrrreT           12      TRUE     FALSE         <NA>        <NA>
## 2353          APP_BL            0     FALSE     FALSE         <NA>        <NA>
## 2354      ferri_rick            8      TRUE     FALSE         <NA>        <NA>
## 2355  BL_MadeDigital            6      TRUE     FALSE         <NA>        <NA>
## 2356      kujoheaven         2675      TRUE     FALSE         <NA>        <NA>
## 2357 JackpotSyndrome         2675      TRUE     FALSE         <NA>        <NA>
## 2358    ChelseaReede           58      TRUE     FALSE         <NA>        <NA>
## 2359       Dutchduk2         2675      TRUE     FALSE         <NA>        <NA>
## 2360        sunnyalw            0     FALSE     FALSE         <NA>        <NA>
## 2361   farheen_khan3            5      TRUE     FALSE         <NA>        <NA>
## 2362   rosarioimpale         2675      TRUE     FALSE         <NA>        <NA>
## 2363       clownx_bl         3023      TRUE     FALSE         <NA>        <NA>
## 2364          T1Raja          115      TRUE     FALSE         <NA>        <NA>
## 2365       clownx_bl        10695      TRUE     FALSE         <NA>        <NA>
## 2366        reoigari           84      TRUE     FALSE         <NA>        <NA>
## 2367    DAIHIME_SAMA         2675      TRUE     FALSE         <NA>        <NA>
## 2368       clownx_bl         2654      TRUE     FALSE         <NA>        <NA>
## 2369       clownx_bl        18202      TRUE     FALSE         <NA>        <NA>
## 2370  Salerno_Thomas            0     FALSE     FALSE         <NA>        <NA>
## 2371   illustrata_ai            0     FALSE     FALSE         <NA>        <NA>
## 2372 Alu_Morgenstern            0     FALSE     FALSE         <NA>        <NA>
## 2373          Oryxha         2675      TRUE     FALSE         <NA>        <NA>
## 2374       wikkaa___            0     FALSE     FALSE         <NA>        <NA>
## 2375     Rewritten17            0     FALSE     FALSE         <NA>        <NA>
## 2376   thejambonbeur            0     FALSE     FALSE         <NA>        <NA>
## 2377 Alu_Morgenstern            3      TRUE     FALSE         <NA>        <NA>
## 2378     BL_Zordoxon          957      TRUE     FALSE         <NA>        <NA>
## 2379        QmediaFX            4      TRUE     FALSE         <NA>        <NA>
## 2380   uriPirateKing            0     FALSE     FALSE         <NA>        <NA>
## 2381        inigma_a            4      TRUE     FALSE         <NA>        <NA>
## 2382        amli_art            4     FALSE     FALSE         <NA>        <NA>
## 2383     solariswave         2675      TRUE     FALSE         <NA>        <NA>
## 2384        readjack            0     FALSE     FALSE         <NA>        <NA>
## 2385        laurbits            3      TRUE     FALSE         <NA>        <NA>
## 2386    Wstewart0328           64      TRUE     FALSE         <NA>        <NA>
## 2387       wikkaa___            0     FALSE     FALSE         <NA>        <NA>
## 2388     javascriptd            1      TRUE     FALSE         <NA>        <NA>
## 2389          ili_bl         3040      TRUE     FALSE         <NA>        <NA>
## 2390    Aleena_Bano1            0     FALSE     FALSE         <NA>        <NA>
## 2391        bl__bts_            0     FALSE     FALSE         <NA>        <NA>
## 2392 Alu_Morgenstern            0     FALSE     FALSE         <NA>        <NA>
## 2393    keenanknight            0     FALSE     FALSE         <NA>        <NA>
## 2394        mattnado            0     FALSE     FALSE         <NA>        <NA>
## 2395         vick_BL        11600      TRUE     FALSE         <NA>        <NA>
## 2396   TrafficNewsLA           34     FALSE     FALSE         <NA>        <NA>
## 2397        xysayshi           91      TRUE     FALSE         <NA>        <NA>
## 2398    UptoDateNewz           64      TRUE     FALSE         <NA>        <NA>
## 2399      ArdenPaul4            1     FALSE     FALSE         <NA>        <NA>
## 2400   QuinnConway13            0     FALSE     FALSE         <NA>        <NA>
## 2401     omisarchive         2675      TRUE     FALSE         <NA>        <NA>
## 2402          ili_bl         6850      TRUE     FALSE         <NA>        <NA>
## 2403  Eastlake_Vball          621      TRUE     FALSE         <NA>        <NA>
## 2404  jomar880871932            0     FALSE     FALSE         <NA>        <NA>
## 2405      OnyxeBlade            0     FALSE     FALSE         <NA>        <NA>
## 2406         ZRolexs            0     FALSE     FALSE         <NA>        <NA>
## 2407 EarlyMoringRain          256      TRUE     FALSE         <NA>        <NA>
## 2408          APP_BL            0     FALSE     FALSE         <NA>        <NA>
## 2409          ili_bl        17873      TRUE     FALSE         <NA>        <NA>
## 2410      illhoonies            4      TRUE     FALSE         <NA>        <NA>
## 2411       wikkaa___            0     FALSE     FALSE         <NA>        <NA>
## 2412     tvbacklight            0     FALSE     FALSE         <NA>        <NA>
## 2413        meo___ow           77      TRUE     FALSE         <NA>        <NA>
## 2414      BitsHammer            1      TRUE     FALSE         <NA>        <NA>
## 2415    sugarberry27           26      TRUE     FALSE         <NA>        <NA>
## 2416         Amya_SA            4      TRUE     FALSE         <NA>        <NA>
## 2417    clownimnidda          256      TRUE     FALSE         <NA>        <NA>
## 2418      NgatiBryan           64      TRUE     FALSE         <NA>        <NA>
## 2419   LunaLuna77666            0     FALSE     FALSE         <NA>        <NA>
## 2420    vivianantwi7            1     FALSE     FALSE         <NA>        <NA>
## 2421   GAustralia_87           40      TRUE     FALSE         <NA>        <NA>
## 2422  ArealLifeRebel           64      TRUE     FALSE         <NA>        <NA>
## 2423       rereshop4            0     FALSE     FALSE         <NA>        <NA>
## 2424    pearl_nikkie            6      TRUE     FALSE         <NA>        <NA>
## 2425      dirtycorza            0     FALSE     FALSE         <NA>        <NA>
## 2426    pearl_nikkie            4      TRUE     FALSE         <NA>        <NA>
## 2427       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2428       abruti_bl          373      TRUE     FALSE         <NA>        <NA>
## 2429   ChaseShannon5            0     FALSE     FALSE         <NA>        <NA>
## 2430       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2431     rohish_shhh           10      TRUE     FALSE         <NA>        <NA>
## 2432       abruti_bl          578      TRUE     FALSE         <NA>        <NA>
## 2433  macgyver32wqtx            0     FALSE     FALSE         <NA>        <NA>
## 2434      ADHDaemons            1     FALSE     FALSE         <NA>        <NA>
## 2435       LArasoul0          256      TRUE     FALSE         <NA>        <NA>
## 2436 skxnninvrskinny           64      TRUE     FALSE         <NA>        <NA>
## 2437       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2438    gogocheonguk         2675      TRUE     FALSE         <NA>        <NA>
## 2439    pastpassages           14      TRUE     FALSE         <NA>        <NA>
## 2440          ili_bl        32001      TRUE     FALSE         <NA>        <NA>
## 2441      TreyRiver1            0     FALSE     FALSE         <NA>        <NA>
## 2442       cleora8ej            0     FALSE     FALSE         <NA>        <NA>
## 2443    reingersyhhf            0     FALSE     FALSE         <NA>        <NA>
## 2444      padbergjpl            0     FALSE     FALSE         <NA>        <NA>
## 2445     smith66dcie            0     FALSE     FALSE         <NA>        <NA>
## 2446   MeghanBlack26          256      TRUE     FALSE         <NA>        <NA>
## 2447      BL_Scenery            1     FALSE     FALSE         <NA>        <NA>
## 2448   Sleemzy_avil2           44      TRUE     FALSE         <NA>        <NA>
## 2449   QuinnConway13            0     FALSE     FALSE         <NA>        <NA>
## 2450      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2451       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2452        yuta_wav            0     FALSE     FALSE         <NA>        <NA>
## 2453          TAT_bl          373      TRUE     FALSE         <NA>        <NA>
## 2454         kln3109            0     FALSE     FALSE         <NA>        <NA>
## 2455   ahgasefantasy            1      TRUE     FALSE         <NA>        <NA>
## 2456        DonKwahn           64      TRUE     FALSE         <NA>        <NA>
## 2457          ili_bl         5762      TRUE     FALSE         <NA>        <NA>
## 2458          Nau7ik            0     FALSE     FALSE         <NA>        <NA>
## 2459       blkgrlfly            0     FALSE     FALSE         <NA>        <NA>
## 2460     name_here09            0     FALSE     FALSE         <NA>        <NA>
## 2461      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2462       Melsier_s            1      TRUE     FALSE         <NA>        <NA>
## 2463        MMIMMOXX            0     FALSE     FALSE         <NA>        <NA>
## 2464         _minkit            0     FALSE     FALSE         <NA>        <NA>
## 2465    DinahMileApo           26      TRUE     FALSE         <NA>        <NA>
## 2466          ili_bl        15013      TRUE     FALSE         <NA>        <NA>
## 2467       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2468   BL_LatestNews            0     FALSE     FALSE         <NA>        <NA>
## 2469       _bl_ai_ze         1740      TRUE     FALSE         <NA>        <NA>
## 2470     peach_trans         2675      TRUE     FALSE         <NA>        <NA>
## 2471 VinodKu83882504            2     FALSE     FALSE         <NA>        <NA>
## 2472     moondust_36            0     FALSE     FALSE         <NA>        <NA>
## 2473     KiriKiriBot            0     FALSE     FALSE         <NA>        <NA>
## 2474      aguilar_ve            0     FALSE     FALSE         <NA>        <NA>
## 2475       salvwh0re            0     FALSE     FALSE         <NA>        <NA>
## 2476    AndreiMellas            0     FALSE     FALSE         <NA>        <NA>
## 2477       britboy77            0     FALSE     FALSE         <NA>        <NA>
## 2478 world_of_bl_com            0     FALSE     FALSE         <NA>        <NA>
## 2479  xo_yourdestini           64      TRUE     FALSE         <NA>        <NA>
## 2480      pajikochan            6      TRUE     FALSE         <NA>        <NA>
## 2481        inigma_a            0     FALSE     FALSE         <NA>        <NA>
## 2482        Su11yyyy            0     FALSE     FALSE         <NA>        <NA>
## 2483 world_of_bl_com            2     FALSE     FALSE         <NA>        <NA>
## 2484     beeken_tech            0     FALSE     FALSE         <NA>        <NA>
## 2485        zbfodyaa            0     FALSE     FALSE         <NA>        <NA>
## 2486       ninak7461            0     FALSE     FALSE         <NA>        <NA>
## 2487  Olivia_barssom            0     FALSE     FALSE         <NA>        <NA>
## 2488   lifegoeseeven            0     FALSE     FALSE         <NA>        <NA>
## 2489       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2490       yuhaowife            1     FALSE     FALSE         <NA>        <NA>
## 2491         yi1lll_            0     FALSE     FALSE         <NA>        <NA>
## 2492 SocialHousingCo           70      TRUE     FALSE         <NA>        <NA>
## 2493          Keedbo            0     FALSE     FALSE         <NA>        <NA>
## 2494      1516_roman            0     FALSE     FALSE         <NA>        <NA>
## 2495    BL_Athletics            0     FALSE     FALSE         <NA>        <NA>
## 2496        Bl_ckkky            1      TRUE     FALSE         <NA>        <NA>
## 2497      bethyyogh_          256      TRUE     FALSE         <NA>        <NA>
## 2498      NFTShirts1            1      TRUE     FALSE         <NA>        <NA>
## 2499      yangkinki1           12      TRUE     FALSE         <NA>        <NA>
## 2500       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2501        OPQRSTEE            1     FALSE     FALSE         <NA>        <NA>
## 2502        peatfort            0     FALSE     FALSE         <NA>        <NA>
## 2503  cutiecutiepie_          100      TRUE     FALSE         <NA>        <NA>
## 2504 Addicted_ToZayn           21      TRUE     FALSE         <NA>        <NA>
## 2505       blsoftiee          256      TRUE     FALSE         <NA>        <NA>
## 2506      petravoice            2      TRUE     FALSE         <NA>        <NA>
## 2507      petravoice            0     FALSE     FALSE         <NA>        <NA>
## 2508 world_of_bl_com            1     FALSE     FALSE         <NA>        <NA>
## 2509    Intellectard           69      TRUE     FALSE         <NA>        <NA>
## 2510    JolanJoestar         2675      TRUE     FALSE         <NA>        <NA>
## 2511      petravoice            2      TRUE     FALSE         <NA>        <NA>
## 2512         sian_bl            0     FALSE     FALSE         <NA>        <NA>
## 2513    Heterophobea            0     FALSE     FALSE         <NA>        <NA>
## 2514     voidoflogic           77      TRUE     FALSE         <NA>        <NA>
## 2515       BL_prints            2      TRUE     FALSE         <NA>        <NA>
## 2516  Brianmannphoto            0     FALSE     FALSE         <NA>        <NA>
## 2517   CurlyClareToo            0     FALSE     FALSE         <NA>        <NA>
## 2518      BRANDONAGE           64      TRUE     FALSE         <NA>        <NA>
## 2519      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2520     BL_Learning            2     FALSE     FALSE         <NA>        <NA>
## 2521      BL_Scenery            0     FALSE     FALSE         <NA>        <NA>
## 2522       femy_nism           49      TRUE     FALSE         <NA>        <NA>
## 2523     bkpp_mint24           25      TRUE     FALSE         <NA>        <NA>
## 2524 Nika_Rakhmanova            0     FALSE     FALSE         <NA>        <NA>
## 2525  BeekenIndustri            0     FALSE     FALSE         <NA>        <NA>
## 2526  awakenthewrlds            6     FALSE     FALSE         <NA>        <NA>
## 2527      mar1409mar          256      TRUE     FALSE         <NA>        <NA>
## 2528         je_ff09            0     FALSE     FALSE         <NA>        <NA>
## 2529      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2530 SunflowerLychee          256      TRUE     FALSE         <NA>        <NA>
## 2531       townezrax            0     FALSE     FALSE         <NA>        <NA>
## 2532     Bl_clarisse            3      TRUE     FALSE         <NA>        <NA>
## 2533        ardouser            0     FALSE     FALSE         <NA>        <NA>
## 2534    NeivaTheNerd         2675      TRUE     FALSE         <NA>        <NA>
## 2535      TheBLZone1            0     FALSE     FALSE         <NA>        <NA>
## 2536 lovecastpodcast            4     FALSE     FALSE         <NA>        <NA>
## 2537  hikiganebousou         2675      TRUE     FALSE         <NA>        <NA>
## 2538        SR__1209           10      TRUE     FALSE         <NA>        <NA>
## 2539      petravoice            0     FALSE     FALSE         <NA>        <NA>
## 2540      petravoice            2     FALSE     FALSE         <NA>        <NA>
## 2541           511NY            0     FALSE     FALSE   -73.805023   40.753715
## 2542  DerekLovesJRTs            0     FALSE     FALSE         <NA>        <NA>
## 2543 RozellaSchambe1            0     FALSE     FALSE         <NA>        <NA>
## 2544       exjusemee          123      TRUE     FALSE         <NA>        <NA>
## 2545  smitham63ljozs            0     FALSE     FALSE         <NA>        <NA>
## 2546      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2547     bbuff_filmy           10      TRUE     FALSE         <NA>        <NA>
## 2548    monarchyconf           11      TRUE     FALSE         <NA>        <NA>
## 2549       Nudel_spl            9      TRUE     FALSE         <NA>        <NA>
## 2550     dumplingart         2675      TRUE     FALSE         <NA>        <NA>
## 2551       anim8dead            0     FALSE     FALSE         <NA>        <NA>
## 2552 AdvantagePriCon            0     FALSE     FALSE         <NA>        <NA>
## 2553  sunsetbbkisses           39      TRUE     FALSE         <NA>        <NA>
## 2554     bananarkive          100      TRUE     FALSE         <NA>        <NA>
## 2555      kxlluvvinz            0     FALSE     FALSE         <NA>        <NA>
## 2556     PeterKuskis            0     FALSE     FALSE         <NA>        <NA>
## 2557      naazrishmi           10     FALSE     FALSE         <NA>        <NA>
## 2558        melybel_          256      TRUE     FALSE         <NA>        <NA>
## 2559  FurryLibrarian           22      TRUE     FALSE         <NA>        <NA>
## 2560      antone84so            0     FALSE     FALSE         <NA>        <NA>
## 2561      effertzjss            0     FALSE     FALSE         <NA>        <NA>
## 2562  villupuramAkFC          115      TRUE     FALSE         <NA>        <NA>
## 2563         boydna_           44      TRUE     FALSE         <NA>        <NA>
## 2564      jeebusdial            0     FALSE     FALSE         <NA>        <NA>
## 2565   jungwongindut            0     FALSE     FALSE         <NA>        <NA>
## 2566       NiTiSH550            0     FALSE     FALSE         <NA>        <NA>
## 2567    jordanxworld            0     FALSE     FALSE         <NA>        <NA>
## 2568  SunnyLunaLight            0     FALSE     FALSE         <NA>        <NA>
## 2569        torphxbe            0     FALSE     FALSE         <NA>        <NA>
## 2570   BluestJavelin         2675      TRUE     FALSE         <NA>        <NA>
## 2571    clevergirrll         2675      TRUE     FALSE         <NA>        <NA>
## 2572           511NY            0     FALSE     FALSE   -73.944187   40.755027
## 2573           511NY            0     FALSE     FALSE   -73.947203   40.756345
## 2574          511NYC            0     FALSE     FALSE   -73.947203   40.756345
## 2575     fairyluvluv         2675      TRUE     FALSE         <NA>        <NA>
## 2576    NotEasyGreen            0     FALSE     FALSE         <NA>        <NA>
## 2577    misti_violet           17      TRUE     FALSE         <NA>        <NA>
## 2578    fatuiharbing          100      TRUE     FALSE         <NA>        <NA>
## 2579   BL_Publishing            1      TRUE     FALSE         <NA>        <NA>
## 2580       Nemo_nuea           17      TRUE     FALSE         <NA>        <NA>
## 2581       marics12_            0     FALSE     FALSE         <NA>        <NA>
## 2582       hue_shine            0     FALSE     FALSE         <NA>        <NA>
## 2583   BL_Publishing           12      TRUE     FALSE         <NA>        <NA>
## 2584  s7ephenwithaph          118      TRUE     FALSE         <NA>        <NA>
## 2585  DrSabinaDosani            3      TRUE     FALSE         <NA>        <NA>
## 2586      nirvana10M           17      TRUE     FALSE         <NA>        <NA>
## 2587    mile_apoEast           26      TRUE     FALSE         <NA>        <NA>
## 2588 MollyKHumphries            1      TRUE     FALSE         <NA>        <NA>
## 2589       anim8dead            0     FALSE     FALSE         <NA>        <NA>
## 2590           511NY            0     FALSE     FALSE   -73.944187   40.755027
## 2591 christy04881579            0     FALSE     FALSE         <NA>        <NA>
## 2592       sunknower            0     FALSE     FALSE         <NA>        <NA>
## 2593 love_potion_no8           69      TRUE     FALSE         <NA>        <NA>
## 2594        nhguaVyT           64      TRUE     FALSE         <NA>        <NA>
## 2595  Chance23912548            0     FALSE     FALSE         <NA>        <NA>
## 2596         BL_BenS            3      TRUE     FALSE         <NA>        <NA>
## 2597 MollyKHumphries            1     FALSE     FALSE         <NA>        <NA>
## 2598   KanyaneeTukky            0     FALSE     FALSE         <NA>        <NA>
## 2599    MyBLCalendar            0     FALSE     FALSE         <NA>        <NA>
## 2600      rozentinee            0     FALSE     FALSE         <NA>        <NA>
## 2601 ShorealoneFilms            1      TRUE     FALSE         <NA>        <NA>
## 2602         lait911            1     FALSE     FALSE   -118.33431   34.022458
## 2603  LADYGAGAEXOBBB            1     FALSE     FALSE         <NA>        <NA>
## 2604       Messica91            0     FALSE     FALSE         <NA>        <NA>
## 2605   robinschnelle            0     FALSE     FALSE         <NA>        <NA>
## 2606 alumasa_maxwell            0     FALSE     FALSE         <NA>        <NA>
## 2607      vnusrabbit           77      TRUE     FALSE         <NA>        <NA>
## 2608      wrenmatsuu            0     FALSE     FALSE         <NA>        <NA>
## 2609        h0peurot            0     FALSE     FALSE         <NA>        <NA>
## 2610       manyundei         2675      TRUE     FALSE         <NA>        <NA>
## 2611        Arel2Ron            0     FALSE     FALSE         <NA>        <NA>
## 2612     fan_booking            0     FALSE     FALSE         <NA>        <NA>
## 2613       19sepRiia         2675      TRUE     FALSE         <NA>        <NA>
## 2614     CeMillbrook            3     FALSE     FALSE         <NA>        <NA>
## 2615       JNKSGENRE            0     FALSE     FALSE         <NA>        <NA>
## 2616        melybel_            1      TRUE     FALSE         <NA>        <NA>
## 2617        LeedsDYS            2      TRUE     FALSE         <NA>        <NA>
## 2618      kikibumkey            0     FALSE     FALSE         <NA>        <NA>
## 2619 mynameisnotvlad            1      TRUE     FALSE         <NA>        <NA>
## 2620       Y_H_Bl_Sl            0     FALSE     FALSE         <NA>        <NA>
## 2621  bukanjeffsatur            0     FALSE     FALSE         <NA>        <NA>
## 2622          bl_hkg            2     FALSE     FALSE         <NA>        <NA>
## 2623 KKsrinivasan_BL         2781      TRUE     FALSE         <NA>        <NA>
## 2624     TomitaDouji            1      TRUE     FALSE         <NA>        <NA>
## 2625      wrenmatsuu            0     FALSE     FALSE         <NA>        <NA>
## 2626     vennicensem           44      TRUE     FALSE         <NA>        <NA>
## 2627     Bl_clarisse          337      TRUE     FALSE         <NA>        <NA>
## 2628   anonymousG124           44      TRUE     FALSE         <NA>        <NA>
## 2629      cutefemcel            1     FALSE     FALSE         <NA>        <NA>
## 2630    AhassanSohel            1     FALSE     FALSE         <NA>        <NA>
## 2631    Melany081115           91      TRUE     FALSE         <NA>        <NA>
## 2632   hellxentranxe            0     FALSE     FALSE         <NA>        <NA>
## 2633  LauraWallace26            0     FALSE     FALSE         <NA>        <NA>
## 2634     LouisLebbos            0     FALSE     FALSE         <NA>        <NA>
## 2635       mutedcmyk            0     FALSE     FALSE         <NA>        <NA>
## 2636   thetwelve_dol            2     FALSE     FALSE         <NA>        <NA>
## 2637       bl_ahblah          165      TRUE     FALSE         <NA>        <NA>
## 2638 NiqNaJu_fanacnt           26      TRUE     FALSE         <NA>        <NA>
## 2639      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2640    lovelywangji          256      TRUE     FALSE         <NA>        <NA>
## 2641       baeksdoie          256      TRUE     FALSE         <NA>        <NA>
## 2642      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2643 ryuknowwhattodo          256      TRUE     FALSE         <NA>        <NA>
## 2644   lovemybabyart           16      TRUE     FALSE         <NA>        <NA>
## 2645      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2646     boyhypnosis         2675      TRUE     FALSE         <NA>        <NA>
## 2647       zombiepop         2675      TRUE     FALSE         <NA>        <NA>
## 2648  sanasodabreeze         2675      TRUE     FALSE         <NA>        <NA>
## 2649 TanyaVillanelle            0     FALSE     FALSE         <NA>        <NA>
## 2650       brave0nft            2      TRUE     FALSE         <NA>        <NA>
## 2651       brave0nft            3      TRUE     FALSE         <NA>        <NA>
## 2652    shibafree2be            0     FALSE     FALSE         <NA>        <NA>
## 2653      zebrafinch           64      TRUE     FALSE         <NA>        <NA>
## 2654         BL_2889            0     FALSE     FALSE         <NA>        <NA>
## 2655           511NY            0     FALSE     FALSE   -73.947203   40.756345
## 2656       pprincenv           80      TRUE     FALSE         <NA>        <NA>
## 2657      bl_romance           13      TRUE     FALSE         <NA>        <NA>
## 2658         jaywawk            0     FALSE     FALSE         <NA>        <NA>
## 2659 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 2660 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 2661      eyeseye_bl         2409      TRUE     FALSE         <NA>        <NA>
## 2662       magsarion         2675      TRUE     FALSE         <NA>        <NA>
## 2663 ShabanaMarshall            6      TRUE     FALSE         <NA>        <NA>
## 2664   SXNGLETRACKED            0     FALSE     FALSE         <NA>        <NA>
## 2665      Ayochase01           44      TRUE     FALSE         <NA>        <NA>
## 2666   hesham_monica            0     FALSE     FALSE         <NA>        <NA>
## 2667     moondust_36            0     FALSE     FALSE         <NA>        <NA>
## 2668       bl_cuties           82      TRUE     FALSE         <NA>        <NA>
## 2669      abandnment            0     FALSE     FALSE         <NA>        <NA>
## 2670         BL_2889            0     FALSE     FALSE         <NA>        <NA>
## 2671       ____320hj            0     FALSE     FALSE         <NA>        <NA>
## 2672   BL_Publishing            1      TRUE     FALSE         <NA>        <NA>
## 2673   BL_Publishing            1      TRUE     FALSE         <NA>        <NA>
## 2674    ZankieEnough            0     FALSE     FALSE         <NA>        <NA>
## 2675   SuperPonyBolt            0     FALSE     FALSE         <NA>        <NA>
## 2676       Zita90421            0     FALSE     FALSE         <NA>        <NA>
## 2677       full_cure         2675      TRUE     FALSE         <NA>        <NA>
## 2678 metroherobot_or            0     FALSE     FALSE         <NA>        <NA>
## 2679 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 2680 LaurenG43444365          143      TRUE     FALSE         <NA>        <NA>
## 2681     BL_Y_Single         1273      TRUE     FALSE         <NA>        <NA>
## 2682       _VAbigail          256      TRUE     FALSE         <NA>        <NA>
## 2683   Marcy65058368           21      TRUE     FALSE         <NA>        <NA>
## 2684    BottomLineDC            0     FALSE     FALSE         <NA>        <NA>
## 2685      CamHistory           24      TRUE     FALSE         <NA>        <NA>
## 2686  ZBusinesswoman            0     FALSE     FALSE         <NA>        <NA>
## 2687    boobooshugar           44      TRUE     FALSE         <NA>        <NA>
## 2688       Zita90421            0     FALSE     FALSE         <NA>        <NA>
## 2689     BL_Y_Single          172      TRUE     FALSE         <NA>        <NA>
## 2690   rocketgirlNFT            0     FALSE     FALSE         <NA>        <NA>
## 2691    darkestdollx            0     FALSE     FALSE         <NA>        <NA>
## 2692     ukiyosghost         2675      TRUE     FALSE         <NA>        <NA>
## 2693    ScotOralHist            4      TRUE     FALSE         <NA>        <NA>
## 2694        bl_fan89            0     FALSE     FALSE         <NA>        <NA>
## 2695     HelloBWJr26            0     FALSE     FALSE         <NA>        <NA>
## 2696   BL_Publishing            8     FALSE     FALSE         <NA>        <NA>
## 2697      falsel_net            0     FALSE     FALSE         <NA>        <NA>
## 2698   CoffeeVectors            0     FALSE     FALSE         <NA>        <NA>
## 2699       Zita90421            0     FALSE     FALSE         <NA>        <NA>
## 2700  uptoasmilingme            8      TRUE     FALSE         <NA>        <NA>
## 2701 GinabeanartGina           70      TRUE     FALSE         <NA>        <NA>
## 2702        inigma_a            0     FALSE     FALSE         <NA>        <NA>
## 2703 Ituki_0408mikan         1742      TRUE     FALSE         <NA>        <NA>
## 2704       Evelincs_          401      TRUE     FALSE         <NA>        <NA>
## 2705      rogahnvuvw            0     FALSE     FALSE         <NA>        <NA>
## 2706   JesseThSrvnt1            0     FALSE     FALSE         <NA>        <NA>
## 2707     hana_michis         2675      TRUE     FALSE         <NA>        <NA>
## 2708 world_of_bl_com            1     FALSE     FALSE         <NA>        <NA>
## 2709      jhonny3211            6      TRUE     FALSE         <NA>        <NA>
## 2710 animateInternat            0     FALSE     FALSE         <NA>        <NA>
## 2711       BTran2003           17      TRUE     FALSE         <NA>        <NA>
## 2712       jemsagcal            1     FALSE     FALSE         <NA>        <NA>
## 2713 Charlie89501621            0     FALSE     FALSE         <NA>        <NA>
## 2714      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2715          KnZ_BL          832      TRUE     FALSE         <NA>        <NA>
## 2716 Contemporary_BL            8      TRUE     FALSE         <NA>        <NA>
## 2717 world_of_bl_com            2     FALSE     FALSE         <NA>        <NA>
## 2718      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2719    darkestdollx            3      TRUE     FALSE         <NA>        <NA>
## 2720    Lunabelleino          256      TRUE     FALSE         <NA>        <NA>
## 2721    darkestdollx            3     FALSE     FALSE         <NA>        <NA>
## 2722      farchicore            0     FALSE     FALSE         <NA>        <NA>
## 2723  ChildOfMileApo           55      TRUE     FALSE         <NA>        <NA>
## 2724 world_of_bl_com            5     FALSE     FALSE         <NA>        <NA>
## 2725    fineboytemii           44      TRUE     FALSE         <NA>        <NA>
## 2726    elakarinaela            0     FALSE     FALSE         <NA>        <NA>
## 2727    rheigneljhay            0     FALSE     FALSE         <NA>        <NA>
## 2728       markolver            1      TRUE     FALSE         <NA>        <NA>
## 2729      QirongsBff            0     FALSE     FALSE         <NA>        <NA>
## 2730 _Hey_its_Laura_            0     FALSE     FALSE         <NA>        <NA>
## 2731   SXNGLETRACKED            0     FALSE     FALSE         <NA>        <NA>
## 2732   SXNGLETRACKED            0     FALSE     FALSE         <NA>        <NA>
## 2733         kamlesm           14      TRUE     FALSE         <NA>        <NA>
## 2734      Mrs_N0B0D1           10      TRUE     FALSE         <NA>        <NA>
## 2735        InLimboV            1      TRUE     FALSE         <NA>        <NA>
## 2736      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2737    LentusOracle          135      TRUE     FALSE         <NA>        <NA>
## 2738  AlvinRomero030            4      TRUE     FALSE         <NA>        <NA>
## 2739        val_hshm            0     FALSE     FALSE         <NA>        <NA>
## 2740        inigma_a            0     FALSE     FALSE         <NA>        <NA>
## 2741      GWorldTrav            0     FALSE     FALSE         <NA>        <NA>
## 2742      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2743   K_Kentin_Rose            1     FALSE     FALSE         <NA>        <NA>
## 2744     glimpseofbw          100      TRUE     FALSE         <NA>        <NA>
## 2745       _bl_ai_ze          471      TRUE     FALSE         <NA>        <NA>
## 2746        PS5_BOTs            1      TRUE     FALSE         <NA>        <NA>
## 2747         BL_Hyro           33      TRUE     FALSE         <NA>        <NA>
## 2748      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2749       dprmarker            0     FALSE     FALSE         <NA>        <NA>
## 2750  MetalDragonKid            0     FALSE     FALSE         <NA>        <NA>
## 2751   yumeiro_latte           77      TRUE     FALSE         <NA>        <NA>
## 2752     icanflyloru           44      TRUE     FALSE         <NA>        <NA>
## 2753        konz_leo            0     FALSE     FALSE         <NA>        <NA>
## 2754    f_ckingawful         2675      TRUE     FALSE         <NA>        <NA>
## 2755 xsnugglestruthx            0     FALSE     FALSE         <NA>        <NA>
## 2756       LordeEsme          130      TRUE     FALSE         <NA>        <NA>
## 2757         Tami_BL            0     FALSE     FALSE         <NA>        <NA>
## 2758        chufei_i            1      TRUE     FALSE         <NA>        <NA>
## 2759     alhajinuell           44      TRUE     FALSE         <NA>        <NA>
## 2760    Shahforever1            0     FALSE     FALSE         <NA>        <NA>
## 2761       LordeEsme           10      TRUE     FALSE         <NA>        <NA>
## 2762       manwolino            0     FALSE     FALSE         <NA>        <NA>
## 2763     Pranay7even           11     FALSE     FALSE         <NA>        <NA>
## 2764   K_Kentin_Rose            6      TRUE     FALSE         <NA>        <NA>
## 2765     ayo_cohouwu           77      TRUE     FALSE         <NA>        <NA>
## 2766   Ovo_himsef449           44      TRUE     FALSE         <NA>        <NA>
## 2767 SweetestLouisaR           44      TRUE     FALSE         <NA>        <NA>
## 2768    s4tinflowers            0     FALSE     FALSE         <NA>        <NA>
## 2769       JunnoRose            0     FALSE     FALSE         <NA>        <NA>
## 2770      brumnordie            1     FALSE     FALSE         <NA>        <NA>
## 2771       _bl_ai_ze          707      TRUE     FALSE         <NA>        <NA>
## 2772       codybitme            0     FALSE     FALSE         <NA>        <NA>
## 2773       iloveps_5            1     FALSE     FALSE         <NA>        <NA>
## 2774         Drakid7           44      TRUE     FALSE         <NA>        <NA>
## 2775        bl__bts_            0     FALSE     FALSE         <NA>        <NA>
## 2776    Kebbi_kingjr           44      TRUE     FALSE         <NA>        <NA>
## 2777  Friends_UoB_TC           10      TRUE     FALSE         <NA>        <NA>
## 2778        KKUumIII            0     FALSE     FALSE         <NA>        <NA>
## 2779    Corvinnnnnnn            0     FALSE     FALSE         <NA>        <NA>
## 2780      BadBeanLLC            0     FALSE     FALSE         <NA>        <NA>
## 2781       SSandeham            0     FALSE     FALSE         <NA>        <NA>
## 2782     GRIDCITY_BL            3     FALSE     FALSE         <NA>        <NA>
## 2783          yslppe            6     FALSE     FALSE         <NA>        <NA>
## 2784      gukwifeplz            0     FALSE     FALSE         <NA>        <NA>
## 2785    Aleena_Bano1            0     FALSE     FALSE         <NA>        <NA>
## 2786  Friends_UoB_TC            3      TRUE     FALSE         <NA>        <NA>
## 2787       charis_ai            0     FALSE     FALSE         <NA>        <NA>
## 2788      QirongsBff            1     FALSE     FALSE         <NA>        <NA>
## 2789   andreasheyden            1      TRUE     FALSE         <NA>        <NA>
## 2790     Coyote0423E           70      TRUE     FALSE         <NA>        <NA>
## 2791       Bjeezus98           64      TRUE     FALSE         <NA>        <NA>
## 2792         poIysho           77      TRUE     FALSE         <NA>        <NA>
## 2793      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2794       bl_ahblah           88      TRUE     FALSE         <NA>        <NA>
## 2795    ILRYxXISC_BL          828      TRUE     FALSE         <NA>        <NA>
## 2796        konotton         2675      TRUE     FALSE         <NA>        <NA>
## 2797 lubowitz46nphgj            0     FALSE     FALSE         <NA>        <NA>
## 2798       rentao560            0     FALSE     FALSE         <NA>        <NA>
## 2799   BetterAbsence          256      TRUE     FALSE         <NA>        <NA>
## 2800    ILRYxXISC_BL         1391      TRUE     FALSE         <NA>        <NA>
## 2801      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2802        kregents          256      TRUE     FALSE         <NA>        <NA>
## 2803  namastenancysf           22      TRUE     FALSE         <NA>        <NA>
## 2804      KvngWhillz           44      TRUE     FALSE         <NA>        <NA>
## 2805      stussyciel            0     FALSE     FALSE         <NA>        <NA>
## 2806    ILRYxXISC_BL          286      TRUE     FALSE         <NA>        <NA>
## 2807      farchicore            0     FALSE     FALSE         <NA>        <NA>
## 2808      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2809    ILRYxXISC_BL         8408      TRUE     FALSE         <NA>        <NA>
## 2810   sicowokdurian          256      TRUE     FALSE         <NA>        <NA>
## 2811        Varewulf            0     FALSE     FALSE         <NA>        <NA>
## 2812     BL_Y_Single         1590      TRUE     FALSE         <NA>        <NA>
## 2813      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2814     BL_Y_Single          169      TRUE     FALSE         <NA>        <NA>
## 2815        srslysxy         2675      TRUE     FALSE         <NA>        <NA>
## 2816   bifauxnenbard            0     FALSE     FALSE         <NA>        <NA>
## 2817    SathishRaj96          115      TRUE     FALSE         <NA>        <NA>
## 2818  NOBODY15324020            0     FALSE     FALSE         <NA>        <NA>
## 2819     shadescafe_           44      TRUE     FALSE         <NA>        <NA>
## 2820      QirongsBff            0     FALSE     FALSE         <NA>        <NA>
## 2821      nrinnzihe_            0     FALSE     FALSE         <NA>        <NA>
## 2822   Alone70834804            0     FALSE     FALSE         <NA>        <NA>
## 2823      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2824    ILRYxXISC_BL          196      TRUE     FALSE         <NA>        <NA>
## 2825    BhavikaMunde            0     FALSE     FALSE         <NA>        <NA>
## 2826    ILRYxXISC_BL          746      TRUE     FALSE         <NA>        <NA>
## 2827           cheja           22      TRUE     FALSE         <NA>        <NA>
## 2828      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2829     BL_Y_Single          120      TRUE     FALSE         <NA>        <NA>
## 2830    ILRYxXISC_BL          816      TRUE     FALSE         <NA>        <NA>
## 2831   Shizaya_Kanra            0     FALSE     FALSE         <NA>        <NA>
## 2832    imvaahhh_412            0     FALSE     FALSE         <NA>        <NA>
## 2833    ILRYxXISC_BL         1253      TRUE     FALSE         <NA>        <NA>
## 2834      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2835    ILRYxXISC_BL          501      TRUE     FALSE         <NA>        <NA>
## 2836   BL_VisualArts            4      TRUE     FALSE         <NA>        <NA>
## 2837     artemis1384           17     FALSE     FALSE         <NA>        <NA>
## 2838    ILRYxXISC_BL        15796      TRUE     FALSE         <NA>        <NA>
## 2839 Contemporary_BL           30      TRUE     FALSE         <NA>        <NA>
## 2840      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 2841    ILRYxXISC_BL          867      TRUE     FALSE         <NA>        <NA>
## 2842        Luaplviv          256      TRUE     FALSE         <NA>        <NA>
## 2843    ILRYxXISC_BL        33384      TRUE     FALSE         <NA>        <NA>
## 2844     BL_Y_Single          235      TRUE     FALSE         <NA>        <NA>
## 2845        bl_harry           18      TRUE     FALSE         <NA>        <NA>
## 2846      bl_essence           68      TRUE     FALSE         <NA>        <NA>
## 2847   jimmy73623940            6      TRUE     FALSE         <NA>        <NA>
## 2848       AiJoe_eth            0     FALSE     FALSE         <NA>        <NA>
## 2849 Contemporary_BL            4      TRUE     FALSE         <NA>        <NA>
## 2850     BL_Y_Single          556      TRUE     FALSE         <NA>        <NA>
## 2851    HTWofficial1           44      TRUE     FALSE         <NA>        <NA>
## 2852    ILRYxXISC_BL        18068      TRUE     FALSE         <NA>        <NA>
## 2853     diana_pelaz           14      TRUE     FALSE         <NA>        <NA>
## 2854      so1rewhore            0     FALSE     FALSE         <NA>        <NA>
## 2855     BL_Y_Single           17      TRUE     FALSE         <NA>        <NA>
## 2856       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 2857     BL_Y_Single           13      TRUE     FALSE         <NA>        <NA>
## 2858        bin_9704         1830      TRUE     FALSE         <NA>        <NA>
## 2859    hidesinhiden         2675      TRUE     FALSE         <NA>        <NA>
## 2860    ILRYxXISC_BL         1554      TRUE     FALSE         <NA>        <NA>
## 2861       xantababy            0     FALSE     FALSE         <NA>        <NA>
## 2862        bin_9704         2064      TRUE     FALSE         <NA>        <NA>
## 2863     Trainfanny1            2      TRUE     FALSE         <NA>        <NA>
## 2864    _IAmLegend__           64      TRUE     FALSE         <NA>        <NA>
## 2865      xingmi1996          256      TRUE     FALSE         <NA>        <NA>
## 2866    ovidithelion            0     FALSE     FALSE         <NA>        <NA>
## 2867     laadaaadeee            8      TRUE     FALSE         <NA>        <NA>
## 2868        red_loeb           22     FALSE     FALSE         <NA>        <NA>
## 2869        bin_9704         2102      TRUE     FALSE         <NA>        <NA>
## 2870         bl_1510        10892      TRUE     FALSE         <NA>        <NA>
## 2871    BiggKingsley           44      TRUE     FALSE         <NA>        <NA>
## 2872   VividBadSquid          509      TRUE     FALSE         <NA>        <NA>
## 2873  atanalerectida          243      TRUE     FALSE         <NA>        <NA>
## 2874     idolsociety            2     FALSE     FALSE         <NA>        <NA>
## 2875  iamnaitala2001           44      TRUE     FALSE         <NA>        <NA>
## 2876      QirongsBff            0     FALSE     FALSE         <NA>        <NA>
## 2877  Italy_loves_bl            0     FALSE     FALSE         <NA>        <NA>
## 2878      cruisexszn           44      TRUE     FALSE         <NA>        <NA>
## 2879       nakata_bl          162      TRUE     FALSE         <NA>        <NA>
## 2880        bin_9704         1890      TRUE     FALSE         <NA>        <NA>
## 2881       pinkargus           48      TRUE     FALSE         <NA>        <NA>
## 2882      BadBeanLLC            0     FALSE     FALSE         <NA>        <NA>
## 2883       mjayyyy__           64      TRUE     FALSE         <NA>        <NA>
## 2884    menhera_worm            0     FALSE     FALSE         <NA>        <NA>
## 2885    holar_D_boss           44      TRUE     FALSE         <NA>        <NA>
## 2886    EnglishPupil           13      TRUE     FALSE         <NA>        <NA>
## 2887       nakata_bl          148      TRUE     FALSE         <NA>        <NA>
## 2888   hrkgscriptbot            0     FALSE     FALSE         <NA>        <NA>
## 2889    RichVoorhees           14      TRUE     FALSE         <NA>        <NA>
## 2890        megz6344            7      TRUE     FALSE         <NA>        <NA>
## 2891      Javi_Fdez_           11      TRUE     FALSE         <NA>        <NA>
## 2892   evelynl890525          672      TRUE     FALSE         <NA>        <NA>
## 2893   Caleb_Oluleye           44      TRUE     FALSE         <NA>        <NA>
## 2894 blinksmartlinks            1      TRUE     FALSE         <NA>        <NA>
## 2895   CoffeeVectors            0     FALSE     FALSE         <NA>        <NA>
## 2896     BL_Y_Single           13      TRUE     FALSE         <NA>        <NA>
## 2897    abara_alonzo          621      TRUE     FALSE         <NA>        <NA>
## 2898       nakata_bl          117      TRUE     FALSE         <NA>        <NA>
## 2899 Thistlethinking            0     FALSE     FALSE         <NA>        <NA>
## 2900        himi_png         2675      TRUE     FALSE         <NA>        <NA>
## 2901         MKBang3            0     FALSE     FALSE         <NA>        <NA>
## 2902     bkpp_mint24          787      TRUE     FALSE         <NA>        <NA>
## 2903          0702Sl           18      TRUE     FALSE         <NA>        <NA>
## 2904    Johnstone_BL          152      TRUE     FALSE         <NA>        <NA>
## 2905     BL_Y_Single           11      TRUE     FALSE         <NA>        <NA>
## 2906 MarkStamper6180          621      TRUE     FALSE         <NA>        <NA>
## 2907       nakata_bl          113      TRUE     FALSE         <NA>        <NA>
## 2908     bkpp_mint24          110      TRUE     FALSE         <NA>        <NA>
## 2909        136_BTS_           25      TRUE     FALSE         <NA>        <NA>
## 2910   Zettersletter           70      TRUE     FALSE         <NA>        <NA>
## 2911       karimnas_            3     FALSE     FALSE         <NA>        <NA>
## 2912        MoxAprii           26      TRUE     FALSE         <NA>        <NA>
## 2913       nakata_bl          161      TRUE     FALSE         <NA>        <NA>
## 2914          ER_EJR            1     FALSE     FALSE         <NA>        <NA>
## 2915         valkyun            0     FALSE     FALSE         <NA>        <NA>
## 2916         DogHeir            8      TRUE     FALSE         <NA>        <NA>
## 2917      mamaspicze            0     FALSE     FALSE         <NA>        <NA>
## 2918     hawkeye0130            0     FALSE     FALSE         <NA>        <NA>
## 2919         jaywawk            0     FALSE     FALSE         <NA>        <NA>
## 2920    new_mclarens            0     FALSE     FALSE         <NA>        <NA>
## 2921      mizuruilvr           77      TRUE     FALSE         <NA>        <NA>
## 2922       redsquill            0     FALSE     FALSE         <NA>        <NA>
## 2923       nakata_bl          194      TRUE     FALSE         <NA>        <NA>
## 2924      ktoikichi_            0     FALSE     FALSE         <NA>        <NA>
## 2925       linoscats            0     FALSE     FALSE         <NA>        <NA>
## 2926     happyfeeesh            0     FALSE     FALSE         <NA>        <NA>
## 2927         BL_2889            0     FALSE     FALSE         <NA>        <NA>
## 2928      linggglieb         2675      TRUE     FALSE         <NA>        <NA>
## 2929   K_Kentin_Rose            4     FALSE     FALSE         <NA>        <NA>
## 2930  Rehive74213941            0     FALSE     FALSE         <NA>        <NA>
## 2931     sicknesstom           55      TRUE     FALSE         <NA>        <NA>
## 2932    MariReactsYT            0     FALSE     FALSE         <NA>        <NA>
## 2933       banrolina         2675      TRUE     FALSE         <NA>        <NA>
## 2934     Dalidalyoxo          256      TRUE     FALSE         <NA>        <NA>
## 2935    MoneyManMilt           64      TRUE     FALSE         <NA>        <NA>
## 2936   Deji_flourish            0     FALSE     FALSE         <NA>        <NA>
## 2937         imsidj_          256      TRUE     FALSE         <NA>        <NA>
## 2938      cardradar1            1     FALSE     FALSE         <NA>        <NA>
## 2939   ParlonsBLAsie            0     FALSE     FALSE         <NA>        <NA>
## 2940      image_in_1            0     FALSE     FALSE         <NA>        <NA>
## 2941 HtweLay93331453           63      TRUE     FALSE         <NA>        <NA>
## 2942  christurner925            0     FALSE     FALSE         <NA>        <NA>
## 2943    Aleena_Bano1            0     FALSE     FALSE         <NA>        <NA>
## 2944   amantedel__bl            0     FALSE     FALSE         <NA>        <NA>
## 2945   1ittlep1ittle            0     FALSE     FALSE         <NA>        <NA>
## 2946      cityofhope            2     FALSE     FALSE         <NA>        <NA>
## 2947  lowbudgetdemon         2675      TRUE     FALSE         <NA>        <NA>
## 2948   TanKk05974483         2634      TRUE     FALSE         <NA>        <NA>
## 2949   TanKk05974483         3112      TRUE     FALSE         <NA>        <NA>
## 2950   ifinallysmile            0     FALSE     FALSE         <NA>        <NA>
## 2951     soupdoodlee            0     FALSE     FALSE         <NA>        <NA>
## 2952       Daisy_Pox            0     FALSE     FALSE         <NA>        <NA>
## 2953    kr_retweeter            4      TRUE     FALSE         <NA>        <NA>
## 2954   ParlonsBLAsie            0     FALSE     FALSE         <NA>        <NA>
## 2955  johnnysilveira            0     FALSE     FALSE         <NA>        <NA>
## 2956   amantedel__bl          397      TRUE     FALSE         <NA>        <NA>
## 2957         Gaddapa          128      TRUE     FALSE         <NA>        <NA>
## 2958           511NY            0     FALSE     FALSE   -73.791639   40.768939
## 2959  and_treatments            0     FALSE     FALSE         <NA>        <NA>
## 2960  alaskadogstead            0     FALSE     FALSE         <NA>        <NA>
## 2961      Gulfzilla8          256      TRUE     FALSE         <NA>        <NA>
## 2962      marcolin91            0     FALSE     FALSE         <NA>        <NA>
## 2963       lamareaux            3      TRUE     FALSE         <NA>        <NA>
## 2964   VeronikaSimms            0     FALSE     FALSE         <NA>        <NA>
## 2965       A_BL_Simp         2480      TRUE     FALSE         <NA>        <NA>
## 2966       abruti_bl        17632      TRUE     FALSE         <NA>        <NA>
## 2967         valkyun            0     FALSE     FALSE         <NA>        <NA>
## 2968       mighetto1            0     FALSE     FALSE         <NA>        <NA>
## 2969     parfaitslut         2675      TRUE     FALSE         <NA>        <NA>
## 2970  Assejm21938484            0     FALSE     FALSE         <NA>        <NA>
## 2971      voodookunt            0     FALSE     FALSE         <NA>        <NA>
## 2972  eclipseakkayan            0     FALSE     FALSE         <NA>        <NA>
## 2973          11moji          243      TRUE     FALSE         <NA>        <NA>
## 2974     JohnGreenDC           64      TRUE     FALSE         <NA>        <NA>
## 2975   InfamousKairi           64      TRUE     FALSE         <NA>        <NA>
## 2976      bl_artcult           15     FALSE     FALSE         <NA>        <NA>
## 2977       kmari__BL          480      TRUE     FALSE         <NA>        <NA>
## 2978          tqnllr            2      TRUE     FALSE         <NA>        <NA>
## 2979         18_0933          757      TRUE     FALSE         <NA>        <NA>
## 2980        KimothiB            0     FALSE     FALSE         <NA>        <NA>
## 2981  Dani_is_acting          256      TRUE     FALSE         <NA>        <NA>
## 2982        dreamee_            0     FALSE     FALSE         <NA>        <NA>
## 2983    BiomedicalRX            0     FALSE     FALSE         <NA>        <NA>
## 2984       mimixsoob         2675      TRUE     FALSE         <NA>        <NA>
## 2985 bl_enthusiastic         3609      TRUE     FALSE         <NA>        <NA>
## 2986     OnUrOwnKids          256      TRUE     FALSE         <NA>        <NA>
## 2987        HRoisman           64      TRUE     FALSE         <NA>        <NA>
## 2988   DannyVanBooks            0     FALSE     FALSE         <NA>        <NA>
## 2989        lalvivek            0     FALSE     FALSE         <NA>        <NA>
## 2990   blazedeeznutz           77      TRUE     FALSE         <NA>        <NA>
## 2991        Pilczjan           23      TRUE     FALSE         <NA>        <NA>
## 2992     moondust_36            0     FALSE     FALSE         <NA>        <NA>
## 2993       bl_ahblah          211      TRUE     FALSE         <NA>        <NA>
## 2994        SR__1209            7      TRUE     FALSE         <NA>        <NA>
## 2995        smononed         5768      TRUE     FALSE         <NA>        <NA>
## 2996      johnjbooks            1     FALSE     FALSE         <NA>        <NA>
## 2997   EnigmaticGaga            0     FALSE     FALSE         <NA>        <NA>
## 2998  CoachZRiley501          621      TRUE     FALSE         <NA>        <NA>
## 2999 Elspeth52112979            2      TRUE     FALSE         <NA>        <NA>
## 3000     Bloomalooma         2675      TRUE     FALSE         <NA>        <NA>
## 3001      fairy_taen          256      TRUE     FALSE         <NA>        <NA>
## 3002      PattyBebe7            0     FALSE     FALSE         <NA>        <NA>
## 3003  kthstigmaballs            0     FALSE     FALSE         <NA>        <NA>
## 3004       nakata_bl          240      TRUE     FALSE         <NA>        <NA>
## 3005    sakitakarai7           16      TRUE     FALSE         <NA>        <NA>
## 3006        rel1rel1           64      TRUE     FALSE         <NA>        <NA>
## 3007     et_al_2021_            0     FALSE     FALSE         <NA>        <NA>
## 3008      2Starajith          115      TRUE     FALSE         <NA>        <NA>
## 3009        iamnurix            1      TRUE     FALSE         <NA>        <NA>
## 3010   theambiverted            0     FALSE     FALSE         <NA>        <NA>
## 3011      maheshcafe            0     FALSE     FALSE         <NA>        <NA>
## 3012     sahinurk041            0     FALSE     FALSE         <NA>        <NA>
## 3013      torydarcys            0     FALSE     FALSE         <NA>        <NA>
## 3014       yuukienan           77      TRUE     FALSE         <NA>        <NA>
## 3015      mamaspicze            0     FALSE     FALSE         <NA>        <NA>
## 3016 moremore_minori           77      TRUE     FALSE         <NA>        <NA>
## 3017     Bl_clarisse          406      TRUE     FALSE         <NA>        <NA>
## 3018       beomslips          256      TRUE     FALSE         <NA>        <NA>
## 3019   VishalKing01G            0     FALSE     FALSE         <NA>        <NA>
## 3020   ArdenUniPsych            3      TRUE     FALSE         <NA>        <NA>
## 3021      mamaspicze            0     FALSE     FALSE         <NA>        <NA>
## 3022     RinoMileApo           55      TRUE     FALSE         <NA>        <NA>
## 3023  FSchumacherIII            0     FALSE     FALSE         <NA>        <NA>
## 3024    Navinphysics            0     FALSE     FALSE         <NA>        <NA>
## 3025       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 3026        jivinbot            0     FALSE     FALSE         <NA>        <NA>
## 3027        Hitch_Bl            0     FALSE     FALSE         <NA>        <NA>
## 3028     moondust_36            0     FALSE     FALSE         <NA>        <NA>
## 3029       enjin_nrk            0     FALSE     FALSE         <NA>        <NA>
## 3030    King54597021           64      TRUE     FALSE         <NA>        <NA>
## 3031      bl_lover22            0     FALSE     FALSE         <NA>        <NA>
## 3032  lilaccandy0514           26      TRUE     FALSE         <NA>        <NA>
## 3033       trappabre           64      TRUE     FALSE         <NA>        <NA>
## 3034     peachiprint         2675      TRUE     FALSE         <NA>        <NA>
## 3035     Waterrain17          110      TRUE     FALSE         <NA>        <NA>
## 3036       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 3037      CryptoAliB           70      TRUE     FALSE         <NA>        <NA>
## 3038        __pomade           48      TRUE     FALSE         <NA>        <NA>
## 3039       Roxidolli            0     FALSE     FALSE         <NA>        <NA>
## 3040 MileApoGuardVTS           26      TRUE     FALSE         <NA>        <NA>
## 3041        DilonteW           64      TRUE     FALSE         <NA>        <NA>
## 3042      Reebeksart            0     FALSE     FALSE         <NA>        <NA>
## 3043    MdSnakeheadz           64      TRUE     FALSE         <NA>        <NA>
## 3044      bl_lover22            0     FALSE     FALSE         <NA>        <NA>
## 3045 lunamoo48415432            7      TRUE     FALSE         <NA>        <NA>
## 3046        MNLGroup           64      TRUE     FALSE         <NA>        <NA>
## 3047  Killmoenetwork           64     FALSE     FALSE         <NA>        <NA>
## 3048       agentsaba            3      TRUE     FALSE         <NA>        <NA>
## 3049    ovidithelion            0     FALSE     FALSE         <NA>        <NA>
## 3050 erieriericaaaaa         2675      TRUE     FALSE         <NA>        <NA>
## 3051    SelvamAnbu12          115      TRUE     FALSE         <NA>        <NA>
## 3052         Pjx_han            0     FALSE     FALSE         <NA>        <NA>
## 3053     leloucholic         2675      TRUE     FALSE         <NA>        <NA>
## 3054   AngelMartRod2            9      TRUE     FALSE         <NA>        <NA>
## 3055      Zukashi7w7            0     FALSE     FALSE         <NA>        <NA>
## 3056          wwtud_         2675      TRUE     FALSE         <NA>        <NA>
## 3057     actorjinwin            0     FALSE     FALSE         <NA>        <NA>
## 3058    MileApoNG_FC           26     FALSE     FALSE         <NA>        <NA>
## 3059     shorehpippi         2675      TRUE     FALSE         <NA>        <NA>
## 3060      newsomenic            0     FALSE     FALSE         <NA>        <NA>
## 3061       vijrao918            0     FALSE     FALSE         <NA>        <NA>
## 3062  Resplendent_BL          103      TRUE     FALSE         <NA>        <NA>
## 3063       didemdndr           65      TRUE     FALSE         <NA>        <NA>
## 3064        taethv_7            0     FALSE     FALSE         <NA>        <NA>
## 3065       bl_baddie            0     FALSE     FALSE         <NA>        <NA>
## 3066    BL_Athletics            1     FALSE     FALSE         <NA>        <NA>
## 3067      wanjaaaiis          256      TRUE     FALSE         <NA>        <NA>
## 3068    Aleena_Bano1            0     FALSE     FALSE         <NA>        <NA>
## 3069     aranza_deni          189      TRUE     FALSE         <NA>        <NA>
## 3070    Heterophobea          256      TRUE     FALSE         <NA>        <NA>
## 3071   SoysoyBeans28            0     FALSE     FALSE         <NA>        <NA>
## 3072       kamuicult           77      TRUE     FALSE         <NA>        <NA>
## 3073      HipChicago            1      TRUE     FALSE         <NA>        <NA>
## 3074      HipChicago            1      TRUE     FALSE         <NA>        <NA>
## 3075     flynnboyant            1      TRUE     FALSE         <NA>        <NA>
## 3076      firstbabii           35      TRUE     FALSE         <NA>        <NA>
## 3077         je_ff09            1     FALSE     FALSE         <NA>        <NA>
## 3078      QirongsBff            0     FALSE     FALSE         <NA>        <NA>
## 3079   roadkill_raph         2675      TRUE     FALSE         <NA>        <NA>
## 3080       arxiearts           77      TRUE     FALSE         <NA>        <NA>
## 3081       Nattavuic           63      TRUE     FALSE         <NA>        <NA>
## 3082  JakkoLantern13            0     FALSE     FALSE         <NA>        <NA>
## 3083       Mapuli_li            4      TRUE     FALSE         <NA>        <NA>
## 3084    seutabeokseu            0     FALSE     FALSE         <NA>        <NA>
## 3085       _bl_ai_ze         3522      TRUE     FALSE         <NA>        <NA>
## 3086      LidlHummus         2675      TRUE     FALSE         <NA>        <NA>
## 3087 sneharaghunath9            0     FALSE     FALSE         <NA>        <NA>
## 3088       _bl_ai_ze          299      TRUE     FALSE         <NA>        <NA>
## 3089  sherin09517190            1     FALSE     FALSE         <NA>        <NA>
## 3090      ranposfoot           77      TRUE     FALSE         <NA>        <NA>
## 3091  underscore_daw            2      TRUE     FALSE         <NA>        <NA>
## 3092        receicle          100      TRUE     FALSE         <NA>        <NA>
## 3093   slackerbarrel         2675      TRUE     FALSE         <NA>        <NA>
## 3094       _bl_ai_ze            5      TRUE     FALSE         <NA>        <NA>
## 3095      PasstheASA           12      TRUE     FALSE         <NA>        <NA>
## 3096     rohish_shhh            7     FALSE     FALSE         <NA>        <NA>
## 3097       tesstalay          256      TRUE     FALSE         <NA>        <NA>
## 3098         vluviav          243      TRUE     FALSE         <NA>        <NA>
## 3099     Bl_Troyanda           34      TRUE     FALSE         <NA>        <NA>
## 3100     SungSavEvel            0     FALSE     FALSE         <NA>        <NA>
## 3101      natsuki_s0          256      TRUE     FALSE         <NA>        <NA>
## 3102     Bl_Troyanda           77      TRUE     FALSE         <NA>        <NA>
## 3103       JoC100200           70      TRUE     FALSE         <NA>        <NA>
## 3104     Bl_Troyanda          653      TRUE     FALSE         <NA>        <NA>
## 3105  _amievenimi309           77      TRUE     FALSE         <NA>        <NA>
## 3106      khdglifekk            0     FALSE     FALSE         <NA>        <NA>
## 3107         evyvrry           91      TRUE     FALSE         <NA>        <NA>
## 3108   AsianovelasBL            0     FALSE     FALSE         <NA>        <NA>
## 3109       BL_Carter            3      TRUE     FALSE         <NA>        <NA>
## 3110  darkprincessVP           30      TRUE     FALSE         <NA>        <NA>
## 3111       BL_Carter            3      TRUE     FALSE         <NA>        <NA>
## 3112       taruumiya         2675      TRUE     FALSE         <NA>        <NA>
## 3113    BL_Fangirl34           65      TRUE     FALSE         <NA>        <NA>
## 3114        bl__bts_          144      TRUE     FALSE         <NA>        <NA>
## 3115       Stobelli1            9      TRUE     FALSE         <NA>        <NA>
## 3116  JenniferSaplor            9      TRUE     FALSE         <NA>        <NA>
## 3117      ubgradde01            0     FALSE     FALSE         <NA>        <NA>
## 3118      riverkecil          100      TRUE     FALSE         <NA>        <NA>
## 3119      BL_Scenery            0     FALSE     FALSE         <NA>        <NA>
## 3120          dkeq_f           48      TRUE     FALSE         <NA>        <NA>
## 3121  justTaekmeaway            0     FALSE     FALSE         <NA>        <NA>
## 3122    speakupppppp            1      TRUE     FALSE         <NA>        <NA>
## 3123       shypronin          256      TRUE     FALSE         <NA>        <NA>
## 3124         emekah_           44      TRUE     FALSE         <NA>        <NA>
## 3125       PetKirito            0     FALSE     FALSE         <NA>        <NA>
## 3126    SquidGirlOta            0     FALSE     FALSE         <NA>        <NA>
## 3127       BLfandesu         2675      TRUE     FALSE         <NA>        <NA>
## 3128 Eliter_revenger            9      TRUE     FALSE         <NA>        <NA>
## 3129     darahellman           24      TRUE     FALSE         <NA>        <NA>
## 3130     bose_pammal          115      TRUE     FALSE         <NA>        <NA>
## 3131 KWWLStormTrack7            0     FALSE     FALSE         <NA>        <NA>
## 3132       magidah01          256      TRUE     FALSE         <NA>        <NA>
## 3133      RBrowncean            0     FALSE     FALSE         <NA>        <NA>
## 3134      neonglittr           77      TRUE     FALSE         <NA>        <NA>
## 3135        Lolahhh_           44      TRUE     FALSE         <NA>        <NA>
## 3136         uribamn            0     FALSE     FALSE         <NA>        <NA>
## 3137     PenguinBL97           91      TRUE     FALSE         <NA>        <NA>
## 3138 tomymagicerrors          256      TRUE     FALSE         <NA>        <NA>
## 3139     mzenananers           77      TRUE     FALSE         <NA>        <NA>
## 3140        Topson__           44      TRUE     FALSE         <NA>        <NA>
## 3141     BL_CollCare            3      TRUE     FALSE         <NA>        <NA>
## 3142    BL_Fangirl34          712      TRUE     FALSE         <NA>        <NA>
## 3143  iamshubham6060           17      TRUE     FALSE         <NA>        <NA>
## 3144    BL_Fangirl34          262      TRUE     FALSE         <NA>        <NA>
## 3145    BL_Fangirl34          254      TRUE     FALSE         <NA>        <NA>
## 3146    BL_Fangirl34          150      TRUE     FALSE         <NA>        <NA>
## 3147         _woawps           39      TRUE     FALSE         <NA>        <NA>
## 3148        2000cbbc         2675      TRUE     FALSE         <NA>        <NA>
## 3149     InSomnia756          256      TRUE     FALSE         <NA>        <NA>
## 3150    RichVoorhees           20      TRUE     FALSE         <NA>        <NA>
## 3151  Chrizkhalifa21           44      TRUE     FALSE         <NA>        <NA>
## 3152 directorpegasus           77      TRUE     FALSE         <NA>        <NA>
## 3153       vesperbay         2675      TRUE     FALSE         <NA>        <NA>
## 3154    HopeWorld_96         2675      TRUE     FALSE         <NA>        <NA>
## 3155      delocks_ng           44      TRUE     FALSE         <NA>        <NA>
## 3156       bl_jaguar        15792      TRUE     FALSE         <NA>        <NA>
## 3157     _disgrace__            0     FALSE     FALSE         <NA>        <NA>
## 3158  stellarwonwoo_           21      TRUE     FALSE         <NA>        <NA>
## 3159         2kasa00           77      TRUE     FALSE         <NA>        <NA>
## 3160      Jlockport2            0     FALSE     FALSE         <NA>        <NA>
## 3161        KauguyaC          105      TRUE     FALSE         <NA>        <NA>
## 3162      lowe78jcjn            0     FALSE     FALSE         <NA>        <NA>
## 3163      Pappy_Wrld           44      TRUE     FALSE         <NA>        <NA>
## 3164        Bl_ckkky            0     FALSE     FALSE         <NA>        <NA>
## 3165      bl__suarez        49204      TRUE     FALSE         <NA>        <NA>
## 3166        drearmie           48      TRUE     FALSE         <NA>        <NA>
## 3167      bl__suarez        41328      TRUE     FALSE         <NA>        <NA>
## 3168    Aleena_Bano1            0     FALSE     FALSE         <NA>        <NA>
## 3169    SuSuExplorer            0     FALSE     FALSE         <NA>        <NA>
## 3170         CKohiii         2675      TRUE     FALSE         <NA>        <NA>
## 3171      bl__suarez        10413      TRUE     FALSE         <NA>        <NA>
## 3172      bl__suarez        10592      TRUE     FALSE         <NA>        <NA>
## 3173      bl__suarez         1545      TRUE     FALSE         <NA>        <NA>
## 3174 xsnugglestruthx          256      TRUE     FALSE         <NA>        <NA>
## 3175      bl__suarez        30783      TRUE     FALSE         <NA>        <NA>
## 3176        raceraot            0     FALSE     FALSE         <NA>        <NA>
## 3177      bl__suarez         2286      TRUE     FALSE         <NA>        <NA>
## 3178      bl__suarez        39473      TRUE     FALSE         <NA>        <NA>
## 3179      boyslovetv            4     FALSE     FALSE         <NA>        <NA>
## 3180       lethia_bl          817      TRUE     FALSE         <NA>        <NA>
## 3181  apollosynthius         2675      TRUE     FALSE         <NA>        <NA>
## 3182  pessimisticboi         2675      TRUE     FALSE         <NA>        <NA>
## 3183   prettykimchii          256      TRUE     FALSE         <NA>        <NA>
## 3184      punzovlogz          256      TRUE     FALSE         <NA>        <NA>
## 3185     nicolaspjow            0     FALSE     FALSE         <NA>        <NA>
## 3186          costxo           48      TRUE     FALSE         <NA>        <NA>
## 3187        Lummiey_           44      TRUE     FALSE         <NA>        <NA>
## 3188         AjFilly           44      TRUE     FALSE         <NA>        <NA>
## 3189      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 3190  leannon96vmbxk            0     FALSE     FALSE         <NA>        <NA>
## 3191 fuckuropinionBL          256      TRUE     FALSE         <NA>        <NA>
## 3192 _Reedahbabyyy28           44      TRUE     FALSE         <NA>        <NA>
## 3193     Zhongchitxt            0     FALSE     FALSE         <NA>        <NA>
## 3194  annabelle_leng            0     FALSE     FALSE         <NA>        <NA>
## 3195       abruti_bl           10      TRUE     FALSE         <NA>        <NA>
## 3196          kjzorp         2675      TRUE     FALSE         <NA>        <NA>
## 3197   OneSecTweeted            0     FALSE     FALSE         <NA>        <NA>
## 3198    Thai_BL_Aika          278      TRUE     FALSE         <NA>        <NA>
## 3199    Mr_Gods_will           44      TRUE     FALSE         <NA>        <NA>
## 3200        cerezaii           77      TRUE     FALSE         <NA>        <NA>
## 3201   sgtboogaranan         2675      TRUE     FALSE         <NA>        <NA>
## 3202       deez_ease         3139      TRUE     FALSE         <NA>        <NA>
## 3203     shesabonbon            0     FALSE     FALSE         <NA>        <NA>
## 3204    jmoreno_1978           15      TRUE     FALSE         <NA>        <NA>
## 3205       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 3206     Pegasus_szn           44      TRUE     FALSE         <NA>        <NA>
## 3207        day6real          100      TRUE     FALSE         <NA>        <NA>
## 3208      SuharlizaH           18      TRUE     FALSE         <NA>        <NA>
## 3209      bl_artcult            1     FALSE     FALSE         <NA>        <NA>
## 3210   BL_x_addicted          632      TRUE     FALSE         <NA>        <NA>
## 3211  NemesioMichael            0     FALSE     FALSE         <NA>        <NA>
## 3212      MoxxxieChu            0     FALSE     FALSE         <NA>        <NA>
## 3213    EseTweeter57         2675      TRUE     FALSE         <NA>        <NA>
## 3214  VegasPeteLover            0     FALSE     FALSE         <NA>        <NA>
## 3215        uhimnoel            0     FALSE     FALSE         <NA>        <NA>
## 3216         jaywawk            0     FALSE     FALSE         <NA>        <NA>
## 3217        zhujnyo1         1104      TRUE     FALSE         <NA>        <NA>
## 3218    Rollaka_cchi           77      TRUE     FALSE         <NA>        <NA>
## 3219   naniwaluckybi          256      TRUE     FALSE         <NA>        <NA>
## 3220 Its_The_Barbies            4     FALSE     FALSE         <NA>        <NA>
## 3221     4funkypillz            0     FALSE     FALSE         <NA>        <NA>
## 3222 shaurya33401852            0     FALSE     FALSE         <NA>        <NA>
## 3223       Mac_daves           44      TRUE     FALSE         <NA>        <NA>
## 3224       akemishka            0     FALSE     FALSE         <NA>        <NA>
## 3225 crossbelladonna         2675      TRUE     FALSE         <NA>        <NA>
## 3226         takorow            0     FALSE     FALSE         <NA>        <NA>
## 3227        bl__bts_           39      TRUE     FALSE         <NA>        <NA>
## 3228         Jea_lly           48      TRUE     FALSE         <NA>        <NA>
## 3229      bl_ue_sky_          241      TRUE     FALSE         <NA>        <NA>
## 3230 NikiLeSunshine1            2      TRUE     FALSE         <NA>        <NA>
## 3231     MoonCottage           16      TRUE     FALSE         <NA>        <NA>
## 3232     BrotherRemi           44      TRUE     FALSE         <NA>        <NA>
## 3233      Mccrimmons            9      TRUE     FALSE         <NA>        <NA>
## 3234     _Blessing_b           44      TRUE     FALSE         <NA>        <NA>
## 3235    iamfreshice1           44      TRUE     FALSE         <NA>        <NA>
## 3236    PRNewswireIL            0     FALSE     FALSE         <NA>        <NA>
## 3237   heathcoteyntc            0     FALSE     FALSE         <NA>        <NA>
## 3238    akunbacaazey           25      TRUE     FALSE         <NA>        <NA>
## 3239      shawolworm            0     FALSE     FALSE         <NA>        <NA>
## 3240   bl_aficionado         1195      TRUE     FALSE         <NA>        <NA>
## 3241     gennaro97ox            0     FALSE     FALSE         <NA>        <NA>
## 3242        bl__swan            0     FALSE     FALSE         <NA>        <NA>
## 3243        bl__swan            0     FALSE     FALSE         <NA>        <NA>
## 3244   BelindaGray20            3      TRUE     FALSE         <NA>        <NA>
## 3245       maiden564            2      TRUE     FALSE         <NA>        <NA>
## 3246        bl__swan            0     FALSE     FALSE         <NA>        <NA>
## 3247 yizhan10050805x            0     FALSE     FALSE         <NA>        <NA>
## 3248      hxruhxtakx          264      TRUE     FALSE         <NA>        <NA>
## 3249    LibraryArden            3     FALSE     FALSE         <NA>        <NA>
## 3250   bl_aficionado         4575      TRUE     FALSE         <NA>        <NA>
## 3251       miyunabeb            1     FALSE     FALSE         <NA>        <NA>
## 3252    BL_continent            1     FALSE     FALSE         <NA>        <NA>
## 3253     Bl_Troyanda         1046      TRUE     FALSE         <NA>        <NA>
## 3254       _bl_yaoi_            0     FALSE     FALSE         <NA>        <NA>
## 3255     slothingsyl            7      TRUE     FALSE         <NA>        <NA>
## 3256         bl_swyq          500      TRUE     FALSE         <NA>        <NA>
## 3257        florr_bl        15754      TRUE     FALSE         <NA>        <NA>
## 3258         Viva58L            0     FALSE     FALSE         <NA>        <NA>
## 3259        jeroosan            0     FALSE     FALSE         <NA>        <NA>
## 3260      MinAgustDt          273      TRUE     FALSE         <NA>        <NA>
## 3261    hoe_for2dmen            3      TRUE     FALSE         <NA>        <NA>
## 3262     Bl_Troyanda           17      TRUE     FALSE         <NA>        <NA>
## 3263       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 3264        bl_is_O2         2627      TRUE     FALSE         <NA>        <NA>
## 3265       Etim007et           65      TRUE     FALSE         <NA>        <NA>
## 3266        soboksob            0     FALSE     FALSE         <NA>        <NA>
## 3267         MKBang3            1      TRUE     FALSE         <NA>        <NA>
## 3268    eduardo_djcz          256      TRUE     FALSE         <NA>        <NA>
## 3269    Vanguard_way            2      TRUE     FALSE         <NA>        <NA>
## 3270          BL_ncp          856      TRUE     FALSE         <NA>        <NA>
## 3271      flw3rseok_          256      TRUE     FALSE         <NA>        <NA>
## 3272 peaceandloveszd          256      TRUE     FALSE         <NA>        <NA>
## 3273    BL_continent          405      TRUE     FALSE         <NA>        <NA>
## 3274          Nfuse5           48      TRUE     FALSE         <NA>        <NA>
## 3275     Bl_Troyanda          453      TRUE     FALSE         <NA>        <NA>
## 3276 bl_enthusiastic          316      TRUE     FALSE         <NA>        <NA>
## 3277    Vanguard_way            2     FALSE     FALSE         <NA>        <NA>
## 3278          BL_ncp         1645      TRUE     FALSE         <NA>        <NA>
## 3279    Aleena_Bano1            0     FALSE     FALSE         <NA>        <NA>
## 3280    thomasarusli            0     FALSE     FALSE         <NA>        <NA>
## 3281        bl__bts_          120      TRUE     FALSE         <NA>        <NA>
## 3282      sinthsizer           77      TRUE     FALSE         <NA>        <NA>
## 3283    OtomeTweeter            1      TRUE     FALSE         <NA>        <NA>
## 3284   whatchanloves            0     FALSE     FALSE         <NA>        <NA>
## 3285 yizhan10050805x            0     FALSE     FALSE         <NA>        <NA>
## 3286      __meowqing         2675      TRUE     FALSE         <NA>        <NA>
## 3287       monophirc            0     FALSE     FALSE         <NA>        <NA>
## 3288     340678002x9         2675      TRUE     FALSE         <NA>        <NA>
## 3289         bl_swyq         1394      TRUE     FALSE         <NA>        <NA>
## 3290          kkitew            0     FALSE     FALSE         <NA>        <NA>
## 3291     xxx_bl_xxx1            0     FALSE     FALSE         <NA>        <NA>
## 3292     2Ha__ranwan            0     FALSE     FALSE         <NA>        <NA>
## 3293         kyum_89           91      TRUE     FALSE         <NA>        <NA>
## 3294         bl_1510         7836      TRUE     FALSE         <NA>        <NA>
## 3295  NaiveAndHonest            0     FALSE     FALSE         <NA>        <NA>
## 3296       woopatron         2675      TRUE     FALSE         <NA>        <NA>
## 3297     mania_th_bl            0     FALSE     FALSE         <NA>        <NA>
## 3298       okodukai7            0     FALSE     FALSE         <NA>        <NA>
## 3299 Nithiya76108176          115      TRUE     FALSE         <NA>        <NA>
## 3300       chee_lks1            6      TRUE     FALSE         <NA>        <NA>
## 3301       PSineneng            0     FALSE     FALSE         <NA>        <NA>
## 3302         bl_swyq          234      TRUE     FALSE         <NA>        <NA>
## 3303        Jeonce07            0     FALSE     FALSE         <NA>        <NA>
## 3304      candyBLoey            0     FALSE     FALSE         <NA>        <NA>
## 3305      BL_Scenery            0     FALSE     FALSE         <NA>        <NA>
## 3306      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 3307 SachinS42119943          115      TRUE     FALSE         <NA>        <NA>
## 3308    Stingray_018           17      TRUE     FALSE         <NA>        <NA>
## 3309         hvaryun            0     FALSE     FALSE         <NA>        <NA>
## 3310       tinker_bl        41328      TRUE     FALSE         <NA>        <NA>
## 3311     mania_th_bl            0     FALSE     FALSE         <NA>        <NA>
## 3312      virtjinwoo           17      TRUE     FALSE         <NA>        <NA>
## 3313        bl__erry            5      TRUE     FALSE         <NA>        <NA>
## 3314        bl__erry           24      TRUE     FALSE         <NA>        <NA>
## 3315       tinker_bl        39473      TRUE     FALSE         <NA>        <NA>
## 3316         w3iying            0     FALSE     FALSE         <NA>        <NA>
## 3317   beatriceyoon_           91      TRUE     FALSE         <NA>        <NA>
## 3318 Rcverma01568575           17      TRUE     FALSE         <NA>        <NA>
## 3319  hOwlsAddicted_           10      TRUE     FALSE         <NA>        <NA>
## 3320        bl__erry            9      TRUE     FALSE         <NA>        <NA>
## 3321      Bgmgoodday            0     FALSE     FALSE         <NA>        <NA>
## 3322   glissadefface            0     FALSE     FALSE         <NA>        <NA>
## 3323      piyochi_bl         6178      TRUE     FALSE         <NA>        <NA>
## 3324    chara_chu415           77      TRUE     FALSE         <NA>        <NA>
## 3325       _bl_yaoi_            0     FALSE     FALSE         <NA>        <NA>
## 3326     happy166801            0     FALSE     FALSE         <NA>        <NA>
## 3327 bl_enthusiastic         7906      TRUE     FALSE         <NA>        <NA>
## 3328         WRandle            0     FALSE     FALSE         <NA>        <NA>
## 3329   bl_aficionado          221      TRUE     FALSE         <NA>        <NA>
## 3330  ASOMBREREVERIE            2      TRUE     FALSE         <NA>        <NA>
## 3331    VIEmediaNEWS            0     FALSE     FALSE         <NA>        <NA>
## 3332  starringwonder           77      TRUE     FALSE         <NA>        <NA>
## 3333     heymilelove            0     FALSE     FALSE         <NA>        <NA>
## 3334      KristiWonk            0     FALSE     FALSE         <NA>        <NA>
## 3335      bingkaffei           48      TRUE     FALSE         <NA>        <NA>
## 3336   SP4CEP4RASITE            0     FALSE     FALSE         <NA>        <NA>
## 3337  SinnersRevelry            2      TRUE     FALSE         <NA>        <NA>
## 3338   bl_aficionado          107      TRUE     FALSE         <NA>        <NA>
## 3339 Isabell38428319            0     FALSE     FALSE         <NA>        <NA>
## 3340 thebottomlounge            1     FALSE     FALSE         <NA>        <NA>
## 3341        ninajiah           55      TRUE     FALSE         <NA>        <NA>
## 3342      forevermfy           77      TRUE     FALSE         <NA>        <NA>
## 3343 thebottomlounge            1     FALSE     FALSE         <NA>        <NA>
## 3344   whatchanloves            0     FALSE     FALSE         <NA>        <NA>
## 3345    demenmewgulf            9      TRUE     FALSE         <NA>        <NA>
## 3346        Scarlyya            1     FALSE     FALSE         <NA>        <NA>
## 3347     BL_newsroom            0     FALSE     FALSE         <NA>        <NA>
## 3348       ChihiroXP         2675      TRUE     FALSE         <NA>        <NA>
## 3349      bluvrmgnie          256      TRUE     FALSE         <NA>        <NA>
## 3350    BL_continent          599      TRUE     FALSE         <NA>        <NA>
## 3351 abiramidevi3096          115      TRUE     FALSE         <NA>        <NA>
## 3352           6C_BL            0     FALSE     FALSE         <NA>        <NA>
## 3353         Lemmmy_            0     FALSE     FALSE         <NA>        <NA>
## 3354  quesaborluksas          256      TRUE     FALSE         <NA>        <NA>
## 3355     Bl_Troyanda          102      TRUE     FALSE         <NA>        <NA>
## 3356     Nnattavvin1           55      TRUE     FALSE         <NA>        <NA>
## 3357    ClmBlckThght            0     FALSE     FALSE         <NA>        <NA>
## 3358       ChoccyArt           77      TRUE     FALSE         <NA>        <NA>
## 3359  kisekianything            2     FALSE     FALSE         <NA>        <NA>
## 3360        bl__swan            1      TRUE     FALSE         <NA>        <NA>
## 3361    purple991166           67      TRUE     FALSE         <NA>        <NA>
## 3362     SungSavEvel            0     FALSE     FALSE         <NA>        <NA>
## 3363    GopaliYojana            0     FALSE     FALSE         <NA>        <NA>
## 3364      dare_darou          243      TRUE     FALSE         <NA>        <NA>
## 3365     AidilRizall          256      TRUE     FALSE         <NA>        <NA>
## 3366       sdiproMRG            0     FALSE     FALSE         <NA>        <NA>
## 3367       WorldNfts            0     FALSE     FALSE         <NA>        <NA>
## 3368        bl__swan          253      TRUE     FALSE         <NA>        <NA>
## 3369    NekoRosaline            5      TRUE     FALSE         <NA>        <NA>
## 3370  queertangerine            2      TRUE     FALSE         <NA>        <NA>
## 3371        PS5_BOTs            1      TRUE     FALSE         <NA>        <NA>
## 3372 bl_enthusiastic        11103      TRUE     FALSE         <NA>        <NA>
## 3373        bl__swan          271      TRUE     FALSE         <NA>        <NA>
## 3374        bl__swan          586      TRUE     FALSE         <NA>        <NA>
## 3375        bl__swan          605      TRUE     FALSE         <NA>        <NA>
## 3376       iloveps_5            1     FALSE     FALSE         <NA>        <NA>
## 3377        bl__swan          216      TRUE     FALSE         <NA>        <NA>
## 3378        bl__swan          575      TRUE     FALSE         <NA>        <NA>
## 3379      ruikasarot           77      TRUE     FALSE         <NA>        <NA>
## 3380    BL_Hatcher14        13440      TRUE     FALSE         <NA>        <NA>
## 3381    all4b2utyful          256      TRUE     FALSE         <NA>        <NA>
## 3382 bl_enthusiastic         1894      TRUE     FALSE         <NA>        <NA>
## 3383 YayukMulawati91            9      TRUE     FALSE         <NA>        <NA>
## 3384 global_bl_forum            0     FALSE     FALSE         <NA>        <NA>
## 3385         mang_BL         1988      TRUE     FALSE         <NA>        <NA>
## 3386        madu_rcj           35      TRUE     FALSE         <NA>        <NA>
## 3387    KatalinaOoma            0     FALSE     FALSE         <NA>        <NA>
## 3388     mania_th_bl            0     FALSE     FALSE         <NA>        <NA>
## 3389 narakura_haruka            0     FALSE     FALSE         <NA>        <NA>
## 3390         _Ro_Bl_         2692      TRUE     FALSE         <NA>        <NA>
## 3391 sillygroovycool            0     FALSE     FALSE         <NA>        <NA>
## 3392        IsSaeran           77      TRUE     FALSE         <NA>        <NA>
## 3393        Astro_BL           36      TRUE     FALSE         <NA>        <NA>
## 3394   OneSecTweeted            0     FALSE     FALSE         <NA>        <NA>
## 3395        Dan_Yure          243      TRUE     FALSE         <NA>        <NA>
## 3396      The_Steph_            1     FALSE     FALSE         <NA>        <NA>
## 3397     dr_y_bl_ack            4      TRUE     FALSE         <NA>        <NA>
## 3398    KatalinaOoma            3      TRUE     FALSE         <NA>        <NA>
## 3399      dimples039           55      TRUE     FALSE         <NA>        <NA>
## 3400     dr_y_bl_ack            0     FALSE     FALSE         <NA>        <NA>
## 3401     Alittlepo02           63      TRUE     FALSE         <NA>        <NA>
## 3402  WordsworthGras            4      TRUE     FALSE         <NA>        <NA>
## 3403       tinker_bl        49204      TRUE     FALSE         <NA>        <NA>
## 3404 renaissance0426            0     FALSE     FALSE         <NA>        <NA>
## 3405 satterfieldufmt            0     FALSE     FALSE         <NA>        <NA>
## 3406      yourlouvre            0     FALSE     FALSE         <NA>        <NA>
## 3407          exc_xx            2     FALSE     FALSE         <NA>        <NA>
## 3408 UprightSpeedway            1      TRUE     FALSE         <NA>        <NA>
## 3409         Jerr_BL            0     FALSE     FALSE         <NA>        <NA>
## 3410          Rv3__0            0     FALSE     FALSE         <NA>        <NA>
## 3411 20one_nnattawin           65      TRUE     FALSE         <NA>        <NA>
## 3412     Enrum_Thala          115      TRUE     FALSE         <NA>        <NA>
## 3413        Wentasch            0     FALSE     FALSE         <NA>        <NA>
## 3414      bl_cobpeps            0     FALSE     FALSE         <NA>        <NA>
## 3415       sketchkun            0     FALSE     FALSE         <NA>        <NA>
## 3416      aamxfamily           16      TRUE     FALSE         <NA>        <NA>
## 3417    Johanna2717_            0     FALSE     FALSE         <NA>        <NA>
## 3418         feilpjb            0     FALSE     FALSE         <NA>        <NA>
## 3419  BlackPearl1301            3     FALSE     FALSE         <NA>        <NA>
## 3420  yukari_2006_BL        10489      TRUE     FALSE         <NA>        <NA>
## 3421     thompsonlnw            0     FALSE     FALSE         <NA>        <NA>
## 3422       amienanan           77      TRUE     FALSE         <NA>        <NA>
## 3423    kamikazee333            0     FALSE     FALSE         <NA>        <NA>
## 3424         kagshou           77      TRUE     FALSE         <NA>        <NA>
## 3425 thewrestlingvhs            0     FALSE     FALSE         <NA>        <NA>
## 3426  AndresHunter04            0     FALSE     FALSE         <NA>        <NA>
## 3427        emusakis           77      TRUE     FALSE         <NA>        <NA>
## 3428     MarksAwards            4     FALSE     FALSE         <NA>        <NA>
## 3429     mintcandyz_          243      TRUE     FALSE         <NA>        <NA>
## 3430     mania_th_bl            0     FALSE     FALSE         <NA>        <NA>
## 3431        NuNid_22           63      TRUE     FALSE         <NA>        <NA>
## 3432      KacaPedang           10      TRUE     FALSE         <NA>        <NA>
## 3433  ruikasatruther           77      TRUE     FALSE         <NA>        <NA>
## 3434   chetan_sankhe            2      TRUE     FALSE         <NA>        <NA>
## 3435    littleduck79            9      TRUE     FALSE         <NA>        <NA>
## 3436    capybaracals            0     FALSE     FALSE         <NA>        <NA>
## 3437   OneSecTweeted            0     FALSE     FALSE         <NA>        <NA>
## 3438    ViridisRylie           77      TRUE     FALSE         <NA>        <NA>
## 3439     ot7_lover03            7      TRUE     FALSE         <NA>        <NA>
## 3440    oona_paredes           23      TRUE     FALSE         <NA>        <NA>
## 3441 AltaAufderhar41            0     FALSE     FALSE         <NA>        <NA>
## 3442 wp4ECIGml2Ea3ji           67      TRUE     FALSE         <NA>        <NA>
## 3443   OneSecTweeted            0     FALSE     FALSE         <NA>        <NA>
## 3444 wp4ECIGml2Ea3ji          124      TRUE     FALSE         <NA>        <NA>
## 3445    lemonyogurts            0     FALSE     FALSE         <NA>        <NA>
## 3446      jaeeeyoong          100      TRUE     FALSE         <NA>        <NA>
## 3447       A_BL_Simp            0     FALSE     FALSE         <NA>        <NA>
## 3448     TToya_hails           63      TRUE     FALSE         <NA>        <NA>
## 3449       clownx_bl           18      TRUE     FALSE         <NA>        <NA>
## 3450        NGTN2609            0     FALSE     FALSE         <NA>        <NA>
## 3451 _Messimerizing_            0     FALSE     FALSE         <NA>        <NA>
## 3452        Anass_BL            0     FALSE     FALSE         <NA>        <NA>
## 3453   Charles912009            6      TRUE     FALSE         <NA>        <NA>
## 3454      mingyufish            0     FALSE     FALSE         <NA>        <NA>
## 3455   stuck_inabook           18      TRUE     FALSE         <NA>        <NA>
## 3456       clownx_bl         9725      TRUE     FALSE         <NA>        <NA>
## 3457       clownx_bl         8693      TRUE     FALSE         <NA>        <NA>
## 3458      sfayyoongi            0     FALSE     FALSE         <NA>        <NA>
## 3459    MyArt_inLove           16      TRUE     FALSE         <NA>        <NA>
## 3460  yukari_2006_BL          283      TRUE     FALSE         <NA>        <NA>
## 3461       clownx_bl           13      TRUE     FALSE         <NA>        <NA>
## 3462        lop_nita            5      TRUE     FALSE         <NA>        <NA>
## 3463         CeSPat2            0     FALSE     FALSE         <NA>        <NA>
## 3464      caesergray            0     FALSE     FALSE         <NA>        <NA>
## 3465       j_w_baker           10      TRUE     FALSE         <NA>        <NA>
## 3466         bl_anng        16879      TRUE     FALSE         <NA>        <NA>
## 3467 flipkartsupport            0     FALSE     FALSE         <NA>        <NA>
## 3468       furazhong            1      TRUE     FALSE         <NA>        <NA>
## 3469   blockstart_eu            1      TRUE     FALSE         <NA>        <NA>
## 3470    1998Milkmilk           63      TRUE     FALSE         <NA>        <NA>
## 3471 CarlaMa23868819            2      TRUE     FALSE         <NA>        <NA>
## 3472   BL_x_addicted           54      TRUE     FALSE         <NA>        <NA>
## 3473       abruti_bl          497      TRUE     FALSE         <NA>        <NA>
## 3474   BL_x_addicted          805      TRUE     FALSE         <NA>        <NA>
## 3475         jae_myy            0     FALSE     FALSE         <NA>        <NA>
## 3476      BunkoGenki           77      TRUE     FALSE         <NA>        <NA>
## 3477       ninabake2            0     FALSE     FALSE         <NA>        <NA>
## 3478  vampireesasuke         2675      TRUE     FALSE         <NA>        <NA>
## 3479       clownx_bl           10      TRUE     FALSE         <NA>        <NA>
## 3480    PoPo89736213           63      TRUE     FALSE         <NA>        <NA>
## 3481      ssyazwanaa            1      TRUE     FALSE         <NA>        <NA>
## 3482       abruti_bl          953      TRUE     FALSE         <NA>        <NA>
## 3483        bl__swan          746      TRUE     FALSE         <NA>        <NA>
## 3484   classicurluve           17      TRUE     FALSE         <NA>        <NA>
## 3485         Natch4n          243      TRUE     FALSE         <NA>        <NA>
## 3486       artemiizu           77     FALSE     FALSE         <NA>        <NA>
## 3487      pAIperdoll            3      TRUE     FALSE         <NA>        <NA>
## 3488   SpaceValveGuy            0     FALSE     FALSE         <NA>        <NA>
## 3489      Joachim_bl            0     FALSE     FALSE         <NA>        <NA>
## 3490       abruti_bl            6      TRUE     FALSE         <NA>        <NA>
## 3491      pAIperdoll            2      TRUE     FALSE         <NA>        <NA>
## 3492         MKBang3            0     FALSE     FALSE         <NA>        <NA>
## 3493        lapakden          401      TRUE     FALSE         <NA>        <NA>
## 3494        tyzkdlin          256      TRUE     FALSE         <NA>        <NA>
## 3495      Mialuana13          100      TRUE     FALSE         <NA>        <NA>
## 3496        Dago_mon            0     FALSE     FALSE         <NA>        <NA>
## 3497    stefanyonly_            0     FALSE     FALSE         <NA>        <NA>
## 3498       clownx_bl         1857      TRUE     FALSE         <NA>        <NA>
## 3499     Bl_ueTe_ars         2662      TRUE     FALSE         <NA>        <NA>
## 3500    Stayforskz15          256      TRUE     FALSE         <NA>        <NA>
## 3501       clownx_bl          689      TRUE     FALSE         <NA>        <NA>
## 3502   amantedel__bl            6      TRUE     FALSE         <NA>        <NA>
## 3503 confusedcharlot           11      TRUE     FALSE         <NA>        <NA>
## 3504      girlritual         2675      TRUE     FALSE         <NA>        <NA>
## 3505       sombra_bl         2496      TRUE     FALSE         <NA>        <NA>
## 3506      OnyxeBlade            0     FALSE     FALSE         <NA>        <NA>
## 3507      rainykalei           21      TRUE     FALSE         <NA>        <NA>
## 3508          Bl_anc         4659      TRUE     FALSE         <NA>        <NA>
## 3509     xiaoxi11580            9      TRUE     FALSE         <NA>        <NA>
## 3510      pAIperdoll            1      TRUE     FALSE         <NA>        <NA>
## 3511       ClyBriana           55      TRUE     FALSE         <NA>        <NA>
## 3512  giornos_garden         2675      TRUE     FALSE         <NA>        <NA>
## 3513    imvaahhh_412            9     FALSE     FALSE         <NA>        <NA>
## 3514    soundslikeaa            0     FALSE     FALSE         <NA>        <NA>
## 3515   sofhi_maulida            0     FALSE     FALSE         <NA>        <NA>
## 3516  pinkforestflow            0     FALSE     FALSE         <NA>        <NA>
## 3517       abruti_bl           19      TRUE     FALSE         <NA>        <NA>
## 3518      pAIperdoll            2      TRUE     FALSE         <NA>        <NA>
## 3519        DerossiS            6      TRUE     FALSE         <NA>        <NA>
## 3520     Kaisr_eth29            0     FALSE     FALSE         <NA>        <NA>
## 3521      bookforce_            0     FALSE     FALSE         <NA>        <NA>
## 3522         G_Bl_Cu         9962      TRUE     FALSE         <NA>        <NA>
## 3523    jewelwidgets            0     FALSE     FALSE         <NA>        <NA>
## 3524         xhookez         2675      TRUE     FALSE         <NA>        <NA>
## 3525 MileApoCambodia           55      TRUE     FALSE         <NA>        <NA>
## 3526      silverwind          243      TRUE     FALSE         <NA>        <NA>
## 3527     xmin_hoonsx          256      TRUE     FALSE         <NA>        <NA>
## 3528       beansxooo          256      TRUE     FALSE         <NA>        <NA>
## 3529     tsumetikkul          256      TRUE     FALSE         <NA>        <NA>
## 3530   SushmaJansari            0     FALSE     FALSE         <NA>        <NA>
## 3531    alialsaede22            0     FALSE     FALSE         <NA>        <NA>
## 3532      panther_BL            0     FALSE     FALSE         <NA>        <NA>
## 3533      okon77qhih            0     FALSE     FALSE         <NA>        <NA>
## 3534   timothyjeon23          256      TRUE     FALSE         <NA>        <NA>
## 3535     bkpp_mint24          388      TRUE     FALSE         <NA>        <NA>
## 3536      panther_BL            0     FALSE     FALSE         <NA>        <NA>
## 3537      dzonershow           30      TRUE     FALSE         <NA>        <NA>
## 3538   bxetherealox_           55      TRUE     FALSE         <NA>        <NA>
## 3539       xRecchanx         2675      TRUE     FALSE         <NA>        <NA>
## 3540     bkpp_mint24          176      TRUE     FALSE         <NA>        <NA>
## 3541     withHaecvan           17      TRUE     FALSE         <NA>        <NA>
## 3542    BL_Fangirl34          210      TRUE     FALSE         <NA>        <NA>
## 3543        soboksob            0     FALSE     FALSE         <NA>        <NA>
## 3544    BL_Fangirl34          632      TRUE     FALSE         <NA>        <NA>
## 3545     TimoFreeman            0     FALSE     FALSE         <NA>        <NA>
## 3546          bl_389           82      TRUE     FALSE         <NA>        <NA>
## 3547    BL_Fangirl34          540      TRUE     FALSE         <NA>        <NA>
## 3548 apolloinjustice         2675      TRUE     FALSE         <NA>        <NA>
## 3549       abruti_bl         1600      TRUE     FALSE         <NA>        <NA>
## 3550      saebitboys          256     FALSE     FALSE         <NA>        <NA>
## 3551    mile_apoEast           55      TRUE     FALSE         <NA>        <NA>
## 3552   HumanshuMisra            0     FALSE     FALSE         <NA>        <NA>
## 3553  DProgrammeclub            0     FALSE     FALSE         <NA>        <NA>
## 3554       abruti_bl           78      TRUE     FALSE         <NA>        <NA>
## 3555      mileapo_ko           55      TRUE     FALSE         <NA>        <NA>
## 3556        pavikaa2           25      TRUE     FALSE         <NA>        <NA>
## 3557       gayartdad         2675      TRUE     FALSE         <NA>        <NA>
## 3558    BL_Fangirl34          342      TRUE     FALSE         <NA>        <NA>
## 3559      wooziiness            0     FALSE     FALSE         <NA>        <NA>
## 3560          xblnki            1      TRUE     FALSE         <NA>        <NA>
## 3561     mytruongrex           71      TRUE     FALSE         <NA>        <NA>
## 3562  BL_Tm_Enthalpy            0     FALSE     FALSE         <NA>        <NA>
## 3563          xblnki           22      TRUE     FALSE         <NA>        <NA>
## 3564      J255943731          100      TRUE     FALSE         <NA>        <NA>
## 3565    HereByGrace1            0     FALSE     FALSE         <NA>        <NA>
## 3566       beemelyum            0     FALSE     FALSE         <NA>        <NA>
## 3567          bl_389          740      TRUE     FALSE         <NA>        <NA>
## 3568       mylifezjm            0     FALSE     FALSE         <NA>        <NA>
## 3569      ajiela8144            1     FALSE     FALSE         <NA>        <NA>
## 3570         Przzz16            0     FALSE     FALSE         <NA>        <NA>
## 3571          xblnki           17      TRUE     FALSE         <NA>        <NA>
## 3572       NercissaA           55      TRUE     FALSE         <NA>        <NA>
## 3573          bl_389          160      TRUE     FALSE         <NA>        <NA>
## 3574   AdoredGehenna            0     FALSE     FALSE         <NA>        <NA>
## 3575    MyNameIsRaen            0     FALSE     FALSE         <NA>        <NA>
## 3576         jae_myy            0     FALSE     FALSE         <NA>        <NA>
## 3577      AamAnusorn           16      TRUE     FALSE         <NA>        <NA>
## 3578   bartell37feuy            0     FALSE     FALSE         <NA>        <NA>
## 3579       harutowh_            1      TRUE     FALSE         <NA>        <NA>
## 3580          bl_389          747      TRUE     FALSE         <NA>        <NA>
## 3581          bl_389          368      TRUE     FALSE         <NA>        <NA>
## 3582      Ada_Palmer            9      TRUE     FALSE         <NA>        <NA>
## 3583    BL_DigiSchol            1     FALSE     FALSE         <NA>        <NA>
## 3584      Lee_bl_luv            5      TRUE     FALSE         <NA>        <NA>
## 3585   AngelMartRod2           14      TRUE     FALSE         <NA>        <NA>
## 3586 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 3587     jyushikobot            0     FALSE     FALSE         <NA>        <NA>
## 3588  SEriA_FloLEncE            0     FALSE     FALSE         <NA>        <NA>
## 3589   tinyfairyhobi         2675      TRUE     FALSE         <NA>        <NA>
## 3590    AnDraoiRuadh            0     FALSE     FALSE         <NA>        <NA>
## 3591      samaa_nnnn         3139      TRUE     FALSE         <NA>        <NA>
## 3592      SareenMomo            4      TRUE     FALSE         <NA>        <NA>
## 3593    muiii__24212           55      TRUE     FALSE         <NA>        <NA>
## 3594     lootplunder            0     FALSE     FALSE         <NA>        <NA>
## 3595     SweetTea_94            1      TRUE     FALSE         <NA>        <NA>
## 3596       chamfrein         2675      TRUE     FALSE         <NA>        <NA>
## 3597      Luve1Build           15      TRUE     FALSE         <NA>        <NA>
## 3598     awestruckie            0     FALSE     FALSE         <NA>        <NA>
## 3599         BL_2889            0     FALSE     FALSE         <NA>        <NA>
## 3600        jizzpiss         2675      TRUE     FALSE         <NA>        <NA>
## 3601          bl_389          572      TRUE     FALSE         <NA>        <NA>
## 3602    Aleena_Bano1            0     FALSE     FALSE         <NA>        <NA>
## 3603         bazluvr         2675      TRUE     FALSE         <NA>        <NA>
## 3604        bl__swan          157      TRUE     FALSE         <NA>        <NA>
## 3605     mania_th_bl            0     FALSE     FALSE         <NA>        <NA>
## 3606     bkpp_mint24          475      TRUE     FALSE         <NA>        <NA>
## 3607     Bl_ueTe_ars          296      TRUE     FALSE         <NA>        <NA>
## 3608   yeahitsprl043            0     FALSE     FALSE         <NA>        <NA>
## 3609        ashhchuu         2675      TRUE     FALSE         <NA>        <NA>
## 3610        Endje_BL            0     FALSE     FALSE         <NA>        <NA>
## 3611      sib_rak_BL            2      TRUE     FALSE         <NA>        <NA>
## 3612       naphat_44          242      TRUE     FALSE         <NA>        <NA>
## 3613       tsoondere         2675      TRUE     FALSE         <NA>        <NA>
## 3614 RossiAtanassova           10     FALSE     FALSE         <NA>        <NA>
## 3615    1998Milkmilk           55      TRUE     FALSE         <NA>        <NA>
## 3616       Kjusanali            0     FALSE     FALSE         <NA>        <NA>
## 3617 Lucifer97166893            0     FALSE     FALSE         <NA>        <NA>
## 3618   Lalalandrama_            1     FALSE     FALSE         <NA>        <NA>
## 3619         bl_swyq        22720      TRUE     FALSE         <NA>        <NA>
## 3620     eva_bl_babe            0     FALSE     FALSE         <NA>        <NA>
## 3621      bl_tiddies           15      TRUE     FALSE         <NA>        <NA>
## 3622         sitya30            0     FALSE     FALSE         <NA>        <NA>
## 3623          MezLo3           65      TRUE     FALSE         <NA>        <NA>
## 3624     miekuahcabe           55      TRUE     FALSE         <NA>        <NA>
## 3625       anjayxion            0     FALSE     FALSE         <NA>        <NA>
## 3626    KamaruddiAbd            2      TRUE     FALSE         <NA>        <NA>
## 3627         wshyiyo           55      TRUE     FALSE         <NA>        <NA>
## 3628       taweesab3           16      TRUE     FALSE         <NA>        <NA>
## 3629 Evelyn088919964           55      TRUE     FALSE         <NA>        <NA>
## 3630  capitalistocto         2675      TRUE     FALSE         <NA>        <NA>
## 3631    MileApoNG_FC           55      TRUE     FALSE         <NA>        <NA>
## 3632        clanky17            4      TRUE     FALSE         <NA>        <NA>
## 3633      Pitdog1000            0     FALSE     FALSE         <NA>        <NA>
## 3634       BJLiss_Bl         1246      TRUE     FALSE         <NA>        <NA>
## 3635   OmahaNebraksa            1      TRUE     FALSE         <NA>        <NA>
## 3636       BJLiss_Bl          519      TRUE     FALSE         <NA>        <NA>
## 3637          bl_pew         1988      TRUE     FALSE         <NA>        <NA>
## 3638  underslowjams_           18      TRUE     FALSE         <NA>        <NA>
## 3639     mightazerie            0     FALSE     FALSE         <NA>        <NA>
## 3640     BL_Y_Single          417      TRUE     FALSE         <NA>        <NA>
## 3641     moose_is_BL            0     FALSE     FALSE         <NA>        <NA>
## 3642 BeyondBeautiful            1     FALSE     FALSE         <NA>        <NA>
## 3643       JeniJen1N            0     FALSE     FALSE         <NA>        <NA>
## 3644    s_onthebeach            0     FALSE     FALSE         <NA>        <NA>
## 3645    SweetHoneyoo            0     FALSE     FALSE         <NA>        <NA>
## 3646         DogHeir           20      TRUE     FALSE         <NA>        <NA>
## 3647     shujinikwan            0     FALSE     FALSE         <NA>        <NA>
## 3648         espkpts           55      TRUE     FALSE         <NA>        <NA>
## 3649   culturedwithM            0     FALSE     FALSE         <NA>        <NA>
## 3650  rewithoutspoon         2675      TRUE     FALSE         <NA>        <NA>
## 3651   ImJustMekaniQ            0     FALSE     FALSE         <NA>        <NA>
## 3652       NeoDeoNut         2675      TRUE     FALSE         <NA>        <NA>
## 3653      ErotemeArt            0     FALSE     FALSE         <NA>        <NA>
## 3654  HyacinthChan27            6      TRUE     FALSE         <NA>        <NA>
## 3655       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 3656        bl_macho         1988      TRUE     FALSE         <NA>        <NA>
## 3657     Bl_ueTe_ars        15160      TRUE     FALSE         <NA>        <NA>
## 3658     GRIDCITY_BL            3      TRUE     FALSE         <NA>        <NA>
## 3659   dogsdontliket            0     FALSE     FALSE         <NA>        <NA>
## 3660     Justvibin98            1     FALSE     FALSE         <NA>        <NA>
## 3661       Jisushika          110      TRUE     FALSE         <NA>        <NA>
## 3662    IndianCrying          128      TRUE     FALSE         <NA>        <NA>
## 3663      youartist_            1      TRUE     FALSE         <NA>        <NA>
## 3664      BL_Scenery            3     FALSE     FALSE         <NA>        <NA>
## 3665    JennyFranck_           55      TRUE     FALSE         <NA>        <NA>
## 3666      youartist_            4      TRUE     FALSE         <NA>        <NA>
## 3667    Sunhye_kyung           30      TRUE     FALSE         <NA>        <NA>
## 3668      youartist_            2      TRUE     FALSE         <NA>        <NA>
## 3669      youartist_            5      TRUE     FALSE         <NA>        <NA>
## 3670      WalterNAFO           41      TRUE     FALSE         <NA>        <NA>
## 3671      youartist_            2      TRUE     FALSE         <NA>        <NA>
## 3672       Arifai777            0     FALSE     FALSE         <NA>        <NA>
## 3673       Arifai777            0     FALSE     FALSE         <NA>        <NA>
## 3674  army_melody_bl          429      TRUE     FALSE         <NA>        <NA>
## 3675    Fashionasti1            0     FALSE     FALSE         <NA>        <NA>
## 3676          ryuk1i         2675      TRUE     FALSE         <NA>        <NA>
## 3677       igord9nce         2675      TRUE     FALSE         <NA>        <NA>
## 3678          03ejbg            0     FALSE     FALSE         <NA>        <NA>
## 3679    matthiannaji            1      TRUE     FALSE         <NA>        <NA>
## 3680        bl__swan         1693      TRUE     FALSE         <NA>        <NA>
## 3681    Framtidsfisk         2675      TRUE     FALSE         <NA>        <NA>
## 3682        sunnyalw            1     FALSE     FALSE         <NA>        <NA>
## 3683     astrorinnie            0     FALSE     FALSE         <NA>        <NA>
## 3684    dreamsofmint           65      TRUE     FALSE         <NA>        <NA>
## 3685      flynn__bot            0     FALSE     FALSE         <NA>        <NA>
## 3686         rinkara            0     FALSE     FALSE         <NA>        <NA>
## 3687   Dodie55826793            0     FALSE     FALSE         <NA>        <NA>
## 3688       soruukia_            0     FALSE     FALSE         <NA>        <NA>
## 3689   rocklotusyeon           55      TRUE     FALSE         <NA>        <NA>
## 3690 the_law_himself           34      TRUE     FALSE         <NA>        <NA>
## 3691   Shooniejoonie         2675      TRUE     FALSE         <NA>        <NA>
## 3692      milehighna           41      TRUE     FALSE         <NA>        <NA>
## 3693   BagkarShradha           17      TRUE     FALSE         <NA>        <NA>
## 3694    nattawinnerr           55      TRUE     FALSE         <NA>        <NA>
## 3695     mania_th_bl            0     FALSE     FALSE         <NA>        <NA>
## 3696  eunhye_mileapo           55      TRUE     FALSE         <NA>        <NA>
## 3697     InSomnia756            0     FALSE     FALSE         <NA>        <NA>
## 3698    Seed84333379         2675      TRUE     FALSE         <NA>        <NA>
## 3699    ChaoticYuki_            0     FALSE     FALSE         <NA>        <NA>
## 3700 ItsMukeshShukla           40      TRUE     FALSE         <NA>        <NA>
## 3701      MileApo_sp           55      TRUE     FALSE         <NA>        <NA>
## 3702  SEriA_FloLEncE            0     FALSE     FALSE         <NA>        <NA>
## 3703     mania_th_bl            0     FALSE     FALSE         <NA>        <NA>
## 3704 flipkartsupport            0     FALSE     FALSE         <NA>        <NA>
## 3705      terryshnij            0     FALSE     FALSE         <NA>        <NA>
## 3706     TimoFreeman           19      TRUE     FALSE         <NA>        <NA>
## 3707     anothernoxy            0     FALSE     FALSE         <NA>        <NA>
## 3708       Lexicon21            0     FALSE     FALSE         <NA>        <NA>
## 3709 Valeriy17015933            0     FALSE     FALSE         <NA>        <NA>
## 3710 AETHERIAIMPERA1           11      TRUE     FALSE         <NA>        <NA>
## 3711       FkGarland            0     FALSE     FALSE         <NA>        <NA>
## 3712 YummyPi42206463            0     FALSE     FALSE         <NA>        <NA>
## 3713       BJLiss_Bl          647      TRUE     FALSE         <NA>        <NA>
## 3714         For__BL          538      TRUE     FALSE         <NA>        <NA>
## 3715    langosh39orv            0     FALSE     FALSE         <NA>        <NA>
## 3716 switchNMJrights            0     FALSE     FALSE         <NA>        <NA>
## 3717      ana_rosner           30      TRUE     FALSE         <NA>        <NA>
## 3718   amantedel__bl           89      TRUE     FALSE         <NA>        <NA>
## 3719        nneonari            0     FALSE     FALSE         <NA>        <NA>
## 3720         mumusu2            0     FALSE     FALSE         <NA>        <NA>
## 3721       Arescheim         2675      TRUE     FALSE         <NA>        <NA>
## 3722   AltheyuhMoves            1     FALSE     FALSE         <NA>        <NA>
## 3723       DAALCHILD            0     FALSE     FALSE         <NA>        <NA>
## 3724       iloveps_5            0     FALSE     FALSE         <NA>        <NA>
## 3725        kato6301           65      TRUE     FALSE         <NA>        <NA>
## 3726   Ned_BillySeng          115      TRUE     FALSE         <NA>        <NA>
## 3727       soruukia_            0     FALSE     FALSE         <NA>        <NA>
## 3728    HerDaddyRevy            0     FALSE     FALSE         <NA>        <NA>
## 3729   imissfaunaUUU         2675      TRUE     FALSE         <NA>        <NA>
## 3730   OneSecTweeted            0     FALSE     FALSE         <NA>        <NA>
## 3731       cissingto           23      TRUE     FALSE         <NA>        <NA>
## 3732       penny123_            0     FALSE     FALSE         <NA>        <NA>
## 3733      lelouchDNI         2675      TRUE     FALSE         <NA>        <NA>
## 3734      aposmiling           65      TRUE     FALSE         <NA>        <NA>
## 3735       lethia_bl         3242      TRUE     FALSE         <NA>        <NA>
## 3736    ym_623_GR_BL          149      TRUE     FALSE         <NA>        <NA>
## 3737 iammisscharlene           21      TRUE     FALSE         <NA>        <NA>
## 3738     SweetTea_94            1      TRUE     FALSE         <NA>        <NA>
## 3739     Rewritten17            0     FALSE     FALSE         <NA>        <NA>
## 3740        toudajew            1      TRUE     FALSE         <NA>        <NA>
## 3741     AidilRizall            2      TRUE     FALSE         <NA>        <NA>
## 3742 LadyGag39600206            4      TRUE     FALSE         <NA>        <NA>
## 3743    ym_623_GR_BL         9076      TRUE     FALSE         <NA>        <NA>
## 3744         _Aera_7            0     FALSE     FALSE         <NA>        <NA>
## 3745        GrapedUp            0     FALSE     FALSE         <NA>        <NA>
## 3746  taizi__dianxia         2675      TRUE     FALSE         <NA>        <NA>
## 3747      Xandervest            0     FALSE     FALSE         <NA>        <NA>
## 3748  Louris51374067            0     FALSE     FALSE         <NA>        <NA>
## 3749          LLLYL4            0     FALSE     FALSE         <NA>        <NA>
## 3750       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 3751        Aiden_bl            0     FALSE     FALSE         <NA>        <NA>
## 3752        nftwithu            0     FALSE     FALSE         <NA>        <NA>
## 3753 OverTheMoonthai            0     FALSE     FALSE         <NA>        <NA>
## 3754         httpgua         2675      TRUE     FALSE         <NA>        <NA>
## 3755        bl__bts_          103      TRUE     FALSE         <NA>        <NA>
## 3756      Gurulalive            0     FALSE     FALSE         <NA>        <NA>
## 3757        florr_bl         2029      TRUE     FALSE         <NA>        <NA>
## 3758     Monathereum            0     FALSE     FALSE         <NA>        <NA>
## 3759        bl__bts_          157      TRUE     FALSE         <NA>        <NA>
## 3760     Monathereum            1      TRUE     FALSE         <NA>        <NA>
## 3761    lazycastelin         2675      TRUE     FALSE         <NA>        <NA>
## 3762     crabnaravit            0     FALSE     FALSE         <NA>        <NA>
## 3763   sofhi_maulida            0     FALSE     FALSE         <NA>        <NA>
## 3764        _gennext            8      TRUE     FALSE         <NA>        <NA>
## 3765        ayamitea           91      TRUE     FALSE         <NA>        <NA>
## 3766      Ximenaa_bl            0     FALSE     FALSE         <NA>        <NA>
## 3767     Bl_Troyanda          103      TRUE     FALSE         <NA>        <NA>
## 3768    MissUniversu            4      TRUE     FALSE         <NA>        <NA>
## 3769      JimohAbudu            0     FALSE     FALSE         <NA>        <NA>
## 3770  brandaktuellat            0     FALSE     FALSE         <NA>        <NA>
## 3771      aliahandra            1      TRUE     FALSE         <NA>        <NA>
## 3772 BTSISMYDNAJUNG1            0     FALSE     FALSE         <NA>        <NA>
## 3773    Jimena_wang3            1     FALSE     FALSE         <NA>        <NA>
## 3774     kidcorepunk         2675      TRUE     FALSE         <NA>        <NA>
## 3775       TOPNewsAT            0     FALSE     FALSE         <NA>        <NA>
## 3776        ayanyoks            1     FALSE     FALSE         <NA>        <NA>
## 3777      KristiWonk            0     FALSE     FALSE         <NA>        <NA>
## 3778    rlyfukntired         2675      TRUE     FALSE         <NA>        <NA>
## 3779    TerenceKerr5           67      TRUE     FALSE         <NA>        <NA>
## 3780  phannipha_2544            6      TRUE     FALSE         <NA>        <NA>
## 3781    effertzxghfk            0     FALSE     FALSE         <NA>        <NA>
## 3782 GianlucaMeschi9            4     FALSE     FALSE         <NA>        <NA>
## 3783         PRproBE            0     FALSE     FALSE         <NA>        <NA>
## 3784     YanShenLing            1      TRUE     FALSE         <NA>        <NA>
## 3785       townezrax            0     FALSE     FALSE         <NA>        <NA>
## 3786    StarboiToxic            0     FALSE     FALSE         <NA>        <NA>
## 3787      darron55jg            0     FALSE     FALSE         <NA>        <NA>
## 3788         BL_BJKV        72767      TRUE     FALSE         <NA>        <NA>
## 3789        deltatre            1     FALSE     FALSE         <NA>        <NA>
## 3790   culturedwithM            0     FALSE     FALSE         <NA>        <NA>
## 3791          Bl_uue            0     FALSE     FALSE         <NA>        <NA>
## 3792     isaberabera            0     FALSE     FALSE         <NA>        <NA>
## 3793 BrylleGonzales3            3      TRUE     FALSE         <NA>        <NA>
## 3794   adamdavidlong            0     FALSE     FALSE         <NA>        <NA>
## 3795       BlazedRTs            2      TRUE     FALSE         <NA>        <NA>
## 3796          Rts_WW            2     FALSE     FALSE         <NA>        <NA>
## 3797         az_chou            0     FALSE     FALSE         <NA>        <NA>
## 3798   amantedel__bl          193      TRUE     FALSE         <NA>        <NA>
## 3799       gr3ath3lm           69      TRUE     FALSE         <NA>        <NA>
## 3800        themyelo            0     FALSE     FALSE         <NA>        <NA>
## 3801 KristallineMish            0     FALSE     FALSE         <NA>        <NA>
## 3802  timblessing101            1     FALSE     FALSE         <NA>        <NA>
## 3803    Yung_TooTall          171      TRUE     FALSE         <NA>        <NA>
## 3804        plain_93           23      TRUE     FALSE         <NA>        <NA>
## 3805    everyone_yuu           21      TRUE     FALSE         <NA>        <NA>
## 3806  pbasilstrength            0     FALSE     FALSE         <NA>        <NA>
## 3807     mins_wonwon           21      TRUE     FALSE         <NA>        <NA>
## 3808    ym_623_GR_BL           25      TRUE     FALSE         <NA>        <NA>
## 3809      BL_Scenery            6     FALSE     FALSE         <NA>        <NA>
## 3810     urlilsunny_            0     FALSE     FALSE         <NA>        <NA>
## 3811  NicholasCrabbe            5      TRUE     FALSE         <NA>        <NA>
## 3812     Rewritten17            0     FALSE     FALSE         <NA>        <NA>
## 3813    jmflower_pms          242      TRUE     FALSE         <NA>        <NA>
## 3814   jack_daniel42            0     FALSE     FALSE         <NA>        <NA>
## 3815        ruestyls            0     FALSE     FALSE         <NA>        <NA>
## 3816     pumkin_hill         2675      TRUE     FALSE         <NA>        <NA>
## 3817      dach84meow            0     FALSE     FALSE         <NA>        <NA>
## 3818    mingmumuming            1      TRUE     FALSE         <NA>        <NA>
## 3819      ErotemeArt            3     FALSE     FALSE         <NA>        <NA>
## 3820       no_min0zz          100      TRUE     FALSE         <NA>        <NA>
## 3821      Ericjihyun            0     FALSE     FALSE         <NA>        <NA>
## 3822     Baalderdash         2675      TRUE     FALSE         <NA>        <NA>
## 3823    Ph1lzaTweets          869      TRUE     FALSE         <NA>        <NA>
## 3824 TejasPrasadBar3           17      TRUE     FALSE         <NA>        <NA>
## 3825   Annalisa_moss            9      TRUE     FALSE         <NA>        <NA>
## 3826     yukowonjeon           21     FALSE     FALSE         <NA>        <NA>
## 3827        florr_bl           58      TRUE     FALSE         <NA>        <NA>
## 3828     swift68oacy            0     FALSE     FALSE         <NA>        <NA>
## 3829       toney91ts            0     FALSE     FALSE         <NA>        <NA>
## 3830      Haechanmtp          100      TRUE     FALSE         <NA>        <NA>
## 3831      NoraLoveZS           25      TRUE     FALSE         <NA>        <NA>
## 3832      bussytawan            1      TRUE     FALSE         <NA>        <NA>
## 3833         jae_myy            0     FALSE     FALSE         <NA>        <NA>
## 3834        florr_bl         1010      TRUE     FALSE         <NA>        <NA>
## 3835       _bl_ai_ze          451      TRUE     FALSE         <NA>        <NA>
## 3836 tracy_steinberg            6      TRUE     FALSE         <NA>        <NA>
## 3837   Black_lion_BL            0     FALSE     FALSE         <NA>        <NA>
## 3838       BreXsday9            0     FALSE     FALSE         <NA>        <NA>
## 3839    yukiharu2530           30      TRUE     FALSE         <NA>        <NA>
## 3840       bubunicat            0     FALSE     FALSE         <NA>        <NA>
## 3841     mania_th_bl            0     FALSE     FALSE         <NA>        <NA>
## 3842   menode7bilhao            0     FALSE     FALSE         <NA>        <NA>
## 3843   jack_daniel42            0     FALSE     FALSE         <NA>        <NA>
## 3844        mogosis_         2675      TRUE     FALSE         <NA>        <NA>
## 3845 superteadrinker            0     FALSE     FALSE         <NA>        <NA>
## 3846      nalinmeltz            0     FALSE     FALSE         <NA>        <NA>
## 3847       LuvBugFic            2      TRUE     FALSE         <NA>        <NA>
## 3848   price_drop_IN            0     FALSE     FALSE         <NA>        <NA>
## 3849       _bl_ai_ze         5602      TRUE     FALSE         <NA>        <NA>
## 3850  vonsavagemedia            0     FALSE     FALSE         <NA>        <NA>
## 3851   AGowrikanthan           91      TRUE     FALSE         <NA>        <NA>
## 3852 BefittingTweets            0     FALSE     FALSE         <NA>        <NA>
## 3853   jack_daniel42            0     FALSE     FALSE         <NA>        <NA>
## 3854      eyeseye_bl          596      TRUE     FALSE         <NA>        <NA>
## 3855 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 3856 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 3857       _bl_ai_ze         1270      TRUE     FALSE         <NA>        <NA>
## 3858 two_thousand_03            0     FALSE     FALSE         <NA>        <NA>
## 3859   SportNewsNerd            0     FALSE     FALSE         <NA>        <NA>
## 3860       _bl_ai_ze         1342      TRUE     FALSE         <NA>        <NA>
## 3861      KristiWonk            0     FALSE     FALSE         <NA>        <NA>
## 3862         dmpljae            0     FALSE     FALSE         <NA>        <NA>
## 3863         car9723            6      TRUE     FALSE         <NA>        <NA>
## 3864      SiyaApoMee            0     FALSE     FALSE         <NA>        <NA>
## 3865       _bl_ai_ze          753      TRUE     FALSE         <NA>        <NA>
## 3866      huffkitten            1      TRUE     FALSE         <NA>        <NA>
## 3867       _bl_ai_ze         6885      TRUE     FALSE         <NA>        <NA>
## 3868     EastMidsOHA            4     FALSE     FALSE         <NA>        <NA>
## 3869       _bl_ai_ze        10306      TRUE     FALSE         <NA>        <NA>
## 3870       _bl_ai_ze         4636      TRUE     FALSE         <NA>        <NA>
## 3871 Bipartite_Graph            0     FALSE     FALSE         <NA>        <NA>
## 3872        rrachpal            0     FALSE     FALSE         <NA>        <NA>
## 3873  yukari_2006_BL          750      TRUE     FALSE         <NA>        <NA>
## 3874       itz_Juleo            4      TRUE     FALSE         <NA>        <NA>
## 3875   BL_Publishing            3      TRUE     FALSE         <NA>        <NA>
## 3876         dipayy_          100      TRUE     FALSE         <NA>        <NA>
## 3877  crew0125_10969            0     FALSE     FALSE         <NA>        <NA>
## 3878      Rachel5742            0     FALSE     FALSE         <NA>        <NA>
## 3879      AumSaisorn           25      TRUE     FALSE         <NA>        <NA>
## 3880     Tortilowius           91      TRUE     FALSE         <NA>        <NA>
## 3881       _bl_ai_ze        10490      TRUE     FALSE         <NA>        <NA>
## 3882      keshavamol           17      TRUE     FALSE         <NA>        <NA>
## 3883        CoinColf            0     FALSE     FALSE         <NA>        <NA>
## 3884         BGLM416            0     FALSE     FALSE         <NA>        <NA>
## 3885  thecarfactoids            6     FALSE     FALSE         <NA>        <NA>
## 3886    Zaph_atitoxD            1      TRUE     FALSE         <NA>        <NA>
## 3887 delicioussthing            1     FALSE     FALSE         <NA>        <NA>
## 3888          Eli99H            0     FALSE     FALSE         <NA>        <NA>
## 3889          Lathji           17      TRUE     FALSE         <NA>        <NA>
## 3890 Alayemioluwafe2            0     FALSE     FALSE         <NA>        <NA>
## 3891   publicetienne            0     FALSE     FALSE         <NA>        <NA>
## 3892       calisklad         5019      TRUE     FALSE         <NA>        <NA>
## 3893      Jamiegonog            0     FALSE     FALSE         <NA>        <NA>
## 3894    altblacknews            0     FALSE     FALSE         <NA>        <NA>
## 3895  kariukiwaweruJ            8      TRUE     FALSE         <NA>        <NA>
## 3896        ajivika_            2     FALSE     FALSE         <NA>        <NA>
## 3897        red_loeb            0     FALSE     FALSE         <NA>        <NA>
## 3898        ratt1217           63      TRUE     FALSE         <NA>        <NA>
## 3899   one_right_now            0     FALSE     FALSE         <NA>        <NA>
## 3900       roob99pud            0     FALSE     FALSE         <NA>        <NA>
## 3901          bl_ckm          157      TRUE     FALSE         <NA>        <NA>
## 3902         DrHeyru            7      TRUE     FALSE         <NA>        <NA>
## 3903          Teo_71           23      TRUE     FALSE         <NA>        <NA>
## 3904        artabeth         2675      TRUE     FALSE         <NA>        <NA>
## 3905          bl_ckm            0     FALSE     FALSE         <NA>        <NA>
## 3906     PGCBlogging            6      TRUE     FALSE         <NA>        <NA>
## 3907        bl__bts_           36      TRUE     FALSE         <NA>        <NA>
## 3908        ngkhn_bl           87      TRUE     FALSE         <NA>        <NA>
## 3909        bl__bts_            1      TRUE     FALSE         <NA>        <NA>
## 3910        bl__bts_            1      TRUE     FALSE         <NA>        <NA>
## 3911        bl__bts_            1      TRUE     FALSE         <NA>        <NA>
## 3912     starsforskz            0     FALSE     FALSE         <NA>        <NA>
## 3913       Iuvrazors           30      TRUE     FALSE         <NA>        <NA>
## 3914       acc_stan_           15      TRUE     FALSE         <NA>        <NA>
## 3915      maxcypruss           30      TRUE     FALSE         <NA>        <NA>
## 3916      orccawhale            0     FALSE     FALSE         <NA>        <NA>
## 3917        Raman_BL           15      TRUE     FALSE         <NA>        <NA>
## 3918     tipfee_bl_3        32915      TRUE     FALSE         <NA>        <NA>
## 3919     tipfee_bl_3        37519      TRUE     FALSE         <NA>        <NA>
## 3920        TWOinche            0     FALSE     FALSE         <NA>        <NA>
## 3921  worldofdrama01            0     FALSE     FALSE         <NA>        <NA>
## 3922         bl_1510         3181      TRUE     FALSE         <NA>        <NA>
## 3923       ioweegian            0     FALSE     FALSE         <NA>        <NA>
## 3924       haag89cwb            0     FALSE     FALSE         <NA>        <NA>
## 3925         BL_SAhm          547      TRUE     FALSE         <NA>        <NA>
## 3926         bl_1510            4      TRUE     FALSE         <NA>        <NA>
## 3927    Raji_abinaya          115      TRUE     FALSE         <NA>        <NA>
## 3928         BL_SAhm          777      TRUE     FALSE         <NA>        <NA>
## 3929       EICatHome            2      TRUE     FALSE         <NA>        <NA>
## 3930    lesbians4znn            0     FALSE     FALSE         <NA>        <NA>
## 3931        defamasi            1     FALSE     FALSE         <NA>        <NA>
## 3932         jizhoy2            8      TRUE     FALSE         <NA>        <NA>
## 3933    readwangxian         2675      TRUE     FALSE         <NA>        <NA>
## 3934        ngkhn_bl           15      TRUE     FALSE         <NA>        <NA>
## 3935       lethia_bl         7632      TRUE     FALSE         <NA>        <NA>
## 3936   Sirus12597898           15      TRUE     FALSE         <NA>        <NA>
## 3937       51smemory            1     FALSE     FALSE         <NA>        <NA>
## 3938       A_BL_Simp          451      TRUE     FALSE         <NA>        <NA>
## 3939     dalywhipped          244      TRUE     FALSE         <NA>        <NA>
## 3940         jizhoy1            8      TRUE     FALSE         <NA>        <NA>
## 3941  bbyminaprotecc           10      TRUE     FALSE         <NA>        <NA>
## 3942       EICatHome            2      TRUE     FALSE         <NA>        <NA>
## 3943 InsightfulPanda            0     FALSE     FALSE         <NA>        <NA>
## 3944    darksidemm56            1      TRUE     FALSE         <NA>        <NA>
## 3945    bl_is_mundle         1595      TRUE     FALSE         <NA>        <NA>
## 3946       A_BL_Simp            0     FALSE     FALSE         <NA>        <NA>
## 3947 WILDMAN01826318            0     FALSE     FALSE         <NA>        <NA>
## 3948    Sharry060899            0     FALSE     FALSE         <NA>        <NA>
## 3949 dkjewellerymar1           17      TRUE     FALSE         <NA>        <NA>
## 3950   JoshuaManson5            0     FALSE     FALSE         <NA>        <NA>
## 3951        aranikis            0     FALSE     FALSE         <NA>        <NA>
## 3952    FFtt79223422            8      TRUE     FALSE         <NA>        <NA>
## 3953     yoliperez04            7      TRUE     FALSE         <NA>        <NA>
## 3954        htevytng            0     FALSE     FALSE         <NA>        <NA>
## 3955     valentin13q            0     FALSE     FALSE         <NA>        <NA>
## 3956      parsifel43           70      TRUE     FALSE         <NA>        <NA>
## 3957       aish_8299           28      TRUE     FALSE         <NA>        <NA>
## 3958   syscznbnnoona            0     FALSE     FALSE         <NA>        <NA>
## 3959      obikenowbi         2675      TRUE     FALSE         <NA>        <NA>
## 3960 NarrativeBuild2            0     FALSE     FALSE         <NA>        <NA>
## 3961  Crystalsisrain            0     FALSE     FALSE         <NA>        <NA>
## 3962    yoonie_kim29           91      TRUE     FALSE         <NA>        <NA>
## 3963     LDB51851416            0     FALSE     FALSE         <NA>        <NA>
## 3964     chicakimbap         2675      TRUE     FALSE         <NA>        <NA>
## 3965    letsgoskz008            0     FALSE     FALSE         <NA>        <NA>
## 3966     BibleWSpain            7      TRUE     FALSE         <NA>        <NA>
## 3967 kids_initiative            0     FALSE     FALSE         <NA>        <NA>
## 3968       lethia_bl          152      TRUE     FALSE         <NA>        <NA>
## 3969       Saakuchin         2675      TRUE     FALSE         <NA>        <NA>
## 3970      pray4luvvv            0     FALSE     FALSE         <NA>        <NA>
## 3971    loveandcurse         2675      TRUE     FALSE         <NA>        <NA>
## 3972        JAYFUSED            0     FALSE     FALSE         <NA>        <NA>
## 3973          brskdt            0     FALSE     FALSE         <NA>        <NA>
## 3974          d1msvm            0     FALSE     FALSE         <NA>        <NA>
## 3975   SP4CEP4RASITE            0     FALSE     FALSE         <NA>        <NA>
## 3976       lethia_bl          900      TRUE     FALSE         <NA>        <NA>
## 3977         y0wonie            0     FALSE     FALSE         <NA>        <NA>
## 3978         1000282            2     FALSE     FALSE         <NA>        <NA>
## 3979    Aleena_Bano1            0     FALSE     FALSE         <NA>        <NA>
## 3980  BelangerSerge2            0     FALSE     FALSE         <NA>        <NA>
## 3981    Bl_world0194        10126      TRUE     FALSE         <NA>        <NA>
## 3982 DesiBoy54730403           19      TRUE     FALSE         <NA>        <NA>
## 3983      JDPPKD2002            1      TRUE     FALSE         <NA>        <NA>
## 3984     Bl_Troyanda          696      TRUE     FALSE         <NA>        <NA>
## 3985        bl__bts_           56      TRUE     FALSE         <NA>        <NA>
## 3986      sashasimic           70      TRUE     FALSE         <NA>        <NA>
## 3987  yourelasticdoc            0     FALSE     FALSE         <NA>        <NA>
## 3988        bl__bts_            0     FALSE     FALSE         <NA>        <NA>
## 3989    Bl_world0194          363      TRUE     FALSE         <NA>        <NA>
## 3990   clairecameron            0     FALSE     FALSE         <NA>        <NA>
## 3991       Aditi3948            0     FALSE     FALSE         <NA>        <NA>
## 3992     bkpp_mint24           40      TRUE     FALSE         <NA>        <NA>
## 3993        Scripta_           11      TRUE     FALSE         <NA>        <NA>
## 3994         BL_SAhm         2109      TRUE     FALSE         <NA>        <NA>
## 3995        thyrownz            0     FALSE     FALSE         <NA>        <NA>
## 3996      HalaHamwi5           25      TRUE     FALSE         <NA>        <NA>
## 3997       ioweegian            0     FALSE     FALSE         <NA>        <NA>
## 3998       ray_chan2            3      TRUE     FALSE         <NA>        <NA>
## 3999       ray_chan2            2      TRUE     FALSE         <NA>        <NA>
## 4000         Loaoser           23      TRUE     FALSE         <NA>        <NA>
## 4001       ray_chan2            4      TRUE     FALSE         <NA>        <NA>
## 4002  R_naturebeauty           14      TRUE     FALSE         <NA>        <NA>
## 4003         Loaoser           15      TRUE     FALSE         <NA>        <NA>
## 4004        ATpJmpol           40      TRUE     FALSE         <NA>        <NA>
## 4005         BL_SAhm         5358      TRUE     FALSE         <NA>        <NA>
## 4006        Bl_ckkky            1     FALSE     FALSE         <NA>        <NA>
## 4007       meryglowy            0     FALSE     FALSE         <NA>        <NA>
## 4008    vomitcoffins            1      TRUE     FALSE         <NA>        <NA>
## 4009      elinor8yui            0     FALSE     FALSE         <NA>        <NA>
## 4010     starsforskz            0     FALSE     FALSE         <NA>        <NA>
## 4011       chawarinz            0     FALSE     FALSE         <NA>        <NA>
## 4012     bkpp_mint24           65      TRUE     FALSE         <NA>        <NA>
## 4013          BL_ncp         2382      TRUE     FALSE         <NA>        <NA>
## 4014       XimztomaT         2675      TRUE     FALSE         <NA>        <NA>
## 4015       noahdieee         2675      TRUE     FALSE         <NA>        <NA>
## 4016 KimNara33691273          212      TRUE     FALSE         <NA>        <NA>
## 4017          BL_ncp        32001      TRUE     FALSE         <NA>        <NA>
## 4018 BlackLo39629533           14     FALSE     FALSE         <NA>        <NA>
## 4019          BL_ncp         4257      TRUE     FALSE         <NA>        <NA>
## 4020       bl_potato            0     FALSE     FALSE         <NA>        <NA>
## 4021      twiIirealm         2675      TRUE     FALSE         <NA>        <NA>
## 4022      losnahij21            4     FALSE     FALSE         <NA>        <NA>
## 4023   gamikaze_shop            0     FALSE     FALSE         <NA>        <NA>
## 4024        ANDYEOLI            0     FALSE     FALSE         <NA>        <NA>
## 4025   gamikaze_shop            0     FALSE     FALSE         <NA>        <NA>
## 4026 UrFujoshiSister            1     FALSE     FALSE         <NA>        <NA>
## 4027     Bl_Series24         2192      TRUE     FALSE         <NA>        <NA>
## 4028   bl_aficionado          267      TRUE     FALSE         <NA>        <NA>
## 4029 nomercymaster16          110      TRUE     FALSE         <NA>        <NA>
## 4030      sintydavid            0     FALSE     FALSE         <NA>        <NA>
## 4031   bl_aficionado          137      TRUE     FALSE         <NA>        <NA>
## 4032   bl_aficionado          185      TRUE     FALSE         <NA>        <NA>
## 4033          i2k_bl          399      TRUE     FALSE         <NA>        <NA>
## 4034 creationodyssey           17      TRUE     FALSE         <NA>        <NA>
## 4035 sweet_svt_teume            0     FALSE     FALSE         <NA>        <NA>
## 4036         G_Bl_Cu         1153      TRUE     FALSE         <NA>        <NA>
## 4037      SIH_Chiaki            0     FALSE     FALSE         <NA>        <NA>
## 4038      bl_world22          328      TRUE     FALSE         <NA>        <NA>
## 4039        ANDYEOLI            0     FALSE     FALSE         <NA>        <NA>
## 4040  crew0125_10969            0     FALSE     FALSE         <NA>        <NA>
## 4041       d1460_nft            0     FALSE     FALSE         <NA>        <NA>
## 4042        1864th51            0     FALSE     FALSE         <NA>        <NA>
## 4043        red_loeb            9     FALSE     FALSE         <NA>        <NA>
## 4044        ANDYEOLI            0     FALSE     FALSE         <NA>        <NA>
## 4045        bub_ba13            0     FALSE     FALSE         <NA>        <NA>
## 4046      bl_world22          113      TRUE     FALSE         <NA>        <NA>
## 4047         dpdp044         1742      TRUE     FALSE         <NA>        <NA>
## 4048         komiska            5      TRUE     FALSE         <NA>        <NA>
## 4049         Bilyola         2675      TRUE     FALSE         <NA>        <NA>
## 4050          511NYC            0     FALSE     FALSE   -73.776698   40.782513
## 4051       singtoine           23      TRUE     FALSE         <NA>        <NA>
## 4052    Bl_world0194        75004      TRUE     FALSE         <NA>        <NA>
## 4053   one_right_now            0     FALSE     FALSE         <NA>        <NA>
## 4054       whathow27            0     FALSE     FALSE         <NA>        <NA>
## 4055       uraalices         2675      TRUE     FALSE         <NA>        <NA>
## 4056   bergnaumkgsvk            0     FALSE     FALSE         <NA>        <NA>
## 4057         eyn_bl_          140      TRUE     FALSE         <NA>        <NA>
## 4058    Johnstone_BL            1     FALSE     FALSE         <NA>        <NA>
## 4059      Infidel_SF            0     FALSE     FALSE         <NA>        <NA>
## 4060  yukari_2006_BL           10      TRUE     FALSE         <NA>        <NA>
## 4061      akemasyraf            5      TRUE     FALSE         <NA>        <NA>
## 4062          ryQn9_           18      TRUE     FALSE         <NA>        <NA>
## 4063  yukari_2006_BL            7      TRUE     FALSE         <NA>        <NA>
## 4064  JesuitsEastOIS            1     FALSE     FALSE         <NA>        <NA>
## 4065        beryl_bl         2994      TRUE     FALSE         <NA>        <NA>
## 4066     mania_th_bl            0     FALSE     FALSE         <NA>        <NA>
## 4067 BL_Ref_Services            0     FALSE     FALSE         <NA>        <NA>
## 4068   bl_aficionado          555      TRUE     FALSE         <NA>        <NA>
## 4069     hannonikki_            0     FALSE     FALSE         <NA>        <NA>
## 4070    DandyRohandy         2675      TRUE     FALSE         <NA>        <NA>
## 4071     syafulizwan            1     FALSE     FALSE         <NA>        <NA>
## 4072         JoeXu60           63      TRUE     FALSE         <NA>        <NA>
## 4073  lamacharms1234            0     FALSE     FALSE         <NA>        <NA>
## 4074       wjmgbwsbw           25      TRUE     FALSE         <NA>        <NA>
## 4075    nslychrstphr            0     FALSE     FALSE         <NA>        <NA>
## 4076     Bl_Troyanda          377      TRUE     FALSE         <NA>        <NA>
## 4077     bkpp_mint24          889      TRUE     FALSE         <NA>        <NA>
## 4078       GasheadAu            5      TRUE     FALSE         <NA>        <NA>
## 4079  lamacharms1234            0     FALSE     FALSE         <NA>        <NA>
## 4080      shekhahmmd            0     FALSE     FALSE         <NA>        <NA>
## 4081       mikafucku           30      TRUE     FALSE         <NA>        <NA>
## 4082     syafulizwan            1     FALSE     FALSE         <NA>        <NA>
## 4083  britishlibrary            5     FALSE     FALSE         <NA>        <NA>
## 4084  tinaluvskitten            0     FALSE     FALSE         <NA>        <NA>
## 4085        xyzargha            1     FALSE     FALSE         <NA>        <NA>
## 4086  VixenByNight72            0     FALSE     FALSE         <NA>        <NA>
## 4087    AliyahAnnica            0     FALSE     FALSE         <NA>        <NA>
## 4088      Hettiiiiii            0     FALSE     FALSE         <NA>        <NA>
## 4089       trinicouz           41      TRUE     FALSE         <NA>        <NA>
## 4090  lamacharms1234            0     FALSE     FALSE         <NA>        <NA>
## 4091    Arshankhan99            0     FALSE     FALSE         <NA>        <NA>
## 4092  tillman81vfoob            0     FALSE     FALSE         <NA>        <NA>
## 4093       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 4094        25_cycle            0     FALSE     FALSE         <NA>        <NA>
## 4095     jiutiansong            1      TRUE     FALSE         <NA>        <NA>
## 4096   mystmysteryyy            0     FALSE     FALSE         <NA>        <NA>
## 4097          vysh07            0     FALSE     FALSE         <NA>        <NA>
## 4098 4Fun0EVNQutUSLi            0     FALSE     FALSE         <NA>        <NA>
## 4099       bl_khatri            0     FALSE     FALSE         <NA>        <NA>
## 4100       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 4101   Hunju29977262           63      TRUE     FALSE         <NA>        <NA>
## 4102 CarlosC80168872         2675      TRUE     FALSE         <NA>        <NA>
## 4103       M0RllARTY            0     FALSE     FALSE         <NA>        <NA>
## 4104       Keegan7bD            0     FALSE     FALSE         <NA>        <NA>
## 4105     yeahmileapo           18      TRUE     FALSE         <NA>        <NA>
## 4106       A_BL_Simp          839      TRUE     FALSE         <NA>        <NA>
## 4107     syafulizwan            5     FALSE     FALSE         <NA>        <NA>
## 4108 MollyKHumphries            0     FALSE     FALSE         <NA>        <NA>
## 4109    bl_ckgothicc          166      TRUE     FALSE         <NA>        <NA>
## 4110          Aklnik         2675      TRUE     FALSE         <NA>        <NA>
## 4111     meonshinchu            0     FALSE     FALSE         <NA>        <NA>
## 4112      losnahij21            2     FALSE     FALSE         <NA>        <NA>
## 4113   amantedel__bl           36      TRUE     FALSE         <NA>        <NA>
## 4114        beryl_bl        13342      TRUE     FALSE         <NA>        <NA>
## 4115       gwifirusu         2675      TRUE     FALSE         <NA>        <NA>
## 4116        beryl_bl        33855      TRUE     FALSE         <NA>        <NA>
## 4117        Sxbine95            0     FALSE     FALSE         <NA>        <NA>
## 4118        bl__bts_            3      TRUE     FALSE         <NA>        <NA>
## 4119        bl__bts_            1      TRUE     FALSE         <NA>        <NA>
## 4120       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 4121   amantedel__bl           78      TRUE     FALSE         <NA>        <NA>
## 4122        imnewyor            0     FALSE     FALSE         <NA>        <NA>
## 4123       lalaforSK           23     FALSE     FALSE         <NA>        <NA>
## 4124         kydjxvh           91      TRUE     FALSE         <NA>        <NA>
## 4125     Bl_Troyanda          149      TRUE     FALSE         <NA>        <NA>
## 4126          goeti4            2      TRUE     FALSE         <NA>        <NA>
## 4127      huaxiegege         2675      TRUE     FALSE         <NA>        <NA>
## 4128  BackstreetLamb            0     FALSE     FALSE         <NA>        <NA>
## 4129       oohmpieng            1     FALSE     FALSE         <NA>        <NA>
## 4130  CoralModaffari            0     FALSE     FALSE         <NA>        <NA>
## 4131        ibeomsgf            3      TRUE     FALSE         <NA>        <NA>
## 4132        beryl_bl         4218      TRUE     FALSE         <NA>        <NA>
## 4133      Maliart_AI           58      TRUE     FALSE         <NA>        <NA>
## 4134        BL_Ponte            0     FALSE     FALSE         <NA>        <NA>
## 4135      ON4ever555            3      TRUE     FALSE         <NA>        <NA>
## 4136        beryl_bl        25069      TRUE     FALSE         <NA>        <NA>
## 4137      ON4ever555            3      TRUE     FALSE         <NA>        <NA>
## 4138      L0IDF0RGER           10      TRUE     FALSE         <NA>        <NA>
## 4139   tanamera11omg           13      TRUE     FALSE         <NA>        <NA>
## 4140    anujposeidon           17      TRUE     FALSE         <NA>        <NA>
## 4141 LindaRo86022650           19      TRUE     FALSE         <NA>        <NA>
## 4142        utenthys         2675      TRUE     FALSE         <NA>        <NA>
## 4143   silingling806          111      TRUE     FALSE         <NA>        <NA>
## 4144  CupcakeBakeoff            0     FALSE     FALSE         <NA>        <NA>
## 4145       bl_khatri          853      TRUE     FALSE         <NA>        <NA>
## 4146   tanamera11omg           10      TRUE     FALSE         <NA>        <NA>
## 4147        beryl_bl         4078      TRUE     FALSE         <NA>        <NA>
## 4148       fablelore           11      TRUE     FALSE         <NA>        <NA>
## 4149        beryl_bl         5672      TRUE     FALSE         <NA>        <NA>
## 4150         ClmHope           71      TRUE     FALSE         <NA>        <NA>
## 4151 BatangMangga_05            0     FALSE     FALSE         <NA>        <NA>
## 4152        bl_harry         8436      TRUE     FALSE         <NA>        <NA>
## 4153      aizen_deym            0     FALSE     FALSE         <NA>        <NA>
## 4154   tanamera11omg           19      TRUE     FALSE         <NA>        <NA>
## 4155        bl__bts_            9      TRUE     FALSE         <NA>        <NA>
## 4156        bl__bts_            5      TRUE     FALSE         <NA>        <NA>
## 4157       bl_khatri          383      TRUE     FALSE         <NA>        <NA>
## 4158      losnahij21            3     FALSE     FALSE         <NA>        <NA>
## 4159  macejkovicwgpp            0     FALSE     FALSE         <NA>        <NA>
## 4160      jkhopeVmin            0     FALSE     FALSE         <NA>        <NA>
## 4161        Weemo206         2675      TRUE     FALSE         <NA>        <NA>
## 4162          bl_fwy        49204      TRUE     FALSE         <NA>        <NA>
## 4163      yashaelle2            0     FALSE     FALSE         <NA>        <NA>
## 4164   0708purplesky           91      TRUE     FALSE         <NA>        <NA>
## 4165        PilovesN            0     FALSE     FALSE         <NA>        <NA>
## 4166     bkpp_mint24          115      TRUE     FALSE         <NA>        <NA>
## 4167   silingling806           69      TRUE     FALSE         <NA>        <NA>
## 4168     Bl_Troyanda          372      TRUE     FALSE         <NA>        <NA>
## 4169 Vote_4_Sickular           17      TRUE     FALSE         <NA>        <NA>
## 4170        Gie0k131           25      TRUE     FALSE         <NA>        <NA>
## 4171      TodKlinger            0     FALSE     FALSE         <NA>        <NA>
## 4172        Wyovball          621      TRUE     FALSE         <NA>        <NA>
## 4173 investi51026755            0     FALSE     FALSE         <NA>        <NA>
## 4174        Ines7112            0     FALSE     FALSE         <NA>        <NA>
## 4175         G_Bl_Cu         7047      TRUE     FALSE         <NA>        <NA>
## 4176  BackstreetLamb           39      TRUE     FALSE         <NA>        <NA>
## 4177         lawfckr            0     FALSE     FALSE         <NA>        <NA>
## 4178         j_cinty           15      TRUE     FALSE         <NA>        <NA>
## 4179 MerakiFinifugal           17      TRUE     FALSE         <NA>        <NA>
## 4180  custardcookiez         2675      TRUE     FALSE         <NA>        <NA>
## 4181      drei_7teen           91      TRUE     FALSE         <NA>        <NA>
## 4182        ref1hsul           91      TRUE     FALSE         <NA>        <NA>
## 4183      jayaaaddya          123      TRUE     FALSE         <NA>        <NA>
## 4184   namkookrising          100      TRUE     FALSE         <NA>        <NA>
## 4185      sintydavid            0     FALSE     FALSE         <NA>        <NA>
## 4186    woricksb00bs            0     FALSE     FALSE         <NA>        <NA>
## 4187     Bl_Troyanda           17      TRUE     FALSE         <NA>        <NA>
## 4188   giannagaviola            6      TRUE     FALSE         <NA>        <NA>
## 4189       DRobLewis            0     FALSE     FALSE         <NA>        <NA>
## 4190        bl__bts_            1      TRUE     FALSE         <NA>        <NA>
## 4191    AnnieBrassey           20      TRUE     FALSE         <NA>        <NA>
## 4192        bl__bts_            2      TRUE     FALSE         <NA>        <NA>
## 4193    MariReactsYT            1     FALSE     FALSE         <NA>        <NA>
## 4194     queerologia           71      TRUE     FALSE         <NA>        <NA>
## 4195          WTK_BL          290      TRUE     FALSE         <NA>        <NA>
## 4196        florr_bl          339      TRUE     FALSE         <NA>        <NA>
## 4197        florr_bl          358      TRUE     FALSE         <NA>        <NA>
## 4198     bkpp_mint24           39      TRUE     FALSE         <NA>        <NA>
## 4199          jamjiw         2675      TRUE     FALSE         <NA>        <NA>
## 4200    mikkobarts15            0     FALSE     FALSE         <NA>        <NA>
## 4201    blglobalnews            0     FALSE     FALSE         <NA>        <NA>
## 4202  gxlden_sparrow           91      TRUE     FALSE         <NA>        <NA>
## 4203       cantavest           14      TRUE     FALSE         <NA>        <NA>
## 4204   BurrerMelissa           41      TRUE     FALSE         <NA>        <NA>
## 4205 BL_Ref_Services           10      TRUE     FALSE         <NA>        <NA>
## 4206 BL_Ref_Services            2      TRUE     FALSE         <NA>        <NA>
## 4207   MississaugaHC            0     FALSE     FALSE         <NA>        <NA>
## 4208       bl_bbskps          259      TRUE     FALSE         <NA>        <NA>
## 4209     mjdelavega6            0     FALSE     FALSE         <NA>        <NA>
## 4210    Aleena_Bano1            0     FALSE     FALSE         <NA>        <NA>
## 4211       bl_bbskps          602      TRUE     FALSE         <NA>        <NA>
## 4212  seventeenswift            0     FALSE     FALSE         <NA>        <NA>
## 4213    paula_delval           14      TRUE     FALSE         <NA>        <NA>
## 4214        BL_Ponte            0     FALSE     FALSE         <NA>        <NA>
## 4215        BL_Ponte            0     FALSE     FALSE         <NA>        <NA>
## 4216       bl_bbskps           53      TRUE     FALSE         <NA>        <NA>
## 4217       bl_bbskps           97      TRUE     FALSE         <NA>        <NA>
## 4218       NabusariP            0     FALSE     FALSE         <NA>        <NA>
## 4219    bounnoppanut            0     FALSE     FALSE         <NA>        <NA>
## 4220     exhoefanboi            0     FALSE     FALSE         <NA>        <NA>
## 4221     Jay78829917            0     FALSE     FALSE         <NA>        <NA>
## 4222        9693_yve            0     FALSE     FALSE         <NA>        <NA>
## 4223       yiiisheng            0     FALSE     FALSE         <NA>        <NA>
## 4224       bl_bbskps           38      TRUE     FALSE         <NA>        <NA>
## 4225       VnTweeter            5      TRUE     FALSE         <NA>        <NA>
## 4226       myoamount            3      TRUE     FALSE         <NA>        <NA>
## 4227        transwol         2675      TRUE     FALSE         <NA>        <NA>
## 4228     BlerdyOtome            5     FALSE     FALSE         <NA>        <NA>
## 4229       yamakakei         2675      TRUE     FALSE         <NA>        <NA>
## 4230        mgrSkiba           10      TRUE     FALSE         <NA>        <NA>
## 4231       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 4232        Aiden_bl            0     FALSE     FALSE         <NA>        <NA>
## 4233         For__BL          323      TRUE     FALSE         <NA>        <NA>
## 4234       bl_bbskps           51      TRUE     FALSE         <NA>        <NA>
## 4235      Jr_prasad7            0     FALSE     FALSE         <NA>        <NA>
## 4236       bear_jfam           91      TRUE     FALSE         <NA>        <NA>
## 4237   atikahlokman_           90      TRUE     FALSE         <NA>        <NA>
## 4238       bl_bbskps          141      TRUE     FALSE         <NA>        <NA>
## 4239   namkookrising            0     FALSE     FALSE         <NA>        <NA>
## 4240    bounnoppanut            0     FALSE     FALSE         <NA>        <NA>
## 4241        ynbnbaby            8     FALSE     FALSE         <NA>        <NA>
## 4242       bl_bbskps           25      TRUE     FALSE         <NA>        <NA>
## 4243       teaxivaaa            1      TRUE     FALSE         <NA>        <NA>
## 4244        bl__bts_            1      TRUE     FALSE         <NA>        <NA>
## 4245       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 4246       bl_bbskps           22      TRUE     FALSE         <NA>        <NA>
## 4247  yukari_2006_BL          386      TRUE     FALSE         <NA>        <NA>
## 4248        deltrems            0     FALSE     FALSE         <NA>        <NA>
## 4249        lewagaba            0     FALSE     FALSE         <NA>        <NA>
## 4250       LWouldnot            0     FALSE     FALSE         <NA>        <NA>
## 4251     nantawanwi6            2      TRUE     FALSE         <NA>        <NA>
## 4252       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 4253   BrisUniSpColl           10      TRUE     FALSE         <NA>        <NA>
## 4254    Net2Ayurveda            2      TRUE     FALSE         <NA>        <NA>
## 4255   GetWet_DryBoy         2675      TRUE     FALSE         <NA>        <NA>
## 4256    ym_623_GR_BL        11596      TRUE     FALSE         <NA>        <NA>
## 4257    windlerfclwc            0     FALSE     FALSE         <NA>        <NA>
## 4258       i19242273          777      TRUE     FALSE         <NA>        <NA>
## 4259    ym_623_GR_BL           77      TRUE     FALSE         <NA>        <NA>
## 4260        bl__bts_            1      TRUE     FALSE         <NA>        <NA>
## 4261    Moth_Lobster           48     FALSE     FALSE         <NA>        <NA>
## 4262   namkookrising            0     FALSE     FALSE         <NA>        <NA>
## 4263      mirensiart         2675      TRUE     FALSE         <NA>        <NA>
## 4264        bl__bts_           93      TRUE     FALSE         <NA>        <NA>
## 4265     manicxpixie         2675      TRUE     FALSE         <NA>        <NA>
## 4266       aaamae_10            0     FALSE     FALSE         <NA>        <NA>
## 4267        bl__bts_           46      TRUE     FALSE         <NA>        <NA>
## 4268         m_m1941            6      TRUE     FALSE         <NA>        <NA>
## 4269    HereByGrace1            0     FALSE     FALSE         <NA>        <NA>
## 4270         intutxt            0     FALSE     FALSE         <NA>        <NA>
## 4271       00Mcshdow           14      TRUE     FALSE         <NA>        <NA>
## 4272       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 4273    me_wo_tojite            0     FALSE     FALSE         <NA>        <NA>
## 4274        bl__swan          621      TRUE     FALSE         <NA>        <NA>
## 4275        OddSorce            0     FALSE     FALSE         <NA>        <NA>
## 4276       JlNNNNNNN         2675      TRUE     FALSE         <NA>        <NA>
## 4277       NWasinphi          777      TRUE     FALSE         <NA>        <NA>
## 4278         MKBang3            0     FALSE     FALSE         <NA>        <NA>
## 4279     teungkaofao            5      TRUE     FALSE         <NA>        <NA>
## 4280   MingHoshiiYou            6      TRUE     FALSE         <NA>        <NA>
## 4281        hikuachi         2675      TRUE     FALSE         <NA>        <NA>
## 4282        twitlers            0     FALSE     FALSE         <NA>        <NA>
## 4283 kangaerusi_take           14      TRUE     FALSE         <NA>        <NA>
## 4284   AshNateWanted            9      TRUE     FALSE         <NA>        <NA>
## 4285   DanaGavin1895           14      TRUE     FALSE         <NA>        <NA>
## 4286      NewsShakes            0     FALSE     FALSE         <NA>        <NA>
## 4287    10daysinhell         2675      TRUE     FALSE         <NA>        <NA>
## 4288       xoshamieh            0     FALSE     FALSE         <NA>        <NA>
## 4289        bl_enthu            0     FALSE     FALSE         <NA>        <NA>
## 4290    BL_nananWSSP         1833      TRUE     FALSE         <NA>        <NA>
## 4291    BL_nananWSSP         4000      TRUE     FALSE         <NA>        <NA>
## 4292        idhuthan            0     FALSE     FALSE         <NA>        <NA>
## 4293        bl_verse            0     FALSE     FALSE         <NA>        <NA>
## 4294        NPHAT_bl          155      TRUE     FALSE         <NA>        <NA>
## 4295 koncentraaaaaaa         2675      TRUE     FALSE         <NA>        <NA>
## 4296 bl_enthusiastic         7189      TRUE     FALSE         <NA>        <NA>
## 4297        hbVenA1C           35      TRUE     FALSE         <NA>        <NA>
## 4298  FrancisViiperi            1     FALSE     FALSE         <NA>        <NA>
## 4299    rnimpossible           23      TRUE     FALSE         <NA>        <NA>
## 4300    rnimpossible           15      TRUE     FALSE         <NA>        <NA>
## 4301     knibbleknob         2675      TRUE     FALSE         <NA>        <NA>
## 4302      BLMedieval           14      TRUE     FALSE         <NA>        <NA>
## 4303 bl_enthusiastic         2383      TRUE     FALSE         <NA>        <NA>
## 4304      CCockburn2           14     FALSE     FALSE         <NA>        <NA>
## 4305    BL_nananWSSP         4378      TRUE     FALSE         <NA>        <NA>
## 4306     xo_bl_lover            0     FALSE     FALSE         <NA>        <NA>
## 4307 bl_enthusiastic         1461      TRUE     FALSE         <NA>        <NA>
## 4308        xxbyulzz          198      TRUE     FALSE         <NA>        <NA>
## 4309      komorikayo            0     FALSE     FALSE         <NA>        <NA>
## 4310       plotcompk            0     FALSE     FALSE         <NA>        <NA>
## 4311        bl__bts_            5      TRUE     FALSE         <NA>        <NA>
## 4312        bl__bts_            5      TRUE     FALSE         <NA>        <NA>
## 4313        bl__bts_           23      TRUE     FALSE         <NA>        <NA>
## 4314     PUENYAIChat            0     FALSE     FALSE         <NA>        <NA>
## 4315      moranickle         2675      TRUE     FALSE         <NA>        <NA>
## 4316        bl__bts_            1      TRUE     FALSE         <NA>        <NA>
## 4317        cettyuwu         2675      TRUE     FALSE         <NA>        <NA>
## 4318 I_LoveGhostBand            0     FALSE     FALSE         <NA>        <NA>
## 4319     bl_is__life        12257      TRUE     FALSE         <NA>        <NA>
## 4320     bl_is__life         8060      TRUE     FALSE         <NA>        <NA>
## 4321   fischerfischy            0     FALSE     FALSE         <NA>        <NA>
## 4322       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 4323       seivarden         2675      TRUE     FALSE         <NA>        <NA>
## 4324     cowboy_up79           23      TRUE     FALSE         <NA>        <NA>
## 4325      filmbylove            0     FALSE     FALSE         <NA>        <NA>
## 4326     diana_pelaz           11      TRUE     FALSE         <NA>        <NA>
## 4327         Dem_Adv            1     FALSE     FALSE         <NA>        <NA>
## 4328        ot9stan6            0     FALSE     FALSE         <NA>        <NA>
## 4329      CTighfield            1      TRUE     FALSE         <NA>        <NA>
## 4330   FumoLover8008            0     FALSE     FALSE         <NA>        <NA>
## 4331     bl_is__life        75004      TRUE     FALSE         <NA>        <NA>
## 4332     bl_is__life            3      TRUE     FALSE         <NA>        <NA>
## 4333      milo_drums         2675      TRUE     FALSE         <NA>        <NA>
## 4334        bjyxwyxz            0     FALSE     FALSE         <NA>        <NA>
## 4335        Aiden_bl            0     FALSE     FALSE         <NA>        <NA>
## 4336 Elspeth52112979            1     FALSE     FALSE         <NA>        <NA>
## 4337   mahaesuperior            0     FALSE     FALSE         <NA>        <NA>
## 4338          BL_OCC           11      TRUE     FALSE         <NA>        <NA>
## 4339    Horny_ForYJH           91      TRUE     FALSE         <NA>        <NA>
## 4340          bl__sw            0     FALSE     FALSE         <NA>        <NA>
## 4341       gilEgbutt         2675      TRUE     FALSE         <NA>        <NA>
## 4342        iL0VMARA           91      TRUE     FALSE         <NA>        <NA>
## 4343          bl__sw          346      TRUE     FALSE         <NA>        <NA>
## 4344      LilacBird1            1      TRUE     FALSE         <NA>        <NA>
## 4345 InfiniteGalaxia         2675      TRUE     FALSE         <NA>        <NA>
## 4346          bl__sw            0     FALSE     FALSE         <NA>        <NA>
## 4347       hemaifren           25      TRUE     FALSE         <NA>        <NA>
## 4348 endlessca1amity         2675      TRUE     FALSE         <NA>        <NA>
## 4349        Bluhtack         2675      TRUE     FALSE         <NA>        <NA>
## 4350  baikalsymphony            3      TRUE     FALSE         <NA>        <NA>
## 4351          bl__sw            0     FALSE     FALSE         <NA>        <NA>
## 4352         unome06         2675      TRUE     FALSE         <NA>        <NA>
## 4353     AnxietyPath           15      TRUE     FALSE         <NA>        <NA>
## 4354          bl__sw            0     FALSE     FALSE         <NA>        <NA>
## 4355  baikalsymphony            3      TRUE     FALSE         <NA>        <NA>
## 4356    DarrylMagher            1     FALSE     FALSE         <NA>        <NA>
## 4357          bl__sw            0     FALSE     FALSE         <NA>        <NA>
## 4358          bl__sw            0     FALSE     FALSE         <NA>        <NA>
## 4359   pneumaninesix           58      TRUE     FALSE         <NA>        <NA>
## 4360     Bl_Troyanda          158      TRUE     FALSE         <NA>        <NA>
## 4361          bl__sw            0     FALSE     FALSE         <NA>        <NA>
## 4362          bl__sw            0     FALSE     FALSE         <NA>        <NA>
## 4363    IshtarSpring           58      TRUE     FALSE         <NA>        <NA>
## 4364       wright_de            0     FALSE     FALSE         <NA>        <NA>
## 4365        bl__bts_           58      TRUE     FALSE         <NA>        <NA>
## 4366        bl__bts_           10      TRUE     FALSE         <NA>        <NA>
## 4367 Laxmikh47060861            1     FALSE     FALSE         <NA>        <NA>
## 4368        bl__bts_           46      TRUE     FALSE         <NA>        <NA>
## 4369    soundslikeaa            1     FALSE     FALSE         <NA>        <NA>
## 4370     janitorIevi            0     FALSE     FALSE         <NA>        <NA>
## 4371     soy_milktea            0     FALSE     FALSE         <NA>        <NA>
## 4372   dereck15ukbpz            0     FALSE     FALSE         <NA>        <NA>
## 4373 HangyulMalaysia           90      TRUE     FALSE         <NA>        <NA>
## 4374      xulshhh___         5768      TRUE     FALSE         <NA>        <NA>
## 4375       gkanawvtt           25      TRUE     FALSE         <NA>        <NA>
## 4376        Bl_alock         6974      TRUE     FALSE         <NA>        <NA>
## 4377    Pyramid_BC08           63      TRUE     FALSE         <NA>        <NA>
## 4378     aicethethic            0     FALSE     FALSE         <NA>        <NA>
## 4379      filmbylove            0     FALSE     FALSE         <NA>        <NA>
## 4380          bl__sw          127      TRUE     FALSE         <NA>        <NA>
## 4381       whited_79            0     FALSE     FALSE         <NA>        <NA>
## 4382    Yani49944064          328      TRUE     FALSE         <NA>        <NA>
## 4383 PugazhendhiPu11          115      TRUE     FALSE         <NA>        <NA>
## 4384        spenn_im            0     FALSE     FALSE         <NA>        <NA>
## 4385        bl__bts_            2      TRUE     FALSE         <NA>        <NA>
## 4386    GrahamRKings           10      TRUE     FALSE         <NA>        <NA>
## 4387        bl__bts_            1      TRUE     FALSE         <NA>        <NA>
## 4388     Bl_ueTe_ars          355      TRUE     FALSE         <NA>        <NA>
## 4389   sulkyshintaro            0     FALSE     FALSE         <NA>        <NA>
## 4390      number9_bl        75004      TRUE     FALSE         <NA>        <NA>
## 4391  a__medievalist           10      TRUE     FALSE         <NA>        <NA>
## 4392     ohsinnerman            2      TRUE     FALSE         <NA>        <NA>
## 4393        nikk0nik          610      TRUE     FALSE         <NA>        <NA>
## 4394         hrdny26           25      TRUE     FALSE         <NA>        <NA>
## 4395         woojidn          100      TRUE     FALSE         <NA>        <NA>
## 4396       NOT4KAEYA            0     FALSE     FALSE         <NA>        <NA>
## 4397      wingedpeng           30      TRUE     FALSE         <NA>        <NA>
## 4398       NemuChin_           91      TRUE     FALSE         <NA>        <NA>
## 4399     UntoldLives            2     FALSE     FALSE         <NA>        <NA>
## 4400          bl__sw          350      TRUE     FALSE         <NA>        <NA>
## 4401          bl__sw          245      TRUE     FALSE         <NA>        <NA>
## 4402        kauchama            0     FALSE     FALSE         <NA>        <NA>
## 4403          bl__sw           19      TRUE     FALSE         <NA>        <NA>
## 4404          bl__sw           18      TRUE     FALSE         <NA>        <NA>
## 4405 Richard00655575            0     FALSE     FALSE         <NA>        <NA>
## 4406      nominzone_            0     FALSE     FALSE         <NA>        <NA>
## 4407     anndrellann         2675      TRUE     FALSE         <NA>        <NA>
## 4408      Millonilia            0     FALSE     FALSE         <NA>        <NA>
## 4409         10_ryoo          876      TRUE     FALSE         <NA>        <NA>
## 4410        sxousuke           10      TRUE     FALSE         <NA>        <NA>
## 4411    _lucidnoise_            0     FALSE     FALSE         <NA>        <NA>
## 4412   milfWanning09            3      TRUE     FALSE         <NA>        <NA>
## 4413        nrashrzr           90      TRUE     FALSE         <NA>        <NA>
## 4414          bl__sw          253      TRUE     FALSE         <NA>        <NA>
## 4415 bonesintheswamp         2675      TRUE     FALSE         <NA>        <NA>
## 4416      bl_world22           47      TRUE     FALSE         <NA>        <NA>
## 4417  melissaoneal41           40      TRUE     FALSE         <NA>        <NA>
## 4418        Hitch_Bl         3133      TRUE     FALSE         <NA>        <NA>
## 4419          bl__sw          696      TRUE     FALSE         <NA>        <NA>
## 4420        bl__bts_            4      TRUE     FALSE         <NA>        <NA>
## 4421        bl__bts_            4      TRUE     FALSE         <NA>        <NA>
## 4422        equaldyb           90      TRUE     FALSE         <NA>        <NA>
## 4423        bl__bts_           15      TRUE     FALSE         <NA>        <NA>
## 4424     bkpp_mint24          116      TRUE     FALSE         <NA>        <NA>
## 4425      yoohanpogi            0     FALSE     FALSE         <NA>        <NA>
## 4426          bl__sw          271      TRUE     FALSE         <NA>        <NA>
## 4427      jakhan2222            2     FALSE     FALSE         <NA>        <NA>
## 4428          bl__sw          621      TRUE     FALSE         <NA>        <NA>
## 4429    IWillStabGod         2675      TRUE     FALSE         <NA>        <NA>
## 4430      degenereis         2675      TRUE     FALSE         <NA>        <NA>
## 4431          bl__sw         1091      TRUE     FALSE         <NA>        <NA>
## 4432          csoobz            0     FALSE     FALSE         <NA>        <NA>
## 4433        bl__bts_            5      TRUE     FALSE         <NA>        <NA>
## 4434     bkpp_mint24           49      TRUE     FALSE         <NA>        <NA>
## 4435     bkpp_mint24          191      TRUE     FALSE         <NA>        <NA>
## 4436       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 4437       LObatman2         2675      TRUE     FALSE         <NA>        <NA>
## 4438      lesbolouch            0     FALSE     FALSE         <NA>        <NA>
## 4439  iHateToxicFans            0     FALSE     FALSE         <NA>        <NA>
## 4440     SemaAvalith            0     FALSE     FALSE         <NA>        <NA>
## 4441          bl__sw          639      TRUE     FALSE         <NA>        <NA>
## 4442       sianofhel         2675      TRUE     FALSE         <NA>        <NA>
## 4443         ai_0073            6      TRUE     FALSE         <NA>        <NA>
## 4444       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 4445      jodanspace            3     FALSE     FALSE         <NA>        <NA>
## 4446      Bika_P_Mew            1     FALSE     FALSE         <NA>        <NA>
## 4447        premuind           17      TRUE     FALSE         <NA>        <NA>
## 4448       WhoAmI243            1     FALSE     FALSE         <NA>        <NA>
## 4449  lokilaufeybarn         2675      TRUE     FALSE         <NA>        <NA>
## 4450    SILENTKNlGHT           29      TRUE     FALSE         <NA>        <NA>
## 4451        bl__bts_            9      TRUE     FALSE         <NA>        <NA>
## 4452 bebiiboiiguapii            0     FALSE     FALSE         <NA>        <NA>
## 4453        bl__bts_            9      TRUE     FALSE         <NA>        <NA>
## 4454     Bl_ueTe_ars           47      TRUE     FALSE         <NA>        <NA>
## 4455   franziska1218           19      TRUE     FALSE         <NA>        <NA>
## 4456 BlackLo39629533           23     FALSE     FALSE         <NA>        <NA>
## 4457        kato6301            5      TRUE     FALSE         <NA>        <NA>
## 4458   Alien77392332            0     FALSE     FALSE         <NA>        <NA>
## 4459       bl_bibbui           73      TRUE     FALSE         <NA>        <NA>
## 4460        wegadpit            0     FALSE     FALSE         <NA>        <NA>
## 4461   mkurumathenge            8      TRUE     FALSE         <NA>        <NA>
## 4462       bl_bibbui          497      TRUE     FALSE         <NA>        <NA>
## 4463       raisanka_         2675      TRUE     FALSE         <NA>        <NA>
## 4464   justshutupkey          100      TRUE     FALSE         <NA>        <NA>
## 4465   ArtemisPhylis            9      TRUE     FALSE         <NA>        <NA>
## 4466       bl_bibbui         1073      TRUE     FALSE         <NA>        <NA>
## 4467      bl_world22          339      TRUE     FALSE         <NA>        <NA>
## 4468         suizowi          100      TRUE     FALSE         <NA>        <NA>
## 4469         bl_vcky          728      TRUE     FALSE         <NA>        <NA>
## 4470       bl_bibbui          223      TRUE     FALSE         <NA>        <NA>
## 4471 HeartbeatDdaeng            0     FALSE     FALSE         <NA>        <NA>
## 4472        yrcha_bl           41      TRUE     FALSE         <NA>        <NA>
## 4473   yesthisislila            6      TRUE     FALSE         <NA>        <NA>
## 4474     Bl_ueTe_ars           89      TRUE     FALSE         <NA>        <NA>
## 4475     KingZynAdam            0     FALSE     FALSE         <NA>        <NA>
## 4476       HypaGemie            1     FALSE     FALSE         <NA>        <NA>
## 4477   AsianovelasBL            0     FALSE     FALSE         <NA>        <NA>
## 4478    MakotoKinnie         2675      TRUE     FALSE         <NA>        <NA>
## 4479   simpforcdrama           18      TRUE     FALSE         <NA>        <NA>
## 4480      pidreaming            1     FALSE     FALSE         <NA>        <NA>
## 4481  army_melody_bl         2161      TRUE     FALSE         <NA>        <NA>
## 4482      abtheflame            6     FALSE     FALSE         <NA>        <NA>
## 4483       1chillmoe            2      TRUE     FALSE         <NA>        <NA>
## 4484          i2k_bl          939      TRUE     FALSE         <NA>        <NA>
## 4485     tobishochan            6      TRUE     FALSE         <NA>        <NA>
## 4486     curryayammm           17      TRUE     FALSE         <NA>        <NA>
## 4487   BL_VisualArts            9      TRUE     FALSE         <NA>        <NA>
## 4488     bode22lkklu            0     FALSE     FALSE         <NA>        <NA>
## 4489   franziska1218           10      TRUE     FALSE         <NA>        <NA>
## 4490     charlott_bl        11178      TRUE     FALSE         <NA>        <NA>
## 4491  Elegante_Erizo           21      TRUE     FALSE         <NA>        <NA>
## 4492    JeffreyJDean            1      TRUE     FALSE         <NA>        <NA>
## 4493 KatieMillingt20          110      TRUE     FALSE         <NA>        <NA>
## 4494 PepperM55491642            0     FALSE     FALSE         <NA>        <NA>
## 4495     JohnEDavies           70      TRUE     FALSE         <NA>        <NA>
## 4496   lavenderhyeon            0     FALSE     FALSE         <NA>        <NA>
## 4497        Ryofanka            0     FALSE     FALSE         <NA>        <NA>
## 4498    monikusiulek            0     FALSE     FALSE         <NA>        <NA>
## 4499      apopresent           65      TRUE     FALSE         <NA>        <NA>
## 4500        NPremath           65      TRUE     FALSE         <NA>        <NA>
## 4501     Bl_ueTe_ars          877      TRUE     FALSE         <NA>        <NA>
## 4502 ChineseDealsEUR            0     FALSE     FALSE         <NA>        <NA>
## 4503      bl_world22           42      TRUE     FALSE         <NA>        <NA>
## 4504          rouuiy           25      TRUE     FALSE         <NA>        <NA>
## 4505          ocomar           41      TRUE     FALSE         <NA>        <NA>
## 4506     jimindoriee            0     FALSE     FALSE         <NA>        <NA>
## 4507    mikofutayaoi           38      TRUE     FALSE         <NA>        <NA>
## 4508      BL_Nursing            4     FALSE     FALSE         <NA>        <NA>
## 4509 JacquesUrbanska            0     FALSE     FALSE         <NA>        <NA>
## 4510        bl__bts_           57      TRUE     FALSE         <NA>        <NA>
## 4511       _aindreas            0     FALSE     FALSE         <NA>        <NA>
## 4512    bajithegreat            0     FALSE     FALSE         <NA>        <NA>
## 4513   heebon_adarna            0     FALSE     FALSE         <NA>        <NA>
## 4514        giwigiwi           10      TRUE     FALSE         <NA>        <NA>
## 4515     bl_rambling          990      TRUE     FALSE         <NA>        <NA>
## 4516        kiny7777           63      TRUE     FALSE         <NA>        <NA>
## 4517  _dianesflowers            8      TRUE     FALSE         <NA>        <NA>
## 4518        elias_BL            0     FALSE     FALSE         <NA>        <NA>
## 4519 dianessunflower            8      TRUE     FALSE         <NA>        <NA>
## 4520     bl_rambling          643      TRUE     FALSE         <NA>        <NA>
## 4521   ladygracehere            8      TRUE     FALSE         <NA>        <NA>
## 4522     Bl_Troyanda          178      TRUE     FALSE         <NA>        <NA>
## 4523       REMONEIDE            0     FALSE     FALSE         <NA>        <NA>
## 4524       archviist           30      TRUE     FALSE         <NA>        <NA>
## 4525     SantinomySm            6      TRUE     FALSE         <NA>        <NA>
## 4526     Bl_Troyanda           25      TRUE     FALSE         <NA>        <NA>
## 4527         bl_nk11         4414      TRUE     FALSE         <NA>        <NA>
## 4528     Bl_Troyanda          215      TRUE     FALSE         <NA>        <NA>
## 4529     sruz_bustle            0     FALSE     FALSE         <NA>        <NA>
## 4530   yeellowdragon            5      TRUE     FALSE         <NA>        <NA>
## 4531       Gambiste1            1      TRUE     FALSE         <NA>        <NA>
## 4532    soonshimcart            0     FALSE     FALSE         <NA>        <NA>
## 4533   BL_LatestNews            3     FALSE     FALSE         <NA>        <NA>
## 4534         Nafsie2            1      TRUE     FALSE         <NA>        <NA>
## 4535         bl_nk11        15624      TRUE     FALSE         <NA>        <NA>
## 4536       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 4537  pacaranbertiga           10      TRUE     FALSE         <NA>        <NA>
## 4538  AsianPopMedia1            1     FALSE     FALSE         <NA>        <NA>
## 4539 One_Post_A_Day_         2675      TRUE     FALSE         <NA>        <NA>
## 4540     Fat_Tigress          243      TRUE     FALSE         <NA>        <NA>
## 4541  chonky_tigress          243      TRUE     FALSE         <NA>        <NA>
## 4542    jr_carpenter            1     FALSE     FALSE         <NA>        <NA>
## 4543      naurwegian         2675      TRUE     FALSE         <NA>        <NA>
## 4544      lilacjooha           10      TRUE     FALSE         <NA>        <NA>
## 4545     wander7lust           41      TRUE     FALSE         <NA>        <NA>
## 4546   concepcion83l            0     FALSE     FALSE         <NA>        <NA>
## 4547          midviz         2675      TRUE     FALSE         <NA>        <NA>
## 4548      twentybees         2675      TRUE     FALSE         <NA>        <NA>
## 4549 positionslegend            0     FALSE     FALSE         <NA>        <NA>
## 4550      telexteque            0     FALSE     FALSE         <NA>        <NA>
## 4551        aieonian          100      TRUE     FALSE         <NA>        <NA>
## 4552     bl_andwoodz         1590      TRUE     FALSE         <NA>        <NA>
## 4553       A_BL_Simp            0     FALSE     FALSE         <NA>        <NA>
## 4554  vonruedenvgzgk            0     FALSE     FALSE         <NA>        <NA>
## 4555     PeeksSneaky           41      TRUE     FALSE         <NA>        <NA>
## 4556      Bgmgoodday            0     FALSE     FALSE         <NA>        <NA>
## 4557 BathroomSuppli1            0     FALSE     FALSE         <NA>        <NA>
## 4558 alfonslopeztena           41      TRUE     FALSE         <NA>        <NA>
## 4559     Rakishthief         2675      TRUE     FALSE         <NA>        <NA>
## 4560   retrospeedway            1     FALSE     FALSE         <NA>        <NA>
## 4561    xiaomeipoppy         2675      TRUE     FALSE         <NA>        <NA>
## 4562         VA94Vet            2     FALSE     FALSE         <NA>        <NA>
## 4563  RINRIN79482260            4      TRUE     FALSE         <NA>        <NA>
## 4564   rajusrinivasa            1      TRUE     FALSE         <NA>        <NA>
## 4565  paradisenhypen            0     FALSE     FALSE         <NA>        <NA>
## 4566 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 4567 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 4568        aakareda            0     FALSE     FALSE         <NA>        <NA>
## 4569    linyiling210            0     FALSE     FALSE         <NA>        <NA>
## 4570         1nonso_            0     FALSE     FALSE         <NA>        <NA>
## 4571 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 4572 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 4573     Alexmusic14           10      TRUE     FALSE         <NA>        <NA>
## 4574         ohaeyou           10      TRUE     FALSE         <NA>        <NA>
## 4575  PatrickKAbbott            0     FALSE     FALSE         <NA>        <NA>
## 4576        bl_harry         1149      TRUE     FALSE         <NA>        <NA>
## 4577      eurasiapol            1      TRUE     FALSE         <NA>        <NA>
## 4578      erotism741            0     FALSE     FALSE         <NA>        <NA>
## 4579        BL_LTHTR            0     FALSE     FALSE         <NA>        <NA>
## 4580        bl_harry        18574      TRUE     FALSE         <NA>        <NA>
## 4581          WTK_BL          147      TRUE     FALSE         <NA>        <NA>
## 4582           6C_BL            0     FALSE     FALSE         <NA>        <NA>
## 4583       joeisbac6            2     FALSE     FALSE         <NA>        <NA>
## 4584   BL_x_addicted            0     FALSE     FALSE         <NA>        <NA>
## 4585       masavmark            0     FALSE     FALSE         <NA>        <NA>
## 4586  KDramaWomaniya            0     FALSE     FALSE         <NA>        <NA>
## 4587     INTO1SanYuu            2      TRUE     FALSE         <NA>        <NA>
## 4588        ovv_____            4      TRUE     FALSE         <NA>        <NA>
## 4589      Artemiel_s          273      TRUE     FALSE         <NA>        <NA>
## 4590      kyukyu3536            0     FALSE     FALSE         <NA>        <NA>
## 4591   Wolfgang18842            5      TRUE     FALSE         <NA>        <NA>
## 4592 TPLovHe6BbqnWNn           10      TRUE     FALSE         <NA>        <NA>
## 4593      lov3lyymay           21      TRUE     FALSE         <NA>        <NA>
## 4594     Dianfatma88           91      TRUE     FALSE         <NA>        <NA>
## 4595   chriscooreman            4      TRUE     FALSE         <NA>        <NA>
## 4596       babutobio          100      TRUE     FALSE         <NA>        <NA>
## 4597 AlluringlyBlack            0     FALSE     FALSE         <NA>        <NA>
## 4598 changplschokeme           91      TRUE     FALSE         <NA>        <NA>
## 4599 kevinandrewtod5            2     FALSE     FALSE         <NA>        <NA>
## 4600      diasartssq           48      TRUE     FALSE         <NA>        <NA>
## 4601          n5ruse            0     FALSE     FALSE         <NA>        <NA>
## 4602 Nueng_Valentine           61      TRUE     FALSE         <NA>        <NA>
## 4603    kkkiiivvviii            2      TRUE     FALSE         <NA>        <NA>
## 4604        billawki            0     FALSE     FALSE         <NA>        <NA>
## 4605   quietinternal         2675      TRUE     FALSE         <NA>        <NA>
## 4606       PSTNrulez            2      TRUE     FALSE         <NA>        <NA>
## 4607      tetetsukei           10      TRUE     FALSE         <NA>        <NA>
## 4608   JJKMILLIONDOL            0     FALSE     FALSE         <NA>        <NA>
## 4609   JJKMILLIONDOL            2      TRUE     FALSE         <NA>        <NA>
## 4610     dailytaynew            0     FALSE     FALSE         <NA>        <NA>
## 4611     Bl_ueTe_ars         4279      TRUE     FALSE         <NA>        <NA>
## 4612 metroherobot_bl            0     FALSE     FALSE         <NA>        <NA>
## 4613 metroheroalerts            0     FALSE     FALSE         <NA>        <NA>
## 4614       pan_ninie            7     FALSE     FALSE         <NA>        <NA>
## 4615       jiwinkie_            0     FALSE     FALSE         <NA>        <NA>
## 4616      eyeseye_bl         6947      TRUE     FALSE         <NA>        <NA>
## 4617     intomysugar            2      TRUE     FALSE         <NA>        <NA>
## 4618      BubblexBBB            0     FALSE     FALSE         <NA>        <NA>
## 4619          bl_hkg            0     FALSE     FALSE         <NA>        <NA>
## 4620     TSURUNEFESS           10     FALSE     FALSE         <NA>        <NA>
## 4621      Akfanpoy77          115      TRUE     FALSE         <NA>        <NA>
## 4622    gayostuff_id            0     FALSE     FALSE         <NA>        <NA>
## 4623          qrstyl            1      TRUE     FALSE         <NA>        <NA>
## 4624       lethia_bl          488      TRUE     FALSE         <NA>        <NA>
## 4625      allyyccatt           91      TRUE     FALSE         <NA>        <NA>
## 4626        wonuday6         2675      TRUE     FALSE         <NA>        <NA>
## 4627          bl_hkg           24     FALSE     FALSE         <NA>        <NA>
## 4628       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 4629       ain_nasar           90      TRUE     FALSE         <NA>        <NA>
## 4630        So___Mad            8      TRUE     FALSE         <NA>        <NA>
## 4631 JasmineAWattpad           91      TRUE     FALSE         <NA>        <NA>
## 4632     viscosaffie           30      TRUE     FALSE         <NA>        <NA>
## 4633         livaets           91      TRUE     FALSE         <NA>        <NA>
## 4634       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 4635       ILLEGAILE         2675      TRUE     FALSE         <NA>        <NA>
## 4636          K3NYUO            8      TRUE     FALSE         <NA>        <NA>
## 4637 zenobiaambrozja         2675      TRUE     FALSE         <NA>        <NA>
## 4638      QueenTLord            0     FALSE     FALSE         <NA>        <NA>
## 4639 AnnBurn22116581            3      TRUE     FALSE         <NA>        <NA>
## 4640       bl_marnie            0     FALSE     FALSE         <NA>        <NA>
## 4641     Bl_ueTe_ars         6947      TRUE     FALSE         <NA>        <NA>
## 4642       tinker_bl           20      TRUE     FALSE         <NA>        <NA>
## 4643   johnbilcliffe            6     FALSE     FALSE         <NA>        <NA>
## 4644          Bl_ank            0     FALSE     FALSE         <NA>        <NA>
## 4645     Bl_ueTe_ars          777      TRUE     FALSE         <NA>        <NA>
## 4646     Uyi40158895           65      TRUE     FALSE         <NA>        <NA>
## 4647     Vitangina25            0     FALSE     FALSE         <NA>        <NA>
## 4648  CupcakeBakeoff            0     FALSE     FALSE         <NA>        <NA>
## 4649   cups_of_stars         2675      TRUE     FALSE         <NA>        <NA>
## 4650         Ephi_BL            0     FALSE     FALSE         <NA>        <NA>
## 4651       nihonggyu         2675      TRUE     FALSE         <NA>        <NA>
## 4652   amantedel__bl          510      TRUE     FALSE         <NA>        <NA>
## 4653         luv3den            0     FALSE     FALSE         <NA>        <NA>
## 4654  In_AnkitSingla            2      TRUE     FALSE         <NA>        <NA>
## 4655       maheri626            8      TRUE     FALSE         <NA>        <NA>
## 4656         BCUHELS            2      TRUE     FALSE         <NA>        <NA>
## 4657         ni_iano            8      TRUE     FALSE         <NA>        <NA>
## 4658 LisaAce49728075            1      TRUE     FALSE         <NA>        <NA>
## 4659       laneijack            8      TRUE     FALSE         <NA>        <NA>
## 4660     Bl_ueTe_ars          529      TRUE     FALSE         <NA>        <NA>
## 4661        dikookue            2     FALSE     FALSE         <NA>        <NA>
## 4662       shoto_ito           91      TRUE     FALSE         <NA>        <NA>
## 4663       Tisha7119            1     FALSE     FALSE         <NA>        <NA>
## 4664         akixten            0     FALSE     FALSE         <NA>        <NA>
## 4665         jcjav01          123      TRUE     FALSE         <NA>        <NA>
## 4666     GULFHAZARD3           40      TRUE     FALSE         <NA>        <NA>
## 4667        deoluver            0     FALSE     FALSE         <NA>        <NA>
## 4668      Its_Roddie            8     FALSE     FALSE         <NA>        <NA>
## 4669       Apo96Mile            5      TRUE     FALSE         <NA>        <NA>
## 4670         zdkskji           25      TRUE     FALSE         <NA>        <NA>
## 4671        Asiamayz            0     FALSE     FALSE         <NA>        <NA>
## 4672        aedgie11            0     FALSE     FALSE         <NA>        <NA>
## 4673       BonsuFifi           11      TRUE     FALSE         <NA>        <NA>
## 4674        bl__swan          590      TRUE     FALSE         <NA>        <NA>
## 4675      ilyweiying         2675      TRUE     FALSE         <NA>        <NA>
## 4676        bl__swan          177      TRUE     FALSE         <NA>        <NA>
## 4677        bl__swan           10      TRUE     FALSE         <NA>        <NA>
## 4678        jsngslvr            0     FALSE     FALSE         <NA>        <NA>
## 4679       tinker_bl        31897      TRUE     FALSE         <NA>        <NA>
## 4680       AjaanMark           10      TRUE     FALSE         <NA>        <NA>
## 4681    softerstorms         2675      TRUE     FALSE         <NA>        <NA>
## 4682       tinker_bl         4223      TRUE     FALSE         <NA>        <NA>
## 4683       tinker_bl         3444      TRUE     FALSE         <NA>        <NA>
## 4684 __MarieTherese_            0     FALSE     FALSE         <NA>        <NA>
## 4685    JaeyongJung6            0     FALSE     FALSE         <NA>        <NA>
## 4686        red_loeb           10      TRUE     FALSE         <NA>        <NA>
## 4687   LadyofLorien_           20      TRUE     FALSE         <NA>        <NA>
## 4688         BL_Hyro            1     FALSE     FALSE         <NA>        <NA>
## 4689       bl_bibbui          747      TRUE     FALSE         <NA>        <NA>
## 4690     uryalterego           17      TRUE     FALSE         <NA>        <NA>
## 4691 Scarletfication            1     FALSE     FALSE         <NA>        <NA>
## 4692       BL_prints            0     FALSE     FALSE         <NA>        <NA>
## 4693   mdevitoboutin           70      TRUE     FALSE         <NA>        <NA>
## 4694        bl__swan         2994      TRUE     FALSE         <NA>        <NA>
## 4695     bl_phillips            0     FALSE     FALSE         <NA>        <NA>
## 4696 mauve_honbuchou         2675      TRUE     FALSE         <NA>        <NA>
## 4697     SabirStaton            0     FALSE     FALSE         <NA>        <NA>
## 4698      kagswaffle           17     FALSE     FALSE         <NA>        <NA>
## 4699   amantedel__bl           57      TRUE     FALSE         <NA>        <NA>
## 4700       ddachiyaa            0     FALSE     FALSE         <NA>        <NA>
## 4701       bl_lemon_         1143      TRUE     FALSE         <NA>        <NA>
## 4702   amantedel__bl            3     FALSE     FALSE         <NA>        <NA>
## 4703      yogurtgun0            0     FALSE     FALSE         <NA>        <NA>
## 4704      talentyong            0     FALSE     FALSE         <NA>        <NA>
## 4705    spinka77bsvy            0     FALSE     FALSE         <NA>        <NA>
## 4706     JUJUTSUFESS            0     FALSE     FALSE         <NA>        <NA>
## 4707     bearkvbunny            2      TRUE     FALSE         <NA>        <NA>
## 4708    doyle53qxboo            0     FALSE     FALSE         <NA>        <NA>
## 4709 Rafael878770086            0     FALSE     FALSE         <NA>        <NA>
## 4710      HeyObizzle            0     FALSE     FALSE         <NA>        <NA>
## 4711    AAngela98765            0     FALSE     FALSE         <NA>        <NA>
## 4712   AndyInstaller           70      TRUE     FALSE         <NA>        <NA>
## 4713       4percent_          100      TRUE     FALSE         <NA>        <NA>
## 4714        _awolowo            0     FALSE     FALSE         <NA>        <NA>
## 4715    Senpai_Emman            0     FALSE     FALSE         <NA>        <NA>
## 4716      kyuzen1331            0     FALSE     FALSE         <NA>        <NA>
## 4717    Senpai_Emman            0     FALSE     FALSE         <NA>        <NA>
## 4718       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 4719     Saturninka2           67      TRUE     FALSE         <NA>        <NA>
## 4720      hikaru1412            1     FALSE     FALSE         <NA>        <NA>
## 4721   SuzyIUNayeon2           40      TRUE     FALSE         <NA>        <NA>
## 4722     nanonstummy            3      TRUE     FALSE         <NA>        <NA>
## 4723  Anthony_Hayes7            8      TRUE     FALSE         <NA>        <NA>
## 4724     Bl_ueTe_ars          842      TRUE     FALSE         <NA>        <NA>
## 4725 AnaIsabel_Photo            0     FALSE     FALSE         <NA>        <NA>
## 4726       FariousBr           91      TRUE     FALSE         <NA>        <NA>
## 4727     Bl_ueTe_ars         3011      TRUE     FALSE         <NA>        <NA>
## 4728 AnaPaul87453634           63      TRUE     FALSE         <NA>        <NA>
## 4729 Mischievousenby           38      TRUE     FALSE         <NA>        <NA>
## 4730 LouisLo24208496            0     FALSE     FALSE         <NA>        <NA>
## 4731        Sheyfuju            1     FALSE     FALSE         <NA>        <NA>
## 4732    wakatheworld         2675      TRUE     FALSE         <NA>        <NA>
## 4733     VlCT0RYSTAR         2675      TRUE     FALSE         <NA>        <NA>
## 4734   author_hughes           70      TRUE     FALSE         <NA>        <NA>
## 4735         marlzam            0     FALSE     FALSE         <NA>        <NA>
## 4736       Agre_Sora            0     FALSE     FALSE         <NA>        <NA>
## 4737      tnfarmeryt          115      TRUE     FALSE         <NA>        <NA>
## 4738       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 4739      BJ_Late_BL            0     FALSE     FALSE         <NA>        <NA>
## 4740       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 4741       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 4742       febvrulac            4      TRUE     FALSE         <NA>        <NA>
## 4743      lauramobit            0     FALSE     FALSE         <NA>        <NA>
## 4744    thetattoogal            0     FALSE     FALSE         <NA>        <NA>
## 4745    uknowdorothy           25      TRUE     FALSE         <NA>        <NA>
## 4746       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 4747 Ordakazakhstan_            1     FALSE     FALSE         <NA>        <NA>
## 4748       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 4749     gigibknhdid          100      TRUE     FALSE         <NA>        <NA>
## 4750    skyparhelion         2675      TRUE     FALSE         <NA>        <NA>
## 4751    vampire3azwa           11      TRUE     FALSE         <NA>        <NA>
## 4752 RobertW75903970            3      TRUE     FALSE         <NA>        <NA>
## 4753  BTStannies2013            1      TRUE     FALSE         <NA>        <NA>
## 4754      BLMetadata            6      TRUE     FALSE         <NA>        <NA>
## 4755 jongdaeonlyfans            0     FALSE     FALSE         <NA>        <NA>
## 4756    ym_623_GR_BL         3308      TRUE     FALSE         <NA>        <NA>
## 4757    yumenogarden         2675      TRUE     FALSE         <NA>        <NA>
## 4758         jnjnkk_          100      TRUE     FALSE         <NA>        <NA>
## 4759        Daily_BL            1      TRUE     FALSE         <NA>        <NA>
## 4760   m4sterskittxn            7      TRUE     FALSE         <NA>        <NA>
## 4761     Bl_ueTe_ars          350      TRUE     FALSE         <NA>        <NA>
## 4762    millyminsung            0     FALSE     FALSE         <NA>        <NA>
## 4763       janelhops            3     FALSE     FALSE         <NA>        <NA>
## 4764    yanmeigoreng         2675      TRUE     FALSE         <NA>        <NA>
## 4765     JessicaEi03           65      TRUE     FALSE         <NA>        <NA>
## 4766 Mileapo_forever           55      TRUE     FALSE         <NA>        <NA>
## 4767  Perlascious_BL          554      TRUE     FALSE         <NA>        <NA>
## 4768       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 4769        _aidan18           90      TRUE     FALSE         <NA>        <NA>
## 4770       MARJ4RINE         2675      TRUE     FALSE         <NA>        <NA>
## 4771  Perlascious_BL          277      TRUE     FALSE         <NA>        <NA>
## 4772       BL_prints            0     FALSE     FALSE         <NA>        <NA>
## 4773       lethia_bl            0     FALSE     FALSE         <NA>        <NA>
## 4774       yingj2520            1      TRUE     FALSE         <NA>        <NA>
## 4775       _bl_ai_ze         2832      TRUE     FALSE         <NA>        <NA>
## 4776      Smacka_bot            0     FALSE     FALSE         <NA>        <NA>
## 4777   Reina_DeFuego            7      TRUE     FALSE         <NA>        <NA>
## 4778 YayukMulawati91            1     FALSE     FALSE         <NA>        <NA>
## 4779      loveggonee          100      TRUE     FALSE         <NA>        <NA>
## 4780        apogulfs           25      TRUE     FALSE         <NA>        <NA>
## 4781    mobydick2010            0     FALSE     FALSE         <NA>        <NA>
## 4782      saintcat89           25      TRUE     FALSE         <NA>        <NA>
## 4783    BL_Fangirl34           57      TRUE     FALSE         <NA>        <NA>
## 4784    BL_Fangirl34           31      TRUE     FALSE         <NA>        <NA>
## 4785     MistyAusten            0     FALSE     FALSE         <NA>        <NA>
## 4786    ym_623_GR_BL         3207      TRUE     FALSE         <NA>        <NA>
## 4787            BIPC            0     FALSE     FALSE         <NA>        <NA>
## 4788    BL_Fangirl34          115      TRUE     FALSE         <NA>        <NA>
## 4789 Ensuredfuture_R            1      TRUE     FALSE         <NA>        <NA>
## 4790   IsmailKDurgut            0     FALSE     FALSE         <NA>        <NA>
## 4791       _bl_ai_ze         5189      TRUE     FALSE         <NA>        <NA>
## 4792    BL_Fangirl34          159      TRUE     FALSE         <NA>        <NA>
## 4793       jtworking          621      TRUE     FALSE         <NA>        <NA>
## 4794    BL_Fangirl34          266      TRUE     FALSE         <NA>        <NA>
## 4795         bl_1306          401      TRUE     FALSE         <NA>        <NA>
## 4796        yuumayn7           91      TRUE     FALSE         <NA>        <NA>
## 4797      tabbitha78            4      TRUE     FALSE         <NA>        <NA>
## 4798          09gmlj         2675      TRUE     FALSE         <NA>        <NA>
## 4799      stella_kms         2675      TRUE     FALSE         <NA>        <NA>
## 4800  chaptercool_bl        19265      TRUE     FALSE         <NA>        <NA>
## 4801      linormenta           99      TRUE     FALSE         <NA>        <NA>
## 4802      asyikiiing           90      TRUE     FALSE         <NA>        <NA>
## 4803      CCockburn2           11      TRUE     FALSE         <NA>        <NA>
## 4804        bl__bts_            6      TRUE     FALSE         <NA>        <NA>
## 4805       shinyeoju           91      TRUE     FALSE         <NA>        <NA>
## 4806       Gogosimo1            7      TRUE     FALSE         <NA>        <NA>
## 4807      Spingibiib           25      TRUE     FALSE         <NA>        <NA>
## 4808      BLMedieval           11      TRUE     FALSE         <NA>        <NA>
## 4809      soun_ariya           63      TRUE     FALSE         <NA>        <NA>
## 4810         bl_1306          288      TRUE     FALSE         <NA>        <NA>
## 4811   amantedel__bl            6     FALSE     FALSE         <NA>        <NA>
## 4812 xcursedgunxreal            0     FALSE     FALSE         <NA>        <NA>
## 4813     Yuriko_Yu78         1172      TRUE     FALSE         <NA>        <NA>
## 4814 TrickhousePress            1      TRUE     FALSE         <NA>        <NA>
## 4815          ieka93           90      TRUE     FALSE         <NA>        <NA>
## 4816      AArnulfo36            0     FALSE     FALSE         <NA>        <NA>
## 4817         jude69p            0     FALSE     FALSE         <NA>        <NA>
## 4818      BLMetadata            6      TRUE     FALSE         <NA>        <NA>
## 4819  helen63lambert           10      TRUE     FALSE         <NA>        <NA>
## 4820  DIANACHARLENE2            7      TRUE     FALSE         <NA>        <NA>
## 4821       itsthatjo            0     FALSE     FALSE         <NA>        <NA>
## 4822      pawinee_wk           28      TRUE     FALSE         <NA>        <NA>
## 4823 coochiebuster33         2675      TRUE     FALSE         <NA>        <NA>
## 4824 bladdictosindia            0     FALSE     FALSE         <NA>        <NA>
## 4825 indiacares_2020            0     FALSE     FALSE         <NA>        <NA>
## 4826       Frau_Aust           13      TRUE     FALSE         <NA>        <NA>
## 4827     unul_lalala           90      TRUE     FALSE         <NA>        <NA>
## 4828     tweedisgood           20      TRUE     FALSE         <NA>        <NA>
## 4829 KeighleyLibrary            4      TRUE     FALSE         <NA>        <NA>
## 4830      BRAINCURES            0     FALSE     FALSE         <NA>        <NA>
## 4831  FurryLibrarian           10      TRUE     FALSE         <NA>        <NA>
## 4832    wesley_shark            0     FALSE     FALSE         <NA>        <NA>
## 4833      BL_Betting            0     FALSE     FALSE         <NA>        <NA>
## 4834   OnielRichards            0     FALSE     FALSE         <NA>        <NA>
## 4835    puppydragons            1     FALSE     FALSE         <NA>        <NA>
## 4836        0007Adnu            0     FALSE     FALSE         <NA>        <NA>
## 4837  magicsugarcube           40      TRUE     FALSE         <NA>        <NA>
## 4838     ricehoarder           48      TRUE     FALSE         <NA>        <NA>
## 4839      elijahh247           44      TRUE     FALSE         <NA>        <NA>
## 4840      moon_jeIIy         2675      TRUE     FALSE         <NA>        <NA>
## 4841     Bl_Troyanda          693      TRUE     FALSE         <NA>        <NA>
## 4842 iridescentstaar           30      TRUE     FALSE         <NA>        <NA>
## 4843 Firelight8abril           25      TRUE     FALSE         <NA>        <NA>
## 4844 AETHERIAIMPERA1           16      TRUE     FALSE         <NA>        <NA>
## 4845       mirukitta         2675      TRUE     FALSE         <NA>        <NA>
## 4846    Parizziartur            0     FALSE     FALSE         <NA>        <NA>
## 4847       Rachewnah          100      TRUE     FALSE         <NA>        <NA>
## 4848     OneNueng_BL            7      TRUE     FALSE         <NA>        <NA>
## 4849     OneNueng_BL            7      TRUE     FALSE         <NA>        <NA>
## 4850    karleenigot7         1403      TRUE     FALSE         <NA>        <NA>
## 4851 therealpatastic            0     FALSE     FALSE         <NA>        <NA>
## 4852    stygiianymph         2675      TRUE     FALSE         <NA>        <NA>
## 4853       prospreme            0     FALSE     FALSE         <NA>        <NA>
## 4854     Moon_3starz          123      TRUE     FALSE         <NA>        <NA>
## 4855      heksnkaass            0     FALSE     FALSE         <NA>        <NA>
## 4856 BlackClawTrader            0     FALSE     FALSE         <NA>        <NA>
## 4857       Lisha_bel           44      TRUE     FALSE         <NA>        <NA>
## 4858     danieI_main           44      TRUE     FALSE         <NA>        <NA>
## 4859   AbubakarSoja8            0     FALSE     FALSE         <NA>        <NA>
## 4860    Net2Ayurveda           13      TRUE     FALSE         <NA>        <NA>
## 4861          lnim03           61      TRUE     FALSE         <NA>        <NA>
## 4862     Bl_clarisse           22      TRUE     FALSE         <NA>        <NA>
## 4863     EllePlushie            0     FALSE     FALSE         <NA>        <NA>
## 4864         ohaeyou          100      TRUE     FALSE         <NA>        <NA>
## 4865         bl_soir           17      TRUE     FALSE         <NA>        <NA>
## 4866 lueilwitz52jlrl            0     FALSE     FALSE         <NA>        <NA>
## 4867        bl__bts_            8      TRUE     FALSE         <NA>        <NA>
## 4868  Chiaki88975144           91      TRUE     FALSE         <NA>        <NA>
## 4869    iwuvmewgulf8           25      TRUE     FALSE         <NA>        <NA>
## 4870      EmmaGar800         1779      TRUE     FALSE         <NA>        <NA>
## 4871      jodanspace          100     FALSE     FALSE         <NA>        <NA>
## 4872        Bullpup2           14      TRUE     FALSE         <NA>        <NA>
## 4873   bluehalfblood           91      TRUE     FALSE         <NA>        <NA>
## 4874        bl__bts_          206      TRUE     FALSE         <NA>        <NA>
## 4875    DelphMurata_            7      TRUE     FALSE         <NA>        <NA>
## 4876   ZdenekDolezal            2      TRUE     FALSE         <NA>        <NA>
## 4877      secheolies            0     FALSE     FALSE         <NA>        <NA>
## 4878     3drenderbot            2      TRUE     FALSE         <NA>        <NA>
## 4879     3drenderbot            1      TRUE     FALSE         <NA>        <NA>
## 4880      sakkurakay            0     FALSE     FALSE         <NA>        <NA>
## 4881        bl__bts_          138      TRUE     FALSE         <NA>        <NA>
## 4882     Bl_ueTe_ars         4140      TRUE     FALSE         <NA>        <NA>
## 4883    BL_Fangirl34           72      TRUE     FALSE         <NA>        <NA>
## 4884  cadburrydairy_           90      TRUE     FALSE         <NA>        <NA>
## 4885     Bl_ueTe_ars          288      TRUE     FALSE         <NA>        <NA>
## 4886     bl_lo_ve_32            0     FALSE     FALSE         <NA>        <NA>
## 4887    BL_Fangirl34          189      TRUE     FALSE         <NA>        <NA>
## 4888 NicoleF19128350            3      TRUE     FALSE         <NA>        <NA>
## 4889        jayeel12           91      TRUE     FALSE         <NA>        <NA>
## 4890       y_tianlin          103      TRUE     FALSE         <NA>        <NA>
## 4891  FurryLibrarian           14      TRUE     FALSE         <NA>        <NA>
## 4892    BL_Fangirl34          323      TRUE     FALSE         <NA>        <NA>
## 4893    BL_Fangirl34          585      TRUE     FALSE         <NA>        <NA>
## 4894  RCJMPANDERSON3            0     FALSE     FALSE         <NA>        <NA>
## 4895      eyeseye_bl         3011      TRUE     FALSE         <NA>        <NA>
## 4896    BL_Fangirl34          429      TRUE     FALSE         <NA>        <NA>
## 4897      eyeseye_bl          571      TRUE     FALSE         <NA>        <NA>
## 4898        wo__owon            7      TRUE     FALSE         <NA>        <NA>
## 4899 hexnumber123524         2675      TRUE     FALSE         <NA>        <NA>
## 4900  IP_Consultorxs            2      TRUE     FALSE         <NA>        <NA>
## 4901     bekbekagain            2      TRUE     FALSE         <NA>        <NA>
## 4902       sospranio         2675      TRUE     FALSE         <NA>        <NA>
## 4903   JovanCummingz            0     FALSE     FALSE         <NA>        <NA>
## 4904      dazedance2            0     FALSE     FALSE         <NA>        <NA>
## 4905 ProfShakespeare           10      TRUE     FALSE         <NA>        <NA>
## 4906       sluttyhui         2675      TRUE     FALSE         <NA>        <NA>
## 4907   itzmee_winoff          110      TRUE     FALSE         <NA>        <NA>
## 4908 bradfordlibs247            4      TRUE     FALSE         <NA>        <NA>
## 4909  TheOnlyCakeOne           11      TRUE     FALSE         <NA>        <NA>
## 4910       opsyspice            8      TRUE     FALSE         <NA>        <NA>
## 4911   LewisMediaAUS           17      TRUE     FALSE         <NA>        <NA>
## 4912  buildbeluvejkp           66      TRUE     FALSE         <NA>        <NA>
## 4913   mochi80243795            1     FALSE     FALSE         <NA>        <NA>
## 4914    Vanguard_way            4      TRUE     FALSE         <NA>        <NA>
## 4915    trestheresee            0     FALSE     FALSE         <NA>        <NA>
## 4916          Mkasi_            0     FALSE     FALSE         <NA>        <NA>
## 4917    Vanguard_way            2      TRUE     FALSE         <NA>        <NA>
## 4918    Vanguard_way            1      TRUE     FALSE         <NA>        <NA>
## 4919    LibraryArden            0     FALSE     FALSE         <NA>        <NA>
## 4920      nwbisexual            0     FALSE     FALSE         <NA>        <NA>
## 4921    BL_Fangirl34          406      TRUE     FALSE         <NA>        <NA>
## 4922    Vanguard_way            2      TRUE     FALSE         <NA>        <NA>
## 4923    BL_Fangirl34          158      TRUE     FALSE         <NA>        <NA>
## 4924          bl_aub           19      TRUE     FALSE         <NA>        <NA>
## 4925      Kaylie0606           65      TRUE     FALSE         <NA>        <NA>
## 4926         _4ysan_           58      TRUE     FALSE         <NA>        <NA>
## 4927       ewereichi            0     FALSE     FALSE         <NA>        <NA>
## 4928    paula_delval            0     FALSE     FALSE         <NA>        <NA>
## 4929    paula_delval            0     FALSE     FALSE         <NA>        <NA>
## 4930    paula_delval           11     FALSE     FALSE         <NA>        <NA>
## 4931       Laure5sos         2675      TRUE     FALSE         <NA>        <NA>
## 4932        mgrSkiba           14      TRUE     FALSE         <NA>        <NA>
## 4933     123Dips4178            2     FALSE     FALSE         <NA>        <NA>
## 4934      lowe40edde            0     FALSE     FALSE         <NA>        <NA>
## 4935    sunberries__            0     FALSE     FALSE         <NA>        <NA>
## 4936          awwhek            0     FALSE     FALSE         <NA>        <NA>
## 4937         BL_Hyro           14      TRUE     FALSE         <NA>        <NA>
## 4938     tekurigadon         2675      TRUE     FALSE         <NA>        <NA>
## 4939          bl_aub            6      TRUE     FALSE         <NA>        <NA>
## 4940       binsmfpxz            0     FALSE     FALSE         <NA>        <NA>
## 4941  aufderhar40cyy            0     FALSE     FALSE         <NA>        <NA>
## 4942         BL_Hyro            3      TRUE     FALSE         <NA>        <NA>
## 4943     bunsaigloss            1      TRUE     FALSE         <NA>        <NA>
## 4944        smallxir         2675      TRUE     FALSE         <NA>        <NA>
## 4945    ShahidhaBari           10      TRUE     FALSE         <NA>        <NA>
## 4946      HanaScribe           14      TRUE     FALSE         <NA>        <NA>
## 4947          aafuyu            0     FALSE     FALSE         <NA>        <NA>
## 4948 Olympias_Epirus            1      TRUE     FALSE         <NA>        <NA>
## 4949         xyz_sal            6      TRUE     FALSE         <NA>        <NA>
## 4950        Pekinaso            0     FALSE     FALSE         <NA>        <NA>
## 4951      walkerajiw            0     FALSE     FALSE         <NA>        <NA>
## 4952     paipaicares           35      TRUE     FALSE         <NA>        <NA>
## 4953     MikeHollows            0     FALSE     FALSE         <NA>        <NA>
## 4954       dessimq17           91      TRUE     FALSE         <NA>        <NA>
## 4955      PaulinaK55            5     FALSE     FALSE         <NA>        <NA>
## 4956 nthgbutoutlines           48      TRUE     FALSE         <NA>        <NA>
## 4957   Edgy_Mcfuckup         2675      TRUE     FALSE         <NA>        <NA>
## 4958     kasumiikiri           63      TRUE     FALSE         <NA>        <NA>
## 4959     Alt48942023            0     FALSE     FALSE         <NA>        <NA>
## 4960   comic_support            0     FALSE     FALSE         <NA>        <NA>
## 4961       brave0nft            5      TRUE     FALSE         <NA>        <NA>
## 4962    avocadourjob            0     FALSE     FALSE         <NA>        <NA>
## 4963        altoxun7            0     FALSE     FALSE         <NA>        <NA>
## 4964        kissu_io            0     FALSE     FALSE         <NA>        <NA>
## 4965     Bl_Troyanda          214      TRUE     FALSE         <NA>        <NA>
## 4966         KPW1453           14      TRUE     FALSE         <NA>        <NA>
## 4967  britishlibrary           10     FALSE     FALSE         <NA>        <NA>
## 4968   AcadLibsNorth            0     FALSE     FALSE         <NA>        <NA>
## 4969          ose1ss            0     FALSE     FALSE         <NA>        <NA>
## 4970     Bl_Troyanda          123      TRUE     FALSE         <NA>        <NA>
## 4971     Bl_Troyanda          835      TRUE     FALSE         <NA>        <NA>
## 4972    UWMALAMERICA            0     FALSE     FALSE         <NA>        <NA>
## 4973     Yuriko_Yu78          236      TRUE     FALSE         <NA>        <NA>
## 4974         atpciaI           10      TRUE     FALSE         <NA>        <NA>
## 4975        occulife            0     FALSE     FALSE         <NA>        <NA>
## 4976       LcvcLcvc1          621      TRUE     FALSE         <NA>        <NA>
## 4977     Bl_ueTe_ars         1097      TRUE     FALSE         <NA>        <NA>
## 4978    BL_Fangirl34           88      TRUE     FALSE         <NA>        <NA>
## 4979    BL_Fangirl34         2720      TRUE     FALSE         <NA>        <NA>
## 4980       atzimpact           91      TRUE     FALSE         <NA>        <NA>
## 4981    miss_bangtan            0     FALSE     FALSE         <NA>        <NA>
## 4982    BL_Fangirl34          159      TRUE     FALSE         <NA>        <NA>
## 4983    BL_Fangirl34          990      TRUE     FALSE         <NA>        <NA>
## 4984         MKBang3            0     FALSE     FALSE         <NA>        <NA>
## 4985        owwwwwni           90      TRUE     FALSE         <NA>        <NA>
## 4986       gyeoulbbh           90      TRUE     FALSE         <NA>        <NA>
## 4987          bl_aub          160      TRUE     FALSE         <NA>        <NA>
## 4988   kissable202bi            6      TRUE     FALSE         <NA>        <NA>
## 4989       DigiBando            0     FALSE     FALSE         <NA>        <NA>
## 4990   damyy98269315          876      TRUE     FALSE         <NA>        <NA>
## 4991       simplyemc            0     FALSE     FALSE         <NA>        <NA>
## 4992   bubblestulip7           91      TRUE     FALSE         <NA>        <NA>
## 4993 jyotisankarnay4            0     FALSE     FALSE         <NA>        <NA>
## 4994      bl_edouard            0     FALSE     FALSE         <NA>        <NA>
## 4995     Bl_ueTe_ars           52      TRUE     FALSE         <NA>        <NA>
## 4996        micovi81           91      TRUE     FALSE         <NA>        <NA>
## 4997    reigenshisou            0     FALSE     FALSE         <NA>        <NA>
## 4998   teemoney_bait            1     FALSE     FALSE         <NA>        <NA>
## 4999      haikyuutie         2675      TRUE     FALSE         <NA>        <NA>
## 5000  zhangqilingsgf           40      TRUE     FALSE         <NA>        <NA>
## 5001 DavinaQueensha_           83      TRUE     FALSE         <NA>        <NA>
## 5002    LebsackOttis            0     FALSE     FALSE         <NA>        <NA>
## 5003        yonast98            7      TRUE     FALSE         <NA>        <NA>
## 5004    Fiqah_Yusoff           90      TRUE     FALSE         <NA>        <NA>
## 5005 RutchelSecorat4           63      TRUE     FALSE         <NA>        <NA>
## 5006 Thistlethinking            0     FALSE     FALSE         <NA>        <NA>
## 5007   Koorinokokoro           24      TRUE     FALSE         <NA>        <NA>
## 5008 DanielaLuiselli           14      TRUE     FALSE         <NA>        <NA>
## 5009 RutchelSecorat4           61      TRUE     FALSE         <NA>        <NA>
## 5010     Bl_ueTe_ars          132      TRUE     FALSE         <NA>        <NA>
## 5011 NNNappreciation            0     FALSE     FALSE         <NA>        <NA>
## 5012     brightnanon            0     FALSE     FALSE         <NA>        <NA>
## 5013      4rch_4ngel         2675      TRUE     FALSE         <NA>        <NA>
## 5014      NickaMae03           10      TRUE     FALSE         <NA>        <NA>
## 5015   tsumugitwiter            0     FALSE     FALSE         <NA>        <NA>
## 5016   tsumugitwiter            0     FALSE     FALSE         <NA>        <NA>
## 5017    etherealpran            0     FALSE     FALSE         <NA>        <NA>
## 5018       velareads            0     FALSE     FALSE         <NA>        <NA>
## 5019   Sleemzy_avil2           44     FALSE     FALSE         <NA>        <NA>
## 5020   ksmkkbookscom            1      TRUE     FALSE         <NA>        <NA>
## 5021 Idkmyna55041112            0     FALSE     FALSE         <NA>        <NA>
## 5022    dramaslover3            0     FALSE     FALSE         <NA>        <NA>
## 5023       encibodas         2675      TRUE     FALSE         <NA>        <NA>
## 5024   USSpaceLawyer            0     FALSE     FALSE         <NA>        <NA>
## 5025   BLAgroIndsLtd            1     FALSE     FALSE         <NA>        <NA>
## 5026         be_ckyy            0     FALSE     FALSE         <NA>        <NA>
## 5027     isakoyuhere           48      TRUE     FALSE         <NA>        <NA>
## 5028  ___purelove___           91      TRUE     FALSE         <NA>        <NA>
## 5029 entertainwomen9            0     FALSE     FALSE         <NA>        <NA>
## 5030    ImAoidabadee           38      TRUE     FALSE         <NA>        <NA>
## 5031        mgrSkiba           20      TRUE     FALSE         <NA>        <NA>
## 5032         ORE1431            7      TRUE     FALSE         <NA>        <NA>
## 5033   inocentiastar            0     FALSE     FALSE         <NA>        <NA>
## 5034      GoMazinger         2675      TRUE     FALSE         <NA>        <NA>
## 5035      bl_lover91           29      TRUE     FALSE         <NA>        <NA>
## 5036 KamehaIndustri1            0     FALSE     FALSE         <NA>        <NA>
## 5037     diana_pelaz           16      TRUE     FALSE         <NA>        <NA>
## 5038   Farah_91Babyz           10      TRUE     FALSE         <NA>        <NA>
## 5039      ironbean23            0     FALSE     FALSE         <NA>        <NA>
## 5040   DoiPathompong           10      TRUE     FALSE         <NA>        <NA>
## 5041     heyitsmizuu            6     FALSE     FALSE         <NA>        <NA>
## 5042   iamzupersaori           17      TRUE     FALSE         <NA>        <NA>
## 5043   fafifuwaswess         2675      TRUE     FALSE         <NA>        <NA>
## 5044    loveleelatee           63      TRUE     FALSE         <NA>        <NA>
## 5045  DharrellGuzman            0     FALSE     FALSE         <NA>        <NA>
## 5046  BL_IndianPrint            0     FALSE     FALSE         <NA>        <NA>
## 5047  BL_IndianPrint            0     FALSE     FALSE         <NA>        <NA>
## 5048          WttLee            0     FALSE     FALSE         <NA>        <NA>
## 5049         iyoba4u            7      TRUE     FALSE         <NA>        <NA>
## 5050    businessline            1     FALSE     FALSE         <NA>        <NA>
## 5051      wcheoleyes            0     FALSE     FALSE         <NA>        <NA>
## 5052        Stanpops          123      TRUE     FALSE         <NA>        <NA>
## 5053   EthioHeritage            7     FALSE     FALSE         <NA>        <NA>
## 5054       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 5055       n4ttwnxtp            0     FALSE     FALSE         <NA>        <NA>
## 5056       lilygauge            0     FALSE     FALSE         <NA>        <NA>
## 5057    _rottenjelly            0     FALSE     FALSE         <NA>        <NA>
## 5058 thembocollector         2675      TRUE     FALSE         <NA>        <NA>
## 5059       KingsInns            8      TRUE     FALSE         <NA>        <NA>
## 5060  greatest__name            0     FALSE     FALSE         <NA>        <NA>
## 5061 clarthelunagate            1     FALSE     FALSE         <NA>        <NA>
## 5062 hyunjinairfried            2     FALSE     FALSE         <NA>        <NA>
## 5063          BL_ncp         3040      TRUE     FALSE         <NA>        <NA>
## 5064        bl_harry         2955      TRUE     FALSE         <NA>        <NA>
## 5065    yoonminsrare           47      TRUE     FALSE         <NA>        <NA>
## 5066        bl_harry        18105      TRUE     FALSE         <NA>        <NA>
## 5067       bl_baddie            0     FALSE     FALSE         <NA>        <NA>
## 5068     chi76556041         2675      TRUE     FALSE         <NA>        <NA>
## 5069 wiltedoleanders         2675      TRUE     FALSE         <NA>        <NA>
## 5070       qiq1_cute            0     FALSE     FALSE         <NA>        <NA>
## 5071    snowpolarfox           91      TRUE     FALSE         <NA>        <NA>
## 5072     yseriesclub            0     FALSE     FALSE         <NA>        <NA>
## 5073    kittykata182           91      TRUE     FALSE         <NA>        <NA>
## 5074         GHofmar            2      TRUE     FALSE         <NA>        <NA>
## 5075       c_jopeshi         2675      TRUE     FALSE         <NA>        <NA>
## 5076        hyeonkiz            0     FALSE     FALSE         <NA>        <NA>
## 5077          lty8ng         2675      TRUE     FALSE         <NA>        <NA>
## 5078  BusinessOffInd            0     FALSE     FALSE         <NA>        <NA>
## 5079      LOUDDIEVAN           63      TRUE     FALSE         <NA>        <NA>
## 5080  bradtke91gmfnd            0     FALSE     FALSE         <NA>        <NA>
## 5081      schadensin            0     FALSE     FALSE         <NA>        <NA>
## 5082        bl__bts_           45      TRUE     FALSE         <NA>        <NA>
## 5083    boys_passion            0     FALSE     FALSE         <NA>        <NA>
## 5084          rza514            3      TRUE     FALSE         <NA>        <NA>
## 5085        bl__bts_          166      TRUE     FALSE         <NA>        <NA>
## 5086       elissa_gc           91      TRUE     FALSE         <NA>        <NA>
## 5087        bl__bts_            7      TRUE     FALSE         <NA>        <NA>
## 5088       Y_H_Bl_Sl            0     FALSE     FALSE         <NA>        <NA>
## 5089    endearingmia            0     FALSE     FALSE         <NA>        <NA>
## 5090        sugarapa         2675      TRUE     FALSE         <NA>        <NA>
## 5091       Kari17921            6      TRUE     FALSE         <NA>        <NA>
## 5092 Anmolsi81001413            0     FALSE     FALSE         <NA>        <NA>
## 5093    JeffreyJDean            8      TRUE     FALSE         <NA>        <NA>
## 5094        Rida3455            0     FALSE     FALSE         <NA>        <NA>
## 5095          HO__Bl        19266      TRUE     FALSE         <NA>        <NA>
## 5096         ub4ldn0           91      TRUE     FALSE         <NA>        <NA>
## 5097         chouyo_            0     FALSE     FALSE         <NA>        <NA>
## 5098       nur261189           90      TRUE     FALSE         <NA>        <NA>
## 5099       EfyManelz           18      TRUE     FALSE         <NA>        <NA>
## 5100   IreneLavovile           91      TRUE     FALSE         <NA>        <NA>
## 5101       smolhoods            0     FALSE     FALSE         <NA>        <NA>
## 5102       milfzishu         2675      TRUE     FALSE         <NA>        <NA>
## 5103       _bl_ai_ze          700      TRUE     FALSE         <NA>        <NA>
## 5104       utsurikun            0     FALSE     FALSE         <NA>        <NA>
## 5105    Pawarroopa11           17      TRUE     FALSE         <NA>        <NA>
## 5106       _bl_ai_ze         6862      TRUE     FALSE         <NA>        <NA>
## 5107        tiqahbm_           90      TRUE     FALSE         <NA>        <NA>
## 5108 errbodyluvsgoku            3      TRUE     FALSE         <NA>        <NA>
## 5109     yiyeoncutie           91      TRUE     FALSE         <NA>        <NA>
## 5110  angiecakes1990            0     FALSE     FALSE         <NA>        <NA>
## 5111       _bl_ai_ze          699      TRUE     FALSE         <NA>        <NA>
## 5112        koanil23          115      TRUE     FALSE         <NA>        <NA>
## 5113     dhhclovesme           91      TRUE     FALSE         <NA>        <NA>
## 5114      twodeehoes           17      TRUE     FALSE         <NA>        <NA>
## 5115     Bl_ueTe_ars          127      TRUE     FALSE         <NA>        <NA>
## 5116    Ureshiisekai           91      TRUE     FALSE         <NA>        <NA>
## 5117     kongartwork            0     FALSE     FALSE         <NA>        <NA>
## 5118  YeyeBwoyfriend            8      TRUE     FALSE         <NA>        <NA>
## 5119 flipkartsupport            0     FALSE     FALSE         <NA>        <NA>
## 5120 Fleurcompassion            0     FALSE     FALSE         <NA>        <NA>
## 5121    crabwithlove            0     FALSE     FALSE         <NA>        <NA>
## 5122     sehyuk_slut           91      TRUE     FALSE         <NA>        <NA>
## 5123   edquist_david            0     FALSE     FALSE         <NA>        <NA>
## 5124      NTRohit543            0     FALSE     FALSE         <NA>        <NA>
## 5125 Proud_HalfBlood            0     FALSE     FALSE         <NA>        <NA>
## 5126        habiate1            0     FALSE     FALSE         <NA>        <NA>
## 5127         Vlove7_           18      TRUE     FALSE         <NA>        <NA>
## 5128     jiutiansong            0     FALSE     FALSE         <NA>        <NA>
## 5129       Juvielian           91      TRUE     FALSE         <NA>        <NA>
## 5130         qeminni            0     FALSE     FALSE         <NA>        <NA>
## 5131         ryuikvx            6      TRUE     FALSE         <NA>        <NA>
## 5132    munkiew_kana           25      TRUE     FALSE         <NA>        <NA>
## 5133 jacksonbrandoni            0     FALSE     FALSE         <NA>        <NA>
## 5134     gingertorte           91      TRUE     FALSE         <NA>        <NA>
## 5135     icecreamNew            0     FALSE     FALSE         <NA>        <NA>
## 5136  Karolisntcarol            0     FALSE     FALSE         <NA>        <NA>
## 5137        mgkasu30           40      TRUE     FALSE         <NA>        <NA>
## 5138  ADramticsCutie            0     FALSE     FALSE         <NA>        <NA>
## 5139      kyukyu3536            0     FALSE     FALSE         <NA>        <NA>
## 5140  moonbyuleeknow            0     FALSE     FALSE         <NA>        <NA>
## 5141 SebasRe68666021            0     FALSE     FALSE         <NA>        <NA>
## 5142        red_loeb           14     FALSE     FALSE         <NA>        <NA>
## 5143      NTRohit543            2      TRUE     FALSE         <NA>        <NA>
## 5144    fObbYaZn1990           91      TRUE     FALSE         <NA>        <NA>
## 5145    chngbnswhore            7     FALSE     FALSE         <NA>        <NA>
## 5146     Minooi_Hmmm            0     FALSE     FALSE         <NA>        <NA>
## 5147     jiutiansong            0     FALSE     FALSE         <NA>        <NA>
## 5148     WH1T3L0TUS_           30      TRUE     FALSE         <NA>        <NA>
## 5149         ryuikvx           10      TRUE     FALSE         <NA>        <NA>
## 5150     rfboothroyd            1     FALSE     FALSE         <NA>        <NA>
## 5151       stoicpleb           70      TRUE     FALSE         <NA>        <NA>
## 5152           3mKa1            1      TRUE     FALSE         <NA>        <NA>
## 5153     Hokutotrash            0     FALSE     FALSE         <NA>        <NA>
## 5154 22forever12five         2675      TRUE     FALSE         <NA>        <NA>
## 5155   her_cool_aunt            0     FALSE     FALSE         <NA>        <NA>
## 5156         ssefnum            0     FALSE     FALSE         <NA>        <NA>
## 5157 PaulDea69972397           70      TRUE     FALSE         <NA>        <NA>
## 5158      contentamb            9      TRUE     FALSE         <NA>        <NA>
## 5159    lazyyydayyyz           39      TRUE     FALSE         <NA>        <NA>
## 5160       baekook20           10      TRUE     FALSE         <NA>        <NA>
## 5161   sangwooserror            0     FALSE     FALSE         <NA>        <NA>
## 5162    pro_bl_media            0     FALSE     FALSE         <NA>        <NA>
## 5163     robobunnies         2675      TRUE     FALSE         <NA>        <NA>
## 5164        uptonife            0     FALSE     FALSE         <NA>        <NA>
## 5165         ryuikvx           32      TRUE     FALSE         <NA>        <NA>
## 5166      bl_essence            0     FALSE     FALSE         <NA>        <NA>
## 5167  AcademicPurple            7      TRUE     FALSE         <NA>        <NA>
## 5168      bl_essence            1     FALSE     FALSE         <NA>        <NA>
## 5169       bab1gh0ul            0     FALSE     FALSE         <NA>        <NA>
## 5170   fourBL4CKPINK            2      TRUE     FALSE         <NA>        <NA>
## 5171        bl_4_eva           72      TRUE     FALSE         <NA>        <NA>
## 5172      bl_essence            0     FALSE     FALSE         <NA>        <NA>
## 5173  angiecakes1990            0     FALSE     FALSE         <NA>        <NA>
## 5174  Andreu91418775           10      TRUE     FALSE         <NA>        <NA>
## 5175     Bl_Troyanda         1172      TRUE     FALSE         <NA>        <NA>
## 5176    royallitfund           67      TRUE     FALSE         <NA>        <NA>
## 5177 AlexCoppocBunce           70      TRUE     FALSE         <NA>        <NA>
## 5178        SJHDELHI            2     FALSE     FALSE         <NA>        <NA>
## 5179      drsx_rojeu           17      TRUE     FALSE         <NA>        <NA>
## 5180        bl__bts_            2      TRUE     FALSE         <NA>        <NA>
## 5181          SegoAG           20      TRUE     FALSE         <NA>        <NA>
## 5182         lwjsexc           91      TRUE     FALSE         <NA>        <NA>
## 5183           t_j72            0     FALSE     FALSE         <NA>        <NA>
## 5184       Drmouboni            0     FALSE     FALSE         <NA>        <NA>
## 5185          BibSoc           24      TRUE     FALSE         <NA>        <NA>
## 5186        bl__bts_           13      TRUE     FALSE         <NA>        <NA>
## 5187     Hokutotrash            0     FALSE     FALSE         <NA>        <NA>
## 5188   LoveWonwooshi           17      TRUE     FALSE         <NA>        <NA>
## 5189       gostephgo            3     FALSE     FALSE         <NA>        <NA>
## 5190        Jargo_BL            0     FALSE     FALSE         <NA>        <NA>
## 5191     shakoaulait         2675      TRUE     FALSE         <NA>        <NA>
## 5192      drsx_rojeu           91      TRUE     FALSE         <NA>        <NA>
## 5193 DavinaQueensha_           85      TRUE     FALSE         <NA>        <NA>
## 5194      narrystill           18      TRUE     FALSE         <NA>        <NA>
## 5195        bl__bts_            5      TRUE     FALSE         <NA>        <NA>
## 5196        bl__bts_            3      TRUE     FALSE         <NA>        <NA>
## 5197  eeeeeeeeeeelif         2675      TRUE     FALSE         <NA>        <NA>
## 5198        bl__bts_           16      TRUE     FALSE         <NA>        <NA>
## 5199        bl__bts_            8      TRUE     FALSE         <NA>        <NA>
## 5200    hualiantgcf7           17      TRUE     FALSE         <NA>        <NA>
## 5201     Bl_Troyanda          495      TRUE     FALSE         <NA>        <NA>
## 5202        bl__bts_           53      TRUE     FALSE         <NA>        <NA>
## 5203     NavinaHindu            0     FALSE     FALSE         <NA>        <NA>
## 5204       measaniie           91      TRUE     FALSE         <NA>        <NA>
## 5205  bloomellow_web           35      TRUE     FALSE         <NA>        <NA>
## 5206     Uzuibangtan            0     FALSE     FALSE         <NA>        <NA>
## 5207  bloomellow_web           17      TRUE     FALSE         <NA>        <NA>
## 5208 krmanhwa_market            7      TRUE     FALSE         <NA>        <NA>
## 5209        red_loeb           10     FALSE     FALSE         <NA>        <NA>
## 5210     MoonaaLunaa           30      TRUE     FALSE         <NA>        <NA>
## 5211       Add1ct606         3139      TRUE     FALSE         <NA>        <NA>
## 5212          nyss4_           90      TRUE     FALSE         <NA>        <NA>
## 5213      Beyfan_omb            0     FALSE     FALSE         <NA>        <NA>
## 5214        bl__bts_            6      TRUE     FALSE         <NA>        <NA>
## 5215        bl__bts_           38      TRUE     FALSE         <NA>        <NA>
## 5216  angiecakes1990            0     FALSE     FALSE         <NA>        <NA>
## 5217    Benjaporntum           10      TRUE     FALSE         <NA>        <NA>
## 5218        bl__bts_            3      TRUE     FALSE         <NA>        <NA>
## 5219       dgyeonzio           91      TRUE     FALSE         <NA>        <NA>
## 5220    LTHTRFinance            3      TRUE     FALSE         <NA>        <NA>
## 5221      shivamk456            1     FALSE     FALSE         <NA>        <NA>
## 5222  Ichor_Calamity            0     FALSE     FALSE         <NA>        <NA>
## 5223        bl__bts_            2      TRUE     FALSE         <NA>        <NA>
## 5224       Anna53tje            0     FALSE     FALSE         <NA>        <NA>
## 5225        bl__bts_            5      TRUE     FALSE         <NA>        <NA>
## 5226   yvonnesales78            0     FALSE     FALSE         <NA>        <NA>
## 5227      _armyezgi_            0     FALSE     FALSE         <NA>        <NA>
## 5228          Nxxi94           91      TRUE     FALSE         <NA>        <NA>
## 5229        bl__bts_            2      TRUE     FALSE         <NA>        <NA>
## 5230    kneverfrownr           39      TRUE     FALSE         <NA>        <NA>
## 5231     Uzuibangtan            0     FALSE     FALSE         <NA>        <NA>
## 5232         Rati_91           18      TRUE     FALSE         <NA>        <NA>
## 5233     chinggsmida           90      TRUE     FALSE         <NA>        <NA>
## 5234        BLcritic            2     FALSE     FALSE         <NA>        <NA>
## 5235   amantedel__bl          157      TRUE     FALSE         <NA>        <NA>
## 5236       harisneez            0     FALSE     FALSE         <NA>        <NA>
## 5237    MariReactsYT            0     FALSE     FALSE         <NA>        <NA>
## 5238      nantimandi            0     FALSE     FALSE         <NA>        <NA>
## 5239       mirabelyu            0     FALSE     FALSE         <NA>        <NA>
## 5240       Kavyayaad            2     FALSE     FALSE         <NA>        <NA>
## 5241    onjirayaden1           61      TRUE     FALSE         <NA>        <NA>
## 5242     Sharman2Pam            1      TRUE     FALSE         <NA>        <NA>
## 5243 phoolchandvrmaa            3      TRUE     FALSE         <NA>        <NA>
## 5244   Scarlletwolf1          103      TRUE     FALSE         <NA>        <NA>
## 5245   BooksTeaFilms           10      TRUE     FALSE         <NA>        <NA>
## 5246    hualiantgcf7           91      TRUE     FALSE         <NA>        <NA>
## 5247      kyukyu3536            0     FALSE     FALSE         <NA>        <NA>
## 5248   glissadefface            0     FALSE     FALSE         <NA>        <NA>
## 5249         JregPeg         2675      TRUE     FALSE         <NA>        <NA>
## 5250      ahjuicykun           91      TRUE     FALSE         <NA>        <NA>
## 5251        Safuafua           91      TRUE     FALSE         <NA>        <NA>
## 5252   CorinaObertas           17      TRUE     FALSE         <NA>        <NA>
## 5253    MySexToyHub1            0     FALSE     FALSE         <NA>        <NA>
## 5254     bkpp_mint24          618      TRUE     FALSE         <NA>        <NA>
## 5255       manzeehua           91      TRUE     FALSE         <NA>        <NA>
## 5256         signald            0     FALSE     FALSE         <NA>        <NA>
## 5257         rdngjo_           17      TRUE     FALSE         <NA>        <NA>
## 5258      Tappy_toon           91     FALSE     FALSE         <NA>        <NA>
## 5259   matsumuisbest            0     FALSE     FALSE         <NA>        <NA>
## 5260 chocomilkfrever         2675      TRUE     FALSE         <NA>        <NA>
## 5261        futekiya           17     FALSE     FALSE         <NA>        <NA>
## 5262        pa_bl_00            0     FALSE     FALSE         <NA>        <NA>
## 5263  BL_IndianPrint            0     FALSE     FALSE         <NA>        <NA>
## 5264 dailymedievald1            1     FALSE     FALSE         <NA>        <NA>
## 5265  GoodThingRw_th            1     FALSE     FALSE         <NA>        <NA>
## 5266   BLAsia_Africa            2     FALSE     FALSE         <NA>        <NA>
## 5267       _bl_ai_ze         2876      TRUE     FALSE         <NA>        <NA>
## 5268         kaihpop            3     FALSE     FALSE         <NA>        <NA>
## 5269      ironbean23            0     FALSE     FALSE         <NA>        <NA>
## 5270  maianhhjhjhaha           30      TRUE     FALSE         <NA>        <NA>
## 5271       _bl_ai_ze         2735      TRUE     FALSE         <NA>        <NA>
## 5272         Ddoori2           63      TRUE     FALSE         <NA>        <NA>
## 5273       diyojenix            0     FALSE     FALSE         <NA>        <NA>
## 5274    ShriRamJayam           17      TRUE     FALSE         <NA>        <NA>
## 5275    Bl_world0194        15013      TRUE     FALSE         <NA>        <NA>
## 5276        di297010            1     FALSE     FALSE         <NA>        <NA>
## 5277       _bl_ai_ze            0     FALSE     FALSE         <NA>        <NA>
## 5278    pransocoolja           40      TRUE     FALSE         <NA>        <NA>
## 5279           zldy_           14      TRUE     FALSE         <NA>        <NA>
## 5280  BackstreetLamb            1      TRUE     FALSE         <NA>        <NA>
## 5281  Tawanforlifeee            0     FALSE     FALSE         <NA>        <NA>
## 5282    zhouzishoots            0     FALSE     FALSE         <NA>        <NA>
## 5283     4ashish2012           17      TRUE     FALSE         <NA>        <NA>
## 5284     leilakassir            0     FALSE     FALSE         <NA>        <NA>
## 5285         signald            0     FALSE     FALSE         <NA>        <NA>
## 5286  maianhhjhjhaha           24      TRUE     FALSE         <NA>        <NA>
## 5287        bl__bts_            2      TRUE     FALSE         <NA>        <NA>
## 5288       _bl_ai_ze            1      TRUE     FALSE         <NA>        <NA>
## 5289   haijou_parade         2675      TRUE     FALSE         <NA>        <NA>
## 5290      AdzTheMadz           18     FALSE     FALSE         <NA>        <NA>
## 5291         dipayy_           16      TRUE     FALSE         <NA>        <NA>
## 5292     babushkat_s         2675      TRUE     FALSE         <NA>        <NA>
## 5293         kllbpub            0     FALSE     FALSE         <NA>        <NA>
## 5294          BL_ncp         5638      TRUE     FALSE         <NA>        <NA>
## 5295    ashineeworld            0     FALSE     FALSE         <NA>        <NA>
## 5296        bl__bts_            2      TRUE     FALSE         <NA>        <NA>
## 5297         ApocTao            0     FALSE     FALSE         <NA>        <NA>
## 5298         kaihpop            3     FALSE     FALSE         <NA>        <NA>
## 5299 TonySimoesdaSi1           70      TRUE     FALSE         <NA>        <NA>
## 5300        bl__bts_          101      TRUE     FALSE         <NA>        <NA>
## 5301         zietwts           90      TRUE     FALSE         <NA>        <NA>
## 5302      ironbean23            0     FALSE     FALSE         <NA>        <NA>
## 5303         ApocTao            0     FALSE     FALSE         <NA>        <NA>
## 5304       M18139870          115      TRUE     FALSE         <NA>        <NA>
## 5305     Bl_ueTe_ars           53      TRUE     FALSE         <NA>        <NA>
## 5306        kelsi94i            0     FALSE     FALSE         <NA>        <NA>
## 5307       anzalna24            0     FALSE     FALSE         <NA>        <NA>
## 5308      tasteofpie         1300      TRUE     FALSE         <NA>        <NA>
## 5309   Webcomics_app            1     FALSE     FALSE         <NA>        <NA>
## 5310        nininpat          109      TRUE     FALSE         <NA>        <NA>
## 5311     neuropoetic            0     FALSE     FALSE         <NA>        <NA>
## 5312    iajgrijalvo_            0     FALSE     FALSE         <NA>        <NA>
## 5313       yippo_png            0     FALSE     FALSE         <NA>        <NA>
## 5314 earthbornmetals         2675      TRUE     FALSE         <NA>        <NA>
## 5315         Boboj29            6      TRUE     FALSE         <NA>        <NA>
## 5316        pa_bl_00            0     FALSE     FALSE         <NA>        <NA>
## 5317       marillytw            0     FALSE     FALSE         <NA>        <NA>
## 5318 DimitrisAtticus           20      TRUE     FALSE         <NA>        <NA>
## 5319   Modi_Nama2024           17      TRUE     FALSE         <NA>        <NA>
## 5320 mshorriblepussy         2675      TRUE     FALSE         <NA>        <NA>
## 5321     ottercervie            2      TRUE     FALSE         <NA>        <NA>
## 5322     PERRIEpinas          290      TRUE     FALSE         <NA>        <NA>
## 5323  Astroblshastri            0     FALSE     FALSE         <NA>        <NA>
## 5324         ApocTao            0     FALSE     FALSE         <NA>        <NA>
## 5325  Astroblshastri            0     FALSE     FALSE         <NA>        <NA>
## 5326        denuys_c          312      TRUE     FALSE         <NA>        <NA>
## 5327     GungJansiri           40      TRUE     FALSE         <NA>        <NA>
## 5328  Befikraashique           15      TRUE     FALSE         <NA>        <NA>
## 5329        bl__bts_           19      TRUE     FALSE         <NA>        <NA>
## 5330  cloths_for_all            0     FALSE     FALSE         <NA>        <NA>
## 5331    vertexpotion            0     FALSE     FALSE         <NA>        <NA>
## 5332    morebandages         2675      TRUE     FALSE         <NA>        <NA>
## 5333    syeathoughts           90      TRUE     FALSE         <NA>        <NA>
## 5334      mayank_314           17      TRUE     FALSE         <NA>        <NA>
## 5335    Sleemzy_avil            8      TRUE     FALSE         <NA>        <NA>
## 5336         ApocTao            2     FALSE     FALSE         <NA>        <NA>
## 5337      jokenkenAR            0     FALSE     FALSE         <NA>        <NA>
## 5338        snxiowi4          396      TRUE     FALSE         <NA>        <NA>
## 5339       LivsAbell            0     FALSE     FALSE         <NA>        <NA>
## 5340   daily_k_drama            0     FALSE     FALSE         <NA>        <NA>
## 5341 gohliuying_fans           90      TRUE     FALSE         <NA>        <NA>
## 5342 Purehappiness19           18      TRUE     FALSE         <NA>        <NA>
## 5343        bl_4_eva            0     FALSE     FALSE         <NA>        <NA>
## 5344  mileapo_greeny           55      TRUE     FALSE         <NA>        <NA>
## 5345 QuietMindsClass            0     FALSE     FALSE         <NA>        <NA>
## 5346        leyanasl            0     FALSE     FALSE         <NA>        <NA>
## 5347  agaunstnazguls         2675      TRUE     FALSE         <NA>        <NA>
## 5348       netxjames           39      TRUE     FALSE         <NA>        <NA>
## 5349    Strawburryjm            7      TRUE     FALSE         <NA>        <NA>
## 5350      enralada69            0     FALSE     FALSE         <NA>        <NA>
## 5351   lvrqueercntnt        44954      TRUE     FALSE         <NA>        <NA>
## 5352       signediza            9     FALSE     FALSE         <NA>        <NA>
## 5353     o0StanAce0o            0     FALSE     FALSE         <NA>        <NA>
## 5354      AnaGrayred           16      TRUE     FALSE         <NA>        <NA>
## 5355    JAIDEEPDAS18            0     FALSE     FALSE         <NA>        <NA>
## 5356         Kpopmap           10     FALSE     FALSE         <NA>        <NA>
## 5357       jaylan53i            0     FALSE     FALSE         <NA>        <NA>
## 5358    YoganathanMP          115      TRUE     FALSE         <NA>        <NA>
## 5359     arleenimoro            0     FALSE     FALSE         <NA>        <NA>
## 5360     Acidaddict3            0     FALSE     FALSE         <NA>        <NA>
## 5361        webviruz         2675      TRUE     FALSE         <NA>        <NA>
## 5362        bl__bts_           11      TRUE     FALSE         <NA>        <NA>
## 5363        bl__bts_            6      TRUE     FALSE         <NA>        <NA>
## 5364  mileapo_greeny           65      TRUE     FALSE         <NA>        <NA>
## 5365      aguilar_ve            0     FALSE     FALSE         <NA>        <NA>
## 5366         MegDmrt            0     FALSE     FALSE         <NA>        <NA>
## 5367       Barbiares            0     FALSE     FALSE         <NA>        <NA>
## 5368   ALiuzzoScorpo           16      TRUE     FALSE         <NA>        <NA>
## 5369        babou_bl          270      TRUE     FALSE         <NA>        <NA>
## 5370          WTK_BL         3518      TRUE     FALSE         <NA>        <NA>
## 5371         Tian_A1            0     FALSE     FALSE         <NA>        <NA>
## 5372          EPdyof            0     FALSE     FALSE         <NA>        <NA>
## 5373     zuradaisuki         2675      TRUE     FALSE         <NA>        <NA>
## 5374         chouyo_            0     FALSE     FALSE         <NA>        <NA>
## 5375    TofficKagawa            4      TRUE     FALSE         <NA>        <NA>
## 5376    NeoThomist81            5      TRUE     FALSE         <NA>        <NA>
## 5377      cupofassam            0     FALSE     FALSE         <NA>        <NA>
## 5378        linob_bl         6462      TRUE     FALSE         <NA>        <NA>
## 5379   Bruce11520202          115      TRUE     FALSE         <NA>        <NA>
## 5380 WisnuPradanaArt            3      TRUE     FALSE         <NA>        <NA>
## 5381 WisnuPradanaArt            0     FALSE     FALSE         <NA>        <NA>
## 5382           VJMS9            0     FALSE     FALSE         <NA>        <NA>
## 5383        Runes7th         2675      TRUE     FALSE         <NA>        <NA>
## 5384        kokinoak          312      TRUE     FALSE         <NA>        <NA>
## 5385   BooksTeaFilms           20      TRUE     FALSE         <NA>        <NA>
## 5386        LMG_2117           25      TRUE     FALSE         <NA>        <NA>
## 5387          pk5125            3     FALSE     FALSE         <NA>        <NA>
## 5388   Anuradhatweet           70      TRUE     FALSE         <NA>        <NA>
## 5389       mafiyamii            8      TRUE     FALSE         <NA>        <NA>
## 5390          qiyaio         2675      TRUE     FALSE         <NA>        <NA>
## 5391   mochieemolala            2      TRUE     FALSE         <NA>        <NA>
## 5392        asia_bl_          316      TRUE     FALSE         <NA>        <NA>
## 5393   Adge_the_Mage         2675      TRUE     FALSE         <NA>        <NA>
## 5394     PARKJIMINM8           63      TRUE     FALSE         <NA>        <NA>
## 5395      RCCoulombe            5      TRUE     FALSE         <NA>        <NA>
## 5396  oilandgaspress            0     FALSE     FALSE         <NA>        <NA>
## 5397    waniestonzj2           90      TRUE     FALSE         <NA>        <NA>
## 5398 Contemporary_BL            6      TRUE     FALSE         <NA>        <NA>
## 5399     sinha_sippy            0     FALSE     FALSE         <NA>        <NA>
## 5400   ElitesMewgulf           25      TRUE     FALSE         <NA>        <NA>
## 5401          dpop_p            0     FALSE     FALSE         <NA>        <NA>
## 5402       BTSSVERSE           81      TRUE     FALSE         <NA>        <NA>
## 5403       IamPolSol           17     FALSE     FALSE         <NA>        <NA>
## 5404       agtmadcat            0     FALSE     FALSE         <NA>        <NA>
## 5405  catherinemginn            1      TRUE     FALSE         <NA>        <NA>
## 5406     CurtMaestro         2675      TRUE     FALSE         <NA>        <NA>
## 5407     starcelokia           90      TRUE     FALSE         <NA>        <NA>
## 5408       mafiyamii          763      TRUE     FALSE         <NA>        <NA>
## 5409  chemabulsayang           90      TRUE     FALSE         <NA>        <NA>
## 5410  cheeringniall1            0     FALSE     FALSE         <NA>        <NA>
## 5411         Ninyy__           90      TRUE     FALSE         <NA>        <NA>
## 5412          dpop_p            0     FALSE     FALSE         <NA>        <NA>
## 5413  iandavidjones2           70      TRUE     FALSE         <NA>        <NA>
## 5414  QueenofCats200            0     FALSE     FALSE         <NA>        <NA>
## 5415   Ratnakarrudra            0     FALSE     FALSE         <NA>        <NA>
## 5416     spookicooky            2     FALSE     FALSE         <NA>        <NA>
## 5417       runwitchi           35      TRUE     FALSE         <NA>        <NA>
## 5418         i_m_cer           58      TRUE     FALSE         <NA>        <NA>
## 5419 CataclysmalLife            0     FALSE     FALSE         <NA>        <NA>
## 5420       zetsubo12            0     FALSE     FALSE         <NA>        <NA>
## 5421    LuminoLovely            1      TRUE     FALSE         <NA>        <NA>
## 5422       oneoff666           69      TRUE     FALSE         <NA>        <NA>
## 5423   bluehalfblood          110      TRUE     FALSE         <NA>        <NA>
## 5424         SeshesM          115      TRUE     FALSE         <NA>        <NA>
## 5425      sakurali01           65      TRUE     FALSE         <NA>        <NA>
## 5426  Wordsworthians            5      TRUE     FALSE         <NA>        <NA>
## 5427          dpop_p            0     FALSE     FALSE         <NA>        <NA>
## 5428          MazpmS           61      TRUE     FALSE         <NA>        <NA>
## 5429        Lallum35           20      TRUE     FALSE         <NA>        <NA>
## 5430       shanidar4           20      TRUE     FALSE         <NA>        <NA>
## 5431     jiutiansong            0     FALSE     FALSE         <NA>        <NA>
## 5432     Bl_Troyanda         1679      TRUE     FALSE         <NA>        <NA>
## 5433        red_loeb            0     FALSE     FALSE         <NA>        <NA>
## 5434   ALITTLEPAPERS         1403      TRUE     FALSE         <NA>        <NA>
## 5435       _mideyyyy            0     FALSE     FALSE         <NA>        <NA>
## 5436     Bl_Troyanda         2078      TRUE     FALSE         <NA>        <NA>
## 5437     JimAkanishi           21      TRUE     FALSE         <NA>        <NA>
## 5438    FriendsofSTC            5     FALSE     FALSE         <NA>        <NA>
## 5439     Bl_Troyanda          141      TRUE     FALSE         <NA>        <NA>
## 5440 MrCherr35092971            0     FALSE     FALSE         <NA>        <NA>
## 5441     Bl_Troyanda          210      TRUE     FALSE         <NA>        <NA>
## 5442    0511hararuni            5      TRUE     FALSE         <NA>        <NA>
## 5443       hauutdawg            7      TRUE     FALSE         <NA>        <NA>
## 5444        linob_bl        11589      TRUE     FALSE         <NA>        <NA>
## 5445     Bl_Troyanda            1      TRUE     FALSE         <NA>        <NA>
## 5446       DaemonAAc            2      TRUE     FALSE         <NA>        <NA>
## 5447       wluvscats            0     FALSE     FALSE         <NA>        <NA>
## 5448     Bl_Troyanda            1      TRUE     FALSE         <NA>        <NA>
## 5449 SoniaSa96325829           25      TRUE     FALSE         <NA>        <NA>
## 5450       DaemonAAc           34      TRUE     FALSE         <NA>        <NA>
## 5451      bauhouse65            6     FALSE     FALSE         <NA>        <NA>
## 5452     brookebay21           70      TRUE     FALSE         <NA>        <NA>
## 5453     CarinaNieuw            0     FALSE     FALSE         <NA>        <NA>
## 5454         folucar           10      TRUE     FALSE         <NA>        <NA>
## 5455        bl__bts_            8      TRUE     FALSE         <NA>        <NA>
## 5456 Randy_v_Brienen           46      TRUE     FALSE         <NA>        <NA>
## 5457     ITooObserve           11      TRUE     FALSE         <NA>        <NA>
## 5458     cmoneyowoww            0     FALSE     FALSE         <NA>        <NA>
## 5459        bl__bts_            8      TRUE     FALSE         <NA>        <NA>
## 5460        bl__bts_            4      TRUE     FALSE         <NA>        <NA>
## 5461       pondphu77            0     FALSE     FALSE         <NA>        <NA>
## 5462       yoonknoww            0     FALSE     FALSE         <NA>        <NA>
## 5463         cskk888          256      TRUE     FALSE         <NA>        <NA>
## 5464     jinyoung_bl            1      TRUE     FALSE         <NA>        <NA>
## 5465   sukasukatsuki            6      TRUE     FALSE         <NA>        <NA>
## 5466        hyunlxed            0     FALSE     FALSE         <NA>        <NA>
## 5467  ThomasPeachLib            0     FALSE     FALSE         <NA>        <NA>
## 5468    ChelaPerez17           25      TRUE     FALSE         <NA>        <NA>
## 5469 BlackLo39629533           15     FALSE     FALSE         <NA>        <NA>
## 5470   BL_Publishing            2      TRUE     FALSE         <NA>        <NA>
## 5471   BL_Publishing            2      TRUE     FALSE         <NA>        <NA>
## 5472         folucar           20      TRUE     FALSE         <NA>        <NA>
## 5473  adhilahamed_BL          173      TRUE     FALSE         <NA>        <NA>
## 5474     bakeliteguy            0     FALSE     FALSE         <NA>        <NA>
## 5475        torphxbe            0     FALSE     FALSE         <NA>        <NA>
## 5476    cookieracha_            0     FALSE     FALSE         <NA>        <NA>
## 5477  FurryLibrarian           20      TRUE     FALSE         <NA>        <NA>
## 5478    PMewGulfSaid           25      TRUE     FALSE         <NA>        <NA>
## 5479      lowe78jcjn            0     FALSE     FALSE         <NA>        <NA>
## 5480       manx_maid           10      TRUE     FALSE         <NA>        <NA>
## 5481     Reddingt0n9           40      TRUE     FALSE         <NA>        <NA>
## 5482       Seannnny_            6      TRUE     FALSE         <NA>        <NA>
## 5483    craigansibin           90      TRUE     FALSE         <NA>        <NA>
## 5484    cypheryoongi            0     FALSE     FALSE         <NA>        <NA>
## 5485  fourtknightttt           90      TRUE     FALSE         <NA>        <NA>
## 5486         Elmo580           61      TRUE     FALSE         <NA>        <NA>
## 5487        treelann            0     FALSE     FALSE         <NA>        <NA>
## 5488        red_loeb           20     FALSE     FALSE         <NA>        <NA>
## 5489      MchMerteha            0     FALSE     FALSE         <NA>        <NA>
## 5490      fromiznine            0     FALSE     FALSE         <NA>        <NA>
## 5491       DaemonAAc           67      TRUE     FALSE         <NA>        <NA>
## 5492      ajsweetboy            0     FALSE     FALSE         <NA>        <NA>
## 5493        hyunlxed            0     FALSE     FALSE         <NA>        <NA>
## 5494    apoflorawine           63      TRUE     FALSE         <NA>        <NA>
## 5495     zhr99356552           61      TRUE     FALSE         <NA>        <NA>
## 5496       Illumiell            2     FALSE     FALSE         <NA>        <NA>
## 5497          steh_x            0     FALSE     FALSE         <NA>        <NA>
## 5498           D2ist            0     FALSE     FALSE         <NA>        <NA>
## 5499       awodzynka            4      TRUE     FALSE         <NA>        <NA>
## 5500      tastelixie            0     FALSE     FALSE         <NA>        <NA>
## 5501    yaoitalia_it            0     FALSE     FALSE         <NA>        <NA>
## 5502        treelann            0     FALSE     FALSE         <NA>        <NA>
## 5503       leanonsel            0     FALSE     FALSE         <NA>        <NA>
## 5504        bl__bts_          177      TRUE     FALSE         <NA>        <NA>
## 5505          thvzzn            0     FALSE     FALSE         <NA>        <NA>
## 5506     eternallyjs            0     FALSE     FALSE         <NA>        <NA>
## 5507    noturskylite            0     FALSE     FALSE         <NA>        <NA>
## 5508      itboybuild            0     FALSE     FALSE         <NA>        <NA>
## 5509        revehour            0     FALSE     FALSE         <NA>        <NA>
## 5510       davesh153           70      TRUE     FALSE         <NA>        <NA>
## 5511         HViva34            0     FALSE     FALSE         <NA>        <NA>
## 5512         gaygyyy            0     FALSE     FALSE         <NA>        <NA>
## 5513    abbott14ghgw            0     FALSE     FALSE         <NA>        <NA>
## 5514   Chris14443657            0     FALSE     FALSE         <NA>        <NA>
## 5515       Aptos1990          396      TRUE     FALSE         <NA>        <NA>
## 5516        orked614            1      TRUE     FALSE         <NA>        <NA>
## 5517       yoonknoww            0     FALSE     FALSE         <NA>        <NA>
## 5518  Thomas53319799            8      TRUE     FALSE         <NA>        <NA>
## 5519         Nap_ooo           10      TRUE     FALSE         <NA>        <NA>
## 5520     tacticooIer         2675      TRUE     FALSE         <NA>        <NA>
## 5521       biubiuppk           71      TRUE     FALSE         <NA>        <NA>
## 5522   em0junghoseok            0     FALSE     FALSE         <NA>        <NA>
## 5523     JimAkanishi            4      TRUE     FALSE         <NA>        <NA>
## 5524         Mrlemo9            0     FALSE     FALSE         <NA>        <NA>
## 5525   sojungsplanet            0     FALSE     FALSE         <NA>        <NA>
## 5526        bl__bts_           77      TRUE     FALSE         <NA>        <NA>
## 5527         dendeph            6      TRUE     FALSE         <NA>        <NA>
## 5528  angiecakes1990            0     FALSE     FALSE         <NA>        <NA>
## 5529  army_melody_bl           57      TRUE     FALSE         <NA>        <NA>
## 5530     MarineMushu            2      TRUE     FALSE         <NA>        <NA>
## 5531      0LDMANYAOI            1     FALSE     FALSE         <NA>        <NA>
## 5532      schmittwsb            0     FALSE     FALSE         <NA>        <NA>
## 5533       KurobaInu            0     FALSE     FALSE         <NA>        <NA>
## 5534        xx_wawax           90      TRUE     FALSE         <NA>        <NA>
## 5535  ArchiveHashtag            2      TRUE     FALSE         <NA>        <NA>
## 5536      MchMerteha            0     FALSE     FALSE         <NA>        <NA>
## 5537     noteGarrett            8      TRUE     FALSE         <NA>        <NA>
## 5538        ryconize           90      TRUE     FALSE         <NA>        <NA>
## 5539  army_melody_bl         1016      TRUE     FALSE         <NA>        <NA>
## 5540 fangrlbutnotime           71      TRUE     FALSE         <NA>        <NA>
## 5541     Beenhakitty           63      TRUE     FALSE         <NA>        <NA>
## 5542        ezesunez            0     FALSE     FALSE         <NA>        <NA>
## 5543 PattrapornSuna2           63      TRUE     FALSE         <NA>        <NA>
## 5544 NurMaisarahAli4           90      TRUE     FALSE         <NA>        <NA>
## 5545    loveGulf0412           40      TRUE     FALSE         <NA>        <NA>
## 5546   Lusifer__Girl           50      TRUE     FALSE         <NA>        <NA>
## 5547  broken_head_bl          264      TRUE     FALSE         <NA>        <NA>
## 5548        GENSHlIN            8      TRUE     FALSE         <NA>        <NA>
## 5549  angiecakes1990            0     FALSE     FALSE         <NA>        <NA>
## 5550       _bl_ai_ze          735      TRUE     FALSE         <NA>        <NA>
## 5551       wooinajii           90      TRUE     FALSE         <NA>        <NA>
## 5552     frankbtc21k          396      TRUE     FALSE         <NA>        <NA>
## 5553       yiiisheng            0     FALSE     FALSE         <NA>        <NA>
## 5554      aery_ranju           40      TRUE     FALSE         <NA>        <NA>
## 5555        bl__bts_          183      TRUE     FALSE         <NA>        <NA>
## 5556       xielianbr            0     FALSE     FALSE         <NA>        <NA>
## 5557     Dianfatma88            6      TRUE     FALSE         <NA>        <NA>
## 5558      namki_xoxo           71      TRUE     FALSE         <NA>        <NA>
## 5559     jinyoung_bl            3      TRUE     FALSE         <NA>        <NA>
## 5560     jinyoung_bl            5      TRUE     FALSE         <NA>        <NA>
## 5561        red_loeb           10     FALSE     FALSE         <NA>        <NA>
## 5562  oilandgaspress            0     FALSE     FALSE         <NA>        <NA>
## 5563        GENSHlIN           30      TRUE     FALSE         <NA>        <NA>
## 5564    1998Milkmilk            4      TRUE     FALSE         <NA>        <NA>
## 5565   Moira86529543            0     FALSE     FALSE         <NA>        <NA>
## 5566      AdzTheMadz            4     FALSE     FALSE         <NA>        <NA>
## 5567          htr26_         2675      TRUE     FALSE         <NA>        <NA>
## 5568    SiddikaTumpa            0     FALSE     FALSE         <NA>        <NA>
## 5569     Cock_Robin1            0     FALSE     FALSE         <NA>        <NA>
## 5570          bnuiit         2675      TRUE     FALSE         <NA>        <NA>
## 5571    haewonnieblu            1      TRUE     FALSE         <NA>        <NA>
## 5572      eyeseye_bl        10848      TRUE     FALSE         <NA>        <NA>
## 5573         seni_bl            1     FALSE     FALSE         <NA>        <NA>
## 5574        bl__bts_            3      TRUE     FALSE         <NA>        <NA>
## 5575         qukiyyo         2675      TRUE     FALSE         <NA>        <NA>
## 5576       Skaya0007           90      TRUE     FALSE         <NA>        <NA>
## 5577    NurulAqilahF           90      TRUE     FALSE         <NA>        <NA>
## 5578  Bl_sodelicious        51436      TRUE     FALSE         <NA>        <NA>
## 5579      rinnie0718            0     FALSE     FALSE         <NA>        <NA>
## 5580    odultfiction            0     FALSE     FALSE         <NA>        <NA>
## 5581       _bl_ai_ze         1230      TRUE     FALSE         <NA>        <NA>
## 5582     RanaWaanjai            0     FALSE     FALSE         <NA>        <NA>
## 5583       SIKHYEL0V            0     FALSE     FALSE         <NA>        <NA>
## 5584     Rewritten17            0     FALSE     FALSE         <NA>        <NA>
## 5585     Rewritten17            0     FALSE     FALSE         <NA>        <NA>
## 5586        bl__bts_            3      TRUE     FALSE         <NA>        <NA>
## 5587 SCHIZO_MALEWIFE         2675      TRUE     FALSE         <NA>        <NA>
## 5588        bl__bts_            2      TRUE     FALSE         <NA>        <NA>
## 5589        bl__bts_            2      TRUE     FALSE         <NA>        <NA>
## 5590       _bl_ai_ze            2      TRUE     FALSE         <NA>        <NA>
## 5591        mems_ukc           16      TRUE     FALSE         <NA>        <NA>
## 5592        bl__bts_           40      TRUE     FALSE         <NA>        <NA>
## 5593  broken_head_bl          884      TRUE     FALSE         <NA>        <NA>
## 5594   JuJuDramaLife           47      TRUE     FALSE         <NA>        <NA>
## 5595       BL_prints            2     FALSE     FALSE         <NA>        <NA>
## 5596          teaqah           90      TRUE     FALSE         <NA>        <NA>
## 5597       scaramaid         2675      TRUE     FALSE         <NA>        <NA>
## 5598     Jewelmoney_            0     FALSE     FALSE         <NA>        <NA>
## 5599        bl__bts_            2      TRUE     FALSE         <NA>        <NA>
## 5600        BLcritic            0     FALSE     FALSE         <NA>        <NA>
## 5601 Christinading19            2      TRUE     FALSE         <NA>        <NA>
## 5602         mystB12           39      TRUE     FALSE         <NA>        <NA>
## 5603     regrattores         2675      TRUE     FALSE         <NA>        <NA>
## 5604   TojisFuckWorm         2675      TRUE     FALSE         <NA>        <NA>
## 5605    ganbayousoro         2675      TRUE     FALSE         <NA>        <NA>
## 5606        kat_z_ee           35      TRUE     FALSE         <NA>        <NA>
## 5607     BL_Learning            1      TRUE     FALSE         <NA>        <NA>
## 5608     Bl_ueTe_ars          657      TRUE     FALSE         <NA>        <NA>
## 5609     BL_Learning            2     FALSE     FALSE         <NA>        <NA>
## 5610     WANNlNGCORE            0     FALSE     FALSE         <NA>        <NA>
## 5611       _bl_ai_ze        24726      TRUE     FALSE         <NA>        <NA>
## 5612    bebel1970_bl            0     FALSE     FALSE         <NA>        <NA>
## 5613        mems_ukc           67      TRUE     FALSE         <NA>        <NA>
## 5614          sjk617            0     FALSE     FALSE         <NA>        <NA>
## 5615    philipdotjpg         2675      TRUE     FALSE         <NA>        <NA>
## 5616        itstiben           12      TRUE     FALSE         <NA>        <NA>
## 5617     bl_loverszz           95      TRUE     FALSE         <NA>        <NA>
## 5618     bl_loverszz            4      TRUE     FALSE         <NA>        <NA>
## 5619       _bl_ai_ze         1608      TRUE     FALSE         <NA>        <NA>
## 5620      dinorisaur           12      TRUE     FALSE         <NA>        <NA>
## 5621        mems_ukc           34      TRUE     FALSE         <NA>        <NA>
## 5622     bl_loverszz           48      TRUE     FALSE         <NA>        <NA>
## 5623        Ayachou2           62      TRUE     FALSE         <NA>        <NA>
## 5624   bai_fernfernn           71      TRUE     FALSE         <NA>        <NA>
## 5625 Dr_LouiseRhodes            8      TRUE     FALSE         <NA>        <NA>
## 5626     Bl_ueTe_ars          461      TRUE     FALSE         <NA>        <NA>
## 5627     lavenderchu           90      TRUE     FALSE         <NA>        <NA>
## 5628     Bl_ueTe_ars          107      TRUE     FALSE         <NA>        <NA>
## 5629       realbaela           90      TRUE     FALSE         <NA>        <NA>
## 5630  Alvychain_naur          396      TRUE     FALSE         <NA>        <NA>
## 5631    ym_623_GR_BL        10572      TRUE     FALSE         <NA>        <NA>
## 5632        Lampatam            0     FALSE     FALSE         <NA>        <NA>
## 5633         ANlIMES            4      TRUE     FALSE         <NA>        <NA>
## 5634        nynnnzzz           90      TRUE     FALSE         <NA>        <NA>
## 5635      bl_world22           27      TRUE     FALSE         <NA>        <NA>
## 5636      shahparism            0     FALSE     FALSE         <NA>        <NA>
## 5637         ANlIMES            2      TRUE     FALSE         <NA>        <NA>
## 5638       Titity_99            1      TRUE     FALSE         <NA>        <NA>
## 5639       yolojolo3         2675      TRUE     FALSE         <NA>        <NA>
## 5640         ANlIMES           30      TRUE     FALSE         <NA>        <NA>
## 5641 pineapp51141163            4      TRUE     FALSE         <NA>        <NA>
## 5642     Bl_ueTe_ars          877      TRUE     FALSE         <NA>        <NA>
## 5643     mrsunshinee           32      TRUE     FALSE         <NA>        <NA>
## 5644      shahparism           58      TRUE     FALSE         <NA>        <NA>
## 5645         Arike06            8      TRUE     FALSE         <NA>        <NA>
## 5646   loriavanessaa           90      TRUE     FALSE         <NA>        <NA>
## 5647   iraaaashahira           90      TRUE     FALSE         <NA>        <NA>
## 5648        bbest_bl         4044      TRUE     FALSE         <NA>        <NA>
## 5649        aifealee           90      TRUE     FALSE         <NA>        <NA>
## 5650     StuartKells           16      TRUE     FALSE         <NA>        <NA>
## 5651       Oloolnroc           65      TRUE     FALSE         <NA>        <NA>
## 5652       anjacks0n            0     FALSE     FALSE         <NA>        <NA>
## 5653       SuppaY8n2           90      TRUE     FALSE         <NA>        <NA>
## 5654    Matteo_94_BL            0     FALSE     FALSE         <NA>        <NA>
## 5655         zihouwo            0     FALSE     FALSE         <NA>        <NA>
## 5656 alveychain_naur          396      TRUE     FALSE         <NA>        <NA>
## 5657   iscreamchilin           90      TRUE     FALSE         <NA>        <NA>
## 5658       memeedoka         2675      TRUE     FALSE         <NA>        <NA>
## 5659    ShashaNajiha           90      TRUE     FALSE         <NA>        <NA>
## 5660      bl_world22           60      TRUE     FALSE         <NA>        <NA>
## 5661       IpekMorel            1     FALSE     FALSE         <NA>        <NA>
## 5662        Denis_Bl        15894      TRUE     FALSE         <NA>        <NA>
## 5663       peachwasu            1      TRUE     FALSE         <NA>        <NA>
## 5664      JanJi_PoPo           63      TRUE     FALSE         <NA>        <NA>
## 5665       heytofans           90      TRUE     FALSE         <NA>        <NA>
## 5666         zihouwo            0     FALSE     FALSE         <NA>        <NA>
## 5667      Nancy00194            4      TRUE     FALSE         <NA>        <NA>
## 5668     UntoldLives            0     FALSE     FALSE         <NA>        <NA>
## 5669     BibleWSpain            7     FALSE     FALSE         <NA>        <NA>
## 5670     smollatpnyo          371      TRUE     FALSE         <NA>        <NA>
## 5671    justwawaaaaa           90      TRUE     FALSE         <NA>        <NA>
## 5672        NPremath           63      TRUE     FALSE         <NA>        <NA>
## 5673 Nika_Rakhmanova            2     FALSE     FALSE         <NA>        <NA>
## 5674   theacaptwoone           90      TRUE     FALSE         <NA>        <NA>
## 5675     tkakingybab            8      TRUE     FALSE         <NA>        <NA>
## 5676       _bl_ai_ze        13563      TRUE     FALSE         <NA>        <NA>
## 5677   angstyweeaboo         2675      TRUE     FALSE         <NA>        <NA>
## 5678       nhhhahaha           90      TRUE     FALSE         <NA>        <NA>
## 5679        everysza           90      TRUE     FALSE         <NA>        <NA>
## 5680      hareotokos          243      TRUE     FALSE         <NA>        <NA>
## 5681         ApocTao            0     FALSE     FALSE         <NA>        <NA>
## 5682     TheSunwoo12            0     FALSE     FALSE         <NA>        <NA>
## 5683          setyyr            0     FALSE     FALSE         <NA>        <NA>
## 5684      jumpolgans          371      TRUE     FALSE         <NA>        <NA>
## 5685     F0REVERCHAR           90      TRUE     FALSE         <NA>        <NA>
## 5686         seiroar           90      TRUE     FALSE         <NA>        <NA>
## 5687          poo976           40      TRUE     FALSE         <NA>        <NA>
## 5688   minhoannisa12           90      TRUE     FALSE         <NA>        <NA>
## 5689       nsolehah_           90      TRUE     FALSE         <NA>        <NA>
## 5690  broken_head_bl         2319      TRUE     FALSE         <NA>        <NA>
## 5691   shahrazadsani           90     FALSE     FALSE         <NA>        <NA>
## 5692     LeleGastini           58      TRUE     FALSE         <NA>        <NA>
## 5693  itsmeummmmheyy            0     FALSE     FALSE         <NA>        <NA>
## 5694       bambii990           39      TRUE     FALSE         <NA>        <NA>
## 5695  satur_tinnasit           63      TRUE     FALSE         <NA>        <NA>
## 5696  fortunateland7           48      TRUE     FALSE         <NA>        <NA>
## 5697 iridescentstaar           71      TRUE     FALSE         <NA>        <NA>
## 5698       biblivore           13      TRUE     FALSE         <NA>        <NA>
## 5699    Audi67498525           18      TRUE     FALSE         <NA>        <NA>
## 5700      bl_world22           75      TRUE     FALSE         <NA>        <NA>
## 5701      crowtiming         2675      TRUE     FALSE         <NA>        <NA>
## 5702    Oxybenzone15            4      TRUE     FALSE         <NA>        <NA>
## 5703       bubunicat           35      TRUE     FALSE         <NA>        <NA>
## 5704        Sinndraw            0     FALSE     FALSE         <NA>        <NA>
## 5705     JassieShiqi            0     FALSE     FALSE         <NA>        <NA>
## 5706      Fuyumi_luv           71      TRUE     FALSE         <NA>        <NA>
## 5707   mileaposlayer            2     FALSE     FALSE         <NA>        <NA>
## 5708   itsfluffycute           71      TRUE     FALSE         <NA>        <NA>
## 5709   BL_LatestNews            2     FALSE     FALSE         <NA>        <NA>
## 5710           rvigg            1     FALSE     FALSE         <NA>        <NA>
## 5711       b22racing            0     FALSE     FALSE         <NA>        <NA>
## 5712         blfr_bl           38      TRUE     FALSE         <NA>        <NA>
## 5713         blfr_bl           35      TRUE     FALSE         <NA>        <NA>
## 5714     danwortonBB           70      TRUE     FALSE         <NA>        <NA>
## 5715        4fforce_            0     FALSE     FALSE         <NA>        <NA>
## 5716    reigenshisou            0     FALSE     FALSE         <NA>        <NA>
## 5717        miky8315           63      TRUE     FALSE         <NA>        <NA>
## 5718      formybeep_           71      TRUE     FALSE         <NA>        <NA>
## 5719  FotiniOfficial         2675      TRUE     FALSE         <NA>        <NA>
## 5720    cryformylifw          241      TRUE     FALSE         <NA>        <NA>
## 5721     Bl_ueTe_ars          153      TRUE     FALSE         <NA>        <NA>
## 5722          trshh5            0     FALSE     FALSE         <NA>        <NA>
## 5723    zboncak84xas            0     FALSE     FALSE         <NA>        <NA>
## 5724         USAjith          115      TRUE     FALSE         <NA>        <NA>
## 5725     kritisha_99            0     FALSE     FALSE         <NA>        <NA>
## 5726         ysltrsr            0     FALSE     FALSE         <NA>        <NA>
## 5727     April_win21           18      TRUE     FALSE         <NA>        <NA>
## 5728         smhw123            0     FALSE     FALSE         <NA>        <NA>
## 5729   TEDEngagement            3      TRUE     FALSE         <NA>        <NA>
## 5730   Gabi_likes_bl          169      TRUE     FALSE         <NA>        <NA>
## 5731          joeds_            0     FALSE     FALSE         <NA>        <NA>
## 5732      freereed59            6      TRUE     FALSE         <NA>        <NA>
## 5733    rokurosuppai         2675      TRUE     FALSE         <NA>        <NA>
## 5734       alex_unqt          396      TRUE     FALSE         <NA>        <NA>
## 5735       chitowass           38      TRUE     FALSE         <NA>        <NA>
## 5736     Applecb_614            0     FALSE     FALSE         <NA>        <NA>
## 5737    ThomasVitins            0     FALSE     FALSE         <NA>        <NA>
## 5738   Gabi_likes_bl          451      TRUE     FALSE         <NA>        <NA>
## 5739        seoxmin_           10      TRUE     FALSE         <NA>        <NA>
## 5740  Jerome65117808            0     FALSE     FALSE         <NA>        <NA>
## 5741     TheRealArvs         2675      TRUE     FALSE         <NA>        <NA>
## 5742     Rewritten17            0     FALSE     FALSE         <NA>        <NA>
## 5743        NajiSeji          135      TRUE     FALSE         <NA>        <NA>
## 5744      7yearsbaek            0     FALSE     FALSE         <NA>        <NA>
## 5745      Taizunaree           16      TRUE     FALSE         <NA>        <NA>
## 5746      bl_world22           59      TRUE     FALSE         <NA>        <NA>
## 5747         smhw123            0     FALSE     FALSE         <NA>        <NA>
## 5748    akamarulover         2675      TRUE     FALSE         <NA>        <NA>
## 5749  haruka_sasakii          601      TRUE     FALSE         <NA>        <NA>
## 5750          arakcl            2      TRUE     FALSE         <NA>        <NA>
## 5751  focusedresoIve            0     FALSE     FALSE         <NA>        <NA>
## 5752     bluebaederp           18      TRUE     FALSE         <NA>        <NA>
## 5753  lkkaikikolkkai            4      TRUE     FALSE         <NA>        <NA>
## 5754   mileaposlayer            4     FALSE     FALSE         <NA>        <NA>
## 5755        jayneb64           70      TRUE     FALSE         <NA>        <NA>
## 5756        monrians           30      TRUE     FALSE         <NA>        <NA>
## 5757        ESLoudon            1     FALSE     FALSE         <NA>        <NA>
## 5758          ili_bl          240      TRUE     FALSE         <NA>        <NA>
## 5759       lgbtanime            0     FALSE     FALSE         <NA>        <NA>
## 5760   adeyera_adolf            8      TRUE     FALSE         <NA>        <NA>
## 5761 raigounezumi_BL        21126      TRUE     FALSE         <NA>        <NA>
## 5762          BL_27_           22      TRUE     FALSE         <NA>        <NA>
## 5763 flipkartsupport            0     FALSE     FALSE         <NA>        <NA>
## 5764    hannahcanmoo          621      TRUE     FALSE         <NA>        <NA>
## 5765       ng_meng05            2     FALSE     FALSE         <NA>        <NA>
## 5766   NNansoesoesan           63      TRUE     FALSE         <NA>        <NA>
## 5767         moonz1z            4      TRUE     FALSE         <NA>        <NA>
## 5768      sib_rak_BL            1      TRUE     FALSE         <NA>        <NA>
## 5769  frontwheelskid           67      TRUE     FALSE         <NA>        <NA>
## 5770   totheyearning            0     FALSE     FALSE         <NA>        <NA>
## 5771          BL_27_            0     FALSE     FALSE         <NA>        <NA>
## 5772   SkltnSuitcase         2675      TRUE     FALSE         <NA>        <NA>
## 5773    ainoa_castro           24      TRUE     FALSE         <NA>        <NA>
## 5774     bl_is__life          314      TRUE     FALSE         <NA>        <NA>
## 5775         For__BL           60      TRUE     FALSE         <NA>        <NA>
## 5776      ndajd_CB97            4      TRUE     FALSE         <NA>        <NA>
## 5777  Myisha77720456          103      TRUE     FALSE         <NA>        <NA>
## 5778        Peachi3_            4     FALSE     FALSE         <NA>        <NA>
## 5779    ainoa_castro           67      TRUE     FALSE         <NA>        <NA>
## 5780    Obiorannacho            0     FALSE     FALSE         <NA>        <NA>
## 5781    platinumblox            0     FALSE     FALSE         <NA>        <NA>
## 5782       khaiwenxx            3      TRUE     FALSE         <NA>        <NA>
## 5783        Filip_BL         4424      TRUE     FALSE         <NA>        <NA>
## 5784        ZzZzee17           39      TRUE     FALSE         <NA>        <NA>
## 5785    hitoshuraxiv         2675      TRUE     FALSE         <NA>        <NA>
## 5786    winniethesho           63      TRUE     FALSE         <NA>        <NA>
## 5787          BL_27_           14      TRUE     FALSE         <NA>        <NA>
## 5788     BEP_Schweiz            2      TRUE     FALSE         <NA>        <NA>
## 5789         For__BL           53      TRUE     FALSE         <NA>        <NA>
## 5790     bl_is__life        11774      TRUE     FALSE         <NA>        <NA>
## 5791 Nueng_Valentine          100      TRUE     FALSE         <NA>        <NA>
## 5792   matthias_code          118      TRUE     FALSE         <NA>        <NA>
## 5793      jamesphere           39      TRUE     FALSE         <NA>        <NA>
## 5794       kozeymgjn            0     FALSE     FALSE         <NA>        <NA>
## 5795     BobbityWren           67      TRUE     FALSE         <NA>        <NA>
## 5796       Fahadaptv           16      TRUE     FALSE         <NA>        <NA>
## 5797          sIipng         2675      TRUE     FALSE         <NA>        <NA>
## 5798     istanscouts            0     FALSE     FALSE         <NA>        <NA>
## 5799        jc057422           61      TRUE     FALSE         <NA>        <NA>
## 5800       bbbkumoni            0     FALSE     FALSE         <NA>        <NA>
## 5801   TiramiQ_Aicha            0     FALSE     FALSE         <NA>        <NA>
## 5802    DealerFrench         2675      TRUE     FALSE         <NA>        <NA>
## 5803   Adityaonabird           50      TRUE     FALSE         <NA>        <NA>
## 5804   TiramiQ_Aicha            0     FALSE     FALSE         <NA>        <NA>
## 5805  mylovejisoonie           71      TRUE     FALSE         <NA>        <NA>
## 5806        iamstay0            1     FALSE     FALSE         <NA>        <NA>
## 5807    Warlord66230            0     FALSE     FALSE         <NA>        <NA>
## 5808        Viz_ionz            0     FALSE     FALSE         <NA>        <NA>
## 5809      mei_hanxue         2675      TRUE     FALSE         <NA>        <NA>
## 5810  MiniJackanapes           63      TRUE     FALSE         <NA>        <NA>
## 5811    lychandesu21            1     FALSE     FALSE         <NA>        <NA>
## 5812      Poojapal_9            3      TRUE     FALSE         <NA>        <NA>
## 5813     Bl_ueTe_ars           43      TRUE     FALSE         <NA>        <NA>
## 5814       circlemob         2675      TRUE     FALSE         <NA>        <NA>
## 5815    jassbangarh2           40      TRUE     FALSE         <NA>        <NA>
## 5816   nikolaus8zkry            0     FALSE     FALSE         <NA>        <NA>
## 5817   armstrongtdmm            0     FALSE     FALSE         <NA>        <NA>
## 5818 HninHninHtetHl1           63      TRUE     FALSE         <NA>        <NA>
## 5819      eyeseye_bl          735      TRUE     FALSE         <NA>        <NA>
## 5820 ethereal_jiejie          110      TRUE     FALSE         <NA>        <NA>
## 5821       OpenCrime            1      TRUE     FALSE         <NA>        <NA>
## 5822     feeneyymxsf            0     FALSE     FALSE         <NA>        <NA>
## 5823    bl_is_mundle         1485      TRUE     FALSE         <NA>        <NA>
## 5824       Zeezi1989           18      TRUE     FALSE         <NA>        <NA>
## 5825    SiobhanLydon            8      TRUE     FALSE         <NA>        <NA>
## 5826 iyyappa02494530          115      TRUE     FALSE         <NA>        <NA>
## 5827       bbbkumoni           71      TRUE     FALSE         <NA>        <NA>
## 5828   Jieun02854335           18      TRUE     FALSE         <NA>        <NA>
## 5829    MileApoonly1           63      TRUE     FALSE         <NA>        <NA>
## 5830   suchada23_aey           63      TRUE     FALSE         <NA>        <NA>
## 5831     jturnershow            0     FALSE     FALSE         <NA>        <NA>
## 5832         cynic_L            0     FALSE     FALSE         <NA>        <NA>
## 5833  mcdermott26ylw            0     FALSE     FALSE         <NA>        <NA>
## 5834         For__BL            2      TRUE     FALSE         <NA>        <NA>
## 5835   suchada23_aey           61      TRUE     FALSE         <NA>        <NA>
## 5836    Sleemzy_avil            8     FALSE     FALSE         <NA>        <NA>
## 5837        pnsornss           18      TRUE     FALSE         <NA>        <NA>
## 5838       itsnanaz_           81      TRUE     FALSE         <NA>        <NA>
## 5839      MewGulfPar           25     FALSE     FALSE         <NA>        <NA>
## 5840       hevn_shay           18      TRUE     FALSE         <NA>        <NA>
## 5841        fr0st00h         2675      TRUE     FALSE         <NA>        <NA>
## 5842      tw_giangan            4      TRUE     FALSE         <NA>        <NA>
## 5843      LillMagill           70      TRUE     FALSE         <NA>        <NA>
## 5844        HRforges            0     FALSE     FALSE         <NA>        <NA>
## 5845      angstyxing            1      TRUE     FALSE         <NA>        <NA>
## 5846       liticia24           18      TRUE     FALSE         <NA>        <NA>
## 5847        BL_Dwyer        15735      TRUE     FALSE         <NA>        <NA>
## 5848   andstarlightt            0     FALSE     FALSE         <NA>        <NA>
## 5849     langapomile          142      TRUE     FALSE         <NA>        <NA>
## 5850   happy_time888           18      TRUE     FALSE         <NA>        <NA>
## 5851 Ms_Accountant11           71      TRUE     FALSE         <NA>        <NA>
## 5852         eugust2            0     FALSE     FALSE         <NA>        <NA>
## 5853       ChuQiao18           18     FALSE     FALSE         <NA>        <NA>
## 5854       MVenkat02          115      TRUE     FALSE         <NA>        <NA>
## 5855   chacharotera1           40      TRUE     FALSE         <NA>        <NA>
## 5856         ysltrsr            0     FALSE     FALSE         <NA>        <NA>
## 5857     Callitified           38      TRUE     FALSE         <NA>        <NA>
## 5858    Mydestiny_83           63      TRUE     FALSE         <NA>        <NA>
## 5859 ApoNattawinVnfp           63      TRUE     FALSE         <NA>        <NA>
## 5860          yshhnn           11      TRUE     FALSE         <NA>        <NA>
## 5861     fonnamfon1a           63      TRUE     FALSE         <NA>        <NA>
## 5862         For__BL           13      TRUE     FALSE         <NA>        <NA>
## 5863     DianeNick24           63      TRUE     FALSE         <NA>        <NA>
## 5864       Kamari14_         2675      TRUE     FALSE         <NA>        <NA>
## 5865     transtomoya           38      TRUE     FALSE         <NA>        <NA>
## 5866       thekrak_n          138      TRUE     FALSE         <NA>        <NA>
## 5867        helloaj_            4      TRUE     FALSE         <NA>        <NA>
## 5868          fpianz            3     FALSE     FALSE         <NA>        <NA>
## 5869 tgdealsofficial            0     FALSE     FALSE         <NA>        <NA>
## 5870          HTENUK            6      TRUE     FALSE         <NA>        <NA>
## 5871   verylateagain           38      TRUE     FALSE         <NA>        <NA>
## 5872  sapphiccgaming         2675      TRUE     FALSE         <NA>        <NA>
## 5873     MintedVodka            0     FALSE     FALSE         <NA>        <NA>
## 5874   aposmile4ever           63      TRUE     FALSE         <NA>        <NA>
## 5875      Melleeluve           24      TRUE     FALSE         <NA>        <NA>
## 5876      PaPeekaboo            8      TRUE     FALSE         <NA>        <NA>
## 5877      wsledlight            0     FALSE     FALSE         <NA>        <NA>
## 5878  dandelionwindy           63      TRUE     FALSE         <NA>        <NA>
## 5879 laeshweyeewin10            0     FALSE     FALSE         <NA>        <NA>
## 5880 KanaLylymathers           40      TRUE     FALSE         <NA>        <NA>
## 5881   aponattawinkr           63      TRUE     FALSE         <NA>        <NA>
## 5882        lyrebedo         2675      TRUE     FALSE         <NA>        <NA>
## 5883      me__nooo9o            0     FALSE     FALSE         <NA>        <NA>
## 5884        jkxleiny            0     FALSE     FALSE         <NA>        <NA>
## 5885      postmorbid         2675      TRUE     FALSE         <NA>        <NA>
## 5886  macgyver32wqtx            0     FALSE     FALSE         <NA>        <NA>
## 5887   suchada23_aey           66      TRUE     FALSE         <NA>        <NA>
## 5888     nathanj3001            0     FALSE     FALSE         <NA>        <NA>
## 5889  Meow_NextLevel           63      TRUE     FALSE         <NA>        <NA>
## 5890    Crisstianaaf            0     FALSE     FALSE         <NA>        <NA>
## 5891      only_yessy          242      TRUE     FALSE         <NA>        <NA>
## 5892    businessline            1     FALSE     FALSE         <NA>        <NA>
## 5893     Bl_ueTe_ars           33      TRUE     FALSE         <NA>        <NA>
## 5894  mynameis_Aommy           63      TRUE     FALSE         <NA>        <NA>
## 5895        ajuhaban            1      TRUE     FALSE         <NA>        <NA>
## 5896        Iam01mom           38      TRUE     FALSE         <NA>        <NA>
## 5897        ajuhaban            1     FALSE     FALSE         <NA>        <NA>
## 5898        1122O8O8            0     FALSE     FALSE         <NA>        <NA>
## 5899        Velnicat         2675      TRUE     FALSE         <NA>        <NA>
## 5900        bl_4_eva            0     FALSE     FALSE         <NA>        <NA>
## 5901    bl_boyfriend            0     FALSE     FALSE         <NA>        <NA>
## 5902  apocolleaguesH           63      TRUE     FALSE         <NA>        <NA>
## 5903       Kiwiimeek            0     FALSE     FALSE         <NA>        <NA>
## 5904   kaisekubo1987          124      TRUE     FALSE         <NA>        <NA>
## 5905 CinemareportsTm          115      TRUE     FALSE         <NA>        <NA>
## 5906      Kimlemchoi            0     FALSE     FALSE         <NA>        <NA>
## 5907       itsufirst           47      TRUE     FALSE         <NA>        <NA>
## 5908     bbuff_filmy            0     FALSE     FALSE         <NA>        <NA>
## 5909   rewindblossom            0     FALSE     FALSE         <NA>        <NA>
## 5910     marketbadri            1      TRUE     FALSE         <NA>        <NA>
## 5911         aiki_bl         1223      TRUE     FALSE         <NA>        <NA>
## 5912       BBB280620            4      TRUE     FALSE         <NA>        <NA>
## 5913          Ryiel5         2675      TRUE     FALSE         <NA>        <NA>
## 5914  lightwxxd_bane           35      TRUE     FALSE         <NA>        <NA>
## 5915     AMEMURACALS            0     FALSE     FALSE         <NA>        <NA>
## 5916   kitty_cat9815           50      TRUE     FALSE         <NA>        <NA>
## 5917   bluetrblheart           66      TRUE     FALSE         <NA>        <NA>
## 5918       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 5919   stanitsaybkpp           35      TRUE     FALSE         <NA>        <NA>
## 5920        hyuIinos            0     FALSE     FALSE         <NA>        <NA>
## 5921   hunter_relics            4      TRUE     FALSE         <NA>        <NA>
## 5922       AKrajesh_          115      TRUE     FALSE         <NA>        <NA>
## 5923 Emmanue80419018            0     FALSE     FALSE         <NA>        <NA>
## 5924  PrinceOfChanty            0     FALSE     FALSE         <NA>        <NA>
## 5925      HamishBoot           70      TRUE     FALSE         <NA>        <NA>
## 5926      Pandelion_            0     FALSE     FALSE         <NA>        <NA>
## 5927   Legacy_BL_jun         1089      TRUE     FALSE         <NA>        <NA>
## 5928  Everything4_U_            0     FALSE     FALSE         <NA>        <NA>
## 5929       histassoc            6      TRUE     FALSE         <NA>        <NA>
## 5930       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 5931         lwjsexc            7      TRUE     FALSE         <NA>        <NA>
## 5932     nightsky327           63      TRUE     FALSE         <NA>        <NA>
## 5933    SpookyBoogi3            0     FALSE     FALSE         <NA>        <NA>
## 5934  innerchilding7            1     FALSE     FALSE         <NA>        <NA>
## 5935       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 5936      seclipsent         2675      TRUE     FALSE         <NA>        <NA>
## 5937 atinyspeckofred           70      TRUE     FALSE         <NA>        <NA>
## 5938      ReelRishmi            1      TRUE     FALSE         <NA>        <NA>
## 5939      ReelRishmi            1      TRUE     FALSE         <NA>        <NA>
## 5940   TacticalBeing           50      TRUE     FALSE         <NA>        <NA>
## 5941    BL_Fangirl34          215      TRUE     FALSE         <NA>        <NA>
## 5942         For__BL            6      TRUE     FALSE         <NA>        <NA>
## 5943      bl_artcult            0     FALSE     FALSE         <NA>        <NA>
## 5944       DunkIsArt           35      TRUE     FALSE         <NA>        <NA>
## 5945  pinkforestflow            6      TRUE     FALSE         <NA>        <NA>
## 5946        Raman_BL            1      TRUE     FALSE         <NA>        <NA>
## 5947       WorldNfts            0     FALSE     FALSE         <NA>        <NA>
## 5948     hyeonjuhui3           63      TRUE     FALSE         <NA>        <NA>
## 5949 nuruhudasaleng1           63      TRUE     FALSE         <NA>        <NA>
## 5950       Sudiptajc            0     FALSE     FALSE         <NA>        <NA>
## 5951   GaymumLovesBL            2      TRUE     FALSE         <NA>        <NA>
## 5952         For__BL           14      TRUE     FALSE         <NA>        <NA>
## 5953       travis_bl            0     FALSE     FALSE         <NA>        <NA>
## 5954       bl_cuties          243      TRUE     FALSE         <NA>        <NA>
## 5955  amugae23317637           63      TRUE     FALSE         <NA>        <NA>
## 5956  ARTPAKPOOMLOVE           16      TRUE     FALSE         <NA>        <NA>
## 5957       cupolcacu            0     FALSE     FALSE         <NA>        <NA>
## 5958        Nonks_07           47      TRUE     FALSE         <NA>        <NA>
## 5959       chismosha         2675      TRUE     FALSE         <NA>        <NA>
## 5960    SveBekyarova            0     FALSE     FALSE         <NA>        <NA>
## 5961       blckfoxee            4      TRUE     FALSE         <NA>        <NA>
## 5962       naayizhan            0     FALSE     FALSE         <NA>        <NA>
## 5963        jnrjjnrj            8      TRUE     FALSE         <NA>        <NA>
## 5964     chi_chi_uwu            0     FALSE     FALSE         <NA>        <NA>
## 5965     chi_chi_uwu            0     FALSE     FALSE         <NA>        <NA>
## 5966        SShabule           11      TRUE     FALSE         <NA>        <NA>
## 5967   milliteadrops            0     FALSE     FALSE         <NA>        <NA>
## 5968  angiecakes1990            0     FALSE     FALSE         <NA>        <NA>
## 5969  angiecakes1990            0     FALSE     FALSE         <NA>        <NA>
## 5970      0v0rosa0v0            0     FALSE     FALSE         <NA>        <NA>
## 5971 Charity49133192            0     FALSE     FALSE         <NA>        <NA>
## 5972        menoiii_           71      TRUE     FALSE         <NA>        <NA>
## 5973    ohara41elsjj            0     FALSE     FALSE         <NA>        <NA>
## 5974        bl_4_eva            5     FALSE     FALSE         <NA>        <NA>
## 5975    bl_ablabla_a         1680      TRUE     FALSE         <NA>        <NA>
## 5976   mirandadadada            6      TRUE     FALSE         <NA>        <NA>
## 5977    lina39699264           63      TRUE     FALSE         <NA>        <NA>
## 5978      meowpopo94            0     FALSE     FALSE         <NA>        <NA>
## 5979    JoeBates1992            0     FALSE     FALSE         <NA>        <NA>
## 5980     juanbrayanr            0     FALSE     FALSE         <NA>        <NA>
## 5981       hanarm912           63      TRUE     FALSE         <NA>        <NA>
## 5982         pxko_ki            0     FALSE     FALSE         <NA>        <NA>
## 5983        glssdliv         2675      TRUE     FALSE         <NA>        <NA>
## 5984       Uminetta_            6     FALSE     FALSE         <NA>        <NA>
## 5985    MySexToyHub1            0     FALSE     FALSE         <NA>        <NA>
## 5986    angelophanie            0     FALSE     FALSE         <NA>        <NA>
## 5987       kimixkimi          243      TRUE     FALSE         <NA>        <NA>
## 5988       lilygauge            0     FALSE     FALSE         <NA>        <NA>
## 5989     BL_Learning            6     FALSE     FALSE         <NA>        <NA>
## 5990        keobiwoo            0     FALSE     FALSE         <NA>        <NA>
## 5991     bl_lo_ve_32            4     FALSE     FALSE         <NA>        <NA>
## 5992          ili_bl          244      TRUE     FALSE         <NA>        <NA>
## 5993       kkeffsats            0     FALSE     FALSE         <NA>        <NA>
## 5994          ili_bl          153      TRUE     FALSE         <NA>        <NA>
## 5995        bl__bts_            0     FALSE     FALSE         <NA>        <NA>
## 5996        Janne_90            0     FALSE     FALSE         <NA>        <NA>
## 5997  Thabangsiband9            2     FALSE     FALSE         <NA>        <NA>
## 5998   parasollaperi            2      TRUE     FALSE         <NA>        <NA>
## 5999    angelophanie          243      TRUE     FALSE         <NA>        <NA>
## 6000        qxw04012            0     FALSE     FALSE         <NA>        <NA>
## 6001   GracefulNengi            0     FALSE     FALSE         <NA>        <NA>
## 6002     mjasandoval            8      TRUE     FALSE         <NA>        <NA>
## 6003       sun_minka           63      TRUE     FALSE         <NA>        <NA>
## 6004          bl_hkg            0     FALSE     FALSE         <NA>        <NA>
## 6005       NajmahOke            0     FALSE     FALSE         <NA>        <NA>
## 6006      melvina28b            0     FALSE     FALSE         <NA>        <NA>
## 6007     ITooObserve           13      TRUE     FALSE         <NA>        <NA>
## 6008  reinhardluvr69            0     FALSE     FALSE         <NA>        <NA>
## 6009  EAS_LLCEnglish            2      TRUE     FALSE         <NA>        <NA>
## 6010   Vijay97172031          115      TRUE     FALSE         <NA>        <NA>
## 6011      vonkarumas         2675      TRUE     FALSE         <NA>        <NA>
## 6012        tyrahnon         2675      TRUE     FALSE         <NA>        <NA>
## 6013    BL_Balthaser         5698      TRUE     FALSE         <NA>        <NA>
## 6014          BL_T99           12      TRUE     FALSE         <NA>        <NA>
## 6015         wild_bl            0     FALSE     FALSE         <NA>        <NA>
## 6016  faisalspeaking            3      TRUE     FALSE         <NA>        <NA>
## 6017  Wataru20611845           10      TRUE     FALSE         <NA>        <NA>
## 6018      CIELGOTHIC         2675      TRUE     FALSE         <NA>        <NA>
## 6019         WXMSfan            0     FALSE     FALSE         <NA>        <NA>
## 6020 starryminiminie            0     FALSE     FALSE         <NA>        <NA>
## 6021       diveinnow            0     FALSE     FALSE         <NA>        <NA>
## 6022      meowpopo94           63      TRUE     FALSE         <NA>        <NA>
## 6023         r1tch2e           70      TRUE     FALSE         <NA>        <NA>
## 6024        JohnKLDN            5      TRUE     FALSE         <NA>        <NA>
## 6025    paula_delval            8      TRUE     FALSE         <NA>        <NA>
## 6026       box_carol            8      TRUE     FALSE         <NA>        <NA>
## 6027    paula_delval           16      TRUE     FALSE         <NA>        <NA>
## 6028      vanguyen74            4      TRUE     FALSE         <NA>        <NA>
## 6029 Tsundere_Editor            0     FALSE     FALSE         <NA>        <NA>
## 6030    CapObviousN7            5      TRUE     FALSE         <NA>        <NA>
## 6031  kisekianything            2     FALSE     FALSE         <NA>        <NA>
## 6032    sikandar7289            2      TRUE     FALSE         <NA>        <NA>
## 6033        paschamo            2      TRUE     FALSE         <NA>        <NA>
## 6034       crossreap         2675      TRUE     FALSE         <NA>        <NA>
## 6035    BL_Fangirl34           32      TRUE     FALSE         <NA>        <NA>
## 6036 felixcoeliporta            5      TRUE     FALSE         <NA>        <NA>
## 6037        paschamo            0     FALSE     FALSE         <NA>        <NA>
## 6038    mininebuloid         2675      TRUE     FALSE         <NA>        <NA>
## 6039        paschamo            3      TRUE     FALSE         <NA>        <NA>
## 6040     riamuyumemi            0     FALSE     FALSE         <NA>        <NA>
## 6041          ForOX_            0     FALSE     FALSE         <NA>        <NA>
## 6042    YuameYuame12           39      TRUE     FALSE         <NA>        <NA>
## 6043    weaksentinel         2675      TRUE     FALSE         <NA>        <NA>
## 6044  beverlytoegold         2675      TRUE     FALSE         <NA>        <NA>
## 6045        chasstiz         2675      TRUE     FALSE         <NA>        <NA>
## 6046        NPHAT_bl          271      TRUE     FALSE         <NA>        <NA>
## 6047       Chaya_888           10      TRUE     FALSE         <NA>        <NA>
## 6048   KurtFleischer           69      TRUE     FALSE         <NA>        <NA>
## 6049         Ol_BL_D            0     FALSE     FALSE         <NA>        <NA>
## 6050         Ol_BL_D            0     FALSE     FALSE         <NA>        <NA>
## 6051         Ol_BL_D            0     FALSE     FALSE         <NA>        <NA>
## 6052        NPHAT_bl          459      TRUE     FALSE         <NA>        <NA>
## 6053         wild_bl            0     FALSE     FALSE         <NA>        <NA>
## 6054 lillybelladonna           70      TRUE     FALSE         <NA>        <NA>
## 6055 somebitchcamren            0     FALSE     FALSE         <NA>        <NA>
## 6056 Charity49133192            0     FALSE     FALSE         <NA>        <NA>
## 6057          NotxMe            0     FALSE     FALSE         <NA>        <NA>
## 6058     bl_lo_ve_32         2077      TRUE     FALSE         <NA>        <NA>
## 6059    angelophanie            0     FALSE     FALSE         <NA>        <NA>
## 6060     strosinpqot            0     FALSE     FALSE         <NA>        <NA>
## 6061     chublossoms            9      TRUE     FALSE         <NA>        <NA>
## 6062 vichare_madhavi           65      TRUE     FALSE         <NA>        <NA>
## 6063    KatsukiMisha          110      TRUE     FALSE         <NA>        <NA>
## 6064  TravelndBeauty           63      TRUE     FALSE         <NA>        <NA>
## 6065      MewGulfPar            0     FALSE     FALSE         <NA>        <NA>
## 6066         For__BL          188      TRUE     FALSE         <NA>        <NA>
## 6067 CreateHistorian            8      TRUE     FALSE         <NA>        <NA>
## 6068     chublossoms            0     FALSE     FALSE         <NA>        <NA>
## 6069 SarahBa13045926            3      TRUE     FALSE         <NA>        <NA>
## 6070       AmneAhmad           63      TRUE     FALSE         <NA>        <NA>
## 6071         For__BL           27      TRUE     FALSE         <NA>        <NA>
## 6072         For__BL           66      TRUE     FALSE         <NA>        <NA>
## 6073         For__BL          139      TRUE     FALSE         <NA>        <NA>
## 6074       t4t_robot           71      TRUE     FALSE         <NA>        <NA>
## 6075        Waldo42M            0     FALSE     FALSE         <NA>        <NA>
## 6076   ApoVotingTeam           63     FALSE     FALSE         <NA>        <NA>
## 6077    LawEdgeworth           48      TRUE     FALSE         <NA>        <NA>
## 6078          Eesy20           70      TRUE     FALSE         <NA>        <NA>
## 6079   MikeHarlingSW           70      TRUE     FALSE         <NA>        <NA>
## 6080       GiftSk_89           71      TRUE     FALSE         <NA>        <NA>
## 6081 Hannagadelkarim            0     FALSE     FALSE         <NA>        <NA>
## 6082 WehoYf98s7cECvx           16      TRUE     FALSE         <NA>        <NA>
## 6083      dezodmlies            0     FALSE     FALSE         <NA>        <NA>
## 6084   fiveraysofsun            2      TRUE     FALSE         <NA>        <NA>
## 6085       NetwilaiA           16      TRUE     FALSE         <NA>        <NA>
## 6086 LetterFromMeToM           65      TRUE     FALSE         <NA>        <NA>
## 6087       WorldNfts            3     FALSE     FALSE         <NA>        <NA>
## 6088 scarfboyfriends         2675      TRUE     FALSE         <NA>        <NA>
## 6089   BioRegioSTERN            1     FALSE     FALSE         <NA>        <NA>
## 6090         For__BL           14      TRUE     FALSE         <NA>        <NA>
## 6091 DOOMSLAYERSAN25            0     FALSE     FALSE         <NA>        <NA>
## 6092   CheekOGreaner          103      TRUE     FALSE         <NA>        <NA>
## 6093         hct2906           70      TRUE     FALSE         <NA>        <NA>
## 6094        KPen_MFL            0     FALSE     FALSE         <NA>        <NA>
## 6095       a_Bevil_T          103      TRUE     FALSE         <NA>        <NA>
## 6096 lsgjenchuliche1            0     FALSE     FALSE         <NA>        <NA>
## 6097     wethelatest            2      TRUE     FALSE         <NA>        <NA>
## 6098     sailorahron            0     FALSE     FALSE         <NA>        <NA>
## 6099         13norts         2675      TRUE     FALSE         <NA>        <NA>
## 6100         For__BL         2192      TRUE     FALSE         <NA>        <NA>
## 6101        pinkstbz            0     FALSE     FALSE         <NA>        <NA>
## 6102     KarlCraig18           70      TRUE     FALSE         <NA>        <NA>
## 6103       yaoionice         2675      TRUE     FALSE         <NA>        <NA>
## 6104         For__BL          471      TRUE     FALSE         <NA>        <NA>
## 6105   ScarletWidoow            1      TRUE     FALSE         <NA>        <NA>
## 6106      Ynah_06_98            0     FALSE     FALSE         <NA>        <NA>
## 6107     Textilisnet           13      TRUE     FALSE         <NA>        <NA>
## 6108 ChinkamNipaporn           16      TRUE     FALSE         <NA>        <NA>
## 6109      KanawutMae           40      TRUE     FALSE         <NA>        <NA>
## 6110  lucinthskywdia         2675      TRUE     FALSE         <NA>        <NA>
## 6111      namki_xoxo           24      TRUE     FALSE         <NA>        <NA>
## 6112         bawee24         2675      TRUE     FALSE         <NA>        <NA>
## 6113 Catheri06434819           16      TRUE     FALSE         <NA>        <NA>
## 6114         For__BL          211      TRUE     FALSE         <NA>        <NA>
## 6115       Regen0021           39      TRUE     FALSE         <NA>        <NA>
## 6116         For__BL           39      TRUE     FALSE         <NA>        <NA>
## 6117       oppapayah          242      TRUE     FALSE         <NA>        <NA>
## 6118       marics12_            0     FALSE     FALSE         <NA>        <NA>
## 6119         For__BL          405      TRUE     FALSE         <NA>        <NA>
## 6120      SpitfireVC           70      TRUE     FALSE         <NA>        <NA>
## 6121         For__BL          257      TRUE     FALSE         <NA>        <NA>
## 6122       Helios748         2675      TRUE     FALSE         <NA>        <NA>
## 6123         For__BL           40      TRUE     FALSE         <NA>        <NA>
## 6124         For__BL           54      TRUE     FALSE         <NA>        <NA>
## 6125     Bl_ueTe_ars        10848      TRUE     FALSE         <NA>        <NA>
## 6126   hulinghimitsu         2675      TRUE     FALSE         <NA>        <NA>
## 6127   reynoldsxkmgl            0     FALSE     FALSE         <NA>        <NA>
## 6128   hellojuly1985           62      TRUE     FALSE         <NA>        <NA>
## 6129          ucubus         2675      TRUE     FALSE         <NA>        <NA>
## 6130 Im_Your_Vanilla         2675      TRUE     FALSE         <NA>        <NA>
## 6131     stungoddess           70      TRUE     FALSE         <NA>        <NA>
## 6132        nthtuoi_            4      TRUE     FALSE         <NA>        <NA>
## 6133        bl_enthu         2746      TRUE     FALSE         <NA>        <NA>
## 6134       icyy_iwis           35      TRUE     FALSE         <NA>        <NA>
## 6135           mczub         2675      TRUE     FALSE         <NA>        <NA>
## 6136         evcocuk            0     FALSE     FALSE         <NA>        <NA>
## 6137 MegSmileyface22          118      TRUE     FALSE         <NA>        <NA>
## 6138      nya_mewnya            8      TRUE     FALSE         <NA>        <NA>
## 6139     alice262188            4     FALSE     FALSE         <NA>        <NA>
## 6140     tidakterang            6      TRUE     FALSE         <NA>        <NA>
## 6141         _MeowYu            4      TRUE     FALSE         <NA>        <NA>
## 6142     Bl_Troyanda           82      TRUE     FALSE         <NA>        <NA>
## 6143      ToraHeart_         2675      TRUE     FALSE         <NA>        <NA>
## 6144  breitenbergzdq            0     FALSE     FALSE         <NA>        <NA>
## 6145         _MeowYu           20      TRUE     FALSE         <NA>        <NA>
## 6146      fuutahater           38      TRUE     FALSE         <NA>        <NA>
## 6147   ZaffiroRubino         2675      TRUE     FALSE         <NA>        <NA>
## 6148      RohellecAv         2675      TRUE     FALSE         <NA>        <NA>
## 6149 Ellysmentalward         2675      TRUE     FALSE         <NA>        <NA>
## 6150    Cooper_Tank_         2675      TRUE     FALSE         <NA>        <NA>
## 6151  Lumirandapenna            8      TRUE     FALSE         <NA>        <NA>
## 6152        verasaur         2675      TRUE     FALSE         <NA>        <NA>
## 6153    Zittruschale         2675      TRUE     FALSE         <NA>        <NA>
## 6154   Webcomics_app            1     FALSE     FALSE         <NA>        <NA>
## 6155          bl_hkg            0     FALSE     FALSE         <NA>        <NA>
## 6156    cplusnumbers            4      TRUE     FALSE         <NA>        <NA>
## 6157       OnceANerd            0     FALSE     FALSE         <NA>        <NA>
## 6158      HelenMars4            0     FALSE     FALSE         <NA>        <NA>
## 6159        bl_enthu            0     FALSE     FALSE         <NA>        <NA>
## 6160       lgbtanime            2     FALSE     FALSE         <NA>        <NA>
## 6161    mage_shibari           69      TRUE     FALSE         <NA>        <NA>
## 6162     Oatcake1967           70      TRUE     FALSE         <NA>        <NA>
## 6163   JohnBooth2017           70      TRUE     FALSE         <NA>        <NA>
## 6164     meis8_8isme         2675      TRUE     FALSE         <NA>        <NA>
## 6165      BLMedieval            8     FALSE     FALSE         <NA>        <NA>
## 6166     mullerhfzro            0     FALSE     FALSE         <NA>        <NA>
## 6167     thompsonlnw            0     FALSE     FALSE         <NA>        <NA>
## 6168      DrusiSpike           16      TRUE     FALSE         <NA>        <NA>
## 6169          zyyxfi           32      TRUE     FALSE         <NA>        <NA>
## 6170       EICatHome           13      TRUE     FALSE         <NA>        <NA>
## 6171  humourpoliticn            1     FALSE     FALSE         <NA>        <NA>
## 6172        bl_enthu            0     FALSE     FALSE         <NA>        <NA>
## 6173  DreamingSondos            0     FALSE     FALSE         <NA>        <NA>
## 6174   cuddlybangtan            0     FALSE     FALSE         <NA>        <NA>
## 6175 LeopoldoChris13            0     FALSE     FALSE         <NA>        <NA>
## 6176     castcassize         2675      TRUE     FALSE         <NA>        <NA>
## 6177  Nutcha90129072           16      TRUE     FALSE         <NA>        <NA>
## 6178      mianatty15           61      TRUE     FALSE         <NA>        <NA>
## 6179     almongously           48      TRUE     FALSE         <NA>        <NA>
## 6180       flipp_erz         2675      TRUE     FALSE         <NA>        <NA>
## 6181      Nanten1984           65      TRUE     FALSE         <NA>        <NA>
## 6182   yeeting_laozu         2675      TRUE     FALSE         <NA>        <NA>
## 6183      cIaytorres            1      TRUE     FALSE         <NA>        <NA>
## 6184      degenereis            0     FALSE     FALSE         <NA>        <NA>
## 6185  pantip52101258           16      TRUE     FALSE         <NA>        <NA>
## 6186   zeetothenunew           35      TRUE     FALSE         <NA>        <NA>
## 6187        bl_enthu            0     FALSE     FALSE         <NA>        <NA>
## 6188          W1KK1M            0     FALSE     FALSE         <NA>        <NA>
## 6189     Bl_ueTe_ars          735      TRUE     FALSE         <NA>        <NA>
## 6190 signed_somebody            1     FALSE     FALSE         <NA>        <NA>
## 6191        bl_nunie           21      TRUE     FALSE         <NA>        <NA>
## 6192    vicbardesign            0     FALSE     FALSE         <NA>        <NA>
## 6193      jau_gipmei          243      TRUE     FALSE         <NA>        <NA>
## 6194     perthicarus          198      TRUE     FALSE         <NA>        <NA>
## 6195    iiiiiichico_            0     FALSE     FALSE         <NA>        <NA>
## 6196     UniMatrixZ0            0     FALSE     FALSE         <NA>        <NA>
## 6197 Virginiaeastwo1           70      TRUE     FALSE         <NA>        <NA>
## 6198  yukari_2006_BL         2481      TRUE     FALSE         <NA>        <NA>
## 6199  mist_and_flame          110      TRUE     FALSE         <NA>        <NA>
## 6200      Inthislo0p           61      TRUE     FALSE         <NA>        <NA>
## 6201      KhokanNaik            0     FALSE     FALSE         <NA>        <NA>
## 6202    learn2bbettr            0     FALSE     FALSE         <NA>        <NA>
## 6203      rotsobiwan          133      TRUE     FALSE         <NA>        <NA>
## 6204     yoongibrujo         2675      TRUE     FALSE         <NA>        <NA>
## 6205      pipe5dream         2675      TRUE     FALSE         <NA>        <NA>
## 6206    desynatali92            4      TRUE     FALSE         <NA>        <NA>
## 6207      J255943731           10      TRUE     FALSE         <NA>        <NA>
## 6208     maha_aughad           40      TRUE     FALSE         <NA>        <NA>
## 6209   EvelynSpring8           70      TRUE     FALSE         <NA>        <NA>
## 6210 capitanrogers2_           21      TRUE     FALSE         <NA>        <NA>
## 6211        Gs90Wajo            0     FALSE     FALSE         <NA>        <NA>
## 6212  pendejemaricon         2675      TRUE     FALSE         <NA>        <NA>
## 6213    dodiemanabat            0     FALSE     FALSE         <NA>        <NA>
## 6214      anthrnight            3      TRUE     FALSE         <NA>        <NA>
## 6215     RubiSudipta            3      TRUE     FALSE         <NA>        <NA>
## 6216     BarboraKott            3      TRUE     FALSE         <NA>        <NA>
## 6217  ajithkumarsalu          115      TRUE     FALSE         <NA>        <NA>
## 6218  nighty_stripes         2675      TRUE     FALSE         <NA>        <NA>
## 6219     Bl_Troyanda         1490      TRUE     FALSE         <NA>        <NA>
## 6220         seni_bl            0     FALSE     FALSE         <NA>        <NA>
## 6221      johnebhome           70      TRUE     FALSE         <NA>        <NA>
## 6222      bl_essence          102      TRUE     FALSE         <NA>        <NA>
## 6223         jjx_fxj            0     FALSE     FALSE         <NA>        <NA>
## 6224       istanlord            0     FALSE     FALSE         <NA>        <NA>
## 6225   rellimnosilla           70      TRUE     FALSE         <NA>        <NA>
## 6226    ghoooooostie         2675      TRUE     FALSE         <NA>        <NA>
## 6227      DaddyWazzy            0     FALSE     FALSE         <NA>        <NA>
## 6228      bl_essence            0     FALSE     FALSE         <NA>        <NA>
## 6229     Toki_Silver          118      TRUE     FALSE         <NA>        <NA>
## 6230   winternip1983            0     FALSE     FALSE         <NA>        <NA>
## 6231   Sri_loves_all          115      TRUE     FALSE         <NA>        <NA>
## 6232     neapolituan            0     FALSE     FALSE         <NA>        <NA>
## 6233    euphoriciris           17      TRUE     FALSE         <NA>        <NA>
## 6234       kevin_j_y           13      TRUE     FALSE         <NA>        <NA>
## 6235     KieMimiPopo            3     FALSE     FALSE         <NA>        <NA>
## 6236       twoleftys           66      TRUE     FALSE         <NA>        <NA>
## 6237          fuhryl            0     FALSE     FALSE         <NA>        <NA>
## 6238   Light59869918           61      TRUE     FALSE         <NA>        <NA>
## 6239       nemostang            5      TRUE     FALSE         <NA>        <NA>
## 6240   NabaeiNaghmeh           58      TRUE     FALSE         <NA>        <NA>
## 6241       toy_ghost            1      TRUE     FALSE         <NA>        <NA>
## 6242          bl_hkg            1     FALSE     FALSE         <NA>        <NA>
## 6243        ArtofApo           61      TRUE     FALSE         <NA>        <NA>
## 6244    Jesys_Impact            0     FALSE     FALSE         <NA>        <NA>
## 6245  DreamingSondos            2     FALSE     FALSE         <NA>        <NA>
## 6246       audiobone            0     FALSE     FALSE         <NA>        <NA>
## 6247       bl_baddie            0     FALSE     FALSE         <NA>        <NA>
## 6248      cloudsgale         2675      TRUE     FALSE         <NA>        <NA>
## 6249          mmk_pn            0     FALSE     FALSE         <NA>        <NA>
##  [ reached 'max' / getOption("max.print") -- omitted 3751 rows ]

Save data frame as a .Rdata file

save(trend_BLSERIES_TweetsDF,file = "trend_BLSERIES_TweetsDF.Rdata")

Load

load(file = "trend_BLSERIES_TweetsDF.Rdata")

Checking for missing values.

sap_data <- sapply(trend_BLSERIES_TweetsDF, function(x) sum(is.na(x)))
sap_data
##          text     favorited favoriteCount     replyToSN       created 
##             0             0             0          8099             0 
##     truncated    replyToSID            id    replyToUID  statusSource 
##             0          8125             0          8099             0 
##    screenName  retweetCount     isRetweet     retweeted     longitude 
##             0             0             0             0          9969 
##      latitude 
##          9969

Subset the retweets and the original tweets into a separate file using the dplyr()package.

TRUE_isRetweet_BLSERIES <- trend_BLSERIES_TweetsDF %>%
  select(screenName,text,created,statusSource,isRetweet) %>%
  filter(isRetweet == "TRUE")
TRUE_isRetweet_BLSERIES
##           screenName
## 1          yanamon16
## 2          yanamon16
## 3             EESOR4
## 4           Nanasu96
## 5    SecretSocietyGL
## 6      Danyelle11481
## 7      Danyelle11481
## 8        sharkyxxxxx
## 9      Delmi48792616
## 10   bl_enthusiastic
## 11          jootawoo
## 12            VSR076
## 13        CocoMeltea
## 14           vics_bl
## 15          MNLGroup
## 16   bl_enthusiastic
## 17    TONYREDZUPT13P
## 18         alter1dem
## 19          vanlee84
## 20    flypotothemile
## 21   phamngo85982614
## 22      SimondForbes
## 23       yookimdokja
## 24    apocolleaguesH
## 25      BrandonChan4
## 26    apocolleaguesH
## 27   bl_enthusiastic
## 28        hanaphamvn
## 29      brasskitsune
## 30   tchttlphndallas
## 31   bl_enthusiastic
## 32    Nattawin_VNfan
## 33         shaashamo
## 34        hellomefeb
## 35        pakuzunoha
## 36        Khaioshiin
## 37          HiNight_
## 38      LordHudson45
## 39   bl_enthusiastic
## 40   bl_enthusiastic
## 41           cswooml
## 42     Croissant_Apo
## 43    ttttoey19B2uty
## 44            i2k_bl
## 45   bl_enthusiastic
## 46        pepasmaga2
## 47          not_orny
## 48           CCamosy
## 49       bemylegacyy
## 50      hyaxinthxiii
## 51   bl_enthusiastic
## 52    grace1413danny
## 53     MileApoMexico
## 54       crisalvessh
## 55      Mydestiny_83
## 56   bl_enthusiastic
## 57        Pakatip927
## 58   thecyanartchive
## 59        chaimae_bl
## 60        13_maggots
## 61            naphg_
## 62         charmlii_
## 63      pepsimilktea
## 64            iyyene
## 65        LOUDDIEVAN
## 66         yanamon16
## 67            Btr700
## 68     Nurmala011293
## 69        NymphTicha
## 70      Pyramid_BC08
## 71   bl_enthusiastic
## 72            spiffy
## 73            lams16
## 74   bl_enthusiastic
## 75       hahipuhepon
## 76         gintokice
## 77    mynameis_Aommy
## 78   ApoNattawinVnfp
## 79          Yaatawin
## 80          Yaatawin
## 81   bl_enthusiastic
## 82   BrightStarEnZhi
## 83         safsdiary
## 84           Rati_91
## 85        miraispica
## 86        Samiledboy
## 87        chaimae_bl
## 88    AdelineAurora1
## 89   vanillachilipep
## 90      simplyJayke_
## 91         WHanPHOTO
## 92         ddeepweeb
## 93   NyamNyamNyam_23
## 94        milemeowzx
## 95        HipChicago
## 96   slycooncreation
## 97        GurrenHime
## 98    TridentineBrew
## 99          aquiza03
## 100      enyatran253
## 101  Alu_Morgenstern
## 102  bl_enthusiastic
## 103  mileaposdestiny
## 104          nammle_
## 105     simpforOCnMC
## 106  Nicetomeetyouh2
## 107  linhnguyen13994
## 108          Emarosa
## 109          Amp0nii
## 110   BakeNekoMadara
## 111    RobertDSeals1
## 112         _cxmcxm_
## 113   Cattawin240294
## 114         suha1454
## 115  amazing25338373
## 116  amazing25338373
## 117         TryNotPH
## 118           wxstwt
## 119  bl_enthusiastic
## 120  linhnguyen13994
## 121        bl_curry_
## 122         15evejjh
## 123    RockyResistor
## 124      BarboraKott
## 125        bl_curry_
## 126         AIMZBACK
## 127      LoveBvcXZMA
## 128       StanYaksha
## 129     ArmadilloNim
## 130  Harumi_Suzuki13
## 131     BL_nananWSSP
## 132   Cattawin240294
## 133        bl_curry_
## 134     bl_lebronmlb
## 135     BL_nananWSSP
## 136     BL_nananWSSP
## 137        bl_curry_
## 138  bl_enthusiastic
## 139  bl_enthusiastic
## 140           MA_3xo
## 141      annadauzere
## 142        bl_curry_
## 143        bl_curry_
## 144       ONEOFlGOT7
## 145      MyM00nchild
## 146        bl_curry_
## 147        bl_curry_
## 148   Rahul_joshi_bl
## 149            Qs357
## 150        clorijail
## 151       susu_k1234
## 152       mileapo_ko
## 153     AriPurnami10
## 154         MByonyon
## 155     BL_nananWSSP
## 156  DementiaAllianc
## 157     huynhanh2012
## 158        bl_curry_
## 159  bl_enthusiastic
## 160     bl_ckgothicc
## 161   bingbingblorbo
## 162      lvbbmileapo
## 163   AdelineAurora1
## 164        bl_curry_
## 165          apoaxis
## 166  elena_disgrasya
## 167     peachan51242
## 168        bl_curry_
## 169      katsu_wifey
## 170     BL_nananWSSP
## 171      playendroll
## 172        bl_curry_
## 173  KevinRathbone15
## 174     BL_nananWSSP
## 175           NaoBiu
## 176    Legacy_BL_jun
## 177  mileaposdestiny
## 178     BL_nananWSSP
## 179        bl_curry_
## 180     BL_nananWSSP
## 181   loveyoutoo1113
## 182      playendroll
## 183           Cleio_
## 184        tomomorey
## 185        bl_curry_
## 186        bl_curry_
## 187    scooterdoofus
## 188       BIRDY1999_
## 189       FreeScot45
## 190        JungYeUen
## 191           kleej8
## 192    ILittleRedFox
## 193       UR_Boys_BL
## 194     un4tunatalie
## 195     BL_nananWSSP
## 196         ww_aaays
## 197       karuisbaby
## 198     BL_nananWSSP
## 199         miky8315
## 200   Ericajosefina3
## 201     BL_nananWSSP
## 202         MoxAprii
## 203         bvlubery
## 204  bl_enthusiastic
## 205     BL_nananWSSP
## 206     mumilemeowpo
## 207        Junnie_BL
## 208         florr_bl
## 209           i2k_bl
## 210     penmatigasih
## 211  trickythechilly
## 212     HazelynnRose
## 213       IvyNasimba
## 214    ApoSupporters
## 215     _laaaaayyyyy
## 216     BL_nananWSSP
## 217     ParkDaEun596
## 218     BL_nananWSSP
## 219     sMileApo1515
## 220      Lia46003469
## 221    ilsemoonchild
## 222          koazoni
## 223        tinyshen_
## 224     clubfmphilly
## 225   HanaNguyenTran
## 226      jazminjjong
## 227     BL_nananWSSP
## 228     clubfmphilly
## 229      akule_mgele
## 230  PapillonPapil20
## 231     clubfmphilly
## 232        ArtToflex
## 233       DAWNMAlDEN
## 234       RodrigaDdV
## 235       acjunior12
## 236  luiserodrigue15
## 237          daano_w
## 238       Di_legion1
## 239      nyanchan113
## 240  riverside202007
## 241        s_germann
## 242  Jonas1DKidrauhl
## 243  Ishaazmi007Zayn
## 244          immprks
## 245   darkprincessVP
## 246    Beata08815638
## 247       ahjuicykun
## 248          bren_bl
## 249          bl_yzma
## 250         pmileapo
## 251  20one_nnattawin
## 252        mikkarrae
## 253           BL_27_
## 254           BL_27_
## 255           BL_27_
## 256           BL_27_
## 257         azhidatt
## 258     pencilsalaya
## 259           BL_27_
## 260  20one_nnattawin
## 261           BL_27_
## 262           BL_27_
## 263           wthvwe
## 264      Miruralpaga
## 265           BL_27_
## 266           BL_27_
## 267           BL_27_
## 268          gominym
## 269       giogio_gzg
## 270     IichiroJingu
## 271      army_nanami
## 272     IichiroJingu
## 273         MayaMP01
## 274           ass_bl
## 275         luddraws
## 276       YMG_HeroeZ
## 277  laligoddessgirl
## 278           M4dute
## 279      Nanaacute16
## 280      bl_lo_ve_32
## 281  ikhouvandezee12
## 282      blworld2603
## 283      Miruralpaga
## 284     L0veThi5Game
## 285          212_ema
## 286          Nimbuu3
## 287  Daria_Rastunina
## 288        MyDearGee
## 289         KibaTz13
## 290   ABARTH_Blog_BL
## 291         ppipoluv
## 292        LarocheCS
## 293        legatitee
## 294  storyfromleeaan
## 295       maikeloneo
## 296    Fabulousyoshi
## 297      Spillinaire
## 298        padpachan
## 299   IntrinsicWorld
## 300      bucinclaude
## 301        Ehtriummn
## 302        bl_bbskps
## 303   ABARTH_Blog_BL
## 304          apobien
## 305       mileapo_ko
## 306     sunshinepayu
## 307        bl_bbskps
## 308    FlukeNational
## 309        bl_bbskps
## 310        bl_bbskps
## 311  L0722404Liliana
## 312        bl_bbskps
## 313        bl_bbskps
## 314          po_apo_
## 315   ABARTH_Blog_BL
## 316   pablo_palcovca
## 317        sombra_bl
## 318   eunhye_mileapo
## 319         orionmui
## 320   ferdimagellan2
## 321         Dahmp100
## 322      2sweetsc367
## 323      paintedrecs
## 324       dimples039
## 325      allBeLoved4
## 326      Nikitha1112
## 327   AnaCarol040295
## 328           BL_27_
## 329         A_M_C_NR
## 330      2sweetsc367
## 331           BL_27_
## 332    SuperNigel_Pt
## 333     mahalkoh0523
## 334       maikeloneo
## 335  Beans_ArtCorner
## 336          CSkidoo
## 337  sleepyheadluver
## 338           BL_27_
## 339           BL_27_
## 340        m0z0ngsh1
## 341  sleepyheadluver
## 342      peraya_exol
## 343      akule_mgele
## 344           BL_27_
## 345          cha8903
## 346           BL_27_
## 347   lovegrazielleh
## 348      peraya_exol
## 349          EliLeno
## 350      aratakizoro
## 351      yasminah_bl
## 352         Brrunaly
## 353   Ordinaryentity
## 354         Mayte_BL
## 355   Irodori_Sakura
## 356   RadleyArchives
## 357         sds_levy
## 358         Bionniac
## 359   WelshSchoolsFA
## 360      nattapowinn
## 361       Johanna_Bl
## 362   BostonJorge508
## 363    ApoNattawinBO
## 364     Januaryboyss
## 365        aramiswym
## 366       Mccrimmons
## 367     Jimena_wang3
## 368         rnbadley
## 369        KinoAlyse
## 370       sarah_ash7
## 371      delta_sauce
## 372        lethia_bl
## 373          julony1
## 374      anevilbunny
## 375     Miranda_8899
## 376        wenderlnd
## 377     spcygomtokki
## 378       AceAr0taku
## 379     colors_alexx
## 380      AntjeDienan
## 381    Prachaya143KS
## 382   vampireboy2003
## 383    FishiesJellie
## 384    Dreamless9876
## 385   AfifahNurAnand
## 386           bl_sub
## 387      crisalvessh
## 388           BL_27_
## 389      sondrawomen
## 390           BL_27_
## 391       shinn_aime
## 392        Not0nMain
## 393         sds_levy
## 394  monteiro_ortega
## 395   buffmilfslover
## 396      KSforever08
## 397        Bertozaur
## 398         SessxRin
## 399        Albertyeh
## 400     TheYaoiShelf
## 401      nongapocute
## 402  cutiesemanticme
## 403       pablo_bl_8
## 404   pablo_palcovca
## 405  babygravitydaze
## 406         MoxAprii
## 407         jtdessie
## 408  ladyalitacastle
## 409           Quowii
## 410   unbothered_ykx
## 411     ItJustMe1965
## 412     pemujakertas
## 413     SimondForbes
## 414     likearose317
## 415       MEWSICCLUB
## 416          cae_mov
## 417         jwcosart
## 418   CookieDoh12345
## 419         IsaBlumi
## 420     SimondForbes
## 421  kawoshingatitos
## 422     SimondForbes
## 423      blworld2603
## 424        bst253483
## 425      LYn_dmdboys
## 426   purplewhalien4
## 427      LYn_dmdboys
## 428      LYn_dmdboys
## 429     N_Fitzgerald
## 430    MultiiiiStann
## 431  KittenHasClaws8
## 432  semprongbolong7
## 433    mileaposArtaz
## 434     nyiguinyogui
## 435   CattawinofMile
## 436  BillBloodyHughe
## 437             plzl
## 438   lu_aux_fraises
## 439       Raudelburr
## 440    MySuppCareCOH
## 441   paralyzedbylou
## 442  Happy_Bubblesss
## 443        Droktulft
## 444        TimMilnes
## 445        Droktulft
## 446    airyolovemail
## 447     relish_hendy
## 448   La_Patrona_Rin
## 449     Takiko_Uruki
## 450       kuroiskiez
## 451         cloeyaku
## 452      alspacedout
## 453       glaucieIIe
## 454     Spotlightron
## 455   ApoNattawinUSA
## 456       sunbird_06
## 457       __as_alex_
## 458       HakethKOTB
## 459      soundlolgic
## 460     LSHGofficial
## 461     diangelosfav
## 462    Anita75999886
## 463    boysloveparty
## 464          BigE_20
## 465      delta_sauce
## 466          M1z_uKi
## 467  ianjustexisting
## 468       jenshaul13
## 469     fatherandrew
## 470     BL_nananWSSP
## 471         josie_bl
## 472           znncut
## 473          tatzanx
## 474     GIN_TROPICAL
## 475    Americareform
## 476       fufufu__bl
## 477         jeroosan
## 478      Bl_ueTe_ars
## 479        cgcornett
## 480       akazablood
## 481  tdkrbksupremacy
## 482        panilatte
## 483           MDi_BL
## 484  rainbowfirebird
## 485   amugae23317637
## 486        panilatte
## 487      hyeonjuhui3
## 488     haewonnieblu
## 489        vixen1084
## 490       dimples039
## 491         mems_ukc
## 492     NSFW_Biscuit
## 493     LRobbTeacher
## 494          cnf1996
## 495  SinnerDarkchild
## 496    KinnPorscheSP
## 497      EmmaLinaldi
## 498    allofthemanga
## 499        gingaeyle
## 500           blblud
## 501  SHIZUKUHlNOMORl
## 502    PhoenixStar73
## 503    Oregano_freak
## 504    allofthemanga
## 505    boysloveparty
## 506       mumbly_joe
## 507       chichikuuu
## 508       ghostzeros
## 509       moonatarix
## 510     euamodoramas
## 511  CaptainVonChan1
## 512    honeymins0613
## 513          WozgarX
## 514         pecunium
## 515        _bl_ai_ze
## 516    Untramen_Taro
## 517     IshtarSpring
## 518     IshtarSpring
## 519  Gabriel53469193
## 520   milfjiangcheng
## 521   Christine111VC
## 522   personalkanojo
## 523  MileApoGuardVTS
## 524   Tarou165828914
## 525          sinspin
## 526  striderincident
## 527    BooksTeaFilms
## 528   cattawin_lover
## 529   illusionteacup
## 530         STAGinPG
## 531    Lesio48417834
## 532        NandoFink
## 533        KinoAlyse
## 534  PersonalizeDISD
## 535     Spritepixie1
## 536           MDi_BL
## 537       Rayrift701
## 538       virtjinwoo
## 539      apoclassics
## 540         LuvAra91
## 541        _bl_ai_ze
## 542      delta_sauce
## 543       sixela1912
## 544      HelovesmeMA
## 545          okil_98
## 546      neocrotalic
## 547     xHunter_701x
## 548         marks_bl
## 549       Scarlet099
## 550      wizardlover
## 551         eggdroop
## 552         miky8315
## 553    WadeKillsonYT
## 554  Mischievousenby
## 555          bl_1510
## 556       strbwymilk
## 557   Serara18388406
## 558  BoysLovevibesss
## 559        JeaanJayy
## 560       news__dude
## 561     MaciasRosyyy
## 562    blfangirl1111
## 563     MaciasRosyyy
## 564           WTK_BL
## 565  wanderngthebchs
## 566   AzaleaReina_22
## 567     SummerDaze05
## 568          nadzy94
## 569   muggs_mulligan
## 570    Cindy07871425
## 571  K3deandamonjane
## 572       3vil_qu33n
## 573     ILikeBatsTho
## 574       GiseoksKey
## 575        MileApo10
## 576     minpao_dulce
## 577      delta_sauce
## 578          EliLeno
## 579   SessRin_dioses
## 580    kittii_crypto
## 581        abruti_bl
## 582      AsterCala93
## 583    StacieABuhler
## 584           am__bl
## 585  robertd91548116
## 586   zetsubou_sekai
## 587          19dcore
## 588  JohannaMontesJ1
## 589    CarmenEspejoC
## 590        abruti_bl
## 591       bl_artcult
## 592    CarmenEspejoC
## 593         rich4you
## 594      delta_sauce
## 595     PrizemArtNft
## 596    vatrushkachan
## 597       wondastars
## 598  Fujoshi48310521
## 599       HakethKOTB
## 600     hualiantgcf7
## 601          zk_sasi
## 602     Rafique6Riaz
## 603      AiKoBeanArt
## 604  HinataIsmyHeart
## 605      Only4Sehun_
## 606     panitosinpan
## 607       verumreina
## 608         Kunazar3
## 609   AdrianVickers5
## 610        abruti_bl
## 611   justwannasayhy
## 612   fakeshittalker
## 613            Qs358
## 614     DAIHIME_SAMA
## 615   sessrincentral
## 616      thucanconco
## 617         dexdaina
## 618      hogoshamaru
## 619        lavamanga
## 620       PecanSanVT
## 621           IFY_BL
## 622        emmavince
## 623       nghikraten
## 624   Rayan_Iolanthe
## 625           pnhalz
## 626        VenLsHere
## 627         voidfelI
## 628        abruti_bl
## 629     gunmetalsole
## 630        annieone3
## 631      KnosNothing
## 632        1900100ko
## 633    Curious111188
## 634        slwiede66
## 635         MNLGroup
## 636        whathow27
## 637         mawhalee
## 638   GodsRevolverNA
## 639         BL_craze
## 640        sombra_bl
## 641        sombra_bl
## 642    aidencantmeme
## 643  sh33RbR00tality
## 644        made_twat
## 645        sombra_bl
## 646        Anniebot0
## 647    bl_aficionado
## 648    bl_aficionado
## 649  pluviophilekhun
## 650         reila109
## 651        westdramx
## 652       Wen_Shawol
## 653  capitanrogers2_
## 654        KinoAlyse
## 655       shujaat381
## 656       SoLiMa7953
## 657        didemdndr
## 658         25pisces
## 659   malewifeartemz
## 660  PortlandBirdObs
## 661  Silvershadowwo1
## 662    TheBetterDoge
## 663        bran_dyon
## 664   FuturePI_Slack
## 665        BUB_BL_ES
## 666    godfavapomile
## 667           qq_sql
## 668   InquisitorLink
## 669      tittyvillus
## 670     Fujoshisifth
## 671  FacePaintedKids
## 672  Venusmisfortune
## 673     sharpcritter
## 674         bingchuu
## 675       kafesito96
## 676           jb723_
## 677    bl_aficionado
## 678    bl_aficionado
## 679  Babydolljungkoo
## 680    NattaMile_WIN
## 681       allyyccatt
## 682    bl_aficionado
## 683    bl_aficionado
## 684  bl_enthusiastic
## 685        _bl_ai_ze
## 686  bl_enthusiastic
## 687     bak3db3anzzz
## 688      FloralxLuna
## 689     SIeazeBurger
## 690        beeb00van
## 691    bl_aficionado
## 692         twinfaun
## 693         ines__bl
## 694    couplechickkj
## 695        _bl_ai_ze
## 696         hiwatari
## 697   josilverdragon
## 698    emogamerboyxd
## 699      tiredregina
## 700         ThySheee
## 701    StripedAlpaca
## 702           bl__sw
## 703   RosenbergEllie
## 704       Monlabiaga
## 705        gojosbong
## 706        Byakko130
## 707           bl__sw
## 708       hailoveyou
## 709          ello0u0
## 710          ginya97
## 711       mexshyalta
## 712   textyourmother
## 713     bluestarlx03
## 714    GeezLouis1971
## 715   GammaMesarthim
## 716   HueyBlounts888
## 717  RosaAng22672241
## 718   infinite_bagel
## 719      gradeA1_vic
## 720   insertname1003
## 721  Vanicha58875520
## 722         ZellaSky
## 723     AriesLovesBl
## 724        dommiii96
## 725      HurnAntonio
## 726  RosyRedLoverBoy
## 727   neighbor_heart
## 728  NightGodLawliet
## 729         bl__swan
## 730      Geute_Ketel
## 731          feruya_
## 732    azumangadieoh
## 733     sieloveleigh
## 734    SmkStrawberry
## 735     LuxafOreverX
## 736  MariaSolOviedo1
## 737    scarletpapava
## 738          9294bff
## 739          Nirori5
## 740  RandomCattolico
## 741      Geute_Ketel
## 742    herebystandby
## 743         bl__swan
## 744        bl_jaguar
## 745      adk08919235
## 746  iveyjanette_207
## 747       plutorooms
## 748      LollipREOpz
## 749          yesOsue
## 750         ines__bl
## 751    BlueEyedAshhh
## 752        ex_neelix
## 753        Q_Memer_2
## 754    prayforpeace3
## 755        cgcornett
## 756          n3ureey
## 757           BL_27_
## 758    arinneverland
## 759     koogoogie364
## 760     jessikayrose
## 761          Askugia
## 762       NattawinBR
## 763           BL_27_
## 764   nova_wednesday
## 765           BL_27_
## 766  brandisimo12345
## 767   TholeCalibrate
## 768      shrimpainer
## 769  AlchemyAndMagic
## 770     zeennbabiiis
## 771        BabeapoN2
## 772    sammyyaza_ttv
## 773     turnaboutgay
## 774        jking2597
## 775         faetooth
## 776       Bourque_BL
## 777        alita_ba_
## 778   ashfilledwords
## 779      filterpjmin
## 780     choisannie_s
## 781           IasIow
## 782           JCFC33
## 783     Zoya28315950
## 784           BL_27_
## 785    cattawinwaifu
## 786         bl__swan
## 787      aeristotle_
## 788    CyberartRealm
## 789     concretusTVP
## 790      bl_rambling
## 791  loversconfidant
## 792     choisannie_s
## 793         Raiixart
## 794   Quetzal_Feniix
## 795          jiphee_
## 796          st4rsun
## 797       narrystill
## 798         bl_airee
## 799        yudit2198
## 800    CrystalMCasey
## 801      bl_rambling
## 802      christie_bl
## 803       angstyxing
## 804      michinpirin
## 805      jimmy_darke
## 806     My_Best_Name
## 807      Breezyyy_15
## 808            yl3O1
## 809         TofFreeX
## 810      warmthsprin
## 811          dndknnt
## 812         BL_craze
## 813     LemonJunk404
## 814       THEHERMlT_
## 815         BL_craze
## 816           bl_389
## 817         N_Ryu369
## 818        _bl_ai_ze
## 819      NeriumToxin
## 820       Apociation
## 821       MarGabArts
## 822  bl_enthusiastic
## 823     Lucifer24680
## 824  bl_enthusiastic
## 825   Sasha_Universo
## 826     KissuNi_2589
## 827        Nastiko__
## 828     transranpo__
## 829    tadpole_tails
## 830         belumrtl
## 831   Stupid_player1
## 832    goathklysmell
## 833  HigurashiShinko
## 834      agatalovexl
## 835      mintiestars
## 836     Bl_is_needed
## 837  masterchief6996
## 838   josilverdragon
## 839         Kevs_518
## 840    mcreynolds_87
## 841      chitose__bl
## 842     blackspies12
## 843    gameonporsche
## 844        dalitza_r
## 845    lvrqueercntnt
## 846   meatfreemeals1
## 847       rosehyly24
## 848        hatakekth
## 849  MonkeySkinnyRib
## 850      christie_bl
## 851        Etim007et
## 852           rkjeom
## 853     binegarnsalt
## 854         Jargo_BL
## 855    _nigashikatas
## 856        yuutashun
## 857        EmBerning
## 858          runlume
## 859  JapaneseNatsuno
## 860           Bl_ank
## 861    BawanSkeletal
## 862        utsugakus
## 863     BL_nananWSSP
## 864          SSf1609
## 865    Heart10Looks3
## 866      AiKoBeanArt
## 867    milevintage15
## 868    gameonporsche
## 869          labelyn
## 870    NathanBerning
## 871  Juliaykl49Kyang
## 872      Bl_Troyanda
## 873    jalenwebbnba1
## 874       _LuniBear_
## 875     BL_nananWSSP
## 876  ALABASTER_APE_X
## 877    Xtra_JunkMa1L
## 878          Hubsies
## 879       yokojk2_jk
## 880     zeennbabiiis
## 881     teachwellall
## 882      corpsebabyy
## 883       sarthak_bl
## 884  still_tohfunmee
## 885  SalopResearcher
## 886        SleepyMoe
## 887        rinnusssy
## 888       skindhippo
## 889  MonicaReidRadio
## 890    freakonaleesh
## 891  VikasCh66165667
## 892  Kawa1strawberry
## 893      midaritrash
## 894      midoriihime
## 895  Jamaican__Cutie
## 896         florr_bl
## 897   arkhan_voyager
## 898         lop_nita
## 899       katielo556
## 900       ayamadori1
## 901       ookaysshay
## 902  RhondaMasengale
## 903           BL_27_
## 904      Levidrocher
## 905      CURSORMAN1A
## 906     dreamsofmint
## 907     stan_arikook
## 908           BL_27_
## 909  HyakuyaMikangel
## 910         luuuuthv
## 911       yunenofune
## 912           b0nktr
## 913    cocomelon1994
## 914     BL_Fangirl34
## 915     vomitcoffins
## 916         kseyuuuu
## 917         1chirisu
## 918     jk_moon_baby
## 919          LDBSLAT
## 920     DemzOneMusic
## 921      ChristallaJ
## 922         ArtofApo
## 923     kung_nilsson
## 924          vexatag
## 925      exiscrisis_
## 926   SweetAsCerasee
## 927         Urska871
## 928   StupidGrimoire
## 929      spookicooky
## 930        lubo_ac23
## 931      meatgrippin
## 932  gimnahu47115386
## 933        leamaycry
## 934      GINA__BEARS
## 935         drdrix80
## 936   splashwaves_BL
## 937       vvindswept
## 938   therealsingers
## 939        MILEAPOBR
## 940         miririas
## 941        oma_oma_1
## 942   Kamila60319204
## 943     BrandonPowe2
## 944         privnula
## 945        merodrama
## 946         RyanFZed
## 947         Bob_BL20
## 948       Jlescure25
## 949       OliverRA15
## 950           HO__Bl
## 951           fpianz
## 952       Plasma_spl
## 953         TatRosso
## 954           HO__Bl
## 955        AmneAhmad
## 956      Bl_Troyanda
## 957    honeylove0126
## 958        LalonskyC
## 959      femmecelled
## 960      IvanBladeOn
## 961     natalia_arte
## 962         aubepink
## 963           nma_BL
## 964     GreenRibbits
## 965   MileApoBolivia
## 966         Daily_BL
## 967       Edhinman89
## 968      Bl_Troyanda
## 969         seonaneo
## 970  blackpeopledata
## 971      Bl_Troyanda
## 972        riudrag0n
## 973     PocketOfRats
## 974    watchmoontree
## 975  Chocolateanime4
## 976     drmartinking
## 977    smallerghosts
## 978          K0rzana
## 979  saladexperiment
## 980  LostsheepChrist
## 981        BL_Fan_CH
## 982          ellasux
## 983  Nancyricoanton2
## 984       MandiTrini
## 985    AnnieenFrance
## 986         5431saki
## 987       Bunbearvk1
## 988      Jay84472077
## 989     MileApoChile
## 990    Fakeforthefun
## 991       Kafakhri08
## 992    BL_goodfellas
## 993     Lovetheway_u
## 994        mobuuukun
## 995    ARICBRINDLEY1
## 996         Bl_ckkky
## 997           pvs_pf
## 998         Bl_ckkky
## 999     liz_isabella
## 1000        JamMann6
## 1001     AkatsukiHou
## 1002    HazelynnRose
## 1003 SujitKu10789374
## 1004        Bl_ckkky
## 1005 Varshasaini9921
## 1006      bl_artcult
## 1007 DevenOlmstead26
## 1008    sportsfan702
## 1009      hailoveyou
## 1010  arkhan_voyager
## 1011 MileApo_admirer
## 1012  arkhan_voyager
## 1013      LimWeather
## 1014       ItsJam_Ok
## 1015 LatinaImmigrant
## 1016   LONDONGIRL_40
## 1017 Unnamed_MA_fan1
## 1018   sebastian_bl_
## 1019  LADYGAGAEXOBBB
## 1020    sattonlondon
## 1021    taesfreckIes
## 1022   mileaposlayer
## 1023    lemongremlin
## 1024   XimiieskIsDed
## 1025   Markspock2424
## 1026  GibelliniPaolo
## 1027   manesince2018
## 1028         natitym
## 1029 soft_husbands25
## 1030     liIpuppydog
## 1031        KsnagiNn
## 1032   TernasylLuter
## 1033 nubesdeazucar__
## 1034 SanjuSh51614314
## 1035        ajwehrsj
## 1036    DimitriKebab
## 1037         aki20ka
## 1038      violet_bkp
## 1039         _goteki
## 1040   Ina_Escalante
## 1041 MileApoFamPh524
## 1042    nunewcatmeow
## 1043     RinoMileApo
## 1044        florr_bl
## 1045      UrbanizeLA
## 1046         quin_ym
## 1047          APP_BL
## 1048        Croesype
## 1049         wonwwbe
## 1050        fairybmy
## 1051  patisseriedoll
## 1052    BL_Fangirl34
## 1053 seeyoulaterboyy
## 1054        ajwehrsj
## 1055       cait_rose
## 1056 TruthDefender13
## 1057       jlovesgyu
## 1058     chosotheist
## 1059       bl_jaguar
## 1060   sasuke_bottom
## 1061     dameveneno_
## 1062     gojosugurus
## 1063       TsakuteNV
## 1064   sakamotoswife
## 1065       znnznn_10
## 1066  EVERYTHANGPODD
## 1067      preityrose
## 1068       fldudr_pv
## 1069      Poojapal_9
## 1070    _tokyothrift
## 1071 Sacredsymbol821
## 1072  neoxsanctuaire
## 1073 misskim12346789
## 1074          bl_ma_
## 1075     Aeriel_dear
## 1076     DianeNick24
## 1077     santoshetti
## 1078        zuhair_k
## 1079      preityrose
## 1080         AP0neko
## 1081    mile_apoEast
## 1082 freaKENgorgeous
## 1083         w3iying
## 1084    kodoku271297
## 1085       ABBACCHlO
## 1086       ZUS041972
## 1087   MileApoDaily_
## 1088    Sanfrankid21
## 1089         apojune
## 1090 cowboylikedeann
## 1091   simpingforapo
## 1092     rosabelline
## 1093 oddlycomforting
## 1094        kato6301
## 1095     geminicoded
## 1096        ngkhn_bl
## 1097     rubywright1
## 1098       1chillmoe
## 1099      TonyFreshP
## 1100 ER5rik4BUJmL8o0
## 1101 stuartw94089061
## 1102     Bl_Troyanda
## 1103  merror82211058
## 1104     SanRatweets
## 1105        mgrSkiba
## 1106 SpiritOfCongres
## 1107    whore4mitski
## 1108       Temino201
## 1109       yuma_sogo
## 1110        Clinss__
## 1111     Bl_Troyanda
## 1112         DocT___
## 1113 DrewGeorgeClode
## 1114    iarematthewc
## 1115      geminirzng
## 1116     UniRdg_GCMS
## 1117       shotalumi
## 1118 BakedWithLoveee
## 1119  haniichachacha
## 1120      indi_sulta
## 1121        BL_is_me
## 1122    No1TomokoFan
## 1123    spockisblack
## 1124    acatboyscafe
## 1125         Myhra22
## 1126  PeachyKageyama
## 1127  ilabilachinchi
## 1128    ayveeaverson
## 1129   giantkittylvr
## 1130 dulcetfairytale
## 1131      Kashishs26
## 1132    luci_alessia
## 1133  hood_sisters4L
## 1134        megz6344
## 1135 __moonchildd___
## 1136       Nelsonali
## 1137    leah12008075
## 1138   wistfulknight
## 1139    saintlyichor
## 1140         FLY3R__
## 1141      ryumisadei
## 1142 pseudoetymology
## 1143       eichiyaoi
## 1144        ngkhn_bl
## 1145       Tarik_Arm
## 1146     kgkiser2015
## 1147    Chesuchesuto
## 1148          tmbg13
## 1149 iiheartnicotine
## 1150         KPW1453
## 1151      stickybug4
## 1152 __moonchildd___
## 1153       sarangndh
## 1154 __moonchildd___
## 1155       MarMalton
## 1156      twinkgirll
## 1157  nicholasggrant
## 1158  Rajanaz786Zaib
## 1159     Bl_Troyanda
## 1160          BL_27_
## 1161  tutoryimbabiee
## 1162         kiyvesk
## 1163         MtuwaMu
## 1164     childempreg
## 1165    Sonijalander
## 1166  punishedthumbs
## 1167  bottomhuacheng
## 1168  katewhiteshark
## 1169        lavboy13
## 1170      neonkewpie
## 1171      CalesWife_
## 1172     paregularrr
## 1173    BL_Fangirl34
## 1174     Bl_Troyanda
## 1175    Maelleisavet
## 1176     bestlaykomi
## 1177          APP_BL
## 1178        ihyperon
## 1179     Bl_Troyanda
## 1180        EditaOla
## 1181         SMurie1
## 1182          BL_27_
## 1183      auyamacake
## 1184          BL_27_
## 1185  Catniptwoshoes
## 1186          BL_27_
## 1187      panther_BL
## 1188       kimseoah0
## 1189          BL_27_
## 1190  Gypsy_Cinnamon
## 1191       clownx_bl
## 1192    HunterkingCM
## 1193      domikookie
## 1194       bl_wdmr_2
## 1195  gaycottoncandy
## 1196         sehviuh
## 1197          BL_27_
## 1198    K_Schallhorn
## 1199       clownx_bl
## 1200   HeartfeltDesu
## 1201  ykislifehelp11
## 1202       clownx_bl
## 1203          bl_xxi
## 1204       clownx_bl
## 1205       clownx_bl
## 1206          BL_27_
## 1207  AndrewManor187
## 1208  jennithepsycho
## 1209       clownx_bl
## 1210          BL_27_
## 1211     Bl_Troyanda
## 1212    victorlatmey
## 1213         tatzanx
## 1214          bl_xxi
## 1215       mylomamon
## 1216       clownx_bl
## 1217      bl_world22
## 1218     Bl_Troyanda
## 1219  expolineledger
## 1220        THOTYAKI
## 1221          BL_27_
## 1222          BL_27_
## 1223       clownx_bl
## 1224     sweetbatat4
## 1225       clownx_bl
## 1226          BL_27_
## 1227       clownx_bl
## 1228       clownx_bl
## 1229       clownx_bl
## 1230       clownx_bl
## 1231        legaytus
## 1232       clownx_bl
## 1233       clownx_bl
## 1234 BatangMangga_05
## 1235       clownx_bl
## 1236       clownx_bl
## 1237       clownx_bl
## 1238     chae____rin
## 1239       clownx_bl
## 1240       clownx_bl
## 1241     gre_ybunn_y
## 1242         tatzanx
## 1243   a011111111113
## 1244         t0nmii2
## 1245     Bl_Troyanda
## 1246       KIK68_233
## 1247       AriSK10OG
## 1248        NPHAT_bl
## 1249     junkunhands
## 1250    thedoctorxxx
## 1251       dabi1993_
## 1252          ili_bl
## 1253       Nexie1208
## 1254         GF0fApo
## 1255 vndingmchine723
## 1256          poyprs
## 1257     noonawajana
## 1258     gaeboi_arts
## 1259       un_wieldy
## 1260     aaron_idtap
## 1261      NativeSonn
## 1262 Starryillusionz
## 1263      dora_bts07
## 1264         Yeow777
## 1265       tinker_bl
## 1266     _SoftDaniel
## 1267      sera22will
## 1268        rhody_jo
## 1269    Bear_theKuma
## 1270      kussajoubu
## 1271       tinker_bl
## 1272  Skkyyyyyyyyyyy
## 1273         bren_bl
## 1274  PehleBharatiya
## 1275     MomTo6Lambs
## 1276        Decoy_38
## 1277    SwamiSalami3
## 1278       tinker_bl
## 1279    PunjabiHindu
## 1280        MNLGroup
## 1281      310jazzmin
## 1282          ili_bl
## 1283  streetpeopleLA
## 1284     _Pennelopey
## 1285    sportsfan702
## 1286     johnson4b06
## 1287 CatholicEdLeeds
## 1288        DarkIcy5
## 1289       pawathere
## 1290       PupscanLA
## 1291          tpwk40
## 1292       kookoo595
## 1293   goddessarashi
## 1294      bl_lover91
## 1295     8reinhardt8
## 1296   DariusRadzius
## 1297    postpunkista
## 1298   BacklitGalaxy
## 1299  peachpeach1002
## 1300       theDiiKay
## 1301      bl_lover91
## 1302       BTSSVERSE
## 1303        AndrrreT
## 1304      ferri_rick
## 1305  BL_MadeDigital
## 1306      kujoheaven
## 1307 JackpotSyndrome
## 1308    ChelseaReede
## 1309       Dutchduk2
## 1310   farheen_khan3
## 1311   rosarioimpale
## 1312       clownx_bl
## 1313          T1Raja
## 1314       clownx_bl
## 1315        reoigari
## 1316    DAIHIME_SAMA
## 1317       clownx_bl
## 1318       clownx_bl
## 1319          Oryxha
## 1320 Alu_Morgenstern
## 1321     BL_Zordoxon
## 1322        QmediaFX
## 1323        inigma_a
## 1324     solariswave
## 1325        laurbits
## 1326    Wstewart0328
## 1327     javascriptd
## 1328          ili_bl
## 1329         vick_BL
## 1330        xysayshi
## 1331    UptoDateNewz
## 1332     omisarchive
## 1333          ili_bl
## 1334  Eastlake_Vball
## 1335 EarlyMoringRain
## 1336          ili_bl
## 1337      illhoonies
## 1338        meo___ow
## 1339      BitsHammer
## 1340    sugarberry27
## 1341         Amya_SA
## 1342    clownimnidda
## 1343      NgatiBryan
## 1344   GAustralia_87
## 1345  ArealLifeRebel
## 1346    pearl_nikkie
## 1347    pearl_nikkie
## 1348       abruti_bl
## 1349     rohish_shhh
## 1350       abruti_bl
## 1351       LArasoul0
## 1352 skxnninvrskinny
## 1353    gogocheonguk
## 1354    pastpassages
## 1355          ili_bl
## 1356   MeghanBlack26
## 1357   Sleemzy_avil2
## 1358          TAT_bl
## 1359   ahgasefantasy
## 1360        DonKwahn
## 1361          ili_bl
## 1362       Melsier_s
## 1363    DinahMileApo
## 1364          ili_bl
## 1365       _bl_ai_ze
## 1366     peach_trans
## 1367  xo_yourdestini
## 1368      pajikochan
## 1369 SocialHousingCo
## 1370        Bl_ckkky
## 1371      bethyyogh_
## 1372      NFTShirts1
## 1373      yangkinki1
## 1374  cutiecutiepie_
## 1375 Addicted_ToZayn
## 1376       blsoftiee
## 1377      petravoice
## 1378    Intellectard
## 1379    JolanJoestar
## 1380      petravoice
## 1381     voidoflogic
## 1382       BL_prints
## 1383      BRANDONAGE
## 1384       femy_nism
## 1385     bkpp_mint24
## 1386      mar1409mar
## 1387 SunflowerLychee
## 1388     Bl_clarisse
## 1389    NeivaTheNerd
## 1390  hikiganebousou
## 1391        SR__1209
## 1392       exjusemee
## 1393     bbuff_filmy
## 1394    monarchyconf
## 1395       Nudel_spl
## 1396     dumplingart
## 1397  sunsetbbkisses
## 1398     bananarkive
## 1399        melybel_
## 1400  FurryLibrarian
## 1401  villupuramAkFC
## 1402         boydna_
## 1403   BluestJavelin
## 1404    clevergirrll
## 1405     fairyluvluv
## 1406    misti_violet
## 1407    fatuiharbing
## 1408   BL_Publishing
## 1409       Nemo_nuea
## 1410   BL_Publishing
## 1411  s7ephenwithaph
## 1412  DrSabinaDosani
## 1413      nirvana10M
## 1414    mile_apoEast
## 1415 MollyKHumphries
## 1416 love_potion_no8
## 1417        nhguaVyT
## 1418         BL_BenS
## 1419 ShorealoneFilms
## 1420      vnusrabbit
## 1421       manyundei
## 1422       19sepRiia
## 1423        melybel_
## 1424        LeedsDYS
## 1425 mynameisnotvlad
## 1426 KKsrinivasan_BL
## 1427     TomitaDouji
## 1428     vennicensem
## 1429     Bl_clarisse
## 1430   anonymousG124
## 1431    Melany081115
## 1432       bl_ahblah
## 1433 NiqNaJu_fanacnt
## 1434    lovelywangji
## 1435       baeksdoie
## 1436 ryuknowwhattodo
## 1437   lovemybabyart
## 1438     boyhypnosis
## 1439       zombiepop
## 1440  sanasodabreeze
## 1441       brave0nft
## 1442       brave0nft
## 1443      zebrafinch
## 1444       pprincenv
## 1445      bl_romance
## 1446      eyeseye_bl
## 1447       magsarion
## 1448 ShabanaMarshall
## 1449      Ayochase01
## 1450       bl_cuties
## 1451   BL_Publishing
## 1452   BL_Publishing
## 1453       full_cure
## 1454 LaurenG43444365
## 1455     BL_Y_Single
## 1456       _VAbigail
## 1457   Marcy65058368
## 1458      CamHistory
## 1459    boobooshugar
## 1460     BL_Y_Single
## 1461     ukiyosghost
## 1462    ScotOralHist
## 1463  uptoasmilingme
## 1464 GinabeanartGina
## 1465 Ituki_0408mikan
## 1466       Evelincs_
## 1467     hana_michis
## 1468      jhonny3211
## 1469       BTran2003
## 1470          KnZ_BL
## 1471 Contemporary_BL
## 1472    darkestdollx
## 1473    Lunabelleino
## 1474  ChildOfMileApo
## 1475    fineboytemii
## 1476       markolver
## 1477         kamlesm
## 1478      Mrs_N0B0D1
## 1479        InLimboV
## 1480    LentusOracle
## 1481  AlvinRomero030
## 1482     glimpseofbw
## 1483       _bl_ai_ze
## 1484        PS5_BOTs
## 1485         BL_Hyro
## 1486   yumeiro_latte
## 1487     icanflyloru
## 1488    f_ckingawful
## 1489       LordeEsme
## 1490        chufei_i
## 1491     alhajinuell
## 1492       LordeEsme
## 1493   K_Kentin_Rose
## 1494     ayo_cohouwu
## 1495   Ovo_himsef449
## 1496 SweetestLouisaR
## 1497       _bl_ai_ze
## 1498         Drakid7
## 1499    Kebbi_kingjr
## 1500  Friends_UoB_TC
## 1501  Friends_UoB_TC
## 1502   andreasheyden
## 1503     Coyote0423E
## 1504       Bjeezus98
## 1505         poIysho
## 1506       bl_ahblah
## 1507    ILRYxXISC_BL
## 1508        konotton
## 1509   BetterAbsence
## 1510    ILRYxXISC_BL
## 1511        kregents
## 1512  namastenancysf
## 1513      KvngWhillz
## 1514    ILRYxXISC_BL
## 1515    ILRYxXISC_BL
## 1516   sicowokdurian
## 1517     BL_Y_Single
## 1518     BL_Y_Single
## 1519        srslysxy
## 1520    SathishRaj96
## 1521     shadescafe_
## 1522    ILRYxXISC_BL
## 1523    ILRYxXISC_BL
## 1524           cheja
## 1525     BL_Y_Single
## 1526    ILRYxXISC_BL
## 1527    ILRYxXISC_BL
## 1528    ILRYxXISC_BL
## 1529   BL_VisualArts
## 1530    ILRYxXISC_BL
## 1531 Contemporary_BL
## 1532    ILRYxXISC_BL
## 1533        Luaplviv
## 1534    ILRYxXISC_BL
## 1535     BL_Y_Single
## 1536        bl_harry
## 1537      bl_essence
## 1538   jimmy73623940
## 1539 Contemporary_BL
## 1540     BL_Y_Single
## 1541    HTWofficial1
## 1542    ILRYxXISC_BL
## 1543     diana_pelaz
## 1544     BL_Y_Single
## 1545     BL_Y_Single
## 1546        bin_9704
## 1547    hidesinhiden
## 1548    ILRYxXISC_BL
## 1549        bin_9704
## 1550     Trainfanny1
## 1551    _IAmLegend__
## 1552      xingmi1996
## 1553     laadaaadeee
## 1554        bin_9704
## 1555         bl_1510
## 1556    BiggKingsley
## 1557   VividBadSquid
## 1558  atanalerectida
## 1559  iamnaitala2001
## 1560      cruisexszn
## 1561       nakata_bl
## 1562        bin_9704
## 1563       pinkargus
## 1564       mjayyyy__
## 1565    holar_D_boss
## 1566    EnglishPupil
## 1567       nakata_bl
## 1568    RichVoorhees
## 1569        megz6344
## 1570      Javi_Fdez_
## 1571   evelynl890525
## 1572   Caleb_Oluleye
## 1573 blinksmartlinks
## 1574     BL_Y_Single
## 1575    abara_alonzo
## 1576       nakata_bl
## 1577        himi_png
## 1578     bkpp_mint24
## 1579          0702Sl
## 1580    Johnstone_BL
## 1581     BL_Y_Single
## 1582 MarkStamper6180
## 1583       nakata_bl
## 1584     bkpp_mint24
## 1585        136_BTS_
## 1586   Zettersletter
## 1587        MoxAprii
## 1588       nakata_bl
## 1589         DogHeir
## 1590      mizuruilvr
## 1591       nakata_bl
## 1592      linggglieb
## 1593     sicknesstom
## 1594       banrolina
## 1595     Dalidalyoxo
## 1596    MoneyManMilt
## 1597         imsidj_
## 1598 HtweLay93331453
## 1599  lowbudgetdemon
## 1600   TanKk05974483
## 1601   TanKk05974483
## 1602    kr_retweeter
## 1603   amantedel__bl
## 1604         Gaddapa
## 1605      Gulfzilla8
## 1606       lamareaux
## 1607       A_BL_Simp
## 1608       abruti_bl
## 1609     parfaitslut
## 1610          11moji
## 1611     JohnGreenDC
## 1612   InfamousKairi
## 1613       kmari__BL
## 1614          tqnllr
## 1615         18_0933
## 1616  Dani_is_acting
## 1617       mimixsoob
## 1618 bl_enthusiastic
## 1619     OnUrOwnKids
## 1620        HRoisman
## 1621   blazedeeznutz
## 1622        Pilczjan
## 1623       bl_ahblah
## 1624        SR__1209
## 1625        smononed
## 1626  CoachZRiley501
## 1627 Elspeth52112979
## 1628     Bloomalooma
## 1629      fairy_taen
## 1630       nakata_bl
## 1631    sakitakarai7
## 1632        rel1rel1
## 1633      2Starajith
## 1634        iamnurix
## 1635       yuukienan
## 1636 moremore_minori
## 1637     Bl_clarisse
## 1638       beomslips
## 1639   ArdenUniPsych
## 1640     RinoMileApo
## 1641    King54597021
## 1642  lilaccandy0514
## 1643       trappabre
## 1644     peachiprint
## 1645     Waterrain17
## 1646      CryptoAliB
## 1647        __pomade
## 1648 MileApoGuardVTS
## 1649        DilonteW
## 1650    MdSnakeheadz
## 1651 lunamoo48415432
## 1652        MNLGroup
## 1653       agentsaba
## 1654 erieriericaaaaa
## 1655    SelvamAnbu12
## 1656     leloucholic
## 1657   AngelMartRod2
## 1658          wwtud_
## 1659     shorehpippi
## 1660  Resplendent_BL
## 1661       didemdndr
## 1662      wanjaaaiis
## 1663     aranza_deni
## 1664    Heterophobea
## 1665       kamuicult
## 1666      HipChicago
## 1667      HipChicago
## 1668     flynnboyant
## 1669      firstbabii
## 1670   roadkill_raph
## 1671       arxiearts
## 1672       Nattavuic
## 1673       Mapuli_li
## 1674       _bl_ai_ze
## 1675      LidlHummus
## 1676       _bl_ai_ze
## 1677      ranposfoot
## 1678  underscore_daw
## 1679        receicle
## 1680   slackerbarrel
## 1681       _bl_ai_ze
## 1682      PasstheASA
## 1683       tesstalay
## 1684         vluviav
## 1685     Bl_Troyanda
## 1686      natsuki_s0
## 1687     Bl_Troyanda
## 1688       JoC100200
## 1689     Bl_Troyanda
## 1690  _amievenimi309
## 1691         evyvrry
## 1692       BL_Carter
## 1693  darkprincessVP
## 1694       BL_Carter
## 1695       taruumiya
## 1696    BL_Fangirl34
## 1697        bl__bts_
## 1698       Stobelli1
## 1699  JenniferSaplor
## 1700      riverkecil
## 1701          dkeq_f
## 1702    speakupppppp
## 1703       shypronin
## 1704         emekah_
## 1705       BLfandesu
## 1706 Eliter_revenger
## 1707     darahellman
## 1708     bose_pammal
## 1709       magidah01
## 1710      neonglittr
## 1711        Lolahhh_
## 1712     PenguinBL97
## 1713 tomymagicerrors
## 1714     mzenananers
## 1715        Topson__
## 1716     BL_CollCare
## 1717    BL_Fangirl34
## 1718  iamshubham6060
## 1719    BL_Fangirl34
## 1720    BL_Fangirl34
## 1721    BL_Fangirl34
## 1722         _woawps
## 1723        2000cbbc
## 1724     InSomnia756
## 1725    RichVoorhees
## 1726  Chrizkhalifa21
## 1727 directorpegasus
## 1728       vesperbay
## 1729    HopeWorld_96
## 1730      delocks_ng
## 1731       bl_jaguar
## 1732  stellarwonwoo_
## 1733         2kasa00
## 1734        KauguyaC
## 1735      Pappy_Wrld
## 1736      bl__suarez
## 1737        drearmie
## 1738      bl__suarez
## 1739         CKohiii
## 1740      bl__suarez
## 1741      bl__suarez
## 1742      bl__suarez
## 1743 xsnugglestruthx
## 1744      bl__suarez
## 1745      bl__suarez
## 1746      bl__suarez
## 1747       lethia_bl
## 1748  apollosynthius
## 1749  pessimisticboi
## 1750   prettykimchii
## 1751      punzovlogz
## 1752          costxo
## 1753        Lummiey_
## 1754         AjFilly
## 1755 fuckuropinionBL
## 1756 _Reedahbabyyy28
## 1757       abruti_bl
## 1758          kjzorp
## 1759    Thai_BL_Aika
## 1760    Mr_Gods_will
## 1761        cerezaii
## 1762   sgtboogaranan
## 1763       deez_ease
## 1764    jmoreno_1978
## 1765     Pegasus_szn
## 1766        day6real
## 1767      SuharlizaH
## 1768   BL_x_addicted
## 1769    EseTweeter57
## 1770        zhujnyo1
## 1771    Rollaka_cchi
## 1772   naniwaluckybi
## 1773       Mac_daves
## 1774 crossbelladonna
## 1775        bl__bts_
## 1776         Jea_lly
## 1777      bl_ue_sky_
## 1778 NikiLeSunshine1
## 1779     MoonCottage
## 1780     BrotherRemi
## 1781      Mccrimmons
## 1782     _Blessing_b
## 1783    iamfreshice1
## 1784    akunbacaazey
## 1785   bl_aficionado
## 1786   BelindaGray20
## 1787       maiden564
## 1788      hxruhxtakx
## 1789   bl_aficionado
## 1790     Bl_Troyanda
## 1791     slothingsyl
## 1792         bl_swyq
## 1793        florr_bl
## 1794      MinAgustDt
## 1795    hoe_for2dmen
## 1796     Bl_Troyanda
## 1797        bl_is_O2
## 1798       Etim007et
## 1799         MKBang3
## 1800    eduardo_djcz
## 1801    Vanguard_way
## 1802          BL_ncp
## 1803      flw3rseok_
## 1804 peaceandloveszd
## 1805    BL_continent
## 1806          Nfuse5
## 1807     Bl_Troyanda
## 1808 bl_enthusiastic
## 1809          BL_ncp
## 1810        bl__bts_
## 1811      sinthsizer
## 1812    OtomeTweeter
## 1813      __meowqing
## 1814     340678002x9
## 1815         bl_swyq
## 1816         kyum_89
## 1817         bl_1510
## 1818       woopatron
## 1819 Nithiya76108176
## 1820       chee_lks1
## 1821         bl_swyq
## 1822 SachinS42119943
## 1823    Stingray_018
## 1824       tinker_bl
## 1825      virtjinwoo
## 1826        bl__erry
## 1827        bl__erry
## 1828       tinker_bl
## 1829   beatriceyoon_
## 1830 Rcverma01568575
## 1831  hOwlsAddicted_
## 1832        bl__erry
## 1833      piyochi_bl
## 1834    chara_chu415
## 1835 bl_enthusiastic
## 1836   bl_aficionado
## 1837  ASOMBREREVERIE
## 1838  starringwonder
## 1839      bingkaffei
## 1840  SinnersRevelry
## 1841   bl_aficionado
## 1842        ninajiah
## 1843      forevermfy
## 1844    demenmewgulf
## 1845       ChihiroXP
## 1846      bluvrmgnie
## 1847    BL_continent
## 1848 abiramidevi3096
## 1849  quesaborluksas
## 1850     Bl_Troyanda
## 1851     Nnattavvin1
## 1852       ChoccyArt
## 1853        bl__swan
## 1854    purple991166
## 1855      dare_darou
## 1856     AidilRizall
## 1857        bl__swan
## 1858    NekoRosaline
## 1859  queertangerine
## 1860        PS5_BOTs
## 1861 bl_enthusiastic
## 1862        bl__swan
## 1863        bl__swan
## 1864        bl__swan
## 1865        bl__swan
## 1866        bl__swan
## 1867      ruikasarot
## 1868    BL_Hatcher14
## 1869    all4b2utyful
## 1870 bl_enthusiastic
## 1871 YayukMulawati91
## 1872         mang_BL
## 1873        madu_rcj
## 1874         _Ro_Bl_
## 1875        IsSaeran
## 1876        Astro_BL
## 1877        Dan_Yure
## 1878     dr_y_bl_ack
## 1879    KatalinaOoma
## 1880      dimples039
## 1881     Alittlepo02
## 1882  WordsworthGras
## 1883       tinker_bl
## 1884 UprightSpeedway
## 1885 20one_nnattawin
## 1886     Enrum_Thala
## 1887      aamxfamily
## 1888  yukari_2006_BL
## 1889       amienanan
## 1890         kagshou
## 1891        emusakis
## 1892     mintcandyz_
## 1893        NuNid_22
## 1894      KacaPedang
## 1895  ruikasatruther
## 1896   chetan_sankhe
## 1897    littleduck79
## 1898    ViridisRylie
## 1899     ot7_lover03
## 1900    oona_paredes
## 1901 wp4ECIGml2Ea3ji
## 1902 wp4ECIGml2Ea3ji
## 1903      jaeeeyoong
## 1904     TToya_hails
## 1905       clownx_bl
## 1906   Charles912009
## 1907   stuck_inabook
## 1908       clownx_bl
## 1909       clownx_bl
## 1910    MyArt_inLove
## 1911  yukari_2006_BL
## 1912       clownx_bl
## 1913        lop_nita
## 1914       j_w_baker
## 1915         bl_anng
## 1916       furazhong
## 1917   blockstart_eu
## 1918    1998Milkmilk
## 1919 CarlaMa23868819
## 1920   BL_x_addicted
## 1921       abruti_bl
## 1922   BL_x_addicted
## 1923      BunkoGenki
## 1924  vampireesasuke
## 1925       clownx_bl
## 1926    PoPo89736213
## 1927      ssyazwanaa
## 1928       abruti_bl
## 1929        bl__swan
## 1930   classicurluve
## 1931         Natch4n
## 1932      pAIperdoll
## 1933       abruti_bl
## 1934      pAIperdoll
## 1935        lapakden
## 1936        tyzkdlin
## 1937      Mialuana13
## 1938       clownx_bl
## 1939     Bl_ueTe_ars
## 1940    Stayforskz15
## 1941       clownx_bl
## 1942   amantedel__bl
## 1943 confusedcharlot
## 1944      girlritual
## 1945       sombra_bl
## 1946      rainykalei
## 1947          Bl_anc
## 1948     xiaoxi11580
## 1949      pAIperdoll
## 1950       ClyBriana
## 1951  giornos_garden
## 1952       abruti_bl
## 1953      pAIperdoll
## 1954        DerossiS
## 1955         G_Bl_Cu
## 1956         xhookez
## 1957 MileApoCambodia
## 1958      silverwind
## 1959     xmin_hoonsx
## 1960       beansxooo
## 1961     tsumetikkul
## 1962   timothyjeon23
## 1963     bkpp_mint24
## 1964      dzonershow
## 1965   bxetherealox_
## 1966       xRecchanx
## 1967     bkpp_mint24
## 1968     withHaecvan
## 1969    BL_Fangirl34
## 1970    BL_Fangirl34
## 1971          bl_389
## 1972    BL_Fangirl34
## 1973 apolloinjustice
## 1974       abruti_bl
## 1975    mile_apoEast
## 1976       abruti_bl
## 1977      mileapo_ko
## 1978        pavikaa2
## 1979       gayartdad
## 1980    BL_Fangirl34
## 1981          xblnki
## 1982     mytruongrex
## 1983          xblnki
## 1984      J255943731
## 1985          bl_389
## 1986          xblnki
## 1987       NercissaA
## 1988          bl_389
## 1989      AamAnusorn
## 1990       harutowh_
## 1991          bl_389
## 1992          bl_389
## 1993      Ada_Palmer
## 1994      Lee_bl_luv
## 1995   AngelMartRod2
## 1996   tinyfairyhobi
## 1997      samaa_nnnn
## 1998      SareenMomo
## 1999    muiii__24212
## 2000     SweetTea_94
## 2001       chamfrein
## 2002      Luve1Build
## 2003        jizzpiss
## 2004          bl_389
## 2005         bazluvr
## 2006        bl__swan
## 2007     bkpp_mint24
## 2008     Bl_ueTe_ars
## 2009        ashhchuu
## 2010      sib_rak_BL
## 2011       naphat_44
## 2012       tsoondere
## 2013    1998Milkmilk
## 2014         bl_swyq
## 2015      bl_tiddies
## 2016          MezLo3
## 2017     miekuahcabe
## 2018    KamaruddiAbd
## 2019         wshyiyo
## 2020       taweesab3
## 2021 Evelyn088919964
## 2022  capitalistocto
## 2023    MileApoNG_FC
## 2024        clanky17
## 2025       BJLiss_Bl
## 2026   OmahaNebraksa
## 2027       BJLiss_Bl
## 2028          bl_pew
## 2029  underslowjams_
## 2030     BL_Y_Single
## 2031         DogHeir
## 2032         espkpts
## 2033  rewithoutspoon
## 2034       NeoDeoNut
## 2035  HyacinthChan27
## 2036        bl_macho
## 2037     Bl_ueTe_ars
## 2038     GRIDCITY_BL
## 2039       Jisushika
## 2040    IndianCrying
## 2041      youartist_
## 2042    JennyFranck_
## 2043      youartist_
## 2044    Sunhye_kyung
## 2045      youartist_
## 2046      youartist_
## 2047      WalterNAFO
## 2048      youartist_
## 2049  army_melody_bl
## 2050          ryuk1i
## 2051       igord9nce
## 2052    matthiannaji
## 2053        bl__swan
## 2054    Framtidsfisk
## 2055    dreamsofmint
## 2056   rocklotusyeon
## 2057 the_law_himself
## 2058   Shooniejoonie
## 2059      milehighna
## 2060   BagkarShradha
## 2061    nattawinnerr
## 2062  eunhye_mileapo
## 2063    Seed84333379
## 2064 ItsMukeshShukla
## 2065      MileApo_sp
## 2066     TimoFreeman
## 2067 AETHERIAIMPERA1
## 2068       BJLiss_Bl
## 2069         For__BL
## 2070      ana_rosner
## 2071   amantedel__bl
## 2072       Arescheim
## 2073        kato6301
## 2074   Ned_BillySeng
## 2075   imissfaunaUUU
## 2076       cissingto
## 2077      lelouchDNI
## 2078      aposmiling
## 2079       lethia_bl
## 2080    ym_623_GR_BL
## 2081 iammisscharlene
## 2082     SweetTea_94
## 2083        toudajew
## 2084     AidilRizall
## 2085 LadyGag39600206
## 2086    ym_623_GR_BL
## 2087  taizi__dianxia
## 2088         httpgua
## 2089        bl__bts_
## 2090        florr_bl
## 2091        bl__bts_
## 2092     Monathereum
## 2093    lazycastelin
## 2094        _gennext
## 2095        ayamitea
## 2096     Bl_Troyanda
## 2097    MissUniversu
## 2098      aliahandra
## 2099     kidcorepunk
## 2100    rlyfukntired
## 2101    TerenceKerr5
## 2102  phannipha_2544
## 2103     YanShenLing
## 2104         BL_BJKV
## 2105 BrylleGonzales3
## 2106       BlazedRTs
## 2107   amantedel__bl
## 2108       gr3ath3lm
## 2109    Yung_TooTall
## 2110        plain_93
## 2111    everyone_yuu
## 2112     mins_wonwon
## 2113    ym_623_GR_BL
## 2114  NicholasCrabbe
## 2115    jmflower_pms
## 2116     pumkin_hill
## 2117    mingmumuming
## 2118       no_min0zz
## 2119     Baalderdash
## 2120    Ph1lzaTweets
## 2121 TejasPrasadBar3
## 2122   Annalisa_moss
## 2123        florr_bl
## 2124      Haechanmtp
## 2125      NoraLoveZS
## 2126      bussytawan
## 2127        florr_bl
## 2128       _bl_ai_ze
## 2129 tracy_steinberg
## 2130    yukiharu2530
## 2131        mogosis_
## 2132       LuvBugFic
## 2133       _bl_ai_ze
## 2134   AGowrikanthan
## 2135      eyeseye_bl
## 2136       _bl_ai_ze
## 2137       _bl_ai_ze
## 2138         car9723
## 2139       _bl_ai_ze
## 2140      huffkitten
## 2141       _bl_ai_ze
## 2142       _bl_ai_ze
## 2143       _bl_ai_ze
## 2144  yukari_2006_BL
## 2145       itz_Juleo
## 2146   BL_Publishing
## 2147         dipayy_
## 2148      AumSaisorn
## 2149     Tortilowius
## 2150       _bl_ai_ze
## 2151      keshavamol
## 2152    Zaph_atitoxD
## 2153          Lathji
## 2154       calisklad
## 2155  kariukiwaweruJ
## 2156        ratt1217
## 2157          bl_ckm
## 2158         DrHeyru
## 2159          Teo_71
## 2160        artabeth
## 2161     PGCBlogging
## 2162        bl__bts_
## 2163        ngkhn_bl
## 2164        bl__bts_
## 2165        bl__bts_
## 2166        bl__bts_
## 2167       Iuvrazors
## 2168       acc_stan_
## 2169      maxcypruss
## 2170        Raman_BL
## 2171     tipfee_bl_3
## 2172     tipfee_bl_3
## 2173         bl_1510
## 2174         BL_SAhm
## 2175         bl_1510
## 2176    Raji_abinaya
## 2177         BL_SAhm
## 2178       EICatHome
## 2179         jizhoy2
## 2180    readwangxian
## 2181        ngkhn_bl
## 2182       lethia_bl
## 2183   Sirus12597898
## 2184       A_BL_Simp
## 2185     dalywhipped
## 2186         jizhoy1
## 2187  bbyminaprotecc
## 2188       EICatHome
## 2189    darksidemm56
## 2190    bl_is_mundle
## 2191 dkjewellerymar1
## 2192    FFtt79223422
## 2193     yoliperez04
## 2194      parsifel43
## 2195       aish_8299
## 2196      obikenowbi
## 2197    yoonie_kim29
## 2198     chicakimbap
## 2199     BibleWSpain
## 2200       lethia_bl
## 2201       Saakuchin
## 2202    loveandcurse
## 2203       lethia_bl
## 2204    Bl_world0194
## 2205 DesiBoy54730403
## 2206      JDPPKD2002
## 2207     Bl_Troyanda
## 2208        bl__bts_
## 2209      sashasimic
## 2210    Bl_world0194
## 2211     bkpp_mint24
## 2212        Scripta_
## 2213         BL_SAhm
## 2214      HalaHamwi5
## 2215       ray_chan2
## 2216       ray_chan2
## 2217         Loaoser
## 2218       ray_chan2
## 2219  R_naturebeauty
## 2220         Loaoser
## 2221        ATpJmpol
## 2222         BL_SAhm
## 2223    vomitcoffins
## 2224     bkpp_mint24
## 2225          BL_ncp
## 2226       XimztomaT
## 2227       noahdieee
## 2228 KimNara33691273
## 2229          BL_ncp
## 2230          BL_ncp
## 2231      twiIirealm
## 2232     Bl_Series24
## 2233   bl_aficionado
## 2234 nomercymaster16
## 2235   bl_aficionado
## 2236   bl_aficionado
## 2237          i2k_bl
## 2238 creationodyssey
## 2239         G_Bl_Cu
## 2240      bl_world22
## 2241      bl_world22
## 2242         dpdp044
## 2243         komiska
## 2244         Bilyola
## 2245       singtoine
## 2246    Bl_world0194
## 2247       uraalices
## 2248         eyn_bl_
## 2249  yukari_2006_BL
## 2250      akemasyraf
## 2251          ryQn9_
## 2252  yukari_2006_BL
## 2253        beryl_bl
## 2254   bl_aficionado
## 2255    DandyRohandy
## 2256         JoeXu60
## 2257       wjmgbwsbw
## 2258     Bl_Troyanda
## 2259     bkpp_mint24
## 2260       GasheadAu
## 2261       mikafucku
## 2262       trinicouz
## 2263     jiutiansong
## 2264   Hunju29977262
## 2265 CarlosC80168872
## 2266     yeahmileapo
## 2267       A_BL_Simp
## 2268    bl_ckgothicc
## 2269          Aklnik
## 2270   amantedel__bl
## 2271        beryl_bl
## 2272       gwifirusu
## 2273        beryl_bl
## 2274        bl__bts_
## 2275        bl__bts_
## 2276   amantedel__bl
## 2277         kydjxvh
## 2278     Bl_Troyanda
## 2279          goeti4
## 2280      huaxiegege
## 2281        ibeomsgf
## 2282        beryl_bl
## 2283      Maliart_AI
## 2284      ON4ever555
## 2285        beryl_bl
## 2286      ON4ever555
## 2287      L0IDF0RGER
## 2288   tanamera11omg
## 2289    anujposeidon
## 2290 LindaRo86022650
## 2291        utenthys
## 2292   silingling806
## 2293       bl_khatri
## 2294   tanamera11omg
## 2295        beryl_bl
## 2296       fablelore
## 2297        beryl_bl
## 2298         ClmHope
## 2299        bl_harry
## 2300   tanamera11omg
## 2301        bl__bts_
## 2302        bl__bts_
## 2303       bl_khatri
## 2304        Weemo206
## 2305          bl_fwy
## 2306   0708purplesky
## 2307     bkpp_mint24
## 2308   silingling806
## 2309     Bl_Troyanda
## 2310 Vote_4_Sickular
## 2311        Gie0k131
## 2312        Wyovball
## 2313         G_Bl_Cu
## 2314  BackstreetLamb
## 2315         j_cinty
## 2316 MerakiFinifugal
## 2317  custardcookiez
## 2318      drei_7teen
## 2319        ref1hsul
## 2320      jayaaaddya
## 2321   namkookrising
## 2322     Bl_Troyanda
## 2323   giannagaviola
## 2324        bl__bts_
## 2325    AnnieBrassey
## 2326        bl__bts_
## 2327     queerologia
## 2328          WTK_BL
## 2329        florr_bl
## 2330        florr_bl
## 2331     bkpp_mint24
## 2332          jamjiw
## 2333  gxlden_sparrow
## 2334       cantavest
## 2335   BurrerMelissa
## 2336 BL_Ref_Services
## 2337 BL_Ref_Services
## 2338       bl_bbskps
## 2339       bl_bbskps
## 2340    paula_delval
## 2341       bl_bbskps
## 2342       bl_bbskps
## 2343       bl_bbskps
## 2344       VnTweeter
## 2345       myoamount
## 2346        transwol
## 2347       yamakakei
## 2348        mgrSkiba
## 2349         For__BL
## 2350       bl_bbskps
## 2351       bear_jfam
## 2352   atikahlokman_
## 2353       bl_bbskps
## 2354       bl_bbskps
## 2355       teaxivaaa
## 2356        bl__bts_
## 2357       bl_bbskps
## 2358  yukari_2006_BL
## 2359     nantawanwi6
## 2360   BrisUniSpColl
## 2361    Net2Ayurveda
## 2362   GetWet_DryBoy
## 2363    ym_623_GR_BL
## 2364       i19242273
## 2365    ym_623_GR_BL
## 2366        bl__bts_
## 2367      mirensiart
## 2368        bl__bts_
## 2369     manicxpixie
## 2370        bl__bts_
## 2371         m_m1941
## 2372       00Mcshdow
## 2373        bl__swan
## 2374       JlNNNNNNN
## 2375       NWasinphi
## 2376     teungkaofao
## 2377   MingHoshiiYou
## 2378        hikuachi
## 2379 kangaerusi_take
## 2380   AshNateWanted
## 2381   DanaGavin1895
## 2382    10daysinhell
## 2383    BL_nananWSSP
## 2384    BL_nananWSSP
## 2385        NPHAT_bl
## 2386 koncentraaaaaaa
## 2387 bl_enthusiastic
## 2388        hbVenA1C
## 2389    rnimpossible
## 2390    rnimpossible
## 2391     knibbleknob
## 2392      BLMedieval
## 2393 bl_enthusiastic
## 2394    BL_nananWSSP
## 2395 bl_enthusiastic
## 2396        xxbyulzz
## 2397        bl__bts_
## 2398        bl__bts_
## 2399        bl__bts_
## 2400      moranickle
## 2401        bl__bts_
## 2402        cettyuwu
## 2403     bl_is__life
## 2404     bl_is__life
## 2405       seivarden
## 2406     cowboy_up79
## 2407     diana_pelaz
## 2408      CTighfield
## 2409     bl_is__life
## 2410     bl_is__life
## 2411      milo_drums
## 2412          BL_OCC
## 2413    Horny_ForYJH
## 2414       gilEgbutt
## 2415        iL0VMARA
## 2416          bl__sw
## 2417      LilacBird1
## 2418 InfiniteGalaxia
## 2419       hemaifren
## 2420 endlessca1amity
## 2421        Bluhtack
## 2422  baikalsymphony
## 2423         unome06
## 2424     AnxietyPath
## 2425  baikalsymphony
## 2426   pneumaninesix
## 2427     Bl_Troyanda
## 2428    IshtarSpring
## 2429        bl__bts_
## 2430        bl__bts_
## 2431        bl__bts_
## 2432 HangyulMalaysia
## 2433      xulshhh___
## 2434       gkanawvtt
## 2435        Bl_alock
## 2436    Pyramid_BC08
## 2437          bl__sw
## 2438    Yani49944064
## 2439 PugazhendhiPu11
## 2440        bl__bts_
## 2441    GrahamRKings
## 2442        bl__bts_
## 2443     Bl_ueTe_ars
## 2444      number9_bl
## 2445  a__medievalist
## 2446     ohsinnerman
## 2447        nikk0nik
## 2448         hrdny26
## 2449         woojidn
## 2450      wingedpeng
## 2451       NemuChin_
## 2452          bl__sw
## 2453          bl__sw
## 2454          bl__sw
## 2455          bl__sw
## 2456     anndrellann
## 2457         10_ryoo
## 2458        sxousuke
## 2459   milfWanning09
## 2460        nrashrzr
## 2461          bl__sw
## 2462 bonesintheswamp
## 2463      bl_world22
## 2464  melissaoneal41
## 2465        Hitch_Bl
## 2466          bl__sw
## 2467        bl__bts_
## 2468        bl__bts_
## 2469        equaldyb
## 2470        bl__bts_
## 2471     bkpp_mint24
## 2472          bl__sw
## 2473          bl__sw
## 2474    IWillStabGod
## 2475      degenereis
## 2476          bl__sw
## 2477        bl__bts_
## 2478     bkpp_mint24
## 2479     bkpp_mint24
## 2480       LObatman2
## 2481          bl__sw
## 2482       sianofhel
## 2483         ai_0073
## 2484        premuind
## 2485  lokilaufeybarn
## 2486    SILENTKNlGHT
## 2487        bl__bts_
## 2488        bl__bts_
## 2489     Bl_ueTe_ars
## 2490   franziska1218
## 2491        kato6301
## 2492       bl_bibbui
## 2493   mkurumathenge
## 2494       bl_bibbui
## 2495       raisanka_
## 2496   justshutupkey
## 2497   ArtemisPhylis
## 2498       bl_bibbui
## 2499      bl_world22
## 2500         suizowi
## 2501         bl_vcky
## 2502       bl_bibbui
## 2503        yrcha_bl
## 2504   yesthisislila
## 2505     Bl_ueTe_ars
## 2506    MakotoKinnie
## 2507   simpforcdrama
## 2508  army_melody_bl
## 2509       1chillmoe
## 2510          i2k_bl
## 2511     tobishochan
## 2512     curryayammm
## 2513   BL_VisualArts
## 2514   franziska1218
## 2515     charlott_bl
## 2516  Elegante_Erizo
## 2517    JeffreyJDean
## 2518 KatieMillingt20
## 2519     JohnEDavies
## 2520      apopresent
## 2521        NPremath
## 2522     Bl_ueTe_ars
## 2523      bl_world22
## 2524          rouuiy
## 2525          ocomar
## 2526    mikofutayaoi
## 2527        bl__bts_
## 2528        giwigiwi
## 2529     bl_rambling
## 2530        kiny7777
## 2531  _dianesflowers
## 2532 dianessunflower
## 2533     bl_rambling
## 2534   ladygracehere
## 2535     Bl_Troyanda
## 2536       archviist
## 2537     SantinomySm
## 2538     Bl_Troyanda
## 2539         bl_nk11
## 2540     Bl_Troyanda
## 2541   yeellowdragon
## 2542       Gambiste1
## 2543         Nafsie2
## 2544         bl_nk11
## 2545  pacaranbertiga
## 2546 One_Post_A_Day_
## 2547     Fat_Tigress
## 2548  chonky_tigress
## 2549      naurwegian
## 2550      lilacjooha
## 2551     wander7lust
## 2552          midviz
## 2553      twentybees
## 2554        aieonian
## 2555     bl_andwoodz
## 2556     PeeksSneaky
## 2557 alfonslopeztena
## 2558     Rakishthief
## 2559    xiaomeipoppy
## 2560  RINRIN79482260
## 2561   rajusrinivasa
## 2562     Alexmusic14
## 2563         ohaeyou
## 2564        bl_harry
## 2565      eurasiapol
## 2566        bl_harry
## 2567          WTK_BL
## 2568     INTO1SanYuu
## 2569        ovv_____
## 2570      Artemiel_s
## 2571   Wolfgang18842
## 2572 TPLovHe6BbqnWNn
## 2573      lov3lyymay
## 2574     Dianfatma88
## 2575   chriscooreman
## 2576       babutobio
## 2577 changplschokeme
## 2578      diasartssq
## 2579 Nueng_Valentine
## 2580    kkkiiivvviii
## 2581   quietinternal
## 2582       PSTNrulez
## 2583      tetetsukei
## 2584   JJKMILLIONDOL
## 2585     Bl_ueTe_ars
## 2586      eyeseye_bl
## 2587     intomysugar
## 2588      Akfanpoy77
## 2589          qrstyl
## 2590       lethia_bl
## 2591      allyyccatt
## 2592        wonuday6
## 2593       ain_nasar
## 2594        So___Mad
## 2595 JasmineAWattpad
## 2596     viscosaffie
## 2597         livaets
## 2598       ILLEGAILE
## 2599          K3NYUO
## 2600 zenobiaambrozja
## 2601 AnnBurn22116581
## 2602     Bl_ueTe_ars
## 2603       tinker_bl
## 2604     Bl_ueTe_ars
## 2605     Uyi40158895
## 2606   cups_of_stars
## 2607       nihonggyu
## 2608   amantedel__bl
## 2609  In_AnkitSingla
## 2610       maheri626
## 2611         BCUHELS
## 2612         ni_iano
## 2613 LisaAce49728075
## 2614       laneijack
## 2615     Bl_ueTe_ars
## 2616       shoto_ito
## 2617         jcjav01
## 2618     GULFHAZARD3
## 2619       Apo96Mile
## 2620         zdkskji
## 2621       BonsuFifi
## 2622        bl__swan
## 2623      ilyweiying
## 2624        bl__swan
## 2625        bl__swan
## 2626       tinker_bl
## 2627       AjaanMark
## 2628    softerstorms
## 2629       tinker_bl
## 2630       tinker_bl
## 2631        red_loeb
## 2632   LadyofLorien_
## 2633       bl_bibbui
## 2634     uryalterego
## 2635   mdevitoboutin
## 2636        bl__swan
## 2637 mauve_honbuchou
## 2638   amantedel__bl
## 2639       bl_lemon_
## 2640     bearkvbunny
## 2641   AndyInstaller
## 2642       4percent_
## 2643     Saturninka2
## 2644   SuzyIUNayeon2
## 2645     nanonstummy
## 2646  Anthony_Hayes7
## 2647     Bl_ueTe_ars
## 2648       FariousBr
## 2649     Bl_ueTe_ars
## 2650 AnaPaul87453634
## 2651 Mischievousenby
## 2652    wakatheworld
## 2653     VlCT0RYSTAR
## 2654   author_hughes
## 2655      tnfarmeryt
## 2656       febvrulac
## 2657    uknowdorothy
## 2658     gigibknhdid
## 2659    skyparhelion
## 2660    vampire3azwa
## 2661 RobertW75903970
## 2662  BTStannies2013
## 2663      BLMetadata
## 2664    ym_623_GR_BL
## 2665    yumenogarden
## 2666         jnjnkk_
## 2667        Daily_BL
## 2668   m4sterskittxn
## 2669     Bl_ueTe_ars
## 2670    yanmeigoreng
## 2671     JessicaEi03
## 2672 Mileapo_forever
## 2673  Perlascious_BL
## 2674        _aidan18
## 2675       MARJ4RINE
## 2676  Perlascious_BL
## 2677       yingj2520
## 2678       _bl_ai_ze
## 2679   Reina_DeFuego
## 2680      loveggonee
## 2681        apogulfs
## 2682      saintcat89
## 2683    BL_Fangirl34
## 2684    BL_Fangirl34
## 2685    ym_623_GR_BL
## 2686    BL_Fangirl34
## 2687 Ensuredfuture_R
## 2688       _bl_ai_ze
## 2689    BL_Fangirl34
## 2690       jtworking
## 2691    BL_Fangirl34
## 2692         bl_1306
## 2693        yuumayn7
## 2694      tabbitha78
## 2695          09gmlj
## 2696      stella_kms
## 2697  chaptercool_bl
## 2698      linormenta
## 2699      asyikiiing
## 2700      CCockburn2
## 2701        bl__bts_
## 2702       shinyeoju
## 2703       Gogosimo1
## 2704      Spingibiib
## 2705      BLMedieval
## 2706      soun_ariya
## 2707         bl_1306
## 2708     Yuriko_Yu78
## 2709 TrickhousePress
## 2710          ieka93
## 2711      BLMetadata
## 2712  helen63lambert
## 2713  DIANACHARLENE2
## 2714      pawinee_wk
## 2715 coochiebuster33
## 2716       Frau_Aust
## 2717     unul_lalala
## 2718     tweedisgood
## 2719 KeighleyLibrary
## 2720  FurryLibrarian
## 2721  magicsugarcube
## 2722     ricehoarder
## 2723      elijahh247
## 2724      moon_jeIIy
## 2725     Bl_Troyanda
## 2726 iridescentstaar
## 2727 Firelight8abril
## 2728 AETHERIAIMPERA1
## 2729       mirukitta
## 2730       Rachewnah
## 2731     OneNueng_BL
## 2732     OneNueng_BL
## 2733    karleenigot7
## 2734    stygiianymph
## 2735     Moon_3starz
## 2736       Lisha_bel
## 2737     danieI_main
## 2738    Net2Ayurveda
## 2739          lnim03
## 2740     Bl_clarisse
## 2741         ohaeyou
## 2742         bl_soir
## 2743        bl__bts_
## 2744  Chiaki88975144
## 2745    iwuvmewgulf8
## 2746      EmmaGar800
## 2747        Bullpup2
## 2748   bluehalfblood
## 2749        bl__bts_
## 2750    DelphMurata_
## 2751   ZdenekDolezal
## 2752     3drenderbot
## 2753     3drenderbot
## 2754        bl__bts_
## 2755     Bl_ueTe_ars
## 2756    BL_Fangirl34
## 2757  cadburrydairy_
## 2758     Bl_ueTe_ars
## 2759    BL_Fangirl34
## 2760 NicoleF19128350
## 2761        jayeel12
## 2762       y_tianlin
## 2763  FurryLibrarian
## 2764    BL_Fangirl34
## 2765    BL_Fangirl34
## 2766      eyeseye_bl
## 2767    BL_Fangirl34
## 2768      eyeseye_bl
## 2769        wo__owon
## 2770 hexnumber123524
## 2771  IP_Consultorxs
## 2772     bekbekagain
## 2773       sospranio
## 2774 ProfShakespeare
## 2775       sluttyhui
## 2776   itzmee_winoff
## 2777 bradfordlibs247
## 2778  TheOnlyCakeOne
## 2779       opsyspice
## 2780   LewisMediaAUS
## 2781  buildbeluvejkp
## 2782    Vanguard_way
## 2783    Vanguard_way
## 2784    Vanguard_way
## 2785    BL_Fangirl34
## 2786    Vanguard_way
## 2787    BL_Fangirl34
## 2788          bl_aub
## 2789      Kaylie0606
## 2790         _4ysan_
## 2791       Laure5sos
## 2792        mgrSkiba
## 2793         BL_Hyro
## 2794     tekurigadon
## 2795          bl_aub
## 2796         BL_Hyro
## 2797     bunsaigloss
## 2798        smallxir
## 2799    ShahidhaBari
## 2800      HanaScribe
## 2801 Olympias_Epirus
## 2802         xyz_sal
## 2803     paipaicares
## 2804       dessimq17
## 2805 nthgbutoutlines
## 2806   Edgy_Mcfuckup
## 2807     kasumiikiri
## 2808       brave0nft
## 2809     Bl_Troyanda
## 2810         KPW1453
## 2811     Bl_Troyanda
## 2812     Bl_Troyanda
## 2813     Yuriko_Yu78
## 2814         atpciaI
## 2815       LcvcLcvc1
## 2816     Bl_ueTe_ars
## 2817    BL_Fangirl34
## 2818    BL_Fangirl34
## 2819       atzimpact
## 2820    BL_Fangirl34
## 2821    BL_Fangirl34
## 2822        owwwwwni
## 2823       gyeoulbbh
## 2824          bl_aub
## 2825   kissable202bi
## 2826   damyy98269315
## 2827   bubblestulip7
## 2828     Bl_ueTe_ars
## 2829        micovi81
## 2830      haikyuutie
## 2831  zhangqilingsgf
## 2832 DavinaQueensha_
## 2833        yonast98
## 2834    Fiqah_Yusoff
## 2835 RutchelSecorat4
## 2836   Koorinokokoro
## 2837 DanielaLuiselli
## 2838 RutchelSecorat4
## 2839     Bl_ueTe_ars
## 2840      4rch_4ngel
## 2841      NickaMae03
## 2842   ksmkkbookscom
## 2843       encibodas
## 2844     isakoyuhere
## 2845  ___purelove___
## 2846    ImAoidabadee
## 2847        mgrSkiba
## 2848         ORE1431
## 2849      GoMazinger
## 2850      bl_lover91
## 2851     diana_pelaz
## 2852   Farah_91Babyz
## 2853   DoiPathompong
## 2854   iamzupersaori
## 2855   fafifuwaswess
## 2856    loveleelatee
## 2857         iyoba4u
## 2858        Stanpops
## 2859 thembocollector
## 2860       KingsInns
## 2861          BL_ncp
## 2862        bl_harry
## 2863    yoonminsrare
## 2864        bl_harry
## 2865     chi76556041
## 2866 wiltedoleanders
## 2867    snowpolarfox
## 2868    kittykata182
## 2869         GHofmar
## 2870       c_jopeshi
## 2871          lty8ng
## 2872      LOUDDIEVAN
## 2873        bl__bts_
## 2874          rza514
## 2875        bl__bts_
## 2876       elissa_gc
## 2877        bl__bts_
## 2878        sugarapa
## 2879       Kari17921
## 2880    JeffreyJDean
## 2881          HO__Bl
## 2882         ub4ldn0
## 2883       nur261189
## 2884       EfyManelz
## 2885   IreneLavovile
## 2886       milfzishu
## 2887       _bl_ai_ze
## 2888    Pawarroopa11
## 2889       _bl_ai_ze
## 2890        tiqahbm_
## 2891 errbodyluvsgoku
## 2892     yiyeoncutie
## 2893       _bl_ai_ze
## 2894        koanil23
## 2895     dhhclovesme
## 2896      twodeehoes
## 2897     Bl_ueTe_ars
## 2898    Ureshiisekai
## 2899  YeyeBwoyfriend
## 2900     sehyuk_slut
## 2901         Vlove7_
## 2902       Juvielian
## 2903         ryuikvx
## 2904    munkiew_kana
## 2905     gingertorte
## 2906        mgkasu30
## 2907      NTRohit543
## 2908    fObbYaZn1990
## 2909     WH1T3L0TUS_
## 2910         ryuikvx
## 2911       stoicpleb
## 2912           3mKa1
## 2913 22forever12five
## 2914 PaulDea69972397
## 2915      contentamb
## 2916    lazyyydayyyz
## 2917       baekook20
## 2918     robobunnies
## 2919         ryuikvx
## 2920  AcademicPurple
## 2921   fourBL4CKPINK
## 2922        bl_4_eva
## 2923  Andreu91418775
## 2924     Bl_Troyanda
## 2925    royallitfund
## 2926 AlexCoppocBunce
## 2927      drsx_rojeu
## 2928        bl__bts_
## 2929          SegoAG
## 2930         lwjsexc
## 2931          BibSoc
## 2932        bl__bts_
## 2933   LoveWonwooshi
## 2934     shakoaulait
## 2935      drsx_rojeu
## 2936 DavinaQueensha_
## 2937      narrystill
## 2938        bl__bts_
## 2939        bl__bts_
## 2940  eeeeeeeeeeelif
## 2941        bl__bts_
## 2942        bl__bts_
## 2943    hualiantgcf7
## 2944     Bl_Troyanda
## 2945        bl__bts_
## 2946       measaniie
## 2947  bloomellow_web
## 2948  bloomellow_web
## 2949 krmanhwa_market
## 2950     MoonaaLunaa
## 2951       Add1ct606
## 2952          nyss4_
## 2953        bl__bts_
## 2954        bl__bts_
## 2955    Benjaporntum
## 2956        bl__bts_
## 2957       dgyeonzio
## 2958    LTHTRFinance
## 2959        bl__bts_
## 2960        bl__bts_
## 2961          Nxxi94
## 2962        bl__bts_
## 2963    kneverfrownr
## 2964         Rati_91
## 2965     chinggsmida
## 2966   amantedel__bl
## 2967    onjirayaden1
## 2968     Sharman2Pam
## 2969 phoolchandvrmaa
## 2970   Scarlletwolf1
## 2971   BooksTeaFilms
## 2972    hualiantgcf7
## 2973         JregPeg
## 2974      ahjuicykun
## 2975        Safuafua
## 2976   CorinaObertas
## 2977     bkpp_mint24
## 2978       manzeehua
## 2979         rdngjo_
## 2980 chocomilkfrever
## 2981       _bl_ai_ze
## 2982  maianhhjhjhaha
## 2983       _bl_ai_ze
## 2984         Ddoori2
## 2985    ShriRamJayam
## 2986    Bl_world0194
## 2987    pransocoolja
## 2988           zldy_
## 2989  BackstreetLamb
## 2990     4ashish2012
## 2991  maianhhjhjhaha
## 2992        bl__bts_
## 2993       _bl_ai_ze
## 2994   haijou_parade
## 2995         dipayy_
## 2996     babushkat_s
## 2997          BL_ncp
## 2998        bl__bts_
## 2999 TonySimoesdaSi1
## 3000        bl__bts_
## 3001         zietwts
## 3002       M18139870
## 3003     Bl_ueTe_ars
## 3004      tasteofpie
## 3005        nininpat
## 3006 earthbornmetals
## 3007         Boboj29
## 3008 DimitrisAtticus
## 3009   Modi_Nama2024
## 3010 mshorriblepussy
## 3011     ottercervie
## 3012     PERRIEpinas
## 3013        denuys_c
## 3014     GungJansiri
## 3015  Befikraashique
## 3016        bl__bts_
## 3017    morebandages
## 3018    syeathoughts
## 3019      mayank_314
## 3020    Sleemzy_avil
## 3021        snxiowi4
## 3022 gohliuying_fans
## 3023 Purehappiness19
## 3024  mileapo_greeny
## 3025  agaunstnazguls
## 3026       netxjames
## 3027    Strawburryjm
## 3028   lvrqueercntnt
## 3029      AnaGrayred
## 3030    YoganathanMP
## 3031        webviruz
## 3032        bl__bts_
## 3033        bl__bts_
## 3034  mileapo_greeny
## 3035   ALiuzzoScorpo
## 3036        babou_bl
## 3037          WTK_BL
## 3038     zuradaisuki
## 3039    TofficKagawa
## 3040    NeoThomist81
## 3041        linob_bl
## 3042   Bruce11520202
## 3043 WisnuPradanaArt
## 3044        Runes7th
## 3045        kokinoak
## 3046   BooksTeaFilms
## 3047        LMG_2117
## 3048   Anuradhatweet
## 3049       mafiyamii
## 3050          qiyaio
## 3051   mochieemolala
## 3052        asia_bl_
## 3053   Adge_the_Mage
## 3054     PARKJIMINM8
## 3055      RCCoulombe
## 3056    waniestonzj2
## 3057 Contemporary_BL
## 3058   ElitesMewgulf
## 3059       BTSSVERSE
## 3060  catherinemginn
## 3061     CurtMaestro
## 3062     starcelokia
## 3063       mafiyamii
## 3064  chemabulsayang
## 3065         Ninyy__
## 3066  iandavidjones2
## 3067       runwitchi
## 3068         i_m_cer
## 3069    LuminoLovely
## 3070       oneoff666
## 3071   bluehalfblood
## 3072         SeshesM
## 3073      sakurali01
## 3074  Wordsworthians
## 3075          MazpmS
## 3076        Lallum35
## 3077       shanidar4
## 3078     Bl_Troyanda
## 3079   ALITTLEPAPERS
## 3080     Bl_Troyanda
## 3081     JimAkanishi
## 3082     Bl_Troyanda
## 3083     Bl_Troyanda
## 3084    0511hararuni
## 3085       hauutdawg
## 3086        linob_bl
## 3087     Bl_Troyanda
## 3088       DaemonAAc
## 3089     Bl_Troyanda
## 3090 SoniaSa96325829
## 3091       DaemonAAc
## 3092     brookebay21
## 3093         folucar
## 3094        bl__bts_
## 3095 Randy_v_Brienen
## 3096     ITooObserve
## 3097        bl__bts_
## 3098        bl__bts_
## 3099         cskk888
## 3100     jinyoung_bl
## 3101   sukasukatsuki
## 3102    ChelaPerez17
## 3103   BL_Publishing
## 3104   BL_Publishing
## 3105         folucar
## 3106  adhilahamed_BL
## 3107  FurryLibrarian
## 3108    PMewGulfSaid
## 3109       manx_maid
## 3110     Reddingt0n9
## 3111       Seannnny_
## 3112    craigansibin
## 3113  fourtknightttt
## 3114         Elmo580
## 3115       DaemonAAc
## 3116    apoflorawine
## 3117     zhr99356552
## 3118       awodzynka
## 3119        bl__bts_
## 3120       davesh153
## 3121       Aptos1990
## 3122        orked614
## 3123  Thomas53319799
## 3124         Nap_ooo
## 3125     tacticooIer
## 3126       biubiuppk
## 3127     JimAkanishi
## 3128        bl__bts_
## 3129         dendeph
## 3130  army_melody_bl
## 3131     MarineMushu
## 3132        xx_wawax
## 3133  ArchiveHashtag
## 3134     noteGarrett
## 3135        ryconize
## 3136  army_melody_bl
## 3137 fangrlbutnotime
## 3138     Beenhakitty
## 3139 PattrapornSuna2
## 3140 NurMaisarahAli4
## 3141    loveGulf0412
## 3142   Lusifer__Girl
## 3143  broken_head_bl
## 3144        GENSHlIN
## 3145       _bl_ai_ze
## 3146       wooinajii
## 3147     frankbtc21k
## 3148      aery_ranju
## 3149        bl__bts_
## 3150     Dianfatma88
## 3151      namki_xoxo
## 3152     jinyoung_bl
## 3153     jinyoung_bl
## 3154        GENSHlIN
## 3155    1998Milkmilk
## 3156          htr26_
## 3157          bnuiit
## 3158    haewonnieblu
## 3159      eyeseye_bl
## 3160        bl__bts_
## 3161         qukiyyo
## 3162       Skaya0007
## 3163    NurulAqilahF
## 3164  Bl_sodelicious
## 3165       _bl_ai_ze
## 3166        bl__bts_
## 3167 SCHIZO_MALEWIFE
## 3168        bl__bts_
## 3169        bl__bts_
## 3170       _bl_ai_ze
## 3171        mems_ukc
## 3172        bl__bts_
## 3173  broken_head_bl
## 3174   JuJuDramaLife
## 3175          teaqah
## 3176       scaramaid
## 3177        bl__bts_
## 3178 Christinading19
## 3179         mystB12
## 3180     regrattores
## 3181   TojisFuckWorm
## 3182    ganbayousoro
## 3183        kat_z_ee
## 3184     BL_Learning
## 3185     Bl_ueTe_ars
## 3186       _bl_ai_ze
## 3187        mems_ukc
## 3188    philipdotjpg
## 3189        itstiben
## 3190     bl_loverszz
## 3191     bl_loverszz
## 3192       _bl_ai_ze
## 3193      dinorisaur
## 3194        mems_ukc
## 3195     bl_loverszz
## 3196        Ayachou2
## 3197   bai_fernfernn
## 3198 Dr_LouiseRhodes
## 3199     Bl_ueTe_ars
## 3200     lavenderchu
## 3201     Bl_ueTe_ars
## 3202       realbaela
## 3203  Alvychain_naur
## 3204    ym_623_GR_BL
## 3205         ANlIMES
## 3206        nynnnzzz
## 3207      bl_world22
## 3208         ANlIMES
## 3209       Titity_99
## 3210       yolojolo3
## 3211         ANlIMES
## 3212 pineapp51141163
## 3213     Bl_ueTe_ars
## 3214     mrsunshinee
## 3215      shahparism
## 3216         Arike06
## 3217   loriavanessaa
## 3218   iraaaashahira
## 3219        bbest_bl
## 3220        aifealee
## 3221     StuartKells
## 3222       Oloolnroc
## 3223       SuppaY8n2
## 3224 alveychain_naur
## 3225   iscreamchilin
## 3226       memeedoka
## 3227    ShashaNajiha
## 3228      bl_world22
## 3229        Denis_Bl
## 3230       peachwasu
## 3231      JanJi_PoPo
## 3232       heytofans
## 3233      Nancy00194
## 3234     smollatpnyo
## 3235    justwawaaaaa
## 3236        NPremath
## 3237   theacaptwoone
## 3238     tkakingybab
## 3239       _bl_ai_ze
## 3240   angstyweeaboo
## 3241       nhhhahaha
## 3242        everysza
## 3243      hareotokos
## 3244      jumpolgans
## 3245     F0REVERCHAR
## 3246         seiroar
## 3247          poo976
## 3248   minhoannisa12
## 3249       nsolehah_
## 3250  broken_head_bl
## 3251     LeleGastini
## 3252       bambii990
## 3253  satur_tinnasit
## 3254  fortunateland7
## 3255 iridescentstaar
## 3256       biblivore
## 3257    Audi67498525
## 3258      bl_world22
## 3259      crowtiming
## 3260    Oxybenzone15
## 3261       bubunicat
## 3262      Fuyumi_luv
## 3263   itsfluffycute
## 3264         blfr_bl
## 3265         blfr_bl
## 3266     danwortonBB
## 3267        miky8315
## 3268      formybeep_
## 3269  FotiniOfficial
## 3270    cryformylifw
## 3271     Bl_ueTe_ars
## 3272         USAjith
## 3273     April_win21
## 3274   TEDEngagement
## 3275   Gabi_likes_bl
## 3276      freereed59
## 3277    rokurosuppai
## 3278       alex_unqt
## 3279       chitowass
## 3280   Gabi_likes_bl
## 3281        seoxmin_
## 3282     TheRealArvs
## 3283        NajiSeji
## 3284      Taizunaree
## 3285      bl_world22
## 3286    akamarulover
## 3287  haruka_sasakii
## 3288          arakcl
## 3289     bluebaederp
## 3290  lkkaikikolkkai
## 3291        jayneb64
## 3292        monrians
## 3293          ili_bl
## 3294   adeyera_adolf
## 3295 raigounezumi_BL
## 3296          BL_27_
## 3297    hannahcanmoo
## 3298   NNansoesoesan
## 3299         moonz1z
## 3300      sib_rak_BL
## 3301  frontwheelskid
## 3302   SkltnSuitcase
## 3303    ainoa_castro
## 3304     bl_is__life
## 3305         For__BL
## 3306      ndajd_CB97
## 3307  Myisha77720456
## 3308    ainoa_castro
## 3309       khaiwenxx
## 3310        Filip_BL
## 3311        ZzZzee17
## 3312    hitoshuraxiv
## 3313    winniethesho
## 3314          BL_27_
## 3315     BEP_Schweiz
## 3316         For__BL
## 3317     bl_is__life
## 3318 Nueng_Valentine
## 3319   matthias_code
## 3320      jamesphere
## 3321     BobbityWren
## 3322       Fahadaptv
## 3323          sIipng
## 3324        jc057422
## 3325    DealerFrench
## 3326   Adityaonabird
## 3327  mylovejisoonie
## 3328      mei_hanxue
## 3329  MiniJackanapes
## 3330      Poojapal_9
## 3331     Bl_ueTe_ars
## 3332       circlemob
## 3333    jassbangarh2
## 3334 HninHninHtetHl1
## 3335      eyeseye_bl
## 3336 ethereal_jiejie
## 3337       OpenCrime
## 3338    bl_is_mundle
## 3339       Zeezi1989
## 3340    SiobhanLydon
## 3341 iyyappa02494530
## 3342       bbbkumoni
## 3343   Jieun02854335
## 3344    MileApoonly1
## 3345   suchada23_aey
## 3346         For__BL
## 3347   suchada23_aey
## 3348        pnsornss
## 3349       itsnanaz_
## 3350       hevn_shay
## 3351        fr0st00h
## 3352      tw_giangan
## 3353      LillMagill
## 3354      angstyxing
## 3355       liticia24
## 3356        BL_Dwyer
## 3357     langapomile
## 3358   happy_time888
## 3359 Ms_Accountant11
## 3360       MVenkat02
## 3361   chacharotera1
## 3362     Callitified
## 3363    Mydestiny_83
## 3364 ApoNattawinVnfp
## 3365          yshhnn
## 3366     fonnamfon1a
## 3367         For__BL
## 3368     DianeNick24
## 3369       Kamari14_
## 3370     transtomoya
## 3371       thekrak_n
## 3372        helloaj_
## 3373          HTENUK
## 3374   verylateagain
## 3375  sapphiccgaming
## 3376   aposmile4ever
## 3377      Melleeluve
## 3378      PaPeekaboo
## 3379  dandelionwindy
## 3380 KanaLylymathers
## 3381   aponattawinkr
## 3382        lyrebedo
## 3383      postmorbid
## 3384   suchada23_aey
## 3385  Meow_NextLevel
## 3386      only_yessy
## 3387     Bl_ueTe_ars
## 3388  mynameis_Aommy
## 3389        ajuhaban
## 3390        Iam01mom
## 3391        Velnicat
## 3392  apocolleaguesH
## 3393   kaisekubo1987
## 3394 CinemareportsTm
## 3395       itsufirst
## 3396     marketbadri
## 3397         aiki_bl
## 3398       BBB280620
## 3399          Ryiel5
## 3400  lightwxxd_bane
## 3401   kitty_cat9815
## 3402   bluetrblheart
## 3403   stanitsaybkpp
## 3404   hunter_relics
## 3405       AKrajesh_
## 3406      HamishBoot
## 3407   Legacy_BL_jun
## 3408       histassoc
## 3409         lwjsexc
## 3410     nightsky327
## 3411      seclipsent
## 3412 atinyspeckofred
## 3413      ReelRishmi
## 3414      ReelRishmi
## 3415   TacticalBeing
## 3416    BL_Fangirl34
## 3417         For__BL
## 3418       DunkIsArt
## 3419  pinkforestflow
## 3420        Raman_BL
## 3421     hyeonjuhui3
## 3422 nuruhudasaleng1
## 3423   GaymumLovesBL
## 3424         For__BL
## 3425       bl_cuties
## 3426  amugae23317637
## 3427  ARTPAKPOOMLOVE
## 3428        Nonks_07
## 3429       chismosha
## 3430       blckfoxee
## 3431        jnrjjnrj
## 3432        SShabule
## 3433        menoiii_
## 3434    bl_ablabla_a
## 3435   mirandadadada
## 3436    lina39699264
## 3437       hanarm912
## 3438        glssdliv
## 3439       kimixkimi
## 3440          ili_bl
## 3441          ili_bl
## 3442   parasollaperi
## 3443    angelophanie
## 3444     mjasandoval
## 3445       sun_minka
## 3446     ITooObserve
## 3447  EAS_LLCEnglish
## 3448   Vijay97172031
## 3449      vonkarumas
## 3450        tyrahnon
## 3451    BL_Balthaser
## 3452          BL_T99
## 3453  faisalspeaking
## 3454  Wataru20611845
## 3455      CIELGOTHIC
## 3456      meowpopo94
## 3457         r1tch2e
## 3458        JohnKLDN
## 3459    paula_delval
## 3460       box_carol
## 3461    paula_delval
## 3462      vanguyen74
## 3463    CapObviousN7
## 3464    sikandar7289
## 3465        paschamo
## 3466       crossreap
## 3467    BL_Fangirl34
## 3468 felixcoeliporta
## 3469    mininebuloid
## 3470        paschamo
## 3471    YuameYuame12
## 3472    weaksentinel
## 3473  beverlytoegold
## 3474        chasstiz
## 3475        NPHAT_bl
## 3476       Chaya_888
## 3477   KurtFleischer
## 3478        NPHAT_bl
## 3479 lillybelladonna
## 3480     bl_lo_ve_32
## 3481     chublossoms
## 3482 vichare_madhavi
## 3483    KatsukiMisha
## 3484  TravelndBeauty
## 3485         For__BL
## 3486 CreateHistorian
## 3487 SarahBa13045926
## 3488       AmneAhmad
## 3489         For__BL
## 3490         For__BL
## 3491         For__BL
## 3492       t4t_robot
## 3493    LawEdgeworth
## 3494          Eesy20
## 3495   MikeHarlingSW
## 3496       GiftSk_89
## 3497 WehoYf98s7cECvx
## 3498   fiveraysofsun
## 3499       NetwilaiA
## 3500 LetterFromMeToM
## 3501 scarfboyfriends
## 3502         For__BL
## 3503   CheekOGreaner
## 3504         hct2906
## 3505       a_Bevil_T
## 3506     wethelatest
## 3507         13norts
## 3508         For__BL
## 3509     KarlCraig18
## 3510       yaoionice
## 3511         For__BL
## 3512   ScarletWidoow
## 3513     Textilisnet
## 3514 ChinkamNipaporn
## 3515      KanawutMae
## 3516  lucinthskywdia
## 3517      namki_xoxo
## 3518         bawee24
## 3519 Catheri06434819
## 3520         For__BL
## 3521       Regen0021
## 3522         For__BL
## 3523       oppapayah
## 3524         For__BL
## 3525      SpitfireVC
## 3526         For__BL
## 3527       Helios748
## 3528         For__BL
## 3529         For__BL
## 3530     Bl_ueTe_ars
## 3531   hulinghimitsu
## 3532   hellojuly1985
## 3533          ucubus
## 3534 Im_Your_Vanilla
## 3535     stungoddess
## 3536        nthtuoi_
## 3537        bl_enthu
## 3538       icyy_iwis
## 3539           mczub
## 3540 MegSmileyface22
## 3541      nya_mewnya
## 3542     tidakterang
## 3543         _MeowYu
## 3544     Bl_Troyanda
## 3545      ToraHeart_
## 3546         _MeowYu
## 3547      fuutahater
## 3548   ZaffiroRubino
## 3549      RohellecAv
## 3550 Ellysmentalward
## 3551    Cooper_Tank_
## 3552  Lumirandapenna
## 3553        verasaur
## 3554    Zittruschale
## 3555    cplusnumbers
## 3556    mage_shibari
## 3557     Oatcake1967
## 3558   JohnBooth2017
## 3559     meis8_8isme
## 3560      DrusiSpike
## 3561          zyyxfi
## 3562       EICatHome
## 3563     castcassize
## 3564  Nutcha90129072
## 3565      mianatty15
## 3566     almongously
## 3567       flipp_erz
## 3568      Nanten1984
## 3569   yeeting_laozu
## 3570      cIaytorres
## 3571  pantip52101258
## 3572   zeetothenunew
## 3573     Bl_ueTe_ars
## 3574        bl_nunie
## 3575      jau_gipmei
## 3576     perthicarus
## 3577 Virginiaeastwo1
## 3578  yukari_2006_BL
## 3579  mist_and_flame
## 3580      Inthislo0p
## 3581      rotsobiwan
## 3582     yoongibrujo
## 3583      pipe5dream
## 3584    desynatali92
## 3585      J255943731
## 3586     maha_aughad
## 3587   EvelynSpring8
## 3588 capitanrogers2_
## 3589  pendejemaricon
## 3590      anthrnight
## 3591     RubiSudipta
## 3592     BarboraKott
## 3593  ajithkumarsalu
## 3594  nighty_stripes
## 3595     Bl_Troyanda
## 3596      johnebhome
## 3597      bl_essence
## 3598   rellimnosilla
## 3599    ghoooooostie
## 3600     Toki_Silver
## 3601   Sri_loves_all
## 3602    euphoriciris
## 3603       kevin_j_y
## 3604       twoleftys
## 3605   Light59869918
## 3606       nemostang
## 3607   NabaeiNaghmeh
## 3608       toy_ghost
## 3609        ArtofApo
## 3610      cloudsgale
## 3611   chirpycockney
## 3612     Bl_ueTe_ars
## 3613 VERICOSEPHALLOS
## 3614       Burnslade
## 3615      Ada_Palmer
## 3616   davidnoland71
## 3617  Apache_Vane202
## 3618      winnieteam
## 3619  oniichansniper
## 3620  EmileeighRaine
## 3621 CrednesCodPeace
## 3622         bl_vcky
## 3623  kaorinokeishou
## 3624      TejeshTATA
## 3625   ssssenyazchok
## 3626      stanbaiwin
## 3627 BalwinderSRatti
## 3628    nyiguinyogui
## 3629    polly_choice
## 3630        Hualian0
## 3631   TimeDramarama
## 3632   NabaeiNaghmeh
## 3633      saintsitve
## 3634 SunriseFlowerly
## 3635     Bl_Troyanda
## 3636    sleepybeardo
## 3637 ChristineJameis
## 3638       cheyalinn
## 3639    soba_noodles
## 3640         pper_mp
## 3641        i_elorza
## 3642    HSGoldenGirl
## 3643 Jutamas47686743
## 3644    Ono_Imoutoko
## 3645     jujuesquire
## 3646   lighterforyou
## 3647    poetrylovvie
## 3648     Ageoforever
## 3649      meowpopo94
## 3650     littletopo1
## 3651     RelleLebby_
## 3652    _haikyu_girl
## 3653     Bl_ueTe_ars
## 3654  BL_Tm_Enthalpy
## 3655    JSanguanchit
## 3656     Bl_Troyanda
## 3657   bruisedvalour
## 3658     Bl_Troyanda
## 3659        fhouchii
## 3660      BL_capitol
## 3661 warinto52100705
## 3662       bogwopitt
## 3663     Bl_Troyanda
## 3664  Marisa70826718
## 3665         007dmax
## 3666 RealTimMitchell
## 3667       Nekopride
## 3668     whatsamiggy
## 3669     Bl_Troyanda
## 3670 jlakkgalallalal
## 3671     SweetTea_94
## 3672     lucielmyers
## 3673     bl_lo_ve_32
## 3674   sophia_franzz
## 3675          PsyQid
## 3676      bl_essence
## 3677    bokunoangel_
## 3678       Mook06241
## 3679 momotar64908286
## 3680   spacezarigani
## 3681        25pisces
## 3682       ZenYeLin1
## 3683   SteveCote1974
## 3684      tenpirates
## 3685 cheszystrwberry
## 3686   BooksTeaFilms
## 3687 peerless_shizun
## 3688      Rilinlin65
## 3689     mileapo9996
## 3690        jpjanson
## 3691        KanggunV
## 3692         tatzanx
## 3693   itthetrashman
## 3694   Sparkling_Pan
## 3695      sera22will
## 3696        bl__swan
## 3697      mspaintart
## 3698 Fitzsimmon12Rob
## 3699        TatRosso
## 3700    aoi_kaibutsu
## 3701   novatouchdown
## 3702        LadyQ_BL
## 3703   AngAngjiu1230
## 3704 prasert_skarlet
## 3705         tatzanx
## 3706   LuisForero540
## 3707        bl__swan
## 3708       _nattbff_
## 3709        bl__swan
## 3710        bl__swan
## 3711        LadyQ_BL
## 3712        meztired
## 3713     deathgriped
## 3714        hamhamz_
## 3715    emogaypotato
## 3716      bl_essence
## 3717      bl_essence
## 3718     deny_kimtae
## 3719     bl_lo_ve_32
## 3720         nahynae
## 3721        bl__bts_
## 3722      adunkrable
## 3723      bl_essence
## 3724      bl_essence
## 3725      bl_essence
## 3726      bl_essence
## 3727   JesuitsGlobal
## 3728      bl_essence
## 3729         NurArt_
## 3730        myondusk
## 3731      bl_essence
## 3732    thamonwank90
## 3733     bl_lo_ve_32
## 3734     tipfee_bl_3
## 3735       emilebois
## 3736 anhhhhhhhhhhhh9
## 3737   TenSidedDruid
## 3738    CallioVerose
## 3739  ladymisslilith
## 3740        plumtwat
## 3741     Bl_Series24
## 3742  distortxdheart
## 3743      LilDashOTS
## 3744   guitartwink58
## 3745       THAlenthu
## 3746  maianhhjhjhaha
## 3747    FubukiNorris
## 3748         mopuzzi
## 3749       fleurtune
## 3750        PgzGiiez
## 3751          aca_3o
## 3752      rob_ivan07
## 3753     bl_lo_ve_32
## 3754      Vintersol_
## 3755        nvazreth
## 3756           iL3DR
## 3757    jokeranchana
## 3758  strwbrryswings
## 3759     theloodside
## 3760      arte_jaqui
## 3761        Ash_art7
## 3762          PLU4GP
## 3763     AKkingTamil
## 3764      TChuthamat
## 3765     1_800_JELLO
## 3766       mintkenma
## 3767        Miizumi4
## 3768        akeshjin
## 3769       Gowri__Vj
## 3770    ILRYxXISC_BL
## 3771  twinkfucker_69
## 3772      KamenCorgi
## 3773     akshad_gill
## 3774    cjw_spiciest
## 3775   ajithroman007
## 3776    MansaraThapa
## 3777     goblingreen
## 3778          BL_27_
## 3779    builds_smile
## 3780       Nicojeane
## 3781       kanawoodz
## 3782      Vinoliav95
## 3783     prakashg777
## 3784      Dart_Adams
## 3785    bl_is_mundle
## 3786    KanKan130613
## 3787   Cyleris_84_BL
## 3788          BL_27_
## 3789          BL_27_
## 3790  kaijinzekkasou
## 3791      real_naini
## 3792       tk_taynew
## 3793 linhnguyen13994
## 3794      lloverflot
## 3795  sleepyhorny247
## 3796        Kana2637
## 3797          XiGer4
## 3798   BowJiraporn18
## 3799   EchoToTheMoon
## 3800   origamipastry
## 3801     BristolMari
## 3802      PaPeekaboo
## 3803        jeab2329
## 3804    Sadface_Usui
## 3805      jenonana7_
## 3806       tinker_bl
## 3807 sarayasukhpayy1
## 3808          BL_27_
## 3809          pmp_pa
## 3810     humsitweets
## 3811  15ChallengerB5
## 3812       tinker_bl
## 3813   _xmorningstar
## 3814       tinker_bl
## 3815         DarlaDT
## 3816     Bl_Troyanda
## 3817       aimeeoggy
## 3818      himanshuyv
## 3819        viixenn_
## 3820     TMGULFKNW26
## 3821 SpecialBeansCan
## 3822         inherin
## 3823     Bl_Troyanda
## 3824      bl__suarez
## 3825      bl__suarez
## 3826      palimamala
## 3827      bl__suarez
## 3828     dollievenus
## 3829      ButchHades
## 3830 FINALFARTASY_XI
## 3831       bibeegulf
## 3832     fourthkalpa
## 3833     Bl_Troyanda
## 3834      BLXBLU_BBB
## 3835      MiaSings22
## 3836       b_mileapo
## 3837         mamilks
## 3838         AHT2021
## 3839         aiiwar_
## 3840         aiiwar_
## 3841   Elle_D_Raiser
## 3842      Emily_earn
## 3843       jmanoj739
## 3844   mkcreationsx_
## 3845        uminhoes
## 3846      MiaSings22
## 3847 mileaposdestiny
## 3848       yyanderez
## 3849        bl__bts_
## 3850  okumurakoushuu
## 3851        bl__bts_
## 3852         fernx1a
## 3853        bl__bts_
## 3854    AomKakha1990
## 3855       marmomoon
## 3856   officialbeanp
## 3857        fabiha27
## 3858      Enjoynaka9
## 3859        eiairini
## 3860          bbj_pr
## 3861   jewtinaxtreme
## 3862  lilretrorabbit
## 3863         dendeph
## 3864 NirmalK17703512
## 3865   lee_sparkling
## 3866  Mylovelybiubiu
## 3867  yukari_2006_BL
## 3868   BowJiraporn18
## 3869       kikkik_yz
## 3870    femmebangtan
## 3871        Vv_nos15
## 3872    bounnycarrut
## 3873  NgcMai80203820
## 3874         mademys
## 3875   PhilUponAHill
## 3876      haritha_00
## 3877     xhylohphone
## 3878        nthtuoi_
## 3879   ellieellie110
## 3880       Tangmo_90
## 3881   acidframerate
## 3882        bl__bts_
## 3883  AdelineAurora1
## 3884    IamChang1612
## 3885 scarletrain7777
## 3886    bilbiblebiuu
## 3887        owoflare
## 3888     BonBoni_Kyu
## 3889  HoHoHo420Santa
## 3890      sujasmika1
## 3891      network_bl
## 3892       BlairGoat
## 3893        mummumpk
## 3894     victuuriiii
## 3895     sa_phimanss
## 3896         ea_njss
## 3897 jp017ajithkumar
## 3898    noonwardmoss
## 3899      Naomi14150
## 3900  During56565167
## 3901        Spllila1
## 3902          luv4fp
## 3903     nabiuuuuuuu
## 3904        toby0924
## 3905         LeoJmz_
## 3906 AbhishekRavich4
## 3907 Michael99768077
## 3908  Mathan67096555
## 3909           znxma
## 3910     Julie_Lilac
## 3911  twindevilsgang
## 3912         dendeph
## 3913    pinkuart1027
## 3914  HongDa95014037
## 3915       courtmort
## 3916      bibwithyou
## 3917      Soba_V2828
## 3918       yudit2198
## 3919        bl_jacxb
## 3920         nkmh23_
## 3921      kodafilB16
## 3922      bebiuluver
## 3923 QunhAnh87969756
## 3924      WattelierA
## 3925   Tonni07181662
## 3926        bl__swan
## 3927 ThalaVe74463055
## 3928  honcoolestoomf
## 3929    amoAdrian_BL
## 3930     Predator733
## 3931       AT0MICLES
## 3932   Charlottewil6
## 3933        thevicaa
## 3934  sammatthew7339
## 3935       BenWell42
## 3936 JohnDickson7989
## 3937    RealUnit1486
## 3938      MiaSings22
## 3939  Maxwelljohn733
## 3940    AlexJohn6040
## 3941        bl__swan
## 3942 Solsystemcomune
## 3943     KateDean788
## 3944        bl__swan
## 3945    nagdev_pawar
## 3946      bl_romance
## 3947         dendeph
## 3948  yukari_2006_BL
## 3949         dendeph
## 3950     fairiehachi
## 3951        bl__swan
## 3952        bl__swan
## 3953   _lemonadefrog
## 3954    darktedshiro
## 3955  yoonsweet_suga
## 3956   rengokushands
## 3957       gizzverse
## 3958 Floorto63601496
## 3959 florescent_four
## 3960         Rao7478
## 3961   pepperharrows
## 3962  StargazerJayne
## 3963 AllNutNoClarity
## 3964       seacast__
## 3965      D17830371D
## 3966      luxurysena
## 3967      Dreams1912
## 3968  yoonsweet_suga
## 3969     mizramtiger
## 3970    aroacekazuha
## 3971  Le_Spicy_Memes
## 3972      JC71602215
## 3973   bubblevanz_02
## 3974        toby0924
## 3975        bl__swan
## 3976   Light59869918
## 3977        Miysdora
## 3978 ThalaAj53958768
## 3979 camileanvillain
## 3980        ratt1217
## 3981        bl_4_eva
## 3982 thkgoditsfriday
## 3983   pratikvartak5
## 3984   LordiCavalera
## 3985   lesbiankillua
## 3986   ExCALiBuR4589
## 3987        bl__swan
## 3988       xiomi7238
## 3989      BBworldisB
## 3990         N07600D
## 3991      hails_coly
## 3992       bl_natsec
## 3993     goldenriffz
## 3994          Iksit9
## 3995     chalkymalky
## 3996      kirukaaA21
## 3997   LordiCavalera
## 3998        getoujks
## 3999 YCr0pX8JsawMtkU
## 4000        palegoon
## 4001    PitchBlack93
## 4002 EntertainersAce
## 4003        bl__swan
## 4004   senaya01gomez
## 4005 smolkorilakkuma
## 4006      Ro35660121
## 4007        bl__swan
## 4008        bl__swan
## 4009       SteelJ_97
## 4010    cloudberria_
## 4011       huangrjn_
## 4012       loves2rot
## 4013        ituskwie
## 4014 OfficialNagito_
## 4015  bl_on_an_bagel
## 4016  mahoumoonlight
## 4017       jaju66666
## 4018        bl__swan
## 4019    DonteeLWrenn
## 4020   mylovelyRheen
## 4021      MartinLPD5
## 4022       _loserngl
## 4023        ehmazing
## 4024 preciousminho99
## 4025    gulfmylove17
## 4026         _biuble
## 4027        bl__swan
## 4028   silverwraiths
## 4029        bl__swan
## 4030       patzeafee
## 4031      DCLAFOREST
## 4032         n_maeko
## 4033   grizzlygreece
## 4034   bubblevanz_02
## 4035        bl__swan
## 4036       bl_cuties
## 4037         cynahii
## 4038  prismedmercury
## 4039      Bl_2021fan
## 4040      Naomi14150
## 4041       lethia_bl
## 4042       lethia_bl
## 4043    nikicannibal
## 4044      haritha_00
## 4045  valentino_miky
## 4046    YungSeraphim
## 4047      AlsiudGoha
## 4048   iryshornyjail
## 4049     aliortg_ali
## 4050      haritha_00
## 4051          jmgsll
## 4052    jagiyataekim
## 4053           kzzbn
## 4054       97Thumper
## 4055   kissable202bi
## 4056  bl_on_an_bagel
## 4057   kissable202bi
## 4058         Capo_BL
## 4059   kissable202bi
## 4060      lilislijen
## 4061    Pink_Medusa6
## 4062     hummingroad
## 4063       Titity_99
## 4064   kissable202bi
## 4065    tang_satang1
## 4066   kissable202bi
## 4067       bl_cuties
## 4068     Magdale7356
## 4069          ppkk43
## 4070    amitsorathi1
## 4071  cocainetamalee
## 4072 Diveshpandit001
## 4073       only4gulf
## 4074  bl_on_an_bagel
## 4075    bl_ck_Hippie
## 4076  bl_on_an_bagel
## 4077         Capo_BL
## 4078      ZeroTwo619
## 4079 amarkkalamthaha
## 4080        MerceC24
## 4081   build92827127
## 4082    ARUNTHALA007
## 4083     Magdale7356
## 4084       VijiMa118
## 4085  Thalakarthik08
## 4086    nagdev_pawar
## 4087     dearestgulf
## 4088      L_lippsCho
## 4089        arooonk3
## 4090   mozukuchan_bl
## 4091    ChelaPerez17
## 4092     PARKJIMINM8
## 4093   AlpacaEmperor
## 4094       mmmm50135
## 4095  YooseokShinwoo
## 4096 bubble_nattawin
## 4097      Marihashii
## 4098         GKSKNUP
## 4099       donpalo21
## 4100        ctrlnmjn
## 4101   Yubin_japduck
## 4102    neroenjoyers
## 4103   catboydisease
## 4104        nizam_uk
## 4105 7soulsfromSeoul
## 4106          Syjie5
## 4107      honiebeeez
## 4108      honiebeeez
## 4109   kismetnemesis
## 4110      bl_world22
## 4111          GKTqnt
## 4112 Estevez9Estevez
## 4113   talldarkhippy
## 4114    thara_nandhu
## 4115  unsinkingships
## 4116  Hazzy_von_Swag
## 4117      mai_gokoro
## 4118       sskkhater
## 4119 KYIKYIK78218299
## 4120      bl_world22
## 4121      bl_world22
## 4122  MoonFallSeraph
## 4123     Gupiiiiiii4
## 4124        kgsharma
## 4125  MagicScrapHole
## 4126  Xo_YAOILUVR_oX
## 4127      100_00Gulf
## 4128    phiball_1204
## 4129  MaethipKanawut
## 4130 D74s9SZEG4S5aQl
## 4131 anhhhhhhhhhhhh9
## 4132   Itsmevianey17
## 4133   mileaporealcp
## 4134  hurricaneidiot
## 4135 one_india_unite
## 4136        bl__bts_
## 4137     MileApo_Aus
## 4138         ngDuyL1
## 4139       1ban3gaNa
## 4140   sakuatsuiwaoi
## 4141      Kafakhri08
## 4142         _950126
## 4143       kweenbini
## 4144   LordiCavalera
## 4145       DerrySony
## 4146     JohnPawluk6
## 4147  KDramaWomaniya
## 4148        utenthys
## 4149   brunettespams
## 4150        rueprism
## 4151    Hima_ShiKuro
## 4152    pepsimilktea
## 4153        GK___Lux
## 4154      FLESHB0UND
## 4155   That_SJW_Cuck
## 4156    GunterChelle
## 4157      baba041245
## 4158         27Pploy
## 4159 anarchotokonoko
## 4160      AnaKim_art
## 4161      raptorus77
## 4162      toukasbaby
## 4163  KILLHALLIEDEAD
## 4164   LesbianFlakes
## 4165 RespectForBuild
## 4166        baekugo_
## 4167    aidanposting
## 4168     RogerClouse
## 4169         GGKNWGG
## 4170        BichenBl
## 4171      Flowerb_0y
## 4172  cherrysweetpop
## 4173     love_0811_u
## 4174 RosaAng22672241
## 4175      liyana_mel
## 4176          F4NGZX
## 4177           yj_40
## 4178    notFruitName
## 4179    flpcrescent_
## 4180      dayanand63
## 4181       z_cassiel
## 4182   boomboxigrade
## 4183         tatzanx
## 4184   blueberry1315
## 4185  bellacielo0728
## 4186  CryptoMetaverz
## 4187 twnklelittlstar
## 4188       slwiede66
## 4189       umebeGulf
## 4190    Prince_OCT13
## 4191   ubur_uburlucu
## 4192         BL_BJKV
## 4193         jebhyyh
## 4194          biwear
## 4195        penbbles
## 4196     Waffy_Waffy
## 4197        yjhmiluv
## 4198        NVGGETSU
## 4199      Divafnaaaw
## 4200  kitsunebiShake
## 4201    MatyldaStein
## 4202 sacourtreporter
## 4203      hollowluck
## 4204         Ananyxz
## 4205        reyla_bl
## 4206       bubunicat
## 4207   livssupremacy
## 4208    chickenurros
## 4209 MoonBunnyKristi
## 4210     puckchaling
## 4211      _cherry09_
## 4212          goeti4
## 4213 dearsummer_0214
## 4214       _sangchuu
## 4215       toxanhela
## 4216  PositionbyArii
## 4217       SoudsadaC
## 4218      lovesbuild
## 4219     owlboylover
## 4220          TAT_bl
## 4221         timpreg
## 4222          TAT_bl
## 4223          TAT_bl
## 4224  whereibeanlong
## 4225    americanyaoi
## 4226     JoyYourDay1
## 4227        PzSaturn
## 4228  alinastarkovas
## 4229  faulttolerant_
## 4230 dartintegration
## 4231 computer_humper
## 4232    justnarawins
## 4233 RosaAng22672241
## 4234     CLEVERBBALL
## 4235     harshid0986
## 4236     mixxiwsatan
## 4237        elias_BL
## 4238   _AjithKumar_7
## 4239        te_yainh
## 4240       bl_marnie
## 4241   NamLe46767039
## 4242    OtomeTweeter
## 4243     M_Mochi_avi
## 4244        shoscape
## 4245      lunaflor__
## 4246       r42115478
## 4247       Nalamicha
## 4248  BL_Tm_Enthalpy
## 4249  BL_Tm_Enthalpy
## 4250  BL_Tm_Enthalpy
## 4251  BL_Tm_Enthalpy
## 4252  BL_Tm_Enthalpy
## 4253  BL_Tm_Enthalpy
## 4254  BL_Tm_Enthalpy
## 4255  BL_Tm_Enthalpy
## 4256  BL_Tm_Enthalpy
## 4257  BL_Tm_Enthalpy
## 4258  BL_Tm_Enthalpy
## 4259  BL_Tm_Enthalpy
## 4260 ThornIrisRibbon
## 4261  PrabhaAjithFan
## 4262   fanatashagirl
## 4263       JinsPanda
## 4264     mathichella
## 4265          sftzhy
## 4266     BluaPapilio
## 4267        chttrbx_
## 4268   blueberry1315
## 4269  EastDistrictAB
## 4270   mandyland_viz
## 4271          gykou_
## 4272 apekshachudhary
## 4273         _Fraiey
## 4274          BL_T99
## 4275        k00rahaf
## 4276     Shouma_chan
## 4277 shirtlessadonis
## 4278  yukari_2006_BL
## 4279   _fruitastical
## 4280        vomit2go
## 4281       sumettime
## 4282          BL_T99
## 4283       BL_Queen1
## 4284   BL_Mentorship
## 4285       BL_Queen1
## 4286        Bl_ckkky
## 4287  Unique_usrnmfc
## 4288        kitymewz
## 4289     polyedenism
## 4290   abhishekangad
## 4291     EdunoGodwin
## 4292     EmmaJanenne
## 4293     marinee2022
## 4294          BL_T99
## 4295    Embalmersimp
## 4296         WOOYASC
## 4297      sujasmika1
## 4298          BL_T99
## 4299  Vishnu22696707
## 4300    mike55687000
## 4301     yeehawzilla
## 4302  Jijaji88382467
## 4303   PAwesomePants
## 4304      Gdevil_666
## 4305   NaveenBlaze10
## 4306 BatangMangga_05
## 4307    simpforOCnMC
## 4308    BL_Fangirl34
## 4309     alexbatizmx
## 4310    BL_Fangirl34
## 4311    BL_Fangirl34
## 4312  Biblesumett_id
## 4313         rlilyy_
## 4314 BatangMangga_05
## 4315 sarcasticbookwm
## 4316      alipanda96
## 4317     atlasbloodd
## 4318    jinki_lovely
## 4319 Muj_Suwannasing
## 4320 Operationrobut1
## 4321 ForUndiscovered
## 4322     KarisoKezia
## 4323  Nervia_Nocline
## 4324     fleurweiyin
## 4325 CurriculumRocks
## 4326       bl_natsec
## 4327    giratinasdad
## 4328  saranghaeken00
## 4329     cooleruncle
## 4330        nthtuoi_
## 4331 BatangMangga_05
## 4332        Bakunyya
## 4333        BintyAsa
## 4334      milkydeath
## 4335 blackpeopledata
## 4336     adosounuism
## 4337         2021Dmv
## 4338    spidervasion
## 4339      heyzz_blue
## 4340        birubiiu
## 4341    mireadingaja
## 4342     e_lizabe_th
## 4343      enadorange
## 4344       sombra_bl
## 4345  HardcorePraxis
## 4346 UnseaesonedRice
## 4347      moxisboots
## 4348  yokohamadiablo
## 4349  jen_star_light
## 4350   its_thala_fan
## 4351 lieblicherprinz
## 4352         arawale
## 4353        snztshmr
## 4354         stbinky
## 4355      zenitsurio
## 4356      NgatiBryan
## 4357 SebastinOliva11
## 4358     septfirst09
## 4359    StrategicOwl
## 4360   lagi_tersesat
## 4361    mikuposteing
## 4362     oxox_biupiu
## 4363 emotionalaffair
## 4364     fancycat_bl
## 4365     Jen04952960
## 4366     elimeowmeow
## 4367 Manojku68512320
## 4368     fancycat_bl
## 4369     ludohistory
## 4370    doodleroonie
## 4371         KateaKy
## 4372 Dharmen28995695
## 4373          J_ON18
## 4374   bubblevanz_02
## 4375   Villain__Offi
## 4376      NgatiBryan
## 4377       ruemilley
## 4378      Kenzie7187
## 4379   hello_its_an_
## 4380   Dixon34235165
## 4381     fancycat_bl
## 4382     ajith_seenu
## 4383         BusThns
## 4384       200941fff
## 4385       clownx_bl
## 4386       clownx_bl
## 4387       clownx_bl
## 4388    ARMY_BTS0907
## 4389      kim_husnul
## 4390   caronia_elise
## 4391       GDAutoArt
## 4392  yukari_2006_BL
## 4393       deadkouvv
## 4394     wyrdwritere
## 4395   AK_Deena_Samy
## 4396    Kurusukianta
## 4397     nebulaeeeee
## 4398     chaosIegion
## 4399  Michael_Chestr
## 4400       SeryJulia
## 4401  bl_nkst_nkb_nk
## 4402       EdupianTT
## 4403    AomKakha1990
## 4404    luckywolucky
## 4405        Miniamo_
## 4406  Thala_Ajith_61
## 4407      NgatiBryan
## 4408      maymay1160
## 4409    AllisonEruGS
## 4410          SmplxT
## 4411      Chitake_bl
## 4412      Ram5Ramesh
## 4413      swolehorse
## 4414    ThalaPrabu01
## 4415   pratikpatilll
## 4416     bkpp_mint24
## 4417     bkpp_mint24
## 4418        milkygxy
## 4419 Sharesesimmons6
## 4420         BBKAZES
## 4421      AGramuglia
## 4422 arunachalganesh
## 4423    naveen_thank
## 4424    iluv_atsushi
## 4425      haritha_00
## 4426     bubblesaur_
## 4427  milindkpatil10
## 4428  milindkpatil10
## 4429     reunionizes
## 4430 saurabh_nagar20
## 4431     raktajinhoe
## 4432       VnTweeter
## 4433    save_shreyas
## 4434  baphometkinnie
## 4435   MaheshLPatil4
## 4436 strawberriventi
## 4437 iluvchocolate45
## 4438  TwoHalfStudios
## 4439   MalikAh300902
## 4440         aiki_bl
## 4441         aiki_bl
## 4442   Lumina_Luceat
## 4443     Santa_Gps29
## 4444         aiki_bl
## 4445       asafedita
## 4446 JaimeGonzalezSu
## 4447          ak_jei
## 4448        Wa00Slot
## 4449 ViswasamKishor1
## 4450      FlukeTouch
## 4451   veeram_thala_
## 4452        Rudu1212
## 4453    BooksofKells
## 4454      BFarley_85
## 4455    0101thebella
## 4456 ThalaSudharsa20
## 4457   HardickSakthi
## 4458       yuzuchoso
## 4459        Acc9Fire
## 4460      serafinhuh
## 4461    Salvacion206
## 4462    Salvacion206
## 4463          BL_27_
## 4464    Salvacion206
## 4465 YounginGotBands
## 4466          BL_27_
## 4467      KH_Tweets1
## 4468      bl_romance
## 4469       yvngicock
## 4470   LiLi_loveLiLi
## 4471   RohitSindhu13
## 4472    AK_Thamizh01
## 4473          BL_27_
## 4474 TeddogAtMidnite
## 4475        kisskyus
## 4476  teteasschomper
## 4477        Mudblxod
## 4478          BL_27_
## 4479      ashikohli1
## 4480        NftAshli
## 4481        ekstermi
## 4482     vvvnnnkumar
## 4483        KatieP1s
## 4484        yutahais
## 4485      Leo_s_amor
## 4486     MIM92699927
## 4487      valimaicr7
## 4488        King_AK_
## 4489 Rahulma28254555
## 4490    Frillya_1209
## 4491      souchannau
## 4492         b1ngpup
## 4493  fictionaIovers
## 4494    ThalaAjithBk
## 4495          BL_27_
## 4496     NeoNekoStar
## 4497        bl_enthu
## 4498      natalio_ds
## 4499  digitalcupid27
## 4500        kikokiie
## 4501    darkveracity
## 4502        rylleot7
## 4503 saravana_kumarR
## 4504    thalamarudhu
## 4505       bl_natsec
## 4506        gerbarco
## 4507     staticffxiv
## 4508       BL_Nomsod
## 4509         zoejayw
## 4510      violet_bkp
## 4511     myrtlecrown
## 4512       VnTweeter
## 4513        reyla_bl
## 4514       abruti_bl
## 4515   bubblevanz_02
## 4516   guyfierimpreg
## 4517        Xenntric
## 4518     SuttlesView
## 4519   Bluebebiefrog
## 4520  yukari_2006_BL
## 4521    FromPunjab10
## 4522          BL_Deo
## 4523          daa_k0
## 4524     StuartKells
## 4525         Finzzsh
## 4526   carameldrinks
## 4527 _royalsunshine_
## 4528      piapia4356
## 4529    voxel_pacman
## 4530 MadhanR14580550
## 4531 bwschildren_997
## 4532       rvinpeaxe
## 4533          BL_27_
## 4534          BL_27_
## 4535  poonamdhanda14
## 4536         lanzeon
## 4537       AK_Mani__
## 4538 Silvershadowwo1
## 4539      chrysoslii
## 4540          BL_27_
## 4541   Itsmevianey17
## 4542        mere_j95
## 4543       Thala_ARS
## 4544   finalevampire
## 4545          BL_27_
## 4546          BL_27_
## 4547    LouisBrignet
## 4548          BL_27_
## 4549       tsuki520_
## 4550     silenttwits
## 4551 Thutrin50330391
## 4552     maxreed2015
## 4553  in_vi_si_bl_ee
## 4554    SpunkyRacoon
## 4555          BL_27_
## 4556  christinephili
## 4557          yeonji
## 4558      Eyezoumier
## 4559 olscurfybastard
## 4560   Alexia_AgustD
## 4561    Arun30213722
## 4562         aluskee
## 4563   amantedel__bl
## 4564        poyyy___
## 4565   GreenKing7733
## 4566   KissMe_Yellow
## 4567  cannibalimpact
## 4568     rajasekar95
## 4569       andiavang
## 4570    jungwoostwin
## 4571      suninjimin
## 4572 BballCoachBenji
## 4573  molly100894781
## 4574  tennis_madison
## 4575      naegiplush
## 4576     storytaiIor
## 4577  Jay_Altagracia
## 4578 NiranjanTripa16
## 4579       Junnie_BL
## 4580         Ddoori2
## 4581      grondin506
## 4582 bbqsaucetitti3s
## 4583      LOUDDIEVAN
## 4584      sam_shivAK
## 4585       Junnie_BL
## 4586        OBXRenee
## 4587  MorganWarmbein
## 4588       Koni_Kyun
## 4589     TronWixk904
## 4590       rizuka170
## 4591     Kaorubunga_
## 4592  floridaagirl97
## 4593   milliecekovic
## 4594 JohnSherArt4109
## 4595 KingFrank_duzIt
## 4596 Vinoth182436081
## 4597  McCallsWeather
## 4598    Tank41707192
## 4599          uruao1
## 4600        quiny777
## 4601         Ddoori2
## 4602      JDCruz1025
## 4603   missypurcell1
## 4604     Ravy_Baby08
## 4605  Jackson_LEC_AD
## 4606    megan_rabish
## 4607        oayasumi
## 4608     monis_thala
## 4609        aubepink
## 4610       arikanomi
## 4611        PL_SayU4
## 4612  lovebirdmagnum
## 4613      dramaclubP
## 4614      j_molina08
## 4615  AdRi_RoSe_0899
## 4616 AlissaParsons15
## 4617     LucciAustin
## 4618        ondeoney
## 4619       kneesocks
## 4620    galahadgrail
## 4621 Vignesh51769505
## 4622     chasehoopin
## 4623          peytu_
## 4624       abruti_bl
## 4625       jlclark94
## 4626       ThalaRijo
## 4627      hanamurass
## 4628       abruti_bl
## 4629     VinnyDarrow
## 4630 DanTheManHoodX2
## 4631 the_real_JAMIER
## 4632      pinktonu02
## 4633          FafDev
## 4634   boiledegghole
## 4635       DeeBoesky
## 4636         BL_Abba
## 4637      king_bora_
## 4638 ViciousVillain8
## 4639        OEndzone
## 4640  AshleyElaine64
## 4641         Mineyi4
## 4642 SasiKum19504750
## 4643         jjeongz
## 4644      oomfiegiri
## 4645       TolerTank
## 4646      msAMBER___
## 4647       cochegalo
## 4648 PSELVAR33532484
## 4649   FightOnState_
## 4650        CeddyG1K
## 4651       D_jones82
## 4652    harlow_dee69
## 4653         SJLahey
## 4654        the_stai
## 4655        DVERADIO
## 4656  SteelersArabic
## 4657  davidrosswelsh
## 4658       Bamer2323
## 4659 AutonomousPoeia
## 4660      HenryM2004
## 4661     PassengerEm
## 4662       MrBuelna_
## 4663         loggyf2
## 4664   elliefinnerty
## 4665 BleacherDeposit
## 4666      Steeler147
## 4667       mammal365
## 4668      Sp00kyJaay
## 4669    YounggAndrea
## 4670        jkitch47
## 4671     YinzerStyle
## 4672     httpmomorin
## 4673       Elegrumpy
## 4674  thesavvypundit
## 4675     humblegrubb
## 4676    kreative_vzn
## 4677      razzarazor
## 4678  AntwaunClark30
## 4679 ilovechildedesu
## 4680   Irma_Aparicio
## 4681 afroinstilettos
## 4682        iamdjpj_
## 4683   WDB_Cervone77
## 4684   aweshrimpchim
## 4685     sn1pencelly
## 4686         Khol___
## 4687  LeoStateOfMind
## 4688     CaptainHays
## 4689       40oz_Neke
## 4690   Music_Lover_D
## 4691      yaboiLdub5
## 4692       brockwebb
## 4693     kotaweeks13
## 4694      jtrembley9
## 4695      Taysincere
## 4696      chipsndipx
## 4697  SarcasticManny
## 4698     itscoachb__
## 4699   rileyadkinsss
## 4700  SteelCitySaint
## 4701       _Robb_Lyn
## 4702       Drewsterr
## 4703        Hu____Ny
## 4704    DalinaYsabel
## 4705      BigBlaze59
## 4706 BishopxAndretti
## 4707   theylove_asia
## 4708        4evermzz
## 4709      _normangel
## 4710   PeytonBeharry
## 4711      avizionary
## 4712         T_Tate3
## 4713     WheelerM323
## 4714 errybodylovesE_
## 4715      steelercam
## 4716      iamnubianz
## 4717    AggieJay_412
## 4718        AlanFabs
## 4719 hannahbethany26
## 4720        907King_
## 4721     geno_briggs
## 4722  carmona_jasmin
## 4723        titus757
## 4724   PutridLobster
## 4725      Austindp51
## 4726  Joeyy_Sanchezz
## 4727       joeldv123
## 4728   TwoBrokenEars
## 4729        Louie400
## 4730  Steelersgang07
## 4731       JohnnieeG
## 4732    Kindra_Elise
## 4733       ChizzyDub
## 4734    TheDabKingNC
## 4735         j0hn69_
## 4736         ryee_13
## 4737      reapervfx_
## 4738        LouieB1x
## 4739     ethankipin7
## 4740      Anth0ny909
## 4741  valerielynne07
## 4742     brandonb329
## 4743      VybzGemini
## 4744   maylaliller91
## 4745 LoganCo61235993
## 4746 steel_city_mllc
## 4747 LandonK34971415
## 4748     _jaz_marie_
## 4749      kuhTEEnuhJ
## 4750    TysonGlenn43
## 4751           jarny
## 4752          julsmr
## 4753    austin_wader
## 4754 Faith4Love4Hope
## 4755       afarv6192
## 4756 Praveen86048825
## 4757         Mineyi4
## 4758      Leo_s_amor
## 4759 KimTorr23407314
## 4760    cowboycrimez
## 4761  satur_tinnasit
## 4762 venkatesh939420
## 4763        toy23456
## 4764   lesbianautica
## 4765           Auczo
## 4766    elfilicellus
## 4767 Material_color_
## 4768    Jagadeesh_RT
## 4769      sundarmail
## 4770     KathiDailey
## 4771    mediocrejoke
## 4772       Raghu101A
## 4773      goth_moths
## 4774        Huanke_O
## 4775    sreerajheart
## 4776      maikeloneo
## 4777   Call_Me_Baron
## 4778       ETreharne
## 4779       KuroLucia
## 4780       Lithdoran
## 4781      tobiquinho
## 4782      hiimmelsie
## 4783 yearningforfree
## 4784 hotbelgianwafle
## 4785       BaronAgba
## 4786 bhajithkumar007
## 4787   Gebhartattack
## 4788         aiki_bl
## 4789   pemasakhandal
## 4790   pemasakhandal
## 4791         aiki_bl
## 4792 bakedbananners1
## 4793         aiki_bl
## 4794        crapcafe
## 4795    clancycaster
## 4796         jeIIith
## 4797  pazu_apologist
## 4798        MNLGroup
## 4799  DheenaSekar007
## 4800    omowonuolawa
## 4801      rajesh_xdr
## 4802         aiki_bl
## 4803 watereddownsalt
## 4804   EsakkiAadhvik
## 4805       Sumanjjkm
## 4806    brolikebaron
## 4807       eatermage
## 4808 grooviestbutton
## 4809    SugashVishnu
## 4810     ANU74701092
## 4811   Tamil65283970
## 4812         ThalaSJ
## 4813   Selva59350611
## 4814 Crypt_Sensation
## 4815         en_xiyu
## 4816 victorvinothsmg
## 4817         aiki_bl
## 4818       rajkingAK
## 4819       samecowin
## 4820   Mohan66629479
## 4821   yashitamehta8
## 4822         aiki_bl
## 4823     1Duraipandi
## 4824         aiki_bl
## 4825        MonTue01
## 4826          ih8ufr
## 4827  FisayoGbolahan
## 4828      pronporm88
## 4829   bblb749730261
## 4830       DAgulhari
## 4831      lowkeyalyn
## 4832     LotannaRose
## 4833    ltyningnings
## 4834        Ecnomoda
## 4835        raz_meow
## 4836       yuzupomuu
## 4837        MNLGroup
## 4838     curiosita06
## 4839  munizrodolfo96
## 4840      l00natunes
## 4841        DCAbloob
## 4842        DCAbloob
## 4843    room_t3mp_IQ
## 4844        succummu
## 4845       bl_ristia
## 4846   softwonwoolly
## 4847       Oma_Hamou
## 4848       ZenYeLin1
## 4849          _xlero
## 4850    Honeybear011
## 4851       arikanomi
## 4852      eelprince2
## 4853        _knivess
## 4854       niltastic
## 4855        dejaynjd
## 4856 WeAreBayBayKids
## 4857       jamaisvis
## 4858     squisehyoon
## 4859 RealSpookyStuff
## 4860          BL_27_
## 4861          BL_27_
## 4862          BL_27_
## 4863     Ohh68516883
## 4864          BL_27_
## 4865           PM_3B
## 4866          HO__Bl
## 4867     hyeonjuhui3
## 4868   gachaEllastic
## 4869    maggotonline
## 4870  bladebloodrave
## 4871    waymond_wang
## 4872      Mirisecchi
## 4873         JoeXu60
## 4874 Ky3gwBxQvTUtstt
## 4875        buffstax
## 4876   yoonjisungfan
## 4877        Plume_Bl
## 4878       __offduty
## 4879 Navjotk72940083
## 4880  leedrawsthings
## 4881          BL_27_
## 4882  miserablepaint
## 4883   Moira20358808
## 4884 TrissyTrinity23
## 4885 AWholeLottaLotl
## 4886 7DW9fgM7u890frU
## 4887   Ivybluecutest
## 4888       Manukacat
## 4889        Plume_Bl
## 4890   Chrisland1405
## 4891      sailormild
## 4892       KinoAlyse
## 4893     TateBaggins
## 4894       punnoying
## 4895     InBlue_wind
## 4896     Yuto_pjs_bl
## 4897     squisehyoon
## 4898     squisehyoon
## 4899         HelpNy4
## 4900       VnTweeter
## 4901      tofufIower
## 4902       DAgulhari
## 4903          BL_27_
## 4904       cgcornett
## 4905      seungkryli
## 4906          BL_27_
## 4907  yoonsweet_suga
## 4908     uju26235407
## 4909 EllesRain_Kyoru
## 4910   guroipathetic
## 4911    dunwaIItower
## 4912        BucheenC
## 4913       femcatboi
## 4914     hikanatsume
## 4915        itsCnotK
## 4916     FlyingNun12
## 4917    nanaBBBlover
## 4918  Resplendent_BL
## 4919      allyurluve
## 4920  vacationdaddio
## 4921    RABBITMEDlUM
## 4922   crishna_jofre
## 4923          bylths
## 4924         Astwisa
## 4925        BL_lnsgs
## 4926        BL_lnsgs
## 4927        opheIiac
## 4928        Kee_fluh
## 4929        veigarrr
## 4930        BL_lnsgs
## 4931         plvpwaa
## 4932     ICHlMOKUREN
## 4933        BL_lnsgs
## 4934        BL_lnsgs
## 4935        BL_lnsgs
## 4936   Pphhh77351738
## 4937 bisexualkokonoi
## 4938       heiboe_bl
## 4939      libbydango
## 4940   Fenix17267518
## 4941       heiboe_bl
## 4942       godIymode
## 4943    lili14267373
## 4944     Ivynaravitt
## 4945    fvlltimeidol
## 4946        ham_nnth
## 4947      occuItdeck
## 4948  in_vi_si_bl_ee
## 4949       heiboe_bl
## 4950       coffman15
## 4951        BL_lnsgs
## 4952       Qloading0
## 4953        BL_lnsgs
## 4954   amantedel__bl
## 4955        BL_lnsgs
## 4956        n_tn1ch4
## 4957      Te_amoJMOG
## 4958      Miguelm_BL
## 4959    Yeomfectious
## 4960    kuku59390383
## 4961        BL_lnsgs
## 4962     lcy11812118
## 4963      nolifeweeb
## 4964 partiallystarss
## 4965  amugae23317637
## 4966   HanaHappy0312
## 4967         bitti3s
## 4968        zansters
## 4969         atpciaI
## 4970        usfsanti
## 4971      memymaymei
## 4972       tendoupls
## 4973 HannahC61259107
## 4974       buckeye_8
## 4975      mu54602584
## 4976 Aoyagikawai0228
## 4977  loveyoutoo1113
## 4978         srta_bl
## 4979        meowezra
## 4980   blue_bl_lilac
## 4981     HoshKaushal
## 4982        BL_lnsgs
## 4983     FugenSweets
## 4984   meetsharma704
## 4985   MHuong7776won
## 4986       diosfangs
## 4987     hyeonjuhui3
## 4988        713Books
## 4989     DWheelerEnt
## 4990    Mary00584187
## 4991 ApoNattawinVnfp
## 4992        BL_lnsgs
## 4993        BL_lnsgs
## 4994 PastelPeach_091
## 4995        BL_lnsgs
## 4996   tamberinegold
## 4997        BL_lnsgs
## 4998   annihilashawn
## 4999        BL_lnsgs
## 5000        BL_lnsgs
## 5001      hidemetal5
## 5002     lalisalvr22
## 5003   mythoughts_bl
## 5004      kumarss888
## 5005    thedettabayo
## 5006 loveincoIdblood
## 5007     asmnattawin
## 5008         luvz_BL
## 5009       bishinwoo
## 5010      tachimukai
## 5011 HninHninHtetHl1
## 5012 PistachioFellow
## 5013 Angelah65862091
## 5014        MNLGroup
## 5015         Crihx10
## 5016      PiscesPing
## 5017      MileApo108
## 5018    pacarkujihyo
## 5019       Genie2112
## 5020      bi_right12
## 5021       naraghira
## 5022     okuulesbian
## 5023 AnaPaul87453634
## 5024   zeebabygirl22
## 5025 JazGmez87653189
## 5026      apomileted
## 5027       DoroPreis
## 5028        MoxAprii
## 5029        ky0ungyn
## 5030 jincionator2000
## 5031    kaworunag1sa
## 5032      ithotticus
## 5033  thecorgmeister
## 5034      LimeAngel2
## 5035 HninHninHtetHl1
## 5036         amasays
## 5037     slimeypeach
## 5038     bridalcarry
## 5039     whenuusleep
## 5040   KreshnaRahmat
## 5041        YuMeii91
## 5042     Yuto_pjs_bl
## 5043   maIewifehawks
## 5044         kaoject
## 5045       JazuliMun
## 5046        Raffie79
## 5047      Ausburne__
## 5048        1427days
## 5049 LaongthipKaewk1
## 5050   backtothesea2
## 5051    jungkook_97j
## 5052       raaturwit
## 5053       slwiede66
## 5054        MNLGroup
## 5055       voookster
## 5056       Kanyana51
## 5057   bubblevanz_02
## 5058         HaYut4_
## 5059       clownx_bl
## 5060    llllexxxxxxx
## 5061      rebbybevvy
## 5062       clownx_bl
## 5063   princessmabie
## 5064       clownx_bl
## 5065       clownx_bl
## 5066    twototooltoo
## 5067       clownx_bl
## 5068       clownx_bl
## 5069     lanieverses
## 5070  GoblinTwelvism
## 5071     gea_russell
## 5072         wergami
## 5073       seccito__
## 5074       DunkIsArt
## 5075 rainhadocambito
## 5076 CaserosVictoria
## 5077 CaserosVictoria
## 5078       shokupans
## 5079 TdGqhgwN1B1Xmdm
## 5080         AsiaGou
## 5081         AsiaGou
## 5082   lachimolalart
## 5083         luvz_BL
## 5084       tatirlima
## 5085         luvz_BL
## 5086         Ddoori2
## 5087         luvz_BL
## 5088         luvz_BL
## 5089          HO__Bl
## 5090         luvz_BL
## 5091    MileApoonly1
## 5092   KrishLovesBTS
## 5093    MileApoonly1
## 5094    MzSeductiveT
## 5095       Goaway022
## 5096 Sam_The_Chicken
## 5097    MzSeductiveT
## 5098         luvz_BL
## 5099          HO__Bl
## 5100 Solanki65887483
## 5101         a_duece
## 5102      PPHartigan
## 5103    star_daoxing
## 5104    super_mot_bl
## 5105         blramaa
## 5106   headBONDmeLWJ
## 5107   amantedel__bl
## 5108       CHarsya23
## 5109   headBONDmeLWJ
## 5110       sun_minka
## 5111       Apo11Mile
## 5112       peachlait
## 5113   kopeeelatt333
## 5114       funktagon
## 5115         AIIKAYU
## 5116        Duke_44_
## 5117   kopeeelatt333
## 5118         Shuiorz
## 5119       slwiede66
## 5120        vicmbitt
## 5121 soulless4kmania
## 5122  mifairy_kawaii
## 5123     Ass69Fetish
## 5124    Martha04Luna
## 5125  maddy_butler24
## 5126     stanley_m21
## 5127  eunhye_mileapo
## 5128       tenmakasa
## 5129    MzSeductiveT
## 5130 because94334355
## 5131       PoAminE29
## 5132         chimmvi
## 5133    masodynamite
## 5134      itfollowed
## 5135    Angel4139_BL
## 5136        bl___ing
## 5137         a_duece
## 5138      Kaptenkrea
## 5139       amber_apo
## 5140  bimies_sub_bee
## 5141       yagooniel
## 5142        D0ubl3AA
## 5143     tuisankamol
## 5144 underzerotwitch
## 5145     PHlL0S0PHER
## 5146     Beenhakitty
## 5147    Angel4139_BL
## 5148      AZHarmonia
## 5149  mynameis_Aommy
## 5150        aidriele
## 5151      CCockburn2
## 5152        neinmuse
## 5153     tuisankamol
## 5154   JustinaVicens
## 5155          1Guan1
## 5156 levicaoftheseas
## 5157    Tebing_curam
## 5158      busujimass
## 5159       SinclineM
## 5160        AKlKASAA
## 5161     1meeindomtc
## 5162        onechace
## 5163       sideryuki
## 5164       grayslick
## 5165         apoapla
## 5166      sinthsizer
## 5167 im_missladypink
## 5168  WhaleMarineCat
## 5169    dazaiwantdie
## 5170   RawGalleryNFT
## 5171    loveleelatee
## 5172     urljuicebox
## 5173    LaylaPizarro
## 5174     tuisankamol
## 5175 ranjanalaimayu2
## 5176    Mydestiny_83
## 5177          420LTY
## 5178  tatyjimenez751
## 5179       bl_cuties
## 5180    MissDaisy112
## 5181       sunflukey
## 5182  satur_tinnasit
## 5183       sunflukey
## 5184     DianeNick24
## 5185   iAmNotABurger
## 5186   lostinthesaus
## 5187  Ericajosefina3
## 5188       SPOOONK3R
## 5189       Rachewnah
## 5190      DonoKuroko
## 5191         de3no22
## 5192   Climatic_Love
## 5193    1998Milkmilk
## 5194      soun_ariya
## 5195     jodohkazuha
## 5196     Alittlepo02
## 5197 nuruhudasaleng1
## 5198     DianeNick24
## 5199         pndvior
## 5200      Gpearly778
## 5201  ditzydeadlifts
## 5202          byme_j
## 5203        NuNid_22
## 5204 AlexisuwuAlexis
## 5205      4rch_4ngel
## 5206       teddyJaju
## 5207       katy02san
## 5208        solassie
## 5209         vick_BL
## 5210    1998Milkmilk
## 5211   aponattawinkr
## 5212        FARKnnDB
## 5213   Anurag4Bharat
## 5214  blacksunnyycat
## 5215     crisalvessh
## 5216       rvinpeaxe
## 5217   ApoNattawinBO
## 5218      superhwanq
## 5219   zenosAnalytic
## 5220     jellyyheart
## 5221   megasheanster
## 5222  EastDistrictAB
## 5223         viky173
## 5224        nattvwin
## 5225   tarsusingkirk
## 5226   hoonnieboonie
## 5227       Omikunxxx
## 5228       pink_tofu
## 5229   Gabi_likes_bl
## 5230    niwattanevol
## 5231      qpcrehgii_
## 5232        artnikaa
## 5233         bl_rryz
## 5234        MoxAprii
## 5235       shimyulki
## 5236    Pyramid_BC08
## 5237   mantilla_angy
## 5238      SoRaeGeeks
## 5239  apocolleaguesH
## 5240    danitta_push
## 5241  SptnkSweetTart
## 5242     fullsuncit_
## 5243     FEMOIDFURRY
## 5244    loveless6699
## 5245    1998Milkmilk
## 5246      sinthsizer
## 5247      sinthsizer
## 5248     Morph_VGart
## 5249       HM_Minjee
## 5250         bl_rryz
## 5251       LepikInfo
## 5252     ricehoarder
## 5253     milky020621
## 5254  KittyliciousBD
## 5255       rvinpeaxe
## 5256       Orcapolca
## 5257      sinthsizer
## 5258       Maxypadz_
## 5259    drik51632352
## 5260       N09072022
## 5261 _Officialvermin
## 5262  royalrajput082
## 5263          d1msvm
## 5264      sinthsizer
## 5265 Michael51524367
## 5266     delhi_sukha
## 5267     ratboybingo
## 5268   mauviemusings
## 5269        Yaoivor3
## 5270      dilaaaavni
## 5271      sluncebear
## 5272  hierophantpink
## 5273   twinkophrenia
## 5274    tang_satang1
## 5275       netsrpism
## 5276       growthrev
## 5277      keidoodles
## 5278     plamonora_l
## 5279         bl_rryz
## 5280   poeticrosesun
## 5281      CdrRainbow
## 5282     DianeNick24
## 5283   TweetByIndian
## 5284       wannabae3
## 5285       ClyBriana
## 5286   MileApoROmWat
## 5287     angelic_koz
## 5288 Mikaelarose0402
## 5289       time4this
## 5290     DianeNick24
## 5291 SpiderInStckngs
## 5292     DianeNick24
## 5293    Creampeachs1
## 5294      shortdog67
## 5295     AmmarShehu7
## 5296         bl_tefy
## 5297     monadospeed
## 5298      GernMorgen
## 5299 DolapoAyomide15
## 5300      QueenPhena
## 5301        nsfw__BL
## 5302     marureviere
## 5303 RmW2L3R45YceZyz
## 5304        nsfw__BL
## 5305        Nanasu96
## 5306     psychederia
## 5307    nftnftnftart
## 5308  yukari_2006_BL
## 5309        nakamhto
## 5310      yohannesdo
## 5311       Albertyeh
## 5312     danny_where
## 5313  tatyjimenez751
## 5314     apoclassics
## 5315        boymiku_
## 5316    SverigeMetal
## 5317    Midori_Hound
## 5318 goodarmvsbadarm
## 5319     tridentnare
## 5320      zvampiricz
## 5321    RoxyBear4385
## 5322         pemi_em
## 5323         pemi_em
## 5324      SoRaeGeeks
## 5325         Gig1933
## 5326         akazi2k
## 5327      active4tae
## 5328     deeperflows
## 5329     dia_videowl
## 5330        albxrich
## 5331 okay_katie_okay
## 5332    Lemonaid_art
## 5333       palomapng
## 5334       magnetixa
## 5335      LAMASVlRAL
## 5336      Its_Havok_
## 5337      tamamizune
## 5338       CrownsTik
## 5339   fatinbyunhaha
## 5340        Lietolee
## 5341     Yo_its_SinO
## 5342   CDramaConvert
## 5343      _tabetaisu
## 5344  cattawin_lover
## 5345 sk8terb76846167
## 5346        ppipoluv
## 5347        alulasit
## 5348        beomyzzn
## 5349    HazelynnRose
## 5350      MAYOlWORLD
## 5351      glaubritto
## 5352   WOelectricity
## 5353        susu_xue
## 5354     eamonsbunny
## 5355      eelprince2
## 5356       manghobie
## 5357      toraofagar
## 5358   walkingravens
## 5359     A_ndre_a_91
## 5360          jursit
## 5361   ApoNattawinBO
## 5362  bangpinkneozen
## 5363  hydroforbeidou
## 5364   Aroche_Dayana
## 5365     wyvernbones
## 5366  SeemaRampersad
## 5367        KITAICHl
## 5368 Dalton_Woolwine
## 5369       rvinpeaxe
## 5370   Merc_Wolfmoor
## 5371 hanasal69461441
## 5372        mimi3043
## 5373 thatoneshortfr1
## 5374  TheReelJohnnyG
## 5375       Jeanjunim
## 5376         em_sum2
## 5377       kendotorg
## 5378     glacierkiss
## 5379         Hoabnkk
## 5380     NoMoreJazzz
## 5381    JadeMoonrise
## 5382   chwikencwuisp
## 5383     _DayanaLuz8
## 5384         _jogboy
## 5385       Bam__beeL
## 5386  kamirrobinson3
## 5387      Repealist_
## 5388    rabiosexualz
## 5389  Ericajosefina3
## 5390    tang_satang1
## 5391          ccz_ol
## 5392 VaporwaveOctop1
## 5393     rabbitcrime
## 5394  BryanFreudeman
## 5395  daniismycousin
## 5396    Chaba_puypuy
## 5397        foolcoda
## 5398     dhmismutual
## 5399     SPsDumpster
## 5400 thedoughnanapro
## 5401         fayme64
## 5402         TaoRoGC
## 5403    MileApoNG_FC
## 5404   thehackettman
## 5405      liofotiaas
## 5406    FroggySnaccy
## 5407      Mileapo_ID
## 5408   InloveWithAPO
## 5409    MichaelA1130
## 5410        kisesdik
## 5411      aguilar_ve
## 5412      AssezPetra
## 5413  AzaleaReina_22
## 5414    Swiftnissity
## 5415       shrelockw
## 5416  wooseoksfanboy
## 5417      kanaa_babu
## 5418   MileApoDaily_
## 5419 MileApoFamPh524
## 5420   ayanyanmireii
## 5421        ufahad00
## 5422    missmarcymoo
## 5423  aromanticmarcy
## 5424   AntonyElijah3
## 5425   CherryMagic11
## 5426   Amazingshot22
## 5427       bunniebii
## 5428       mukashik0
## 5429      samyvanngo
## 5430 aliciasierra833
## 5431      Khunfern07
## 5432      Khunfern07
## 5433   Surya58154208
## 5434     lisandre480
## 5435  astrophysiques
## 5436     saikiatrist
## 5437   jackyqueeen95
## 5438     mariejoe939
## 5439     karmaversee
## 5440   sharma_ravi12
## 5441   anusharma1900
## 5442  Howlinharmony1
## 5443  Moms4EDFreedom
## 5444       jaguarrr0
## 5445  Nectar79767690
## 5446         AcrfIva
## 5447    Taenith_Rain
## 5448   Surya58154208
## 5449  uncannycrouton
## 5450 freakinglovit12
## 5451  zetsubou_sekai
## 5452   cannedmeatbob
## 5453      baby526526
## 5454     samsecular1
## 5455       Lan_zero8
## 5456 bemusedtraveler
## 5457   rawrnni4wonuu
## 5458          PoPk67
## 5459    Luiz28811170
## 5460       taehoeung
## 5461       junpilled
## 5462        kgnors79
## 5463         XSeculr
## 5464        leefam96
## 5465    figarogarica
## 5466    Luiz28811170
## 5467     babypeachy7
## 5468      laurenb700
## 5469    theirlkokomi
## 5470       4kitenshi
## 5471      RAdamonkey
## 5472        MSTRVLDZ
## 5473         twunkus
## 5474 isayheyyousayhe
## 5475       botilover
## 5476      baoziyuan_
## 5477     achilltatos
## 5478 femaIeboyfriend
## 5479     meowapomeow
## 5480    _CamillaFerr
## 5481        pansasun
## 5482 freakinglovit12
## 5483         bd_desu
## 5484  songfromasiren
## 5485 canineinthestar
## 5486   sunnivaixchel
## 5487       ponstirso
## 5488        BL_Steve
## 5489     crisalvessh
## 5490     BlNahuel_rp
## 5491     babypeachy7
## 5492       inkonacid
## 5493         jjeyttt
## 5494   DrFreshbutter
## 5495       fray2free
## 5496 KyupitasPudding
## 5497          HLNV01
## 5498 SHANTI_HIBIKASE
## 5499  monstercoached
## 5500        eyepain7
## 5501        bbunjiii
## 5502  tobiloveskashi
## 5503        josie_bl
## 5504       sarerunet
## 5505       catboycar
## 5506    robloxfemboy
## 5507       kdawg0113
## 5508   jackie_ellis3
## 5509   lifeinawalnut
## 5510   lifeinawalnut
## 5511      GestaltSea
## 5512       lalayciie
## 5513      snamhnapmo
## 5514     milky020621
## 5515       ilikedmcl
## 5516     FloralxLuna
## 5517    OrionsAether
## 5518   yat_oh_my_god
## 5519      suicidalqt
## 5520     Buildsumone
## 5521       abruti_bl
## 5522         Ranaska
## 5523    NatashaSerne
## 5524  nicostarryeyed
## 5525   fIyingfairies
## 5526 MeLoveoffjumpol
## 5527     Meawylonely
## 5528    ForeverlyJay
## 5529   lifeinawalnut
## 5530   handsomerhack
## 5531     spicy_cinna
## 5532   Hyacinthsaved
## 5533    THEBLOODLlNE
## 5534        Killy669
## 5535  uchihacaroline
## 5536   formywichapas
## 5537         __aifei
## 5538 SamikshyaRijal6
## 5539     tylrbrner22
## 5540          BL_T99
## 5541      tapiyocaaa
## 5542        mrcswtsn
## 5543   piyathidasiri
## 5544         mitsvra
## 5545         Jerr_BL
## 5546  doudou96077729
## 5547 kurenaifailtaru
## 5548         iwla_ie
## 5549    reckless_lie
## 5550    pencilsalaya
## 5551      mmmmmmkpbl
## 5552        LoversBf
## 5553  magicalgirlbia
## 5554      cherryutos
## 5555       allisah_c
## 5556     mobpsycho03
## 5557        Pinta_hh
## 5558      Bl_ackLucc
## 5559    LeaveMeA_Pls
## 5560  bluesky_mylove
## 5561    crystalkaeya
## 5562         sns1023
## 5563      luzslawyer
## 5564   SageStarling_
## 5565        daisyuie
## 5566          sareru
## 5567       sarerunet
## 5568    CVdepression
## 5569   amantedel__bl
## 5570        BxxcaRAT
## 5571  RealShuwaShuwa
## 5572     OnUrOwnKids
## 5573        KuuksKay
## 5574   touchsleeping
## 5575     johnson4b06
## 5576 almighty_HlTMAN
## 5577          zt6_bl
## 5578           pupmk
## 5579    asteroidyaoi
## 5580  yoonsweet_suga
## 5581         Ilydowa
## 5582      GBerdenova
## 5583       meiraLuvy
## 5584         ilyzoda
## 5585       DaBoonool
## 5586       MarsWicca
## 5587     yotasukeily
## 5588       Nellinson
## 5589    hualiantgcf7
## 5590      PacaNyeong
## 5591        _momokah
## 5592     Bl_Series24
## 5593     Bl_Series24
## 5594 biblebuildislyf
## 5595 kitty_witty_cat
## 5596       zanraxxpi
## 5597      yibonito13
## 5598       prim_attp
## 5599  ShinyHunter_LL
## 5600  DarrenHooper93
## 5601        httpmin_
## 5602         BL_2889
## 5603      pakuzunoha
## 5604    SelimSociety
## 5605       YaoiCanon
## 5606       shuscurse
## 5607      PFallinluv
## 5608     vancedalism
## 5609 sagittaurus61_4
## 5610       noraeshtt
## 5611       tobiyolos
## 5612    kerriibearii
## 5613    putrefizzing
## 5614       PissDoeng
## 5615       clownx_bl
## 5616      JaelaniKey
## 5617     Bl_Series24
## 5618       clownx_bl
## 5619  scampadversary
## 5620        agapemp3
## 5621    SuBLimeManga
## 5622     queer_mikey
## 5623         rcjpasl
## 5624  MutagenSamurai
## 5625       BL_Queen1
## 5626   illustrata_ai
## 5627    RoisinGalaxy
## 5628         bren_bl
## 5629   Only_MileyApo
## 5630    michaela__bl
## 5631 justthuyanhhere
## 5632       BL_Queen1
## 5633      jotakaktwt
## 5634      bl___spAce
## 5635      RotchillaL
## 5636          Pyibo_
## 5637      BL_chu_BL_
## 5638      pikabelial
## 5639        kncukier
## 5640     johnson4b06
## 5641    IichiroJingu
## 5642  MandyMoonspell
## 5643    IichiroJingu
## 5644       bl_wdmr_2
## 5645        18_91973
## 5646   inchargeofznn
## 5647 RamanSinghSahab
## 5648    Elysia_Aster
## 5649     SitaphaOpen
## 5650     mario_zuvic
## 5651       LZouzoune
## 5652       YoSoyNebu
## 5653     BettuSingh1
## 5654    _CamillaFerr
## 5655      aooblueryy
## 5656       clownx_bl
## 5657  PatrickFreyne1
## 5658          BL_RGH
## 5659       YonHachi_
## 5660       clownx_bl
## 5661       clownx_bl
## 5662       misyiiipp
## 5663    HazelynnRose
## 5664        fdssccc2
## 5665    wintaebear12
## 5666       mikkarrae
## 5667 DrillbotKillbot
## 5668   lacedcorsetry
## 5669        Hitch_Bl
## 5670          wxyay_
## 5671          bdk_bs
## 5672     RaysnYooms1
## 5673      aooblueryy
## 5674  Kamila60319204
## 5675    iyeloveslife
## 5676         bren_bl
## 5677   DehiscenceArt
## 5678  KittyliciousBD
## 5679 stan_bts_clc_dc
## 5680        anonHaak
## 5681     theflotilla
## 5682 20one_nnattawin
## 5683         Djang99
## 5684        bedknees
## 5685          Eriq72
## 5686        jaydnn_r
## 5687    mksharma4269
## 5688     theKilliam7
## 5689         Dimebob
## 5690   catgirlcrisis
## 5691    threadficfan
## 5692       samsbvcky
## 5693        Hitch_Bl
## 5694          kdtnof
## 5695 sfasciafamiglie
## 5696       aguila_bl
## 5697  MilkyWayBeyond
## 5698         mqkotoz
## 5699         hail_ge
## 5700  SUPAMASHOMMUEN
## 5701         bl_save
## 5702    lmaoguesshoe
## 5703        vbsliker
## 5704    letitsnow_05
## 5705        ktbugboo
## 5706   Lemonpartyman
## 5707 isaidwhatiwant2
## 5708      PPlove0011
## 5709 4yXk7dyd4AEoU1t
## 5710   Fujoshi4lifeu
## 5711    afaoundalove
## 5712       _nattbff_
## 5713  xxPusimasterxx
## 5714      PaulinaK55
## 5715 bootlegbootlegs
## 5716 xredcarpetgrave
## 5717 FlorenceBourgne
## 5718        gwiwolXx
## 5719  faulttolerant_
## 5720        gwiwolXx
## 5721   Suree13973122
## 5722      august6407
## 5723     SHOPonSHOP1
## 5724    pt_croissant
## 5725     bl_ooming13
## 5726 wheeinthefandom
## 5727       Con_kwest
## 5728   DramalandBlog
## 5729  Person35278572
## 5730 vuhnillabeandip
## 5731       Gee_Reads
## 5732     oockodzuken
## 5733  cattawin_lover
## 5734      PaulinaK55
## 5735   Kelli12482587
## 5736      Onixperado
## 5737  SamuelCasal666
## 5738      ghouIfiles
## 5739        kaesmoon
## 5740   kissable202bi
## 5741   lvrqueercntnt
## 5742   kissable202bi
## 5743        kaesmoon
## 5744      adamcharit
## 5745        briiii89
## 5746      keetiddies
## 5747       ana_coro2
## 5748   felidae_somni
## 5749        ricekink
## 5750 igt_8hotmailcom
## 5751         Arai8Zo
## 5752        naoomrak
## 5753      camedieval
## 5754        kkkute21
## 5755     ala_art_lab
## 5756   Dixon34235165
## 5757     joanedeluko
## 5758     Beenhakitty
## 5759        kato6301
## 5760   sangwooserror
## 5761        noxuanji
## 5762  yuriusarandalm
## 5763   MileApo__only
## 5764      marwane_bl
## 5765        akshsoab
## 5766 ManekiNekoAIArt
## 5767 20one_nnattawin
## 5768     inferiorcon
## 5769      Bunbearvk1
## 5770    JeiNostalgic
## 5771   thefluffydoll
## 5772  Lionheartglass
## 5773    Bl_shipper89
## 5774      RadHominin
## 5775     spin_act1on
## 5776         SayadlR
## 5777 Patricia_BTS_PT
## 5778     borbaiboong
## 5779      etrszsrr94
## 5780   slash_srv_ray
## 5781  ABARTH_Blog_BL
## 5782       CielsSimp
## 5783      kaeyamores
## 5784       altechist
## 5785       ROCKPICKR
## 5786   heavenlydazai
## 5787    apricotsushi
## 5788        QmediaFX
## 5789    hgjslapbunny
## 5790       hypsclera
## 5791  AngyCottontail
## 5792      rtArtBoost
## 5793       midoriirl
## 5794      daisypeony
## 5795          3touzi
## 5796     kanekieken6
## 5797   unresponsives
## 5798     SimplyShoyo
## 5799 thatmarineguy21
## 5800        YaelDraw
## 5801     hodlgoddess
## 5802      _chcow1nt_
## 5803      magne_toes
## 5804          kak_dc
## 5805     FliptheLast
## 5806      arisdesert
## 5807       s_germann
## 5808  MileApoHungary
## 5809     ArtSenseNFT
## 5810    ShiloTsukasa
## 5811      aguilar_ve
## 5812    irisdskye_95
## 5813      aesopcarls
## 5814 possiblycatgirl
## 5815   ilovestuffist
## 5816        izumipng
## 5817        ahihikos
## 5818 cherishxianxian
## 5819         tenoko1
## 5820       CINAMR0LL
## 5821     delta_sauce
## 5822 KCGZw4zMg6a07Zf
## 5823        wakanuii
## 5824   onlyduskheart
## 5825          dzit_u
## 5826        amli_art
## 5827         w3iying
## 5828     ClownBeeBTS
## 5829     makomo_1016
## 5830      nnguyenmoc
## 5831    MileApochest
## 5832    MileApochest
## 5833    MileApochest
## 5834   IMMAD10124612
## 5835       Vagelisp4
## 5836    pencilsalaya
## 5837    pencilsalaya
## 5838    RickWadeArt1
## 5839         w3iying
## 5840       EastH2023
## 5841         SSf1609
## 5842    taylorbwyatt
## 5843    boba_boobies
## 5844   Marco70389085
## 5845         EliLeno
## 5846     BristolMari
## 5847    kookoobaby22
## 5848 SpiritOfBichen_
## 5849         9294bff
## 5850         myac0re
## 5851 LoveOfLearning4
## 5852 heart_dreamerg7
## 5853  CookieDoh12345
## 5854     xingxing_er
## 5855 SpiritOfBichen_
## 5856     jokerphobix
## 5857       pawan2469
## 5858         okayyhe
## 5859       tommy__bl
## 5860       jeanorjan
## 5861      bl_artcult
## 5862 Born2LuvMileApo
## 5863       tommy__bl
## 5864 MileApoGuardVTS
## 5865   honeymins0613
## 5866     gea_russell
## 5867  kingduckington
## 5868        prdsd4na
## 5869        hibixcus
## 5870      BibleJMtul
## 5871        KUROKElP
## 5872      ludi__brnn
## 5873      piapia4356
## 5874        manzin_o
## 5875  giornogiomomma
## 5876 bwschildren_997
## 5877   XxUltramashxX
## 5878  trmgetontfloor
## 5879    Quirk_Zombie
## 5880         SSf1609
## 5881  Imm_MinJournal
## 5882  Imm_MinJournal
## 5883        wlweezer
## 5884         elcazen
## 5885 krislaurencio21
## 5886     tchaikovskv
## 5887    KNRNIsntHere
## 5888     blworld2603
## 5889       nyasougis
## 5890     blworld2603
## 5891    efferv3sc3nt
## 5892     chipslament
## 5893       izahmochi
## 5894    ZeldaMartiny
## 5895      gekenkshop
## 5896        de_Nia_l
## 5897 CreativeTouche4
## 5898       reidoniss
## 5899     AllieSoFeMe
## 5900   Xialu03276194
## 5901         vick_BL
## 5902   JaneSpendlove
## 5903   PollyRussell1
## 5904      DrKotobuki
## 5905 Born2LuvMileApo
## 5906  NatashaRowley7
## 5907        hmason22
## 5908    Shavlisclown
## 5909    jollof_rice_
## 5910     genetakav1c
## 5911      Bankaiwave
## 5912  RobertaRamsay7
## 5913        sds_levy
## 5914       Vance_Vaa
## 5915  newhumangenome
## 5916       YuiKarana
## 5917         KPW1453
## 5918    _yamaguchiss
## 5919   EmiliastansAi
## 5920  Kamila60319204
## 5921    JacobHuggins
## 5922        _Lily_Bl
## 5923    lettvcesalad
## 5924   acidframerate
## 5925   uxodexinnheru
## 5926     Shawol_Mint
## 5927        rsv69asr
## 5928   Chrisland1405
## 5929       dianaaley
## 5930      CINEMAT1CS
## 5931    fusion_phise
## 5932 Richardcolumnas
## 5933     StuartKells
## 5934       _BRICMICS
## 5935      ripperdu34
## 5936     charlmoment
## 5937       abruti_bl
## 5938    asphodelhoes
## 5939   zloy_kotik_bl
## 5940     eliasworthy
## 5941   MileApoDaily_
## 5942        uItrasun
## 5943 fallengodorochi
## 5944       getoskito
## 5945          chxhi_
## 5946   NyakiwaPuwusu
## 5947        AptonWin
## 5948    ST4RGU4RDIAN
## 5949    dr_fucker_md
## 5950  everything_bl_
## 5951  vocaloidfagboy
## 5952    kuromorisuzu
## 5953        YingNoah
## 5954       snekpross
## 5955        elias_BL
## 5956     GINA__BEARS
## 5957   VGriffithsimp
## 5958      jovzzbabii
## 5959   animelover549
## 5960    superpablo67
## 5961    EXOFOREVER98
## 5962         KJB1834
## 5963    kennythecrow
## 5964      PROSHlPPER
## 5965       exdrainer
## 5966         okil_98
## 5967       eluvstae_
## 5968  saranghaeken00
## 5969         cxxotic
## 5970   illustrata_ai
## 5971      broken_exe
## 5972      mikan_cles
## 5973      rommoreira
## 5974     ADerekMoore
## 5975          HO__Bl
## 5976          bkdkho
## 5977 Blackpe45381430
## 5978      bbsdoublep
## 5979       sinsokun0
## 5980   Bunbun_future
## 5981       ahgachuu_
## 5982       abruti_bl
## 5983   ellipsometry_
## 5984       dalitza_r
## 5985 Christi78619456
## 5986 icecreamsundaz3
## 5987       saintxrys
## 5988   ngoanhthu0406
## 5989   colour_fetish
## 5990       abruti_bl
## 5991 79wasagreatyear
##                                                                                                                                                                                                                 text
## 1                                                                       RT @K_Kentin_Rose: @yslppe Rightttt im actually hesitating to call them bl actors for some reason, cause as an actor they really just stand…
## 2                                                                       RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 3                                                                                                                                                           RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4                                                                   RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 5                                                                                            RT @karimnas_: Same-sex relations in an 18th century Ottoman manuscript https://t.co/prz6uHEwJd https://t.co/wFyYk6gO0T
## 6                                                                       RT @darkestdollx: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @…
## 7                                                                       RT @BadBeanLLC: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wala…
## 8                                                                      RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 9                                                                  RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 10                                                                                                                                                    RT @gdzmenu: IM PISSING MYSELFJDHAGHSH https://t.co/eP2RpB3uq3
## 11                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 12                                                                    RT @PanthersCulture: Byron Leftwich is in a no-win situation.\n\nWhen Tom Brady was producing, BL got some hype, but it was mostly because To…
## 13                                                                   RT @shainn_rgkysb: ー☆ busco mutuals !! \n\nno soy nueva en #anitwt #animetwt #genshintwt 。⁠☆\n\n› jojo's, jjk, mob psyco, haikyuu, free, death…
## 14                                                                                                                                                             RT @hamstersmp4: on a mission https://t.co/eTSfGIQr8C
## 15                                                                      RT @Killmoenetwork: 4-YEAR-OLD STRUCK BY VEHICLE: 3400 Bl. Of Holmeade Pl. N.W: Dcfd is on the scene of a pedestrian struck involving a 4-y…
## 16                                                                                                                         RT @thankfulforchan: “STRAY KIDS EVERYWHERE ALL AROUND THE WORLD” https://t.co/dMAv9QvRDs
## 17                                                                      RT @Killmoenetwork: 4-YEAR-OLD STRUCK BY VEHICLE: 3400 Bl. Of Holmeade Pl. N.W: Dcfd is on the scene of a pedestrian struck involving a 4-y…
## 18                                                                      RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…
## 19                                                                   RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 20                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 21                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 22                                                                    RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…
## 23                                                                                                     RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 24                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 25                                                                       RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 26                                                                  RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 27                                                                                                  RT @hourlybinsung: jisung screaming “SPEARB” before changbin’s part and him EATING IT UP https://t.co/IXyE9srv2b
## 28                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 29                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 30                                                                                                            RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 31                                                                                                                                                  RT @straynations: the plot development 💯 https://t.co/6Ne25gut9v
## 32                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 33                                                                                RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 34                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 35                                                                                                            RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 36                                                                       RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 37                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 38                                                                      RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…
## 39                                                                                                                                                          RT @BCHANPIC: CHRISTOPHER??????? https://t.co/DhoBajREfW
## 40                                                                                                                                                             RT @hanjiclips: SMILEY HAN 😭\nhttps://t.co/gw9WlInaDN
## 41                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 42                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 43                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 44                                                                   RT @holybibs: SO THEY PROLLY FILMED THIS SCENE AND THEY CUT IT OUT?! BECAUSE THE PAJAMA LOOKS THE SAME WITH THE NOVEL VEGAS 😭\n\n꒰ #BibleBuil…
## 45                                                                      RT @btsthroughyears: 3 years ago today, @BTS_twt won all 4 Daesangs of MMA and made history by being the first (and only) artist to achieve…
## 46                                                                   RT @RebirthShadows: Chinese zodiacs of Pansy. Seen yours yet?\nPansy: https://t.co/zVLOikJWjB |Webtoons https://t.co/Atdf3E0SWk\n\nPansy (c) K…
## 47                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 48                                                                  RT @LeahLibresco: I love this plan for Eucharistic processions across the country in 2024. \n\nStarting in:\n-San Francisco\n-the tomb of Bl Mi…
## 49                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 50                                                                     RT @chunwei74: Officially introducing my original BL novel called Settlement🥳\n\nI started from January and it finally reached its ending on…
## 51                                                                                                          RT @captainCB97s: LOOK AT CHAN..HE WAS GENUINELY SO SHOCKED, HE’S SO PRECIOUS 😭😭 https://t.co/F5bC9BgxmJ
## 52                                                                  RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 53                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 54                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 55                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 56                                                                                                                                                               RT @lowkeeeeeyyyyy: strict parents raise good liars
## 57                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 58                                                                    RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 59                                                                       RT @ymeskaoui: We need to wake up! What #Balenciaga did was on purpose and not an error. The woke mob is executing an AGENDA that tries to…
## 60                                                                 RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 61                                                                  RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 62                                                                    RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 63                                                                 RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 64                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 65                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 66                                                                      RT @yslppe: @pearl_nikkie there are some if you searched "perth chimon" here in twt. so many bl stans were newly born from c0vid era, i'm t…
## 67                                                                     RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 68                                                                      RT @ChelseaismyL: Zee Pruk Panich is an actor he made his debut in 2016 being active since 2018.he had played more straight roles thn bl ro…
## 69                                                                     RT @shoujocrave: Josei girls love manga "She loves to cook, and she loves to eat" launches a charity project for same-sex marriage!\n\n"I've…
## 70                                                                  RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 71                                                                                                                                                  RT @thinkskztxt: I.N AND BEOMGYU HUGGING https://t.co/xoMYknBdfl
## 72                                                                      RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 73                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 74                                                                                                                                                    RT @fayepjm: there is tears in my eyes https://t.co/fdCR45OIt5
## 75                                                                    RT @artmarteau: @illustrata_ai @joynxyz @amli_art @bl_artcult 𝘛𝘩𝘦 𝘞𝘦𝘪𝘨𝘩𝘵 𝘖𝘧 𝘛𝘩𝘦 𝘞𝘰𝘳𝘭𝘥 𝘐𝘴 𝘖𝘧𝘧 𝘔𝘺 𝘚𝘩𝘰𝘶𝘭𝘥𝘦𝘳𝘴\n#expressionwithmeaning \n2nd Entry…
## 76                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 77                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 78                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 79                                                                  RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 80                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 81                                                                                                                                   RT @smolsungies: THEY ARE SO GORGEOUS IM SPEECHLESS.... https://t.co/cm1rVs6NiC
## 82                                                                                                     RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 83                                                                      RT @peachyIaurent: I don’t even care about bl actors personal lives but I love to hear the gossip and theories cause I’m nosy and just like…
## 84                                                                    RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 85                                                                 RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 86                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 87                                                                    RT @Dominiquetaegon: #BalenciagaGate gets sicker. \n\nThese are just some of the sickening posts from Balenciaga’s main stylist’s Instagram p…
## 88                                                                                            RT @biumipastelito: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/0J0tPQWi9W @TheTopFamous
## 89                                                                    RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 90                                                                                                     RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 91                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 92                                                                                RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 93                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 94                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 95                                                                 RT @thebottomlounge: 🦂SUPPORT ADDED🦂\n@nightspicemusic &amp; @weekendrunclub will be supporting @Emarosa this Saturday, December 3rd. Tickets ar…
## 96                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 97                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 98                                                                   RT @PapalZouaveUS: HYMN OF THE PONTIFICAL TROOPS TO THE HOLY FATHER (Bl. Pope Pius IX, 1867)🇻🇦\n\nThe clamor of warrior trumpets.\nIn the pres…
## 99                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 100                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 101                                                                 RT @lovecastpodcast: It's the most wonderful time of the year - the annual #GMMTV2023 showcase 🙌 Join us as we talk through all the #BL &amp; #…
## 102                                                                             RT @yeonfarie: hiyyih and huening kai seeing each other on stage and on awarding shows is just so precious 😭 https://t.co/QPNnqWGKJa
## 103                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 104                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 105                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 106                                                                     RT @zongzi0428: #artistsontwitter  Hi, I draw me and my friend's BL oc couple, I also have my own BL manga on my page please enjoy. https:/…
## 107                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 108                                                                RT @thebottomlounge: 🦂SUPPORT ADDED🦂\n@nightspicemusic &amp; @weekendrunclub will be supporting @Emarosa this Saturday, December 3rd. Tickets ar…
## 109                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 110                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 111                                                                     RT @TRtheTitan: “The joy of life is a very good thing, and while work is the essential in it, play also has its place.” - Theodore Roosevel…
## 112                                                                     RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 113                                                                 RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 114                                                                     RT @ladyofethylene: This comic really gives me the same feelings as read Cherry Blossom After Winter..🌸🌸🌸\nI mean those happiness, comfort,…
## 115                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 116                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 117                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 118                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 119                                                                                                                                         RT @knjgIoss: some of y’all just wouldn’t get it https://t.co/NAettqfJgH
## 120                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 121                                                                     RT @forblebiu: either pete was still lingering inside biu's mind or he was worried for bible because he kept glancing at the younger https:…
## 122                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 123                                                                     RT @TRtheTitan: “The joy of life is a very good thing, and while work is the essential in it, play also has its place.” - Theodore Roosevel…
## 124                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 125                                                                                                                          RT @maxtuIover: now imagine biu playing a role like this one 😳\nhttps://t.co/E9wwfM7Z6H
## 126                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 127                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 128                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 129                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 130                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 131                                                                                                                                   RT @Enviosity: Liben literally the best NPC in Genshin https://t.co/jErgo8HWqS
## 132                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 133                                                                                                        RT @wichapasluve: oh his body is immaculate tho 😣\n\n#BuildJakapan #Beyourluve \n https://t.co/obh6YosuPW
## 134                                                                                                                                      RT @GageBA: 🏀 Can we talk about 12/17 for a minute? https://t.co/P7oZmqQ25o
## 135                                                                                                                                      RT @littlethunderr: Wednesday 2022 | Wednesday 1993 https://t.co/1CnW9ghvhe
## 136                                                                                                                                                   RT @RiseFallNickBck: It was to us all. https://t.co/MeCMvMUlvF
## 137                                                                      RT @holybibs: this was when the prop knife drop to build's feet and hurt him. but look at bible despite him being tired and ask him with a…
## 138                                                                                                                                         RT @loveIycbg: low quality but it's choi beomgyu https://t.co/40DVbiqgv2
## 139                                                                                                                                         RT @bangtinyboyys: No one can touch their level\nhttps://t.co/zStf4SJnRb
## 140                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 141                                                                       RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 142                                                                                 RT @holybibs: NOT HIM JUST STANDING THERE WHILE EVERYONE WATCHED HIM \n\n꒰ #BuildJakapan #Beyourluve ꒱ https://t.co/8ooOFJrQfh
## 143                                                                                                          RT @wichapasluve: so pretty even when asleep 😴 💙\n\n#BuildJakapan #Beyourluve \nhttps://t.co/DUTt5nGWjH
## 144                                                                     RT @peachyIaurent: I don’t even care about bl actors personal lives but I love to hear the gossip and theories cause I’m nosy and just like…
## 145                                                                 RT @BLUPDATE2022: Office Romance awaits you in Thai BL next year, 2023:\n\n1. Bed Friend (Mandee)\n2. The Middleman's Love (Mandee)\n3. Wish Me…
## 146                                                                                                                                     RT @biblegatito: suddenly i miss my good partners 🤲🏻 https://t.co/r8oj1b5cXa
## 147                                                                                                                          RT @wichapasluve: THE TINY SWEATER PAWS 😭😭 \n\nIM DEVASTATED 😭😭 https://t.co/denbIl62d8
## 148                                                                                                                                           RT @YouTube: drop a video you’ve watched more times than you can count
## 149                                                        RT @Qs3488: Let's all follow 👉 @UbaidKhaan &amp; 👉 @HammadH42886717  they follow back!🙋‍♀️ \n🦋❕🟣🟣\n❕  🟣🟡🟣\n❕❕🟣🟣\n❕❕  🌱 🌹 #flow_bl 🌹\n@xvnv \n@Qs3488…
## 150                                                                               RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 151                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 152                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 153                                                               RT @BL_Scenery: ✨ BL SERIES AND MOVIES FOR DECEMBER 2022\n\n01 - #OhMyAssistant 🇰🇷\n02 - #MySchoolPresident 🇹🇭\n02 - #609BedtimeStory 🇹🇭\n03 - #…
## 154                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 155                                                             RT @SatorRotas: Blitz version of "I'm always chasing rainbows"\n\n(sticker &amp; other stuff of this in my shop: https://t.co/93rCgrwYbD)\n\n#Hellu…
## 156                                                                     RT @Dem_Adv: @KateSwaffer @chrissythelker @DementiaAllianc Unfortunately we sometimes need to repeatedly use the inclusive positive languag…
## 157                                                                 RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 158                                                                        RT @biuberryluve: everybody fighting cutely and these two competitive mfs be out there kicking each other like 😭\n\n#BibleBuild #ไบเบิ้ลบิว…
## 159                                                                                                                                                         RT @rmvsjk: a hilarious thread — https://t.co/ALrwGSfwTT
## 160                                                                                                                                                                                   RT @marxhaunting: Dear Engels,
## 161                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 162                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 163                                                                RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 164                                                                                                                                    RT @jsaturfiles: jeffy in the middle of everything 🤣🤣 https://t.co/d8q2xTunOk
## 165                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 166                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 167                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 168                                                                                                                                        RT @forblebiu: that tiny glimpse of pete's tattoo https://t.co/Gxs3y3FDg4
## 169                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 170                                                                                                                           RT @chuchugou: NSFW #原神 #Alhaitham \nThose look heavy king 🤲 https://t.co/aE93ACGJiM
## 171                                                                         RT @fudrilshi: write the callout post for the 500th time you fucking moron. Go ahead, see if i dont block your ass and keep posting BL .
## 172                                                                     RT @biuberryluve: pls i didn't know they had to hit with belt for real 😭... even tho they probably didn't hurt for real , it must've been s…
## 173                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 174                                                                                                                                                              RT @fatfatpankocat: Bedtime https://t.co/IFA1TIZB8T
## 175                                                                RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 176                                                                                                            RT @lahaijiaojiao: Lappland and Zorua trainer gallery\n\n#arknights #明日方舟 https://t.co/58ikTh6kdj
## 177                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 178                                                                                                      RT @_LeMissem: Just a break for some art of the Captain ⛓️\n#Capitano #GenshinImpact https://t.co/ZOaCo1gH73
## 179                                                                                                               RT @bibblesummett: Please He is so cute 🤏🏻🥺\n\n#BuildJakapan @Buildbuilddd https://t.co/fYSLv3Vy98
## 180                                                                                                                                             RT @JaydisHIM: These anime voiceovers dawg💀💀 https://t.co/aaVtCwj9Up
## 181                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 182                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 183                                                                   RT @red_loeb: 30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v @BLMedieval h…
## 184                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 185                                                                  RT @holybibs: SO THEY PROLLY FILMED THIS SCENE AND THEY CUT IT OUT?! BECAUSE THE PAJAMA LOOKS THE SAME WITH THE NOVEL VEGAS 😭\n\n꒰ #BibleBuil…
## 186                                                                                         RT @cclodye: YALL TELLING ME THEY ACTUALLY FILMED FOR THE COCO SCENE BUT IT'S NOT BEING AIRED??? https://t.co/QBtubcerGD
## 187                                                                    RT @obskyr: Here's a manga I've seen a *lot* of buzz about in Japan, but none in the West… Hikaru ga Shinda Natsu.\nTwo boys in the countrys…
## 188                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 189                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 190                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 191                                                                     RT @Law_Solidarity: Delighted to launch my new oral history project, working with @BL_OralHistory to develop an archive of oral history int…
## 192                                                                     RT @tinachoding: @emprssofemerald @Intrepid_Poppy yes! all pretty much saying the same thing but very cool that it's based off an actual sw…
## 193                                                                                                                           RT @chuchugou: NSFW #原神 #Alhaitham \nThose look heavy king 🤲 https://t.co/aE93ACGJiM
## 194                                                                    RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 195                                                                                                                                                               RT @chaoticcatpics: catᶜᵃᵗ https://t.co/EPz2cI7x70
## 196                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 197                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 198                                                                                                                                            RT @blobbynfriends: More buff ladies please 🙏 https://t.co/OsbhcAZAlC
## 199                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 200                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 201                                                                                                                                                   RT @fatfatpankocat: She has a question https://t.co/G9AppuRp57
## 202                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 203                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 204                                                                      RT @mhereonlyforbts: Never forget when someone said "mono" feels like u're locked urself in a small dark room your whole life, but instead…
## 205                                                                                                                                                          RT @DsInsects_: them🐱🐶#wenclair https://t.co/HUvgqtxQXc
## 206                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 207                                                                                      RT @SWJE0N: #taekookau🔞 where jungkook does the ‘texting my brother’s best friend i need him’ trend https://t.co/dw8AinRKZ9
## 208                                                                     RT @that70sdaiIy: leia forman having the same mannerisms as her dad eric is everything to me. that 90s show i love you already https://t.co…
## 209                                                                      RT @holybibs: this was when the prop knife drop to build's feet and hurt him. but look at bible despite him being tired and ask him with a…
## 210                                                                               RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 211                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 212                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 213                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 214                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 215                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 216                                                                                                                                                      RT @DontShowYourCat: the guest room https://t.co/dCas2gNbLn
## 217                                                                     RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 218                                                                                                                               RT @CATBRAINCELL: I took this pic last night LOOK AT HER.. https://t.co/JG6LhsAbh2
## 219                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 220                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 221                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 222                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 223                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 224                                                                                  RT @clubfmphilly: Billionaires Try to Shrink World's Population, Report Says\n\nhttps://t.co/nGKGuDUSrb https://t.co/68f3fWICVk
## 225                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 226                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 227                                                                RT @TapiDeL369: Happy Birthday, Kaeya!!💐✨\nYou can be confident that everyone loves you.\n\n※ The comic has 8 pages in total.\n※ Sorry, this is…
## 228                                                                                  RT @clubfmphilly: Billionaires Try to Shrink World's Population, Report Says\n\nhttps://t.co/nGKGuDUSrb https://t.co/ANMxPDAltF
## 229                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 230                                                                    RT @obskyr: Here's a manga I've seen a *lot* of buzz about in Japan, but none in the West… Hikaru ga Shinda Natsu.\nTwo boys in the countrys…
## 231                                                                                  RT @clubfmphilly: Billionaires Try to Shrink World's Population, Report Says\n\nhttps://t.co/nGKGuDVqgJ https://t.co/gMIXuBJVhT
## 232                                                                   RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 233                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 234                                                                   RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…
## 235                                                                  RT @PapalZouaveUS: HYMN OF THE PONTIFICAL TROOPS TO THE HOLY FATHER (Bl. Pope Pius IX, 1867)🇻🇦\n\nThe clamor of warrior trumpets.\nIn the pres…
## 236                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 237                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 238                                                                     RT @LadyBae05: @jewelwidgets @MayXian3 Um hate to break it to you sweetheart but your fave filmed a BL drama as well. All shippers are wait…
## 239                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 240                                                                RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 241                                                                     RT @jordieseay: Nah cause I want a main character in a BL to be so exceedingly flamboyant that it make y'all uncomfortable. Give them a hap…
## 242                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 243                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 244                                                                     RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 245                                                                RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 246                                                                RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 247                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 248                                                                                                                                        RT @9GAG: Which one are you?\n\n✍🏻 @genildoronchi https://t.co/nedQEEHMEi
## 249                                                            RT @a_kaeyada: Happy birthday kaeya!🍷✨🤺\nNo one may have known his birthday when he was new to the Ragnvindr family!🎂👀\n#ガイア生誕祭2022 https://t…
## 250                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 251                                                                 RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 252                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 253                                                                   RT @Castricone: Let's do this #HuskyNation! Heisman voting is already open and votes need to be cast by Monday afternoon.\n\nGO DAWGS!!!!!!!!…
## 254                                                                      RT @Castricone: Remember, we're looking for AP poll voters, FBS beat writers, local sports radio talk show hosts and FBS play-by-play guys…
## 255                                                                  RT @Castricone: Again, the numbers for @themikepenix boggle the mind:\n\n#1 FBS in pass ypg (by a LOT)\n#1 FBS in 3rd down conv\nLed UW #1 FBS…
## 256                                                                     RT @Castricone: So, it'll take some digging, and some tweeting, and some real effort, but if we want it more, we can get this done. Let's g…
## 257                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 258                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 259                                                                     RT @Castricone: The hard part is: there is no national list. You can't find all 900 names aggregated in one place. But, Heisman voters usua…
## 260                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 261                                                                     RT @Castricone: Also, the Heisman is a ranked-choice voting system, where everyone votes for a Top 3. They can even vote for the guy from t…
## 262                                                                     RT @Castricone: We need to get this amazing UW content (videos, images, stats, stories) in front of THEM, the local reporters whose votes c…
## 263                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 264                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 265                                                                     RT @Castricone: Here's how the voting works: there are over 900 voters for the Heisman Trophy. The VAST MAJORITY of them are NOT national m…
## 266                                                                     RT @Castricone: Alright, #HuskyNation, I've got an idea on how we can build a grassroots campaign and help get @themikepenix to New York Ci…
## 267                                                                 RT @equitybruin: pac-12 team national rankings in offensive points per drive\n\n#1 USC 3.9 points per drive\n#2 UW 3.85\n#3 UCLA 3.7\n#6 Oregon…
## 268                                                                  RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 269                                                                                                           RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 270                                                                   RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…
## 271                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 272                                                                   RT @red_loeb: 30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v @BLMedieval h…
## 273                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 274                                                                     RT @ProfHolloway: Octavia Butler told me one of the failures of sci-fi /fantasy was its inability to imagine the alien other as anything di…
## 275                                                                     RT @Coffeshere: The Prince in the Garden #1, BL/Queer manga, Kickstarter is live! If you like vintage manga and want to see a new take on f…
## 276                                                               RT @Elementl_: Just finished setting up Twitter tags for the ABK AA cast! Go post your tech!\n\n#ABKAA_AK\n#ABKAA_MY\n#ABKAA_SA\n#ABKAA_KA\n#ABKA…
## 277                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 278                                                                     RT @NdzaviDerrick: JSE-listed Spar sold a  Mega SuperSpar in Midrand for R1,000 before being sold three weeks later to the same buyer for R…
## 279                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 280                                                                  RT @po9105: @Tawan_V @new_thitipoom P'Tay P'New Thank u so much for the special happy timeㅠㅡㅠ🍒  "After a three-year ice age, we will be per…
## 281                                                                   RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…
## 282                                                                 RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 283                                                                RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 284                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 285                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 286                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 287                                                                   RT @Daria_Rastunina: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \n"Another day" and "Rest under the moon"\nThe work…
## 288                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 289                                                                                                            RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 290                                                                   RT @THREEHUNDREDay: THREEHUNDRED blog new post\nhttps://t.co/LrIvAMNZWz\n#abarth #threehundred #abarthpunto #abarthpuntoevo https://t.co/38Xc…
## 291                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 292                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 293                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 294                                                                                          RT @karimnas_: Same-sex relations in an 18th century Ottoman manuscript https://t.co/prz6uHEwJd https://t.co/wFyYk6gO0T
## 295                                                                      RT @xonorika: Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizing this!!…
## 296                                                                 RT @ThaiBLChannel: NEW VIDEO: 7 Hottest BL Series To Watch in December 2022!\n\nhttps://t.co/RwsyZXo1J1\nhttps://t.co/RwsyZXo1J1\nhttps://t.co/…
## 297                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 298                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 299                                                                           RT @Thelocal_idi0t: Apparently I read comics now\n \n#shucream_bl #Indiedev #kawaii\n\nhttps://t.co/wg9LlaWFjH https://t.co/EximOTS9su
## 300                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 301                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 302                                                                                                                                  RT @kthsorion: baby getting shy singing his own song 😭  https://t.co/nOY2TkMXyi
## 303                                                                  RT @Driven247yt: 595 Competizione with some carbon goodies 🖤\nhttps://t.co/PtlClGqvES for blog post from this meet. \n•\n#abarth #abarth595 #a…
## 304                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 305                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 306                                                                    RT @paisky_comfortz: The most beautiful proposal in bl history.\n\n #LoveinTheAirSpecialEP #PrapaiSky #PrapaiSkyStory https://t.co/cKIueQFRSj
## 307                                                           RT @erisxekso: EXO SMTOWN CONCERT SETLIST ✨🎶\n\n- LOVE SHOT\n- CALL ME BABY\n- LUCKY ONE\n- ARTIFICIAL LOVE\n- PLAYBOY\n- YA YA YA\n- GROOVE\n- GROW…
## 308                                                                     RT @jordieseay: Nah cause I want a main character in a BL to be so exceedingly flamboyant that it make y'all uncomfortable. Give them a hap…
## 309                                                                                              RT @theexosource: 첫눈 (First Snow) is now trending #1 on Melon search, following first snow in Seoul. @weareoneEXO
## 310                                                                                                                                            RT @porr_patlnwza55: NOOO U DONT UNDERSTAND-- https://t.co/Ym9OZwv4te
## 311                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 312                                                                                                                                  RT @kokokbop: FIRST SNOW IN SEOUL?? 🤩❄️ @weareoneEXO \n\nhttps://t.co/kufN0SHgNX
## 313                                                                                          RT @Kyoongs_Luv: “This is a way to make our EXO-Ls to be more happy, so that they can see the complete EXO”, LAY(2022).
## 314                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 315                                                                  RT @ABARTH_Blog_BL: [Abarth BLACK LABEL] New Abarth 695 Tributo 131 Rally (2023) | LAST ICE ABARTH ? | Visual Review, Exterior &amp; Interior:…
## 316                                                                   RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 317                                                                                                                    RT @minandchan: Lee know really makes Chan laugh in a way no one does https://t.co/ErrCaHiRDd
## 318                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 319                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 320                                                                     RT @_sara_jade_: Morrison greets Turnbull. BL compressed lips withholds truth. Chin jut a confrontational gesture. Displays dominance, inti…
## 321                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 322                                                                      RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 323                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 324                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 325                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 326                                                                     RT @tbaudinette: I am really excited for #NeverLetMeGotheseries! @GMMTV are increasingly branching out into creating original #BL narrative…
## 327                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 328                                                                     RT @lancefrmdabean: One thing about Big O is they gonna air it out!! 2 Receivers with 1,000+ yards on the year!! Always a entertaining show…
## 329                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 330                                                                       RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 331                                                                     RT @mikaelamattes: John Schneider loved both Mahomes and Allen in their draft classes. He didn’t dare select a QB with Wilson on the roster…
## 332                                                                     RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…
## 333                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 334                                                                     RT @Morph_VGart: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wal…
## 335                                                                    RT @Tappy_toon: How did I get myself involved with this hot gangster? This relationship is far from NORMAL! 👀⚡️\n\n‘The Words In Your Snare’…
## 336                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 337                                                                                                                              RT @Vance_Vaa: @fudrilshi @getoskito I cure my mental breakdowns with BL since 2018
## 338                                                                     RT @mikevorel: Under Grubb and head coach Kalen DeBoer — whose own two-year extension was announced last week — UW ranked first in the nati…
## 339                                                                     RT @mikevorel: BREAKING: UW offensive coordinator Ryan Grubb agreed in early November to a two-year contract extension through 2025, a sour…
## 340                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 341                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 342                                                               RT @tinyhsoo: top 50 best bl manhwa/hua/ga's couple chemistry !! ☆\n\n#18 - Hojun &amp; Seunghyun, The Good Teacher (10 437 votes; 1,4%) ☆ https:…
## 343                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 344                                                                     RT @coker_UDub: If Penix announces he is coming back you will not find a more insufferable doog in the entire universe than what I will unl…
## 345                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 346                                                                                RT @PFF_College: Michael Penix Jr.: 2,378 passing yards on 10+ yard throws\n\nRanks 1st in the Power 5🎯✅ https://t.co/zd7GR97zjZ
## 347                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 348                                                                                          RT @heyitsmizuu: Oh no 😧😂😂 #Jinx #BL #Yaoi #yaoibl #manhwa #manhwarecommendation\n\nSauce: Jinx https://t.co/T9Y5UNWbo5
## 349                                                                     RT @Morph_VGart: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wal…
## 350                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 351                                                                                                               RT @RiGunna: Me and my friends will nickname yo ass so fast… “Girl why big jeans just text me” 😂🥴🔥
## 352                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 353                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 354                                                                      RT @JoshuaConkel: There’s a weird cultural thing at play right now where some young people think they’re progressives while actually being…
## 355                                                                 RT @Irodori_Sakura: 【🚨Black Friday Sale🚨】\n\nCheck out Irodori Sakura's SFW store where you'll find amazing Yuri, BL and LGBTQ+ stories on sa…
## 356                                                                     RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 357                                                                   RT @BL_Scenery: POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2023 on C…
## 358                                                                     RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 359                                                                 RT @MrROHughes: Canlyniad Bl 11 | Year 11 Results🏆⚽️🏴󠁧󠁢󠁷󠁬󠁳󠁿\n\n@Cwmrhymni 5 - 3 @Croesype \n\nHuge thank you to Croesyceiliog for reversing the…
## 360                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 361                                                               RT @13abc: Sheetz Freaks rejoice! Sheetz announces plans to expand to Toledo and Detroit. &gt;&gt; https://t.co/fZR0bGIQic https://t.co/aKbSdvK0AG
## 362                                                                                                                    RT @sportscardcoder: Justin Jefferson 2020 Panini Bl #ad #sportscards https://t.co/SN1bpHDkOj
## 363                                                                 RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 364                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 365                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 366                                                                   RT @red_loeb: 30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v @BLMedieval h…
## 367                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 368                                                                                                                         RT @Emarosa: CHICAGO. 5 DAYS. \nTICKETS: https://t.co/tghgZRfTi9 https://t.co/QQmkgX5n1U
## 369                                                                      RT @xonorika: Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizing this!!…
## 370                                                                     RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 371                                                                      RT @xonorika: Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizing this!!…
## 372                                                                                                                                                                         RT @rjmxrelll: stay &amp; keep me please
## 373                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 374                                                                 RT @anevilbunny: I'm a little late with this, but here it is!💖\n\nPercy belongs to me\nTigro belongs to @OjitosVerres \n#twst_BL #twstoc #twst_…
## 375                                                                     RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 376                                                                                                                    RT @misamxsa08: its been too long since i drew them #prsk_FA #prsk_BL https://t.co/bhUajKYAX8
## 377                                                                                              RT @GISEOK4EVA: when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…
## 378                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 379                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 380                                                                   RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 381                                                                     RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 382                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 383                                                                    RT @obskyr: Here's a manga I've seen a *lot* of buzz about in Japan, but none in the West… Hikaru ga Shinda Natsu.\nTwo boys in the countrys…
## 384                                                                                                            RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 385                                                                     RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 386                                                                                                                                     RT @chaewonsarchive: cute concept chaewon crumbs \n\nhttps://t.co/pkqnnEkG2M
## 387                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 388                                                                   RT @HoodHusky: I know JD was very interested in UW before committing to Texas.\n\nSpin the block, come see what the Program has cookin now! @…
## 389                                                                     RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see students enga…
## 390                                                                      RT @wy4att: Extremely Blessed and Thankful to have received an offer from The University of Washington ! ☔️ @PlayerProMorgan @WilliamInge1…
## 391                                                                  RT @tkhell_: Hbd to the sweetest angel ever I'll always be by your side bby whatever you do, I just want u to be happy my little angel &lt;3 🦋…
## 392                                                                     RT @janelhops: I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problematic. The r…
## 393                                                                 RT @MyBLCalendar: How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happen?\n\n#M…
## 394                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 395                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 396                                                                     RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 397                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 398                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 399                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 400                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 401                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 402                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 403                                                                                                                                                       RT @tragicbirdapp: he’s too strong https://t.co/5swURRVY7p
## 404                                                                   RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 405                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 406                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 407                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 408                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 409                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 410                                                                  RT @fckedupdreamer: Sanemi X Tokito is my top OTP, and Kanroji is a happy shipper\n\nHD: https://t.co/iW2mtmRfwO\n\n#bl #boyslove #demonslayer…
## 411                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 412                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 413                                                                   RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 414                                                                    RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 415                                                                 RT @world_of_bl_com: Updated BL calendar for November 2022\n\n_________________________________\n\nWebsite: https://t.co/xxX9fVZLSd\nSupport me…
## 416                                                                     RT @RentaMangaStore: Asahi and Kei used to be inseparable, but that all changed when Asahi was diagnosed as an omega in high school and Kei…
## 417                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 418                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 419                                                                     RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 420                                                                     RT @red_loeb: @DCFDavisson @BLMedieval See for example the Royal Proclamation of 16 November 1538 which was issued jointly by Henry VIII an…
## 421                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 422                                                                   RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 423                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 424                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 425                                                                     RT @Rainbow3031: @nanazunshine I honestly never seen other BL CP explaining to their partner when they play new series with other ppl 'it j…
## 426                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 427                                                                     RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…
## 428                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 429                                                                     RT @RossiAtanassova: I have published a blogpost about the progress with my AHRC-RLUK Professional Practice Fellowship project: https://t.c…
## 430                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 431                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 432                                                                     RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 433                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 434                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 435                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 436                                                                     RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…
## 437                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 438                                                                      RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 439                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 440                                                                      RT @cityofhope: Today is the day! This #GivingTuesday, you can make 5X the difference in the lives of people fighting cancer and give them…
## 441                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 442                                                                     RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 443                                                                     RT @jimmy_darke: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @K…
## 444                                                                     RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…
## 445                                                                     RT @BadBeanLLC: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wala…
## 446                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 447                                                                     RT @Law_Solidarity: Delighted to launch my new oral history project, working with @BL_OralHistory to develop an archive of oral history int…
## 448                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 449                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 450                                                                                                                                                 RT @ynbnbaby: This looks like a bl drama https://t.co/8Snj4f7lAR
## 451                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 452                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 453                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 454                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 455                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 456                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 457                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 458                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 459                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 460                                                                     RT @Law_Solidarity: Delighted to launch my new oral history project, working with @BL_OralHistory to develop an archive of oral history int…
## 461                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 462                                                                                       RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 463                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 464                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 465                                                                     RT @fantasticplanet: Loving this space! So great to hear the voices of @delta_sauce and @bl_artcult speaking on their work and marketing kn…
## 466                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 467                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 468                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 469                                                                 RT @LeahLibresco: I love this plan for Eucharistic processions across the country in 2024. \n\nStarting in:\n-San Francisco\n-the tomb of Bl Mi…
## 470                                                                                                                                   RT @ganen_cheese: Let's have a bab-\n#19days #tianshan https://t.co/QnkfjgtMAW
## 471                                                                                                                                                             RT @sadtruthwords: My eyes cried too much this year.
## 472                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 473                                                                     RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 474                                                                     RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…
## 475                                                                                                                  RT @KathyRe0916: BL tells Chase she thought they support each other.. Really BL??🙄 #gh #chaylnn
## 476                                                                                                                         RT @nozuuw: from the lets make a cat boy thing, I quite like him https://t.co/eoRsNKnLbW
## 477                                                                     RT @MizuTsukino: Eternal Yesterday is still the strongest candidate to be the best BL this year for me. It keeps me stay alert emotionally.…
## 478                                                                                                                                                        RT @letsyousoro: she's so fine 😩\nhttps://t.co/wTFIHw1F31
## 479                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 480                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 481                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 482                                                                     RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…
## 483                                                                     RT @reversea_: @MDi_BL oh, this could not have come out at a better time! i had some coins about to expire on bookseller so i just bought t…
## 484                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 485                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 486                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 487                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 488                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 489                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 490                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 491                                                                   RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 492                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 493                                                                      RT @AAngela98765: @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 @LRobbTeacher Also, the other unspoken thing is that districts need…
## 494                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 495                                                                                                     RT @ErotemeArt: @obscuradao @MecenateFineArt Summoning @bl_artcult and @darkestdollx https://t.co/Kvm3FJjLZr
## 496                                                                  RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 497                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 498                                                                     RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 499                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 500                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 501                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 502                                                                     RT @CupcakeBakeoff: @kthversaces Did you just waste your time on bl!nks?? Lmao even they know whyG pays their faves' way lol by paying sp0t…
## 503                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 504                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 505                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 506                                                                    RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 507                                                                     RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 508                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 509                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 510                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 511                                           RT @LiManMa16795669: #恨君不似江楼月 #KillerAndHealer #江枫余火 #MaoZijun #茅子俊 #YiBochen #易柏辰  #SCI谜案集 #季肖冰 #JiXiaobing #高瀚宇 #GaoHanyu #SCIMystery #Br…
## 512                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 513                                                        RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…
## 514                                                                    RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 515                                                                                                               RT @Omah_Lay: ‘SOSO’ official video out now!! 💜\n\nhttps://t.co/Od6wFbCwPK https://t.co/yMxbBaKLIG
## 516                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 517                                                                     RT @DemzOneMusic: @arkhan_voyager @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @Darr…
## 518                                                                     RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 519                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 520                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 521                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 522                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 523                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 524                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 525                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 526                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 527                                                                   RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 528                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 529                                                                     RT @SwarleyArt: @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM…
## 530                                                                     RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see students enga…
## 531                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 532                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 533                                                                   RT @walasavagephoto: I've seen random circle thingies before, but hadn't ever heard of Chirpty until just now in a @KinoAlyse space!\n\n(Than…
## 534                                                                     RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see students enga…
## 535                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 536                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 537                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 538                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 539                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 540                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 541                                                                                      RT @ESPNUK: No player has scored more World Cup goals than Marcus Rashford so far this tournament 🔥 https://t.co/JVGq5nd1hr
## 542                                                                   RT @walasavagephoto: I've seen random circle thingies before, but hadn't ever heard of Chirpty until just now in a @KinoAlyse space!\n\n(Than…
## 543                                                                     RT @tbaudinette: I am really excited for #NeverLetMeGotheseries! @GMMTV are increasingly branching out into creating original #BL narrative…
## 544                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 545                                                                                                         RT @sususiaoo: People: you should stop watching BL\nMe: \n#LoveinTheAirSpecialEP https://t.co/WrHFpEOUsZ
## 546                                                               RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…
## 547                                                                                                                                                      RT @REALLYREVIL: best bl in a while https://t.co/ipSo7GnVYL
## 548                                                                   RT @geoffkeighley: First TGA performance news: \n\n@hozier joins us with @bearmccreary and #TheGameAwards Orchestra w/ @lornebalfe for the wo…
## 549                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 550                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 551                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 552                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 553                                                                      RT @the_ghost_CM83: Mail Call!!! Received my Black Friday Mystery Box from @OriginalFunko! My only disappointment is the Minnie on Ice box…
## 554                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 555                                                                                                                                                                RT @mml__02: a way to be happy... listen to music
## 556                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 557                                                                                                             RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 558                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 559                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 560                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 561                                                                    RT @sluttybtxh: I want this blonde era back!!!!!😭\n#PAYBACK #manhwa #bl #manhwabl #manhwatwt  #blmanhwa #YaoiR18  #yaoi https://t.co/5YMYYXR…
## 562                                                                 RT @MyBLCalendar: How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happen?\n\n#M…
## 563                                                                                                       RT @_0__25_: Yoohan and Jay are so hot.\n\n#페이백 #payback #bl #yaoi #yaoihard7w7 https://t.co/BhdDQUPM9t
## 564                                                            RT @a_kaeyada: Happy birthday kaeya!🍷✨🤺\nNo one may have known his birthday when he was new to the Ragnvindr family!🎂👀\n#ガイア生誕祭2022 https://t…
## 565                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 566                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 567                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 568                                                                     RT @littledunk0110: I'm already a picky person when it come to BL series and now they've made my standard become higher.\nFort and Peat are…
## 569                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 570                                                                     RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 571                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 572                                                                     RT @RealTimeNews10: Fairfax Co. PD confirming the critical shooting on the 8500 Bl. of Hyman Wy. With one individual transported with criti…
## 573                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 574                                                                                              RT @GISEOK4EVA: when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…
## 575                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 576                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 577                                                                                  RT @wallplugnft: Good advice on the algorithm w/\n@KinoAlyse @delta_sauce @bl_artcult @StacieABuhler\n\nhttps://t.co/CzOE9M27Qn
## 578                                                                     RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 579                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 580                                                                     RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 581                                                                                            RT @bibleonlyfans: the saddest part about kimchay is that we understand but we can't accept.\nhttps://t.co/UtD9nSRegg
## 582                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 583                                                                                  RT @wallplugnft: Good advice on the algorithm w/\n@KinoAlyse @delta_sauce @bl_artcult @StacieABuhler\n\nhttps://t.co/CzOE9M27Qn
## 584                                                                      RT @felaskechayi: Yaser Bahadorzehi was a 17-year-old handicapped kid brutally killed by the Iranian regime on Nov 4, only for seeking his…
## 585                                                                     RT @NormaBa59850955: They have !! They discovered they can do just whatever they bl***ywell like and no-one can stop them … what my old dad…
## 586                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 587                                                                               RT @fubroshi: "The Devil Judge isn't a BL" ok well were THEY aware of this fact bc it doesn't seem like it https://t.co/pfrUxK0dVU
## 588                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 589                                                                     RT @BL_MadeDigital: I love seeing hand illuminations in early printed books 😍 Elementa geometriae by Euclides, 1482, with gold printed dedi…
## 590                                                                 RT @strwberrymilk18: (trans)\n:heuy~~is this (our) couple watch or not poo~??  how to call this ~????\n\ncaption : (are we)korean couple?😆😆\n #…
## 591                                                               RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…
## 592                                                                   RT @BL_MadeDigital: Fantastic woodcut with 'the dead' 🩻 enticing busy printers in a print shop to come to dance.🕺\n\nRecently digitised Incun…
## 593                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 594                                                               RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…
## 595                                                               RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…
## 596                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 597                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 598                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 599                                                                   RT @DAIHIME_SAMA: The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only avail…
## 600                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 601                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 602                                                        RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…
## 603                                                                     RT @destinykrainbow: @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @…
## 604                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 605                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 606                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 607                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 608                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 609                                                                     RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 610                                                                                        RT @heymilelove: When Kinn uses his left hand, he intends to kill.\n\n#MilePhakphum @milephakphum https://t.co/PLPIPAMF8D
## 611                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 612                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 613                                                        RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…
## 614                                                                   RT @DAIHIME_SAMA: The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only avail…
## 615                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 616                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 617                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 618                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 619                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 620                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 621                                                                     RT @FabrizioRomano: Three goals in three World Cup games for Marcus Rashford - looks completely different player in the last few months. ⭐️…
## 622                                                                     RT @britishlibrary: There are just under two weeks to step inside your story and be in with a chance of winning book tokens for your school…
## 623                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 624                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 625                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 626                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 627                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 628                                                                                                         RT @aibarisu: BABE WAKE UP SERIES OF THE YEAR JUST DROPPED!! #NeverLetMeGoSeries https://t.co/lx9sEkK3TB
## 629                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 630                                                                     RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 631                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 632                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 633                                                                     RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 634                                                                     RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 635                                                                     RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 636                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 637                                                                 RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 638                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 639                                                                                              RT @fjbkjjst: we all love babygirl jimmy, but guess who i love almost as much? auntie jimmy https://t.co/IIsZTGrNj4
## 640                                                                                                                                        RT @hourlychanming: just hug each other already \nhttps://t.co/GaUzXxmh0J
## 641                                                                      RT @ohmyotp: I’M-?????? LOOK AT THEM WHAT THE HELL WOKDUSNWOSAK THEY’RE SUCH A POWER COUPLE AND THEY’RE STRUGGLING TO KEEP THEIR HANDS OFF…
## 642                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 643                                                                                              RT @GISEOK4EVA: when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…
## 644                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 645                                                                                                        RT @minandchan: Chan living in the back of lee know's selcas, a never ending saga https://t.co/ZytlYU8nVy
## 646                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 647                                                                                                      RT @SE0INGUK: here's THE Seo In Guk on red carpet 😭✨️✨️✨️ #BlueDragonFilmAwards2022 https://t.co/d8ygGibmeP
## 648                                                                                        RT @merrygooroundd: TAECYEON IN HIS BEST ERA. THE HAIR THE TAN 😭\n\n#BlueDragonFilmAwards2022\n\n https://t.co/vKPIgQ3wgw
## 649                                                                RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 650                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 651                                                                  RT @ApoVotingTeam: 🚨Here Our daily today Part 2\n\n❶ Most Favorite Thai bl Actor \n📎 https://t.co/VKDuxmYc5V\n\n❷ Most Favorite Thai bl Couple…
## 652                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 653                                                                                       RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 654                                                                     RT @fantasticplanet: Loving this space! So great to hear the voices of @delta_sauce and @bl_artcult speaking on their work and marketing kn…
## 655                                                        RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…
## 656                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 657                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 658                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 659                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 660                                                                 RT @CharmouthBirder: Chesil Cove: Little Gull &amp; 2 Bl. Redstart. Lidl Beach: another Bl. Redstart. Billy Winters: 2 GND. 2 B-n Grebe, c20 R-…
## 661                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 662                                                                     RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 663                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 664                                                                   RT @jobRxiv: Postdoctoral Position in Human Cognition @TCNLab\n\nCome work with experts in cognition including Tim Bussey, Adrian Owen and Li…
## 665                                                                                                                                   RT @mickeywon234: Mom: “Don’t wind the dog up” \n\nMe: https://t.co/rgzRl2XPme
## 666                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 667                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 668                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 669                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 670                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 671                                                                    RT @irishnftgal: @illustrata_ai @joynxyz @amli_art @bl_artcult CryptoPunk Gal\nBrings the most popular pfp to life, humanising pixel art. We…
## 672                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 673                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 674                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 675                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 676                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 677                                                                   RT @aesolstice: #GoKyungPyo : I actually came here to enjoy the performance\nKim Hye Soo: Yes, we’ve seen you enjoyed it \nLMAO #BlueDragonFi…
## 678                                                                                                RT @bboingvely: my love rain babies 😭🤍\n\n— #SeoInGuk #LimYoona #43rdBlueDragonFilmAwards https://t.co/PPu19KTwG7
## 679                                                                  RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 680                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 681                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 682                                                               RT @makedonaldu: #KoKyungPyo danced any song with #Zico at the #BlueDragonFilmAwards2022 \nhe seems so happy tonight.\n\n#고경표 #KyungPyo #GoKyu…
## 683                                                                RT @makedonaldu: oh hello Ko Kyungpyo-ssi? you seems really excited this night😂 he looks like baby😂😂\n\n#고경표 #KoKyungPyo #KyungPyo #GoKyungPy…
## 684                                                                                                                                                                RT @namujjinie: It's them https://t.co/bIFBPz4N9g
## 685                                                                                                                               RT @DAMIADENUGA: If England win tonight, someone that retweets this will get a DM.
## 686                                                                                                                                                      RT @LIXIELOOKS: EXCUSE ME LEE FELIX https://t.co/WGYbMxd1fK
## 687                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 688                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 689                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 690                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 691                                                                   RT @ddoraemon_boy: Zico perfomed Saebbing using We Dem Boyz Vata's choreography last night at Blue Dragon Film Awards.\n\nThe award show is a…
## 692                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 693                                                                    RT @Hamza_a96: “This was a school”\n\nActivists in Palestine paint a a very powerful and poignant message on the rubble of a school that was…
## 694                                                                     RT @KangOkFan: Day 3 of waiting for #CherryBlossomsAfterWinter Season 2 announcement... Or at least another BL project with #KangHui and #O…
## 695                                                                                                              RT @GucciStarboi: Are you an fc? \n\nLike,Rt,comment 🦅 and follow everyone who engages this tweet✍🏿
## 696                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 697                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 698                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 699                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 700                                                                RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 701                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 702                                                                     RT @ChartsJJK: Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it with the officia…
## 703                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 704                                                                  RT @DevDminGod: I wrote a guide, \n'Fine tuning StableDiffusion v2.0 with DreamBooth'\n\ncc: @EMostaque @StabilityAI @NerdyRodent @KaliYuga_ai…
## 705                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 706                                                                                            RT @aksnevv: does anyone have any bl dramas to recommend 😳😳 i don’t care what language— just one that you really like
## 707                                                                   RT @billboardcharts: The #HotTrendingSongs Powered by @Twitter top 10 (chart dated Dec. 3, 2022)\n\nDetails here: https://t.co/biLyYmykcm htt…
## 708                                                                 RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 709                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 710                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 711                                                                                                                  RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 712                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 713                                                               RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 714                                                                      RT @the_ghost_CM83: Mail Call!!! Received my Black Friday Mystery Box from @OriginalFunko! My only disappointment is the Minnie on Ice box…
## 715                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 716                                                                     RT @Rts_WW: RT HueyBlounts888: GTA San Andreas: DE - Mission #49: Outrider | #BlountsNGames https://t.co/jKKfdssEx6 #RockstarGames #GTASanA…
## 717                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 718                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 719                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 720                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 721                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 722                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 723                                                                   RT @BL_Scenery: POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2023 on C…
## 724                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 725                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 726                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 727                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 728                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 729                                                                   RT @billboardcharts: The #HotTrendingSongs Powered by @Twitter top 10 (chart dated Dec. 3, 2022)\n\nDetails here: https://t.co/biLyYmykcm htt…
## 730                                                                     RT @BlackLo39629533: The amazing heart bond, when two souls have the same desire, nothing outside can stop their union, that is true soul l…
## 731                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 732                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 733                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 734                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 735                                                                 RT @MyBLCalendar: How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happen?\n\n#M…
## 736                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 737                                                                  RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 738                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 739                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 740                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 741                                                                     RT @BlackLo39629533: Imagining a life without you is something that is impossible, you make me complete and I want you to know you mean eve…
## 742                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 743                                                                                                                        RT @ChartsJJK: Worldwide iTunes Song Chart\n\n#1 (=) Jung Kook - Dreamers (10 days at #1)
## 744                                                                  RT @FANCNFT: Airdrop #Event to celebrate the opening of the Vietnamese community!\n\nAIRDROP 700 fanC-NOW LIVE\n💰Reward: 700 fanC | 500 winner…
## 745                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 746                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 747                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 748                                                       RT @gatobrujoart: This episode let me so emotional... sp wanted to draw something soft #さらざんまい #さらざんまい レオ  #sarazanmai #fanart #drawing #sk…
## 749                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 750                                                                                                                                             RT @mikrogrl: jude bellingham 4th gen it boy https://t.co/vVA8B7Spwj
## 751                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 752                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 753                                                                                           RT @JC_truthpassion: @AllBiteNoBark88 Here's a link for the doubters \nhttps://t.co/98l23V7hcc https://t.co/usVBxorNmb
## 754                                                                                                                  RT @KathyRe0916: BL tells Chase she thought they support each other.. Really BL??🙄 #gh #chaylnn
## 755                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 756                                                                                                                                          RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l
## 757                                                                     RT @dennisdoddcbs: Michael Penix Jr today on zoom: “You can see from my background I play in the greatest setting in college football.” htt…
## 758                                                                   RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 759                                                                                   RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 760                                                                     RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…
## 761                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 762                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 763                                                                                                                    RT @DawgsEatDucks: Come home and be a hometown dawg! ☔️@CalebPresley5 https://t.co/xgk0AAOylP
## 764                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 765                                                                                                 RT @JMMediStatMike: This is how D-1 coaches are treating HS kids now. This is f**ked up! https://t.co/0BbJ1g5rOG
## 766                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 767                                                                     RT @NdzaviDerrick: JSE-listed Spar sold a  Mega SuperSpar in Midrand for R1,000 before being sold three weeks later to the same buyer for R…
## 768                                                                  RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 769                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 770                                                                     RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…
## 771                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 772                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 773                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 774                                                                                   RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 775                                                                     RT @DuneAltar: Mega thanks to @DarkForcesSwing for including @faetooth in @SPIN’s monthly Blast Rites feature!  We are all blown away by th…
## 776                                                                     RT @KCIAirport: The Kansas City Aviation Department is now hiring for dozens of open positions at @KCIAirport! An in-person Hiring Fair wil…
## 777                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 778                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 779                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 780                                                                     RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…
## 781                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 782                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 783                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 784                                                                     RT @mikevorel: Thought this was a funny comment on the current high school recruiting culture. When asked what he was looking for when visi…
## 785                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 786                                                                     RT @ChartsJJK: Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it with the officia…
## 787                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 788                                                                     RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 789                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 790                                                                                 RT @holybibs: NOT HIM JUST STANDING THERE WHILE EVERYONE WATCHED HIM \n\n꒰ #BuildJakapan #Beyourluve ꒱ https://t.co/8ooOFJrQfh
## 791                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 792                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 793                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 794                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 795                                                                     RT @risolco: My 2.5D Romance ep 6 is here! ▶️#25DR #webtoon\n\n#webtooncanvas: https://t.co/nHyZqk6wyN\n#tapasmedia: https://t.co/E971L22ekn…
## 796                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 797                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 798                                                                                                                           RT @taamriddlz: I saw the best minds of my generation ruined by 3 month situationships
## 799                                                                   RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 800                                                                     RT @jimmy_darke: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @K…
## 801                                                                RT @BLUPDATE2022: 🚨 [CONFIRMED] AIRING THIS DECEMBER 2022\n\n1 - #OhMyAssistant 🇰🇷\n2 - #609BedtimeStory 🇹🇭\n2 - #MySchoolPresident 🇹🇭\n9 - #Sem…
## 802                                                                      RT @artcrimeprof: In c. 1940, a student named Katja Meirowsky cut the swastika out of a stolen Nazi flag, sewed the rest into a dress, and…
## 803                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 804                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 805                                                                     RT @AiKoBeanArt: @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS…
## 806                                                                     RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…
## 807                                                                                                                                                                                      RT @steelers: KICK BL🚫CKED‼️
## 808                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 809                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 810                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 811                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 812                                                                                                                   RT @AlexKintner3: I've watched this on an endless loop for 15 minutes. https://t.co/M9PXZayZXj
## 813                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 814                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 815                                                                                                                             RT @yanweigay: “stop assuming this character is gay” stop assuming they’re straight?
## 816                                                                                       RT @clahanyushii: do you ever just think about how soft and delicate yuzuru hanyu’s triple axel is https://t.co/2CBWvAE8i5
## 817                                                                     RT @Native3rd: "I am a breather and a thinker. I am a living being energized by the sun, and I am just another sophisticated plant living o…
## 818                                                                                                                       RT @rapalert6: Tems covers Dazed Magazine \n📸 by: Will Scarborough https://t.co/54tnxgeZOg
## 819                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 820                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 821                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 822                                                                                                                                  RT @daiIyminsuga: the YOONGI MARRY ME agenda never ends https://t.co/usoczB6TiS
## 823                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 824                                                                                                       RT @iHugBeomiez: if mama manages to piss off hueningkai again i swear mnet will never see the light of day
## 825                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 826                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 827                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 828                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 829                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 830                                         RT @mintyandcozy: DADDY REVEALED here's Daddy Joonie 💪🏻🫠🥵🔥\n\n#그림 #アート #イラスト #イラストグラム #イラストレーター #画 #絵 #mangaart #animeart #bl #drawing #vkook…
## 831                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 832                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 833                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 834                                                                   RT @aksnevv: should i finish to day 30 😳 i’m gonna stop now to get on with my day! \n\nthis is inspired by a thai bl drama i’ve been watching…
## 835                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 836                                                                                                                      RT @hualinghe: mo ran and wei wuxian what are you doing together 😂  https://t.co/Az13N2n8fp
## 837                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 838                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 839                                                                     RT @UltrasoundJelly: The 60/60 sign is 94% specific for pulmonary embolism. https://t.co/ip5lwAJIkt #FOAMed #FOAMcc #FOAMus https://t.co/ib…
## 840                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 841                                                                                                                                                                  RT @nana_meyo: ash eiji https://t.co/4qeA2ydfk6
## 842                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 843                                                                 RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 844                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 845                                                             RT @yukiusacchan: cute hug 🫂💗\n\nthank you so much for today!✨\ntake a lot of rest na 🥰\n\n#KissMyBodyXBossNoeul\n#BossNoeul #BoNoh\n#BossChaikamo…
## 846                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 847                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 848                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 849                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 850                                                                      RT @culturaltutor: Girl with a Pearl Earring, painted by Vermeer in 1665, might just be the most famous and beloved portrait in the world.…
## 851                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 852                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 853                                                                     RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…
## 854                                                                    RT @PoojaMedia: Patience Jonathan was "legit" crying when she was talking about Chibok girls. \n\nShe had no powers as a First Lady to order…
## 855                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 856                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 857                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 858                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 859                                                                    RT @yenpress: Basketball players. Roommates. Senpai-kouhai BL romance. 🥰\nWhen Kagiura's left in the tender care of his mother hen of a room…
## 860                                                                            RT @SekariNFT: 𝙔𝙤𝙪𝙧 𝙘𝙝𝙖𝙣𝙘𝙚 𝙩𝙤 𝙛𝙖𝙡𝙡 𝙞𝙣 𝙡𝙤𝙫𝙚 𝙬𝙞𝙩𝙝 𝙖 𝙎𝙚𝙠𝙖𝙧𝙞 𝙨𝙩𝙖𝙧𝙩𝙨 𝙣𝙤𝙬.\n\nPremint Live: https://t.co/4IiaphrrWO https://t.co/MdxMDJKP9t
## 861                                                                          RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz
## 862                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 863                                                                                                                                             RT @pun_rii: cold cold cold 😅 #zhongli #xiao https://t.co/MUZKCw1OHC
## 864                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 865                                                                     RT @ScottsdaleFire: 11:53 962 A101 @ E SHEA BL SB SO ,Ladder in the middle of the freeway south bound south of Shea has the freeway at a st…
## 866                                                                     RT @jimmy_darke: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @K…
## 867                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 868                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 869                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 870                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 871                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 872                                                                    RT @OlenaHalushka: "Why you ask for more weapons if UA successfully pushes ru away?"\n- we lack arms but masterfully use those available;\n-…
## 873                                                                     RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 874                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 875                                                                                                                                                     RT @shenanigansen: I'm keeping that. https://t.co/qf5QgdMWYS
## 876                                                                     RT @archaeologyart: "Cheers!". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…
## 877                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 878                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 879                                                                                   RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 880                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 881                                                                      RT @CeMillbrook: Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an online…
## 882                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 883                                                                    RT @Hey_Paxshal: Most useless and pathetic system in the world?\n@USCIS Yes. There’s a family emergency (death) and need travel document but…
## 884                                                                                          RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 885                                                                     RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…
## 886                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 887                                                                      RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 888                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 889                                                                     RT @ScottsdaleFire: 11:53 962 A101 @ E SHEA BL SB SO ,Ladder in the middle of the freeway south bound south of Shea has the freeway at a st…
## 890                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 891                                                                 RT @SJHDELHI: Dr BL Sherwal MS @SJHDELHI inaugurated Pediatric thalassemia &amp; hemophilia  comprehensive care centre, chemotherapy short infu…
## 892                                                                                        RT @Momotexx: GUYS THE PANTS ARE NEXT💦 LETS DO IT🙏\n#akumillust #momarties #ScarredHeartComic #BL https://t.co/eMMu1yotOQ
## 893                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 894                                                                   RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 895                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 896                                                                                                                                                      RT @BrunoMars: Thank you Bahrain 🇧🇭 https://t.co/JQRrVjkx2O
## 897                                                                     RT @DemzOneMusic: @arkhan_voyager @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @Darr…
## 898                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 899                                                                     RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 900                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 901                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 902                                                                     RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 903                                                                     RT @rdubchow: to all the out of towners in Washington who have never driven in snow here, please be on the zero part of the "fuck around an…
## 904                                                                      RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 905                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 906                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 907                                                                                   RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 908                                                                     RT @PFN365: Sources tell @TonyPauline that Washington WRs Rome Odunze and Jalen McMillan are giving indications they will return to the pro…
## 909                                                                     RT @hermit_wanderer: After watching #AManWhoDefiesTheWorldofBL I found it's an adaptation from a manga called ZETTAI BL NI NARU SEKAI VS ZE…
## 910                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 911                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 912                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 913                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 914                                                                                                                                               RT @xzhan1005: xiao zhan looks so good omg https://t.co/C8ShE0Ogq8
## 915                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 916                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 917                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 918                                                                          RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz
## 919                                                                      RT @CeMillbrook: Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an online…
## 920                                                                     RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 921                                                                      RT @CeMillbrook: Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an online…
## 922                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 923                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 924                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 925                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 926                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 927                                                                       RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 928                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 929                                                                   RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 930                                                                   RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 931                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 932                                                                                                                                      RT @Bika_P_Mew: #bounprem #bl #thai love you!!!!!!! https://t.co/dZjYKCxnA4
## 933                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 934                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 935                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 936                                                                                                                                               RT @CalebCity: Missing a punch in a fight. https://t.co/kFqF49lvGP
## 937                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 938                                                                                   RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 939                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 940                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 941                                                                     RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 942                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 943                                                                     RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 944                                                                   RT @aksnevv: should i finish to day 30 😳 i’m gonna stop now to get on with my day! \n\nthis is inspired by a thai bl drama i’ve been watching…
## 945                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 946                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 947                                                                     RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 948                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 949                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 950                                                                            RT @BamBam1A: sorry for the "can you leave?" 😅\ni really don't know how to do it\n\nif you have a twitter please show your self here😭
## 951                                                                    RT @fpianz: I'm also hiring a Postdoc (1.5 year) with expertise in graph databases, ontology creation, linked data, and graph reasoning.\nht…
## 952                                                                     RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…
## 953                                                                    RT @irishnftgal: @illustrata_ai @joynxyz @amli_art @bl_artcult CryptoPunk Gal\nBrings the most popular pfp to life, humanising pixel art. We…
## 954                                                                                                                                                                      RT @animepiic: Same https://t.co/knvBrjYZHa
## 955                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 956                                                                     RT @ForzaJuveEN: Juventus are in Crisis, there is no doubt about it, but we are Juventini, we will always stick together.\n\nFINO ALLA FINE…
## 957                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 958                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 959                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 960                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 961                                                                     RT @CrazerArts: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wala…
## 962                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 963                                                                                                                       RT @rapalert6: Tems covers Dazed Magazine \n📸 by: Will Scarborough https://t.co/54tnxgeZOg
## 964                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 965                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 966                                                                                                                                      RT @Rohan_Lockhart: I'm so happy ❣️🥹\n#SemanticError https://t.co/NFFYGjHXYA
## 967                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 968                                                                   RT @visegrad24: Germany's insistence on Nordstream 2 contributed to the outbreak of war in Ukraine,\n\nsays Marco Buschmann, the German Minis…
## 969                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 970                                                              RT @RosheCosmetics: Roshe Cosmetics &amp; BEAT School of Makeup Artistry \rPikesville, Maryland @RosheCosmetics #Blackpreneur \n \nhttps://t.co/ru…
## 971                                                                      RT @Gerashchenko_en: The village of Oleksandrivka was in occupation for 7 long months. 10 people remained there out of 1,000 that lived in…
## 972                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 973                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 974                                                                   RT @XDaffodille: Pride month is over, but gay endures forever.\nThey are my favorite couple so I married them (to Daffy's bad luck)\n#baffy #…
## 975                                                                   RT @Its_The_Barbies: It’s definitely jealousy. \n\nDark skinned BW have better options outside of bl⚫️ckistan. They just don’t want them to k…
## 976                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 977                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 978                                                                                                            RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 979                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 980                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 981                                                                                                                       RT @M00NSBAE: im still mad at their ending pls When are we getting just say yes the series
## 982                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 983                                                                                                                                   RT @je_ff09: Hey can you suggest a series which is horror and BL both in one!!
## 984                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 985                                                                   RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 986                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 987                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 988                                                                     RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 989                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 990                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 991                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 992                                                                                                                                 RT @classicshirts: Argentina 1999 Away by Reebok 🇦🇷\n\n😍 https://t.co/BshxxVE7pG
## 993                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 994                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 995                                                                     RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 996                                                                                                                    RT @0xxghost: Next bull run I'll take profit\n\nSay after me in your language or dialect\n⬇️⬇️⬇️
## 997                                                                     RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 998                                                                RT @RaritySniperNFT: Giveaway! 🎉 \n \nWe're giving away this Rare Apepe NFT from @RareApepeYC  🐸\n \nTo enter: \n1. Follow @RaritySniperNFT \n2.…
## 999                                                                      RT @LibraryArden: After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Workshop.…
## 1000                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1001                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1002                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1003                                                                    RT @VinodKu83882504: BB Israeli leftist leave India immediately. India loves Israel. But not any bl..dy leftist either from Israel, America…
## 1004                                                          RT @Joshyysmartt: 🚨#COSMOS #GIVEAWAY🚨\n\n2 $ATOM  \n50 $TORI \n200 $STARS \n5 $EVMOS\n\n1️⃣ Follow @encantaelcripto &amp; Me\n2️⃣ RT &amp; Tag 3 frens\n3️⃣…
## 1005                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1006                                                            RT @illustrata_ai: ✨Open Edition Announcement!✨\n\nThe first mint of my new collection: \n\n"Aurum Autumnalis"\n\nThe only editioned piece of thi…
## 1007                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1008                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1009                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1010                                                                    RT @Morph_VGart: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wal…
## 1011                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1012                                                                    RT @amli_art: @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto @heavens1522…
## 1013                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1014                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1015                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1016                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 1017                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1018                                                           RT @Rob_NBF: It requires NO talent or special abilities to:\n\n- Try\n- Read\n- Listen\n- Show up\n- Try again\n- Be on time\n- Be coachable\n- Have…
## 1019                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 1020                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1021                                                                  RT @jkkittae: TK au 🔞❓\nTaehyung and Jungkook are renowned actors in the BL Industry. But they've ways stuck to soft and cute roles with dec…
## 1022                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1023                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1024                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1025                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 1026                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1027                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1028                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1029                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1030                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1031                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1032                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1033                                                                    RT @shibafree2be: Let's repeat all together : if an actor plays a role in a BL  series  it doesn't mean he is gay or bi, he can have a priv…
## 1034                                                                    RT @BlackLo39629533: The hardest thing in life is having feelings in your heart that you can't put into words. that is pure feelings of lov…
## 1035                                                                 RT @jcapsj: 29 November\nMEMORIAL OF BL BERNARDO FRANCIS DE HOYOS, PRIEST\n\nGet to know more about de Hoyos' life and vocation here: 👉🏼 https…
## 1036                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1037                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1038                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1039                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1040                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1041                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1042                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1043                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1044                                                                          RT @that70scontext: here's the official teaser for that '90s show, premiering january 19 on netflix, thoughts? https://t.co/Tlii7MfJaU
## 1045                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1046                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1047                                                                    RT @Kasparov63: Ignore the appeasers and hysterics. They are lying, they are wrong, and have been from the start. Nobody is marching on Mos…
## 1048                                                                RT @MrROHughes: Canlyniad Bl 11 | Year 11 Results🏆⚽️🏴󠁧󠁢󠁷󠁬󠁳󠁿\n\n@Cwmrhymni 5 - 3 @Croesype \n\nHuge thank you to Croesyceiliog for reversing the…
## 1049                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1050                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 1051                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1052                                                                                                                                             RT @hammiehyung: I wanna be their friends 🥺 https://t.co/pJutNQmtvx
## 1053                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1054                                                                    RT @JesuitsEastOIS: "To fall in love with Christ, to be loved and transformed by the Sacred Heart, to have a contemplative sense of God’s c…
## 1055                                                                  RT @cait_rose: a little Sagittarius carries us through the end of November in the Mostyn Psalter\n\n@britishlibrary Additional MS 89250 (f 13…
## 1056                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1057                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1058                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1059                                                              RT @sickfishmixnft: Sick Fish Mix NFT\n\nBuy the sick fish mix NFT👇🏼\nhttps://t.co/DkdCL10B3v \n\n#sickfishmixnft #fish #nftartists #opensea\n#No…
## 1060                                                                                         RT @sasuke_bottom: I love this ending 4 image of naruto shippuden, it reminds me of the 80's BL https://t.co/87lu7Sacag
## 1061                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1062                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1063                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1064                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1065                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1066                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1067                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1068                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1069                                                                       RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…
## 1070                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1071                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1072                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1073                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1074                                                                     RT @DrFrankTurek: When you think you have a scientific consensus that miracles don't occur, you don't have a scientific consensus based on…
## 1075                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1076                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1077                                                                    RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…
## 1078                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1079                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1080                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1081                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1082                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1083                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1084                                                                    RT @voodookunt: It's that time of year! My annual bl smash or pass thread! Let's start with Tay tawan of dark blue kiss and cherry magic(TH…
## 1085                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1086                                                                    RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…
## 1087                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1088                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1089                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1090                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1091                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1092                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1093                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1094                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1095                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1096                                                                                                                                                         RT @dawormkid: in love #xiaoven https://t.co/VmhSxnYpX4
## 1097                                                                   RT @KevinAn45942701: “Fake” environmentalist David Suzuki outed by “real” journalist Brian Lilley. 😂\n\nI guess my mum always did tell me it…
## 1098                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1099                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1100                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1101                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1102                                                                RT @EuromaidanPress: The Lviv Regional Council voted to ban Moscow-affiliated Church &amp; appealed to Ukraine's Parliament to ban it nationwid…
## 1103                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1104                                                                    RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…
## 1105                                                                  RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 1106                                                                    RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…
## 1107                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1108                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1109                                                                 RT @yuma_sogo: @illustrata_ai @joynxyz @amli_art @bl_artcult The name of my art is called "Friendship".\n\n#expressionwithmeaning\n\nI made it…
## 1110                                                                    RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 1111                                                                                                                           RT @UkrainianNews24: 🇺🇦Glory to Ukraine 🇺🇦\n#UkraineRussiaWar https://t.co/IAMSemSVCL
## 1112                                                                    RT @DocT___: @illustrata_ai @joynxyz @amli_art @bl_artcult My submission for the #expressionwithmeaning contest is titled: “FUD“ from my up…
## 1113                                                                    RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…
## 1114                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1115                                                                                                      RT @chokoladous: I want a make a helpful thread for any of my followers getting top surgery or a BR/BL 🫶🏾♥️
## 1116                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 1117                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1118                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1119                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 1120                                                                    RT @skari_artist: @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @…
## 1121                                                                                                                     RT @MeidasTouch: Does twitter still allow you to retweet this video https://t.co/84uVJY40w9
## 1122                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1123                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1124                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1125                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1126                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1127                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1128                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1129                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1130                                                                    RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…
## 1131                                                                    RT @k_tetsurouu: insulting jaechan for acting in a bl, leaving homophobic remarks then proceed to beg other fandoms to collab them and help…
## 1132                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1133                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1134                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 1135                                                                       RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…
## 1136                                                                    RT @ArdenPaul4: @avvinatore @Nelsonali @VinousReverie @DominiqueHornig @CambWineBlogger @SusyAtkins @PlanetVictoria @TheKirstenMac @rs_bc_b…
## 1137                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1138                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1139                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1140                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1141                                                                     RT @chochojoon: also hello if you enjoy BL but also deeply fucked up sympathetic pretty boys and are NOT EASILY TRIGGERED (I cannot stress…
## 1142                                                                    RT @BL_MadeDigital: The British Library's Treasures in Full electronic resource has a web page dedicated to William Caxton's first and seco…
## 1143                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1144                                                                  RT @Quinie0_0: What makes u think I'm so special?\n\n#xiaoventi #xiaoven #xiao #venti #genshintwt #Genshin #Genshinlmpact https://t.co/Xt00Lu…
## 1145                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1146                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1147                                                                  RT @DAIHIME_SAMA: The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only avail…
## 1148                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1149                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1150                                                                  RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 1151                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 1152                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 1153                                                                 RT @Tappy_toon: NEW RELEASE 🔝\nI Became the Lousy Side Top\n\nJaewoo wakes up in a BL novel… as a side character who torments the main bottom,…
## 1154                                                                    RT @stk786khan: Ayush z d most sensible char in bl n d best bhai🥹😚...really loved d way how he acceptd his mistake infrnt of evry1 n was as…
## 1155                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 1156                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1157                                                                      RT @kmdossett: Check out this blog by Jessica Gregory ⁦highlighting the work of #UnaMarson held in the Lord Chamberlain’s Plays Collection…
## 1158                                                                RT @MetaboUK: The Metabo 18 V Cordless Tapper GB 18 LTX BL Q I! \n\nFast and uninterrupted tapping and cleaning of threads ✅ \nMetabo quick sy…
## 1159                                                              RT @vemspics: Good evening &amp; Happy Tuesday Everyone 🌊\n\n#Seascape #Nature #NaturePhotography #NatureBeauty #NatureLovers #MotherNature #Seas…
## 1160                                                                                                                                                             RT @bigplayrainey: #Penix4Heisman that's the tweet!
## 1161                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 1162                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1163                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1164                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1165                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 1166                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1167                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1168                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1169                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1170                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1171                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1172                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 1173                                                                                         RT @xzhan1005: 221130 Xiao Zhan Weibo Update:\n\n“Rainy nights and hot pot go well together 👍🏽” https://t.co/Zj2t8UnVTZ
## 1174                                                                   RT @dw_europe: 🎥 "We need to send battle tanks - they are now the main technology that could change the war faster"\nSpeaking to DW at the N…
## 1175                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1176                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 1177                                                                  RT @IAPonomarenko: A vid from @den_kazansky. \nThis is Severodonetsk now. \nRussia just razed the city to ashes and called this “liberation.”…
## 1178                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1179                                                                                                                              RT @visegrad24: Great picture of 9 Finnish soldiers \n\n🇫🇮 https://t.co/X0ZjVRjzdH
## 1180                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 1181                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 1182                                                                    RT @ChristianCaple: Grubb says he's happy at UW, but reiterates he does want to be a head coach. Says he's in a good spot with Kalen DeBoer…
## 1183                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1184                                                                      RT @mikevorel: Kalen DeBoer confirmed USC is "definitely a team we're rooting for," given that a USC win likely sends UW to the Rose Bowl.
## 1185                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1186                                                                                   RT @Softykjr: Mike Penix just said he doesn’t have any plans as of now to skip the bowl game. Says he’s excited to play in it
## 1187                                                                              RT @Imani_Barbarin: Nondisabled people have managed to, in real time, rewrite the history of the pandemic. https://t.co/8Xx61JDPQY
## 1188                                                                    RT @OliverCHoff: My face when I realized that @_MinGwa gave Joo Jaekyung cauliflower ear. It should be illegal to be able to draw like this…
## 1189                                                                    RT @MrRoderickI: Will forever be a fan of @UW_MBB because of yesterdays experience at the game! Nothing but love everywhere on campus !! Ab…
## 1190                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1191                                                                                                                    RT @jinniesarchives: seokjin's reaction when the flower toy bloomed: https://t.co/lBp7GPJ0Qs
## 1192                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1193                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 1194                                                                    RT @thatdayin1992: Julian Assange is a hero. He told the truth about the US's war crimes. War criminals like Obama, Bush, and Clinton shoul…
## 1195                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1196                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 1197                                                                                                                   RT @inkyjohnson: This is the day that the Lord has made, so let us rejoice and be glad in it.
## 1198                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1199                                                                                                                  RT @dkz_dy: [📸] 221129 2022 #MAMA AWARDS\n\n❤️🐯🐰🐹🐱🐻🦊💙\n\n#DKZ #디케이지 https://t.co/jLEWmXNs5b
## 1200                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 1201                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1202                                                                                                                                       RT @hwangride: HE PUT HIS WHOLE HYUNUSSY TO IT \n https://t.co/YqpqoLF3n2
## 1203                                                                                             RT @internetbogan: rt + follow to win a star crown\nends in 2 days\n.com only\ngood luck ✨ https://t.co/fNh8LlbJ3L
## 1204                                                                                                                         RT @hnjiqkka: this hyunjin           with            this felix https://t.co/8YnQyr1u3b
## 1205                                                                                                                                                        RT @lixIoops: HOLY SHIT FELIX??? https://t.co/Z96Sk5kNCN
## 1206                                                                                                                                                        RT @JaxsonJones80: junior year 😴 https://t.co/LwJTsd4ivq
## 1207                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1208                                                                                                      RT @chokoladous: I want a make a helpful thread for any of my followers getting top surgery or a BR/BL 🫶🏾♥️
## 1209                                                                                    RT @sususiaoo: Boss not forgetting the interfans, saying "SEE YOU AGAIN!" 🥺🥺\n#KissMyBodyXBossNoeul\nhttps://t.co/7h6Obqwrlu
## 1210                                                                    RT @jamesoncperry: After a great talk with @PlayerProMorgan i’d like to announce i’ve received a preferred walk on to The University of Was…
## 1211                                                                  RT @saintjavelin: Massive pro-Ukraine rally in Bologna, Italy this weekend 🇮🇹 🤝 🇺🇦\n\nThank you for the solidarity, Italian friends! Unity fo…
## 1212                                                                                                                            RT @Tappy_toon: I didn’t kill you…\nSo go out with me!\n\n❤️‍🔥Any  fans?! #BL #Fantasy
## 1213                                                                    RT @Killmoenetwork: REPORTS OF A JUMPER; 3900 Bl. Of Blaine St N.E: Rescue units along with Mpd are responding to a call with a person repo…
## 1214                                                              RT @HTCHabbo: 💸 GIVEAWAY 💸\n\n#Habbo HTC is now on Twitter, let's get started with a 5 GBs Giveaway!\n\nTo enter, simply:\n🔸 Like this tweet\n🔸 R…
## 1215                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 1216                                                                                                                                                    RT @lixIoops: HES LOOKING TOOO GOOD  https://t.co/LmWPiaQUFy
## 1217                                                                    RT @Ice_xob: GUYS WE HOT THE DATE FOR #EMSEARTHMIXSPACE in JAPAN!!! It’s airing December 13 for pt.1 and 20 for pt.2 https://t.co/I1hR1wBlOR
## 1218                                                                                                                              RT @KyryliukRoma: Just Lviv, square Rynok, love this place https://t.co/1oOT6WqukK
## 1219                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1220                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1221                                                                                             RT @UW_Football: Be Like Mike 🤷‍♂️\n\nhttps://t.co/qSBNYGwNla\n\n#BeLikeMike x #Penix4Heisman https://t.co/4B85wCaD47
## 1222                                                                    RT @wilburhookshand: cougs wanna talk about a PI let’s talk about our guy getting literally concussed without even as much as a review @pac…
## 1223                                                                                                                                    RT @spearhyunnie: oh woah changbin.. i have no words https://t.co/KpIQGfdK1s
## 1224                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1225                                                                                                                          RT @jayruIes: and ni-ki during pre-debut predicted engene logo https://t.co/jQS753I9D2
## 1226                                                                    RT @godawgs4: Penix is going to be robbed of his trip to NYC and these offensive awards.  Not saying he should win, but not to be a finalis…
## 1227                                                                                                                                                RT @straynations: the plot development 💯 https://t.co/6Ne25gut9v
## 1228                                                                                                                          RT @lastlovestay: LIXIE HAS GLITTER IN HIS HAIR😭😭😭A REAL FAIRY https://t.co/TrwEUCrcF9
## 1229                                                                                                                                           RT @dailyinnieluv: never getting over this \n https://t.co/ngEWcJu8fG
## 1230                                                                                                                       RT @thankfulforchan: “STRAY KIDS EVERYWHERE ALL AROUND THE WORLD” https://t.co/dMAv9QvRDs
## 1231                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1232                                                                                                                    RT @lixcultures_: seungmin last line, "we will stay together as 8" 🥹 https://t.co/PwYetel8NU
## 1233                                                                                                                   RT @beyondyasmin: FELIX AND BANG CHAN DOUBLE ATTACK ft. chan’s tongue https://t.co/UI0MDKT7Jo
## 1234                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1235                                                                                                                                                        RT @BCHANPIC: CHRISTOPHER??????? https://t.co/DhoBajREfW
## 1236                                                                                                                                        RT @lheesoftie: that's why it looks familiar...🥹 https://t.co/ew9l5iegx7
## 1237                                                                                                                              RT @sugatradamus: the way we have a whole collection now 😭 https://t.co/j7mHMM7itL
## 1238                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1239                                                                   RT @fort_fts: 29.11.2022 \n\nThank you everyone nakub  Love you all 🥺💕 \n\n#oursmile22ndfortday #FortFTS #ComeFortZon https://t.co/J75kI0wIko
## 1240                                                                                                                                           RT @fluffshyunie: STRAY KIDS, 8 BEAUTIFUL MEN https://t.co/EK4NkW6LYD
## 1241                                                                    RT @shipvrse: One of the best NC scene in BL series👏🏻 #ghgh #GhostHostGhostHouse #bl #boyslove #blthai #thaibl #thaiblseries #seriesbl #tha…
## 1242                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1243                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1244                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1245                                                                    RT @Gerashchenko_en: "No one thought that when we attacked Ukraine (and Ukraine is Russia), all those countries would start sending heavy w…
## 1246                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1247                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1248                                                                                                   RT @Huangwom: rely on 🥰🫶🤍\n#warwanarat #yinyin_anw \n@warwanarat @yinyin_anw\n#หยิ่นวอร https://t.co/XtolYPJAls
## 1249                                                                                              RT @cyanorth_: who is more likely to _____ [ akikasa version 🥞🌟 ] — a thread 🧵\n\n#prsk_BL https://t.co/vPOpSLqulk
## 1250                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1251                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 1252                                                                    RT @sahisahikunn: “since the year of their debut, this team never missed worldwide fans choice award” \n“top albums charts #1 in 30 regions…
## 1253                                                                                                          RT @Tappy_toon: 🔥You are my one and only door!!!🔥\n“DEAR.DOOR” available on Tappytoon!\n\n#BL #Fantasy
## 1254                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1255                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1256                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1257                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 1258                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 1259                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1260                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1261                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1262                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1263                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 1264                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1265                                                                RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #blackpink @BLACKPINK\n\nYou made it! Honorable winner of the night! 🏆\n \nWorld’s No.1…
## 1266                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1267                                          RT @LiManMa16795669: #恨君不似江楼月 #KillerAndHealer #江枫余火 #MaoZijun #茅子俊 #YiBochen #易柏辰  #SCI谜案集 #季肖冰 #JiXiaobing #高瀚宇 #GaoHanyu #SCIMystery #Br…
## 1268                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1269                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1270                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 1271                                                                                                             RT @OH_mes2: Congratulations to NCT Dream for winning Worldwide Fans Choice at the 2022 MAMA Awards
## 1272                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1273                                                                     RT @LouisVuitton: Creating Infinity: The Worlds of Louis Vuitton and Yayoi Kusama. ❤️ this tweet to set a reminder to discover the upcoming…
## 1274                                                                 RT @Kavyayaad: People can support &amp; appreciate ayush. but there is no need to compare rishi with ayush .ayush not hero of the show.wishing…
## 1275                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1276                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1277                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1278                                                                                                                                                        RT @Yuliciouss: Hair of the year https://t.co/Ynr3hPhRjk
## 1279                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 1280                                                                                                                               RT @somddispatch: CAD: 12:21:28*Smoke Investigation*23529 PATUXENT BL, CALIFORNIA
## 1281                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1282                                                                                                 RT @kanemoyoshi: TREASURE gives “in the world full of darkness, there is light” vibe 😭😭 https://t.co/jr1Hi3OwYP
## 1283                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1284                                                                    RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…
## 1285                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1286                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1287                                                                   RT @thetwelve_dol: As part of our series sharing saints who inspire us, we remember Bl Laura Vicuna!\n\nWe particularly remember her for her…
## 1288                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1289                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1290                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1291                                                                     RT @WhoAmI243: I just don't understand....I knew when people interview someone from BL they always ask about NC scenes, but now lakorns as…
## 1292                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 1293                                                                    RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…
## 1294                                                                                                                            RT @bsumettikuI: you mean to tell me we could’ve gotten THIS https://t.co/N8CG7xu8I7
## 1295                                                                    RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…
## 1296                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1297                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1298                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1299                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1300                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1301                                                                                                                                       RT @forblebiu: that tiny glimpse of pete's tattoo https://t.co/Gxs3y3FDg4
## 1302                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1303                                                                  RT @boyslovetv: 👉 The movie version of #SemanticError which will feature new scenes, will be available on Viki on December 9th!💙 \n\n"Semanti…
## 1304                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 1305                                                                  RT @BL_Music_Colls: We've added new content to our Discovering Music website! \n\nIn 2 new videos, 'Annotating Music' and 'Handling Music', @…
## 1306                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1307                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1308                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 1309                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1310                                                                    RT @stk786khan: Ayush z d most sensible char in bl n d best bhai🥹😚...really loved d way how he acceptd his mistake infrnt of evry1 n was as…
## 1311                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1312                                                                                                                                           RT @fluffshyunie: STRAY KIDS WORLD DOMINATION https://t.co/WZWJ6sjbHb
## 1313                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1314                                                                                                                                                     RT @LIXIELOOKS: EXCUSE ME LEE FELIX https://t.co/WGYbMxd1fK
## 1315                                                                                              RT @cyanorth_: who is more likely to _____ [ akikasa version 🥞🌟 ] — a thread 🧵\n\n#prsk_BL https://t.co/vPOpSLqulk
## 1316                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1317                                                                                                                                                    RT @captainCB97s: THE BANG CHAN GAZE https://t.co/8q7MWCkRKg
## 1318                                                                                                                            RT @1515heejake: :¨·.·¨:\n `·.  #ENHYPEN second enniversary! https://t.co/MNEoQ3yIll
## 1319                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1320                                                                  RT @BL_Scenery: POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2023 on C…
## 1321                                                                                             RT @JakeSucky: I asked Valorant players for their fastest aces\n\nThis one was up there lol https://t.co/NiztYAq0T8
## 1322                                                                    RT @amli_art: @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto @heavens1522…
## 1323                                                                    RT @amli_art: @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto @heavens1522…
## 1324                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1325                                                                                                                                   RT @gostephgo: my friend says this reads "BL therapy" https://t.co/RLbXe8o0U5
## 1326                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1327                                                                  RT @MariReactsYT: Mari's reaction to #MyToothYourLove EP 7\n\n#react #bl #drama #taiwandrama #retweet @LovingBlogs #TheBlogNetwork #ITRTG @Go…
## 1328                                                                  RT @TREASUREwwide: Congratulations  #TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS🏆\n\nWe did it 3 years in a r…
## 1329                                                                                                                                                  RT @literallymecats: SHOW ME YOUR CATS https://t.co/xSXlEmMVlb
## 1330                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1331                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1332                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1333                                                                                                                                 RT @iksanpjw: TREASURE at MAMA vibing to Pink Venom!! 🤍 https://t.co/EQAmzNNdgR
## 1334                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 1335                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1336                                                                     RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #treasure @ygtreasuremaker\n\nBig Congrats to them! The Great Winner of Tonight! 🏆…
## 1337                                                                RT @lovecastpodcast: It's the most wonderful time of the year - the annual #GMMTV2023 showcase 🙌 Join us as we talk through all the #BL &amp; #…
## 1338                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1339                                                                    RT @ADHDaemons: @BitsHammer Ah yes Sisters of Silence with their massive 1 box of model options (outside a BL dual character kit) and small…
## 1340                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1341                                            RT @SunShin33060668: Hahaha stop looking 👀🏓😅\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정 \n#RoommatesofPoongduck304 #kimjiwoong #yoonseobin #BL\n#돌맨스 #BL드라마 #kbl…
## 1342                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1343                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1344                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 1345                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1346                                                                    RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 1347                                                                     RT @K_Kentin_Rose: One of the best actors i swear. If they compare them to other bl actors or just actors in general perthchimon stand out…
## 1348                                                                                                                               RT @jsaturfiles: jeff satur i need help and so do you 🤣😭🫠 https://t.co/o8fjJlu420
## 1349                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 1350                                                                                                            RT @micchiluvr: this clip will always make me cry they look exactly the same https://t.co/Ttvr3DE8tF
## 1351                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1352                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1353                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1354                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 1355                                                                  RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #treasure\n\nBig congrats on winning for 'WORLDWIDE FANS' CHOICE' at 2022 MAMA AWARDS…
## 1356                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1357                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1358                                                                                                                               RT @itoshirindaily: pocketsized (please hold them gently) https://t.co/P1LWqbCjW7
## 1359                                                                    RT @yuhaowife: I keep seeing all these "top bl couples" lists since it's the end of the year. my favorite bl couple is porsche and the farm…
## 1360                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1361                                                                                                RT @TREASUREwwide: #YOSHI at the 2022 MAMA AWARDS!\n\n@treasuremembers #treasure #트레저 https://t.co/Ttz6fg4xga
## 1362                                                                     RT @babysblink: I’m being bias but not every series have to come with heavy plot and complicated storylines. We just need some chill, soft…
## 1363                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1364                                                                                               RT @kchartsmaster: 🏆 Congratulations TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS.
## 1365                                                                                                    RT @UTDTrey: The African champions through to the World Cup Round of 16. Repping us well, you love to see it
## 1366                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1367                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1368                                                                    RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…
## 1369                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1370                                                                                                                                                                        RT @Bl_ckkky: Senegal is winning today 💯
## 1371                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1372                                                                  RT @OPQRSTEE: Check out this product 😍 LION Men's Premium T-Shirt 😍 \nShop now 👉👉 https://t.co/Y18tO0uIcp\n\n#tee #tshirt #tshirts #usa #game…
## 1373                                                  RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…
## 1374                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1375                                                                    RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…
## 1376                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1377                                                                  RT @Nika_Rakhmanova: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nIn your arms\nA person with a pure heart sees pur…
## 1378                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 1379                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1380                                                                  RT @petravoice: @illustrata_ai @joynxyz @amli_art @bl_artcult 1st submission\n\n"be careful when playing with the dark"\npt. 1 it's dangerous…
## 1381                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1382                                                                                                                                                      RT @arthistorynews: Provenance researchers feel your pain!
## 1383                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1384                                                                   RT @Tappy_toon: Is it already the finale of Kill The Lights?! We’re not ready to see this couple go… 😢\n\nBUT stay tuned for the epilogue! 😏…
## 1385                                                                                                                       RT @besidesunset: we always got your back :-)\n#เพนกวินบอกรักบิวกิ้นพีพี https://t.co/XAJ4COJWV3
## 1386                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1387                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1388                                                                                                                                                                                   RT @Nene_yr: ON EXPIREEEEEEEE
## 1389                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1390                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1391                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 1392                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 1393                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 1394                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 1395                                                                    RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…
## 1396                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1397                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 1398                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1399                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1400                                                                  RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 1401                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1402                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1403                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1404                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1405                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1406                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 1407                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1408                                                                                     RT @CharliebeansNZ: @ohsinnerman Look what arrived at the bottom of the world!!! I’m so excited 🤩🥳😍 https://t.co/U8TafRJOuf
## 1409                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 1410                                                                                                                                              RT @ohsinnerman: These would make amazing Xmas presents this year.
## 1411                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 1412                                                                    RT @britishlibrary: Following World AIDS day, acclaimed screenwriter, TV producer and creator of #ItsASin, @russelldavies63 and author #Jil…
## 1413                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 1414                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1415                                                                    RT @MollyKHumphries: @GeriKipp @mandy_mclaren They don’t. When they do figure it out, then what? Move to another school? Maybe a little pho…
## 1416                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 1417                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1418                                                                                                RT @OheMCee: Just seen the Lindisfarne Gospels at the ⁦@LaingArtGallery⁩ - a great thrill! https://t.co/PaawxG0Egs
## 1419                                                                 RT @lait911: Leimert Park | Railroad/Train Emergency reported at S Crenshaw Bl / W Exposition Blvd\n\nhttps://t.co/LkX4v8qF6F\n#lafd #lafdalert
## 1420                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1421                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1422                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1423                                                                    RT @hikaru1412: Story was the right pace imo. There are BL that actually have terrible slow-paced storylines. I am shocked. I feel like I k…
## 1424                                                                   RT @thetwelve_dol: As part of our series sharing saints who inspire us, we remember Bl Laura Vicuna!\n\nWe particularly remember her for her…
## 1425                                                                                                                             RT @cutefemcel: bought bl for the first time irl im so embarassed  i cld cry 😭😭😭😭😭😭
## 1426                                                                RT @SupriyaShrinate: Wow! The plot worked. \n\nI deliberately sent this to one particular ‘journalist’ to see what they did with it. \n\nValida…
## 1427                                                                   RT @JinglesPigtails: felt cute in my zombie BL shirt. \ncheck out *Boys of the Dead* by Tomita Douji from @kumapub 👀 (gotta plug my undead s…
## 1428                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1429                                                                                                RT @Fsfofficielle: 70’ | ⚽️ 𝘽𝙐𝙐𝙐𝙐𝙏𝙏𝙏𝙏 ! 𝙆𝙊𝙐𝙇𝙄𝘽𝘼𝙇𝙔 !! \n\n#ECUSEN | (1-2) | #FIFAWorldCup https://t.co/xyx9x828wP
## 1430                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1431                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1432                                                                                                                                RT @HBD_GJH: 𝟏𝟖, 𝐓𝐫𝐢𝐠𝐠𝐞𝐫, 𝐋𝐨𝐯𝐞 \n\n-\n\n𝘊𝘢𝘧𝘦 𝘎𝘪𝘧𝘵 : 𝘓𝘪𝘴𝘵 https://t.co/1gIBl06Hov
## 1433                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1434                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1435                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1436                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1437                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 1438                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1439                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1440                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1441                                                                   RT @ApocTao: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nShe fell back, confused, unsure of the moment... having f…
## 1442                                                                  RT @_Dr_Fetus_: @illustrata_ai @bl_artcult @joynxyz @amli_art #expressionwithmeaning\n\nInspired by The Smiths album “meat is murder” and the…
## 1443                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1444                                                                     RT @phuwintang: (NEW BL!) ปลาบนฟ้า Fish upon the sky - Official Trailer REACTION https://t.co/Se0RyzKl6V via @YouTube  thank you so much @A…
## 1445                                                                                                                                               RT @whatchanloves: aou flirts with boom : a thread\n#อู๋บูม #AouBoom
## 1446                                                                                                     RT @39Yeonhwa: 221129 Cheer up Baby 🥹🥹\n\n#르세라핌 #LE_SSERAFIM\n#사쿠라 #宮脇咲良 https://t.co/kOjnFfUKJY
## 1447                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1448                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 1449                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1450                                                                    RT @ccincin_: This popped up on my tl and I’m sorry I laughed out loud 😂 Billkin’s face when pp said people can dm him is too funny 😂 https…
## 1451                                                                  RT @brumnordie: #BookReview: Mystery in White by J. Jefferson Farjeon https://t.co/Dp4FXIuu2P \n\n#Winter  #Christmas @BL_Publishing https://…
## 1452                                                                    RT @johnjbooks: Some short stories for Christmas from the @BL_Publishing Women Writers series. Have you got this @DannyVanBooks ? https://t…
## 1453                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1454                                                                                                                            RT @Tappy_toon: I didn’t kill you…\nSo go out with me!\n\n❤️‍🔥Any  fans?! #BL #Fantasy
## 1455                                                                                                                            RT @woodzxc: #WOODZ &lt;World Changer&gt; SMF MAMA Full Ver. https://t.co/FjHZBTwxPn
## 1456                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1457                                                                    RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…
## 1458                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 1459                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1460                                                                RT @BeaniverseYoun2: เซอร์ไพรส์​ ❤️‍🔥\n\nWritten by WOODZ\nComposed by WOODZ, Nathan\nArranged by Nathan, WOODZ\n\n#WOODZ @c_woodzofficial #조승연 h…
## 1461                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1462                                                                    RT @EastMidsOHA: Reflections on an oral history project (re)shaped by the pandemic | read about how COVID impacted on our oral history of m…
## 1463                                                                    RT @shipvrse: One of the best NC scene in BL series👏🏻 #ghgh #GhostHostGhostHouse #bl #boyslove #blthai #thaibl #thaiblseries #seriesbl #tha…
## 1464                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1465                                                                                                                                                RT @hanmdin: 「affection」#類司 #prsk_BL https://t.co/M7USPb3RT9
## 1466                                                                    RT @pinpinvn: Finally, I can officially introduce to ya all both main characters from my upcoming BL comic. I was struggling a lot but fina…
## 1467                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1468                                                                  RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…
## 1469                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 1470                                                                                                                        RT @Netflix_CA: still thinking about this moment in heartstopper https://t.co/SNmyptNWNI
## 1471                                                                     RT @MarksAwards: Friday 9th December… a grand celebration of the poetry pamphlet! For the first time in several years, our Awards night is…
## 1472                                                                     RT @darkestdollx: @ErotemeArt @obscuradao @MecenateFineArt @bl_artcult thanks for the tag!!! 🙌💜 perfect theme for dropping some new 𝕡𝕣𝕖𝕥𝕥𝕪…
## 1473                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1474                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1475                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1476                                                                     RT @The_Steph_: @bellylaughs2 @caringinbristol @markolver @JulianTrust @FareShareSW @bristol247 @BristolLive @BristolLifeMag @VisitBristol…
## 1477                                                              RT @kamlesm: Satti chaura ghat Kanpur\nwrongly named Massacre or slaughter ghat?\neveryone knew that fire happened out of confusion &amp; not sta…
## 1478                                                             RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…
## 1479                                                                     RT @ER_EJR: @InLimboV @EnglishmanAdam All of this.Add to it a society strongly built on a class system,in which yr future is determined by…
## 1480                                                                                                            RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 1481                                                                   RT @boyslovetv: Trailer of the Thai BL #NeverLetMeGo! Starring Pond &amp; Phuwin, the series premieres on December 13, 2022! \n\n#เพื่อนายแค่หนึ่…
## 1482                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1483                                                                                                                                  RT @GucciStarboi: Last time to ever perform in Lagos 😳 https://t.co/5D9a77Br1D
## 1484                                                                   RT @iloveps_5: 📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_WAREHOUSE…
## 1485                                                                  RT @excaliburt16: I am currently looking for a Team for 2023 as a Support\nMostly interested in PRM 3+ or ERL 2+,\nbut considering all offers…
## 1486                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1487                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1488                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1489                                                                     RT @JASTBLUE: Now that @Varenyett_bl has announced it, JAST BLUE is proud to say that Sorcerer's Choice: Angel or Demon is our next title!…
## 1490                                                                   RT @QirongsBff: @exosvtdanmei We Stan actors who proudly does BL and never ashamed of their work 💓\nInfact it's Jaechan and Seo Hams off scr…
## 1491                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1492                                                             RT @AnimateIntl: Mask Danshi: This Shouldn't Lead to Love Vol. 1 &amp; 2 are now available❕\n\nSayama is an introvert who uses his mask to hide f…
## 1493                                                                    RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 1494                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1495                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1496                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1497                                                                                                                                  RT @yourspreciously: Perfect la Balance ~ Wizkid #MLLE https://t.co/DA0PNamuNH
## 1498                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1499                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1500                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 1501                                                                    RT @britishlibrary: Following World AIDS day, acclaimed screenwriter, TV producer and creator of #ItsASin, @russelldavies63 and author #Jil…
## 1502                                                                   RT @deltatre: 🇩🇪 We're super-excited to announce we've been selected to build Dyn Media's new streaming platform.\n\nFrom next summer on Dyn…
## 1503                                                               RT @vgclements1: POLIO LINKS\nIMMUNIZATION/James\nhttps://t.co/DUd05PPsUw\nCDC/30,000 Cases of Polio Disappear\nhttps://t.co/fj6wUsMp1Y\nGERM TH…
## 1504                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1505                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1506                                                                                                     RT @rainbowdoha: Whatever they say\nWe stay the same\n\n#레인보우시티 #렌보시 #솬석 https://t.co/yq1juZGxfk
## 1507                                                                       RT @ilovxie: hua cheng                         hua cheng's\n                                             feelings https://t.co/rh4NEobel3
## 1508                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1509                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1510                                                                                                     RT @_3aem: Thinking 💭\n\n#GojoSatoru #呪術廻戦ファンアート #JujutsuKaisen #呪術廻戦 https://t.co/LXJg98vXHd
## 1511                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1512                                                                  RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 1513                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1514                                                                                                                                                            RT @LegalizeRats: bumble rat https://t.co/Th2Ge4tPL7
## 1515                                                                                                                                                  RT @Secondlina: New Crow Time 🍬🗡 (1/3) https://t.co/JseMWjLVmZ
## 1516                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1517                                                                                                                                   RT @woodzxc: why does it sound like seungyoun rapping https://t.co/b5WjkpDYli
## 1518                                                               RT @moodzmode: WOODZ SMF lyrics:\n\nI'm a born challenger, I take care of what’s mine\nDon’t be afraid\nwe started from the street\nThings are m…
## 1519                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1520                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1521                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1522                                                                                                                                                            RT @ricecorpse: I want huggu https://t.co/eKWWNk19Xr
## 1523                                                                                                                     RT @Wannysenpai: q absurdo 🤌\nfeat kageyama\n\n#hinata #hq #haikyuu https://t.co/WoZMJWzY7e
## 1524                                                                  RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 1525                                                                                 RT @woodzaugust: #WOODZ’s surprise 🎶🎁 for MOODZ \n\n   211202 Hijack              221129  World Changer https://t.co/egrTbtn5mq
## 1526                                                                                                                                     RT @LegalizeRats: the new wow expansion looks great https://t.co/3dzQIZSVBk
## 1527                                                                                                                                                        RT @yoginnnnnn: black sharkitty👀 https://t.co/QY5vPU1mEo
## 1528                                                                                                                                                                 RT @oikawahourly: HELLO https://t.co/AaY22aL6p9
## 1529                                                                    RT @AltaytoYughur: Fancy learning about Soviet Turkic and Exile magazines at the British Library? And other collections? Come join us on De…
## 1530                                                                                                                                                             RT @thanhuki: my dear maple https://t.co/66SQOmS9hj
## 1531                                                               RT @ForwardPrizes: The 2022 Felix Dennis Prize for Best First Collection goes to…\n\n✨ Stephanie Sy-Quia @snsyquia for Amnion\n\nCongratulation…
## 1532                                                                                                                              RT @LegalizeRats: Bruno has been up all night writing code https://t.co/54WrpuiuRp
## 1533                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1534                                                                                                                                                     RT @DontShowYourCat: the guest room https://t.co/dCas2gNbLn
## 1535                                                               RT @judyxxn: 상남자식 써프라이즈❤️‍🔥\n\nWOODZ         WOODZ       WOODZ \n        WOODZ       WOODZ        WOODZ \nWOODZ         WOODZ       WOODZ…
## 1536                                                                    RT @rugby_ap: I’m actually in favour of the RFU’s idea to introduce a power-play in rugby where a team can choose an opposition player to b…
## 1537                                                                                  RT @sanajnlove: #firstkanaphan🐈‍⬛: save your tears\n\n[@Firstkpp #1MillionGrowWithFirst #กองทัพของเฟิร์ส] https://t.co/MiemW0APXt
## 1538                                                                  RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…
## 1539                                                                   RT @MarksAwards: ✨Congratulations to Linda France, who is the Michael Marks Environmental Poet of the Year 2022-2023, winning with her port…
## 1540                                                                                              RT @woodzxc: MAMA uses woodz for one of their stages but draw the line at nominating him \nhttps://t.co/FjHZBTwxPn
## 1541                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1542                                                                                                                            RT @bbybluemochi: did anyone miss my fairytale lesbians?♥️🗡️✨ https://t.co/dYbHZcU6tG
## 1543                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 1544                                                                                                               RT @woodz32e_: ppl need to find out who owns that sexy rap voice on mama and yeah it's woodz yall
## 1545                                                                    RT @7chillinvillain: most of the times i don't like blonde hair on anyone but woodz is the hottest blonde i have ever seen. it feels like h…
## 1546                                                                  RT @NUCarnivalEn: NU: Carnival "Eerie Escapade" Event PV\n\nThe mansion's space-bending spell has gone haywire! Eiden and his clan members se…
## 1547                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1548                                                                                                                                                    RT @hualianful: book four hualian 🥺😭 https://t.co/dy51rW1KkZ
## 1549                                                                  RT @NUCarnivalEn: NU: Carnival - [Astral Duo] PV\n\nDuring a trip to the Wood Territory, Master Eiden gets the chance to witness a rare pheno…
## 1550                                                                          RT @Illumiell: Just read this and I wonder who's going to jump on the possibility of gay swan coparenting BL 😆 https://t.co/FzdDUpmGEh
## 1551                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1552                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1553                                                                                                                                                RT @ynbnbaby: This looks like a bl drama https://t.co/8Snj4f7lAR
## 1554                                                                  RT @NUCarnivalEn: NU: Carnival - "Idol Fest" PV\n\nTaking up the role of agent, Eiden aids Yakumo, Olivine, and Blade on their quest to becom…
## 1555                                                                                                                                                     RT @noty3ss: making a grown man kiss his camera on facetime
## 1556                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1557                                                                                                                   RT @misamxsa08: its been too long since i drew them #prsk_FA #prsk_BL https://t.co/bhUajKYAX8
## 1558                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1559                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1560                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1561                                                                                                                        RT @YouGotCrows: Sobs I know I’m being spammy tonight but lookit https://t.co/6C9pplUXxG
## 1562                                                                  RT @NUCarnivalEn: NU: carnival - "Zest for Life" PV\n\nSpringtime is here and the flowers are blooming. Master Eiden's essence is livening up…
## 1563                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 1564                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1565                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1566                                                                    RT @NotreDame: "This college will be one of the most powerful means of doing good in this country." - Fr. Sorin in a letter to Bl. Basil Mo…
## 1567                                                                                                   RT @LeunKon: 1 ☀️ : steampunk \nMeowlly and annya🦋🧸\n#IdentityVfanart #idvfemslashweek https://t.co/VR26WJHOWr
## 1568                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 1569                                                                       RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…
## 1570                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 1571                                                                  RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…
## 1572                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1573                                                                     RT @blinksmartlinks: Import thousands of links at a time using our batch import process - including batch updates! #helpdesk #customercare…
## 1574                                                                                                                                                      RT @woodzunshine: Woodz morning 😍\nhttps://t.co/J1ehyaMEKd
## 1575                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 1576                                                                                                                                                              RT @momocadesho: so boring https://t.co/karyGAr0Eg
## 1577                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1578                                                                  RT @culture_colors: 🌟Wanna do stargazing with us?  You’re invited to join our new journey CC North Star.🌟\n\n👔CC North Star Cardigan in Color…
## 1579                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 1580                                                               RT @ucu: ❗️Tomorrow❗️\n \n3rd day of strike action ✊\nOur union's biggest ever national rally💥\n\nLet's put on another massive show of strength…
## 1581                                                                                                                                                 RT @woodzunshine: I fkkng miss you 😭😭😭\nhttps://t.co/NMmYHNugN4
## 1582                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 1583                                                                                                                                 RT @ToraMledak: The creature ever\n#IdentityV #第五人格 https://t.co/XS188PXg0K
## 1584                                                                   RT @JuanJiewEnt: 29.11.22\n\nพีพี ต้นไม้🌳♥️ \n\n〰️𝐆𝐑𝐀𝐁𝐅𝐎𝐎𝐃 10 𝐕𝐞𝐫𝐬𝐚𝐫𝐲𝐄𝐯𝐞𝐧𝐭\n\n#PPxGrabFood10versary #GrabFood10Versary #ppkritt https://t.co/ThC4…
## 1585                                                                    RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…
## 1586                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1587                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1588                                                                                                                                                 RT @vyevanse: do you guys like my album https://t.co/hjwvsi11AK
## 1589                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 1590                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1591                                                                                                     RT @H_cha_R: 🤹‍♂️\nPostype - https://t.co/w99Eg9Mccw\nPixiv - https://t.co/xyvWbUCv6Q https://t.co/rKdTybYMOB
## 1592                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1593                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1594                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1595                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1596                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1597                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1598                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1599                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1600                                                                RT @WYStarStudio: PREM WARUT  is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (2pt…
## 1601                                                                RT @WYStarStudio: BOUN NOPPANUT  is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (…
## 1602                                                                RT @losnahij21: WTS/LFB\n\nBL pbox - 50php/each (HMT, ULS, Big Apple, Lover Boy, AMOV)\n\npls help RT @krmanhwa_market @kr_retweeter thank you!…
## 1603                                                                                                            RT @hamaocha: 🌪🌧\nPLEASE DO NOT TAG or HASHTAG!! \nEnjoy the Fanart 🫶\n*RUN* https://t.co/JmKLL2BYpQ
## 1604                                                                    RT @prakashraaj: Is it because it may affect Gujarat Election results #justasking ….BJP's BL Santhosh Won't Be Questioned For Now In Telang…
## 1605                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1606                                                                                                                                   RT @gostephgo: my friend says this reads "BL therapy" https://t.co/RLbXe8o0U5
## 1607                                                                                                                             RT @sapphicslike: margot robbie finally got to kiss a woman https://t.co/krEFoh31c1
## 1608                                                                                                                              RT @sugatradamus: the way we have a whole collection now 😭 https://t.co/j7mHMM7itL
## 1609                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1610                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1611                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1612                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1613                                                                                                                                                   RT @BlueLockpic: Bachira and his mom🐝 https://t.co/znrZINJHUG
## 1614                                                                                                                 RT @mmm_martyska: Jaehyuk’s possessive hold #bl #limitedrun #리미티드런 https://t.co/TelyJr3lUU
## 1615                                                                                                      RT @glitchious: ✧ #yoshiden —; omegaverse! au\n\ncw // bl, bxb, harshwords, mpreg. https://t.co/hSO9v5t6SG
## 1616                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1617                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1618                                                                                                                                              RT @txtgenleaders: Huening cutest siblings https://t.co/0UtNDZ8oLS
## 1619                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1620                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1621                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1622                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1623                                            RT @SHSH_HBD: 𝑺𝒆𝒐𝒌𝒉𝒘𝒂 𝑩𝒊𝒓𝒕𝒉𝒅𝒂𝒚 𝒆𝒗𝒆𝒏𝒕\n𝒘𝒊𝒏𝒕𝒆𝒓𝒃𝒐𝒚 𝒈𝒊𝒇𝒕𝒑𝒂𝒄𝒌 𝒐𝒑𝒆𝒏! \n\n#WINTERBOY_SEOKHWA\n#석박사_지금이야_초_불어\n#그_시간_다_털어서_축하할까 https://t.co/WtTXpvypPC
## 1624                                                                       RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…
## 1625                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 1626                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 1627                                                                RT @jvang199027: Lastly!! On today's magical BL trip, I visited the #Swapping Cafe. Mannnnn!! They went all out this time around 🤩\n#스와핑 #BL…
## 1628                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1629                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1630                                                                    RT @ArtistRefsIDV: @/BUspuzPMrropHwh (twt, mild NSFW warning for acc) is the artist behind the cosmic witch, risktaker, and dragon hunter e…
## 1631                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 1632                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1633                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1634                                                                     RT @ajiela8144: @little_jiaxinn_ It is impossible for the BL series to be approved for graphic publishing.  After realizing it, many of us…
## 1635                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1636                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1637                                                                                                 RT @Fsfofficielle: 43’ | ⚽️ 𝘽𝙐𝙐𝙐𝙐𝙐𝙏𝙏 !! 𝙄𝙎𝙈𝘼𝙄𝙇𝘼𝘼𝘼 ! \n\n#ECUSEN | (0-1) | #FIFAWorldCup https://t.co/6DRdmhbxs7
## 1638                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1639                                                                     RT @LibraryArden: After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Workshop.…
## 1640                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1641                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1642                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1643                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1644                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1645                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 1646                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1647                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 1648                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1649                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1650                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1651                                                                         RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz
## 1652                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1653                                                                    RT @poddar_namrata: Such an honor to see #BorderLess among @WIRoBooks’s favorites for 2022! Here’s an excerpt from @AliceKSStephens’s revie…
## 1654                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1655                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1656                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1657                                                                  RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 1658                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1659                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1660                                                                    RT @RtuituikaFC: 29.11.22 | Youtube Rtuituika Update \n\n[Reaction] EP.12 แอบหลงรัก เดอะซีรีส์ Secret Crush On You // with #BillySeng\n\n🔗 : ht…
## 1661                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 1662                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1663                                                                    RT @tbaudinette: Seeing the extremely divergent reactions to the announcement of #CherryMagicTH among Thai fans (excited), Japanese fans (h…
## 1664                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1665                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1666                                                               RT @thebottomlounge: 🦒JUST ANNOUNCED🦒\n@plinirh w/ special guests Sungazer &amp; Jakub Zytecki on Tuesday, May 9th! Tickets are on sale this Fri…
## 1667                                                               RT @thebottomlounge: 💀JUST ANNOUNCED💀\n@kickstandshows presents @Magnoliaparkfl: Baku’s Revenge Tour w/ special guests @ArrowsInAction &amp; @po…
## 1668                                                                    RT @krishnanaidu98: I just love how this show first gave me 2 BL couples and is now giving me a GL as well..Ma Han is hot and definitely ne…
## 1669                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 1670                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1671                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1672                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1673                                                                   RT @boyslovetv: Trailer of the Thai BL #NeverLetMeGo! Starring Pond &amp; Phuwin, the series premieres on December 13, 2022! \n\n#เพื่อนายแค่หนึ่…
## 1674                                                                                                  RT @MrFilipeOrlando: This man is one of the most underrated footballers we'll ever see https://t.co/GZNTkuIlQE
## 1675                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1676                                                                                                                                          RT @mister_ade5: Big breast, small yansh \n\n🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩
## 1677                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1678                                                              RT @gekenkshop: • CARATBONG SVT \n\nSEALED : 2,800\nUNSEALED : 1,800\n\npayo / can dop but need dp and the bl once onhand\nsfeta (december dating…
## 1679                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1680                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1681                                                                   RT @timblessing101: Happy Just be happy there is a lot to be grateful for, you don't have it, doesn't mean you will not have it!\nRemi Tinub…
## 1682                                                                    RT @alisonturkos: Today @BrianLehrer discussed The Adult Survivors Act and how it will positively impact New Yorkers who have been sexually…
## 1683                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1684                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1685                                                                    RT @MargoGontar: Documentary abt russian atrocities committed to civilians in Bucha, near my dear Kyiv, received @fpa Award. It goes by I C…
## 1686                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1687                                                                              RT @EuromaidanPress: France has supplied an undisclosed number of its variant of the M270 Multiple Launch Rocket System to Ukraine
## 1688                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1689                                                                   RT @DefenceU: No matter how much you occupiers run around on our land, you will still need to stop. \nBut once you stop, we will destroy you…
## 1690                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1691                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1692                                                            RT @survivorstrong3: Police reform is a child &amp; family issue. Police retain up to 65% of those who abuse their own family &amp; then those offi…
## 1693                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 1694                                                            RT @survivorstrong3: Police reform is a woman's &amp; children's issue. Police retain those who are violent against women &amp; kids in their own f…
## 1695                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1696                                                                    RT @jeffsaturjpg: @jeffsatur U were amazing as always! Incredible performance. Please take a lot of rest as much as possible and please tak…
## 1697                                                                                                          RT @shipper_diary: [Biggest change after 1 year]\n\n#FortPeat #TellerxFortPeat https://t.co/d5Jcgcifep
## 1698                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1699                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1700                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1701                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 1702                                                                RT @lifendaynews: Today Update : #PriyankaChaharChoudhary was breaking every WKW from inside for blames &amp; false allegations. HMs doing viol…
## 1703                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1704                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1705                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1706                                                                    RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…
## 1707                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 1708                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1709                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1710                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1711                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1712                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1713                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1714                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1715                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1716                                                                    RT @britishlibrary: Caring for a collection that dates back thousands of years has many challenges, from crumbling paper to books written i…
## 1717                                                                                                              RT @bibblesummett: Please He is so cute 🤏🏻🥺\n\n#BuildJakapan @Buildbuilddd https://t.co/fYSLv3Vy98
## 1718                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 1719                                                                                                 RT @JeffSaturFC: SATs is all around you Jeff Satur 💗\n\n#MusicHeals2022xJeff #JeffSatur https://t.co/wbBcYQR6dD
## 1720                                                                                                                                                         RT @kpfiIms: — build ig update! https://t.co/JX6BmlM5IO
## 1721                                                                                                                               RT @jeffsaturjpg: SATS ❤️\n#Jeffsatur #MusicHeals2022xJeff https://t.co/1VdebXKJ87
## 1722                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 1723                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1724                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1725                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 1726                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1727                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1728                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1729                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1730                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1731                                                                   RT @galaxyfinance3: 👍 THE $30,000 GLEAM AIRDROP CAMPAIGN IS NOW LIVE!\n\n✔️ Participate and stand a chance to be one of 500 winners to earn $…
## 1732                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 1733                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1734                                                                 RT @Tappy_toon: NEW RELEASE 🔝\nI Became the Lousy Side Top\n\nJaewoo wakes up in a BL novel… as a side character who torments the main bottom,…
## 1735                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1736                                                           RT @WayV_official: Teaser Image 1 #TEN\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShenV…
## 1737                                                                   RT @yenpress: Basketball players. Roommates. Senpai-kouhai BL romance. 🥰\nWhen Kagiura's left in the tender care of his mother hen of a room…
## 1738                                                           RT @WayV_official: Teaser Image 1 #XIAOJUN\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShe…
## 1739                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1740                                                     RT @ITZYofficial: ITZY &lt;CHESHIRE&gt; D-DAY POSTER\n\n📍 TITLE TRACK “Cheshire”\n\n☑ RELEASE 2022.11.30 WED 6PM (KST) | 4AM (EST)\n☑ PRE-SAVE &amp; PRE-O…
## 1741                                                     RT @ATEEZofficialjp: [🎬] ATEEZ(에이티즈) - 'Paradigm' Official MV (Performance ver.)\n\nhttps://t.co/xQM4S9u0MN\n\n#PARADIGM #ATEEZ #에이티즈 #エイティーズ
## 1742                                                RT @OfficialC9ent: 🎄2022 C9 Christmas🎄 \n\nTRACKLIST\n\n2022.12.07 6PM\n\n#2022C9Christmas #윤하 #YOUNHA #이석훈 #LEESEOKHOON #씨아이엑스 #CIX #시그니처 #cigna…
## 1743                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1744                                                         RT @BIGHIT_MUSIC: The Name Chapter - Concept Trailer Teaser\n(https://t.co/Pygafn40Oy)\n\n#투모로우바이투게더 #TOMORROW_X_TOGETHER #TXT #TheNameChapter
## 1745                                                    RT @NiziU__official: NiziU 4th Single\n『Blue Moon』\n2022.12.14 Release\n\n🎥“Blue Moon” M/V Teaser1\n🔗https://t.co/fmRD4GfgIZ\n\n#NiziU #ニジュー #니쥬 #…
## 1746                                                          RT @WayV_official: Teaser Image 1 #YANGYANG\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiS…
## 1747                                                                                                                                                   RT @feeIingsvibes: i'm happy i met you, i'm sorry you met me.
## 1748                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1749                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1750                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1751                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1752                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 1753                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1754                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1755                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1756                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1757                                                                                                                                                 RT @barchorde_tin: SIR GIVE ME A CHANCE https://t.co/mfVzpIEWAF
## 1758                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1759                                                                     RT @tccandler: Congratulations to these 4 faces for being officially nominated as one of the 100 Most Handsome of 2022.  Which one is your…
## 1760                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1761                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1762                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1763                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 1764                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 1765                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1766                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1767                                                                    RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…
## 1768                                                                                                                                             RT @jsaturfiles: jeff satur this is illegal https://t.co/p6T7Pm4T5Z
## 1769                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1770                                                                                       RT @Momotexx: GUYS THE PANTS ARE NEXT💦 LETS DO IT🙏\n#akumillust #momarties #ScarredHeartComic #BL https://t.co/eMMu1yotOQ
## 1771                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1772                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1773                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1774                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1775                                                                RT @Fortfts_Korea: 🚩 22.11.29 aunsam_makeup  IG  UPDATE ~\n\n☑️ https://t.co/Hfwe9YXr2v\n\n#ComeFortZon #FortFTS\n#OurSmile22ndFortDay https://t…
## 1776                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 1777                                                                       RT @Pledis_th: SEVENTEEN ได้รับรางวัล Worldwide Fans Choice จากงาน 2022 MAMA Awards\n\n#SEVENTEEN #เซเว่นทีน #MAMA2022 https://t.co/qZ3Jvv63uv
## 1778                                                                    RT @Vanguard_way: @illustrata_ai @joynxyz @amli_art @bl_artcult #Expressionwithmeaning with these pieces I'm exploring duality, feminine/ma…
## 1779                                                                    RT @addict_car: Fiat acquired Innocenti in 1990, and soon after the company's range - derived originally from the BL Mini - was renamed Inn…
## 1780                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1781                                                                  RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 1782                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1783                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1784                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 1785                                                                  RT @Jackhangu: 🎤 : What angle are you attractive? \nW : actually I think ever angle na, I can’t choose \n🎤: I just ask Win what angle is he h…
## 1786                                                                     RT @LibraryArden: After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Workshop.…
## 1787                                                               RT @exc_xx: Update Thai BL\n#NeverLetMeGoSeries\n\n📆Premiere 13/12/2022 Every Tuesday, 20:30pm🇹🇭 on GMMTV Youtube Channel\n\nStarring: #PondPhuw…
## 1788                                                                                                         RT @LordDetaur: I love their matching akitoya sea cucumber plushies\n\n#prsk_BL https://t.co/qfefENCYDI
## 1789                                                                                          RT @koreansales_twt: [#2022MAMA] Congratulations to #GOT7 for winning Worldwide Fan's Choice  at the 2022 MAMA Awards!
## 1790                                                                    RT @maria_avdv: This destroyed Russian base in the liberated Kherson shows why high precise weapons from our allies is so crucial for Ukrai…
## 1791                                                                   RT @DRAMAWORLDxoxo: 'To Sir, With Love' is soo underatted 😩🤌.....how can you all sleep on this 🌟MASTERPIECE🌟???\n#Khunchai #tosirwithlove #B…
## 1792                                                                    RT @Kyupopopie: Smart, tall, handsome, wide shoulder, small face, deep-charismatic voice, big eyes, cute dimple in the corner, humorous, ta…
## 1793                                                                                                                    RT @ycsm1n: spotify wrapped isn’t enough, i want an excel spreadsheet of my listening habits
## 1794                                                                  RT @edittsheaven: it's been a month since semantic error ended😔😭\n\n#semanticerror #edit #bl #SemanticErrorEp7 #SemanticErrorEp8 #jaechan #se…
## 1795                                                                                                                                                                     RT @BlackPearl1301: Me to all the BL tops :
## 1796                                                                    RT @LlopisMarta95: Never forget Ukrainian children. No child deserves to grow up in a country at war. #UkraineWar #Ukraine 🇺🇦💔 https://t.co…
## 1797                                                                                                                                                        RT @kpopsapphic: This is history https://t.co/0tvsI7bW5k
## 1798                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 1799                                                                    RT @yaoilynnx1: One of the reasons the BL industry is such a huge ecosystem- fans spend on happiness, something that can’t be quantified ht…
## 1800                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1801                                                                     RT @jeffjag: @illustrata_ai @joynxyz @amli_art @bl_artcult My #expressionwithmeaning is a diptych from my upcoming Paint Drop collection -…
## 1802                                                                  RT @LaliceUpdates: Til the sun comes up, I'll be here with you!!! No lie, no lie 🎶💃🏼\n\n#NETIZENSREPORT #LISA for Asian Celebrity of the Year…
## 1803                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1804                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1805                                                                  RT @BLUPDATE2022: GMMTV's #NeverLetMeGoSeries starring #PondPhuwin premieres this December! Don't miss the Official Trailer tonight!\n\nBetwe…
## 1806                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 1807                                                                  RT @MFA_Ukraine: 🇺🇦 We know exactly #WhatWeAreFightingFor. For our children, their smiles, their happy childhood, and their future!\n\n📷 Hajd…
## 1808                                                                                                                                     RT @jaehtak: pov: the fuckboy takes you to his room https://t.co/6Qzh5NhcMj
## 1809                                                                  RT @LaliceUpdates: joanna girl always winning 🥺 mmhmmh i need to change my name 🤔😂\n\nEvery time #LISA started her solo stage with #LALISA an…
## 1810                                                                RT @shipper_diary: [Update on 500K Vlog date]\n\nI’m waiting for their solo date 🤭🤭\n\n#FortPeat #TellerxFortPeat @peatwasu @fort_fts https://t…
## 1811                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1812                                                                RT @Scarlyya: It was 2018/19 I was really into otome related &amp; BL anime so I watched the UtaPri anime. It felt a bit cringe but oddly liked…
## 1813                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1814                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1815                                                                    RT @kdramatreats: this 4th gen girl groups's debut tracks collab stage is like listening to my playlist, they really dominated 2022 and sla…
## 1816                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1817                                                                                                                          RT @lowkeyalbert: Find someone that stays obsessed with you, not just in the beginning
## 1818                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1819                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1820                                                                      RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 1821                                                                                   RT @hyovrse: why is he deliberately putting his face RIGHT into the camera you are gorgeous we GET IT https://t.co/6dIsnY5KJq
## 1822                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1823                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 1824                                                           RT @WayV_official: Teaser Image 1 #XIAOJUN\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShe…
## 1825                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 1826                                                                    RT @Sebongtubatuco: Hi friends! I’m still not feeling all too great mentally, but I had just enough mental energy to make this spring bear/…
## 1827                                                                                                                                       RT @o6frog: more #iso photocard templates ! &lt;3 https://t.co/fgCBvw18Z7
## 1828                                                          RT @WayV_official: Teaser Image 1 #YANGYANG\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiS…
## 1829                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1830                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 1831                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 1832                                                              RT @NlNGSETTER: OTW Bear Toploader Template\n\nfeel free to use it, just pls don’t remove my @ !!\n\n✦ HQ: https://t.co/29FYlrn4eY\n\n— kpop temp…
## 1833                                                           RT @mintificial: don’t mind me— I’m just casually spreading my megane scara agenda 😎\n#scaramouche #wanderer #genshinimpact #スカラマシュ #原神 http…
## 1834                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1835                                                                                                                    RT @lixcultures_: seungmin last line, "we will stay together as 8" 🥹 https://t.co/PwYetel8NU
## 1836                                                                                                                                             RT @njfiIms: hold hands 😌 #Vibie5YxNetJames https://t.co/iJSwmAl9zl
## 1837                                                                                                                        RT @kisekianything: Ian Grimwood was just seen in the BL  aisle! https://t.co/zmA54IGf9n
## 1838                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1839                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 1840                                                                                                                        RT @kisekianything: Ian Grimwood was just seen in the BL  aisle! https://t.co/zmA54IGf9n
## 1841                                                                                                                RT @jamesphere: oh just netjames being themselves 🧍🏾‍♀️\n#Vibie5YxNetJames https://t.co/ypAipjc4Hz
## 1842                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1843                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1844                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1845                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1846                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1847                                                                                                                                                        RT @BLUPDATE2022: It's coming... https://t.co/19vzEUhv3n
## 1848                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1849                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1850                                                                  RT @EuromaidanPress: Soldiers of Ukraine's Georgian Legion show the repaired equipment, which they previously took from the Russians. \n\n📷ht…
## 1851                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1852                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1853                                                                    RT @IittIeuphoria97: @Americanfoodie7 Ah. Yes, I'm in agreement. There's always some excuse from the fandom to not support him, it's very t…
## 1854                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 1855                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1856                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1857                                                                   RT @jjklve_: hello, @billboardcharts @luminate_data @billboard\n The latest BB charts results are not accurate, since the streams for the MV…
## 1858                                                                         RT @BlerdyOtome: JAST BLUE to bring Varenyett’ BL Visual Novel, ‘Sorcerer’s Choice: Angel or Demon’ to the West https://t.co/lw8DjvtOBi
## 1859                                                                    RT @ng_meng05: @fubroshi I've seen enough of Thai BL fandom to know that stuff like this is really about the actors they prefer, but they j…
## 1860                                                                   RT @iloveps_5: 📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_WAREHOUSE…
## 1861                                                                                                               RT @TXTUNOFFlClAL: the hueningz 🥹 I CRY LOOK AT THE BRIGHTEST SMILES EVER https://t.co/rw9lcQvDXy
## 1862                                                                    RT @97SARCHIVES: .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploaded by FIFA has finally been incl…
## 1863                                                                    RT @archiveforJK: .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV o…
## 1864                                                                    RT @jeonIves: .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV of "D…
## 1865                                                                    RT @jkoncharts: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the…
## 1866                                                                     RT @KookCharts: .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV of…
## 1867                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1868                                                                    RT @MichaelWarbur17: This is what I call Busking. \n\n‘The Lucky Chops’ hit the NYC Subway🍏🎷🎺\n\n(@theluckychops) \n https://t.co/Q2SXshTOgF
## 1869                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1870                                                                                                                                                                RT @moatoons: felix is a NIGHTMARE for bisexuals
## 1871                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1872                                                                                                                      RT @wtsns_info: coming in 2023\n#수평낙하 #intothehorizon #teamsns https://t.co/QkLizeneFS
## 1873                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 1874                                                                                                                                                                      RT @AM2013lyricsbot: I just wanna be yours
## 1875                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1876                                                                    RT @SpaceTelescope: #NASARoman will find galaxies at different stages of their evolution—galaxies in small groups and in large clusters, me…
## 1877                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1878                                                                    RT @KatariyaPran: Glad to see SEBI has got into the act. There is some serious criminal activity happening in the Trading community. My hea…
## 1879                                                                  RT @WorldNfts: @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by @WisnuPradanaArt\nIT'S AL…
## 1880                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1881                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1882                                                                   RT @MarksAwards: ✨Congratulations to Linda France, who is the Michael Marks Environmental Poet of the Year 2022-2023, winning with her port…
## 1883                                                           RT @WayV_official: Teaser Image 1 #TEN\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShenV…
## 1884                                                                    RT @retrospeedway: @Harvest93573301 @UprightSpeedway Also, UK promoters became lazy. Instead of training our own, they turned to untried fo…
## 1885                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 1886                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1887                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 1888                                                                                                                                                             RT @zee_pruk: black panther https://t.co/xhDI94gPLC
## 1889                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1890                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1891                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1892                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1893                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1894                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 1895                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1896                                                                    RT @Rudu1212: @chetan_sankhe @v_i_s_h_a_l_150 @WesternRly @RailwaySeva @Gmwrly @ThisisAnnuTyagi all Dahanu train are running late daily.3rd…
## 1897                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1898                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1899                                                                         RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz
## 1900                                                                    RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 1901                                                                  RT @headBONDmeLWJ: today’s unboxing 📦\n\n#tgcf novel korean version published by @B_lab_BL, hua cheng and xie lian box sets. each set comes w…
## 1902                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 1903                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1904                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1905                                                                                                                                                             RT @foxeology: i'm not okay https://t.co/2tYUhJv74P
## 1906                                                                    RT @johnbilcliffe: Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley USAF EC…
## 1907                                                                    RT @britishlibrary: This November, @BL_Publishing’s #WomenWriters series reaches 17 titles since debuting in 2020, bringing back to print f…
## 1908                                                                                                                                                      RT @hyunjinpost: OH MY GOD HYUNJIN https://t.co/5LK6swV41Y
## 1909                                                                                                                         RT @winnttaebear: BTS laughing when yoongi drop a reaction meme https://t.co/Imihi23iLZ
## 1910                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 1911                                                                                                                                             RT @tthomastc: throwback tuesday #tthomastc https://t.co/w6sPDeJj6V
## 1912                                                                                                                          RT @mynameis_evi: the way Boss smiled well Noeul hugged him 🥹\nhttps://t.co/H5UoI7Unvu
## 1913                                                                    RT @PaulinaK55: Your performance in KinnPorshe was phenomenal! You guys rised so many standards! I can't watch any Thai BL series without c…
## 1914                                                                    RT @RossiAtanassova: I have published a blogpost about the progress with my AHRC-RLUK Professional Practice Fellowship project: https://t.c…
## 1915                                                                                                                   RT @Quackity: to anyone who’s going through a tough time, just know ❤️ https://t.co/DV3otM6sAb
## 1916                                                            RT @clarthelunagate: The Vampire &amp; the Duke ep 49 has been updated! \n\nLink on bio~\n\n#tvtd #thevampireandtheduke  #BL #boyslove #WEBTOONCANV…
## 1917                                                                    RT @BioRegioSTERN: Outdated transaction methods cost the #healthcare sector $250 billion each year. Digital solutions are a powerful tool t…
## 1918                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1919                                                                    RT @1000282: This is Mr Boohig who in 18 march 97 opposed the Murphy family s appeal in circuit court skibbereen he stood over lies and got…
## 1920                                                                                                                                    RT @jeffsaturjpg: ig: winchattra / plscallmeaonthana https://t.co/lLgJdQfuPB
## 1921                                                                                                    RT @buffstax: "IM COMING           "PETE IS OUR\nFOR PETE!!!"            FAMILY NOW" https://t.co/7gR5yjHGON
## 1922                                                                                                                                                               RT @jeffsaturjpg: Mr. CEO https://t.co/wSCCz9XipG
## 1923                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1924                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1925                                                                                           RT @funkychuckyy: Bible is so competitive but realized that Biu’s wearing white😂\n#BibleBuild https://t.co/A0li9m4jJs
## 1926                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1927                                                                                                                  RT @ShashaNajiha: teatime with president netflix bl 😜❤️ @reallohkeanyew https://t.co/wOheqveSe2
## 1928                                                                                                                               RT @OT7LOOK: football is so interesting guys listen to me https://t.co/PQvCaH7u7N
## 1929                                                                    RT @KookCharts: Jk is a 9 month old soloist (and didn’t even had his official solo debut yet) but huge music platforms are already sabotagi…
## 1930                                                                  RT @cebuBLorg: 📌BIBLE: "I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST"\n\nBible Wichapas Sumettiku…
## 1931                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1932                                                                  RT @_Dr_Fetus_: @illustrata_ai @bl_artcult @joynxyz @amli_art #expressionwithmeaning\n\nInspired by The Smiths album “meat is murder” and the…
## 1933                                                                                                                                                     RT @barchorde_tin: no but srsly.... https://t.co/u7zW0daDwB
## 1934                                                                   RT @ApocTao: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nShe fell back, confused, unsure of the moment... having f…
## 1935                                                                    RT @pinpinvn: Finally, I can officially introduce to ya all both main characters from my upcoming BL comic. I was struggling a lot but fina…
## 1936                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1937                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1938                                                                                                                     RT @jinniesarchives: the way seokjin pushed his hair back is so hot https://t.co/404lML5rR9
## 1939                                                                                                                                                               RT @yyujinationn: SOBBING https://t.co/gqIupeOvXL
## 1940                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1941                                                                                                                                   RT @BCHANPIC: bang christopher chan is not joking ??? https://t.co/4xfE7FW32O
## 1942                                                                 RT @amantedel__bl: Ya se va mi chiquito Boss 🥺💗\n" SEE YOU AGAIN!"\n\n#KissMyBodyXBossNoeul #BossNoeul #BoNoh  #Bosschaikamon #Noeulnuttarat h…
## 1943                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 1944                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1945                                                                                                                                    RT @spearhyunnie: oh woah changbin.. i have no words https://t.co/KpIQGfdK1s
## 1946                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 1947                                                                                                                                           RT @_avetato: had to draw this out #pokemonsv https://t.co/AtTWvYNU8O
## 1948                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1949                                                                   RT @dragos_badita: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nHi! My entry is a story about a woman that set her…
## 1950                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1951                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1952                                                                    RT @jeffysaters: kimchay if kim taught chay how to use the gvn so they can be the unstoppable mafia husbands ever instead of trying to push…
## 1953                                                                  RT @Nika_Rakhmanova: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nIn your arms\nA person with a pure heart sees pur…
## 1954                                                                    RT @johnbilcliffe: Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley USAF EC…
## 1955                                                                                                                                     RT @HanaPen5: busy morning ✨\n#原神 #Genshinlmpact https://t.co/ODIkQB9LC0
## 1956                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1957                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1958                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1959                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1960                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1961                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1962                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1963                                                                                                                       RT @bkpp_official: Fire boy💚💚\n\n#PPxGrabFood10versary \n#ppkritt https://t.co/ScFt38nOCN
## 1964                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 1965                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1966                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1967                                                                                                           RT @PALPITATE1999: 𝟤𝟤𝟣𝟣𝟤𝟫 𝖦𝗋𝖺𝖻 \n\n💚\n\n#ppkritt\n#พีพี\n#GrabFood10versaryLand https://t.co/WgteS6293b
## 1968                                                                                 RT @kagswaffle: #isagiharem #rinsagi #bachisagi #nagisagi bl one tweet au\nSad girl-Lana del rey (0.46) https://t.co/JWCP2HlnRM
## 1969                                                                                                                RT @JeffSaturFC: Jeff update his IGS \n\n#MusicHeals2022xJeff #jeffsatur https://t.co/euUU9P8Qig
## 1970                                                                                                                                             RT @jsaturfiles: jeff satur this is illegal https://t.co/p6T7Pm4T5Z
## 1971                                                                       RT @biuberryluve: everybody fighting cutely and these two competitive mfs be out there kicking each other like 😭\n\n#BibleBuild #ไบเบิ้ลบิว…
## 1972                                                                                                                                        RT @kpfiIms: — apo ig update with tong and jeff! https://t.co/a0WvJMjh10
## 1973                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1974                                                                 RT @holybibs: SO THEY PROLLY FILMED THIS SCENE AND THEY CUT IT OUT?! BECAUSE THE PAJAMA LOOKS THE SAME WITH THE NOVEL VEGAS 😭\n\n꒰ #BibleBuil…
## 1975                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1976                                                                                                                                                       RT @barchorde_tin: FUCK NOT AGAIN https://t.co/aUBkp5Ilhw
## 1977                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1978                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 1979                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1980                                                                                                                                                         RT @kpfiIms: — Jeff new photos! https://t.co/p7EvgrP8Ay
## 1981                                                                     RT @ayeclpse: as a bl newbie, are there any other recommendations u wanna give me? (i’m quite sure i’m forgetting some i watched here tbh)…
## 1982                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 1983                                                              RT @_asheijii: Let’s make a thread of bl manhwa/manga recommendations!!!!!\n\nreply some of your favourite bl. imma start with PEACH LOVE &amp; M…
## 1984                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1985                                                          RT @kimzhu921231: Pete: Vegas,why did you beat Venice?!\nVegas:emmm,he played our 'toys'.......\nPete:our toys?what? adult don't need toys,gi…
## 1986                                                                     RT @TheAriesDemon: •this tops/semes will be the death of me ☠️• #Jinx #LimitedRun #LowTideinTwilight #BewaretheIdesofMarch #LoveMeNot #TheG…
## 1987                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1988                                                                                               RT @cclodye: HE IS USING TYESO TUMBLR JUST LIKE ME ARGH &gt;&lt;\n\n—#biblebuild #ไบเบิ้ลบิว https://t.co/tEVrjJwnrO
## 1989                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 1990                                                                                  RT @Lalalandrama_: - DECEMBER - still updating... \n\n💙 KDRAMA\n💚 CDRAMA\n💛 THAI DRAMA\n💜 JDRAMA\n💗 BL https://t.co/n9AzDWsMe0
## 1991                                                                 RT @holybibs: biblebuild fights with each other and ending up with build worrying about nong bibs 🥺🤏\n\n꒰ #BibleBuild #BibleWichapas #BuildJa…
## 1992                                                                    RT @buffstax: This is when Biu accidentally drop the knife prop and hurt his feet. Bible got worried and asked him in tiny voice but Biu sa…
## 1993                                                                  RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 1994 RT @iltae0125: #HAPPY_SUNWOOK_DAY\n#지선욱_행복해?\n#근데_있잖아_생일이야_그거_알려주고_싶어서\n#기억해_네_생일_날짜까지도\n#너라서_너라서_축하했어\n#오늘도_네_생일이_낭만적이길\n\n성욱아 Happiest of Birthd…
## 1995                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 1996                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1997                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 1998                                                                             RT @AdzTheMadz: Our kings! The IT couple of Thailand!! BL legends @milephakphum @Nnattawin1 #MileApo #MilePhakphum #Nnattawin ✨🙌🏼💚
## 1999                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2000                                                                    RT @ChaebolBabynim: @Apostrophe098 that's what i'm afraid of in most BL series is that when they can't separate their feelings from acting,…
## 2001                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2002                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 2003                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2004                                                                    RT @biuberryluve: pls i didn't know they had to hit with belt for real 😭... even tho they probably didn't hurt for real , it must've been s…
## 2005                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2006                                                                    RT @Jeonjungkook_SG: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 2007                                                                                         RT @zoomdara_online: Fire Boy 🔥🔥\n\n#ppkrit #พีพีกฤษฏ์\n#GrabFood10Versary\n#GrabFood10Versaryland https://t.co/B3pBFVNtrE
## 2008                                                             RT @SerieTV46: Spotify Global 🌍 Daily (2022-11-28):\n\n#11 #JUNGKOOK "Dreamers" - 2.887M\n#54 Charlie Puth feat. #JUNGKOOK "Left &amp; Right" - 1.…
## 2009                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2010                                                                                       RT @PriyankaSmile_: Cheers to a lifetime. 🍻\n\nI hope you will bless us @shreyaghoshal my love. ♥️ https://t.co/ceOtZA8aGx
## 2011                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 2012                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2013                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2014                                                                                                                               RT @RealMona_: me &amp; my friend after believing in love https://t.co/MYSNohh7Di
## 2015                                                                    RT @dailybible: So Joseph also went up from the town of Nazareth in Galilee to Judea, to Bethlehem the town of David, because he belonged t…
## 2016                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2017                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2018                                                                                                    RT @HipzMy: Old Blood Noise Endeavors launches BL-44 Reverse https://t.co/jxlUE1ghc5 https://t.co/WbOE2L0pAY
## 2019                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2020                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 2021                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2022                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2023                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2024                                                              RT @GianlucaMeschi9: Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst 🇪🇪 #…
## 2025                                                                                                                                               RT @ricksprickk: o this is BEAUTIFUL #TWD https://t.co/uDDfmJxUGY
## 2026                                                                                                                                              RT @BeyondBeautiful: “Sexuality is fluid” bro pls go drink bl*ach”
## 2027                                                                                                                                                      RT @lovesriick: THEM &gt;&gt; #TWD https://t.co/GmVBNtlZOE
## 2028                                                                                                                      RT @wtsns_info: coming in 2023\n#수평낙하 #intothehorizon #teamsns https://t.co/QkLizeneFS
## 2029                                                      RT @DLIP_Records: 2022 LAST HOTTS\n\nRELEASE LONGSET LIVE\nSHEEF THE 3RD &amp; BLAHRMY\n\nD.L.i.P. LIVE\nDUSTY HUSKY\nRHYME BOYA\ncalimshot\nMSP\nFORTUNE…
## 2030                                                               RT @CSY_CoffeeTMI: King of unreleased songs in award shows #WOODZ #우즈 #조승연 \n\nAAA 12/02        🤝         MAMA 11/29 https://t.co/TkuLlPE8FQ
## 2031                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 2032                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2033                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2034                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2035                                                                      RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 2036                                                                                                                      RT @wtsns_info: coming in 2023\n#수평낙하 #intothehorizon #teamsns https://t.co/QkLizeneFS
## 2037                                                           RT @le_sserafim: [#오늘의르세라핌]\n221129 @ 2022 MAMA AWARDS\n\nFAVORITE NEW ARTIST LE SSERAFIM 🫶🏆\n\n#LE_SSERAFIM #르세라핌 https://t.co/kfoxdXQmUa
## 2038                                                              RT @FlixMcMahon: REEL RAP PRESENTS:\nDIRECTORS CUT 🎬\nMAIN EVENT: \n@FlixMcMahon VS @DonMarino305\n🗓DECEMBER 3RD\n⏰️1PM-7PM\n🏖FORT PIERCE, FLORID…
## 2039                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 2040                                                                    RT @prakashraaj: Is it because it may affect Gujarat Election results #justasking ….BJP's BL Santhosh Won't Be Questioned For Now In Telang…
## 2041                                                                     RT @amli_art: @GothlyticalArt @illustrata_ai @joynxyz @bl_artcult What a fun way to use this tool and got some great work out of too! Just…
## 2042                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2043                                                                   RT @GothlyticalArt: @illustrata_ai @joynxyz @amli_art @bl_artcult "The House"\nMy biggest stress in my life reimagined. I utilized img2img t…
## 2044                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 2045                                                                    RT @ArtificialCrows: @illustrata_ai @joynxyz @amli_art @bl_artcult These are about our personal experience with DID, plus a dash of what mo…
## 2046                                                                RT @ErotemeArt: @illustrata_ai @joynxyz @amli_art @bl_artcult 'The Green Man'\n\nI love using skulls and trees together in my art.\n\nThe inext…
## 2047                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2048                                                                                  RT @WorldNfts: @illustrata_ai @joynxyz @amli_art @bl_artcult Dreams are free 💫\n#expressionwithmeaning https://t.co/tgwGS0PW9P
## 2049                                                                                                                                                             RT @DIN0FILMS: Wonu’s child https://t.co/bzFW9dZKpY
## 2050                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2051                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2052                                                                    RT @timblessing101: @_RTadyJerry @Sparkybwoii2 @sparkybwoi @FynBoyAjebutter @matthiannaji @emmalee029 @DangoteOfData @1OfficialEugene @_bl_…
## 2053                                                                    RT @Army_Connect: #Dreamers also could have debuted at #1 on the Global excl. US chart if @YouTube, @youtubemusic, @TeamYouTube counted all…
## 2054                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2055                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2056                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2057                                                                                                                                                 RT @BigDaddyShaky: ALL BL🖤CK EVERYTHING https://t.co/tRrThH4zku
## 2058                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2059                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2060                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2061                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2062                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2063                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2064                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 2065                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2066                                                                RT @RealTimeNews10: SNATCH &amp; GRAB OF LOTION: Giant 1000 Bl. of Fairlawn Ave. Laurel, MD. Laurel PD on scene investigating a theft in the st…
## 2067                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2068                                                                                                                             RT @TWDPromos: Rick Grimes in #TheWalkingDead S1 vs. S11🔥🔥🔥 https://t.co/A45faoo26K
## 2069                                                               RT @BLUPDATE2022: 🚨 [CONFIRMED] AIRING THIS DECEMBER 2022\n\n1 - #OhMyAssistant 🇰🇷\n2 - #609BedtimeStory 🇹🇭\n2 - #MySchoolPresident 🇹🇭\n9 - #Sem…
## 2070                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 2071                                                             RT @thisis153cm: Q. What's your request to be accepted from each other?\n\nF : Pls be kind to me &amp; do whatever I want \nP : I'd like Fort to p…
## 2072                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2073                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2074                                                                   RT @PigRabbitTay: P'Cheewin: Why does Seng would like 2 put his head on your shoulder?\nBL: Maybe my shouder r warm.\nP':I see, I've nothing…
## 2075                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2076                                                                    RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 2077                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2078                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2079                                                                                                                                                                  RT @itswords_: You’re my favorite notification
## 2080                                                                                              RT @Jongdaisy_: WHO IS THE CUTE BOY THAT STRUGGLED WITH ENGLISH IN JO1?!\n\n#MAMA2022 #JO1 https://t.co/13YMjaOIv2
## 2081                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 2082                                                                                                                          RT @Lusine_wrd: @bl_hkg @roxysshi Yup they really said it here https://t.co/aMKkotjZ3P
## 2083                                                                                             RT @veri6918: This manhwa is awesome! I can't get enough of it!\n \n#Blender3d #tgcf #BL\n\nhttps://t.co/ExBLyKGyUv
## 2084                                                                                                             RT @naayizhan: your BL is one of the best 🫶\n\n#MyToothYourLove #我的牙想你 https://t.co/CYYEB6mofz
## 2085                                                              RT @GianlucaMeschi9: Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst 🇪🇪 #…
## 2086                                                                        RT @official_jo1: [#金城碧海]\n🤟🏻👅MAMA🌍JAM !! \n\n ILOVE   YOU!!    😈 💋\n\n#MAMA2022\n#JO1 #KINJOSUKAI #스카이 https://t.co/vBgRcgpKxT
## 2087                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2088                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2089                                                                  RT @sususiaoo: 🗣️: p'peat have you gifted him your present or not?\nP: actually, I already prepared it\nF: HUYY\nP': it's a secret first, soon…
## 2090                                                                                                                                              RT @gabrimoonn: coronation of lana del rey https://t.co/7VaFi8ygZe
## 2091                                                                 RT @sususiaoo: 5 of the person or 1 person but 5 Years old?\nF: i request for 5 years old Peat. 5 of him will give me a headache\nP: Why? 🤨\nF…
## 2092                                                                  RT @nftwithu: @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this wonderful work from @Monathereum\n\n"Joyfull Innocenc…
## 2093                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2094                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2095                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2096                                                                    RT @MFA_Ukraine: FM @DmytroKuleba: “The last time I attended a #NATO ministerial, I came with three words: weapons, weapons, and weapons. T…
## 2097                                                              RT @GianlucaMeschi9: Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst 🇪🇪 #…
## 2098                                                                    RT @syafulizwan: @ssyazwanaa With all the GE15 tension that divide some of us, I really feel the next Malaysian Open 2023 should be the bes…
## 2099                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2100                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2101                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 2102                                                                      RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 2103                                                                                                            RT @FrancisViiperi: Most Awaited BL Series! #NeverLetMeGo #PondPhuwin @GMMTV https://t.co/uJL7omU76E
## 2104                                                                              RT @bts_bighit: Run BTS! 2022 Special Episode - 'RUN BTS TV' On-air Part 2\n(https://t.co/aD1o9LMlD0)\n\n#RunBTS #달려라방탄 #달방
## 2105                                                                    RT @HOAChannelPH: #RainbowPrince lead stars Adrian Dionisio and Eurwin Canzana personally invite you to catch Asia's first musical BL serie…
## 2106                                                                    RT @Rts_WW: RT herefshyfshy: @Duezii @BlazedRTs @SGH_RTs @thgc_rts @Rts_WW The horrific yell as I slipped off the balloon would have been a…
## 2107                                                              RT @shipper_diary: That’s all you’re asking for Fort?? \n\nYou’re too nicee 🥺🥺\n\nUse your birthday privilege, my boy 🤭🤣\n\n#FortPeat #TellerxFor…
## 2108                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 2109                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 2110                                                                    RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 2111                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 2112                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 2113                                                                                         RT @ATinyStrayUni: Omg #JO1 are so cute and charming. Who was the cutie stumbling over his acceptance speech? So sweet.
## 2114                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 2115                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 2116                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2117                                                                    RT @bnrlibrarian: toh bellowing “that’s my wife!!!” about the big boyfriend physically wrapped around his body is maybe one of the greatest…
## 2118                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2119                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2120                                                                    RT @sasa_n_00: @MuzPsycho100 It's an official chapter from the anthology that's about making a mp100 doujin and Reigen just keeps trying to…
## 2121                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2122                                                                    RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 2123                                                                                                                                                               RT @mgcarchvs: baby &lt;3 https://t.co/uOgtxv1rAY
## 2124                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2125                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2126                                                                                                                                                               RT @Disruptren: gmmtv write your own bl challenge
## 2127                                                                                                               RT @lostinyosemite: me singing dealer by lana del rey when i’m home alone https://t.co/DDKazlsgJm
## 2128                                                                                                                             RT @Crhedrys: At times I ask myself, are these people real? https://t.co/9rIlQTg3wB
## 2129                                                                  RT @britishlibrary: Liven up the colder evenings with our autumn season of events…\n\nEnjoy rare screenings of classic films, discover fascin…
## 2130                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2131                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2132                                                                RT @jvang199027: Lastly!! On today's magical BL trip, I visited the #Swapping Cafe. Mannnnn!! They went all out this time around 🤩\n#스와핑 #BL…
## 2133                                                                                                                RT @TrollFootball: USA players last night before their game against Iran https://t.co/L9eBJyNsvD
## 2134                                                                    RT @thehawkeyex: g) Now one side J¡hadists group recruite them and on another side there has been a bloodied incident of massacre in 2017 w…
## 2135                                                                  RT @theseoulstory: [#2022MAMA] 🏆 Congratulations to IVE for winning the Favorite New Artist today at ‘2022 MAMA AWARDS’ today! 🎉 \n\n@MnetMAM…
## 2136                                                                  RT @temsbaby: Thank God for Great counsel. \nThank God for good health and growth. \nNot many can take out time even if they wanted to. They’…
## 2137                                                                   RT @temsbaby: So much growth this year. I’m here for my fans. I have worked so much on myself. It will all make sense when it happens. \nI s…
## 2138                                                                    RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…
## 2139                                                                           RT @temsbaby: I just a baby!! I’m gonna show off. \nYou don’t like it? Fuck you from the bottom of my heart🙏🏿 https://t.co/OvCjF98jdb
## 2140                                                                                                                  RT @delicioussthing: perth and chimon as a side couple in this new bl? well shit. i am seated.
## 2141                                                                    RT @temsbaby: I don’t know who needs to hear this but I am not your Christian saviour. I didn’t come here to uphold your beliefs about God.…
## 2142                                                                   RT @temsbaby: I don’t brag because I’m not playing the same game. I don’t need to brag, I am who I am whether you know it or not.\nIt is the…
## 2143                                                                                                                                                                               RT @temsbaby: Thank God I’m free.
## 2144                                                                                                                                                                             RT @ppnaravit: @phuwintang handsome
## 2145                                                                RT @MiyakeHaruko: "Hey! Heard you also like BL, hope you don't mind me sitting beside you~"\n\nCommission from: @SeikiDraws \n\n#ENVtuber #PHVt…
## 2146                                                                                           RT @BookshopGlasgow: “Hell is empty and all the devils are here.” — William Shakespeare...... https://t.co/iT6Kkh7GEY
## 2147                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2148                                                                    RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…
## 2149                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2150                                                                                         RT @asakemusik: Let’s the December madness start Now !!!! (Organized chaos)\n.\n🎥 @boy_director https://t.co/rxZRXMG4wz
## 2151                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2152                                                                                                                                               RT @Simp_tuyo: @Beelce_ BL\nBlue Lock\nBoys Love\nBlue Lock = gay
## 2153                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2154                                                                    RT @kpophappenings_: when that kpop idol was given a homophobic question by asking him if he cringed when he saw his member act in a BL dra…
## 2155                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2156                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2157                                                                                                                                  RT @thesheddyking: Person wey organize tutorial cry comot from exam hall today
## 2158                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 2159                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 2160                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2161                                                                    RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…
## 2162                                                                                                   RT @JAYFUSED: #TellerxFortPeat \ni love you                           i love you more https://t.co/mzvWgRO36i
## 2163                                                                                                                                           RT @zzpopzz: them with aranaras\n#xiao #venti https://t.co/iHtJYi7epU
## 2164                                                                                          RT @peatws: Peat and his unlucky hands 🤣\n\n#TellerxFortPeat \n#FortPeat #FortFTS #Peatwasu\n\nhttps://t.co/G90y3M7xrr
## 2165                                                                                                                                                              RT @BBBui6969: so sweet!😘😘😘😘😘\n\n#TellerxFortPeat
## 2166                                                                  RT @___5O6O: Thank you for your hard work every day.🫡\nToday too, #FortPeat was cute.❤️💙\nIt was a happy day.Thank you. 🙏🏻💕\nGo home safely an…
## 2167                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2168                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 2169                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2170                                                                    RT @Jharkhand_cho: #MDNHMJH #stopoverloadingchos @mansukhmandviya @BannaGupta76 @MoHFW_INDIA @HLTH_JHARKHAND @AyushmanHWCs @PMOIndia sir ga…
## 2171                                                                    RT @JacksonWang852: Was just at the night market, Plz dont stand in the rain … it’s not worth it. I can’t accept the fact that no one there…
## 2172                                                                           RT @BamBam1A: sorry for the "can you leave?" 😅\ni really don't know how to do it\n\nif you have a twitter please show your self here😭
## 2173                                                                                                                                        RT @MillsReggie: Never lose faith. Keep working hard, you’ll find a way.
## 2174                                                                    RT @Kpop_Herald: [#2022MAMA] @IVE_twt you girls look amazing tonight @MnetMAMA. Congrats once again! 🏆🔥🤎 #ive #MAMAAWARDS https://t.co/d4af…
## 2175                                                                                                                                            RT @peoplelove2talk: I love ❤️ olivia rodrigo https://t.co/chNdHBU6Vk
## 2176                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 2177                                                                                                          RT @ivepics: gaeul performing nmixx – o.o at mama awards #MonsterRookiesAtMAMA https://t.co/QYfMv12rnK
## 2178                                                                    RT @UntoldLives: Gunner William Ruxton was discharged from the Bombay Artillery in 1859 after 23 years’ service because of old age, loss of…
## 2179                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 2180                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2181                                                                                                      RT @yiruyu: "don't worry Ventea im gonna save you!!" \n#原神 #xiaoven #xiao #venti https://t.co/csca3KvbBT
## 2182                                                                                                                                                         RT @sadtruthwords: I hope this year has a happy ending.
## 2183                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 2184                                                        RT @BLUPDATE2022: SOUTH KOREA | From the same producer of ‘Blueming’, KENAZ's “#TheDirectorWhoBuysMeDinner #밥만잘사주는이상한이사님” starring Park You…
## 2185                                                          RT @BLUPDATE2022: JAPAN | BL Horror Movie “#グランギニョール #GrandGuignol” premieres October 28th in theaters.\n\nStarring Komiya Rio (#EternalYeste…
## 2186                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 2187                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2188                                                                                                                                      RT @BLAsia_Africa: Don't miss the December film screenings @BL_IndianPrint
## 2189                                                                               RT @UrFujoshiSister: Gmmtv serving us a quality BL Series for the last minute of 2022 #NeverLetMeGoSeries https://t.co/d8wBq9cEaq
## 2190                                                                                                                  RT @dkz_dy: [📸] 221129 2022 #MAMA AWARDS\n\n❤️🐯🐰🐹🐱🐻🦊💙\n\n#DKZ #디케이지 https://t.co/jLEWmXNs5b
## 2191                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2192                                                         RT @yaoi_you: Smooches~✨ (〃∆〃)ゞ💕\n\nLook at Sasaki's expression in the first image, how cool (~0³0~)💙\n\n(Via Sasaki &amp; Miyano, licensed by Yen…
## 2193                                                                 RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 2194                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2195                                                                    RT @littledunk0110: I'm already a picky person when it come to BL series and now they've made my standard become higher.\nFort and Peat are…
## 2196                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2197                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2198                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2199                                                                 RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 2200                                                                                                                                                 RT @ElevenElevenQts: ⠀\n\n             Is your heart okay?\n\n⠀
## 2201                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2202                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2203                                                                                                                                           RT @ElevenElevenQts: If I'm weird with you, I'm comfortable with you.
## 2204                                                                                                RT @kchartsmaster: 🏆 Congratulations ENHYPEN for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS.
## 2205                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 2206                                                                                                                                          RT @puppydragons: Bl actors sitting together 🫦 https://t.co/JqkFtUwkck
## 2207                                                                     RT @Anne_MarieBrady: I stand with the people of China who are bravely protesting against their government. A4 white paper is being used as…
## 2208                                                                   RT @sususiaoo: Look at their happy lil dance when the emcee mentioned that there are 40k+ people watching their live 🥺🥺\n#TellerxFortPeat ht…
## 2209                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2210                                                                                                                                                       RT @lheesoftie: tags for #enhypen https://t.co/kPP29NGFZ7
## 2211                                                                                                         RT @onlyhereforbkpp: "without leniency and with no exception". as they deserve. https://t.co/siD4NuJnel
## 2212                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2213                                                                                            RT @ivepics: an yujin performing le sserafim – fearless at mama awards #MonsterRookiesAtMAMA https://t.co/HRURugBoPZ
## 2214                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2215                                                               RT @losnahij21: WTS/LFB\n\nThe 🍕 Delivery Man and Gold 🏰 BL Pbox - 220php set\nPearl Boy - 220php set\n\npls help RT @krmanhwa_market @kr_retwee…
## 2216                                                               RT @losnahij21: WTS/LFB\n\nPunch Drunk Love BL Pbox - 110php set\nSecret Relationships - 110php set\n\npls help RT @krmanhwa_market @kr_retweete…
## 2217                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 2218                                                                RT @losnahij21: WTS/LFB\n\nBL pbox - 50php/each (HMT, ULS, Big Apple, Lover Boy, AMOV)\n\npls help RT @krmanhwa_market @kr_retweeter thank you!…
## 2219                                                                    RT @BlackLo39629533: The hardest thing in life is having feelings in your heart that you can't put into words. that is pure feelings of lov…
## 2220                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 2221                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 2222                                                                                                           RT @_cloudiary: 2022 MAMA #NMIXX #IVE #NewJeans #LE_SSERAFIM #Kep1er Cheer up https://t.co/AhB2oe7KsO
## 2223                                                                                                                                                    RT @WeiWeiPonGege: Girl groups , BL and other gay activities
## 2224                                                                 RT @Kanjengirene_: Billkin Entertainment &amp; PP Entertainment appointed lawyer Jen Phaisit to proceed with pressing charges against some acc…
## 2225                                                               RT @LaliceUpdates: RT &amp; Reply for \n#HotTrendingSongs 🥺⬇️\n\nCan't wait to see #LISA perform #LALISA and #MONEY in Europe! Also hoping to see…
## 2226                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2227                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2228                                                                  RT @loveinPPE: PerthChimon -\nDangerous Romance directed by Lit Samajarn.  \nThe most exiting as it's GMMTV Original BL series, not adaptatio…
## 2229                                                                  RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #treasure\n\nBig congrats on winning for 'WORLDWIDE FANS' CHOICE' at 2022 MAMA AWARDS…
## 2230                                                                  RT @LaliceUpdates: Lisaaaaaaa 😍😍😍 @MnetMAMA \n\n#NETIZENSREPORT #LISA for Asian Celebrity of the Year #ACOTY2022 @thenreport https://t.co/ZXP…
## 2231                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2232                                                                                                                RT @MemindyOfficial: Happy Birthday @fort_fts 🥰🥳\n\n#OurSmile22ndFortDay https://t.co/vnZcINkmu4
## 2233                                                               RT @forgot7ss: YOUNGJAE ACCEOTED AND SUDDENLY STARTED SINGING NANANA! \n\n#GOT7_144pLIVE #GOT7 @GOT7 #갓세븐 #GOT7Win2022MAMA https://t.co/cGgkS…
## 2234                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 2235                                                                                                                       RT @b_beauniiz: Congratulations 💚🕊️\n#GOT7Win2022MAMA\n#GOT7 @GOT7 https://t.co/oDEmijPXsz
## 2236                                                                 RT @youngandlynn: 🍑: Ahgasaes, as we will always do our best as GOT7, so please send us lots of support and love.\n\n🥹🫠💚😭🥰\n#Jinyoung #GOT7 #G…
## 2237                                                                                  RT @cclodye: bible after vegas crying scene with pete. he looks so sad 🥺\n\n#biblewichapas #biblebuild https://t.co/7CTSMxeTFv
## 2238                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2239                                                             RT @Quinny_il: HBD Albedo ☺️❤️ I just realized that this is the same pose I drew last year 😂My style has changed a lot\n\n#albelumi #アルベド生誕祭2…
## 2240                                                                                   RT @STORY_EarthMix: 🗓 DMY : 29/11/65\n\n💌 น่ารัก 🥰\n\n📮IGSTORY : theearthe \n\n#EarthPirapat #เอิร์ทพิรพัฒน์ https://t.co/903l1KAvSf
## 2241                                                                                                  RT @mcaryeong: Using the same filter is one of em favorite things😌\n#เอิร์ทมิกซ์ #EarthMix https://t.co/cM9lMHNnxa
## 2242                                                                                                                                                RT @hanmdin: 「affection」#類司 #prsk_BL https://t.co/M7USPb3RT9
## 2243                                                                    RT @britishlibrary: This #GivingTuesday help us care for our collection by adopting a book from our list of classics from Little Women to A…
## 2244                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2245                                                                    RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 2246                                                                                                                          RT @BamBam1A: You guys did it!\nThank you IGOT7💚\n#IGOT7 #GOT7 https://t.co/Tau8uzoHAn
## 2247                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2248                                                                   RT @hammie_yuyu: so Kit joined other actors in the anti-breast cancer campaign - QSCBC (Queen Sirikit Center for Breast Cancer) \nthis is th…
## 2249                                                                       RT @EarthMixxJFC: [2022-11-29]\nIGS Update!\n\n🥰🤎💕\n\ncr. theearthe \n\n#EarthPirapat #ชาวโลก\n#EarthMix #เอิร์ทมิกซ์ https://t.co/TiQVk85hoG
## 2250                                                                                                                        RT @syafulizwan: PRYSM boleh jadi media of the year sebab BL🇲🇾 is the FAN OF THE YEAR 😁🔥
## 2251                                                                                         RT @cosplayer_lex: #개차반 #오늘만사는형제\n류난무🚬\n\n(LezhinComics&amp; Bomtoon\n bl webtoon) https://t.co/p7Hb3QfZC2
## 2252                                                                        RT @EarthMixxJFC: [2022-11-29]\nIGS Update!\n\n👨🏻‍🎓🫶🏻\n\ncr. mixxiw \n\n#mixxiw #ส่วนผสมของมิกซ์\n#EarthMix #เอิร์ทมิกซ์ https://t.co/IC3ux1rI9y
## 2253                                                                    RT @btstatsreminder: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 2254                                                                RT @SupportForMT: 🎉Congratulations GOT7 2022 MAMA AWARDS 🎉🎉🎉\n\nWorldwide Fans' Choice top10🥹\n#GOT7Win2022MAMA\n#GOT7 @GOT7 https://t.co/Ek7uW…
## 2255                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2256                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2257                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2258                                                                    RT @thordiskolbrun: We, the Ministers of Foreign Affairs from 🇪🇪🇫🇮🇮🇸🇱🇻🇱🇹🇳🇴🇸🇪, are in Kyiv today in full solidarity with Ukraine. Despite Ru…
## 2259                                                                    RT @biwkeen: congrats holdxxxxxxx pantxxxxxx bkrxxxxxxxx gooddxxxxxxxx kinbxxxxxxx telexxxxxxxx trutxxxxxxxx lovebxxxxxx oneyxxxxxxxx handx…
## 2260                                                                    RT @britishlibrary: This #GivingTuesday help us care for our collection by adopting a book from our list of classics from Little Women to A…
## 2261                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2262                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2263                                                                    RT @oohmpieng: just when bkpp em and ohmnanon retired... filmjam become an established pair. im afraid ill stay on bl twt forever https://t…
## 2264                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2265                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2266                                                                    RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…
## 2267                                                                                                                                       RT @dkz_dy: #종형 #JONGHYEONG\n2022 MAMA AWARDS 🍀 https://t.co/tjWKaMuX6V
## 2268                                                                    RT @L1PGL0SSHONEY: my chemical romance ‘NJ hardcore’ my ass. mcr is like if you gave a theater kid access to a recording studio and nuclear…
## 2269                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2270                                                                                       RT @JAYFUSED: Oh my god, Fort... I don't have anything to say to you anymore...\n#TellerxFortPeat https://t.co/MhOdi5xd0G
## 2271                                                                                                           RT @charts_k: .@BTS_twt extends their record as the artist with the most Daesangs of all-time (68). 🏆
## 2272                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2273                                                                    RT @charts_k: Congrats to @BTS_twt for winning the "Worldwide Icon of the Year" Daesang at 2022 MAMA, their 5th consecutive year to achieve…
## 2274                                                                                                                                   RT @sprinklesss1: Personal space? FORTPEAT don't know that 🫢 #TellerxFortPeat
## 2275                                                                                                                               RT @milkteawlessice: Peat's luck has been taken by Fort today\n\n#TellerxFortPeat
## 2276                                                                                                                                       RT @JAYFUSED: wait... it's him😭\n#TellerxFortPeat https://t.co/xbqK0zQGr1
## 2277                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2278                                                                   RT @visegrad24: After February 24th, the Russian Army took 119 000 square kilometers of Ukrainian territory.\n\nUkraine has now liberated 75…
## 2279                                                                                                                        RT @lgbtanime: im fighting the hacker someone send me bl manhwas https://t.co/xQzoeO5jjD
## 2280                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2281                                                               RT @losnahij21: WTS/LFB\n\nThe 🍕 Delivery Man and Gold 🏰 BL Pbox - 220php set\nPearl Boy - 220php set\n\npls help RT @krmanhwa_market @kr_retwee…
## 2282                                                                            RT @charts_k: “Dreamers” by @BTS_twt Jungkook earned the #1 top song debut on Spotify Global this weekend! 🌎 https://t.co/jaH3O1WEfx
## 2283                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 2284                                                                    RT @worlcuppa: Also #mynameisnanon has always thought he's so much better than #ohmpawat, who did 5 BL roles which he has laughed at. He al…
## 2285                                                                RT @charts_k: According to Big Hit Music, Suga's own talk show 'Suchwita' is a talk-show type content where Suga drinks &amp; talks frankly wit…
## 2286                                                                    RT @worlcuppa: lol #mynameisnanon only care about the optics of  "bkpp and other big artists sharing the stage with NNN," it's all about sh…
## 2287                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2288                                                     RT @matchboxfilm: 📸&lt;Choco Milk Shake&gt; Couple poster ‘Jungwoo💗Choco’\n\nBL fantasy romance &lt;Choco Milk Shake&gt;\nOctober ‘STRONGBERRY’ will be sh…
## 2289                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2290                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 2291                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2292                                                                    RT @BLUPDATE2022: W-Story revealed #MrHeart stars Han Sejin and Cheon Seung Ho will be having their guest appearance in 2023 Office Rom-Com…
## 2293                                                                    RT @Pawankhera: Dear Ambassador Gilon, kindly do not defame my country. India respects and loves its guests. We believe in ‘Vasudeva Kutumb…
## 2294                                                               RT @matchboxfilm: " I am the most important. "\nActor Kim Seonghyeok as the inverted cuteness chic Kitty Milk\nThe character poster for &lt;Choc…
## 2295                                                                                                          RT @charts_k: .@BTS_twt's "Yet To Come" has been certified RIAJ Gold in Japan (50,000,000 streams) 📀🇯🇵
## 2296                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2297                                                                                                                     RT @charts_k: "Dreamers" by @BTS_twt Jungkook debuts at #1 on the Digital Song Sales chart!
## 2298                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 2299                                                                    RT @TomFitton: The Republican silence, relatively speaking, about the abuse and targeting of @ElonMusk by the Left gov/corporate/media/acti…
## 2300                                                                 RT @matchboxfilm: "I love you, from the day we first met."\nActor Lee Jaebin as Puppy Choco, who loves only Jungwoo\n\nSpending time with a do…
## 2301                                                                     RT @culturedwithM: Fort did the punishment for Peat but Peat felt bad so he did it to. The instant regret on Peat’s face after putting the…
## 2302                                                                RT @urfaveshipper: I dont even have to guess but Fort loves it when Peat does that puppy eyes and soft  voice 🥹 \n\n#TellerxFortPeat\n\nhttps:/…
## 2303                                                                  RT @vmingoa: Respectfully disagree with Ambassador Gilon on all counts. \n\nNadav Lapid represented the jury @IFFIGoa, not Israel. His commen…
## 2304                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2305                                                           RT @WayV_official: Teaser Image 1 #TEN\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShenV…
## 2306                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2307                                                       RT @PPKRITT_DAILY: [INSTAGRAM FOLLOWERS]\n29.11.22 &lt;08:00 PM&gt;\n\n3,614,516 (+4,563)\n\n📌 Follow: https://t.co/6o3Z6cQfJh\n\n#ppkritt @ppkritt #lov…
## 2308                                                                  RT @BLUPDATE2022: W-Story's upcoming BL “#준과준 #JunAndJun” starring Ki Hyun Woo, Yang Jun Mo, Jo Chan Hyun, and Park Hyeong Seop will start…
## 2309                                                                   RT @EerikNKross: Are we still using this creepy "we stand with Ukraine as long as it takes"? \nWhat is "it" in this equation? Until the last…
## 2310                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2311                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2312                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 2313                                                                                                                                   RT @scarapics: SCARA WANTERS WILL BE SCARA HAVERS !!! https://t.co/k46XGdr8mL
## 2314                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 2315                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 2316                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2317                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2318                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2319                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2320                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 2321                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2322                                                                    RT @MargoGontar: After each russian attack, black out, when electricity restored again, the next who Ukrainians are thanking and hailing, a…
## 2323                                                                    RT @abtheflame: LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled "Honora Medicum" at the Dr. Robert…
## 2324                                                                                                         RT @choizeep98: Peat look so smol right here, ugh! I wanna keep him in my pocket 😩😩\n\n#TellerxFortPeat
## 2325                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 2326                                                                                                                                                         RT @milkteawlessice: OMG❤️😵 I'M DEAD\n\n#TellerxFortPeat
## 2327                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 2328                                                                                                   RT @hikaru_clipper: Goodbye lider at least you have cool friends in vtuber heaven now https://t.co/FDwA6bKxxl
## 2329                                                                                                                        RT @MarsusVee: @hunncut @elinorodonovan This must be part 2 then https://t.co/Qs7tL8utTV
## 2330                                                                    RT @hunncut: @elinorodonovan Man goes to doctor. Says he's depressed. Doctor says, "Treatment is simple. Great clown Pagliacci is in town t…
## 2331                                                                                      RT @puppybiw: billkin is listed as one of the Top50 influential people 2021/22 in this magazine!!🥺 https://t.co/SufQNuBhUS
## 2332                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2333                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2334                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2335                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2336                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 2337                                                                    RT @britishlibrary: 13 years after Oliver’s first appearance in print, Dickens wrote about his continuing concern with the ‘elevation of th…
## 2338                                                                                                                                               RT @kootroll: #โอมนนน : just stay with me https://t.co/9ABV8SHSBl
## 2339                                                                                                                                                         RT @wordsbyexo: chen's letter 💌 https://t.co/5n6Hyb4XYc
## 2340                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2341                                                                     RT @_FriendUnfriend: Just exactly how many pics and poses are there left? 😜\n#ohmpawat\n#mynameisnanon\n#แบรนด์คึกCup https://t.co/rFaZmT5C70
## 2342                                                                                                                                            RT @porr_patlnwza55: MY OHMNANON 😭😭😭 #โอมนนน https://t.co/7Gr8U0UdqI
## 2343                                                                                                                                     RT @ohmnonboba: *Insert crying noises* \n#โอมนนน\n\nhttps://t.co/AlyHUzQxvk
## 2344                                                                         RT @BlerdyOtome: JAST BLUE to bring Varenyett’ BL Visual Novel, ‘Sorcerer’s Choice: Angel or Demon’ to the West https://t.co/lw8DjvtOBi
## 2345                                                                 RT @jodanspace: Warning spoiler ⚠️\n\nThe handsome killer in black 🖤 unusual look with his hair down 🥵\n\nSender terta3man Ta3man dari update l…
## 2346                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2347                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2348                                                                  RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 2349                                                                  RT @BLUPDATE2022: GMMTV's #NeverLetMeGoSeries starring #PondPhuwin premieres on December 13.\n\nDepicts the story of the son of a mafia leade…
## 2350                                                                                                                                                RT @porr_patlnwza55: THATS SOOO DOMESTIC https://t.co/WKoveyd1on
## 2351                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2352                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2353                                                                                                                                        RT @porr_patlnwza55: *bish u cld never* COMEBACK https://t.co/RJkVDumOb2
## 2354                                                                                                                                                   RT @kthsorion: they are my number 1s  https://t.co/KuMpfFcYji
## 2355                                                                                                                  RT @Conchetu_art: @Kagariasama_bl @0mxmO Coincidentally, my unicorn asked me the same question
## 2356                                                                                                                                                       RT @yumiyoum: oh my god, my heart 🥰🥰🥰\n\n#TellerxFortPeat
## 2357                                                                                                                                          RT @ohmnonboba: OH MY OHMNON 🥹😭🥹😭🥹\n#โอมนนน\n\nhttps://t.co/Z4qXtKkJGh
## 2358                                                                                                                                                           RT @ppnaravit: @perthppe @Chimonac @phuwintang my bro
## 2359                                                                 RT @Ammi_forBB: POLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t.co/nZ1CmJVsNN \n\n#BibleWichapas #bsumone @biblesumett\n#B…
## 2360                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 2361                                                                                                                                      RT @BLAsia_Africa: Don't miss the December film screenings @BL_IndianPrint
## 2362                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2363                                                              RT @MnetMAMA: [#2022MAMA_Moment] #SuperCali (MAMA ver.) by #jo1 #제이오원\nThey made the best night for us tonight! 🌠🎶\n2022 MAMA AWARDS is now o…
## 2364                                                                 RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…
## 2365                                                                     RT @honeyonasho: for those who are asking for the "who is the one who talked in english in jo1" or "who's the cute guy that talked in jo1"…
## 2366                                                                                                                                                RT @JAYFUSED: @anannnw anan wtf......... https://t.co/4S5yaD9Dtt
## 2367                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2368                                                             RT @shipper_diary: Peat lost again!!!\n\nPunishment is to eat lemon\n\nMC: Do TLC and ask Fort to help\n\nP: Fort, do you love me?\n\nF: Ask me in…
## 2369                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2370                                                                    RT @shipper_diary: P’PEAT LOST THE GAME AND HAD TO BEG FOR TLC FROM FORTTTT\n\nOMGGG BEST DAY EVER FOR FORTT 😆😆😆\n#TellerxFortPeat #FortPeat
## 2371                                                                    RT @johnbilcliffe: Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley USAF EC…
## 2372                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2373                                                                    RT @Daily_JK97: .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploaded by FIFA has finally been inclu…
## 2374                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2375                                                                 RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…
## 2376                                                                    RT @BL_Scenery: PILOT TEASER | "It's destiny to meet but not to live together." A Period Romantic Drama of #Mindtrio's 2023 #BL project, "W…
## 2377                                                                                                                         RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc
## 2378                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2379                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2380                                                                    RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 2381                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2382                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2383                                                                                                                                                          RT @pun_rii: Make mora ! 😅💰💰🪙🪙 https://t.co/9VESIyqrKS
## 2384                                                                                                                                          RT @weirdlilguys: it do be like that sometimes https://t.co/91iDxUtJve
## 2385                                                                  RT @yinwar_army: pyin: Nong War 😍\nPwar: phi yin 😍\n\nI love hearing them reverse calling it's so cute like waryin.\n\n#YinWarxCHABAA #หยิ่นวอร์…
## 2386                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2387                                                                                                              RT @bangtinyboyys: When BTS turned mama into their own concert so iconic \nhttps://t.co/S38feS9QEo
## 2388                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 2389                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 2390                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 2391                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2392                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2393                                                                                                                RT @Ioverspring: kit talking about bisexual representation i am in Tears https://t.co/kUhxFE1GBZ
## 2394                                                                                                                        RT @KNITEcoser: Day 2 of AFASG @animefestasia was Zhongli day 😳🤎 https://t.co/TZKOBk5zYw
## 2395                                                                                                                   RT @theastays: the fact that THIS is skz’s most heterosexual member😭  https://t.co/fjBkv3rTqj
## 2396                                                              RT @Tappy_toon: COMING SOON ⏳\nAgain\n\nDo you believe in karma? \n\nJust as Nokyoung thought he had lost everything, he woke up in the past, be…
## 2397                                                                  RT @babyfeat_bonoh: #TellerxFortPeat #Fortthitipong #FortFTS #peatwasu #prapaisky #captainpeat #ComeFortZon #babyfeat \n\n😌🤏🥺....their nickna…
## 2398                                                                                                            RT @urfaveshipper: I prefer if they use their lips to remove that sticky notes 😤\n\n#TellerxFortPeat
## 2399                                                                                                                                                  RT @shipper_diary: They are so cuteeee 😆😆😆\n\n#TellerxFortPeat
## 2400                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2401                                                                                              RT @chenjouyin: Guys, please only use a single hashtag na, lets boost the current hashtag first.\n#TellerxFortPeat
## 2402                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2403                                                             RT @WarnerMusicPH: 2022 is for GOT7 and Ahgases 😭💚\n\nGOT7 winning Worldwide Fans’ Choice at #MAMA2022 Awards! 🥳 \n\n#GOT7_NANANA #GOT7 #갓세븐 @G…
## 2404                                                                  RT @sevendless: GOT7 winning Worldwide Fans’ Choice at #MAMA2022 and invidual thank you messages from all members!\n\n“A perfect example of a…
## 2405                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2406                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 2407                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2408                                                                    RT @DarrylMagher: @CTighfield Bl**dy hope so....the Yew Tree is having developments put on and around it that will affect it, and this is j…
## 2409                                                                                                                          RT @BamBam1A: You guys did it!\nThank you IGOT7💚\n#IGOT7 #GOT7 https://t.co/Tau8uzoHAn
## 2410                                                                                                                        RT @Teamyingg7: GOT7 FOREVER 💚\n\n #GOT7Win2022MAMA\n#GOT7 @GOT7 https://t.co/vy0b3DF9mp
## 2411                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2412                                                                RT @WorldRugby7s: He carved it up in Hong Kong 🔥\n\nWill we see more of the same from Aaron Grandidier at the #Dubai7s this weekend?\n\n#HSBC7s…
## 2413                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2414                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2415                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2416                                                                    RT @GoldenJKUnivers: We request that you clarify and rectify this situation that costed the song a position in multiple Billboard and YouTu…
## 2417                                                                    RT @shivamk456: @GauRakshaBill @313vated @theskindoctor13 @ianuragthakur @smritiirani @KirenRijiju @narendramodi @PMOIndia @AmitShah Absolu…
## 2418                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2419                                                                    RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…
## 2420                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2421                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2422                                                                    RT @worlcuppa: Also #mynameisnanon has always thought he's so much better than #ohmpawat, who did 5 BL roles which he has laughed at. He al…
## 2423                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2424                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 2425                                                                    RT @worlcuppa: lol #mynameisnanon only care about the optics of  "bkpp and other big artists sharing the stage with NNN," it's all about sh…
## 2426                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 2427                                                                 RT @OlenaHalushka: Few more russian strikes will cause full blackout. Missile defense, which we get from partners &amp; appreciate much, can't…
## 2428                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 2429                                                                  RT @shipper_diary: MC said that’s it’s Fort’s birthday today so is there anything he want to ask from Peat\n\nF: I asked this from him before…
## 2430                                                                    RT @shipper_diary: They’re currently just promoting and selling some of the stuff, don’t have anything to trans yet, still trying to access…
## 2431                                                                 RT @shipper_diary: (I didn’t catch everything)\n\nMC: Do you have a present for Fort yet?\n\n(Roughly) He said that he prepared it already but…
## 2432                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2433                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 2434                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2435                                                              RT @AN1official: #Another1 is the future of fashion!\n\n🚀We're on a mission to lead #fashion, #design, #manufacturing &amp; #branding into the #W…
## 2436                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2437                                                                    RT @stussyjjungkook: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 2438                                                                  RT @soygarlicsauce: Idol au where kdj before debuting was a part of a bl circle as a voice actor. \n\nKdj is added as the last member to yjh’…
## 2439                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 2440                                                                                                                                                      RT @chenjouyin: Baby peach looks so goodd #TellerxFortPeat
## 2441                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 2442                                                                               RT @sprinklesss1: I LOVEEEEEE IT EVERYTIME FORT UNLEASH HIS GOLDEN RETRIEVER ENERGY WHENEVER HE IS WITH PEAT LOL #TellerxFortPeat
## 2443                                                                    RT @LSSRFMcharts: .@le_sserafim 'The Hydra' now enters Billboard Hot Trending Songs Real-time Chart, currently at #6 with a weekly index of…
## 2444                                                                                                                          RT @BamBam1A: You guys did it!\nThank you IGOT7💚\n#IGOT7 #GOT7 https://t.co/Tau8uzoHAn
## 2445                                                                  RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 2446                                                                    RT @sherlockeditor: And now a Purolator delivery - Celtic Weird edited by @ohsinnerman. Another beauty in the @BL_Publishing series! https:…
## 2447                                                                              RT @blisanewblack: japanese bl “eternal yesterday” should be in everyone’s watch list, i said what i said. https://t.co/lO0xGTTFwJ
## 2448                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2449                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2450                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2451                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2452                                                                     RT @_RapperJK: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the…
## 2453                                                                    RT @IMGOLDENCARD: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for t…
## 2454                                                                    RT @10_10_11_1_code: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 2455                                                                    RT @JJKMILLIONDOL: 🚨@billboardcharts @luminate_data @billboard The latest BB chart results are not accurate since the streams for the MV "D…
## 2456                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2457                                                                 RT @thaiupdate2021: [Results] “The Most Favorite Thai BL Series Couple of 2022”\n\n1. #MilePhakphum #nnattawin\n2. #bbil1ypn #Seng_wichai \n3.…
## 2458                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2459                                                                    RT @janelhops: I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problematic. The r…
## 2460                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2461                                                                    RT @Jk_trend_songs: Hi @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. THIS IS SO UNFAIR!!Drea…
## 2462                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2463                                                                    RT @Ice_xob: ALSO!!! Great news to hangers :)))) \nThe official Japan stated that #EMSEARTHMIXSPACE in JAPAN will be aired internationally,…
## 2464                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 2465                                                                       RT @sportbible: Cristiano Ronaldo when he thought the goal was his vs when he found out the goal wasn’t his 😂👀\n\nhttps://t.co/gPTd5VqWQf
## 2466                                                                   RT @Jungkook_SNS: .@billboardcharts @luminate_data\nOfficial MV of "Dreamers" by Jungkook uploaded by FIFA is now included in Music category…
## 2467                                                                                                                    RT @Nastya213467878: Fort only likes peach color😌💖\n#TellerxFortPeat https://t.co/RNvaAPwHcJ
## 2468                                                                  RT @peachwasucute: SOMEONE FIND ME A BF PLEASE, I'M JEALOUS 😔👋\n\n#TellerxFortPeat #FortPeat #BabyFeat #Peatwasu #CaptainPeat #FortFTS #ComeF…
## 2469                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2470                                                                      RT @babyfeat_bonoh: #TellerxFortPeat #Fortthitipong #FortFTS #peatwasu #prapaisky #captainpeat #ComeFortZon #babyfeat @fort_fts @peatwasu…
## 2471                                                                 RT @PRaWFaH: 221129 fairy PP 🧚🏻‍♂️💖✨@ppkritt \n\n#ppkritt #PPxGrabFood10versary\n#GrabFood10Versary\n#GrabFood10VersaryLand https://t.co/rwXpqT…
## 2472                                                                    RT @97SARCHIVES: .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploaded by FIFA has finally been incl…
## 2473                                                                    RT @Daily_JK97: .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploaded by FIFA has finally been inclu…
## 2474                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2475                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2476                                                                    RT @GoldenJKUnivers: Hello. @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. Because Dreamers b…
## 2477                                                                                                       RT @liffp_: i feel so single again :)\n\n@fort_fts @peatwasu\n#TellerxFortPeat\n\nhttps://t.co/RpAwBctCd0
## 2478                                                               RT @gmajestyx: 221129 PP Krit - FIRE BOY (2/2)\n\n#PPxGrabFood10versary\n#GrabFood10Versary \n#GrabFood10Versaryland\n#ppkritt @ppkritt https://…
## 2479                                                                    RT @gmajestyx: 221129 PP Krit - FIRE BOY (1/2)\n\n#PPxGrabFood10versary\n#GrabFood10Versary \n#GrabFood10Versaryland https://t.co/cEpjQ7kxep
## 2480                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2481                                                                    RT @JKGlobalWebsite: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 2482                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2483                                                                    RT @abtheflame: LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled "Honora Medicum" at the Dr. Robert…
## 2484                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2485                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2486                                              RT @EijisaiNensho: '𝐇𝐄𝐋𝐋 𝐈𝐒 𝐇𝐄𝐑𝐄\n\n⠀⠀𝐍𝐀𝐌𝐄 𝐓𝐇𝐘 𝐒𝐎𝐔𝐋...\n\n⠀⠀⠀⠀𝐂𝐀𝐋𝐋𝐈𝐍𝐆 𝐅𝐎𝐑 𝐓𝐇𝐄 ABOVE.'\n\n⸻ ➥ BL x BC\n⠀⠀⠀⠀➥ @Antimahou  must  FIGHT\n⠀⠀⠀⠀➥ Iᴛ ɪs LI…
## 2487                                                                                                                                  RT @swasssfp: this sweetness huhu \n\n#TellerxFortPeat https://t.co/HWnm0XgnCI
## 2488                                                                                 RT @AAriverx11: #TellerxFortPeat They exchanged water glasses again, this scene was only seen yesterday https://t.co/PDBkfqiTKU
## 2489                                                                                                                                                       RT @ddelpphy_: Congratulations 💚🥳 https://t.co/7ATBpOdeGQ
## 2490                                                                 RT @matchboxfilm: "I love you, from the day we first met."\nActor Lee Jaebin as Puppy Choco, who loves only Jungwoo\n\nSpending time with a do…
## 2491                                                                 RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…
## 2492                                                                                         RT @sleepy_neira: When I say I want a royals series of them:\n\n#MusicHeals2022xJeff #JeffSatur https://t.co/AniFHtuhwr
## 2493                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2494                                                                                                    RT @buffstax: "IM COMING           "PETE IS OUR\nFOR PETE!!!"            FAMILY NOW" https://t.co/7gR5yjHGON
## 2495                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2496                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2497                                                                    RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 2498                                                                  RT @holybibs: i never seen someone so pretty and beautiful after getting tortured 🤧\n\n꒰ #BuildJakapan #Beyourluve ꒱ https://t.co/k7rvxvjYHO
## 2499                                                                   RT @casuarineslove: HOY TAYNEW WHAT ARE YOU GUYS DOING!!!??? PLEASE MY HEART CANT HANDLE THIS!!! 😭😭😭😭😭😭😭😭😭😭\n\n#taynew #เตนิว https://t.co/hO…
## 2500                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2501                                                                  RT @YomY0m_: A Girl breaks up with a Guy..\nHe gets gingered to hustle hard and make it in life just to get back at his ex\n\nA Guy breaks up…
## 2502                                                                                                            RT @biurbubble: i need another live of bbb being this cute with each other 🥹 https://t.co/7qDtx4hGCu
## 2503                                                                  RT @heartlessN_wp: Lucky to celebrate a decade with you, Archers! THANK YOU💘\n\nTo more stories, tears and laughter to come! Cheers to more d…
## 2504                                                                    RT @abtheflame: LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled "Honora Medicum" at the Dr. Robert…
## 2505                                                                                                     RT @LamiaJerinLJ: Sakura Is Currently Trending On Twitter with 118K Tweets🔥🔥🔥❤️❤️❤️❤️❤️❤️ https://t.co/LsF9oQi6Yv
## 2506                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2507                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 2508                                                                         RT @miwon17_: #SEVENTEEN won Worldwide Fan's Choice Top 10 on MAMA 2022. Congratulations👏 #세븐틴  @pledis_17 \nhttps://t.co/HgnFNiAE2d
## 2509                                                                    RT @Killmoenetwork: ROBBERY OF AN ESTABLISHMENT: 7-11: 4500 Bl. Of St Barnabas Rd. Temple Hills Md: Pgpd is on the scene investigating a ar…
## 2510                                                                         RT @holybibs: biblebuild practiced their dialogues together 🥺\n\n꒰ #BibleBuild #BibleWichapas #BuildJakapan ꒱ https://t.co/WQ4E29Sy9T
## 2511                                                                                                                         RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc
## 2512                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2513                                                                    RT @BLAsia_Africa: Join @RAS_Soc tomorrow 29th at 6.30 for Treasures of Herat: Two Manuscripts of the Khamsah of Nizami in the British Libr…
## 2514                                                               RT @matchboxfilm: " I am the most important. "\nActor Kim Seonghyeok as the inverted cuteness chic Kitty Milk\nThe character poster for &lt;Choc…
## 2515                                                                                                                                            RT @jayythewave: females be like “hehe oops” https://t.co/jucjiSCv0r
## 2516                                                                 RT @BlackLo39629533: In all the world,\nthere is no heart for me like yours.\nIn all the world,\nthere is no love for you like mine.\nRemember…
## 2517                                                                    RT @jr_carpenter: all the images in An Island of Sound come from the British Library Flickr commons -- over a million images online free fo…
## 2518                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 2519                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2520                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2521                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2522                                                                                                                       RT @yyujinationn: sakura and wonyoung performing together again 😭 https://t.co/ikEwjc5d88
## 2523                                                                                                                     RT @yuyxxiw: Miss you sm 🤎🌎\n#Earthpirapat @Earth_Pirapat\n#เอิร์ทมิกซ์ https://t.co/F0OxHbHem2
## 2524                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2525                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2526                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 2527                                                                                                                                                        RT @shipper_diary: Let’s start trending #TellerxFortPeat
## 2528                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 2529                                                                                              RT @kpfiIms: — Jeff Satur « FADE » with the orchestra! \n\n#MusicHeals2022xJeff #JeffSatur https://t.co/nfRtIPG4Xd
## 2530                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2531                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 2532                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 2533                                                                                      RT @lovejmins: "today's not my birthday." so he saw the happy birthday tweets skdjsks\n#JeffSatur\nhttps://t.co/9fYW5MJ6yA
## 2534                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 2535                                                                  RT @visegrad24: If Russia is to be defeated, the West needs to start a wartime production rate of weapons and munitions.\n\nIf not, we will r…
## 2536                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2537                                                                  RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…
## 2538                                                                               RT @UkraineDiary: ❗❗❗MASSIVE AIR ALARM!\n\nPlease go to cover, don't ignore the alarm.\nAdvokat Pravda https://t.co/iaSj7xE123
## 2539                                                                  RT @BBU_BLACKPINK: Congratulations #BLACKPINK for winning “Worldwide Fans’ Choice Top 10” at the 2022 MAMA Awards 🏆\n\n“A GLOBAL ICON that ma…
## 2540                                                                    RT @MargoGontar: This is Ternopil, in the West of Ukraine. Parents brought their kid to one of the city’s heating points to connect a child…
## 2541                                                                                           RT @aksnevv: does anyone have any bl dramas to recommend 😳😳 i don’t care what language— just one that you really like
## 2542                                                                                        RT @Tisha7119: @bitgetglobal @HookedProtocol @Amdora_BL \n@Tasnim4216 \n@Tanjim8256 \n\nDone all task👸🫅\n\n$HOOK #Bitget
## 2543                                                                 RT @AsianPopMedia1: December!\n#NeverLetMeGoSeries #PondPhuwin \nThis just gotta be one of the most anticipated BL series!\nhttps://t.co/Udqn8…
## 2544                                                                                              RT @kchartsmaster: 🏆 Congratulations BLACKPINK for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS.
## 2545                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2546                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2547                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 2548                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 2549                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2550                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2551                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2552                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2553                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2554                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2555                                                                                                                                   RT @woodzxc: why does it sound like seungyoun rapping https://t.co/b5WjkpDYli
## 2556                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2557                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2558                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2559                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2560                                                                                                                     RT @nanongnao: at least some of my bl bros are alive and kicking *kicks stone aggressively*
## 2561                                                                   RT @humourpoliticn: and made her to eat rice cooked by her husband's bl**d, and she was at the age of your own wives.\nMothers lost their so…
## 2562                                                             RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…
## 2563                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2564                                                                  RT @laurenboebert: @washingtonpost Just to be clear, there is nothing brilliant about pedophilia.\n\nHow does anyone still read this newspape…
## 2565                                                                                                          RT @Ordakazakhstan_: ⚡⚡️⚡️⚡️⚡️\n€/₸ 486.54\n$/₸ 468.34 KASE\n₽/₸ 7.66 KASE\nbl/83.89 Brent pre. close
## 2566                                                                  RT @theisabelb: Notice how not a single bank has dropped Balenciaga.\n\nCulture will cancel a canned food company for their CEO voting Red, b…
## 2567                                                                                                                                                            RT @onebitart: hide and seek https://t.co/RxlMzmyELp
## 2568                                                                                                                                           RT @spookicooky: God i really have such good taste in bl and kpop men
## 2569                                                             RT @lovecastpodcast: #12PresentsFromLoveCast\n🎁 PRESENT FOUR 🎁\n\n#GMMTV2023 gave us so much to look forward to next year &amp; we couldn’t let th…
## 2570                                                                                                                            RT @emusakis: my game broke too ? #prsk_FA #prsk_BL #類司 🎈🌟 https://t.co/VaOXLKmKtK
## 2571                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 2572                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 2573                                                                    RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…
## 2574                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2575                                                                  RT @chriscooreman: Retweeted Barbarism of Berlin (@berlinbarbarism):\n\n@GeoRosenberg Chapter really called "Barbarism: A User's Guide" (firs…
## 2576                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2577                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2578                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 2579                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 2580                                                                    RT @dikookue: @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube . @billboardcharts @luminate_data @bill…
## 2581                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2582                                                                     RT @hyunjinairfried: @jikseuz I LOVE DKZ. OMG. tloml Jaechan was in a bl called semantic error as the main character and frequently speaks…
## 2583                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2584                                                                    RT @dikookue: @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube . @billboardcharts @luminate_data @bill…
## 2585                                                                                                                          RT @elsserafim: TWICE Momo updated on her Instagram Stories 🥺🍭 https://t.co/ImXxvIu9qh
## 2586                                                              RT @MnetMAMA: [#2022MAMA_Moment] Photo Time #lesserafim #르세라핌 @le_sserafim\n\nWelcome to joinging on new beginning of #2022MAMAAWARDS!👏\nThey…
## 2587                                                                     RT @hyunjinairfried: @jikseuz I LOVE DKZ. OMG. tloml Jaechan was in a bl called semantic error as the main character and frequently speaks…
## 2588                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 2589                                                                                                                                                      RT @iamstay0: Is this a BL drama ? https://t.co/mhGN6FNkv7
## 2590                                                                                                              RT @whereisthiss_: Innerdalen - Norway's most beautiful Mountain valley 🇳🇴 https://t.co/dtIIxNRTxO
## 2591                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2592                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2593                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2594                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2595                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2596                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2597                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2598                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2599                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2600                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2601                                                                 RT @AngelSh12053563: This comic is strange up to now but it's like strangely good \n \n#BL #nftcommunity #indiegame\n\nhttps://t.co/oBpnUnuce3…
## 2602                                                              RT @MnetMAMA: [#2022MAMA_Moment] Photo Time #lesserafim #르세라핌 @le_sserafim\n\nWelcome to joinging on new beginning of #2022MAMAAWARDS!👏\nThey…
## 2603                                                                     RT @DOYOUNGTEN96: Bring TEN back to Korea before Beijing  lockdown and we would like Wayv to join SMTOWN concert @NCTsmtown @WayV_official…
## 2604                                                                                                          RT @ivepics: gaeul performing nmixx – o.o at mama awards #MonsterRookiesAtMAMA https://t.co/QYfMv12rnK
## 2605                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2606                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2607                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2608                                                                                                                      RT @Bank_mondop: Gentle Monster Singapore~😎❤️\n\n#MosBankXSingapore https://t.co/PNPGx31LE6
## 2609                                                                RT @SJHDELHI: Dr BL Sherwal MS @SJHDELHI inaugurated Pediatric thalassemia &amp; hemophilia  comprehensive care centre, chemotherapy short infu…
## 2610                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2611                                                                    RT @BCUlibrary: The British Library has maintained a collection of interviews, with an active policy to hear first-hand from every backgrou…
## 2612                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2613                                                                     RT @RUAUAUA1: @vancedalism no bc I mentioned yaoi once and suddenly I'm blocked on tumblr (it's that time that I didn't know people didn't…
## 2614                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2615                                                                                                                                                          RT @ivethailand: Shy shy shy ☺️☺️https://t.co/LlGOENYqib
## 2616                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2617                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 2618                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 2619                                                                    RT @PaulinaK55: Your performance in KinnPorshe was phenomenal! You guys rised so many standards! I can't watch any Thai BL series without c…
## 2620                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2621                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2622                                                                    RT @youazz7: . @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV of "D…
## 2623                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2624                                                                                          RT @AsiaJK97: 12/3. Jungkook - "Dreamers" debuts at #10 on Billboard Bubbling Under Hot 100. 😶 https://t.co/2ztb6pplCT
## 2625                                                                    RT @jeankookieee: This is so messed up. He would have been in the Hot 100. They should have corrected this. Why is it always JK who’s getti…
## 2626                                                                   RT @applewood_kr: The 37th GOLDEN DISC AWARDS will be coming to Bangkok, Thailand for the first time! \nStay tuned for the lineup and furthe…
## 2627                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 2628                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2629                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #kangdaniel #강다니엘\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AW…
## 2630                                                                                                                                             RT @jenniepics: have a safe flight jennie 🤎 https://t.co/k74wDZ3v6S
## 2631                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 2632                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 2633                                                                 RT @holybibs: biblebuild fights with each other and ending up with build worrying about nong bibs 🥺🤏\n\n꒰ #BibleBuild #BibleWichapas #BuildJa…
## 2634                                                                                 RT @kagswaffle: #isagiharem #rinsagi #bachisagi #nagisagi bl one tweet au\nSad girl-Lana del rey (0.46) https://t.co/JWCP2HlnRM
## 2635                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2636                                                                    RT @btstatsreminder: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 2637                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2638                                                                                                                                                        RT @shipper_diary: Let’s start trending #TellerxFortPeat
## 2639                                                                                        RT @maisbones: how to get rid of skinny fat!! (very easy) + diet and workout plans\n— an edtwt 🧵 https://t.co/CNhuU41dxH
## 2640                                                                    RT @FROSTYNOEUL_: I haven't seen a single Thai bl drama that doesn't address the issue of legalizing LGBTQ+ in Thailand. Heck, with all the…
## 2641                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2642                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2643                                                                    RT @nanamifart: Mob psycho fandom these weeks feels like they're on their fever dream era :\n- Reigen canonically fart so loud and blame it…
## 2644                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 2645                                                                    RT @janelhops: I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problematic. The r…
## 2646                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 2647                                                                                                 RT @toychaewon: THE GIRL GROUP MEGA COLLABS\n\n2016                                2022 https://t.co/oskjVq4x35
## 2648                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2649                                                                                                  RT @Koreaboo: LE SSERAFIM really just never disappoints because they ATE this stage up https://t.co/NNt65lGVot
## 2650                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2651                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 2652                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2653                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2654                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2655                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 2656                                                                                                                                         RT @jodanspace: Guysd can u pls gimme *bl that have beautiful word😩😩😩🙏🙏
## 2657                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2658                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2659                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2660                                                                                                                                         RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l
## 2661                                                                                             RT @Shantkee: Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW
## 2662                                                                    RT @ESLoudon: @JoGibsonWriter @TillyLovesBooks Become a Reader at the British Library. It's... (as above, but substitute "novel" for memoir…
## 2663                                                                  RT @britishlibrary: Liven up the colder evenings with our autumn season of events…\n\nEnjoy rare screenings of classic films, discover fascin…
## 2664                                                                 RT @SpotifyKpop: All 11 members of @official_jo1 have arrived and shared their SOTM, and we see CASE 143 by @Stray_Kids 🙌🏻✨\n  \nCan you spot…
## 2665                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2666                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2667                                                                                                                         RT @Rohan_Lockhart: 🦋He stole my heart🦋\n\n#OnOrOff #온오어오프 https://t.co/f6gw7BAIO7
## 2668                                                                    RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…
## 2669                                                                                                                                       RT @msgzuha: best thing we got out of that collab https://t.co/HmR2tKipkn
## 2670                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2671                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2672                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2673                                                                                                       RT @manzeehua: THIS IS SO EMBARRASSING 😭😂 his director caught him masturbating 😭😭 https://t.co/Omtl9ph2i8
## 2674                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2675                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2676                                                                                                                                         RT @joowonswife: They be looking so domestic 🥺🥺 https://t.co/hzX4iycVd6
## 2677                                                                                         RT @YayukMulawati91: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/enMBmIZmtM @TheTopFamous
## 2678                                                                                                             RT @Chrissyspratt_: Finally a @wizkidayo song! Bad To Me was top requested. https://t.co/GUDSzAPNaN
## 2679                                                                 RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 2680                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2681                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2682                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2683                                                                RT @BibleBuildPH: Look at our kids fighting at the back hahahahah \n\n#BibleWichapas\n#BuildJakapan\n#BibleBuild \n#ไบเบิ้ลบิว\n\nhttps://t.co/GJI…
## 2684                                                                                     RT @hammiehyung: I know they're screaming in their head after that fist bump JSJSJD bcs i would too https://t.co/1RDTGjCBUd
## 2685                                                                     RT @Koreaboo: I would just like to thank JO1 for adding an orchestra to their performance because it was so great 🤩 https://t.co/51ahEfyRnn
## 2686                                                                           RT @jsaturfiles: bye bye to this prince look ✨🥹\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/5IhTGT5PXn
## 2687                                                                   RT @BLAgroIndsLtd: Stress and efficiency are inversely proportional, so we're having a 3-day #cricket tournament at BL AGRO, Bareilly. 🏏 \n#…
## 2688                                                                                                                           RT @fireboydml: 3 years today. happy birthday, baby. luv you. https://t.co/ZihzKX0o6L
## 2689                                                                              RT @jsaturfiles: kim han university glowup!! \n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/dAiOFErwJF
## 2690                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 2691                                                                RT @JeffSaturFC: Thank you everyone for coming today.\n\nBack home safety and see you all again next time ^^\n\n#MusicHeals2022xJeff #jeffsatur…
## 2692                                                                                                                                                  RT @VminvLivetoday: MY VMIN HEART!!!!! https://t.co/Jwp9UHhxvG
## 2693                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2694                                                                    RT @BIPCLeeds: We’re celebrating small businesses this festive season, from makers and creators around the UK that have used their local li…
## 2695                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2696                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2697                                                                    RT @theweeknd: LEG TWO IS HERE❗️After Hours Til Dawn Tour comes to Europe and Latin America!!!  https://t.co/OgBYRWPYOV https://t.co/6YVQDi…
## 2698                                                                                                                                     RT @tinyhsoo: the two types of tops in bl manhwas ♡ https://t.co/TEzGCo6vnl
## 2699                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2700                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2701                                                                 RT @amantedel__bl: Ya se va mi chiquito Boss 🥺💗\n" SEE YOU AGAIN!"\n\n#KissMyBodyXBossNoeul #BossNoeul #BoNoh  #Bosschaikamon #Noeulnuttarat h…
## 2702                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2703                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 2704                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2705                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2706                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2707                                                                                                                                                                 RT @lovjiv: i love this https://t.co/Gzq2zVgdJi
## 2708                                                        RT @raonbeam: KDJ: “I might be living in a BL World”\n(Holy trinity k-novel ships x Zettai BL manga)\n\n#orv #lcf #내가키운S급들 #백망되 https://t.co/v…
## 2709                                                                    RT @rfboothroyd: After a Bl*ck Fr*day rush there are only FOUR copies of my selected minimal poems remaining. Buy Atomised now or forever h…
## 2710                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2711                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 2712                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 2713                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 2714                                                                    RT @littledunk0110: I'm already a picky person when it come to BL series and now they've made my standard become higher.\nFort and Peat are…
## 2715                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2716                                                                    RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…
## 2717                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2718                                                                  RT @BLMedieval: We're not really sure why digitising manuscripts associated with women could be considered woke.\n\nIn any case, we're very g…
## 2719                                                                    RT @BIPCLeeds: We’re celebrating small businesses this festive season, from makers and creators around the UK that have used their local li…
## 2720                                                                  RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 2721                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 2722                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 2723                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2724                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2725                                                                RT @visegrad24: BREAKING:\n\nAir raid sirens sounding in every Ukrainian region now apart from in Crimea.\n\nThe largest Russian strategic bomb…
## 2726                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 2727                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2728                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 2729                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2730                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2731                                                                                   RT @XuYiyangTH: (3) 221129 CHIC weibo update\n\n🖇https://t.co/MKtxsLXWXi\n\n#อี้หยาง #สวีอี้หยาง #XuYiyang https://t.co/RhOWbpJr0x
## 2732                                                                                   RT @XuYiyangTH: (2) 221129 CHIC weibo update\n\n🖇https://t.co/MKtxsLXWXi\n\n#อี้หยาง #สวีอี้หยาง #XuYiyang https://t.co/o1B1KlWvHO
## 2733                                                                                                                                                     RT @REALLYREVIL: best bl in a while https://t.co/ipSo7GnVYL
## 2734                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2735                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 2736                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2737                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2738                                                                    RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…
## 2739                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 2740                                                                                                                                                     RT @awa_df: Breakfast with a view 😍 https://t.co/nTfREYS2Wk
## 2741                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2742                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2743                                                                                                              RT @BossEul_Library: why i feel these two are glowing and extra clingy 😌🤔\n\n#KissMyBodyXBossNoeul
## 2744                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2745                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2746                                                                    RT @spiftynifty: SO shocked that the fandom who prides itself on having a "pure" and "wholesome" and "devoid of icky fetishizing unlike tho…
## 2747                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 2748                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2749                                                                                                      RT @sususiaoo: Boss chaikawaistgrabber is back at it again\n#KissMyBodyXBossNoeul\nhttps://t.co/B6JH2G8XLl
## 2750                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 2751                                                                RT @123Dips4178: This manhwa is awesome! I can't get enough of it!\n \n#bl #3danimation #indiegame\n\nhttps://t.co/7vAOn2R8y9 https://t.co/uXdK…
## 2752                                                                RT @123Dips4178: This manhwa is awesome! I can't get enough of it!\n \n#bl #3danimation #indiegame\n\nhttps://t.co/7vAOn2R8y9 https://t.co/uXdK…
## 2753                                                                     RT @mochi80243795: "The Blade of Evolution Walking Alone In The Dungeon" is an absolutely perfect comic! It's living rent free in my head!…
## 2754                                                                   RT @sususiaoo: F: hello *hifive* sending you encouragements always. Both of you. Wish me luck for press the tix (for fanmeet)\nN: *cast spel…
## 2755                                                                  RT @elsserafim: LE SSERAFIM TEASING THEIR NEXT COMEBACK AT THE MAMA AWARDS IS SO ICONIC\n\n"DO YOU WANT TO BE FORGIVEN? YOU DON'T HAVE TO" ht…
## 2756                                                                                                                                  RT @jeffsaturjpg: Oh he is god~ \n#MusicHeals2022xJeff https://t.co/QexorNQZNz
## 2757                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2758                                                                  RT @milkkura39: "Dear You (hater) who wish for my FALL, Do you want to be forgiven? You don't have to"\n\nThe phrase for LE SSERAFIM performa…
## 2759                                                              RT @jsaturfiles: jeff getting shy because of all the screams 🥹🫶🏻\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/zfQafU…
## 2760                                                                                             RT @Shantkee: Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW
## 2761                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2762                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 2763                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 2764                                                                                          RT @jsaturfiles: HIS LOOK TODAY!!\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/fzTCFfwvTH
## 2765                                                                                                                                                    RT @jsaturfiles: our disney prince 🥹 https://t.co/pia3d6xaKX
## 2766                                                                                                  RT @Koreaboo: LE SSERAFIM really just never disappoints because they ATE this stage up https://t.co/NNt65lGVot
## 2767                                                                                                                            RT @jeffsaturjpg: Soothing vocal range~ #MusicHeals2022xJeff https://t.co/YxO6GZfcu7
## 2768                                                                  RT @theseoulstory: [#2022MAMA] 🏆 Congratulations to LE SSERAFIM for winning the Favorite New Artist at ‘2022 MAMA AWARDS’ today! 🎉 \n\n@MnetM…
## 2769                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 2770                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2771                                                                 RT @designonething: Happy birthday William Blake. The English artist, poet &amp; printmaker, whose printing technology innovations allowed him…
## 2772                                                                    RT @SamarthPanda: @TezDhar4 @PoojaShali Yeah that's my fault. Being an indian i was unaware of what happened to girija tikko , bl ganjjo an…
## 2773                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2774                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 2775                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2776                                                                    RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz
## 2777                                                                    RT @BIPCLeeds: We’re celebrating small businesses this festive season, from makers and creators around the UK that have used their local li…
## 2778                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 2779                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 2780                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 2781                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 2782                                                                   RT @GothlyticalArt: @illustrata_ai @joynxyz @amli_art @bl_artcult "The House"\nMy biggest stress in my life reimagined. I utilized img2img t…
## 2783                                                                    RT @iminescent: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning "war paint" paint as layers of chaos that can run thro…
## 2784                                                                   RT @IpekMorel: @illustrata_ai @joynxyz @amli_art @bl_artcult Peaceful Mind\n\n"She looked like a mermaid, peaceful and calm, her eyes closed…
## 2785                                                              RT @jsaturfiles: jeff: where do i go next? ohh i go now? 😂 ok krub, byee\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.c…
## 2786                                                                    RT @mantilla_angy: @illustrata_ai @joynxyz @amli_art @bl_artcult My piece "Anger" represents women reacting and protesting against injustic…
## 2787                                                                                                                          RT @kpfiIms: JEFF LOOKS STUNNING 😭\n\n#MusicHeals2022xJeff\n\n https://t.co/ZuzAAkwAns
## 2788                                                                                                                                             RT @pandesalbb: jihyo with kids content 🥺🥺🥺 https://t.co/1qwW0aepSt
## 2789                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2790                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 2791                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2792                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 2793                                                                 RT @sliqless: We are looking for players, for the Spring Split of Primeleague 2023. \nFeel free to DM or add Faolan#8481 on Discord.\n\nRetwee…
## 2794                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2795                                                                            RT @kimheesun_ph: running man's 100th episode was her first tv appearance in sokor after her long hiatus.\n\nhttps://t.co/HNjR3UaYc5
## 2796                                                                    RT @M4ier_lol: After my split as Toplaner with @muensteresports and a rly taff off-season start i decided to swap back to my lovely Jgl-Pos…
## 2797                                                                    RT @yoonkive_: like there is not even 3 days left for indigo and the first priority y’all have is fighting bl!nks?? just fucking report the…
## 2798                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2799                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 2800                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 2801                                                                                                               RT @stuffasdreams: Wonderful exhibition on Alexander the Great at the BL! https://t.co/DTivYyXTXL
## 2802                                                                    RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…
## 2803                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 2804                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2805                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 2806                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2807                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2808                                                                   RT @destinykrainbow: @illustrata_ai @joynxyz @amli_art @bl_artcult Enjoying with close ones till dawn\n#expressionwithmeaning https://t.co/C…
## 2809                                                                    RT @Gerashchenko_en: When Lili, 7, found out there was a war in Ukraine, she wanted to help. She turned to her dad, and he called the local…
## 2810                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 2811                                                                     RT @avalaina: We still live in a paradigm of Nunberg trials when nazi war criminals were tried after the nazi regime had collapsed. But we…
## 2812                                                                    RT @EuromaidanPress: "We don't have to wait for Russia to lose.... We must create an international tribunal now and begin all necessary pro…
## 2813                                                                                       RT @raonbeam: Found this cute BL manhwa made by Pansa-nim 😆\n(The resemblance with Choicale Haha) https://t.co/k58Xp7uN1t
## 2814                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 2815                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 2816                                                                 RT @LSSRFMcharts: Congratulations to @le_sserafim for winning "Favorite New Artist" at the 2022 MAMA AWARDS! 🎉🏆\n\n#MAMAAWARDS #2022MAMA \n#LE…
## 2817                                                                                                                             RT @jeffsaturjpg: Smexy deep voice~ \n #MusicHeals2022xJeff https://t.co/VKsloX1ieB
## 2818                                                                                                                    RT @studio_onsaturn: Fighting!! Mr. President!! #MusicHeals2022xJeff https://t.co/eSb9E43lKb
## 2819                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2820                                                                                              RT @kpfiIms: — Jeff Satur « FADE » with the orchestra! \n\n#MusicHeals2022xJeff #JeffSatur https://t.co/TRdEA3b7AC
## 2821                                                                                              RT @kpfiIms: — Jeff Satur « FADE » with the orchestra! \n\n#MusicHeals2022xJeff #JeffSatur https://t.co/nfRtIPG4Xd
## 2822                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2823                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2824                                                                                                                               RT @wntrgrdnstyle: rt to get hopital playlist season 3 😂🥲 https://t.co/X3qNRY4D3H
## 2825                                                                    RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…
## 2826                                                                 RT @thaiupdate2021: [Results] “The Most Favorite Thai BL Series Couple of 2022”\n\n1. #MilePhakphum #nnattawin\n2. #bbil1ypn #Seng_wichai \n3.…
## 2827                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2828                                                                  RT @Sserafimers: 🚨LE SSERAFIM TEASE THE FANS FOR THEIR NEXT COMEBACK AT THE MAMA AWARDS 2022\n\n"DO YOU WANT TO BE FORGIVEN? YOU DON'T HAVE T…
## 2829                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2830                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2831                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 2832                                                      RT @bilo_art: Gerita &lt;3\n\nI missed drawing them &lt;33\n\n#hetalia #ヘタリア #aphitaly #aphgermany #doitsu #gerita #itager #hetaliagerita #hetaliager…
## 2833                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 2834                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2835                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2836                                                                    RT @NoisyPixelNews: JAST BLUE Announces Varenyett's BL Visual Novel 'Sorcerer's Choice: Angel or Demon' Western Release - https://t.co/GaKL…
## 2837                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 2838                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 2839                                                                                                                        RT @toychaewon: DO YOU WANT  TO BE FORGIVEN? \nYOU DON'T HAVE TO https://t.co/YT7zP6v3VG
## 2840                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2841                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 2842                                                                     RT @businessline: ▶️ What is T+1 settlement?\n▶️ Why is SEBI moving towards shorter settlement?  \n▶️ Will investors find it easy to adopt to…
## 2843                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2844                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 2845                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2846                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 2847                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 2848                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 2849                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2850                                                                RT @Alehfred: No but really why are antis like this:\n\nBubbles: "WE HAVE A NEW VP BOOK!"\nAntis: "Ugh VP are so toxic"\nB: "VP moans were so r…
## 2851                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 2852                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 2853                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 2854                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2855                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2856                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2857                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 2858                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 2859                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2860                                                                    RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…
## 2861                                                                  RT @TREASUREwwide: Congratulations  #TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS🏆\n\nWe did it 3 years in a r…
## 2862                                                                                   RT @PamelaHensley22: Karine Jean-Pierre just said, "We are keeping an eye on Elon Musk's Twitter." This sounds like a threat.
## 2863                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 2864                                                                  RT @LayahHeilpern: Today I learnt Apple has a problem with @elonmusk but absolutely zero problem with child abuse… \n\nBalenciaga’s app is st…
## 2865                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2866                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2867                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2868                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2869                                                                    RT @BL_prints: Etching of the astronomical clock in Lyon Cathedral with its several dials and allegorical and decorative figures and carvin…
## 2870                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2871                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2872                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2873                                                                   RT @famewya: Boss : something like that. We working together and we meet every day, so we support each other \nNoeul : it’s the same as he s…
## 2874                                                      RT @pk5125: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj\n@MohanChanyal \n💧 #flo…
## 2875                                                                  RT @famewya: Srry for my mistake 😭 i type the sentence that Boss said wrongly so I edited and reposted. #KissMyBodyXBossNoeul \n\nBoss : when…
## 2876                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2877                                                                   RT @bossnoeuluver: the way boss held the phone, the way noeul hugged bose, the way boss smiled, the way boss looked at noeul the way-\n#Kiss…
## 2878                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2879                                                                    RT @flukelights: where did this notion that fluke only cries in his series come from...was it just because he was good at it? the amount of…
## 2880                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 2881                                                                RT @miiniyoongs: [221129 RM Instagram Story]\n\nimage - screenshot of kakao talk message with his mom:\n\n👤 eat well and take care of your heal…
## 2882                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2883                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2884                                                                    RT @LambUniversity: mariah’s father (alfred roy carey) is not fully bl@ck. making mariah @MariahCarey closer to a quadroon than a biracial.…
## 2885                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2886                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2887                                                                    RT @Joshua_Ubeku: Don't let football banter stop you from celebrating Messi and Ronaldo. We will miss them every day of our lives when they…
## 2888                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2889                                                                   RT @TonyOElumelu: I am where I am today because of luck. \n\nLet me be clear: Luck is important, but it is not a substitute for hard work or…
## 2890                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2891                                                                                                                                   RT @gostephgo: my friend says this reads "BL therapy" https://t.co/RLbXe8o0U5
## 2892                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2893                                                                                      RT @TheMahleek: Some of us just dey post “fear women”, no be say dem cheat on us oh, na scope to avoid December billing 🙏🏾
## 2894                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 2895                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2896                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2897                                                                                                        RT @tosuka0102: DO YOU WANT TO BE FORGIVEN?\n\nYOU DON'T HAVE TO\n\n#LE_SSERAFIM https://t.co/lYDwps3p2e
## 2898                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2899                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 2900                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2901                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 2902                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2903                                                                                            RT @jodanspace: *bl your fav bot from historical bl\n\nMine: yeonj0, st1ll und3r s1lk-lezh1n https://t.co/OMHOBZ6phS
## 2904                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2905                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2906                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 2907                                                                 RT @Kavyayaad: People can support &amp; appreciate ayush. but there is no need to compare rishi with ayush .ayush not hero of the show.wishing…
## 2908                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2909                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2910                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 2911                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2912                                                                    RT @dailymedievald1: #otd 1314 died Philip IV of France, called 'the Fair'. More depictions of his hunting accident before his death and th…
## 2913                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2914                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2915                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 2916                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 2917                                                             RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…
## 2918                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2919                                                                                                                            RT @jodanspace: *bl ⚠️WARNING NSFW🔞\n🔥THE🔥HOTTEST🔥2nd🔥COUPLE🔥 https://t.co/zJThRgVS6C
## 2920                                                                   RT @DRAMAWORLDxoxo: 'To Sir, With Love' is soo underatted 😩🤌.....how can you all sleep on this 🌟MASTERPIECE🌟???\n#Khunchai #tosirwithlove #B…
## 2921                                                            RT @fourBL4CKPINK: HELP RT! / #MitsuMarket\n\nwts lfb | THE BOYZ THRILLING BLOOM STEALER\n\n°•. onhand\n°•. mint condi\n°•. rfs : need funds\n\n💰 g…
## 2922                                                                    RT @xiaoxi11580: INDEED these are LEVEL 10😘👅 #mewgulf ☀️🔥🌻🔥\n\nI always say no one can beat my kings👑 #mewsuppasit  #gulfkanawut\n#มิวกลัฟ #หว…
## 2923                                                                  RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 2924                                                                    RT @Gerashchenko_en: The man who ran out to the football field during #FIFAWorldCupQatar2022 is Mario Ferri, Italian football player and pu…
## 2925                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 2926                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2927                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2928                                                                    RT @HAnglique: I would have liked Noeul to sniff the body parts that Boss was showing. I think the expression Boss would have had would hav…
## 2929                                                                  RT @BLMedieval: We're not really sure why digitising manuscripts associated with women could be considered woke.\n\nIn any case, we're very g…
## 2930                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2931                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 2932                                                                              RT @bssnol: my noeul is so extra cute today my heart can’t take it \n\n#KissMyBodyXBossNoeul @Noeul_lee6 \nhttps://t.co/vtKN7I88tC
## 2933                                                                                                  RT @adorejustme: Excuse me but I already imagined their BL with one look \n\n#Minwon \nhttps://t.co/qQJBqOPvpn
## 2934                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2935                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2936                                                            RT @bilo_art: "Tomato's thoughts" \n\nHave you ever fallen to someone as deep as our tomato boi? \n\n#hetalia #ヘタリア #spamano #gakuenhetalia #he…
## 2937                                                                    RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…
## 2938                                                                                                                                                RT @Lalalal13071761: So deep\n#BossNoeul \n#KissMyBodyXBossNoeul
## 2939                                                                                                                RT @luluelu2: And that’s the way you do it😍👏🏻\n#KissMyBodyXBossNoeul\n\n https://t.co/E6s9iQnyfl
## 2940                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2941                                                                                    RT @Vorahae1230: Everytime noeul has a comeback boss habit pointing his finger when  he's embarrass😊💜\n#KissMyBodyXBossNoeul
## 2942                                                                                                          RT @bossNoeul1x9x: Why should it be there, Khun Boss? \n#KissMyBodyXBossNoeul\nhttps://t.co/jy63DBiSsV
## 2943                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2944                                                                                           RT @georgian_legion: “Victory at all costs, victory in spite of all terror” Winston Churchill https://t.co/RLrf0iRMrc
## 2945                                                                                                    RT @bossnoeuluver: boss said we don't need any personal space\n#KissMyBodyXBossNoeul https://t.co/NJnYK8PoDy
## 2946                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2947                                                              RT @futekiya: 📆 𝗡𝗲𝘄 𝗿𝗲𝗹𝗲𝗮𝘀𝗲𝘀 𝘁𝗵𝗶𝘀 𝘄𝗲𝗲𝗸 📆\n\n📌 Dec 1 \nTake Your Time by Taira Taga (@bloomellow_web) 🆕\n\n📌 Dec 2\nAsk And You Will Receive by Ni…
## 2948                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2949                                                             RT @kriiinginamo: WTS LFB PLS HELP RT\nPRE-ORDER of BL SADISTIC BEAUTY Photocards Fanart by @/Taser_Gun181031\n\n₱150 each\n\nMine + Letter/s\n\n-…
## 2950                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2951                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 2952                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2953                                                                                                        RT @bssnol: his lil stamped and his cutie mad face😭\n\n#KissMyBodyXBossNoeul\n\n https://t.co/zcjuUT3hbc
## 2954                                                                                 RT @p_zilla7: Too cute 🤏🥰\n#KissMyBodyXBossNoeul\n #BoNoh #BossNoeul\n#Noeulnuttarat #BossChaikamon\n\n https://t.co/KDnXwZfyBr
## 2955                                                             RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…
## 2956                                                                                                                                             RT @bxbluvx: i mean--- JUST KISS HIM ALREADY\n#KissMyBodyXBossNoeul
## 2957                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2958                                                                 RT @mssjkenny: Filming for myself &amp; Adrian from @BL_LTHTR 📽️ Amazing to meet our fantastic colleagues in the @LTHTRFinance team for a TED c…
## 2959                                                                                                                                           RT @Mayamo6_: Crying already\n#KissMyBodyXBossNoeul #bossnoeul #bonoh
## 2960                                                                RT @bn_addict: Now how to handle this cuteness 😳 the hug🫠i want to see recorded clip😩 \n\n#KissMyBodyXBossNoeul #BossNoeul\n\nhttps://t.co/pQBa…
## 2961                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2962                                                                                                                                         RT @Lalalal13071761: Party Boy 💃🏻💃🏻\n#KissMyBodyXBossNoeul \n#BossNoeul
## 2963                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 2964                                                                    RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…
## 2965                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2966                                                                    RT @sususiaoo: Boss: there's a simple way to take care of myself. Honestly just by meeting all of you, my fans, I am able to get rid of the…
## 2967                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 2968                                                                    RT @di297010: @gwnott We always agree, Graham. Rather a novelty on here, particularly following some of the belligerent debates I’ve had wi…
## 2969                                                      RT @pk5125: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj\n@MohanChanyal \n💧 #flo…
## 2970                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 2971                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 2972                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2973                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2974                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2975                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2976                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 2977                                                                  RT @culture_colors: 🌠If you love stargazing, join us. Stay classy and always dress well but keep it simple.\n\n💙CC North Star Crop Shirt in B…
## 2978                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2979                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2980                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2981                                                                                                                                                RT @KieranCFC88: how the fuck did messi score 91 goals in a year
## 2982                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 2983                                                                    RT @heisrema: Sold out every show in the UK, Album racked a Billion streams in 8 months, I can’t count my plaques anymore, my gang is eatin…
## 2984                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2985                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2986                                                                                               RT @kchartsmaster: 🏆 Congratulations TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS.
## 2987                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 2988                                                           RT @Veda_Princess_: Name: Jinx\n\nAuthor: Mingwa\n\nRead- Lezhin\n\n"Jinx"\n by the same creator as BJ Alex\n\n#mingwa #boyxboylove #love #boyxboy #…
## 2989                                                                     RT @taynewtaehin: started watching #ToSirWithLove today and I must say it's been a while since a thai BL series intrigued me. very lakorn!…
## 2990                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2991                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 2992                                                                                                                                               RT @Mayamo6_: #KissMyBodyXBossNoeul #bossnoeul #bonoh \nScreaming
## 2993                                                                                                                                                                    RT @the__oma: Need jollof rice in my life fr
## 2994                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2995                                                                  RT @jodanspace: if i havent read the chapter yet i cant really tell is this sh3n t1ngw3i or k4n6 t0ng 😭 mirip banget woi anjir\n\n*bl 1nt0x1c…
## 2996                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2997                                                                                                                                         RT @kkyutiesdimple: Congratulations treasure!!! https://t.co/MMaRnPTSxc
## 2998                                                                                                                                                   RT @raknaboss: He's the sweetest 🥺🤏♥️\n\n#KissMyBodyXBossNoeul
## 2999                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3000                                                                                                                        RT @bssnol: noeul be like “he’s mine” \n\n #KissMyBodyxBossNoeul https://t.co/y97B4wN2VA
## 3001                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3002                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3003                                                                                                                                    RT @milkkura39: So pretty Sakura 🤩.. blue outfits 😍\nhttps://t.co/xlX48wdWMZ
## 3004                                                                                                                                         RT @nattawjsn: theres nothing more homophobic than indonesian BL fans 😭
## 3005                                                                 RT @harukyufics: 𝐓𝐡𝐞 𝐌𝐚𝐫𝐫𝐢𝐚𝐠𝐞 𝐂𝐨𝐧𝐭𝐫𝐚𝐜𝐭 : 𝑺𝒊𝒈𝒏𝒆𝒅.\nthe marriage contract chapter II\n\na #harukyu short au wherein Junkyv and Harvto are the ma…
## 3006                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3007                                                                  RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…
## 3008                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 3009                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 3010                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3011                                                                          RT @Illumiell: Just read this and I wonder who's going to jump on the possibility of gay swan coparenting BL 😆 https://t.co/FzdDUpmGEh
## 3012                                                               RT @gayshipseries: a thread of inkpa scenes from #badbuddyseries &lt;3\n\np.s the series is a BL theme but i highly recommend watching the whole…
## 3013                                                                    RT @archaeologyart: "Cheers!". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…
## 3014                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3015                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 3016                                                                                                                          RT @bssnol: hold him forever boss \n\n#KissMyBodyXBossNoeul\n\nhttps://t.co/whKTsLkiEV
## 3017                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3018                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3019                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 3020                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 3021                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 3022                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3023                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3024                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3025                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3026                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 3027                                                                     RT @Strawburryjm: I  love how Fujos act like consuming BL is the PEAK of gay allyship and act as if its accurate to gay life because a lil…
## 3028                                                                                                                       RT @introvertsmemes: Me choosing how I’m gonna waste my time next https://t.co/EyEh6udRJY
## 3029                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3030                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3031                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3032                                                                   RT @buyolee_: He knows for sure way around here 😆😆 such as where to put his hand or grab the thigh 😄😄 good habits die hard 😅\n#Bosschaikamon…
## 3033                                                            RT @noeul1805: 291122 Kiss my body Meet&amp;Greet with Bossnoeul \n\nCr : RAIN.N  \n#Noeulnuttarat #MagentaBoy \n#KissMyBodyXBossNoeul https://t.co…
## 3034                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3035                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3036                                                                                                                                                         RT @Junafour: guys and girls can duo without dating btw
## 3037                                                              RT @heeShinju: If you see「個人利用OK」is written on an artist bio/profile (or on post caption etc) then it means that you're only allowed to sav…
## 3038                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3039                                                                    RT @tutulismyname: 3) Tunisia vs Australia featured players from 16 different leagues: La Liga, Ligue 1, Bundesliga, Serie A, MLS, Champion…
## 3040                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 3041                                                                                            RT @seungdduk: STRAY KIDS BEING INTRODUCED AS TRIPLE MILLION SELLERS IN FRONT OF THOUSANDS OF PEOPLE EXACTLY EXACTLY
## 3042                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3043                                                                  RT @WorldNfts: @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by @WisnuPradanaArt\nIT'S AL…
## 3044                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3045                                                                    RT @archaeologyart: "Cheers!". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…
## 3046                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 3047                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 3048                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3049                                                                    RT @stellarharus: i don’t know who came up with the misconception that any anime having a mlm or a wlw couple is a bl or gl but ? it doesn’…
## 3050                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3051                                                                                                                                           RT @spookicooky: God i really have such good taste in bl and kpop men
## 3052                                                                  RT @sususiaoo: 🗣️: boss what do you feel is Noeul's charm? How is it? \nBoss: cute *squeeze cheek*\n#KissMyBodyXBossNoeul\nhttps://t.co/l0yhfS…
## 3053                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3054                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3055                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 3056                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3057                                                                    RT @MarksAwards: 🍃News about the Environmental Poet of the Year prize. Four poets were commended. You can read the judges’ comments about t…
## 3058                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 3059                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 3060                                                                    RT @rvigg: @IanJamesMartin4 @catherinemginn @LGalloway77 Then they are doing a bl**dy good job  I'd say. Well on course to achieve their go…
## 3061                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3062                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3063                                                                    RT @kojiroshishido: Yaoi or BL? Indeed, those are popular in Japan as "fantasy" for women to enjoy. However, these women are looking for "f…
## 3064                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3065                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3066                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3067                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3068                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 3069                                                                      RT @0LDMANYAOI: Also- we need to stop fujoshis that make yaoi and BL bc I'm tired of the horrible rep and fetishisation of my sexuality /c
## 3070                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 3071                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3072                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3073                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3074                                                                    RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…
## 3075                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 3076                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 3077                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 3078                                                                    RT @OlenaHalushka: Serhiy Novosad, 49. russians shot him in head, placing a machine gun muzzle in his mouth. Then they fired at his body, t…
## 3079                                                                    RT @OddsocksTango: If seeing a few BL shows that show sex scenes between consenting adults is enough to make you think queer people only th…
## 3080                                                                    RT @GLandsbergis: My message to fellow foreign ministers at today's NATO meeting is simple: Keep calm and give tanks. https://t.co/Z7rynLp4…
## 3081                                                                    RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…
## 3082                                                                  RT @visegrad24: 6 civilians were killed in the Russian missile strike on a residential complex in Vyshgorod, near Kyiv on November 23rd.\n\nI…
## 3083                                                                   RT @Gerashchenko_en: Unbreakable Ukrainians are preparing for possible complete blackouts if Russia continues its energy terror.\n\nI admire…
## 3084                                                                  RT @genshinficfess: au! cw // bxb bl ship haikaveh , alhaitham x kaveh\n\nwhat if Alhaitham is the one who made Kaveh broke to force him stay…
## 3085                                                                          RT @dryoatss: 🧎🏻‍♂️I offer my contribution to the #19days fandom #19daysfanart #moguanshan #hetian #boyslove #bl https://t.co/JR22k5FpCk
## 3086                                                              RT @skzchartdata: .@Stray_Kids has won "Worldwide Fan's Choice" (Bonsang) at 2022 MAMA Awards!\n\n#StrayKids #스트레이키즈 https://t.co/IvI3pzvDvB
## 3087                                                                                     RT @Vyaches13855081: True heroes the same as our brave soldiers!\n#Ukraine #RussiaIsATerroristState https://t.co/FUMYNIUYG9
## 3088                                                                  RT @red_loeb: @BLMedieval The heavenly gift of honey 🍯\n\n@BLMedieval Bl Kings MS 24;  ‘the King’s Virgil’; 1483-1485 CE; f.47v https://t.co/…
## 3089                                                                    RT @Vyaches13855081: @Glencore While you continue doing business in russia, innocent children, civilians are being killed by the aggressor'…
## 3090                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 3091                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 3092                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3093                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 3094                                                                                     RT @imnotenough99: Noeul if you do that what asking for i will stop flirting with boss for 6 days.  \n#KissMyBodyXBossNoeul
## 3095                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3096                                                                    RT @BL_HebrewMSS: Beautiful grisaille painting of Noah's ark showing animals and birds approaching the ark, from an 18th century Sabbath pr…
## 3097                                                                                                                                                         RT @WintTheint1: Let's move on 🤩💞 #KissMyBodyXBossNoeul
## 3098                                                                         RT @eullee_: Boss putting his hands on noeul's shoulder and Noeul clinging into boss arm = me dying in happiness\n#KissMyBodyXBossNoeul
## 3099                                                            RT @Jiniya1204: In Hollywood today :) Also went to see Seokjin's hand printing on Hollywood Bl 😍 \n\n#TheAstronaut #JIN #방탄소년단진 @bts_twt http…
## 3100                                                                                                                                                                             RT @jinjeoeo: A white cotton undies
## 3101                                                                                                                         RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc
## 3102                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 3103                                                                                              RT @JanetEmson: Thanks @BL_Publishing for The Mysterious Mr Badman by W F Harvey, out now. https://t.co/8NtO5OMJdA
## 3104                                                                    RT @sherlockeditor: And now a Purolator delivery - Celtic Weird edited by @ohsinnerman. Another beauty in the @BL_Publishing series! https:…
## 3105                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 3106                                                                   RT @TRBRajaa: ITS GOLLLLLLLLD FOR TAMILNADU !!!!!!!!!\n#NilaaRajaaBaalu WINS NATIONAL GOLD at the 65th National Shotgun Shooting Championshi…
## 3107                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 3108                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 3109                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 3110                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3111                                                                    RT @bkppent: yall talking about neo being employed lets talk about the REAL bl secondary characters these two are in everything you can thi…
## 3112                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3113                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3114                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 3115                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 3116                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3117                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3118                                                                 RT @mileaposlayer: — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https://…
## 3119                                                                      RT @sususiaoo: The way Boss pulled Noeul closer to him and Noeul trying to avoid his eyes 🤭\n#KissMyBodyXBossNoeul https://t.co/2y1ZipbrrR
## 3120                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3121                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 3122                                                                                                                                                           RT @SubbyBaek: I want a life what bl manhwas have!!!!
## 3123                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 3124                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 3125                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3126                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3127                                                                     RT @BreXsday9: Hear me out them as the the main couple we need this, we should make this a trending so maybe can happen. We need them back…
## 3128                                                                                                          RT @famewya: Host : Boss, what do u think Noeul’s charm is?\nBoss : He’s cute\n\n#KissMyBodyXBossNoeul
## 3129                                                                    RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…
## 3130                                                                                                                             RT @akitasoundinomg: and the category is....FACE @pledis_17 https://t.co/kTcZ9icroF
## 3131                                                                    RT @miahuahua: If yall want a BL recommendation on webtoon, you should totally read Take off, it's such an adorable comic!! + the finale is…
## 3132                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3133                                                                    RT @BL_prints: Etching of the astronomical clock in Lyon Cathedral with its several dials and allegorical and decorative figures and carvin…
## 3134                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 3135                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3136                                                                    RT @snowkhoshi: it’s kinda hard not expecting any awards for seventeen especially this year when we all know hot is the most popular bg son…
## 3137                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3138                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3139                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3140                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3141                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3142                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 3143                                                                                                         RT @F1: Ferrari confirm Mattia Binotto has resigned as Team Principal\n\n#F1\n\nhttps://t.co/Nl730UN0Qr
## 3144                                                            RT @nivs__: hi &lt;33 kinda?? new to #genshintwt &amp; #anitwt so i’m looking for moots\n-hxh,bsd,csm,bl,sk8,jjba,spyxfamily and more!\n\n-im ar 55…
## 3145                                                                   RT @kusssman: Ronaldo celebrating with his teammates getting more outrage than MESSi shitting on the Mexican flag.   \nwe can’t beat Messi P…
## 3146                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3147                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 3148                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3149                                                                                                   RT @sususiaoo: Noeul clinging on to Boss. Love that for them \n#KissMyBodyXBossNoeul\nhttps://t.co/o9I1G613PT
## 3150                                                                                                                         RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc
## 3151                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3152                                                                    RT @aloha_uj: blowing up people’s head is the last thing I want.  And if possible, I hope I don’t find some foolish 15-year-old juvenile de…
## 3153                                                                 RT @aloha_uj: It’s freezing.  It’s f—ing freezing. \n\n“Good that it’s not too cold today.”\n\nBinnie blabbed from chapped lips.  Of course it…
## 3154                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3155                                                                 RT @mileaposlayer: — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https://…
## 3156                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3157                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3158                                                                                                   RT @shashwas97: Another bias playing BL.... KIM YUHWAN WHY ARE YOU HERE???? GZJSJSJDK https://t.co/HmTP4kOe8z
## 3159                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #lesserafim #르세라핌\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AW…
## 3160                                                                    RT @blackjoker44554: Rain living alone in the forest since he was born, because their parents was separated by cruel worlds they were livin…
## 3161                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3162                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3163                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3164                                                                                                                                         RT @SneakerPhetish: I CANT STOP LAUGHING 😂😂\n\n https://t.co/GFAiCx1X4g
## 3165                                                                    RT @FrankKhalidUK: Doesn’t matter how many times Man City beat us, the one game which they wanted to win was the one we won. 💙 https://t.co…
## 3166                                                                                                                    RT @blackjoker44554: The story of payu and rain, payu is a gentleman \n#KissMyBodyXBossNoeul
## 3167                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3168                                                                                                                     RT @blackjoker44554: Alright i'll make payurain AU to trend hashtag \n#KissMyBodyXBossNoeul
## 3169                                                                                                        RT @blackjoker44554: Rain is born from the love of a princess and a fairy prince \n#KissMyBodyXBossNoeul
## 3170                                                                                                                                                                          RT @foladgt: @Ezehi4 “What is cashout”
## 3171                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3172                                                                 RT @fortforpeat: he’a being precious again 🥹 he takes time to read all the birthday wishes for him 😭\n\n#OurSmile22ndFortDay #FortFTS\n https:…
## 3173                                                                                                                                   RT @F1: Binotto: "I am leaving a company that I love" https://t.co/3Cx7lZe4ml
## 3174                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 3175                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3176                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3177                                                                                                                                              RT @Mayamo6_: #KissMyBodyXBossNoeul #bossnoeul #bonoh keep going 😎
## 3178                                                                 RT @mileaposlayer: — MILE TIME 💚\n\nLet‘s vote for our beloved mile! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https:…
## 3179                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 3180                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3181                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3182                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3183                                                                    RT @unicorn1007x: Babiis, please stream the trailer if you’re available right now.we’re left far behind other bl series. let’s raise our vi…
## 3184                                                                    RT @EngMartyrSchool: Here is a sample of concertina books made by the Year 4 and 5 pupils at English Martyrs. Some of the children have bee…
## 3185                                                                                                                                                  RT @sseracentric: "what's a soulmate?" https://t.co/escXGYEc5I
## 3186                                                                                                                                     RT @RickRoss: RT IF YOU PLAN ON BEING A MILLIONAIRE https://t.co/BPhVdkhtdv
## 3187                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 3188                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3189                                                           RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…
## 3190                                                                   RT @perayuhhh: watch singto’s smile widen with every picture, his eyes finally crinkle at the corners when krist faces him 🥹🫶✨ https://t.co…
## 3191                                                                    RT @perayuhhh: au (or not, maybe it’s true) that ks has developed a flower thing since they started having separate work. every time k or s…
## 3192                                                                   RT @therealkranium: Big up @wizkidayo @tydollasign  the story around this song is a dope set up over 100\nMill today  🚀🚀  ntn beats vision h…
## 3193                                                           RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…
## 3194                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 3195                                                                     RT @FrieddChickit: When i’m getting tired of my day, i will listening to this while reading the lyrics, and somehow… it will heals my mood…
## 3196                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 3197                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3198                                                                    RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…
## 3199                                                                                                                RT @msgzuha: le sserafim’s mma’s performance views on youtube are insane https://t.co/21M9pol02q
## 3200                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3201                                                                                                                                                     RT @39bIooms: the rest was history! https://t.co/8IQKZJl3Az
## 3202                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3203                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 3204                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #jo1 #제이오원\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AWARDS @o…
## 3205                                                                 RT @heartferula: hii #manhwatwt #anitwt  still looking 4 moots!! \n\nfavs r:\ntcf, orv, sl, lookism, how to fight, tgcf, weak hero, no home et…
## 3206                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3207                                                                                                                                       RT @creamy_isa: I miss this era so much..... 😭\n\nhttps://t.co/u7MwDq943T
## 3208                                                                RT @Vaniaster: #anisd #bltwt #Anitwt \n\nHello, this is a new acc of me. He/him 26. \n\nBasically will only talk about BL/yaoi stuffs, so pleas…
## 3209                                                                                                                                                  RT @innerchilding7: Its a BL\nBecs i said so\n #WeakHeroClass1
## 3210                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3211                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3212                                                                 RT @mileaposlayer: — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https://…
## 3213                                                                   RT @Kpop_Herald: [#2022MAMA] The party queens are here! @le_sserafim shines on the red carpet for @MnetMAMA! ✨ #LE_SSERAFIM #MAMA2022 #LESS…
## 3214                                                                     RT @lesswithnoname: Don’t be an organizer if you can’t handle it. Don’t be an organizer if you want to judge people. Don’t be an organizer…
## 3215                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 3216                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 3217                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3218                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3219                                                                                                                                  RT @Bossckm_: I'm back 🌑\n\n#Bosschaikamon #ShawtyBoss https://t.co/ScZWy8CTeQ
## 3220                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3221                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3222                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3223                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3224                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 3225                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3226                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3227                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3228                                                                                                      RT @Mixdemamaya: This is the most handsome doctor\n@wixxiws #mixxiw\n#ส่วนผสมของมิกซ์ https://t.co/iYCf5r29Yu
## 3229                                                                            RT @F1: BREAKING: Mattia Binotto will leave his position as Ferrari team principal at the end of 2022\n\n#F1 https://t.co/wVzdS12IcG
## 3230                                                                  RT @moeshafatima: The sweetest scene of all the BL stories I've watch. I need this too 😥 \n\n You guys barely had any script here but you por…
## 3231                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3232                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3233                                                                                                                               RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 3234                                                                RT @OGTNAF: (8) Off, Gun, Neo, Mark, Victor in Cooking Crush (BL)\n\nOffGun BL + Cooking 😆\n\nOff: Last year, we did a serious drama\nGun: This…
## 3235                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3236                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3237                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3238                                                                                                                                   RT @suninhersmile: CAN SOMEONE RECOMMEND A GOOD BL MANHWA PLEASE IM DESPERATE
## 3239                                                                                                                                         RT @TrollFootball: Match venue for Iran vs USA. https://t.co/ObTiQ52ATt
## 3240                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3241                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3242                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3243                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3244                                                                RT @OGTNAF: (8) Off, Gun, Neo, Mark, Victor in Cooking Crush (BL)\n\nOffGun BL + Cooking 😆\n\nOff: Last year, we did a serious drama\nGun: This…
## 3245                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3246                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3247                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3248                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3249                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3250                                                                                                                                          RT @ScuderiaFerrari: Ferrari announcement: \n\nhttps://t.co/31MIsehPq9
## 3251                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 3252                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 3253                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3254                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 3255                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3256                                                                    RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…
## 3257                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3258                                                                                                  RT @ToMixxiw: Earth,you looks so suspicious here 👀😳😳😳😳🤭🤣🤣🤣🤍😏\n\n#เอิร์ทมิกซ์ #EarthMix \n\nhttps://t.co/lnTFankyMP
## 3259                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3260                                                                    RT @Joellinepearl: BL Fans Get together budget ranking comfortable budget poll for everyone lets us know your budget guys this one includes…
## 3261                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3262                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3263                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3264                                                                RT @NJW_Translation: ꒰ #NetJamesEngTrans ꒱\n\n👑It’s Q15, pls support KingUea and everyone in production\n👑Today, I meet with Tonkao. I didn’t…
## 3265                                                            RT @NJW_Translation: ꒰ #NetJamesEngTrans ꒱\n\n💬What’s today Q?\n🔥Q15\n💬You didn’t come alone today\n🔥I'm with nong Pang\n💬She's cute in the unifo…
## 3266                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3267                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3268                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3269                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3270                                                                    RT @hoshi801_: #BlueLock Bachira Meguru's profile and "A day in the life at Blue Lock" (which is probably the Episode 2 for BL mini-series,…
## 3271                                                                            RT @forlsrfmth: (⿻📁) วันนี้ @le_sserafim จะเข้าร่วมงาน 2022 MAMA AWARDS โดยมีชื่อเข้าชิงรางวัลถึง 5 สาขา\n\n⬩ Artist of the Year\n⬩ Song of th…
## 3272                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3273                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3274                                                                 RT @mssjkenny: Filming for myself &amp; Adrian from @BL_LTHTR 📽️ Amazing to meet our fantastic colleagues in the @LTHTRFinance team for a TED c…
## 3275                                                                                RT @blisanewblack: THE WAY WE FINALLY GOT POSTER FOR THE UPCOMING KBL “THE DIRECTOR WHO BUYS ME DINNER”! https://t.co/dAOvsXRGql
## 3276                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 3277                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3278                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 3279                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 3280                                                        RT @BLUPDATE2022: SOUTH KOREA | From the same producer of ‘Blueming’, KENAZ's “#TheDirectorWhoBuysMeDinner #밥만잘사주는이상한이사님” starring Park You…
## 3281                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 3282                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3283                                                                                                            RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 3284                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3285                                                                      RT @YILOVEY: Text: Meung (you) pls don’t die yet. This is only the 2nd day. \n\n#เอิร์ทมิกซ์ #EarthMix #mixxiw @wixxiws https://t.co/goNxLr1E…
## 3286                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3287                                                                RT @yaxi_aki: rkgk \nEvery second I am awake is spent thinking about Toya’s eyelashes \n#prsk_FA #prsk_BL #彰冬 #akitoya https://t.co/eg2ZkqH8jS
## 3288                                                     RT @Thabangsiband9: We follow back ✊\n\n@OzsariNejla \n@Yavuzkaan1453 ☕\n@F03427\n☕@_1Ellaa\n@susbiq\n@20ysf1 ☕\n@HzrYldz75342731 \n☕@21KAREL \n@arak…
## 3289                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3290                                                                                                                               RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 3291                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3292                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 3293                                                                                                                         RT @TurtleLoveCat: a very good morning to this chae hyungwon 😵‍💫 https://t.co/eeNVLnq8nR
## 3294                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 3295                                                                                                                                                 RT @buitengebieden: Best goalkeeper.. 😅 https://t.co/UVxtb6Bch6
## 3296                                                                                               RT @BoardGeniuses: #Oregon never has a good defense because Eugene is not redneck enough. https://t.co/VeEx5c4L1W
## 3297                                                                RT @WYStarStudio: JOE LOCKE is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (2pts)…
## 3298                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3299                                                                                                                               RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 3300                                                                                                                                 RT @myclumsycloud: New layout cuz my babies came home 💕 https://t.co/ESefohrr7y
## 3301                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 3302                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3303                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 3304                                                                                                        RT @khbsource: kim hanbin's visuals + sleek intro for the 'keep me up' live clip https://t.co/ZTwBgeTGQ2
## 3305                                                                 RT @bazingahzy: Codey want ~ Codey get~🥹🥹🥹\nSo HBD 28th  P'tepppp!!!😉😉😉\nSee u at ur next 28 BD!!!🤣🤣🤣\n#HBD28thJeffSatur https://t.co/GV0xf6sX…
## 3306                                                                                                                               RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 3307                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 3308                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 3309                                                                     RT @AsianPopMedia1: Weird as fuck? #SingInLove is the title of this unusual BL but hesitates to use the word 'rape' while revealing scenes…
## 3310                                                                                                                                                       RT @themoonlovepic: Cristal moon. https://t.co/tq3E3f3PnV
## 3311                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 3312                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3313                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3314                                                                           RT @mikevorel: Michael Penix Jr.: "Right now, yes, I'm looking forward to playing in the bowl game and being out there with my guys."
## 3315                                                                    RT @FutureForAll: 🍾Thanks to all our amazing stage guests like @mayagraf_bl, @greyherren, @EyhornFrank, members of the @BEP_Schweiz + @SFHC…
## 3316                                                                                                                             RT @jeffsaturjpg: Guys, good news! Stay tuned~ \n#Jeffsatur https://t.co/PdVp0Zap2e
## 3317                                                                                                        RT @cdnzarecords: [📸] Today‘s JAY B\n\n#JAYB #제이비 #CDNZARecords #카덴차레코즈 https://t.co/0gNrtSBvDE
## 3318                                                          RT @MileApoDaily_: Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK\n5\nh…
## 3319                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 3320                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 3321                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 3322                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3323                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3324                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3325                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3326                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 3327                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3328                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3329                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3330                                                                   RT @Chiro_Odhoraa: Aakansh dumbo using BL's another title song after 1.5 years😤\nBut it's so beautiful.. only song which defines the core pe…
## 3331                                                                                               RT @katzeperkkura: ออมอ The Hydra เข้า Billboard Hot Trending Songs Real-time Chart อันดับ#6 https://t.co/y90mGgqAAu
## 3332                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3333                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3334                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3335                                                                    RT @theseoulstory: [#2022MAMA] 📸 The trendy girls of LE SSERAFIM are here at the red carpet of 2022 MAMA AWARDS! @MnetMAMA @le_sserafim htt…
## 3336                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3337                                                                    RT @businessline: #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.  @gurukmurt…
## 3338                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #dkz #디케이지\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AWARDS @d…
## 3339                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3340                                                                    RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…
## 3341                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3342                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3343                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3344                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3345                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3346                                                                RT @MultiDidi: #BibleBuild au \n\n"Over The Window" \n\nWhere Bible and Build start fighting over a game news on Twitter, not knowing that he's…
## 3347                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3348                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3349                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 3350                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3351                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3352                                                                 RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…
## 3353                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3354                                                                                                                                                    RT @cresstwt: if this happens i’ll kms leave jp bl alone pls
## 3355                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3356                                                                     RT @mcuban: Come on @elonmusk   We all know what free speech re the gov is because we can read the 1st Amendment and any related case law.…
## 3357                                                            RT @MileApoGuardVTS: DAILY VOTE\n\n1.https://t.co/x6APsApjrw\n\n2.https://t.co/u1OEEu6mbT\n\n3.https://t.co/HLJ3Hq0bHk\n\n4.https://t.co/LAnmGs6KtD…
## 3358                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3359                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3360                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3361                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3362                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 3363                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3364                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3365                                                                                                                                         RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l
## 3366                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3367                                                                RT @vgasptr: a #VegasPete 🔞 au where:\n\nFootball player Vegas and Nerd Pete. Vegas is addicted to Pete. \n\n"You need to stop doing me in publ…
## 3368                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3369                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3370                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 3371                                                                    RT @Orchestrative: they've already called east asian BL works "fetishizing" to begin with for containing transgressive themes, but they did…
## 3372                                                                  RT @mingmumuming: why this obsession with comparing SCOY to GAP ?!\n2 different audiences\n2 different genre\ndifferent story, director, cast…
## 3373                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 3374                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 3375                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3376                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3377                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3378                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 3379                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3380                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3381                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3382                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3383                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3384                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 3385                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3386                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 3387                                                                    RT @lesserafimtoday: It’s happening today! The girls will take over the stage. They worked hard to show us an amazing performance. Let us s…
## 3388                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3389                                                                    RT @ajuhaban: @illustrata_ai @joynxyz @amli_art @bl_artcult Even though we are not strong, we always try to look fine and strong. Besides c…
## 3390                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 3391                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3392                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3393                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 3394                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3395                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 3396                                                                    RT @businessline: #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.  @gurukmurt…
## 3397                                                                                                            RT @FUSHIGUR0: thinking about the cultural reset that was winter coat childe https://t.co/yO9weNRBON
## 3398                                                                 RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…
## 3399                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3400                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3401                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 3402                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 3403                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3404                                                                    RT @deeperflows: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space @Morph_V…
## 3405                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3406                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3407                                                                                                                                                            RT @krinnnin: School uniform https://t.co/3G7MhkPHir
## 3408                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 3409                                                        RT @candyneedsramen: • new localization🌎\n↳ 「 Well Done 」 \n\n🇺🇸 lezhin\n🎭 bl | mature \n🔗 https://t.co/Zbulovsh1L\n\n✍️ @4tune_anco &amp; @skin650128…
## 3410                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3411                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3412                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3413                                                                     RT @megz6344: @ReelRishmi It’s fishy,if they love her so much why don’t they cast her as a lead in some other series? I have a bad feeling…
## 3414                                                                    RT @ReelRishmi: @megz6344 BL maker are blind aish won 3 awards because fans love her but they giv maera important and she haven't won. Maer…
## 3415                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 3416                                                                                                                                                   RT @jeffsaturjpg: No haircuts please~ https://t.co/Ni6U2dKnNm
## 3417                                                                   RT @BibleBuildLuvly: "Are you sure?" I heard behind my back before hard hands fell on my shoulders.\n\n"Yes," I said, and felt a gentle kiss…
## 3418                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3419                                                                    RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…
## 3420                                                                                                           RT @DSonualariya: @NhmRJOfficial % bess pr hi pharmacist appointment Honge to vo kisi ko kya btayenge
## 3421                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3422                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3423                                                                   RT @GaymumLovesBL: Some kisses from BL series beautiful couples ❤🇨🇵\n#AsianBoyslove #Kisses #Multifandom #koreanbl #Thaibl #JapaneseBL #Taiw…
## 3424                                                                  RT @B_I_A_H_bee: BBB au prompt:\n\nBible,a famous actor that keeps hidding his true personality. One day Build finds out, but the way is unex…
## 3425                                                                                                                                        RT @barchorde_tin: HAPPY BIRTHDAY @jeffsatur 🥳🎊🎉 https://t.co/R37tBRQNCz
## 3426                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3427                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3428                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 3429                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3430                                                                   RT @kdrama_menfess: •kdm• 🏳️‍🌈 bl series "The Director Who Buys Me Dinner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des di Heavenly…
## 3431                                                                     RT @jenrenbot: Sent noren hug clip to my friend without context and she asked me what bl drama is that 😭 — saw kfans saying that if u crop…
## 3432                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 3433                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3434                                                                    RT @dkaleniuk: This is Volodymyr Vakulenko. A Ukrainian poet from Kharkiv region. He was missing since March this year. Today DNA test conf…
## 3435                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 3436                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3437                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3438                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3439                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3440                                                                  RT @TurtleLoveCat: a whole article on hyungwon's producing career 🥺🥺🥺\n\n'"monsta x hyungwon who work hard, a producer you can trust and list…
## 3441                                                        RT @daylightforsahi: [TREASURE ASAHI] A Japanese member who can also compose and write lyrics.\n\nhttps://t.co/JNxmt6Hpis\n\n#아사히 #ASAHI #트레저아사…
## 3442                                                                                                                        RT @lgbtanime: im fighting the hacker someone send me bl manhwas https://t.co/xQzoeO5jjD
## 3443                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3444                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 3445                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3446                                                                    RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…
## 3447                                                                    RT @Plasyfelin: @BL_Learning Year 1 have loved making their concertina books!  Much enjoyment in the planning, editing, writing and illustr…
## 3448                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3449                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3450                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3451                                                                    RT @JonahFurman: Full sellout from the White House for the majority of rail workers who rejected the deal the President brokered, preemptiv…
## 3452                                                                                                                                                         RT @DentesLeo: Say what you mean.\n\nMean what you say.
## 3453                                                                    RT @poddar_namrata: Such an honor to see #BorderLess among @WIRoBooks’s favorites for 2022! Here’s an excerpt from @AliceKSStephens’s revie…
## 3454                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 3455                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3456                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3457                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3458                                                                     RT @lunaperla: @DavidGHFrost @FT Listen, David, sometimes you've just got to say stuff in pure Anglo-Saxon and #Brexit was a bl**dy stupid…
## 3459                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 3460                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 3461                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3462                                                                 RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…
## 3463                                                                    RT @Mystic_Stirling: GL subtext is more blatant now with animes like Lycoris, Executioner, GWitch, and maybe the recent Love Live - haven’t…
## 3464                                                                    RT @SamarthPanda: @TezDhar4 @PoojaShali Yeah that's my fault. Being an indian i was unaware of what happened to girija tikko , bl ganjjo an…
## 3465                                                                  RT @Morph_VGart: Monday Night Showcase time!\n\nTonight, share a piece you collected and shoutout that artist.\n\nTag 3 friends/collectors :)…
## 3466                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3467                                                                                        RT @_saturdayss__: He is so much giving me heart attack\n\n#JeffSatur #saturdayss #JeffSaturedit https://t.co/c5P0lpJZdD
## 3468                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 3469                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3470                                                                  RT @WorldNfts: @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by @WisnuPradanaArt\nIT'S AL…
## 3471                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 3472                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3473                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3474                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3475                                                                                            RT @Huangwom: nice to see you again🫶🤍🥰\n@warwanarat  #warwanarat \n@yinyin_anw   #yinyin_anw https://t.co/BcLWF1PIOS
## 3476                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 3477                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 3478                                                                                                               RT @yinwarpicedits: yin and his yang \n\n#yinwarpicedits #yinwar #fanedit https://t.co/Bt4dp3PNZA
## 3479                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3480                                                                 RT @Jackhangu: B : You love fans or not ? \nW: I always say it and fans already knew it \nB : Knew about what ? \nW : fans already knew it \nB…
## 3481                                                                    RT @kagetoorukise: why is liking gay fictional contents automatically labels you as fetishizer? did yall know how heavy that word is to jus…
## 3482                                                                   RT @DestinyyyBoss: Nomination mai aaooo thooo dabang tarekeee saeee sooo happy #ShivThakare is finally in Nomination 🥳💪🏻\nTEAM 7 kae MASTERM…
## 3483                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3484                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3485                                                                 RT @AYA_GLOBAL_O: ✨The semi-final stage for 2022 Most Attractive Asian Male Artist has ended.\n\n🎉We are pleased to offer our congratulations…
## 3486                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 3487                                                                                             RT @Shantkee: Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW
## 3488                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3489                                                                    RT @BibleBuildIND: 🖤Vote for BibleBuild💙\nPlease vote for BibleBuild and KinnPorsche The Series for Popular Vote at Komchadluek Awards 19!!…
## 3490                                                                  RT @build_hourly: retweet, quote retweet, reply and make your own tweet! don't forget to vote on the app and website as well \n\nI vote @Buil…
## 3491                                                                    RT @bucinharit: Jeff as he scrolling through the #HBD28thJeffSatur like "since when? Oh right, Barcode said so. Yey happy birthday me" http…
## 3492                                                                                                RT @theoldkyokodied: but wait: there is more!! sorry for bl posting i am mentally unwell https://t.co/Y6BH55JBbW
## 3493                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 3494                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3495                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3496                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3497                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3498                                                                  RT @LinXueLian_AO3: List of known #MDZS/#TheUntamed/#CQL BL games:\n\n#WangXian: https://t.co/GYAvbqZYqE\n\n#XiCheng: https://t.co/r66uekJizz…
## 3499                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3500                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3501                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3502                                                                RT @BibleBuildIND: Daily vote for BUILD\n\nI vote @Buildbuilddd \n\n#NETIZENSREPORT #BuildJakapan for Asian Celebrity of the Year #ACOTY2022  @…
## 3503                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 3504                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3505                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 3506                                                                  RT @PanthersCulture: Byron Leftwich is in a no-win situation.\n\nWhen Tom Brady was producing, BL got some hype, but it was mostly because To…
## 3507                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3508                                                                                                                RT @MemindyOfficial: Happy Birthday @fort_fts 🥰🥳\n\n#OurSmile22ndFortDay https://t.co/vnZcINkmu4
## 3509                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3510                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3511                                                                RT @holybibs: retweet, quote retweet, reply and make your own post! \n\nI vote @Buildbuilddd \n\n#NETIZENSREPORT #BuildJakapan for Asian Celebr…
## 3512                                                                     RT @Eunice_Once: I Don’t Care ur straight, gay, lesbian,Bi, BL/GL fan🏳️‍🌈 \nYou have to watch this series !!!\nThis series is not just about…
## 3513                                                                    RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…
## 3514                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3515                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3516                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3517                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3518                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3519                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3520                                                                    RT @BLUPDATE2022: After confirming the ending, there's no doubt. “#ToSirWithLove” ranks #1 on my Thai Lakorn this year! It is a well-writte…
## 3521                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 3522                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 3523                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 3524                                                                  RT @BLUPDATE2022: GMMTV's #NeverLetMeGoSeries starring #PondPhuwin premieres this December! Don't miss the Official Trailer tonight!\n\nBetwe…
## 3525                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3526                                                               RT @BLUPDATE2022: TRACK LIST | DECEMBER 2022\n\n1 - #OhMyAssistant 🇰🇷\n2 - #609BedtimeStory 🇹🇭\n2 - #MySchoolPresident 🇹🇭\n9 - #SemanticError: T…
## 3527                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3528                                                     RT @BLUPDATE2022: Just like #블루밍 #Blueming,  #TheDirectorWhoBuysMeDinner #밥만잘사주는이상한이사님 will be streaming on iQIYI Global simultaneously sta…
## 3529                                                                     RT @BLUPDATE2022: THAILAND | The upcoming TV series adaptation of TJ Tommys' novel with the same name, #ChainsOfHeartTheSeries #ตรวนธรณี is…
## 3530                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #lesserafim #르세라핌\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AW…
## 3531                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3532                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 3533                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3534                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3535                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3536                                                                 RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…
## 3537                                                                                                                         RT @phuwintang: “Love Is the Death of Duty” #NeverLetMeGoSeries https://t.co/Le1lSHRUFi
## 3538                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3539                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3540                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 3541                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 3542                                                              RT @bubblegeommie: here are my top 10 bl manhwa:\n\n1. king's maker\n2. hold me tight\n3. dangerous convenience store\n4. love so pure\n5. painte…
## 3543                                                                                                                                       RT @jakegillan42: Please check this BL here on 🥰\nhttps://t.co/JYaJK9K7qj
## 3544                                                                  RT @EuromaidanPress: Current view of Donetsk's Bakhmut\n\nThe primary target of Russia's offensive operations in the eastern front, Bakhmut h…
## 3545                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3546                                                                 RT @jakegillan42: The way 천년범 is so cool and visually stunning. I think this BL will be the next big BL. Its new on Lezhin Korea with 8 epi…
## 3547                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 3548                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3549                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3550                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3551                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3552                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 3553                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3554                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3555                                                                    RT @tutulismyname: 3) Tunisia vs Australia featured players from 16 different leagues: La Liga, Ligue 1, Bundesliga, Serie A, MLS, Champion…
## 3556                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 3557                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3558                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3559                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3560                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3561                                                                                                                            RT @jodanspace: *bl ⚠️WARNING NSFW🔞\n🔥THE🔥HOTTEST🔥2nd🔥COUPLE🔥 https://t.co/zJThRgVS6C
## 3562                                                                    RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…
## 3563                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3564                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3565                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3566                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 3567                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3568                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3569                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3570                                                                                            RT @dailytaynew: the pinoy bl indsutry kinda went off and died and idk how much of that is attributed to gege severo
## 3571                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3572                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3573                                                                    RT @theseoulstory: [#2022MAMA] 📸 The trendy girls of LE SSERAFIM are here at the red carpet of 2022 MAMA AWARDS! @MnetMAMA @le_sserafim htt…
## 3574                                                                    RT @build4bibble: help I've been into blmanhwa lately and it's so addicting..can y'all recommend me more? like your most favorite? https://…
## 3575                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3576                                                                    RT @vegascupid: this pisses me off more knowing that some of these men on gmmtv don’t even want their bl roles n are unashamed to show it ……
## 3577                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3578                                                                                                                                                                         RT @ppnaravit: it’s my duty to love you
## 3579                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3580                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 3581                                                                  RT @WanqiLi9: a nod to #obikin shippers: Raising the main character (养成) is a very common trope in Chinese BL, in fact one of the most popu…
## 3582                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3583                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3584                                                                   RT @kdrama_menfess: •kdm• 🏳️‍🌈 bl series "The Director Who Buys Me Dinner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des di Heavenly…
## 3585                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 3586                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3587                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3588                                                                 RT @BlackLo39629533: In all the world,\nthere is no heart for me like yours.\nIn all the world,\nthere is no love for you like mine.\nRemember…
## 3589                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3590                                                                  RT @KieMimiPopo: Can U all Vote for this For MileApo 💛💚❤️\nThe Gap is very small now \n\nPOLL: The Best And Most Popular Thai BL Couples Of 20…
## 3591                                                                   RT @Chiro_Odhoraa: Aakansh dumbo using BL's another title song after 1.5 years😤\nBut it's so beautiful.. only song which defines the core pe…
## 3592                                                                  RT @KieMimiPopo: Can U all Vote for this For MileApo 💛💚❤️\nThe Gap is very small now \n\nPOLL: The Best And Most Popular Thai BL Couples Of 20…
## 3593                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3594                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3595                                                                  RT @Gerashchenko_en: 101 women serving in Ukrainian Army have died since the full-scale invasion began. Over 100 more have been wounded.\n\nA…
## 3596                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3597                                                                                                           RT @EIJICHERRY: TOMORROW FIRST EP OF "SHE LOVES TO COOK AND SHE LOVES TO EAT" https://t.co/s6JAamNjHo
## 3598                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3599                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3600                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 3601                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3602                                                                  RT @cebuBLorg: 📌BIBLE: "I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST"\n\nBible Wichapas Sumettiku…
## 3603                                                                                                            RT @red_loeb: Who will win the match? 🤔\n\n@BLMedieval BL Arundel 66, f. 33v https://t.co/5vt5VOVnDw
## 3604                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 3605                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3606                                                                    RT @nipaponngam1: #BuildJakapan @Buildbuilddd \n#ฟองอากาศของไบเบิ้ลบิว \n\nPOLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t…
## 3607                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 3608                                                                           RT @420NewsandRevi1: Packwoods LA Episode III, 2 gram Ice Cream Kush, infused and sugared  Bl... https://t.co/4G5rJtS0c6 via @YouTube
## 3609                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3610                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3611                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3612                                                                                                                                                   RT @lejeanspics: THEY ARE SO PRETTY\n https://t.co/QxxPKy6lee
## 3613                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3614                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3615                                                                                                            RT @red_loeb: Who will win the match? 🤔\n\n@BLMedieval BL Arundel 66, f. 33v https://t.co/5vt5VOVnDw
## 3616                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3617                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 3618                                                                    RT @selenathearena: If there’s anything holding thai bl’s back or something they definitely need to work on is the audio mixing and backgro…
## 3619                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3620                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 3621                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3622                                                                   RT @_ebelechukwu: We need to be mindful of the indoctrination that goes on, on social media. \n  It is madness to swallow everything a perso…
## 3623                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3624                                                                    RT @MDVengas: @MJ_007Club Modi should Stop with this Bl**dy IFFI forthwith. This jamboree is nothing but occasion for some babus to enjoy a…
## 3625                                                                                                                                                RT @hanmdin: 「affection」#類司 #prsk_BL https://t.co/M7USPb3RT9
## 3626                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 3627                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3628                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3629                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3630                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 3631                                                                    RT @voodookunt: It's that time of year! My annual bl smash or pass thread! Let's start with Tay tawan of dark blue kiss and cherry magic(TH…
## 3632                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 3633                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3634                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3635                                                                    RT @lesiavasylenko: The image of 2 day old Sehii  hasn’t left my mind for days. Less than 48 hours a happy mom sent a picture to a proud da…
## 3636                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3637                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3638                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3639                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3640                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3641                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3642                                                                                                                              RT @HSGoldenGirl: The Dering Roll\nhttps://t.co/zDBggP5UGi https://t.co/IxYa2ECqlE
## 3643                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3644                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3645                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3646                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3647                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 3648                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3649                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3650                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3651                                                      RT @kstarlivecom: Popular BL Webtoon #TheDirectorWhoBuysMeDinner to Be Adapted as a Drama, Confirms Release Date\n\n#밥만잘사주는이상한이사님 #ParkYoungw…
## 3652                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3653                                                                                                                                 RT @_gugumi: they know it's their eunbi unnie's voice 🥹 https://t.co/EfGsjiZqM8
## 3654                                                                    RT @ARanganathan72: Mosques screamed Run, Convert or Die on Jan 19, 1990. BK Ganjoo’s blood was fed to his wife on March 17, 1990. Girija T…
## 3655                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3656                                                                     RT @D2055de: @DmytroKuleba @UrmasReinsalu @Haavisto @thordiskolbrun @edgarsrinkevics @GLandsbergis @AHuitfeldt @TobiasBillstrom We support…
## 3657                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3658                                                                    RT @DmytroKuleba: Welcomed my colleagues and friends @UrmasReinsalu, @Haavisto, @thordiskolbrun, @edgarsrinkevics, @GLandsbergis, @AHuitfel…
## 3659                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 3660                                                                RT @Thatlawal: A LETTER TO MR. FEMI OTEDOLA!\n\nDear @realFemiOtedola,\n\nI would really appreciate any gesture that you could extend to help s…
## 3661                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3662                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3663                                                                    RT @MFA_Ukraine: Foreign Ministers of Estonia 🇪🇪, Finland🇫🇮, Iceland🇮🇸, Latvia🇱🇻, Lithuania🇱🇹, Norway🇳🇴, and Sweden🇸🇪 today visited Ukraine…
## 3664                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3665                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3666                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3667                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3668                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3669                                                                    RT @UkraineDiary: #warinukraine my native city Dnipro has been bombed 2 hours ago by 4 rockets, #RussiaIsATerroristState #closethesky #puti…
## 3670                                                               RT @jodanspace: WARNING SPOILER , SNEAK PEEK *bl\n\nl don't care\nHow Iong it takes\nAs long as l'm with you\nl've got a smile on my face https:…
## 3671                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 3672                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3673                                                                RT @an_nhien188: P'@tommysittichok, you are so cute and handsome 💕\n\n#tommysittichok \n#StarMee \nCr. IGs nnnamnamnammm, yuri.prestige https:/…
## 3674                                                                    RT @hopejie9197: To my dearest BL besties @sophia_franzz and @WiNnniXX , thank you so much for your birthday gifts! I love you all sobra! C…
## 3675                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3676                                                                    RT @adaisyAurora: my fav scene of this episode is def when Golf leaned his head to Kan's leg. they just kissed each other for the first tim…
## 3677                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3678                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3679                                                                    RT @nipaponngam1: #BuildJakapan @Buildbuilddd \n#ฟองอากาศของไบเบิ้ลบิว \n\nPOLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t…
## 3680                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3681                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3682                                                                    RT @hoetarou_oreki: @_sonagee The Western view on feminine gay men is so degrading sometimes. In Asian BL, feminine uke are treated as desi…
## 3683                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 3684                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3685                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 3686                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 3687                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3688                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 3689                                                                 RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…
## 3690                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3691                                                                                                  RT @kdrama_menfess: •kdm• 🏳️‍🌈 List of bl office drama series that will air in December\nhttps://t.co/BbtiKxPw0V
## 3692                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 3693                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3694                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 3695                                                                    RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…
## 3696                                                                    RT @yoomyeuphoria: We request that you clarify and rectify this situation that costed the song a position in multiple Billboard and YouTube…
## 3697                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3698                                                                RT @ZakkWyldeBLS: TONIGHT!BL KILTAGEDDON w/The NORSE BUZZSAW WARHAMMER &amp; The BELO HORIZONTE BRAZIL CHAPTER BERZERKERS!!! @WyldeAudio @Death…
## 3699                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 3700                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3701                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3702                                                              RT @BLUPDATE2022: MEET | Linus Wang and Sean Chang as Hai Yi and Dai Zhe-ni respectively in the upcoming “#HIStory5: #遇見未來的你 #LoveInTheFutu…
## 3703                                                                                                   RT @willnie_: After gmmtv announced that brightwin has no new bl series\n\n#GMMTV2023 https://t.co/LiLIANHxWz
## 3704                                                                  RT @bldramaheaven: ep. 10 of Until We Meet Again. the fog is lifting.\n\nI liked this episode much better than ep. 9. there is more drive, mo…
## 3705                                                                    RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…
## 3706                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 3707                                                                    RT @Jk_trend_songs: Hi @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. THIS IS SO UNFAIR!!Drea…
## 3708                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3709                                                                    RT @jeonjunggookie_: We request that you clarify and rectify this situation that costed the song a position in multiple Billboard and YouTu…
## 3710                                                                    RT @JJKMILLIONDOL: 🚨Dreamers by Jungkook wasn’t properly credited in YouTube music category until today which affected it negatively on @bi…
## 3711                                                                  RT @BLUPDATE2022: UPDATE: W-Story shared an IG Story with the stars of #MrHeart Han Se Jin and Cheon Seung Ho at the filming site of “#준과준…
## 3712                                                                  RT @Wikiwolffstudio: HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD \n20…
## 3713                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3714                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3715                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3716                                                                                                         RT @naylovesJF: this is the cutest “bye bye” i’ve ever heard! 😭😩 #RemembermeEP8 https://t.co/0JAmYTO98R
## 3717                                                                                     RT @Dhandelion3: how can I leave them, when they've chemistry on another level  🔥\n\n#RemembermeEP8 https://t.co/ArXgoyY5Tz
## 3718                                                                 RT @AriesLovesBl: I'm sure this will be the next Hit BL Series. Can't wait for December.\nAnd tomorrow we'll see the new trailer.\n\n#NeverLet…
## 3719                                                                                                                                RT @an_nhien188: I'm so happy to see Jimmy Tommy😭😭😭😭😭😭😭😭 https://t.co/bKJEVREDmT
## 3720                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3721                                                                  RT @famewya: Thread eng sub Noeul call Boss ‘daddy’ 🤭\n\nHost : who came up with idea of cosplaying as a pilot? I don’t know whether to ask f…
## 3722                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3723                                                                  RT @adaisyAurora: my little gay boy is scared of dorms security literally expressed one chapter of homo's difficulties \n#RemembermeEP8 \nhtt…
## 3724                                                                                             RT @SANCH0_OFFICIAL: I TEARED THE FUCK UP WHEN KAN INSISTED THAT HE WAS OK 😀 #RememberMeEP8 https://t.co/uG2ZxGaH3c
## 3725                                                                   RT @unrulytati: it better be nothing serious OR ELSE 😭 name trying to call his mom was even more heartbreaking \n#RemembermeEP8 https://t.co…
## 3726                                                                RT @adaisyAurora: Kan had a lil internal panic, Golf told him he wanna keep all these beautiful views &amp; then asked him to have a pic togeth…
## 3727                                                                 RT @jcapsj: 29 November\nMEMORIAL OF BL BERNARDO FRANCIS DE HOYOS, PRIEST\n\nGet to know more about de Hoyos' life and vocation here: 👉🏼 https…
## 3728                                                                    RT @adaisyAurora: how Golf went to take Kan's upper lip between his lips, push it into his own is truly JaFirst's sign everytime Ja kiss Fi…
## 3729                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 3730                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3731                                                                                                                                     RT @phuphastian: cheaters have never looked so good https://t.co/B6aUBaW14d
## 3732                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3733                                                                                                                                                   RT @itommyyou: JimmyTommy together again, finally 😭\n#Mii2 💛💚
## 3734                                                       RT @WdwlArtlab: BamBam 2023 Season’s Greetings \n\n[New, Better]\n\nComing soon 11.30\n\n#뱀뱀 #BamBam #시즌그리팅 #Seasons_Greetings https://t.co/eAjhy…
## 3735                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3736                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3737                                                                RT @zoe_let: Old art of my OC'S I did to promte my novel Song of the Night. This is Cain.\n\nAvailable on Amazon - https://t.co/gj1B3zX2Ib\n\n#…
## 3738                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3739                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3740                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3741                                                              RT @ParPaiTing: [29.11.2022] #พาไปติ่งJaFirst \n\n SRETSIS FLAGSHIP \nCENTRAL EMBASSY \n\n#SretsisxJaFirst\n #JaFirst \n#JaPhachara \n#First_Chalon…
## 3742                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3743                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3744                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3745                                                                                                        RT @qihahfit: any thaienthu want #moots ? lets be friend mana tahu nanti boleh gosip abt bl together ^3^
## 3746                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3747                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3748                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3749                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3750                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3751                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3752                                                                    RT @BL_Scenery: UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars - Park You…
## 3753                                                                       RT @Mii2Europe: Our tweets are like sweet version and all grown up version of Jimmy 😅 @MIx2_eagle \n#jimmy_jimmoi https://t.co/x7bR04rUgK
## 3754                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3755                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 3756                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3757                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3758                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3759                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 3760                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3761                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 3762                                                                    RT @just_rancid: why does ogata look like a BL character who suffers from a mysterious illness that we find out about when he collapses cou…
## 3763                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3764                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3765                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3766                                                                                                                RT @pattpran: okay let’s go a thread of thai bl actors dancing ! (qrt with u opinions pls &lt;3)
## 3767                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3768                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3769                                                                   RT @BlackLo39629533: Friendship isn't about who you have known the longest. It's about who came, and never left your side....\n      💞🌸🖤BL🖤🌸…
## 3770                                                                                                                                                   RT @laicchiato: wow, what a makeover! https://t.co/KnMwQryqJk
## 3771                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3772                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3773                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3774                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 3775                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3776                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3777                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 3778                                                                                                        RT @206Hoops: 206er Jaylen Nowell for the T-Wolves tonight:\n\n23 pts\n5 reb\n9-13 FG's\n(25 minutes)\n🔥
## 3779                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 3780                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3781                                                                                                                                                          RT @jodanspace: *bl pe4rl b0y\nhttps://t.co/8UOCuoRjyW
## 3782                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3783                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3784                                                                    RT @jose3030: Jayson Tatum  35 PT  15-28 FG  1-1 FT  4-14 3P  3/0 RB  3 AS  1 BL  2 ST  0 TO  3 PF  29 MN   (10:13 4th, Hornets) https://t.…
## 3785                                                                 RT @mnetplus: [#MAX_CLIP] @dkz_dy\n\n#DKZ ROAD TO MAMA AWARDS highlight🚩\n\nA spoiler from the site of ROAD TO MAMA AWARDS special stage after…
## 3786                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3787                                                                    RT @Vorahae1230: Im screaming😵 the way he's staring so hard at Rain's lips was so intensed. From day 1 he's been wanting him. Then the fant…
## 3788                                                                    RT @Baikapsphoto: How bout them 🍏 🍎 @themikepenix @RomeOdunze @Alexcook_2 @jalenmcmillan20 @HoodHusky @CoachShephard @GrubbRyan @UW_Footbal…
## 3789                                                                   RT @PFF_College: Leaders in QB pressures from Week 13:\n\n🟣 Bralen Trice - 15\n🟣 Jeremiah Martin - 10\n\n@UW_Football https://t.co/i8HHmsWD4k
## 3790                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3791                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3792                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 3793                                                           RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…
## 3794                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3795                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3796                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3797                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 3798                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 3799                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 108 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjzQxj\nhttps://t.co/7efjBKwVto\nhttps://t.co…
## 3800                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3801                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3802                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3803                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3804                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3805                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 3806                                                                                                                                                        RT @bIackpinkloops: THIS CHAESOO https://t.co/MxfpuK5MGD
## 3807                                                                    RT @fornotyours: He can promote his series with @LeeThanapob like he's head over heals to him and want to fck him when it's not even a BL b…
## 3808                                                                 RT @206Hoops: UW cruises to a fairly comfortable 77-66 win over a previously unbeaten Seattle U squad. Size &amp; experience is paying off for…
## 3809                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3810                                                                    RT @businessline: #BLExplainer: What is T+1 settlement? What is the implementation schedule that SEBI is indicating? Will it have any impac…
## 3811                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 3812                                                               RT @konnect_danielk: Check out KANGDANIEL on the cover of K-Pop – TIDAL Masters playlist! \nListen to “Nirvana (feat. pH-1 &amp; WDBZ)” in maste…
## 3813                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3814                                                                                                                                                         RT @pcyzip: woah..\n#ROSÉ #로제 https://t.co/aIqTWXfvuP
## 3815                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3816                                                                    RT @avalaina: Children's writer Volodymyr Vakulenko was killed in the Kharkiv region during the Russian occupation. His family, till the la…
## 3817                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3818                                                                   RT @Rudu1212: @savehitesh @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Delayed more than 30 min+\n@Gmwrly @drm…
## 3819                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3820                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3821                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3822                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 3823                                                                                                                                   RT @UkraineDiary: Make a Russian cry. Retweet this🇺🇦🌻 https://t.co/ivbvwdmTRD
## 3824                                                       RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#희철 #HEECHUL\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJ…
## 3825                                                       RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#이특 #LEETEUK\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJ…
## 3826                                                                    RT @Glasshalf_ill: Mingwha’s new BL Jinx is the new reason to wake up every morning. God I wish it was completed already so I could spend t…
## 3827                                                       RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#예성 #YESUNG\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJU…
## 3828                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3829                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3830                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3831                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3832                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3833                                                                  RT @Biz_Ukraine_Mag: “Only the military defeat of Russia can solve this conflict.”\n\nSwedish Foreign Minister Tobias Billström https://t.co/…
## 3834                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3835                                                                RT @BLUPDATE2022: TRACK LIST | UPCOMING BL THIS DECEMBER 2022\n\n12.01 - #OhMyAssistant 🇰🇷\n12.02 - #609BedtimeStory 🇹🇭\n12.02 - #MySchoolPresi…
## 3836                                                                 RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…
## 3837                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3838                                                                  RT @historysunny: Free teacher CPD @britishlibrary on 1947 Partition of India!\n\nThe session will focus on the BL's new web resource ‘Voices…
## 3839                                                     RT @JAM__PLANET: By 14:30 on 20th October, the current top 5 BL Couple are:\n1. Zee&amp;Nunew #ZeeNuNew \n2. Mew&amp;Gulf #MewGulf \n4. Yin&amp;War #YINWA…
## 3840                                                              RT @JAM__PLANET: Exclusive Tweets\nYin&amp;War are nominated for 2022 The Best BL Couple,\nIf they are your favorite BL Couple, retweet this post…
## 3841                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3842                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 3843                                                                 RT @BlackLo39629533: In all the world,\nthere is no heart for me like yours.\nIn all the world,\nthere is no love for you like mine.\nRemember…
## 3844                                                                   RT @Chiro_Odhoraa: Aakansh dumbo using BL's another title song after 1.5 years😤\nBut it's so beautiful.. only song which defines the core pe…
## 3845                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3846                                                                  RT @BLUPDATE2022: BL SIDE | #WhyYouYMeEP6: Shogun's response to Maitoh's confession... broke my heart... knowing Green heard everything.\n\n#…
## 3847                                                                 RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…
## 3848                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3849                                                                    RT @midknightmoodz: @Noeul_lee6 3 AM for me... I'm sorry I can't watch live na. 🥹 I've been pulling too many late nights. 😭 I promise to tr…
## 3850                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3851                                                            RT @incorrect_kp: Kim: In a way, pancakes are like children.\n\nKhun: Elaborate?\n\nKim: The first one is always fucked up.\n\nKhun:\n\nKhun, picks…
## 3852                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3853                                                                                      RT @FROSTYNOEUL_: HAPPY TO BEST BOY FORT!!\n@fort_fts\n#OurSmile22ndFortDay\n#FortFTS #ComeFortZon https://t.co/jfHvoh4T4q
## 3854                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3855                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3856                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3857                                                                 RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…
## 3858                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3859                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3860                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3861                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3862                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3863                                                                    RT @RealTimeNews10: JUMP IN/STOLEN AUTO: Citgo Gas 6100 Bl. of Old Central Ave. Capitol Hts, MD. PGPD on scene investigating an incident wi…
## 3864                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3865                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3866                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3867                                                                         RT @RabendaMagazine: 📍 [PRE - ORDER ] #RabendaMagazine No.9 \nNew Year New Passion ปก 2 in 1 \n🧡🧡 ปก #เฟิร์สข้าวตัง \n💙 ปก #มีนพีรวิชญ์\n\n🔗 สั่…
## 3868                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3869                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3870                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3871                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3872                                                               RT @b0unieprm: hii im lia~ Kinda New to BL and looking for moots, pls be patient with me khaa~ 🫶🏻\n\n~ bounprem \n~ offgun\n~ ohmfluke\n~ bright…
## 3873                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3874                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3875                                                                    RT @tutulismyname: 3) Tunisia vs Australia featured players from 16 different leagues: La Liga, Ligue 1, Bundesliga, Serie A, MLS, Champion…
## 3876                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3877                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3878                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3879                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3880                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3881                                                                    RT @moondust_36: @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected Epiphany by stunning @acidframerate and Tropical Para…
## 3882                                                               RT @midknightmoodz: Boss putting his hand on Noeul's thigh to stop him from spoiling. 😗 55555\n\n#BossNoeul \n#Bosschaikamon\n#Noeulnuttarat\n#B…
## 3883                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3884                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3885                                                                                                                     RT @chromiekins: Malleus missed the memo this isn’t an otome game and also this isn’t a BL.
## 3886                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 3887                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3888                                                                 RT @harukyufics: 𝐓𝐡𝐞 𝐌𝐚𝐫𝐫𝐢𝐚𝐠𝐞 𝐂𝐨𝐧𝐭𝐫𝐚𝐜𝐭 : 𝑺𝒊𝒈𝒏𝒆𝒅.\nthe marriage contract chapter II\n\na #harukyu short au wherein Junkyv and Harvto are the ma…
## 3889                                                                  RT @artmarteau: @illustrata_ai @joynxyz @amli_art @bl_artcult 𝘛𝘩𝘦 𝘞𝘦𝘪𝘨𝘩𝘵 𝘖𝘧 𝘛𝘩𝘦 𝘞𝘰𝘳𝘭𝘥 𝘐𝘴 𝘖𝘧𝘧 𝘔𝘺 𝘚𝘩𝘰𝘶𝘭𝘥𝘦𝘳𝘴\n#expressionwithmeaning \n2nd Entry…
## 3890                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3891                                                                         RT @RabendaMagazine: 📍 [PRE - ORDER ] #RabendaMagazine No.9 \nNew Year New Passion ปก 2 in 1 \n🧡🧡 ปก #เฟิร์สข้าวตัง \n💙 ปก #มีนพีรวิชญ์\n\n🔗 สั่…
## 3892                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3893                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3894                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 3895                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3896                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3897                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3898                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3899                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3900                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3901                                                                    RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…
## 3902                                                                    RT @j_fluffybunbun: i think they are one of those bl cp who do the properly bridal carry scene.. cuz sir, I've seen the scene where the oth…
## 3903                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3904                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3905                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 3906                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3907                                                              RT @SkittleRampage: First looks at some Jujutsu Kaisen Nobara, Gojo &amp; Red Technique Gojo (BL EX)\n\nSome Jujutsu Kaisen Pops are hitting HT/B…
## 3908                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3909                                                                  RT @genshinficfess: au! cw // bxb bl ship haino aruseno alhaitham x cyno\n// art by sender , original by cutbu\n\ngagal confess tapi berhasil…
## 3910                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 3911                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3912                                                                     RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…
## 3913                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 3914                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3915                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3916                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3917                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3918                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3919                                                                RT @PepperScripts: 🎁72 HOURS GIVEAWAY🎁\n2x @PepperScripts 🔑 \n1x @ahiddensociety Invite\n1x @satanbricks Invite\n2x 2GB Private Resi @Roundprox…
## 3920                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3921                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3922                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3923                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3924                                                                    RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…
## 3925                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3926                                                                    RT @Daily_JK97: Hello. @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. Because Dreamers by Jun…
## 3927                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3928                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3929                                                                       RT @GunturSubbarao: TED official meeting at Vancouver 2022 - Some memorable occasions with fellow speakers at TED https://t.co/UxPF4uFS8R
## 3930                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3931                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3932                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3933                                                                   RT @kdrama_menfess: •kdm• 🏳️‍🌈 bl series "The Director Who Buys Me Dinner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des di Heavenly…
## 3934                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3935                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3936                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3937                                                                    RT @Egg_Yok90: What I'm about to post is a 140 page document that includes new evidence of Squigglydiggs,  @ K ey bl ack_H ailo C's troubli…
## 3938                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 3939                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3940                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3941                                                                                                      RT @jeonjunggookie_: Spotify 🤝 youtube \n\nThose tried to sabotage jungkook’s dreamers since the beginning
## 3942                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3943                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3944                                                                    RT @JJK_VotingTeam: The fact that Dreamers by Jungkook wasn’t properly credited in the YouTube music category which negatively affected mul…
## 3945                                                                   RT @Rudu1212: @savehitesh @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Delayed more than 30 min+\n@Gmwrly @drm…
## 3946                                                                    RT @firstkhaouboom: friendly reminder that this boomaou goofing around behind the scenes of enchante looking all wedding-like is about to b…
## 3947                                                                    RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…
## 3948                                                                                                                                                         RT @dunknatachai: i love you so https://t.co/ko0wZGdPsR
## 3949                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 3950                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3951                                                                    RT @IittIeuphoria97: @virgoidoll Period. Once is coincidence, anything beyond that is intentional. It definitely appears as though there ar…
## 3952                                                                    RT @virgoidoll: and as amazing as it is that all his songs have achieved great success even with all the odds against them it is not normal…
## 3953                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3954                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3955                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 3956                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3957                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3958                                                                                   RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd
## 3959                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3960                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 3961                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3962                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3963                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3964                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3965                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3966                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 3967                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3968                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3969                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3970                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 3971                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3972                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3973                                                                    RT @nipaponngam1: #BuildJakapan @Buildbuilddd \n#ฟองอากาศของไบเบิ้ลบิว \n\nPOLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t…
## 3974                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3975                                                                    RT @JKGlobalWebsite: “Dreamers” MV is finally trending in the USA, AFTER the Billboard charts update. This is absolutely ridiculous. This w…
## 3976                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3977                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3978                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3979                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3980                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3981                                                                                                                                        RT @EmmaWaanjai: It’s the little bouncy for me 🥺🐰https://t.co/Zao0uwlZSh
## 3982                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3983                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 3984                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 3985                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3986                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 3987                                                                    RT @GoldenJKUnivers: Hello. @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. Because Dreamers b…
## 3988                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3989                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 3990                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3991                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3992                                                                    RT @SkinnerPm: America, where we see long lines at polling places as an uplifting scene of voter determination instead of a damning scene o…
## 3993                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3994                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3995                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3996                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3997                                                                 RT @ZakkWyldeBLS: MUCH MCLOVE &amp; HAPPY BL B-DAY O’ DOOM To FATHER MIKE BORDIN!!! tBLSt SDMF @FaithNoMore #Mikebordin https://t.co/JVwCn6y06O
## 3998                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3999                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4000                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4001                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 4002                                                                    RT @Mystic_Stirling: GL subtext is more blatant now with animes like Lycoris, Executioner, GWitch, and maybe the recent Love Live - haven’t…
## 4003                                                                    RT @Jungkook_SNS: JungKook becomes the K-Pop/ Korean Soloist with the Most Top 10 hits (3 songs) on Billboard Global 200 Excl. US Chart. Co…
## 4004                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4005                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4006                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4007                                                                    RT @Daily_JK97: Hi @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. THIS IS SO UNFAIR!!Dreamers…
## 4008                                                                    RT @kookie_andcooky: Jungkook deserve better label, better team. im amazed by cp team so i hope will find a new team that will focus on his…
## 4009                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4010                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 4011                                                                     RT @jenrenbot: Sent noren hug clip to my friend without context and she asked me what bl drama is that 😭 — saw kfans saying that if u crop…
## 4012                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4013                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4014                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4015                                                                                                              RT @signediza: This was so cute please ¦ #BetweenUsEP4 #BetweenUsTheSeries https://t.co/Y3OeN3prZz
## 4016                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4017                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 4018                                                                    RT @jkmeuzoiudo: @JJK_Times 🚨Dreamers by Jungkook wasn’t properly credited in YouTube music category until today which affected it negative…
## 4019                                                                     RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…
## 4020                                                                                   RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd
## 4021                                                                  RT @GigaChadBJN: "Cursed Mysterious island has been discovered in the Last Reality..." 🌌\n\nI originaly wanted to do Saucers Fortography on B…
## 4022                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4023                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 4024                                                                                                                   RT @marybells525: What if they're not giving us BL on the 7th because 🐣 🧀  is coming again? 🤔
## 4025                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4026                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4027                                                                    RT @KookCharts: Hello. @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. Because Dreamers by Jun…
## 4028                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4029                                                                    RT @KookCharts: We request that you clarify and rectify this situation that costed the song a position in multiple Billboard and YouTube ch…
## 4030                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4031                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4032                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4033                                                                 RT @littlejune_p: สปอยล์(1)\n[BL]🌟My Husband is Suffering from a Terminal Illness by 不会下棋\n#สามีผมกำลังจะตาย\n▪️Eng:https://t.co/VGzhcYJaA8\n▪️…
## 4034                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4035                                                                  RT @JJK_Times: Now that the YouTube issue has been fixed, Dreamers MV finally entered the Most viewed videos in past 24 hours chart 😒\n\n**NE…
## 4036                                                                                                 RT @myktng: your phone gallery if khaotung thanawat was your boyfriend \n\n— a thread : https://t.co/yma8TUJzmk
## 4037                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4038                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4039                                                                    RT @pranluvr: 🐶: speaking of Nanon,nanon is a very good friend in my life. Really a very very good friend,I did not think I could have a fr…
## 4040                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4041                                                                                                                                                                    RT @animesfeeI: Same https://t.co/0jiL4QScjK
## 4042                                                                                                                                                             RT @Sky15022010: Prague 💛🇨🇿 https://t.co/8egkiGDcXb
## 4043                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4044                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4045                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4046                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 4047                                                      RT @pk5125: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj\n@MohanChanyal \n💧 #flo…
## 4048                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4049                                                                                   RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd
## 4050                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4051                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 4052                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4053                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 4054                                                                                                                                   RT @suninhersmile: CAN SOMEONE RECOMMEND A GOOD BL MANHWA PLEASE IM DESPERATE
## 4055                                                                    RT @RealTimeNews10: ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carjacki…
## 4056                                                                                                                                        RT @mos_psl: to this night🌙 \n#MosBankXSingapore https://t.co/qOFTP6wMRl
## 4057                                                                    RT @RealTimeNews10: ARMED CARJACKING: 3400 Bl. of 54th Ave. Bladensburg, MD. PGPD on scene investigating an armed carjacking with an indivi…
## 4058                                                                                                                                        RT @XXL: Offset teasing a new song with Future 👀 https://t.co/CT9gpcTD36
## 4059                                                                     RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…
## 4060                                                                     RT @jenrenbot: Sent noren hug clip to my friend without context and she asked me what bl drama is that 😭 — saw kfans saying that if u crop…
## 4061                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4062                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4063                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 4064                                                                    RT @RealTimeNews10: JUMP IN/STOLEN AUTO: Citgo Gas 6100 Bl. of Old Central Ave. Capitol Hts, MD. PGPD on scene investigating an incident wi…
## 4065                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 4066                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 4067                                                                                                              RT @aibarisu: my akkayan and patpran are coming back home, the war is over https://t.co/K2nnAe4IdC
## 4068                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4069                                                     RT @miakawai23: Endgame 💖💖💖\nSungDa true Love 🥰\nSunghyeon &amp; Daon \n\nThe End 🔚🫶\n\n#비밀사이 #secretrelationships #secretrelationship #Manhwa \n#Boys…
## 4070                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4071                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4072                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4073                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4074                                                                                                                                                        RT @BLUPDATE2022: It's coming... https://t.co/19vzEUhv3n
## 4075                                                                  RT @lib_trigger: Balenciaga woke a boat load of normies up. \n\nTwo years ago, we were saying, "you know the world is ruled by Satanic pedoph…
## 4076                                                                                                                        RT @signediza: what do you mean that shiny smile is not real? 😩🥹 https://t.co/GQZbxiOSNT
## 4077                                                                                                                                                        RT @RealRodWave: I aint got trust issues... I got sense!
## 4078                                                                    RT @Mystic_Stirling: GL subtext is more blatant now with animes like Lycoris, Executioner, GWitch, and maybe the recent Love Live - haven’t…
## 4079                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4080                                                                                   RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd
## 4081                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4082                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4083                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 4084                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4085                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4086                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4087                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4088                                                                  RT @cebuBLorg: 📌BIBLE: "I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST"\n\nBible Wichapas Sumettiku…
## 4089                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4090                                                                  RT @AniTrendz: Here are your TOP 10 ANIME for Week#7 of the Fall 2022 Anime Season! \n\nBocchi holds strong for the second time this week, bu…
## 4091                                                                                   RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd
## 4092                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4093                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4094                                                                    RT @BL_Scenery: UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars - Park You…
## 4095                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4096                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4097                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4098                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 4099                                                                  RT @Pal4erd: Thanks for the BL!\nXFirst project will start soon. Don't miss the ride!\nThe project purpose is to secure the Elrond Network wh…
## 4100                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 4101                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4102                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4103                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4104                                                                    RT @krishanKTRS: After Munugode loss BJP wants to stall functioning of Telangana Government that is why using ED on TRS. Our leaders are le…
## 4105                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4106                                                                                                                                             RT @YukenNico: silly doodle\n#prsk_bl #類司 https://t.co/hIyu8zAzu0
## 4107                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4108                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4109                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 4110                                                                  RT @YILOVEY: M: I was looking for my cat for a long time. Ohhh she got stolen. \nE: Choose?\nM: If you dare hurting my baby even an inch of a…
## 4111                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4112                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4113                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4114                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4115                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4116                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4117                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4118                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4119                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4120                                                                    RT @YILOVEY: E: Told him to do it bit by bit. It’s hard to do everything at the same time, and will stress him out. But he want to do it al…
## 4121                                                                    RT @YILOVEY: E:Seriously,I look at him I really feel sorry, truly sorry for him. Coz everything come to him at the same time,work, study, h…
## 4122                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4123                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4124                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4125                                                               RT @vgclements1: POLIO LINKS\nIMMUNIZATION/James\nhttps://t.co/DUd05PPsUw\nCDC/30,000 Cases of Polio Disappear\nhttps://t.co/fj6wUsMp1Y\nGERM TH…
## 4126                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4127                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4128                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4129                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4130                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4131                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4132                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4133                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 4134                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4135                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 4136                                                                                                                                                           RT @Shivvy20001: This is the cutest!! 😁😁😁😁😁😁😁😁😁😁😁😁😁😁😁
## 4137                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 4138                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4139                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 4140                                                                                                            RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 4141                                                                    RT @wildflowerSerai: The facts that BL cs event punye issue sampai masuk tl acc kpop aku. Snjejsiks..mmg teruk yer and i saw the picture yg…
## 4142                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4143                                                                  RT @cebuBLorg: 📌BIBLE: "I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST"\n\nBible Wichapas Sumettiku…
## 4144                                                                               RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL B-DAY O’ DOOM To FATHER CHARLIE BENANTE!!! tBLSt SDMF @Anthrax https://t.co/OpsvK3Tu56
## 4145                                                                    RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…
## 4146                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 4147                                                                                                  RT @kdrama_menfess: •kdm• 🏳️‍🌈 List of bl office drama series that will air in December\nhttps://t.co/BbtiKxPw0V
## 4148                                                                                                                               RT @fudrilshi: Many scientists agree that in the near future, BL will becume real
## 4149                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 4150                                                                                                                               RT @fudrilshi: Many scientists agree that in the near future, BL will becume real
## 4151                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4152                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4153                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4154                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4155                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4156                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4157                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4158                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4159                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4160                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 4161                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 4162                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4163                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4164                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4165                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4166                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4167                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4168                                                                     RT @TheOcFranchise: een ass outdoor amatuer porn hard big cock amatuer young teens lesbians busty blonde plays amature housewife sex video…
## 4169                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4170                                                                    RT @RentaMangaStore: Asahi and Kei used to be inseparable, but that all changed when Asahi was diagnosed as an omega in high school and Kei…
## 4171                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4172                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4173                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 4174                                                                    RT @BL_Scenery: UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars - Park You…
## 4175                                                                    RT @j_fluffybunbun: i think they are one of those bl cp who do the properly bridal carry scene.. cuz sir, I've seen the scene where the oth…
## 4176                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4177                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4178                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4179                                                                    RT @Joellinepearl: BL Fans Get together budget ranking comfortable budget poll for everyone lets us know your budget guys this one includes…
## 4180                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4181                                                                    RT @Joellinepearl: BL Fans Get together budget ranking comfortable budget poll for everyone lets us know your budget guys this one includes…
## 4182                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4183                                                                     RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…
## 4184                                                                                                                                         RT @linlin080191: Vote for build\n#BuildJakapan https://t.co/1Xb2Pyiutj
## 4185                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4186                                                                    RT @Vtach99: @RichardHeartWin @ScotV777 @MarcoTheHEXican @enadorange Talked to me for days never turned me away called me a pleb made fun o…
## 4187                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 4188                                                                     RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…
## 4189                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4190                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 4191                                                               RT @jodanspace: WARNING SPOILER , SNEAK PEEK *bl\n\nl don't care\nHow Iong it takes\nAs long as l'm with you\nl've got a smile on my face https:…
## 4192                                                                    RT @zachsang: RM's Indigo is out on this Friday!! RM will join me live @onamp Friday at 8pm ET! we'll be hanging out and listening to every…
## 4193                                                                RT @jebhyyh: This is their declaration in front of the world that they will no longer be bl!nd to our sorrows &amp; melancholies. They had look…
## 4194                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4195                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4196                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4197                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4198                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 4199                                                                                                                            RT @jodanspace: *bl ⚠️WARNING NSFW🔞\n🔥THE🔥HOTTEST🔥2nd🔥COUPLE🔥 https://t.co/zJThRgVS6C
## 4200                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4201                                                                    RT @SaladJazz1: Paul Chambers, Hank Mobley and Sonny Clark (seated) during the recording session for Mobley’s Hank Mobley BL 1568, June 23,…
## 4202                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 4203                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4204                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 4205                                                                                                                         RT @phuwintang: “Love Is the Death of Duty” #NeverLetMeGoSeries https://t.co/Le1lSHRUFi
## 4206                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 4207                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 4208                                                                    RT @WellOblivion: @justinboldaji If you like this kind of stuff, I'd like to recommend checking out Peter Greenaway's films. The Draughsman…
## 4209                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4210                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 4211                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 4212                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4213                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 4214                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4215                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4216                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 4217                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4218                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4219                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4220                                                                                                                                                   RT @_kumabearr: Chu ~♡\n\n#รินอิซา rnis https://t.co/PvwFVzX9cm
## 4221                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4222                                                                           RT @nyanasae: when life gets hard just remember that every day is a step closer to seeing animated rin itoshi https://t.co/VaKiT3EJcg
## 4223                                                                                                                                                                     RT @blue_tkse: rnis https://t.co/T0WBwmfAod
## 4224                                                                                                                    RT @RainBoowl: Thai BL trend in 2023 is office syndrome. 😂#GMMTV2023 https://t.co/n8FW3yevVN
## 4225                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4226                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 4227                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4228                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4229                                                                    RT @greyharuka: Anyways PLEASE pick up a fucking BL series and stop with this racist double standard bullshit. Plenty of BL have done non-e…
## 4230                                                         RT @Tina39261899: Don’t look it’s inappropriate for kids\n(Chicken without feather = naked chicken = stripper???)\n\n#lhjc #bl #耽美 #烈火浇愁 #玑灵 h…
## 4231                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4232                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 4233                                                                    RT @kdrama_scene1: Upcoming BL drama #TheDirectorWhoBuysMeDinner starring #ParkYoungWoon and #ParkJungWoo releases main poster and confirms…
## 4234                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4235                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4236                                                                                RT @edittsheaven: "time of death.... 22:55 pm"\n\n⸻ #triagetheseries #triage #ทริอาช #thaidrama #bl #edit https://t.co/3iolesPf46
## 4237                                                                          RT @elonmusk: This is a battle for the future of civilization. If free speech is lost even in America, tyranny is all that lies ahead.
## 4238                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4239                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4240                                                                  RT @WSBChairman: Apple is threatening to remove Twitter from the App Store because @elonmusk is allowing free speech. \n\nYet, they are entir…
## 4241                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4242                                                                                                                     RT @chromiekins: Malleus missed the memo this isn’t an otome game and also this isn’t a BL.
## 4243                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4244                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 4245                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4246                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4247                                                                    RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…
## 4248                                                                    RT @NaorGilon: The friendship between the people and the states of India and Israel is very strong and will survive the damage you have inf…
## 4249                                                                    RT @NaorGilon: 6. You will go back to Israel thinking that you are bold and “made a statement”. We, the representatives of Israel, would st…
## 4250                                                                    RT @NaorGilon: My suggestion. As you vocally did in the past, feel free to use the liberty to sound your criticism of what you dislike in I…
## 4251                                                                     RT @NaorGilon: 5. From your interview to Ynet the connection you make between your  criticism of #KashmirFiles and your dislike to what is…
## 4252                                                                    RT @NaorGilon: 4. As a son of a holocaust survivor, I was extremely hurt to see reactions in India to you that are doubting Schindler’s Lis…
## 4253                                                                    RT @NaorGilon: 3. I’m no film expert but I do know that it’s insensitive and presumptuous to speak about historic events before deeply stud…
## 4254                                                                    RT @NaorGilon: I also said that we should be humble when India, with such a great film culture, is consuming Israeli content (Fauda and mor…
## 4255                                                                    RT @NaorGilon: We did speak about the similarities and closeness between our countries. The minister spoke about his visits to Israel, it b…
## 4256                                                                    RT @NaorGilon: I understand your need in retrospect to “justify” your behavior but I can’t understand why you told @ynetnews afterwards tha…
## 4257                                                                    RT @NaorGilon: 2. Our Indian friends brought @lioraz and @issacharoff from  @FaudaOfficial in order to celebrate the love in #India towards…
## 4258                                                                     RT @NaorGilon: 1. In Indian culture they say that a guest is like God. You have abused in the worst way the Indian invitation to chair the…
## 4259                                                                    RT @NaorGilon: An open letter to #NadavLapid following his criticism of #KashmirFiles. It’s not in Hebrew because I wanted our Indian broth…
## 4260                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4261                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4262                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4263                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4264                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4265                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4266                                                                  RT @QueerGamesFest: Queer Game Showcase: "The Divine Speaker" by @TwoHalfStudios\n\nA story-rich fantasy BL visual novel about fate and how p…
## 4267                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4268                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4269                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 4270                                                                    RT @AlmostYeti: @illustrata_ai @joynxyz @amli_art @bl_artcult A human rollercoaster, spring loaded, high into the   low lonely Lost. I star…
## 4271                                                                                                                                                          RT @jodanspace: *bl pe4rl b0y\nhttps://t.co/8UOCuoRjyW
## 4272                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4273                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4274                                                                                                                          RT @StirlingWisdom: No amount of muscles, women, or money will hide your insecurities.
## 4275                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 4276                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4277                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4278                                                                                                                               RT @PerthNakhun: Slowly improving my squat 🏋️ back to 80kg https://t.co/JRgCs9Tizk
## 4279                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4280                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4281                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4282                                                                RT @DentesLeo: Refuse to be held responsible for the happiness of others.\n\nEven towards your loved ones.\n\nOf course, you have the duty to h…
## 4283                                                                 RT @Starzle_: some brand/GJ's boss: how about for ur bday livestream-\n\nGJ: how about fuck that?\n*gets into car and drives to mami, proceeds…
## 4284                                                                                                                                        RT @DionneB25962451: Essentially… he’s a dog 🤷🏾‍♀️ https://t.co/IadurxmJ4e
## 4285                                                                   RT @MTKay13: i didn't post everything i wanted for ybweek and feel like trash about it but i'll do my best.\nin the meantime, here are heart…
## 4286                                                                  RT @NBA: 🏀 FINAL SCORE THREAD 🏀\n\nKevin Durant WENT OFF in the second half scoring 28 PTS (12/13) FGM en route to a 45-point EXPLOSION in th…
## 4287                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 4288                                                                                                                                                                RT @1DriedPersimmon: …………..is their ship name BL
## 4289                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4290                                                                    RT @Abhinavrt: A letter by BJP general secretary organization BL Santhosh to BJP Delhi unit detailing ten points on which they have to atta…
## 4291                                                                   RT @imAIgin: @illustrata_ai @joynxyz @amli_art @bl_artcult Entry 2:\nHorror ; It’s me I’m the problem, It haunts me every day , Nightmares s…
## 4292                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4293                                                                 RT @Ammi_forBB: POLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t.co/nZ1CmJVsNN \n\n#BibleWichapas #bsumone @biblesumett\n#B…
## 4294                                                                              RT @Radvan_Vedasto: Artificial ventilation facilitates high stocking density (more birds per square meter) https://t.co/plUUzMcXzn
## 4295                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4296                                                                                                                RT @WOOYASC: ✨✨ thread com minhas tattos de khh, Kpop, BL e anime ✨✨ https://t.co/1aG9w9eqhz
## 4297                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4298                                                                                            RT @DentesLeo: Be simple, be direct. \nDon’t leave room for misinterpretation.\n\nNo means NO.\n\nSay it more often.
## 4299                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4300                                                                RT @BLUPDATE2022: Office Romance awaits you in Thai BL next year, 2023:\n\n1. Bed Friend (Mandee)\n2. The Middleman's Love (Mandee)\n3. Wish Me…
## 4301                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4302                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4303                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4304                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4305                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4306                                                                  RT @BLUPDATE2022: W-Story's upcoming BL “#준과준 #JunAndJun” starring Ki Hyun Woo, Yang Jun Mo, Jo Chan Hyun, and Park Hyeong Seop will start…
## 4307                                                                                                   RT @makoharudaily: makoharu lil cameo in love sick: the series s2, a thai bl drama 💚💙 https://t.co/IYMs3tql0t
## 4308                                                                                                                                  RT @kpfiIms: — apo ig reels update with tong and jeff! https://t.co/xXHSUQFLJo
## 4309                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4310                                                                                                 RT @milephakphum: ,,, Please Come &amp; Flow With Mile ,,,\n\n💚\n.\n.\n#2M4FlowWithMile https://t.co/NjZc2YmI5z
## 4311                                                                                                                                  RT @kpfiIms: — Job ig story update with tong and nodt! https://t.co/oud1bdxisc
## 4312                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4313                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4314                                                                RT @BLUPDATE2022: LOOK: 1012 Studio shared a new set of stills from their upcoming BL “#주류일절 / Liquor”— starring Kim Jun Hyun and Won Do Hy…
## 4315                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4316                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4317                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4318                                                                                                   RT @Karatekicker: Both Onew and Key will MC For Minho's Lucky Chois!! ONew on 12/9 and Key on 12/8 (BL date).
## 4319                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 4320                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 4321                                                                                                                                                       RT @minyulovr: smash or pass - bl actors edition a thread
## 4322                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4323                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 4324                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4325                                                              RT @calliepatton: Most SoR advocates are former BL teachers.\n\nIn our schools, phonics was taught piecemeal &amp; contradicted, undermined by 3-…
## 4326                                                                          RT @SkinnerPm: THE FIRST AMENDMENT (FREE SPEECH RIGHT) DOES NOT APPLY TO COMPANIES, YOU PERPETUALLY WRONG AND PERPETUALLY ANGRY DOLTS.
## 4327                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4328                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 4329                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4330                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4331                                                                  RT @yukikun216: OMG. NATSUME ISAKU'S BL MANGA 'AMEIRO PARADOX' IS GETTING A LIVE ACTION! 🤧😭🔥\n\nNote: Keito Kimura (FANTASTICS) and Jyutaro Y…
## 4332                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4333                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4334                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4335                                                             RT @RosheCosmetics: Roshe Cosmetics &amp; BEAT School of Makeup Artistry \rPikesville, Maryland @RosheCosmetics #Blackpreneur \n \nhttps://t.co/ru…
## 4336                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4337                                                                    RT @boyslatinbball: It is with profound sadness that the BL Basketball community mourns the passing of assistant coach Al Eford. Coach Al h…
## 4338                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4339                                                                    RT @MadamMangaBL: Sorry but I’m staring to really see especially in Thai BL’s their complacency when it comes to their production..after wa…
## 4340                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4341                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4342                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4343                                                                    RT @Vtach99: @RichardHeartWin @ScotV777 @MarcoTheHEXican @enadorange Talked to me for days never turned me away called me a pleb made fun o…
## 4344                                                                                                                                 RT @vanillaxchance: 🎶 backpack backpack 🎶\n#SKZOOfanart https://t.co/GURaBRUk8r
## 4345                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4346                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4347                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4348                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4349                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4350                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4351                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4352                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4353                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4354                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4355                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4356                                                                    RT @Killmoenetwork: REPORTS OF A JUMPER; 3900 Bl. Of Blaine St N.E: Rescue units along with Mpd are responding to a call with a person repo…
## 4357                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4358                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4359                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 4360                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4361                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4362                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4363                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 4364                                                                                                                                      RT @qourmet: #mdzs #忘羡 \n🎉 22 drawings in 8 days https://t.co/xnaTK1WxmT
## 4365                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4366                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4367                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 4368                                                                                                                           RT @lutszu: The price of being a hot and evil dad\n#WeiWuxian https://t.co/hFXYMM1O52
## 4369                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 4370                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4371                                                                    RT @number1mongrel: my gf and i discussing the dichotomy of the BL ship venn diagram on the 20 minute drive to pick up insomnia cookies htt…
## 4372                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4373                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 4374                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4375                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4376                                                                    RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…
## 4377                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4378                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4379                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 4380                                                                    RT @BL_Scenery: UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars - Park You…
## 4381                                                                                                                     RT @lluviar0ja: Alone on a Friday night? God, you're pathetic #mdzs https://t.co/rrIFNAEeVH
## 4382                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4383                                                                    RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…
## 4384                                                                    RT @dramadates: "วาระซ่อนเร้น / Hidden Agenda" an upcoming Thai BL series....\n\nhttps://t.co/BTMWdIFCoh\n\n#วาระซ่อนเร้น #HiddenAgenda #thaibl…
## 4385                                                                                                                                                          RT @mynameis_evi: i'm shaking. https://t.co/fJ0t1J0eFV
## 4386                                                                                                                                               RT @winnttaebear: THE ASTRONAUT MERCH 💜💜💜 https://t.co/4mG8HG5yxM
## 4387                                                                                                                        RT @taegyudiary: listen                               talk a lot https://t.co/MUYZWTWHO1
## 4388                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 4389                                                                   RT @taynewtaehin: i love seeing taynew thrive 🥹\n\na 9-year long friendship, a very stable career in and out of gmm, how they already made a…
## 4390                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4391                                                           RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…
## 4392                                                                                                                         RT @phuwintang: “Love Is the Death of Duty” #NeverLetMeGoSeries https://t.co/Le1lSHRUFi
## 4393                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4394                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 4395                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4396                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4397                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 4398                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4399                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 4400                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4401                                                                                                                         RT @letterboxd: Future Oscar winner #KeHuyQuan 👑 #GothamAwards\nhttps://t.co/kRu19As8eo
## 4402                                                         RT @FCutepie: Media coverages #609BedtimeStoryPremiere (15)\n👍🏻 &amp; RT\n\nWeTV Thailand\n🔗 https://t.co/CUe9n4IKf8\n🔗 https://t.co/I6QBkXqz90\n\nEMo…
## 4403                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4404                                                             RT @abi__mae: I really love this scene so much 🥺 \nP.s although "night flower" is BL ost, it still fits so well\n #묘령의_황자 https://t.co/FlQCgg…
## 4405                                                                                                            RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 4406                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4407                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 4408                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4409                                                                  RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…
## 4410                                                                    RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…
## 4411                                 RT @178cm_50: ╋━━━━━━━\n \n 𝓗𝓪𝓹𝓹𝔂 𝓑𝓲𝓻𝓽𝓱𝓭𝓪𝔂 𝓓𝓻𝓪𝓵𝓾𝓬\n\n     ━━━━━━━╋\n\n#ドラルク誕生祭\n#ドラルク生誕祭\n#ドラルク誕生祭2022\n#ドラルク生誕祭2022 https://t.co/XFOQEpRIhN
## 4412                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4413                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4414                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4415                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4416                                                                RT @gmajestyx: 7.7M views 111K likes\n#13 on Trending for music ❤️‍🔥\n\n#PPKritFIREBOY #FIREBOY_MV\n#ppkritt @ppkritt \n\nPP Krit - FIRE BOY [Off…
## 4417                                                                                                                            RT @bravoa77: PP and his  biggest fan ❤️💙\n#bkpp\n#bkppfanart https://t.co/dXxgA5FrJU
## 4418                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4419                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 4420                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4421                                                                     RT @AddyBrossWrites: If anyone is interested in a (definitely NSFW) aged-up, friends-to-lovers Twisted Wonderland one-shot fanfic, well, I…
## 4422                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4423                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4424                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4425                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4426                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4427                                                                   RT @Rudu1212: @savehitesh @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Delayed more than 30 min+\n@Gmwrly @drm…
## 4428                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4429                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4430                                                                    RT @dramadates: "วาระซ่อนเร้น / Hidden Agenda" an upcoming Thai BL series....\n\nhttps://t.co/BTMWdIFCoh\n\n#วาระซ่อนเร้น #HiddenAgenda #thaibl…
## 4431                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4432                                                                  RT @QueerGamesFest: Queer Game Showcase: "The Divine Speaker" by @TwoHalfStudios\n\nA story-rich fantasy BL visual novel about fate and how p…
## 4433                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4434                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4435                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4436                                                                                                            RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 4437                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 4438                                                                  RT @QueerGamesFest: Queer Game Showcase: "The Divine Speaker" by @TwoHalfStudios\n\nA story-rich fantasy BL visual novel about fate and how p…
## 4439                                                                                                                                   RT @cocolovestwice: here we go again with bl!nks starting unnecessary fanwars
## 4440                                                                                                                                   RT @into_slush: #kavetham \nThe past is like a dream. https://t.co/w6MvDVTSDT
## 4441                                                                                               RT @666abz1: Little Sonny🔗 and baby alban🎭\n\nmagician sonny🧙🏻\n\n#Briskart #AlbanKnoxArt https://t.co/UuIClR3UBJ
## 4442                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4443                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4444                                                                                                                              RT @pigrabbit_mtz: Don’t catch a cold…\n#genshin #cynonari https://t.co/J9ENXsoeJN
## 4445                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4446                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4447                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4448                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4449                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4450                                                                  RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…
## 4451                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4452                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4453                                                                  RT @BLMedieval: What's today's Medieval and Renaissance Women manuscript of the day?\n\nIt's the patents granted by Henry VIII to Anne Boleyn…
## 4454                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 4455                                                                  RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…
## 4456                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4457                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4458                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4459                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4460                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4461                                                                                                        RT @BrookeLig: For the consideration of Recording Academy members 📀\n\n- Team BL https://t.co/9qdTHVj4H7
## 4462                                                                   RT @BrookeLig: ⏰ Hit the “subscribe” button on Brooke’s YouTube channel at the link below to be the first to know about new content and vid…
## 4463                                                                             RT @Softykjr: Penix says potential NIL earnings next year would not be the deciding factor in whether or not he would stay or leave
## 4464                                                                 RT @BrookeLig: Why not take a few minutes, click on this link and pause your day to worship with us. He is worthy of it all!\n\n - Team BL \nh…
## 4465                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4466                                                                                                                                                       RT @DawgsEatDucks: husky nation get the popcorn ready 👀☔️
## 4467                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4468                                                                      RT @Sujuyesungsung: so sweet\n\n©stevenhunt626\n#我的牙想你 \n#MyToothYourLove \n#余晉\n#吳岳擎\n#安朗CP \n#台湾BL https://t.co/xECdlfmhwQ
## 4469                                                                    RT @S4narchist: how come this looks like a bl character. It's probably called "My boyfriend, the fuckboy idol" and it's about shy fanboy/pr…
## 4470                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 4471                                                                    RT @SJHDELHI: Vigilance Awareness Week valedictory function was held today @SJHDELHI Chief guest Dr BL Sherwal MS graciously felicitated al…
## 4472                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4473                                                                    RT @mikevorel: Kalen DeBoer says he's never seen players gravitate to another player the way they did to Michael Penix Jr. when he addresse…
## 4474                                                                    RT @number1mongrel: my gf and i discussing the dichotomy of the BL ship venn diagram on the 20 minute drive to pick up insomnia cookies htt…
## 4475                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 4476                                                                                                                                   RT @suninhersmile: CAN SOMEONE RECOMMEND A GOOD BL MANHWA PLEASE IM DESPERATE
## 4477                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4478                                                                    RT @mikefiechtner: Mike Penix Jr walking into Martin Stadium to plenty of boos and obscenities from the WSU student section. #Penix4Heisman…
## 4479                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4480                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 4481                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4482                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 4483                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4484                                                                                                                                                     RT @REALLYREVIL: best bl in a while https://t.co/ipSo7GnVYL
## 4485                                                    RT @kstarlivecom: Watch: Music Video for #VIXX #Leo's OST #IStill for His Upcoming BL Drama #HappyEndingRomance\n\n#빅스 #레오 #펜스밖은해피엔딩\n\nJoin #M…
## 4486                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4487                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4488                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4489                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4490                                                            RT @Dualbrainless: — OiKage [short] AU slight SakuKage\n\nWarning:\n📍 BL\n📍 R-17\n📍 Harsh words\n📍 Toxic relationship\n\nTW // mention of mental il…
## 4491                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4492                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4493                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4494                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4495                                                                    RT @dubduphuskies: 10-2! Took care of business at UW’s Satellite campus. To celebrate this week’s Morning After on Montlake from .@coachvel…
## 4496                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4497                                                                                                                                                                         RT @GMMTV: @NeverLetMeGoTH Follow us! 🖤
## 4498                                                                                   RT @laedeke17_: G22 and vxon nandun din hoping to all ph bl fans there na support din sila &lt;333 let's support ppop hehehe.
## 4499                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4500                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4501                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4502                                                                                                        RT @sususiaoo: People: you should stop watching BL\nMe: \n#LoveinTheAirSpecialEP https://t.co/WrHFpEOUsZ
## 4503                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4504                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4505                                                                    RT @Esqueer_: Tim Pool is currently hosting a blatantly anti-Semitic stream on Youtube with Milo, Nick Fuentes, Kanye West. They are all di…
## 4506                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 4507                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4508                                                                                                                           RT @hyulikeJazz: no context just bob\n#spookymonth #bobvelseb https://t.co/y8C1zXZKub
## 4509                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4510                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 4511                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4512                                                                                                                                                     RT @yaoihunt: hannibal the second they hear bl visual novel
## 4513                                                                       RT @Farah_91Babyz: Between the duty and your heart\nWhat would you choose?\n .\nWatch the trailer for #เพื่อนายแค่หนึ่งเดียว Never Let Me Go s…
## 4514                                                                                RT @blisanewblack: THE WAY WE FINALLY GOT POSTER FOR THE UPCOMING KBL “THE DIRECTOR WHO BUYS ME DINNER”! https://t.co/dAOvsXRGql
## 4515                                                                                                                   RT @SristiGurung20: THE BEST AND MOST POPULAR THAI BL COUPLES 2022\n\nhttps://t.co/veTJJIDfGd
## 4516                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4517                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4518                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4519                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4520                                                                               RT @ppnaravit_jfc: ꫛꫀꪝ✧‧˚      \n@ppnaravit  IGs  Update \n\n#ppnaravit  #ปอนด์ณราวิชญ์\n#NeverLetMeGoSeries https://t.co/hQ8byodCIX
## 4521                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4522                                                                                                                                           RT @iamjuddah: Which is the best website for streaming live football?
## 4523                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/ejqTEqDK24
## 4524                                                                  RT @BLMedieval: What's today's Medieval and Renaissance Women manuscript of the day?\n\nIt's the patents granted by Henry VIII to Anne Boleyn…
## 4525                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4526                                                           RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…
## 4527                                                                RT @_royalsunshine_: I have 1 ticket for sale 4500 zone. \n\nBL BD-4\n\nComplete with all benefits. Accepts installment. :) 50% downpayment, 50…
## 4528                                            RT @SunShin33060668: Hahaha stop looking 👀🏓😅\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정 \n#RoommatesofPoongduck304 #kimjiwoong #yoonseobin #BL\n#돌맨스 #BL드라마 #kbl…
## 4529                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4530                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4531                                            RT @SunShin33060668: Hahaha stop looking 👀🏓😅\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정 \n#RoommatesofPoongduck304 #kimjiwoong #yoonseobin #BL\n#돌맨스 #BL드라마 #kbl…
## 4532                                                                                                                                         RT @sjk617: not @rvinpeaxe having BL sasaengs. Bitches lurking for real
## 4533                                                                    RT @mikevorel: Kalen DeBoer was asked if he really believes there's a chance Michael Penix Jr. returns next season. "I think there is. I fe…
## 4534                                                                                                               RT @CoachNokesDL: Take notice Football World!! #Penix4Heisman #BeLikeMike https://t.co/tTvqcq6GeJ
## 4535                                                                    RT @SJHDELHI: Vigilance Awareness Week valedictory function was held today @SJHDELHI Chief guest Dr BL Sherwal MS graciously felicitated al…
## 4536                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4537                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4538                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4539                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4540                                                                                                                          RT @UW_Football: Our heisman 🏆  \n\n#BeLikeMike #Penix4Heisman https://t.co/6ke7sq8zH4
## 4541                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4542                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4543                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4544                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4545                                                                    RT @mikevorel: Kalen DeBoer said there were more than 50 guys on the team that were sick or had symptoms at some point last week. Faatui Tu…
## 4546                                                                    RT @HoodHusky: Dylan Morris should look to be on the UW staff. With his work ethic and attention to detail he’d become a great QB Coach lea…
## 4547                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4548                                                               RT @uwleah: Last 6 coaches to go 3-0 vs PNW rival schools in year 1:\n\n1975: Don James\n1993: Jim Lambright\n1995: Mike Bellotti\n2009: Chip Ke…
## 4549                                                                    RT @kdrama_scene1: Upcoming BL drama #TheDirectorWhoBuysMeDinner starring #ParkYoungWoon and #ParkJungWoo releases main poster and confirms…
## 4550                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4551                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4552                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4553                                                                                       RT @hasantoxr: I made HTML &amp; CSS Cheat Sheets for beginners🔥\n\nI hope you find these helpful https://t.co/NA1MOehG0S
## 4554                                                                  RT @Wikiwolffstudio: HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD \n20…
## 4555                                                                    RT @HowlinHusky: This is how well-coached Washington is. This is Devin Culp Oscar-nominating performance when Penix was acting confused and…
## 4556                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4557                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4558                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 4559                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4560                                                                          RT @Lum_Cheng: Something more soft for once~\nEdit from Sadistic Beauty BL Side Story\n#19days #tianshan #yaoi https://t.co/Qzs4mN6Wc5
## 4561                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4562                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4563                                                              RT @BossNoeul_TH: ——𝘾𝙊𝙉𝙂𝙍𝘼𝙏𝙐𝙇𝘼𝙏𝙄𝙊𝙉𝙎 🎶\n\n🎤𝙈𝙮 𝙎𝙩𝙧𝙤𝙣𝙜𝙚𝙨𝙩 𝙡𝙤𝙫𝙚 // BossNoeul \n3𝘔 𝘷𝘪𝘦𝘸𝘴 𝘰𝘯 𝘺𝘰𝘶𝘵𝘶𝘣𝘦\n\n🎬 : https://t.co/vHlWZ0IovC\n🎧 : https://t.co/4…
## 4564                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4565                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4566                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4567                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4568                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4569                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4570                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4571                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4572                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4573                                                  RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…
## 4574                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4575                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4576                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4577                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4578                                                                    RT @So_Han_dsome: News:Elon Musk Is Rolling Out Twitter's Red Carpet For The Far Right\nMy Advice: to ⁦@NiranjanTripa16⁩ \nIf you cannot go L…
## 4579                                                                                                                                   RT @KB_beary: Drawing my oc with only default brushes https://t.co/yBCNK9EG4I
## 4580                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 4581                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 4582                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4583                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4584                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4585                                                                        RT @sunflowergguk: #taekookau where Jeongguk finally finds the courage to tell his boyfriend his biggest secret. https://t.co/TTTyvEIupg
## 4586                                                                    RT @CoffindafferFBI: Outstanding! It's time to fess up or face perjury charges. More importantly, the Ls have to face Gabby's parents and l…
## 4587                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4588                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4589                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4590                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4591                                                                    RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…
## 4592                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4593                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 4594                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 4595                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4596                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4597                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4598                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4599                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4600                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 4601                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4602                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4603                                                              RT @calliepatton: Most SoR advocates are former BL teachers.\n\nIn our schools, phonics was taught piecemeal &amp; contradicted, undermined by 3-…
## 4604                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4605                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4606                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4607                                                                  RT @MangaMoguraRE: "Hitorijime My Hero" by Arii Memeko is on cover of upcoming Bl magazine Gateau issue 1/2023.\n\nEnglish release by @Kodans…
## 4608                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4609                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4610                                                                                                   RT @Cloudkourin: Maid x Butler Cafe!☕️\n\nHow did he end up in that\n\n#類彰 #prsk_BL https://t.co/cHTOOhOOrZ
## 4611                                                                RT @OGTNAF: The BL series plot that won the project and will be produced by ONE channel.\n\nGenre: Period + Mystery\n\n“Mon Meng Mang” (Meng Ma…
## 4612                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4613                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4614                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4615                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4616                                                              RT @EmperorMandu: Say Boo!!\nLooks like the Y/N Witch Clan are wanted for some magic misfit.\nWhich one are you?\n\nOC Jay is up next\n\n#art #an…
## 4617                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4618                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4619                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4620                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 4621                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4622                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4623                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4624                                                                                                                                                        RT @BLUPDATE2022: It's coming... https://t.co/19vzEUhv3n
## 4625                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4626                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4627                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4628                                                                                   RT @dejunzmarkk: PARK JIHOON???? THE NAE MAUMSOGAE JOJANG NIGGA??? THE FEELING SO ENERGETIC NIGGA???? https://t.co/o4H0J8QAQR
## 4629                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4630                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4631                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4632                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4633                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4634                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4635                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4636                                                                                                                                                           RT @buitengebieden: Oh no.. 😅 https://t.co/raRldWcHgq
## 4637                                                               RT @1DEALMUSIC: [1DEAL'S B-DAY PROJ.#1 𝘾𝘼𝙁𝙀 ]\n\n🎁 Gift Pack #2 ( Illust Postcard )\nIllust by @ pork_bl\n\n𝟏𝐃𝐄𝐀𝐋'𝐒 𝐍𝐄𝐖 𝐖𝐄𝐀𝐏𝐎𝐍💥\n09-13 Jul, 2021…
## 4638                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4639                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4640                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4641                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4642                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4643                                                                                                                              RT @rewindbIossom: 127's Bangkok concert is gonna be a meet&amp;greet of bl actors
## 4644                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4645                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4646                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4647                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4648                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4649                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4650                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4651                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4652                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4653                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 4654                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4655                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4656                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4657                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4658                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4659                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4660                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4661                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 4662                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4663                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4664                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4665                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4666                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4667                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4668                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4669                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4670                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4671                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4672                                                                                                          RT @sanabanana79: Soyeon gets a lot of shit but I feel like she genuinely is what bl*nks think L*sa is
## 4673                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4674                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4675                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4676                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4677                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4678                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4679                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4680                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4681                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4682                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4683                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4684                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4685                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4686                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4687                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4688                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4689                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4690                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4691                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4692                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 4693                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4694                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4695                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4696                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4697                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4698                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4699                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4700                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4701                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4702                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4703                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4704                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4705                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4706                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4707                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4708                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4709                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4710                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4711                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4712                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4713                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4714                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4715                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4716                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4717                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4718                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4719                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4720                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4721                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4722                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4723                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4724                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4725                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4726                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4727                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4728                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4729                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4730                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4731                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4732                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4733                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4734                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4735                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4736                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4737                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4738                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4739                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4740                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4741                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4742                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4743                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4744                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4745                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4746                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4747                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4748                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4749                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4750                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4751                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4752                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4753                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4754                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4755                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4756                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4757                                                                    RT @lemonboeun: i mean NLMG is a new genre, it can be said to be the first scenario in the bl Thai background so it's not like any other se…
## 4758                                                                                                                     RT @vitaarieka: It's crazy how leo had more intimate scenes in whisper mv than his bl drama
## 4759                                                                     RT @HITCkpop: 2023 is already looking bright for Thai BL drama fans as some of the most celebrated stories are going to get their prequels…
## 4760                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4761                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 4762                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4763                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 4764                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4765                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4766                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4767                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4768                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4769                                                                                              RT @IndSivakumar: @sundarmail Those with BL degree and black gowns are special category. No one can question them.
## 4770                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4771                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4772                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4773                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4774                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 4775                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4776                                                                                                                           RT @rocketgirlNFT: @KinoAlyse @delta_sauce @bl_artcult I shall be there with bells on
## 4777                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4778                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 4779                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4780                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4781                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4782                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4783                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4784                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4785                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4786                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4787                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4788                                                                                                           RT @Ruu_GI: #kavetham #カヴェアル 🏛️🌱\nidk just me trying to mindbreak haitham https://t.co/EuRZxR4rdx
## 4789                                                                    RT @lemonboeun: i mean NLMG is a new genre, it can be said to be the first scenario in the bl Thai background so it's not like any other se…
## 4790                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4791                                                                                                                  RT @raonbeam: When your boyfriend is clingy… 😆\n\n#ORV #joongdok #중독 https://t.co/rvyHIGoRmj
## 4792                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4793                                                                                                                      RT @WaltzFor_Zizi: he is dedicated ✨️\n\n#joongdok #중독 #중혁독자 https://t.co/vu6n9qeaO9
## 4794                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4795                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4796                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4797                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4798                                                                    RT @Killmoenetwork: REPORTS OF A JUMPER; 3900 Bl. Of Blaine St N.E: Rescue units along with Mpd are responding to a call with a person repo…
## 4799                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4800                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4801                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4802                                                                                                                 RT @GenGenRiot: Part 1 of Time Travel shenanigans 😭\n.\n#千ゲン #sengen https://t.co/JO56Ewd9Ym
## 4803                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 4804                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4805                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4806                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4807                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4808                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4809                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4810                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4811                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4812                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4813                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4814                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4815                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4816                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4817                                                                                                                          RT @chuchugou: NSFW #原神 #Alhaitham \nThose look heavy king 🤲 https://t.co/aE93ACGJiM
## 4818                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4819                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4820                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4821                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4822                                                                 RT @phaesporia__: only the moon knows. \n#cynonari \n\n____\nquick reminder: commissions r still open until dec 11 at https://t.co/HA4oLiAHxt!…
## 4823                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4824                                                                                                                     RT @CrimsonWaltz_: 'I can't believe I almost lost you'\n\n#cynonari https://t.co/TuLIbX41fu
## 4825                                                         RT @FCutepie: Media coverages #609BedtimeStoryPremiere (15)\n👍🏻 &amp; RT\n\nWeTV Thailand\n🔗 https://t.co/CUe9n4IKf8\n🔗 https://t.co/I6QBkXqz90\n\nEMo…
## 4826                                                                                                                              RT @rewindbIossom: 127's Bangkok concert is gonna be a meet&amp;greet of bl actors
## 4827                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4828                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4829                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4830                                                                    RT @cilkowa: 2 Moons: The Ambassador EP.8 | Full Series\n\nLink Here: https://t.co/xGILYyAthB\n\n#2MoonsTheAmbassadorEP8 #เดือนเกี้ยวเดือนthefi…
## 4831                                                                                   RT @laedeke17_: G22 and vxon nandun din hoping to all ph bl fans there na support din sila &lt;333 let's support ppop hehehe.
## 4832                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4833                                                                                                                              RT @rewindbIossom: 127's Bangkok concert is gonna be a meet&amp;greet of bl actors
## 4834                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4835                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4836                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4837                                                                     RT @Killmoenetwork: NON-CONTACT SHOOTING:UNIT Bl. Of Galveston St S.W: Mpd is on the scene of a shooting with approx a dozen shell casings…
## 4838                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4839                                                                    RT @archaeologyart: "Cheers!". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…
## 4840                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 4841                                                                    RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…
## 4842                                                                     RT @Killmoenetwork: NON-CONTACT SHOOTING:UNIT Bl. Of Galveston St S.W: Mpd is on the scene of a shooting with approx a dozen shell casings…
## 4843                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4844                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4845                                                                    RT @GameSpot: Starship Troopers: Extermination, a new game based on the cult-classic 1997 sci-fi film, is officially coming in 2023! https:…
## 4846                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4847                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 4848                                                                    RT @PLUT0R14: 3. there is currently a censorship crackdown in china right now, so companies that own hyx and many other bl dramas will have…
## 4849                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4850                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4851                                                                                                                                             RT @1hys12: #prsk_BL some random headcanons https://t.co/0Zh2EXwHCl
## 4852                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 4853                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4854                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4855                                                                   RT @NarelleLyn: And this..wow!\nWe keep on hearing BL is to be blamed for our failing boys in literacy. But is that another story we are bei…
## 4856                                                                    RT @jose3030: Jayson Tatum  35 PT  15-28 FG  1-1 FT  4-14 3P  3/0 RB  3 AS  1 BL  2 ST  0 TO  3 PF  29 MN   (10:13 4th, Hornets) https://t.…
## 4857                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4858                                                                              RT @httpwhjs: blueming who can define popularity kdrama bl edit edits time machine #Blueming #BluemingEp11 https://t.co/nZ34tFYZQE
## 4859                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4860                                                                                                 RT @UW_MBB: Cross-town rivalry tonight\n\n📰 https://t.co/PdfKn64ouH\n\n#TougherTogether https://t.co/W1Q5BvMNVB
## 4861                                                                                                                   RT @mikevorel: Michael Penix Jr. reiterated that he hasn't made a decision RE: the NFL Draft.
## 4862                                                                                                                                                                 RT @JanaHatchett: I should post this 1000 times
## 4863                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 4864                                                                      RT @Chris_Fetters: Kalen DeBoer just said he believes there's a chance Michael Penix could return to @UW_Football next season. @Dawgman247
## 4865                                                                                           RT @B_BongChelsea: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/stoMp4ohYT @TheTopFamous
## 4866                                                                                                                       RT @introvertsmemes: Me choosing how I’m gonna waste my time next https://t.co/EyEh6udRJY
## 4867                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4868                                                                                                        RT @xion_1018: Dawn, Cloud, River\n\n#yaoi #bl #yaoimanhwa #yaoismut \n#blmanhwa https://t.co/YMjhss6byc
## 4869                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4870                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4871                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4872                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4873                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4874                                                                                                        RT @sususiaoo: People: you should stop watching BL\nMe: \n#LoveinTheAirSpecialEP https://t.co/WrHFpEOUsZ
## 4875                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4876                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4877                                                                  RT @sahouraxo: US military bases spread across the globe 👇🏻\n\nThe US has 11 times more foreign military bases than the rest of the world com…
## 4878                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4879                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4880                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4881                                                                    RT @mikevorel: UW QB Michael Penix Jr. is doing a zoom press conference with national media at 10:30 am PT. The Heisman promo campaign is u…
## 4882                                                                RT @looolielooo: After a hard day of work, He's got the best pillow to sleep on!\n.\n.\n.\n#bl #narutouzumaki #sasukeuchiha #sasunaru #narusasu…
## 4883                                                                RT @ZeeNunew130976: 💪😍Let's support #ZeeNuNew  in the voting at TheTopFamous\n\n🤩Thai BL Series👉https://t.co/Kp1dvoSFZl\n\n🤩Thai BL Couple👉http…
## 4884                                                                RT @OGTNAF: The BL series plot that won the project and will be produced by ONE channel.\n\nGenre: Period + Mystery\n\n“Mon Meng Mang” (Meng Ma…
## 4885                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4886                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 4887                                                                  RT @apologyapo: PHENOMENAL. SENSUAL. ROMANCE TRAGEDY. HISTORICAL. ICONIC. BL MOVIE OF THE DECADE. ACADEMY. CANNES. MILEAPO. PERIOD.  \n\n#Mil…
## 4888                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 4889                                                                    RT @TCK33338888: @plantmoretreez @raam_beart These paid traitors of the Chinese people and provocateurs of the declining western empire des…
## 4890                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 4891                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4892                                                                                                                           RT @rocketgirlNFT: @KinoAlyse @delta_sauce @bl_artcult I shall be there with bells on
## 4893                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4894                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4895                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4896                                                                         RT @pokemonszn: croagunk was like “i guess i have to give you a pass this time brock because i understand” lmao https://t.co/su1BNywvNW
## 4897                                                                    RT @doyoqiu: to my star is actually on another level i don't tend to label it as just bl bcs for me it's something more, yeah of course it'…
## 4898                                                                                                                                      RT @saebitboys: hyeonjun go get that bl bag bestie https://t.co/cBgv1u6hjp
## 4899                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 4900                                                                                           RT @theyaoiarmy: Check out Conquest ⚔️ BL/Yaoi ⚔️ Visual Novel by The Yaoi Army on @Kickstarter https://t.co/NoV3sxCFGB
## 4901                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4902                                                                  RT @BL_Scenery: STREAM | #2moonstheambassadorEP8 tonight, every Monday at 10:30 PM GMT+7 on #AmarinTV34.\n\n🔹 Rerun at 11:30 PM GMT+7 on #WeT…
## 4903                                                                        RT @HuskyFanPodBDTW: UW needs to make a short video of all of Penix best plays in high leverage moments, in addition to every deep bomb.
## 4904                                                                                           RT @theyaoiarmy: Check out Conquest ⚔️ BL/Yaoi ⚔️ Visual Novel by The Yaoi Army on @Kickstarter https://t.co/NoV3sxCFGB
## 4905                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 4906                                                                  RT @ETCTacoma: Kept the discount for #CyberMonday \nLast day for deals this year!!!! \nNew heat for the street Dec 10th https://t.co/S7jItxcc…
## 4907                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4908                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 4909                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4910                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4911                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4912                                                                    RT @BL_Scenery: UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars - Park You…
## 4913                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4914                                                                    RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…
## 4915                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4916                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 4917                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4918                                                                                                                                              RT @bbil1ypn: GM my #star1ight 🤍 #bbil1ypn https://t.co/SC7GO1gCXQ
## 4919                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4920                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4921                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4922                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4923                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 4924                                                                    RT @WellOblivion: @justinboldaji If you like this kind of stuff, I'd like to recommend checking out Peter Greenaway's films. The Draughsman…
## 4925                                                                             RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS\n\n- RT &amp; Fill out form on https://t.co/wdkm0jRMAc (+proof) https://t.co/2LI9dNikGM
## 4926                                                                RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS 🏓🏸\n\n- RT this + BULLISH Comment on https://t.co/zZjDyqoMNG (+proof)\n\n#TechTrees $TTC #TechTrees…
## 4927                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4928                                                                                                   RT @Cloudkourin: Maid x Butler Cafe!☕️\n\nHow did he end up in that\n\n#類彰 #prsk_BL https://t.co/cHTOOhOOrZ
## 4929                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4930                                                                                                    RT @KMJPromos: Giveaway $3 | 45.000 IDR ~ 4 hours🦋\n\n— RT &amp; Follow @promotinghost\n\ndraw with @sweenpi
## 4931                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4932                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4933                                                                                                                             RT @bunniefied: $ | 43.500 IDR ~ ends fast 🚴🏼🏆\n\n- RT + rt/like @bunnydoescrypto 📌
## 4934                                                                                                                                 RT @bunniefied: $5 GIVEAWAY ~ 60 MINS \n\n- RT like &amp; Follow @KMJPromos (🔔)
## 4935                                                                                                                                        RT @bunniefied: $5 GIVEAWAY ~ ends fast 🏅🎖️\n\n- RT + rt/like my pinned 📌
## 4936                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4937                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4938                                                       RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#예성 #YESUNG\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJU…
## 4939                                                                    RT @isuilde: i love how all but two people in the qrts guessed wrong and think this is from a BL movie. Like. I fucking wish it was an actu…
## 4940                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4941                                                       RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#이특 #LEETEUK\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJ…
## 4942                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 4943                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4944                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4945                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4946                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 4947                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4948                                                                RT @ViswaCM1: GLOBE TROTTING ADVENTURE 🌍 🔥\n\nDirector @ssrajamouli garu About his next with Super Star @urstrulyMahesh 🦁\n\n#SSMB29 #GlobeTrot…
## 4949                                                       RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#희철 #HEECHUL\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJ…
## 4950                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 4951                                                                                                          RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS\n\n- RT like &amp; Follow:\n\n@igotatrillion + @_JakeShaw_
## 4952                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 4953                                                                                                RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS 🧗🏻‍♂️🚵🏻‍♀️\n\n- RT + rt like &amp; comment something nice on @cometwtf 📌
## 4954                                                                  RT @FortPeatPHFC: 🎂[#fortFTS]\n\nMay your smile be bright just like the sun shine everyday. Happy birthday to our ball of sunshine Fort! 💙 @f…
## 4955                                                                                                                                    RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS 🏵️🎗️\n\n- RT this + LIKE @alqsyy 📌
## 4956                                                                RT @OGTNAF: The BL series plot that won the project and will be produced by ONE channel.\n\nGenre: Period + Mystery\n\n“Mon Meng Mang” (Meng Ma…
## 4957                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4958                                                                                                                                                              RT @Amouranth: Who’s here? https://t.co/6H7y9wOADG
## 4959                                                              RT @_19eightyONE_: Wait, what. \n\nActor Song Seunghyun is going to have a topless scene. In his BL debut. \n\nReally?? \n\nWell… he already went…
## 4960                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4961                                                                                                                              RT @bunniefied: $15 | 217.500 IDR ~ 120 MINS\n\n- RT like &amp; Follow @GoHumanNFT
## 4962                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4963                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4964                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4965                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4966                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 4967                                                                    RT @RentaMangaStore: Asahi and Kei used to be inseparable, but that all changed when Asahi was diagnosed as an omega in high school and Kei…
## 4968                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4969                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4970                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4971                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 4972                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4973                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4974                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 4975                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4976                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 4977                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4978                                                                                                                   RT @coeurdelanuit_: A sky full of stars and i'm still staring at you. https://t.co/yCVajZmhFM
## 4979                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4980                               RT @p81dance:  ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄\n                 New Video\n_____________🎬\n\n📞Check on YouTube!\nhttps://t.co/vl28XpDFuX\n\n💿少年隊 – The longest nigh…
## 4981                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4982                                                                                 RT @bunniefied: $20 | 290.000 IDR ~ 180 MINS\n\n- RT like &amp; Follow @ArcaneAvians \n- RT like &amp; Tag 3 friends on their 📌
## 4983                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4984                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4985                                                                    RT @BL_Scenery: UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars - Park You…
## 4986                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4987                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4988                                                                    RT @poddar_namrata: Such an honor to see #BorderLess among @WIRoBooks’s favorites for 2022! Here’s an excerpt from @AliceKSStephens’s revie…
## 4989                                                                    RT @boyslatinbball: It is with profound sadness that the BL Basketball community mourns the passing of assistant coach Al Eford. Coach Al h…
## 4990                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 4991                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4992                                                                                                                                 RT @bunniefied: $30 | 435.000 IDR ~ 240 MINS\n\n- RT this + JOIN on @0xblessy 📌
## 4993                                                                                                              RT @bunniefied: $5 GIVEAWAY ~ 60 MINS 🎪🤹🏻‍♀️\n\n- RT like &amp; Follow @Pumpitupdigital + RT their 📌
## 4994                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 4995                                                                                                                               RT @bunniefied: $5 GIVEAWAY ~ 60 MINS\n\n- RT this + Comment on @OfficialBailie 📌
## 4996                                                                                                                                                                      RT @taeyeonaes: I need Suho to act in a BL
## 4997                                                           RT @AshtonNFTs: 🎉NEW Giveaway🎉\n\nTime to enter Metaverse Country Club⛳️\n\nGiving Away #Whitelist Spots⏰\n\n1⃣❤️&amp; RT\n2⃣Tag 3 Friends\n3⃣Follow @M…
## 4998                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4999                                                                                                                       RT @bunniefied: $5 GIVEAWAY ~ 30 MINS\n\n- RT + rt like &amp; tag 3 friends on @lfgvazi 📌
## 5000                                                                RT @bunniefied: ⚽️⚽️Tomorrow's match prediction #FIFAWorldCup \n\nClaim Prize of 300g Real Golden Footballs, treadmills and more \n\n👉Click her…
## 5001                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5002                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 5003                                                                                                                                                            RT @tumcialsatp: 254. shopee https://t.co/P4LBe6Hncl
## 5004                                                                  RT @sneha_143_sneha: Last night I had a great time with my bf\nHis friends are not their\nAfter a long time I get a chance to enjoy him freel…
## 5005                                                                RT @looolielooo: After a hard day of work, He's got the best pillow to sleep on!\n.\n.\n.\n#bl #narutouzumaki #sasukeuchiha #sasunaru #narusasu…
## 5006                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5007                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5008                                                                    RT @yuzuh27: Zee already said before that he find it scary that camera follows them all the time, imagine what they feel with fans always b…
## 5009                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5010                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5011                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5012                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5013                                                                    RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…
## 5014                                                                    RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…
## 5015                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5016                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5017                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5018                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5019                                                                                                                      RT @me_stll: his favor was stop seducing me AaAaAa!!! ...#BL #yaoi https://t.co/NdmkBxINEm
## 5020                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5021                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5022                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5023                                                                    RT @GernMorgen: my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only by seeing…
## 5024                                                               RT @ZeeNunew130976: 💪😍let's go vote in Netizens\n\n⚠️ You can vote in 2 ways:\n    🤩Application: Netizens\n    🤩Website👇\n\n🤩Actor👉https://t.co/Q…
## 5025                                                                    RT @GernMorgen: my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only by seeing…
## 5026                                                                    RT @GernMorgen: my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only by seeing…
## 5027                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 5028                                                                    RT @GernMorgen: my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only by seeing…
## 5029                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5030                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5031                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5032                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5033                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5034                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5035                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 5036                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5037                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5038                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5039                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5040                                                                    RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 5041                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 5042                                                                                                     RT @spcrashworks: OH FUCK, MY EGG!!\n#PokemonScarletViolet #pokemon #nintendoswitch https://t.co/hpX7apy5qH
## 5043                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5044                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5045                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5046                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 5047                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5048                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5049                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5050                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5051                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 5052                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5053                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 5054                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 5055                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5056                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5057                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 5058                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 5059                                                                                                                              RT @smolsungies: cat likes soft and fluffy things #minsung https://t.co/DhalDipZA7
## 5060                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 5061                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5062                                                                                                                                                    RT @hourlyeonbin: size difference 💔\nhttps://t.co/Aw9C6K0gca
## 5063                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5064                                                                                                                                                          RT @hannahhbbahng: call me?? ☎️ https://t.co/v5V4lBKo4H
## 5065                                                                                                                                               RT @archiveoflhs: OH MY GOD?!   #heeseung https://t.co/yzaVxPnx5L
## 5066                                                                    RT @BL_Scenery: UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars - Park You…
## 5067                                                                                                                                                  RT @jinniesarchives: " love myself 🤟 " https://t.co/YBB9ckz32W
## 5068                                                                                                                RT @MemindyOfficial: Happy Birthday @fort_fts 🥰🥳\n\n#OurSmile22ndFortDay https://t.co/vnZcINkmu4
## 5069                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 5070                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5071                                                                     RT @BL_prints: And you can find digitised items on the main catalogue - at https://t.co/G0D3yuobTX enter search term, filter to Online and…
## 5072                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5073                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5074                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5075                                                                                                                                                     RT @Caroli_montcc: Acerte o ship BL pelos emojis — a thread
## 5076                                                                  RT @headBONDmeLWJ: today’s unboxing 📦\n\n#tgcf novel korean version published by @B_lab_BL, hua cheng and xie lian box sets. each set comes w…
## 5077                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 5078                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5079                                                      RT @DLIP_Records: 2022 LAST HOTTS\n\nRELEASE LONGSET LIVE\nSHEEF THE 3RD &amp; BLAHRMY\n\nD.L.i.P. LIVE\nDUSTY HUSKY\nRHYME BOYA\ncalimshot\nMSP\nFORTUNE…
## 5080                                                                  RT @headBONDmeLWJ: today’s unboxing 📦\n\n#tgcf novel korean version published by @B_lab_BL, hua cheng and xie lian box sets. each set comes w…
## 5081                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 5082                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 5083                                                                   RT @xx_Gris: Q:You’ve covered many songs and have your own songs. Which song is your favorite?\n🐱:Favorite cover right?In fact I like many s…
## 5084                                                                    RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…
## 5085                                                                RT @rkatepuka: This isn’t sth new ok? I remember it too well what happened here before. ‘The portrait closeness’ issue blahblahblah &amp; looks…
## 5086                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5087                                                                                                                                              RT @zeenewpics: #NuNew from frongmakeup ig https://t.co/NPXuWWffRp
## 5088                                                                   RT @rkatepuka: 🤔🤔🤔🤔🤔\nI’m asking myself If I would ask for people help if I were in that situation too? I guess not cus I would have already…
## 5089                                                                    RT @joonypear: the obscure camera angles are cracking me up like who could that be? definitely not his legally wedded husband kim namjoon h…
## 5090                                                                                                                              RT @xiaxia00701: WELLmagazine HD(1)\n🥰\n\n#NuNew #NanaNu https://t.co/WDIn3EuIbK
## 5091                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5092                                                            RT @Jiniya1204: In Hollywood today :) Also went to see Seokjin's hand printing on Hollywood Bl 😍 \n\n#TheAstronaut #JIN #방탄소년단진 @bts_twt http…
## 5093                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 5094                                                                    RT @RealTimeNews10: ARMED CARJACKING: 3400 Bl. of 54th Ave. Bladensburg, MD. PGPD on scene investigating an armed carjacking with an indivi…
## 5095                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5096                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5097                                                                    RT @RealTimeNews10: ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carjacki…
## 5098                                                                                                   RT @_hakutae: repeat with me: ZEE PRUK PANICH IS NOT SINGLE, ZEE PRUK PANICH HAS A BOYFRIEND. You're welcome.
## 5099                                                                    RT @zachsang: RM's Indigo is out on this Friday!! RM will join me live @onamp Friday at 8pm ET! we'll be hanging out and listening to every…
## 5100                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 5101                                                                    RT @RealTimeNews10: ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carjacki…
## 5102                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 5103                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5104                                                                                                                                                                RT @Iiliworld: so cute  💓https://t.co/4O4IKOcVwz
## 5105                                                                     RT @peachywarut: Hii! Formally introducing myself : my nickname is june, 25, law student and bl addict since this year✌🏻 fell in love with…
## 5106                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 5107                                                                                                                RT @MemindyOfficial: Happy Birthday @fort_fts 🥰🥳\n\n#OurSmile22ndFortDay https://t.co/vnZcINkmu4
## 5108                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5109                                                                  RT @headBONDmeLWJ: today’s unboxing 📦\n\n#tgcf novel korean version published by @B_lab_BL, hua cheng and xie lian box sets. each set comes w…
## 5110                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5111                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5112                                                                 RT @mileapotrendwor: ⚠️💛Hello UNNAMED PLEASE VOTE MILEAPO⚠️💚\n1. best couple !!!!\nhttps://t.co/PRq9bKYBrj…\n\n2. actor of the year \nhttps://t.…
## 5113                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5114                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5115                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5116                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5117                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 5118                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5119                                                                    RT @RealTimeNews10: ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carjacki…
## 5120                                                                     RT @britishlibrary: Questions at the ready for satirist Tom Walker, creator of famously exasperated reporter @JonathanPieNews. He's joined…
## 5121                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5122                                                     RT @miakawai23: Endgame 💖💖💖\nSungDa true Love 🥰\nSunghyeon &amp; Daon \n\nThe End 🔚🫶\n\n#비밀사이 #secretrelationships #secretrelationship #Manhwa \n#Boys…
## 5123                                                                  RT @Killmoenetwork: AROUND THE CORNER FROM PLANE CRASH.\n\nBURGLARY IN PROGRESS: 9100 Bl. Of RoundLeaf Way, Gaithersburg Md.: Police are resp…
## 5124                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5125                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 5126                                                                    RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 5127                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5128                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5129                                                                    RT @RealTimeNews10: JUMP IN/STOLEN AUTO: Citgo Gas 6100 Bl. of Old Central Ave. Capitol Hts, MD. PGPD on scene investigating an incident wi…
## 5130                                                                  RT @seriesblcom: Drama: Love In The Air Special Ep \n\n#LoveInTheAirSpecial #LoveInTheAirEpecialEp #LoveInTheAirSeriesSpecial #LoveInTheAirSe…
## 5131                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5132                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5133                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5134                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5135                                                                  RT @LISANATIONS_: LISA at Incheon Airport Departure for London 🇬🇧\n\n#NETIZENSREPORT #LISA for Asian Celebrity of the Year #ACOTY2022 @thenre…
## 5136                                                                                                                                                        RT @Ximiandingshi: I demand this https://t.co/mQ70iQAp8q
## 5137                                                                    RT @RealTimeNews10: ARMED CARJACKING: 3400 Bl. of 54th Ave. Bladensburg, MD. PGPD on scene investigating an armed carjacking with an indivi…
## 5138                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5139                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5140                                                                    RT @S4narchist: how come this looks like a bl character. It's probably called "My boyfriend, the fuckboy idol" and it's about shy fanboy/pr…
## 5141                                                                                                                            RT @jodanspace: *bl ⚠️WARNING NSFW🔞\n🔥THE🔥HOTTEST🔥2nd🔥COUPLE🔥 https://t.co/zJThRgVS6C
## 5142                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5143                                                                    RT @BLAsia_Africa: #Suvannasāma Jātaka scenes in a manuscript from #Thailand (EAP1123/6/2 https://t.co/iFGUcsTTan) dated 1888 with the stor…
## 5144                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5145                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5146                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5147                                                                             RT @Iiliworld: LISAAAA ✨✨\n\n#NETIZENSREPORT #LISA for Asian Celebrity of the Year #ACOTY2022 @thenreport https://t.co/NLuqNZ6m4x
## 5148                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5149                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5150                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5151                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 5152                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5153                                                                    RT @BLAsia_Africa: Learn about #Hinduism and Hindu deities in this #SacredTexts article: https://t.co/UKPjOdJekN (Image below: Add Or 25) h…
## 5154                                                                    RT @itsshaqii: Hang on…Win is scared of scary movies?! 🥦🪢🏊🏼REACTION TO #BetweenUsEp4 #BetweenUsTheSeries UNCUT IS OUT NEOWW LINK HERE: http…
## 5155                                                                     RT @boylove_fangirl: Bj MD (Bj Alex) - MD (Myung-Dae) X Chanwoo\nJust...so cute a~😍☺️💙\n#boylove #bjmd #bl #manhwabl https://t.co/ubxIeJ8lIU
## 5156                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5157                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5158                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5159                                                                RT @looolielooo: After a hard day of work, He's got the best pillow to sleep on!\n.\n.\n.\n#bl #narutouzumaki #sasukeuchiha #sasunaru #narusasu…
## 5160                                                                                                                            RT @shikarux_: I am now an #akikasa account muahaha #prsk_bl https://t.co/v2WlsrredG
## 5161                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5162                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 5163                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5164                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5165                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5166                                                                               RT @YamiK0I: My otps ❤️\n#司類 #しずあい #みずえな\n#ruikasa #shizuai #mizuena\n#prsk_FA #prsk_GL #prsk_BL https://t.co/ADG18BUNHA
## 5167                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5168                                                                   RT @paisky_comfortz: The most beautiful proposal in bl history.\n\n #LoveinTheAirSpecialEP #PrapaiSky #PrapaiSkyStory https://t.co/cKIueQFRSj
## 5169                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5170                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 5171                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5172                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5173                                                                    RT @mantilla_angy: @illustrata_ai @joynxyz @amli_art @bl_artcult My piece "Anger" represents women reacting and protesting against injustic…
## 5174                                                                    RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…
## 5175                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5176                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5177                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5178                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5179                                                                    RT @ppsthetic: feel like i have to tweet this pic once in a while just to remind myself that pp really be putting hearts on bk ever since c…
## 5180                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5181                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5182                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5183                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 5184                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 5185                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5186                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5187                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5188                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5189                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5190                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5191                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5192                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5193                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 5194                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5195                                                               RT @jodanspace: WARNING SPOILER , SNEAK PEEK *bl\n\nl don't care\nHow Iong it takes\nAs long as l'm with you\nl've got a smile on my face https:…
## 5196                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5197                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5198                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5199                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5200                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5201                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5202                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5203                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5204                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5205                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5206                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5207                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5208                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5209                                                                                                                                                            RT @vaidesmaiar: Oh My God 🗣 https://t.co/vUDDb9lDOx
## 5210                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5211                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5212                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 5213                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5214                                                                                                                                      RT @saebitboys: hyeonjun go get that bl bag bestie https://t.co/cBgv1u6hjp
## 5215                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5216                                                                                                                                      RT @saebitboys: hyeonjun go get that bl bag bestie https://t.co/cBgv1u6hjp
## 5217                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5218                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5219                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5220                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5221                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5222                                                                                                                RT @BuckeyeLocalAD: Final for varsity girls basketball 🏀 from Harrison Central. \n\nHC 69\nBL 56
## 5223                                                                     RT @p52136074: @old_xian Many years has passed and now his aggressive enemies tension are turning into tender “Love Gaze” 🥰🥰🥰 Im so deeply…
## 5224                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5225                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5226                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 5227                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5228                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5229                                                                                                                                                        RT @BLUPDATE2022: It's coming... https://t.co/19vzEUhv3n
## 5230                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5231                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5232                                                           RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…
## 5233                                                                                                                          RT @katelynbelova: I think Ms. Weems was in love with Morticia https://t.co/XA86rqiVWX
## 5234                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5235                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5236                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5237                                                                   RT @mariinksarts: @illustrata_ai @joynxyz @amli_art @bl_artcult Screaming Eyes\nThis Art is inspired by the fight and resistance of women fr…
## 5238                                                              RT @futekiya: 📆 𝗡𝗲𝘄 𝗿𝗲𝗹𝗲𝗮𝘀𝗲𝘀 𝘁𝗵𝗶𝘀 𝘄𝗲𝗲𝗸 📆\n\n📌 Nov 28\nA Break from Japan, Vol. 12 by Senko Tohmiya (@ichiraci)\n\n📌 Nov 30\nHopelessly Devoted, V…
## 5239                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5240                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 5241                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5242                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5243                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5244                                                                  RT @mero_se1: The new early access chapter 88  has been updated on Tapas and Patreon! \nWill Cyrus agree to the marriage proposal?\nThank you…
## 5245                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5246                                                                                                                                                RT @hanmdin: 「affection」#類司 #prsk_BL https://t.co/M7USPb3RT9
## 5247                                                                                                                  RT @juicelooped: black and white lily #ruikasa #類司 #prsk_FA #prsk_BL https://t.co/kQBRKmqupw
## 5248                                                                    RT @delta_sauce: @Morph_VGart @alulasit @bl_artcult @WorldNfts Collected this piece by @isayev_art today! Really happy to have it in my col…
## 5249                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5250                                                                                                                       RT @thinkingofjenna: are you guys seeing what im seeing as well 🤨 https://t.co/fW0ynrcSe7
## 5251                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5252                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5253                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5254                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5255                                                                    RT @doyoqiu: to my star is actually on another level i don't tend to label it as just bl bcs for me it's something more, yeah of course it'…
## 5256                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5257                                                                                                        RT @ruikasatruther: The rooftop freak couple at it again #類司 #prsk_FA #prsk_BL https://t.co/Y5txHxAwwS
## 5258                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5259                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 5260                                                                 RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…
## 5261                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5262                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5263                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5264                                                                                                                                        RT @acyllnion: Kissing fishes 🎈🌟\n#類司 #prsk_BL https://t.co/ewrVsV3r7u
## 5265                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5266                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5267                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5268                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5269                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5270                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5271                                                                    RT @6480Y: i dont know how controversial this take will be but i truly hope that day goes fully blind in last twilight or it's left ambiguo…
## 5272                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5273                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5274                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5275                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5276                                                                  RT @pemi_em: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @deeperflows @yeg1zart Congrats to you both! 🖤\n\n“Take h…
## 5277                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5278                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5279                                                                                                                                                    RT @elmaxmybeloved: BITCH WE TWINNIN https://t.co/CeUHOT7zED
## 5280                                                                 RT @cocoval11: #MorkDay\nI love you, I love you, I love you ... I loved you dangerously!~\n\n#morkdayedit #lasttwilight #bl #jimmysea #jimmyji…
## 5281                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5282                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5283                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5284                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5285                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5286                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5287                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5288                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5289                                                                     RT @RealTimeNews10: STUDENT ARRESTED W/GUN AT SCHOOL: Frederick Douglass High 9000 Bl. of Croom Rd. Upper Malboro, MD. PGPD responded this…
## 5290                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5291                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5292                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 5293                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 5294                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 5295                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5296                                                                                 RT @Fortfts_Trend: @Minnie_elf6 Start 08.30 A.M. ⏰🇹🇭\nHashtag #OurSmile22ndFortDay\n\nCr. FortFTS OFC\n\n#FortFTS #ComeFortZon
## 5297                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5298                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5299                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5300                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5301                                                                     RT @vivileannie: @allkpop LOOL and where is their evidence? Literally all people who worked with Chuu say how amazing she is. No one spoke…
## 5302                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5303                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 5304                                                                                                     RT @awakensmeraldo: @allkpop Shouldnt the accusers be the ones to provode evidence to support their claims?
## 5305                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5306                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5307                                                                  RT @pemi_em: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @deeperflows @yeg1zart Congrats to you both! 🖤\n\n“Take h…
## 5308                                                                                                  RT @beminesuperstar: They are coming . . 👀👀\n\n#BeMineSuperStar\n#พี่พระเอกกับเด็กหมาในกอง https://t.co/msY1tXercf
## 5309                                                                                                                                                     RT @jaljayo123: @nakamhto srry, I've never heard of that bl
## 5310                                                                    RT @kuromorisuzu: i'm also kind of obsessed with people qrting certain shots and being like 'this doesnt have random shit in the background…
## 5311                                                                RT @RealTimeNews10: SNATCH &amp; GRAB OF LOTION: Giant 1000 Bl. of Fairlawn Ave. Laurel, MD. Laurel PD on scene investigating a theft in the st…
## 5312                                                                                                 RT @ijclark: Can’t think why Blair would say criticism of Qatar is going over the top 🤔 https://t.co/36ciXi5YMH
## 5313                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5314                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 5315                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 5316                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5317                                                                  RT @Wikiwolffstudio: HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD \n20…
## 5318                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5319                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5320                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5321                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 5322                                                                    RT @deeperflows: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space @Morph_V…
## 5323                                                                    RT @delta_sauce: @Morph_VGart @alulasit @bl_artcult @WorldNfts Collected this piece by @isayev_art today! Really happy to have it in my col…
## 5324                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5325                                                           RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…
## 5326                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5327                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5328                                                                    RT @deeperflows: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space @Morph_V…
## 5329                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5330                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5331                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5332                                                                    RT @deeperflows: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space @Morph_V…
## 5333                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5334                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5335                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5336                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5337                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5338                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5339                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5340                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5341                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5342                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5343                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5344                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5345                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5346                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5347                                                                  RT @Morph_VGart: Monday Night Showcase time!\n\nTonight, share a piece you collected and shoutout that artist.\n\nTag 3 friends/collectors :)…
## 5348                                                                    RT @unicorn1007x: Babiis, please stream the trailer if you’re available right now.we’re left far behind other bl series. let’s raise our vi…
## 5349                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5350                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5351                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5352                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5353                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5354                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5355                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5356                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 5357                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5358                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5359                                                                 RT @_crookedtime_: ✨NEW FIC✨ bl (backwards love)\n- 1/1 complete, 44k words\n- m!nsvng💕\n- rated E 🔥\n⬇️⬇️⬇️ https://t.co/Yq1WPRvQXK https://t.…
## 5360                                                                                           RT @ABSCBNNews: Thai actors Tay Tawan, New Thitipoom return with 'Cherry Magic' series remake https://t.co/EEPauFQhvJ
## 5361                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 5362                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5363                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5364                                                                    RT @brightnanon: no bc i genuinely love that ohmnanon is doing a bbs special ep instead of a new bl bc patpran are so special and perfect t…
## 5365                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5366                                                                      RT @SLAhq: MLA is pleased to announce that Terri Givens will give the 2023 John P. McGoven Lecture at MLA | SLA ’23 in Detroit, Michigan.…
## 5367                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5368                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 5369                                                                    RT @kdrama_scene1: Upcoming BL drama #TheDirectorWhoBuysMeDinner starring #ParkYoungWoon and #ParkJungWoo releases main poster and confirms…
## 5370                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 5371                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5372                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5373                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5374                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5375                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5376                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5377                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5378                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5379                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5380                                                                    RT @SaladJazz1: Paul Chambers, Hank Mobley and Sonny Clark (seated) during the recording session for Mobley’s Hank Mobley BL 1568, June 23,…
## 5381                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5382                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5383                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5384                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5385                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 5386                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 5387                                                                    RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…
## 5388                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5389                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5390                                                           RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…
## 5391                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5392                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5393                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5394                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 5395                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5396                                                                RT @WYStarStudio: PREM WARUT  is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (2pt…
## 5397                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5398                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5399                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5400                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5401                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5402                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5403                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5404                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5405                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5406                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5407                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5408                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5409                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5410                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5411                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 5412                                                                      RT @BLUPDATE2022: THAILAND | Star Hunter Entertainment announced a casting audition for their upcoming BL “#เฟื่องนคร #CityOfStars” and oth…
## 5413                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5414                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5415                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5416                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5417                                                                    RT @kagetoorukise: why is liking gay fictional contents automatically labels you as fetishizer? did yall know how heavy that word is to jus…
## 5418                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5419                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5420                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5421                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5422                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5423                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5424                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5425                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5426                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 5427                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5428                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5429                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5430                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5431                                                               RT @ZeeNunew130976: 💪😍let's go vote in Netizens\n\n⚠️ You can vote in 2 ways:\n    🤩Application: Netizens\n    🤩Website👇\n\n🤩Actor👉https://t.co/Q…
## 5432                                                                RT @ZeeNunew130976: 💪😍Let's support #ZeeNuNew  in the voting at TheTopFamous\n\n🤩Thai BL Series👉https://t.co/Kp1dvoSFZl\n\n🤩Thai BL Couple👉http…
## 5433                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5434                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5435                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5436                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5437                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5438                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5439                                                                    RT @kagetoorukise: why is liking gay fictional contents automatically labels you as fetishizer? did yall know how heavy that word is to jus…
## 5440                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5441                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5442                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5443                                                                RT @missypurcell1: @theKidsMatter @DoctorSam7 I taught kids that reading is thinking for over a decade in my F&amp;P BL class. I even gifted my…
## 5444                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5445                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5446                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5447                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5448                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 5449                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5450                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5451                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5452                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5453                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 5454                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5455                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5456                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5457                                                                                                  RT @adorejustme: Excuse me but I already imagined their BL with one look \n\n#Minwon \nhttps://t.co/qQJBqOPvpn
## 5458                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 5459                                                               RT @ZeeNunew130976: 💪😍let's go vote in Netizens\n\n⚠️ You can vote in 2 ways:\n    🤩Application: Netizens\n    🤩Website👇\n\n🤩Actor👉https://t.co/Q…
## 5460                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5461                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5462                                                                   RT @CarolHusband: BL:\n“Commercial shippers that normally used the Ambassador Bridge diverted trucks to border crossings at Sarnia, Fort Eri…
## 5463                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5464                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5465                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5466                                                                RT @ZeeNunew130976: 💪😍Let's support #ZeeNuNew  in the voting at TheTopFamous\n\n🤩Thai BL Series👉https://t.co/Kp1dvoSFZl\n\n🤩Thai BL Couple👉http…
## 5467                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5468                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5469                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5470                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5471                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5472                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5473                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5474                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5475                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5476                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5477                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5478                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5479                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5480                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5481                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5482                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5483                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5484                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5485                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5486                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5487                                                                 RT @designonething: Happy birthday William Blake. The English artist, poet &amp; printmaker, whose printing technology innovations allowed him…
## 5488                                                                RT @SSN_Alabama: BREAKING:\n\nAlabama has landed a commitment from 4⭐️ WR Jaren Hamilton.\n\nThe F.W. Buchholz HS product out of Gainesville is…
## 5489                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5490                                                                             RT @AlbicelesteTalk: Leo Messi and Enzo Fernández have been selected in World Cup Team of the Week XI. ⭐️🇦🇷 https://t.co/6EOTUiAB8Q
## 5491                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5492                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5493                                                                              RT @blisanewblack: japanese bl “eternal yesterday” should be in everyone’s watch list, i said what i said. https://t.co/lO0xGTTFwJ
## 5494                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5495                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5496                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5497                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5498                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5499                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5500                                                                    RT @buildsummer: Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a real BL…
## 5501                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5502                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5503                                                                                                                                                                          RT @Iustrez: an iced coffee can fix it
## 5504                                                                  RT @joshieesworld: NEW VIDEO!!\nhttps://t.co/8Cn5QoJrZ3\nAn update on the progress of my original BL manga: Fudanshi Shinigami! https://t.co/…
## 5505                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5506                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5507                                                                     RT @RealTimeNews10: STUDENT ARRESTED W/GUN AT SCHOOL: Frederick Douglass High 9000 Bl. of Croom Rd. Upper Malboro, MD. PGPD responded this…
## 5508                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 5509                                                                    RT @BLUPDATE2022: #WAROFYEP17: BL producers these days... don't focus on the plot... kissing scenes and a guy topless are enough? https://t…
## 5510                                                                RT @BLUPDATE2022: Office Romance awaits you in Thai BL next year, 2023:\n\n1. Bed Friend (Mandee)\n2. The Middleman's Love (Mandee)\n3. Wish Me…
## 5511                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5512                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5513                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5514                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5515                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5516                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5517                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5518                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5519                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5520                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5521                                                                    RT @cookiesftvbear: the belgian commentator said cho guesung could be in a kpop group with his perfect face, like yes i totally agree https…
## 5522                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5523                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5524                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5525                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5526                                                                    RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz
## 5527                                                                  RT @BL_Scenery: STREAM | #2moonstheambassadorEP8 tonight, every Monday at 10:30 PM GMT+7 on #AmarinTV34.\n\n🔹 Rerun at 11:30 PM GMT+7 on #WeT…
## 5528                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 5529                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5530                                                                                                RT @theoldkyokodied: but wait: there is more!! sorry for bl posting i am mentally unwell https://t.co/Y6BH55JBbW
## 5531                                                                  RT @Wikiwolffstudio: HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD \n20…
## 5532                                                                                                            RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 5533                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 5534                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5535                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 5536                                                                  RT @cebuBLorg: 📌BIBLE: "I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST"\n\nBible Wichapas Sumettiku…
## 5537                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5538                                                                    RT @buildsummer: Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a real BL…
## 5539                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5540                                                                                        RT @RobertGreene: The ultimate form of domination is to make those on the other side think they are the ones in control.
## 5541                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5542                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5543                                                                  RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…
## 5544                                                                                                                                             RT @YukenNico: silly doodle\n#prsk_bl #類司 https://t.co/hIyu8zAzu0
## 5545                                                                                                                         RT @SiavoushF: Rodrygo trying to get some of that Ronaldo magic https://t.co/M1hQH3U1xY
## 5546                                                                    RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz
## 5547                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5548                                                                    RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…
## 5549                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5550                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5551                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5552                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5553                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5554                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5555                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5556                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5557                                                                                                                                         RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l
## 5558                                                                                                         RT @smokeylaroyjr: Black men leaving a hug just to dap right back up and hug again is my favorite thing
## 5559                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5560                                                                 RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…
## 5561                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5562                                                                RT @looolielooo: After a hard day of work, He's got the best pillow to sleep on!\n.\n.\n.\n#bl #narutouzumaki #sasukeuchiha #sasunaru #narusasu…
## 5563                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5564                                                                    RT @archaeologyart: "Cheers!". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…
## 5565                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5566                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5567                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5568                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5569                                                               RT @shipper_diary: ‼️Reminder for Fort’s birthday hashtag\n\nUse #OurSmile22ndFortDay\n⏰ Starts at 8.30am (BKK)\n\n🔺Remember NOT to use emojis/p…
## 5570                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5571                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5572                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5573                                                                    RT @buildsummer: Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a real BL…
## 5574                                                                                                                   RT @Scott_WOwlf: Thread "faz o bL":\n#Desafio30DiasdeBL do @blymeyaoi https://t.co/eBoWsbxDMf
## 5575                                                                    RT @Killmoenetwork: SHOOTING:6300 Bl. Of Georgia Ave NW: Rear of the Post Office: Mpd is on scene investigating a shooting with an adult Ma…
## 5576                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 5577                                                                    RT @TheyCraveeA: i’m ready to speak on my story. i don’t care if i get backlash. Isaac Nicholson sexually assaulted me in barbee hall at Nc…
## 5578                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5579                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5580                                                                    RT @buildsummer: Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a real BL…
## 5581                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5582                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5583                                                                     RT @peachywarut: Hii! Formally introducing myself : my nickname is june, 25, law student and bl addict since this year✌🏻 fell in love with…
## 5584                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5585                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5586                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5587                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5588                                                                    RT @NXP: Accelerate #5G designs with our new RapidRF front-end reference board. It is a complete ready-to-use circuit for TDD cellular appl…
## 5589                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5590                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5591                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5592                                                                    RT @justnetjames: 🦁️ do eat rice or not? (I’m not sure 😭)\n👩🏻 bring Uea come to eat?\n🦁️ have a kid too. Come with just 3 people? Is feel lon…
## 5593                                                                                                                                        RT @annabearly: he is really my comfort person 🥹 https://t.co/2FvhUzmZxW
## 5594                                                                  RT @cebuBLorg: 📌BIBLE: "I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST"\n\nBible Wichapas Sumettiku…
## 5595                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5596                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5597                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5598                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5599                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5600                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5601                                                                RT @midnightpoette: More fanart for #theearthisonline just because my adoration couldn’t be contained. #teio #地球上线 #danmei #BL #shounenai h…
## 5602                                                                    RT @BigFrazeBoxer: A friend just sent me your tweet,it was only the other day I was talking about how hard it is to sell tickets in the cur…
## 5603                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5604                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 5605                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5606                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5607                                                           RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…
## 5608                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5609                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5610                                                                  RT @genshinficfess: au! cw // bxb bl ship haino aruseno alhaitham x cyno\n// art by sender , original by cutbu\n\ngagal confess tapi berhasil…
## 5611                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5612                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5613                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5614                                                                    RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 5615                                                                                                                                                       RT @mynameis_evi: couple goals 🥹❤️ https://t.co/PkFYRs5dEt
## 5616                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5617                                                                                                                              RT @hourlyfirstkhao: hes so soft \n\n#firstkhao #khaotungg https://t.co/baTTxHb28m
## 5618                                                                   RT @fort_wipes: HAPPY BIRTHDAY FORT, KEEP DOING WHAT YOU LOVED, ALWAYS HERE FOR YOU, LOVE U💞🐻\n#FortFTS #ComeFortZon #BabyFeat #OurSmile22nd…
## 5619                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5620                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5621                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5622                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5623                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5624                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5625                                                                   RT @_gongjun: #龚俊 #GongJun #SimonGong #张哲瀚 #ZhangZhehan #浪浪钉 #俊哲 #JunZhe #LLD\n.\nHappy Birthday, Gong Jun! https://t.co/03n7RbVs1H
## 5626                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5627                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5628                                                                                                                 RT @il0venostalgia: Admit you’re old. Retweet if you know what this is… https://t.co/3UWcDUPcHU
## 5629                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5630                                                                    RT @globeandmail: At least four developers who bought the properties the government is now proposing to remove from the Greenbelt have eith…
## 5631                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5632                                                                                 RT @Starzle_: Happy birthday, sweetheart #GongJun - #TheRealZhangZhehan admires you. #Junzhe #Junzherio https://t.co/IG3qYuioQ3
## 5633                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5634                                                                                                                                                            RT @99zthink: my allen ma :( https://t.co/hWXfL3Melb
## 5635                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5636                                                                    RT @Itsnanonengg: Nanon as Pran is so powerful. I’ve never feel so attached to a character in any bl series like this and I’ve watched almo…
## 5637                                                RT @moodyro8: moodyrob \nsiwoo's closet 2021 autumn styling\n손수호 성우님\nphoto&amp;styling. siwoo\nmakeup. seo100 \nasisst&amp;film.\n@La____sO @_saveas htt…
## 5638                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5639                                                                    RT @brentdsadler: Was on Maria Bartiromo’s show this morning talking China and Iran protests. BL, both not yet at a regime ending point… bu…
## 5640                                                                    RT @RealTimeNews10: SHOOTING: 6300 Bl. of Georgia Ave. N.W. MPD on scene investigating a shooting with one individual with gunshot wound in…
## 5641                                                                    RT @CCockburn2: A knight on horseback has been drawn around this initial from one of three official copies of the nullification trial of Jo…
## 5642                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 5643                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5644                                                                RT @BernieSpofforth: CHINA - Guangzhou &amp; all other cities have streets full of tents, as QR codes are remotely turned yellow, meaning peopl…
## 5645                                                                                       RT @Hyuhhnniena: @GINA__BEARS "They're the most weirdest breed for a bl fandom." 🤭🤣 why are they discribing themselves..🤡
## 5646                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 5647                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5648                                                               RT @EchoooffXD: DONT CLICK if you don't recognize those tags please :)\n\nFanmade #Shotop #FoxSlayer BL Drama 🗡x🦊\n🔞Wear your headphones🔞\n\nCre…
## 5649                                                                    RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…
## 5650                                                                    RT @SfvScanner: #LAPD #noho 11000 Burbank bl. Unconfirmed report of a stabbing. More calls coming out for a nearby address on Case Ave as w…
## 5651                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 5652                                                                   RT @LoveMacabre: Beauty and the Beast inspired break drawing.\nFreeman is also our "red fox" in the webcomic, so his Beast version has fox-l…
## 5653                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5654                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5655                                                                   RT @jodanspace: "Soulmates don't have to be a lover"\nyou guys agree with that quote? It hurts sometimes to think how my non bl series otp c…
## 5656                                                          RT @dollsxngie: "So how do you want me to do it?"\n\n"I-i dont know"\n\n"You have never done this before?"\n\n"...."\n\n"Holy fuck..."\n\n"Just do it…
## 5657                                                                    RT @sineadgleeson: So many great discussions (race, class, islands, housing, the essay, Northern Ireland, Irishness, migration) at this wee…
## 5658                                                                                                                                             RT @57_dayo: tenshi keychain/sticker design https://t.co/x0PjHlVcNw
## 5659                                                                  RT @jodanspace: if i havent read the chapter yet i cant really tell is this sh3n t1ngw3i or k4n6 t0ng 😭 mirip banget woi anjir\n\n*bl 1nt0x1c…
## 5660                                                               RT @MnetMAMA: [#2022MAMA] #GOTOMAMA #enhypen\n\nENHYPEN's special selfie has arrived✨\nSee you at 2022 MAMA AWARDS❤️\n\nWorld’s No.1 K-POP Award…
## 5661                                                               RT @MnetMAMA: [#2022MAMA] #GOTOMAMA #enhypen\n\nENHYPEN's special selfie has arrived✨\nSee you at 2022 MAMA AWARDS❤️\n\nWorld’s No.1 K-POP Award…
## 5662                                                                 RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…
## 5663                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5664                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 5665                                                                    RT @talayfilms: last twilight series gmmtv2023 morkday mork day sea tawinan jimmy jitaraphol jimmysea thai bl sweater weather edit https://…
## 5666                                                                    RT @blisanewblack: i’m afraid that the only happy ending this upcoming korean bl “happy ending romance” will have is in its title. https://…
## 5667                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5668                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5669                                                                    RT @IFTVMarco: I don’t know the words to Morocco’s National Anthem but hearing and seeing how those fans were singing it just gives you chi…
## 5670                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5671                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5672                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5673                                                               RT @jodanspace: WARNING SPOILER , SNEAK PEEK *bl\n\nl don't care\nHow Iong it takes\nAs long as l'm with you\nl've got a smile on my face https:…
## 5674                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5675                                                                    RT @bisibilitea: interesting how no one promoted #Tilltheworldends cause it doesn't come from a big company and cause it comes from a guy w…
## 5676                                                                                                                     RT @TechAmazing: Is this the future of medicine? Source @gigadgets_ https://t.co/WqyegMSBmm
## 5677                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5678                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5679                                                               RT @EveewMaturano: Both are the light, hope and support of the other 🖤🧡\n\n🌸 IG: @ eveew_art \n\n#19days #19天 #19daysfanart  #moguanshan #hetia…
## 5680                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 5681                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5682                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5683                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 5684                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5685                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 5686                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5687                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 5688                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5689                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5690                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5691                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5692                                                                                     RT @emil_vash: WAIT WAIT I KNOW HOW SAMI'LL CRUMBLE THE BL, He's gonna manipulate them into free happiness and tranquility!
## 5693                                                                    RT @CrosbyNicky: Big fan of Morocco’s National Anthem. No idea what the lyrics mean but it gets the people going. #BEL #MAR https://t.co/jU…
## 5694                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5695                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5696                                                                  RT @RenewEurope: Today, we welcomed our partners from @RELIALred \n\nWe all agree on the importance of trade agreements to strengthen EU-LA r…
## 5697                                                                 RT @BlackLo39629533: In all the world,\nthere is no heart for me like yours.\nIn all the world,\nthere is no love for you like mine.\nRemember…
## 5698                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5699                                                                                       RT @Momotexx: GUYS THE PANTS ARE NEXT💦 LETS DO IT🙏\n#akumillust #momarties #ScarredHeartComic #BL https://t.co/eMMu1yotOQ
## 5700                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 5701                                                                    RT @j6hyun: We hope everyone from Kpop/K-community will continue to speak up and use their voice to change this rotten industry. https://t.…
## 5702                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5703                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 5704                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5705                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5706                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5707                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 5708                                                                                                           RT @mhatter229: Leave Japanese BL alone, thank you ! \n\nTell gmmtv to stay the fuck away from kiekoi
## 5709                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5710                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5711                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5712                                                           RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…
## 5713                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5714                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5715                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5716                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5717                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 5718                                                                       RT @Cloudkourin: Don’t make eye contact with the weird senpai and he won’t come over (too late)\n\n#prsk_BL #類彰 https://t.co/vWA97NjSUp
## 5719                                                                    RT @OddsocksTango: If seeing a few BL shows that show sex scenes between consenting adults is enough to make you think queer people only th…
## 5720                                                                                                                                     RT @RUlAKl: i doodled the sillies #類彰 #prsk_BL 🎈🥞 https://t.co/8jPuHoYI24
## 5721                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5722                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5723                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5724                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5725                                                              RT @ViaLactea_press: 𝑽𝒊𝒂 𝑳𝒂𝒄𝒕𝒆𝒂 .⋆ :・゚\n\n✦ Limerence (English Edition)✦\n✎...Jiang Zi Bei\n\nPei Ran recently noticed two things.\nFirst, his bo…
## 5726                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5727                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5728                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5729                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5730                                                                    RT @S4narchist: how come this looks like a bl character. It's probably called "My boyfriend, the fuckboy idol" and it's about shy fanboy/pr…
## 5731                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5732                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5733                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5734                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5735                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5736                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5737                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5738                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5739                                                                  RT @bishiepro: Find our original Sakura illustration on @bishiebox booth next weekend at #sakuracon limited quantity available. \n\nSeries @V…
## 5740                                                                     RT @RealTimeNews10: STUDENT ARRESTED W/GUN AT SCHOOL: Frederick Douglass High 9000 Bl. of Croom Rd. Upper Malboro, MD. PGPD responded this…
## 5741                                                                RT @hamaocha: Cheek on cheek 💓\n#BossNoeul #BoNoH \n#Bosschaikamon #Noeulnuttarat \n#MagentaBoy #ShawtyBoss \n#LoveinTheAirSpecialEP https://t.…
## 5742                                                                    RT @RealTimeNews10: SHOOTING: 6300 Bl. of Georgia Ave. N.W. MPD on scene investigating a shooting with one individual with gunshot wound in…
## 5743                                                                  RT @bishiepro: Magic Genie Edmond at https://t.co/13UTwAEl34 \n\n*Ordering Period: Sep 16th to Sep 30th, 2022 *Scheduled To Be Shipped: Mid N…
## 5744                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5745                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5746                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 5747                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 5748                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5749                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5750                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5751                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5752                                                                    RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz
## 5753                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 5754                                                                                                                                       RT @zhenxin04: i think bl stans might actually be weirder than kpop stans
## 5755                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 5756                                                              RT @BL_Scenery: ✨ BL SERIES AND MOVIES FOR DECEMBER 2022\n\n01 - #OhMyAssistant 🇰🇷\n02 - #MySchoolPresident 🇹🇭\n02 - #609BedtimeStory 🇹🇭\n03 - #…
## 5757                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5758                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5759                                                           RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…
## 5760                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5761                                                                    RT @risolco: My 2.5D Romance ep 6 is here! ▶️#25DR #webtoon\n\n#webtooncanvas: https://t.co/nHyZqk6wyN\n#tapasmedia: https://t.co/E971L22ekn…
## 5762                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5763                                                                 RT @mileapotrendwor: ⚠️💛Hello UNNAMED PLEASE VOTE MILEAPO⚠️💚\n1. best couple !!!!\nhttps://t.co/PRq9bKYBrj…\n\n2. actor of the year \nhttps://t.…
## 5764                                                                    RT @tancredipalmeri: According to Sky Italy director, Juventus situation could be same dangerous as in 2006, and something huge is gonna bl…
## 5765                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5766                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5767                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5768                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5769                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5770                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5771                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5772                                                                  RT @zoe_let: @viyomiarts Thank you for the artshare.\n\nI'm Zoe I do queer horror, BL and monsterboys. I'm a traditional artist inspired by m…
## 5773                                                                    RT @tzdnx800: Xie Lian’s sexual awakening is also part of his character development 😤 stripping him of that is also taking away important p…
## 5774                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5775                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5776                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5777                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 5778                                                                 RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…
## 5779                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 5780                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5781                                                                 RT @Driven247yt: 595 Scorpioneoro 😯\nhttps://t.co/PtlClGqvES for blog post from this meet. \n•\n#abarth #abarth595 #abarth500 #fiat500 #abarth…
## 5782                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5783                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5784                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5785                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5786                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5787                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5788                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5789                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5790                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5791                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5792                                                  RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…
## 5793                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5794                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5795                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5796                                                                    RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…
## 5797                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5798                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5799                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 5800                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5801                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5802                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5803                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5804                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5805                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5806                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5807                                                                    RT @bldramaheaven: so, after watching some of the most iconic BL couplings - I'm looking at you, Bad Buddy - I can easily say that #OhmFluk…
## 5808                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5809                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5810                                                                  RT @shardofmoon: GUYS! My original BL (sen/guide) novel based on Limitless starring Alex and Marisol is now over 30 thousand words.\n\nI'll b…
## 5811                                                                                                              RT @PunkTwelve: 10th issue of the AGUILAR ART &amp; NFT Magazine is out! Featuring @bl_artcult 🔥🔥🔥
## 5812                                                                  RT @mero_se1: The new early access chapter 88  has been updated on Tapas and Patreon! \nWill Cyrus agree to the marriage proposal?\nThank you…
## 5813                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5814                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5815                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5816                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5817                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5818                                                                     RT @JASTBLUE: Now that @Varenyett_bl has announced it, JAST BLUE is proud to say that Sorcerer's Choice: Angel or Demon is our next title!…
## 5819                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5820                                                                      RT @TheSevenSinz_: Bl!nks in the quotes, weren't yall crying "feminism" just a few hours ago? What happened? Bunch of pathetic hypocrites💀
## 5821                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5822                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5823                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5824                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5825                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5826                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5827                                                            RT @MileApoGuardVTS: DAILY VOTE\n\n1.https://t.co/x6APsApjrw\n\n2.https://t.co/u1OEEu6mbT\n\n3.https://t.co/HLJ3Hq0bHk\n\n4.https://t.co/LAnmGs6KtD…
## 5828                                                                  RT @shardofmoon: GUYS! My original BL (sen/guide) novel based on Limitless starring Alex and Marisol is now over 30 thousand words.\n\nI'll b…
## 5829                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5830                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5831                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5832                                                            RT @MileApoGuardVTS: DAILY VOTE\n\n1.https://t.co/x6APsApjrw\n\n2.https://t.co/u1OEEu6mbT\n\n3.https://t.co/HLJ3Hq0bHk\n\n4.https://t.co/LAnmGs6KtD…
## 5833                                                                 RT @MileApoGuardVTS: HERE'S THE LIST OF ONGOING VOTING FOR MILEAPO \n1 https://t.co/KVgTj74pIp\n2 https://t.co/LmFrhWNw6p\n3 https://t.co/bOwP…
## 5834                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5835                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5836                                                                 RT @MileApoGuardVTS: HERE'S THE LIST OF ONGOING VOTING FOR MILEAPO \n1 https://t.co/KVgTj74pIp\n2 https://t.co/LmFrhWNw6p\n3 https://t.co/bOwP…
## 5837                                                            RT @MileApoGuardVTS: DAILY VOTE\n\n1.https://t.co/x6APsApjrw\n\n2.https://t.co/u1OEEu6mbT\n\n3.https://t.co/HLJ3Hq0bHk\n\n4.https://t.co/LAnmGs6KtD…
## 5838                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5839                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5840                                                                                                               RT @shabbiddie: Why are kpop stans on the tl threatening to bl*w *p the bbc can someone explain 😭
## 5841                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5842                                                                    RT @invertv_dcape: The latest Day 2 outlook continues a rare MDT risk with a slight expansion eastward to account for potentially long-live…
## 5843                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5844                                                                     RT @Liaa09722332: #คุณชายตอนจบ The masterpiece of the whole BL industry. I have been a fan of  BL series over 5 yrs (may be from 2017) This…
## 5845                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5846                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5847                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 5848                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5849                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5850                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5851                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 5852                                                                                                        RT @sususiaoo: People: you should stop watching BL\nMe: \n#LoveinTheAirSpecialEP https://t.co/WrHFpEOUsZ
## 5853                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5854                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5855                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5856                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5857                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5858                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5859                                                                          RT @backendoc: gettin rejected by a hoe gotta be one of the worst feelings like u let niggas run trains on you but it’s a no for me???
## 5860                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5861                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5862                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5863                                                                                                                                       RT @syhnner: my love language is to ruin my sleep schedule to talk to you
## 5864                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5865                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5866                                                                           RT @BL_prints: Visit https://t.co/QggKrmNYv7 to explore @britishlibrary maps, plans and views \n#EYAMapsPlans https://t.co/GoLMfIMugk
## 5867                                                                                                                           RT @Satans_wifee: This is the first time i see a hot ml that is not for bl manhwa 🥹👏🏻
## 5868                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5869                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5870                                                  RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…
## 5871                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5872                                                               RT @CoachMikeDunlap: Bucks/Mavs. Boil down. \nBoth teams shot 3 ball &amp; therefore no lead safe. GA percolating at magic level, BL covering pa…
## 5873                                                  RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…
## 5874                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5875                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5876                                                  RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…
## 5877                                                           RT @jgry__: new track ! 🫶🙇🫶 \n\nkinda wrote it as a main theme for a fictional game\n\nlmk what u think ! love as always &lt;33\n\nhttps://t.co/NXFi…
## 5878                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5879                                                                     RT @AddyBrossWrites: If anyone is interested in a (definitely NSFW) aged-up, friends-to-lovers Twisted Wonderland one-shot fanfic, well, I…
## 5880                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5881                                                                  RT @historysunny: Free teacher CPD @britishlibrary on 1947 Partition of India!\n\nThe session will focus on the BL's new web resource ‘Voices…
## 5882                                                                  RT @historysunny: Voices of Partition - a new web resource for teachers! \n\nI was lucky enough to help @BL_Learning team develop this new si…
## 5883                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5884                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5885                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5886                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5887                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 5888                                                                 RT @mileapotrendwor: ⚠️💛Hello UNNAMED PLEASE VOTE MILEAPO⚠️💚\n1. best couple !!!\nhttps://t.co/PRq9bKZ9gR…\n\n2. actor of the year\nhttps://t.co…
## 5889                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5890                                                                 RT @mileapotrendwor: ⚠️💛Hello UNNAMED PLEASE VOTE MILEAPO⚠️💚\n1. best couple !!!!\nhttps://t.co/PRq9bKYBrj…\n\n2. actor of the year \nhttps://t.…
## 5891                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5892                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5893                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5894                                                                   RT @LoveMacabre: Beauty and the Beast inspired break drawing.\nFreeman is also our "red fox" in the webcomic, so his Beast version has fox-l…
## 5895                                                              RT @gekenkshop: • CARATBONG SVT \n\nSEALED : 2,800\nUNSEALED : 1,800\n\npayo / can dop but need dp and the bl once onhand\nsfeta (december dating…
## 5896                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5897                                                                     RT @RealTimeNews10: STUDENT ARRESTED W/GUN AT SCHOOL: Frederick Douglass High 9000 Bl. of Croom Rd. Upper Malboro, MD. PGPD responded this…
## 5898                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5899                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5900                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5901                                                                                                                               RT @sadhorrorr: the shiver of the vampires by jean rollin https://t.co/NCYZkas5t6
## 5902                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5903                                                                                              RT @rocking_bob: @BL_EcclesCentre @thetimes @hayfestival Thanks to @BL_EcclesCentre for giving me so much support!
## 5904                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5905                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5906                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5907                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 5908                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5909                                                                RT @Its_The_Barbies: Happy Monday to all beautiful likeminded BW. Today’s message:\nMen are not the prize 💕💖✨✨\nDon’t let the bl⚫️ck manosphe…
## 5910                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5911                                                                         RT @_starbeacon: Day 2 of #zoluweek - Devotion | “I’d follow you into hell.” 🏴‍☠️💕🏳️‍🌈|| #zolu #zoro #luffy #zoroxluffy #onepiece #gay #BL…
## 5912                                                                                                                                        RT @Grumpy_Steff: It’s a bl**dy disgrace! How dare they! @Tobias_Ellwood
## 5913                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5914                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5915                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5916                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5917                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 5918                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5919                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5920                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5921                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5922                                                                                                                                                      RT @daniepictures: gorgeous in red https://t.co/NjF4CjJrKZ
## 5923                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5924                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 5925                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5926                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5927                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 5928                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 5929                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5930                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 5931                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5932                                                                  RT @BLMedieval: We're not really sure why digitising manuscripts associated with women could be considered woke.\n\nIn any case, we're very g…
## 5933                                                                  RT @red_loeb: Angels turning the axis of the world but the mechanism is creaking these days\n\nBL Harley MS 4940; Matfre Ermengaud's Breviari…
## 5934                                                                    RT @theriversideUCC: We kick off #exploreyourarchive week 2022, with a snippet from the Earbery Map BL/EP/E/M/14. Can you spot all the litt…
## 5935                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5936                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5937                                                                                                                                   RT @kdrama_baragi: CHO GUESUNG THE MAN YOU ARE TODAY. https://t.co/xDIzAh78xn
## 5938                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5939                                                                     RT @shynverlight: #Genshin_Impact fanart, one of the Fatui Harbingers, Sandrone The Puppet! Tap for the full image! https://t.co/cMOBFMBBxe
## 5940                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5941                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5942                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5943                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5944                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5945                                                                                                                                                                    RT @Im1RollingStone: Ana i get high bl music
## 5946                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5947                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5948                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5949                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5950                                                                                                                                           RT @apocurves: apo is so cute and pretty :((  https://t.co/WifL7ewjWf
## 5951                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5952                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5953                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 5954                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5955                                                                  RT @ESPNFC: Pepe is 39 years old and still putting on the captain's armband for Portugal 🇵🇹\n\nRespect to a legend of the game 👏 https://t.co…
## 5956                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5957                                                                                                          RT @sanabanana79: Soyeon gets a lot of shit but I feel like she genuinely is what bl*nks think L*sa is
## 5958                                                                    RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz
## 5959                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5960                                                                     RT @lunaperla: @DavidGHFrost @FT Listen, David, sometimes you've just got to say stuff in pure Anglo-Saxon and #Brexit was a bl**dy stupid…
## 5961                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5962                                                               RT @CoachMikeDunlap: Bucks/Mavs. Boil down. \nBoth teams shot 3 ball &amp; therefore no lead safe. GA percolating at magic level, BL covering pa…
## 5963                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5964                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5965                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5966                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5967                                                                      RT @TheSevenSinz_: Bl!nks in the quotes, weren't yall crying "feminism" just a few hours ago? What happened? Bunch of pathetic hypocrites💀
## 5968                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5969                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5970                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 5971                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5972                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5973                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5974                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 5975                                                                                                                                                            RT @agustpics: the prettiest https://t.co/phrYffb2zy
## 5976                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5977                                                                RT @Its_The_Barbies: Happy Monday to all beautiful likeminded BW. Today’s message:\nMen are not the prize 💕💖✨✨\nDon’t let the bl⚫️ck manosphe…
## 5978                                                                    RT @bkppent: yall talking about neo being employed lets talk about the REAL bl secondary characters these two are in everything you can thi…
## 5979                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5980                                                                  RT @loveinPPE: PerthChimon -\nDangerous Romance directed by Lit Samajarn.  \nThe most exiting as it's GMMTV Original BL series, not adaptatio…
## 5981                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5982                                                                    RT @mixpawat: firstkhao using their popularity to raise awareness of AIDS/HIV is SO important. there's still a long way to go so we must sp…
## 5983                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5984                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5985                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5986                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5987                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5988                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5989                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5990                                                           RT @kdrama_baragi: Cho guesung apologized to the fans who supported himㅠㅠㅠㅠ it’s probably because korea lost on today matchㅠㅠㅠ\n\n https://t.…
## 5991                                                                RT @RealTimeNews10: SNATCH &amp; GRAB OF LOTION: Giant 1000 Bl. of Fairlawn Ave. Laurel, MD. Laurel PD on scene investigating a theft in the st…
##                  created
## 1    2022-11-29 23:59:55
## 2    2022-11-29 23:59:40
## 3    2022-11-29 23:59:34
## 4    2022-11-29 23:59:31
## 5    2022-11-29 23:58:57
## 6    2022-11-29 23:58:27
## 7    2022-11-29 23:58:14
## 8    2022-11-29 23:58:01
## 9    2022-11-29 23:57:45
## 10   2022-11-29 23:57:34
## 11   2022-11-29 23:57:29
## 12   2022-11-29 23:57:26
## 13   2022-11-29 23:57:05
## 14   2022-11-29 23:56:39
## 15   2022-11-29 23:56:37
## 16   2022-11-29 23:56:11
## 17   2022-11-29 23:56:02
## 18   2022-11-29 23:55:53
## 19   2022-11-29 23:55:18
## 20   2022-11-29 23:53:54
## 21   2022-11-29 23:53:21
## 22   2022-11-29 23:53:13
## 23   2022-11-29 23:53:01
## 24   2022-11-29 23:52:57
## 25   2022-11-29 23:52:43
## 26   2022-11-29 23:52:40
## 27   2022-11-29 23:52:38
## 28   2022-11-29 23:52:35
## 29   2022-11-29 23:52:17
## 30   2022-11-29 23:51:52
## 31   2022-11-29 23:51:37
## 32   2022-11-29 23:51:30
## 33   2022-11-29 23:51:24
## 34   2022-11-29 23:51:11
## 35   2022-11-29 23:51:05
## 36   2022-11-29 23:50:52
## 37   2022-11-29 23:50:47
## 38   2022-11-29 23:50:15
## 39   2022-11-29 23:49:59
## 40   2022-11-29 23:49:26
## 41   2022-11-29 23:49:21
## 42   2022-11-29 23:49:15
## 43   2022-11-29 23:49:14
## 44   2022-11-29 23:48:49
## 45   2022-11-29 23:48:43
## 46   2022-11-29 23:48:38
## 47   2022-11-29 23:48:25
## 48   2022-11-29 23:48:24
## 49   2022-11-29 23:48:06
## 50   2022-11-29 23:47:57
## 51   2022-11-29 23:47:32
## 52   2022-11-29 23:47:31
## 53   2022-11-29 23:47:30
## 54   2022-11-29 23:47:03
## 55   2022-11-29 23:46:50
## 56   2022-11-29 23:46:20
## 57   2022-11-29 23:46:12
## 58   2022-11-29 23:46:11
## 59   2022-11-29 23:46:02
## 60   2022-11-29 23:46:01
## 61   2022-11-29 23:45:59
## 62   2022-11-29 23:45:50
## 63   2022-11-29 23:45:22
## 64   2022-11-29 23:44:50
## 65   2022-11-29 23:44:48
## 66   2022-11-29 23:44:36
## 67   2022-11-29 23:44:23
## 68   2022-11-29 23:44:12
## 69   2022-11-29 23:43:53
## 70   2022-11-29 23:43:40
## 71   2022-11-29 23:43:39
## 72   2022-11-29 23:43:31
## 73   2022-11-29 23:43:22
## 74   2022-11-29 23:43:21
## 75   2022-11-29 23:43:20
## 76   2022-11-29 23:43:06
## 77   2022-11-29 23:42:57
## 78   2022-11-29 23:42:45
## 79   2022-11-29 23:42:10
## 80   2022-11-29 23:42:07
## 81   2022-11-29 23:42:03
## 82   2022-11-29 23:41:31
## 83   2022-11-29 23:40:58
## 84   2022-11-29 23:40:53
## 85   2022-11-29 23:40:33
## 86   2022-11-29 23:40:31
## 87   2022-11-29 23:40:20
## 88   2022-11-29 23:40:04
## 89   2022-11-29 23:40:01
## 90   2022-11-29 23:39:57
## 91   2022-11-29 23:39:52
## 92   2022-11-29 23:39:25
## 93   2022-11-29 23:39:17
## 94   2022-11-29 23:39:17
## 95   2022-11-29 23:39:08
## 96   2022-11-29 23:38:59
## 97   2022-11-29 23:38:40
## 98   2022-11-29 23:37:52
## 99   2022-11-29 23:37:51
## 100  2022-11-29 23:37:47
## 101  2022-11-29 23:37:16
## 102  2022-11-29 23:36:23
## 103  2022-11-29 23:36:22
## 104  2022-11-29 23:36:14
## 105  2022-11-29 23:35:46
## 106  2022-11-29 23:34:45
## 107  2022-11-29 23:34:35
## 108  2022-11-29 23:34:29
## 109  2022-11-29 23:34:15
## 110  2022-11-29 23:34:02
## 111  2022-11-29 23:33:39
## 112  2022-11-29 23:33:26
## 113  2022-11-29 23:33:16
## 114  2022-11-29 23:33:16
## 115  2022-11-29 23:33:07
## 116  2022-11-29 23:32:50
## 117  2022-11-29 23:32:12
## 118  2022-11-29 23:32:08
## 119  2022-11-29 23:31:38
## 120  2022-11-29 23:31:26
## 121  2022-11-29 23:30:51
## 122  2022-11-29 23:30:29
## 123  2022-11-29 23:30:24
## 124  2022-11-29 23:30:16
## 125  2022-11-29 23:30:09
## 126  2022-11-29 23:30:07
## 127  2022-11-29 23:30:02
## 128  2022-11-29 23:29:43
## 129  2022-11-29 23:29:35
## 130  2022-11-29 23:29:25
## 131  2022-11-29 23:29:24
## 132  2022-11-29 23:29:01
## 133  2022-11-29 23:28:54
## 134  2022-11-29 23:28:31
## 135  2022-11-29 23:28:30
## 136  2022-11-29 23:28:08
## 137  2022-11-29 23:28:07
## 138  2022-11-29 23:28:05
## 139  2022-11-29 23:27:38
## 140  2022-11-29 23:27:35
## 141  2022-11-29 23:27:24
## 142  2022-11-29 23:27:14
## 143  2022-11-29 23:26:53
## 144  2022-11-29 23:26:46
## 145  2022-11-29 23:26:33
## 146  2022-11-29 23:26:28
## 147  2022-11-29 23:26:20
## 148  2022-11-29 23:25:46
## 149  2022-11-29 23:25:41
## 150  2022-11-29 23:25:37
## 151  2022-11-29 23:25:36
## 152  2022-11-29 23:25:24
## 153  2022-11-29 23:25:22
## 154  2022-11-29 23:25:20
## 155  2022-11-29 23:25:08
## 156  2022-11-29 23:24:56
## 157  2022-11-29 23:24:46
## 158  2022-11-29 23:24:26
## 159  2022-11-29 23:24:17
## 160  2022-11-29 23:24:17
## 161  2022-11-29 23:24:07
## 162  2022-11-29 23:23:52
## 163  2022-11-29 23:23:29
## 164  2022-11-29 23:23:23
## 165  2022-11-29 23:23:22
## 166  2022-11-29 23:23:14
## 167  2022-11-29 23:22:48
## 168  2022-11-29 23:22:36
## 169  2022-11-29 23:22:34
## 170  2022-11-29 23:22:27
## 171  2022-11-29 23:22:27
## 172  2022-11-29 23:21:55
## 173  2022-11-29 23:21:34
## 174  2022-11-29 23:21:32
## 175  2022-11-29 23:21:29
## 176  2022-11-29 23:21:27
## 177  2022-11-29 23:21:26
## 178  2022-11-29 23:21:21
## 179  2022-11-29 23:21:17
## 180  2022-11-29 23:21:02
## 181  2022-11-29 23:20:51
## 182  2022-11-29 23:20:33
## 183  2022-11-29 23:20:20
## 184  2022-11-29 23:19:59
## 185  2022-11-29 23:19:53
## 186  2022-11-29 23:19:38
## 187  2022-11-29 23:19:34
## 188  2022-11-29 23:19:17
## 189  2022-11-29 23:19:07
## 190  2022-11-29 23:18:40
## 191  2022-11-29 23:18:34
## 192  2022-11-29 23:18:07
## 193  2022-11-29 23:17:32
## 194  2022-11-29 23:17:23
## 195  2022-11-29 23:17:15
## 196  2022-11-29 23:17:00
## 197  2022-11-29 23:16:59
## 198  2022-11-29 23:16:01
## 199  2022-11-29 23:15:55
## 200  2022-11-29 23:15:44
## 201  2022-11-29 23:15:41
## 202  2022-11-29 23:14:54
## 203  2022-11-29 23:14:51
## 204  2022-11-29 23:14:22
## 205  2022-11-29 23:13:50
## 206  2022-11-29 23:13:49
## 207  2022-11-29 23:13:42
## 208  2022-11-29 23:13:25
## 209  2022-11-29 23:13:20
## 210  2022-11-29 23:13:14
## 211  2022-11-29 23:13:04
## 212  2022-11-29 23:12:35
## 213  2022-11-29 23:12:33
## 214  2022-11-29 23:12:29
## 215  2022-11-29 23:12:16
## 216  2022-11-29 23:12:12
## 217  2022-11-29 23:11:31
## 218  2022-11-29 23:11:00
## 219  2022-11-29 23:10:39
## 220  2022-11-29 23:10:29
## 221  2022-11-29 23:10:28
## 222  2022-11-29 23:09:34
## 223  2022-11-29 23:09:33
## 224  2022-11-29 23:09:31
## 225  2022-11-29 23:09:17
## 226  2022-11-29 23:09:12
## 227  2022-11-29 23:09:04
## 228  2022-11-29 23:08:50
## 229  2022-11-29 23:08:22
## 230  2022-11-29 23:07:37
## 231  2022-11-29 23:07:35
## 232  2022-11-29 23:06:35
## 233  2022-11-29 23:06:04
## 234  2022-11-29 23:06:03
## 235  2022-11-29 23:06:01
## 236  2022-11-29 23:05:47
## 237  2022-11-29 23:04:50
## 238  2022-11-29 23:04:25
## 239  2022-11-29 23:03:46
## 240  2022-11-29 23:03:19
## 241  2022-11-29 23:02:38
## 242  2022-11-29 23:02:20
## 243  2022-11-29 23:02:18
## 244  2022-11-29 23:02:16
## 245  2022-11-29 23:02:14
## 246  2022-11-29 23:01:32
## 247  2022-11-29 23:00:50
## 248  2022-11-29 23:00:38
## 249  2022-11-29 23:00:29
## 250  2022-11-29 23:00:03
## 251  2022-11-29 22:59:00
## 252  2022-11-29 22:58:36
## 253  2022-11-29 22:57:42
## 254  2022-11-29 22:57:38
## 255  2022-11-29 22:57:33
## 256  2022-11-29 22:57:25
## 257  2022-11-29 22:57:20
## 258  2022-11-29 22:57:04
## 259  2022-11-29 22:57:02
## 260  2022-11-29 22:56:53
## 261  2022-11-29 22:56:45
## 262  2022-11-29 22:56:32
## 263  2022-11-29 22:56:17
## 264  2022-11-29 22:56:15
## 265  2022-11-29 22:56:06
## 266  2022-11-29 22:55:55
## 267  2022-11-29 22:54:34
## 268  2022-11-29 22:53:15
## 269  2022-11-29 22:52:42
## 270  2022-11-29 22:52:31
## 271  2022-11-29 22:52:22
## 272  2022-11-29 22:51:54
## 273  2022-11-29 22:51:53
## 274  2022-11-29 22:51:40
## 275  2022-11-29 22:51:21
## 276  2022-11-29 22:50:18
## 277  2022-11-29 22:49:55
## 278  2022-11-29 22:48:52
## 279  2022-11-29 22:47:45
## 280  2022-11-29 22:46:53
## 281  2022-11-29 22:46:51
## 282  2022-11-29 22:46:43
## 283  2022-11-29 22:46:17
## 284  2022-11-29 22:45:53
## 285  2022-11-29 22:45:22
## 286  2022-11-29 22:44:46
## 287  2022-11-29 22:42:57
## 288  2022-11-29 22:42:49
## 289  2022-11-29 22:42:40
## 290  2022-11-29 22:42:20
## 291  2022-11-29 22:41:59
## 292  2022-11-29 22:41:46
## 293  2022-11-29 22:40:20
## 294  2022-11-29 22:39:39
## 295  2022-11-29 22:39:26
## 296  2022-11-29 22:38:53
## 297  2022-11-29 22:38:24
## 298  2022-11-29 22:38:12
## 299  2022-11-29 22:37:40
## 300  2022-11-29 22:37:31
## 301  2022-11-29 22:37:20
## 302  2022-11-29 22:37:13
## 303  2022-11-29 22:37:09
## 304  2022-11-29 22:36:52
## 305  2022-11-29 22:36:38
## 306  2022-11-29 22:36:31
## 307  2022-11-29 22:36:31
## 308  2022-11-29 22:36:09
## 309  2022-11-29 22:36:05
## 310  2022-11-29 22:35:56
## 311  2022-11-29 22:35:48
## 312  2022-11-29 22:35:20
## 313  2022-11-29 22:35:12
## 314  2022-11-29 22:35:11
## 315  2022-11-29 22:34:55
## 316  2022-11-29 22:34:48
## 317  2022-11-29 22:34:20
## 318  2022-11-29 22:33:25
## 319  2022-11-29 22:32:44
## 320  2022-11-29 22:32:29
## 321  2022-11-29 22:32:07
## 322  2022-11-29 22:31:53
## 323  2022-11-29 22:31:50
## 324  2022-11-29 22:31:43
## 325  2022-11-29 22:31:15
## 326  2022-11-29 22:30:43
## 327  2022-11-29 22:29:48
## 328  2022-11-29 22:29:18
## 329  2022-11-29 22:28:51
## 330  2022-11-29 22:28:10
## 331  2022-11-29 22:28:07
## 332  2022-11-29 22:27:17
## 333  2022-11-29 22:27:15
## 334  2022-11-29 22:27:09
## 335  2022-11-29 22:27:00
## 336  2022-11-29 22:26:47
## 337  2022-11-29 22:26:34
## 338  2022-11-29 22:26:21
## 339  2022-11-29 22:26:17
## 340  2022-11-29 22:26:10
## 341  2022-11-29 22:26:08
## 342  2022-11-29 22:26:03
## 343  2022-11-29 22:25:13
## 344  2022-11-29 22:24:57
## 345  2022-11-29 22:24:44
## 346  2022-11-29 22:24:28
## 347  2022-11-29 22:23:57
## 348  2022-11-29 22:23:44
## 349  2022-11-29 22:23:41
## 350  2022-11-29 22:23:33
## 351  2022-11-29 22:22:35
## 352  2022-11-29 22:22:02
## 353  2022-11-29 22:22:00
## 354  2022-11-29 22:21:49
## 355  2022-11-29 22:21:28
## 356  2022-11-29 22:21:19
## 357  2022-11-29 22:21:06
## 358  2022-11-29 22:20:19
## 359  2022-11-29 22:19:14
## 360  2022-11-29 22:18:53
## 361  2022-11-29 22:18:33
## 362  2022-11-29 22:17:34
## 363  2022-11-29 22:17:30
## 364  2022-11-29 22:17:19
## 365  2022-11-29 22:16:09
## 366  2022-11-29 22:16:08
## 367  2022-11-29 22:15:28
## 368  2022-11-29 22:15:08
## 369  2022-11-29 22:14:16
## 370  2022-11-29 22:13:36
## 371  2022-11-29 22:13:14
## 372  2022-11-29 22:12:19
## 373  2022-11-29 22:12:13
## 374  2022-11-29 22:11:59
## 375  2022-11-29 22:11:12
## 376  2022-11-29 22:10:22
## 377  2022-11-29 22:10:21
## 378  2022-11-29 22:10:05
## 379  2022-11-29 22:09:49
## 380  2022-11-29 22:09:15
## 381  2022-11-29 22:09:01
## 382  2022-11-29 22:08:50
## 383  2022-11-29 22:08:27
## 384  2022-11-29 22:08:04
## 385  2022-11-29 22:08:02
## 386  2022-11-29 22:07:44
## 387  2022-11-29 22:06:32
## 388  2022-11-29 22:06:26
## 389  2022-11-29 22:06:25
## 390  2022-11-29 22:05:59
## 391  2022-11-29 22:04:27
## 392  2022-11-29 22:03:56
## 393  2022-11-29 22:03:38
## 394  2022-11-29 22:03:29
## 395  2022-11-29 22:03:15
## 396  2022-11-29 22:02:57
## 397  2022-11-29 22:02:55
## 398  2022-11-29 22:02:46
## 399  2022-11-29 22:02:43
## 400  2022-11-29 22:02:19
## 401  2022-11-29 22:01:07
## 402  2022-11-29 22:00:41
## 403  2022-11-29 22:00:39
## 404  2022-11-29 22:00:10
## 405  2022-11-29 21:59:52
## 406  2022-11-29 21:59:34
## 407  2022-11-29 21:58:30
## 408  2022-11-29 21:57:14
## 409  2022-11-29 21:56:46
## 410  2022-11-29 21:56:13
## 411  2022-11-29 21:56:05
## 412  2022-11-29 21:56:05
## 413  2022-11-29 21:55:25
## 414  2022-11-29 21:55:22
## 415  2022-11-29 21:54:35
## 416  2022-11-29 21:54:26
## 417  2022-11-29 21:53:51
## 418  2022-11-29 21:53:30
## 419  2022-11-29 21:53:22
## 420  2022-11-29 21:52:20
## 421  2022-11-29 21:52:15
## 422  2022-11-29 21:52:10
## 423  2022-11-29 21:50:46
## 424  2022-11-29 21:50:45
## 425  2022-11-29 21:50:26
## 426  2022-11-29 21:50:13
## 427  2022-11-29 21:50:08
## 428  2022-11-29 21:49:47
## 429  2022-11-29 21:49:45
## 430  2022-11-29 21:49:33
## 431  2022-11-29 21:49:21
## 432  2022-11-29 21:48:54
## 433  2022-11-29 21:48:39
## 434  2022-11-29 21:48:10
## 435  2022-11-29 21:46:09
## 436  2022-11-29 21:45:54
## 437  2022-11-29 21:45:21
## 438  2022-11-29 21:45:17
## 439  2022-11-29 21:45:10
## 440  2022-11-29 21:45:05
## 441  2022-11-29 21:45:01
## 442  2022-11-29 21:44:51
## 443  2022-11-29 21:44:31
## 444  2022-11-29 21:44:29
## 445  2022-11-29 21:44:24
## 446  2022-11-29 21:44:04
## 447  2022-11-29 21:43:25
## 448  2022-11-29 21:43:23
## 449  2022-11-29 21:42:39
## 450  2022-11-29 21:42:05
## 451  2022-11-29 21:41:44
## 452  2022-11-29 21:40:58
## 453  2022-11-29 21:40:58
## 454  2022-11-29 21:40:46
## 455  2022-11-29 21:40:37
## 456  2022-11-29 21:40:36
## 457  2022-11-29 21:40:31
## 458  2022-11-29 21:40:18
## 459  2022-11-29 21:40:16
## 460  2022-11-29 21:40:07
## 461  2022-11-29 21:38:52
## 462  2022-11-29 21:37:06
## 463  2022-11-29 21:36:38
## 464  2022-11-29 21:35:21
## 465  2022-11-29 21:34:37
## 466  2022-11-29 21:34:32
## 467  2022-11-29 21:34:28
## 468  2022-11-29 21:34:20
## 469  2022-11-29 21:34:16
## 470  2022-11-29 21:33:50
## 471  2022-11-29 21:33:18
## 472  2022-11-29 21:33:05
## 473  2022-11-29 21:32:54
## 474  2022-11-29 21:32:53
## 475  2022-11-29 21:32:49
## 476  2022-11-29 21:31:34
## 477  2022-11-29 21:30:54
## 478  2022-11-29 21:30:37
## 479  2022-11-29 21:30:08
## 480  2022-11-29 21:27:42
## 481  2022-11-29 21:27:37
## 482  2022-11-29 21:26:58
## 483  2022-11-29 21:26:56
## 484  2022-11-29 21:26:47
## 485  2022-11-29 21:26:45
## 486  2022-11-29 21:26:37
## 487  2022-11-29 21:25:41
## 488  2022-11-29 21:25:22
## 489  2022-11-29 21:24:26
## 490  2022-11-29 21:23:36
## 491  2022-11-29 21:23:17
## 492  2022-11-29 21:22:55
## 493  2022-11-29 21:22:24
## 494  2022-11-29 21:22:01
## 495  2022-11-29 21:21:59
## 496  2022-11-29 21:21:59
## 497  2022-11-29 21:21:33
## 498  2022-11-29 21:21:26
## 499  2022-11-29 21:21:07
## 500  2022-11-29 21:20:56
## 501  2022-11-29 21:20:24
## 502  2022-11-29 21:20:23
## 503  2022-11-29 21:20:00
## 504  2022-11-29 21:19:43
## 505  2022-11-29 21:19:28
## 506  2022-11-29 21:18:14
## 507  2022-11-29 21:18:03
## 508  2022-11-29 21:17:21
## 509  2022-11-29 21:17:19
## 510  2022-11-29 21:17:11
## 511  2022-11-29 21:16:45
## 512  2022-11-29 21:16:39
## 513  2022-11-29 21:15:31
## 514  2022-11-29 21:15:17
## 515  2022-11-29 21:14:53
## 516  2022-11-29 21:14:19
## 517  2022-11-29 21:14:11
## 518  2022-11-29 21:14:08
## 519  2022-11-29 21:12:59
## 520  2022-11-29 21:12:59
## 521  2022-11-29 21:12:47
## 522  2022-11-29 21:12:46
## 523  2022-11-29 21:12:42
## 524  2022-11-29 21:12:40
## 525  2022-11-29 21:12:35
## 526  2022-11-29 21:11:28
## 527  2022-11-29 21:11:25
## 528  2022-11-29 21:11:17
## 529  2022-11-29 21:10:58
## 530  2022-11-29 21:10:57
## 531  2022-11-29 21:10:18
## 532  2022-11-29 21:10:08
## 533  2022-11-29 21:10:04
## 534  2022-11-29 21:10:03
## 535  2022-11-29 21:09:18
## 536  2022-11-29 21:08:52
## 537  2022-11-29 21:08:44
## 538  2022-11-29 21:08:29
## 539  2022-11-29 21:08:12
## 540  2022-11-29 21:08:11
## 541  2022-11-29 21:07:58
## 542  2022-11-29 21:07:34
## 543  2022-11-29 21:06:42
## 544  2022-11-29 21:06:30
## 545  2022-11-29 21:06:27
## 546  2022-11-29 21:06:20
## 547  2022-11-29 21:05:46
## 548  2022-11-29 21:03:44
## 549  2022-11-29 21:03:30
## 550  2022-11-29 21:03:27
## 551  2022-11-29 21:03:17
## 552  2022-11-29 21:03:02
## 553  2022-11-29 21:02:57
## 554  2022-11-29 21:02:28
## 555  2022-11-29 21:01:14
## 556  2022-11-29 21:01:13
## 557  2022-11-29 21:00:58
## 558  2022-11-29 21:00:56
## 559  2022-11-29 21:00:44
## 560  2022-11-29 21:00:20
## 561  2022-11-29 21:00:18
## 562  2022-11-29 21:00:16
## 563  2022-11-29 21:00:15
## 564  2022-11-29 20:59:52
## 565  2022-11-29 20:59:49
## 566  2022-11-29 20:59:25
## 567  2022-11-29 20:59:16
## 568  2022-11-29 20:58:55
## 569  2022-11-29 20:58:30
## 570  2022-11-29 20:58:06
## 571  2022-11-29 20:58:04
## 572  2022-11-29 20:57:58
## 573  2022-11-29 20:57:38
## 574  2022-11-29 20:57:30
## 575  2022-11-29 20:56:05
## 576  2022-11-29 20:55:35
## 577  2022-11-29 20:55:23
## 578  2022-11-29 20:54:46
## 579  2022-11-29 20:54:16
## 580  2022-11-29 20:54:05
## 581  2022-11-29 20:53:49
## 582  2022-11-29 20:53:47
## 583  2022-11-29 20:53:36
## 584  2022-11-29 20:53:18
## 585  2022-11-29 20:52:49
## 586  2022-11-29 20:52:47
## 587  2022-11-29 20:52:39
## 588  2022-11-29 20:52:05
## 589  2022-11-29 20:51:52
## 590  2022-11-29 20:51:26
## 591  2022-11-29 20:51:21
## 592  2022-11-29 20:50:55
## 593  2022-11-29 20:50:36
## 594  2022-11-29 20:50:25
## 595  2022-11-29 20:50:17
## 596  2022-11-29 20:50:02
## 597  2022-11-29 20:49:20
## 598  2022-11-29 20:49:02
## 599  2022-11-29 20:48:46
## 600  2022-11-29 20:48:31
## 601  2022-11-29 20:48:22
## 602  2022-11-29 20:48:20
## 603  2022-11-29 20:48:12
## 604  2022-11-29 20:47:20
## 605  2022-11-29 20:47:15
## 606  2022-11-29 20:47:00
## 607  2022-11-29 20:46:52
## 608  2022-11-29 20:46:46
## 609  2022-11-29 20:46:14
## 610  2022-11-29 20:46:11
## 611  2022-11-29 20:45:56
## 612  2022-11-29 20:45:54
## 613  2022-11-29 20:45:44
## 614  2022-11-29 20:45:44
## 615  2022-11-29 20:45:33
## 616  2022-11-29 20:45:26
## 617  2022-11-29 20:45:26
## 618  2022-11-29 20:45:04
## 619  2022-11-29 20:44:58
## 620  2022-11-29 20:44:51
## 621  2022-11-29 20:44:31
## 622  2022-11-29 20:44:30
## 623  2022-11-29 20:44:30
## 624  2022-11-29 20:44:04
## 625  2022-11-29 20:44:03
## 626  2022-11-29 20:43:56
## 627  2022-11-29 20:43:25
## 628  2022-11-29 20:43:19
## 629  2022-11-29 20:43:11
## 630  2022-11-29 20:43:06
## 631  2022-11-29 20:42:57
## 632  2022-11-29 20:41:54
## 633  2022-11-29 20:41:49
## 634  2022-11-29 20:41:28
## 635  2022-11-29 20:41:27
## 636  2022-11-29 20:41:04
## 637  2022-11-29 20:40:51
## 638  2022-11-29 20:40:39
## 639  2022-11-29 20:40:27
## 640  2022-11-29 20:40:26
## 641  2022-11-29 20:40:07
## 642  2022-11-29 20:40:01
## 643  2022-11-29 20:39:48
## 644  2022-11-29 20:39:27
## 645  2022-11-29 20:39:17
## 646  2022-11-29 20:39:13
## 647  2022-11-29 20:38:45
## 648  2022-11-29 20:38:36
## 649  2022-11-29 20:38:00
## 650  2022-11-29 20:37:48
## 651  2022-11-29 20:36:57
## 652  2022-11-29 20:36:45
## 653  2022-11-29 20:36:43
## 654  2022-11-29 20:36:32
## 655  2022-11-29 20:36:31
## 656  2022-11-29 20:36:08
## 657  2022-11-29 20:35:40
## 658  2022-11-29 20:35:20
## 659  2022-11-29 20:34:59
## 660  2022-11-29 20:34:51
## 661  2022-11-29 20:34:22
## 662  2022-11-29 20:34:17
## 663  2022-11-29 20:33:33
## 664  2022-11-29 20:31:52
## 665  2022-11-29 20:31:26
## 666  2022-11-29 20:30:42
## 667  2022-11-29 20:30:17
## 668  2022-11-29 20:30:13
## 669  2022-11-29 20:30:11
## 670  2022-11-29 20:30:07
## 671  2022-11-29 20:29:50
## 672  2022-11-29 20:29:25
## 673  2022-11-29 20:29:20
## 674  2022-11-29 20:29:15
## 675  2022-11-29 20:28:57
## 676  2022-11-29 20:28:46
## 677  2022-11-29 20:28:43
## 678  2022-11-29 20:28:17
## 679  2022-11-29 20:28:03
## 680  2022-11-29 20:27:37
## 681  2022-11-29 20:27:31
## 682  2022-11-29 20:27:19
## 683  2022-11-29 20:26:57
## 684  2022-11-29 20:26:29
## 685  2022-11-29 20:26:26
## 686  2022-11-29 20:26:21
## 687  2022-11-29 20:26:16
## 688  2022-11-29 20:25:03
## 689  2022-11-29 20:24:40
## 690  2022-11-29 20:24:23
## 691  2022-11-29 20:22:54
## 692  2022-11-29 20:22:11
## 693  2022-11-29 20:21:46
## 694  2022-11-29 20:21:44
## 695  2022-11-29 20:21:43
## 696  2022-11-29 20:21:38
## 697  2022-11-29 20:21:07
## 698  2022-11-29 20:20:36
## 699  2022-11-29 20:20:34
## 700  2022-11-29 20:20:10
## 701  2022-11-29 20:20:00
## 702  2022-11-29 20:19:59
## 703  2022-11-29 20:19:11
## 704  2022-11-29 20:19:11
## 705  2022-11-29 20:19:10
## 706  2022-11-29 20:18:43
## 707  2022-11-29 20:18:38
## 708  2022-11-29 20:18:15
## 709  2022-11-29 20:18:05
## 710  2022-11-29 20:18:01
## 711  2022-11-29 20:17:44
## 712  2022-11-29 20:17:44
## 713  2022-11-29 20:17:40
## 714  2022-11-29 20:17:39
## 715  2022-11-29 20:17:28
## 716  2022-11-29 20:17:06
## 717  2022-11-29 20:16:53
## 718  2022-11-29 20:16:35
## 719  2022-11-29 20:16:32
## 720  2022-11-29 20:16:31
## 721  2022-11-29 20:16:31
## 722  2022-11-29 20:16:31
## 723  2022-11-29 20:16:21
## 724  2022-11-29 20:16:19
## 725  2022-11-29 20:16:14
## 726  2022-11-29 20:16:10
## 727  2022-11-29 20:16:08
## 728  2022-11-29 20:16:05
## 729  2022-11-29 20:15:25
## 730  2022-11-29 20:15:25
## 731  2022-11-29 20:15:21
## 732  2022-11-29 20:15:11
## 733  2022-11-29 20:14:52
## 734  2022-11-29 20:14:45
## 735  2022-11-29 20:14:41
## 736  2022-11-29 20:14:37
## 737  2022-11-29 20:14:27
## 738  2022-11-29 20:14:16
## 739  2022-11-29 20:14:02
## 740  2022-11-29 20:13:51
## 741  2022-11-29 20:13:50
## 742  2022-11-29 20:13:43
## 743  2022-11-29 20:13:39
## 744  2022-11-29 20:13:31
## 745  2022-11-29 20:13:29
## 746  2022-11-29 20:12:53
## 747  2022-11-29 20:12:41
## 748  2022-11-29 20:12:28
## 749  2022-11-29 20:12:04
## 750  2022-11-29 20:11:56
## 751  2022-11-29 20:11:44
## 752  2022-11-29 20:11:29
## 753  2022-11-29 20:10:53
## 754  2022-11-29 20:10:47
## 755  2022-11-29 20:10:45
## 756  2022-11-29 20:10:36
## 757  2022-11-29 20:10:28
## 758  2022-11-29 20:10:03
## 759  2022-11-29 20:10:01
## 760  2022-11-29 20:09:36
## 761  2022-11-29 20:09:32
## 762  2022-11-29 20:09:16
## 763  2022-11-29 20:08:21
## 764  2022-11-29 20:07:40
## 765  2022-11-29 20:07:29
## 766  2022-11-29 20:07:16
## 767  2022-11-29 20:06:22
## 768  2022-11-29 20:05:57
## 769  2022-11-29 20:05:39
## 770  2022-11-29 20:05:38
## 771  2022-11-29 20:05:35
## 772  2022-11-29 20:04:55
## 773  2022-11-29 20:04:35
## 774  2022-11-29 20:04:31
## 775  2022-11-29 20:04:04
## 776  2022-11-29 20:03:45
## 777  2022-11-29 20:03:04
## 778  2022-11-29 20:03:00
## 779  2022-11-29 20:02:59
## 780  2022-11-29 20:02:03
## 781  2022-11-29 20:01:42
## 782  2022-11-29 20:01:24
## 783  2022-11-29 20:01:23
## 784  2022-11-29 20:01:21
## 785  2022-11-29 20:01:13
## 786  2022-11-29 20:00:54
## 787  2022-11-29 20:00:14
## 788  2022-11-29 19:59:53
## 789  2022-11-29 19:59:48
## 790  2022-11-29 19:59:39
## 791  2022-11-29 19:59:37
## 792  2022-11-29 19:59:34
## 793  2022-11-29 19:58:40
## 794  2022-11-29 19:58:35
## 795  2022-11-29 19:58:08
## 796  2022-11-29 19:57:48
## 797  2022-11-29 19:57:46
## 798  2022-11-29 19:57:42
## 799  2022-11-29 19:57:35
## 800  2022-11-29 19:57:17
## 801  2022-11-29 19:56:59
## 802  2022-11-29 19:56:54
## 803  2022-11-29 19:56:40
## 804  2022-11-29 19:56:34
## 805  2022-11-29 19:56:26
## 806  2022-11-29 19:56:14
## 807  2022-11-29 19:55:28
## 808  2022-11-29 19:55:20
## 809  2022-11-29 19:55:05
## 810  2022-11-29 19:54:39
## 811  2022-11-29 19:54:32
## 812  2022-11-29 19:54:07
## 813  2022-11-29 19:54:02
## 814  2022-11-29 19:53:20
## 815  2022-11-29 19:53:18
## 816  2022-11-29 19:53:08
## 817  2022-11-29 19:52:45
## 818  2022-11-29 19:52:43
## 819  2022-11-29 19:52:23
## 820  2022-11-29 19:52:22
## 821  2022-11-29 19:52:14
## 822  2022-11-29 19:51:34
## 823  2022-11-29 19:50:51
## 824  2022-11-29 19:50:40
## 825  2022-11-29 19:50:13
## 826  2022-11-29 19:50:08
## 827  2022-11-29 19:49:03
## 828  2022-11-29 19:48:52
## 829  2022-11-29 19:48:41
## 830  2022-11-29 19:48:23
## 831  2022-11-29 19:48:21
## 832  2022-11-29 19:47:53
## 833  2022-11-29 19:47:17
## 834  2022-11-29 19:47:15
## 835  2022-11-29 19:47:14
## 836  2022-11-29 19:46:36
## 837  2022-11-29 19:46:10
## 838  2022-11-29 19:45:58
## 839  2022-11-29 19:45:46
## 840  2022-11-29 19:45:22
## 841  2022-11-29 19:45:21
## 842  2022-11-29 19:45:09
## 843  2022-11-29 19:45:02
## 844  2022-11-29 19:44:37
## 845  2022-11-29 19:44:23
## 846  2022-11-29 19:44:13
## 847  2022-11-29 19:43:40
## 848  2022-11-29 19:43:33
## 849  2022-11-29 19:42:58
## 850  2022-11-29 19:42:42
## 851  2022-11-29 19:42:15
## 852  2022-11-29 19:41:48
## 853  2022-11-29 19:41:32
## 854  2022-11-29 19:41:09
## 855  2022-11-29 19:40:52
## 856  2022-11-29 19:39:22
## 857  2022-11-29 19:39:01
## 858  2022-11-29 19:38:50
## 859  2022-11-29 19:38:32
## 860  2022-11-29 19:38:11
## 861  2022-11-29 19:37:30
## 862  2022-11-29 19:36:23
## 863  2022-11-29 19:36:01
## 864  2022-11-29 19:35:31
## 865  2022-11-29 19:35:19
## 866  2022-11-29 19:35:03
## 867  2022-11-29 19:34:46
## 868  2022-11-29 19:34:33
## 869  2022-11-29 19:33:55
## 870  2022-11-29 19:33:42
## 871  2022-11-29 19:32:24
## 872  2022-11-29 19:32:03
## 873  2022-11-29 19:32:00
## 874  2022-11-29 19:31:36
## 875  2022-11-29 19:31:28
## 876  2022-11-29 19:31:16
## 877  2022-11-29 19:31:06
## 878  2022-11-29 19:31:00
## 879  2022-11-29 19:30:56
## 880  2022-11-29 19:30:03
## 881  2022-11-29 19:29:47
## 882  2022-11-29 19:29:47
## 883  2022-11-29 19:29:45
## 884  2022-11-29 19:29:07
## 885  2022-11-29 19:28:14
## 886  2022-11-29 19:27:22
## 887  2022-11-29 19:27:18
## 888  2022-11-29 19:27:09
## 889  2022-11-29 19:27:01
## 890  2022-11-29 19:26:48
## 891  2022-11-29 19:26:22
## 892  2022-11-29 19:26:17
## 893  2022-11-29 19:26:11
## 894  2022-11-29 19:25:29
## 895  2022-11-29 19:25:22
## 896  2022-11-29 19:25:20
## 897  2022-11-29 19:25:11
## 898  2022-11-29 19:24:53
## 899  2022-11-29 19:24:28
## 900  2022-11-29 19:24:28
## 901  2022-11-29 19:24:21
## 902  2022-11-29 19:24:19
## 903  2022-11-29 19:24:07
## 904  2022-11-29 19:23:51
## 905  2022-11-29 19:23:51
## 906  2022-11-29 19:23:18
## 907  2022-11-29 19:23:04
## 908  2022-11-29 19:23:01
## 909  2022-11-29 19:22:44
## 910  2022-11-29 19:22:42
## 911  2022-11-29 19:22:17
## 912  2022-11-29 19:22:17
## 913  2022-11-29 19:22:12
## 914  2022-11-29 19:21:55
## 915  2022-11-29 19:21:55
## 916  2022-11-29 19:21:35
## 917  2022-11-29 19:21:12
## 918  2022-11-29 19:20:51
## 919  2022-11-29 19:20:50
## 920  2022-11-29 19:19:56
## 921  2022-11-29 19:19:39
## 922  2022-11-29 19:18:28
## 923  2022-11-29 19:18:22
## 924  2022-11-29 19:17:51
## 925  2022-11-29 19:17:45
## 926  2022-11-29 19:17:32
## 927  2022-11-29 19:17:11
## 928  2022-11-29 19:16:45
## 929  2022-11-29 19:16:42
## 930  2022-11-29 19:16:08
## 931  2022-11-29 19:15:56
## 932  2022-11-29 19:15:37
## 933  2022-11-29 19:15:32
## 934  2022-11-29 19:15:30
## 935  2022-11-29 19:15:24
## 936  2022-11-29 19:14:20
## 937  2022-11-29 19:14:18
## 938  2022-11-29 19:13:47
## 939  2022-11-29 19:13:37
## 940  2022-11-29 19:13:28
## 941  2022-11-29 19:13:23
## 942  2022-11-29 19:13:23
## 943  2022-11-29 19:13:16
## 944  2022-11-29 19:13:12
## 945  2022-11-29 19:13:00
## 946  2022-11-29 19:12:38
## 947  2022-11-29 19:10:48
## 948  2022-11-29 19:10:32
## 949  2022-11-29 19:09:58
## 950  2022-11-29 19:09:52
## 951  2022-11-29 19:09:22
## 952  2022-11-29 19:08:28
## 953  2022-11-29 19:07:55
## 954  2022-11-29 19:07:39
## 955  2022-11-29 19:07:07
## 956  2022-11-29 19:06:54
## 957  2022-11-29 19:06:19
## 958  2022-11-29 19:06:15
## 959  2022-11-29 19:06:00
## 960  2022-11-29 19:05:53
## 961  2022-11-29 19:05:48
## 962  2022-11-29 19:05:36
## 963  2022-11-29 19:05:20
## 964  2022-11-29 19:04:57
## 965  2022-11-29 19:04:35
## 966  2022-11-29 19:04:31
## 967  2022-11-29 19:04:30
## 968  2022-11-29 19:03:34
## 969  2022-11-29 19:03:27
## 970  2022-11-29 19:03:16
## 971  2022-11-29 19:03:09
## 972  2022-11-29 19:03:05
## 973  2022-11-29 19:02:28
## 974  2022-11-29 19:02:28
## 975  2022-11-29 19:01:52
## 976  2022-11-29 19:01:41
## 977  2022-11-29 19:01:37
## 978  2022-11-29 19:01:07
## 979  2022-11-29 19:01:03
## 980  2022-11-29 19:00:26
## 981  2022-11-29 19:00:25
## 982  2022-11-29 19:00:18
## 983  2022-11-29 19:00:17
## 984  2022-11-29 19:00:16
## 985  2022-11-29 19:00:14
## 986  2022-11-29 19:00:05
## 987  2022-11-29 18:59:58
## 988  2022-11-29 18:59:43
## 989  2022-11-29 18:59:14
## 990  2022-11-29 18:59:06
## 991  2022-11-29 18:58:32
## 992  2022-11-29 18:57:53
## 993  2022-11-29 18:57:50
## 994  2022-11-29 18:57:31
## 995  2022-11-29 18:56:36
## 996  2022-11-29 18:56:26
## 997  2022-11-29 18:55:59
## 998  2022-11-29 18:55:30
## 999  2022-11-29 18:54:59
## 1000 2022-11-29 18:54:51
## 1001 2022-11-29 18:53:58
## 1002 2022-11-29 18:53:45
## 1003 2022-11-29 18:53:38
## 1004 2022-11-29 18:53:25
## 1005 2022-11-29 18:53:14
## 1006 2022-11-29 18:52:49
## 1007 2022-11-29 18:52:49
## 1008 2022-11-29 18:52:39
## 1009 2022-11-29 18:52:19
## 1010 2022-11-29 18:52:09
## 1011 2022-11-29 18:52:02
## 1012 2022-11-29 18:51:57
## 1013 2022-11-29 18:51:57
## 1014 2022-11-29 18:51:53
## 1015 2022-11-29 18:51:50
## 1016 2022-11-29 18:51:13
## 1017 2022-11-29 18:50:57
## 1018 2022-11-29 18:50:55
## 1019 2022-11-29 18:50:42
## 1020 2022-11-29 18:50:40
## 1021 2022-11-29 18:50:19
## 1022 2022-11-29 18:50:03
## 1023 2022-11-29 18:49:53
## 1024 2022-11-29 18:49:40
## 1025 2022-11-29 18:49:25
## 1026 2022-11-29 18:48:57
## 1027 2022-11-29 18:48:57
## 1028 2022-11-29 18:48:43
## 1029 2022-11-29 18:48:33
## 1030 2022-11-29 18:48:27
## 1031 2022-11-29 18:47:52
## 1032 2022-11-29 18:47:20
## 1033 2022-11-29 18:47:00
## 1034 2022-11-29 18:46:41
## 1035 2022-11-29 18:46:25
## 1036 2022-11-29 18:45:14
## 1037 2022-11-29 18:45:04
## 1038 2022-11-29 18:44:59
## 1039 2022-11-29 18:44:15
## 1040 2022-11-29 18:44:09
## 1041 2022-11-29 18:43:43
## 1042 2022-11-29 18:42:28
## 1043 2022-11-29 18:42:17
## 1044 2022-11-29 18:41:08
## 1045 2022-11-29 18:41:02
## 1046 2022-11-29 18:40:58
## 1047 2022-11-29 18:40:35
## 1048 2022-11-29 18:39:42
## 1049 2022-11-29 18:38:59
## 1050 2022-11-29 18:38:38
## 1051 2022-11-29 18:38:37
## 1052 2022-11-29 18:38:23
## 1053 2022-11-29 18:38:20
## 1054 2022-11-29 18:37:36
## 1055 2022-11-29 18:36:52
## 1056 2022-11-29 18:36:30
## 1057 2022-11-29 18:36:27
## 1058 2022-11-29 18:36:25
## 1059 2022-11-29 18:36:09
## 1060 2022-11-29 18:36:03
## 1061 2022-11-29 18:36:00
## 1062 2022-11-29 18:35:52
## 1063 2022-11-29 18:35:47
## 1064 2022-11-29 18:35:24
## 1065 2022-11-29 18:35:13
## 1066 2022-11-29 18:35:11
## 1067 2022-11-29 18:34:57
## 1068 2022-11-29 18:34:44
## 1069 2022-11-29 18:34:31
## 1070 2022-11-29 18:33:48
## 1071 2022-11-29 18:33:06
## 1072 2022-11-29 18:33:02
## 1073 2022-11-29 18:32:57
## 1074 2022-11-29 18:32:48
## 1075 2022-11-29 18:32:13
## 1076 2022-11-29 18:31:49
## 1077 2022-11-29 18:31:20
## 1078 2022-11-29 18:31:15
## 1079 2022-11-29 18:30:56
## 1080 2022-11-29 18:30:45
## 1081 2022-11-29 18:30:41
## 1082 2022-11-29 18:30:34
## 1083 2022-11-29 18:30:28
## 1084 2022-11-29 18:30:26
## 1085 2022-11-29 18:29:55
## 1086 2022-11-29 18:29:54
## 1087 2022-11-29 18:29:51
## 1088 2022-11-29 18:29:45
## 1089 2022-11-29 18:29:40
## 1090 2022-11-29 18:29:33
## 1091 2022-11-29 18:29:33
## 1092 2022-11-29 18:29:25
## 1093 2022-11-29 18:29:00
## 1094 2022-11-29 18:28:51
## 1095 2022-11-29 18:28:07
## 1096 2022-11-29 18:27:36
## 1097 2022-11-29 18:27:20
## 1098 2022-11-29 18:27:02
## 1099 2022-11-29 18:26:20
## 1100 2022-11-29 18:26:20
## 1101 2022-11-29 18:26:14
## 1102 2022-11-29 18:26:04
## 1103 2022-11-29 18:25:37
## 1104 2022-11-29 18:25:28
## 1105 2022-11-29 18:24:39
## 1106 2022-11-29 18:24:23
## 1107 2022-11-29 18:24:06
## 1108 2022-11-29 18:23:47
## 1109 2022-11-29 18:23:35
## 1110 2022-11-29 18:23:26
## 1111 2022-11-29 18:22:35
## 1112 2022-11-29 18:22:20
## 1113 2022-11-29 18:22:13
## 1114 2022-11-29 18:22:02
## 1115 2022-11-29 18:21:59
## 1116 2022-11-29 18:21:43
## 1117 2022-11-29 18:21:33
## 1118 2022-11-29 18:20:55
## 1119 2022-11-29 18:20:30
## 1120 2022-11-29 18:20:16
## 1121 2022-11-29 18:20:11
## 1122 2022-11-29 18:19:15
## 1123 2022-11-29 18:18:41
## 1124 2022-11-29 18:18:25
## 1125 2022-11-29 18:17:59
## 1126 2022-11-29 18:17:45
## 1127 2022-11-29 18:17:41
## 1128 2022-11-29 18:17:24
## 1129 2022-11-29 18:17:12
## 1130 2022-11-29 18:16:58
## 1131 2022-11-29 18:16:07
## 1132 2022-11-29 18:15:34
## 1133 2022-11-29 18:15:25
## 1134 2022-11-29 18:15:18
## 1135 2022-11-29 18:14:02
## 1136 2022-11-29 18:13:53
## 1137 2022-11-29 18:13:34
## 1138 2022-11-29 18:13:23
## 1139 2022-11-29 18:13:18
## 1140 2022-11-29 18:13:12
## 1141 2022-11-29 18:12:52
## 1142 2022-11-29 18:12:45
## 1143 2022-11-29 18:12:25
## 1144 2022-11-29 18:12:16
## 1145 2022-11-29 18:11:48
## 1146 2022-11-29 18:11:30
## 1147 2022-11-29 18:11:22
## 1148 2022-11-29 18:11:05
## 1149 2022-11-29 18:10:27
## 1150 2022-11-29 18:09:59
## 1151 2022-11-29 18:09:55
## 1152 2022-11-29 18:09:44
## 1153 2022-11-29 18:09:04
## 1154 2022-11-29 18:09:03
## 1155 2022-11-29 18:08:51
## 1156 2022-11-29 18:08:04
## 1157 2022-11-29 18:07:53
## 1158 2022-11-29 18:07:38
## 1159 2022-11-29 18:06:42
## 1160 2022-11-29 18:06:29
## 1161 2022-11-29 18:05:37
## 1162 2022-11-29 18:05:17
## 1163 2022-11-29 18:05:13
## 1164 2022-11-29 18:05:10
## 1165 2022-11-29 18:03:57
## 1166 2022-11-29 18:03:13
## 1167 2022-11-29 18:02:04
## 1168 2022-11-29 18:01:19
## 1169 2022-11-29 18:01:08
## 1170 2022-11-29 18:01:04
## 1171 2022-11-29 18:00:49
## 1172 2022-11-29 18:00:44
## 1173 2022-11-29 17:59:57
## 1174 2022-11-29 17:59:31
## 1175 2022-11-29 17:59:17
## 1176 2022-11-29 17:59:08
## 1177 2022-11-29 17:58:10
## 1178 2022-11-29 17:58:02
## 1179 2022-11-29 17:57:03
## 1180 2022-11-29 17:56:21
## 1181 2022-11-29 17:56:15
## 1182 2022-11-29 17:55:58
## 1183 2022-11-29 17:55:51
## 1184 2022-11-29 17:55:46
## 1185 2022-11-29 17:55:19
## 1186 2022-11-29 17:54:03
## 1187 2022-11-29 17:53:15
## 1188 2022-11-29 17:53:04
## 1189 2022-11-29 17:52:25
## 1190 2022-11-29 17:52:19
## 1191 2022-11-29 17:52:17
## 1192 2022-11-29 17:51:56
## 1193 2022-11-29 17:51:35
## 1194 2022-11-29 17:51:27
## 1195 2022-11-29 17:51:19
## 1196 2022-11-29 17:51:07
## 1197 2022-11-29 17:50:50
## 1198 2022-11-29 17:50:40
## 1199 2022-11-29 17:50:39
## 1200 2022-11-29 17:50:36
## 1201 2022-11-29 17:50:36
## 1202 2022-11-29 17:50:30
## 1203 2022-11-29 17:50:22
## 1204 2022-11-29 17:50:16
## 1205 2022-11-29 17:50:07
## 1206 2022-11-29 17:49:54
## 1207 2022-11-29 17:49:51
## 1208 2022-11-29 17:49:46
## 1209 2022-11-29 17:49:42
## 1210 2022-11-29 17:49:41
## 1211 2022-11-29 17:49:32
## 1212 2022-11-29 17:49:28
## 1213 2022-11-29 17:49:01
## 1214 2022-11-29 17:48:57
## 1215 2022-11-29 17:48:53
## 1216 2022-11-29 17:48:41
## 1217 2022-11-29 17:48:34
## 1218 2022-11-29 17:48:33
## 1219 2022-11-29 17:48:11
## 1220 2022-11-29 17:48:05
## 1221 2022-11-29 17:47:54
## 1222 2022-11-29 17:47:52
## 1223 2022-11-29 17:47:32
## 1224 2022-11-29 17:47:27
## 1225 2022-11-29 17:47:25
## 1226 2022-11-29 17:47:22
## 1227 2022-11-29 17:47:15
## 1228 2022-11-29 17:47:02
## 1229 2022-11-29 17:46:52
## 1230 2022-11-29 17:46:48
## 1231 2022-11-29 17:46:41
## 1232 2022-11-29 17:46:34
## 1233 2022-11-29 17:46:26
## 1234 2022-11-29 17:46:19
## 1235 2022-11-29 17:46:03
## 1236 2022-11-29 17:45:57
## 1237 2022-11-29 17:45:52
## 1238 2022-11-29 17:45:48
## 1239 2022-11-29 17:45:42
## 1240 2022-11-29 17:45:37
## 1241 2022-11-29 17:45:37
## 1242 2022-11-29 17:45:20
## 1243 2022-11-29 17:45:17
## 1244 2022-11-29 17:44:40
## 1245 2022-11-29 17:44:14
## 1246 2022-11-29 17:44:04
## 1247 2022-11-29 17:43:03
## 1248 2022-11-29 17:42:37
## 1249 2022-11-29 17:41:21
## 1250 2022-11-29 17:41:18
## 1251 2022-11-29 17:41:10
## 1252 2022-11-29 17:40:36
## 1253 2022-11-29 17:40:35
## 1254 2022-11-29 17:40:23
## 1255 2022-11-29 17:39:41
## 1256 2022-11-29 17:39:22
## 1257 2022-11-29 17:39:10
## 1258 2022-11-29 17:39:03
## 1259 2022-11-29 17:38:27
## 1260 2022-11-29 17:38:24
## 1261 2022-11-29 17:38:20
## 1262 2022-11-29 17:36:41
## 1263 2022-11-29 17:36:37
## 1264 2022-11-29 17:36:32
## 1265 2022-11-29 17:36:02
## 1266 2022-11-29 17:35:47
## 1267 2022-11-29 17:34:57
## 1268 2022-11-29 17:34:19
## 1269 2022-11-29 17:34:15
## 1270 2022-11-29 17:33:37
## 1271 2022-11-29 17:33:31
## 1272 2022-11-29 17:33:18
## 1273 2022-11-29 17:32:57
## 1274 2022-11-29 17:32:55
## 1275 2022-11-29 17:32:30
## 1276 2022-11-29 17:32:02
## 1277 2022-11-29 17:31:02
## 1278 2022-11-29 17:30:35
## 1279 2022-11-29 17:30:26
## 1280 2022-11-29 17:30:21
## 1281 2022-11-29 17:30:19
## 1282 2022-11-29 17:30:18
## 1283 2022-11-29 17:29:43
## 1284 2022-11-29 17:29:41
## 1285 2022-11-29 17:29:24
## 1286 2022-11-29 17:29:16
## 1287 2022-11-29 17:29:06
## 1288 2022-11-29 17:28:19
## 1289 2022-11-29 17:28:01
## 1290 2022-11-29 17:28:00
## 1291 2022-11-29 17:27:44
## 1292 2022-11-29 17:27:27
## 1293 2022-11-29 17:27:25
## 1294 2022-11-29 17:27:21
## 1295 2022-11-29 17:27:06
## 1296 2022-11-29 17:26:56
## 1297 2022-11-29 17:26:40
## 1298 2022-11-29 17:26:33
## 1299 2022-11-29 17:26:29
## 1300 2022-11-29 17:25:48
## 1301 2022-11-29 17:25:32
## 1302 2022-11-29 17:25:19
## 1303 2022-11-29 17:25:05
## 1304 2022-11-29 17:24:42
## 1305 2022-11-29 17:24:39
## 1306 2022-11-29 17:24:36
## 1307 2022-11-29 17:24:27
## 1308 2022-11-29 17:24:10
## 1309 2022-11-29 17:24:05
## 1310 2022-11-29 17:23:57
## 1311 2022-11-29 17:23:50
## 1312 2022-11-29 17:23:50
## 1313 2022-11-29 17:23:48
## 1314 2022-11-29 17:23:47
## 1315 2022-11-29 17:23:44
## 1316 2022-11-29 17:23:38
## 1317 2022-11-29 17:23:37
## 1318 2022-11-29 17:23:34
## 1319 2022-11-29 17:23:01
## 1320 2022-11-29 17:22:34
## 1321 2022-11-29 17:22:32
## 1322 2022-11-29 17:21:51
## 1323 2022-11-29 17:21:32
## 1324 2022-11-29 17:20:38
## 1325 2022-11-29 17:20:25
## 1326 2022-11-29 17:20:19
## 1327 2022-11-29 17:20:16
## 1328 2022-11-29 17:20:03
## 1329 2022-11-29 17:19:30
## 1330 2022-11-29 17:19:28
## 1331 2022-11-29 17:19:27
## 1332 2022-11-29 17:18:15
## 1333 2022-11-29 17:18:08
## 1334 2022-11-29 17:18:04
## 1335 2022-11-29 17:17:50
## 1336 2022-11-29 17:17:33
## 1337 2022-11-29 17:17:21
## 1338 2022-11-29 17:17:06
## 1339 2022-11-29 17:16:36
## 1340 2022-11-29 17:16:26
## 1341 2022-11-29 17:16:25
## 1342 2022-11-29 17:16:17
## 1343 2022-11-29 17:15:58
## 1344 2022-11-29 17:15:32
## 1345 2022-11-29 17:15:23
## 1346 2022-11-29 17:15:13
## 1347 2022-11-29 17:15:10
## 1348 2022-11-29 17:14:45
## 1349 2022-11-29 17:14:13
## 1350 2022-11-29 17:14:11
## 1351 2022-11-29 17:13:15
## 1352 2022-11-29 17:13:13
## 1353 2022-11-29 17:13:10
## 1354 2022-11-29 17:13:10
## 1355 2022-11-29 17:13:06
## 1356 2022-11-29 17:12:32
## 1357 2022-11-29 17:11:57
## 1358 2022-11-29 17:11:01
## 1359 2022-11-29 17:11:00
## 1360 2022-11-29 17:10:58
## 1361 2022-11-29 17:10:52
## 1362 2022-11-29 17:10:30
## 1363 2022-11-29 17:10:09
## 1364 2022-11-29 17:09:59
## 1365 2022-11-29 17:09:42
## 1366 2022-11-29 17:09:38
## 1367 2022-11-29 17:08:10
## 1368 2022-11-29 17:07:44
## 1369 2022-11-29 17:06:10
## 1370 2022-11-29 17:06:06
## 1371 2022-11-29 17:05:57
## 1372 2022-11-29 17:05:19
## 1373 2022-11-29 17:05:04
## 1374 2022-11-29 17:04:32
## 1375 2022-11-29 17:04:06
## 1376 2022-11-29 17:04:00
## 1377 2022-11-29 17:03:59
## 1378 2022-11-29 17:03:27
## 1379 2022-11-29 17:03:07
## 1380 2022-11-29 17:03:06
## 1381 2022-11-29 17:02:38
## 1382 2022-11-29 17:02:24
## 1383 2022-11-29 17:02:10
## 1384 2022-11-29 17:01:52
## 1385 2022-11-29 17:01:48
## 1386 2022-11-29 17:01:00
## 1387 2022-11-29 17:00:52
## 1388 2022-11-29 17:00:36
## 1389 2022-11-29 17:00:33
## 1390 2022-11-29 16:59:53
## 1391 2022-11-29 16:59:52
## 1392 2022-11-29 16:59:12
## 1393 2022-11-29 16:59:04
## 1394 2022-11-29 16:58:59
## 1395 2022-11-29 16:58:55
## 1396 2022-11-29 16:58:42
## 1397 2022-11-29 16:57:56
## 1398 2022-11-29 16:57:24
## 1399 2022-11-29 16:56:03
## 1400 2022-11-29 16:55:41
## 1401 2022-11-29 16:54:43
## 1402 2022-11-29 16:54:42
## 1403 2022-11-29 16:53:38
## 1404 2022-11-29 16:53:21
## 1405 2022-11-29 16:53:08
## 1406 2022-11-29 16:52:58
## 1407 2022-11-29 16:52:57
## 1408 2022-11-29 16:52:43
## 1409 2022-11-29 16:51:58
## 1410 2022-11-29 16:51:14
## 1411 2022-11-29 16:50:50
## 1412 2022-11-29 16:50:41
## 1413 2022-11-29 16:50:06
## 1414 2022-11-29 16:50:06
## 1415 2022-11-29 16:49:43
## 1416 2022-11-29 16:49:14
## 1417 2022-11-29 16:48:52
## 1418 2022-11-29 16:48:39
## 1419 2022-11-29 16:47:56
## 1420 2022-11-29 16:47:03
## 1421 2022-11-29 16:46:13
## 1422 2022-11-29 16:45:38
## 1423 2022-11-29 16:44:46
## 1424 2022-11-29 16:44:35
## 1425 2022-11-29 16:44:29
## 1426 2022-11-29 16:43:36
## 1427 2022-11-29 16:43:22
## 1428 2022-11-29 16:42:56
## 1429 2022-11-29 16:42:53
## 1430 2022-11-29 16:42:49
## 1431 2022-11-29 16:42:12
## 1432 2022-11-29 16:41:43
## 1433 2022-11-29 16:41:37
## 1434 2022-11-29 16:41:14
## 1435 2022-11-29 16:41:09
## 1436 2022-11-29 16:40:38
## 1437 2022-11-29 16:40:33
## 1438 2022-11-29 16:40:09
## 1439 2022-11-29 16:39:55
## 1440 2022-11-29 16:39:45
## 1441 2022-11-29 16:39:02
## 1442 2022-11-29 16:39:00
## 1443 2022-11-29 16:38:25
## 1444 2022-11-29 16:38:16
## 1445 2022-11-29 16:38:07
## 1446 2022-11-29 16:36:48
## 1447 2022-11-29 16:36:47
## 1448 2022-11-29 16:36:37
## 1449 2022-11-29 16:35:48
## 1450 2022-11-29 16:35:30
## 1451 2022-11-29 16:35:01
## 1452 2022-11-29 16:34:58
## 1453 2022-11-29 16:34:31
## 1454 2022-11-29 16:33:57
## 1455 2022-11-29 16:33:47
## 1456 2022-11-29 16:33:41
## 1457 2022-11-29 16:33:31
## 1458 2022-11-29 16:33:27
## 1459 2022-11-29 16:33:26
## 1460 2022-11-29 16:33:17
## 1461 2022-11-29 16:32:52
## 1462 2022-11-29 16:32:43
## 1463 2022-11-29 16:31:52
## 1464 2022-11-29 16:31:51
## 1465 2022-11-29 16:31:38
## 1466 2022-11-29 16:31:17
## 1467 2022-11-29 16:30:43
## 1468 2022-11-29 16:30:13
## 1469 2022-11-29 16:29:59
## 1470 2022-11-29 16:29:31
## 1471 2022-11-29 16:29:19
## 1472 2022-11-29 16:28:40
## 1473 2022-11-29 16:28:38
## 1474 2022-11-29 16:28:28
## 1475 2022-11-29 16:28:05
## 1476 2022-11-29 16:27:57
## 1477 2022-11-29 16:26:34
## 1478 2022-11-29 16:25:56
## 1479 2022-11-29 16:25:43
## 1480 2022-11-29 16:25:36
## 1481 2022-11-29 16:25:28
## 1482 2022-11-29 16:24:24
## 1483 2022-11-29 16:24:22
## 1484 2022-11-29 16:24:06
## 1485 2022-11-29 16:23:52
## 1486 2022-11-29 16:23:25
## 1487 2022-11-29 16:23:15
## 1488 2022-11-29 16:22:14
## 1489 2022-11-29 16:22:03
## 1490 2022-11-29 16:21:40
## 1491 2022-11-29 16:21:36
## 1492 2022-11-29 16:21:34
## 1493 2022-11-29 16:21:11
## 1494 2022-11-29 16:21:10
## 1495 2022-11-29 16:21:09
## 1496 2022-11-29 16:21:01
## 1497 2022-11-29 16:20:48
## 1498 2022-11-29 16:20:29
## 1499 2022-11-29 16:20:15
## 1500 2022-11-29 16:20:13
## 1501 2022-11-29 16:20:00
## 1502 2022-11-29 16:19:37
## 1503 2022-11-29 16:19:36
## 1504 2022-11-29 16:19:32
## 1505 2022-11-29 16:19:21
## 1506 2022-11-29 16:19:07
## 1507 2022-11-29 16:18:59
## 1508 2022-11-29 16:18:59
## 1509 2022-11-29 16:18:49
## 1510 2022-11-29 16:18:38
## 1511 2022-11-29 16:18:31
## 1512 2022-11-29 16:18:29
## 1513 2022-11-29 16:18:22
## 1514 2022-11-29 16:18:14
## 1515 2022-11-29 16:17:51
## 1516 2022-11-29 16:17:47
## 1517 2022-11-29 16:17:43
## 1518 2022-11-29 16:17:10
## 1519 2022-11-29 16:17:07
## 1520 2022-11-29 16:16:57
## 1521 2022-11-29 16:16:54
## 1522 2022-11-29 16:16:32
## 1523 2022-11-29 16:16:20
## 1524 2022-11-29 16:16:16
## 1525 2022-11-29 16:15:44
## 1526 2022-11-29 16:15:37
## 1527 2022-11-29 16:15:30
## 1528 2022-11-29 16:15:21
## 1529 2022-11-29 16:15:09
## 1530 2022-11-29 16:15:04
## 1531 2022-11-29 16:15:02
## 1532 2022-11-29 16:14:57
## 1533 2022-11-29 16:14:54
## 1534 2022-11-29 16:14:52
## 1535 2022-11-29 16:14:48
## 1536 2022-11-29 16:14:45
## 1537 2022-11-29 16:14:40
## 1538 2022-11-29 16:14:33
## 1539 2022-11-29 16:14:22
## 1540 2022-11-29 16:14:05
## 1541 2022-11-29 16:14:04
## 1542 2022-11-29 16:14:01
## 1543 2022-11-29 16:13:59
## 1544 2022-11-29 16:13:56
## 1545 2022-11-29 16:13:47
## 1546 2022-11-29 16:13:33
## 1547 2022-11-29 16:13:30
## 1548 2022-11-29 16:13:27
## 1549 2022-11-29 16:13:18
## 1550 2022-11-29 16:13:11
## 1551 2022-11-29 16:13:11
## 1552 2022-11-29 16:13:03
## 1553 2022-11-29 16:12:56
## 1554 2022-11-29 16:12:24
## 1555 2022-11-29 16:12:21
## 1556 2022-11-29 16:12:09
## 1557 2022-11-29 16:12:03
## 1558 2022-11-29 16:11:57
## 1559 2022-11-29 16:11:45
## 1560 2022-11-29 16:11:21
## 1561 2022-11-29 16:11:20
## 1562 2022-11-29 16:11:13
## 1563 2022-11-29 16:11:01
## 1564 2022-11-29 16:10:48
## 1565 2022-11-29 16:10:37
## 1566 2022-11-29 16:10:36
## 1567 2022-11-29 16:10:36
## 1568 2022-11-29 16:10:24
## 1569 2022-11-29 16:10:22
## 1570 2022-11-29 16:10:17
## 1571 2022-11-29 16:10:12
## 1572 2022-11-29 16:10:11
## 1573 2022-11-29 16:10:01
## 1574 2022-11-29 16:09:55
## 1575 2022-11-29 16:09:48
## 1576 2022-11-29 16:09:46
## 1577 2022-11-29 16:09:40
## 1578 2022-11-29 16:09:26
## 1579 2022-11-29 16:09:22
## 1580 2022-11-29 16:08:47
## 1581 2022-11-29 16:08:47
## 1582 2022-11-29 16:08:46
## 1583 2022-11-29 16:08:40
## 1584 2022-11-29 16:08:25
## 1585 2022-11-29 16:08:12
## 1586 2022-11-29 16:08:06
## 1587 2022-11-29 16:07:47
## 1588 2022-11-29 16:07:44
## 1589 2022-11-29 16:06:27
## 1590 2022-11-29 16:04:51
## 1591 2022-11-29 16:04:26
## 1592 2022-11-29 16:03:26
## 1593 2022-11-29 16:03:05
## 1594 2022-11-29 16:02:55
## 1595 2022-11-29 16:02:53
## 1596 2022-11-29 16:02:44
## 1597 2022-11-29 16:02:39
## 1598 2022-11-29 16:01:35
## 1599 2022-11-29 16:00:18
## 1600 2022-11-29 16:00:08
## 1601 2022-11-29 16:00:02
## 1602 2022-11-29 15:59:19
## 1603 2022-11-29 15:58:25
## 1604 2022-11-29 15:58:17
## 1605 2022-11-29 15:57:37
## 1606 2022-11-29 15:57:25
## 1607 2022-11-29 15:57:18
## 1608 2022-11-29 15:57:05
## 1609 2022-11-29 15:56:14
## 1610 2022-11-29 15:55:58
## 1611 2022-11-29 15:55:49
## 1612 2022-11-29 15:55:43
## 1613 2022-11-29 15:55:19
## 1614 2022-11-29 15:54:43
## 1615 2022-11-29 15:53:52
## 1616 2022-11-29 15:53:43
## 1617 2022-11-29 15:53:16
## 1618 2022-11-29 15:53:06
## 1619 2022-11-29 15:52:59
## 1620 2022-11-29 15:52:49
## 1621 2022-11-29 15:52:20
## 1622 2022-11-29 15:51:30
## 1623 2022-11-29 15:51:08
## 1624 2022-11-29 15:50:20
## 1625 2022-11-29 15:50:18
## 1626 2022-11-29 15:49:57
## 1627 2022-11-29 15:49:53
## 1628 2022-11-29 15:49:51
## 1629 2022-11-29 15:49:45
## 1630 2022-11-29 15:49:15
## 1631 2022-11-29 15:48:56
## 1632 2022-11-29 15:48:51
## 1633 2022-11-29 15:48:36
## 1634 2022-11-29 15:48:28
## 1635 2022-11-29 15:47:08
## 1636 2022-11-29 15:47:00
## 1637 2022-11-29 15:46:59
## 1638 2022-11-29 15:46:55
## 1639 2022-11-29 15:46:24
## 1640 2022-11-29 15:46:17
## 1641 2022-11-29 15:45:12
## 1642 2022-11-29 15:44:43
## 1643 2022-11-29 15:44:26
## 1644 2022-11-29 15:44:14
## 1645 2022-11-29 15:44:13
## 1646 2022-11-29 15:43:50
## 1647 2022-11-29 15:43:40
## 1648 2022-11-29 15:43:29
## 1649 2022-11-29 15:43:28
## 1650 2022-11-29 15:43:20
## 1651 2022-11-29 15:43:04
## 1652 2022-11-29 15:43:02
## 1653 2022-11-29 15:42:45
## 1654 2022-11-29 15:42:32
## 1655 2022-11-29 15:42:28
## 1656 2022-11-29 15:42:14
## 1657 2022-11-29 15:42:08
## 1658 2022-11-29 15:41:44
## 1659 2022-11-29 15:41:24
## 1660 2022-11-29 15:41:10
## 1661 2022-11-29 15:40:59
## 1662 2022-11-29 15:40:03
## 1663 2022-11-29 15:40:01
## 1664 2022-11-29 15:39:26
## 1665 2022-11-29 15:39:23
## 1666 2022-11-29 15:39:21
## 1667 2022-11-29 15:39:16
## 1668 2022-11-29 15:39:02
## 1669 2022-11-29 15:38:52
## 1670 2022-11-29 15:38:45
## 1671 2022-11-29 15:38:41
## 1672 2022-11-29 15:38:20
## 1673 2022-11-29 15:38:08
## 1674 2022-11-29 15:38:03
## 1675 2022-11-29 15:37:55
## 1676 2022-11-29 15:37:24
## 1677 2022-11-29 15:37:16
## 1678 2022-11-29 15:36:47
## 1679 2022-11-29 15:36:46
## 1680 2022-11-29 15:36:46
## 1681 2022-11-29 15:36:42
## 1682 2022-11-29 15:36:27
## 1683 2022-11-29 15:36:21
## 1684 2022-11-29 15:35:59
## 1685 2022-11-29 15:35:52
## 1686 2022-11-29 15:35:29
## 1687 2022-11-29 15:35:19
## 1688 2022-11-29 15:35:17
## 1689 2022-11-29 15:35:14
## 1690 2022-11-29 15:35:12
## 1691 2022-11-29 15:34:56
## 1692 2022-11-29 15:34:42
## 1693 2022-11-29 15:34:36
## 1694 2022-11-29 15:34:18
## 1695 2022-11-29 15:34:18
## 1696 2022-11-29 15:34:12
## 1697 2022-11-29 15:33:53
## 1698 2022-11-29 15:33:26
## 1699 2022-11-29 15:33:21
## 1700 2022-11-29 15:32:58
## 1701 2022-11-29 15:32:35
## 1702 2022-11-29 15:32:24
## 1703 2022-11-29 15:32:13
## 1704 2022-11-29 15:32:05
## 1705 2022-11-29 15:30:48
## 1706 2022-11-29 15:30:44
## 1707 2022-11-29 15:30:43
## 1708 2022-11-29 15:30:30
## 1709 2022-11-29 15:30:07
## 1710 2022-11-29 15:29:51
## 1711 2022-11-29 15:29:35
## 1712 2022-11-29 15:29:14
## 1713 2022-11-29 15:29:09
## 1714 2022-11-29 15:29:07
## 1715 2022-11-29 15:28:52
## 1716 2022-11-29 15:28:36
## 1717 2022-11-29 15:28:34
## 1718 2022-11-29 15:28:25
## 1719 2022-11-29 15:28:19
## 1720 2022-11-29 15:28:17
## 1721 2022-11-29 15:28:15
## 1722 2022-11-29 15:28:13
## 1723 2022-11-29 15:27:51
## 1724 2022-11-29 15:27:35
## 1725 2022-11-29 15:27:30
## 1726 2022-11-29 15:27:27
## 1727 2022-11-29 15:26:54
## 1728 2022-11-29 15:26:32
## 1729 2022-11-29 15:26:27
## 1730 2022-11-29 15:26:25
## 1731 2022-11-29 15:26:18
## 1732 2022-11-29 15:25:54
## 1733 2022-11-29 15:25:44
## 1734 2022-11-29 15:25:39
## 1735 2022-11-29 15:25:22
## 1736 2022-11-29 15:25:04
## 1737 2022-11-29 15:25:02
## 1738 2022-11-29 15:25:02
## 1739 2022-11-29 15:24:46
## 1740 2022-11-29 15:24:39
## 1741 2022-11-29 15:24:30
## 1742 2022-11-29 15:24:26
## 1743 2022-11-29 15:24:22
## 1744 2022-11-29 15:24:21
## 1745 2022-11-29 15:24:07
## 1746 2022-11-29 15:24:05
## 1747 2022-11-29 15:23:43
## 1748 2022-11-29 15:23:36
## 1749 2022-11-29 15:23:24
## 1750 2022-11-29 15:23:14
## 1751 2022-11-29 15:23:13
## 1752 2022-11-29 15:22:43
## 1753 2022-11-29 15:22:21
## 1754 2022-11-29 15:22:11
## 1755 2022-11-29 15:21:19
## 1756 2022-11-29 15:21:08
## 1757 2022-11-29 15:20:29
## 1758 2022-11-29 15:20:29
## 1759 2022-11-29 15:20:22
## 1760 2022-11-29 15:20:10
## 1761 2022-11-29 15:20:05
## 1762 2022-11-29 15:19:46
## 1763 2022-11-29 15:19:39
## 1764 2022-11-29 15:19:31
## 1765 2022-11-29 15:19:20
## 1766 2022-11-29 15:19:19
## 1767 2022-11-29 15:19:00
## 1768 2022-11-29 15:18:36
## 1769 2022-11-29 15:18:19
## 1770 2022-11-29 15:18:02
## 1771 2022-11-29 15:17:42
## 1772 2022-11-29 15:17:32
## 1773 2022-11-29 15:17:02
## 1774 2022-11-29 15:16:45
## 1775 2022-11-29 15:16:24
## 1776 2022-11-29 15:16:23
## 1777 2022-11-29 15:16:19
## 1778 2022-11-29 15:15:59
## 1779 2022-11-29 15:15:54
## 1780 2022-11-29 15:15:46
## 1781 2022-11-29 15:15:44
## 1782 2022-11-29 15:15:40
## 1783 2022-11-29 15:15:29
## 1784 2022-11-29 15:15:16
## 1785 2022-11-29 15:15:01
## 1786 2022-11-29 15:14:30
## 1787 2022-11-29 15:14:29
## 1788 2022-11-29 15:13:59
## 1789 2022-11-29 15:13:40
## 1790 2022-11-29 15:13:22
## 1791 2022-11-29 15:13:05
## 1792 2022-11-29 15:13:03
## 1793 2022-11-29 15:12:53
## 1794 2022-11-29 15:12:08
## 1795 2022-11-29 15:12:03
## 1796 2022-11-29 15:12:01
## 1797 2022-11-29 15:11:46
## 1798 2022-11-29 15:11:46
## 1799 2022-11-29 15:11:33
## 1800 2022-11-29 15:11:31
## 1801 2022-11-29 15:11:28
## 1802 2022-11-29 15:11:27
## 1803 2022-11-29 15:11:15
## 1804 2022-11-29 15:11:12
## 1805 2022-11-29 15:11:00
## 1806 2022-11-29 15:10:58
## 1807 2022-11-29 15:10:26
## 1808 2022-11-29 15:10:20
## 1809 2022-11-29 15:10:11
## 1810 2022-11-29 15:09:42
## 1811 2022-11-29 15:09:38
## 1812 2022-11-29 15:09:37
## 1813 2022-11-29 15:09:23
## 1814 2022-11-29 15:09:17
## 1815 2022-11-29 15:08:56
## 1816 2022-11-29 15:08:26
## 1817 2022-11-29 15:08:24
## 1818 2022-11-29 15:08:05
## 1819 2022-11-29 15:07:57
## 1820 2022-11-29 15:07:39
## 1821 2022-11-29 15:06:58
## 1822 2022-11-29 15:06:19
## 1823 2022-11-29 15:06:12
## 1824 2022-11-29 15:06:06
## 1825 2022-11-29 15:05:48
## 1826 2022-11-29 15:05:48
## 1827 2022-11-29 15:05:41
## 1828 2022-11-29 15:05:35
## 1829 2022-11-29 15:05:09
## 1830 2022-11-29 15:05:08
## 1831 2022-11-29 15:05:07
## 1832 2022-11-29 15:05:04
## 1833 2022-11-29 15:04:54
## 1834 2022-11-29 15:04:48
## 1835 2022-11-29 15:04:07
## 1836 2022-11-29 15:03:34
## 1837 2022-11-29 15:03:31
## 1838 2022-11-29 15:03:17
## 1839 2022-11-29 15:02:49
## 1840 2022-11-29 15:02:29
## 1841 2022-11-29 15:02:04
## 1842 2022-11-29 15:01:27
## 1843 2022-11-29 15:01:20
## 1844 2022-11-29 15:00:27
## 1845 2022-11-29 14:59:46
## 1846 2022-11-29 14:59:41
## 1847 2022-11-29 14:59:28
## 1848 2022-11-29 14:59:10
## 1849 2022-11-29 14:58:56
## 1850 2022-11-29 14:58:51
## 1851 2022-11-29 14:58:46
## 1852 2022-11-29 14:58:32
## 1853 2022-11-29 14:58:25
## 1854 2022-11-29 14:58:15
## 1855 2022-11-29 14:57:57
## 1856 2022-11-29 14:57:56
## 1857 2022-11-29 14:57:35
## 1858 2022-11-29 14:57:35
## 1859 2022-11-29 14:57:28
## 1860 2022-11-29 14:57:27
## 1861 2022-11-29 14:57:26
## 1862 2022-11-29 14:57:24
## 1863 2022-11-29 14:57:18
## 1864 2022-11-29 14:57:15
## 1865 2022-11-29 14:57:03
## 1866 2022-11-29 14:56:58
## 1867 2022-11-29 14:56:57
## 1868 2022-11-29 14:56:49
## 1869 2022-11-29 14:56:49
## 1870 2022-11-29 14:56:48
## 1871 2022-11-29 14:56:47
## 1872 2022-11-29 14:56:35
## 1873 2022-11-29 14:56:22
## 1874 2022-11-29 14:56:15
## 1875 2022-11-29 14:55:52
## 1876 2022-11-29 14:55:49
## 1877 2022-11-29 14:55:23
## 1878 2022-11-29 14:55:04
## 1879 2022-11-29 14:54:37
## 1880 2022-11-29 14:54:33
## 1881 2022-11-29 14:54:18
## 1882 2022-11-29 14:54:17
## 1883 2022-11-29 14:54:15
## 1884 2022-11-29 14:53:24
## 1885 2022-11-29 14:53:05
## 1886 2022-11-29 14:53:01
## 1887 2022-11-29 14:52:14
## 1888 2022-11-29 14:51:44
## 1889 2022-11-29 14:51:21
## 1890 2022-11-29 14:51:21
## 1891 2022-11-29 14:51:18
## 1892 2022-11-29 14:51:02
## 1893 2022-11-29 14:50:49
## 1894 2022-11-29 14:50:45
## 1895 2022-11-29 14:50:19
## 1896 2022-11-29 14:50:12
## 1897 2022-11-29 14:50:10
## 1898 2022-11-29 14:49:55
## 1899 2022-11-29 14:49:26
## 1900 2022-11-29 14:49:24
## 1901 2022-11-29 14:49:08
## 1902 2022-11-29 14:48:49
## 1903 2022-11-29 14:48:42
## 1904 2022-11-29 14:48:11
## 1905 2022-11-29 14:48:06
## 1906 2022-11-29 14:47:50
## 1907 2022-11-29 14:47:49
## 1908 2022-11-29 14:47:35
## 1909 2022-11-29 14:47:30
## 1910 2022-11-29 14:47:20
## 1911 2022-11-29 14:47:18
## 1912 2022-11-29 14:47:09
## 1913 2022-11-29 14:47:07
## 1914 2022-11-29 14:46:55
## 1915 2022-11-29 14:46:38
## 1916 2022-11-29 14:46:18
## 1917 2022-11-29 14:46:17
## 1918 2022-11-29 14:46:16
## 1919 2022-11-29 14:46:10
## 1920 2022-11-29 14:45:53
## 1921 2022-11-29 14:45:53
## 1922 2022-11-29 14:45:51
## 1923 2022-11-29 14:45:45
## 1924 2022-11-29 14:45:30
## 1925 2022-11-29 14:45:28
## 1926 2022-11-29 14:45:15
## 1927 2022-11-29 14:45:02
## 1928 2022-11-29 14:45:00
## 1929 2022-11-29 14:44:42
## 1930 2022-11-29 14:44:38
## 1931 2022-11-29 14:44:26
## 1932 2022-11-29 14:44:22
## 1933 2022-11-29 14:44:10
## 1934 2022-11-29 14:43:53
## 1935 2022-11-29 14:43:32
## 1936 2022-11-29 14:43:31
## 1937 2022-11-29 14:43:26
## 1938 2022-11-29 14:42:58
## 1939 2022-11-29 14:42:44
## 1940 2022-11-29 14:42:36
## 1941 2022-11-29 14:42:29
## 1942 2022-11-29 14:42:22
## 1943 2022-11-29 14:42:15
## 1944 2022-11-29 14:42:15
## 1945 2022-11-29 14:42:13
## 1946 2022-11-29 14:41:49
## 1947 2022-11-29 14:41:47
## 1948 2022-11-29 14:41:43
## 1949 2022-11-29 14:41:25
## 1950 2022-11-29 14:41:03
## 1951 2022-11-29 14:40:31
## 1952 2022-11-29 14:40:03
## 1953 2022-11-29 14:39:56
## 1954 2022-11-29 14:39:56
## 1955 2022-11-29 14:39:24
## 1956 2022-11-29 14:39:10
## 1957 2022-11-29 14:39:09
## 1958 2022-11-29 14:39:03
## 1959 2022-11-29 14:39:02
## 1960 2022-11-29 14:38:51
## 1961 2022-11-29 14:38:51
## 1962 2022-11-29 14:37:49
## 1963 2022-11-29 14:37:38
## 1964 2022-11-29 14:37:20
## 1965 2022-11-29 14:37:17
## 1966 2022-11-29 14:37:17
## 1967 2022-11-29 14:37:11
## 1968 2022-11-29 14:36:59
## 1969 2022-11-29 14:36:41
## 1970 2022-11-29 14:36:24
## 1971 2022-11-29 14:36:12
## 1972 2022-11-29 14:36:08
## 1973 2022-11-29 14:36:05
## 1974 2022-11-29 14:36:04
## 1975 2022-11-29 14:35:56
## 1976 2022-11-29 14:35:21
## 1977 2022-11-29 14:35:19
## 1978 2022-11-29 14:35:18
## 1979 2022-11-29 14:35:03
## 1980 2022-11-29 14:34:58
## 1981 2022-11-29 14:34:56
## 1982 2022-11-29 14:34:51
## 1983 2022-11-29 14:34:27
## 1984 2022-11-29 14:34:18
## 1985 2022-11-29 14:34:03
## 1986 2022-11-29 14:33:38
## 1987 2022-11-29 14:33:33
## 1988 2022-11-29 14:33:20
## 1989 2022-11-29 14:32:38
## 1990 2022-11-29 14:32:34
## 1991 2022-11-29 14:32:27
## 1992 2022-11-29 14:32:18
## 1993 2022-11-29 14:32:09
## 1994 2022-11-29 14:31:58
## 1995 2022-11-29 14:31:52
## 1996 2022-11-29 14:31:29
## 1997 2022-11-29 14:31:24
## 1998 2022-11-29 14:30:59
## 1999 2022-11-29 14:30:59
## 2000 2022-11-29 14:30:47
## 2001 2022-11-29 14:30:44
## 2002 2022-11-29 14:30:39
## 2003 2022-11-29 14:30:19
## 2004 2022-11-29 14:30:12
## 2005 2022-11-29 14:29:55
## 2006 2022-11-29 14:29:43
## 2007 2022-11-29 14:29:28
## 2008 2022-11-29 14:29:22
## 2009 2022-11-29 14:29:01
## 2010 2022-11-29 14:28:49
## 2011 2022-11-29 14:28:39
## 2012 2022-11-29 14:28:32
## 2013 2022-11-29 14:28:25
## 2014 2022-11-29 14:27:37
## 2015 2022-11-29 14:27:25
## 2016 2022-11-29 14:26:59
## 2017 2022-11-29 14:26:36
## 2018 2022-11-29 14:26:28
## 2019 2022-11-29 14:26:02
## 2020 2022-11-29 14:25:52
## 2021 2022-11-29 14:25:51
## 2022 2022-11-29 14:25:43
## 2023 2022-11-29 14:25:33
## 2024 2022-11-29 14:25:09
## 2025 2022-11-29 14:25:03
## 2026 2022-11-29 14:24:57
## 2027 2022-11-29 14:24:55
## 2028 2022-11-29 14:24:36
## 2029 2022-11-29 14:24:35
## 2030 2022-11-29 14:24:26
## 2031 2022-11-29 14:23:28
## 2032 2022-11-29 14:23:14
## 2033 2022-11-29 14:22:25
## 2034 2022-11-29 14:21:48
## 2035 2022-11-29 14:21:44
## 2036 2022-11-29 14:21:27
## 2037 2022-11-29 14:21:16
## 2038 2022-11-29 14:21:15
## 2039 2022-11-29 14:20:54
## 2040 2022-11-29 14:20:39
## 2041 2022-11-29 14:20:35
## 2042 2022-11-29 14:20:27
## 2043 2022-11-29 14:20:26
## 2044 2022-11-29 14:20:25
## 2045 2022-11-29 14:20:22
## 2046 2022-11-29 14:20:19
## 2047 2022-11-29 14:20:16
## 2048 2022-11-29 14:20:16
## 2049 2022-11-29 14:20:05
## 2050 2022-11-29 14:19:51
## 2051 2022-11-29 14:19:39
## 2052 2022-11-29 14:19:27
## 2053 2022-11-29 14:19:25
## 2054 2022-11-29 14:19:22
## 2055 2022-11-29 14:18:59
## 2056 2022-11-29 14:18:47
## 2057 2022-11-29 14:18:43
## 2058 2022-11-29 14:18:41
## 2059 2022-11-29 14:18:40
## 2060 2022-11-29 14:18:24
## 2061 2022-11-29 14:18:15
## 2062 2022-11-29 14:17:41
## 2063 2022-11-29 14:17:32
## 2064 2022-11-29 14:17:10
## 2065 2022-11-29 14:17:09
## 2066 2022-11-29 14:16:49
## 2067 2022-11-29 14:15:26
## 2068 2022-11-29 14:15:21
## 2069 2022-11-29 14:15:03
## 2070 2022-11-29 14:14:25
## 2071 2022-11-29 14:14:16
## 2072 2022-11-29 14:13:39
## 2073 2022-11-29 14:13:05
## 2074 2022-11-29 14:13:03
## 2075 2022-11-29 14:12:03
## 2076 2022-11-29 14:12:00
## 2077 2022-11-29 14:11:21
## 2078 2022-11-29 14:11:12
## 2079 2022-11-29 14:11:07
## 2080 2022-11-29 14:11:02
## 2081 2022-11-29 14:10:57
## 2082 2022-11-29 14:10:36
## 2083 2022-11-29 14:10:06
## 2084 2022-11-29 14:10:00
## 2085 2022-11-29 14:09:54
## 2086 2022-11-29 14:09:46
## 2087 2022-11-29 14:09:16
## 2088 2022-11-29 14:08:03
## 2089 2022-11-29 14:07:45
## 2090 2022-11-29 14:07:26
## 2091 2022-11-29 14:06:58
## 2092 2022-11-29 14:06:54
## 2093 2022-11-29 14:06:50
## 2094 2022-11-29 14:06:06
## 2095 2022-11-29 14:05:58
## 2096 2022-11-29 14:05:56
## 2097 2022-11-29 14:05:52
## 2098 2022-11-29 14:04:20
## 2099 2022-11-29 14:03:53
## 2100 2022-11-29 14:03:32
## 2101 2022-11-29 14:03:25
## 2102 2022-11-29 14:03:14
## 2103 2022-11-29 14:03:02
## 2104 2022-11-29 14:02:40
## 2105 2022-11-29 14:01:17
## 2106 2022-11-29 14:01:03
## 2107 2022-11-29 14:00:46
## 2108 2022-11-29 14:00:37
## 2109 2022-11-29 13:59:36
## 2110 2022-11-29 13:59:22
## 2111 2022-11-29 13:59:09
## 2112 2022-11-29 13:58:00
## 2113 2022-11-29 13:57:59
## 2114 2022-11-29 13:57:19
## 2115 2022-11-29 13:57:15
## 2116 2022-11-29 13:57:06
## 2117 2022-11-29 13:56:54
## 2118 2022-11-29 13:56:28
## 2119 2022-11-29 13:56:25
## 2120 2022-11-29 13:56:24
## 2121 2022-11-29 13:56:22
## 2122 2022-11-29 13:56:15
## 2123 2022-11-29 13:55:30
## 2124 2022-11-29 13:55:05
## 2125 2022-11-29 13:55:00
## 2126 2022-11-29 13:54:55
## 2127 2022-11-29 13:54:34
## 2128 2022-11-29 13:54:28
## 2129 2022-11-29 13:54:27
## 2130 2022-11-29 13:53:39
## 2131 2022-11-29 13:52:32
## 2132 2022-11-29 13:52:06
## 2133 2022-11-29 13:51:40
## 2134 2022-11-29 13:51:26
## 2135 2022-11-29 13:50:47
## 2136 2022-11-29 13:50:10
## 2137 2022-11-29 13:50:00
## 2138 2022-11-29 13:48:47
## 2139 2022-11-29 13:48:35
## 2140 2022-11-29 13:48:15
## 2141 2022-11-29 13:48:13
## 2142 2022-11-29 13:47:56
## 2143 2022-11-29 13:47:49
## 2144 2022-11-29 13:47:23
## 2145 2022-11-29 13:47:22
## 2146 2022-11-29 13:47:17
## 2147 2022-11-29 13:47:10
## 2148 2022-11-29 13:46:18
## 2149 2022-11-29 13:46:17
## 2150 2022-11-29 13:46:11
## 2151 2022-11-29 13:45:53
## 2152 2022-11-29 13:45:23
## 2153 2022-11-29 13:44:02
## 2154 2022-11-29 13:43:09
## 2155 2022-11-29 13:42:15
## 2156 2022-11-29 13:42:05
## 2157 2022-11-29 13:41:25
## 2158 2022-11-29 13:41:06
## 2159 2022-11-29 13:41:00
## 2160 2022-11-29 13:40:49
## 2161 2022-11-29 13:40:40
## 2162 2022-11-29 13:40:12
## 2163 2022-11-29 13:39:55
## 2164 2022-11-29 13:39:52
## 2165 2022-11-29 13:39:41
## 2166 2022-11-29 13:39:31
## 2167 2022-11-29 13:39:16
## 2168 2022-11-29 13:39:12
## 2169 2022-11-29 13:39:07
## 2170 2022-11-29 13:38:46
## 2171 2022-11-29 13:38:42
## 2172 2022-11-29 13:38:39
## 2173 2022-11-29 13:38:03
## 2174 2022-11-29 13:37:33
## 2175 2022-11-29 13:37:29
## 2176 2022-11-29 13:37:02
## 2177 2022-11-29 13:36:51
## 2178 2022-11-29 13:36:43
## 2179 2022-11-29 13:36:19
## 2180 2022-11-29 13:36:10
## 2181 2022-11-29 13:36:08
## 2182 2022-11-29 13:36:03
## 2183 2022-11-29 13:35:49
## 2184 2022-11-29 13:35:29
## 2185 2022-11-29 13:35:26
## 2186 2022-11-29 13:34:57
## 2187 2022-11-29 13:34:52
## 2188 2022-11-29 13:34:41
## 2189 2022-11-29 13:34:28
## 2190 2022-11-29 13:34:23
## 2191 2022-11-29 13:33:53
## 2192 2022-11-29 13:33:46
## 2193 2022-11-29 13:33:43
## 2194 2022-11-29 13:33:17
## 2195 2022-11-29 13:32:53
## 2196 2022-11-29 13:32:38
## 2197 2022-11-29 13:32:14
## 2198 2022-11-29 13:31:52
## 2199 2022-11-29 13:31:37
## 2200 2022-11-29 13:31:25
## 2201 2022-11-29 13:31:02
## 2202 2022-11-29 13:30:59
## 2203 2022-11-29 13:30:31
## 2204 2022-11-29 13:29:57
## 2205 2022-11-29 13:29:56
## 2206 2022-11-29 13:29:55
## 2207 2022-11-29 13:29:52
## 2208 2022-11-29 13:29:40
## 2209 2022-11-29 13:29:28
## 2210 2022-11-29 13:29:19
## 2211 2022-11-29 13:28:58
## 2212 2022-11-29 13:28:49
## 2213 2022-11-29 13:28:26
## 2214 2022-11-29 13:28:10
## 2215 2022-11-29 13:28:03
## 2216 2022-11-29 13:27:59
## 2217 2022-11-29 13:27:58
## 2218 2022-11-29 13:27:57
## 2219 2022-11-29 13:27:50
## 2220 2022-11-29 13:27:31
## 2221 2022-11-29 13:27:15
## 2222 2022-11-29 13:27:11
## 2223 2022-11-29 13:26:56
## 2224 2022-11-29 13:26:36
## 2225 2022-11-29 13:26:32
## 2226 2022-11-29 13:26:23
## 2227 2022-11-29 13:26:22
## 2228 2022-11-29 13:26:17
## 2229 2022-11-29 13:26:12
## 2230 2022-11-29 13:25:38
## 2231 2022-11-29 13:25:13
## 2232 2022-11-29 13:24:16
## 2233 2022-11-29 13:24:11
## 2234 2022-11-29 13:24:11
## 2235 2022-11-29 13:24:08
## 2236 2022-11-29 13:24:05
## 2237 2022-11-29 13:24:03
## 2238 2022-11-29 13:23:32
## 2239 2022-11-29 13:23:18
## 2240 2022-11-29 13:22:57
## 2241 2022-11-29 13:22:16
## 2242 2022-11-29 13:22:07
## 2243 2022-11-29 13:22:03
## 2244 2022-11-29 13:21:53
## 2245 2022-11-29 13:21:23
## 2246 2022-11-29 13:21:20
## 2247 2022-11-29 13:20:58
## 2248 2022-11-29 13:20:48
## 2249 2022-11-29 13:20:40
## 2250 2022-11-29 13:20:37
## 2251 2022-11-29 13:20:37
## 2252 2022-11-29 13:20:34
## 2253 2022-11-29 13:20:07
## 2254 2022-11-29 13:19:44
## 2255 2022-11-29 13:19:05
## 2256 2022-11-29 13:18:53
## 2257 2022-11-29 13:18:35
## 2258 2022-11-29 13:18:10
## 2259 2022-11-29 13:18:10
## 2260 2022-11-29 13:18:02
## 2261 2022-11-29 13:17:51
## 2262 2022-11-29 13:16:13
## 2263 2022-11-29 13:15:03
## 2264 2022-11-29 13:14:31
## 2265 2022-11-29 13:14:15
## 2266 2022-11-29 13:13:56
## 2267 2022-11-29 13:13:49
## 2268 2022-11-29 13:13:27
## 2269 2022-11-29 13:13:25
## 2270 2022-11-29 13:12:57
## 2271 2022-11-29 13:12:37
## 2272 2022-11-29 13:12:34
## 2273 2022-11-29 13:12:29
## 2274 2022-11-29 13:12:25
## 2275 2022-11-29 13:12:22
## 2276 2022-11-29 13:12:03
## 2277 2022-11-29 13:11:34
## 2278 2022-11-29 13:11:30
## 2279 2022-11-29 13:11:27
## 2280 2022-11-29 13:11:26
## 2281 2022-11-29 13:11:10
## 2282 2022-11-29 13:11:04
## 2283 2022-11-29 13:11:03
## 2284 2022-11-29 13:10:28
## 2285 2022-11-29 13:10:18
## 2286 2022-11-29 13:10:18
## 2287 2022-11-29 13:10:12
## 2288 2022-11-29 13:10:07
## 2289 2022-11-29 13:10:07
## 2290 2022-11-29 13:09:58
## 2291 2022-11-29 13:09:54
## 2292 2022-11-29 13:09:51
## 2293 2022-11-29 13:09:44
## 2294 2022-11-29 13:09:35
## 2295 2022-11-29 13:09:21
## 2296 2022-11-29 13:09:19
## 2297 2022-11-29 13:09:17
## 2298 2022-11-29 13:09:08
## 2299 2022-11-29 13:08:59
## 2300 2022-11-29 13:08:49
## 2301 2022-11-29 13:08:45
## 2302 2022-11-29 13:08:42
## 2303 2022-11-29 13:08:37
## 2304 2022-11-29 13:07:55
## 2305 2022-11-29 13:07:45
## 2306 2022-11-29 13:07:19
## 2307 2022-11-29 13:07:02
## 2308 2022-11-29 13:06:57
## 2309 2022-11-29 13:06:41
## 2310 2022-11-29 13:06:22
## 2311 2022-11-29 13:06:06
## 2312 2022-11-29 13:05:47
## 2313 2022-11-29 13:05:03
## 2314 2022-11-29 13:04:56
## 2315 2022-11-29 13:04:50
## 2316 2022-11-29 13:04:49
## 2317 2022-11-29 13:04:46
## 2318 2022-11-29 13:04:46
## 2319 2022-11-29 13:04:32
## 2320 2022-11-29 13:04:23
## 2321 2022-11-29 13:04:14
## 2322 2022-11-29 13:03:50
## 2323 2022-11-29 13:03:18
## 2324 2022-11-29 13:03:17
## 2325 2022-11-29 13:03:17
## 2326 2022-11-29 13:03:13
## 2327 2022-11-29 13:02:57
## 2328 2022-11-29 13:02:49
## 2329 2022-11-29 13:02:47
## 2330 2022-11-29 13:02:45
## 2331 2022-11-29 13:02:38
## 2332 2022-11-29 13:02:32
## 2333 2022-11-29 13:02:05
## 2334 2022-11-29 13:02:02
## 2335 2022-11-29 13:01:57
## 2336 2022-11-29 13:01:47
## 2337 2022-11-29 13:01:37
## 2338 2022-11-29 13:01:06
## 2339 2022-11-29 13:00:39
## 2340 2022-11-29 13:00:38
## 2341 2022-11-29 13:00:34
## 2342 2022-11-29 13:00:30
## 2343 2022-11-29 12:59:40
## 2344 2022-11-29 12:59:37
## 2345 2022-11-29 12:59:35
## 2346 2022-11-29 12:59:34
## 2347 2022-11-29 12:59:02
## 2348 2022-11-29 12:58:56
## 2349 2022-11-29 12:58:43
## 2350 2022-11-29 12:58:24
## 2351 2022-11-29 12:58:15
## 2352 2022-11-29 12:58:11
## 2353 2022-11-29 12:57:55
## 2354 2022-11-29 12:57:24
## 2355 2022-11-29 12:57:12
## 2356 2022-11-29 12:56:58
## 2357 2022-11-29 12:56:55
## 2358 2022-11-29 12:56:53
## 2359 2022-11-29 12:56:37
## 2360 2022-11-29 12:56:20
## 2361 2022-11-29 12:56:19
## 2362 2022-11-29 12:55:56
## 2363 2022-11-29 12:55:48
## 2364 2022-11-29 12:55:14
## 2365 2022-11-29 12:55:06
## 2366 2022-11-29 12:54:48
## 2367 2022-11-29 12:54:34
## 2368 2022-11-29 12:54:08
## 2369 2022-11-29 12:53:52
## 2370 2022-11-29 12:53:46
## 2371 2022-11-29 12:53:32
## 2372 2022-11-29 12:53:27
## 2373 2022-11-29 12:53:10
## 2374 2022-11-29 12:52:37
## 2375 2022-11-29 12:52:34
## 2376 2022-11-29 12:52:20
## 2377 2022-11-29 12:52:11
## 2378 2022-11-29 12:51:40
## 2379 2022-11-29 12:51:09
## 2380 2022-11-29 12:51:07
## 2381 2022-11-29 12:50:46
## 2382 2022-11-29 12:50:18
## 2383 2022-11-29 12:50:08
## 2384 2022-11-29 12:49:56
## 2385 2022-11-29 12:49:18
## 2386 2022-11-29 12:49:03
## 2387 2022-11-29 12:48:55
## 2388 2022-11-29 12:48:49
## 2389 2022-11-29 12:48:33
## 2390 2022-11-29 12:48:25
## 2391 2022-11-29 12:48:13
## 2392 2022-11-29 12:48:13
## 2393 2022-11-29 12:48:09
## 2394 2022-11-29 12:47:40
## 2395 2022-11-29 12:47:00
## 2396 2022-11-29 12:46:32
## 2397 2022-11-29 12:46:11
## 2398 2022-11-29 12:46:00
## 2399 2022-11-29 12:45:57
## 2400 2022-11-29 12:45:56
## 2401 2022-11-29 12:45:54
## 2402 2022-11-29 12:45:45
## 2403 2022-11-29 12:45:25
## 2404 2022-11-29 12:45:11
## 2405 2022-11-29 12:44:37
## 2406 2022-11-29 12:44:17
## 2407 2022-11-29 12:43:47
## 2408 2022-11-29 12:43:22
## 2409 2022-11-29 12:43:03
## 2410 2022-11-29 12:42:57
## 2411 2022-11-29 12:42:52
## 2412 2022-11-29 12:42:16
## 2413 2022-11-29 12:41:43
## 2414 2022-11-29 12:40:51
## 2415 2022-11-29 12:40:49
## 2416 2022-11-29 12:40:40
## 2417 2022-11-29 12:40:37
## 2418 2022-11-29 12:40:35
## 2419 2022-11-29 12:40:27
## 2420 2022-11-29 12:40:14
## 2421 2022-11-29 12:40:01
## 2422 2022-11-29 12:39:49
## 2423 2022-11-29 12:39:32
## 2424 2022-11-29 12:39:28
## 2425 2022-11-29 12:39:23
## 2426 2022-11-29 12:38:40
## 2427 2022-11-29 12:38:39
## 2428 2022-11-29 12:38:09
## 2429 2022-11-29 12:37:53
## 2430 2022-11-29 12:37:48
## 2431 2022-11-29 12:37:38
## 2432 2022-11-29 12:36:10
## 2433 2022-11-29 12:36:06
## 2434 2022-11-29 12:36:06
## 2435 2022-11-29 12:36:02
## 2436 2022-11-29 12:35:57
## 2437 2022-11-29 12:35:46
## 2438 2022-11-29 12:35:30
## 2439 2022-11-29 12:35:29
## 2440 2022-11-29 12:35:11
## 2441 2022-11-29 12:35:11
## 2442 2022-11-29 12:35:03
## 2443 2022-11-29 12:34:55
## 2444 2022-11-29 12:34:01
## 2445 2022-11-29 12:33:58
## 2446 2022-11-29 12:33:39
## 2447 2022-11-29 12:33:25
## 2448 2022-11-29 12:33:25
## 2449 2022-11-29 12:33:22
## 2450 2022-11-29 12:33:18
## 2451 2022-11-29 12:33:16
## 2452 2022-11-29 12:32:50
## 2453 2022-11-29 12:32:37
## 2454 2022-11-29 12:32:21
## 2455 2022-11-29 12:32:09
## 2456 2022-11-29 12:31:58
## 2457 2022-11-29 12:31:40
## 2458 2022-11-29 12:31:36
## 2459 2022-11-29 12:31:24
## 2460 2022-11-29 12:31:22
## 2461 2022-11-29 12:31:12
## 2462 2022-11-29 12:31:04
## 2463 2022-11-29 12:30:41
## 2464 2022-11-29 12:30:40
## 2465 2022-11-29 12:30:39
## 2466 2022-11-29 12:30:35
## 2467 2022-11-29 12:30:34
## 2468 2022-11-29 12:30:22
## 2469 2022-11-29 12:30:21
## 2470 2022-11-29 12:30:17
## 2471 2022-11-29 12:30:16
## 2472 2022-11-29 12:30:01
## 2473 2022-11-29 12:29:28
## 2474 2022-11-29 12:29:18
## 2475 2022-11-29 12:28:33
## 2476 2022-11-29 12:28:03
## 2477 2022-11-29 12:27:51
## 2478 2022-11-29 12:27:35
## 2479 2022-11-29 12:27:33
## 2480 2022-11-29 12:27:18
## 2481 2022-11-29 12:26:55
## 2482 2022-11-29 12:26:12
## 2483 2022-11-29 12:25:46
## 2484 2022-11-29 12:24:57
## 2485 2022-11-29 12:24:44
## 2486 2022-11-29 12:24:24
## 2487 2022-11-29 12:23:57
## 2488 2022-11-29 12:23:35
## 2489 2022-11-29 12:23:24
## 2490 2022-11-29 12:22:31
## 2491 2022-11-29 12:22:08
## 2492 2022-11-29 12:21:40
## 2493 2022-11-29 12:21:30
## 2494 2022-11-29 12:21:16
## 2495 2022-11-29 12:21:09
## 2496 2022-11-29 12:21:08
## 2497 2022-11-29 12:21:06
## 2498 2022-11-29 12:20:59
## 2499 2022-11-29 12:20:41
## 2500 2022-11-29 12:20:37
## 2501 2022-11-29 12:20:26
## 2502 2022-11-29 12:20:17
## 2503 2022-11-29 12:19:52
## 2504 2022-11-29 12:19:48
## 2505 2022-11-29 12:19:43
## 2506 2022-11-29 12:19:34
## 2507 2022-11-29 12:19:31
## 2508 2022-11-29 12:19:26
## 2509 2022-11-29 12:18:35
## 2510 2022-11-29 12:18:30
## 2511 2022-11-29 12:18:29
## 2512 2022-11-29 12:18:26
## 2513 2022-11-29 12:18:22
## 2514 2022-11-29 12:18:02
## 2515 2022-11-29 12:17:34
## 2516 2022-11-29 12:17:19
## 2517 2022-11-29 12:17:16
## 2518 2022-11-29 12:17:15
## 2519 2022-11-29 12:16:36
## 2520 2022-11-29 12:15:51
## 2521 2022-11-29 12:15:38
## 2522 2022-11-29 12:15:20
## 2523 2022-11-29 12:15:02
## 2524 2022-11-29 12:14:28
## 2525 2022-11-29 12:14:24
## 2526 2022-11-29 12:13:56
## 2527 2022-11-29 12:12:58
## 2528 2022-11-29 12:12:16
## 2529 2022-11-29 12:12:15
## 2530 2022-11-29 12:11:38
## 2531 2022-11-29 12:11:26
## 2532 2022-11-29 12:11:10
## 2533 2022-11-29 12:11:08
## 2534 2022-11-29 12:11:04
## 2535 2022-11-29 12:11:00
## 2536 2022-11-29 12:10:51
## 2537 2022-11-29 12:10:49
## 2538 2022-11-29 12:10:48
## 2539 2022-11-29 12:10:32
## 2540 2022-11-29 12:10:30
## 2541 2022-11-29 12:09:40
## 2542 2022-11-29 12:09:35
## 2543 2022-11-29 12:09:23
## 2544 2022-11-29 12:09:18
## 2545 2022-11-29 12:08:49
## 2546 2022-11-29 12:08:46
## 2547 2022-11-29 12:08:02
## 2548 2022-11-29 12:07:59
## 2549 2022-11-29 12:07:48
## 2550 2022-11-29 12:07:47
## 2551 2022-11-29 12:07:36
## 2552 2022-11-29 12:07:23
## 2553 2022-11-29 12:07:23
## 2554 2022-11-29 12:06:23
## 2555 2022-11-29 12:06:22
## 2556 2022-11-29 12:05:48
## 2557 2022-11-29 12:05:00
## 2558 2022-11-29 12:04:40
## 2559 2022-11-29 12:04:20
## 2560 2022-11-29 12:03:59
## 2561 2022-11-29 12:03:37
## 2562 2022-11-29 12:01:40
## 2563 2022-11-29 12:01:37
## 2564 2022-11-29 12:01:19
## 2565 2022-11-29 12:00:34
## 2566 2022-11-29 12:00:01
## 2567 2022-11-29 11:59:53
## 2568 2022-11-29 11:57:34
## 2569 2022-11-29 11:57:31
## 2570 2022-11-29 11:57:13
## 2571 2022-11-29 11:56:57
## 2572 2022-11-29 11:56:50
## 2573 2022-11-29 11:56:35
## 2574 2022-11-29 11:56:32
## 2575 2022-11-29 11:56:26
## 2576 2022-11-29 11:56:11
## 2577 2022-11-29 11:55:35
## 2578 2022-11-29 11:55:02
## 2579 2022-11-29 11:54:45
## 2580 2022-11-29 11:54:28
## 2581 2022-11-29 11:54:08
## 2582 2022-11-29 11:53:58
## 2583 2022-11-29 11:53:57
## 2584 2022-11-29 11:53:28
## 2585 2022-11-29 11:51:42
## 2586 2022-11-29 11:51:03
## 2587 2022-11-29 11:51:01
## 2588 2022-11-29 11:50:38
## 2589 2022-11-29 11:50:17
## 2590 2022-11-29 11:50:07
## 2591 2022-11-29 11:50:00
## 2592 2022-11-29 11:49:50
## 2593 2022-11-29 11:49:37
## 2594 2022-11-29 11:49:19
## 2595 2022-11-29 11:48:57
## 2596 2022-11-29 11:48:53
## 2597 2022-11-29 11:48:52
## 2598 2022-11-29 11:48:34
## 2599 2022-11-29 11:48:28
## 2600 2022-11-29 11:48:25
## 2601 2022-11-29 11:48:17
## 2602 2022-11-29 11:48:08
## 2603 2022-11-29 11:48:08
## 2604 2022-11-29 11:47:45
## 2605 2022-11-29 11:47:16
## 2606 2022-11-29 11:46:58
## 2607 2022-11-29 11:46:36
## 2608 2022-11-29 11:46:24
## 2609 2022-11-29 11:45:50
## 2610 2022-11-29 11:45:39
## 2611 2022-11-29 11:45:31
## 2612 2022-11-29 11:45:27
## 2613 2022-11-29 11:45:17
## 2614 2022-11-29 11:44:42
## 2615 2022-11-29 11:44:42
## 2616 2022-11-29 11:44:04
## 2617 2022-11-29 11:43:54
## 2618 2022-11-29 11:43:50
## 2619 2022-11-29 11:43:01
## 2620 2022-11-29 11:42:57
## 2621 2022-11-29 11:42:39
## 2622 2022-11-29 11:42:39
## 2623 2022-11-29 11:42:25
## 2624 2022-11-29 11:42:21
## 2625 2022-11-29 11:42:11
## 2626 2022-11-29 11:41:37
## 2627 2022-11-29 11:41:18
## 2628 2022-11-29 11:41:08
## 2629 2022-11-29 11:41:04
## 2630 2022-11-29 11:41:00
## 2631 2022-11-29 11:40:34
## 2632 2022-11-29 11:40:22
## 2633 2022-11-29 11:39:38
## 2634 2022-11-29 11:39:37
## 2635 2022-11-29 11:38:56
## 2636 2022-11-29 11:38:48
## 2637 2022-11-29 11:38:30
## 2638 2022-11-29 11:38:09
## 2639 2022-11-29 11:37:37
## 2640 2022-11-29 11:36:25
## 2641 2022-11-29 11:35:07
## 2642 2022-11-29 11:34:59
## 2643 2022-11-29 11:34:28
## 2644 2022-11-29 11:34:09
## 2645 2022-11-29 11:34:01
## 2646 2022-11-29 11:33:52
## 2647 2022-11-29 11:33:32
## 2648 2022-11-29 11:33:21
## 2649 2022-11-29 11:33:19
## 2650 2022-11-29 11:33:13
## 2651 2022-11-29 11:33:01
## 2652 2022-11-29 11:31:53
## 2653 2022-11-29 11:31:32
## 2654 2022-11-29 11:31:22
## 2655 2022-11-29 11:31:02
## 2656 2022-11-29 11:30:30
## 2657 2022-11-29 11:30:18
## 2658 2022-11-29 11:29:50
## 2659 2022-11-29 11:29:42
## 2660 2022-11-29 11:29:41
## 2661 2022-11-29 11:29:37
## 2662 2022-11-29 11:29:31
## 2663 2022-11-29 11:29:27
## 2664 2022-11-29 11:29:13
## 2665 2022-11-29 11:29:13
## 2666 2022-11-29 11:29:11
## 2667 2022-11-29 11:29:05
## 2668 2022-11-29 11:28:54
## 2669 2022-11-29 11:28:42
## 2670 2022-11-29 11:28:17
## 2671 2022-11-29 11:28:17
## 2672 2022-11-29 11:27:59
## 2673 2022-11-29 11:27:53
## 2674 2022-11-29 11:27:45
## 2675 2022-11-29 11:27:43
## 2676 2022-11-29 11:27:42
## 2677 2022-11-29 11:26:59
## 2678 2022-11-29 11:26:54
## 2679 2022-11-29 11:26:52
## 2680 2022-11-29 11:26:39
## 2681 2022-11-29 11:26:17
## 2682 2022-11-29 11:25:54
## 2683 2022-11-29 11:25:41
## 2684 2022-11-29 11:25:36
## 2685 2022-11-29 11:24:49
## 2686 2022-11-29 11:24:19
## 2687 2022-11-29 11:24:16
## 2688 2022-11-29 11:24:14
## 2689 2022-11-29 11:24:10
## 2690 2022-11-29 11:23:57
## 2691 2022-11-29 11:23:49
## 2692 2022-11-29 11:23:39
## 2693 2022-11-29 11:23:06
## 2694 2022-11-29 11:22:59
## 2695 2022-11-29 11:22:58
## 2696 2022-11-29 11:22:47
## 2697 2022-11-29 11:22:38
## 2698 2022-11-29 11:22:36
## 2699 2022-11-29 11:22:25
## 2700 2022-11-29 11:22:13
## 2701 2022-11-29 11:22:11
## 2702 2022-11-29 11:22:10
## 2703 2022-11-29 11:21:50
## 2704 2022-11-29 11:21:32
## 2705 2022-11-29 11:21:32
## 2706 2022-11-29 11:21:26
## 2707 2022-11-29 11:21:22
## 2708 2022-11-29 11:21:10
## 2709 2022-11-29 11:21:09
## 2710 2022-11-29 11:20:41
## 2711 2022-11-29 11:20:32
## 2712 2022-11-29 11:20:17
## 2713 2022-11-29 11:20:05
## 2714 2022-11-29 11:19:37
## 2715 2022-11-29 11:19:33
## 2716 2022-11-29 11:17:46
## 2717 2022-11-29 11:17:37
## 2718 2022-11-29 11:17:15
## 2719 2022-11-29 11:16:59
## 2720 2022-11-29 11:16:33
## 2721 2022-11-29 11:15:10
## 2722 2022-11-29 11:14:55
## 2723 2022-11-29 11:14:54
## 2724 2022-11-29 11:14:52
## 2725 2022-11-29 11:14:44
## 2726 2022-11-29 11:14:35
## 2727 2022-11-29 11:13:46
## 2728 2022-11-29 11:13:12
## 2729 2022-11-29 11:12:50
## 2730 2022-11-29 11:12:38
## 2731 2022-11-29 11:12:29
## 2732 2022-11-29 11:12:26
## 2733 2022-11-29 11:12:16
## 2734 2022-11-29 11:12:08
## 2735 2022-11-29 11:11:40
## 2736 2022-11-29 11:10:57
## 2737 2022-11-29 11:10:47
## 2738 2022-11-29 11:10:34
## 2739 2022-11-29 11:10:31
## 2740 2022-11-29 11:10:28
## 2741 2022-11-29 11:09:52
## 2742 2022-11-29 11:09:27
## 2743 2022-11-29 11:08:55
## 2744 2022-11-29 11:08:54
## 2745 2022-11-29 11:08:53
## 2746 2022-11-29 11:08:49
## 2747 2022-11-29 11:08:38
## 2748 2022-11-29 11:08:36
## 2749 2022-11-29 11:08:33
## 2750 2022-11-29 11:08:28
## 2751 2022-11-29 11:08:22
## 2752 2022-11-29 11:08:17
## 2753 2022-11-29 11:08:16
## 2754 2022-11-29 11:08:11
## 2755 2022-11-29 11:07:59
## 2756 2022-11-29 11:07:55
## 2757 2022-11-29 11:07:54
## 2758 2022-11-29 11:07:46
## 2759 2022-11-29 11:07:41
## 2760 2022-11-29 11:07:24
## 2761 2022-11-29 11:07:14
## 2762 2022-11-29 11:07:03
## 2763 2022-11-29 11:07:00
## 2764 2022-11-29 11:06:46
## 2765 2022-11-29 11:06:40
## 2766 2022-11-29 11:06:24
## 2767 2022-11-29 11:06:14
## 2768 2022-11-29 11:05:49
## 2769 2022-11-29 11:05:26
## 2770 2022-11-29 11:05:24
## 2771 2022-11-29 11:05:23
## 2772 2022-11-29 11:05:20
## 2773 2022-11-29 11:05:07
## 2774 2022-11-29 11:04:17
## 2775 2022-11-29 11:04:16
## 2776 2022-11-29 11:04:12
## 2777 2022-11-29 11:03:54
## 2778 2022-11-29 11:03:45
## 2779 2022-11-29 11:03:27
## 2780 2022-11-29 11:03:26
## 2781 2022-11-29 11:03:15
## 2782 2022-11-29 11:02:32
## 2783 2022-11-29 11:02:19
## 2784 2022-11-29 11:02:04
## 2785 2022-11-29 11:01:43
## 2786 2022-11-29 11:01:41
## 2787 2022-11-29 11:01:25
## 2788 2022-11-29 11:01:14
## 2789 2022-11-29 11:00:44
## 2790 2022-11-29 11:00:42
## 2791 2022-11-29 11:00:01
## 2792 2022-11-29 10:59:57
## 2793 2022-11-29 10:59:06
## 2794 2022-11-29 10:58:56
## 2795 2022-11-29 10:58:52
## 2796 2022-11-29 10:58:09
## 2797 2022-11-29 10:58:00
## 2798 2022-11-29 10:57:55
## 2799 2022-11-29 10:57:52
## 2800 2022-11-29 10:57:29
## 2801 2022-11-29 10:57:07
## 2802 2022-11-29 10:57:03
## 2803 2022-11-29 10:56:46
## 2804 2022-11-29 10:56:19
## 2805 2022-11-29 10:55:44
## 2806 2022-11-29 10:55:38
## 2807 2022-11-29 10:55:28
## 2808 2022-11-29 10:54:42
## 2809 2022-11-29 10:54:12
## 2810 2022-11-29 10:54:09
## 2811 2022-11-29 10:53:53
## 2812 2022-11-29 10:53:47
## 2813 2022-11-29 10:53:37
## 2814 2022-11-29 10:53:18
## 2815 2022-11-29 10:52:57
## 2816 2022-11-29 10:52:25
## 2817 2022-11-29 10:52:07
## 2818 2022-11-29 10:51:58
## 2819 2022-11-29 10:51:34
## 2820 2022-11-29 10:51:01
## 2821 2022-11-29 10:50:56
## 2822 2022-11-29 10:50:25
## 2823 2022-11-29 10:50:17
## 2824 2022-11-29 10:50:08
## 2825 2022-11-29 10:49:58
## 2826 2022-11-29 10:49:28
## 2827 2022-11-29 10:48:44
## 2828 2022-11-29 10:47:35
## 2829 2022-11-29 10:47:33
## 2830 2022-11-29 10:46:46
## 2831 2022-11-29 10:46:45
## 2832 2022-11-29 10:46:13
## 2833 2022-11-29 10:45:16
## 2834 2022-11-29 10:44:55
## 2835 2022-11-29 10:44:54
## 2836 2022-11-29 10:44:41
## 2837 2022-11-29 10:44:41
## 2838 2022-11-29 10:44:40
## 2839 2022-11-29 10:44:30
## 2840 2022-11-29 10:43:27
## 2841 2022-11-29 10:43:17
## 2842 2022-11-29 10:40:48
## 2843 2022-11-29 10:40:06
## 2844 2022-11-29 10:39:37
## 2845 2022-11-29 10:39:24
## 2846 2022-11-29 10:39:01
## 2847 2022-11-29 10:39:00
## 2848 2022-11-29 10:38:54
## 2849 2022-11-29 10:38:40
## 2850 2022-11-29 10:38:25
## 2851 2022-11-29 10:38:13
## 2852 2022-11-29 10:38:11
## 2853 2022-11-29 10:37:30
## 2854 2022-11-29 10:37:07
## 2855 2022-11-29 10:36:57
## 2856 2022-11-29 10:36:48
## 2857 2022-11-29 10:36:09
## 2858 2022-11-29 10:35:27
## 2859 2022-11-29 10:34:17
## 2860 2022-11-29 10:34:01
## 2861 2022-11-29 10:32:52
## 2862 2022-11-29 10:32:42
## 2863 2022-11-29 10:32:39
## 2864 2022-11-29 10:32:27
## 2865 2022-11-29 10:31:56
## 2866 2022-11-29 10:31:47
## 2867 2022-11-29 10:31:32
## 2868 2022-11-29 10:31:00
## 2869 2022-11-29 10:30:50
## 2870 2022-11-29 10:30:49
## 2871 2022-11-29 10:30:29
## 2872 2022-11-29 10:29:55
## 2873 2022-11-29 10:28:51
## 2874 2022-11-29 10:28:35
## 2875 2022-11-29 10:28:18
## 2876 2022-11-29 10:28:16
## 2877 2022-11-29 10:28:04
## 2878 2022-11-29 10:27:29
## 2879 2022-11-29 10:27:16
## 2880 2022-11-29 10:26:35
## 2881 2022-11-29 10:26:14
## 2882 2022-11-29 10:26:09
## 2883 2022-11-29 10:25:29
## 2884 2022-11-29 10:25:26
## 2885 2022-11-29 10:24:54
## 2886 2022-11-29 10:24:03
## 2887 2022-11-29 10:23:55
## 2888 2022-11-29 10:23:43
## 2889 2022-11-29 10:23:27
## 2890 2022-11-29 10:23:27
## 2891 2022-11-29 10:23:26
## 2892 2022-11-29 10:23:15
## 2893 2022-11-29 10:22:11
## 2894 2022-11-29 10:22:09
## 2895 2022-11-29 10:22:06
## 2896 2022-11-29 10:22:01
## 2897 2022-11-29 10:21:54
## 2898 2022-11-29 10:21:46
## 2899 2022-11-29 10:21:34
## 2900 2022-11-29 10:20:57
## 2901 2022-11-29 10:20:02
## 2902 2022-11-29 10:19:42
## 2903 2022-11-29 10:18:53
## 2904 2022-11-29 10:18:30
## 2905 2022-11-29 10:18:23
## 2906 2022-11-29 10:17:53
## 2907 2022-11-29 10:17:26
## 2908 2022-11-29 10:17:23
## 2909 2022-11-29 10:16:52
## 2910 2022-11-29 10:16:20
## 2911 2022-11-29 10:16:03
## 2912 2022-11-29 10:15:58
## 2913 2022-11-29 10:15:37
## 2914 2022-11-29 10:15:16
## 2915 2022-11-29 10:15:15
## 2916 2022-11-29 10:15:05
## 2917 2022-11-29 10:14:06
## 2918 2022-11-29 10:13:29
## 2919 2022-11-29 10:13:15
## 2920 2022-11-29 10:12:52
## 2921 2022-11-29 10:12:27
## 2922 2022-11-29 10:12:21
## 2923 2022-11-29 10:10:54
## 2924 2022-11-29 10:10:40
## 2925 2022-11-29 10:10:32
## 2926 2022-11-29 10:10:28
## 2927 2022-11-29 10:10:24
## 2928 2022-11-29 10:10:24
## 2929 2022-11-29 10:10:20
## 2930 2022-11-29 10:10:15
## 2931 2022-11-29 10:09:43
## 2932 2022-11-29 10:09:39
## 2933 2022-11-29 10:09:33
## 2934 2022-11-29 10:08:57
## 2935 2022-11-29 10:08:55
## 2936 2022-11-29 10:08:50
## 2937 2022-11-29 10:08:46
## 2938 2022-11-29 10:08:40
## 2939 2022-11-29 10:08:36
## 2940 2022-11-29 10:08:09
## 2941 2022-11-29 10:08:08
## 2942 2022-11-29 10:08:05
## 2943 2022-11-29 10:08:05
## 2944 2022-11-29 10:07:50
## 2945 2022-11-29 10:07:49
## 2946 2022-11-29 10:07:46
## 2947 2022-11-29 10:07:38
## 2948 2022-11-29 10:07:29
## 2949 2022-11-29 10:07:24
## 2950 2022-11-29 10:06:57
## 2951 2022-11-29 10:06:45
## 2952 2022-11-29 10:06:43
## 2953 2022-11-29 10:06:26
## 2954 2022-11-29 10:06:17
## 2955 2022-11-29 10:06:07
## 2956 2022-11-29 10:06:03
## 2957 2022-11-29 10:05:49
## 2958 2022-11-29 10:05:37
## 2959 2022-11-29 10:05:05
## 2960 2022-11-29 10:04:28
## 2961 2022-11-29 10:03:47
## 2962 2022-11-29 10:03:30
## 2963 2022-11-29 10:03:23
## 2964 2022-11-29 10:03:21
## 2965 2022-11-29 10:03:18
## 2966 2022-11-29 10:03:08
## 2967 2022-11-29 10:02:33
## 2968 2022-11-29 10:02:20
## 2969 2022-11-29 10:02:15
## 2970 2022-11-29 10:02:12
## 2971 2022-11-29 10:01:46
## 2972 2022-11-29 10:01:45
## 2973 2022-11-29 10:01:26
## 2974 2022-11-29 10:01:23
## 2975 2022-11-29 10:01:09
## 2976 2022-11-29 10:01:02
## 2977 2022-11-29 10:00:56
## 2978 2022-11-29 10:00:54
## 2979 2022-11-29 10:00:40
## 2980 2022-11-29 10:00:23
## 2981 2022-11-29 09:59:46
## 2982 2022-11-29 09:59:20
## 2983 2022-11-29 09:59:14
## 2984 2022-11-29 09:59:12
## 2985 2022-11-29 09:58:57
## 2986 2022-11-29 09:58:46
## 2987 2022-11-29 09:58:32
## 2988 2022-11-29 09:58:25
## 2989 2022-11-29 09:58:23
## 2990 2022-11-29 09:58:06
## 2991 2022-11-29 09:58:03
## 2992 2022-11-29 09:57:59
## 2993 2022-11-29 09:57:54
## 2994 2022-11-29 09:57:41
## 2995 2022-11-29 09:56:32
## 2996 2022-11-29 09:55:55
## 2997 2022-11-29 09:54:41
## 2998 2022-11-29 09:54:31
## 2999 2022-11-29 09:54:13
## 3000 2022-11-29 09:54:13
## 3001 2022-11-29 09:54:00
## 3002 2022-11-29 09:53:16
## 3003 2022-11-29 09:53:14
## 3004 2022-11-29 09:52:55
## 3005 2022-11-29 09:52:47
## 3006 2022-11-29 09:52:35
## 3007 2022-11-29 09:52:16
## 3008 2022-11-29 09:51:23
## 3009 2022-11-29 09:51:22
## 3010 2022-11-29 09:51:18
## 3011 2022-11-29 09:50:52
## 3012 2022-11-29 09:50:44
## 3013 2022-11-29 09:49:48
## 3014 2022-11-29 09:49:39
## 3015 2022-11-29 09:49:33
## 3016 2022-11-29 09:49:26
## 3017 2022-11-29 09:49:02
## 3018 2022-11-29 09:48:53
## 3019 2022-11-29 09:48:40
## 3020 2022-11-29 09:48:34
## 3021 2022-11-29 09:47:53
## 3022 2022-11-29 09:47:16
## 3023 2022-11-29 09:47:04
## 3024 2022-11-29 09:46:51
## 3025 2022-11-29 09:46:42
## 3026 2022-11-29 09:46:40
## 3027 2022-11-29 09:46:10
## 3028 2022-11-29 09:45:58
## 3029 2022-11-29 09:45:24
## 3030 2022-11-29 09:44:55
## 3031 2022-11-29 09:44:43
## 3032 2022-11-29 09:44:40
## 3033 2022-11-29 09:44:37
## 3034 2022-11-29 09:44:34
## 3035 2022-11-29 09:44:15
## 3036 2022-11-29 09:44:05
## 3037 2022-11-29 09:43:59
## 3038 2022-11-29 09:43:43
## 3039 2022-11-29 09:43:28
## 3040 2022-11-29 09:43:27
## 3041 2022-11-29 09:42:38
## 3042 2022-11-29 09:42:35
## 3043 2022-11-29 09:42:29
## 3044 2022-11-29 09:42:03
## 3045 2022-11-29 09:41:56
## 3046 2022-11-29 09:41:27
## 3047 2022-11-29 09:41:26
## 3048 2022-11-29 09:41:15
## 3049 2022-11-29 09:41:07
## 3050 2022-11-29 09:41:04
## 3051 2022-11-29 09:40:53
## 3052 2022-11-29 09:40:40
## 3053 2022-11-29 09:40:37
## 3054 2022-11-29 09:40:25
## 3055 2022-11-29 09:40:18
## 3056 2022-11-29 09:40:06
## 3057 2022-11-29 09:39:54
## 3058 2022-11-29 09:39:30
## 3059 2022-11-29 09:38:45
## 3060 2022-11-29 09:38:24
## 3061 2022-11-29 09:38:17
## 3062 2022-11-29 09:37:48
## 3063 2022-11-29 09:37:46
## 3064 2022-11-29 09:37:37
## 3065 2022-11-29 09:37:17
## 3066 2022-11-29 09:37:05
## 3067 2022-11-29 09:36:40
## 3068 2022-11-29 09:36:38
## 3069 2022-11-29 09:36:01
## 3070 2022-11-29 09:35:49
## 3071 2022-11-29 09:35:38
## 3072 2022-11-29 09:35:28
## 3073 2022-11-29 09:35:23
## 3074 2022-11-29 09:35:01
## 3075 2022-11-29 09:34:52
## 3076 2022-11-29 09:34:51
## 3077 2022-11-29 09:34:34
## 3078 2022-11-29 09:34:20
## 3079 2022-11-29 09:34:02
## 3080 2022-11-29 09:33:41
## 3081 2022-11-29 09:33:40
## 3082 2022-11-29 09:33:30
## 3083 2022-11-29 09:33:11
## 3084 2022-11-29 09:33:03
## 3085 2022-11-29 09:32:59
## 3086 2022-11-29 09:32:55
## 3087 2022-11-29 09:32:55
## 3088 2022-11-29 09:32:46
## 3089 2022-11-29 09:32:37
## 3090 2022-11-29 09:32:35
## 3091 2022-11-29 09:32:34
## 3092 2022-11-29 09:31:55
## 3093 2022-11-29 09:31:24
## 3094 2022-11-29 09:31:13
## 3095 2022-11-29 09:31:09
## 3096 2022-11-29 09:31:08
## 3097 2022-11-29 09:31:04
## 3098 2022-11-29 09:30:40
## 3099 2022-11-29 09:30:27
## 3100 2022-11-29 09:30:24
## 3101 2022-11-29 09:30:23
## 3102 2022-11-29 09:30:02
## 3103 2022-11-29 09:29:48
## 3104 2022-11-29 09:29:42
## 3105 2022-11-29 09:29:38
## 3106 2022-11-29 09:29:38
## 3107 2022-11-29 09:29:16
## 3108 2022-11-29 09:29:09
## 3109 2022-11-29 09:29:05
## 3110 2022-11-29 09:29:04
## 3111 2022-11-29 09:28:59
## 3112 2022-11-29 09:28:45
## 3113 2022-11-29 09:28:38
## 3114 2022-11-29 09:28:30
## 3115 2022-11-29 09:28:05
## 3116 2022-11-29 09:27:33
## 3117 2022-11-29 09:27:30
## 3118 2022-11-29 09:27:07
## 3119 2022-11-29 09:26:40
## 3120 2022-11-29 09:26:02
## 3121 2022-11-29 09:25:21
## 3122 2022-11-29 09:25:19
## 3123 2022-11-29 09:25:13
## 3124 2022-11-29 09:25:12
## 3125 2022-11-29 09:25:06
## 3126 2022-11-29 09:25:05
## 3127 2022-11-29 09:24:57
## 3128 2022-11-29 09:24:45
## 3129 2022-11-29 09:23:41
## 3130 2022-11-29 09:23:12
## 3131 2022-11-29 09:23:07
## 3132 2022-11-29 09:21:19
## 3133 2022-11-29 09:21:00
## 3134 2022-11-29 09:19:59
## 3135 2022-11-29 09:19:54
## 3136 2022-11-29 09:19:51
## 3137 2022-11-29 09:19:50
## 3138 2022-11-29 09:19:45
## 3139 2022-11-29 09:19:27
## 3140 2022-11-29 09:19:11
## 3141 2022-11-29 09:18:50
## 3142 2022-11-29 09:18:34
## 3143 2022-11-29 09:18:22
## 3144 2022-11-29 09:18:22
## 3145 2022-11-29 09:18:14
## 3146 2022-11-29 09:18:14
## 3147 2022-11-29 09:18:09
## 3148 2022-11-29 09:17:54
## 3149 2022-11-29 09:17:52
## 3150 2022-11-29 09:17:46
## 3151 2022-11-29 09:17:21
## 3152 2022-11-29 09:17:11
## 3153 2022-11-29 09:17:03
## 3154 2022-11-29 09:16:57
## 3155 2022-11-29 09:16:50
## 3156 2022-11-29 09:15:56
## 3157 2022-11-29 09:15:26
## 3158 2022-11-29 09:15:19
## 3159 2022-11-29 09:15:05
## 3160 2022-11-29 09:14:56
## 3161 2022-11-29 09:14:46
## 3162 2022-11-29 09:14:22
## 3163 2022-11-29 09:14:16
## 3164 2022-11-29 09:13:42
## 3165 2022-11-29 09:13:25
## 3166 2022-11-29 09:12:13
## 3167 2022-11-29 09:12:02
## 3168 2022-11-29 09:11:58
## 3169 2022-11-29 09:11:49
## 3170 2022-11-29 09:11:34
## 3171 2022-11-29 09:11:13
## 3172 2022-11-29 09:11:13
## 3173 2022-11-29 09:10:51
## 3174 2022-11-29 09:10:40
## 3175 2022-11-29 09:10:28
## 3176 2022-11-29 09:10:23
## 3177 2022-11-29 09:09:44
## 3178 2022-11-29 09:09:08
## 3179 2022-11-29 09:09:07
## 3180 2022-11-29 09:09:01
## 3181 2022-11-29 09:09:00
## 3182 2022-11-29 09:08:50
## 3183 2022-11-29 09:08:42
## 3184 2022-11-29 09:07:54
## 3185 2022-11-29 09:07:53
## 3186 2022-11-29 09:07:38
## 3187 2022-11-29 09:07:19
## 3188 2022-11-29 09:07:14
## 3189 2022-11-29 09:07:14
## 3190 2022-11-29 09:07:08
## 3191 2022-11-29 09:06:56
## 3192 2022-11-29 09:06:45
## 3193 2022-11-29 09:06:40
## 3194 2022-11-29 09:06:39
## 3195 2022-11-29 09:06:37
## 3196 2022-11-29 09:06:33
## 3197 2022-11-29 09:06:32
## 3198 2022-11-29 09:06:17
## 3199 2022-11-29 09:06:09
## 3200 2022-11-29 09:06:03
## 3201 2022-11-29 09:05:25
## 3202 2022-11-29 09:05:18
## 3203 2022-11-29 09:05:15
## 3204 2022-11-29 09:05:13
## 3205 2022-11-29 09:05:13
## 3206 2022-11-29 09:05:10
## 3207 2022-11-29 09:05:04
## 3208 2022-11-29 09:04:45
## 3209 2022-11-29 09:04:44
## 3210 2022-11-29 09:04:37
## 3211 2022-11-29 09:04:36
## 3212 2022-11-29 09:04:28
## 3213 2022-11-29 09:04:17
## 3214 2022-11-29 09:04:01
## 3215 2022-11-29 09:03:36
## 3216 2022-11-29 09:03:18
## 3217 2022-11-29 09:02:56
## 3218 2022-11-29 09:02:55
## 3219 2022-11-29 09:02:49
## 3220 2022-11-29 09:02:40
## 3221 2022-11-29 09:02:36
## 3222 2022-11-29 09:02:34
## 3223 2022-11-29 09:02:29
## 3224 2022-11-29 09:01:53
## 3225 2022-11-29 09:01:39
## 3226 2022-11-29 09:01:36
## 3227 2022-11-29 09:01:32
## 3228 2022-11-29 09:01:32
## 3229 2022-11-29 09:01:05
## 3230 2022-11-29 09:01:04
## 3231 2022-11-29 09:00:29
## 3232 2022-11-29 09:00:28
## 3233 2022-11-29 09:00:23
## 3234 2022-11-29 08:59:57
## 3235 2022-11-29 08:59:50
## 3236 2022-11-29 08:59:28
## 3237 2022-11-29 08:59:04
## 3238 2022-11-29 08:58:20
## 3239 2022-11-29 08:58:17
## 3240 2022-11-29 08:58:07
## 3241 2022-11-29 08:58:05
## 3242 2022-11-29 08:58:02
## 3243 2022-11-29 08:57:56
## 3244 2022-11-29 08:57:27
## 3245 2022-11-29 08:57:00
## 3246 2022-11-29 08:56:57
## 3247 2022-11-29 08:56:43
## 3248 2022-11-29 08:56:41
## 3249 2022-11-29 08:56:39
## 3250 2022-11-29 08:56:30
## 3251 2022-11-29 08:56:15
## 3252 2022-11-29 08:55:48
## 3253 2022-11-29 08:55:47
## 3254 2022-11-29 08:55:23
## 3255 2022-11-29 08:55:22
## 3256 2022-11-29 08:55:22
## 3257 2022-11-29 08:55:11
## 3258 2022-11-29 08:55:10
## 3259 2022-11-29 08:55:07
## 3260 2022-11-29 08:55:01
## 3261 2022-11-29 08:55:00
## 3262 2022-11-29 08:53:49
## 3263 2022-11-29 08:53:27
## 3264 2022-11-29 08:52:46
## 3265 2022-11-29 08:52:37
## 3266 2022-11-29 08:52:30
## 3267 2022-11-29 08:52:15
## 3268 2022-11-29 08:52:09
## 3269 2022-11-29 08:50:57
## 3270 2022-11-29 08:50:51
## 3271 2022-11-29 08:50:51
## 3272 2022-11-29 08:49:19
## 3273 2022-11-29 08:48:38
## 3274 2022-11-29 08:48:05
## 3275 2022-11-29 08:48:00
## 3276 2022-11-29 08:47:42
## 3277 2022-11-29 08:47:26
## 3278 2022-11-29 08:47:26
## 3279 2022-11-29 08:47:26
## 3280 2022-11-29 08:47:18
## 3281 2022-11-29 08:47:09
## 3282 2022-11-29 08:46:48
## 3283 2022-11-29 08:46:34
## 3284 2022-11-29 08:45:50
## 3285 2022-11-29 08:45:24
## 3286 2022-11-29 08:45:09
## 3287 2022-11-29 08:44:57
## 3288 2022-11-29 08:44:56
## 3289 2022-11-29 08:44:32
## 3290 2022-11-29 08:44:26
## 3291 2022-11-29 08:43:23
## 3292 2022-11-29 08:43:23
## 3293 2022-11-29 08:42:47
## 3294 2022-11-29 08:42:17
## 3295 2022-11-29 08:42:13
## 3296 2022-11-29 08:42:07
## 3297 2022-11-29 08:42:02
## 3298 2022-11-29 08:41:55
## 3299 2022-11-29 08:41:46
## 3300 2022-11-29 08:41:29
## 3301 2022-11-29 08:41:21
## 3302 2022-11-29 08:40:32
## 3303 2022-11-29 08:40:29
## 3304 2022-11-29 08:40:18
## 3305 2022-11-29 08:39:57
## 3306 2022-11-29 08:39:57
## 3307 2022-11-29 08:39:53
## 3308 2022-11-29 08:39:40
## 3309 2022-11-29 08:39:19
## 3310 2022-11-29 08:39:19
## 3311 2022-11-29 08:39:05
## 3312 2022-11-29 08:38:55
## 3313 2022-11-29 08:38:55
## 3314 2022-11-29 08:38:38
## 3315 2022-11-29 08:38:38
## 3316 2022-11-29 08:38:32
## 3317 2022-11-29 08:38:11
## 3318 2022-11-29 08:38:04
## 3319 2022-11-29 08:38:02
## 3320 2022-11-29 08:37:51
## 3321 2022-11-29 08:37:10
## 3322 2022-11-29 08:37:07
## 3323 2022-11-29 08:36:57
## 3324 2022-11-29 08:35:31
## 3325 2022-11-29 08:35:18
## 3326 2022-11-29 08:35:11
## 3327 2022-11-29 08:34:44
## 3328 2022-11-29 08:34:17
## 3329 2022-11-29 08:34:01
## 3330 2022-11-29 08:33:32
## 3331 2022-11-29 08:33:27
## 3332 2022-11-29 08:33:24
## 3333 2022-11-29 08:33:13
## 3334 2022-11-29 08:33:02
## 3335 2022-11-29 08:32:58
## 3336 2022-11-29 08:32:39
## 3337 2022-11-29 08:32:30
## 3338 2022-11-29 08:31:56
## 3339 2022-11-29 08:31:45
## 3340 2022-11-29 08:31:18
## 3341 2022-11-29 08:30:59
## 3342 2022-11-29 08:30:40
## 3343 2022-11-29 08:30:37
## 3344 2022-11-29 08:30:37
## 3345 2022-11-29 08:30:00
## 3346 2022-11-29 08:29:34
## 3347 2022-11-29 08:29:31
## 3348 2022-11-29 08:29:03
## 3349 2022-11-29 08:29:01
## 3350 2022-11-29 08:28:54
## 3351 2022-11-29 08:28:19
## 3352 2022-11-29 08:28:09
## 3353 2022-11-29 08:28:05
## 3354 2022-11-29 08:27:52
## 3355 2022-11-29 08:27:47
## 3356 2022-11-29 08:27:25
## 3357 2022-11-29 08:27:23
## 3358 2022-11-29 08:27:14
## 3359 2022-11-29 08:27:08
## 3360 2022-11-29 08:26:40
## 3361 2022-11-29 08:26:35
## 3362 2022-11-29 08:25:33
## 3363 2022-11-29 08:25:22
## 3364 2022-11-29 08:25:19
## 3365 2022-11-29 08:25:15
## 3366 2022-11-29 08:25:10
## 3367 2022-11-29 08:24:53
## 3368 2022-11-29 08:24:52
## 3369 2022-11-29 08:24:15
## 3370 2022-11-29 08:24:08
## 3371 2022-11-29 08:24:01
## 3372 2022-11-29 08:23:56
## 3373 2022-11-29 08:23:42
## 3374 2022-11-29 08:23:36
## 3375 2022-11-29 08:23:22
## 3376 2022-11-29 08:23:16
## 3377 2022-11-29 08:23:02
## 3378 2022-11-29 08:22:59
## 3379 2022-11-29 08:22:41
## 3380 2022-11-29 08:22:26
## 3381 2022-11-29 08:22:14
## 3382 2022-11-29 08:22:03
## 3383 2022-11-29 08:21:37
## 3384 2022-11-29 08:21:07
## 3385 2022-11-29 08:20:29
## 3386 2022-11-29 08:20:10
## 3387 2022-11-29 08:20:04
## 3388 2022-11-29 08:19:42
## 3389 2022-11-29 08:19:30
## 3390 2022-11-29 08:19:30
## 3391 2022-11-29 08:18:54
## 3392 2022-11-29 08:18:17
## 3393 2022-11-29 08:17:50
## 3394 2022-11-29 08:17:32
## 3395 2022-11-29 08:16:51
## 3396 2022-11-29 08:16:01
## 3397 2022-11-29 08:15:59
## 3398 2022-11-29 08:15:38
## 3399 2022-11-29 08:15:38
## 3400 2022-11-29 08:15:28
## 3401 2022-11-29 08:15:21
## 3402 2022-11-29 08:15:13
## 3403 2022-11-29 08:14:32
## 3404 2022-11-29 08:14:02
## 3405 2022-11-29 08:13:58
## 3406 2022-11-29 08:13:50
## 3407 2022-11-29 08:13:48
## 3408 2022-11-29 08:13:43
## 3409 2022-11-29 08:13:06
## 3410 2022-11-29 08:12:28
## 3411 2022-11-29 08:11:13
## 3412 2022-11-29 08:10:59
## 3413 2022-11-29 08:10:35
## 3414 2022-11-29 08:10:32
## 3415 2022-11-29 08:10:14
## 3416 2022-11-29 08:10:09
## 3417 2022-11-29 08:09:55
## 3418 2022-11-29 08:09:30
## 3419 2022-11-29 08:09:14
## 3420 2022-11-29 08:09:12
## 3421 2022-11-29 08:08:25
## 3422 2022-11-29 08:08:00
## 3423 2022-11-29 08:07:47
## 3424 2022-11-29 08:07:41
## 3425 2022-11-29 08:06:56
## 3426 2022-11-29 08:06:41
## 3427 2022-11-29 08:06:40
## 3428 2022-11-29 08:06:35
## 3429 2022-11-29 08:06:07
## 3430 2022-11-29 08:06:01
## 3431 2022-11-29 08:05:57
## 3432 2022-11-29 08:05:24
## 3433 2022-11-29 08:04:35
## 3434 2022-11-29 08:04:11
## 3435 2022-11-29 08:03:48
## 3436 2022-11-29 08:03:33
## 3437 2022-11-29 08:02:55
## 3438 2022-11-29 08:02:21
## 3439 2022-11-29 08:00:58
## 3440 2022-11-29 07:58:50
## 3441 2022-11-29 07:58:32
## 3442 2022-11-29 07:58:24
## 3443 2022-11-29 07:58:12
## 3444 2022-11-29 07:57:58
## 3445 2022-11-29 07:57:51
## 3446 2022-11-29 07:56:41
## 3447 2022-11-29 07:56:33
## 3448 2022-11-29 07:55:59
## 3449 2022-11-29 07:55:41
## 3450 2022-11-29 07:55:29
## 3451 2022-11-29 07:55:20
## 3452 2022-11-29 07:55:20
## 3453 2022-11-29 07:55:08
## 3454 2022-11-29 07:54:37
## 3455 2022-11-29 07:54:37
## 3456 2022-11-29 07:53:56
## 3457 2022-11-29 07:53:47
## 3458 2022-11-29 07:53:27
## 3459 2022-11-29 07:53:25
## 3460 2022-11-29 07:53:25
## 3461 2022-11-29 07:53:21
## 3462 2022-11-29 07:53:21
## 3463 2022-11-29 07:53:07
## 3464 2022-11-29 07:51:59
## 3465 2022-11-29 07:51:52
## 3466 2022-11-29 07:51:50
## 3467 2022-11-29 07:51:50
## 3468 2022-11-29 07:51:37
## 3469 2022-11-29 07:51:17
## 3470 2022-11-29 07:51:07
## 3471 2022-11-29 07:51:03
## 3472 2022-11-29 07:50:57
## 3473 2022-11-29 07:50:38
## 3474 2022-11-29 07:50:03
## 3475 2022-11-29 07:49:39
## 3476 2022-11-29 07:49:38
## 3477 2022-11-29 07:49:35
## 3478 2022-11-29 07:48:42
## 3479 2022-11-29 07:48:15
## 3480 2022-11-29 07:47:21
## 3481 2022-11-29 07:46:43
## 3482 2022-11-29 07:46:38
## 3483 2022-11-29 07:46:24
## 3484 2022-11-29 07:46:20
## 3485 2022-11-29 07:45:57
## 3486 2022-11-29 07:45:55
## 3487 2022-11-29 07:44:55
## 3488 2022-11-29 07:44:46
## 3489 2022-11-29 07:44:43
## 3490 2022-11-29 07:44:28
## 3491 2022-11-29 07:44:21
## 3492 2022-11-29 07:44:16
## 3493 2022-11-29 07:43:48
## 3494 2022-11-29 07:43:48
## 3495 2022-11-29 07:43:45
## 3496 2022-11-29 07:43:40
## 3497 2022-11-29 07:43:14
## 3498 2022-11-29 07:41:44
## 3499 2022-11-29 07:41:18
## 3500 2022-11-29 07:41:18
## 3501 2022-11-29 07:41:13
## 3502 2022-11-29 07:41:08
## 3503 2022-11-29 07:40:39
## 3504 2022-11-29 07:40:22
## 3505 2022-11-29 07:40:13
## 3506 2022-11-29 07:39:53
## 3507 2022-11-29 07:39:47
## 3508 2022-11-29 07:39:43
## 3509 2022-11-29 07:39:28
## 3510 2022-11-29 07:39:19
## 3511 2022-11-29 07:39:18
## 3512 2022-11-29 07:39:02
## 3513 2022-11-29 07:38:46
## 3514 2022-11-29 07:38:21
## 3515 2022-11-29 07:37:59
## 3516 2022-11-29 07:37:52
## 3517 2022-11-29 07:37:44
## 3518 2022-11-29 07:37:39
## 3519 2022-11-29 07:37:38
## 3520 2022-11-29 07:37:26
## 3521 2022-11-29 07:37:13
## 3522 2022-11-29 07:36:55
## 3523 2022-11-29 07:36:45
## 3524 2022-11-29 07:36:18
## 3525 2022-11-29 07:36:15
## 3526 2022-11-29 07:36:05
## 3527 2022-11-29 07:36:01
## 3528 2022-11-29 07:36:00
## 3529 2022-11-29 07:35:46
## 3530 2022-11-29 07:35:46
## 3531 2022-11-29 07:35:44
## 3532 2022-11-29 07:35:38
## 3533 2022-11-29 07:35:22
## 3534 2022-11-29 07:35:11
## 3535 2022-11-29 07:34:45
## 3536 2022-11-29 07:34:04
## 3537 2022-11-29 07:33:56
## 3538 2022-11-29 07:33:47
## 3539 2022-11-29 07:33:33
## 3540 2022-11-29 07:33:28
## 3541 2022-11-29 07:33:22
## 3542 2022-11-29 07:33:17
## 3543 2022-11-29 07:33:16
## 3544 2022-11-29 07:33:04
## 3545 2022-11-29 07:33:02
## 3546 2022-11-29 07:32:59
## 3547 2022-11-29 07:32:57
## 3548 2022-11-29 07:32:55
## 3549 2022-11-29 07:32:33
## 3550 2022-11-29 07:32:30
## 3551 2022-11-29 07:32:29
## 3552 2022-11-29 07:32:23
## 3553 2022-11-29 07:32:03
## 3554 2022-11-29 07:31:48
## 3555 2022-11-29 07:31:12
## 3556 2022-11-29 07:30:45
## 3557 2022-11-29 07:30:39
## 3558 2022-11-29 07:30:17
## 3559 2022-11-29 07:30:10
## 3560 2022-11-29 07:29:36
## 3561 2022-11-29 07:29:31
## 3562 2022-11-29 07:29:28
## 3563 2022-11-29 07:28:58
## 3564 2022-11-29 07:28:55
## 3565 2022-11-29 07:28:46
## 3566 2022-11-29 07:28:40
## 3567 2022-11-29 07:28:22
## 3568 2022-11-29 07:28:19
## 3569 2022-11-29 07:28:03
## 3570 2022-11-29 07:28:00
## 3571 2022-11-29 07:27:26
## 3572 2022-11-29 07:27:14
## 3573 2022-11-29 07:26:30
## 3574 2022-11-29 07:26:01
## 3575 2022-11-29 07:25:28
## 3576 2022-11-29 07:25:23
## 3577 2022-11-29 07:25:14
## 3578 2022-11-29 07:25:07
## 3579 2022-11-29 07:24:42
## 3580 2022-11-29 07:24:17
## 3581 2022-11-29 07:23:26
## 3582 2022-11-29 07:23:24
## 3583 2022-11-29 07:22:58
## 3584 2022-11-29 07:22:45
## 3585 2022-11-29 07:22:31
## 3586 2022-11-29 07:22:19
## 3587 2022-11-29 07:22:16
## 3588 2022-11-29 07:21:53
## 3589 2022-11-29 07:21:43
## 3590 2022-11-29 07:21:18
## 3591 2022-11-29 07:20:49
## 3592 2022-11-29 07:20:40
## 3593 2022-11-29 07:20:35
## 3594 2022-11-29 07:20:23
## 3595 2022-11-29 07:20:06
## 3596 2022-11-29 07:19:49
## 3597 2022-11-29 07:19:16
## 3598 2022-11-29 07:18:56
## 3599 2022-11-29 07:18:52
## 3600 2022-11-29 07:17:22
## 3601 2022-11-29 07:16:38
## 3602 2022-11-29 07:15:56
## 3603 2022-11-29 07:15:51
## 3604 2022-11-29 07:15:34
## 3605 2022-11-29 07:15:21
## 3606 2022-11-29 07:15:15
## 3607 2022-11-29 07:14:55
## 3608 2022-11-29 07:14:31
## 3609 2022-11-29 07:14:27
## 3610 2022-11-29 07:13:22
## 3611 2022-11-29 07:13:10
## 3612 2022-11-29 07:13:01
## 3613 2022-11-29 07:12:59
## 3614 2022-11-29 07:12:53
## 3615 2022-11-29 07:12:41
## 3616 2022-11-29 07:12:32
## 3617 2022-11-29 07:12:28
## 3618 2022-11-29 07:12:05
## 3619 2022-11-29 07:11:45
## 3620 2022-11-29 07:11:19
## 3621 2022-11-29 07:11:14
## 3622 2022-11-29 07:10:37
## 3623 2022-11-29 07:10:11
## 3624 2022-11-29 07:10:05
## 3625 2022-11-29 07:09:15
## 3626 2022-11-29 07:07:46
## 3627 2022-11-29 07:07:38
## 3628 2022-11-29 07:07:08
## 3629 2022-11-29 07:06:57
## 3630 2022-11-29 07:06:14
## 3631 2022-11-29 07:04:56
## 3632 2022-11-29 07:04:50
## 3633 2022-11-29 07:04:30
## 3634 2022-11-29 07:04:10
## 3635 2022-11-29 07:04:01
## 3636 2022-11-29 07:03:29
## 3637 2022-11-29 07:03:24
## 3638 2022-11-29 07:03:12
## 3639 2022-11-29 07:03:10
## 3640 2022-11-29 07:02:59
## 3641 2022-11-29 07:02:54
## 3642 2022-11-29 07:02:28
## 3643 2022-11-29 07:02:24
## 3644 2022-11-29 07:02:20
## 3645 2022-11-29 07:01:26
## 3646 2022-11-29 07:01:12
## 3647 2022-11-29 07:01:07
## 3648 2022-11-29 07:00:59
## 3649 2022-11-29 07:00:51
## 3650 2022-11-29 07:00:21
## 3651 2022-11-29 07:00:18
## 3652 2022-11-29 07:00:02
## 3653 2022-11-29 06:59:55
## 3654 2022-11-29 06:59:20
## 3655 2022-11-29 06:58:58
## 3656 2022-11-29 06:58:10
## 3657 2022-11-29 06:57:56
## 3658 2022-11-29 06:57:54
## 3659 2022-11-29 06:57:53
## 3660 2022-11-29 06:57:27
## 3661 2022-11-29 06:57:21
## 3662 2022-11-29 06:55:47
## 3663 2022-11-29 06:55:47
## 3664 2022-11-29 06:55:45
## 3665 2022-11-29 06:55:34
## 3666 2022-11-29 06:55:01
## 3667 2022-11-29 06:54:45
## 3668 2022-11-29 06:54:30
## 3669 2022-11-29 06:54:14
## 3670 2022-11-29 06:54:09
## 3671 2022-11-29 06:54:00
## 3672 2022-11-29 06:53:16
## 3673 2022-11-29 06:53:11
## 3674 2022-11-29 06:53:02
## 3675 2022-11-29 06:52:25
## 3676 2022-11-29 06:52:14
## 3677 2022-11-29 06:51:51
## 3678 2022-11-29 06:51:31
## 3679 2022-11-29 06:51:23
## 3680 2022-11-29 06:51:22
## 3681 2022-11-29 06:51:11
## 3682 2022-11-29 06:51:00
## 3683 2022-11-29 06:50:43
## 3684 2022-11-29 06:50:24
## 3685 2022-11-29 06:50:22
## 3686 2022-11-29 06:50:14
## 3687 2022-11-29 06:50:06
## 3688 2022-11-29 06:49:50
## 3689 2022-11-29 06:49:49
## 3690 2022-11-29 06:49:43
## 3691 2022-11-29 06:49:04
## 3692 2022-11-29 06:48:38
## 3693 2022-11-29 06:48:30
## 3694 2022-11-29 06:48:25
## 3695 2022-11-29 06:48:23
## 3696 2022-11-29 06:48:15
## 3697 2022-11-29 06:48:10
## 3698 2022-11-29 06:48:05
## 3699 2022-11-29 06:48:01
## 3700 2022-11-29 06:47:43
## 3701 2022-11-29 06:47:42
## 3702 2022-11-29 06:47:33
## 3703 2022-11-29 06:47:33
## 3704 2022-11-29 06:47:28
## 3705 2022-11-29 06:47:06
## 3706 2022-11-29 06:46:55
## 3707 2022-11-29 06:46:44
## 3708 2022-11-29 06:46:35
## 3709 2022-11-29 06:46:32
## 3710 2022-11-29 06:46:08
## 3711 2022-11-29 06:45:54
## 3712 2022-11-29 06:45:35
## 3713 2022-11-29 06:45:16
## 3714 2022-11-29 06:45:14
## 3715 2022-11-29 06:44:59
## 3716 2022-11-29 06:44:36
## 3717 2022-11-29 06:44:26
## 3718 2022-11-29 06:44:14
## 3719 2022-11-29 06:43:55
## 3720 2022-11-29 06:43:55
## 3721 2022-11-29 06:43:39
## 3722 2022-11-29 06:43:31
## 3723 2022-11-29 06:43:24
## 3724 2022-11-29 06:43:19
## 3725 2022-11-29 06:43:15
## 3726 2022-11-29 06:43:05
## 3727 2022-11-29 06:43:05
## 3728 2022-11-29 06:43:02
## 3729 2022-11-29 06:42:56
## 3730 2022-11-29 06:42:13
## 3731 2022-11-29 06:42:09
## 3732 2022-11-29 06:41:55
## 3733 2022-11-29 06:41:41
## 3734 2022-11-29 06:41:38
## 3735 2022-11-29 06:41:37
## 3736 2022-11-29 06:40:54
## 3737 2022-11-29 06:40:52
## 3738 2022-11-29 06:40:44
## 3739 2022-11-29 06:40:29
## 3740 2022-11-29 06:40:24
## 3741 2022-11-29 06:40:11
## 3742 2022-11-29 06:39:40
## 3743 2022-11-29 06:39:32
## 3744 2022-11-29 06:39:15
## 3745 2022-11-29 06:39:10
## 3746 2022-11-29 06:38:42
## 3747 2022-11-29 06:38:15
## 3748 2022-11-29 06:37:55
## 3749 2022-11-29 06:36:26
## 3750 2022-11-29 06:36:04
## 3751 2022-11-29 06:35:49
## 3752 2022-11-29 06:35:37
## 3753 2022-11-29 06:35:33
## 3754 2022-11-29 06:35:28
## 3755 2022-11-29 06:35:22
## 3756 2022-11-29 06:34:42
## 3757 2022-11-29 06:34:32
## 3758 2022-11-29 06:34:29
## 3759 2022-11-29 06:34:08
## 3760 2022-11-29 06:33:48
## 3761 2022-11-29 06:33:39
## 3762 2022-11-29 06:33:39
## 3763 2022-11-29 06:32:42
## 3764 2022-11-29 06:32:32
## 3765 2022-11-29 06:32:18
## 3766 2022-11-29 06:31:06
## 3767 2022-11-29 06:31:02
## 3768 2022-11-29 06:31:02
## 3769 2022-11-29 06:30:50
## 3770 2022-11-29 06:29:29
## 3771 2022-11-29 06:29:15
## 3772 2022-11-29 06:29:03
## 3773 2022-11-29 06:28:55
## 3774 2022-11-29 06:28:28
## 3775 2022-11-29 06:27:01
## 3776 2022-11-29 06:25:49
## 3777 2022-11-29 06:25:29
## 3778 2022-11-29 06:25:09
## 3779 2022-11-29 06:25:08
## 3780 2022-11-29 06:24:37
## 3781 2022-11-29 06:24:18
## 3782 2022-11-29 06:23:33
## 3783 2022-11-29 06:23:29
## 3784 2022-11-29 06:23:20
## 3785 2022-11-29 06:23:18
## 3786 2022-11-29 06:23:02
## 3787 2022-11-29 06:23:01
## 3788 2022-11-29 06:22:49
## 3789 2022-11-29 06:22:46
## 3790 2022-11-29 06:22:31
## 3791 2022-11-29 06:21:38
## 3792 2022-11-29 06:21:34
## 3793 2022-11-29 06:21:06
## 3794 2022-11-29 06:21:03
## 3795 2022-11-29 06:20:48
## 3796 2022-11-29 06:20:46
## 3797 2022-11-29 06:20:42
## 3798 2022-11-29 06:20:24
## 3799 2022-11-29 06:19:02
## 3800 2022-11-29 06:18:33
## 3801 2022-11-29 06:18:30
## 3802 2022-11-29 06:17:12
## 3803 2022-11-29 06:16:59
## 3804 2022-11-29 06:16:44
## 3805 2022-11-29 06:16:35
## 3806 2022-11-29 06:16:16
## 3807 2022-11-29 06:16:14
## 3808 2022-11-29 06:16:10
## 3809 2022-11-29 06:15:59
## 3810 2022-11-29 06:15:46
## 3811 2022-11-29 06:15:30
## 3812 2022-11-29 06:15:27
## 3813 2022-11-29 06:15:26
## 3814 2022-11-29 06:15:23
## 3815 2022-11-29 06:15:18
## 3816 2022-11-29 06:15:02
## 3817 2022-11-29 06:14:52
## 3818 2022-11-29 06:14:10
## 3819 2022-11-29 06:14:06
## 3820 2022-11-29 06:13:50
## 3821 2022-11-29 06:13:47
## 3822 2022-11-29 06:13:21
## 3823 2022-11-29 06:13:11
## 3824 2022-11-29 06:12:44
## 3825 2022-11-29 06:12:42
## 3826 2022-11-29 06:12:40
## 3827 2022-11-29 06:12:40
## 3828 2022-11-29 06:12:26
## 3829 2022-11-29 06:12:22
## 3830 2022-11-29 06:12:18
## 3831 2022-11-29 06:11:46
## 3832 2022-11-29 06:11:01
## 3833 2022-11-29 06:10:38
## 3834 2022-11-29 06:10:31
## 3835 2022-11-29 06:10:15
## 3836 2022-11-29 06:10:08
## 3837 2022-11-29 06:09:50
## 3838 2022-11-29 06:09:23
## 3839 2022-11-29 06:09:16
## 3840 2022-11-29 06:09:11
## 3841 2022-11-29 06:09:09
## 3842 2022-11-29 06:09:02
## 3843 2022-11-29 06:08:36
## 3844 2022-11-29 06:08:33
## 3845 2022-11-29 06:08:20
## 3846 2022-11-29 06:08:15
## 3847 2022-11-29 06:08:03
## 3848 2022-11-29 06:07:59
## 3849 2022-11-29 06:07:57
## 3850 2022-11-29 06:07:42
## 3851 2022-11-29 06:07:42
## 3852 2022-11-29 06:07:33
## 3853 2022-11-29 06:07:09
## 3854 2022-11-29 06:06:19
## 3855 2022-11-29 06:06:09
## 3856 2022-11-29 06:05:51
## 3857 2022-11-29 06:05:28
## 3858 2022-11-29 06:05:22
## 3859 2022-11-29 06:05:21
## 3860 2022-11-29 06:04:58
## 3861 2022-11-29 06:04:50
## 3862 2022-11-29 06:04:32
## 3863 2022-11-29 06:04:28
## 3864 2022-11-29 06:04:20
## 3865 2022-11-29 06:03:12
## 3866 2022-11-29 06:02:57
## 3867 2022-11-29 06:02:57
## 3868 2022-11-29 06:02:26
## 3869 2022-11-29 06:02:09
## 3870 2022-11-29 06:01:55
## 3871 2022-11-29 06:01:47
## 3872 2022-11-29 06:01:38
## 3873 2022-11-29 06:01:27
## 3874 2022-11-29 06:01:24
## 3875 2022-11-29 06:01:15
## 3876 2022-11-29 06:01:13
## 3877 2022-11-29 06:00:10
## 3878 2022-11-29 06:00:06
## 3879 2022-11-29 06:00:06
## 3880 2022-11-29 05:59:49
## 3881 2022-11-29 05:59:27
## 3882 2022-11-29 05:59:24
## 3883 2022-11-29 05:59:19
## 3884 2022-11-29 05:59:18
## 3885 2022-11-29 05:58:13
## 3886 2022-11-29 05:58:13
## 3887 2022-11-29 05:57:42
## 3888 2022-11-29 05:57:33
## 3889 2022-11-29 05:57:14
## 3890 2022-11-29 05:57:00
## 3891 2022-11-29 05:56:46
## 3892 2022-11-29 05:56:19
## 3893 2022-11-29 05:56:14
## 3894 2022-11-29 05:55:56
## 3895 2022-11-29 05:55:23
## 3896 2022-11-29 05:55:19
## 3897 2022-11-29 05:55:09
## 3898 2022-11-29 05:55:00
## 3899 2022-11-29 05:54:56
## 3900 2022-11-29 05:54:31
## 3901 2022-11-29 05:54:27
## 3902 2022-11-29 05:54:22
## 3903 2022-11-29 05:54:20
## 3904 2022-11-29 05:54:02
## 3905 2022-11-29 05:53:59
## 3906 2022-11-29 05:53:48
## 3907 2022-11-29 05:53:36
## 3908 2022-11-29 05:53:31
## 3909 2022-11-29 05:53:27
## 3910 2022-11-29 05:53:10
## 3911 2022-11-29 05:53:04
## 3912 2022-11-29 05:53:00
## 3913 2022-11-29 05:52:48
## 3914 2022-11-29 05:52:48
## 3915 2022-11-29 05:52:41
## 3916 2022-11-29 05:52:24
## 3917 2022-11-29 05:52:24
## 3918 2022-11-29 05:51:45
## 3919 2022-11-29 05:51:43
## 3920 2022-11-29 05:51:36
## 3921 2022-11-29 05:51:23
## 3922 2022-11-29 05:50:57
## 3923 2022-11-29 05:50:51
## 3924 2022-11-29 05:50:51
## 3925 2022-11-29 05:50:47
## 3926 2022-11-29 05:50:46
## 3927 2022-11-29 05:50:33
## 3928 2022-11-29 05:50:13
## 3929 2022-11-29 05:50:07
## 3930 2022-11-29 05:50:06
## 3931 2022-11-29 05:49:45
## 3932 2022-11-29 05:49:16
## 3933 2022-11-29 05:48:55
## 3934 2022-11-29 05:48:53
## 3935 2022-11-29 05:48:33
## 3936 2022-11-29 05:48:15
## 3937 2022-11-29 05:48:08
## 3938 2022-11-29 05:47:48
## 3939 2022-11-29 05:47:17
## 3940 2022-11-29 05:46:55
## 3941 2022-11-29 05:46:00
## 3942 2022-11-29 05:45:35
## 3943 2022-11-29 05:45:28
## 3944 2022-11-29 05:44:28
## 3945 2022-11-29 05:44:20
## 3946 2022-11-29 05:44:13
## 3947 2022-11-29 05:44:09
## 3948 2022-11-29 05:44:06
## 3949 2022-11-29 05:44:00
## 3950 2022-11-29 05:43:32
## 3951 2022-11-29 05:43:22
## 3952 2022-11-29 05:42:58
## 3953 2022-11-29 05:42:34
## 3954 2022-11-29 05:42:08
## 3955 2022-11-29 05:42:07
## 3956 2022-11-29 05:40:51
## 3957 2022-11-29 05:40:48
## 3958 2022-11-29 05:40:19
## 3959 2022-11-29 05:40:01
## 3960 2022-11-29 05:39:48
## 3961 2022-11-29 05:39:44
## 3962 2022-11-29 05:39:09
## 3963 2022-11-29 05:39:01
## 3964 2022-11-29 05:38:54
## 3965 2022-11-29 05:38:43
## 3966 2022-11-29 05:38:40
## 3967 2022-11-29 05:38:36
## 3968 2022-11-29 05:38:24
## 3969 2022-11-29 05:38:10
## 3970 2022-11-29 05:37:50
## 3971 2022-11-29 05:37:42
## 3972 2022-11-29 05:37:27
## 3973 2022-11-29 05:36:58
## 3974 2022-11-29 05:36:58
## 3975 2022-11-29 05:36:51
## 3976 2022-11-29 05:36:32
## 3977 2022-11-29 05:36:10
## 3978 2022-11-29 05:35:22
## 3979 2022-11-29 05:35:20
## 3980 2022-11-29 05:35:02
## 3981 2022-11-29 05:34:51
## 3982 2022-11-29 05:34:40
## 3983 2022-11-29 05:34:12
## 3984 2022-11-29 05:33:49
## 3985 2022-11-29 05:33:19
## 3986 2022-11-29 05:33:09
## 3987 2022-11-29 05:33:07
## 3988 2022-11-29 05:33:05
## 3989 2022-11-29 05:33:04
## 3990 2022-11-29 05:32:34
## 3991 2022-11-29 05:32:14
## 3992 2022-11-29 05:32:10
## 3993 2022-11-29 05:31:56
## 3994 2022-11-29 05:31:53
## 3995 2022-11-29 05:31:31
## 3996 2022-11-29 05:31:30
## 3997 2022-11-29 05:31:21
## 3998 2022-11-29 05:31:07
## 3999 2022-11-29 05:30:22
## 4000 2022-11-29 05:30:14
## 4001 2022-11-29 05:29:38
## 4002 2022-11-29 05:29:29
## 4003 2022-11-29 05:28:59
## 4004 2022-11-29 05:28:09
## 4005 2022-11-29 05:27:54
## 4006 2022-11-29 05:27:19
## 4007 2022-11-29 05:27:13
## 4008 2022-11-29 05:26:59
## 4009 2022-11-29 05:26:52
## 4010 2022-11-29 05:26:29
## 4011 2022-11-29 05:25:44
## 4012 2022-11-29 05:25:40
## 4013 2022-11-29 05:25:37
## 4014 2022-11-29 05:25:14
## 4015 2022-11-29 05:25:09
## 4016 2022-11-29 05:25:08
## 4017 2022-11-29 05:24:57
## 4018 2022-11-29 05:24:28
## 4019 2022-11-29 05:24:27
## 4020 2022-11-29 05:24:08
## 4021 2022-11-29 05:24:05
## 4022 2022-11-29 05:23:58
## 4023 2022-11-29 05:23:36
## 4024 2022-11-29 05:23:27
## 4025 2022-11-29 05:23:13
## 4026 2022-11-29 05:23:09
## 4027 2022-11-29 05:22:30
## 4028 2022-11-29 05:22:30
## 4029 2022-11-29 05:22:16
## 4030 2022-11-29 05:22:10
## 4031 2022-11-29 05:21:54
## 4032 2022-11-29 05:21:35
## 4033 2022-11-29 05:21:20
## 4034 2022-11-29 05:21:13
## 4035 2022-11-29 05:20:51
## 4036 2022-11-29 05:20:29
## 4037 2022-11-29 05:19:58
## 4038 2022-11-29 05:19:52
## 4039 2022-11-29 05:19:51
## 4040 2022-11-29 05:19:33
## 4041 2022-11-29 05:19:18
## 4042 2022-11-29 05:19:08
## 4043 2022-11-29 05:18:42
## 4044 2022-11-29 05:18:41
## 4045 2022-11-29 05:18:26
## 4046 2022-11-29 05:18:22
## 4047 2022-11-29 05:18:22
## 4048 2022-11-29 05:18:02
## 4049 2022-11-29 05:17:59
## 4050 2022-11-29 05:17:35
## 4051 2022-11-29 05:17:24
## 4052 2022-11-29 05:17:13
## 4053 2022-11-29 05:17:10
## 4054 2022-11-29 05:16:59
## 4055 2022-11-29 05:16:53
## 4056 2022-11-29 05:16:50
## 4057 2022-11-29 05:16:40
## 4058 2022-11-29 05:16:36
## 4059 2022-11-29 05:16:35
## 4060 2022-11-29 05:16:23
## 4061 2022-11-29 05:16:20
## 4062 2022-11-29 05:16:06
## 4063 2022-11-29 05:15:47
## 4064 2022-11-29 05:15:24
## 4065 2022-11-29 05:15:20
## 4066 2022-11-29 05:15:05
## 4067 2022-11-29 05:15:00
## 4068 2022-11-29 05:14:57
## 4069 2022-11-29 05:14:29
## 4070 2022-11-29 05:14:17
## 4071 2022-11-29 05:13:56
## 4072 2022-11-29 05:13:39
## 4073 2022-11-29 05:13:28
## 4074 2022-11-29 05:13:26
## 4075 2022-11-29 05:13:19
## 4076 2022-11-29 05:13:14
## 4077 2022-11-29 05:12:58
## 4078 2022-11-29 05:12:54
## 4079 2022-11-29 05:12:33
## 4080 2022-11-29 05:12:20
## 4081 2022-11-29 05:12:05
## 4082 2022-11-29 05:12:04
## 4083 2022-11-29 05:11:45
## 4084 2022-11-29 05:11:42
## 4085 2022-11-29 05:11:33
## 4086 2022-11-29 05:11:27
## 4087 2022-11-29 05:10:33
## 4088 2022-11-29 05:10:28
## 4089 2022-11-29 05:10:15
## 4090 2022-11-29 05:10:13
## 4091 2022-11-29 05:10:00
## 4092 2022-11-29 05:09:56
## 4093 2022-11-29 05:09:23
## 4094 2022-11-29 05:09:19
## 4095 2022-11-29 05:09:08
## 4096 2022-11-29 05:08:50
## 4097 2022-11-29 05:08:47
## 4098 2022-11-29 05:08:17
## 4099 2022-11-29 05:07:29
## 4100 2022-11-29 05:07:26
## 4101 2022-11-29 05:06:57
## 4102 2022-11-29 05:06:31
## 4103 2022-11-29 05:06:25
## 4104 2022-11-29 05:05:54
## 4105 2022-11-29 05:05:12
## 4106 2022-11-29 05:04:49
## 4107 2022-11-29 05:04:35
## 4108 2022-11-29 05:04:26
## 4109 2022-11-29 05:04:06
## 4110 2022-11-29 05:04:06
## 4111 2022-11-29 05:03:59
## 4112 2022-11-29 05:03:43
## 4113 2022-11-29 05:03:16
## 4114 2022-11-29 05:03:12
## 4115 2022-11-29 05:03:00
## 4116 2022-11-29 05:03:00
## 4117 2022-11-29 05:02:48
## 4118 2022-11-29 05:02:47
## 4119 2022-11-29 05:02:38
## 4120 2022-11-29 05:02:37
## 4121 2022-11-29 05:02:33
## 4122 2022-11-29 05:02:31
## 4123 2022-11-29 05:02:24
## 4124 2022-11-29 05:02:15
## 4125 2022-11-29 05:02:02
## 4126 2022-11-29 05:01:49
## 4127 2022-11-29 05:01:29
## 4128 2022-11-29 05:01:16
## 4129 2022-11-29 05:00:58
## 4130 2022-11-29 05:00:52
## 4131 2022-11-29 05:00:23
## 4132 2022-11-29 05:00:22
## 4133 2022-11-29 05:00:14
## 4134 2022-11-29 05:00:14
## 4135 2022-11-29 04:59:58
## 4136 2022-11-29 04:59:34
## 4137 2022-11-29 04:59:11
## 4138 2022-11-29 04:59:02
## 4139 2022-11-29 04:58:59
## 4140 2022-11-29 04:58:54
## 4141 2022-11-29 04:58:26
## 4142 2022-11-29 04:58:21
## 4143 2022-11-29 04:58:05
## 4144 2022-11-29 04:57:59
## 4145 2022-11-29 04:57:56
## 4146 2022-11-29 04:57:53
## 4147 2022-11-29 04:57:45
## 4148 2022-11-29 04:57:33
## 4149 2022-11-29 04:57:25
## 4150 2022-11-29 04:57:02
## 4151 2022-11-29 04:56:44
## 4152 2022-11-29 04:56:26
## 4153 2022-11-29 04:55:57
## 4154 2022-11-29 04:55:23
## 4155 2022-11-29 04:54:28
## 4156 2022-11-29 04:53:37
## 4157 2022-11-29 04:53:22
## 4158 2022-11-29 04:52:02
## 4159 2022-11-29 04:52:00
## 4160 2022-11-29 04:51:44
## 4161 2022-11-29 04:51:30
## 4162 2022-11-29 04:51:21
## 4163 2022-11-29 04:51:06
## 4164 2022-11-29 04:50:54
## 4165 2022-11-29 04:50:16
## 4166 2022-11-29 04:50:15
## 4167 2022-11-29 04:50:05
## 4168 2022-11-29 04:49:48
## 4169 2022-11-29 04:49:45
## 4170 2022-11-29 04:48:54
## 4171 2022-11-29 04:48:36
## 4172 2022-11-29 04:48:21
## 4173 2022-11-29 04:48:15
## 4174 2022-11-29 04:48:15
## 4175 2022-11-29 04:47:30
## 4176 2022-11-29 04:47:17
## 4177 2022-11-29 04:46:57
## 4178 2022-11-29 04:46:53
## 4179 2022-11-29 04:46:50
## 4180 2022-11-29 04:45:55
## 4181 2022-11-29 04:45:52
## 4182 2022-11-29 04:45:51
## 4183 2022-11-29 04:45:50
## 4184 2022-11-29 04:45:38
## 4185 2022-11-29 04:45:24
## 4186 2022-11-29 04:45:18
## 4187 2022-11-29 04:45:12
## 4188 2022-11-29 04:44:48
## 4189 2022-11-29 04:44:04
## 4190 2022-11-29 04:43:40
## 4191 2022-11-29 04:43:37
## 4192 2022-11-29 04:43:20
## 4193 2022-11-29 04:43:10
## 4194 2022-11-29 04:43:03
## 4195 2022-11-29 04:42:46
## 4196 2022-11-29 04:42:35
## 4197 2022-11-29 04:42:06
## 4198 2022-11-29 04:42:04
## 4199 2022-11-29 04:41:30
## 4200 2022-11-29 04:41:25
## 4201 2022-11-29 04:41:21
## 4202 2022-11-29 04:41:13
## 4203 2022-11-29 04:41:10
## 4204 2022-11-29 04:40:13
## 4205 2022-11-29 04:40:10
## 4206 2022-11-29 04:40:00
## 4207 2022-11-29 04:39:53
## 4208 2022-11-29 04:39:37
## 4209 2022-11-29 04:39:13
## 4210 2022-11-29 04:39:11
## 4211 2022-11-29 04:38:57
## 4212 2022-11-29 04:38:41
## 4213 2022-11-29 04:38:16
## 4214 2022-11-29 04:37:55
## 4215 2022-11-29 04:37:54
## 4216 2022-11-29 04:37:50
## 4217 2022-11-29 04:37:32
## 4218 2022-11-29 04:37:03
## 4219 2022-11-29 04:36:55
## 4220 2022-11-29 04:36:41
## 4221 2022-11-29 04:36:30
## 4222 2022-11-29 04:36:16
## 4223 2022-11-29 04:35:46
## 4224 2022-11-29 04:35:36
## 4225 2022-11-29 04:35:33
## 4226 2022-11-29 04:35:11
## 4227 2022-11-29 04:35:04
## 4228 2022-11-29 04:34:45
## 4229 2022-11-29 04:34:41
## 4230 2022-11-29 04:34:12
## 4231 2022-11-29 04:32:29
## 4232 2022-11-29 04:32:16
## 4233 2022-11-29 04:32:08
## 4234 2022-11-29 04:31:37
## 4235 2022-11-29 04:31:02
## 4236 2022-11-29 04:30:56
## 4237 2022-11-29 04:30:13
## 4238 2022-11-29 04:30:12
## 4239 2022-11-29 04:30:07
## 4240 2022-11-29 04:30:05
## 4241 2022-11-29 04:29:37
## 4242 2022-11-29 04:29:36
## 4243 2022-11-29 04:29:12
## 4244 2022-11-29 04:28:46
## 4245 2022-11-29 04:28:08
## 4246 2022-11-29 04:28:05
## 4247 2022-11-29 04:27:32
## 4248 2022-11-29 04:27:08
## 4249 2022-11-29 04:27:06
## 4250 2022-11-29 04:27:04
## 4251 2022-11-29 04:27:02
## 4252 2022-11-29 04:26:59
## 4253 2022-11-29 04:26:57
## 4254 2022-11-29 04:26:54
## 4255 2022-11-29 04:26:52
## 4256 2022-11-29 04:26:49
## 4257 2022-11-29 04:26:46
## 4258 2022-11-29 04:26:44
## 4259 2022-11-29 04:26:41
## 4260 2022-11-29 04:26:34
## 4261 2022-11-29 04:26:15
## 4262 2022-11-29 04:25:47
## 4263 2022-11-29 04:25:29
## 4264 2022-11-29 04:25:06
## 4265 2022-11-29 04:24:53
## 4266 2022-11-29 04:23:22
## 4267 2022-11-29 04:23:08
## 4268 2022-11-29 04:22:58
## 4269 2022-11-29 04:22:38
## 4270 2022-11-29 04:22:03
## 4271 2022-11-29 04:21:54
## 4272 2022-11-29 04:21:38
## 4273 2022-11-29 04:20:43
## 4274 2022-11-29 04:20:39
## 4275 2022-11-29 04:20:20
## 4276 2022-11-29 04:20:18
## 4277 2022-11-29 04:20:09
## 4278 2022-11-29 04:20:03
## 4279 2022-11-29 04:20:03
## 4280 2022-11-29 04:20:00
## 4281 2022-11-29 04:19:24
## 4282 2022-11-29 04:18:48
## 4283 2022-11-29 04:18:41
## 4284 2022-11-29 04:18:13
## 4285 2022-11-29 04:17:48
## 4286 2022-11-29 04:17:23
## 4287 2022-11-29 04:16:34
## 4288 2022-11-29 04:16:31
## 4289 2022-11-29 04:16:25
## 4290 2022-11-29 04:15:44
## 4291 2022-11-29 04:15:29
## 4292 2022-11-29 04:15:25
## 4293 2022-11-29 04:15:17
## 4294 2022-11-29 04:15:17
## 4295 2022-11-29 04:14:31
## 4296 2022-11-29 04:14:14
## 4297 2022-11-29 04:14:10
## 4298 2022-11-29 04:14:07
## 4299 2022-11-29 04:13:52
## 4300 2022-11-29 04:13:45
## 4301 2022-11-29 04:13:35
## 4302 2022-11-29 04:13:28
## 4303 2022-11-29 04:12:48
## 4304 2022-11-29 04:12:39
## 4305 2022-11-29 04:12:35
## 4306 2022-11-29 04:12:25
## 4307 2022-11-29 04:12:13
## 4308 2022-11-29 04:11:21
## 4309 2022-11-29 04:10:52
## 4310 2022-11-29 04:10:17
## 4311 2022-11-29 04:10:12
## 4312 2022-11-29 04:10:07
## 4313 2022-11-29 04:09:59
## 4314 2022-11-29 04:09:51
## 4315 2022-11-29 04:09:49
## 4316 2022-11-29 04:09:48
## 4317 2022-11-29 04:09:06
## 4318 2022-11-29 04:08:59
## 4319 2022-11-29 04:08:05
## 4320 2022-11-29 04:08:04
## 4321 2022-11-29 04:08:00
## 4322 2022-11-29 04:07:34
## 4323 2022-11-29 04:07:09
## 4324 2022-11-29 04:07:05
## 4325 2022-11-29 04:06:43
## 4326 2022-11-29 04:06:39
## 4327 2022-11-29 04:06:25
## 4328 2022-11-29 04:05:57
## 4329 2022-11-29 04:05:52
## 4330 2022-11-29 04:05:26
## 4331 2022-11-29 04:05:23
## 4332 2022-11-29 04:05:08
## 4333 2022-11-29 04:05:03
## 4334 2022-11-29 04:04:58
## 4335 2022-11-29 04:04:55
## 4336 2022-11-29 04:04:34
## 4337 2022-11-29 04:03:52
## 4338 2022-11-29 04:03:52
## 4339 2022-11-29 04:03:44
## 4340 2022-11-29 04:02:43
## 4341 2022-11-29 04:02:34
## 4342 2022-11-29 04:02:33
## 4343 2022-11-29 04:02:27
## 4344 2022-11-29 04:01:36
## 4345 2022-11-29 04:01:02
## 4346 2022-11-29 04:00:41
## 4347 2022-11-29 04:00:27
## 4348 2022-11-29 04:00:24
## 4349 2022-11-29 04:00:15
## 4350 2022-11-29 03:59:15
## 4351 2022-11-29 03:58:47
## 4352 2022-11-29 03:57:56
## 4353 2022-11-29 03:57:17
## 4354 2022-11-29 03:57:05
## 4355 2022-11-29 03:57:01
## 4356 2022-11-29 03:56:55
## 4357 2022-11-29 03:56:49
## 4358 2022-11-29 03:56:30
## 4359 2022-11-29 03:56:18
## 4360 2022-11-29 03:56:15
## 4361 2022-11-29 03:56:14
## 4362 2022-11-29 03:56:08
## 4363 2022-11-29 03:56:03
## 4364 2022-11-29 03:55:54
## 4365 2022-11-29 03:55:49
## 4366 2022-11-29 03:55:40
## 4367 2022-11-29 03:55:25
## 4368 2022-11-29 03:55:25
## 4369 2022-11-29 03:55:24
## 4370 2022-11-29 03:55:08
## 4371 2022-11-29 03:55:01
## 4372 2022-11-29 03:54:52
## 4373 2022-11-29 03:54:18
## 4374 2022-11-29 03:53:39
## 4375 2022-11-29 03:53:08
## 4376 2022-11-29 03:53:02
## 4377 2022-11-29 03:52:02
## 4378 2022-11-29 03:51:54
## 4379 2022-11-29 03:51:49
## 4380 2022-11-29 03:50:46
## 4381 2022-11-29 03:49:47
## 4382 2022-11-29 03:49:32
## 4383 2022-11-29 03:49:02
## 4384 2022-11-29 03:48:56
## 4385 2022-11-29 03:48:22
## 4386 2022-11-29 03:48:10
## 4387 2022-11-29 03:48:00
## 4388 2022-11-29 03:48:00
## 4389 2022-11-29 03:47:55
## 4390 2022-11-29 03:47:45
## 4391 2022-11-29 03:47:11
## 4392 2022-11-29 03:47:03
## 4393 2022-11-29 03:46:57
## 4394 2022-11-29 03:46:35
## 4395 2022-11-29 03:46:03
## 4396 2022-11-29 03:45:38
## 4397 2022-11-29 03:44:55
## 4398 2022-11-29 03:44:14
## 4399 2022-11-29 03:43:57
## 4400 2022-11-29 03:43:04
## 4401 2022-11-29 03:42:59
## 4402 2022-11-29 03:41:54
## 4403 2022-11-29 03:41:21
## 4404 2022-11-29 03:41:17
## 4405 2022-11-29 03:40:26
## 4406 2022-11-29 03:40:25
## 4407 2022-11-29 03:39:58
## 4408 2022-11-29 03:39:31
## 4409 2022-11-29 03:39:25
## 4410 2022-11-29 03:39:23
## 4411 2022-11-29 03:38:43
## 4412 2022-11-29 03:38:42
## 4413 2022-11-29 03:38:02
## 4414 2022-11-29 03:36:57
## 4415 2022-11-29 03:36:21
## 4416 2022-11-29 03:36:07
## 4417 2022-11-29 03:35:25
## 4418 2022-11-29 03:35:07
## 4419 2022-11-29 03:34:48
## 4420 2022-11-29 03:34:08
## 4421 2022-11-29 03:33:23
## 4422 2022-11-29 03:32:42
## 4423 2022-11-29 03:32:16
## 4424 2022-11-29 03:32:02
## 4425 2022-11-29 03:31:59
## 4426 2022-11-29 03:31:52
## 4427 2022-11-29 03:31:36
## 4428 2022-11-29 03:31:25
## 4429 2022-11-29 03:31:06
## 4430 2022-11-29 03:30:27
## 4431 2022-11-29 03:29:47
## 4432 2022-11-29 03:29:38
## 4433 2022-11-29 03:29:18
## 4434 2022-11-29 03:28:44
## 4435 2022-11-29 03:28:43
## 4436 2022-11-29 03:28:16
## 4437 2022-11-29 03:27:52
## 4438 2022-11-29 03:27:47
## 4439 2022-11-29 03:26:25
## 4440 2022-11-29 03:26:22
## 4441 2022-11-29 03:26:10
## 4442 2022-11-29 03:26:02
## 4443 2022-11-29 03:26:00
## 4444 2022-11-29 03:25:54
## 4445 2022-11-29 03:25:53
## 4446 2022-11-29 03:25:28
## 4447 2022-11-29 03:24:06
## 4448 2022-11-29 03:23:54
## 4449 2022-11-29 03:23:35
## 4450 2022-11-29 03:23:07
## 4451 2022-11-29 03:22:49
## 4452 2022-11-29 03:22:20
## 4453 2022-11-29 03:21:59
## 4454 2022-11-29 03:21:56
## 4455 2022-11-29 03:21:52
## 4456 2022-11-29 03:21:19
## 4457 2022-11-29 03:21:05
## 4458 2022-11-29 03:21:00
## 4459 2022-11-29 03:20:31
## 4460 2022-11-29 03:20:21
## 4461 2022-11-29 03:20:02
## 4462 2022-11-29 03:19:51
## 4463 2022-11-29 03:19:38
## 4464 2022-11-29 03:19:36
## 4465 2022-11-29 03:19:34
## 4466 2022-11-29 03:19:33
## 4467 2022-11-29 03:19:31
## 4468 2022-11-29 03:18:43
## 4469 2022-11-29 03:18:29
## 4470 2022-11-29 03:17:55
## 4471 2022-11-29 03:17:16
## 4472 2022-11-29 03:17:16
## 4473 2022-11-29 03:16:53
## 4474 2022-11-29 03:16:45
## 4475 2022-11-29 03:16:43
## 4476 2022-11-29 03:16:41
## 4477 2022-11-29 03:16:36
## 4478 2022-11-29 03:16:27
## 4479 2022-11-29 03:16:25
## 4480 2022-11-29 03:16:20
## 4481 2022-11-29 03:16:11
## 4482 2022-11-29 03:16:07
## 4483 2022-11-29 03:16:01
## 4484 2022-11-29 03:15:54
## 4485 2022-11-29 03:15:18
## 4486 2022-11-29 03:15:13
## 4487 2022-11-29 03:15:04
## 4488 2022-11-29 03:14:52
## 4489 2022-11-29 03:14:52
## 4490 2022-11-29 03:14:43
## 4491 2022-11-29 03:14:21
## 4492 2022-11-29 03:14:18
## 4493 2022-11-29 03:14:11
## 4494 2022-11-29 03:14:08
## 4495 2022-11-29 03:14:06
## 4496 2022-11-29 03:13:46
## 4497 2022-11-29 03:13:45
## 4498 2022-11-29 03:13:27
## 4499 2022-11-29 03:13:19
## 4500 2022-11-29 03:13:06
## 4501 2022-11-29 03:12:56
## 4502 2022-11-29 03:12:49
## 4503 2022-11-29 03:12:38
## 4504 2022-11-29 03:12:33
## 4505 2022-11-29 03:12:21
## 4506 2022-11-29 03:12:16
## 4507 2022-11-29 03:11:23
## 4508 2022-11-29 03:11:12
## 4509 2022-11-29 03:11:02
## 4510 2022-11-29 03:10:09
## 4511 2022-11-29 03:09:49
## 4512 2022-11-29 03:09:37
## 4513 2022-11-29 03:09:01
## 4514 2022-11-29 03:08:53
## 4515 2022-11-29 03:08:45
## 4516 2022-11-29 03:08:18
## 4517 2022-11-29 03:07:38
## 4518 2022-11-29 03:07:12
## 4519 2022-11-29 03:07:02
## 4520 2022-11-29 03:06:35
## 4521 2022-11-29 03:06:09
## 4522 2022-11-29 03:05:53
## 4523 2022-11-29 03:05:52
## 4524 2022-11-29 03:05:32
## 4525 2022-11-29 03:05:32
## 4526 2022-11-29 03:05:16
## 4527 2022-11-29 03:05:09
## 4528 2022-11-29 03:04:24
## 4529 2022-11-29 03:04:04
## 4530 2022-11-29 03:03:59
## 4531 2022-11-29 03:03:52
## 4532 2022-11-29 03:03:43
## 4533 2022-11-29 03:03:43
## 4534 2022-11-29 03:03:38
## 4535 2022-11-29 03:03:31
## 4536 2022-11-29 03:03:13
## 4537 2022-11-29 03:03:10
## 4538 2022-11-29 03:02:07
## 4539 2022-11-29 03:02:02
## 4540 2022-11-29 03:01:48
## 4541 2022-11-29 03:01:06
## 4542 2022-11-29 03:01:05
## 4543 2022-11-29 03:00:39
## 4544 2022-11-29 03:00:21
## 4545 2022-11-29 03:00:16
## 4546 2022-11-29 03:00:10
## 4547 2022-11-29 02:59:50
## 4548 2022-11-29 02:58:59
## 4549 2022-11-29 02:58:51
## 4550 2022-11-29 02:58:38
## 4551 2022-11-29 02:58:35
## 4552 2022-11-29 02:57:41
## 4553 2022-11-29 02:57:26
## 4554 2022-11-29 02:57:23
## 4555 2022-11-29 02:56:55
## 4556 2022-11-29 02:56:53
## 4557 2022-11-29 02:56:36
## 4558 2022-11-29 02:56:18
## 4559 2022-11-29 02:56:13
## 4560 2022-11-29 02:55:54
## 4561 2022-11-29 02:55:37
## 4562 2022-11-29 02:55:34
## 4563 2022-11-29 02:55:31
## 4564 2022-11-29 02:55:26
## 4565 2022-11-29 02:55:10
## 4566 2022-11-29 02:55:08
## 4567 2022-11-29 02:53:50
## 4568 2022-11-29 02:53:37
## 4569 2022-11-29 02:53:13
## 4570 2022-11-29 02:52:52
## 4571 2022-11-29 02:52:43
## 4572 2022-11-29 02:52:35
## 4573 2022-11-29 02:52:10
## 4574 2022-11-29 02:52:10
## 4575 2022-11-29 02:51:59
## 4576 2022-11-29 02:51:40
## 4577 2022-11-29 02:51:14
## 4578 2022-11-29 02:51:00
## 4579 2022-11-29 02:50:35
## 4580 2022-11-29 02:50:25
## 4581 2022-11-29 02:50:06
## 4582 2022-11-29 02:50:03
## 4583 2022-11-29 02:49:53
## 4584 2022-11-29 02:49:32
## 4585 2022-11-29 02:49:17
## 4586 2022-11-29 02:49:16
## 4587 2022-11-29 02:49:08
## 4588 2022-11-29 02:49:07
## 4589 2022-11-29 02:48:58
## 4590 2022-11-29 02:48:34
## 4591 2022-11-29 02:48:20
## 4592 2022-11-29 02:48:17
## 4593 2022-11-29 02:48:03
## 4594 2022-11-29 02:47:55
## 4595 2022-11-29 02:47:41
## 4596 2022-11-29 02:47:26
## 4597 2022-11-29 02:46:53
## 4598 2022-11-29 02:46:41
## 4599 2022-11-29 02:46:41
## 4600 2022-11-29 02:46:39
## 4601 2022-11-29 02:46:36
## 4602 2022-11-29 02:46:18
## 4603 2022-11-29 02:46:13
## 4604 2022-11-29 02:45:59
## 4605 2022-11-29 02:45:52
## 4606 2022-11-29 02:45:49
## 4607 2022-11-29 02:45:33
## 4608 2022-11-29 02:45:24
## 4609 2022-11-29 02:45:15
## 4610 2022-11-29 02:45:10
## 4611 2022-11-29 02:45:10
## 4612 2022-11-29 02:45:08
## 4613 2022-11-29 02:44:57
## 4614 2022-11-29 02:44:42
## 4615 2022-11-29 02:44:40
## 4616 2022-11-29 02:44:38
## 4617 2022-11-29 02:44:35
## 4618 2022-11-29 02:44:32
## 4619 2022-11-29 02:44:30
## 4620 2022-11-29 02:44:28
## 4621 2022-11-29 02:44:24
## 4622 2022-11-29 02:44:19
## 4623 2022-11-29 02:44:16
## 4624 2022-11-29 02:44:16
## 4625 2022-11-29 02:44:04
## 4626 2022-11-29 02:44:03
## 4627 2022-11-29 02:44:02
## 4628 2022-11-29 02:43:59
## 4629 2022-11-29 02:43:48
## 4630 2022-11-29 02:43:35
## 4631 2022-11-29 02:43:16
## 4632 2022-11-29 02:43:13
## 4633 2022-11-29 02:43:10
## 4634 2022-11-29 02:43:08
## 4635 2022-11-29 02:43:04
## 4636 2022-11-29 02:43:03
## 4637 2022-11-29 02:42:58
## 4638 2022-11-29 02:42:56
## 4639 2022-11-29 02:42:51
## 4640 2022-11-29 02:42:51
## 4641 2022-11-29 02:42:47
## 4642 2022-11-29 02:42:37
## 4643 2022-11-29 02:42:35
## 4644 2022-11-29 02:42:25
## 4645 2022-11-29 02:42:21
## 4646 2022-11-29 02:42:17
## 4647 2022-11-29 02:42:17
## 4648 2022-11-29 02:42:15
## 4649 2022-11-29 02:42:10
## 4650 2022-11-29 02:42:09
## 4651 2022-11-29 02:42:08
## 4652 2022-11-29 02:42:04
## 4653 2022-11-29 02:42:04
## 4654 2022-11-29 02:42:01
## 4655 2022-11-29 02:41:57
## 4656 2022-11-29 02:41:54
## 4657 2022-11-29 02:41:54
## 4658 2022-11-29 02:41:47
## 4659 2022-11-29 02:41:46
## 4660 2022-11-29 02:41:41
## 4661 2022-11-29 02:41:39
## 4662 2022-11-29 02:41:33
## 4663 2022-11-29 02:41:30
## 4664 2022-11-29 02:41:30
## 4665 2022-11-29 02:41:29
## 4666 2022-11-29 02:41:28
## 4667 2022-11-29 02:41:28
## 4668 2022-11-29 02:41:28
## 4669 2022-11-29 02:41:24
## 4670 2022-11-29 02:41:24
## 4671 2022-11-29 02:41:23
## 4672 2022-11-29 02:41:22
## 4673 2022-11-29 02:41:19
## 4674 2022-11-29 02:41:17
## 4675 2022-11-29 02:41:16
## 4676 2022-11-29 02:41:14
## 4677 2022-11-29 02:41:14
## 4678 2022-11-29 02:41:10
## 4679 2022-11-29 02:41:09
## 4680 2022-11-29 02:41:07
## 4681 2022-11-29 02:41:05
## 4682 2022-11-29 02:41:03
## 4683 2022-11-29 02:41:01
## 4684 2022-11-29 02:41:00
## 4685 2022-11-29 02:41:00
## 4686 2022-11-29 02:40:59
## 4687 2022-11-29 02:40:58
## 4688 2022-11-29 02:40:58
## 4689 2022-11-29 02:40:57
## 4690 2022-11-29 02:40:55
## 4691 2022-11-29 02:40:54
## 4692 2022-11-29 02:40:54
## 4693 2022-11-29 02:40:53
## 4694 2022-11-29 02:40:53
## 4695 2022-11-29 02:40:53
## 4696 2022-11-29 02:40:52
## 4697 2022-11-29 02:40:51
## 4698 2022-11-29 02:40:50
## 4699 2022-11-29 02:40:48
## 4700 2022-11-29 02:40:48
## 4701 2022-11-29 02:40:48
## 4702 2022-11-29 02:40:47
## 4703 2022-11-29 02:40:46
## 4704 2022-11-29 02:40:46
## 4705 2022-11-29 02:40:45
## 4706 2022-11-29 02:40:44
## 4707 2022-11-29 02:40:43
## 4708 2022-11-29 02:40:43
## 4709 2022-11-29 02:40:43
## 4710 2022-11-29 02:40:42
## 4711 2022-11-29 02:40:40
## 4712 2022-11-29 02:40:40
## 4713 2022-11-29 02:40:39
## 4714 2022-11-29 02:40:37
## 4715 2022-11-29 02:40:37
## 4716 2022-11-29 02:40:36
## 4717 2022-11-29 02:40:35
## 4718 2022-11-29 02:40:35
## 4719 2022-11-29 02:40:35
## 4720 2022-11-29 02:40:35
## 4721 2022-11-29 02:40:35
## 4722 2022-11-29 02:40:34
## 4723 2022-11-29 02:40:33
## 4724 2022-11-29 02:40:32
## 4725 2022-11-29 02:40:31
## 4726 2022-11-29 02:40:30
## 4727 2022-11-29 02:40:30
## 4728 2022-11-29 02:40:29
## 4729 2022-11-29 02:40:28
## 4730 2022-11-29 02:40:27
## 4731 2022-11-29 02:40:27
## 4732 2022-11-29 02:40:26
## 4733 2022-11-29 02:40:24
## 4734 2022-11-29 02:40:23
## 4735 2022-11-29 02:40:23
## 4736 2022-11-29 02:40:21
## 4737 2022-11-29 02:40:21
## 4738 2022-11-29 02:40:21
## 4739 2022-11-29 02:40:20
## 4740 2022-11-29 02:40:17
## 4741 2022-11-29 02:40:16
## 4742 2022-11-29 02:40:15
## 4743 2022-11-29 02:40:15
## 4744 2022-11-29 02:40:14
## 4745 2022-11-29 02:40:14
## 4746 2022-11-29 02:40:13
## 4747 2022-11-29 02:40:13
## 4748 2022-11-29 02:40:13
## 4749 2022-11-29 02:40:13
## 4750 2022-11-29 02:40:13
## 4751 2022-11-29 02:40:12
## 4752 2022-11-29 02:40:12
## 4753 2022-11-29 02:40:11
## 4754 2022-11-29 02:40:10
## 4755 2022-11-29 02:40:09
## 4756 2022-11-29 02:40:06
## 4757 2022-11-29 02:40:03
## 4758 2022-11-29 02:39:40
## 4759 2022-11-29 02:39:23
## 4760 2022-11-29 02:39:20
## 4761 2022-11-29 02:39:19
## 4762 2022-11-29 02:39:18
## 4763 2022-11-29 02:39:00
## 4764 2022-11-29 02:38:54
## 4765 2022-11-29 02:38:35
## 4766 2022-11-29 02:38:33
## 4767 2022-11-29 02:38:24
## 4768 2022-11-29 02:38:09
## 4769 2022-11-29 02:37:59
## 4770 2022-11-29 02:37:56
## 4771 2022-11-29 02:37:37
## 4772 2022-11-29 02:37:33
## 4773 2022-11-29 02:37:09
## 4774 2022-11-29 02:36:53
## 4775 2022-11-29 02:36:46
## 4776 2022-11-29 02:36:36
## 4777 2022-11-29 02:36:29
## 4778 2022-11-29 02:36:26
## 4779 2022-11-29 02:36:22
## 4780 2022-11-29 02:35:47
## 4781 2022-11-29 02:35:34
## 4782 2022-11-29 02:35:20
## 4783 2022-11-29 02:35:03
## 4784 2022-11-29 02:34:48
## 4785 2022-11-29 02:34:45
## 4786 2022-11-29 02:34:38
## 4787 2022-11-29 02:34:34
## 4788 2022-11-29 02:34:30
## 4789 2022-11-29 02:34:22
## 4790 2022-11-29 02:34:11
## 4791 2022-11-29 02:34:07
## 4792 2022-11-29 02:34:06
## 4793 2022-11-29 02:34:01
## 4794 2022-11-29 02:33:37
## 4795 2022-11-29 02:33:33
## 4796 2022-11-29 02:33:10
## 4797 2022-11-29 02:33:08
## 4798 2022-11-29 02:33:00
## 4799 2022-11-29 02:32:55
## 4800 2022-11-29 02:32:54
## 4801 2022-11-29 02:32:21
## 4802 2022-11-29 02:32:20
## 4803 2022-11-29 02:32:11
## 4804 2022-11-29 02:32:06
## 4805 2022-11-29 02:31:58
## 4806 2022-11-29 02:31:14
## 4807 2022-11-29 02:31:09
## 4808 2022-11-29 02:31:06
## 4809 2022-11-29 02:30:56
## 4810 2022-11-29 02:30:52
## 4811 2022-11-29 02:30:50
## 4812 2022-11-29 02:30:44
## 4813 2022-11-29 02:30:41
## 4814 2022-11-29 02:30:37
## 4815 2022-11-29 02:30:35
## 4816 2022-11-29 02:30:20
## 4817 2022-11-29 02:30:19
## 4818 2022-11-29 02:30:18
## 4819 2022-11-29 02:30:12
## 4820 2022-11-29 02:30:12
## 4821 2022-11-29 02:30:04
## 4822 2022-11-29 02:29:56
## 4823 2022-11-29 02:29:55
## 4824 2022-11-29 02:29:34
## 4825 2022-11-29 02:28:10
## 4826 2022-11-29 02:28:08
## 4827 2022-11-29 02:28:04
## 4828 2022-11-29 02:27:53
## 4829 2022-11-29 02:27:44
## 4830 2022-11-29 02:27:15
## 4831 2022-11-29 02:26:57
## 4832 2022-11-29 02:26:24
## 4833 2022-11-29 02:26:01
## 4834 2022-11-29 02:25:59
## 4835 2022-11-29 02:25:47
## 4836 2022-11-29 02:25:41
## 4837 2022-11-29 02:25:27
## 4838 2022-11-29 02:25:24
## 4839 2022-11-29 02:25:12
## 4840 2022-11-29 02:24:59
## 4841 2022-11-29 02:24:26
## 4842 2022-11-29 02:24:19
## 4843 2022-11-29 02:23:47
## 4844 2022-11-29 02:23:40
## 4845 2022-11-29 02:23:25
## 4846 2022-11-29 02:22:39
## 4847 2022-11-29 02:22:22
## 4848 2022-11-29 02:22:18
## 4849 2022-11-29 02:21:40
## 4850 2022-11-29 02:21:20
## 4851 2022-11-29 02:20:56
## 4852 2022-11-29 02:20:41
## 4853 2022-11-29 02:20:11
## 4854 2022-11-29 02:20:08
## 4855 2022-11-29 02:20:04
## 4856 2022-11-29 02:19:29
## 4857 2022-11-29 02:19:14
## 4858 2022-11-29 02:19:13
## 4859 2022-11-29 02:18:46
## 4860 2022-11-29 02:18:28
## 4861 2022-11-29 02:18:23
## 4862 2022-11-29 02:18:18
## 4863 2022-11-29 02:18:15
## 4864 2022-11-29 02:17:51
## 4865 2022-11-29 02:17:42
## 4866 2022-11-29 02:17:06
## 4867 2022-11-29 02:16:50
## 4868 2022-11-29 02:16:33
## 4869 2022-11-29 02:16:29
## 4870 2022-11-29 02:16:11
## 4871 2022-11-29 02:16:08
## 4872 2022-11-29 02:15:20
## 4873 2022-11-29 02:15:14
## 4874 2022-11-29 02:15:13
## 4875 2022-11-29 02:15:03
## 4876 2022-11-29 02:14:32
## 4877 2022-11-29 02:14:31
## 4878 2022-11-29 02:14:28
## 4879 2022-11-29 02:14:23
## 4880 2022-11-29 02:14:06
## 4881 2022-11-29 02:14:02
## 4882 2022-11-29 02:13:52
## 4883 2022-11-29 02:13:09
## 4884 2022-11-29 02:13:05
## 4885 2022-11-29 02:12:44
## 4886 2022-11-29 02:12:17
## 4887 2022-11-29 02:12:05
## 4888 2022-11-29 02:12:04
## 4889 2022-11-29 02:12:00
## 4890 2022-11-29 02:11:57
## 4891 2022-11-29 02:11:51
## 4892 2022-11-29 02:11:27
## 4893 2022-11-29 02:11:26
## 4894 2022-11-29 02:11:01
## 4895 2022-11-29 02:11:01
## 4896 2022-11-29 02:10:40
## 4897 2022-11-29 02:10:24
## 4898 2022-11-29 02:09:42
## 4899 2022-11-29 02:09:39
## 4900 2022-11-29 02:09:36
## 4901 2022-11-29 02:09:10
## 4902 2022-11-29 02:09:05
## 4903 2022-11-29 02:07:57
## 4904 2022-11-29 02:07:56
## 4905 2022-11-29 02:07:32
## 4906 2022-11-29 02:07:23
## 4907 2022-11-29 02:07:11
## 4908 2022-11-29 02:07:04
## 4909 2022-11-29 02:06:48
## 4910 2022-11-29 02:06:39
## 4911 2022-11-29 02:06:25
## 4912 2022-11-29 02:06:00
## 4913 2022-11-29 02:05:55
## 4914 2022-11-29 02:05:27
## 4915 2022-11-29 02:05:13
## 4916 2022-11-29 02:05:05
## 4917 2022-11-29 02:04:47
## 4918 2022-11-29 02:04:39
## 4919 2022-11-29 02:04:32
## 4920 2022-11-29 02:04:21
## 4921 2022-11-29 02:04:07
## 4922 2022-11-29 02:03:59
## 4923 2022-11-29 02:03:52
## 4924 2022-11-29 02:03:33
## 4925 2022-11-29 02:03:05
## 4926 2022-11-29 02:03:02
## 4927 2022-11-29 02:02:46
## 4928 2022-11-29 02:02:31
## 4929 2022-11-29 02:02:30
## 4930 2022-11-29 02:02:21
## 4931 2022-11-29 02:02:21
## 4932 2022-11-29 02:02:17
## 4933 2022-11-29 02:02:14
## 4934 2022-11-29 02:02:11
## 4935 2022-11-29 02:02:06
## 4936 2022-11-29 02:02:05
## 4937 2022-11-29 02:02:04
## 4938 2022-11-29 02:02:04
## 4939 2022-11-29 02:01:41
## 4940 2022-11-29 02:01:15
## 4941 2022-11-29 02:01:06
## 4942 2022-11-29 02:01:04
## 4943 2022-11-29 02:01:00
## 4944 2022-11-29 02:00:54
## 4945 2022-11-29 02:00:45
## 4946 2022-11-29 02:00:30
## 4947 2022-11-29 02:00:28
## 4948 2022-11-29 02:00:20
## 4949 2022-11-29 02:00:09
## 4950 2022-11-29 02:00:06
## 4951 2022-11-29 01:59:59
## 4952 2022-11-29 01:59:58
## 4953 2022-11-29 01:59:53
## 4954 2022-11-29 01:59:47
## 4955 2022-11-29 01:59:35
## 4956 2022-11-29 01:59:18
## 4957 2022-11-29 01:59:12
## 4958 2022-11-29 01:58:54
## 4959 2022-11-29 01:58:50
## 4960 2022-11-29 01:58:13
## 4961 2022-11-29 01:57:59
## 4962 2022-11-29 01:57:48
## 4963 2022-11-29 01:57:45
## 4964 2022-11-29 01:57:41
## 4965 2022-11-29 01:57:36
## 4966 2022-11-29 01:57:34
## 4967 2022-11-29 01:57:29
## 4968 2022-11-29 01:57:28
## 4969 2022-11-29 01:57:24
## 4970 2022-11-29 01:57:19
## 4971 2022-11-29 01:57:11
## 4972 2022-11-29 01:57:10
## 4973 2022-11-29 01:56:58
## 4974 2022-11-29 01:56:57
## 4975 2022-11-29 01:56:49
## 4976 2022-11-29 01:56:40
## 4977 2022-11-29 01:56:36
## 4978 2022-11-29 01:56:25
## 4979 2022-11-29 01:56:10
## 4980 2022-11-29 01:56:08
## 4981 2022-11-29 01:56:03
## 4982 2022-11-29 01:55:57
## 4983 2022-11-29 01:55:20
## 4984 2022-11-29 01:55:16
## 4985 2022-11-29 01:55:15
## 4986 2022-11-29 01:54:40
## 4987 2022-11-29 01:54:28
## 4988 2022-11-29 01:54:18
## 4989 2022-11-29 01:54:18
## 4990 2022-11-29 01:54:17
## 4991 2022-11-29 01:53:57
## 4992 2022-11-29 01:53:40
## 4993 2022-11-29 01:53:06
## 4994 2022-11-29 01:52:59
## 4995 2022-11-29 01:52:57
## 4996 2022-11-29 01:52:53
## 4997 2022-11-29 01:52:52
## 4998 2022-11-29 01:52:42
## 4999 2022-11-29 01:52:26
## 5000 2022-11-29 01:52:19
## 5001 2022-11-29 01:51:45
## 5002 2022-11-29 01:51:26
## 5003 2022-11-29 01:51:25
## 5004 2022-11-29 01:51:03
## 5005 2022-11-29 01:50:39
## 5006 2022-11-29 01:50:00
## 5007 2022-11-29 01:49:53
## 5008 2022-11-29 01:49:51
## 5009 2022-11-29 01:49:39
## 5010 2022-11-29 01:49:32
## 5011 2022-11-29 01:49:18
## 5012 2022-11-29 01:49:10
## 5013 2022-11-29 01:48:38
## 5014 2022-11-29 01:48:35
## 5015 2022-11-29 01:48:33
## 5016 2022-11-29 01:48:17
## 5017 2022-11-29 01:48:14
## 5018 2022-11-29 01:47:36
## 5019 2022-11-29 01:47:36
## 5020 2022-11-29 01:47:27
## 5021 2022-11-29 01:47:26
## 5022 2022-11-29 01:47:06
## 5023 2022-11-29 01:47:05
## 5024 2022-11-29 01:46:04
## 5025 2022-11-29 01:45:57
## 5026 2022-11-29 01:45:45
## 5027 2022-11-29 01:45:44
## 5028 2022-11-29 01:45:40
## 5029 2022-11-29 01:45:29
## 5030 2022-11-29 01:44:51
## 5031 2022-11-29 01:44:50
## 5032 2022-11-29 01:44:49
## 5033 2022-11-29 01:44:45
## 5034 2022-11-29 01:44:30
## 5035 2022-11-29 01:44:17
## 5036 2022-11-29 01:44:15
## 5037 2022-11-29 01:43:55
## 5038 2022-11-29 01:43:52
## 5039 2022-11-29 01:43:43
## 5040 2022-11-29 01:43:30
## 5041 2022-11-29 01:43:13
## 5042 2022-11-29 01:43:11
## 5043 2022-11-29 01:42:57
## 5044 2022-11-29 01:42:47
## 5045 2022-11-29 01:42:28
## 5046 2022-11-29 01:42:27
## 5047 2022-11-29 01:42:09
## 5048 2022-11-29 01:42:09
## 5049 2022-11-29 01:41:59
## 5050 2022-11-29 01:41:58
## 5051 2022-11-29 01:41:55
## 5052 2022-11-29 01:41:20
## 5053 2022-11-29 01:41:05
## 5054 2022-11-29 01:41:04
## 5055 2022-11-29 01:40:51
## 5056 2022-11-29 01:40:27
## 5057 2022-11-29 01:39:25
## 5058 2022-11-29 01:39:08
## 5059 2022-11-29 01:38:43
## 5060 2022-11-29 01:38:37
## 5061 2022-11-29 01:38:27
## 5062 2022-11-29 01:38:01
## 5063 2022-11-29 01:38:01
## 5064 2022-11-29 01:37:57
## 5065 2022-11-29 01:37:54
## 5066 2022-11-29 01:37:48
## 5067 2022-11-29 01:37:36
## 5068 2022-11-29 01:37:32
## 5069 2022-11-29 01:37:15
## 5070 2022-11-29 01:37:08
## 5071 2022-11-29 01:37:00
## 5072 2022-11-29 01:36:58
## 5073 2022-11-29 01:36:46
## 5074 2022-11-29 01:36:44
## 5075 2022-11-29 01:36:18
## 5076 2022-11-29 01:36:09
## 5077 2022-11-29 01:35:55
## 5078 2022-11-29 01:35:50
## 5079 2022-11-29 01:35:48
## 5080 2022-11-29 01:35:35
## 5081 2022-11-29 01:35:26
## 5082 2022-11-29 01:35:25
## 5083 2022-11-29 01:34:47
## 5084 2022-11-29 01:34:40
## 5085 2022-11-29 01:34:30
## 5086 2022-11-29 01:33:50
## 5087 2022-11-29 01:33:47
## 5088 2022-11-29 01:33:44
## 5089 2022-11-29 01:33:36
## 5090 2022-11-29 01:33:35
## 5091 2022-11-29 01:33:30
## 5092 2022-11-29 01:33:23
## 5093 2022-11-29 01:33:20
## 5094 2022-11-29 01:33:09
## 5095 2022-11-29 01:33:06
## 5096 2022-11-29 01:33:02
## 5097 2022-11-29 01:32:58
## 5098 2022-11-29 01:32:48
## 5099 2022-11-29 01:32:47
## 5100 2022-11-29 01:32:42
## 5101 2022-11-29 01:32:02
## 5102 2022-11-29 01:31:39
## 5103 2022-11-29 01:31:28
## 5104 2022-11-29 01:31:18
## 5105 2022-11-29 01:31:05
## 5106 2022-11-29 01:31:04
## 5107 2022-11-29 01:30:56
## 5108 2022-11-29 01:30:50
## 5109 2022-11-29 01:30:48
## 5110 2022-11-29 01:30:33
## 5111 2022-11-29 01:29:59
## 5112 2022-11-29 01:29:25
## 5113 2022-11-29 01:29:23
## 5114 2022-11-29 01:29:07
## 5115 2022-11-29 01:29:04
## 5116 2022-11-29 01:28:34
## 5117 2022-11-29 01:28:33
## 5118 2022-11-29 01:28:32
## 5119 2022-11-29 01:28:29
## 5120 2022-11-29 01:27:57
## 5121 2022-11-29 01:27:40
## 5122 2022-11-29 01:27:30
## 5123 2022-11-29 01:27:29
## 5124 2022-11-29 01:26:43
## 5125 2022-11-29 01:26:12
## 5126 2022-11-29 01:25:26
## 5127 2022-11-29 01:25:21
## 5128 2022-11-29 01:23:23
## 5129 2022-11-29 01:23:22
## 5130 2022-11-29 01:23:16
## 5131 2022-11-29 01:22:46
## 5132 2022-11-29 01:21:42
## 5133 2022-11-29 01:21:32
## 5134 2022-11-29 01:21:22
## 5135 2022-11-29 01:21:10
## 5136 2022-11-29 01:20:53
## 5137 2022-11-29 01:20:42
## 5138 2022-11-29 01:20:41
## 5139 2022-11-29 01:20:19
## 5140 2022-11-29 01:20:08
## 5141 2022-11-29 01:19:58
## 5142 2022-11-29 01:19:58
## 5143 2022-11-29 01:19:33
## 5144 2022-11-29 01:19:30
## 5145 2022-11-29 01:19:18
## 5146 2022-11-29 01:19:16
## 5147 2022-11-29 01:18:59
## 5148 2022-11-29 01:18:54
## 5149 2022-11-29 01:18:45
## 5150 2022-11-29 01:18:02
## 5151 2022-11-29 01:17:54
## 5152 2022-11-29 01:17:49
## 5153 2022-11-29 01:17:39
## 5154 2022-11-29 01:17:27
## 5155 2022-11-29 01:17:26
## 5156 2022-11-29 01:17:11
## 5157 2022-11-29 01:17:07
## 5158 2022-11-29 01:17:04
## 5159 2022-11-29 01:16:51
## 5160 2022-11-29 01:16:51
## 5161 2022-11-29 01:16:44
## 5162 2022-11-29 01:16:43
## 5163 2022-11-29 01:16:21
## 5164 2022-11-29 01:16:15
## 5165 2022-11-29 01:15:56
## 5166 2022-11-29 01:15:52
## 5167 2022-11-29 01:15:51
## 5168 2022-11-29 01:15:40
## 5169 2022-11-29 01:15:39
## 5170 2022-11-29 01:15:23
## 5171 2022-11-29 01:15:21
## 5172 2022-11-29 01:15:14
## 5173 2022-11-29 01:14:24
## 5174 2022-11-29 01:14:12
## 5175 2022-11-29 01:14:08
## 5176 2022-11-29 01:14:00
## 5177 2022-11-29 01:13:51
## 5178 2022-11-29 01:13:22
## 5179 2022-11-29 01:12:13
## 5180 2022-11-29 01:11:37
## 5181 2022-11-29 01:11:33
## 5182 2022-11-29 01:11:31
## 5183 2022-11-29 01:11:28
## 5184 2022-11-29 01:11:28
## 5185 2022-11-29 01:10:39
## 5186 2022-11-29 01:09:43
## 5187 2022-11-29 01:09:02
## 5188 2022-11-29 01:08:45
## 5189 2022-11-29 01:08:38
## 5190 2022-11-29 01:08:09
## 5191 2022-11-29 01:07:00
## 5192 2022-11-29 01:06:56
## 5193 2022-11-29 01:06:24
## 5194 2022-11-29 01:06:18
## 5195 2022-11-29 01:06:10
## 5196 2022-11-29 01:06:04
## 5197 2022-11-29 01:05:56
## 5198 2022-11-29 01:05:54
## 5199 2022-11-29 01:05:54
## 5200 2022-11-29 01:05:48
## 5201 2022-11-29 01:05:27
## 5202 2022-11-29 01:05:06
## 5203 2022-11-29 01:04:59
## 5204 2022-11-29 01:04:57
## 5205 2022-11-29 01:04:37
## 5206 2022-11-29 01:04:03
## 5207 2022-11-29 01:03:59
## 5208 2022-11-29 01:03:43
## 5209 2022-11-29 01:03:42
## 5210 2022-11-29 01:03:32
## 5211 2022-11-29 01:03:27
## 5212 2022-11-29 01:03:06
## 5213 2022-11-29 01:02:34
## 5214 2022-11-29 01:02:19
## 5215 2022-11-29 01:01:26
## 5216 2022-11-29 01:01:24
## 5217 2022-11-29 01:01:12
## 5218 2022-11-29 01:00:47
## 5219 2022-11-29 01:00:42
## 5220 2022-11-29 01:00:39
## 5221 2022-11-29 01:00:27
## 5222 2022-11-29 01:00:12
## 5223 2022-11-29 01:00:01
## 5224 2022-11-29 00:59:54
## 5225 2022-11-29 00:59:35
## 5226 2022-11-29 00:59:32
## 5227 2022-11-29 00:59:28
## 5228 2022-11-29 00:59:19
## 5229 2022-11-29 00:59:10
## 5230 2022-11-29 00:59:06
## 5231 2022-11-29 00:59:03
## 5232 2022-11-29 00:58:49
## 5233 2022-11-29 00:58:04
## 5234 2022-11-29 00:57:27
## 5235 2022-11-29 00:56:58
## 5236 2022-11-29 00:56:55
## 5237 2022-11-29 00:56:48
## 5238 2022-11-29 00:56:30
## 5239 2022-11-29 00:56:27
## 5240 2022-11-29 00:56:16
## 5241 2022-11-29 00:55:55
## 5242 2022-11-29 00:55:33
## 5243 2022-11-29 00:55:32
## 5244 2022-11-29 00:55:07
## 5245 2022-11-29 00:54:59
## 5246 2022-11-29 00:54:56
## 5247 2022-11-29 00:54:43
## 5248 2022-11-29 00:54:23
## 5249 2022-11-29 00:53:49
## 5250 2022-11-29 00:53:31
## 5251 2022-11-29 00:53:18
## 5252 2022-11-29 00:53:10
## 5253 2022-11-29 00:53:02
## 5254 2022-11-29 00:52:37
## 5255 2022-11-29 00:52:26
## 5256 2022-11-29 00:52:23
## 5257 2022-11-29 00:52:22
## 5258 2022-11-29 00:52:10
## 5259 2022-11-29 00:52:05
## 5260 2022-11-29 00:52:03
## 5261 2022-11-29 00:52:02
## 5262 2022-11-29 00:51:43
## 5263 2022-11-29 00:51:10
## 5264 2022-11-29 00:51:10
## 5265 2022-11-29 00:50:48
## 5266 2022-11-29 00:50:17
## 5267 2022-11-29 00:50:08
## 5268 2022-11-29 00:49:57
## 5269 2022-11-29 00:49:17
## 5270 2022-11-29 00:49:15
## 5271 2022-11-29 00:49:12
## 5272 2022-11-29 00:49:06
## 5273 2022-11-29 00:48:48
## 5274 2022-11-29 00:48:44
## 5275 2022-11-29 00:48:23
## 5276 2022-11-29 00:48:22
## 5277 2022-11-29 00:48:09
## 5278 2022-11-29 00:48:09
## 5279 2022-11-29 00:47:59
## 5280 2022-11-29 00:47:21
## 5281 2022-11-29 00:46:42
## 5282 2022-11-29 00:46:29
## 5283 2022-11-29 00:46:28
## 5284 2022-11-29 00:46:22
## 5285 2022-11-29 00:45:54
## 5286 2022-11-29 00:45:36
## 5287 2022-11-29 00:45:11
## 5288 2022-11-29 00:44:22
## 5289 2022-11-29 00:44:19
## 5290 2022-11-29 00:44:19
## 5291 2022-11-29 00:44:00
## 5292 2022-11-29 00:43:37
## 5293 2022-11-29 00:42:20
## 5294 2022-11-29 00:41:43
## 5295 2022-11-29 00:41:38
## 5296 2022-11-29 00:41:32
## 5297 2022-11-29 00:41:32
## 5298 2022-11-29 00:41:24
## 5299 2022-11-29 00:41:12
## 5300 2022-11-29 00:40:54
## 5301 2022-11-29 00:40:22
## 5302 2022-11-29 00:40:17
## 5303 2022-11-29 00:40:15
## 5304 2022-11-29 00:40:06
## 5305 2022-11-29 00:39:43
## 5306 2022-11-29 00:39:31
## 5307 2022-11-29 00:39:31
## 5308 2022-11-29 00:38:34
## 5309 2022-11-29 00:38:05
## 5310 2022-11-29 00:37:51
## 5311 2022-11-29 00:37:50
## 5312 2022-11-29 00:37:35
## 5313 2022-11-29 00:36:38
## 5314 2022-11-29 00:35:53
## 5315 2022-11-29 00:35:51
## 5316 2022-11-29 00:35:48
## 5317 2022-11-29 00:35:39
## 5318 2022-11-29 00:35:29
## 5319 2022-11-29 00:35:02
## 5320 2022-11-29 00:34:35
## 5321 2022-11-29 00:34:27
## 5322 2022-11-29 00:34:23
## 5323 2022-11-29 00:34:13
## 5324 2022-11-29 00:33:30
## 5325 2022-11-29 00:33:23
## 5326 2022-11-29 00:32:57
## 5327 2022-11-29 00:32:28
## 5328 2022-11-29 00:32:28
## 5329 2022-11-29 00:32:25
## 5330 2022-11-29 00:31:53
## 5331 2022-11-29 00:31:50
## 5332 2022-11-29 00:31:39
## 5333 2022-11-29 00:31:14
## 5334 2022-11-29 00:31:00
## 5335 2022-11-29 00:30:45
## 5336 2022-11-29 00:30:20
## 5337 2022-11-29 00:30:16
## 5338 2022-11-29 00:30:08
## 5339 2022-11-29 00:29:52
## 5340 2022-11-29 00:29:34
## 5341 2022-11-29 00:29:19
## 5342 2022-11-29 00:29:12
## 5343 2022-11-29 00:28:50
## 5344 2022-11-29 00:28:47
## 5345 2022-11-29 00:28:45
## 5346 2022-11-29 00:27:51
## 5347 2022-11-29 00:27:48
## 5348 2022-11-29 00:27:41
## 5349 2022-11-29 00:27:39
## 5350 2022-11-29 00:27:37
## 5351 2022-11-29 00:27:17
## 5352 2022-11-29 00:26:37
## 5353 2022-11-29 00:26:29
## 5354 2022-11-29 00:26:04
## 5355 2022-11-29 00:25:50
## 5356 2022-11-29 00:25:23
## 5357 2022-11-29 00:24:47
## 5358 2022-11-29 00:24:38
## 5359 2022-11-29 00:24:16
## 5360 2022-11-29 00:23:44
## 5361 2022-11-29 00:22:57
## 5362 2022-11-29 00:22:24
## 5363 2022-11-29 00:22:07
## 5364 2022-11-29 00:22:01
## 5365 2022-11-29 00:21:46
## 5366 2022-11-29 00:21:44
## 5367 2022-11-29 00:21:38
## 5368 2022-11-29 00:20:46
## 5369 2022-11-29 00:20:33
## 5370 2022-11-29 00:20:25
## 5371 2022-11-29 00:20:23
## 5372 2022-11-29 00:20:17
## 5373 2022-11-29 00:20:10
## 5374 2022-11-29 00:20:09
## 5375 2022-11-29 00:20:00
## 5376 2022-11-29 00:19:47
## 5377 2022-11-29 00:19:47
## 5378 2022-11-29 00:19:35
## 5379 2022-11-29 00:19:10
## 5380 2022-11-29 00:18:45
## 5381 2022-11-29 00:18:45
## 5382 2022-11-29 00:18:26
## 5383 2022-11-29 00:18:04
## 5384 2022-11-29 00:17:36
## 5385 2022-11-29 00:16:58
## 5386 2022-11-29 00:16:33
## 5387 2022-11-29 00:16:28
## 5388 2022-11-29 00:16:25
## 5389 2022-11-29 00:15:49
## 5390 2022-11-29 00:15:08
## 5391 2022-11-29 00:15:06
## 5392 2022-11-29 00:14:29
## 5393 2022-11-29 00:14:11
## 5394 2022-11-29 00:13:57
## 5395 2022-11-29 00:13:52
## 5396 2022-11-29 00:13:33
## 5397 2022-11-29 00:13:20
## 5398 2022-11-29 00:13:15
## 5399 2022-11-29 00:13:10
## 5400 2022-11-29 00:12:35
## 5401 2022-11-29 00:12:33
## 5402 2022-11-29 00:12:07
## 5403 2022-11-29 00:11:30
## 5404 2022-11-29 00:11:25
## 5405 2022-11-29 00:11:12
## 5406 2022-11-29 00:11:11
## 5407 2022-11-29 00:10:58
## 5408 2022-11-29 00:10:35
## 5409 2022-11-29 00:10:21
## 5410 2022-11-29 00:10:18
## 5411 2022-11-29 00:10:12
## 5412 2022-11-29 00:09:56
## 5413 2022-11-29 00:09:46
## 5414 2022-11-29 00:09:39
## 5415 2022-11-29 00:09:37
## 5416 2022-11-29 00:09:35
## 5417 2022-11-29 00:09:34
## 5418 2022-11-29 00:09:11
## 5419 2022-11-29 00:09:08
## 5420 2022-11-29 00:08:09
## 5421 2022-11-29 00:07:48
## 5422 2022-11-29 00:07:43
## 5423 2022-11-29 00:07:42
## 5424 2022-11-29 00:07:10
## 5425 2022-11-29 00:07:08
## 5426 2022-11-29 00:07:05
## 5427 2022-11-29 00:06:59
## 5428 2022-11-29 00:06:59
## 5429 2022-11-29 00:06:50
## 5430 2022-11-29 00:06:43
## 5431 2022-11-29 00:05:58
## 5432 2022-11-29 00:05:50
## 5433 2022-11-29 00:05:23
## 5434 2022-11-29 00:05:03
## 5435 2022-11-29 00:04:56
## 5436 2022-11-29 00:04:55
## 5437 2022-11-29 00:04:36
## 5438 2022-11-29 00:04:02
## 5439 2022-11-29 00:04:00
## 5440 2022-11-29 00:03:48
## 5441 2022-11-29 00:03:28
## 5442 2022-11-29 00:03:17
## 5443 2022-11-29 00:03:06
## 5444 2022-11-29 00:02:27
## 5445 2022-11-29 00:02:22
## 5446 2022-11-29 00:02:21
## 5447 2022-11-29 00:02:06
## 5448 2022-11-29 00:02:03
## 5449 2022-11-29 00:02:02
## 5450 2022-11-29 00:01:36
## 5451 2022-11-29 00:01:34
## 5452 2022-11-29 00:00:33
## 5453 2022-11-28 23:59:44
## 5454 2022-11-28 23:59:30
## 5455 2022-11-28 23:59:25
## 5456 2022-11-28 23:59:24
## 5457 2022-11-28 23:58:05
## 5458 2022-11-28 23:58:00
## 5459 2022-11-28 23:57:42
## 5460 2022-11-28 23:57:07
## 5461 2022-11-28 23:56:44
## 5462 2022-11-28 23:56:00
## 5463 2022-11-28 23:55:47
## 5464 2022-11-28 23:55:42
## 5465 2022-11-28 23:55:34
## 5466 2022-11-28 23:55:27
## 5467 2022-11-28 23:55:21
## 5468 2022-11-28 23:55:09
## 5469 2022-11-28 23:55:01
## 5470 2022-11-28 23:54:49
## 5471 2022-11-28 23:54:35
## 5472 2022-11-28 23:54:27
## 5473 2022-11-28 23:54:19
## 5474 2022-11-28 23:54:02
## 5475 2022-11-28 23:53:58
## 5476 2022-11-28 23:53:49
## 5477 2022-11-28 23:53:22
## 5478 2022-11-28 23:53:14
## 5479 2022-11-28 23:52:55
## 5480 2022-11-28 23:52:51
## 5481 2022-11-28 23:52:32
## 5482 2022-11-28 23:51:57
## 5483 2022-11-28 23:51:53
## 5484 2022-11-28 23:51:21
## 5485 2022-11-28 23:50:39
## 5486 2022-11-28 23:50:39
## 5487 2022-11-28 23:50:17
## 5488 2022-11-28 23:49:56
## 5489 2022-11-28 23:49:48
## 5490 2022-11-28 23:49:09
## 5491 2022-11-28 23:49:04
## 5492 2022-11-28 23:49:02
## 5493 2022-11-28 23:48:53
## 5494 2022-11-28 23:48:49
## 5495 2022-11-28 23:48:12
## 5496 2022-11-28 23:47:48
## 5497 2022-11-28 23:47:39
## 5498 2022-11-28 23:47:36
## 5499 2022-11-28 23:46:56
## 5500 2022-11-28 23:46:49
## 5501 2022-11-28 23:46:44
## 5502 2022-11-28 23:46:43
## 5503 2022-11-28 23:46:31
## 5504 2022-11-28 23:46:25
## 5505 2022-11-28 23:46:25
## 5506 2022-11-28 23:46:24
## 5507 2022-11-28 23:45:59
## 5508 2022-11-28 23:45:30
## 5509 2022-11-28 23:45:16
## 5510 2022-11-28 23:44:25
## 5511 2022-11-28 23:44:00
## 5512 2022-11-28 23:43:35
## 5513 2022-11-28 23:43:31
## 5514 2022-11-28 23:42:41
## 5515 2022-11-28 23:42:30
## 5516 2022-11-28 23:42:15
## 5517 2022-11-28 23:41:46
## 5518 2022-11-28 23:41:43
## 5519 2022-11-28 23:41:40
## 5520 2022-11-28 23:40:55
## 5521 2022-11-28 23:40:50
## 5522 2022-11-28 23:40:50
## 5523 2022-11-28 23:40:32
## 5524 2022-11-28 23:40:29
## 5525 2022-11-28 23:40:12
## 5526 2022-11-28 23:39:55
## 5527 2022-11-28 23:39:50
## 5528 2022-11-28 23:39:20
## 5529 2022-11-28 23:39:02
## 5530 2022-11-28 23:38:56
## 5531 2022-11-28 23:38:51
## 5532 2022-11-28 23:38:34
## 5533 2022-11-28 23:38:30
## 5534 2022-11-28 23:38:15
## 5535 2022-11-28 23:38:12
## 5536 2022-11-28 23:38:07
## 5537 2022-11-28 23:37:37
## 5538 2022-11-28 23:37:32
## 5539 2022-11-28 23:37:27
## 5540 2022-11-28 23:37:14
## 5541 2022-11-28 23:36:53
## 5542 2022-11-28 23:36:50
## 5543 2022-11-28 23:36:40
## 5544 2022-11-28 23:36:31
## 5545 2022-11-28 23:36:27
## 5546 2022-11-28 23:36:27
## 5547 2022-11-28 23:36:08
## 5548 2022-11-28 23:35:42
## 5549 2022-11-28 23:35:31
## 5550 2022-11-28 23:35:13
## 5551 2022-11-28 23:34:30
## 5552 2022-11-28 23:34:08
## 5553 2022-11-28 23:34:05
## 5554 2022-11-28 23:33:16
## 5555 2022-11-28 23:33:16
## 5556 2022-11-28 23:33:14
## 5557 2022-11-28 23:33:02
## 5558 2022-11-28 23:32:49
## 5559 2022-11-28 23:31:39
## 5560 2022-11-28 23:31:38
## 5561 2022-11-28 23:31:26
## 5562 2022-11-28 23:31:23
## 5563 2022-11-28 23:31:09
## 5564 2022-11-28 23:30:58
## 5565 2022-11-28 23:30:53
## 5566 2022-11-28 23:30:45
## 5567 2022-11-28 23:30:43
## 5568 2022-11-28 23:30:41
## 5569 2022-11-28 23:30:41
## 5570 2022-11-28 23:30:35
## 5571 2022-11-28 23:30:08
## 5572 2022-11-28 23:30:07
## 5573 2022-11-28 23:29:57
## 5574 2022-11-28 23:29:53
## 5575 2022-11-28 23:29:53
## 5576 2022-11-28 23:29:19
## 5577 2022-11-28 23:29:13
## 5578 2022-11-28 23:29:06
## 5579 2022-11-28 23:28:43
## 5580 2022-11-28 23:28:43
## 5581 2022-11-28 23:28:34
## 5582 2022-11-28 23:27:47
## 5583 2022-11-28 23:27:41
## 5584 2022-11-28 23:27:24
## 5585 2022-11-28 23:27:20
## 5586 2022-11-28 23:27:14
## 5587 2022-11-28 23:26:57
## 5588 2022-11-28 23:26:54
## 5589 2022-11-28 23:26:52
## 5590 2022-11-28 23:26:50
## 5591 2022-11-28 23:26:46
## 5592 2022-11-28 23:26:43
## 5593 2022-11-28 23:26:39
## 5594 2022-11-28 23:26:38
## 5595 2022-11-28 23:26:18
## 5596 2022-11-28 23:26:11
## 5597 2022-11-28 23:25:59
## 5598 2022-11-28 23:25:24
## 5599 2022-11-28 23:25:24
## 5600 2022-11-28 23:25:08
## 5601 2022-11-28 23:24:40
## 5602 2022-11-28 23:23:59
## 5603 2022-11-28 23:23:58
## 5604 2022-11-28 23:23:44
## 5605 2022-11-28 23:23:05
## 5606 2022-11-28 23:22:57
## 5607 2022-11-28 23:22:19
## 5608 2022-11-28 23:21:46
## 5609 2022-11-28 23:21:37
## 5610 2022-11-28 23:21:34
## 5611 2022-11-28 23:21:13
## 5612 2022-11-28 23:21:13
## 5613 2022-11-28 23:21:09
## 5614 2022-11-28 23:20:58
## 5615 2022-11-28 23:20:45
## 5616 2022-11-28 23:20:28
## 5617 2022-11-28 23:20:10
## 5618 2022-11-28 23:20:05
## 5619 2022-11-28 23:19:16
## 5620 2022-11-28 23:18:41
## 5621 2022-11-28 23:18:22
## 5622 2022-11-28 23:18:13
## 5623 2022-11-28 23:17:54
## 5624 2022-11-28 23:17:46
## 5625 2022-11-28 23:17:32
## 5626 2022-11-28 23:17:28
## 5627 2022-11-28 23:17:24
## 5628 2022-11-28 23:17:02
## 5629 2022-11-28 23:16:48
## 5630 2022-11-28 23:16:29
## 5631 2022-11-28 23:16:14
## 5632 2022-11-28 23:16:11
## 5633 2022-11-28 23:16:03
## 5634 2022-11-28 23:15:47
## 5635 2022-11-28 23:15:41
## 5636 2022-11-28 23:14:51
## 5637 2022-11-28 23:14:51
## 5638 2022-11-28 23:14:46
## 5639 2022-11-28 23:14:30
## 5640 2022-11-28 23:14:29
## 5641 2022-11-28 23:14:24
## 5642 2022-11-28 23:14:03
## 5643 2022-11-28 23:13:53
## 5644 2022-11-28 23:13:36
## 5645 2022-11-28 23:11:59
## 5646 2022-11-28 23:11:41
## 5647 2022-11-28 23:11:38
## 5648 2022-11-28 23:11:35
## 5649 2022-11-28 23:11:08
## 5650 2022-11-28 23:10:20
## 5651 2022-11-28 23:10:14
## 5652 2022-11-28 23:10:06
## 5653 2022-11-28 23:09:58
## 5654 2022-11-28 23:09:50
## 5655 2022-11-28 23:09:22
## 5656 2022-11-28 23:09:13
## 5657 2022-11-28 23:09:03
## 5658 2022-11-28 23:08:57
## 5659 2022-11-28 23:08:29
## 5660 2022-11-28 23:08:24
## 5661 2022-11-28 23:08:18
## 5662 2022-11-28 23:07:31
## 5663 2022-11-28 23:07:24
## 5664 2022-11-28 23:06:55
## 5665 2022-11-28 23:06:45
## 5666 2022-11-28 23:06:17
## 5667 2022-11-28 23:04:48
## 5668 2022-11-28 23:04:00
## 5669 2022-11-28 23:04:00
## 5670 2022-11-28 23:03:56
## 5671 2022-11-28 23:03:53
## 5672 2022-11-28 23:03:21
## 5673 2022-11-28 23:02:58
## 5674 2022-11-28 23:02:33
## 5675 2022-11-28 23:02:28
## 5676 2022-11-28 23:01:57
## 5677 2022-11-28 23:01:29
## 5678 2022-11-28 23:01:25
## 5679 2022-11-28 23:01:23
## 5680 2022-11-28 23:01:21
## 5681 2022-11-28 23:01:09
## 5682 2022-11-28 23:00:57
## 5683 2022-11-28 23:00:31
## 5684 2022-11-28 22:59:56
## 5685 2022-11-28 22:59:37
## 5686 2022-11-28 22:59:15
## 5687 2022-11-28 22:59:06
## 5688 2022-11-28 22:58:43
## 5689 2022-11-28 22:58:29
## 5690 2022-11-28 22:58:25
## 5691 2022-11-28 22:58:10
## 5692 2022-11-28 22:58:01
## 5693 2022-11-28 22:57:34
## 5694 2022-11-28 22:57:33
## 5695 2022-11-28 22:57:05
## 5696 2022-11-28 22:56:58
## 5697 2022-11-28 22:56:54
## 5698 2022-11-28 22:54:20
## 5699 2022-11-28 22:53:01
## 5700 2022-11-28 22:51:35
## 5701 2022-11-28 22:51:28
## 5702 2022-11-28 22:51:18
## 5703 2022-11-28 22:50:36
## 5704 2022-11-28 22:50:24
## 5705 2022-11-28 22:50:10
## 5706 2022-11-28 22:49:46
## 5707 2022-11-28 22:49:41
## 5708 2022-11-28 22:49:32
## 5709 2022-11-28 22:49:00
## 5710 2022-11-28 22:48:46
## 5711 2022-11-28 22:48:41
## 5712 2022-11-28 22:48:26
## 5713 2022-11-28 22:47:28
## 5714 2022-11-28 22:47:06
## 5715 2022-11-28 22:45:42
## 5716 2022-11-28 22:45:38
## 5717 2022-11-28 22:45:35
## 5718 2022-11-28 22:45:22
## 5719 2022-11-28 22:44:05
## 5720 2022-11-28 22:44:01
## 5721 2022-11-28 22:43:45
## 5722 2022-11-28 22:42:20
## 5723 2022-11-28 22:41:48
## 5724 2022-11-28 22:41:43
## 5725 2022-11-28 22:41:26
## 5726 2022-11-28 22:41:21
## 5727 2022-11-28 22:41:06
## 5728 2022-11-28 22:40:38
## 5729 2022-11-28 22:40:37
## 5730 2022-11-28 22:40:19
## 5731 2022-11-28 22:39:39
## 5732 2022-11-28 22:39:35
## 5733 2022-11-28 22:39:31
## 5734 2022-11-28 22:39:17
## 5735 2022-11-28 22:39:17
## 5736 2022-11-28 22:38:41
## 5737 2022-11-28 22:38:29
## 5738 2022-11-28 22:38:19
## 5739 2022-11-28 22:38:09
## 5740 2022-11-28 22:37:59
## 5741 2022-11-28 22:37:55
## 5742 2022-11-28 22:37:48
## 5743 2022-11-28 22:37:45
## 5744 2022-11-28 22:37:36
## 5745 2022-11-28 22:37:35
## 5746 2022-11-28 22:37:26
## 5747 2022-11-28 22:36:30
## 5748 2022-11-28 22:36:29
## 5749 2022-11-28 22:36:04
## 5750 2022-11-28 22:34:57
## 5751 2022-11-28 22:34:49
## 5752 2022-11-28 22:34:44
## 5753 2022-11-28 22:34:33
## 5754 2022-11-28 22:33:48
## 5755 2022-11-28 22:33:37
## 5756 2022-11-28 22:33:37
## 5757 2022-11-28 22:32:30
## 5758 2022-11-28 22:32:25
## 5759 2022-11-28 22:32:17
## 5760 2022-11-28 22:32:01
## 5761 2022-11-28 22:32:00
## 5762 2022-11-28 22:31:41
## 5763 2022-11-28 22:31:36
## 5764 2022-11-28 22:31:35
## 5765 2022-11-28 22:31:07
## 5766 2022-11-28 22:31:02
## 5767 2022-11-28 22:30:54
## 5768 2022-11-28 22:30:24
## 5769 2022-11-28 22:29:38
## 5770 2022-11-28 22:29:36
## 5771 2022-11-28 22:29:29
## 5772 2022-11-28 22:29:09
## 5773 2022-11-28 22:29:03
## 5774 2022-11-28 22:28:35
## 5775 2022-11-28 22:28:02
## 5776 2022-11-28 22:28:00
## 5777 2022-11-28 22:27:24
## 5778 2022-11-28 22:27:05
## 5779 2022-11-28 22:26:49
## 5780 2022-11-28 22:26:45
## 5781 2022-11-28 22:26:44
## 5782 2022-11-28 22:26:06
## 5783 2022-11-28 22:25:55
## 5784 2022-11-28 22:25:51
## 5785 2022-11-28 22:25:19
## 5786 2022-11-28 22:24:27
## 5787 2022-11-28 22:24:04
## 5788 2022-11-28 22:23:52
## 5789 2022-11-28 22:23:25
## 5790 2022-11-28 22:23:17
## 5791 2022-11-28 22:23:01
## 5792 2022-11-28 22:22:48
## 5793 2022-11-28 22:22:46
## 5794 2022-11-28 22:22:45
## 5795 2022-11-28 22:22:11
## 5796 2022-11-28 22:21:54
## 5797 2022-11-28 22:21:46
## 5798 2022-11-28 22:21:34
## 5799 2022-11-28 22:21:31
## 5800 2022-11-28 22:21:05
## 5801 2022-11-28 22:20:56
## 5802 2022-11-28 22:20:45
## 5803 2022-11-28 22:20:40
## 5804 2022-11-28 22:20:37
## 5805 2022-11-28 22:20:37
## 5806 2022-11-28 22:20:27
## 5807 2022-11-28 22:20:17
## 5808 2022-11-28 22:19:55
## 5809 2022-11-28 22:19:37
## 5810 2022-11-28 22:19:05
## 5811 2022-11-28 22:18:52
## 5812 2022-11-28 22:18:43
## 5813 2022-11-28 22:18:11
## 5814 2022-11-28 22:18:09
## 5815 2022-11-28 22:17:45
## 5816 2022-11-28 22:17:43
## 5817 2022-11-28 22:17:37
## 5818 2022-11-28 22:17:33
## 5819 2022-11-28 22:17:29
## 5820 2022-11-28 22:17:27
## 5821 2022-11-28 22:17:24
## 5822 2022-11-28 22:17:11
## 5823 2022-11-28 22:17:03
## 5824 2022-11-28 22:16:38
## 5825 2022-11-28 22:16:27
## 5826 2022-11-28 22:16:14
## 5827 2022-11-28 22:16:07
## 5828 2022-11-28 22:16:02
## 5829 2022-11-28 22:15:53
## 5830 2022-11-28 22:15:22
## 5831 2022-11-28 22:14:50
## 5832 2022-11-28 22:14:30
## 5833 2022-11-28 22:14:26
## 5834 2022-11-28 22:14:13
## 5835 2022-11-28 22:14:03
## 5836 2022-11-28 22:13:58
## 5837 2022-11-28 22:13:54
## 5838 2022-11-28 22:13:19
## 5839 2022-11-28 22:13:02
## 5840 2022-11-28 22:12:53
## 5841 2022-11-28 22:12:42
## 5842 2022-11-28 22:12:34
## 5843 2022-11-28 22:12:24
## 5844 2022-11-28 22:12:01
## 5845 2022-11-28 22:11:54
## 5846 2022-11-28 22:11:53
## 5847 2022-11-28 22:11:48
## 5848 2022-11-28 22:11:44
## 5849 2022-11-28 22:11:43
## 5850 2022-11-28 22:11:26
## 5851 2022-11-28 22:11:17
## 5852 2022-11-28 22:10:36
## 5853 2022-11-28 22:10:32
## 5854 2022-11-28 22:10:02
## 5855 2022-11-28 22:09:51
## 5856 2022-11-28 22:09:39
## 5857 2022-11-28 22:09:37
## 5858 2022-11-28 22:09:21
## 5859 2022-11-28 22:09:15
## 5860 2022-11-28 22:09:14
## 5861 2022-11-28 22:09:09
## 5862 2022-11-28 22:08:40
## 5863 2022-11-28 22:08:37
## 5864 2022-11-28 22:08:33
## 5865 2022-11-28 22:07:16
## 5866 2022-11-28 22:07:03
## 5867 2022-11-28 22:06:13
## 5868 2022-11-28 22:05:56
## 5869 2022-11-28 22:05:07
## 5870 2022-11-28 22:05:05
## 5871 2022-11-28 22:04:26
## 5872 2022-11-28 22:04:02
## 5873 2022-11-28 22:03:11
## 5874 2022-11-28 22:03:10
## 5875 2022-11-28 22:02:41
## 5876 2022-11-28 22:02:10
## 5877 2022-11-28 22:01:47
## 5878 2022-11-28 22:01:40
## 5879 2022-11-28 22:00:46
## 5880 2022-11-28 22:00:17
## 5881 2022-11-28 22:00:14
## 5882 2022-11-28 22:00:06
## 5883 2022-11-28 21:59:20
## 5884 2022-11-28 21:59:08
## 5885 2022-11-28 21:58:56
## 5886 2022-11-28 21:58:48
## 5887 2022-11-28 21:58:46
## 5888 2022-11-28 21:58:26
## 5889 2022-11-28 21:58:24
## 5890 2022-11-28 21:58:20
## 5891 2022-11-28 21:58:10
## 5892 2022-11-28 21:58:04
## 5893 2022-11-28 21:56:48
## 5894 2022-11-28 21:56:41
## 5895 2022-11-28 21:56:25
## 5896 2022-11-28 21:56:07
## 5897 2022-11-28 21:55:46
## 5898 2022-11-28 21:55:02
## 5899 2022-11-28 21:54:50
## 5900 2022-11-28 21:54:34
## 5901 2022-11-28 21:54:34
## 5902 2022-11-28 21:54:32
## 5903 2022-11-28 21:54:31
## 5904 2022-11-28 21:54:23
## 5905 2022-11-28 21:53:00
## 5906 2022-11-28 21:52:49
## 5907 2022-11-28 21:52:08
## 5908 2022-11-28 21:52:06
## 5909 2022-11-28 21:51:45
## 5910 2022-11-28 21:51:38
## 5911 2022-11-28 21:51:02
## 5912 2022-11-28 21:50:42
## 5913 2022-11-28 21:50:27
## 5914 2022-11-28 21:50:14
## 5915 2022-11-28 21:50:03
## 5916 2022-11-28 21:49:23
## 5917 2022-11-28 21:49:13
## 5918 2022-11-28 21:48:32
## 5919 2022-11-28 21:47:48
## 5920 2022-11-28 21:47:43
## 5921 2022-11-28 21:46:27
## 5922 2022-11-28 21:46:13
## 5923 2022-11-28 21:46:00
## 5924 2022-11-28 21:45:33
## 5925 2022-11-28 21:45:19
## 5926 2022-11-28 21:44:56
## 5927 2022-11-28 21:44:25
## 5928 2022-11-28 21:43:55
## 5929 2022-11-28 21:43:34
## 5930 2022-11-28 21:43:32
## 5931 2022-11-28 21:43:08
## 5932 2022-11-28 21:42:50
## 5933 2022-11-28 21:42:49
## 5934 2022-11-28 21:42:45
## 5935 2022-11-28 21:41:45
## 5936 2022-11-28 21:41:21
## 5937 2022-11-28 21:41:01
## 5938 2022-11-28 21:40:20
## 5939 2022-11-28 21:39:58
## 5940 2022-11-28 21:38:46
## 5941 2022-11-28 21:38:41
## 5942 2022-11-28 21:38:06
## 5943 2022-11-28 21:37:29
## 5944 2022-11-28 21:37:10
## 5945 2022-11-28 21:35:56
## 5946 2022-11-28 21:35:49
## 5947 2022-11-28 21:35:37
## 5948 2022-11-28 21:35:04
## 5949 2022-11-28 21:34:51
## 5950 2022-11-28 21:34:43
## 5951 2022-11-28 21:33:32
## 5952 2022-11-28 21:33:14
## 5953 2022-11-28 21:33:13
## 5954 2022-11-28 21:32:48
## 5955 2022-11-28 21:32:44
## 5956 2022-11-28 21:32:16
## 5957 2022-11-28 21:31:27
## 5958 2022-11-28 21:31:26
## 5959 2022-11-28 21:31:10
## 5960 2022-11-28 21:31:03
## 5961 2022-11-28 21:30:41
## 5962 2022-11-28 21:30:10
## 5963 2022-11-28 21:29:58
## 5964 2022-11-28 21:29:22
## 5965 2022-11-28 21:29:22
## 5966 2022-11-28 21:28:55
## 5967 2022-11-28 21:28:02
## 5968 2022-11-28 21:27:50
## 5969 2022-11-28 21:27:47
## 5970 2022-11-28 21:26:12
## 5971 2022-11-28 21:25:47
## 5972 2022-11-28 21:24:53
## 5973 2022-11-28 21:24:37
## 5974 2022-11-28 21:24:34
## 5975 2022-11-28 21:24:02
## 5976 2022-11-28 21:22:51
## 5977 2022-11-28 21:22:38
## 5978 2022-11-28 21:22:15
## 5979 2022-11-28 21:21:46
## 5980 2022-11-28 21:20:30
## 5981 2022-11-28 21:20:17
## 5982 2022-11-28 21:19:45
## 5983 2022-11-28 21:18:56
## 5984 2022-11-28 21:18:55
## 5985 2022-11-28 21:18:39
## 5986 2022-11-28 21:18:30
## 5987 2022-11-28 21:18:21
## 5988 2022-11-28 21:17:34
## 5989 2022-11-28 21:17:27
## 5990 2022-11-28 21:16:51
## 5991 2022-11-28 21:16:28
##                                                                                                                                      statusSource
## 1                                                            <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2                                                            <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3                                                            <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4                                                            <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5                                                            <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6                                                              <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7                                                              <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8                                                              <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9                                                            <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 10                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 11                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 12                                                              <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 13                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 14                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 15                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 16                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 17                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 18                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 19                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 20                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 21                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 22                                                                        <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 23                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 24                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 25                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 26                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 27                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 28                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 29                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 30                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 31                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 32                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 33                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 34                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 35                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 36                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 37                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 38                                                                        <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 39                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 40                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 41                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 42                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 43                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 44                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 45                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 46                                                                        <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 47                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 48                                                                        <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 49                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 50                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 51                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 52                                                                        <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 53                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 54                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 55                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 56                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 57                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 58                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 59                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 60                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 61                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 62                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 63                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 64                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 65                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 66                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 67                                                                        <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 68                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 69                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 70                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 71                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 72                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 73                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 74                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 75                                                                           <a href="https://twitter.com/bunchoapp" rel="nofollow">BunchoApp</a>
## 76                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 77                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 78                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 79                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 80                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 81                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 82                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 83                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 84                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 85                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 86                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 87                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 88                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 89                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 90                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 91                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 92                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 93                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 94                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 95                                                                      <a href="https://twitter.com/HipChicago" rel="nofollow">HipChicagoBot</a>
## 96                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 97                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 98                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 99                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 100                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 101                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 102                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 103                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 104                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 105                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 106                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 107                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 108                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 109                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 110                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 111                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 112                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 113                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 114                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 115                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 116                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 117                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 118                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 119                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 120                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 121                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 122                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 123                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 124                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 125                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 126                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 127                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 128                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 129                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 130                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 131                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 132                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 133                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 134                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 135                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 136                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 137                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 138                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 139                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 140                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 141                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 142                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 143                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 144                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 145                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 146                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 147                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 148                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 149                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 150                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 151                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 152                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 153                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 154                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 155                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 156                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 157                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 158                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 159                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 160                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 161                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 162                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 163                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 164                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 165                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 166                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 167                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 168                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 169                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 170                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 171                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 172                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 173                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 174                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 175                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 176                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 177                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 178                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 179                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 180                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 181                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 182                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 183                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 184                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 185                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 186                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 187                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 188                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 189                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 190                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 191                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 192                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 193                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 194                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 195                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 196                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 197                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 198                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 199                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 200                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 201                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 202                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 203                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 204                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 205                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 206                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 207                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 208                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 209                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 210                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 211                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 212                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 213                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 214                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 215                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 216                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 217                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 218                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 219                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 220                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 221                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 222                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 223                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 224                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 225                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 226                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 227                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 228                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 229                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 230                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 231                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 232                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 233                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 234                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 235                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 236                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 237                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 238                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 239                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 240                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 241                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 242                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 243                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 244                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 245                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 246                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 247                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 248                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 249                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 250                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 251                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 252                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 253                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 254                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 255                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 256                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 257                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 258                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 259                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 260                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 261                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 262                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 263                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 264                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 265                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 266                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 267                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 268                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 269                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 270                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 271                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 272                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 273                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 274                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 275                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 276                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 277                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 278                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 279                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 280                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 281                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 282                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 283                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 284                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 285                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 286                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 287                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 288                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 289                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 290                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 291                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 292                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 293                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 294                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 295                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 296                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 297                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 298                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 299                                <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">IntrinsicApp</a>
## 300                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 301                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 302                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 303                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 304                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 305                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 306                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 307                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 308                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 309                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 310                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 311                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 312                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 313                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 314                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 315                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 316                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 317                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 318                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 319                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 320                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 321                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 322                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 323                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 324                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 325                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 326                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 327                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 328                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 329                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 330                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 331                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 332                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 333                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 334                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 335                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 336                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 337                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 338                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 339                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 340                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 341                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 342                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 343                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 344                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 345                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 346                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 347                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 348                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 349                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 350                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 351                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 352                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 353                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 354                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 355                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 356                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 357                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 358                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 359                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 360                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 361                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 362                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 363                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 364                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 365                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 366                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 367                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 368                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 369                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 370                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 371                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 372                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 373                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 374                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 375                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 376                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 377                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 378                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 379                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 380                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 381                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 382                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 383                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 384                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 385                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 386                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 387                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 388                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 389                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 390                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 391                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 392                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 393                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 394                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 395                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 396                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 397                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 398                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 399                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 400                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 401                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 402                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 403                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 404                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 405                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 406                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 407                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 408                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 409                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 410                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 411                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 412                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 413                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 414                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 415                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 416                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 417                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 418                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 419                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 420                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 421                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 422                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 423                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 424                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 425                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 426                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 427                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 428                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 429                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 430                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 431                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 432                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 433                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 434                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 435                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 436                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 437                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 438                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 439                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 440                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 441                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 442                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 443                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 444                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 445                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 446                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 447                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 448                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 449                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 450                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 451                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 452                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 453                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 454                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 455                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 456                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 457                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 458                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 459                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 460                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 461                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 462                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 463                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 464                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 465                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 466                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 467                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 468                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 469                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 470                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 471                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 472                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 473                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 474                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 475                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 476                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 477                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 478                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 479                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 480                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 481                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 482                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 483                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 484                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 485                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 486                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 487                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 488                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 489                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 490                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 491                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 492                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 493                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 494                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 495                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 496                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 497                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 498                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 499                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 500                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 501                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 502                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 503                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 504                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 505                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 506                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 507                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 508                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 509                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 510                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 511                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 512                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 513                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 514                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 515                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 516                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 517                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 518                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 519                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 520                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 521                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 522                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 523                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 524                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 525                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 526                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 527                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 528                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 529                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 530                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 531                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 532                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 533                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 534                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 535                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 536                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 537                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 538                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 539                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 540                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 541                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 542                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 543                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 544                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 545                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 546                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 547                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 548                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 549                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 550                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 551                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 552                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 553                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 554                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 555                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 556                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 557                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 558                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 559                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 560                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 561                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 562                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 563                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 564                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 565                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 566                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 567                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 568                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 569                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 570                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 571                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 572                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 573                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 574                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 575                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 576                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 577                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 578                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 579                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 580                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 581                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 582                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 583                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 584                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 585                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 586                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 587                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 588                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 589                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 590                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 591                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 592                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 593                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 594                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 595                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 596                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 597                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 598                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 599                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 600                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 601                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 602                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 603                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 604                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 605                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 606                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 607                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 608                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 609                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 610                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 611                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 612                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 613                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 614                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 615                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 616                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 617                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 618                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 619                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 620                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 621                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 622                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 623                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 624                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 625                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 626                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 627                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 628                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 629                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 630                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 631                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 632                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 633                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 634                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 635                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 636                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 637                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 638                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 639                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 640                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 641                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 642                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 643                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 644                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 645                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 646                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 647                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 648                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 649                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 650                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 651                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 652                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 653                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 654                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 655                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 656                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 657                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 658                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 659                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 660                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 661                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 662                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 663                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 664                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 665                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 666                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 667                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 668                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 669                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 670                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 671                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 672                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 673                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 674                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 675                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 676                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 677                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 678                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 679                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 680                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 681                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 682                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 683                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 684                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 685                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 686                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 687                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 688                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 689                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 690                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 691                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 692                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 693                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 694                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 695                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 696                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 697                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 698                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 699                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 700                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 701                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 702                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 703                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 704                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 705                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 706                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 707                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 708                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 709                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 710                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 711                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 712                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 713                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 714                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 715                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 716                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 717                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 718                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 719                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 720                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 721                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 722                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 723                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 724                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 725                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 726                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 727                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 728                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 729                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 730                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 731                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 732                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 733                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 734                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 735                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 736                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 737                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 738                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 739                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 740                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 741                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 742                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 743                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 744                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 745                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 746                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 747                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 748                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 749                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 750                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 751                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 752                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 753                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 754                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 755                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 756                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 757                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 758                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 759                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 760                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 761                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 762                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 763                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 764                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 765                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 766                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 767                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 768                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 769                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 770                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 771                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 772                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 773                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 774                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 775                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 776                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 777                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 778                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 779                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 780                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 781                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 782                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 783                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 784                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 785                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 786                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 787                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 788                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 789                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 790                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 791                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 792                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 793                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 794                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 795                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 796                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 797                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 798                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 799                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 800                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 801                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 802                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 803                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 804                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 805                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 806                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 807                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 808                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 809                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 810                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 811                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 812                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 813                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 814                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 815                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 816                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 817                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 818                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 819                                                           <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 820                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 821                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 822                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 823                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 824                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 825                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 826                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 827                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 828                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 829                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 830                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 831                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 832                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 833                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 834                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 835                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 836                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 837                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 838                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 839                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 840                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 841                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 842                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 843                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 844                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 845                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 846                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 847                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 848                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 849                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 850                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 851                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 852                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 853                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 854                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 855                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 856                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 857                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 858                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 859                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 860                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 861                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 862                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 863                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 864                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 865                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 866                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 867                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 868                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 869                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 870                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 871                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 872                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 873                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 874                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 875                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 876                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 877                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 878                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 879                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 880                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 881                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 882                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 883                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 884                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 885                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 886                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 887                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 888                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 889                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 890                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 891                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 892                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 893                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 894                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 895                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 896                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 897                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 898                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 899                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 900                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 901                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 902                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 903                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 904                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 905                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 906                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 907                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 908                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 909                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 910                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 911                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 912                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 913                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 914                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 915                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 916                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 917                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 918                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 919                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 920                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 921                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 922                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 923                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 924                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 925                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 926                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 927                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 928                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 929                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 930                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 931                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 932                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 933                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 934                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 935                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 936                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 937                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 938                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 939                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 940                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 941                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 942                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 943                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 944                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 945                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 946                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 947                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 948                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 949                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 950                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 951                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 952                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 953                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 954                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 955                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 956                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 957                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 958                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 959                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 960                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 961                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 962                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 963                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 964                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 965                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 966                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 967                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 968                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 969                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 970                                                                      <a href="http://dataminingthemoney.com " rel="nofollow">datareadinfo</a>
## 971                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 972                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 973                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 974                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 975                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 976                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 977                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 978                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 979                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 980                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 981                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 982                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 983                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 984                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 985                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 986                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 987                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 988                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 989                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 990                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 991                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 992                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 993                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 994                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 995                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 996                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 997                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 998                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 999                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1000                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1001                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1002                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1003                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1004                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1005                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1006                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1007                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1008                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1009                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1010                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1011                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1012                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1013                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1014                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1015                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1016                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1017                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1018                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1019                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1020                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1021                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1022                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1023                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1024                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1025                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1026                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1027                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1028                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1029                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1030                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1031                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1032                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1033                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1034                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1035                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1036                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1037                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1038                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1039                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1040                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1041                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1042                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1043                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1044                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1045                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1046                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1047                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1048                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1049                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1050                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1051                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1052                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1053                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1054                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1055                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1056                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1057                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1058                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1059                                                                      <a href="https://www.viralsweep.com/" rel="nofollow">ViralSweep App</a>
## 1060                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1061                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1062                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1063                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1064                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1065                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1066                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1067                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1068                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1069                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1070                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1071                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1072                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1073                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1074                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1075                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1076                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1077                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1078                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1079                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1080                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1081                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1082                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1083                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1084                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1085                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1086                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1087                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1088                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1089                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1090                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1091                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1092                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1093                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1094                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1095                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1096                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1097                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1098                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1099                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1100                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1101                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1102                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1103                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1104                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1105                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1106                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1107                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1108                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1109                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1110                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1111                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1112                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1113                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1114                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1115                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1116                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1117                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1118                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1119                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1120                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1121                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1122                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1123                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1124                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1125                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1126                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1127                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1128                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1129                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1130                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1131                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1132                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1133                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1134                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1135                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1136                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1137                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1138                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1139                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1140                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1141                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1142                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1143                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1144                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1145                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1146                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1147                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1148                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1149                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1150                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1151                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1152                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1153                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1154                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1155                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1156                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1157                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1158                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1159                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1160                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1161                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1162                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1163                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1164                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1165                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1166                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1167                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1168                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1169                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1170                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1171                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1172                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1173                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1174                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1175                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1176                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1177                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1178                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1179                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1180                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1181                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1182                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1183                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1184                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1185                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1186                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1187                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1188                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1189                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1190                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1191                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1192                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1193                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1194                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1195                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1196                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1197                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1198                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1199                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1200                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1201                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1202                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1203                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1204                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1205                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1206                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1207                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1208                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1209                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1210                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1211                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1212                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1213                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1214                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1215                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1216                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1217                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1218                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1219                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1220                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1221                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1222                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1223                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1224                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1225                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1226                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1227                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1228                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1229                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1230                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1231                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1232                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1233                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1234                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1235                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1236                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1237                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1238                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1239                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1240                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1241                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1242                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1243                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1244                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1245                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1246                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1247                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1248                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1249                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1250                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1251                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1252                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1253                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1254                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1255                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1256                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1257                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1258                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1259                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1260                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1261                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1262                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1263                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1264                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1265                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1266                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1267                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1268                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1269                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1270                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1271                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1272                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1273                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1274                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1275                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1276                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1277                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1278                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1279                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1280                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1281                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1282                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1283                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1284                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1285                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1286                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1287                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1288                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1289                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1290                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1291                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1292                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1293                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1294                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1295                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1296                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1297                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1298                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1299                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1300                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1301                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1302                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1303                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1304                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1305                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1306                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1307                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1308                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1309                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1310                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1311                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1312                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1313                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1314                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1315                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1316                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1317                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1318                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1319                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1320                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1321                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1322                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1323                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1324                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1325                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1326                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1327                                                                   <a href="http://javascriptdigest.com" rel="nofollow">javascriptdigest2</a>
## 1328                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1329                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1330                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1331                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1332                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1333                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1334                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1335                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1336                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1337                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1338                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1339                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1340                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1341                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1342                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1343                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1344                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1345                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1346                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1347                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1348                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1349                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1350                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1351                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1352                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1353                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1354                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1355                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1356                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1357                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1358                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1359                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1360                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1361                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1362                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1363                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1364                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1365                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1366                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1367                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1368                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1369                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1370                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1371                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1372                                            <a href="https://github.com/sourceoftruthdata" rel="nofollow">sourceoftruthdata.com NFT Promo</a>
## 1373                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1374                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1375                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1376                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1377                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1378                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1379                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1380                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1381                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1382                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1383                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1384                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1385                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1386                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1387                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1388                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1389                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1390                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1391                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1392                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1393                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1394                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1395                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1396                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1397                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1398                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1399                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1400                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1401                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1402                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1403                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1404                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1405                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1406                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1407                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1408                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1409                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1410                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1411                                        <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 1412                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1413                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1414                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1415                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1416                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1417                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1418                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1419                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1420                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1421                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1422                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1423                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1424                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1425                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1426                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1427                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1428                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1429                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1430                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1431                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1432                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1433                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1434                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1435                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1436                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1437                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1438                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1439                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1440                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1441                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1442                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1443                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1444                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1445                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1446                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1447                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1448                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1449                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1450                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1451                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1452                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1453                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1454                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1455                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1456                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1457                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1458                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1459                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1460                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1461                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1462                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1463                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1464                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1465                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1466                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1467                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1468                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1469                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1470                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1471                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1472                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1473                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1474                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1475                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1476                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1477                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1478                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1479                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1480                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1481                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1482                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1483                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1484                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1485                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1486                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1487                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1488                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1489                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1490                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1491                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1492                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1493                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1494                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1495                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1496                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1497                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1498                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1499                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1500                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1501                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1502                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1503                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1504                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1505                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1506                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1507                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1508                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1509                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1510                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1511                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1512                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1513                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1514                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1515                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1516                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1517                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1518                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1519                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1520                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1521                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1522                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1523                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1524                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1525                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1526                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1527                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1528                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1529                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1530                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1531                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1532                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1533                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1534                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1535                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1536                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1537                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1538                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1539                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1540                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1541                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1542                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1543                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1544                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1545                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1546                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1547                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1548                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1549                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1550                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1551                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1552                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1553                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1554                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1555                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1556                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1557                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1558                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1559                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1560                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1561                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1562                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1563                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1564                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1565                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1566                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1567                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1568                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1569                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1570                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1571                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1572                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1573                                                                           <a href="https://socialbee.io/" rel="nofollow">SocialBee.io v2</a>
## 1574                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1575                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1576                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1577                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1578                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1579                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1580                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1581                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1582                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1583                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1584                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1585                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1586                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1587                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1588                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1589                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1590                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1591                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1592                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1593                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1594                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1595                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1596                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1597                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1598                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1599                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1600                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1601                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1602                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1603                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1604                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1605                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1606                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1607                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1608                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1609                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1610                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1611                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1612                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1613                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1614                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1615                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1616                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1617                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1618                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1619                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1620                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1621                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1622                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1623                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1624                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1625                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1626                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1627                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1628                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1629                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1630                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1631                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1632                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1633                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1634                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1635                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1636                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1637                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1638                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1639                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1640                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1641                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1642                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1643                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1644                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1645                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1646                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1647                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1648                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1649                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1650                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1651                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1652                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1653                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1654                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1655                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1656                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1657                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1658                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1659                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1660                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1661                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1662                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1663                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1664                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1665                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1666                                                                    <a href="https://twitter.com/HipChicago" rel="nofollow">HipChicagoBot</a>
## 1667                                                                    <a href="https://twitter.com/HipChicago" rel="nofollow">HipChicagoBot</a>
## 1668                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1669                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1670                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1671                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1672                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1673                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1674                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1675                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1676                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1677                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1678                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1679                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1680                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1681                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1682                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1683                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1684                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1685                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1686                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1687                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1688                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1689                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1690                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1691                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1692                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1693                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1694                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1695                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1696                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1697                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1698                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1699                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1700                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1701                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1702                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1703                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1704                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1705                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1706                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1707                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1708                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1709                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1710                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1711                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1712                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1713                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1714                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1715                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1716                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1717                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1718                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1719                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1720                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1721                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1722                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1723                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1724                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1725                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1726                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1727                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1728                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1729                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1730                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1731                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1732                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1733                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1734                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1735                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1736                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1737                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1738                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1739                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1740                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1741                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1742                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1743                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1744                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1745                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1746                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1747                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1748                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1749                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1750                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1751                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1752                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1753                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1754                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1755                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1756                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1757                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1758                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1759                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1760                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1761                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1762                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1763                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1764                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1765                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1766                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1767                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1768                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1769                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1770                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1771                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1772                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1773                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1774                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1775                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1776                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1777                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1778                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1779                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1780                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1781                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1782                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1783                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1784                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1785                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1786                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1787                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1788                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1789                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1790                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1791                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1792                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1793                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1794                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1795                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1796                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1797                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1798                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1799                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1800                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1801                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1802                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1803                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1804                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1805                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1806                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1807                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1808                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1809                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1810                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1811                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1812                               <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">OtomeTweeter</a>
## 1813                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1814                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1815                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1816                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1817                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1818                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1819                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1820                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1821                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1822                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1823                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1824                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1825                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1826                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1827                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1828                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1829                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1830                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1831                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1832                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1833                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1834                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1835                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1836                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1837                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1838                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1839                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1840                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1841                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1842                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1843                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1844                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1845                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1846                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1847                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1848                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1849                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1850                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1851                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1852                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1853                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1854                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1855                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1856                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1857                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1858                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1859                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1860                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1861                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1862                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1863                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1864                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1865                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1866                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1867                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1868                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1869                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1870                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1871                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1872                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1873                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1874                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1875                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1876                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1877                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1878                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1879                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1880                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1881                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1882                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1883                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1884                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1885                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1886                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1887                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1888                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1889                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1890                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1891                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1892                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1893                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1894                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1895                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1896                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1897                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1898                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1899                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1900                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1901                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1902                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1903                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1904                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1905                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1906                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1907                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1908                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1909                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1910                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1911                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1912                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1913                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1914                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1915                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1916                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1917                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1918                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1919                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1920                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1921                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1922                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1923                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1924                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1925                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1926                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1927                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1928                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1929                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1930                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1931                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1932                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1933                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1934                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1935                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1936                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1937                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1938                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1939                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1940                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1941                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1942                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1943                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1944                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1945                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1946                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1947                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1948                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1949                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1950                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1951                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1952                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1953                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1954                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1955                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1956                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1957                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1958                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1959                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1960                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1961                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1962                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1963                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1964                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1965                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1966                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1967                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1968                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1969                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1970                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1971                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1972                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1973                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1974                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1975                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1976                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1977                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1978                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1979                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1980                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1981                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1982                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1983                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1984                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1985                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1986                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1987                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1988                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1989                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1990                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1991                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1992                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1993                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1994                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1995                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1996                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1997                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1998                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1999                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2000                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2001                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2002                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2003                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2004                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2005                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2006                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2007                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2008                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2009                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2010                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2011                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2012                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2013                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2014                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2015                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2016                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2017                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2018                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2019                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2020                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2021                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2022                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2023                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2024                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2025                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2026                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2027                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2028                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2029                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2030                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2031                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2032                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2033                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2034                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2035                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2036                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2037                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2038                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2039                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2040                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2041                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2042                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2043                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2044                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2045                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2046                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2047                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2048                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2049                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2050                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2051                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2052                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2053                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2054                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2055                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2056                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2057                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2058                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2059                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2060                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2061                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2062                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2063                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2064                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2065                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2066                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2067                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2068                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2069                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2070                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2071                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2072                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2073                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2074                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2075                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2076                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2077                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2078                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2079                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2080                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2081                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2082                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2083                                                           <a href="http://www.blendervisual.blogspot.com" rel="nofollow">Twitter Mac bot</a>
## 2084                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2085                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2086                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2087                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2088                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2089                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2090                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2091                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2092                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2093                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2094                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2095                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2096                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2097                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2098                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2099                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2100                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2101                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2102                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2103                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2104                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2105                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2106                                                                                 <a href="https://blazedcodes.com" rel="nofollow">BlazeRT</a>
## 2107                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2108                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2109                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2110                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2111                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2112                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2113                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2114                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2115                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2116                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2117                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2118                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2119                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2120                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2121                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2122                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2123                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2124                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2125                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2126                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2127                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2128                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2129                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2130                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2131                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2132                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2133                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2134                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2135                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2136                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2137                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2138                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2139                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2140                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2141                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2142                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2143                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2144                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2145                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2146                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2147                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2148                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2149                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2150                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2151                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2152                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2153                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2154                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2155                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2156                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2157                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2158                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2159                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2160                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2161                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2162                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2163                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2164                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2165                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2166                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2167                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2168                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2169                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2170                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2171                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2172                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2173                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2174                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2175                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2176                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2177                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2178                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2179                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2180                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2181                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2182                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2183                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2184                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2185                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2186                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2187                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2188                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2189                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2190                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2191                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2192                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2193                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2194                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2195                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2196                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2197                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2198                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2199                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2200                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2201                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2202                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2203                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2204                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2205                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2206                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2207                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2208                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2209                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2210                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2211                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2212                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2213                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2214                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2215                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2216                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2217                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2218                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2219                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2220                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2221                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2222                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2223                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2224                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2225                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2226                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2227                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2228                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2229                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2230                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2231                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2232                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2233                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2234                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2235                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2236                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2237                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2238                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2239                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2240                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2241                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2242                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2243                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2244                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2245                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2246                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2247                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2248                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2249                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2250                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2251                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2252                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2253                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2254                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2255                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2256                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2257                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2258                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2259                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2260                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2261                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2262                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2263                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2264                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2265                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2266                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2267                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2268                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2269                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2270                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2271                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2272                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2273                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2274                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2275                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2276                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2277                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2278                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2279                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2280                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2281                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2282                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2283                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2284                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2285                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2286                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2287                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2288                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2289                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2290                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2291                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2292                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2293                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2294                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2295                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2296                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2297                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2298                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2299                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2300                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2301                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2302                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2303                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2304                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2305                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2306                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2307                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2308                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2309                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2310                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2311                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2312                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2313                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2314                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2315                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2316                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2317                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2318                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2319                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2320                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2321                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2322                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2323                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2324                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2325                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2326                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2327                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2328                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2329                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2330                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2331                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2332                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2333                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2334                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2335                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2336                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2337                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2338                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2339                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2340                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2341                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2342                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2343                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2344                                                                               <a href="https://nookgaming.com" rel="nofollow">VN_Tweeter</a>
## 2345                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2346                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2347                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2348                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2349                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2350                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2351                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2352                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2353                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2354                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2355                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2356                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2357                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2358                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2359                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2360                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2361                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2362                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2363                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2364                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2365                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2366                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2367                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2368                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2369                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2370                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2371                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2372                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2373                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2374                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2375                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2376                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2377                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2378                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2379                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2380                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2381                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2382                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2383                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2384                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2385                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2386                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2387                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2388                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2389                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2390                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2391                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2392                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2393                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2394                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2395                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2396                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2397                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2398                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2399                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2400                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2401                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2402                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2403                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2404                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2405                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2406                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2407                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2408                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2409                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2410                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2411                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2412                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2413                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2414                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2415                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2416                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2417                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2418                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2419                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2420                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2421                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2422                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2423                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2424                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2425                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2426                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2427                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2428                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2429                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2430                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2431                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2432                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2433                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2434                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2435                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2436                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2437                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2438                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2439                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2440                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2441                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2442                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2443                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2444                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2445                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2446                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2447                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2448                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2449                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2450                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2451                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2452                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2453                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2454                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2455                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2456                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2457                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2458                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2459                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2460                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2461                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2462                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2463                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2464                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2465                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2466                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2467                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2468                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2469                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2470                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2471                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2472                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2473                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2474                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2475                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2476                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2477                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2478                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2479                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2480                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2481                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2482                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2483                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2484                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2485                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2486                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2487                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2488                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2489                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2490                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2491                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2492                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2493                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2494                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2495                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2496                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2497                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2498                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2499                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2500                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2501                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2502                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2503                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2504                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2505                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2506                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2507                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2508                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2509                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2510                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2511                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2512                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2513                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2514                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2515                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2516                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2517                                                      <a href="https://tapbots.com/software/tweetbot/mac" rel="nofollow">Tweetbot for Mac</a>
## 2518                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2519                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2520                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2521                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2522                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2523                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2524                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2525                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2526                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2527                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2528                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2529                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2530                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2531                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2532                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2533                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2534                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2535                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2536                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2537                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2538                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2539                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2540                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2541                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2542                                                                                   <a href="https://gambiste.com" rel="nofollow">Gambiste</a>
## 2543                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2544                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2545                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2546                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2547                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2548                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2549                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2550                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2551                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2552                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2553                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2554                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2555                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2556                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2557                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2558                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2559                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2560                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2561                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2562                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2563                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2564                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2565                                                                     <a href="https://eurasiapol.ftrsk.net" rel="nofollow">Eurasiapolnews</a>
## 2566                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2567                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2568                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2569                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2570                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2571                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2572                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2573                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2574                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2575                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2576                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2577                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2578                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2579                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2580                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2581                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2582                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2583                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2584                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2585                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2586                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2587                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2588                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2589                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2590                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2591                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2592                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2593                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2594                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2595                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2596                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2597                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2598                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2599                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2600                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2601                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2602                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2603                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2604                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2605                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2606                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2607                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2608                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2609                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2610                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2611                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2612                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2613                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2614                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2615                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2616                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2617                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2618                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2619                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2620                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2621                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2622                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2623                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2624                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2625                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2626                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2627                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2628                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2629                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2630                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2631                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2632                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2633                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2634                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2635                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2636                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2637                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2638                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2639                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2640                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2641                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2642                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2643                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2644                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2645                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2646                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2647                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2648                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2649                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2650                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2651                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2652                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2653                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2654                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2655                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2656                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2657                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2658                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2659                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2660                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2661                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2662                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2663                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2664                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2665                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2666                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2667                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2668                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2669                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2670                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2671                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2672                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2673                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2674                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2675                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2676                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2677                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2678                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2679                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2680                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2681                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2682                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2683                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2684                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2685                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2686                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2687                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2688                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2689                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2690                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2691                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2692                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2693                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2694                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2695                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2696                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2697                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2698                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2699                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2700                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2701                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2702                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2703                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2704                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2705                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2706                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2707                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2708                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2709                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2710                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2711                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2712                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2713                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2714                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2715                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2716                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2717                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2718                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2719                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2720                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2721                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2722                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2723                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2724                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2725                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2726                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2727                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2728                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2729                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2730                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2731                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2732                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2733                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2734                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2735                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2736                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2737                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2738                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2739                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2740                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2741                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2742                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2743                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2744                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2745                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2746                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2747                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2748                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2749                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2750                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2751                                <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Angel's bot</a>
## 2752                                                      <a href="http://mattiascibien.net/projects/#3drenderbot" rel="nofollow">3dRenderBot</a>
## 2753                                                      <a href="http://mattiascibien.net/projects/#3drenderbot" rel="nofollow">3dRenderBot</a>
## 2754                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2755                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2756                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2757                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2758                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2759                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2760                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2761                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2762                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2763                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2764                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2765                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2766                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2767                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2768                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2769                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2770                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2771                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2772                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2773                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2774                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2775                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2776                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2777                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2778                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2779                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2780                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2781                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2782                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2783                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2784                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2785                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2786                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2787                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2788                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2789                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2790                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2791                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2792                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2793                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2794                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2795                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2796                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2797                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2798                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2799                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2800                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2801                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2802                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2803                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2804                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2805                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2806                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2807                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2808                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2809                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2810                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2811                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2812                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2813                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2814                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2815                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2816                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2817                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2818                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2819                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2820                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2821                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2822                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2823                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2824                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2825                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2826                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2827                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2828                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2829                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2830                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2831                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2832                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2833                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2834                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2835                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2836                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2837                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2838                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2839                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2840                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2841                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2842                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2843                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2844                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2845                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2846                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2847                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2848                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2849                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2850                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2851                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2852                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2853                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2854                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2855                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2856                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2857                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2858                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2859                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2860                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2861                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2862                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2863                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2864                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2865                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2866                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2867                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2868                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2869                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2870                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2871                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2872                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2873                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2874                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2875                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2876                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2877                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2878                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2879                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2880                                                      <a href="https://tapbots.com/software/tweetbot/mac" rel="nofollow">Tweetbot for Mac</a>
## 2881                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2882                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2883                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2884                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2885                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2886                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2887                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2888                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2889                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2890                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2891                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2892                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2893                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2894                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2895                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2896                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2897                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2898                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2899                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2900                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2901                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2902                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2903                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2904                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2905                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2906                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2907                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2908                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2909                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2910                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2911                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2912                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2913                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2914                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2915                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2916                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2917                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2918                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2919                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2920                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2921                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2922                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2923                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2924                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2925                                                                                       <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2926                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2927                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2928                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2929                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2930                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2931                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2932                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2933                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2934                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2935                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2936                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2937                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2938                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2939                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2940                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2941                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2942                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2943                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2944                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2945                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2946                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2947                                        <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 2948                                        <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 2949                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2950                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2951                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2952                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2953                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2954                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2955                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2956                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2957                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2958                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2959                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2960                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2961                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2962                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2963                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2964                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2965                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2966                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2967                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2968                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2969                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2970                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2971                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2972                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2973                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2974                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2975                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2976                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2977                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2978                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2979                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2980                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2981                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2982                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2983                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2984                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2985                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2986                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2987                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2988                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2989                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2990                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2991                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2992                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2993                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2994                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2995                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2996                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2997                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2998                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2999                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3000                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3001                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3002                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3003                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3004                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3005                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3006                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3007                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3008                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3009                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3010                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3011                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3012                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3013                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3014                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3015                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3016                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3017                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3018                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3019                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3020                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3021                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3022                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3023                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3024                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3025                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3026                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3027                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3028                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3029                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3030                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3031                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3032                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3033                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3034                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3035                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3036                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3037                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3038                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3039                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3040                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3041                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3042                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3043                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3044                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3045                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3046                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3047                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3048                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3049                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3050                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3051                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3052                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3053                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3054                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3055                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3056                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3057                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3058                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3059                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3060                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3061                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3062                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3063                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3064                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3065                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3066                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3067                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3068                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3069                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3070                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3071                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3072                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3073                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3074                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3075                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3076                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3077                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3078                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3079                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3080                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3081                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3082                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3083                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3084                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3085                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3086                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3087                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3088                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3089                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3090                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3091                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3092                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3093                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3094                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3095                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3096                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3097                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3098                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3099                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3100                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3101                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3102                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3103                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3104                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3105                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3106                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3107                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3108                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3109                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3110                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3111                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3112                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3113                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3114                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3115                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3116                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3117                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3118                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3119                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3120                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3121                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3122                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3123                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3124                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3125                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3126                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3127                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3128                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3129                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3130                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3131                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3132                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3133                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3134                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3135                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3136                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3137                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3138                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3139                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3140                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3141                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3142                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3143                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3144                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3145                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3146                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3147                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3148                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3149                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3150                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3151                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3152                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3153                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3154                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3155                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3156                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3157                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3158                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3159                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3160                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3161                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3162                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3163                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3164                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3165                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3166                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3167                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3168                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3169                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3170                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3171                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3172                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3173                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3174                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3175                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3176                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3177                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3178                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3179                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3180                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3181                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3182                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3183                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3184                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3185                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3186                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3187                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3188                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3189                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3190                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3191                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3192                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3193                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3194                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3195                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3196                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3197                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3198                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3199                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3200                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3201                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3202                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3203                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3204                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3205                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3206                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3207                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3208                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3209                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3210                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3211                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3212                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3213                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3214                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3215                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3216                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3217                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3218                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3219                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3220                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3221                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3222                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3223                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3224                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3225                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3226                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3227                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3228                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3229                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3230                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3231                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3232                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3233                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3234                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3235                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3236                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3237                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3238                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3239                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3240                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3241                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3242                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3243                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3244                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3245                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3246                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3247                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3248                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3249                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3250                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3251                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3252                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3253                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3254                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3255                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3256                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3257                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3258                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3259                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3260                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3261                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3262                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3263                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3264                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3265                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3266                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3267                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3268                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3269                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3270                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3271                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3272                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3273                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3274                                                      <a href="https://tapbots.com/software/tweetbot/mac" rel="nofollow">Tweetbot for Mac</a>
## 3275                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3276                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3277                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3278                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3279                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3280                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3281                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3282                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3283                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3284                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3285                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3286                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3287                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3288                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3289                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3290                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3291                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3292                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3293                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3294                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3295                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3296                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3297                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3298                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3299                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3300                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3301                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3302                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3303                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3304                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3305                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3306                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3307                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3308                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3309                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3310                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3311                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3312                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3313                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3314                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3315                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3316                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3317                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3318                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3319                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3320                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3321                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3322                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3323                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3324                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3325                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3326                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3327                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3328                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3329                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3330                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3331                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3332                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3333                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3334                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3335                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3336                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3337                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3338                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3339                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3340                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3341                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3342                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3343                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3344                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3345                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3346                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3347                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3348                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3349                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3350                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3351                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3352                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3353                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3354                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3355                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3356                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3357                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3358                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3359                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3360                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3361                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3362                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3363                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3364                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3365                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3366                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3367                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3368                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3369                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3370                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3371                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3372                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3373                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3374                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3375                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3376                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3377                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3378                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3379                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3380                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3381                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3382                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3383                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3384                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3385                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3386                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3387                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3388                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3389                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3390                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3391                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3392                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3393                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3394                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3395                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3396                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3397                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3398                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3399                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3400                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3401                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3402                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3403                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3404                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3405                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3406                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3407                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3408                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3409                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3410                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3411                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3412                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3413                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3414                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3415                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3416                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3417                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3418                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3419                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3420                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3421                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3422                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3423                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3424                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3425                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3426                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3427                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3428                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3429                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3430                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3431                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3432                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3433                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3434                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3435                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3436                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3437                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3438                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3439                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3440                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3441                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3442                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3443                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3444                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3445                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3446                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3447                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3448                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3449                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3450                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3451                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3452                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3453                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3454                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3455                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3456                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3457                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3458                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3459                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3460                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3461                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3462                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3463                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3464                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3465                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3466                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3467                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3468                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3469                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3470                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3471                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3472                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3473                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3474                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3475                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3476                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3477                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3478                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3479                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3480                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3481                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3482                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3483                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3484                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3485                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3486                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3487                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3488                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3489                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3490                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3491                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3492                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3493                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3494                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3495                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3496                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3497                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3498                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3499                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3500                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3501                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3502                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3503                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3504                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3505                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3506                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3507                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3508                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3509                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3510                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3511                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3512                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3513                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3514                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3515                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3516                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3517                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3518                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3519                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3520                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3521                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3522                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3523                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3524                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3525                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3526                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3527                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3528                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3529                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3530                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3531                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3532                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3533                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3534                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3535                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3536                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3537                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3538                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3539                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3540                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3541                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3542                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3543                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3544                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3545                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3546                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3547                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3548                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3549                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3550                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3551                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3552                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3553                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3554                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3555                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3556                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3557                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3558                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3559                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3560                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3561                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3562                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3563                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3564                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3565                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3566                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3567                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3568                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3569                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3570                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3571                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3572                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3573                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3574                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3575                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3576                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3577                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3578                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3579                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3580                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3581                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3582                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3583                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3584                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3585                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3586                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3587                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3588                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3589                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3590                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3591                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3592                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3593                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3594                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3595                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3596                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3597                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3598                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3599                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3600                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3601                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3602                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3603                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3604                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3605                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3606                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3607                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3608                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3609                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3610                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3611                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3612                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3613                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3614                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3615                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3616                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3617                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3618                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3619                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3620                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3621                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3622                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3623                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3624                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3625                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3626                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3627                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3628                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3629                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3630                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3631                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3632                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3633                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3634                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3635                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3636                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3637                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3638                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3639                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3640                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3641                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3642                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3643                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3644                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3645                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3646                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3647                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3648                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3649                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3650                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3651                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3652                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3653                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3654                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3655                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3656                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3657                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3658                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3659                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3660                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3661                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3662                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3663                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3664                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3665                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3666                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3667                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3668                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3669                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3670                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3671                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3672                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3673                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3674                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3675                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3676                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3677                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3678                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3679                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3680                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3681                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3682                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3683                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3684                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3685                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3686                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3687                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3688                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3689                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3690                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3691                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3692                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3693                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3694                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3695                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3696                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3697                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3698                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3699                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3700                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3701                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3702                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3703                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3704                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3705                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3706                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3707                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3708                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3709                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3710                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3711                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3712                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3713                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3714                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3715                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3716                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3717                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3718                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3719                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3720                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3721                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3722                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3723                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3724                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3725                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3726                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3727                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3728                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3729                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3730                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3731                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3732                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3733                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3734                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3735                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3736                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3737                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3738                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3739                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3740                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3741                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3742                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3743                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3744                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3745                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3746                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3747                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3748                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3749                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3750                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3751                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3752                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3753                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3754                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3755                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3756                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3757                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3758                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3759                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3760                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3761                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3762                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3763                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3764                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3765                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3766                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3767                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3768                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3769                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3770                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3771                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3772                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3773                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3774                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3775                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3776                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3777                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3778                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3779                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3780                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3781                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3782                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3783                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3784                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3785                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3786                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3787                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3788                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3789                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3790                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3791                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3792                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3793                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3794                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3795                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3796                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3797                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3798                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3799                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3800                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3801                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3802                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3803                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3804                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3805                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3806                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3807                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3808                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3809                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3810                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3811                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3812                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3813                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3814                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3815                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3816                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3817                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3818                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3819                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3820                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3821                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3822                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3823                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3824                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3825                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3826                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3827                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3828                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3829                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3830                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3831                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3832                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3833                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3834                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3835                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3836                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3837                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3838                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3839                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3840                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3841                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3842                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3843                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3844                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3845                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3846                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3847                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3848                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3849                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3850                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3851                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3852                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3853                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3854                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3855                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3856                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3857                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3858                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3859                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3860                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3861                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3862                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3863                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3864                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3865                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3866                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3867                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3868                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3869                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3870                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3871                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3872                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3873                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3874                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3875                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3876                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3877                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3878                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3879                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3880                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3881                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3882                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3883                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3884                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3885                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3886                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3887                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3888                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3889                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3890                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3891                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3892                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3893                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3894                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3895                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3896                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3897                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3898                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3899                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3900                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3901                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3902                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3903                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3904                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3905                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3906                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3907                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3908                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3909                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3910                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3911                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3912                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3913                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3914                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3915                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3916                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3917                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3918                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3919                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3920                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3921                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3922                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3923                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3924                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3925                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3926                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3927                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3928                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3929                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3930                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3931                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3932                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3933                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3934                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3935                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3936                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3937                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3938                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3939                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3940                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3941                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3942                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3943                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3944                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3945                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3946                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3947                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3948                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3949                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3950                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3951                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3952                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3953                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3954                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3955                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3956                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3957                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3958                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3959                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3960                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3961                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3962                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3963                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3964                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3965                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3966                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3967                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3968                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3969                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3970                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3971                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3972                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3973                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3974                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3975                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3976                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3977                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3978                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3979                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3980                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3981                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3982                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3983                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3984                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3985                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3986                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3987                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3988                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3989                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3990                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3991                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3992                                                                    <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 3993                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3994                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3995                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3996                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3997                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3998                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3999                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4000                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4001                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4002                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4003                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4004                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4005                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4006                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4007                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4008                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4009                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4010                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4011                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4012                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4013                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4014                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4015                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4016                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4017                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4018                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4019                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4020                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4021                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4022                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4023                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4024                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4025                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4026                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4027                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4028                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4029                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4030                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4031                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4032                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4033                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4034                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4035                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4036                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4037                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4038                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4039                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4040                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4041                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4042                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4043                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4044                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4045                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4046                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4047                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4048                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4049                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4050                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4051                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4052                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4053                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4054                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4055                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4056                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4057                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4058                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4059                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4060                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4061                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4062                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4063                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4064                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4065                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4066                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4067                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4068                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4069                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4070                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4071                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4072                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4073                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4074                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4075                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4076                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4077                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4078                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4079                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4080                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4081                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4082                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4083                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4084                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4085                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4086                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4087                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4088                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4089                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4090                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4091                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4092                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4093                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4094                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4095                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4096                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4097                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4098                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4099                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4100                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4101                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4102                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4103                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4104                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4105                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4106                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4107                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4108                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4109                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4110                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4111                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4112                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4113                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4114                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4115                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4116                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4117                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4118                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4119                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4120                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4121                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4122                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4123                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4124                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4125                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4126                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4127                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4128                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4129                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4130                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4131                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4132                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4133                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4134                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4135                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4136                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4137                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4138                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4139                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4140                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4141                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4142                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4143                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4144                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4145                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4146                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4147                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4148                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4149                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4150                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4151                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4152                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4153                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4154                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4155                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4156                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4157                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4158                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4159                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4160                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4161                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4162                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4163                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4164                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4165                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4166                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4167                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4168                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4169                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4170                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4171                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4172                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4173                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4174                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4175                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4176                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4177                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4178                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4179                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4180                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4181                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4182                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4183                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4184                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4185                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4186                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4187                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4188                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4189                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4190                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4191                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4192                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4193                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4194                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4195                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4196                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4197                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4198                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4199                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4200                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4201                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4202                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4203                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4204                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4205                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4206                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4207                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4208                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4209                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4210                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4211                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4212                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4213                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4214                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4215                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4216                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4217                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4218                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4219                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4220                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4221                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4222                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4223                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4224                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4225                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4226                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4227                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4228                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4229                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4230                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4231                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4232                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4233                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4234                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4235                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4236                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4237                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4238                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4239                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4240                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4241                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4242                               <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">OtomeTweeter</a>
## 4243                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4244                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4245                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4246                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4247                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4248                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4249                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4250                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4251                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4252                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4253                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4254                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4255                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4256                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4257                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4258                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4259                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4260                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4261                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4262                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4263                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4264                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4265                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4266                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4267                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4268                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4269                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4270                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4271                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4272                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4273                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4274                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4275                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4276                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4277                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4278                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4279                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4280                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4281                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4282                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4283                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4284                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4285                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4286                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4287                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4288                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4289                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4290                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4291                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4292                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4293                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4294                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4295                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4296                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4297                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4298                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4299                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4300                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4301                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4302                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4303                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4304                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4305                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4306                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4307                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4308                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4309                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4310                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4311                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4312                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4313                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4314                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4315                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4316                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4317                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4318                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4319                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4320                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4321                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4322                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4323                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4324                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4325                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4326                                                                    <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 4327                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4328                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4329                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4330                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4331                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4332                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4333                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4334                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4335                                                                     <a href="http://dataminingthemoney.com " rel="nofollow">datareadinfo</a>
## 4336                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4337                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4338                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4339                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4340                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4341                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4342                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4343                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4344                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4345                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4346                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4347                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4348                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4349                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4350                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4351                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4352                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4353                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4354                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4355                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4356                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4357                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4358                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4359                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4360                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4361                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4362                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4363                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4364                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4365                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4366                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4367                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4368                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4369                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4370                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4371                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4372                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4373                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4374                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4375                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4376                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4377                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4378                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4379                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4380                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4381                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4382                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4383                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4384                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4385                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4386                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4387                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4388                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4389                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4390                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4391 <a href="https://script.google.com/macros/s/AKfycbx4vGUVr8-ffs5hEehcDk9bs6qgNF12LQGYA-DNXR98KM8VKVBF/exec?v1" rel="nofollow">GDTron RT 1</a>
## 4392                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4393                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4394                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4395                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4396                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4397                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4398                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4399                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4400                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4401                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4402                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4403                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4404                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4405                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4406                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4407                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4408                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4409                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4410                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4411                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4412                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4413                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4414                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4415                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4416                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4417                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4418                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4419                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4420                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4421                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4422                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4423                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4424                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4425                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4426                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4427                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4428                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4429                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4430                                                                           <a href="https://sentiment.com" rel="nofollow">twitter pack v5</a>
## 4431                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4432                                                                               <a href="https://nookgaming.com" rel="nofollow">VN_Tweeter</a>
## 4433                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4434                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4435                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4436                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4437                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4438                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4439                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4440                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4441                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4442                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4443                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4444                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4445                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4446                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4447                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4448                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4449                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4450                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4451                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4452                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4453                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4454                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4455                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4456                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4457                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4458                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4459                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4460                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4461                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4462                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4463                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4464                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4465                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4466                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4467                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4468                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4469                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4470                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4471                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4472                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4473                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4474                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4475                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4476                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4477                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4478                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4479                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4480                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4481                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4482                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4483                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4484                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4485                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4486                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4487                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4488                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4489                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4490                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4491                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4492                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4493                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4494                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4495                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4496                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4497                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4498                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4499                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4500                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4501                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4502                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4503                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4504                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4505                                                                    <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 4506                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4507                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4508                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4509                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4510                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4511                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4512                                                                               <a href="https://nookgaming.com" rel="nofollow">VN_Tweeter</a>
## 4513                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4514                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4515                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4516                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4517                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4518                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4519                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4520                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4521                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4522                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4523                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4524                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4525                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4526                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4527                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4528                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4529                                                                                  <a href="http://twinybots.com" rel="nofollow">TwinyBots</a>
## 4530                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4531                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4532                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4533                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4534                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4535                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4536                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4537                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4538                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4539                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4540                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4541                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4542                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4543                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4544                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4545                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4546                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4547                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4548                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4549                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4550                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4551                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4552                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4553                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4554                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4555                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4556                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4557                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4558                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4559                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4560                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4561                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4562                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4563                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4564                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4565                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4566                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4567                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4568                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4569                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4570                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4571                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4572                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4573                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4574                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4575                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4576                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4577                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4578                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4579                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4580                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4581                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4582                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4583                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4584                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4585                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4586                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4587                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4588                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4589                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4590                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4591                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4592                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4593                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4594                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4595                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4596                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4597                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4598                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4599                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4600                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4601                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4602                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4603                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4604                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4605                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4606                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4607                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4608                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4609                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4610                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4611                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4612                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4613                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4614                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4615                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4616                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4617                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4618                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4619                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4620                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4621                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4622                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4623                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4624                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4625                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4626                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4627                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4628                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4629                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4630                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4631                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4632                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4633                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4634                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4635                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4636                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4637                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4638                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4639                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4640                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4641                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4642                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4643                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4644                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4645                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4646                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4647                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4648                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4649                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4650                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4651                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4652                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4653                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4654                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4655                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4656                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4657                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4658                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4659                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4660                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4661                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4662                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4663                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4664                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4665                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4666                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4667                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4668                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4669                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4670                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4671                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4672                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4673                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4674                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4675                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4676                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4677                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4678                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4679                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4680                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4681                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4682                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4683                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4684                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4685                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4686                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4687                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4688                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4689                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4690                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4691                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4692                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4693                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4694                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4695                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4696                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4697                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4698                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4699                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4700                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4701                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4702                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4703                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4704                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4705                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4706                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4707                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4708                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4709                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4710                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4711                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4712                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4713                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4714                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4715                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4716                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4717                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4718                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4719                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4720                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4721                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4722                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4723                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4724                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4725                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4726                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4727                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4728                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4729                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4730                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4731                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4732                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4733                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4734                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4735                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4736                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4737                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4738                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4739                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4740                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4741                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4742                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4743                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4744                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4745                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4746                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4747                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4748                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4749                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4750                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4751                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4752                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4753                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4754                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4755                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4756                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4757                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4758                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4759                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4760                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4761                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4762                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4763                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4764                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4765                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4766                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4767                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4768                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4769                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4770                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4771                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4772                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4773                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4774                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4775                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4776                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4777                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4778                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4779                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4780                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4781                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4782                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4783                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4784                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4785                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4786                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4787                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4788                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4789                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4790                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4791                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4792                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4793                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4794                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4795                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4796                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4797                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4798                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4799                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4800                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4801                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4802                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4803                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4804                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4805                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4806                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4807                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4808                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4809                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4810                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4811                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4812                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4813                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4814                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4815                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4816                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4817                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4818                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4819                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4820                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4821                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4822                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4823                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4824                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4825                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4826                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4827                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4828                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4829                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4830                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4831                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4832                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4833                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4834                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4835                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4836                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4837                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4838                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4839                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4840                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4841                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4842                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4843                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4844                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4845                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4846                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4847                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4848                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4849                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4850                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4851                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4852                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4853                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4854                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4855                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4856                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4857                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4858                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4859                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4860                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4861                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4862                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4863                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4864                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4865                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4866                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4867                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4868                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4869                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4870                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4871                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4872                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4873                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4874                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4875                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4876                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4877                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4878                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4879                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4880                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4881                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4882                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4883                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4884                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4885                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4886                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4887                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4888                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4889                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4890                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4891                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4892                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4893                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4894                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4895                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4896                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4897                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4898                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4899                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4900                                                                               <a href="https://nookgaming.com" rel="nofollow">VN_Tweeter</a>
## 4901                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4902                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4903                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4904                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4905                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4906                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4907                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4908                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4909                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4910                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4911                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4912                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4913                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4914                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4915                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4916                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4917                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4918                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4919                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4920                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4921                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4922                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4923                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4924                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4925                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4926                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4927                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4928                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4929                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4930                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4931                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4932                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4933                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4934                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4935                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4936                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4937                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4938                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4939                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4940                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4941                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4942                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4943                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4944                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4945                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4946                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4947                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4948                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4949                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4950                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4951                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4952                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4953                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4954                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4955                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4956                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4957                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4958                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4959                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4960                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4961                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4962                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4963                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4964                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4965                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4966                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4967                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4968                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4969                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4970                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4971                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4972                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4973                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4974                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4975                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4976                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4977                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4978                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4979                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4980                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4981                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4982                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4983                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4984                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4985                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4986                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4987                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4988                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4989                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4990                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4991                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4992                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4993                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4994                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4995                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4996                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4997                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4998                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4999                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5000                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5001                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5002                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5003                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5004                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5005                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5006                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5007                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5008                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5009                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5010                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5011                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5012                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5013                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5014                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5015                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5016                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5017                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5018                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5019                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5020                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5021                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5022                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5023                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5024                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5025                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5026                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5027                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5028                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5029                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5030                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5031                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5032                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5033                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5034                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5035                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5036                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5037                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5038                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5039                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5040                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5041                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5042                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5043                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5044                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5045                                                                                  <a href="http://twinybots.com" rel="nofollow">TwinyBots</a>
## 5046                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5047                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5048                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5049                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5050                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5051                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5052                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5053                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5054                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5055                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5056                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5057                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5058                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5059                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5060                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5061                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5062                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5063                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5064                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5065                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5066                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5067                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5068                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5069                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5070                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5071                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5072                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5073                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5074                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5075                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5076                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5077                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5078                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5079                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5080                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5081                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5082                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5083                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5084                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5085                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5086                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5087                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5088                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5089                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5090                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5091                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5092                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5093                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5094                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5095                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5096                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5097                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5098                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5099                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5100                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5101                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5102                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5103                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5104                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5105                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5106                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5107                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5108                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5109                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5110                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5111                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5112                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5113                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5114                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5115                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5116                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5117                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5118                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5119                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5120                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5121                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5122                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5123                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5124                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5125                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5126                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5127                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5128                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5129                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5130                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5131                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5132                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5133                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5134                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5135                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5136                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5137                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5138                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5139                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5140                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5141                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5142                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5143                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5144                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5145                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5146                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5147                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5148                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5149                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5150                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5151                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5152                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5153                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5154                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5155                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5156                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5157                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5158                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5159                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5160                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5161                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5162                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5163                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5164                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5165                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5166                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5167                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5168                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5169                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5170                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5171                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5172                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5173                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5174                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5175                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5176                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5177                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5178                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5179                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5180                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5181                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5182                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5183                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5184                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5185                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5186                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5187                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5188                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5189                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5190                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5191                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5192                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5193                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5194                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5195                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5196                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5197                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5198                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5199                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5200                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5201                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5202                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5203                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5204                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5205                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5206                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5207                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5208                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5209                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5210                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5211                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5212                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5213                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5214                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5215                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5216                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5217                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5218                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5219                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5220                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5221                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5222                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5223                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5224                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5225                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5226                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5227                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5228                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5229                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5230                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5231                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5232                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5233                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5234                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5235                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5236                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5237                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5238                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5239                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5240                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5241                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5242                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5243                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5244                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5245                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5246                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5247                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5248                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5249                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5250                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5251                                                                                  <a href="http://twinybots.com" rel="nofollow">TwinyBots</a>
## 5252                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5253                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5254                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5255                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5256                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5257                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5258                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5259                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5260                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5261                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5262                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5263                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5264                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5265                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5266                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5267                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5268                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5269                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5270                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5271                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5272                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5273                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5274                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5275                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5276                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5277                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5278                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5279                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5280                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5281                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5282                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5283                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5284                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5285                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5286                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5287                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5288                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5289                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5290                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5291                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5292                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5293                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5294                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5295                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5296                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5297                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5298                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5299                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5300                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5301                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5302                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5303                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5304                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5305                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5306                                          <a href="https://itunes.apple.com/jp/app/hel2um/id1146280429?mt=8" rel="nofollow">Hel2um on iOS</a>
## 5307                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5308                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5309                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5310                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5311                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5312                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5313                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5314                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5315                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5316                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5317                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5318                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5319                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5320                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5321                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5322                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5323                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5324                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5325                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5326                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5327                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5328                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5329                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5330                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5331                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5332                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5333                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5334                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5335                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5336                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5337                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5338                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5339                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5340                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5341                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5342                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5343                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5344                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5345                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5346                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5347                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5348                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5349                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5350                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5351                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5352                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5353                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5354                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5355                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5356                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5357                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5358                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5359                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5360                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5361                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5362                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5363                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5364                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5365                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5366                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5367                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5368                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5369                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5370                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5371                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5372                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5373                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5374                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5375                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5376                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5377                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5378                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5379                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5380                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5381                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5382                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5383                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5384                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5385                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5386                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5387                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5388                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5389                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5390                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5391                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5392                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5393                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5394                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5395                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5396                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5397                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5398                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5399                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5400                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5401                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5402                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5403                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5404                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5405                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5406                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5407                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5408                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5409                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5410                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5411                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5412                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5413                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5414                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5415                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5416                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5417                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5418                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5419                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5420                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5421                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5422                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5423                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5424                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5425                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5426                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5427                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5428                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5429                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5430                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5431                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5432                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5433                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5434                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5435                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5436                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5437                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5438                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5439                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5440                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5441                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5442                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5443                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5444                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5445                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5446                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5447                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5448                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5449                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5450                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5451                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5452                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5453                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5454                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5455                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5456                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5457                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5458                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5459                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5460                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5461                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5462                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5463                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5464                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5465                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5466                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5467                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5468                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5469                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5470                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5471                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5472                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5473                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5474                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5475                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5476                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5477                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5478                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5479                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5480                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5481                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5482                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5483                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5484                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5485                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5486                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5487                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5488                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5489                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5490                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5491                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5492                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5493                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5494                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5495                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5496                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5497                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5498                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5499                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5500                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5501                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5502                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5503                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5504                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5505                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5506                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5507                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5508                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5509                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5510                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5511                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5512                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5513                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5514                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5515                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5516                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5517                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5518                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5519                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5520                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5521                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5522                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5523                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5524                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5525                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5526                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5527                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5528                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5529                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5530                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5531                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5532                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5533                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5534                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5535                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5536                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5537                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5538                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5539                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5540                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5541                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5542                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5543                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5544                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5545                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5546                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5547                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5548                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5549                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5550                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5551                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5552                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5553                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5554                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5555                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5556                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5557                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5558                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5559                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5560                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5561                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5562                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5563                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5564                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5565                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5566                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5567                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5568                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5569                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5570                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5571                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5572                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5573                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5574                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5575                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5576                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5577                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5578                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5579                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5580                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5581                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5582                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5583                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5584                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5585                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5586                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5587                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5588                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5589                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5590                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5591                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5592                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5593                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5594                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5595                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5596                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5597                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5598                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5599                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5600                                                                 <a href="http://www.samruston.co.uk" rel="nofollow">Flamingo for Android</a>
## 5601                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5602                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5603                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5604                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5605                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5606                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5607                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5608                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5609                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5610                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5611                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5612                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5613                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5614                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5615                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5616                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5617                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5618                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5619                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5620                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5621                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5622                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5623                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5624                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5625                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5626                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5627                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5628                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5629                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5630                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5631                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5632                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5633                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5634                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5635                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5636                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5637                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5638                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5639                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5640                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5641                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5642                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5643                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5644                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5645                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5646                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5647                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5648                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5649                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5650                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5651                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5652                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5653                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5654                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5655                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5656                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5657                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5658                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5659                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5660                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5661                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5662                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5663                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5664                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5665                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5666                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5667                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5668                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5669                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5670                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5671                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5672                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5673                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5674                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5675                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5676                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5677                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5678                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5679                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5680                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5681                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5682                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5683                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5684                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5685                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5686                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5687                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5688                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5689                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5690                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5691                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5692                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5693                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5694                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5695                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5696                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5697                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5698                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5699                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5700                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5701                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5702                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5703                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5704                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5705                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5706                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5707                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5708                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5709                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5710                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5711                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5712                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5713                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5714                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5715                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5716                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5717                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5718                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5719                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5720                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5721                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5722                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5723                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5724                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5725                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5726                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5727                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5728                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5729                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5730                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5731                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5732                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5733                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5734                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5735                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5736                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5737                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5738                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5739                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5740                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5741                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5742                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5743                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5744                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5745                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5746                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5747                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5748                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5749                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5750                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5751                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5752                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5753                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5754                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5755                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5756                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5757                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5758                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5759                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5760                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5761                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5762                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5763                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5764                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5765                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5766                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5767                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5768                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5769                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5770                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5771                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5772                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5773                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5774                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5775                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5776                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5777                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5778                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5779                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5780                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5781                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5782                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5783                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5784                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5785                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5786                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5787                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5788                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5789                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5790                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5791                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5792                                                      <a href="https://www.blackettmusic.com" rel="nofollow">BlackettMusic.com rtArtBoost</a>
## 5793                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5794                                                                                  <a href="http://mvilla.it/fenix" rel="nofollow">Fenix 2</a>
## 5795                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5796                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5797                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5798                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5799                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5800                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5801                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5802                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5803                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5804                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5805                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5806                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5807                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5808                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5809                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5810                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5811                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5812                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5813                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5814                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5815                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5816                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5817                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5818                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5819                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5820                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5821                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5822                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5823                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5824                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5825                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5826                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5827                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5828                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5829                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5830                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5831                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5832                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5833                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5834                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5835                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5836                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5837                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5838                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5839                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5840                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5841                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5842                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5843                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5844                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5845                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5846                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5847                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5848                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5849                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5850                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5851                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5852                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5853                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5854                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5855                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5856                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5857                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5858                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5859                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5860                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5861                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5862                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5863                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5864                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5865                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5866                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5867                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5868                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5869                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5870                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5871                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5872                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5873                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5874                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5875                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5876                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5877                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5878                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5879                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5880                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5881                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5882                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5883                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5884                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5885                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5886                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5887                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5888                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5889                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5890                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5891                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5892                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5893                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5894                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5895                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5896                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5897                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5898                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5899                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5900                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5901                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5902                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5903                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5904                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5905                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5906                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5907                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5908                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5909                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5910                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5911                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5912                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5913                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5914                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5915                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5916                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5917                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5918                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5919                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5920                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5921                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5922                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5923                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5924                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5925                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5926                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5927                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5928                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5929                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5930                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5931                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5932                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5933                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5934                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5935                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5936                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5937                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5938                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5939                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5940                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5941                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5942                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5943                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5944                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5945                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5946                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5947                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5948                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5949                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5950                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5951                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5952                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5953                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5954                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5955                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5956                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5957                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5958                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5959                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5960                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5961                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5962                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5963                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5964                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5965                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5966                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5967                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5968                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5969                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5970                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5971                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5972                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5973                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5974                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5975                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5976                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5977                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5978                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5979                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5980                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5981                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5982                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5983                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5984                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5985                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5986                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5987                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5988                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5989                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5990                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5991                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
##      isRetweet
## 1         TRUE
## 2         TRUE
## 3         TRUE
## 4         TRUE
## 5         TRUE
## 6         TRUE
## 7         TRUE
## 8         TRUE
## 9         TRUE
## 10        TRUE
## 11        TRUE
## 12        TRUE
## 13        TRUE
## 14        TRUE
## 15        TRUE
## 16        TRUE
## 17        TRUE
## 18        TRUE
## 19        TRUE
## 20        TRUE
## 21        TRUE
## 22        TRUE
## 23        TRUE
## 24        TRUE
## 25        TRUE
## 26        TRUE
## 27        TRUE
## 28        TRUE
## 29        TRUE
## 30        TRUE
## 31        TRUE
## 32        TRUE
## 33        TRUE
## 34        TRUE
## 35        TRUE
## 36        TRUE
## 37        TRUE
## 38        TRUE
## 39        TRUE
## 40        TRUE
## 41        TRUE
## 42        TRUE
## 43        TRUE
## 44        TRUE
## 45        TRUE
## 46        TRUE
## 47        TRUE
## 48        TRUE
## 49        TRUE
## 50        TRUE
## 51        TRUE
## 52        TRUE
## 53        TRUE
## 54        TRUE
## 55        TRUE
## 56        TRUE
## 57        TRUE
## 58        TRUE
## 59        TRUE
## 60        TRUE
## 61        TRUE
## 62        TRUE
## 63        TRUE
## 64        TRUE
## 65        TRUE
## 66        TRUE
## 67        TRUE
## 68        TRUE
## 69        TRUE
## 70        TRUE
## 71        TRUE
## 72        TRUE
## 73        TRUE
## 74        TRUE
## 75        TRUE
## 76        TRUE
## 77        TRUE
## 78        TRUE
## 79        TRUE
## 80        TRUE
## 81        TRUE
## 82        TRUE
## 83        TRUE
## 84        TRUE
## 85        TRUE
## 86        TRUE
## 87        TRUE
## 88        TRUE
## 89        TRUE
## 90        TRUE
## 91        TRUE
## 92        TRUE
## 93        TRUE
## 94        TRUE
## 95        TRUE
## 96        TRUE
## 97        TRUE
## 98        TRUE
## 99        TRUE
## 100       TRUE
## 101       TRUE
## 102       TRUE
## 103       TRUE
## 104       TRUE
## 105       TRUE
## 106       TRUE
## 107       TRUE
## 108       TRUE
## 109       TRUE
## 110       TRUE
## 111       TRUE
## 112       TRUE
## 113       TRUE
## 114       TRUE
## 115       TRUE
## 116       TRUE
## 117       TRUE
## 118       TRUE
## 119       TRUE
## 120       TRUE
## 121       TRUE
## 122       TRUE
## 123       TRUE
## 124       TRUE
## 125       TRUE
## 126       TRUE
## 127       TRUE
## 128       TRUE
## 129       TRUE
## 130       TRUE
## 131       TRUE
## 132       TRUE
## 133       TRUE
## 134       TRUE
## 135       TRUE
## 136       TRUE
## 137       TRUE
## 138       TRUE
## 139       TRUE
## 140       TRUE
## 141       TRUE
## 142       TRUE
## 143       TRUE
## 144       TRUE
## 145       TRUE
## 146       TRUE
## 147       TRUE
## 148       TRUE
## 149       TRUE
## 150       TRUE
## 151       TRUE
## 152       TRUE
## 153       TRUE
## 154       TRUE
## 155       TRUE
## 156       TRUE
## 157       TRUE
## 158       TRUE
## 159       TRUE
## 160       TRUE
## 161       TRUE
## 162       TRUE
## 163       TRUE
## 164       TRUE
## 165       TRUE
## 166       TRUE
## 167       TRUE
## 168       TRUE
## 169       TRUE
## 170       TRUE
## 171       TRUE
## 172       TRUE
## 173       TRUE
## 174       TRUE
## 175       TRUE
## 176       TRUE
## 177       TRUE
## 178       TRUE
## 179       TRUE
## 180       TRUE
## 181       TRUE
## 182       TRUE
## 183       TRUE
## 184       TRUE
## 185       TRUE
## 186       TRUE
## 187       TRUE
## 188       TRUE
## 189       TRUE
## 190       TRUE
## 191       TRUE
## 192       TRUE
## 193       TRUE
## 194       TRUE
## 195       TRUE
## 196       TRUE
## 197       TRUE
## 198       TRUE
## 199       TRUE
## 200       TRUE
## 201       TRUE
## 202       TRUE
## 203       TRUE
## 204       TRUE
## 205       TRUE
## 206       TRUE
## 207       TRUE
## 208       TRUE
## 209       TRUE
## 210       TRUE
## 211       TRUE
## 212       TRUE
## 213       TRUE
## 214       TRUE
## 215       TRUE
## 216       TRUE
## 217       TRUE
## 218       TRUE
## 219       TRUE
## 220       TRUE
## 221       TRUE
## 222       TRUE
## 223       TRUE
## 224       TRUE
## 225       TRUE
## 226       TRUE
## 227       TRUE
## 228       TRUE
## 229       TRUE
## 230       TRUE
## 231       TRUE
## 232       TRUE
## 233       TRUE
## 234       TRUE
## 235       TRUE
## 236       TRUE
## 237       TRUE
## 238       TRUE
## 239       TRUE
## 240       TRUE
## 241       TRUE
## 242       TRUE
## 243       TRUE
## 244       TRUE
## 245       TRUE
## 246       TRUE
## 247       TRUE
## 248       TRUE
## 249       TRUE
## 250       TRUE
## 251       TRUE
## 252       TRUE
## 253       TRUE
## 254       TRUE
## 255       TRUE
## 256       TRUE
## 257       TRUE
## 258       TRUE
## 259       TRUE
## 260       TRUE
## 261       TRUE
## 262       TRUE
## 263       TRUE
## 264       TRUE
## 265       TRUE
## 266       TRUE
## 267       TRUE
## 268       TRUE
## 269       TRUE
## 270       TRUE
## 271       TRUE
## 272       TRUE
## 273       TRUE
## 274       TRUE
## 275       TRUE
## 276       TRUE
## 277       TRUE
## 278       TRUE
## 279       TRUE
## 280       TRUE
## 281       TRUE
## 282       TRUE
## 283       TRUE
## 284       TRUE
## 285       TRUE
## 286       TRUE
## 287       TRUE
## 288       TRUE
## 289       TRUE
## 290       TRUE
## 291       TRUE
## 292       TRUE
## 293       TRUE
## 294       TRUE
## 295       TRUE
## 296       TRUE
## 297       TRUE
## 298       TRUE
## 299       TRUE
## 300       TRUE
## 301       TRUE
## 302       TRUE
## 303       TRUE
## 304       TRUE
## 305       TRUE
## 306       TRUE
## 307       TRUE
## 308       TRUE
## 309       TRUE
## 310       TRUE
## 311       TRUE
## 312       TRUE
## 313       TRUE
## 314       TRUE
## 315       TRUE
## 316       TRUE
## 317       TRUE
## 318       TRUE
## 319       TRUE
## 320       TRUE
## 321       TRUE
## 322       TRUE
## 323       TRUE
## 324       TRUE
## 325       TRUE
## 326       TRUE
## 327       TRUE
## 328       TRUE
## 329       TRUE
## 330       TRUE
## 331       TRUE
## 332       TRUE
## 333       TRUE
## 334       TRUE
## 335       TRUE
## 336       TRUE
## 337       TRUE
## 338       TRUE
## 339       TRUE
## 340       TRUE
## 341       TRUE
## 342       TRUE
## 343       TRUE
## 344       TRUE
## 345       TRUE
## 346       TRUE
## 347       TRUE
## 348       TRUE
## 349       TRUE
## 350       TRUE
## 351       TRUE
## 352       TRUE
## 353       TRUE
## 354       TRUE
## 355       TRUE
## 356       TRUE
## 357       TRUE
## 358       TRUE
## 359       TRUE
## 360       TRUE
## 361       TRUE
## 362       TRUE
## 363       TRUE
## 364       TRUE
## 365       TRUE
## 366       TRUE
## 367       TRUE
## 368       TRUE
## 369       TRUE
## 370       TRUE
## 371       TRUE
## 372       TRUE
## 373       TRUE
## 374       TRUE
## 375       TRUE
## 376       TRUE
## 377       TRUE
## 378       TRUE
## 379       TRUE
## 380       TRUE
## 381       TRUE
## 382       TRUE
## 383       TRUE
## 384       TRUE
## 385       TRUE
## 386       TRUE
## 387       TRUE
## 388       TRUE
## 389       TRUE
## 390       TRUE
## 391       TRUE
## 392       TRUE
## 393       TRUE
## 394       TRUE
## 395       TRUE
## 396       TRUE
## 397       TRUE
## 398       TRUE
## 399       TRUE
## 400       TRUE
## 401       TRUE
## 402       TRUE
## 403       TRUE
## 404       TRUE
## 405       TRUE
## 406       TRUE
## 407       TRUE
## 408       TRUE
## 409       TRUE
## 410       TRUE
## 411       TRUE
## 412       TRUE
## 413       TRUE
## 414       TRUE
## 415       TRUE
## 416       TRUE
## 417       TRUE
## 418       TRUE
## 419       TRUE
## 420       TRUE
## 421       TRUE
## 422       TRUE
## 423       TRUE
## 424       TRUE
## 425       TRUE
## 426       TRUE
## 427       TRUE
## 428       TRUE
## 429       TRUE
## 430       TRUE
## 431       TRUE
## 432       TRUE
## 433       TRUE
## 434       TRUE
## 435       TRUE
## 436       TRUE
## 437       TRUE
## 438       TRUE
## 439       TRUE
## 440       TRUE
## 441       TRUE
## 442       TRUE
## 443       TRUE
## 444       TRUE
## 445       TRUE
## 446       TRUE
## 447       TRUE
## 448       TRUE
## 449       TRUE
## 450       TRUE
## 451       TRUE
## 452       TRUE
## 453       TRUE
## 454       TRUE
## 455       TRUE
## 456       TRUE
## 457       TRUE
## 458       TRUE
## 459       TRUE
## 460       TRUE
## 461       TRUE
## 462       TRUE
## 463       TRUE
## 464       TRUE
## 465       TRUE
## 466       TRUE
## 467       TRUE
## 468       TRUE
## 469       TRUE
## 470       TRUE
## 471       TRUE
## 472       TRUE
## 473       TRUE
## 474       TRUE
## 475       TRUE
## 476       TRUE
## 477       TRUE
## 478       TRUE
## 479       TRUE
## 480       TRUE
## 481       TRUE
## 482       TRUE
## 483       TRUE
## 484       TRUE
## 485       TRUE
## 486       TRUE
## 487       TRUE
## 488       TRUE
## 489       TRUE
## 490       TRUE
## 491       TRUE
## 492       TRUE
## 493       TRUE
## 494       TRUE
## 495       TRUE
## 496       TRUE
## 497       TRUE
## 498       TRUE
## 499       TRUE
## 500       TRUE
## 501       TRUE
## 502       TRUE
## 503       TRUE
## 504       TRUE
## 505       TRUE
## 506       TRUE
## 507       TRUE
## 508       TRUE
## 509       TRUE
## 510       TRUE
## 511       TRUE
## 512       TRUE
## 513       TRUE
## 514       TRUE
## 515       TRUE
## 516       TRUE
## 517       TRUE
## 518       TRUE
## 519       TRUE
## 520       TRUE
## 521       TRUE
## 522       TRUE
## 523       TRUE
## 524       TRUE
## 525       TRUE
## 526       TRUE
## 527       TRUE
## 528       TRUE
## 529       TRUE
## 530       TRUE
## 531       TRUE
## 532       TRUE
## 533       TRUE
## 534       TRUE
## 535       TRUE
## 536       TRUE
## 537       TRUE
## 538       TRUE
## 539       TRUE
## 540       TRUE
## 541       TRUE
## 542       TRUE
## 543       TRUE
## 544       TRUE
## 545       TRUE
## 546       TRUE
## 547       TRUE
## 548       TRUE
## 549       TRUE
## 550       TRUE
## 551       TRUE
## 552       TRUE
## 553       TRUE
## 554       TRUE
## 555       TRUE
## 556       TRUE
## 557       TRUE
## 558       TRUE
## 559       TRUE
## 560       TRUE
## 561       TRUE
## 562       TRUE
## 563       TRUE
## 564       TRUE
## 565       TRUE
## 566       TRUE
## 567       TRUE
## 568       TRUE
## 569       TRUE
## 570       TRUE
## 571       TRUE
## 572       TRUE
## 573       TRUE
## 574       TRUE
## 575       TRUE
## 576       TRUE
## 577       TRUE
## 578       TRUE
## 579       TRUE
## 580       TRUE
## 581       TRUE
## 582       TRUE
## 583       TRUE
## 584       TRUE
## 585       TRUE
## 586       TRUE
## 587       TRUE
## 588       TRUE
## 589       TRUE
## 590       TRUE
## 591       TRUE
## 592       TRUE
## 593       TRUE
## 594       TRUE
## 595       TRUE
## 596       TRUE
## 597       TRUE
## 598       TRUE
## 599       TRUE
## 600       TRUE
## 601       TRUE
## 602       TRUE
## 603       TRUE
## 604       TRUE
## 605       TRUE
## 606       TRUE
## 607       TRUE
## 608       TRUE
## 609       TRUE
## 610       TRUE
## 611       TRUE
## 612       TRUE
## 613       TRUE
## 614       TRUE
## 615       TRUE
## 616       TRUE
## 617       TRUE
## 618       TRUE
## 619       TRUE
## 620       TRUE
## 621       TRUE
## 622       TRUE
## 623       TRUE
## 624       TRUE
## 625       TRUE
## 626       TRUE
## 627       TRUE
## 628       TRUE
## 629       TRUE
## 630       TRUE
## 631       TRUE
## 632       TRUE
## 633       TRUE
## 634       TRUE
## 635       TRUE
## 636       TRUE
## 637       TRUE
## 638       TRUE
## 639       TRUE
## 640       TRUE
## 641       TRUE
## 642       TRUE
## 643       TRUE
## 644       TRUE
## 645       TRUE
## 646       TRUE
## 647       TRUE
## 648       TRUE
## 649       TRUE
## 650       TRUE
## 651       TRUE
## 652       TRUE
## 653       TRUE
## 654       TRUE
## 655       TRUE
## 656       TRUE
## 657       TRUE
## 658       TRUE
## 659       TRUE
## 660       TRUE
## 661       TRUE
## 662       TRUE
## 663       TRUE
## 664       TRUE
## 665       TRUE
## 666       TRUE
## 667       TRUE
## 668       TRUE
## 669       TRUE
## 670       TRUE
## 671       TRUE
## 672       TRUE
## 673       TRUE
## 674       TRUE
## 675       TRUE
## 676       TRUE
## 677       TRUE
## 678       TRUE
## 679       TRUE
## 680       TRUE
## 681       TRUE
## 682       TRUE
## 683       TRUE
## 684       TRUE
## 685       TRUE
## 686       TRUE
## 687       TRUE
## 688       TRUE
## 689       TRUE
## 690       TRUE
## 691       TRUE
## 692       TRUE
## 693       TRUE
## 694       TRUE
## 695       TRUE
## 696       TRUE
## 697       TRUE
## 698       TRUE
## 699       TRUE
## 700       TRUE
## 701       TRUE
## 702       TRUE
## 703       TRUE
## 704       TRUE
## 705       TRUE
## 706       TRUE
## 707       TRUE
## 708       TRUE
## 709       TRUE
## 710       TRUE
## 711       TRUE
## 712       TRUE
## 713       TRUE
## 714       TRUE
## 715       TRUE
## 716       TRUE
## 717       TRUE
## 718       TRUE
## 719       TRUE
## 720       TRUE
## 721       TRUE
## 722       TRUE
## 723       TRUE
## 724       TRUE
## 725       TRUE
## 726       TRUE
## 727       TRUE
## 728       TRUE
## 729       TRUE
## 730       TRUE
## 731       TRUE
## 732       TRUE
## 733       TRUE
## 734       TRUE
## 735       TRUE
## 736       TRUE
## 737       TRUE
## 738       TRUE
## 739       TRUE
## 740       TRUE
## 741       TRUE
## 742       TRUE
## 743       TRUE
## 744       TRUE
## 745       TRUE
## 746       TRUE
## 747       TRUE
## 748       TRUE
## 749       TRUE
## 750       TRUE
## 751       TRUE
## 752       TRUE
## 753       TRUE
## 754       TRUE
## 755       TRUE
## 756       TRUE
## 757       TRUE
## 758       TRUE
## 759       TRUE
## 760       TRUE
## 761       TRUE
## 762       TRUE
## 763       TRUE
## 764       TRUE
## 765       TRUE
## 766       TRUE
## 767       TRUE
## 768       TRUE
## 769       TRUE
## 770       TRUE
## 771       TRUE
## 772       TRUE
## 773       TRUE
## 774       TRUE
## 775       TRUE
## 776       TRUE
## 777       TRUE
## 778       TRUE
## 779       TRUE
## 780       TRUE
## 781       TRUE
## 782       TRUE
## 783       TRUE
## 784       TRUE
## 785       TRUE
## 786       TRUE
## 787       TRUE
## 788       TRUE
## 789       TRUE
## 790       TRUE
## 791       TRUE
## 792       TRUE
## 793       TRUE
## 794       TRUE
## 795       TRUE
## 796       TRUE
## 797       TRUE
## 798       TRUE
## 799       TRUE
## 800       TRUE
## 801       TRUE
## 802       TRUE
## 803       TRUE
## 804       TRUE
## 805       TRUE
## 806       TRUE
## 807       TRUE
## 808       TRUE
## 809       TRUE
## 810       TRUE
## 811       TRUE
## 812       TRUE
## 813       TRUE
## 814       TRUE
## 815       TRUE
## 816       TRUE
## 817       TRUE
## 818       TRUE
## 819       TRUE
## 820       TRUE
## 821       TRUE
## 822       TRUE
## 823       TRUE
## 824       TRUE
## 825       TRUE
## 826       TRUE
## 827       TRUE
## 828       TRUE
## 829       TRUE
## 830       TRUE
## 831       TRUE
## 832       TRUE
## 833       TRUE
## 834       TRUE
## 835       TRUE
## 836       TRUE
## 837       TRUE
## 838       TRUE
## 839       TRUE
## 840       TRUE
## 841       TRUE
## 842       TRUE
## 843       TRUE
## 844       TRUE
## 845       TRUE
## 846       TRUE
## 847       TRUE
## 848       TRUE
## 849       TRUE
## 850       TRUE
## 851       TRUE
## 852       TRUE
## 853       TRUE
## 854       TRUE
## 855       TRUE
## 856       TRUE
## 857       TRUE
## 858       TRUE
## 859       TRUE
## 860       TRUE
## 861       TRUE
## 862       TRUE
## 863       TRUE
## 864       TRUE
## 865       TRUE
## 866       TRUE
## 867       TRUE
## 868       TRUE
## 869       TRUE
## 870       TRUE
## 871       TRUE
## 872       TRUE
## 873       TRUE
## 874       TRUE
## 875       TRUE
## 876       TRUE
## 877       TRUE
## 878       TRUE
## 879       TRUE
## 880       TRUE
## 881       TRUE
## 882       TRUE
## 883       TRUE
## 884       TRUE
## 885       TRUE
## 886       TRUE
## 887       TRUE
## 888       TRUE
## 889       TRUE
## 890       TRUE
## 891       TRUE
## 892       TRUE
## 893       TRUE
## 894       TRUE
## 895       TRUE
## 896       TRUE
## 897       TRUE
## 898       TRUE
## 899       TRUE
## 900       TRUE
## 901       TRUE
## 902       TRUE
## 903       TRUE
## 904       TRUE
## 905       TRUE
## 906       TRUE
## 907       TRUE
## 908       TRUE
## 909       TRUE
## 910       TRUE
## 911       TRUE
## 912       TRUE
## 913       TRUE
## 914       TRUE
## 915       TRUE
## 916       TRUE
## 917       TRUE
## 918       TRUE
## 919       TRUE
## 920       TRUE
## 921       TRUE
## 922       TRUE
## 923       TRUE
## 924       TRUE
## 925       TRUE
## 926       TRUE
## 927       TRUE
## 928       TRUE
## 929       TRUE
## 930       TRUE
## 931       TRUE
## 932       TRUE
## 933       TRUE
## 934       TRUE
## 935       TRUE
## 936       TRUE
## 937       TRUE
## 938       TRUE
## 939       TRUE
## 940       TRUE
## 941       TRUE
## 942       TRUE
## 943       TRUE
## 944       TRUE
## 945       TRUE
## 946       TRUE
## 947       TRUE
## 948       TRUE
## 949       TRUE
## 950       TRUE
## 951       TRUE
## 952       TRUE
## 953       TRUE
## 954       TRUE
## 955       TRUE
## 956       TRUE
## 957       TRUE
## 958       TRUE
## 959       TRUE
## 960       TRUE
## 961       TRUE
## 962       TRUE
## 963       TRUE
## 964       TRUE
## 965       TRUE
## 966       TRUE
## 967       TRUE
## 968       TRUE
## 969       TRUE
## 970       TRUE
## 971       TRUE
## 972       TRUE
## 973       TRUE
## 974       TRUE
## 975       TRUE
## 976       TRUE
## 977       TRUE
## 978       TRUE
## 979       TRUE
## 980       TRUE
## 981       TRUE
## 982       TRUE
## 983       TRUE
## 984       TRUE
## 985       TRUE
## 986       TRUE
## 987       TRUE
## 988       TRUE
## 989       TRUE
## 990       TRUE
## 991       TRUE
## 992       TRUE
## 993       TRUE
## 994       TRUE
## 995       TRUE
## 996       TRUE
## 997       TRUE
## 998       TRUE
## 999       TRUE
## 1000      TRUE
## 1001      TRUE
## 1002      TRUE
## 1003      TRUE
## 1004      TRUE
## 1005      TRUE
## 1006      TRUE
## 1007      TRUE
## 1008      TRUE
## 1009      TRUE
## 1010      TRUE
## 1011      TRUE
## 1012      TRUE
## 1013      TRUE
## 1014      TRUE
## 1015      TRUE
## 1016      TRUE
## 1017      TRUE
## 1018      TRUE
## 1019      TRUE
## 1020      TRUE
## 1021      TRUE
## 1022      TRUE
## 1023      TRUE
## 1024      TRUE
## 1025      TRUE
## 1026      TRUE
## 1027      TRUE
## 1028      TRUE
## 1029      TRUE
## 1030      TRUE
## 1031      TRUE
## 1032      TRUE
## 1033      TRUE
## 1034      TRUE
## 1035      TRUE
## 1036      TRUE
## 1037      TRUE
## 1038      TRUE
## 1039      TRUE
## 1040      TRUE
## 1041      TRUE
## 1042      TRUE
## 1043      TRUE
## 1044      TRUE
## 1045      TRUE
## 1046      TRUE
## 1047      TRUE
## 1048      TRUE
## 1049      TRUE
## 1050      TRUE
## 1051      TRUE
## 1052      TRUE
## 1053      TRUE
## 1054      TRUE
## 1055      TRUE
## 1056      TRUE
## 1057      TRUE
## 1058      TRUE
## 1059      TRUE
## 1060      TRUE
## 1061      TRUE
## 1062      TRUE
## 1063      TRUE
## 1064      TRUE
## 1065      TRUE
## 1066      TRUE
## 1067      TRUE
## 1068      TRUE
## 1069      TRUE
## 1070      TRUE
## 1071      TRUE
## 1072      TRUE
## 1073      TRUE
## 1074      TRUE
## 1075      TRUE
## 1076      TRUE
## 1077      TRUE
## 1078      TRUE
## 1079      TRUE
## 1080      TRUE
## 1081      TRUE
## 1082      TRUE
## 1083      TRUE
## 1084      TRUE
## 1085      TRUE
## 1086      TRUE
## 1087      TRUE
## 1088      TRUE
## 1089      TRUE
## 1090      TRUE
## 1091      TRUE
## 1092      TRUE
## 1093      TRUE
## 1094      TRUE
## 1095      TRUE
## 1096      TRUE
## 1097      TRUE
## 1098      TRUE
## 1099      TRUE
## 1100      TRUE
## 1101      TRUE
## 1102      TRUE
## 1103      TRUE
## 1104      TRUE
## 1105      TRUE
## 1106      TRUE
## 1107      TRUE
## 1108      TRUE
## 1109      TRUE
## 1110      TRUE
## 1111      TRUE
## 1112      TRUE
## 1113      TRUE
## 1114      TRUE
## 1115      TRUE
## 1116      TRUE
## 1117      TRUE
## 1118      TRUE
## 1119      TRUE
## 1120      TRUE
## 1121      TRUE
## 1122      TRUE
## 1123      TRUE
## 1124      TRUE
## 1125      TRUE
## 1126      TRUE
## 1127      TRUE
## 1128      TRUE
## 1129      TRUE
## 1130      TRUE
## 1131      TRUE
## 1132      TRUE
## 1133      TRUE
## 1134      TRUE
## 1135      TRUE
## 1136      TRUE
## 1137      TRUE
## 1138      TRUE
## 1139      TRUE
## 1140      TRUE
## 1141      TRUE
## 1142      TRUE
## 1143      TRUE
## 1144      TRUE
## 1145      TRUE
## 1146      TRUE
## 1147      TRUE
## 1148      TRUE
## 1149      TRUE
## 1150      TRUE
## 1151      TRUE
## 1152      TRUE
## 1153      TRUE
## 1154      TRUE
## 1155      TRUE
## 1156      TRUE
## 1157      TRUE
## 1158      TRUE
## 1159      TRUE
## 1160      TRUE
## 1161      TRUE
## 1162      TRUE
## 1163      TRUE
## 1164      TRUE
## 1165      TRUE
## 1166      TRUE
## 1167      TRUE
## 1168      TRUE
## 1169      TRUE
## 1170      TRUE
## 1171      TRUE
## 1172      TRUE
## 1173      TRUE
## 1174      TRUE
## 1175      TRUE
## 1176      TRUE
## 1177      TRUE
## 1178      TRUE
## 1179      TRUE
## 1180      TRUE
## 1181      TRUE
## 1182      TRUE
## 1183      TRUE
## 1184      TRUE
## 1185      TRUE
## 1186      TRUE
## 1187      TRUE
## 1188      TRUE
## 1189      TRUE
## 1190      TRUE
## 1191      TRUE
## 1192      TRUE
## 1193      TRUE
## 1194      TRUE
## 1195      TRUE
## 1196      TRUE
## 1197      TRUE
## 1198      TRUE
## 1199      TRUE
## 1200      TRUE
## 1201      TRUE
## 1202      TRUE
## 1203      TRUE
## 1204      TRUE
## 1205      TRUE
## 1206      TRUE
## 1207      TRUE
## 1208      TRUE
## 1209      TRUE
## 1210      TRUE
## 1211      TRUE
## 1212      TRUE
## 1213      TRUE
## 1214      TRUE
## 1215      TRUE
## 1216      TRUE
## 1217      TRUE
## 1218      TRUE
## 1219      TRUE
## 1220      TRUE
## 1221      TRUE
## 1222      TRUE
## 1223      TRUE
## 1224      TRUE
## 1225      TRUE
## 1226      TRUE
## 1227      TRUE
## 1228      TRUE
## 1229      TRUE
## 1230      TRUE
## 1231      TRUE
## 1232      TRUE
## 1233      TRUE
## 1234      TRUE
## 1235      TRUE
## 1236      TRUE
## 1237      TRUE
## 1238      TRUE
## 1239      TRUE
## 1240      TRUE
## 1241      TRUE
## 1242      TRUE
## 1243      TRUE
## 1244      TRUE
## 1245      TRUE
## 1246      TRUE
## 1247      TRUE
## 1248      TRUE
## 1249      TRUE
## 1250      TRUE
## 1251      TRUE
## 1252      TRUE
## 1253      TRUE
## 1254      TRUE
## 1255      TRUE
## 1256      TRUE
## 1257      TRUE
## 1258      TRUE
## 1259      TRUE
## 1260      TRUE
## 1261      TRUE
## 1262      TRUE
## 1263      TRUE
## 1264      TRUE
## 1265      TRUE
## 1266      TRUE
## 1267      TRUE
## 1268      TRUE
## 1269      TRUE
## 1270      TRUE
## 1271      TRUE
## 1272      TRUE
## 1273      TRUE
## 1274      TRUE
## 1275      TRUE
## 1276      TRUE
## 1277      TRUE
## 1278      TRUE
## 1279      TRUE
## 1280      TRUE
## 1281      TRUE
## 1282      TRUE
## 1283      TRUE
## 1284      TRUE
## 1285      TRUE
## 1286      TRUE
## 1287      TRUE
## 1288      TRUE
## 1289      TRUE
## 1290      TRUE
## 1291      TRUE
## 1292      TRUE
## 1293      TRUE
## 1294      TRUE
## 1295      TRUE
## 1296      TRUE
## 1297      TRUE
## 1298      TRUE
## 1299      TRUE
## 1300      TRUE
## 1301      TRUE
## 1302      TRUE
## 1303      TRUE
## 1304      TRUE
## 1305      TRUE
## 1306      TRUE
## 1307      TRUE
## 1308      TRUE
## 1309      TRUE
## 1310      TRUE
## 1311      TRUE
## 1312      TRUE
## 1313      TRUE
## 1314      TRUE
## 1315      TRUE
## 1316      TRUE
## 1317      TRUE
## 1318      TRUE
## 1319      TRUE
## 1320      TRUE
## 1321      TRUE
## 1322      TRUE
## 1323      TRUE
## 1324      TRUE
## 1325      TRUE
## 1326      TRUE
## 1327      TRUE
## 1328      TRUE
## 1329      TRUE
## 1330      TRUE
## 1331      TRUE
## 1332      TRUE
## 1333      TRUE
## 1334      TRUE
## 1335      TRUE
## 1336      TRUE
## 1337      TRUE
## 1338      TRUE
## 1339      TRUE
## 1340      TRUE
## 1341      TRUE
## 1342      TRUE
## 1343      TRUE
## 1344      TRUE
## 1345      TRUE
## 1346      TRUE
## 1347      TRUE
## 1348      TRUE
## 1349      TRUE
## 1350      TRUE
## 1351      TRUE
## 1352      TRUE
## 1353      TRUE
## 1354      TRUE
## 1355      TRUE
## 1356      TRUE
## 1357      TRUE
## 1358      TRUE
## 1359      TRUE
## 1360      TRUE
## 1361      TRUE
## 1362      TRUE
## 1363      TRUE
## 1364      TRUE
## 1365      TRUE
## 1366      TRUE
## 1367      TRUE
## 1368      TRUE
## 1369      TRUE
## 1370      TRUE
## 1371      TRUE
## 1372      TRUE
## 1373      TRUE
## 1374      TRUE
## 1375      TRUE
## 1376      TRUE
## 1377      TRUE
## 1378      TRUE
## 1379      TRUE
## 1380      TRUE
## 1381      TRUE
## 1382      TRUE
## 1383      TRUE
## 1384      TRUE
## 1385      TRUE
## 1386      TRUE
## 1387      TRUE
## 1388      TRUE
## 1389      TRUE
## 1390      TRUE
## 1391      TRUE
## 1392      TRUE
## 1393      TRUE
## 1394      TRUE
## 1395      TRUE
## 1396      TRUE
## 1397      TRUE
## 1398      TRUE
## 1399      TRUE
## 1400      TRUE
## 1401      TRUE
## 1402      TRUE
## 1403      TRUE
## 1404      TRUE
## 1405      TRUE
## 1406      TRUE
## 1407      TRUE
## 1408      TRUE
## 1409      TRUE
## 1410      TRUE
## 1411      TRUE
## 1412      TRUE
## 1413      TRUE
## 1414      TRUE
## 1415      TRUE
## 1416      TRUE
## 1417      TRUE
## 1418      TRUE
## 1419      TRUE
## 1420      TRUE
## 1421      TRUE
## 1422      TRUE
## 1423      TRUE
## 1424      TRUE
## 1425      TRUE
## 1426      TRUE
## 1427      TRUE
## 1428      TRUE
## 1429      TRUE
## 1430      TRUE
## 1431      TRUE
## 1432      TRUE
## 1433      TRUE
## 1434      TRUE
## 1435      TRUE
## 1436      TRUE
## 1437      TRUE
## 1438      TRUE
## 1439      TRUE
## 1440      TRUE
## 1441      TRUE
## 1442      TRUE
## 1443      TRUE
## 1444      TRUE
## 1445      TRUE
## 1446      TRUE
## 1447      TRUE
## 1448      TRUE
## 1449      TRUE
## 1450      TRUE
## 1451      TRUE
## 1452      TRUE
## 1453      TRUE
## 1454      TRUE
## 1455      TRUE
## 1456      TRUE
## 1457      TRUE
## 1458      TRUE
## 1459      TRUE
## 1460      TRUE
## 1461      TRUE
## 1462      TRUE
## 1463      TRUE
## 1464      TRUE
## 1465      TRUE
## 1466      TRUE
## 1467      TRUE
## 1468      TRUE
## 1469      TRUE
## 1470      TRUE
## 1471      TRUE
## 1472      TRUE
## 1473      TRUE
## 1474      TRUE
## 1475      TRUE
## 1476      TRUE
## 1477      TRUE
## 1478      TRUE
## 1479      TRUE
## 1480      TRUE
## 1481      TRUE
## 1482      TRUE
## 1483      TRUE
## 1484      TRUE
## 1485      TRUE
## 1486      TRUE
## 1487      TRUE
## 1488      TRUE
## 1489      TRUE
## 1490      TRUE
## 1491      TRUE
## 1492      TRUE
## 1493      TRUE
## 1494      TRUE
## 1495      TRUE
## 1496      TRUE
## 1497      TRUE
## 1498      TRUE
## 1499      TRUE
## 1500      TRUE
## 1501      TRUE
## 1502      TRUE
## 1503      TRUE
## 1504      TRUE
## 1505      TRUE
## 1506      TRUE
## 1507      TRUE
## 1508      TRUE
## 1509      TRUE
## 1510      TRUE
## 1511      TRUE
## 1512      TRUE
## 1513      TRUE
## 1514      TRUE
## 1515      TRUE
## 1516      TRUE
## 1517      TRUE
## 1518      TRUE
## 1519      TRUE
## 1520      TRUE
## 1521      TRUE
## 1522      TRUE
## 1523      TRUE
## 1524      TRUE
## 1525      TRUE
## 1526      TRUE
## 1527      TRUE
## 1528      TRUE
## 1529      TRUE
## 1530      TRUE
## 1531      TRUE
## 1532      TRUE
## 1533      TRUE
## 1534      TRUE
## 1535      TRUE
## 1536      TRUE
## 1537      TRUE
## 1538      TRUE
## 1539      TRUE
## 1540      TRUE
## 1541      TRUE
## 1542      TRUE
## 1543      TRUE
## 1544      TRUE
## 1545      TRUE
## 1546      TRUE
## 1547      TRUE
## 1548      TRUE
## 1549      TRUE
## 1550      TRUE
## 1551      TRUE
## 1552      TRUE
## 1553      TRUE
## 1554      TRUE
## 1555      TRUE
## 1556      TRUE
## 1557      TRUE
## 1558      TRUE
## 1559      TRUE
## 1560      TRUE
## 1561      TRUE
## 1562      TRUE
## 1563      TRUE
## 1564      TRUE
## 1565      TRUE
## 1566      TRUE
## 1567      TRUE
## 1568      TRUE
## 1569      TRUE
## 1570      TRUE
## 1571      TRUE
## 1572      TRUE
## 1573      TRUE
## 1574      TRUE
## 1575      TRUE
## 1576      TRUE
## 1577      TRUE
## 1578      TRUE
## 1579      TRUE
## 1580      TRUE
## 1581      TRUE
## 1582      TRUE
## 1583      TRUE
## 1584      TRUE
## 1585      TRUE
## 1586      TRUE
## 1587      TRUE
## 1588      TRUE
## 1589      TRUE
## 1590      TRUE
## 1591      TRUE
## 1592      TRUE
## 1593      TRUE
## 1594      TRUE
## 1595      TRUE
## 1596      TRUE
## 1597      TRUE
## 1598      TRUE
## 1599      TRUE
## 1600      TRUE
## 1601      TRUE
## 1602      TRUE
## 1603      TRUE
## 1604      TRUE
## 1605      TRUE
## 1606      TRUE
## 1607      TRUE
## 1608      TRUE
## 1609      TRUE
## 1610      TRUE
## 1611      TRUE
## 1612      TRUE
## 1613      TRUE
## 1614      TRUE
## 1615      TRUE
## 1616      TRUE
## 1617      TRUE
## 1618      TRUE
## 1619      TRUE
## 1620      TRUE
## 1621      TRUE
## 1622      TRUE
## 1623      TRUE
## 1624      TRUE
## 1625      TRUE
## 1626      TRUE
## 1627      TRUE
## 1628      TRUE
## 1629      TRUE
## 1630      TRUE
## 1631      TRUE
## 1632      TRUE
## 1633      TRUE
## 1634      TRUE
## 1635      TRUE
## 1636      TRUE
## 1637      TRUE
## 1638      TRUE
## 1639      TRUE
## 1640      TRUE
## 1641      TRUE
## 1642      TRUE
## 1643      TRUE
## 1644      TRUE
## 1645      TRUE
## 1646      TRUE
## 1647      TRUE
## 1648      TRUE
## 1649      TRUE
## 1650      TRUE
## 1651      TRUE
## 1652      TRUE
## 1653      TRUE
## 1654      TRUE
## 1655      TRUE
## 1656      TRUE
## 1657      TRUE
## 1658      TRUE
## 1659      TRUE
## 1660      TRUE
## 1661      TRUE
## 1662      TRUE
## 1663      TRUE
## 1664      TRUE
## 1665      TRUE
## 1666      TRUE
## 1667      TRUE
## 1668      TRUE
## 1669      TRUE
## 1670      TRUE
## 1671      TRUE
## 1672      TRUE
## 1673      TRUE
## 1674      TRUE
## 1675      TRUE
## 1676      TRUE
## 1677      TRUE
## 1678      TRUE
## 1679      TRUE
## 1680      TRUE
## 1681      TRUE
## 1682      TRUE
## 1683      TRUE
## 1684      TRUE
## 1685      TRUE
## 1686      TRUE
## 1687      TRUE
## 1688      TRUE
## 1689      TRUE
## 1690      TRUE
## 1691      TRUE
## 1692      TRUE
## 1693      TRUE
## 1694      TRUE
## 1695      TRUE
## 1696      TRUE
## 1697      TRUE
## 1698      TRUE
## 1699      TRUE
## 1700      TRUE
## 1701      TRUE
## 1702      TRUE
## 1703      TRUE
## 1704      TRUE
## 1705      TRUE
## 1706      TRUE
## 1707      TRUE
## 1708      TRUE
## 1709      TRUE
## 1710      TRUE
## 1711      TRUE
## 1712      TRUE
## 1713      TRUE
## 1714      TRUE
## 1715      TRUE
## 1716      TRUE
## 1717      TRUE
## 1718      TRUE
## 1719      TRUE
## 1720      TRUE
## 1721      TRUE
## 1722      TRUE
## 1723      TRUE
## 1724      TRUE
## 1725      TRUE
## 1726      TRUE
## 1727      TRUE
## 1728      TRUE
## 1729      TRUE
## 1730      TRUE
## 1731      TRUE
## 1732      TRUE
## 1733      TRUE
## 1734      TRUE
## 1735      TRUE
## 1736      TRUE
## 1737      TRUE
## 1738      TRUE
## 1739      TRUE
## 1740      TRUE
## 1741      TRUE
## 1742      TRUE
## 1743      TRUE
## 1744      TRUE
## 1745      TRUE
## 1746      TRUE
## 1747      TRUE
## 1748      TRUE
## 1749      TRUE
## 1750      TRUE
## 1751      TRUE
## 1752      TRUE
## 1753      TRUE
## 1754      TRUE
## 1755      TRUE
## 1756      TRUE
## 1757      TRUE
## 1758      TRUE
## 1759      TRUE
## 1760      TRUE
## 1761      TRUE
## 1762      TRUE
## 1763      TRUE
## 1764      TRUE
## 1765      TRUE
## 1766      TRUE
## 1767      TRUE
## 1768      TRUE
## 1769      TRUE
## 1770      TRUE
## 1771      TRUE
## 1772      TRUE
## 1773      TRUE
## 1774      TRUE
## 1775      TRUE
## 1776      TRUE
## 1777      TRUE
## 1778      TRUE
## 1779      TRUE
## 1780      TRUE
## 1781      TRUE
## 1782      TRUE
## 1783      TRUE
## 1784      TRUE
## 1785      TRUE
## 1786      TRUE
## 1787      TRUE
## 1788      TRUE
## 1789      TRUE
## 1790      TRUE
## 1791      TRUE
## 1792      TRUE
## 1793      TRUE
## 1794      TRUE
## 1795      TRUE
## 1796      TRUE
## 1797      TRUE
## 1798      TRUE
## 1799      TRUE
## 1800      TRUE
## 1801      TRUE
## 1802      TRUE
## 1803      TRUE
## 1804      TRUE
## 1805      TRUE
## 1806      TRUE
## 1807      TRUE
## 1808      TRUE
## 1809      TRUE
## 1810      TRUE
## 1811      TRUE
## 1812      TRUE
## 1813      TRUE
## 1814      TRUE
## 1815      TRUE
## 1816      TRUE
## 1817      TRUE
## 1818      TRUE
## 1819      TRUE
## 1820      TRUE
## 1821      TRUE
## 1822      TRUE
## 1823      TRUE
## 1824      TRUE
## 1825      TRUE
## 1826      TRUE
## 1827      TRUE
## 1828      TRUE
## 1829      TRUE
## 1830      TRUE
## 1831      TRUE
## 1832      TRUE
## 1833      TRUE
## 1834      TRUE
## 1835      TRUE
## 1836      TRUE
## 1837      TRUE
## 1838      TRUE
## 1839      TRUE
## 1840      TRUE
## 1841      TRUE
## 1842      TRUE
## 1843      TRUE
## 1844      TRUE
## 1845      TRUE
## 1846      TRUE
## 1847      TRUE
## 1848      TRUE
## 1849      TRUE
## 1850      TRUE
## 1851      TRUE
## 1852      TRUE
## 1853      TRUE
## 1854      TRUE
## 1855      TRUE
## 1856      TRUE
## 1857      TRUE
## 1858      TRUE
## 1859      TRUE
## 1860      TRUE
## 1861      TRUE
## 1862      TRUE
## 1863      TRUE
## 1864      TRUE
## 1865      TRUE
## 1866      TRUE
## 1867      TRUE
## 1868      TRUE
## 1869      TRUE
## 1870      TRUE
## 1871      TRUE
## 1872      TRUE
## 1873      TRUE
## 1874      TRUE
## 1875      TRUE
## 1876      TRUE
## 1877      TRUE
## 1878      TRUE
## 1879      TRUE
## 1880      TRUE
## 1881      TRUE
## 1882      TRUE
## 1883      TRUE
## 1884      TRUE
## 1885      TRUE
## 1886      TRUE
## 1887      TRUE
## 1888      TRUE
## 1889      TRUE
## 1890      TRUE
## 1891      TRUE
## 1892      TRUE
## 1893      TRUE
## 1894      TRUE
## 1895      TRUE
## 1896      TRUE
## 1897      TRUE
## 1898      TRUE
## 1899      TRUE
## 1900      TRUE
## 1901      TRUE
## 1902      TRUE
## 1903      TRUE
## 1904      TRUE
## 1905      TRUE
## 1906      TRUE
## 1907      TRUE
## 1908      TRUE
## 1909      TRUE
## 1910      TRUE
## 1911      TRUE
## 1912      TRUE
## 1913      TRUE
## 1914      TRUE
## 1915      TRUE
## 1916      TRUE
## 1917      TRUE
## 1918      TRUE
## 1919      TRUE
## 1920      TRUE
## 1921      TRUE
## 1922      TRUE
## 1923      TRUE
## 1924      TRUE
## 1925      TRUE
## 1926      TRUE
## 1927      TRUE
## 1928      TRUE
## 1929      TRUE
## 1930      TRUE
## 1931      TRUE
## 1932      TRUE
## 1933      TRUE
## 1934      TRUE
## 1935      TRUE
## 1936      TRUE
## 1937      TRUE
## 1938      TRUE
## 1939      TRUE
## 1940      TRUE
## 1941      TRUE
## 1942      TRUE
## 1943      TRUE
## 1944      TRUE
## 1945      TRUE
## 1946      TRUE
## 1947      TRUE
## 1948      TRUE
## 1949      TRUE
## 1950      TRUE
## 1951      TRUE
## 1952      TRUE
## 1953      TRUE
## 1954      TRUE
## 1955      TRUE
## 1956      TRUE
## 1957      TRUE
## 1958      TRUE
## 1959      TRUE
## 1960      TRUE
## 1961      TRUE
## 1962      TRUE
## 1963      TRUE
## 1964      TRUE
## 1965      TRUE
## 1966      TRUE
## 1967      TRUE
## 1968      TRUE
## 1969      TRUE
## 1970      TRUE
## 1971      TRUE
## 1972      TRUE
## 1973      TRUE
## 1974      TRUE
## 1975      TRUE
## 1976      TRUE
## 1977      TRUE
## 1978      TRUE
## 1979      TRUE
## 1980      TRUE
## 1981      TRUE
## 1982      TRUE
## 1983      TRUE
## 1984      TRUE
## 1985      TRUE
## 1986      TRUE
## 1987      TRUE
## 1988      TRUE
## 1989      TRUE
## 1990      TRUE
## 1991      TRUE
## 1992      TRUE
## 1993      TRUE
## 1994      TRUE
## 1995      TRUE
## 1996      TRUE
## 1997      TRUE
## 1998      TRUE
## 1999      TRUE
## 2000      TRUE
## 2001      TRUE
## 2002      TRUE
## 2003      TRUE
## 2004      TRUE
## 2005      TRUE
## 2006      TRUE
## 2007      TRUE
## 2008      TRUE
## 2009      TRUE
## 2010      TRUE
## 2011      TRUE
## 2012      TRUE
## 2013      TRUE
## 2014      TRUE
## 2015      TRUE
## 2016      TRUE
## 2017      TRUE
## 2018      TRUE
## 2019      TRUE
## 2020      TRUE
## 2021      TRUE
## 2022      TRUE
## 2023      TRUE
## 2024      TRUE
## 2025      TRUE
## 2026      TRUE
## 2027      TRUE
## 2028      TRUE
## 2029      TRUE
## 2030      TRUE
## 2031      TRUE
## 2032      TRUE
## 2033      TRUE
## 2034      TRUE
## 2035      TRUE
## 2036      TRUE
## 2037      TRUE
## 2038      TRUE
## 2039      TRUE
## 2040      TRUE
## 2041      TRUE
## 2042      TRUE
## 2043      TRUE
## 2044      TRUE
## 2045      TRUE
## 2046      TRUE
## 2047      TRUE
## 2048      TRUE
## 2049      TRUE
## 2050      TRUE
## 2051      TRUE
## 2052      TRUE
## 2053      TRUE
## 2054      TRUE
## 2055      TRUE
## 2056      TRUE
## 2057      TRUE
## 2058      TRUE
## 2059      TRUE
## 2060      TRUE
## 2061      TRUE
## 2062      TRUE
## 2063      TRUE
## 2064      TRUE
## 2065      TRUE
## 2066      TRUE
## 2067      TRUE
## 2068      TRUE
## 2069      TRUE
## 2070      TRUE
## 2071      TRUE
## 2072      TRUE
## 2073      TRUE
## 2074      TRUE
## 2075      TRUE
## 2076      TRUE
## 2077      TRUE
## 2078      TRUE
## 2079      TRUE
## 2080      TRUE
## 2081      TRUE
## 2082      TRUE
## 2083      TRUE
## 2084      TRUE
## 2085      TRUE
## 2086      TRUE
## 2087      TRUE
## 2088      TRUE
## 2089      TRUE
## 2090      TRUE
## 2091      TRUE
## 2092      TRUE
## 2093      TRUE
## 2094      TRUE
## 2095      TRUE
## 2096      TRUE
## 2097      TRUE
## 2098      TRUE
## 2099      TRUE
## 2100      TRUE
## 2101      TRUE
## 2102      TRUE
## 2103      TRUE
## 2104      TRUE
## 2105      TRUE
## 2106      TRUE
## 2107      TRUE
## 2108      TRUE
## 2109      TRUE
## 2110      TRUE
## 2111      TRUE
## 2112      TRUE
## 2113      TRUE
## 2114      TRUE
## 2115      TRUE
## 2116      TRUE
## 2117      TRUE
## 2118      TRUE
## 2119      TRUE
## 2120      TRUE
## 2121      TRUE
## 2122      TRUE
## 2123      TRUE
## 2124      TRUE
## 2125      TRUE
## 2126      TRUE
## 2127      TRUE
## 2128      TRUE
## 2129      TRUE
## 2130      TRUE
## 2131      TRUE
## 2132      TRUE
## 2133      TRUE
## 2134      TRUE
## 2135      TRUE
## 2136      TRUE
## 2137      TRUE
## 2138      TRUE
## 2139      TRUE
## 2140      TRUE
## 2141      TRUE
## 2142      TRUE
## 2143      TRUE
## 2144      TRUE
## 2145      TRUE
## 2146      TRUE
## 2147      TRUE
## 2148      TRUE
## 2149      TRUE
## 2150      TRUE
## 2151      TRUE
## 2152      TRUE
## 2153      TRUE
## 2154      TRUE
## 2155      TRUE
## 2156      TRUE
## 2157      TRUE
## 2158      TRUE
## 2159      TRUE
## 2160      TRUE
## 2161      TRUE
## 2162      TRUE
## 2163      TRUE
## 2164      TRUE
## 2165      TRUE
## 2166      TRUE
## 2167      TRUE
## 2168      TRUE
## 2169      TRUE
## 2170      TRUE
## 2171      TRUE
## 2172      TRUE
## 2173      TRUE
## 2174      TRUE
## 2175      TRUE
## 2176      TRUE
## 2177      TRUE
## 2178      TRUE
## 2179      TRUE
## 2180      TRUE
## 2181      TRUE
## 2182      TRUE
## 2183      TRUE
## 2184      TRUE
## 2185      TRUE
## 2186      TRUE
## 2187      TRUE
## 2188      TRUE
## 2189      TRUE
## 2190      TRUE
## 2191      TRUE
## 2192      TRUE
## 2193      TRUE
## 2194      TRUE
## 2195      TRUE
## 2196      TRUE
## 2197      TRUE
## 2198      TRUE
## 2199      TRUE
## 2200      TRUE
## 2201      TRUE
## 2202      TRUE
## 2203      TRUE
## 2204      TRUE
## 2205      TRUE
## 2206      TRUE
## 2207      TRUE
## 2208      TRUE
## 2209      TRUE
## 2210      TRUE
## 2211      TRUE
## 2212      TRUE
## 2213      TRUE
## 2214      TRUE
## 2215      TRUE
## 2216      TRUE
## 2217      TRUE
## 2218      TRUE
## 2219      TRUE
## 2220      TRUE
## 2221      TRUE
## 2222      TRUE
## 2223      TRUE
## 2224      TRUE
## 2225      TRUE
## 2226      TRUE
## 2227      TRUE
## 2228      TRUE
## 2229      TRUE
## 2230      TRUE
## 2231      TRUE
## 2232      TRUE
## 2233      TRUE
## 2234      TRUE
## 2235      TRUE
## 2236      TRUE
## 2237      TRUE
## 2238      TRUE
## 2239      TRUE
## 2240      TRUE
## 2241      TRUE
## 2242      TRUE
## 2243      TRUE
## 2244      TRUE
## 2245      TRUE
## 2246      TRUE
## 2247      TRUE
## 2248      TRUE
## 2249      TRUE
## 2250      TRUE
## 2251      TRUE
## 2252      TRUE
## 2253      TRUE
## 2254      TRUE
## 2255      TRUE
## 2256      TRUE
## 2257      TRUE
## 2258      TRUE
## 2259      TRUE
## 2260      TRUE
## 2261      TRUE
## 2262      TRUE
## 2263      TRUE
## 2264      TRUE
## 2265      TRUE
## 2266      TRUE
## 2267      TRUE
## 2268      TRUE
## 2269      TRUE
## 2270      TRUE
## 2271      TRUE
## 2272      TRUE
## 2273      TRUE
## 2274      TRUE
## 2275      TRUE
## 2276      TRUE
## 2277      TRUE
## 2278      TRUE
## 2279      TRUE
## 2280      TRUE
## 2281      TRUE
## 2282      TRUE
## 2283      TRUE
## 2284      TRUE
## 2285      TRUE
## 2286      TRUE
## 2287      TRUE
## 2288      TRUE
## 2289      TRUE
## 2290      TRUE
## 2291      TRUE
## 2292      TRUE
## 2293      TRUE
## 2294      TRUE
## 2295      TRUE
## 2296      TRUE
## 2297      TRUE
## 2298      TRUE
## 2299      TRUE
## 2300      TRUE
## 2301      TRUE
## 2302      TRUE
## 2303      TRUE
## 2304      TRUE
## 2305      TRUE
## 2306      TRUE
## 2307      TRUE
## 2308      TRUE
## 2309      TRUE
## 2310      TRUE
## 2311      TRUE
## 2312      TRUE
## 2313      TRUE
## 2314      TRUE
## 2315      TRUE
## 2316      TRUE
## 2317      TRUE
## 2318      TRUE
## 2319      TRUE
## 2320      TRUE
## 2321      TRUE
## 2322      TRUE
## 2323      TRUE
## 2324      TRUE
## 2325      TRUE
## 2326      TRUE
## 2327      TRUE
## 2328      TRUE
## 2329      TRUE
## 2330      TRUE
## 2331      TRUE
## 2332      TRUE
## 2333      TRUE
## 2334      TRUE
## 2335      TRUE
## 2336      TRUE
## 2337      TRUE
## 2338      TRUE
## 2339      TRUE
## 2340      TRUE
## 2341      TRUE
## 2342      TRUE
## 2343      TRUE
## 2344      TRUE
## 2345      TRUE
## 2346      TRUE
## 2347      TRUE
## 2348      TRUE
## 2349      TRUE
## 2350      TRUE
## 2351      TRUE
## 2352      TRUE
## 2353      TRUE
## 2354      TRUE
## 2355      TRUE
## 2356      TRUE
## 2357      TRUE
## 2358      TRUE
## 2359      TRUE
## 2360      TRUE
## 2361      TRUE
## 2362      TRUE
## 2363      TRUE
## 2364      TRUE
## 2365      TRUE
## 2366      TRUE
## 2367      TRUE
## 2368      TRUE
## 2369      TRUE
## 2370      TRUE
## 2371      TRUE
## 2372      TRUE
## 2373      TRUE
## 2374      TRUE
## 2375      TRUE
## 2376      TRUE
## 2377      TRUE
## 2378      TRUE
## 2379      TRUE
## 2380      TRUE
## 2381      TRUE
## 2382      TRUE
## 2383      TRUE
## 2384      TRUE
## 2385      TRUE
## 2386      TRUE
## 2387      TRUE
## 2388      TRUE
## 2389      TRUE
## 2390      TRUE
## 2391      TRUE
## 2392      TRUE
## 2393      TRUE
## 2394      TRUE
## 2395      TRUE
## 2396      TRUE
## 2397      TRUE
## 2398      TRUE
## 2399      TRUE
## 2400      TRUE
## 2401      TRUE
## 2402      TRUE
## 2403      TRUE
## 2404      TRUE
## 2405      TRUE
## 2406      TRUE
## 2407      TRUE
## 2408      TRUE
## 2409      TRUE
## 2410      TRUE
## 2411      TRUE
## 2412      TRUE
## 2413      TRUE
## 2414      TRUE
## 2415      TRUE
## 2416      TRUE
## 2417      TRUE
## 2418      TRUE
## 2419      TRUE
## 2420      TRUE
## 2421      TRUE
## 2422      TRUE
## 2423      TRUE
## 2424      TRUE
## 2425      TRUE
## 2426      TRUE
## 2427      TRUE
## 2428      TRUE
## 2429      TRUE
## 2430      TRUE
## 2431      TRUE
## 2432      TRUE
## 2433      TRUE
## 2434      TRUE
## 2435      TRUE
## 2436      TRUE
## 2437      TRUE
## 2438      TRUE
## 2439      TRUE
## 2440      TRUE
## 2441      TRUE
## 2442      TRUE
## 2443      TRUE
## 2444      TRUE
## 2445      TRUE
## 2446      TRUE
## 2447      TRUE
## 2448      TRUE
## 2449      TRUE
## 2450      TRUE
## 2451      TRUE
## 2452      TRUE
## 2453      TRUE
## 2454      TRUE
## 2455      TRUE
## 2456      TRUE
## 2457      TRUE
## 2458      TRUE
## 2459      TRUE
## 2460      TRUE
## 2461      TRUE
## 2462      TRUE
## 2463      TRUE
## 2464      TRUE
## 2465      TRUE
## 2466      TRUE
## 2467      TRUE
## 2468      TRUE
## 2469      TRUE
## 2470      TRUE
## 2471      TRUE
## 2472      TRUE
## 2473      TRUE
## 2474      TRUE
## 2475      TRUE
## 2476      TRUE
## 2477      TRUE
## 2478      TRUE
## 2479      TRUE
## 2480      TRUE
## 2481      TRUE
## 2482      TRUE
## 2483      TRUE
## 2484      TRUE
## 2485      TRUE
## 2486      TRUE
## 2487      TRUE
## 2488      TRUE
## 2489      TRUE
## 2490      TRUE
## 2491      TRUE
## 2492      TRUE
## 2493      TRUE
## 2494      TRUE
## 2495      TRUE
## 2496      TRUE
## 2497      TRUE
## 2498      TRUE
## 2499      TRUE
## 2500      TRUE
## 2501      TRUE
## 2502      TRUE
## 2503      TRUE
## 2504      TRUE
## 2505      TRUE
## 2506      TRUE
## 2507      TRUE
## 2508      TRUE
## 2509      TRUE
## 2510      TRUE
## 2511      TRUE
## 2512      TRUE
## 2513      TRUE
## 2514      TRUE
## 2515      TRUE
## 2516      TRUE
## 2517      TRUE
## 2518      TRUE
## 2519      TRUE
## 2520      TRUE
## 2521      TRUE
## 2522      TRUE
## 2523      TRUE
## 2524      TRUE
## 2525      TRUE
## 2526      TRUE
## 2527      TRUE
## 2528      TRUE
## 2529      TRUE
## 2530      TRUE
## 2531      TRUE
## 2532      TRUE
## 2533      TRUE
## 2534      TRUE
## 2535      TRUE
## 2536      TRUE
## 2537      TRUE
## 2538      TRUE
## 2539      TRUE
## 2540      TRUE
## 2541      TRUE
## 2542      TRUE
## 2543      TRUE
## 2544      TRUE
## 2545      TRUE
## 2546      TRUE
## 2547      TRUE
## 2548      TRUE
## 2549      TRUE
## 2550      TRUE
## 2551      TRUE
## 2552      TRUE
## 2553      TRUE
## 2554      TRUE
## 2555      TRUE
## 2556      TRUE
## 2557      TRUE
## 2558      TRUE
## 2559      TRUE
## 2560      TRUE
## 2561      TRUE
## 2562      TRUE
## 2563      TRUE
## 2564      TRUE
## 2565      TRUE
## 2566      TRUE
## 2567      TRUE
## 2568      TRUE
## 2569      TRUE
## 2570      TRUE
## 2571      TRUE
## 2572      TRUE
## 2573      TRUE
## 2574      TRUE
## 2575      TRUE
## 2576      TRUE
## 2577      TRUE
## 2578      TRUE
## 2579      TRUE
## 2580      TRUE
## 2581      TRUE
## 2582      TRUE
## 2583      TRUE
## 2584      TRUE
## 2585      TRUE
## 2586      TRUE
## 2587      TRUE
## 2588      TRUE
## 2589      TRUE
## 2590      TRUE
## 2591      TRUE
## 2592      TRUE
## 2593      TRUE
## 2594      TRUE
## 2595      TRUE
## 2596      TRUE
## 2597      TRUE
## 2598      TRUE
## 2599      TRUE
## 2600      TRUE
## 2601      TRUE
## 2602      TRUE
## 2603      TRUE
## 2604      TRUE
## 2605      TRUE
## 2606      TRUE
## 2607      TRUE
## 2608      TRUE
## 2609      TRUE
## 2610      TRUE
## 2611      TRUE
## 2612      TRUE
## 2613      TRUE
## 2614      TRUE
## 2615      TRUE
## 2616      TRUE
## 2617      TRUE
## 2618      TRUE
## 2619      TRUE
## 2620      TRUE
## 2621      TRUE
## 2622      TRUE
## 2623      TRUE
## 2624      TRUE
## 2625      TRUE
## 2626      TRUE
## 2627      TRUE
## 2628      TRUE
## 2629      TRUE
## 2630      TRUE
## 2631      TRUE
## 2632      TRUE
## 2633      TRUE
## 2634      TRUE
## 2635      TRUE
## 2636      TRUE
## 2637      TRUE
## 2638      TRUE
## 2639      TRUE
## 2640      TRUE
## 2641      TRUE
## 2642      TRUE
## 2643      TRUE
## 2644      TRUE
## 2645      TRUE
## 2646      TRUE
## 2647      TRUE
## 2648      TRUE
## 2649      TRUE
## 2650      TRUE
## 2651      TRUE
## 2652      TRUE
## 2653      TRUE
## 2654      TRUE
## 2655      TRUE
## 2656      TRUE
## 2657      TRUE
## 2658      TRUE
## 2659      TRUE
## 2660      TRUE
## 2661      TRUE
## 2662      TRUE
## 2663      TRUE
## 2664      TRUE
## 2665      TRUE
## 2666      TRUE
## 2667      TRUE
## 2668      TRUE
## 2669      TRUE
## 2670      TRUE
## 2671      TRUE
## 2672      TRUE
## 2673      TRUE
## 2674      TRUE
## 2675      TRUE
## 2676      TRUE
## 2677      TRUE
## 2678      TRUE
## 2679      TRUE
## 2680      TRUE
## 2681      TRUE
## 2682      TRUE
## 2683      TRUE
## 2684      TRUE
## 2685      TRUE
## 2686      TRUE
## 2687      TRUE
## 2688      TRUE
## 2689      TRUE
## 2690      TRUE
## 2691      TRUE
## 2692      TRUE
## 2693      TRUE
## 2694      TRUE
## 2695      TRUE
## 2696      TRUE
## 2697      TRUE
## 2698      TRUE
## 2699      TRUE
## 2700      TRUE
## 2701      TRUE
## 2702      TRUE
## 2703      TRUE
## 2704      TRUE
## 2705      TRUE
## 2706      TRUE
## 2707      TRUE
## 2708      TRUE
## 2709      TRUE
## 2710      TRUE
## 2711      TRUE
## 2712      TRUE
## 2713      TRUE
## 2714      TRUE
## 2715      TRUE
## 2716      TRUE
## 2717      TRUE
## 2718      TRUE
## 2719      TRUE
## 2720      TRUE
## 2721      TRUE
## 2722      TRUE
## 2723      TRUE
## 2724      TRUE
## 2725      TRUE
## 2726      TRUE
## 2727      TRUE
## 2728      TRUE
## 2729      TRUE
## 2730      TRUE
## 2731      TRUE
## 2732      TRUE
## 2733      TRUE
## 2734      TRUE
## 2735      TRUE
## 2736      TRUE
## 2737      TRUE
## 2738      TRUE
## 2739      TRUE
## 2740      TRUE
## 2741      TRUE
## 2742      TRUE
## 2743      TRUE
## 2744      TRUE
## 2745      TRUE
## 2746      TRUE
## 2747      TRUE
## 2748      TRUE
## 2749      TRUE
## 2750      TRUE
## 2751      TRUE
## 2752      TRUE
## 2753      TRUE
## 2754      TRUE
## 2755      TRUE
## 2756      TRUE
## 2757      TRUE
## 2758      TRUE
## 2759      TRUE
## 2760      TRUE
## 2761      TRUE
## 2762      TRUE
## 2763      TRUE
## 2764      TRUE
## 2765      TRUE
## 2766      TRUE
## 2767      TRUE
## 2768      TRUE
## 2769      TRUE
## 2770      TRUE
## 2771      TRUE
## 2772      TRUE
## 2773      TRUE
## 2774      TRUE
## 2775      TRUE
## 2776      TRUE
## 2777      TRUE
## 2778      TRUE
## 2779      TRUE
## 2780      TRUE
## 2781      TRUE
## 2782      TRUE
## 2783      TRUE
## 2784      TRUE
## 2785      TRUE
## 2786      TRUE
## 2787      TRUE
## 2788      TRUE
## 2789      TRUE
## 2790      TRUE
## 2791      TRUE
## 2792      TRUE
## 2793      TRUE
## 2794      TRUE
## 2795      TRUE
## 2796      TRUE
## 2797      TRUE
## 2798      TRUE
## 2799      TRUE
## 2800      TRUE
## 2801      TRUE
## 2802      TRUE
## 2803      TRUE
## 2804      TRUE
## 2805      TRUE
## 2806      TRUE
## 2807      TRUE
## 2808      TRUE
## 2809      TRUE
## 2810      TRUE
## 2811      TRUE
## 2812      TRUE
## 2813      TRUE
## 2814      TRUE
## 2815      TRUE
## 2816      TRUE
## 2817      TRUE
## 2818      TRUE
## 2819      TRUE
## 2820      TRUE
## 2821      TRUE
## 2822      TRUE
## 2823      TRUE
## 2824      TRUE
## 2825      TRUE
## 2826      TRUE
## 2827      TRUE
## 2828      TRUE
## 2829      TRUE
## 2830      TRUE
## 2831      TRUE
## 2832      TRUE
## 2833      TRUE
## 2834      TRUE
## 2835      TRUE
## 2836      TRUE
## 2837      TRUE
## 2838      TRUE
## 2839      TRUE
## 2840      TRUE
## 2841      TRUE
## 2842      TRUE
## 2843      TRUE
## 2844      TRUE
## 2845      TRUE
## 2846      TRUE
## 2847      TRUE
## 2848      TRUE
## 2849      TRUE
## 2850      TRUE
## 2851      TRUE
## 2852      TRUE
## 2853      TRUE
## 2854      TRUE
## 2855      TRUE
## 2856      TRUE
## 2857      TRUE
## 2858      TRUE
## 2859      TRUE
## 2860      TRUE
## 2861      TRUE
## 2862      TRUE
## 2863      TRUE
## 2864      TRUE
## 2865      TRUE
## 2866      TRUE
## 2867      TRUE
## 2868      TRUE
## 2869      TRUE
## 2870      TRUE
## 2871      TRUE
## 2872      TRUE
## 2873      TRUE
## 2874      TRUE
## 2875      TRUE
## 2876      TRUE
## 2877      TRUE
## 2878      TRUE
## 2879      TRUE
## 2880      TRUE
## 2881      TRUE
## 2882      TRUE
## 2883      TRUE
## 2884      TRUE
## 2885      TRUE
## 2886      TRUE
## 2887      TRUE
## 2888      TRUE
## 2889      TRUE
## 2890      TRUE
## 2891      TRUE
## 2892      TRUE
## 2893      TRUE
## 2894      TRUE
## 2895      TRUE
## 2896      TRUE
## 2897      TRUE
## 2898      TRUE
## 2899      TRUE
## 2900      TRUE
## 2901      TRUE
## 2902      TRUE
## 2903      TRUE
## 2904      TRUE
## 2905      TRUE
## 2906      TRUE
## 2907      TRUE
## 2908      TRUE
## 2909      TRUE
## 2910      TRUE
## 2911      TRUE
## 2912      TRUE
## 2913      TRUE
## 2914      TRUE
## 2915      TRUE
## 2916      TRUE
## 2917      TRUE
## 2918      TRUE
## 2919      TRUE
## 2920      TRUE
## 2921      TRUE
## 2922      TRUE
## 2923      TRUE
## 2924      TRUE
## 2925      TRUE
## 2926      TRUE
## 2927      TRUE
## 2928      TRUE
## 2929      TRUE
## 2930      TRUE
## 2931      TRUE
## 2932      TRUE
## 2933      TRUE
## 2934      TRUE
## 2935      TRUE
## 2936      TRUE
## 2937      TRUE
## 2938      TRUE
## 2939      TRUE
## 2940      TRUE
## 2941      TRUE
## 2942      TRUE
## 2943      TRUE
## 2944      TRUE
## 2945      TRUE
## 2946      TRUE
## 2947      TRUE
## 2948      TRUE
## 2949      TRUE
## 2950      TRUE
## 2951      TRUE
## 2952      TRUE
## 2953      TRUE
## 2954      TRUE
## 2955      TRUE
## 2956      TRUE
## 2957      TRUE
## 2958      TRUE
## 2959      TRUE
## 2960      TRUE
## 2961      TRUE
## 2962      TRUE
## 2963      TRUE
## 2964      TRUE
## 2965      TRUE
## 2966      TRUE
## 2967      TRUE
## 2968      TRUE
## 2969      TRUE
## 2970      TRUE
## 2971      TRUE
## 2972      TRUE
## 2973      TRUE
## 2974      TRUE
## 2975      TRUE
## 2976      TRUE
## 2977      TRUE
## 2978      TRUE
## 2979      TRUE
## 2980      TRUE
## 2981      TRUE
## 2982      TRUE
## 2983      TRUE
## 2984      TRUE
## 2985      TRUE
## 2986      TRUE
## 2987      TRUE
## 2988      TRUE
## 2989      TRUE
## 2990      TRUE
## 2991      TRUE
## 2992      TRUE
## 2993      TRUE
## 2994      TRUE
## 2995      TRUE
## 2996      TRUE
## 2997      TRUE
## 2998      TRUE
## 2999      TRUE
## 3000      TRUE
## 3001      TRUE
## 3002      TRUE
## 3003      TRUE
## 3004      TRUE
## 3005      TRUE
## 3006      TRUE
## 3007      TRUE
## 3008      TRUE
## 3009      TRUE
## 3010      TRUE
## 3011      TRUE
## 3012      TRUE
## 3013      TRUE
## 3014      TRUE
## 3015      TRUE
## 3016      TRUE
## 3017      TRUE
## 3018      TRUE
## 3019      TRUE
## 3020      TRUE
## 3021      TRUE
## 3022      TRUE
## 3023      TRUE
## 3024      TRUE
## 3025      TRUE
## 3026      TRUE
## 3027      TRUE
## 3028      TRUE
## 3029      TRUE
## 3030      TRUE
## 3031      TRUE
## 3032      TRUE
## 3033      TRUE
## 3034      TRUE
## 3035      TRUE
## 3036      TRUE
## 3037      TRUE
## 3038      TRUE
## 3039      TRUE
## 3040      TRUE
## 3041      TRUE
## 3042      TRUE
## 3043      TRUE
## 3044      TRUE
## 3045      TRUE
## 3046      TRUE
## 3047      TRUE
## 3048      TRUE
## 3049      TRUE
## 3050      TRUE
## 3051      TRUE
## 3052      TRUE
## 3053      TRUE
## 3054      TRUE
## 3055      TRUE
## 3056      TRUE
## 3057      TRUE
## 3058      TRUE
## 3059      TRUE
## 3060      TRUE
## 3061      TRUE
## 3062      TRUE
## 3063      TRUE
## 3064      TRUE
## 3065      TRUE
## 3066      TRUE
## 3067      TRUE
## 3068      TRUE
## 3069      TRUE
## 3070      TRUE
## 3071      TRUE
## 3072      TRUE
## 3073      TRUE
## 3074      TRUE
## 3075      TRUE
## 3076      TRUE
## 3077      TRUE
## 3078      TRUE
## 3079      TRUE
## 3080      TRUE
## 3081      TRUE
## 3082      TRUE
## 3083      TRUE
## 3084      TRUE
## 3085      TRUE
## 3086      TRUE
## 3087      TRUE
## 3088      TRUE
## 3089      TRUE
## 3090      TRUE
## 3091      TRUE
## 3092      TRUE
## 3093      TRUE
## 3094      TRUE
## 3095      TRUE
## 3096      TRUE
## 3097      TRUE
## 3098      TRUE
## 3099      TRUE
## 3100      TRUE
## 3101      TRUE
## 3102      TRUE
## 3103      TRUE
## 3104      TRUE
## 3105      TRUE
## 3106      TRUE
## 3107      TRUE
## 3108      TRUE
## 3109      TRUE
## 3110      TRUE
## 3111      TRUE
## 3112      TRUE
## 3113      TRUE
## 3114      TRUE
## 3115      TRUE
## 3116      TRUE
## 3117      TRUE
## 3118      TRUE
## 3119      TRUE
## 3120      TRUE
## 3121      TRUE
## 3122      TRUE
## 3123      TRUE
## 3124      TRUE
## 3125      TRUE
## 3126      TRUE
## 3127      TRUE
## 3128      TRUE
## 3129      TRUE
## 3130      TRUE
## 3131      TRUE
## 3132      TRUE
## 3133      TRUE
## 3134      TRUE
## 3135      TRUE
## 3136      TRUE
## 3137      TRUE
## 3138      TRUE
## 3139      TRUE
## 3140      TRUE
## 3141      TRUE
## 3142      TRUE
## 3143      TRUE
## 3144      TRUE
## 3145      TRUE
## 3146      TRUE
## 3147      TRUE
## 3148      TRUE
## 3149      TRUE
## 3150      TRUE
## 3151      TRUE
## 3152      TRUE
## 3153      TRUE
## 3154      TRUE
## 3155      TRUE
## 3156      TRUE
## 3157      TRUE
## 3158      TRUE
## 3159      TRUE
## 3160      TRUE
## 3161      TRUE
## 3162      TRUE
## 3163      TRUE
## 3164      TRUE
## 3165      TRUE
## 3166      TRUE
## 3167      TRUE
## 3168      TRUE
## 3169      TRUE
## 3170      TRUE
## 3171      TRUE
## 3172      TRUE
## 3173      TRUE
## 3174      TRUE
## 3175      TRUE
## 3176      TRUE
## 3177      TRUE
## 3178      TRUE
## 3179      TRUE
## 3180      TRUE
## 3181      TRUE
## 3182      TRUE
## 3183      TRUE
## 3184      TRUE
## 3185      TRUE
## 3186      TRUE
## 3187      TRUE
## 3188      TRUE
## 3189      TRUE
## 3190      TRUE
## 3191      TRUE
## 3192      TRUE
## 3193      TRUE
## 3194      TRUE
## 3195      TRUE
## 3196      TRUE
## 3197      TRUE
## 3198      TRUE
## 3199      TRUE
## 3200      TRUE
## 3201      TRUE
## 3202      TRUE
## 3203      TRUE
## 3204      TRUE
## 3205      TRUE
## 3206      TRUE
## 3207      TRUE
## 3208      TRUE
## 3209      TRUE
## 3210      TRUE
## 3211      TRUE
## 3212      TRUE
## 3213      TRUE
## 3214      TRUE
## 3215      TRUE
## 3216      TRUE
## 3217      TRUE
## 3218      TRUE
## 3219      TRUE
## 3220      TRUE
## 3221      TRUE
## 3222      TRUE
## 3223      TRUE
## 3224      TRUE
## 3225      TRUE
## 3226      TRUE
## 3227      TRUE
## 3228      TRUE
## 3229      TRUE
## 3230      TRUE
## 3231      TRUE
## 3232      TRUE
## 3233      TRUE
## 3234      TRUE
## 3235      TRUE
## 3236      TRUE
## 3237      TRUE
## 3238      TRUE
## 3239      TRUE
## 3240      TRUE
## 3241      TRUE
## 3242      TRUE
## 3243      TRUE
## 3244      TRUE
## 3245      TRUE
## 3246      TRUE
## 3247      TRUE
## 3248      TRUE
## 3249      TRUE
## 3250      TRUE
## 3251      TRUE
## 3252      TRUE
## 3253      TRUE
## 3254      TRUE
## 3255      TRUE
## 3256      TRUE
## 3257      TRUE
## 3258      TRUE
## 3259      TRUE
## 3260      TRUE
## 3261      TRUE
## 3262      TRUE
## 3263      TRUE
## 3264      TRUE
## 3265      TRUE
## 3266      TRUE
## 3267      TRUE
## 3268      TRUE
## 3269      TRUE
## 3270      TRUE
## 3271      TRUE
## 3272      TRUE
## 3273      TRUE
## 3274      TRUE
## 3275      TRUE
## 3276      TRUE
## 3277      TRUE
## 3278      TRUE
## 3279      TRUE
## 3280      TRUE
## 3281      TRUE
## 3282      TRUE
## 3283      TRUE
## 3284      TRUE
## 3285      TRUE
## 3286      TRUE
## 3287      TRUE
## 3288      TRUE
## 3289      TRUE
## 3290      TRUE
## 3291      TRUE
## 3292      TRUE
## 3293      TRUE
## 3294      TRUE
## 3295      TRUE
## 3296      TRUE
## 3297      TRUE
## 3298      TRUE
## 3299      TRUE
## 3300      TRUE
## 3301      TRUE
## 3302      TRUE
## 3303      TRUE
## 3304      TRUE
## 3305      TRUE
## 3306      TRUE
## 3307      TRUE
## 3308      TRUE
## 3309      TRUE
## 3310      TRUE
## 3311      TRUE
## 3312      TRUE
## 3313      TRUE
## 3314      TRUE
## 3315      TRUE
## 3316      TRUE
## 3317      TRUE
## 3318      TRUE
## 3319      TRUE
## 3320      TRUE
## 3321      TRUE
## 3322      TRUE
## 3323      TRUE
## 3324      TRUE
## 3325      TRUE
## 3326      TRUE
## 3327      TRUE
## 3328      TRUE
## 3329      TRUE
## 3330      TRUE
## 3331      TRUE
## 3332      TRUE
## 3333      TRUE
## 3334      TRUE
## 3335      TRUE
## 3336      TRUE
## 3337      TRUE
## 3338      TRUE
## 3339      TRUE
## 3340      TRUE
## 3341      TRUE
## 3342      TRUE
## 3343      TRUE
## 3344      TRUE
## 3345      TRUE
## 3346      TRUE
## 3347      TRUE
## 3348      TRUE
## 3349      TRUE
## 3350      TRUE
## 3351      TRUE
## 3352      TRUE
## 3353      TRUE
## 3354      TRUE
## 3355      TRUE
## 3356      TRUE
## 3357      TRUE
## 3358      TRUE
## 3359      TRUE
## 3360      TRUE
## 3361      TRUE
## 3362      TRUE
## 3363      TRUE
## 3364      TRUE
## 3365      TRUE
## 3366      TRUE
## 3367      TRUE
## 3368      TRUE
## 3369      TRUE
## 3370      TRUE
## 3371      TRUE
## 3372      TRUE
## 3373      TRUE
## 3374      TRUE
## 3375      TRUE
## 3376      TRUE
## 3377      TRUE
## 3378      TRUE
## 3379      TRUE
## 3380      TRUE
## 3381      TRUE
## 3382      TRUE
## 3383      TRUE
## 3384      TRUE
## 3385      TRUE
## 3386      TRUE
## 3387      TRUE
## 3388      TRUE
## 3389      TRUE
## 3390      TRUE
## 3391      TRUE
## 3392      TRUE
## 3393      TRUE
## 3394      TRUE
## 3395      TRUE
## 3396      TRUE
## 3397      TRUE
## 3398      TRUE
## 3399      TRUE
## 3400      TRUE
## 3401      TRUE
## 3402      TRUE
## 3403      TRUE
## 3404      TRUE
## 3405      TRUE
## 3406      TRUE
## 3407      TRUE
## 3408      TRUE
## 3409      TRUE
## 3410      TRUE
## 3411      TRUE
## 3412      TRUE
## 3413      TRUE
## 3414      TRUE
## 3415      TRUE
## 3416      TRUE
## 3417      TRUE
## 3418      TRUE
## 3419      TRUE
## 3420      TRUE
## 3421      TRUE
## 3422      TRUE
## 3423      TRUE
## 3424      TRUE
## 3425      TRUE
## 3426      TRUE
## 3427      TRUE
## 3428      TRUE
## 3429      TRUE
## 3430      TRUE
## 3431      TRUE
## 3432      TRUE
## 3433      TRUE
## 3434      TRUE
## 3435      TRUE
## 3436      TRUE
## 3437      TRUE
## 3438      TRUE
## 3439      TRUE
## 3440      TRUE
## 3441      TRUE
## 3442      TRUE
## 3443      TRUE
## 3444      TRUE
## 3445      TRUE
## 3446      TRUE
## 3447      TRUE
## 3448      TRUE
## 3449      TRUE
## 3450      TRUE
## 3451      TRUE
## 3452      TRUE
## 3453      TRUE
## 3454      TRUE
## 3455      TRUE
## 3456      TRUE
## 3457      TRUE
## 3458      TRUE
## 3459      TRUE
## 3460      TRUE
## 3461      TRUE
## 3462      TRUE
## 3463      TRUE
## 3464      TRUE
## 3465      TRUE
## 3466      TRUE
## 3467      TRUE
## 3468      TRUE
## 3469      TRUE
## 3470      TRUE
## 3471      TRUE
## 3472      TRUE
## 3473      TRUE
## 3474      TRUE
## 3475      TRUE
## 3476      TRUE
## 3477      TRUE
## 3478      TRUE
## 3479      TRUE
## 3480      TRUE
## 3481      TRUE
## 3482      TRUE
## 3483      TRUE
## 3484      TRUE
## 3485      TRUE
## 3486      TRUE
## 3487      TRUE
## 3488      TRUE
## 3489      TRUE
## 3490      TRUE
## 3491      TRUE
## 3492      TRUE
## 3493      TRUE
## 3494      TRUE
## 3495      TRUE
## 3496      TRUE
## 3497      TRUE
## 3498      TRUE
## 3499      TRUE
## 3500      TRUE
## 3501      TRUE
## 3502      TRUE
## 3503      TRUE
## 3504      TRUE
## 3505      TRUE
## 3506      TRUE
## 3507      TRUE
## 3508      TRUE
## 3509      TRUE
## 3510      TRUE
## 3511      TRUE
## 3512      TRUE
## 3513      TRUE
## 3514      TRUE
## 3515      TRUE
## 3516      TRUE
## 3517      TRUE
## 3518      TRUE
## 3519      TRUE
## 3520      TRUE
## 3521      TRUE
## 3522      TRUE
## 3523      TRUE
## 3524      TRUE
## 3525      TRUE
## 3526      TRUE
## 3527      TRUE
## 3528      TRUE
## 3529      TRUE
## 3530      TRUE
## 3531      TRUE
## 3532      TRUE
## 3533      TRUE
## 3534      TRUE
## 3535      TRUE
## 3536      TRUE
## 3537      TRUE
## 3538      TRUE
## 3539      TRUE
## 3540      TRUE
## 3541      TRUE
## 3542      TRUE
## 3543      TRUE
## 3544      TRUE
## 3545      TRUE
## 3546      TRUE
## 3547      TRUE
## 3548      TRUE
## 3549      TRUE
## 3550      TRUE
## 3551      TRUE
## 3552      TRUE
## 3553      TRUE
## 3554      TRUE
## 3555      TRUE
## 3556      TRUE
## 3557      TRUE
## 3558      TRUE
## 3559      TRUE
## 3560      TRUE
## 3561      TRUE
## 3562      TRUE
## 3563      TRUE
## 3564      TRUE
## 3565      TRUE
## 3566      TRUE
## 3567      TRUE
## 3568      TRUE
## 3569      TRUE
## 3570      TRUE
## 3571      TRUE
## 3572      TRUE
## 3573      TRUE
## 3574      TRUE
## 3575      TRUE
## 3576      TRUE
## 3577      TRUE
## 3578      TRUE
## 3579      TRUE
## 3580      TRUE
## 3581      TRUE
## 3582      TRUE
## 3583      TRUE
## 3584      TRUE
## 3585      TRUE
## 3586      TRUE
## 3587      TRUE
## 3588      TRUE
## 3589      TRUE
## 3590      TRUE
## 3591      TRUE
## 3592      TRUE
## 3593      TRUE
## 3594      TRUE
## 3595      TRUE
## 3596      TRUE
## 3597      TRUE
## 3598      TRUE
## 3599      TRUE
## 3600      TRUE
## 3601      TRUE
## 3602      TRUE
## 3603      TRUE
## 3604      TRUE
## 3605      TRUE
## 3606      TRUE
## 3607      TRUE
## 3608      TRUE
## 3609      TRUE
## 3610      TRUE
## 3611      TRUE
## 3612      TRUE
## 3613      TRUE
## 3614      TRUE
## 3615      TRUE
## 3616      TRUE
## 3617      TRUE
## 3618      TRUE
## 3619      TRUE
## 3620      TRUE
## 3621      TRUE
## 3622      TRUE
## 3623      TRUE
## 3624      TRUE
## 3625      TRUE
## 3626      TRUE
## 3627      TRUE
## 3628      TRUE
## 3629      TRUE
## 3630      TRUE
## 3631      TRUE
## 3632      TRUE
## 3633      TRUE
## 3634      TRUE
## 3635      TRUE
## 3636      TRUE
## 3637      TRUE
## 3638      TRUE
## 3639      TRUE
## 3640      TRUE
## 3641      TRUE
## 3642      TRUE
## 3643      TRUE
## 3644      TRUE
## 3645      TRUE
## 3646      TRUE
## 3647      TRUE
## 3648      TRUE
## 3649      TRUE
## 3650      TRUE
## 3651      TRUE
## 3652      TRUE
## 3653      TRUE
## 3654      TRUE
## 3655      TRUE
## 3656      TRUE
## 3657      TRUE
## 3658      TRUE
## 3659      TRUE
## 3660      TRUE
## 3661      TRUE
## 3662      TRUE
## 3663      TRUE
## 3664      TRUE
## 3665      TRUE
## 3666      TRUE
## 3667      TRUE
## 3668      TRUE
## 3669      TRUE
## 3670      TRUE
## 3671      TRUE
## 3672      TRUE
## 3673      TRUE
## 3674      TRUE
## 3675      TRUE
## 3676      TRUE
## 3677      TRUE
## 3678      TRUE
## 3679      TRUE
## 3680      TRUE
## 3681      TRUE
## 3682      TRUE
## 3683      TRUE
## 3684      TRUE
## 3685      TRUE
## 3686      TRUE
## 3687      TRUE
## 3688      TRUE
## 3689      TRUE
## 3690      TRUE
## 3691      TRUE
## 3692      TRUE
## 3693      TRUE
## 3694      TRUE
## 3695      TRUE
## 3696      TRUE
## 3697      TRUE
## 3698      TRUE
## 3699      TRUE
## 3700      TRUE
## 3701      TRUE
## 3702      TRUE
## 3703      TRUE
## 3704      TRUE
## 3705      TRUE
## 3706      TRUE
## 3707      TRUE
## 3708      TRUE
## 3709      TRUE
## 3710      TRUE
## 3711      TRUE
## 3712      TRUE
## 3713      TRUE
## 3714      TRUE
## 3715      TRUE
## 3716      TRUE
## 3717      TRUE
## 3718      TRUE
## 3719      TRUE
## 3720      TRUE
## 3721      TRUE
## 3722      TRUE
## 3723      TRUE
## 3724      TRUE
## 3725      TRUE
## 3726      TRUE
## 3727      TRUE
## 3728      TRUE
## 3729      TRUE
## 3730      TRUE
## 3731      TRUE
## 3732      TRUE
## 3733      TRUE
## 3734      TRUE
## 3735      TRUE
## 3736      TRUE
## 3737      TRUE
## 3738      TRUE
## 3739      TRUE
## 3740      TRUE
## 3741      TRUE
## 3742      TRUE
## 3743      TRUE
## 3744      TRUE
## 3745      TRUE
## 3746      TRUE
## 3747      TRUE
## 3748      TRUE
## 3749      TRUE
## 3750      TRUE
## 3751      TRUE
## 3752      TRUE
## 3753      TRUE
## 3754      TRUE
## 3755      TRUE
## 3756      TRUE
## 3757      TRUE
## 3758      TRUE
## 3759      TRUE
## 3760      TRUE
## 3761      TRUE
## 3762      TRUE
## 3763      TRUE
## 3764      TRUE
## 3765      TRUE
## 3766      TRUE
## 3767      TRUE
## 3768      TRUE
## 3769      TRUE
## 3770      TRUE
## 3771      TRUE
## 3772      TRUE
## 3773      TRUE
## 3774      TRUE
## 3775      TRUE
## 3776      TRUE
## 3777      TRUE
## 3778      TRUE
## 3779      TRUE
## 3780      TRUE
## 3781      TRUE
## 3782      TRUE
## 3783      TRUE
## 3784      TRUE
## 3785      TRUE
## 3786      TRUE
## 3787      TRUE
## 3788      TRUE
## 3789      TRUE
## 3790      TRUE
## 3791      TRUE
## 3792      TRUE
## 3793      TRUE
## 3794      TRUE
## 3795      TRUE
## 3796      TRUE
## 3797      TRUE
## 3798      TRUE
## 3799      TRUE
## 3800      TRUE
## 3801      TRUE
## 3802      TRUE
## 3803      TRUE
## 3804      TRUE
## 3805      TRUE
## 3806      TRUE
## 3807      TRUE
## 3808      TRUE
## 3809      TRUE
## 3810      TRUE
## 3811      TRUE
## 3812      TRUE
## 3813      TRUE
## 3814      TRUE
## 3815      TRUE
## 3816      TRUE
## 3817      TRUE
## 3818      TRUE
## 3819      TRUE
## 3820      TRUE
## 3821      TRUE
## 3822      TRUE
## 3823      TRUE
## 3824      TRUE
## 3825      TRUE
## 3826      TRUE
## 3827      TRUE
## 3828      TRUE
## 3829      TRUE
## 3830      TRUE
## 3831      TRUE
## 3832      TRUE
## 3833      TRUE
## 3834      TRUE
## 3835      TRUE
## 3836      TRUE
## 3837      TRUE
## 3838      TRUE
## 3839      TRUE
## 3840      TRUE
## 3841      TRUE
## 3842      TRUE
## 3843      TRUE
## 3844      TRUE
## 3845      TRUE
## 3846      TRUE
## 3847      TRUE
## 3848      TRUE
## 3849      TRUE
## 3850      TRUE
## 3851      TRUE
## 3852      TRUE
## 3853      TRUE
## 3854      TRUE
## 3855      TRUE
## 3856      TRUE
## 3857      TRUE
## 3858      TRUE
## 3859      TRUE
## 3860      TRUE
## 3861      TRUE
## 3862      TRUE
## 3863      TRUE
## 3864      TRUE
## 3865      TRUE
## 3866      TRUE
## 3867      TRUE
## 3868      TRUE
## 3869      TRUE
## 3870      TRUE
## 3871      TRUE
## 3872      TRUE
## 3873      TRUE
## 3874      TRUE
## 3875      TRUE
## 3876      TRUE
## 3877      TRUE
## 3878      TRUE
## 3879      TRUE
## 3880      TRUE
## 3881      TRUE
## 3882      TRUE
## 3883      TRUE
## 3884      TRUE
## 3885      TRUE
## 3886      TRUE
## 3887      TRUE
## 3888      TRUE
## 3889      TRUE
## 3890      TRUE
## 3891      TRUE
## 3892      TRUE
## 3893      TRUE
## 3894      TRUE
## 3895      TRUE
## 3896      TRUE
## 3897      TRUE
## 3898      TRUE
## 3899      TRUE
## 3900      TRUE
## 3901      TRUE
## 3902      TRUE
## 3903      TRUE
## 3904      TRUE
## 3905      TRUE
## 3906      TRUE
## 3907      TRUE
## 3908      TRUE
## 3909      TRUE
## 3910      TRUE
## 3911      TRUE
## 3912      TRUE
## 3913      TRUE
## 3914      TRUE
## 3915      TRUE
## 3916      TRUE
## 3917      TRUE
## 3918      TRUE
## 3919      TRUE
## 3920      TRUE
## 3921      TRUE
## 3922      TRUE
## 3923      TRUE
## 3924      TRUE
## 3925      TRUE
## 3926      TRUE
## 3927      TRUE
## 3928      TRUE
## 3929      TRUE
## 3930      TRUE
## 3931      TRUE
## 3932      TRUE
## 3933      TRUE
## 3934      TRUE
## 3935      TRUE
## 3936      TRUE
## 3937      TRUE
## 3938      TRUE
## 3939      TRUE
## 3940      TRUE
## 3941      TRUE
## 3942      TRUE
## 3943      TRUE
## 3944      TRUE
## 3945      TRUE
## 3946      TRUE
## 3947      TRUE
## 3948      TRUE
## 3949      TRUE
## 3950      TRUE
## 3951      TRUE
## 3952      TRUE
## 3953      TRUE
## 3954      TRUE
## 3955      TRUE
## 3956      TRUE
## 3957      TRUE
## 3958      TRUE
## 3959      TRUE
## 3960      TRUE
## 3961      TRUE
## 3962      TRUE
## 3963      TRUE
## 3964      TRUE
## 3965      TRUE
## 3966      TRUE
## 3967      TRUE
## 3968      TRUE
## 3969      TRUE
## 3970      TRUE
## 3971      TRUE
## 3972      TRUE
## 3973      TRUE
## 3974      TRUE
## 3975      TRUE
## 3976      TRUE
## 3977      TRUE
## 3978      TRUE
## 3979      TRUE
## 3980      TRUE
## 3981      TRUE
## 3982      TRUE
## 3983      TRUE
## 3984      TRUE
## 3985      TRUE
## 3986      TRUE
## 3987      TRUE
## 3988      TRUE
## 3989      TRUE
## 3990      TRUE
## 3991      TRUE
## 3992      TRUE
## 3993      TRUE
## 3994      TRUE
## 3995      TRUE
## 3996      TRUE
## 3997      TRUE
## 3998      TRUE
## 3999      TRUE
## 4000      TRUE
## 4001      TRUE
## 4002      TRUE
## 4003      TRUE
## 4004      TRUE
## 4005      TRUE
## 4006      TRUE
## 4007      TRUE
## 4008      TRUE
## 4009      TRUE
## 4010      TRUE
## 4011      TRUE
## 4012      TRUE
## 4013      TRUE
## 4014      TRUE
## 4015      TRUE
## 4016      TRUE
## 4017      TRUE
## 4018      TRUE
## 4019      TRUE
## 4020      TRUE
## 4021      TRUE
## 4022      TRUE
## 4023      TRUE
## 4024      TRUE
## 4025      TRUE
## 4026      TRUE
## 4027      TRUE
## 4028      TRUE
## 4029      TRUE
## 4030      TRUE
## 4031      TRUE
## 4032      TRUE
## 4033      TRUE
## 4034      TRUE
## 4035      TRUE
## 4036      TRUE
## 4037      TRUE
## 4038      TRUE
## 4039      TRUE
## 4040      TRUE
## 4041      TRUE
## 4042      TRUE
## 4043      TRUE
## 4044      TRUE
## 4045      TRUE
## 4046      TRUE
## 4047      TRUE
## 4048      TRUE
## 4049      TRUE
## 4050      TRUE
## 4051      TRUE
## 4052      TRUE
## 4053      TRUE
## 4054      TRUE
## 4055      TRUE
## 4056      TRUE
## 4057      TRUE
## 4058      TRUE
## 4059      TRUE
## 4060      TRUE
## 4061      TRUE
## 4062      TRUE
## 4063      TRUE
## 4064      TRUE
## 4065      TRUE
## 4066      TRUE
## 4067      TRUE
## 4068      TRUE
## 4069      TRUE
## 4070      TRUE
## 4071      TRUE
## 4072      TRUE
## 4073      TRUE
## 4074      TRUE
## 4075      TRUE
## 4076      TRUE
## 4077      TRUE
## 4078      TRUE
## 4079      TRUE
## 4080      TRUE
## 4081      TRUE
## 4082      TRUE
## 4083      TRUE
## 4084      TRUE
## 4085      TRUE
## 4086      TRUE
## 4087      TRUE
## 4088      TRUE
## 4089      TRUE
## 4090      TRUE
## 4091      TRUE
## 4092      TRUE
## 4093      TRUE
## 4094      TRUE
## 4095      TRUE
## 4096      TRUE
## 4097      TRUE
## 4098      TRUE
## 4099      TRUE
## 4100      TRUE
## 4101      TRUE
## 4102      TRUE
## 4103      TRUE
## 4104      TRUE
## 4105      TRUE
## 4106      TRUE
## 4107      TRUE
## 4108      TRUE
## 4109      TRUE
## 4110      TRUE
## 4111      TRUE
## 4112      TRUE
## 4113      TRUE
## 4114      TRUE
## 4115      TRUE
## 4116      TRUE
## 4117      TRUE
## 4118      TRUE
## 4119      TRUE
## 4120      TRUE
## 4121      TRUE
## 4122      TRUE
## 4123      TRUE
## 4124      TRUE
## 4125      TRUE
## 4126      TRUE
## 4127      TRUE
## 4128      TRUE
## 4129      TRUE
## 4130      TRUE
## 4131      TRUE
## 4132      TRUE
## 4133      TRUE
## 4134      TRUE
## 4135      TRUE
## 4136      TRUE
## 4137      TRUE
## 4138      TRUE
## 4139      TRUE
## 4140      TRUE
## 4141      TRUE
## 4142      TRUE
## 4143      TRUE
## 4144      TRUE
## 4145      TRUE
## 4146      TRUE
## 4147      TRUE
## 4148      TRUE
## 4149      TRUE
## 4150      TRUE
## 4151      TRUE
## 4152      TRUE
## 4153      TRUE
## 4154      TRUE
## 4155      TRUE
## 4156      TRUE
## 4157      TRUE
## 4158      TRUE
## 4159      TRUE
## 4160      TRUE
## 4161      TRUE
## 4162      TRUE
## 4163      TRUE
## 4164      TRUE
## 4165      TRUE
## 4166      TRUE
## 4167      TRUE
## 4168      TRUE
## 4169      TRUE
## 4170      TRUE
## 4171      TRUE
## 4172      TRUE
## 4173      TRUE
## 4174      TRUE
## 4175      TRUE
## 4176      TRUE
## 4177      TRUE
## 4178      TRUE
## 4179      TRUE
## 4180      TRUE
## 4181      TRUE
## 4182      TRUE
## 4183      TRUE
## 4184      TRUE
## 4185      TRUE
## 4186      TRUE
## 4187      TRUE
## 4188      TRUE
## 4189      TRUE
## 4190      TRUE
## 4191      TRUE
## 4192      TRUE
## 4193      TRUE
## 4194      TRUE
## 4195      TRUE
## 4196      TRUE
## 4197      TRUE
## 4198      TRUE
## 4199      TRUE
## 4200      TRUE
## 4201      TRUE
## 4202      TRUE
## 4203      TRUE
## 4204      TRUE
## 4205      TRUE
## 4206      TRUE
## 4207      TRUE
## 4208      TRUE
## 4209      TRUE
## 4210      TRUE
## 4211      TRUE
## 4212      TRUE
## 4213      TRUE
## 4214      TRUE
## 4215      TRUE
## 4216      TRUE
## 4217      TRUE
## 4218      TRUE
## 4219      TRUE
## 4220      TRUE
## 4221      TRUE
## 4222      TRUE
## 4223      TRUE
## 4224      TRUE
## 4225      TRUE
## 4226      TRUE
## 4227      TRUE
## 4228      TRUE
## 4229      TRUE
## 4230      TRUE
## 4231      TRUE
## 4232      TRUE
## 4233      TRUE
## 4234      TRUE
## 4235      TRUE
## 4236      TRUE
## 4237      TRUE
## 4238      TRUE
## 4239      TRUE
## 4240      TRUE
## 4241      TRUE
## 4242      TRUE
## 4243      TRUE
## 4244      TRUE
## 4245      TRUE
## 4246      TRUE
## 4247      TRUE
## 4248      TRUE
## 4249      TRUE
## 4250      TRUE
## 4251      TRUE
## 4252      TRUE
## 4253      TRUE
## 4254      TRUE
## 4255      TRUE
## 4256      TRUE
## 4257      TRUE
## 4258      TRUE
## 4259      TRUE
## 4260      TRUE
## 4261      TRUE
## 4262      TRUE
## 4263      TRUE
## 4264      TRUE
## 4265      TRUE
## 4266      TRUE
## 4267      TRUE
## 4268      TRUE
## 4269      TRUE
## 4270      TRUE
## 4271      TRUE
## 4272      TRUE
## 4273      TRUE
## 4274      TRUE
## 4275      TRUE
## 4276      TRUE
## 4277      TRUE
## 4278      TRUE
## 4279      TRUE
## 4280      TRUE
## 4281      TRUE
## 4282      TRUE
## 4283      TRUE
## 4284      TRUE
## 4285      TRUE
## 4286      TRUE
## 4287      TRUE
## 4288      TRUE
## 4289      TRUE
## 4290      TRUE
## 4291      TRUE
## 4292      TRUE
## 4293      TRUE
## 4294      TRUE
## 4295      TRUE
## 4296      TRUE
## 4297      TRUE
## 4298      TRUE
## 4299      TRUE
## 4300      TRUE
## 4301      TRUE
## 4302      TRUE
## 4303      TRUE
## 4304      TRUE
## 4305      TRUE
## 4306      TRUE
## 4307      TRUE
## 4308      TRUE
## 4309      TRUE
## 4310      TRUE
## 4311      TRUE
## 4312      TRUE
## 4313      TRUE
## 4314      TRUE
## 4315      TRUE
## 4316      TRUE
## 4317      TRUE
## 4318      TRUE
## 4319      TRUE
## 4320      TRUE
## 4321      TRUE
## 4322      TRUE
## 4323      TRUE
## 4324      TRUE
## 4325      TRUE
## 4326      TRUE
## 4327      TRUE
## 4328      TRUE
## 4329      TRUE
## 4330      TRUE
## 4331      TRUE
## 4332      TRUE
## 4333      TRUE
## 4334      TRUE
## 4335      TRUE
## 4336      TRUE
## 4337      TRUE
## 4338      TRUE
## 4339      TRUE
## 4340      TRUE
## 4341      TRUE
## 4342      TRUE
## 4343      TRUE
## 4344      TRUE
## 4345      TRUE
## 4346      TRUE
## 4347      TRUE
## 4348      TRUE
## 4349      TRUE
## 4350      TRUE
## 4351      TRUE
## 4352      TRUE
## 4353      TRUE
## 4354      TRUE
## 4355      TRUE
## 4356      TRUE
## 4357      TRUE
## 4358      TRUE
## 4359      TRUE
## 4360      TRUE
## 4361      TRUE
## 4362      TRUE
## 4363      TRUE
## 4364      TRUE
## 4365      TRUE
## 4366      TRUE
## 4367      TRUE
## 4368      TRUE
## 4369      TRUE
## 4370      TRUE
## 4371      TRUE
## 4372      TRUE
## 4373      TRUE
## 4374      TRUE
## 4375      TRUE
## 4376      TRUE
## 4377      TRUE
## 4378      TRUE
## 4379      TRUE
## 4380      TRUE
## 4381      TRUE
## 4382      TRUE
## 4383      TRUE
## 4384      TRUE
## 4385      TRUE
## 4386      TRUE
## 4387      TRUE
## 4388      TRUE
## 4389      TRUE
## 4390      TRUE
## 4391      TRUE
## 4392      TRUE
## 4393      TRUE
## 4394      TRUE
## 4395      TRUE
## 4396      TRUE
## 4397      TRUE
## 4398      TRUE
## 4399      TRUE
## 4400      TRUE
## 4401      TRUE
## 4402      TRUE
## 4403      TRUE
## 4404      TRUE
## 4405      TRUE
## 4406      TRUE
## 4407      TRUE
## 4408      TRUE
## 4409      TRUE
## 4410      TRUE
## 4411      TRUE
## 4412      TRUE
## 4413      TRUE
## 4414      TRUE
## 4415      TRUE
## 4416      TRUE
## 4417      TRUE
## 4418      TRUE
## 4419      TRUE
## 4420      TRUE
## 4421      TRUE
## 4422      TRUE
## 4423      TRUE
## 4424      TRUE
## 4425      TRUE
## 4426      TRUE
## 4427      TRUE
## 4428      TRUE
## 4429      TRUE
## 4430      TRUE
## 4431      TRUE
## 4432      TRUE
## 4433      TRUE
## 4434      TRUE
## 4435      TRUE
## 4436      TRUE
## 4437      TRUE
## 4438      TRUE
## 4439      TRUE
## 4440      TRUE
## 4441      TRUE
## 4442      TRUE
## 4443      TRUE
## 4444      TRUE
## 4445      TRUE
## 4446      TRUE
## 4447      TRUE
## 4448      TRUE
## 4449      TRUE
## 4450      TRUE
## 4451      TRUE
## 4452      TRUE
## 4453      TRUE
## 4454      TRUE
## 4455      TRUE
## 4456      TRUE
## 4457      TRUE
## 4458      TRUE
## 4459      TRUE
## 4460      TRUE
## 4461      TRUE
## 4462      TRUE
## 4463      TRUE
## 4464      TRUE
## 4465      TRUE
## 4466      TRUE
## 4467      TRUE
## 4468      TRUE
## 4469      TRUE
## 4470      TRUE
## 4471      TRUE
## 4472      TRUE
## 4473      TRUE
## 4474      TRUE
## 4475      TRUE
## 4476      TRUE
## 4477      TRUE
## 4478      TRUE
## 4479      TRUE
## 4480      TRUE
## 4481      TRUE
## 4482      TRUE
## 4483      TRUE
## 4484      TRUE
## 4485      TRUE
## 4486      TRUE
## 4487      TRUE
## 4488      TRUE
## 4489      TRUE
## 4490      TRUE
## 4491      TRUE
## 4492      TRUE
## 4493      TRUE
## 4494      TRUE
## 4495      TRUE
## 4496      TRUE
## 4497      TRUE
## 4498      TRUE
## 4499      TRUE
## 4500      TRUE
## 4501      TRUE
## 4502      TRUE
## 4503      TRUE
## 4504      TRUE
## 4505      TRUE
## 4506      TRUE
## 4507      TRUE
## 4508      TRUE
## 4509      TRUE
## 4510      TRUE
## 4511      TRUE
## 4512      TRUE
## 4513      TRUE
## 4514      TRUE
## 4515      TRUE
## 4516      TRUE
## 4517      TRUE
## 4518      TRUE
## 4519      TRUE
## 4520      TRUE
## 4521      TRUE
## 4522      TRUE
## 4523      TRUE
## 4524      TRUE
## 4525      TRUE
## 4526      TRUE
## 4527      TRUE
## 4528      TRUE
## 4529      TRUE
## 4530      TRUE
## 4531      TRUE
## 4532      TRUE
## 4533      TRUE
## 4534      TRUE
## 4535      TRUE
## 4536      TRUE
## 4537      TRUE
## 4538      TRUE
## 4539      TRUE
## 4540      TRUE
## 4541      TRUE
## 4542      TRUE
## 4543      TRUE
## 4544      TRUE
## 4545      TRUE
## 4546      TRUE
## 4547      TRUE
## 4548      TRUE
## 4549      TRUE
## 4550      TRUE
## 4551      TRUE
## 4552      TRUE
## 4553      TRUE
## 4554      TRUE
## 4555      TRUE
## 4556      TRUE
## 4557      TRUE
## 4558      TRUE
## 4559      TRUE
## 4560      TRUE
## 4561      TRUE
## 4562      TRUE
## 4563      TRUE
## 4564      TRUE
## 4565      TRUE
## 4566      TRUE
## 4567      TRUE
## 4568      TRUE
## 4569      TRUE
## 4570      TRUE
## 4571      TRUE
## 4572      TRUE
## 4573      TRUE
## 4574      TRUE
## 4575      TRUE
## 4576      TRUE
## 4577      TRUE
## 4578      TRUE
## 4579      TRUE
## 4580      TRUE
## 4581      TRUE
## 4582      TRUE
## 4583      TRUE
## 4584      TRUE
## 4585      TRUE
## 4586      TRUE
## 4587      TRUE
## 4588      TRUE
## 4589      TRUE
## 4590      TRUE
## 4591      TRUE
## 4592      TRUE
## 4593      TRUE
## 4594      TRUE
## 4595      TRUE
## 4596      TRUE
## 4597      TRUE
## 4598      TRUE
## 4599      TRUE
## 4600      TRUE
## 4601      TRUE
## 4602      TRUE
## 4603      TRUE
## 4604      TRUE
## 4605      TRUE
## 4606      TRUE
## 4607      TRUE
## 4608      TRUE
## 4609      TRUE
## 4610      TRUE
## 4611      TRUE
## 4612      TRUE
## 4613      TRUE
## 4614      TRUE
## 4615      TRUE
## 4616      TRUE
## 4617      TRUE
## 4618      TRUE
## 4619      TRUE
## 4620      TRUE
## 4621      TRUE
## 4622      TRUE
## 4623      TRUE
## 4624      TRUE
## 4625      TRUE
## 4626      TRUE
## 4627      TRUE
## 4628      TRUE
## 4629      TRUE
## 4630      TRUE
## 4631      TRUE
## 4632      TRUE
## 4633      TRUE
## 4634      TRUE
## 4635      TRUE
## 4636      TRUE
## 4637      TRUE
## 4638      TRUE
## 4639      TRUE
## 4640      TRUE
## 4641      TRUE
## 4642      TRUE
## 4643      TRUE
## 4644      TRUE
## 4645      TRUE
## 4646      TRUE
## 4647      TRUE
## 4648      TRUE
## 4649      TRUE
## 4650      TRUE
## 4651      TRUE
## 4652      TRUE
## 4653      TRUE
## 4654      TRUE
## 4655      TRUE
## 4656      TRUE
## 4657      TRUE
## 4658      TRUE
## 4659      TRUE
## 4660      TRUE
## 4661      TRUE
## 4662      TRUE
## 4663      TRUE
## 4664      TRUE
## 4665      TRUE
## 4666      TRUE
## 4667      TRUE
## 4668      TRUE
## 4669      TRUE
## 4670      TRUE
## 4671      TRUE
## 4672      TRUE
## 4673      TRUE
## 4674      TRUE
## 4675      TRUE
## 4676      TRUE
## 4677      TRUE
## 4678      TRUE
## 4679      TRUE
## 4680      TRUE
## 4681      TRUE
## 4682      TRUE
## 4683      TRUE
## 4684      TRUE
## 4685      TRUE
## 4686      TRUE
## 4687      TRUE
## 4688      TRUE
## 4689      TRUE
## 4690      TRUE
## 4691      TRUE
## 4692      TRUE
## 4693      TRUE
## 4694      TRUE
## 4695      TRUE
## 4696      TRUE
## 4697      TRUE
## 4698      TRUE
## 4699      TRUE
## 4700      TRUE
## 4701      TRUE
## 4702      TRUE
## 4703      TRUE
## 4704      TRUE
## 4705      TRUE
## 4706      TRUE
## 4707      TRUE
## 4708      TRUE
## 4709      TRUE
## 4710      TRUE
## 4711      TRUE
## 4712      TRUE
## 4713      TRUE
## 4714      TRUE
## 4715      TRUE
## 4716      TRUE
## 4717      TRUE
## 4718      TRUE
## 4719      TRUE
## 4720      TRUE
## 4721      TRUE
## 4722      TRUE
## 4723      TRUE
## 4724      TRUE
## 4725      TRUE
## 4726      TRUE
## 4727      TRUE
## 4728      TRUE
## 4729      TRUE
## 4730      TRUE
## 4731      TRUE
## 4732      TRUE
## 4733      TRUE
## 4734      TRUE
## 4735      TRUE
## 4736      TRUE
## 4737      TRUE
## 4738      TRUE
## 4739      TRUE
## 4740      TRUE
## 4741      TRUE
## 4742      TRUE
## 4743      TRUE
## 4744      TRUE
## 4745      TRUE
## 4746      TRUE
## 4747      TRUE
## 4748      TRUE
## 4749      TRUE
## 4750      TRUE
## 4751      TRUE
## 4752      TRUE
## 4753      TRUE
## 4754      TRUE
## 4755      TRUE
## 4756      TRUE
## 4757      TRUE
## 4758      TRUE
## 4759      TRUE
## 4760      TRUE
## 4761      TRUE
## 4762      TRUE
## 4763      TRUE
## 4764      TRUE
## 4765      TRUE
## 4766      TRUE
## 4767      TRUE
## 4768      TRUE
## 4769      TRUE
## 4770      TRUE
## 4771      TRUE
## 4772      TRUE
## 4773      TRUE
## 4774      TRUE
## 4775      TRUE
## 4776      TRUE
## 4777      TRUE
## 4778      TRUE
## 4779      TRUE
## 4780      TRUE
## 4781      TRUE
## 4782      TRUE
## 4783      TRUE
## 4784      TRUE
## 4785      TRUE
## 4786      TRUE
## 4787      TRUE
## 4788      TRUE
## 4789      TRUE
## 4790      TRUE
## 4791      TRUE
## 4792      TRUE
## 4793      TRUE
## 4794      TRUE
## 4795      TRUE
## 4796      TRUE
## 4797      TRUE
## 4798      TRUE
## 4799      TRUE
## 4800      TRUE
## 4801      TRUE
## 4802      TRUE
## 4803      TRUE
## 4804      TRUE
## 4805      TRUE
## 4806      TRUE
## 4807      TRUE
## 4808      TRUE
## 4809      TRUE
## 4810      TRUE
## 4811      TRUE
## 4812      TRUE
## 4813      TRUE
## 4814      TRUE
## 4815      TRUE
## 4816      TRUE
## 4817      TRUE
## 4818      TRUE
## 4819      TRUE
## 4820      TRUE
## 4821      TRUE
## 4822      TRUE
## 4823      TRUE
## 4824      TRUE
## 4825      TRUE
## 4826      TRUE
## 4827      TRUE
## 4828      TRUE
## 4829      TRUE
## 4830      TRUE
## 4831      TRUE
## 4832      TRUE
## 4833      TRUE
## 4834      TRUE
## 4835      TRUE
## 4836      TRUE
## 4837      TRUE
## 4838      TRUE
## 4839      TRUE
## 4840      TRUE
## 4841      TRUE
## 4842      TRUE
## 4843      TRUE
## 4844      TRUE
## 4845      TRUE
## 4846      TRUE
## 4847      TRUE
## 4848      TRUE
## 4849      TRUE
## 4850      TRUE
## 4851      TRUE
## 4852      TRUE
## 4853      TRUE
## 4854      TRUE
## 4855      TRUE
## 4856      TRUE
## 4857      TRUE
## 4858      TRUE
## 4859      TRUE
## 4860      TRUE
## 4861      TRUE
## 4862      TRUE
## 4863      TRUE
## 4864      TRUE
## 4865      TRUE
## 4866      TRUE
## 4867      TRUE
## 4868      TRUE
## 4869      TRUE
## 4870      TRUE
## 4871      TRUE
## 4872      TRUE
## 4873      TRUE
## 4874      TRUE
## 4875      TRUE
## 4876      TRUE
## 4877      TRUE
## 4878      TRUE
## 4879      TRUE
## 4880      TRUE
## 4881      TRUE
## 4882      TRUE
## 4883      TRUE
## 4884      TRUE
## 4885      TRUE
## 4886      TRUE
## 4887      TRUE
## 4888      TRUE
## 4889      TRUE
## 4890      TRUE
## 4891      TRUE
## 4892      TRUE
## 4893      TRUE
## 4894      TRUE
## 4895      TRUE
## 4896      TRUE
## 4897      TRUE
## 4898      TRUE
## 4899      TRUE
## 4900      TRUE
## 4901      TRUE
## 4902      TRUE
## 4903      TRUE
## 4904      TRUE
## 4905      TRUE
## 4906      TRUE
## 4907      TRUE
## 4908      TRUE
## 4909      TRUE
## 4910      TRUE
## 4911      TRUE
## 4912      TRUE
## 4913      TRUE
## 4914      TRUE
## 4915      TRUE
## 4916      TRUE
## 4917      TRUE
## 4918      TRUE
## 4919      TRUE
## 4920      TRUE
## 4921      TRUE
## 4922      TRUE
## 4923      TRUE
## 4924      TRUE
## 4925      TRUE
## 4926      TRUE
## 4927      TRUE
## 4928      TRUE
## 4929      TRUE
## 4930      TRUE
## 4931      TRUE
## 4932      TRUE
## 4933      TRUE
## 4934      TRUE
## 4935      TRUE
## 4936      TRUE
## 4937      TRUE
## 4938      TRUE
## 4939      TRUE
## 4940      TRUE
## 4941      TRUE
## 4942      TRUE
## 4943      TRUE
## 4944      TRUE
## 4945      TRUE
## 4946      TRUE
## 4947      TRUE
## 4948      TRUE
## 4949      TRUE
## 4950      TRUE
## 4951      TRUE
## 4952      TRUE
## 4953      TRUE
## 4954      TRUE
## 4955      TRUE
## 4956      TRUE
## 4957      TRUE
## 4958      TRUE
## 4959      TRUE
## 4960      TRUE
## 4961      TRUE
## 4962      TRUE
## 4963      TRUE
## 4964      TRUE
## 4965      TRUE
## 4966      TRUE
## 4967      TRUE
## 4968      TRUE
## 4969      TRUE
## 4970      TRUE
## 4971      TRUE
## 4972      TRUE
## 4973      TRUE
## 4974      TRUE
## 4975      TRUE
## 4976      TRUE
## 4977      TRUE
## 4978      TRUE
## 4979      TRUE
## 4980      TRUE
## 4981      TRUE
## 4982      TRUE
## 4983      TRUE
## 4984      TRUE
## 4985      TRUE
## 4986      TRUE
## 4987      TRUE
## 4988      TRUE
## 4989      TRUE
## 4990      TRUE
## 4991      TRUE
## 4992      TRUE
## 4993      TRUE
## 4994      TRUE
## 4995      TRUE
## 4996      TRUE
## 4997      TRUE
## 4998      TRUE
## 4999      TRUE
## 5000      TRUE
## 5001      TRUE
## 5002      TRUE
## 5003      TRUE
## 5004      TRUE
## 5005      TRUE
## 5006      TRUE
## 5007      TRUE
## 5008      TRUE
## 5009      TRUE
## 5010      TRUE
## 5011      TRUE
## 5012      TRUE
## 5013      TRUE
## 5014      TRUE
## 5015      TRUE
## 5016      TRUE
## 5017      TRUE
## 5018      TRUE
## 5019      TRUE
## 5020      TRUE
## 5021      TRUE
## 5022      TRUE
## 5023      TRUE
## 5024      TRUE
## 5025      TRUE
## 5026      TRUE
## 5027      TRUE
## 5028      TRUE
## 5029      TRUE
## 5030      TRUE
## 5031      TRUE
## 5032      TRUE
## 5033      TRUE
## 5034      TRUE
## 5035      TRUE
## 5036      TRUE
## 5037      TRUE
## 5038      TRUE
## 5039      TRUE
## 5040      TRUE
## 5041      TRUE
## 5042      TRUE
## 5043      TRUE
## 5044      TRUE
## 5045      TRUE
## 5046      TRUE
## 5047      TRUE
## 5048      TRUE
## 5049      TRUE
## 5050      TRUE
## 5051      TRUE
## 5052      TRUE
## 5053      TRUE
## 5054      TRUE
## 5055      TRUE
## 5056      TRUE
## 5057      TRUE
## 5058      TRUE
## 5059      TRUE
## 5060      TRUE
## 5061      TRUE
## 5062      TRUE
## 5063      TRUE
## 5064      TRUE
## 5065      TRUE
## 5066      TRUE
## 5067      TRUE
## 5068      TRUE
## 5069      TRUE
## 5070      TRUE
## 5071      TRUE
## 5072      TRUE
## 5073      TRUE
## 5074      TRUE
## 5075      TRUE
## 5076      TRUE
## 5077      TRUE
## 5078      TRUE
## 5079      TRUE
## 5080      TRUE
## 5081      TRUE
## 5082      TRUE
## 5083      TRUE
## 5084      TRUE
## 5085      TRUE
## 5086      TRUE
## 5087      TRUE
## 5088      TRUE
## 5089      TRUE
## 5090      TRUE
## 5091      TRUE
## 5092      TRUE
## 5093      TRUE
## 5094      TRUE
## 5095      TRUE
## 5096      TRUE
## 5097      TRUE
## 5098      TRUE
## 5099      TRUE
## 5100      TRUE
## 5101      TRUE
## 5102      TRUE
## 5103      TRUE
## 5104      TRUE
## 5105      TRUE
## 5106      TRUE
## 5107      TRUE
## 5108      TRUE
## 5109      TRUE
## 5110      TRUE
## 5111      TRUE
## 5112      TRUE
## 5113      TRUE
## 5114      TRUE
## 5115      TRUE
## 5116      TRUE
## 5117      TRUE
## 5118      TRUE
## 5119      TRUE
## 5120      TRUE
## 5121      TRUE
## 5122      TRUE
## 5123      TRUE
## 5124      TRUE
## 5125      TRUE
## 5126      TRUE
## 5127      TRUE
## 5128      TRUE
## 5129      TRUE
## 5130      TRUE
## 5131      TRUE
## 5132      TRUE
## 5133      TRUE
## 5134      TRUE
## 5135      TRUE
## 5136      TRUE
## 5137      TRUE
## 5138      TRUE
## 5139      TRUE
## 5140      TRUE
## 5141      TRUE
## 5142      TRUE
## 5143      TRUE
## 5144      TRUE
## 5145      TRUE
## 5146      TRUE
## 5147      TRUE
## 5148      TRUE
## 5149      TRUE
## 5150      TRUE
## 5151      TRUE
## 5152      TRUE
## 5153      TRUE
## 5154      TRUE
## 5155      TRUE
## 5156      TRUE
## 5157      TRUE
## 5158      TRUE
## 5159      TRUE
## 5160      TRUE
## 5161      TRUE
## 5162      TRUE
## 5163      TRUE
## 5164      TRUE
## 5165      TRUE
## 5166      TRUE
## 5167      TRUE
## 5168      TRUE
## 5169      TRUE
## 5170      TRUE
## 5171      TRUE
## 5172      TRUE
## 5173      TRUE
## 5174      TRUE
## 5175      TRUE
## 5176      TRUE
## 5177      TRUE
## 5178      TRUE
## 5179      TRUE
## 5180      TRUE
## 5181      TRUE
## 5182      TRUE
## 5183      TRUE
## 5184      TRUE
## 5185      TRUE
## 5186      TRUE
## 5187      TRUE
## 5188      TRUE
## 5189      TRUE
## 5190      TRUE
## 5191      TRUE
## 5192      TRUE
## 5193      TRUE
## 5194      TRUE
## 5195      TRUE
## 5196      TRUE
## 5197      TRUE
## 5198      TRUE
## 5199      TRUE
## 5200      TRUE
## 5201      TRUE
## 5202      TRUE
## 5203      TRUE
## 5204      TRUE
## 5205      TRUE
## 5206      TRUE
## 5207      TRUE
## 5208      TRUE
## 5209      TRUE
## 5210      TRUE
## 5211      TRUE
## 5212      TRUE
## 5213      TRUE
## 5214      TRUE
## 5215      TRUE
## 5216      TRUE
## 5217      TRUE
## 5218      TRUE
## 5219      TRUE
## 5220      TRUE
## 5221      TRUE
## 5222      TRUE
## 5223      TRUE
## 5224      TRUE
## 5225      TRUE
## 5226      TRUE
## 5227      TRUE
## 5228      TRUE
## 5229      TRUE
## 5230      TRUE
## 5231      TRUE
## 5232      TRUE
## 5233      TRUE
## 5234      TRUE
## 5235      TRUE
## 5236      TRUE
## 5237      TRUE
## 5238      TRUE
## 5239      TRUE
## 5240      TRUE
## 5241      TRUE
## 5242      TRUE
## 5243      TRUE
## 5244      TRUE
## 5245      TRUE
## 5246      TRUE
## 5247      TRUE
## 5248      TRUE
## 5249      TRUE
## 5250      TRUE
## 5251      TRUE
## 5252      TRUE
## 5253      TRUE
## 5254      TRUE
## 5255      TRUE
## 5256      TRUE
## 5257      TRUE
## 5258      TRUE
## 5259      TRUE
## 5260      TRUE
## 5261      TRUE
## 5262      TRUE
## 5263      TRUE
## 5264      TRUE
## 5265      TRUE
## 5266      TRUE
## 5267      TRUE
## 5268      TRUE
## 5269      TRUE
## 5270      TRUE
## 5271      TRUE
## 5272      TRUE
## 5273      TRUE
## 5274      TRUE
## 5275      TRUE
## 5276      TRUE
## 5277      TRUE
## 5278      TRUE
## 5279      TRUE
## 5280      TRUE
## 5281      TRUE
## 5282      TRUE
## 5283      TRUE
## 5284      TRUE
## 5285      TRUE
## 5286      TRUE
## 5287      TRUE
## 5288      TRUE
## 5289      TRUE
## 5290      TRUE
## 5291      TRUE
## 5292      TRUE
## 5293      TRUE
## 5294      TRUE
## 5295      TRUE
## 5296      TRUE
## 5297      TRUE
## 5298      TRUE
## 5299      TRUE
## 5300      TRUE
## 5301      TRUE
## 5302      TRUE
## 5303      TRUE
## 5304      TRUE
## 5305      TRUE
## 5306      TRUE
## 5307      TRUE
## 5308      TRUE
## 5309      TRUE
## 5310      TRUE
## 5311      TRUE
## 5312      TRUE
## 5313      TRUE
## 5314      TRUE
## 5315      TRUE
## 5316      TRUE
## 5317      TRUE
## 5318      TRUE
## 5319      TRUE
## 5320      TRUE
## 5321      TRUE
## 5322      TRUE
## 5323      TRUE
## 5324      TRUE
## 5325      TRUE
## 5326      TRUE
## 5327      TRUE
## 5328      TRUE
## 5329      TRUE
## 5330      TRUE
## 5331      TRUE
## 5332      TRUE
## 5333      TRUE
## 5334      TRUE
## 5335      TRUE
## 5336      TRUE
## 5337      TRUE
## 5338      TRUE
## 5339      TRUE
## 5340      TRUE
## 5341      TRUE
## 5342      TRUE
## 5343      TRUE
## 5344      TRUE
## 5345      TRUE
## 5346      TRUE
## 5347      TRUE
## 5348      TRUE
## 5349      TRUE
## 5350      TRUE
## 5351      TRUE
## 5352      TRUE
## 5353      TRUE
## 5354      TRUE
## 5355      TRUE
## 5356      TRUE
## 5357      TRUE
## 5358      TRUE
## 5359      TRUE
## 5360      TRUE
## 5361      TRUE
## 5362      TRUE
## 5363      TRUE
## 5364      TRUE
## 5365      TRUE
## 5366      TRUE
## 5367      TRUE
## 5368      TRUE
## 5369      TRUE
## 5370      TRUE
## 5371      TRUE
## 5372      TRUE
## 5373      TRUE
## 5374      TRUE
## 5375      TRUE
## 5376      TRUE
## 5377      TRUE
## 5378      TRUE
## 5379      TRUE
## 5380      TRUE
## 5381      TRUE
## 5382      TRUE
## 5383      TRUE
## 5384      TRUE
## 5385      TRUE
## 5386      TRUE
## 5387      TRUE
## 5388      TRUE
## 5389      TRUE
## 5390      TRUE
## 5391      TRUE
## 5392      TRUE
## 5393      TRUE
## 5394      TRUE
## 5395      TRUE
## 5396      TRUE
## 5397      TRUE
## 5398      TRUE
## 5399      TRUE
## 5400      TRUE
## 5401      TRUE
## 5402      TRUE
## 5403      TRUE
## 5404      TRUE
## 5405      TRUE
## 5406      TRUE
## 5407      TRUE
## 5408      TRUE
## 5409      TRUE
## 5410      TRUE
## 5411      TRUE
## 5412      TRUE
## 5413      TRUE
## 5414      TRUE
## 5415      TRUE
## 5416      TRUE
## 5417      TRUE
## 5418      TRUE
## 5419      TRUE
## 5420      TRUE
## 5421      TRUE
## 5422      TRUE
## 5423      TRUE
## 5424      TRUE
## 5425      TRUE
## 5426      TRUE
## 5427      TRUE
## 5428      TRUE
## 5429      TRUE
## 5430      TRUE
## 5431      TRUE
## 5432      TRUE
## 5433      TRUE
## 5434      TRUE
## 5435      TRUE
## 5436      TRUE
## 5437      TRUE
## 5438      TRUE
## 5439      TRUE
## 5440      TRUE
## 5441      TRUE
## 5442      TRUE
## 5443      TRUE
## 5444      TRUE
## 5445      TRUE
## 5446      TRUE
## 5447      TRUE
## 5448      TRUE
## 5449      TRUE
## 5450      TRUE
## 5451      TRUE
## 5452      TRUE
## 5453      TRUE
## 5454      TRUE
## 5455      TRUE
## 5456      TRUE
## 5457      TRUE
## 5458      TRUE
## 5459      TRUE
## 5460      TRUE
## 5461      TRUE
## 5462      TRUE
## 5463      TRUE
## 5464      TRUE
## 5465      TRUE
## 5466      TRUE
## 5467      TRUE
## 5468      TRUE
## 5469      TRUE
## 5470      TRUE
## 5471      TRUE
## 5472      TRUE
## 5473      TRUE
## 5474      TRUE
## 5475      TRUE
## 5476      TRUE
## 5477      TRUE
## 5478      TRUE
## 5479      TRUE
## 5480      TRUE
## 5481      TRUE
## 5482      TRUE
## 5483      TRUE
## 5484      TRUE
## 5485      TRUE
## 5486      TRUE
## 5487      TRUE
## 5488      TRUE
## 5489      TRUE
## 5490      TRUE
## 5491      TRUE
## 5492      TRUE
## 5493      TRUE
## 5494      TRUE
## 5495      TRUE
## 5496      TRUE
## 5497      TRUE
## 5498      TRUE
## 5499      TRUE
## 5500      TRUE
## 5501      TRUE
## 5502      TRUE
## 5503      TRUE
## 5504      TRUE
## 5505      TRUE
## 5506      TRUE
## 5507      TRUE
## 5508      TRUE
## 5509      TRUE
## 5510      TRUE
## 5511      TRUE
## 5512      TRUE
## 5513      TRUE
## 5514      TRUE
## 5515      TRUE
## 5516      TRUE
## 5517      TRUE
## 5518      TRUE
## 5519      TRUE
## 5520      TRUE
## 5521      TRUE
## 5522      TRUE
## 5523      TRUE
## 5524      TRUE
## 5525      TRUE
## 5526      TRUE
## 5527      TRUE
## 5528      TRUE
## 5529      TRUE
## 5530      TRUE
## 5531      TRUE
## 5532      TRUE
## 5533      TRUE
## 5534      TRUE
## 5535      TRUE
## 5536      TRUE
## 5537      TRUE
## 5538      TRUE
## 5539      TRUE
## 5540      TRUE
## 5541      TRUE
## 5542      TRUE
## 5543      TRUE
## 5544      TRUE
## 5545      TRUE
## 5546      TRUE
## 5547      TRUE
## 5548      TRUE
## 5549      TRUE
## 5550      TRUE
## 5551      TRUE
## 5552      TRUE
## 5553      TRUE
## 5554      TRUE
## 5555      TRUE
## 5556      TRUE
## 5557      TRUE
## 5558      TRUE
## 5559      TRUE
## 5560      TRUE
## 5561      TRUE
## 5562      TRUE
## 5563      TRUE
## 5564      TRUE
## 5565      TRUE
## 5566      TRUE
## 5567      TRUE
## 5568      TRUE
## 5569      TRUE
## 5570      TRUE
## 5571      TRUE
## 5572      TRUE
## 5573      TRUE
## 5574      TRUE
## 5575      TRUE
## 5576      TRUE
## 5577      TRUE
## 5578      TRUE
## 5579      TRUE
## 5580      TRUE
## 5581      TRUE
## 5582      TRUE
## 5583      TRUE
## 5584      TRUE
## 5585      TRUE
## 5586      TRUE
## 5587      TRUE
## 5588      TRUE
## 5589      TRUE
## 5590      TRUE
## 5591      TRUE
## 5592      TRUE
## 5593      TRUE
## 5594      TRUE
## 5595      TRUE
## 5596      TRUE
## 5597      TRUE
## 5598      TRUE
## 5599      TRUE
## 5600      TRUE
## 5601      TRUE
## 5602      TRUE
## 5603      TRUE
## 5604      TRUE
## 5605      TRUE
## 5606      TRUE
## 5607      TRUE
## 5608      TRUE
## 5609      TRUE
## 5610      TRUE
## 5611      TRUE
## 5612      TRUE
## 5613      TRUE
## 5614      TRUE
## 5615      TRUE
## 5616      TRUE
## 5617      TRUE
## 5618      TRUE
## 5619      TRUE
## 5620      TRUE
## 5621      TRUE
## 5622      TRUE
## 5623      TRUE
## 5624      TRUE
## 5625      TRUE
## 5626      TRUE
## 5627      TRUE
## 5628      TRUE
## 5629      TRUE
## 5630      TRUE
## 5631      TRUE
## 5632      TRUE
## 5633      TRUE
## 5634      TRUE
## 5635      TRUE
## 5636      TRUE
## 5637      TRUE
## 5638      TRUE
## 5639      TRUE
## 5640      TRUE
## 5641      TRUE
## 5642      TRUE
## 5643      TRUE
## 5644      TRUE
## 5645      TRUE
## 5646      TRUE
## 5647      TRUE
## 5648      TRUE
## 5649      TRUE
## 5650      TRUE
## 5651      TRUE
## 5652      TRUE
## 5653      TRUE
## 5654      TRUE
## 5655      TRUE
## 5656      TRUE
## 5657      TRUE
## 5658      TRUE
## 5659      TRUE
## 5660      TRUE
## 5661      TRUE
## 5662      TRUE
## 5663      TRUE
## 5664      TRUE
## 5665      TRUE
## 5666      TRUE
## 5667      TRUE
## 5668      TRUE
## 5669      TRUE
## 5670      TRUE
## 5671      TRUE
## 5672      TRUE
## 5673      TRUE
## 5674      TRUE
## 5675      TRUE
## 5676      TRUE
## 5677      TRUE
## 5678      TRUE
## 5679      TRUE
## 5680      TRUE
## 5681      TRUE
## 5682      TRUE
## 5683      TRUE
## 5684      TRUE
## 5685      TRUE
## 5686      TRUE
## 5687      TRUE
## 5688      TRUE
## 5689      TRUE
## 5690      TRUE
## 5691      TRUE
## 5692      TRUE
## 5693      TRUE
## 5694      TRUE
## 5695      TRUE
## 5696      TRUE
## 5697      TRUE
## 5698      TRUE
## 5699      TRUE
## 5700      TRUE
## 5701      TRUE
## 5702      TRUE
## 5703      TRUE
## 5704      TRUE
## 5705      TRUE
## 5706      TRUE
## 5707      TRUE
## 5708      TRUE
## 5709      TRUE
## 5710      TRUE
## 5711      TRUE
## 5712      TRUE
## 5713      TRUE
## 5714      TRUE
## 5715      TRUE
## 5716      TRUE
## 5717      TRUE
## 5718      TRUE
## 5719      TRUE
## 5720      TRUE
## 5721      TRUE
## 5722      TRUE
## 5723      TRUE
## 5724      TRUE
## 5725      TRUE
## 5726      TRUE
## 5727      TRUE
## 5728      TRUE
## 5729      TRUE
## 5730      TRUE
## 5731      TRUE
## 5732      TRUE
## 5733      TRUE
## 5734      TRUE
## 5735      TRUE
## 5736      TRUE
## 5737      TRUE
## 5738      TRUE
## 5739      TRUE
## 5740      TRUE
## 5741      TRUE
## 5742      TRUE
## 5743      TRUE
## 5744      TRUE
## 5745      TRUE
## 5746      TRUE
## 5747      TRUE
## 5748      TRUE
## 5749      TRUE
## 5750      TRUE
## 5751      TRUE
## 5752      TRUE
## 5753      TRUE
## 5754      TRUE
## 5755      TRUE
## 5756      TRUE
## 5757      TRUE
## 5758      TRUE
## 5759      TRUE
## 5760      TRUE
## 5761      TRUE
## 5762      TRUE
## 5763      TRUE
## 5764      TRUE
## 5765      TRUE
## 5766      TRUE
## 5767      TRUE
## 5768      TRUE
## 5769      TRUE
## 5770      TRUE
## 5771      TRUE
## 5772      TRUE
## 5773      TRUE
## 5774      TRUE
## 5775      TRUE
## 5776      TRUE
## 5777      TRUE
## 5778      TRUE
## 5779      TRUE
## 5780      TRUE
## 5781      TRUE
## 5782      TRUE
## 5783      TRUE
## 5784      TRUE
## 5785      TRUE
## 5786      TRUE
## 5787      TRUE
## 5788      TRUE
## 5789      TRUE
## 5790      TRUE
## 5791      TRUE
## 5792      TRUE
## 5793      TRUE
## 5794      TRUE
## 5795      TRUE
## 5796      TRUE
## 5797      TRUE
## 5798      TRUE
## 5799      TRUE
## 5800      TRUE
## 5801      TRUE
## 5802      TRUE
## 5803      TRUE
## 5804      TRUE
## 5805      TRUE
## 5806      TRUE
## 5807      TRUE
## 5808      TRUE
## 5809      TRUE
## 5810      TRUE
## 5811      TRUE
## 5812      TRUE
## 5813      TRUE
## 5814      TRUE
## 5815      TRUE
## 5816      TRUE
## 5817      TRUE
## 5818      TRUE
## 5819      TRUE
## 5820      TRUE
## 5821      TRUE
## 5822      TRUE
## 5823      TRUE
## 5824      TRUE
## 5825      TRUE
## 5826      TRUE
## 5827      TRUE
## 5828      TRUE
## 5829      TRUE
## 5830      TRUE
## 5831      TRUE
## 5832      TRUE
## 5833      TRUE
## 5834      TRUE
## 5835      TRUE
## 5836      TRUE
## 5837      TRUE
## 5838      TRUE
## 5839      TRUE
## 5840      TRUE
## 5841      TRUE
## 5842      TRUE
## 5843      TRUE
## 5844      TRUE
## 5845      TRUE
## 5846      TRUE
## 5847      TRUE
## 5848      TRUE
## 5849      TRUE
## 5850      TRUE
## 5851      TRUE
## 5852      TRUE
## 5853      TRUE
## 5854      TRUE
## 5855      TRUE
## 5856      TRUE
## 5857      TRUE
## 5858      TRUE
## 5859      TRUE
## 5860      TRUE
## 5861      TRUE
## 5862      TRUE
## 5863      TRUE
## 5864      TRUE
## 5865      TRUE
## 5866      TRUE
## 5867      TRUE
## 5868      TRUE
## 5869      TRUE
## 5870      TRUE
## 5871      TRUE
## 5872      TRUE
## 5873      TRUE
## 5874      TRUE
## 5875      TRUE
## 5876      TRUE
## 5877      TRUE
## 5878      TRUE
## 5879      TRUE
## 5880      TRUE
## 5881      TRUE
## 5882      TRUE
## 5883      TRUE
## 5884      TRUE
## 5885      TRUE
## 5886      TRUE
## 5887      TRUE
## 5888      TRUE
## 5889      TRUE
## 5890      TRUE
## 5891      TRUE
## 5892      TRUE
## 5893      TRUE
## 5894      TRUE
## 5895      TRUE
## 5896      TRUE
## 5897      TRUE
## 5898      TRUE
## 5899      TRUE
## 5900      TRUE
## 5901      TRUE
## 5902      TRUE
## 5903      TRUE
## 5904      TRUE
## 5905      TRUE
## 5906      TRUE
## 5907      TRUE
## 5908      TRUE
## 5909      TRUE
## 5910      TRUE
## 5911      TRUE
## 5912      TRUE
## 5913      TRUE
## 5914      TRUE
## 5915      TRUE
## 5916      TRUE
## 5917      TRUE
## 5918      TRUE
## 5919      TRUE
## 5920      TRUE
## 5921      TRUE
## 5922      TRUE
## 5923      TRUE
## 5924      TRUE
## 5925      TRUE
## 5926      TRUE
## 5927      TRUE
## 5928      TRUE
## 5929      TRUE
## 5930      TRUE
## 5931      TRUE
## 5932      TRUE
## 5933      TRUE
## 5934      TRUE
## 5935      TRUE
## 5936      TRUE
## 5937      TRUE
## 5938      TRUE
## 5939      TRUE
## 5940      TRUE
## 5941      TRUE
## 5942      TRUE
## 5943      TRUE
## 5944      TRUE
## 5945      TRUE
## 5946      TRUE
## 5947      TRUE
## 5948      TRUE
## 5949      TRUE
## 5950      TRUE
## 5951      TRUE
## 5952      TRUE
## 5953      TRUE
## 5954      TRUE
## 5955      TRUE
## 5956      TRUE
## 5957      TRUE
## 5958      TRUE
## 5959      TRUE
## 5960      TRUE
## 5961      TRUE
## 5962      TRUE
## 5963      TRUE
## 5964      TRUE
## 5965      TRUE
## 5966      TRUE
## 5967      TRUE
## 5968      TRUE
## 5969      TRUE
## 5970      TRUE
## 5971      TRUE
## 5972      TRUE
## 5973      TRUE
## 5974      TRUE
## 5975      TRUE
## 5976      TRUE
## 5977      TRUE
## 5978      TRUE
## 5979      TRUE
## 5980      TRUE
## 5981      TRUE
## 5982      TRUE
## 5983      TRUE
## 5984      TRUE
## 5985      TRUE
## 5986      TRUE
## 5987      TRUE
## 5988      TRUE
## 5989      TRUE
## 5990      TRUE
## 5991      TRUE
  #Save as a .Rdata file
save(TRUE_isRetweet_BLSERIES,file = "TRUE_isRetweet_BLSERIES.Rdata")

FALSE_isRetweet_BLSERIES <- trend_BLSERIES_TweetsDF %>%
  select(screenName,text,created,statusSource,isRetweet) %>%
  filter(isRetweet == "FALSE")
FALSE_isRetweet_BLSERIES
##           screenName
## 1          BL_Bunlim
## 2             bl_yj3
## 3     BitterBakeneko
## 4             bl_yj3
## 5              511NY
## 6              511NY
## 7       vampirizarte
## 8      hiddlermaniac
## 9           4fforce_
## 10   DanTheGreatGam1
## 11     akktheoryszel
## 12        BLXBLU_BBB
## 13        ItzThanoxz
## 14    Killmoenetwork
## 15       JonesMarkLB
## 16       kongs_heart
## 17   moralcompassbot
## 18    winnifred33tcn
## 19         IndyyProg
## 20     _Captain_Duck
## 21           zxidart
## 22        ItzThanoxz
## 23        aplethoras
## 24     PinellasCo911
## 25     _termoderiver
## 26        Danzo51196
## 27    yeagerbonebone
## 28         anuBindu2
## 29      BL_Balthaser
## 30        zeezpazeez
## 31   catalinamadridd
## 32    RebirthShadows
## 33       auer42tzgzh
## 34       fan_booking
## 35       jvang199027
## 36          yvethral
## 37          sgo0dman
## 38          PWarrenn
## 39     robinschnelle
## 40         tonny_bl_
## 41        FinderCard
## 42        PinkyMomo_
## 43         FishNft26
## 44      UviPoznansky
## 45          ReyenEwl
## 46        FSketchy52
## 47           summosa
## 48      YundtKristin
## 49   FANTASTICRADIOO
## 50        iCEofABUJA
## 51           A0KITAN
## 52   ShoppingAlertUK
## 53       happy166801
## 54       eunluna_KIM
## 55       yanomanikaa
## 56      heelsiblings
## 57            k43Iuc
## 58       umiisyafiqa
## 59      bartellbvoxu
## 60      tyciackerman
## 61       jooniebyeol
## 62         erisebeth
## 63         growthrev
## 64         growthrev
## 65      boywifegacha
## 66         shiibak13
## 67     shainn_rgkysb
## 68     sensememories
## 69   hermit_wanderer
## 70            bl_yj3
## 71             6C_BL
## 72            bl_yj3
## 73          bavani_i
## 74   CrowdsourcedPol
## 75       effertztmgw
## 76    Btsarmybllover
## 77       unalacuna22
## 78   BlackLo39629533
## 79       GaylesbianC
## 80    luiseduardo194
## 81     wizard_pirate
## 82   SuckMyBigToez69
## 83    kdrama_menfess
## 84      SherifUsman7
## 85      ZentraSunday
## 86            myvsta
## 87      BL_Balthaser
## 88   BlackLo39629533
## 89           LJHXSha
## 90     ApoVotingTeam
## 91    sk8terboypercy
## 92   smolsdarklightr
## 93   CrowdsourcedPol
## 94          Clara15B
## 95       Hank_HeyNow
## 96            bl_yj3
## 97      Xime98653455
## 98        Krashface1
## 99             nkulw
## 100    giodrocketman
## 101          Peejun_
## 102   wendigochild13
## 103    goodheartsith
## 104  thebottomlounge
## 105       aplethoras
## 106    Lahori_Munda9
## 107   Megawarrior345
## 108        ryan14lje
## 109        SeasickDK
## 110   BeetfarmerDave
## 111   windler15oomrc
## 112         tessia_6
## 113       TRtheTitan
## 114    Sans_udertale
## 115     Black_Larry3
## 116           euu_bl
## 117        tiianshan
## 118    Bl_ackDelight
## 119      2Ha__ranwan
## 120   NishaVillafana
## 121  world_of_bl_com
## 122    ApoVotingTeam
## 123       RonLinkins
## 124     walker61gwkv
## 125     MyBLCalendar
## 126  XiaoYan46109219
## 127    ParlonsBLAsie
## 128       jutsuzuban
## 129       Krashface1
## 130    ParlonsBLAsie
## 131        melvin_bl
## 132      AndyClark22
## 133       wooziiness
## 134        GWalter65
## 135      2Ha__ranwan
## 136    PapalZouaveUS
## 137        zunami261
## 138    steveconaway1
## 139     bluechipcard
## 140   Kim_YoonSprite
## 141  kitty_witty_cat
## 142     Truffle_Soul
## 143     NothingSamy_
## 144      tallandtrue
## 145      jimmy_darke
## 146         bl_4_eva
## 147   biumipastelito
## 148        kajiiyama
## 149   hamadazidan555
## 150           bl_yj3
## 151          rimbai_
## 152        lumpspark
## 153      TyWahlbrink
## 154  AvinashNongtho1
## 155          EelYuri
## 156        bl_ag_inc
## 157    LimpongMarvin
## 158      tinachoding
## 159   biumipastelito
## 160         vvsyongs
## 161    Samstagram903
## 162       luvwonshik
## 163         MelqoshM
## 164         Ifif_890
## 165  RozellaSchambe1
## 166        Hollie27U
## 167       ohara65iqf
## 168     levi38229885
## 169    peachyIaurent
## 170  world_of_bl_com
## 171     LINK_artwork
## 172   MetalDragonKid
## 173       yianvera15
## 174     BL_Balthaser
## 175       RamudasBoo
## 176       saii_tamaa
## 177           511NYC
## 178     urbanykurril
## 179        sosowmens
## 180  strawberryxtalk
## 181    steveconaway1
## 182    HelenChavez01
## 183      KathyRe0916
## 184      Maddie_1812
## 185         TGDarien
## 186      vivalasgays
## 187           BL_JHX
## 188   wendigochild13
## 189       TShortalgo
## 190    mileaposArtaz
## 191      moose_is_BL
## 192    price_drop_IN
## 193    AngelLimbawan
## 194      vanilla__ai
## 195  Angelic44473921
## 196  Dominic12294325
## 197  SunflowerSamu14
## 198  MewGulf_Heiress
## 199    ArtMuseumGeek
## 200     elumesme_yaz
## 201           BL_JHX
## 202  AvinashNongtho1
## 203      Alixxx93_Bl
## 204       ERamirezDC
## 205            VJMS9
## 206        ExlyoSnap
## 207      vanilla__ai
## 208  world_of_bl_com
## 209         ISFdaily
## 210       DanishWolf
## 211           LiirBL
## 212        iltae0125
## 213         red_loeb
## 214      Bl_Series24
## 215      Kaminsky115
## 216         1147_001
## 217     pichulover69
## 218    David84479289
## 219        lethia_bl
## 220       jordieseay
## 221    hartmannxwygx
## 222      JustBlink11
## 223    blue_bl_lilac
## 224    BL_LatestNews
## 225        ExlyoSnap
## 226          uribamn
## 227         4fforce_
## 228        lethia_bl
## 229      BishopLynch
## 230          NoxDawn
## 231       min_tesnot
## 232   Rainy_Memories
## 233          uribamn
## 234      randomlyrj_
## 235     BL_Balthaser
## 236       momomirmir
## 237          bley_bl
## 238     rabiosexualz
## 239       bosssnoeul
## 240    haze_report10
## 241    withearthmixx
## 242        Mina_g137
## 243  Ph4ntomDr4gneel
## 244        dach48ptd
## 245     hydraphrenic
## 246   ArsenioBertoli
## 247  hermit_wanderer
## 248     eyesonmovies
## 249       RossBeale7
## 250      vanessa_315
## 251         gwennie6
## 252   Delaney_Vander
## 253       wrenmatsuu
## 254         sds_levy
## 255        Chanman39
## 256       bl_artcult
## 257      KathyRe0916
## 258   alyssascavetta
## 259  EvaSmit76644663
## 260    peachyIaurent
## 261         xonorika
## 262         red_loeb
## 263          isukoos
## 264  ArbiterOfSpoons
## 265   CryptoWitchNFT
## 266    PinellasCo911
## 267  BathroomSuppli1
## 268    ToolsWorkshop
## 269  MollyKHumphries
## 270        BreXsday9
## 271        QuislingT
## 272      BluaPapilio
## 273      IndigoOcean
## 274     LMichelleJ87
## 275    bentley_demon
## 276    maissnotthere
## 277  MichaelaMaestas
## 278   MetalDragonKid
## 279        BreXsday9
## 280     MariReactsYT
## 281     peachyturtle
## 282      bloodkittyh
## 283   nthngtoseehere
## 284   pictureshow_bl
## 285    Webcomics_app
## 286      randomlyrj_
## 287     darkestdollx
## 288         jhonpl55
## 289     antighaeyo17
## 290       ntonjerray
## 291       yeb_sakoda
## 292  PrincessPreener
## 293        nalimo333
## 294   random_someon3
## 295     lord_barrold
## 296  infinit_dreamer
## 297       ErotemeArt
## 298  world_of_bl_com
## 299   MarinaMaranan1
## 300     YoungMophead
## 301         Ethos335
## 302     ArsSilentium
## 303    11_boredlands
## 304       hayden85nk
## 305         jmiles67
## 306       mymyhuynhs
## 307          lait911
## 308         mylife8z
## 309        Radolysse
## 310          aespahw
## 311      W0NNIEKCALS
## 312  mylenechantress
## 313       AuwalJalo1
## 314          bekkomi
## 315    weimann20pklj
## 316   Genevieve_Hery
## 317  TaiyoToTsukiiii
## 318      woojoonmoon
## 319          BL_2889
## 320  ThatOne_KidNico
## 321          bl_swyq
## 322        riverexic
## 323         kelsi94i
## 324     BL_Balthaser
## 325   MetalDragonKid
## 326       HauckTarin
## 327       cnsltnglib
## 328  BerthaG09300381
## 329        kozeymgjn
## 330         kyarin2_
## 331       SNicole031
## 332         RSS_Nami
## 333         mylife8z
## 334           vmnamu
## 335     Howie_Davies
## 336     ThomasVitins
## 337   IrlagainstFash
## 338     JamesLouise7
## 339            VJMS9
## 340          Tegiri5
## 341       deer_skull
## 342    johnson51nrbx
## 343        brittz0rz
## 344         red_loeb
## 345          Sari1_7
## 346        Draco2050
## 347         BL_Tidus
## 348     stephasavale
## 349         amli_art
## 350      bl_allmybae
## 351      solartaekoo
## 352           MDi_BL
## 353         amli_art
## 354    leffler85dnil
## 355     sinbethemoon
## 356    ToonMouthTyne
## 357         utenthys
## 358          Skirgey
## 359          Ash8Luv
## 360  unknown_gunnerz
## 361      woojoonmoon
## 362  andrewnotfound2
## 363        reversea_
## 364         DISDSubs
## 365          kon23uk
## 366          BL_2889
## 367     Alix95406063
## 368      quiverypalm
## 369          Lughos1
## 370         Aiden_bl
## 371    veryhonestmee
## 372      GamingCrasy
## 373    msllamablouhe
## 374   MetalDragonKid
## 375       BL_Scenery
## 376  MollyKHumphries
## 377  TOMIXX962240988
## 378        meiraLuvy
## 379          IWSDLFM
## 380          ysobh53
## 381  theNightw4tcher
## 382   thecarfactoids
## 383     Sam_Renga_09
## 384    PinellasCo911
## 385  metroherobot_bl
## 386  metroheroalerts
## 387     KatarinnaBWF
## 388        _bl_ai_ze
## 389         utenthys
## 390          tkhell_
## 391  metroherobot_bl
## 392  metroheroalerts
## 393     AAngela98765
## 394     PrincipalRey
## 395     Denjislonely
## 396     JoanieApollo
## 397      AiKoBeanArt
## 398       YeBlowsAss
## 399    epitaphtoadog
## 400  walasavagephoto
## 401        leejiyuji
## 402      CoxWebSales
## 403       YeBlowsAss
## 404         utenthys
## 405          VazduhO
## 406     bl_ablabla_a
## 407     AAngela98765
## 408         giftt768
## 409      helixsophia
## 410      carterzyosv
## 411        UDubTonyD
## 412       JustPaul85
## 413          BL_2889
## 414       YeBlowsAss
## 415     Denjislonely
## 416  raindroppopshop
## 417      SeasonsGala
## 418      ignatius23t
## 419       chillDarku
## 420          ltg1810
## 421       mrjaydeeem
## 422       iminescent
## 423     semplyfrantu
## 424        GomezTair
## 425       NerziOntop
## 426  metroherobot_bl
## 427  metroheroalerts
## 428     Denjislonely
## 429       bl_artcult
## 430          BL_Hyro
## 431       YeBlowsAss
## 432   Dortha83994416
## 433  _AltarOfTheSky_
## 434   RealTimeNews10
## 435    brightwinfaen
## 436    HEROMANishere
## 437          jeffjag
## 438        travis_bl
## 439     RacheGabriel
## 440   winnifred33tcn
## 441         torphxbe
## 442       Xxxlilneko
## 443     RinrisProkik
## 444     Denjislonely
## 445      wallplugnft
## 446       vahakn2000
## 447      IlyaYenotka
## 448  Wedolingeriean1
## 449       itsmommyIK
## 450     stephasavale
## 451  fantasticplanet
## 452         DOOM4121
## 453        MaebeeIam
## 454         xdredikx
## 455    akkajsjskaksi
## 456   MyCreativeOwls
## 457        shotalumi
## 458  destinykrainbow
## 459     the_dingler_
## 460  mikelikessports
## 461      AiKoBeanArt
## 462     AAngela98765
## 463       funbaggirl
## 464   MetalDragonKid
## 465       dopemind10
## 466  destinykrainbow
## 467      hoegersildc
## 468    dilucslovebot
## 469        feil27duv
## 470       ColdPlushy
## 471       BL_Scenery
## 472  oksanat06333340
## 473         21_perth
## 474  Silence70614652
## 475         nyawife8
## 476   RealTimeNews10
## 477   HemingwayHitch
## 478     MyBLCalendar
## 479     AAngela98765
## 480    PinellasCo911
## 481     DrCaligari72
## 482  junkiejunkojunk
## 483     DrCaligari72
## 484       BL_Scenery
## 485    madaboutbooks
## 486  Jaqueli10068406
## 487  fantasticplanet
## 488  sportscardcoder
## 489       GISEOK4EVA
## 490    wannabecatboi
## 491      tbaudinette
## 492   Mannat51031555
## 493  Malcolm05756806
## 494    Darknight936_
## 495      MillarMan69
## 496          hmhm_um
## 497         21_perth
## 498    Darknight936_
## 499   MetalDragonKid
## 500         Aiden_bl
## 501        BUB_BL_ES
## 502     Carolanne34B
## 503           Qs3488
## 504   blackjackggvip
## 505      thecoffster
## 506    Campbellmatt_
## 507           sjk617
## 508  Tsundere_Editor
## 509        fadelbevu
## 510       bl_artcult
## 511       theMikeElf
## 512    JesseThSrvnt1
## 513  Naoz1Emmanelene
## 514        anim8dead
## 515           bl__sw
## 516        alprafter
## 517           OPA_BL
## 518      mokoupilled
## 519       KeithBLGuy
## 520           bl__sw
## 521       bl_artcult
## 522         21_perth
## 523       MagosBilly
## 524   douglas_malott
## 525   Thelocal_idi0t
## 526         bl__swan
## 527        A_BL_Simp
## 528          signald
## 529     woricksb00bs
## 530          Bec2043
## 531        ItsInigma
## 532    sweettatyana_
## 533           OPA_BL
## 534          alunxry
## 535     LeahLibresco
## 536   the_ghost_CM83
## 537           Rts_WW
## 538          MIT_IO_
## 539      samsaraeyes
## 540  NocturneEndless
## 541     KleppyShakes
## 542       iminescent
## 543           ImRdz7
## 544      jiutiansong
## 545    BallStateLibs
## 546         SanGasso
## 547   angiecakes1990
## 548          gomanga
## 549  surfconnaisseur
## 550   angiecakes1990
## 551           euu_bl
## 552   ilabilachinchi
## 553  metroherobot_bl
## 554  metroheroalerts
## 555        Minslettt
## 556         Jargo_BL
## 557        travis_bl
## 558         A1d0taku
## 559      MillarMan69
## 560      Bl_Series24
## 561       Bunbearvk1
## 562            VJMS9
## 563        travis_bl
## 564        manx_maid
## 565      Dark_Aura__
## 566     HoldTheGiirl
## 567       binstedman
## 568      AiKoBeanArt
## 569        DuneAltar
## 570        SnowbieWx
## 571        travis_bl
## 572     KatarinnaBWF
## 573  Welsh_Dragon_71
## 574  metroherobot_bl
## 575  metroheroalerts
## 576      Morph_VGart
## 577       bl__suarez
## 578      TheConballs
## 579    okeefe22fhoun
## 580         Fjmclean
## 581    PinellasCo911
## 582       suzanne_bl
## 583   MintTeaNdHoney
## 584            i4yg0
## 585            BL__7
## 586       bl_artcult
## 587  Blessingchino15
## 588        UNMlZERIA
## 589      TracysdogAu
## 590          cctwt20
## 591   dixitsanjay884
## 592       sassilia12
## 593      AiKoBeanArt
## 594      KathyRe0916
## 595  CharmouthBirder
## 596  metroherobot_bl
## 597  metroheroalerts
## 598        bl_ag_inc
## 599        Syzyg3tic
## 600      jimmy_darke
## 601       E_G_092507
## 602       iamkiiiara
## 603   XxInjectionZxX
## 604      MentallyDez
## 605    eichstadt_jay
## 606        travis_bl
## 607         bl__swan
## 608           ckj_bl
## 609         BL_is_me
## 610        ireadbl18
## 611  metroherobot_bl
## 612  metroheroalerts
## 613        bl_ag_inc
## 614    eichstadt_jay
## 615  metroherobot_bl
## 616  metroheroalerts
## 617         bl__swan
## 618      KathyRe0916
## 619          XoieBoi
## 620    emmerichhrovz
## 621         Wavex_Ng
## 622         Aiden_bl
## 623     thehuntcomic
## 624  unaconservadora
## 625        dach48ptd
## 626     HannaPolasky
## 627          AzFa_co
## 628    DotterTheGoat
## 629  metroherobot_bl
## 630  metroheroalerts
## 631  metroherobot_bl
## 632  metroheroalerts
## 633           Bl_ank
## 634  metroherobot_bl
## 635  metroheroalerts
## 636      yannisbored
## 637  goodnightshuhan
## 638      bukanjunedi
## 639     PocketOfRats
## 640        BBirdie25
## 641        travis_bl
## 642         hssluttt
## 643       CrazerArts
## 644          ksjgoth
## 645  metroherobot_bl
## 646  metroheroalerts
## 647      AiKoBeanArt
## 648       miniyoonie
## 649        JaminKeyz
## 650       panther_BL
## 651  metroherobot_bl
## 652  metroheroalerts
## 653           adorgf
## 654        NickHorob
## 655       lisa_matye
## 656          doug14j
## 657        haze_long
## 658     Zoya28315950
## 659          Mineyi4
## 660            511NY
## 661      EdwardAnne6
## 662      AllyRatSTOP
## 663  metroherobot_bl
## 664  metroheroalerts
## 665    leepixielover
## 666           wwe432
## 667        dinzmeria
## 668   ollieisoffline
## 669        bl_ag_inc
## 670  yoongisarmpitss
## 671      Kgomotsokkc
## 672        Postbop3C
## 673     DemzOneMusic
## 674      KathyRe0916
## 675        Soon2seok
## 676       NobileAjax
## 677    signora_daeva
## 678   ScottsdaleFire
## 679          Mineyi4
## 680         lizajk97
## 681    JackStraw1960
## 682       CbarJRanch
## 683  rebeccathenaeum
## 684       canditoast
## 685       panther_BL
## 686     The_HRforges
## 687         the97god
## 688       DoctaSlick
## 689      georgia_tcv
## 690       farchicore
## 691  litepocketdeals
## 692  metroherobot_bl
## 693  metroheroalerts
## 694          OKLM_OM
## 695       honeyseobs
## 696   SakariyaBharat
## 697       FeraINiche
## 698  SarahAr20252468
## 699   AhMuvic82_Mo11
## 700  Jack_da_weirdo1
## 701    hijabibounder
## 702    boarssmite141
## 703     alialsaede22
## 704        BL_Egoism
## 705     fujoshicakes
## 706     MyBLCalendar
## 707       MattHintz3
## 708      Omototoayo7
## 709     sunshinepayu
## 710        cafelxtte
## 711       KawaiiMess
## 712   TheVirgosGrove
## 713   NaiveAndHonest
## 714        LLalaurie
## 715           APP_BL
## 716    SeraphCavotta
## 717         ste_dido
## 718     MySexToyHub1
## 719         eaudefik
## 720    MeleeStatsPod
## 721     MariReactsYT
## 722          gweesad
## 723      predovicnju
## 724         paulrnor
## 725  AphelionWeather
## 726   arkhan_voyager
## 727      subutai1990
## 728       SwarleyArt
## 729        BL_Artbox
## 730      sonounauror
## 731       enhiyarate
## 732       931srnedia
## 733    hijabibounder
## 734       Badjethcat
## 735         Bl_ckkky
## 736           APP_BL
## 737       jojoooalva
## 738  Mistas3rdbullet
## 739    amcollins2020
## 740  metroherobot_bl
## 741  metroheroalerts
## 742  PrajnaPratyusha
## 743     jeffnbarcode
## 744        alcia____
## 745  FamousBirthdays
## 746    piscianamente
## 747       nacreously
## 748       bl_artcult
## 749      Rainbow3031
## 750      itsayosigns
## 751        bl_ag_inc
## 752         Hitch_Bl
## 753      DomtarPaper
## 754          Hq_q125
## 755    invertv_dcape
## 756  metroherobot_bl
## 757  metroheroalerts
## 758      bamstlll_02
## 759          bbygchy
## 760    NdzaviDerrick
## 761     littlefrea_k
## 762           M_a_BL
## 763          satovan
## 764       7biCrowley
## 765         CapiLady
## 766     s4tinflowers
## 767      AdamBormann
## 768   fatimahxpizzah
## 769         xdredikx
## 770         amecoded
## 771       thesubways
## 772       panther_BL
## 773        DamnSpier
## 774     Aleena_Bano1
## 775      UmeshBavisa
## 776   skinny_plastic
## 777         xdredikx
## 778      pourossbcaf
## 779        toy85awjt
## 780       bl_artcult
## 781     mista_nelson
## 782         h0peurot
## 783         h0peurot
## 784         bavani_i
## 785      NoBigGovDuh
## 786    sutaadomtrash
## 787   ACarpenDigital
## 788        Atho_1982
## 789       panther_BL
## 790    SurpriseBatch
## 791         soulomia
## 792       Noah_KunXd
## 793  Lucillalucilla7
## 794       sakumintsu
## 795   hinata__ebooks
## 796  sillygroovycool
## 797         luv4lola
## 798   dickerBBCdiese
## 799        bl_ag_inc
## 800        enrico96f
## 801        travis_bl
## 802      Kaburasaki1
## 803       borer78lxa
## 804    shan450617031
## 805   dickerBBCdiese
## 806   ikitsmellcrazy
## 807       panther_BL
## 808      SungSavEvel
## 809            511NY
## 810  Daria_Rastunina
## 811  NormaBa59850955
## 812  Daria_Rastunina
## 813      murazikbnrr
## 814      MesmericNft
## 815     swearitsonin
## 816       min_tesnot
## 817           APP_BL
## 818       tawansmiIe
## 819   nandemonksloth
## 820        ifedolarr
## 821   ferre00livefr1
## 822  BernardFrazie18
## 823      ohsinnerman
## 824     oreilly76dou
## 825       MileApo_sp
## 826        suaritha3
## 827         rkiveryn
## 828      tamer_feijo
## 829      irishnftgal
## 830    ShawnHairShop
## 831            VJMS9
## 832    JesseThSrvnt1
## 833         barcinej
## 834      _Matty72395
## 835          Mineyi4
## 836       tmewkinder
## 837     Bouffeur1509
## 838        manuW_atx
## 839        gensuihae
## 840         marsdoll
## 841  BL_Orienteering
## 842     nanazunshine
## 843     nanazunshine
## 844       RAV3NCL0WN
## 845          IowaLSA
## 846        yuma_sogo
## 847          DocT___
## 848       MrROHughes
## 849        may_art18
## 850        LadyBae05
## 851  HubballiPragati
## 852        Sudiptajc
## 853        yuma_sogo
## 854  pheonixexplain2
## 855          BL_Odin
## 856      AnuKhanal14
## 857      jimmy_darke
## 858          kateweb
## 859    TadpoleTundra
## 860        travis_bl
## 861           m444hi
## 862       artmarteau
## 863   lovesparklegod
## 864  Okonkwoijeoma17
## 865           APP_BL
## 866     anishacorner
## 867      Morph_VGart
## 868  metroherobot_bl
## 869  metroheroalerts
## 870        A_C_ByAsh
## 871         leehol17
## 872   dogsof_wikihow
## 873          DocT___
## 874         amli_art
## 875      KimchiChiba
## 876     HasmayeMarie
## 877        travis_bl
## 878     Aleena_Bano1
## 879         amli_art
## 880   prostov_gordey
## 881            511NY
## 882  Nika_Rakhmanova
## 883          Mineyi4
## 884         Wulf1730
## 885        SevanGrim
## 886            xhhey
## 887        travis_bl
## 888         amli_art
## 889     skari_artist
## 890       voodookunt
## 891            RRivo
## 892         amli_art
## 893   RosheCosmetics
## 894      dipeshrisal
## 895       juzzmine13
## 896      JimmyFnDaro
## 897         amli_art
## 898       chochojoon
## 899     etf_dividend
## 900     krzeslo_topa
## 901   igettoloveyouu
## 902      gloverqxbon
## 903         amli_art
## 904     ZankieEnough
## 905       yaoilynnx1
## 906    munch_barbara
## 907         amli_art
## 908          BL_2889
## 909        Sudiptajc
## 910      solartaekoo
## 911         MetaboUK
## 912          aksnevv
## 913       realroguee
## 914         amli_art
## 915   pictureshow_bl
## 916       riba_marpi
## 917         amli_art
## 918        travis_bl
## 919         amli_art
## 920       Lazy_An8el
## 921  KitchenFurnituD
## 922        travis_bl
## 923      MackenzACAB
## 924     DAIHIME_SAMA
## 925   BL_MadeDigital
## 926         amli_art
## 927     Str4ngeThing
## 928  TomDuffinPhotos
## 929       strackevuj
## 930  FANTASTICRADIOO
## 931       lowe40edde
## 932        AiJoe_eth
## 933           MDi_BL
## 934        travis_bl
## 935       XConsuelo8
## 936         bl__bts_
## 937        natlinova
## 938        gerald51m
## 939     Aleena_Bano1
## 940        pondphwin
## 941      wing_blade_
## 942        nhskinnie
## 943        travis_bl
## 944        travis_bl
## 945         vanlee84
## 946      Abdullah0Xk
## 947        meryglowy
## 948        55realley
## 949       pransocool
## 950       panther_BL
## 951       bl_artcult
## 952       CrazerArts
## 953      chokoladous
## 954     Gael52865419
## 955        KangOkFan
## 956       mybabymits
## 957       evieleafie
## 958       LeslieDew5
## 959         Viz_ionz
## 960       itslukalee
## 961       susieyeeep
## 962  JefferyFasching
## 963     MariaBchara1
## 964         RDamscas
## 965     SaveToNotion
## 966        travis_bl
## 967  world_of_bl_com
## 968   angiecakes1990
## 969  metroherobot_bl
## 970  metroheroalerts
## 971       BadBeanLLC
## 972        tsukimany
## 973        The7Moons
## 974       panther_BL
## 975     _teary_eyed_
## 976    goodheartsith
## 977  world_of_bl_com
## 978      hugo_bezdek
## 979    shrutivanshiv
## 980  RinaLuvsDianxia
## 981       bl_artcult
## 982   CupcakeBakeoff
## 983    _Captain_Duck
## 984       bl_artcult
## 985           yslppe
## 986       bl_artcult
## 987      Joyaabisaab
## 988          Emarosa
## 989         Markkazi
## 990  Alu_Morgenstern
## 991         acequinz
## 992  world_of_bl_com
## 993         dizzi4me
## 994       Wappykid99
## 995  PhngTrn93212100
## 996     taegiLover__
## 997        travis_bl
## 998       dumspamkey
## 999    RamatuHaruna8
## 1000     BishopLynch
## 1001   turner40uvfpj
## 1002      rahman_bts
## 1003 world_of_bl_com
## 1004       travis_bl
## 1005       Alycia46Y
## 1006       st_eve_n6
## 1007   artificialis6
## 1008       travis_bl
## 1009        bl__bts_
## 1010       mazinflow
## 1011  MyHappinessOT7
## 1012    ninja_morena
## 1013       travis_bl
## 1014 world_of_bl_com
## 1015      bl_artcult
## 1016       AngryBlub
## 1017 world_of_bl_com
## 1018 JC_truthpassion
## 1019     sharpbycoop
## 1020       nongnu_ra
## 1021     INXCXEPTION
## 1022 JC_truthpassion
## 1023     vancedalism
## 1024      cemeahara1
## 1025 DiscountStalker
## 1026  prostov_gordey
## 1027      FinderCard
## 1028      karlsefnis
## 1029    egg_55566789
## 1030    somddispatch
## 1031    EmmaBriggs18
## 1032      acirehgiel
## 1033      BL_Scenery
## 1034        Hitch_Bl
## 1035      ColdPlushy
## 1036       bl_khatri
## 1037    ZacharLardan
## 1038       mazinflow
## 1039    egg_55566789
## 1040      BL_Smoker5
## 1041 world_of_bl_com
## 1042 world_of_bl_com
## 1043 world_of_bl_com
## 1044 LiManMa16795669
## 1045     xartemisx13
## 1046       BL_Artbox
## 1047     polcahanger
## 1048  britishlibrary
## 1049    bl_ckgothicc
## 1050          APP_BL
## 1051        sunnyalw
## 1052  Salerno_Thomas
## 1053   illustrata_ai
## 1054 Alu_Morgenstern
## 1055       wikkaa___
## 1056     Rewritten17
## 1057   thejambonbeur
## 1058   uriPirateKing
## 1059        amli_art
## 1060        readjack
## 1061       wikkaa___
## 1062    Aleena_Bano1
## 1063        bl__bts_
## 1064 Alu_Morgenstern
## 1065    keenanknight
## 1066        mattnado
## 1067   TrafficNewsLA
## 1068      ArdenPaul4
## 1069   QuinnConway13
## 1070  jomar880871932
## 1071      OnyxeBlade
## 1072         ZRolexs
## 1073          APP_BL
## 1074       wikkaa___
## 1075     tvbacklight
## 1076   LunaLuna77666
## 1077    vivianantwi7
## 1078       rereshop4
## 1079      dirtycorza
## 1080       travis_bl
## 1081   ChaseShannon5
## 1082       travis_bl
## 1083  macgyver32wqtx
## 1084      ADHDaemons
## 1085       travis_bl
## 1086      TreyRiver1
## 1087       cleora8ej
## 1088    reingersyhhf
## 1089      padbergjpl
## 1090     smith66dcie
## 1091      BL_Scenery
## 1092   QuinnConway13
## 1093      bl_artcult
## 1094       travis_bl
## 1095        yuta_wav
## 1096         kln3109
## 1097          Nau7ik
## 1098       blkgrlfly
## 1099     name_here09
## 1100      bl_artcult
## 1101        MMIMMOXX
## 1102         _minkit
## 1103       travis_bl
## 1104   BL_LatestNews
## 1105 VinodKu83882504
## 1106     moondust_36
## 1107     KiriKiriBot
## 1108      aguilar_ve
## 1109       salvwh0re
## 1110    AndreiMellas
## 1111       britboy77
## 1112 world_of_bl_com
## 1113        inigma_a
## 1114        Su11yyyy
## 1115 world_of_bl_com
## 1116     beeken_tech
## 1117        zbfodyaa
## 1118       ninak7461
## 1119  Olivia_barssom
## 1120   lifegoeseeven
## 1121       travis_bl
## 1122       yuhaowife
## 1123         yi1lll_
## 1124          Keedbo
## 1125      1516_roman
## 1126    BL_Athletics
## 1127       travis_bl
## 1128        OPQRSTEE
## 1129        peatfort
## 1130      petravoice
## 1131 world_of_bl_com
## 1132         sian_bl
## 1133    Heterophobea
## 1134  Brianmannphoto
## 1135   CurlyClareToo
## 1136      bl_artcult
## 1137     BL_Learning
## 1138      BL_Scenery
## 1139 Nika_Rakhmanova
## 1140  BeekenIndustri
## 1141  awakenthewrlds
## 1142         je_ff09
## 1143      bl_artcult
## 1144       townezrax
## 1145        ardouser
## 1146      TheBLZone1
## 1147 lovecastpodcast
## 1148      petravoice
## 1149      petravoice
## 1150           511NY
## 1151  DerekLovesJRTs
## 1152 RozellaSchambe1
## 1153  smitham63ljozs
## 1154      bl_artcult
## 1155       anim8dead
## 1156 AdvantagePriCon
## 1157      kxlluvvinz
## 1158     PeterKuskis
## 1159      naazrishmi
## 1160      antone84so
## 1161      effertzjss
## 1162      jeebusdial
## 1163   jungwongindut
## 1164       NiTiSH550
## 1165    jordanxworld
## 1166  SunnyLunaLight
## 1167        torphxbe
## 1168           511NY
## 1169           511NY
## 1170          511NYC
## 1171    NotEasyGreen
## 1172       marics12_
## 1173       hue_shine
## 1174       anim8dead
## 1175           511NY
## 1176 christy04881579
## 1177       sunknower
## 1178  Chance23912548
## 1179 MollyKHumphries
## 1180   KanyaneeTukky
## 1181    MyBLCalendar
## 1182      rozentinee
## 1183         lait911
## 1184  LADYGAGAEXOBBB
## 1185       Messica91
## 1186   robinschnelle
## 1187 alumasa_maxwell
## 1188      wrenmatsuu
## 1189        h0peurot
## 1190        Arel2Ron
## 1191     fan_booking
## 1192     CeMillbrook
## 1193       JNKSGENRE
## 1194      kikibumkey
## 1195       Y_H_Bl_Sl
## 1196  bukanjeffsatur
## 1197          bl_hkg
## 1198      wrenmatsuu
## 1199      cutefemcel
## 1200    AhassanSohel
## 1201   hellxentranxe
## 1202  LauraWallace26
## 1203     LouisLebbos
## 1204       mutedcmyk
## 1205   thetwelve_dol
## 1206      bl_artcult
## 1207      bl_artcult
## 1208      bl_artcult
## 1209 TanyaVillanelle
## 1210    shibafree2be
## 1211         BL_2889
## 1212           511NY
## 1213         jaywawk
## 1214 metroherobot_bl
## 1215 metroheroalerts
## 1216   SXNGLETRACKED
## 1217   hesham_monica
## 1218     moondust_36
## 1219      abandnment
## 1220         BL_2889
## 1221       ____320hj
## 1222    ZankieEnough
## 1223   SuperPonyBolt
## 1224       Zita90421
## 1225 metroherobot_or
## 1226 metroheroalerts
## 1227    BottomLineDC
## 1228  ZBusinesswoman
## 1229       Zita90421
## 1230   rocketgirlNFT
## 1231    darkestdollx
## 1232        bl_fan89
## 1233     HelloBWJr26
## 1234   BL_Publishing
## 1235      falsel_net
## 1236   CoffeeVectors
## 1237       Zita90421
## 1238        inigma_a
## 1239      rogahnvuvw
## 1240   JesseThSrvnt1
## 1241 world_of_bl_com
## 1242 animateInternat
## 1243       jemsagcal
## 1244 Charlie89501621
## 1245      bl_artcult
## 1246 world_of_bl_com
## 1247      bl_artcult
## 1248    darkestdollx
## 1249      farchicore
## 1250 world_of_bl_com
## 1251    elakarinaela
## 1252    rheigneljhay
## 1253      QirongsBff
## 1254 _Hey_its_Laura_
## 1255   SXNGLETRACKED
## 1256   SXNGLETRACKED
## 1257      bl_artcult
## 1258        val_hshm
## 1259        inigma_a
## 1260      GWorldTrav
## 1261      bl_artcult
## 1262   K_Kentin_Rose
## 1263      bl_artcult
## 1264       dprmarker
## 1265  MetalDragonKid
## 1266        konz_leo
## 1267 xsnugglestruthx
## 1268         Tami_BL
## 1269    Shahforever1
## 1270       manwolino
## 1271     Pranay7even
## 1272    s4tinflowers
## 1273       JunnoRose
## 1274      brumnordie
## 1275       codybitme
## 1276       iloveps_5
## 1277        bl__bts_
## 1278        KKUumIII
## 1279    Corvinnnnnnn
## 1280      BadBeanLLC
## 1281       SSandeham
## 1282     GRIDCITY_BL
## 1283          yslppe
## 1284      gukwifeplz
## 1285    Aleena_Bano1
## 1286       charis_ai
## 1287      QirongsBff
## 1288      bl_artcult
## 1289 lubowitz46nphgj
## 1290       rentao560
## 1291      bl_artcult
## 1292      stussyciel
## 1293      farchicore
## 1294      bl_artcult
## 1295        Varewulf
## 1296      bl_artcult
## 1297   bifauxnenbard
## 1298  NOBODY15324020
## 1299      QirongsBff
## 1300      nrinnzihe_
## 1301   Alone70834804
## 1302      bl_artcult
## 1303    BhavikaMunde
## 1304      bl_artcult
## 1305   Shizaya_Kanra
## 1306    imvaahhh_412
## 1307      bl_artcult
## 1308     artemis1384
## 1309      bl_artcult
## 1310       AiJoe_eth
## 1311      so1rewhore
## 1312       travis_bl
## 1313       xantababy
## 1314    ovidithelion
## 1315        red_loeb
## 1316     idolsociety
## 1317      QirongsBff
## 1318  Italy_loves_bl
## 1319      BadBeanLLC
## 1320    menhera_worm
## 1321   hrkgscriptbot
## 1322   CoffeeVectors
## 1323 Thistlethinking
## 1324         MKBang3
## 1325       karimnas_
## 1326          ER_EJR
## 1327         valkyun
## 1328      mamaspicze
## 1329     hawkeye0130
## 1330         jaywawk
## 1331    new_mclarens
## 1332       redsquill
## 1333      ktoikichi_
## 1334       linoscats
## 1335     happyfeeesh
## 1336         BL_2889
## 1337   K_Kentin_Rose
## 1338  Rehive74213941
## 1339    MariReactsYT
## 1340   Deji_flourish
## 1341      cardradar1
## 1342   ParlonsBLAsie
## 1343      image_in_1
## 1344  christurner925
## 1345    Aleena_Bano1
## 1346   amantedel__bl
## 1347   1ittlep1ittle
## 1348      cityofhope
## 1349   ifinallysmile
## 1350     soupdoodlee
## 1351       Daisy_Pox
## 1352   ParlonsBLAsie
## 1353  johnnysilveira
## 1354           511NY
## 1355  and_treatments
## 1356  alaskadogstead
## 1357      marcolin91
## 1358   VeronikaSimms
## 1359         valkyun
## 1360       mighetto1
## 1361  Assejm21938484
## 1362      voodookunt
## 1363  eclipseakkayan
## 1364      bl_artcult
## 1365        KimothiB
## 1366        dreamee_
## 1367    BiomedicalRX
## 1368   DannyVanBooks
## 1369        lalvivek
## 1370     moondust_36
## 1371      johnjbooks
## 1372   EnigmaticGaga
## 1373      PattyBebe7
## 1374  kthstigmaballs
## 1375     et_al_2021_
## 1376   theambiverted
## 1377      maheshcafe
## 1378     sahinurk041
## 1379      torydarcys
## 1380      mamaspicze
## 1381   VishalKing01G
## 1382      mamaspicze
## 1383  FSchumacherIII
## 1384    Navinphysics
## 1385       lethia_bl
## 1386        jivinbot
## 1387        Hitch_Bl
## 1388     moondust_36
## 1389       enjin_nrk
## 1390      bl_lover22
## 1391       lethia_bl
## 1392       Roxidolli
## 1393      Reebeksart
## 1394      bl_lover22
## 1395  Killmoenetwork
## 1396    ovidithelion
## 1397         Pjx_han
## 1398      Zukashi7w7
## 1399     actorjinwin
## 1400    MileApoNG_FC
## 1401      newsomenic
## 1402       vijrao918
## 1403        taethv_7
## 1404       bl_baddie
## 1405    BL_Athletics
## 1406    Aleena_Bano1
## 1407   SoysoyBeans28
## 1408         je_ff09
## 1409      QirongsBff
## 1410  JakkoLantern13
## 1411    seutabeokseu
## 1412 sneharaghunath9
## 1413  sherin09517190
## 1414     rohish_shhh
## 1415     SungSavEvel
## 1416      khdglifekk
## 1417   AsianovelasBL
## 1418      ubgradde01
## 1419      BL_Scenery
## 1420  justTaekmeaway
## 1421       PetKirito
## 1422    SquidGirlOta
## 1423 KWWLStormTrack7
## 1424      RBrowncean
## 1425         uribamn
## 1426     _disgrace__
## 1427      Jlockport2
## 1428      lowe78jcjn
## 1429        Bl_ckkky
## 1430    Aleena_Bano1
## 1431    SuSuExplorer
## 1432        raceraot
## 1433      boyslovetv
## 1434     nicolaspjow
## 1435      bl_artcult
## 1436  leannon96vmbxk
## 1437     Zhongchitxt
## 1438  annabelle_leng
## 1439   OneSecTweeted
## 1440     shesabonbon
## 1441       travis_bl
## 1442      bl_artcult
## 1443  NemesioMichael
## 1444      MoxxxieChu
## 1445  VegasPeteLover
## 1446        uhimnoel
## 1447         jaywawk
## 1448 Its_The_Barbies
## 1449     4funkypillz
## 1450 shaurya33401852
## 1451       akemishka
## 1452         takorow
## 1453    PRNewswireIL
## 1454   heathcoteyntc
## 1455      shawolworm
## 1456     gennaro97ox
## 1457        bl__swan
## 1458        bl__swan
## 1459        bl__swan
## 1460 yizhan10050805x
## 1461    LibraryArden
## 1462       miyunabeb
## 1463    BL_continent
## 1464       _bl_yaoi_
## 1465         Viva58L
## 1466        jeroosan
## 1467       lethia_bl
## 1468        soboksob
## 1469    Vanguard_way
## 1470    Aleena_Bano1
## 1471    thomasarusli
## 1472   whatchanloves
## 1473 yizhan10050805x
## 1474       monophirc
## 1475          kkitew
## 1476     xxx_bl_xxx1
## 1477     2Ha__ranwan
## 1478  NaiveAndHonest
## 1479     mania_th_bl
## 1480       okodukai7
## 1481       PSineneng
## 1482        Jeonce07
## 1483      candyBLoey
## 1484      BL_Scenery
## 1485      bl_artcult
## 1486         hvaryun
## 1487     mania_th_bl
## 1488         w3iying
## 1489      Bgmgoodday
## 1490   glissadefface
## 1491       _bl_yaoi_
## 1492     happy166801
## 1493         WRandle
## 1494    VIEmediaNEWS
## 1495     heymilelove
## 1496      KristiWonk
## 1497   SP4CEP4RASITE
## 1498 Isabell38428319
## 1499 thebottomlounge
## 1500 thebottomlounge
## 1501   whatchanloves
## 1502        Scarlyya
## 1503     BL_newsroom
## 1504           6C_BL
## 1505         Lemmmy_
## 1506    ClmBlckThght
## 1507  kisekianything
## 1508     SungSavEvel
## 1509    GopaliYojana
## 1510       sdiproMRG
## 1511       WorldNfts
## 1512       iloveps_5
## 1513 global_bl_forum
## 1514    KatalinaOoma
## 1515     mania_th_bl
## 1516 narakura_haruka
## 1517 sillygroovycool
## 1518   OneSecTweeted
## 1519      The_Steph_
## 1520     dr_y_bl_ack
## 1521 renaissance0426
## 1522 satterfieldufmt
## 1523      yourlouvre
## 1524          exc_xx
## 1525         Jerr_BL
## 1526          Rv3__0
## 1527        Wentasch
## 1528      bl_cobpeps
## 1529       sketchkun
## 1530    Johanna2717_
## 1531         feilpjb
## 1532  BlackPearl1301
## 1533     thompsonlnw
## 1534    kamikazee333
## 1535 thewrestlingvhs
## 1536  AndresHunter04
## 1537     MarksAwards
## 1538     mania_th_bl
## 1539    capybaracals
## 1540   OneSecTweeted
## 1541 AltaAufderhar41
## 1542   OneSecTweeted
## 1543    lemonyogurts
## 1544       A_BL_Simp
## 1545        NGTN2609
## 1546 _Messimerizing_
## 1547        Anass_BL
## 1548      mingyufish
## 1549      sfayyoongi
## 1550         CeSPat2
## 1551      caesergray
## 1552 flipkartsupport
## 1553         jae_myy
## 1554       ninabake2
## 1555       artemiizu
## 1556   SpaceValveGuy
## 1557      Joachim_bl
## 1558         MKBang3
## 1559        Dago_mon
## 1560    stefanyonly_
## 1561      OnyxeBlade
## 1562    imvaahhh_412
## 1563    soundslikeaa
## 1564   sofhi_maulida
## 1565  pinkforestflow
## 1566     Kaisr_eth29
## 1567      bookforce_
## 1568    jewelwidgets
## 1569   SushmaJansari
## 1570    alialsaede22
## 1571      panther_BL
## 1572      okon77qhih
## 1573      panther_BL
## 1574        soboksob
## 1575     TimoFreeman
## 1576      saebitboys
## 1577   HumanshuMisra
## 1578  DProgrammeclub
## 1579      wooziiness
## 1580  BL_Tm_Enthalpy
## 1581    HereByGrace1
## 1582       beemelyum
## 1583       mylifezjm
## 1584      ajiela8144
## 1585         Przzz16
## 1586   AdoredGehenna
## 1587    MyNameIsRaen
## 1588         jae_myy
## 1589   bartell37feuy
## 1590    BL_DigiSchol
## 1591 metroherobot_bl
## 1592     jyushikobot
## 1593  SEriA_FloLEncE
## 1594    AnDraoiRuadh
## 1595     lootplunder
## 1596     awestruckie
## 1597         BL_2889
## 1598    Aleena_Bano1
## 1599     mania_th_bl
## 1600   yeahitsprl043
## 1601        Endje_BL
## 1602 RossiAtanassova
## 1603       Kjusanali
## 1604 Lucifer97166893
## 1605   Lalalandrama_
## 1606     eva_bl_babe
## 1607         sitya30
## 1608       anjayxion
## 1609      Pitdog1000
## 1610     mightazerie
## 1611     moose_is_BL
## 1612 BeyondBeautiful
## 1613       JeniJen1N
## 1614    s_onthebeach
## 1615    SweetHoneyoo
## 1616     shujinikwan
## 1617   culturedwithM
## 1618   ImJustMekaniQ
## 1619      ErotemeArt
## 1620       lethia_bl
## 1621   dogsdontliket
## 1622     Justvibin98
## 1623      BL_Scenery
## 1624       Arifai777
## 1625       Arifai777
## 1626    Fashionasti1
## 1627          03ejbg
## 1628        sunnyalw
## 1629     astrorinnie
## 1630      flynn__bot
## 1631         rinkara
## 1632   Dodie55826793
## 1633       soruukia_
## 1634     mania_th_bl
## 1635     InSomnia756
## 1636    ChaoticYuki_
## 1637  SEriA_FloLEncE
## 1638     mania_th_bl
## 1639 flipkartsupport
## 1640      terryshnij
## 1641     anothernoxy
## 1642       Lexicon21
## 1643 Valeriy17015933
## 1644       FkGarland
## 1645 YummyPi42206463
## 1646    langosh39orv
## 1647 switchNMJrights
## 1648        nneonari
## 1649         mumusu2
## 1650   AltheyuhMoves
## 1651       DAALCHILD
## 1652       iloveps_5
## 1653       soruukia_
## 1654    HerDaddyRevy
## 1655   OneSecTweeted
## 1656       penny123_
## 1657     Rewritten17
## 1658         _Aera_7
## 1659        GrapedUp
## 1660      Xandervest
## 1661  Louris51374067
## 1662          LLLYL4
## 1663       lethia_bl
## 1664        Aiden_bl
## 1665        nftwithu
## 1666 OverTheMoonthai
## 1667      Gurulalive
## 1668     Monathereum
## 1669     crabnaravit
## 1670   sofhi_maulida
## 1671      Ximenaa_bl
## 1672      JimohAbudu
## 1673  brandaktuellat
## 1674 BTSISMYDNAJUNG1
## 1675    Jimena_wang3
## 1676       TOPNewsAT
## 1677        ayanyoks
## 1678      KristiWonk
## 1679    effertzxghfk
## 1680 GianlucaMeschi9
## 1681         PRproBE
## 1682       townezrax
## 1683    StarboiToxic
## 1684      darron55jg
## 1685        deltatre
## 1686   culturedwithM
## 1687          Bl_uue
## 1688     isaberabera
## 1689   adamdavidlong
## 1690          Rts_WW
## 1691         az_chou
## 1692        themyelo
## 1693 KristallineMish
## 1694  timblessing101
## 1695  pbasilstrength
## 1696      BL_Scenery
## 1697     urlilsunny_
## 1698     Rewritten17
## 1699   jack_daniel42
## 1700        ruestyls
## 1701      dach84meow
## 1702      ErotemeArt
## 1703      Ericjihyun
## 1704     yukowonjeon
## 1705     swift68oacy
## 1706       toney91ts
## 1707         jae_myy
## 1708   Black_lion_BL
## 1709       BreXsday9
## 1710       bubunicat
## 1711     mania_th_bl
## 1712   menode7bilhao
## 1713   jack_daniel42
## 1714 superteadrinker
## 1715      nalinmeltz
## 1716   price_drop_IN
## 1717  vonsavagemedia
## 1718 BefittingTweets
## 1719   jack_daniel42
## 1720 metroherobot_bl
## 1721 metroheroalerts
## 1722 two_thousand_03
## 1723   SportNewsNerd
## 1724      KristiWonk
## 1725         dmpljae
## 1726      SiyaApoMee
## 1727     EastMidsOHA
## 1728 Bipartite_Graph
## 1729        rrachpal
## 1730  crew0125_10969
## 1731      Rachel5742
## 1732        CoinColf
## 1733         BGLM416
## 1734  thecarfactoids
## 1735 delicioussthing
## 1736          Eli99H
## 1737 Alayemioluwafe2
## 1738   publicetienne
## 1739      Jamiegonog
## 1740    altblacknews
## 1741        ajivika_
## 1742        red_loeb
## 1743   one_right_now
## 1744       roob99pud
## 1745          bl_ckm
## 1746     starsforskz
## 1747      orccawhale
## 1748        TWOinche
## 1749  worldofdrama01
## 1750       ioweegian
## 1751       haag89cwb
## 1752    lesbians4znn
## 1753        defamasi
## 1754       51smemory
## 1755 InsightfulPanda
## 1756       A_BL_Simp
## 1757 WILDMAN01826318
## 1758    Sharry060899
## 1759   JoshuaManson5
## 1760        aranikis
## 1761        htevytng
## 1762     valentin13q
## 1763   syscznbnnoona
## 1764 NarrativeBuild2
## 1765  Crystalsisrain
## 1766     LDB51851416
## 1767    letsgoskz008
## 1768 kids_initiative
## 1769      pray4luvvv
## 1770        JAYFUSED
## 1771          brskdt
## 1772          d1msvm
## 1773   SP4CEP4RASITE
## 1774         y0wonie
## 1775         1000282
## 1776    Aleena_Bano1
## 1777  BelangerSerge2
## 1778  yourelasticdoc
## 1779        bl__bts_
## 1780   clairecameron
## 1781       Aditi3948
## 1782        thyrownz
## 1783       ioweegian
## 1784        Bl_ckkky
## 1785       meryglowy
## 1786      elinor8yui
## 1787     starsforskz
## 1788       chawarinz
## 1789 BlackLo39629533
## 1790       bl_potato
## 1791      losnahij21
## 1792   gamikaze_shop
## 1793        ANDYEOLI
## 1794   gamikaze_shop
## 1795 UrFujoshiSister
## 1796      sintydavid
## 1797 sweet_svt_teume
## 1798      SIH_Chiaki
## 1799        ANDYEOLI
## 1800  crew0125_10969
## 1801       d1460_nft
## 1802        1864th51
## 1803        red_loeb
## 1804        ANDYEOLI
## 1805        bub_ba13
## 1806          511NYC
## 1807   one_right_now
## 1808       whathow27
## 1809   bergnaumkgsvk
## 1810    Johnstone_BL
## 1811      Infidel_SF
## 1812  JesuitsEastOIS
## 1813     mania_th_bl
## 1814 BL_Ref_Services
## 1815     hannonikki_
## 1816     syafulizwan
## 1817  lamacharms1234
## 1818    nslychrstphr
## 1819  lamacharms1234
## 1820      shekhahmmd
## 1821     syafulizwan
## 1822  britishlibrary
## 1823  tinaluvskitten
## 1824        xyzargha
## 1825  VixenByNight72
## 1826    AliyahAnnica
## 1827      Hettiiiiii
## 1828  lamacharms1234
## 1829    Arshankhan99
## 1830  tillman81vfoob
## 1831       travis_bl
## 1832        25_cycle
## 1833   mystmysteryyy
## 1834          vysh07
## 1835 4Fun0EVNQutUSLi
## 1836       bl_khatri
## 1837       travis_bl
## 1838       M0RllARTY
## 1839       Keegan7bD
## 1840     syafulizwan
## 1841 MollyKHumphries
## 1842     meonshinchu
## 1843      losnahij21
## 1844        Sxbine95
## 1845       travis_bl
## 1846        imnewyor
## 1847       lalaforSK
## 1848  BackstreetLamb
## 1849       oohmpieng
## 1850  CoralModaffari
## 1851        BL_Ponte
## 1852  CupcakeBakeoff
## 1853 BatangMangga_05
## 1854      aizen_deym
## 1855      losnahij21
## 1856  macejkovicwgpp
## 1857      jkhopeVmin
## 1858      yashaelle2
## 1859        PilovesN
## 1860      TodKlinger
## 1861 investi51026755
## 1862        Ines7112
## 1863         lawfckr
## 1864      sintydavid
## 1865    woricksb00bs
## 1866       DRobLewis
## 1867    MariReactsYT
## 1868    mikkobarts15
## 1869    blglobalnews
## 1870   MississaugaHC
## 1871     mjdelavega6
## 1872    Aleena_Bano1
## 1873  seventeenswift
## 1874        BL_Ponte
## 1875        BL_Ponte
## 1876       NabusariP
## 1877    bounnoppanut
## 1878     exhoefanboi
## 1879     Jay78829917
## 1880        9693_yve
## 1881       yiiisheng
## 1882     BlerdyOtome
## 1883       travis_bl
## 1884        Aiden_bl
## 1885      Jr_prasad7
## 1886   namkookrising
## 1887    bounnoppanut
## 1888        ynbnbaby
## 1889       travis_bl
## 1890        deltrems
## 1891        lewagaba
## 1892       LWouldnot
## 1893       travis_bl
## 1894    windlerfclwc
## 1895    Moth_Lobster
## 1896   namkookrising
## 1897       aaamae_10
## 1898    HereByGrace1
## 1899         intutxt
## 1900       travis_bl
## 1901    me_wo_tojite
## 1902        OddSorce
## 1903         MKBang3
## 1904        twitlers
## 1905      NewsShakes
## 1906       xoshamieh
## 1907        bl_enthu
## 1908        idhuthan
## 1909        bl_verse
## 1910  FrancisViiperi
## 1911      CCockburn2
## 1912     xo_bl_lover
## 1913      komorikayo
## 1914       plotcompk
## 1915     PUENYAIChat
## 1916 I_LoveGhostBand
## 1917   fischerfischy
## 1918       travis_bl
## 1919      filmbylove
## 1920         Dem_Adv
## 1921        ot9stan6
## 1922   FumoLover8008
## 1923        bjyxwyxz
## 1924        Aiden_bl
## 1925 Elspeth52112979
## 1926   mahaesuperior
## 1927          bl__sw
## 1928          bl__sw
## 1929          bl__sw
## 1930          bl__sw
## 1931    DarrylMagher
## 1932          bl__sw
## 1933          bl__sw
## 1934          bl__sw
## 1935          bl__sw
## 1936       wright_de
## 1937 Laxmikh47060861
## 1938    soundslikeaa
## 1939     janitorIevi
## 1940     soy_milktea
## 1941   dereck15ukbpz
## 1942     aicethethic
## 1943      filmbylove
## 1944       whited_79
## 1945        spenn_im
## 1946   sulkyshintaro
## 1947       NOT4KAEYA
## 1948     UntoldLives
## 1949        kauchama
## 1950 Richard00655575
## 1951      nominzone_
## 1952      Millonilia
## 1953    _lucidnoise_
## 1954      yoohanpogi
## 1955      jakhan2222
## 1956          csoobz
## 1957       travis_bl
## 1958      lesbolouch
## 1959  iHateToxicFans
## 1960     SemaAvalith
## 1961       travis_bl
## 1962      jodanspace
## 1963      Bika_P_Mew
## 1964       WhoAmI243
## 1965 bebiiboiiguapii
## 1966 BlackLo39629533
## 1967   Alien77392332
## 1968        wegadpit
## 1969 HeartbeatDdaeng
## 1970     KingZynAdam
## 1971       HypaGemie
## 1972   AsianovelasBL
## 1973      pidreaming
## 1974      abtheflame
## 1975     bode22lkklu
## 1976 PepperM55491642
## 1977   lavenderhyeon
## 1978        Ryofanka
## 1979    monikusiulek
## 1980 ChineseDealsEUR
## 1981     jimindoriee
## 1982      BL_Nursing
## 1983 JacquesUrbanska
## 1984       _aindreas
## 1985    bajithegreat
## 1986   heebon_adarna
## 1987        elias_BL
## 1988       REMONEIDE
## 1989     sruz_bustle
## 1990    soonshimcart
## 1991   BL_LatestNews
## 1992       travis_bl
## 1993  AsianPopMedia1
## 1994    jr_carpenter
## 1995   concepcion83l
## 1996 positionslegend
## 1997      telexteque
## 1998       A_BL_Simp
## 1999  vonruedenvgzgk
## 2000      Bgmgoodday
## 2001 BathroomSuppli1
## 2002   retrospeedway
## 2003         VA94Vet
## 2004  paradisenhypen
## 2005 metroherobot_bl
## 2006 metroheroalerts
## 2007        aakareda
## 2008    linyiling210
## 2009         1nonso_
## 2010 metroherobot_bl
## 2011 metroheroalerts
## 2012  PatrickKAbbott
## 2013      erotism741
## 2014        BL_LTHTR
## 2015           6C_BL
## 2016       joeisbac6
## 2017   BL_x_addicted
## 2018       masavmark
## 2019  KDramaWomaniya
## 2020      kyukyu3536
## 2021 AlluringlyBlack
## 2022 kevinandrewtod5
## 2023          n5ruse
## 2024        billawki
## 2025   JJKMILLIONDOL
## 2026     dailytaynew
## 2027 metroherobot_bl
## 2028 metroheroalerts
## 2029       pan_ninie
## 2030       jiwinkie_
## 2031      BubblexBBB
## 2032          bl_hkg
## 2033     TSURUNEFESS
## 2034    gayostuff_id
## 2035          bl_hkg
## 2036       lethia_bl
## 2037       lethia_bl
## 2038      QueenTLord
## 2039       bl_marnie
## 2040   johnbilcliffe
## 2041          Bl_ank
## 2042     Vitangina25
## 2043  CupcakeBakeoff
## 2044         Ephi_BL
## 2045         luv3den
## 2046        dikookue
## 2047       Tisha7119
## 2048         akixten
## 2049        deoluver
## 2050      Its_Roddie
## 2051        Asiamayz
## 2052        aedgie11
## 2053        jsngslvr
## 2054 __MarieTherese_
## 2055    JaeyongJung6
## 2056         BL_Hyro
## 2057 Scarletfication
## 2058       BL_prints
## 2059     bl_phillips
## 2060     SabirStaton
## 2061      kagswaffle
## 2062       ddachiyaa
## 2063   amantedel__bl
## 2064      yogurtgun0
## 2065      talentyong
## 2066    spinka77bsvy
## 2067     JUJUTSUFESS
## 2068    doyle53qxboo
## 2069 Rafael878770086
## 2070      HeyObizzle
## 2071    AAngela98765
## 2072        _awolowo
## 2073    Senpai_Emman
## 2074      kyuzen1331
## 2075    Senpai_Emman
## 2076       lethia_bl
## 2077      hikaru1412
## 2078 AnaIsabel_Photo
## 2079 LouisLo24208496
## 2080        Sheyfuju
## 2081         marlzam
## 2082       Agre_Sora
## 2083       lethia_bl
## 2084      BJ_Late_BL
## 2085       lethia_bl
## 2086       lethia_bl
## 2087      lauramobit
## 2088    thetattoogal
## 2089       lethia_bl
## 2090 Ordakazakhstan_
## 2091       lethia_bl
## 2092 jongdaeonlyfans
## 2093    millyminsung
## 2094       janelhops
## 2095       lethia_bl
## 2096       BL_prints
## 2097       lethia_bl
## 2098      Smacka_bot
## 2099 YayukMulawati91
## 2100    mobydick2010
## 2101     MistyAusten
## 2102            BIPC
## 2103   IsmailKDurgut
## 2104   amantedel__bl
## 2105 xcursedgunxreal
## 2106      AArnulfo36
## 2107         jude69p
## 2108       itsthatjo
## 2109 bladdictosindia
## 2110 indiacares_2020
## 2111      BRAINCURES
## 2112    wesley_shark
## 2113      BL_Betting
## 2114   OnielRichards
## 2115    puppydragons
## 2116        0007Adnu
## 2117    Parizziartur
## 2118 therealpatastic
## 2119       prospreme
## 2120      heksnkaass
## 2121 BlackClawTrader
## 2122   AbubakarSoja8
## 2123     EllePlushie
## 2124 lueilwitz52jlrl
## 2125      jodanspace
## 2126      secheolies
## 2127      sakkurakay
## 2128     bl_lo_ve_32
## 2129  RCJMPANDERSON3
## 2130   JovanCummingz
## 2131      dazedance2
## 2132   mochi80243795
## 2133    trestheresee
## 2134          Mkasi_
## 2135    LibraryArden
## 2136      nwbisexual
## 2137       ewereichi
## 2138    paula_delval
## 2139    paula_delval
## 2140    paula_delval
## 2141     123Dips4178
## 2142      lowe40edde
## 2143    sunberries__
## 2144          awwhek
## 2145       binsmfpxz
## 2146  aufderhar40cyy
## 2147          aafuyu
## 2148        Pekinaso
## 2149      walkerajiw
## 2150     MikeHollows
## 2151      PaulinaK55
## 2152     Alt48942023
## 2153   comic_support
## 2154    avocadourjob
## 2155        altoxun7
## 2156        kissu_io
## 2157  britishlibrary
## 2158   AcadLibsNorth
## 2159          ose1ss
## 2160    UWMALAMERICA
## 2161        occulife
## 2162    miss_bangtan
## 2163         MKBang3
## 2164       DigiBando
## 2165       simplyemc
## 2166 jyotisankarnay4
## 2167      bl_edouard
## 2168    reigenshisou
## 2169   teemoney_bait
## 2170    LebsackOttis
## 2171 Thistlethinking
## 2172 NNNappreciation
## 2173     brightnanon
## 2174   tsumugitwiter
## 2175   tsumugitwiter
## 2176    etherealpran
## 2177       velareads
## 2178   Sleemzy_avil2
## 2179 Idkmyna55041112
## 2180    dramaslover3
## 2181   USSpaceLawyer
## 2182   BLAgroIndsLtd
## 2183         be_ckyy
## 2184 entertainwomen9
## 2185   inocentiastar
## 2186 KamehaIndustri1
## 2187      ironbean23
## 2188     heyitsmizuu
## 2189  DharrellGuzman
## 2190  BL_IndianPrint
## 2191  BL_IndianPrint
## 2192          WttLee
## 2193    businessline
## 2194      wcheoleyes
## 2195   EthioHeritage
## 2196       travis_bl
## 2197       n4ttwnxtp
## 2198       lilygauge
## 2199    _rottenjelly
## 2200  greatest__name
## 2201 clarthelunagate
## 2202 hyunjinairfried
## 2203       bl_baddie
## 2204       qiq1_cute
## 2205     yseriesclub
## 2206        hyeonkiz
## 2207  BusinessOffInd
## 2208  bradtke91gmfnd
## 2209      schadensin
## 2210    boys_passion
## 2211       Y_H_Bl_Sl
## 2212    endearingmia
## 2213 Anmolsi81001413
## 2214        Rida3455
## 2215         chouyo_
## 2216       smolhoods
## 2217       utsurikun
## 2218  angiecakes1990
## 2219     kongartwork
## 2220 flipkartsupport
## 2221 Fleurcompassion
## 2222    crabwithlove
## 2223   edquist_david
## 2224      NTRohit543
## 2225 Proud_HalfBlood
## 2226        habiate1
## 2227     jiutiansong
## 2228         qeminni
## 2229 jacksonbrandoni
## 2230     icecreamNew
## 2231  Karolisntcarol
## 2232  ADramticsCutie
## 2233      kyukyu3536
## 2234  moonbyuleeknow
## 2235 SebasRe68666021
## 2236        red_loeb
## 2237    chngbnswhore
## 2238     Minooi_Hmmm
## 2239     jiutiansong
## 2240     rfboothroyd
## 2241     Hokutotrash
## 2242   her_cool_aunt
## 2243         ssefnum
## 2244   sangwooserror
## 2245    pro_bl_media
## 2246        uptonife
## 2247      bl_essence
## 2248      bl_essence
## 2249       bab1gh0ul
## 2250      bl_essence
## 2251  angiecakes1990
## 2252        SJHDELHI
## 2253           t_j72
## 2254       Drmouboni
## 2255     Hokutotrash
## 2256       gostephgo
## 2257        Jargo_BL
## 2258     NavinaHindu
## 2259     Uzuibangtan
## 2260        red_loeb
## 2261      Beyfan_omb
## 2262  angiecakes1990
## 2263      shivamk456
## 2264  Ichor_Calamity
## 2265       Anna53tje
## 2266   yvonnesales78
## 2267      _armyezgi_
## 2268     Uzuibangtan
## 2269        BLcritic
## 2270       harisneez
## 2271    MariReactsYT
## 2272      nantimandi
## 2273       mirabelyu
## 2274       Kavyayaad
## 2275      kyukyu3536
## 2276   glissadefface
## 2277    MySexToyHub1
## 2278         signald
## 2279      Tappy_toon
## 2280   matsumuisbest
## 2281        futekiya
## 2282        pa_bl_00
## 2283  BL_IndianPrint
## 2284 dailymedievald1
## 2285  GoodThingRw_th
## 2286   BLAsia_Africa
## 2287         kaihpop
## 2288      ironbean23
## 2289       diyojenix
## 2290        di297010
## 2291       _bl_ai_ze
## 2292  Tawanforlifeee
## 2293    zhouzishoots
## 2294     leilakassir
## 2295         signald
## 2296      AdzTheMadz
## 2297         kllbpub
## 2298    ashineeworld
## 2299         ApocTao
## 2300         kaihpop
## 2301      ironbean23
## 2302         ApocTao
## 2303        kelsi94i
## 2304       anzalna24
## 2305   Webcomics_app
## 2306     neuropoetic
## 2307    iajgrijalvo_
## 2308       yippo_png
## 2309        pa_bl_00
## 2310       marillytw
## 2311  Astroblshastri
## 2312         ApocTao
## 2313  Astroblshastri
## 2314  cloths_for_all
## 2315    vertexpotion
## 2316         ApocTao
## 2317      jokenkenAR
## 2318       LivsAbell
## 2319   daily_k_drama
## 2320        bl_4_eva
## 2321 QuietMindsClass
## 2322        leyanasl
## 2323      enralada69
## 2324       signediza
## 2325     o0StanAce0o
## 2326    JAIDEEPDAS18
## 2327         Kpopmap
## 2328       jaylan53i
## 2329     arleenimoro
## 2330     Acidaddict3
## 2331      aguilar_ve
## 2332         MegDmrt
## 2333       Barbiares
## 2334         Tian_A1
## 2335          EPdyof
## 2336         chouyo_
## 2337      cupofassam
## 2338 WisnuPradanaArt
## 2339           VJMS9
## 2340          pk5125
## 2341  oilandgaspress
## 2342     sinha_sippy
## 2343          dpop_p
## 2344       IamPolSol
## 2345       agtmadcat
## 2346  cheeringniall1
## 2347          dpop_p
## 2348  QueenofCats200
## 2349   Ratnakarrudra
## 2350     spookicooky
## 2351 CataclysmalLife
## 2352       zetsubo12
## 2353          dpop_p
## 2354     jiutiansong
## 2355        red_loeb
## 2356       _mideyyyy
## 2357    FriendsofSTC
## 2358 MrCherr35092971
## 2359       wluvscats
## 2360      bauhouse65
## 2361     CarinaNieuw
## 2362     cmoneyowoww
## 2363       pondphu77
## 2364       yoonknoww
## 2365        hyunlxed
## 2366  ThomasPeachLib
## 2367 BlackLo39629533
## 2368     bakeliteguy
## 2369        torphxbe
## 2370    cookieracha_
## 2371      lowe78jcjn
## 2372    cypheryoongi
## 2373        treelann
## 2374        red_loeb
## 2375      MchMerteha
## 2376      fromiznine
## 2377      ajsweetboy
## 2378        hyunlxed
## 2379       Illumiell
## 2380          steh_x
## 2381           D2ist
## 2382      tastelixie
## 2383    yaoitalia_it
## 2384        treelann
## 2385       leanonsel
## 2386          thvzzn
## 2387     eternallyjs
## 2388    noturskylite
## 2389      itboybuild
## 2390        revehour
## 2391         HViva34
## 2392         gaygyyy
## 2393    abbott14ghgw
## 2394   Chris14443657
## 2395       yoonknoww
## 2396   em0junghoseok
## 2397         Mrlemo9
## 2398   sojungsplanet
## 2399  angiecakes1990
## 2400      0LDMANYAOI
## 2401      schmittwsb
## 2402       KurobaInu
## 2403      MchMerteha
## 2404        ezesunez
## 2405  angiecakes1990
## 2406       yiiisheng
## 2407       xielianbr
## 2408        red_loeb
## 2409  oilandgaspress
## 2410   Moira86529543
## 2411      AdzTheMadz
## 2412    SiddikaTumpa
## 2413     Cock_Robin1
## 2414         seni_bl
## 2415      rinnie0718
## 2416    odultfiction
## 2417     RanaWaanjai
## 2418       SIKHYEL0V
## 2419     Rewritten17
## 2420     Rewritten17
## 2421       BL_prints
## 2422     Jewelmoney_
## 2423        BLcritic
## 2424     BL_Learning
## 2425     WANNlNGCORE
## 2426    bebel1970_bl
## 2427          sjk617
## 2428        Lampatam
## 2429      shahparism
## 2430       anjacks0n
## 2431    Matteo_94_BL
## 2432         zihouwo
## 2433       IpekMorel
## 2434         zihouwo
## 2435     UntoldLives
## 2436     BibleWSpain
## 2437 Nika_Rakhmanova
## 2438         ApocTao
## 2439     TheSunwoo12
## 2440          setyyr
## 2441   shahrazadsani
## 2442  itsmeummmmheyy
## 2443        Sinndraw
## 2444     JassieShiqi
## 2445   mileaposlayer
## 2446   BL_LatestNews
## 2447           rvigg
## 2448       b22racing
## 2449        4fforce_
## 2450    reigenshisou
## 2451          trshh5
## 2452    zboncak84xas
## 2453     kritisha_99
## 2454         ysltrsr
## 2455         smhw123
## 2456          joeds_
## 2457     Applecb_614
## 2458    ThomasVitins
## 2459  Jerome65117808
## 2460     Rewritten17
## 2461      7yearsbaek
## 2462         smhw123
## 2463  focusedresoIve
## 2464   mileaposlayer
## 2465        ESLoudon
## 2466       lgbtanime
## 2467 flipkartsupport
## 2468       ng_meng05
## 2469   totheyearning
## 2470          BL_27_
## 2471        Peachi3_
## 2472    Obiorannacho
## 2473    platinumblox
## 2474       kozeymgjn
## 2475     istanscouts
## 2476       bbbkumoni
## 2477   TiramiQ_Aicha
## 2478   TiramiQ_Aicha
## 2479        iamstay0
## 2480    Warlord66230
## 2481        Viz_ionz
## 2482    lychandesu21
## 2483   nikolaus8zkry
## 2484   armstrongtdmm
## 2485     feeneyymxsf
## 2486     jturnershow
## 2487         cynic_L
## 2488  mcdermott26ylw
## 2489    Sleemzy_avil
## 2490      MewGulfPar
## 2491        HRforges
## 2492   andstarlightt
## 2493         eugust2
## 2494       ChuQiao18
## 2495         ysltrsr
## 2496          fpianz
## 2497 tgdealsofficial
## 2498     MintedVodka
## 2499      wsledlight
## 2500 laeshweyeewin10
## 2501      me__nooo9o
## 2502        jkxleiny
## 2503  macgyver32wqtx
## 2504     nathanj3001
## 2505    Crisstianaaf
## 2506    businessline
## 2507        ajuhaban
## 2508        1122O8O8
## 2509        bl_4_eva
## 2510    bl_boyfriend
## 2511       Kiwiimeek
## 2512      Kimlemchoi
## 2513     bbuff_filmy
## 2514   rewindblossom
## 2515     AMEMURACALS
## 2516       travis_bl
## 2517        hyuIinos
## 2518 Emmanue80419018
## 2519  PrinceOfChanty
## 2520      Pandelion_
## 2521  Everything4_U_
## 2522       travis_bl
## 2523    SpookyBoogi3
## 2524  innerchilding7
## 2525       travis_bl
## 2526      bl_artcult
## 2527       WorldNfts
## 2528       Sudiptajc
## 2529       travis_bl
## 2530       cupolcacu
## 2531    SveBekyarova
## 2532       naayizhan
## 2533     chi_chi_uwu
## 2534     chi_chi_uwu
## 2535   milliteadrops
## 2536  angiecakes1990
## 2537  angiecakes1990
## 2538      0v0rosa0v0
## 2539 Charity49133192
## 2540    ohara41elsjj
## 2541        bl_4_eva
## 2542      meowpopo94
## 2543    JoeBates1992
## 2544     juanbrayanr
## 2545         pxko_ki
## 2546       Uminetta_
## 2547    MySexToyHub1
## 2548    angelophanie
## 2549       lilygauge
## 2550     BL_Learning
## 2551        keobiwoo
## 2552     bl_lo_ve_32
## 2553       kkeffsats
## 2554        bl__bts_
## 2555        Janne_90
## 2556  Thabangsiband9
## 2557        qxw04012
## 2558   GracefulNengi
## 2559          bl_hkg
## 2560       NajmahOke
## 2561      melvina28b
## 2562  reinhardluvr69
## 2563         wild_bl
## 2564         WXMSfan
## 2565 starryminiminie
## 2566       diveinnow
## 2567 Tsundere_Editor
## 2568  kisekianything
## 2569        paschamo
## 2570     riamuyumemi
## 2571          ForOX_
## 2572         Ol_BL_D
## 2573         Ol_BL_D
## 2574         Ol_BL_D
## 2575         wild_bl
## 2576 somebitchcamren
## 2577 Charity49133192
## 2578          NotxMe
## 2579    angelophanie
## 2580     strosinpqot
## 2581      MewGulfPar
## 2582     chublossoms
## 2583        Waldo42M
## 2584   ApoVotingTeam
## 2585 Hannagadelkarim
## 2586      dezodmlies
## 2587       WorldNfts
## 2588   BioRegioSTERN
## 2589 DOOMSLAYERSAN25
## 2590        KPen_MFL
## 2591 lsgjenchuliche1
## 2592     sailorahron
## 2593        pinkstbz
## 2594      Ynah_06_98
## 2595       marics12_
## 2596   reynoldsxkmgl
## 2597         evcocuk
## 2598     alice262188
## 2599  breitenbergzdq
## 2600   Webcomics_app
## 2601          bl_hkg
## 2602       OnceANerd
## 2603      HelenMars4
## 2604        bl_enthu
## 2605       lgbtanime
## 2606      BLMedieval
## 2607     mullerhfzro
## 2608     thompsonlnw
## 2609  humourpoliticn
## 2610        bl_enthu
## 2611  DreamingSondos
## 2612   cuddlybangtan
## 2613 LeopoldoChris13
## 2614      degenereis
## 2615        bl_enthu
## 2616          W1KK1M
## 2617 signed_somebody
## 2618    vicbardesign
## 2619    iiiiiichico_
## 2620     UniMatrixZ0
## 2621      KhokanNaik
## 2622    learn2bbettr
## 2623        Gs90Wajo
## 2624    dodiemanabat
## 2625         seni_bl
## 2626         jjx_fxj
## 2627       istanlord
## 2628      DaddyWazzy
## 2629      bl_essence
## 2630   winternip1983
## 2631     neapolituan
## 2632     KieMimiPopo
## 2633          fuhryl
## 2634          bl_hkg
## 2635    Jesys_Impact
## 2636  DreamingSondos
## 2637       audiobone
## 2638       bl_baddie
## 2639          mmk_pn
## 2640    ondricka6kpm
## 2641       yoonknoww
## 2642      dtrivedi96
## 2643       bl_baddie
## 2644   issadreamer21
## 2645     chichimongf
## 2646          hn_rvr
## 2647 ReallyFatPigeon
## 2648         lukykid
## 2649   DoctorJoker14
## 2650       lgbtanime
## 2651  __FizzyBizzy__
## 2652     moriko_BOTT
## 2653    Bl_world0194
## 2654      kemmeryzwi
## 2655    MariReactsYT
## 2656    xiaojunthicc
## 2657     Kim_JeonTK1
## 2658  __FizzyBizzy__
## 2659  BoralSayantika
## 2660     BL_Lovers82
## 2661       bl_baddie
## 2662      TShortalgo
## 2663    MariReactsYT
## 2664  BadmintonChess
## 2665   epifanniesnft
## 2666      Xxxlilneko
## 2667        ainthrea
## 2668      jodanspace
## 2669  taetaettaemune
## 2670     neapolituan
## 2671   Sparks_InHere
## 2672      pray4luvvv
## 2673      leschihkpn
## 2674 ReallyFatPigeon
## 2675     AmamiVenice
## 2676  __FizzyBizzy__
## 2677     BL_Lovers82
## 2678     saucenaopls
## 2679     BL_Lovers82
## 2680     mt3745_JSAS
## 2681      bl_essence
## 2682    pointalaline
## 2683          upstox
## 2684   Katty_proarty
## 2685        keneuoe_
## 2686    aiartistblog
## 2687    businessline
## 2688       cleora8ej
## 2689 WarmongerHodges
## 2690         wonclxt
## 2691      bl_artcult
## 2692  chay_for_Macau
## 2693       parkmyrna
## 2694         mayuuka
## 2695        hamhamz_
## 2696       aforatlas
## 2697      bl_essence
## 2698      IkertjeNFT
## 2699     hoeger29bgr
## 2700         D2Peepo
## 2701       rennerzkn
## 2702        Peachi3_
## 2703        0KKULTiC
## 2704        DeafRare
## 2705       aru_j_sol
## 2706 hermit_wanderer
## 2707   headBONDmeLWJ
## 2708         aldriL1
## 2709    hyphenkordei
## 2710       BreXsday9
## 2711      exoscmdump
## 2712  MingYue_Cezhou
## 2713         VnZalor
## 2714       cammmilla
## 2715     strawberima
## 2716     kyleshannon
## 2717 uocapri58742142
## 2718  soupsizedocean
## 2719 ReallyFatPigeon
## 2720         yinlwar
## 2721    xGALVAxCRONx
## 2722     kyleshannon
## 2723        Bookzoid
## 2724      ___Cleeere
## 2725       rivers253
## 2726   Cyleris_84_BL
## 2727     Drill48Zino
## 2728       ItsmeKaji
## 2729      voodookunt
## 2730        Anysah19
## 2731 Mewmewjusticef1
## 2732    FROSTYNOEUL_
## 2733     kyleshannon
## 2734       SubbyBaek
## 2735         pipahm_
## 2736 litepocketdeals
## 2737      bl_artcult
## 2738     i_guessnott
## 2739    spicyjingles
## 2740      bl_artcult
## 2741    bibbuiurluve
## 2742          LiirBL
## 2743    YoIchBinFinn
## 2744     cakesforskz
## 2745          BL_27_
## 2746          LiirBL
## 2747  JapanMerchFess
## 2748  YsnYsn98940900
## 2749     bl_lo_ve_32
## 2750        Shantkee
## 2751          joeds_
## 2752  VillalunaMVEEP
## 2753     dailytaynew
## 2754        sisbl_in
## 2755   liv_inthemood
## 2756         namgulf
## 2757          joeds_
## 2758 ToMySunflower19
## 2759      _Astorant_
## 2760    businessline
## 2761        PilovesN
## 2762     alleygrow43
## 2763 hansomLDNcabbie
## 2764  huricanramirez
## 2765        bl__bts_
## 2766     Abdullah0Xk
## 2767      ErotemeArt
## 2768     thorsylkius
## 2769  download_theme
## 2770     parkourkpts
## 2771   Chiro_Odhoraa
## 2772       bethel40h
## 2773      Xxxlilneko
## 2774      Bgmgoodday
## 2775        nftwithu
## 2776       taesvvibe
## 2777      ihopetowin
## 2778  bossbabykinnie
## 2779 schneider70mycc
## 2780        nftwithu
## 2781     MPth_starry
## 2782      DarblesNFT
## 2783    ChloeAlexMay
## 2784        nftwithu
## 2785 PilgrimBudapest
## 2786  LinXueLian_AO3
## 2787  sseraendipityy
## 2788     jesss_galan
## 2789        bl__bts_
## 2790     AmamiVenice
## 2791      CapoAttano
## 2792       Y_H_Bl_Sl
## 2793 AnnieNg12356460
## 2794         seowohn
## 2795    Loriherea333
## 2796    _theshipper_
## 2797     viviontokki
## 2798       A_BL_Simp
## 2799     FuwhaFuwha5
## 2800   mayaisthatyou
## 2801       MikaMaiz1
## 2802     moondust_36
## 2803      Facts_tors
## 2804     fectodreams
## 2805  OURBSUMETTIKUL
## 2806     jesss_galan
## 2807    letsgoskz008
## 2808    BobLovesData
## 2809   OriharaSirine
## 2810      avii_sen02
## 2811         C_1_3__
## 2812   sammelsurium7
## 2813       Gherick10
## 2814    BLLoversLink
## 2815 Shadow_MonarchR
## 2816     mania_th_bl
## 2817     Eunice_Once
## 2818      stayoutnsi
## 2819     starrysatur
## 2820       morarkzfo
## 2821        BongTeez
## 2822 KYIKYIK78218299
## 2823   sojungsplanet
## 2824   NicolaVictory
## 2825       okodukai7
## 2826    Reby23099547
## 2827   itsjeanparker
## 2828       mahoumiru
## 2829      MiaSings22
## 2830          nxour_
## 2831  JustTtlyCherry
## 2832  thefilthybrick
## 2833      megidoreyn
## 2834     TheRainPoet
## 2835    RajputAlizeh
## 2836       bl_natsec
## 2837   KyushoRomania
## 2838          bl_hkg
## 2839     predovicnju
## 2840      Pastelllyn
## 2841  RealTimeNews10
## 2842    nipaponngam1
## 2843        bl__swan
## 2844        veratchu
## 2845        utenthys
## 2846        Petchary
## 2847  PhoenixVendler
## 2848      Ikpadenis2
## 2849  BL_DataStories
## 2850  bicycIeforjoon
## 2851    AuroraForHim
## 2852     hyperfixrat
## 2853 metroherobot_bl
## 2854 metroheroalerts
## 2855         KeaTiki
## 2856   nitzsche98yzv
## 2857        bl__swan
## 2858   robinschnelle
## 2859        bl__swan
## 2860   Kiwiii_Kiwiii
## 2861     luvllypatty
## 2862       anim8dead
## 2863     livreamour_
## 2864     chanbaek92s
## 2865    blanda61jwwm
## 2866 YAHUZAABUBAKAR6
## 2867      moblinguts
## 2868      marssmaple
## 2869  bicycIeforjoon
## 2870        kibi_pop
## 2871        wu_lfznn
## 2872      idolyagami
## 2873        BorchLtd
## 2874           VJMS9
## 2875        crapcafe
## 2876       jenrenbot
## 2877 DorisStackhous1
## 2878   vantepoesie__
## 2879      moblinguts
## 2880    ellie_boards
## 2881       bbillkohm
## 2882    Zeba39014614
## 2883        rattibha
## 2884 Mewgulf97819961
## 2885 metroherobot_bl
## 2886 metroheroalerts
## 2887     tommygun264
## 2888        aibenxyz
## 2889     midorijinki
## 2890      MGgrazzy17
## 2891 KYIKYIK78218299
## 2892       ChriManzz
## 2893 xsnugglestruthx
## 2894   Brand_Liaison
## 2895        MDVengas
## 2896    AuroraForHim
## 2897         ooArchy
## 2898 Mystic_Stirling
## 2899         homorla
## 2900   WeiWeiPonGege
## 2901     nienowokytj
## 2902       girhoodie
## 2903   BibleBuildIND
## 2904       utsurikun
## 2905  DosDoubleDeuce
## 2906         pathtou
## 2907     chikaitatwt
## 2908           i4ttq
## 2909         _950126
## 2910      allyurluve
## 2911  jacobson11nqtl
## 2912  kdrama_menfess
## 2913    crabwithlove
## 2914 Lunamoo71330902
## 2915        phathit9
## 2916 chansbabygirlll
## 2917       keirazhan
## 2918    gaphsuppasit
## 2919 realnilouimpact
## 2920         Aida46H
## 2921  RealTimeNews10
## 2922  kitsunebiShake
## 2923   Joellinepearl
## 2924 ApartheidClyde_
## 2925          lexcpu
## 2926 AnnieNg12356460
## 2927 assenisator9851
## 2928    CNBCTV18News
## 2929    potrehkoneng
## 2930         BL_Boys
## 2931   SpaceValveGuy
## 2932    marybells525
## 2933      maymay1160
## 2934       girhoodie
## 2935         BL_Boys
## 2936  hinata__ebooks
## 2937      bl_artcult
## 2938      image_in_1
## 2939       a_racel_i
## 2940      bl_artcult
## 2941 DanielJ69037131
## 2942      jazzarraye
## 2943      jkyraoshab
## 2944  mvchinicdesire
## 2945    SamarthPanda
## 2946   SkyMidnight13
## 2947  cautiousreader
## 2948      jodanspace
## 2949   amantedel__bl
## 2950        elias_BL
## 2951         jngdunk
## 2952    BlindRaccoon
## 2953     KeiraShawol
## 2954   iamfvckntired
## 2955       sugxrluvv
## 2956     armoagenzee
## 2957     chromiekins
## 2958    linlin080191
## 2959         BL_Abba
## 2960     tbaudinette
## 2961     Cutieyenaa1
## 2962   franklinveaux
## 2963        _Aerox_x
## 2964 Gorgeousbabe113
## 2965  langosh68quwon
## 2966   aratinabottle
## 2967  NOTBACKlNGDOWN
## 2968 Shabana21970546
## 2969      Max7772301
## 2970      image_in_1
## 2971       irevghard
## 2972    moeshafatima
## 2973    crabwithlove
## 2974         zer0_bl
## 2975       charis_ai
## 2976      bl_artcult
## 2977      bl_artcult
## 2978      bl_artcult
## 2979   byungsdimples
## 2980 PedronoSandrine
## 2981     hamoomindan
## 2982  SunnyLunaLight
## 2983      bl_artcult
## 2984         pathtou
## 2985      artmarteau
## 2986  ABARTH_Blog_BL
## 2987        _Aerox_x
## 2988         chikaaa
## 2989 PedronoSandrine
## 2990      helIsinger
## 2991    bootlegGhost
## 2992  CupcakeBakeoff
## 2993         BL_Abba
## 2994        RandoJoy
## 2995 Bipartite_Graph
## 2996  EmilyMcCurdy17
## 2997     trop1antrop
## 2998    clef66798902
## 2999     mybabydaily
## 3000       Abhinavrt
## 3001     Wabashmom20
## 3002       sombra_bl
## 3003 1DriedPersimmon
## 3004     bunxianying
## 3005    HOAChannelPH
## 3006      bl_artcult
## 3007     polyIeritae
## 3008       lethia_bl
## 3009   aratinabottle
## 3010     atur_duitmu
## 3011     Tanyamc2197
## 3012    missscatleya
## 3013  Astroblshastri
## 3014       teeganloy
## 3015   thefirstindia
## 3016   amantedel__bl
## 3017      artmarteau
## 3018  isalways_sunny
## 3019 NFTMDan45699569
## 3020       thvquacks
## 3021    lolathexxiii
## 3022         BL_Abba
## 3023    MariReactsYT
## 3024   authorcecelia
## 3025    Karatekicker
## 3026      jodanspace
## 3027     jyushikobot
## 3028         Vtach99
## 3029         BL_Abba
## 3030     promostking
## 3031           6C_BL
## 3032       AraNadia5
## 3033  kdrama_menfess
## 3034     durgan2blwc
## 3035          bl__ob
## 3036     cloverjunyu
## 3037     pacocha0lpq
## 3038 BatangMangga_05
## 3039    AriesLovesBl
## 3040      bl_ckb_rry
## 3041    clef66798902
## 3042        gwimbees
## 3043      bl_ckb_rry
## 3044      KaijuPetra
## 3045   iboopurnoseee
## 3046          BL_RGH
## 3047   blooxmelodies
## 3048       DEUZONCE2
## 3049   amantedel__bl
## 3050         BL_Abba
## 3051   kind_and_fair
## 3052  dealsgrabber22
## 3053         chensoz
## 3054       bl_ag_inc
## 3055       cIipeater
## 3056     mixxiwitboy
## 3057 BatangMangga_05
## 3058 KKsrinivasan_BL
## 3059    kstarlivecom
## 3060   tutulismyname
## 3061          zm_emm
## 3062         PODraw_
## 3063        borerirq
## 3064   bibhistorique
## 3065    goldenboy721
## 3066    damselsidgyn
## 3067      iminescent
## 3068      CvntElliot
## 3069       Kaiden_bl
## 3070         atdslri
## 3071   outro_yoongii
## 3072        Red3stan
## 3073  Preppy_Girl101
## 3074 texanconstitut1
## 3075       NavihertZ
## 3076     cave_comics
## 3077        tk452834
## 3078    why_that_hat
## 3079  4thgenitleader
## 3080         BL_Boys
## 3081  BibleBuild_INA
## 3082 LittledragonMei
## 3083       utsurikun
## 3084    winduplynxie
## 3085    nekoganeruhi
## 3086      Bl_artemis
## 3087  redelfonagoose
## 3088    sebongsmafia
## 3089         DTiXOrg
## 3090    IndieRandWeb
## 3091        emmxjayy
## 3092  QueerGamesFest
## 3093        chekovl_
## 3094     rupeedesk12
## 3095         BL_Abba
## 3096        Rudu1212
## 3097 JaredisBackBaby
## 3098     Herbert55yJ
## 3099  donnelly47cdbg
## 3100     houseofsham
## 3101 nourishing4what
## 3102      bl_ckb_rry
## 3103    thewanderphu
## 3104      dianemaldy
## 3105      Terence41L
## 3106      yaoilynnx1
## 3107 liliesandlynxes
## 3108         isfiqah
## 3109      savehitesh
## 3110          ykryzk
## 3111        ot9stan6
## 3112          BL_27_
## 3113      yaoilynnx1
## 3114   ElementalScar
## 3115   LonelyGeekess
## 3116 sweatsuhani2012
## 3117 Jacquel16237241
## 3118 Rishabh58556868
## 3119        tokuenbi
## 3120  bertini_victor
## 3121 moywlng33466723
## 3122   mueller49cbrv
## 3123      dramadates
## 3124       staxrdrew
## 3125       N2fertiti
## 3126  4thgenitleader
## 3127      ONIGUIRIDR
## 3128     Learnerslcs
## 3129       B0NGBONES
## 3130        Hayes_BL
## 3131     isarealbeau
## 3132       staxrdrew
## 3133  RosheCosmetics
## 3134        Hayes_BL
## 3135          BL_27_
## 3136      ZoomStocks
## 3137        bl_enthu
## 3138  paintedmaypole
## 3139 Jacquel16237241
## 3140          sjk617
## 3141    frostcrystaI
## 3142     RabbitDance
## 3143       Avengemon
## 3144        BL_Dwyer
## 3145   aral_was_here
## 3146          gfodor
## 3147           6C_BL
## 3148        BL_Dwyer
## 3149       Miagichan
## 3150         aldriL1
## 3151  sidneylisboa01
## 3152      CraigBigby
## 3153  number1mongrel
## 3154    Ruhi24630153
## 3155          BL_27_
## 3156  douglas_malott
## 3157 IndianLivingUSA
## 3158   izurutairabot
## 3159   illustrata_ai
## 3160     kaguyaspawn
## 3161 kookieg98280802
## 3162 Uke_Supremacy03
## 3163    Bennyzheng20
## 3164    queerbaitinq
## 3165          Efuaka
## 3166      spectrrral
## 3167            mpav
## 3168 saifahzonengbot
## 3169  SetUpUsTheB0mb
## 3170    woricksb00bs
## 3171     brightnanon
## 3172 wildflowerSerai
## 3173  RhealynEspanto
## 3174      akiratoryo
## 3175   J_mie_million
## 3176   J_mie_million
## 3177 kookieg98280802
## 3178       nabadesca
## 3179         BL_Abba
## 3180        BL_Dwyer
## 3181      bonkingcat
## 3182        BL_Dwyer
## 3183        haezukki
## 3184    So_Han_dsome
## 3185      Lee1988Lee
## 3186    mouseoffaker
## 3187      gothicrice
## 3188      bl_artcult
## 3189        ruri_eva
## 3190    zeepruknarak
## 3191   thatgurl_matu
## 3192  britphilippine
## 3193   CaioFelipe_bh
## 3194         BL_Abba
## 3195   aratinabottle
## 3196   Shizaya_Kanra
## 3197        MattyK31
## 3198      stockmart_
## 3199    lc_sweetwine
## 3200        seaj0725
## 3201  SoniCanvasPost
## 3202       Alastrope
## 3203   aratinabottle
## 3204     kedamafloof
## 3205         Mineyi4
## 3206    trends201796
## 3207  aforgottonname
## 3208        steelers
## 3209 522cc6b43faa428
## 3210        1n0nlyJT
## 3211         BL_Abba
## 3212         SnayNae
## 3213      creamy_isa
## 3214   Angelica_20_9
## 3215      CraigBigby
## 3216        bl_l0gic
## 3217    rockstarjxdn
## 3218 ReeVisionedStu0
## 3219   Bonzo53561854
## 3220  LindseyShardae
## 3221     your_BL_pal
## 3222     your_BL_pal
## 3223     mania_th_bl
## 3224       mafers_bl
## 3225     your_BL_pal
## 3226     ChetEdinger
## 3227          yue061
## 3228      Cedrick44A
## 3229      bl_ckb_rry
## 3230          BL_27_
## 3231 YourSoulPiercer
## 3232   aratinabottle
## 3233  Killmoenetwork
## 3234        yuzurizm
## 3235        yuzurizm
## 3236     thehoneypop
## 3237  FakeGamerGirl6
## 3238        megz6344
## 3239    AndreiMellas
## 3240  itz_Malarvizhi
## 3241           6C_BL
## 3242       BJamz20O3
## 3243  FakeGamerGirl6
## 3244    homenick4gzh
## 3245       jirouwife
## 3246       leendarh2
## 3247      Ammi_forBB
## 3248  theleftislying
## 3249 CntStopGameStop
## 3250    stanwithyams
## 3251   sangwooserror
## 3252     ChetEdinger
## 3253        BL_Dwyer
## 3254  Killmoenetwork
## 3255      Bl_artemis
## 3256       bl_ag_inc
## 3257         tofuxen
## 3258   DavidABoren28
## 3259  terminalhearts
## 3260   Justinwilllia
## 3261       jonesybfq
## 3262     mrdonnellan
## 3263      Bl_artemis
## 3264         BL_Abba
## 3265 itselementary85
## 3266      CraigBigby
## 3267      JwjdjsSksk
## 3268     _x_ren_x_bl
## 3269        GAJUNGSS
## 3270      Bl_artemis
## 3271        jose3030
## 3272          BL_27_
## 3273      Bl_artemis
## 3274    Rick27383540
## 3275        AltoGain
## 3276      Based_Jedi
## 3277      Bl_artemis
## 3278    ThatMothLive
## 3279       bl_ag_inc
## 3280    IndSivakumar
## 3281       holysimpx
## 3282      okon77qhih
## 3283      akiratoryo
## 3284      Bl_artemis
## 3285       ImMadMax_
## 3286      CraigBigby
## 3287      bl_artcult
## 3288 Evangelionenjoy
## 3289          BL_27_
## 3290         BL_Abba
## 3291      GARAMTIMES
## 3292        jose3030
## 3293          BL_27_
## 3294   sentosbottles
## 3295     ChetEdinger
## 3296    jdwalker1912
## 3297  Lov__3hesseung
## 3298      mattdilfon
## 3299     VContenting
## 3300      Based_Jedi
## 3301    AustinTammen
## 3302         BL_Abba
## 3303 JamisonChristi9
## 3304  jinsonjaehanie
## 3305      fritschxyx
## 3306    winduplynxie
## 3307    stanwithyams
## 3308 Jennife37615018
## 3309     theyaoiarmy
## 3310       bl_ag_inc
## 3311      Based_Jedi
## 3312        Vanreito
## 3313          t_hkoo
## 3314  WagerTalkPicks
## 3315       venice_vp
## 3316     carterzyosv
## 3317       tayluvzen
## 3318    taynewtaehin
## 3319        utenthys
## 3320  crystalchauvin
## 3321  Lov__3hesseung
## 3322        BL_lnsgs
## 3323     orangefrogg
## 3324     egoless1955
## 3325 rekt_prefrontal
## 3326         BL_Abba
## 3327    MySexToyHub1
## 3328   sorenkingsley
## 3329       venice_vp
## 3330    NatiCampos87
## 3331  annoyingfuccck
## 3332        BL_lnsgs
## 3333  sjarmstrong143
## 3334 ZekesMagicJuice
## 3335        BL_lnsgs
## 3336  PositiveCanuck
## 3337        BL_lnsgs
## 3338        bl_4_eva
## 3339    NatiCampos87
## 3340         BL_Abba
## 3341 AmbroseSpellma8
## 3342  FuturisticTone
## 3343     KPOPANIMEBL
## 3344  ThatNaamonGirl
## 3345        wardaler
## 3346    nhafizzuddin
## 3347        BL_lnsgs
## 3348 Mohamma66896150
## 3349       Vaniaster
## 3350        BL_lnsgs
## 3351   unbecomingbug
## 3352        BL_lnsgs
## 3353        BL_lnsgs
## 3354        BL_lnsgs
## 3355        BL_lnsgs
## 3356        BL_lnsgs
## 3357          jeienb
## 3358         BL_Abba
## 3359       MamaPluto
## 3360         Beau78P
## 3361  SristiGurung20
## 3362    franeckizkdl
## 3363      yaoilynnx1
## 3364   ellafrank2010
## 3365      ShlomoBen1
## 3366      wweLavonte
## 3367  Killmoenetwork
## 3368        reige_xx
## 3369 AshtonR98233859
## 3370     spencergewi
## 3371   vtuberLillian
## 3372   _arXiv_hep_ph
## 3373      crazy_newt
## 3374      Pekmez_art
## 3375         BL_Abba
## 3376   stevensbestie
## 3377   VIGlLANTESHlT
## 3378      GernMorgen
## 3379      strackevuj
## 3380       GarrieSun
## 3381 itselementary85
## 3382     kav1948mary
## 3383      jutsuzuban
## 3384  Killmoenetwork
## 3385       __ash_bee
## 3386  RealTimeNews10
## 3387     Merimeri233
## 3388       ZOAH2000N
## 3389        utenthys
## 3390       hahn38uhj
## 3391   sentosbottles
## 3392      bbsdoublep
## 3393       RERhythme
## 3394 Mohamma33359440
## 3395        vonix_mc
## 3396         bl_adit
## 3397 HVACandRefrige1
## 3398    tayloralinee
## 3399        amli_art
## 3400 Scarletfication
## 3401  onyx_mybeloved
## 3402         homorla
## 3403   amantedel__bl
## 3404        hssluttt
## 3405      sakurali01
## 3406          SLmkpa
## 3407 besumbodyurluve
## 3408 Caroyln84123896
## 3409   whatfireflies
## 3410 sportscardcoder
## 3411 JamesSm51617027
## 3412         yostllb
## 3413  paradisenhypen
## 3414       slay_lina
## 3415       beansxooo
## 3416  RealTimeNews10
## 3417        anna61to
## 3418       A_BL_Simp
## 3419         DRACVLE
## 3420     cassinrxqyo
## 3421  radiodotsydney
## 3422     PikaChulita
## 3423      Bl_artemis
## 3424      the_lenana
## 3425    MadamMangaBL
## 3426    rajeshrajah1
## 3427         BL_Abba
## 3428        amli_art
## 3429 DorisStackhous1
## 3430  RealTimeNews10
## 3431       aleeconan
## 3432           V13oy
## 3433       djchuckyg
## 3434         huiiy_u
## 3435   Caroli_montcc
## 3436   supahboyslove
## 3437      NouriMamad
## 3438   _crookedtime_
## 3439     jooniebyeol
## 3440     jooniebyeol
## 3441     jooniebyeol
## 3442   _crookedtime_
## 3443      LarsGirl_5
## 3444      AuwalJalo1
## 3445      HC_GirlsBB
## 3446    SourPeachPit
## 3447      bl_artcult
## 3448         aksnevv
## 3449       A_BL_Simp
## 3450  RealTimeNews10
## 3451        nichoflm
## 3452          bl_ll7
## 3453         BL_Abba
## 3454    funsizedtoby
## 3455        Sefn1998
## 3456   hickle41uidtk
## 3457   B_BongChelsea
## 3458 Mistas3rdbullet
## 3459       A_BL_Simp
## 3460     ahgasesarah
## 3461       T_rista_n
## 3462  money_and_biz_
## 3463      YessYoon93
## 3464       bbillkohm
## 3465       A_BL_Simp
## 3466   ApoVotingTeam
## 3467  poddar_namrata
## 3468       A_BL_Simp
## 3469      Bl_artemis
## 3470        SamavarG
## 3471          Tyr4_4
## 3472        mantecrl
## 3473     ozymandiest
## 3474 CasualShoesMen1
## 3475        RUAUAUA1
## 3476      BL_Scenery
## 3477     jooniebyeol
## 3478     jooniebyeol
## 3479       lethia_bl
## 3480   supernova_100
## 3481    MariReactsYT
## 3482     concajulian
## 3483     UniMatrixZ0
## 3484 liberationiskey
## 3485     promostking
## 3486        KATE_MSU
## 3487      Bl_artemis
## 3488   ChopuchaiNews
## 3489     ahgasesarah
## 3490         sunizus
## 3491 wilderman75kaba
## 3492      amamozarte
## 3493       ExportKit
## 3494   SP4CEP4RASITE
## 3495   pneumaninesix
## 3496   CrazyBGArtist
## 3497      BL_Scenery
## 3498 xiangyangliyu12
## 3499   mantilla_angy
## 3500     JeezyBean62
## 3501        LeeSauce
## 3502         140293_
## 3503   shopaurahouse
## 3504       bl_diesel
## 3505 SunShin33060668
## 3506    alialsaede22
## 3507  hanjisungteefs
## 3508        ViVi_RvI
## 3509     isabella73j
## 3510   PinellasCo911
## 3511  BuckeyeLocalAD
## 3512      AlmostYeti
## 3513   ApoVotingTeam
## 3514    bnrlibrarian
## 3515    410Athletics
## 3516        yakseoks
## 3517     PunamGhale2
## 3518  upekshaupeksha
## 3519     NyaBoyd1996
## 3520      MathewHeon
## 3521 inbetweenlove31
## 3522        barcinej
## 3523   vamp_nonsense
## 3524 bY6er7zorQjFbR3
## 3525      brocolli33
## 3526     jooniebyeol
## 3527     jooniebyeol
## 3528   Chrisland1405
## 3529     jooniebyeol
## 3530      BJDelConte
## 3531    lorenjae1234
## 3532      bl_artcult
## 3533     hopejie9197
## 3534    berugakjelas
## 3535    badingxbakla
## 3536 Nimadarvish1701
## 3537          r1_vyr
## 3538 passionfruit304
## 3539  namjoonjetaime
## 3540  jeaniebass3555
## 3541    _clowncereal
## 3542       lethia_bl
## 3543   Chrisland1405
## 3544       lethia_bl
## 3545        Hayes_BL
## 3546       WagerTalk
## 3547  jeaniebass3555
## 3548     psychederia
## 3549 bl_comics_plaza
## 3550        S_Oberle
## 3551      jaljayo123
## 3552       lethia_bl
## 3553   WeirdMedieval
## 3554       lethia_bl
## 3555       BL_Richhh
## 3556      Rafa_Praet
## 3557     Beauti_F00L
## 3558      Mavairohax
## 3559    HowToRandom2
## 3560      cailycombs
## 3561 Shaneen_Arries7
## 3562 DhimaanHarpreet
## 3563       lethia_bl
## 3564         pemi_em
## 3565       CH3NGQING
## 3566 abracitofor_hwa
## 3567   TadpoleTundra
## 3568       lethia_bl
## 3569 bl_comics_plaza
## 3570       lethia_bl
## 3571      minchangff
## 3572       rvinpeaxe
## 3573    NateJoseph19
## 3574       rvinpeaxe
## 3575       bl_u_e_7_
## 3576     jyushikobot
## 3577    arneylynsale
## 3578       lethia_bl
## 3579       A_BL_Simp
## 3580     deeperflows
## 3581     jooniebyeol
## 3582       A_BL_Simp
## 3583         gundoIl
## 3584        mzBullet
## 3585        alulasit
## 3586       A_BL_Simp
## 3587     delta_sauce
## 3588      isayev_art
## 3589 Mistas3rdbullet
## 3590   SP4CEP4RASITE
## 3591       A_BL_Simp
## 3592     delta_sauce
## 3593      syereen232
## 3594  OneEyeBruised_
## 3595        myungfvs
## 3596     moose_is_BL
## 3597       rvinpeaxe
## 3598    crispyankles
## 3599     k_tetsurouu
## 3600       A_BL_Simp
## 3601   PinellasCo911
## 3602 MarianTheMaiden
## 3603    1wanningonly
## 3604    imthomasbray
## 3605   kdrama_scene1
## 3606         IDFKD2_
## 3607   Kiwiii_Kiwiii
## 3608         BL_2889
## 3609        BL_is_me
## 3610     arlowrites1
## 3611 PanthersCulture
## 3612     Morph_VGart
## 3613          511NYC
## 3614           511NY
## 3615       mukashik0
## 3616  YaoiBoyYaguchi
## 3617       msmrmoony
## 3618      janineis17
## 3619      abigale12d
## 3620     TheInfiNova
## 3621       ssikaktus
## 3622     great64_the
## 3623   LunaLuna77666
## 3624 JinglesPigtails
## 3625 LatoyaW13031950
## 3626      S4narchist
## 3627 MiserereTradCat
## 3628      TakenGhoul
## 3629 MileApoGuardVTS
## 3630      Wife0fMany
## 3631 EmmanuelG501125
## 3632 intenselySalmon
## 3633      rogahnvuvw
## 3634      ShioBubble
## 3635 InspectorLestr4
## 3636     Vance_venti
## 3637           2teio
## 3638  ladyofethylene
## 3639          RobtNS
## 3640   pneumaninesix
## 3641   anteaasociall
## 3642   KTimes_Sports
## 3643        Kapri_co
## 3644    misokerosene
## 3645      BLMedieval
## 3646  selenathearena
## 3647   rocketgirlNFT
## 3648 metroherobot_bl
## 3649      arta_gokil
## 3650  ichigoaiscream
## 3651   ClawndLIthium
## 3652 bl_encyclopedia
## 3653    Abhi93743050
## 3654          bl_ssy
## 3655   ParlonsBLAsie
## 3656     xo_bl_lover
## 3657    NickiJMarkus
## 3658 _curlybubbletea
## 3659      syereen232
## 3660        kevayon_
## 3661     virginia0sn
## 3662  FireDispatchSC
## 3663    OrbiTiny8_13
## 3664          jcapsj
## 3665   ZamoraKaylynn
## 3666        roobqdcs
## 3667 kurenaifailtaru
## 3668 PromocoesBrasi1
## 3669  smitham63ljozs
## 3670  ZeeNunew130976
## 3671     maggiopfwku
## 3672 awesome27121282
## 3673      N30B4DD13Z
## 3674 intenselySalmon
## 3675 kurenaifailtaru
## 3676      BillWard60
## 3677    Tina39261899
## 3678 kurenaifailtaru
## 3679       RLongefay
## 3680      armadozere
## 3681     purplemana1
## 3682  sadesu95287515
## 3683 kurenaifailtaru
## 3684        0xdropys
## 3685       cheribyun
## 3686 kurenaifailtaru
## 3687    noble_darrin
## 3688    mariinksarts
## 3689       tastyoiii
## 3690         isuilde
## 3691       WorldNfts
## 3692      bl_artcult
## 3693         EchoDvc
## 3694 DerrisKharlan64
## 3695       burnAbby1
## 3696      bl_artcult
## 3697         BL_Boys
## 3698  ZeeNunew130976
## 3699      wwxprophet
## 3700    iggykoopa666
## 3701      miniyoonie
## 3702    mariinksarts
## 3703        kfinch74
## 3704      sfayyoongi
## 3705   ImoleaAdebayo
## 3706 Eriasu_memories
## 3707      bl_miller2
## 3708  MinneolaBucFan
## 3709 Babyjay37217914
## 3710        bwighttu
## 3711   ChopuchaiNews
## 3712      SaturStar1
## 3713     _yeonkimiin
## 3714          NaiSk8
## 3715        EtLampes
## 3716           6C_BL
## 3717    bavarista_lb
## 3718   illustrata_ai
## 3719 gaylittleyoongi
## 3720     Bl_Series24
## 3721       naayizhan
## 3722       A_BL_Simp
## 3723         Ephi_BL
## 3724   Chrisland1405
## 3725     kunde1ogfun
## 3726        SjvTesla
## 3727          511NYC
## 3728     buildsummer
## 3729     luc_isillx2
## 3730 whatdiducallmee
## 3731       boubielee
## 3732      Ericjihyun
## 3733   lilac66572781
## 3734  NoName02489285
## 3735      bl_artcult
## 3736      PPlove0011
## 3737    Robotmurloc5
## 3738           511NY
## 3739      VantaSable
## 3740      bl_artcult
## 3741    meowking3000
## 3742        7kadiza_
## 3743 aashishkumar551
## 3744         SrulyCH
## 3745 AngelSh12053563
## 3746        kriszeth
## 3747    collier41fwk
## 3748       A_BL_Simp
## 3749        Mayte_BL
## 3750        vprights
## 3751 Wikiwolffstudio
## 3752 tarotbybridget3
## 3753  J_blackfeeling
## 3754        Mewww218
## 3755       takeup_pk
## 3756     CoxWebSales
## 3757     Hyuhhnniena
## 3758      uarmysopee
## 3759  RobertMyers_BL
## 3760  RobertMyers_BL
## 3761     promostking
## 3762    intaksmaniac
## 3763   ChopuchaiNews
## 3764        Humper42
## 3765 SquidViciousMMA
## 3766   Rainboway1919
## 3767      iminescent
## 3768 iamDARRAGHBOHAN
## 3769      EarthMixBP
## 3770       emil_vash
## 3771    DarshanJajoo
## 3772  anshinx3shitai
## 3773       Syzyg3tic
## 3774      HannaTulah
## 3775     king67ttvdq
## 3776      arbitalleg
## 3777         nils74y
## 3778 promos_follower
## 3779       noemi54pb
## 3780    rosenbaumpwd
## 3781      EarthMixBP
## 3782      taeyeonaes
## 3783     FrankDElia7
## 3784 Adriana29433203
## 3785    Aaron0017969
## 3786      DougStorm4
## 3787         jakakxm
## 3788   PinellasCo911
## 3789       HechamTmt
## 3790     flatleytkzh
## 3791          euu_bl
## 3792         Yharr16
## 3793         lait911
## 3794          KetFN2
## 3795 VitaminA_______
## 3796          1run2u
## 3797    TheYaoiShelf
## 3798      dcsteaksub
## 3799         ikujaki
## 3800      PPlove0011
## 3801    ThatMothLive
## 3802      Asmidiske3
## 3803       emil_vash
## 3804     95pvrkjimin
## 3805      Bl_artemis
## 3806    amoAdrian_BL
## 3807      bl_country
## 3808       gIamourss
## 3809     ala_art_lab
## 3810     smiley_yibo
## 3811     peachywarut
## 3812   Marie69_28387
## 3813   PinellasCo911
## 3814      Bl_artemis
## 3815        BL_Dwyer
## 3816      99plumeria
## 3817     Lawren_Chii
## 3818       KinoAlyse
## 3819       britboy77
## 3820  JPA_PID_Filler
## 3821      natnatbat1
## 3822      bl_artcult
## 3823  AveryHorton116
## 3824       saItfIats
## 3825        jazz_0ii
## 3826        the97god
## 3827   BL_Worshipper
## 3828     Peirescius1
## 3829       msmrmoony
## 3830       rayanaach
## 3831   reddiegotfree
## 3832      londyalexg
## 3833      bl_artcult
## 3834     EMEDobleNFT
## 3835    stehr12ywygx
## 3836     fuckittycat
## 3837  Jazmin33814800
## 3838 Magikewl_Slayer
## 3839        MsGuiles
## 3840       falfouuul
## 3841     bbius_luver
## 3842      bl_artcult
## 3843     Peirescius1
## 3844   PinellasCo911
## 3845       noda19911
## 3846      Bl_artemis
## 3847        amli_art
## 3848   AndrewGKhalil
## 3849     ArtSenseNFT
## 3850 SeanOBr70320307
## 3851        mspatbbs
## 3852       SIKHYEL0V
## 3853      INVESTORQ4
## 3854  ClaireGroves19
## 3855      PunkTwelve
## 3856      aguilar_ve
## 3857       04rlequin
## 3858         gomanga
## 3859         riiayuu
## 3860 velvetpumpkin13
## 3861        Lyon_Sin
## 3862      bl_artcult
## 3863       kajiiyama
## 3864        CLTA_TWT
## 3865     shardofmoon
## 3866 ButtonMash_Show
## 3867  TheSirenBella1
## 3868        tha_magi
## 3869    AAngela98765
## 3870    ArthurSalari
## 3871       CINAMR0LL
## 3872        elias_BL
## 3873    ChaoticYuki_
## 3874     Theniizzdrf
## 3875     staru_gummy
## 3876      quipianist
## 3877   All_aMIRRican
## 3878    five_myheart
## 3879    NazirMinhas5
## 3880  angiecakes1990
## 3881      bl_artcult
## 3882    JamesLouise7
## 3883       XCrysalis
## 3884   suninhersmile
## 3885       XCrysalis
## 3886         kniaaji
## 3887       BL_Nettie
## 3888   Gray_Phantom_
## 3889      littelsevk
## 3890   MileApoDaily_
## 3891     HlMichael91
## 3892    UviPoznansky
## 3893        elias_BL
## 3894      24Nyakallo
## 3895        kobe96qo
## 3896         kniaaji
## 3897   JFaulkner4929
## 3898   sara_sharifi_
## 3899    MariReactsYT
## 3900      shabbiddie
## 3901     BOURGEOIIS_
## 3902     promostking
## 3903     kennydb2013
## 3904         IowaLSA
## 3905      aguilar_ve
## 3906      lowe40edde
## 3907      JeansMenss
## 3908      trinacrina
## 3909    strvngecvndy
## 3910 metroherobot_bl
## 3911 metroheroalerts
## 3912       BUB_BL_ES
## 3913 ikraamMohamedA1
## 3914         klunk22
## 3915       shianieee
## 3916 Nika_Rakhmanova
## 3917    NgahCharlene
## 3918 AddyBrossWrites
## 3919      emardwaokl
## 3920        BL_is_me
## 3921   dogsdontliket
## 3922   DracoxxFerret
## 3923        PiscaSan
## 3924    jiminluver75
## 3925         kngyqn2
## 3926   bldramaheaven
## 3927        BL_is_me
## 3928  kisekianything
## 3929      bl_artcult
## 3930        Amber55J
## 3931       bl_diesel
## 3932   alterthesound
## 3933  GertrudMller20
## 3934     promostking
## 3935       Vance_Vaa
## 3936     melbrethour
## 3937         henxaio
## 3938    WorkdayPaddy
## 3939     ninihuncult
## 3940 KevinAn45942701
## 3941        sIaytham
## 3942        serepuff
## 3943        serepuff
## 3944    lesbokomaeda
## 3945        samojend
## 3946 collegesoccerfr
## 3947  sandskrithands
## 3948      RBrowncean
## 3949  Italy_loves_bl
## 3950      JeansMenss
## 3951        mero_se1
## 3952      west43bwmd
## 3953    giornosdream
## 3954 may_yourxkitten
## 3955  Raj63883840791
## 3956 crownandpalette
## 3957        HONG5TAR
## 3958    kuromorisuzu
## 3959   1000livesaday
## 3960        elva75qy
## 3961         tofuxen
## 3962        yettinim
## 3963      pollichihw
## 3964  Silvercloudp40
## 3965    strvngecvndy
## 3966     moldybleach
## 3967       radelgirl
## 3968     illiquidesq
## 3969         sjllvsk
## 3970      Celestiaru
## 3971        elias_BL
## 3972         bl_vcky
## 3973       Rui_taaaa
## 3974        Eggxorty
## 3975      _Dr_Fetus_
## 3976 KKsrinivasan_BL
## 3977 blinksmartlinks
## 3978  designonething
## 3979       illisaide
## 3980   mylovely7even
## 3981 KKsrinivasan_BL
## 3982      JeansMenss
## 3983   hlslaundryday
## 3984    NachtTheHost
## 3985       MixTrixxy
## 3986 Fujoshi_Obscura
## 3987    hetianslover
## 3988   illustrata_ai
## 3989        kobe96qo
## 3990       myunhoppe
## 3991    sheerin_adam
## 3992    lockmaneqhwr
## 3993      mireya39tt
## 3994         CarrmDj
## 3995     chanwoosins
## 3996     junniesitos
## 3997 Mikey_A_Roberts
## 3998    AlexLopez075
## 3999  WhaleMarineCat
## 4000  fan__del__bl__
## 4001        Zikkun20
## 4002 IanJavierBlanc2
## 4003           Bbcr7
## 4004    Grumpy_Steff
## 4005        4fforce_
## 4006       abelsbbtm
## 4007         joynxyz
## 4008   balistrerinkt
## 4009 EngMartyrSchool
##                                                                                                                                                                                                                                                            text
## 1                                                                                                                                                                              @UNESCO @UN_News_Centre @UNCambodia @UnescoCambodia @PeacePalaceKH Big thanks ♥️🙏
## 2                                                                                                                                                                                                                                         @vainillitas95 Bottom
## 3                                                                                                                                                                                                              @Badluckrabbit @HornyNord BL is the closest btw.
## 4                                                                                                                                                                                                                            Soo bottom https://t.co/o2IhILGI8A
## 5                                                                                                                                                Updated: Construction on #Q27Bus Both directions from 46 Av/162 St to Kissena Bl/45 Av https://t.co/IGxbn4kQC7
## 6                                                                                                                           Updated: Construction on #Q31Bus Both directions from 32 Av / Francis Lewis Bl to Corporal Kennedy St/34 Rd https://t.co/R7PnFB6rLY
## 7                                                                                                                                                                                                                                                @bl_yj3 a ver!
## 8                                                                                                                                                             why does jihoon and hyunwook look like they're promoting bl series instead of weak hero class 1😭😭
## 9                                                                                                                                           @kjinebula it's force, he played in the bl enchanté and will be playing in a boss and a babe / only friends in 2023
## 10                                                                                                                  @Krashface1 @Repentmofos @orange_juice_b I mean mate ive reached out to a BL author if ya chill and polite they do… https://t.co/lRAP55PUqb
## 11                                                                                                                                           there's this trend on tt where ppl put quotes related to bl characters but i only think and relate them to akktheo
## 12                                                                                                                         Please vote for BibleBuild\n#BibleWichapas #BuildJakapan\n@biblesumett @Buildbuilddd #BibleBuild #ไบเบิ้ลบิว \n https://t.co/ecBnhWPjgj
## 13                                                                                                                 @DaemonX99 @DestinyNostalgi They already updated the engine with BL, but that has not helped a lot. You simply need… https://t.co/Vw1ZEcGUJr
## 14                                                                                                                 4-YEAR-OLD STRUCK BY VEHICLE: 3400 Bl. Of Holmeade Pl. N.W: Dcfd is on the scene of a pedestrian struck involving a… https://t.co/UvsmPce64t
## 15                                                                                                                    @jackdoranjr @MambaSalty @sickathehighhat @gentle_class7 @keithccurtis @teamphil @GentriVacation @Shoccking @ABC… https://t.co/uwdrX0Iy01
## 16                                                                                                                                                                                        Hongbin actually had his own BL\n\na thread ⬇️ https://t.co/EaKfHHafCd
## 17                                                                                                                                                                                        What's BL? Yamada says I would like it but refuse to tell what it is!
## 18                                                                                                                 Cremation Urn for Ashes, for Adults up to 200lbs, Funeral Burial Urns Made from Aluminium with Velvet Bag for Human… https://t.co/lQ2oTQgT0T
## 19                                                                                                                                                                                                                @Thunderblunder7 The BL KNIGHTS LETS GO BABYY
## 20                                                                                                                                                                                          LRT: MY FAVORITE BL MANGA AUTHOR JUST DREW KEIWA AND ACE IM SHAKING
## 21                                                                                                                 (part i clarify i havent touched ov*rwatch in years and i hate bl*zzard but if i don't add the part i was a junkrat… https://t.co/ia0qAtlrQp
## 22                                                                                                                 @Rayxur6 @DestinyNostalgi That is basically what they tried to do with BL with the engine update, with DCV as resul… https://t.co/KsPzWFGkWP
## 23                                                                                                                        @Syzyg3tic god gotta get me more of those. not that i don't make my non-thai bl friends look at everyone i love. that's unreasonable.
## 24                                                                                                                                                                                         Alert: MOTOR VEHICLE COLLISION @ 8465 W GULF BL Tac: B Sent: R24 E24
## 25                                                                                                                                                                                                                      @BL_Nahuel_CARP 23 de abril masterclass
## 26                                                                                                                 @DestinyNostalgi I've debated this with a friend, and we both agree it's time for an engine upgrade. One that is mo… https://t.co/xym0Oai5BZ
## 27                                                                                                                  @SherminatorF On final arc of Fata Rein (the final arc of all of Fata), and watched all the eps of Tybw. Am also watching BL and SxF weekly
## 28                                                                                                                                                                   Rey @Twitter @TwitterSupport u bl**dy burger and pizza fix the bug https://t.co/lDEeEy8MtV
## 29                                                                                                                                                                            @CrowdsourcedPol @VazquezSonne4 Yo they are asking for a couple of sick days off.
## 30                                                                                                                                                                                    @PolcaBaby Parang straight out of a BL novel 'yung anecdote, ano? Hahaha.
## 31                                                                                                                       I have just given up on finding another BL to watch because nothing comes close to what MileApo has portrayed. https://t.co/ZClCkga8cb
## 32                                                                                                              Chinese zodiacs of Pansy. Seen yours yet?\nPansy: https://t.co/zVLOikJWjB |Webtoons https://t.co/Atdf3E0SWk\n\nPansy (… https://t.co/6Zc56jkmBe
## 33                                                                                                                 Hinomaru Collection Ichigo Sake Set Tokkuri 5 fl oz Bottle with Two Sake Ochoko Cups 2 fl oz Reactive Glaze Ceramic… https://t.co/8mOGYXPy8U
## 34                                                                                                                  @Dave90822263 @WrestlingHumble Sami is in MITB. Tells them he will win it so Roman wont have to worry about it. He… https://t.co/cU8kJYbjwI
## 35                                                                                                                                                                             HOWWW??!!! HOW DO I CHOOSE?!!! #RIDI #RIDIAWARDS #BL 😭😭😭 https://t.co/cd8KXb3eoJ
## 36                                                                                                                                                                                            honestly how did i not get spoiled, thank fuck my tl is mostly bl
## 37                                                                                                                                                                                            I GOT VEGAS FOR THE “WHICH BL CHARACTER IS YOUR MENTAL HEALTH” 💀💀
## 38                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult A World Turned Dark \n\nDon't turn your back on your Demons.\n\nEven if y… https://t.co/KMU3Yuv9kv
## 39                                                                                                               sir? and may I ask whether this is the sort of bitters by\nwhich he bl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/W7B0PMgywy
## 40                                                                                                                   they make me so happy 🫰\n#TayNew #Tawan_V #newthitipoom #Newwiee #Darkbluekiss #TayNew1stFMinOSAKA #CherryMagicTH… https://t.co/e50yQuNGTj
## 41                                                                                                                                                                                   DUSTIN MAY 2021 Topps Chrome Bl #ad #baseballcards https://t.co/qOHrfuE0bX
## 42                                                                                                                                    "It's a Tokusatsu or BL scene?"\n\nI have no idea sir, it's same    LMAO🤣 https://t.co/PL0G50sXMz https://t.co/qYrannR9qm
## 43                                                                                                                         whitelist Interworking Assistant @BL_fpi @DiamondHeistNFT @JPEGErebus @DocCripto @oieusouogohann @chherm126… https://t.co/tlOHf6YGbW
## 44                                                                                                                     Get ❤♡ FERN SHAPES UP TO FORM ♡❤ by "@bl_els "@Pizzazz_Books\n#bargain #crime fiction\nhttps://t.co/8WehBHgLRf … https://t.co/2xHlW28ySI
## 45                                                                                                                                    I can't wait to see what happens next! Click the link below and join my struggle!\n \n#BL #comic… https://t.co/N68aowwYs9
## 46                                                                                                                 @Axelrules21 @BeastWrestler21 Full gear had better matches but WG storytelling especially with aj v finn and the BL… https://t.co/PJWNOVBsQU
## 47                                                                                                                                                             @grrragustd This made me think about that bl about vampires where humans are treated like cattle
## 48                                                                                                                 Rmikaly 2 Hooks/ 3 Hooks 6 Pcs Women's Bra Extender Soft and Comfortable Bra Extension Strap Bra Lingerie Extenders… https://t.co/p0oGiOQp5E
## 49                                                                                                                 Listen Live Now on https://t.co/mv8YVs5Qgy: El Dolorcito De Mi China by Arsenio Rodríguez / You feel FANTASTIC .You… https://t.co/UUX8YgYBKb
## 50                                                                                                                                                                                                  @Bl_ackDelight Talking to normal people, not a cultist. 🤦🏽‍♂️
## 51                                                                                                                               the only bl actor man ever 4 me hes so fuckin cute like i cant even explain how handsome i think he is https://t.co/pokTwBfj53
## 52                                                                                                                                           Blue Crest Motel Milwaukee Wisconsin postcard Telephone number BL 8-2910 via @eBay #eBay🇺🇸 https://t.co/g4oRh0gNzR
## 53                                                                                                                                                                                                  All I will do is to read more BL manga\n\nToday, I shall be
## 54                                                                                                                            this megamaterpiece is jus too good... i love how bl genre is brought in a more mature and realistic ways https://t.co/4y9FVRM4XV
## 55                                                                                                                            You know those tricks when in bl manga car interior turns into a penthouse. I'm trying to draw it now 🚬😵‍💫 https://t.co/tcdBT9XidS
## 56                                                                                                                                                                @jhonpl55 truly the gnc couple. u got ppl thinking they’re both BL &amp; GL in the comments 😂
## 57                                                                                                                                                                                     @haikyutwo LIKE YOULL KILL SOMEONE FOR FR LIKING BL AND BEING A WOMAN???
## 58                                                                                                                                                                  i can’t do this anymore, at this point just give them a bl series 😔 https://t.co/HVquo5TvJX
## 59                                                                                                                 Unbroken Sports Wear Gymnastics Grips - pullups, Weight Lifting, Chin ups, Training, Exercise, Kettlebell  Protects… https://t.co/k9FGKHuEIO
## 60                                                                                                                                                                                                       @0_Harryy Yaoi, BL= Boys Love, gays, homens se pegando
## 61                                                                                                               Started Coffee melody and it was a nice surprise to see Fee from 12% here since I had wanted him in a bl. \n\nPavel…b… https://t.co/WmzUqI1Yn3
## 62                                                                                                                 The only thing i like about ccp is how they stopped production of bl adaptation, fr those adaptation make fandom to… https://t.co/TUdmfni3P2
## 63                                                                                                                                                                                 @Ambi_eth @illustrata_ai @joynxyz @amli_art @bl_artcult This is so powerful!
## 64                                                                                                                                                                       @Ambi_eth @illustrata_ai @joynxyz @amli_art @bl_artcult Wow Irina, this is incredible!
## 65                                                                                                                                                                               @daracraichi Was it the discourse? Was it the BL? Was it the Shota? Who knows!
## 66                                                                                                                                                                                                                      what bl is this https://t.co/HiIJbpHNOP
## 67                                                                                                             ー☆ busco mutuals !! \n\nno soy nueva en #anitwt #animetwt #genshintwt 。⁠☆\n\n› jojo's, jjk, mob psyco, haikyuu, free, d… https://t.co/OegVhdZV5f
## 68                                                                                                                                      @AriaWolfe9 Horrifying and despicable. I’m so sorry. Please DM, and let one of us know if we can BL him on your behalf.
## 69                                                                                                                                                                                                                              @LiirBL 😭 I thought it was BL 🤧
## 70                                                                                                                                                                                                                                            @thvquacks Bottom
## 71                                                                                                                                                                                                                                          More? Check fav! :D
## 72                                                                                                                                                                                                                                          @beatwitrkv7 Bottom
## 73                                                                                                                                                                                             @AlexMetalGuy At least you have admitted thirsting for BL trash.
## 74                                                                                                             @BL_Balthaser @VazquezSonne4 The majority of the unions &amp; members involved agreed to the contract. At the same time… https://t.co/JPczUJ0zeL
## 75                                                                                                                  100Pcs 21mm/0 8 Inch Small Metal Gourd Safety Pins Bulb Pin for Knitting Stitch Markers, Sewing Clothing DIY Craft… https://t.co/6f9AMi6gnC
## 76                                                                                                                                                                                   #AmeiroParadox.              Bl shows for December https://t.co/YMK8qAoaBj
## 77                                                                                                                 @illustrata_ai @joynxyz @amli_art @bl_artcult My #expressionwithmeaning : a goal in life is maintaining endless cur… https://t.co/MjCxKriV9X
## 78                                                                                                                                                                      Sometimes we realize how much emotions hurt us...\n    💞🌸🖤BL🖤🌸💞 https://t.co/AcLHzN2QNj
## 79                                                                                                         BL SERIES &amp; GL SERIES 2023 LineUp\n- Show Me Love\n- A Boss and a Babe\n- Hidden Agenda\n- 23.5 Degree the World Inclin… https://t.co/UOTPLTxqVB
## 80                                                                                                                                                                                                              @NinjaTheory @XboxGamePass I love the letter BL
## 81                                                                                                                                                @LeaTheSequel Sakuya pilfers through the mansion library to find every last piece of BL when no one's looking
## 82                                                                                                                                                      @Stststarv1ngg @flesh_cutter ive hit baby styros before but as soon as i got the new bl@de omfg in love
## 83                                                                                                                                                               •kdm• 🏳️‍🌈 \nTeaser bl series "The New Employee" tayang mulai 21 Des 🤩🤩\nhttps://t.co/27349ty7eO
## 84                                                                                                                                                                 @Billa96256431 @drixllll @NPaschals @benny7gg Thank God you’re not bl!nd to see global there
## 85                                                                                                               Pequod, as she heavily forged through the sea (for by this time it\nbl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/3WigraQ1d2
## 86                                                                                                                                                                                              @AiaAmare @Fulgur_Ovid LMAO AIA??? I DIDN'T KNOW YOU LIKE BL...
## 87                                                                                                                                               @CrowdsourcedPol @VazquezSonne4 Blocking a strike and violating union democracy is not OK if it were one union
## 88                                                                                                                                                                                            Why does this sometimes happen?\n💞🌸🖤BL🖤🌸💞 https://t.co/utZfMmJlAo
## 89                                                                                                                                                               @jaerenous Thank you po ☺ just started watching some bl series. Cutiepie plng n start tan ko 😅
## 90                                                                                                             🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³… https://t.co/TCBHtz4bW7
## 91                                                                                                                                                                                                                      r*wan bl*nchard https://t.co/ImiegfCf42
## 92                                                                                                                  @porgavenger sitting there handsomely, tally-ly, their long leggys off-camera. stoically thinking about how one of… https://t.co/cWNLgXP9TN
## 93                                                                                                                                                    @BL_Balthaser @VazquezSonne4 8 of the 12 unions already agreed to the sep contract. Going to ignore that?
## 94                                                                                                                 Pack of 2 Silicone Pasta Fork, Kitchen Heat Resistant Noodle Spoon Server, BPA Free Spaghetti Strainer,Best Cooking… https://t.co/fLqQpjvDB9
## 95                                                                                                                 @bertovo I gotta hand it to my folks: not only did we watch South Park as a family when it first aired, but dad too… https://t.co/Vo7bZHgvQk
## 96                                                                                                                                                                                                                                         @Namkookcrush bottom
## 97                                                                                                                       I can't wait to see what happens next! Click the link below and join my struggle!\n \n#Higunana #coloring #bl… https://t.co/8Chsrb43J1
## 98                                                                                                                  @Repentmofos @orange_juice_b I want to take a moment and for the first time in these past years since I knew about… https://t.co/IsA7NkV8pU
## 99                                                                                                                                                                                             tell 'em charlie https://t.co/1kJ8PETJlT https://t.co/f3aK7MNDkh
## 100                                                                                                                                                                                               @jesusfalcis @Enzoomnia How is this not a pinoy bl plot line?
## 101                                                                                                                                              @HailisCold If bl*ckb*erry🤢🤢 think they can go at chuu😶‍🌫️😶‍🌫️ withput going through me...🤬🤬 they are dead wrong🔥👊
## 102                                                                                                                                                                            @iamvassalady Happy Birthday!!!! Hope you get some time to read some BL later! 😊
## 103                                                                                                                 @SUMMERKN1GHTSS “Who-?” Her face scrunched in confusion, but then fell into annoyance as he kept moving. “Silas if… https://t.co/bycTlcF1PE
## 104                                                                                                           🦂SUPPORT ADDED🦂\n@nightspicemusic &amp; @weekendrunclub will be supporting @Emarosa this Saturday, December 3rd. Tickets… https://t.co/c0mBTlfSnZ
## 105                                                                                                                                                               deeply uncool of twitter to fall apart when i finally have people who will talk thai bl to me
## 106                                                                                                                                                               @iamSETHISAAB @SeharShinwari You BL@/.CK Indians want us Olive White Pakistanis so bad hahaha
## 107                                                                                                                                                      Me buying 3 IKEA billy bookcases next week to display my 200+ collection of BL https://t.co/WaKjbFiiNG
## 108                                                                                                                    Hakko FX888D,T18-B,BL,I,D24,D32,C05,S7,599-029 Soldering Station with T18-B/BL/I/D24/D32/C05/S7/599-029 GFVGQWN… https://t.co/gDQT84LBaY
## 109                                                                                                           @GeneralNarwhale @YoungMophead @MuItimach Got a rather old spec now:\ni7-8700\n16gb ram\n1080\n\nFrames going from 130(D… https://t.co/erV0yspLXj
## 110                                                                                                                                                                                                                                        @bl_ag_inc Deflation
## 111                                                                                                                Matcha Ceramic Whisk Holder + Matcha Bamboo Whisk Tool Green Tea Whisk Tool Set fit for Traditional Japanese Tea Ce… https://t.co/PCb3CzY3JZ
## 112                                                                                                                 @passionate_xx If someone is really filthy (as in mucky) or it's really dark you can say they are 'As Black as the… https://t.co/2S4SiZ3u3e
## 113                                                                                                                 “The joy of life is a very good thing, and while work is the essential in it, play also has its place.” - Theodore… https://t.co/NxoBOYNSff
## 114                                                                                                                                       So i was searchin' up blooket but it didn't autocomplete and i just searched bl on accident and it said that was yaoi
## 115                                                                                                                                                                                 200k a month ? Damn ye, price you pay when you dont want a bl*ck woman smh.
## 116                                                                                                                                                                                                  @Thauandocafe festa com open de whey protein kkkkkkkkkkkkk
## 117                                                                                                                                                                   @keisukeraw agagagagaaga oye tienes q ver el bl coreano llamado roommates of pungduck 304
## 118                                                                                                                                                                                                              @iCEofABUJA Cutlass or plank fight, which one?
## 119                                                                                                              @LoveryBingsu And this acc also started spread this shit rumour again \n\nShe also told people under comment “Whoever… https://t.co/mfi6kyjEr4
## 120                                                                                                                 I love the art style in "My Husband, Hades" so much! It's gorgeous! The character designs are amazing, too! Highly… https://t.co/ZumGBGnKoW
## 121                                                                                                                @ananti_novi There were 2 versions of Love In The Air released. The version on iQIYI was the uncut version, the You… https://t.co/PRwNeGKgpe
## 122                                                                                                                          🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️… https://t.co/IqCvNEuVcd
## 123                                                                                                                @sonicdrivein I could be, we go to Sonic several times a week. That being said, y’all could keep me from going to t… https://t.co/t9wrz36K4f
## 124                                                                                                                                         Lithonia Lighting T29 BL Floating Electrical Feed, Black LH0JORH\n\nhttps://t.co/7ifRa6Manj https://t.co/kd6X3Q1aEH
## 125                                                                                                                             @BL_Scenery Brain ...... Struggling...... Constant thought....... princess rap battle......BEASTIALITY. https://t.co/K4CW8jCe8K
## 126                                                                                                            I've read this manga multiple times! You should check it out, too!\n \n#boyslove #fnfmods #bl\n\nhttps://t.co/vGziIe4e37 https://t.co/7mJX8puQey
## 127                                                                                                                      2 - Aujourd'hui / Today\n\nThe Star Always Follow You Ep 2 : https://t.co/bYJQWmythM\n\nDecember BL release :… https://t.co/JmjUllf0Jo
## 128                                                                                                                                                  @idol_lloyd PLS LITERALLY I SAW A SUPER CUTE BL COVER AND THE ROMANCE WAS TEACH N STUDENT. I WANTED TO CRY
## 129                                                                                                                @WarmasterHolden Tfw a BL and creditable source establish thay there is and never was a need for FSM and rather Sor… https://t.co/rqfUVFr6lh
## 130                                                                                                            1 - Aujourd'hui / Today\n\nWhy You... Y Me ? Ep 7 : https://t.co/F5w3ueQZBD\n\nMr Cinderella Ep 1~ 8 (already available… https://t.co/LAxJr9wqdy
## 131                                                                                                               Sometimes the price in the bearmarket gives me a negative feeling. \n\nBut this kind of speeches of @NSapProductions… https://t.co/8dEXrEkPiv
## 132                                                                                                                This was a really fantastic talk, I'm so glad we managed to get @Aleemagray up to Newcastle. So much to think about… https://t.co/fZHYa9FUYP
## 133                                                                                                                I haven't felt this excited for a bl since the eclipse, but also it's very different. I was excited for the eclipde… https://t.co/BlM8dfK0AW
## 134                                                                                                                Varbucamp TV Stand for TV up to 40 Inch, Industrial TV Cabinet with Open Storage Shelves for Living Room, Rustic Br… https://t.co/XvSm5orTrY
## 135                                                                                                                @LoveryBingsu They spread false rumour about cfy said Yibo famous because of doing bromance/bl drama. They post and… https://t.co/JIvXfzD6pk
## 136                                                                                                             HYMN OF THE PONTIFICAL TROOPS TO THE HOLY FATHER (Bl. Pope Pius IX, 1867)🇻🇦\n\nThe clamor of warrior trumpets.\nIn the… https://t.co/IKdjS75qyh
## 137                                                                                                                                                                                                                        @JJBAscreenshots Ppl who read bl 👌😏🥵
## 138                                                                                                                @bl_ag_inc And how much risk you are willing to take one. I’ve heard an established small to some medium  sized bus… https://t.co/lLIort3IUQ
## 139                                                                                                                                                                         Topps Chrome 06 LeBron James Bl #whodoyoucollect #sponsored https://t.co/pxVx7wj4cV
## 140                                                                                                                                                                                                                                @M4DDIESL4YS please don’t BL
## 141                                                                                                                @boysloveparty 🥹💕I feel like the calendar is a nice thing you do as you are able, not something you are beholden to… https://t.co/6Ig1ZItlb3
## 142                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult "The temptation of the material" and "Loss of Spirituality"\nStories t… https://t.co/uRuhaaKAqu
## 143                                                                                                                @bichranika I want to check that because people say that it's one of the main reasons yet I've never went to a derm… https://t.co/q9y7dSiq7h
## 144                                                                                                Well, after yesterday's 2-guess triumph, today's #Wordle was bl--dy disappointing! ☹️#Wordle529 X/6\n\n⬜⬜⬜🟨⬜\n🟩⬜🟩🟨⬜\n🟩🟩🟩⬜⬜\n🟩🟩🟩⬜⬜\n🟩🟩🟩⬜⬜\n🟩🟩🟩⬜⬜
## 145                                                                                                                   @darkestdollx @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/k5rszSlJYn
## 146                                                                                                                                                                                                                       @annabelle_leng @MSuppasit Thankyou ❣️
## 147                                                                                                           [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Mos… https://t.co/zswux4mASo
## 148                                                                                                                I need to make a new more organized yaoi/bl recs list i think... I have read so much since i have a new world ahead… https://t.co/tVIYFQVG28
## 149                                                                                                              , do all I would, I could not\nget into the faintest doze. I had bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/d2A31Fbufi
## 150                                                                                                                          @titittwu @BTS_twt @thenreport I vote #JIMIN of @BTS_twt for #NETIZENSREPORT as Asian Celebrity of the year #ACOTY2022 @thenreport
## 151                                                                                                                @chanwnterflower ma tdfa3e 5ayeeeee ba3den hayde the Astronaut bath b0mb ya3ne ra7 kun 3am 7alle2 bl space 3rfte it's not just any bath b0mb
## 152                                                                                                                                                                                                                     @jodanspace majority of BL plot be like
## 153                                                                                                                Happy feast of Bl. Bernardo Francisco de Hoyos, SJ! Pray for us, that we might have the "humble but magnanimous hea… https://t.co/nBqyStjjw9
## 154                                                                                                                The plot of "The Exhilarating Life of a Sword God" is like a roller coaster of emotion. It's riveting and full of s… https://t.co/EbVumFGx6v
## 155                                                                                                                                                                                  lesbians have a third eye when it comes to bl nobody else would understand
## 156                                                                                                                                          @steveconaway1 Interesting thought process!   I suppose it comes down to how confidence you are in biz/investment?
## 157                                                                                                                                   I've read this manga multiple times! You should check it out, too!\n \n#Loki #UnrequitedLove #BL… https://t.co/bb7zensPU5
## 158                                                                                                                @emprssofemerald @Intrepid_Poppy yes! all pretty much saying the same thing but very cool that it's based off an ac… https://t.co/Ejc1BZ7S7b
## 159                                                                                                                                                          The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/0J0tPQWi9W @TheTopFamous
## 160                                                                                                                                                                                         no way bl the next idol cash cow?! what happened to being landlords
## 161                                                                                                                                                                      @Bunbearvk1 I tried watching another BL but the acting was atrocious so I had to stop.
## 162                                                                                                                                                                      Honestly living my true fantasies. Leo in a bl drama is goals. https://t.co/tIvGlfPwAx
## 163                                                                                                                Thank you so much to everyone who has donated on this Giving Tuesday.  We have raised funds about 17 bags of rice f… https://t.co/0OisudRQxv
## 164                                                                                                                @LINK_artwork @Delaney_Vander @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce… https://t.co/9hHwTgofLL
## 165                                                                                                                                                       Prothane 4-401-BL Black Front End Link Kit KKIO7FN\n\nhttps://t.co/HTJBpjifrW https://t.co/RR07u3K7Te
## 166                                                                                                                                 Prothane 7-1022-BL Black Rear Spring Eye and Shackle Bushing Kit 2SMEVDR\n\nhttps://t.co/Asmiirs2Gt https://t.co/p7TbFqS1oz
## 167                                                                                                                                    Fragola 680110-BL Black Size (-10) Straight PTFE Hose Fitting 0VHE7SP\n\nhttps://t.co/4h51oHs28n https://t.co/z2hOX6vaBQ
## 168                                                                                                                   Check out much more on Bilibili Comics - search "Don't Mess with the Evil Chairman" and favorite!\n \n#Fetterman… https://t.co/TcBonFnIQi
## 169                                                                                                                I don’t even care about bl actors personal lives but I love to hear the gossip and theories cause I’m nosy and just… https://t.co/b5ovYLlqxl
## 170                                                                                                            Title: Mr. Cinderella\nEpisodes: 1-8 (of 8)\nCountry: 🇻🇳 Vietnam\nEnglish Subtitles: Yes\nPlatform: GagaOOLala (EP1 Fre… https://t.co/ahPZIxeBlx
## 171                                                                                                                @Delaney_Vander @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd… https://t.co/7cbz2ll2gW
## 172                                                                                                                @shoujoscholar @saeryen Well then I agree with you. I think I didn't express my point well. I don't consider shonen… https://t.co/H8HoN6g5rX
## 173                                                                                                                                    One of the best drawings of all time\n \n#RivalsofAether #leftart #bl\n\nhttps://t.co/eqTiPDeZXo https://t.co/iUPpXxpMWk
## 174                                                                                                                             At least Reagan didn’t have the chutzpah to say he was the  “pro labor president” when he crushed PATCO https://t.co/EMRLRXyxNo
## 175                                                                                                                I just read Surge Towards You all the way through too the most recent update. Took me a few hours but it is so good… https://t.co/qscAwfH8NM
## 176                                                                                                                                                                                                        First time finishing a BL series in 12 hrs straight.
## 177                                                                                                                                                                             Cleared: Construction on #Q103Bus SB from 41 Av/12 St to Vernon Bl/Queens Plz N
## 178                                                                                                                                                                                                                                                   Bl addict
## 179                                                                                                              s stern; and he gazed\nbeyond the whale’s place, towards the dim bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/J0f1SrralV
## 180                                                                                                                 @tinyfantasminha even if it were canon, logically Yuu would be a dude anyway since it’s an all boys school so like… https://t.co/paGwV6gAk5
## 181                                                                                                                @bl_ag_inc Not many lenders who do a fixed rate commercial loan for that long, if they do, tends to be caveats invo… https://t.co/NCLNi6xBXt
## 182                                                                                                                    Big Dragon The Series Ep.6 Reaction is now available on YouTube! \nhttps://t.co/1Mn8hAwZob\n#BigDragonTheSeries… https://t.co/M94nbQ3ayo
## 183                                                                                                                @DragondreamzPub And I was rooting for them too. But now(for months), I just can not bear how they write for BL...I… https://t.co/maIqncQkIB
## 184                                                                                                                                                                 Me seeing an uncensored dick when reading a BL and not expecting it https://t.co/iiX7qGq4sO
## 185                                                                                                                                                                                                                 @moose_is_BL You already fucking know! Lmao
## 186                                                                                                                I think I might be the only one who doesn't want to be in a romantic relationship with her favs... I love my bl act… https://t.co/VNplAgrVVF
## 187                                                                                                                                                                                                                  Selling mine today https://t.co/ML0qaDLyzX
## 188                                                                                                                 Since I'm taking a little break from writing, I'm focusing on my BL backlog again. Gosh this series is so good and… https://t.co/CGIEmco9bN
## 189                                                                                                                $BL Trading Ideas | Awaiting Short signal. 80% Profitability based on 14 trades. Profit factor is 1.2. Learn more a… https://t.co/83GiHjiKh7
## 190                                                                                                                When i first starting watching kp i was amazed by MA acting  and chemistry to the point i wanted to follow their so… https://t.co/Ki8v8Z8TLv
## 191                                                                                                                                                                                                                          @TGDarien Like a redhead stepchild
## 192                                                                                                              https://t.co/wnUvzFu9pM\n\nEwedoos Leggings with Pockets for Women High Waisted Yoga Pants with Pockets for Women Sof… https://t.co/avF8HU54jT
## 193                                                                                                                               I've been completely addicted to ONEPIECE and Married a Celebrity Manager\n \n#artoftoday #bl #Manga… https://t.co/dau7mqMsNo
## 194                                                                                                                ngl seeing how far the bl industry has come is amazing like a few years ago we never would’ve thought we’d have off… https://t.co/VO0hMgpG65
## 195                                                                                                                                   I've been completely addicted to ONEPIECE and I Want to Be a Big Baddie\n \n#cake #BL #indiegame… https://t.co/lEPf4iHsZD
## 196                                                                                                                                         I wanna try out this comic book style\n \n#ameart #Beautiful #bl\n\nhttps://t.co/pQXYJSGQeM https://t.co/1o8qoTXEH1
## 197                                                                                                                         @BoundingComics Because it's not BL and not sold in Asia for girls?\nVast majority of people are not gay and don't want to see that
## 198                                                                                                                Very true speaking factssss gurrrl, Like I never liked BL Actors or I’m never invested on them unless they have a s… https://t.co/P3J7EzxPMg
## 199                                                                                                                                @GroomB Here's another map, showing more of the surrounding regions. SOURCE: https://t.co/3wRl7YKeLG https://t.co/gddUYgpqSy
## 200                                                                                                                                                                                                                                     @1dorameiro_ Amg ql bl?
## 201                                                                                                                                                                                                                               Top G https://t.co/RUBYcVnDzs
## 202                                                                                                                                    One of the best drawings of all time\n \n#CentricWarriors #BL #4-koma\n\nhttps://t.co/cvdfLSgbDc https://t.co/kqbwxY2VVh
## 203                                                                                                                                                                          @BTS_twt_MlNSUGA Why waste my love on myself when I can give it all to you &lt;333
## 204                                                                                                                                         @wmata I loved the BL Line Train 457 having my favorite 6k railcar! 6179!! LOOVE THEM. 💙💙💙💙 https://t.co/blgJpNvQ9C
## 205                                                                                                                Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/qb9wFyF12x
## 206                                                                                                                @Eric_Brightwell If I had to restore the 201, this is what it would look like. Before questioning about why there i… https://t.co/WoHUr8ZWyw
## 207                                                                                                                                                                                 confession time MADK is my favorite bl it’s amazing https://t.co/Jl3ax9h6u9
## 208                                                                                                           BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me?… https://t.co/8mr4fKXoeF
## 209                                                                                                                                                                                                                    Ai BL Love Story https://t.co/jKpFMGWeF2
## 210                                                                                                                @apos_niiiiiiii I'm not so sure how many scenes they got to make at Filmania, but I think it was more in the 'typic… https://t.co/ih7Bbmn6Sa
## 211                                                                                                                                                                  @hermit_wanderer KxY isn’t even a BL though in the series. Idk about the source material 😭
## 212                                                                                                                                                            2022 RIDI AWARDS BL e북 .... the choices 😭😭 ... lots of good novels.\n\nI expect 혼불 next year!
## 213                                                                                                               Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England,… https://t.co/u71DQKlGm9
## 214                                                                                                                                                               @teerakjafirst .....~ are you ok babe? Should I be worried? Should I? https://t.co/to8VqJbpHT
## 215                                                                                                                @TheOnlyTacsir @marijuanabahama @Pyrfct Forsaken was the only expansion out of those that was truly unique and qual… https://t.co/fVa0DJfgjl
## 216                                                                                                           Amazon\nNorberg &amp; Linden XL Drawing Set - Sketching, Graphite and Charcoal Pencils. Includes 100 Page Drawing Pad, K… https://t.co/Z1NxmAUwLo
## 217                                                                                                                                                    Whose grandpa is looking at the BL section #PokemonScarletViolet #NintendoSwitch https://t.co/R2zJJXUjHV
## 218                                                                                                                                                                                                                                           @bl_artcult Nice.
## 219                                                                                                                                                                                                       Are you the missing piece that I've been looking for?
## 220                                                                                                                Nah cause I want a main character in a BL to be so exceedingly flamboyant that it make y'all uncomfortable. Give th… https://t.co/MhOMUkREgz
## 221                                                                                                                     Fragola 491957-BL Black Size (-8) x 7/8-20 Dual Feed Bl Male Adapter Fitting KX9KKIO\n\nhttps://t.co/MU1LwbHkoe https://t.co/4UbQpvwnuM
## 222                                                                                                                @ginasfaketan @chixchix25 @THEBLACKLABEL 😂 how do you know?  Are you in the meetings?  Maybe true and may not be tr… https://t.co/45Eq0AOiiX
## 223                                                                                                                                                                       I can feel his touch 🫠🫶🏼\n\n#리미티드런 #LimitedRun #blmanhwa https://t.co/lUh4kSNRnu
## 224                                                                                                                 Augsburg have submitted offer of €3m including add-ons for left-footed winger Andrei Cordea, according to Romanian… https://t.co/FeKZv8hClE
## 225                                                                                                                 @awalkerinLA @Eric_Brightwell I would agree on DASH taking out the route. Back in 2010, Metro had plans to reroute… https://t.co/m6chIzrWtQ
## 226                                                                                                                 he's been having a hard time from his latest work on a drama series, so when he's offered the script for a romance… https://t.co/Domr3d5F8a
## 227                                                                                                                I didn't really scream (I wasn't on Twitter the whole day) but I assure I'm so excited for never let me go, I alrea… https://t.co/zu2KPxxHtM
## 228                                                                                                                                                                                                                                      Am I making a process?
## 229                                                                                                                From Nov. 2-12, we had the pleasure of hosting 8 Italian students from Istituto Leone XIII in Milan. Their 10-day s… https://t.co/gnoiefzZBO
## 230                                                                                                                   Isn't that the synopsis of that Chinese BL you all reading with that pretty boy in white and the sexy guy in red? https://t.co/xS0fmDB5LF
## 231                                                                                                                @ArtEthiopic Thank you...and yeah, I see what you mean. It is very rare to see such paintings. I am not sure if you… https://t.co/CruWJMwM31
## 232                                                                                                                Working on a paper about being a male idol stan and former BL enthusiast as someone who identifies now as a lesbian… https://t.co/KGOE2ZXh4t
## 233                                                                                                                minho as a popular actor within the bl industry and jisung as a well-known actor who's often praised for his abilit… https://t.co/fIt1EH7VDc
## 234                                                                                                                                                                                                                    I'm a Trekkie and a BL fan. It's so fun.
## 235                                                                                                                                                                                                                                This is Biden’s PATCO moment
## 236                                                                                                                                                                                                                                I love high/middle school bl
## 237                                                                                                                                                                                                                                              @ttdemar onde?
## 238                                                                                                                @ronantyche bruh no way sasunaru is more influential than kawoshin and ryokira which are two of the most iconic gay… https://t.co/0Td8sAsuhw
## 239                                                                                                                          I'm in love with your chemistry, we want to see you in another drama 🔥🔥🔥🔥🔥🔥🔥🔥😎😎😎\n@Noeul_lee6 \n@Bossckm_… https://t.co/8MyzaQT1QT
## 240                                                                                                                        message 2 before mentions     @BONIFACIOTAPIA6 @qlan593 @BombetatorE @bl_mmh @bluecraig641 @Whitney29618569… https://t.co/w4WAMIgWrS
## 241                                                                                                                                                                                                       Me recomiendan ver I will knock You? Es un bl nuevo 👀
## 242                                                                                                                                                                                                        7ases bl break down bs mafe4 wa2222t a break down 💔😂
## 243                                                                                                              @cr1baby21 @beezebel @SaberNoctisV @Cr1baby1 @KrushDestroy 'in bl'\n\nAnd here it is, another wrong statement by an u… https://t.co/RtJBrRxyyQ
## 244                                                                                                                Three T Carburetor Main Jets, Carburetor Pilot Jets For Dellorto PH BD/BE/B/BG/BH/BL/BR/M/SB SH1/2 SHA 10/12/14/15/… https://t.co/DaRnjqVUZL
## 245                                                                                                                                                        Je regarde Between us, Al side story de until we meet again la serie BL et let me tell you things tm
## 246                                                                                                               @goodman_mal @epigeneticforce @Know_More_News @jordanbpeterson A Coincidence is a great word a group of Jews. \n\n“A… https://t.co/62QhMlx1So
## 247                                                                                                                                                                                             @marsMEWlow 😆 non-asian bl recommendations are accepted as well
## 248                                                                                                                  TVMix reports Hollywood Media Mogul Alki David Calls on Congressman Steve Scalise To Hold Emergency Whistle Bl.... https://t.co/oH2kltYJhL
## 249                                                                                                                @JennyPineapple2 @FirstNation10 @nyunggai Obviously Aboriginal law is extinguished for good reason, BL does not pro… https://t.co/qkZ3RTuFqI
## 250                                                                                                                PersonalizeDISD: RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus l… https://t.co/EQL8BxL2bq
## 251                                                                                                                @ADramticsCutie It is and I don't get how no is talking about it or why the large fan clubs haven't created a HT fo… https://t.co/u0RkJCCsXZ
## 252                                                                                                                      @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/1WwPjqryQh
## 253                                                                                                                 @Kamenootwt MADK, at the very least, is authored by a man. Bad Boys Happy Home is drawn by a man. There's great BL… https://t.co/BppKYTOLJf
## 254                                                                                                                         @MyBLCalendar @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @boys_passion @BL_Scenery… https://t.co/SnGXvJEkzV
## 255                                                                                                                                                                                                  @UDubTonyD @BL_27_ @AcropolisJr @C_M_G206 Any update here?
## 256                                                                                                                                                                                                @ClaireSilver12 That's what happens when we love what we do.
## 257                                                                                                                @CherylM50784435 @GeneralHospital @josh_swickard I was rooting for them in the beginning...It's just embarrassing n… https://t.co/at6pxUZxOD
## 258                                                                                                                                                                                                                          @michixmame the BL i would draw 😭🥹
## 259                                                                                                                The plot of "Collecting All the Hot Noblemen" is like a roller coaster of emotion. It's riveting and full of surpri… https://t.co/rC6SrEyzR4
## 260                                                                                                                                           Me: telling Sarah all the gossip I hear and search for about bl actors like she cares \nHer: damn that’s so crazy
## 261                                                                                                                Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizi… https://t.co/C9ASMofN4v
## 262                                                                                                                  30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v… https://t.co/373wAfa8z2
## 263                                                                                                                                   since i srsly got no one to talk to might as well read some angst bl and go back to my bl era 😼✨️ https://t.co/Zvn45KUOPO
## 264                                                                                                                @purinpilled @heatherBASEDon Most of my gay friends made a clear distinction, independently, that BL≠ Yaoi and that… https://t.co/Fq0XJ8CroY
## 265                                                                                                                   @darkestdollx @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/0dBwJvFBbH
## 266                                                                                                                                                                                   Alert: MOTOR VEHICLE COLLISION @ I275-NBND/GANDY BL N Tac: B Sent: E36 E7
## 267                                                                                                                               Delta Chamberlain 142747-BL-I In2ition 2-in-1 Shower Faucet, Matte Black https://t.co/EpDeWjxlJu eBay https://t.co/WDYc9muxhv
## 268                                                                                                                                                                   (New)DEWALT DCS571B ATOMIC 20V MAX BL 4-1/2 in. Circular Saw https://t.co/JEspO7qb3L eBay
## 269                                                                                                                                      @KJWinEducation @rpondiscio 1 uses a variety pack: Wilson, BL TpT worksheets, LC writing workshop, and RR small group.
## 270                                                                                                                     They're so damn cute especially the Milk \n#ChocoMilkShake #bl #koreanbl #Blseries #parkseungbin #kimseonghyuk… https://t.co/LOzhiNRuD7
## 271                                                                                                              @Abdulah73649951 @TheDoct0r_ @jsolloso The french league has proven itself a legit talent factory\n\nThe bundesliga s… https://t.co/dkBt9GGYHW
## 272                                                                                                                                             New Dreamwidth Post: Activity Check-in: BL Manga "Follow" &amp; "Akegata ni Yamu Ame" - https://t.co/JC5OXm5g5O
## 273                                                                                                                @rubyblue1137 I do understand yours. You think one is worse than the other. I think both are equally problematic, j… https://t.co/jKTj2aJpPI
## 274                                                                                                            @HauckTarin @karenvaites @TimRasinski1 The Caulkins/F&amp;P Balanced Literacy did not include the big 5. I don't like u… https://t.co/kBzqQlGdin
## 275                                                                                                                                          @hils_k yeah... here we are 25 years and probably hundreds of fandoms later and here we are meeting in Thai bl....
## 276                                                                                                                                                                                                            My social battery bt5les literally bas bl taxies
## 277                                                                                                                                        Nury Martinez and the Dirty Truth of Latino Anti-Blackness - (Brown &amp; Bl... https://t.co/3pKahP1qdV via @YouTube
## 278                                                                                                                @shoujoscholar @saeryen I didn't say anything about objectifying men. I just mentioned BL. Do you think BL objectif… https://t.co/0rpCrBObY2
## 279                                                                                                                Do anyone know where I can download a Bl serie, with subs in English or Spanish, because i going to a trip where is… https://t.co/3EzYg8h8x3
## 280                                                                                                             Mari’s reaction to #AboutYouth Ep 1 &amp; 2\n\n#reaction #patreon #react #bl #drama #taiwandrama #retweet @LovingBlogs… https://t.co/yDMUvI4s3X
## 281                                                                                                                @_chcow1nt_ And that is ig how danmei kinda sets itself apart from other BL media imo..most if not all is only hype… https://t.co/vCDieFKCoU
## 282                                                                                                                                   Gonna be honest...this is probably the best manga panel ever.\n#cat #owner #manga #mangapanel #BL https://t.co/4T5Lyik3Tb
## 283                                                                                                                @boysloveparty 🎂 Thank you for the calendar, I depended on it when I first started reading BL at the beginning of t… https://t.co/UABSBb1iIt
## 284                                                                                                                   It's Time for Trivia Tuesday ⏰\n\n#StrangeWorld star Jake Gyllenhaal also played Mysterio in which Marvel movie? https://t.co/uBv03qFuzX
## 285                                                                                                               When you r trying to check ur boyfriend's phone📱\n\nSweet Couple Sauce🔗https://t.co/qEg2WYlJYb\n#webcomics #manhwabl… https://t.co/NXKkwNrb00
## 286                                                                                                                Him wearing that horrendous crusty-ass mop of a wig is reparations for what he said about BL years ago. But it hurt… https://t.co/HeUhsFG7mt
## 287                                                                                                                      @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/x2ur0v8DVJ
## 288                                                                                                                                                                                           @heelsiblings I thought it was BL, when i looked at the first pic
## 289                                                                                                              while\nfrom others came a sound of carpenters and coopers, with bl\n__iherb_promocode_promo_rewards_voucher_code_disc… https://t.co/7qxpFjVEHJ
## 290                                                                                                                                                                                                                               Gotta finish that terrible BL
## 291                                                                                                                 @transmascswag_ of course of course, but drawing in the ideas of postmodern literature specifically how it relates… https://t.co/YYkPRra5f3
## 292                                                                                                                                                         This is Bl’ink with her taggy “Peridot” custom My Little Pony I did in 2009 https://t.co/fMSnvoIVOq
## 293                                                                                                                                                                        can't believe I just discover that my type of bl is gay yuri https://t.co/oQmBK5u6b0
## 294                                                                                                                @bloomfilters Oh and! Each specific series within the Qhidae will have a different queer theme, one will be pure BL… https://t.co/UEr7NKFWN7
## 295                                                                                                                @ToonMouthTyne @BL_2889 @England I’d love to see Wilson and Maddison get starts but I think the reality is that the… https://t.co/bZOGNe9H6u
## 296                                                                                                                      @aibarisu @phuwintang @ppnaravit as you should omg it's amazing!! it really does especially with the music 👌 like the bl version of it
## 297                                                                                                                        @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/3Lmn9TocJ9
## 298                                                                                                             Title: Love In The Air (Uncut Version)\nEpisodes: 1-3 (of 13)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nPlatform:… https://t.co/V5DbY3tLmO
## 299                                                                                                                                                                                                                     @GMMTV is this a new series. Is this Bl
## 300                                                                                                                @GeneralNarwhale @MuItimach Yeah I feel that. Got a PC right after BL came out and was just wondering if I should'v… https://t.co/MqZU8k2rpu
## 301                                                                                                                                                         @JohnThePapist Catholic answers could be thought of similarly to Bl. Carlo Acutis' website as well.
## 302                                                                                                                    Evening light at Lauch, Langenbruck BL.\n#landscapephotography #photo #LIGHT #TREASURE \nhttps://t.co/mEChtPgHPZ https://t.co/QNCqLjT7JZ
## 303                                                                                                                                                                                    Manga: Jinx\nArtist: Mingwa\n\nLegendary bl artist and writer of bj alex
## 304                                                                                                                                                  Prothane 6-1207-BL Black Radius Arm Bushing Kit FI3H30T\n\nhttps://t.co/AYKTselpa3 https://t.co/kBvHPeheqv
## 305                                                                                                                                                                              @troonytoons Couldn’t be anything to do with him being downright bl**dy ugly!!
## 306                                                                                                                                                     cant post about a drama without someone going “is this BL!?”\n“OMG I WISH IT WAS GAY!”\n\nguys 😭 please
## 307                                                                                                                                       Arlington Heights | Structure Fire reported at W Pico Bl / S Bronson Ave\n\nhttps://t.co/NgkEeatDMm\n#lafd #lafdalert
## 308                                                                                                                @mylenechantress hahahh me too I'm new in BL drama I only watched Korean and Chinese drama but im addicated to Kore… https://t.co/xZbEL6hG9y
## 309                                                                                                                                                                                                  @aevalion1 Mich bl club no worries https://t.co/3CFofmhxJF
## 310                                                                                                                                                   normal ppl: need to focus on school during finals\nme: needs to start a bl during finals or ill go insane
## 311                                                                                                                                                                                                             @yongbokrexic it's a sexual and violent thai bl
## 312                                                                                                                @mylife8z Now I'm jealous😂 I get to enjoy those wee hours only Friday to Sunday and watching Kdrama too and recentl… https://t.co/CTUjDnhFn0
## 313                                                                                                                                                                        very cool and inviting6. There were soft, bluey-green bl     https://t.co/3tccBratSg
## 314                                                                                                                                                  @SDYeet He literally have the most common uncle/korean bl hair style just on a different face and body T_T
## 315                                                                                                            UWIOFF Weed Barrier Landscape Fabric, 4ft x 10ft Durable &amp; Heavy-Duty Garden Landscaping Fabric, Premium UV Resista… https://t.co/0v3XncwOPs
## 316                                                                                                                     @cynodegmi @sylvainbrisse @CBeauruelle @CMIJournal Read the case report, dear BL SE ... You'll be surprised!\n👉🏻https://t.co/KCCuMDWdoZ
## 317                                                                                                                             @Fulgur_Ovid Omg, Blue flag? Based.\n(I'm surprised cause more people nowadays are commonly into manhuas/manhwas in bl genres.)
## 318                                                                                                                 Now flipping it around! Do the girlfriends of these bl actors feel this way? Like it IS a job and I honestly don’t… https://t.co/71d8iQ2MRq
## 319                                                                                                                                                                     @KingOfNothing22 Wouldn’t say amazing performance tbh competent yes but not spectacular
## 320                                                                                                                                                                                                     Can we not call real gay men “BL/Yaoi” boys pls, thnx ✌️
## 321                                                                                                                                                                                                                                       ong/teo practice is 🔥
## 322                                                                                                                                                                         oh my god the night i have a bunch of motivation to cvt i dont have a bl@de with me
## 323                                                                                                                TRAHXGO 2Pcs Lymph Drainage Magnetic Bracelet, Anti-Swelling Bracelet for Women Men, Magnet Weight Loss Bracelet, P… https://t.co/FLZw7aNzGD
## 324                                                                                                                “Zero covid in one country,” is 21st C “socialism in one country” esp as the rest of world “lets the virus rip.”  I… https://t.co/SnPxmTgbIE
## 325                                                                                                                @shoujoscholar @saeryen No. Sex by itself isn't male or female gaze. It's how a work portrays sex that denotes whet… https://t.co/o1dtdWGCcM
## 326                                                                                                                @LMichelleJ87 @karenvaites @TimRasinski1 Wasn't BL coined from the findings of the NRP Report? WL lacked word recog… https://t.co/PW7KDDjHtc
## 327                                                                                                                either it exists in Japan and hasn't been exported, or it just doesn't exist, but I'd be surprised if somehow the B… https://t.co/mCpZMejRq0
## 328                                                                                                                                        Handmade Repurposed Upcycled Statement Bib Necklace sparkly bl by SparkleMyGlitter https://t.co/Ne1mNn6WBX via @Etsy
## 329                                                                                                            Ox &amp; Pine Handmade Personalized Leather Cord Wraps for Laptop Cords (Dark Brown, Rustic Brown, Saddle Tan, Rustic G… https://t.co/etf2wG11XG
## 330                                                                                                                                                                                                                  @_bl is a scammer dont do business wit him
## 331                                                                                                                                                Apparently I read comics now\n \n#Oddballs #sticknode #BL\n\nhttps://t.co/xmOellbBp3 https://t.co/z7F5FHXcrv
## 332                                                                                                                   @rss_mayu 🔣To prevent further nightmares➿🪁\nI have bl🤬🥒ked certain \n😰DISTRESSING emAils 😨\n🥰🤩🫡from the HeAd OfFiCe \nBe§©®®®ep Boop 👽👾🤖
## 333                                                                                                                 @mylenechantress you hate snow and we are praying to see snow hahah even if I travelled to Europe I never see🤣💔 no… https://t.co/2vN8badMd4
## 334                                                                                                                                                                   @sharluvbot @kooyng apparently the webtoon is a bl but idk if its true thats what i heard
## 335                                                                                                            @oakieone @AndrewxMontague @judith_sheen Compare with miners &amp; steelworkers, car factory workers didn’t see how for… https://t.co/eBgpc1ya8b
## 336                                                                                                            Check this fascinating #artist: #Lebanese🇱🇧 #RockMusic pioneer &amp; #humanitarian @Lydia_Canaan and listen to her song… https://t.co/JPbmgImy38
## 337                                                                                                                D*rek Bl*ghe in Fermoy, Co. Cork tonight trying to whip up hate against refugees. A handful of locals were there 'o… https://t.co/yWdHlMznM7
## 338                                                                                                                 @tbaudinette Ah, so disappointing. Such a missed opportunity if New didn’t eat one when he was in Aust a few weeks… https://t.co/4oqDgeieQX
## 339                                                                                                                Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/Rv7Eipuy9o
## 340                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nA mother's Joy that splashes colors around her… https://t.co/uqyXgvoKIu
## 341                                                                                                            OK THOSE WHO TOLD ME USE MORE OF THE BL@DE.. I UM SHOULD HAVE LISTENED NOT TO PRESS TO HARD 🙄🙄🙄🙄🙄\n.\n.\n.\nshtwt stryo… https://t.co/i1gyNEsbQJ
## 342                                                                                                                                              Prothane 19-920-BL Black Straight Shock Mount Bushing with Sleeve - 2 Piece TIYI2ZZ\n\nhttps://t.co/31hGIUXj7E
## 343                                                                                                                                                                                                             Wait, I've read this BL https://t.co/FpRlMg6yc7
## 344                                                                                                                @DCFDavisson @BLMedieval See for example the Royal Proclamation of 16 November 1538 which was issued jointly by Hen… https://t.co/6sLKFtgzZX
## 345                                                                                                                                The manhua has been feeding us so well\n \n#Mankatha #bl #characterdesign\n\nhttps://t.co/5ZqnuoX0yY https://t.co/uGeqZQYuwP
## 346                                                                                                                                                                                                                            @BL_Tidus @Spllila1 true imagine
## 347                                                                                                                                                                                                                                @Spllila1 @Draco2050 imagine
## 348                                                                                                                                                                                            @CoffeeVectors @bl_artcult omg you two 😆 https://t.co/EbxR7ZnSbK
## 349                                                                                                                 @jeffjag @bl_artcult @anim8dead @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr ah, i was about to… https://t.co/UKbKrywqwk
## 350                                                                                                                                                                                                                                         Formal dress code🥹🥹
## 351                                                                                                                                                                                   This is definitely in top 10 favorite BL of 2022. https://t.co/m8gIqPXOMk
## 352                                                                                                                                                                                    @reversea_ Hooray!! Thanks so much! Hope you love it as much as we do~ 💖
## 353                                                                                                                       @illustrata_ai @artcrushgallery @animusnft @speakingtomato thanks for the tag friend.\nA little Miami winter… https://t.co/baIQvHROpp
## 354                                                                                                                 MM MELISEN Yoga Mat Storage Rack, Home Gym Studio Organizer Cart for Foam Roller, Yoga Strap and Resistance Bands,… https://t.co/Jm98em767o
## 355                                                                                                                                                                       @SUGAHCUNT @gojosatorubutt @HakkenRyou I think it's from BJ Alex, and if so, it is BL
## 356                                                                                                                                                                        @BL_2889 @lord_barrold @England Yeah, that's probably our best 4 attackers, I agree.
## 357                                                                                                                there’s so much. bl adjacent things that are often better than straight up bl but i do like when it’s canon. i have… https://t.co/ldIg625Gg1
## 358                                                                                                                                                                                                           @BL_2889 @ToonMouthTyne In a front 3 I 100% agree
## 359                                                                                                                @AlexFriel @afortunatestory @SebBronislaw @gen87767272 @Otto_English a culture is a people, things like food or mus… https://t.co/x8zaOmIbrQ
## 360                                                                                                                @BL_2889 @lord_barrold @ToonMouthTyne @England No point in wasting your breath on striker alternatives. Kane is and… https://t.co/uZKGhVvUlf
## 361                                                                                                                 Okay so Thai bl fans, question: is skinship between men seen as normal and platonic? Like skinship in Korea? Here,… https://t.co/ofAEzdqD9T
## 362                                                                                                                      This comic is definitely worth reading! Come check it out!\n \n#aiart #bl #AnimeArt\n\nhttps://t.co/NW5yHVNJSN https://t.co/W5Q7BLufha
## 363                                                                                                                @MDi_BL oh, this could not have come out at a better time! i had some coins about to expire on bookseller so i just… https://t.co/29hiX384qZ
## 364                                                                                                                RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was gr… https://t.co/MyTPsEZLVK
## 365                                                                                                                                                                                @BearsBeyondGate Anothe bl***y meaningless Friday night game. Waste of time.
## 366                                                                                                                                @lord_barrold @ToonMouthTyne @England I think I agree. Rashford has to start so I’d play Maddison Wilson Rashford and foden.
## 367                                                                                                                                                                         “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/spswpbp3Wn
## 368                                                                                                                                                    @spiritcryptic YEAH but this level of fanservice from something that isn’t a BL is still wild to me lmao
## 369                                                                                                                                                      @Azhdaya__ Why is ginger .5? It's the blond gene.\nI'm 16.5, b/c the hair is more like a strawberry bl
## 370                                                                                                                                                                                                                 @Mbappemos https://t.co/TPmSY3gMyc\n\nRatio
## 371                                                                                                                                                                                  Ana fkdt el 4a8af eny albs ay 7aga fel gam3a de wallahy 3ayez anzel bl pjs
## 372                                                                                                                                                     Apparently I read comics now\n \n#draw #indiedev #bl\n\nhttps://t.co/3HtuHFSc0X https://t.co/q4ONlszrYi
## 373                                                                                                                                                                                                             I'm a BL lover give me suggestions vice versa 😁
## 374                                                                                                                @shoujoscholar @saeryen And I never said they were. My point is that shounen takes tropes from shojo, josei and BL.… https://t.co/yapAfeZsdI
## 375                                                                                                             We're finished, man fall in love to the bear (stuff toy). Now, men fall in love to the animals (cat &amp; dog). Are we… https://t.co/8u1tu0lyOa
## 376                                                                                                                 @KJWinEducation @rpondiscio Exactly…don’t the majority of educators come from the same sources (uni’s and PDs). In… https://t.co/7uOpU3pkLn
## 377                                                                                                                whitelist Interworking Assistant @prabhat4real @Moar_0 @31415926BTC @boulayada @ph1ll_x @CavalierSVAO @Bold_Baldies… https://t.co/I6IOvwdA6B
## 378                                                                                                                      @miniyoonie Mew and his formor bl partner had some big trouble where mew sexual harassed him \nAnd gulf idk, i only know he CAN'T SING
## 379                                                                                                                                                                      How cute they are buying bl mangas together🥺🥺🥺 #sasakitomiyano https://t.co/ldJSQnCFhF
## 380                                                                                                                                                              @_Monirjr M4 b7s dh l3b kora b7so bdan, hytl3o badry neek bl l3b dh probably mn el match el gy
## 381                                                                                                                                                                                                                                @bl_ue_berry_ Let us see !😋😋
## 382                                                                                                                Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Aside from the trademark red pinstripe, th… https://t.co/5M8WhH0l25
## 383                                                                                                              (It's not a really serious problem) \nI hate everything\nI can't find an extra of a BL 😭😭😭😭😭\nAnd it's the extra that… https://t.co/cr8yBgFaHA
## 384                                                                                                                                                                                        Alert: MOTOR VEHICLE COLLISION @ 7301 PARK BL N Tac: G Sent: R34 E34
## 385                                                                                                                                   Eastbound 6-car BL/Downtown Largo Train 408 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (4:11pm)
## 386                                                                                                                                   Eastbound 6-car BL/Downtown Largo Train 408 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (4:11pm)
## 387                                                                                                                                                                            @bw_threadoffate imagine if bw have a bl series after an anime series/movie 😭😭😭😭
## 388                                                                                                                                                                                                                 @OnlyXoXo__ Mood rn https://t.co/RXzTE9IG3r
## 389                                                                                                                i love adding to the bl thread but i’m sure twitter shows it as just a tweet to some of u so it just looks like i’m… https://t.co/ghKFSwRAxC
## 390                                                                                                                Hbd to the sweetest angel ever I'll always be by your side bby whatever you do, I just want u to be happy my little… https://t.co/DOLfg4OsIx
## 391                                                                                                                                           Eastbound 6-car BL/New Carrollton Train 455 has been holding at Landover on track 1 for at least 5 mins. (4:08pm)
## 392                                                                                                                                           Eastbound 6-car BL/New Carrollton Train 455 has been holding at Landover on track 1 for at least 5 mins. (4:08pm)
## 393                                                                                                                @TimRasinski1 In fact, I never knew the issues in K-3 for BL before EH. I thought there was an overemphasis on choi… https://t.co/eTKdaQTB3l
## 394                                                                                                                Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see student… https://t.co/RqcmFk9CRT
## 395                                                                                                                                            @YeBlowsAss @Tiptoe678 @KenGGKen People say its not bl bc its really is sexual harassment throughout the story 💀
## 396                                                                                                                                         The manhua has been feeding us so well\n \n#bl #SliceofLife #dad\n\nhttps://t.co/PYOmBdrXIX https://t.co/AFVNO2Cbcz
## 397                                                                                                                       @epitaphtoadog @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/6EHP5R5iho
## 398                                                                                                                                                         @Denjislonely @Tiptoe678 @KenGGKen My ass went in not knowing that it was a BL I WAS FLAGGERBLASTED
## 399                                                                                                                         @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/MQvTy4fomS
## 400                                                                                                              I've seen random circle thingies before, but hadn't ever heard of Chirpty until just now in a @KinoAlyse space!\n\n(T… https://t.co/rUH4Znfp9M
## 401                                                                                                                Can someone recommend me any  bl dramas🥺 i dont mind if it's thai, chi, kor, or whatsoever i just wanna put them on… https://t.co/RHTwcViGYR
## 402                                                                                                                         Check out this product 😍 Case 042 Stockman Amber Bone 😍 \nby CoxWebSales starting at $69.99. \nShow now 👉👉… https://t.co/AdIvs33exe
## 403                                                                                                                            @Denjislonely @Tiptoe678 @KenGGKen It’s funny how I completely got invested in Killing stalking, sometimes these BL mfs can cook
## 404                                                                                                              Fall of an Immortal\n\nliterally the funniest bl I’ve read, it’s a wild ride from start to finish and both characters… https://t.co/SCx3lWhOxp
## 405                                                                                                                                                                                                                                  @Koohoe It bl**ms for you!
## 406                                                                                                                                                                                                                                  @visegrad24 Definitely yes
## 407                                                                                                             @TimRasinski1 Thanks for clarifying &amp; pushing conversation. I read much of your work esp on fluency. I think there… https://t.co/EixGlaQxfu
## 408                                                                                                                                                                             @Royailove @fujoking_bbu Sorry, but wear do you purchase your mature bl manhwa?
## 409                                                                                                                                                                                          @drama_IIama popular thai bl dramas! I think they’re easy to guess
## 410                                                                                                                ChokosMilky Kitchen Tongs for Cooking with Silicone Rubber Tips 7" - High Heat Resistant Handle, Stainless Steel BB… https://t.co/GEo8hwyz18
## 411                                                                                                                                                                                                              @BL_27_ @AcropolisJr @C_M_G206 Do we know yet?
## 412                                                                                                                                                                                @travis_bl @JazzEFC Cant bring myself to actually do it, unless I'm pissed!😂
## 413                                                                                                                                                  @Skirgey @ToonMouthTyne I know I’m a bit biased but I think Wilson offers more to this side then Kane does
## 414                                                                                                                                                                               @Denjislonely @Tiptoe678 @KenGGKen Wait do you actually read BL for the story
## 415                                                                                                                                           @YeBlowsAss @Tiptoe678 @KenGGKen The bl i like is ending next week so if theres sex I’ll post it and cry about it
## 416                                                                                                                                                                     @TheeUncleJerry @Dropppio @OriginalFunko Just like BL Carnage 🥲 https://t.co/ZwfrhBGABs
## 417                                                                                                                                                Flash Furniture Kids Colorful 5 Piece Folding Table and Chair Set JB-9-KID-GG Bl...👉 https://t.co/E8nmRRZuUj
## 418                                                                                                                1 Pair Shoe Trees for Men, Practical Adjustable Length Plastic Shoe Tree Shoe Stretcher Shaper Boot Holder Shaper S… https://t.co/LIp4GM4FPF
## 419                                                                                                                                                                   This was my fastest recovery from fachla w skhana, litteraly jetni bl chmeta 9bal lprojet
## 420                                                                                                              @snj_1970 Absolutely appalling that these kinds of studies need to be done to state the bl**ding obvious\n\nAll commo… https://t.co/J9JRRaKfaF
## 421                                                                                                                                                                                                                         He certainly bl**dy is! Sensational
## 422                                                                                                                 @signald @illustrata_ai @joynxyz @amli_art @bl_artcult Thanks! Yes, there's a quality of duality. In my own story,… https://t.co/oowsPMgaIP
## 423                                                                                                                 @GMMTV U know I hate u a lot couse my ship u don't give good promotion olso u don't wanted to haven event together… https://t.co/Nxlwbfnefp
## 424                                                                                                                @anieCiahh Please the sister was free to ask her about that on live where every blog, different fanbases were going… https://t.co/tqVpMb1Okp
## 425                                                                                                                 @FortniteTracker @Khanada @PeterbotFN @MeroFN @AcornFN @dukezfn @KamiFN1 @QueasyFN @VadealFN @JannisZFN @venofn eu… https://t.co/z7LNbxybkZ
## 426                                                                                                                                   Eastbound 6-car BL/Downtown Largo Train 406 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (3:56pm)
## 427                                                                                                                                   Eastbound 6-car BL/Downtown Largo Train 406 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (3:56pm)
## 428                                                                                                                                                                                                     @YeBlowsAss @Tiptoe678 @KenGGKen I never dropped bl wym
## 429                                                                                                                @jeffjag @anim8dead @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art Please, bait away. Th… https://t.co/LNbEeSLgZg
## 430                                                                                                                                                                                                               @NichtTmToxic L Take harter L Take ngl &gt;:(
## 431                                                                                                                                                        @Denjislonely @Tiptoe678 @KenGGKen Oh hell naw, are you still in your BL era https://t.co/SuJO85ZW0N
## 432                                                                                                                                                                         “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/pHZnREIsHu
## 433                                                                                                                                                                                                           Bag secured 🥹💕 #Manga #BL https://t.co/bTDmXXClLp
## 434                                                                                                                Fairfax Co. PD confirming the critical shooting on the 8500 Bl. of Hyman Wy. With one individual transported with c… https://t.co/Q36tn3Yh1V
## 435                                                                                                                                                                                                   ill eat lemon if we get brightwin new bl series next year
## 436                                                                                                                                                                          @Exalted_Speed Is Shinji in the back in some BL centered spin-off with angels now?
## 437                                                                                                                @bl_artcult @anim8dead @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art I'm sorry for bein… https://t.co/w15v5mORYt
## 438                                                                                                                                                                                                   @JazzEFC @JustPaul85 Fingers  down throat does it for me.
## 439                                                                                                            @AAngela98765 @DoctorSam7 @plthomasEdD @ChaseJYoung1 @LRobbTeacher &amp; how many read literature to/with their kids or… https://t.co/dX54E39Eaj
## 440                                                                                                                 Foyose Gaming Headset for PS4 PS5 Xbox one PC, PS4 Headset with Noise Cancelling Mic, Soft Memory Earmuffs for Mac… https://t.co/BXXryINN5p
## 441                                                                                                                Game Card Storage Holder Hard Case for New Nintendo 3DS 2DS XL DS and Nintendo Switch or PS Vita Games or SD Memory… https://t.co/ev3sLSWQob
## 442                                                                                                                                                                                    @fretarot BL(mine) his name is Deo and idk his last name so thank you💜💜💜
## 443                                                                                                              ! g^ess ! sh×^ld start w!th an !ntr×d^ct!×n¡\n\nMy name !s R!nr!s Pr×k!k¡ !'m a g×ld bl××d¡ ! l×ve mak!ng new ×^tf!ts… https://t.co/geFslwzIz6
## 444                                                                                                                                                                                                                     @Tiptoe678 @YeBlowsAss @KenGGKen Its BL
## 445                                                                                                                                              Good advice on the algorithm w/\n@KinoAlyse @delta_sauce @bl_artcult @StacieABuhler\n\nhttps://t.co/CzOE9M27Qn
## 446                                                                                                                @AhmadFPR @stefanyhoyeck Eh i get the viewpoint bas im super protective of my stuff and really value privacy fa b7s… https://t.co/ERVJc18O4E
## 447                                                                                                                                                                                                  Spent $80 on BL at Barnes and Noble what world we live in.
## 448                                                                                                                Vintage Two Tone Full Back Teddy Ivory/Blue MD X615-EH3617-BL-M0 - RFGJR Wholesale Products - We Do Lingerie And Th… https://t.co/AjKCgJw5xl
## 449                                                                                                                                                                                     Eye contacts are the best , especially when they last , kat7ss bl power
## 450                                                                                                                                                 @KinoAlyse @delta_sauce @bl_artcult Original space rugged, so here's the part 2!\n\nhttps://t.co/ksgPdwP7Oa
## 451                                                                                                                                                                                   @KinoAlyse @delta_sauce @bl_artcult  new room \n\nhttps://t.co/xxa6V210iO
## 452                                                                                                             @Ponkery @DrawciaX Here my attempt for you\nF:Wow the Lab Zero is pretty huge\nP:Yep\nFK: You guys better leave this p… https://t.co/WMHFewasuQ
## 453                                                                                                               I can’t defend this promotion behavior anymore.\n\nThese two will either get nominated for a best couple award OR be… https://t.co/MPWOBGgDNS
## 454                                                                                                                @Blacktheism @mantic452 BL has mostly Kate's pov, when we get more chapters from Yelena's pov we'll see more emotio… https://t.co/bzT89dIuNP
## 455                                                                                                                   This awesome comic deserves more attention!\n \n#shucream_bl #animeboy #ForcedMarriage\n\nhttps://t.co/Uw68l2bxdg https://t.co/JM9pth2sU0
## 456                                                                                                                      Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/wYp3yskaPr
## 457                                                                                                                                                                               @k43Iuc like i swear they care about bl and loli more than fujos and lolicons
## 458                                                                                                                         @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/AC6N8FoHKG
## 459                                                                                                                 @zaruled @WSJ_manga csm's anime just started, it's already the end of 2022, jjk, mha, sxf and bl all got pushed by… https://t.co/VIxqwwc5Uw
## 460                                                                                                                                                                         Well at least they didn't bl-- oh. hmm. that's unfortunate. https://t.co/jTwAxYSYDV
## 461                                                                                                                     @destinykrainbow @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/kJcbsQhr3Z
## 462                                                                                                                @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 @LRobbTeacher Also, the other unspoken thing is that districts… https://t.co/6uPLcmZvAJ
## 463                                                                                                                                                                                  @that_blacc_girl I have seen that...I think that was my 1st Thai bl series
## 464                                                                                                                @shoujoscholar @saeryen Which scholars? Do you believe that BL and Josei erotica don't count as female gaze works t… https://t.co/2QmbVHG1qE
## 465                                                                                                                  @destinykrainbow @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd… https://t.co/v89tqisqTh
## 466                                                                                                                         @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/9nahUtqX7m
## 467                                                                                                                           G S 3 Freer Elevator SURGI Dental Ophthalmic Instruments 7" D/SH &amp; BL Blade 5MM Best Quality WFBZMF3… https://t.co/AURipNydHy
## 468                                                                                                                                                     some of these korean bl authors need to let go some of these series 😭😭😭 WHY R BLS FROM 2018 STILL GOING
## 469                                                                                                                MagX Super Thick Plain Magnetic Sheets, 20 Pack, 30 mil, Flexible Magnet Sheet 4" x 6", Magnets on One Side, Magnet… https://t.co/PdgXFCMVea
## 470                                                                                                                           @trickyseeun Idk even know the show but I always check if the tags have bromance or bl before I start so I don’t get disappointed
## 471                                                                                                                           @MyBLCalendar @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @sds_levy @boys_passion… https://t.co/4UyVCb1pVo
## 472                                                                                                            PR#29/TD#11/29/22/:24-25/BLW/INST.MT.7:24-25/INST.OK68DT.18:15;AC.7:37&amp;OWNCHILDREN#S09/29/1990;12/15/1996;02/21/199… https://t.co/4nvo0ryIbs
## 473                                                                                                                I know all GMM actors play BL series and I know all GMM actors play kiss scene with boys and sex scene with boys bu… https://t.co/uXQRKv4I8S
## 474                                                                                                               Μέδουσα Chapter 24 is out!\nhttps://t.co/EXcazyDNgo\nWe take a peek at how Tsukasa and Saki's lives moved on without… https://t.co/ijErjPZ8WH
## 475                                                                                                                                  last year they took My Feral Boyfriend: BL Dating Simulator away from me. this year its Alice Closet: Anime Dress Up 😢😢😢😢😢
## 476                                                                                                                CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an u… https://t.co/bZfKTxbmLl
## 477                                                                                                                                                                                                              @katsookma Well in my case, I’m Bl…never mind.
## 478                                                                                                                 @BL_Scenery @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @sds_levy @boys_passion @KeithBLGuy… https://t.co/AFoGlKKcCP
## 479                                                                                                                @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 @LRobbTeacher Looking forward to it.  There are elements of BL… https://t.co/ncP0hYDGOh
## 480                                                                                                                                                                                     Alert: MOTOR VEHICLE COLLISION @ 43 ST N/PARK BL N Tac: B Sent: E36 T33
## 481                                                                                                                                                                                                                          @bl_artcult This one is fantastic!
## 482                                                                                                                                                                                                            Bl...ckp*nk noise music. https://t.co/HgvRyuscfK
## 483                                                                                                                                                                                                                                         @bl_artcult Lovely!
## 484                                                                                                                           @MyBLCalendar @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @sds_levy @boys_passion… https://t.co/jW6gy2r7tD
## 485                                                                                                                @AccReader We organise by BL too using plain, black on white spine labels. We integrate fiction, Non Fiction and pi… https://t.co/2VsThiCF5v
## 486                                                                                                                                    I wanna try out this comic book style\n \n#BL #webtoonseries #digital\n\nhttps://t.co/gjELhGGZ7y https://t.co/UvgPXZVfKI
## 487                                                                                                                Loving this space! So great to hear the voices of @delta_sauce and @bl_artcult speaking on their work and marketing… https://t.co/9YeNVBy7j2
## 488                                                                                                                                                                                    Justin Jefferson 2020 Panini Bl #ad #sportscards https://t.co/SN1bpHDkOj
## 489                                                                                                                                                         when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…
## 490                                                                                                                                                                         I've read both of these scenarios in actual bl/gl series 😭😂 https://t.co/Bkpb32GO4y
## 491                                                                                                                I am really excited for #NeverLetMeGotheseries! @GMMTV are increasingly branching out into creating original #BL na… https://t.co/hVmxgbLyhx
## 492                                                                                                                I just wanted to say that I'm not bl dramas fan but these two taking my heart just like #taekook. whenever i see th… https://t.co/bVdKKpIKye
## 493                                                                                                                                                                @EvokeClassics Used to have B reg 2600 in the BL metallic pale blue, unfortunately no photos
## 494                                                                                                                                                                                                                                     @Aiden_bl Ok Britishman
## 495                                                                                                                                                                                 @Campbellmatt_ @travis_bl Why we didn’t play at this tempo first half Matt?
## 496                                                                                                                            I've noticed that foreign lifers have been working on Chinese BL, but I wonder what kind of BL is available in other countries?🤔
## 497                                                                                                                I am sure you never love be like a Gay and Last year you had movie a BL movie with Bass but you did not kiss the li… https://t.co/rBA3UEv8Oy
## 498                                                                                                                                                                                                                                            @Aiden_bl Pleure
## 499                                                                                                                @shoujoscholar @saeryen This is not just my opinion. But is something that has been studied by BL scholars for deca… https://t.co/LwPxCghpjc
## 500                                                                                                                                                                                                                                        @Darknight936_ Bouge
## 501                                                                                                                                                                                                          @sauceddie @gabbyvrofficial Happy birthday 🎂 queen
## 502                                                                                                                Gymnastics Journal For Girls Red Heart - Gymnast Love: Notebook, DIY Writing Diary Planner Note Book - 100 Lined Pa… https://t.co/U5vyMFq4s8
## 503                                                                                                     ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513… https://t.co/XAyKdfGWBs
## 504                                                                                                                 @THEBLACKLABEL Can't believe YG/BL is using 2ne1's name to promote their new group after ALL that dirt they did to… https://t.co/C78X1cY6ka
## 505                                                                                                                                      @MsBecksR Oh my goodness that’s just bl&amp;&amp;dy brilliant news!! What an early Christmas present for you all!! 🐶❤️🙌
## 506                                                                                                                                                                                                         @MillarMan69 @travis_bl What you saying now Craig ?
## 507                                                                                                                                                                                                               TMS 92 is top tier BL https://t.co/yx9pMd6wuE
## 508                                                                                                                                                                      Someone broke through my barriers.... I said "I love you" #RAGEQUITLIFE Bl #RicchanBot
## 509                                                                                                                Prothane 7-116-BL Black Body and Extended Cab Pickup Mount Bushing Kit - 16 Piece YCXGLGL\n\nhttps://t.co/8qMf5716Gs https://t.co/AuFNjqGLDg
## 510                                                                                                                @anim8dead @jeffjag @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art ✨ s t y l e  c a n '… https://t.co/AvPbgH5Gds
## 511                                                                                                                @7x7x7eth @lilnounsdao @nounsdao https://t.co/nLGGM8dJoL I submitted these two for an #aiia #aiart contest…. Got so… https://t.co/XA9z4axDab
## 512                                                                                                                Latin0's finding 0ut th€y g0t pl@y€d n0t by th€ whit€ m@n but th€ Jewish nazi Lucif€ri@n illumin@ti fr33m@s0n bank€… https://t.co/28M63yAEP5
## 513                                                                                                                                            Apparently I read comics now\n \n#daveandbambi #BL #offensive\n\nhttps://t.co/KGRFC0p90v https://t.co/iuCx2xeeSm
## 514                                                                                                                @bl_artcult @jeffjag @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art The litigation gelat… https://t.co/9Vao10U0zS
## 515                                                                                                                @Shazam Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it… https://t.co/RA2uTlY5gL
## 516                                                                                                                                                                                                      @extradeadjcb This is why Bl*pp* is banned in my house
## 517                                                                                                                We have been learning about Mutual respect and what it means to be respectful. Congratulations to these Learning Mo… https://t.co/zsowxkWjYR
## 518                                                                                                                                                                                                  @lainfansweezer no she reads bl too but not like u do\n...
## 519                                                                                                                                                                           Me: “I have so many BL to catch up on!!!”\n\nMy brain: “Watch KinnPorsche again.”
## 520                                                                                                                @billboardcharts @Twitter .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploa… https://t.co/4aJuxUTnwe
## 521                                                                                                                @anim8dead @jeffjag @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art Please, someone launc… https://t.co/eRcB9AdIO3
## 522                                                                                                                 When you play a BL series, you should kiss the lips of boy ??‽?????????????????? or you should play sex scene with… https://t.co/6puGueIwu4
## 523                                                                                                                @JMReynolds @aifendragon Thatd be pretty interesting. ”BL sells books advertised about specific characters/factions… https://t.co/Dn0FOB0GVr
## 524                                                                                                                 @gahanmaxtul Beautiful love, beautiful friendship, beautiful couple, very handsome, sexy, multi talented young men… https://t.co/3OoqVzYaat
## 525                                                                                                                                          Apparently I read comics now\n \n#shucream_bl #Indiedev #kawaii\n\nhttps://t.co/wg9LlaWFjH https://t.co/EximOTS9su
## 526                                                                                                               @billboardcharts @Twitter hello, @billboardcharts @luminate_data @billboard\n The latest BB charts results are not a… https://t.co/2xIucCH4yF
## 527                                                                                                                                                                                                           Me in math class everyday https://t.co/OFLVoROjMo
## 528                                                                                                                @iminescent @illustrata_ai @joynxyz @amli_art @bl_artcult I can see that. And here we see the evidence of art, don'… https://t.co/oVyKWWljs1
## 529                                                                                                                                      Me jey and kana meet up and we start throwing punches at each other I just know it. Then we sit down and talk about bl
## 530                                                                                                                                                                                           @t0nyyates I wish people would stop hacking my bl**dy computer! 🙄
## 531                                                                                                                 Would it be possible to check how many refunds for Lightfall have occurred as opposed to WQ/BL, or just in general… https://t.co/HiYQnHdMdI
## 532                                                                                                                                                                           I remember the BLT my ex made for me, well BL 🤣🤣🤣🤣🤣🤣\n\nYoung, broke &amp; hungry
## 533                                                                                                                Tomorrow is the last day to bring in any shoe boxes for Pontefract Community Kitchen. Thank you to everyone who has… https://t.co/qaPBqEqg3C
## 534                                                                                                                                          Going to read bl for the first time.. I hope Nicole is proud my virginity is being stolen. https://t.co/jvFkfhGM0S
## 535                                                                                                            I love this plan for Eucharistic processions across the country in 2024. \n\nStarting in:\n-San Francisco\n-the tomb of… https://t.co/XaUzMPuwaX
## 536                                                                                                                 Mail Call!!! Received my Black Friday Mystery Box from @OriginalFunko! My only disappointment is the Minnie on Ice… https://t.co/qdZVn4GLKs
## 537                                                                                                                            RT HueyBlounts888: GTA San Andreas: DE - Mission #49: Outrider | #BlountsNGames https://t.co/jKKfdssEx6… https://t.co/DyuWy8HsbL
## 538                                                                                                                                           @RobinHa41160020 @TedUrchin @Keir_Starmer Bl@@dy hell, worst than Jezza's cultists. Read! https://t.co/lYVW8nY1pC
## 539                                                                                                                                                                                  bl*zzard does not care about the support role or the players that play it.
## 540                                                                                                               Digital Love story [20/??]\nMC marries a guy. The 4th panel is him taking the VR Goggles off showing it was a BL dat… https://t.co/nBeidQWsrs
## 541                                                                                                                 @evanf1997_ I wish they still cared liked the used to. There is clearly passion being put into the game but I feel… https://t.co/vbut6gIMtZ
## 542                                                                                                                @signald @illustrata_ai @joynxyz @amli_art @bl_artcult It's a tricky issue to describe, and twitters character limi… https://t.co/NBiIc7DjPW
## 543                                                                                                               @WrestleOps Same, i got a lil emotional when they hugged at end of war-games too. \n\nLookin like Sami/KO vs Usos at… https://t.co/ko2HsxVqId
## 544                                                                                                                                                        love passing around bl boys among each other like they are rag dolls, it's fun you should all try it
## 545                                                                                                              Join us tonight at 7pm in BL 104 for "He Built This City: The Muncie Architecture of Cuno Kibele".\n\nMore informatio… https://t.co/io9bafdbVg
## 546                                                                                                                 I think of least two possible causes 1) particles are not reaching cloud base or just not enough of them. It could… https://t.co/v7aNrGw6UO
## 547                                                                                                                @chattonnoire @urfavcatpun in ep 13 which we haven't seen yet and this is from the BL so I'm sorry its a Luka ep an… https://t.co/BoBlBybbeJ
## 548                                                                                                              CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contai… https://t.co/69YLZAXB0d
## 549                                                                                                                                                                                                                        @LTAD_98 Paris=bl*** and arab people
## 550                                                                                                                @Andrewjohn437 @urfavcatpun we haven't seen it yet but ep 13 is a luka ep and from BL he leaves Paris with his fath… https://t.co/MPxbLyK0lu
## 551                                                                                                                                                                                                  Omankkkkkk https://t.co/v4xxbHPgT5 https://t.co/ab2EcibE0q
## 552                                                                                                                Anywayz  gonna re-Watch BL dramas. Catch up with ongoings and there's always more K-drama to watch ..I'm so lame go… https://t.co/xpMyisJ9XU
## 553                                                                                                                                     Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (3:06pm)
## 554                                                                                                                                     Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (3:06pm)
## 555                                                                                                                                                                  @BLUPDATE2022 There is something about BL from Taiwan…even their school BL’s are top notch
## 556                                                                                                                                                                                                                                 @yabaleftonline One boxer 😂
## 557                                                                                                                                                                                                      @dave43law @carolcoulter3 As useful ass tits on a fish
## 558                                                                                                                                                                            Thank You Costa Rica 🙏 (BL Still peak sports shonen tho) https://t.co/e7aiWracLG
## 559                                                                                                                                                                       @travis_bl Highlight of the first half was Chesney Hawkes that shows how cack we were
## 560                                                                                                                 Good Night P'! I'm sorry I couldn't join or speak to you, I just finished work, but I had so much fun hearing your… https://t.co/kyA80PcSwZ
## 561                                                                                                              Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl in… https://t.co/ESlBRHl7MC
## 562                                                                                                                Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/MQSL6K3XKw
## 563                                                                                                                                                                                                           @binstedman Jeez, it's awful. Just no go forward.
## 564                                                                                                                                              @churchartnature @bwallower @MuseumofLondon It isn't the easiest place to get to; wish it was eg behind the BL
## 565                                                                                                                                 I've been completely addicted to ONEPIECE and The Boy in a Girls' Academy\n \n#critcat #BL #Summer… https://t.co/9Ff56g6cKL
## 566                                                                                                                                                           wait does the bl industry even have intimacy coaches? I thought it was just workshops &amp; vibes
## 567                                                                                                                                                                                      @travis_bl Expect the narrative that were happy with the 0-0 draw.....
## 568                                                                                                                    @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/PvIVgovEkj
## 569                                                                                                                Mega thanks to @DarkForcesSwing for including @faetooth in @SPIN’s monthly Blast Rites feature!  We are all blown a… https://t.co/Adcn4YPK7y
## 570                                                                                                                @Stanweather15 I doubt we’ll see snow for longer than that at this point. Too much Euro ridging next week, all eyes… https://t.co/zhcqudCkgm
## 571                                                                                                                                                                                                              @Stixx1979 Celebrations beat Heroes? N'est pa?
## 572                                                                                                                                                                                                                                        i need more bl anime
## 573                                                                                                                                                                                           @fatpants0211 @BluesAnalytics_ John, don't be so bl**dy pathetic!
## 574                                                                                                                                      Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (3:01pm)
## 575                                                                                                                                      Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (3:01pm)
## 576                                                                                                                       @haze_long @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/OGs7IUKSln
## 577                                                                                                                                                                                                                Take my hand and we can go, go, go, goooooo❣️
## 578                                                                                                                @algorithm427 @QueenAltAlt My friend that introduced me to the game just before BL has also played from D1 Alpha so… https://t.co/CalrDRvkom
## 579                                                                                                                                          SHIMANO SLX BL-M7100 Disc Brake Lever Black, Left/Front AEWNU8B\n\nhttps://t.co/gwUGFtjBXs https://t.co/PiQuGvyhzZ
## 580                                                                                                                @TheLondonLib @BL_Publishing @DigbyBrownLLP @ScottishLibrari \n\nI just slipped on the floor of the local library..… https://t.co/Z6AYpW1sox
## 581                                                                                                                                                                                      Alert: MOTOR VEHICLE COLLISION @ 6575 PARK BL N Tac: B Sent: SP201 PD6
## 582                                                                                                                                                                                                                           @ChandonneJulie @aadelisle ✔️ fait
## 583                                                                                                                 gonna kms finally find a bl webcomic that sounds like it will have an interesting plot and has the mc look down on… https://t.co/RUMiCyZYC3
## 584                                                                                                                                    @bingimingi yk damn well i’m not interested in no fuckass bl. i questioning U not the name of it https://t.co/ZgZ534iz58
## 585                                                                                                                                                                                                                    Bet on yourself! https://t.co/otKwk0sIs1
## 586                                                                                                                                                                 @CrazerArts @illustrata_ai @joynxyz @amli_art I feel this. I feel that. Thank you Crazer 🙏👁️
## 587                                                                                                                                                                        very cool and inviting6. There were soft, bluey-green bl     https://t.co/BDwow1eCnw
## 588                                                                                                                                                                   sorry but if you use the terms yaoi/yuri when talking about bl/gl just stfu at this point
## 589                                                                                                                               Need bl#@job lube\nnow available at: https://t.co/14ha2Z6hdP\n#tracysdog #tracydog #lube #CoupleGoals https://t.co/assAMQ55pk
## 590                                                                                                                Someone said weak hero is a BL what a clickbait i watched episode 1 because i thought it was a bl but it was not an… https://t.co/Tv7okGGnBY
## 591                                                                                                             absent from home.\n\nAs if the waves had been fullers, this craft was bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/5IpTjI9Alv
## 592                                                                                                                @ElaineLitten74 @AccReader My school has them in BL order with genre stickers on the spine to help students choose.… https://t.co/8IDFqZ2e1E
## 593                                                                                                                    @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/py7wHWmuTX
## 594                                                                                                                                                                          Chase FINALLY asks BL was she ever gonna tell him about the letter??? #gh #chaylnn
## 595                                                                                                            Chesil Cove: Little Gull &amp; 2 Bl. Redstart. Lidl Beach: another Bl. Redstart. Billy Winters: 2 GND. 2 B-n Grebe, c20… https://t.co/3fDcro8LWd
## 596                                                                                                                Westbound 6-car BL/Huntington Train 451 has accumulated at least 15 mins of delays during its trip so far; it's cur… https://t.co/sNlKW3z0go
## 597                                                                                                                Westbound 6-car BL/Huntington Train 451 has accumulated at least 15 mins of delays during its trip so far; it's cur… https://t.co/BLOJHjK2Z8
## 598                                                                                                                                                                                             @eichstadt_jay That’s why you boys make all the $$$ out there!!
## 599                                                                                                                                            @aplethoras I KNOW. I was overjoyed to see perthchimon BL in 2023 but i wasn't prepared for an EXTRA one so soon
## 600                                                                                                                    @AiKoBeanArt @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/8sxZd90Sx3
## 601                                                                                                              Best Actors Apartment! Go read it and see this amazing story unfold \n\n#uzakichan #draw #bl\n https://t.co/OxiLwWLGVk https://t.co/z1erZvnZXm
## 602                                                                                                                   @maxtulllsrealll @keehoe_teehoe @ddalgi_ @palliyaaa @soompi How are you a Bl/Gl fan but Stan homophobic people. That doesn’t make sense😵‍💫
## 603                                                                                                                                          #228 | Tabac Tuesday | Razor/ blade combo FAIL |\nhttps://t.co/T45V92TtK8 @ High Rock Lake https://t.co/miQMvYc1ZF
## 604                                                                                                                    @BloomBloomBee I feel like dkz deserves alot more attention now that isn't just because of the BL Jaechan was in 😔 they all work so hard
## 605                                                                                                                                                                                                    @bl_ag_inc I can think of a guy that’s likes punishments
## 606                                                                                                                                                                            @MillarMan69 Terrible. Seen paint dry quicker. No ambitions against a shit team.
## 607                                                                                                                @Shazam Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it… https://t.co/7Sq8CY3Gwb
## 608                                                                                                                @Merryweatherey @RaynoTW @Merrydawg I get that it's for the story but can we stop w the bs that going to the gym fo… https://t.co/0OpMq0m6sC
## 609                                                                                                                                                                     @RonnyJacksonTX ronny you really need to stop drinking as your fantasies are delusional
## 610                                                                                                                                                   Lee soohyun Still the strongest determined bottom ever exist in bl comic world 😌😌 https://t.co/wqfTaJjTn4
## 611                                                                                                                Eastbound 8-car BL/Downtown Largo Train 405 has accumulated at least 15 mins of delays during its trip so far; it's… https://t.co/vtQYXFC2S1
## 612                                                                                                                Eastbound 8-car BL/Downtown Largo Train 405 has accumulated at least 15 mins of delays during its trip so far; it's… https://t.co/HckhUYhpov
## 613                                                                                                                                                                    @eichstadt_jay Yes looking to convert some cattle feeders to pig feeders.  Know anyone?!
## 614                                                                                                                                                                                                                                  @bl_ag_inc More hogs huh!?
## 615                                                                                                                                     Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (2:47pm)
## 616                                                                                                                                     Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (2:47pm)
## 617                                                                                                                @billboardcharts .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since t… https://t.co/S8gHdzTzSl
## 618                                                                                                                                                                              BL tells Chase she thought they support each other.. Really BL??🙄 #gh #chaylnn
## 619                                                                                                                                                                              Lawd 😩\n the bl fanfics that can be written watching soccer is fascinating \n🤤
## 620                                                                                                             Kleenguard A20 Breathable Particle Protection Hooded Coveralls (58517), REFLEX Design, Zip Front, Elastic Wrists &amp;… https://t.co/rQNuzjEUMw
## 621                                                                                                                                                            I've just posted on my Blog about: [Event] Fameboy Bl Ep listening party https://t.co/K7jd23cWkV
## 622                                                                                                                                                                                                                           @Appollon_ @Snaptrox Appollon ?!😭
## 623                                                                                                                    The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW… https://t.co/wpQHVnUV9d
## 624                                                                                                                                                   Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 625                                                                                                               Case Compatible for BaBylissPRO Barberology MetalFX Series - CLIPPER,Travel Carrying Storage Box with Mesh Pocket f… https://t.co/V8J2WqOheG
## 626                                                                                                                                                                                                  @het_tay This is me trying to get your attention in the bl
## 627                                                                                                                https://t.co/SRdRE7O6ey: AstroAI Balaclava Ski Mask Winter Fleece Thermal Face Mask Cover for Men Women Warmer Wind… https://t.co/vMxBDhsQGg
## 628                                                                                                                                                                                                                               @ObuwEight Not ironic bl*ckie
## 629                                                                                                                                      Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (2:42pm)
## 630                                                                                                                                      Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (2:42pm)
## 631                                                                                                                                     Westbound 6-car BL/Huntington Train 405 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:41pm)
## 632                                                                                                                                     Westbound 6-car BL/Huntington Train 405 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:41pm)
## 633                                                                                                                                                                                   🎉 Just registered for the SEKARI on @PREMINT_NFT! https://t.co/O3uu0qvngH
## 634                                                                                                                                     Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 10 mins. (2:40pm)
## 635                                                                                                                                     Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 10 mins. (2:40pm)
## 636                                                                                                                                                                            @hssluttt @dojaacatstan You not liking bl@kies is a blessing to me,more for me 🙏
## 637                                                                                                                             I just wanna a vacation with my self &amp; curl up under the blankets and watch and read every gl/bl show and manhwas out there
## 638                                                                                                            i healed my self from depression by watching porn, a heavy genres of kdramas &amp; movies, and BL series as well. dang,… https://t.co/DsKSaRB1t3
## 639                                                                                                              Okay, that was a BL one I died outta embarrassment cuz it was so well done...\n\nBut I fucking laughed my fucking ass… https://t.co/5WFL4ETCjG
## 640                                                                                                                                       Triple K Belt Keeper Basketweave Brass Hardware 4 Pack, Black, 3/4" (1682-BL-BW-BRS) RKX9KLJ… https://t.co/w7i49WP5yY
## 641                                                                                                                                                                                                                              More Southgate inspired bilge.
## 642                                                                                                                                                                                                         @aysbored @dojaacatstan I don’t need that bl@ck man
## 643                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult Abandonment\n\nI've typed and deleted words to explain my motivations f… https://t.co/f0GkIhD031
## 644                                                                                                                                                                                                                      @ancientgays not one of my favs bl pls
## 645                                                                                                                                      Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 5 mins. (2:35pm)
## 646                                                                                                                                      Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 5 mins. (2:35pm)
## 647                                                                                                                    @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/YwTEEylA6o
## 648                                                                                                               Ykw\nI remember seeing edits with kp Vegas kinn porsche when v said at the parking lot??? Idk ,,head, chest, or hear… https://t.co/bp3fCOOiFs
## 649                                                                                                                 @kimmy_kimmoi I totally agree! I promise you out of all the BL shows out there #LoveinTheAir hit differently! Like… https://t.co/BRSdYPenDy
## 650                                                                                                                                                                               Get ready for Best Actress of 2023, Fantasia Barrino. https://t.co/aVaFM1036Q
## 651                                                                                                                                     Westbound 6-car BL/Huntington Train 456 has been holding at Arlington Cemetery on track 1 for at least 5 mins. (2:33pm)
## 652                                                                                                                                     Westbound 6-car BL/Huntington Train 456 has been holding at Arlington Cemetery on track 1 for at least 5 mins. (2:33pm)
## 653                                                                                                                                                                                                                                    why japanese bl so sad 😭
## 654                                                                                                                          @bl_ag_inc It can be easy to underestimate the volatility of the business’ cash flows.  That’s where it’s easy to get into trouble
## 655                                                                                                                             @DanielBendite19 @Sherriqotu @hallmark541 @dicedealer1313 @coralgableswang @QuinnLeone4 @kiml8 @paxknc… https://t.co/OgJCa72okF
## 656                                                                                                                                              iland co  EX220-BL/WH Express Blue/White 10 5in 3oz 1NXLWRR\n\nhttps://t.co/9KauFQbPCl https://t.co/PbLJmebXXz
## 657                                                                                                                     @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/Wlqw6LMB1s
## 658                                                                                                                @Rida3455 @JadeSaidSometh1 @apospmee IKR! I suggest u to watch ths..she seem like a prof/unbiased critic who is not… https://t.co/7VLNAyTHT3
## 659                                                                                                                @nutk_nutthachai I have a question, Gmmtv like to put innecesary couples in a Bl. This serie deserve just single co… https://t.co/0XrHLtDwNK
## 660                                                                                                                                       Updated: Construction on #Q26Bus Both directions from Parsons Bl/Hawthorne Av to 46 Av/162 St https://t.co/xSU8b68zGT
## 661                                                                                                                  buy tokens @snoopyy_doo @bigtrading_vn @aciennyap @riteshtiwari002 @AbundancePetra @SPurbachhane @SariInd52526815… https://t.co/dAOxFPU2Xa
## 662                                                                                                                                                                                                                          https://t.co/zuKKbbbAW4\nexplained
## 663                                                                                                                          Westbound 6-car BL/Franconia-Springfield Train 408 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:29pm)
## 664                                                                                                                          Westbound 6-car BL/Franconia-Springfield Train 408 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:29pm)
## 665                                                                                                                               @tanniesoveryou @kchartsmaster Only when there's a reason. Go hate bl!nks that make fun of the boys going to military service
## 666                                                                                                                                            Exposing the links between Calcium, Vitamin K2, and Plaque Buildup in Bl... https://t.co/4O290A5rYQ via @YouTube
## 667                                                                                                                         @elysiacb @Nimkins @GradeKangusBeef @echo_sedai @Hotel_Amadicia @Moridin1024 @hadnankadereWOT @wolf_hopper… https://t.co/l4t0WULiy3
## 668                                                                                                                @kivuil @NyornIronside @DFPsheikh @vBlooddrunk @Kujay_ sliding idk it's fine with or without for specials, annoying… https://t.co/AUlTJ7TUhz
## 669                                                                                                                                                                                                                 @MattHintz3 I just be young and dumb then 😂
## 670                                                                                                                                                                                                                                            i love this bl ☹️
## 671                                                                                                                                                                                                             @sandilemoepeng I love me some Thai BL series ❤️
## 672                                                                                                                @realBrentAV @Scoobydouchebag I'm avoiding all bl---fa-- mentions. It's crazy how far and wide it's spread. I guess… https://t.co/N8IsjOw7mH
## 673                                                                                                                @arkhan_voyager @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/EqOK9Ydeud
## 674                                                                                                             #crew #millow #chaylnn are at the Qs talking \n\nBL reminds everyone of when Chase clocked Valentin..\n\nHe says “Yeah… https://t.co/SF2pYkPWr8
## 675                                                                                                                                                     Watched #LoveinTheAirSpecialEP .... Never screamed this hard at a BL.\n\nAlso Boss's butt is underrated
## 676                                                                                                                 The boy soon pulled away realizing how many layers of clothing Nobile was wearing, his voice once again concerned,… https://t.co/SMYiNccebp
## 677                                                                                                                                                                @TrafalgarLog --I can't understand why there's so little BL doujinshi about Gai and Elijah ☹️
## 678                                                                                                                 11:53 962 A101 @ E SHEA BL SB SO ,Ladder in the middle of the freeway south bound south of Shea has the freeway at… https://t.co/N5jVRcenu3
## 679                                                                                                                @ppnaraviet @phuwintang Gmmtv like to put innecesary couples in a Bl. This serie deserve just single couple, I don’… https://t.co/8ljCJPGuPs
## 680                                                                                                                                                 Seriously are bl!nks real human beings I am sorry but...are they??? Because wow they are the lowest of low.
## 681                                                                                                                  @hodgetwins Hey Moby..MnM wants you to bl*w him…it must be true because MnM wrote it in his song. And uh-oh, Break out the race card…lmao.
## 682                                                                                                                                                                                  @bl_ag_inc I guess if you can make money after the bills are paid why not?
## 683                                                                                                                                The best part of being clocky is i can get away with being at the BL booths at cons without being accused of being a fujoshi
## 684                                                                                                              LRT if anyone’s read BJ Alex, the same author is starting a new bl manhwa\n\nI can already tell it’s going to be so t… https://t.co/5kKflY9PVd
## 685                                                                                                                                                                                                                            @DoctaSlick That’s exactly it! 😂
## 686                                                                                                                I find it funny how much shit Season 18 (D2) is getting when it's still leagues better than Season of the Hunt whic… https://t.co/19kwyU0sEv
## 687                                                                                                                                                                                                                @_shtojzovalle They r in their bl era fr😍😍😍😍
## 688                                                                                                                                                                                    @panther_BL good to know! tired of humans with they un-refreshing asses.
## 689                                                                                                                                                                                                    @bl_fan89 Oh noooo, the stress levels are rising again!😂
## 690                                                                                                                @s4tinflowers this is Jinx !! there’s only one chp it’s the new bl everyone’s talking about rn 😋 but bestie payback… https://t.co/8J1mYWffV3
## 691                                                                                                              Pay only $18.47.  50% off\nUse code 30J7OXT2.\nOdoland Ski Goggles, OTG Anti Fog UV Protection Snow Goggles Detachabl… https://t.co/vXVwJok9tm
## 692                                                                                                                                     Westbound 6-car BL/Huntington Train 454 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:16pm)
## 693                                                                                                                                     Westbound 6-car BL/Huntington Train 454 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:16pm)
## 694                                                                                                                                                                                                      @oussamahamadeh heye alet bl 3otle mafroud ben 23 w 31
## 695                                                                                                                                                                                                                    Force is the biggest bl fan in gmm fr🤞🤞🤞
## 696                                                                                                                                                                                                              WHAT THE BL$$DY FUCK 🤬 https://t.co/CfJ8Zf8gso
## 697                                                                                                                            @wiIIowwine its annoying as shit though cause plenty of BL characters are lgbt but they wanna claim the villain AGAINST them . 🙄
## 698                                                                                                                 This comic is definitely worth reading! Come check it out!\n \n#Manhwa #BL #AnimeFigures\n\nhttps://t.co/WHkTexhzwu https://t.co/aoAU9mDkOK
## 699                                                                                                                                   @GOALAfrica Africans will say no. Because he destroyed all their legends + he is not bl**ck enough for them to love him😁😁
## 700                                                                                                                                                                                                                      @BUB_BL_ES @SmashingVR won't like that
## 701                                                                                                                @SimuLiu @BoxLunchGifts @FeedingAmerica So incredible! Such an honor to be a BL ambassador! Does this mean we are c… https://t.co/i8pckJNwnf
## 702                                                                                                                             WL Our announcement @VaicusEth @TutUncommonNFT @sonic820808 @Bearoxuz @BL_Toaster @PaulRo100 @nfter721… https://t.co/58OAQsNmcM
## 703                                                                                                              their way. The whales had irregularly settled bodily\ndown into the bl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/zFsR4ihbEA
## 704                                                                                                                                                          “I’ll crush you, fair and square”\n\nThe Football superhero\n#ブルーロック https://t.co/1Gyb3Y9BcF
## 705                                                                                                                      Lee Minhyuk from Legs That Won't Walk\n-\n-\n-\n-\n-\n#bl #yaoi #boylove #manga #manhwa #art #anime #animeart… https://t.co/npbRKXhuLD
## 706                                                                                                              How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happe… https://t.co/BmlbptLmXS
## 707                                                                                                                  @bl_ag_inc I’m at the point of my life I’m sick of dragging debt millstones around. That said probably won’t be 100% debt free for a while
## 708                                                                                                                                       Gonna do some comic reading\n \n#sizetwitter #bl #artistsontwitter\n\nhttps://t.co/QzhAHF6VJ0 https://t.co/RTOFGDKXAD
## 709                                                                                                                thanking myself everyday that I'm not a delusional bl stan but since ive been watching bl series for about 2/3 year… https://t.co/uZQRV6xCGI
## 710                                                                                                                                                                                                   just one more universe, in bl.. 😶 https://t.co/4l6AvItQG4
## 711                                                                                                                                                     🥲I gotta catch up on Donbros but what if I also just, started another BL series https://t.co/jJ9MZq2axU
## 712                                                                                                                                                  Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 713                                                                                                                                             ‘‘So――what does BDSM means again? I'm pretty sure I've heard it from one of Naomi's BL collection.’’ #AkioTalks
## 714                                                                                                                                                                                                                                    @TillyLovesBooks The BL?
## 715                                                                                                                  @mfa_russia @RusEmbUSA @armscontrol_rus @RussianEmbassy @RusMission_EU @natomission_ru @mission_russian @RussiaUN… https://t.co/az57LVULz3
## 716                                                                                                                                                    @Kesswylie @Rynehawk @PleasantKenobi And yes, $5,000 is a fraction of the price of a real BL, as I said.
## 717                                                                                                                             💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 718                                                                                                                       Check out this product X5 Plus - the Little One - Beige  \nby Blush Novelties starting at $26.95. \nShop now… https://t.co/un0xHtNvuD
## 719                                                                                                                                                                                        my tooth your love jadi comeback nya w nonton series bl taiwanese ig
## 720                                                                                                              19. Rayboyp won Victory Road, beating Lins and Vorporal (MI)\n\n20. Anakin won The Cave, beating CEO of Madcatz and K… https://t.co/HcXXqfwwNY
## 721                                                                                                              Mari’s reaction to #LoveInTheAir Ep 1 \n\n#BossNoeul #LoveInTheAirEP1 #reaction #patreon #react #bl #drama #thaidrama… https://t.co/jd0eYwqjU7
## 722                                                                                                                @aksnevv UM. its not a bl drama but ive been trying to get people to watch los espookys on hbo for a long time. its… https://t.co/pbbgosZaBm
## 723                                                                                                                TIMBREGEAR extreme comfort acoustic guitar strap electric guitar strap free - two guitar strap locks guitar strap b… https://t.co/BCzUE0gS9R
## 724                                                                                                                                                                                 @darrengrimes_ Both teams on their bl**dy knees; so over this garbage now 🤬
## 725                                                                                                                …and will block the passage of low-pressure (BL+). Next week, high-pressure area will move towards Greenland facili… https://t.co/BODZxMPWiX
## 726                                                                                                                     @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/QUyQuZ56lA
## 727                                                                                                                                                                                @ANSOM68 Then why is pappu going to HINDU temple \n\nBl***dy termite k 2.  A
## 728                                                                                                                      @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/sFHY4JRYhJ
## 729                                                                                                                                                                                                                                      @AnujUnknown Thank you
## 730                                                                                                                @joeysinsoup it’s called never let me go! it’s a thai bl show who isn’t out yet but soon we’ll have the trailer! wi… https://t.co/uWYLxw9smZ
## 731                                                                                                                             I got a little gift for my brother today and he was so excited about it he waited for me outside bl sa23a for like an hour 🥺🥺🥺🥺
## 732                                                                                                                                                                       @AidenRS139 Seth Rogen isn't Bl...\nMy lawyers have reccomended that I stop the joke.
## 733                                                                                                                    So proud to be a part of the BL collective and a now with #goals guy @SimuLiu ! What an honor! #getsomegiveback… https://t.co/YQ1FlqxVyJ
## 734                                                                                                                                                                            Make them star in a bl already please naiiyak na ko dito https://t.co/Gzs1skdmMD
## 735                                                                                                                                                                                                                                        @0xxghost No dulling
## 736                                                                                                                                 @khamenei_ir SORRY BUT YOU ARE THE ENEMY AND YOU ARE DOMINATING YOUR PEOPLE'S MINDS. THEY DESERVE TO LIVE NOT TO BE KILLED.
## 737                                                                                                                                               Y’all should not be following ANYBODY from Bl*ck H*mmer lol \nThat org hoards abusers https://t.co/AwDarOHke0
## 738                                                                                                                @ozymandiest I've never heard of BL V novels!😱 I should look into that! have D Murder on my CR list.😁😁😁  I keep mea… https://t.co/aJ7ch4bqrG
## 739                                                                                                                @TheDonVisuals @SCCUnited @themackmurphy @HermanOfTheYear I think you and I are the first example of a BL guy and a… https://t.co/fqzeLKvpUk
## 740                                                                                                                                     Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (1:55pm)
## 741                                                                                                                                     Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (1:55pm)
## 742                                                                                                           @tumcial_bbb JEEZ NOO pure romcom. Japanese BL, office romance 😭\nGmmyv gonna do it's thai version with TayNew &amp; fan… https://t.co/9bH3iHJ0un
## 743                                                                                                                                                                                             @MajorGroup THE MOST TALENTED BL COUPLE https://t.co/DCPemAhGWv
## 744                                                                                                                            I can't wait to see what happens next! Click the link below and join my struggle!\n \n#mha #BL #boylove… https://t.co/DP6IWbOTZ3
## 745                                                                                                                                                                                                       @SJAF_BL Happy Birthday to you! Have a special day :)
## 746                                                                                                                                                                                                 86. love in the air // bl tailandês https://t.co/ATSVX1A8Zz
## 747                                                                                                                                                                                                                    can i get uhhh uuhhhh a clown themed bl—
## 748                                                                                                                                                                                     @illustrata_ai @manifoldxyz Amazing. And Seasonal, what's not to love??
## 749                                                                                                                @nanazunshine I honestly never seen other BL CP explaining to their partner when they play new series with other pp… https://t.co/B7NqrIcOJw
## 750                                                                                                                                                                                       the women who love bl/gay media be so cute and scary at the same time
## 751                                                                                                                                                                                                                       @AdamBormann Appreciate the response!
## 752                                                                                                                                                                                                          WORLD WAR 3 C'EST PARTI 😭😭 https://t.co/kuk7duqalg
## 753                                                                                                                 Our investment in our communities includes supporting worthy causes, and few make an impact like @cityofhope. This… https://t.co/4tryacEqSd
## 754                                                                                                                                                                                                                  @SENMU__55 yes, lets go and by BL together
## 755                                                                                                                18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volati… https://t.co/mfxR6yWLHh
## 756                                                                                                                                      Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (1:50pm)
## 757                                                                                                                                      Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (1:50pm)
## 758                                                                                                                While watching Kyle play LoL, he mentioned that there was BL in league (cause he saw a character with a certain ski… https://t.co/hYorw8Vtdv
## 759                                                                                                                                                       @HtxYounglo You know you a bl+ch right? Haha you want her to care for you soooo bad, Ho33. Get a life
## 760                                                                                                                 JSE-listed Spar sold a  Mega SuperSpar in Midrand for R1,000 before being sold three weeks later to the same buyer… https://t.co/4TSXbwAhjb
## 761                                                                                                                                                                                                          The bl*nt waiting for me when I get home oh my GOD
## 762                                                                                                                               @ThisIsKyleR @elonmusk I got this notification as an unwanted message, named categorized as a Spam. You spam us, we spam you.
## 763                                                                                                                Omg I haven't cried over a Thai BL drama since that stars one with EarthMix, this 12% one making me cry for the past 3 episodes, how can sia
## 764                                                                                                                kan7awl nfkr how F1 fans can enioy watching fast cars doing laps for hours, then, 7ta kantfkr how 22 man kicking jl… https://t.co/7YkVdJRQy8
## 765                                                                                                                                                                                                @wondercatsblue Strong dialogue is reserved for BL. Bias af.
## 766                                                                                                                The fact that Fei came back incognito and slipped me some top tier bl content recommendations while I’m at my lowes… https://t.co/YZgLploxvi
## 767                                                                                                                @bl_ag_inc Makes sense if that’s the case. Just need to consider the probability of something changing based on the… https://t.co/6rHum3k4dA
## 768                                                                                                                 Tmrw fe orientation la 1st year newbies bl 3ulum so come see me crush their hopes and dreams mwahahaha (jk a7sn ma… https://t.co/CRU94bJFs0
## 769                                                                                                                                           @CorLeonis92 @DoubletheTrou13 Just realised i would have to reread BL like 5th time to remember whats happening 😂
## 770                                                                                                                                                                                                                             [gentaro]\ni write bl novels.
## 771                                                                                                                Ended up watching The Menu after deciding to get out of harm’s way during a particularly oppressive spell of despai… https://t.co/Xi47AJD30v
## 772                                                                                                                                                 My Grandfather's Demons. One of the best films of the year. https://t.co/3GsfZNkj4h https://t.co/poax4KGNJ5
## 773                                                                                                                searching for this one specific (i think thai) bl with a certain scene (very violent scene actually...) but I can't… https://t.co/DcnYP1JFPa
## 774                                                                                                                                                                             COSY TALL AVIATOR BLACK $143.00 https://t.co/38ozHmkukO https://t.co/nx5iPP1jd7
## 775                                                                                                        @RailMinIndia PNR-8359741582\nTrn:20960\nDt:29-11-22\nFrm GNC to BL\nCls:2S\nP1-D10,43\nChart Prepared\n9925805742\nTrain l… https://t.co/bNJbh5VeUt
## 776                                                                                                                @h0peurot Me and my cousin trying to watch an innocent bl on the TV telling our parents it's straight stuff and not… https://t.co/SRxOej3PxK
## 777                                                                                                                                                                              Istg if we never hear Yelena say Kate Bishoooop again i'm bl*w*ng up marvel hq
## 778                                                                                                                 Mini Portable GPS Tracking Bluetooth 5 0 Mobile Key Tracking Smart Anti-Loss Device Waterproof Device Tool Pet GPS… https://t.co/omHI7SKpAJ
## 779                                                                                                                Double Din Car Stereo Compatible with Apple Carplay and Android Auto, 7 Inch HD Touch Screen Car Radio with Voice C… https://t.co/KREIdmaBkT
## 780                                                                                                                                                                                                                               @MesmericNft Thank you MES 🙏🔥
## 781                                                                                                                                                                                              @chicoBean my guy. What is u doing???\nhttps://t.co/xLtKKx6O8H
## 782                                                                                                                                                        I need to b up in Malaysia BL culture is so popular there there is so many hijabi girl who r bl fans
## 783                                                                                                                                         me at the lunch table trying to convince my Muslim hijabi friend group to start watching BL https://t.co/dGWjN3qb8i
## 784                                                                                                                @AlexMetalGuy @JazixOfficial @MarkoRaassina Wow again with the ‘Genshin Impact’ players are pedos stereotype. You a… https://t.co/LS6wgZBkE1
## 785                                                                                                                                                                                                   @BLUPDATE2022 The Warp Effect isn't bl but it looks funny
## 786                                                                                                                      confession: i think my first bl au i've read and consume the media of is the tadashi x hiro.  the mv of this ship back then was crazy.
## 787                                                                                                                              Also, half a century ago, @CambsCC *did not include @HuntsDC or Peterborough* in its area of control.… https://t.co/D7Nib62zYh
## 788                                                                                                                                                                            @travis_bl @WildeChildBeer Yes. Forgot about these. They do some smashing stouts
## 789                                                                                                                                                                                                @bambipaisen Ive let out more chuckles than I was expecting.
## 790                                                                                                                                                     @bbnomula Okay but why does this look like a bl drama? The height difference? The passion? *chefs kiss*
## 791                                                                                                                                                                                                                                  @dnlv_bl that's kinda cool
## 792                                                                                                                  a fanart of my boyfriend, it is the first drawing that I do in digital xD\n\n#draw #chubby #art #fanart #yaoi #bl… https://t.co/yrBUIk4G3Z
## 793                                                                                                                                          @KovcsZorka1 @thenreport #NETIZENSREPORT #KeremBürsin for Asian Celebrity of the Year #ACOTY2022 \n@thenreport\nBl
## 794                                                                                                              guys who read chinese bl novels……should i buy erha ??? 👀👀👀👀\n\ni’ve been eyeing it for a while and now that it’s gott… https://t.co/6B4ILXntwP
## 795                                                                                                                                                                                                                                        What the hell is BL!
## 796                                                                                                                 hiiiiii 🫶🏻 can you give me some webtoon recs because ive read its just a dream because i saw you tweeting about… —… https://t.co/Q8SpOfy5Js
## 797                                                                                                                                                                                                                           bl@ck men love to shift the blame
## 798                                                                                                             @Rohit_Das11 @Rohan_Bordoloi_ @7ogk3p41sr1jmsj @iMiaSanMia @Plettigoal Nonsense. \n\nFrankfurt just won the EL. \nUnio… https://t.co/MDXsC1HxSU
## 799                                                                                                              Debt question \n\nIf you find an investment/business that still cash flows after taking on debt and repayment, does i… https://t.co/QfgmOfMuzp
## 800                                                                                                                Decodable Readers: let´s work on sight words  Orton Gillingham based activities to help children read and write  Vo… https://t.co/gBvHN1qvPz
## 801                                                                                                                                                                                                                  @Atho_1982 @WildeChildBeer  thank me later
## 802                                                                                                                My friend who's watching Dirk Gently asked me "what's the BL with the eraser again?" an hour ago and he finished th… https://t.co/G5IHcl95Xu
## 803                                                                                                                LUJUNTEC 2PCS Blend Door Actuator Replaces 604-107 Replacement For 2002-2003 for Chevrolet Malibu, Air Door Actuato… https://t.co/NAbHTPYF0y
## 804                                                                                                                                                                                                     @bl_hkg @roxysshi Turbulence is special it's on its own
## 805                                                                                                             @Rohan_Bordoloi_ @Rohit_Das11 @iMiaSanMia @Plettigoal Nonsense. \n\nFrankfurt just won the EL. \nUnion Berlin went fro… https://t.co/yYqng0G1nj
## 806                                                                                                                                              u stink on a regular basis as ur bl*ck and ur country is like the 🙊 section of the Zoo https://t.co/hjEMynZJHw
## 807                                                                                                                                                       what if this is the most refreshing DC movie I've seen in a really long time? https://t.co/VkOB2troPf
## 808                                                                                                                @muniklovesme all the vids i see of him on live and then that one interview when he was asked abt the bl i cry he s… https://t.co/cOkDGao0pu
## 809                                                                                                                                                Construction on #Q26Bus Both directions from Parsons Bl/Hawthorne Av to 46 Av/162 St https://t.co/xSU8b68zGT
## 810                                                                                                                @illustrata_ai @joynxyz @amli_art @bl_artcult The problem of avoiding real communication and switching to virtualit… https://t.co/JqMumVEhi1
## 811                                                                                                                 They have !! They discovered they can do just whatever they bl***ywell like and no-one can stop them … what my old… https://t.co/5wXR6bxln6
## 812                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \n"Another day" and "Rest under the moon"\nThe w… https://t.co/2swDplewj3
## 813                                                                                                            hobbysoul 4pcs RC 1 9 Super Swamper Crawler Tires Tyres Height 120mm/4 72inch &amp; Aluminum 1 9 Beadlock Wheels Rims H… https://t.co/AW7sbYcASQ
## 814                                                                                                                                                                                                                          @bl_artcult GM! That's beautiful 😍
## 815                                                                                                                the reason why i dislike bl shows (particularly thai bl) is that they cater straight girls by showing them two masc… https://t.co/txgA3gVzwf
## 816                                                                                                                @ArtEthiopic Very interesting... I wonder if you have depictions of the Begena without King David?  I saw some in m… https://t.co/Iyfx0NdPtR
## 817                                                                                                                            @EmbassyofRussia @mfa_russia @PMSimferopol @RusEmbUSA @RussianEmbassy @RusConsCapetown @MauriceSchleepe… https://t.co/agp9PmHEZU
## 818                                                                                                                                                                                                    what happened to that time travel bl?!? did it come out?
## 819                                                                                                                                                           they cant even share the same frame... BL manhua CPs must now be in long distance relationships 🫠
## 820                                                                                                                            @that_blacc_girl I just finished watching these cute ones Korean bl- Cherry Blossoms after winter, color rush and kissable lips.
## 821                                                                                                                                                                             f wardrobe long. See, girls, do see, how her long bl    https://t.co/B3mvCfQUaE
## 822                                                                                                                                            Taylor Swift Rejects Republican Bigotry in All Forms - Smashes Marsha Bl... https://t.co/7E5gPabrBG via @YouTube
## 823                                                                                                                                                                                                                                @kateweb BL and your Indie!!
## 824                                                                                                                Giant Fake Award Presentation Check - 30" x 60" - Large Novelty Endowment Check for Endowment, Donations, Fundraise… https://t.co/HBUnxN61Nk
## 825                                                                                                                            — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2… https://t.co/7SDSpLW9Hq
## 826                                                                                                                 @bw30002020 Also asking since I've been part of all this only after ON. Encore fm is something i don't understand.… https://t.co/5lVQkP658V
## 827                                                                                                                                                                        Bts always, or watch bl dramas, talk with friends and my mom https://t.co/bOmspy62Ve
## 828                                                                                                                          I wanna try out this comic book style\n \n#RoohBabaKiBhoolBhulaiyaa #BL #avatar\n\nhttps://t.co/01r6QkvFt8 https://t.co/Ct9LHQVXZT
## 829                                                                                                                @illustrata_ai @joynxyz @amli_art @bl_artcult CryptoPunk Gal\nBrings the most popular pfp to life, humanising pixel… https://t.co/ifpeXLnEIj
## 830                                                                                                                Excited to share the latest addition to my #etsy shop: 20" Curly Synthetic Clip In Claw Drawstring Ponytail Hair Ex… https://t.co/HffqdZOEMJ
## 831                                                                                                                Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/gI6EBWNZGO
## 832                                                                                                                H0w c0m€ N0B0DY is t@lk @b0ut th@t CHILD TR@FFICKING C0MP0UND 0n th€ b0@rd€r?\n\nIs it US€D 4 ADRENACHROM€ JUNKI€S?… https://t.co/6iAl7uzokJ
## 833                                                                                                           @o2productionnn\nhttps://t.co/4fDZtxx1iR\n@BaVinhactor #bavinh #TranLeDuc\n#LoveBillEP5 \n#LoveBill \nLove this biting e… https://t.co/wwggk1Pxzp
## 834                                                                                                                       message 2 before mentions    @SKodhadala @NWatchlist @Jayson98wai @BaChy69279542 @AlaminM85569472 @jondin171… https://t.co/uskiQhrKfY
## 835                                                                                                                @littlegeniexpp Gmmtv like to put innecesary couples in a Bl. This serie deserve just single couple, I don’t unders… https://t.co/SahtbBYDUK
## 836                                                                                                                                                                                                          Still have section BL 5 :) https://t.co/nRRVCfPoCy
## 837                                                                                                                                                                                                   @BL_Odin @Azzapp_LoL Shadowflame gives HP unfortunately 😂
## 838                                                                                                            @illustrata_ai @joynxyz @amli_art @bl_artcult // HURT #expressionwithmeaning\n\nWe are multilayered\nWe are complex\nWh… https://t.co/KZ7rJwxxTU
## 839                                                                                                                                                          @shadyprivquoter Wait I actually don't know is it a bl or not cos I know it's in a shoujo magazine
## 840                                                                                                                                                                                                                       re…bl….PURPLE https://t.co/LJXAkKXi5w
## 841                                                                                                                 Our next #orientreering event is in Carlisle’s Hadrian's wall park on 10th December. Enter "Luguvalium Parcum" via… https://t.co/PngkUqGbzD
## 842                                                                                                                Like every other bl couple whenever they say something that fans take as confirmation of them dating either the com… https://t.co/AZrro9Gilb
## 843                                                                                                                I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a coupl… https://t.co/YnAbidUtfv
## 844                                                                                                                                                                                                                                       between us comfort bl
## 845                                                                                                                  Fiscal Update Article: FY 2024 Department Requests — Education Appropriations Subcommittee has been published at:… https://t.co/baXZ1DyGjO
## 846                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult support that comes from a close bond. \n\nIt reminds me of the power of… https://t.co/SrIx1RpekB
## 847                                                                                                                @illustrata_ai @joynxyz @amli_art @bl_artcult My submission for the #expressionwithmeaning contest is titled: “FUD“… https://t.co/EKthMBNq2O
## 848                                                                                                            Canlyniad Bl 11 | Year 11 Results🏆⚽️🏴󠁧󠁢󠁷󠁬󠁳󠁿\n\n@Cwmrhymni 5 - 3 @Croesype \n\nHuge thank you to Croesyceiliog for rever… https://t.co/JESVXR14cL
## 849                                                                                                                                                                                                                                         @bl_artcult so good
## 850                                                                                                                @jewelwidgets @MayXian3 Um hate to break it to you sweetheart but your fave filmed a BL drama as well. All shippers… https://t.co/9ZveXSjC4z
## 851                                                                                                                                       The manhua has been feeding us so well\n \n#Lightyear #vampire #bl\n\nhttps://t.co/39WvNAZDgY https://t.co/MIM7Fa1xgI
## 852                                                                                                                                                                             @prananon He says I ruined his YouTube recommendations. All Thai Bl and BTS. 😂😂
## 853                                                                                                            @illustrata_ai @joynxyz @amli_art @bl_artcult The name of my art is called "Friendship".\n\n#expressionwithmeaning\n\nI… https://t.co/PVDp2CV95V
## 854                                                                                                                @pheonixexplain @phnixhamsta The Jenny mod is a Minecraft mod known for being NSFW, its main feature is a new mob c… https://t.co/m0gBbY9WlX
## 855                                                                                                               @Azzapp_LoL Can't you go Ludens, Shadowflame, DCap, Void and be full offensive?\nto my knowledge none of these items… https://t.co/BkrWmPkM94
## 856                                                                                                                I love the art style in "Demon, No Kissing!" so much! It's gorgeous! The character designs are amazing, too! Highly… https://t.co/bBoimagfbe
## 857                                                                                                                      @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/OPFzYOOO3E
## 858                                                                                                                                                @ohsinnerman Now on my Christmas list! Is yours exclusively through the BL, or can local bookshops order it?
## 859                                                                                                                           slUm'bl👀dYs gAt🔫 T👀 sAY slum'thAYnG🙃\nhttps://t.co/cE8IT8A06H\n\nCALM'inG T👀 AY tHEE'AYt*ER* nEAR Y👀📽👻👻👻… https://t.co/JryEuedeK1
## 860                                                                                                                                                                                                                 @charliersmith1 Get good again soon Charlie
## 861                                                                                                                                                       one thing about a str*ight bl*ck m*n, he’s gonna let that homophobia/transphobia out! no matter what!
## 862                                                                                                                                                               @amli_art @illustrata_ai @joynxyz @bl_artcult 🙏🏼 🙏🏼 means a lot coming from someone like you.
## 863                                                                                                                 @ReallySwara Ummmm buzzzzzzzzzzz ummmmmmmm satoupid point again.  How would you know that your future bf has a jet… https://t.co/mP7oNehzf9
## 864                                                                                                                                                                                                             Who else love bl couple https://t.co/i7WjAGKMAW
## 865                                                                                                                         @RussianEmbassy @mfa_russia @RusembUkraine @BBCWorld @SkyNews @guardianworld @TelegraphWorld @standardnews… https://t.co/qfEKi0ArCI
## 866                                                                                                            So glad to see the support from his co-stars for him. From his first bl series, his first lakorn &amp; his first movie.… https://t.co/hYgBJcC5fC
## 867                                                                                                                        @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/IVReo8m3ge
## 868                                                                                                                   Westbound 6-car BL/Huntington Train 452 changed its destination to OR/Vienna/Fairfax-GMU at or near Minnesota Avenue on track 2. (1:14pm)
## 869                                                                                                                   Westbound 6-car BL/Huntington Train 452 changed its destination to OR/Vienna/Fairfax-GMU at or near Minnesota Avenue on track 2. (1:14pm)
## 870                                                                                                               Commission on FB \n\nPlease don’t take or trace\n\n#male #bl #sketch #digitalart #drawing #commission #commissionart… https://t.co/xOQeDzTdEp
## 871                                                                                                                @calvinrobinson If they're so proud of their country go bl.ody back there. No! Oh that's right everything is free i… https://t.co/o5e7gra7ES
## 872                                                                                                                      @punished3liza before anybody even mentioned bl*ck h*mmer in czarina’s replies I thought this all sounded terribly familiar. very dark
## 873                                                                                                                                                           @bl_artcult @jeffjag @illustrata_ai @joynxyz @amli_art My name is DocT and I second this message☝️
## 874                                                                                                                                                                        @teemoney_bait @illustrata_ai @joynxyz @bl_artcult love the intimacy here, thank you
## 875                                                                                                                                                                                                         @Fulgur_Ovid He reads bl he’s a keeper good job dad
## 876                                                                                                                                                                                                        Chinese BL really be the life and feels and fluff 🥺🫶
## 877                                                                                                                @Stixx1979 @oakroyd @clesliephoto It was in the early 70's too. Fortunately two of my uncles and my dad had "very h… https://t.co/SUAIfLX0Zm
## 878                                                                                                                                                                                    COSY SHORT BLACK $118.25 https://t.co/IsHD736lHh https://t.co/KKcrpl6xPz
## 879                                                                                                                  @artmarteau @illustrata_ai @joynxyz @bl_artcult I, absolutely, love, this. When an image conveys everything with no need of description. 🫶
## 880                                                                                                                                                 @amli_art @illustrata_ai @joynxyz @bl_artcult Thank you, I will be glad if the work resonates in someone 🙏🤍
## 881                                                                                                                                                   Construction on #Q20ABus Both directions from 20 Av/131 St to 15 Av/College Pt Bl https://t.co/Nd71qiXHff
## 882                                                                                                                                                                                                   @amli_art @illustrata_ai @joynxyz @bl_artcult thank you 🫶
## 883                                                                                                                @ppnaraviet Why did Jojo allow another couple in his first Bl series and not just one?I'm honestly confused because… https://t.co/IXnoiahr0a
## 884                                                                                                                 @DisTrackers @notoriousseemys Nice during Black Friday, I was only able to find was Superman and not the rest plus… https://t.co/UM1cjN1LPY
## 885                                                                                                                 @WrestlingHumble Some child just got into a hissy fit with me yesterday for suggesting Solo isn’t as indoctrinated… https://t.co/N5dBetGZi5
## 886                                                                                                                Lol but fr his editor likes many bl fanart on his tw while Fujimoto just troll his editor so maybe that's why he ad… https://t.co/YK594zfwYx
## 887                                                                                                                                            @oakroyd @Stixx1979 @clesliephoto My nan and grandad lived on Hoole Road, next to the swings opposite the shops.
## 888                                                                                                                                                   @Nika_Rakhmanova @illustrata_ai @joynxyz @bl_artcult lovely in their simplicity, thank you for submitting
## 889                                                                                                                      @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/YxwkSlZWX9
## 890                                                                                                                                                                             @glossbol Some what? Bl? 😭\nWatch:\nHistory 2: crossing the line\nITSAY\nNot me
## 891                                                                                                                 Y’all remember this BL couple named “earthmix” I think it was? Haven’t seen them act in anything for a while. Hope… https://t.co/8QsByGSuB8
## 892                                                                                                                @prostov_gordey @illustrata_ai @joynxyz @bl_artcult basically the summary of my 20's, so I relate to this hard. I l… https://t.co/hy13E3pbwF
## 893                                                                                                                          Roshe Cosmetics &amp; BEAT School of Makeup Artistry \rPikesville, Maryland @RosheCosmetics #Blackpreneur… https://t.co/5puZkwYNv8
## 894                                                                                                               @BL_MadeDigital Beautiful ❤️\n\nnow do the Hodgson Collection form Nepal. it is a crime that all of the items are lan… https://t.co/f2Vur6aoGm
## 895                                                                                                                Let's vote! We have a chance to give them more exposure through social media. Don't forget to share the link to get… https://t.co/lKYjJmil2N
## 896                                                                                                                                                                       Mfs really just accepting K*iri Bl*ck into the community again.\n\nCAW never changes.
## 897                                                                                                                 @artmarteau @illustrata_ai @joynxyz @bl_artcult happy to hear you are in the clear! Sometimes the dread of a thing… https://t.co/wcKC2jwNIs
## 898                                                                                                                also hello if you enjoy BL but also deeply fucked up sympathetic pretty boys and are NOT EASILY TRIGGERED (I cannot… https://t.co/UlfomziqEF
## 899                                                                                                       🏆 #ETF Top Gainer - Details📊\n\n👉 Ticker: $EVAV\n\n🔎 Name/Issuer: Direxion Daily Electric &amp; Autonms Vhcls Bl 2X Shs\n\n📈… https://t.co/1qvpe8xOLX
## 900                                                                                                                                                                                                         @OkumiyaKanji oh like bl in general? hell yeah i am
## 901                                                                                                                 Please vote for MileApo! They're now 4th. 🙏\n\n@milephakphum : #MilePhakphum\n@Nnattawin1 : #Nnattawin\n#มายอาโป\n\nhttps://t.co/pw6juN1yv3
## 902                                                                                                        Blank Comic Book: Create &amp; Draw Your Own Comics &amp; Graphic Novels - No Speech Bubbles - Each Page Is Blank On Back T… https://t.co/zeVf03D7qN
## 903                                                                                                                                                      @NftSunage @illustrata_ai @joynxyz @bl_artcult sun! love it! so happy to have you in the competition 🥰
## 904                                                                                                                Anyone else surprised not to see PP? like how did some of this other BL actors make it to the list over him? He has… https://t.co/1LsUHstAB3
## 905                                                                                                                      Being an actor in a BL series is more than being an actor- you’re also a social media influencer\n #WAROFYEP18 https://t.co/62EVuOrii6
## 906                                                                                                                                                                                                                                        @seni_bl …stets\n😅🙈😄
## 907                                                                                                                                      @DreamingSondos @illustrata_ai @joynxyz @bl_artcult a horrifying reality to have to live in, thank you for submitting🥰
## 908                                                                                                                                                          @CFCBuddy @CFCPys @AlexisBernard10 @le10sport He’s branded as busquets…by you he was Bruno before.
## 909                                                                                                                                   @prananon Aaaa!! OMG! I never ever had any BL fan from Bangladesh. Well only one, who already left the country years ago.
## 910                                                                                                                                                                   @mickey_mooo @ATPiness It’s called The Gifted! It’s not a BL but it’s really really good!
## 911                                                                                                            The Metabo 18 V Cordless Tapper GB 18 LTX BL Q I! \n\nFast and uninterrupted tapping and cleaning of threads ✅ \nMetab… https://t.co/KSLpjRvnH2
## 912                                                                                                              should i finish to day 30 😳 i’m gonna stop now to get on with my day! \n\nthis is inspired by a thai bl drama i’ve be… https://t.co/h7IBMvBa4r
## 913                                                                                                            veve_official: Hey #VeVeFam! No Community Update this week - we're going to combine the Nov &amp; Dec editions due to t… https://t.co/7JbIMC8HCd
## 914                                                                                                                                                                        @mazinflow @illustrata_ai @joynxyz @bl_artcult great concept, thanks for submitting!
## 915                                                                                                                             It's DISCOUNT TUESDAY #BloomingdaleIL, tickets are ONLY $4.50 all day today. (Taxes not included)\n\n🎟️… https://t.co/5WaSc7hm1i
## 916                                                                                                                    "How’d You Two Become a Couple While Gaming?" is an absolutely perfect comic! It's living rent free in my head!… https://t.co/KiYN1PNqyY
## 917                                                                                                                 @artificialis6 @illustrata_ai @joynxyz @bl_artcult Oh, I've seen this one before in some other competitions and it… https://t.co/UfaxxTxGi4
## 918                                                                                                                                                                                          @oakroyd @Stixx1979 @clesliephoto Thought I was back on the Woody😉
## 919                                                                                                                 @The7Moons @illustrata_ai @joynxyz @bl_artcult definitely relate to this, sometimes I get swept up in a the horror… https://t.co/Uc5NWra7gu
## 920                                                                                                                                 The manhua has been feeding us so well\n \n#emotion #illusrtationart #bl\n\nhttps://t.co/XDr34qgArx https://t.co/rCTXvnxLb6
## 921                                                                                                                                  Manhattan Comfort Element Velvet Dining Chair In Blue Finish DC030-BL https://t.co/8hEsJheKeg eBay https://t.co/AE1bR0aaUk
## 922                                                                                                               Interestingly, I've got @tinyrebelbrewco Clwb Tropica lined up. Welsh beer innit!\nMust be my undoubtedly Welsh gene… https://t.co/0QxZYa0FUg
## 923                                                                                                                 @DredgenLudwig @GlurakRequiem @Kujay_ Literally. Before BL launched, I could just land on a random planet and have… https://t.co/f0HMy2BkEB
## 924                                                                                                              The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only… https://t.co/0B75FTTPGv
## 925                                                                                                                 The British Library's Treasures in Full electronic resource has a web page dedicated to William Caxton's first and… https://t.co/uWW2sE5bpD
## 926                                                                                                                      @petravoice @illustrata_ai @joynxyz @bl_artcult There is something so moving captured here, I love it, especially the choice of grain.
## 927                                                                                                                      @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/yeTk9qn12m
## 928                                                                                                                                                                                                                     @BoroKayaker @edinburghcastle Cheers BL
## 929                                                                                                                Collapsible Silicone Hair Diffuser Attachment- SindycurlsMagic Lightweight Portable Travel folding Silicone Diffuse… https://t.co/8bSnEZ17HR
## 930                                                                                                                Listen Live Now on https://t.co/mv8YVs5Qgy: El Dolorcito De Mi China by Arsenio Rodríguez / You feel FANTASTIC .You… https://t.co/t6zKz1TviH
## 931                                                                                                                Fullway HP108 All-Season High Performance Radial Tire-235/45R18 235/45ZR18 235/45/18 235/45-18 98W Load Range XL 4-… https://t.co/UYaLQNdcYD
## 932                                                                                                                      @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/KLhaLxehmY
## 933                                                                                                            🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound… https://t.co/WA3joGhIv8
## 934                                                                                                                @oakroyd @Stixx1979 @clesliephoto A fella chucked a telly out of the flats. Smashed about 2metres from my head. Fcu… https://t.co/Z1cIbHH3kr
## 935                                                                                                                                                Fragola 491961-BL Black Size (-6) x 10mm x 1 0 Weber Male Adapter Fitting XWKZQ2I\n\nhttps://t.co/2NlUE6eVQI
## 936                                                                                                                @Noeul_lee6 Rest well, Noeul! Take care of yourself first and everything else can wait. We'll always be here by you… https://t.co/9zdElHxkfN
## 937                                                                                                                       Check out FLYILY  Tankini Set Removable Pads with Boyshorts Size L BNWT Ladies Swimwear Bl https://t.co/Jw9rGhH8TK #eBay via @eBay_UK
## 938                                                                                                                                                             Fragola 231206-BL Pro-Flow Black Size (-6) 120° Hose Fitting JJHNVNW\n\nhttps://t.co/WFTNLmL147
## 939                                                                                                                                                                            COSY SHORT AVIATOR BLACK $118.25 https://t.co/HVtnSky6OI https://t.co/mQ5eolCJqR
## 940                                                                                                                                                                                                                                       @GMMTV BL OF THE YEAR
## 941                                                                                                                                                                      There's a dire and urgent lack of tall hunky puppy boys in live-action BL adaptations.
## 942                                                                                                                                                                                                                          @Jgy_hi Bad Buddy, una serie BL 📱🐇
## 943                                                                                                                                                                                                                           @HarryMcNally00 Stayed dry innit?
## 944                                                                                                                                                                                          @cjames203 @Conservatives @grantshapps Divvies dragging their feet
## 945                                                                                                                                                                               @joshieesworld So, does this means your own BL comic will have smut scenes?😌😏
## 946                                                                                                                Industrial Semi Flush Ceiling Light, 2-Light Square Flush Mount Ceiling Light Fixtures for Kitchen Bedroom Farmhous… https://t.co/p6flHULdUG
## 947                                                                                                                      Y'all truly be acting like managers for these bl actors... y'all ain't getting that check at the end of the month just go outside 😭😭😭😭
## 948                                                                                                                                                                                                                             watched 3 bl drama in a day 🥰🥰🥰
## 949                                                                                                                                         @perthalicious @lucidvelvet he does look like hes about to attend gmmtv2023 after hitting gold on his first ever bl
## 950                                                                                                                                      The answer to this problem is GOD'S CREATURES. That's a message and delivery I can get behind. https://t.co/FI6TvwKT2X
## 951                                                                                                                                                                                              @The7Moons @illustrata_ai @joynxyz @amli_art This. Great work!
## 952                                                                                                                        @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/g0cNm6462d
## 953                                                                                                                                                                   I want a make a helpful thread for any of my followers getting top surgery or a BR/BL 🫶🏾♥️
## 954                                                                                                                                                                                                                               @Nathaan_Alvees Calma bl 🤦🏼‍♂️🤣
## 955                                                                                                                       Day 3 of waiting for #CherryBlossomsAfterWinter Season 2 announcement... Or at least another BL project with… https://t.co/3Fmk6Zjtr2
## 956                                                                                                                                                                                               @netflix omg i didn’t notice one of the teletubbies was bl@ck
## 957                                                                                                                                                                                                             @cutefemcel WHAT?!?! don’t me omg bl is so good
## 958                                                                                                                                                                                      @ericswalwell Sir, you need not say more!!!!!!!!! YOU BL HAVE MY VOTE!
## 959                                                                                                                @bl_artcult @inigma_a The difference with prompts used on any other source vs midjourney V4 are phenomenally except… https://t.co/NasqiH1R7y
## 960                                                                                                                                                                                         I'm still think about the christmas movie but make it bl/gl idea...
## 961                                                                                                                 @Fulgur_Ovid Same.☺️I have a whole bookshelf to hold my book. I love all of them💓 Most of them are BL, as well as c… https://t.co/2Po9mThE2f
## 962                                                                                                               His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. https://t.co/H5p2kofVBu
## 963                                                                                                                                                                         bysmaou swte bl tram byjo bi salmo aalye mn yom w rayeh mbae ehke bl public places😪
## 964                                                                                                              Second best game in the Borderlands series is the first one. And once again, the theme song for it.\n\nAlso, for BL 1… https://t.co/4vt5dwwGup
## 965                                                                                                                                                                                         @Bl_Clark This thread is saved to your Notion database.\n\nTags: []
## 966                                                                                                                                              So I made some Bramble gin...it's pretty damned good..\nBack onto beer for kick off🤪😂😉 https://t.co/2GHP1Qb3qw
## 967                                                                                                            Title: Ghost Host Ghost House\nVideo: Directors Cut special clip #1\nCountry: 🇹🇭 Thailand\nPlatform: Youtube\nEnglish S… https://t.co/59dW39rauD
## 968                                                                                                                @clumsyMusiNette @urfavcatpun no he'll just be going away its only to protect LB and CN's identities plus he'll com… https://t.co/roaNLn4deN
## 969                                                                                                                                  Eastbound 6-car BL/New Carrollton Train 454 has been holding at Foggy Bottom-GWU on track 1 for at least 5 mins. (12:45pm)
## 970                                                                                                                                  Eastbound 6-car BL/New Carrollton Train 454 has been holding at Foggy Bottom-GWU on track 1 for at least 5 mins. (12:45pm)
## 971                                                                                                                        @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/uenXFpvkoC
## 972                                                                                                                                                                                    do you have any single volume manga? — only bl \nhttps://t.co/m4Mapi7YHH
## 973                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult Propaganda\n\nMy picture is about not believing everything you hear. An… https://t.co/72CSrKWRyy
## 974                                                                                                                                        Michelle Yeoh should also be up for Best Supporting Actress in Minions: The Rise of Gru but The Academy isn't ready.
## 975                                                                                                                Need me BL or GL where they both have an unhealthy obsession with each other, the top is intimidating and possessiv… https://t.co/IgCBBkde9y
## 976                                                                                                                @SUMMERKN1GHTSS Lira was both flabbergasted and humored by the others reaction. Her lips curled in between her teet… https://t.co/aqYE1KfsB8
## 977                                                                                                            Title: War Of Y (Directors Cut)\nEpisode: 18 (of 20)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nPlatform: Youtube (… https://t.co/31yrvAF1Xs
## 978                                                                                                                                                                                                                            @OtisKirk23 Are his intials BL??
## 979                                                                                                                                                Apparently I read comics now\n \n#Chup #BL #TodaysWebtoon\n\nhttps://t.co/jBVtlgQSA7 https://t.co/7O2ggv3ex1
## 980                                                                                                                                                                                           @chuushi_ It's from a bl comic I'm currently reading on lezhin...
## 981                                                                                                                                                                                           @mazinflow @illustrata_ai @joynxyz @amli_art Fascinating, cheers!
## 982                                                                                                                 @kthversaces Did you just waste your time on bl!nks?? Lmao even they know whyG pays their faves' way lol by paying… https://t.co/yBabfkEN5w
## 983                                                                                                                                         @acequinz We got kamen rider black sun that out this year being our BL to toku pipeline lol https://t.co/bdVA2a3VjS
## 984                                                                                                                                                                                                 @illustrata_ai Lol that's why I'm always 🫠 but also 🤯 and 🤪
## 985                                                                                                                @pearl_nikkie there are some if you searched "perth chimon" here in twt. so many bl stans were newly born from c0vi… https://t.co/tokxEfQvpM
## 986                                                                                                                          @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni… https://t.co/RFknkBtmzE
## 987                                                                                                                                             @CyUngovernable @kareem_nasser @bey_today Their names are stated bl article. Karl bou rjeily and melissa samaha
## 988                                                                                                                                                                                 CHICAGO. 5 DAYS. \nTICKETS: https://t.co/tghgZRfTi9 https://t.co/QQmkgX5n1U
## 989                                                                                                                                                                                     @AnarchisticCloa hot pink, pink, orange, grey, purple, red, and dark bl
## 990                                                                                                                                                                                                 @BL_Scenery Have patience, the series is not even out yet 😂
## 991                                                                                                                                                 @_Captain_Duck No you don't.... Well toku to bl and now bl to toku???\n\nThe pipeline becoming two sided???
## 992                                                                                                            Title: Never Let Me Go\nVideo: Official Trailer\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nBroadcast Platform: GMMT… https://t.co/0KrJ72bTx7
## 993                                                                                                                @learn2bbettr If there were any police officers watching this series, they would either be insulted or have good la… https://t.co/2gzmYKHJH9
## 994                                                                                                                 @JaymesHanson Well chainsaw man hasn't grabbed me yet 7 episodes in, I don't see why so many people were hyping it… https://t.co/OmyWZX2ikM
## 995                                                                                                                                   Gonna do some comic reading\n \n#artistsontwitter #commissionsopen #BL\n\nhttps://t.co/Z6wBNnlFwU https://t.co/0EqnPX8RQb
## 996                                                                                                                                                  @Di0rX0xo Even if your are not a bl!nk, your account still following accounts that drag BTS day and night.
## 997                                                                                                                                                                                                                 @fellrunningguid Looks like a lake, superb.
## 998                                                                                                                You can tell some people have never been bullied before with the way they write stories sometimes 😭 it’s so prevale… https://t.co/eAYWIs87en
## 999                                                                                                                  Trust me! You'll get addicted to this story!\n \n#artistsontwitter #commissionsopen #BL\n\nhttps://t.co/ZlpzmWM1Wp https://t.co/BeMHIvp1lI
## 1000                                                                                                               Today is GIVING TUESDAY! Your gift gives BL the financial ability to provide tuition assistance to deserving studen… https://t.co/jUFOQwjRrp
## 1001                                                                                                                               Prothane 1-1107-BL Black 1-1/8" Front Sway Bar Bushing Kit for YJ DZWXNQX\n\nhttps://t.co/cqS92yH7OE https://t.co/mfZsEAKrQz
## 1002                                                                                                                      I've been completely addicted to ONEPIECE and The President's Private Secretary\n \n#HanYuan #plzsupport #BL… https://t.co/qfa1MlAFq2
## 1003                                                                                                         Title: Choco Milk Shake\nEpisode: 9 (of 11)\nCountry: 🇰🇷 South Korea\nEnglish Subtitles: Yes\nPlatform: Youtube\n\nEpisod… https://t.co/Bltyq0Edll
## 1004                                                                                                                                                 @oakroyd @Stixx1979 @clesliephoto Worked in the Mecca bingo at Red Road a couple of times. I was petrified
## 1005                                                                                                                Fit Tesla Model Y Spoiler Wing Performance Car Rear Spoiler Trunk Lip Kit Tesla Model Y Accessories 2020 2021 2022… https://t.co/HxrEFS9KEy
## 1006                                                                                                               I love the art style in "Does Love At First Sight Exist in E-Sports?" so much! It's gorgeous! The character designs… https://t.co/Th76LW6GkF
## 1007                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult Stay with me \n\n“Unable are the loved to die. For love is immortality.… https://t.co/GoYJL4wiqT
## 1008                                                                                                                                                                                                  @alanbullion2 @carolcoulter3 Cnuts the lot of them. Utter
## 1009                                                                                                                                                                               @fort_fts Love you too, Honey! Happy birthday again! https://t.co/EdnUdC3VJB
## 1010                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult (2): The side character I created in the visual story I am telling wi… https://t.co/BntVSiramT
## 1011                                                                                                                                                                                              @GQThailand @bl_hkg @milephakphum @Nnattawin1 Love you guys 😘
## 1012                                                                                                               My first official introduction to BL: a story about a wizard and a vampire. (The classic black cat-golden retriever… https://t.co/V42uXsTBf6
## 1013                                                                                                                                                                                                        @salfordbeerfest Put the milk on your front step...
## 1014                                                                                                       Title: AiLongNhai\nEpisode: 10 (of 12)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nPlatform: YouTube (free) &amp; IQ (VI… https://t.co/Y1f1IEHpcK
## 1015                                                                                                                                                                          @ManekiNekoAIArt Gorgeous as always. Congrats on the recent BOOST! Well deserved.
## 1016                                                                                                                                                     @qyenmeo It was so cringe man. The cringiest thing until the BL shipping tournament attacked this year
## 1017                                                                                                          English subtitles now added....\n\nTitle: To Sir With Love\nEpisode: 16 (of 17)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles… https://t.co/MbQVB5Kx7P
## 1018                                                                                                                                                                                          @ric_wonders @AllBiteNoBark88 Yes it is.\nhttps://t.co/98l23Vpqqk
## 1019                                                                                                              Veteran skill = YOUNG maker! @AndrewKSmithKnives may be precocious, and for that we are thankful!\n\nLook closely at… https://t.co/vzlkH3LT5F
## 1020                                                                                                                @Aeriel_dear Saw one of the voting website for best BL couple and see the two name pops up. Scared the shit out of… https://t.co/rH9Txvps6N
## 1021                                                                                                                                                                                                                                need kento yamazaki on a bl
## 1022                                                                                                                                                          @AllBiteNoBark88 Here's a link for the doubters \nhttps://t.co/98l23V7hcc https://t.co/usVBxorNmb
## 1023                                                                                                               ngl idk what some of yall mean when you say "its ok if youre a woman who reads a lot of bl and yaoi but NOT if your… https://t.co/MDcuKaGRw8
## 1024                                                                                                                                                                        very cool and inviting6. There were soft, bluey-green bl    https://t.co/AtKGJxeNqy
## 1025                                                                                                                           Haute Decor Adapt Adjustable Length Wreath Hanger - Matte Bl...\nPrice: $11\nRating: 4.6 out of 5 stars… https://t.co/qyrGMnUiXE
## 1026                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult 1st submission \n#expressionwithmeaning  \n\nSometimes emotions trapped… https://t.co/oqhekNKl6A
## 1027                                                                                                                                                                                 2022 TOPPS Museum Collection Bl #ad #baseballcards https://t.co/ovvax430Dy
## 1028                                                                                                               @milfdreamers PLEASE check out his cooking bl miniseries on YouTube if you haven't cause I've been slowly dying ins… https://t.co/Z05PPKPE6y
## 1029                                                                                                                                                                                            @Fulgur_Ovid OMG,Lmao,Do you like to read the other's BL story?
## 1030                                                                                                                                                                                            CAD: 12:21:28*Smoke Investigation*23529 PATUXENT BL, CALIFORNIA
## 1031                                                                                                                                      https://t.co/WFCEd2Sm3M - it says it’s free\nBritish Library (or any #library \nGood luck \n😀 https://t.co/gaEfrvvWCX
## 1032                                                                                                                                                                                            @midknightmoodz @bl__bts_ Hey...that better be pointed at me 🤣🤣
## 1033                                                                                                                                                                                                                @Alu_Morgenstern Yeah, but that's on 2023 😭
## 1034                                                                                                                                                                                                                                        @YacoubaSg BOSS 🇸🇳👏
## 1035                                                                                                                                                                      @huntzworld Wait how do you know they’re friends? How does cha eunwoo know bl actors🤨
## 1036                                                                                                                                                           You should be proud of Nadav Lapid as I am. \n\nSo keep your mouth shut. https://t.co/EvkQkhLOyN
## 1037                                                                                                            n pure\nazure, but now it was dominated by a single gigantic, swirling,\nbl\n_ounass_promocode_promo_bath_and_body_wor… https://t.co/B8ztYpYX0d
## 1038                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult My participation (1): Generated with my photo. Reflecting real emotio… https://t.co/kYxnTCu4gF
## 1039                                                                                                                                                                              @Fulgur_Ovid What?Why is all the BL comic book?(sorry if my English is wrong)
## 1040                                                                                                                                                                                                                                                    BIG LLC
## 1041                                                                                                           Sunday 27th November 2022 (3/3)\n\n🇹🇭 Between Us: Episode 4 Cut Version\nYoutube Free\n1/4 https://t.co/iZNTG8NokM\n2/4… https://t.co/hz4Zi2W4Pp
## 1042                                                                                                          Sunday 27th November 2022 (2/3)\n\n🇹🇭Fahlanruk: Episode 12 (FINALE)\nGaga https://t.co/CkB4uP4AU5\n\n🇹🇭Between Us: Episo… https://t.co/jSPemELeA9
## 1043                                                                                                          Sunday 27 November 2022 (1/3)\n\n🇹🇭Ghost Host Ghost House: Behind The Scenes\nYoutube https://t.co/LVBuZFssiO\n\n🇹🇭Remem… https://t.co/oyFIsJe008
## 1044                                                                                      #恨君不似江楼月 #KillerAndHealer #江枫余火 #MaoZijun #茅子俊 #YiBochen #易柏辰  #SCI谜案集 #季肖冰 #JiXiaobing #高瀚宇 #GaoHanyu #SCIMystery… https://t.co/Y7JK9EgSQx
## 1045                                                                                                               “Your obsession with BL dramas is weird!”\nMe: What’s so weird about it? It happens in real life with other people.… https://t.co/sl6nIuTuYM
## 1046                                                                                                                 Final sketch of Alia Bhatt 😍😍 \n#artwork #ArtistOnTwitter #pencilartist #pencildrawing #graphitework #charcoalart… https://t.co/vrNSU1mgOW
## 1047                                                                                                               There's a darkness to the first trailer of #NeverLetMeGoSeries (esp in the music and the featured scenes) that work… https://t.co/DimlvL7AtF
## 1048                                                                                                               More than 8,000 items have passed through our conservation studios this year, including the written record of Eliza… https://t.co/6RCzrYKACE
## 1049                                                                                                                                                                                                                              indie https://t.co/UYnZnbodjT
## 1050                                                                                                                                                                                                                   @Gerashchenko_en The ravages of vodka...
## 1051                                                                                                                                                                            theyre doing these pics like this show is a bl is crazy https://t.co/kXuQljTf26
## 1052                                                                                                                                                        Check out the new comic book from @VoyageComics all about Bl. Carlo Acutis! https://t.co/Z58c1WgU1g
## 1053                                                                                                                                                                                  @bl_artcult lol I’m pretty sure I would be 😵 with that much caffeine! Gm!
## 1054                                                                                                                                                                                                                                   @BL_Scenery Team Green 🥰
## 1055                                                                                                                        for cuddl3,kis*ing,bl*wjob dm/wa 088220150793 #availsudirman #availlebakbulus #availcipete #availfatmawati… https://t.co/rtG7tHQUA8
## 1056                                                                                                                                                                                          @nobunny_y The new mafia bl series from GMMTV with PondPhuwin 🤨😂😂
## 1057                                                                                                                                                                                                                                            @Aiden_bl Prime
## 1058                                                                                                                                                                                                          What kind of... bl manhwa did i just stumble upon
## 1059                                                                                                                  @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto… https://t.co/iglZm0Cpig
## 1060                                                                                                             @NYSTATE0FMIND @jemelehill 1. Have you searched for it?\n\n2. Obama denounced Minister Farrakhan in February 2008, tw… https://t.co/1O319i9hpV
## 1061                                                                                                                               fr cuddl3,kis*ing,bl*wjob dm/wa 088220150793 #GadingSerpong #Serpong #aeropolis #massagefullservice… https://t.co/2WLaxKIEEk
## 1062                                                                                                                                                                             CLOSED MULE SATIN BLACK $70.00 https://t.co/g1e4JtgH8a https://t.co/Dn7pnWzZrJ
## 1063                                                                                                                                                                        @midknightmoodz @acirehgiel I am not single but I can be one for you, Dragon.😘😘😘🤭🤭🤭
## 1064                                                                                                                            @BL_Scenery Don't worry, we're getting Our Skyy with them, so basically GMMTV already spoiled that it will have a good ending 😅
## 1065                                                                                                                                                                                                                           @garumaniax_BL Wow that's steamy
## 1066                                                                                                               Throwing all of this together yields something like this. Observed cell motions are responding to the rapidly evolv… https://t.co/ADrfuo4EbO
## 1067                                                                                                              BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the… https://t.co/LP1aLUBEiC
## 1068                                                                                                                @avvinatore @Nelsonali @VinousReverie @DominiqueHornig @CambWineBlogger @SusyAtkins @PlanetVictoria @TheKirstenMac… https://t.co/bby1g0LiRf
## 1069                                                                                                               @iiiBlueApple @PaulTassi Honestly, it will feel goofy in a seasonal story most times. The only credible seasonal th… https://t.co/owJuq84D14
## 1070                                                                                                                                                                                                                            Bl love https://t.co/grT8d8xslI
## 1071                                                                                                                     "Mr. Heart" was such a good BL without being overly complicated. If you enjoy BLs please check out this series https://t.co/NFxWxNfpkK
## 1072                                                                                                                                                                                                                         @Aiden_bl @Zakariyaaa_ Trisomie 21
## 1073                                                                                                                                                                                                                         @FreeUkraine91 A very nasty one...
## 1074                                                                                                               for cuddl3,kis*ing,bl*wjob dm/wa 088220150793 #OpenBO #openBOtangerang #openbojakarta #openBOjaksel #availtangerang… https://t.co/S2BnETgGUR
## 1075                                                                                                               Factory-cut BL/backlight single universal backlights round/convex/concare lens bead  3V/6V 1W/2W with wire and pack… https://t.co/nb8wJ0oK6n
## 1076                                                                                                               @TrinaTr00366042 @MSuppasit nieces and all the people I know don't like her voice, on her music there is a lot of a… https://t.co/VOhxqiiIA6
## 1077                                                                                                                @Arikairene1 But you should also know that a lot of Army, KTSs and TKKs joined because of shipping videos. I am an… https://t.co/Cp8l8FL4LB
## 1078                                                                                                                   @jenamonroll Nooo... don't do this 😵‍💫😵‍💫 now everytime I read this BL I'm gonna thinking they are nomin (with the real face nomin!! 😵‍💫😵‍💫)
## 1079                                                                                                                (I always think about it when takes about "more original bl series" and "fewer school dramas" come up on my tl, bc… https://t.co/xm7dUMdahM
## 1080                                                                                                                                                                                    @griffwebber Cheers pal. May the best team win. https://t.co/9xVxF4KwSa
## 1081                                                                                                                In MW5 I got a new black knight it the BL 6b KNT this a STDF royal battle mech regiment it a heavy mech it a great… https://t.co/exd1Y1grnp
## 1082                                                                                                                                                                                                                   @JazzEFC Hope you're good to go tomorrow
## 1083                                                                                                                     Prothane 19-919-BL Black Straight Shock Mount Bushing with Sleeve - 2 Piece YSAJLWY\n\nhttps://t.co/mJcONPEhm7 https://t.co/JCoQzedKJ2
## 1084                                                                                                               @BitsHammer Ah yes Sisters of Silence with their massive 1 box of model options (outside a BL dual character kit) a… https://t.co/LeKyVW3Bkw
## 1085                                                                                                                                                                                                         @EnglishmanAdam @DanielaNadj @flyingstraight Smart
## 1086                                                                                                               There needs to be more Shouto x Miruko/Rumi. I'm guessing Shouto is under the curse of being a fujo exclusive BL ch… https://t.co/YimWhumddz
## 1087                                                                                                                                            Prothane 6-1168-BL Front Sway Bar Bushing Kit, Black M92QRCD\n\nhttps://t.co/i7oIWm3nE8 https://t.co/6pauWC7u42
## 1088                                                                                                                                         Prothane 19-1721-BL Black 2" X 2" Shock Reservoir Mount 27OAZF0\n\nhttps://t.co/oFkNrAdpkw https://t.co/EJiTF8iyUt
## 1089                                                                                                                                                           Prothane 7-142-BL Rear Sub Frame Bush RFJZ3BC\n\nhttps://t.co/g9XeErLcrg https://t.co/WnBvcz0W7H
## 1090                                                                                                                              PROTHANE 7-1909-BL Black Urethane Motor and Transmission Mount Kit TO2MENP\n\nhttps://t.co/WPzJXYNWXV https://t.co/tQIni8dSC2
## 1091                                                                                                                               No!!! Not him exposing the ending of the series 😭 Its not even release yet 😭\n\n#NeverLetMeGoSeries… https://t.co/d29frExl7F
## 1092                                                                                                                @kildozer666 @Benjjjyy Y1?? TWQ was better than BL, Shadowkeep, or CoO/Warming, with a cohesive story, challenging… https://t.co/z5AlCAr8MQ
## 1093                                                                                                                                                                                                                      @GeEkMyTh_ETH GM! Safe travels lffggg
## 1094                                                                                                                                                                                                           @RobBully Was one of those who checked a welder?
## 1095                                                                                                                                                                                                        @soupdoodlee i have a friend that loves bl stories…
## 1096                                                                                                                @hey_halvy @HistoryBoomer I can tell you exactly as I’m a L critical lefty who hears this shite all the time - any… https://t.co/isCviv9h8B
## 1097                                                                                                                                                                                                                Really like this BL https://t.co/GaubBmiORr
## 1098                                                                                                                                                                           Bl*ck fr*day/c*ber m*bday being right before bills are due is kinda intense, no?
## 1099                                                                                                                              This awesome comic deserves more attention!\n\n#BL #boylove #aiartcommunity\n https://t.co/0h23FIzFSZ https://t.co/Exq45wN1JY
## 1100                                                                                                                                                               @Brianmannphoto There's no crash if you keep drinking coffee all day https://t.co/A7WpCjIcV2
## 1101                                                                                                                                                                                             Hhh good bite  hhhhhh 9ritha bl fr hhh https://t.co/z5S4keVhTu
## 1102                                                                                                               @bubbleMeU @lepetitmenoii @buildsbible in BL? im not so sure about that. VegasPete is MUCH darker than anything oth… https://t.co/4lathnVNQ6
## 1103                                                                                                                                                                    @AntonyRowntree Wrong side of Leeds for me, until today....heading there on next visit.
## 1104                                                                                                                           Leipzig midfielder Caden Clark will most likely not return after his loan at NY Red Bulls, according to… https://t.co/2EhjNDAzga
## 1105                                                                                                               BB Israeli leftist leave India immediately. India loves Israel. But not any bl..dy leftist either from Israel, Amer… https://t.co/o6yahcXP6r
## 1106                                                                                                                                                                                                                @bl_artcult Truly appreciated, dear Black 🙏
## 1107                                                                                                                                                                                                                                              BL! Bad Luck!
## 1108                                                                                                                                                                                      @Arezou69195500 @bl_artcult @lamengana @pneumaninesix Many thanks 🖤🌹🤩
## 1109                                                                                                                                                                                                                                 @tilldxown bl overrated fr
## 1110                                                                                                                                                                                                                     @bl_artcult Window Panes in my coffee.
## 1111                                                                                                                That's an awesome pic BL. Blowing snow here at the moment...25-30 expected next 24 hrs and it's still November 😳😳.… https://t.co/nZFuOe3sCM
## 1112                                                                                                                        Saturday 26th November 2022 (3/3)\n\n🇹🇭 Big Dragon: Episode 8 (FINALE)\nGaga https://t.co/A6xm3Iu286\nViki… https://t.co/bXZuyoVEpq
## 1113                                                                                                                                  @bl_artcult ahaha cant wait that long 🤣🤣i always need to try the new shinny toys right away ahaha https://t.co/MZoKk67uyy
## 1114                                                                                                                                                                                                                @TohsakaEnjoyer bl but Inazuma 11 negs both
## 1115                                                                                                             Saturday 26th November 2022 (2/3)\n\n🇹🇭 Hard Love Mission: Episode 7 (FINALE)\nWeTV\n1/2 https://t.co/s7unstsDzW\n2/2… https://t.co/UMIN3HjzBB
## 1116                                                                                                                                                            $KSCP - Knightscope (Nasdaq: KSCP) Projects Tripling Annualized Revenue https://t.co/Z7RJRP32mg
## 1117                                                                                                             @camilahoover3 @tiim1_a @BTS__Universe Then Money is Teddy Oppa ft. L!sa right ?? \nSince he has all the credits \nAl… https://t.co/5E3FmnsbUB
## 1118                                                                                                             The Most Handsome BL Actors 2022 – Vote Now\n\nLet's stream Turn Off The Alarm to boost the mood #TurnOffTheAlarm son… https://t.co/kW2Cz1cQu1
## 1119                                                                                                                            When I'm not reading SPYxFamily, I'm reading Destined to Meet on the Trends!\n\n#SamandMax #BL #colour… https://t.co/KLB29r1oSX
## 1120                                                                                                                                                                                             @jisooyaswin But bts &amp; armys are for bl!nks more important
## 1121                                                                                                                                                                                                    @access_history @AntonyRowntree That looks the business
## 1122                                                                                                                    I keep seeing all these "top bl couples" lists since it's the end of the year. my favorite bl couple is porsche and the farmhouse bread
## 1123                                                                                                                                                                                                       @erta_14 @sue_____wq @brodgns your pfp from bl anime
## 1124                                                                                                                                                                                                @Jrect254 It depends is she is can't talk its only for BL 😉
## 1125                                                                                                               @Charlot94878566 @Dekacchann accept or acknowledge a BL ship. A queer ship. Because if one of those two boys were a… https://t.co/JbAQgUtj3Y
## 1126                                                                                                                                                                       New Story: Girls Middle School Basketball Splits with Edison https://t.co/Ey1RxvOu7e
## 1127                                                                                                                                                                        @AntonyRowntree @Stephen69330887 I'd be all over them. One of each and away you go.
## 1128                                                                                                              Check out this product 😍 LION Men's Premium T-Shirt 😍 \nShop now 👉👉 https://t.co/Y18tO0uIcp\n\n#tee #tshirt #tshirts… https://t.co/HUHVSKQ6OX
## 1129                                                                                                                                                                                                                  which bl is this? https://t.co/fNikQ8xt7e
## 1130                                                                                                                                                                                   @bl_artcult @illustrata_ai @joynxyz @amli_art thank you, Black label! 🙏💞
## 1131                                                                                                          Saturday 26th November 2022 (1/3)\n\n🇻🇳 The Star Always Follow You: Episode 1\nYoutube https://t.co/L4fB2TZXLs\n\n🇯🇵 Ete… https://t.co/vOxH8ih5UW
## 1132                                                                                                                                                                                                                                        @Lousanay Lets go ☺️
## 1133                                                                                                                                                                                Every second they watch a BL series someone d words https://t.co/QZ9YcOOYzx
## 1134                                                                                                                                                                                              @bl_artcult I switched to mudwtr. Best part no crashing after
## 1135                                                                                                                                                        @spinningzoo @LuxfordC @anarcho_goblin @OneShoup @clapifyoulikeme Sharing like bl**dy socialists! 😉
## 1136                                                                                                                                                                     @petravoice @illustrata_ai @joynxyz @amli_art A lot of depth here, thanks for joining!
## 1137                                                                                                               @CeMillbrook Huge congratulations to your school! Thanks so much for being a brilliant part of the project. We'd lo… https://t.co/s26efnXmF9
## 1138                                                                                                                         @MyBLCalendar Its just fun shipping them, imagine if the plot will twist 😁.\n\nLooking forward for them to sail, #GunSave couple 🥰
## 1139                                                                                                                                                                                                  @bl_artcult @illustrata_ai @joynxyz @amli_art thank you 🥰
## 1140                                                                                                               $KBH - KB Home Announces the Grand Opening of Nighthawk, a New Community Located Within the Prestigious Summerlin M… https://t.co/vuNDH2yMnN
## 1141                                                                                                                no like bengek hyungers who consume BL but also homophobic at the same time are so fucking weird i need them to be… https://t.co/Q1k2kInRf7
## 1142                                                                                                                                                                                                                @SharaRockett BTW are all these horror+BL??
## 1143                                                                                                               @inigma_a Honestly haven't had/taken the time to dive in on 2.0. All of this is so fast, it's a but overwhelming tr… https://t.co/C1KNyEUilu
## 1144                                                                                                                Human Hair Clip In Extensions 14 Inches 120g Natural Black Color Clip In Hair Extensions Real Human Hair 7pcs Clip… https://t.co/qtVeUgv8jO
## 1145                                                                                                                                                                                                      The best BL to the next round https://t.co/fvmbVzndAe
## 1146                                                                                                                  Sorry for not being on Twitter lately but yes, all BL shows are 99.5% up to date now... check them all out here:… https://t.co/HxnLSXkirm
## 1147                                                                                                                It's the most wonderful time of the year - the annual #GMMTV2023 showcase 🙌 Join us as we talk through all the #BL… https://t.co/RXsFjxRlu1
## 1148                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult pt.2 many of us, fragile souls once fell in someone's strong hands an… https://t.co/4dTLFFKdCI
## 1149                                                                                                            @illustrata_ai @joynxyz @amli_art @bl_artcult 1st submission\n\n"be careful when playing with the dark"\npt. 1 it's da… https://t.co/gRETU3vpqD
## 1150                                                                                                                                                      Construction on #Q27Bus Both directions from 46 Av/162 St to Kissena Bl/45 Av https://t.co/IGxbn4kQC7
## 1151                                                                                                                @BURBEARI @1mUsagi You know how you collect BL images imprinted into your brain to appreciate later when your on a… https://t.co/lrqfmKMlyw
## 1152                                                                                                               FINGERINSPIRE 3 Yard x 2 Inch Hook and Eye Cotton Tape Trim 1 2 inch Spacing Black Lace-Covered Tape with Largr Hoo… https://t.co/mXLX3OQ0Dy
## 1153                                                                                                               16 Pcs Pencil Sharpener Plastic Double Hole Colored Pencil Sharpener Manual Small Fun Handheld Pencil Sharpener Red… https://t.co/akjdwKcin2
## 1154                                                                                                                                                                                                                          @moondust_36 Absolutely stunning.
## 1155                                                                                                                                                                                                                      @bl_artcult I had to switch to tea. 😬
## 1156                                                                                                                                                                                        @WeAreWST @juddtrump @eurosport @discoveryplus Bl**dy outrageous!!!
## 1157                                                                                                                                             Like literally chill it’s not like there’s no tomorrow💀💀 #deardoormanhwa #blmanhwa #bl https://t.co/psw7EUNr0P
## 1158                                                                                                                         Dr. P, people…\n\nExposing the links between Calcium, Vitamin K2, and Plaque Buildup in Bl... https://t.co/aei92rImr4 via @YouTube
## 1159                                                                                                                 Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they… https://t.co/j08NGSzQLM
## 1160                                                                                                               Bark Buddies Dog Barking Deterrent Devices, Handheld Pet Gentle Trainer Device, Bark Control Indoor Outdoor Trainin… https://t.co/TR6dWnI0O2
## 1161                                                                                                               Homebeez Modern Round Velvet Ottoman Foot Rest Vanity Stool/Seat with Gold Metal Legs for Kitchen Bedroom Living Ro… https://t.co/0EqtXGxtjW
## 1162                                                                                                                                                                                            been reading BL since 10am, 10pm rn but i wanna read more hhhhh
## 1163                                                                                                               i might starting to hyping up some BL content on my account from now on. if it bothers you, you are very welcomed t… https://t.co/OEjApWdqiA
## 1164                                                                                                                                          One of the best drawings of all time\n \n#kuroken #HanYuan #BL\n\nhttps://t.co/0X7lO6sizL https://t.co/djWi3hVGZa
## 1165                                                                                                                                                                         I think I’m going to stay on cb Twitter for now on because bl twitter is so toxic.
## 1166                                                                                                            VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3… https://t.co/HbqkJGUpRR
## 1167                                                                                                                                          Latin Percussion LP776-BL Vibra-Tone Large Indigo Blue RWSFYTQ\n\nhttps://t.co/joMdWowvcZ https://t.co/kwWEi8tdsD
## 1168                                                                                                                                                    Updated: Construction on #Q103Bus SB from 41 Av/12 St to Vernon Bl/Queens Plz N https://t.co/tBjCmNCMQ0
## 1169                                                                                                                                                                                                    Cleared: Construction on #Q103Bus SB at 41 Av/Vernon Bl
## 1170                                                                                                                                                                                                    Cleared: Construction on #Q103Bus SB at 41 Av/Vernon Bl
## 1171                                                                                                               @SoonerWerder @NaWerder @SvwOMYTfc @djmuller83 I get the sense you would need to make = or + what you think you may… https://t.co/A8kAZsOkol
## 1172                                                                                                               When I fell for you, I fell Hard\n\nKDLEX Sweethearts #RAWRAWARDS2022\n\n#AlexaIlacad |  #KDEstrada \n#KDLex | #PETAWalangAray \n\nBabiii bl
## 1173                                                                                                                                                                   @uchihagli Oh hii there BL stan...only y'all could stop so low it's expected from y'all🤭
## 1174                                                                                                                                                                                                                                     @bl_artcult Been there
## 1175                                                                                                                                                             Construction on #Q103Bus SB from 41 Av/12 St to Vernon Bl/Queens Plz N https://t.co/tBjCmNCf0s
## 1176                                                                                                                "Lemon Lightning" is an absolutely perfect comic! It's living rent free in my head!\n \n#commission #BL #freecomic… https://t.co/F7DjXNRDgs
## 1177                                                                                                                                                                                                man I fucking love semantic error best bl I've ever watched
## 1178                                                                                                           @futa1126 When i read the novel now, I always envision Colin Firth as Mr Darcy. \nAfter i read P&amp;P, I realised that… https://t.co/ogRDYk4lL9
## 1179                                                                                                                @GeriKipp @mandy_mclaren They don’t. When they do figure it out, then what? Move to another school? Maybe a little… https://t.co/rCJzMFFEu9
## 1180                                                                                                                                                         The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/tr1yPMsfLQ @TheTopFamous
## 1181                                                                                                             @BL_Scenery I'm team shogun though I'm certain that maitoh will end up with green.\n\nAfter all they are also Ton and… https://t.co/9I93PZAvtH
## 1182                                                                                                                                                                                                               emang bl paling bagus cuma wolf in the house
## 1183                                                                                                                         Leimert Park | Railroad/Train Emergency reported at S Crenshaw Bl / W Exposition Blvd\n\nhttps://t.co/LkX4v8qF6F\n#lafd #lafdalert
## 1184                                                                                                               VegasPete had the effect of a tornado on the BL industry by being a side couple with just 90 minutes of screen.  Im… https://t.co/eMCT4TaHfL
## 1185                                                                                                                                             @DangerTangerine It’s a hot damn mess and I don’t have enough twitter characters for how bad it actually is bl
## 1186                                                                                                             y eyeing every man of his crew. But those wild eyes met his,\nas the bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/qRcXybhjxl
## 1187                                                                                                                                                           @Arel2Ron @illustrata_ai @joynxyz @amli_art @bl_artcult Their choice of road kneeling also to go
## 1188                                                                                                               @suhjelly @itsukaes @neiImobiIe i was reading em, lol. i also have an impressive collection of BL manga, and i'm no… https://t.co/HxwA5svAB7
## 1189                                                                                                                                                                                                         @cutefemcel HELP ME I buy bl irl all the time what
## 1190                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult Van Gogh's Artificial Intelligence #expressionwithmeaning \n\nI am insp… https://t.co/uWL04hmMav
## 1191                                                                                                                                                                      @StephanieHypes I have been saying for MONTHS, that Solo is there to break the BL up.
## 1192                                                                                                                Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an… https://t.co/2aWodCCrEr
## 1193                                                                                                                                                                                                             Pls give me spicy bl recs that dont contain SA
## 1194                                                                                                               @cowpoke690 Even for BL, many won't be able to tune in. For sure they're aware of this issue though. It was probabl… https://t.co/ah8l3qXIia
## 1195                                                                                                                                                                                                                                     @Wijntje10 Schadepot ?
## 1196                                                                                                                                                                                                                               @tanyakanrl Nonton series bl
## 1197                                                                                                                                                            @milephakphum GN P’Mile !Love you, sleep more tonight! Sweet dreams 💚🍒🐻 https://t.co/O0jSeN2rnn
## 1198                                                                                                               @neiImobiIe @N30B4DD13Z it's got a fuckton of sexual violence in it. is it acceptable, though, cause the main chara… https://t.co/D6PS83Dskb
## 1199                                                                                                                                                                                        bought bl for the first time irl im so embarassed  i cld cry 😭😭😭😭😭😭
## 1200                                                                                                                           This manhwa is awesome! I can't get enough of it!\n \n#pixelart #artworks #bl\n\nhttps://t.co/aK8kZFufMS https://t.co/73ryC4nvt2
## 1201                                                                                                         https://t.co/LGrgs43O1l \n\nAuthor's Note:\n\n𝐓𝐖: mentions of r*pe, m*rder, torture, bl*od \n\n𝐏𝐥𝐞𝐚𝐬𝐞 𝐫𝐞𝐟𝐫𝐚𝐢𝐧 𝐟𝐫𝐨𝐦 𝐫𝐞𝐚𝐝𝐢𝐧… https://t.co/7ot9KFREkp
## 1202                                                                                                               Well that's it officially official!  Thesis is now available for anyone interested...  British Library EThOS: We’re… https://t.co/XoDGvUmt9L
## 1203                                                                                                                     @paulg @m42everything For nuance quadrants might work here.\nAware winner. TR.\nAware loser. BR\nUnaware winner. TL\nUnaware loser. BL
## 1204                                                                                                                                                                            exactly what i like for my bl: crime, anguish and drama https://t.co/CF8woYTNnV
## 1205                                                                                                             As part of our series sharing saints who inspire us, we remember Bl Laura Vicuna!\n\nWe particularly remember her for… https://t.co/aQXrxBMv1l
## 1206                                                                                                                                                                                                                          @moondust_36 GM darling Moon! ✌️☕
## 1207                                                                                                                                                                  @rocketgirlNFT @joynxyz @HODLFrance Cheers to that, they're like live podcasts it's great
## 1208                                                                                                                                                                                                                       @CoffeeVectors There's no other way.
## 1209                                                                                                                                                                      1. Hyungers\n2. People who enjoy bl but hate lgbt\n3. ngabers https://t.co/wdUvhYQaJU
## 1210                                                                                                               @meowmeowrichhh It's so hard to understand shippers attitude towards all the tv BL couples in general: they are act… https://t.co/EUke69zZo6
## 1211                                                                                                                                                                  @Magpie24_7 That’ll be boot polish or pies. Its a billion for 10 years for shirt sponsors
## 1212                                                                                                                                                                                     Construction on #Q103Bus SB at 41 Av/Vernon Bl https://t.co/J2KhSJIo0N
## 1213                                                                                                                                                                                                         @BL_2889 @NE5westend I’ve still bought them all 😂😂
## 1214                                                                                                                                         Eastbound 8-car BL/New Carrollton Train 460 has been holding at Pentagon on track 1 for at least 5 mins. (11:37am)
## 1215                                                                                                                                         Eastbound 8-car BL/New Carrollton Train 460 has been holding at Pentagon on track 1 for at least 5 mins. (11:37am)
## 1216                                                                                                         -Ingo\n-23-25\n-He/Him\n-6'4\n\n•Mainly headcanon based portrayal of subway boss Ingo\n-Interactions taking place in Hisu… https://t.co/i1rZORZ3Or
## 1217                                                                                                               $BL Trading Ideas | Awaiting Short signal. 80% win rate based on 14 trades. Profit factor is 1.3. #investing #money… https://t.co/tUN6kuKGBf
## 1218                                                                                                                                                                                                                    @bl_artcult Good morning, dear Black 🖤!
## 1219                                                                                                                                                                                                                  @retardparadox bl@kesylv1iee on instagram
## 1220                                                                                                                                                                              @jaywawk @NE5westend Mine comes tomorrow just hoping it’s not a bag of shit 😂
## 1221                                                                                                                                                                                                                        hyunlix need to star in a bl series
## 1222                                                                                                               won't act like just friends LOL. They forced me to acknowledge them as a relationship because of them letting us in… https://t.co/EtUtC8mOUf
## 1223                                                                                                                                                                                                                              @BL1NKYYY But not Bl-one-nky?
## 1224                                                                                                             @Bee_Nichaphat \n\nWhen choosing a film and television program, please be aware that not all BL topics are suitable f… https://t.co/6Jl0YPPxxr
## 1225                                                                                                                         Westbound 6-car OR/Vienna/Fairfax-GMU Train 902 changed its destination to BL/Huntington at or near Landover on track 2. (11:33am)
## 1226                                                                                                                         Westbound 6-car OR/Vienna/Fairfax-GMU Train 902 changed its destination to BL/Huntington at or near Landover on track 2. (11:33am)
## 1227                                                                                                                It's #MatchDay! And make or break for @usmnt. Come cheer with us at The BL - we'll have sound on, the match on the… https://t.co/flgj4xk19V
## 1228                                                                                                                            I wanna try out this comic book style\n \n#BL #mangalover #fridaynightfunkin\n\nhttps://t.co/VmKs4MQnuU https://t.co/l5B2eMLahC
## 1229                                                                                                           @Bee_Nichaphat \n\nNot BL subject matter is also OK, don't limit yourself\n\nBut don't choose TV series or movie projec… https://t.co/rAtKvQiasM
## 1230                                                                                                               @bl_artcult @joynxyz @HODLFrance Yeah I listen as I work and paint, it’s a great way to absorb knowledge and I’m no… https://t.co/ElWPIs6BcN
## 1231                                                                                                                @ErotemeArt @obscuradao @MecenateFineArt @bl_artcult and i totally forgot to tag people 🤣 @blind_imagery your evil… https://t.co/xy7bRVOSCV
## 1232                                                                                                               @georgia_tcv I noticed in their part of the Our Skyy 2 teaser that Pond pushes Puwin's hand away when he reaches ou… https://t.co/9jXZBJmpSe
## 1233                                                                                                           I need someone to alert me when theres something big or a big news occured 😂\n\nLike ada "BL Space" going on\n\nCause i… https://t.co/4peViB8e3j
## 1234                                                                                                                Whether it’s the uncanny tales of A.M. Burrage you’re after, or a journey through the weird and wicked folklore of… https://t.co/JPSH07HfqA
## 1235                                                                                                                            Preventive screening through PCR-saliva testing was proven to reduce #SARSCoV2 community transmission.… https://t.co/ACAsJCjohG
## 1236                                                                                                                                                                                                             @bl_artcult I usually have it black, Black lol
## 1237                                                                                                             @Bee_Nichaphat \n\nWhen choosing a film and television program, please be aware that not all BL topics are suitable f… https://t.co/xPpjEdaz30
## 1238                                                                                                                                                                                               @bl_artcult Sick ! that's awesome 🔥🔥 https://t.co/A8pswwfGrG
## 1239                                                                                                               Hermosa 13x4 Lace Front Human Hair Wigs Pre Plucked with Baby Hair 150% Density 9A Straight Human Hair Lace Front W… https://t.co/Y6PH1Z5WkE
## 1240                                                                                                       Bl@ckm@il vid€0 t@p€s?NW0 illumin@ti fr33m@s0ns &amp; W0rld Economics F0rm WEF?Lucif€r UN&amp;@g€nd@ 2030?Th€ Wr@th 0f Gd?J… https://t.co/OtmUeoXTr1
## 1241                                                                                                          Friday 25th November 2022 (3/3)\n\n🇹🇭 I Will Knock You: Episode 2\nGaga Full https://t.co/O1LX3x85np\nYoutube (Pay)\n1/4… https://t.co/35CeF3IAb8
## 1242                                                                                                           🌠PRE-ORDER🌠\n\nHey #BL fans, check out all of our Wash My Heart Wash My Heart: Minato Shoji Coin Laundry merch!\n\nFeat… https://t.co/AiWpBdynHa
## 1243                                                                                                                                                                @_iamalistairvt NON-CONTEXT “it isn’t BL but it does sound like BL” https://t.co/HjpReVVF5X
## 1244                                                                                                                                                                        “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/nR3tdYprkE
## 1245                                                                                                                                                                                                                                    @Eleni78770815 GM GM 🙏👁️
## 1246                                                                                                          Friday 25th November 2022 (2/3)\n\n🇹🇭 Wall Of Dawn: Pilot Teaser\nYoutube https://t.co/BSiANIggvm\n\n🇹🇭 My School Presid… https://t.co/6ONMRQZqOa
## 1247                                                                                                               @inigma_a Dude... I've been 100% on SD for months. I tried to work with mj4 for like three weeks without hitting th… https://t.co/qwMX4t9sQR
## 1248                                                                                                               @ErotemeArt @obscuradao @MecenateFineArt @bl_artcult thanks for the tag!!! 🙌💜 perfect theme for dropping some new 𝕡… https://t.co/SpwCyikU4T
## 1249                                                                                                                @s4tinflowers BESTIE LET ME TELL YOU i’ve drowned myself w tons of bl i’ll dm u later cause i got a lot in my list… https://t.co/1no8HxHh2p
## 1250                                                                                                                           Friday 25th November 2022 (1/3)\n\n🇹🇼 My Tooth Your Love: Episode 8\nViki https://t.co/5ENvA7ITSI\nGaga… https://t.co/QR5N60t7NE
## 1251                                                                                                               Both #NeverLetMeGoSeries and #MySchoolPresident are BL with high schooler main characters airing at the same time b… https://t.co/AP2yJx0pCw
## 1252                                                                                                                                                                                                           Missing those eras of my life😭😭😭 bl bl lagi huhu
## 1253                                                                                                              @exosvtdanmei I would have been super happy if Seo Ham was there during the award shows 😭\nBut Jaechan never miss me… https://t.co/WGfSMt2D6w
## 1254                                                                                                                           She's a multi and most importantly a Bl!nk, and y'all trying to convince us that multis are not bad lMAO https://t.co/XFde3KA18M
## 1255                                                                                                                                          if Pr*ship, Bl*nkship, basic dni criteria\n-Any Emmet is free to interact !\n-May / May not connect to @/dxrailed
## 1256                                                                                                             -Dark themes such as violence may be present but no lewd\n-Multiverse/Oc Friendly\n-Tags/Dms open for plotting or int… https://t.co/XsfbuqRoe7
## 1257                                                                                                                                                                                                               @ufonft2 Good to hear! 🙏 Doing well, rollin!
## 1258                                                                                                                                                      me when I realize I know what ntr is because of a fucking BL novel. this is why I'm not seeing heaven
## 1259                                                                                                                                                                      @bl_artcult bruh these are super dope ... are you on SD 2.0 what is this wizardry 🔥🔥🔥
## 1260                                                                                                               @DoctorSam7 @ChaseJYoung1 I think that both parts (phonics and comprehension) are important. Phonics instruction re… https://t.co/S4rBFqHLJB
## 1261                                                                                                                                                                                                                        @charis_ai @AiJoe_eth Cheers ☕✨☕
## 1262                                                                                                                @yslppe Rightttt im actually hesitating to call them bl actors for some reason, cause as an actor they really just… https://t.co/lOj4BO4CcP
## 1263                                                                                                                                                                                   @rocketgirlNFT @joynxyz @HODLFrance Do you just go to ALL the spaces? 🤔🤣
## 1264                                                                                                                                                                                            So Is doyoung gonna be in an bl or was I lied to by a yuta stan
## 1265                                                                                                               @shoujoscholar There is some truth to this. During the BL boom shonen magazines started adding bishonen and queer s… https://t.co/w2NuqKiXZa
## 1266                                                                                                                   I can't wait to see what happens next! Click the link below and join my struggle!\n \n#digitalanimation #AI #BL… https://t.co/jC5Xci9SAw
## 1267                                                                                                                                                                                          they deserve to have a better bl series 😔 https://t.co/T8uz7uuLlP
## 1268                                                                                                                                                                                                                Poorr pooor favorrr https://t.co/44lcptbjUB
## 1269                                                                                                                                   When I'm not reading SPYxFamily, I'm reading The True Scandal!\n \n#BL #DemonApartment #komiket… https://t.co/ntW3vxVmaG
## 1270                                                                                                                                                             the only people i trust in the bl industry are the ones who are friends with cooearth actually
## 1271                                                                                                               Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trad… https://t.co/ZSoLlUDFYR
## 1272                                                                                                                            @farchicore FEIII😭💞 omg girl you gotta hook me up with some bl!! I’ve been searching but I haven’t found any good ones lately 😭
## 1273                                                                                                                                                          @mkc78997997 @nyan_co3 @inariya_fusa @honto_bl @bs_garden_n You have a Treasure!!!! Hats off! 💕 💕
## 1274                                                                                                               #BookReview: Mystery in White by J. Jefferson Farjeon https://t.co/Dp4FXIuu2P \n\n#Winter  #Christmas @BL_Publishing https://t.co/08seJD2CYK
## 1275                                                                                                                @shidoni That is some immature BS, ang toxic mo. Even Ru Paul makes fun of these issues sometimes. Mas fake pa nga… https://t.co/WI1zawE1eC
## 1276                                                                                                              📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_… https://t.co/yFL57hUD9n
## 1277                                                                                                                                                                                    Noeul's favorite girl group is BlackMagenta.🤣🤣🤣 https://t.co/sWwAum4c02
## 1278                                                                                                                           Trust me! You'll get addicted to this story!\n \n#bl #animation #Supernatural\n\nhttps://t.co/YidGJAk7nI https://t.co/ZL5XgSLNnZ
## 1279                                                                                                                          I finally got a bl@de that cuts pretty deep and I forgot how fucking painful it is when someone touches/brushes against your c#ts
## 1280                                                                                                                                                                                                             @bl_artcult I think my heart would explode LOL
## 1281                                                                                                                I can't wait to see what happens next! Click the link below and join my struggle!\n \n#bl #animation #Supernatural… https://t.co/n1bo5QWSCb
## 1282                                                                                                               If you missed the premiere of this 🔥🔥🔥 3 round battle don’t forget to click it…comment…share and definitely SUBSCRI… https://t.co/PDgGKJ04ga
## 1283                                                                                                               @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and… https://t.co/etURzECr3e
## 1284                                                                                                                                                                                                        @fairygkie it's a mandatory reading in the bl world
## 1285                                                                                                                                                                        CLOSED MULE BLACK SPACE DUST $77.00 https://t.co/bk94jgUIwN https://t.co/XBwKoRaUZi
## 1286                                                                                                                                                                                        @AiJoe_eth @bl_artcult mmmm - me too.  ☕️☕️ https://t.co/wrKZzF6CuH
## 1287                                                                                                              @exosvtdanmei We Stan actors who proudly does BL and never ashamed of their work 💓\nInfact it's Jaechan and Seo Hams… https://t.co/JycV1X5oId
## 1288                                                                                                                                                                                             @ufonft2 GM LM, and how's everything in your world today? ☕✨
## 1289                                                                                                               ManRiver Seven Pant Yoga Pants for Women - Simulation Denim Flowers Printing Stretch Waist Workout Leggings Pant Tr… https://t.co/LCnrvpR7wq
## 1290                                                                                                                       Check out much more on Bilibili Comics - search "Peerlessly Carefree" and favorite!\n \n#BL #dance #martial… https://t.co/T9QnfbTFOI
## 1291                                                                                                                                                                                                              @AiJoe_eth Mmhm espresso is my love language.
## 1292                                                                                                                                                                                                      I dont really read bl besides my ships content tho so
## 1293                                                                                                                                                                                                    back on my bl bs !! gotta be more active on this acc ig
## 1294                                                                                                                                                                                @BadBeanLLC Welcome to my life. I've been a sixer for a decade or more now.
## 1295                                                                                                               @mrbowers Actually, Chinese stories tend to be more GL and BL, but I don't know if it's different cultural styles o… https://t.co/mjETKpMpcS
## 1296                                                                                                                                                                                                        @CoffeeVectors How do you take your coffee, Coffee?
## 1297                                                                                                                                                                                                      Damn 15th century BL was peak https://t.co/x8fRKEjo4m
## 1298                                                                                                               Check out much more on Bilibili Comics - search "Martial God Asura" and favorite!\n \n#emotion #illusrtationart #bl… https://t.co/Jca4HDJI7c
## 1299                                                                                                               @exosvtdanmei I saw some actors pretending like they never did BL drama even some of them don't even have the drama… https://t.co/OZY7eablyV
## 1300                                                                                                                                                                                       again, hot take, but female cishets and non mlm bl lovers disgust me
## 1301                                                                                                                                 I've been completely addicted to ONEPIECE and Martial God Asura\n \n#emotion #illusrtationart #bl… https://t.co/PDnsdoagFP
## 1302                                                                                                                                                                                                                  @TymothyLongoria Mmmm... Hits just right.
## 1303                                                                                                                              2000 boys doing enemies to lovers bl is my favorite thing\n\n#gmmtv #DangerousRomance #BadBuddySeries https://t.co/rr0lZlxWa8
## 1304                                                                                                                                                                                                                  @DVKtheartist GM dude, let's fn goooooooo
## 1305                                                                                                                                                                                                           "Ah! Shizuo loves Izaya! ..it's .. BL!!!!"-Erica
## 1306                                                                                                            WTS: 3 BL tickets zone 🔵\n🔥🔥 I have 3 deal : \n💛 1 ticket get 3 card : 3k bth\n💛 1 ticket + poster sign get 3 card : 5… https://t.co/wLugL34oiN
## 1307                                                                                                                                                                                                                              @marcolin91 😅 cheers to that.
## 1308                                                                                                               Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literal… https://t.co/71YMOtTD0V
## 1309                                                                                                                                                                                          @VeronikaSimms My problem is defining an undefinable reality lmao
## 1310                                                                                                                                                                                                                       @bl_artcult GM love me some Expresso
## 1311                                                                                                                                  finally starting this manwhua,been wanting to read this since i started reading bl in 6th grade 😭 https://t.co/59eaCbclPx
## 1312                                                                                                               After a swift solo pub pint, back home to watch Idrissa's Senegal and another solo pint(ish). @WildeChildBeer Nebul… https://t.co/OGOVjOecJl
## 1313                                                                                                               @QirongsBff Yes! That’s the one I watched. Some of them didn’t have an idea what bl is and he even explained it. 👏🏻… https://t.co/NCcyjTI9LT
## 1314                                                                                                             Lima.” So, too,\nVenice; I have been there; the holy city of the bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/Up7JSYoBmF
## 1315                                                                                                              30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints;… https://t.co/RQCH93wwmE
## 1316                                                                                                               these really look like the member introduction pictures for a member of a menchika group called something like BL♠C… https://t.co/NLpWtCzlVk
## 1317                                                                                                               @xantababy I remember in a Korean show the middle aged MCs were being weird shit towards BL but Jaechan didn't flin… https://t.co/jq0pZG7Gf4
## 1318                                                                                                                                                                                                                          @milephakphum Goodnight sweetie 💚
## 1319                                                                                                                                                                        @bl_artcult GM ☕️ After the last few weeks I feel like I need 6 shots of espresso 😅
## 1320                                                                                                                @tropotropotropo Shoujo is like my MAIN genre outside of BL, there is TONS of new ones! Shoujo is also like worlds… https://t.co/nIux3CjS0D
## 1321                                                                                                                                                                    ...It's such a waste that you can't recognize even an iota of BL development potential.
## 1322                                                                                                                                                                                                                                           @bl_artcult Epic
## 1323                                                                                                                                 @AngrySalmond … is this a joke!? UK nationwide… bl**dy hell are there ScotNats nationwide now 🙄🤦🏼‍♀️ https://t.co/5tdvACVYG6
## 1324                                                                                                                                                                                                              🤔 is Japanese BL Community that small or what
## 1325                                                                                                                                                   Same-sex relations in an 18th century Ottoman manuscript https://t.co/prz6uHEwJd https://t.co/wFyYk6gO0T
## 1326                                                                                                               @InLimboV @EnglishmanAdam All of this.Add to it a society strongly built on a class system,in which yr future is de… https://t.co/9DdkwkL2Do
## 1327                                                                                                               @happyfeeesh Yeah! I havent watched anime in a long while too other than SxF but BL was the next I watched and it g… https://t.co/G9OXilxQci
## 1328                                                                                                                                                                                                                    @bby_bl_ue bc that was between me and u
## 1329                                                                                                                                           Fishing Planet #50 - S6 - 2022 Halloween Event - The Tarpon-Demons of Bl... https://t.co/kOhtUJ3gOw via @YouTube
## 1330                                                                                                                                                     @BL_2889 @NE5westend It’ll open many people’s eyes when we make the switch to one of the big providers
## 1331                                                                                                                                                                   @aksnevv who HASN'T. also, you getting into bl is the best thing to happen this month fr
## 1332                                                                                                                                                                                                                          @bl_artcult you and me both, kid.
## 1333                                                                                                                                                                     Not the JinRock unit photobook looking like a BL promo or something like that hahahaha
## 1334                                                                                                                                                                                                                   what bl is this? https://t.co/Mj9Hrq60fO
## 1335                                                                                                               @valkyun i haven't watch any animes in months and BL got me binged all 8 episodes in a day 🥺 i absolutely love shon… https://t.co/inoHsrz51H
## 1336                                                                                                                                                                               @jaywawk @NE5westend Aye that bad? God! I always thought they felt areet tbh
## 1337                                                                                                               One of the best actors i swear. If they compare them to other bl actors or just actors in general perthchimon stand… https://t.co/5YMKIhei48
## 1338                                                                                                                  whitelist Indispensable @RedEvokes @the_crypto_hack @johnnymm1984 @DuhHerroPris1 @kunalkamble @zombiee08 @BL_NFT… https://t.co/xSUVM9b5rN
## 1339                                                                                                               Mari's reaction to #ChocoMilkShake EP 5 &amp; 6 \n\n#초코밀크쉐이크 #react #bl #drama #kdrama #retweet @LovingBlogs… https://t.co/KnLhWJVBYE
## 1340                                                                                                                                                     This awesome comic deserves more attention!\n \n#Collectibles #bl #mangaapp\n\nhttps://t.co/A7cK5MiCVe
## 1341                                                                                                                                                                            2010 Bowman Chrome Prospects Bl #sportscardsforsale #ad https://t.co/RfXHPrOsQz
## 1342                                                                                                                                     2 - upcoming series on december\n\n19 - #ChainsOfHeartTheseries \n21 - #thenewemployee \n25 -… https://t.co/8OwfKzOXO2
## 1343                                                                                                                                                                   @bl_artcult I feel as though I need whatever 'espresso' you're getting 😆\n\nGm Black ☕💜
## 1344                                                                                                                @LuauLifestyle @Natalie24132413 @0121UTV1874 @Timcast Better than Faux News, LOL, but I can round up all the local… https://t.co/r02qY3TV1R
## 1345                                                                                                                                                                       CLOSED MULE AVIATOR BLACK $77.00 USD https://t.co/7creDMcRHw https://t.co/eDZGp4T23B
## 1346                                                                                                                                                                                                                                  @fort_fts @Vic_Alife Baby
## 1347                                                                                                                             @kayr0zay @Glass3Davis @_adrian_sean @keatingssixth I think he just dislikes bl wm seeing he has AMF in name lmao screams kewn
## 1348                                                                                                               Today is the day! This #GivingTuesday, you can make 5X the difference in the lives of people fighting cancer and gi… https://t.co/ybB0BIxDu2
## 1349                                                                                                                                                                                                                       @_electrahrt Ok this kinda BL plot..
## 1350                                                                                                                                                           just saw somebody reading a BL nsfw manga on their computer during class https://t.co/av5MbGCpC5
## 1351                                                                                                                          I can't wait to see what happens next! Click the link below and join my struggle!\n \n#bl #NFTfam #anime… https://t.co/Kh1GdmYs8I
## 1352                                                                                                                   1 - upcoming series on december\n\n01 - #OhMyAssistant \n02 - #609BedtimeStory \n02 - #MySchoolPresident \n03 -… https://t.co/XhUOdX8yB5
## 1353                                                                                                                @ElonMusk is a fascist for supporting free speech, so much so that people can say things he finds stupid AF and he… https://t.co/S2jalq9nJy
## 1354                                                                                                                                 Construction on #Q31Bus Both directions from 32 Av / Francis Lewis Bl to Corporal Kennedy St/34 Rd https://t.co/R7PnFB6rLY
## 1355                                                                                                                      Roller Shades Zebra Blinds for Windows Cordless Day and Night Light Filtering Bl https://t.co/BeM5tcgk7d eBay https://t.co/fLahIofF73
## 1356                                                                                                               For those of you not on fb, Nic has been doing a ton of training at Eureka Lodge due to Big Lake’s lack of snow. Sn… https://t.co/q5gbnwjxLh
## 1357                                                                                                                                          @bl_artcult My brother I don't think that's just espresso 🧐\nI'll have to drink a cup with you to be sure though!
## 1358                                                                                                                             @bl_artcult I love this feeling until I can actually see fundamental reality, and then I'm terrified because reality is scary.
## 1359                                                                                                          @happyfeeesh Thank you! and FEESH omg YES!! chigiri is so cool &gt;&lt; i love him and he's so pretty like wtff. How are you liking BL so far? :D
## 1360                                                                                                                    #palm #oil #deforesters do not exist because #palmoil is not a food or #biofuel crop. #palm oil #trees grow in… https://t.co/QIHFuUw6ZB
## 1361                                                                                                                           whitelist Specified @harpreetpaul @Bl_ckkky @bytyqi_shqiprim @Crypt0Munk @marcplatuslanus @Nori_the_cat… https://t.co/nx1kiag8O1
## 1362                                                                                                                                                                  So @GMMTV what are we gonna do now? Who's casting for the next bl https://t.co/wnePeEI9dv
## 1363                                                                                                                                                                  I don't what I should watch i don't have any bl on my watchlist and can't find anything 😩
## 1364                                                                                                                                                      TFW the 6 shots of espresso start to kick in.\n\nGM ☕🤯\n\n_\n#aiartcommunity https://t.co/T1VHQJHryZ
## 1365                                                                                                                                                                                                                                        @ANI Bl. political!
## 1366                                                                                                                                                            @Intricatemess_ @wannabecurious9 @_happyyy_me_ @INTERIORHUB3 Stop talking about d*ath and bl**d
## 1367                                                                                                                                            @Aman0683 Syncona, PPF, BL and Frazier are all underwater, agree and think that occurs on higher on a huge pump
## 1368                                                                                                                                                                     @johnjbooks @BL_Publishing No, but it’s v much on my radar &amp; wish list! Looks fab!
## 1369                                                                                                              @twittornewton Once my friend uttered bl..y indians in bombay intnl immigiration on arrival.\nSame indians behaved p… https://t.co/fe2poxosds
## 1370                                                                                                                                                       @d1460_nft @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @acidframerate Truly love it 🖤
## 1371                                                                                                                  Some short stories for Christmas from the @BL_Publishing Women Writers series. Have you got this @DannyVanBooks ? https://t.co/ErjyUnVHxl
## 1372                                                                                                                                                                                                                             @nartiadtrann i blame bl**dp*p
## 1373                                                                                                                                                                 @nanaluvie7 @dooly___15 @gege__meme Thai BL "Ghost host, Ghost House" #GhostHostGhostHouse
## 1374                                                                                                                                                                                                   bl saved my ass from covid 19 fr https://t.co/Q4JvlWf9JB
## 1375                                                                                                                                                                                                     @mission_marcc Likewise. Top BL ko din to after TMOTB.
## 1376                                                                                                                                                             Gonna read some angsty BL so I can be sad about their problems instead https://t.co/3iknjwFyrW
## 1377                                                                                                                      @PhaniPeddapalli @WhatsApp @Truecaller @reliancejio @Meta @Apple @MotorolaUS @UPI_NPCI @NPCI_NPCI @Kurmanath… https://t.co/JjkQFA9yba
## 1378                                                                                                                                                  [Epi 9]  Milk is so jealous🤭♥🥰\n\n#ChocoMilkShakeEP9 #koreanbl #kbl #blseries #bl https://t.co/YlGerfWbKS
## 1379                                                                                                                                                                                                                       and making all of them about bl/td 💔
## 1380                                                                                                                                                                                                                       @bby_bl_ue why r u telling the world
## 1381                                                                                                                      This awesome comic deserves more attention!\n \n#pencilsketch #BL #commissionsopen\n\nhttps://t.co/lvhiXxDy1a https://t.co/I3qlhBmsc6
## 1382                                                                                                                                                                                                                     @bby_bl_ue we will see if ur up for it
## 1383                                                                                                               @colonelhomsi Spec Ops mostly fought poorly equipped non state actors. They didn't have to worry about drones and c… https://t.co/O7DYjJm8rn
## 1384                                                                                                               @RailMinIndia @narendramodi @PIB_India @RPFCR @rpfbadlapur @grpmumbai @RailwaySeva @mumbairailusers 5:59PM CSMT- BL… https://t.co/kuYceFU3b1
## 1385                                                                                                                                    How naging virtual image ang isang plane mirror at real image ang isang concave mirror?! Like duh they're both mirrors🙄
## 1386                                                                                                                                                                                            i guess vampires can make a good bl cause they're great suckers
## 1387                                                                                                                                                                                                                               GOOOAAAL ISMAILA SAAAARRR 🇸🇳
## 1388                                                                                                             @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni Good morning, Garry 🖤\nhttps://t.co/9PZTQdKP28\nInviting a… https://t.co/RjEmGUODDf
## 1389                                                                                                               I watched their contents and also i-land, my eyes was swollen nung pumasok ako after i watched all the eps. And tha… https://t.co/X3YNe7vqu3
## 1390                                                                                                                                                                 Finally 🥹. I’m so done with tapas and how they treat the creators! https://t.co/GT7E1NbEy6
## 1391                                                                                                                                                                                                                                             Edi sleep well
## 1392                                                                                                               @RentaMangaStore Rape is not love . I seriously don’t know why yaoi writers can’t write a bl that does start off wi… https://t.co/Jx8K9Ayo31
## 1393                                                                                                                               I'm selling two BL Japanese manga snd other manda on eBay. Checkout my eBay store. UK delivery only… https://t.co/uusgVH22ku
## 1394                                                                                                                        @np5882 Thank you dear author-nim I missed my boys I was literally rereading because I missed them so much! https://t.co/bGDa2vlOBh
## 1395                                                                                                               A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times an… https://t.co/Cl90yu9MSQ
## 1396                                                                                                             sh the\ntossed ship they cling to. A vile wind that has no doubt bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/wDc5DkPw64
## 1397                                                                                                                                                                                                                              ppl who watch bl &gt;&gt;&gt;
## 1398                                                                                                               @nyanasae I didn’t read the manga, I saw a lot of BL players in Manshine, Barcha and Bastard. But didn’t see Rin in… https://t.co/PSOwsZZ3s2
## 1399                                                                                                               I'm curious too, but tbh I'm disappointed with their latest BL In Your Heart, it's so lacking in everything. Expect… https://t.co/2TwMlQlz7e
## 1400                                                                                                                         Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…… https://t.co/LMQ416tp2z
## 1401                                                                                                               Bl@@dy typical! You wait years for @SylvanEsso to come back to the UK and it’s only the same day we go to see The B… https://t.co/Chiv9SDcq2
## 1402                                                                                                                                 @Nikkkkhhil @SrBachchan @Partho701 @t_mozhgan @aspalod @Bollywoodirect One of the finest song of PM AB BL and of course KK
## 1403                                                                                                                                                        @Di0rX0xo It's now about you following bl!nks acc it's about you following bl!nks who are BTS antis
## 1404                                                                                                                                                                                               @incorrect_kp My favourite hoomans🥹🫠 https://t.co/xLsBhdIS3C
## 1405                                                                                                                                                                             New Story: Boys Middle School Basketball Sweeps Edison https://t.co/124BRf6rOg
## 1406                                                                                                                                                                           CLOSED MULE ANTIQUE BLACK $77.00 https://t.co/NIHwrDgN6p https://t.co/KBJTzRyDCx
## 1407                                                                                                               @ax_jxn BL version ng Crazy little Thing Called Love nila Baifern at Mario 😍 kakareread ko lang po last week and th… https://t.co/o6D4ke40pw
## 1408                                                                                                                                                                                          Hey can you suggest a series which is horror and BL both in one!!
## 1409                                                                                                              You morons are the reason why an actors personal life and the character they play aren't differentiated .\nChina ban… https://t.co/oXx81UDWey
## 1410                                                                                                               @justinboldaji Kubrick was VERY anal about things, such as providing special metal plates for projectors to show BL… https://t.co/N45mj0HqLI
## 1411                                                                                                               not a fan of bl series cuz it's usually cringe but this one ARGHHHHHH this series is just too cuteeeee dibikin geme… https://t.co/Zjq9NH1G8E
## 1412                                                                                                               @AbhinandanSekhr @vivekagnihotri Therr r so many paper clips of bl@od soaked rice being fed n girija tikkoo, kashmi… https://t.co/jx2SzcjoxO
## 1413                                                                                                                                               Gonna do some comic reading\n \n#comics #BL #MarvelComics\n\nhttps://t.co/Xp2oQ847bI https://t.co/AJeGruqfyy
## 1414                                                                                                               What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inp… https://t.co/ncc8wH5dZJ
## 1415                                                                                                                                                         @khdglifekk i only know the leader who made a really nice comment abt his bandmate being in a bl 🤧
## 1416                                                                                                                                                                  @SungSavEvel i only know one member of them he acted on a bl series that i watched before
## 1417                                                                                                                    I Will Knock You The Series - Episode 3 Teaser \n\nEvery: Saturday at 12:30 AM Manila Time GMT+8 on GagaOOLala… https://t.co/knSeej3mVE
## 1418                                                                                                                                                                                                                         @LonelyGeekess What the heck is BL
## 1419                                                                                                            ✨ Because Maitoh was rejected (yeah! his heartbroken 💔), Green to the rescue to comfort 🥰\n\n#WhyYouYMe #WhyYouYMeEP7… https://t.co/3e5vkKH79Y
## 1420                                                                                                                                                                                                       bl!n k for L is movin again\nthat bish won't stop fr
## 1421                                                                                                                                   This awesome comic deserves more attention!\n \n#BL #dad #sizetwitter\n\nhttps://t.co/UBPmRQOBC0 https://t.co/cqJSuD44f4
## 1422                                                                                                               My mom used to watch The 700 Club and told me I couldn’t read or watch Harry Potter. She also told me not to read o… https://t.co/Bk3iXPHa2f
## 1423                                                                                                                                                    Winter is returning, starting tonight. Wednesday is going to be a cold day! -BL https://t.co/xYFhqRVhSv
## 1424                                                                                                                                                  E-flite Wing with Struts: UMX J-3 BL, EFLU3402 CAXREGQ\n\nhttps://t.co/hiLhAL8gKM https://t.co/FkvJo2yteW
## 1425                                                                                                                             remember the minsung as ohmnanon au that i'll never write? yeah this is them announcing their first bl https://t.co/GR33vmSmtM
## 1426                                                                                                                                                                    @kdjyoo @Kiar07878197 I mean it did happen once (it was tagged bl at a point but still)
## 1427                                                                                                                                                             @legs_bow Good Morning BL. Thanks for the beautiful pic to accompany my coffee. It's gorgeous.
## 1428                                                                                                                knobelite Adjustable Curtain Rod, 1 Inch Diameter Single Window Rod,Length From 22 inch-42 inch with Twisting Cage… https://t.co/j6sbr5zNdf
## 1429                                                                                                                                                                                                                             @CryptoDefiLord Nahhh I'm good
## 1430                                                                                                                                                                                       CASPER BLACK $184.25 https://t.co/My3CUAMP6k https://t.co/GftEsQoyj4
## 1431                                                                                                                @TereBC98 @gulfkanawut Yes 🥰 And I also think that BL and lakorn fans might have different habits when interacting… https://t.co/KlE3CKFIV8
## 1432                                                                                                               @zawarudosoham @15in7 @NouRiDv I love how that's your metric for good character acting. If that's the case, fucking… https://t.co/hUXYLPdg3G
## 1433                                                                                                                      Trailer of the Thai BL #NeverLetMeGo! Starring Pond &amp; Phuwin, the series premieres on December 13, 2022!… https://t.co/3wOCWpWfzq
## 1434                                                                                                               K490NC Replacement 2 5 to 3 5mm Audio Cable AUX Cord Compatible with AKG K545 Y45 Y50 Y55 Y45BT Y50BT Wireless Head… https://t.co/5zPrR1K2UJ
## 1435                                                                                                               @neuropoetic Ty, appreciate the feedback. This direction resonates with me in a really potent way, and definitely h… https://t.co/d0beBgZ61q
## 1436                                                                                                               2 Pieces Granddaughter Bracelets Charm Heart Pendant Rhinestone Crystal Balls Faux Pearls Jewelry Gift (Multi-color… https://t.co/r4btpadh9Q
## 1437                                                                                                                                                                                                       @Madbuthappyfrog women who are obsessed with BL/yaoi
## 1438                                                                                                                                                                                                                        @bl_4_eva @MSuppasit Happy birthday
## 1439                                                                                                                                                                                                     Instruction 2682179: "test bl, bl"\n #OneSecondTweeted
## 1440                                                                                                                                                                                                                    @haruuuuwo he's in his bl character era
## 1441                                                                                                                                       @sintydavid @NorthRoadCycles Enjoy your new ride. It'll be a joy. Outside is always better but sometimes needs must.
## 1442                                                                                                              @ErotemeArt @obscuradao @MecenateFineArt @darkestdollx Thanks Ero 🙏\n\nHey @obscuradao, @MecenateFineArt is amazing,… https://t.co/o8YDiYS8p5
## 1443                                                                                                                                    I just want to spend December finishing my requirements on the first few days, then binging BL’s the rest of the month.
## 1444                                                                                                                                                                               Okay but BL Book Club is looking better and better the more I think about it
## 1445                                                                                                               @Rainxblebii Tbh, this is my first time in a fandom and i'm very new, too. And i don't regret it even a little bit.… https://t.co/9imUkNehWG
## 1446                                                                                                              @akemishka Aro cause I'm demiro so I put it as half lmaooo \nBl because I like it but I don't actively search for it… https://t.co/MoP8FdwGhv
## 1447                                                                                                               @BL_2889 @NE5westend They’re dreadful. Customer service is some of the worst I’ve ever experienced never mind the a… https://t.co/m8cMQQkV6L
## 1448                                                                                                             It’s definitely jealousy. \n\nDark skinned BW have better options outside of bl⚫️ckistan. They just don’t want them t… https://t.co/0zIhhJZIff
## 1449                                                                                                                                                                                             need to force my hinge and bumble dates to watch bl/gl with me
## 1450                                                                                                               I love the art style in "The Return of the Abandoned Son" so much! It's gorgeous! The character designs are amazing… https://t.co/ETvz5aqgZP
## 1451                                                                                                                                                                                                    @uhimnoel aro and likes bl one also don i hv lumine ???
## 1452                                                                                                                       The Most Favorite Thai BL Couple 2022 – Vote Now https://t.co/qe20iLZOin\n#waanjaimewgulf \n#MewSuppasit\n#GulfKanawut\n#หวานใจมิวกลัฟ
## 1453                                                                                                                                 #SACO #Shipping has selected #WAVE BL to power its #all-digital #House #Bills of #Lading (#eHBLs)… https://t.co/ojTd7MwDTV
## 1454                                                                                                               Premiorri Vimero-Van All-Season Commercial Radial Tire-225/75R16C 225/75/16 225/75-16 118/116R Load Range E LRE 10-… https://t.co/qhtN4pfHQl
## 1455                                                                                                                                                                                                         so i will be watching Minho’s Lucky Choi’s on BL 🫠
## 1456                                                                                                               Motorcycle Oil Dipstick, Keenso Aluminum Alloy Oil Level Gauge Dip Stick Temperature with Thermometer for 125cc Mot… https://t.co/8zXRqpZZEd
## 1457                                                                                                                 @archiveforJK @billboardcharts @luminate_data @billboard @unitedmasters @YouTube .@billboardcharts @luminate_data… https://t.co/GsD9LUkaZu
## 1458                                                                                                               @97SARCHIVES @billboardcharts @luminate_data .@billboardcharts @luminate_data The official Music Video of "Dreamers… https://t.co/Bx8MnK9MQ5
## 1459                                                                                                                @jjklve_ @billboardcharts @luminate_data @billboard @unitedmasters @YouTube hello, @billboardcharts @luminate_data… https://t.co/lL2GnTxTGZ
## 1460                                                                                                               @MayXian3 It doesn't make sense that he said something like that if he also recorded a bl only that hasn't come out… https://t.co/VXQ5zmaap1
## 1461                                                                                                               After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Work… https://t.co/NQfp97b0rR
## 1462                                                                                                            #hazepoilers Tuesday BL lmao\nack ang sweet ng PB 🥺 dooshik is mad in love best husband\n\nSTY hahaha wtf YR waiting f… https://t.co/PH1qtzdmM5
## 1463                                                                                                              GQ Men of the Year Awards 2022 : BREAKTHROUGH ACTORS\nCongrats👏👏\n#มายอาโป\n#MilePhakphum #Nnattawin \n@milephakphum… https://t.co/bSf1GtXDIv
## 1464                                                                                                                       This manhwa is awesome! I can't get enough of it!\n\n#plzsupport #kisstheabyss #bl\n https://t.co/mkclncN4k0 https://t.co/Ynw18JgWa7
## 1465                                                                                                               AVID POWER Cordless Electric Screwdriver Set 4V Rechargeable Screwdriver Kit with Case, 13pcs Accessories, LED Work… https://t.co/toh32hiRdd
## 1466                                                                                                             Fun fact. In my personal pick, it seems like the best japanese bls are likely to be aired on October of the year\n\n2… https://t.co/Y68oQX1CSZ
## 1467                                                                                                                                                                                                                                            11:11 contented
## 1468                                                                                                                                                                                                              why gl dramas are not so popular as bl dramas
## 1469                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult #Expressionwithmeaning with these pieces I'm exploring duality, femin… https://t.co/6v0NptII9A
## 1470                                                                                                                                                                            BUNDABURG ANTIQUE BLACK $170.50 https://t.co/rMhNHcBtcC https://t.co/6KyRTUFImt
## 1471                                                                                                                                                                                   Wake up babe, new Sam Bl🤡ck content just dropped https://t.co/93tQZp7Kpv
## 1472                                                                                                                                                                                          @mania_th_bl ohhh agree, actually i often call boom as bum bum ^^
## 1473                                                                                                                                                            @MayXian3 @SitaraTaeArt It doesn't make sense, he also recorded a bl, it just hasn't come out 🤷
## 1474                                                                                                                                                                                                                                         BL lovers are cool
## 1475                                                                                                                                                                                        i'll never fit in on bl twitter bc yall love triage but hate futs 🥲
## 1476                                                                                                                                                                                                             @official_kep1er Uri Maknae, U Did Great Job!!
## 1477                                                                                                                "Whoever do BL they can be popular in overnight" I think he said something like this. When did he said that sis? U… https://t.co/ET48iQqnO6
## 1478                                                                                                                                         ‘‘No――! I never read porns! Never! But it's Naomi's fault for teaching me all of these BL educations.’’ #AkioTalks
## 1479                                                                                                                                                                                                                         @tbaudinette Get well soon, Tom ✌🏻
## 1480                                                                                                                                                                                               &lt;a href="https://t.co/nuInKBYHqC" target="_bl #おこづかい
## 1481                                                                                                                            I wanna try out this comic book style\n Try this\n#SliceofLife #bl #artworks\n\nhttps://t.co/9a7KD2VVG8 https://t.co/HiDO08U9nh
## 1482                                                                                                                                                                                @DeluluAnne @MayXian3 Dude I’m also bl fan but believing shit rumors 😂😂😂lol
## 1483                                                                                                                    @biukiss I'm watching BL .I'm reading yaoi\nBut I can't read read Yuri.and i never watch GL drama too...I don't know what wrong with me
## 1484                                                                                                             STREAM | #WAROFYEP18 : World of Wife, every Tuesday. Director's cut Version at 9 PM GMT+7 on #AISPLAY exclusive.\n\n🔹… https://t.co/euPyv5ViYf
## 1485                                                                                                                                                                                          @Nika_Rakhmanova @illustrata_ai @joynxyz @amli_art Beautiful work
## 1486                                                                                                                                                                                                      reading 3 BL novels at a time https://t.co/FtaF6lEcn2
## 1487                                                                                                             @whatchanloves Sounds good though. Btw, in Thai, saying a nickname twice like this make it sounds much cuter.\n\nSeaS… https://t.co/R06p4eibjR
## 1488                                                                                                               @heymilelove @milephakphum @Nnattawin1 Lol yeah no other bl couple even come close to having amount of chemistry th… https://t.co/KGpU2BwZbr
## 1489                                                                                                                                                Please take a picture of the best minox camera. We film sales! ! \nhttps://t.co/2pSNBLCejC = STRK: MESE: IT
## 1490                                                                                                               @kariyautism bet the only ones to join will be 30 years old cishets who read explicit "love" stories about underage… https://t.co/WrqAFnEMJi
## 1491                                                                                                                                 Trust me! You'll get addicted to this story!\n\n#sakuga #ameart #Mystery\n https://t.co/unWG2kqFgH https://t.co/mfr56LVSls
## 1492                                                                                                                                                               &gt; Read dom/sub bl manga\n&gt; "....the fuck is that anatomy??? Is that even possible????"
## 1493                                                                                                               @elle_vader @TSizzle24 @POTUS Much of Railroad profit was a windfall gift when the Keystone was shutdown about $20/… https://t.co/rw8i8A3kQ7
## 1494                                                                                                                                        SACO Shipping has selected WAVE BL to power its all-digital House\nBills of Lading (eHBLs)  https://t.co/6j7fzHc7yG
## 1495                                                                                                               @w3iying @milephakphum @Nnattawin1 Same but BL genre only. I am still fine watching english series or kdramas. .. f… https://t.co/wdq278BmPV
## 1496                                                                                                               @SpaceValveGuy @BL_Dwyer @WholeMarsBlog Some filth is hard to wash off. Once a symbol has been tainted it’s difficu… https://t.co/nA6aWNYYzK
## 1497                                                                                                                                                                                                      !f !t has t0 c0me t0 such ! W!LL d!e f0r my s!bl!ngs.
## 1498                                                                                                                                            @mintmelon8 The romantic song they sang together was so cute. Is true they will be in a BL drama together soon?
## 1499                                                                                                           💀JUST ANNOUNCED💀\n@kickstandshows presents @Magnoliaparkfl: Baku’s Revenge Tour w/ special guests @ArrowsInAction &amp;… https://t.co/NnCQVreHfd
## 1500                                                                                                           🦒JUST ANNOUNCED🦒\n@plinirh w/ special guests Sungazer &amp; Jakub Zytecki on Tuesday, May 9th! Tickets are on sale this… https://t.co/piUHPRXuHo
## 1501                                                                                                                                                                                               @mania_th_bl lol i think i prefer boomboom or aouaou more 🤣🤣
## 1502                                                                                                           It was 2018/19 I was really into otome related &amp; BL anime so I watched the UtaPri anime. It felt a bit cringe but o… https://t.co/MBJh7tjjPz
## 1503                                                                                                                                                                                                                       The Newsroom https://t.co/m8zYYBlxnT
## 1504                                                                                                                                                                                                  We tweets: #6CFacts, #PickOne, #WhatIf, and many more! :3
## 1505                                                                                                                                                                                                                       BEST BL EVER https://t.co/isIX0Wc2kG
## 1506                                                                                                               @mysicksadlife @M_Jensen23 @aliliana__ @RexLapizskz If there’s still something to be learned then more could be don… https://t.co/lIAerHD5hq
## 1507                                                                                                                                                                                       Ian Grimwood was just seen in the BL  aisle! https://t.co/zmA54IGf9n
## 1508                                                                                                               jonghyeongs the one that made that comment about the bl just being normal peoples life comment when the reporter wa… https://t.co/WTbZLO7nsF
## 1509                                                                                                                                                 Apparently I read comics now\n \n#Magic #bl #commission\n\nhttps://t.co/z0CE4Ol9AF https://t.co/ejV6Dkmngu
## 1510                                                                                                             03 Nos of cases were detected and items seized and destroyed were \n For sale in Arunachal Pradesh only\nBEER-16.25BL… https://t.co/My17gfEx8F
## 1511                                                                                                                                             @KatalinaOoma @Morph_VGart @alulasit @delta_sauce @bl_artcult @WisnuPradanaArt @paschamo I love your works! 👽💜
## 1512                                                                                                              📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_… https://t.co/MCRPner8QV
## 1513                                                                                                                  The “digital divide” was a consistent theme throughout our ‘Future Cities’ panel at this year’s Leaders’ Summit.… https://t.co/5mIYlE611P
## 1514                                                                                                                @WorldNfts @Morph_VGart @alulasit @delta_sauce @bl_artcult @WisnuPradanaArt @paschamo Thank you so much for buying… https://t.co/Uz3w1sXV8h
## 1515                                                                                                                                                                                                   @whatchanloves How about #.BoumAoo or even #.AoumBoo ? 😋
## 1516                                                                                                                               This awesome comic deserves more attention!\n \n#chinesecomics #BL #cover\n\nhttps://t.co/dOxd14qaqy https://t.co/mr8gRzL2MD
## 1517                                                                                                                           please this is like that bl manwha 😭 word for word bar for bar [link] … — its just a dream….or is it??!? https://t.co/8H7Hrn18gZ
## 1518                                                                                                                                                                                                     Instruction 2682154: "test bl, bl"\n #OneSecondTweeted
## 1519                                                                                                                      @bellylaughs2 @caringinbristol @markolver @JulianTrust @FareShareSW @bristol247 @BristolLive @BristolLifeMag… https://t.co/fuFgC6U4Ik
## 1520                                                                                                               @darshanvmehta1 @DillikiBiili and @Vishvesh03 in my opinion are the best, though I don’t know either of then person… https://t.co/9kJaICDQme
## 1521                                                                                                                                                                                          @key_naidzar Heartstopper (BL)\nBusiness Proposal\nShooting stars
## 1522                                                                                                            Just for Men Control GX Grey Reducing Shampoo, 5 fl oz &amp; Just for Men Touch of Gray Mustache and Beard Color, Dark… https://t.co/9xnfJ6mzdR
## 1523                                                                                                                                                                                                    is 2023 really gonna be an office romance bl year 😭 RIP
## 1524                                                                                                          Update Thai BL\n#NeverLetMeGoSeries\n\n📆Premiere 13/12/2022 Every Tuesday, 20:30pm🇹🇭 on GMMTV Youtube Channel\n\nStarrin… https://t.co/cJgldHkKmN
## 1525                                                                                                                                                                                                                                        @Endje_BL Unflat it
## 1526                                                                                                                                                                      @SoapyHousewife DumbBell had to have Taylor humiliated  all for his trash heroine BL.
## 1527                                                                                                               There was a time I was obsessed with the WEBTOON Say it (Bl). I created an Oc who was like a adopted sister of Shig… https://t.co/M5tIVQRN37
## 1528                                                                                                                                                                                                                              Queen https://t.co/H0HOaRt1SJ
## 1529                                                                                                                                                                          @ridinrapids Same here! Nothing comes close to how amazingly violent this BL is 💖
## 1530                                                                                                                                         @HongkongKdlex "Every dog must have his day."\n\nHAPPY 1ST BIRTHDAY COLA\n\nKDLEX Sweethearts\n#RAWRAWARDS2022\nbl
## 1531                                                                                                               JeCar Hardtop Thumb Screws Quick Removal Hardtop Bolts with 6 Tie Down Anchors for 2007-2021 Jeep Wrangler JK JL 2/… https://t.co/s4lrSxLilB
## 1532                                                                                                                                                                                                            Me to all the BL tops : https://t.co/IpkjKwjlTJ
## 1533                                                                                                                                Fragola 482307-BL Black Size (-8) x 1/4" MPT 45° Adapter Fitting UW4DN21\n\nhttps://t.co/1bgMELZLrq https://t.co/7wvAso00Zb
## 1534                                                                                                                                                  @MariaBchara1 lk he 3adeee ana 3am dawe btliphone  3a my cell l2n knt mdya3o 🤣 e5r chi elt ayre bl 8aba 🤣
## 1535                                                                                                               @GreatBrianLast @TheJimCornette @YouTube 100% agreed w/Jim. If they cant bleed from War Games itself…WHY BRING IN F… https://t.co/pv8Vwy5L9t
## 1536                                                                                                                                                                     Nice, i'm the toxic top on a BL Manwha https://t.co/uynouG9M0c https://t.co/4jICyB9Lxe
## 1537                                                                                                              ✨Congratulations to Linda France, who is the Michael Marks Environmental Poet of the Year 2022-2023, winning with h… https://t.co/51aCwP2dYb
## 1538                                                                                                                                                                                           Please y'all can't cake-ify everything 😅 https://t.co/NgWmYfkvtA
## 1539                                                                                                                                                                                               anyways i traded new bl^des w someone and its super good igm
## 1540                                                                                                                                                                                                      Instruction 2682149: "xor bl, bl"\n #OneSecondTweeted
## 1541                                                                                                               DIVIBOX Tactical Web Belt, Nylon Military Belt for Men, Adjustable Outdoor Belt with Plastic Buckle 120 cm GrayBlue… https://t.co/XwZX59iRDv
## 1542                                                                                                                                                                                                    Instruction 2682148: "test bl, 0x1"\n #OneSecondTweeted
## 1543                                                                                                               @J0lyne56 i saw this fake quote about bl, but even it's fake it' not wrong?? actors who do bl dramas are more likel… https://t.co/Mjro3HSVpn
## 1544                                                                                                                                                                                                                 BLACKPINK plsss 🫶🫶 https://t.co/q1v0cSVxBJ
## 1545                                                                                                               @MayXian3 Wtf. Where you read he said "BL they can be popular in overnight" ??? . No one can prove this please don'… https://t.co/krvFCiQe8N
## 1546                                                                                                                                                     @DavidL71912487 @tilldxown Ohhh right 😭 didn't notice that...\nGoes to show how much more global BL is
## 1547                                                                                                                                                                                      @RichardHeartWin @enadorange I'm little RH maxi fish please follow :)
## 1548                                                                                                               @WOOAHAEBOT Np!! I'm so glad you enjoyed!! :D if you're interested in Jaechan, there lots to discover! He's been on… https://t.co/rcCMofnE8R
## 1549                                                                                                                                       Someone help the weird side of bl fans found my tiktok and are fetishizing onlyoneof FREE ME https://t.co/EFr3bBo4nK
## 1550                                                                                                                                                                                                    @renomahm @becomelegendseu @KamiFN1 Bl will dominate c4
## 1551                                                                                                                                                 i found an isekai bl that actually bl 😭🔥 like not some fl isekaid to bl novel. hopefully not love triangle
## 1552                                                                                                                @MansingGohil To ensure that your Flipkart account information is safe, please DM us by clicking on the below link… https://t.co/Wdu9q20ALq
## 1553                                                                                                                                                               @LiirBL You need to find your portkey, maybe you need to recite some classic BL lines first~
## 1554                                                                                                               @smeaton300 @leedslibraries Dawn of time (1987) at Univ Liverpool, the book came from BL and I was allowed to CARRY… https://t.co/YdvTYXviau
## 1555                                                                                                             as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with… https://t.co/9lw3VX6FXV
## 1556                                                                                                                @KristiWonk @BL_Dwyer @WholeMarsBlog People still use the Swastika culturally without people getting upset because… https://t.co/33nudtvKmc
## 1557                                                                                                                                                                                                                            Forain… https://t.co/KN6QCmHqCQ
## 1558                                                                                                                                                                                   @LiirBL @mania_th_bl 🤣We got bills to pay the pandemic almost broke them
## 1559                                                                                                                @Floriduh59 @FlowRidin69 @joncoopertweets By a political broken political party with no plan to improve the nation… https://t.co/TWTjymDHwQ
## 1560                                                                                                               @bl_ck_coffee Hai . I know and feel how difficult it is to lose weight, but I manage to lose weight only by managin… https://t.co/2waukden7Y
## 1561                                                                                                               @MikaMaiz1 Because there are a lot of Asian related media that use a picture of two men appearing as "lovers" but i… https://t.co/BHnyDTE0A3
## 1562                                                                                                               less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limi… https://t.co/cQu3tcUpl5
## 1563                                                                                                               @Brie__yonce it's love in the air, a Thai BL that has truly been doing THEE most re its sex scenes. it's kind of du… https://t.co/QLuVKL0hzQ
## 1564                                                                                                             y eyeing every man of his crew. But those wild eyes met his,\nas the bl\n_tv_promocode_nice_promo_citruss_one_niceone… https://t.co/wmAU9u2N3k
## 1565                                                                                                                                                             @tastyoiii I have learned to never underestimate the amount of casual misogyny amongst bl fans
## 1566                                                                                                                       message 2 before mentions   @Trilliondola @BL_crypto_  @GabyWang18 @WandroMalau @kamoten41975580 @Martirob1… https://t.co/FI0c3cGPnX
## 1567                                                                                                                                                                                        deleted because i dont want catching strays in my bl account bubble
## 1568                                                                                                                                                                        @MayXian3 Chen feiyu SPILL tho. \n\nnugu artist using BL content to gain popularity
## 1569                                                                                                             There is a photo of the first half of the Sasaram inscription taken by Alexander Caddy in 1895 @britishlibrary \n\nLi… https://t.co/aNiZ2EcJzA
## 1570                                                                                                            ats flew to the rescue.\n\nDragged into Stubb’s boat with blood-shot, bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/eflhgBfS7N
## 1571                                                                                                                @woahitsjuanito Just obsessed with how real Greta felt in a sea of unreal performances. And Agatha telling someone… https://t.co/qfQofDAJYI
## 1572                                                                                                               2 Set Drift Skates Plate Liner Protective Rubber Bands,7X4 72X0 78 Inch Roller Skates Road Band Edge Guard for Adul… https://t.co/HuLs8eSoFk
## 1573                                                                                                               @woahitsjuanito While I still find it all just boring and didactic in a way that’s probably better suited for the s… https://t.co/2lpH2yDKfn
## 1574                                                                                                                                                                                           bl¡nks are the most delusional fand0m i have ever seen here tbvh
## 1575                                                                                                         Why is AM rush "schedule" 🔵BL &amp; 🔘SV so unhelpful &amp; inefficient ?!\n10-12 MIN wait ➡️Franc Spr\n13-15 MIN ➡️ Ashburn… https://t.co/dM82DcOfco
## 1576                                                                                                                                                              korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1577                                                                                                                                                                               @lohanisgod I am not racist.  But why does kadarshian girls love bl@ck di*k?
## 1578                                                                                                              Personally my 10th @FIFAWorldCup! ⚽️\n\nUnfortunately no matchday programmes 📖and no official tournament guide 🏟️ thi… https://t.co/xif5jy4hxH
## 1579                                                                                                                                                                                                    A telenovela bl would kinda eat https://t.co/18XbsZaYWr
## 1580                                                                                                                                                @pramitheus Sour grapes. The movie was a blockbuster and there is nothing you can do about it. Deal with it
## 1581                                                                                                               @NikkiIsUntamed I think he's the guy who stars in Immortal, the BL drama based on 2Ha - that has been delayed and r… https://t.co/vfZNV0Bilw
## 1582                                                                                                                          @aposmiling I was shocked hearing them say that too… like they are the best actors I’ve seen in a while in the (Thai BL) industry
## 1583                                                                                                                ayre bl rjel khayye this guy e3id hadde bl bus w hes manspreading literally de7she hale bl zewye  w huwe e3id aa rahto mfarshakh kess emmak
## 1584                                                                                                               @little_jiaxinn_ It is impossible for the BL series to be approved for graphic publishing.  After realizing it, man… https://t.co/ESSMm5iSg5
## 1585                                                                                                                                                                                 @Ioonadaydream Stop coming for eveery single bl crush of mine \nBack awfff
## 1586                                                                                                                             I read Tonari Ni a couple days ago and I'm still thinking about it. ty Basso for my fix of grounded BL https://t.co/hh3FqWrRSB
## 1587                                                                                                                                          What in the the BL Manwha? Mi yo animado tiene los ojos lila mrk! https://t.co/pmeuZT6lqr https://t.co/fSMrv6iGi4
## 1588                                                                                                                                                                        @mania_th_bl Let's just say, I am excited to learn the limit of Thai TV shows 🤣🤣🤣🤣🤣
## 1589                                                                                                               ARTIBETTER Guitar Pickguard Anti-Scratch Guard Plate Self-Adhesive Pick Guard Sticker for 40/41 Inch Acoustic Guita… https://t.co/DaCc1k7lED
## 1590                                                                                                               Read about @RossiAtanassova @ahrcpress @RL_UK   Professional Practice Fellowship project which investigates the leg… https://t.co/K5g9QwjF3o
## 1591                                                                                                                                                                  Blue Line, AM Rush Performance Report for 11/29/22 (see attached) https://t.co/3Z3DHwwyvh
## 1592                                                                                                                                             It Has Been 4 Weeks And No One Has Seen Choroko. We Think She Is Buried Under BL Manga In Her Room Please Help
## 1593                                                                                                                                                                                       @Jupiter_6790 please make BL acc🥹\nI want to talk about BL with you💕
## 1594                                                                                                               ...On this the people of the district used to swear, until the present parish priest ( 1856), Father Fitzpatrick, s… https://t.co/PgiguYQygh
## 1595                                                                                                               @EthioHeritage Thanks very much for finding this. Di you see there are two notebooks of sketches with amazing detai… https://t.co/lucHUSbYUP
## 1596                                                                                                                                                   P’Pai, why so aggressive 🫠🔥🔥 #loveintheair #prapaisky #fortpeat #bl https://t.co/V4BJDpTew0 via @YouTube
## 1597                                                                                                                                 @NE5westend @lee_ryder I don’t think castore are as bad as we think. I genuinely believe the hip they use is just useless.
## 1598                                                                                                                                                                         ATILLA SHORT ANTIQUE BLACK $209.00 https://t.co/v2mYRDfyTE https://t.co/64jxjSNxhU
## 1599                                                                                                                                                                                                                @makapolca Good point 🙂 Survival is the key
## 1600                                                                                                               so i recently listened to milord's asmr streams based on some reco i found somewhere🤣 oh man my heart isnt ready fo… https://t.co/Fwx6iMtvh1
## 1601                                                                                                                                                                                                                                Her stomach is flat as fuck
## 1602                                                                                                                        I have published a blogpost about the progress with my AHRC-RLUK Professional Practice Fellowship project:… https://t.co/OjKr7Vhzdh
## 1603                                                                                                                         📢 110 Sea Ganoderma (in rush)\nAN @ bl******** !\nーーーーーーーーーーーーーーーー\nCompleted! #sangoproof https://t.co/JsNfBDGF1C
## 1604                                                                                                                                       I wanna try out this comic book style\n \n#Perfect #Indonesia #BL\n\nhttps://t.co/4ZaQ0RNZfc https://t.co/L26vGxFKrN
## 1605                                                                                                                                                - DECEMBER - still updating... \n\n💙 KDRAMA\n💚 CDRAMA\n💛 THAI DRAMA\n💜 JDRAMA\n💗 BL https://t.co/n9AzDWsMe0
## 1606                                                                                                                                                                                               @Noeul_lee6 Salmon colour for sure 🤔 https://t.co/1reIzaSyhQ
## 1607                                                                                                             ard and asked for their I.D. cards.  These he handed to\nthe man in the bl\n_ounass_promocode_promo_bath_and_body_wor… https://t.co/bYoQiSMlbW
## 1608                                                                                                                @_nchinchi I have so many. But Junketsu Drop is one of them that I always seem to remember. I guess it must be one… https://t.co/z8zaBcHDh2
## 1609                                                                                                               @JimLNeibaur I think Lancaster and Frankenhiemer had a simpatico that surpassed their material. BL was best when pr… https://t.co/8xDQ60dydu
## 1610                                                                                                                                                                                        go ahead and forget me when it matters the most 🥴 enjoy yourself bl
## 1611                                                                                                                                                                                                                     fuck laxative y’all ever took Mucinex?
## 1612                                                                                                                                                                                                              “Sexuality is fluid” bro pls go drink bl*ach”
## 1613                                                                                                               @jduffyrice @KevinMKruse MAGATS are SUPER~DUPER concerned about what people wear, even down to their underwear, bec… https://t.co/MRfTLWQrWA
## 1614                                                                                                               I am confident that many bl'men have uncomfortably experienced the long glance or blatant stare in mens' urinals/sh… https://t.co/gavJ3vBrPk
## 1615                                                                                                                                                                               Just add blueming ost to my Korean BL Ost list 🫶🫶🫶❤️❤️ https://t.co/xBYXRAZUwE
## 1616                                                                                                                                                                                                                  Gago pls recommend kayo manwha bl juseyo😔
## 1617                                                                                                                         G M M putting both of these dudes in my most anticipated BL of the year. That shit pissed me off for real. https://t.co/eR8dw7bYBf
## 1618                                                                                                              I've been noticing from a lot of people that Destiny is dying.\nTo be honest, for someone that just started the game… https://t.co/OEJXIk7AJj
## 1619                                                                                                                                                                           @nftnftnftart @NftSunage @illustrata_ai @joynxyz @amli_art @bl_artcult Thank you
## 1620                                                                                                                                                                                                                        Through all those worst things how?
## 1621                                                                                                                  @tRick_the_only @Zirnike @DigiMalice @MistressRedWasp @JamesCa70626795 @AgainMothra @ToganJoe @RonFancy @RGanley… https://t.co/UOOJHhwdUq
## 1622                                                                                                               Can y'all stop entertaining bl*nks and svt stans and join the Namjoon streaming party ? Now is not the now the time… https://t.co/fNQMM3EC09
## 1623                                                                                                             POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2… https://t.co/Hfacj5fOuh
## 1624                                                                                                                                          SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/V1RDjIpLhu
## 1625                                                                                                                                          SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/Ow79ejH6Sk
## 1626                                                                                                               @Niles_Chambers @cbouzy "bl"-words dont roll off the tongue at all, rather trips it. Also Spoutible is three syllab… https://t.co/fVoGV79BZ8
## 1627                                                                                                                                                                            why does jihoon and hyunwook always look like they're promoting a bl series(2)😭
## 1628                                                                                                               the current bl trend rn is referencing old lakorns through a bl lens and i think thats such a slay (khun chai, nlmg… https://t.co/l8Onnh3EPh
## 1629                                                                                                                                 @thorsylkius gosh well she's got good taste lmfao... if she ever pops up with a bl account id love to check out her posts!
## 1630                                                                                                                                                                           Isabeau showed me some of her "BL manga". I'm...not sure how I feel right now...
## 1631                                                                                                                                                                                                   THEY'RE READING BL TOGETHER??? ON MY NATIONAL HOLIDAY???
## 1632                                                                                                                                                                        “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/mWkMBgRpmE
## 1633                                                                                                                @myu39_Ln accidentally confesses after 2 years like you said and sasaki got caught off guard because he thinks omg… https://t.co/vCwcKCE2h6
## 1634                                                                                                                                                                                                  @jae_myy I know we can replace "shocked" with "excited" 😶
## 1635                                                                                                                                                                    MinWon in a BL when??\n@pledis_17 let my boys have their moment https://t.co/YGDKbflPB6
## 1636                                                                                                                           bro how many BL dramas is GMMTV goddamn producing like damn, i already have a ton of trailers saved up 😨 https://t.co/DxKpm1m4Yu
## 1637                                                                                                                                                      @gemcv1 The reason is because I only eat famous food like reading famous BL work🤣\nTomorrow is -7C.🥲🥲
## 1638                                                                                                                                                                                 @LiirBL Statistically speaking, what would happen in the next few years? 🤔
## 1639                                                                                                               @palhania In the future, please do not share your personal details like phone number, email address or order ID her… https://t.co/HvGvdCpPZ9
## 1640                                                                                                               Blue Yeti Nano Shock Mount, Lightweight Alloy Shockmount Reduces Vibration Shock Noise Matching Mic Boom Arm, Desig… https://t.co/luVRxU9FYd
## 1641                                                                                                                           @DreamBL_PT @nomwholis I only know Boom will play musical project series in one31(not a bl) and for Porsche have no updates yet.
## 1642                                                                                                               We’re celebrating #GivingTuesday at Tenable by telling stories of our #OneTenable team members that have found oppo… https://t.co/e6BtOgbAsG
## 1643                                                                                                                 WL Faultless @1010JSK @Vlad840 @Salvato37484842 @trillionaire_bl @funny_karma2 @jgov23 @GRINDMASTER_69 @jpmsimon0… https://t.co/QlakLBYTWq
## 1644                                                                                                            “Modeling is not just beauty and smile, it takes boldness and style.”\n― Amit Kalantri,\n\nphotographer: @bl.photograp… https://t.co/A8O8LWo5ks
## 1645                                                                                                                        WL Faultless @pelallt @oni_cyan_nft @BlairZaye @martbiemans @0xFine @newtagnewme @DysocoJohnny @chriskrozz… https://t.co/fSDBvQE9nT
## 1646                                                                                                               ChainsPro Men Sturdy Figaro/Cuban Chain Bracelet, 6/9/13mm Width, 7 48/8 26inch Length, 316L Stainless Steel/18K Go… https://t.co/p4DsaZXTGL
## 1647                                                                                                               feanorianswelcome said: I see you're a GL enthusiast and others have often tagged you in GL related content... As s… https://t.co/IOnIrE8csX
## 1648                                                                                                                                                                         I will go back to regular BL spam tomorrow, i just really needed the break/sleep 😆
## 1649                                                                                                                                                                                                                                @mania_th_bl Context please
## 1650                                                                                                                                                  Have you watched any Pinoy BL? — Hello Stranger, GameBoys, Gaya sa Pelikula. \n\n https://t.co/nDaVHO9Ct3
## 1651                                                                                                                                                                                       @twtan_ Never been ratioed this bad not even by            bl!nks…..
## 1652                                                                                                              📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_… https://t.co/IIjOc0TuMm
## 1653                                                                                                               @myu39_Ln OKAY BUT YOU SEE WHAT IF THEY MET THOUGH SHARING BLS ON TWT...in this au sasaki ALSO reads bl AND has a t… https://t.co/l6lc5yYeER
## 1654                                                                                                                   This comic is definitely worth reading! Come check it out!\n \n#aitsf #bl #NFTProject\n\nhttps://t.co/MmMR0gcS2n https://t.co/f7q84LtPqI
## 1655                                                                                                                                                                                                     Instruction 2682111: "mov bl, 0x1"\n #OneSecondTweeted
## 1656                                                                                                                                                                                 @yinswife AM I WRONG?? idk bl actors are always going on about ‘p’jack’😭😭😭
## 1657                                                                                                               @im_2_invested @polcahanger It is both NLMG and Warp effect but it seems like Warp effect has more effort in trying… https://t.co/APyuKIZmRX
## 1658                                                                                                                               @pinksmilf @LeeJieuuu @SmithCharts the set up..... now bl*nks will wonder y their favs r being dragged, like u did it urself
## 1659                                                                                                              @AngFdz If I'm not wrong danmei means bl novel (like dangai means bl drama)?\nI don't know the term for ancient sett… https://t.co/SwjV63GLFA
## 1660                                                                                                                                                                                                                                omf cant reach thin BL book
## 1661                                                                                                                                                                               @spicytamsz I think he/she mean for this year not all year\nDon't bl same fd
## 1662                                                                                                              We have an entertainment vote on Weibo about who is the most wild Top in Thai BL Series \nCelebrate for our P’mile w… https://t.co/uEAfkVn5JJ
## 1663                                                                                                                                                                                            @1hateudecember Cheer up! Not everyone thinks your like that...
## 1664                                                                                                                                                                                                                @KingAkamaQc @_BeFootball @Boing6666 Cringe
## 1665                                                                                                                     @Monathereum @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Hey dear Mona ❤️❤️❤️\nI'm ok, thank you))))\n\nHave a good day 😊🙌
## 1666                                                                                                               P'Shogun is all jealous🥺🥺😵‍💫😫@somjetp_\n@save_saisawat @HdGungun imma Hella ready for tomorrows episode🖤#greenmaitoh… https://t.co/1jJjplvoxo
## 1667                                                                                                                                                                     @jimcramer China’s had 5000 deaths vs 1.4 bl ppl. Compare America hundred of thousands
## 1668                                                                                                                                               @nftwithu @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Thank you Alex. Hope you are doing well
## 1669                                                                                                                                                                                                              THIS IS PEAK THAI BL INDUSTRY YALL WTEHATFUCK
## 1670                                                                                                             could do . . . uh . . . how much damage did you say\nhe could do in one bl\n_ounass_promocode_promo_bath_and_body_wor… https://t.co/S783mB17UA
## 1671                                                                                                                                                                                                                  @larisaperezp @anapauugomezz feel u sis 🥲
## 1672                                                                                                                                                                        very cool and inviting6. There were soft, bluey-green bl    https://t.co/EF36y1loBv
## 1673                                                                                                                                          SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/J3U6PhWd8k
## 1674                                                                                                            @gulfkanawut @Ch3Thailand im sure YOU can play bl again with someone one els .\n\nwish when YOU find your \nlover/boyf… https://t.co/rAKcZUOGA8
## 1675                                                                                                                              Voten por MileApo!!! POLL: The Best And Most Popular Thai BL Couples Of 2022 https://t.co/x9x3izrUyf vía @The Netizens Report
## 1676                                                                                                                                  SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) #Lading https://t.co/efT3ZyGTzA
## 1677                                                                                                                                                                           istg if i see any one of u shitting on THE comfort bl... https://t.co/07j8utMRBU
## 1678                                                                                                               @SpaceValveGuy @BL_Dwyer @WholeMarsBlog Also, since Elon has such fun with numbers, he should avoid using the numbe… https://t.co/gow6hZluDz
## 1679                                                                                                                      Fragola 491989-BL Size (-6) x LT -1 FI 3/8" Line Feed Side Adapter Fitting XCJ7IBW\n\nhttps://t.co/e463AuUxDb https://t.co/qsvA5KuSZ2
## 1680                                                                                                           Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst… https://t.co/9nxuTX4zLq
## 1681                                                                                                                                  WAVE BL:SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/73333qzoeN
## 1682                                                                                                                                          Prothane 4-507-BL 12 Valve Cummins Mount Insert, Black IVJPZMY\n\nhttps://t.co/zaMfRJuEy5 https://t.co/cr3D5bOs6R
## 1683                                                                                                                                   @monkagigachad @rujigax @TohsakaEnjoyer Overall, production wise Ao ashi is better. But bl is more entertaining to watch
## 1684                                                                                                                            Prothane 7-1609-BL Black Differential to Transmission Torque Arm Kit TCGJ9DV\n\nhttps://t.co/vwV1soXoYV https://t.co/c1z3HA6nla
## 1685                                                                                                             🇩🇪 We're super-excited to announce we've been selected to build Dyn Media's new streaming platform.\n\nFrom next summ… https://t.co/EJofArrvNX
## 1686                                                                                                                MY MOST ANTICIPATED GMM BL IS FINALLY COMING!!! Gonna have my PondPhuwin back on my screen!!!! #NeverLetMeGoSeries… https://t.co/TnN47YmtZd
## 1687                                                                                                                                                 Someone else might be pressuring you to move forward on a sign... More for Scorpio https://t.co/0FINh94GZh
## 1688                                                                                                                    Wowowowow this is getting an English version so soon.\n\nCongratulations and thank you, @16245000, @mrblue_bl,… https://t.co/aNlfrZA2qC
## 1689                                                                                                                  recently announced that it has processed over 100,000 electronic bills of lading in the first 3 quarters of 2022. https://t.co/WcQvrGpdKd
## 1690                                                                                                               RT herefshyfshy: @Duezii @BlazedRTs @SGH_RTs @thgc_rts @Rts_WW The horrific yell as I slipped off the balloon would… https://t.co/poVBp41MWA
## 1691                                                                                                               I am a fujoshi studying English as I will go to the US in July 2023. I read mainly commercial BL. I live to read na… https://t.co/Nm5SLCbY4v
## 1692                                                                                                                                                                                       @bl_artcult @DortheJOC @KinoAlyse @delta_sauce awesome ♥️🌸 thank you!
## 1693                                                                                                           I've read this manga multiple times! You should check it out, too!\n \n#artworks #rabbits #bl\n\nhttps://t.co/gyIOL6QrhY https://t.co/klg5UPFcJN
## 1694                                                                                                                 @_RTadyJerry @Sparkybwoii2 @sparkybwoi @FynBoyAjebutter @matthiannaji @emmalee029 @DangoteOfData @1OfficialEugene… https://t.co/rcVTjL8XvR
## 1695                                                                                                             2. Bilateral Deficit is real\n\nBL Deficit is the difference between strength on two legs (limbs) compared to only on… https://t.co/47UC8jRvdv
## 1696                                                                                                                 OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, eve… https://t.co/9zIYe1w2W7
## 1697                                                                                                                                                                                 🗣: "u need to stop fangirling over BL couple"\nme: https://t.co/CvO83Dt020
## 1698                                                                                                               @ImrieKoval Yes the pilot trailer worked bettter for me, but I understand why you’re excited about the villain stor… https://t.co/gvBeQ9zVuk
## 1699                                                                                                               Kamen Rider Blade, the series that had the most surprising BL connection for me. I still can’t reconcile the fact t… https://t.co/6YklNy1HCe
## 1700                                                                                                                                                                                                    @soheesthetics They hv more chemistry than bl actors💀🤌🏻
## 1701                                                                                                                       Mendini by Cecilio 5-Piece Full Size 22-inch Drum Set + Cymbals, Drumsticks &amp; Throne (MDS80_BL) YYXU8TC… https://t.co/6ytt1cIXUW
## 1702                                                                                                                                                               @obscuradao @MecenateFineArt Summoning @bl_artcult and @darkestdollx https://t.co/Kvm3FJjLZr
## 1703                                                                                                                     I’m so exited to see more of the story the mc is so pretttty and the art style is a bomb fr #manhwa #bl #yaoi… https://t.co/vMh0ymbAiy
## 1704                                                                                                               cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer —… https://t.co/bcCtWDo5HU
## 1705                                                                                                       Tower Fan - 48 Inch Oscillating Fan, Standing Fan with Remote, Quiet Fan with 3 Modes &amp; 3 Speeds, 12H Timer &amp; LED D… https://t.co/n2zx1ng3rh
## 1706                                                                                                               Homall Futon Sofa Bed Modern Collection Convertible Fabric Folding Recliner Lounge Couch for Living Room with Chrom… https://t.co/KPfxPrtcYX
## 1707                                                                                                                                                                                            @mania_th_bl I am shocked at how little one can wear on tv haha
## 1708                                                                                                                                                                                                      @BirdieFanTokens @LIVGolfInv @PGATOUR Interesting....
## 1709                                                                                                                                                             OMGG THIS IS GOING BE INSANE  I AM SO EXCITED I CAN WAIT 23 YEAR OF BL https://t.co/mH90DOfCWu
## 1710                                                                                                                                                                               futs is peak of bl romcom, people stop sleep on it ! https://t.co/K8SZkLYlbQ
## 1711                                                                                                                                                                 Okay so we've entered the era when gmmtv actors are beginning to show their underpants.. 🤔
## 1712                                                                                                                                                                                                                                   @RONDAO_1 Rodso do bl🎈💪🏾
## 1713                                                                                                                                                    Man Who Defies the World of BL!! This show is hilarious, and i want more of it. https://t.co/UB5O7yBRfK
## 1714                                                                                                               @zanna_vl @kristofselle @stationerscomms @britishlibrary And never buy food in the BL cafe. Cross the road and go t… https://t.co/btyYopWXqW
## 1715                                                                                                              ty guys for coming to strim yesterday!! It was seriously alot of fun\n\nand ty to my bl bestie @amamiyumi_ and waifu… https://t.co/o1qbMdZCsS
## 1716                                                                                                             https://t.co/ntX20sYL6k\n\nSony WH-1000XM4 Wireless Premium Noise Canceling Overhead Headphones with Mic for Phone-Ca… https://t.co/PJ2kZ3QBLq
## 1717                                                                                                                 Minnesota Mother charged with child torture after she allegedly stole her son's bl... https://t.co/gtv7XyySmc via… https://t.co/V6KMUu0Urc
## 1718                                                                                                                                                                           @VB6519 @khanumarfa @_sayema And this isn't Terror.\nBl**dy double barrel guns..
## 1719                                                                                                                                                  OOO! 💙💙💙💙 Technically a BL but there is that whole power of love thing… &gt;_&gt; https://t.co/vxcxaY4Dn1
## 1720                                                                                                                                 Eastbound 6-car BL/New Carrollton Train 460 has been holding at Eisenhower Avenue on track 1 for at least 5 mins. (8:50am)
## 1721                                                                                                                                 Eastbound 6-car BL/New Carrollton Train 460 has been holding at Eisenhower Avenue on track 1 for at least 5 mins. (8:50am)
## 1722                                                                                                                                  @GeSunlovers @cdrama_tweet Not outright ban. They didn't state it clearly. BL will air ...just not anytime soon in years.
## 1723                                                                                                                                                                            @emmettdoog Excellent aroo for Taroosday! Have a great day, Emmett, BL and fam!
## 1724                                                                                                             @SpaceValveGuy @BL_Dwyer @WholeMarsBlog But it WAS appropriated. \n\nThe people who invented the swastika probably di… https://t.co/4og0CSeYOz
## 1725                                                                                                                                                                                                                 idk if I should read bl/manga, fic or au 😖
## 1726                                                                                                                                                    @dark_xing Hopefully I gonna finish reading it soon 😅 being a uni student and a bl fan is freaking hard
## 1727                                                                                                               Reflections on an oral history project (re)shaped by the pandemic | read about how COVID impacted on our oral histo… https://t.co/Fs2b5GLH0o
## 1728                                                                                                               My fav bl of all time 😍 Sangwoo choo, the programming background, comedy and character development make me love thi… https://t.co/4zknqDMcFz
## 1729                                                                                                                                                                       underrated anime musim ini karna ketutupan csm, bl sm bleach https://t.co/Nn5RxUbJii
## 1730                                                                                                                                                     @Hokutotrash not me thinking about your tweet about hoku's new drama and bl... then they dropped this😭
## 1731                                                                                                                @hill_hillbill @Petersbrooking @EvLenz @tominfrance @MmzelleFrenchie @vja1999 @vandyke4ad @nonnie100759 @Dissentra… https://t.co/uBhwklw3uk
## 1732                                                                                                                                                                    @cobie @CL207 Indeed. The hustlers (big bl guys) are so god damn tiresome in that area…
## 1733                                                                                                             Happy  #GivingTuesday ! Support our campaign by helping us reach our fundraising goal of $3,000. \n💜\nTo contribute t… https://t.co/nNIViSMikP
## 1734                                                                                                               Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the f… https://t.co/ymK2KoJuME
## 1735                                                                                                                                                                                  perth and chimon as a side couple in this new bl? well shit. i am seated.
## 1736                                                                                                               5PCS Blackhead Remover, Pimple Removal Tools, Blemish Whitehead Popping Removal, Whiteheads Spot Removing Zit Tool,… https://t.co/Ejvrae9b39
## 1737                                                                                                                                                                           f wardrobe long. See, girls, do see, how her long bl     https://t.co/NJ0Vifko6v
## 1738                                                                                                               the problem with having a bl that you like but didn't hit blorbo status having a special episode where one of the c… https://t.co/zZvW7ZaBaz
## 1739                                                                                                                With him . So why are you blaming gun for breaking when he didn't do this . Off wants to work with gun . Gun wants… https://t.co/KEGEozXdwC
## 1740                                                                                                               BALENCIAGA is getting CANCELED #shorts #balenciaga - https://t.co/3pS9kRaBWa weeks after dumping Kanye West, BALENC… https://t.co/hdsE3Zy8Yx
## 1741                                                                                                                Atlast watched #GMMTV2023 and the 3 series that caught up my attention were #LastTwilightSeries I completely trust… https://t.co/U2sey2aQkx
## 1742                                                                                                                                                                @hanavideen @BLMedieval Here's an article on Medieval Calendars \n\nhttps://t.co/F8WBSMYzG0
## 1743                                                                                                                                                                         @pray4luvvv @_Messimerizing_ But I said that because BL was the biggest hit by far
## 1744                                                                                                               HDE Silicone Skin for Xbox 360 Controllers Rubberized Protective Cover for Microsoft Xbox 360 Wired and Wireless Ga… https://t.co/TkgTRxKLnL
## 1745                                                                                                                                                                                        @mikunn_e @thesheddyking One this day you shall join me in paradise
## 1746                                                                                                                               @letsgoskz008 kinnporsche is a thai bl drama, it’s not yaoi (i’m pretty sure yaoi is used for japanese productions only too)
## 1747                                                                                                                                                                        its not surprising if someone thinks this is a bl drama 😭 \nhttps://t.co/8FEoBkyo9e
## 1748                                                                                                                                                   Okayyyy you BL series is definitely not a place to introduce and promote a new 2nd CP pleaseeeeeeeeee 💀💀
## 1749                                                                                                                                                                               @vanillamims33 They will manifest that bl project everyone hoping they get 😏
## 1750                                                                                                               @BriggonSnow Our Skyy is 5 episodes, each following up on a couple from an earlier BL (ok, 3 BLs and the BL subplot… https://t.co/F8pewQMab9
## 1751                                                                                                               CollarDirect Galaxy Cat Collar with Bell Space Pattern 2PCs Adjustable Safety Breakaway Collars for Cats Kitten Bla… https://t.co/5LTiQ7dxVv
## 1752                                                                                                                                                                                                             @newuzery like twitter bl fandoms (??) etc lol
## 1753                                                                                                               They will spend hours reading bl yaoi n calling themselves fujo then go to twitter supporting homophobia irl becaus… https://t.co/dGzBydqV1B
## 1754                                                                                                           cw) disclaimer:\n• bl, gay, homo, lgbt\n• orv, ship joongdok slight doksang \n• OOC, harswords, vulgar, nsfw\n• just fa… https://t.co/KzWIMonzY6
## 1755                                                                                                              @falloutplays Prob too late but something I wanted to add upon consideration: Strand\n\nDepending on how drastically… https://t.co/lNAq6TwUFq
## 1756                                                                                                               #NeverLetMeGoSeries ummm what happened to the dark, angsty themes??? The pilot trailer capture that very well but t… https://t.co/GG1MThjm08
## 1757                                                                                                                    whitelist Assigned  @MedellinAP @wangy190a @lukeabc @Connor___Cheek @jake_rhill @ChahalDesigns @kedziora_james… https://t.co/oCuSlaxygK
## 1758                                                                                                               I have an instinct that the season 2 of a "Weak Hero Class 1" had the mix of a bl series😂. Why ? It's  because on e… https://t.co/vQY6VJHWHq
## 1759                                                                                                                                                                                                                     @UndergrndDrama I love this bl so much
## 1760                                                                                                                                        the beginning was really fucked up and all but i love the development of this story and thats how u write a good bl
## 1761                                                                                                                                                               weak hero's si eun and soo ho's bromance more BL than any other BL 😳 https://t.co/GCQyEBzQZY
## 1762                                                                                                               Pointed Tiger Eye Pendant Natural Black Onyx Clasp Closure Necklace Gemstone Adjustable Necklace Protection Stone N… https://t.co/2xPMfo1Asq
## 1763                                                                                                               Uk what's the best thing of him guys? The way he is saying grateful in every event that they went to and never forg… https://t.co/zJ3mbF0paf
## 1764                                                                                                                                                     @Fuzail988 @NadeemNusrath1 @sardesairajdeep @manipaluniv What about allah hu akabar chant before bl@st
## 1765                                                                                                                                                                    @Yami_Umai I wanna make friends that I can play games with and gush about BL things to.
## 1766                                                                                                                                                                           @prakashraaj I think you bl**dy is from a woke side. It seems nobody cares woke.
## 1767                                                                                                               @starsforskz Oh sorry I didn’t know bout yaoi thing- I just heard somewhere I don’t remember - so like- kinn porche… https://t.co/O1zsC6oaZh
## 1768                                                                                                               @Bongs90209970 @Siyanicent @mueslimomo @ImbouMax @AfricaFactsZone 😂 People will always come to ur country as long y… https://t.co/dmC6uw8USi
## 1769                                                                                                               @one_right_now @_Messimerizing_ Bl mv had blood in thumbnail so they stopped the reach and syt have that face surge… https://t.co/7ZdctcgmbB
## 1770                                                                                                                                                      @bl__bts_ @fort_fts well make up artist shared this for Fort's bd celebration post soooo yeah hahahah
## 1771                                                                                                                                               me trying to act sane after reading my favorite ship having sex in the bl im reading https://t.co/6Ipo2Wmcxk
## 1772                                                                                                                                                                                                             and that’s how you do bl mafia themed series 🔥
## 1773                                                                                                                                                                                                                                    ! l0ve my s!bl!ngs !!!!
## 1774                                                                                                                                                                                       excuse me i want to watch my silly little bl https://t.co/P0kPwdjoru
## 1775                                                                                                               This is Mr Boohig who in 18 march 97 opposed the Murphy family s appeal in circuit court skibbereen he stood over l… https://t.co/BdYP9QaDfa
## 1776                                                                                                                                                                           ANGEL TALL ANTIQUE BLACK $236.50 https://t.co/YN9vEQefKp https://t.co/YatRmYZ1GB
## 1777                                                                                                                                                                                     @RonFilipkowski You are feeling bad cause you are not bl@ck , poor you
## 1778                                                                                                                                                                                                                         @H0laSoySerena Le fi shams bl awal
## 1779                                                                                                                                                                                                                            @JAYFUSED @fort_fts That's him?
## 1780                                                                                                                @mayhewbergman When we had lunch at BL, you talked about the pronunciation of "wifi" and all the signals and noise… https://t.co/vbBSA9D2eH
## 1781                                                                                                                                                                                                                               @blisanewblack Is this a BL?
## 1782                                                                                                                   W I N D 🌬️\n\nA fan art for @fort_fts\n\n#prapai #prapaisky💨☁️ #loveintheair #loveintheairtheseries #bl #thailand… https://t.co/LuiCC1boLc
## 1783                                                                                                       @BriggonSnow Until We Meet Again and its follow-up Between Us\n\nVice Versa\n\nLove Sick 1 &amp; 2, especially the "BL cuts… https://t.co/fGbRPEMK9k
## 1784                                                                                                                                                                                                                                 Senegal is winning today 💯
## 1785                                                                                                                                                                                                                              Which bl should i watch next?
## 1786                                                                                                               The Everything DASH Diet Cookbook: Lower your blood pressure and lose weight - with 300 quick and easy recipes! Low… https://t.co/nvxZviENai
## 1787                                                                                                                @letsgoskz008 but the term ‘yaoi’ is often confused with just boys love so i get where you’re coming from, because… https://t.co/ihdce9kHOq
## 1788                                                                                                                i love how the whole family are there for him, his pa, ma, his brother, are proud, supporting him, and helping him… https://t.co/COuoka4VFC
## 1789                                                                                                                The hardest thing in life is having feelings in your heart that you can't put into words. that is pure feelings of… https://t.co/oM99EyJ5yr
## 1790                                                                                                                                                                                                          JUSTICE FOR VEGASPETE 😭😭😭 https://t.co/9BOVtiYQ4V
## 1791                                                                                                           WTS/LFB\n\nBL pbox - 50php/each (HMT, ULS, Big Apple, Lover Boy, AMOV)\n\npls help RT @krmanhwa_market @kr_retweeter th… https://t.co/5lbxIzzJaT
## 1792                                                                                                               Shop Now: https://t.co/qvZB0wpMOe Dressage T-Shirt, Horse riding shirt, Horse riding gift, Dressage shirt, Dressage… https://t.co/mv408Hpjeq
## 1793                                                                                                               @POTUS ONLY A ""P E R V E R T--PIECE OF T R A S H"", LIKE YOU WOULD DEMONIZE POLICE, WHEN POLICE MAX KILLED 6 B L A… https://t.co/TommwAS0v6
## 1794                                                                                                               Shop Now: https://t.co/6TUd7ujthx Feeling Down Saddle Up T-Shirt, Funny horse riding shirt, Dressage shirt, Horseba… https://t.co/BZPBR87q1I
## 1795                                                                                                                                               Gmmtv serving us a quality BL Series for the last minute of 2022 #NeverLetMeGoSeries https://t.co/d8wBq9cEaq
## 1796                                                                                                               @travis_bl @NorthRoadCycles I was torn too, I don’t see me ever doing downhill but there is a wealth of tracks on m… https://t.co/9wsuggBKIB
## 1797                                                                                                               @Hokutotrash I know right😭😭 I can't imagine that either. I've always wanted KZHK's first bl to be with e/o. And for… https://t.co/KZiNQKhaaT
## 1798                                                                                                                                               "I don't fight anything don't you guys know that already Bl Tis why I'm the Uke, not the Seme :D " #DenseBot
## 1799                                                                                                               @POTUS ONLY A ""P E R V E R T--PIECE OF T R A S H"", LIKE YOU WOULD DEMONIZE POLICE, WHEN POLICE MAX KILLED 6 B L A… https://t.co/90Si5SSasM
## 1800                                                                                                                                                                                       @Hokutotrash wait i need to process this... it's not a bl right????😭
## 1801                                                                                                               @moondust_36 @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @acidframerate Thank you very much for be a… https://t.co/5Vshv0H1OJ
## 1802                                                                                                                                                              me wanting to purchase another new bl manhwa : oh look there's a fly flying outside my wallet
## 1803                                                                                                             The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL H… https://t.co/XHZhuEZWVz
## 1804                                                                                                               @POTUS ONLY A ""P E R V E R T--PIECE OF T R A S H"", LIKE YOU WOULD DEMONIZE POLICE, WHEN POLICE MAX KILLED 6 B L A… https://t.co/1QXFG5HZMl
## 1805                                                                                                                                                                                                 I wish my knowledge on manga is as wide as my bl catalogue
## 1806                                                                                                                                                                                                          Cleared: Incident on #QM32Bus WB at Bell Bl/23 Av
## 1807                                                                                                                                                                                                    @_Messimerizing_ How tf has more views than BL MV?? 💀💀💀
## 1808                                                                                                                                                                    Another day, another bunch of weirdos losing their shit that BL exists and is consumed.
## 1809                                                                                                                                   PROTHANE 1-1904-BL Black Urethane Motor and Transmission Mount Kit for CJ5, CJ7 and CJ8 XTHL2SU… https://t.co/l24xwfBWLY
## 1810                                                                                                               Time to get ready @apac_ssn members to join in with @ARAScot #12DayOfArchives and showcase you #PerformingArts arch… https://t.co/tMyEFVGXv2
## 1811                                                                                                                                                                       @MrDimplesSD @Hoodville_ I am not a bl@ck who does this low grade job of recycling 😏
## 1812                                                                                                               "To fall in love with Christ, to be loved and transformed by the Sacred Heart, to have a contemplative sense of God… https://t.co/XZpEiY6vUs
## 1813                                                                                                                                                                                                                                                    Messy 🤯
## 1814                                                                                                               #OTD in 1877 US inventor Thomas Edison demonstrates his hand-cranked phonograph for the first time.\nTo learn about… https://t.co/bqceJI9icv
## 1815                                                                                                                                  @bvtterflyxv who would've thought the plot twist of the century would be presented by a bl series https://t.co/fWOd8ggu1R
## 1816                                                                                                                @ssyazwanaa With all the GE15 tension that divide some of us, I really feel the next Malaysian Open 2023 should be… https://t.co/Ith0ogpLeZ
## 1817                                                                                                                                                                    its them against the world #bl #manwha #pearlboy #doosik #jooha https://t.co/e2ze5KXMmF
## 1818                                                                                                                                                                                                                               @0087_bl Thank you Lalaine 😊
## 1819                                                                                                               for the short moment they've been together , they've given so much things and happiness to eachother 🥹 they look so… https://t.co/d8dPhOLQwj
## 1820                                                                                                                                                @moondust_36 @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @acidframerate @d1460_nft Amazing 🤩
## 1821                                                                                                                @shahrazadsani With all the GE15 tension that divide some of us, I really feel the next Malaysian Open 2023 should… https://t.co/D2pN82lxAL
## 1822                                                                                                                This #GivingTuesday help us care for our collection by adopting a book from our list of classics from Little Women… https://t.co/XvLlu3sf5c
## 1823                                                                                                                                      @reigenshisou @yesehep NO?? YOU ASKED ME DO I READ BL AND THEN I SAID I DONT BUT IK UMAI DOES SO YOU COULD GO ASK HER
## 1824                                                                                                                                                                    That emptiness feeling after finishing your favourite BL series :( &lt;&lt;&lt;&lt;&lt;
## 1825                                                                                                               #NeverLetMeGoSeries is giving me #whereyoureyeslinger feelings. I am here for it all. I love that we can see elemen… https://t.co/1wQwiSELhg
## 1826                                                                                                                                                                      @LARSENLovelorn You ain't got to lie we know about that Brazilian BL you got keep up.
## 1827                                                                                                                        This comic is definitely worth reading! Come check it out!\n\n#TGIF #bilibili #bl\n https://t.co/1FhjFuUDd9 https://t.co/z9igCnB9Wr
## 1828                                                                                                               ' i hope that this light of my life never fades ' - doosik. 😭🥹 i found this panel and that quote so beautiful.  the… https://t.co/hETT4f0qGH
## 1829                                                                                                                                                                                                           @FAAAAAAAAANI_ It's BL 👀 https://t.co/VgJIyQE7oW
## 1830                                                                                                                5 PCS Under Couch Blocker for Pets, Blockers for Furniture,Dog and Cat PVC Adjustable Clear Couch Blocker for Sofa… https://t.co/aUs0pBSYcr
## 1831                                                                                                                                                     @DeoNonFortuna3 I took some there with my crappy phone a couple of weeks ago, not a patch on that one.
## 1832                                                                                                               @Willard1951 Thanks for asking because I had forgotten (I was going to go into details at a later data, but this al… https://t.co/qMrmYBt1qA
## 1833                                                                                                                                                                                                      word play is great and they got bl scenes too ^//~//^
## 1834                                                                                                               The untamed 10000/10💗\nIt's a bl adopted from a famous novel. Really a masterpiece and my all-time fav cdrama. made… https://t.co/lp6HD5wbAG
## 1835                                                                                                                                                                        very cool and inviting6. There were soft, bluey-green bl    https://t.co/GrPEzQ5vz5
## 1836                                                                                                                                                                                                                   What the fuck!!? https://t.co/KROel7LqPx
## 1837                                                                                                                                                                                                                             @DeoNonFortuna3 Terrific photo
## 1838                                                                                                                                      thats it. im not about to miss out on good BL novels just bc i cant read and understand korean, im gonna learn it 😂😂😂
## 1839                                                                                                               YihuiDurable 10 Pack of Non-Perforated 3M Strong Adhesive Hooks Colorful Mini Cute Wall Bathroom Kitchen Waterproof… https://t.co/i6Wax3BGuc
## 1840                                                                                                                                                            PRYSM boleh jadi media of the year sebab BL🇲🇾 is the FAN OF THE YEAR 😁🔥 https://t.co/y5SDXb4qG7
## 1841                                                                                                               @Kerry_edu @rpondiscio When a parent chooses a school that teaches BL and child isn’t reading, the school disagrees… https://t.co/bOvypYQLol
## 1842                                                                                                               @pieeeUWMA 😂 that girl startled me when she said "this copter" 👀.... Because I remember when someone asked fourwhee… https://t.co/RbuefH0ftM
## 1843                                                                                                               WTS/LFB\n\nPunch Drunk Love BL Pbox - 110php set\nSecret Relationships - 110php set\n\npls help RT @krmanhwa_market… https://t.co/pQ6PQKVZK0
## 1844                                                                                                                                                                        The way in interviews Gulf is never ashamed to say that acted in bl makes me proud.
## 1845                                                                                                               @sintydavid @NorthRoadCycles I mostly ride a now 8 year old Cannondale CaadX and get very few days when I'm happy t… https://t.co/ga061JrbN7
## 1846                                                                                                                                                                                                           Bl recommendation please https://t.co/uSlzDl7XQq
## 1847                                                                                                               It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need t… https://t.co/qraVNzb5V1
## 1848                                                                                                             @xoshamieh Oooh Big Dragon aka. gay college version of 50 shades lol\n\nThai BL is what keeps the international audie… https://t.co/mKpfUZ6ym3
## 1849                                                                                                                 just when bkpp em and ohmnanon retired... filmjam become an established pair. im afraid ill stay on bl twt forever https://t.co/9HZSVzvI3F
## 1850                                                                                                               @emmettdoog Happy Aroo Tuesday, Emmett! You are in very fine form today and started our day on a positive aroo note… https://t.co/W6eV0nmtFG
## 1851                                                                                                             One thing I’m absolutely certain of is that certainty corrupts the human mind.\n\nThis paradox beckons me to hold thi… https://t.co/iqafOJPFuL
## 1852                                                                                                                                                                                       @rize0t7addict If we say this loudly, bl!nks say we are crying lmao.
## 1853                                                                                                                                  ‾‾‾\nOh so is this like a prep or pre-game for the upcoming bl of perth and chimon next year\n___ https://t.co/iHPst31HHY
## 1854                                                                                                                      @blastroyale May I know if thos who are in BL will able to farm CS and BLST? by the way when will be BLST and CS listed on exchanges?
## 1855                                                                                                             WTS/LFB\n\nThe 🍕 Delivery Man and Gold 🏰 BL Pbox - 220php set\nPearl Boy - 220php set\n\npls help RT @krmanhwa_market… https://t.co/bVbgGA7s7Y
## 1856                                                                                                                haakaa Silicone Baby Finger Toothbrush,for Training Teething and Oral Cleaning,Soft Food Grade Silicone,0 Months+,… https://t.co/qxj5Prwlj4
## 1857                                                                                                                                                                            @Noeul_lee6 @amantedel__bl @kissmybodyth Beautiful guys @Noeul_lee6 @Bossckm_ 👑
## 1858                                                                                                                                                                                     @world_of_bl_com Never let me go will start on the 13 of december also
## 1859                                                                                                                                                    @Cyleris_84_BL I have two as well, 1 boy and 1 girl...Zachary is 22 and Katarina will be 18 next week!!
## 1860                                                                                                               @RWWFilm Only 2 people on Twitter have read my BL 8 script (3, but one read was facilitated on reddit) and both gav… https://t.co/mGf2Vf96qc
## 1861                                                                                                               @CEOofMisaka "But guys how can I be accepted  by others with these icky wicky fanservice" says the anime tourist wh… https://t.co/JkPB7X93f9
## 1862                                                                                                               Que-T 8 Pcs Aluminum Linkage Rod Arm Set / Upper and Lower Suspension Links Set of 8 for 1/10 Axial Wraith 90018 RC… https://t.co/yTNhp5pRNK
## 1863                                                                                                                                                                                   as far as i know, this is their first mafi4 bl.\nhttps://t.co/u8fhczN1DT
## 1864                                                                                                                                 @travis_bl @NorthRoadCycles That was last years xmas present, although the road and Tri bikes only really are fair weather
## 1865                                                                                                                                                                                                            Oomfs don’t realize I’ll read bl anytime of day
## 1866                                                                                                                @JoeBucsFan Bowles and BL, in my opinion, are the reason TB12 will likely be in SF next year with a loaded roster.… https://t.co/R5uwDSOazE
## 1867                                                                                                                  Mari's reaction to #MyToothYourLove EP 7\n\n#react #bl #drama #taiwandrama #retweet @LovingBlogs #TheBlogNetwork… https://t.co/bmyCJwmMc2
## 1868                                                                                                                                                                                                    HELLOOO ONCE AGAIN BL WORLD!!!! https://t.co/xjPNdWBqJX
## 1869                                                                                                                                                                                         BL Global - Business News for 11/29/2022 - https://t.co/2d9MWd9yJE
## 1870                                                                                                                         #NowInStock Get the #Makita DLX2423BX3 18V (Compact) LXT BL Sub-Compact 2 Tool Combo Kit for just $279 at… https://t.co/N9Wnf2caO3
## 1871                                                                                                                    I can't wait to see what happens next! Click the link below and join my struggle!\n \n#BL #freemanga #webtoons… https://t.co/gUZ0PCVyCW
## 1872                                                                                                                                                                      ANGEL SHORT ANTIQUE BLACK $209.00 USD https://t.co/T6UM1PLdQu https://t.co/RyTWXZHcO8
## 1873                                                                                                               omfg the trailer was sooo good i love the colouring so much it really looks like gmmtv’s prettiest series!! pondphu… https://t.co/4tf6oAQMiO
## 1874                                                                                                                                                                         No human institution is immune to corruption.\n\nOur faith needs an ‘other’ focus.
## 1875                                                                                                                                       Politics is one hell of a dangerous substitute for religion. \n\nWorship of corruption is the corruption of worship.
## 1876                                                                                                                                                                                                                                    IM GONNA GO BL OBSESSED
## 1877                                                                                                               If you are looking for a bl chinese drama, "[BL] Oh! My Sunshine Boyfriend 🌈" on yt is a scam. The real title is "A… https://t.co/ifqzjKSmdE
## 1878                                                                                                                                                                                                    Hwang in yeop in a BL lead when https://t.co/j0L6ytuaA8
## 1879                                                                                                                                                                                           @8mitsuBee_ If it's BL, my closest guess is "Itoshi no XL Saizu"
## 1880                                                                                                                                                                                 This is like Klaus but hnks slice of life (bl?) au https://t.co/tD4ZKRQ9JV
## 1881                                                                                                                @kauchama I feel like it's because they know their readers are BOTTOMS thats why they made the protagonist usually… https://t.co/AnE1tDhZZo
## 1882                                                                                                                                     JAST BLUE to bring Varenyett’ BL Visual Novel, ‘Sorcerer’s Choice: Angel or Demon’ to the West https://t.co/lw8DjvtOBi
## 1883                                                                                                                              @TRENDYGOLF @NickFaldo006 Bought it at Hawick GC on a golfing break if my memory is not tricking me. Mostly blue of course...
## 1884                                                                                                                                                                                                                                        @Maevystv Fragile 🤔
## 1885                                                                                                                             @MertHakkiAydin Ranga sir has designed this Blowing cooker used in Mangalore auto bl@st recently Bsdk🤡 https://t.co/EZtITsXDFq
## 1886                                                                                                                                                                            @feidtoblack SIR JEFF FROM OFFICE THEME BL WEBTOON\nFIGHT ME! RRRRaaaaaWwwR 🦖🦖🔥
## 1887                                                                                                               I was fooled by yt clickbait saying the drama is bl. 4th eps i can't even see any bromance and not even a hint of i… https://t.co/RZQFNCFIWG
## 1888                                                                                                                                                                                                         This looks like a bl drama https://t.co/8Snj4f7lAR
## 1889                                                                                                                                                                                                     @TRENDYGOLF @NickFaldo006 I fcuking had one of them🤣🤣🤣
## 1890                                                                                                                                                                                                              @travis_bl Been in a few times now. Good pub!
## 1891                                                                                                                                                                                 @creagether This really is much funnier in Polish, especially bc it's bł 💀
## 1892                                                                                                             "Don’t Say You Love Me" is an absolutely perfect comic! It's living rent free in my head!\n\n#gay #DigimonSurvive #BL… https://t.co/Q4UmtvEfZI
## 1893                                                                                                                                                                                                        @sintydavid @NorthRoadCycles Good cleaning gear....
## 1894                                                                                                                                                     Prothane 6-1301-BL Black Rear Bump Stop Kit EELVAH5\n\nhttps://t.co/0qxTS3H8HW https://t.co/5X72VDfIlV
## 1895                                                                                                                @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and… https://t.co/C4agmyUPZX
## 1896                                                                                                                                                                                            He came straight from bl webtoon 🥵🥵🥵🥵🥵🥵 https://t.co/zeXOJC1y4p
## 1897                                                                                                             This comic is definitely worth reading! Come check it out!\n \n#Colouring #bl #animationdev\n\nhttps://t.co/v17F3ZJVN5 https://t.co/AryVZ0ah3V
## 1898                                                                                                               @NikkiIsUntamed Isn't that guy the one who said something mean about Yibo, like insulted him for being in a BL show… https://t.co/bcfrc6611R
## 1899                                                                                                                                                                                              I haven't seen a gmm bl since bbs I want to watch this so bad
## 1900                                                                                                                                                       @the_weind 61 year old "Kid" brother had his latest booster at Clatter bridge a fortnight ago, busy.
## 1901                                                                                                                                                                                                                               BL DRAMA ROLE SETTING I LOVE
## 1902                                                                                                                                                                                                     @cryptofishx @KevSTi9 Majin if they forgot to BL me...
## 1903                                                                                                                                                                                                                  @ShippersHeart_ Sounds like a BL series 🤔
## 1904                                                                                                               @JiteshK_JK @MJ_007Club A time bound sentencing is must ...Bl''dy, let them sit overnight... they are actually enjo… https://t.co/GJyuAY9zDD
## 1905                                                                                                                                                       BHATTACHARJEE SHYAMAL: PELE:: 80th BIRTHDAY- AFTER ALL HE IS MADE OF " BL... https://t.co/VqtN6Vb2ac
## 1906                                                                                                                                                       @BackstreetLamb Omg iQIYI is pinning that show so hard! They are the capital of BL is the show good?
## 1907                                                                                                                                                                                                                  IT'S FINALLY HERE https://t.co/MFeCgLtTgs
## 1908                                                                                                                                                             @LrJKB @rajiv_dmk @annamalai_k Sir. Are you sure he is a BL! Ppl are saying he is a double MA!
## 1909                                                                                                                                                                      @bbius_luver I dont think I can send u a direct message, unless if you can chat me up
## 1910                                                                                                                                                                           Most Awaited BL Series! #NeverLetMeGo #PondPhuwin @GMMTV https://t.co/uJL7omU76E
## 1911                                                                                                              The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou… https://t.co/4QKWuSUDy4
## 1912                                                                                                                                                                                                                                             i need money 😌
## 1913                                                                                                             #AFA2022 haul + a bunch of niji stuff that came in the mail today 🤡🤡🤡 im poor\n\nAnd also 19 days comic!!!! I love me… https://t.co/9VfSzaAtTd
## 1914                                                                                                                                                        RT-2 LDA City Lahore Phase 1 Plots For Sale Block A1 | Confirm Inventory https://t.co/8Lkg62Z1IQ...
## 1915                                                                                                                 See thru 🌊\n.\n.\n.\n#asianmen #korean #koreanmen #koreanmakeup #koreanfashion #hyung #asianhunk #koreanhairstyle… https://t.co/NMFaY1gFtH
## 1916                                                                                                               @BUB_BL_ES I'll get it off your hands give it to me gimme gimme gimme gimme gimme gimme gimme gimme gimme gimme gim… https://t.co/jK6C1O5ZN5
## 1917                                                                                                               @biotech_moose @CryptoSloan99 @GeorgeWLDD What triggers the covering? 4th quarter positive FCF would certainly help… https://t.co/MJc5kd7KRl
## 1918                                                                                                                                                @deltrems Used to frequent the Horseshoe in my Glasgow days. Deucars my go to beer in those days. 87-88 ish
## 1919                                                                                                                                                                                                          @ddeurama JUSKO POND🫣🛐🛐❤️‍🔥 PONDPHUWIN BL COMEBACK~
## 1920                                                                                                               @KateSwaffer @chrissythelker @DementiaAllianc Unfortunately we sometimes need to repeatedly use the inclusive posit… https://t.co/wrH8iyEZ5o
## 1921                                                                                                                @butakkhe @RemultaBlue @kchartsofficial did you even know the criteria? did you even know how many total votes did… https://t.co/7IbzVfrULD
## 1922                                                                                                                                                                                                       @Congelatoreh Congelatoreh reads BL on a daily basis
## 1923                                                                                                                       @songxiaomarried same like I have watched many bl (+straight) series but like none feels like them. There's now ay I can ship others
## 1924                                                                                                                                                                                                                                @Apoireau02 @CanV2nico Dors
## 1925                                                                                                               While I love the uneven BL dynamic at the beginning of a story sponsor/subordinate, creditor mafia/debtor, CEO/subo… https://t.co/mg8HH5Uowb
## 1926                                                                                                               i've never waited for a bl series like i did for never let me go (and moonlight chicken lol) but oh my god it's fin… https://t.co/oemukmElXo
## 1927                                                                                                               @GoldenJKUnivers @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 We req… https://t.co/hRr30moYlX
## 1928                                                                                                               @GoldenJKUnivers @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 Hello.… https://t.co/eiOBUYxLek
## 1929                                                                                                               @97SARCHIVES @billboardcharts @luminate_data .@billboardcharts @luminate_data The official Music Video of "Dreamers… https://t.co/8LSSgZH7TG
## 1930                                                                                                                    @Jk_trend_songs @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 Hi… https://t.co/GipNuJDVDx
## 1931                                                                                                               @CTighfield Bl**dy hope so....the Yew Tree is having developments put on and around it that will affect it, and thi… https://t.co/v5e7bj2X2V
## 1932                                                                                                                    @JJKMILLIONDOL @billboardcharts @luminate_data @billboard @unitedmasters @gthot20 @surfwax83 🚨@billboardcharts… https://t.co/XwledIrSdp
## 1933                                                                                                                            @_RapperJK @billboardcharts @luminate_data @billboard @unitedmasters @YouTube Urgent! @billboardcharts… https://t.co/4jvZ6FM2Dh
## 1934                                                                                                               @jungkooktrends @billboardcharts @luminate_data @billboard @unitedmasters @YouTube .@billboardcharts @luminate_data… https://t.co/ipAor8qGQG
## 1935                                                                                                                      @stussyjjungkook @billboardcharts @luminate_data @billboard @unitedmasters @YouTube Urgent! @billboardcharts… https://t.co/i42iVjnYZH
## 1936                                                                                                              @GeorgeCochrane1 Leaky rust bucket... The TR8 though was worth the pain.\n\nHow did BL manage to actually build cars… https://t.co/639nri9Q9y
## 1937                                                                                                               @janelhops Bl fan they don't like who is being real who is straight forward person who is not into FS let them enjo… https://t.co/zK0eVahJi4
## 1938                                                                                                                                                                               can't ever put jooheon in a bl he'd be gone for real https://t.co/4PEw0joqir
## 1939                                                                                                               @neiImobiIe yaoi isn’t even used anymore, bl is the correct term. the thing is, you don’t even know what you’re tal… https://t.co/1R46a5h0x8
## 1940                                                                                                                                                                                            FIRST GMM BL THAT AIRS ON WEEKDAYS, RIGHT?! #NeverLetMeGoSeries
## 1941                                                                                                                                              DNA Motoring ITK-0048-BL Cold Air Intake System Blue [For 04-11 Mazda RX8] QW7MTGS\n\nhttps://t.co/HqCNExatVb
## 1942                                                                                                                                                                                                                    Did I just finished reading 3 bl manga?
## 1943                                                                                                                                                                          pondphuwin bl comeback~!!! – after fish upon the sky. 🐟🎏☁️ https://t.co/L25u5oXgLJ
## 1944                                                                                                               @hey_aanne @fitmomhsien @shijiaxiaoxu Owh hahaha! He's coding secretly with TJC too, since their drama can't air. I… https://t.co/ZfLChyTaro
## 1945                                                                                                            The Ghost's Nocturne [Ananas, Artist: C_R_Jade]\nJae Shin Son Of Yama, Crown Prince Lee Nok\n.\n[Twitter: ananas4write… https://t.co/9v9e2QA2Fj
## 1946                                                                                                                                                                             somebody said this is the remake of yanan's bl drama?? https://t.co/dGV7aOeuq2
## 1947                                                                                                                                               gawd i was supposed to take a 30 min break to eat and then it turned into like 3 hrs of me reading bl manhwa
## 1948                                                                                                                Gunner William Ruxton was discharged from the Bombay Artillery in 1859 after 23 years’ service because of old age,… https://t.co/LivmWBEOqw
## 1949                                                                                                                  now that I think about it, i don't know of any BL webtoons where the protagonist is the top......? I'm sure they're out there somewhere..
## 1950                                                                                                                                                        @RobertL12227849 @Billy24752 @thepaulwilliams Tell me about those BL tours.......\n\n3-0 whitewash.
## 1951                                                                                                               I’m so happy for my ship these days my Polca heart is so happy. I started stanning them jud pag 2020 kay solid Pera… https://t.co/hlLIsy3Ars
## 1952                                                                                                                                  On another note, I have been reading this bl manhua and the dude finally confessed at chapter 133, what was he doing lolo
## 1953                                                                                                                                                                             @nagrom_bl I feel like I’m the only person that doesn’t name their Pokémon lol
## 1954                                                                                                                              Check out much more on Bilibili Comics - search "Lovely Lies" and favorite!\n \n#zelda #SDCC2022 #BL… https://t.co/XKPQAS0Ttr
## 1955                                                                                                                                                                                                                             @Mone_fb @Flow_bl It'suspended
## 1956                                                                                                               yeonbin blindfold dance break yeonbin blindfold dance break yeonbin blindfold dance break yeonbin blindfold dance b… https://t.co/VtW2kWXmvN
## 1957                                                                                                                                                                                               @Stixx1979 @Dullard_is_Back @manny_efc And then you wake up🤣
## 1958                                                                                                                                        @memorymagesimp if you look up the words "yaoi, yuri, turkey, stuffing, bl" seperately and you'll see all my tweets
## 1959                                                                                                                                                                                              @gloryhvle @PopBase Because BL comes first before BT. Gets? 😂
## 1960                                                                                                                                     actually yeah note to self: read BL more to divert depression to a fictional char's more depressing and gay life story
## 1961                                                                                                                                Leftover squash and turkey breast risotto for an early, cycling induced lunch. Absolutely marvin... https://t.co/tDo5jSzOMd
## 1962                                                                                                             Warning spoiler ⚠️\n\nThe handsome killer in black 🖤 unusual look with his hair down 🥵\n\nSender terta3man Ta3man dari… https://t.co/ulrm1NMPSj
## 1963                                                                                                                                                                                                #bounprem #bl #thai love you!!!!!!! https://t.co/dZjYKCxnA4
## 1964                                                                                                               I just don't understand....I knew when people interview someone from BL they always ask about NC scenes, but now la… https://t.co/tQJV3ciP9x
## 1965                                                                                                                                                                                         @SavaS21_ @FloriOVO @GuyBelguim safe. f€ier auch bl€ssed freestyle
## 1966                                                                                                                                                      Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1967                                                                                                                                                                                             @khalidx7i Anaa g3aaa mnbghish coca hedshi bhel lma bl sokkrrr
## 1968                                                                                                                                                                   the fact that MANY ACTORS BL have they bday this month/days/WEEK https://t.co/oEKrErPyvw
## 1969                                                                                                                                                         @lockeyshit @1989Iore @PopBase not a bl!nk saying as if your girlies global wannabe are relevant 🤣
## 1970                                                                                                                                                                                                   @SugoiLITE does that include another snippet of BL pair?
## 1971                                                                                                                @jikseuz Please stan them!! They have worked so hard and were so underrated till their member Jaechan was in a BL.… https://t.co/CTvV51YeYD
## 1972                                                                                                                Oh! My Assistant The Series \nLink: https://t.co/pDlOyOFIQV \n\n#OhMyAssistant #KoreanBL #BL #BoysLove #GayRomance… https://t.co/giWDnBT7J6
## 1973                                                                                                               @AdzTheMadz to be honest, I have seen not so less Thai BL series b4 and I think acting are a little weak. so if the… https://t.co/FaPtNMsUrk
## 1974                                                                                                               LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled "Honora Medicum" at the Dr… https://t.co/6C67rGJ70u
## 1975                                                                                                               Ommi Ergonomic Handle Crochet Hooks | Handcrafted 7’’ Crochet Hook | Knitting Needle, Craft Yarn Weave | Best Gift!… https://t.co/AOvhz8DmJD
## 1976                                                                                                                                             I wanna try out this comic book style\n\n#BL #hualian #happy\n https://t.co/XphM65xH24 https://t.co/yWhlq0u6P9
## 1977                                                                                                                                                     @5fruityb0yZ sujeong sang the ost for color rush too so she’s right at home with our bl actor jaechan🥹
## 1978                                                                                                                                                      @BLcritic I so agree! He got what he wanted from BL drama (the fame) and he is not coming back to It.
## 1979                                                                                                              This comic is definitely worth reading! Come check it out!\n \n#bl #NFTartist #Japanmarvel\n\nhttps://t.co/UUQn9I1u7p https://t.co/Egg8SszhpT
## 1980                                                                                                               Relacionado: #blusa | Fashion Ruffle Stitching Elegant Lace Blouse Long Sleeve Loose Chiffon Shirts Korean Style St… https://t.co/6C3Mkbada3
## 1981                                                                                                                                                                                                                                   @sruz_bustle U watch bl?
## 1982                                                                                                               Today is GIVING TUESDAY.  Join us in celebrating this annual day of giving by making a gift to our Nursing Honors P… https://t.co/TUon4evzIU
## 1983                                                                                                                                                Importance of math in high school for bachelors' in India and abroad - BL on Campus https://t.co/VQ5lG8eeCO
## 1984                                                                                                                                                        Couple of the Year ( Daesang)\nBest Kissing Scene (Bonsang)\nBest BL Couple https://t.co/SDTPOoh4nh
## 1985                                                                                                               for their last project, they'll make an au (based on our literature topics) AND I ALMOST PUT WANGXIAN AU AND BAJIFU… https://t.co/uQUbx9dolb
## 1986                                                                                                                                                                                                                                  Im back with my bl phase🥰
## 1987                                                                                                                                                                  @iMiaSanMia @RND_de Lahm used to be a Good player but his opinions sucks after retirement
## 1988                                                                                                                                          a bit random but luca is mafia boss themed and luka is cafe themed and... where have I seen this BL plot before 😳
## 1989                                                                                                              Highlights of my day so far \n1) I got like on my story from fort ( main lead actor of Love in the air bl series) wh… https://t.co/4Sxlwba7Jx
## 1990                                                                                                                Tho contrary to popularized bl dynamics, it's also nice seeing the beefy dark-haired bottoms as soft and cute like… https://t.co/WrG07L7Ues
## 1991                                                                                                                Stuttgart are also considering bringing back Bruno Labbadia, who coached the team between 2010 and 2013, according… https://t.co/eTrm0lo5IK
## 1992                                                                                                                                                                                                                                        @Cocolh44 Sometimes
## 1993                                                                                                                            December!\n#NeverLetMeGoSeries #PondPhuwin \nThis just gotta be one of the most anticipated BL series!… https://t.co/ta2FtkWv0I
## 1994                                                                                                               all the images in An Island of Sound come from the British Library Flickr commons -- over a million images online f… https://t.co/kQ9vgFrKuz
## 1995                                                                                                                Foxfury Lighting Breakthrough BT2+ Hybrid RA Light, Black, One Size, 380-BT2P-BL 4OY4VU1\n\nhttps://t.co/5XfEUv6n6p https://t.co/Txcg5niOzn
## 1996                                                                                                                                                                                     all those bl shows and I’m finally in thailand https://t.co/X2qtvgYyJX
## 1997                                                                                                                                                                                                          R… rotation bl- (GUNSHOT) https://t.co/Oz29Zj21lL
## 1998                                                                                                                                                                                                     The whitewashing is crazy omg😭 https://t.co/g3YZP53j5T
## 1999                                                                                                                           FORMUFIT F03445E-BL-8 45 Degree Elbow PVC Fitting, Furniture Grade, 3/4" Size, Blue (Pack of 8) RXWHHOY… https://t.co/sWUS3KZ2UH
## 2000                                                                                                                                                                                It is a rare film minox. We also sell now! ! \nhttps://t.co/XDGuU4caIu : IT
## 2001                                                                                                                                                      Kohler K-23484-4-BL Bathroom Sink Faucet - Black https://t.co/VMgGa9eG9O eBay https://t.co/JQpBC8qm7Q
## 2002                                                                                                               @Harvest93573301 @UprightSpeedway Also, UK promoters became lazy. Instead of training our own, they turned to untri… https://t.co/COKphWSKlI
## 2003                                                                                                                                                                              @Mone_fb @Flow_bl good morning, you changed your mind. It is good to see you.
## 2004                                                                                                                                                                                                            @BLUPDATE2022 Taiwanese bl is usually slow burn
## 2005                                                                                                                                        Westbound 6-car BL/Huntington Train 456 has been holding at L'Enfant Plaza on track 2 for at least 5 mins. (7:02am)
## 2006                                                                                                                                        Westbound 6-car BL/Huntington Train 456 has been holding at L'Enfant Plaza on track 2 for at least 5 mins. (7:02am)
## 2007                                                                                                                               like this is actually so much more interesting than the original plot, it could totally stand as a bl story on it's own lmao
## 2008                                                                                                                Me, watching a TV show with the family: This guy! Yes that guy! Doesn't he look familiar! Who is he! What else did… https://t.co/S5t85FTlys
## 2009                                                                                                                                                                                                   I see something that makes me hate bl^ck people everyday
## 2010                                                                                                                               Westbound 6-car BL/Franconia-Springfield Train 401 has been holding at Metro Center on track 2 for at least 5 mins. (7:01am)
## 2011                                                                                                                               Westbound 6-car BL/Franconia-Springfield Train 401 has been holding at Metro Center on track 2 for at least 5 mins. (7:01am)
## 2012                                                                                                               @RealTimeNews10 I see it now. Middle age male abducted by aliens at 700 Bl Allison Road NE. BOLO for flying gray di… https://t.co/p7dYjgg7CE
## 2013                                                                                                                            @kwonjaehyuk_ Oh, okay. Thank you. I’m used to reading BL red flags, so I’ll be fine as long as there really is a story. Hehe 😅
## 2014                                                                                                                #toptipstuesday has rolled around again. If you're writing a #script for a #video or #animation try reading it out… https://t.co/5Qrm8OvLe2
## 2015                                                                                                                                                                                                                 This fanbase is only for class 6C in BL :)
## 2016                                                                                                                                                                                                  @Mone_fb @Flow_bl Be patient, amnesty begins this week...
## 2017                                                                                                                           He's real definition of "I CAN BE YOUR BOYTOY, I CAN BE YOUR BRIDE."\n\n#jeffSatur\n#MusicHeals2022xJeff https://t.co/31GdpbbkDr
## 2018                                                                                                                                                                                                          FFS WE NEED NEW BL PLEASE https://t.co/CPBXDwaO7i
## 2019                                                                                                                                                                              ✨Each episode of BL or kdrama 😄😄\n#ChocoMilkShakeep9 https://t.co/3b61BYmM8Z
## 2020                                                                                                               Uh unexpected encounter....thinking of making this next cos it title has moon in it ....and that ship appear....cur… https://t.co/t4o8eIl8F5
## 2021                                                                                                                @di3tcoladrinker @brwnhellokitty @glolikelena And bl*nts, gay son or thot daughter,Hennessy infused anything,momma… https://t.co/GyeeEdLpwN
## 2022                                                                                                                                                                                                         @Mone_fb @Flow_bl Sweet Susi Happy Safe Tuesday💛💛💛
## 2023                                                                                                                                                                                             did i read that right why is cho talking about egyptian bl ads
## 2024                                                                                                                @Cock_Robin1 I think liking BL is the most popular interpretation, but maybe as times changed it became a term for… https://t.co/gtPknZNAp5
## 2025                                                                                                                            @dikookue @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube 🚨ATTN:… https://t.co/zh77OLlGl3
## 2026                                                                                                                                                            lol I just finished fighting stupid bl stans I have some energy left for stupid volleyball fans
## 2027                                                                                                                               Westbound 6-car BL/Franconia-Springfield Train 402 has been holding at Addison Road on track 2 for at least 5 mins. (6:51am)
## 2028                                                                                                                               Westbound 6-car BL/Franconia-Springfield Train 402 has been holding at Addison Road on track 2 for at least 5 mins. (6:51am)
## 2029                                                                                                                                  I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭… https://t.co/9QFiUY32nM
## 2030                                                                                                                                                                                                                       its not bl 😭 https://t.co/7TNJvAXbnR
## 2031                                                                                                              Awww.\nI never in any bl fandom. Idk why i stay as Bubbles. Maybe because it's fun here. it's been 5 months. And it'… https://t.co/JjXxgeg2A6
## 2032                                                                                                                                                                 @Theunnamed_S @milephakphum No one will be left is right #2M4FlowWithMile #2M4LoveAPO24hrs
## 2033                                                                                                              Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for M… https://t.co/r0QAN4DZN0
## 2034                                                                                                  PO LIGHTSTICK BTS\n\n💰630k ~ DP 400k\n\n✅Done co\n✅Bersih ina include packing\n✅EMS+TAX\n✅Bisa via 🍊 (paylater ✅)\n\n📍Jatim… https://t.co/iZA4DiczB7
## 2035                                                                                                                   We had gone through their Evolution of Love, that Nobody will forget! Won’t you? #MilePhakphum #2M4FlowWithMile… https://t.co/Akjv0rBwrU
## 2036                                                                                                                                                                                                                                               Really, how?
## 2037                                                                                                                                                                                                                               How can I heal myself again?
## 2038                                                                                                               just watched this and it was one of the best bl series from Thailand me thinks and maybe thats bc of the melodramti… https://t.co/dIT6bAGSRE
## 2039                                                                                                                                                                                       @LoriLightfoot So you want another chance to take Chicago down more!
## 2040                                                                                                               Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley US… https://t.co/v0xrLfY4fu
## 2041                                                                                                                                                                                🎉 Just registered for the KiraCorp on @PREMINT_NFT! https://t.co/LnAnInQsPv
## 2042                                                                                                                                                                                                       Gave my BL talk in school ✅ https://t.co/8zq4nFF6g2
## 2043                                                                                                                @vampforkoo ATP bl!nks are just saying anything they feel like. No logic, no proofs .no nothing but just anything.… https://t.co/PrTlbA9MK9
## 2044                                                                                                                                                                                                                          @xuenay @captain_mrs Unbelievable
## 2045                                                                                                                               @fms_fr the house they use for every single fucking bl like the eclipse, cutie pie, i think echante too and the list goes on
## 2046                                                                                                                          @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube . @billboardcharts… https://t.co/77WRjyQqVb
## 2047                                                                                                                                                  @bitgetglobal @HookedProtocol @Amdora_BL \n@Tasnim4216 \n@Tanjim8256 \n\nDone all task👸🫅\n\n$HOOK #Bitget
## 2048                                                                                                                                                                                                         I found a bl manga with ryusae-like dynamics 😍👍🏻🤌🏻
## 2049                                                                                                                                                                 not gmmtv bl ships as taylor swift songs 😭😭 it do fits them well 💔 https://t.co/CMvGb8nyNg
## 2050                                                                                                                                                                                “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2051                                                                                                               @tsk_ksy Alot having same and they just needs time let's wait for them to comeback healty and fine even Jimmy is ha… https://t.co/mukhG4U1sN
## 2052                                                                                                                                                                                                                        I need some angsty bl manhwa/mangas
## 2053                                                                                                                                                                                             reading bl in school like they don’t fuck every damn chapter 😭
## 2054                                                                                                                                       @JoeAtWaitrose it is to me!! I swear just two weeks ago you were talking about bl*wing couples up on Valentine’s Day
## 2055                                                                                                                                                                           Taeyong blackpink? Nah im more focused on the taeyong bl https://t.co/SHe5bFY4lp
## 2056                                                                                                                                                                                                                                      @Cocatee123 Ok Boomer
## 2057                                                                                                                                                                                        @beansxooo Korean bl industry is taking it! https://t.co/L0LUeHsiw3
## 2058                                                                                                                                                                                                         @AdamRutherford [non work related tweet] Splatoon?
## 2059                                                                                                               Good morning to my MPS friends happy Tuesday. We have 124 more wake ups. Hope you have a great day. Little chilly o… https://t.co/L1cDetJwKq
## 2060                                                                                                                                     Listening to Evoking (feat. Kenny Bl@De) (Single) (Explicit) by @sabirstaton on @PandoraMusic… https://t.co/MlOnkHye2V
## 2061                                                                                                                                            #isagiharem #rinsagi #bachisagi #nagisagi bl one tweet au\nSad girl-Lana del rey (0.46) https://t.co/JWCP2HlnRM
## 2062                                                                                                                                                                                                  @LHS_B4 Based 👍 I'd like my bl stay in my fantasy as well
## 2063                                                                                                                                                                                                         Hacer tendencia BabyFeat !!!!!\n\n#TellerxFortPeat
## 2064                                                                                                               @ReviewsNana A lot of headaches would've been solved by only adults reading them...but then again the main demograp… https://t.co/YLgJrML9K2
## 2065                                                                                                                                                                                                  taeyong bl taeyong blackpink this translation is so ?????
## 2066                                                                                                               Acc-Creativity Motorcycle Resin Tank Pad Sticker Decal Tank Protector Emblem Compatible with BMW F850GS ADV 2020 (O… https://t.co/oXkJMGyNQK
## 2067                                                                                                           JJKHALU! WARNING SPOILER MANGA, WARNING CROSSOVER CHAINSAW MAN, TOKREV &amp; KNB, WARNING BL NANAHITO, Nanami Kento x M… https://t.co/NTXlq9Tvcz
## 2068                                                                                                              Delysia king 2-Pack Corner Shower Caddy Bathroom Shelf Wall Mounted Organization and Storage Adhesive Shelves,No Dr… https://t.co/97r4kHd03h
## 2069                                                                                                               ALIMORDEN Folding Ironing Board- Easily Folds for Convenient Storage After Each Use Perfect for Traveling RVs and C… https://t.co/I49XuCHVUb
## 2070                                                                                                                                                                                            People pick on BL cues. Like it or not. https://t.co/SxWIEjWX9W
## 2071                                                                                                                @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 For some of us, (me), I've worked hard to keep my kid afloat.… https://t.co/jR9B0PSVHW
## 2072                                                                                                                                                                                                                @Mahckss @_bl_ai_ze I shall be back for you
## 2073                                                                                                             11.29.2022: Feast of Bl. Frederick of Ratisbon: Augustinian lay-brother. Amen.\n\nLord, help us to be holy by doing e… https://t.co/uZiRsBD8MJ
## 2074                                                                                                                                                                                                                                     @SugoiLITE Is this bl?
## 2075                                                                                                             11.29.2022: Feast of Bl.  Redemptorus of the Cross: former military officer, turned religious, and martyr.\n\nLord, i… https://t.co/caqyVxH8X8
## 2076                                                                                                                                                                                                                     Cause all you did was damage me badly.
## 2077                                                                                                                Story was the right pace imo. There are BL that actually have terrible slow-paced storylines. I am shocked. I feel… https://t.co/xPR8nN3A3s
## 2078                                                                                                                                                                                                   @joynxyz @illustrata_ai @amli_art @bl_artcult So awsome!
## 2079                                                                                                                                                                               When will this BL drama come to Netflix? Tak sabar 😁 https://t.co/xRJmEW1rDY
## 2080                                                                                                                                                                                                            This new bl looks toxic https://t.co/6dVWjBDMWb
## 2081                                                                                                               @filter_summer manga japanese comics or light novel, manhwa korean comics, and yaoi is the jap for boys love (a mat… https://t.co/FE7M1QnnRx
## 2082                                                                                                               @gilda_mag I mean, I also like Sylvain and it's a great humoristic support for BL, but between those three, he is p… https://t.co/hkNkqVYEFA
## 2083                                                                                                                                                                                                                               I don't need you in my life,
## 2084                                                                                                                                                     A community you belong to may be rapidly moving forward with a... More for Leo https://t.co/7YuscdY3ud
## 2085                                                                                                                                                                                                                     But only one thing carved in my heart.
## 2086                                                                                                                                                                                                                            You taught me different things,
## 2087                                                                                                                         The plot of "Living With A Cat" is like a roller coaster of emotion. It's riveting and full of surprises!… https://t.co/IN1oRkyMYW
## 2088                                                                                                               @ShefVaidya @KobbiShoshani @NaorGilon @danielocarmon @MIB_India @ianuragthakur Let alone that, so called journalist… https://t.co/hWUGpdo4Yv
## 2089                                                                                                                                                                                                                                And yet you made me change.
## 2090                                                                                                                                                                          ⚡⚡️⚡️⚡️⚡️\n€/₸ 486.54\n$/₸ 468.34 KASE\n₽/₸ 7.66 KASE\nbl/83.89 Brent pre. close
## 2091                                                                                                                                                                                                                        I was there having a peaceful life.
## 2092                                                                                                               @bambifam76 they debuted in 2019 😭 they do bl concept, and they slay! their discography is so so good, i especially… https://t.co/cqbsRcW4vs
## 2093                                                                                                                                                                                                            isn't it a BL song?? 🥲♥ https://t.co/UmPX0sW8rR
## 2094                                                                                                               I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problemat… https://t.co/HMtcAPQ8d8
## 2095                                                                                                                                                                                                                                            Ruined my life,
## 2096                                                                                                                                                                        A marked up print catalogue! \nAh.\nhttps://t.co/j1ZhSOOM3Y https://t.co/aziNx4VyVX
## 2097                                                                                                                                                                                                                                       You came unexpected.
## 2098                                                                                                                           Yamada gave me 'BL' recommendations, but refused to elaborate on anything he said. Could somebody explain what he meant by this?
## 2099                                                                                                                                                         The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/enMBmIZmtM @TheTopFamous
## 2100                                                                                                               @bicyclelegs @TranquilityFire @DGray118 My apologies in not marking it to you BL, but you are always always welcome… https://t.co/AOLGNKFOI1
## 2101                                                                                                                                                                                                           Two of my favourite BL boys sitting side my side
## 2102                                                                                                               Meet like-minded creatives and learn more about what it takes to start a successful arts business tonight at our fr… https://t.co/n2wlXoTMmB
## 2103                                                                                                               @muskQu0tes @elonmusk all the tyranny in turekey now blam3s erdogan as being dictator they are so evil they will at… https://t.co/bZ4SS2eVoQ
## 2104                                                                                                                        Ya se va mi chiquito Boss 🥺💗\n" SEE YOU AGAIN!"\n\n#KissMyBodyXBossNoeul #BossNoeul #BoNoh  #Bosschaikamon… https://t.co/iIHmKAfy9G
## 2105                                                                                                                                                          @MMZ_Electro_TTV @VaiNEsportsOrg If you think about it... *hits bl*nt*  aahh... he kinda iss.....
## 2106                                                                                                                                         Prothane 7-806-BL Black Front Frame Shackle Bushing Kit MDU6D9N\n\nhttps://t.co/i7m1KTO6rC https://t.co/vkohNZ0Gdk
## 2107                                                                                                                                                           Fragola 218006-BL Black Size (-6) 180° Push Lock Hose Fitting KDILB5D\n\nhttps://t.co/HBul7YB1J4
## 2108                                                                                                                                                                            @arcticdonkeyss Skot wle khara bl alile ana 3m ba3ml shi moufid mich shopping 😂
## 2109                                                                                                                                                                  How beautiful! That voice. Wow!\n\n#Salsa\n#Narcos\n#BL\n#BLedits https://t.co/ICzgryl5g3
## 2110                                                                                                               @IamAbhiMishraa @farheen2510 @ShyamMeeraSingh @arunbothra @itsmesabita The patient has been shifted to ICU from the… https://t.co/GelxZu9uS7
## 2111                                                                                                                 @DaveRG47 @ajackiehunter @claire6thompson @BioBeatUK @The_Lazzer @Olivia_A_Grant @KathrynESimpson @Giovanna_Forte… https://t.co/gSj9LnCGC3
## 2112                                                                                                               @Kujay_ This is a pretty great thread, and a lot of it I definitely agree. I think there's been a lot of high point… https://t.co/5Eaw5Q08yp
## 2113                                                                                                                                                        LAG v Seattle Surge\n\nSeattle Surge -1.5 @ 1.9 (1.5u)\nSeattle Surge Map 2 ML @ 2 (1.5u)\n\nBet365
## 2114                                                                                                  @CNN \n@cnni \n@cnnbrk \nViewers have had enough of @donlemon \nHe is bitter, sour &amp; very toxic \nLacks objectivity &amp; ba… https://t.co/ARJCaIeTN1
## 2115                                                                                                                                                                                                       Bl actors sitting together 🫦 https://t.co/JqkFtUwkck
## 2116                                                                                                                            This awesome comic deserves more attention!\n \n#NFTcollections #Artwork #bl\n\nhttps://t.co/Kedo2iADgR https://t.co/avr0Yljf1x
## 2117                                                                                                               @A0TERRA I remember when they said that, was like a month into BL when it was discovered, they haven't patched it s… https://t.co/LqpypDl00T
## 2118                                                                                                                                                                                 @becomelegendseu When will we see the Invitational BL Vlog? 🙌 really hyped
## 2119                                                                                                                @Lindoshenge1 @festus_tonnex @ChrisTrafalgar7 @BeyAngu_FanAcc Lmao same way bey be singing rihanna's Rih-jects and… https://t.co/IsV2gUKyyF
## 2120                                                                                                                                                                                                                        beautiful soul op bl*kker radio omg
## 2121                                                                                                                                                                                @JayJayfromdiego @NoEmmeG The only weak link is the bl@ck man who made you.
## 2122                                                                                                                                                                        very cool and inviting6. There were soft, bluey-green bl    https://t.co/KXjJK33GvG
## 2123                                                                                                                                                                   #prsk_FA \n#PRSK_BL ( kinda? )\nIdk im just sick at this point 💀 https://t.co/SCy6dy3CX4
## 2124                                                                                                                2Pack Baofeng BL-5 3800mAh Extended Battery for Baofeng Walkie Talkie UV-5R BF-8HP UV-5RX3 RD-5R UV-5RTP UV-5R MK2… https://t.co/a1ad3KAJLb
## 2125                                                                                                                                         *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2126                                                                                                             @08081995_ Love is an illusion (ongoing but only side stories, BL)\nFull Volume (completed, BL)\nDangerous Convenienc… https://t.co/KjAISToaY6
## 2127                                                                                                                                                @kangterrius nah bc if they dont give me a proper camerawork for my romeos, there will be bl○○d on my hands
## 2128                                                                                                                                                                                                                                      @ji_to_mii2 So cool!!
## 2129                                                                                                               @Terri66987597 Hi check Fr Chad Ripperger on Youtube you can bind the bad spirit of fear or any passion emotion wit… https://t.co/j7X7fDl0F5
## 2130                                                                                                                                                                                                                             @BL_Dwyer @WholeMarsBlog Wrong
## 2131                                                                                                               every time i see kng dniel i think about how he tells every bl actor he meets he's seen their show 😭 idk if he's on… https://t.co/CEnKjDtNR7
## 2132                                                                                                               "The Blade of Evolution Walking Alone In The Dungeon" is an absolutely perfect comic! It's living rent free in my h… https://t.co/l4RlSuYO46
## 2133                                                                                                                Gatekeepers bala jp bl fans 🙄🙄 cute bala if may  kiekoi with localized context kay it's hs bogoness in a funny way… https://t.co/jE4BEIayzn
## 2134                                                                                                                                                                                                     Let a bl*ck man secure the bag https://t.co/srE6Ei45kK
## 2135                                                                                                             Today's workshop is An Introduction to Critical Thinking.\n\nJoin Metin from 2pm and get grounded with this most impo… https://t.co/9RSI9aHf8N
## 2136                                                                                                            the guy she was interested in wasn’t a guy at all (gl)\n19 days (bl)\nshe is still cute today (gl)\nnot so shoujo love… https://t.co/BGUtf62iZR
## 2137                                                                                                                                                        @chouyo_ oh wow elle totally didn’t know u read bl ALSO I FINALLY THOUGHT OF ALL THE BOXES FOR MINE
## 2138                                                                                                                On top of her grants, Blanca gave very specific instructions on how to be remembered in Las Huelgas, including the… https://t.co/ySraAElJRg
## 2139                                                                                                              Who benefited from Blanca's grants?\n\nLas Huelgas de Burgos was the principal beneficiary of these grants, but many… https://t.co/z7l3ypujZX
## 2140                                                                                                             My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelg… https://t.co/Mwf5QzWYM2
## 2141                                                                                                                       This manhwa is awesome! I can't get enough of it!\n \n#bl #3danimation #indiegame\n\nhttps://t.co/7vAOn2R8y9 https://t.co/uXdKSXdQZq
## 2142                                                                                                               NICECNC BL and Red Clear Clutch Cover Protector Guard Compatible with Ducati XDIAVEL/S 2016-2020,DIAVEL 1260/S 2019… https://t.co/zpSlCGWCB6
## 2143                                                                                                               idk if we'll get a s2 but if we do, i wish they'd explore the siblings and cousins relationship more lol. i know it… https://t.co/O80kjtx9Lt
## 2144                                                                                                                                                                            @cinnapeachie @Dawn_Heart_VR bl, henty, mystic messenger, tears of themis, idfk
## 2145                                                                                                                                                Prothane 7-1020-BL Black Rear Spring Cushion Kit NZS1KH5\n\nhttps://t.co/wSgYgN1BLV https://t.co/U8yOIUs69p
## 2146                                                                                                                               Prothane 1-1014-BL Black Front Spring Eye and Shackle Bushing Kit TJDVN4I\n\nhttps://t.co/QNaTMHIjgh https://t.co/v93XVVqJE4
## 2147                                                                                                               @jodanspace Hmm, gimana ya. They aren't my home, tapi dari tahun 2013 until today, I still can read and watch their… https://t.co/mWnH7FEQJ6
## 2148                                                                                                               @sebguts10 @Jay_Orion1 @PaulTassi —About BL. Haunted was the first non-showcase and non-expac season that they wait… https://t.co/6v986xdqKQ
## 2149                                                                                                                ZOOMHITSKINS OLED Switch Skin, Compatible with Nintendo Switch OLED Skin Wrap, Embroidery Dragon Lung Oriental Art… https://t.co/bKs9ghrxne
## 2150                                                                                                                                              @Losbennett @JMReynolds Just had to have a nose too. Sheesh. Wait till they hear how BL treats its authors...
## 2151                                                                                                               Your performance in KinnPorshe was phenomenal! You guys rised so many standards! I can't watch any Thai BL series w… https://t.co/22nrki0Z0b
## 2152                                                                                                                                                                          @YouTubeGaming There can only be 3\n\n1- Min_cr___\n2- R_bl_x\n3- __u_ub_ Sh_r_s😎
## 2153                                                                                                                                                                  Check out this great #comic #BL \nCheck out CRASH COURSE on Tapas https://t.co/JzcfjydrgF
## 2154                                                                                                                                                                                                                @chanuyeah its bl drama its true i wrote it
## 2155                                                                                                               TappyToon new BL “Love me Again” is the same Artist who draw “The Right Relationship”This time IS THE MATURE VERSIO… https://t.co/aqQFxxy8ll
## 2156                                                                                                                @jacobandrewsky @Victor_codejs That one should be coming faster with some experience. Try to think about something… https://t.co/Ez5B2dy6WY
## 2157                                                                                                               Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collecti… https://t.co/BPcNQVtqx9
## 2158                                                                                                               How to run digitisation projects – case studies from the British Library (hosted online). 6th December 2022, 10.00-… https://t.co/1JUenDUT76
## 2159                                                                                                                                                                                                                 W heyy l hade fattasit alla tb3e bl cedars
## 2160                                                                                                                          How do I feel when I see\n\n_ those who believe they have mastered "how to be a trend"\n\n_ the BL police https://t.co/5qNqi2LUGd
## 2161                                                                                                                                                                                 @GroomB Elmet always bring to mind this collection https://t.co/RuQvlECrP3
## 2162                                                                                                               It's fine to like other groups or other music! You're allowed to dislike a fandom (@ bl!nks or anyone else who diss… https://t.co/Jy9cQijyav
## 2163                                                                                                                                                                                                  @TheRose_0803 should do a BL OST @idol_romance \n#TheRose
## 2164                                                                                                               No one talks about it but I will, Arabic kids in school get treated like shit. I've had to sit there and watch my A… https://t.co/i5ufI313eg
## 2165                                                                                                               @don51643752 @IlhanMN Since when does GQP care about “criminal drug addicts” serious question! Some are MORE concer… https://t.co/wSM7cjwOef
## 2166                                                                                                                               I've read this manga multiple times! You should check it out, too!\n \n#NiGHTSIntoDreams #bl #devil… https://t.co/JOLH9Lg9CC
## 2167                                                                                                                                                  @anryatrades I don't think so at all, on the contrary, this photo has its own certain charm and meaning✌️😃
## 2168                                                                                                                @yesehep I ACCIDENTALLY TOLD YJJ THAT I READ BL ALL BECAUSE SHE ASKED WHY I WANTED TO TALK TO UMAI i wanted to ask… https://t.co/S9c8Qgp9p7
## 2169                                                                                                                @illustrata_ai @joynxyz @amli_art @bl_artcult This is a story of love between two deep lovers bound to be together… https://t.co/WTOxnC2DJZ
## 2170                                                                                                               1 Set Drift Skates Plate Liner Protective Rubber Bands,7X4 72X0 78 Inch Roller Skates Road Band Edge Guard for Adul… https://t.co/NXaiS4eRa1
## 2171                                                                                                                                                @JeremyVineOn5 “planet in fire” get a grip @theJeremyVine ! Come up to Scotland… bl**dy freezing here! 🙄🤦🏼‍♀️
## 2172                                                                                                                                                                                        Nanon is his own person and he isn't living for your bl fantasies 💅
## 2173                                                                                                               @etherealpran that's what happens i fear when seasoned bl watchers who are used to that problematic trope expect it… https://t.co/fEEytwcAHj
## 2174                                                                                                                                                                                                                                        I'm reading BL dhmu
## 2175                                                                                                                                                                                                                                        I'm reading BL dhmu
## 2176                                                                                                               @brightnanon no literally think that’s what happened cause the comments afterwards were very much the same just tre… https://t.co/Jk1NGXlmJX
## 2177                                                                                                                                                                       I need more sad angst bl like faraway house and 10 years that I loved you the most 😭
## 2178                                                                                                                                                       Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2179                                                                                                                                                       Gonna do some comic reading\n \n#ceo #BL #Xianxia\n\nhttps://t.co/DGdnWvR30L https://t.co/zaL1WMswTT
## 2180                                                                                                                                                              Recently I'm madly obsessed with the bl series. Is anyone obsessed like me? #Blseries #dramas
## 2181                                                                                                               @LA2slc @stanmccune @TheGreatIntell1 @AGHamilton29 It's a good thing Obama denounced his endorsement. I mean this i… https://t.co/4hHijjUhI9
## 2182                                                                                                               Stress and efficiency are inversely proportional, so we're having a 3-day #cricket tournament at BL AGRO, Bareilly.… https://t.co/vM9lKcprb9
## 2183                                                                                                               FRAUD ALERT!⚠️  @palmpay_ng are Scammers❌ dey are hoarding My 400k+ since Sunday. Texted dem both on IG nd FB dey k… https://t.co/I4obME7NRA
## 2184                                                                                                                                               @KoalaFunFact nawr i havent had time to read anything but ill be bl hunting this weekend. so i will report 🫡
## 2185                                                                                                                            This awesome comic deserves more attention!\n \n#DigimonSurvive #bl #WEBTOON\n\nhttps://t.co/6TaMmZBN8b https://t.co/Ht8ruz853K
## 2186                                                                                                                           Trust me! You'll get addicted to this story!\n \n#DigimonSurvive #bl #WEBTOON\n\nhttps://t.co/q62DN8TatF https://t.co/GrQuea40J6
## 2187                                                                                                                              @_rottenjelly the manhwa is also pretty sus like, yes okay we get it it's not tagged bl but the panels... the framing... 👀👀👀👀
## 2188                                                                                                                                                       oops 🫢🤭 #yaoi #TheNewRecruit #bl #blmanhwa #bltwt \n\nSauce: The New Recruit https://t.co/CtiOxEbgEq
## 2189                                                                                                                                          Apparently I read comics now\n \n#IranRevolution #bl #Artstyle\n\nhttps://t.co/CWwL59GThE https://t.co/N8O1shUrDF
## 2190                                                                                                               2/2 This will be the first time a new restoration of ’36 Chowringhee Lane’ will be screened in the UK. Tickets only… https://t.co/tayb1YHr6u
## 2191                                                                                                               1/2 On 10 Dec we are delighted to screen '36 Chowringhee Lane’, Aparna Sen’s directorial debut and a ground-breakin… https://t.co/BvUl2uVqAD
## 2192                                                                                                                                                                                                                         @new_bl_ue_bird new hair cut!!!! 👍
## 2193                                                                                                                ▶️ What is T+1 settlement?\n▶️ Why is SEBI moving towards shorter settlement?  \n▶️ Will investors find it easy to ad… https://t.co/p5GbXGiYEw
## 2194                                                                                                                                                                                      @jongstomato JAECHAN DID A BL WITH ONE OF THE MEMBERS OF KNK RIGHT???
## 2195                                                                                                               A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor… https://t.co/SMVmVGDvCC
## 2196                                                                                                                                                                                                             @dgc837 Lovely. Been misty for days back here.
## 2197                                                                                                               u two did great that we carried away to our emotions bcs yall giving us roller coasters actings 😣 i love u and than… https://t.co/bZt3r7GsQY
## 2198                                                                                                           @pararoidhakase yeah like if ur reading banana fish for like bl content ur gonna be disappointed like yes ash &amp; eij… https://t.co/bglr3qxZuF
## 2199                                                                                                                                                                                                  @ironbean23 ppl saying that's not bl has never stopped me
## 2200                                                                                                                                                                            f wardrobe long. See, girls, do see, how her long bl    https://t.co/c2FEyNyTtt
## 2201                                                                                                                 The Vampire &amp; the Duke ep 49 has been updated! \n\nLink on bio~\n\n#tvtd #thevampireandtheduke  #BL #boyslove… https://t.co/QMYnfsPCgk
## 2202                                                                                                               @jikseuz I LOVE DKZ. OMG. tloml Jaechan was in a bl called semantic error as the main character and frequently spea… https://t.co/WS9TQRqhtW
## 2203                                                                                                                                                                                                               @cclodye BBB announced their Engagement Date
## 2204                                                                                                                                                                                         Yall guess what my friends my screenshots of bl manhua/manhwas....
## 2205                                                                                                             surprisingly, watching thai survival idol show is like a new hobby for me 🙈🙈🙈🙈\n\nprobably, i’m going to watch this s… https://t.co/xWrlbHKbXD
## 2206                                                                                                                                                    also ive alr told the teachers they dont care also forgot my bl@de at home so 🤣🤣🤣 art class here i come
## 2207                                                                                                                                         1p brand used BL-740 Laser barcode reader FAST SHIP kc52 #YP1 https://t.co/3dmS0ZhUHS eBay https://t.co/eXKpDpLX2I
## 2208                                                                                                                    CARLING TECHNOLOGIES TIGM51-6S-BL-NBL Switch, Rocker, DPDT, 15A, 250V, Black M6QNNMJ\n\nhttps://t.co/Ky8oCFNMMH https://t.co/Hl40m6a1CH
## 2209                                                                                                               Electric Gravity Pepper Grinder or Salt Mill with Adjustable Coarseness Automatic Pepper Mill Grinder Battery Power… https://t.co/twdSTvmHuj
## 2210                                                                                                                               🗓 #OngoingBLbroadcast November 29th, 2022\n\n🇹🇭BL\n#WarOfYEp18 Aisplay CopyABangkok YTC \nPreview ➡️… https://t.co/pBWshZsnKe
## 2211                                                                                                                                                                                                                                       @AbdeJong7 Oleander.
## 2212                                                                                                               Yes. And the amount of bad acting in thai bl is... 👀👀👀 Despite that, the genre is so popular I'm starting to feel l… https://t.co/PGShVdKFzq
## 2213                                                                                                                                                                                               @SeharShinwari You can come anytime for bl*wjob ...I'm ready
## 2214                                                                                                               @JadeSaidSometh1 @apospmee There is "means besides kinnporsche  there is one bold bl with good chemistry between ac… https://t.co/ay7IsDNu1h
## 2215                                                                                                                                                                 @ewereichi rIGHTTT i spent forever on mine akdjsks (also wow a fellow bl reader too hmmmm)
## 2216                                                                                                                                                                     I would be the one to stay up watch g a cute ass thai bl drama when I have work at 7am
## 2217                                                                                                               how abt stop remaking other bl dramas and start creating interesting ones. y'all gonna make gmmtv writers go jobles… https://t.co/oWkIhsJEic
## 2218                                                                                                                                                   @MarinetteLife @urfavcatpun its ok BL don't really spoil alot its just synopsis's of all the episodes 😅😂
## 2219                                                                                                               God knows how much I miss being here and writing for KS 😭 I am so stressed and drained that all I want to do is imm… https://t.co/gV63ISPxQG
## 2220                                                                                                               @rahul94368965 In the future, please do not share your personal details like phone number, email address or order I… https://t.co/gamAszcARm
## 2221                                                                                                   -Blue: Nitrogen Atoms &amp; Bonds (7 or 8 per rung) [98 or 112]\n\n-Orange: Phosphorus Atoms &amp; Bonds (2 per rung) [62]\n\n-… https://t.co/p6cO0bQpMQ
## 2222                                                                                                               @mileapologyxxx Already watched the untamed. But J.Edgar isn't a BL though and will never fall into BL category. Ha… https://t.co/IjUiuHoccT
## 2223                                                                                                                                                                                                                  @KariLake @billgatesaz Did you bl_w Trump
## 2224                                                                                                                                                              He will be forever worst character in BL bey😂😂😂🤣🤣🤣🤣\n\n#BhagyaLakshmi https://t.co/UdaBaUm2UP
## 2225                                                                                                               BL To-Watch List\n▪️Art Adore En series\n▪️Bed Friends the series\n▪️Heart By Heart\n▪️The Theory Series\n▪️A Shoulder T… https://t.co/Ugoz4CzgJD
## 2226                                                                                                                                                                    That mini panic attack i got whenever they said they fkin hate someone who reads bl lol
## 2227                                                                                                                                               I am sorry i cannot get over someone calling A CLINT EASTWOOD MOVIE a BL (Or an lgbtq movie for that matter)
## 2228                                                                                                               hi! im looking for moots who dont mind i hype animanga/hwa/hua, and bl— oh! sometimes i rts abt genshin too. just l… https://t.co/YV9i9u8tzk
## 2229                                                                                                                                                                       @E_iversonii @jaberwaki @eugenehp @d_feldman Here you go \n\nhttps://t.co/LYTWwvkjcO
## 2230                                                                                                               I just came across on this YT channel. I enjoyed this guy's reactions on Cutie Pie series😂 it's his first time watc… https://t.co/NX7lDLEDqU
## 2231                                                                                                                                                                                                    Some Korean BL manhwas be like↓ https://t.co/rfMqrIXgvo
## 2232                                                                                                                                                                                       So bl drama are now about office romance after ending college decade
## 2233                                                                                                                                                                                                                    @nichakorn_satur @studio_onsaturn To bl
## 2234                                                                                                               @elimoowol i remember reading a thread about how hard it had been for them and were about to disband before that bl… https://t.co/pH1FwY0NLT
## 2235                                                                                                                         whitelist Specified @BosBeryl @BriettaLauree @LinCaterina2 @BONIFACIOTAPIA6 @qlan593 @BombetatorE @bl_mmh… https://t.co/g3JEWwVLWH
## 2236                                                                                                             In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century;… https://t.co/dpafIDzUrf
## 2237                                                                                                               it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his cost… https://t.co/KFlhYKiUK7
## 2238                                                                                                              The most handsome BL actor of the year 2022\n\nKeep voting lovelies 🫰 we're in top 5 let's make sure to be on top of… https://t.co/5xa7ZHZqa0
## 2239                                                                                                               Just because a man kisses another man in a movie doesnt make that movie a BL people. Especially if said man was a r… https://t.co/vy2pSqmLe0
## 2240                                                                                                               After a Bl*ck Fr*day rush there are only FOUR copies of my selected minimal poems remaining. Buy Atomised now or fo… https://t.co/mUPMwbPtgH
## 2241                                                                                                                                                                                              I can’t imagine Hokuto get cast in a Bl and not with Kazuma…😭
## 2242                                                                                                               @Thalassa_14 e.g. At the moment I’m probably more into Thai BL than other types of shows (although definitely not e… https://t.co/4hf9yJcB2M
## 2243                                                                                                               hi! im looking for moots who dont mind i hype animanga/hwa/hua, and bl— oh! sometimes i rts abt genshin too. just l… https://t.co/Pv9i33OjJ3
## 2244                                                                                                               @bubblegeommie omg king's maker was my very first bl manhwa 🤣 when I read it, I didn't even know what bl was so it'… https://t.co/jg1S23TUVu
## 2245                                                                                                             Hello. We offer you services for the promotion of the project around the world.\n\nPro Blockchain Media is a large cr… https://t.co/vtYUAnHcJC
## 2246                                                                                                               Augensterm Baby Bottle Brush Set with Silicone Bottle Cleaner Brush and Drying Rack for Travel and Home, Gift for N… https://t.co/1vprhFKcBz
## 2247                                                                                                                                                                                                       ME TOO!!\n#ChocoMilkShakeEP9 https://t.co/KP9mBGoYJp
## 2248                                                                                                                                                                               lmao what is this behaviour milk\n#ChocoMilkShakeEP9 https://t.co/745yNkayEg
## 2249                                                                                                                                                                                                                                cant stop thinking about BL
## 2250                                                                                                                                                                                                       ✨mood✨\n#ChocoMilkShakeEP9 https://t.co/XT3SGmRQZ3
## 2251                                                                                                                                                                  @MarinetteLife @urfavcatpun I might aswell copy the synopsis's from the BL about the ep 😑
## 2252                                                                                                            Dr BL Sherwal MS @SJHDELHI inaugurated Pediatric thalassemia &amp; hemophilia  comprehensive care centre, chemotherapy… https://t.co/9yjNVYNAwq
## 2253                                                                                                                                                                                                                                          @Jargo_BL Done ✅
## 2254                                                                                                                                                      I know someday we r gonna get an A/B/O genre in BL and i really want thai industry to do it first....
## 2255                                                                                                                                              The way they positioned their hands is sus…👀 not bl right ? 😅 https://t.co/aaNRnaPLmS https://t.co/xMnIt1PaWM
## 2256                                                                                                                                                                                             my friend says this reads "BL therapy" https://t.co/RLbXe8o0U5
## 2257                                                                                                                                                                                                                                         @t_j72 Locked up 😫
## 2258                                                                                                                           @MayaKadosh u shold punish these kind of bl... Oody man.. He know nothing about Hindus zenocide.. Heart breking movment for us..
## 2259                                                                                                                @em0junghoseok Japanese and some Korean bl shows are just that superior I'm afraid,thai series/movies makers needs… https://t.co/1qQMiA2HTg
## 2260                                                                                                              December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of… https://t.co/umBevAhmVH
## 2261                                                                                                           Art trades are open! \n\n*Am looking for people who could draw:\n• my oc (male)\n• my ship (canonxcanon, bl; if you don… https://t.co/MUo3PA7GxH
## 2262                                                                                                                                                                                       @MarinetteLife @urfavcatpun in BL its ep 13 Migration its about Luka
## 2263                                                                                                                        @GauRakshaBill @313vated @theskindoctor13 @ianuragthakur @smritiirani @KirenRijiju @narendramodi @PMOIndia… https://t.co/rG4eZZspaS
## 2264                                                                                                                                                                                                 @onyx_luvr fuckin fujoshis and their bl titles i swear bro
## 2265                                                                                                                                                                                                                                      @Y_H_Bl_Sl Ons lot...
## 2266                                                                                                                                                November 29th Bl. Denis of the Nativity | The Saint of the Day Podcast https://t.co/A2jhkNLn4a via @YouTube
## 2267                                                                                                               @Nguang_ Yeah I know. I just asked about the general sector because I used to watch lakorn, but this year I started… https://t.co/ouUicSrn8G
## 2268                                                                                                               @em0junghoseok cherry magic is just so pure and beautiful 😭😭i would rather eat wet cement for breakfast lunch and d… https://t.co/DIaLBfRjyp
## 2269                                                                                                               Well deserved. Apo and Mile broke the internet. Trending for days at a time. Those numbers have never been seen bef… https://t.co/uBDO9pz5y7
## 2270                                                                                                            ty, he only drinks the tepid tears of orphans.\n\nBut no more of this bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/E1smop8zLo
## 2271                                                                                                                  Mari's reaction to #BetweenUs EP 2 \n\n#react #bl #drama #thaidrama #retweet @LovingBlogs #TheBlogNetwork #ITRTG… https://t.co/3TFdFpv5WK
## 2272                                                                                                                                                                                                  All BL falls in this venn diagram https://t.co/81V2VwdQ3H
## 2273                                                                                                               @Mineyi4 @lemonboeun Sorry but PPw first original BL is Fish Upon The Sky, not NLMG and I'm have a little bit confu… https://t.co/wViNJSCAvN
## 2274                                                                                                           People can support &amp; appreciate ayush. but there is no need to compare rishi with ayush .ayush not hero of the show… https://t.co/jVnL41FVT4
## 2275                                                                                                                                                                                                         @BookMusicMadSC Not even kpop I doubt bl will come
## 2276                                                                                                                      this is so fun to me like you're reading bl illegally and then the scan group drops Whatever the fuck this is https://t.co/iGvaxZv2PY
## 2277                                                                                                               Check out this product Purity G - Pink  \nby Blush Novelties starting at $31.95. \nShop now  https://t.co/RI3UvGqeR5 https://t.co/8r7BcVqmbM
## 2278                                                                                                                                                          @AlmostYeti @illustrata_ai @joynxyz @amli_art @bl_artcult Both beautiful, in very different ways.
## 2279                                                                                                              Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t.co/7lqevwYHY9
## 2280                                                                                                                                                                                                             @sproutgren @aksnevv THIS\nfavorite comfort bl
## 2281                                                                                                             🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL)… https://t.co/fTwWpQ44AO
## 2282                                                                                                                                                            Enfold can be fast (and even more after @wpspeedfix ) but feels outdated now. Time for a change
## 2283                                                                                                                                                                                              Book your tickets for this film now!! https://t.co/pSaycgKB0a
## 2284                                                                                                               #otd 1314 died Philip IV of France, called 'the Fair'. More depictions of his hunting accident before his death and… https://t.co/6HpNjEP2KO
## 2285                                                                                                                     การ์ตูน อนิเมะที่ทำเป็น #ซีรี่ส์วาย\nThe man who define the word of BL\nblue of winter \nOh boarding house \nMew ears u… https://t.co/a96IVs5s15
## 2286                                                                                                                                                                            Don't miss the December film screenings @BL_IndianPrint https://t.co/3ia74cfP8x
## 2287                                                                                                                Also #mynameisnanon has always thought he's so much better than #ohmpawat, who did 5 BL roles which he has laughed… https://t.co/Qy77D90sQV
## 2288                                                                                                               @_rottenjelly altho— they're the same age, people are just justifying it's not BL because the MC is trying to resto… https://t.co/M4AbWjRq6r
## 2289                                                                                                                                                                                                                              @90BE90 BL my friend BaybList
## 2290                                                                                                               @gwnott We always agree, Graham. Rather a novelty on here, particularly following some of the belligerent debates I… https://t.co/SNNlJ4Zvhr
## 2291                                                                                                                                                                                                @the__oma Hey Leo, I'm jollof and you make my thing "rice"🌚
## 2292                                                                                                               It's been a while since the last time I've watched a series or movie, it's been a while na din ako inactive but NLM… https://t.co/yzJ1SCL3Zz
## 2293                                                                                                                                         NOT DAMIEN SAYING HE WANTS TO WORK WITH OHM ONE DAY AND ASKED IF WE WANT TO SEE HIM FILM A BL WITH OHM ASDFGAHSNDK
## 2294                                                                                                                           @NikiCandle @MixedMuseum @VictorianLondon @SenateHouseLib Hello Niki. This is what the BL say about them https://t.co/30ABJiFyBk
## 2295                                                                                                               @iminescent @illustrata_ai @joynxyz @amli_art @bl_artcult These are so beautiful I have a hard time seeing hopeless… https://t.co/OyJYqPQqLm
## 2296                                                                                                               They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in t… https://t.co/sDVBGA5Sxq
## 2297                                                                                                             OH YES YOU DID, BB BOY. YOU FELL SO HAAAAAAARD!!! 🥹🥹🥹💛💛💛\n\n— me too, i fell so hard for you and this bl series and b… https://t.co/MNSbxwkC77
## 2298                                                                                                                                am gonna cry because 12/7 don't have bl livestream and am gonna cry more because I'm not sure if I can stream on 12/8 😭😭😭😭😭
## 2299                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult was moving, breathing,.. engines moving pullies and wheels and all co… https://t.co/9xVBkkhT8V
## 2300                                                                                                               lol #mynameisnanon only care about the optics of  "bkpp and other big artists sharing the stage with NNN," it's all… https://t.co/sNDZn63gPE
## 2301                                                                                                                           "this isn't bl their relationship is more like parent-child"\n\nlooks at sv\nyou think that will stop me https://t.co/9v77ye4iZW
## 2302                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nLanding in the water, she floated there, waiti… https://t.co/70i252sfzG
## 2303                                                                                                               Facial Steamer, Nano Ionic Facial Steamer Warm Mist Humidifier Atomizer Promote Collagen Regeneration, Provide 4 Pi… https://t.co/dV1HQfIQyO
## 2304                                                                                                             , do all I would, I could not\nget into the faintest doze. I had bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/VlrzRiItrL
## 2305                                                                                                          In the name of love💕💗\n\nHot Manhwa📍https://t.co/qEg2WYDTcj\n🎁Promo Code:𝗚𝗜𝗩𝗘𝗔𝗪𝗔𝗬2\n\n#comic #roamce #manga #LoveIsland… https://t.co/CjPO9lVpOF
## 2306                                                                                                                            @bl_artcult Loving the recent stylistic reinvention, super resonant both on personal level and imo on collective/Zeitgeist too!
## 2307                                                                                                                                                                                    no more BL series for now, GL muna tayo sorry 😭 https://t.co/gP131eN6oE
## 2308                                                                                                                                                                               O mai gud, he looks cute\n#oc #BL #digitalart #anime https://t.co/Kb81C46lZJ
## 2309                                                                                                               Continuing with the Wordpress theme change for Legis Music, after 4-5 years with Enfold, switching to Avada just fo… https://t.co/20Moj58Gv7
## 2310                                                                                                                                                                                                 no hate... to like 3 peiole who follow me and also like bl
## 2311                                                                                                       Book Online Appointment Call &amp; WhatsApp:- +91-9815160025 Astrologer BL Shastri (expert astrologer &amp; vastu consultin… https://t.co/mO2ObARuOE
## 2312                                                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult She stopped.. glanced behind her and without hesitation, jumped.
## 2313                                                                                                       Book Online Appointment Call &amp; WhatsApp:- +91-9815160025 Astrologer BL Shastri (expert astrologer &amp; vastu consultin… https://t.co/xlAMSx2bmw
## 2314                                                                                                                                                           @Vox_Akuma I'm just reading my BL and open tweeter to see this like dam bich things be connected
## 2315                                                                                                                                                                       @ysteiria giggling that and the one who reads bl you definitely have curious friends
## 2316                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nShe fell back, confused, unsure of the moment.… https://t.co/ptwLPa4orZ
## 2317                                                                                                                                                                                            @mharistiane T///wice and Bl///ackpink?!? I don’t know them emz
## 2318                                                                                                            I need someone to custom make me a duvet &amp; cover that has GIANT TL, TR, BL, BR on respective corners. CAUSE… I can… https://t.co/fGYJO2zuSY
## 2319                                                                                                               [Poster] Premiere 15 dicembre per il BL drama “The Director Who Buys Me Dinner”.Office-romance con Jeong Woon, Jang… https://t.co/vw5c9bfgpc
## 2320                                                                                                                                                                                                      @RanaWaanjai @MSuppasit Thankyou so much beautiful 😘😘
## 2321                                                                                                           @aksnevv Favorites:\nOxygen (my comfort BL 😭💕)\nDoukyuusei (ditto 🥺💕)\n\nThese are also great but in no particular orde… https://t.co/Q6RbKecyWm
## 2322                                                                                                                                                                                                                                   @eslem_bl @Orliss3 Canon
## 2323                                                                                                                                                                                 my fav part or starting a new series or book is searching for BL later :')
## 2324                                                                                                                   Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch… https://t.co/7uM3PqnGn5
## 2325                                                                                                               which i guess it's kind of what makes it a "good" movie (?). Also pls don't let the poster and the tiktok edits foo… https://t.co/0jseSCwTZT
## 2326                                                                                                                                      The manhua has been feeding us so well\n \n#Blockbench #summer #BL\n\nhttps://t.co/c0nk3shMvv https://t.co/nbHweaVv0U
## 2327                                                                                                             Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting… https://t.co/4RvWo8vSNc
## 2328                                                                                                               MHOMER Large Utility Tote Bag Heavy Duty Grocery Shopping Bags with Reinforced Bottom Foldable Tote for Storage Bea… https://t.co/itw0NPDwdR
## 2329                                                                                                             s stern; and he gazed\nbeyond the whale’s place, towards the dim bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/ucGe1K7Vdy
## 2330                                                                                                                                                                                                                @BUB_BL_ES NOOOOOO send it to me please😭😭😭😭
## 2331                                                                                                                                                                @shahparism @bl_artcult @lamengana @pneumaninesix Many thanks my friend 🖤...and welcome 😌🙏🏻
## 2332                                                                                                                                                                            @chouyo_ BL SOULD BE A MUST READ IN SCHOOL. (did you read "Ubime No Etranger"?)
## 2333                                                                                                                    @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @BOURGEOIIS_ @klunk22 @ala_art_lab… https://t.co/Eggu3BgXXc
## 2334                                                                                                               MSC partner WAVE BL processes 100000 electronic bills of lading [ https://t.co/V30dX2X6SO ] With the announcement o… https://t.co/Oidta9G0hQ
## 2335                                                                                                               JLXJ Indoor Umbrella Holder, Modern Quality Umbrella Stand, Great for Umbrella Bucket for Front Door/Entryway/Hotel… https://t.co/a8H9D3kfYl
## 2336                                                                                                                                                            @MegDmrt omg the effort alsksk THANKIEW MEG also heh it’s nice to meet another fellow bl friend
## 2337                                                                                                                                                                     First in. Bagsied my favourite spot in Humanities 1 at the BL. https://t.co/p0QOPDpvfF
## 2338                                                                                                                                                    @WorldNfts @Morph_VGart @alulasit @delta_sauce @bl_artcult @KatalinaOoma @paschamo Thank you world! 🙌🙌🙌
## 2339                                                                                                               Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/2NAi7krgCs
## 2340                                                                                                             ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj… https://t.co/CVQrU6nMJ6
## 2341                                                                                                                Posts from Oil and Gas | Energy News Releases to 29/11/22 . OPEC daily basket price at $79.93/bl, 28 Nov. 2022 for… https://t.co/j2GIXelnFo
## 2342                                                                                                               My uncle daily routine work may be like as he is writing 5 serials simultaneously. \nMon -KB Tue-KKB  Wed -BL ,Thur… https://t.co/vNS7azaraq
## 2343                                                                                                               @BLcritic to having high end brands take them on for their campaigns. The views as well as the engagement and how t… https://t.co/eZKyuARyLy
## 2344                                                                                                                                                                    Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2345                                                                                                               @LaraHReid No worries, it's a very difficult concept to internalize and I'm not the best at explaining it, clearly!… https://t.co/7GfGm0tfkw
## 2346                                                                                                                                             When you do things with love, flowers bl\n\n&gt;_&gt;_&gt;_&gt;CN12&gt;_&gt;_&gt;_&gt; https://t.co/9neIeDOPem
## 2347                                                                                                               @BLcritic Also the reason I wouldn’t expect him to venture into BL again is because 2gether if we’re being honest h… https://t.co/PYeXmI6AmH
## 2348                                                                                                                                                                     @TheMadamCrimson Oh gods… sympathies. Mine gets to 32% and just hangs. Bl**dy updates.
## 2349                                                                                                                     @IRCTCofficial at jabalpur in Bl shramik  PNR. 6840097275 No water available in washroom and no cleaning as well. Again disappointing.
## 2350                                                                                                                                                                                                       God i really have such good taste in bl and kpop men
## 2351                                                                                                                                                                          And that’s why no one’s surprised about him being in a BL https://t.co/fWmgkueSAt
## 2352                                                                                                                                                                            i feels like this account for bl sht while the other account for NL or GL thing
## 2353                                                                                                               @BLcritic I agree with you! I’d actually be surprised if he decided to venture into BL again after the colossal suc… https://t.co/BSPhmtIM47
## 2354                                                                                                               GMMTV has a bunch of people who can actually SING but they are relegated to making covers once in a blue moon. Mean… https://t.co/UnhHQfYmLN
## 2355                                                                                                             December with a very jolly Capricorn in the 'Shaftesbury Psalter'\n\nBL Lansdowne 383; the 'Shaftesbury Psalter'; 12t… https://t.co/4AaJpCNiKi
## 2356                                                                                                                                                                                                                                  @omobabalaja you’re bl!nd
## 2357                                                                                                               BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists… https://t.co/PKAX84ZB9M
## 2358                                                                                                                           message 2 before mentions     @Maria_BL_ellv @laurance_a @EvilCircuits @VixDeLaQ  @AAK_Guild @i_poletaj… https://t.co/RMSrtIpZAm
## 2359                                                                                                                                                                                                                                                 BL anime 🫶
## 2360                                                                                                              #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022… https://t.co/9R5VeDWUpG
## 2361                                                                                                               Present at the European Industry and Energy Summit 2022 #EIES2022 at @BL_Chemelot to talk about the future of energ… https://t.co/7nxdYXe0DD
## 2362                                                                                                               @GreenpeaceAP @David_Ritter When is it time to take REAL action?? Theres going to be nothing left to save if we kee… https://t.co/J15V9KyNRL
## 2363                                                                                                                @Strawb3rryDunk @ppnaravit @phuwintang @NeverLetMeGoTH True . But that also means were competing with betweenus in… https://t.co/5zgzxOASuf
## 2364                                                                                                                                                                                   @thvracha @yeniology The guy who entered with the bike has acted in a BL
## 2365                                                                                                                                                                                                              @cookieracha_ semantic error it’s a bl kdrama
## 2366                                                                                                                @heroicendeavour Oh jeez I didn’t bother because I assumed there’d be mainly folks from iSchools, sector leads and… https://t.co/QFSvwsiJZG
## 2367                                                                                                               Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautifu… https://t.co/HIrYbSE7KN
## 2368                                                                                                                                              Whichever one you choose the bl@@dy thing will have less in it that it did last year. https://t.co/49zJTuotQT
## 2369                                                                                                                               Prothane 6-309-BL Black Rear Control Arm Bushing Axle Housing Kit C1IU99U\n\nhttps://t.co/qGrDW3tHD5 https://t.co/kWUUUDW912
## 2370                                                                                                                                                                                                                                @hyunlxed what is bl error?
## 2371                                                                                                               Lunsom Skull Shift Knobs Resin Shifter Head Most Car Transmission Shifting Stick Handle Fit Most Automatic Manual V… https://t.co/TsnxddhZhx
## 2372                                                                                                                                         @artbyhwang they were dongkiz but rebranded as dkz! you might know jaechan who was in the bl drama semantic error!
## 2373                                                                                                              I'm ur Abba Father. I am the Righteous Judge.\n\nMy courts are a place of joy n freedom for u because u've been MADE… https://t.co/24uIqTaYC5
## 2374                                                                                                             December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 3… https://t.co/ge1Fj9nYsj
## 2375                                                                                                                                                               @GioHassoun The fact that u answered where u'll actually be do u rlly think ana bl malja2? 😂
## 2376                                                                                                                                                                                                         le distanze a cui portano i bl... good for them fr
## 2377                                                                                                                                                                   @EianSolidsOFC excited to see you judge eian\n\nJUDGE EIAN ON GLOBE ONE\n#EianRances  Bl
## 2378                                                                                                                                                                                         @cookieracha_ that was jaechan! he’s also in the bl semantic error
## 2379                                                                                                                                    Just read this and I wonder who's going to jump on the possibility of gay swan coparenting BL 😆 https://t.co/FzdDUpmGEh
## 2380                                                                                                               @smhw123 @junkofzeart @MangaMoguraRE @SuBLimeManga they actually do for BL tho, all of recent releases are being av… https://t.co/sXk2Cjhnvg
## 2381                                                                                                                                 i have seen this group on tiktok they wwre gna disband but then they didjt and one of them is in a bl or something i think
## 2382                                                                                                                                                                                                        FUN FACT JAECHAN FROM DKZ STARRED IN A KOREAN BL !!
## 2383                                                                                                                          Ultime uscite BL in fumetteria: \n🔹All of you vol. 1\n🔗https://t.co/jt8ReigDKe\n\n🔹All About J vol. 2\n🔗… https://t.co/HEBD1SpLmu
## 2384                                                                                                             Who shall accuse u now, BL? Who shall condemn My Ch? No one.\n\nFor Christ Jesus, who died, n more than that was rais… https://t.co/AFmU21fV1k
## 2385                                                                                                                                                                                                  The way jc starring a bl got his group to perform in mama
## 2386                                                                                                                                                                                                                  THAT'S THE BL GUY https://t.co/d27qfjxXgR
## 2387                                                                                                                                                                                                                          is this the group w thé bl member
## 2388                                                                                                               I know Weak hero class 1 isn't BL but... HOW THE HELL CAN U EXPLAIN SHI EUN'S STARE AT SOO HO?? The tension in ever… https://t.co/DLYf8hSVJB
## 2389                                                                                                                                                                                                       @bubibbiu The bravery to open bl acc in the crowds 🤣
## 2390                                                                                                                                                                              the bl fans propelled the momentum to get dkz to this point its kinda amazing
## 2391                                                                                                               PUUUCI Silicone Case for Google Nest Hello Doorbell (Battery) Cover - Weatherproof Protective Silicone Doorbell Ski… https://t.co/ZRLzyxJlxM
## 2392                                                                                                                    [Girl's Maniax Original (BL) (Various)] DLsite Girl's Maniax Anthology Vol. 5 -Mesu Ochi- [JP] - MyReadingManga https://t.co/XvLZw3Uy1N
## 2393                                                                                                               BLITZU Compression Socks Men, Knee High Socks For Women 20-30 mmhg  Best Compression Stockings For Leg Pain Relief,… https://t.co/QLWMKx0EWU
## 2394                                                                                                                                                                                                               @AdelekeFunmi18 @Ziyechman That na bl@@@@@st
## 2395                                                                                                                                                                                                                            THE BL GUY WNTERING WITH A BIKE
## 2396                                                                                                                                                                                          damn jaechan really brought his group out of nugudom with that bl
## 2397                                                                                                                     @BigBootyJudy_14 @CaribBros And to get second bl form thats need a boss drop make it drop from each charater story after u finished it
## 2398                                                                                                                                                                                                                               oh that group has the bl guy
## 2399                                                                                                               @_OmPlayz @urfavcatpun nothing happened its in ep 13 the synopsis and BL confirmed Luka is gonna travel with his fa… https://t.co/w0yoJ3Sb9f
## 2400                                                                                                                                 Also- we need to stop fujoshis that make yaoi and BL bc I'm tired of the horrible rep and fetishisation of my sexuality /c
## 2401                                                                                                               2022 Newest Android Car Stereo for Toyota Camry 2008 2009 2010 2011, 9 Inch Touch Screen Radio Player with GPS Navi… https://t.co/Q2rXlKkZFi
## 2402                                                                                                                Old Xians safety is more important than our reading comfort. they can, will and already did get in serious trouble… https://t.co/laVHkVpZXo
## 2403                                                                                                                                                                                     @GioHassoun Most probably m3k ha2 bs khaline onbosit bl mawjud hl2 :')
## 2404                                                                                                               @iPrinceSaviour @Jack_ng01 @JosephOnuorah @_weyimi @Nkemchor_ @TakeBackNaija_ @FS_Yusuf_ @ChudeMedia @ChigozieIAlex… https://t.co/0qlCo6LM4s
## 2405                                                                                                              @urfavcatpun in ep 13 which we haven't seen yet according to BL \nLuka leaves the country with his father to protect… https://t.co/mXnoIVBI7H
## 2406                                                                                                                                                               If i make an artbook... It'll be so BL... Is it ok if i just make it like ocs and stuff tho-
## 2407                                                                                                                                                                                                       @hualianrot BL in general. \nI have the same feeling
## 2408                                                                                                                   Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/zGD7mDpNwJ
## 2409                                                                                                               OPEC daily basket price at $79.93/bl, 28 Nov. 2022 https://t.co/mo2QatQRLK Nigeria recently established its five-ye… https://t.co/NYouqrzEXA
## 2410                                                                                                                                                           @JinkiWaistPls I'm lucky it's after working hours for me, tho I wish they did BL for both days 😭
## 2411                                                                                                                Our kings! The IT couple of Thailand!! BL legends @milephakphum @Nnattawin1 #MileApo #MilePhakphum #Nnattawin ✨🙌🏼💚 https://t.co/tY8O5oUbqI
## 2412                                                                                                                When I'm not reading SPYxFamily, I'm reading I Mingled With A CEO: The Daughter's Return!\n \n#BITEOST #fanart #bl… https://t.co/YvCF9sKGsw
## 2413                                                                                                               @billawki I see 😯 certainly, fujoshi is someone who likes bl. my idea was not someone who only liked bl, but someon… https://t.co/9983VAHQHY
## 2414                                                                                                                                             Sequoia’s Sonya Huang: Generative AI hype “absolutely justified” - Protocol by @ \n#AI https://t.co/TzK2QwXkrS
## 2415                                                                                                                                                                  @Agavegator Fr altho there are recent BL/yaoi that feature sub tops &amp; dom bottoms too
## 2416                                                                                                                                                                                                                      i loooooove the old korean bl films 🥺
## 2417                                                                                                               @bl_4_eva @MSuppasit Awwwww Sammieee!!! Happy bday bub!!!! Wishing you the happiest day and lots of love all this y… https://t.co/h96OrBXvqt
## 2418                                                                                                                                                                                                                     did someone watch bl #PleaseTellMeSo ?
## 2419                                                                                                               Plan and tbh I ain’t mad I want bl in its two slots the dark vs the normal bls like they planned Tuesdays seem like… https://t.co/Mmg5DFu94J
## 2420                                                                                                               Yeh they had Monday-Tuesdays for the lakorns Wednesdays Thursdays for the romances and Fridays for BL Saturday used… https://t.co/pSAiHMtyp9
## 2421                                                                                                               Etching of the astronomical clock in Lyon Cathedral with its several dials and allegorical and decorative figures a… https://t.co/uQd5HhAe6O
## 2422                                                                                                                                                                              @Kunzirio PHAHAHHAHA YES THAT and same and watch bl and kdrama and my anime😻🥰
## 2423                                                                                                               I wouldn't expect him back in the BL world anytime soon. He is exactly where he wants to be. Congratulations to him… https://t.co/bUjm7t2xJy
## 2424                                                                                                               @EngMartyrSchool This made our hearts sing! Thanks so much to all the brilliant authors and illustrators who made b… https://t.co/oGArQLKAxX
## 2425                                                                                                                                                                  there are so many #THAT fandom on bl twt it makes my head hurt why can't yall be normal 💀
## 2426                                                                                                                                                                                                                                         @AdriianoDott Pass
## 2427                                                                                                                                                                                     @totheyearning bl fandom is where critical thought and words go to die
## 2428                                                                                                                @patpr4n I get what you mean but i'm a KP fan too (i watch/love a lot of BL)... please, don't generalize too much,… https://t.co/FGs0S35oVO
## 2429                                                                                                                                                                                  @aguilar_ve @bl_artcult @lamengana @pneumaninesix Oh very nice\nThank you
## 2430                                                                                                                                                                           @kieranjol For NT see https://t.co/iGeBxSxlJa and BL see https://t.co/gnX8F2tf8K
## 2431                                                                                                                                                                                                                                       @LucaVaran Fucklespd
## 2432                                                                                                                    Not BL but highly recommended! 🤭 I really love the chemistry between the main leads! 🥰💕 https://t.co/IVIU0VxI2L https://t.co/0j8D3nMa3j
## 2433                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult Peaceful Mind\n\n"She looked like a mermaid, peaceful and calm, her eye… https://t.co/Himgzg3PZA
## 2434                                                                                                                                                    @Naawiell Unexpected Falling ☺️ Not BL tho. But niceeee...I love the chemistry between the main leads 💕👍
## 2435                                                                                                                                                           Exploring registers of East India Company discharged soldiers 1820-1882. https://t.co/qCChrhKBzG
## 2436                                                                                                            🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌… https://t.co/hDidTcyy2o
## 2437                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nIn your arms\nA person with a pure heart sees… https://t.co/aQEcnUG7AP
## 2438                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult If you follow the replies, you'll find the story.  Sorry, I made it a… https://t.co/7490znTWRB
## 2439                                                                                                                                                      Lemme already apologise to my bl moots for the person I’ll become once dkz starts performing at mama🙃
## 2440                                                                                                                                                                     blue lock mangaka would make a killing making bl manga... that artstyle is CLEAN clean
## 2441                                                                                                         Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in be… https://t.co/pDbdvyS0L0
## 2442                                                                                                               @BLUPDATE2022 I think maybe a shoulder to cry on will come out on December as they already listed it on Viki if not… https://t.co/iAvQPMoWYt
## 2443                                                                                                                                                                                                                         ✨️Become a BL comic artist cutie✨️
## 2444                                                                                                                                                      Gonna do some comic reading\n \n#comicspa #bl #ink\n\nhttps://t.co/pKkIjjuEzN https://t.co/SeMNdkCMqC
## 2445                                                                                                             — MILE TIME 💚\n\nLet‘s vote for our beloved mile! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :… https://t.co/dBdASUOGNc
## 2446                                                                                                               Schalke and Cologne are interested in Nathanaël Mbuku, alongside Olympiacos FC from Greece, according to @sebnonda.… https://t.co/hSpf6qbCAd
## 2447                                                                                                               @IanJamesMartin4 @catherinemginn @LGalloway77 Then they are doing a bl**dy good job  I'd say. Well on course to ach… https://t.co/nuTZdyMHTj
## 2448                                                                                                             while\nfrom others came a sound of carpenters and coopers, with bl\n__iherb_promocode_promo_rewards_voucher_code_disc… https://t.co/OEhOW5gCb5
## 2449                                                                                                                                                                                                   i love having a lot of korean bl https://t.co/qQ0APc9Wx8
## 2450                                                                                                                                                      i wanted to ask my classmate if she read a certain bl and accidentally told my friends that i read bl
## 2451                                                                                                                                                                                                             Felt so at home coming back to u, our bl world
## 2452                                                                                                                Owlyee 3 4oz Travel Bottle with Disc Top Flip Cap (5PCS) Empty Plastic Container for Shampoo, Lotion, Soap (100ml,… https://t.co/YinFGll3HE
## 2453                                                                                                               @BLUPDATE2022 True though, at 1st i didn't wanted to watched bcoz i thought it wud b an ancient type of bl drama bu… https://t.co/7cbKshQzY6
## 2454                                                                                                                     @jaehworId YUP AND I FINISHED A WHOLE ASS BL DURING THE NIGHT LIKE STARTED AFTER DINNER AND FINISHED IT AT 3:30AM ON THE LAST SUNDAY😭😭
## 2455                                                                                                                               @junkofzeart @MangaMoguraRE @SuBLimeManga Wish they license more BL tv drama or Jdrama in general. They go really unnoticed.
## 2456                                                                                                                                                           @GMMTV @ppnaravit @phuwintang The BL series of the year is finally here! https://t.co/IvE68eJZeH
## 2457                                                                                                                                                                               My #minsung here As if they came out of BL drama 😣✨ https://t.co/swYNKrfoM3
## 2458                                                                                                           Check this fascinating #artist: #Lebanese🇱🇧 #RockMusic pioneer &amp; #humanitarian @Lydia_Canaan and listen to her song… https://t.co/exASQoTaRH
## 2459                                                                                                                                                                                                                Anty Ma mA twy bl loe chin tr apyit lr byar
## 2460                                                                                                               Happy birthday to this baby but also I hope there’s good thing for you in the future I hope we see you again with a… https://t.co/7dfRAzDAXt
## 2461                                                                                                                                                                                                           ok ima do smash or pass BL ver mute me if u must
## 2462                                                                                                                           @MangaMoguraRE @SuBLimeManga @TaifuComics 1M copies with 6 volumes 😱 why are there no more BL anime if the manga sell so much. 🤔
## 2463                                                                                                                                                                       this BL sex scene making fifty shades of grey looking like a hallmark kiss like woah
## 2464                                                                                                               — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :… https://t.co/0BE53OWEhO
## 2465                                                                                                                @JoGibsonWriter @TillyLovesBooks Become a Reader at the British Library. It's... (as above, but substitute "novel"… https://t.co/uGMTGIFBMG
## 2466                                                                                                               hacker dude was throwing slurs back and forth but got scared of some bl manhwa panels? and called ME weak? get outt… https://t.co/cUy9bJinmO
## 2467                                                                                                                @Sai76739 In case you're unable to find this email in your inbox, please do check the junk/spam folder. Appreciate… https://t.co/tFhzjkneCK
## 2468                                                                                                               @fubroshi I've seen enough of Thai BL fandom to know that stuff like this is really about the actors they prefer, b… https://t.co/Hj2n8BoqJB
## 2469                                                                                                                          Bl stans using words like "media literacy" and it's just the dumbest take to justify their fav's character i had a good laugh ngl
## 2470                                                                                                                         @Ansel_Easton @pat_hm I was going to say the ghost of Kyler manu haunts us but Henry being a miss is the whole reason manu started
## 2471                                                                                                                                                                                        And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 2472                                                                                                                                                                         “Troub in de fam! Ees what for?” He took an ancient bl     https://t.co/KFarugLWkj
## 2473                                                                                                                                                                            @KenamiRBX @_younite @NyxunRBX Yo is this gonna be a new game of is it still BL
## 2474                                                                                                               kwmobile Origami Case Compatible with Kobo Libra 2 - Case Slim Premium PU Leather Cover with Stand - Girl Tree Swin… https://t.co/VjxMT5Dt6D
## 2475                                                                                                                                                                                                   @tanniesgay Even they kissed 😭😭😭\nBl I'm watching rn😭😭😭😭
## 2476                                                                                                           The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/K9q7RprXDA…\n\nPleasego… https://t.co/rVnc4w3NSu
## 2477                                                                                                               @queertangerine @GreenRibbits @allecsirp48 @GINA__BEARS bl fans try to come at MA's acting and chemistry. MA's chem… https://t.co/dDE4uz89M1
## 2478                                                                                                               @queertangerine @GreenRibbits @allecsirp48 @GINA__BEARS tbh i have never been in the bl community before kpts but i… https://t.co/xhfRY048Bq
## 2479                                                                                                                                                                                                               Is this a BL drama ? https://t.co/mhGN6FNkv7
## 2480                                                                                                                                                                                                       @Sufy2_ Are you bl*nd or d*ft? That's fake you id*ot
## 2481                                                                                                                                                                                                                              @bl_artcult @CatEldria I hope
## 2482                                                                                                                                                                                       i cant bring myself to wach ph #bl yēt~~~💥💥💥 https://t.co/hqQgbtjiOI
## 2483                                                                                                               BNKANG Lunch Bag Insulated Lunch Box - Durable Insulated Lunch Bag Reusable Adults Tote Bag Lunch Box for Adult Men… https://t.co/8h1C2GFPSV
## 2484                                                                                                               Bling Car Accessories for Women, MAIMEIMI Bling Car Accessories Set,Bling Steering Wheel Covers ,Bling License Plat… https://t.co/eghpOXRFkt
## 2485                                                                                                               xcivi Silicone Cover and Lanyard for Tamagotchi On Virtual Interactive Pet Game Machine, Updated Version Without Ca… https://t.co/xueHuzNl0d
## 2486                                                                                                                RT TwinkPsyncer: if i had a nickel for every twin character who lost their more confident twin in a tragic auto accident for which they bl…
## 2487                                                                                                                                                                                          Roll on the 18th December. Fed up with bl**dy football.  #R4Today
## 2488                                                                                                               MP3 Player, Frehovy Music Player with 16GB Memory SD Card with Photo/Video Play/FM Radio/Voice Recorder/E-Book Read… https://t.co/oEpzILzmRC
## 2489                                                                                                                                                                                                            Make dem sha no Bl*w 😂🤌 https://t.co/HVAVh9yzlq
## 2490                                                                                                               It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisse… https://t.co/WZtP3inUzq
## 2491                                                                                                               @Skarrow9 It was only last year we had Season of the Hunt, which for all intents and purposes is arguably the dries… https://t.co/c96Uek68OZ
## 2492                                                                                                        @StrayKStream @skzloml_ @Stray_Kids MANIAC ONES HAVE ARRIVED\n#StrayKidsAt2022MAMA\n#スキズMAMA大阪上陸\n#스트레이키즈_2022MAMA\n@Stray_Kids\nUb bl
## 2493                                                                                                                                                                                                         New BL series from One31?? https://t.co/TGMK3gLVJq
## 2494                                                                                                         bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female cent… https://t.co/EfJx3Ug0bo
## 2495                                                                                                                                                                                                         @jaehworId @rutovines btw u a bl stan? u better be
## 2496                                                                                                               I'm also hiring a Postdoc (1.5 year) with expertise in graph databases, ontology creation, linked data, and graph r… https://t.co/Onp9A68Jcx
## 2497                                                                                                           80% off : Addons BAG-TOT-168 Women Black Black at ₹718.\n\nhttps://t.co/iZA71TMgjk\n\n85% off : RL Daisy Quilted Leathe… https://t.co/3c6nTd3g58
## 2498                                                                                                                                                                                          @illustrata_ai @joynxyz @amli_art @bl_artcult Awesome contest!🔥🔥🔥
## 2499                                                                                                           #LED #Bulb #Light 12W\nModel: WS-BL-12W\nPower: 12W\nLight Base: E27/B22\nInput Voltage: AC 85-265V  50/60Hz    ( DC12-… https://t.co/9DdWpGanFg
## 2500                                                                                                                   The plot of "Marriage in a Heartbeat" is like a roller coaster of emotion. It's riveting and full of surprises!… https://t.co/VqQhL2ApVM
## 2501                                                                                                                                                                                                                                                     Not BL
## 2502                                                                                                                                                                                                                @blooxmelodies Just watch any Vietnamese bl
## 2503                                                                                                                        Kohler 9132-BL Round Shower Drain for Use with Plastic Pipe, Matte Black DJLT1CR\n\nhttps://t.co/7Weag0cWJg https://t.co/y3JQZXlfJh
## 2504                                                                                                             Lawrance as well.\n\nI also think we are likely to see familiar faces for the first few games and these new players e… https://t.co/iyTKx3cO4Q
## 2505                                                                                                                 @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @BOURGEOIIS_ @klunk22 @ala_art_lab @Nika_Rakhmanova… https://t.co/7XRfRs6xbF
## 2506                                                                                                                     #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.… https://t.co/EVCBp6LE2G
## 2507                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult Even though we are not strong, we always try to look fine and strong.… https://t.co/Uyuw81JE2h
## 2508                                                                                                          rating: 15/10\n\n- i love the cute romance scenes\n- i enjoy the emotional frustrating plot as well\n- "uenoyama-kun"\n-… https://t.co/Clxiccdiv5
## 2509                                                                                                                                                                                                                  @ToMySunflower19 Awww thankyou lovely xxx
## 2510                                                                                                                                                 @onigriomi @zoomtsum This but whenever I have a partner and they call me by my name instead of a nickname🤧
## 2511                                                                                                                                                                                                     sometimes, cringe bl anime named Gravitation...is good
## 2512                                                                                                                              This manhwa is awesome! I can't get enough of it!\n \n#school #BL #lookism\n\nhttps://t.co/PUPR7JvwDi https://t.co/iE0cQVH24j
## 2513                                                                                                                                                                                          @megz6344 I don’t think he will leave BL and I hope he doesn’t.🤞🏽
## 2514                                                                                                                                        nugu boy group who blew up bc one member acted in a BL getting invited to mama but not queendom winner that’s weird
## 2515                                                                                                                                                                                @punxkilled my irl nickname comes from a fucking omega from a bl omegaverse
## 2516                                                                                                               @Waddy1 @UKRobBoxing After this morning you could watch one of the 1300 ko games at 10 tomorrow on catch-up tomorrow...Same for the 1600 ko🤣
## 2517                                                                                                                                                                                                          stray kids now or i bl    o     w up the building
## 2518                                                                                                                                                       Gonna do some comic reading\n \n#miko_ #BL #myart\n\nhttps://t.co/7pWXxtO35x https://t.co/UbWNHHSG37
## 2519                                                                                                                                      @voodookunt Oh please, bl twt is like kpop twitter but with bad taste and even worse opinions, you ain't missing much
## 2520                                                                                                               Yeah, I will never understand the decision making on this. They had a fan base, they had a cast, they were riding o… https://t.co/cOflReSoHR
## 2521                                                                                                                                                                                                                                    @bl_hkg Omgggg! Hoping!
## 2522                                                                                                                                                                                                             @Stixx1979 @HarryMcNally00 Waterlogged mostly.
## 2523                                                                                                               @hermit_wanderer @TylAshke @LiirBL From my understanding it has a BL aspect but it's not necessarily BL because it'… https://t.co/ngbbjuL1QH
## 2524                                                                                                                                                                                                                 Its a BL\nBecs i said so\n #WeakHeroClass1
## 2525                                                                                                                                                              @ChefOnTheCorner Terrific that..been on many a train based tour in Europe, it's the bollocks.
## 2526                                                                                                                                                                                           @ManekiNekoAIArt @lemonde2d Congrats 🎉 🙏 and cheers @lemonde2d !
## 2527                                                                                                                                                                                                                                     @bl_artcult GM Black 🖤
## 2528                                                                                                               @prananon @ziwats I am being honest. TharnType is bad. Was my first Thai bl and my expectations stooped real low fo… https://t.co/OophJQH4FJ
## 2529                                                                                                                                 @Waddy1 @UKRobBoxing Yeah, all the final group game rounds, in each group are simultaneous so as not to advantage anybody.
## 2530                                                                                                                                                                                 @kchartsmaster @dkz_dy One member play BL series and save the group 👏🏼👏🏼👏🏼
## 2531                                                                                                                            @deeperflows @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart… https://t.co/JbzvMyGn9N
## 2532                                                                                                                                                                                                   @jodanspace No 1 dan 4\nThe best jbl\nThe best taiwan bl
## 2533                                                                                                             Dark Heaven was THEE best Bl manwha I've ever read hands down. \n\nTragically, it was too ahead of its time with it's… https://t.co/jd2pnpzPpc
## 2534                                                                                                                                           new bl manwha this new bl manwha that\n.\n.\n.\n.\n.\n.\n.\n.\n.\nyou will never be them https://t.co/h4BaVnrEbe
## 2535                                                                                                                                                                                                                         @psychiizu AND ALSO I NEED BL RECS
## 2536                                                                                                                 @myadrinette @urfavcatpun its a on and off thing they are going but we know there will be a official kiss with them soon BL confirmed that
## 2537                                                                                                                 @myadrinette @urfavcatpun its a on and off thing they are going but we know there will be a official kiss with them soon BL confirmed that
## 2538                                                                                                                                                                                                     wait why the fuck is twitter giving me bl / ya01 stuff
## 2539                                                                                                                                                                                                            @bl_hkg Thank you! Wait for the good news na! 🥰
## 2540                                                                                                               NP NIGHT PROVISION DUO-120 Red/White Strobe Back Rear Bike Light USB Rechargeable COB LED Lights PSR-120 Police Pat… https://t.co/FbxFfH2fD3
## 2541                                                                                                                       Thankyou for my HBD 🎂🥳🎉 message @MSuppasit 🥰\nI love you loads 😘\n#WaanjaiMewGulf \n#MewSuppasit \n#MewGulf… https://t.co/vSk7bx9R1g
## 2542                                                                                                                5) Most Popular Thai BL Cp:https://t.co/R7wEoqWeij\n6) Thai drama OTY: https://t.co/EAQdn1yjaB\n7) Fav Thai BL Cp:… https://t.co/wHJZp8GPJQ
## 2543                                                                                                               @ANDIETHEASPIE69 @CocoaFox023 It's because of that one gay kiss and that Tim Allen (who's a republican) didn't voic… https://t.co/ANdIc7NrYY
## 2544                                                                                                             shoulder, the dirt and rock of The Edge\nobscured more and more of the bl\n_ounass_promocode_promo_bath_and_body_work… https://t.co/of2LVqGEZH
## 2545                                                                                                                                                                                                    Bl*nks are so funny I swear😂😂😂😂 https://t.co/hC4kcuDhXu
## 2546                                                                                                                This image sums up 80% of my the 30~ pages academic thesis I wrote about the androgynous bishounen trope and BL in… https://t.co/J4qmkafxQ8
## 2547                                                                                                                               Check out this product Rose - Scarlet G - Blue  \nby Blush Novelties starting at $23.95. \nShop now… https://t.co/aEmmkQ6DfV
## 2548                                                                                                                  If you’re being really accurate, this one isn’t strictly tokusatsu or BL but it’s kind a bit of both in a way 😆😆😆 https://t.co/6FLkhzbPVh
## 2549                                                                                                                                                                 @yumehisas op not wanting to see the word ya*i is me after reading the worst bl story ever
## 2550                                                                                                                📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new… https://t.co/LDgyCTUxNh
## 2551                                                                                                                                       another facts about emma myers, she also followed the untamed cast anjay is she into bl? 😭😭😭 https://t.co/q8Uy8DLnRr
## 2552                                                                                                                                                                  Mii2 is so cute and cool💞\nI'm happy^^♪\n#Mii2  #DMDCharity2022 https://t.co/ItzGSXnhOR
## 2553                                                                                                                                                                                         @Anyainthesky @REALLYREVIL nunew from cutiepie the series, Thai BL
## 2554                                                                                                                                      If this is some kind of spoiler for your stage performance, Imma pass out. Fire and ice? Wow! https://t.co/RwGcxdOUYV
## 2555                                                                                                              Question:\nI'm transcribing this edition of reynart the fox printed by Caxton and I noted, that he uses round r to s… https://t.co/q6ZcmY3jlZ
## 2556                                                                                                    We follow back ✊\n\n@OzsariNejla \n@Yavuzkaan1453 ☕\n@F03427\n☕@_1Ellaa\n@susbiq\n@20ysf1 ☕\n@HzrYldz75342731 \n☕@21KAREL… https://t.co/1DCmQEicmC
## 2557                                                                                                                                                                                                            @FabrizioRomano @BL_LatestNews What happened ?
## 2558                                                                                                                                                                           @Afolashade___ Only a fuuul like you defends rubb!sh because of bl!nd stanship 🤡
## 2559                                                                                                           @Charity49133192 I just happy &amp; hope but again nothing is confirmed, preliminary data collection from fans only! At… https://t.co/x7VJd44sNS
## 2560                                                                                                            ty, he only drinks the tepid tears of orphans.\n\nBut no more of this bl\n_tv_promocode_nice_promo_citruss_one_niceone… https://t.co/qeoy8hrwS7
## 2561                                                                                                               QIELIZI 7 Inch Squatting Toilet Stool for Adults, Poop Stool for Bathroom and Toilet, Step Stool for Kids and Adult… https://t.co/7gftbDmuxU
## 2562                                                                                                                                                                                                                                 WAIT GIVEN IS BL?!?!?!!?!!
## 2563                                                                                                                                                                                      @vegascore Let's be honest, by ep 11 no one cared about KP anymore. 😅
## 2564                                                                                                                @weenakohi2 So after a few beers and a few episodes of his BL series, wwx leisurely touches his crotch, rubbing it… https://t.co/cIEJdeWx33
## 2565                                                                                                                                                                                               the chokehold gmmtv bl and studio wasabi has on me is insane
## 2566                                                                                                                                      @_sara_jade_ @sunriseon7 @AmandaRishworth @Barnaby_Joyce And not much life at all going on there with the Barnaby BL.
## 2567                                                                                                                                                                     Someone broke through my barriers.... I said "I love you" #RAGEQUITLIFE Bl #RicchanBot
## 2568                                                                                                                                                                                    Quatre Salision was just seen in the BL  aisle! https://t.co/6AAD8bWxTB
## 2569                                                                                                                                        @WorldNfts @Morph_VGart @alulasit @delta_sauce @bl_artcult @KatalinaOoma @WisnuPradanaArt Thank you so much Fam ❤️🙏🎨
## 2570                                                                                                                                                                                              imagine if i could make a bl that's just a reskinned tomowata
## 2571                                                                                                                                                                           I mean bl only did get their debut song then promoted in Japan for a long time ☹️
## 2572                                                                                                                                                                                      We’re going into the capsules tonight and we’re going to this planet.
## 2573                                                                                                               According to my calculations, given the permanence of the climate, the remoteness from the nearest light source, th… https://t.co/UGTo6zmOfy
## 2574                                                                                                               We have found a planet suitable for us to live on. Our engineers have repaired the ship. It’s been a tough few days… https://t.co/jRejC0vr2O
## 2575                                                                                                                                                                                         Bring them back. We're hurting 😭#VegasPete https://t.co/YbbcSCiGzO
## 2576                                                                                                              𝘥𝘯𝘪 𝘪𝘧 𝘢𝘴𝘴𝘰𝘤𝘪𝘢𝘵𝘦𝘥 𝘸𝘪𝘵𝘩:\n- pedophilia, z00philia, maps, transphobia, homophobia, d3ath threats, -13, proshipper, dsm… https://t.co/I7EgRMnSfD
## 2577                                                                                                                                                                         @bl_hkg Hey dear. Do you mean this plan is for MA or the other artists you love? 😮
## 2578                                                                                                               @rvinpeaxe I'm in lol I started this whole thing with #BusinessProposal  and I'll keep going with BL office drama l… https://t.co/CNTOEMAVJJ
## 2579                                                                                                                                                                                       @coffeewing Lol the way there are more toku than bl in this list 😆😆😆
## 2580                                                                                                               Serta Executive Office Adjustable Ergonomic Computer Chair with Layered Body Pillows, Waterfall Seat Edge, Bonded L… https://t.co/0fKWB0RVZf
## 2581                                                                                                                                                                        Oh, so working in a BL series is the reason 😌\n#หวานใจมิวกลัฟ https://t.co/nNQ808rfJU
## 2582                                                                                                               with all due respect, how can you say that you are fetishizing bl???? dont use that word lightly, try doing nore re… https://t.co/SrkdbLFRlW
## 2583                                                                                                               CYCWEAR Cycling Underwear Shorts Women's 3D Padded Bicycle Bike Riding Shorts for Outdoor Sport Indoor Exercise Bik… https://t.co/Zfn0a86uY0
## 2584                                                                                                           🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popula… https://t.co/4y42vnM08t
## 2585                                                                                                                                                                        mehtaga had ydo2 el chipsy el bl kfc da w y2oli worth to ruin the diet for wala la2
## 2586                                                                                                                                                                            @GutsnPuck Goats invading everyone's faves in bl 🫡 but we don't complain lol 🔥🥹
## 2587                                                                                                                              @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by… https://t.co/3m8fNhBz1B
## 2588                                                                                                               Outdated transaction methods cost the #healthcare sector $250 billion each year. Digital solutions are a powerful t… https://t.co/tflFRpTvD2
## 2589                                                                                                                                                     @AmamiVenice Because I have a lot of female friends like bl so I thought girls must be like it so much
## 2590                                                                                                                                                        @ClaireGroves19 @KateWri73477570 @OPA_BL @OAHemsworth @PATCarletonHigh @WakefieldMusHub Brilliant 👏
## 2591                                                                                                                                                                                                     @kchartsmaster @dkz_dy where’s the bl guy? Chu Sangwoo
## 2592                                                                                                                                                                the only reason i want a boyfriend right now is so i can have inspiration to draw bl again.
## 2593                                                                                                                                                                                                              @VIGlLANTESHlT is not a bl, but is still good
## 2594                                                                                                              @Mile4Life_ @milephakphum @milephakphum  #2M4FLowWithMile\nCongrats for reaching another milestone! 🥰 Your one of th… https://t.co/dT8ztaif2B
## 2595                                                                                                                     @kittyporous We can do it\n\nKDLEX Sweethearts #RAWRAWARDS2022\n\n#AlexaIlacad |  #KDEstrada \n#KDLex | #PETAWalangAray \n\nBarnaks bl
## 2596                                                                                                                                Prothane 4-1008-BL Black Rear Spring Eye and Shackle Bushing Kit 2JEQPDS\n\nhttps://t.co/mxJsughGuG https://t.co/pPMLYIx5ZC
## 2597                                                                                                                                                                  Oh, no bl for 1st day😢maybe taem will be there that day?\nPlease give us a lot of fancams
## 2598                                                                                                                          Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link:… https://t.co/eq4oYSShUk
## 2599                                                                                                                                                             Lutron SFSQ-FH-BL Electronics Slide Fan Speed Control Black MU3DTSB\n\nhttps://t.co/W6gxEwh4iI
## 2600                                                                                                               When my merman boyfriend asks me to hatch eggs for him...🧜‍♂️🌊\nExecuse me?!😡 \nI am a human! Stop ur non-sense jokin… https://t.co/OZHRCnzWP4
## 2601                                                                                                                                                                                                 @simpingforapo Hey relax , let it go, let it go! 🙏🏻💚💛🍒🥐🐻🐱🥰
## 2602                                                                                                                                                                 @HMBoehmond @JMReynolds And yet which person out of the two of you has BL published books?
## 2603                                                                                                                                                                                   Fab article for the 'difficult' Act 4 of R&amp;J https://t.co/5uxxLHyH9b
## 2604                                                                                                                                                              that mafia series stans [EVEN THOUGH IM PART OF IT LMAO] i just can't with those toxic ones 🫠
## 2605                                                                                                                                                          im fighting the hacker someone send me bl manhwas https://t.co/Z7yFZVhq4m https://t.co/xQzoeO5jjD
## 2606                                                                                                            5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (alle… https://t.co/Gqg7sFp5yu
## 2607                                                                                                               Vestil BCD-7636-BL Stackable/Portable Barricade, Virgin Polyethylene with UV Stabilizer, 5 4 gal Water Capacity, 76… https://t.co/OuC3fqaF0B
## 2608                                                                                                           MiLin Blackout Cordless Top Down Bottom Up Blinds for Windows Shades Blinds for Custom Cut to Size Blinds &amp; Shades,… https://t.co/cXyMmPV3Yu
## 2609                                                                                                              and made her to eat rice cooked by her husband's bl**d, and she was at the age of your own wives.\nMothers lost thei… https://t.co/H5euIUjqVY
## 2610                                                                                                                                                                                                                            RIGHT 🥲 https://t.co/p3fP8dlq4C
## 2611                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult "Don't go" started in my mind as a piece trying to express grief, but… https://t.co/wympEYxjrl
## 2612                                                                                                                                                                                        Someone pls suggest some BL dramas the complete one not the ongoing
## 2613                                                                                                               Derpras 16 Inch Square Rain Shower Head, 304 Stainless Steel, Ultra Thin High Pressure Bathroom Rainfall Showerhead… https://t.co/av3mOVruLo
## 2614                                                                                                                                                                                       @incstkiller Omg thya one pic of "whos grandpa looking at bl bruh" 😢
## 2615                                                                                                                                                                                                               me to @forpondphuwin https://t.co/3CoIPcftKc
## 2616                                                                                                               I want to say, NO! BBB aren’t the most genuine BL ship that exists. They never will be. Please don’t make me laugh.… https://t.co/Atuk0rxSsW
## 2617                                                                                                              I think I’ve confirmed we’re all living like we’re in Not Me\n\nComatose and waiting for our long lost twin to screw… https://t.co/Wrr2hPfaDy
## 2618                                                                                                               @amli_art @illustrata_ai @joynxyz @bl_artcult Feel like finally found my style because of those. Have a couple of m… https://t.co/4spkndg3ru
## 2619                                                                                                                                                                                       @mrtdqse what bl@de did you use abd did you put much pressure or no?
## 2620                                                                                                                         @iminescent @bl_artcult @HODLFrance @DionMedici @IrrecusableNFT Don’t know, there is no text … but it isn’t really relevant here …
## 2621                                                                                                                                  The manhua has been feeding us so well\n \n#illustration #bl #animator\n\nhttps://t.co/Zf922h4rx7 https://t.co/Zv3n5h8jB3
## 2622                                                                                                                                                                          @dizzi4me And the cops didnot feel necessary to ask....bl and their ultimate cops
## 2623                                                                                                                   WL Overall @_Jarimo_ @Jayjay131996 @Dracogrid @johnnysimmen @skyzz2k08 @hunter4sberg @SendsRus @fightinggamesd1… https://t.co/PT3I9ggHqi
## 2624                                                                                                                                            Gonna do some comic reading\n \n#KeepBingingYJ #bl #bilibili\n\nhttps://t.co/GwzFtdUtKY https://t.co/nSDHdr9LIJ
## 2625                                                                                                                                                                 Do You Underestimate the Impact of Being Kind? #attitude #kindness https://t.co/3fBN3V5pOo
## 2626                                                                                                                                                                he's got heart eyes for a phatt dick 🤭\n\n#yaoi #bl #manga #yaoitwt https://t.co/0VqMkog3Yl
## 2627                                                                                                                                                                                               Her bl@ck genes made no noise i fear https://t.co/JAfYwCE2q7
## 2628                                                                                                               @RaeGun2k I was lucky to find a CR10-S5 on craigslist back in the spring, only $180 and with a BL touch. I upgraded… https://t.co/UkwaqBDPLL
## 2629                                                                                                                            @Sapphirebunny2 i'm so used to seeing gulf with that red outfit in your tweets that i thought it was gulf. i'm sorry taehyung😭😭
## 2630                                                                                                                                  @JDfromNY206 KO vs Roman I quit match - KO has the match won and the BL turn of Sami to make KO say it think Edge vs Finn
## 2631                                                                                                                                                                                                  @ibloomlikenew just like bl manga then it seems... lmao 😔
## 2632                                                                                                             Can U all Vote for this For MileApo 💛💚❤️\nThe Gap is very small now \n\nPOLL: The Best And Most Popular Thai BL Couple… https://t.co/FfEPU9NLUV
## 2633                                                                                                                      Hayyy I should stop reading bl manhwa &amp; start reading my psychology textbooks instead. I'M NOT MAKING ANY PROGRESS WITH MY REVIEW
## 2634                                                                                                               I just heard some news that there is some entertainment company considering to organise concert for who I love, May… https://t.co/gXcdnF9WQM
## 2635                                                                                                                                                                                @ThatBihNaee Dare I say that was not only h0m0p0b!c but also @n+!bl@c|&lt;?
## 2636                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult "This Can't Be Happening" is part of my collection about childhood tr… https://t.co/I6JNhvrCUx
## 2637                                                                                                               @AjaWriter Yesss exactly. Let me be a gross gremlin in peace with my love of explicit bl. Although sometimes I find… https://t.co/IJcW9H5Xam
## 2638                                                                                                                                                                                                @incorrect_kp They don't rhyme well https://t.co/EimZG10OCD
## 2639                                                                                                                                           Delta Faucet T2758-BL Trinsic Tub Faucet, Matte Black 3LLWH93\n\nhttps://t.co/tYXJtIKotT https://t.co/4KZsvTjQbV
## 2640                                                                                                               Rotatable Socket Converter, 3 Way Wall Outlet Extender AC Adapter, Adjustable Wireless Outlet Splitter for Home and… https://t.co/B38bcg8N8l
## 2641                                                                                                                                                                                                  Ooh the guy who acted in the bl ! https://t.co/8sRrbMTfqi
## 2642                                                                                                               @Ajitkum85387448 They should run VB type train between BVI - BRC or BDTS-ST with stoppage at BVI-VR-PLG-DRD-VAPI-BL… https://t.co/KdzHQEympp
## 2643                                                                                                                                                                                                     @incorrect_kp Beachhhhhhhhhhhh https://t.co/HusPRYacZQ
## 2644                                                                                                                                                                                                         If I get back into my BL bag? It’s nasty for y’all
## 2645                                                                                                            @fessthai first bl: 2gether\nfirst bias: win\ncurrent bias: chimon\nbias wrecker: satang, build, ohm, prem, mix, fort,… https://t.co/Jmzo8LR1ik
## 2646                                                                                                               Despite our happiness and upset there's no bl, actually i feel worried too bcs some ppl might (or surely) dislike i… https://t.co/LRAuauihZM
## 2647                                                                                                               @__FizzyBizzy__ And then you finally do find that needle in the haystack bl that was made by and for men and them s… https://t.co/Fq8yObfCMz
## 2648                                                                                                                     Check out this listing I just added to my #Poshmark closet: BL "Starfish earrings". https://t.co/sk8o7c1nd5 #shopmycloset @poshmarkapp
## 2649                                                                                                             When I'm not reading SPYxFamily, I'm reading Peerlessly Carefree!\n \n#nsfwtwtً #BL #chibi\n\nhttps://t.co/MYonU6QdZdً,… https://t.co/czydozJDiD
## 2650                                                                                                                                            its a grown ass racist man too faking to be my mutual. mmm might bombard with bl images https://t.co/Z7yFZVyt6m
## 2651                                                                                                               @ReallyFatPigeon I don't even read BL at all simply because of not being interested and the issue of there being no… https://t.co/xoE1lgDvqL
## 2652                                                                                                                                                                                                                  STRAIGHT★BL★GL pairings no prob  ( ・∀・)
## 2653                                                                                                                                                                                                                @Koreaboo Treasure and Enhypen for tomorrow
## 2654                                                                                                               Womens Tops Work Casual Summer Crop Tank Tops S-7XL V Neck Sleeveless Shirts Ladies Floral Plus Size Tees Sweatshir… https://t.co/CNKWzLFiNG
## 2655                                                                                                                  Mari's reaction to #MyToothYourLove EP 7\n\n#react #bl #drama #taiwandrama #retweet @LovingBlogs #TheBlogNetwork… https://t.co/wrDqhWwrVz
## 2656                                                                                                                                                                                                         if I start a space to talk abt bl will anyone join
## 2657                                                                                                                                                                                                                       @gomeltaehyung yes my fave BL series
## 2658                                                                                                                @ReallyFatPigeon I wanna see more media made for queer men that has bears in it but I'm pretty sure every BL manga… https://t.co/I4mRry2hkn
## 2659                                                                                                                                                                                                 @DarshanRavalDZ Last latter v bl do 😜 fhir try krte hue...
## 2660                                                                                                                                                                                                                  Lets do orgy. Lol https://t.co/1u3GeLdpXM
## 2661                                                                                                                                                                                                                        @vprights I almost jumped on you🤣🤣🤣
## 2662                                                                                                               $BL Trading Ideas | Awaiting Short signal. 80% Profitability based on 14 trades. Profit factor is 1.2. Learn more a… https://t.co/KX5a9mLfoO
## 2663                                                                                                             Watch uncut reactions and even more dramas on #Patreon ! \n\n#reaction #react #bl #patreoncreator #thaidrama #retweet… https://t.co/OhMgeV4G3Y
## 2664                                                                                                                @dailytaynew I think kasi medyo preachy kasi ang PH BL, almost lahat may drama backstory or mature sexy roles with… https://t.co/7FB6Uyfmh9
## 2665                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nBATTLE SCARS\n...every line on my face represe… https://t.co/9ybSsMDKFt
## 2666                                                                                                                                                                                                                               @SydDivineTarot BL💜thank you
## 2667                                                                                                               Idk what med are you on but the female mc isekai-ed in a BL book and turning the gay dude into straight is even mor… https://t.co/sWZa0dysb0
## 2668                                                                                                               Kalian pernah ngk sih kangen ama chara *bl smpe mengabrut dan kebawa mimpi\nI'm sorry for being dramatic but I fckn… https://t.co/C1hlpNtOxs
## 2669                                                                                                               been into bl since 2018 but the pandemic established its place in my heart thanks to wangxian i've come to apprecia… https://t.co/LHmLD52XsT
## 2670                                                                                                                                                                  @ibloomlikenew omg maybe we should watch that thai bl that is supposedly based on jjp fic
## 2671                                                                                                                                                                                                                                          Any Thai BL recs?
## 2672                                                                                                                @_Messimerizing_ @XOTWODLAFLAME bl was pulling 4m+ after a year and it dropped below 4m in less than a year + xmas will fuck this song hard
## 2673                                                                                                                PPOGOO Large Pet Travel Carriers 20 9x10 2x12 6 22lb(10KG) Soft Sided Portable Bags Dogs Cats Airline Approved Dog… https://t.co/DMLvASMyPL
## 2674                                                                                                               @__FizzyBizzy__ RIGHT? And when they do, rarely, I feel like it’s always a very specific kind of bl that just… does… https://t.co/6aYSJvPwJw
## 2675                                                                                                                                                                                                 @DOOMSLAYERSAN25 why so surprise xD\nmany boys love BL ngl
## 2676                                                                                                               @ReallyFatPigeon ACTUALLY it just boils back down to being option A. I wish queer men was able to make BL but theyr… https://t.co/FuvJZC30gk
## 2677                                                                                                                                                                                                                 They got peacocks! https://t.co/8gU3YwaTh8
## 2678                                                                                                                      @pdfdoc2 𝗗𝗮𝘁𝗮𝗯𝗮𝘀𝗲: deviantArt\n\n𝗧𝗶𝘁𝗹𝗲: Strike the Bl... Asagi Aiba 09\n𝗔𝗰𝗰𝘂𝗿𝗮𝗰𝘆: 96.19% ( 🟢 Exact Match )\n\nhttps://t.co/Dr8sPj5DEi
## 2679                                                                                                                3D2N here for department retreat, i feel like its very similar with the #180Degreetheseries location. So beautiful… https://t.co/wM8uCpwdmR
## 2680                                                                                                                           Introduction to my service\n#TwitteringBirdsNeverFly items from pop up store directly!\n#anime #yaoi #BL https://t.co/Dupq1uHkuo
## 2681                                                                                                                                                                                          name deserve happiness. don't do this to my baby😭\n#RemembermeEP8
## 2682                                                                                                                                                                     @enhiyarate bl shakel shwe bas we didnt have working bathrooms and floods ad ma baddik
## 2683                                                                                                            ⭐ Lupin acquires Brazilian brands\n\nLupin’s wholly owned subsidiary in Brazil, MedQuímica, will acquire all rights t… https://t.co/1mMM9Uat3M
## 2684                                                                                                                      @ferretizer @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @Stafurskaya_Art @Alexandra_Saula 😍😍Thank you so much, dear!!!
## 2685                                                                                                                                                                                                       @sasamoozlie_ FR! They'd also drink my per*** bl****
## 2686                                                                                                                                                                                                         @illustrata_ai @joynxyz @amli_art @bl_artcult cool
## 2687                                                                                                                     #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.… https://t.co/quwdr2kFlH
## 2688                                                                                                                                                                       BL Fans LOVE My Brother?! J27C8LE\n\nhttps://t.co/EXsLSb9qRr https://t.co/84tr141Zbs
## 2689                                                                                                               If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed so… https://t.co/2fh1mTPIO7
## 2690                                                                                                                                                                                                guys i need a new bl to watch whos plot is not just fucking
## 2691                                                                                                                                                                                @IkertjeNFT @KinoAlyse @delta_sauce Yes it will! If Twitter works right lol
## 2692                                                                                                                                                                                             @tankhun_theera Re-watch your fav bl 😌\nIf it's bl count me in
## 2693                                                                                                                                @luhvsickstay Hi hello lovestay can you give me all titles about the BL..thnk you and also the jinx is only chapter 1 now..
## 2694                                                                                                               EXILE theatrical group accepting and auditioning out more members for BL roles in recent years. Not complaining. Ju… https://t.co/EDXJTz2otk
## 2695                                                                                                               what if i told u ive been sick since last monday but woke up almost healed today after spending yesterday reading g… https://t.co/MRVFOL0IPj
## 2696                                                                                                                6. it’s probably not about not knowing where to start but not knowing how to continue my wip…. i have a au in mind… https://t.co/lsyCMdTMx2
## 2697                                                                                                                                                                                        that escalated very quickly\n#RemembermeEP8 https://t.co/Wi5kQRVeGE
## 2698                                                                                                                                                      @KinoAlyse @bl_artcult @delta_sauce Will it be recorded? It is the bday of my partner, I wont be home
## 2699                                                                                                           SHA CERLIN Metal Twin Size Loft Beds Frame with Stairs &amp; Full-Length Guardrail,Space-Saving,Fit Kids and Adult ,Noi… https://t.co/Vhi5V8NaOz
## 2700                                                                                                                                                        @Skarrow9 Not worse than year one but it's in a worse state than it has been since forsaken till bl
## 2701                                                                                                               Java Deezer Ice Hose for Hookah freezable Hose Detachable for Easy Use for Smooth Puff Better and Cool Smoke Mesh W… https://t.co/b5CoX4j1hz
## 2702                                                                                                                                                                                                                    @cakesforskz BL makes everything better
## 2703                                                                                                                                                                           is it rly a thai bl if there isn't a 'bottom gets captured' 2 episode mini-arc??
## 2704                                                                                                                @Iron9Winter @frogclubs Do you seriously have to do all of this? I plan on going to college for Aerospace engineer… https://t.co/kPZPuZ1R8n
## 2705                                                                                                                                                                                       Leo sang OST for Happy Ending Romance 🫠\n\nMore idols in bl dramas!!
## 2706                                                                                                                                                                                    @TylAshke @LiirBL No. I usually avoid their productions 😆 Is this a BL?
## 2707                                                                                                                                                                                                                      @why_that_hat @B_lab_BL no problem..!
## 2708                                                                                                               @Morpheusresist His name is Zelensky and guess what guys Russians altered hilter symbol to Z, yet it is Z (=Zelensk… https://t.co/BZ4f2Yt4w7
## 2709                                                                                                                                   and even after just buying those three months im boutta go right back to binging BL dramas instead tonight.....again 🤪🤣😃
## 2710                                                                                                                        She/him can do whatever they want to me like please do something i am in my knees for you \n#onmyknees #bl… https://t.co/QZdnEachWi
## 2711                                                                                                                                                            Eternal Yesterday is the best thing to ever come out of the bl industry https://t.co/l2QIRIMg4W
## 2712                                                                                                                       @xcythinker That's right, it's an adaptation of a BL novel with politics and it doesn't have much action at the beginning either uwu
## 2713                                                                                                               @Claire_Miyamoto Oh bl**d is banned in midjourney but the fellas didn't ban them in niji? Funny I think they just t… https://t.co/rnTk0X3aVH
## 2714                                                                                                                                                                                                                       @Solsjo Dahmer, House of dragon bl.a
## 2715                                                                                                               @kinnikurhapsody @sleepyscreaming @yhw027 i did find another one, aired last january and one of the popular related… https://t.co/mPNvhf394e
## 2716                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult Excited to enter. My two entries are from my new project "Kyle Shanno… https://t.co/qtnPt0lp7H
## 2717                                                                                                                  whitelist Indispensable @RedEvokes @the_crypto_hack @johnnymm1984 @DuhHerroPris1 @kunalkamble @zombiee08 @BL_NFT… https://t.co/4AJPArEeEF
## 2718                                                                                                                                                                                         "but xenia p3 is not bl" explain this then https://t.co/B4Te7fdZ57
## 2719                                                                                                              I feel like as asshole for complaining about it but honestly it feels like every single bl is either\nA) made by and… https://t.co/5ywr1EG6Yb
## 2720                                                                                                                                                                                          my engl &lt;33 #YINWAR #BL #lovemechanics https://t.co/iLe0SwTuik
## 2721                                                                                                               @YoIchBinFinn @sammypls_ @ZatderpScout1 @Kujay_ I don't share the same opinion about BL being as low as CoO. CoO wa… https://t.co/BCxVtoqnuy
## 2722                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning Entry 2\nLife is life. I do miss mobility but t… https://t.co/vCRxP3yCwh
## 2723                                                                                                                              A brilliant Camp NaNoWriMo award-winning novel packed with twists and turns. #bl_els\n  \nget it now… https://t.co/Fk56oaSEu0
## 2724                                                                                                                                   Its not shocking that I still have 466 completed bl series/movies on my list to watch as I prioritize the ongoing ones 😅
## 2725                                                                                                               @Softykjr @BL_27_ He’s not a 1st or 2nd rounder currently if he is go buy anything below that get NIL, also what is… https://t.co/482XZBUQOw
## 2726                                                                                                                                                                     @PilovesN Nice to meet you too Lynette so how many kids do you have I have of two boys
## 2727                                                                                                                message 3 before mentions     @Polau123HB @kal_habboit @Naranja96H @bl_xxi @Savhjbjhbj @BrawniaHB @YasminN48372258… https://t.co/6916elk1M6
## 2728                                                                                                               I've been completely addicted to ONEPIECE and The Fiesty Wife Is Not to Be Messed With\n \n#AnkitGupta #webtoon #BL… https://t.co/H71wAcjVKG
## 2729                                                                                                                                       You're telling me that I have to watch majority of the Bls to be on bl twt? Uhm... Anyone got PowerPoint bullets? 😭😭
## 2730                                                                                                                                I wanna try out this comic book style\n \n#alphabetseries #BL #adventure\n\nhttps://t.co/iD6bMVAfRT https://t.co/2EeK8fn8XB
## 2731                                                                                                             @Reeg4n and surprisingly this too was all willing -- he did anything for his Daozhang!\n\nespecially the bl*wjobs mwa… https://t.co/fACceMUe51
## 2732                                                                                                               I haven't seen a single Thai bl drama that doesn't address the issue of legalizing LGBTQ+ in Thailand. Heck, with a… https://t.co/9SSvN3pPeU
## 2733                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning Entry 1\nAnd so it begins. There was a time—unt… https://t.co/jG3unAdX6n
## 2734                                                                                                                                                                                                                     I want a life what bl manhwas have!!!!
## 2735                                                                                                                                                                                                                @HasifRayyan Not me reading this as BL.....
## 2736                                                                                                             Pay only $4.  80% off\nUse code 70O3BL5O.\nCustom Family Throw Blanket, Personalized Memorial Throw with 10 Photos, C… https://t.co/lGBIKADRtu
## 2737                                                                                                                                                                                                                           @SuperRareBot @basileus_eth Dope
## 2738                                                                                                                                                                                                                           @MediumSizeMeech What in the BL.
## 2739                                                                                                                                                                                                             when i get depressed i remember bl has my back
## 2740                                                                                                                                                                                                                                          @DionMedici GM GM
## 2741                                                                                                            @fessthai First series u watch: 2Moons S1 (BL)\nFirst bias: Bass Suradet\nCurrent bias: Bible, Bright\nBias wrecker: B… https://t.co/B3ywSoJduA
## 2742                                                                                                               @AmberKpopBL @AriesLovesBl Oops, you tagged the wrong Liir! lol.  I saw this on the timeline and was like wait, I d… https://t.co/besLsWRPzJ
## 2743                                                                                                               @xGALVAxCRONx @sammypls_ @ZatderpScout1 @Kujay_ Im not sure if we can confidently say that Acti is to blame for poo… https://t.co/zC4C3XKrm7
## 2744                                                                                                                im happy for dkz tbh, who would believe that a group would start getting attention bc of a BL ? i love them so much https://t.co/377gVLppnH
## 2745                                                                                                                                                                                                   @HoodHusky @Pac12Network The one who’s numbers outdo his
## 2746                                                                                                                                                                         @mania_th_bl hahah! sometimes we just have to double check for the important stuff
## 2747                                                                                                            !lapakothers WARNING BL wts manhwa merch\n- Id Photo Pearl Boy New 105k\n- Id card how to snag an alpha 70k\n- Lenticu… https://t.co/CKhYPS1gkU
## 2748                                                                                                                                      Gonna do some comic reading\n \n#rabbits #fighting #bl\n\nhttps://t.co/NC6gKkm29D^fighting^bl https://t.co/7sc6xOwgvG
## 2749                                                                                                               I hope from the bottom of my heart that the number of fans who are bothering the members will decrease and that eve… https://t.co/l51zdumlmD
## 2750                                                                                                                                                      Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW
## 2751                                                                                                                                                                                                       I think I’m gonna bring back BL Fridays on stream. 🤭
## 2752                                                                                                                                                                                                 I just noticed ive been posting billibili BL comics here 😀
## 2753                                                                                                                                                        the pinoy bl indsutry kinda went off and died and idk how much of that is attributed to gege severo
## 2754                                                                                                                  #Lupin #Limited #announced that its #wholly #owned #subsidiary in #Brazil, #MedQuímica #Indústria #Farmacêutica,… https://t.co/yV1gSaskXh
## 2755                                                                                                                Okey I'm imma say it this Fandom will turn in that bl*nks soon , mark my word !!! Akgaes are too loud and fanbases… https://t.co/IqLMum37Qx
## 2756                                                                                                                                                                                            from bl most of them because im a clown https://t.co/gX9ERJ61s8
## 2757                                                                                                                                                                  THE BL SERIES OF THE YEAR IS FINALLY HERE https://t.co/GC4HqJZn6O https://t.co/BET0YIKRvi
## 2758                                                                                                                                                                                                            @bl_4_eva Many Many Happy Returns Of The Day🎂🎉🥳
## 2759                                                                                                                                                             @realErrorBeaver @lionsapologist @STREAMBORNPlNK @A_dmg04 I mean all BL Seasons were good Jit.
## 2760                                                                                                               #BLExplainer: What is T+1 settlement? What is the implementation schedule that SEBI is indicating? Will it have any… https://t.co/78ZgENqqQu
## 2761                                                                                                                                                                                                @Cyleris_84_BL Hello Stephy it's so nice to meet you!!!\n👋👋
## 2762                                                                                                             https://t.co/1uE3MZzS0T\n\nyou biblebuild stans that are dying for some smut. here is a story that i wrote its only i… https://t.co/Df3qz1RRdd
## 2763                                                                                                              @lauralouisewall Call the run looking away from map. Pen what you called. THEN correct the line.\nMove on to next ru… https://t.co/Flv5wdXAVW
## 2764                                                                                                               @therchmage @kluklayu A. I can guarantee that you'd still make a profit on whatever you bought your BL at if WOTC s… https://t.co/reKEEnzXQe
## 2765                                                                                                                                                                                                           @midknightmoodz @Noeul_lee6 Rest well, Dragon! ❤️
## 2766                                                                                                                                                                           Prothane 19-1317-BL Black Cone Type Bump Stop PUXNHPQ\n\nhttps://t.co/Y0GbYbqSLq
## 2767                                                                                                                                                                                          @NftSunage @illustrata_ai @joynxyz @amli_art @bl_artcult Thanks 🙏
## 2768                                                                                                                                @astrorinnie She's not, she's more of a casual fan of stranger things haha what she really likes it's yk asian BL and stuff
## 2769                                                                                                                                         GOOD DEAL – Einhell TE-CD 18/50 Li-i BL (2 x 2 Ah) “4 Star” Driver Drill at €104.99 (-22%) https://t.co/YJMvJHbdNE
## 2770                                                                                                                                  is key going to drop the would you fight your mutual thing or will she ignore it like sarah ignored the Taiwanese bl poll
## 2771                                                                                                              Aakansh dumbo using BL's another title song after 1.5 years😤\nBut it's so beautiful.. only song which defines the co… https://t.co/eykzfWX2f1
## 2772                                                                                                               Bike Odometer Stopwatch, Waterproof Bicycle Computer Speedometer with LCD Display, Automatic Wake-up Wired Multi-Fu… https://t.co/0AfViReTHA
## 2773                                                                                                                                                                  @TarotStacy BL(mine💜), his name is Deo but I don't know last name, sorry but thank you🥺💜💜
## 2774                                                                                                                                   I’ve listed Minox Film. It is hard to find it is sold so I recommend you purchase it promptly. \nhttps://t.co/lG6RpKZXAW
## 2775                                                                                                             @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this wonderful work from @Monathereum\n\n"Joyful… https://t.co/H90gWLPa47
## 2776                                                                                                                                                                                                          bl this bl that i’m sitting in a puddle of tears.
## 2777                                                                                                                                           Exposing the links between Calcium, Vitamin K2, and Plaque Buildup in Bl... https://t.co/oR6nqJvNky via @YouTube
## 2778                                                                                                                                                                                                    Faeri is so gay yuri I think rigab is lesbian BL though
## 2779                                                                                                               Prime-Line Products K 5004 Prime-Line Resilient Spring Strike Plate, for Use with Rigid Interior Latch, Aluminum, P… https://t.co/HcnCIhYcnM
## 2780                                                                                                             @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this amazing art from @fasmolika\n\n"Butterfly b… https://t.co/XDKreDxPtU
## 2781                                                                                                            Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most f… https://t.co/k0C7BP6LsD
## 2782                                                                                                                          @illustrata_ai @joynxyz @amli_art @bl_artcult What really inspired me to create clowns 🤡 \n\nLearn more:… https://t.co/uzgmRY0t8q
## 2783                                                                                                               So you're telling me I stayed UP ALL NIGHT to watch the Thai BL drama 'even sun' for it to only be 6 episodes and a… https://t.co/ToeZZ4x2eV
## 2784                                                                                                              @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this magic piece from @Helluuuva\n\n"Don't kill… https://t.co/K8gwu9X6BE
## 2785                                                                                                               #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family docum… https://t.co/gMXkUNn02K
## 2786                                                                                                                                 List of known #MDZS/#TheUntamed/#CQL BL games:\n\n#WangXian: https://t.co/GYAvbqZYqE\n\n#XiCheng:… https://t.co/qmYwXnIDO7
## 2787                                                                                                                                                                                                                                @doncrymoonchild is it bl??
## 2788                                                                                                                                                                   @CapoAttano Haha no but that's also a really good manga/anime\n\nBL as on boy love manga
## 2789                                                                                                                                                                            Happy Birthday to my favorite boy! #OurSmile22ndFortDay https://t.co/UCv5ErbKKU
## 2790                                                                                                                                                                                                            accidentally found out Coworker likes BL… AYO 👀
## 2791                                                                                                                                                                                                        @jesss_galan Wait \nby BL you meant Blue Lock right
## 2792                                                                                                                                                                                                                 @Aluarth Flash back ..... koningslied 2013
## 2793                                                                                                                           I’m sorry ka phi phi…i made a mistake…it’s ticket for BL area, row BE2 na ka 🥲🥲🙏🏻🙏🏻\n\n#ลูกบอลของคุณบิ๊กกลัฟ… https://t.co/5Cf7V5SuId
## 2794                                                                                                                                                                  Now I need bl motel and insecret to be in a coinback event so that I could read them na😮‍💨
## 2795                                                                                                                                                                                                              @_MinGwa One of the best creator of manhwa BL
## 2796                                                                                                       @antares_ojo_o Blood Sweat and Tears it was on some BL edits &amp; then DNA also came so I can say that BS&amp;T + DNA were my first ever BTS' songs
## 2797                                                                                                                                                                                               But we don’t have BL on his MC day 🙃 https://t.co/TFtnl8lCZt
## 2798                                                                                                                                                                                                         Mama starts in a few hours and imma be asleep fuck
## 2799                                                                                                             Check out much more on Bilibili Comics - search "Did the Top Student Get a Cutie Today?" and favorite!\n \n#WEDNESDAY… https://t.co/jjzOMGwTq7
## 2800                                                                                                                                                  whne ypu. when you watch kamen rider AND you enjoy watching bl dramas. it's not thta much different. heh.
## 2801                                                                                                               The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why p… https://t.co/I2ryDIhrI7
## 2802                                                                                                               @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected Epiphany by stunning @acidframerate and Tropic… https://t.co/M6QHQRsxeW
## 2803                                                                                                                                                                                 @abdullahi7044 @Mrbankstips You bl!nd? That Goal mad pass Richarlison goal
## 2804                                                                                                               we joke and meme about yaoi but i once read an essay about bl and the japanese gay community and it was such a fasc… https://t.co/utIEvXdqC5
## 2805                                                                                                          The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/… https://t.co/Jv0OTUNCf4
## 2806                                                                                                                                                                                                             I really be hard core fangirling over BL manga
## 2807                                                                                                               @starsforskz Never seen one but are all yaoi like that- idk I mean are all yaoi is related to sa ?? Isn’t that just… https://t.co/xxDH1u2ISm
## 2808                                                                                                        Death Star at:\n\nBR: 19 BBY\nUR: 5 BBY\nBL: 0 BBY\nUL: 4 ABY (DS II)\n\nSo was there a second Death Star already in produ… https://t.co/tHdLN4KCCO
## 2809                                                                                                                                                       I Fucking love them so much!! I want to see them acting together as couple in another BL series 🙏🏼❤❤
## 2810                                                                                                                                                                                                           @Mao8ao_ Hmm... from some bl mangas and mahwas 👀
## 2811                                                                                                              Bribery. It’s the way things are done these days. To get what you want, you gotta pay the price. \n\nThe @_ChadDoge_… https://t.co/sash6HBTpC
## 2812                                                                                                                @jkoncharts another point on the 'maknae line solos are just bl!nks' list: this one LOVES mentioning bp members in… https://t.co/qHvnWAEAyk
## 2813                                                                                                                                             One of the best drawings of all time\n \n#bl #Harem #MANHWA\n\nhttps://t.co/44mWD3J4cA https://t.co/3QNkKtXrXy
## 2814                                                                                                               Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the re… https://t.co/I2jkzdkWJU
## 2815                                                                                                                                                                                                    @SantaLilac Bl s the way to go! https://t.co/UPxnik2GwI
## 2816                                                                                                                                                                                                   @LiirBL The way I forgot this 😂😂 https://t.co/Ve6feDXmFn
## 2817                                                                                                               I Don’t Care ur straight, gay, lesbian,Bi, BL/GL fan🏳️‍🌈 \nYou have to watch this series !!!\nThis series is not just… https://t.co/JwsFi0ijrd
## 2818                                                                                                          finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃a… https://t.co/bExkbcfOQe
## 2819                                                                                                                                                                               @nabadesca they're not all bl's but i'd say like 98% https://t.co/PVb2mzUvMl
## 2820                                                                                                                GIYOMI 100 PCS Length of 10 inch/26 cm Sewing Elastic Band with Adjustable Buckle,Soft Elastic Cord for DIY Crafts… https://t.co/pHtX3OKIg6
## 2821                                                                                                                                                                                              PLEASE TELL THIS TO THAI BL INDUSTRY. https://t.co/0zxFSPn7KD
## 2822                                                                                                       Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/kI8u4sYAgT…\n\nWinner will get to be f… https://t.co/y0yVDbmSdK
## 2823                                                                                                                                                                         out if all fandoms bl!nks are the ones to come for kep1er? https://t.co/ke3NB2pEoE
## 2824                                                                                                              "I Won't Get Bullied By Girls" is an absolutely perfect comic! It's living rent free in my head!\n \n#Echo #blcomics… https://t.co/7tyd7scwYF
## 2825                                                                                                                                                                                               &lt;a href="https://t.co/nuInKBGycu" target="_bl #おこづかい
## 2826                                                                                                                       When I'm not reading SPYxFamily, I'm reading Intoxicated!\n \n#manga #slayers #BL\n\nhttps://t.co/ovSQRli5y4 https://t.co/Bb7tdAPSlL
## 2827                                                                                                                                      Trust me! You'll get addicted to this story!\n\n#manga #slayers #BL\n https://t.co/4N5HcsrhA2 https://t.co/vAXiRM2tlu
## 2828                                                                                                                                                                                           pop just asked me if i think amuros seiyuu has ever done a bl cd
## 2829                                                                                                                I truly hope they stop casting many straight actors in #BL but I know that’s a majority of them but also we aren’t… https://t.co/TNKeMKTqfW
## 2830                                                                                                                                                                                                                   @Faariddda Da el bl oils??? El gold one?
## 2831                                                                                                               @SMJ012022 @WrestlingHumble Well both he and Drew are getting pushed aside now. KO can overcome constant BL interfe… https://t.co/3IsCEOuE4V
## 2832                                                                                                               The 2008 Harley figure is way harder to get than I thought it would. Past two BL orders for it turned out to be the… https://t.co/FIenLxktex
## 2833                                                                                                               Sometimes I wonder if there are other people who also like Walter/Jonathan as a pairing...I always feel annoying po… https://t.co/kPX8JXbO98
## 2834                                                                                                               They’re happy because ‘Bhakts’ are hurt and are questioning the statements of a non-Indian on the g€nocide of Kashm… https://t.co/HbFcDLCA0M
## 2835                                                                                                                                                    @Awa_is1 @k_k_md_ @SikandarHaneef 🙏🏻🙏🏻🙏🏻 ignor kry bl k report kr dy sb isy account hi khtm ho jay iska
## 2836                                                                                                                                                                                                       @SkinnerPm Come join us at Post. Right @DavidPriess?
## 2837                                                                                                               Important pressure point for self defense training is Pressure Point BL-56 [Bladder]. Read this article to learn mo… https://t.co/dbQDH2IJYq
## 2838                                                                                                           Pls Don’t sleep too late P’Mile, it’s not good for liver aft 23:00, &amp; lung too aft 03:00, he slept very late last M… https://t.co/dmDQjekvpM
## 2839                                                                                                               EVERCROSS Hoverboard, Hoverboard for Adults, Hoverboard with Seat Attachment, 6 5" Hover Board Self Balancing Scoot… https://t.co/oOmLC1zhdD
## 2840                                                                                                                                                                 Y’all help what’s the name of that time travel Korean BL that came out a couple months ago
## 2841                                                                                                               4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carj… https://t.co/bmYGJa4TyV
## 2842                                                                                                                    #BuildJakapan @Buildbuilddd \n#ฟองอากาศของไบเบิ้ลบิว \n\nPOLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t.co/eD7NwvObTS
## 2843                                                                                                                        @Daily_JK97 @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 Hi… https://t.co/KW4FCmSwoo
## 2844                                                                                                                                                                                   History 3, Make Our Days Count .( Pode Ser BL? ) https://t.co/Wze6hfD1dn
## 2845                                                                                                                                                                  i pinned the bl thread to my profile i hope someone reads sth directly bc of my influence
## 2846                                                                                                                                                @leo_r_douglas @iloveNHMJ @Birdlifejamaica Leo!! What did you do with them? Did someone from BL J get them?
## 2847                                                                                                                    This comic is definitely worth reading! Come check it out!\n\n#bl #fundyfanart #dance\n https://t.co/FB4P1odOVo https://t.co/F7GdjANMdj
## 2848                                                                                                                                                                                        @Tpjkearns My first time hearing of bl. Denis. That’s great to know
## 2849                                                                                                               Data points from the NFHS 4 and 5 suggest that #Gujarat has shown good improvement in health and socio-economic par… https://t.co/pk5X3X3NHG
## 2850                                                                                                                                  @koostiddy ive seen kp ofc, its just i saw him on tiktok with another bl too aksksk and i listen to some of his music too
## 2851                                                                                                                                   Stoppp 😭 i love firstkhao but thai have so many bl novels already, give them original series!!!! https://t.co/4UnmkQTZYZ
## 2852                                                                                                                                               Ironically enough a BL doujin was the last thing I did before I realized i had covid https://t.co/AJG0TMx3N6
## 2853                                                                                                               Westbound 6-car BL/Huntington Train 454 has been holding at Ronald Reagan Washington National Airport on track 2 fo… https://t.co/rB2uY0bUwz
## 2854                                                                                                               Westbound 6-car BL/Huntington Train 454 has been holding at Ronald Reagan Washington National Airport on track 2 fo… https://t.co/FXpRWbyURH
## 2855                                                                                                              @BurtOHare Her name is Sarah Owen, and she was bl**dy well right to stand up to that smegging Tory bully. \nThat's h… https://t.co/8CJVMywFKu
## 2856                                                                                                                Imelod Zinc Alloy Guitar Capo Shark Capo for Acoustic and Electric Guitar with Good Hand Feeling, No Fret Buzz and… https://t.co/Bc1DzLum19
## 2857                                                                                                               @KookCharts @demiejjk @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 W… https://t.co/nRitdkzSoS
## 2858                                                                                                             sir? and may I ask whether this is the sort of bitters by\nwhich he bl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/9SpB6LKxdy
## 2859                                                                                                                    @KookCharts @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 Hello.… https://t.co/lHHk4RxTfu
## 2860                                                                                                                                                this is a choi jaewoo appreciation post\n ✨❤️🫶🏼❤️✨\n#DontGetMeWrongBoss #Lezhin #bl https://t.co/skF7xllPKP
## 2861                                                                                                                                                   Listen to this song when i was read ShutLine Manwha BL that Fuckin Hot bitchhhh\nhttps://t.co/2QDrfEGlgf
## 2862                                                                                                                                                                                                        @bl_artcult @amli_art Story of my life right now 😮‍💨
## 2863                                                                                                                                                                                                           what if jihoon BL series https://t.co/5ndduFwlzo
## 2864                                                                                                                                                                    @cchanyeoree but really tho, they look so good together. wish they could have a bl soon
## 2865                                                                                                               MJIYA Mesh Laundry Bags for Delicates with Premium Zipper, Travel Storage Organize Bag, Clothing Washing Bags for L… https://t.co/8NLRivLYfr
## 2866                                                                                                                                                                       er after which I was called—and pulled a spray of the bl     https://t.co/DzTlCIW0yW
## 2867                                                                                                                @girhoodie also i shld stress its not queerbaity or queer coded its explicit mlm romance !! i believe it is in the… https://t.co/g1BwftJgdJ
## 2868                                                                                                                                                             im so anti st/bl/r and b/ns/n like fr 😐 and im censoring because I really don't want discourse
## 2869                                                                                                                                                                                       @koostiddy i heard jeff was in a bl before? what was the name again?
## 2870                                                                                                                                                                                        Nobody will probably know what I’m talking about(who don’t read BL)
## 2871                                                                                                                                                                If u saw me liking any bl manhwa hot scene pleak ignore me saur bad https://t.co/9T4q3FUcDH
## 2872                                                                                                                                         Idk what's going on but even tho I don't like age gap romances I want them to star in a BL https://t.co/DnEmPz8W1T
## 2873                                                                                                                                                                                                                @Chioma_Uzodimma Bl@@d in your family hands
## 2874                                                                                                               Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/GOV4NDWYcj
## 2875                                                                                                                                                                                              i forgot how bad i want some of these https://t.co/NCN9f5h0tB
## 2876                                                                                                               Sent noren hug clip to my friend without context and she asked me what bl drama is that 😭 — saw kfans saying that i… https://t.co/MUpqnBKz3W
## 2877                                                                                                                                     @Mewgulf97819961 I don't think it's a BL. I think he's a straight guy whose a makeup artist who people think he's gay.
## 2878                                                                                                                                                                                                                                              @bl_yj3 Jimin
## 2879                                                                                                               @girhoodie pleeeaaasseeee look into no 6 its a light novel and manga series with a really well done anime. the bl i… https://t.co/jxUy6CdJsN
## 2880                                                                                                                @adspexi mom tried to ban it cause her homophonic spidey sense was going off…. Many years later Nickelodeon proved… https://t.co/XRUHEmJHaR
## 2881                                                                                                                                                                                  tms2 really the first bl where the second season is better than the first
## 2882                                                                                                               @Rahulfa49155538 It's a bl**dy joke!! I saw the clip and found nothing disrespectful in that on which solos are cry… https://t.co/wht3w628hg
## 2883                                                                                                                 @bl_prakash18 Hallo, Unroll request has been successfully completed. I hope you like reading it. 🤗  https://t.co/GYxudCB9bY Best wishes. 🤟
## 2884                                                                                                                                                   TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd
## 2885                                                                                                                                     Eastbound 6-car BL/Downtown Largo Train 491 has been holding at Metro Center on track 1 for at least 5 mins. (12:08am)
## 2886                                                                                                                                     Eastbound 6-car BL/Downtown Largo Train 491 has been holding at Metro Center on track 1 for at least 5 mins. (12:08am)
## 2887                                                                                                               @ericzhu105 It's probably either AI or an employee for who speaks English as a 2nd language. 2 yrs ago I tweeted To… https://t.co/P6uEmpgsJ0
## 2888                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult Who is AI? He/She is my best friend, and I can draw my dreams with it… https://t.co/WHRJgF50FX
## 2889                                                                                                                                                                                                                                         No bl for 7th? 🥺👉👈
## 2890                                                                                                                                                                           @kdlexteamabroad tumindig for kdlex\n\nKDLEX Sweethearts\n#RAWRAWARDS2022 gra bl
## 2891                                                                                                       Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/kI8u4tfDiT…\n\nWinner will get to be f… https://t.co/QXx4L5kGOB
## 2892                                                                                                                                                                                                          This bl I can’t read it 😐 https://t.co/KSwhGjHsdv
## 2893                                                                                                                     still hoping that they will have a happy ending 😔 atau minimal punya series bl 🥺 i really love their chemistry https://t.co/ANqyYGCepF
## 2894                                                                                                           We offer an efficient way for Indian and foreign manufacturers to get the BIS-CRS registration of their IT &amp; Electr… https://t.co/HsY8865u1F
## 2895                                                                                                                @MJ_007Club Modi should Stop with this Bl**dy IFFI forthwith. This jamboree is nothing but occasion for some babus… https://t.co/qiBN2F1az3
## 2896                                                                                                                                            naurrrrrr i just checked girly really follows almost every chinese bl drama actors 😂😂😂😂 https://t.co/IMakYaqfMZ
## 2897                                                                                                                        @yashwantsaikish @Evangelionenjoy @SweetHouseMusi @DakpaTangtsang @bl__swan @WifexOfxAgony @Thought_Crimez… https://t.co/yfnh1y6ETw
## 2898                                                                                                               GL subtext is more blatant now with animes like Lycoris, Executioner, GWitch, and maybe the recent Love Live - have… https://t.co/OOMPNnMcQs
## 2899                                                                                                             Pequod, as she heavily forged through the sea (for by this time it\nbl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/iZ0bjV8Elj
## 2900                                                                                                                                                                                                                  Girl groups , BL and other gay activities
## 2901                                                                                                                                      Furrion Chill Single Zone Controller - FACC12SA-BL , Black KIOWOW6\n\nhttps://t.co/0o1uXBrm3s https://t.co/yG2WxfjVnR
## 2902                                                                                                               @yoonjisungfan OH NOOO I FEEL LIEK IK WHICH ONE YR TALKING ABT BUT I FORGOT THE NAME???? incest is such a popular t… https://t.co/H1J507hW55
## 2903                                                                                                       Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be fe… https://t.co/SskbXjXwcK
## 2904                                                                                                               thoughts on the japanese bl film "sing in love" ?? i kinda wanted to watch it because of inaba yu from minato's lau… https://t.co/tn0rQAiwTv
## 2905                                                                                                               @MikeKin21969563 @SkepticallyDan @FrPlant Blessed Stanley Rother was a priest in a parish I was a member of back in… https://t.co/nKOUTx2y9w
## 2906                                                                                                                                                   He is hot but he is an asshole\nManhwa: lima syndrome\n#manhwa #bl #limasyndrome https://t.co/4V8NEZT6kn
## 2907                                                                                                                         @frownywangja literally he has the same face of an actor who was the main chara in a bl his ass is never beating those allegations
## 2908                                                                                                               ✔️2-Pack 15 6 Inch Laptop Screen Protector -Blue Light and Anti Glare Filter, FORITO Eye Protection Bl\n\n[12:54 AM]\nhttps://t.co/8mWFNg4d6p
## 2909                                                                                                                                                                                  awww one of my fav shows when i began to watch BL https://t.co/uVMNhYyelf
## 2910                                                                                                               So I’ve realized that my top 3 bl actors (Build, Boun and Boss) all have or are currently attending Bangkok univers… https://t.co/ereBtHMGv3
## 2911                                                                                                               ZVE Replacement Adjustable Leather Crossbody Straps with Metal Chain for Shoulder Handbags Bag Purse Wallet Case Bu… https://t.co/6R581YdbT8
## 2912                                                                                                                                                                 •kdm• 🏳️‍🌈 List of bl office drama series that will air in December\nhttps://t.co/BbtiKxPw0V
## 2913                                                                                                               There are more genres to explore, I want to watch thriller/ Psychological BL, sci-fi BL, Horror BL, more Historical… https://t.co/vhCnJ11aIN
## 2914                                                                                                                So I just found possibly one of the cutest stories I'm only just started but it's basically a sci-fi BL version of… https://t.co/nuHOmRE637
## 2915                                                                                                                                                                                    @harleysuniverse RED ❤️❤️❤️❤️\nBecause I love hero BL.Actress My Superhero.
## 2916                                                                                                                                                                   i would love to read bl manhwas for weeks straight but theyre always filled with smut 😭😭
## 2917                                                                                                            🎬 SKAM NORWAY S3\nGenre: BL, romance, teens\n\nAka the original SKAM. This is soo good, dan Isak gak se "nyebelin" Luc… https://t.co/YGJTqN3GIL
## 2918                                                                                                                                                                                                                  To Sir, With Love best BL 2022. no debat.
## 2919                                                                                                                                                                                                              @sunnyalw it's for the white cishet "bl" fans
## 2920                                                                                                               Kinetic Desk Overturn Spinning Toy, Metal Fingertip, Decompression Pocket Kinetic Energy, Office Stress Relief Rota… https://t.co/pDTah1309I
## 2921                                                                                                               3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigat… https://t.co/1ZeH1LWRPC
## 2922                                                                                                              @psicheanima @Christo23742686 @fudrilshi BL isn't a term exclusively from Japan just FYI\nanything that contains m/m… https://t.co/6u6hwhsXFS
## 2923                                                                                                               BL Fans Get together budget ranking comfortable budget poll for everyone lets us know your budget guys this one inc… https://t.co/z0XR8WgTSo
## 2924                                                                                                                                                           @megaphire @cmfarrell57 @IlhanMN Keep up. \n\nhttps://t.co/0Fjdr3hR0w\n\nhttps://t.co/A5bwe7iW4k
## 2925                                                                                                                                                                                                                                     BL anime is best anime
## 2926                                                                                                         [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join… https://t.co/jTTGfGPehy
## 2927                                                                                                               @GvH320671 @TheCheeseManTx @MattWallace888 @elonmusk Lol are you sure about that? They released their own HW platfo… https://t.co/rlrPhmgSXO
## 2928                                                                                                                Stocks On The Move | @LupinGlobal is in focus after its Brazil arm signed an #agreement to acquire all rights to 9… https://t.co/IFyKqjsgkM
## 2929                                                                                                                                                                                                      @fafanarch 🤣🤣🤣🤣\nSinetron BL (Boys Love) thailand mas
## 2930                                                                                                                                                                                               @Fulgur_Ovid Who's in Nijifuse now? xD\nI'm hyped for DGR!!!
## 2931                                                                                                               @BL_Dwyer @WholeMarsBlog Kind of the opposite. The original was just a comic book and the original creator has spok… https://t.co/vuDiyrAuY2
## 2932                                                                                                                                                        What if they're not giving us BL on the 7th because 🐣 🧀  is coming again? 🤔 https://t.co/lequg3sBXm
## 2933                                                                                                                                                                  @ayanyoks the downside to being a thai bl fan in EST 😭 12 hr difference is so frustrating
## 2934                                                                                                              i actually wanna be one of those girls tht just has a lot of bl manga for some reason\n\nonly problem is i dont like… https://t.co/63FQVW4d83
## 2935                                                                                                                                                                              @Petra_Gurin @shu_yamino Sorry, I don't understand what the alligator means 😂
## 2936                                                                                                                                                                                                                                       What the hell is BL!
## 2937                                                                                                                                                                   @charis_ai Thank you! I'm considering minting a small amount of these on manifold soon 🤔
## 2938                                                                                                                                                                            @bl_artcult I'm still dubbing it sentient and nasty then. Moreso now I think. 😆
## 2939                                                                                                                                                                                                       is it just me or do most of the bl actors like nct😭😭
## 2940                                                                                                                                                                                                     @image_in_1 Or we're just the AI and always have been.
## 2941                                                                                                               @ProfRayWills How many bl%$!# Tesla and EV FUD stories/lies do I need to show you from NYT, CNN, the sitting US Pre… https://t.co/UsJyPdQLL0
## 2942                                                                                                                                                                                  @yourtallpal They didn't kiss in a bl?!?!? Fukken false advertising to me
## 2943                                                                                                                                            Apparently I read comics now\n \n#fantasymanga #huacheng #bl\n\nhttps://t.co/lZyxZuygjV https://t.co/ZHzkT8veeV
## 2944                                                                                                                                                                               @halflawless nahh they turned me into a bl character https://t.co/1xEQTlIsdl
## 2945                                                                                                               @TezDhar4 @PoojaShali Yeah that's my fault. Being an indian i was unaware of what happened to girija tikko , bl gan… https://t.co/e4R6mM0SBc
## 2946                                                                                                                                                                                                     @Llamarswift13 I'm going to watch a psychological BL 😗
## 2947                                                                                                                The fact that there are people who like BL/GL contents but they’re homophobic irl and denying the rights of LGBTQ+… https://t.co/cHO7PHRF0I
## 2948                                                                                                                                                                                                    Guysd can u pls gimme *bl that have beautiful word😩😩😩🙏🙏
## 2949                                                                                                                                                                                                                                   @BarcodeTin Baby Barcode
## 2950                                                                                                                                                                                                            Football in one Photo!! https://t.co/YV8d2RQYpB
## 2951                                                                                                                                                          i need to do a smash or pass thread with more bl actors and the ones people actually want to fuck
## 2952                                                                                                                            💥Cont. Bl. Alb, LA Alb. @TheRealBuddyGuy  \n💥Clas. Bl. Alb, TN Alb. @buchananlaneLP  \n💥Gosp. Bl. Alb.… https://t.co/7t5Z1RlOG4
## 2953                                                                                                                                                                                                                              @loves5HINee No kr con w/BL 😔
## 2954                                                                                                                                                                                               @GmmtvShop @brightwinvids SORRY BUT WE NEED BW NEW BL SERIES
## 2955                                                                                                                                                                     @codyprivateuwu you gon have to put on some fucking rain sounds or smth im watching bl
## 2956                                                                                                                                                                                how cute would it be if they did a BL together...🤔🥴 https://t.co/0DRDg58asQ
## 2957                                                                                                                                                                                 Malleus missed the memo this isn’t an otome game and also this isn’t a BL.
## 2958                                                                                                                                                                                                      Vote for build\n#BuildJakapan https://t.co/1Xb2Pyiutj
## 2959                                                                                                                                                     @BumpstockBarbie Ironic that they see a "clump of cells" and slavery when others see an actual miracle
## 2960                                                                                                               One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this… https://t.co/GDT3gv3b8m
## 2961                                                                                                                             I wanna try out this comic book style\n\n#nsfwtwt #ScholArt #bl\nNEW ONE I JUST READ IT’S MR DIOR 16+… https://t.co/ZqhO48SSO4
## 2962                                                                                                               @1974russ Sadly, I don’t have a BL Touch. I also thought the head was too far from the bed, but even the tiniest bi… https://t.co/RgVhZd2Ich
## 2963                                                                                                                                                                                                                          @bl_artcult Will burn it then ...
## 2964                                                                                                                                                                                                    @SiehMann Whats that? Doing a lot of thai bl nowadays 😄
## 2965                                                                                                                LAGIPA Portable Mini Knife, Keychain Pocket Knife For Men Women, Small Folding Leaf Knife, Stainless Steel Compact… https://t.co/r9KIzjbT1h
## 2966                                                                                                                                                                                so tired but i need to bandage this mf cvt and idk when it'll stop bl€€ding
## 2967                                                                                                             https://t.co/ejt93FxhE1 2. long ass list. \n\nRita Wheeler, Apex Wraith, my fantasy OC, Motoko, Rebecca, R6 Ela or Va… https://t.co/l3NMp0RzM9
## 2968                                                                                                             HP Spectre x360 16-f1013dx Touch W11H-64 i7 \n12700H 2.3GHz 512GB NVME 16GB 16.03K WLAN BT BL PEN Cam\nType:Certified… https://t.co/5VVGvrAlo5
## 2969                                                                                                               @RachataJam Throughout the series it just had me in tears but the happy ending healed my heart so much. This is one… https://t.co/1apUOeyoah
## 2970                                                                                                                                                              @bl_artcult GN BL, if any AI dreams 'come' I'm officially considering them sentient and nasty
## 2971                                                                                                                                                                                                                                            @shayna_bl idem
## 2972                                                                                                             The sweetest scene of all the BL stories I've watch. I need this too 😥 \n\n You guys barely had any script here but y… https://t.co/MxWADSpJVQ
## 2973                                                                                                                                         P'Jojo is really doing it for Jiemem. He has been making original stories especially on BL. NLMG and Only Friends.
## 2974                                                                                                                                                                                                                                      @EroticMxdnxght Done🙏
## 2975                                                                                                                                                                                                      @bl_artcult Really, really love this one!! Very nice.
## 2976                                                                                                                                                                                                       @artmarteau @illustrata_ai @joynxyz @amli_art Legit.
## 2977                                                                                                                                                                                                     @Browns_Riversid Yeh I thought I burned that, oh well.
## 2978                                                                                                                                                                                                                               @_0_0_0_9_ Ty bro, cheers 🙏👁️
## 2979                                                                                                                                                                       i need to fucking get a grip and a life because i cannot stop simping over bl actors
## 2980                                                                                                                                                                                                                        @bl_artcult Call me Sandrine...😉✌️🖤🖤
## 2981                                                                                                               @yanweigay something like this actually made me afraid to make more friends with ppl who have eng as their first la… https://t.co/OfIdymztv5
## 2982                                                                                                            VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3… https://t.co/lePdIt2Md6
## 2983                                                                                                                                                                                                                             @PedronoSandrine You too PS 👁️✌️
## 2984                                                                                                                                                                   This One was a bit boring:/\nManhwa: indigo\n#manhwa #bl #indigo https://t.co/rlnpW5yXa2
## 2985                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult 𝘛𝘩𝘦 𝘞𝘦𝘪𝘨𝘩𝘵 𝘖𝘧 𝘛𝘩𝘦 𝘞𝘰𝘳𝘭𝘥 𝘐𝘴 𝘖𝘧𝘧 𝘔𝘺 𝘚𝘩𝘰𝘶𝘭𝘥𝘦𝘳𝘴\n#expressionwithmeaning \n2… https://t.co/BbRmubuX4c
## 2986                                                                                                           [Abarth BLACK LABEL] New Abarth 695 Tributo 131 Rally (2023) | LAST ICE ABARTH ? | Visual Review, Exterior &amp; Interi… https://t.co/LbZdG7uEQ6
## 2987                                                                                                              @bl_artcult I will be there waiting for you, GN .\nWeird this piece was done before I knew you and looks like belong… https://t.co/3YXNnA0FFh
## 2988                                                                                                                                                                                                                   I need the BL for day 1 too 😭 my OnHo 🥺🥺
## 2989                                                                                                                                                                                                      @bl_artcult Sweet Dreams on the other side Black...🖤🖤
## 2990                                                                                                                                                                                                 @gravegirIs this is literally the art style of a bl i read
## 2991                                                                                                                                                                 Evolution of persona yaoi boys from BL Persona 1 fanart to cannon june to fujo bait akechi
## 2992                                                                                                               @clint11057984 @Koobidivines What fans constantly say bad things about other artists, n forget to vote for their fa… https://t.co/f31w11XBpi
## 2993                                                                                                                                                                          @justthatG_uy This always gives me a warm feeling. Good night, you handsome dog ❤️
## 2994                                                                                                                                                                                                                YALL WANT A BL OR GL COMIC? (or both hehehe
## 2995                                                                                                                                                            They're sooo cute 😭 (sauce: spinach bouquet)\n#SpinachBouquet #yaoi #bl https://t.co/3pMqJSp6gg
## 2996                                                                                                                @RentaMangaStore Stuff like this gives bl such a bad rep, like the amount of these I’ve seen where a love interest… https://t.co/1Bb3HakscP
## 2997                                                                                                                                                                                                                                 aquele bl killing stalking
## 2998                                                                                                               @jenofreitass @Micuko_ @A_BL_Simp I think thai actor cant act funny like adachi and aoki, and about sad scene you m… https://t.co/QPaqzyCXRW
## 2999                                                                                                             Nuby 2-Pack No-Spill Super Spout Grip N' Sip Cup, Red and Bl...\nPrice: $10\nRating: 4.5 out of 5 stars\n\n #kidstyle… https://t.co/aUPdcwgiXH
## 3000                                                                                                               A letter by BJP general secretary organization BL Santhosh to BJP Delhi unit detailing ten points on which they hav… https://t.co/gVni3PgHQY
## 3001                                                                                                                                                                                                      @MysterySolvent I'd say..."Boob Jobs and Bl*w Jobs"..
## 3002                                                                                                                                                                                                                            https://t.co/zZPqiYOzFy\n\nCute
## 3003                                                                                                                                                                                                                                …………..is their ship name BL
## 3004                                                                                                                     @lmaowhoisajax Wait until you find out that literally every name in danmei (chinese bl novels) have a letter abbreviation on twitter 😭
## 3005                                                                                                               #RainbowPrince lead stars Adrian Dionisio and Eurwin Canzana personally invite you to catch Asia's first musical BL… https://t.co/bvKC2AVrsk
## 3006                                                                                                                                                     What AI dreams may come...\n\nSee you on the other side.\n\nGn 🙏👁️\n\n_\n#AIart https://t.co/VNf75oHwLK
## 3007                                                                                                             not me seeing fanart of taku post-game and realizing that takutowa is a bl reskin of max/ash.\n\nand that madatowa is… https://t.co/JdjX8etT1c
## 3008                                                                                                                                                                                                                               @aiki_ksunoo Hehe thank youu
## 3009                                                                                                                                                                       R U KIDDING ME the x cvt is bl€€ding again so i just wasted a bandage and gauze wrap
## 3010                                                                                                                                              Warren Buffett‘s childhood home is on Airbnb - and it’s free. https://t.co/L6NbB6hLjO https://t.co/OZbf6IbcQH
## 3011                                                                                                             I can't wait to see what happens next! Click the link below and join my struggle!\n \n#NFTGiveaways #illustration #bl… https://t.co/oDBIuzPdH0
## 3012                                                                                                                                                                                                           there are no bl that caught my interest lately 🤯
## 3013                                                                                                       Book Online Appointment Call &amp; WhatsApp:- +91-9815160025 Astrologer BL Shastri (expert astrologer &amp; vastu consultin… https://t.co/s0U8xX92yf
## 3014                                                                                                                                                                       @BLUPDATE2020 Sigh… we’ll, that’s depressing… I would so love to write BL scripts… 😑
## 3015                                                                                                                   #FIJaipur | 1k corrupt officers and employees trapped in last 2 years: BL Soni\n\n(✍️: @rajivjodhpur73)\n\nREAD:… https://t.co/N1CZoiAxsM
## 3016                                                                                                                                                                                                     @fort_fts Happy birthday baby \n\n#OurSmile22ndFortDay
## 3017                                                                                                            @illustrata_ai @joynxyz @amli_art @bl_artcult 𝘛𝘩𝘦 𝘉𝘳𝘪𝘨𝘢𝘥𝘪𝘦𝘳\n#expressionwithmeaning \n1st Entry\nGiven the state of ou… https://t.co/3YS6S37Idm
## 3018                                                                                                                                                                                  Love this bl so cute 💕💕💕 i will miss it😔#KabeKoji https://t.co/mjgwsJUKDf
## 3019                                                                                                                    whitelist Assigned  @MedellinAP @wangy190a @lukeabc @Connor___Cheek @jake_rhill @ChahalDesigns @kedziora_james… https://t.co/2LJf5vPC53
## 3020                                                                                                                                                                                                                                               @bl_yj3 Park
## 3021                                                                                                               @aral_was_here @paintedmaypole But they are going to be in a BL drama! Though not related to these MVs... I'm assum… https://t.co/m2CXeJtxDJ
## 3022                                                                                                                                                                                                 @pipandbaby Wanna hug both of you! https://t.co/i916jeLokU
## 3023                                                                                                Mari’s reaction to #MrUnluckyHasNoChoiceButToKiss EP 7 &amp; 8\n\n#不幸くんはキスするしかない #reaction #patreon #react #bl #drama… https://t.co/4eQ4q3wNpt
## 3024                                                                                                                                                    @missypurcell1 This is the truth in my state and the schools in my area. Some are JUST implementing BL.
## 3025                                                                                                                                                                Both Onew and Key will MC For Minho's Lucky Chois!! ONew on 12/9 and Key on 12/8 (BL date).
## 3026                                                                                                            *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://t.co/Qs0uFEyQi4
## 3027                                                                                                                                                                   I swear I'm a natural bl- *wig falls off to reveal I am bald*\nI swear I'm a natural blo
## 3028                                                                                                               @RichardHeartWin @ScotV777 @MarcoTheHEXican @enadorange Talked to me for days never turned me away called me a pleb… https://t.co/1d3tnCFPOU
## 3029                                                                                                                                                                                                 @GentlemanRascal Oh, like losing a family member. So sorry
## 3030                                                                                                                                                                        GUCCI STRIPE FLORAL SKINNY SHIRT\n#fashion\nAffiliate Link\nhttps://t.co/dFg7pNDSjk
## 3031                                                                                                                                                                                                                             Hi! Welcome to our fanbase! =D
## 3032                                                                                                                       I can't wait to see what happens next! Click the link below and join my struggle!\n \n#dccomics #BL #modern… https://t.co/N2qeT1H7iX
## 3033                                                                                                             •kdm• 🏳️‍🌈 bl series "The Director Who Buys Me Dinner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des di Heave… https://t.co/VDyQgngYR2
## 3034                                                                                                               Luxlovery Blush Pink Comforter Set Twin Dusty Rose Bedding Comforter Sets Women Grils Comfy Soft Quilted Lightweigh… https://t.co/yvTyhVUZ2A
## 3035                                                                                                                                                  think i had a mf stroke today when i saw that #Metallica dropped a new single in the current fucking year
## 3036                                                                                                                               @_outrokai hes in dkz, he recently rose to fame after starring in a bl, semantic error, has received a lot of awards from it
## 3037                                                                                                           21" Hookah Set - Premium 2 Hose Hookah Complete Set - Shisha Hookah Kit With Glass Vase Ceramic Bowl &amp; Coal Tongs A… https://t.co/mbbIzaX373
## 3038                                                                                                                  ‾‾‾\nMy boba self only figured out today that the upcoming BL the new employee and the manhwa the new recruit are one and the same 😐\n___
## 3039                                                                                                                   I'm sure this will be the next Hit BL Series. Can't wait for December.\nAnd tomorrow we'll see the new trailer.… https://t.co/FDnQHILVqo
## 3040                                                                                                                                                                                                          this song changed the trajectory of my life at 14
## 3041                                                                                                                 @jeroosan Same add issei form kabekohi,Various handsome seme in bl industry but my head full with seme from japan, i love them personality
## 3042                                                                                                                                                                                                                                       taking notes from bl
## 3043                                                                                                                                                        im so sorry but this song is on the list for top 10 pop songs of the 2010’s https://t.co/Y1Cl4RtvQ3
## 3044                                                                                                                                                                       Iv been reading nothing but BL manga and I gotta say it’s filling a hole in my heart
## 3045                                                                                                                The plot of "Demon Apartment" is like a roller coaster of emotion. It's riveting and full of surprises!\n \n#ADENA… https://t.co/GkuZddLsQ9
## 3046                                                                                                                                                                                                                                       @hero__524 SOOO CUTE
## 3047                                                                                                                                                                                                       bout to look for a three dollar bl to watch im bored
## 3048                                                                                                                                                                                       Poor bl*nks, they don't know what else do... https://t.co/z7Fw2rtrG2
## 3049                                                                                                                                                                                                                                       @fort_fts Mi baby 🥺💗
## 3050                                                                                                                                                                  @BumpstockBarbie Adoption is traumatic to children? 🙄 Maybe she's thinking of foster care
## 3051                                                                                                                                                  @Noahrufus What do you think how am I not suppose to be into BL after seeing this https://t.co/SbynKgd1pQ
## 3052                                                                                                                                                                    Ozone Smart Internal Door Lock Trinity OZ-FDL-22 BL Std (Black) https://t.co/5v8c4WMTtH
## 3053                                                                                                                                                                            Actually did this during the pandemic. Got back into BL https://t.co/HitQDZ3zPr
## 3054                                                                                                                            @ChetEdinger @steveconaway1 @BreenAcres That’s crazy!  But I’m sure you guys aren’t paying retail for it either at that volume!
## 3055                                                                                                                                                                                                       noeul lost his slayfulness after becoming a bl actor
## 3056                                                                                                                                 I don't even have to say it cause I do it anyways, I drop most bl series that's released especially if the script is fugly
## 3057                                                                                                                                                                     ‾‾‾\nLove to see jason tauh making a comeback to bl hehe\nhttps://t.co/3oxxQrmN92\n___
## 3058                                                                                                                                                                                      @WilfredQuadros1 @LegalTalwar How can she go against the employer....
## 3059                                                                                                       Popular BL Webtoon #TheDirectorWhoBuysMeDinner to Be Adapted as a Drama, Confirms Release Date\n\n#밥만잘사주는이상한이사님… https://t.co/smzQIJYIR4
## 3060                                                                                                               3) Tunisia vs Australia featured players from 16 different leagues: La Liga, Ligue 1, Bundesliga, Serie A, MLS, Cha… https://t.co/nWyvdTmvpy
## 3061                                                                                                               4PCS CNC Aluminum 17mm Hex Wheel Nuts Dustproof Anti-Skid Non-Slip for 1/8 Traxxas X-Maxx Summit E-Revo ARRMA Buggy… https://t.co/rAozWAdAvt
## 3062                                                                                                                          💥💥💥Winter is coming, winter is coming! Let's let our children own fish shirts now!\n👉👉👉Only available on… https://t.co/Yh042UYaI4
## 3063                                                                                                                JOOLA 11200U Inside 15mm Table Tennis Table with Net Set - Features Quick 10-Min Assembly, Playback Mode, Foldable… https://t.co/jjiRfdM5Ki
## 3064                                                                                                                                                   @FlamingAnvil And another on the British Library’s Medieval manuscripts blog:\n\nhttps://t.co/HAagQjpY8j
## 3065                                                                                                                                                       special shoutout to my girl Missy who served and allowed me to drink 8 BL smooths courtside tonight.
## 3066                                                                                                                                                                                                        just me dedicating my papers to bl characters again
## 3067                                                                                                                                                      @UniMatrixZ0 @bl_artcult @HODLFrance @DionMedici @IrrecusableNFT Did he make it or hire an ai person?
## 3068                                                                                                               I used to watch so many Thai bl shows and I kinda miss the feeling they gave me. But my engineer and  until we meet… https://t.co/sipBDqXxk3
## 3069                                                                                                                       "Lovely Lies" is an absolutely perfect comic! It's living rent free in my head!\n \n#artinprogress #realism… https://t.co/Leb0BnAtZO
## 3070                                                                                                                                                                                                      Drop beam current to 1 mA for BL-8 alignment. [Admin]
## 3071                                                                                                          @suninhersmile TRUST THESE ARE AMAZING!! \n\nLet dai\n\nsomeone else’s bl manhwa \n\n10 years where i loved you the most… https://t.co/7wdYd3nyaG
## 3072                                                                                                               @laifu_tan I think it started with Kuuga considering there's something called "Odagiri effect" that's being used in… https://t.co/bNZfZYoRxn
## 3073                                                                                                                                                                              He brewed his tea in a bl\n\n&gt;_&gt;RAM116&gt;_&gt; https://t.co/hzwCoegZTM
## 3074                                                                                                                                                                           @cliftonaduncan @WHO @CDCgov Meanwhile…..chicken pox BL: https://t.co/oQqsFurWPI
## 3075                                                                                                                                                                                @prakashraaj Oh so yr Father has finally certified this?? Bl 00dy pa₹as!te!
## 3076                                                                                                             The rough sketches for chapter 1 of BL Demon Hotspring are finally complete!!\n\nExcept the cover page - that will be… https://t.co/vmImajiSEO
## 3077                                                                                                               Trust me! You'll get addicted to this story! You will also get very mad if you like BL haven’t finished yet no spoi… https://t.co/o8hcnCleAf
## 3078                                                                                                                                                                                          @headBONDmeLWJ @B_lab_BL Thank you for showing this, Bond! 💖 🥰🥰🥰💖
## 3079                                                                                                                                                                                    @NoonaUnniLoli a new bl series? i really need to catch up watching soon
## 3080                                                                                                                                                                                                                           @luca_kaneshiro Eh? You got me ☺️
## 3081                                                                                                             🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Coupl… https://t.co/B4uDBslnP4
## 3082                                                                                                                                                                               @LonelyGeekess What's discord is this?! And not gonna lie naruske bl trope 🤣
## 3083                                                                                                                                      did i miss a japanese bl drama release or have i seen it and thought it's too sexual for me and shut it off my brain?
## 3084                                                                                                                                                                       or at least not entirely a sex metaphor but moreso a metaphor for intimacy (it's bl)
## 3085                                                                                                                                                                                             MASKED=BLACK/Rust ship https://t.co/TSTnWtjvAm #DLsiteがるまに
## 3086                                                                                                                He is also maybe the only character in the ENTIRE series that audibly made me say “oh my god that’s adorable” if a… https://t.co/GQ3nQf2Gxl
## 3087                                                                                                                                                                                                                  @miz_irritating bl manga writers be like:
## 3088                                                                                                                                           @ceekeeey thank youuuuu ck koooo, i love u. miss ko na bl days natin huhu 🥲💙 miss you so much jisikaaaaaa &lt;33
## 3089                                                                                                               India makes major strides in improving cargo clearance... Courtesy: BL Read* https://t.co/XsEOZThAmd Awareness, edu… https://t.co/3weVmlIQEZ
## 3090                                                                                                                                                       Put A Number On It! – Upon a globe of math, a bl…\n\nhttps://t.co/HeemJ51cKY https://t.co/IAkihk0eL4
## 3091                                                                                                                            Oh yes my most anticipated bl of the year like y’all don’t know how much I’ve been waiting for this 😭😭😭 https://t.co/kWeG6x6HJx
## 3092                                                                                                             Queer Game Showcase: "The Divine Speaker" by @TwoHalfStudios\n\nA story-rich fantasy BL visual novel about fate and h… https://t.co/bfZbs2mDW6
## 3093                                                                                                                                                                                                                          @Stellsxaa :000000 Is it also BL?
## 3094                                                                                                               Lupin: Lupin's Brazilian subsidiary MedQuimica acquires rights to nine brands from Bausch Health. Lupin's Brazilian… https://t.co/yRQUnyqjoK
## 3095                                                                                                               TigerLily and Bobo keep me sane. They live on top of the washer/dryer. They don't really like one another, but they… https://t.co/vLWdkJkqC7
## 3096                                                                                                                  @savehitesh @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Delayed more than 30 min+… https://t.co/u94Z7HoIRx
## 3097                                                                                                                                                                                                                If I was a colts fan I’d bl@w my br@ins out
## 3098                                                                                                               Z8 Compatible With The Avenger Style Replacement Hood Heat Dispersion Compatible With JK JKU Unlimited Rubicon(2007… https://t.co/2APEmL5DZp
## 3099                                                                                                                                Fragola 482366-BL Black Size (-6) x 3/8" MPT 45° Adapter Fitting MYQKTVY\n\nhttps://t.co/Hshp8sI87N https://t.co/E61Au8CjZD
## 3100                                                                                                                                                                                                      AHAHAHHAHAHA IT’S ALWAYS ALWAYS ALWAYS F*CK THE BL*ES
## 3101                                                                                                               @B0NGBONES Yep! It was with him and a few other well knowns back in Texas and we had more than a few bl*unts in rot… https://t.co/53LmQKSpxA
## 3102                                                                                                                                                                                                 @spectrrral la roche posay could sell me air and id buy it
## 3103                                                                                                                just sinked in that this is p'jojo's first bl series (a story focusing on the romance between two men, to clarify)… https://t.co/xqHm82z9Gz
## 3104                                                                                                                                                                    @fullbodiedjet (I still love you I just wanted a Wedgie shutout, esp against the bl*es)
## 3105                                                                                                               DIVIBOX Tactical Web Belt, Nylon Military Belt for Men, Adjustable Outdoor Belt with Plastic Buckle (120 cm) (Black… https://t.co/A56hOSGw1k
## 3106                                                                                                               One of the reasons the BL industry is such a huge ecosystem- fans spend on happiness, something that can’t be quant… https://t.co/DmYbsiV1Zn
## 3107                                                                                                                                                                                        Because nothing better than horror and bl ! https://t.co/36hhrKZ4Hp
## 3108                                                                                                                                                                                                    @Yk_taekook Bl movie similar like taekook love journey😍
## 3109                                                                                                               @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger i… https://t.co/pOpbxQVLYg
## 3110                                                                                                                                                                                                    @GeorgeSquares he's Lufria from nagabe's bl manga "EAT"
## 3111                                                                                                                                                                   wanna argue but there's bl*nk on ur username. peaceful day again https://t.co/BMV0wQ4gPV
## 3112                                                                                                                                                                  @BowDownDeathRow @HuskyNation2022 @Jimmyhellcat A month to prepare and I see it happening
## 3113                                                                                                                         This series so far is showing the spectrum of stuff on BL fans, the Sao Y.\n\nHilarious, but so on point 😬 https://t.co/FFl8PDo68A
## 3114                                                                                                                @newwcaron Yes ohh i was so confused by them at first, im new to that part of this BL world, it shocked me to know… https://t.co/2J8aLqjSZ7
## 3115                                                                                                               Let me tell you, seeing a screenshot of my former high school principal posting Naruto BL in a discord was not on m… https://t.co/ffiwQVqTiy
## 3116                                                                                                             Lima.” So, too,\nVenice; I have been there; the holy city of the bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/pxYXZvHXC2
## 3117                                                                                                                       Their so beautiful xie lian x hua Cheng 🕊️ #xielian #HuaCheng  #xielinxHuaCheng #HeavenOfficialsBlessing #bl… https://t.co/FVjYjlyiV9
## 3118                                                                                                                                        Apparently I read comics now\n \n#bl #NFTGiveaways #StrangeWorld\n\nhttps://t.co/CpNfSVZKUB https://t.co/8QtOgLpBud
## 3119                                                                                                       @sonderers there is but i havent read it &amp; from what i know, the show is handled with more care &amp; avoids bad bl tro… https://t.co/by6h50E6zy
## 3120                                                                                                             @HazeJaze_ @Shill_DS @FrontmanD2 @Kujay_ Even the 500k daily players is lower than normal\n\nDuring BL seasons we had… https://t.co/OciQlVtE8j
## 3121                                                                                                                       whitelist Interworking Assistant @Willard_BL @AJigs07 @Irrelephantoops @jlooenft @DimoP_19 @BKMIC4 @zebatut… https://t.co/s5vZENGrVU
## 3122                                                                                                               8Pcs of Triangular Powder Puff Makeup Sponges, Made of Super-soft Velvet, Designed for Contouring, Eye, and Corner,… https://t.co/n02yPUElh3
## 3123                                                                                                               "วาระซ่อนเร้น / Hidden Agenda" an upcoming Thai BL series....\n\nhttps://t.co/BTMWdIFCoh\n\n#วาระซ่อนเร้น #HiddenAgenda… https://t.co/Vr4kv8X0Xy
## 3124                                                                                                                                                           Lee Yoohan from PAYBACK bl manhwa.\n\nidc about yoon jay, i love yoohan. https://t.co/M7uJ3DK9vM
## 3125                                                                                                                                                    Gonna do some comic reading\n\n#studytwtph #Drama #bl\n https://t.co/gHTDkqiCUX https://t.co/Luk2euVbwA
## 3126                                                                                                                                                                                                 @NoonaUnniLoli i'm pretty sure it's because of a thai bl 😆
## 3127                                                                                                                                                                                           @hxnri72 @Joheli99 @gae_Dong_RT That’s in almost every BL manhwa
## 3128                                                                                                           Snake speech https://t.co/KxItfDNAIp Hi my name is ryker today i&amp;#8217;ll be talking about snakes. snakes Are repti… https://t.co/Rod2mApO3D
## 3129                                                                                                                                                                             edtwt whats ur dream bl*unt rotation or at least someone u’d die to smoke with
## 3130                                                                                                              BBC News - BBC announces changes to simplify its complaints process\nhttps://t.co/RwgaCucYfl @BBCNews #whiner Oh you… https://t.co/vEt9VH0Ene
## 3131                                                                                                                                                                                                                                   listen to bl_ck b_st_rds
## 3132                                                                                                                                                    Ki Kyujin from Back to School bl manhwa.\n\nanother fav, he's a super nice guy. https://t.co/jcqKqNGCYU
## 3133                                                                                                                         Roshe Cosmetics &amp; BEAT School of Makeup Artistry \rPikesville, Maryland @RosheCosmetics #Blackpreneur… https://t.co/uteKFL9adB
## 3134                                                                                                               BBC News - Monkeypox given new name by global health experts\nhttps://t.co/qKCI3T6z3l @BBCNews @bbchealth @WHO #WHO… https://t.co/U2Kfu8b2uF
## 3135                                                                                                                                                                                                              @UDubTonyD @AcropolisJr @C_M_G206 You’ll know
## 3136                                                                                                               - #Lupin: Subsidiary MedQuimica has inked a definite agreement to acquire all rights to nine medicines from BL Indu… https://t.co/munvxaj9fk
## 3137                                                                                                                                                                                                                  @GMMTV @ppnaravit @phuwintang FINALLY YAY
## 3138                                                                                                            @aral_was_here I mean, the YooJung &amp; KB MVs definitely felt like they closed ambivalently to me. And, then we have… https://t.co/1nQyvHoNka
## 3139                                                                                                                    Bruh xie lian is so beautiful 🕊️ #HeavenOfficialsBlessing #xielian #beauty #bl #adaptation #Historical credit -… https://t.co/Zrsq0aMvZm
## 3140                                                                                                                                                                        not @rvinpeaxe having BL sasaengs. Bitches lurking for real https://t.co/YbHwi6kN9D
## 3141                                                                                                                                                                                                              hannibal the second they hear bl visual novel
## 3142                                                                                                                   Page 15 - Come hang out. #stream #comic #artstream #webcomic #drawing #art #csp #digitalart #webtoon #bl #manga… https://t.co/ArXsWXge9s
## 3143                                                                                                                                                               @ThisIsForFunkos Lol well at least the 1 was the chase oogie boogie bl soda which is awesome
## 3144                                                                                                                                                                    @gfodor @SetUpUsTheB0mb @WholeMarsBlog 🤷‍♀️just saying thts prob why he took issue is all
## 3145                                                                                                               @paintedmaypole MTE! I feel like this universe just got a lot more complicated. I love this song though! And the BL… https://t.co/MaoZI6Ejw4
## 3146                                                                                                               @SetUpUsTheB0mb @BL_Dwyer @WholeMarsBlog The origins of the frog, while interesting, seem unrelated to the key ques… https://t.co/2JmX1owCZu
## 3147                                                                                                                                                                                                                                        More? Check fav! :D
## 3148                                                                                                                                                       @SetUpUsTheB0mb @gfodor @WholeMarsBlog I think its become that way, but originally was the other way
## 3149                                                                                                                                                                                              A Physical Therapist in a BL Comic🥰✨ https://t.co/11ZIwRKMY3
## 3150                                                                                                               @_CryptoHawk @Morpheusresist His name is Zelensky and guess what guys Russians altered hilter symbol to Z, yet it i… https://t.co/yYo4WDvXCX
## 3151                                                                                                           Suporte para Notebook, OCTOO, Uptable, UP-BL, Preto\nlink a baixo !!\nhttps://t.co/A7jdMJ6w4C\n\n#compraagora #notebook… https://t.co/zEuaPPbQju
## 3152                                                                                                                                                                                                                   @BL_27_ @AcropolisJr That’s a fair point
## 3153                                                                                                                my gf and i discussing the dichotomy of the BL ship venn diagram on the 20 minute drive to pick up insomnia cookies https://t.co/XI48nvZsuG
## 3154                                                                                                              @BitMartExchange @ClearCryptos Strong and great project...\nthis project is very good and this projector has a lot o… https://t.co/0cOFdoLNSl
## 3155                                                                                                               @CraigBigby @AcropolisJr No I never said he was blowing away anybody there he is like a 6 for them on the depth cha… https://t.co/O41bzynWJm
## 3156                                                                                                               @har00bb Very handsome, sexy, cute, multi talented young man who is one half of my favourite BL couple with a beaut… https://t.co/U8CtgbpHpy
## 3157                                                                                                               @adhilahamed_BL @TRBRajaa @mkstalin @Udhaystalin @DMKITwing @isai_ @iamchsekar Okay... next our CM will appoint a D… https://t.co/26InEvGOuJ
## 3158                                                                                                                                                                         B-Bl-Blood is…! N-no, I mean a chocolate…drink is…! I-I’m so happy that……it just……
## 3159                                                                                                                                                                                                                    @bl_artcult Lolol yeah don’t think so 😂
## 3160                                                                                                               renai idenshi xx is like a BL mangaka watched utena for the first time and went “this is great but what if we playe… https://t.co/mWQn6pWwQm
## 3161                                                                                                                                 One of the best drawings of all time\n \n#ArtOfTheDay #artcommunity #BL\n\nhttps://t.co/ZwqFDUrJDx https://t.co/PNGIEGCXTk
## 3162                                                                                                                          I've been completely addicted to ONEPIECE and Trapping the Foxy Doctor\n\n#ArtOfTheDay #artcommunity #BL… https://t.co/nEpoVQkXBT
## 3163                                                                                                                                   One of the best drawings of all time\n\n#ArtOfTheDay #artcommunity #BL\n https://t.co/2lcHAFtItA https://t.co/lzqBntZtXX
## 3164                                                                                                                                                                                                                        strangers from hell my favourite bl
## 3165                                                                                                                                                                                                               I like BL that doesn't feel like BL..? Idk..
## 3166                                                                                                                                                                                                                     @bl_ckb_rry la roche possay undefeated
## 3167                                                                                                                                                                                   @cmsorrps4610 Prayers to Bl Carlo Acutis for belief in the Real Presence
## 3168                                                                                                                                                                                                                      i think i'm travelling in bl fiction.
## 3169                                                                                                                @BL_Dwyer @gfodor @WholeMarsBlog It was used by everybody. People noticed 'everybody' included white supremacists.… https://t.co/5QoqBphdne
## 3170                                                                                                                                                                                            @akiratoryo The third ending is good? My first bl was bj Alex 🤭
## 3171                                                                                                               @inkl0ve @mahuhumaling blacklist isnt...the ~best show lmao sometimes i swear it's more entertaining to read the co… https://t.co/HFpS2l21vY
## 3172                                                                                                               The facts that BL cs event punye issue sampai masuk tl acc kpop aku. Snjejsiks..mmg teruk yer and i saw the picture… https://t.co/ft0revxiKu
## 3173                                                                                                                                                                                  @itsiheidi excited sa Walang Aray\n\nKDLEX Sweethearts #RAWRAWARDS2022 bl
## 3174                                                                                                                                                   @woricksb00bs Cherry Blossoms after Winter is a soft introduction it was my first BL before it got weird
## 3175                                                                                                                I love the drama, I really like the character design and I like that their sexuality is not the point of the story… https://t.co/cvxNEGjIcm
## 3176                                                                                                               I love the show bc those sweet moments felt genuine and even how much I rewatch it I still smile bc the chemistry i… https://t.co/Pwe7ygmscT
## 3177                                                                                                                         One of the best drawings of all time\n \n#shucream_bl #architecture #newepisode\n\nhttps://t.co/5B4tr2gg45 https://t.co/Bgk2McgwMP
## 3178                                                                                                                                                  @starrysatur where do u find so much good bl dramas to watch? i have just 4 or 5 to start in my watchlist
## 3179                                                                                                                                                                                                     @Judianna @YouTube She will be missed! Such a talent 💔
## 3180                                                                                                                               @WholeMarsBlog Pepe was originally used as a representation for white supremacists. Thats why Gary is stating it as an issue
## 3181                                                                                                               imma draw myself with a band on that says “yaoi master” because im constantly having to teach people here what it a… https://t.co/5dMYWe12hk
## 3182                                                                                                                       @gfodor @WholeMarsBlog Pepe was originally used as a representation for white supremacists. Thats why Gary is stating it as an issue
## 3183                                                                                                                                                                                                                                     is jihoon in a bl.....
## 3184                                                                                                               News:Elon Musk Is Rolling Out Twitter's Red Carpet For The Far Right\nMy Advice: to ⁦@NiranjanTripa16⁩ \nIf you canno… https://t.co/tX8aP963fr
## 3185                                                                                                                                                                                      @BandB_CBS BL looks soooooo old!!! Ditch that hair &amp; fire makeup!
## 3186                                                                                                              I've read this manga multiple times! You should check it out, too!\n \n#dad #animeedit #bl\n\nhttps://t.co/BWQxd1V9u5 https://t.co/LoX5XzxvD6
## 3187                                                                                                                                                   god if I see one more tiktok about girls wanting to cheat in a relationship I'm gonna bl*w my brains out
## 3188                                                                                                             @illustrata_ai I don't think we're going to the same festival @illustrata_ai 🤣🤣\n\nPerfect mix of gangster rap and de… https://t.co/SdqjV1MzFi
## 3189                                                                                                               @ZNN_BeHoppy It's good I think zee is helping nunew feel more comfortable in the acting role he must play too,being… https://t.co/qwXHr4ICPz
## 3190                                                                                                                                Deehup’s upcoming bl series are crazzzyyyyyy 😩 from i feel you linger in the air to step by step 😥 im so excited oh my lord
## 3191                                                                                                                                                                           @Gabrius07 Not to be that person but BL in need speak is boys love manga aka gay
## 3192                                                                                                                                                             The Chinese White Paper Revolution - Iron Fist Xi Jinping https://t.co/95rGljqGgE via @YouTube
## 3193                                                                                                             sh the\ntossed ship they cling to. A vile wind that has no doubt bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/4O76wH4MJp
## 3194                                                                                                                                  @four4thefire Seriously, she's an attractive woman but really? I'm guessing she has a full-time lighting manager on board
## 3195                                                                                                               @moonlitguts ya when u do b€4ns they bl€€d a lot and are at high risk 4 infection so I'm not taking the risk of get… https://t.co/EoYKwUMvKD
## 3196                                                                                                                                                                                                           "Ah! Shizuo loves Izaya! ..it's .. BL!!!!"-Erica
## 3197                                                                                                             🏀Nice feed off the BL attack from 2023 Deyton Reddic to 2024 Isaiah Amador\nRancho Cucamonga 52 \nVictor Valley 29. 6… https://t.co/aD40SbVrqS
## 3198                                                                                                                                 the BitBoy x SBF spaces coming up reminds me of that time y’all got Scott Melker up there then icebagz and BL made him cry
## 3199                                                                                                                                                                                                       me @ Japanese bl shows: give me 👏 more 👏 salarymen 👏
## 3200                                                                                                          Barnaby and Jess in modern setting\nCommissioned by @jesspersephone\n\nPls. like, comment, and share!\n\nCOMMISSIONS OPE… https://t.co/0eORSQCE5Q
## 3201                                                                                                               @Minnie1op @luuluulaaa @Piffy_UwU Also, not to say they were treated the same but I pointed out the last time those… https://t.co/utp8ixZKJ7
## 3202                                                                                                           Morning!\n\nI made a new acc specifically discussing about BL and stuffs. Pekob2 juga masuk ke sana HAHAHAHA\n\nAnyway,… https://t.co/6NRkD11RbC
## 3203                                                                                                                                          if this mf cvt hasn't stopped bl€€ding by 10pm when i have to take my meds I'm just gonna k1ll myself actually /j
## 3204                                                                                                                                                                                                                  @pevellynee He wakes up in a different BL
## 3205                                                                                                               @lemonboeun what happened?, does anyone complain that NLMG doesn't have sex and that PONDpHUWIN doesn't deserve thi… https://t.co/KbY6kGlVwQ
## 3206                                                                                                                       whitelist Official Agent @leekitoo @bl_eagle87 @ZakNFT1794 @Ice5383 @Johnnykidnft @igotutwo @Picolo09735609… https://t.co/w5I0xkyzv3
## 3207                                                                                                                                                                                  @oli_grind @gruber_laurence ,, r.Ed an.D .bl ue 😸 https://t.co/vvCFLnlZBQ
## 3208                                                                                                                                                                                                                                              KICK BL🚫CKED‼️
## 3209                                                                                                                                                                                @RettaLaw2 @Barrow2022 Oh look! There's Tim Osman, made into BL by the C!A!
## 3210                                                                                                                                         @nes_rox @illustrata_ai @joynxyz @amli_art @bl_artcult @3DBystander @thelastbryson @0xFounderWill Let's get it!! 💯
## 3211                                                                                                               Truer words were never said. I kinda-hate/kinda-have-to check in on twitter/news these days, when I should be makin… https://t.co/Yj3cRkS92d
## 3212                                                                                                                                                                                      @_Denny_143 On or off is forever gonna be my most favorite BL ahhhh😭😭
## 3213                                                                                                                                                                                                       if gmmtv just take all popular jap bl to remake, idk
## 3214                                                                                                                                                                 I've been into bl anime lately, can you recommend some great bl anime?\n#blrecommendations
## 3215                                                                                                               @BL_27_ @AcropolisJr Riley isn’t exactly doing him any favors.  And in my opinion, not making the CFP doesn’t equat… https://t.co/gKWd7fsrJ1
## 3216                                                                                                                       @Vegastheerapan Yeah and once i bit myself on the shoulder and everybody thought it was a hickey😭 *it was pure self hate and stress*
## 3217                                                                                                                                                                                                                   @nessaswhore_ F4 Thailand but make it BL
## 3218                                                                                                                        @illustrata_ai @joynxyz @amli_art @bl_artcult Are we posting our entries here or is there a different platform for the competition?
## 3219                                                                                                               @RedHawk_M @maryked2900 @oldmanwinter65 @matthew__theo St Anne was a just and holy woman conceived in original sin,… https://t.co/uWLndbNW7O
## 3220                                                                                                                                                                       I completed my Better Life Challenge today...how about you?\nhttps://t.co/oaC8luTTYw
## 3221                                                                                                                                                                                                      Sneak peek to "Reality Lover" https://t.co/lT5DPfUVzm
## 3222                                                                                                              Synopsis:\nThe ever so cool Chunghyun tries to act like a cool upperclassman to his assistant TaeIn. However, Chyung… https://t.co/arVTpsOUCa
## 3223                                                                                                                                                              ตุยย หล่อมากกก 😭\nI'm dead. He's so handsome😭\n#Toptap_jirakit #โอลลี่ไทป์ https://t.co/f1cQ5v4PuC
## 3224                                                                                                               Losing him was blue like I’d never know. Missing him was dark gray, all alone. Forgetting him was like trying to kn… https://t.co/ejXuJcbvr9
## 3225                                                                                                                BL RECOMMENDATION\n#132\nTitle: Reality Lover\nAuthor: Yp\nStatus: Complete\nGenre: #Yaoi #Mature #Smut #Workmates… https://t.co/ikO0fTSehT
## 3226                                                                                                                @bl_ag_inc @steveconaway1 @BreenAcres Our neighbor has had a Urea shed for a long time. They are rebuilding it and… https://t.co/XsG9Hw6P1V
## 3227                                                                                                               @shouutobio Everyone who looks at the story as a whole will be disappointed. Loose ends left untied, secrets left u… https://t.co/TOExtEvBAk
## 3228                                                                                                                                    Fragola 229016-BL Pro-Flow Black Size (-16) 90° Hose Fitting 3Y3G9VR\n\nhttps://t.co/7ejbhNgOTm https://t.co/OmsWDakSyj
## 3229                                                                                                                                                                                             can we stop pretending like cerave does anything 4 ur skin lol
## 3230                                                                                                               @CraigBigby @AcropolisJr What coach did he have offensively who was able to put together a high powered offense tha… https://t.co/G5NeGcDnQI
## 3231                                                                                                               @GalileaBetsab1 @MeighanYou @lenaleechii well but nowadays silent girls know so much and have so much in their imag… https://t.co/dolho6WKNx
## 3232                                                                                                                          so i had to roll down my pants while the x cvt is still bl€€ding and now there's blood smeared all down my leg and in my pants :/
## 3233                                                                                                                REPORTS OF A JUMPER; 3900 Bl. Of Blaine St N.E: Rescue units along with Mpd are responding to a call with a person… https://t.co/nIi3d0Zefd
## 3234                                                                                                                                                         The Most Favorite Thai BL Series 2022 &amp;#8211; Vote Now - https://t.co/HBSNPymLvm @TheTopFamous
## 3235                                                                                                                                                         The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/alinbuJNH0 @TheTopFamous
## 3236                                                                                                                * adds bunch of tissues to the cart * because @jimmyyjp_ @Sea_tawinan and @backaof already managed to make us tear… https://t.co/jEZ8l26f9g
## 3237                                                                                                               @FreckledGaymer @Miriosumi @ProfictionPuppy @skyemiko_ @mochii_minty Its not the first but it is pretty rare. I kno… https://t.co/OkpqTmr1Dm
## 3238                                                                                                               @bbuff_filmy That sounded like a signing off speech to me. Hopefully he will not go away forever to PARINEETI, hope… https://t.co/2N5CzUBUnL
## 3239                                                                                                                                                                                              @bl_artcult @illustrata_ai Give up if you want too! Trick - 💻
## 3240                                                                                                                                                  𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3241                                                                                                                                                                                                  We tweets: #6CFacts, #PickOne, #WhatIf, and many more! :3
## 3242                                                                                                                                                                                @Lisaelizabeth Lisa calling Ye mentally ill because he’s bl*ck (IM KIDDING)
## 3243                                                                                                                @FreckledGaymer @Miriosumi @ProfictionPuppy @skyemiko_ @mochii_minty But this person who had a fit is the type who… https://t.co/wrXHJILS3S
## 3244                                                                                                               MoKasi Led Electronic Drum Pad Set - Electric Drum Set Roll Up Practice Mini Drum Machine Kit with Headphone Jack B… https://t.co/NoWxehUIRB
## 3245                                                                                                                i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a… https://t.co/gqTsNxgEpy
## 3246                                                                                                                                                                         “Troub in de fam! Ees what for?” He took an ancient bl     https://t.co/6BzALjUoKA
## 3247                                                                                                                     POLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t.co/nZ1CmJVsNN \n\n#BibleWichapas #bsumone… https://t.co/0ajZuAYOJB
## 3248                                                                                                                                                                                 @TianaTheFirst @TimothyDoescher And he’s a BL drinker. Love it. Mazel tov!
## 3249                                                                                                                                                                                                   @unusual_whales That's bullshit.  Per Bl is full of shit
## 3250                                                                                                                                                                                 imma say it, cutie pie is the most heterosexual bl I've encountered so far
## 3251                                                                                                            @bubblegeommie Of course!!💕 As of right now, my top 5 bl manhwas are: \n1. Semantic Error\n2. No Moral\n3. Dangerous C… https://t.co/7CQBFXKuZX
## 3252                                                                                                                                         @bl_ag_inc @steveconaway1 @BreenAcres We can apply between 1 and 2 transport loads of NH3 daily. Gotta have tanks.
## 3253                                                                                                               @curiousnewton @garyblack00 @elonmusk Gary is explaining why roughly 50% of advertisers have walked. That should tr… https://t.co/N0kBkxrmi2
## 3254                                                                                                               NON-CONTACT SHOOTING:UNIT Bl. Of Galveston St S.W: Mpd is on the scene of a shooting with approx a dozen shell casi… https://t.co/QUqERuTLBa
## 3255                                                                                                                            Not my age, my name, my personality, not even my freaking EYE COLOR, just nothing. I don’t risks I’m too paranoid for that crap
## 3256                                                                                                               @ChetEdinger @steveconaway1 @BreenAcres How much does it cost to get setup for NH3?  99% of guys are using urea aro… https://t.co/11rIlhK8FS
## 3257                                                                                                               school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i go… https://t.co/jzxiouSpaj
## 3258                                                                                                               @arielhelwani It is. But the story is with K.O and Jey Uso primarily. So after the BL turn on Zayn, he teams with K… https://t.co/0nW2599rjF
## 3259                                                                                                                                                                    if i was an esper in the mob verse my special moves would be Fujo Fist and BL Body Slam
## 3260                                                                                                               @Skarrow9 been playing since d1 and imo this season is worse than CoO. I’d way rather play CoO or TTK dry spell tha… https://t.co/BliDNRQN4z
## 3261                                                                                                                Salgro Tec USB Touchpad, Multi-Touch Wired Precision Trackpad for Windows 7 and Windows 10 Computer, Notebook, PC,… https://t.co/9qhiEH1G0i
## 3262                                                                                                               @RonFilipkowski @jp262 Nah.  Marge is so hot for Trump, she wouldn’t cross that line. Although there’s a new kid in… https://t.co/JGE8LxFiHA
## 3263                                                                                                                                                                 This is exactly why I reveal NOTHING about myself….cause of this.. https://t.co/uaZbJrzJRd
## 3264                                                                                                                                                                                                                          @LadyJessMacBeth Beautiful grrrl!
## 3265                                                                                                               @DrMPaff No doubt, and the jokes make good tweets, but #SoR twitter is taking it to an extreme..when ideally we’d b… https://t.co/SLFi9pu2E7
## 3266                                                                                                                                                                                                                        @BL_27_ @AcropolisJr We failed him?
## 3267                                                                                                                                   I wanna try out this comic book style\n \n#Isekai #VirtualReality #BL\n\nhttps://t.co/6dpWCcQJKo https://t.co/4TkejS0xLO
## 3268                                                                                                                                                                                                                              @No_qb_BL 🌹✨𝓖𝓸𝓸𝓭  𝓶𝓸𝓻𝓷𝓲𝓷𝓰🌹✨
## 3269                                                                                                                                                         The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/Hgu0qJ5iJO @TheTopFamous
## 3270                                                                                                               @ThatMothLive I’m worried he will like call me out or something? I mean he hasn’t said anything weird, I checked hi… https://t.co/lqu6MVkRJn
## 3271                                                                                                                 Jayson Tatum  35 PT  15-28 FG  1-1 FT  4-14 3P  3/0 RB  3 AS  1 BL  2 ST  0 TO  3 PF  29 MN   (10:13 4th, Hornets) https://t.co/XTHZLdTORx
## 3272                                                                                                               @CraigBigby @AcropolisJr 3rd HC at the same university which has been awful at having efficient offenses or go play… https://t.co/XTflt2pDxC
## 3273                                                                                                                                                                @ThatMothLive I don’t know why he would….that’s really the first time that’s happened to me
## 3274                                                                                                               @RBReich Twitter is an independent company owned by Elon Musk! ☝️😐\nWhatever he does with his platform is his own bu… https://t.co/cLzsroOz7V
## 3275                                                                                                                                                                            15 Days of Web3 #Blockchain via https://t.co/MtVNo962PB https://t.co/fBQtdEYHpW
## 3276                                                                                                                                                                                                      @BL_Abba Yep! It's definitely more art than anything.
## 3277                                                                                                                                                                                      I saw I don’t want to draw attention to it as I tweet about it….dummy
## 3278                                                                                                                                                                     @Bl_artemis It hasn't happened to me but I Hope he doesn't try to reach out to u again
## 3279                                                                                                                                                                     @ChetEdinger @steveconaway1 @BreenAcres That’s a few gallons 😂 https://t.co/DCGBBomR0S
## 3280                                                                                                                                                           @sundarmail Those with BL degree and black gowns are special category. No one can question them.
## 3281                                                                                                               I remember when i first discovered nume this has been my wallpaper for months! And my coworker saw when I opened my… https://t.co/WSzxDGQXz3
## 3282                                                                                                                                                                    PROTHANE 1-1303-BL 2 or 4 Door Front Black Bump Stop G3RG5LY\n\nhttps://t.co/7s3tyo5qSN
## 3283                                                                                                                                        Introducing a friend to BL and I certainly can’t have her reading rimming on the first attempt this is so difficult
## 3284                                                                                                               Hey so this random middle age dude followed me, I already blocked him and all that but like he was like all politic… https://t.co/cwqWpuT1Mq
## 3285                                                                                                                                                                                                                          parece bl https://t.co/87w9CZJyV5
## 3286                                                                                                                                                                                                    @BL_27_ @AcropolisJr He didn’t have the option to stay?
## 3287                                                                                                                                                                                 @NftSunage @illustrata_ai @joynxyz @amli_art I love this. Thank you Sun! 🙏
## 3288                                                                                                               @yashwantsaikish @ooArchy @SweetHouseMusi @DakpaTangtsang @bl__swan @WifexOfxAgony @Thought_Crimez @HANNYA_vlrt Why… https://t.co/EBz5kf8xZe
## 3289                                                                                                                                                                                                              @CraigBigby @AcropolisJr It was his last year
## 3290                                                                                                                                                                                                            @Based_Jedi I think that's how *art* is created
## 3291                                                                                                                                                                                        let me rewatch semantic error again.. no cuz this bl is soo cute 😊😊
## 3292                                                                                                              Marcus Smart has a CAREER HIGH 15 assists.\nThe 3rd quarter is not over yet.\n\nMarcus Smart  22 PT  8-11 FG  0-0 FT… https://t.co/AgD5PSoo8A
## 3293                                                                                                               @UWMoose @AcropolisJr I’ve been caught between both when a top HC goes to your hometown school and you have been un… https://t.co/DNg0wEo6lP
## 3294                                                                                                               @MaruiTheBunny yes i knew rui was in it! i was surprised bc komiya rio also got announced to be in a BL so that’s a… https://t.co/CM5ypHNHfD
## 3295                                                                                                                                        @bl_ag_inc @steveconaway1 @BreenAcres For the 2022 season we went through enough to fill ~210,000 gallons of tanks.
## 3296                                                                                                               @NinerBy @RickSilvio2 @rams_upX @BigLifeLie @49ersDepression @19problemz Follower lol. Is that why you post here, t… https://t.co/q2XY1lctso
## 3297                                                                                                                                                    Omg My favorite BL series.\nA Tale of Thousands stars and \nTo Sir With Love. 😍 https://t.co/sXxIuCq15z
## 3298                                                                                                                                                                                                         why is bl*ire white's channel still up and running
## 3299                                                                                                                          FREE Template Download #freetemplates #infographictemplates #powerpointtemplates #powerpointinfographics… https://t.co/e2JRypEjUD
## 3300                                                                                                                                                                                                @BL_Abba Hahahaha thanks, I'm just figuring it out as I go!
## 3301                                                                                                                                                                                                             @bl_diesel @shayla_cj I have so many questions
## 3302                                                                                                                                                                                  @Based_Jedi It's just beautiful, and obviously you know what you're doing
## 3303                                                                                                           KIMO Cordless Leaf Blower, 2-in-1 Handheld Vacuum/Sweeper, 150 MPH, Variable Speed, w/2 0 Ah Li-ion Battery &amp; Charg… https://t.co/z8axOxnDKZ
## 3304                                                                                                                                                                                                                he was in a bl too? https://t.co/EeKcBvo8zG
## 3305                                                                                                               Lightess Music Stand Light Rechargeable 14 LED Clip On Book Light Adjustable Piano Lamp Portable USB Desk Lamp, BL-… https://t.co/6bGuQkBlpm
## 3306                                                                                                                                            today i found out that the bulk of nagabe's work (girl from the other side) is mostly furry bl and i'm so happy
## 3307                                                                                                                                                        wait new game, sending my friends bl intros and asking them to guess which character is my favorite
## 3308                                                                                                                   @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nEntry 1: surrender \nEntry 2: indignation https://t.co/pyOmkMh78P
## 3309                                                                                                                                                       Check out Conquest ⚔️ BL/Yaoi ⚔️ Visual Novel by The Yaoi Army on @Kickstarter https://t.co/NoV3sxCFGB
## 3310                                                                                                                                                                      @ChetEdinger @steveconaway1 @BreenAcres How many gallons do you go through in a year?
## 3311                                                                                                                @BL_Abba Windows on 4 of the 5 wall sections. Shelves above the windows. Cabinets below. But you'll be able to see… https://t.co/FGo61wrjDT
## 3312                                                                                                              The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent'… https://t.co/Up3OHdJLsE
## 3313                                                                                                                                                                                                             Amigues recomienden mangas o manwhas bl pfis 😭
## 3314                                                                                                                       🏀 Free College Basketball Pick loaded from Bryan Leonard on (817) Sam Houston St at (818) Nevada! @wagertalk https://t.co/eHcgbA234q
## 3315                                                                                                      1. #Together &amp; #StillTogether of #BrightWin.\nThis was my first bl series I watched &amp; this is where I became an offi… https://t.co/m0uiIHpvqC
## 3316                                                                                                               BOSS Audio Systems BVCP9850W Wireless Apple CarPlay Android Auto Car Multimedia Player - 6 75 Inch Capacitive Touch… https://t.co/qU0ojTwR1b
## 3317                                                                                                                                                                                      Whats with these bl actors being so damn fine https://t.co/g4hsOrvDSK
## 3318                                                                                                               started watching #ToSirWithLove today and I must say it's been a while since a thai BL series intrigued me. very la… https://t.co/YGWU3WMCy5
## 3319                                                                                                                                                                   ok bl brain activated stigmata would make a rly good meliora &gt; melinia plot line LMAO
## 3320                                                                                                               Today mom made me explain f*rries. Last week it was the word c*nt 🙈 Prayers for next week when she asks about bl*mp… https://t.co/D1AtJMCXz2
## 3321                                                                                                                                                                                               agree #1 BL series ko for this year. https://t.co/1WAQnFeE4l
## 3322                                                                                                                                                                                                                                           @bunniefied Done
## 3323                                                                                                                                                                      BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 3324                                                                                                       @businessline hey guys please upload ePaper on time &amp; not every alternate days! Today is 29 November &amp; your BL apps… https://t.co/f2gOzTnKtC
## 3325                                                                                                              Reminder:\nEven NEWTON wasted more time in his life studying ALCHEMY trying to somehow make magic gold than he spent… https://t.co/qZ3xCaP39h
## 3326                                                                                                                                                                              @Based_Jedi Will there be cabinets covering that beautiful stonework or view?
## 3327                                                                                                                      Check out this product G Slim Petite Satin Touch - Pink  \nby Blush Novelties starting at $14.95. \nShop now… https://t.co/3p1j62pKbt
## 3328                                                                                                                                 2022 truly was the year of Problematic and Deranged Starting-Relationship-Premises to Cute-Ass BL Ships... I was #blessed!
## 3329                                                                                                                                  Reviewing my past watched bl series that touched my heart and learned good lessons because of its beautiful storytelling.
## 3330                                                                                                               @BLLoversLink Yeah for sure. A lot of the issues they accuse BL of having can be found in many ways on western show… https://t.co/TwRH6ze6C1
## 3331                                                                                                               @Vminsslutt I get that, and its horrible. However pls understand that in a situation like this, it is not okay to s… https://t.co/4AULpfMNZ0
## 3332                                                                                                                                                                                                                                 @bunniefied @cometwtf Done
## 3333                                                                                                                            ending this thread w THESE TWO MOMENTS! bc bad buddy really said fuck these old fashioned bl tropes 👏🏽… https://t.co/R6iJfXfqb8
## 3334                                                                                                                                                                                                I'm in the mood for a smutty BL\n\nPlease give me some recs
## 3335                                                                                                                                                                                                                                   @bunniefied @alqsyy Done
## 3336                                                                                                                                                @evil_leigh @LiaWardTX1 @iheart_nyatl @Guardia62593962 @ZTwenty9 She’s a beautiful white bl🙃🙃 princess 🤣🤣🤣🤣
## 3337                                                                                                                                                                                                                                           @bunniefied Done
## 3338                                                                                                                                                                                                                  @inbetweenlove31 Awwww thankyou so much 😘
## 3339                                                                                                                @BLLoversLink Definetely! I think this relates to all the moral panic going around in countries like the US and UK… https://t.co/yyj2DrH0S1
## 3340                                                                                                                                                                                                                      @crankyuncle2 Words to live by! 👏👏👏👏👏
## 3341                                                                                                                                                               @humanoids_09 Do you intend to release this story as some kind of BL manga in the future? :3
## 3342                                                                                                                        "My life time goal is to become a BL game protag??" S-seriously I never said that! ......Though it wouldn't be too bad I guess #bot
## 3343                                                                                                               bro i’m so behind on bl’s and i didn’t even watch the new gmmtv2023 tailers but i heard we were getting cherry magi… https://t.co/x712n7hAdv
## 3344                                                                                                               Fk it im going to make Guinevere Gusion's makeshift older sister who is projecting her ahem, BL romance ideals to h… https://t.co/hGglqnP7U4
## 3345                                                                                                                                                                           @woz789 @ActivePatriotUK Yet another bl**dy barber! How many barbers do we need?
## 3346                                                                                                                                                                                                                       @fadhilahinani Whats BL, baby leave?
## 3347                                                                                                                                                                                                                                 @bunniefied @0xblessy Done
## 3348                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/3c8NTbtwtg
## 3349                                                                                                           #anisd #bltwt #Anitwt \n\nHello, this is a new acc of me. He/him 26. \n\nBasically will only talk about BL/yaoi stuffs,… https://t.co/0y8d97ay90
## 3350                                                                                                                                                                                                                               @bunniefied @ridotto_io Done
## 3351                                                                                                                   part of my lore is the fact that i yelled at my bf for 45 minutes the first night we met because he had a bl*ckhawks flag up in his dorm
## 3352                                                                                                                                                                                                                          @bunniefied @Pumpitupdigital Done
## 3353                                                                                                                                                                                                                           @bunniefied @OfficialBailie Done
## 3354                                                                                                                                                                                                                                           @bunniefied Done
## 3355                                                                                                                                                                                                                                           @bunniefied Done
## 3356                                                                                                                                                                                                                                  @bunniefied @lfgvazi Done
## 3357                                                                                                                @masodynamite but also apparently a couple of the entries had toku graduates in bl dramas which is both a low blow… https://t.co/xOnNe9jhud
## 3358                                                                                                                                       @Based_Jedi Weird picture indeed. I recommend a bottle of scotch and a blanket while you stare at it for a few hours
## 3359                                                                                                                                                                                                                  @aksnevv A MAN WHO DEFIES THE WORLD OF BL
## 3360                                                                                                               KOLIGHT Pack of 5 Yards Natural Dyed Ostrich Feathers Trim Fringe 4~5inch for DIY Dress Sewing Crafts Costumes Deco… https://t.co/BZDeYhVhel
## 3361                                                                                                                                                                                  THE BEST AND MOST POPULAR THAI BL COUPLES 2022\n\nhttps://t.co/veTJJIDfGd
## 3362                                                                                                               50PCS Game BL; Yaoi Animation Personalized Graffiti Waterproof Sticker Notebook Refrigerator Skateboard Water Cup W… https://t.co/TnU4ckXweg
## 3363                                                                                                               @yoongsmarq @worldofdrama01 It’s not that uncommon in the BL fandom too coz there’s always the element of imaginati… https://t.co/nLfZWIVnEG
## 3364                                                                                                                                                                                                      ...more bl💙e...pretty blue... https://t.co/zDqSp4k4wk
## 3365                                                                                                                                                                               @SamFisherisback @F_Desouche Brits like studying.\n\nhttps://t.co/8OVJVBXAQw
## 3366                                                                                                                                                                                                                               Is that a BL hat 🧢 👀 #WWERaw
## 3367                                                                                                               DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering fro… https://t.co/6mqXS2zolS
## 3368                                                                                                             When I'm not reading SPYxFamily, I'm reading Love and the Apocalypse!\n \n#BL #books #games\n\nhttps://t.co/BXDO3aGCTb https://t.co/3PK89CewO5
## 3369                                                                                                                                                                     wanna sh so fucking bad but all my PROP BL@DEs are missing/too dull to cut. hate this.
## 3370                                                                                                               ZEGNEER 2 Pcs 9 Slot Magazine Holder,Desktop File Sorter Organizer Triangle Bookshelf Decor Home Office,Photography… https://t.co/prhFDYZzyf
## 3371                                                                                                                                                                                                                I have read so much BL this week its crazy.
## 3372                                                                                                                [2211.15337] I. Bierenbaum, https://t.co/c9W0kw8UUWümlein, A. De Freitas et al.: $O(α_s^2$) Polarized Heavy Flavor… https://t.co/ZmroierHJa
## 3373                                                                                                           @TiaTruths Oh yeah, that.  I saw that, and have been rethinking some of my follows. \n\nFrustrating stuff.\n\nDidn't kn… https://t.co/FjOMGyv8oa
## 3374                                                                                                                                                                           Uhoh mr cop man whats gonna happen to him 🫣 #oc #bl #mlm https://t.co/rJie1Mz4yK
## 3375                                                                                                               @AquaBach3 @nytimes God bless men. They're not good at everything, but most of the things that matter to a civiliza… https://t.co/Fe3UPdDovM
## 3376                                                                                                                                                                                                                           @A_BL_Simp I can't any promises🤭
## 3377                                                                                                                                                                                                                                    @pinkstbz whats this bl
## 3378                                                                                                               my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only b… https://t.co/yU251rAgf6
## 3379                                                                                                               AXEANTS Oversized Recliner Lever Extender Ergonomic Secure Fit for Recliner Handles Easy to Use Suitable for Most H… https://t.co/qSm4UKvHma
## 3380                                                                                                               @albanyvn No I just got other bl I've been eyeing AHAHA 🤡🤡 I managed to find it for a good price tho it was like ma… https://t.co/WfveteO9ho
## 3381                                                                                                               @DrMPaff The next sentence explains the benefits of a read aloud. I know rn is all about trouncing BL, but implicit… https://t.co/k4C6I9Tja8
## 3382                                                                                                                @DamonPThomas @EminaMcLean This is the same when we look at results from BL.( Early Literacy in Australia) When it… https://t.co/zSmcL2Zgxu
## 3383                                                                                                                                                                                                             begging BL to have normal, acceptable age gaps
## 3384                                                                                                               DOUBLE SHOOTING: IAO 1900 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering fro… https://t.co/xAd3DlhiNS
## 3385                                                                                                                                                                                                                          I’m hitting the bl**t tonight chy
## 3386                                                                                                               BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals w… https://t.co/Lj7ptlDEVa
## 3387                                                                                                                                                                                                                                     Bl stuff that i keep:)
## 3388                                                                                                              @vronicatheqoat Are you referring to non-BL webtoons? Cause I only read mature BL webtoons 😆\nHeaven Official's Bles… https://t.co/aiuDW6MsLC
## 3389                                                                                                                                     all my fav bl i’m like 💕💖💗💓💖💘💞💞💕❤️🧡💛💚💙💜💓 over and then i look at hrkg (my 2nd fav series) and they make me want to PUKE
## 3390                                                                                                               Frscch Toddler Car Seat Neck Relief and Head Support, Pillow Support Head Band, Car Safety Seat Head Support Childr… https://t.co/CKZiX4wrH8
## 3391                                                                                                             @MaruiTheBunny i am not who you tagged but it’s the BL with kihara rui!! :0\n\n(also it kinda surprised me when i saw… https://t.co/oY6qua5VXI
## 3392                                                                                                                                                                                No bl fandom will ever come as close to the monstrosity Kinnporsche twt is…
## 3393                                                                                                                             someone know what anime is this?\nis a dog x bear yaoi anime...\n\n@sketchkun ur the bl master here yo https://t.co/PqVavV4qCH
## 3394                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/gaEZiCWoXT
## 3395                                                                                                                                                                                                         may have made my lip bl;eed. like all over my hand
## 3396                                                                                                                                                                                              @JnickMi how do you make the scenery?\nis it from blockbench?
## 3397                                                                                                                                                    DAYTON 1WBU7 Fan Guard,48In Bl,Galv Steel,54 1/4In https://t.co/Xa3GZI60la eBay https://t.co/iIIlZVCCVn
## 3398                                                                                                                                                                                                                                           @BUB_BL_ES cute!
## 3399                                                                                                                                                                        @vicbardesign @illustrata_ai @joynxyz @bl_artcult Love all the tiny chaotic details
## 3400                                                                                                                                                                                                       @xbyeol_ Korean bl dropping contents left and right😭
## 3401                                                                                                               People think I'm weird when I say I like bl but man at least I'm more tame then some of y'all. I've seen so many pe… https://t.co/3yasvoJt1a
## 3402                                                                                                            absent from home.\n\nAs if the waves had been fullers, this craft was bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/VYhryW1oR9
## 3403                                                                                                                                                                                                 @Noeul_lee6 @Vic_Alife @Bossckm_ @fort_fts @peatwasu Jsksk
## 3404                                                                                                                                                                                       @injaydreams hating bl@cks never hurt anyone https://t.co/gyI2VNBzER
## 3405                                                                                                                  Daily Reminder (nov 29) \n\nVote\n•APP\n•WEB \n\n⭐ACOTY\n🔗https://t.co/qIUvOfN5XD…\n⭐Thai Actor of the Year\n🔗… https://t.co/rCZORanRnb
## 3406                                                                                                               ZELARMAN Garden Weeding Sickle/Hand Hoe, Gardening Cutting Grass Sickle, Japanese Sickle Style Hand Weeder Tool wit… https://t.co/jd2Ze4CNWq
## 3407                                                                                                               ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗… https://t.co/3gN4pjNZ4q
## 3408                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/MoukGXuEHZ
## 3409                                                                                                                                                 @rinkouashelia Lia your secret plan to turn your entire chat into BL is working. Need more Ash in my life.
## 3410                                                                                                                                                                            Justin Jefferson 2020 Panini Bl #sportscardsforsale #ad https://t.co/dWoZ0pfVqI
## 3411                                                                                                                    This manhwa is awesome! I can't get enough of it!\n \n#MitchMcConnell #mangaedit #BL\n\nhttps://t.co/G9FLwQU7WK https://t.co/uLbyM1UkVN
## 3412                                                                                                               Butane Lighter Long Butane Torch Lighter Refillable Adjustable Jet Flame Lighter Windproof Lighter with Visual Fuel… https://t.co/QqOOeKZS6H
## 3413                                                                                                                                                                                          @xbyeol_ @A_BL_Simp I thought the poor actors were unemployed lol
## 3414                                                                                                                          Music Video is out for 609 Bedtime Story! The BL with the same name premieres Dec 1st on WeTV 🤩\n\nLink:… https://t.co/TaCll6ogGa
## 3415                                                                                                                                                    @A_BL_Simp @paradisenhypen pretty much 😭😭 we were losing hope it was looking soo bleak but we made it!!
## 3416                                                                                                               ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carj… https://t.co/40LSsoZo1G
## 3417                                                                                                                                            Prothane 6-1704-BL Black Front Upper Spring Isolator BEX69LT\n\nhttps://t.co/OoeWKeRFuM https://t.co/r7TLa1VUr7
## 3418                                                                                                                                                                               @paradisenhypen @xbyeol_ Literally like I thought we were never getting it😭😭
## 3419                                                                                                                                                                                                                     @_Godspell is that a bl comic or what?
## 3420                                                                                                                storageLAB Underbed Storage Containers, Storage Bin for Clothes, Blankets, Shoes and Pillows, 2-Pack - 34 x 17 x 6… https://t.co/9Kork4IE4O
## 3421                                                                                                               Now playing on https://t.co/W9cCONFKyI: "Mother's Children Have a Hard Time" by The Blind Boys of Alabama from 'God… https://t.co/fNjxphZNLc
## 3422                                                                                                                                                                             @DANILALONDERS LMFAO omg no that's Yuki from Gravitation, it was my first BL 😭
## 3423                                                                                                                                                              Just a freaking monochrome candy cane (little hint of her color scheme) hugging a funny bunny
## 3424                                                                                                                                                                                                                     BL is an abbreviation for "banana len"
## 3425                                                                                                               Sorry but I’m staring to really see especially in Thai BL’s their complacency when it comes to their production..af… https://t.co/SI9DZmapJx
## 3426                                                                                                                                                                                @Business_Line_ hi why is the 28 nov issue still unavailable on the bl app?
## 3427                                                                                                                                                @StroeJummer I hope Livingston has recovered from the flooding! Driving through tomorrow, will check it out
## 3428                                                                                                                                                                                                                                       @bl_artcult Too true
## 3429                                                                                                               @hermit_wanderer It was a great series. Tul and Max were one my first Thai BL couples I watched. They do have great… https://t.co/qBqqmydXgn
## 3430                                                                                                               JUMP IN/STOLEN AUTO: Citgo Gas 6100 Bl. of Old Central Ave. Capitol Hts, MD. PGPD on scene investigating an inciden… https://t.co/ehefdwR28V
## 3431                                                                                                                         LOUDERRR just because they got ONE well known jp bl adaptation doesn't mean they can go around like this:/ https://t.co/poXI7RRblJ
## 3432                                                                                                                                                                               @aksnevv I really like to my star (kdrama bl) especially the second season!!
## 3433                                                                                                                                           What Is Barrister Ifeanyi Ejiofor Up To? Seer Bl@st$ Ejiofor. Calls For ... https://t.co/NtHA7Ks3sT via @YouTube
## 3434                                                                                                                                                                                  @aksnevv Have you watched semantic error yet? It's a super cute bl kdrama
## 3435                                                                                                                                                                                                                   Acerte o ship BL pelos emojis — a thread
## 3436                                                                                                                                                                            @JJAB91x just cuz there's more bl than asian ?  makes total sense actually (/s)
## 3437                                                                                                                                                                        er after which I was called—and pulled a spray of the bl    https://t.co/zZwsxIKFIm
## 3438                                                                                                                                               @sideDEEffectss Yeah omg what is going on bl is rising from the ded back on the tl where did she come from 👀
## 3439                                                                                                               I’m happy that we’ve gotten to a point where we’re assured of new BLs if we participate in this game. This is why s… https://t.co/aSYG05PhSz
## 3440                                                                                                               If you’re new you may not get how this helps to support the series and actors and how that means more BLs dramas in… https://t.co/ttbUKyLueX
## 3441                                                                                                               I don’t participate in trending # since I already did my time and had my fun with it when I was an ami (2018-2020 w… https://t.co/zzi26P76gc
## 3442                                                                                                                                                                                             @milkiIino omg suddenly bl is resurfacing from the ded ty ty 🥹
## 3443                                                                                                                                                             Making me realise how many amazing Korean BL shows there are out there https://t.co/nyAP0b1wyX
## 3444                                                                                                                                                                       very cool and inviting6. There were soft, bluey-green bl     https://t.co/RTNBARETjO
## 3445                                                                                                                Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again… https://t.co/kFTgphzCLS
## 3446                                                                                                               nobody is allowed to say bl by fujoshi is "fetishizing" because the bl that I, a whole gay man, draw is some of the… https://t.co/hS7FGkTNAA
## 3447                                                                                                                                                                                       @pneumaninesix @aguilar_ve @NabaeiNaghmeh @shahparism Thank you!! 🙏💀
## 3448                                                                                                                                                   does anyone have any bl dramas to recommend 😳😳 i don’t care what language— just one that you really like
## 3449                                                                                                                                                                           Pls don’t have incest or underage themes, pls pls pls 😭😭 https://t.co/CqpCUlfwzG
## 3450                                                                                                               ARMED CARJACKING: 3400 Bl. of 54th Ave. Bladensburg, MD. PGPD on scene investigating an armed carjacking with an in… https://t.co/HoQwa68feH
## 3451                                                                                                               you can use this bl•ck chain tool to bl•ck the user and everyone who follows them easily (if ever the user has a lo… https://t.co/CTmHzWS5ZA
## 3452                                                                                                                                                                                                                        All I hope is everything get better
## 3453                                                                                                               Amazing how many of the designers involved in #BalenciagaGate and #FashionGate are Eastern European. They were chil… https://t.co/7YbpQlWUO1
## 3454                                                                                                               @dainty_k1tty do not use hydrogen peroxide. use ONLY water. the water should be lukewarm, too hot/too cold=more bl€… https://t.co/biT1QDWg1I
## 3455                                                                                                                                                                                                         @410Athletics I can get you BL,  do you an email ?
## 3456                                                                                                                 BL Eyelash Extension Cream Remover Plus 10g, safest lash removal for sensitive eyes and natural eyelashes YLAQAUQ… https://t.co/3uQ2UWQ8jw
## 3457                                                                                                                                                         The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/stoMp4ohYT @TheTopFamous
## 3458                                                                                                               @PassStage6 @grunklestein I do like that it is easier to follow my manhuas and bl mangas on Insta. Not like Twitter… https://t.co/8mv8XVfd8J
## 3459                                                                                                                                                                                                             We will be watching !! https://t.co/iHx4MG9YUu
## 3460                                                                                                              So far, GMMTV, Gun, and Tor are all failing to convince me that Midnight Museum isn't actually an undercover BL😅\nCh… https://t.co/K5MXzbmiKA
## 3461                                                                                                                                                                                                Me after watching BL\n#Bl #BoysLove https://t.co/R8fed4RjNj
## 3462                                                                                                                 [Bloomberg] What could be more innocent than a blank sheet of paper?\n\nChina’s Covid protesters are holding up bl https://t.co/LgnmiGcFb2
## 3463                                                                                                                                       Dia 5\nBL que me hizo llorar\n10 Years That I Loved You the Most 🤧\n📌https://t.co/rorIf8iNGM https://t.co/JBP79N6LpM
## 3464                                                                                                                                                                                                you’ll always find her in a bl edit https://t.co/3xfkckEENf
## 3465                                                                                                                                                                                                       Omg I didn’t tweet this guys https://t.co/KLbpul11nT
## 3466                                                                                                            🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑… https://t.co/0mwO1XFdEn
## 3467                                                                                                               Such an honor to see #BorderLess among @WIRoBooks’s favorites for 2022! Here’s an excerpt from @AliceKSStephens’s r… https://t.co/Ygj83zXpnC
## 3468                                                                                                                                                                                                                He’s just like me😔😫 https://t.co/0WCkhaApcg
## 3469                                                                                                                              The day I learn how to draw properly the first thing I will draw is my character hugging Nobe, and no one is going to stop me
## 3470                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/uGnPODVYum
## 3471                                                                                                                Ishhh best btullah cite ni..😭🥰 Saito soma really the king voice of bl story!!! Will listen the voice released with… https://t.co/uOfjxUB3w6
## 3472                                                                                                               Irregular Shape Glass Mosaics Pieces Stained Glass, Assorted Colors and Square Triangle Rectangle Shapes, 120 Piece… https://t.co/mq85CP4ecE
## 3473                                                                                                               @Mistas3rdbullet That's cool, my wife plays BL visual novels like that.\nSome, like Dramatical Murder, get animated… https://t.co/1JWHwaLKwB
## 3474                                                                                                                      Mens Western Leather Cowboy Boots Duke Heritage Round Toe by Silver Canyon Bl... https://t.co/MdNOXtczFZ eBay https://t.co/YRZf6peBFl
## 3475                                                                                                               @vancedalism no bc I mentioned yaoi once and suddenly I'm blocked on tumblr (it's that time that I didn't know peop… https://t.co/Uu778S63V6
## 3476                                                                                                                                  ✨ New images released of the first recording of Khun Yai and Jom from the series  #หอมกลิ่นความรัก… https://t.co/XQJcQUCCWP
## 3477                                                                                                               Others I’m like ‘let’s give it time’ since they need to get used to the genre tropes, drama and general culture. Th… https://t.co/s9Wkho4JOD
## 3478                                                                                                             2022 is a good demarcation year for fans of bl dramas. \n\nFans who joined the ‘fandom’ this year have some interesti… https://t.co/Q8V05zqtrQ
## 3479                                                                                                                                                                                                                       @_Mxllaine Future psychiatrist check
## 3480                                                                                                                HELP IVE BEEN INFECTED BY YAOI DISEASE WHENEVER I DRAW IT LOOKS LIKE SMTH FROM A BL WRITTEN BY A MIDDLE AGED WOMEN… https://t.co/0Isn7qJAz3
## 3481                                                                                                                        Mari's reaction to #TheEclipseSeriesEP1 \n\n#TheEclipse #FirstKhao #NeoLouis #reaction #youtube #react #bl… https://t.co/a75TVG7Y0H
## 3482                                                                                                               @AamAnusorn When I travel to Thailand I will give you a hug @AamAnusorn absolute perfectionism. @aamxfamily  As the… https://t.co/WqnLye5RiY
## 3483                                                                                                                @bl_artcult @HODLFrance @DionMedici @IrrecusableNFT Snoop Dogg has started to use it … looks like stable diffusion… https://t.co/n4rvcaWVx5
## 3484                                                                                                                                                                        @DeborahLynnDiaz @curioslight Here is a book n the subject! https://t.co/qcUfWZ4OPk
## 3485                                                                                                                                                                                Cotton Waffle Crew Socks\n#fashion\nAffiliate Link\nhttps://t.co/BjVz6CnmCo
## 3486                                                                                                                                                   Combatting the Challenges of Whole Group Lessons with Blended Learning #eduKATE\nhttps://t.co/sxKcXBfDgX
## 3487                                                                                                                                                                                                   @dylan3253 @pluless Which channel is the real question….
## 3488                                                                                                           ANNOUNCEMENT!\n\nThe BL series #CafeinLove will premiere in February 2023.\n\nStared by Na Napian and Third Nithikan, i… https://t.co/O3SwC2jknP
## 3489                                                                                                               Hello, friends. I've been MIA for almost a week but it's time to return and talk about ALL THE THINGS THAT HAPPENED… https://t.co/1OkUY3Tg7t
## 3490                                                                                                               this is like that one ex-friend that cut me off when i was still closeted and called me a “filthy woman” for asking… https://t.co/UQyWcHUg2Q
## 3491                                                                                                           [Geforce RTX 3060] 2022 HP Pavilion Gaming Desktop PC, 32GB RAM, 1TB SSD+2TB HDD, Intel i5-10400F, Wired Mouse &amp; Ke… https://t.co/Bt3IzOrqds
## 3492                                                                                                                                                                                                          Who just owns all this BL https://t.co/FqFPWMLjRH
## 3493                                                                                                                   401 blackout bug This #PSD file will demo the Black Out bug in #Photoshop. This bug will cause bl https://t.co/gPKdyJMjfD #ExportThatKit
## 3494                                                                                                                                                                                                      !f !t has t0 c0me t0 such ! W!LL d!e f0r my s!bl!ngs.
## 3495                                                                                                                                                                          @bl_artcult @aguilar_ve @NabaeiNaghmeh @shahparism Congratulations on the spread!
## 3496                                                                                                                                       @illustrata_ai @joynxyz @amli_art @bl_artcult "Run faster, we will be late for the concert!" https://t.co/RETl7qSCb9
## 3497                                                                                                                UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars -… https://t.co/Vn3HPgcf6G
## 3498                                                                                                                                                                 From 28/nov/2022 live broadcaste \n\n#xiangyangliyu #gaycouple #bl https://t.co/lLzCw811Xt
## 3499                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult My piece "Anger" represents women reacting and protesting against inj… https://t.co/Js9y9GX0oY
## 3500                                                                                                                    WL RIGHT WAY @partal_io @Lamb12pa @ching791994 @JOHNNYFVR1717 @BL_OODY @EsbergerLee @gatagalewolf @gaotianmei1… https://t.co/UHgKfvYWPK
## 3501                                                                                                                                                                                 BL platts definitely get you where you need to go. https://t.co/ViDY91qjyq
## 3502                                                                                                                What gives them the right to make fun of others and make them feel miserable? If bl*nks want to see something ugly… https://t.co/Zq3Bro03d9
## 3503                                                                                                                butters update!!! he’s doing wonderful! i’ve made enough sales to get his next month of medicine for his long term… https://t.co/ELEjAKZhoh
## 3504                                                                                                                                                                                              @AustinTammen @shayla_cj I don’t think I’ll ever be the same.
## 3505                                                                                         Hahaha stop looking 👀🏓😅\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정 \n#RoommatesofPoongduck304 #kimjiwoong #yoonseobin #BL\n#돌맨스 #BL드라마… https://t.co/Rufnf27AmD
## 3506                                                                                                             their way. The whales had irregularly settled bodily\ndown into the bl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/O8XO6PkA6A
## 3507                                                                                                                                                                     @rotwiq bl*nks scare me... u gotta LOVE humiliation to post this then come for piwon😭😭
## 3508                                                                                                                    "Revenge of the Heiress in Distress" is an absolutely perfect comic! It's living rent free in my head!\n \n#bl… https://t.co/KIqPkZbcMu
## 3509                                                                                                               Monarch Rain Chains Aluminum Gutter Adaptor Black Powder Coated 12028 Brass Bolt for Rain Chain Installation Alumi,… https://t.co/qJ4V3kqnxN
## 3510                                                                                                                                                                                 Alert: MOTOR VEHICLE COLLISION @ GRAND AV/GANDY BL N Tac: G Sent: R33 36FD
## 3511                                                                                                                                                                               Final for varsity girls basketball 🏀 from Harrison Central. \n\nHC 69\nBL 56
## 3512                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult A human rollercoaster, spring loaded, high into the   low lonely Lost… https://t.co/5sfCCaQQLE
## 3513                                                                                                           🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top… https://t.co/EqU1c3eXO5
## 3514                                                                                                               toh bellowing “that’s my wife!!!” about the big boyfriend physically wrapped around his body is maybe one of the gr… https://t.co/xSgZeJeWNg
## 3515                                                                                                             @Sefn1998 No, but @SoccerSpartans does a great job posting their awards.\n\nI want to get our first ALL-410 Soccer Te… https://t.co/thSbqlovoP
## 3516                                                                                                                                                             not only exo but cn bl casts, she's my girl fr https://t.co/IxLznTMjW5 https://t.co/UUOyHzmPBK
## 3517                                                                                                               "Losing Weight for My Highness" is an absolutely perfect comic! It's living rent free in my head!\n \n#the #mystery… https://t.co/PGld9MUdqo
## 3518                                                                                                                                                 BL world new national anthem 😂\nStasy's brother BL song\n\nhttps://t.co/83tHZKau5J https://t.co/wqJKAzapYy
## 3519                                                                                                                                                          A shelf dedicated to my collection of BL and mlm manga,manhwa and novels. https://t.co/ENiWCQKBDQ
## 3520                                                                                                                               Just favorited "Planet Perfecto 625 ft. Paul Oakenfold - Perfecto Bl…" by Paul Oakenfold on Mixcloud https://t.co/S0OhD851ye
## 3521                                                                                                                        To my dearest @bl_4_eva Happy birthday babe. Wishing you all the best in life, stay awesome and fabs 🤍🌞🌻😘😘😘 https://t.co/vqxIB0hSrt
## 3522                                                                                                              @sammysammauy #sammysammauy her reaction 🤣🤣 harder so natural this couple needs more onscreen tooo\n@B_Suphadach Pru… https://t.co/GwvlFJYfFd
## 3523                                                                                                               i can’t believe i gotta say this but as a gay man i literally do not care about fujoshis like i cannot bring myself… https://t.co/mlw1bu1ZtU
## 3524                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/8eCVoGFK2V
## 3525                                                                                                               Voting on the app is so easy, while I wait to vote again, I just click the bottom link to vote in web and voted aga… https://t.co/dlDZPFwAyw
## 3526                                                                                                               I’m sure the next country I may love their BLs is Japan. Once they stop playing it safe and adapt more longer serie… https://t.co/6JFQEf30Nf
## 3527                                                                                                               After I’m done watching a Thai bl I rarely feel like I need more since a series uses the time they have to either m… https://t.co/JmBiNPJvnb
## 3528                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult Brace yourself is inspired on the FIFA World Cup games.\nThe games jus… https://t.co/K5RphtzIS9
## 3529                                                                                                               I’m never going to understand people talking about quality over quantity when it comes to bl dramas. It’s only this… https://t.co/8cRQzKcufm
## 3530                                                                                                               I hope this is not just wishful thinking by the West. Then again, I worked for BL so I kinda tilt towards believing… https://t.co/2giW82ag7T
## 3531                                                                                                                  They finally kissed!!!😭😭 #Boss #Mafia #Confession #byyourside #bl #blmanhwa #blrecommendations #yaoi #yaoimanhwa… https://t.co/9cU4zvfKKM
## 3532                                                                                                               @Beauti_F00L @Morph_VGart @alulasit @delta_sauce @WorldNfts @RedruMxNFT @poetlesstrodden @C4RDlNAL @Ekadasha11 Than… https://t.co/u0pTyt8YBH
## 3533                                                                                                                                                                                                      @PapayaPanic Is it BL??? May I know who's the leads??
## 3534                                                                                                                                                                                                            @aelumicanon Yaoi/BL industry: Am I joke to you
## 3535                                                                                                                                                                                                                                           BL Ranking \n th
## 3536                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/3da2IBUMUt
## 3537                                                                                                                                                                                                                                reading bl (Black Lesbians)
## 3538                                                                                                                                                                                                                   @rozaygott1 I’m hostile cuz I’m bl.. nvm
## 3539                                                                                                                                                                                      now WTF is killing stalking on a bl manhwa recommendations website…….
## 3540                                                                                                               2001 works but I worried and one warrior tribe wise presidential stats general agent Mrs roots bl line first Lady g… https://t.co/qA8xCqwbPN
## 3541                                                                                                                i need to turn off bl*ckboard notifications because whenever they upload stuff for a new class i get told and it’s… https://t.co/PjvDzgQYby
## 3542                                                                                                                                                                                                                           Leading to unexpected happiness.
## 3543                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult Bouquet catcher\n\nIt was a childhood dream, to one day get married, we… https://t.co/aD3gqLyAjK
## 3544                                                                                                                                                                                                                               Leading to an unusual world.
## 3545                                                                                                               https://t.co/uOqL0U4eOw #jo More Democrats at work which is really just the biggest bunch of political hypocrites k… https://t.co/qWyizBaCQq
## 3546                                                                                                               🏀 The ACC/Big Ten Challenge kicks off tonight and in one matchup #Northwestern will welcome #Pitt to Evanston for a… https://t.co/cNJaLfWbJE
## 3547                                                                                                                3 and men bath soap kiwi skin and all  presidential stats Mrs roots bl line first Lady general agent Kong fu mixed… https://t.co/RThdMJD5vZ
## 3548                                                                                                                                                                                                                   FAIRY TALE BL!!! https://t.co/DIG74nAB0K
## 3549                                                                                                                           I've been completely addicted to ONEPIECE and Facing Off Against the Scumbag Top\n \n#JianYi #Blender3d… https://t.co/t3gjtbaIy4
## 3550                                                                                                                                                                                                    @NateJoseph19 @IILearning Sounds like a metaphor for BL
## 3551                                                                                                                                                                                                                @nakamhto srry, I've never heard of that bl
## 3552                                                                                                                                                                                                                               Trying new different things.
## 3553                                                                                                                                                                   wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 3554                                                                                                                                                                                                                                 You released my other self
## 3555                                                                                                                                                                                                   I love when ppl are rude because omg, no way, my turn 🤣🤭
## 3556                                                                                                                    When I'm not reading SPYxFamily, I'm reading Kiss the Abyss!\n \n#Comics #comics #comic #blcomics #BLcomic #BL… https://t.co/VXzXLyGjPo
## 3557                                                                                                                 @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this piece from @RedruMxNFT !! Thank you ser! https://t.co/zSEdmWPU1X
## 3558                                                                                                                @PanthersCulture if BL was bad Tom would have ousted him already. Tampa's problems all stem from Brady bein nearly… https://t.co/kMogeOtqnU
## 3559                                                                                                                                                                         @midknightmoodz @bl__bts_ Lets tag one by one a shampoo brand.\n\n@HeadandShoulder
## 3560                                                                                                               @MAGICALGAYMERS so it'll mostly be n*ws channels and BS mommy time story channels and canadian music; which if they… https://t.co/VTwqe9vpmE
## 3561                                                                                                                                                                                 @Puik_B my ass so deep into bl that i was about to ask what drama this is.
## 3562                                                                                                                      I can't wait to see what happens next! Click the link below and join my struggle!\n \n#MERCH #bl #historieta… https://t.co/afuYUKwhma
## 3563                                                                                                                                                                                                                                     But why did I like it?
## 3564                                                                                                               @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @deeperflows @yeg1zart Congrats to you both!… https://t.co/sWRLgOaeNg
## 3565                                                                                                                                                               Got “bl and yaoi enthusiast” and “no hate!! haters will be blocked” and “put age in bio” too
## 3566                                                                                                                 i may have started watching another bl- im scared what if i cry again, i just finished one earlier and i cried i dont wanna cry again fts.
## 3567                                                                                                            WEE'll havE err'bl👀dY sAYinG, "chEEze"📸🧐\nhttps://t.co/qqiDIbjX25\n\nIve gAt🔫 WON🏆 W*ER*D fur yUH, "COLON'HEIR-E caNs(… https://t.co/gXwK6hGtcF
## 3568                                                                                                                                                                                                                             You gave no signs of a warning
## 3569                                                                                                                                  This manhwa is awesome! I can't get enough of it!\n \n#loutofcountsfamily #OC #GlobalExamination… https://t.co/dqWGd97L9G
## 3570                                                                                                                                                                                                                                      You confused my life.
## 3571                                                                                                                                                                                                strangers from hell, mi bl favorito https://t.co/BG7nuGmy0d
## 3572                                                                                                                                                                                                                                    @A_BL_Simp SCREAMING 😭😭
## 3573                                                                                                               @S_Oberle @IILearning I think the issue for some is that repeated reading is often used in BL to help avoid phonics… https://t.co/7mu2uPIEhJ
## 3574                                                                                                                                                                                                                              @A_BL_Simp hopefully its good
## 3575                                                                                                                                                                                     ·͜· ☀︎𝐺𝑜𝑜𝑑 𝑚𝑜𝑟𝑛𝑖𝑛𝑔︎ \n\n#コフレ #河本バラ園 #バラ https://t.co/fWYqZKI7Ke
## 3576                                                                                                                                             It Has Been 4 Weeks And No One Has Seen Choroko. We Think She Is Buried Under BL Manga In Her Room Please Help
## 3577                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/mz02emUsW2
## 3578                                                                                                                                                                                                                                        You came unexpected
## 3579                                                                                                                                                                                         Oh she’s taking it https://t.co/iHx4MG9YUu https://t.co/snG7YC2iVa
## 3580                                                                                                                 @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space… https://t.co/0TrnTAuqO1
## 3581                                                                                                               Seeing Thai bl history being rewritten in real time is so funny to me. This is how I know I’ve been watching them f… https://t.co/y7J5aBmcpu
## 3582                                                                                                                                                                                                                              @xbyeol_ I’m so exited Omg😫😫🫶
## 3583                                                                                                                                                                                                 se viene el bloty (bl of the year) https://t.co/N9rUhnxarP
## 3584                                                                                                                                                                                                                                 @Hendrixx_bl_ack She's a G
## 3585                                                                                                                                                                                         @Morph_VGart @delta_sauce @bl_artcult @WorldNfts Big thanks ser !🙏
## 3586                                                                                                                                                                                                                                           @rvinpeaxe No fr
## 3587                                                                                                                                                  @isayev_art @Morph_VGart @alulasit @bl_artcult @WorldNfts @pemi_em @deeperflows @yeg1zart Welcome friend!
## 3588                                                                                                                                            @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @pemi_em @deeperflows @yeg1zart woah!!! Thank you ⚡️
## 3589                                                                                                                                           @ozymandiest for us to check out , like Dr. stone. Of course Studio Ghibli. My mangas are almost all BL though.😂
## 3590                                                                                                                                                                                                                                    ! l0ve my s!bl!ngs !!!!
## 3591                                                                                                                                                              Once again, bringing this to the tl cuz I can https://t.co/gatFq6XMo3 https://t.co/S9Ufl9WPFQ
## 3592                                                                                                               @Morph_VGart @alulasit @bl_artcult @WorldNfts Collected this piece by @isayev_art today! Really happy to have it in… https://t.co/oLwnO2Pzkp
## 3593                                                                                                               @ichigoaiscream lmao yes I rmmbr those days when qrt is even considered "rude". True that both group hv come so far… https://t.co/pKVTGRU386
## 3594                                                                                                                                                                                                      me when i see bl*nks on my tl https://t.co/kneuZjPodt
## 3595                                                                                                                                                           I’m planning to just make this account a RT acc for BL?? sayang naman kasi pag i-deactivate ko ☹️
## 3596                                                                                                                                                                                                   Lady carded me and look like “no way he’s 21” 😂😂 I guess
## 3597                                                                                                                                                                                                                              @A_BL_Simp WE WAITED SO LONG!
## 3598                                                                                                                               i let my 3 year old nephew use my spotify ONCE and now bl*ppi is one of my top artists,,, Despicable https://t.co/3JTxTZimsC
## 3599                                                                                                               insulting jaechan for acting in a bl, leaving homophobic remarks then proceed to beg other fandoms to collab them a… https://t.co/DItb5xJCEv
## 3600                                                                                                                                                                                            Omg we won!!!!! https://t.co/mwXKff3Gtu https://t.co/R9sEtfSA2k
## 3601                                                                                                                                                                                              Alert: FIRE ALARM @ 2981 GULF TO BAY BL Tac: B Sent: E48 49FD
## 3602                                                                                                               @NeedlessToSay Oh, I was joking. I didn't care except I couldn't annoy her anymore. Mary is a MAGA who is out for F… https://t.co/8UgOFhHqWY
## 3603                                                                                                               na they accused us consuming sh0t4c0n contents na wala namang proof...but joowon stans are wise- we twisted the sit… https://t.co/n7fTTPlFp3
## 3604                                                                                                                @PanthersCulture I think we would know if BL was the problem. Tom has his way with controlling the coaching staff.… https://t.co/1A8eLCAC2X
## 3605                                                                                                               Upcoming BL drama #TheDirectorWhoBuysMeDinner starring #ParkYoungWoon and #ParkJungWoo releases main poster and con… https://t.co/MJdqIxtrUo
## 3606                                                                                                               @MacticsG1 Lots of people saying worthy was worse.  Worthy had a better loot (both the warmind stuff and the felwin… https://t.co/xfmpHxPZ0M
## 3607                                                                                                                                 never save your partners contact as just their nameee 💀😂\n#TearsByDayLoveByNight #PocketComics #bl https://t.co/4izFpyASVQ
## 3608                                                                                                               @MarkMazzocchi He once said messi was the real goat . Seems he’s doing it because he thinks he’s his friend now. Me… https://t.co/iL2yidt17N
## 3609                                                                                                                                         @SenateGOP translation:\ntime for another tax cut for the rich &amp; big business\noh and Trickle Down............
## 3610                                                                                                                                                TL if i were writing a BL story combined with mental health challenges, with oc's who would want to read it
## 3611                                                                                                             Byron Leftwich is in a no-win situation.\n\nWhen Tom Brady was producing, BL got some hype, but it was mostly because… https://t.co/nOnHUPXoRl
## 3612                                                                                                           Monday Night Showcase time!\n\nTonight, share a piece you collected and shoutout that artist.\n\nTag 3 friends/collecto… https://t.co/Rscamqmd2y
## 3613                                                                                                                                                                                Cleared: Incident on #QM40Bus from Woodhaven Bl/Booth St to 63 Rd/Queens Bl
## 3614                                                                                                                                                                                Cleared: Incident on #QM40Bus from Woodhaven Bl/Booth St to 63 Rd/Queens Bl
## 3615                                                                                                       &gt;RT new game night entertainment w the [redacted] cousins &amp; friends from ngy\n\n1️⃣as umpire\n\n🐻defaults bec while he… https://t.co/dJKC423qly
## 3616                                                                                                                                                                                                               Been awhile but still up to RP #BL #yaoibl 🔞
## 3617                                                                                                                                                                                           Sleeping is for weaklings reading bl and wanting to be a guy too
## 3618                                                                                                                        @taokaenoi_club The most loveable pair, I know they paired in a BL but it felt more of a wholesome bromance. 💚❤️ #ohmnanon #badbuddy
## 3619                                                                                                               Two Way Junior Golf Putter Stainless Steel Kids Putter Both Left and Right Handed Easily Use for Kids Ages 3-5(Silv… https://t.co/b2FX1G9MDx
## 3620                                                                                                               @Skarrow9 I would say it *feels* worse because time-relatively, Destiny feels like it's gone very downhill very qui… https://t.co/LZirqX7ZfI
## 3621                                                                                                                                                        What to read some Webcomic? 🥳🟢WEBTOON link in the bio\n\n#bl #WebtoonCanvas https://t.co/KM5wkKrqdv
## 3622                                                                                                                         WL examine @hoffhoffax @nft_redd @Hulk_BL @CryptoNiel_ @saviourNFts @Sg_smaug @GiftPopPlus @ahmetaharslan… https://t.co/DM4pPwDjNp
## 3623                                                                                                               @marrserranoo @mewsuppasit He doesn't go through anything, he hasn't done more than 90% of the actors bl. Everybody… https://t.co/HqjRreHLC4
## 3624                                                                                                              felt cute in my zombie BL shirt. \ncheck out *Boys of the Dead* by Tomita Douji from @kumapub 👀 (gotta plug my undea… https://t.co/zOLr7q0ZZC
## 3625                                                                                                                        I can't wait to see what happens next! Click the link below and join my struggle!\n \n#inukag #passion #BL… https://t.co/Xl4MGF5EVe
## 3626                                                                                                                                                                                                            wait this was the wrong tweet I ment the bl one
## 3627                                                                                                               Each one of you,in your times of prayer during liturgical season which we have begun, who should..be seeing how our… https://t.co/Mc0UOBiYBB
## 3628                                                                                                               @Skarrow9 @MacticsG1 I want to have the multiple raids we had come back where we had more content in the game to do… https://t.co/P96oIhLv6N
## 3629                                                                                                                         REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4… https://t.co/Ia1KRzQcRF
## 3630                                                                                                                                                                                                       IS TAKARA BL@CKLISTED WHY ISNT SHE HERE AHAHHAAHHAHA
## 3631                                                                                                                        Thank you for sharing this awes̗ome #seo service... 👏\n\n#introspection #indvsbkn #battlerocket #vanish #bl… https://t.co/hGu36OcR12
## 3632                                                                                                               @kurenaifailtaru it's. the spinoff heist(?) comedy movie w/ the kyoryuger cast, so I'm like. isn't this technically… https://t.co/Kadq80wUMp
## 3633                                                                                                                                                                     Delta Faucet T50001-BL Body Spray Trim, Matte Black RRCVSS7\n\nhttps://t.co/1lAhKjTwoa
## 3634                                                                                                                I've watched trailers of other BL's but the dialogue/acting just makes me nope out after 2 mins.\n\nKinnPorsche just hits differently man 😩
## 3635                                                                                                               @rojiblancosRob @BBCSport Wednesday used to play there, and our nickname was The Blades.  So when we invented unite… https://t.co/gopzu8ghaz
## 3636                                                                                                                  "Mr. Snail" is an absolutely perfect comic! It's living rent free in my head!\n 𝙰𝚗𝚍 𝚒𝚝𝚜 𝚐𝚊𝚢/bl 𝚊𝚗𝚍 𝙸 𝚕𝚘𝚟𝚎 𝚋l/gay… https://t.co/V3L96uWekT
## 3637                                                                                                                                                                                                                          @cliterminator IRL BL PPL?;@/);!/
## 3638                                                                                                                                                                   @JynMojito IKR, i giggles like crazy when read this, this BL is such a joy to read BL 😆🤣
## 3639                                                                                                               @BL_Dwyer @SjvTesla @garyblack00 @WholeMarsBlog @MartinViecha Well, waiving pre-deal due diligence and subsequently… https://t.co/A10EmZSehZ
## 3640                                                                                                              Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring… https://t.co/XptpKVl0jy
## 3641                                                                                                                                                                                                                       @sohnricluv he looks like a bl actor
## 3642                                                                                                                Kylie Shreve hit back to back threes and Ridgemont cut it to 15, then Ben Logan scored the last five points of the… https://t.co/XKvYQyTwdo
## 3643                                                                                                                                                                 @thaiifess Kalo series, Manner of death\nKalo BL as a whole film jelas bangkok love story.
## 3644                                                                                                             sketches of uid characters 🤝 sorry for diededing,, college is rough man\n\nmore art in replies since some have bl—d a… https://t.co/YPh8zmkF98
## 3645                                                                                                             ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow m… https://t.co/MBIspw4nt1
## 3646                                                                                                               If there’s anything holding thai bl’s back or something they definitely need to work on is the audio mixing and bac… https://t.co/3JfbbztFfX
## 3647                                                                                                                                                                                         @KinoAlyse @delta_sauce @bl_artcult I shall be there with bells on
## 3648                                                                                                                                                                  Blue Line, PM Rush Performance Report for 11/28/22 (see attached) https://t.co/wflKZGkblH
## 3649                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/3wWXnZav2K
## 3650                                                                                                               @syereen232 Hey no worries you can reply anytime! Hahaha (I guess we’re used to the Japanese style and would say su… https://t.co/DwmlNSWZhx
## 3651                                                                                                                                                                                                                                   @willyisntmyname bl brow
## 3652                                                                                                                               I was just saying this the other day the plot and acting quality was and is unmatched need it back!! https://t.co/c1WYNama2a
## 3653                                                                                                                                       Gonna do some comic reading\n \n#Hermitcraftfanart #mangaedit #BL\n\nhttps://t.co/10VNPcWAL4 https://t.co/u07fshwaBq
## 3654                                                                                                                                                                                                          gettin' deviously goopy.. https://t.co/BaoaghNEdP
## 3655                                                                                                             Aujourd'hui / Today\n\nWar of Y Ep 18 : AisPlay\n\nChoco Milk Shake Ep 9 : https://t.co/F1QNLlDnMo\n\n#BL #WarOfYEp18… https://t.co/qKKRhov2HQ
## 3656                                                                                                                                                                                                                      @exokewl @MyRepublicID same here !!!!
## 3657                                                                                                                                             #TVReview: To My Star 2 (2022) (BL Contemporary)\n*4.5 stars*\nhttps://t.co/rltY3pNRD0 https://t.co/pSrdcn7qWz
## 3658                                                                                                                                                                                             @spacesbnfilled HOY SPILL THE TEA, WHAT BL IM HERE FOR THE TEA
## 3659                                                                                                               @ichigoaiscream Sorry for the reply. But yes so many fans that came into the fandoms during the pandemic are really… https://t.co/kmrvghgzQz
## 3660                                                                                                                                                  stopped caring about being in a relationship until I see these bl tweets NCNSNDND https://t.co/GUaqimaPba
## 3661                                                                                                                                                        Prothane 6-1020-BL Black Rear Spring Eye and Shackle Bushing Kit DKFTN5E\n\nhttps://t.co/nENxEe0lxB
## 3662                                                                                                                                                                                             VEHICLE COLLISION, FREEDOM BL / ALTA VISTA AVE ,WATSONVILL ( )
## 3663                                                                                                               Super late to this party, but I'm so proud of the girls for sticking together through all of this 🤍 F*ck bl*ckberry… https://t.co/T92HkXJI25
## 3664                                                                                                            29 November\nMEMORIAL OF BL BERNARDO FRANCIS DE HOYOS, PRIEST\n\nGet to know more about de Hoyos' life and vocation he… https://t.co/23UyKXoVPt
## 3665                                                                                                                                                                                                      Check out 🥟🐥's video! #TikTok https://t.co/MR0uFojiol
## 3666                                                                                                               Lamare Book Journal for Book Lovers - Reading Journal - 80 Books Reading Log Journal for Book Lovers Gifts for Wome… https://t.co/LnESXndvJD
## 3667                                                                                                                                     @intenselySalmon jfldkfasdfas this is missed opportunity indeed when the tokusatsu to bl pipeline is so goddamn strong
## 3668                                                                                                                                                                           Suporte para Notebook, OCTOO, Uptable, UP-BL, Preto 24.0 https://t.co/yb0NbS4qbf
## 3669                                                                                                               SmartWings Motorized Roller Shades Work with HomeKit, 100% Blackout Window Shades, Cordless Wireless Remote Control… https://t.co/J9afBtE0jP
## 3670                                                                                                           💪😍Let's support #ZeeNuNew  in the voting at TheTopFamous\n\n🤩Thai BL Series👉https://t.co/Kp1dvoSFZl\n\n🤩Thai BL Couple👉… https://t.co/Ke3ufoEPDr
## 3671                                                                                                               ONE WALL Diploma Tassel Shadow Box 11 2x17 8 Inch Frame for 8 5x11 Certificate/Diploma/Graduation Document with Dou… https://t.co/lKBZu6KWsR
## 3672                                                                                                             Check out much more on Bilibili Comics - search "History's Greatest Son-In-Law" and favorite!\n \n#BokuNoHeroAcademia… https://t.co/KZ618ahwx5
## 3673                                                                                                               @neiImobiIe I think the given mangas are the only ones that shouldn't be here cuz I've watched that show it's a cut… https://t.co/UzJ6Mbbwve
## 3674                                                                                                               @kurenaifailtaru they should've included both a scene of agri and a scene from that bl his actor was also in fhdkfd… https://t.co/BG4cpmOhfD
## 3675                                                                                                                          another bl that i've seen and don't remember the name of but look it's banjo ryuga from kamen rider build https://t.co/2z9xD8ZBCK
## 3676                                                                                                                                @JamesSpackman @ChrisCorney1 @teekser @shockproofbeats BL was undermined by poor management and lack of government support.
## 3677                                                                                                      Don’t look it’s inappropriate for kids\n(Chicken without feather = naked chicken = stripper???)\n\n#lhjc #bl #耽美 #烈火浇愁… https://t.co/CBqFpHw98T
## 3678                                                                                                               hehehe i've seen this bl too but again i don't remember the name (this was the one where kamen rider build realized… https://t.co/QadHBW1GGc
## 3679                                                                                                                                                                                                                                          @Joachim_bl Go go
## 3680                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/AHTpxFyjpS
## 3681                                                                                                           🔮💧☀️💀🎄🔥\nSOLD!  Plains [288] [en] (Limited Edition Beta)\nFinal Price: : $14.00\nCondition: MP+\nSKU: BL-030922-022\nLin… https://t.co/GiJmLIo2Kt
## 3682                                                                                                                 whitelist Interworking @CarlosMetaWorld @RHuides @MechNFT @Rohaan07539595 @legendary_mask_ @OpenLoot @krafter_eth… https://t.co/JooGzpoehX
## 3683                                                                                                                                                       oh thank goodness this is a bl and i've seen i but i don't remember the name https://t.co/0bR2Rluncj
## 3684                                                                                                                                                                                                            @bl_artcult I might not be cut out for this 😭😭😭
## 3685                                                                                                                                 i was looking for some shoujo mangas to read and i accidentally end up scroollin in the BL section https://t.co/ciMXoijRUI
## 3686                                                                                                                                      wait no this is a bl that i watched (i think omg this entire thread is mostly tokusatsu lmao) https://t.co/OGfGw3S6vR
## 3687                                                                                                                                                                                               @BlindLawrence I found your dog, BL! https://t.co/vmq0cHTVhl
## 3688                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult The creative process demands a lot from the artist.\nCreativity, reali… https://t.co/9ffxfqU1be
## 3689                                                                                                                                                                                             @noda19911 Those twt lay offs are affecting bl twt.. fuck that
## 3690                                                                                                                i love how all but two people in the qrts guessed wrong and think this is from a BL movie. Like. I fucking wish it… https://t.co/vHSw24KKdH
## 3691                                                                                                                                                                        @bl_artcult @PlMoe1 @ManekiNekoAIArt @AndreWGMI @ommgallery @doritowho thank you! 🥰
## 3692                                                                                                                                                           @WorldNfts @PlMoe1 @ManekiNekoAIArt @AndreWGMI @ommgallery @doritowho Congrats my friend, cheers
## 3693                                                                                                               @egabdraws Only 2 episodes are out. They release once a week on Saturdays. I’ve been WAITING so long too! This is t… https://t.co/MSg1ruV4Oa
## 3694                                                                                                                                                                                   I guess everyone is forgetting all of the bl*zzaes allegations Again huh
## 3695                                                                                                                i honestly didn’t know how i was going on before finding a bl safe space, everyday was a drag and my mood disorder… https://t.co/euB1xqzp5a
## 3696                                                                                                                                                                                                 @DortheJOC @KinoAlyse @delta_sauce Yes! I'm sure we will 🙏
## 3697                                                                                                                                                                                                 @ne_nn_e @momor4mune Wtf it's so sticky and cuteeeeee 🥺☺️💜💛
## 3698                                                                                                                    💪😍let's go vote in Netizens\n\n⚠️ You can vote in 2 ways:\n    🤩Application: Netizens\n    🤩Website👇\n\n🤩Actor👉… https://t.co/kgIpKRdlHu
## 3699                                                                                                              Wait but I actually listen to BL smut dictated by Siri😭😭😭😭like- ALL THE TIME\n\nYou know that background video essay… https://t.co/nDwgjH6W55
## 3700                                                                                                           i do think there is an issue with the fetishization of gay men &amp; many tropes popular in bl are very worrying at bes… https://t.co/NhMAaUUD7K
## 3701                                                                                                              To check the views\nIk I have nothing to be scared of but both kpop and bl isn't an ordinary hobby, most ppl hate kp… https://t.co/cteVjmp4ad
## 3702                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult Screaming Eyes\nThis Art is inspired by the fight and resistance of wo… https://t.co/24dAtNhuYl
## 3703                                                                                                                                                                                        Hey Blank Slate Clothing(@bl_nkslateco), thank you for following me
## 3704                                                                                                                                                            @prodbymiII Hopefully they ain’t start filming that bl yet cuz then the wait might be longer 🧍‍♀️
## 3705                                                                                                              off his head and took his bl@@d for money rit*al purposes.\nSurprisingly, when the victim's wife came back from Chur… https://t.co/6MgLOKFTdR
## 3706                                                                                                                                                                                                                                  @sunnycherry_bl Dm honey💞
## 3707                                                                                                                                                                                                                                      @cutesexyrobutts KING
## 3708                                                                                                               @StankBastard @beingbecks78 @BuccaneerMick @Stank….I get the thought process. But, he was playing at an ELITE level… https://t.co/UGuv7bOKMI
## 3709                                                                                                               Don’t you ever out of your big mouth tell me to stop reading BL , YAOI MANGA , ANIME ETC…… you disrespecting me , y… https://t.co/EAU4dKBOrO
## 3710                                                                                                                                                                    People leaving because bw didn't get a new bl are so funny to me like??? I don't get it
## 3711                                                                                                           NEWS!\n\nThe blessing ceremony of #Lapluietheseries took place today.\n\nAn introverted young man suffers from sensorin… https://t.co/cvLkESskl3
## 3712                                                                                                                                                                              I need to make a BL list… idk why I haven’t I been watching BLs for. While xD
## 3713                                                                                                                                             slowly rollin' over the bl rabbit hole\n d-_-b  &lt;33  d•_•b &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
## 3714                                                                                                                                                                                                    Guess who’s about to watch her yearly cheesy BL J-Drama
## 3715                                                                                                                                   Norwell Lighting Beacon Medium 1 Light Post, Black - 2282C-BL-CL-SE https://t.co/Zz1BHnwXhl eBay https://t.co/AkgHA2VkxE
## 3716                                                                                                                                                                                                                 This fanbase is only for class 6C in BL :)
## 3717                                                                                                                                                                   My heart aches b shakl when I see videos of mistreated or injured animals ejre bl bashar
## 3718                                                                                                                                                              @Chrisland1405 @joynxyz @amli_art @bl_artcult As long as Ai is used in the process, it works!
## 3719                                                                                                                                                           @renjihive Xmen wouldve been way better and more successful if it was marked as BL on mangabuddy
## 3720                                                                                                                                                                                                       Good Morning susu! ✨🌸❤🙏🥺🫂🐣😭 https://t.co/lLtuum3XZU
## 3721                                                                                                                                                                       your BL is one of the best 🫶\n\n#MyToothYourLove #我的牙想你 https://t.co/CYYEB6mofz
## 3722                                                                                                                                                                                                                           Both idk https://t.co/LERKArPK2O
## 3723                                                                                                               @MathewHardy9 USA was rly into eugenics in early-mid 20th century like sterilising people under a certain IQ, or wi… https://t.co/vzl5o2wici
## 3724                                                                                                                                                            @illustrata_ai @joynxyz @amli_art @bl_artcult Hi!! Is it only AI or can be AI with digital art?
## 3725                                                                                                               Butterfly Xstar V Table Tennis Blade - Beginner Table Tennis Blade - Flared Shakehand Handle - 5-ply All-Wood Table… https://t.co/heCAsrVuvs
## 3726                                                                                                               @BL_Dwyer @garyblack00 @WholeMarsBlog @MartinViecha We can't control all of the lightning,some of it will get in th… https://t.co/XgAdSoMsF8
## 3727                                                                                                                                                                                   Cleared: Construction on #Q20ABus Both directions at 20 Av/College Pt Bl
## 3728                                                                                                                Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a… https://t.co/vjH2sW5tp1
## 3729                                                                                                                                                                                                                                   . i stand wiith bl*cks !
## 3730                                                                                                                           this is the perfect description for BL, especially Gravtation ~ cos the DRAMA on that one… immaculate!!! https://t.co/eVeYJlYqNU
## 3731                                                                                                                                                                                                Remember trav came home told me BL I’m finna run it back up
## 3732                                                                                                                                                                       I’m telling u he’s so fineeeeeee #WetSand #bl #manhwa #viral https://t.co/1WAezuEv1Q
## 3733                                                                                                                                                                                       Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc
## 3734                                                                                                                                                                         @Marie69_28387 @MsAlliLux I'm a consumer and I would agree you should BL that guy.
## 3735                                                                                                                                                                                                 @amli_art Back and working, not sure about the ready part.
## 3736                                                                                                                                                Me with some of this Thai bl actors y'all are saying smash. https://t.co/QhqpkPDGK2 https://t.co/1f6H1EnIvq
## 3737                                                                                                                                           @fudrilshi This is actually real. I read BL everyday before bad and after waking up and I've never caught COVID.
## 3738                                                                                                                                                                 Incident on #QM40Bus from Woodhaven Bl/Booth St to 63 Rd/Queens Bl https://t.co/srrugL4qk9
## 3739                                                                                                                                                                                                @gomanga Holy shit fairytale BL? I’m going to eat this book
## 3740                                                                                                                                                  @0xdropys Get involved in more things than you can possibly keep up with on a daily basis. \n\nSource: me
## 3741                                                                                                                                                                                                                     @tyler02020202 name that bl manhwa go!
## 3742                                                                                                                                                                                  @rnisogynist omg shouldve made him get the bl pillow you wanted #nexttime
## 3743                                                                                                               01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is ho… https://t.co/ZJ2Qcc06Gl
## 3744                                                                                                                I hope that when it comes time the shadchan finds for me is a kindred and fujoshi because whoever I marry is going… https://t.co/O3UlTR33G6
## 3745                                                                                                                                               Gonna do some comic reading\n \n#bl #monthlymanga #Action\n\nhttps://t.co/iqIvFf1mjS https://t.co/NzqGg090bB
## 3746                                                                                                                                                     does anyone know what fandom are they from? is it a manhua? donghua? bl novel? https://t.co/nkspXAfnSy
## 3747                                                                                                               2-4-6 Blocks Matched Pair (2 Each), Hardened Steel RC 55-62, 23 Holes (2x4x6 Inches) 246 Precision Ground Machinist… https://t.co/GOiDzAaZDc
## 3748                                                                                                                                                                                              One sneak…mmm https://t.co/hgbIHtSyWl https://t.co/qkdWdAcbdD
## 3749                                                                                                               Palm Springs, Pirate Radio, Me and Earl and the Diying Girl, Sing Street, A Kind of Funny Story, The Worst Person i… https://t.co/p7nvuPcYBL
## 3750                                                                                                                                                                                                   @bl_baddie The miscommunication got me laughing hard 😭😭😭
## 3751                                                                                                               HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD… https://t.co/hWvoRDWy8O
## 3752                                                                                                                                                             @passionate_xx knackered, rubbish, bl**dy in'it lovely(just sounds better in an English accent
## 3753                                                                                                               Écoute c'est actuellement sur Bl@ckfeeling Radio https://t.co/wbGVV5TBvw. the Soul Crew - Live the Soul Crew show (… https://t.co/y1qodWnkCu
## 3754                                                                                                              Just wanna share my thoughts: \nI Indeed enjoying the storyline of BL series, and ofc I love to seeing the moment fr… https://t.co/MKBlIVFL3b
## 3755                                                                                                             "Thankful" Millie Bobby Brown Enjoys Vacation With Boyfriend Jake Bongiovi - E! Online\n\nMillie Bobby Brown is count… https://t.co/4dyI2QtzUW
## 3756                                                                                                                        Check out this product 😍 Case 042 Stockman Amber Bone 😍 \nby CoxWebSales starting at $69.99. \nShow now 👉👉… https://t.co/dLocTfigkd
## 3757                                                                                                                                                   @GINA__BEARS "They're the most weirdest breed for a bl fandom." 🤭🤣 why are they discribing themselves..🤡
## 3758                                                                                                                                                                                      Making salmon for dinner &lt;3 should  I watch my BL while it cooks?!
## 3759                                                                                                               I really feel good about the top four teams here as well-coached squads that are good on both sides of the ball. Mi… https://t.co/Ztq76yeF1l
## 3760                                                                                                            A day early, since tonight's game won't factor into my NFL Top 10 rankings.\n\n1. Kansas City Chiefs\n2. San Francisco… https://t.co/N6oVRXeX5s
## 3761                                                                                                                                                                                Shell-R_E.Dye® Dust Coat\n#fashion\nAffiliate Link\nhttps://t.co/B6yF7VsBFy
## 3762                                                                                                                                                                                                      ALSO IN WHAT FUCKING BL SERIES IS SHE I RECOGNIZE HER
## 3763                                                                                                                           NEWS!\n\nTaiwan's #Vidol is recruiting actors aged 18 to 30 with up to 1,75cm to create a new BL series. https://t.co/ZgbnrT8UCI
## 3764                                                                                                                    @UprightSpeedway 5 World champions, 6 rostrums and 19/22 World finalists. The strength of the BL back!! and as… https://t.co/qTxGKnpy4U
## 3765                                                                                                                      @arielhelwani @BrendanMMA AH: "Do you know what sport that is?"\n\nBL: "It's hockey, right?"\n\nGreat interview. Congrats @BrendanMMA
## 3766                                                                                                               Because they are full of it and B*g Bl*ck C*ck news source doesn't want ppl in Britain knows that democracy does no… https://t.co/nLshUmzq9g
## 3767                                                                                                                @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning "war paint" paint as layers of chaos that can… https://t.co/CCLHA12art
## 3768                                                                                                               Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL,… https://t.co/hRiG1oMuos
## 3769                                                                                                               @khunwens Did I lie? other companies like DeepHouse trying new thngs like a period drama and gmmtv still stuck at U… https://t.co/CobndRgrkj
## 3770                                                                                                                       WAIT WAIT I KNOW HOW SAMI'LL CRUMBLE THE BL, He's gonna manipulate them into free happiness and tranquility! https://t.co/emSZtUFsGX
## 3771                                                                                                                                         @ndtv #NadavLapid YOU SUPPORTED KILLINGS OF #KashmiriPandits #KashmiriPanditsGenocide ..\nTHIS BL🤬🤬D  IS ON YOU ..
## 3772                                                                                                                         @xiaoaishiteru the first one was a theme song to a bl drama starring some juniors like they're making sure the girlies take a look
## 3773                                                                                                               It's so wild that this kiss broke the mold, and yet we've still come so far wrt kissing and intimate scenes in Thai… https://t.co/QRB5CGYs8u
## 3774                                                                                                                          This awesome comic deserves more attention!\n \n#BL #artistsontwitter #Romance\n\nhttps://t.co/OEq1q0fjeC https://t.co/BkvYhA4OHj
## 3775                                                                                                               CalTire 21X3 5 48 Fat Spoke Wheel 2008 2021 Harley Touring Models w/Tire and 11 8 Rotors Bolt on Ready Black Rim/Hu… https://t.co/u0of0Zv8P0
## 3776                                                                                                                Honestly, the greatest feat the Thai BL industry has ever pulled is making me think product placement is charming,… https://t.co/gpyyONOjjq
## 3777                                                                                                                          DNA Motoring HITCH-ALU-001-BL Aluminum 6"Drop Adjustable Dual Ball Trailer Tow Towing Hitch,Blue TXXTETQ… https://t.co/bUdyBn7pvj
## 3778                                                                                                                   [Amazon] Cabo de internet PATCH CORD UTP CAT5e 26AWG 20 METROS AZUL CY-PC20.0M-5-BL - SECCON R$ 28,47 #desconto… https://t.co/xEVet38ujT
## 3779                                                                                                                               Fragola Performance Systems 900617-BL Y-Fitting 16An Male Inlet X 12An Male Outlets Black OJK9BMP\n\nhttps://t.co/qsdFHjLx7Y
## 3780                                                                                                                                   Fragola 892004-BL Black 6AN Male to 1/4" Tube Adapter Fitting PAJQHFN\n\nhttps://t.co/1vB4btRBzc https://t.co/HmG5sHfBx7
## 3781                                                                                                               I watched all the trailers and honestly gmmtv 2023 is a dissapointment. not only we don't have an EM series but the… https://t.co/sI84tvzhwm
## 3782                                                                                                                                                                                                                                 I need Suho to act in a BL
## 3783                                                                                                               @elonmusk This report? Algorithmic Amplification of Politics https://t.co/D7JacuV1X1…? We already knew Twitter boos… https://t.co/GwJFc5gdBX
## 3784                                                                                                                                                                                                                            @drjorgerachid Bl bla glaciares
## 3785                                                                                                                                     One of the best drawings of all time\n \n#painting #BL #sizetwitter\n\nhttps://t.co/RphQuyJKxw https://t.co/JkIo8IcBlg
## 3786                                                                                                                                                                                          @BL_Balthaser Two rabbis in santa suits walked into an elf bar...
## 3787                                                                                                                                                                                                                 @Priyanshi_222 @_BeLLA_rh_ Donee @bl_kao01
## 3788                                                                                                                                                                       Alert: MOTOR VEHICLE COLLISION @ US HWY 19-UNDER/GULF TO BAY BL Tac: B Sent: R48 E47
## 3789                                                                                                               @ColonelWilliam4 lmg I'm so desensitized to gore pmg omgon gom omg omg i do not have feelings omg I'm so desensitiz… https://t.co/YOSk74NLAD
## 3790                                                                                                               iPower 96"x48"x78" Hydroponic Water-Resistant Grow Tent with Removable Floor Tray for Indoor Seedling Plant Growing… https://t.co/7VpelNY19m
## 3791                                                                                                                                                                                                                                  Spider man- Miles Morales
## 3792                                                                                                                 This manhwa is awesome! I can't get enough of it!\n \n#Intoxicated #Bahasaindonesia #bl\n\nhttps://t.co/n0iZw6O5pJ https://t.co/782ajo0zQ0
## 3793                                                                                                                                            Echo Park | Structure Fire reported at N Glendale Bl / W Colton St\n\nhttps://t.co/Y64eLr7aoB\n#lafd #lafdalert
## 3794                                                                                                                                                                                                       @Jur3ky @Vicotryona Omg JURKY chcek my post about BL
## 3795                                                                                                                                                                                                        @Hendrixx_bl_ack You’re killing that poor girl 😂😂😂😂
## 3796                                                                                                                                                              We don't talk about best BL manhwa with Out of Control being left out, literally my favourite
## 3797                                                                                                                                                  Okay so maybe it's not BL, but our discord collectively lost it over this trailer https://t.co/qptOiiVj9h
## 3798                                                                                                                                                                                                                             @basiil_leaf happy birthday BL
## 3799                                                                                                           towa is probably the coolest and sexiest bl protag i've ever played aaaah ;;;;;;; (sorry aoba &amp; rei tengenjibashi b… https://t.co/FcIfPb2hTH
## 3800                                                                                                               @worldofdrama01 They seriously do, I need them in another series one more time, and some of this hardcore delusiona… https://t.co/2xL0g6OcYZ
## 3801                                                                                                                                                                                                                                           @Bl_artemis Same
## 3802                                                                                                               Hey BL world! I read this bl ages ago and cannot remember the title! The story goes: MC gets hit by a signboard, ge… https://t.co/TkjPENTyw1
## 3803                                                                                                               @prettytatamic The one I was hot on for awhile was Sami bringing in Solo instead of the elders, there were some imp… https://t.co/ZRICs7lwpr
## 3804                                                                                                               this reminds me of when anime twt was rec’ing banana fish to people without proper warnings and advertising it as s… https://t.co/0sPpGoIeox
## 3805                                                                                                                                                     @Emily_The_Fox Same, maybe it’s cause I adore Nobe but at the same time like….it’s good to be cautious
## 3806                                                                                                                                                              @AndresGSam @STFC_CDN @STFC_Matters @PereiraAcedoLab @UKRI_News @uclmedsci Congratulations! 🎉
## 3807                                                                                                                  Excited to share the latest addition to my #etsy shop: Corn Bag Heating And/Or Cold Pack https://t.co/YlWSPpS27I… https://t.co/wuxhDT64ds
## 3808                                                                                                                                                    @esthpuh TEN RUNNING THAILAND?:£3):&amp;:&amp;:! when he band all the thai bl’s https://t.co/5yJ0x1CvRS
## 3809                                                                                                                @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @BOURGEOIIS_ @klunk22 @Nika_Rakhmanova… https://t.co/PXbDG86yW4
## 3810                                                                                                                                   @H4NVERSE mostly webtoons/manga or Chinese novels.  currently rereading one of my favorites. it's a bl novel called mist
## 3811                                                                                                               Hii! Formally introducing myself : my nickname is june, 25, law student and bl addict since this year✌🏻 fell in lov… https://t.co/oaUTnrfOrj
## 3812                                                                                                             @MsAlliLux He replied to my very serious threats with "OK"\n\nDebating if I should BL him or not. I absolutely feel i… https://t.co/u1TRDKlkrN
## 3813                                                                                                                                                                                       Alert: MOTOR VEHICLE COLLISION @ 5317 PARK BL N Tac: B Sent: T33 E16
## 3814                                                                                                                                                                                     If he ends up super evil I’ll be heartbroken:( https://t.co/KSOuD43FFj
## 3815                                                                                                               @SjvTesla @garyblack00 @WholeMarsBlog @MartinViecha Yes, but it wasnt the purchase itself thats eroding TSLA. Its t… https://t.co/31ejQjcvbp
## 3816                                                                                                                on Wed. Bl*ckp*nk in your area 😁. One of their songs is Lisa Simpson's fav and was featured in a recent ep of that… https://t.co/MglfgOrGHe
## 3817                                                                                                                   "I, the Empress, Will Become Emperor" is an absolutely perfect comic! It's living rent free in my head!\n \n#BL… https://t.co/22PxxLVf3U
## 3818                                                                                                                                                                      @bl_artcult @delta_sauce Nothing like warm, satisfying alpha. https://t.co/OtI7iPXZbm
## 3819                                                                                                                                                                                                   Yeah...it's a slow news day BL🤣🤣 https://t.co/rwmu8LqURb
## 3820                                                                                                               @SO2portaloos @NAHEIHCIR @NatashaMDay @thetimes Same. Although I’ve tried to volunteer 2-3 times (I’m BL trained) a… https://t.co/lSJGCjY0kx
## 3821                                                                                                               @cybersuccubus Got strep throat for the first time last year when I was visiting the bf in BK and was spending more… https://t.co/nJns7ZqPqU
## 3822                                                                                                                                                                                 @KinoAlyse @delta_sauce This one is going to be extremely alpha. Top tier.
## 3823                                                                                                                @PaulTassi @Forbes The franchise / story yes, but D2 the game itself is on life support - it is made from the same… https://t.co/gAPrRF5f8j
## 3824                                                                                                                                                                                        @lunaIovers in public trying to hold back my tears bl is so healing
## 3825                                                                                                                                                                           @minhoshannie Bl+harry was a thing I didn't know I need it PLUS minsung!!!!! AHH
## 3826                                                                                                                                                                                                                       I was abt to ask the name of the bl😓
## 3827                                                                                                                                                                                                         Congratulations Meatbun🥰🥰🥰 https://t.co/6Yk08p5CCg
## 3828                                                                                                                                                                                      My first three BL. started from the bottom 😔🙏 https://t.co/cuoAv9MNrb
## 3829                                                                                                                                                                                  GUYS DO YOU HAVE GOOD BL RECOMMENDATIONS (THAT ARE SFW) WITH A TRANS GUY.
## 3830                                                                                                                                                                                                    YOU DREW STARS AROUND MY SCARSSSSS NOW IM BL€€D!NGGHHGG
## 3831                                                                                                                ever since 2gether i'm wary of popular bls, i found that when half the people gets really angry about a bl and the… https://t.co/05ijQv7WdT
## 3832                                                                                                                                         *looking at all the BL in the manga section* Ooo i want you i dont know if i need you but oooo I’d die to find out
## 3833                                                                                                                                                                           @EMEDobleNFT @aguilar_ve @lamengana @pneumaninesix Thank you my friend, cheers 🥂
## 3834                                                                                                                                                              @bl_artcult @aguilar_ve @lamengana @pneumaninesix Happy to see you here!! Well deserved!! 💀🤟🏼
## 3835                                                                                                                           Blitzer EAC10A-BL 10-Acre, 110-Volt AC-Powered Electric Fence Charger JQLZJKK\n\nhttps://t.co/Ca3SxtMtXe https://t.co/H9FdsuHXQ4
## 3836                                                                                                                                                                                                                       @Magikewl_Slayer Is this actually bl
## 3837                                                                                                               @hlslaundryday I don't get why people should care what a writer does, if they like it they'll read it if not they'l… https://t.co/2U3pD8ENHc
## 3838                                                                                                                                                                                                                        BL is saved https://t.co/cpwqT1icMF
## 3839                                                                                                                                           The Truth About American Slavery. Uncovered By The GOAT🐐 #WhiteSlavs #Bl... https://t.co/10RxpFJxQj via @YouTube
## 3840                                                                                                                                                                                                  Bon khdamt l math bl behi lyouma 🥰 my day wasn't that bad
## 3841                                                                                                                                                                         @bl_verse Yess yess!! Please please mam I'll be very thankful if you will send me🥹
## 3842                                                                                                                                                                                                                       @PunkTwelve 🙏👁️ so crazy, thank you!!
## 3843                                                                                                                                                                        @beansinbread I'll put it on my list 😍 I'm ngl tho my first 3 bl were all manhuas 💀
## 3844                                                                                                                                                                             Alert: MOTOR VEHICLE COLLISION @ US HWY 19 N/MAINLANDS BL Tac: B Sent: E36 T33
## 3845                                                                                                                           @mallettka @fforcejs Oooh the hottie is force, he is from gmm, got a bl called enchante with another boy called book, his bestie
## 3846                                                                                                                                                                 The new TFF episode made me more wary of Nobe……BUT IT ALSO MADE ME ADORE HIM SO MUCH MORE-
## 3847                                                                                                                                                                                     @joynxyz @illustrata_ai @bl_artcult So excited to see all the entries!
## 3848                                                                                                              @RanaOmran1 It's all about interests..\nE7na lw msh mohtmen bl makeup 3omrna ma hanfhm basics feeh mahma kant blnsba… https://t.co/XlqNHgmzYs
## 3849                                                                                                                                                                                @aguilar_ve @bl_artcult @lamengana @pneumaninesix Loved this your folder. 😍
## 3850                                                                                                                @elonmusk Because you're a bl*ther*ng *d*ot. That part is really obvious. Come back down to earth with the rest of… https://t.co/i4irzen8Z6
## 3851                                                                                                               b-b-buuutttttttt instead they come here, i prefer i come to see them bcs we all kno how ppl willl react if they fou… https://t.co/4788KHBoDY
## 3852                                                                                                                                                                                                              this acc has turned into a bl one lately lmao
## 3853                                                                                                               @bryght_nelson @dreyinker Ur werey no get level .. just brings out proof.. Na criminal 4 ur mind but him no get cas… https://t.co/wgBEqygEwR
## 3854                                                                                                                Amazing to see Lottie and Freya singing in their first concert with Wakefield Youth Choir this evening! Incredible… https://t.co/HhVWvXoUGN
## 3855                                                                                                                                                 10th issue of the AGUILAR ART &amp; NFT Magazine is out! Featuring @bl_artcult 🔥🔥🔥 https://t.co/xUocmrORUq
## 3856                                                                                                                 @bl_artcult @lamengana @pneumaninesix Wonderful experience my friend! Really... 🙋🏻‍♂️👏🏼👏🏼👏🏼 We're honored to meet y… https://t.co/uzwICtTG4Q
## 3857                                                                                                               seeing people tweet about Gay Yuri, Lesbian Yaoi, and Gay Straight after seeing jp fans talk about Yuri BL ships is… https://t.co/e3UBKTYc9y
## 3858                                                                                                               A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and som… https://t.co/tAbmrxM8D2
## 3859                                                                                                                                                                   Hirasaka Mei and Nanako talking about BL classics like Kichiku Megane is taking me out 😭
## 3860                                                                                                                        Giolì &amp; Assia - Even If The Time Will Pass By (I,II,III) @Reynisfjara Bl... https://t.co/eNFvn4HWfl via @YouTube \nbeautiful 💜💜
## 3861                                                                                                                                                                                                                   @staru_gummy Staru writing BL that crazy
## 3862                                                                                                                                                                                 @moldybleach @HODLFrance @DionMedici @IrrecusableNFT 100%. We're here now.
## 3863                                                                                                               Anyone have any complete bl webtoon recs it can be explicit or bad even as long as the art is good and the relation… https://t.co/pNndTZY0ua
## 3864                                                                                                                                              All these weak hero class interview edits made me think that the series is a bl series even though its not. 😭
## 3865                                                                                                                GUYS! My original BL (sen/guide) novel based on Limitless starring Alex and Marisol is now over 30 thousand words.… https://t.co/sTJPjZHn0g
## 3866                                                                                                                                                                                                    @ANGELlCATE everyone's name should have a bl manga lmao
## 3867                                                                                                               The sex scenes in this are unreal! I'm used to such seiso BL! I hide behind my pillow like a scary movie when these… https://t.co/230rXLVKZ1
## 3868                                                                                                                                                                                                 Is it getting hotter or are more bl………. Nvm nvm nvm 😂😂😂😂😂😂
## 3869                                                                                                                @DoctorSam7 @ChaseJYoung1 A balanced literacy/discovery/constructivist approach and a structured literacy/explicit… https://t.co/QakgnHhF3U
## 3870                                                                                                             @OGMangaHunter Can't wait to see if that BL can keep me intrigued with its antag\n\nBut most importantly: how good ca… https://t.co/WsGx2HZsCz
## 3871                                                                                                                                                                                     a bl!nk and a sw!ftie ofc not surprised at all https://t.co/gbzV01XXei
## 3872                                                                                                                                                                                                        Bring on the Tesla Phones and software ;) @elonmusk
## 3873                                                                                                                                                                                                            @GoldenH48814905 its a BL drama, its got 8 EP's
## 3874                                                                                                                                                                         “Troub in de fam! Ees what for?” He took an ancient bl     https://t.co/47OB9X9iHa
## 3875                                                                                                                                                              for a month straight i've been having the same reoccurring dream. i'm just turning it into BL
## 3876                                                                                                                @WaylonJ226 @TimLasson @brianlilley I hate this bl—dy word "harvested" for hunters. They don’t grow the geese, the… https://t.co/KAMMjGwg09
## 3877                                                                                                                                @goldiegottweets I feel like she’s prolly had both tbh, like she got them removed and then got a BL to get it shaped again?
## 3878                                                                                                                                                                                              I am starting to believe I have a pattern with BL ACTORS…. 😭😭
## 3879                                                                                                                                                                                @Mone_fb @Flow_bl It.s not with Twitter but due Pakistan youth and patwaris
## 3880                                                                                                              @monarch_nooroo @L4DYNOIRE BL reader here its heavily pointing at 2 eps\nplus writers confirmed everything will be r… https://t.co/gVSbcO3Sf7
## 3881                                                                                                               @aguilar_ve @lamengana @pneumaninesix Wow, thank you SO MUCH for having me in this month's issue. Amazing interview… https://t.co/qQK4iOBlis
## 3882                                                                                                                                                                           @tbaudinette Oh no! Too sick for even watching BL?? I hope you feel better soon.
## 3883                                                                                                                                                       alternatively-\n\nPawoo: "Hey what does GL and BL mean?"\n\nTirol: "Oh honey, how much time ya got?"
## 3884                                                                                                                                                                                                 CAN SOMEONE RECOMMEND A GOOD BL MANHWA PLEASE IM DESPERATE
## 3885                                                                                                              Bisco, looking at his new manga options: "Hey Milo, what does BL mean?"\n\nMilo, having prepared for this day: /play… https://t.co/la6jazkCAa
## 3886                                                                                                                                                                                 BACA NIHH!! FOCUSED ON THEIR FRIENDSHIP! BUKAN BL! https://t.co/JlwLsrHC5i
## 3887                                                                                                                                                                              @TheEastEndPoet I hope you’re both well soon. Look after each other  👩‍⚕️ 👨‍⚕️ xx
## 3888                                                                                                               @moonbeamrondo theres a military school arc depicting char and garma's school life (and a rebellion that eventually… https://t.co/1RWNeVlElT
## 3889                                                                                                                 PROTHANE 7-1712-BL Black Urethane GM Style Big Block Engined Radiator Isolators NDO8E53\n\nhttps://t.co/Fc1ij8rkN3 https://t.co/cPZjH6ILNI
## 3890                                                                                                                           GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4… https://t.co/OLcel08OE5
## 3891                                                                                                               MACHSWON Trailer T-Handle Lock, Rear Fixing T Handle Lock Tool Box Garage Door Lock with 2 Keys for RV Caravan Moto… https://t.co/bTNB8D0Oqe
## 3892                                                                                                             Like #crime fiction? \nGet ♡❤ FERN SHAPES UP TO FORM ❤♡  by “@bl_els "@Pizzazz_Books\n#99c\nhttps://t.co/8WehBHgLRf …  https://t.co/2xHlW28ySI
## 3893                                                                                                               I think that #Bayern will sign Füllkrug after this Worldcup :p he'll fill the Club's need for a CF and it'll be wel… https://t.co/XYeUNk6DHA
## 3894                                                                                                                                                                                         @EdwardthembaSa I saw it on the BL corner. Looks like a springbok.
## 3895                                                                                                               500 Pcs Mini Brads for Paper Crafts, 8mm Round Metal Paper Fastener Brads DIY Making Flower Scrapbooking Decorative… https://t.co/cAXEjHQ0Ea
## 3896                                                                                                                                                                                                             no bl. just friedship. https://t.co/fZkhZPJQsT
## 3897                                                                                                               @eibarkingpessi @miguel97mtz @eatingcochie @ESPNFC Messi scored a penalty atleast, pendu didn't even touched the ba… https://t.co/XpRYls7qpu
## 3898                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/ynciVZRkBo
## 3899                                                                                                             Mari’s reaction to #MyBeautifulMan EP 5 &amp; 6 \n\n#reaction #patreon #react #bl #drama #jdrama #marireacts #retweet… https://t.co/G6mbJsuRp8
## 3900                                                                                                                                                                          Why are kpop stans on the tl threatening to bl*w *p the bbc can someone explain 😭
## 3901                                                                                                                @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @klunk22 @ala_art_lab @Nika_Rakhmanova… https://t.co/wOvWx8I6ln
## 3902                                                                                                                                                                            T.CO+Old Effect Cargo Pants\n#fashion \nAffiliate Link\nhttps://t.co/9HYhYXCV85
## 3903                                                                                                                                                                                                          Way over my bl as ck head https://t.co/55pVcnGQfF
## 3904                                                                                                               Fiscal Update Article: FY 2024 Department Requests — Transportation, Infrastructure, And Capitals Appropriations Su… https://t.co/FFm0Z5XzvZ
## 3905                                                                                                         🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FRE… https://t.co/LvdWZBQuYI
## 3906                                                                                                               StealthMounts Flex Battery Holders 24v | Flex Battery Mounts for Flex 24v Power Tools | 6 Pack | Flex Battery Organ… https://t.co/FuwQ8PA3XB
## 3907                                                                                                                          VINTAGE USA LEVI'S 501xx BUTTON FLY DENIM JEANS 38" W 31" L MEDIUM WASHED BL https://t.co/178yhjsupp eBay https://t.co/jZIrwu8rTO
## 3908                                                                                                                        @ArashianPatx07 first time i saw it i thought it was a bl but that’s because i didn’t know much japanese and it was a repeat on ntv
## 3909                                                                                                                                                                                                                               @nagrom_bl NOT A DRILLLLLLLL
## 3910                                                                                                                    Eastbound 6-car BL/New Carrollton Train 459 has been holding about 1,646ft from New Carrollton on track 1 for at least 5 mins. (4:59pm)
## 3911                                                                                                                    Eastbound 6-car BL/New Carrollton Train 459 has been holding about 1,646ft from New Carrollton on track 1 for at least 5 mins. (4:59pm)
## 3912                                                                                                                           Something that i did a year ago but time to throw it away, so say goodbye to the goofy grape 🍇 bedroom 😂 https://t.co/UBiGVcUWCS
## 3913                                                                                                                           This manhwa is awesome! I can't get enough of it!\n \n#Skullgirls #BL #update\n\nhttps://t.co/VPQUUSuJiQ https://t.co/6pB7JW0GOE
## 3914                                                                                                                             @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @BOURGEOIIS_ @ala_art_lab… https://t.co/e6rruLQhn6
## 3915                                                                                                                    i was like oh what bl show is this just to realize that it's shinee 😂 hayst choi minho apaka fruity mo talaga 🤣 https://t.co/UtdOpukZna
## 3916                                                                                                                    @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @BOURGEOIIS_ @klunk22 @ala_art_lab… https://t.co/519jWo8sOe
## 3917                                                                                                                                         The manhua has been feeding us so well\n \n#BL #artist #webtoon\n\nhttps://t.co/N3vjtLI5ao https://t.co/olgGHPadsk
## 3918                                                                                                               If anyone is interested in a (definitely NSFW) aged-up, friends-to-lovers Twisted Wonderland one-shot fanfic, well,… https://t.co/tKjtVUqVC0
## 3919                                                                                                               Car Door Step - Foldable Car Door Step Supports Both Feet, Climbing Assisted Car Roof Portable Steps Pedal for SUV,… https://t.co/eb5GM8vvcy
## 3920                                                                                                                                                                                          @slayer_agolf the next time she tells the truth is the first time
## 3921                                                                                                                         @Zirnike @ToganJoe @fwe1991 @JamesCa70626795 @RGanley @RAGINxCAJUN @ThereseOSulliv2 @shellyt561 @WebGuyTV… https://t.co/YH0Shsnuxx
## 3922                                                                                                               My thyroid doctor appointments were crazy. They asked me a lot of questions and made me do bl**d work. He said my t… https://t.co/osAkBLGVOt
## 3923                                                                                                                                                   @xinoei I HOPE TOU ENJOY HIM!! I haven’t checked his intimacy rooms yet but Edmond’s are truly shoujo bl
## 3924                                                                                                                                              If we think about it Neymar is the real enemy bc he’s a bl#nk https://t.co/5F0TmrbEoH https://t.co/VhPP04rYyV
## 3925                                                                                                                               I've read this manga multiple times! You should check it out, too!\n \n#Doujinshi #bl #FanArtFriday… https://t.co/P5ns6TRM14
## 3926                                                                                                             ep. 10 of Until We Meet Again. the fog is lifting.\n\nI liked this episode much better than ep. 9. there is more driv… https://t.co/PB4eev4Bxy
## 3927                                                                                                               @HawleyMO @Apple when is @hawleyMO going to start supporting ALL Americans interests instead of insurrectionists, a… https://t.co/BLspxTCjiG
## 3928                                                                                                                                                                                          Neithardt was just seen in the BL  aisle! https://t.co/aJFILUKnUm
## 3929                                                                                                                                                                   @P_Azuro @0xTjo @AOTMgallery @Giga_Chad_Pepe @Vince_Van_Dough Beautiful work, congrats 🙏
## 3930                                                                                                               SWEETT Slingshot Ammo Ball Clay 2100Pcs Biodegradable Clay Slingshot Ammo 38 Inch Hard Clay Slingshot Ammo Balls 9m… https://t.co/wrQPXjU4eJ
## 3931                                                                                                                                                                                                    I really do save the dumbest shit to my snap memories 🥴
## 3932                                                                                                               sister put on 21p bl*rryface in the car n it was so crazy to me cause she is the age now that i was when that album… https://t.co/9h6UKQwae5
## 3933                                                                                                               KILLED IN BATH TUB FILMED BY SPINDLER ANGELIKA  IN REINACH BL AERIA  PATIENCE JIMMY KILL  GUARANTERS  FROM VÖGELIHA… https://t.co/BJG2SMfmva
## 3934                                                                                                                                                                                  Burberry Printed Shirt\n#fashion\nAffiliate Link\nhttps://t.co/8objZ25s0d
## 3935                                                                                                                                                                                       @fudrilshi @getoskito I cure my mental breakdowns with BL since 2018
## 3936                                                                                                               I am sharing my school data this week. I gave the data to each teacher, but created a pie chart for each grade, cyc… https://t.co/xTz5KNH0ZK
## 3937                                                                                                                                                                                                          i need xiaojun to be the main lead in a bl series
## 3938                                                                                                                       Learn why transparent reporting is critical for banks that want to improve their #ESG initiatives. #TeamWDAY https://t.co/HI6zui2hUG
## 3939                                                                                                                                                                                          @kaistrauma damn it... i need to convert yew to the bl world 🧍‍♀️👩‍🦯
## 3940                                                                                                              “Fake” environmentalist David Suzuki outed by “real” journalist Brian Lilley. 😂\n\nI guess my mum always did tell me… https://t.co/ZTQc0Ngpgn
## 3941                                                                                                                                                                                                                    @lushachilles "nombre del bl" GET A JOB
## 3942                                                                                                               that being said love stage!! is absolutely light hearted and silly goofy romancey even though theres a lot…of awful… https://t.co/45BSvqR3ul
## 3943                                                                                                                okay listen…BL is not for the weak….every horrible trope you can think of IS in there but what nonfans dont get is… https://t.co/xgeCHhKM2y
## 3944                                                                                                                @CH3NGQING nooo fudans are men who like yaoi and BL, male equivalent to fujo. idk man @russiaphobe u know hapanese… https://t.co/KE2LAjjCm7
## 3945                                                                                                               Grab it like it's all mine. Indeed, Injunnie belongs to dreamies and czenies but why does this look like a scene fr… https://t.co/9xsXj3haqL
## 3946                                                                                                                                                Pittsburgh vs #1 Kentucky Men's Soccer 2022 | NCAA Soccer Championship https://t.co/2XKsggk7C3 via @YouTube
## 3947                                                                                                                                                                                                @Petesbiglife @Iraqveteran8888 Too much gri gri w/bl berry.
## 3948                                                                                                                Quluxe Terminal Bus Bar Terminal Block Brass Wire Screw Terminal, 6 Positions Screw Brass Terminal Grounding Strip… https://t.co/0bPLOCKxvI
## 3949                                                                                                                                                                                                                                @milephakphum Goodnight 💚💚💚
## 3950                                                                                                                         VINTAGE USA LEVI'S SILVER TAB RELAXED DENIM JEANS 38" W 32" L LIGHT WASHED BL https://t.co/AcHMLHPehD eBay https://t.co/1aqVeThl0p
## 3951                                                                                                              The new early access chapter 88  has been updated on Tapas and Patreon! \nWill Cyrus agree to the marriage proposal?… https://t.co/8BioKAz8eU
## 3952                                                                                                               Kids Zone Collection Bedspread Coverlet Kids/Teens Safari Zebra Elephant Giraffe Lion Cheetah Palm Trees Beige Whit… https://t.co/Rf1B5Z9zkp
## 3953                                                                                                                                 feeling so rancid lately everytime i read a BL with a rich young master mc or lead (99% of them) i start feeling homicidal
## 3954                                                                                                             i'm still going to consume the media that i want to consume. \n\ni'm not much for bl because it hasn't caught my atte… https://t.co/loOuUHFh07
## 3955                                                                                                                    whitelist Detailed @Teniola_1 @IAMCPO_ @_Bl_v_ck_ @NawEster8 @whoisOjay @PyaeSon59427219 @widskyyy @wl_addicts… https://t.co/cVvwf6zi1h
## 3956                                                                                                                                                                               @joynxyz @illustrata_ai @amli_art @bl_artcult Very excited about this! 😍✨🙏🏻
## 3957                                                                                                                                                                              omg whats the name of this bl yall pls I need to know https://t.co/FLDJfv8Ql6
## 3958                                                                                                               i'm also kind of obsessed with people qrting certain shots and being like 'this doesnt have random shit in the back… https://t.co/8nvztvTiZS
## 3959                                                                                                               CPR Activation for @TUCSONFIREPIO at 02:39 PM MST (S TUCSON BL); 1 citizen responder just notified. 1 nearby AED id… https://t.co/DhMK18YhRv
## 3960                                                                                                               Autism Pin Button Badge, 4 Badges, 32 mm, I am autistic, Please be patient I have autism, I am autistic not rude, B… https://t.co/OVU1qsfCLb
## 3961                                                                                                                                                0309 i stole this idea from pop &amp; its kinda half assed but they \n\n#milgram_bl https://t.co/Z2r422FC8i
## 3962                                                                                                                                                                 BL stories stop villainzing people who deal with their mental illness badly challenge 2k23
## 3963                                                                                                                O2 Recovery Drink Variety Pack, Oxyenated Electrolyte Drink for Daily Hydration, Includes Orange Mango, Grapefruit… https://t.co/QZnh8FSt3K
## 3964                                                                                                                                                                               @LayahHeilpern @elonmusk BL stands for boot licking. https://t.co/xTS5iuaASh
## 3965                                                                                                                                                                                      @nagrom_bl casey is coming back! look at their instagram or facebook!
## 3966                                                                                                                                                                              @bl_artcult @HODLFrance @DionMedici @IrrecusableNFT It’s just getting started
## 3967                                                                                                               Women's enjoyment of BL is inherently different than men who consume "lesbian" media because women are generally em… https://t.co/vv663sWSQI
## 3968                                                                                                                                             @_0_0_0_9_ @ClaireSilver12 @bl_artcult A fine a selection by Claire and great project to be part of! Congrats🍻
## 3969                                                                                                                                  The manhua has been feeding us so well\n \n#BL #animated #illustragram\n\nhttps://t.co/qJiK1PagA6 https://t.co/Hyp9QveirL
## 3970                                                                                                               The more f*fa documentaries i run while i play my mobile games the more I wonder how white privileged men like bl*t… https://t.co/qJjhMFVAer
## 3971                                                                                                                                                                                                                        @ESPNFC In 2nd photo he looks 60 ;p
## 3972                                                                                                                                                                                                                        Respect is not given, it is earned.
## 3973                                                                                                                                                                          I'm sorry but no, pls don't remake my fav Japanese bl 🥹🙏🏻 https://t.co/gfMPzpR36s
## 3974                                                                                                                                                                                                                                          see you bl sa pbw
## 3975                                                                                                             @illustrata_ai @bl_artcult @joynxyz @amli_art #expressionwithmeaning\n\nInspired by The Smiths album “meat is murder”… https://t.co/S26x9Ijh2D
## 3976                                                                                                                                                                                  @SupriyaShrinate @himantabiswa Ohhh my god... Sir hope you recover faster
## 3977                                                                                                                                                What is Content Governance? 4 Easy Steps to Create a Model in 2022 #marketing #tech https://t.co/yzWM9EkVTR
## 3978                                                                                                            Happy birthday William Blake. The English artist, poet &amp; printmaker, whose printing technology innovations allowed… https://t.co/xkBwM8KvZt
## 3979                                                                                                               @RehaLuvz_ @sinclairful Yes, it’s BL. Named Scum Villain Self-Saving System (or SVSSS).  If you asked me to describ… https://t.co/k1fCukgSsC
## 3980                                                                                                                                                                                      @Hana2SetbtS I only have BL thoughts for this https://t.co/fe7wExLRxJ
## 3981                                                                                                                                                                                                      @WilfredQuadros1 @alok_ajay @RSSorg Gutter mouth alok
## 3982                                                                                                                          VINTAGE USA LEVI'S 501xx BUTTON FLY DENIM JEANS 38" W 31" L MEDIUM WASHED BL https://t.co/yvjbGtMxFa eBay https://t.co/vquGwkLkrH
## 3983                                                                                                               both bl and bh side have some seriously biased takes and they are blind to every scenario that doesn't fit their na… https://t.co/eEj1XtsYBu
## 3984                                                                                                               @DST23674269 @BlueLockpic What more could you want? Scoring two goals, one as impossible as his shot from the middl… https://t.co/eAaT66Um14
## 3985                                                                                                       Just placed a solid order w/ B&amp;N, snagged strays on Amazon (I know, don't judge) &amp; hit up bl preorders with Yiggybe… https://t.co/Q1O0x8J7fJ
## 3986                                                                                                               I got a new tag notification at Bomtoon for #Syndrome (Stockholm Syndrome by Kimba) and I just want to say, some of… https://t.co/2l8yEdYkgz
## 3987                                                                                                                                                                                        my babies 😭💕 #19days #19days409 #manhua #bl https://t.co/ZH0KXztjE9
## 3988                                                                                                                                                                    @joynxyz @amli_art @bl_artcult Thanks so much for all your help putting this together!!
## 3989                                                                                                                                       Prothane 7-1607-BL Black Differential Carrier Bushing Kit FKFTLHE\n\nhttps://t.co/rDJ3RrhszY https://t.co/CcNqWG4FSN
## 3990                                                                                                          TOP BL'S DO ANO\nMyunho 5-minute Chart\n\n1. To Sir, With Love [+1] *new peak*\n2. The Miracle of Teddy Bear [-1]\n3. No… https://t.co/PmROISoyok
## 3991                                                                                                               @TimRunsHisMouth 100% true. BLM couldn’t care less about BL. Scam. I challenge anyone to give me one example of how… https://t.co/RtjvORpbaR
## 3992                                                                                                                                             Prothane 8-702-BL Black Rack and Pinion Bushing Kit IUOPNTB\n\nhttps://t.co/E67V7GjNb9 https://t.co/pzv5wwy2SF
## 3993                                                                                                                                     Prothane 19-1722-BL Black 2 5" X 2 5" Shock Reservoir Mount F01QSD6\n\nhttps://t.co/dyw3YpqhNC https://t.co/4QwTSBx9NG
## 3994                                                                                                                                    Trust me! You'll get addicted to this story!\n \n#real #bl #Artstyle\n\nhttps://t.co/SlzncK9O6r https://t.co/j53r8m5Eiw
## 3995 semes that like to take uke's dick in the mouth &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;\n\n#boyslove #yaoipages #yaoi #manwha #BL
## 3996                                                                                                                                                                                                                   i won't talk abt yr bc idk this bl is um
## 3997                                                                                                                      @BeckyLynchWWE Skynets newest &amp; Deadliest Model....\nThe Model BL-101\n\nThe Man-inator\n\n@BeckyLynchWWE https://t.co/65ZHZvNdLc
## 3998                                                                                                                @SeanRossSapp I get everyone is saying Sami will team up with KO and they will turn on the BL but wouldn’t it be a… https://t.co/fjtp0JmLoi
## 3999                                                                                                              I feel that now we're living an era in BL's series of: \n"He seems a bad boy but he's really a soft boy". \nIn which… https://t.co/JrtElNQXHg
## 4000                                                                                                                                                                                                    @fort_fts Happy birthday Fort🎊🎉 https://t.co/G4RhUPNpD4
## 4001                                                                                                                  The plot of "My Nine Female Disciples" is like a roller coaster of emotion. It's riveting and full of surprises!… https://t.co/MRBHe1SWyI
## 4002                                                                                                                                  The manhua has been feeding us so well\n \n#shxtou #DemonApartment #BL\n\nhttps://t.co/H46vJuSRE2 https://t.co/jbaClQ6GFv
## 4003                                                                                                              @VegasPeteLover @biblesbiu_ I read the novel first VP book 📖 cause I just loved 😍💙  Pete's poster \nI didn't watch e… https://t.co/QK3BSbmvBx
## 4004                                                                                                                                                                             It’s a bl**dy disgrace! How dare they! @Tobias_Ellwood https://t.co/783qHxkcGI
## 4005                                                                                                           me being french &amp; forcebook 1st bl revolving around France has to be destiny, I'm taking it as a very personal mess… https://t.co/vEydHTQQRF
## 4006                                                                                                                             @_Messimerizing_ If a song continues to stabilised with 2M by next year then we can say but otherwise BL is still going strong
## 4007                                                                                                                                                                                                          @bl_artcult @illustrata_ai @amli_art Likewise ✨🤝
## 4008                                                                                                               AISIBO Mini Auto Car Garbage Can Automotive Vehicle Rubbish Bins, Small Trash Can Cup Holder for Bedroom Office Des… https://t.co/PdlkxxddU1
## 4009                                                                                                                Here is a sample of concertina books made by the Year 4 and 5 pupils at English Martyrs. Some of the children have… https://t.co/7OQkHyEu15
##                  created
## 1    2022-11-29 23:59:35
## 2    2022-11-29 23:59:27
## 3    2022-11-29 23:59:21
## 4    2022-11-29 23:59:02
## 5    2022-11-29 23:58:59
## 6    2022-11-29 23:58:59
## 7    2022-11-29 23:58:53
## 8    2022-11-29 23:58:13
## 9    2022-11-29 23:57:49
## 10   2022-11-29 23:57:47
## 11   2022-11-29 23:57:42
## 12   2022-11-29 23:57:02
## 13   2022-11-29 23:56:38
## 14   2022-11-29 23:55:48
## 15   2022-11-29 23:55:19
## 16   2022-11-29 23:54:52
## 17   2022-11-29 23:54:37
## 18   2022-11-29 23:54:04
## 19   2022-11-29 23:53:48
## 20   2022-11-29 23:53:44
## 21   2022-11-29 23:52:57
## 22   2022-11-29 23:52:01
## 23   2022-11-29 23:51:34
## 24   2022-11-29 23:50:51
## 25   2022-11-29 23:50:27
## 26   2022-11-29 23:50:19
## 27   2022-11-29 23:50:00
## 28   2022-11-29 23:49:53
## 29   2022-11-29 23:49:31
## 30   2022-11-29 23:49:22
## 31   2022-11-29 23:49:13
## 32   2022-11-29 23:48:00
## 33   2022-11-29 23:47:38
## 34   2022-11-29 23:47:23
## 35   2022-11-29 23:47:17
## 36   2022-11-29 23:46:45
## 37   2022-11-29 23:46:45
## 38   2022-11-29 23:46:34
## 39   2022-11-29 23:46:30
## 40   2022-11-29 23:46:20
## 41   2022-11-29 23:46:19
## 42   2022-11-29 23:45:23
## 43   2022-11-29 23:44:30
## 44   2022-11-29 23:44:06
## 45   2022-11-29 23:42:09
## 46   2022-11-29 23:42:03
## 47   2022-11-29 23:41:36
## 48   2022-11-29 23:40:47
## 49   2022-11-29 23:40:41
## 50   2022-11-29 23:40:25
## 51   2022-11-29 23:40:02
## 52   2022-11-29 23:39:35
## 53   2022-11-29 23:39:27
## 54   2022-11-29 23:38:42
## 55   2022-11-29 23:38:20
## 56   2022-11-29 23:38:14
## 57   2022-11-29 23:37:46
## 58   2022-11-29 23:37:29
## 59   2022-11-29 23:36:04
## 60   2022-11-29 23:33:22
## 61   2022-11-29 23:33:20
## 62   2022-11-29 23:33:07
## 63   2022-11-29 23:32:59
## 64   2022-11-29 23:32:25
## 65   2022-11-29 23:32:24
## 66   2022-11-29 23:31:55
## 67   2022-11-29 23:31:38
## 68   2022-11-29 23:31:10
## 69   2022-11-29 23:30:58
## 70   2022-11-29 23:29:20
## 71   2022-11-29 23:29:09
## 72   2022-11-29 23:27:22
## 73   2022-11-29 23:27:10
## 74   2022-11-29 23:26:07
## 75   2022-11-29 23:26:02
## 76   2022-11-29 23:25:36
## 77   2022-11-29 23:25:34
## 78   2022-11-29 23:25:15
## 79   2022-11-29 23:25:14
## 80   2022-11-29 23:25:14
## 81   2022-11-29 23:24:40
## 82   2022-11-29 23:22:48
## 83   2022-11-29 23:22:37
## 84   2022-11-29 23:22:31
## 85   2022-11-29 23:22:29
## 86   2022-11-29 23:22:23
## 87   2022-11-29 23:22:19
## 88   2022-11-29 23:22:12
## 89   2022-11-29 23:21:13
## 90   2022-11-29 23:20:42
## 91   2022-11-29 23:20:24
## 92   2022-11-29 23:20:18
## 93   2022-11-29 23:20:16
## 94   2022-11-29 23:20:03
## 95   2022-11-29 23:19:50
## 96   2022-11-29 23:19:45
## 97   2022-11-29 23:19:41
## 98   2022-11-29 23:19:40
## 99   2022-11-29 23:18:04
## 100  2022-11-29 23:17:44
## 101  2022-11-29 23:17:42
## 102  2022-11-29 23:17:40
## 103  2022-11-29 23:17:33
## 104  2022-11-29 23:17:02
## 105  2022-11-29 23:16:58
## 106  2022-11-29 23:16:22
## 107  2022-11-29 23:15:51
## 108  2022-11-29 23:15:37
## 109  2022-11-29 23:15:27
## 110  2022-11-29 23:14:59
## 111  2022-11-29 23:14:48
## 112  2022-11-29 23:14:10
## 113  2022-11-29 23:14:06
## 114  2022-11-29 23:13:46
## 115  2022-11-29 23:13:09
## 116  2022-11-29 23:13:04
## 117  2022-11-29 23:12:12
## 118  2022-11-29 23:12:10
## 119  2022-11-29 23:12:02
## 120  2022-11-29 23:10:50
## 121  2022-11-29 23:10:42
## 122  2022-11-29 23:10:41
## 123  2022-11-29 23:10:14
## 124  2022-11-29 23:09:49
## 125  2022-11-29 23:09:44
## 126  2022-11-29 23:08:38
## 127  2022-11-29 23:08:15
## 128  2022-11-29 23:07:59
## 129  2022-11-29 23:07:59
## 130  2022-11-29 23:07:21
## 131  2022-11-29 23:07:01
## 132  2022-11-29 23:06:45
## 133  2022-11-29 23:05:45
## 134  2022-11-29 23:05:33
## 135  2022-11-29 23:05:26
## 136  2022-11-29 23:04:53
## 137  2022-11-29 23:04:53
## 138  2022-11-29 23:04:30
## 139  2022-11-29 23:04:15
## 140  2022-11-29 23:03:06
## 141  2022-11-29 23:02:37
## 142  2022-11-29 23:02:32
## 143  2022-11-29 23:02:31
## 144  2022-11-29 23:01:45
## 145  2022-11-29 23:01:34
## 146  2022-11-29 23:01:20
## 147  2022-11-29 23:01:18
## 148  2022-11-29 22:59:29
## 149  2022-11-29 22:59:01
## 150  2022-11-29 22:59:01
## 151  2022-11-29 22:58:44
## 152  2022-11-29 22:58:31
## 153  2022-11-29 22:58:31
## 154  2022-11-29 22:58:04
## 155  2022-11-29 22:57:22
## 156  2022-11-29 22:57:14
## 157  2022-11-29 22:57:09
## 158  2022-11-29 22:57:05
## 159  2022-11-29 22:56:51
## 160  2022-11-29 22:56:48
## 161  2022-11-29 22:56:37
## 162  2022-11-29 22:56:33
## 163  2022-11-29 22:56:25
## 164  2022-11-29 22:56:14
## 165  2022-11-29 22:55:13
## 166  2022-11-29 22:55:12
## 167  2022-11-29 22:55:02
## 168  2022-11-29 22:54:58
## 169  2022-11-29 22:54:47
## 170  2022-11-29 22:54:23
## 171  2022-11-29 22:54:03
## 172  2022-11-29 22:53:38
## 173  2022-11-29 22:52:28
## 174  2022-11-29 22:52:27
## 175  2022-11-29 22:52:04
## 176  2022-11-29 22:52:00
## 177  2022-11-29 22:51:51
## 178  2022-11-29 22:51:19
## 179  2022-11-29 22:50:45
## 180  2022-11-29 22:50:22
## 181  2022-11-29 22:49:34
## 182  2022-11-29 22:49:22
## 183  2022-11-29 22:48:08
## 184  2022-11-29 22:47:10
## 185  2022-11-29 22:46:55
## 186  2022-11-29 22:46:40
## 187  2022-11-29 22:46:03
## 188  2022-11-29 22:45:28
## 189  2022-11-29 22:45:07
## 190  2022-11-29 22:44:56
## 191  2022-11-29 22:44:40
## 192  2022-11-29 22:43:43
## 193  2022-11-29 22:43:09
## 194  2022-11-29 22:42:54
## 195  2022-11-29 22:42:48
## 196  2022-11-29 22:42:23
## 197  2022-11-29 22:42:17
## 198  2022-11-29 22:42:11
## 199  2022-11-29 22:42:11
## 200  2022-11-29 22:41:53
## 201  2022-11-29 22:41:29
## 202  2022-11-29 22:40:51
## 203  2022-11-29 22:40:15
## 204  2022-11-29 22:40:13
## 205  2022-11-29 22:40:11
## 206  2022-11-29 22:40:05
## 207  2022-11-29 22:39:58
## 208  2022-11-29 22:39:29
## 209  2022-11-29 22:39:02
## 210  2022-11-29 22:38:31
## 211  2022-11-29 22:38:20
## 212  2022-11-29 22:38:20
## 213  2022-11-29 22:38:03
## 214  2022-11-29 22:37:27
## 215  2022-11-29 22:36:18
## 216  2022-11-29 22:36:02
## 217  2022-11-29 22:34:33
## 218  2022-11-29 22:34:30
## 219  2022-11-29 22:34:28
## 220  2022-11-29 22:34:24
## 221  2022-11-29 22:34:01
## 222  2022-11-29 22:34:01
## 223  2022-11-29 22:32:17
## 224  2022-11-29 22:32:12
## 225  2022-11-29 22:32:06
## 226  2022-11-29 22:32:01
## 227  2022-11-29 22:31:02
## 228  2022-11-29 22:30:58
## 229  2022-11-29 22:29:42
## 230  2022-11-29 22:29:24
## 231  2022-11-29 22:28:58
## 232  2022-11-29 22:28:55
## 233  2022-11-29 22:28:18
## 234  2022-11-29 22:28:12
## 235  2022-11-29 22:28:02
## 236  2022-11-29 22:27:54
## 237  2022-11-29 22:27:03
## 238  2022-11-29 22:27:01
## 239  2022-11-29 22:26:55
## 240  2022-11-29 22:25:32
## 241  2022-11-29 22:24:16
## 242  2022-11-29 22:23:53
## 243  2022-11-29 22:23:29
## 244  2022-11-29 22:23:22
## 245  2022-11-29 22:22:49
## 246  2022-11-29 22:21:20
## 247  2022-11-29 22:21:10
## 248  2022-11-29 22:20:12
## 249  2022-11-29 22:19:59
## 250  2022-11-29 22:19:26
## 251  2022-11-29 22:18:47
## 252  2022-11-29 22:16:47
## 253  2022-11-29 22:15:56
## 254  2022-11-29 22:14:09
## 255  2022-11-29 22:14:07
## 256  2022-11-29 22:13:50
## 257  2022-11-29 22:13:43
## 258  2022-11-29 22:13:27
## 259  2022-11-29 22:12:56
## 260  2022-11-29 22:11:57
## 261  2022-11-29 22:11:43
## 262  2022-11-29 22:11:31
## 263  2022-11-29 22:11:05
## 264  2022-11-29 22:09:51
## 265  2022-11-29 22:09:44
## 266  2022-11-29 22:09:35
## 267  2022-11-29 22:09:34
## 268  2022-11-29 22:09:33
## 269  2022-11-29 22:09:15
## 270  2022-11-29 22:08:43
## 271  2022-11-29 22:07:46
## 272  2022-11-29 22:07:14
## 273  2022-11-29 22:06:16
## 274  2022-11-29 22:06:12
## 275  2022-11-29 22:06:08
## 276  2022-11-29 22:04:39
## 277  2022-11-29 22:03:47
## 278  2022-11-29 22:03:40
## 279  2022-11-29 22:03:26
## 280  2022-11-29 22:03:01
## 281  2022-11-29 22:02:52
## 282  2022-11-29 22:02:34
## 283  2022-11-29 22:01:31
## 284  2022-11-29 22:01:24
## 285  2022-11-29 22:00:02
## 286  2022-11-29 21:58:46
## 287  2022-11-29 21:58:37
## 288  2022-11-29 21:58:10
## 289  2022-11-29 21:58:03
## 290  2022-11-29 21:56:07
## 291  2022-11-29 21:55:03
## 292  2022-11-29 21:54:50
## 293  2022-11-29 21:54:49
## 294  2022-11-29 21:53:44
## 295  2022-11-29 21:53:43
## 296  2022-11-29 21:53:19
## 297  2022-11-29 21:52:39
## 298  2022-11-29 21:52:27
## 299  2022-11-29 21:51:10
## 300  2022-11-29 21:51:00
## 301  2022-11-29 21:50:22
## 302  2022-11-29 21:49:27
## 303  2022-11-29 21:49:16
## 304  2022-11-29 21:48:33
## 305  2022-11-29 21:48:03
## 306  2022-11-29 21:47:36
## 307  2022-11-29 21:46:20
## 308  2022-11-29 21:46:00
## 309  2022-11-29 21:45:06
## 310  2022-11-29 21:44:57
## 311  2022-11-29 21:44:00
## 312  2022-11-29 21:43:35
## 313  2022-11-29 21:43:30
## 314  2022-11-29 21:43:27
## 315  2022-11-29 21:43:24
## 316  2022-11-29 21:43:09
## 317  2022-11-29 21:42:52
## 318  2022-11-29 21:42:28
## 319  2022-11-29 21:42:00
## 320  2022-11-29 21:41:56
## 321  2022-11-29 21:41:37
## 322  2022-11-29 21:41:12
## 323  2022-11-29 21:40:50
## 324  2022-11-29 21:40:31
## 325  2022-11-29 21:40:20
## 326  2022-11-29 21:40:12
## 327  2022-11-29 21:40:03
## 328  2022-11-29 21:39:57
## 329  2022-11-29 21:39:52
## 330  2022-11-29 21:39:26
## 331  2022-11-29 21:38:24
## 332  2022-11-29 21:37:55
## 333  2022-11-29 21:37:25
## 334  2022-11-29 21:36:26
## 335  2022-11-29 21:36:15
## 336  2022-11-29 21:35:03
## 337  2022-11-29 21:34:41
## 338  2022-11-29 21:33:49
## 339  2022-11-29 21:32:30
## 340  2022-11-29 21:31:35
## 341  2022-11-29 21:31:22
## 342  2022-11-29 21:30:20
## 343  2022-11-29 21:29:58
## 344  2022-11-29 21:29:48
## 345  2022-11-29 21:29:47
## 346  2022-11-29 21:29:26
## 347  2022-11-29 21:29:06
## 348  2022-11-29 21:28:52
## 349  2022-11-29 21:28:36
## 350  2022-11-29 21:28:27
## 351  2022-11-29 21:28:02
## 352  2022-11-29 21:27:35
## 353  2022-11-29 21:26:55
## 354  2022-11-29 21:26:44
## 355  2022-11-29 21:26:31
## 356  2022-11-29 21:25:49
## 357  2022-11-29 21:24:51
## 358  2022-11-29 21:24:46
## 359  2022-11-29 21:24:36
## 360  2022-11-29 21:24:24
## 361  2022-11-29 21:23:42
## 362  2022-11-29 21:23:33
## 363  2022-11-29 21:23:00
## 364  2022-11-29 21:22:26
## 365  2022-11-29 21:21:51
## 366  2022-11-29 21:21:40
## 367  2022-11-29 21:20:46
## 368  2022-11-29 21:20:44
## 369  2022-11-29 21:20:27
## 370  2022-11-29 21:19:59
## 371  2022-11-29 21:19:36
## 372  2022-11-29 21:17:03
## 373  2022-11-29 21:16:54
## 374  2022-11-29 21:16:50
## 375  2022-11-29 21:16:02
## 376  2022-11-29 21:15:48
## 377  2022-11-29 21:15:47
## 378  2022-11-29 21:15:45
## 379  2022-11-29 21:14:53
## 380  2022-11-29 21:14:07
## 381  2022-11-29 21:13:39
## 382  2022-11-29 21:12:29
## 383  2022-11-29 21:12:19
## 384  2022-11-29 21:11:47
## 385  2022-11-29 21:11:30
## 386  2022-11-29 21:11:30
## 387  2022-11-29 21:10:58
## 388  2022-11-29 21:10:49
## 389  2022-11-29 21:09:28
## 390  2022-11-29 21:09:28
## 391  2022-11-29 21:09:00
## 392  2022-11-29 21:09:00
## 393  2022-11-29 21:08:43
## 394  2022-11-29 21:08:30
## 395  2022-11-29 21:07:17
## 396  2022-11-29 21:07:04
## 397  2022-11-29 21:06:51
## 398  2022-11-29 21:06:30
## 399  2022-11-29 21:06:08
## 400  2022-11-29 21:06:06
## 401  2022-11-29 21:05:47
## 402  2022-11-29 21:05:16
## 403  2022-11-29 21:05:16
## 404  2022-11-29 21:05:02
## 405  2022-11-29 21:04:55
## 406  2022-11-29 21:02:39
## 407  2022-11-29 21:02:25
## 408  2022-11-29 21:02:14
## 409  2022-11-29 21:02:09
## 410  2022-11-29 21:01:57
## 411  2022-11-29 21:01:36
## 412  2022-11-29 21:01:35
## 413  2022-11-29 21:01:25
## 414  2022-11-29 21:01:24
## 415  2022-11-29 21:01:03
## 416  2022-11-29 21:00:34
## 417  2022-11-29 21:00:03
## 418  2022-11-29 20:59:37
## 419  2022-11-29 20:59:14
## 420  2022-11-29 20:58:43
## 421  2022-11-29 20:58:36
## 422  2022-11-29 20:58:26
## 423  2022-11-29 20:57:57
## 424  2022-11-29 20:57:23
## 425  2022-11-29 20:57:17
## 426  2022-11-29 20:57:00
## 427  2022-11-29 20:57:00
## 428  2022-11-29 20:56:57
## 429  2022-11-29 20:56:52
## 430  2022-11-29 20:56:49
## 431  2022-11-29 20:56:21
## 432  2022-11-29 20:56:06
## 433  2022-11-29 20:56:04
## 434  2022-11-29 20:55:05
## 435  2022-11-29 20:55:00
## 436  2022-11-29 20:54:58
## 437  2022-11-29 20:54:15
## 438  2022-11-29 20:54:12
## 439  2022-11-29 20:54:09
## 440  2022-11-29 20:53:40
## 441  2022-11-29 20:53:24
## 442  2022-11-29 20:53:23
## 443  2022-11-29 20:53:19
## 444  2022-11-29 20:53:10
## 445  2022-11-29 20:53:04
## 446  2022-11-29 20:52:57
## 447  2022-11-29 20:52:48
## 448  2022-11-29 20:52:19
## 449  2022-11-29 20:51:52
## 450  2022-11-29 20:51:27
## 451  2022-11-29 20:51:23
## 452  2022-11-29 20:51:11
## 453  2022-11-29 20:50:53
## 454  2022-11-29 20:50:42
## 455  2022-11-29 20:50:07
## 456  2022-11-29 20:50:07
## 457  2022-11-29 20:49:40
## 458  2022-11-29 20:48:38
## 459  2022-11-29 20:48:37
## 460  2022-11-29 20:48:30
## 461  2022-11-29 20:48:07
## 462  2022-11-29 20:47:58
## 463  2022-11-29 20:47:46
## 464  2022-11-29 20:47:16
## 465  2022-11-29 20:46:37
## 466  2022-11-29 20:45:27
## 467  2022-11-29 20:44:40
## 468  2022-11-29 20:44:37
## 469  2022-11-29 20:43:10
## 470  2022-11-29 20:43:01
## 471  2022-11-29 20:42:43
## 472  2022-11-29 20:42:31
## 473  2022-11-29 20:41:46
## 474  2022-11-29 20:41:42
## 475  2022-11-29 20:41:26
## 476  2022-11-29 20:41:18
## 477  2022-11-29 20:40:30
## 478  2022-11-29 20:40:18
## 479  2022-11-29 20:39:15
## 480  2022-11-29 20:38:55
## 481  2022-11-29 20:38:54
## 482  2022-11-29 20:38:10
## 483  2022-11-29 20:38:05
## 484  2022-11-29 20:37:46
## 485  2022-11-29 20:36:28
## 486  2022-11-29 20:36:23
## 487  2022-11-29 20:35:59
## 488  2022-11-29 20:35:02
## 489  2022-11-29 20:34:58
## 490  2022-11-29 20:34:42
## 491  2022-11-29 20:33:56
## 492  2022-11-29 20:33:45
## 493  2022-11-29 20:33:11
## 494  2022-11-29 20:33:08
## 495  2022-11-29 20:32:43
## 496  2022-11-29 20:32:20
## 497  2022-11-29 20:31:34
## 498  2022-11-29 20:30:35
## 499  2022-11-29 20:30:03
## 500  2022-11-29 20:30:00
## 501  2022-11-29 20:29:37
## 502  2022-11-29 20:27:17
## 503  2022-11-29 20:26:16
## 504  2022-11-29 20:24:54
## 505  2022-11-29 20:24:49
## 506  2022-11-29 20:24:24
## 507  2022-11-29 20:24:21
## 508  2022-11-29 20:23:11
## 509  2022-11-29 20:23:09
## 510  2022-11-29 20:22:40
## 511  2022-11-29 20:21:57
## 512  2022-11-29 20:21:48
## 513  2022-11-29 20:21:21
## 514  2022-11-29 20:20:52
## 515  2022-11-29 20:20:49
## 516  2022-11-29 20:20:15
## 517  2022-11-29 20:20:12
## 518  2022-11-29 20:19:57
## 519  2022-11-29 20:19:36
## 520  2022-11-29 20:18:58
## 521  2022-11-29 20:18:53
## 522  2022-11-29 20:18:48
## 523  2022-11-29 20:18:46
## 524  2022-11-29 20:18:29
## 525  2022-11-29 20:17:04
## 526  2022-11-29 20:16:28
## 527  2022-11-29 20:16:13
## 528  2022-11-29 20:16:09
## 529  2022-11-29 20:15:48
## 530  2022-11-29 20:15:36
## 531  2022-11-29 20:15:29
## 532  2022-11-29 20:15:20
## 533  2022-11-29 20:14:46
## 534  2022-11-29 20:14:09
## 535  2022-11-29 20:13:35
## 536  2022-11-29 20:13:26
## 537  2022-11-29 20:13:14
## 538  2022-11-29 20:13:01
## 539  2022-11-29 20:12:58
## 540  2022-11-29 20:12:24
## 541  2022-11-29 20:12:23
## 542  2022-11-29 20:12:03
## 543  2022-11-29 20:11:43
## 544  2022-11-29 20:11:38
## 545  2022-11-29 20:11:14
## 546  2022-11-29 20:11:01
## 547  2022-11-29 20:10:47
## 548  2022-11-29 20:10:26
## 549  2022-11-29 20:10:12
## 550  2022-11-29 20:09:31
## 551  2022-11-29 20:07:32
## 552  2022-11-29 20:07:26
## 553  2022-11-29 20:07:00
## 554  2022-11-29 20:07:00
## 555  2022-11-29 20:06:50
## 556  2022-11-29 20:06:26
## 557  2022-11-29 20:05:54
## 558  2022-11-29 20:05:46
## 559  2022-11-29 20:05:10
## 560  2022-11-29 20:05:08
## 561  2022-11-29 20:05:05
## 562  2022-11-29 20:04:35
## 563  2022-11-29 20:04:22
## 564  2022-11-29 20:04:07
## 565  2022-11-29 20:03:52
## 566  2022-11-29 20:03:46
## 567  2022-11-29 20:03:33
## 568  2022-11-29 20:03:26
## 569  2022-11-29 20:03:25
## 570  2022-11-29 20:03:12
## 571  2022-11-29 20:03:10
## 572  2022-11-29 20:02:49
## 573  2022-11-29 20:02:28
## 574  2022-11-29 20:02:00
## 575  2022-11-29 20:02:00
## 576  2022-11-29 20:01:38
## 577  2022-11-29 20:00:22
## 578  2022-11-29 20:00:09
## 579  2022-11-29 20:00:08
## 580  2022-11-29 19:59:45
## 581  2022-11-29 19:58:52
## 582  2022-11-29 19:58:49
## 583  2022-11-29 19:58:17
## 584  2022-11-29 19:58:00
## 585  2022-11-29 19:57:54
## 586  2022-11-29 19:57:17
## 587  2022-11-29 19:57:02
## 588  2022-11-29 19:56:53
## 589  2022-11-29 19:55:52
## 590  2022-11-29 19:55:49
## 591  2022-11-29 19:55:00
## 592  2022-11-29 19:54:51
## 593  2022-11-29 19:54:44
## 594  2022-11-29 19:54:35
## 595  2022-11-29 19:54:17
## 596  2022-11-29 19:53:15
## 597  2022-11-29 19:53:15
## 598  2022-11-29 19:53:09
## 599  2022-11-29 19:53:04
## 600  2022-11-29 19:52:58
## 601  2022-11-29 19:52:50
## 602  2022-11-29 19:52:36
## 603  2022-11-29 19:52:33
## 604  2022-11-29 19:52:18
## 605  2022-11-29 19:51:40
## 606  2022-11-29 19:51:38
## 607  2022-11-29 19:51:36
## 608  2022-11-29 19:51:07
## 609  2022-11-29 19:50:37
## 610  2022-11-29 19:50:21
## 611  2022-11-29 19:50:15
## 612  2022-11-29 19:50:15
## 613  2022-11-29 19:48:59
## 614  2022-11-29 19:47:46
## 615  2022-11-29 19:47:45
## 616  2022-11-29 19:47:45
## 617  2022-11-29 19:47:22
## 618  2022-11-29 19:46:36
## 619  2022-11-29 19:46:26
## 620  2022-11-29 19:46:17
## 621  2022-11-29 19:45:35
## 622  2022-11-29 19:45:21
## 623  2022-11-29 19:44:51
## 624  2022-11-29 19:44:21
## 625  2022-11-29 19:43:59
## 626  2022-11-29 19:43:36
## 627  2022-11-29 19:43:31
## 628  2022-11-29 19:43:29
## 629  2022-11-29 19:42:45
## 630  2022-11-29 19:42:45
## 631  2022-11-29 19:42:00
## 632  2022-11-29 19:42:00
## 633  2022-11-29 19:41:47
## 634  2022-11-29 19:40:15
## 635  2022-11-29 19:40:15
## 636  2022-11-29 19:37:36
## 637  2022-11-29 19:37:02
## 638  2022-11-29 19:36:55
## 639  2022-11-29 19:36:51
## 640  2022-11-29 19:36:49
## 641  2022-11-29 19:36:34
## 642  2022-11-29 19:35:45
## 643  2022-11-29 19:35:38
## 644  2022-11-29 19:35:27
## 645  2022-11-29 19:35:15
## 646  2022-11-29 19:35:15
## 647  2022-11-29 19:34:55
## 648  2022-11-29 19:34:42
## 649  2022-11-29 19:34:14
## 650  2022-11-29 19:33:35
## 651  2022-11-29 19:33:30
## 652  2022-11-29 19:33:30
## 653  2022-11-29 19:33:06
## 654  2022-11-29 19:32:43
## 655  2022-11-29 19:31:57
## 656  2022-11-29 19:31:40
## 657  2022-11-29 19:31:35
## 658  2022-11-29 19:31:35
## 659  2022-11-29 19:30:57
## 660  2022-11-29 19:30:41
## 661  2022-11-29 19:29:54
## 662  2022-11-29 19:29:52
## 663  2022-11-29 19:29:45
## 664  2022-11-29 19:29:45
## 665  2022-11-29 19:28:59
## 666  2022-11-29 19:28:58
## 667  2022-11-29 19:28:48
## 668  2022-11-29 19:26:51
## 669  2022-11-29 19:26:09
## 670  2022-11-29 19:25:49
## 671  2022-11-29 19:25:47
## 672  2022-11-29 19:24:04
## 673  2022-11-29 19:24:00
## 674  2022-11-29 19:23:46
## 675  2022-11-29 19:23:44
## 676  2022-11-29 19:23:29
## 677  2022-11-29 19:22:34
## 678  2022-11-29 19:22:30
## 679  2022-11-29 19:22:07
## 680  2022-11-29 19:21:52
## 681  2022-11-29 19:21:24
## 682  2022-11-29 19:20:44
## 683  2022-11-29 19:20:22
## 684  2022-11-29 19:20:14
## 685  2022-11-29 19:19:44
## 686  2022-11-29 19:19:43
## 687  2022-11-29 19:19:15
## 688  2022-11-29 19:19:13
## 689  2022-11-29 19:19:04
## 690  2022-11-29 19:18:21
## 691  2022-11-29 19:17:49
## 692  2022-11-29 19:17:00
## 693  2022-11-29 19:17:00
## 694  2022-11-29 19:16:58
## 695  2022-11-29 19:16:32
## 696  2022-11-29 19:16:29
## 697  2022-11-29 19:15:50
## 698  2022-11-29 19:15:48
## 699  2022-11-29 19:14:44
## 700  2022-11-29 19:14:35
## 701  2022-11-29 19:13:35
## 702  2022-11-29 19:13:26
## 703  2022-11-29 19:13:25
## 704  2022-11-29 19:13:01
## 705  2022-11-29 19:12:35
## 706  2022-11-29 19:12:20
## 707  2022-11-29 19:11:39
## 708  2022-11-29 19:11:10
## 709  2022-11-29 19:10:17
## 710  2022-11-29 19:09:18
## 711  2022-11-29 19:09:16
## 712  2022-11-29 19:08:33
## 713  2022-11-29 19:08:17
## 714  2022-11-29 19:08:14
## 715  2022-11-29 19:07:29
## 716  2022-11-29 19:05:20
## 717  2022-11-29 19:04:57
## 718  2022-11-29 19:04:29
## 719  2022-11-29 19:03:40
## 720  2022-11-29 19:03:17
## 721  2022-11-29 19:03:01
## 722  2022-11-29 19:02:45
## 723  2022-11-29 19:01:39
## 724  2022-11-29 19:01:26
## 725  2022-11-29 19:01:00
## 726  2022-11-29 19:00:18
## 727  2022-11-29 18:59:51
## 728  2022-11-29 18:59:27
## 729  2022-11-29 18:58:49
## 730  2022-11-29 18:57:57
## 731  2022-11-29 18:57:52
## 732  2022-11-29 18:57:18
## 733  2022-11-29 18:57:10
## 734  2022-11-29 18:56:51
## 735  2022-11-29 18:56:34
## 736  2022-11-29 18:56:33
## 737  2022-11-29 18:55:56
## 738  2022-11-29 18:55:35
## 739  2022-11-29 18:55:32
## 740  2022-11-29 18:55:15
## 741  2022-11-29 18:55:15
## 742  2022-11-29 18:55:02
## 743  2022-11-29 18:54:58
## 744  2022-11-29 18:54:27
## 745  2022-11-29 18:54:23
## 746  2022-11-29 18:54:04
## 747  2022-11-29 18:53:48
## 748  2022-11-29 18:53:08
## 749  2022-11-29 18:52:43
## 750  2022-11-29 18:52:31
## 751  2022-11-29 18:51:54
## 752  2022-11-29 18:51:46
## 753  2022-11-29 18:51:36
## 754  2022-11-29 18:51:32
## 755  2022-11-29 18:51:30
## 756  2022-11-29 18:50:15
## 757  2022-11-29 18:50:15
## 758  2022-11-29 18:49:10
## 759  2022-11-29 18:49:06
## 760  2022-11-29 18:48:50
## 761  2022-11-29 18:48:45
## 762  2022-11-29 18:48:44
## 763  2022-11-29 18:48:44
## 764  2022-11-29 18:48:32
## 765  2022-11-29 18:48:30
## 766  2022-11-29 18:47:37
## 767  2022-11-29 18:47:13
## 768  2022-11-29 18:46:21
## 769  2022-11-29 18:46:18
## 770  2022-11-29 18:45:42
## 771  2022-11-29 18:45:23
## 772  2022-11-29 18:45:20
## 773  2022-11-29 18:45:16
## 774  2022-11-29 18:45:01
## 775  2022-11-29 18:44:41
## 776  2022-11-29 18:44:15
## 777  2022-11-29 18:44:08
## 778  2022-11-29 18:42:44
## 779  2022-11-29 18:42:40
## 780  2022-11-29 18:42:39
## 781  2022-11-29 18:42:19
## 782  2022-11-29 18:41:48
## 783  2022-11-29 18:41:47
## 784  2022-11-29 18:41:46
## 785  2022-11-29 18:41:36
## 786  2022-11-29 18:40:58
## 787  2022-11-29 18:40:48
## 788  2022-11-29 18:40:14
## 789  2022-11-29 18:39:49
## 790  2022-11-29 18:39:43
## 791  2022-11-29 18:39:30
## 792  2022-11-29 18:39:13
## 793  2022-11-29 18:37:58
## 794  2022-11-29 18:37:57
## 795  2022-11-29 18:37:18
## 796  2022-11-29 18:37:02
## 797  2022-11-29 18:36:46
## 798  2022-11-29 18:36:30
## 799  2022-11-29 18:36:19
## 800  2022-11-29 18:36:12
## 801  2022-11-29 18:35:46
## 802  2022-11-29 18:35:10
## 803  2022-11-29 18:34:48
## 804  2022-11-29 18:34:23
## 805  2022-11-29 18:34:23
## 806  2022-11-29 18:34:10
## 807  2022-11-29 18:34:01
## 808  2022-11-29 18:33:34
## 809  2022-11-29 18:33:21
## 810  2022-11-29 18:33:18
## 811  2022-11-29 18:33:11
## 812  2022-11-29 18:32:57
## 813  2022-11-29 18:32:53
## 814  2022-11-29 18:32:50
## 815  2022-11-29 18:32:32
## 816  2022-11-29 18:31:43
## 817  2022-11-29 18:31:17
## 818  2022-11-29 18:31:09
## 819  2022-11-29 18:31:01
## 820  2022-11-29 18:30:35
## 821  2022-11-29 18:29:29
## 822  2022-11-29 18:28:08
## 823  2022-11-29 18:27:59
## 824  2022-11-29 18:27:48
## 825  2022-11-29 18:27:42
## 826  2022-11-29 18:27:41
## 827  2022-11-29 18:27:32
## 828  2022-11-29 18:26:55
## 829  2022-11-29 18:26:44
## 830  2022-11-29 18:26:25
## 831  2022-11-29 18:26:16
## 832  2022-11-29 18:26:10
## 833  2022-11-29 18:25:08
## 834  2022-11-29 18:25:06
## 835  2022-11-29 18:24:43
## 836  2022-11-29 18:24:37
## 837  2022-11-29 18:24:25
## 838  2022-11-29 18:24:14
## 839  2022-11-29 18:23:41
## 840  2022-11-29 18:23:37
## 841  2022-11-29 18:23:28
## 842  2022-11-29 18:23:10
## 843  2022-11-29 18:23:08
## 844  2022-11-29 18:23:05
## 845  2022-11-29 18:22:36
## 846  2022-11-29 18:22:36
## 847  2022-11-29 18:21:49
## 848  2022-11-29 18:21:22
## 849  2022-11-29 18:20:57
## 850  2022-11-29 18:20:29
## 851  2022-11-29 18:19:28
## 852  2022-11-29 18:19:26
## 853  2022-11-29 18:19:23
## 854  2022-11-29 18:18:45
## 855  2022-11-29 18:18:08
## 856  2022-11-29 18:18:05
## 857  2022-11-29 18:17:44
## 858  2022-11-29 18:17:41
## 859  2022-11-29 18:17:16
## 860  2022-11-29 18:17:05
## 861  2022-11-29 18:16:50
## 862  2022-11-29 18:15:50
## 863  2022-11-29 18:15:28
## 864  2022-11-29 18:14:42
## 865  2022-11-29 18:14:40
## 866  2022-11-29 18:14:40
## 867  2022-11-29 18:14:39
## 868  2022-11-29 18:14:30
## 869  2022-11-29 18:14:30
## 870  2022-11-29 18:13:45
## 871  2022-11-29 18:13:21
## 872  2022-11-29 18:12:58
## 873  2022-11-29 18:12:18
## 874  2022-11-29 18:11:34
## 875  2022-11-29 18:10:45
## 876  2022-11-29 18:10:39
## 877  2022-11-29 18:10:15
## 878  2022-11-29 18:10:01
## 879  2022-11-29 18:09:58
## 880  2022-11-29 18:08:35
## 881  2022-11-29 18:08:27
## 882  2022-11-29 18:08:21
## 883  2022-11-29 18:08:12
## 884  2022-11-29 18:08:06
## 885  2022-11-29 18:07:47
## 886  2022-11-29 18:07:37
## 887  2022-11-29 18:07:31
## 888  2022-11-29 18:07:30
## 889  2022-11-29 18:07:12
## 890  2022-11-29 18:06:47
## 891  2022-11-29 18:06:35
## 892  2022-11-29 18:06:26
## 893  2022-11-29 18:05:47
## 894  2022-11-29 18:05:39
## 895  2022-11-29 18:05:38
## 896  2022-11-29 18:05:23
## 897  2022-11-29 18:05:09
## 898  2022-11-29 18:05:08
## 899  2022-11-29 18:05:07
## 900  2022-11-29 18:05:06
## 901  2022-11-29 18:04:52
## 902  2022-11-29 18:04:43
## 903  2022-11-29 18:04:05
## 904  2022-11-29 18:03:59
## 905  2022-11-29 18:03:30
## 906  2022-11-29 18:03:29
## 907  2022-11-29 18:03:26
## 908  2022-11-29 18:03:26
## 909  2022-11-29 18:03:25
## 910  2022-11-29 18:03:23
## 911  2022-11-29 18:03:02
## 912  2022-11-29 18:02:50
## 913  2022-11-29 18:02:33
## 914  2022-11-29 18:02:28
## 915  2022-11-29 18:02:02
## 916  2022-11-29 18:02:01
## 917  2022-11-29 18:01:28
## 918  2022-11-29 18:00:51
## 919  2022-11-29 18:00:49
## 920  2022-11-29 18:00:41
## 921  2022-11-29 18:00:36
## 922  2022-11-29 18:00:15
## 923  2022-11-29 18:00:15
## 924  2022-11-29 18:00:01
## 925  2022-11-29 18:00:00
## 926  2022-11-29 17:59:54
## 927  2022-11-29 17:59:52
## 928  2022-11-29 17:59:35
## 929  2022-11-29 17:59:15
## 930  2022-11-29 17:58:45
## 931  2022-11-29 17:58:37
## 932  2022-11-29 17:58:25
## 933  2022-11-29 17:57:22
## 934  2022-11-29 17:56:28
## 935  2022-11-29 17:55:47
## 936  2022-11-29 17:55:46
## 937  2022-11-29 17:55:42
## 938  2022-11-29 17:55:30
## 939  2022-11-29 17:55:01
## 940  2022-11-29 17:54:59
## 941  2022-11-29 17:54:44
## 942  2022-11-29 17:54:07
## 943  2022-11-29 17:53:49
## 944  2022-11-29 17:53:21
## 945  2022-11-29 17:52:36
## 946  2022-11-29 17:52:24
## 947  2022-11-29 17:51:53
## 948  2022-11-29 17:51:21
## 949  2022-11-29 17:50:32
## 950  2022-11-29 17:49:51
## 951  2022-11-29 17:49:36
## 952  2022-11-29 17:49:33
## 953  2022-11-29 17:49:26
## 954  2022-11-29 17:49:05
## 955  2022-11-29 17:48:47
## 956  2022-11-29 17:48:42
## 957  2022-11-29 17:48:40
## 958  2022-11-29 17:48:30
## 959  2022-11-29 17:48:29
## 960  2022-11-29 17:48:08
## 961  2022-11-29 17:48:00
## 962  2022-11-29 17:47:37
## 963  2022-11-29 17:47:33
## 964  2022-11-29 17:47:30
## 965  2022-11-29 17:47:16
## 966  2022-11-29 17:46:43
## 967  2022-11-29 17:46:38
## 968  2022-11-29 17:45:45
## 969  2022-11-29 17:45:30
## 970  2022-11-29 17:45:30
## 971  2022-11-29 17:45:26
## 972  2022-11-29 17:44:33
## 973  2022-11-29 17:44:14
## 974  2022-11-29 17:44:11
## 975  2022-11-29 17:44:00
## 976  2022-11-29 17:43:56
## 977  2022-11-29 17:43:42
## 978  2022-11-29 17:42:58
## 979  2022-11-29 17:42:54
## 980  2022-11-29 17:42:42
## 981  2022-11-29 17:42:26
## 982  2022-11-29 17:42:19
## 983  2022-11-29 17:42:17
## 984  2022-11-29 17:42:10
## 985  2022-11-29 17:41:54
## 986  2022-11-29 17:41:32
## 987  2022-11-29 17:40:19
## 988  2022-11-29 17:40:06
## 989  2022-11-29 17:40:01
## 990  2022-11-29 17:39:51
## 991  2022-11-29 17:39:31
## 992  2022-11-29 17:39:20
## 993  2022-11-29 17:38:51
## 994  2022-11-29 17:38:15
## 995  2022-11-29 17:38:10
## 996  2022-11-29 17:37:43
## 997  2022-11-29 17:37:29
## 998  2022-11-29 17:37:11
## 999  2022-11-29 17:37:04
## 1000 2022-11-29 17:36:35
## 1001 2022-11-29 17:36:13
## 1002 2022-11-29 17:36:00
## 1003 2022-11-29 17:35:55
## 1004 2022-11-29 17:35:46
## 1005 2022-11-29 17:35:30
## 1006 2022-11-29 17:35:17
## 1007 2022-11-29 17:35:08
## 1008 2022-11-29 17:34:47
## 1009 2022-11-29 17:34:40
## 1010 2022-11-29 17:34:23
## 1011 2022-11-29 17:34:21
## 1012 2022-11-29 17:34:17
## 1013 2022-11-29 17:34:16
## 1014 2022-11-29 17:34:06
## 1015 2022-11-29 17:33:32
## 1016 2022-11-29 17:33:31
## 1017 2022-11-29 17:32:39
## 1018 2022-11-29 17:32:31
## 1019 2022-11-29 17:32:20
## 1020 2022-11-29 17:32:11
## 1021 2022-11-29 17:31:57
## 1022 2022-11-29 17:31:55
## 1023 2022-11-29 17:31:18
## 1024 2022-11-29 17:31:13
## 1025 2022-11-29 17:30:56
## 1026 2022-11-29 17:30:47
## 1027 2022-11-29 17:30:29
## 1028 2022-11-29 17:30:27
## 1029 2022-11-29 17:30:04
## 1030 2022-11-29 17:30:02
## 1031 2022-11-29 17:29:58
## 1032 2022-11-29 17:29:46
## 1033 2022-11-29 17:29:46
## 1034 2022-11-29 17:29:22
## 1035 2022-11-29 17:29:06
## 1036 2022-11-29 17:29:05
## 1037 2022-11-29 17:28:53
## 1038 2022-11-29 17:28:42
## 1039 2022-11-29 17:28:27
## 1040 2022-11-29 17:28:18
## 1041 2022-11-29 17:27:30
## 1042 2022-11-29 17:27:22
## 1043 2022-11-29 17:27:07
## 1044 2022-11-29 17:26:58
## 1045 2022-11-29 17:26:30
## 1046 2022-11-29 17:26:23
## 1047 2022-11-29 17:26:15
## 1048 2022-11-29 17:26:07
## 1049 2022-11-29 17:25:13
## 1050 2022-11-29 17:24:45
## 1051 2022-11-29 17:24:02
## 1052 2022-11-29 17:23:33
## 1053 2022-11-29 17:23:26
## 1054 2022-11-29 17:23:14
## 1055 2022-11-29 17:23:01
## 1056 2022-11-29 17:22:38
## 1057 2022-11-29 17:22:37
## 1058 2022-11-29 17:21:42
## 1059 2022-11-29 17:21:02
## 1060 2022-11-29 17:20:37
## 1061 2022-11-29 17:20:17
## 1062 2022-11-29 17:20:01
## 1063 2022-11-29 17:19:59
## 1064 2022-11-29 17:19:50
## 1065 2022-11-29 17:19:46
## 1066 2022-11-29 17:19:44
## 1067 2022-11-29 17:19:30
## 1068 2022-11-29 17:19:17
## 1069 2022-11-29 17:19:11
## 1070 2022-11-29 17:18:02
## 1071 2022-11-29 17:17:58
## 1072 2022-11-29 17:17:53
## 1073 2022-11-29 17:17:46
## 1074 2022-11-29 17:17:13
## 1075 2022-11-29 17:17:11
## 1076 2022-11-29 17:15:34
## 1077 2022-11-29 17:15:34
## 1078 2022-11-29 17:15:21
## 1079 2022-11-29 17:15:13
## 1080 2022-11-29 17:15:02
## 1081 2022-11-29 17:14:33
## 1082 2022-11-29 17:14:21
## 1083 2022-11-29 17:13:38
## 1084 2022-11-29 17:13:20
## 1085 2022-11-29 17:13:13
## 1086 2022-11-29 17:13:02
## 1087 2022-11-29 17:12:54
## 1088 2022-11-29 17:12:51
## 1089 2022-11-29 17:12:50
## 1090 2022-11-29 17:12:49
## 1091 2022-11-29 17:12:24
## 1092 2022-11-29 17:11:37
## 1093 2022-11-29 17:11:36
## 1094 2022-11-29 17:11:31
## 1095 2022-11-29 17:11:07
## 1096 2022-11-29 17:11:00
## 1097 2022-11-29 17:10:50
## 1098 2022-11-29 17:10:45
## 1099 2022-11-29 17:10:44
## 1100 2022-11-29 17:10:32
## 1101 2022-11-29 17:10:18
## 1102 2022-11-29 17:10:17
## 1103 2022-11-29 17:09:53
## 1104 2022-11-29 17:09:45
## 1105 2022-11-29 17:09:31
## 1106 2022-11-29 17:09:23
## 1107 2022-11-29 17:09:20
## 1108 2022-11-29 17:08:44
## 1109 2022-11-29 17:08:23
## 1110 2022-11-29 17:08:18
## 1111 2022-11-29 17:08:15
## 1112 2022-11-29 17:08:14
## 1113 2022-11-29 17:07:42
## 1114 2022-11-29 17:07:39
## 1115 2022-11-29 17:07:39
## 1116 2022-11-29 17:07:38
## 1117 2022-11-29 17:07:18
## 1118 2022-11-29 17:06:54
## 1119 2022-11-29 17:06:50
## 1120 2022-11-29 17:06:49
## 1121 2022-11-29 17:06:41
## 1122 2022-11-29 17:06:24
## 1123 2022-11-29 17:06:21
## 1124 2022-11-29 17:06:08
## 1125 2022-11-29 17:06:08
## 1126 2022-11-29 17:06:06
## 1127 2022-11-29 17:05:00
## 1128 2022-11-29 17:04:55
## 1129 2022-11-29 17:04:37
## 1130 2022-11-29 17:03:32
## 1131 2022-11-29 17:03:28
## 1132 2022-11-29 17:02:58
## 1133 2022-11-29 17:02:52
## 1134 2022-11-29 17:02:17
## 1135 2022-11-29 17:02:14
## 1136 2022-11-29 17:02:09
## 1137 2022-11-29 17:02:01
## 1138 2022-11-29 17:01:55
## 1139 2022-11-29 17:01:26
## 1140 2022-11-29 17:01:03
## 1141 2022-11-29 17:01:01
## 1142 2022-11-29 17:00:59
## 1143 2022-11-29 17:00:55
## 1144 2022-11-29 17:00:49
## 1145 2022-11-29 17:00:34
## 1146 2022-11-29 17:00:23
## 1147 2022-11-29 17:00:02
## 1148 2022-11-29 16:59:44
## 1149 2022-11-29 16:59:23
## 1150 2022-11-29 16:59:22
## 1151 2022-11-29 16:59:21
## 1152 2022-11-29 16:59:18
## 1153 2022-11-29 16:59:10
## 1154 2022-11-29 16:59:06
## 1155 2022-11-29 16:58:14
## 1156 2022-11-29 16:58:08
## 1157 2022-11-29 16:57:09
## 1158 2022-11-29 16:56:25
## 1159 2022-11-29 16:56:09
## 1160 2022-11-29 16:55:40
## 1161 2022-11-29 16:54:52
## 1162 2022-11-29 16:54:35
## 1163 2022-11-29 16:54:07
## 1164 2022-11-29 16:54:07
## 1165 2022-11-29 16:54:03
## 1166 2022-11-29 16:53:59
## 1167 2022-11-29 16:53:46
## 1168 2022-11-29 16:53:20
## 1169 2022-11-29 16:53:19
## 1170 2022-11-29 16:53:19
## 1171 2022-11-29 16:53:03
## 1172 2022-11-29 16:51:51
## 1173 2022-11-29 16:51:30
## 1174 2022-11-29 16:49:34
## 1175 2022-11-29 16:49:21
## 1176 2022-11-29 16:49:18
## 1177 2022-11-29 16:49:17
## 1178 2022-11-29 16:48:48
## 1179 2022-11-29 16:48:32
## 1180 2022-11-29 16:48:29
## 1181 2022-11-29 16:48:06
## 1182 2022-11-29 16:48:02
## 1183 2022-11-29 16:47:47
## 1184 2022-11-29 16:47:44
## 1185 2022-11-29 16:47:38
## 1186 2022-11-29 16:47:14
## 1187 2022-11-29 16:47:09
## 1188 2022-11-29 16:47:02
## 1189 2022-11-29 16:46:45
## 1190 2022-11-29 16:45:57
## 1191 2022-11-29 16:45:56
## 1192 2022-11-29 16:45:05
## 1193 2022-11-29 16:44:49
## 1194 2022-11-29 16:44:33
## 1195 2022-11-29 16:43:59
## 1196 2022-11-29 16:43:52
## 1197 2022-11-29 16:43:51
## 1198 2022-11-29 16:43:20
## 1199 2022-11-29 16:42:29
## 1200 2022-11-29 16:42:21
## 1201 2022-11-29 16:42:00
## 1202 2022-11-29 16:42:00
## 1203 2022-11-29 16:41:51
## 1204 2022-11-29 16:41:45
## 1205 2022-11-29 16:41:43
## 1206 2022-11-29 16:41:21
## 1207 2022-11-29 16:41:03
## 1208 2022-11-29 16:40:22
## 1209 2022-11-29 16:39:13
## 1210 2022-11-29 16:38:27
## 1211 2022-11-29 16:38:24
## 1212 2022-11-29 16:38:19
## 1213 2022-11-29 16:37:45
## 1214 2022-11-29 16:37:30
## 1215 2022-11-29 16:37:30
## 1216 2022-11-29 16:36:28
## 1217 2022-11-29 16:35:37
## 1218 2022-11-29 16:35:31
## 1219 2022-11-29 16:35:24
## 1220 2022-11-29 16:35:22
## 1221 2022-11-29 16:35:02
## 1222 2022-11-29 16:34:52
## 1223 2022-11-29 16:34:47
## 1224 2022-11-29 16:34:44
## 1225 2022-11-29 16:34:15
## 1226 2022-11-29 16:34:15
## 1227 2022-11-29 16:33:27
## 1228 2022-11-29 16:33:27
## 1229 2022-11-29 16:33:23
## 1230 2022-11-29 16:33:00
## 1231 2022-11-29 16:32:55
## 1232 2022-11-29 16:32:31
## 1233 2022-11-29 16:32:31
## 1234 2022-11-29 16:32:25
## 1235 2022-11-29 16:32:23
## 1236 2022-11-29 16:32:04
## 1237 2022-11-29 16:32:00
## 1238 2022-11-29 16:31:50
## 1239 2022-11-29 16:30:48
## 1240 2022-11-29 16:30:47
## 1241 2022-11-29 16:30:22
## 1242 2022-11-29 16:30:01
## 1243 2022-11-29 16:29:50
## 1244 2022-11-29 16:29:49
## 1245 2022-11-29 16:29:44
## 1246 2022-11-29 16:29:15
## 1247 2022-11-29 16:29:13
## 1248 2022-11-29 16:28:33
## 1249 2022-11-29 16:28:30
## 1250 2022-11-29 16:28:08
## 1251 2022-11-29 16:28:02
## 1252 2022-11-29 16:28:02
## 1253 2022-11-29 16:27:46
## 1254 2022-11-29 16:27:22
## 1255 2022-11-29 16:27:10
## 1256 2022-11-29 16:27:10
## 1257 2022-11-29 16:25:36
## 1258 2022-11-29 16:25:01
## 1259 2022-11-29 16:24:35
## 1260 2022-11-29 16:24:30
## 1261 2022-11-29 16:24:28
## 1262 2022-11-29 16:24:25
## 1263 2022-11-29 16:23:48
## 1264 2022-11-29 16:23:40
## 1265 2022-11-29 16:23:27
## 1266 2022-11-29 16:23:11
## 1267 2022-11-29 16:22:08
## 1268 2022-11-29 16:21:55
## 1269 2022-11-29 16:21:34
## 1270 2022-11-29 16:21:25
## 1271 2022-11-29 16:21:25
## 1272 2022-11-29 16:20:55
## 1273 2022-11-29 16:20:54
## 1274 2022-11-29 16:20:52
## 1275 2022-11-29 16:20:33
## 1276 2022-11-29 16:20:30
## 1277 2022-11-29 16:20:21
## 1278 2022-11-29 16:20:12
## 1279 2022-11-29 16:20:12
## 1280 2022-11-29 16:20:10
## 1281 2022-11-29 16:20:08
## 1282 2022-11-29 16:20:07
## 1283 2022-11-29 16:20:05
## 1284 2022-11-29 16:20:03
## 1285 2022-11-29 16:20:01
## 1286 2022-11-29 16:19:57
## 1287 2022-11-29 16:19:52
## 1288 2022-11-29 16:19:17
## 1289 2022-11-29 16:18:58
## 1290 2022-11-29 16:18:54
## 1291 2022-11-29 16:18:36
## 1292 2022-11-29 16:18:16
## 1293 2022-11-29 16:18:13
## 1294 2022-11-29 16:18:05
## 1295 2022-11-29 16:17:45
## 1296 2022-11-29 16:17:23
## 1297 2022-11-29 16:17:00
## 1298 2022-11-29 16:16:54
## 1299 2022-11-29 16:16:43
## 1300 2022-11-29 16:16:34
## 1301 2022-11-29 16:16:34
## 1302 2022-11-29 16:16:33
## 1303 2022-11-29 16:16:30
## 1304 2022-11-29 16:15:53
## 1305 2022-11-29 16:15:36
## 1306 2022-11-29 16:15:32
## 1307 2022-11-29 16:15:22
## 1308 2022-11-29 16:15:04
## 1309 2022-11-29 16:14:57
## 1310 2022-11-29 16:14:28
## 1311 2022-11-29 16:13:57
## 1312 2022-11-29 16:13:52
## 1313 2022-11-29 16:13:20
## 1314 2022-11-29 16:13:01
## 1315 2022-11-29 16:12:31
## 1316 2022-11-29 16:11:52
## 1317 2022-11-29 16:11:43
## 1318 2022-11-29 16:11:42
## 1319 2022-11-29 16:10:59
## 1320 2022-11-29 16:10:47
## 1321 2022-11-29 16:10:26
## 1322 2022-11-29 16:09:58
## 1323 2022-11-29 16:09:44
## 1324 2022-11-29 16:09:35
## 1325 2022-11-29 16:07:49
## 1326 2022-11-29 16:07:12
## 1327 2022-11-29 16:06:48
## 1328 2022-11-29 16:05:56
## 1329 2022-11-29 16:05:30
## 1330 2022-11-29 16:05:21
## 1331 2022-11-29 16:05:12
## 1332 2022-11-29 16:04:31
## 1333 2022-11-29 16:03:59
## 1334 2022-11-29 16:03:53
## 1335 2022-11-29 16:03:49
## 1336 2022-11-29 16:03:43
## 1337 2022-11-29 16:03:22
## 1338 2022-11-29 16:03:14
## 1339 2022-11-29 16:03:02
## 1340 2022-11-29 16:02:43
## 1341 2022-11-29 16:02:38
## 1342 2022-11-29 16:02:10
## 1343 2022-11-29 16:01:52
## 1344 2022-11-29 16:01:12
## 1345 2022-11-29 16:00:57
## 1346 2022-11-29 16:00:43
## 1347 2022-11-29 16:00:32
## 1348 2022-11-29 16:00:20
## 1349 2022-11-29 15:59:49
## 1350 2022-11-29 15:59:27
## 1351 2022-11-29 15:59:20
## 1352 2022-11-29 15:59:16
## 1353 2022-11-29 15:59:05
## 1354 2022-11-29 15:58:15
## 1355 2022-11-29 15:58:14
## 1356 2022-11-29 15:57:54
## 1357 2022-11-29 15:57:25
## 1358 2022-11-29 15:57:22
## 1359 2022-11-29 15:56:29
## 1360 2022-11-29 15:56:27
## 1361 2022-11-29 15:56:06
## 1362 2022-11-29 15:56:05
## 1363 2022-11-29 15:55:58
## 1364 2022-11-29 15:55:41
## 1365 2022-11-29 15:53:51
## 1366 2022-11-29 15:53:31
## 1367 2022-11-29 15:53:16
## 1368 2022-11-29 15:52:43
## 1369 2022-11-29 15:52:29
## 1370 2022-11-29 15:51:08
## 1371 2022-11-29 15:50:18
## 1372 2022-11-29 15:49:57
## 1373 2022-11-29 15:49:39
## 1374 2022-11-29 15:49:15
## 1375 2022-11-29 15:48:45
## 1376 2022-11-29 15:48:12
## 1377 2022-11-29 15:48:11
## 1378 2022-11-29 15:47:48
## 1379 2022-11-29 15:47:33
## 1380 2022-11-29 15:47:07
## 1381 2022-11-29 15:46:50
## 1382 2022-11-29 15:46:23
## 1383 2022-11-29 15:46:15
## 1384 2022-11-29 15:46:12
## 1385 2022-11-29 15:46:05
## 1386 2022-11-29 15:45:58
## 1387 2022-11-29 15:45:30
## 1388 2022-11-29 15:45:23
## 1389 2022-11-29 15:45:20
## 1390 2022-11-29 15:45:00
## 1391 2022-11-29 15:44:06
## 1392 2022-11-29 15:43:38
## 1393 2022-11-29 15:43:23
## 1394 2022-11-29 15:43:13
## 1395 2022-11-29 15:42:48
## 1396 2022-11-29 15:42:34
## 1397 2022-11-29 15:42:20
## 1398 2022-11-29 15:41:58
## 1399 2022-11-29 15:41:43
## 1400 2022-11-29 15:41:41
## 1401 2022-11-29 15:41:21
## 1402 2022-11-29 15:41:16
## 1403 2022-11-29 15:40:43
## 1404 2022-11-29 15:40:30
## 1405 2022-11-29 15:40:30
## 1406 2022-11-29 15:40:02
## 1407 2022-11-29 15:39:24
## 1408 2022-11-29 15:38:49
## 1409 2022-11-29 15:38:45
## 1410 2022-11-29 15:38:18
## 1411 2022-11-29 15:38:05
## 1412 2022-11-29 15:37:28
## 1413 2022-11-29 15:37:21
## 1414 2022-11-29 15:36:25
## 1415 2022-11-29 15:35:52
## 1416 2022-11-29 15:35:06
## 1417 2022-11-29 15:34:47
## 1418 2022-11-29 15:32:59
## 1419 2022-11-29 15:32:41
## 1420 2022-11-29 15:32:31
## 1421 2022-11-29 15:31:50
## 1422 2022-11-29 15:31:44
## 1423 2022-11-29 15:30:07
## 1424 2022-11-29 15:30:02
## 1425 2022-11-29 15:29:31
## 1426 2022-11-29 15:26:12
## 1427 2022-11-29 15:25:40
## 1428 2022-11-29 15:25:37
## 1429 2022-11-29 15:25:16
## 1430 2022-11-29 15:25:00
## 1431 2022-11-29 15:24:58
## 1432 2022-11-29 15:24:12
## 1433 2022-11-29 15:24:05
## 1434 2022-11-29 15:22:51
## 1435 2022-11-29 15:21:57
## 1436 2022-11-29 15:21:47
## 1437 2022-11-29 15:20:57
## 1438 2022-11-29 15:20:55
## 1439 2022-11-29 15:20:23
## 1440 2022-11-29 15:19:36
## 1441 2022-11-29 15:19:27
## 1442 2022-11-29 15:18:52
## 1443 2022-11-29 15:18:33
## 1444 2022-11-29 15:18:27
## 1445 2022-11-29 15:18:16
## 1446 2022-11-29 15:18:11
## 1447 2022-11-29 15:18:08
## 1448 2022-11-29 15:17:17
## 1449 2022-11-29 15:17:12
## 1450 2022-11-29 15:17:12
## 1451 2022-11-29 15:16:54
## 1452 2022-11-29 15:16:30
## 1453 2022-11-29 15:15:25
## 1454 2022-11-29 15:15:24
## 1455 2022-11-29 15:15:14
## 1456 2022-11-29 15:14:50
## 1457 2022-11-29 15:14:46
## 1458 2022-11-29 15:14:33
## 1459 2022-11-29 15:14:15
## 1460 2022-11-29 15:14:12
## 1461 2022-11-29 15:13:55
## 1462 2022-11-29 15:13:35
## 1463 2022-11-29 15:13:23
## 1464 2022-11-29 15:13:12
## 1465 2022-11-29 15:12:47
## 1466 2022-11-29 15:12:12
## 1467 2022-11-29 15:11:54
## 1468 2022-11-29 15:11:45
## 1469 2022-11-29 15:10:13
## 1470 2022-11-29 15:10:01
## 1471 2022-11-29 15:09:45
## 1472 2022-11-29 15:09:33
## 1473 2022-11-29 15:09:32
## 1474 2022-11-29 15:09:20
## 1475 2022-11-29 15:08:35
## 1476 2022-11-29 15:08:35
## 1477 2022-11-29 15:08:29
## 1478 2022-11-29 15:08:12
## 1479 2022-11-29 15:08:05
## 1480 2022-11-29 15:08:04
## 1481 2022-11-29 15:07:35
## 1482 2022-11-29 15:06:56
## 1483 2022-11-29 15:06:53
## 1484 2022-11-29 15:06:46
## 1485 2022-11-29 15:06:37
## 1486 2022-11-29 15:06:09
## 1487 2022-11-29 15:05:57
## 1488 2022-11-29 15:05:29
## 1489 2022-11-29 15:05:02
## 1490 2022-11-29 15:04:55
## 1491 2022-11-29 15:04:34
## 1492 2022-11-29 15:04:31
## 1493 2022-11-29 15:03:52
## 1494 2022-11-29 15:03:20
## 1495 2022-11-29 15:03:05
## 1496 2022-11-29 15:02:59
## 1497 2022-11-29 15:02:44
## 1498 2022-11-29 15:01:31
## 1499 2022-11-29 15:01:28
## 1500 2022-11-29 15:00:45
## 1501 2022-11-29 15:00:35
## 1502 2022-11-29 15:00:18
## 1503 2022-11-29 15:00:07
## 1504 2022-11-29 14:59:09
## 1505 2022-11-29 14:59:01
## 1506 2022-11-29 14:58:35
## 1507 2022-11-29 14:58:26
## 1508 2022-11-29 14:58:01
## 1509 2022-11-29 14:58:00
## 1510 2022-11-29 14:57:48
## 1511 2022-11-29 14:57:45
## 1512 2022-11-29 14:57:12
## 1513 2022-11-29 14:56:43
## 1514 2022-11-29 14:56:20
## 1515 2022-11-29 14:56:19
## 1516 2022-11-29 14:56:15
## 1517 2022-11-29 14:55:57
## 1518 2022-11-29 14:55:27
## 1519 2022-11-29 14:55:09
## 1520 2022-11-29 14:54:31
## 1521 2022-11-29 14:53:58
## 1522 2022-11-29 14:53:52
## 1523 2022-11-29 14:53:52
## 1524 2022-11-29 14:53:33
## 1525 2022-11-29 14:53:19
## 1526 2022-11-29 14:53:17
## 1527 2022-11-29 14:52:52
## 1528 2022-11-29 14:52:30
## 1529 2022-11-29 14:52:18
## 1530 2022-11-29 14:52:07
## 1531 2022-11-29 14:52:01
## 1532 2022-11-29 14:51:49
## 1533 2022-11-29 14:51:34
## 1534 2022-11-29 14:51:21
## 1535 2022-11-29 14:51:19
## 1536 2022-11-29 14:51:19
## 1537 2022-11-29 14:51:13
## 1538 2022-11-29 14:50:49
## 1539 2022-11-29 14:50:04
## 1540 2022-11-29 14:50:03
## 1541 2022-11-29 14:49:08
## 1542 2022-11-29 14:49:02
## 1543 2022-11-29 14:48:45
## 1544 2022-11-29 14:48:20
## 1545 2022-11-29 14:47:55
## 1546 2022-11-29 14:47:51
## 1547 2022-11-29 14:47:51
## 1548 2022-11-29 14:47:49
## 1549 2022-11-29 14:47:27
## 1550 2022-11-29 14:47:05
## 1551 2022-11-29 14:47:02
## 1552 2022-11-29 14:46:29
## 1553 2022-11-29 14:45:47
## 1554 2022-11-29 14:45:31
## 1555 2022-11-29 14:44:22
## 1556 2022-11-29 14:44:21
## 1557 2022-11-29 14:44:14
## 1558 2022-11-29 14:43:51
## 1559 2022-11-29 14:43:25
## 1560 2022-11-29 14:43:18
## 1561 2022-11-29 14:41:55
## 1562 2022-11-29 14:40:30
## 1563 2022-11-29 14:40:24
## 1564 2022-11-29 14:40:09
## 1565 2022-11-29 14:40:05
## 1566 2022-11-29 14:39:35
## 1567 2022-11-29 14:39:28
## 1568 2022-11-29 14:39:12
## 1569 2022-11-29 14:38:50
## 1570 2022-11-29 14:38:40
## 1571 2022-11-29 14:38:14
## 1572 2022-11-29 14:37:56
## 1573 2022-11-29 14:37:26
## 1574 2022-11-29 14:36:39
## 1575 2022-11-29 14:36:21
## 1576 2022-11-29 14:36:04
## 1577 2022-11-29 14:35:27
## 1578 2022-11-29 14:35:23
## 1579 2022-11-29 14:34:56
## 1580 2022-11-29 14:34:32
## 1581 2022-11-29 14:34:16
## 1582 2022-11-29 14:34:08
## 1583 2022-11-29 14:34:02
## 1584 2022-11-29 14:33:59
## 1585 2022-11-29 14:33:46
## 1586 2022-11-29 14:32:57
## 1587 2022-11-29 14:32:55
## 1588 2022-11-29 14:32:42
## 1589 2022-11-29 14:32:37
## 1590 2022-11-29 14:32:01
## 1591 2022-11-29 14:31:48
## 1592 2022-11-29 14:31:33
## 1593 2022-11-29 14:31:31
## 1594 2022-11-29 14:31:25
## 1595 2022-11-29 14:30:53
## 1596 2022-11-29 14:30:25
## 1597 2022-11-29 14:30:22
## 1598 2022-11-29 14:30:09
## 1599 2022-11-29 14:29:28
## 1600 2022-11-29 14:29:06
## 1601 2022-11-29 14:29:01
## 1602 2022-11-29 14:28:27
## 1603 2022-11-29 14:28:06
## 1604 2022-11-29 14:27:43
## 1605 2022-11-29 14:27:39
## 1606 2022-11-29 14:27:29
## 1607 2022-11-29 14:27:00
## 1608 2022-11-29 14:26:34
## 1609 2022-11-29 14:25:08
## 1610 2022-11-29 14:24:27
## 1611 2022-11-29 14:23:55
## 1612 2022-11-29 14:23:50
## 1613 2022-11-29 14:23:49
## 1614 2022-11-29 14:23:34
## 1615 2022-11-29 14:23:34
## 1616 2022-11-29 14:23:26
## 1617 2022-11-29 14:23:11
## 1618 2022-11-29 14:21:52
## 1619 2022-11-29 14:21:45
## 1620 2022-11-29 14:21:39
## 1621 2022-11-29 14:21:14
## 1622 2022-11-29 14:21:05
## 1623 2022-11-29 14:20:34
## 1624 2022-11-29 14:20:09
## 1625 2022-11-29 14:20:07
## 1626 2022-11-29 14:20:00
## 1627 2022-11-29 14:19:31
## 1628 2022-11-29 14:19:07
## 1629 2022-11-29 14:19:05
## 1630 2022-11-29 14:18:58
## 1631 2022-11-29 14:18:55
## 1632 2022-11-29 14:18:51
## 1633 2022-11-29 14:18:48
## 1634 2022-11-29 14:17:58
## 1635 2022-11-29 14:17:34
## 1636 2022-11-29 14:17:10
## 1637 2022-11-29 14:17:07
## 1638 2022-11-29 14:17:03
## 1639 2022-11-29 14:16:56
## 1640 2022-11-29 14:16:51
## 1641 2022-11-29 14:16:20
## 1642 2022-11-29 14:15:38
## 1643 2022-11-29 14:15:37
## 1644 2022-11-29 14:15:26
## 1645 2022-11-29 14:15:22
## 1646 2022-11-29 14:14:33
## 1647 2022-11-29 14:14:32
## 1648 2022-11-29 14:14:13
## 1649 2022-11-29 14:13:41
## 1650 2022-11-29 14:13:30
## 1651 2022-11-29 14:13:26
## 1652 2022-11-29 14:13:14
## 1653 2022-11-29 14:12:35
## 1654 2022-11-29 14:12:15
## 1655 2022-11-29 14:12:01
## 1656 2022-11-29 14:11:46
## 1657 2022-11-29 14:10:33
## 1658 2022-11-29 14:09:42
## 1659 2022-11-29 14:09:20
## 1660 2022-11-29 14:09:12
## 1661 2022-11-29 14:09:03
## 1662 2022-11-29 14:08:59
## 1663 2022-11-29 14:08:44
## 1664 2022-11-29 14:08:33
## 1665 2022-11-29 14:08:21
## 1666 2022-11-29 14:08:13
## 1667 2022-11-29 14:07:33
## 1668 2022-11-29 14:07:10
## 1669 2022-11-29 14:06:33
## 1670 2022-11-29 14:06:29
## 1671 2022-11-29 14:05:57
## 1672 2022-11-29 14:04:53
## 1673 2022-11-29 14:04:34
## 1674 2022-11-29 14:04:16
## 1675 2022-11-29 14:03:58
## 1676 2022-11-29 14:03:40
## 1677 2022-11-29 14:03:38
## 1678 2022-11-29 14:03:33
## 1679 2022-11-29 14:03:10
## 1680 2022-11-29 14:03:07
## 1681 2022-11-29 14:03:06
## 1682 2022-11-29 14:02:58
## 1683 2022-11-29 14:02:52
## 1684 2022-11-29 14:02:51
## 1685 2022-11-29 14:01:59
## 1686 2022-11-29 14:01:50
## 1687 2022-11-29 14:01:40
## 1688 2022-11-29 14:01:34
## 1689 2022-11-29 14:01:12
## 1690 2022-11-29 14:00:59
## 1691 2022-11-29 14:00:52
## 1692 2022-11-29 14:00:30
## 1693 2022-11-29 14:00:22
## 1694 2022-11-29 14:00:13
## 1695 2022-11-29 13:58:17
## 1696 2022-11-29 13:57:57
## 1697 2022-11-29 13:57:44
## 1698 2022-11-29 13:57:18
## 1699 2022-11-29 13:57:10
## 1700 2022-11-29 13:57:08
## 1701 2022-11-29 13:56:58
## 1702 2022-11-29 13:56:31
## 1703 2022-11-29 13:56:26
## 1704 2022-11-29 13:56:01
## 1705 2022-11-29 13:55:26
## 1706 2022-11-29 13:55:24
## 1707 2022-11-29 13:54:39
## 1708 2022-11-29 13:53:45
## 1709 2022-11-29 13:53:41
## 1710 2022-11-29 13:53:12
## 1711 2022-11-29 13:53:03
## 1712 2022-11-29 13:53:01
## 1713 2022-11-29 13:52:45
## 1714 2022-11-29 13:52:31
## 1715 2022-11-29 13:52:24
## 1716 2022-11-29 13:52:05
## 1717 2022-11-29 13:51:27
## 1718 2022-11-29 13:50:59
## 1719 2022-11-29 13:50:54
## 1720 2022-11-29 13:50:30
## 1721 2022-11-29 13:50:30
## 1722 2022-11-29 13:50:03
## 1723 2022-11-29 13:50:02
## 1724 2022-11-29 13:49:51
## 1725 2022-11-29 13:48:55
## 1726 2022-11-29 13:48:37
## 1727 2022-11-29 13:48:10
## 1728 2022-11-29 13:47:46
## 1729 2022-11-29 13:47:34
## 1730 2022-11-29 13:46:58
## 1731 2022-11-29 13:46:40
## 1732 2022-11-29 13:45:50
## 1733 2022-11-29 13:45:49
## 1734 2022-11-29 13:45:49
## 1735 2022-11-29 13:44:51
## 1736 2022-11-29 13:44:28
## 1737 2022-11-29 13:43:55
## 1738 2022-11-29 13:43:32
## 1739 2022-11-29 13:42:31
## 1740 2022-11-29 13:42:27
## 1741 2022-11-29 13:42:08
## 1742 2022-11-29 13:42:06
## 1743 2022-11-29 13:41:50
## 1744 2022-11-29 13:41:26
## 1745 2022-11-29 13:40:48
## 1746 2022-11-29 13:39:21
## 1747 2022-11-29 13:38:50
## 1748 2022-11-29 13:38:22
## 1749 2022-11-29 13:38:15
## 1750 2022-11-29 13:37:57
## 1751 2022-11-29 13:37:55
## 1752 2022-11-29 13:36:37
## 1753 2022-11-29 13:36:21
## 1754 2022-11-29 13:35:32
## 1755 2022-11-29 13:34:39
## 1756 2022-11-29 13:34:09
## 1757 2022-11-29 13:34:09
## 1758 2022-11-29 13:33:58
## 1759 2022-11-29 13:33:52
## 1760 2022-11-29 13:33:47
## 1761 2022-11-29 13:33:25
## 1762 2022-11-29 13:33:24
## 1763 2022-11-29 13:32:52
## 1764 2022-11-29 13:32:33
## 1765 2022-11-29 13:32:19
## 1766 2022-11-29 13:31:55
## 1767 2022-11-29 13:31:51
## 1768 2022-11-29 13:31:36
## 1769 2022-11-29 13:31:00
## 1770 2022-11-29 13:30:55
## 1771 2022-11-29 13:30:51
## 1772 2022-11-29 13:30:43
## 1773 2022-11-29 13:30:33
## 1774 2022-11-29 13:30:28
## 1775 2022-11-29 13:30:28
## 1776 2022-11-29 13:30:07
## 1777 2022-11-29 13:30:00
## 1778 2022-11-29 13:29:25
## 1779 2022-11-29 13:29:22
## 1780 2022-11-29 13:29:14
## 1781 2022-11-29 13:29:11
## 1782 2022-11-29 13:28:15
## 1783 2022-11-29 13:28:09
## 1784 2022-11-29 13:27:06
## 1785 2022-11-29 13:27:05
## 1786 2022-11-29 13:26:49
## 1787 2022-11-29 13:26:48
## 1788 2022-11-29 13:26:38
## 1789 2022-11-29 13:25:42
## 1790 2022-11-29 13:25:32
## 1791 2022-11-29 13:25:01
## 1792 2022-11-29 13:24:34
## 1793 2022-11-29 13:24:28
## 1794 2022-11-29 13:24:23
## 1795 2022-11-29 13:24:22
## 1796 2022-11-29 13:24:09
## 1797 2022-11-29 13:23:24
## 1798 2022-11-29 13:23:12
## 1799 2022-11-29 13:22:54
## 1800 2022-11-29 13:22:34
## 1801 2022-11-29 13:22:33
## 1802 2022-11-29 13:22:30
## 1803 2022-11-29 13:22:30
## 1804 2022-11-29 13:22:21
## 1805 2022-11-29 13:22:19
## 1806 2022-11-29 13:21:39
## 1807 2022-11-29 13:21:16
## 1808 2022-11-29 13:20:59
## 1809 2022-11-29 13:20:57
## 1810 2022-11-29 13:20:48
## 1811 2022-11-29 13:20:45
## 1812 2022-11-29 13:20:13
## 1813 2022-11-29 13:19:59
## 1814 2022-11-29 13:19:55
## 1815 2022-11-29 13:19:26
## 1816 2022-11-29 13:19:00
## 1817 2022-11-29 13:18:36
## 1818 2022-11-29 13:18:17
## 1819 2022-11-29 13:18:02
## 1820 2022-11-29 13:17:55
## 1821 2022-11-29 13:17:42
## 1822 2022-11-29 13:17:24
## 1823 2022-11-29 13:16:39
## 1824 2022-11-29 13:16:38
## 1825 2022-11-29 13:16:36
## 1826 2022-11-29 13:16:34
## 1827 2022-11-29 13:16:18
## 1828 2022-11-29 13:16:11
## 1829 2022-11-29 13:16:07
## 1830 2022-11-29 13:16:01
## 1831 2022-11-29 13:15:25
## 1832 2022-11-29 13:15:07
## 1833 2022-11-29 13:14:59
## 1834 2022-11-29 13:14:58
## 1835 2022-11-29 13:14:55
## 1836 2022-11-29 13:14:40
## 1837 2022-11-29 13:14:35
## 1838 2022-11-29 13:14:03
## 1839 2022-11-29 13:14:02
## 1840 2022-11-29 13:13:49
## 1841 2022-11-29 13:13:40
## 1842 2022-11-29 13:13:10
## 1843 2022-11-29 13:12:59
## 1844 2022-11-29 13:12:27
## 1845 2022-11-29 13:12:04
## 1846 2022-11-29 13:11:50
## 1847 2022-11-29 13:11:46
## 1848 2022-11-29 13:11:18
## 1849 2022-11-29 13:11:18
## 1850 2022-11-29 13:11:11
## 1851 2022-11-29 13:10:39
## 1852 2022-11-29 13:09:51
## 1853 2022-11-29 13:09:03
## 1854 2022-11-29 13:08:53
## 1855 2022-11-29 13:08:33
## 1856 2022-11-29 13:08:07
## 1857 2022-11-29 13:08:02
## 1858 2022-11-29 13:07:33
## 1859 2022-11-29 13:07:11
## 1860 2022-11-29 13:05:54
## 1861 2022-11-29 13:05:45
## 1862 2022-11-29 13:05:24
## 1863 2022-11-29 13:04:56
## 1864 2022-11-29 13:04:01
## 1865 2022-11-29 13:03:56
## 1866 2022-11-29 13:03:18
## 1867 2022-11-29 13:03:01
## 1868 2022-11-29 13:02:21
## 1869 2022-11-29 13:02:15
## 1870 2022-11-29 13:01:25
## 1871 2022-11-29 13:00:55
## 1872 2022-11-29 13:00:40
## 1873 2022-11-29 13:00:39
## 1874 2022-11-29 13:00:35
## 1875 2022-11-29 13:00:34
## 1876 2022-11-29 13:00:24
## 1877 2022-11-29 13:00:07
## 1878 2022-11-29 13:00:04
## 1879 2022-11-29 13:00:04
## 1880 2022-11-29 12:59:55
## 1881 2022-11-29 12:59:55
## 1882 2022-11-29 12:59:14
## 1883 2022-11-29 12:58:50
## 1884 2022-11-29 12:58:46
## 1885 2022-11-29 12:58:23
## 1886 2022-11-29 12:57:45
## 1887 2022-11-29 12:57:30
## 1888 2022-11-29 12:57:28
## 1889 2022-11-29 12:56:57
## 1890 2022-11-29 12:56:45
## 1891 2022-11-29 12:56:41
## 1892 2022-11-29 12:56:41
## 1893 2022-11-29 12:56:23
## 1894 2022-11-29 12:55:19
## 1895 2022-11-29 12:54:47
## 1896 2022-11-29 12:54:45
## 1897 2022-11-29 12:53:47
## 1898 2022-11-29 12:53:32
## 1899 2022-11-29 12:53:30
## 1900 2022-11-29 12:53:21
## 1901 2022-11-29 12:53:17
## 1902 2022-11-29 12:52:48
## 1903 2022-11-29 12:52:28
## 1904 2022-11-29 12:51:11
## 1905 2022-11-29 12:50:35
## 1906 2022-11-29 12:50:16
## 1907 2022-11-29 12:50:15
## 1908 2022-11-29 12:49:49
## 1909 2022-11-29 12:49:38
## 1910 2022-11-29 12:48:49
## 1911 2022-11-29 12:47:47
## 1912 2022-11-29 12:47:02
## 1913 2022-11-29 12:46:23
## 1914 2022-11-29 12:46:13
## 1915 2022-11-29 12:45:56
## 1916 2022-11-29 12:45:42
## 1917 2022-11-29 12:45:10
## 1918 2022-11-29 12:44:48
## 1919 2022-11-29 12:44:02
## 1920 2022-11-29 12:43:44
## 1921 2022-11-29 12:43:31
## 1922 2022-11-29 12:43:08
## 1923 2022-11-29 12:42:51
## 1924 2022-11-29 12:42:49
## 1925 2022-11-29 12:42:48
## 1926 2022-11-29 12:42:17
## 1927 2022-11-29 12:40:53
## 1928 2022-11-29 12:40:34
## 1929 2022-11-29 12:39:47
## 1930 2022-11-29 12:39:26
## 1931 2022-11-29 12:39:11
## 1932 2022-11-29 12:39:09
## 1933 2022-11-29 12:38:45
## 1934 2022-11-29 12:38:29
## 1935 2022-11-29 12:38:12
## 1936 2022-11-29 12:38:06
## 1937 2022-11-29 12:37:44
## 1938 2022-11-29 12:37:18
## 1939 2022-11-29 12:37:12
## 1940 2022-11-29 12:36:40
## 1941 2022-11-29 12:36:24
## 1942 2022-11-29 12:35:55
## 1943 2022-11-29 12:35:54
## 1944 2022-11-29 12:35:42
## 1945 2022-11-29 12:35:26
## 1946 2022-11-29 12:34:11
## 1947 2022-11-29 12:33:19
## 1948 2022-11-29 12:32:59
## 1949 2022-11-29 12:32:27
## 1950 2022-11-29 12:32:09
## 1951 2022-11-29 12:32:05
## 1952 2022-11-29 12:31:48
## 1953 2022-11-29 12:31:26
## 1954 2022-11-29 12:30:10
## 1955 2022-11-29 12:29:51
## 1956 2022-11-29 12:27:54
## 1957 2022-11-29 12:27:20
## 1958 2022-11-29 12:27:15
## 1959 2022-11-29 12:27:06
## 1960 2022-11-29 12:26:58
## 1961 2022-11-29 12:25:40
## 1962 2022-11-29 12:25:26
## 1963 2022-11-29 12:25:22
## 1964 2022-11-29 12:24:51
## 1965 2022-11-29 12:23:56
## 1966 2022-11-29 12:22:18
## 1967 2022-11-29 12:21:53
## 1968 2022-11-29 12:21:35
## 1969 2022-11-29 12:20:01
## 1970 2022-11-29 12:19:40
## 1971 2022-11-29 12:19:38
## 1972 2022-11-29 12:19:37
## 1973 2022-11-29 12:19:30
## 1974 2022-11-29 12:18:36
## 1975 2022-11-29 12:18:11
## 1976 2022-11-29 12:16:46
## 1977 2022-11-29 12:16:34
## 1978 2022-11-29 12:16:27
## 1979 2022-11-29 12:16:01
## 1980 2022-11-29 12:15:14
## 1981 2022-11-29 12:13:58
## 1982 2022-11-29 12:13:51
## 1983 2022-11-29 12:13:12
## 1984 2022-11-29 12:12:50
## 1985 2022-11-29 12:12:29
## 1986 2022-11-29 12:12:22
## 1987 2022-11-29 12:11:23
## 1988 2022-11-29 12:10:58
## 1989 2022-11-29 12:10:03
## 1990 2022-11-29 12:09:31
## 1991 2022-11-29 12:09:28
## 1992 2022-11-29 12:08:59
## 1993 2022-11-29 12:08:48
## 1994 2022-11-29 12:07:57
## 1995 2022-11-29 12:07:29
## 1996 2022-11-29 12:07:22
## 1997 2022-11-29 12:06:40
## 1998 2022-11-29 12:06:08
## 1999 2022-11-29 12:06:05
## 2000 2022-11-29 12:05:10
## 2001 2022-11-29 12:05:09
## 2002 2022-11-29 12:04:34
## 2003 2022-11-29 12:04:01
## 2004 2022-11-29 12:02:44
## 2005 2022-11-29 12:02:30
## 2006 2022-11-29 12:02:30
## 2007 2022-11-29 12:02:21
## 2008 2022-11-29 12:01:54
## 2009 2022-11-29 12:01:51
## 2010 2022-11-29 12:01:45
## 2011 2022-11-29 12:01:45
## 2012 2022-11-29 12:01:36
## 2013 2022-11-29 12:00:07
## 2014 2022-11-29 12:00:03
## 2015 2022-11-29 11:59:09
## 2016 2022-11-29 11:58:49
## 2017 2022-11-29 11:58:37
## 2018 2022-11-29 11:58:03
## 2019 2022-11-29 11:57:56
## 2020 2022-11-29 11:57:09
## 2021 2022-11-29 11:55:44
## 2022 2022-11-29 11:55:27
## 2023 2022-11-29 11:54:59
## 2024 2022-11-29 11:54:24
## 2025 2022-11-29 11:53:33
## 2026 2022-11-29 11:52:07
## 2027 2022-11-29 11:51:15
## 2028 2022-11-29 11:51:15
## 2029 2022-11-29 11:51:13
## 2030 2022-11-29 11:51:08
## 2031 2022-11-29 11:50:59
## 2032 2022-11-29 11:50:58
## 2033 2022-11-29 11:50:44
## 2034 2022-11-29 11:50:26
## 2035 2022-11-29 11:49:44
## 2036 2022-11-29 11:49:38
## 2037 2022-11-29 11:48:50
## 2038 2022-11-29 11:48:21
## 2039 2022-11-29 11:48:15
## 2040 2022-11-29 11:47:55
## 2041 2022-11-29 11:47:45
## 2042 2022-11-29 11:47:07
## 2043 2022-11-29 11:47:02
## 2044 2022-11-29 11:46:52
## 2045 2022-11-29 11:45:51
## 2046 2022-11-29 11:44:27
## 2047 2022-11-29 11:44:03
## 2048 2022-11-29 11:43:57
## 2049 2022-11-29 11:43:14
## 2050 2022-11-29 11:43:01
## 2051 2022-11-29 11:42:45
## 2052 2022-11-29 11:42:41
## 2053 2022-11-29 11:41:49
## 2054 2022-11-29 11:40:52
## 2055 2022-11-29 11:40:43
## 2056 2022-11-29 11:39:53
## 2057 2022-11-29 11:39:33
## 2058 2022-11-29 11:38:56
## 2059 2022-11-29 11:38:47
## 2060 2022-11-29 11:38:29
## 2061 2022-11-29 11:38:22
## 2062 2022-11-29 11:37:49
## 2063 2022-11-29 11:37:29
## 2064 2022-11-29 11:37:18
## 2065 2022-11-29 11:37:16
## 2066 2022-11-29 11:37:06
## 2067 2022-11-29 11:36:42
## 2068 2022-11-29 11:36:11
## 2069 2022-11-29 11:35:56
## 2070 2022-11-29 11:35:52
## 2071 2022-11-29 11:35:44
## 2072 2022-11-29 11:34:56
## 2073 2022-11-29 11:34:43
## 2074 2022-11-29 11:34:41
## 2075 2022-11-29 11:34:40
## 2076 2022-11-29 11:34:35
## 2077 2022-11-29 11:34:26
## 2078 2022-11-29 11:33:26
## 2079 2022-11-29 11:32:16
## 2080 2022-11-29 11:32:00
## 2081 2022-11-29 11:31:10
## 2082 2022-11-29 11:31:10
## 2083 2022-11-29 11:31:02
## 2084 2022-11-29 11:30:48
## 2085 2022-11-29 11:30:45
## 2086 2022-11-29 11:30:31
## 2087 2022-11-29 11:30:24
## 2088 2022-11-29 11:30:21
## 2089 2022-11-29 11:30:13
## 2090 2022-11-29 11:29:59
## 2091 2022-11-29 11:29:53
## 2092 2022-11-29 11:29:22
## 2093 2022-11-29 11:28:29
## 2094 2022-11-29 11:28:18
## 2095 2022-11-29 11:27:53
## 2096 2022-11-29 11:27:29
## 2097 2022-11-29 11:27:19
## 2098 2022-11-29 11:26:52
## 2099 2022-11-29 11:26:42
## 2100 2022-11-29 11:26:00
## 2101 2022-11-29 11:25:14
## 2102 2022-11-29 11:24:30
## 2103 2022-11-29 11:24:15
## 2104 2022-11-29 11:21:21
## 2105 2022-11-29 11:21:17
## 2106 2022-11-29 11:20:40
## 2107 2022-11-29 11:20:35
## 2108 2022-11-29 11:19:44
## 2109 2022-11-29 11:18:35
## 2110 2022-11-29 11:18:25
## 2111 2022-11-29 11:16:54
## 2112 2022-11-29 11:16:13
## 2113 2022-11-29 11:16:11
## 2114 2022-11-29 11:15:45
## 2115 2022-11-29 11:15:20
## 2116 2022-11-29 11:15:14
## 2117 2022-11-29 11:12:45
## 2118 2022-11-29 11:12:09
## 2119 2022-11-29 11:11:48
## 2120 2022-11-29 11:11:15
## 2121 2022-11-29 11:11:08
## 2122 2022-11-29 11:10:38
## 2123 2022-11-29 11:09:55
## 2124 2022-11-29 11:09:19
## 2125 2022-11-29 11:08:39
## 2126 2022-11-29 11:08:21
## 2127 2022-11-29 11:08:16
## 2128 2022-11-29 11:07:44
## 2129 2022-11-29 11:06:37
## 2130 2022-11-29 11:05:06
## 2131 2022-11-29 11:04:35
## 2132 2022-11-29 11:03:15
## 2133 2022-11-29 11:02:31
## 2134 2022-11-29 11:02:21
## 2135 2022-11-29 11:02:02
## 2136 2022-11-29 11:01:53
## 2137 2022-11-29 11:00:38
## 2138 2022-11-29 11:00:10
## 2139 2022-11-29 11:00:09
## 2140 2022-11-29 11:00:07
## 2141 2022-11-29 10:59:56
## 2142 2022-11-29 10:59:48
## 2143 2022-11-29 10:59:18
## 2144 2022-11-29 10:59:18
## 2145 2022-11-29 10:58:45
## 2146 2022-11-29 10:58:36
## 2147 2022-11-29 10:57:24
## 2148 2022-11-29 10:56:56
## 2149 2022-11-29 10:56:54
## 2150 2022-11-29 10:56:21
## 2151 2022-11-29 10:56:01
## 2152 2022-11-29 10:54:59
## 2153 2022-11-29 10:54:48
## 2154 2022-11-29 10:54:16
## 2155 2022-11-29 10:54:15
## 2156 2022-11-29 10:54:13
## 2157 2022-11-29 10:54:01
## 2158 2022-11-29 10:54:00
## 2159 2022-11-29 10:53:54
## 2160 2022-11-29 10:53:38
## 2161 2022-11-29 10:53:18
## 2162 2022-11-29 10:51:20
## 2163 2022-11-29 10:50:55
## 2164 2022-11-29 10:49:49
## 2165 2022-11-29 10:49:27
## 2166 2022-11-29 10:48:38
## 2167 2022-11-29 10:47:54
## 2168 2022-11-29 10:47:08
## 2169 2022-11-29 10:47:07
## 2170 2022-11-29 10:46:00
## 2171 2022-11-29 10:44:46
## 2172 2022-11-29 10:43:45
## 2173 2022-11-29 10:43:28
## 2174 2022-11-29 10:41:44
## 2175 2022-11-29 10:41:44
## 2176 2022-11-29 10:41:42
## 2177 2022-11-29 10:41:41
## 2178 2022-11-29 10:40:58
## 2179 2022-11-29 10:40:21
## 2180 2022-11-29 10:40:17
## 2181 2022-11-29 10:40:03
## 2182 2022-11-29 10:39:56
## 2183 2022-11-29 10:39:45
## 2184 2022-11-29 10:39:03
## 2185 2022-11-29 10:38:45
## 2186 2022-11-29 10:38:19
## 2187 2022-11-29 10:37:31
## 2188 2022-11-29 10:37:13
## 2189 2022-11-29 10:36:44
## 2190 2022-11-29 10:36:21
## 2191 2022-11-29 10:36:20
## 2192 2022-11-29 10:36:17
## 2193 2022-11-29 10:36:06
## 2194 2022-11-29 10:35:37
## 2195 2022-11-29 10:35:20
## 2196 2022-11-29 10:35:06
## 2197 2022-11-29 10:35:04
## 2198 2022-11-29 10:34:58
## 2199 2022-11-29 10:34:27
## 2200 2022-11-29 10:33:54
## 2201 2022-11-29 10:33:28
## 2202 2022-11-29 10:33:13
## 2203 2022-11-29 10:32:18
## 2204 2022-11-29 10:31:46
## 2205 2022-11-29 10:31:01
## 2206 2022-11-29 10:30:34
## 2207 2022-11-29 10:30:04
## 2208 2022-11-29 10:29:55
## 2209 2022-11-29 10:29:37
## 2210 2022-11-29 10:28:42
## 2211 2022-11-29 10:28:02
## 2212 2022-11-29 10:27:54
## 2213 2022-11-29 10:27:07
## 2214 2022-11-29 10:26:15
## 2215 2022-11-29 10:26:02
## 2216 2022-11-29 10:24:46
## 2217 2022-11-29 10:23:46
## 2218 2022-11-29 10:23:11
## 2219 2022-11-29 10:21:44
## 2220 2022-11-29 10:21:31
## 2221 2022-11-29 10:21:27
## 2222 2022-11-29 10:21:02
## 2223 2022-11-29 10:20:46
## 2224 2022-11-29 10:20:21
## 2225 2022-11-29 10:20:12
## 2226 2022-11-29 10:20:06
## 2227 2022-11-29 10:19:51
## 2228 2022-11-29 10:19:31
## 2229 2022-11-29 10:18:30
## 2230 2022-11-29 10:17:55
## 2231 2022-11-29 10:17:54
## 2232 2022-11-29 10:17:52
## 2233 2022-11-29 10:17:36
## 2234 2022-11-29 10:17:32
## 2235 2022-11-29 10:17:32
## 2236 2022-11-29 10:17:26
## 2237 2022-11-29 10:17:17
## 2238 2022-11-29 10:17:16
## 2239 2022-11-29 10:17:13
## 2240 2022-11-29 10:16:17
## 2241 2022-11-29 10:15:53
## 2242 2022-11-29 10:15:36
## 2243 2022-11-29 10:15:32
## 2244 2022-11-29 10:13:55
## 2245 2022-11-29 10:13:49
## 2246 2022-11-29 10:13:17
## 2247 2022-11-29 10:12:55
## 2248 2022-11-29 10:12:35
## 2249 2022-11-29 10:12:33
## 2250 2022-11-29 10:12:19
## 2251 2022-11-29 10:12:10
## 2252 2022-11-29 10:10:25
## 2253 2022-11-29 10:10:10
## 2254 2022-11-29 10:09:52
## 2255 2022-11-29 10:09:34
## 2256 2022-11-29 10:09:20
## 2257 2022-11-29 10:09:01
## 2258 2022-11-29 10:07:47
## 2259 2022-11-29 10:07:38
## 2260 2022-11-29 10:07:11
## 2261 2022-11-29 10:06:37
## 2262 2022-11-29 10:06:12
## 2263 2022-11-29 10:05:22
## 2264 2022-11-29 10:05:13
## 2265 2022-11-29 10:04:51
## 2266 2022-11-29 10:04:21
## 2267 2022-11-29 10:03:55
## 2268 2022-11-29 10:03:22
## 2269 2022-11-29 10:03:12
## 2270 2022-11-29 10:03:04
## 2271 2022-11-29 10:03:00
## 2272 2022-11-29 10:02:57
## 2273 2022-11-29 10:02:56
## 2274 2022-11-29 10:02:45
## 2275 2022-11-29 10:01:32
## 2276 2022-11-29 10:01:32
## 2277 2022-11-29 10:01:00
## 2278 2022-11-29 10:00:41
## 2279 2022-11-29 10:00:36
## 2280 2022-11-29 10:00:28
## 2281 2022-11-29 10:00:22
## 2282 2022-11-29 10:00:18
## 2283 2022-11-29 10:00:02
## 2284 2022-11-29 10:00:02
## 2285 2022-11-29 10:00:01
## 2286 2022-11-29 10:00:00
## 2287 2022-11-29 09:59:31
## 2288 2022-11-29 09:59:22
## 2289 2022-11-29 09:59:05
## 2290 2022-11-29 09:58:46
## 2291 2022-11-29 09:58:44
## 2292 2022-11-29 09:58:17
## 2293 2022-11-29 09:58:14
## 2294 2022-11-29 09:58:03
## 2295 2022-11-29 09:58:03
## 2296 2022-11-29 09:56:33
## 2297 2022-11-29 09:55:17
## 2298 2022-11-29 09:54:31
## 2299 2022-11-29 09:54:24
## 2300 2022-11-29 09:54:21
## 2301 2022-11-29 09:53:23
## 2302 2022-11-29 09:53:19
## 2303 2022-11-29 09:53:11
## 2304 2022-11-29 09:52:58
## 2305 2022-11-29 09:52:55
## 2306 2022-11-29 09:52:43
## 2307 2022-11-29 09:52:41
## 2308 2022-11-29 09:52:37
## 2309 2022-11-29 09:52:02
## 2310 2022-11-29 09:51:42
## 2311 2022-11-29 09:50:14
## 2312 2022-11-29 09:50:13
## 2313 2022-11-29 09:50:02
## 2314 2022-11-29 09:49:21
## 2315 2022-11-29 09:49:20
## 2316 2022-11-29 09:48:33
## 2317 2022-11-29 09:48:02
## 2318 2022-11-29 09:47:51
## 2319 2022-11-29 09:47:23
## 2320 2022-11-29 09:46:59
## 2321 2022-11-29 09:46:50
## 2322 2022-11-29 09:46:49
## 2323 2022-11-29 09:46:08
## 2324 2022-11-29 09:45:50
## 2325 2022-11-29 09:45:41
## 2326 2022-11-29 09:45:22
## 2327 2022-11-29 09:45:16
## 2328 2022-11-29 09:45:09
## 2329 2022-11-29 09:44:52
## 2330 2022-11-29 09:44:49
## 2331 2022-11-29 09:44:26
## 2332 2022-11-29 09:44:21
## 2333 2022-11-29 09:44:18
## 2334 2022-11-29 09:43:49
## 2335 2022-11-29 09:43:44
## 2336 2022-11-29 09:43:30
## 2337 2022-11-29 09:42:47
## 2338 2022-11-29 09:42:28
## 2339 2022-11-29 09:42:08
## 2340 2022-11-29 09:41:16
## 2341 2022-11-29 09:40:17
## 2342 2022-11-29 09:39:31
## 2343 2022-11-29 09:39:09
## 2344 2022-11-29 09:38:38
## 2345 2022-11-29 09:38:29
## 2346 2022-11-29 09:37:17
## 2347 2022-11-29 09:37:08
## 2348 2022-11-29 09:37:05
## 2349 2022-11-29 09:36:51
## 2350 2022-11-29 09:36:50
## 2351 2022-11-29 09:36:27
## 2352 2022-11-29 09:36:05
## 2353 2022-11-29 09:35:00
## 2354 2022-11-29 09:34:33
## 2355 2022-11-29 09:34:08
## 2356 2022-11-29 09:33:48
## 2357 2022-11-29 09:33:39
## 2358 2022-11-29 09:33:25
## 2359 2022-11-29 09:32:43
## 2360 2022-11-29 09:32:32
## 2361 2022-11-29 09:31:38
## 2362 2022-11-29 09:31:07
## 2363 2022-11-29 09:30:35
## 2364 2022-11-29 09:30:31
## 2365 2022-11-29 09:30:20
## 2366 2022-11-29 09:30:03
## 2367 2022-11-29 09:29:58
## 2368 2022-11-29 09:29:37
## 2369 2022-11-29 09:29:37
## 2370 2022-11-29 09:29:21
## 2371 2022-11-29 09:29:05
## 2372 2022-11-29 09:28:44
## 2373 2022-11-29 09:28:25
## 2374 2022-11-29 09:28:19
## 2375 2022-11-29 09:28:19
## 2376 2022-11-29 09:28:09
## 2377 2022-11-29 09:27:41
## 2378 2022-11-29 09:27:35
## 2379 2022-11-29 09:27:30
## 2380 2022-11-29 09:27:25
## 2381 2022-11-29 09:27:12
## 2382 2022-11-29 09:27:00
## 2383 2022-11-29 09:27:00
## 2384 2022-11-29 09:26:53
## 2385 2022-11-29 09:26:45
## 2386 2022-11-29 09:26:24
## 2387 2022-11-29 09:26:23
## 2388 2022-11-29 09:26:19
## 2389 2022-11-29 09:26:10
## 2390 2022-11-29 09:26:07
## 2391 2022-11-29 09:25:48
## 2392 2022-11-29 09:25:46
## 2393 2022-11-29 09:25:38
## 2394 2022-11-29 09:25:25
## 2395 2022-11-29 09:25:14
## 2396 2022-11-29 09:25:02
## 2397 2022-11-29 09:24:52
## 2398 2022-11-29 09:24:50
## 2399 2022-11-29 09:23:17
## 2400 2022-11-29 09:22:42
## 2401 2022-11-29 09:22:07
## 2402 2022-11-29 09:21:30
## 2403 2022-11-29 09:20:43
## 2404 2022-11-29 09:19:38
## 2405 2022-11-29 09:18:15
## 2406 2022-11-29 09:18:02
## 2407 2022-11-29 09:17:47
## 2408 2022-11-29 09:17:03
## 2409 2022-11-29 09:17:01
## 2410 2022-11-29 09:16:17
## 2411 2022-11-29 09:16:09
## 2412 2022-11-29 09:15:49
## 2413 2022-11-29 09:15:37
## 2414 2022-11-29 09:15:00
## 2415 2022-11-29 09:13:33
## 2416 2022-11-29 09:13:29
## 2417 2022-11-29 09:13:21
## 2418 2022-11-29 09:12:45
## 2419 2022-11-29 09:12:27
## 2420 2022-11-29 09:12:27
## 2421 2022-11-29 09:10:37
## 2422 2022-11-29 09:10:10
## 2423 2022-11-29 09:09:43
## 2424 2022-11-29 09:07:50
## 2425 2022-11-29 09:07:42
## 2426 2022-11-29 09:07:33
## 2427 2022-11-29 09:07:17
## 2428 2022-11-29 09:05:13
## 2429 2022-11-29 09:04:59
## 2430 2022-11-29 09:02:32
## 2431 2022-11-29 09:02:27
## 2432 2022-11-29 09:02:08
## 2433 2022-11-29 09:01:29
## 2434 2022-11-29 09:00:27
## 2435 2022-11-29 09:00:03
## 2436 2022-11-29 09:00:02
## 2437 2022-11-29 08:59:05
## 2438 2022-11-29 08:57:54
## 2439 2022-11-29 08:57:41
## 2440 2022-11-29 08:57:39
## 2441 2022-11-29 08:56:19
## 2442 2022-11-29 08:56:14
## 2443 2022-11-29 08:54:55
## 2444 2022-11-29 08:53:53
## 2445 2022-11-29 08:53:37
## 2446 2022-11-29 08:53:14
## 2447 2022-11-29 08:53:10
## 2448 2022-11-29 08:53:01
## 2449 2022-11-29 08:52:20
## 2450 2022-11-29 08:52:20
## 2451 2022-11-29 08:50:33
## 2452 2022-11-29 08:49:41
## 2453 2022-11-29 08:49:14
## 2454 2022-11-29 08:48:48
## 2455 2022-11-29 08:48:26
## 2456 2022-11-29 08:47:55
## 2457 2022-11-29 08:47:21
## 2458 2022-11-29 08:47:18
## 2459 2022-11-29 08:47:06
## 2460 2022-11-29 08:46:42
## 2461 2022-11-29 08:45:52
## 2462 2022-11-29 08:45:20
## 2463 2022-11-29 08:44:40
## 2464 2022-11-29 08:43:49
## 2465 2022-11-29 08:42:50
## 2466 2022-11-29 08:42:18
## 2467 2022-11-29 08:42:06
## 2468 2022-11-29 08:42:00
## 2469 2022-11-29 08:40:49
## 2470 2022-11-29 08:40:44
## 2471 2022-11-29 08:39:51
## 2472 2022-11-29 08:39:25
## 2473 2022-11-29 08:39:19
## 2474 2022-11-29 08:37:29
## 2475 2022-11-29 08:36:08
## 2476 2022-11-29 08:35:31
## 2477 2022-11-29 08:35:30
## 2478 2022-11-29 08:34:59
## 2479 2022-11-29 08:34:38
## 2480 2022-11-29 08:34:36
## 2481 2022-11-29 08:34:20
## 2482 2022-11-29 08:33:50
## 2483 2022-11-29 08:33:12
## 2484 2022-11-29 08:33:07
## 2485 2022-11-29 08:32:27
## 2486 2022-11-29 08:30:00
## 2487 2022-11-29 08:30:00
## 2488 2022-11-29 08:29:39
## 2489 2022-11-29 08:29:28
## 2490 2022-11-29 08:28:58
## 2491 2022-11-29 08:27:55
## 2492 2022-11-29 08:27:23
## 2493 2022-11-29 08:27:00
## 2494 2022-11-29 08:26:45
## 2495 2022-11-29 08:26:33
## 2496 2022-11-29 08:23:52
## 2497 2022-11-29 08:23:49
## 2498 2022-11-29 08:23:21
## 2499 2022-11-29 08:22:56
## 2500 2022-11-29 08:22:32
## 2501 2022-11-29 08:21:57
## 2502 2022-11-29 08:21:40
## 2503 2022-11-29 08:21:15
## 2504 2022-11-29 08:20:32
## 2505 2022-11-29 08:20:20
## 2506 2022-11-29 08:20:05
## 2507 2022-11-29 08:19:23
## 2508 2022-11-29 08:19:21
## 2509 2022-11-29 08:18:34
## 2510 2022-11-29 08:18:24
## 2511 2022-11-29 08:18:12
## 2512 2022-11-29 08:17:14
## 2513 2022-11-29 08:16:36
## 2514 2022-11-29 08:16:12
## 2515 2022-11-29 08:15:22
## 2516 2022-11-29 08:15:12
## 2517 2022-11-29 08:14:11
## 2518 2022-11-29 08:13:57
## 2519 2022-11-29 08:13:52
## 2520 2022-11-29 08:13:49
## 2521 2022-11-29 08:13:44
## 2522 2022-11-29 08:13:08
## 2523 2022-11-29 08:12:22
## 2524 2022-11-29 08:11:34
## 2525 2022-11-29 08:11:21
## 2526 2022-11-29 08:09:38
## 2527 2022-11-29 08:08:53
## 2528 2022-11-29 08:07:54
## 2529 2022-11-29 08:07:01
## 2530 2022-11-29 08:06:37
## 2531 2022-11-29 08:06:04
## 2532 2022-11-29 08:06:00
## 2533 2022-11-29 08:05:42
## 2534 2022-11-29 08:05:41
## 2535 2022-11-29 08:05:19
## 2536 2022-11-29 08:05:04
## 2537 2022-11-29 08:05:04
## 2538 2022-11-29 08:05:00
## 2539 2022-11-29 08:04:40
## 2540 2022-11-29 08:04:27
## 2541 2022-11-29 08:04:26
## 2542 2022-11-29 08:03:07
## 2543 2022-11-29 08:03:05
## 2544 2022-11-29 08:03:00
## 2545 2022-11-29 08:02:49
## 2546 2022-11-29 08:01:29
## 2547 2022-11-29 08:01:10
## 2548 2022-11-29 08:01:01
## 2549 2022-11-29 08:00:52
## 2550 2022-11-29 08:00:01
## 2551 2022-11-29 07:59:38
## 2552 2022-11-29 07:59:09
## 2553 2022-11-29 07:58:37
## 2554 2022-11-29 07:58:32
## 2555 2022-11-29 07:58:30
## 2556 2022-11-29 07:58:29
## 2557 2022-11-29 07:58:09
## 2558 2022-11-29 07:58:02
## 2559 2022-11-29 07:57:51
## 2560 2022-11-29 07:57:45
## 2561 2022-11-29 07:57:39
## 2562 2022-11-29 07:56:40
## 2563 2022-11-29 07:55:14
## 2564 2022-11-29 07:54:32
## 2565 2022-11-29 07:54:03
## 2566 2022-11-29 07:53:58
## 2567 2022-11-29 07:53:10
## 2568 2022-11-29 07:53:02
## 2569 2022-11-29 07:51:18
## 2570 2022-11-29 07:51:05
## 2571 2022-11-29 07:51:03
## 2572 2022-11-29 07:48:51
## 2573 2022-11-29 07:48:51
## 2574 2022-11-29 07:48:50
## 2575 2022-11-29 07:48:16
## 2576 2022-11-29 07:47:52
## 2577 2022-11-29 07:47:35
## 2578 2022-11-29 07:47:29
## 2579 2022-11-29 07:46:57
## 2580 2022-11-29 07:46:54
## 2581 2022-11-29 07:46:02
## 2582 2022-11-29 07:45:53
## 2583 2022-11-29 07:44:04
## 2584 2022-11-29 07:43:53
## 2585 2022-11-29 07:43:30
## 2586 2022-11-29 07:42:45
## 2587 2022-11-29 07:41:13
## 2588 2022-11-29 07:41:11
## 2589 2022-11-29 07:40:51
## 2590 2022-11-29 07:40:22
## 2591 2022-11-29 07:40:09
## 2592 2022-11-29 07:39:49
## 2593 2022-11-29 07:39:29
## 2594 2022-11-29 07:38:59
## 2595 2022-11-29 07:36:42
## 2596 2022-11-29 07:35:38
## 2597 2022-11-29 07:33:33
## 2598 2022-11-29 07:33:20
## 2599 2022-11-29 07:33:00
## 2600 2022-11-29 07:31:42
## 2601 2022-11-29 07:31:40
## 2602 2022-11-29 07:30:52
## 2603 2022-11-29 07:30:51
## 2604 2022-11-29 07:30:48
## 2605 2022-11-29 07:30:45
## 2606 2022-11-29 07:30:00
## 2607 2022-11-29 07:29:51
## 2608 2022-11-29 07:29:44
## 2609 2022-11-29 07:29:25
## 2610 2022-11-29 07:29:25
## 2611 2022-11-29 07:29:19
## 2612 2022-11-29 07:29:18
## 2613 2022-11-29 07:29:01
## 2614 2022-11-29 07:27:57
## 2615 2022-11-29 07:27:12
## 2616 2022-11-29 07:27:03
## 2617 2022-11-29 07:26:22
## 2618 2022-11-29 07:25:58
## 2619 2022-11-29 07:25:15
## 2620 2022-11-29 07:25:14
## 2621 2022-11-29 07:24:04
## 2622 2022-11-29 07:23:54
## 2623 2022-11-29 07:21:45
## 2624 2022-11-29 07:21:21
## 2625 2022-11-29 07:20:00
## 2626 2022-11-29 07:19:12
## 2627 2022-11-29 07:19:00
## 2628 2022-11-29 07:18:40
## 2629 2022-11-29 07:17:32
## 2630 2022-11-29 07:17:01
## 2631 2022-11-29 07:16:33
## 2632 2022-11-29 07:15:45
## 2633 2022-11-29 07:15:31
## 2634 2022-11-29 07:14:28
## 2635 2022-11-29 07:14:19
## 2636 2022-11-29 07:14:01
## 2637 2022-11-29 07:13:45
## 2638 2022-11-29 07:13:43
## 2639 2022-11-29 07:13:15
## 2640 2022-11-29 07:13:09
## 2641 2022-11-29 07:12:52
## 2642 2022-11-29 07:12:01
## 2643 2022-11-29 07:11:47
## 2644 2022-11-29 07:10:35
## 2645 2022-11-29 07:10:02
## 2646 2022-11-29 07:09:57
## 2647 2022-11-29 07:09:56
## 2648 2022-11-29 07:08:45
## 2649 2022-11-29 07:08:26
## 2650 2022-11-29 07:07:53
## 2651 2022-11-29 07:07:44
## 2652 2022-11-29 07:07:39
## 2653 2022-11-29 07:07:33
## 2654 2022-11-29 07:07:32
## 2655 2022-11-29 07:07:20
## 2656 2022-11-29 07:06:57
## 2657 2022-11-29 07:05:27
## 2658 2022-11-29 07:04:35
## 2659 2022-11-29 07:04:07
## 2660 2022-11-29 07:03:58
## 2661 2022-11-29 07:03:36
## 2662 2022-11-29 07:03:17
## 2663 2022-11-29 07:03:01
## 2664 2022-11-29 07:02:53
## 2665 2022-11-29 07:02:39
## 2666 2022-11-29 07:02:29
## 2667 2022-11-29 07:01:45
## 2668 2022-11-29 07:01:32
## 2669 2022-11-29 07:01:26
## 2670 2022-11-29 07:01:18
## 2671 2022-11-29 07:00:27
## 2672 2022-11-29 06:59:50
## 2673 2022-11-29 06:58:46
## 2674 2022-11-29 06:57:21
## 2675 2022-11-29 06:56:47
## 2676 2022-11-29 06:55:17
## 2677 2022-11-29 06:55:16
## 2678 2022-11-29 06:55:02
## 2679 2022-11-29 06:54:31
## 2680 2022-11-29 06:53:40
## 2681 2022-11-29 06:53:26
## 2682 2022-11-29 06:53:25
## 2683 2022-11-29 06:52:28
## 2684 2022-11-29 06:52:19
## 2685 2022-11-29 06:50:45
## 2686 2022-11-29 06:50:06
## 2687 2022-11-29 06:50:04
## 2688 2022-11-29 06:49:31
## 2689 2022-11-29 06:48:31
## 2690 2022-11-29 06:48:15
## 2691 2022-11-29 06:48:11
## 2692 2022-11-29 06:47:15
## 2693 2022-11-29 06:47:06
## 2694 2022-11-29 06:46:51
## 2695 2022-11-29 06:46:46
## 2696 2022-11-29 06:46:14
## 2697 2022-11-29 06:44:28
## 2698 2022-11-29 06:44:19
## 2699 2022-11-29 06:43:56
## 2700 2022-11-29 06:43:23
## 2701 2022-11-29 06:42:54
## 2702 2022-11-29 06:41:57
## 2703 2022-11-29 06:41:22
## 2704 2022-11-29 06:40:35
## 2705 2022-11-29 06:39:50
## 2706 2022-11-29 06:39:03
## 2707 2022-11-29 06:37:55
## 2708 2022-11-29 06:37:42
## 2709 2022-11-29 06:37:37
## 2710 2022-11-29 06:37:08
## 2711 2022-11-29 06:36:48
## 2712 2022-11-29 06:36:33
## 2713 2022-11-29 06:36:13
## 2714 2022-11-29 06:35:40
## 2715 2022-11-29 06:35:31
## 2716 2022-11-29 06:35:17
## 2717 2022-11-29 06:33:55
## 2718 2022-11-29 06:33:06
## 2719 2022-11-29 06:33:00
## 2720 2022-11-29 06:33:00
## 2721 2022-11-29 06:32:35
## 2722 2022-11-29 06:32:33
## 2723 2022-11-29 06:32:05
## 2724 2022-11-29 06:31:48
## 2725 2022-11-29 06:30:29
## 2726 2022-11-29 06:30:03
## 2727 2022-11-29 06:30:02
## 2728 2022-11-29 06:29:28
## 2729 2022-11-29 06:29:05
## 2730 2022-11-29 06:28:48
## 2731 2022-11-29 06:27:59
## 2732 2022-11-29 06:27:58
## 2733 2022-11-29 06:27:23
## 2734 2022-11-29 06:27:23
## 2735 2022-11-29 06:24:18
## 2736 2022-11-29 06:24:10
## 2737 2022-11-29 06:24:04
## 2738 2022-11-29 06:23:09
## 2739 2022-11-29 06:23:07
## 2740 2022-11-29 06:23:04
## 2741 2022-11-29 06:22:49
## 2742 2022-11-29 06:22:43
## 2743 2022-11-29 06:22:39
## 2744 2022-11-29 06:22:36
## 2745 2022-11-29 06:22:26
## 2746 2022-11-29 06:20:44
## 2747 2022-11-29 06:20:00
## 2748 2022-11-29 06:19:55
## 2749 2022-11-29 06:18:23
## 2750 2022-11-29 06:16:07
## 2751 2022-11-29 06:16:02
## 2752 2022-11-29 06:16:02
## 2753 2022-11-29 06:15:59
## 2754 2022-11-29 06:15:53
## 2755 2022-11-29 06:15:44
## 2756 2022-11-29 06:15:34
## 2757 2022-11-29 06:14:10
## 2758 2022-11-29 06:13:17
## 2759 2022-11-29 06:12:45
## 2760 2022-11-29 06:12:04
## 2761 2022-11-29 06:11:18
## 2762 2022-11-29 06:10:58
## 2763 2022-11-29 06:10:44
## 2764 2022-11-29 06:08:39
## 2765 2022-11-29 06:08:10
## 2766 2022-11-29 06:08:03
## 2767 2022-11-29 06:08:03
## 2768 2022-11-29 06:07:47
## 2769 2022-11-29 06:07:27
## 2770 2022-11-29 06:06:41
## 2771 2022-11-29 06:06:39
## 2772 2022-11-29 06:05:47
## 2773 2022-11-29 06:05:29
## 2774 2022-11-29 06:05:11
## 2775 2022-11-29 06:05:05
## 2776 2022-11-29 06:04:35
## 2777 2022-11-29 06:03:57
## 2778 2022-11-29 06:03:54
## 2779 2022-11-29 06:03:48
## 2780 2022-11-29 06:02:50
## 2781 2022-11-29 06:02:43
## 2782 2022-11-29 06:01:42
## 2783 2022-11-29 06:00:53
## 2784 2022-11-29 06:00:33
## 2785 2022-11-29 06:00:09
## 2786 2022-11-29 06:00:01
## 2787 2022-11-29 05:59:58
## 2788 2022-11-29 05:59:15
## 2789 2022-11-29 05:59:11
## 2790 2022-11-29 05:58:39
## 2791 2022-11-29 05:57:28
## 2792 2022-11-29 05:57:26
## 2793 2022-11-29 05:56:17
## 2794 2022-11-29 05:55:50
## 2795 2022-11-29 05:54:57
## 2796 2022-11-29 05:53:57
## 2797 2022-11-29 05:53:53
## 2798 2022-11-29 05:53:34
## 2799 2022-11-29 05:53:17
## 2800 2022-11-29 05:53:06
## 2801 2022-11-29 05:52:44
## 2802 2022-11-29 05:52:27
## 2803 2022-11-29 05:51:26
## 2804 2022-11-29 05:50:46
## 2805 2022-11-29 05:49:59
## 2806 2022-11-29 05:49:57
## 2807 2022-11-29 05:49:34
## 2808 2022-11-29 05:49:09
## 2809 2022-11-29 05:48:39
## 2810 2022-11-29 05:48:23
## 2811 2022-11-29 05:47:55
## 2812 2022-11-29 05:47:22
## 2813 2022-11-29 05:47:07
## 2814 2022-11-29 05:46:43
## 2815 2022-11-29 05:46:34
## 2816 2022-11-29 05:45:40
## 2817 2022-11-29 05:44:41
## 2818 2022-11-29 05:44:26
## 2819 2022-11-29 05:43:41
## 2820 2022-11-29 05:42:34
## 2821 2022-11-29 05:40:12
## 2822 2022-11-29 05:39:41
## 2823 2022-11-29 05:39:13
## 2824 2022-11-29 05:38:34
## 2825 2022-11-29 05:38:06
## 2826 2022-11-29 05:38:01
## 2827 2022-11-29 05:37:57
## 2828 2022-11-29 05:37:42
## 2829 2022-11-29 05:36:41
## 2830 2022-11-29 05:36:40
## 2831 2022-11-29 05:36:24
## 2832 2022-11-29 05:34:30
## 2833 2022-11-29 05:32:26
## 2834 2022-11-29 05:31:48
## 2835 2022-11-29 05:31:34
## 2836 2022-11-29 05:31:31
## 2837 2022-11-29 05:30:04
## 2838 2022-11-29 05:29:54
## 2839 2022-11-29 05:29:39
## 2840 2022-11-29 05:28:55
## 2841 2022-11-29 05:28:20
## 2842 2022-11-29 05:27:28
## 2843 2022-11-29 05:27:26
## 2844 2022-11-29 05:27:24
## 2845 2022-11-29 05:27:09
## 2846 2022-11-29 05:27:05
## 2847 2022-11-29 05:26:58
## 2848 2022-11-29 05:26:43
## 2849 2022-11-29 05:26:35
## 2850 2022-11-29 05:26:13
## 2851 2022-11-29 05:26:04
## 2852 2022-11-29 05:24:54
## 2853 2022-11-29 05:24:30
## 2854 2022-11-29 05:24:30
## 2855 2022-11-29 05:24:16
## 2856 2022-11-29 05:24:16
## 2857 2022-11-29 05:23:38
## 2858 2022-11-29 05:23:12
## 2859 2022-11-29 05:23:10
## 2860 2022-11-29 05:22:33
## 2861 2022-11-29 05:21:39
## 2862 2022-11-29 05:21:05
## 2863 2022-11-29 05:18:58
## 2864 2022-11-29 05:18:48
## 2865 2022-11-29 05:18:10
## 2866 2022-11-29 05:16:32
## 2867 2022-11-29 05:16:32
## 2868 2022-11-29 05:16:23
## 2869 2022-11-29 05:16:23
## 2870 2022-11-29 05:16:09
## 2871 2022-11-29 05:15:57
## 2872 2022-11-29 05:15:38
## 2873 2022-11-29 05:14:36
## 2874 2022-11-29 05:14:06
## 2875 2022-11-29 05:13:55
## 2876 2022-11-29 05:13:27
## 2877 2022-11-29 05:13:20
## 2878 2022-11-29 05:13:05
## 2879 2022-11-29 05:12:50
## 2880 2022-11-29 05:12:26
## 2881 2022-11-29 05:11:45
## 2882 2022-11-29 05:11:35
## 2883 2022-11-29 05:10:14
## 2884 2022-11-29 05:09:52
## 2885 2022-11-29 05:09:00
## 2886 2022-11-29 05:09:00
## 2887 2022-11-29 05:08:47
## 2888 2022-11-29 05:08:33
## 2889 2022-11-29 05:08:12
## 2890 2022-11-29 05:07:11
## 2891 2022-11-29 05:05:46
## 2892 2022-11-29 05:04:42
## 2893 2022-11-29 05:04:29
## 2894 2022-11-29 05:02:50
## 2895 2022-11-29 05:02:04
## 2896 2022-11-29 05:02:01
## 2897 2022-11-29 05:00:28
## 2898 2022-11-29 04:59:37
## 2899 2022-11-29 04:59:27
## 2900 2022-11-29 04:59:22
## 2901 2022-11-29 04:59:09
## 2902 2022-11-29 04:57:52
## 2903 2022-11-29 04:56:36
## 2904 2022-11-29 04:56:15
## 2905 2022-11-29 04:56:15
## 2906 2022-11-29 04:55:29
## 2907 2022-11-29 04:54:17
## 2908 2022-11-29 04:54:05
## 2909 2022-11-29 04:53:45
## 2910 2022-11-29 04:53:01
## 2911 2022-11-29 04:52:48
## 2912 2022-11-29 04:50:54
## 2913 2022-11-29 04:49:39
## 2914 2022-11-29 04:48:58
## 2915 2022-11-29 04:48:25
## 2916 2022-11-29 04:48:10
## 2917 2022-11-29 04:47:11
## 2918 2022-11-29 04:45:36
## 2919 2022-11-29 04:44:55
## 2920 2022-11-29 04:44:48
## 2921 2022-11-29 04:44:23
## 2922 2022-11-29 04:43:04
## 2923 2022-11-29 04:43:02
## 2924 2022-11-29 04:42:31
## 2925 2022-11-29 04:42:05
## 2926 2022-11-29 04:42:00
## 2927 2022-11-29 04:41:54
## 2928 2022-11-29 04:41:46
## 2929 2022-11-29 04:41:29
## 2930 2022-11-29 04:40:49
## 2931 2022-11-29 04:40:13
## 2932 2022-11-29 04:39:23
## 2933 2022-11-29 04:39:20
## 2934 2022-11-29 04:38:25
## 2935 2022-11-29 04:38:09
## 2936 2022-11-29 04:37:26
## 2937 2022-11-29 04:36:33
## 2938 2022-11-29 04:36:17
## 2939 2022-11-29 04:35:55
## 2940 2022-11-29 04:35:41
## 2941 2022-11-29 04:35:33
## 2942 2022-11-29 04:34:59
## 2943 2022-11-29 04:34:56
## 2944 2022-11-29 04:33:52
## 2945 2022-11-29 04:33:48
## 2946 2022-11-29 04:33:21
## 2947 2022-11-29 04:33:17
## 2948 2022-11-29 04:32:57
## 2949 2022-11-29 04:32:02
## 2950 2022-11-29 04:32:00
## 2951 2022-11-29 04:31:32
## 2952 2022-11-29 04:31:08
## 2953 2022-11-29 04:30:33
## 2954 2022-11-29 04:30:24
## 2955 2022-11-29 04:29:34
## 2956 2022-11-29 04:28:33
## 2957 2022-11-29 04:27:59
## 2958 2022-11-29 04:27:52
## 2959 2022-11-29 04:27:12
## 2960 2022-11-29 04:26:56
## 2961 2022-11-29 04:26:31
## 2962 2022-11-29 04:26:12
## 2963 2022-11-29 04:25:41
## 2964 2022-11-29 04:25:40
## 2965 2022-11-29 04:25:09
## 2966 2022-11-29 04:24:27
## 2967 2022-11-29 04:24:01
## 2968 2022-11-29 04:23:53
## 2969 2022-11-29 04:23:30
## 2970 2022-11-29 04:22:56
## 2971 2022-11-29 04:22:51
## 2972 2022-11-29 04:22:22
## 2973 2022-11-29 04:22:12
## 2974 2022-11-29 04:22:03
## 2975 2022-11-29 04:22:01
## 2976 2022-11-29 04:21:45
## 2977 2022-11-29 04:21:27
## 2978 2022-11-29 04:21:01
## 2979 2022-11-29 04:20:59
## 2980 2022-11-29 04:20:20
## 2981 2022-11-29 04:20:17
## 2982 2022-11-29 04:19:42
## 2983 2022-11-29 04:19:41
## 2984 2022-11-29 04:19:21
## 2985 2022-11-29 04:19:06
## 2986 2022-11-29 04:19:03
## 2987 2022-11-29 04:19:01
## 2988 2022-11-29 04:18:04
## 2989 2022-11-29 04:18:03
## 2990 2022-11-29 04:18:01
## 2991 2022-11-29 04:17:53
## 2992 2022-11-29 04:17:52
## 2993 2022-11-29 04:17:18
## 2994 2022-11-29 04:16:51
## 2995 2022-11-29 04:16:18
## 2996 2022-11-29 04:16:05
## 2997 2022-11-29 04:15:49
## 2998 2022-11-29 04:15:31
## 2999 2022-11-29 04:13:59
## 3000 2022-11-29 04:13:22
## 3001 2022-11-29 04:13:13
## 3002 2022-11-29 04:13:06
## 3003 2022-11-29 04:12:41
## 3004 2022-11-29 04:12:29
## 3005 2022-11-29 04:12:00
## 3006 2022-11-29 04:11:53
## 3007 2022-11-29 04:11:38
## 3008 2022-11-29 04:08:17
## 3009 2022-11-29 04:08:17
## 3010 2022-11-29 04:08:13
## 3011 2022-11-29 04:07:49
## 3012 2022-11-29 04:06:32
## 3013 2022-11-29 04:06:28
## 3014 2022-11-29 04:06:26
## 3015 2022-11-29 04:06:04
## 3016 2022-11-29 04:06:03
## 3017 2022-11-29 04:06:00
## 3018 2022-11-29 04:03:42
## 3019 2022-11-29 04:03:36
## 3020 2022-11-29 04:03:35
## 3021 2022-11-29 04:03:23
## 3022 2022-11-29 04:03:18
## 3023 2022-11-29 04:03:01
## 3024 2022-11-29 04:02:26
## 3025 2022-11-29 04:02:16
## 3026 2022-11-29 04:02:06
## 3027 2022-11-29 04:01:37
## 3028 2022-11-29 04:00:54
## 3029 2022-11-29 04:00:49
## 3030 2022-11-29 04:00:22
## 3031 2022-11-29 03:59:09
## 3032 2022-11-29 03:58:58
## 3033 2022-11-29 03:58:26
## 3034 2022-11-29 03:57:39
## 3035 2022-11-29 03:57:38
## 3036 2022-11-29 03:57:24
## 3037 2022-11-29 03:57:16
## 3038 2022-11-29 03:56:34
## 3039 2022-11-29 03:54:50
## 3040 2022-11-29 03:54:08
## 3041 2022-11-29 03:53:57
## 3042 2022-11-29 03:53:29
## 3043 2022-11-29 03:53:27
## 3044 2022-11-29 03:53:13
## 3045 2022-11-29 03:52:35
## 3046 2022-11-29 03:51:37
## 3047 2022-11-29 03:51:12
## 3048 2022-11-29 03:50:48
## 3049 2022-11-29 03:50:46
## 3050 2022-11-29 03:50:44
## 3051 2022-11-29 03:50:17
## 3052 2022-11-29 03:49:37
## 3053 2022-11-29 03:49:20
## 3054 2022-11-29 03:48:44
## 3055 2022-11-29 03:48:10
## 3056 2022-11-29 03:47:32
## 3057 2022-11-29 03:47:15
## 3058 2022-11-29 03:47:13
## 3059 2022-11-29 03:46:01
## 3060 2022-11-29 03:45:44
## 3061 2022-11-29 03:44:41
## 3062 2022-11-29 03:44:35
## 3063 2022-11-29 03:43:01
## 3064 2022-11-29 03:42:39
## 3065 2022-11-29 03:41:53
## 3066 2022-11-29 03:41:22
## 3067 2022-11-29 03:41:17
## 3068 2022-11-29 03:40:05
## 3069 2022-11-29 03:39:16
## 3070 2022-11-29 03:38:49
## 3071 2022-11-29 03:38:17
## 3072 2022-11-29 03:37:03
## 3073 2022-11-29 03:33:43
## 3074 2022-11-29 03:33:24
## 3075 2022-11-29 03:33:15
## 3076 2022-11-29 03:32:02
## 3077 2022-11-29 03:32:01
## 3078 2022-11-29 03:31:39
## 3079 2022-11-29 03:31:27
## 3080 2022-11-29 03:31:20
## 3081 2022-11-29 03:30:59
## 3082 2022-11-29 03:30:24
## 3083 2022-11-29 03:30:19
## 3084 2022-11-29 03:28:53
## 3085 2022-11-29 03:28:27
## 3086 2022-11-29 03:28:11
## 3087 2022-11-29 03:27:42
## 3088 2022-11-29 03:27:40
## 3089 2022-11-29 03:27:37
## 3090 2022-11-29 03:27:13
## 3091 2022-11-29 03:26:48
## 3092 2022-11-29 03:26:36
## 3093 2022-11-29 03:25:34
## 3094 2022-11-29 03:25:12
## 3095 2022-11-29 03:24:22
## 3096 2022-11-29 03:24:08
## 3097 2022-11-29 03:23:43
## 3098 2022-11-29 03:23:20
## 3099 2022-11-29 03:22:46
## 3100 2022-11-29 03:22:00
## 3101 2022-11-29 03:22:00
## 3102 2022-11-29 03:21:13
## 3103 2022-11-29 03:21:03
## 3104 2022-11-29 03:20:07
## 3105 2022-11-29 03:20:03
## 3106 2022-11-29 03:19:54
## 3107 2022-11-29 03:19:52
## 3108 2022-11-29 03:19:45
## 3109 2022-11-29 03:19:37
## 3110 2022-11-29 03:19:27
## 3111 2022-11-29 03:18:17
## 3112 2022-11-29 03:17:20
## 3113 2022-11-29 03:17:12
## 3114 2022-11-29 03:17:00
## 3115 2022-11-29 03:16:57
## 3116 2022-11-29 03:16:40
## 3117 2022-11-29 03:15:35
## 3118 2022-11-29 03:15:12
## 3119 2022-11-29 03:14:37
## 3120 2022-11-29 03:14:32
## 3121 2022-11-29 03:14:11
## 3122 2022-11-29 03:12:28
## 3123 2022-11-29 03:12:19
## 3124 2022-11-29 03:10:40
## 3125 2022-11-29 03:10:11
## 3126 2022-11-29 03:09:07
## 3127 2022-11-29 03:07:36
## 3128 2022-11-29 03:07:26
## 3129 2022-11-29 03:07:21
## 3130 2022-11-29 03:07:10
## 3131 2022-11-29 03:06:35
## 3132 2022-11-29 03:06:14
## 3133 2022-11-29 03:05:50
## 3134 2022-11-29 03:05:31
## 3135 2022-11-29 03:04:49
## 3136 2022-11-29 03:04:31
## 3137 2022-11-29 03:03:57
## 3138 2022-11-29 03:03:55
## 3139 2022-11-29 03:02:37
## 3140 2022-11-29 03:02:27
## 3141 2022-11-29 03:02:23
## 3142 2022-11-29 03:02:17
## 3143 2022-11-29 03:01:23
## 3144 2022-11-29 03:00:48
## 3145 2022-11-29 03:00:47
## 3146 2022-11-29 02:59:10
## 3147 2022-11-29 02:59:08
## 3148 2022-11-29 02:58:44
## 3149 2022-11-29 02:58:31
## 3150 2022-11-29 02:58:01
## 3151 2022-11-29 02:57:50
## 3152 2022-11-29 02:57:31
## 3153 2022-11-29 02:57:28
## 3154 2022-11-29 02:56:53
## 3155 2022-11-29 02:56:49
## 3156 2022-11-29 02:56:30
## 3157 2022-11-29 02:56:13
## 3158 2022-11-29 02:55:59
## 3159 2022-11-29 02:55:55
## 3160 2022-11-29 02:55:34
## 3161 2022-11-29 02:55:25
## 3162 2022-11-29 02:55:22
## 3163 2022-11-29 02:55:18
## 3164 2022-11-29 02:55:15
## 3165 2022-11-29 02:54:55
## 3166 2022-11-29 02:54:37
## 3167 2022-11-29 02:53:26
## 3168 2022-11-29 02:53:20
## 3169 2022-11-29 02:53:14
## 3170 2022-11-29 02:53:04
## 3171 2022-11-29 02:53:00
## 3172 2022-11-29 02:52:51
## 3173 2022-11-29 02:52:31
## 3174 2022-11-29 02:52:27
## 3175 2022-11-29 02:52:19
## 3176 2022-11-29 02:52:15
## 3177 2022-11-29 02:51:43
## 3178 2022-11-29 02:51:42
## 3179 2022-11-29 02:50:59
## 3180 2022-11-29 02:50:42
## 3181 2022-11-29 02:50:32
## 3182 2022-11-29 02:50:26
## 3183 2022-11-29 02:50:13
## 3184 2022-11-29 02:49:54
## 3185 2022-11-29 02:49:44
## 3186 2022-11-29 02:49:43
## 3187 2022-11-29 02:49:07
## 3188 2022-11-29 02:48:33
## 3189 2022-11-29 02:47:46
## 3190 2022-11-29 02:47:21
## 3191 2022-11-29 02:46:57
## 3192 2022-11-29 02:46:48
## 3193 2022-11-29 02:46:34
## 3194 2022-11-29 02:46:25
## 3195 2022-11-29 02:45:39
## 3196 2022-11-29 02:45:35
## 3197 2022-11-29 02:45:34
## 3198 2022-11-29 02:45:07
## 3199 2022-11-29 02:45:07
## 3200 2022-11-29 02:44:49
## 3201 2022-11-29 02:43:10
## 3202 2022-11-29 02:43:06
## 3203 2022-11-29 02:42:59
## 3204 2022-11-29 02:42:17
## 3205 2022-11-29 02:42:11
## 3206 2022-11-29 02:40:58
## 3207 2022-11-29 02:40:55
## 3208 2022-11-29 02:40:05
## 3209 2022-11-29 02:40:04
## 3210 2022-11-29 02:39:58
## 3211 2022-11-29 02:39:17
## 3212 2022-11-29 02:39:01
## 3213 2022-11-29 02:38:01
## 3214 2022-11-29 02:37:47
## 3215 2022-11-29 02:37:12
## 3216 2022-11-29 02:37:03
## 3217 2022-11-29 02:36:44
## 3218 2022-11-29 02:36:28
## 3219 2022-11-29 02:36:10
## 3220 2022-11-29 02:36:08
## 3221 2022-11-29 02:36:05
## 3222 2022-11-29 02:35:24
## 3223 2022-11-29 02:35:23
## 3224 2022-11-29 02:34:41
## 3225 2022-11-29 02:34:07
## 3226 2022-11-29 02:34:00
## 3227 2022-11-29 02:33:46
## 3228 2022-11-29 02:33:35
## 3229 2022-11-29 02:33:10
## 3230 2022-11-29 02:32:55
## 3231 2022-11-29 02:32:43
## 3232 2022-11-29 02:32:42
## 3233 2022-11-29 02:31:42
## 3234 2022-11-29 02:31:18
## 3235 2022-11-29 02:31:07
## 3236 2022-11-29 02:30:00
## 3237 2022-11-29 02:29:50
## 3238 2022-11-29 02:29:48
## 3239 2022-11-29 02:29:39
## 3240 2022-11-29 02:29:31
## 3241 2022-11-29 02:29:08
## 3242 2022-11-29 02:28:08
## 3243 2022-11-29 02:27:37
## 3244 2022-11-29 02:27:34
## 3245 2022-11-29 02:27:33
## 3246 2022-11-29 02:27:18
## 3247 2022-11-29 02:27:06
## 3248 2022-11-29 02:26:40
## 3249 2022-11-29 02:26:24
## 3250 2022-11-29 02:25:59
## 3251 2022-11-29 02:25:54
## 3252 2022-11-29 02:25:16
## 3253 2022-11-29 02:24:42
## 3254 2022-11-29 02:24:00
## 3255 2022-11-29 02:23:57
## 3256 2022-11-29 02:23:46
## 3257 2022-11-29 02:23:43
## 3258 2022-11-29 02:23:40
## 3259 2022-11-29 02:23:30
## 3260 2022-11-29 02:22:48
## 3261 2022-11-29 02:22:45
## 3262 2022-11-29 02:21:31
## 3263 2022-11-29 02:20:55
## 3264 2022-11-29 02:20:12
## 3265 2022-11-29 02:19:55
## 3266 2022-11-29 02:18:59
## 3267 2022-11-29 02:18:41
## 3268 2022-11-29 02:18:40
## 3269 2022-11-29 02:17:56
## 3270 2022-11-29 02:17:49
## 3271 2022-11-29 02:17:44
## 3272 2022-11-29 02:17:34
## 3273 2022-11-29 02:16:58
## 3274 2022-11-29 02:16:51
## 3275 2022-11-29 02:16:20
## 3276 2022-11-29 02:16:10
## 3277 2022-11-29 02:16:02
## 3278 2022-11-29 02:15:49
## 3279 2022-11-29 02:15:43
## 3280 2022-11-29 02:15:41
## 3281 2022-11-29 02:15:35
## 3282 2022-11-29 02:15:22
## 3283 2022-11-29 02:15:03
## 3284 2022-11-29 02:14:14
## 3285 2022-11-29 02:14:01
## 3286 2022-11-29 02:13:40
## 3287 2022-11-29 02:13:39
## 3288 2022-11-29 02:13:14
## 3289 2022-11-29 02:13:05
## 3290 2022-11-29 02:12:39
## 3291 2022-11-29 02:12:28
## 3292 2022-11-29 02:12:05
## 3293 2022-11-29 02:11:59
## 3294 2022-11-29 02:11:46
## 3295 2022-11-29 02:11:45
## 3296 2022-11-29 02:11:33
## 3297 2022-11-29 02:11:27
## 3298 2022-11-29 02:11:24
## 3299 2022-11-29 02:10:47
## 3300 2022-11-29 02:10:46
## 3301 2022-11-29 02:10:37
## 3302 2022-11-29 02:09:47
## 3303 2022-11-29 02:09:02
## 3304 2022-11-29 02:08:51
## 3305 2022-11-29 02:07:59
## 3306 2022-11-29 02:07:57
## 3307 2022-11-29 02:07:56
## 3308 2022-11-29 02:07:55
## 3309 2022-11-29 02:07:43
## 3310 2022-11-29 02:07:37
## 3311 2022-11-29 02:07:11
## 3312 2022-11-29 02:04:15
## 3313 2022-11-29 02:03:50
## 3314 2022-11-29 02:03:38
## 3315 2022-11-29 02:03:32
## 3316 2022-11-29 02:03:16
## 3317 2022-11-29 02:02:44
## 3318 2022-11-29 02:02:42
## 3319 2022-11-29 02:02:27
## 3320 2022-11-29 02:02:21
## 3321 2022-11-29 02:02:19
## 3322 2022-11-29 02:02:09
## 3323 2022-11-29 02:01:52
## 3324 2022-11-29 02:01:43
## 3325 2022-11-29 02:01:43
## 3326 2022-11-29 02:01:42
## 3327 2022-11-29 02:01:33
## 3328 2022-11-29 02:01:24
## 3329 2022-11-29 02:01:06
## 3330 2022-11-29 02:00:57
## 3331 2022-11-29 02:00:53
## 3332 2022-11-29 01:59:57
## 3333 2022-11-29 01:59:52
## 3334 2022-11-29 01:59:44
## 3335 2022-11-29 01:59:39
## 3336 2022-11-29 01:59:18
## 3337 2022-11-29 01:58:41
## 3338 2022-11-29 01:58:31
## 3339 2022-11-29 01:58:28
## 3340 2022-11-29 01:58:23
## 3341 2022-11-29 01:57:57
## 3342 2022-11-29 01:57:50
## 3343 2022-11-29 01:56:55
## 3344 2022-11-29 01:55:53
## 3345 2022-11-29 01:55:46
## 3346 2022-11-29 01:55:39
## 3347 2022-11-29 01:55:05
## 3348 2022-11-29 01:54:44
## 3349 2022-11-29 01:54:44
## 3350 2022-11-29 01:53:37
## 3351 2022-11-29 01:53:35
## 3352 2022-11-29 01:53:27
## 3353 2022-11-29 01:53:00
## 3354 2022-11-29 01:52:49
## 3355 2022-11-29 01:52:41
## 3356 2022-11-29 01:52:30
## 3357 2022-11-29 01:51:55
## 3358 2022-11-29 01:51:54
## 3359 2022-11-29 01:51:41
## 3360 2022-11-29 01:50:31
## 3361 2022-11-29 01:49:46
## 3362 2022-11-29 01:49:34
## 3363 2022-11-29 01:49:19
## 3364 2022-11-29 01:48:46
## 3365 2022-11-29 01:48:46
## 3366 2022-11-29 01:48:28
## 3367 2022-11-29 01:48:24
## 3368 2022-11-29 01:47:22
## 3369 2022-11-29 01:47:13
## 3370 2022-11-29 01:46:44
## 3371 2022-11-29 01:46:16
## 3372 2022-11-29 01:46:14
## 3373 2022-11-29 01:45:54
## 3374 2022-11-29 01:45:53
## 3375 2022-11-29 01:45:39
## 3376 2022-11-29 01:45:37
## 3377 2022-11-29 01:45:28
## 3378 2022-11-29 01:45:18
## 3379 2022-11-29 01:44:30
## 3380 2022-11-29 01:43:05
## 3381 2022-11-29 01:41:52
## 3382 2022-11-29 01:41:44
## 3383 2022-11-29 01:41:40
## 3384 2022-11-29 01:41:12
## 3385 2022-11-29 01:41:05
## 3386 2022-11-29 01:40:47
## 3387 2022-11-29 01:40:29
## 3388 2022-11-29 01:40:15
## 3389 2022-11-29 01:40:02
## 3390 2022-11-29 01:40:02
## 3391 2022-11-29 01:39:35
## 3392 2022-11-29 01:39:24
## 3393 2022-11-29 01:39:01
## 3394 2022-11-29 01:37:54
## 3395 2022-11-29 01:37:51
## 3396 2022-11-29 01:37:31
## 3397 2022-11-29 01:36:35
## 3398 2022-11-29 01:36:20
## 3399 2022-11-29 01:35:18
## 3400 2022-11-29 01:34:52
## 3401 2022-11-29 01:34:43
## 3402 2022-11-29 01:34:28
## 3403 2022-11-29 01:33:10
## 3404 2022-11-29 01:33:08
## 3405 2022-11-29 01:33:00
## 3406 2022-11-29 01:32:50
## 3407 2022-11-29 01:32:42
## 3408 2022-11-29 01:32:21
## 3409 2022-11-29 01:32:02
## 3410 2022-11-29 01:31:40
## 3411 2022-11-29 01:30:50
## 3412 2022-11-29 01:30:44
## 3413 2022-11-29 01:29:49
## 3414 2022-11-29 01:29:32
## 3415 2022-11-29 01:29:17
## 3416 2022-11-29 01:28:10
## 3417 2022-11-29 01:27:55
## 3418 2022-11-29 01:27:47
## 3419 2022-11-29 01:26:53
## 3420 2022-11-29 01:26:30
## 3421 2022-11-29 01:25:49
## 3422 2022-11-29 01:25:37
## 3423 2022-11-29 01:24:45
## 3424 2022-11-29 01:24:32
## 3425 2022-11-29 01:22:19
## 3426 2022-11-29 01:22:13
## 3427 2022-11-29 01:22:12
## 3428 2022-11-29 01:21:59
## 3429 2022-11-29 01:21:54
## 3430 2022-11-29 01:21:16
## 3431 2022-11-29 01:20:46
## 3432 2022-11-29 01:20:41
## 3433 2022-11-29 01:19:13
## 3434 2022-11-29 01:18:10
## 3435 2022-11-29 01:17:58
## 3436 2022-11-29 01:17:54
## 3437 2022-11-29 01:17:54
## 3438 2022-11-29 01:17:40
## 3439 2022-11-29 01:17:34
## 3440 2022-11-29 01:17:32
## 3441 2022-11-29 01:17:31
## 3442 2022-11-29 01:17:06
## 3443 2022-11-29 01:16:13
## 3444 2022-11-29 01:15:36
## 3445 2022-11-29 01:15:33
## 3446 2022-11-29 01:15:07
## 3447 2022-11-29 01:14:48
## 3448 2022-11-29 01:14:35
## 3449 2022-11-29 01:14:34
## 3450 2022-11-29 01:14:32
## 3451 2022-11-29 01:14:21
## 3452 2022-11-29 01:14:05
## 3453 2022-11-29 01:13:52
## 3454 2022-11-29 01:11:56
## 3455 2022-11-29 01:11:40
## 3456 2022-11-29 01:11:38
## 3457 2022-11-29 01:11:28
## 3458 2022-11-29 01:11:25
## 3459 2022-11-29 01:10:56
## 3460 2022-11-29 01:09:11
## 3461 2022-11-29 01:08:46
## 3462 2022-11-29 01:08:15
## 3463 2022-11-29 01:08:06
## 3464 2022-11-29 01:07:02
## 3465 2022-11-29 01:06:35
## 3466 2022-11-29 01:06:06
## 3467 2022-11-29 01:05:51
## 3468 2022-11-29 01:05:51
## 3469 2022-11-29 01:05:50
## 3470 2022-11-29 01:05:49
## 3471 2022-11-29 01:05:20
## 3472 2022-11-29 01:05:18
## 3473 2022-11-29 01:05:15
## 3474 2022-11-29 01:05:05
## 3475 2022-11-29 01:04:31
## 3476 2022-11-29 01:03:35
## 3477 2022-11-29 01:03:24
## 3478 2022-11-29 01:03:23
## 3479 2022-11-29 01:03:15
## 3480 2022-11-29 01:03:10
## 3481 2022-11-29 01:03:01
## 3482 2022-11-29 01:02:37
## 3483 2022-11-29 01:02:15
## 3484 2022-11-29 01:00:44
## 3485 2022-11-29 01:00:40
## 3486 2022-11-29 01:00:13
## 3487 2022-11-29 01:00:12
## 3488 2022-11-29 01:00:01
## 3489 2022-11-29 00:59:55
## 3490 2022-11-29 00:59:49
## 3491 2022-11-29 00:59:13
## 3492 2022-11-29 00:59:12
## 3493 2022-11-29 00:59:01
## 3494 2022-11-29 00:57:47
## 3495 2022-11-29 00:57:47
## 3496 2022-11-29 00:57:42
## 3497 2022-11-29 00:57:21
## 3498 2022-11-29 00:57:15
## 3499 2022-11-29 00:56:34
## 3500 2022-11-29 00:56:11
## 3501 2022-11-29 00:55:16
## 3502 2022-11-29 00:54:52
## 3503 2022-11-29 00:54:27
## 3504 2022-11-29 00:53:36
## 3505 2022-11-29 00:53:14
## 3506 2022-11-29 00:53:13
## 3507 2022-11-29 00:53:12
## 3508 2022-11-29 00:53:04
## 3509 2022-11-29 00:52:42
## 3510 2022-11-29 00:52:36
## 3511 2022-11-29 00:52:36
## 3512 2022-11-29 00:50:54
## 3513 2022-11-29 00:49:58
## 3514 2022-11-29 00:49:00
## 3515 2022-11-29 00:48:37
## 3516 2022-11-29 00:48:30
## 3517 2022-11-29 00:48:05
## 3518 2022-11-29 00:47:51
## 3519 2022-11-29 00:47:39
## 3520 2022-11-29 00:46:25
## 3521 2022-11-29 00:46:01
## 3522 2022-11-29 00:45:51
## 3523 2022-11-29 00:45:29
## 3524 2022-11-29 00:45:23
## 3525 2022-11-29 00:44:58
## 3526 2022-11-29 00:44:53
## 3527 2022-11-29 00:44:52
## 3528 2022-11-29 00:44:48
## 3529 2022-11-29 00:44:47
## 3530 2022-11-29 00:44:41
## 3531 2022-11-29 00:44:24
## 3532 2022-11-29 00:44:18
## 3533 2022-11-29 00:44:02
## 3534 2022-11-29 00:43:44
## 3535 2022-11-29 00:43:36
## 3536 2022-11-29 00:43:07
## 3537 2022-11-29 00:43:06
## 3538 2022-11-29 00:42:56
## 3539 2022-11-29 00:42:38
## 3540 2022-11-29 00:42:20
## 3541 2022-11-29 00:42:20
## 3542 2022-11-29 00:42:14
## 3543 2022-11-29 00:42:11
## 3544 2022-11-29 00:41:42
## 3545 2022-11-29 00:41:20
## 3546 2022-11-29 00:41:03
## 3547 2022-11-29 00:40:31
## 3548 2022-11-29 00:40:05
## 3549 2022-11-29 00:39:38
## 3550 2022-11-29 00:39:10
## 3551 2022-11-29 00:37:52
## 3552 2022-11-29 00:37:14
## 3553 2022-11-29 00:36:58
## 3554 2022-11-29 00:36:56
## 3555 2022-11-29 00:36:34
## 3556 2022-11-29 00:36:27
## 3557 2022-11-29 00:35:27
## 3558 2022-11-29 00:35:20
## 3559 2022-11-29 00:35:19
## 3560 2022-11-29 00:34:52
## 3561 2022-11-29 00:34:35
## 3562 2022-11-29 00:34:26
## 3563 2022-11-29 00:34:19
## 3564 2022-11-29 00:34:11
## 3565 2022-11-29 00:34:03
## 3566 2022-11-29 00:34:01
## 3567 2022-11-29 00:33:57
## 3568 2022-11-29 00:33:44
## 3569 2022-11-29 00:33:13
## 3570 2022-11-29 00:32:56
## 3571 2022-11-29 00:32:31
## 3572 2022-11-29 00:32:19
## 3573 2022-11-29 00:32:09
## 3574 2022-11-29 00:32:05
## 3575 2022-11-29 00:31:43
## 3576 2022-11-29 00:31:33
## 3577 2022-11-29 00:31:28
## 3578 2022-11-29 00:31:21
## 3579 2022-11-29 00:31:06
## 3580 2022-11-29 00:31:00
## 3581 2022-11-29 00:30:55
## 3582 2022-11-29 00:30:40
## 3583 2022-11-29 00:30:14
## 3584 2022-11-29 00:30:06
## 3585 2022-11-29 00:29:41
## 3586 2022-11-29 00:29:34
## 3587 2022-11-29 00:28:58
## 3588 2022-11-29 00:28:43
## 3589 2022-11-29 00:28:35
## 3590 2022-11-29 00:28:31
## 3591 2022-11-29 00:27:29
## 3592 2022-11-29 00:26:25
## 3593 2022-11-29 00:26:22
## 3594 2022-11-29 00:26:07
## 3595 2022-11-29 00:25:34
## 3596 2022-11-29 00:25:34
## 3597 2022-11-29 00:24:50
## 3598 2022-11-29 00:24:48
## 3599 2022-11-29 00:24:40
## 3600 2022-11-29 00:22:14
## 3601 2022-11-29 00:21:33
## 3602 2022-11-29 00:21:12
## 3603 2022-11-29 00:20:07
## 3604 2022-11-29 00:20:02
## 3605 2022-11-29 00:19:07
## 3606 2022-11-29 00:18:34
## 3607 2022-11-29 00:17:56
## 3608 2022-11-29 00:17:38
## 3609 2022-11-29 00:17:31
## 3610 2022-11-29 00:17:16
## 3611 2022-11-29 00:16:14
## 3612 2022-11-29 00:16:10
## 3613 2022-11-29 00:14:02
## 3614 2022-11-29 00:14:01
## 3615 2022-11-29 00:13:45
## 3616 2022-11-29 00:13:11
## 3617 2022-11-29 00:13:05
## 3618 2022-11-29 00:12:14
## 3619 2022-11-29 00:12:10
## 3620 2022-11-29 00:11:50
## 3621 2022-11-29 00:11:16
## 3622 2022-11-29 00:10:17
## 3623 2022-11-29 00:10:15
## 3624 2022-11-29 00:10:07
## 3625 2022-11-29 00:09:53
## 3626 2022-11-29 00:09:41
## 3627 2022-11-29 00:08:56
## 3628 2022-11-29 00:08:50
## 3629 2022-11-29 00:08:50
## 3630 2022-11-29 00:08:09
## 3631 2022-11-29 00:08:06
## 3632 2022-11-29 00:08:05
## 3633 2022-11-29 00:08:03
## 3634 2022-11-29 00:06:35
## 3635 2022-11-29 00:05:27
## 3636 2022-11-29 00:05:16
## 3637 2022-11-29 00:05:11
## 3638 2022-11-29 00:05:04
## 3639 2022-11-29 00:04:48
## 3640 2022-11-29 00:04:10
## 3641 2022-11-29 00:03:52
## 3642 2022-11-29 00:03:41
## 3643 2022-11-29 00:03:11
## 3644 2022-11-29 00:03:01
## 3645 2022-11-29 00:03:00
## 3646 2022-11-29 00:02:21
## 3647 2022-11-29 00:01:52
## 3648 2022-11-29 00:01:48
## 3649 2022-11-29 00:01:41
## 3650 2022-11-29 00:00:59
## 3651 2022-11-29 00:00:53
## 3652 2022-11-29 00:00:52
## 3653 2022-11-28 23:59:35
## 3654 2022-11-28 23:59:34
## 3655 2022-11-28 23:59:28
## 3656 2022-11-28 23:59:16
## 3657 2022-11-28 23:58:56
## 3658 2022-11-28 23:58:55
## 3659 2022-11-28 23:58:00
## 3660 2022-11-28 23:58:00
## 3661 2022-11-28 23:56:29
## 3662 2022-11-28 23:56:20
## 3663 2022-11-28 23:54:52
## 3664 2022-11-28 23:54:00
## 3665 2022-11-28 23:53:14
## 3666 2022-11-28 23:50:41
## 3667 2022-11-28 23:49:35
## 3668 2022-11-28 23:49:16
## 3669 2022-11-28 23:49:03
## 3670 2022-11-28 23:49:00
## 3671 2022-11-28 23:48:58
## 3672 2022-11-28 23:48:42
## 3673 2022-11-28 23:48:27
## 3674 2022-11-28 23:48:19
## 3675 2022-11-28 23:47:25
## 3676 2022-11-28 23:47:03
## 3677 2022-11-28 23:46:49
## 3678 2022-11-28 23:46:48
## 3679 2022-11-28 23:46:48
## 3680 2022-11-28 23:46:31
## 3681 2022-11-28 23:46:22
## 3682 2022-11-28 23:45:45
## 3683 2022-11-28 23:45:38
## 3684 2022-11-28 23:45:02
## 3685 2022-11-28 23:45:01
## 3686 2022-11-28 23:42:36
## 3687 2022-11-28 23:42:32
## 3688 2022-11-28 23:41:42
## 3689 2022-11-28 23:41:10
## 3690 2022-11-28 23:40:57
## 3691 2022-11-28 23:40:55
## 3692 2022-11-28 23:40:20
## 3693 2022-11-28 23:40:04
## 3694 2022-11-28 23:39:21
## 3695 2022-11-28 23:39:19
## 3696 2022-11-28 23:38:18
## 3697 2022-11-28 23:37:20
## 3698 2022-11-28 23:36:54
## 3699 2022-11-28 23:36:16
## 3700 2022-11-28 23:36:02
## 3701 2022-11-28 23:35:45
## 3702 2022-11-28 23:35:24
## 3703 2022-11-28 23:35:23
## 3704 2022-11-28 23:35:19
## 3705 2022-11-28 23:34:51
## 3706 2022-11-28 23:34:35
## 3707 2022-11-28 23:34:03
## 3708 2022-11-28 23:33:07
## 3709 2022-11-28 23:32:20
## 3710 2022-11-28 23:32:13
## 3711 2022-11-28 23:30:00
## 3712 2022-11-28 23:29:51
## 3713 2022-11-28 23:29:42
## 3714 2022-11-28 23:29:35
## 3715 2022-11-28 23:29:33
## 3716 2022-11-28 23:29:10
## 3717 2022-11-28 23:27:32
## 3718 2022-11-28 23:26:42
## 3719 2022-11-28 23:25:50
## 3720 2022-11-28 23:25:40
## 3721 2022-11-28 23:25:39
## 3722 2022-11-28 23:23:48
## 3723 2022-11-28 23:21:41
## 3724 2022-11-28 23:21:24
## 3725 2022-11-28 23:21:19
## 3726 2022-11-28 23:19:22
## 3727 2022-11-28 23:18:08
## 3728 2022-11-28 23:17:48
## 3729 2022-11-28 23:17:38
## 3730 2022-11-28 23:17:36
## 3731 2022-11-28 23:17:26
## 3732 2022-11-28 23:17:25
## 3733 2022-11-28 23:17:19
## 3734 2022-11-28 23:15:54
## 3735 2022-11-28 23:14:59
## 3736 2022-11-28 23:14:47
## 3737 2022-11-28 23:13:30
## 3738 2022-11-28 23:13:00
## 3739 2022-11-28 23:12:34
## 3740 2022-11-28 23:12:02
## 3741 2022-11-28 23:09:56
## 3742 2022-11-28 23:09:14
## 3743 2022-11-28 23:09:11
## 3744 2022-11-28 23:08:42
## 3745 2022-11-28 23:08:18
## 3746 2022-11-28 23:07:57
## 3747 2022-11-28 23:07:56
## 3748 2022-11-28 23:05:24
## 3749 2022-11-28 23:04:27
## 3750 2022-11-28 23:04:02
## 3751 2022-11-28 23:03:41
## 3752 2022-11-28 23:03:15
## 3753 2022-11-28 23:03:04
## 3754 2022-11-28 23:03:03
## 3755 2022-11-28 23:02:49
## 3756 2022-11-28 23:01:52
## 3757 2022-11-28 23:01:25
## 3758 2022-11-28 23:01:21
## 3759 2022-11-28 23:00:57
## 3760 2022-11-28 23:00:56
## 3761 2022-11-28 23:00:49
## 3762 2022-11-28 23:00:45
## 3763 2022-11-28 23:00:00
## 3764 2022-11-28 22:59:29
## 3765 2022-11-28 22:59:20
## 3766 2022-11-28 22:59:03
## 3767 2022-11-28 22:58:38
## 3768 2022-11-28 22:56:22
## 3769 2022-11-28 22:55:34
## 3770 2022-11-28 22:55:00
## 3771 2022-11-28 22:54:39
## 3772 2022-11-28 22:53:16
## 3773 2022-11-28 22:52:48
## 3774 2022-11-28 22:50:59
## 3775 2022-11-28 22:50:48
## 3776 2022-11-28 22:50:27
## 3777 2022-11-28 22:50:17
## 3778 2022-11-28 22:50:04
## 3779 2022-11-28 22:49:41
## 3780 2022-11-28 22:49:07
## 3781 2022-11-28 22:47:40
## 3782 2022-11-28 22:47:37
## 3783 2022-11-28 22:47:13
## 3784 2022-11-28 22:45:58
## 3785 2022-11-28 22:45:27
## 3786 2022-11-28 22:44:52
## 3787 2022-11-28 22:44:07
## 3788 2022-11-28 22:43:32
## 3789 2022-11-28 22:43:13
## 3790 2022-11-28 22:42:25
## 3791 2022-11-28 22:41:02
## 3792 2022-11-28 22:41:01
## 3793 2022-11-28 22:38:34
## 3794 2022-11-28 22:37:06
## 3795 2022-11-28 22:36:58
## 3796 2022-11-28 22:36:50
## 3797 2022-11-28 22:36:30
## 3798 2022-11-28 22:36:16
## 3799 2022-11-28 22:35:46
## 3800 2022-11-28 22:35:46
## 3801 2022-11-28 22:35:37
## 3802 2022-11-28 22:35:14
## 3803 2022-11-28 22:34:50
## 3804 2022-11-28 22:34:17
## 3805 2022-11-28 22:34:09
## 3806 2022-11-28 22:33:53
## 3807 2022-11-28 22:33:33
## 3808 2022-11-28 22:33:23
## 3809 2022-11-28 22:33:16
## 3810 2022-11-28 22:33:14
## 3811 2022-11-28 22:33:08
## 3812 2022-11-28 22:33:03
## 3813 2022-11-28 22:32:48
## 3814 2022-11-28 22:32:44
## 3815 2022-11-28 22:32:39
## 3816 2022-11-28 22:32:07
## 3817 2022-11-28 22:32:03
## 3818 2022-11-28 22:32:01
## 3819 2022-11-28 22:31:10
## 3820 2022-11-28 22:30:31
## 3821 2022-11-28 22:30:07
## 3822 2022-11-28 22:30:04
## 3823 2022-11-28 22:29:54
## 3824 2022-11-28 22:29:29
## 3825 2022-11-28 22:28:38
## 3826 2022-11-28 22:27:58
## 3827 2022-11-28 22:27:07
## 3828 2022-11-28 22:27:03
## 3829 2022-11-28 22:26:58
## 3830 2022-11-28 22:26:06
## 3831 2022-11-28 22:25:43
## 3832 2022-11-28 22:25:34
## 3833 2022-11-28 22:25:33
## 3834 2022-11-28 22:24:31
## 3835 2022-11-28 22:24:01
## 3836 2022-11-28 22:23:34
## 3837 2022-11-28 22:23:28
## 3838 2022-11-28 22:23:11
## 3839 2022-11-28 22:23:00
## 3840 2022-11-28 22:22:54
## 3841 2022-11-28 22:22:46
## 3842 2022-11-28 22:22:22
## 3843 2022-11-28 22:21:52
## 3844 2022-11-28 22:21:49
## 3845 2022-11-28 22:21:04
## 3846 2022-11-28 22:21:03
## 3847 2022-11-28 22:20:41
## 3848 2022-11-28 22:20:21
## 3849 2022-11-28 22:19:47
## 3850 2022-11-28 22:19:38
## 3851 2022-11-28 22:19:26
## 3852 2022-11-28 22:18:36
## 3853 2022-11-28 22:18:35
## 3854 2022-11-28 22:18:31
## 3855 2022-11-28 22:18:26
## 3856 2022-11-28 22:18:23
## 3857 2022-11-28 22:17:19
## 3858 2022-11-28 22:16:41
## 3859 2022-11-28 22:16:06
## 3860 2022-11-28 22:16:05
## 3861 2022-11-28 22:16:04
## 3862 2022-11-28 22:16:03
## 3863 2022-11-28 22:15:56
## 3864 2022-11-28 22:15:48
## 3865 2022-11-28 22:15:22
## 3866 2022-11-28 22:15:00
## 3867 2022-11-28 22:14:47
## 3868 2022-11-28 22:14:41
## 3869 2022-11-28 22:14:08
## 3870 2022-11-28 22:13:44
## 3871 2022-11-28 22:13:33
## 3872 2022-11-28 22:13:11
## 3873 2022-11-28 22:12:54
## 3874 2022-11-28 22:12:49
## 3875 2022-11-28 22:12:34
## 3876 2022-11-28 22:12:23
## 3877 2022-11-28 22:10:56
## 3878 2022-11-28 22:10:42
## 3879 2022-11-28 22:10:27
## 3880 2022-11-28 22:10:10
## 3881 2022-11-28 22:09:58
## 3882 2022-11-28 22:09:52
## 3883 2022-11-28 22:09:51
## 3884 2022-11-28 22:09:21
## 3885 2022-11-28 22:09:12
## 3886 2022-11-28 22:09:07
## 3887 2022-11-28 22:07:34
## 3888 2022-11-28 22:07:17
## 3889 2022-11-28 22:07:15
## 3890 2022-11-28 22:06:53
## 3891 2022-11-28 22:06:49
## 3892 2022-11-28 22:06:14
## 3893 2022-11-28 22:06:07
## 3894 2022-11-28 22:04:39
## 3895 2022-11-28 22:04:28
## 3896 2022-11-28 22:03:22
## 3897 2022-11-28 22:03:17
## 3898 2022-11-28 22:03:01
## 3899 2022-11-28 22:03:01
## 3900 2022-11-28 22:02:44
## 3901 2022-11-28 22:02:15
## 3902 2022-11-28 22:01:40
## 3903 2022-11-28 22:01:28
## 3904 2022-11-28 22:01:10
## 3905 2022-11-28 22:00:35
## 3906 2022-11-28 22:00:31
## 3907 2022-11-28 22:00:07
## 3908 2022-11-28 21:59:47
## 3909 2022-11-28 21:59:18
## 3910 2022-11-28 21:59:15
## 3911 2022-11-28 21:59:15
## 3912 2022-11-28 21:58:40
## 3913 2022-11-28 21:58:05
## 3914 2022-11-28 21:57:36
## 3915 2022-11-28 21:57:31
## 3916 2022-11-28 21:56:54
## 3917 2022-11-28 21:56:36
## 3918 2022-11-28 21:56:24
## 3919 2022-11-28 21:56:10
## 3920 2022-11-28 21:55:53
## 3921 2022-11-28 21:55:52
## 3922 2022-11-28 21:55:09
## 3923 2022-11-28 21:55:04
## 3924 2022-11-28 21:54:55
## 3925 2022-11-28 21:54:30
## 3926 2022-11-28 21:54:12
## 3927 2022-11-28 21:53:53
## 3928 2022-11-28 21:53:13
## 3929 2022-11-28 21:52:41
## 3930 2022-11-28 21:52:03
## 3931 2022-11-28 21:51:34
## 3932 2022-11-28 21:51:07
## 3933 2022-11-28 21:51:00
## 3934 2022-11-28 21:50:52
## 3935 2022-11-28 21:50:09
## 3936 2022-11-28 21:49:22
## 3937 2022-11-28 21:49:12
## 3938 2022-11-28 21:48:03
## 3939 2022-11-28 21:47:50
## 3940 2022-11-28 21:47:28
## 3941 2022-11-28 21:46:22
## 3942 2022-11-28 21:46:10
## 3943 2022-11-28 21:46:05
## 3944 2022-11-28 21:45:49
## 3945 2022-11-28 21:45:38
## 3946 2022-11-28 21:45:07
## 3947 2022-11-28 21:44:47
## 3948 2022-11-28 21:44:42
## 3949 2022-11-28 21:44:04
## 3950 2022-11-28 21:44:03
## 3951 2022-11-28 21:42:56
## 3952 2022-11-28 21:42:38
## 3953 2022-11-28 21:42:36
## 3954 2022-11-28 21:42:35
## 3955 2022-11-28 21:42:26
## 3956 2022-11-28 21:42:16
## 3957 2022-11-28 21:42:06
## 3958 2022-11-28 21:41:54
## 3959 2022-11-28 21:41:40
## 3960 2022-11-28 21:40:53
## 3961 2022-11-28 21:40:30
## 3962 2022-11-28 21:40:08
## 3963 2022-11-28 21:38:40
## 3964 2022-11-28 21:37:51
## 3965 2022-11-28 21:37:33
## 3966 2022-11-28 21:37:22
## 3967 2022-11-28 21:36:10
## 3968 2022-11-28 21:35:51
## 3969 2022-11-28 21:35:00
## 3970 2022-11-28 21:33:56
## 3971 2022-11-28 21:33:09
## 3972 2022-11-28 21:32:42
## 3973 2022-11-28 21:31:51
## 3974 2022-11-28 21:31:26
## 3975 2022-11-28 21:31:19
## 3976 2022-11-28 21:31:06
## 3977 2022-11-28 21:30:11
## 3978 2022-11-28 21:29:40
## 3979 2022-11-28 21:29:26
## 3980 2022-11-28 21:28:45
## 3981 2022-11-28 21:28:42
## 3982 2022-11-28 21:28:36
## 3983 2022-11-28 21:28:25
## 3984 2022-11-28 21:28:06
## 3985 2022-11-28 21:28:02
## 3986 2022-11-28 21:27:24
## 3987 2022-11-28 21:26:49
## 3988 2022-11-28 21:26:09
## 3989 2022-11-28 21:25:40
## 3990 2022-11-28 21:25:40
## 3991 2022-11-28 21:25:35
## 3992 2022-11-28 21:25:01
## 3993 2022-11-28 21:24:57
## 3994 2022-11-28 21:24:46
## 3995 2022-11-28 21:24:23
## 3996 2022-11-28 21:23:23
## 3997 2022-11-28 21:22:58
## 3998 2022-11-28 21:22:56
## 3999 2022-11-28 21:22:56
## 4000 2022-11-28 21:22:39
## 4001 2022-11-28 21:22:23
## 4002 2022-11-28 21:22:23
## 4003 2022-11-28 21:21:18
## 4004 2022-11-28 21:21:07
## 4005 2022-11-28 21:19:50
## 4006 2022-11-28 21:19:21
## 4007 2022-11-28 21:18:54
## 4008 2022-11-28 21:18:49
## 4009 2022-11-28 21:17:47
##                                                                                                                   statusSource
## 1                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5                                                                  <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 6                                                                  <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 7                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 10                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 11                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 12                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 13                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 14                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 15                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 16                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 17                                         <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 18                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 19                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 20                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 21                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 22                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 23                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 24                                      <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 25                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 26                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 27                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 28                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 29                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 30                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 31                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 32                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 33                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 34                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 35                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 36                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 37                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 38                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 39                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 40                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 41                                              <a href="https://twitter.com/FinderCard" rel="nofollow">baseballcardfinder</a>
## 42                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 43                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 44                                               <a href="https://www.socialjukebox.com" rel="nofollow">The Social Jukebox</a>
## 45                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 46                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 47                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 48                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 49                                              <a href="http://www.fantasticradio.co.uk" rel="nofollow"> Fantastic Radioo</a>
## 50                       <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 51                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 52                                                         <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 53                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 54                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 55                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 56                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 57                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 58                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 59                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 60                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 61                                           <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 62                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 63                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 64                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 65                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 66                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 67                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 68                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 69                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 70                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 71                                                              <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 72                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 73                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 74                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 75                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 76                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 77                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 78                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 79                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 80                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 81                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 82                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 83                                             <a href="https://mobile.twitter.com/portofoiliodev" rel="nofollow">tokdrama</a>
## 84                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 85                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 86                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 87                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 88                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 89                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 90                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 91                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 92                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 93                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 94                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 95                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 96                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 97                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 98                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 99                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 100                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 101                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 102                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 103                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 104                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 105                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 106                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 107                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 108                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 109                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 110                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 111                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 112                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 113                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 114                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 115                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 116                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 117                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 118                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 119                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 120                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 121                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 122                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 123                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 124                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 125                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 126                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 127                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 128                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 129                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 130                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 131                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 132                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 133                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 134                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 135                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 136                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 137                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 138                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 139                                                   <a href="https://twitter.com/bluechipcard" rel="nofollow">card-radar</a>
## 140                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 141                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 142                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 143                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 144                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 145                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 146                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 147                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 148                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 149                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 150                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 151                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 152                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 153                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 154                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 155                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 156                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 157                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 158                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 159                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 160                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 161                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 162                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 163                                                                  <a href="http://gofundme.com" rel="nofollow">GoFundMe</a>
## 164                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 165                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 166                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 167                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 168                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 169                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 170                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 171                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 172                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 173                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 174                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 175                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 176                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 177                                                                   <a href="https://511ny.org" rel="nofollow">NYRegions</a>
## 178                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 179                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 180                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 181                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 182                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 183                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 184                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 185                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 186                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 187                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 188                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 189                                                            <a href="https://rtweet.info" rel="nofollow">rstats2twitter</a>
## 190                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 191                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 192                                                    <a href="https://www.litepocketdeals.com" rel="nofollow">Post Deals</a>
## 193                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 194                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 195                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 196                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 197                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 198                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 199                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 200                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 201                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 202                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 203                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 204                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 205                                                                      <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 206                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 207                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 208                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 209                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 210                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 211                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 212                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 213                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 214                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 215                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 216                                          <a href="https://plaza.rakuten.co.jp/1147rakuten/diary/" rel="nofollow">R_Aff</a>
## 217                                <a href="https://www.nintendo.com/countryselector" rel="nofollow">Nintendo Switch Share</a>
## 218                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 219                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 220                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 221                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 222                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 223                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 224                                        <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 225                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 226                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 227                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 228                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 229                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 230                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 231                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 232                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 233                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 234                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 235                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 236                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 237                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 238                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 239                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 240                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 241                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 242                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 243                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 244                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 245                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 246                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 247                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 248                                                            <a href="http://www.soaster.com" rel="nofollow">SoasterTest</a>
## 249                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 250                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 251                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 252                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 253                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 254                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 255                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 256                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 257                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 258                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 259                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 260                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 261                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 262                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 263                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 264                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 265                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 266                                     <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 267                                                                   <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 268                                                                   <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 269                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 270                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 271                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 272                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 273                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 274                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 275                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 276                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 277                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 278                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 279                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 280                                                                     <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 281                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 282                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 283                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 284                                                    <a href="https://app.socialpilot.co/" rel="nofollow">SocialPilot.co</a>
## 285                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 286                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 287                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 288                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 289                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 290                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 291                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 292                                                                <a href="http://instagram.com" rel="nofollow">Instagram</a>
## 293                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 294                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 295                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 296                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 297                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 298                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 299                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 300                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 301                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 302                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 303                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 304                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 305                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 306                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 307              <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">LAIT911.com</a>
## 308                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 309                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 310                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 311                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 312                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 313                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 314                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 315                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 316                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 317                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 318                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 319                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 320                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 321                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 322                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 323                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 324                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 325                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 326                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 327                                        <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 328                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 329                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 330                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 331                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 332                                       <a href="http://fromEveryst.com" rel="nofollow">555comic.com live-posted stories</a>
## 333                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 334                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 335                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 336                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 337                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 338                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 339                                                                      <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 340                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 341                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 342                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 343                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 344                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 345                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 346                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 347                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 348                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 349                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 350                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 351                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 352                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 353                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 354                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 355                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 356                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 357                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 358                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 359                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 360                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 361                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 362                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 363                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 364                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 365                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 366                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 367                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 368                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 369                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 370                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 371                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 372                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 373                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 374                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 375                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 376                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 377                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 378                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 379                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 380                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 381                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 382                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 383                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 384                                     <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 385                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 386                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 387                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 388                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 389                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 390                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 391                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 392                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 393                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 394                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 395                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 396                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 397                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 398                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 399                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 400                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 401                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 402                                             <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 403                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 404                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 405                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 406                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 407                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 408                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 409                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 410                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 411                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 412                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 413                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 414                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 415                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 416                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 417              <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">tweetsville</a>
## 418                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 419                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 420                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 421                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 422                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 423                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 424                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 425                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 426                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 427                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 428                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 429                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 430                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 431                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 432                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 433                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 434                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 435                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 436                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 437                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 438                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 439                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 440                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 441                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 442                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 443                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 444                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 445                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 446                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 447                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 448                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 449                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 450                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 451                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 452                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 453                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 454                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 455                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 456                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 457                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 458                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 459                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 460                                        <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 461                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 462                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 463                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 464                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 465                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 466                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 467                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 468                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 469                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 470                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 471                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 472                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 473                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 474                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 475                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 476                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 477                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 478                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 479                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 480                                     <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 481                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 482                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 483                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 484                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 485                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 486                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 487                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 488                                              <a href="https://twitter.com/sportscardcoder" rel="nofollow">tradingcards</a>
## 489                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 490                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 491                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 492                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 493                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 494                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 495                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 496                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 497                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 498                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 499                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 500                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 501                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 502                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 503                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 504                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 505                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 506                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 507                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 508                                                             <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 509                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 510                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 511                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 512                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 513                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 514                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 515                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 516                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 517                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 518                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 519                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 520                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 521                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 522                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 523                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 524                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 525                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 526                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 527                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 528                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 529                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 530                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 531                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 532                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 533                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 534                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 535                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 536                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 537                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 538                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 539                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 540                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 541                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 542                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 543                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 544                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 545                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 546                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 547                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 548                                                                     <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 549                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 550                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 551                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 552                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 553                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 554                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 555                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 556                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 557                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 558                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 559                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 560                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 561                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 562                                                                      <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 563                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 564                                        <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 565                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 566                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 567                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 568                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 569                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 570                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 571                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 572                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 573                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 574                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 575                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 576                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 577                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 578                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 579                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 580                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 581                                     <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 582                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 583                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 584                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 585                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 586                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 587                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 588                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 589                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 590                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 591                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 592                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 593                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 594                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 595                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 596                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 597                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 598                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 599                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 600                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 601                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 602                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 603                                                                <a href="http://instagram.com" rel="nofollow">Instagram</a>
## 604                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 605                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 606                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 607                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 608                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 609                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 610                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 611                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 612                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 613                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 614                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 615                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 616                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 617                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 618                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 619                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 620                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 621                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 622                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 623                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 624                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 625                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 626                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 627                                                        <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 628                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 629                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 630                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 631                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 632                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 633                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 634                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 635                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 636                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 637                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 638                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 639                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 640                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 641                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 642                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 643                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 644                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 645                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 646                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 647                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 648                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 649                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 650                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 651                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 652                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 653                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 654                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 655                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 656                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 657                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 658                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 659                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 660                                                                <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 661                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 662                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 663                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 664                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 665                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 666                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 667                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 668                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 669                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 670                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 671                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 672                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 673                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 674                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 675                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 676                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 677                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 678                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 679                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 680                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 681                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 682                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 683                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 684                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 685                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 686                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 687                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 688                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 689                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 690                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 691                                              <a href="http://www.placeholder.com" rel="nofollow">Amazon Discount Codes</a>
## 692                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 693                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 694                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 695                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 696                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 697                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 698                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 699                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 700                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 701                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 702                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 703                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 704                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 705                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 706                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 707                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 708                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 709                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 710                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 711                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 712                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 713                                                             <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 714                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 715                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 716                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 717                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 718                                             <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 719                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 720                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 721                                                                     <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 722                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 723                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 724                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 725                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 726                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 727                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 728                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 729                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 730                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 731                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 732                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 733                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 734                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 735                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 736                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 737                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 738                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 739                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 740                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 741                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 742                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 743                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 744                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 745                                     <a href="http://www.famousbirthdays.com/" rel="nofollow">Celebrity Birthdays Today</a>
## 746                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 747                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 748                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 749                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 750                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 751                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 752                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 753                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 754                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 755                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 756                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 757                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 758                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 759                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 760                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 761                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 762                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 763                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 764                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 765                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 766                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 767                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 768                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 769                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 770                                        <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 771                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 772                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 773                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 774                                                           <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 775                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 776                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 777                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 778                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 779                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 780                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 781                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 782                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 783                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 784                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 785                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 786                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 787                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 788                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 789                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 790                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 791                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 792                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 793                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 794                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 795                                                             <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 796                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 797                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 798                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 799                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 800                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 801                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 802                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 803                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 804                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 805                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 806                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 807                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 808                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 809                                                                <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 810                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 811                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 812                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 813                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 814                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 815                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 816                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 817                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 818                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 819                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 820                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 821                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 822                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 823                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 824                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 825                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 826                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 827                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 828                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 829                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 830                                                                      <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 831                                                                      <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 832                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 833                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 834                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 835                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 836                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 837                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 838                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 839                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 840                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 841                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 842                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 843                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 844                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 845                                           <a href="http://www.legis.iowa.gov" rel="nofollow">Iowa Legislative Services</a>
## 846                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 847                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 848                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 849                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 850                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 851                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 852                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 853                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 854                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 855                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 856                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 857                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 858                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 859                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 860                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 861                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 862                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 863                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 864                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 865                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 866                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 867                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 868                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 869                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 870                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 871                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 872                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 873                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 874                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 875                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 876                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 877                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 878                                                           <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 879                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 880                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 881                                                                <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 882                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 883                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 884                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 885                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 886                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 887                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 888                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 889                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 890                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 891                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 892                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 893                                         <a href="http://www.blacktradelines.com" rel="nofollow">Blacktradecircle login</a>
## 894                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 895                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 896                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 897                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 898                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 899                                             <a href="http://www.powerapps.com" rel="nofollow">Microsoft Power Platform</a>
## 900                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 901                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 902                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 903                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 904                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 905                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 906                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 907                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 908                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 909                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 910                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 911                                                               <a href="http://www.falcon.io" rel="nofollow">Brandwatch</a>
## 912                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 913                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 914                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 915                                                    <a href="https://app.socialpilot.co/" rel="nofollow">SocialPilot.co</a>
## 916                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 917                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 918                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 919                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 920                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 921                                                                   <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 922                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 923                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 924                                        <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 925                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 926                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 927                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 928                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 929                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 930                                             <a href="http://www.fantasticradio.co.uk" rel="nofollow"> Fantastic Radioo</a>
## 931                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 932                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 933                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 934                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 935                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 936                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 937                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 938                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 939                                                           <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 940                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 941                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 942                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 943                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 944                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 945                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 946                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 947                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 948                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 949                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 950                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 951                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 952                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 953                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 954                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 955                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 956                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 957                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 958                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 959                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 960                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 961                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 962                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 963                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 964                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 965           <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Save to Notion</a>
## 966                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 967                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 968                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 969                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 970                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 971                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 972                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 973                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 974                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 975                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 976                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 977                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 978                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 979                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 980                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 981                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 982                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 983                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 984                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 985                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 986                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 987                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 988                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 989                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 990                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 991                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 992                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 993                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 994                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 995                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 996                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 997                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 998                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 999                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1000                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1001                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1002                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1003                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1004                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1005                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1006                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1007                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1008                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1009                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1010                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1011                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1012                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1013                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1014                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1015                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1016                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1017                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1018                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1019                                                             <a href="https://www.later.com" rel="nofollow">LaterMedia</a>
## 1020                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1021                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1022                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1023                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1024                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1025                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1026                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1027                                            <a href="https://twitter.com/FinderCard" rel="nofollow">baseballcardfinder</a>
## 1028                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1029                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1030                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 1031                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1032                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1033                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1034                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1035                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1036                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1037                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1038                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1039                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1040                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1041                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1042                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1043                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1044                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1045                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1046                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1047                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1048                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1049                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1050                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1051                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1052                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1053                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1054                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1055                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1056                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1057                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1058                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1059                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1060                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1061                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1062                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1063                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1064                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1065                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1066                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1067                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1068                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1069                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1070                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1071                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1072                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1073                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1074                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1075                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1076                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1077                     <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 1078                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1079                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1080                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1081                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1082                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1083                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1084                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1085                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1086                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1087                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1088                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1089                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1090                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1091                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1092                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1093                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1094                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1095                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1096                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1097                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1098                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1099                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1100                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1101                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1102                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1103                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1104                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1105                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1106                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1107                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1108                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1109                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1110                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1111                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1112                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1113                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1114                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1115                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1116                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 1117                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1118                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1119                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1120                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1121                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1122                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1123                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1124                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1125                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1126                                                             <a href="https://vnnsports.net/" rel="nofollow">VNN, Inc.</a>
## 1127                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1128                                            <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 1129                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1130                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1131                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1132                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1133                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1134                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1135                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1136                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1137                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1138                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1139                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1140                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 1141                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1142                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1143                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1144                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1145                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1146                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1147                                                        <a href="https://twitter.com" rel="nofollow">TweetDeck Web App</a>
## 1148                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1149                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1150                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 1151                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1152                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1153                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1154                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1155                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1156                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1157                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1158                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1159                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1160                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1161                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1162                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1163                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1164                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1165                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1166                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1167                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1168                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 1169                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 1170                                                                  <a href="https://511ny.org" rel="nofollow">NYRegions</a>
## 1171                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1172                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1173                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1174                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1175                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 1176                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1177                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1178                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1179                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1180                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1181                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1182                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1183             <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">LAIT911.com</a>
## 1184                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1185                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1186                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1187                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1188                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1189                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1190                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1191                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1192                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1193                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1194                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1195                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1196                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1197                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1198                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1199                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1200                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1201                                                                 <a href="https://twittrp.com" rel="nofollow">Twitt-RP</a>
## 1202                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1203                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1204                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1205                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1206                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1207                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1208                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1209                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1210                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1211                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1212                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 1213                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1214                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1215               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1216                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1217                                                               <a href="https://zapier.com/" rel="nofollow">Zapier.com</a>
## 1218                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1219                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1220                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1221                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1222                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1223                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1224                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1225                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (OR)</a>
## 1226               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1227                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1228                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1229                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1230                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1231                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1232                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1233                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1234                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1235                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1236                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1237                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1238                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1239                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1240                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1241                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1242                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1243                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1244                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1245                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1246                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1247                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1248                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1249                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1250                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1251                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1252                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1253                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1254                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1255                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1256                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1257                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1258                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1259                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1260                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1261                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1262                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1263                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1264                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1265                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1266                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1267                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1268                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1269                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1270                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1271                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1272                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1273                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1274                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 1275                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1276               <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">iloveps_5</a>
## 1277                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1278                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1279                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1280                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1281                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1282                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1283                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1284                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1285                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1286                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1287                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1288                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1289                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1290                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1291                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1292                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1293                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1294                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1295                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1296                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1297                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1298                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1299                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1300                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1301                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1302                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1303                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1304                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1305                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1306                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1307                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1308                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1309                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1310                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1311                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1312                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1313                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1314                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1315                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1316                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1317                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1318                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1319                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1320                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1321                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 1322                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1323                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1324                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1325                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1326                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1327                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1328                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1329                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1330                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1331                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1332                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1333                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1334                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1335                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1336                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1337                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1338                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1339                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 1340                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1341                                                <a href="https://twitter.com/cardradar1" rel="nofollow">cardfinder0509</a>
## 1342                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1343                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1344                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1345                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1346                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1347                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1348                                                 <a href="https://www.spredfast.com/" rel="nofollow">Khoros Publishing</a>
## 1349                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1350                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1351                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1352                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1353                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1354                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 1355                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 1356                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1357                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1358                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1359                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1360                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1361                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1362                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1363                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1364                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1365                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1366                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1367                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1368                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1369                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1370                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1371                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1372                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1373                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1374                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1375                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1376                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1377                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1378                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1379                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1380                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1381                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1382                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1383                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1384                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1385                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1386                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1387                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1388                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1389                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1390                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1391                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1392                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1393                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1394                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1395                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1396                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1397                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1398                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1399                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1400                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1401                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1402                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1403                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1404                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1405                                                             <a href="https://vnnsports.net/" rel="nofollow">VNN, Inc.</a>
## 1406                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1407                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1408                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1409                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1410                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1411                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1412                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1413                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1414                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1415                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1416                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1417                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1418                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1419                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1420                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1421                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1422                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1423                                                 <a href="http://www.socialnewsdesk.com" rel="nofollow">SocialNewsDesk</a>
## 1424                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1425                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1426                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1427                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1428                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1429                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1430                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1431                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1432                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1433                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1434                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1435                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1436                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1437                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1438                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1439                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 1440                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1441                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1442                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1443                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1444                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1445                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1446                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1447                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1448                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1449                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1450                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1451                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1452                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1453                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 1454                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1455                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1456                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1457                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1458                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1459                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1460                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1461                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1462                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1463                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1464                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1465                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1466                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1467                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1468                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1469                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1470                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1471                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1472                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1473                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1474                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1475                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1476                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1477                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1478                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1479                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1480                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1481                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1482                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1483                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1484                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1485                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1486                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1487                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1488                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1489                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1490                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1491                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1492                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1493                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1494                                                         <a href="http://www.VIEmedia.at" rel="nofollow">VIEmedia News</a>
## 1495                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1496                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1497                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 1498                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1499                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1500                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1501                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1502                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1503                                               <a href="https://www.tweetedtimes.com" rel="nofollow">The Tweeted Times</a>
## 1504                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1505                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1506                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1507                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 1508                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1509                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1510                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1511                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1512               <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">iloveps_5</a>
## 1513                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1514                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1515                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1516                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1517                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1518                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 1519                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1520                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1521                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1522                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1523                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1524                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1525                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1526                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1527                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1528                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1529                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1530                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1531                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1532                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1533                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1534                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1535                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1536                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1537                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1538                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1539                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1540                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 1541                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1542                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 1543                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1544                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1545                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1546                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1547                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1548                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1549                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1550                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1551                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1552 <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Flipkart Support Shopsy</a>
## 1553                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1554                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1555                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1556                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1557                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1558                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1559                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1560                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1561                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1562                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1563                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1564                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1565                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1566                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1567                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1568                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1569                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1570                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1571                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1572                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1573                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1574                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1575                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1576                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1577                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1578                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1579                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1580                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1581                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1582                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1583                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1584                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1585                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1586                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1587                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1588                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1589                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1590                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1591                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1592                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1593                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1594                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1595                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1596                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1597                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1598                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1599                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1600                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1601                                                              <a href="http://www.echofon.com/" rel="nofollow">Echofon</a>
## 1602                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1603                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1604                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1605                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1606                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1607                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1608                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1609                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1610                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1611                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1612                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1613                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1614                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1615                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1616                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1617                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1618                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1619                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1620                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1621                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1622                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1623                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1624                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 1625                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 1626                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1627                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1628                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1629                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1630                                                 <a href="http://www.twitter.com/todobaku_bot" rel="nofollow">FLYNNBOT</a>
## 1631                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1632                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1633                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1634                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1635                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1636                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1637                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1638                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1639 <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Flipkart Support Shopsy</a>
## 1640                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1641                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1642                                                            <a href="http://www.linkedin.com/" rel="nofollow">LinkedIn</a>
## 1643                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1644                                                              <a href="https://www.planoly.com" rel="nofollow">PLANOLY</a>
## 1645                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1646                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1647                                                               <a href="https://www.tumblr.com/" rel="nofollow">Tumblr</a>
## 1648                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1649                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1650                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1651                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1652               <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">iloveps_5</a>
## 1653                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1654                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1655                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 1656                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1657                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1658                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1659                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1660                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1661                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1662                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1663                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1664                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1665                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1666                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1667                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1668                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1669                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1670                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1671                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1672                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1673                                                       <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 1674                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1675                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1676                                                       <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 1677                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1678                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1679                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1680                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1681                                                                <a href="https://portal.prpro.be" rel="nofollow">PRpro</a>
## 1682                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1683                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1684                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1685                                                              <a href="http://www.hubspot.com/" rel="nofollow">HubSpot</a>
## 1686                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1687                                                       <a href="http://www.twittascope.com" rel="nofollow">Twittascope</a>
## 1688                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1689                                                             <a href="https://typefully.com/" rel="nofollow">Typefully</a>
## 1690                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 1691                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1692                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1693                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1694                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1695                                                                <a href="https://hypefury.com" rel="nofollow">Hypefury</a>
## 1696                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1697                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1698                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1699                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1700                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1701                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1702                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1703                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1704                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1705                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1706                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1707                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1708                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1709                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1710                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1711                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1712                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1713                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1714                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1715                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1716                                                   <a href="https://www.litepocketdeals.com" rel="nofollow">Post Deals</a>
## 1717                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1718                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1719                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1720                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1721               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1722                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1723                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1724                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1725                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1726                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1727                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1728                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1729                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1730                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1731                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1732                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1733                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 1734                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1735                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1736                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1737                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1738                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1739                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1740            <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">AltBlackNews</a>
## 1741                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1742                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1743                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1744                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1745                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1746                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1747                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1748                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1749                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1750                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1751                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1752                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1753                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1754                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1755                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1756                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1757                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1758                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1759                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1760                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1761                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1762                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1763                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1764                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1765                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1766                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1767                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1768                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1769                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1770                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1771                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1772                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1773                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 1774                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1775                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1776                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1777                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1778                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1779                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1780                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1781                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1782                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1783                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1784                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1785                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1786                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1787                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1788                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1789                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1790                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1791                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1792                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 1793                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1794                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 1795                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1796                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1797                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1798                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1799                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1800                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1801                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1802                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1803                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1804                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1805                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1806                                                                  <a href="https://511ny.org" rel="nofollow">NYRegions</a>
## 1807                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1808                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1809                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1810                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1811                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1812                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 1813                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1814                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1815                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1816                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1817                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1818                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1819                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1820                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1821                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1822                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1823                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1824                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1825                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1826                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1827                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1828                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1829                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1830                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1831                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1832                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1833                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1834                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1835                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1836                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1837                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1838                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1839                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1840                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1841                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1842                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1843                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1844                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1845                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1846                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1847                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1848                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1849                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1850                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1851                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1852                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1853                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1854                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1855                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1856                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1857                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1858                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1859                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1860                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1861                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1862                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1863                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1864                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1865                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1866                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1867                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 1868                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1869                                                           <a href="http://www.mailchimp.com" rel="nofollow">Mailchimp</a>
## 1870                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 1871                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1872                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1873                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1874                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1875                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1876                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1877                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1878                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1879                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1880                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1881                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1882                                                       <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 1883                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1884                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1885                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1886                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1887                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1888                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1889                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1890                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1891                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1892                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1893                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1894                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1895                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1896                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1897                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1898                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1899                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1900                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1901                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1902                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1903                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1904                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1905                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1906                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1907                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1908                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1909                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1910                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1911                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1912                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1913                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1914                             <a href="http://www.strictly-software.com" rel="nofollow">Strictly Tweetbot for Wordpress</a>
## 1915                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1916                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1917                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1918                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1919                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1920                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1921                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1922                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1923                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1924                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1925                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1926                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1927                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1928                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1929                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1930                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1931                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1932                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1933                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1934                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1935                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1936                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1937                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1938                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1939                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1940                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1941                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1942                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1943                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1944                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1945                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1946                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1947                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1948                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1949                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1950                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1951                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1952                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1953                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1954                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1955                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1956                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1957                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1958                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1959                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1960                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1961                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1962                                                  <a href="https://twitter.com/BoysLoveFess" rel="nofollow">Jodanspace</a>
## 1963                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1964                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1965                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1966                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1967                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1968                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1969                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1970                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1971                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1972                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1973                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1974                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1975                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1976                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1977                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1978                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1979                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1980                                                                   <a href="https://app-6.com" rel="nofollow">WIWIBOT1</a>
## 1981                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1982                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1983                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 1984                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1985                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1986                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1987                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1988                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1989                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1990                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1991                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1992                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1993                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1994                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1995                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1996                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1997                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1998                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1999                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2000                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2001                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2002                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2003                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2004                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2005                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 2006               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 2007                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2008                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2009                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2010                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 2011               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 2012                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2013                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2014                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2015                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2016                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2017                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2018                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2019                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2020                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2021                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2022                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2023                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2024                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2025                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2026                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2027                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 2028               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 2029                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2030                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2031                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2032                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2033                     <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 2034                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2035                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2036                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2037                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2038                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2039                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2040                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2041                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2042                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2043                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2044                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2045                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2046                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2047                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2048                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2049                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2050                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2051                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2052                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2053                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2054                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2055                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2056                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2057                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2058                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2059                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2060                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2061                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2062                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2063                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2064                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2065                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2066                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2067                                            <a href="https://twitter.com/JUJUTSUFESS" rel="nofollow">【 JUJUTSUFESS 】</a>
## 2068                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2069                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2070                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2071                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2072                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2073                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2074                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2075                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2076                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2077                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2078                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2079                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2080                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2081                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2082                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2083                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2084                                                       <a href="http://www.twittascope.com" rel="nofollow">Twittascope</a>
## 2085                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2086                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2087                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2088                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2089                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2090                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2091                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2092                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2093                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2094                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2095                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2096                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2097                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2098                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 2099                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2100                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2101                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2102                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2103                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2104                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2105                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2106                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2107                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2108                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2109                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2110                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2111                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2112                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2113                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2114                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2115                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2116                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2117                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2118                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2119                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2120                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2121                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2122                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2123                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2124                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2125                                                  <a href="https://twitter.com/BoysLoveFess" rel="nofollow">Jodanspace</a>
## 2126                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2127                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2128                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2129                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2130                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2131                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2132                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2133                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2134                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2135                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2136                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2137                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2138                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2139                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2140                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2141                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2142                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2143                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2144                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2145                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2146                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2147                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2148                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2149                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2150                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2151                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2152                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2153                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2154                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2155                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2156                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2157                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2158                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2159                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2160                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2161                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2162                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2163                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2164                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2165                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2166                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2167                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2168                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2169                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2170                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2171                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2172                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2173                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2174                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2175                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2176                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2177                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2178                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2179                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2180                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2181                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2182                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2183                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2184                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2185                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2186                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2187                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2188                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2189                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2190                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2191                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2192                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2193                                                         <a href="http://www.socialflow.com" rel="nofollow">SocialFlow</a>
## 2194                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2195                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2196                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2197                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2198                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2199                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2200                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2201                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2202                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2203                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2204                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2205                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2206                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2207                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2208                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2209                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2210                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2211                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2212                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2213                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2214                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2215                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2216                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2217                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2218                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2219                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2220 <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Flipkart Support Shopsy</a>
## 2221                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2222                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2223                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2224                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2225                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2226                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2227                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2228                                            <a href="http://www.powerapps.com" rel="nofollow">Microsoft Power Platform</a>
## 2229                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2230                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2231                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2232                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2233                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2234                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2235                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2236                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2237                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2238                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2239                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2240                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2241                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2242                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2243                                                <a href="https://twitter.com/ssefnum" rel="nofollow">Udah move on kak?</a>
## 2244                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2245                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2246                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2247                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2248                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2249                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2250                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2251                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2252                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2253                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2254                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2255                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2256                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2257                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2258                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2259                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2260                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2261                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2262                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2263                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2264                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2265                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2266                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2267                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2268                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2269                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2270                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2271                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2272                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2273                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2274                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2275                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2276                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2277                                            <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 2278                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2279                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 2280                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2281                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 2282                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2283                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2284                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2285                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2286                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2287                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2288                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2289                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2290                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2291                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2292                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2293                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2294                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2295                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2296                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2297                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2298                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2299                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2300                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2301                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2302                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2303                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2304                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2305                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2306                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2307                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2308                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2309                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2310                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2311                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2312                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2313                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2314                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2315                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2316                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2317                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2318                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2319                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2320                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2321                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2322                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2323                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2324                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2325                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2326                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2327                                                            <a href="https://www.kpopmap.com" rel="nofollow">kpopmaptw</a>
## 2328                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2329                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2330                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2331                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2332                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2333                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2334                                                                 <a href="http://www.axisum.com" rel="nofollow">Tiana1</a>
## 2335                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2336                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2337                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2338                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2339                                                                     <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 2340                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2341                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2342                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2343                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2344                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2345                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2346                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2347                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2348                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2349                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2350                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2351                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2352                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2353                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2354                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2355                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2356                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2357                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2358                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2359                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2360                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2361                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2362                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2363                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2364                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2365                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2366                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2367                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2368                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2369                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2370                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2371                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2372                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2373                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2374                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2375                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2376                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2377                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2378                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2379                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2380                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2381                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2382                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2383                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2384                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2385                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2386                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2387                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2388                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2389                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2390                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2391                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2392                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2393                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2394                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2395                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2396                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2397                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2398                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2399                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2400                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2401                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2402                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2403                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2404                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2405                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2406                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2407                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2408                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2409                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2410                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2411                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2412                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2413                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2414                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2415                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2416                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2417                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2418                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2419                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2420                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2421                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2422                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2423                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2424                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2425                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2426                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2427                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2428                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2429                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2430                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2431                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2432                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2433                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2434                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2435                                                              <a href="http://www.typepad.com/" rel="nofollow">Typepad</a>
## 2436                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2437                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2438                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2439                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2440                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2441                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2442                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2443                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2444                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2445                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2446                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2447                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2448                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2449                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2450                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2451                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2452                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2453                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2454                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2455                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2456                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2457                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2458                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2459                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2460                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2461                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2462                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2463                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2464                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2465                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2466                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2467 <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Flipkart Support Shopsy</a>
## 2468                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2469                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2470                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2471                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2472                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2473                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2474                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2475                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2476                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2477                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2478                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2479                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2480                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2481                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2482                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2483                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2484                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2485                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2486                                            <a href="http://www.powerapps.com" rel="nofollow">Microsoft Power Platform</a>
## 2487                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2488                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2489                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2490                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2491                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2492                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2493                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2494                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2495                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2496                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2497                                                          <a href="https://twitter.com" rel="nofollow">tgdealsofficial</a>
## 2498                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2499                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2500                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2501                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2502                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2503                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2504                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2505                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2506                                                         <a href="http://www.socialflow.com" rel="nofollow">SocialFlow</a>
## 2507                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2508                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2509                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2510                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2511                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2512                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2513                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2514                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2515                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2516                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2517                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2518                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2519                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2520                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2521                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2522                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2523                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2524                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2525                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2526                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2527                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2528                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2529                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2530                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2531                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2532                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2533                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2534                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2535                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2536                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2537                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2538                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2539                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2540                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2541                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2542                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2543                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2544                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2545                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2546                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2547                                            <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 2548                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2549                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2550                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2551                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2552                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2553                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2554                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2555                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2556                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2557                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2558                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2559                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2560                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2561                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2562                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2563                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2564                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2565                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2566                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2567                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2568                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 2569                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2570                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2571                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2572                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2573                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2574                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2575                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2576                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2577                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2578                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2579                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2580                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2581                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2582                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2583                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2584                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2585                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2586                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2587                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2588                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2589                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2590                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2591                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2592                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2593                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2594                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2595                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2596                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2597                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2598                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2599                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2600                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2601                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2602                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2603                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2604                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2605                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2606                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2607                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2608                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2609                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2610                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2611                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2612                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2613                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2614                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2615                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2616                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2617                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2618                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2619                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2620                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2621                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2622                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2623                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2624                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2625                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2626                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2627                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2628                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2629                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2630                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2631                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2632                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2633                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2634                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2635                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2636                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2637                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2638                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2639                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2640                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2641                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2642                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2643                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2644                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2645                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2646                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2647                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2648                                                                <a href="http://poshmark.com/" rel="nofollow">Poshmark</a>
## 2649                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2650                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2651                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2652                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2653                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2654                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2655                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2656                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2657                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2658                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2659                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2660                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2661                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2662                                                           <a href="https://rtweet.info" rel="nofollow">rstats2twitter</a>
## 2663                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2664                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2665                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2666                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2667                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2668                                                  <a href="https://twitter.com/BoysLoveFess" rel="nofollow">Jodanspace</a>
## 2669                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2670                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2671                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2672                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2673                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2674                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2675                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2676                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2677                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2678                                <a href="https://github.com/FujiMakoto/twitter-saucenao" rel="nofollow">Anime SauceBot</a>
## 2679                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2680                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2681                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2682                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2683                                                             <a href="https://typefully.com/" rel="nofollow">Typefully</a>
## 2684                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2685                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2686                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2687                                                         <a href="http://www.socialflow.com" rel="nofollow">SocialFlow</a>
## 2688                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2689                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2690                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2691                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2692                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2693                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2694                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2695                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2696                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2697                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2698                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2699                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2700                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2701                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2702                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2703                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2704                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2705                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2706                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2707                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2708                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2709                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2710                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2711                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2712                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2713                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2714                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2715                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2716                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2717                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2718                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2719                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2720                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2721                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2722                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2723                                                   <a href="https://www.bookclubpro.com/" rel="nofollow">BookzoidBooks</a>
## 2724                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2725                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2726                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2727                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2728                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2729                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2730                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2731                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2732                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2733                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2734                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2735                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2736                                             <a href="http://www.placeholder.com" rel="nofollow">Amazon Discount Codes</a>
## 2737                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2738                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2739                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2740                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2741                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2742                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2743                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2744                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2745                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2746                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2747                                                  <a href="https://twitter.com/JapanMerchFess" rel="nofollow">Jpmfess2</a>
## 2748                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2749                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2750                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2751                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2752                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2753                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2754                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2755                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2756                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2757                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2758                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2759                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2760                                                         <a href="http://www.socialflow.com" rel="nofollow">SocialFlow</a>
## 2761                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2762                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2763                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2764                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2765                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2766                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2767                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2768                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2769                                                       <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 2770                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2771                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2772                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2773                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2774                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2775                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2776                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2777                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2778                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2779                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2780                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2781                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2782                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2783                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2784                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2785                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2786                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2787                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2788                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2789                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2790                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2791                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2792                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2793                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2794                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2795                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2796                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2797                                                              <a href="http://www.echofon.com/" rel="nofollow">Echofon</a>
## 2798                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2799                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2800                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2801                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2802                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2803                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2804                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2805                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2806                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2807                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2808                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2809                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2810                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2811                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2812                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2813                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2814                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2815                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2816                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2817                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2818                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2819                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2820                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2821                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2822                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2823                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2824                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2825                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2826                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2827                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2828                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2829                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2830                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2831                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2832                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2833                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2834                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2835                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2836                                                 <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 2837                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2838                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2839                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2840                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2841                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2842                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2843                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2844                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2845                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2846                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2847                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2848                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2849                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2850                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2851                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2852                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2853                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 2854               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 2855                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2856                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2857                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2858                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2859                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2860                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2861                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2862                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2863                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2864                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2865                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2866                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2867                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2868                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2869                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2870                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2871                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2872                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2873                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2874                                                                     <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 2875                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2876                                                          <a href="https://retrospring.net" rel="nofollow">Retrospring</a>
## 2877                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2878                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2879                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2880                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2881                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2882                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2883                                                      <a href="https://www.rattibha.com" rel="nofollow">Rattibha رتبها</a>
## 2884                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2885                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 2886               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 2887                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2888                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2889                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2890                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2891                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2892                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2893                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2894                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2895                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2896                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2897                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2898                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2899                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2900                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2901                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2902                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2903                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2904                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2905                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2906                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2907                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2908                          <a href="https://ytantan.seesaa.net/article/486283925.html" rel="nofollow">Twitter  for  iOs</a>
## 2909                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2910                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2911                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2912                                           <a href="https://mobile.twitter.com/portofoiliodev" rel="nofollow">tokdrama</a>
## 2913                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2914                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2915                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2916                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2917                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2918                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2919                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2920                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2921                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2922                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2923                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2924                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2925                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2926                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2927                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2928                                      <a href="https://www.twitter.com/" rel="nofollow">Twitter Media Studio - LiveCut</a>
## 2929                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2930                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2931                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2932                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2933                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2934                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2935                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2936                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2937                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2938                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2939                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2940                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2941                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2942                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2943                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2944                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2945                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2946                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2947                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2948                                                  <a href="https://twitter.com/BoysLoveFess" rel="nofollow">Jodanspace</a>
## 2949                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2950                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2951                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2952                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2953                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2954                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2955                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2956                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2957                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2958                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2959                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2960                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2961                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2962                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2963                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2964                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2965                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2966                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2967                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2968                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2969                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2970                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2971                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2972                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2973                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2974                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2975                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2976                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2977                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2978                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2979                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2980                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2981                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2982                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2983                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2984                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2985                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2986                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2987                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2988                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2989                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2990                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2991                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2992                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2993                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2994                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2995                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2996                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2997                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2998                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2999                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3000                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3001                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3002                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3003                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3004                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3005                                              <a href="https://studio.twitter.com" rel="nofollow">Twitter Media Studio</a>
## 3006                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3007                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3008                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3009                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3010                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3011                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3012                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3013                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3014                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3015                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3016                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3017                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3018                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3019                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3020                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3021                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3022                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3023                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 3024                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3025                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3026                                                  <a href="https://twitter.com/BoysLoveFess" rel="nofollow">Jodanspace</a>
## 3027                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3028                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3029                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3030                                                      <a href="https://smartpostapp.com" rel="nofollow">Smart Post App</a>
## 3031                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3032                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3033                                           <a href="https://mobile.twitter.com/portofoiliodev" rel="nofollow">tokdrama</a>
## 3034                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3035                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3036                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3037                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3038                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3039                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3040                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3041                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3042                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3043                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3044                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3045                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3046                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3047                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3048                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3049                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3050                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3051                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3052                                                       <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 3053                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3054                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3055                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3056                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3057                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3058                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3059                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3060                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3061                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3062                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3063                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3064                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3065                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3066                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3067                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3068                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3069                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3070                                      <a href="http://accelerator.slri.or.th" rel="nofollow">SLRI Control Room Message</a>
## 3071                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3072                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3073                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3074                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3075                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3076                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3077                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3078                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3079                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3080                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3081                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3082                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3083                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3084                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3085                                                           <a href="https://botbird.net" rel="nofollow">Botbird tweets</a>
## 3086                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3087                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3088                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3089                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3090                                                                   <a href="https://discu.eu/" rel="nofollow">discu.eu</a>
## 3091                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3092            <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">MatildaTweet</a>
## 3093                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3094                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3095                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3096                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3097                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3098                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3099                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3100                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3101                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3102                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3103                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3104                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3105                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3106                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3107                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3108                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3109                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3110                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3111                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3112                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3113                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3114                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3115                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3116                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3117                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3118                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3119                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3120                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3121                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3122                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3123                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3124                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3125                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3126                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3127                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3128          <a href="https://sites.google.com/manaiakalani.org/tairawhiti-cluster" rel="nofollow">Learner blog post feed</a>
## 3129                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3130                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3131                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3132                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3133                                        <a href="http://www.blacktradelines.com" rel="nofollow">Blacktradecircle login</a>
## 3134                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3135                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3136                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3137                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3138                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3139                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3140                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3141                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3142                                                <a href="https://www.StreamElements.com" rel="nofollow">StreamElements</a>
## 3143                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3144                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3145                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3146                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3147                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3148                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3149                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3150                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3151                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3152                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3153                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3154                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3155                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3156                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3157                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3158                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3159                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3160                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3161                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3162                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3163                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3164                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3165                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3166                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3167                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3168                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3169                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3170                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3171                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3172                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3173                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3174                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3175                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3176                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3177                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3178                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3179                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3180                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3181                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3182                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3183                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3184                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3185                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3186                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3187                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3188                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3189                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3190                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3191                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3192                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3193                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3194                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3195                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3196                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3197                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3198                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3199                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3200                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3201                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3202                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3203                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3204                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3205                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3206                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3207                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3208                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3209                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3210                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3211                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3212                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3213                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3214                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3215                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3216                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3217                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3218                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3219                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3220                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3221                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3222                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3223                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3224                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3225                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3226                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3227                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3228                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3229                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3230                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3231                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3232                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3233                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3234                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3235                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3236                                                               <a href="http://meetedgar.com" rel="nofollow">MeetEdgar</a>
## 3237                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3238                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3239                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3240                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3241                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3242                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3243                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3244                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3245                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3246                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3247                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3248                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3249                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3250                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3251                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3252                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3253                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3254                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3255                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3256                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3257                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3258                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3259                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3260                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3261                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3262                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3263                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3264                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3265                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3266                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3267                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3268                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3269                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3270                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3271                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3272                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3273                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3274                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3275                                                               <a href="http://twinybots.com" rel="nofollow">TwinyBots</a>
## 3276                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3277                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3278                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3279                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3280                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3281                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3282                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3283                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3284                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3285                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3286                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3287                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3288                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3289                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3290                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3291                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3292                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3293                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3294                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3295                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3296                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3297                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3298                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3299                                                     <a href="https://revive.social/" rel="nofollow">Revive Social App</a>
## 3300                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3301                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3302                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3303                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3304                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3305                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3306                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3307                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3308                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3309                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3310                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3311                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3312                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3313                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3314                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 3315                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3316                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3317                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3318                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3319                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3320                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3321                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3322                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3323                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3324                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3325                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3326                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3327                                            <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 3328                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3329                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3330                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3331                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3332                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3333                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3334                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3335                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3336                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3337                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3338                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3339                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3340                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3341                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3342                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3343                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3344                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3345                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3346                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3347                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3348                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3349                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3350                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3351                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3352                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3353                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3354                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3355                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3356                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3357                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3358                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3359                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3360                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3361                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3362                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3363                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3364                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3365                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3366                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3367                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3368                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3369                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3370                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3371                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3372             <a href="https://twitter.com/intent/user?user_id=1193164798197940224" rel="nofollow">arXivNewSubmissions2</a>
## 3373                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3374                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3375                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3376                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3377                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3378                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3379                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3380                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3381                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3382                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3383                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3384                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3385                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3386                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3387                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3388                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3389                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3390                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3391                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3392                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3393                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3394                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3395                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3396                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3397                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3398                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3399                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3400                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3401                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3402                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3403                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3404                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3405                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3406                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3407                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3408                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3409                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3410                                             <a href="https://twitter.com/sportscardcoder" rel="nofollow">tradingcards</a>
## 3411                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3412                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3413                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3414                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3415                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3416                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3417                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3418                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3419                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3420                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3421                                                <a href="http://macinmind.com/Radiologik" rel="nofollow">Radiologik DJ</a>
## 3422                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3423                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3424                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3425                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3426                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3427                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3428                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3429                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3430                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3431                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3432                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3433                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3434                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3435                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3436                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3437                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3438                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3439                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3440                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3441                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3442                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3443                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3444                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3445                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3446                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3447                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3448                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3449                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3450                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3451                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3452                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3453                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3454                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3455                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3456                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3457                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3458                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3459                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3460                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3461                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3462                                         <a href="https://twitter.com/teddy_river17" rel="nofollow">ted_share_analysis</a>
## 3463                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3464                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3465                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3466                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3467                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3468                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3469                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3470                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3471                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3472                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3473                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3474                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3475                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3476                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3477                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3478                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3479                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3480                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3481                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 3482                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3483                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3484                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3485                                                      <a href="https://smartpostapp.com" rel="nofollow">Smart Post App</a>
## 3486                                                    <a href="https://contentstudio.io" rel="nofollow">ContentStudio.io</a>
## 3487                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3488                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3489                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3490                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3491                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3492                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3493                                                   <a href="http://www.ajaymatharu.com/" rel="nofollow">Tweet Old Post</a>
## 3494                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3495                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3496                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3497                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3498                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3499                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3500                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3501                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3502                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3503                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3504                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3505                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3506                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3507                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3508                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3509                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3510                                    <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 3511                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3512                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3513                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3514                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3515                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3516                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3517                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3518                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3519                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3520                                                            <a href="https://www.mixcloud.com" rel="nofollow">Mixcloud</a>
## 3521                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3522                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3523                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3524                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3525                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3526                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3527                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3528                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3529                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3530                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3531                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3532                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3533                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3534                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3535                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3536                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3537                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3538                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3539                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3540                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3541                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3542                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3543                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3544                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3545                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3546                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 3547                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3548                       <a href="https://itunes.apple.com/jp/app/hel2um/id1146280429?mt=8" rel="nofollow">Hel2um on iOS</a>
## 3549                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3550                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3551                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3552                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3553                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3554                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3555                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3556                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3557                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3558                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3559                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3560                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3561                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3562                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3563                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3564                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3565                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3566                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3567                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3568                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3569                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3570                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3571                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3572                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3573                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3574                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3575                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3576                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3577                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3578                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3579                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3580                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3581                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3582                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3583                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3584                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3585                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3586                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3587                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3588                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3589                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3590                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3591                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3592                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3593                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3594                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3595                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3596                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3597                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3598                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3599                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3600                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3601                                    <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 3602                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3603                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3604                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3605                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3606                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3607                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3608                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3609                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3610                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3611                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3612                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3613                                                                  <a href="https://511ny.org" rel="nofollow">NYRegions</a>
## 3614                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 3615                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3616                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3617                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3618                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3619                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3620                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3621                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3622                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3623                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3624                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3625                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3626                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3627                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3628                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3629                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3630                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3631                            <a href="https://github.com/bmorelli25/Twitter-Bot.git" rel="nofollow">Many5011 twiter bot</a>
## 3632                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3633                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3634                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3635                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3636                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3637                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3638                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3639                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3640                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3641                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3642                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3643                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3644                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3645                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3646                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3647                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3648                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 3649                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3650                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3651                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3652                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3653                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3654                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3655                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3656                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3657                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3658                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3659                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3660                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3661                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3662                                            <a href="http://www.firedispatch.com" rel="nofollow">FireDispatchSantaCruz</a>
## 3663                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3664                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3665                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3666                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3667                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3668                                                    <a href="http://www.twitter.com/renoviana" rel="nofollow">GatryBot</a>
## 3669                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3670                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3671                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3672                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3673                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3674                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3675                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3676                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3677                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3678                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3679                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3680                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3681                                              <a href="https://www.make.com" rel="nofollow">Make (formerly Integromat)</a>
## 3682                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3683                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3684                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3685                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3686                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3687                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3688                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3689                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3690                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3691                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3692                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3693                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3694                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3695                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3696                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3697                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3698                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3699                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3700                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3701                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3702                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3703                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 3704                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3705                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3706                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3707                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3708                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3709                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3710                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3711                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3712                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3713                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3714                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3715                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3716                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3717                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3718                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3719                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3720                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3721                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3722                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3723                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3724                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3725                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3726                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3727                                                                  <a href="https://511ny.org" rel="nofollow">NYRegions</a>
## 3728                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3729                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3730                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3731                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3732                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3733                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3734                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3735                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3736                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3737                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3738                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 3739                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3740                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3741                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3742                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3743                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3744                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3745                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3746                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3747                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3748                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3749                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3750                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3751                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3752                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3753                                               <a href="https://www.radioking.com" rel="nofollow">Radio King LiveTweet</a>
## 3754                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3755                                                            <a href="https://takeup.pk" rel="nofollow">Takeup Pakistan</a>
## 3756                                            <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 3757                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3758                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3759                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3760                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3761                                                      <a href="https://smartpostapp.com" rel="nofollow">Smart Post App</a>
## 3762                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3763                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3764                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3765                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3766                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3767                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3768                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3769                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3770                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3771                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3772                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3773                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3774                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3775                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3776                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3777                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3778        <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">promos_collector</a>
## 3779                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3780                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3781                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3782                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3783                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3784                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3785                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3786                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3787                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3788                                    <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 3789                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3790                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3791                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3792                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3793             <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">LAIT911.com</a>
## 3794                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3795                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3796                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3797                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3798                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3799                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3800                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3801                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3802                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3803                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3804                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3805                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3806                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3807                                                                     <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 3808                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3809                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3810                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3811                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3812                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3813                                    <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 3814                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3815                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3816                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3817                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3818                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3819                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3820                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3821                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3822                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3823                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3824                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3825                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3826                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3827                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3828                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3829                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3830                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3831                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3832                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3833                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3834                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3835                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3836                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3837                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3838                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3839                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3840                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3841                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3842                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3843                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3844                                    <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 3845                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3846                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3847                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3848                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3849                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3850                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3851                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3852                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3853                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3854                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3855                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3856                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3857                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3858                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 3859                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3860                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3861                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3862                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3863                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3864                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3865                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3866                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3867                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3868                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3869                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3870                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3871                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3872                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3873                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3874                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3875                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3876                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3877                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3878                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3879                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3880                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3881                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3882                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3883                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3884                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3885                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3886                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3887                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3888                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3889                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3890                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3891                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3892                                             <a href="https://www.socialjukebox.com" rel="nofollow">The Social Jukebox</a>
## 3893                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3894                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3895                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3896                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3897                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3898                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3899                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 3900                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3901                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3902                                                      <a href="https://smartpostapp.com" rel="nofollow">Smart Post App</a>
## 3903                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3904                                          <a href="http://www.legis.iowa.gov" rel="nofollow">Iowa Legislative Services</a>
## 3905                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3906                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3907                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3908                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3909                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3910                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 3911               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 3912                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3913                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3914                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3915                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3916                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3917                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3918                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3919                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3920                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3921                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3922                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3923                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3924                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3925                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3926                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3927                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3928                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3929                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3930                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3931                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3932                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3933                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3934                                                      <a href="https://smartpostapp.com" rel="nofollow">Smart Post App</a>
## 3935                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3936                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3937                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3938                                                 <a href="http://www.everyonesocial.com" rel="nofollow">EveryoneSocial</a>
## 3939                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3940                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3941                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3942                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3943                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3944                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3945                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3946                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3947                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3948                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3949                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3950                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3951                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3952                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3953                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3954                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3955                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3956                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3957                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3958                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3959                                                     <a href="http://www.pulsepoint.org" rel="nofollow">PulsePoint_CPR</a>
## 3960                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3961                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3962                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3963                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3964                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3965                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3966                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3967                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3968                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3969                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3970                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3971                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3972                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3973                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3974                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3975                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3976                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3977                                                        <a href="https://socialbee.io/" rel="nofollow">SocialBee.io v2</a>
## 3978                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3979                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3980                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3981                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3982                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3983                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3984                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3985                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3986                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3987                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3988                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3989                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3990                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3991                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3992                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3993                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3994                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3995                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3996                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3997                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3998                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3999                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4000                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4001                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4002                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4003                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4004                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4005                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4006                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4007                                                        <a href="https://twitter.com" rel="nofollow">TweetDeck Web App</a>
## 4008                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4009                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
##      isRetweet
## 1        FALSE
## 2        FALSE
## 3        FALSE
## 4        FALSE
## 5        FALSE
## 6        FALSE
## 7        FALSE
## 8        FALSE
## 9        FALSE
## 10       FALSE
## 11       FALSE
## 12       FALSE
## 13       FALSE
## 14       FALSE
## 15       FALSE
## 16       FALSE
## 17       FALSE
## 18       FALSE
## 19       FALSE
## 20       FALSE
## 21       FALSE
## 22       FALSE
## 23       FALSE
## 24       FALSE
## 25       FALSE
## 26       FALSE
## 27       FALSE
## 28       FALSE
## 29       FALSE
## 30       FALSE
## 31       FALSE
## 32       FALSE
## 33       FALSE
## 34       FALSE
## 35       FALSE
## 36       FALSE
## 37       FALSE
## 38       FALSE
## 39       FALSE
## 40       FALSE
## 41       FALSE
## 42       FALSE
## 43       FALSE
## 44       FALSE
## 45       FALSE
## 46       FALSE
## 47       FALSE
## 48       FALSE
## 49       FALSE
## 50       FALSE
## 51       FALSE
## 52       FALSE
## 53       FALSE
## 54       FALSE
## 55       FALSE
## 56       FALSE
## 57       FALSE
## 58       FALSE
## 59       FALSE
## 60       FALSE
## 61       FALSE
## 62       FALSE
## 63       FALSE
## 64       FALSE
## 65       FALSE
## 66       FALSE
## 67       FALSE
## 68       FALSE
## 69       FALSE
## 70       FALSE
## 71       FALSE
## 72       FALSE
## 73       FALSE
## 74       FALSE
## 75       FALSE
## 76       FALSE
## 77       FALSE
## 78       FALSE
## 79       FALSE
## 80       FALSE
## 81       FALSE
## 82       FALSE
## 83       FALSE
## 84       FALSE
## 85       FALSE
## 86       FALSE
## 87       FALSE
## 88       FALSE
## 89       FALSE
## 90       FALSE
## 91       FALSE
## 92       FALSE
## 93       FALSE
## 94       FALSE
## 95       FALSE
## 96       FALSE
## 97       FALSE
## 98       FALSE
## 99       FALSE
## 100      FALSE
## 101      FALSE
## 102      FALSE
## 103      FALSE
## 104      FALSE
## 105      FALSE
## 106      FALSE
## 107      FALSE
## 108      FALSE
## 109      FALSE
## 110      FALSE
## 111      FALSE
## 112      FALSE
## 113      FALSE
## 114      FALSE
## 115      FALSE
## 116      FALSE
## 117      FALSE
## 118      FALSE
## 119      FALSE
## 120      FALSE
## 121      FALSE
## 122      FALSE
## 123      FALSE
## 124      FALSE
## 125      FALSE
## 126      FALSE
## 127      FALSE
## 128      FALSE
## 129      FALSE
## 130      FALSE
## 131      FALSE
## 132      FALSE
## 133      FALSE
## 134      FALSE
## 135      FALSE
## 136      FALSE
## 137      FALSE
## 138      FALSE
## 139      FALSE
## 140      FALSE
## 141      FALSE
## 142      FALSE
## 143      FALSE
## 144      FALSE
## 145      FALSE
## 146      FALSE
## 147      FALSE
## 148      FALSE
## 149      FALSE
## 150      FALSE
## 151      FALSE
## 152      FALSE
## 153      FALSE
## 154      FALSE
## 155      FALSE
## 156      FALSE
## 157      FALSE
## 158      FALSE
## 159      FALSE
## 160      FALSE
## 161      FALSE
## 162      FALSE
## 163      FALSE
## 164      FALSE
## 165      FALSE
## 166      FALSE
## 167      FALSE
## 168      FALSE
## 169      FALSE
## 170      FALSE
## 171      FALSE
## 172      FALSE
## 173      FALSE
## 174      FALSE
## 175      FALSE
## 176      FALSE
## 177      FALSE
## 178      FALSE
## 179      FALSE
## 180      FALSE
## 181      FALSE
## 182      FALSE
## 183      FALSE
## 184      FALSE
## 185      FALSE
## 186      FALSE
## 187      FALSE
## 188      FALSE
## 189      FALSE
## 190      FALSE
## 191      FALSE
## 192      FALSE
## 193      FALSE
## 194      FALSE
## 195      FALSE
## 196      FALSE
## 197      FALSE
## 198      FALSE
## 199      FALSE
## 200      FALSE
## 201      FALSE
## 202      FALSE
## 203      FALSE
## 204      FALSE
## 205      FALSE
## 206      FALSE
## 207      FALSE
## 208      FALSE
## 209      FALSE
## 210      FALSE
## 211      FALSE
## 212      FALSE
## 213      FALSE
## 214      FALSE
## 215      FALSE
## 216      FALSE
## 217      FALSE
## 218      FALSE
## 219      FALSE
## 220      FALSE
## 221      FALSE
## 222      FALSE
## 223      FALSE
## 224      FALSE
## 225      FALSE
## 226      FALSE
## 227      FALSE
## 228      FALSE
## 229      FALSE
## 230      FALSE
## 231      FALSE
## 232      FALSE
## 233      FALSE
## 234      FALSE
## 235      FALSE
## 236      FALSE
## 237      FALSE
## 238      FALSE
## 239      FALSE
## 240      FALSE
## 241      FALSE
## 242      FALSE
## 243      FALSE
## 244      FALSE
## 245      FALSE
## 246      FALSE
## 247      FALSE
## 248      FALSE
## 249      FALSE
## 250      FALSE
## 251      FALSE
## 252      FALSE
## 253      FALSE
## 254      FALSE
## 255      FALSE
## 256      FALSE
## 257      FALSE
## 258      FALSE
## 259      FALSE
## 260      FALSE
## 261      FALSE
## 262      FALSE
## 263      FALSE
## 264      FALSE
## 265      FALSE
## 266      FALSE
## 267      FALSE
## 268      FALSE
## 269      FALSE
## 270      FALSE
## 271      FALSE
## 272      FALSE
## 273      FALSE
## 274      FALSE
## 275      FALSE
## 276      FALSE
## 277      FALSE
## 278      FALSE
## 279      FALSE
## 280      FALSE
## 281      FALSE
## 282      FALSE
## 283      FALSE
## 284      FALSE
## 285      FALSE
## 286      FALSE
## 287      FALSE
## 288      FALSE
## 289      FALSE
## 290      FALSE
## 291      FALSE
## 292      FALSE
## 293      FALSE
## 294      FALSE
## 295      FALSE
## 296      FALSE
## 297      FALSE
## 298      FALSE
## 299      FALSE
## 300      FALSE
## 301      FALSE
## 302      FALSE
## 303      FALSE
## 304      FALSE
## 305      FALSE
## 306      FALSE
## 307      FALSE
## 308      FALSE
## 309      FALSE
## 310      FALSE
## 311      FALSE
## 312      FALSE
## 313      FALSE
## 314      FALSE
## 315      FALSE
## 316      FALSE
## 317      FALSE
## 318      FALSE
## 319      FALSE
## 320      FALSE
## 321      FALSE
## 322      FALSE
## 323      FALSE
## 324      FALSE
## 325      FALSE
## 326      FALSE
## 327      FALSE
## 328      FALSE
## 329      FALSE
## 330      FALSE
## 331      FALSE
## 332      FALSE
## 333      FALSE
## 334      FALSE
## 335      FALSE
## 336      FALSE
## 337      FALSE
## 338      FALSE
## 339      FALSE
## 340      FALSE
## 341      FALSE
## 342      FALSE
## 343      FALSE
## 344      FALSE
## 345      FALSE
## 346      FALSE
## 347      FALSE
## 348      FALSE
## 349      FALSE
## 350      FALSE
## 351      FALSE
## 352      FALSE
## 353      FALSE
## 354      FALSE
## 355      FALSE
## 356      FALSE
## 357      FALSE
## 358      FALSE
## 359      FALSE
## 360      FALSE
## 361      FALSE
## 362      FALSE
## 363      FALSE
## 364      FALSE
## 365      FALSE
## 366      FALSE
## 367      FALSE
## 368      FALSE
## 369      FALSE
## 370      FALSE
## 371      FALSE
## 372      FALSE
## 373      FALSE
## 374      FALSE
## 375      FALSE
## 376      FALSE
## 377      FALSE
## 378      FALSE
## 379      FALSE
## 380      FALSE
## 381      FALSE
## 382      FALSE
## 383      FALSE
## 384      FALSE
## 385      FALSE
## 386      FALSE
## 387      FALSE
## 388      FALSE
## 389      FALSE
## 390      FALSE
## 391      FALSE
## 392      FALSE
## 393      FALSE
## 394      FALSE
## 395      FALSE
## 396      FALSE
## 397      FALSE
## 398      FALSE
## 399      FALSE
## 400      FALSE
## 401      FALSE
## 402      FALSE
## 403      FALSE
## 404      FALSE
## 405      FALSE
## 406      FALSE
## 407      FALSE
## 408      FALSE
## 409      FALSE
## 410      FALSE
## 411      FALSE
## 412      FALSE
## 413      FALSE
## 414      FALSE
## 415      FALSE
## 416      FALSE
## 417      FALSE
## 418      FALSE
## 419      FALSE
## 420      FALSE
## 421      FALSE
## 422      FALSE
## 423      FALSE
## 424      FALSE
## 425      FALSE
## 426      FALSE
## 427      FALSE
## 428      FALSE
## 429      FALSE
## 430      FALSE
## 431      FALSE
## 432      FALSE
## 433      FALSE
## 434      FALSE
## 435      FALSE
## 436      FALSE
## 437      FALSE
## 438      FALSE
## 439      FALSE
## 440      FALSE
## 441      FALSE
## 442      FALSE
## 443      FALSE
## 444      FALSE
## 445      FALSE
## 446      FALSE
## 447      FALSE
## 448      FALSE
## 449      FALSE
## 450      FALSE
## 451      FALSE
## 452      FALSE
## 453      FALSE
## 454      FALSE
## 455      FALSE
## 456      FALSE
## 457      FALSE
## 458      FALSE
## 459      FALSE
## 460      FALSE
## 461      FALSE
## 462      FALSE
## 463      FALSE
## 464      FALSE
## 465      FALSE
## 466      FALSE
## 467      FALSE
## 468      FALSE
## 469      FALSE
## 470      FALSE
## 471      FALSE
## 472      FALSE
## 473      FALSE
## 474      FALSE
## 475      FALSE
## 476      FALSE
## 477      FALSE
## 478      FALSE
## 479      FALSE
## 480      FALSE
## 481      FALSE
## 482      FALSE
## 483      FALSE
## 484      FALSE
## 485      FALSE
## 486      FALSE
## 487      FALSE
## 488      FALSE
## 489      FALSE
## 490      FALSE
## 491      FALSE
## 492      FALSE
## 493      FALSE
## 494      FALSE
## 495      FALSE
## 496      FALSE
## 497      FALSE
## 498      FALSE
## 499      FALSE
## 500      FALSE
## 501      FALSE
## 502      FALSE
## 503      FALSE
## 504      FALSE
## 505      FALSE
## 506      FALSE
## 507      FALSE
## 508      FALSE
## 509      FALSE
## 510      FALSE
## 511      FALSE
## 512      FALSE
## 513      FALSE
## 514      FALSE
## 515      FALSE
## 516      FALSE
## 517      FALSE
## 518      FALSE
## 519      FALSE
## 520      FALSE
## 521      FALSE
## 522      FALSE
## 523      FALSE
## 524      FALSE
## 525      FALSE
## 526      FALSE
## 527      FALSE
## 528      FALSE
## 529      FALSE
## 530      FALSE
## 531      FALSE
## 532      FALSE
## 533      FALSE
## 534      FALSE
## 535      FALSE
## 536      FALSE
## 537      FALSE
## 538      FALSE
## 539      FALSE
## 540      FALSE
## 541      FALSE
## 542      FALSE
## 543      FALSE
## 544      FALSE
## 545      FALSE
## 546      FALSE
## 547      FALSE
## 548      FALSE
## 549      FALSE
## 550      FALSE
## 551      FALSE
## 552      FALSE
## 553      FALSE
## 554      FALSE
## 555      FALSE
## 556      FALSE
## 557      FALSE
## 558      FALSE
## 559      FALSE
## 560      FALSE
## 561      FALSE
## 562      FALSE
## 563      FALSE
## 564      FALSE
## 565      FALSE
## 566      FALSE
## 567      FALSE
## 568      FALSE
## 569      FALSE
## 570      FALSE
## 571      FALSE
## 572      FALSE
## 573      FALSE
## 574      FALSE
## 575      FALSE
## 576      FALSE
## 577      FALSE
## 578      FALSE
## 579      FALSE
## 580      FALSE
## 581      FALSE
## 582      FALSE
## 583      FALSE
## 584      FALSE
## 585      FALSE
## 586      FALSE
## 587      FALSE
## 588      FALSE
## 589      FALSE
## 590      FALSE
## 591      FALSE
## 592      FALSE
## 593      FALSE
## 594      FALSE
## 595      FALSE
## 596      FALSE
## 597      FALSE
## 598      FALSE
## 599      FALSE
## 600      FALSE
## 601      FALSE
## 602      FALSE
## 603      FALSE
## 604      FALSE
## 605      FALSE
## 606      FALSE
## 607      FALSE
## 608      FALSE
## 609      FALSE
## 610      FALSE
## 611      FALSE
## 612      FALSE
## 613      FALSE
## 614      FALSE
## 615      FALSE
## 616      FALSE
## 617      FALSE
## 618      FALSE
## 619      FALSE
## 620      FALSE
## 621      FALSE
## 622      FALSE
## 623      FALSE
## 624      FALSE
## 625      FALSE
## 626      FALSE
## 627      FALSE
## 628      FALSE
## 629      FALSE
## 630      FALSE
## 631      FALSE
## 632      FALSE
## 633      FALSE
## 634      FALSE
## 635      FALSE
## 636      FALSE
## 637      FALSE
## 638      FALSE
## 639      FALSE
## 640      FALSE
## 641      FALSE
## 642      FALSE
## 643      FALSE
## 644      FALSE
## 645      FALSE
## 646      FALSE
## 647      FALSE
## 648      FALSE
## 649      FALSE
## 650      FALSE
## 651      FALSE
## 652      FALSE
## 653      FALSE
## 654      FALSE
## 655      FALSE
## 656      FALSE
## 657      FALSE
## 658      FALSE
## 659      FALSE
## 660      FALSE
## 661      FALSE
## 662      FALSE
## 663      FALSE
## 664      FALSE
## 665      FALSE
## 666      FALSE
## 667      FALSE
## 668      FALSE
## 669      FALSE
## 670      FALSE
## 671      FALSE
## 672      FALSE
## 673      FALSE
## 674      FALSE
## 675      FALSE
## 676      FALSE
## 677      FALSE
## 678      FALSE
## 679      FALSE
## 680      FALSE
## 681      FALSE
## 682      FALSE
## 683      FALSE
## 684      FALSE
## 685      FALSE
## 686      FALSE
## 687      FALSE
## 688      FALSE
## 689      FALSE
## 690      FALSE
## 691      FALSE
## 692      FALSE
## 693      FALSE
## 694      FALSE
## 695      FALSE
## 696      FALSE
## 697      FALSE
## 698      FALSE
## 699      FALSE
## 700      FALSE
## 701      FALSE
## 702      FALSE
## 703      FALSE
## 704      FALSE
## 705      FALSE
## 706      FALSE
## 707      FALSE
## 708      FALSE
## 709      FALSE
## 710      FALSE
## 711      FALSE
## 712      FALSE
## 713      FALSE
## 714      FALSE
## 715      FALSE
## 716      FALSE
## 717      FALSE
## 718      FALSE
## 719      FALSE
## 720      FALSE
## 721      FALSE
## 722      FALSE
## 723      FALSE
## 724      FALSE
## 725      FALSE
## 726      FALSE
## 727      FALSE
## 728      FALSE
## 729      FALSE
## 730      FALSE
## 731      FALSE
## 732      FALSE
## 733      FALSE
## 734      FALSE
## 735      FALSE
## 736      FALSE
## 737      FALSE
## 738      FALSE
## 739      FALSE
## 740      FALSE
## 741      FALSE
## 742      FALSE
## 743      FALSE
## 744      FALSE
## 745      FALSE
## 746      FALSE
## 747      FALSE
## 748      FALSE
## 749      FALSE
## 750      FALSE
## 751      FALSE
## 752      FALSE
## 753      FALSE
## 754      FALSE
## 755      FALSE
## 756      FALSE
## 757      FALSE
## 758      FALSE
## 759      FALSE
## 760      FALSE
## 761      FALSE
## 762      FALSE
## 763      FALSE
## 764      FALSE
## 765      FALSE
## 766      FALSE
## 767      FALSE
## 768      FALSE
## 769      FALSE
## 770      FALSE
## 771      FALSE
## 772      FALSE
## 773      FALSE
## 774      FALSE
## 775      FALSE
## 776      FALSE
## 777      FALSE
## 778      FALSE
## 779      FALSE
## 780      FALSE
## 781      FALSE
## 782      FALSE
## 783      FALSE
## 784      FALSE
## 785      FALSE
## 786      FALSE
## 787      FALSE
## 788      FALSE
## 789      FALSE
## 790      FALSE
## 791      FALSE
## 792      FALSE
## 793      FALSE
## 794      FALSE
## 795      FALSE
## 796      FALSE
## 797      FALSE
## 798      FALSE
## 799      FALSE
## 800      FALSE
## 801      FALSE
## 802      FALSE
## 803      FALSE
## 804      FALSE
## 805      FALSE
## 806      FALSE
## 807      FALSE
## 808      FALSE
## 809      FALSE
## 810      FALSE
## 811      FALSE
## 812      FALSE
## 813      FALSE
## 814      FALSE
## 815      FALSE
## 816      FALSE
## 817      FALSE
## 818      FALSE
## 819      FALSE
## 820      FALSE
## 821      FALSE
## 822      FALSE
## 823      FALSE
## 824      FALSE
## 825      FALSE
## 826      FALSE
## 827      FALSE
## 828      FALSE
## 829      FALSE
## 830      FALSE
## 831      FALSE
## 832      FALSE
## 833      FALSE
## 834      FALSE
## 835      FALSE
## 836      FALSE
## 837      FALSE
## 838      FALSE
## 839      FALSE
## 840      FALSE
## 841      FALSE
## 842      FALSE
## 843      FALSE
## 844      FALSE
## 845      FALSE
## 846      FALSE
## 847      FALSE
## 848      FALSE
## 849      FALSE
## 850      FALSE
## 851      FALSE
## 852      FALSE
## 853      FALSE
## 854      FALSE
## 855      FALSE
## 856      FALSE
## 857      FALSE
## 858      FALSE
## 859      FALSE
## 860      FALSE
## 861      FALSE
## 862      FALSE
## 863      FALSE
## 864      FALSE
## 865      FALSE
## 866      FALSE
## 867      FALSE
## 868      FALSE
## 869      FALSE
## 870      FALSE
## 871      FALSE
## 872      FALSE
## 873      FALSE
## 874      FALSE
## 875      FALSE
## 876      FALSE
## 877      FALSE
## 878      FALSE
## 879      FALSE
## 880      FALSE
## 881      FALSE
## 882      FALSE
## 883      FALSE
## 884      FALSE
## 885      FALSE
## 886      FALSE
## 887      FALSE
## 888      FALSE
## 889      FALSE
## 890      FALSE
## 891      FALSE
## 892      FALSE
## 893      FALSE
## 894      FALSE
## 895      FALSE
## 896      FALSE
## 897      FALSE
## 898      FALSE
## 899      FALSE
## 900      FALSE
## 901      FALSE
## 902      FALSE
## 903      FALSE
## 904      FALSE
## 905      FALSE
## 906      FALSE
## 907      FALSE
## 908      FALSE
## 909      FALSE
## 910      FALSE
## 911      FALSE
## 912      FALSE
## 913      FALSE
## 914      FALSE
## 915      FALSE
## 916      FALSE
## 917      FALSE
## 918      FALSE
## 919      FALSE
## 920      FALSE
## 921      FALSE
## 922      FALSE
## 923      FALSE
## 924      FALSE
## 925      FALSE
## 926      FALSE
## 927      FALSE
## 928      FALSE
## 929      FALSE
## 930      FALSE
## 931      FALSE
## 932      FALSE
## 933      FALSE
## 934      FALSE
## 935      FALSE
## 936      FALSE
## 937      FALSE
## 938      FALSE
## 939      FALSE
## 940      FALSE
## 941      FALSE
## 942      FALSE
## 943      FALSE
## 944      FALSE
## 945      FALSE
## 946      FALSE
## 947      FALSE
## 948      FALSE
## 949      FALSE
## 950      FALSE
## 951      FALSE
## 952      FALSE
## 953      FALSE
## 954      FALSE
## 955      FALSE
## 956      FALSE
## 957      FALSE
## 958      FALSE
## 959      FALSE
## 960      FALSE
## 961      FALSE
## 962      FALSE
## 963      FALSE
## 964      FALSE
## 965      FALSE
## 966      FALSE
## 967      FALSE
## 968      FALSE
## 969      FALSE
## 970      FALSE
## 971      FALSE
## 972      FALSE
## 973      FALSE
## 974      FALSE
## 975      FALSE
## 976      FALSE
## 977      FALSE
## 978      FALSE
## 979      FALSE
## 980      FALSE
## 981      FALSE
## 982      FALSE
## 983      FALSE
## 984      FALSE
## 985      FALSE
## 986      FALSE
## 987      FALSE
## 988      FALSE
## 989      FALSE
## 990      FALSE
## 991      FALSE
## 992      FALSE
## 993      FALSE
## 994      FALSE
## 995      FALSE
## 996      FALSE
## 997      FALSE
## 998      FALSE
## 999      FALSE
## 1000     FALSE
## 1001     FALSE
## 1002     FALSE
## 1003     FALSE
## 1004     FALSE
## 1005     FALSE
## 1006     FALSE
## 1007     FALSE
## 1008     FALSE
## 1009     FALSE
## 1010     FALSE
## 1011     FALSE
## 1012     FALSE
## 1013     FALSE
## 1014     FALSE
## 1015     FALSE
## 1016     FALSE
## 1017     FALSE
## 1018     FALSE
## 1019     FALSE
## 1020     FALSE
## 1021     FALSE
## 1022     FALSE
## 1023     FALSE
## 1024     FALSE
## 1025     FALSE
## 1026     FALSE
## 1027     FALSE
## 1028     FALSE
## 1029     FALSE
## 1030     FALSE
## 1031     FALSE
## 1032     FALSE
## 1033     FALSE
## 1034     FALSE
## 1035     FALSE
## 1036     FALSE
## 1037     FALSE
## 1038     FALSE
## 1039     FALSE
## 1040     FALSE
## 1041     FALSE
## 1042     FALSE
## 1043     FALSE
## 1044     FALSE
## 1045     FALSE
## 1046     FALSE
## 1047     FALSE
## 1048     FALSE
## 1049     FALSE
## 1050     FALSE
## 1051     FALSE
## 1052     FALSE
## 1053     FALSE
## 1054     FALSE
## 1055     FALSE
## 1056     FALSE
## 1057     FALSE
## 1058     FALSE
## 1059     FALSE
## 1060     FALSE
## 1061     FALSE
## 1062     FALSE
## 1063     FALSE
## 1064     FALSE
## 1065     FALSE
## 1066     FALSE
## 1067     FALSE
## 1068     FALSE
## 1069     FALSE
## 1070     FALSE
## 1071     FALSE
## 1072     FALSE
## 1073     FALSE
## 1074     FALSE
## 1075     FALSE
## 1076     FALSE
## 1077     FALSE
## 1078     FALSE
## 1079     FALSE
## 1080     FALSE
## 1081     FALSE
## 1082     FALSE
## 1083     FALSE
## 1084     FALSE
## 1085     FALSE
## 1086     FALSE
## 1087     FALSE
## 1088     FALSE
## 1089     FALSE
## 1090     FALSE
## 1091     FALSE
## 1092     FALSE
## 1093     FALSE
## 1094     FALSE
## 1095     FALSE
## 1096     FALSE
## 1097     FALSE
## 1098     FALSE
## 1099     FALSE
## 1100     FALSE
## 1101     FALSE
## 1102     FALSE
## 1103     FALSE
## 1104     FALSE
## 1105     FALSE
## 1106     FALSE
## 1107     FALSE
## 1108     FALSE
## 1109     FALSE
## 1110     FALSE
## 1111     FALSE
## 1112     FALSE
## 1113     FALSE
## 1114     FALSE
## 1115     FALSE
## 1116     FALSE
## 1117     FALSE
## 1118     FALSE
## 1119     FALSE
## 1120     FALSE
## 1121     FALSE
## 1122     FALSE
## 1123     FALSE
## 1124     FALSE
## 1125     FALSE
## 1126     FALSE
## 1127     FALSE
## 1128     FALSE
## 1129     FALSE
## 1130     FALSE
## 1131     FALSE
## 1132     FALSE
## 1133     FALSE
## 1134     FALSE
## 1135     FALSE
## 1136     FALSE
## 1137     FALSE
## 1138     FALSE
## 1139     FALSE
## 1140     FALSE
## 1141     FALSE
## 1142     FALSE
## 1143     FALSE
## 1144     FALSE
## 1145     FALSE
## 1146     FALSE
## 1147     FALSE
## 1148     FALSE
## 1149     FALSE
## 1150     FALSE
## 1151     FALSE
## 1152     FALSE
## 1153     FALSE
## 1154     FALSE
## 1155     FALSE
## 1156     FALSE
## 1157     FALSE
## 1158     FALSE
## 1159     FALSE
## 1160     FALSE
## 1161     FALSE
## 1162     FALSE
## 1163     FALSE
## 1164     FALSE
## 1165     FALSE
## 1166     FALSE
## 1167     FALSE
## 1168     FALSE
## 1169     FALSE
## 1170     FALSE
## 1171     FALSE
## 1172     FALSE
## 1173     FALSE
## 1174     FALSE
## 1175     FALSE
## 1176     FALSE
## 1177     FALSE
## 1178     FALSE
## 1179     FALSE
## 1180     FALSE
## 1181     FALSE
## 1182     FALSE
## 1183     FALSE
## 1184     FALSE
## 1185     FALSE
## 1186     FALSE
## 1187     FALSE
## 1188     FALSE
## 1189     FALSE
## 1190     FALSE
## 1191     FALSE
## 1192     FALSE
## 1193     FALSE
## 1194     FALSE
## 1195     FALSE
## 1196     FALSE
## 1197     FALSE
## 1198     FALSE
## 1199     FALSE
## 1200     FALSE
## 1201     FALSE
## 1202     FALSE
## 1203     FALSE
## 1204     FALSE
## 1205     FALSE
## 1206     FALSE
## 1207     FALSE
## 1208     FALSE
## 1209     FALSE
## 1210     FALSE
## 1211     FALSE
## 1212     FALSE
## 1213     FALSE
## 1214     FALSE
## 1215     FALSE
## 1216     FALSE
## 1217     FALSE
## 1218     FALSE
## 1219     FALSE
## 1220     FALSE
## 1221     FALSE
## 1222     FALSE
## 1223     FALSE
## 1224     FALSE
## 1225     FALSE
## 1226     FALSE
## 1227     FALSE
## 1228     FALSE
## 1229     FALSE
## 1230     FALSE
## 1231     FALSE
## 1232     FALSE
## 1233     FALSE
## 1234     FALSE
## 1235     FALSE
## 1236     FALSE
## 1237     FALSE
## 1238     FALSE
## 1239     FALSE
## 1240     FALSE
## 1241     FALSE
## 1242     FALSE
## 1243     FALSE
## 1244     FALSE
## 1245     FALSE
## 1246     FALSE
## 1247     FALSE
## 1248     FALSE
## 1249     FALSE
## 1250     FALSE
## 1251     FALSE
## 1252     FALSE
## 1253     FALSE
## 1254     FALSE
## 1255     FALSE
## 1256     FALSE
## 1257     FALSE
## 1258     FALSE
## 1259     FALSE
## 1260     FALSE
## 1261     FALSE
## 1262     FALSE
## 1263     FALSE
## 1264     FALSE
## 1265     FALSE
## 1266     FALSE
## 1267     FALSE
## 1268     FALSE
## 1269     FALSE
## 1270     FALSE
## 1271     FALSE
## 1272     FALSE
## 1273     FALSE
## 1274     FALSE
## 1275     FALSE
## 1276     FALSE
## 1277     FALSE
## 1278     FALSE
## 1279     FALSE
## 1280     FALSE
## 1281     FALSE
## 1282     FALSE
## 1283     FALSE
## 1284     FALSE
## 1285     FALSE
## 1286     FALSE
## 1287     FALSE
## 1288     FALSE
## 1289     FALSE
## 1290     FALSE
## 1291     FALSE
## 1292     FALSE
## 1293     FALSE
## 1294     FALSE
## 1295     FALSE
## 1296     FALSE
## 1297     FALSE
## 1298     FALSE
## 1299     FALSE
## 1300     FALSE
## 1301     FALSE
## 1302     FALSE
## 1303     FALSE
## 1304     FALSE
## 1305     FALSE
## 1306     FALSE
## 1307     FALSE
## 1308     FALSE
## 1309     FALSE
## 1310     FALSE
## 1311     FALSE
## 1312     FALSE
## 1313     FALSE
## 1314     FALSE
## 1315     FALSE
## 1316     FALSE
## 1317     FALSE
## 1318     FALSE
## 1319     FALSE
## 1320     FALSE
## 1321     FALSE
## 1322     FALSE
## 1323     FALSE
## 1324     FALSE
## 1325     FALSE
## 1326     FALSE
## 1327     FALSE
## 1328     FALSE
## 1329     FALSE
## 1330     FALSE
## 1331     FALSE
## 1332     FALSE
## 1333     FALSE
## 1334     FALSE
## 1335     FALSE
## 1336     FALSE
## 1337     FALSE
## 1338     FALSE
## 1339     FALSE
## 1340     FALSE
## 1341     FALSE
## 1342     FALSE
## 1343     FALSE
## 1344     FALSE
## 1345     FALSE
## 1346     FALSE
## 1347     FALSE
## 1348     FALSE
## 1349     FALSE
## 1350     FALSE
## 1351     FALSE
## 1352     FALSE
## 1353     FALSE
## 1354     FALSE
## 1355     FALSE
## 1356     FALSE
## 1357     FALSE
## 1358     FALSE
## 1359     FALSE
## 1360     FALSE
## 1361     FALSE
## 1362     FALSE
## 1363     FALSE
## 1364     FALSE
## 1365     FALSE
## 1366     FALSE
## 1367     FALSE
## 1368     FALSE
## 1369     FALSE
## 1370     FALSE
## 1371     FALSE
## 1372     FALSE
## 1373     FALSE
## 1374     FALSE
## 1375     FALSE
## 1376     FALSE
## 1377     FALSE
## 1378     FALSE
## 1379     FALSE
## 1380     FALSE
## 1381     FALSE
## 1382     FALSE
## 1383     FALSE
## 1384     FALSE
## 1385     FALSE
## 1386     FALSE
## 1387     FALSE
## 1388     FALSE
## 1389     FALSE
## 1390     FALSE
## 1391     FALSE
## 1392     FALSE
## 1393     FALSE
## 1394     FALSE
## 1395     FALSE
## 1396     FALSE
## 1397     FALSE
## 1398     FALSE
## 1399     FALSE
## 1400     FALSE
## 1401     FALSE
## 1402     FALSE
## 1403     FALSE
## 1404     FALSE
## 1405     FALSE
## 1406     FALSE
## 1407     FALSE
## 1408     FALSE
## 1409     FALSE
## 1410     FALSE
## 1411     FALSE
## 1412     FALSE
## 1413     FALSE
## 1414     FALSE
## 1415     FALSE
## 1416     FALSE
## 1417     FALSE
## 1418     FALSE
## 1419     FALSE
## 1420     FALSE
## 1421     FALSE
## 1422     FALSE
## 1423     FALSE
## 1424     FALSE
## 1425     FALSE
## 1426     FALSE
## 1427     FALSE
## 1428     FALSE
## 1429     FALSE
## 1430     FALSE
## 1431     FALSE
## 1432     FALSE
## 1433     FALSE
## 1434     FALSE
## 1435     FALSE
## 1436     FALSE
## 1437     FALSE
## 1438     FALSE
## 1439     FALSE
## 1440     FALSE
## 1441     FALSE
## 1442     FALSE
## 1443     FALSE
## 1444     FALSE
## 1445     FALSE
## 1446     FALSE
## 1447     FALSE
## 1448     FALSE
## 1449     FALSE
## 1450     FALSE
## 1451     FALSE
## 1452     FALSE
## 1453     FALSE
## 1454     FALSE
## 1455     FALSE
## 1456     FALSE
## 1457     FALSE
## 1458     FALSE
## 1459     FALSE
## 1460     FALSE
## 1461     FALSE
## 1462     FALSE
## 1463     FALSE
## 1464     FALSE
## 1465     FALSE
## 1466     FALSE
## 1467     FALSE
## 1468     FALSE
## 1469     FALSE
## 1470     FALSE
## 1471     FALSE
## 1472     FALSE
## 1473     FALSE
## 1474     FALSE
## 1475     FALSE
## 1476     FALSE
## 1477     FALSE
## 1478     FALSE
## 1479     FALSE
## 1480     FALSE
## 1481     FALSE
## 1482     FALSE
## 1483     FALSE
## 1484     FALSE
## 1485     FALSE
## 1486     FALSE
## 1487     FALSE
## 1488     FALSE
## 1489     FALSE
## 1490     FALSE
## 1491     FALSE
## 1492     FALSE
## 1493     FALSE
## 1494     FALSE
## 1495     FALSE
## 1496     FALSE
## 1497     FALSE
## 1498     FALSE
## 1499     FALSE
## 1500     FALSE
## 1501     FALSE
## 1502     FALSE
## 1503     FALSE
## 1504     FALSE
## 1505     FALSE
## 1506     FALSE
## 1507     FALSE
## 1508     FALSE
## 1509     FALSE
## 1510     FALSE
## 1511     FALSE
## 1512     FALSE
## 1513     FALSE
## 1514     FALSE
## 1515     FALSE
## 1516     FALSE
## 1517     FALSE
## 1518     FALSE
## 1519     FALSE
## 1520     FALSE
## 1521     FALSE
## 1522     FALSE
## 1523     FALSE
## 1524     FALSE
## 1525     FALSE
## 1526     FALSE
## 1527     FALSE
## 1528     FALSE
## 1529     FALSE
## 1530     FALSE
## 1531     FALSE
## 1532     FALSE
## 1533     FALSE
## 1534     FALSE
## 1535     FALSE
## 1536     FALSE
## 1537     FALSE
## 1538     FALSE
## 1539     FALSE
## 1540     FALSE
## 1541     FALSE
## 1542     FALSE
## 1543     FALSE
## 1544     FALSE
## 1545     FALSE
## 1546     FALSE
## 1547     FALSE
## 1548     FALSE
## 1549     FALSE
## 1550     FALSE
## 1551     FALSE
## 1552     FALSE
## 1553     FALSE
## 1554     FALSE
## 1555     FALSE
## 1556     FALSE
## 1557     FALSE
## 1558     FALSE
## 1559     FALSE
## 1560     FALSE
## 1561     FALSE
## 1562     FALSE
## 1563     FALSE
## 1564     FALSE
## 1565     FALSE
## 1566     FALSE
## 1567     FALSE
## 1568     FALSE
## 1569     FALSE
## 1570     FALSE
## 1571     FALSE
## 1572     FALSE
## 1573     FALSE
## 1574     FALSE
## 1575     FALSE
## 1576     FALSE
## 1577     FALSE
## 1578     FALSE
## 1579     FALSE
## 1580     FALSE
## 1581     FALSE
## 1582     FALSE
## 1583     FALSE
## 1584     FALSE
## 1585     FALSE
## 1586     FALSE
## 1587     FALSE
## 1588     FALSE
## 1589     FALSE
## 1590     FALSE
## 1591     FALSE
## 1592     FALSE
## 1593     FALSE
## 1594     FALSE
## 1595     FALSE
## 1596     FALSE
## 1597     FALSE
## 1598     FALSE
## 1599     FALSE
## 1600     FALSE
## 1601     FALSE
## 1602     FALSE
## 1603     FALSE
## 1604     FALSE
## 1605     FALSE
## 1606     FALSE
## 1607     FALSE
## 1608     FALSE
## 1609     FALSE
## 1610     FALSE
## 1611     FALSE
## 1612     FALSE
## 1613     FALSE
## 1614     FALSE
## 1615     FALSE
## 1616     FALSE
## 1617     FALSE
## 1618     FALSE
## 1619     FALSE
## 1620     FALSE
## 1621     FALSE
## 1622     FALSE
## 1623     FALSE
## 1624     FALSE
## 1625     FALSE
## 1626     FALSE
## 1627     FALSE
## 1628     FALSE
## 1629     FALSE
## 1630     FALSE
## 1631     FALSE
## 1632     FALSE
## 1633     FALSE
## 1634     FALSE
## 1635     FALSE
## 1636     FALSE
## 1637     FALSE
## 1638     FALSE
## 1639     FALSE
## 1640     FALSE
## 1641     FALSE
## 1642     FALSE
## 1643     FALSE
## 1644     FALSE
## 1645     FALSE
## 1646     FALSE
## 1647     FALSE
## 1648     FALSE
## 1649     FALSE
## 1650     FALSE
## 1651     FALSE
## 1652     FALSE
## 1653     FALSE
## 1654     FALSE
## 1655     FALSE
## 1656     FALSE
## 1657     FALSE
## 1658     FALSE
## 1659     FALSE
## 1660     FALSE
## 1661     FALSE
## 1662     FALSE
## 1663     FALSE
## 1664     FALSE
## 1665     FALSE
## 1666     FALSE
## 1667     FALSE
## 1668     FALSE
## 1669     FALSE
## 1670     FALSE
## 1671     FALSE
## 1672     FALSE
## 1673     FALSE
## 1674     FALSE
## 1675     FALSE
## 1676     FALSE
## 1677     FALSE
## 1678     FALSE
## 1679     FALSE
## 1680     FALSE
## 1681     FALSE
## 1682     FALSE
## 1683     FALSE
## 1684     FALSE
## 1685     FALSE
## 1686     FALSE
## 1687     FALSE
## 1688     FALSE
## 1689     FALSE
## 1690     FALSE
## 1691     FALSE
## 1692     FALSE
## 1693     FALSE
## 1694     FALSE
## 1695     FALSE
## 1696     FALSE
## 1697     FALSE
## 1698     FALSE
## 1699     FALSE
## 1700     FALSE
## 1701     FALSE
## 1702     FALSE
## 1703     FALSE
## 1704     FALSE
## 1705     FALSE
## 1706     FALSE
## 1707     FALSE
## 1708     FALSE
## 1709     FALSE
## 1710     FALSE
## 1711     FALSE
## 1712     FALSE
## 1713     FALSE
## 1714     FALSE
## 1715     FALSE
## 1716     FALSE
## 1717     FALSE
## 1718     FALSE
## 1719     FALSE
## 1720     FALSE
## 1721     FALSE
## 1722     FALSE
## 1723     FALSE
## 1724     FALSE
## 1725     FALSE
## 1726     FALSE
## 1727     FALSE
## 1728     FALSE
## 1729     FALSE
## 1730     FALSE
## 1731     FALSE
## 1732     FALSE
## 1733     FALSE
## 1734     FALSE
## 1735     FALSE
## 1736     FALSE
## 1737     FALSE
## 1738     FALSE
## 1739     FALSE
## 1740     FALSE
## 1741     FALSE
## 1742     FALSE
## 1743     FALSE
## 1744     FALSE
## 1745     FALSE
## 1746     FALSE
## 1747     FALSE
## 1748     FALSE
## 1749     FALSE
## 1750     FALSE
## 1751     FALSE
## 1752     FALSE
## 1753     FALSE
## 1754     FALSE
## 1755     FALSE
## 1756     FALSE
## 1757     FALSE
## 1758     FALSE
## 1759     FALSE
## 1760     FALSE
## 1761     FALSE
## 1762     FALSE
## 1763     FALSE
## 1764     FALSE
## 1765     FALSE
## 1766     FALSE
## 1767     FALSE
## 1768     FALSE
## 1769     FALSE
## 1770     FALSE
## 1771     FALSE
## 1772     FALSE
## 1773     FALSE
## 1774     FALSE
## 1775     FALSE
## 1776     FALSE
## 1777     FALSE
## 1778     FALSE
## 1779     FALSE
## 1780     FALSE
## 1781     FALSE
## 1782     FALSE
## 1783     FALSE
## 1784     FALSE
## 1785     FALSE
## 1786     FALSE
## 1787     FALSE
## 1788     FALSE
## 1789     FALSE
## 1790     FALSE
## 1791     FALSE
## 1792     FALSE
## 1793     FALSE
## 1794     FALSE
## 1795     FALSE
## 1796     FALSE
## 1797     FALSE
## 1798     FALSE
## 1799     FALSE
## 1800     FALSE
## 1801     FALSE
## 1802     FALSE
## 1803     FALSE
## 1804     FALSE
## 1805     FALSE
## 1806     FALSE
## 1807     FALSE
## 1808     FALSE
## 1809     FALSE
## 1810     FALSE
## 1811     FALSE
## 1812     FALSE
## 1813     FALSE
## 1814     FALSE
## 1815     FALSE
## 1816     FALSE
## 1817     FALSE
## 1818     FALSE
## 1819     FALSE
## 1820     FALSE
## 1821     FALSE
## 1822     FALSE
## 1823     FALSE
## 1824     FALSE
## 1825     FALSE
## 1826     FALSE
## 1827     FALSE
## 1828     FALSE
## 1829     FALSE
## 1830     FALSE
## 1831     FALSE
## 1832     FALSE
## 1833     FALSE
## 1834     FALSE
## 1835     FALSE
## 1836     FALSE
## 1837     FALSE
## 1838     FALSE
## 1839     FALSE
## 1840     FALSE
## 1841     FALSE
## 1842     FALSE
## 1843     FALSE
## 1844     FALSE
## 1845     FALSE
## 1846     FALSE
## 1847     FALSE
## 1848     FALSE
## 1849     FALSE
## 1850     FALSE
## 1851     FALSE
## 1852     FALSE
## 1853     FALSE
## 1854     FALSE
## 1855     FALSE
## 1856     FALSE
## 1857     FALSE
## 1858     FALSE
## 1859     FALSE
## 1860     FALSE
## 1861     FALSE
## 1862     FALSE
## 1863     FALSE
## 1864     FALSE
## 1865     FALSE
## 1866     FALSE
## 1867     FALSE
## 1868     FALSE
## 1869     FALSE
## 1870     FALSE
## 1871     FALSE
## 1872     FALSE
## 1873     FALSE
## 1874     FALSE
## 1875     FALSE
## 1876     FALSE
## 1877     FALSE
## 1878     FALSE
## 1879     FALSE
## 1880     FALSE
## 1881     FALSE
## 1882     FALSE
## 1883     FALSE
## 1884     FALSE
## 1885     FALSE
## 1886     FALSE
## 1887     FALSE
## 1888     FALSE
## 1889     FALSE
## 1890     FALSE
## 1891     FALSE
## 1892     FALSE
## 1893     FALSE
## 1894     FALSE
## 1895     FALSE
## 1896     FALSE
## 1897     FALSE
## 1898     FALSE
## 1899     FALSE
## 1900     FALSE
## 1901     FALSE
## 1902     FALSE
## 1903     FALSE
## 1904     FALSE
## 1905     FALSE
## 1906     FALSE
## 1907     FALSE
## 1908     FALSE
## 1909     FALSE
## 1910     FALSE
## 1911     FALSE
## 1912     FALSE
## 1913     FALSE
## 1914     FALSE
## 1915     FALSE
## 1916     FALSE
## 1917     FALSE
## 1918     FALSE
## 1919     FALSE
## 1920     FALSE
## 1921     FALSE
## 1922     FALSE
## 1923     FALSE
## 1924     FALSE
## 1925     FALSE
## 1926     FALSE
## 1927     FALSE
## 1928     FALSE
## 1929     FALSE
## 1930     FALSE
## 1931     FALSE
## 1932     FALSE
## 1933     FALSE
## 1934     FALSE
## 1935     FALSE
## 1936     FALSE
## 1937     FALSE
## 1938     FALSE
## 1939     FALSE
## 1940     FALSE
## 1941     FALSE
## 1942     FALSE
## 1943     FALSE
## 1944     FALSE
## 1945     FALSE
## 1946     FALSE
## 1947     FALSE
## 1948     FALSE
## 1949     FALSE
## 1950     FALSE
## 1951     FALSE
## 1952     FALSE
## 1953     FALSE
## 1954     FALSE
## 1955     FALSE
## 1956     FALSE
## 1957     FALSE
## 1958     FALSE
## 1959     FALSE
## 1960     FALSE
## 1961     FALSE
## 1962     FALSE
## 1963     FALSE
## 1964     FALSE
## 1965     FALSE
## 1966     FALSE
## 1967     FALSE
## 1968     FALSE
## 1969     FALSE
## 1970     FALSE
## 1971     FALSE
## 1972     FALSE
## 1973     FALSE
## 1974     FALSE
## 1975     FALSE
## 1976     FALSE
## 1977     FALSE
## 1978     FALSE
## 1979     FALSE
## 1980     FALSE
## 1981     FALSE
## 1982     FALSE
## 1983     FALSE
## 1984     FALSE
## 1985     FALSE
## 1986     FALSE
## 1987     FALSE
## 1988     FALSE
## 1989     FALSE
## 1990     FALSE
## 1991     FALSE
## 1992     FALSE
## 1993     FALSE
## 1994     FALSE
## 1995     FALSE
## 1996     FALSE
## 1997     FALSE
## 1998     FALSE
## 1999     FALSE
## 2000     FALSE
## 2001     FALSE
## 2002     FALSE
## 2003     FALSE
## 2004     FALSE
## 2005     FALSE
## 2006     FALSE
## 2007     FALSE
## 2008     FALSE
## 2009     FALSE
## 2010     FALSE
## 2011     FALSE
## 2012     FALSE
## 2013     FALSE
## 2014     FALSE
## 2015     FALSE
## 2016     FALSE
## 2017     FALSE
## 2018     FALSE
## 2019     FALSE
## 2020     FALSE
## 2021     FALSE
## 2022     FALSE
## 2023     FALSE
## 2024     FALSE
## 2025     FALSE
## 2026     FALSE
## 2027     FALSE
## 2028     FALSE
## 2029     FALSE
## 2030     FALSE
## 2031     FALSE
## 2032     FALSE
## 2033     FALSE
## 2034     FALSE
## 2035     FALSE
## 2036     FALSE
## 2037     FALSE
## 2038     FALSE
## 2039     FALSE
## 2040     FALSE
## 2041     FALSE
## 2042     FALSE
## 2043     FALSE
## 2044     FALSE
## 2045     FALSE
## 2046     FALSE
## 2047     FALSE
## 2048     FALSE
## 2049     FALSE
## 2050     FALSE
## 2051     FALSE
## 2052     FALSE
## 2053     FALSE
## 2054     FALSE
## 2055     FALSE
## 2056     FALSE
## 2057     FALSE
## 2058     FALSE
## 2059     FALSE
## 2060     FALSE
## 2061     FALSE
## 2062     FALSE
## 2063     FALSE
## 2064     FALSE
## 2065     FALSE
## 2066     FALSE
## 2067     FALSE
## 2068     FALSE
## 2069     FALSE
## 2070     FALSE
## 2071     FALSE
## 2072     FALSE
## 2073     FALSE
## 2074     FALSE
## 2075     FALSE
## 2076     FALSE
## 2077     FALSE
## 2078     FALSE
## 2079     FALSE
## 2080     FALSE
## 2081     FALSE
## 2082     FALSE
## 2083     FALSE
## 2084     FALSE
## 2085     FALSE
## 2086     FALSE
## 2087     FALSE
## 2088     FALSE
## 2089     FALSE
## 2090     FALSE
## 2091     FALSE
## 2092     FALSE
## 2093     FALSE
## 2094     FALSE
## 2095     FALSE
## 2096     FALSE
## 2097     FALSE
## 2098     FALSE
## 2099     FALSE
## 2100     FALSE
## 2101     FALSE
## 2102     FALSE
## 2103     FALSE
## 2104     FALSE
## 2105     FALSE
## 2106     FALSE
## 2107     FALSE
## 2108     FALSE
## 2109     FALSE
## 2110     FALSE
## 2111     FALSE
## 2112     FALSE
## 2113     FALSE
## 2114     FALSE
## 2115     FALSE
## 2116     FALSE
## 2117     FALSE
## 2118     FALSE
## 2119     FALSE
## 2120     FALSE
## 2121     FALSE
## 2122     FALSE
## 2123     FALSE
## 2124     FALSE
## 2125     FALSE
## 2126     FALSE
## 2127     FALSE
## 2128     FALSE
## 2129     FALSE
## 2130     FALSE
## 2131     FALSE
## 2132     FALSE
## 2133     FALSE
## 2134     FALSE
## 2135     FALSE
## 2136     FALSE
## 2137     FALSE
## 2138     FALSE
## 2139     FALSE
## 2140     FALSE
## 2141     FALSE
## 2142     FALSE
## 2143     FALSE
## 2144     FALSE
## 2145     FALSE
## 2146     FALSE
## 2147     FALSE
## 2148     FALSE
## 2149     FALSE
## 2150     FALSE
## 2151     FALSE
## 2152     FALSE
## 2153     FALSE
## 2154     FALSE
## 2155     FALSE
## 2156     FALSE
## 2157     FALSE
## 2158     FALSE
## 2159     FALSE
## 2160     FALSE
## 2161     FALSE
## 2162     FALSE
## 2163     FALSE
## 2164     FALSE
## 2165     FALSE
## 2166     FALSE
## 2167     FALSE
## 2168     FALSE
## 2169     FALSE
## 2170     FALSE
## 2171     FALSE
## 2172     FALSE
## 2173     FALSE
## 2174     FALSE
## 2175     FALSE
## 2176     FALSE
## 2177     FALSE
## 2178     FALSE
## 2179     FALSE
## 2180     FALSE
## 2181     FALSE
## 2182     FALSE
## 2183     FALSE
## 2184     FALSE
## 2185     FALSE
## 2186     FALSE
## 2187     FALSE
## 2188     FALSE
## 2189     FALSE
## 2190     FALSE
## 2191     FALSE
## 2192     FALSE
## 2193     FALSE
## 2194     FALSE
## 2195     FALSE
## 2196     FALSE
## 2197     FALSE
## 2198     FALSE
## 2199     FALSE
## 2200     FALSE
## 2201     FALSE
## 2202     FALSE
## 2203     FALSE
## 2204     FALSE
## 2205     FALSE
## 2206     FALSE
## 2207     FALSE
## 2208     FALSE
## 2209     FALSE
## 2210     FALSE
## 2211     FALSE
## 2212     FALSE
## 2213     FALSE
## 2214     FALSE
## 2215     FALSE
## 2216     FALSE
## 2217     FALSE
## 2218     FALSE
## 2219     FALSE
## 2220     FALSE
## 2221     FALSE
## 2222     FALSE
## 2223     FALSE
## 2224     FALSE
## 2225     FALSE
## 2226     FALSE
## 2227     FALSE
## 2228     FALSE
## 2229     FALSE
## 2230     FALSE
## 2231     FALSE
## 2232     FALSE
## 2233     FALSE
## 2234     FALSE
## 2235     FALSE
## 2236     FALSE
## 2237     FALSE
## 2238     FALSE
## 2239     FALSE
## 2240     FALSE
## 2241     FALSE
## 2242     FALSE
## 2243     FALSE
## 2244     FALSE
## 2245     FALSE
## 2246     FALSE
## 2247     FALSE
## 2248     FALSE
## 2249     FALSE
## 2250     FALSE
## 2251     FALSE
## 2252     FALSE
## 2253     FALSE
## 2254     FALSE
## 2255     FALSE
## 2256     FALSE
## 2257     FALSE
## 2258     FALSE
## 2259     FALSE
## 2260     FALSE
## 2261     FALSE
## 2262     FALSE
## 2263     FALSE
## 2264     FALSE
## 2265     FALSE
## 2266     FALSE
## 2267     FALSE
## 2268     FALSE
## 2269     FALSE
## 2270     FALSE
## 2271     FALSE
## 2272     FALSE
## 2273     FALSE
## 2274     FALSE
## 2275     FALSE
## 2276     FALSE
## 2277     FALSE
## 2278     FALSE
## 2279     FALSE
## 2280     FALSE
## 2281     FALSE
## 2282     FALSE
## 2283     FALSE
## 2284     FALSE
## 2285     FALSE
## 2286     FALSE
## 2287     FALSE
## 2288     FALSE
## 2289     FALSE
## 2290     FALSE
## 2291     FALSE
## 2292     FALSE
## 2293     FALSE
## 2294     FALSE
## 2295     FALSE
## 2296     FALSE
## 2297     FALSE
## 2298     FALSE
## 2299     FALSE
## 2300     FALSE
## 2301     FALSE
## 2302     FALSE
## 2303     FALSE
## 2304     FALSE
## 2305     FALSE
## 2306     FALSE
## 2307     FALSE
## 2308     FALSE
## 2309     FALSE
## 2310     FALSE
## 2311     FALSE
## 2312     FALSE
## 2313     FALSE
## 2314     FALSE
## 2315     FALSE
## 2316     FALSE
## 2317     FALSE
## 2318     FALSE
## 2319     FALSE
## 2320     FALSE
## 2321     FALSE
## 2322     FALSE
## 2323     FALSE
## 2324     FALSE
## 2325     FALSE
## 2326     FALSE
## 2327     FALSE
## 2328     FALSE
## 2329     FALSE
## 2330     FALSE
## 2331     FALSE
## 2332     FALSE
## 2333     FALSE
## 2334     FALSE
## 2335     FALSE
## 2336     FALSE
## 2337     FALSE
## 2338     FALSE
## 2339     FALSE
## 2340     FALSE
## 2341     FALSE
## 2342     FALSE
## 2343     FALSE
## 2344     FALSE
## 2345     FALSE
## 2346     FALSE
## 2347     FALSE
## 2348     FALSE
## 2349     FALSE
## 2350     FALSE
## 2351     FALSE
## 2352     FALSE
## 2353     FALSE
## 2354     FALSE
## 2355     FALSE
## 2356     FALSE
## 2357     FALSE
## 2358     FALSE
## 2359     FALSE
## 2360     FALSE
## 2361     FALSE
## 2362     FALSE
## 2363     FALSE
## 2364     FALSE
## 2365     FALSE
## 2366     FALSE
## 2367     FALSE
## 2368     FALSE
## 2369     FALSE
## 2370     FALSE
## 2371     FALSE
## 2372     FALSE
## 2373     FALSE
## 2374     FALSE
## 2375     FALSE
## 2376     FALSE
## 2377     FALSE
## 2378     FALSE
## 2379     FALSE
## 2380     FALSE
## 2381     FALSE
## 2382     FALSE
## 2383     FALSE
## 2384     FALSE
## 2385     FALSE
## 2386     FALSE
## 2387     FALSE
## 2388     FALSE
## 2389     FALSE
## 2390     FALSE
## 2391     FALSE
## 2392     FALSE
## 2393     FALSE
## 2394     FALSE
## 2395     FALSE
## 2396     FALSE
## 2397     FALSE
## 2398     FALSE
## 2399     FALSE
## 2400     FALSE
## 2401     FALSE
## 2402     FALSE
## 2403     FALSE
## 2404     FALSE
## 2405     FALSE
## 2406     FALSE
## 2407     FALSE
## 2408     FALSE
## 2409     FALSE
## 2410     FALSE
## 2411     FALSE
## 2412     FALSE
## 2413     FALSE
## 2414     FALSE
## 2415     FALSE
## 2416     FALSE
## 2417     FALSE
## 2418     FALSE
## 2419     FALSE
## 2420     FALSE
## 2421     FALSE
## 2422     FALSE
## 2423     FALSE
## 2424     FALSE
## 2425     FALSE
## 2426     FALSE
## 2427     FALSE
## 2428     FALSE
## 2429     FALSE
## 2430     FALSE
## 2431     FALSE
## 2432     FALSE
## 2433     FALSE
## 2434     FALSE
## 2435     FALSE
## 2436     FALSE
## 2437     FALSE
## 2438     FALSE
## 2439     FALSE
## 2440     FALSE
## 2441     FALSE
## 2442     FALSE
## 2443     FALSE
## 2444     FALSE
## 2445     FALSE
## 2446     FALSE
## 2447     FALSE
## 2448     FALSE
## 2449     FALSE
## 2450     FALSE
## 2451     FALSE
## 2452     FALSE
## 2453     FALSE
## 2454     FALSE
## 2455     FALSE
## 2456     FALSE
## 2457     FALSE
## 2458     FALSE
## 2459     FALSE
## 2460     FALSE
## 2461     FALSE
## 2462     FALSE
## 2463     FALSE
## 2464     FALSE
## 2465     FALSE
## 2466     FALSE
## 2467     FALSE
## 2468     FALSE
## 2469     FALSE
## 2470     FALSE
## 2471     FALSE
## 2472     FALSE
## 2473     FALSE
## 2474     FALSE
## 2475     FALSE
## 2476     FALSE
## 2477     FALSE
## 2478     FALSE
## 2479     FALSE
## 2480     FALSE
## 2481     FALSE
## 2482     FALSE
## 2483     FALSE
## 2484     FALSE
## 2485     FALSE
## 2486     FALSE
## 2487     FALSE
## 2488     FALSE
## 2489     FALSE
## 2490     FALSE
## 2491     FALSE
## 2492     FALSE
## 2493     FALSE
## 2494     FALSE
## 2495     FALSE
## 2496     FALSE
## 2497     FALSE
## 2498     FALSE
## 2499     FALSE
## 2500     FALSE
## 2501     FALSE
## 2502     FALSE
## 2503     FALSE
## 2504     FALSE
## 2505     FALSE
## 2506     FALSE
## 2507     FALSE
## 2508     FALSE
## 2509     FALSE
## 2510     FALSE
## 2511     FALSE
## 2512     FALSE
## 2513     FALSE
## 2514     FALSE
## 2515     FALSE
## 2516     FALSE
## 2517     FALSE
## 2518     FALSE
## 2519     FALSE
## 2520     FALSE
## 2521     FALSE
## 2522     FALSE
## 2523     FALSE
## 2524     FALSE
## 2525     FALSE
## 2526     FALSE
## 2527     FALSE
## 2528     FALSE
## 2529     FALSE
## 2530     FALSE
## 2531     FALSE
## 2532     FALSE
## 2533     FALSE
## 2534     FALSE
## 2535     FALSE
## 2536     FALSE
## 2537     FALSE
## 2538     FALSE
## 2539     FALSE
## 2540     FALSE
## 2541     FALSE
## 2542     FALSE
## 2543     FALSE
## 2544     FALSE
## 2545     FALSE
## 2546     FALSE
## 2547     FALSE
## 2548     FALSE
## 2549     FALSE
## 2550     FALSE
## 2551     FALSE
## 2552     FALSE
## 2553     FALSE
## 2554     FALSE
## 2555     FALSE
## 2556     FALSE
## 2557     FALSE
## 2558     FALSE
## 2559     FALSE
## 2560     FALSE
## 2561     FALSE
## 2562     FALSE
## 2563     FALSE
## 2564     FALSE
## 2565     FALSE
## 2566     FALSE
## 2567     FALSE
## 2568     FALSE
## 2569     FALSE
## 2570     FALSE
## 2571     FALSE
## 2572     FALSE
## 2573     FALSE
## 2574     FALSE
## 2575     FALSE
## 2576     FALSE
## 2577     FALSE
## 2578     FALSE
## 2579     FALSE
## 2580     FALSE
## 2581     FALSE
## 2582     FALSE
## 2583     FALSE
## 2584     FALSE
## 2585     FALSE
## 2586     FALSE
## 2587     FALSE
## 2588     FALSE
## 2589     FALSE
## 2590     FALSE
## 2591     FALSE
## 2592     FALSE
## 2593     FALSE
## 2594     FALSE
## 2595     FALSE
## 2596     FALSE
## 2597     FALSE
## 2598     FALSE
## 2599     FALSE
## 2600     FALSE
## 2601     FALSE
## 2602     FALSE
## 2603     FALSE
## 2604     FALSE
## 2605     FALSE
## 2606     FALSE
## 2607     FALSE
## 2608     FALSE
## 2609     FALSE
## 2610     FALSE
## 2611     FALSE
## 2612     FALSE
## 2613     FALSE
## 2614     FALSE
## 2615     FALSE
## 2616     FALSE
## 2617     FALSE
## 2618     FALSE
## 2619     FALSE
## 2620     FALSE
## 2621     FALSE
## 2622     FALSE
## 2623     FALSE
## 2624     FALSE
## 2625     FALSE
## 2626     FALSE
## 2627     FALSE
## 2628     FALSE
## 2629     FALSE
## 2630     FALSE
## 2631     FALSE
## 2632     FALSE
## 2633     FALSE
## 2634     FALSE
## 2635     FALSE
## 2636     FALSE
## 2637     FALSE
## 2638     FALSE
## 2639     FALSE
## 2640     FALSE
## 2641     FALSE
## 2642     FALSE
## 2643     FALSE
## 2644     FALSE
## 2645     FALSE
## 2646     FALSE
## 2647     FALSE
## 2648     FALSE
## 2649     FALSE
## 2650     FALSE
## 2651     FALSE
## 2652     FALSE
## 2653     FALSE
## 2654     FALSE
## 2655     FALSE
## 2656     FALSE
## 2657     FALSE
## 2658     FALSE
## 2659     FALSE
## 2660     FALSE
## 2661     FALSE
## 2662     FALSE
## 2663     FALSE
## 2664     FALSE
## 2665     FALSE
## 2666     FALSE
## 2667     FALSE
## 2668     FALSE
## 2669     FALSE
## 2670     FALSE
## 2671     FALSE
## 2672     FALSE
## 2673     FALSE
## 2674     FALSE
## 2675     FALSE
## 2676     FALSE
## 2677     FALSE
## 2678     FALSE
## 2679     FALSE
## 2680     FALSE
## 2681     FALSE
## 2682     FALSE
## 2683     FALSE
## 2684     FALSE
## 2685     FALSE
## 2686     FALSE
## 2687     FALSE
## 2688     FALSE
## 2689     FALSE
## 2690     FALSE
## 2691     FALSE
## 2692     FALSE
## 2693     FALSE
## 2694     FALSE
## 2695     FALSE
## 2696     FALSE
## 2697     FALSE
## 2698     FALSE
## 2699     FALSE
## 2700     FALSE
## 2701     FALSE
## 2702     FALSE
## 2703     FALSE
## 2704     FALSE
## 2705     FALSE
## 2706     FALSE
## 2707     FALSE
## 2708     FALSE
## 2709     FALSE
## 2710     FALSE
## 2711     FALSE
## 2712     FALSE
## 2713     FALSE
## 2714     FALSE
## 2715     FALSE
## 2716     FALSE
## 2717     FALSE
## 2718     FALSE
## 2719     FALSE
## 2720     FALSE
## 2721     FALSE
## 2722     FALSE
## 2723     FALSE
## 2724     FALSE
## 2725     FALSE
## 2726     FALSE
## 2727     FALSE
## 2728     FALSE
## 2729     FALSE
## 2730     FALSE
## 2731     FALSE
## 2732     FALSE
## 2733     FALSE
## 2734     FALSE
## 2735     FALSE
## 2736     FALSE
## 2737     FALSE
## 2738     FALSE
## 2739     FALSE
## 2740     FALSE
## 2741     FALSE
## 2742     FALSE
## 2743     FALSE
## 2744     FALSE
## 2745     FALSE
## 2746     FALSE
## 2747     FALSE
## 2748     FALSE
## 2749     FALSE
## 2750     FALSE
## 2751     FALSE
## 2752     FALSE
## 2753     FALSE
## 2754     FALSE
## 2755     FALSE
## 2756     FALSE
## 2757     FALSE
## 2758     FALSE
## 2759     FALSE
## 2760     FALSE
## 2761     FALSE
## 2762     FALSE
## 2763     FALSE
## 2764     FALSE
## 2765     FALSE
## 2766     FALSE
## 2767     FALSE
## 2768     FALSE
## 2769     FALSE
## 2770     FALSE
## 2771     FALSE
## 2772     FALSE
## 2773     FALSE
## 2774     FALSE
## 2775     FALSE
## 2776     FALSE
## 2777     FALSE
## 2778     FALSE
## 2779     FALSE
## 2780     FALSE
## 2781     FALSE
## 2782     FALSE
## 2783     FALSE
## 2784     FALSE
## 2785     FALSE
## 2786     FALSE
## 2787     FALSE
## 2788     FALSE
## 2789     FALSE
## 2790     FALSE
## 2791     FALSE
## 2792     FALSE
## 2793     FALSE
## 2794     FALSE
## 2795     FALSE
## 2796     FALSE
## 2797     FALSE
## 2798     FALSE
## 2799     FALSE
## 2800     FALSE
## 2801     FALSE
## 2802     FALSE
## 2803     FALSE
## 2804     FALSE
## 2805     FALSE
## 2806     FALSE
## 2807     FALSE
## 2808     FALSE
## 2809     FALSE
## 2810     FALSE
## 2811     FALSE
## 2812     FALSE
## 2813     FALSE
## 2814     FALSE
## 2815     FALSE
## 2816     FALSE
## 2817     FALSE
## 2818     FALSE
## 2819     FALSE
## 2820     FALSE
## 2821     FALSE
## 2822     FALSE
## 2823     FALSE
## 2824     FALSE
## 2825     FALSE
## 2826     FALSE
## 2827     FALSE
## 2828     FALSE
## 2829     FALSE
## 2830     FALSE
## 2831     FALSE
## 2832     FALSE
## 2833     FALSE
## 2834     FALSE
## 2835     FALSE
## 2836     FALSE
## 2837     FALSE
## 2838     FALSE
## 2839     FALSE
## 2840     FALSE
## 2841     FALSE
## 2842     FALSE
## 2843     FALSE
## 2844     FALSE
## 2845     FALSE
## 2846     FALSE
## 2847     FALSE
## 2848     FALSE
## 2849     FALSE
## 2850     FALSE
## 2851     FALSE
## 2852     FALSE
## 2853     FALSE
## 2854     FALSE
## 2855     FALSE
## 2856     FALSE
## 2857     FALSE
## 2858     FALSE
## 2859     FALSE
## 2860     FALSE
## 2861     FALSE
## 2862     FALSE
## 2863     FALSE
## 2864     FALSE
## 2865     FALSE
## 2866     FALSE
## 2867     FALSE
## 2868     FALSE
## 2869     FALSE
## 2870     FALSE
## 2871     FALSE
## 2872     FALSE
## 2873     FALSE
## 2874     FALSE
## 2875     FALSE
## 2876     FALSE
## 2877     FALSE
## 2878     FALSE
## 2879     FALSE
## 2880     FALSE
## 2881     FALSE
## 2882     FALSE
## 2883     FALSE
## 2884     FALSE
## 2885     FALSE
## 2886     FALSE
## 2887     FALSE
## 2888     FALSE
## 2889     FALSE
## 2890     FALSE
## 2891     FALSE
## 2892     FALSE
## 2893     FALSE
## 2894     FALSE
## 2895     FALSE
## 2896     FALSE
## 2897     FALSE
## 2898     FALSE
## 2899     FALSE
## 2900     FALSE
## 2901     FALSE
## 2902     FALSE
## 2903     FALSE
## 2904     FALSE
## 2905     FALSE
## 2906     FALSE
## 2907     FALSE
## 2908     FALSE
## 2909     FALSE
## 2910     FALSE
## 2911     FALSE
## 2912     FALSE
## 2913     FALSE
## 2914     FALSE
## 2915     FALSE
## 2916     FALSE
## 2917     FALSE
## 2918     FALSE
## 2919     FALSE
## 2920     FALSE
## 2921     FALSE
## 2922     FALSE
## 2923     FALSE
## 2924     FALSE
## 2925     FALSE
## 2926     FALSE
## 2927     FALSE
## 2928     FALSE
## 2929     FALSE
## 2930     FALSE
## 2931     FALSE
## 2932     FALSE
## 2933     FALSE
## 2934     FALSE
## 2935     FALSE
## 2936     FALSE
## 2937     FALSE
## 2938     FALSE
## 2939     FALSE
## 2940     FALSE
## 2941     FALSE
## 2942     FALSE
## 2943     FALSE
## 2944     FALSE
## 2945     FALSE
## 2946     FALSE
## 2947     FALSE
## 2948     FALSE
## 2949     FALSE
## 2950     FALSE
## 2951     FALSE
## 2952     FALSE
## 2953     FALSE
## 2954     FALSE
## 2955     FALSE
## 2956     FALSE
## 2957     FALSE
## 2958     FALSE
## 2959     FALSE
## 2960     FALSE
## 2961     FALSE
## 2962     FALSE
## 2963     FALSE
## 2964     FALSE
## 2965     FALSE
## 2966     FALSE
## 2967     FALSE
## 2968     FALSE
## 2969     FALSE
## 2970     FALSE
## 2971     FALSE
## 2972     FALSE
## 2973     FALSE
## 2974     FALSE
## 2975     FALSE
## 2976     FALSE
## 2977     FALSE
## 2978     FALSE
## 2979     FALSE
## 2980     FALSE
## 2981     FALSE
## 2982     FALSE
## 2983     FALSE
## 2984     FALSE
## 2985     FALSE
## 2986     FALSE
## 2987     FALSE
## 2988     FALSE
## 2989     FALSE
## 2990     FALSE
## 2991     FALSE
## 2992     FALSE
## 2993     FALSE
## 2994     FALSE
## 2995     FALSE
## 2996     FALSE
## 2997     FALSE
## 2998     FALSE
## 2999     FALSE
## 3000     FALSE
## 3001     FALSE
## 3002     FALSE
## 3003     FALSE
## 3004     FALSE
## 3005     FALSE
## 3006     FALSE
## 3007     FALSE
## 3008     FALSE
## 3009     FALSE
## 3010     FALSE
## 3011     FALSE
## 3012     FALSE
## 3013     FALSE
## 3014     FALSE
## 3015     FALSE
## 3016     FALSE
## 3017     FALSE
## 3018     FALSE
## 3019     FALSE
## 3020     FALSE
## 3021     FALSE
## 3022     FALSE
## 3023     FALSE
## 3024     FALSE
## 3025     FALSE
## 3026     FALSE
## 3027     FALSE
## 3028     FALSE
## 3029     FALSE
## 3030     FALSE
## 3031     FALSE
## 3032     FALSE
## 3033     FALSE
## 3034     FALSE
## 3035     FALSE
## 3036     FALSE
## 3037     FALSE
## 3038     FALSE
## 3039     FALSE
## 3040     FALSE
## 3041     FALSE
## 3042     FALSE
## 3043     FALSE
## 3044     FALSE
## 3045     FALSE
## 3046     FALSE
## 3047     FALSE
## 3048     FALSE
## 3049     FALSE
## 3050     FALSE
## 3051     FALSE
## 3052     FALSE
## 3053     FALSE
## 3054     FALSE
## 3055     FALSE
## 3056     FALSE
## 3057     FALSE
## 3058     FALSE
## 3059     FALSE
## 3060     FALSE
## 3061     FALSE
## 3062     FALSE
## 3063     FALSE
## 3064     FALSE
## 3065     FALSE
## 3066     FALSE
## 3067     FALSE
## 3068     FALSE
## 3069     FALSE
## 3070     FALSE
## 3071     FALSE
## 3072     FALSE
## 3073     FALSE
## 3074     FALSE
## 3075     FALSE
## 3076     FALSE
## 3077     FALSE
## 3078     FALSE
## 3079     FALSE
## 3080     FALSE
## 3081     FALSE
## 3082     FALSE
## 3083     FALSE
## 3084     FALSE
## 3085     FALSE
## 3086     FALSE
## 3087     FALSE
## 3088     FALSE
## 3089     FALSE
## 3090     FALSE
## 3091     FALSE
## 3092     FALSE
## 3093     FALSE
## 3094     FALSE
## 3095     FALSE
## 3096     FALSE
## 3097     FALSE
## 3098     FALSE
## 3099     FALSE
## 3100     FALSE
## 3101     FALSE
## 3102     FALSE
## 3103     FALSE
## 3104     FALSE
## 3105     FALSE
## 3106     FALSE
## 3107     FALSE
## 3108     FALSE
## 3109     FALSE
## 3110     FALSE
## 3111     FALSE
## 3112     FALSE
## 3113     FALSE
## 3114     FALSE
## 3115     FALSE
## 3116     FALSE
## 3117     FALSE
## 3118     FALSE
## 3119     FALSE
## 3120     FALSE
## 3121     FALSE
## 3122     FALSE
## 3123     FALSE
## 3124     FALSE
## 3125     FALSE
## 3126     FALSE
## 3127     FALSE
## 3128     FALSE
## 3129     FALSE
## 3130     FALSE
## 3131     FALSE
## 3132     FALSE
## 3133     FALSE
## 3134     FALSE
## 3135     FALSE
## 3136     FALSE
## 3137     FALSE
## 3138     FALSE
## 3139     FALSE
## 3140     FALSE
## 3141     FALSE
## 3142     FALSE
## 3143     FALSE
## 3144     FALSE
## 3145     FALSE
## 3146     FALSE
## 3147     FALSE
## 3148     FALSE
## 3149     FALSE
## 3150     FALSE
## 3151     FALSE
## 3152     FALSE
## 3153     FALSE
## 3154     FALSE
## 3155     FALSE
## 3156     FALSE
## 3157     FALSE
## 3158     FALSE
## 3159     FALSE
## 3160     FALSE
## 3161     FALSE
## 3162     FALSE
## 3163     FALSE
## 3164     FALSE
## 3165     FALSE
## 3166     FALSE
## 3167     FALSE
## 3168     FALSE
## 3169     FALSE
## 3170     FALSE
## 3171     FALSE
## 3172     FALSE
## 3173     FALSE
## 3174     FALSE
## 3175     FALSE
## 3176     FALSE
## 3177     FALSE
## 3178     FALSE
## 3179     FALSE
## 3180     FALSE
## 3181     FALSE
## 3182     FALSE
## 3183     FALSE
## 3184     FALSE
## 3185     FALSE
## 3186     FALSE
## 3187     FALSE
## 3188     FALSE
## 3189     FALSE
## 3190     FALSE
## 3191     FALSE
## 3192     FALSE
## 3193     FALSE
## 3194     FALSE
## 3195     FALSE
## 3196     FALSE
## 3197     FALSE
## 3198     FALSE
## 3199     FALSE
## 3200     FALSE
## 3201     FALSE
## 3202     FALSE
## 3203     FALSE
## 3204     FALSE
## 3205     FALSE
## 3206     FALSE
## 3207     FALSE
## 3208     FALSE
## 3209     FALSE
## 3210     FALSE
## 3211     FALSE
## 3212     FALSE
## 3213     FALSE
## 3214     FALSE
## 3215     FALSE
## 3216     FALSE
## 3217     FALSE
## 3218     FALSE
## 3219     FALSE
## 3220     FALSE
## 3221     FALSE
## 3222     FALSE
## 3223     FALSE
## 3224     FALSE
## 3225     FALSE
## 3226     FALSE
## 3227     FALSE
## 3228     FALSE
## 3229     FALSE
## 3230     FALSE
## 3231     FALSE
## 3232     FALSE
## 3233     FALSE
## 3234     FALSE
## 3235     FALSE
## 3236     FALSE
## 3237     FALSE
## 3238     FALSE
## 3239     FALSE
## 3240     FALSE
## 3241     FALSE
## 3242     FALSE
## 3243     FALSE
## 3244     FALSE
## 3245     FALSE
## 3246     FALSE
## 3247     FALSE
## 3248     FALSE
## 3249     FALSE
## 3250     FALSE
## 3251     FALSE
## 3252     FALSE
## 3253     FALSE
## 3254     FALSE
## 3255     FALSE
## 3256     FALSE
## 3257     FALSE
## 3258     FALSE
## 3259     FALSE
## 3260     FALSE
## 3261     FALSE
## 3262     FALSE
## 3263     FALSE
## 3264     FALSE
## 3265     FALSE
## 3266     FALSE
## 3267     FALSE
## 3268     FALSE
## 3269     FALSE
## 3270     FALSE
## 3271     FALSE
## 3272     FALSE
## 3273     FALSE
## 3274     FALSE
## 3275     FALSE
## 3276     FALSE
## 3277     FALSE
## 3278     FALSE
## 3279     FALSE
## 3280     FALSE
## 3281     FALSE
## 3282     FALSE
## 3283     FALSE
## 3284     FALSE
## 3285     FALSE
## 3286     FALSE
## 3287     FALSE
## 3288     FALSE
## 3289     FALSE
## 3290     FALSE
## 3291     FALSE
## 3292     FALSE
## 3293     FALSE
## 3294     FALSE
## 3295     FALSE
## 3296     FALSE
## 3297     FALSE
## 3298     FALSE
## 3299     FALSE
## 3300     FALSE
## 3301     FALSE
## 3302     FALSE
## 3303     FALSE
## 3304     FALSE
## 3305     FALSE
## 3306     FALSE
## 3307     FALSE
## 3308     FALSE
## 3309     FALSE
## 3310     FALSE
## 3311     FALSE
## 3312     FALSE
## 3313     FALSE
## 3314     FALSE
## 3315     FALSE
## 3316     FALSE
## 3317     FALSE
## 3318     FALSE
## 3319     FALSE
## 3320     FALSE
## 3321     FALSE
## 3322     FALSE
## 3323     FALSE
## 3324     FALSE
## 3325     FALSE
## 3326     FALSE
## 3327     FALSE
## 3328     FALSE
## 3329     FALSE
## 3330     FALSE
## 3331     FALSE
## 3332     FALSE
## 3333     FALSE
## 3334     FALSE
## 3335     FALSE
## 3336     FALSE
## 3337     FALSE
## 3338     FALSE
## 3339     FALSE
## 3340     FALSE
## 3341     FALSE
## 3342     FALSE
## 3343     FALSE
## 3344     FALSE
## 3345     FALSE
## 3346     FALSE
## 3347     FALSE
## 3348     FALSE
## 3349     FALSE
## 3350     FALSE
## 3351     FALSE
## 3352     FALSE
## 3353     FALSE
## 3354     FALSE
## 3355     FALSE
## 3356     FALSE
## 3357     FALSE
## 3358     FALSE
## 3359     FALSE
## 3360     FALSE
## 3361     FALSE
## 3362     FALSE
## 3363     FALSE
## 3364     FALSE
## 3365     FALSE
## 3366     FALSE
## 3367     FALSE
## 3368     FALSE
## 3369     FALSE
## 3370     FALSE
## 3371     FALSE
## 3372     FALSE
## 3373     FALSE
## 3374     FALSE
## 3375     FALSE
## 3376     FALSE
## 3377     FALSE
## 3378     FALSE
## 3379     FALSE
## 3380     FALSE
## 3381     FALSE
## 3382     FALSE
## 3383     FALSE
## 3384     FALSE
## 3385     FALSE
## 3386     FALSE
## 3387     FALSE
## 3388     FALSE
## 3389     FALSE
## 3390     FALSE
## 3391     FALSE
## 3392     FALSE
## 3393     FALSE
## 3394     FALSE
## 3395     FALSE
## 3396     FALSE
## 3397     FALSE
## 3398     FALSE
## 3399     FALSE
## 3400     FALSE
## 3401     FALSE
## 3402     FALSE
## 3403     FALSE
## 3404     FALSE
## 3405     FALSE
## 3406     FALSE
## 3407     FALSE
## 3408     FALSE
## 3409     FALSE
## 3410     FALSE
## 3411     FALSE
## 3412     FALSE
## 3413     FALSE
## 3414     FALSE
## 3415     FALSE
## 3416     FALSE
## 3417     FALSE
## 3418     FALSE
## 3419     FALSE
## 3420     FALSE
## 3421     FALSE
## 3422     FALSE
## 3423     FALSE
## 3424     FALSE
## 3425     FALSE
## 3426     FALSE
## 3427     FALSE
## 3428     FALSE
## 3429     FALSE
## 3430     FALSE
## 3431     FALSE
## 3432     FALSE
## 3433     FALSE
## 3434     FALSE
## 3435     FALSE
## 3436     FALSE
## 3437     FALSE
## 3438     FALSE
## 3439     FALSE
## 3440     FALSE
## 3441     FALSE
## 3442     FALSE
## 3443     FALSE
## 3444     FALSE
## 3445     FALSE
## 3446     FALSE
## 3447     FALSE
## 3448     FALSE
## 3449     FALSE
## 3450     FALSE
## 3451     FALSE
## 3452     FALSE
## 3453     FALSE
## 3454     FALSE
## 3455     FALSE
## 3456     FALSE
## 3457     FALSE
## 3458     FALSE
## 3459     FALSE
## 3460     FALSE
## 3461     FALSE
## 3462     FALSE
## 3463     FALSE
## 3464     FALSE
## 3465     FALSE
## 3466     FALSE
## 3467     FALSE
## 3468     FALSE
## 3469     FALSE
## 3470     FALSE
## 3471     FALSE
## 3472     FALSE
## 3473     FALSE
## 3474     FALSE
## 3475     FALSE
## 3476     FALSE
## 3477     FALSE
## 3478     FALSE
## 3479     FALSE
## 3480     FALSE
## 3481     FALSE
## 3482     FALSE
## 3483     FALSE
## 3484     FALSE
## 3485     FALSE
## 3486     FALSE
## 3487     FALSE
## 3488     FALSE
## 3489     FALSE
## 3490     FALSE
## 3491     FALSE
## 3492     FALSE
## 3493     FALSE
## 3494     FALSE
## 3495     FALSE
## 3496     FALSE
## 3497     FALSE
## 3498     FALSE
## 3499     FALSE
## 3500     FALSE
## 3501     FALSE
## 3502     FALSE
## 3503     FALSE
## 3504     FALSE
## 3505     FALSE
## 3506     FALSE
## 3507     FALSE
## 3508     FALSE
## 3509     FALSE
## 3510     FALSE
## 3511     FALSE
## 3512     FALSE
## 3513     FALSE
## 3514     FALSE
## 3515     FALSE
## 3516     FALSE
## 3517     FALSE
## 3518     FALSE
## 3519     FALSE
## 3520     FALSE
## 3521     FALSE
## 3522     FALSE
## 3523     FALSE
## 3524     FALSE
## 3525     FALSE
## 3526     FALSE
## 3527     FALSE
## 3528     FALSE
## 3529     FALSE
## 3530     FALSE
## 3531     FALSE
## 3532     FALSE
## 3533     FALSE
## 3534     FALSE
## 3535     FALSE
## 3536     FALSE
## 3537     FALSE
## 3538     FALSE
## 3539     FALSE
## 3540     FALSE
## 3541     FALSE
## 3542     FALSE
## 3543     FALSE
## 3544     FALSE
## 3545     FALSE
## 3546     FALSE
## 3547     FALSE
## 3548     FALSE
## 3549     FALSE
## 3550     FALSE
## 3551     FALSE
## 3552     FALSE
## 3553     FALSE
## 3554     FALSE
## 3555     FALSE
## 3556     FALSE
## 3557     FALSE
## 3558     FALSE
## 3559     FALSE
## 3560     FALSE
## 3561     FALSE
## 3562     FALSE
## 3563     FALSE
## 3564     FALSE
## 3565     FALSE
## 3566     FALSE
## 3567     FALSE
## 3568     FALSE
## 3569     FALSE
## 3570     FALSE
## 3571     FALSE
## 3572     FALSE
## 3573     FALSE
## 3574     FALSE
## 3575     FALSE
## 3576     FALSE
## 3577     FALSE
## 3578     FALSE
## 3579     FALSE
## 3580     FALSE
## 3581     FALSE
## 3582     FALSE
## 3583     FALSE
## 3584     FALSE
## 3585     FALSE
## 3586     FALSE
## 3587     FALSE
## 3588     FALSE
## 3589     FALSE
## 3590     FALSE
## 3591     FALSE
## 3592     FALSE
## 3593     FALSE
## 3594     FALSE
## 3595     FALSE
## 3596     FALSE
## 3597     FALSE
## 3598     FALSE
## 3599     FALSE
## 3600     FALSE
## 3601     FALSE
## 3602     FALSE
## 3603     FALSE
## 3604     FALSE
## 3605     FALSE
## 3606     FALSE
## 3607     FALSE
## 3608     FALSE
## 3609     FALSE
## 3610     FALSE
## 3611     FALSE
## 3612     FALSE
## 3613     FALSE
## 3614     FALSE
## 3615     FALSE
## 3616     FALSE
## 3617     FALSE
## 3618     FALSE
## 3619     FALSE
## 3620     FALSE
## 3621     FALSE
## 3622     FALSE
## 3623     FALSE
## 3624     FALSE
## 3625     FALSE
## 3626     FALSE
## 3627     FALSE
## 3628     FALSE
## 3629     FALSE
## 3630     FALSE
## 3631     FALSE
## 3632     FALSE
## 3633     FALSE
## 3634     FALSE
## 3635     FALSE
## 3636     FALSE
## 3637     FALSE
## 3638     FALSE
## 3639     FALSE
## 3640     FALSE
## 3641     FALSE
## 3642     FALSE
## 3643     FALSE
## 3644     FALSE
## 3645     FALSE
## 3646     FALSE
## 3647     FALSE
## 3648     FALSE
## 3649     FALSE
## 3650     FALSE
## 3651     FALSE
## 3652     FALSE
## 3653     FALSE
## 3654     FALSE
## 3655     FALSE
## 3656     FALSE
## 3657     FALSE
## 3658     FALSE
## 3659     FALSE
## 3660     FALSE
## 3661     FALSE
## 3662     FALSE
## 3663     FALSE
## 3664     FALSE
## 3665     FALSE
## 3666     FALSE
## 3667     FALSE
## 3668     FALSE
## 3669     FALSE
## 3670     FALSE
## 3671     FALSE
## 3672     FALSE
## 3673     FALSE
## 3674     FALSE
## 3675     FALSE
## 3676     FALSE
## 3677     FALSE
## 3678     FALSE
## 3679     FALSE
## 3680     FALSE
## 3681     FALSE
## 3682     FALSE
## 3683     FALSE
## 3684     FALSE
## 3685     FALSE
## 3686     FALSE
## 3687     FALSE
## 3688     FALSE
## 3689     FALSE
## 3690     FALSE
## 3691     FALSE
## 3692     FALSE
## 3693     FALSE
## 3694     FALSE
## 3695     FALSE
## 3696     FALSE
## 3697     FALSE
## 3698     FALSE
## 3699     FALSE
## 3700     FALSE
## 3701     FALSE
## 3702     FALSE
## 3703     FALSE
## 3704     FALSE
## 3705     FALSE
## 3706     FALSE
## 3707     FALSE
## 3708     FALSE
## 3709     FALSE
## 3710     FALSE
## 3711     FALSE
## 3712     FALSE
## 3713     FALSE
## 3714     FALSE
## 3715     FALSE
## 3716     FALSE
## 3717     FALSE
## 3718     FALSE
## 3719     FALSE
## 3720     FALSE
## 3721     FALSE
## 3722     FALSE
## 3723     FALSE
## 3724     FALSE
## 3725     FALSE
## 3726     FALSE
## 3727     FALSE
## 3728     FALSE
## 3729     FALSE
## 3730     FALSE
## 3731     FALSE
## 3732     FALSE
## 3733     FALSE
## 3734     FALSE
## 3735     FALSE
## 3736     FALSE
## 3737     FALSE
## 3738     FALSE
## 3739     FALSE
## 3740     FALSE
## 3741     FALSE
## 3742     FALSE
## 3743     FALSE
## 3744     FALSE
## 3745     FALSE
## 3746     FALSE
## 3747     FALSE
## 3748     FALSE
## 3749     FALSE
## 3750     FALSE
## 3751     FALSE
## 3752     FALSE
## 3753     FALSE
## 3754     FALSE
## 3755     FALSE
## 3756     FALSE
## 3757     FALSE
## 3758     FALSE
## 3759     FALSE
## 3760     FALSE
## 3761     FALSE
## 3762     FALSE
## 3763     FALSE
## 3764     FALSE
## 3765     FALSE
## 3766     FALSE
## 3767     FALSE
## 3768     FALSE
## 3769     FALSE
## 3770     FALSE
## 3771     FALSE
## 3772     FALSE
## 3773     FALSE
## 3774     FALSE
## 3775     FALSE
## 3776     FALSE
## 3777     FALSE
## 3778     FALSE
## 3779     FALSE
## 3780     FALSE
## 3781     FALSE
## 3782     FALSE
## 3783     FALSE
## 3784     FALSE
## 3785     FALSE
## 3786     FALSE
## 3787     FALSE
## 3788     FALSE
## 3789     FALSE
## 3790     FALSE
## 3791     FALSE
## 3792     FALSE
## 3793     FALSE
## 3794     FALSE
## 3795     FALSE
## 3796     FALSE
## 3797     FALSE
## 3798     FALSE
## 3799     FALSE
## 3800     FALSE
## 3801     FALSE
## 3802     FALSE
## 3803     FALSE
## 3804     FALSE
## 3805     FALSE
## 3806     FALSE
## 3807     FALSE
## 3808     FALSE
## 3809     FALSE
## 3810     FALSE
## 3811     FALSE
## 3812     FALSE
## 3813     FALSE
## 3814     FALSE
## 3815     FALSE
## 3816     FALSE
## 3817     FALSE
## 3818     FALSE
## 3819     FALSE
## 3820     FALSE
## 3821     FALSE
## 3822     FALSE
## 3823     FALSE
## 3824     FALSE
## 3825     FALSE
## 3826     FALSE
## 3827     FALSE
## 3828     FALSE
## 3829     FALSE
## 3830     FALSE
## 3831     FALSE
## 3832     FALSE
## 3833     FALSE
## 3834     FALSE
## 3835     FALSE
## 3836     FALSE
## 3837     FALSE
## 3838     FALSE
## 3839     FALSE
## 3840     FALSE
## 3841     FALSE
## 3842     FALSE
## 3843     FALSE
## 3844     FALSE
## 3845     FALSE
## 3846     FALSE
## 3847     FALSE
## 3848     FALSE
## 3849     FALSE
## 3850     FALSE
## 3851     FALSE
## 3852     FALSE
## 3853     FALSE
## 3854     FALSE
## 3855     FALSE
## 3856     FALSE
## 3857     FALSE
## 3858     FALSE
## 3859     FALSE
## 3860     FALSE
## 3861     FALSE
## 3862     FALSE
## 3863     FALSE
## 3864     FALSE
## 3865     FALSE
## 3866     FALSE
## 3867     FALSE
## 3868     FALSE
## 3869     FALSE
## 3870     FALSE
## 3871     FALSE
## 3872     FALSE
## 3873     FALSE
## 3874     FALSE
## 3875     FALSE
## 3876     FALSE
## 3877     FALSE
## 3878     FALSE
## 3879     FALSE
## 3880     FALSE
## 3881     FALSE
## 3882     FALSE
## 3883     FALSE
## 3884     FALSE
## 3885     FALSE
## 3886     FALSE
## 3887     FALSE
## 3888     FALSE
## 3889     FALSE
## 3890     FALSE
## 3891     FALSE
## 3892     FALSE
## 3893     FALSE
## 3894     FALSE
## 3895     FALSE
## 3896     FALSE
## 3897     FALSE
## 3898     FALSE
## 3899     FALSE
## 3900     FALSE
## 3901     FALSE
## 3902     FALSE
## 3903     FALSE
## 3904     FALSE
## 3905     FALSE
## 3906     FALSE
## 3907     FALSE
## 3908     FALSE
## 3909     FALSE
## 3910     FALSE
## 3911     FALSE
## 3912     FALSE
## 3913     FALSE
## 3914     FALSE
## 3915     FALSE
## 3916     FALSE
## 3917     FALSE
## 3918     FALSE
## 3919     FALSE
## 3920     FALSE
## 3921     FALSE
## 3922     FALSE
## 3923     FALSE
## 3924     FALSE
## 3925     FALSE
## 3926     FALSE
## 3927     FALSE
## 3928     FALSE
## 3929     FALSE
## 3930     FALSE
## 3931     FALSE
## 3932     FALSE
## 3933     FALSE
## 3934     FALSE
## 3935     FALSE
## 3936     FALSE
## 3937     FALSE
## 3938     FALSE
## 3939     FALSE
## 3940     FALSE
## 3941     FALSE
## 3942     FALSE
## 3943     FALSE
## 3944     FALSE
## 3945     FALSE
## 3946     FALSE
## 3947     FALSE
## 3948     FALSE
## 3949     FALSE
## 3950     FALSE
## 3951     FALSE
## 3952     FALSE
## 3953     FALSE
## 3954     FALSE
## 3955     FALSE
## 3956     FALSE
## 3957     FALSE
## 3958     FALSE
## 3959     FALSE
## 3960     FALSE
## 3961     FALSE
## 3962     FALSE
## 3963     FALSE
## 3964     FALSE
## 3965     FALSE
## 3966     FALSE
## 3967     FALSE
## 3968     FALSE
## 3969     FALSE
## 3970     FALSE
## 3971     FALSE
## 3972     FALSE
## 3973     FALSE
## 3974     FALSE
## 3975     FALSE
## 3976     FALSE
## 3977     FALSE
## 3978     FALSE
## 3979     FALSE
## 3980     FALSE
## 3981     FALSE
## 3982     FALSE
## 3983     FALSE
## 3984     FALSE
## 3985     FALSE
## 3986     FALSE
## 3987     FALSE
## 3988     FALSE
## 3989     FALSE
## 3990     FALSE
## 3991     FALSE
## 3992     FALSE
## 3993     FALSE
## 3994     FALSE
## 3995     FALSE
## 3996     FALSE
## 3997     FALSE
## 3998     FALSE
## 3999     FALSE
## 4000     FALSE
## 4001     FALSE
## 4002     FALSE
## 4003     FALSE
## 4004     FALSE
## 4005     FALSE
## 4006     FALSE
## 4007     FALSE
## 4008     FALSE
## 4009     FALSE
  #Save as a .Rdata file
save(TRUE_isRetweet_BLSERIES,file = "FALSE_isRetweet_BLSERIES.Rdata")

Plot the retweets and the original tweets using bar graph in vertical manner Include legends

Grouping the TRUE_isRetweet_BLSERIES.

TRUE_isRetweet_BLSERIES %>%  
  group_by(1) %>%  
  summarise(max = max(created), min = min(created))
## # A tibble: 1 × 3
##     `1` max                 min                
##   <dbl> <dttm>              <dttm>             
## 1     1 2022-11-29 23:59:55 2022-11-28 21:16:28
CREATED_DATA <- TRUE_isRetweet_BLSERIES %>% mutate(Created_At_Round = created %>% round(units = 'hours') %>% as.POSIXct())
CREATED_DATA
##           screenName
## 1          yanamon16
## 2          yanamon16
## 3             EESOR4
## 4           Nanasu96
## 5    SecretSocietyGL
## 6      Danyelle11481
## 7      Danyelle11481
## 8        sharkyxxxxx
## 9      Delmi48792616
## 10   bl_enthusiastic
## 11          jootawoo
## 12            VSR076
## 13        CocoMeltea
## 14           vics_bl
## 15          MNLGroup
## 16   bl_enthusiastic
## 17    TONYREDZUPT13P
## 18         alter1dem
## 19          vanlee84
## 20    flypotothemile
## 21   phamngo85982614
## 22      SimondForbes
## 23       yookimdokja
## 24    apocolleaguesH
## 25      BrandonChan4
## 26    apocolleaguesH
## 27   bl_enthusiastic
## 28        hanaphamvn
## 29      brasskitsune
## 30   tchttlphndallas
## 31   bl_enthusiastic
## 32    Nattawin_VNfan
## 33         shaashamo
## 34        hellomefeb
## 35        pakuzunoha
## 36        Khaioshiin
## 37          HiNight_
## 38      LordHudson45
## 39   bl_enthusiastic
## 40   bl_enthusiastic
## 41           cswooml
## 42     Croissant_Apo
## 43    ttttoey19B2uty
## 44            i2k_bl
## 45   bl_enthusiastic
## 46        pepasmaga2
## 47          not_orny
## 48           CCamosy
## 49       bemylegacyy
## 50      hyaxinthxiii
## 51   bl_enthusiastic
## 52    grace1413danny
## 53     MileApoMexico
## 54       crisalvessh
## 55      Mydestiny_83
## 56   bl_enthusiastic
## 57        Pakatip927
## 58   thecyanartchive
## 59        chaimae_bl
## 60        13_maggots
## 61            naphg_
## 62         charmlii_
## 63      pepsimilktea
## 64            iyyene
## 65        LOUDDIEVAN
## 66         yanamon16
## 67            Btr700
## 68     Nurmala011293
## 69        NymphTicha
## 70      Pyramid_BC08
## 71   bl_enthusiastic
## 72            spiffy
## 73            lams16
## 74   bl_enthusiastic
## 75       hahipuhepon
## 76         gintokice
## 77    mynameis_Aommy
## 78   ApoNattawinVnfp
## 79          Yaatawin
## 80          Yaatawin
## 81   bl_enthusiastic
## 82   BrightStarEnZhi
## 83         safsdiary
## 84           Rati_91
## 85        miraispica
## 86        Samiledboy
## 87        chaimae_bl
## 88    AdelineAurora1
## 89   vanillachilipep
## 90      simplyJayke_
## 91         WHanPHOTO
## 92         ddeepweeb
## 93   NyamNyamNyam_23
## 94        milemeowzx
## 95        HipChicago
## 96   slycooncreation
## 97        GurrenHime
## 98    TridentineBrew
## 99          aquiza03
## 100      enyatran253
## 101  Alu_Morgenstern
## 102  bl_enthusiastic
## 103  mileaposdestiny
## 104          nammle_
## 105     simpforOCnMC
## 106  Nicetomeetyouh2
## 107  linhnguyen13994
## 108          Emarosa
## 109          Amp0nii
## 110   BakeNekoMadara
## 111    RobertDSeals1
## 112         _cxmcxm_
## 113   Cattawin240294
## 114         suha1454
## 115  amazing25338373
## 116  amazing25338373
## 117         TryNotPH
## 118           wxstwt
## 119  bl_enthusiastic
## 120  linhnguyen13994
## 121        bl_curry_
## 122         15evejjh
## 123    RockyResistor
## 124      BarboraKott
## 125        bl_curry_
## 126         AIMZBACK
## 127      LoveBvcXZMA
## 128       StanYaksha
## 129     ArmadilloNim
## 130  Harumi_Suzuki13
## 131     BL_nananWSSP
## 132   Cattawin240294
## 133        bl_curry_
## 134     bl_lebronmlb
## 135     BL_nananWSSP
## 136     BL_nananWSSP
## 137        bl_curry_
## 138  bl_enthusiastic
## 139  bl_enthusiastic
## 140           MA_3xo
## 141      annadauzere
## 142        bl_curry_
## 143        bl_curry_
## 144       ONEOFlGOT7
## 145      MyM00nchild
## 146        bl_curry_
## 147        bl_curry_
## 148   Rahul_joshi_bl
## 149            Qs357
## 150        clorijail
## 151       susu_k1234
## 152       mileapo_ko
## 153     AriPurnami10
## 154         MByonyon
## 155     BL_nananWSSP
## 156  DementiaAllianc
## 157     huynhanh2012
## 158        bl_curry_
## 159  bl_enthusiastic
## 160     bl_ckgothicc
## 161   bingbingblorbo
## 162      lvbbmileapo
## 163   AdelineAurora1
## 164        bl_curry_
## 165          apoaxis
## 166  elena_disgrasya
## 167     peachan51242
## 168        bl_curry_
## 169      katsu_wifey
## 170     BL_nananWSSP
## 171      playendroll
## 172        bl_curry_
## 173  KevinRathbone15
## 174     BL_nananWSSP
## 175           NaoBiu
## 176    Legacy_BL_jun
## 177  mileaposdestiny
## 178     BL_nananWSSP
## 179        bl_curry_
## 180     BL_nananWSSP
## 181   loveyoutoo1113
## 182      playendroll
## 183           Cleio_
## 184        tomomorey
## 185        bl_curry_
## 186        bl_curry_
## 187    scooterdoofus
## 188       BIRDY1999_
## 189       FreeScot45
## 190        JungYeUen
## 191           kleej8
## 192    ILittleRedFox
## 193       UR_Boys_BL
## 194     un4tunatalie
## 195     BL_nananWSSP
## 196         ww_aaays
## 197       karuisbaby
## 198     BL_nananWSSP
## 199         miky8315
## 200   Ericajosefina3
## 201     BL_nananWSSP
## 202         MoxAprii
## 203         bvlubery
## 204  bl_enthusiastic
## 205     BL_nananWSSP
## 206     mumilemeowpo
## 207        Junnie_BL
## 208         florr_bl
## 209           i2k_bl
## 210     penmatigasih
## 211  trickythechilly
## 212     HazelynnRose
## 213       IvyNasimba
## 214    ApoSupporters
## 215     _laaaaayyyyy
## 216     BL_nananWSSP
## 217     ParkDaEun596
## 218     BL_nananWSSP
## 219     sMileApo1515
## 220      Lia46003469
## 221    ilsemoonchild
## 222          koazoni
## 223        tinyshen_
## 224     clubfmphilly
## 225   HanaNguyenTran
## 226      jazminjjong
## 227     BL_nananWSSP
## 228     clubfmphilly
## 229      akule_mgele
## 230  PapillonPapil20
## 231     clubfmphilly
## 232        ArtToflex
## 233       DAWNMAlDEN
## 234       RodrigaDdV
## 235       acjunior12
## 236  luiserodrigue15
## 237          daano_w
## 238       Di_legion1
## 239      nyanchan113
## 240  riverside202007
## 241        s_germann
## 242  Jonas1DKidrauhl
## 243  Ishaazmi007Zayn
## 244          immprks
## 245   darkprincessVP
## 246    Beata08815638
## 247       ahjuicykun
## 248          bren_bl
## 249          bl_yzma
## 250         pmileapo
## 251  20one_nnattawin
## 252        mikkarrae
## 253           BL_27_
## 254           BL_27_
## 255           BL_27_
## 256           BL_27_
## 257         azhidatt
## 258     pencilsalaya
## 259           BL_27_
## 260  20one_nnattawin
## 261           BL_27_
## 262           BL_27_
## 263           wthvwe
## 264      Miruralpaga
## 265           BL_27_
## 266           BL_27_
## 267           BL_27_
## 268          gominym
## 269       giogio_gzg
## 270     IichiroJingu
## 271      army_nanami
## 272     IichiroJingu
## 273         MayaMP01
## 274           ass_bl
## 275         luddraws
## 276       YMG_HeroeZ
## 277  laligoddessgirl
## 278           M4dute
## 279      Nanaacute16
## 280      bl_lo_ve_32
## 281  ikhouvandezee12
## 282      blworld2603
## 283      Miruralpaga
## 284     L0veThi5Game
## 285          212_ema
## 286          Nimbuu3
## 287  Daria_Rastunina
## 288        MyDearGee
## 289         KibaTz13
## 290   ABARTH_Blog_BL
## 291         ppipoluv
## 292        LarocheCS
## 293        legatitee
## 294  storyfromleeaan
## 295       maikeloneo
## 296    Fabulousyoshi
## 297      Spillinaire
## 298        padpachan
## 299   IntrinsicWorld
## 300      bucinclaude
## 301        Ehtriummn
## 302        bl_bbskps
## 303   ABARTH_Blog_BL
## 304          apobien
## 305       mileapo_ko
## 306     sunshinepayu
## 307        bl_bbskps
## 308    FlukeNational
## 309        bl_bbskps
## 310        bl_bbskps
## 311  L0722404Liliana
## 312        bl_bbskps
## 313        bl_bbskps
## 314          po_apo_
## 315   ABARTH_Blog_BL
## 316   pablo_palcovca
## 317        sombra_bl
## 318   eunhye_mileapo
## 319         orionmui
## 320   ferdimagellan2
## 321         Dahmp100
## 322      2sweetsc367
## 323      paintedrecs
## 324       dimples039
## 325      allBeLoved4
## 326      Nikitha1112
## 327   AnaCarol040295
## 328           BL_27_
## 329         A_M_C_NR
## 330      2sweetsc367
## 331           BL_27_
## 332    SuperNigel_Pt
## 333     mahalkoh0523
## 334       maikeloneo
## 335  Beans_ArtCorner
## 336          CSkidoo
## 337  sleepyheadluver
## 338           BL_27_
## 339           BL_27_
## 340        m0z0ngsh1
## 341  sleepyheadluver
## 342      peraya_exol
## 343      akule_mgele
## 344           BL_27_
## 345          cha8903
## 346           BL_27_
## 347   lovegrazielleh
## 348      peraya_exol
## 349          EliLeno
## 350      aratakizoro
## 351      yasminah_bl
## 352         Brrunaly
## 353   Ordinaryentity
## 354         Mayte_BL
## 355   Irodori_Sakura
## 356   RadleyArchives
## 357         sds_levy
## 358         Bionniac
## 359   WelshSchoolsFA
## 360      nattapowinn
## 361       Johanna_Bl
## 362   BostonJorge508
## 363    ApoNattawinBO
## 364     Januaryboyss
## 365        aramiswym
## 366       Mccrimmons
## 367     Jimena_wang3
## 368         rnbadley
## 369        KinoAlyse
## 370       sarah_ash7
## 371      delta_sauce
## 372        lethia_bl
## 373          julony1
## 374      anevilbunny
## 375     Miranda_8899
## 376        wenderlnd
## 377     spcygomtokki
## 378       AceAr0taku
## 379     colors_alexx
## 380      AntjeDienan
## 381    Prachaya143KS
## 382   vampireboy2003
## 383    FishiesJellie
## 384    Dreamless9876
## 385   AfifahNurAnand
## 386           bl_sub
## 387      crisalvessh
## 388           BL_27_
## 389      sondrawomen
## 390           BL_27_
## 391       shinn_aime
## 392        Not0nMain
## 393         sds_levy
## 394  monteiro_ortega
## 395   buffmilfslover
## 396      KSforever08
## 397        Bertozaur
## 398         SessxRin
## 399        Albertyeh
## 400     TheYaoiShelf
## 401      nongapocute
## 402  cutiesemanticme
## 403       pablo_bl_8
## 404   pablo_palcovca
## 405  babygravitydaze
## 406         MoxAprii
## 407         jtdessie
## 408  ladyalitacastle
## 409           Quowii
## 410   unbothered_ykx
## 411     ItJustMe1965
## 412     pemujakertas
## 413     SimondForbes
## 414     likearose317
## 415       MEWSICCLUB
## 416          cae_mov
## 417         jwcosart
## 418   CookieDoh12345
## 419         IsaBlumi
## 420     SimondForbes
## 421  kawoshingatitos
## 422     SimondForbes
## 423      blworld2603
## 424        bst253483
## 425      LYn_dmdboys
## 426   purplewhalien4
## 427      LYn_dmdboys
## 428      LYn_dmdboys
## 429     N_Fitzgerald
## 430    MultiiiiStann
## 431  KittenHasClaws8
## 432  semprongbolong7
## 433    mileaposArtaz
## 434     nyiguinyogui
## 435   CattawinofMile
## 436  BillBloodyHughe
## 437             plzl
## 438   lu_aux_fraises
## 439       Raudelburr
## 440    MySuppCareCOH
## 441   paralyzedbylou
## 442  Happy_Bubblesss
## 443        Droktulft
## 444        TimMilnes
## 445        Droktulft
## 446    airyolovemail
## 447     relish_hendy
## 448   La_Patrona_Rin
## 449     Takiko_Uruki
## 450       kuroiskiez
## 451         cloeyaku
## 452      alspacedout
## 453       glaucieIIe
## 454     Spotlightron
## 455   ApoNattawinUSA
## 456       sunbird_06
## 457       __as_alex_
## 458       HakethKOTB
## 459      soundlolgic
## 460     LSHGofficial
## 461     diangelosfav
## 462    Anita75999886
## 463    boysloveparty
## 464          BigE_20
## 465      delta_sauce
## 466          M1z_uKi
## 467  ianjustexisting
## 468       jenshaul13
## 469     fatherandrew
## 470     BL_nananWSSP
## 471         josie_bl
## 472           znncut
## 473          tatzanx
## 474     GIN_TROPICAL
## 475    Americareform
## 476       fufufu__bl
## 477         jeroosan
## 478      Bl_ueTe_ars
## 479        cgcornett
## 480       akazablood
## 481  tdkrbksupremacy
## 482        panilatte
## 483           MDi_BL
## 484  rainbowfirebird
## 485   amugae23317637
## 486        panilatte
## 487      hyeonjuhui3
## 488     haewonnieblu
## 489        vixen1084
## 490       dimples039
## 491         mems_ukc
## 492     NSFW_Biscuit
## 493     LRobbTeacher
## 494          cnf1996
## 495  SinnerDarkchild
## 496    KinnPorscheSP
## 497      EmmaLinaldi
## 498    allofthemanga
## 499        gingaeyle
## 500           blblud
## 501  SHIZUKUHlNOMORl
## 502    PhoenixStar73
## 503    Oregano_freak
## 504    allofthemanga
## 505    boysloveparty
## 506       mumbly_joe
## 507       chichikuuu
## 508       ghostzeros
## 509       moonatarix
## 510     euamodoramas
## 511  CaptainVonChan1
## 512    honeymins0613
## 513          WozgarX
## 514         pecunium
## 515        _bl_ai_ze
## 516    Untramen_Taro
## 517     IshtarSpring
## 518     IshtarSpring
## 519  Gabriel53469193
## 520   milfjiangcheng
## 521   Christine111VC
## 522   personalkanojo
## 523  MileApoGuardVTS
## 524   Tarou165828914
## 525          sinspin
## 526  striderincident
## 527    BooksTeaFilms
## 528   cattawin_lover
## 529   illusionteacup
## 530         STAGinPG
## 531    Lesio48417834
## 532        NandoFink
## 533        KinoAlyse
## 534  PersonalizeDISD
## 535     Spritepixie1
## 536           MDi_BL
## 537       Rayrift701
## 538       virtjinwoo
## 539      apoclassics
## 540         LuvAra91
## 541        _bl_ai_ze
## 542      delta_sauce
## 543       sixela1912
## 544      HelovesmeMA
## 545          okil_98
## 546      neocrotalic
## 547     xHunter_701x
## 548         marks_bl
## 549       Scarlet099
## 550      wizardlover
## 551         eggdroop
## 552         miky8315
## 553    WadeKillsonYT
## 554  Mischievousenby
## 555          bl_1510
## 556       strbwymilk
## 557   Serara18388406
## 558  BoysLovevibesss
## 559        JeaanJayy
## 560       news__dude
## 561     MaciasRosyyy
## 562    blfangirl1111
## 563     MaciasRosyyy
## 564           WTK_BL
## 565  wanderngthebchs
## 566   AzaleaReina_22
## 567     SummerDaze05
## 568          nadzy94
## 569   muggs_mulligan
## 570    Cindy07871425
## 571  K3deandamonjane
## 572       3vil_qu33n
## 573     ILikeBatsTho
## 574       GiseoksKey
## 575        MileApo10
## 576     minpao_dulce
## 577      delta_sauce
## 578          EliLeno
## 579   SessRin_dioses
## 580    kittii_crypto
## 581        abruti_bl
## 582      AsterCala93
## 583    StacieABuhler
## 584           am__bl
## 585  robertd91548116
## 586   zetsubou_sekai
## 587          19dcore
## 588  JohannaMontesJ1
## 589    CarmenEspejoC
## 590        abruti_bl
## 591       bl_artcult
## 592    CarmenEspejoC
## 593         rich4you
## 594      delta_sauce
## 595     PrizemArtNft
## 596    vatrushkachan
## 597       wondastars
## 598  Fujoshi48310521
## 599       HakethKOTB
## 600     hualiantgcf7
## 601          zk_sasi
## 602     Rafique6Riaz
## 603      AiKoBeanArt
## 604  HinataIsmyHeart
## 605      Only4Sehun_
## 606     panitosinpan
## 607       verumreina
## 608         Kunazar3
## 609   AdrianVickers5
## 610        abruti_bl
## 611   justwannasayhy
## 612   fakeshittalker
## 613            Qs358
## 614     DAIHIME_SAMA
## 615   sessrincentral
## 616      thucanconco
## 617         dexdaina
## 618      hogoshamaru
## 619        lavamanga
## 620       PecanSanVT
## 621           IFY_BL
## 622        emmavince
## 623       nghikraten
## 624   Rayan_Iolanthe
## 625           pnhalz
## 626        VenLsHere
## 627         voidfelI
## 628        abruti_bl
## 629     gunmetalsole
## 630        annieone3
## 631      KnosNothing
## 632        1900100ko
## 633    Curious111188
## 634        slwiede66
## 635         MNLGroup
## 636        whathow27
## 637         mawhalee
## 638   GodsRevolverNA
## 639         BL_craze
## 640        sombra_bl
## 641        sombra_bl
## 642    aidencantmeme
## 643  sh33RbR00tality
## 644        made_twat
## 645        sombra_bl
## 646        Anniebot0
## 647    bl_aficionado
## 648    bl_aficionado
## 649  pluviophilekhun
## 650         reila109
## 651        westdramx
## 652       Wen_Shawol
## 653  capitanrogers2_
## 654        KinoAlyse
## 655       shujaat381
## 656       SoLiMa7953
## 657        didemdndr
## 658         25pisces
## 659   malewifeartemz
## 660  PortlandBirdObs
## 661  Silvershadowwo1
## 662    TheBetterDoge
## 663        bran_dyon
## 664   FuturePI_Slack
## 665        BUB_BL_ES
## 666    godfavapomile
## 667           qq_sql
## 668   InquisitorLink
## 669      tittyvillus
## 670     Fujoshisifth
## 671  FacePaintedKids
## 672  Venusmisfortune
## 673     sharpcritter
## 674         bingchuu
## 675       kafesito96
## 676           jb723_
## 677    bl_aficionado
## 678    bl_aficionado
## 679  Babydolljungkoo
## 680    NattaMile_WIN
## 681       allyyccatt
## 682    bl_aficionado
## 683    bl_aficionado
## 684  bl_enthusiastic
## 685        _bl_ai_ze
## 686  bl_enthusiastic
## 687     bak3db3anzzz
## 688      FloralxLuna
## 689     SIeazeBurger
## 690        beeb00van
## 691    bl_aficionado
## 692         twinfaun
## 693         ines__bl
## 694    couplechickkj
## 695        _bl_ai_ze
## 696         hiwatari
## 697   josilverdragon
## 698    emogamerboyxd
## 699      tiredregina
## 700         ThySheee
## 701    StripedAlpaca
## 702           bl__sw
## 703   RosenbergEllie
## 704       Monlabiaga
## 705        gojosbong
## 706        Byakko130
## 707           bl__sw
## 708       hailoveyou
## 709          ello0u0
## 710          ginya97
## 711       mexshyalta
## 712   textyourmother
## 713     bluestarlx03
## 714    GeezLouis1971
## 715   GammaMesarthim
## 716   HueyBlounts888
## 717  RosaAng22672241
## 718   infinite_bagel
## 719      gradeA1_vic
## 720   insertname1003
## 721  Vanicha58875520
## 722         ZellaSky
## 723     AriesLovesBl
## 724        dommiii96
## 725      HurnAntonio
## 726  RosyRedLoverBoy
## 727   neighbor_heart
## 728  NightGodLawliet
## 729         bl__swan
## 730      Geute_Ketel
## 731          feruya_
## 732    azumangadieoh
## 733     sieloveleigh
## 734    SmkStrawberry
## 735     LuxafOreverX
## 736  MariaSolOviedo1
## 737    scarletpapava
## 738          9294bff
## 739          Nirori5
## 740  RandomCattolico
## 741      Geute_Ketel
## 742    herebystandby
## 743         bl__swan
## 744        bl_jaguar
## 745      adk08919235
## 746  iveyjanette_207
## 747       plutorooms
## 748      LollipREOpz
## 749          yesOsue
## 750         ines__bl
## 751    BlueEyedAshhh
## 752        ex_neelix
## 753        Q_Memer_2
## 754    prayforpeace3
## 755        cgcornett
## 756          n3ureey
## 757           BL_27_
## 758    arinneverland
## 759     koogoogie364
## 760     jessikayrose
## 761          Askugia
## 762       NattawinBR
## 763           BL_27_
## 764   nova_wednesday
## 765           BL_27_
## 766  brandisimo12345
## 767   TholeCalibrate
## 768      shrimpainer
## 769  AlchemyAndMagic
## 770     zeennbabiiis
## 771        BabeapoN2
## 772    sammyyaza_ttv
## 773     turnaboutgay
## 774        jking2597
## 775         faetooth
## 776       Bourque_BL
## 777        alita_ba_
## 778   ashfilledwords
## 779      filterpjmin
## 780     choisannie_s
## 781           IasIow
## 782           JCFC33
## 783     Zoya28315950
## 784           BL_27_
## 785    cattawinwaifu
## 786         bl__swan
## 787      aeristotle_
## 788    CyberartRealm
## 789     concretusTVP
## 790      bl_rambling
## 791  loversconfidant
## 792     choisannie_s
## 793         Raiixart
## 794   Quetzal_Feniix
## 795          jiphee_
## 796          st4rsun
## 797       narrystill
## 798         bl_airee
## 799        yudit2198
## 800    CrystalMCasey
## 801      bl_rambling
## 802      christie_bl
## 803       angstyxing
## 804      michinpirin
## 805      jimmy_darke
## 806     My_Best_Name
## 807      Breezyyy_15
## 808            yl3O1
## 809         TofFreeX
## 810      warmthsprin
## 811          dndknnt
## 812         BL_craze
## 813     LemonJunk404
## 814       THEHERMlT_
## 815         BL_craze
## 816           bl_389
## 817         N_Ryu369
## 818        _bl_ai_ze
## 819      NeriumToxin
## 820       Apociation
## 821       MarGabArts
## 822  bl_enthusiastic
## 823     Lucifer24680
## 824  bl_enthusiastic
## 825   Sasha_Universo
## 826     KissuNi_2589
## 827        Nastiko__
## 828     transranpo__
## 829    tadpole_tails
## 830         belumrtl
## 831   Stupid_player1
## 832    goathklysmell
## 833  HigurashiShinko
## 834      agatalovexl
## 835      mintiestars
## 836     Bl_is_needed
## 837  masterchief6996
## 838   josilverdragon
## 839         Kevs_518
## 840    mcreynolds_87
## 841      chitose__bl
## 842     blackspies12
## 843    gameonporsche
## 844        dalitza_r
## 845    lvrqueercntnt
## 846   meatfreemeals1
## 847       rosehyly24
## 848        hatakekth
## 849  MonkeySkinnyRib
## 850      christie_bl
## 851        Etim007et
## 852           rkjeom
## 853     binegarnsalt
## 854         Jargo_BL
## 855    _nigashikatas
## 856        yuutashun
## 857        EmBerning
## 858          runlume
## 859  JapaneseNatsuno
## 860           Bl_ank
## 861    BawanSkeletal
## 862        utsugakus
## 863     BL_nananWSSP
## 864          SSf1609
## 865    Heart10Looks3
## 866      AiKoBeanArt
## 867    milevintage15
## 868    gameonporsche
## 869          labelyn
## 870    NathanBerning
## 871  Juliaykl49Kyang
## 872      Bl_Troyanda
## 873    jalenwebbnba1
## 874       _LuniBear_
## 875     BL_nananWSSP
## 876  ALABASTER_APE_X
## 877    Xtra_JunkMa1L
## 878          Hubsies
## 879       yokojk2_jk
## 880     zeennbabiiis
## 881     teachwellall
## 882      corpsebabyy
## 883       sarthak_bl
## 884  still_tohfunmee
## 885  SalopResearcher
## 886        SleepyMoe
## 887        rinnusssy
## 888       skindhippo
## 889  MonicaReidRadio
## 890    freakonaleesh
## 891  VikasCh66165667
## 892  Kawa1strawberry
## 893      midaritrash
## 894      midoriihime
## 895  Jamaican__Cutie
## 896         florr_bl
## 897   arkhan_voyager
## 898         lop_nita
## 899       katielo556
## 900       ayamadori1
## 901       ookaysshay
## 902  RhondaMasengale
## 903           BL_27_
## 904      Levidrocher
## 905      CURSORMAN1A
## 906     dreamsofmint
## 907     stan_arikook
## 908           BL_27_
## 909  HyakuyaMikangel
## 910         luuuuthv
## 911       yunenofune
## 912           b0nktr
## 913    cocomelon1994
## 914     BL_Fangirl34
## 915     vomitcoffins
## 916         kseyuuuu
## 917         1chirisu
## 918     jk_moon_baby
## 919          LDBSLAT
## 920     DemzOneMusic
## 921      ChristallaJ
## 922         ArtofApo
## 923     kung_nilsson
## 924          vexatag
## 925      exiscrisis_
## 926   SweetAsCerasee
## 927         Urska871
## 928   StupidGrimoire
## 929      spookicooky
## 930        lubo_ac23
## 931      meatgrippin
## 932  gimnahu47115386
## 933        leamaycry
## 934      GINA__BEARS
## 935         drdrix80
## 936   splashwaves_BL
## 937       vvindswept
## 938   therealsingers
## 939        MILEAPOBR
## 940         miririas
## 941        oma_oma_1
## 942   Kamila60319204
## 943     BrandonPowe2
## 944         privnula
## 945        merodrama
## 946         RyanFZed
## 947         Bob_BL20
## 948       Jlescure25
## 949       OliverRA15
## 950           HO__Bl
## 951           fpianz
## 952       Plasma_spl
## 953         TatRosso
## 954           HO__Bl
## 955        AmneAhmad
## 956      Bl_Troyanda
## 957    honeylove0126
## 958        LalonskyC
## 959      femmecelled
## 960      IvanBladeOn
## 961     natalia_arte
## 962         aubepink
## 963           nma_BL
## 964     GreenRibbits
## 965   MileApoBolivia
## 966         Daily_BL
## 967       Edhinman89
## 968      Bl_Troyanda
## 969         seonaneo
## 970  blackpeopledata
## 971      Bl_Troyanda
## 972        riudrag0n
## 973     PocketOfRats
## 974    watchmoontree
## 975  Chocolateanime4
## 976     drmartinking
## 977    smallerghosts
## 978          K0rzana
## 979  saladexperiment
## 980  LostsheepChrist
## 981        BL_Fan_CH
## 982          ellasux
## 983  Nancyricoanton2
## 984       MandiTrini
## 985    AnnieenFrance
## 986         5431saki
## 987       Bunbearvk1
## 988      Jay84472077
## 989     MileApoChile
## 990    Fakeforthefun
## 991       Kafakhri08
## 992    BL_goodfellas
## 993     Lovetheway_u
## 994        mobuuukun
## 995    ARICBRINDLEY1
## 996         Bl_ckkky
## 997           pvs_pf
## 998         Bl_ckkky
## 999     liz_isabella
## 1000        JamMann6
## 1001     AkatsukiHou
## 1002    HazelynnRose
## 1003 SujitKu10789374
## 1004        Bl_ckkky
## 1005 Varshasaini9921
## 1006      bl_artcult
## 1007 DevenOlmstead26
## 1008    sportsfan702
## 1009      hailoveyou
## 1010  arkhan_voyager
## 1011 MileApo_admirer
## 1012  arkhan_voyager
## 1013      LimWeather
## 1014       ItsJam_Ok
## 1015 LatinaImmigrant
## 1016   LONDONGIRL_40
## 1017 Unnamed_MA_fan1
## 1018   sebastian_bl_
## 1019  LADYGAGAEXOBBB
## 1020    sattonlondon
## 1021    taesfreckIes
## 1022   mileaposlayer
## 1023    lemongremlin
## 1024   XimiieskIsDed
## 1025   Markspock2424
## 1026  GibelliniPaolo
## 1027   manesince2018
## 1028         natitym
## 1029 soft_husbands25
## 1030     liIpuppydog
## 1031        KsnagiNn
## 1032   TernasylLuter
## 1033 nubesdeazucar__
## 1034 SanjuSh51614314
## 1035        ajwehrsj
## 1036    DimitriKebab
## 1037         aki20ka
## 1038      violet_bkp
## 1039         _goteki
## 1040   Ina_Escalante
## 1041 MileApoFamPh524
## 1042    nunewcatmeow
## 1043     RinoMileApo
## 1044        florr_bl
## 1045      UrbanizeLA
## 1046         quin_ym
## 1047          APP_BL
## 1048        Croesype
## 1049         wonwwbe
## 1050        fairybmy
## 1051  patisseriedoll
## 1052    BL_Fangirl34
## 1053 seeyoulaterboyy
## 1054        ajwehrsj
## 1055       cait_rose
## 1056 TruthDefender13
## 1057       jlovesgyu
## 1058     chosotheist
## 1059       bl_jaguar
## 1060   sasuke_bottom
## 1061     dameveneno_
## 1062     gojosugurus
## 1063       TsakuteNV
## 1064   sakamotoswife
## 1065       znnznn_10
## 1066  EVERYTHANGPODD
## 1067      preityrose
## 1068       fldudr_pv
## 1069      Poojapal_9
## 1070    _tokyothrift
## 1071 Sacredsymbol821
## 1072  neoxsanctuaire
## 1073 misskim12346789
## 1074          bl_ma_
## 1075     Aeriel_dear
## 1076     DianeNick24
## 1077     santoshetti
## 1078        zuhair_k
## 1079      preityrose
## 1080         AP0neko
## 1081    mile_apoEast
## 1082 freaKENgorgeous
## 1083         w3iying
## 1084    kodoku271297
## 1085       ABBACCHlO
## 1086       ZUS041972
## 1087   MileApoDaily_
## 1088    Sanfrankid21
## 1089         apojune
## 1090 cowboylikedeann
## 1091   simpingforapo
## 1092     rosabelline
## 1093 oddlycomforting
## 1094        kato6301
## 1095     geminicoded
## 1096        ngkhn_bl
## 1097     rubywright1
## 1098       1chillmoe
## 1099      TonyFreshP
## 1100 ER5rik4BUJmL8o0
## 1101 stuartw94089061
## 1102     Bl_Troyanda
## 1103  merror82211058
## 1104     SanRatweets
## 1105        mgrSkiba
## 1106 SpiritOfCongres
## 1107    whore4mitski
## 1108       Temino201
## 1109       yuma_sogo
## 1110        Clinss__
## 1111     Bl_Troyanda
## 1112         DocT___
## 1113 DrewGeorgeClode
## 1114    iarematthewc
## 1115      geminirzng
## 1116     UniRdg_GCMS
## 1117       shotalumi
## 1118 BakedWithLoveee
## 1119  haniichachacha
## 1120      indi_sulta
## 1121        BL_is_me
## 1122    No1TomokoFan
## 1123    spockisblack
## 1124    acatboyscafe
## 1125         Myhra22
## 1126  PeachyKageyama
## 1127  ilabilachinchi
## 1128    ayveeaverson
## 1129   giantkittylvr
## 1130 dulcetfairytale
## 1131      Kashishs26
## 1132    luci_alessia
## 1133  hood_sisters4L
## 1134        megz6344
## 1135 __moonchildd___
## 1136       Nelsonali
## 1137    leah12008075
## 1138   wistfulknight
## 1139    saintlyichor
## 1140         FLY3R__
## 1141      ryumisadei
## 1142 pseudoetymology
## 1143       eichiyaoi
## 1144        ngkhn_bl
## 1145       Tarik_Arm
## 1146     kgkiser2015
## 1147    Chesuchesuto
## 1148          tmbg13
## 1149 iiheartnicotine
## 1150         KPW1453
## 1151      stickybug4
## 1152 __moonchildd___
## 1153       sarangndh
## 1154 __moonchildd___
## 1155       MarMalton
## 1156      twinkgirll
## 1157  nicholasggrant
## 1158  Rajanaz786Zaib
## 1159     Bl_Troyanda
## 1160          BL_27_
## 1161  tutoryimbabiee
## 1162         kiyvesk
## 1163         MtuwaMu
## 1164     childempreg
## 1165    Sonijalander
## 1166  punishedthumbs
## 1167  bottomhuacheng
## 1168  katewhiteshark
## 1169        lavboy13
## 1170      neonkewpie
## 1171      CalesWife_
## 1172     paregularrr
## 1173    BL_Fangirl34
## 1174     Bl_Troyanda
## 1175    Maelleisavet
## 1176     bestlaykomi
## 1177          APP_BL
## 1178        ihyperon
## 1179     Bl_Troyanda
## 1180        EditaOla
## 1181         SMurie1
## 1182          BL_27_
## 1183      auyamacake
## 1184          BL_27_
## 1185  Catniptwoshoes
## 1186          BL_27_
## 1187      panther_BL
## 1188       kimseoah0
## 1189          BL_27_
## 1190  Gypsy_Cinnamon
## 1191       clownx_bl
## 1192    HunterkingCM
## 1193      domikookie
## 1194       bl_wdmr_2
## 1195  gaycottoncandy
## 1196         sehviuh
## 1197          BL_27_
## 1198    K_Schallhorn
## 1199       clownx_bl
## 1200   HeartfeltDesu
## 1201  ykislifehelp11
## 1202       clownx_bl
## 1203          bl_xxi
## 1204       clownx_bl
## 1205       clownx_bl
## 1206          BL_27_
## 1207  AndrewManor187
## 1208  jennithepsycho
## 1209       clownx_bl
## 1210          BL_27_
## 1211     Bl_Troyanda
## 1212    victorlatmey
## 1213         tatzanx
## 1214          bl_xxi
## 1215       mylomamon
## 1216       clownx_bl
## 1217      bl_world22
## 1218     Bl_Troyanda
## 1219  expolineledger
## 1220        THOTYAKI
## 1221          BL_27_
## 1222          BL_27_
## 1223       clownx_bl
## 1224     sweetbatat4
## 1225       clownx_bl
## 1226          BL_27_
## 1227       clownx_bl
## 1228       clownx_bl
## 1229       clownx_bl
## 1230       clownx_bl
## 1231        legaytus
## 1232       clownx_bl
## 1233       clownx_bl
## 1234 BatangMangga_05
## 1235       clownx_bl
## 1236       clownx_bl
## 1237       clownx_bl
## 1238     chae____rin
## 1239       clownx_bl
## 1240       clownx_bl
## 1241     gre_ybunn_y
## 1242         tatzanx
## 1243   a011111111113
## 1244         t0nmii2
## 1245     Bl_Troyanda
## 1246       KIK68_233
## 1247       AriSK10OG
## 1248        NPHAT_bl
## 1249     junkunhands
## 1250    thedoctorxxx
## 1251       dabi1993_
## 1252          ili_bl
## 1253       Nexie1208
## 1254         GF0fApo
## 1255 vndingmchine723
## 1256          poyprs
## 1257     noonawajana
## 1258     gaeboi_arts
## 1259       un_wieldy
## 1260     aaron_idtap
## 1261      NativeSonn
## 1262 Starryillusionz
## 1263      dora_bts07
## 1264         Yeow777
## 1265       tinker_bl
## 1266     _SoftDaniel
## 1267      sera22will
## 1268        rhody_jo
## 1269    Bear_theKuma
## 1270      kussajoubu
## 1271       tinker_bl
## 1272  Skkyyyyyyyyyyy
## 1273         bren_bl
## 1274  PehleBharatiya
## 1275     MomTo6Lambs
## 1276        Decoy_38
## 1277    SwamiSalami3
## 1278       tinker_bl
## 1279    PunjabiHindu
## 1280        MNLGroup
## 1281      310jazzmin
## 1282          ili_bl
## 1283  streetpeopleLA
## 1284     _Pennelopey
## 1285    sportsfan702
## 1286     johnson4b06
## 1287 CatholicEdLeeds
## 1288        DarkIcy5
## 1289       pawathere
## 1290       PupscanLA
## 1291          tpwk40
## 1292       kookoo595
## 1293   goddessarashi
## 1294      bl_lover91
## 1295     8reinhardt8
## 1296   DariusRadzius
## 1297    postpunkista
## 1298   BacklitGalaxy
## 1299  peachpeach1002
## 1300       theDiiKay
## 1301      bl_lover91
## 1302       BTSSVERSE
## 1303        AndrrreT
## 1304      ferri_rick
## 1305  BL_MadeDigital
## 1306      kujoheaven
## 1307 JackpotSyndrome
## 1308    ChelseaReede
## 1309       Dutchduk2
## 1310   farheen_khan3
## 1311   rosarioimpale
## 1312       clownx_bl
## 1313          T1Raja
## 1314       clownx_bl
## 1315        reoigari
## 1316    DAIHIME_SAMA
## 1317       clownx_bl
## 1318       clownx_bl
## 1319          Oryxha
## 1320 Alu_Morgenstern
## 1321     BL_Zordoxon
## 1322        QmediaFX
## 1323        inigma_a
## 1324     solariswave
## 1325        laurbits
## 1326    Wstewart0328
## 1327     javascriptd
## 1328          ili_bl
## 1329         vick_BL
## 1330        xysayshi
## 1331    UptoDateNewz
## 1332     omisarchive
## 1333          ili_bl
## 1334  Eastlake_Vball
## 1335 EarlyMoringRain
## 1336          ili_bl
## 1337      illhoonies
## 1338        meo___ow
## 1339      BitsHammer
## 1340    sugarberry27
## 1341         Amya_SA
## 1342    clownimnidda
## 1343      NgatiBryan
## 1344   GAustralia_87
## 1345  ArealLifeRebel
## 1346    pearl_nikkie
## 1347    pearl_nikkie
## 1348       abruti_bl
## 1349     rohish_shhh
## 1350       abruti_bl
## 1351       LArasoul0
## 1352 skxnninvrskinny
## 1353    gogocheonguk
## 1354    pastpassages
## 1355          ili_bl
## 1356   MeghanBlack26
## 1357   Sleemzy_avil2
## 1358          TAT_bl
## 1359   ahgasefantasy
## 1360        DonKwahn
## 1361          ili_bl
## 1362       Melsier_s
## 1363    DinahMileApo
## 1364          ili_bl
## 1365       _bl_ai_ze
## 1366     peach_trans
## 1367  xo_yourdestini
## 1368      pajikochan
## 1369 SocialHousingCo
## 1370        Bl_ckkky
## 1371      bethyyogh_
## 1372      NFTShirts1
## 1373      yangkinki1
## 1374  cutiecutiepie_
## 1375 Addicted_ToZayn
## 1376       blsoftiee
## 1377      petravoice
## 1378    Intellectard
## 1379    JolanJoestar
## 1380      petravoice
## 1381     voidoflogic
## 1382       BL_prints
## 1383      BRANDONAGE
## 1384       femy_nism
## 1385     bkpp_mint24
## 1386      mar1409mar
## 1387 SunflowerLychee
## 1388     Bl_clarisse
## 1389    NeivaTheNerd
## 1390  hikiganebousou
## 1391        SR__1209
## 1392       exjusemee
## 1393     bbuff_filmy
## 1394    monarchyconf
## 1395       Nudel_spl
## 1396     dumplingart
## 1397  sunsetbbkisses
## 1398     bananarkive
## 1399        melybel_
## 1400  FurryLibrarian
## 1401  villupuramAkFC
## 1402         boydna_
## 1403   BluestJavelin
## 1404    clevergirrll
## 1405     fairyluvluv
## 1406    misti_violet
## 1407    fatuiharbing
## 1408   BL_Publishing
## 1409       Nemo_nuea
## 1410   BL_Publishing
## 1411  s7ephenwithaph
## 1412  DrSabinaDosani
## 1413      nirvana10M
## 1414    mile_apoEast
## 1415 MollyKHumphries
## 1416 love_potion_no8
## 1417        nhguaVyT
## 1418         BL_BenS
## 1419 ShorealoneFilms
## 1420      vnusrabbit
## 1421       manyundei
## 1422       19sepRiia
## 1423        melybel_
## 1424        LeedsDYS
## 1425 mynameisnotvlad
## 1426 KKsrinivasan_BL
## 1427     TomitaDouji
## 1428     vennicensem
## 1429     Bl_clarisse
## 1430   anonymousG124
## 1431    Melany081115
## 1432       bl_ahblah
## 1433 NiqNaJu_fanacnt
## 1434    lovelywangji
## 1435       baeksdoie
## 1436 ryuknowwhattodo
## 1437   lovemybabyart
## 1438     boyhypnosis
## 1439       zombiepop
## 1440  sanasodabreeze
## 1441       brave0nft
## 1442       brave0nft
## 1443      zebrafinch
## 1444       pprincenv
## 1445      bl_romance
## 1446      eyeseye_bl
## 1447       magsarion
## 1448 ShabanaMarshall
## 1449      Ayochase01
## 1450       bl_cuties
## 1451   BL_Publishing
## 1452   BL_Publishing
## 1453       full_cure
## 1454 LaurenG43444365
## 1455     BL_Y_Single
## 1456       _VAbigail
## 1457   Marcy65058368
## 1458      CamHistory
## 1459    boobooshugar
## 1460     BL_Y_Single
## 1461     ukiyosghost
## 1462    ScotOralHist
## 1463  uptoasmilingme
## 1464 GinabeanartGina
## 1465 Ituki_0408mikan
## 1466       Evelincs_
## 1467     hana_michis
## 1468      jhonny3211
## 1469       BTran2003
## 1470          KnZ_BL
## 1471 Contemporary_BL
## 1472    darkestdollx
## 1473    Lunabelleino
## 1474  ChildOfMileApo
## 1475    fineboytemii
## 1476       markolver
## 1477         kamlesm
## 1478      Mrs_N0B0D1
## 1479        InLimboV
## 1480    LentusOracle
## 1481  AlvinRomero030
## 1482     glimpseofbw
## 1483       _bl_ai_ze
## 1484        PS5_BOTs
## 1485         BL_Hyro
## 1486   yumeiro_latte
## 1487     icanflyloru
## 1488    f_ckingawful
## 1489       LordeEsme
## 1490        chufei_i
## 1491     alhajinuell
## 1492       LordeEsme
## 1493   K_Kentin_Rose
## 1494     ayo_cohouwu
## 1495   Ovo_himsef449
## 1496 SweetestLouisaR
## 1497       _bl_ai_ze
## 1498         Drakid7
## 1499    Kebbi_kingjr
## 1500  Friends_UoB_TC
## 1501  Friends_UoB_TC
## 1502   andreasheyden
## 1503     Coyote0423E
## 1504       Bjeezus98
## 1505         poIysho
## 1506       bl_ahblah
## 1507    ILRYxXISC_BL
## 1508        konotton
## 1509   BetterAbsence
## 1510    ILRYxXISC_BL
## 1511        kregents
## 1512  namastenancysf
## 1513      KvngWhillz
## 1514    ILRYxXISC_BL
## 1515    ILRYxXISC_BL
## 1516   sicowokdurian
## 1517     BL_Y_Single
## 1518     BL_Y_Single
## 1519        srslysxy
## 1520    SathishRaj96
## 1521     shadescafe_
## 1522    ILRYxXISC_BL
## 1523    ILRYxXISC_BL
## 1524           cheja
## 1525     BL_Y_Single
## 1526    ILRYxXISC_BL
## 1527    ILRYxXISC_BL
## 1528    ILRYxXISC_BL
## 1529   BL_VisualArts
## 1530    ILRYxXISC_BL
## 1531 Contemporary_BL
## 1532    ILRYxXISC_BL
## 1533        Luaplviv
## 1534    ILRYxXISC_BL
## 1535     BL_Y_Single
## 1536        bl_harry
## 1537      bl_essence
## 1538   jimmy73623940
## 1539 Contemporary_BL
## 1540     BL_Y_Single
## 1541    HTWofficial1
## 1542    ILRYxXISC_BL
## 1543     diana_pelaz
## 1544     BL_Y_Single
## 1545     BL_Y_Single
## 1546        bin_9704
## 1547    hidesinhiden
## 1548    ILRYxXISC_BL
## 1549        bin_9704
## 1550     Trainfanny1
## 1551    _IAmLegend__
## 1552      xingmi1996
## 1553     laadaaadeee
## 1554        bin_9704
## 1555         bl_1510
## 1556    BiggKingsley
## 1557   VividBadSquid
## 1558  atanalerectida
## 1559  iamnaitala2001
## 1560      cruisexszn
## 1561       nakata_bl
## 1562        bin_9704
## 1563       pinkargus
## 1564       mjayyyy__
## 1565    holar_D_boss
## 1566    EnglishPupil
## 1567       nakata_bl
## 1568    RichVoorhees
## 1569        megz6344
## 1570      Javi_Fdez_
## 1571   evelynl890525
## 1572   Caleb_Oluleye
## 1573 blinksmartlinks
## 1574     BL_Y_Single
## 1575    abara_alonzo
## 1576       nakata_bl
## 1577        himi_png
## 1578     bkpp_mint24
## 1579          0702Sl
## 1580    Johnstone_BL
## 1581     BL_Y_Single
## 1582 MarkStamper6180
## 1583       nakata_bl
## 1584     bkpp_mint24
## 1585        136_BTS_
## 1586   Zettersletter
## 1587        MoxAprii
## 1588       nakata_bl
## 1589         DogHeir
## 1590      mizuruilvr
## 1591       nakata_bl
## 1592      linggglieb
## 1593     sicknesstom
## 1594       banrolina
## 1595     Dalidalyoxo
## 1596    MoneyManMilt
## 1597         imsidj_
## 1598 HtweLay93331453
## 1599  lowbudgetdemon
## 1600   TanKk05974483
## 1601   TanKk05974483
## 1602    kr_retweeter
## 1603   amantedel__bl
## 1604         Gaddapa
## 1605      Gulfzilla8
## 1606       lamareaux
## 1607       A_BL_Simp
## 1608       abruti_bl
## 1609     parfaitslut
## 1610          11moji
## 1611     JohnGreenDC
## 1612   InfamousKairi
## 1613       kmari__BL
## 1614          tqnllr
## 1615         18_0933
## 1616  Dani_is_acting
## 1617       mimixsoob
## 1618 bl_enthusiastic
## 1619     OnUrOwnKids
## 1620        HRoisman
## 1621   blazedeeznutz
## 1622        Pilczjan
## 1623       bl_ahblah
## 1624        SR__1209
## 1625        smononed
## 1626  CoachZRiley501
## 1627 Elspeth52112979
## 1628     Bloomalooma
## 1629      fairy_taen
## 1630       nakata_bl
## 1631    sakitakarai7
## 1632        rel1rel1
## 1633      2Starajith
## 1634        iamnurix
## 1635       yuukienan
## 1636 moremore_minori
## 1637     Bl_clarisse
## 1638       beomslips
## 1639   ArdenUniPsych
## 1640     RinoMileApo
## 1641    King54597021
## 1642  lilaccandy0514
## 1643       trappabre
## 1644     peachiprint
## 1645     Waterrain17
## 1646      CryptoAliB
## 1647        __pomade
## 1648 MileApoGuardVTS
## 1649        DilonteW
## 1650    MdSnakeheadz
## 1651 lunamoo48415432
## 1652        MNLGroup
## 1653       agentsaba
## 1654 erieriericaaaaa
## 1655    SelvamAnbu12
## 1656     leloucholic
## 1657   AngelMartRod2
## 1658          wwtud_
## 1659     shorehpippi
## 1660  Resplendent_BL
## 1661       didemdndr
## 1662      wanjaaaiis
## 1663     aranza_deni
## 1664    Heterophobea
## 1665       kamuicult
## 1666      HipChicago
## 1667      HipChicago
## 1668     flynnboyant
## 1669      firstbabii
## 1670   roadkill_raph
## 1671       arxiearts
## 1672       Nattavuic
## 1673       Mapuli_li
## 1674       _bl_ai_ze
## 1675      LidlHummus
## 1676       _bl_ai_ze
## 1677      ranposfoot
## 1678  underscore_daw
## 1679        receicle
## 1680   slackerbarrel
## 1681       _bl_ai_ze
## 1682      PasstheASA
## 1683       tesstalay
## 1684         vluviav
## 1685     Bl_Troyanda
## 1686      natsuki_s0
## 1687     Bl_Troyanda
## 1688       JoC100200
## 1689     Bl_Troyanda
## 1690  _amievenimi309
## 1691         evyvrry
## 1692       BL_Carter
## 1693  darkprincessVP
## 1694       BL_Carter
## 1695       taruumiya
## 1696    BL_Fangirl34
## 1697        bl__bts_
## 1698       Stobelli1
## 1699  JenniferSaplor
## 1700      riverkecil
## 1701          dkeq_f
## 1702    speakupppppp
## 1703       shypronin
## 1704         emekah_
## 1705       BLfandesu
## 1706 Eliter_revenger
## 1707     darahellman
## 1708     bose_pammal
## 1709       magidah01
## 1710      neonglittr
## 1711        Lolahhh_
## 1712     PenguinBL97
## 1713 tomymagicerrors
## 1714     mzenananers
## 1715        Topson__
## 1716     BL_CollCare
## 1717    BL_Fangirl34
## 1718  iamshubham6060
## 1719    BL_Fangirl34
## 1720    BL_Fangirl34
## 1721    BL_Fangirl34
## 1722         _woawps
## 1723        2000cbbc
## 1724     InSomnia756
## 1725    RichVoorhees
## 1726  Chrizkhalifa21
## 1727 directorpegasus
## 1728       vesperbay
## 1729    HopeWorld_96
## 1730      delocks_ng
## 1731       bl_jaguar
## 1732  stellarwonwoo_
## 1733         2kasa00
## 1734        KauguyaC
## 1735      Pappy_Wrld
## 1736      bl__suarez
## 1737        drearmie
## 1738      bl__suarez
## 1739         CKohiii
## 1740      bl__suarez
## 1741      bl__suarez
## 1742      bl__suarez
## 1743 xsnugglestruthx
## 1744      bl__suarez
## 1745      bl__suarez
## 1746      bl__suarez
## 1747       lethia_bl
## 1748  apollosynthius
## 1749  pessimisticboi
## 1750   prettykimchii
## 1751      punzovlogz
## 1752          costxo
## 1753        Lummiey_
## 1754         AjFilly
## 1755 fuckuropinionBL
## 1756 _Reedahbabyyy28
## 1757       abruti_bl
## 1758          kjzorp
## 1759    Thai_BL_Aika
## 1760    Mr_Gods_will
## 1761        cerezaii
## 1762   sgtboogaranan
## 1763       deez_ease
## 1764    jmoreno_1978
## 1765     Pegasus_szn
## 1766        day6real
## 1767      SuharlizaH
## 1768   BL_x_addicted
## 1769    EseTweeter57
## 1770        zhujnyo1
## 1771    Rollaka_cchi
## 1772   naniwaluckybi
## 1773       Mac_daves
## 1774 crossbelladonna
## 1775        bl__bts_
## 1776         Jea_lly
## 1777      bl_ue_sky_
## 1778 NikiLeSunshine1
## 1779     MoonCottage
## 1780     BrotherRemi
## 1781      Mccrimmons
## 1782     _Blessing_b
## 1783    iamfreshice1
## 1784    akunbacaazey
## 1785   bl_aficionado
## 1786   BelindaGray20
## 1787       maiden564
## 1788      hxruhxtakx
## 1789   bl_aficionado
## 1790     Bl_Troyanda
## 1791     slothingsyl
## 1792         bl_swyq
## 1793        florr_bl
## 1794      MinAgustDt
## 1795    hoe_for2dmen
## 1796     Bl_Troyanda
## 1797        bl_is_O2
## 1798       Etim007et
## 1799         MKBang3
## 1800    eduardo_djcz
## 1801    Vanguard_way
## 1802          BL_ncp
## 1803      flw3rseok_
## 1804 peaceandloveszd
## 1805    BL_continent
## 1806          Nfuse5
## 1807     Bl_Troyanda
## 1808 bl_enthusiastic
## 1809          BL_ncp
## 1810        bl__bts_
## 1811      sinthsizer
## 1812    OtomeTweeter
## 1813      __meowqing
## 1814     340678002x9
## 1815         bl_swyq
## 1816         kyum_89
## 1817         bl_1510
## 1818       woopatron
## 1819 Nithiya76108176
## 1820       chee_lks1
## 1821         bl_swyq
## 1822 SachinS42119943
## 1823    Stingray_018
## 1824       tinker_bl
## 1825      virtjinwoo
## 1826        bl__erry
## 1827        bl__erry
## 1828       tinker_bl
## 1829   beatriceyoon_
## 1830 Rcverma01568575
## 1831  hOwlsAddicted_
## 1832        bl__erry
## 1833      piyochi_bl
## 1834    chara_chu415
## 1835 bl_enthusiastic
## 1836   bl_aficionado
## 1837  ASOMBREREVERIE
## 1838  starringwonder
## 1839      bingkaffei
## 1840  SinnersRevelry
## 1841   bl_aficionado
## 1842        ninajiah
## 1843      forevermfy
## 1844    demenmewgulf
## 1845       ChihiroXP
## 1846      bluvrmgnie
## 1847    BL_continent
## 1848 abiramidevi3096
## 1849  quesaborluksas
## 1850     Bl_Troyanda
## 1851     Nnattavvin1
## 1852       ChoccyArt
## 1853        bl__swan
## 1854    purple991166
## 1855      dare_darou
## 1856     AidilRizall
## 1857        bl__swan
## 1858    NekoRosaline
## 1859  queertangerine
## 1860        PS5_BOTs
## 1861 bl_enthusiastic
## 1862        bl__swan
## 1863        bl__swan
## 1864        bl__swan
## 1865        bl__swan
## 1866        bl__swan
## 1867      ruikasarot
## 1868    BL_Hatcher14
## 1869    all4b2utyful
## 1870 bl_enthusiastic
## 1871 YayukMulawati91
## 1872         mang_BL
## 1873        madu_rcj
## 1874         _Ro_Bl_
## 1875        IsSaeran
## 1876        Astro_BL
## 1877        Dan_Yure
## 1878     dr_y_bl_ack
## 1879    KatalinaOoma
## 1880      dimples039
## 1881     Alittlepo02
## 1882  WordsworthGras
## 1883       tinker_bl
## 1884 UprightSpeedway
## 1885 20one_nnattawin
## 1886     Enrum_Thala
## 1887      aamxfamily
## 1888  yukari_2006_BL
## 1889       amienanan
## 1890         kagshou
## 1891        emusakis
## 1892     mintcandyz_
## 1893        NuNid_22
## 1894      KacaPedang
## 1895  ruikasatruther
## 1896   chetan_sankhe
## 1897    littleduck79
## 1898    ViridisRylie
## 1899     ot7_lover03
## 1900    oona_paredes
## 1901 wp4ECIGml2Ea3ji
## 1902 wp4ECIGml2Ea3ji
## 1903      jaeeeyoong
## 1904     TToya_hails
## 1905       clownx_bl
## 1906   Charles912009
## 1907   stuck_inabook
## 1908       clownx_bl
## 1909       clownx_bl
## 1910    MyArt_inLove
## 1911  yukari_2006_BL
## 1912       clownx_bl
## 1913        lop_nita
## 1914       j_w_baker
## 1915         bl_anng
## 1916       furazhong
## 1917   blockstart_eu
## 1918    1998Milkmilk
## 1919 CarlaMa23868819
## 1920   BL_x_addicted
## 1921       abruti_bl
## 1922   BL_x_addicted
## 1923      BunkoGenki
## 1924  vampireesasuke
## 1925       clownx_bl
## 1926    PoPo89736213
## 1927      ssyazwanaa
## 1928       abruti_bl
## 1929        bl__swan
## 1930   classicurluve
## 1931         Natch4n
## 1932      pAIperdoll
## 1933       abruti_bl
## 1934      pAIperdoll
## 1935        lapakden
## 1936        tyzkdlin
## 1937      Mialuana13
## 1938       clownx_bl
## 1939     Bl_ueTe_ars
## 1940    Stayforskz15
## 1941       clownx_bl
## 1942   amantedel__bl
## 1943 confusedcharlot
## 1944      girlritual
## 1945       sombra_bl
## 1946      rainykalei
## 1947          Bl_anc
## 1948     xiaoxi11580
## 1949      pAIperdoll
## 1950       ClyBriana
## 1951  giornos_garden
## 1952       abruti_bl
## 1953      pAIperdoll
## 1954        DerossiS
## 1955         G_Bl_Cu
## 1956         xhookez
## 1957 MileApoCambodia
## 1958      silverwind
## 1959     xmin_hoonsx
## 1960       beansxooo
## 1961     tsumetikkul
## 1962   timothyjeon23
## 1963     bkpp_mint24
## 1964      dzonershow
## 1965   bxetherealox_
## 1966       xRecchanx
## 1967     bkpp_mint24
## 1968     withHaecvan
## 1969    BL_Fangirl34
## 1970    BL_Fangirl34
## 1971          bl_389
## 1972    BL_Fangirl34
## 1973 apolloinjustice
## 1974       abruti_bl
## 1975    mile_apoEast
## 1976       abruti_bl
## 1977      mileapo_ko
## 1978        pavikaa2
## 1979       gayartdad
## 1980    BL_Fangirl34
## 1981          xblnki
## 1982     mytruongrex
## 1983          xblnki
## 1984      J255943731
## 1985          bl_389
## 1986          xblnki
## 1987       NercissaA
## 1988          bl_389
## 1989      AamAnusorn
## 1990       harutowh_
## 1991          bl_389
## 1992          bl_389
## 1993      Ada_Palmer
## 1994      Lee_bl_luv
## 1995   AngelMartRod2
## 1996   tinyfairyhobi
## 1997      samaa_nnnn
## 1998      SareenMomo
## 1999    muiii__24212
## 2000     SweetTea_94
## 2001       chamfrein
## 2002      Luve1Build
## 2003        jizzpiss
## 2004          bl_389
## 2005         bazluvr
## 2006        bl__swan
## 2007     bkpp_mint24
## 2008     Bl_ueTe_ars
## 2009        ashhchuu
## 2010      sib_rak_BL
## 2011       naphat_44
## 2012       tsoondere
## 2013    1998Milkmilk
## 2014         bl_swyq
## 2015      bl_tiddies
## 2016          MezLo3
## 2017     miekuahcabe
## 2018    KamaruddiAbd
## 2019         wshyiyo
## 2020       taweesab3
## 2021 Evelyn088919964
## 2022  capitalistocto
## 2023    MileApoNG_FC
## 2024        clanky17
## 2025       BJLiss_Bl
## 2026   OmahaNebraksa
## 2027       BJLiss_Bl
## 2028          bl_pew
## 2029  underslowjams_
## 2030     BL_Y_Single
## 2031         DogHeir
## 2032         espkpts
## 2033  rewithoutspoon
## 2034       NeoDeoNut
## 2035  HyacinthChan27
## 2036        bl_macho
## 2037     Bl_ueTe_ars
## 2038     GRIDCITY_BL
## 2039       Jisushika
## 2040    IndianCrying
## 2041      youartist_
## 2042    JennyFranck_
## 2043      youartist_
## 2044    Sunhye_kyung
## 2045      youartist_
## 2046      youartist_
## 2047      WalterNAFO
## 2048      youartist_
## 2049  army_melody_bl
## 2050          ryuk1i
## 2051       igord9nce
## 2052    matthiannaji
## 2053        bl__swan
## 2054    Framtidsfisk
## 2055    dreamsofmint
## 2056   rocklotusyeon
## 2057 the_law_himself
## 2058   Shooniejoonie
## 2059      milehighna
## 2060   BagkarShradha
## 2061    nattawinnerr
## 2062  eunhye_mileapo
## 2063    Seed84333379
## 2064 ItsMukeshShukla
## 2065      MileApo_sp
## 2066     TimoFreeman
## 2067 AETHERIAIMPERA1
## 2068       BJLiss_Bl
## 2069         For__BL
## 2070      ana_rosner
## 2071   amantedel__bl
## 2072       Arescheim
## 2073        kato6301
## 2074   Ned_BillySeng
## 2075   imissfaunaUUU
## 2076       cissingto
## 2077      lelouchDNI
## 2078      aposmiling
## 2079       lethia_bl
## 2080    ym_623_GR_BL
## 2081 iammisscharlene
## 2082     SweetTea_94
## 2083        toudajew
## 2084     AidilRizall
## 2085 LadyGag39600206
## 2086    ym_623_GR_BL
## 2087  taizi__dianxia
## 2088         httpgua
## 2089        bl__bts_
## 2090        florr_bl
## 2091        bl__bts_
## 2092     Monathereum
## 2093    lazycastelin
## 2094        _gennext
## 2095        ayamitea
## 2096     Bl_Troyanda
## 2097    MissUniversu
## 2098      aliahandra
## 2099     kidcorepunk
## 2100    rlyfukntired
## 2101    TerenceKerr5
## 2102  phannipha_2544
## 2103     YanShenLing
## 2104         BL_BJKV
## 2105 BrylleGonzales3
## 2106       BlazedRTs
## 2107   amantedel__bl
## 2108       gr3ath3lm
## 2109    Yung_TooTall
## 2110        plain_93
## 2111    everyone_yuu
## 2112     mins_wonwon
## 2113    ym_623_GR_BL
## 2114  NicholasCrabbe
## 2115    jmflower_pms
## 2116     pumkin_hill
## 2117    mingmumuming
## 2118       no_min0zz
## 2119     Baalderdash
## 2120    Ph1lzaTweets
## 2121 TejasPrasadBar3
## 2122   Annalisa_moss
## 2123        florr_bl
## 2124      Haechanmtp
## 2125      NoraLoveZS
## 2126      bussytawan
## 2127        florr_bl
## 2128       _bl_ai_ze
## 2129 tracy_steinberg
## 2130    yukiharu2530
## 2131        mogosis_
## 2132       LuvBugFic
## 2133       _bl_ai_ze
## 2134   AGowrikanthan
## 2135      eyeseye_bl
## 2136       _bl_ai_ze
## 2137       _bl_ai_ze
## 2138         car9723
## 2139       _bl_ai_ze
## 2140      huffkitten
## 2141       _bl_ai_ze
## 2142       _bl_ai_ze
## 2143       _bl_ai_ze
## 2144  yukari_2006_BL
## 2145       itz_Juleo
## 2146   BL_Publishing
## 2147         dipayy_
## 2148      AumSaisorn
## 2149     Tortilowius
## 2150       _bl_ai_ze
## 2151      keshavamol
## 2152    Zaph_atitoxD
## 2153          Lathji
## 2154       calisklad
## 2155  kariukiwaweruJ
## 2156        ratt1217
## 2157          bl_ckm
## 2158         DrHeyru
## 2159          Teo_71
## 2160        artabeth
## 2161     PGCBlogging
## 2162        bl__bts_
## 2163        ngkhn_bl
## 2164        bl__bts_
## 2165        bl__bts_
## 2166        bl__bts_
## 2167       Iuvrazors
## 2168       acc_stan_
## 2169      maxcypruss
## 2170        Raman_BL
## 2171     tipfee_bl_3
## 2172     tipfee_bl_3
## 2173         bl_1510
## 2174         BL_SAhm
## 2175         bl_1510
## 2176    Raji_abinaya
## 2177         BL_SAhm
## 2178       EICatHome
## 2179         jizhoy2
## 2180    readwangxian
## 2181        ngkhn_bl
## 2182       lethia_bl
## 2183   Sirus12597898
## 2184       A_BL_Simp
## 2185     dalywhipped
## 2186         jizhoy1
## 2187  bbyminaprotecc
## 2188       EICatHome
## 2189    darksidemm56
## 2190    bl_is_mundle
## 2191 dkjewellerymar1
## 2192    FFtt79223422
## 2193     yoliperez04
## 2194      parsifel43
## 2195       aish_8299
## 2196      obikenowbi
## 2197    yoonie_kim29
## 2198     chicakimbap
## 2199     BibleWSpain
## 2200       lethia_bl
## 2201       Saakuchin
## 2202    loveandcurse
## 2203       lethia_bl
## 2204    Bl_world0194
## 2205 DesiBoy54730403
## 2206      JDPPKD2002
## 2207     Bl_Troyanda
## 2208        bl__bts_
## 2209      sashasimic
## 2210    Bl_world0194
## 2211     bkpp_mint24
## 2212        Scripta_
## 2213         BL_SAhm
## 2214      HalaHamwi5
## 2215       ray_chan2
## 2216       ray_chan2
## 2217         Loaoser
## 2218       ray_chan2
## 2219  R_naturebeauty
## 2220         Loaoser
## 2221        ATpJmpol
## 2222         BL_SAhm
## 2223    vomitcoffins
## 2224     bkpp_mint24
## 2225          BL_ncp
## 2226       XimztomaT
## 2227       noahdieee
## 2228 KimNara33691273
## 2229          BL_ncp
## 2230          BL_ncp
## 2231      twiIirealm
## 2232     Bl_Series24
## 2233   bl_aficionado
## 2234 nomercymaster16
## 2235   bl_aficionado
## 2236   bl_aficionado
## 2237          i2k_bl
## 2238 creationodyssey
## 2239         G_Bl_Cu
## 2240      bl_world22
## 2241      bl_world22
## 2242         dpdp044
## 2243         komiska
## 2244         Bilyola
## 2245       singtoine
## 2246    Bl_world0194
## 2247       uraalices
## 2248         eyn_bl_
## 2249  yukari_2006_BL
## 2250      akemasyraf
## 2251          ryQn9_
## 2252  yukari_2006_BL
## 2253        beryl_bl
## 2254   bl_aficionado
## 2255    DandyRohandy
## 2256         JoeXu60
## 2257       wjmgbwsbw
## 2258     Bl_Troyanda
## 2259     bkpp_mint24
## 2260       GasheadAu
## 2261       mikafucku
## 2262       trinicouz
## 2263     jiutiansong
## 2264   Hunju29977262
## 2265 CarlosC80168872
## 2266     yeahmileapo
## 2267       A_BL_Simp
## 2268    bl_ckgothicc
## 2269          Aklnik
## 2270   amantedel__bl
## 2271        beryl_bl
## 2272       gwifirusu
## 2273        beryl_bl
## 2274        bl__bts_
## 2275        bl__bts_
## 2276   amantedel__bl
## 2277         kydjxvh
## 2278     Bl_Troyanda
## 2279          goeti4
## 2280      huaxiegege
## 2281        ibeomsgf
## 2282        beryl_bl
## 2283      Maliart_AI
## 2284      ON4ever555
## 2285        beryl_bl
## 2286      ON4ever555
## 2287      L0IDF0RGER
## 2288   tanamera11omg
## 2289    anujposeidon
## 2290 LindaRo86022650
## 2291        utenthys
## 2292   silingling806
## 2293       bl_khatri
## 2294   tanamera11omg
## 2295        beryl_bl
## 2296       fablelore
## 2297        beryl_bl
## 2298         ClmHope
## 2299        bl_harry
## 2300   tanamera11omg
## 2301        bl__bts_
## 2302        bl__bts_
## 2303       bl_khatri
## 2304        Weemo206
## 2305          bl_fwy
## 2306   0708purplesky
## 2307     bkpp_mint24
## 2308   silingling806
## 2309     Bl_Troyanda
## 2310 Vote_4_Sickular
## 2311        Gie0k131
## 2312        Wyovball
## 2313         G_Bl_Cu
## 2314  BackstreetLamb
## 2315         j_cinty
## 2316 MerakiFinifugal
## 2317  custardcookiez
## 2318      drei_7teen
## 2319        ref1hsul
## 2320      jayaaaddya
## 2321   namkookrising
## 2322     Bl_Troyanda
## 2323   giannagaviola
## 2324        bl__bts_
## 2325    AnnieBrassey
## 2326        bl__bts_
## 2327     queerologia
## 2328          WTK_BL
## 2329        florr_bl
## 2330        florr_bl
## 2331     bkpp_mint24
## 2332          jamjiw
## 2333  gxlden_sparrow
## 2334       cantavest
## 2335   BurrerMelissa
## 2336 BL_Ref_Services
## 2337 BL_Ref_Services
## 2338       bl_bbskps
## 2339       bl_bbskps
## 2340    paula_delval
## 2341       bl_bbskps
## 2342       bl_bbskps
## 2343       bl_bbskps
## 2344       VnTweeter
## 2345       myoamount
## 2346        transwol
## 2347       yamakakei
## 2348        mgrSkiba
## 2349         For__BL
## 2350       bl_bbskps
## 2351       bear_jfam
## 2352   atikahlokman_
## 2353       bl_bbskps
## 2354       bl_bbskps
## 2355       teaxivaaa
## 2356        bl__bts_
## 2357       bl_bbskps
## 2358  yukari_2006_BL
## 2359     nantawanwi6
## 2360   BrisUniSpColl
## 2361    Net2Ayurveda
## 2362   GetWet_DryBoy
## 2363    ym_623_GR_BL
## 2364       i19242273
## 2365    ym_623_GR_BL
## 2366        bl__bts_
## 2367      mirensiart
## 2368        bl__bts_
## 2369     manicxpixie
## 2370        bl__bts_
## 2371         m_m1941
## 2372       00Mcshdow
## 2373        bl__swan
## 2374       JlNNNNNNN
## 2375       NWasinphi
## 2376     teungkaofao
## 2377   MingHoshiiYou
## 2378        hikuachi
## 2379 kangaerusi_take
## 2380   AshNateWanted
## 2381   DanaGavin1895
## 2382    10daysinhell
## 2383    BL_nananWSSP
## 2384    BL_nananWSSP
## 2385        NPHAT_bl
## 2386 koncentraaaaaaa
## 2387 bl_enthusiastic
## 2388        hbVenA1C
## 2389    rnimpossible
## 2390    rnimpossible
## 2391     knibbleknob
## 2392      BLMedieval
## 2393 bl_enthusiastic
## 2394    BL_nananWSSP
## 2395 bl_enthusiastic
## 2396        xxbyulzz
## 2397        bl__bts_
## 2398        bl__bts_
## 2399        bl__bts_
## 2400      moranickle
## 2401        bl__bts_
## 2402        cettyuwu
## 2403     bl_is__life
## 2404     bl_is__life
## 2405       seivarden
## 2406     cowboy_up79
## 2407     diana_pelaz
## 2408      CTighfield
## 2409     bl_is__life
## 2410     bl_is__life
## 2411      milo_drums
## 2412          BL_OCC
## 2413    Horny_ForYJH
## 2414       gilEgbutt
## 2415        iL0VMARA
## 2416          bl__sw
## 2417      LilacBird1
## 2418 InfiniteGalaxia
## 2419       hemaifren
## 2420 endlessca1amity
## 2421        Bluhtack
## 2422  baikalsymphony
## 2423         unome06
## 2424     AnxietyPath
## 2425  baikalsymphony
## 2426   pneumaninesix
## 2427     Bl_Troyanda
## 2428    IshtarSpring
## 2429        bl__bts_
## 2430        bl__bts_
## 2431        bl__bts_
## 2432 HangyulMalaysia
## 2433      xulshhh___
## 2434       gkanawvtt
## 2435        Bl_alock
## 2436    Pyramid_BC08
## 2437          bl__sw
## 2438    Yani49944064
## 2439 PugazhendhiPu11
## 2440        bl__bts_
## 2441    GrahamRKings
## 2442        bl__bts_
## 2443     Bl_ueTe_ars
## 2444      number9_bl
## 2445  a__medievalist
## 2446     ohsinnerman
## 2447        nikk0nik
## 2448         hrdny26
## 2449         woojidn
## 2450      wingedpeng
## 2451       NemuChin_
## 2452          bl__sw
## 2453          bl__sw
## 2454          bl__sw
## 2455          bl__sw
## 2456     anndrellann
## 2457         10_ryoo
## 2458        sxousuke
## 2459   milfWanning09
## 2460        nrashrzr
## 2461          bl__sw
## 2462 bonesintheswamp
## 2463      bl_world22
## 2464  melissaoneal41
## 2465        Hitch_Bl
## 2466          bl__sw
## 2467        bl__bts_
## 2468        bl__bts_
## 2469        equaldyb
## 2470        bl__bts_
## 2471     bkpp_mint24
## 2472          bl__sw
## 2473          bl__sw
## 2474    IWillStabGod
## 2475      degenereis
## 2476          bl__sw
## 2477        bl__bts_
## 2478     bkpp_mint24
## 2479     bkpp_mint24
## 2480       LObatman2
## 2481          bl__sw
## 2482       sianofhel
## 2483         ai_0073
## 2484        premuind
## 2485  lokilaufeybarn
## 2486    SILENTKNlGHT
## 2487        bl__bts_
## 2488        bl__bts_
## 2489     Bl_ueTe_ars
## 2490   franziska1218
## 2491        kato6301
## 2492       bl_bibbui
## 2493   mkurumathenge
## 2494       bl_bibbui
## 2495       raisanka_
## 2496   justshutupkey
## 2497   ArtemisPhylis
## 2498       bl_bibbui
## 2499      bl_world22
## 2500         suizowi
## 2501         bl_vcky
## 2502       bl_bibbui
## 2503        yrcha_bl
## 2504   yesthisislila
## 2505     Bl_ueTe_ars
## 2506    MakotoKinnie
## 2507   simpforcdrama
## 2508  army_melody_bl
## 2509       1chillmoe
## 2510          i2k_bl
## 2511     tobishochan
## 2512     curryayammm
## 2513   BL_VisualArts
## 2514   franziska1218
## 2515     charlott_bl
## 2516  Elegante_Erizo
## 2517    JeffreyJDean
## 2518 KatieMillingt20
## 2519     JohnEDavies
## 2520      apopresent
## 2521        NPremath
## 2522     Bl_ueTe_ars
## 2523      bl_world22
## 2524          rouuiy
## 2525          ocomar
## 2526    mikofutayaoi
## 2527        bl__bts_
## 2528        giwigiwi
## 2529     bl_rambling
## 2530        kiny7777
## 2531  _dianesflowers
## 2532 dianessunflower
## 2533     bl_rambling
## 2534   ladygracehere
## 2535     Bl_Troyanda
## 2536       archviist
## 2537     SantinomySm
## 2538     Bl_Troyanda
## 2539         bl_nk11
## 2540     Bl_Troyanda
## 2541   yeellowdragon
## 2542       Gambiste1
## 2543         Nafsie2
## 2544         bl_nk11
## 2545  pacaranbertiga
## 2546 One_Post_A_Day_
## 2547     Fat_Tigress
## 2548  chonky_tigress
## 2549      naurwegian
## 2550      lilacjooha
## 2551     wander7lust
## 2552          midviz
## 2553      twentybees
## 2554        aieonian
## 2555     bl_andwoodz
## 2556     PeeksSneaky
## 2557 alfonslopeztena
## 2558     Rakishthief
## 2559    xiaomeipoppy
## 2560  RINRIN79482260
## 2561   rajusrinivasa
## 2562     Alexmusic14
## 2563         ohaeyou
## 2564        bl_harry
## 2565      eurasiapol
## 2566        bl_harry
## 2567          WTK_BL
## 2568     INTO1SanYuu
## 2569        ovv_____
## 2570      Artemiel_s
## 2571   Wolfgang18842
## 2572 TPLovHe6BbqnWNn
## 2573      lov3lyymay
## 2574     Dianfatma88
## 2575   chriscooreman
## 2576       babutobio
## 2577 changplschokeme
## 2578      diasartssq
## 2579 Nueng_Valentine
## 2580    kkkiiivvviii
## 2581   quietinternal
## 2582       PSTNrulez
## 2583      tetetsukei
## 2584   JJKMILLIONDOL
## 2585     Bl_ueTe_ars
## 2586      eyeseye_bl
## 2587     intomysugar
## 2588      Akfanpoy77
## 2589          qrstyl
## 2590       lethia_bl
## 2591      allyyccatt
## 2592        wonuday6
## 2593       ain_nasar
## 2594        So___Mad
## 2595 JasmineAWattpad
## 2596     viscosaffie
## 2597         livaets
## 2598       ILLEGAILE
## 2599          K3NYUO
## 2600 zenobiaambrozja
## 2601 AnnBurn22116581
## 2602     Bl_ueTe_ars
## 2603       tinker_bl
## 2604     Bl_ueTe_ars
## 2605     Uyi40158895
## 2606   cups_of_stars
## 2607       nihonggyu
## 2608   amantedel__bl
## 2609  In_AnkitSingla
## 2610       maheri626
## 2611         BCUHELS
## 2612         ni_iano
## 2613 LisaAce49728075
## 2614       laneijack
## 2615     Bl_ueTe_ars
## 2616       shoto_ito
## 2617         jcjav01
## 2618     GULFHAZARD3
## 2619       Apo96Mile
## 2620         zdkskji
## 2621       BonsuFifi
## 2622        bl__swan
## 2623      ilyweiying
## 2624        bl__swan
## 2625        bl__swan
## 2626       tinker_bl
## 2627       AjaanMark
## 2628    softerstorms
## 2629       tinker_bl
## 2630       tinker_bl
## 2631        red_loeb
## 2632   LadyofLorien_
## 2633       bl_bibbui
## 2634     uryalterego
## 2635   mdevitoboutin
## 2636        bl__swan
## 2637 mauve_honbuchou
## 2638   amantedel__bl
## 2639       bl_lemon_
## 2640     bearkvbunny
## 2641   AndyInstaller
## 2642       4percent_
## 2643     Saturninka2
## 2644   SuzyIUNayeon2
## 2645     nanonstummy
## 2646  Anthony_Hayes7
## 2647     Bl_ueTe_ars
## 2648       FariousBr
## 2649     Bl_ueTe_ars
## 2650 AnaPaul87453634
## 2651 Mischievousenby
## 2652    wakatheworld
## 2653     VlCT0RYSTAR
## 2654   author_hughes
## 2655      tnfarmeryt
## 2656       febvrulac
## 2657    uknowdorothy
## 2658     gigibknhdid
## 2659    skyparhelion
## 2660    vampire3azwa
## 2661 RobertW75903970
## 2662  BTStannies2013
## 2663      BLMetadata
## 2664    ym_623_GR_BL
## 2665    yumenogarden
## 2666         jnjnkk_
## 2667        Daily_BL
## 2668   m4sterskittxn
## 2669     Bl_ueTe_ars
## 2670    yanmeigoreng
## 2671     JessicaEi03
## 2672 Mileapo_forever
## 2673  Perlascious_BL
## 2674        _aidan18
## 2675       MARJ4RINE
## 2676  Perlascious_BL
## 2677       yingj2520
## 2678       _bl_ai_ze
## 2679   Reina_DeFuego
## 2680      loveggonee
## 2681        apogulfs
## 2682      saintcat89
## 2683    BL_Fangirl34
## 2684    BL_Fangirl34
## 2685    ym_623_GR_BL
## 2686    BL_Fangirl34
## 2687 Ensuredfuture_R
## 2688       _bl_ai_ze
## 2689    BL_Fangirl34
## 2690       jtworking
## 2691    BL_Fangirl34
## 2692         bl_1306
## 2693        yuumayn7
## 2694      tabbitha78
## 2695          09gmlj
## 2696      stella_kms
## 2697  chaptercool_bl
## 2698      linormenta
## 2699      asyikiiing
## 2700      CCockburn2
## 2701        bl__bts_
## 2702       shinyeoju
## 2703       Gogosimo1
## 2704      Spingibiib
## 2705      BLMedieval
## 2706      soun_ariya
## 2707         bl_1306
## 2708     Yuriko_Yu78
## 2709 TrickhousePress
## 2710          ieka93
## 2711      BLMetadata
## 2712  helen63lambert
## 2713  DIANACHARLENE2
## 2714      pawinee_wk
## 2715 coochiebuster33
## 2716       Frau_Aust
## 2717     unul_lalala
## 2718     tweedisgood
## 2719 KeighleyLibrary
## 2720  FurryLibrarian
## 2721  magicsugarcube
## 2722     ricehoarder
## 2723      elijahh247
## 2724      moon_jeIIy
## 2725     Bl_Troyanda
## 2726 iridescentstaar
## 2727 Firelight8abril
## 2728 AETHERIAIMPERA1
## 2729       mirukitta
## 2730       Rachewnah
## 2731     OneNueng_BL
## 2732     OneNueng_BL
## 2733    karleenigot7
## 2734    stygiianymph
## 2735     Moon_3starz
## 2736       Lisha_bel
## 2737     danieI_main
## 2738    Net2Ayurveda
## 2739          lnim03
## 2740     Bl_clarisse
## 2741         ohaeyou
## 2742         bl_soir
## 2743        bl__bts_
## 2744  Chiaki88975144
## 2745    iwuvmewgulf8
## 2746      EmmaGar800
## 2747        Bullpup2
## 2748   bluehalfblood
## 2749        bl__bts_
## 2750    DelphMurata_
## 2751   ZdenekDolezal
## 2752     3drenderbot
## 2753     3drenderbot
## 2754        bl__bts_
## 2755     Bl_ueTe_ars
## 2756    BL_Fangirl34
## 2757  cadburrydairy_
## 2758     Bl_ueTe_ars
## 2759    BL_Fangirl34
## 2760 NicoleF19128350
## 2761        jayeel12
## 2762       y_tianlin
## 2763  FurryLibrarian
## 2764    BL_Fangirl34
## 2765    BL_Fangirl34
## 2766      eyeseye_bl
## 2767    BL_Fangirl34
## 2768      eyeseye_bl
## 2769        wo__owon
## 2770 hexnumber123524
## 2771  IP_Consultorxs
## 2772     bekbekagain
## 2773       sospranio
## 2774 ProfShakespeare
## 2775       sluttyhui
## 2776   itzmee_winoff
## 2777 bradfordlibs247
## 2778  TheOnlyCakeOne
## 2779       opsyspice
## 2780   LewisMediaAUS
## 2781  buildbeluvejkp
## 2782    Vanguard_way
## 2783    Vanguard_way
## 2784    Vanguard_way
## 2785    BL_Fangirl34
## 2786    Vanguard_way
## 2787    BL_Fangirl34
## 2788          bl_aub
## 2789      Kaylie0606
## 2790         _4ysan_
## 2791       Laure5sos
## 2792        mgrSkiba
## 2793         BL_Hyro
## 2794     tekurigadon
## 2795          bl_aub
## 2796         BL_Hyro
## 2797     bunsaigloss
## 2798        smallxir
## 2799    ShahidhaBari
## 2800      HanaScribe
## 2801 Olympias_Epirus
## 2802         xyz_sal
## 2803     paipaicares
## 2804       dessimq17
## 2805 nthgbutoutlines
## 2806   Edgy_Mcfuckup
## 2807     kasumiikiri
## 2808       brave0nft
## 2809     Bl_Troyanda
## 2810         KPW1453
## 2811     Bl_Troyanda
## 2812     Bl_Troyanda
## 2813     Yuriko_Yu78
## 2814         atpciaI
## 2815       LcvcLcvc1
## 2816     Bl_ueTe_ars
## 2817    BL_Fangirl34
## 2818    BL_Fangirl34
## 2819       atzimpact
## 2820    BL_Fangirl34
## 2821    BL_Fangirl34
## 2822        owwwwwni
## 2823       gyeoulbbh
## 2824          bl_aub
## 2825   kissable202bi
## 2826   damyy98269315
## 2827   bubblestulip7
## 2828     Bl_ueTe_ars
## 2829        micovi81
## 2830      haikyuutie
## 2831  zhangqilingsgf
## 2832 DavinaQueensha_
## 2833        yonast98
## 2834    Fiqah_Yusoff
## 2835 RutchelSecorat4
## 2836   Koorinokokoro
## 2837 DanielaLuiselli
## 2838 RutchelSecorat4
## 2839     Bl_ueTe_ars
## 2840      4rch_4ngel
## 2841      NickaMae03
## 2842   ksmkkbookscom
## 2843       encibodas
## 2844     isakoyuhere
## 2845  ___purelove___
## 2846    ImAoidabadee
## 2847        mgrSkiba
## 2848         ORE1431
## 2849      GoMazinger
## 2850      bl_lover91
## 2851     diana_pelaz
## 2852   Farah_91Babyz
## 2853   DoiPathompong
## 2854   iamzupersaori
## 2855   fafifuwaswess
## 2856    loveleelatee
## 2857         iyoba4u
## 2858        Stanpops
## 2859 thembocollector
## 2860       KingsInns
## 2861          BL_ncp
## 2862        bl_harry
## 2863    yoonminsrare
## 2864        bl_harry
## 2865     chi76556041
## 2866 wiltedoleanders
## 2867    snowpolarfox
## 2868    kittykata182
## 2869         GHofmar
## 2870       c_jopeshi
## 2871          lty8ng
## 2872      LOUDDIEVAN
## 2873        bl__bts_
## 2874          rza514
## 2875        bl__bts_
## 2876       elissa_gc
## 2877        bl__bts_
## 2878        sugarapa
## 2879       Kari17921
## 2880    JeffreyJDean
## 2881          HO__Bl
## 2882         ub4ldn0
## 2883       nur261189
## 2884       EfyManelz
## 2885   IreneLavovile
## 2886       milfzishu
## 2887       _bl_ai_ze
## 2888    Pawarroopa11
## 2889       _bl_ai_ze
## 2890        tiqahbm_
## 2891 errbodyluvsgoku
## 2892     yiyeoncutie
## 2893       _bl_ai_ze
## 2894        koanil23
## 2895     dhhclovesme
## 2896      twodeehoes
## 2897     Bl_ueTe_ars
## 2898    Ureshiisekai
## 2899  YeyeBwoyfriend
## 2900     sehyuk_slut
## 2901         Vlove7_
## 2902       Juvielian
## 2903         ryuikvx
## 2904    munkiew_kana
## 2905     gingertorte
## 2906        mgkasu30
## 2907      NTRohit543
## 2908    fObbYaZn1990
## 2909     WH1T3L0TUS_
## 2910         ryuikvx
## 2911       stoicpleb
## 2912           3mKa1
## 2913 22forever12five
## 2914 PaulDea69972397
## 2915      contentamb
## 2916    lazyyydayyyz
## 2917       baekook20
## 2918     robobunnies
## 2919         ryuikvx
## 2920  AcademicPurple
## 2921   fourBL4CKPINK
## 2922        bl_4_eva
## 2923  Andreu91418775
## 2924     Bl_Troyanda
## 2925    royallitfund
## 2926 AlexCoppocBunce
## 2927      drsx_rojeu
## 2928        bl__bts_
## 2929          SegoAG
## 2930         lwjsexc
## 2931          BibSoc
## 2932        bl__bts_
## 2933   LoveWonwooshi
## 2934     shakoaulait
## 2935      drsx_rojeu
## 2936 DavinaQueensha_
## 2937      narrystill
## 2938        bl__bts_
## 2939        bl__bts_
## 2940  eeeeeeeeeeelif
## 2941        bl__bts_
## 2942        bl__bts_
## 2943    hualiantgcf7
## 2944     Bl_Troyanda
## 2945        bl__bts_
## 2946       measaniie
## 2947  bloomellow_web
## 2948  bloomellow_web
## 2949 krmanhwa_market
## 2950     MoonaaLunaa
## 2951       Add1ct606
## 2952          nyss4_
## 2953        bl__bts_
## 2954        bl__bts_
## 2955    Benjaporntum
## 2956        bl__bts_
## 2957       dgyeonzio
## 2958    LTHTRFinance
## 2959        bl__bts_
## 2960        bl__bts_
## 2961          Nxxi94
## 2962        bl__bts_
## 2963    kneverfrownr
## 2964         Rati_91
## 2965     chinggsmida
## 2966   amantedel__bl
## 2967    onjirayaden1
## 2968     Sharman2Pam
## 2969 phoolchandvrmaa
## 2970   Scarlletwolf1
## 2971   BooksTeaFilms
## 2972    hualiantgcf7
## 2973         JregPeg
## 2974      ahjuicykun
## 2975        Safuafua
## 2976   CorinaObertas
## 2977     bkpp_mint24
## 2978       manzeehua
## 2979         rdngjo_
## 2980 chocomilkfrever
## 2981       _bl_ai_ze
## 2982  maianhhjhjhaha
## 2983       _bl_ai_ze
## 2984         Ddoori2
## 2985    ShriRamJayam
## 2986    Bl_world0194
## 2987    pransocoolja
## 2988           zldy_
## 2989  BackstreetLamb
## 2990     4ashish2012
## 2991  maianhhjhjhaha
## 2992        bl__bts_
## 2993       _bl_ai_ze
## 2994   haijou_parade
## 2995         dipayy_
## 2996     babushkat_s
## 2997          BL_ncp
## 2998        bl__bts_
## 2999 TonySimoesdaSi1
## 3000        bl__bts_
## 3001         zietwts
## 3002       M18139870
## 3003     Bl_ueTe_ars
## 3004      tasteofpie
## 3005        nininpat
## 3006 earthbornmetals
## 3007         Boboj29
## 3008 DimitrisAtticus
## 3009   Modi_Nama2024
## 3010 mshorriblepussy
## 3011     ottercervie
## 3012     PERRIEpinas
## 3013        denuys_c
## 3014     GungJansiri
## 3015  Befikraashique
## 3016        bl__bts_
## 3017    morebandages
## 3018    syeathoughts
## 3019      mayank_314
## 3020    Sleemzy_avil
## 3021        snxiowi4
## 3022 gohliuying_fans
## 3023 Purehappiness19
## 3024  mileapo_greeny
## 3025  agaunstnazguls
## 3026       netxjames
## 3027    Strawburryjm
## 3028   lvrqueercntnt
## 3029      AnaGrayred
## 3030    YoganathanMP
## 3031        webviruz
## 3032        bl__bts_
## 3033        bl__bts_
## 3034  mileapo_greeny
## 3035   ALiuzzoScorpo
## 3036        babou_bl
## 3037          WTK_BL
## 3038     zuradaisuki
## 3039    TofficKagawa
## 3040    NeoThomist81
## 3041        linob_bl
## 3042   Bruce11520202
## 3043 WisnuPradanaArt
## 3044        Runes7th
## 3045        kokinoak
## 3046   BooksTeaFilms
## 3047        LMG_2117
## 3048   Anuradhatweet
## 3049       mafiyamii
## 3050          qiyaio
## 3051   mochieemolala
## 3052        asia_bl_
## 3053   Adge_the_Mage
## 3054     PARKJIMINM8
## 3055      RCCoulombe
## 3056    waniestonzj2
## 3057 Contemporary_BL
## 3058   ElitesMewgulf
## 3059       BTSSVERSE
## 3060  catherinemginn
## 3061     CurtMaestro
## 3062     starcelokia
## 3063       mafiyamii
## 3064  chemabulsayang
## 3065         Ninyy__
## 3066  iandavidjones2
## 3067       runwitchi
## 3068         i_m_cer
## 3069    LuminoLovely
## 3070       oneoff666
## 3071   bluehalfblood
## 3072         SeshesM
## 3073      sakurali01
## 3074  Wordsworthians
## 3075          MazpmS
## 3076        Lallum35
## 3077       shanidar4
## 3078     Bl_Troyanda
## 3079   ALITTLEPAPERS
## 3080     Bl_Troyanda
## 3081     JimAkanishi
## 3082     Bl_Troyanda
## 3083     Bl_Troyanda
## 3084    0511hararuni
## 3085       hauutdawg
## 3086        linob_bl
## 3087     Bl_Troyanda
## 3088       DaemonAAc
## 3089     Bl_Troyanda
## 3090 SoniaSa96325829
## 3091       DaemonAAc
## 3092     brookebay21
## 3093         folucar
## 3094        bl__bts_
## 3095 Randy_v_Brienen
## 3096     ITooObserve
## 3097        bl__bts_
## 3098        bl__bts_
## 3099         cskk888
## 3100     jinyoung_bl
## 3101   sukasukatsuki
## 3102    ChelaPerez17
## 3103   BL_Publishing
## 3104   BL_Publishing
## 3105         folucar
## 3106  adhilahamed_BL
## 3107  FurryLibrarian
## 3108    PMewGulfSaid
## 3109       manx_maid
## 3110     Reddingt0n9
## 3111       Seannnny_
## 3112    craigansibin
## 3113  fourtknightttt
## 3114         Elmo580
## 3115       DaemonAAc
## 3116    apoflorawine
## 3117     zhr99356552
## 3118       awodzynka
## 3119        bl__bts_
## 3120       davesh153
## 3121       Aptos1990
## 3122        orked614
## 3123  Thomas53319799
## 3124         Nap_ooo
## 3125     tacticooIer
## 3126       biubiuppk
## 3127     JimAkanishi
## 3128        bl__bts_
## 3129         dendeph
## 3130  army_melody_bl
## 3131     MarineMushu
## 3132        xx_wawax
## 3133  ArchiveHashtag
## 3134     noteGarrett
## 3135        ryconize
## 3136  army_melody_bl
## 3137 fangrlbutnotime
## 3138     Beenhakitty
## 3139 PattrapornSuna2
## 3140 NurMaisarahAli4
## 3141    loveGulf0412
## 3142   Lusifer__Girl
## 3143  broken_head_bl
## 3144        GENSHlIN
## 3145       _bl_ai_ze
## 3146       wooinajii
## 3147     frankbtc21k
## 3148      aery_ranju
## 3149        bl__bts_
## 3150     Dianfatma88
## 3151      namki_xoxo
## 3152     jinyoung_bl
## 3153     jinyoung_bl
## 3154        GENSHlIN
## 3155    1998Milkmilk
## 3156          htr26_
## 3157          bnuiit
## 3158    haewonnieblu
## 3159      eyeseye_bl
## 3160        bl__bts_
## 3161         qukiyyo
## 3162       Skaya0007
## 3163    NurulAqilahF
## 3164  Bl_sodelicious
## 3165       _bl_ai_ze
## 3166        bl__bts_
## 3167 SCHIZO_MALEWIFE
## 3168        bl__bts_
## 3169        bl__bts_
## 3170       _bl_ai_ze
## 3171        mems_ukc
## 3172        bl__bts_
## 3173  broken_head_bl
## 3174   JuJuDramaLife
## 3175          teaqah
## 3176       scaramaid
## 3177        bl__bts_
## 3178 Christinading19
## 3179         mystB12
## 3180     regrattores
## 3181   TojisFuckWorm
## 3182    ganbayousoro
## 3183        kat_z_ee
## 3184     BL_Learning
## 3185     Bl_ueTe_ars
## 3186       _bl_ai_ze
## 3187        mems_ukc
## 3188    philipdotjpg
## 3189        itstiben
## 3190     bl_loverszz
## 3191     bl_loverszz
## 3192       _bl_ai_ze
## 3193      dinorisaur
## 3194        mems_ukc
## 3195     bl_loverszz
## 3196        Ayachou2
## 3197   bai_fernfernn
## 3198 Dr_LouiseRhodes
## 3199     Bl_ueTe_ars
## 3200     lavenderchu
## 3201     Bl_ueTe_ars
## 3202       realbaela
## 3203  Alvychain_naur
## 3204    ym_623_GR_BL
## 3205         ANlIMES
## 3206        nynnnzzz
## 3207      bl_world22
## 3208         ANlIMES
## 3209       Titity_99
## 3210       yolojolo3
## 3211         ANlIMES
## 3212 pineapp51141163
## 3213     Bl_ueTe_ars
## 3214     mrsunshinee
## 3215      shahparism
## 3216         Arike06
## 3217   loriavanessaa
## 3218   iraaaashahira
## 3219        bbest_bl
## 3220        aifealee
## 3221     StuartKells
## 3222       Oloolnroc
## 3223       SuppaY8n2
## 3224 alveychain_naur
## 3225   iscreamchilin
## 3226       memeedoka
## 3227    ShashaNajiha
## 3228      bl_world22
## 3229        Denis_Bl
## 3230       peachwasu
## 3231      JanJi_PoPo
## 3232       heytofans
## 3233      Nancy00194
## 3234     smollatpnyo
## 3235    justwawaaaaa
## 3236        NPremath
## 3237   theacaptwoone
## 3238     tkakingybab
## 3239       _bl_ai_ze
## 3240   angstyweeaboo
## 3241       nhhhahaha
## 3242        everysza
## 3243      hareotokos
## 3244      jumpolgans
## 3245     F0REVERCHAR
## 3246         seiroar
## 3247          poo976
## 3248   minhoannisa12
## 3249       nsolehah_
## 3250  broken_head_bl
## 3251     LeleGastini
## 3252       bambii990
## 3253  satur_tinnasit
## 3254  fortunateland7
## 3255 iridescentstaar
## 3256       biblivore
## 3257    Audi67498525
## 3258      bl_world22
## 3259      crowtiming
## 3260    Oxybenzone15
## 3261       bubunicat
## 3262      Fuyumi_luv
## 3263   itsfluffycute
## 3264         blfr_bl
## 3265         blfr_bl
## 3266     danwortonBB
## 3267        miky8315
## 3268      formybeep_
## 3269  FotiniOfficial
## 3270    cryformylifw
## 3271     Bl_ueTe_ars
## 3272         USAjith
## 3273     April_win21
## 3274   TEDEngagement
## 3275   Gabi_likes_bl
## 3276      freereed59
## 3277    rokurosuppai
## 3278       alex_unqt
## 3279       chitowass
## 3280   Gabi_likes_bl
## 3281        seoxmin_
## 3282     TheRealArvs
## 3283        NajiSeji
## 3284      Taizunaree
## 3285      bl_world22
## 3286    akamarulover
## 3287  haruka_sasakii
## 3288          arakcl
## 3289     bluebaederp
## 3290  lkkaikikolkkai
## 3291        jayneb64
## 3292        monrians
## 3293          ili_bl
## 3294   adeyera_adolf
## 3295 raigounezumi_BL
## 3296          BL_27_
## 3297    hannahcanmoo
## 3298   NNansoesoesan
## 3299         moonz1z
## 3300      sib_rak_BL
## 3301  frontwheelskid
## 3302   SkltnSuitcase
## 3303    ainoa_castro
## 3304     bl_is__life
## 3305         For__BL
## 3306      ndajd_CB97
## 3307  Myisha77720456
## 3308    ainoa_castro
## 3309       khaiwenxx
## 3310        Filip_BL
## 3311        ZzZzee17
## 3312    hitoshuraxiv
## 3313    winniethesho
## 3314          BL_27_
## 3315     BEP_Schweiz
## 3316         For__BL
## 3317     bl_is__life
## 3318 Nueng_Valentine
## 3319   matthias_code
## 3320      jamesphere
## 3321     BobbityWren
## 3322       Fahadaptv
## 3323          sIipng
## 3324        jc057422
## 3325    DealerFrench
## 3326   Adityaonabird
## 3327  mylovejisoonie
## 3328      mei_hanxue
## 3329  MiniJackanapes
## 3330      Poojapal_9
## 3331     Bl_ueTe_ars
## 3332       circlemob
## 3333    jassbangarh2
## 3334 HninHninHtetHl1
## 3335      eyeseye_bl
## 3336 ethereal_jiejie
## 3337       OpenCrime
## 3338    bl_is_mundle
## 3339       Zeezi1989
## 3340    SiobhanLydon
## 3341 iyyappa02494530
## 3342       bbbkumoni
## 3343   Jieun02854335
## 3344    MileApoonly1
## 3345   suchada23_aey
## 3346         For__BL
## 3347   suchada23_aey
## 3348        pnsornss
## 3349       itsnanaz_
## 3350       hevn_shay
## 3351        fr0st00h
## 3352      tw_giangan
## 3353      LillMagill
## 3354      angstyxing
## 3355       liticia24
## 3356        BL_Dwyer
## 3357     langapomile
## 3358   happy_time888
## 3359 Ms_Accountant11
## 3360       MVenkat02
## 3361   chacharotera1
## 3362     Callitified
## 3363    Mydestiny_83
## 3364 ApoNattawinVnfp
## 3365          yshhnn
## 3366     fonnamfon1a
## 3367         For__BL
## 3368     DianeNick24
## 3369       Kamari14_
## 3370     transtomoya
## 3371       thekrak_n
## 3372        helloaj_
## 3373          HTENUK
## 3374   verylateagain
## 3375  sapphiccgaming
## 3376   aposmile4ever
## 3377      Melleeluve
## 3378      PaPeekaboo
## 3379  dandelionwindy
## 3380 KanaLylymathers
## 3381   aponattawinkr
## 3382        lyrebedo
## 3383      postmorbid
## 3384   suchada23_aey
## 3385  Meow_NextLevel
## 3386      only_yessy
## 3387     Bl_ueTe_ars
## 3388  mynameis_Aommy
## 3389        ajuhaban
## 3390        Iam01mom
## 3391        Velnicat
## 3392  apocolleaguesH
## 3393   kaisekubo1987
## 3394 CinemareportsTm
## 3395       itsufirst
## 3396     marketbadri
## 3397         aiki_bl
## 3398       BBB280620
## 3399          Ryiel5
## 3400  lightwxxd_bane
## 3401   kitty_cat9815
## 3402   bluetrblheart
## 3403   stanitsaybkpp
## 3404   hunter_relics
## 3405       AKrajesh_
## 3406      HamishBoot
## 3407   Legacy_BL_jun
## 3408       histassoc
## 3409         lwjsexc
## 3410     nightsky327
## 3411      seclipsent
## 3412 atinyspeckofred
## 3413      ReelRishmi
## 3414      ReelRishmi
## 3415   TacticalBeing
## 3416    BL_Fangirl34
## 3417         For__BL
## 3418       DunkIsArt
## 3419  pinkforestflow
## 3420        Raman_BL
## 3421     hyeonjuhui3
## 3422 nuruhudasaleng1
## 3423   GaymumLovesBL
## 3424         For__BL
## 3425       bl_cuties
## 3426  amugae23317637
## 3427  ARTPAKPOOMLOVE
## 3428        Nonks_07
## 3429       chismosha
## 3430       blckfoxee
## 3431        jnrjjnrj
## 3432        SShabule
## 3433        menoiii_
## 3434    bl_ablabla_a
## 3435   mirandadadada
## 3436    lina39699264
## 3437       hanarm912
## 3438        glssdliv
## 3439       kimixkimi
## 3440          ili_bl
## 3441          ili_bl
## 3442   parasollaperi
## 3443    angelophanie
## 3444     mjasandoval
## 3445       sun_minka
## 3446     ITooObserve
## 3447  EAS_LLCEnglish
## 3448   Vijay97172031
## 3449      vonkarumas
## 3450        tyrahnon
## 3451    BL_Balthaser
## 3452          BL_T99
## 3453  faisalspeaking
## 3454  Wataru20611845
## 3455      CIELGOTHIC
## 3456      meowpopo94
## 3457         r1tch2e
## 3458        JohnKLDN
## 3459    paula_delval
## 3460       box_carol
## 3461    paula_delval
## 3462      vanguyen74
## 3463    CapObviousN7
## 3464    sikandar7289
## 3465        paschamo
## 3466       crossreap
## 3467    BL_Fangirl34
## 3468 felixcoeliporta
## 3469    mininebuloid
## 3470        paschamo
## 3471    YuameYuame12
## 3472    weaksentinel
## 3473  beverlytoegold
## 3474        chasstiz
## 3475        NPHAT_bl
## 3476       Chaya_888
## 3477   KurtFleischer
## 3478        NPHAT_bl
## 3479 lillybelladonna
## 3480     bl_lo_ve_32
## 3481     chublossoms
## 3482 vichare_madhavi
## 3483    KatsukiMisha
## 3484  TravelndBeauty
## 3485         For__BL
## 3486 CreateHistorian
## 3487 SarahBa13045926
## 3488       AmneAhmad
## 3489         For__BL
## 3490         For__BL
## 3491         For__BL
## 3492       t4t_robot
## 3493    LawEdgeworth
## 3494          Eesy20
## 3495   MikeHarlingSW
## 3496       GiftSk_89
## 3497 WehoYf98s7cECvx
## 3498   fiveraysofsun
## 3499       NetwilaiA
## 3500 LetterFromMeToM
## 3501 scarfboyfriends
## 3502         For__BL
## 3503   CheekOGreaner
## 3504         hct2906
## 3505       a_Bevil_T
## 3506     wethelatest
## 3507         13norts
## 3508         For__BL
## 3509     KarlCraig18
## 3510       yaoionice
## 3511         For__BL
## 3512   ScarletWidoow
## 3513     Textilisnet
## 3514 ChinkamNipaporn
## 3515      KanawutMae
## 3516  lucinthskywdia
## 3517      namki_xoxo
## 3518         bawee24
## 3519 Catheri06434819
## 3520         For__BL
## 3521       Regen0021
## 3522         For__BL
## 3523       oppapayah
## 3524         For__BL
## 3525      SpitfireVC
## 3526         For__BL
## 3527       Helios748
## 3528         For__BL
## 3529         For__BL
## 3530     Bl_ueTe_ars
## 3531   hulinghimitsu
## 3532   hellojuly1985
## 3533          ucubus
## 3534 Im_Your_Vanilla
## 3535     stungoddess
## 3536        nthtuoi_
## 3537        bl_enthu
## 3538       icyy_iwis
## 3539           mczub
## 3540 MegSmileyface22
## 3541      nya_mewnya
## 3542     tidakterang
## 3543         _MeowYu
## 3544     Bl_Troyanda
## 3545      ToraHeart_
## 3546         _MeowYu
## 3547      fuutahater
## 3548   ZaffiroRubino
## 3549      RohellecAv
## 3550 Ellysmentalward
## 3551    Cooper_Tank_
## 3552  Lumirandapenna
## 3553        verasaur
## 3554    Zittruschale
## 3555    cplusnumbers
## 3556    mage_shibari
## 3557     Oatcake1967
## 3558   JohnBooth2017
## 3559     meis8_8isme
## 3560      DrusiSpike
## 3561          zyyxfi
## 3562       EICatHome
## 3563     castcassize
## 3564  Nutcha90129072
## 3565      mianatty15
## 3566     almongously
## 3567       flipp_erz
## 3568      Nanten1984
## 3569   yeeting_laozu
## 3570      cIaytorres
## 3571  pantip52101258
## 3572   zeetothenunew
## 3573     Bl_ueTe_ars
## 3574        bl_nunie
## 3575      jau_gipmei
## 3576     perthicarus
## 3577 Virginiaeastwo1
## 3578  yukari_2006_BL
## 3579  mist_and_flame
## 3580      Inthislo0p
## 3581      rotsobiwan
## 3582     yoongibrujo
## 3583      pipe5dream
## 3584    desynatali92
## 3585      J255943731
## 3586     maha_aughad
## 3587   EvelynSpring8
## 3588 capitanrogers2_
## 3589  pendejemaricon
## 3590      anthrnight
## 3591     RubiSudipta
## 3592     BarboraKott
## 3593  ajithkumarsalu
## 3594  nighty_stripes
## 3595     Bl_Troyanda
## 3596      johnebhome
## 3597      bl_essence
## 3598   rellimnosilla
## 3599    ghoooooostie
## 3600     Toki_Silver
## 3601   Sri_loves_all
## 3602    euphoriciris
## 3603       kevin_j_y
## 3604       twoleftys
## 3605   Light59869918
## 3606       nemostang
## 3607   NabaeiNaghmeh
## 3608       toy_ghost
## 3609        ArtofApo
## 3610      cloudsgale
## 3611   chirpycockney
## 3612     Bl_ueTe_ars
## 3613 VERICOSEPHALLOS
## 3614       Burnslade
## 3615      Ada_Palmer
## 3616   davidnoland71
## 3617  Apache_Vane202
## 3618      winnieteam
## 3619  oniichansniper
## 3620  EmileeighRaine
## 3621 CrednesCodPeace
## 3622         bl_vcky
## 3623  kaorinokeishou
## 3624      TejeshTATA
## 3625   ssssenyazchok
## 3626      stanbaiwin
## 3627 BalwinderSRatti
## 3628    nyiguinyogui
## 3629    polly_choice
## 3630        Hualian0
## 3631   TimeDramarama
## 3632   NabaeiNaghmeh
## 3633      saintsitve
## 3634 SunriseFlowerly
## 3635     Bl_Troyanda
## 3636    sleepybeardo
## 3637 ChristineJameis
## 3638       cheyalinn
## 3639    soba_noodles
## 3640         pper_mp
## 3641        i_elorza
## 3642    HSGoldenGirl
## 3643 Jutamas47686743
## 3644    Ono_Imoutoko
## 3645     jujuesquire
## 3646   lighterforyou
## 3647    poetrylovvie
## 3648     Ageoforever
## 3649      meowpopo94
## 3650     littletopo1
## 3651     RelleLebby_
## 3652    _haikyu_girl
## 3653     Bl_ueTe_ars
## 3654  BL_Tm_Enthalpy
## 3655    JSanguanchit
## 3656     Bl_Troyanda
## 3657   bruisedvalour
## 3658     Bl_Troyanda
## 3659        fhouchii
## 3660      BL_capitol
## 3661 warinto52100705
## 3662       bogwopitt
## 3663     Bl_Troyanda
## 3664  Marisa70826718
## 3665         007dmax
## 3666 RealTimMitchell
## 3667       Nekopride
## 3668     whatsamiggy
## 3669     Bl_Troyanda
## 3670 jlakkgalallalal
## 3671     SweetTea_94
## 3672     lucielmyers
## 3673     bl_lo_ve_32
## 3674   sophia_franzz
## 3675          PsyQid
## 3676      bl_essence
## 3677    bokunoangel_
## 3678       Mook06241
## 3679 momotar64908286
## 3680   spacezarigani
## 3681        25pisces
## 3682       ZenYeLin1
## 3683   SteveCote1974
## 3684      tenpirates
## 3685 cheszystrwberry
## 3686   BooksTeaFilms
## 3687 peerless_shizun
## 3688      Rilinlin65
## 3689     mileapo9996
## 3690        jpjanson
## 3691        KanggunV
## 3692         tatzanx
## 3693   itthetrashman
## 3694   Sparkling_Pan
## 3695      sera22will
## 3696        bl__swan
## 3697      mspaintart
## 3698 Fitzsimmon12Rob
## 3699        TatRosso
## 3700    aoi_kaibutsu
## 3701   novatouchdown
## 3702        LadyQ_BL
## 3703   AngAngjiu1230
## 3704 prasert_skarlet
## 3705         tatzanx
## 3706   LuisForero540
## 3707        bl__swan
## 3708       _nattbff_
## 3709        bl__swan
## 3710        bl__swan
## 3711        LadyQ_BL
## 3712        meztired
## 3713     deathgriped
## 3714        hamhamz_
## 3715    emogaypotato
## 3716      bl_essence
## 3717      bl_essence
## 3718     deny_kimtae
## 3719     bl_lo_ve_32
## 3720         nahynae
## 3721        bl__bts_
## 3722      adunkrable
## 3723      bl_essence
## 3724      bl_essence
## 3725      bl_essence
## 3726      bl_essence
## 3727   JesuitsGlobal
## 3728      bl_essence
## 3729         NurArt_
## 3730        myondusk
## 3731      bl_essence
## 3732    thamonwank90
## 3733     bl_lo_ve_32
## 3734     tipfee_bl_3
## 3735       emilebois
## 3736 anhhhhhhhhhhhh9
## 3737   TenSidedDruid
## 3738    CallioVerose
## 3739  ladymisslilith
## 3740        plumtwat
## 3741     Bl_Series24
## 3742  distortxdheart
## 3743      LilDashOTS
## 3744   guitartwink58
## 3745       THAlenthu
## 3746  maianhhjhjhaha
## 3747    FubukiNorris
## 3748         mopuzzi
## 3749       fleurtune
## 3750        PgzGiiez
## 3751          aca_3o
## 3752      rob_ivan07
## 3753     bl_lo_ve_32
## 3754      Vintersol_
## 3755        nvazreth
## 3756           iL3DR
## 3757    jokeranchana
## 3758  strwbrryswings
## 3759     theloodside
## 3760      arte_jaqui
## 3761        Ash_art7
## 3762          PLU4GP
## 3763     AKkingTamil
## 3764      TChuthamat
## 3765     1_800_JELLO
## 3766       mintkenma
## 3767        Miizumi4
## 3768        akeshjin
## 3769       Gowri__Vj
## 3770    ILRYxXISC_BL
## 3771  twinkfucker_69
## 3772      KamenCorgi
## 3773     akshad_gill
## 3774    cjw_spiciest
## 3775   ajithroman007
## 3776    MansaraThapa
## 3777     goblingreen
## 3778          BL_27_
## 3779    builds_smile
## 3780       Nicojeane
## 3781       kanawoodz
## 3782      Vinoliav95
## 3783     prakashg777
## 3784      Dart_Adams
## 3785    bl_is_mundle
## 3786    KanKan130613
## 3787   Cyleris_84_BL
## 3788          BL_27_
## 3789          BL_27_
## 3790  kaijinzekkasou
## 3791      real_naini
## 3792       tk_taynew
## 3793 linhnguyen13994
## 3794      lloverflot
## 3795  sleepyhorny247
## 3796        Kana2637
## 3797          XiGer4
## 3798   BowJiraporn18
## 3799   EchoToTheMoon
## 3800   origamipastry
## 3801     BristolMari
## 3802      PaPeekaboo
## 3803        jeab2329
## 3804    Sadface_Usui
## 3805      jenonana7_
## 3806       tinker_bl
## 3807 sarayasukhpayy1
## 3808          BL_27_
## 3809          pmp_pa
## 3810     humsitweets
## 3811  15ChallengerB5
## 3812       tinker_bl
## 3813   _xmorningstar
## 3814       tinker_bl
## 3815         DarlaDT
## 3816     Bl_Troyanda
## 3817       aimeeoggy
## 3818      himanshuyv
## 3819        viixenn_
## 3820     TMGULFKNW26
## 3821 SpecialBeansCan
## 3822         inherin
## 3823     Bl_Troyanda
## 3824      bl__suarez
## 3825      bl__suarez
## 3826      palimamala
## 3827      bl__suarez
## 3828     dollievenus
## 3829      ButchHades
## 3830 FINALFARTASY_XI
## 3831       bibeegulf
## 3832     fourthkalpa
## 3833     Bl_Troyanda
## 3834      BLXBLU_BBB
## 3835      MiaSings22
## 3836       b_mileapo
## 3837         mamilks
## 3838         AHT2021
## 3839         aiiwar_
## 3840         aiiwar_
## 3841   Elle_D_Raiser
## 3842      Emily_earn
## 3843       jmanoj739
## 3844   mkcreationsx_
## 3845        uminhoes
## 3846      MiaSings22
## 3847 mileaposdestiny
## 3848       yyanderez
## 3849        bl__bts_
## 3850  okumurakoushuu
## 3851        bl__bts_
## 3852         fernx1a
## 3853        bl__bts_
## 3854    AomKakha1990
## 3855       marmomoon
## 3856   officialbeanp
## 3857        fabiha27
## 3858      Enjoynaka9
## 3859        eiairini
## 3860          bbj_pr
## 3861   jewtinaxtreme
## 3862  lilretrorabbit
## 3863         dendeph
## 3864 NirmalK17703512
## 3865   lee_sparkling
## 3866  Mylovelybiubiu
## 3867  yukari_2006_BL
## 3868   BowJiraporn18
## 3869       kikkik_yz
## 3870    femmebangtan
## 3871        Vv_nos15
## 3872    bounnycarrut
## 3873  NgcMai80203820
## 3874         mademys
## 3875   PhilUponAHill
## 3876      haritha_00
## 3877     xhylohphone
## 3878        nthtuoi_
## 3879   ellieellie110
## 3880       Tangmo_90
## 3881   acidframerate
## 3882        bl__bts_
## 3883  AdelineAurora1
## 3884    IamChang1612
## 3885 scarletrain7777
## 3886    bilbiblebiuu
## 3887        owoflare
## 3888     BonBoni_Kyu
## 3889  HoHoHo420Santa
## 3890      sujasmika1
## 3891      network_bl
## 3892       BlairGoat
## 3893        mummumpk
## 3894     victuuriiii
## 3895     sa_phimanss
## 3896         ea_njss
## 3897 jp017ajithkumar
## 3898    noonwardmoss
## 3899      Naomi14150
## 3900  During56565167
## 3901        Spllila1
## 3902          luv4fp
## 3903     nabiuuuuuuu
## 3904        toby0924
## 3905         LeoJmz_
## 3906 AbhishekRavich4
## 3907 Michael99768077
## 3908  Mathan67096555
## 3909           znxma
## 3910     Julie_Lilac
## 3911  twindevilsgang
## 3912         dendeph
## 3913    pinkuart1027
## 3914  HongDa95014037
## 3915       courtmort
## 3916      bibwithyou
## 3917      Soba_V2828
## 3918       yudit2198
## 3919        bl_jacxb
## 3920         nkmh23_
## 3921      kodafilB16
## 3922      bebiuluver
## 3923 QunhAnh87969756
## 3924      WattelierA
## 3925   Tonni07181662
## 3926        bl__swan
## 3927 ThalaVe74463055
## 3928  honcoolestoomf
## 3929    amoAdrian_BL
## 3930     Predator733
## 3931       AT0MICLES
## 3932   Charlottewil6
## 3933        thevicaa
## 3934  sammatthew7339
## 3935       BenWell42
## 3936 JohnDickson7989
## 3937    RealUnit1486
## 3938      MiaSings22
## 3939  Maxwelljohn733
## 3940    AlexJohn6040
## 3941        bl__swan
## 3942 Solsystemcomune
## 3943     KateDean788
## 3944        bl__swan
## 3945    nagdev_pawar
## 3946      bl_romance
## 3947         dendeph
## 3948  yukari_2006_BL
## 3949         dendeph
## 3950     fairiehachi
## 3951        bl__swan
## 3952        bl__swan
## 3953   _lemonadefrog
## 3954    darktedshiro
## 3955  yoonsweet_suga
## 3956   rengokushands
## 3957       gizzverse
## 3958 Floorto63601496
## 3959 florescent_four
## 3960         Rao7478
## 3961   pepperharrows
## 3962  StargazerJayne
## 3963 AllNutNoClarity
## 3964       seacast__
## 3965      D17830371D
## 3966      luxurysena
## 3967      Dreams1912
## 3968  yoonsweet_suga
## 3969     mizramtiger
## 3970    aroacekazuha
## 3971  Le_Spicy_Memes
## 3972      JC71602215
## 3973   bubblevanz_02
## 3974        toby0924
## 3975        bl__swan
## 3976   Light59869918
## 3977        Miysdora
## 3978 ThalaAj53958768
## 3979 camileanvillain
## 3980        ratt1217
## 3981        bl_4_eva
## 3982 thkgoditsfriday
## 3983   pratikvartak5
## 3984   LordiCavalera
## 3985   lesbiankillua
## 3986   ExCALiBuR4589
## 3987        bl__swan
## 3988       xiomi7238
## 3989      BBworldisB
## 3990         N07600D
## 3991      hails_coly
## 3992       bl_natsec
## 3993     goldenriffz
## 3994          Iksit9
## 3995     chalkymalky
## 3996      kirukaaA21
## 3997   LordiCavalera
## 3998        getoujks
## 3999 YCr0pX8JsawMtkU
## 4000        palegoon
## 4001    PitchBlack93
## 4002 EntertainersAce
## 4003        bl__swan
## 4004   senaya01gomez
## 4005 smolkorilakkuma
## 4006      Ro35660121
## 4007        bl__swan
## 4008        bl__swan
## 4009       SteelJ_97
## 4010    cloudberria_
## 4011       huangrjn_
## 4012       loves2rot
## 4013        ituskwie
## 4014 OfficialNagito_
## 4015  bl_on_an_bagel
## 4016  mahoumoonlight
## 4017       jaju66666
## 4018        bl__swan
## 4019    DonteeLWrenn
## 4020   mylovelyRheen
## 4021      MartinLPD5
## 4022       _loserngl
## 4023        ehmazing
## 4024 preciousminho99
## 4025    gulfmylove17
## 4026         _biuble
## 4027        bl__swan
## 4028   silverwraiths
## 4029        bl__swan
## 4030       patzeafee
## 4031      DCLAFOREST
## 4032         n_maeko
## 4033   grizzlygreece
## 4034   bubblevanz_02
## 4035        bl__swan
## 4036       bl_cuties
## 4037         cynahii
## 4038  prismedmercury
## 4039      Bl_2021fan
## 4040      Naomi14150
## 4041       lethia_bl
## 4042       lethia_bl
## 4043    nikicannibal
## 4044      haritha_00
## 4045  valentino_miky
## 4046    YungSeraphim
## 4047      AlsiudGoha
## 4048   iryshornyjail
## 4049     aliortg_ali
## 4050      haritha_00
## 4051          jmgsll
## 4052    jagiyataekim
## 4053           kzzbn
## 4054       97Thumper
## 4055   kissable202bi
## 4056  bl_on_an_bagel
## 4057   kissable202bi
## 4058         Capo_BL
## 4059   kissable202bi
## 4060      lilislijen
## 4061    Pink_Medusa6
## 4062     hummingroad
## 4063       Titity_99
## 4064   kissable202bi
## 4065    tang_satang1
## 4066   kissable202bi
## 4067       bl_cuties
## 4068     Magdale7356
## 4069          ppkk43
## 4070    amitsorathi1
## 4071  cocainetamalee
## 4072 Diveshpandit001
## 4073       only4gulf
## 4074  bl_on_an_bagel
## 4075    bl_ck_Hippie
## 4076  bl_on_an_bagel
## 4077         Capo_BL
## 4078      ZeroTwo619
## 4079 amarkkalamthaha
## 4080        MerceC24
## 4081   build92827127
## 4082    ARUNTHALA007
## 4083     Magdale7356
## 4084       VijiMa118
## 4085  Thalakarthik08
## 4086    nagdev_pawar
## 4087     dearestgulf
## 4088      L_lippsCho
## 4089        arooonk3
## 4090   mozukuchan_bl
## 4091    ChelaPerez17
## 4092     PARKJIMINM8
## 4093   AlpacaEmperor
## 4094       mmmm50135
## 4095  YooseokShinwoo
## 4096 bubble_nattawin
## 4097      Marihashii
## 4098         GKSKNUP
## 4099       donpalo21
## 4100        ctrlnmjn
## 4101   Yubin_japduck
## 4102    neroenjoyers
## 4103   catboydisease
## 4104        nizam_uk
## 4105 7soulsfromSeoul
## 4106          Syjie5
## 4107      honiebeeez
## 4108      honiebeeez
## 4109   kismetnemesis
## 4110      bl_world22
## 4111          GKTqnt
## 4112 Estevez9Estevez
## 4113   talldarkhippy
## 4114    thara_nandhu
## 4115  unsinkingships
## 4116  Hazzy_von_Swag
## 4117      mai_gokoro
## 4118       sskkhater
## 4119 KYIKYIK78218299
## 4120      bl_world22
## 4121      bl_world22
## 4122  MoonFallSeraph
## 4123     Gupiiiiiii4
## 4124        kgsharma
## 4125  MagicScrapHole
## 4126  Xo_YAOILUVR_oX
## 4127      100_00Gulf
## 4128    phiball_1204
## 4129  MaethipKanawut
## 4130 D74s9SZEG4S5aQl
## 4131 anhhhhhhhhhhhh9
## 4132   Itsmevianey17
## 4133   mileaporealcp
## 4134  hurricaneidiot
## 4135 one_india_unite
## 4136        bl__bts_
## 4137     MileApo_Aus
## 4138         ngDuyL1
## 4139       1ban3gaNa
## 4140   sakuatsuiwaoi
## 4141      Kafakhri08
## 4142         _950126
## 4143       kweenbini
## 4144   LordiCavalera
## 4145       DerrySony
## 4146     JohnPawluk6
## 4147  KDramaWomaniya
## 4148        utenthys
## 4149   brunettespams
## 4150        rueprism
## 4151    Hima_ShiKuro
## 4152    pepsimilktea
## 4153        GK___Lux
## 4154      FLESHB0UND
## 4155   That_SJW_Cuck
## 4156    GunterChelle
## 4157      baba041245
## 4158         27Pploy
## 4159 anarchotokonoko
## 4160      AnaKim_art
## 4161      raptorus77
## 4162      toukasbaby
## 4163  KILLHALLIEDEAD
## 4164   LesbianFlakes
## 4165 RespectForBuild
## 4166        baekugo_
## 4167    aidanposting
## 4168     RogerClouse
## 4169         GGKNWGG
## 4170        BichenBl
## 4171      Flowerb_0y
## 4172  cherrysweetpop
## 4173     love_0811_u
## 4174 RosaAng22672241
## 4175      liyana_mel
## 4176          F4NGZX
## 4177           yj_40
## 4178    notFruitName
## 4179    flpcrescent_
## 4180      dayanand63
## 4181       z_cassiel
## 4182   boomboxigrade
## 4183         tatzanx
## 4184   blueberry1315
## 4185  bellacielo0728
## 4186  CryptoMetaverz
## 4187 twnklelittlstar
## 4188       slwiede66
## 4189       umebeGulf
## 4190    Prince_OCT13
## 4191   ubur_uburlucu
## 4192         BL_BJKV
## 4193         jebhyyh
## 4194          biwear
## 4195        penbbles
## 4196     Waffy_Waffy
## 4197        yjhmiluv
## 4198        NVGGETSU
## 4199      Divafnaaaw
## 4200  kitsunebiShake
## 4201    MatyldaStein
## 4202 sacourtreporter
## 4203      hollowluck
## 4204         Ananyxz
## 4205        reyla_bl
## 4206       bubunicat
## 4207   livssupremacy
## 4208    chickenurros
## 4209 MoonBunnyKristi
## 4210     puckchaling
## 4211      _cherry09_
## 4212          goeti4
## 4213 dearsummer_0214
## 4214       _sangchuu
## 4215       toxanhela
## 4216  PositionbyArii
## 4217       SoudsadaC
## 4218      lovesbuild
## 4219     owlboylover
## 4220          TAT_bl
## 4221         timpreg
## 4222          TAT_bl
## 4223          TAT_bl
## 4224  whereibeanlong
## 4225    americanyaoi
## 4226     JoyYourDay1
## 4227        PzSaturn
## 4228  alinastarkovas
## 4229  faulttolerant_
## 4230 dartintegration
## 4231 computer_humper
## 4232    justnarawins
## 4233 RosaAng22672241
## 4234     CLEVERBBALL
## 4235     harshid0986
## 4236     mixxiwsatan
## 4237        elias_BL
## 4238   _AjithKumar_7
## 4239        te_yainh
## 4240       bl_marnie
## 4241   NamLe46767039
## 4242    OtomeTweeter
## 4243     M_Mochi_avi
## 4244        shoscape
## 4245      lunaflor__
## 4246       r42115478
## 4247       Nalamicha
## 4248  BL_Tm_Enthalpy
## 4249  BL_Tm_Enthalpy
## 4250  BL_Tm_Enthalpy
## 4251  BL_Tm_Enthalpy
## 4252  BL_Tm_Enthalpy
## 4253  BL_Tm_Enthalpy
## 4254  BL_Tm_Enthalpy
## 4255  BL_Tm_Enthalpy
## 4256  BL_Tm_Enthalpy
## 4257  BL_Tm_Enthalpy
## 4258  BL_Tm_Enthalpy
## 4259  BL_Tm_Enthalpy
## 4260 ThornIrisRibbon
## 4261  PrabhaAjithFan
## 4262   fanatashagirl
## 4263       JinsPanda
## 4264     mathichella
## 4265          sftzhy
## 4266     BluaPapilio
## 4267        chttrbx_
## 4268   blueberry1315
## 4269  EastDistrictAB
## 4270   mandyland_viz
## 4271          gykou_
## 4272 apekshachudhary
## 4273         _Fraiey
## 4274          BL_T99
## 4275        k00rahaf
## 4276     Shouma_chan
## 4277 shirtlessadonis
## 4278  yukari_2006_BL
## 4279   _fruitastical
## 4280        vomit2go
## 4281       sumettime
## 4282          BL_T99
## 4283       BL_Queen1
## 4284   BL_Mentorship
## 4285       BL_Queen1
## 4286        Bl_ckkky
## 4287  Unique_usrnmfc
## 4288        kitymewz
## 4289     polyedenism
## 4290   abhishekangad
## 4291     EdunoGodwin
## 4292     EmmaJanenne
## 4293     marinee2022
## 4294          BL_T99
## 4295    Embalmersimp
## 4296         WOOYASC
## 4297      sujasmika1
## 4298          BL_T99
## 4299  Vishnu22696707
## 4300    mike55687000
## 4301     yeehawzilla
## 4302  Jijaji88382467
## 4303   PAwesomePants
## 4304      Gdevil_666
## 4305   NaveenBlaze10
## 4306 BatangMangga_05
## 4307    simpforOCnMC
## 4308    BL_Fangirl34
## 4309     alexbatizmx
## 4310    BL_Fangirl34
## 4311    BL_Fangirl34
## 4312  Biblesumett_id
## 4313         rlilyy_
## 4314 BatangMangga_05
## 4315 sarcasticbookwm
## 4316      alipanda96
## 4317     atlasbloodd
## 4318    jinki_lovely
## 4319 Muj_Suwannasing
## 4320 Operationrobut1
## 4321 ForUndiscovered
## 4322     KarisoKezia
## 4323  Nervia_Nocline
## 4324     fleurweiyin
## 4325 CurriculumRocks
## 4326       bl_natsec
## 4327    giratinasdad
## 4328  saranghaeken00
## 4329     cooleruncle
## 4330        nthtuoi_
## 4331 BatangMangga_05
## 4332        Bakunyya
## 4333        BintyAsa
## 4334      milkydeath
## 4335 blackpeopledata
## 4336     adosounuism
## 4337         2021Dmv
## 4338    spidervasion
## 4339      heyzz_blue
## 4340        birubiiu
## 4341    mireadingaja
## 4342     e_lizabe_th
## 4343      enadorange
## 4344       sombra_bl
## 4345  HardcorePraxis
## 4346 UnseaesonedRice
## 4347      moxisboots
## 4348  yokohamadiablo
## 4349  jen_star_light
## 4350   its_thala_fan
## 4351 lieblicherprinz
## 4352         arawale
## 4353        snztshmr
## 4354         stbinky
## 4355      zenitsurio
## 4356      NgatiBryan
## 4357 SebastinOliva11
## 4358     septfirst09
## 4359    StrategicOwl
## 4360   lagi_tersesat
## 4361    mikuposteing
## 4362     oxox_biupiu
## 4363 emotionalaffair
## 4364     fancycat_bl
## 4365     Jen04952960
## 4366     elimeowmeow
## 4367 Manojku68512320
## 4368     fancycat_bl
## 4369     ludohistory
## 4370    doodleroonie
## 4371         KateaKy
## 4372 Dharmen28995695
## 4373          J_ON18
## 4374   bubblevanz_02
## 4375   Villain__Offi
## 4376      NgatiBryan
## 4377       ruemilley
## 4378      Kenzie7187
## 4379   hello_its_an_
## 4380   Dixon34235165
## 4381     fancycat_bl
## 4382     ajith_seenu
## 4383         BusThns
## 4384       200941fff
## 4385       clownx_bl
## 4386       clownx_bl
## 4387       clownx_bl
## 4388    ARMY_BTS0907
## 4389      kim_husnul
## 4390   caronia_elise
## 4391       GDAutoArt
## 4392  yukari_2006_BL
## 4393       deadkouvv
## 4394     wyrdwritere
## 4395   AK_Deena_Samy
## 4396    Kurusukianta
## 4397     nebulaeeeee
## 4398     chaosIegion
## 4399  Michael_Chestr
## 4400       SeryJulia
## 4401  bl_nkst_nkb_nk
## 4402       EdupianTT
## 4403    AomKakha1990
## 4404    luckywolucky
## 4405        Miniamo_
## 4406  Thala_Ajith_61
## 4407      NgatiBryan
## 4408      maymay1160
## 4409    AllisonEruGS
## 4410          SmplxT
## 4411      Chitake_bl
## 4412      Ram5Ramesh
## 4413      swolehorse
## 4414    ThalaPrabu01
## 4415   pratikpatilll
## 4416     bkpp_mint24
## 4417     bkpp_mint24
## 4418        milkygxy
## 4419 Sharesesimmons6
## 4420         BBKAZES
## 4421      AGramuglia
## 4422 arunachalganesh
## 4423    naveen_thank
## 4424    iluv_atsushi
## 4425      haritha_00
## 4426     bubblesaur_
## 4427  milindkpatil10
## 4428  milindkpatil10
## 4429     reunionizes
## 4430 saurabh_nagar20
## 4431     raktajinhoe
## 4432       VnTweeter
## 4433    save_shreyas
## 4434  baphometkinnie
## 4435   MaheshLPatil4
## 4436 strawberriventi
## 4437 iluvchocolate45
## 4438  TwoHalfStudios
## 4439   MalikAh300902
## 4440         aiki_bl
## 4441         aiki_bl
## 4442   Lumina_Luceat
## 4443     Santa_Gps29
## 4444         aiki_bl
## 4445       asafedita
## 4446 JaimeGonzalezSu
## 4447          ak_jei
## 4448        Wa00Slot
## 4449 ViswasamKishor1
## 4450      FlukeTouch
## 4451   veeram_thala_
## 4452        Rudu1212
## 4453    BooksofKells
## 4454      BFarley_85
## 4455    0101thebella
## 4456 ThalaSudharsa20
## 4457   HardickSakthi
## 4458       yuzuchoso
## 4459        Acc9Fire
## 4460      serafinhuh
## 4461    Salvacion206
## 4462    Salvacion206
## 4463          BL_27_
## 4464    Salvacion206
## 4465 YounginGotBands
## 4466          BL_27_
## 4467      KH_Tweets1
## 4468      bl_romance
## 4469       yvngicock
## 4470   LiLi_loveLiLi
## 4471   RohitSindhu13
## 4472    AK_Thamizh01
## 4473          BL_27_
## 4474 TeddogAtMidnite
## 4475        kisskyus
## 4476  teteasschomper
## 4477        Mudblxod
## 4478          BL_27_
## 4479      ashikohli1
## 4480        NftAshli
## 4481        ekstermi
## 4482     vvvnnnkumar
## 4483        KatieP1s
## 4484        yutahais
## 4485      Leo_s_amor
## 4486     MIM92699927
## 4487      valimaicr7
## 4488        King_AK_
## 4489 Rahulma28254555
## 4490    Frillya_1209
## 4491      souchannau
## 4492         b1ngpup
## 4493  fictionaIovers
## 4494    ThalaAjithBk
## 4495          BL_27_
## 4496     NeoNekoStar
## 4497        bl_enthu
## 4498      natalio_ds
## 4499  digitalcupid27
## 4500        kikokiie
## 4501    darkveracity
## 4502        rylleot7
## 4503 saravana_kumarR
## 4504    thalamarudhu
## 4505       bl_natsec
## 4506        gerbarco
## 4507     staticffxiv
## 4508       BL_Nomsod
## 4509         zoejayw
## 4510      violet_bkp
## 4511     myrtlecrown
## 4512       VnTweeter
## 4513        reyla_bl
## 4514       abruti_bl
## 4515   bubblevanz_02
## 4516   guyfierimpreg
## 4517        Xenntric
## 4518     SuttlesView
## 4519   Bluebebiefrog
## 4520  yukari_2006_BL
## 4521    FromPunjab10
## 4522          BL_Deo
## 4523          daa_k0
## 4524     StuartKells
## 4525         Finzzsh
## 4526   carameldrinks
## 4527 _royalsunshine_
## 4528      piapia4356
## 4529    voxel_pacman
## 4530 MadhanR14580550
## 4531 bwschildren_997
## 4532       rvinpeaxe
## 4533          BL_27_
## 4534          BL_27_
## 4535  poonamdhanda14
## 4536         lanzeon
## 4537       AK_Mani__
## 4538 Silvershadowwo1
## 4539      chrysoslii
## 4540          BL_27_
## 4541   Itsmevianey17
## 4542        mere_j95
## 4543       Thala_ARS
## 4544   finalevampire
## 4545          BL_27_
## 4546          BL_27_
## 4547    LouisBrignet
## 4548          BL_27_
## 4549       tsuki520_
## 4550     silenttwits
## 4551 Thutrin50330391
## 4552     maxreed2015
## 4553  in_vi_si_bl_ee
## 4554    SpunkyRacoon
## 4555          BL_27_
## 4556  christinephili
## 4557          yeonji
## 4558      Eyezoumier
## 4559 olscurfybastard
## 4560   Alexia_AgustD
## 4561    Arun30213722
## 4562         aluskee
## 4563   amantedel__bl
## 4564        poyyy___
## 4565   GreenKing7733
## 4566   KissMe_Yellow
## 4567  cannibalimpact
## 4568     rajasekar95
## 4569       andiavang
## 4570    jungwoostwin
## 4571      suninjimin
## 4572 BballCoachBenji
## 4573  molly100894781
## 4574  tennis_madison
## 4575      naegiplush
## 4576     storytaiIor
## 4577  Jay_Altagracia
## 4578 NiranjanTripa16
## 4579       Junnie_BL
## 4580         Ddoori2
## 4581      grondin506
## 4582 bbqsaucetitti3s
## 4583      LOUDDIEVAN
## 4584      sam_shivAK
## 4585       Junnie_BL
## 4586        OBXRenee
## 4587  MorganWarmbein
## 4588       Koni_Kyun
## 4589     TronWixk904
## 4590       rizuka170
## 4591     Kaorubunga_
## 4592  floridaagirl97
## 4593   milliecekovic
## 4594 JohnSherArt4109
## 4595 KingFrank_duzIt
## 4596 Vinoth182436081
## 4597  McCallsWeather
## 4598    Tank41707192
## 4599          uruao1
## 4600        quiny777
## 4601         Ddoori2
## 4602      JDCruz1025
## 4603   missypurcell1
## 4604     Ravy_Baby08
## 4605  Jackson_LEC_AD
## 4606    megan_rabish
## 4607        oayasumi
## 4608     monis_thala
## 4609        aubepink
## 4610       arikanomi
## 4611        PL_SayU4
## 4612  lovebirdmagnum
## 4613      dramaclubP
## 4614      j_molina08
## 4615  AdRi_RoSe_0899
## 4616 AlissaParsons15
## 4617     LucciAustin
## 4618        ondeoney
## 4619       kneesocks
## 4620    galahadgrail
## 4621 Vignesh51769505
## 4622     chasehoopin
## 4623          peytu_
## 4624       abruti_bl
## 4625       jlclark94
## 4626       ThalaRijo
## 4627      hanamurass
## 4628       abruti_bl
## 4629     VinnyDarrow
## 4630 DanTheManHoodX2
## 4631 the_real_JAMIER
## 4632      pinktonu02
## 4633          FafDev
## 4634   boiledegghole
## 4635       DeeBoesky
## 4636         BL_Abba
## 4637      king_bora_
## 4638 ViciousVillain8
## 4639        OEndzone
## 4640  AshleyElaine64
## 4641         Mineyi4
## 4642 SasiKum19504750
## 4643         jjeongz
## 4644      oomfiegiri
## 4645       TolerTank
## 4646      msAMBER___
## 4647       cochegalo
## 4648 PSELVAR33532484
## 4649   FightOnState_
## 4650        CeddyG1K
## 4651       D_jones82
## 4652    harlow_dee69
## 4653         SJLahey
## 4654        the_stai
## 4655        DVERADIO
## 4656  SteelersArabic
## 4657  davidrosswelsh
## 4658       Bamer2323
## 4659 AutonomousPoeia
## 4660      HenryM2004
## 4661     PassengerEm
## 4662       MrBuelna_
## 4663         loggyf2
## 4664   elliefinnerty
## 4665 BleacherDeposit
## 4666      Steeler147
## 4667       mammal365
## 4668      Sp00kyJaay
## 4669    YounggAndrea
## 4670        jkitch47
## 4671     YinzerStyle
## 4672     httpmomorin
## 4673       Elegrumpy
## 4674  thesavvypundit
## 4675     humblegrubb
## 4676    kreative_vzn
## 4677      razzarazor
## 4678  AntwaunClark30
## 4679 ilovechildedesu
## 4680   Irma_Aparicio
## 4681 afroinstilettos
## 4682        iamdjpj_
## 4683   WDB_Cervone77
## 4684   aweshrimpchim
## 4685     sn1pencelly
## 4686         Khol___
## 4687  LeoStateOfMind
## 4688     CaptainHays
## 4689       40oz_Neke
## 4690   Music_Lover_D
## 4691      yaboiLdub5
## 4692       brockwebb
## 4693     kotaweeks13
## 4694      jtrembley9
## 4695      Taysincere
## 4696      chipsndipx
## 4697  SarcasticManny
## 4698     itscoachb__
## 4699   rileyadkinsss
## 4700  SteelCitySaint
## 4701       _Robb_Lyn
## 4702       Drewsterr
## 4703        Hu____Ny
## 4704    DalinaYsabel
## 4705      BigBlaze59
## 4706 BishopxAndretti
## 4707   theylove_asia
## 4708        4evermzz
## 4709      _normangel
## 4710   PeytonBeharry
## 4711      avizionary
## 4712         T_Tate3
## 4713     WheelerM323
## 4714 errybodylovesE_
## 4715      steelercam
## 4716      iamnubianz
## 4717    AggieJay_412
## 4718        AlanFabs
## 4719 hannahbethany26
## 4720        907King_
## 4721     geno_briggs
## 4722  carmona_jasmin
## 4723        titus757
## 4724   PutridLobster
## 4725      Austindp51
## 4726  Joeyy_Sanchezz
## 4727       joeldv123
## 4728   TwoBrokenEars
## 4729        Louie400
## 4730  Steelersgang07
## 4731       JohnnieeG
## 4732    Kindra_Elise
## 4733       ChizzyDub
## 4734    TheDabKingNC
## 4735         j0hn69_
## 4736         ryee_13
## 4737      reapervfx_
## 4738        LouieB1x
## 4739     ethankipin7
## 4740      Anth0ny909
## 4741  valerielynne07
## 4742     brandonb329
## 4743      VybzGemini
## 4744   maylaliller91
## 4745 LoganCo61235993
## 4746 steel_city_mllc
## 4747 LandonK34971415
## 4748     _jaz_marie_
## 4749      kuhTEEnuhJ
## 4750    TysonGlenn43
## 4751           jarny
## 4752          julsmr
## 4753    austin_wader
## 4754 Faith4Love4Hope
## 4755       afarv6192
## 4756 Praveen86048825
## 4757         Mineyi4
## 4758      Leo_s_amor
## 4759 KimTorr23407314
## 4760    cowboycrimez
## 4761  satur_tinnasit
## 4762 venkatesh939420
## 4763        toy23456
## 4764   lesbianautica
## 4765           Auczo
## 4766    elfilicellus
## 4767 Material_color_
## 4768    Jagadeesh_RT
## 4769      sundarmail
## 4770     KathiDailey
## 4771    mediocrejoke
## 4772       Raghu101A
## 4773      goth_moths
## 4774        Huanke_O
## 4775    sreerajheart
## 4776      maikeloneo
## 4777   Call_Me_Baron
## 4778       ETreharne
## 4779       KuroLucia
## 4780       Lithdoran
## 4781      tobiquinho
## 4782      hiimmelsie
## 4783 yearningforfree
## 4784 hotbelgianwafle
## 4785       BaronAgba
## 4786 bhajithkumar007
## 4787   Gebhartattack
## 4788         aiki_bl
## 4789   pemasakhandal
## 4790   pemasakhandal
## 4791         aiki_bl
## 4792 bakedbananners1
## 4793         aiki_bl
## 4794        crapcafe
## 4795    clancycaster
## 4796         jeIIith
## 4797  pazu_apologist
## 4798        MNLGroup
## 4799  DheenaSekar007
## 4800    omowonuolawa
## 4801      rajesh_xdr
## 4802         aiki_bl
## 4803 watereddownsalt
## 4804   EsakkiAadhvik
## 4805       Sumanjjkm
## 4806    brolikebaron
## 4807       eatermage
## 4808 grooviestbutton
## 4809    SugashVishnu
## 4810     ANU74701092
## 4811   Tamil65283970
## 4812         ThalaSJ
## 4813   Selva59350611
## 4814 Crypt_Sensation
## 4815         en_xiyu
## 4816 victorvinothsmg
## 4817         aiki_bl
## 4818       rajkingAK
## 4819       samecowin
## 4820   Mohan66629479
## 4821   yashitamehta8
## 4822         aiki_bl
## 4823     1Duraipandi
## 4824         aiki_bl
## 4825        MonTue01
## 4826          ih8ufr
## 4827  FisayoGbolahan
## 4828      pronporm88
## 4829   bblb749730261
## 4830       DAgulhari
## 4831      lowkeyalyn
## 4832     LotannaRose
## 4833    ltyningnings
## 4834        Ecnomoda
## 4835        raz_meow
## 4836       yuzupomuu
## 4837        MNLGroup
## 4838     curiosita06
## 4839  munizrodolfo96
## 4840      l00natunes
## 4841        DCAbloob
## 4842        DCAbloob
## 4843    room_t3mp_IQ
## 4844        succummu
## 4845       bl_ristia
## 4846   softwonwoolly
## 4847       Oma_Hamou
## 4848       ZenYeLin1
## 4849          _xlero
## 4850    Honeybear011
## 4851       arikanomi
## 4852      eelprince2
## 4853        _knivess
## 4854       niltastic
## 4855        dejaynjd
## 4856 WeAreBayBayKids
## 4857       jamaisvis
## 4858     squisehyoon
## 4859 RealSpookyStuff
## 4860          BL_27_
## 4861          BL_27_
## 4862          BL_27_
## 4863     Ohh68516883
## 4864          BL_27_
## 4865           PM_3B
## 4866          HO__Bl
## 4867     hyeonjuhui3
## 4868   gachaEllastic
## 4869    maggotonline
## 4870  bladebloodrave
## 4871    waymond_wang
## 4872      Mirisecchi
## 4873         JoeXu60
## 4874 Ky3gwBxQvTUtstt
## 4875        buffstax
## 4876   yoonjisungfan
## 4877        Plume_Bl
## 4878       __offduty
## 4879 Navjotk72940083
## 4880  leedrawsthings
## 4881          BL_27_
## 4882  miserablepaint
## 4883   Moira20358808
## 4884 TrissyTrinity23
## 4885 AWholeLottaLotl
## 4886 7DW9fgM7u890frU
## 4887   Ivybluecutest
## 4888       Manukacat
## 4889        Plume_Bl
## 4890   Chrisland1405
## 4891      sailormild
## 4892       KinoAlyse
## 4893     TateBaggins
## 4894       punnoying
## 4895     InBlue_wind
## 4896     Yuto_pjs_bl
## 4897     squisehyoon
## 4898     squisehyoon
## 4899         HelpNy4
## 4900       VnTweeter
## 4901      tofufIower
## 4902       DAgulhari
## 4903          BL_27_
## 4904       cgcornett
## 4905      seungkryli
## 4906          BL_27_
## 4907  yoonsweet_suga
## 4908     uju26235407
## 4909 EllesRain_Kyoru
## 4910   guroipathetic
## 4911    dunwaIItower
## 4912        BucheenC
## 4913       femcatboi
## 4914     hikanatsume
## 4915        itsCnotK
## 4916     FlyingNun12
## 4917    nanaBBBlover
## 4918  Resplendent_BL
## 4919      allyurluve
## 4920  vacationdaddio
## 4921    RABBITMEDlUM
## 4922   crishna_jofre
## 4923          bylths
## 4924         Astwisa
## 4925        BL_lnsgs
## 4926        BL_lnsgs
## 4927        opheIiac
## 4928        Kee_fluh
## 4929        veigarrr
## 4930        BL_lnsgs
## 4931         plvpwaa
## 4932     ICHlMOKUREN
## 4933        BL_lnsgs
## 4934        BL_lnsgs
## 4935        BL_lnsgs
## 4936   Pphhh77351738
## 4937 bisexualkokonoi
## 4938       heiboe_bl
## 4939      libbydango
## 4940   Fenix17267518
## 4941       heiboe_bl
## 4942       godIymode
## 4943    lili14267373
## 4944     Ivynaravitt
## 4945    fvlltimeidol
## 4946        ham_nnth
## 4947      occuItdeck
## 4948  in_vi_si_bl_ee
## 4949       heiboe_bl
## 4950       coffman15
## 4951        BL_lnsgs
## 4952       Qloading0
## 4953        BL_lnsgs
## 4954   amantedel__bl
## 4955        BL_lnsgs
## 4956        n_tn1ch4
## 4957      Te_amoJMOG
## 4958      Miguelm_BL
## 4959    Yeomfectious
## 4960    kuku59390383
## 4961        BL_lnsgs
## 4962     lcy11812118
## 4963      nolifeweeb
## 4964 partiallystarss
## 4965  amugae23317637
## 4966   HanaHappy0312
## 4967         bitti3s
## 4968        zansters
## 4969         atpciaI
## 4970        usfsanti
## 4971      memymaymei
## 4972       tendoupls
## 4973 HannahC61259107
## 4974       buckeye_8
## 4975      mu54602584
## 4976 Aoyagikawai0228
## 4977  loveyoutoo1113
## 4978         srta_bl
## 4979        meowezra
## 4980   blue_bl_lilac
## 4981     HoshKaushal
## 4982        BL_lnsgs
## 4983     FugenSweets
## 4984   meetsharma704
## 4985   MHuong7776won
## 4986       diosfangs
## 4987     hyeonjuhui3
## 4988        713Books
## 4989     DWheelerEnt
## 4990    Mary00584187
## 4991 ApoNattawinVnfp
## 4992        BL_lnsgs
## 4993        BL_lnsgs
## 4994 PastelPeach_091
## 4995        BL_lnsgs
## 4996   tamberinegold
## 4997        BL_lnsgs
## 4998   annihilashawn
## 4999        BL_lnsgs
## 5000        BL_lnsgs
## 5001      hidemetal5
## 5002     lalisalvr22
## 5003   mythoughts_bl
## 5004      kumarss888
## 5005    thedettabayo
## 5006 loveincoIdblood
## 5007     asmnattawin
## 5008         luvz_BL
## 5009       bishinwoo
## 5010      tachimukai
## 5011 HninHninHtetHl1
## 5012 PistachioFellow
## 5013 Angelah65862091
## 5014        MNLGroup
## 5015         Crihx10
## 5016      PiscesPing
## 5017      MileApo108
## 5018    pacarkujihyo
## 5019       Genie2112
## 5020      bi_right12
## 5021       naraghira
## 5022     okuulesbian
## 5023 AnaPaul87453634
## 5024   zeebabygirl22
## 5025 JazGmez87653189
## 5026      apomileted
## 5027       DoroPreis
## 5028        MoxAprii
## 5029        ky0ungyn
## 5030 jincionator2000
## 5031    kaworunag1sa
## 5032      ithotticus
## 5033  thecorgmeister
## 5034      LimeAngel2
## 5035 HninHninHtetHl1
## 5036         amasays
## 5037     slimeypeach
## 5038     bridalcarry
## 5039     whenuusleep
## 5040   KreshnaRahmat
## 5041        YuMeii91
## 5042     Yuto_pjs_bl
## 5043   maIewifehawks
## 5044         kaoject
## 5045       JazuliMun
## 5046        Raffie79
## 5047      Ausburne__
## 5048        1427days
## 5049 LaongthipKaewk1
## 5050   backtothesea2
## 5051    jungkook_97j
## 5052       raaturwit
## 5053       slwiede66
## 5054        MNLGroup
## 5055       voookster
## 5056       Kanyana51
## 5057   bubblevanz_02
## 5058         HaYut4_
## 5059       clownx_bl
## 5060    llllexxxxxxx
## 5061      rebbybevvy
## 5062       clownx_bl
## 5063   princessmabie
## 5064       clownx_bl
## 5065       clownx_bl
## 5066    twototooltoo
## 5067       clownx_bl
## 5068       clownx_bl
## 5069     lanieverses
## 5070  GoblinTwelvism
## 5071     gea_russell
## 5072         wergami
## 5073       seccito__
## 5074       DunkIsArt
## 5075 rainhadocambito
## 5076 CaserosVictoria
## 5077 CaserosVictoria
## 5078       shokupans
## 5079 TdGqhgwN1B1Xmdm
## 5080         AsiaGou
## 5081         AsiaGou
## 5082   lachimolalart
## 5083         luvz_BL
## 5084       tatirlima
## 5085         luvz_BL
## 5086         Ddoori2
## 5087         luvz_BL
## 5088         luvz_BL
## 5089          HO__Bl
## 5090         luvz_BL
## 5091    MileApoonly1
## 5092   KrishLovesBTS
## 5093    MileApoonly1
## 5094    MzSeductiveT
## 5095       Goaway022
## 5096 Sam_The_Chicken
## 5097    MzSeductiveT
## 5098         luvz_BL
## 5099          HO__Bl
## 5100 Solanki65887483
## 5101         a_duece
## 5102      PPHartigan
## 5103    star_daoxing
## 5104    super_mot_bl
## 5105         blramaa
## 5106   headBONDmeLWJ
## 5107   amantedel__bl
## 5108       CHarsya23
## 5109   headBONDmeLWJ
## 5110       sun_minka
## 5111       Apo11Mile
## 5112       peachlait
## 5113   kopeeelatt333
## 5114       funktagon
## 5115         AIIKAYU
## 5116        Duke_44_
## 5117   kopeeelatt333
## 5118         Shuiorz
## 5119       slwiede66
## 5120        vicmbitt
## 5121 soulless4kmania
## 5122  mifairy_kawaii
## 5123     Ass69Fetish
## 5124    Martha04Luna
## 5125  maddy_butler24
## 5126     stanley_m21
## 5127  eunhye_mileapo
## 5128       tenmakasa
## 5129    MzSeductiveT
## 5130 because94334355
## 5131       PoAminE29
## 5132         chimmvi
## 5133    masodynamite
## 5134      itfollowed
## 5135    Angel4139_BL
## 5136        bl___ing
## 5137         a_duece
## 5138      Kaptenkrea
## 5139       amber_apo
## 5140  bimies_sub_bee
## 5141       yagooniel
## 5142        D0ubl3AA
## 5143     tuisankamol
## 5144 underzerotwitch
## 5145     PHlL0S0PHER
## 5146     Beenhakitty
## 5147    Angel4139_BL
## 5148      AZHarmonia
## 5149  mynameis_Aommy
## 5150        aidriele
## 5151      CCockburn2
## 5152        neinmuse
## 5153     tuisankamol
## 5154   JustinaVicens
## 5155          1Guan1
## 5156 levicaoftheseas
## 5157    Tebing_curam
## 5158      busujimass
## 5159       SinclineM
## 5160        AKlKASAA
## 5161     1meeindomtc
## 5162        onechace
## 5163       sideryuki
## 5164       grayslick
## 5165         apoapla
## 5166      sinthsizer
## 5167 im_missladypink
## 5168  WhaleMarineCat
## 5169    dazaiwantdie
## 5170   RawGalleryNFT
## 5171    loveleelatee
## 5172     urljuicebox
## 5173    LaylaPizarro
## 5174     tuisankamol
## 5175 ranjanalaimayu2
## 5176    Mydestiny_83
## 5177          420LTY
## 5178  tatyjimenez751
## 5179       bl_cuties
## 5180    MissDaisy112
## 5181       sunflukey
## 5182  satur_tinnasit
## 5183       sunflukey
## 5184     DianeNick24
## 5185   iAmNotABurger
## 5186   lostinthesaus
## 5187  Ericajosefina3
## 5188       SPOOONK3R
## 5189       Rachewnah
## 5190      DonoKuroko
## 5191         de3no22
## 5192   Climatic_Love
## 5193    1998Milkmilk
## 5194      soun_ariya
## 5195     jodohkazuha
## 5196     Alittlepo02
## 5197 nuruhudasaleng1
## 5198     DianeNick24
## 5199         pndvior
## 5200      Gpearly778
## 5201  ditzydeadlifts
## 5202          byme_j
## 5203        NuNid_22
## 5204 AlexisuwuAlexis
## 5205      4rch_4ngel
## 5206       teddyJaju
## 5207       katy02san
## 5208        solassie
## 5209         vick_BL
## 5210    1998Milkmilk
## 5211   aponattawinkr
## 5212        FARKnnDB
## 5213   Anurag4Bharat
## 5214  blacksunnyycat
## 5215     crisalvessh
## 5216       rvinpeaxe
## 5217   ApoNattawinBO
## 5218      superhwanq
## 5219   zenosAnalytic
## 5220     jellyyheart
## 5221   megasheanster
## 5222  EastDistrictAB
## 5223         viky173
## 5224        nattvwin
## 5225   tarsusingkirk
## 5226   hoonnieboonie
## 5227       Omikunxxx
## 5228       pink_tofu
## 5229   Gabi_likes_bl
## 5230    niwattanevol
## 5231      qpcrehgii_
## 5232        artnikaa
## 5233         bl_rryz
## 5234        MoxAprii
## 5235       shimyulki
## 5236    Pyramid_BC08
## 5237   mantilla_angy
## 5238      SoRaeGeeks
## 5239  apocolleaguesH
## 5240    danitta_push
## 5241  SptnkSweetTart
## 5242     fullsuncit_
## 5243     FEMOIDFURRY
## 5244    loveless6699
## 5245    1998Milkmilk
## 5246      sinthsizer
## 5247      sinthsizer
## 5248     Morph_VGart
## 5249       HM_Minjee
## 5250         bl_rryz
## 5251       LepikInfo
## 5252     ricehoarder
## 5253     milky020621
## 5254  KittyliciousBD
## 5255       rvinpeaxe
## 5256       Orcapolca
## 5257      sinthsizer
## 5258       Maxypadz_
## 5259    drik51632352
## 5260       N09072022
## 5261 _Officialvermin
## 5262  royalrajput082
## 5263          d1msvm
## 5264      sinthsizer
## 5265 Michael51524367
## 5266     delhi_sukha
## 5267     ratboybingo
## 5268   mauviemusings
## 5269        Yaoivor3
## 5270      dilaaaavni
## 5271      sluncebear
## 5272  hierophantpink
## 5273   twinkophrenia
## 5274    tang_satang1
## 5275       netsrpism
## 5276       growthrev
## 5277      keidoodles
## 5278     plamonora_l
## 5279         bl_rryz
## 5280   poeticrosesun
## 5281      CdrRainbow
## 5282     DianeNick24
## 5283   TweetByIndian
## 5284       wannabae3
## 5285       ClyBriana
## 5286   MileApoROmWat
## 5287     angelic_koz
## 5288 Mikaelarose0402
## 5289       time4this
## 5290     DianeNick24
## 5291 SpiderInStckngs
## 5292     DianeNick24
## 5293    Creampeachs1
## 5294      shortdog67
## 5295     AmmarShehu7
## 5296         bl_tefy
## 5297     monadospeed
## 5298      GernMorgen
## 5299 DolapoAyomide15
## 5300      QueenPhena
## 5301        nsfw__BL
## 5302     marureviere
## 5303 RmW2L3R45YceZyz
## 5304        nsfw__BL
## 5305        Nanasu96
## 5306     psychederia
## 5307    nftnftnftart
## 5308  yukari_2006_BL
## 5309        nakamhto
## 5310      yohannesdo
## 5311       Albertyeh
## 5312     danny_where
## 5313  tatyjimenez751
## 5314     apoclassics
## 5315        boymiku_
## 5316    SverigeMetal
## 5317    Midori_Hound
## 5318 goodarmvsbadarm
## 5319     tridentnare
## 5320      zvampiricz
## 5321    RoxyBear4385
## 5322         pemi_em
## 5323         pemi_em
## 5324      SoRaeGeeks
## 5325         Gig1933
## 5326         akazi2k
## 5327      active4tae
## 5328     deeperflows
## 5329     dia_videowl
## 5330        albxrich
## 5331 okay_katie_okay
## 5332    Lemonaid_art
## 5333       palomapng
## 5334       magnetixa
## 5335      LAMASVlRAL
## 5336      Its_Havok_
## 5337      tamamizune
## 5338       CrownsTik
## 5339   fatinbyunhaha
## 5340        Lietolee
## 5341     Yo_its_SinO
## 5342   CDramaConvert
## 5343      _tabetaisu
## 5344  cattawin_lover
## 5345 sk8terb76846167
## 5346        ppipoluv
## 5347        alulasit
## 5348        beomyzzn
## 5349    HazelynnRose
## 5350      MAYOlWORLD
## 5351      glaubritto
## 5352   WOelectricity
## 5353        susu_xue
## 5354     eamonsbunny
## 5355      eelprince2
## 5356       manghobie
## 5357      toraofagar
## 5358   walkingravens
## 5359     A_ndre_a_91
## 5360          jursit
## 5361   ApoNattawinBO
## 5362  bangpinkneozen
## 5363  hydroforbeidou
## 5364   Aroche_Dayana
## 5365     wyvernbones
## 5366  SeemaRampersad
## 5367        KITAICHl
## 5368 Dalton_Woolwine
## 5369       rvinpeaxe
## 5370   Merc_Wolfmoor
## 5371 hanasal69461441
## 5372        mimi3043
## 5373 thatoneshortfr1
## 5374  TheReelJohnnyG
## 5375       Jeanjunim
## 5376         em_sum2
## 5377       kendotorg
## 5378     glacierkiss
## 5379         Hoabnkk
## 5380     NoMoreJazzz
## 5381    JadeMoonrise
## 5382   chwikencwuisp
## 5383     _DayanaLuz8
## 5384         _jogboy
## 5385       Bam__beeL
## 5386  kamirrobinson3
## 5387      Repealist_
## 5388    rabiosexualz
## 5389  Ericajosefina3
## 5390    tang_satang1
## 5391          ccz_ol
## 5392 VaporwaveOctop1
## 5393     rabbitcrime
## 5394  BryanFreudeman
## 5395  daniismycousin
## 5396    Chaba_puypuy
## 5397        foolcoda
## 5398     dhmismutual
## 5399     SPsDumpster
## 5400 thedoughnanapro
## 5401         fayme64
## 5402         TaoRoGC
## 5403    MileApoNG_FC
## 5404   thehackettman
## 5405      liofotiaas
## 5406    FroggySnaccy
## 5407      Mileapo_ID
## 5408   InloveWithAPO
## 5409    MichaelA1130
## 5410        kisesdik
## 5411      aguilar_ve
## 5412      AssezPetra
## 5413  AzaleaReina_22
## 5414    Swiftnissity
## 5415       shrelockw
## 5416  wooseoksfanboy
## 5417      kanaa_babu
## 5418   MileApoDaily_
## 5419 MileApoFamPh524
## 5420   ayanyanmireii
## 5421        ufahad00
## 5422    missmarcymoo
## 5423  aromanticmarcy
## 5424   AntonyElijah3
## 5425   CherryMagic11
## 5426   Amazingshot22
## 5427       bunniebii
## 5428       mukashik0
## 5429      samyvanngo
## 5430 aliciasierra833
## 5431      Khunfern07
## 5432      Khunfern07
## 5433   Surya58154208
## 5434     lisandre480
## 5435  astrophysiques
## 5436     saikiatrist
## 5437   jackyqueeen95
## 5438     mariejoe939
## 5439     karmaversee
## 5440   sharma_ravi12
## 5441   anusharma1900
## 5442  Howlinharmony1
## 5443  Moms4EDFreedom
## 5444       jaguarrr0
## 5445  Nectar79767690
## 5446         AcrfIva
## 5447    Taenith_Rain
## 5448   Surya58154208
## 5449  uncannycrouton
## 5450 freakinglovit12
## 5451  zetsubou_sekai
## 5452   cannedmeatbob
## 5453      baby526526
## 5454     samsecular1
## 5455       Lan_zero8
## 5456 bemusedtraveler
## 5457   rawrnni4wonuu
## 5458          PoPk67
## 5459    Luiz28811170
## 5460       taehoeung
## 5461       junpilled
## 5462        kgnors79
## 5463         XSeculr
## 5464        leefam96
## 5465    figarogarica
## 5466    Luiz28811170
## 5467     babypeachy7
## 5468      laurenb700
## 5469    theirlkokomi
## 5470       4kitenshi
## 5471      RAdamonkey
## 5472        MSTRVLDZ
## 5473         twunkus
## 5474 isayheyyousayhe
## 5475       botilover
## 5476      baoziyuan_
## 5477     achilltatos
## 5478 femaIeboyfriend
## 5479     meowapomeow
## 5480    _CamillaFerr
## 5481        pansasun
## 5482 freakinglovit12
## 5483         bd_desu
## 5484  songfromasiren
## 5485 canineinthestar
## 5486   sunnivaixchel
## 5487       ponstirso
## 5488        BL_Steve
## 5489     crisalvessh
## 5490     BlNahuel_rp
## 5491     babypeachy7
## 5492       inkonacid
## 5493         jjeyttt
## 5494   DrFreshbutter
## 5495       fray2free
## 5496 KyupitasPudding
## 5497          HLNV01
## 5498 SHANTI_HIBIKASE
## 5499  monstercoached
## 5500        eyepain7
## 5501        bbunjiii
## 5502  tobiloveskashi
## 5503        josie_bl
## 5504       sarerunet
## 5505       catboycar
## 5506    robloxfemboy
## 5507       kdawg0113
## 5508   jackie_ellis3
## 5509   lifeinawalnut
## 5510   lifeinawalnut
## 5511      GestaltSea
## 5512       lalayciie
## 5513      snamhnapmo
## 5514     milky020621
## 5515       ilikedmcl
## 5516     FloralxLuna
## 5517    OrionsAether
## 5518   yat_oh_my_god
## 5519      suicidalqt
## 5520     Buildsumone
## 5521       abruti_bl
## 5522         Ranaska
## 5523    NatashaSerne
## 5524  nicostarryeyed
## 5525   fIyingfairies
## 5526 MeLoveoffjumpol
## 5527     Meawylonely
## 5528    ForeverlyJay
## 5529   lifeinawalnut
## 5530   handsomerhack
## 5531     spicy_cinna
## 5532   Hyacinthsaved
## 5533    THEBLOODLlNE
## 5534        Killy669
## 5535  uchihacaroline
## 5536   formywichapas
## 5537         __aifei
## 5538 SamikshyaRijal6
## 5539     tylrbrner22
## 5540          BL_T99
## 5541      tapiyocaaa
## 5542        mrcswtsn
## 5543   piyathidasiri
## 5544         mitsvra
## 5545         Jerr_BL
## 5546  doudou96077729
## 5547 kurenaifailtaru
## 5548         iwla_ie
## 5549    reckless_lie
## 5550    pencilsalaya
## 5551      mmmmmmkpbl
## 5552        LoversBf
## 5553  magicalgirlbia
## 5554      cherryutos
## 5555       allisah_c
## 5556     mobpsycho03
## 5557        Pinta_hh
## 5558      Bl_ackLucc
## 5559    LeaveMeA_Pls
## 5560  bluesky_mylove
## 5561    crystalkaeya
## 5562         sns1023
## 5563      luzslawyer
## 5564   SageStarling_
## 5565        daisyuie
## 5566          sareru
## 5567       sarerunet
## 5568    CVdepression
## 5569   amantedel__bl
## 5570        BxxcaRAT
## 5571  RealShuwaShuwa
## 5572     OnUrOwnKids
## 5573        KuuksKay
## 5574   touchsleeping
## 5575     johnson4b06
## 5576 almighty_HlTMAN
## 5577          zt6_bl
## 5578           pupmk
## 5579    asteroidyaoi
## 5580  yoonsweet_suga
## 5581         Ilydowa
## 5582      GBerdenova
## 5583       meiraLuvy
## 5584         ilyzoda
## 5585       DaBoonool
## 5586       MarsWicca
## 5587     yotasukeily
## 5588       Nellinson
## 5589    hualiantgcf7
## 5590      PacaNyeong
## 5591        _momokah
## 5592     Bl_Series24
## 5593     Bl_Series24
## 5594 biblebuildislyf
## 5595 kitty_witty_cat
## 5596       zanraxxpi
## 5597      yibonito13
## 5598       prim_attp
## 5599  ShinyHunter_LL
## 5600  DarrenHooper93
## 5601        httpmin_
## 5602         BL_2889
## 5603      pakuzunoha
## 5604    SelimSociety
## 5605       YaoiCanon
## 5606       shuscurse
## 5607      PFallinluv
## 5608     vancedalism
## 5609 sagittaurus61_4
## 5610       noraeshtt
## 5611       tobiyolos
## 5612    kerriibearii
## 5613    putrefizzing
## 5614       PissDoeng
## 5615       clownx_bl
## 5616      JaelaniKey
## 5617     Bl_Series24
## 5618       clownx_bl
## 5619  scampadversary
## 5620        agapemp3
## 5621    SuBLimeManga
## 5622     queer_mikey
## 5623         rcjpasl
## 5624  MutagenSamurai
## 5625       BL_Queen1
## 5626   illustrata_ai
## 5627    RoisinGalaxy
## 5628         bren_bl
## 5629   Only_MileyApo
## 5630    michaela__bl
## 5631 justthuyanhhere
## 5632       BL_Queen1
## 5633      jotakaktwt
## 5634      bl___spAce
## 5635      RotchillaL
## 5636          Pyibo_
## 5637      BL_chu_BL_
## 5638      pikabelial
## 5639        kncukier
## 5640     johnson4b06
## 5641    IichiroJingu
## 5642  MandyMoonspell
## 5643    IichiroJingu
## 5644       bl_wdmr_2
## 5645        18_91973
## 5646   inchargeofznn
## 5647 RamanSinghSahab
## 5648    Elysia_Aster
## 5649     SitaphaOpen
## 5650     mario_zuvic
## 5651       LZouzoune
## 5652       YoSoyNebu
## 5653     BettuSingh1
## 5654    _CamillaFerr
## 5655      aooblueryy
## 5656       clownx_bl
## 5657  PatrickFreyne1
## 5658          BL_RGH
## 5659       YonHachi_
## 5660       clownx_bl
## 5661       clownx_bl
## 5662       misyiiipp
## 5663    HazelynnRose
## 5664        fdssccc2
## 5665    wintaebear12
## 5666       mikkarrae
## 5667 DrillbotKillbot
## 5668   lacedcorsetry
## 5669        Hitch_Bl
## 5670          wxyay_
## 5671          bdk_bs
## 5672     RaysnYooms1
## 5673      aooblueryy
## 5674  Kamila60319204
## 5675    iyeloveslife
## 5676         bren_bl
## 5677   DehiscenceArt
## 5678  KittyliciousBD
## 5679 stan_bts_clc_dc
## 5680        anonHaak
## 5681     theflotilla
## 5682 20one_nnattawin
## 5683         Djang99
## 5684        bedknees
## 5685          Eriq72
## 5686        jaydnn_r
## 5687    mksharma4269
## 5688     theKilliam7
## 5689         Dimebob
## 5690   catgirlcrisis
## 5691    threadficfan
## 5692       samsbvcky
## 5693        Hitch_Bl
## 5694          kdtnof
## 5695 sfasciafamiglie
## 5696       aguila_bl
## 5697  MilkyWayBeyond
## 5698         mqkotoz
## 5699         hail_ge
## 5700  SUPAMASHOMMUEN
## 5701         bl_save
## 5702    lmaoguesshoe
## 5703        vbsliker
## 5704    letitsnow_05
## 5705        ktbugboo
## 5706   Lemonpartyman
## 5707 isaidwhatiwant2
## 5708      PPlove0011
## 5709 4yXk7dyd4AEoU1t
## 5710   Fujoshi4lifeu
## 5711    afaoundalove
## 5712       _nattbff_
## 5713  xxPusimasterxx
## 5714      PaulinaK55
## 5715 bootlegbootlegs
## 5716 xredcarpetgrave
## 5717 FlorenceBourgne
## 5718        gwiwolXx
## 5719  faulttolerant_
## 5720        gwiwolXx
## 5721   Suree13973122
## 5722      august6407
## 5723     SHOPonSHOP1
## 5724    pt_croissant
## 5725     bl_ooming13
## 5726 wheeinthefandom
## 5727       Con_kwest
## 5728   DramalandBlog
## 5729  Person35278572
## 5730 vuhnillabeandip
## 5731       Gee_Reads
## 5732     oockodzuken
## 5733  cattawin_lover
## 5734      PaulinaK55
## 5735   Kelli12482587
## 5736      Onixperado
## 5737  SamuelCasal666
## 5738      ghouIfiles
## 5739        kaesmoon
## 5740   kissable202bi
## 5741   lvrqueercntnt
## 5742   kissable202bi
## 5743        kaesmoon
## 5744      adamcharit
## 5745        briiii89
## 5746      keetiddies
## 5747       ana_coro2
## 5748   felidae_somni
## 5749        ricekink
## 5750 igt_8hotmailcom
## 5751         Arai8Zo
## 5752        naoomrak
## 5753      camedieval
## 5754        kkkute21
## 5755     ala_art_lab
## 5756   Dixon34235165
## 5757     joanedeluko
## 5758     Beenhakitty
## 5759        kato6301
## 5760   sangwooserror
## 5761        noxuanji
## 5762  yuriusarandalm
## 5763   MileApo__only
## 5764      marwane_bl
## 5765        akshsoab
## 5766 ManekiNekoAIArt
## 5767 20one_nnattawin
## 5768     inferiorcon
## 5769      Bunbearvk1
## 5770    JeiNostalgic
## 5771   thefluffydoll
## 5772  Lionheartglass
## 5773    Bl_shipper89
## 5774      RadHominin
## 5775     spin_act1on
## 5776         SayadlR
## 5777 Patricia_BTS_PT
## 5778     borbaiboong
## 5779      etrszsrr94
## 5780   slash_srv_ray
## 5781  ABARTH_Blog_BL
## 5782       CielsSimp
## 5783      kaeyamores
## 5784       altechist
## 5785       ROCKPICKR
## 5786   heavenlydazai
## 5787    apricotsushi
## 5788        QmediaFX
## 5789    hgjslapbunny
## 5790       hypsclera
## 5791  AngyCottontail
## 5792      rtArtBoost
## 5793       midoriirl
## 5794      daisypeony
## 5795          3touzi
## 5796     kanekieken6
## 5797   unresponsives
## 5798     SimplyShoyo
## 5799 thatmarineguy21
## 5800        YaelDraw
## 5801     hodlgoddess
## 5802      _chcow1nt_
## 5803      magne_toes
## 5804          kak_dc
## 5805     FliptheLast
## 5806      arisdesert
## 5807       s_germann
## 5808  MileApoHungary
## 5809     ArtSenseNFT
## 5810    ShiloTsukasa
## 5811      aguilar_ve
## 5812    irisdskye_95
## 5813      aesopcarls
## 5814 possiblycatgirl
## 5815   ilovestuffist
## 5816        izumipng
## 5817        ahihikos
## 5818 cherishxianxian
## 5819         tenoko1
## 5820       CINAMR0LL
## 5821     delta_sauce
## 5822 KCGZw4zMg6a07Zf
## 5823        wakanuii
## 5824   onlyduskheart
## 5825          dzit_u
## 5826        amli_art
## 5827         w3iying
## 5828     ClownBeeBTS
## 5829     makomo_1016
## 5830      nnguyenmoc
## 5831    MileApochest
## 5832    MileApochest
## 5833    MileApochest
## 5834   IMMAD10124612
## 5835       Vagelisp4
## 5836    pencilsalaya
## 5837    pencilsalaya
## 5838    RickWadeArt1
## 5839         w3iying
## 5840       EastH2023
## 5841         SSf1609
## 5842    taylorbwyatt
## 5843    boba_boobies
## 5844   Marco70389085
## 5845         EliLeno
## 5846     BristolMari
## 5847    kookoobaby22
## 5848 SpiritOfBichen_
## 5849         9294bff
## 5850         myac0re
## 5851 LoveOfLearning4
## 5852 heart_dreamerg7
## 5853  CookieDoh12345
## 5854     xingxing_er
## 5855 SpiritOfBichen_
## 5856     jokerphobix
## 5857       pawan2469
## 5858         okayyhe
## 5859       tommy__bl
## 5860       jeanorjan
## 5861      bl_artcult
## 5862 Born2LuvMileApo
## 5863       tommy__bl
## 5864 MileApoGuardVTS
## 5865   honeymins0613
## 5866     gea_russell
## 5867  kingduckington
## 5868        prdsd4na
## 5869        hibixcus
## 5870      BibleJMtul
## 5871        KUROKElP
## 5872      ludi__brnn
## 5873      piapia4356
## 5874        manzin_o
## 5875  giornogiomomma
## 5876 bwschildren_997
## 5877   XxUltramashxX
## 5878  trmgetontfloor
## 5879    Quirk_Zombie
## 5880         SSf1609
## 5881  Imm_MinJournal
## 5882  Imm_MinJournal
## 5883        wlweezer
## 5884         elcazen
## 5885 krislaurencio21
## 5886     tchaikovskv
## 5887    KNRNIsntHere
## 5888     blworld2603
## 5889       nyasougis
## 5890     blworld2603
## 5891    efferv3sc3nt
## 5892     chipslament
## 5893       izahmochi
## 5894    ZeldaMartiny
## 5895      gekenkshop
## 5896        de_Nia_l
## 5897 CreativeTouche4
## 5898       reidoniss
## 5899     AllieSoFeMe
## 5900   Xialu03276194
## 5901         vick_BL
## 5902   JaneSpendlove
## 5903   PollyRussell1
## 5904      DrKotobuki
## 5905 Born2LuvMileApo
## 5906  NatashaRowley7
## 5907        hmason22
## 5908    Shavlisclown
## 5909    jollof_rice_
## 5910     genetakav1c
## 5911      Bankaiwave
## 5912  RobertaRamsay7
## 5913        sds_levy
## 5914       Vance_Vaa
## 5915  newhumangenome
## 5916       YuiKarana
## 5917         KPW1453
## 5918    _yamaguchiss
## 5919   EmiliastansAi
## 5920  Kamila60319204
## 5921    JacobHuggins
## 5922        _Lily_Bl
## 5923    lettvcesalad
## 5924   acidframerate
## 5925   uxodexinnheru
## 5926     Shawol_Mint
## 5927        rsv69asr
## 5928   Chrisland1405
## 5929       dianaaley
## 5930      CINEMAT1CS
## 5931    fusion_phise
## 5932 Richardcolumnas
## 5933     StuartKells
## 5934       _BRICMICS
## 5935      ripperdu34
## 5936     charlmoment
## 5937       abruti_bl
## 5938    asphodelhoes
## 5939   zloy_kotik_bl
## 5940     eliasworthy
## 5941   MileApoDaily_
## 5942        uItrasun
## 5943 fallengodorochi
## 5944       getoskito
## 5945          chxhi_
## 5946   NyakiwaPuwusu
## 5947        AptonWin
## 5948    ST4RGU4RDIAN
## 5949    dr_fucker_md
## 5950  everything_bl_
## 5951  vocaloidfagboy
## 5952    kuromorisuzu
## 5953        YingNoah
## 5954       snekpross
## 5955        elias_BL
## 5956     GINA__BEARS
## 5957   VGriffithsimp
## 5958      jovzzbabii
## 5959   animelover549
## 5960    superpablo67
## 5961    EXOFOREVER98
## 5962         KJB1834
## 5963    kennythecrow
## 5964      PROSHlPPER
## 5965       exdrainer
## 5966         okil_98
## 5967       eluvstae_
## 5968  saranghaeken00
## 5969         cxxotic
## 5970   illustrata_ai
## 5971      broken_exe
## 5972      mikan_cles
## 5973      rommoreira
## 5974     ADerekMoore
## 5975          HO__Bl
## 5976          bkdkho
## 5977 Blackpe45381430
## 5978      bbsdoublep
## 5979       sinsokun0
## 5980   Bunbun_future
## 5981       ahgachuu_
## 5982       abruti_bl
## 5983   ellipsometry_
## 5984       dalitza_r
## 5985 Christi78619456
## 5986 icecreamsundaz3
## 5987       saintxrys
## 5988   ngoanhthu0406
## 5989   colour_fetish
## 5990       abruti_bl
## 5991 79wasagreatyear
##                                                                                                                                                                                                                 text
## 1                                                                       RT @K_Kentin_Rose: @yslppe Rightttt im actually hesitating to call them bl actors for some reason, cause as an actor they really just stand…
## 2                                                                       RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 3                                                                                                                                                           RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4                                                                   RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 5                                                                                            RT @karimnas_: Same-sex relations in an 18th century Ottoman manuscript https://t.co/prz6uHEwJd https://t.co/wFyYk6gO0T
## 6                                                                       RT @darkestdollx: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @…
## 7                                                                       RT @BadBeanLLC: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wala…
## 8                                                                      RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 9                                                                  RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 10                                                                                                                                                    RT @gdzmenu: IM PISSING MYSELFJDHAGHSH https://t.co/eP2RpB3uq3
## 11                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 12                                                                    RT @PanthersCulture: Byron Leftwich is in a no-win situation.\n\nWhen Tom Brady was producing, BL got some hype, but it was mostly because To…
## 13                                                                   RT @shainn_rgkysb: ー☆ busco mutuals !! \n\nno soy nueva en #anitwt #animetwt #genshintwt 。⁠☆\n\n› jojo's, jjk, mob psyco, haikyuu, free, death…
## 14                                                                                                                                                             RT @hamstersmp4: on a mission https://t.co/eTSfGIQr8C
## 15                                                                      RT @Killmoenetwork: 4-YEAR-OLD STRUCK BY VEHICLE: 3400 Bl. Of Holmeade Pl. N.W: Dcfd is on the scene of a pedestrian struck involving a 4-y…
## 16                                                                                                                         RT @thankfulforchan: “STRAY KIDS EVERYWHERE ALL AROUND THE WORLD” https://t.co/dMAv9QvRDs
## 17                                                                      RT @Killmoenetwork: 4-YEAR-OLD STRUCK BY VEHICLE: 3400 Bl. Of Holmeade Pl. N.W: Dcfd is on the scene of a pedestrian struck involving a 4-y…
## 18                                                                      RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…
## 19                                                                   RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 20                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 21                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 22                                                                    RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…
## 23                                                                                                     RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 24                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 25                                                                       RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 26                                                                  RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 27                                                                                                  RT @hourlybinsung: jisung screaming “SPEARB” before changbin’s part and him EATING IT UP https://t.co/IXyE9srv2b
## 28                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 29                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 30                                                                                                            RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 31                                                                                                                                                  RT @straynations: the plot development 💯 https://t.co/6Ne25gut9v
## 32                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 33                                                                                RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 34                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 35                                                                                                            RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 36                                                                       RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 37                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 38                                                                      RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…
## 39                                                                                                                                                          RT @BCHANPIC: CHRISTOPHER??????? https://t.co/DhoBajREfW
## 40                                                                                                                                                             RT @hanjiclips: SMILEY HAN 😭\nhttps://t.co/gw9WlInaDN
## 41                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 42                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 43                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 44                                                                   RT @holybibs: SO THEY PROLLY FILMED THIS SCENE AND THEY CUT IT OUT?! BECAUSE THE PAJAMA LOOKS THE SAME WITH THE NOVEL VEGAS 😭\n\n꒰ #BibleBuil…
## 45                                                                      RT @btsthroughyears: 3 years ago today, @BTS_twt won all 4 Daesangs of MMA and made history by being the first (and only) artist to achieve…
## 46                                                                   RT @RebirthShadows: Chinese zodiacs of Pansy. Seen yours yet?\nPansy: https://t.co/zVLOikJWjB |Webtoons https://t.co/Atdf3E0SWk\n\nPansy (c) K…
## 47                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 48                                                                  RT @LeahLibresco: I love this plan for Eucharistic processions across the country in 2024. \n\nStarting in:\n-San Francisco\n-the tomb of Bl Mi…
## 49                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 50                                                                     RT @chunwei74: Officially introducing my original BL novel called Settlement🥳\n\nI started from January and it finally reached its ending on…
## 51                                                                                                          RT @captainCB97s: LOOK AT CHAN..HE WAS GENUINELY SO SHOCKED, HE’S SO PRECIOUS 😭😭 https://t.co/F5bC9BgxmJ
## 52                                                                  RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 53                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 54                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 55                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 56                                                                                                                                                               RT @lowkeeeeeyyyyy: strict parents raise good liars
## 57                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 58                                                                    RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 59                                                                       RT @ymeskaoui: We need to wake up! What #Balenciaga did was on purpose and not an error. The woke mob is executing an AGENDA that tries to…
## 60                                                                 RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 61                                                                  RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 62                                                                    RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 63                                                                 RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 64                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 65                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 66                                                                      RT @yslppe: @pearl_nikkie there are some if you searched "perth chimon" here in twt. so many bl stans were newly born from c0vid era, i'm t…
## 67                                                                     RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 68                                                                      RT @ChelseaismyL: Zee Pruk Panich is an actor he made his debut in 2016 being active since 2018.he had played more straight roles thn bl ro…
## 69                                                                     RT @shoujocrave: Josei girls love manga "She loves to cook, and she loves to eat" launches a charity project for same-sex marriage!\n\n"I've…
## 70                                                                  RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 71                                                                                                                                                  RT @thinkskztxt: I.N AND BEOMGYU HUGGING https://t.co/xoMYknBdfl
## 72                                                                      RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 73                                                             RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 74                                                                                                                                                    RT @fayepjm: there is tears in my eyes https://t.co/fdCR45OIt5
## 75                                                                    RT @artmarteau: @illustrata_ai @joynxyz @amli_art @bl_artcult 𝘛𝘩𝘦 𝘞𝘦𝘪𝘨𝘩𝘵 𝘖𝘧 𝘛𝘩𝘦 𝘞𝘰𝘳𝘭𝘥 𝘐𝘴 𝘖𝘧𝘧 𝘔𝘺 𝘚𝘩𝘰𝘶𝘭𝘥𝘦𝘳𝘴\n#expressionwithmeaning \n2nd Entry…
## 76                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 77                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 78                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 79                                                                  RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 80                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 81                                                                                                                                   RT @smolsungies: THEY ARE SO GORGEOUS IM SPEECHLESS.... https://t.co/cm1rVs6NiC
## 82                                                                                                     RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 83                                                                      RT @peachyIaurent: I don’t even care about bl actors personal lives but I love to hear the gossip and theories cause I’m nosy and just like…
## 84                                                                    RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 85                                                                 RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 86                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 87                                                                    RT @Dominiquetaegon: #BalenciagaGate gets sicker. \n\nThese are just some of the sickening posts from Balenciaga’s main stylist’s Instagram p…
## 88                                                                                            RT @biumipastelito: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/0J0tPQWi9W @TheTopFamous
## 89                                                                    RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 90                                                                                                     RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 91                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 92                                                                                RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 93                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 94                                                                  RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 95                                                                 RT @thebottomlounge: 🦂SUPPORT ADDED🦂\n@nightspicemusic &amp; @weekendrunclub will be supporting @Emarosa this Saturday, December 3rd. Tickets ar…
## 96                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 97                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 98                                                                   RT @PapalZouaveUS: HYMN OF THE PONTIFICAL TROOPS TO THE HOLY FATHER (Bl. Pope Pius IX, 1867)🇻🇦\n\nThe clamor of warrior trumpets.\nIn the pres…
## 99                                                                                                                                                          RT @fudrilshi: i cured my self of covid 19 by reading BL
## 100                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 101                                                                 RT @lovecastpodcast: It's the most wonderful time of the year - the annual #GMMTV2023 showcase 🙌 Join us as we talk through all the #BL &amp; #…
## 102                                                                             RT @yeonfarie: hiyyih and huening kai seeing each other on stage and on awarding shows is just so precious 😭 https://t.co/QPNnqWGKJa
## 103                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 104                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 105                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 106                                                                     RT @zongzi0428: #artistsontwitter  Hi, I draw me and my friend's BL oc couple, I also have my own BL manga on my page please enjoy. https:/…
## 107                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 108                                                                RT @thebottomlounge: 🦂SUPPORT ADDED🦂\n@nightspicemusic &amp; @weekendrunclub will be supporting @Emarosa this Saturday, December 3rd. Tickets ar…
## 109                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 110                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 111                                                                     RT @TRtheTitan: “The joy of life is a very good thing, and while work is the essential in it, play also has its place.” - Theodore Roosevel…
## 112                                                                     RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 113                                                                 RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 114                                                                     RT @ladyofethylene: This comic really gives me the same feelings as read Cherry Blossom After Winter..🌸🌸🌸\nI mean those happiness, comfort,…
## 115                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 116                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 117                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 118                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 119                                                                                                                                         RT @knjgIoss: some of y’all just wouldn’t get it https://t.co/NAettqfJgH
## 120                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 121                                                                     RT @forblebiu: either pete was still lingering inside biu's mind or he was worried for bible because he kept glancing at the younger https:…
## 122                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 123                                                                     RT @TRtheTitan: “The joy of life is a very good thing, and while work is the essential in it, play also has its place.” - Theodore Roosevel…
## 124                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 125                                                                                                                          RT @maxtuIover: now imagine biu playing a role like this one 😳\nhttps://t.co/E9wwfM7Z6H
## 126                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 127                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 128                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 129                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 130                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 131                                                                                                                                   RT @Enviosity: Liben literally the best NPC in Genshin https://t.co/jErgo8HWqS
## 132                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 133                                                                                                        RT @wichapasluve: oh his body is immaculate tho 😣\n\n#BuildJakapan #Beyourluve \n https://t.co/obh6YosuPW
## 134                                                                                                                                      RT @GageBA: 🏀 Can we talk about 12/17 for a minute? https://t.co/P7oZmqQ25o
## 135                                                                                                                                      RT @littlethunderr: Wednesday 2022 | Wednesday 1993 https://t.co/1CnW9ghvhe
## 136                                                                                                                                                   RT @RiseFallNickBck: It was to us all. https://t.co/MeCMvMUlvF
## 137                                                                      RT @holybibs: this was when the prop knife drop to build's feet and hurt him. but look at bible despite him being tired and ask him with a…
## 138                                                                                                                                         RT @loveIycbg: low quality but it's choi beomgyu https://t.co/40DVbiqgv2
## 139                                                                                                                                         RT @bangtinyboyys: No one can touch their level\nhttps://t.co/zStf4SJnRb
## 140                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 141                                                                       RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 142                                                                                 RT @holybibs: NOT HIM JUST STANDING THERE WHILE EVERYONE WATCHED HIM \n\n꒰ #BuildJakapan #Beyourluve ꒱ https://t.co/8ooOFJrQfh
## 143                                                                                                          RT @wichapasluve: so pretty even when asleep 😴 💙\n\n#BuildJakapan #Beyourluve \nhttps://t.co/DUTt5nGWjH
## 144                                                                     RT @peachyIaurent: I don’t even care about bl actors personal lives but I love to hear the gossip and theories cause I’m nosy and just like…
## 145                                                                 RT @BLUPDATE2022: Office Romance awaits you in Thai BL next year, 2023:\n\n1. Bed Friend (Mandee)\n2. The Middleman's Love (Mandee)\n3. Wish Me…
## 146                                                                                                                                     RT @biblegatito: suddenly i miss my good partners 🤲🏻 https://t.co/r8oj1b5cXa
## 147                                                                                                                          RT @wichapasluve: THE TINY SWEATER PAWS 😭😭 \n\nIM DEVASTATED 😭😭 https://t.co/denbIl62d8
## 148                                                                                                                                           RT @YouTube: drop a video you’ve watched more times than you can count
## 149                                                        RT @Qs3488: Let's all follow 👉 @UbaidKhaan &amp; 👉 @HammadH42886717  they follow back!🙋‍♀️ \n🦋❕🟣🟣\n❕  🟣🟡🟣\n❕❕🟣🟣\n❕❕  🌱 🌹 #flow_bl 🌹\n@xvnv \n@Qs3488…
## 150                                                                               RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 151                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 152                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³ Most…
## 153                                                               RT @BL_Scenery: ✨ BL SERIES AND MOVIES FOR DECEMBER 2022\n\n01 - #OhMyAssistant 🇰🇷\n02 - #MySchoolPresident 🇹🇭\n02 - #609BedtimeStory 🇹🇭\n03 - #…
## 154                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 155                                                             RT @SatorRotas: Blitz version of "I'm always chasing rainbows"\n\n(sticker &amp; other stuff of this in my shop: https://t.co/93rCgrwYbD)\n\n#Hellu…
## 156                                                                     RT @Dem_Adv: @KateSwaffer @chrissythelker @DementiaAllianc Unfortunately we sometimes need to repeatedly use the inclusive positive languag…
## 157                                                                 RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 158                                                                        RT @biuberryluve: everybody fighting cutely and these two competitive mfs be out there kicking each other like 😭\n\n#BibleBuild #ไบเบิ้ลบิว…
## 159                                                                                                                                                         RT @rmvsjk: a hilarious thread — https://t.co/ALrwGSfwTT
## 160                                                                                                                                                                                   RT @marxhaunting: Dear Engels,
## 161                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 162                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 163                                                                RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 164                                                                                                                                    RT @jsaturfiles: jeffy in the middle of everything 🤣🤣 https://t.co/d8q2xTunOk
## 165                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 166                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 167                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 168                                                                                                                                        RT @forblebiu: that tiny glimpse of pete's tattoo https://t.co/Gxs3y3FDg4
## 169                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 170                                                                                                                           RT @chuchugou: NSFW #原神 #Alhaitham \nThose look heavy king 🤲 https://t.co/aE93ACGJiM
## 171                                                                         RT @fudrilshi: write the callout post for the 500th time you fucking moron. Go ahead, see if i dont block your ass and keep posting BL .
## 172                                                                     RT @biuberryluve: pls i didn't know they had to hit with belt for real 😭... even tho they probably didn't hurt for real , it must've been s…
## 173                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 174                                                                                                                                                              RT @fatfatpankocat: Bedtime https://t.co/IFA1TIZB8T
## 175                                                                RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 176                                                                                                            RT @lahaijiaojiao: Lappland and Zorua trainer gallery\n\n#arknights #明日方舟 https://t.co/58ikTh6kdj
## 177                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 178                                                                                                      RT @_LeMissem: Just a break for some art of the Captain ⛓️\n#Capitano #GenshinImpact https://t.co/ZOaCo1gH73
## 179                                                                                                               RT @bibblesummett: Please He is so cute 🤏🏻🥺\n\n#BuildJakapan @Buildbuilddd https://t.co/fYSLv3Vy98
## 180                                                                                                                                             RT @JaydisHIM: These anime voiceovers dawg💀💀 https://t.co/aaVtCwj9Up
## 181                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 182                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 183                                                                   RT @red_loeb: 30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v @BLMedieval h…
## 184                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 185                                                                  RT @holybibs: SO THEY PROLLY FILMED THIS SCENE AND THEY CUT IT OUT?! BECAUSE THE PAJAMA LOOKS THE SAME WITH THE NOVEL VEGAS 😭\n\n꒰ #BibleBuil…
## 186                                                                                         RT @cclodye: YALL TELLING ME THEY ACTUALLY FILMED FOR THE COCO SCENE BUT IT'S NOT BEING AIRED??? https://t.co/QBtubcerGD
## 187                                                                    RT @obskyr: Here's a manga I've seen a *lot* of buzz about in Japan, but none in the West… Hikaru ga Shinda Natsu.\nTwo boys in the countrys…
## 188                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 189                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 190                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 191                                                                     RT @Law_Solidarity: Delighted to launch my new oral history project, working with @BL_OralHistory to develop an archive of oral history int…
## 192                                                                     RT @tinachoding: @emprssofemerald @Intrepid_Poppy yes! all pretty much saying the same thing but very cool that it's based off an actual sw…
## 193                                                                                                                           RT @chuchugou: NSFW #原神 #Alhaitham \nThose look heavy king 🤲 https://t.co/aE93ACGJiM
## 194                                                                    RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 195                                                                                                                                                               RT @chaoticcatpics: catᶜᵃᵗ https://t.co/EPz2cI7x70
## 196                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 197                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 198                                                                                                                                            RT @blobbynfriends: More buff ladies please 🙏 https://t.co/OsbhcAZAlC
## 199                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 200                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 201                                                                                                                                                   RT @fatfatpankocat: She has a question https://t.co/G9AppuRp57
## 202                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 203                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 204                                                                      RT @mhereonlyforbts: Never forget when someone said "mono" feels like u're locked urself in a small dark room your whole life, but instead…
## 205                                                                                                                                                          RT @DsInsects_: them🐱🐶#wenclair https://t.co/HUvgqtxQXc
## 206                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 207                                                                                      RT @SWJE0N: #taekookau🔞 where jungkook does the ‘texting my brother’s best friend i need him’ trend https://t.co/dw8AinRKZ9
## 208                                                                     RT @that70sdaiIy: leia forman having the same mannerisms as her dad eric is everything to me. that 90s show i love you already https://t.co…
## 209                                                                      RT @holybibs: this was when the prop knife drop to build's feet and hurt him. but look at bible despite him being tired and ask him with a…
## 210                                                                               RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 211                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 212                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 213                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 214                                                                 RT @ApoVotingTeam: 🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️https://t.co/UvCZD0…
## 215                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 216                                                                                                                                                      RT @DontShowYourCat: the guest room https://t.co/dCas2gNbLn
## 217                                                                     RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 218                                                                                                                               RT @CATBRAINCELL: I took this pic last night LOOK AT HER.. https://t.co/JG6LhsAbh2
## 219                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 220                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 221                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 222                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 223                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 224                                                                                  RT @clubfmphilly: Billionaires Try to Shrink World's Population, Report Says\n\nhttps://t.co/nGKGuDUSrb https://t.co/68f3fWICVk
## 225                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 226                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 227                                                                RT @TapiDeL369: Happy Birthday, Kaeya!!💐✨\nYou can be confident that everyone loves you.\n\n※ The comic has 8 pages in total.\n※ Sorry, this is…
## 228                                                                                  RT @clubfmphilly: Billionaires Try to Shrink World's Population, Report Says\n\nhttps://t.co/nGKGuDUSrb https://t.co/ANMxPDAltF
## 229                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 230                                                                    RT @obskyr: Here's a manga I've seen a *lot* of buzz about in Japan, but none in the West… Hikaru ga Shinda Natsu.\nTwo boys in the countrys…
## 231                                                                                  RT @clubfmphilly: Billionaires Try to Shrink World's Population, Report Says\n\nhttps://t.co/nGKGuDVqgJ https://t.co/gMIXuBJVhT
## 232                                                                   RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 233                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 234                                                                   RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…
## 235                                                                  RT @PapalZouaveUS: HYMN OF THE PONTIFICAL TROOPS TO THE HOLY FATHER (Bl. Pope Pius IX, 1867)🇻🇦\n\nThe clamor of warrior trumpets.\nIn the pres…
## 236                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 237                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 238                                                                     RT @LadyBae05: @jewelwidgets @MayXian3 Um hate to break it to you sweetheart but your fave filmed a BL drama as well. All shippers are wait…
## 239                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 240                                                                RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 241                                                                     RT @jordieseay: Nah cause I want a main character in a BL to be so exceedingly flamboyant that it make y'all uncomfortable. Give them a hap…
## 242                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 243                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 244                                                                     RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 245                                                                RT @biumipastelito: [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Most Fa…
## 246                                                                RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 247                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 248                                                                                                                                        RT @9GAG: Which one are you?\n\n✍🏻 @genildoronchi https://t.co/nedQEEHMEi
## 249                                                            RT @a_kaeyada: Happy birthday kaeya!🍷✨🤺\nNo one may have known his birthday when he was new to the Ragnvindr family!🎂👀\n#ガイア生誕祭2022 https://t…
## 250                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 251                                                                 RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 252                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 253                                                                   RT @Castricone: Let's do this #HuskyNation! Heisman voting is already open and votes need to be cast by Monday afternoon.\n\nGO DAWGS!!!!!!!!…
## 254                                                                      RT @Castricone: Remember, we're looking for AP poll voters, FBS beat writers, local sports radio talk show hosts and FBS play-by-play guys…
## 255                                                                  RT @Castricone: Again, the numbers for @themikepenix boggle the mind:\n\n#1 FBS in pass ypg (by a LOT)\n#1 FBS in 3rd down conv\nLed UW #1 FBS…
## 256                                                                     RT @Castricone: So, it'll take some digging, and some tweeting, and some real effort, but if we want it more, we can get this done. Let's g…
## 257                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 258                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 259                                                                     RT @Castricone: The hard part is: there is no national list. You can't find all 900 names aggregated in one place. But, Heisman voters usua…
## 260                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 261                                                                     RT @Castricone: Also, the Heisman is a ranked-choice voting system, where everyone votes for a Top 3. They can even vote for the guy from t…
## 262                                                                     RT @Castricone: We need to get this amazing UW content (videos, images, stats, stories) in front of THEM, the local reporters whose votes c…
## 263                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 264                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 265                                                                     RT @Castricone: Here's how the voting works: there are over 900 voters for the Heisman Trophy. The VAST MAJORITY of them are NOT national m…
## 266                                                                     RT @Castricone: Alright, #HuskyNation, I've got an idea on how we can build a grassroots campaign and help get @themikepenix to New York Ci…
## 267                                                                 RT @equitybruin: pac-12 team national rankings in offensive points per drive\n\n#1 USC 3.9 points per drive\n#2 UW 3.85\n#3 UCLA 3.7\n#6 Oregon…
## 268                                                                  RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 269                                                                                                           RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 270                                                                   RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…
## 271                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 272                                                                   RT @red_loeb: 30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v @BLMedieval h…
## 273                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 274                                                                     RT @ProfHolloway: Octavia Butler told me one of the failures of sci-fi /fantasy was its inability to imagine the alien other as anything di…
## 275                                                                     RT @Coffeshere: The Prince in the Garden #1, BL/Queer manga, Kickstarter is live! If you like vintage manga and want to see a new take on f…
## 276                                                               RT @Elementl_: Just finished setting up Twitter tags for the ABK AA cast! Go post your tech!\n\n#ABKAA_AK\n#ABKAA_MY\n#ABKAA_SA\n#ABKAA_KA\n#ABKA…
## 277                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 278                                                                     RT @NdzaviDerrick: JSE-listed Spar sold a  Mega SuperSpar in Midrand for R1,000 before being sold three weeks later to the same buyer for R…
## 279                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 280                                                                  RT @po9105: @Tawan_V @new_thitipoom P'Tay P'New Thank u so much for the special happy timeㅠㅡㅠ🍒  "After a three-year ice age, we will be per…
## 281                                                                   RT @red_loeb: Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England, S. E.; f.6…
## 282                                                                 RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 283                                                                RT @world_of_bl_com: BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me? EP…
## 284                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 285                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 286                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 287                                                                   RT @Daria_Rastunina: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \n"Another day" and "Rest under the moon"\nThe work…
## 288                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 289                                                                                                            RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 290                                                                   RT @THREEHUNDREDay: THREEHUNDRED blog new post\nhttps://t.co/LrIvAMNZWz\n#abarth #threehundred #abarthpunto #abarthpuntoevo https://t.co/38Xc…
## 291                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 292                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 293                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 294                                                                                          RT @karimnas_: Same-sex relations in an 18th century Ottoman manuscript https://t.co/prz6uHEwJd https://t.co/wFyYk6gO0T
## 295                                                                      RT @xonorika: Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizing this!!…
## 296                                                                 RT @ThaiBLChannel: NEW VIDEO: 7 Hottest BL Series To Watch in December 2022!\n\nhttps://t.co/RwsyZXo1J1\nhttps://t.co/RwsyZXo1J1\nhttps://t.co/…
## 297                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 298                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 299                                                                           RT @Thelocal_idi0t: Apparently I read comics now\n \n#shucream_bl #Indiedev #kawaii\n\nhttps://t.co/wg9LlaWFjH https://t.co/EximOTS9su
## 300                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 301                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 302                                                                                                                                  RT @kthsorion: baby getting shy singing his own song 😭  https://t.co/nOY2TkMXyi
## 303                                                                  RT @Driven247yt: 595 Competizione with some carbon goodies 🖤\nhttps://t.co/PtlClGqvES for blog post from this meet. \n•\n#abarth #abarth595 #a…
## 304                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 305                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 306                                                                    RT @paisky_comfortz: The most beautiful proposal in bl history.\n\n #LoveinTheAirSpecialEP #PrapaiSky #PrapaiSkyStory https://t.co/cKIueQFRSj
## 307                                                           RT @erisxekso: EXO SMTOWN CONCERT SETLIST ✨🎶\n\n- LOVE SHOT\n- CALL ME BABY\n- LUCKY ONE\n- ARTIFICIAL LOVE\n- PLAYBOY\n- YA YA YA\n- GROOVE\n- GROW…
## 308                                                                     RT @jordieseay: Nah cause I want a main character in a BL to be so exceedingly flamboyant that it make y'all uncomfortable. Give them a hap…
## 309                                                                                              RT @theexosource: 첫눈 (First Snow) is now trending #1 on Melon search, following first snow in Seoul. @weareoneEXO
## 310                                                                                                                                            RT @porr_patlnwza55: NOOO U DONT UNDERSTAND-- https://t.co/Ym9OZwv4te
## 311                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 312                                                                                                                                  RT @kokokbop: FIRST SNOW IN SEOUL?? 🤩❄️ @weareoneEXO \n\nhttps://t.co/kufN0SHgNX
## 313                                                                                          RT @Kyoongs_Luv: “This is a way to make our EXO-Ls to be more happy, so that they can see the complete EXO”, LAY(2022).
## 314                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 315                                                                  RT @ABARTH_Blog_BL: [Abarth BLACK LABEL] New Abarth 695 Tributo 131 Rally (2023) | LAST ICE ABARTH ? | Visual Review, Exterior &amp; Interior:…
## 316                                                                   RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 317                                                                                                                    RT @minandchan: Lee know really makes Chan laugh in a way no one does https://t.co/ErrCaHiRDd
## 318                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 319                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 320                                                                     RT @_sara_jade_: Morrison greets Turnbull. BL compressed lips withholds truth. Chin jut a confrontational gesture. Displays dominance, inti…
## 321                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 322                                                                      RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 323                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 324                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 325                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 326                                                                     RT @tbaudinette: I am really excited for #NeverLetMeGotheseries! @GMMTV are increasingly branching out into creating original #BL narrative…
## 327                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 328                                                                     RT @lancefrmdabean: One thing about Big O is they gonna air it out!! 2 Receivers with 1,000+ yards on the year!! Always a entertaining show…
## 329                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 330                                                                       RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 331                                                                     RT @mikaelamattes: John Schneider loved both Mahomes and Allen in their draft classes. He didn’t dare select a QB with Wilson on the roster…
## 332                                                                     RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…
## 333                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 334                                                                     RT @Morph_VGart: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wal…
## 335                                                                    RT @Tappy_toon: How did I get myself involved with this hot gangster? This relationship is far from NORMAL! 👀⚡️\n\n‘The Words In Your Snare’…
## 336                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 337                                                                                                                              RT @Vance_Vaa: @fudrilshi @getoskito I cure my mental breakdowns with BL since 2018
## 338                                                                     RT @mikevorel: Under Grubb and head coach Kalen DeBoer — whose own two-year extension was announced last week — UW ranked first in the nati…
## 339                                                                     RT @mikevorel: BREAKING: UW offensive coordinator Ryan Grubb agreed in early November to a two-year contract extension through 2025, a sour…
## 340                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 341                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 342                                                               RT @tinyhsoo: top 50 best bl manhwa/hua/ga's couple chemistry !! ☆\n\n#18 - Hojun &amp; Seunghyun, The Good Teacher (10 437 votes; 1,4%) ☆ https:…
## 343                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 344                                                                     RT @coker_UDub: If Penix announces he is coming back you will not find a more insufferable doog in the entire universe than what I will unl…
## 345                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 346                                                                                RT @PFF_College: Michael Penix Jr.: 2,378 passing yards on 10+ yard throws\n\nRanks 1st in the Power 5🎯✅ https://t.co/zd7GR97zjZ
## 347                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 348                                                                                          RT @heyitsmizuu: Oh no 😧😂😂 #Jinx #BL #Yaoi #yaoibl #manhwa #manhwarecommendation\n\nSauce: Jinx https://t.co/T9Y5UNWbo5
## 349                                                                     RT @Morph_VGart: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wal…
## 350                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 351                                                                                                               RT @RiGunna: Me and my friends will nickname yo ass so fast… “Girl why big jeans just text me” 😂🥴🔥
## 352                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 353                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 354                                                                      RT @JoshuaConkel: There’s a weird cultural thing at play right now where some young people think they’re progressives while actually being…
## 355                                                                 RT @Irodori_Sakura: 【🚨Black Friday Sale🚨】\n\nCheck out Irodori Sakura's SFW store where you'll find amazing Yuri, BL and LGBTQ+ stories on sa…
## 356                                                                     RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 357                                                                   RT @BL_Scenery: POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2023 on C…
## 358                                                                     RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 359                                                                 RT @MrROHughes: Canlyniad Bl 11 | Year 11 Results🏆⚽️🏴󠁧󠁢󠁷󠁬󠁳󠁿\n\n@Cwmrhymni 5 - 3 @Croesype \n\nHuge thank you to Croesyceiliog for reversing the…
## 360                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 361                                                               RT @13abc: Sheetz Freaks rejoice! Sheetz announces plans to expand to Toledo and Detroit. &gt;&gt; https://t.co/fZR0bGIQic https://t.co/aKbSdvK0AG
## 362                                                                                                                    RT @sportscardcoder: Justin Jefferson 2020 Panini Bl #ad #sportscards https://t.co/SN1bpHDkOj
## 363                                                                 RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 364                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 365                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 366                                                                   RT @red_loeb: 30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v @BLMedieval h…
## 367                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 368                                                                                                                         RT @Emarosa: CHICAGO. 5 DAYS. \nTICKETS: https://t.co/tghgZRfTi9 https://t.co/QQmkgX5n1U
## 369                                                                      RT @xonorika: Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizing this!!…
## 370                                                                     RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 371                                                                      RT @xonorika: Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizing this!!…
## 372                                                                                                                                                                         RT @rjmxrelll: stay &amp; keep me please
## 373                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 374                                                                 RT @anevilbunny: I'm a little late with this, but here it is!💖\n\nPercy belongs to me\nTigro belongs to @OjitosVerres \n#twst_BL #twstoc #twst_…
## 375                                                                     RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 376                                                                                                                    RT @misamxsa08: its been too long since i drew them #prsk_FA #prsk_BL https://t.co/bhUajKYAX8
## 377                                                                                              RT @GISEOK4EVA: when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…
## 378                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 379                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 380                                                                   RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 381                                                                     RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 382                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 383                                                                    RT @obskyr: Here's a manga I've seen a *lot* of buzz about in Japan, but none in the West… Hikaru ga Shinda Natsu.\nTwo boys in the countrys…
## 384                                                                                                            RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 385                                                                     RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 386                                                                                                                                     RT @chaewonsarchive: cute concept chaewon crumbs \n\nhttps://t.co/pkqnnEkG2M
## 387                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 388                                                                   RT @HoodHusky: I know JD was very interested in UW before committing to Texas.\n\nSpin the block, come see what the Program has cookin now! @…
## 389                                                                     RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see students enga…
## 390                                                                      RT @wy4att: Extremely Blessed and Thankful to have received an offer from The University of Washington ! ☔️ @PlayerProMorgan @WilliamInge1…
## 391                                                                  RT @tkhell_: Hbd to the sweetest angel ever I'll always be by your side bby whatever you do, I just want u to be happy my little angel &lt;3 🦋…
## 392                                                                     RT @janelhops: I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problematic. The r…
## 393                                                                 RT @MyBLCalendar: How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happen?\n\n#M…
## 394                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 395                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 396                                                                     RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 397                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 398                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 399                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 400                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 401                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 402                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 403                                                                                                                                                       RT @tragicbirdapp: he’s too strong https://t.co/5swURRVY7p
## 404                                                                   RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 405                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 406                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 407                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 408                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 409                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 410                                                                  RT @fckedupdreamer: Sanemi X Tokito is my top OTP, and Kanroji is a happy shipper\n\nHD: https://t.co/iW2mtmRfwO\n\n#bl #boyslove #demonslayer…
## 411                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 412                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 413                                                                   RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 414                                                                    RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 415                                                                 RT @world_of_bl_com: Updated BL calendar for November 2022\n\n_________________________________\n\nWebsite: https://t.co/xxX9fVZLSd\nSupport me…
## 416                                                                     RT @RentaMangaStore: Asahi and Kei used to be inseparable, but that all changed when Asahi was diagnosed as an omega in high school and Kei…
## 417                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 418                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 419                                                                     RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 420                                                                     RT @red_loeb: @DCFDavisson @BLMedieval See for example the Royal Proclamation of 16 November 1538 which was issued jointly by Henry VIII an…
## 421                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 422                                                                   RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 423                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 424                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 425                                                                     RT @Rainbow3031: @nanazunshine I honestly never seen other BL CP explaining to their partner when they play new series with other ppl 'it j…
## 426                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 427                                                                     RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…
## 428                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 429                                                                     RT @RossiAtanassova: I have published a blogpost about the progress with my AHRC-RLUK Professional Practice Fellowship project: https://t.c…
## 430                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 431                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 432                                                                     RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 433                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 434                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 435                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 436                                                                     RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…
## 437                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 438                                                                      RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 439                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 440                                                                      RT @cityofhope: Today is the day! This #GivingTuesday, you can make 5X the difference in the lives of people fighting cancer and give them…
## 441                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 442                                                                     RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 443                                                                     RT @jimmy_darke: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @K…
## 444                                                                     RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…
## 445                                                                     RT @BadBeanLLC: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wala…
## 446                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 447                                                                     RT @Law_Solidarity: Delighted to launch my new oral history project, working with @BL_OralHistory to develop an archive of oral history int…
## 448                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 449                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 450                                                                                                                                                 RT @ynbnbaby: This looks like a bl drama https://t.co/8Snj4f7lAR
## 451                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 452                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 453                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 454                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 455                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 456                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 457                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 458                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 459                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 460                                                                     RT @Law_Solidarity: Delighted to launch my new oral history project, working with @BL_OralHistory to develop an archive of oral history int…
## 461                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 462                                                                                       RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 463                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 464                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 465                                                                     RT @fantasticplanet: Loving this space! So great to hear the voices of @delta_sauce and @bl_artcult speaking on their work and marketing kn…
## 466                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 467                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 468                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 469                                                                 RT @LeahLibresco: I love this plan for Eucharistic processions across the country in 2024. \n\nStarting in:\n-San Francisco\n-the tomb of Bl Mi…
## 470                                                                                                                                   RT @ganen_cheese: Let's have a bab-\n#19days #tianshan https://t.co/QnkfjgtMAW
## 471                                                                                                                                                             RT @sadtruthwords: My eyes cried too much this year.
## 472                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 473                                                                     RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 474                                                                     RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…
## 475                                                                                                                  RT @KathyRe0916: BL tells Chase she thought they support each other.. Really BL??🙄 #gh #chaylnn
## 476                                                                                                                         RT @nozuuw: from the lets make a cat boy thing, I quite like him https://t.co/eoRsNKnLbW
## 477                                                                     RT @MizuTsukino: Eternal Yesterday is still the strongest candidate to be the best BL this year for me. It keeps me stay alert emotionally.…
## 478                                                                                                                                                        RT @letsyousoro: she's so fine 😩\nhttps://t.co/wTFIHw1F31
## 479                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 480                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 481                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 482                                                                     RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…
## 483                                                                     RT @reversea_: @MDi_BL oh, this could not have come out at a better time! i had some coins about to expire on bookseller so i just bought t…
## 484                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 485                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 486                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 487                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 488                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 489                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 490                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 491                                                                   RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 492                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 493                                                                      RT @AAngela98765: @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 @LRobbTeacher Also, the other unspoken thing is that districts need…
## 494                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 495                                                                                                     RT @ErotemeArt: @obscuradao @MecenateFineArt Summoning @bl_artcult and @darkestdollx https://t.co/Kvm3FJjLZr
## 496                                                                  RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 497                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 498                                                                     RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 499                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 500                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 501                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 502                                                                     RT @CupcakeBakeoff: @kthversaces Did you just waste your time on bl!nks?? Lmao even they know whyG pays their faves' way lol by paying sp0t…
## 503                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 504                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 505                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 506                                                                    RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 507                                                                     RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 508                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 509                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 510                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 511                                           RT @LiManMa16795669: #恨君不似江楼月 #KillerAndHealer #江枫余火 #MaoZijun #茅子俊 #YiBochen #易柏辰  #SCI谜案集 #季肖冰 #JiXiaobing #高瀚宇 #GaoHanyu #SCIMystery #Br…
## 512                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 513                                                        RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…
## 514                                                                    RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 515                                                                                                               RT @Omah_Lay: ‘SOSO’ official video out now!! 💜\n\nhttps://t.co/Od6wFbCwPK https://t.co/yMxbBaKLIG
## 516                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 517                                                                     RT @DemzOneMusic: @arkhan_voyager @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @Darr…
## 518                                                                     RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 519                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 520                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 521                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 522                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 523                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 524                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 525                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 526                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 527                                                                   RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 528                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 529                                                                     RT @SwarleyArt: @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM…
## 530                                                                     RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see students enga…
## 531                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 532                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 533                                                                   RT @walasavagephoto: I've seen random circle thingies before, but hadn't ever heard of Chirpty until just now in a @KinoAlyse space!\n\n(Than…
## 534                                                                     RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see students enga…
## 535                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 536                                                                RT @MDi_BL: 🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound! ❤️\n\nAmazon…
## 537                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 538                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 539                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 540                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 541                                                                                      RT @ESPNUK: No player has scored more World Cup goals than Marcus Rashford so far this tournament 🔥 https://t.co/JVGq5nd1hr
## 542                                                                   RT @walasavagephoto: I've seen random circle thingies before, but hadn't ever heard of Chirpty until just now in a @KinoAlyse space!\n\n(Than…
## 543                                                                     RT @tbaudinette: I am really excited for #NeverLetMeGotheseries! @GMMTV are increasingly branching out into creating original #BL narrative…
## 544                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 545                                                                                                         RT @sususiaoo: People: you should stop watching BL\nMe: \n#LoveinTheAirSpecialEP https://t.co/WrHFpEOUsZ
## 546                                                               RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…
## 547                                                                                                                                                      RT @REALLYREVIL: best bl in a while https://t.co/ipSo7GnVYL
## 548                                                                   RT @geoffkeighley: First TGA performance news: \n\n@hozier joins us with @bearmccreary and #TheGameAwards Orchestra w/ @lornebalfe for the wo…
## 549                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 550                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 551                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 552                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 553                                                                      RT @the_ghost_CM83: Mail Call!!! Received my Black Friday Mystery Box from @OriginalFunko! My only disappointment is the Minnie on Ice box…
## 554                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 555                                                                                                                                                                RT @mml__02: a way to be happy... listen to music
## 556                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 557                                                                                                             RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 558                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 559                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 560                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 561                                                                    RT @sluttybtxh: I want this blonde era back!!!!!😭\n#PAYBACK #manhwa #bl #manhwabl #manhwatwt  #blmanhwa #YaoiR18  #yaoi https://t.co/5YMYYXR…
## 562                                                                 RT @MyBLCalendar: How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happen?\n\n#M…
## 563                                                                                                       RT @_0__25_: Yoohan and Jay are so hot.\n\n#페이백 #payback #bl #yaoi #yaoihard7w7 https://t.co/BhdDQUPM9t
## 564                                                            RT @a_kaeyada: Happy birthday kaeya!🍷✨🤺\nNo one may have known his birthday when he was new to the Ragnvindr family!🎂👀\n#ガイア生誕祭2022 https://t…
## 565                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 566                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 567                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 568                                                                     RT @littledunk0110: I'm already a picky person when it come to BL series and now they've made my standard become higher.\nFort and Peat are…
## 569                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 570                                                                     RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 571                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 572                                                                     RT @RealTimeNews10: Fairfax Co. PD confirming the critical shooting on the 8500 Bl. of Hyman Wy. With one individual transported with criti…
## 573                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 574                                                                                              RT @GISEOK4EVA: when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…
## 575                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 576                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 577                                                                                  RT @wallplugnft: Good advice on the algorithm w/\n@KinoAlyse @delta_sauce @bl_artcult @StacieABuhler\n\nhttps://t.co/CzOE9M27Qn
## 578                                                                     RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 579                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 580                                                                     RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 581                                                                                            RT @bibleonlyfans: the saddest part about kimchay is that we understand but we can't accept.\nhttps://t.co/UtD9nSRegg
## 582                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 583                                                                                  RT @wallplugnft: Good advice on the algorithm w/\n@KinoAlyse @delta_sauce @bl_artcult @StacieABuhler\n\nhttps://t.co/CzOE9M27Qn
## 584                                                                      RT @felaskechayi: Yaser Bahadorzehi was a 17-year-old handicapped kid brutally killed by the Iranian regime on Nov 4, only for seeking his…
## 585                                                                     RT @NormaBa59850955: They have !! They discovered they can do just whatever they bl***ywell like and no-one can stop them … what my old dad…
## 586                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 587                                                                               RT @fubroshi: "The Devil Judge isn't a BL" ok well were THEY aware of this fact bc it doesn't seem like it https://t.co/pfrUxK0dVU
## 588                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 589                                                                     RT @BL_MadeDigital: I love seeing hand illuminations in early printed books 😍 Elementa geometriae by Euclides, 1482, with gold printed dedi…
## 590                                                                 RT @strwberrymilk18: (trans)\n:heuy~~is this (our) couple watch or not poo~??  how to call this ~????\n\ncaption : (are we)korean couple?😆😆\n #…
## 591                                                               RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…
## 592                                                                   RT @BL_MadeDigital: Fantastic woodcut with 'the dead' 🩻 enticing busy printers in a print shop to come to dance.🕺\n\nRecently digitised Incun…
## 593                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 594                                                               RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…
## 595                                                               RT @MyCreativeOwls: Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/w…
## 596                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 597                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 598                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 599                                                                   RT @DAIHIME_SAMA: The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only avail…
## 600                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 601                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 602                                                        RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…
## 603                                                                     RT @destinykrainbow: @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @…
## 604                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 605                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 606                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 607                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 608                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 609                                                                     RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 610                                                                                        RT @heymilelove: When Kinn uses his left hand, he intends to kill.\n\n#MilePhakphum @milephakphum https://t.co/PLPIPAMF8D
## 611                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 612                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 613                                                        RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…
## 614                                                                   RT @DAIHIME_SAMA: The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only avail…
## 615                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 616                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 617                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 618                                                                                   RT @unaconservadora: Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 619                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 620                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 621                                                                     RT @FabrizioRomano: Three goals in three World Cup games for Marcus Rashford - looks completely different player in the last few months. ⭐️…
## 622                                                                     RT @britishlibrary: There are just under two weeks to step inside your story and be in with a chance of winning book tokens for your school…
## 623                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 624                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 625                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 626                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 627                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 628                                                                                                         RT @aibarisu: BABE WAKE UP SERIES OF THE YEAR JUST DROPPED!! #NeverLetMeGoSeries https://t.co/lx9sEkK3TB
## 629                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 630                                                                     RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 631                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 632                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 633                                                                     RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 634                                                                     RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 635                                                                     RT @RealTimeNews10: CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an unkno…
## 636                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 637                                                                 RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 638                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 639                                                                                              RT @fjbkjjst: we all love babygirl jimmy, but guess who i love almost as much? auntie jimmy https://t.co/IIsZTGrNj4
## 640                                                                                                                                        RT @hourlychanming: just hug each other already \nhttps://t.co/GaUzXxmh0J
## 641                                                                      RT @ohmyotp: I’M-?????? LOOK AT THEM WHAT THE HELL WOKDUSNWOSAK THEY’RE SUCH A POWER COUPLE AND THEY’RE STRUGGLING TO KEEP THEIR HANDS OFF…
## 642                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 643                                                                                              RT @GISEOK4EVA: when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…
## 644                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 645                                                                                                        RT @minandchan: Chan living in the back of lee know's selcas, a never ending saga https://t.co/ZytlYU8nVy
## 646                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 647                                                                                                      RT @SE0INGUK: here's THE Seo In Guk on red carpet 😭✨️✨️✨️ #BlueDragonFilmAwards2022 https://t.co/d8ygGibmeP
## 648                                                                                        RT @merrygooroundd: TAECYEON IN HIS BEST ERA. THE HAIR THE TAN 😭\n\n#BlueDragonFilmAwards2022\n\n https://t.co/vKPIgQ3wgw
## 649                                                                RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 650                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 651                                                                  RT @ApoVotingTeam: 🚨Here Our daily today Part 2\n\n❶ Most Favorite Thai bl Actor \n📎 https://t.co/VKDuxmYc5V\n\n❷ Most Favorite Thai bl Couple…
## 652                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 653                                                                                       RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 654                                                                     RT @fantasticplanet: Loving this space! So great to hear the voices of @delta_sauce and @bl_artcult speaking on their work and marketing kn…
## 655                                                        RT @Qs3488: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513 🍹\n@NDICHUMUH…
## 656                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 657                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 658                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 659                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 660                                                                 RT @CharmouthBirder: Chesil Cove: Little Gull &amp; 2 Bl. Redstart. Lidl Beach: another Bl. Redstart. Billy Winters: 2 GND. 2 B-n Grebe, c20 R-…
## 661                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 662                                                                     RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 663                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 664                                                                   RT @jobRxiv: Postdoctoral Position in Human Cognition @TCNLab\n\nCome work with experts in cognition including Tim Bussey, Adrian Owen and Li…
## 665                                                                                                                                   RT @mickeywon234: Mom: “Don’t wind the dog up” \n\nMe: https://t.co/rgzRl2XPme
## 666                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 667                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 668                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 669                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 670                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 671                                                                    RT @irishnftgal: @illustrata_ai @joynxyz @amli_art @bl_artcult CryptoPunk Gal\nBrings the most popular pfp to life, humanising pixel art. We…
## 672                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 673                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 674                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 675                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 676                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 677                                                                   RT @aesolstice: #GoKyungPyo : I actually came here to enjoy the performance\nKim Hye Soo: Yes, we’ve seen you enjoyed it \nLMAO #BlueDragonFi…
## 678                                                                                                RT @bboingvely: my love rain babies 😭🤍\n\n— #SeoInGuk #LimYoona #43rdBlueDragonFilmAwards https://t.co/PPu19KTwG7
## 679                                                                  RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 680                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 681                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 682                                                               RT @makedonaldu: #KoKyungPyo danced any song with #Zico at the #BlueDragonFilmAwards2022 \nhe seems so happy tonight.\n\n#고경표 #KyungPyo #GoKyu…
## 683                                                                RT @makedonaldu: oh hello Ko Kyungpyo-ssi? you seems really excited this night😂 he looks like baby😂😂\n\n#고경표 #KoKyungPyo #KyungPyo #GoKyungPy…
## 684                                                                                                                                                                RT @namujjinie: It's them https://t.co/bIFBPz4N9g
## 685                                                                                                                               RT @DAMIADENUGA: If England win tonight, someone that retweets this will get a DM.
## 686                                                                                                                                                      RT @LIXIELOOKS: EXCUSE ME LEE FELIX https://t.co/WGYbMxd1fK
## 687                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 688                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 689                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 690                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 691                                                                   RT @ddoraemon_boy: Zico perfomed Saebbing using We Dem Boyz Vata's choreography last night at Blue Dragon Film Awards.\n\nThe award show is a…
## 692                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 693                                                                    RT @Hamza_a96: “This was a school”\n\nActivists in Palestine paint a a very powerful and poignant message on the rubble of a school that was…
## 694                                                                     RT @KangOkFan: Day 3 of waiting for #CherryBlossomsAfterWinter Season 2 announcement... Or at least another BL project with #KangHui and #O…
## 695                                                                                                              RT @GucciStarboi: Are you an fc? \n\nLike,Rt,comment 🦅 and follow everyone who engages this tweet✍🏿
## 696                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 697                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 698                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 699                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 700                                                                RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 701                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 702                                                                     RT @ChartsJJK: Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it with the officia…
## 703                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 704                                                                  RT @DevDminGod: I wrote a guide, \n'Fine tuning StableDiffusion v2.0 with DreamBooth'\n\ncc: @EMostaque @StabilityAI @NerdyRodent @KaliYuga_ai…
## 705                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 706                                                                                            RT @aksnevv: does anyone have any bl dramas to recommend 😳😳 i don’t care what language— just one that you really like
## 707                                                                   RT @billboardcharts: The #HotTrendingSongs Powered by @Twitter top 10 (chart dated Dec. 3, 2022)\n\nDetails here: https://t.co/biLyYmykcm htt…
## 708                                                                 RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 709                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 710                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 711                                                                                                                  RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 712                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 713                                                               RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 714                                                                      RT @the_ghost_CM83: Mail Call!!! Received my Black Friday Mystery Box from @OriginalFunko! My only disappointment is the Minnie on Ice box…
## 715                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 716                                                                     RT @Rts_WW: RT HueyBlounts888: GTA San Andreas: DE - Mission #49: Outrider | #BlountsNGames https://t.co/jKKfdssEx6 #RockstarGames #GTASanA…
## 717                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 718                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 719                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 720                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 721                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 722                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 723                                                                   RT @BL_Scenery: POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2023 on C…
## 724                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 725                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 726                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 727                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 728                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 729                                                                   RT @billboardcharts: The #HotTrendingSongs Powered by @Twitter top 10 (chart dated Dec. 3, 2022)\n\nDetails here: https://t.co/biLyYmykcm htt…
## 730                                                                     RT @BlackLo39629533: The amazing heart bond, when two souls have the same desire, nothing outside can stop their union, that is true soul l…
## 731                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 732                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 733                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 734                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 735                                                                 RT @MyBLCalendar: How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happen?\n\n#M…
## 736                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 737                                                                  RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 738                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 739                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 740                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 741                                                                     RT @BlackLo39629533: Imagining a life without you is something that is impossible, you make me complete and I want you to know you mean eve…
## 742                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 743                                                                                                                        RT @ChartsJJK: Worldwide iTunes Song Chart\n\n#1 (=) Jung Kook - Dreamers (10 days at #1)
## 744                                                                  RT @FANCNFT: Airdrop #Event to celebrate the opening of the Vietnamese community!\n\nAIRDROP 700 fanC-NOW LIVE\n💰Reward: 700 fanC | 500 winner…
## 745                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 746                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 747                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 748                                                       RT @gatobrujoart: This episode let me so emotional... sp wanted to draw something soft #さらざんまい #さらざんまい レオ  #sarazanmai #fanart #drawing #sk…
## 749                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 750                                                                                                                                             RT @mikrogrl: jude bellingham 4th gen it boy https://t.co/vVA8B7Spwj
## 751                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 752                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 753                                                                                           RT @JC_truthpassion: @AllBiteNoBark88 Here's a link for the doubters \nhttps://t.co/98l23V7hcc https://t.co/usVBxorNmb
## 754                                                                                                                  RT @KathyRe0916: BL tells Chase she thought they support each other.. Really BL??🙄 #gh #chaylnn
## 755                                                                   RT @gomanga: CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contains BLANC vo…
## 756                                                                                                                                          RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l
## 757                                                                     RT @dennisdoddcbs: Michael Penix Jr today on zoom: “You can see from my background I play in the greatest setting in college football.” htt…
## 758                                                                   RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 759                                                                                   RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 760                                                                     RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…
## 761                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 762                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 763                                                                                                                    RT @DawgsEatDucks: Come home and be a hometown dawg! ☔️@CalebPresley5 https://t.co/xgk0AAOylP
## 764                                                                   RT @Bunbearvk1: Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl industry s…
## 765                                                                                                 RT @JMMediStatMike: This is how D-1 coaches are treating HS kids now. This is f**ked up! https://t.co/0BbJ1g5rOG
## 766                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 767                                                                     RT @NdzaviDerrick: JSE-listed Spar sold a  Mega SuperSpar in Midrand for R1,000 before being sold three weeks later to the same buyer for R…
## 768                                                                  RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 769                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 770                                                                     RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…
## 771                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 772                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 773                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 774                                                                                   RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 775                                                                     RT @DuneAltar: Mega thanks to @DarkForcesSwing for including @faetooth in @SPIN’s monthly Blast Rites feature!  We are all blown away by th…
## 776                                                                     RT @KCIAirport: The Kansas City Aviation Department is now hiring for dozens of open positions at @KCIAirport! An in-person Hiring Fair wil…
## 777                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 778                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 779                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 780                                                                     RT @nanazunshine: Like every other bl couple whenever they say something that fans take as confirmation of them dating either the company s…
## 781                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 782                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 783                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 784                                                                     RT @mikevorel: Thought this was a funny comment on the current high school recruiting culture. When asked what he was looking for when visi…
## 785                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 786                                                                     RT @ChartsJJK: Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it with the officia…
## 787                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 788                                                                     RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 789                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 790                                                                                 RT @holybibs: NOT HIM JUST STANDING THERE WHILE EVERYONE WATCHED HIM \n\n꒰ #BuildJakapan #Beyourluve ꒱ https://t.co/8ooOFJrQfh
## 791                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 792                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 793                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 794                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 795                                                                     RT @risolco: My 2.5D Romance ep 6 is here! ▶️#25DR #webtoon\n\n#webtooncanvas: https://t.co/nHyZqk6wyN\n#tapasmedia: https://t.co/E971L22ekn…
## 796                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 797                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 798                                                                                                                           RT @taamriddlz: I saw the best minds of my generation ruined by 3 month situationships
## 799                                                                   RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 800                                                                     RT @jimmy_darke: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @K…
## 801                                                                RT @BLUPDATE2022: 🚨 [CONFIRMED] AIRING THIS DECEMBER 2022\n\n1 - #OhMyAssistant 🇰🇷\n2 - #609BedtimeStory 🇹🇭\n2 - #MySchoolPresident 🇹🇭\n9 - #Sem…
## 802                                                                      RT @artcrimeprof: In c. 1940, a student named Katja Meirowsky cut the swastika out of a stolen Nazi flag, sewed the rest into a dress, and…
## 803                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 804                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 805                                                                     RT @AiKoBeanArt: @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS…
## 806                                                                     RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…
## 807                                                                                                                                                                                      RT @steelers: KICK BL🚫CKED‼️
## 808                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 809                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 810                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 811                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 812                                                                                                                   RT @AlexKintner3: I've watched this on an endless loop for 15 minutes. https://t.co/M9PXZayZXj
## 813                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 814                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 815                                                                                                                             RT @yanweigay: “stop assuming this character is gay” stop assuming they’re straight?
## 816                                                                                       RT @clahanyushii: do you ever just think about how soft and delicate yuzuru hanyu’s triple axel is https://t.co/2CBWvAE8i5
## 817                                                                     RT @Native3rd: "I am a breather and a thinker. I am a living being energized by the sun, and I am just another sophisticated plant living o…
## 818                                                                                                                       RT @rapalert6: Tems covers Dazed Magazine \n📸 by: Will Scarborough https://t.co/54tnxgeZOg
## 819                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 820                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 821                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 822                                                                                                                                  RT @daiIyminsuga: the YOONGI MARRY ME agenda never ends https://t.co/usoczB6TiS
## 823                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 824                                                                                                       RT @iHugBeomiez: if mama manages to piss off hueningkai again i swear mnet will never see the light of day
## 825                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 826                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 827                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 828                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 829                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 830                                         RT @mintyandcozy: DADDY REVEALED here's Daddy Joonie 💪🏻🫠🥵🔥\n\n#그림 #アート #イラスト #イラストグラム #イラストレーター #画 #絵 #mangaart #animeart #bl #drawing #vkook…
## 831                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 832                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 833                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 834                                                                   RT @aksnevv: should i finish to day 30 😳 i’m gonna stop now to get on with my day! \n\nthis is inspired by a thai bl drama i’ve been watching…
## 835                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 836                                                                                                                      RT @hualinghe: mo ran and wei wuxian what are you doing together 😂  https://t.co/Az13N2n8fp
## 837                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 838                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 839                                                                     RT @UltrasoundJelly: The 60/60 sign is 94% specific for pulmonary embolism. https://t.co/ip5lwAJIkt #FOAMed #FOAMcc #FOAMus https://t.co/ib…
## 840                                                                 RT @thehuntcomic: The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW\nhttps://t.co…
## 841                                                                                                                                                                  RT @nana_meyo: ash eiji https://t.co/4qeA2ydfk6
## 842                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 843                                                                 RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 844                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 845                                                             RT @yukiusacchan: cute hug 🫂💗\n\nthank you so much for today!✨\ntake a lot of rest na 🥰\n\n#KissMyBodyXBossNoeul\n#BossNoeul #BoNoh\n#BossChaikamo…
## 846                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 847                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 848                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 849                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 850                                                                      RT @culturaltutor: Girl with a Pearl Earring, painted by Vermeer in 1665, might just be the most famous and beloved portrait in the world.…
## 851                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 852                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 853                                                                     RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…
## 854                                                                    RT @PoojaMedia: Patience Jonathan was "legit" crying when she was talking about Chibok girls. \n\nShe had no powers as a First Lady to order…
## 855                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 856                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 857                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 858                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 859                                                                    RT @yenpress: Basketball players. Roommates. Senpai-kouhai BL romance. 🥰\nWhen Kagiura's left in the tender care of his mother hen of a room…
## 860                                                                            RT @SekariNFT: 𝙔𝙤𝙪𝙧 𝙘𝙝𝙖𝙣𝙘𝙚 𝙩𝙤 𝙛𝙖𝙡𝙡 𝙞𝙣 𝙡𝙤𝙫𝙚 𝙬𝙞𝙩𝙝 𝙖 𝙎𝙚𝙠𝙖𝙧𝙞 𝙨𝙩𝙖𝙧𝙩𝙨 𝙣𝙤𝙬.\n\nPremint Live: https://t.co/4IiaphrrWO https://t.co/MdxMDJKP9t
## 861                                                                          RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz
## 862                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 863                                                                                                                                             RT @pun_rii: cold cold cold 😅 #zhongli #xiao https://t.co/MUZKCw1OHC
## 864                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 865                                                                     RT @ScottsdaleFire: 11:53 962 A101 @ E SHEA BL SB SO ,Ladder in the middle of the freeway south bound south of Shea has the freeway at a st…
## 866                                                                     RT @jimmy_darke: @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @K…
## 867                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 868                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 869                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 870                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 871                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 872                                                                    RT @OlenaHalushka: "Why you ask for more weapons if UA successfully pushes ru away?"\n- we lack arms but masterfully use those available;\n-…
## 873                                                                     RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 874                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 875                                                                                                                                                     RT @shenanigansen: I'm keeping that. https://t.co/qf5QgdMWYS
## 876                                                                     RT @archaeologyart: "Cheers!". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…
## 877                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 878                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 879                                                                                   RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 880                                                                      RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 881                                                                      RT @CeMillbrook: Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an online…
## 882                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 883                                                                    RT @Hey_Paxshal: Most useless and pathetic system in the world?\n@USCIS Yes. There’s a family emergency (death) and need travel document but…
## 884                                                                                          RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 885                                                                     RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…
## 886                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 887                                                                      RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 888                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 889                                                                     RT @ScottsdaleFire: 11:53 962 A101 @ E SHEA BL SB SO ,Ladder in the middle of the freeway south bound south of Shea has the freeway at a st…
## 890                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 891                                                                 RT @SJHDELHI: Dr BL Sherwal MS @SJHDELHI inaugurated Pediatric thalassemia &amp; hemophilia  comprehensive care centre, chemotherapy short infu…
## 892                                                                                        RT @Momotexx: GUYS THE PANTS ARE NEXT💦 LETS DO IT🙏\n#akumillust #momarties #ScarredHeartComic #BL https://t.co/eMMu1yotOQ
## 893                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 894                                                                   RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 895                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 896                                                                                                                                                      RT @BrunoMars: Thank you Bahrain 🇧🇭 https://t.co/JQRrVjkx2O
## 897                                                                     RT @DemzOneMusic: @arkhan_voyager @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @Darr…
## 898                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 899                                                                     RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 900                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 901                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 902                                                                     RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 903                                                                     RT @rdubchow: to all the out of towners in Washington who have never driven in snow here, please be on the zero part of the "fuck around an…
## 904                                                                      RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 905                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 906                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 907                                                                                   RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 908                                                                     RT @PFN365: Sources tell @TonyPauline that Washington WRs Rome Odunze and Jalen McMillan are giving indications they will return to the pro…
## 909                                                                     RT @hermit_wanderer: After watching #AManWhoDefiesTheWorldofBL I found it's an adaptation from a manga called ZETTAI BL NI NARU SEKAI VS ZE…
## 910                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 911                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 912                                                                      RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 913                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 914                                                                                                                                               RT @xzhan1005: xiao zhan looks so good omg https://t.co/C8ShE0Ogq8
## 915                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 916                                                                   RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 917                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 918                                                                          RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz
## 919                                                                      RT @CeMillbrook: Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an online…
## 920                                                                     RT @arkhan_voyager: @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalp…
## 921                                                                      RT @CeMillbrook: Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an online…
## 922                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 923                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 924                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 925                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 926                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 927                                                                       RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 928                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 929                                                                   RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 930                                                                   RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 931                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 932                                                                                                                                      RT @Bika_P_Mew: #bounprem #bl #thai love you!!!!!!! https://t.co/dZjYKCxnA4
## 933                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 934                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 935                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 936                                                                                                                                               RT @CalebCity: Missing a punch in a fight. https://t.co/kFqF49lvGP
## 937                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 938                                                                                   RT @TheVirgosGrove: Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 939                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 940                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 941                                                                     RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 942                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 943                                                                     RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 944                                                                   RT @aksnevv: should i finish to day 30 😳 i’m gonna stop now to get on with my day! \n\nthis is inspired by a thai bl drama i’ve been watching…
## 945                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 946                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 947                                                                     RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 948                                                                     RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 949                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 950                                                                            RT @BamBam1A: sorry for the "can you leave?" 😅\ni really don't know how to do it\n\nif you have a twitter please show your self here😭
## 951                                                                    RT @fpianz: I'm also hiring a Postdoc (1.5 year) with expertise in graph databases, ontology creation, linked data, and graph reasoning.\nht…
## 952                                                                     RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…
## 953                                                                    RT @irishnftgal: @illustrata_ai @joynxyz @amli_art @bl_artcult CryptoPunk Gal\nBrings the most popular pfp to life, humanising pixel art. We…
## 954                                                                                                                                                                      RT @animepiic: Same https://t.co/knvBrjYZHa
## 955                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 956                                                                     RT @ForzaJuveEN: Juventus are in Crisis, there is no doubt about it, but we are Juventini, we will always stick together.\n\nFINO ALLA FINE…
## 957                                                                 RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 958                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 959                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 960                                                                    RT @ste_dido: 💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 961                                                                     RT @CrazerArts: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wala…
## 962                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 963                                                                                                                       RT @rapalert6: Tems covers Dazed Magazine \n📸 by: Will Scarborough https://t.co/54tnxgeZOg
## 964                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 965                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 966                                                                                                                                      RT @Rohan_Lockhart: I'm so happy ❣️🥹\n#SemanticError https://t.co/NFFYGjHXYA
## 967                                                                    RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 968                                                                   RT @visegrad24: Germany's insistence on Nordstream 2 contributed to the outbreak of war in Ukraine,\n\nsays Marco Buschmann, the German Minis…
## 969                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 970                                                              RT @RosheCosmetics: Roshe Cosmetics &amp; BEAT School of Makeup Artistry \rPikesville, Maryland @RosheCosmetics #Blackpreneur \n \nhttps://t.co/ru…
## 971                                                                      RT @Gerashchenko_en: The village of Oleksandrivka was in occupation for 7 long months. 10 people remained there out of 1,000 that lived in…
## 972                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 973                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 974                                                                   RT @XDaffodille: Pride month is over, but gay endures forever.\nThey are my favorite couple so I married them (to Daffy's bad luck)\n#baffy #…
## 975                                                                   RT @Its_The_Barbies: It’s definitely jealousy. \n\nDark skinned BW have better options outside of bl⚫️ckistan. They just don’t want them to k…
## 976                                                                      RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 977                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 978                                                                                                            RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 979                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 980                                                                   RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 981                                                                                                                       RT @M00NSBAE: im still mad at their ending pls When are we getting just say yes the series
## 982                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 983                                                                                                                                   RT @je_ff09: Hey can you suggest a series which is horror and BL both in one!!
## 984                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 985                                                                   RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 986                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 987                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 988                                                                     RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 989                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 990                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 991                                                                                                    RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 992                                                                                                                                 RT @classicshirts: Argentina 1999 Away by Reebok 🇦🇷\n\n😍 https://t.co/BshxxVE7pG
## 993                                                            RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 994                                                                                                                                                         RT @fudrilshi: i cured my self of covid 19 by reading BL
## 995                                                                     RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 996                                                                                                                    RT @0xxghost: Next bull run I'll take profit\n\nSay after me in your language or dialect\n⬇️⬇️⬇️
## 997                                                                     RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 998                                                                RT @RaritySniperNFT: Giveaway! 🎉 \n \nWe're giving away this Rare Apepe NFT from @RareApepeYC  🐸\n \nTo enter: \n1. Follow @RaritySniperNFT \n2.…
## 999                                                                      RT @LibraryArden: After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Workshop.…
## 1000                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1001                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1002                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1003                                                                    RT @VinodKu83882504: BB Israeli leftist leave India immediately. India loves Israel. But not any bl..dy leftist either from Israel, America…
## 1004                                                          RT @Joshyysmartt: 🚨#COSMOS #GIVEAWAY🚨\n\n2 $ATOM  \n50 $TORI \n200 $STARS \n5 $EVMOS\n\n1️⃣ Follow @encantaelcripto &amp; Me\n2️⃣ RT &amp; Tag 3 frens\n3️⃣…
## 1005                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1006                                                            RT @illustrata_ai: ✨Open Edition Announcement!✨\n\nThe first mint of my new collection: \n\n"Aurum Autumnalis"\n\nThe only editioned piece of thi…
## 1007                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1008                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1009                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1010                                                                    RT @Morph_VGart: @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @wal…
## 1011                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1012                                                                    RT @amli_art: @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto @heavens1522…
## 1013                                                                    RT @invertv_dcape: 18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volatile en…
## 1014                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1015                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1016                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 1017                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1018                                                           RT @Rob_NBF: It requires NO talent or special abilities to:\n\n- Try\n- Read\n- Listen\n- Show up\n- Try again\n- Be on time\n- Be coachable\n- Have…
## 1019                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 1020                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1021                                                                  RT @jkkittae: TK au 🔞❓\nTaehyung and Jungkook are renowned actors in the BL Industry. But they've ways stuck to soft and cute roles with dec…
## 1022                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1023                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1024                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1025                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 1026                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1027                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1028                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1029                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1030                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1031                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1032                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1033                                                                    RT @shibafree2be: Let's repeat all together : if an actor plays a role in a BL  series  it doesn't mean he is gay or bi, he can have a priv…
## 1034                                                                    RT @BlackLo39629533: The hardest thing in life is having feelings in your heart that you can't put into words. that is pure feelings of lov…
## 1035                                                                 RT @jcapsj: 29 November\nMEMORIAL OF BL BERNARDO FRANCIS DE HOYOS, PRIEST\n\nGet to know more about de Hoyos' life and vocation here: 👉🏼 https…
## 1036                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1037                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1038                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1039                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1040                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1041                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1042                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1043                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1044                                                                          RT @that70scontext: here's the official teaser for that '90s show, premiering january 19 on netflix, thoughts? https://t.co/Tlii7MfJaU
## 1045                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1046                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1047                                                                    RT @Kasparov63: Ignore the appeasers and hysterics. They are lying, they are wrong, and have been from the start. Nobody is marching on Mos…
## 1048                                                                RT @MrROHughes: Canlyniad Bl 11 | Year 11 Results🏆⚽️🏴󠁧󠁢󠁷󠁬󠁳󠁿\n\n@Cwmrhymni 5 - 3 @Croesype \n\nHuge thank you to Croesyceiliog for reversing the…
## 1049                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1050                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 1051                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1052                                                                                                                                             RT @hammiehyung: I wanna be their friends 🥺 https://t.co/pJutNQmtvx
## 1053                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1054                                                                    RT @JesuitsEastOIS: "To fall in love with Christ, to be loved and transformed by the Sacred Heart, to have a contemplative sense of God’s c…
## 1055                                                                  RT @cait_rose: a little Sagittarius carries us through the end of November in the Mostyn Psalter\n\n@britishlibrary Additional MS 89250 (f 13…
## 1056                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1057                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1058                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1059                                                              RT @sickfishmixnft: Sick Fish Mix NFT\n\nBuy the sick fish mix NFT👇🏼\nhttps://t.co/DkdCL10B3v \n\n#sickfishmixnft #fish #nftartists #opensea\n#No…
## 1060                                                                                         RT @sasuke_bottom: I love this ending 4 image of naruto shippuden, it reminds me of the 80's BL https://t.co/87lu7Sacag
## 1061                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1062                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1063                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1064                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1065                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1066                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1067                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1068                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1069                                                                       RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…
## 1070                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1071                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1072                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1073                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1074                                                                     RT @DrFrankTurek: When you think you have a scientific consensus that miracles don't occur, you don't have a scientific consensus based on…
## 1075                                                                     RT @nanazunshine: I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a couple and…
## 1076                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1077                                                                    RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…
## 1078                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1079                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1080                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1081                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1082                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1083                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1084                                                                    RT @voodookunt: It's that time of year! My annual bl smash or pass thread! Let's start with Tay tawan of dark blue kiss and cherry magic(TH…
## 1085                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1086                                                                    RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…
## 1087                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1088                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1089                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1090                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1091                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1092                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1093                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1094                                                           RT @MileApo_sp: — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2\nhttps://t.co/KJg7t3RYJY…\n3…
## 1095                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1096                                                                                                                                                         RT @dawormkid: in love #xiaoven https://t.co/VmhSxnYpX4
## 1097                                                                   RT @KevinAn45942701: “Fake” environmentalist David Suzuki outed by “real” journalist Brian Lilley. 😂\n\nI guess my mum always did tell me it…
## 1098                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1099                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1100                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1101                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1102                                                                RT @EuromaidanPress: The Lviv Regional Council voted to ban Moscow-affiliated Church &amp; appealed to Ukraine's Parliament to ban it nationwid…
## 1103                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1104                                                                    RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…
## 1105                                                                  RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 1106                                                                    RT @Pranay7even: Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trading (10…
## 1107                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1108                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1109                                                                 RT @yuma_sogo: @illustrata_ai @joynxyz @amli_art @bl_artcult The name of my art is called "Friendship".\n\n#expressionwithmeaning\n\nI made it…
## 1110                                                                    RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 1111                                                                                                                           RT @UkrainianNews24: 🇺🇦Glory to Ukraine 🇺🇦\n#UkraineRussiaWar https://t.co/IAMSemSVCL
## 1112                                                                    RT @DocT___: @illustrata_ai @joynxyz @amli_art @bl_artcult My submission for the #expressionwithmeaning contest is titled: “FUD“ from my up…
## 1113                                                                    RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…
## 1114                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1115                                                                                                      RT @chokoladous: I want a make a helpful thread for any of my followers getting top surgery or a BR/BL 🫶🏾♥️
## 1116                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 1117                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1118                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1119                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 1120                                                                    RT @skari_artist: @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @…
## 1121                                                                                                                     RT @MeidasTouch: Does twitter still allow you to retweet this video https://t.co/84uVJY40w9
## 1122                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1123                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1124                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1125                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1126                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1127                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1128                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1129                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1130                                                                    RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…
## 1131                                                                    RT @k_tetsurouu: insulting jaechan for acting in a bl, leaving homophobic remarks then proceed to beg other fandoms to collab them and help…
## 1132                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1133                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1134                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 1135                                                                       RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…
## 1136                                                                    RT @ArdenPaul4: @avvinatore @Nelsonali @VinousReverie @DominiqueHornig @CambWineBlogger @SusyAtkins @PlanetVictoria @TheKirstenMac @rs_bc_b…
## 1137                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1138                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1139                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1140                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1141                                                                     RT @chochojoon: also hello if you enjoy BL but also deeply fucked up sympathetic pretty boys and are NOT EASILY TRIGGERED (I cannot stress…
## 1142                                                                    RT @BL_MadeDigital: The British Library's Treasures in Full electronic resource has a web page dedicated to William Caxton's first and seco…
## 1143                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1144                                                                  RT @Quinie0_0: What makes u think I'm so special?\n\n#xiaoventi #xiaoven #xiao #venti #genshintwt #Genshin #Genshinlmpact https://t.co/Xt00Lu…
## 1145                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1146                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1147                                                                  RT @DAIHIME_SAMA: The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only avail…
## 1148                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1149                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1150                                                                  RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 1151                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 1152                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 1153                                                                 RT @Tappy_toon: NEW RELEASE 🔝\nI Became the Lousy Side Top\n\nJaewoo wakes up in a BL novel… as a side character who torments the main bottom,…
## 1154                                                                    RT @stk786khan: Ayush z d most sensible char in bl n d best bhai🥹😚...really loved d way how he acceptd his mistake infrnt of evry1 n was as…
## 1155                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 1156                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1157                                                                      RT @kmdossett: Check out this blog by Jessica Gregory ⁦highlighting the work of #UnaMarson held in the Lord Chamberlain’s Plays Collection…
## 1158                                                                RT @MetaboUK: The Metabo 18 V Cordless Tapper GB 18 LTX BL Q I! \n\nFast and uninterrupted tapping and cleaning of threads ✅ \nMetabo quick sy…
## 1159                                                              RT @vemspics: Good evening &amp; Happy Tuesday Everyone 🌊\n\n#Seascape #Nature #NaturePhotography #NatureBeauty #NatureLovers #MotherNature #Seas…
## 1160                                                                                                                                                             RT @bigplayrainey: #Penix4Heisman that's the tweet!
## 1161                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 1162                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1163                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1164                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1165                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 1166                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1167                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1168                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1169                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1170                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1171                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1172                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 1173                                                                                         RT @xzhan1005: 221130 Xiao Zhan Weibo Update:\n\n“Rainy nights and hot pot go well together 👍🏽” https://t.co/Zj2t8UnVTZ
## 1174                                                                   RT @dw_europe: 🎥 "We need to send battle tanks - they are now the main technology that could change the war faster"\nSpeaking to DW at the N…
## 1175                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1176                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 1177                                                                  RT @IAPonomarenko: A vid from @den_kazansky. \nThis is Severodonetsk now. \nRussia just razed the city to ashes and called this “liberation.”…
## 1178                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1179                                                                                                                              RT @visegrad24: Great picture of 9 Finnish soldiers \n\n🇫🇮 https://t.co/X0ZjVRjzdH
## 1180                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 1181                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 1182                                                                    RT @ChristianCaple: Grubb says he's happy at UW, but reiterates he does want to be a head coach. Says he's in a good spot with Kalen DeBoer…
## 1183                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1184                                                                      RT @mikevorel: Kalen DeBoer confirmed USC is "definitely a team we're rooting for," given that a USC win likely sends UW to the Rose Bowl.
## 1185                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1186                                                                                   RT @Softykjr: Mike Penix just said he doesn’t have any plans as of now to skip the bowl game. Says he’s excited to play in it
## 1187                                                                              RT @Imani_Barbarin: Nondisabled people have managed to, in real time, rewrite the history of the pandemic. https://t.co/8Xx61JDPQY
## 1188                                                                    RT @OliverCHoff: My face when I realized that @_MinGwa gave Joo Jaekyung cauliflower ear. It should be illegal to be able to draw like this…
## 1189                                                                    RT @MrRoderickI: Will forever be a fan of @UW_MBB because of yesterdays experience at the game! Nothing but love everywhere on campus !! Ab…
## 1190                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1191                                                                                                                    RT @jinniesarchives: seokjin's reaction when the flower toy bloomed: https://t.co/lBp7GPJ0Qs
## 1192                                                                  RT @JefferyFasching: His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. ht…
## 1193                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 1194                                                                    RT @thatdayin1992: Julian Assange is a hero. He told the truth about the US's war crimes. War criminals like Obama, Bush, and Clinton shoul…
## 1195                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1196                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 1197                                                                                                                   RT @inkyjohnson: This is the day that the Lord has made, so let us rejoice and be glad in it.
## 1198                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1199                                                                                                                  RT @dkz_dy: [📸] 221129 2022 #MAMA AWARDS\n\n❤️🐯🐰🐹🐱🐻🦊💙\n\n#DKZ #디케이지 https://t.co/jLEWmXNs5b
## 1200                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 1201                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1202                                                                                                                                       RT @hwangride: HE PUT HIS WHOLE HYUNUSSY TO IT \n https://t.co/YqpqoLF3n2
## 1203                                                                                             RT @internetbogan: rt + follow to win a star crown\nends in 2 days\n.com only\ngood luck ✨ https://t.co/fNh8LlbJ3L
## 1204                                                                                                                         RT @hnjiqkka: this hyunjin           with            this felix https://t.co/8YnQyr1u3b
## 1205                                                                                                                                                        RT @lixIoops: HOLY SHIT FELIX??? https://t.co/Z96Sk5kNCN
## 1206                                                                                                                                                        RT @JaxsonJones80: junior year 😴 https://t.co/LwJTsd4ivq
## 1207                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1208                                                                                                      RT @chokoladous: I want a make a helpful thread for any of my followers getting top surgery or a BR/BL 🫶🏾♥️
## 1209                                                                                    RT @sususiaoo: Boss not forgetting the interfans, saying "SEE YOU AGAIN!" 🥺🥺\n#KissMyBodyXBossNoeul\nhttps://t.co/7h6Obqwrlu
## 1210                                                                    RT @jamesoncperry: After a great talk with @PlayerProMorgan i’d like to announce i’ve received a preferred walk on to The University of Was…
## 1211                                                                  RT @saintjavelin: Massive pro-Ukraine rally in Bologna, Italy this weekend 🇮🇹 🤝 🇺🇦\n\nThank you for the solidarity, Italian friends! Unity fo…
## 1212                                                                                                                            RT @Tappy_toon: I didn’t kill you…\nSo go out with me!\n\n❤️‍🔥Any  fans?! #BL #Fantasy
## 1213                                                                    RT @Killmoenetwork: REPORTS OF A JUMPER; 3900 Bl. Of Blaine St N.E: Rescue units along with Mpd are responding to a call with a person repo…
## 1214                                                              RT @HTCHabbo: 💸 GIVEAWAY 💸\n\n#Habbo HTC is now on Twitter, let's get started with a 5 GBs Giveaway!\n\nTo enter, simply:\n🔸 Like this tweet\n🔸 R…
## 1215                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 1216                                                                                                                                                    RT @lixIoops: HES LOOKING TOOO GOOD  https://t.co/LmWPiaQUFy
## 1217                                                                    RT @Ice_xob: GUYS WE HOT THE DATE FOR #EMSEARTHMIXSPACE in JAPAN!!! It’s airing December 13 for pt.1 and 20 for pt.2 https://t.co/I1hR1wBlOR
## 1218                                                                                                                              RT @KyryliukRoma: Just Lviv, square Rynok, love this place https://t.co/1oOT6WqukK
## 1219                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1220                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1221                                                                                             RT @UW_Football: Be Like Mike 🤷‍♂️\n\nhttps://t.co/qSBNYGwNla\n\n#BeLikeMike x #Penix4Heisman https://t.co/4B85wCaD47
## 1222                                                                    RT @wilburhookshand: cougs wanna talk about a PI let’s talk about our guy getting literally concussed without even as much as a review @pac…
## 1223                                                                                                                                    RT @spearhyunnie: oh woah changbin.. i have no words https://t.co/KpIQGfdK1s
## 1224                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1225                                                                                                                          RT @jayruIes: and ni-ki during pre-debut predicted engene logo https://t.co/jQS753I9D2
## 1226                                                                    RT @godawgs4: Penix is going to be robbed of his trip to NYC and these offensive awards.  Not saying he should win, but not to be a finalis…
## 1227                                                                                                                                                RT @straynations: the plot development 💯 https://t.co/6Ne25gut9v
## 1228                                                                                                                          RT @lastlovestay: LIXIE HAS GLITTER IN HIS HAIR😭😭😭A REAL FAIRY https://t.co/TrwEUCrcF9
## 1229                                                                                                                                           RT @dailyinnieluv: never getting over this \n https://t.co/ngEWcJu8fG
## 1230                                                                                                                       RT @thankfulforchan: “STRAY KIDS EVERYWHERE ALL AROUND THE WORLD” https://t.co/dMAv9QvRDs
## 1231                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1232                                                                                                                    RT @lixcultures_: seungmin last line, "we will stay together as 8" 🥹 https://t.co/PwYetel8NU
## 1233                                                                                                                   RT @beyondyasmin: FELIX AND BANG CHAN DOUBLE ATTACK ft. chan’s tongue https://t.co/UI0MDKT7Jo
## 1234                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1235                                                                                                                                                        RT @BCHANPIC: CHRISTOPHER??????? https://t.co/DhoBajREfW
## 1236                                                                                                                                        RT @lheesoftie: that's why it looks familiar...🥹 https://t.co/ew9l5iegx7
## 1237                                                                                                                              RT @sugatradamus: the way we have a whole collection now 😭 https://t.co/j7mHMM7itL
## 1238                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1239                                                                   RT @fort_fts: 29.11.2022 \n\nThank you everyone nakub  Love you all 🥺💕 \n\n#oursmile22ndfortday #FortFTS #ComeFortZon https://t.co/J75kI0wIko
## 1240                                                                                                                                           RT @fluffshyunie: STRAY KIDS, 8 BEAUTIFUL MEN https://t.co/EK4NkW6LYD
## 1241                                                                    RT @shipvrse: One of the best NC scene in BL series👏🏻 #ghgh #GhostHostGhostHouse #bl #boyslove #blthai #thaibl #thaiblseries #seriesbl #tha…
## 1242                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1243                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1244                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1245                                                                    RT @Gerashchenko_en: "No one thought that when we attacked Ukraine (and Ukraine is Russia), all those countries would start sending heavy w…
## 1246                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1247                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1248                                                                                                   RT @Huangwom: rely on 🥰🫶🤍\n#warwanarat #yinyin_anw \n@warwanarat @yinyin_anw\n#หยิ่นวอร https://t.co/XtolYPJAls
## 1249                                                                                              RT @cyanorth_: who is more likely to _____ [ akikasa version 🥞🌟 ] — a thread 🧵\n\n#prsk_BL https://t.co/vPOpSLqulk
## 1250                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1251                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 1252                                                                    RT @sahisahikunn: “since the year of their debut, this team never missed worldwide fans choice award” \n“top albums charts #1 in 30 regions…
## 1253                                                                                                          RT @Tappy_toon: 🔥You are my one and only door!!!🔥\n“DEAR.DOOR” available on Tappytoon!\n\n#BL #Fantasy
## 1254                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1255                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1256                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1257                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 1258                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 1259                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1260                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1261                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1262                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1263                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 1264                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1265                                                                RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #blackpink @BLACKPINK\n\nYou made it! Honorable winner of the night! 🏆\n \nWorld’s No.1…
## 1266                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1267                                          RT @LiManMa16795669: #恨君不似江楼月 #KillerAndHealer #江枫余火 #MaoZijun #茅子俊 #YiBochen #易柏辰  #SCI谜案集 #季肖冰 #JiXiaobing #高瀚宇 #GaoHanyu #SCIMystery #Br…
## 1268                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1269                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1270                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 1271                                                                                                             RT @OH_mes2: Congratulations to NCT Dream for winning Worldwide Fans Choice at the 2022 MAMA Awards
## 1272                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1273                                                                     RT @LouisVuitton: Creating Infinity: The Worlds of Louis Vuitton and Yayoi Kusama. ❤️ this tweet to set a reminder to discover the upcoming…
## 1274                                                                 RT @Kavyayaad: People can support &amp; appreciate ayush. but there is no need to compare rishi with ayush .ayush not hero of the show.wishing…
## 1275                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1276                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1277                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1278                                                                                                                                                        RT @Yuliciouss: Hair of the year https://t.co/Ynr3hPhRjk
## 1279                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 1280                                                                                                                               RT @somddispatch: CAD: 12:21:28*Smoke Investigation*23529 PATUXENT BL, CALIFORNIA
## 1281                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1282                                                                                                 RT @kanemoyoshi: TREASURE gives “in the world full of darkness, there is light” vibe 😭😭 https://t.co/jr1Hi3OwYP
## 1283                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1284                                                                    RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…
## 1285                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1286                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1287                                                                   RT @thetwelve_dol: As part of our series sharing saints who inspire us, we remember Bl Laura Vicuna!\n\nWe particularly remember her for her…
## 1288                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1289                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1290                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1291                                                                     RT @WhoAmI243: I just don't understand....I knew when people interview someone from BL they always ask about NC scenes, but now lakorns as…
## 1292                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 1293                                                                    RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…
## 1294                                                                                                                            RT @bsumettikuI: you mean to tell me we could’ve gotten THIS https://t.co/N8CG7xu8I7
## 1295                                                                    RT @britishlibrary: More than 8,000 items have passed through our conservation studios this year, including the written record of Elizabeth…
## 1296                                                                   RT @TrafficNewsLA: BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the scen…
## 1297                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1298                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1299                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1300                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1301                                                                                                                                       RT @forblebiu: that tiny glimpse of pete's tattoo https://t.co/Gxs3y3FDg4
## 1302                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1303                                                                  RT @boyslovetv: 👉 The movie version of #SemanticError which will feature new scenes, will be available on Viki on December 9th!💙 \n\n"Semanti…
## 1304                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 1305                                                                  RT @BL_Music_Colls: We've added new content to our Discovering Music website! \n\nIn 2 new videos, 'Annotating Music' and 'Handling Music', @…
## 1306                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1307                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1308                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 1309                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1310                                                                    RT @stk786khan: Ayush z d most sensible char in bl n d best bhai🥹😚...really loved d way how he acceptd his mistake infrnt of evry1 n was as…
## 1311                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1312                                                                                                                                           RT @fluffshyunie: STRAY KIDS WORLD DOMINATION https://t.co/WZWJ6sjbHb
## 1313                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1314                                                                                                                                                     RT @LIXIELOOKS: EXCUSE ME LEE FELIX https://t.co/WGYbMxd1fK
## 1315                                                                                              RT @cyanorth_: who is more likely to _____ [ akikasa version 🥞🌟 ] — a thread 🧵\n\n#prsk_BL https://t.co/vPOpSLqulk
## 1316                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1317                                                                                                                                                    RT @captainCB97s: THE BANG CHAN GAZE https://t.co/8q7MWCkRKg
## 1318                                                                                                                            RT @1515heejake: :¨·.·¨:\n `·.  #ENHYPEN second enniversary! https://t.co/MNEoQ3yIll
## 1319                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1320                                                                  RT @BL_Scenery: POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2023 on C…
## 1321                                                                                             RT @JakeSucky: I asked Valorant players for their fastest aces\n\nThis one was up there lol https://t.co/NiztYAq0T8
## 1322                                                                    RT @amli_art: @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto @heavens1522…
## 1323                                                                    RT @amli_art: @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto @heavens1522…
## 1324                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1325                                                                                                                                   RT @gostephgo: my friend says this reads "BL therapy" https://t.co/RLbXe8o0U5
## 1326                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1327                                                                  RT @MariReactsYT: Mari's reaction to #MyToothYourLove EP 7\n\n#react #bl #drama #taiwandrama #retweet @LovingBlogs #TheBlogNetwork #ITRTG @Go…
## 1328                                                                  RT @TREASUREwwide: Congratulations  #TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS🏆\n\nWe did it 3 years in a r…
## 1329                                                                                                                                                  RT @literallymecats: SHOW ME YOUR CATS https://t.co/xSXlEmMVlb
## 1330                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1331                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1332                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1333                                                                                                                                 RT @iksanpjw: TREASURE at MAMA vibing to Pink Venom!! 🤍 https://t.co/EQAmzNNdgR
## 1334                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 1335                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1336                                                                     RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #treasure @ygtreasuremaker\n\nBig Congrats to them! The Great Winner of Tonight! 🏆…
## 1337                                                                RT @lovecastpodcast: It's the most wonderful time of the year - the annual #GMMTV2023 showcase 🙌 Join us as we talk through all the #BL &amp; #…
## 1338                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1339                                                                    RT @ADHDaemons: @BitsHammer Ah yes Sisters of Silence with their massive 1 box of model options (outside a BL dual character kit) and small…
## 1340                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1341                                            RT @SunShin33060668: Hahaha stop looking 👀🏓😅\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정 \n#RoommatesofPoongduck304 #kimjiwoong #yoonseobin #BL\n#돌맨스 #BL드라마 #kbl…
## 1342                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1343                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1344                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 1345                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1346                                                                    RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 1347                                                                     RT @K_Kentin_Rose: One of the best actors i swear. If they compare them to other bl actors or just actors in general perthchimon stand out…
## 1348                                                                                                                               RT @jsaturfiles: jeff satur i need help and so do you 🤣😭🫠 https://t.co/o8fjJlu420
## 1349                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 1350                                                                                                            RT @micchiluvr: this clip will always make me cry they look exactly the same https://t.co/Ttvr3DE8tF
## 1351                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1352                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1353                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1354                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 1355                                                                  RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #treasure\n\nBig congrats on winning for 'WORLDWIDE FANS' CHOICE' at 2022 MAMA AWARDS…
## 1356                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1357                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1358                                                                                                                               RT @itoshirindaily: pocketsized (please hold them gently) https://t.co/P1LWqbCjW7
## 1359                                                                    RT @yuhaowife: I keep seeing all these "top bl couples" lists since it's the end of the year. my favorite bl couple is porsche and the farm…
## 1360                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1361                                                                                                RT @TREASUREwwide: #YOSHI at the 2022 MAMA AWARDS!\n\n@treasuremembers #treasure #트레저 https://t.co/Ttz6fg4xga
## 1362                                                                     RT @babysblink: I’m being bias but not every series have to come with heavy plot and complicated storylines. We just need some chill, soft…
## 1363                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1364                                                                                               RT @kchartsmaster: 🏆 Congratulations TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS.
## 1365                                                                                                    RT @UTDTrey: The African champions through to the World Cup Round of 16. Repping us well, you love to see it
## 1366                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1367                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1368                                                                    RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…
## 1369                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1370                                                                                                                                                                        RT @Bl_ckkky: Senegal is winning today 💯
## 1371                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1372                                                                  RT @OPQRSTEE: Check out this product 😍 LION Men's Premium T-Shirt 😍 \nShop now 👉👉 https://t.co/Y18tO0uIcp\n\n#tee #tshirt #tshirts #usa #game…
## 1373                                                  RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…
## 1374                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1375                                                                    RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…
## 1376                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1377                                                                  RT @Nika_Rakhmanova: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nIn your arms\nA person with a pure heart sees pur…
## 1378                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 1379                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1380                                                                  RT @petravoice: @illustrata_ai @joynxyz @amli_art @bl_artcult 1st submission\n\n"be careful when playing with the dark"\npt. 1 it's dangerous…
## 1381                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1382                                                                                                                                                      RT @arthistorynews: Provenance researchers feel your pain!
## 1383                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1384                                                                   RT @Tappy_toon: Is it already the finale of Kill The Lights?! We’re not ready to see this couple go… 😢\n\nBUT stay tuned for the epilogue! 😏…
## 1385                                                                                                                       RT @besidesunset: we always got your back :-)\n#เพนกวินบอกรักบิวกิ้นพีพี https://t.co/XAJ4COJWV3
## 1386                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1387                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1388                                                                                                                                                                                   RT @Nene_yr: ON EXPIREEEEEEEE
## 1389                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1390                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1391                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 1392                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 1393                                                                     RT @naazrishmi: Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they are drea…
## 1394                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 1395                                                                    RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…
## 1396                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1397                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 1398                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1399                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1400                                                                  RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 1401                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1402                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1403                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1404                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1405                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1406                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 1407                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1408                                                                                     RT @CharliebeansNZ: @ohsinnerman Look what arrived at the bottom of the world!!! I’m so excited 🤩🥳😍 https://t.co/U8TafRJOuf
## 1409                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 1410                                                                                                                                              RT @ohsinnerman: These would make amazing Xmas presents this year.
## 1411                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 1412                                                                    RT @britishlibrary: Following World AIDS day, acclaimed screenwriter, TV producer and creator of #ItsASin, @russelldavies63 and author #Jil…
## 1413                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 1414                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1415                                                                    RT @MollyKHumphries: @GeriKipp @mandy_mclaren They don’t. When they do figure it out, then what? Move to another school? Maybe a little pho…
## 1416                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 1417                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1418                                                                                                RT @OheMCee: Just seen the Lindisfarne Gospels at the ⁦@LaingArtGallery⁩ - a great thrill! https://t.co/PaawxG0Egs
## 1419                                                                 RT @lait911: Leimert Park | Railroad/Train Emergency reported at S Crenshaw Bl / W Exposition Blvd\n\nhttps://t.co/LkX4v8qF6F\n#lafd #lafdalert
## 1420                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1421                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1422                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1423                                                                    RT @hikaru1412: Story was the right pace imo. There are BL that actually have terrible slow-paced storylines. I am shocked. I feel like I k…
## 1424                                                                   RT @thetwelve_dol: As part of our series sharing saints who inspire us, we remember Bl Laura Vicuna!\n\nWe particularly remember her for her…
## 1425                                                                                                                             RT @cutefemcel: bought bl for the first time irl im so embarassed  i cld cry 😭😭😭😭😭😭
## 1426                                                                RT @SupriyaShrinate: Wow! The plot worked. \n\nI deliberately sent this to one particular ‘journalist’ to see what they did with it. \n\nValida…
## 1427                                                                   RT @JinglesPigtails: felt cute in my zombie BL shirt. \ncheck out *Boys of the Dead* by Tomita Douji from @kumapub 👀 (gotta plug my undead s…
## 1428                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1429                                                                                                RT @Fsfofficielle: 70’ | ⚽️ 𝘽𝙐𝙐𝙐𝙐𝙏𝙏𝙏𝙏 ! 𝙆𝙊𝙐𝙇𝙄𝘽𝘼𝙇𝙔 !! \n\n#ECUSEN | (1-2) | #FIFAWorldCup https://t.co/xyx9x828wP
## 1430                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1431                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1432                                                                                                                                RT @HBD_GJH: 𝟏𝟖, 𝐓𝐫𝐢𝐠𝐠𝐞𝐫, 𝐋𝐨𝐯𝐞 \n\n-\n\n𝘊𝘢𝘧𝘦 𝘎𝘪𝘧𝘵 : 𝘓𝘪𝘴𝘵 https://t.co/1gIBl06Hov
## 1433                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1434                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1435                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1436                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1437                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 1438                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1439                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1440                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1441                                                                   RT @ApocTao: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nShe fell back, confused, unsure of the moment... having f…
## 1442                                                                  RT @_Dr_Fetus_: @illustrata_ai @bl_artcult @joynxyz @amli_art #expressionwithmeaning\n\nInspired by The Smiths album “meat is murder” and the…
## 1443                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1444                                                                     RT @phuwintang: (NEW BL!) ปลาบนฟ้า Fish upon the sky - Official Trailer REACTION https://t.co/Se0RyzKl6V via @YouTube  thank you so much @A…
## 1445                                                                                                                                               RT @whatchanloves: aou flirts with boom : a thread\n#อู๋บูม #AouBoom
## 1446                                                                                                     RT @39Yeonhwa: 221129 Cheer up Baby 🥹🥹\n\n#르세라핌 #LE_SSERAFIM\n#사쿠라 #宮脇咲良 https://t.co/kOjnFfUKJY
## 1447                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1448                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 1449                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1450                                                                    RT @ccincin_: This popped up on my tl and I’m sorry I laughed out loud 😂 Billkin’s face when pp said people can dm him is too funny 😂 https…
## 1451                                                                  RT @brumnordie: #BookReview: Mystery in White by J. Jefferson Farjeon https://t.co/Dp4FXIuu2P \n\n#Winter  #Christmas @BL_Publishing https://…
## 1452                                                                    RT @johnjbooks: Some short stories for Christmas from the @BL_Publishing Women Writers series. Have you got this @DannyVanBooks ? https://t…
## 1453                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1454                                                                                                                            RT @Tappy_toon: I didn’t kill you…\nSo go out with me!\n\n❤️‍🔥Any  fans?! #BL #Fantasy
## 1455                                                                                                                            RT @woodzxc: #WOODZ &lt;World Changer&gt; SMF MAMA Full Ver. https://t.co/FjHZBTwxPn
## 1456                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1457                                                                    RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…
## 1458                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 1459                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1460                                                                RT @BeaniverseYoun2: เซอร์ไพรส์​ ❤️‍🔥\n\nWritten by WOODZ\nComposed by WOODZ, Nathan\nArranged by Nathan, WOODZ\n\n#WOODZ @c_woodzofficial #조승연 h…
## 1461                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1462                                                                    RT @EastMidsOHA: Reflections on an oral history project (re)shaped by the pandemic | read about how COVID impacted on our oral history of m…
## 1463                                                                    RT @shipvrse: One of the best NC scene in BL series👏🏻 #ghgh #GhostHostGhostHouse #bl #boyslove #blthai #thaibl #thaiblseries #seriesbl #tha…
## 1464                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1465                                                                                                                                                RT @hanmdin: 「affection」#類司 #prsk_BL https://t.co/M7USPb3RT9
## 1466                                                                    RT @pinpinvn: Finally, I can officially introduce to ya all both main characters from my upcoming BL comic. I was struggling a lot but fina…
## 1467                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1468                                                                  RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…
## 1469                                                                    RT @artemis1384: Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literaly BBB d…
## 1470                                                                                                                        RT @Netflix_CA: still thinking about this moment in heartstopper https://t.co/SNmyptNWNI
## 1471                                                                     RT @MarksAwards: Friday 9th December… a grand celebration of the poetry pamphlet! For the first time in several years, our Awards night is…
## 1472                                                                     RT @darkestdollx: @ErotemeArt @obscuradao @MecenateFineArt @bl_artcult thanks for the tag!!! 🙌💜 perfect theme for dropping some new 𝕡𝕣𝕖𝕥𝕥𝕪…
## 1473                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1474                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1475                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1476                                                                     RT @The_Steph_: @bellylaughs2 @caringinbristol @markolver @JulianTrust @FareShareSW @bristol247 @BristolLive @BristolLifeMag @VisitBristol…
## 1477                                                              RT @kamlesm: Satti chaura ghat Kanpur\nwrongly named Massacre or slaughter ghat?\neveryone knew that fire happened out of confusion &amp; not sta…
## 1478                                                             RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…
## 1479                                                                     RT @ER_EJR: @InLimboV @EnglishmanAdam All of this.Add to it a society strongly built on a class system,in which yr future is determined by…
## 1480                                                                                                            RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 1481                                                                   RT @boyslovetv: Trailer of the Thai BL #NeverLetMeGo! Starring Pond &amp; Phuwin, the series premieres on December 13, 2022! \n\n#เพื่อนายแค่หนึ่…
## 1482                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1483                                                                                                                                  RT @GucciStarboi: Last time to ever perform in Lagos 😳 https://t.co/5D9a77Br1D
## 1484                                                                   RT @iloveps_5: 📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_WAREHOUSE…
## 1485                                                                  RT @excaliburt16: I am currently looking for a Team for 2023 as a Support\nMostly interested in PRM 3+ or ERL 2+,\nbut considering all offers…
## 1486                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1487                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1488                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1489                                                                     RT @JASTBLUE: Now that @Varenyett_bl has announced it, JAST BLUE is proud to say that Sorcerer's Choice: Angel or Demon is our next title!…
## 1490                                                                   RT @QirongsBff: @exosvtdanmei We Stan actors who proudly does BL and never ashamed of their work 💓\nInfact it's Jaechan and Seo Hams off scr…
## 1491                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1492                                                             RT @AnimateIntl: Mask Danshi: This Shouldn't Lead to Love Vol. 1 &amp; 2 are now available❕\n\nSayama is an introvert who uses his mask to hide f…
## 1493                                                                    RT @yslppe: @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and if those pp…
## 1494                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1495                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1496                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1497                                                                                                                                  RT @yourspreciously: Perfect la Balance ~ Wizkid #MLLE https://t.co/DA0PNamuNH
## 1498                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1499                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1500                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 1501                                                                    RT @britishlibrary: Following World AIDS day, acclaimed screenwriter, TV producer and creator of #ItsASin, @russelldavies63 and author #Jil…
## 1502                                                                   RT @deltatre: 🇩🇪 We're super-excited to announce we've been selected to build Dyn Media's new streaming platform.\n\nFrom next summer on Dyn…
## 1503                                                               RT @vgclements1: POLIO LINKS\nIMMUNIZATION/James\nhttps://t.co/DUd05PPsUw\nCDC/30,000 Cases of Polio Disappear\nhttps://t.co/fj6wUsMp1Y\nGERM TH…
## 1504                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1505                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1506                                                                                                     RT @rainbowdoha: Whatever they say\nWe stay the same\n\n#레인보우시티 #렌보시 #솬석 https://t.co/yq1juZGxfk
## 1507                                                                       RT @ilovxie: hua cheng                         hua cheng's\n                                             feelings https://t.co/rh4NEobel3
## 1508                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1509                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1510                                                                                                     RT @_3aem: Thinking 💭\n\n#GojoSatoru #呪術廻戦ファンアート #JujutsuKaisen #呪術廻戦 https://t.co/LXJg98vXHd
## 1511                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1512                                                                  RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 1513                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1514                                                                                                                                                            RT @LegalizeRats: bumble rat https://t.co/Th2Ge4tPL7
## 1515                                                                                                                                                  RT @Secondlina: New Crow Time 🍬🗡 (1/3) https://t.co/JseMWjLVmZ
## 1516                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1517                                                                                                                                   RT @woodzxc: why does it sound like seungyoun rapping https://t.co/b5WjkpDYli
## 1518                                                               RT @moodzmode: WOODZ SMF lyrics:\n\nI'm a born challenger, I take care of what’s mine\nDon’t be afraid\nwe started from the street\nThings are m…
## 1519                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1520                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1521                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1522                                                                                                                                                            RT @ricecorpse: I want huggu https://t.co/eKWWNk19Xr
## 1523                                                                                                                     RT @Wannysenpai: q absurdo 🤌\nfeat kageyama\n\n#hinata #hq #haikyuu https://t.co/WoZMJWzY7e
## 1524                                                                  RT @red_loeb: 30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints; 13th centu…
## 1525                                                                                 RT @woodzaugust: #WOODZ’s surprise 🎶🎁 for MOODZ \n\n   211202 Hijack              221129  World Changer https://t.co/egrTbtn5mq
## 1526                                                                                                                                     RT @LegalizeRats: the new wow expansion looks great https://t.co/3dzQIZSVBk
## 1527                                                                                                                                                        RT @yoginnnnnn: black sharkitty👀 https://t.co/QY5vPU1mEo
## 1528                                                                                                                                                                 RT @oikawahourly: HELLO https://t.co/AaY22aL6p9
## 1529                                                                    RT @AltaytoYughur: Fancy learning about Soviet Turkic and Exile magazines at the British Library? And other collections? Come join us on De…
## 1530                                                                                                                                                             RT @thanhuki: my dear maple https://t.co/66SQOmS9hj
## 1531                                                               RT @ForwardPrizes: The 2022 Felix Dennis Prize for Best First Collection goes to…\n\n✨ Stephanie Sy-Quia @snsyquia for Amnion\n\nCongratulation…
## 1532                                                                                                                              RT @LegalizeRats: Bruno has been up all night writing code https://t.co/54WrpuiuRp
## 1533                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1534                                                                                                                                                     RT @DontShowYourCat: the guest room https://t.co/dCas2gNbLn
## 1535                                                               RT @judyxxn: 상남자식 써프라이즈❤️‍🔥\n\nWOODZ         WOODZ       WOODZ \n        WOODZ       WOODZ        WOODZ \nWOODZ         WOODZ       WOODZ…
## 1536                                                                    RT @rugby_ap: I’m actually in favour of the RFU’s idea to introduce a power-play in rugby where a team can choose an opposition player to b…
## 1537                                                                                  RT @sanajnlove: #firstkanaphan🐈‍⬛: save your tears\n\n[@Firstkpp #1MillionGrowWithFirst #กองทัพของเฟิร์ส] https://t.co/MiemW0APXt
## 1538                                                                  RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…
## 1539                                                                   RT @MarksAwards: ✨Congratulations to Linda France, who is the Michael Marks Environmental Poet of the Year 2022-2023, winning with her port…
## 1540                                                                                              RT @woodzxc: MAMA uses woodz for one of their stages but draw the line at nominating him \nhttps://t.co/FjHZBTwxPn
## 1541                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1542                                                                                                                            RT @bbybluemochi: did anyone miss my fairytale lesbians?♥️🗡️✨ https://t.co/dYbHZcU6tG
## 1543                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 1544                                                                                                               RT @woodz32e_: ppl need to find out who owns that sexy rap voice on mama and yeah it's woodz yall
## 1545                                                                    RT @7chillinvillain: most of the times i don't like blonde hair on anyone but woodz is the hottest blonde i have ever seen. it feels like h…
## 1546                                                                  RT @NUCarnivalEn: NU: Carnival "Eerie Escapade" Event PV\n\nThe mansion's space-bending spell has gone haywire! Eiden and his clan members se…
## 1547                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1548                                                                                                                                                    RT @hualianful: book four hualian 🥺😭 https://t.co/dy51rW1KkZ
## 1549                                                                  RT @NUCarnivalEn: NU: Carnival - [Astral Duo] PV\n\nDuring a trip to the Wood Territory, Master Eiden gets the chance to witness a rare pheno…
## 1550                                                                          RT @Illumiell: Just read this and I wonder who's going to jump on the possibility of gay swan coparenting BL 😆 https://t.co/FzdDUpmGEh
## 1551                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1552                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1553                                                                                                                                                RT @ynbnbaby: This looks like a bl drama https://t.co/8Snj4f7lAR
## 1554                                                                  RT @NUCarnivalEn: NU: Carnival - "Idol Fest" PV\n\nTaking up the role of agent, Eiden aids Yakumo, Olivine, and Blade on their quest to becom…
## 1555                                                                                                                                                     RT @noty3ss: making a grown man kiss his camera on facetime
## 1556                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1557                                                                                                                   RT @misamxsa08: its been too long since i drew them #prsk_FA #prsk_BL https://t.co/bhUajKYAX8
## 1558                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1559                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1560                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1561                                                                                                                        RT @YouGotCrows: Sobs I know I’m being spammy tonight but lookit https://t.co/6C9pplUXxG
## 1562                                                                  RT @NUCarnivalEn: NU: carnival - "Zest for Life" PV\n\nSpringtime is here and the flowers are blooming. Master Eiden's essence is livening up…
## 1563                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 1564                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1565                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1566                                                                    RT @NotreDame: "This college will be one of the most powerful means of doing good in this country." - Fr. Sorin in a letter to Bl. Basil Mo…
## 1567                                                                                                   RT @LeunKon: 1 ☀️ : steampunk \nMeowlly and annya🦋🧸\n#IdentityVfanart #idvfemslashweek https://t.co/VR26WJHOWr
## 1568                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 1569                                                                       RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…
## 1570                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 1571                                                                  RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…
## 1572                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1573                                                                     RT @blinksmartlinks: Import thousands of links at a time using our batch import process - including batch updates! #helpdesk #customercare…
## 1574                                                                                                                                                      RT @woodzunshine: Woodz morning 😍\nhttps://t.co/J1ehyaMEKd
## 1575                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 1576                                                                                                                                                              RT @momocadesho: so boring https://t.co/karyGAr0Eg
## 1577                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1578                                                                  RT @culture_colors: 🌟Wanna do stargazing with us?  You’re invited to join our new journey CC North Star.🌟\n\n👔CC North Star Cardigan in Color…
## 1579                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 1580                                                               RT @ucu: ❗️Tomorrow❗️\n \n3rd day of strike action ✊\nOur union's biggest ever national rally💥\n\nLet's put on another massive show of strength…
## 1581                                                                                                                                                 RT @woodzunshine: I fkkng miss you 😭😭😭\nhttps://t.co/NMmYHNugN4
## 1582                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 1583                                                                                                                                 RT @ToraMledak: The creature ever\n#IdentityV #第五人格 https://t.co/XS188PXg0K
## 1584                                                                   RT @JuanJiewEnt: 29.11.22\n\nพีพี ต้นไม้🌳♥️ \n\n〰️𝐆𝐑𝐀𝐁𝐅𝐎𝐎𝐃 10 𝐕𝐞𝐫𝐬𝐚𝐫𝐲𝐄𝐯𝐞𝐧𝐭\n\n#PPxGrabFood10versary #GrabFood10Versary #ppkritt https://t.co/ThC4…
## 1585                                                                    RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…
## 1586                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1587                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1588                                                                                                                                                 RT @vyevanse: do you guys like my album https://t.co/hjwvsi11AK
## 1589                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 1590                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1591                                                                                                     RT @H_cha_R: 🤹‍♂️\nPostype - https://t.co/w99Eg9Mccw\nPixiv - https://t.co/xyvWbUCv6Q https://t.co/rKdTybYMOB
## 1592                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1593                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1594                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1595                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1596                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1597                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1598                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1599                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1600                                                                RT @WYStarStudio: PREM WARUT  is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (2pt…
## 1601                                                                RT @WYStarStudio: BOUN NOPPANUT  is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (…
## 1602                                                                RT @losnahij21: WTS/LFB\n\nBL pbox - 50php/each (HMT, ULS, Big Apple, Lover Boy, AMOV)\n\npls help RT @krmanhwa_market @kr_retweeter thank you!…
## 1603                                                                                                            RT @hamaocha: 🌪🌧\nPLEASE DO NOT TAG or HASHTAG!! \nEnjoy the Fanart 🫶\n*RUN* https://t.co/JmKLL2BYpQ
## 1604                                                                    RT @prakashraaj: Is it because it may affect Gujarat Election results #justasking ….BJP's BL Santhosh Won't Be Questioned For Now In Telang…
## 1605                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1606                                                                                                                                   RT @gostephgo: my friend says this reads "BL therapy" https://t.co/RLbXe8o0U5
## 1607                                                                                                                             RT @sapphicslike: margot robbie finally got to kiss a woman https://t.co/krEFoh31c1
## 1608                                                                                                                              RT @sugatradamus: the way we have a whole collection now 😭 https://t.co/j7mHMM7itL
## 1609                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1610                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1611                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1612                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1613                                                                                                                                                   RT @BlueLockpic: Bachira and his mom🐝 https://t.co/znrZINJHUG
## 1614                                                                                                                 RT @mmm_martyska: Jaehyuk’s possessive hold #bl #limitedrun #리미티드런 https://t.co/TelyJr3lUU
## 1615                                                                                                      RT @glitchious: ✧ #yoshiden —; omegaverse! au\n\ncw // bl, bxb, harshwords, mpreg. https://t.co/hSO9v5t6SG
## 1616                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1617                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1618                                                                                                                                              RT @txtgenleaders: Huening cutest siblings https://t.co/0UtNDZ8oLS
## 1619                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1620                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1621                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1622                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1623                                            RT @SHSH_HBD: 𝑺𝒆𝒐𝒌𝒉𝒘𝒂 𝑩𝒊𝒓𝒕𝒉𝒅𝒂𝒚 𝒆𝒗𝒆𝒏𝒕\n𝒘𝒊𝒏𝒕𝒆𝒓𝒃𝒐𝒚 𝒈𝒊𝒇𝒕𝒑𝒂𝒄𝒌 𝒐𝒑𝒆𝒏! \n\n#WINTERBOY_SEOKHWA\n#석박사_지금이야_초_불어\n#그_시간_다_털어서_축하할까 https://t.co/WtTXpvypPC
## 1624                                                                       RT @rohish_shhh: What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inpe😭♥️🧿…
## 1625                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 1626                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 1627                                                                RT @jvang199027: Lastly!! On today's magical BL trip, I visited the #Swapping Cafe. Mannnnn!! They went all out this time around 🤩\n#스와핑 #BL…
## 1628                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1629                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1630                                                                    RT @ArtistRefsIDV: @/BUspuzPMrropHwh (twt, mild NSFW warning for acc) is the artist behind the cosmic witch, risktaker, and dragon hunter e…
## 1631                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 1632                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1633                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1634                                                                     RT @ajiela8144: @little_jiaxinn_ It is impossible for the BL series to be approved for graphic publishing.  After realizing it, many of us…
## 1635                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1636                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1637                                                                                                 RT @Fsfofficielle: 43’ | ⚽️ 𝘽𝙐𝙐𝙐𝙐𝙐𝙏𝙏 !! 𝙄𝙎𝙈𝘼𝙄𝙇𝘼𝘼𝘼 ! \n\n#ECUSEN | (0-1) | #FIFAWorldCup https://t.co/6DRdmhbxs7
## 1638                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1639                                                                     RT @LibraryArden: After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Workshop.…
## 1640                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1641                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1642                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1643                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1644                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1645                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 1646                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1647                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 1648                                                                RT @MileApoNG_FC: Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…\nhttps://t.co/Fq64B…
## 1649                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1650                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1651                                                                         RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz
## 1652                                                                    RT @Killmoenetwork: A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times and we…
## 1653                                                                    RT @poddar_namrata: Such an honor to see #BorderLess among @WIRoBooks’s favorites for 2022! Here’s an excerpt from @AliceKSStephens’s revie…
## 1654                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1655                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1656                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1657                                                                  RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 1658                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1659                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1660                                                                    RT @RtuituikaFC: 29.11.22 | Youtube Rtuituika Update \n\n[Reaction] EP.12 แอบหลงรัก เดอะซีรีส์ Secret Crush On You // with #BillySeng\n\n🔗 : ht…
## 1661                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 1662                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1663                                                                    RT @tbaudinette: Seeing the extremely divergent reactions to the announcement of #CherryMagicTH among Thai fans (excited), Japanese fans (h…
## 1664                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1665                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1666                                                               RT @thebottomlounge: 🦒JUST ANNOUNCED🦒\n@plinirh w/ special guests Sungazer &amp; Jakub Zytecki on Tuesday, May 9th! Tickets are on sale this Fri…
## 1667                                                               RT @thebottomlounge: 💀JUST ANNOUNCED💀\n@kickstandshows presents @Magnoliaparkfl: Baku’s Revenge Tour w/ special guests @ArrowsInAction &amp; @po…
## 1668                                                                    RT @krishnanaidu98: I just love how this show first gave me 2 BL couples and is now giving me a GL as well..Ma Han is hot and definitely ne…
## 1669                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 1670                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1671                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1672                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1673                                                                   RT @boyslovetv: Trailer of the Thai BL #NeverLetMeGo! Starring Pond &amp; Phuwin, the series premieres on December 13, 2022! \n\n#เพื่อนายแค่หนึ่…
## 1674                                                                                                  RT @MrFilipeOrlando: This man is one of the most underrated footballers we'll ever see https://t.co/GZNTkuIlQE
## 1675                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1676                                                                                                                                          RT @mister_ade5: Big breast, small yansh \n\n🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩
## 1677                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1678                                                              RT @gekenkshop: • CARATBONG SVT \n\nSEALED : 2,800\nUNSEALED : 1,800\n\npayo / can dop but need dp and the bl once onhand\nsfeta (december dating…
## 1679                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1680                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1681                                                                   RT @timblessing101: Happy Just be happy there is a lot to be grateful for, you don't have it, doesn't mean you will not have it!\nRemi Tinub…
## 1682                                                                    RT @alisonturkos: Today @BrianLehrer discussed The Adult Survivors Act and how it will positively impact New Yorkers who have been sexually…
## 1683                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1684                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1685                                                                    RT @MargoGontar: Documentary abt russian atrocities committed to civilians in Bucha, near my dear Kyiv, received @fpa Award. It goes by I C…
## 1686                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1687                                                                              RT @EuromaidanPress: France has supplied an undisclosed number of its variant of the M270 Multiple Launch Rocket System to Ukraine
## 1688                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 1689                                                                   RT @DefenceU: No matter how much you occupiers run around on our land, you will still need to stop. \nBut once you stop, we will destroy you…
## 1690                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1691                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1692                                                            RT @survivorstrong3: Police reform is a child &amp; family issue. Police retain up to 65% of those who abuse their own family &amp; then those offi…
## 1693                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 1694                                                            RT @survivorstrong3: Police reform is a woman's &amp; children's issue. Police retain those who are violent against women &amp; kids in their own f…
## 1695                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1696                                                                    RT @jeffsaturjpg: @jeffsatur U were amazing as always! Incredible performance. Please take a lot of rest as much as possible and please tak…
## 1697                                                                                                          RT @shipper_diary: [Biggest change after 1 year]\n\n#FortPeat #TellerxFortPeat https://t.co/d5Jcgcifep
## 1698                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1699                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1700                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1701                                                                     RT @Moth_Lobster: @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and taken…
## 1702                                                                RT @lifendaynews: Today Update : #PriyankaChaharChoudhary was breaking every WKW from inside for blames &amp; false allegations. HMs doing viol…
## 1703                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1704                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1705                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1706                                                                    RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…
## 1707                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 1708                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1709                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1710                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1711                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1712                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1713                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1714                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1715                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1716                                                                    RT @britishlibrary: Caring for a collection that dates back thousands of years has many challenges, from crumbling paper to books written i…
## 1717                                                                                                              RT @bibblesummett: Please He is so cute 🤏🏻🥺\n\n#BuildJakapan @Buildbuilddd https://t.co/fYSLv3Vy98
## 1718                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 1719                                                                                                 RT @JeffSaturFC: SATs is all around you Jeff Satur 💗\n\n#MusicHeals2022xJeff #JeffSatur https://t.co/wbBcYQR6dD
## 1720                                                                                                                                                         RT @kpfiIms: — build ig update! https://t.co/JX6BmlM5IO
## 1721                                                                                                                               RT @jeffsaturjpg: SATS ❤️\n#Jeffsatur #MusicHeals2022xJeff https://t.co/1VdebXKJ87
## 1722                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 1723                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1724                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1725                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 1726                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1727                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1728                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1729                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1730                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1731                                                                   RT @galaxyfinance3: 👍 THE $30,000 GLEAM AIRDROP CAMPAIGN IS NOW LIVE!\n\n✔️ Participate and stand a chance to be one of 500 winners to earn $…
## 1732                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 1733                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1734                                                                 RT @Tappy_toon: NEW RELEASE 🔝\nI Became the Lousy Side Top\n\nJaewoo wakes up in a BL novel… as a side character who torments the main bottom,…
## 1735                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1736                                                           RT @WayV_official: Teaser Image 1 #TEN\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShenV…
## 1737                                                                   RT @yenpress: Basketball players. Roommates. Senpai-kouhai BL romance. 🥰\nWhen Kagiura's left in the tender care of his mother hen of a room…
## 1738                                                           RT @WayV_official: Teaser Image 1 #XIAOJUN\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShe…
## 1739                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1740                                                     RT @ITZYofficial: ITZY &lt;CHESHIRE&gt; D-DAY POSTER\n\n📍 TITLE TRACK “Cheshire”\n\n☑ RELEASE 2022.11.30 WED 6PM (KST) | 4AM (EST)\n☑ PRE-SAVE &amp; PRE-O…
## 1741                                                     RT @ATEEZofficialjp: [🎬] ATEEZ(에이티즈) - 'Paradigm' Official MV (Performance ver.)\n\nhttps://t.co/xQM4S9u0MN\n\n#PARADIGM #ATEEZ #에이티즈 #エイティーズ
## 1742                                                RT @OfficialC9ent: 🎄2022 C9 Christmas🎄 \n\nTRACKLIST\n\n2022.12.07 6PM\n\n#2022C9Christmas #윤하 #YOUNHA #이석훈 #LEESEOKHOON #씨아이엑스 #CIX #시그니처 #cigna…
## 1743                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1744                                                         RT @BIGHIT_MUSIC: The Name Chapter - Concept Trailer Teaser\n(https://t.co/Pygafn40Oy)\n\n#투모로우바이투게더 #TOMORROW_X_TOGETHER #TXT #TheNameChapter
## 1745                                                    RT @NiziU__official: NiziU 4th Single\n『Blue Moon』\n2022.12.14 Release\n\n🎥“Blue Moon” M/V Teaser1\n🔗https://t.co/fmRD4GfgIZ\n\n#NiziU #ニジュー #니쥬 #…
## 1746                                                          RT @WayV_official: Teaser Image 1 #YANGYANG\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiS…
## 1747                                                                                                                                                   RT @feeIingsvibes: i'm happy i met you, i'm sorry you met me.
## 1748                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1749                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1750                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1751                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1752                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 1753                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1754                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1755                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1756                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1757                                                                                                                                                 RT @barchorde_tin: SIR GIVE ME A CHANCE https://t.co/mfVzpIEWAF
## 1758                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1759                                                                     RT @tccandler: Congratulations to these 4 faces for being officially nominated as one of the 100 Most Handsome of 2022.  Which one is your…
## 1760                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1761                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1762                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1763                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 1764                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 1765                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1766                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1767                                                                    RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…
## 1768                                                                                                                                             RT @jsaturfiles: jeff satur this is illegal https://t.co/p6T7Pm4T5Z
## 1769                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1770                                                                                       RT @Momotexx: GUYS THE PANTS ARE NEXT💦 LETS DO IT🙏\n#akumillust #momarties #ScarredHeartComic #BL https://t.co/eMMu1yotOQ
## 1771                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1772                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1773                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1774                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1775                                                                RT @Fortfts_Korea: 🚩 22.11.29 aunsam_makeup  IG  UPDATE ~\n\n☑️ https://t.co/Hfwe9YXr2v\n\n#ComeFortZon #FortFTS\n#OurSmile22ndFortDay https://t…
## 1776                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 1777                                                                       RT @Pledis_th: SEVENTEEN ได้รับรางวัล Worldwide Fans Choice จากงาน 2022 MAMA Awards\n\n#SEVENTEEN #เซเว่นทีน #MAMA2022 https://t.co/qZ3Jvv63uv
## 1778                                                                    RT @Vanguard_way: @illustrata_ai @joynxyz @amli_art @bl_artcult #Expressionwithmeaning with these pieces I'm exploring duality, feminine/ma…
## 1779                                                                    RT @addict_car: Fiat acquired Innocenti in 1990, and soon after the company's range - derived originally from the BL Mini - was renamed Inn…
## 1780                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1781                                                                  RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 1782                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1783                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 1784                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 1785                                                                  RT @Jackhangu: 🎤 : What angle are you attractive? \nW : actually I think ever angle na, I can’t choose \n🎤: I just ask Win what angle is he h…
## 1786                                                                     RT @LibraryArden: After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Workshop.…
## 1787                                                               RT @exc_xx: Update Thai BL\n#NeverLetMeGoSeries\n\n📆Premiere 13/12/2022 Every Tuesday, 20:30pm🇹🇭 on GMMTV Youtube Channel\n\nStarring: #PondPhuw…
## 1788                                                                                                         RT @LordDetaur: I love their matching akitoya sea cucumber plushies\n\n#prsk_BL https://t.co/qfefENCYDI
## 1789                                                                                          RT @koreansales_twt: [#2022MAMA] Congratulations to #GOT7 for winning Worldwide Fan's Choice  at the 2022 MAMA Awards!
## 1790                                                                    RT @maria_avdv: This destroyed Russian base in the liberated Kherson shows why high precise weapons from our allies is so crucial for Ukrai…
## 1791                                                                   RT @DRAMAWORLDxoxo: 'To Sir, With Love' is soo underatted 😩🤌.....how can you all sleep on this 🌟MASTERPIECE🌟???\n#Khunchai #tosirwithlove #B…
## 1792                                                                    RT @Kyupopopie: Smart, tall, handsome, wide shoulder, small face, deep-charismatic voice, big eyes, cute dimple in the corner, humorous, ta…
## 1793                                                                                                                    RT @ycsm1n: spotify wrapped isn’t enough, i want an excel spreadsheet of my listening habits
## 1794                                                                  RT @edittsheaven: it's been a month since semantic error ended😔😭\n\n#semanticerror #edit #bl #SemanticErrorEp7 #SemanticErrorEp8 #jaechan #se…
## 1795                                                                                                                                                                     RT @BlackPearl1301: Me to all the BL tops :
## 1796                                                                    RT @LlopisMarta95: Never forget Ukrainian children. No child deserves to grow up in a country at war. #UkraineWar #Ukraine 🇺🇦💔 https://t.co…
## 1797                                                                                                                                                        RT @kpopsapphic: This is history https://t.co/0tvsI7bW5k
## 1798                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 1799                                                                    RT @yaoilynnx1: One of the reasons the BL industry is such a huge ecosystem- fans spend on happiness, something that can’t be quantified ht…
## 1800                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1801                                                                     RT @jeffjag: @illustrata_ai @joynxyz @amli_art @bl_artcult My #expressionwithmeaning is a diptych from my upcoming Paint Drop collection -…
## 1802                                                                  RT @LaliceUpdates: Til the sun comes up, I'll be here with you!!! No lie, no lie 🎶💃🏼\n\n#NETIZENSREPORT #LISA for Asian Celebrity of the Year…
## 1803                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1804                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1805                                                                  RT @BLUPDATE2022: GMMTV's #NeverLetMeGoSeries starring #PondPhuwin premieres this December! Don't miss the Official Trailer tonight!\n\nBetwe…
## 1806                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 1807                                                                  RT @MFA_Ukraine: 🇺🇦 We know exactly #WhatWeAreFightingFor. For our children, their smiles, their happy childhood, and their future!\n\n📷 Hajd…
## 1808                                                                                                                                     RT @jaehtak: pov: the fuckboy takes you to his room https://t.co/6Qzh5NhcMj
## 1809                                                                  RT @LaliceUpdates: joanna girl always winning 🥺 mmhmmh i need to change my name 🤔😂\n\nEvery time #LISA started her solo stage with #LALISA an…
## 1810                                                                RT @shipper_diary: [Update on 500K Vlog date]\n\nI’m waiting for their solo date 🤭🤭\n\n#FortPeat #TellerxFortPeat @peatwasu @fort_fts https://t…
## 1811                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1812                                                                RT @Scarlyya: It was 2018/19 I was really into otome related &amp; BL anime so I watched the UtaPri anime. It felt a bit cringe but oddly liked…
## 1813                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1814                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1815                                                                    RT @kdramatreats: this 4th gen girl groups's debut tracks collab stage is like listening to my playlist, they really dominated 2022 and sla…
## 1816                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1817                                                                                                                          RT @lowkeyalbert: Find someone that stays obsessed with you, not just in the beginning
## 1818                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1819                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1820                                                                      RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 1821                                                                                   RT @hyovrse: why is he deliberately putting his face RIGHT into the camera you are gorgeous we GET IT https://t.co/6dIsnY5KJq
## 1822                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1823                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 1824                                                           RT @WayV_official: Teaser Image 1 #XIAOJUN\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShe…
## 1825                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 1826                                                                    RT @Sebongtubatuco: Hi friends! I’m still not feeling all too great mentally, but I had just enough mental energy to make this spring bear/…
## 1827                                                                                                                                       RT @o6frog: more #iso photocard templates ! &lt;3 https://t.co/fgCBvw18Z7
## 1828                                                          RT @WayV_official: Teaser Image 1 #YANGYANG\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiS…
## 1829                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 1830                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 1831                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 1832                                                              RT @NlNGSETTER: OTW Bear Toploader Template\n\nfeel free to use it, just pls don’t remove my @ !!\n\n✦ HQ: https://t.co/29FYlrn4eY\n\n— kpop temp…
## 1833                                                           RT @mintificial: don’t mind me— I’m just casually spreading my megane scara agenda 😎\n#scaramouche #wanderer #genshinimpact #スカラマシュ #原神 http…
## 1834                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1835                                                                                                                    RT @lixcultures_: seungmin last line, "we will stay together as 8" 🥹 https://t.co/PwYetel8NU
## 1836                                                                                                                                             RT @njfiIms: hold hands 😌 #Vibie5YxNetJames https://t.co/iJSwmAl9zl
## 1837                                                                                                                        RT @kisekianything: Ian Grimwood was just seen in the BL  aisle! https://t.co/zmA54IGf9n
## 1838                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1839                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 1840                                                                                                                        RT @kisekianything: Ian Grimwood was just seen in the BL  aisle! https://t.co/zmA54IGf9n
## 1841                                                                                                                RT @jamesphere: oh just netjames being themselves 🧍🏾‍♀️\n#Vibie5YxNetJames https://t.co/ypAipjc4Hz
## 1842                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1843                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1844                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1845                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1846                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1847                                                                                                                                                        RT @BLUPDATE2022: It's coming... https://t.co/19vzEUhv3n
## 1848                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1849                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1850                                                                  RT @EuromaidanPress: Soldiers of Ukraine's Georgian Legion show the repaired equipment, which they previously took from the Russians. \n\n📷ht…
## 1851                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1852                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1853                                                                    RT @IittIeuphoria97: @Americanfoodie7 Ah. Yes, I'm in agreement. There's always some excuse from the fandom to not support him, it's very t…
## 1854                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 1855                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1856                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1857                                                                   RT @jjklve_: hello, @billboardcharts @luminate_data @billboard\n The latest BB charts results are not accurate, since the streams for the MV…
## 1858                                                                         RT @BlerdyOtome: JAST BLUE to bring Varenyett’ BL Visual Novel, ‘Sorcerer’s Choice: Angel or Demon’ to the West https://t.co/lw8DjvtOBi
## 1859                                                                    RT @ng_meng05: @fubroshi I've seen enough of Thai BL fandom to know that stuff like this is really about the actors they prefer, but they j…
## 1860                                                                   RT @iloveps_5: 📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_WAREHOUSE…
## 1861                                                                                                               RT @TXTUNOFFlClAL: the hueningz 🥹 I CRY LOOK AT THE BRIGHTEST SMILES EVER https://t.co/rw9lcQvDXy
## 1862                                                                    RT @97SARCHIVES: .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploaded by FIFA has finally been incl…
## 1863                                                                    RT @archiveforJK: .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV o…
## 1864                                                                    RT @jeonIves: .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV of "D…
## 1865                                                                    RT @jkoncharts: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the…
## 1866                                                                     RT @KookCharts: .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV of…
## 1867                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1868                                                                    RT @MichaelWarbur17: This is what I call Busking. \n\n‘The Lucky Chops’ hit the NYC Subway🍏🎷🎺\n\n(@theluckychops) \n https://t.co/Q2SXshTOgF
## 1869                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1870                                                                                                                                                                RT @moatoons: felix is a NIGHTMARE for bisexuals
## 1871                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1872                                                                                                                      RT @wtsns_info: coming in 2023\n#수평낙하 #intothehorizon #teamsns https://t.co/QkLizeneFS
## 1873                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 1874                                                                                                                                                                      RT @AM2013lyricsbot: I just wanna be yours
## 1875                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1876                                                                    RT @SpaceTelescope: #NASARoman will find galaxies at different stages of their evolution—galaxies in small groups and in large clusters, me…
## 1877                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1878                                                                    RT @KatariyaPran: Glad to see SEBI has got into the act. There is some serious criminal activity happening in the Trading community. My hea…
## 1879                                                                  RT @WorldNfts: @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by @WisnuPradanaArt\nIT'S AL…
## 1880                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1881                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1882                                                                   RT @MarksAwards: ✨Congratulations to Linda France, who is the Michael Marks Environmental Poet of the Year 2022-2023, winning with her port…
## 1883                                                           RT @WayV_official: Teaser Image 1 #TEN\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShenV…
## 1884                                                                    RT @retrospeedway: @Harvest93573301 @UprightSpeedway Also, UK promoters became lazy. Instead of training our own, they turned to untried fo…
## 1885                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 1886                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 1887                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 1888                                                                                                                                                             RT @zee_pruk: black panther https://t.co/xhDI94gPLC
## 1889                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1890                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1891                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1892                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1893                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1894                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 1895                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1896                                                                    RT @Rudu1212: @chetan_sankhe @v_i_s_h_a_l_150 @WesternRly @RailwaySeva @Gmwrly @ThisisAnnuTyagi all Dahanu train are running late daily.3rd…
## 1897                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1898                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1899                                                                         RT @pan_ninie: I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭 https://t.co/NKlvCtJjuz
## 1900                                                                    RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 1901                                                                  RT @headBONDmeLWJ: today’s unboxing 📦\n\n#tgcf novel korean version published by @B_lab_BL, hua cheng and xie lian box sets. each set comes w…
## 1902                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 1903                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1904                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1905                                                                                                                                                             RT @foxeology: i'm not okay https://t.co/2tYUhJv74P
## 1906                                                                    RT @johnbilcliffe: Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley USAF EC…
## 1907                                                                    RT @britishlibrary: This November, @BL_Publishing’s #WomenWriters series reaches 17 titles since debuting in 2020, bringing back to print f…
## 1908                                                                                                                                                      RT @hyunjinpost: OH MY GOD HYUNJIN https://t.co/5LK6swV41Y
## 1909                                                                                                                         RT @winnttaebear: BTS laughing when yoongi drop a reaction meme https://t.co/Imihi23iLZ
## 1910                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 1911                                                                                                                                             RT @tthomastc: throwback tuesday #tthomastc https://t.co/w6sPDeJj6V
## 1912                                                                                                                          RT @mynameis_evi: the way Boss smiled well Noeul hugged him 🥹\nhttps://t.co/H5UoI7Unvu
## 1913                                                                    RT @PaulinaK55: Your performance in KinnPorshe was phenomenal! You guys rised so many standards! I can't watch any Thai BL series without c…
## 1914                                                                    RT @RossiAtanassova: I have published a blogpost about the progress with my AHRC-RLUK Professional Practice Fellowship project: https://t.c…
## 1915                                                                                                                   RT @Quackity: to anyone who’s going through a tough time, just know ❤️ https://t.co/DV3otM6sAb
## 1916                                                            RT @clarthelunagate: The Vampire &amp; the Duke ep 49 has been updated! \n\nLink on bio~\n\n#tvtd #thevampireandtheduke  #BL #boyslove #WEBTOONCANV…
## 1917                                                                    RT @BioRegioSTERN: Outdated transaction methods cost the #healthcare sector $250 billion each year. Digital solutions are a powerful tool t…
## 1918                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1919                                                                    RT @1000282: This is Mr Boohig who in 18 march 97 opposed the Murphy family s appeal in circuit court skibbereen he stood over lies and got…
## 1920                                                                                                                                    RT @jeffsaturjpg: ig: winchattra / plscallmeaonthana https://t.co/lLgJdQfuPB
## 1921                                                                                                    RT @buffstax: "IM COMING           "PETE IS OUR\nFOR PETE!!!"            FAMILY NOW" https://t.co/7gR5yjHGON
## 1922                                                                                                                                                               RT @jeffsaturjpg: Mr. CEO https://t.co/wSCCz9XipG
## 1923                                                                  RT @artemiizu: as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with me!!! (🧵…
## 1924                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1925                                                                                           RT @funkychuckyy: Bible is so competitive but realized that Biu’s wearing white😂\n#BibleBuild https://t.co/A0li9m4jJs
## 1926                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 1927                                                                                                                  RT @ShashaNajiha: teatime with president netflix bl 😜❤️ @reallohkeanyew https://t.co/wOheqveSe2
## 1928                                                                                                                               RT @OT7LOOK: football is so interesting guys listen to me https://t.co/PQvCaH7u7N
## 1929                                                                    RT @KookCharts: Jk is a 9 month old soloist (and didn’t even had his official solo debut yet) but huge music platforms are already sabotagi…
## 1930                                                                  RT @cebuBLorg: 📌BIBLE: "I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST"\n\nBible Wichapas Sumettiku…
## 1931                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1932                                                                  RT @_Dr_Fetus_: @illustrata_ai @bl_artcult @joynxyz @amli_art #expressionwithmeaning\n\nInspired by The Smiths album “meat is murder” and the…
## 1933                                                                                                                                                     RT @barchorde_tin: no but srsly.... https://t.co/u7zW0daDwB
## 1934                                                                   RT @ApocTao: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nShe fell back, confused, unsure of the moment... having f…
## 1935                                                                    RT @pinpinvn: Finally, I can officially introduce to ya all both main characters from my upcoming BL comic. I was struggling a lot but fina…
## 1936                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1937                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1938                                                                                                                     RT @jinniesarchives: the way seokjin pushed his hair back is so hot https://t.co/404lML5rR9
## 1939                                                                                                                                                               RT @yyujinationn: SOBBING https://t.co/gqIupeOvXL
## 1940                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1941                                                                                                                                   RT @BCHANPIC: bang christopher chan is not joking ??? https://t.co/4xfE7FW32O
## 1942                                                                 RT @amantedel__bl: Ya se va mi chiquito Boss 🥺💗\n" SEE YOU AGAIN!"\n\n#KissMyBodyXBossNoeul #BossNoeul #BoNoh  #Bosschaikamon #Noeulnuttarat h…
## 1943                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 1944                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1945                                                                                                                                    RT @spearhyunnie: oh woah changbin.. i have no words https://t.co/KpIQGfdK1s
## 1946                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 1947                                                                                                                                           RT @_avetato: had to draw this out #pokemonsv https://t.co/AtTWvYNU8O
## 1948                                                                    RT @imvaahhh_412: less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limit of a…
## 1949                                                                   RT @dragos_badita: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nHi! My entry is a story about a woman that set her…
## 1950                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1951                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1952                                                                    RT @jeffysaters: kimchay if kim taught chay how to use the gvn so they can be the unstoppable mafia husbands ever instead of trying to push…
## 1953                                                                  RT @Nika_Rakhmanova: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nIn your arms\nA person with a pure heart sees pur…
## 1954                                                                    RT @johnbilcliffe: Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley USAF EC…
## 1955                                                                                                                                     RT @HanaPen5: busy morning ✨\n#原神 #Genshinlmpact https://t.co/ODIkQB9LC0
## 1956                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1957                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1958                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 1959                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1960                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1961                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1962                                                                                                   RT @saebitboys: korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1963                                                                                                                       RT @bkpp_official: Fire boy💚💚\n\n#PPxGrabFood10versary \n#ppkritt https://t.co/ScFt38nOCN
## 1964                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 1965                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1966                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1967                                                                                                           RT @PALPITATE1999: 𝟤𝟤𝟣𝟣𝟤𝟫 𝖦𝗋𝖺𝖻 \n\n💚\n\n#ppkritt\n#พีพี\n#GrabFood10versaryLand https://t.co/WgteS6293b
## 1968                                                                                 RT @kagswaffle: #isagiharem #rinsagi #bachisagi #nagisagi bl one tweet au\nSad girl-Lana del rey (0.46) https://t.co/JWCP2HlnRM
## 1969                                                                                                                RT @JeffSaturFC: Jeff update his IGS \n\n#MusicHeals2022xJeff #jeffsatur https://t.co/euUU9P8Qig
## 1970                                                                                                                                             RT @jsaturfiles: jeff satur this is illegal https://t.co/p6T7Pm4T5Z
## 1971                                                                       RT @biuberryluve: everybody fighting cutely and these two competitive mfs be out there kicking each other like 😭\n\n#BibleBuild #ไบเบิ้ลบิว…
## 1972                                                                                                                                        RT @kpfiIms: — apo ig update with tong and jeff! https://t.co/a0WvJMjh10
## 1973                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1974                                                                 RT @holybibs: SO THEY PROLLY FILMED THIS SCENE AND THEY CUT IT OUT?! BECAUSE THE PAJAMA LOOKS THE SAME WITH THE NOVEL VEGAS 😭\n\n꒰ #BibleBuil…
## 1975                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1976                                                                                                                                                       RT @barchorde_tin: FUCK NOT AGAIN https://t.co/aUBkp5Ilhw
## 1977                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1978                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 1979                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1980                                                                                                                                                         RT @kpfiIms: — Jeff new photos! https://t.co/p7EvgrP8Ay
## 1981                                                                     RT @ayeclpse: as a bl newbie, are there any other recommendations u wanna give me? (i’m quite sure i’m forgetting some i watched here tbh)…
## 1982                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 1983                                                              RT @_asheijii: Let’s make a thread of bl manhwa/manga recommendations!!!!!\n\nreply some of your favourite bl. imma start with PEACH LOVE &amp; M…
## 1984                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 1985                                                          RT @kimzhu921231: Pete: Vegas,why did you beat Venice?!\nVegas:emmm,he played our 'toys'.......\nPete:our toys?what? adult don't need toys,gi…
## 1986                                                                     RT @TheAriesDemon: •this tops/semes will be the death of me ☠️• #Jinx #LimitedRun #LowTideinTwilight #BewaretheIdesofMarch #LoveMeNot #TheG…
## 1987                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 1988                                                                                               RT @cclodye: HE IS USING TYESO TUMBLR JUST LIKE ME ARGH &gt;&lt;\n\n—#biblebuild #ไบเบิ้ลบิว https://t.co/tEVrjJwnrO
## 1989                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 1990                                                                                  RT @Lalalandrama_: - DECEMBER - still updating... \n\n💙 KDRAMA\n💚 CDRAMA\n💛 THAI DRAMA\n💜 JDRAMA\n💗 BL https://t.co/n9AzDWsMe0
## 1991                                                                 RT @holybibs: biblebuild fights with each other and ending up with build worrying about nong bibs 🥺🤏\n\n꒰ #BibleBuild #BibleWichapas #BuildJa…
## 1992                                                                    RT @buffstax: This is when Biu accidentally drop the knife prop and hurt his feet. Bible got worried and asked him in tiny voice but Biu sa…
## 1993                                                                  RT @red_loeb: The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL Harley MS 2…
## 1994 RT @iltae0125: #HAPPY_SUNWOOK_DAY\n#지선욱_행복해?\n#근데_있잖아_생일이야_그거_알려주고_싶어서\n#기억해_네_생일_날짜까지도\n#너라서_너라서_축하했어\n#오늘도_네_생일이_낭만적이길\n\n성욱아 Happiest of Birthd…
## 1995                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 1996                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 1997                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 1998                                                                             RT @AdzTheMadz: Our kings! The IT couple of Thailand!! BL legends @milephakphum @Nnattawin1 #MileApo #MilePhakphum #Nnattawin ✨🙌🏼💚
## 1999                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2000                                                                    RT @ChaebolBabynim: @Apostrophe098 that's what i'm afraid of in most BL series is that when they can't separate their feelings from acting,…
## 2001                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2002                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 2003                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2004                                                                    RT @biuberryluve: pls i didn't know they had to hit with belt for real 😭... even tho they probably didn't hurt for real , it must've been s…
## 2005                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2006                                                                    RT @Jeonjungkook_SG: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 2007                                                                                         RT @zoomdara_online: Fire Boy 🔥🔥\n\n#ppkrit #พีพีกฤษฏ์\n#GrabFood10Versary\n#GrabFood10Versaryland https://t.co/B3pBFVNtrE
## 2008                                                             RT @SerieTV46: Spotify Global 🌍 Daily (2022-11-28):\n\n#11 #JUNGKOOK "Dreamers" - 2.887M\n#54 Charlie Puth feat. #JUNGKOOK "Left &amp; Right" - 1.…
## 2009                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2010                                                                                       RT @PriyankaSmile_: Cheers to a lifetime. 🍻\n\nI hope you will bless us @shreyaghoshal my love. ♥️ https://t.co/ceOtZA8aGx
## 2011                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 2012                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2013                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2014                                                                                                                               RT @RealMona_: me &amp; my friend after believing in love https://t.co/MYSNohh7Di
## 2015                                                                    RT @dailybible: So Joseph also went up from the town of Nazareth in Galilee to Judea, to Bethlehem the town of David, because he belonged t…
## 2016                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2017                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2018                                                                                                    RT @HipzMy: Old Blood Noise Endeavors launches BL-44 Reverse https://t.co/jxlUE1ghc5 https://t.co/WbOE2L0pAY
## 2019                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2020                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 2021                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2022                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2023                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2024                                                              RT @GianlucaMeschi9: Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst 🇪🇪 #…
## 2025                                                                                                                                               RT @ricksprickk: o this is BEAUTIFUL #TWD https://t.co/uDDfmJxUGY
## 2026                                                                                                                                              RT @BeyondBeautiful: “Sexuality is fluid” bro pls go drink bl*ach”
## 2027                                                                                                                                                      RT @lovesriick: THEM &gt;&gt; #TWD https://t.co/GmVBNtlZOE
## 2028                                                                                                                      RT @wtsns_info: coming in 2023\n#수평낙하 #intothehorizon #teamsns https://t.co/QkLizeneFS
## 2029                                                      RT @DLIP_Records: 2022 LAST HOTTS\n\nRELEASE LONGSET LIVE\nSHEEF THE 3RD &amp; BLAHRMY\n\nD.L.i.P. LIVE\nDUSTY HUSKY\nRHYME BOYA\ncalimshot\nMSP\nFORTUNE…
## 2030                                                               RT @CSY_CoffeeTMI: King of unreleased songs in award shows #WOODZ #우즈 #조승연 \n\nAAA 12/02        🤝         MAMA 11/29 https://t.co/TkuLlPE8FQ
## 2031                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 2032                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2033                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2034                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2035                                                                      RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 2036                                                                                                                      RT @wtsns_info: coming in 2023\n#수평낙하 #intothehorizon #teamsns https://t.co/QkLizeneFS
## 2037                                                           RT @le_sserafim: [#오늘의르세라핌]\n221129 @ 2022 MAMA AWARDS\n\nFAVORITE NEW ARTIST LE SSERAFIM 🫶🏆\n\n#LE_SSERAFIM #르세라핌 https://t.co/kfoxdXQmUa
## 2038                                                              RT @FlixMcMahon: REEL RAP PRESENTS:\nDIRECTORS CUT 🎬\nMAIN EVENT: \n@FlixMcMahon VS @DonMarino305\n🗓DECEMBER 3RD\n⏰️1PM-7PM\n🏖FORT PIERCE, FLORID…
## 2039                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 2040                                                                    RT @prakashraaj: Is it because it may affect Gujarat Election results #justasking ….BJP's BL Santhosh Won't Be Questioned For Now In Telang…
## 2041                                                                     RT @amli_art: @GothlyticalArt @illustrata_ai @joynxyz @bl_artcult What a fun way to use this tool and got some great work out of too! Just…
## 2042                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2043                                                                   RT @GothlyticalArt: @illustrata_ai @joynxyz @amli_art @bl_artcult "The House"\nMy biggest stress in my life reimagined. I utilized img2img t…
## 2044                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 2045                                                                    RT @ArtificialCrows: @illustrata_ai @joynxyz @amli_art @bl_artcult These are about our personal experience with DID, plus a dash of what mo…
## 2046                                                                RT @ErotemeArt: @illustrata_ai @joynxyz @amli_art @bl_artcult 'The Green Man'\n\nI love using skulls and trees together in my art.\n\nThe inext…
## 2047                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2048                                                                                  RT @WorldNfts: @illustrata_ai @joynxyz @amli_art @bl_artcult Dreams are free 💫\n#expressionwithmeaning https://t.co/tgwGS0PW9P
## 2049                                                                                                                                                             RT @DIN0FILMS: Wonu’s child https://t.co/bzFW9dZKpY
## 2050                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2051                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2052                                                                    RT @timblessing101: @_RTadyJerry @Sparkybwoii2 @sparkybwoi @FynBoyAjebutter @matthiannaji @emmalee029 @DangoteOfData @1OfficialEugene @_bl_…
## 2053                                                                    RT @Army_Connect: #Dreamers also could have debuted at #1 on the Global excl. US chart if @YouTube, @youtubemusic, @TeamYouTube counted all…
## 2054                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2055                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2056                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2057                                                                                                                                                 RT @BigDaddyShaky: ALL BL🖤CK EVERYTHING https://t.co/tRrThH4zku
## 2058                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2059                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2060                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2061                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2062                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2063                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2064                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 2065                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2066                                                                RT @RealTimeNews10: SNATCH &amp; GRAB OF LOTION: Giant 1000 Bl. of Fairlawn Ave. Laurel, MD. Laurel PD on scene investigating a theft in the st…
## 2067                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2068                                                                                                                             RT @TWDPromos: Rick Grimes in #TheWalkingDead S1 vs. S11🔥🔥🔥 https://t.co/A45faoo26K
## 2069                                                               RT @BLUPDATE2022: 🚨 [CONFIRMED] AIRING THIS DECEMBER 2022\n\n1 - #OhMyAssistant 🇰🇷\n2 - #609BedtimeStory 🇹🇭\n2 - #MySchoolPresident 🇹🇭\n9 - #Sem…
## 2070                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 2071                                                             RT @thisis153cm: Q. What's your request to be accepted from each other?\n\nF : Pls be kind to me &amp; do whatever I want \nP : I'd like Fort to p…
## 2072                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2073                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2074                                                                   RT @PigRabbitTay: P'Cheewin: Why does Seng would like 2 put his head on your shoulder?\nBL: Maybe my shouder r warm.\nP':I see, I've nothing…
## 2075                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2076                                                                    RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 2077                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2078                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2079                                                                                                                                                                  RT @itswords_: You’re my favorite notification
## 2080                                                                                              RT @Jongdaisy_: WHO IS THE CUTE BOY THAT STRUGGLED WITH ENGLISH IN JO1?!\n\n#MAMA2022 #JO1 https://t.co/13YMjaOIv2
## 2081                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 2082                                                                                                                          RT @Lusine_wrd: @bl_hkg @roxysshi Yup they really said it here https://t.co/aMKkotjZ3P
## 2083                                                                                             RT @veri6918: This manhwa is awesome! I can't get enough of it!\n \n#Blender3d #tgcf #BL\n\nhttps://t.co/ExBLyKGyUv
## 2084                                                                                                             RT @naayizhan: your BL is one of the best 🫶\n\n#MyToothYourLove #我的牙想你 https://t.co/CYYEB6mofz
## 2085                                                              RT @GianlucaMeschi9: Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst 🇪🇪 #…
## 2086                                                                        RT @official_jo1: [#金城碧海]\n🤟🏻👅MAMA🌍JAM !! \n\n ILOVE   YOU!!    😈 💋\n\n#MAMA2022\n#JO1 #KINJOSUKAI #스카이 https://t.co/vBgRcgpKxT
## 2087                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2088                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2089                                                                  RT @sususiaoo: 🗣️: p'peat have you gifted him your present or not?\nP: actually, I already prepared it\nF: HUYY\nP': it's a secret first, soon…
## 2090                                                                                                                                              RT @gabrimoonn: coronation of lana del rey https://t.co/7VaFi8ygZe
## 2091                                                                 RT @sususiaoo: 5 of the person or 1 person but 5 Years old?\nF: i request for 5 years old Peat. 5 of him will give me a headache\nP: Why? 🤨\nF…
## 2092                                                                  RT @nftwithu: @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this wonderful work from @Monathereum\n\n"Joyfull Innocenc…
## 2093                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2094                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2095                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2096                                                                    RT @MFA_Ukraine: FM @DmytroKuleba: “The last time I attended a #NATO ministerial, I came with three words: weapons, weapons, and weapons. T…
## 2097                                                              RT @GianlucaMeschi9: Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst 🇪🇪 #…
## 2098                                                                    RT @syafulizwan: @ssyazwanaa With all the GE15 tension that divide some of us, I really feel the next Malaysian Open 2023 should be the bes…
## 2099                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2100                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2101                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 2102                                                                      RT @BL_Scenery: OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, every Tuesd…
## 2103                                                                                                            RT @FrancisViiperi: Most Awaited BL Series! #NeverLetMeGo #PondPhuwin @GMMTV https://t.co/uJL7omU76E
## 2104                                                                              RT @bts_bighit: Run BTS! 2022 Special Episode - 'RUN BTS TV' On-air Part 2\n(https://t.co/aD1o9LMlD0)\n\n#RunBTS #달려라방탄 #달방
## 2105                                                                    RT @HOAChannelPH: #RainbowPrince lead stars Adrian Dionisio and Eurwin Canzana personally invite you to catch Asia's first musical BL serie…
## 2106                                                                    RT @Rts_WW: RT herefshyfshy: @Duezii @BlazedRTs @SGH_RTs @thgc_rts @Rts_WW The horrific yell as I slipped off the balloon would have been a…
## 2107                                                              RT @shipper_diary: That’s all you’re asking for Fort?? \n\nYou’re too nicee 🥺🥺\n\nUse your birthday privilege, my boy 🤭🤣\n\n#FortPeat #TellerxFor…
## 2108                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 2109                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 2110                                                                    RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 2111                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 2112                                                                    RT @yukowonjeon: cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer — Right!…
## 2113                                                                                         RT @ATinyStrayUni: Omg #JO1 are so cute and charming. Who was the cutie stumbling over his acceptance speech? So sweet.
## 2114                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 2115                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 2116                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2117                                                                    RT @bnrlibrarian: toh bellowing “that’s my wife!!!” about the big boyfriend physically wrapped around his body is maybe one of the greatest…
## 2118                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2119                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2120                                                                    RT @sasa_n_00: @MuzPsycho100 It's an official chapter from the anthology that's about making a mp100 doujin and Reigen just keeps trying to…
## 2121                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2122                                                                    RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 2123                                                                                                                                                               RT @mgcarchvs: baby &lt;3 https://t.co/uOgtxv1rAY
## 2124                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2125                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2126                                                                                                                                                               RT @Disruptren: gmmtv write your own bl challenge
## 2127                                                                                                               RT @lostinyosemite: me singing dealer by lana del rey when i’m home alone https://t.co/DDKazlsgJm
## 2128                                                                                                                             RT @Crhedrys: At times I ask myself, are these people real? https://t.co/9rIlQTg3wB
## 2129                                                                  RT @britishlibrary: Liven up the colder evenings with our autumn season of events…\n\nEnjoy rare screenings of classic films, discover fascin…
## 2130                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2131                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2132                                                                RT @jvang199027: Lastly!! On today's magical BL trip, I visited the #Swapping Cafe. Mannnnn!! They went all out this time around 🤩\n#스와핑 #BL…
## 2133                                                                                                                RT @TrollFootball: USA players last night before their game against Iran https://t.co/L9eBJyNsvD
## 2134                                                                    RT @thehawkeyex: g) Now one side J¡hadists group recruite them and on another side there has been a bloodied incident of massacre in 2017 w…
## 2135                                                                  RT @theseoulstory: [#2022MAMA] 🏆 Congratulations to IVE for winning the Favorite New Artist today at ‘2022 MAMA AWARDS’ today! 🎉 \n\n@MnetMAM…
## 2136                                                                  RT @temsbaby: Thank God for Great counsel. \nThank God for good health and growth. \nNot many can take out time even if they wanted to. They’…
## 2137                                                                   RT @temsbaby: So much growth this year. I’m here for my fans. I have worked so much on myself. It will all make sense when it happens. \nI s…
## 2138                                                                    RT @thecarfactoids: Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the faste…
## 2139                                                                           RT @temsbaby: I just a baby!! I’m gonna show off. \nYou don’t like it? Fuck you from the bottom of my heart🙏🏿 https://t.co/OvCjF98jdb
## 2140                                                                                                                  RT @delicioussthing: perth and chimon as a side couple in this new bl? well shit. i am seated.
## 2141                                                                    RT @temsbaby: I don’t know who needs to hear this but I am not your Christian saviour. I didn’t come here to uphold your beliefs about God.…
## 2142                                                                   RT @temsbaby: I don’t brag because I’m not playing the same game. I don’t need to brag, I am who I am whether you know it or not.\nIt is the…
## 2143                                                                                                                                                                               RT @temsbaby: Thank God I’m free.
## 2144                                                                                                                                                                             RT @ppnaravit: @phuwintang handsome
## 2145                                                                RT @MiyakeHaruko: "Hey! Heard you also like BL, hope you don't mind me sitting beside you~"\n\nCommission from: @SeikiDraws \n\n#ENVtuber #PHVt…
## 2146                                                                                           RT @BookshopGlasgow: “Hell is empty and all the devils are here.” — William Shakespeare...... https://t.co/iT6Kkh7GEY
## 2147                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2148                                                                    RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…
## 2149                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2150                                                                                         RT @asakemusik: Let’s the December madness start Now !!!! (Organized chaos)\n.\n🎥 @boy_director https://t.co/rxZRXMG4wz
## 2151                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2152                                                                                                                                               RT @Simp_tuyo: @Beelce_ BL\nBlue Lock\nBoys Love\nBlue Lock = gay
## 2153                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2154                                                                    RT @kpophappenings_: when that kpop idol was given a homophobic question by asking him if he cringed when he saw his member act in a BL dra…
## 2155                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2156                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2157                                                                                                                                  RT @thesheddyking: Person wey organize tutorial cry comot from exam hall today
## 2158                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 2159                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 2160                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2161                                                                    RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…
## 2162                                                                                                   RT @JAYFUSED: #TellerxFortPeat \ni love you                           i love you more https://t.co/mzvWgRO36i
## 2163                                                                                                                                           RT @zzpopzz: them with aranaras\n#xiao #venti https://t.co/iHtJYi7epU
## 2164                                                                                          RT @peatws: Peat and his unlucky hands 🤣\n\n#TellerxFortPeat \n#FortPeat #FortFTS #Peatwasu\n\nhttps://t.co/G90y3M7xrr
## 2165                                                                                                                                                              RT @BBBui6969: so sweet!😘😘😘😘😘\n\n#TellerxFortPeat
## 2166                                                                  RT @___5O6O: Thank you for your hard work every day.🫡\nToday too, #FortPeat was cute.❤️💙\nIt was a happy day.Thank you. 🙏🏻💕\nGo home safely an…
## 2167                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2168                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 2169                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2170                                                                    RT @Jharkhand_cho: #MDNHMJH #stopoverloadingchos @mansukhmandviya @BannaGupta76 @MoHFW_INDIA @HLTH_JHARKHAND @AyushmanHWCs @PMOIndia sir ga…
## 2171                                                                    RT @JacksonWang852: Was just at the night market, Plz dont stand in the rain … it’s not worth it. I can’t accept the fact that no one there…
## 2172                                                                           RT @BamBam1A: sorry for the "can you leave?" 😅\ni really don't know how to do it\n\nif you have a twitter please show your self here😭
## 2173                                                                                                                                        RT @MillsReggie: Never lose faith. Keep working hard, you’ll find a way.
## 2174                                                                    RT @Kpop_Herald: [#2022MAMA] @IVE_twt you girls look amazing tonight @MnetMAMA. Congrats once again! 🏆🔥🤎 #ive #MAMAAWARDS https://t.co/d4af…
## 2175                                                                                                                                            RT @peoplelove2talk: I love ❤️ olivia rodrigo https://t.co/chNdHBU6Vk
## 2176                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 2177                                                                                                          RT @ivepics: gaeul performing nmixx – o.o at mama awards #MonsterRookiesAtMAMA https://t.co/QYfMv12rnK
## 2178                                                                    RT @UntoldLives: Gunner William Ruxton was discharged from the Bombay Artillery in 1859 after 23 years’ service because of old age, loss of…
## 2179                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 2180                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2181                                                                                                      RT @yiruyu: "don't worry Ventea im gonna save you!!" \n#原神 #xiaoven #xiao #venti https://t.co/csca3KvbBT
## 2182                                                                                                                                                         RT @sadtruthwords: I hope this year has a happy ending.
## 2183                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 2184                                                        RT @BLUPDATE2022: SOUTH KOREA | From the same producer of ‘Blueming’, KENAZ's “#TheDirectorWhoBuysMeDinner #밥만잘사주는이상한이사님” starring Park You…
## 2185                                                          RT @BLUPDATE2022: JAPAN | BL Horror Movie “#グランギニョール #GrandGuignol” premieres October 28th in theaters.\n\nStarring Komiya Rio (#EternalYeste…
## 2186                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 2187                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2188                                                                                                                                      RT @BLAsia_Africa: Don't miss the December film screenings @BL_IndianPrint
## 2189                                                                               RT @UrFujoshiSister: Gmmtv serving us a quality BL Series for the last minute of 2022 #NeverLetMeGoSeries https://t.co/d8wBq9cEaq
## 2190                                                                                                                  RT @dkz_dy: [📸] 221129 2022 #MAMA AWARDS\n\n❤️🐯🐰🐹🐱🐻🦊💙\n\n#DKZ #디케이지 https://t.co/jLEWmXNs5b
## 2191                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2192                                                         RT @yaoi_you: Smooches~✨ (〃∆〃)ゞ💕\n\nLook at Sasaki's expression in the first image, how cool (~0³0~)💙\n\n(Via Sasaki &amp; Miyano, licensed by Yen…
## 2193                                                                 RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 2194                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2195                                                                    RT @littledunk0110: I'm already a picky person when it come to BL series and now they've made my standard become higher.\nFort and Peat are…
## 2196                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2197                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2198                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2199                                                                 RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 2200                                                                                                                                                 RT @ElevenElevenQts: ⠀\n\n             Is your heart okay?\n\n⠀
## 2201                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2202                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2203                                                                                                                                           RT @ElevenElevenQts: If I'm weird with you, I'm comfortable with you.
## 2204                                                                                                RT @kchartsmaster: 🏆 Congratulations ENHYPEN for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS.
## 2205                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 2206                                                                                                                                          RT @puppydragons: Bl actors sitting together 🫦 https://t.co/JqkFtUwkck
## 2207                                                                     RT @Anne_MarieBrady: I stand with the people of China who are bravely protesting against their government. A4 white paper is being used as…
## 2208                                                                   RT @sususiaoo: Look at their happy lil dance when the emcee mentioned that there are 40k+ people watching their live 🥺🥺\n#TellerxFortPeat ht…
## 2209                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2210                                                                                                                                                       RT @lheesoftie: tags for #enhypen https://t.co/kPP29NGFZ7
## 2211                                                                                                         RT @onlyhereforbkpp: "without leniency and with no exception". as they deserve. https://t.co/siD4NuJnel
## 2212                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2213                                                                                            RT @ivepics: an yujin performing le sserafim – fearless at mama awards #MonsterRookiesAtMAMA https://t.co/HRURugBoPZ
## 2214                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2215                                                               RT @losnahij21: WTS/LFB\n\nThe 🍕 Delivery Man and Gold 🏰 BL Pbox - 220php set\nPearl Boy - 220php set\n\npls help RT @krmanhwa_market @kr_retwee…
## 2216                                                               RT @losnahij21: WTS/LFB\n\nPunch Drunk Love BL Pbox - 110php set\nSecret Relationships - 110php set\n\npls help RT @krmanhwa_market @kr_retweete…
## 2217                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 2218                                                                RT @losnahij21: WTS/LFB\n\nBL pbox - 50php/each (HMT, ULS, Big Apple, Lover Boy, AMOV)\n\npls help RT @krmanhwa_market @kr_retweeter thank you!…
## 2219                                                                    RT @BlackLo39629533: The hardest thing in life is having feelings in your heart that you can't put into words. that is pure feelings of lov…
## 2220                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 2221                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 2222                                                                                                           RT @_cloudiary: 2022 MAMA #NMIXX #IVE #NewJeans #LE_SSERAFIM #Kep1er Cheer up https://t.co/AhB2oe7KsO
## 2223                                                                                                                                                    RT @WeiWeiPonGege: Girl groups , BL and other gay activities
## 2224                                                                 RT @Kanjengirene_: Billkin Entertainment &amp; PP Entertainment appointed lawyer Jen Phaisit to proceed with pressing charges against some acc…
## 2225                                                               RT @LaliceUpdates: RT &amp; Reply for \n#HotTrendingSongs 🥺⬇️\n\nCan't wait to see #LISA perform #LALISA and #MONEY in Europe! Also hoping to see…
## 2226                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2227                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2228                                                                  RT @loveinPPE: PerthChimon -\nDangerous Romance directed by Lit Samajarn.  \nThe most exiting as it's GMMTV Original BL series, not adaptatio…
## 2229                                                                  RT @MnetMAMA: [#2022MAMA_Moment] WORLDWIDE FANS' CHOICE #treasure\n\nBig congrats on winning for 'WORLDWIDE FANS' CHOICE' at 2022 MAMA AWARDS…
## 2230                                                                  RT @LaliceUpdates: Lisaaaaaaa 😍😍😍 @MnetMAMA \n\n#NETIZENSREPORT #LISA for Asian Celebrity of the Year #ACOTY2022 @thenreport https://t.co/ZXP…
## 2231                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2232                                                                                                                RT @MemindyOfficial: Happy Birthday @fort_fts 🥰🥳\n\n#OurSmile22ndFortDay https://t.co/vnZcINkmu4
## 2233                                                               RT @forgot7ss: YOUNGJAE ACCEOTED AND SUDDENLY STARTED SINGING NANANA! \n\n#GOT7_144pLIVE #GOT7 @GOT7 #갓세븐 #GOT7Win2022MAMA https://t.co/cGgkS…
## 2234                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 2235                                                                                                                       RT @b_beauniiz: Congratulations 💚🕊️\n#GOT7Win2022MAMA\n#GOT7 @GOT7 https://t.co/oDEmijPXsz
## 2236                                                                 RT @youngandlynn: 🍑: Ahgasaes, as we will always do our best as GOT7, so please send us lots of support and love.\n\n🥹🫠💚😭🥰\n#Jinyoung #GOT7 #G…
## 2237                                                                                  RT @cclodye: bible after vegas crying scene with pete. he looks so sad 🥺\n\n#biblewichapas #biblebuild https://t.co/7CTSMxeTFv
## 2238                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2239                                                             RT @Quinny_il: HBD Albedo ☺️❤️ I just realized that this is the same pose I drew last year 😂My style has changed a lot\n\n#albelumi #アルベド生誕祭2…
## 2240                                                                                   RT @STORY_EarthMix: 🗓 DMY : 29/11/65\n\n💌 น่ารัก 🥰\n\n📮IGSTORY : theearthe \n\n#EarthPirapat #เอิร์ทพิรพัฒน์ https://t.co/903l1KAvSf
## 2241                                                                                                  RT @mcaryeong: Using the same filter is one of em favorite things😌\n#เอิร์ทมิกซ์ #EarthMix https://t.co/cM9lMHNnxa
## 2242                                                                                                                                                RT @hanmdin: 「affection」#類司 #prsk_BL https://t.co/M7USPb3RT9
## 2243                                                                    RT @britishlibrary: This #GivingTuesday help us care for our collection by adopting a book from our list of classics from Little Women to A…
## 2244                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2245                                                                    RT @lalaforSK: It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need to be with…
## 2246                                                                                                                          RT @BamBam1A: You guys did it!\nThank you IGOT7💚\n#IGOT7 #GOT7 https://t.co/Tau8uzoHAn
## 2247                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2248                                                                   RT @hammie_yuyu: so Kit joined other actors in the anti-breast cancer campaign - QSCBC (Queen Sirikit Center for Breast Cancer) \nthis is th…
## 2249                                                                       RT @EarthMixxJFC: [2022-11-29]\nIGS Update!\n\n🥰🤎💕\n\ncr. theearthe \n\n#EarthPirapat #ชาวโลก\n#EarthMix #เอิร์ทมิกซ์ https://t.co/TiQVk85hoG
## 2250                                                                                                                        RT @syafulizwan: PRYSM boleh jadi media of the year sebab BL🇲🇾 is the FAN OF THE YEAR 😁🔥
## 2251                                                                                         RT @cosplayer_lex: #개차반 #오늘만사는형제\n류난무🚬\n\n(LezhinComics&amp; Bomtoon\n bl webtoon) https://t.co/p7Hb3QfZC2
## 2252                                                                        RT @EarthMixxJFC: [2022-11-29]\nIGS Update!\n\n👨🏻‍🎓🫶🏻\n\ncr. mixxiw \n\n#mixxiw #ส่วนผสมของมิกซ์\n#EarthMix #เอิร์ทมิกซ์ https://t.co/IC3ux1rI9y
## 2253                                                                    RT @btstatsreminder: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 2254                                                                RT @SupportForMT: 🎉Congratulations GOT7 2022 MAMA AWARDS 🎉🎉🎉\n\nWorldwide Fans' Choice top10🥹\n#GOT7Win2022MAMA\n#GOT7 @GOT7 https://t.co/Ek7uW…
## 2255                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2256                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2257                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2258                                                                    RT @thordiskolbrun: We, the Ministers of Foreign Affairs from 🇪🇪🇫🇮🇮🇸🇱🇻🇱🇹🇳🇴🇸🇪, are in Kyiv today in full solidarity with Ukraine. Despite Ru…
## 2259                                                                    RT @biwkeen: congrats holdxxxxxxx pantxxxxxx bkrxxxxxxxx gooddxxxxxxxx kinbxxxxxxx telexxxxxxxx trutxxxxxxxx lovebxxxxxx oneyxxxxxxxx handx…
## 2260                                                                    RT @britishlibrary: This #GivingTuesday help us care for our collection by adopting a book from our list of classics from Little Women to A…
## 2261                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2262                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2263                                                                    RT @oohmpieng: just when bkpp em and ohmnanon retired... filmjam become an established pair. im afraid ill stay on bl twt forever https://t…
## 2264                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2265                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2266                                                                    RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…
## 2267                                                                                                                                       RT @dkz_dy: #종형 #JONGHYEONG\n2022 MAMA AWARDS 🍀 https://t.co/tjWKaMuX6V
## 2268                                                                    RT @L1PGL0SSHONEY: my chemical romance ‘NJ hardcore’ my ass. mcr is like if you gave a theater kid access to a recording studio and nuclear…
## 2269                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2270                                                                                       RT @JAYFUSED: Oh my god, Fort... I don't have anything to say to you anymore...\n#TellerxFortPeat https://t.co/MhOdi5xd0G
## 2271                                                                                                           RT @charts_k: .@BTS_twt extends their record as the artist with the most Daesangs of all-time (68). 🏆
## 2272                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2273                                                                    RT @charts_k: Congrats to @BTS_twt for winning the "Worldwide Icon of the Year" Daesang at 2022 MAMA, their 5th consecutive year to achieve…
## 2274                                                                                                                                   RT @sprinklesss1: Personal space? FORTPEAT don't know that 🫢 #TellerxFortPeat
## 2275                                                                                                                               RT @milkteawlessice: Peat's luck has been taken by Fort today\n\n#TellerxFortPeat
## 2276                                                                                                                                       RT @JAYFUSED: wait... it's him😭\n#TellerxFortPeat https://t.co/xbqK0zQGr1
## 2277                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2278                                                                   RT @visegrad24: After February 24th, the Russian Army took 119 000 square kilometers of Ukrainian territory.\n\nUkraine has now liberated 75…
## 2279                                                                                                                        RT @lgbtanime: im fighting the hacker someone send me bl manhwas https://t.co/xQzoeO5jjD
## 2280                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2281                                                               RT @losnahij21: WTS/LFB\n\nThe 🍕 Delivery Man and Gold 🏰 BL Pbox - 220php set\nPearl Boy - 220php set\n\npls help RT @krmanhwa_market @kr_retwee…
## 2282                                                                            RT @charts_k: “Dreamers” by @BTS_twt Jungkook earned the #1 top song debut on Spotify Global this weekend! 🌎 https://t.co/jaH3O1WEfx
## 2283                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 2284                                                                    RT @worlcuppa: Also #mynameisnanon has always thought he's so much better than #ohmpawat, who did 5 BL roles which he has laughed at. He al…
## 2285                                                                RT @charts_k: According to Big Hit Music, Suga's own talk show 'Suchwita' is a talk-show type content where Suga drinks &amp; talks frankly wit…
## 2286                                                                    RT @worlcuppa: lol #mynameisnanon only care about the optics of  "bkpp and other big artists sharing the stage with NNN," it's all about sh…
## 2287                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2288                                                     RT @matchboxfilm: 📸&lt;Choco Milk Shake&gt; Couple poster ‘Jungwoo💗Choco’\n\nBL fantasy romance &lt;Choco Milk Shake&gt;\nOctober ‘STRONGBERRY’ will be sh…
## 2289                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2290                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 2291                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2292                                                                    RT @BLUPDATE2022: W-Story revealed #MrHeart stars Han Sejin and Cheon Seung Ho will be having their guest appearance in 2023 Office Rom-Com…
## 2293                                                                    RT @Pawankhera: Dear Ambassador Gilon, kindly do not defame my country. India respects and loves its guests. We believe in ‘Vasudeva Kutumb…
## 2294                                                               RT @matchboxfilm: " I am the most important. "\nActor Kim Seonghyeok as the inverted cuteness chic Kitty Milk\nThe character poster for &lt;Choc…
## 2295                                                                                                          RT @charts_k: .@BTS_twt's "Yet To Come" has been certified RIAJ Gold in Japan (50,000,000 streams) 📀🇯🇵
## 2296                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2297                                                                                                                     RT @charts_k: "Dreamers" by @BTS_twt Jungkook debuts at #1 on the Digital Song Sales chart!
## 2298                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 2299                                                                    RT @TomFitton: The Republican silence, relatively speaking, about the abuse and targeting of @ElonMusk by the Left gov/corporate/media/acti…
## 2300                                                                 RT @matchboxfilm: "I love you, from the day we first met."\nActor Lee Jaebin as Puppy Choco, who loves only Jungwoo\n\nSpending time with a do…
## 2301                                                                     RT @culturedwithM: Fort did the punishment for Peat but Peat felt bad so he did it to. The instant regret on Peat’s face after putting the…
## 2302                                                                RT @urfaveshipper: I dont even have to guess but Fort loves it when Peat does that puppy eyes and soft  voice 🥹 \n\n#TellerxFortPeat\n\nhttps:/…
## 2303                                                                  RT @vmingoa: Respectfully disagree with Ambassador Gilon on all counts. \n\nNadav Lapid represented the jury @IFFIGoa, not Israel. His commen…
## 2304                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2305                                                           RT @WayV_official: Teaser Image 1 #TEN\n\n\nWayV The 4th Mini Album 〖Phantom〗\n➫ 2022.12.09 (CST/KST)\n\n#WayV #Phantom\n#WayV_Phantom \n#WeiShenV…
## 2306                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2307                                                       RT @PPKRITT_DAILY: [INSTAGRAM FOLLOWERS]\n29.11.22 &lt;08:00 PM&gt;\n\n3,614,516 (+4,563)\n\n📌 Follow: https://t.co/6o3Z6cQfJh\n\n#ppkritt @ppkritt #lov…
## 2308                                                                  RT @BLUPDATE2022: W-Story's upcoming BL “#준과준 #JunAndJun” starring Ki Hyun Woo, Yang Jun Mo, Jo Chan Hyun, and Park Hyeong Seop will start…
## 2309                                                                   RT @EerikNKross: Are we still using this creepy "we stand with Ukraine as long as it takes"? \nWhat is "it" in this equation? Until the last…
## 2310                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2311                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2312                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 2313                                                                                                                                   RT @scarapics: SCARA WANTERS WILL BE SCARA HAVERS !!! https://t.co/k46XGdr8mL
## 2314                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 2315                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 2316                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2317                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2318                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2319                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2320                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 2321                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2322                                                                    RT @MargoGontar: After each russian attack, black out, when electricity restored again, the next who Ukrainians are thanking and hailing, a…
## 2323                                                                    RT @abtheflame: LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled "Honora Medicum" at the Dr. Robert…
## 2324                                                                                                         RT @choizeep98: Peat look so smol right here, ugh! I wanna keep him in my pocket 😩😩\n\n#TellerxFortPeat
## 2325                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 2326                                                                                                                                                         RT @milkteawlessice: OMG❤️😵 I'M DEAD\n\n#TellerxFortPeat
## 2327                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 2328                                                                                                   RT @hikaru_clipper: Goodbye lider at least you have cool friends in vtuber heaven now https://t.co/FDwA6bKxxl
## 2329                                                                                                                        RT @MarsusVee: @hunncut @elinorodonovan This must be part 2 then https://t.co/Qs7tL8utTV
## 2330                                                                    RT @hunncut: @elinorodonovan Man goes to doctor. Says he's depressed. Doctor says, "Treatment is simple. Great clown Pagliacci is in town t…
## 2331                                                                                      RT @puppybiw: billkin is listed as one of the Top50 influential people 2021/22 in this magazine!!🥺 https://t.co/SufQNuBhUS
## 2332                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2333                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2334                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2335                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2336                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 2337                                                                    RT @britishlibrary: 13 years after Oliver’s first appearance in print, Dickens wrote about his continuing concern with the ‘elevation of th…
## 2338                                                                                                                                               RT @kootroll: #โอมนนน : just stay with me https://t.co/9ABV8SHSBl
## 2339                                                                                                                                                         RT @wordsbyexo: chen's letter 💌 https://t.co/5n6Hyb4XYc
## 2340                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2341                                                                     RT @_FriendUnfriend: Just exactly how many pics and poses are there left? 😜\n#ohmpawat\n#mynameisnanon\n#แบรนด์คึกCup https://t.co/rFaZmT5C70
## 2342                                                                                                                                            RT @porr_patlnwza55: MY OHMNANON 😭😭😭 #โอมนนน https://t.co/7Gr8U0UdqI
## 2343                                                                                                                                     RT @ohmnonboba: *Insert crying noises* \n#โอมนนน\n\nhttps://t.co/AlyHUzQxvk
## 2344                                                                         RT @BlerdyOtome: JAST BLUE to bring Varenyett’ BL Visual Novel, ‘Sorcerer’s Choice: Angel or Demon’ to the West https://t.co/lw8DjvtOBi
## 2345                                                                 RT @jodanspace: Warning spoiler ⚠️\n\nThe handsome killer in black 🖤 unusual look with his hair down 🥵\n\nSender terta3man Ta3man dari update l…
## 2346                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2347                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2348                                                                  RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 2349                                                                  RT @BLUPDATE2022: GMMTV's #NeverLetMeGoSeries starring #PondPhuwin premieres on December 13.\n\nDepicts the story of the son of a mafia leade…
## 2350                                                                                                                                                RT @porr_patlnwza55: THATS SOOO DOMESTIC https://t.co/WKoveyd1on
## 2351                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2352                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2353                                                                                                                                        RT @porr_patlnwza55: *bish u cld never* COMEBACK https://t.co/RJkVDumOb2
## 2354                                                                                                                                                   RT @kthsorion: they are my number 1s  https://t.co/KuMpfFcYji
## 2355                                                                                                                  RT @Conchetu_art: @Kagariasama_bl @0mxmO Coincidentally, my unicorn asked me the same question
## 2356                                                                                                                                                       RT @yumiyoum: oh my god, my heart 🥰🥰🥰\n\n#TellerxFortPeat
## 2357                                                                                                                                          RT @ohmnonboba: OH MY OHMNON 🥹😭🥹😭🥹\n#โอมนนน\n\nhttps://t.co/Z4qXtKkJGh
## 2358                                                                                                                                                           RT @ppnaravit: @perthppe @Chimonac @phuwintang my bro
## 2359                                                                 RT @Ammi_forBB: POLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t.co/nZ1CmJVsNN \n\n#BibleWichapas #bsumone @biblesumett\n#B…
## 2360                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 2361                                                                                                                                      RT @BLAsia_Africa: Don't miss the December film screenings @BL_IndianPrint
## 2362                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2363                                                              RT @MnetMAMA: [#2022MAMA_Moment] #SuperCali (MAMA ver.) by #jo1 #제이오원\nThey made the best night for us tonight! 🌠🎶\n2022 MAMA AWARDS is now o…
## 2364                                                                 RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…
## 2365                                                                     RT @honeyonasho: for those who are asking for the "who is the one who talked in english in jo1" or "who's the cute guy that talked in jo1"…
## 2366                                                                                                                                                RT @JAYFUSED: @anannnw anan wtf......... https://t.co/4S5yaD9Dtt
## 2367                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2368                                                             RT @shipper_diary: Peat lost again!!!\n\nPunishment is to eat lemon\n\nMC: Do TLC and ask Fort to help\n\nP: Fort, do you love me?\n\nF: Ask me in…
## 2369                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2370                                                                    RT @shipper_diary: P’PEAT LOST THE GAME AND HAD TO BEG FOR TLC FROM FORTTTT\n\nOMGGG BEST DAY EVER FOR FORTT 😆😆😆\n#TellerxFortPeat #FortPeat
## 2371                                                                    RT @johnbilcliffe: Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley USAF EC…
## 2372                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2373                                                                    RT @Daily_JK97: .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploaded by FIFA has finally been inclu…
## 2374                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2375                                                                 RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…
## 2376                                                                    RT @BL_Scenery: PILOT TEASER | "It's destiny to meet but not to live together." A Period Romantic Drama of #Mindtrio's 2023 #BL project, "W…
## 2377                                                                                                                         RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc
## 2378                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2379                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2380                                                                    RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 2381                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2382                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2383                                                                                                                                                          RT @pun_rii: Make mora ! 😅💰💰🪙🪙 https://t.co/9VESIyqrKS
## 2384                                                                                                                                          RT @weirdlilguys: it do be like that sometimes https://t.co/91iDxUtJve
## 2385                                                                  RT @yinwar_army: pyin: Nong War 😍\nPwar: phi yin 😍\n\nI love hearing them reverse calling it's so cute like waryin.\n\n#YinWarxCHABAA #หยิ่นวอร์…
## 2386                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2387                                                                                                              RT @bangtinyboyys: When BTS turned mama into their own concert so iconic \nhttps://t.co/S38feS9QEo
## 2388                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 2389                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 2390                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 2391                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2392                                                                  RT @CCockburn2: The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou can find…
## 2393                                                                                                                RT @Ioverspring: kit talking about bisexual representation i am in Tears https://t.co/kUhxFE1GBZ
## 2394                                                                                                                        RT @KNITEcoser: Day 2 of AFASG @animefestasia was Zhongli day 😳🤎 https://t.co/TZKOBk5zYw
## 2395                                                                                                                   RT @theastays: the fact that THIS is skz’s most heterosexual member😭  https://t.co/fjBkv3rTqj
## 2396                                                              RT @Tappy_toon: COMING SOON ⏳\nAgain\n\nDo you believe in karma? \n\nJust as Nokyoung thought he had lost everything, he woke up in the past, be…
## 2397                                                                  RT @babyfeat_bonoh: #TellerxFortPeat #Fortthitipong #FortFTS #peatwasu #prapaisky #captainpeat #ComeFortZon #babyfeat \n\n😌🤏🥺....their nickna…
## 2398                                                                                                            RT @urfaveshipper: I prefer if they use their lips to remove that sticky notes 😤\n\n#TellerxFortPeat
## 2399                                                                                                                                                  RT @shipper_diary: They are so cuteeee 😆😆😆\n\n#TellerxFortPeat
## 2400                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2401                                                                                              RT @chenjouyin: Guys, please only use a single hashtag na, lets boost the current hashtag first.\n#TellerxFortPeat
## 2402                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2403                                                             RT @WarnerMusicPH: 2022 is for GOT7 and Ahgases 😭💚\n\nGOT7 winning Worldwide Fans’ Choice at #MAMA2022 Awards! 🥳 \n\n#GOT7_NANANA #GOT7 #갓세븐 @G…
## 2404                                                                  RT @sevendless: GOT7 winning Worldwide Fans’ Choice at #MAMA2022 and invidual thank you messages from all members!\n\n“A perfect example of a…
## 2405                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2406                                                                                      RT @BlackLo39629533: Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 2407                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2408                                                                    RT @DarrylMagher: @CTighfield Bl**dy hope so....the Yew Tree is having developments put on and around it that will affect it, and this is j…
## 2409                                                                                                                          RT @BamBam1A: You guys did it!\nThank you IGOT7💚\n#IGOT7 #GOT7 https://t.co/Tau8uzoHAn
## 2410                                                                                                                        RT @Teamyingg7: GOT7 FOREVER 💚\n\n #GOT7Win2022MAMA\n#GOT7 @GOT7 https://t.co/vy0b3DF9mp
## 2411                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2412                                                                RT @WorldRugby7s: He carved it up in Hong Kong 🔥\n\nWill we see more of the same from Aaron Grandidier at the #Dubai7s this weekend?\n\n#HSBC7s…
## 2413                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2414                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2415                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2416                                                                    RT @GoldenJKUnivers: We request that you clarify and rectify this situation that costed the song a position in multiple Billboard and YouTu…
## 2417                                                                    RT @shivamk456: @GauRakshaBill @313vated @theskindoctor13 @ianuragthakur @smritiirani @KirenRijiju @narendramodi @PMOIndia @AmitShah Absolu…
## 2418                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2419                                                                    RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…
## 2420                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2421                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2422                                                                    RT @worlcuppa: Also #mynameisnanon has always thought he's so much better than #ohmpawat, who did 5 BL roles which he has laughed at. He al…
## 2423                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2424                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 2425                                                                    RT @worlcuppa: lol #mynameisnanon only care about the optics of  "bkpp and other big artists sharing the stage with NNN," it's all about sh…
## 2426                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 2427                                                                 RT @OlenaHalushka: Few more russian strikes will cause full blackout. Missile defense, which we get from partners &amp; appreciate much, can't…
## 2428                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 2429                                                                  RT @shipper_diary: MC said that’s it’s Fort’s birthday today so is there anything he want to ask from Peat\n\nF: I asked this from him before…
## 2430                                                                    RT @shipper_diary: They’re currently just promoting and selling some of the stuff, don’t have anything to trans yet, still trying to access…
## 2431                                                                 RT @shipper_diary: (I didn’t catch everything)\n\nMC: Do you have a present for Fort yet?\n\n(Roughly) He said that he prepared it already but…
## 2432                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2433                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 2434                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2435                                                              RT @AN1official: #Another1 is the future of fashion!\n\n🚀We're on a mission to lead #fashion, #design, #manufacturing &amp; #branding into the #W…
## 2436                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2437                                                                    RT @stussyjjungkook: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 2438                                                                  RT @soygarlicsauce: Idol au where kdj before debuting was a part of a bl circle as a voice actor. \n\nKdj is added as the last member to yjh’…
## 2439                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 2440                                                                                                                                                      RT @chenjouyin: Baby peach looks so goodd #TellerxFortPeat
## 2441                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 2442                                                                               RT @sprinklesss1: I LOVEEEEEE IT EVERYTIME FORT UNLEASH HIS GOLDEN RETRIEVER ENERGY WHENEVER HE IS WITH PEAT LOL #TellerxFortPeat
## 2443                                                                    RT @LSSRFMcharts: .@le_sserafim 'The Hydra' now enters Billboard Hot Trending Songs Real-time Chart, currently at #6 with a weekly index of…
## 2444                                                                                                                          RT @BamBam1A: You guys did it!\nThank you IGOT7💚\n#IGOT7 #GOT7 https://t.co/Tau8uzoHAn
## 2445                                                                  RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 2446                                                                    RT @sherlockeditor: And now a Purolator delivery - Celtic Weird edited by @ohsinnerman. Another beauty in the @BL_Publishing series! https:…
## 2447                                                                              RT @blisanewblack: japanese bl “eternal yesterday” should be in everyone’s watch list, i said what i said. https://t.co/lO0xGTTFwJ
## 2448                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2449                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2450                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2451                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2452                                                                     RT @_RapperJK: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the…
## 2453                                                                    RT @IMGOLDENCARD: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for t…
## 2454                                                                    RT @10_10_11_1_code: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 2455                                                                    RT @JJKMILLIONDOL: 🚨@billboardcharts @luminate_data @billboard The latest BB chart results are not accurate since the streams for the MV "D…
## 2456                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2457                                                                 RT @thaiupdate2021: [Results] “The Most Favorite Thai BL Series Couple of 2022”\n\n1. #MilePhakphum #nnattawin\n2. #bbil1ypn #Seng_wichai \n3.…
## 2458                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2459                                                                    RT @janelhops: I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problematic. The r…
## 2460                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2461                                                                    RT @Jk_trend_songs: Hi @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. THIS IS SO UNFAIR!!Drea…
## 2462                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2463                                                                    RT @Ice_xob: ALSO!!! Great news to hangers :)))) \nThe official Japan stated that #EMSEARTHMIXSPACE in JAPAN will be aired internationally,…
## 2464                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 2465                                                                       RT @sportbible: Cristiano Ronaldo when he thought the goal was his vs when he found out the goal wasn’t his 😂👀\n\nhttps://t.co/gPTd5VqWQf
## 2466                                                                   RT @Jungkook_SNS: .@billboardcharts @luminate_data\nOfficial MV of "Dreamers" by Jungkook uploaded by FIFA is now included in Music category…
## 2467                                                                                                                    RT @Nastya213467878: Fort only likes peach color😌💖\n#TellerxFortPeat https://t.co/RNvaAPwHcJ
## 2468                                                                  RT @peachwasucute: SOMEONE FIND ME A BF PLEASE, I'M JEALOUS 😔👋\n\n#TellerxFortPeat #FortPeat #BabyFeat #Peatwasu #CaptainPeat #FortFTS #ComeF…
## 2469                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2470                                                                      RT @babyfeat_bonoh: #TellerxFortPeat #Fortthitipong #FortFTS #peatwasu #prapaisky #captainpeat #ComeFortZon #babyfeat @fort_fts @peatwasu…
## 2471                                                                 RT @PRaWFaH: 221129 fairy PP 🧚🏻‍♂️💖✨@ppkritt \n\n#ppkritt #PPxGrabFood10versary\n#GrabFood10Versary\n#GrabFood10VersaryLand https://t.co/rwXpqT…
## 2472                                                                    RT @97SARCHIVES: .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploaded by FIFA has finally been incl…
## 2473                                                                    RT @Daily_JK97: .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploaded by FIFA has finally been inclu…
## 2474                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2475                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2476                                                                    RT @GoldenJKUnivers: Hello. @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. Because Dreamers b…
## 2477                                                                                                       RT @liffp_: i feel so single again :)\n\n@fort_fts @peatwasu\n#TellerxFortPeat\n\nhttps://t.co/RpAwBctCd0
## 2478                                                               RT @gmajestyx: 221129 PP Krit - FIRE BOY (2/2)\n\n#PPxGrabFood10versary\n#GrabFood10Versary \n#GrabFood10Versaryland\n#ppkritt @ppkritt https://…
## 2479                                                                    RT @gmajestyx: 221129 PP Krit - FIRE BOY (1/2)\n\n#PPxGrabFood10versary\n#GrabFood10Versary \n#GrabFood10Versaryland https://t.co/cEpjQ7kxep
## 2480                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2481                                                                    RT @JKGlobalWebsite: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 2482                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2483                                                                    RT @abtheflame: LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled "Honora Medicum" at the Dr. Robert…
## 2484                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2485                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2486                                              RT @EijisaiNensho: '𝐇𝐄𝐋𝐋 𝐈𝐒 𝐇𝐄𝐑𝐄\n\n⠀⠀𝐍𝐀𝐌𝐄 𝐓𝐇𝐘 𝐒𝐎𝐔𝐋...\n\n⠀⠀⠀⠀𝐂𝐀𝐋𝐋𝐈𝐍𝐆 𝐅𝐎𝐑 𝐓𝐇𝐄 ABOVE.'\n\n⸻ ➥ BL x BC\n⠀⠀⠀⠀➥ @Antimahou  must  FIGHT\n⠀⠀⠀⠀➥ Iᴛ ɪs LI…
## 2487                                                                                                                                  RT @swasssfp: this sweetness huhu \n\n#TellerxFortPeat https://t.co/HWnm0XgnCI
## 2488                                                                                 RT @AAriverx11: #TellerxFortPeat They exchanged water glasses again, this scene was only seen yesterday https://t.co/PDBkfqiTKU
## 2489                                                                                                                                                       RT @ddelpphy_: Congratulations 💚🥳 https://t.co/7ATBpOdeGQ
## 2490                                                                 RT @matchboxfilm: "I love you, from the day we first met."\nActor Lee Jaebin as Puppy Choco, who loves only Jungwoo\n\nSpending time with a do…
## 2491                                                                 RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…
## 2492                                                                                         RT @sleepy_neira: When I say I want a royals series of them:\n\n#MusicHeals2022xJeff #JeffSatur https://t.co/AniFHtuhwr
## 2493                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2494                                                                                                    RT @buffstax: "IM COMING           "PETE IS OUR\nFOR PETE!!!"            FAMILY NOW" https://t.co/7gR5yjHGON
## 2495                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2496                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2497                                                                    RT @signediza: Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch #ChocoMilkSh…
## 2498                                                                  RT @holybibs: i never seen someone so pretty and beautiful after getting tortured 🤧\n\n꒰ #BuildJakapan #Beyourluve ꒱ https://t.co/k7rvxvjYHO
## 2499                                                                   RT @casuarineslove: HOY TAYNEW WHAT ARE YOU GUYS DOING!!!??? PLEASE MY HEART CANT HANDLE THIS!!! 😭😭😭😭😭😭😭😭😭😭\n\n#taynew #เตนิว https://t.co/hO…
## 2500                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2501                                                                  RT @YomY0m_: A Girl breaks up with a Guy..\nHe gets gingered to hustle hard and make it in life just to get back at his ex\n\nA Guy breaks up…
## 2502                                                                                                            RT @biurbubble: i need another live of bbb being this cute with each other 🥹 https://t.co/7qDtx4hGCu
## 2503                                                                  RT @heartlessN_wp: Lucky to celebrate a decade with you, Archers! THANK YOU💘\n\nTo more stories, tears and laughter to come! Cheers to more d…
## 2504                                                                    RT @abtheflame: LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled "Honora Medicum" at the Dr. Robert…
## 2505                                                                                                     RT @LamiaJerinLJ: Sakura Is Currently Trending On Twitter with 118K Tweets🔥🔥🔥❤️❤️❤️❤️❤️❤️ https://t.co/LsF9oQi6Yv
## 2506                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2507                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 2508                                                                         RT @miwon17_: #SEVENTEEN won Worldwide Fan's Choice Top 10 on MAMA 2022. Congratulations👏 #세븐틴  @pledis_17 \nhttps://t.co/HgnFNiAE2d
## 2509                                                                    RT @Killmoenetwork: ROBBERY OF AN ESTABLISHMENT: 7-11: 4500 Bl. Of St Barnabas Rd. Temple Hills Md: Pgpd is on the scene investigating a ar…
## 2510                                                                         RT @holybibs: biblebuild practiced their dialogues together 🥺\n\n꒰ #BibleBuild #BibleWichapas #BuildJakapan ꒱ https://t.co/WQ4E29Sy9T
## 2511                                                                                                                         RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc
## 2512                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2513                                                                    RT @BLAsia_Africa: Join @RAS_Soc tomorrow 29th at 6.30 for Treasures of Herat: Two Manuscripts of the Khamsah of Nizami in the British Libr…
## 2514                                                               RT @matchboxfilm: " I am the most important. "\nActor Kim Seonghyeok as the inverted cuteness chic Kitty Milk\nThe character poster for &lt;Choc…
## 2515                                                                                                                                            RT @jayythewave: females be like “hehe oops” https://t.co/jucjiSCv0r
## 2516                                                                 RT @BlackLo39629533: In all the world,\nthere is no heart for me like yours.\nIn all the world,\nthere is no love for you like mine.\nRemember…
## 2517                                                                    RT @jr_carpenter: all the images in An Island of Sound come from the British Library Flickr commons -- over a million images online free fo…
## 2518                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 2519                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2520                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2521                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2522                                                                                                                       RT @yyujinationn: sakura and wonyoung performing together again 😭 https://t.co/ikEwjc5d88
## 2523                                                                                                                     RT @yuyxxiw: Miss you sm 🤎🌎\n#Earthpirapat @Earth_Pirapat\n#เอิร์ทมิกซ์ https://t.co/F0OxHbHem2
## 2524                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2525                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2526                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 2527                                                                                                                                                        RT @shipper_diary: Let’s start trending #TellerxFortPeat
## 2528                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 2529                                                                                              RT @kpfiIms: — Jeff Satur « FADE » with the orchestra! \n\n#MusicHeals2022xJeff #JeffSatur https://t.co/nfRtIPG4Xd
## 2530                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2531                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 2532                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 2533                                                                                      RT @lovejmins: "today's not my birthday." so he saw the happy birthday tweets skdjsks\n#JeffSatur\nhttps://t.co/9fYW5MJ6yA
## 2534                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 2535                                                                  RT @visegrad24: If Russia is to be defeated, the West needs to start a wartime production rate of weapons and munitions.\n\nIf not, we will r…
## 2536                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2537                                                                  RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…
## 2538                                                                               RT @UkraineDiary: ❗❗❗MASSIVE AIR ALARM!\n\nPlease go to cover, don't ignore the alarm.\nAdvokat Pravda https://t.co/iaSj7xE123
## 2539                                                                  RT @BBU_BLACKPINK: Congratulations #BLACKPINK for winning “Worldwide Fans’ Choice Top 10” at the 2022 MAMA Awards 🏆\n\n“A GLOBAL ICON that ma…
## 2540                                                                    RT @MargoGontar: This is Ternopil, in the West of Ukraine. Parents brought their kid to one of the city’s heating points to connect a child…
## 2541                                                                                           RT @aksnevv: does anyone have any bl dramas to recommend 😳😳 i don’t care what language— just one that you really like
## 2542                                                                                        RT @Tisha7119: @bitgetglobal @HookedProtocol @Amdora_BL \n@Tasnim4216 \n@Tanjim8256 \n\nDone all task👸🫅\n\n$HOOK #Bitget
## 2543                                                                 RT @AsianPopMedia1: December!\n#NeverLetMeGoSeries #PondPhuwin \nThis just gotta be one of the most anticipated BL series!\nhttps://t.co/Udqn8…
## 2544                                                                                              RT @kchartsmaster: 🏆 Congratulations BLACKPINK for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS.
## 2545                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2546                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2547                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 2548                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 2549                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2550                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2551                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2552                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2553                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2554                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2555                                                                                                                                   RT @woodzxc: why does it sound like seungyoun rapping https://t.co/b5WjkpDYli
## 2556                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2557                                                                     RT @alfonslopeztena: The rise and the rainfall of the Roman empire — A link between drought and the fate of ancient emperors bodes ill for…
## 2558                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2559                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2560                                                                                                                     RT @nanongnao: at least some of my bl bros are alive and kicking *kicks stone aggressively*
## 2561                                                                   RT @humourpoliticn: and made her to eat rice cooked by her husband's bl**d, and she was at the age of your own wives.\nMothers lost their so…
## 2562                                                             RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…
## 2563                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2564                                                                  RT @laurenboebert: @washingtonpost Just to be clear, there is nothing brilliant about pedophilia.\n\nHow does anyone still read this newspape…
## 2565                                                                                                          RT @Ordakazakhstan_: ⚡⚡️⚡️⚡️⚡️\n€/₸ 486.54\n$/₸ 468.34 KASE\n₽/₸ 7.66 KASE\nbl/83.89 Brent pre. close
## 2566                                                                  RT @theisabelb: Notice how not a single bank has dropped Balenciaga.\n\nCulture will cancel a canned food company for their CEO voting Red, b…
## 2567                                                                                                                                                            RT @onebitart: hide and seek https://t.co/RxlMzmyELp
## 2568                                                                                                                                           RT @spookicooky: God i really have such good taste in bl and kpop men
## 2569                                                             RT @lovecastpodcast: #12PresentsFromLoveCast\n🎁 PRESENT FOUR 🎁\n\n#GMMTV2023 gave us so much to look forward to next year &amp; we couldn’t let th…
## 2570                                                                                                                            RT @emusakis: my game broke too ? #prsk_FA #prsk_BL #類司 🎈🌟 https://t.co/VaOXLKmKtK
## 2571                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 2572                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 2573                                                                    RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…
## 2574                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2575                                                                  RT @chriscooreman: Retweeted Barbarism of Berlin (@berlinbarbarism):\n\n@GeoRosenberg Chapter really called "Barbarism: A User's Guide" (firs…
## 2576                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2577                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2578                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 2579                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 2580                                                                    RT @dikookue: @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube . @billboardcharts @luminate_data @bill…
## 2581                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2582                                                                     RT @hyunjinairfried: @jikseuz I LOVE DKZ. OMG. tloml Jaechan was in a bl called semantic error as the main character and frequently speaks…
## 2583                                                                   RT @TSURUNEFESS: Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for Masaki🥺🥺…
## 2584                                                                    RT @dikookue: @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube . @billboardcharts @luminate_data @bill…
## 2585                                                                                                                          RT @elsserafim: TWICE Momo updated on her Instagram Stories 🥺🍭 https://t.co/ImXxvIu9qh
## 2586                                                              RT @MnetMAMA: [#2022MAMA_Moment] Photo Time #lesserafim #르세라핌 @le_sserafim\n\nWelcome to joinging on new beginning of #2022MAMAAWARDS!👏\nThey…
## 2587                                                                     RT @hyunjinairfried: @jikseuz I LOVE DKZ. OMG. tloml Jaechan was in a bl called semantic error as the main character and frequently speaks…
## 2588                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 2589                                                                                                                                                      RT @iamstay0: Is this a BL drama ? https://t.co/mhGN6FNkv7
## 2590                                                                                                              RT @whereisthiss_: Innerdalen - Norway's most beautiful Mountain valley 🇳🇴 https://t.co/dtIIxNRTxO
## 2591                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2592                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2593                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2594                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2595                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2596                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2597                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2598                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2599                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2600                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2601                                                                 RT @AngelSh12053563: This comic is strange up to now but it's like strangely good \n \n#BL #nftcommunity #indiegame\n\nhttps://t.co/oBpnUnuce3…
## 2602                                                              RT @MnetMAMA: [#2022MAMA_Moment] Photo Time #lesserafim #르세라핌 @le_sserafim\n\nWelcome to joinging on new beginning of #2022MAMAAWARDS!👏\nThey…
## 2603                                                                     RT @DOYOUNGTEN96: Bring TEN back to Korea before Beijing  lockdown and we would like Wayv to join SMTOWN concert @NCTsmtown @WayV_official…
## 2604                                                                                                          RT @ivepics: gaeul performing nmixx – o.o at mama awards #MonsterRookiesAtMAMA https://t.co/QYfMv12rnK
## 2605                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2606                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2607                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2608                                                                                                                      RT @Bank_mondop: Gentle Monster Singapore~😎❤️\n\n#MosBankXSingapore https://t.co/PNPGx31LE6
## 2609                                                                RT @SJHDELHI: Dr BL Sherwal MS @SJHDELHI inaugurated Pediatric thalassemia &amp; hemophilia  comprehensive care centre, chemotherapy short infu…
## 2610                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2611                                                                    RT @BCUlibrary: The British Library has maintained a collection of interviews, with an active policy to hear first-hand from every backgrou…
## 2612                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2613                                                                     RT @RUAUAUA1: @vancedalism no bc I mentioned yaoi once and suddenly I'm blocked on tumblr (it's that time that I didn't know people didn't…
## 2614                                                                                                                     RT @Its_Roddie: “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2615                                                                                                                                                          RT @ivethailand: Shy shy shy ☺️☺️https://t.co/LlGOENYqib
## 2616                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2617                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 2618                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 2619                                                                    RT @PaulinaK55: Your performance in KinnPorshe was phenomenal! You guys rised so many standards! I can't watch any Thai BL series without c…
## 2620                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2621                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2622                                                                    RT @youazz7: . @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams for the MV of "D…
## 2623                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2624                                                                                          RT @AsiaJK97: 12/3. Jungkook - "Dreamers" debuts at #10 on Billboard Bubbling Under Hot 100. 😶 https://t.co/2ztb6pplCT
## 2625                                                                    RT @jeankookieee: This is so messed up. He would have been in the Hot 100. They should have corrected this. Why is it always JK who’s getti…
## 2626                                                                   RT @applewood_kr: The 37th GOLDEN DISC AWARDS will be coming to Bangkok, Thailand for the first time! \nStay tuned for the lineup and furthe…
## 2627                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 2628                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2629                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #kangdaniel #강다니엘\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AW…
## 2630                                                                                                                                             RT @jenniepics: have a safe flight jennie 🤎 https://t.co/k74wDZ3v6S
## 2631                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 2632                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 2633                                                                 RT @holybibs: biblebuild fights with each other and ending up with build worrying about nong bibs 🥺🤏\n\n꒰ #BibleBuild #BibleWichapas #BuildJa…
## 2634                                                                                 RT @kagswaffle: #isagiharem #rinsagi #bachisagi #nagisagi bl one tweet au\nSad girl-Lana del rey (0.46) https://t.co/JWCP2HlnRM
## 2635                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2636                                                                    RT @btstatsreminder: Urgent! @billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since the streams fo…
## 2637                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2638                                                                                                                                                        RT @shipper_diary: Let’s start trending #TellerxFortPeat
## 2639                                                                                        RT @maisbones: how to get rid of skinny fat!! (very easy) + diet and workout plans\n— an edtwt 🧵 https://t.co/CNhuU41dxH
## 2640                                                                    RT @FROSTYNOEUL_: I haven't seen a single Thai bl drama that doesn't address the issue of legalizing LGBTQ+ in Thailand. Heck, with all the…
## 2641                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2642                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2643                                                                    RT @nanamifart: Mob psycho fandom these weeks feels like they're on their fever dream era :\n- Reigen canonically fart so loud and blame it…
## 2644                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 2645                                                                    RT @janelhops: I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problematic. The r…
## 2646                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 2647                                                                                                 RT @toychaewon: THE GIRL GROUP MEGA COLLABS\n\n2016                                2022 https://t.co/oskjVq4x35
## 2648                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2649                                                                                                  RT @Koreaboo: LE SSERAFIM really just never disappoints because they ATE this stage up https://t.co/NNt65lGVot
## 2650                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2651                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 2652                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2653                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2654                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2655                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 2656                                                                                                                                         RT @jodanspace: Guysd can u pls gimme *bl that have beautiful word😩😩😩🙏🙏
## 2657                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2658                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2659                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2660                                                                                                                                         RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l
## 2661                                                                                             RT @Shantkee: Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW
## 2662                                                                    RT @ESLoudon: @JoGibsonWriter @TillyLovesBooks Become a Reader at the British Library. It's... (as above, but substitute "novel" for memoir…
## 2663                                                                  RT @britishlibrary: Liven up the colder evenings with our autumn season of events…\n\nEnjoy rare screenings of classic films, discover fascin…
## 2664                                                                 RT @SpotifyKpop: All 11 members of @official_jo1 have arrived and shared their SOTM, and we see CASE 143 by @Stray_Kids 🙌🏻✨\n  \nCan you spot…
## 2665                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2666                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2667                                                                                                                         RT @Rohan_Lockhart: 🦋He stole my heart🦋\n\n#OnOrOff #온오어오프 https://t.co/f6gw7BAIO7
## 2668                                                                    RT @chngbnswhore: it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his costar loo…
## 2669                                                                                                                                       RT @msgzuha: best thing we got out of that collab https://t.co/HmR2tKipkn
## 2670                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2671                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2672                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 2673                                                                                                       RT @manzeehua: THIS IS SO EMBARRASSING 😭😂 his director caught him masturbating 😭😭 https://t.co/Omtl9ph2i8
## 2674                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2675                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2676                                                                                                                                         RT @joowonswife: They be looking so domestic 🥺🥺 https://t.co/hzX4iycVd6
## 2677                                                                                         RT @YayukMulawati91: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/enMBmIZmtM @TheTopFamous
## 2678                                                                                                             RT @Chrissyspratt_: Finally a @wizkidayo song! Bad To Me was top requested. https://t.co/GUDSzAPNaN
## 2679                                                                 RT @BibleWSpain: 🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌The Mos…
## 2680                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2681                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2682                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2683                                                                RT @BibleBuildPH: Look at our kids fighting at the back hahahahah \n\n#BibleWichapas\n#BuildJakapan\n#BibleBuild \n#ไบเบิ้ลบิว\n\nhttps://t.co/GJI…
## 2684                                                                                     RT @hammiehyung: I know they're screaming in their head after that fist bump JSJSJD bcs i would too https://t.co/1RDTGjCBUd
## 2685                                                                     RT @Koreaboo: I would just like to thank JO1 for adding an orchestra to their performance because it was so great 🤩 https://t.co/51ahEfyRnn
## 2686                                                                           RT @jsaturfiles: bye bye to this prince look ✨🥹\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/5IhTGT5PXn
## 2687                                                                   RT @BLAgroIndsLtd: Stress and efficiency are inversely proportional, so we're having a 3-day #cricket tournament at BL AGRO, Bareilly. 🏏 \n#…
## 2688                                                                                                                           RT @fireboydml: 3 years today. happy birthday, baby. luv you. https://t.co/ZihzKX0o6L
## 2689                                                                              RT @jsaturfiles: kim han university glowup!! \n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/dAiOFErwJF
## 2690                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 2691                                                                RT @JeffSaturFC: Thank you everyone for coming today.\n\nBack home safety and see you all again next time ^^\n\n#MusicHeals2022xJeff #jeffsatur…
## 2692                                                                                                                                                  RT @VminvLivetoday: MY VMIN HEART!!!!! https://t.co/Jwp9UHhxvG
## 2693                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2694                                                                    RT @BIPCLeeds: We’re celebrating small businesses this festive season, from makers and creators around the UK that have used their local li…
## 2695                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2696                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2697                                                                    RT @theweeknd: LEG TWO IS HERE❗️After Hours Til Dawn Tour comes to Europe and Latin America!!!  https://t.co/OgBYRWPYOV https://t.co/6YVQDi…
## 2698                                                                                                                                     RT @tinyhsoo: the two types of tops in bl manhwas ♡ https://t.co/TEzGCo6vnl
## 2699                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2700                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2701                                                                 RT @amantedel__bl: Ya se va mi chiquito Boss 🥺💗\n" SEE YOU AGAIN!"\n\n#KissMyBodyXBossNoeul #BossNoeul #BoNoh  #Bosschaikamon #Noeulnuttarat h…
## 2702                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2703                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 2704                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2705                                                                  RT @paula_delval: My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelgas, on…
## 2706                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2707                                                                                                                                                                 RT @lovjiv: i love this https://t.co/Gzq2zVgdJi
## 2708                                                        RT @raonbeam: KDJ: “I might be living in a BL World”\n(Holy trinity k-novel ships x Zettai BL manga)\n\n#orv #lcf #내가키운S급들 #백망되 https://t.co/v…
## 2709                                                                    RT @rfboothroyd: After a Bl*ck Fr*day rush there are only FOUR copies of my selected minimal poems remaining. Buy Atomised now or forever h…
## 2710                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2711                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 2712                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 2713                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 2714                                                                    RT @littledunk0110: I'm already a picky person when it come to BL series and now they've made my standard become higher.\nFort and Peat are…
## 2715                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2716                                                                    RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…
## 2717                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2718                                                                  RT @BLMedieval: We're not really sure why digitising manuscripts associated with women could be considered woke.\n\nIn any case, we're very g…
## 2719                                                                    RT @BIPCLeeds: We’re celebrating small businesses this festive season, from makers and creators around the UK that have used their local li…
## 2720                                                                  RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 2721                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 2722                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 2723                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2724                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2725                                                                RT @visegrad24: BREAKING:\n\nAir raid sirens sounding in every Ukrainian region now apart from in Crimea.\n\nThe largest Russian strategic bomb…
## 2726                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 2727                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2728                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 2729                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2730                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2731                                                                                   RT @XuYiyangTH: (3) 221129 CHIC weibo update\n\n🖇https://t.co/MKtxsLXWXi\n\n#อี้หยาง #สวีอี้หยาง #XuYiyang https://t.co/RhOWbpJr0x
## 2732                                                                                   RT @XuYiyangTH: (2) 221129 CHIC weibo update\n\n🖇https://t.co/MKtxsLXWXi\n\n#อี้หยาง #สวีอี้หยาง #XuYiyang https://t.co/o1B1KlWvHO
## 2733                                                                                                                                                     RT @REALLYREVIL: best bl in a while https://t.co/ipSo7GnVYL
## 2734                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2735                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 2736                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2737                                                                                         RT @Sleemzy_avil2: Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2738                                                                    RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…
## 2739                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 2740                                                                                                                                                     RT @awa_df: Breakfast with a view 😍 https://t.co/nTfREYS2Wk
## 2741                                                                              RT @jodanspace: *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2742                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2743                                                                                                              RT @BossEul_Library: why i feel these two are glowing and extra clingy 😌🤔\n\n#KissMyBodyXBossNoeul
## 2744                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2745                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2746                                                                    RT @spiftynifty: SO shocked that the fandom who prides itself on having a "pure" and "wholesome" and "devoid of icky fetishizing unlike tho…
## 2747                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 2748                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2749                                                                                                      RT @sususiaoo: Boss chaikawaistgrabber is back at it again\n#KissMyBodyXBossNoeul\nhttps://t.co/B6JH2G8XLl
## 2750                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 2751                                                                RT @123Dips4178: This manhwa is awesome! I can't get enough of it!\n \n#bl #3danimation #indiegame\n\nhttps://t.co/7vAOn2R8y9 https://t.co/uXdK…
## 2752                                                                RT @123Dips4178: This manhwa is awesome! I can't get enough of it!\n \n#bl #3danimation #indiegame\n\nhttps://t.co/7vAOn2R8y9 https://t.co/uXdK…
## 2753                                                                     RT @mochi80243795: "The Blade of Evolution Walking Alone In The Dungeon" is an absolutely perfect comic! It's living rent free in my head!…
## 2754                                                                   RT @sususiaoo: F: hello *hifive* sending you encouragements always. Both of you. Wish me luck for press the tix (for fanmeet)\nN: *cast spel…
## 2755                                                                  RT @elsserafim: LE SSERAFIM TEASING THEIR NEXT COMEBACK AT THE MAMA AWARDS IS SO ICONIC\n\n"DO YOU WANT TO BE FORGIVEN? YOU DON'T HAVE TO" ht…
## 2756                                                                                                                                  RT @jeffsaturjpg: Oh he is god~ \n#MusicHeals2022xJeff https://t.co/QexorNQZNz
## 2757                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2758                                                                  RT @milkkura39: "Dear You (hater) who wish for my FALL, Do you want to be forgiven? You don't have to"\n\nThe phrase for LE SSERAFIM performa…
## 2759                                                              RT @jsaturfiles: jeff getting shy because of all the screams 🥹🫶🏻\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/zfQafU…
## 2760                                                                                             RT @Shantkee: Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW
## 2761                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2762                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 2763                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 2764                                                                                          RT @jsaturfiles: HIS LOOK TODAY!!\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.co/fzTCFfwvTH
## 2765                                                                                                                                                    RT @jsaturfiles: our disney prince 🥹 https://t.co/pia3d6xaKX
## 2766                                                                                                  RT @Koreaboo: LE SSERAFIM really just never disappoints because they ATE this stage up https://t.co/NNt65lGVot
## 2767                                                                                                                            RT @jeffsaturjpg: Soothing vocal range~ #MusicHeals2022xJeff https://t.co/YxO6GZfcu7
## 2768                                                                  RT @theseoulstory: [#2022MAMA] 🏆 Congratulations to LE SSERAFIM for winning the Favorite New Artist at ‘2022 MAMA AWARDS’ today! 🎉 \n\n@MnetM…
## 2769                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 2770                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2771                                                                 RT @designonething: Happy birthday William Blake. The English artist, poet &amp; printmaker, whose printing technology innovations allowed him…
## 2772                                                                    RT @SamarthPanda: @TezDhar4 @PoojaShali Yeah that's my fault. Being an indian i was unaware of what happened to girija tikko , bl ganjjo an…
## 2773                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2774                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 2775                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2776                                                                    RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz
## 2777                                                                    RT @BIPCLeeds: We’re celebrating small businesses this festive season, from makers and creators around the UK that have used their local li…
## 2778                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 2779                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 2780                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 2781                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 2782                                                                   RT @GothlyticalArt: @illustrata_ai @joynxyz @amli_art @bl_artcult "The House"\nMy biggest stress in my life reimagined. I utilized img2img t…
## 2783                                                                    RT @iminescent: @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning "war paint" paint as layers of chaos that can run thro…
## 2784                                                                   RT @IpekMorel: @illustrata_ai @joynxyz @amli_art @bl_artcult Peaceful Mind\n\n"She looked like a mermaid, peaceful and calm, her eyes closed…
## 2785                                                              RT @jsaturfiles: jeff: where do i go next? ohh i go now? 😂 ok krub, byee\n\n#MusicHeals2022 \n#MusicHeals2022xJeff \n꒰ #JeffSatur ꒱ https://t.c…
## 2786                                                                    RT @mantilla_angy: @illustrata_ai @joynxyz @amli_art @bl_artcult My piece "Anger" represents women reacting and protesting against injustic…
## 2787                                                                                                                          RT @kpfiIms: JEFF LOOKS STUNNING 😭\n\n#MusicHeals2022xJeff\n\n https://t.co/ZuzAAkwAns
## 2788                                                                                                                                             RT @pandesalbb: jihyo with kids content 🥺🥺🥺 https://t.co/1qwW0aepSt
## 2789                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 2790                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 2791                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2792                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 2793                                                                 RT @sliqless: We are looking for players, for the Spring Split of Primeleague 2023. \nFeel free to DM or add Faolan#8481 on Discord.\n\nRetwee…
## 2794                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2795                                                                            RT @kimheesun_ph: running man's 100th episode was her first tv appearance in sokor after her long hiatus.\n\nhttps://t.co/HNjR3UaYc5
## 2796                                                                    RT @M4ier_lol: After my split as Toplaner with @muensteresports and a rly taff off-season start i decided to swap back to my lovely Jgl-Pos…
## 2797                                                                    RT @yoonkive_: like there is not even 3 days left for indigo and the first priority y’all have is fighting bl!nks?? just fucking report the…
## 2798                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2799                                                                    RT @britishlibrary: Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collection o…
## 2800                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 2801                                                                                                               RT @stuffasdreams: Wonderful exhibition on Alexander the Great at the BL! https://t.co/DTivYyXTXL
## 2802                                                                    RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…
## 2803                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 2804                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2805                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 2806                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2807                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2808                                                                   RT @destinykrainbow: @illustrata_ai @joynxyz @amli_art @bl_artcult Enjoying with close ones till dawn\n#expressionwithmeaning https://t.co/C…
## 2809                                                                    RT @Gerashchenko_en: When Lili, 7, found out there was a war in Ukraine, she wanted to help. She turned to her dad, and he called the local…
## 2810                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 2811                                                                     RT @avalaina: We still live in a paradigm of Nunberg trials when nazi war criminals were tried after the nazi regime had collapsed. But we…
## 2812                                                                    RT @EuromaidanPress: "We don't have to wait for Russia to lose.... We must create an international tribunal now and begin all necessary pro…
## 2813                                                                                       RT @raonbeam: Found this cute BL manhwa made by Pansa-nim 😆\n(The resemblance with Choicale Haha) https://t.co/k58Xp7uN1t
## 2814                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 2815                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 2816                                                                 RT @LSSRFMcharts: Congratulations to @le_sserafim for winning "Favorite New Artist" at the 2022 MAMA AWARDS! 🎉🏆\n\n#MAMAAWARDS #2022MAMA \n#LE…
## 2817                                                                                                                             RT @jeffsaturjpg: Smexy deep voice~ \n #MusicHeals2022xJeff https://t.co/VKsloX1ieB
## 2818                                                                                                                    RT @studio_onsaturn: Fighting!! Mr. President!! #MusicHeals2022xJeff https://t.co/eSb9E43lKb
## 2819                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2820                                                                                              RT @kpfiIms: — Jeff Satur « FADE » with the orchestra! \n\n#MusicHeals2022xJeff #JeffSatur https://t.co/TRdEA3b7AC
## 2821                                                                                              RT @kpfiIms: — Jeff Satur « FADE » with the orchestra! \n\n#MusicHeals2022xJeff #JeffSatur https://t.co/nfRtIPG4Xd
## 2822                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2823                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2824                                                                                                                               RT @wntrgrdnstyle: rt to get hopital playlist season 3 😂🥲 https://t.co/X3qNRY4D3H
## 2825                                                                    RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…
## 2826                                                                 RT @thaiupdate2021: [Results] “The Most Favorite Thai BL Series Couple of 2022”\n\n1. #MilePhakphum #nnattawin\n2. #bbil1ypn #Seng_wichai \n3.…
## 2827                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2828                                                                  RT @Sserafimers: 🚨LE SSERAFIM TEASE THE FANS FOR THEIR NEXT COMEBACK AT THE MAMA AWARDS 2022\n\n"DO YOU WANT TO BE FORGIVEN? YOU DON'T HAVE T…
## 2829                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2830                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2831                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 2832                                                      RT @bilo_art: Gerita &lt;3\n\nI missed drawing them &lt;33\n\n#hetalia #ヘタリア #aphitaly #aphgermany #doitsu #gerita #itager #hetaliagerita #hetaliager…
## 2833                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 2834                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2835                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2836                                                                    RT @NoisyPixelNews: JAST BLUE Announces Varenyett's BL Visual Novel 'Sorcerer's Choice: Angel or Demon' Western Release - https://t.co/GaKL…
## 2837                                                                  RT @red_loeb: In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century; f.8r @BLM…
## 2838                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 2839                                                                                                                        RT @toychaewon: DO YOU WANT  TO BE FORGIVEN? \nYOU DON'T HAVE TO https://t.co/YT7zP6v3VG
## 2840                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2841                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 2842                                                                     RT @businessline: ▶️ What is T+1 settlement?\n▶️ Why is SEBI moving towards shorter settlement?  \n▶️ Will investors find it easy to adopt to…
## 2843                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2844                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 2845                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2846                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 2847                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 2848                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 2849                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2850                                                                RT @Alehfred: No but really why are antis like this:\n\nBubbles: "WE HAVE A NEW VP BOOK!"\nAntis: "Ugh VP are so toxic"\nB: "VP moans were so r…
## 2851                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 2852                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 2853                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 2854                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2855                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2856                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2857                                                                    RT @EthioHeritage: A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor Yoha…
## 2858                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 2859                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2860                                                                    RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…
## 2861                                                                  RT @TREASUREwwide: Congratulations  #TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS🏆\n\nWe did it 3 years in a r…
## 2862                                                                                   RT @PamelaHensley22: Karine Jean-Pierre just said, "We are keeping an eye on Elon Musk's Twitter." This sounds like a threat.
## 2863                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 2864                                                                  RT @LayahHeilpern: Today I learnt Apple has a problem with @elonmusk but absolutely zero problem with child abuse… \n\nBalenciaga’s app is st…
## 2865                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2866                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2867                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2868                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2869                                                                    RT @BL_prints: Etching of the astronomical clock in Lyon Cathedral with its several dials and allegorical and decorative figures and carvin…
## 2870                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2871                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2872                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2873                                                                   RT @famewya: Boss : something like that. We working together and we meet every day, so we support each other \nNoeul : it’s the same as he s…
## 2874                                                      RT @pk5125: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj\n@MohanChanyal \n💧 #flo…
## 2875                                                                  RT @famewya: Srry for my mistake 😭 i type the sentence that Boss said wrongly so I edited and reposted. #KissMyBodyXBossNoeul \n\nBoss : when…
## 2876                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2877                                                                   RT @bossnoeuluver: the way boss held the phone, the way noeul hugged bose, the way boss smiled, the way boss looked at noeul the way-\n#Kiss…
## 2878                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2879                                                                    RT @flukelights: where did this notion that fluke only cries in his series come from...was it just because he was good at it? the amount of…
## 2880                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 2881                                                                RT @miiniyoongs: [221129 RM Instagram Story]\n\nimage - screenshot of kakao talk message with his mom:\n\n👤 eat well and take care of your heal…
## 2882                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2883                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2884                                                                    RT @LambUniversity: mariah’s father (alfred roy carey) is not fully bl@ck. making mariah @MariahCarey closer to a quadroon than a biracial.…
## 2885                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2886                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2887                                                                    RT @Joshua_Ubeku: Don't let football banter stop you from celebrating Messi and Ronaldo. We will miss them every day of our lives when they…
## 2888                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2889                                                                   RT @TonyOElumelu: I am where I am today because of luck. \n\nLet me be clear: Luck is important, but it is not a substitute for hard work or…
## 2890                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2891                                                                                                                                   RT @gostephgo: my friend says this reads "BL therapy" https://t.co/RLbXe8o0U5
## 2892                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2893                                                                                      RT @TheMahleek: Some of us just dey post “fear women”, no be say dem cheat on us oh, na scope to avoid December billing 🙏🏾
## 2894                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 2895                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2896                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2897                                                                                                        RT @tosuka0102: DO YOU WANT TO BE FORGIVEN?\n\nYOU DON'T HAVE TO\n\n#LE_SSERAFIM https://t.co/lYDwps3p2e
## 2898                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2899                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 2900                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2901                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 2902                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2903                                                                                            RT @jodanspace: *bl your fav bot from historical bl\n\nMine: yeonj0, st1ll und3r s1lk-lezh1n https://t.co/OMHOBZ6phS
## 2904                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 2905                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2906                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 2907                                                                 RT @Kavyayaad: People can support &amp; appreciate ayush. but there is no need to compare rishi with ayush .ayush not hero of the show.wishing…
## 2908                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2909                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2910                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 2911                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2912                                                                    RT @dailymedievald1: #otd 1314 died Philip IV of France, called 'the Fair'. More depictions of his hunting accident before his death and th…
## 2913                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2914                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2915                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 2916                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 2917                                                             RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…
## 2918                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2919                                                                                                                            RT @jodanspace: *bl ⚠️WARNING NSFW🔞\n🔥THE🔥HOTTEST🔥2nd🔥COUPLE🔥 https://t.co/zJThRgVS6C
## 2920                                                                   RT @DRAMAWORLDxoxo: 'To Sir, With Love' is soo underatted 😩🤌.....how can you all sleep on this 🌟MASTERPIECE🌟???\n#Khunchai #tosirwithlove #B…
## 2921                                                            RT @fourBL4CKPINK: HELP RT! / #MitsuMarket\n\nwts lfb | THE BOYZ THRILLING BLOOM STEALER\n\n°•. onhand\n°•. mint condi\n°•. rfs : need funds\n\n💰 g…
## 2922                                                                    RT @xiaoxi11580: INDEED these are LEVEL 10😘👅 #mewgulf ☀️🔥🌻🔥\n\nI always say no one can beat my kings👑 #mewsuppasit  #gulfkanawut\n#มิวกลัฟ #หว…
## 2923                                                                  RT @red_loeb: December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of Castile' o…
## 2924                                                                    RT @Gerashchenko_en: The man who ran out to the football field during #FIFAWorldCupQatar2022 is Mario Ferri, Italian football player and pu…
## 2925                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 2926                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 2927                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2928                                                                    RT @HAnglique: I would have liked Noeul to sniff the body parts that Boss was showing. I think the expression Boss would have had would hav…
## 2929                                                                  RT @BLMedieval: We're not really sure why digitising manuscripts associated with women could be considered woke.\n\nIn any case, we're very g…
## 2930                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2931                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 2932                                                                              RT @bssnol: my noeul is so extra cute today my heart can’t take it \n\n#KissMyBodyXBossNoeul @Noeul_lee6 \nhttps://t.co/vtKN7I88tC
## 2933                                                                                                  RT @adorejustme: Excuse me but I already imagined their BL with one look \n\n#Minwon \nhttps://t.co/qQJBqOPvpn
## 2934                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2935                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2936                                                            RT @bilo_art: "Tomato's thoughts" \n\nHave you ever fallen to someone as deep as our tomato boi? \n\n#hetalia #ヘタリア #spamano #gakuenhetalia #he…
## 2937                                                                    RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…
## 2938                                                                                                                                                RT @Lalalal13071761: So deep\n#BossNoeul \n#KissMyBodyXBossNoeul
## 2939                                                                                                                RT @luluelu2: And that’s the way you do it😍👏🏻\n#KissMyBodyXBossNoeul\n\n https://t.co/E6s9iQnyfl
## 2940                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2941                                                                                    RT @Vorahae1230: Everytime noeul has a comeback boss habit pointing his finger when  he's embarrass😊💜\n#KissMyBodyXBossNoeul
## 2942                                                                                                          RT @bossNoeul1x9x: Why should it be there, Khun Boss? \n#KissMyBodyXBossNoeul\nhttps://t.co/jy63DBiSsV
## 2943                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2944                                                                                           RT @georgian_legion: “Victory at all costs, victory in spite of all terror” Winston Churchill https://t.co/RLrf0iRMrc
## 2945                                                                                                    RT @bossnoeuluver: boss said we don't need any personal space\n#KissMyBodyXBossNoeul https://t.co/NJnYK8PoDy
## 2946                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2947                                                              RT @futekiya: 📆 𝗡𝗲𝘄 𝗿𝗲𝗹𝗲𝗮𝘀𝗲𝘀 𝘁𝗵𝗶𝘀 𝘄𝗲𝗲𝗸 📆\n\n📌 Dec 1 \nTake Your Time by Taira Taga (@bloomellow_web) 🆕\n\n📌 Dec 2\nAsk And You Will Receive by Ni…
## 2948                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2949                                                             RT @kriiinginamo: WTS LFB PLS HELP RT\nPRE-ORDER of BL SADISTIC BEAUTY Photocards Fanart by @/Taser_Gun181031\n\n₱150 each\n\nMine + Letter/s\n\n-…
## 2950                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 2951                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 2952                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2953                                                                                                        RT @bssnol: his lil stamped and his cutie mad face😭\n\n#KissMyBodyXBossNoeul\n\n https://t.co/zcjuUT3hbc
## 2954                                                                                 RT @p_zilla7: Too cute 🤏🥰\n#KissMyBodyXBossNoeul\n #BoNoh #BossNoeul\n#Noeulnuttarat #BossChaikamon\n\n https://t.co/KDnXwZfyBr
## 2955                                                             RT @Kpopmap: Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting #YoonSeoBin #Ki…
## 2956                                                                                                                                             RT @bxbluvx: i mean--- JUST KISS HIM ALREADY\n#KissMyBodyXBossNoeul
## 2957                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2958                                                                 RT @mssjkenny: Filming for myself &amp; Adrian from @BL_LTHTR 📽️ Amazing to meet our fantastic colleagues in the @LTHTRFinance team for a TED c…
## 2959                                                                                                                                           RT @Mayamo6_: Crying already\n#KissMyBodyXBossNoeul #bossnoeul #bonoh
## 2960                                                                RT @bn_addict: Now how to handle this cuteness 😳 the hug🫠i want to see recorded clip😩 \n\n#KissMyBodyXBossNoeul #BossNoeul\n\nhttps://t.co/pQBa…
## 2961                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2962                                                                                                                                         RT @Lalalal13071761: Party Boy 💃🏻💃🏻\n#KissMyBodyXBossNoeul \n#BossNoeul
## 2963                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 2964                                                                    RT @AdzTheMadz: They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in the enter…
## 2965                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 2966                                                                    RT @sususiaoo: Boss: there's a simple way to take care of myself. Honestly just by meeting all of you, my fans, I am able to get rid of the…
## 2967                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 2968                                                                    RT @di297010: @gwnott We always agree, Graham. Rather a novelty on here, particularly following some of the belligerent debates I’ve had wi…
## 2969                                                      RT @pk5125: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj\n@MohanChanyal \n💧 #flo…
## 2970                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 2971                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 2972                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2973                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2974                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2975                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2976                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 2977                                                                  RT @culture_colors: 🌠If you love stargazing, join us. Stay classy and always dress well but keep it simple.\n\n💙CC North Star Crop Shirt in B…
## 2978                                                                RT @Tappy_toon: Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t…
## 2979                                                                 RT @futekiya: 🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL) titles rea…
## 2980                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2981                                                                                                                                                RT @KieranCFC88: how the fuck did messi score 91 goals in a year
## 2982                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 2983                                                                    RT @heisrema: Sold out every show in the UK, Album racked a Billion streams in 8 months, I can’t count my plaques anymore, my gang is eatin…
## 2984                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 2985                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2986                                                                                               RT @kchartsmaster: 🏆 Congratulations TREASURE for winning 'Worldwide Fans Choice Top 10' at the 2022 MAMA AWARDS.
## 2987                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 2988                                                           RT @Veda_Princess_: Name: Jinx\n\nAuthor: Mingwa\n\nRead- Lezhin\n\n"Jinx"\n by the same creator as BJ Alex\n\n#mingwa #boyxboylove #love #boyxboy #…
## 2989                                                                     RT @taynewtaehin: started watching #ToSirWithLove today and I must say it's been a while since a thai BL series intrigued me. very lakorn!…
## 2990                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2991                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 2992                                                                                                                                               RT @Mayamo6_: #KissMyBodyXBossNoeul #bossnoeul #bonoh \nScreaming
## 2993                                                                                                                                                                    RT @the__oma: Need jollof rice in my life fr
## 2994                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2995                                                                  RT @jodanspace: if i havent read the chapter yet i cant really tell is this sh3n t1ngw3i or k4n6 t0ng 😭 mirip banget woi anjir\n\n*bl 1nt0x1c…
## 2996                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 2997                                                                                                                                         RT @kkyutiesdimple: Congratulations treasure!!! https://t.co/MMaRnPTSxc
## 2998                                                                                                                                                   RT @raknaboss: He's the sweetest 🥺🤏♥️\n\n#KissMyBodyXBossNoeul
## 2999                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3000                                                                                                                        RT @bssnol: noeul be like “he’s mine” \n\n #KissMyBodyxBossNoeul https://t.co/y97B4wN2VA
## 3001                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3002                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3003                                                                                                                                    RT @milkkura39: So pretty Sakura 🤩.. blue outfits 😍\nhttps://t.co/xlX48wdWMZ
## 3004                                                                                                                                         RT @nattawjsn: theres nothing more homophobic than indonesian BL fans 😭
## 3005                                                                 RT @harukyufics: 𝐓𝐡𝐞 𝐌𝐚𝐫𝐫𝐢𝐚𝐠𝐞 𝐂𝐨𝐧𝐭𝐫𝐚𝐜𝐭 : 𝑺𝒊𝒈𝒏𝒆𝒅.\nthe marriage contract chapter II\n\na #harukyu short au wherein Junkyv and Harvto are the ma…
## 3006                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3007                                                                  RT @bauhouse65: #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022 @MarinaJ…
## 3008                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 3009                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 3010                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3011                                                                          RT @Illumiell: Just read this and I wonder who's going to jump on the possibility of gay swan coparenting BL 😆 https://t.co/FzdDUpmGEh
## 3012                                                               RT @gayshipseries: a thread of inkpa scenes from #badbuddyseries &lt;3\n\np.s the series is a BL theme but i highly recommend watching the whole…
## 3013                                                                    RT @archaeologyart: "Cheers!". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…
## 3014                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3015                                                                    RT @BlackLo39629533: Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautiful a…
## 3016                                                                                                                          RT @bssnol: hold him forever boss \n\n#KissMyBodyXBossNoeul\n\nhttps://t.co/whKTsLkiEV
## 3017                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3018                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3019                                                                                                          RT @IamPolSol: Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 3020                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 3021                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 3022                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3023                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3024                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 3025                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3026                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 3027                                                                     RT @Strawburryjm: I  love how Fujos act like consuming BL is the PEAK of gay allyship and act as if its accurate to gay life because a lil…
## 3028                                                                                                                       RT @introvertsmemes: Me choosing how I’m gonna waste my time next https://t.co/EyEh6udRJY
## 3029                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3030                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3031                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3032                                                                   RT @buyolee_: He knows for sure way around here 😆😆 such as where to put his hand or grab the thigh 😄😄 good habits die hard 😅\n#Bosschaikamon…
## 3033                                                            RT @noeul1805: 291122 Kiss my body Meet&amp;Greet with Bossnoeul \n\nCr : RAIN.N  \n#Noeulnuttarat #MagentaBoy \n#KissMyBodyXBossNoeul https://t.co…
## 3034                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3035                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3036                                                                                                                                                         RT @Junafour: guys and girls can duo without dating btw
## 3037                                                              RT @heeShinju: If you see「個人利用OK」is written on an artist bio/profile (or on post caption etc) then it means that you're only allowed to sav…
## 3038                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3039                                                                    RT @tutulismyname: 3) Tunisia vs Australia featured players from 16 different leagues: La Liga, Ligue 1, Bundesliga, Serie A, MLS, Champion…
## 3040                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 3041                                                                                            RT @seungdduk: STRAY KIDS BEING INTRODUCED AS TRIPLE MILLION SELLERS IN FRONT OF THOUSANDS OF PEOPLE EXACTLY EXACTLY
## 3042                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3043                                                                  RT @WorldNfts: @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by @WisnuPradanaArt\nIT'S AL…
## 3044                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3045                                                                    RT @archaeologyart: "Cheers!". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…
## 3046                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 3047                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 3048                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3049                                                                    RT @stellarharus: i don’t know who came up with the misconception that any anime having a mlm or a wlw couple is a bl or gl but ? it doesn’…
## 3050                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3051                                                                                                                                           RT @spookicooky: God i really have such good taste in bl and kpop men
## 3052                                                                  RT @sususiaoo: 🗣️: boss what do you feel is Noeul's charm? How is it? \nBoss: cute *squeeze cheek*\n#KissMyBodyXBossNoeul\nhttps://t.co/l0yhfS…
## 3053                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3054                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3055                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 3056                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3057                                                                    RT @MarksAwards: 🍃News about the Environmental Poet of the Year prize. Four poets were commended. You can read the judges’ comments about t…
## 3058                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 3059                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 3060                                                                    RT @rvigg: @IanJamesMartin4 @catherinemginn @LGalloway77 Then they are doing a bl**dy good job  I'd say. Well on course to achieve their go…
## 3061                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3062                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3063                                                                    RT @kojiroshishido: Yaoi or BL? Indeed, those are popular in Japan as "fantasy" for women to enjoy. However, these women are looking for "f…
## 3064                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3065                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3066                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3067                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3068                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 3069                                                                      RT @0LDMANYAOI: Also- we need to stop fujoshis that make yaoi and BL bc I'm tired of the horrible rep and fetishisation of my sexuality /c
## 3070                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 3071                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3072                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3073                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3074                                                                    RT @FriendsofSTC: BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists and A…
## 3075                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 3076                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 3077                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 3078                                                                    RT @OlenaHalushka: Serhiy Novosad, 49. russians shot him in head, placing a machine gun muzzle in his mouth. Then they fired at his body, t…
## 3079                                                                    RT @OddsocksTango: If seeing a few BL shows that show sex scenes between consenting adults is enough to make you think queer people only th…
## 3080                                                                    RT @GLandsbergis: My message to fellow foreign ministers at today's NATO meeting is simple: Keep calm and give tanks. https://t.co/Z7rynLp4…
## 3081                                                                    RT @BreXsday9: I found the audio and I have it,  I have the audio of #Vegaspete  🔥🔥scene OMG i understand why they cut the audio is insane.…
## 3082                                                                  RT @visegrad24: 6 civilians were killed in the Russian missile strike on a residential complex in Vyshgorod, near Kyiv on November 23rd.\n\nI…
## 3083                                                                   RT @Gerashchenko_en: Unbreakable Ukrainians are preparing for possible complete blackouts if Russia continues its energy terror.\n\nI admire…
## 3084                                                                  RT @genshinficfess: au! cw // bxb bl ship haikaveh , alhaitham x kaveh\n\nwhat if Alhaitham is the one who made Kaveh broke to force him stay…
## 3085                                                                          RT @dryoatss: 🧎🏻‍♂️I offer my contribution to the #19days fandom #19daysfanart #moguanshan #hetian #boyslove #bl https://t.co/JR22k5FpCk
## 3086                                                              RT @skzchartdata: .@Stray_Kids has won "Worldwide Fan's Choice" (Bonsang) at 2022 MAMA Awards!\n\n#StrayKids #스트레이키즈 https://t.co/IvI3pzvDvB
## 3087                                                                                     RT @Vyaches13855081: True heroes the same as our brave soldiers!\n#Ukraine #RussiaIsATerroristState https://t.co/FUMYNIUYG9
## 3088                                                                  RT @red_loeb: @BLMedieval The heavenly gift of honey 🍯\n\n@BLMedieval Bl Kings MS 24;  ‘the King’s Virgil’; 1483-1485 CE; f.47v https://t.co/…
## 3089                                                                    RT @Vyaches13855081: @Glencore While you continue doing business in russia, innocent children, civilians are being killed by the aggressor'…
## 3090                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 3091                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 3092                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3093                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 3094                                                                                     RT @imnotenough99: Noeul if you do that what asking for i will stop flirting with boss for 6 days.  \n#KissMyBodyXBossNoeul
## 3095                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3096                                                                    RT @BL_HebrewMSS: Beautiful grisaille painting of Noah's ark showing animals and birds approaching the ark, from an 18th century Sabbath pr…
## 3097                                                                                                                                                         RT @WintTheint1: Let's move on 🤩💞 #KissMyBodyXBossNoeul
## 3098                                                                         RT @eullee_: Boss putting his hands on noeul's shoulder and Noeul clinging into boss arm = me dying in happiness\n#KissMyBodyXBossNoeul
## 3099                                                            RT @Jiniya1204: In Hollywood today :) Also went to see Seokjin's hand printing on Hollywood Bl 😍 \n\n#TheAstronaut #JIN #방탄소년단진 @bts_twt http…
## 3100                                                                                                                                                                             RT @jinjeoeo: A white cotton undies
## 3101                                                                                                                         RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc
## 3102                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 3103                                                                                              RT @JanetEmson: Thanks @BL_Publishing for The Mysterious Mr Badman by W F Harvey, out now. https://t.co/8NtO5OMJdA
## 3104                                                                    RT @sherlockeditor: And now a Purolator delivery - Celtic Weird edited by @ohsinnerman. Another beauty in the @BL_Publishing series! https:…
## 3105                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 3106                                                                   RT @TRBRajaa: ITS GOLLLLLLLLD FOR TAMILNADU !!!!!!!!!\n#NilaaRajaaBaalu WINS NATIONAL GOLD at the 65th National Shotgun Shooting Championshi…
## 3107                                                                  RT @red_loeb: December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 383; the 'S…
## 3108                                                                    RT @MewGulfPar: It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisses were l…
## 3109                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 3110                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3111                                                                    RT @bkppent: yall talking about neo being employed lets talk about the REAL bl secondary characters these two are in everything you can thi…
## 3112                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3113                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3114                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 3115                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 3116                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3117                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3118                                                                 RT @mileaposlayer: — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https://…
## 3119                                                                      RT @sususiaoo: The way Boss pulled Noeul closer to him and Noeul trying to avoid his eyes 🤭\n#KissMyBodyXBossNoeul https://t.co/2y1ZipbrrR
## 3120                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3121                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 3122                                                                                                                                                           RT @SubbyBaek: I want a life what bl manhwas have!!!!
## 3123                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 3124                                                                  RT @red_loeb: Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/z…
## 3125                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3126                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3127                                                                     RT @BreXsday9: Hear me out them as the the main couple we need this, we should make this a trending so maybe can happen. We need them back…
## 3128                                                                                                          RT @famewya: Host : Boss, what do u think Noeul’s charm is?\nBoss : He’s cute\n\n#KissMyBodyXBossNoeul
## 3129                                                                    RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…
## 3130                                                                                                                             RT @akitasoundinomg: and the category is....FACE @pledis_17 https://t.co/kTcZ9icroF
## 3131                                                                    RT @miahuahua: If yall want a BL recommendation on webtoon, you should totally read Take off, it's such an adorable comic!! + the finale is…
## 3132                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3133                                                                    RT @BL_prints: Etching of the astronomical clock in Lyon Cathedral with its several dials and allegorical and decorative figures and carvin…
## 3134                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 3135                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3136                                                                    RT @snowkhoshi: it’s kinda hard not expecting any awards for seventeen especially this year when we all know hot is the most popular bg son…
## 3137                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3138                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3139                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3140                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3141                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3142                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 3143                                                                                                         RT @F1: Ferrari confirm Mattia Binotto has resigned as Team Principal\n\n#F1\n\nhttps://t.co/Nl730UN0Qr
## 3144                                                            RT @nivs__: hi &lt;33 kinda?? new to #genshintwt &amp; #anitwt so i’m looking for moots\n-hxh,bsd,csm,bl,sk8,jjba,spyxfamily and more!\n\n-im ar 55…
## 3145                                                                   RT @kusssman: Ronaldo celebrating with his teammates getting more outrage than MESSi shitting on the Mexican flag.   \nwe can’t beat Messi P…
## 3146                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3147                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 3148                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3149                                                                                                   RT @sususiaoo: Noeul clinging on to Boss. Love that for them \n#KissMyBodyXBossNoeul\nhttps://t.co/o9I1G613PT
## 3150                                                                                                                         RT @lilac66572781: Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc
## 3151                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3152                                                                    RT @aloha_uj: blowing up people’s head is the last thing I want.  And if possible, I hope I don’t find some foolish 15-year-old juvenile de…
## 3153                                                                 RT @aloha_uj: It’s freezing.  It’s f—ing freezing. \n\n“Good that it’s not too cold today.”\n\nBinnie blabbed from chapped lips.  Of course it…
## 3154                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3155                                                                 RT @mileaposlayer: — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https://…
## 3156                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3157                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3158                                                                                                   RT @shashwas97: Another bias playing BL.... KIM YUHWAN WHY ARE YOU HERE???? GZJSJSJDK https://t.co/HmTP4kOe8z
## 3159                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #lesserafim #르세라핌\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AW…
## 3160                                                                    RT @blackjoker44554: Rain living alone in the forest since he was born, because their parents was separated by cruel worlds they were livin…
## 3161                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3162                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3163                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3164                                                                                                                                         RT @SneakerPhetish: I CANT STOP LAUGHING 😂😂\n\n https://t.co/GFAiCx1X4g
## 3165                                                                    RT @FrankKhalidUK: Doesn’t matter how many times Man City beat us, the one game which they wanted to win was the one we won. 💙 https://t.co…
## 3166                                                                                                                    RT @blackjoker44554: The story of payu and rain, payu is a gentleman \n#KissMyBodyXBossNoeul
## 3167                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3168                                                                                                                     RT @blackjoker44554: Alright i'll make payurain AU to trend hashtag \n#KissMyBodyXBossNoeul
## 3169                                                                                                        RT @blackjoker44554: Rain is born from the love of a princess and a fairy prince \n#KissMyBodyXBossNoeul
## 3170                                                                                                                                                                          RT @foladgt: @Ezehi4 “What is cashout”
## 3171                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3172                                                                 RT @fortforpeat: he’a being precious again 🥹 he takes time to read all the birthday wishes for him 😭\n\n#OurSmile22ndFortDay #FortFTS\n https:…
## 3173                                                                                                                                   RT @F1: Binotto: "I am leaving a company that I love" https://t.co/3Cx7lZe4ml
## 3174                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 3175                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3176                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3177                                                                                                                                              RT @Mayamo6_: #KissMyBodyXBossNoeul #bossnoeul #bonoh keep going 😎
## 3178                                                                 RT @mileaposlayer: — MILE TIME 💚\n\nLet‘s vote for our beloved mile! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https:…
## 3179                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 3180                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3181                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3182                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3183                                                                    RT @unicorn1007x: Babiis, please stream the trailer if you’re available right now.we’re left far behind other bl series. let’s raise our vi…
## 3184                                                                    RT @EngMartyrSchool: Here is a sample of concertina books made by the Year 4 and 5 pupils at English Martyrs. Some of the children have bee…
## 3185                                                                                                                                                  RT @sseracentric: "what's a soulmate?" https://t.co/escXGYEc5I
## 3186                                                                                                                                     RT @RickRoss: RT IF YOU PLAN ON BEING A MILLIONAIRE https://t.co/BPhVdkhtdv
## 3187                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 3188                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3189                                                           RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…
## 3190                                                                   RT @perayuhhh: watch singto’s smile widen with every picture, his eyes finally crinkle at the corners when krist faces him 🥹🫶✨ https://t.co…
## 3191                                                                    RT @perayuhhh: au (or not, maybe it’s true) that ks has developed a flower thing since they started having separate work. every time k or s…
## 3192                                                                   RT @therealkranium: Big up @wizkidayo @tydollasign  the story around this song is a dope set up over 100\nMill today  🚀🚀  ntn beats vision h…
## 3193                                                           RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…
## 3194                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 3195                                                                     RT @FrieddChickit: When i’m getting tired of my day, i will listening to this while reading the lyrics, and somehow… it will heals my mood…
## 3196                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 3197                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3198                                                                    RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…
## 3199                                                                                                                RT @msgzuha: le sserafim’s mma’s performance views on youtube are insane https://t.co/21M9pol02q
## 3200                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3201                                                                                                                                                     RT @39bIooms: the rest was history! https://t.co/8IQKZJl3Az
## 3202                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3203                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 3204                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #jo1 #제이오원\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AWARDS @o…
## 3205                                                                 RT @heartferula: hii #manhwatwt #anitwt  still looking 4 moots!! \n\nfavs r:\ntcf, orv, sl, lookism, how to fight, tgcf, weak hero, no home et…
## 3206                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3207                                                                                                                                       RT @creamy_isa: I miss this era so much..... 😭\n\nhttps://t.co/u7MwDq943T
## 3208                                                                RT @Vaniaster: #anisd #bltwt #Anitwt \n\nHello, this is a new acc of me. He/him 26. \n\nBasically will only talk about BL/yaoi stuffs, so pleas…
## 3209                                                                                                                                                  RT @innerchilding7: Its a BL\nBecs i said so\n #WeakHeroClass1
## 3210                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3211                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3212                                                                 RT @mileaposlayer: — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :https://…
## 3213                                                                   RT @Kpop_Herald: [#2022MAMA] The party queens are here! @le_sserafim shines on the red carpet for @MnetMAMA! ✨ #LE_SSERAFIM #MAMA2022 #LESS…
## 3214                                                                     RT @lesswithnoname: Don’t be an organizer if you can’t handle it. Don’t be an organizer if you want to judge people. Don’t be an organizer…
## 3215                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 3216                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 3217                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3218                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3219                                                                                                                                  RT @Bossckm_: I'm back 🌑\n\n#Bosschaikamon #ShawtyBoss https://t.co/ScZWy8CTeQ
## 3220                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3221                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3222                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3223                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3224                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 3225                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3226                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3227                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3228                                                                                                      RT @Mixdemamaya: This is the most handsome doctor\n@wixxiws #mixxiw\n#ส่วนผสมของมิกซ์ https://t.co/iYCf5r29Yu
## 3229                                                                            RT @F1: BREAKING: Mattia Binotto will leave his position as Ferrari team principal at the end of 2022\n\n#F1 https://t.co/wVzdS12IcG
## 3230                                                                  RT @moeshafatima: The sweetest scene of all the BL stories I've watch. I need this too 😥 \n\n You guys barely had any script here but you por…
## 3231                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3232                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3233                                                                                                                               RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 3234                                                                RT @OGTNAF: (8) Off, Gun, Neo, Mark, Victor in Cooking Crush (BL)\n\nOffGun BL + Cooking 😆\n\nOff: Last year, we did a serious drama\nGun: This…
## 3235                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3236                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3237                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3238                                                                                                                                   RT @suninhersmile: CAN SOMEONE RECOMMEND A GOOD BL MANHWA PLEASE IM DESPERATE
## 3239                                                                                                                                         RT @TrollFootball: Match venue for Iran vs USA. https://t.co/ObTiQ52ATt
## 3240                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3241                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3242                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3243                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3244                                                                RT @OGTNAF: (8) Off, Gun, Neo, Mark, Victor in Cooking Crush (BL)\n\nOffGun BL + Cooking 😆\n\nOff: Last year, we did a serious drama\nGun: This…
## 3245                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3246                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3247                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3248                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3249                                                              RT @shahrazadsani: Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in between…
## 3250                                                                                                                                          RT @ScuderiaFerrari: Ferrari announcement: \n\nhttps://t.co/31MIsehPq9
## 3251                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 3252                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 3253                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3254                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 3255                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3256                                                                    RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…
## 3257                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3258                                                                                                  RT @ToMixxiw: Earth,you looks so suspicious here 👀😳😳😳😳🤭🤣🤣🤣🤍😏\n\n#เอิร์ทมิกซ์ #EarthMix \n\nhttps://t.co/lnTFankyMP
## 3259                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3260                                                                    RT @Joellinepearl: BL Fans Get together budget ranking comfortable budget poll for everyone lets us know your budget guys this one includes…
## 3261                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3262                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3263                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3264                                                                RT @NJW_Translation: ꒰ #NetJamesEngTrans ꒱\n\n👑It’s Q15, pls support KingUea and everyone in production\n👑Today, I meet with Tonkao. I didn’t…
## 3265                                                            RT @NJW_Translation: ꒰ #NetJamesEngTrans ꒱\n\n💬What’s today Q?\n🔥Q15\n💬You didn’t come alone today\n🔥I'm with nong Pang\n💬She's cute in the unifo…
## 3266                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3267                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3268                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3269                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3270                                                                    RT @hoshi801_: #BlueLock Bachira Meguru's profile and "A day in the life at Blue Lock" (which is probably the Episode 2 for BL mini-series,…
## 3271                                                                            RT @forlsrfmth: (⿻📁) วันนี้ @le_sserafim จะเข้าร่วมงาน 2022 MAMA AWARDS โดยมีชื่อเข้าชิงรางวัลถึง 5 สาขา\n\n⬩ Artist of the Year\n⬩ Song of th…
## 3272                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3273                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3274                                                                 RT @mssjkenny: Filming for myself &amp; Adrian from @BL_LTHTR 📽️ Amazing to meet our fantastic colleagues in the @LTHTRFinance team for a TED c…
## 3275                                                                                RT @blisanewblack: THE WAY WE FINALLY GOT POSTER FOR THE UPCOMING KBL “THE DIRECTOR WHO BUYS ME DINNER”! https://t.co/dAOvsXRGql
## 3276                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 3277                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3278                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 3279                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 3280                                                        RT @BLUPDATE2022: SOUTH KOREA | From the same producer of ‘Blueming’, KENAZ's “#TheDirectorWhoBuysMeDinner #밥만잘사주는이상한이사님” starring Park You…
## 3281                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 3282                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3283                                                                                                            RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 3284                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3285                                                                      RT @YILOVEY: Text: Meung (you) pls don’t die yet. This is only the 2nd day. \n\n#เอิร์ทมิกซ์ #EarthMix #mixxiw @wixxiws https://t.co/goNxLr1E…
## 3286                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3287                                                                RT @yaxi_aki: rkgk \nEvery second I am awake is spent thinking about Toya’s eyelashes \n#prsk_FA #prsk_BL #彰冬 #akitoya https://t.co/eg2ZkqH8jS
## 3288                                                     RT @Thabangsiband9: We follow back ✊\n\n@OzsariNejla \n@Yavuzkaan1453 ☕\n@F03427\n☕@_1Ellaa\n@susbiq\n@20ysf1 ☕\n@HzrYldz75342731 \n☕@21KAREL \n@arak…
## 3289                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3290                                                                                                                               RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 3291                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3292                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 3293                                                                                                                         RT @TurtleLoveCat: a very good morning to this chae hyungwon 😵‍💫 https://t.co/eeNVLnq8nR
## 3294                                                                                                                                                                       RT @Sleemzy_avil: Make dem sha no Bl*w 😂🤌
## 3295                                                                                                                                                 RT @buitengebieden: Best goalkeeper.. 😅 https://t.co/UVxtb6Bch6
## 3296                                                                                               RT @BoardGeniuses: #Oregon never has a good defense because Eugene is not redneck enough. https://t.co/VeEx5c4L1W
## 3297                                                                RT @WYStarStudio: JOE LOCKE is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (2pts)…
## 3298                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3299                                                                                                                               RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 3300                                                                                                                                 RT @myclumsycloud: New layout cuz my babies came home 💕 https://t.co/ESefohrr7y
## 3301                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 3302                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3303                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 3304                                                                                                        RT @khbsource: kim hanbin's visuals + sleek intro for the 'keep me up' live clip https://t.co/ZTwBgeTGQ2
## 3305                                                                 RT @bazingahzy: Codey want ~ Codey get~🥹🥹🥹\nSo HBD 28th  P'tepppp!!!😉😉😉\nSee u at ur next 28 BD!!!🤣🤣🤣\n#HBD28thJeffSatur https://t.co/GV0xf6sX…
## 3306                                                                                                                               RT @Peachi3_: And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 3307                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 3308                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 3309                                                                     RT @AsianPopMedia1: Weird as fuck? #SingInLove is the title of this unusual BL but hesitates to use the word 'rape' while revealing scenes…
## 3310                                                                                                                                                       RT @themoonlovepic: Cristal moon. https://t.co/tq3E3f3PnV
## 3311                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 3312                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3313                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3314                                                                           RT @mikevorel: Michael Penix Jr.: "Right now, yes, I'm looking forward to playing in the bowl game and being out there with my guys."
## 3315                                                                    RT @FutureForAll: 🍾Thanks to all our amazing stage guests like @mayagraf_bl, @greyherren, @EyhornFrank, members of the @BEP_Schweiz + @SFHC…
## 3316                                                                                                                             RT @jeffsaturjpg: Guys, good news! Stay tuned~ \n#Jeffsatur https://t.co/PdVp0Zap2e
## 3317                                                                                                        RT @cdnzarecords: [📸] Today‘s JAY B\n\n#JAYB #제이비 #CDNZARecords #카덴차레코즈 https://t.co/0gNrtSBvDE
## 3318                                                          RT @MileApoDaily_: Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK\n5\nh…
## 3319                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 3320                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 3321                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 3322                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3323                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3324                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3325                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3326                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 3327                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3328                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3329                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3330                                                                   RT @Chiro_Odhoraa: Aakansh dumbo using BL's another title song after 1.5 years😤\nBut it's so beautiful.. only song which defines the core pe…
## 3331                                                                                               RT @katzeperkkura: ออมอ The Hydra เข้า Billboard Hot Trending Songs Real-time Chart อันดับ#6 https://t.co/y90mGgqAAu
## 3332                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3333                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3334                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3335                                                                    RT @theseoulstory: [#2022MAMA] 📸 The trendy girls of LE SSERAFIM are here at the red carpet of 2022 MAMA AWARDS! @MnetMAMA @le_sserafim htt…
## 3336                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3337                                                                    RT @businessline: #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.  @gurukmurt…
## 3338                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #dkz #디케이지\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AWARDS @d…
## 3339                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3340                                                                    RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…
## 3341                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3342                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3343                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3344                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3345                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3346                                                                RT @MultiDidi: #BibleBuild au \n\n"Over The Window" \n\nWhere Bible and Build start fighting over a game news on Twitter, not knowing that he's…
## 3347                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3348                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3349                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 3350                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3351                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3352                                                                 RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…
## 3353                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3354                                                                                                                                                    RT @cresstwt: if this happens i’ll kms leave jp bl alone pls
## 3355                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3356                                                                     RT @mcuban: Come on @elonmusk   We all know what free speech re the gov is because we can read the 1st Amendment and any related case law.…
## 3357                                                            RT @MileApoGuardVTS: DAILY VOTE\n\n1.https://t.co/x6APsApjrw\n\n2.https://t.co/u1OEEu6mbT\n\n3.https://t.co/HLJ3Hq0bHk\n\n4.https://t.co/LAnmGs6KtD…
## 3358                                                              RT @ChuQiao18: bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female centric / fir…
## 3359                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3360                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3361                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3362                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 3363                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3364                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3365                                                                                                                                         RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l
## 3366                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3367                                                                RT @vgasptr: a #VegasPete 🔞 au where:\n\nFootball player Vegas and Nerd Pete. Vegas is addicted to Pete. \n\n"You need to stop doing me in publ…
## 3368                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3369                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3370                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 3371                                                                    RT @Orchestrative: they've already called east asian BL works "fetishizing" to begin with for containing transgressive themes, but they did…
## 3372                                                                  RT @mingmumuming: why this obsession with comparing SCOY to GAP ?!\n2 different audiences\n2 different genre\ndifferent story, director, cast…
## 3373                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 3374                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 3375                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3376                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3377                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3378                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 3379                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3380                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3381                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3382                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3383                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3384                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 3385                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3386                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 3387                                                                    RT @lesserafimtoday: It’s happening today! The girls will take over the stage. They worked hard to show us an amazing performance. Let us s…
## 3388                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3389                                                                    RT @ajuhaban: @illustrata_ai @joynxyz @amli_art @bl_artcult Even though we are not strong, we always try to look fine and strong. Besides c…
## 3390                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 3391                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3392                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3393                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 3394                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3395                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 3396                                                                    RT @businessline: #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.  @gurukmurt…
## 3397                                                                                                            RT @FUSHIGUR0: thinking about the cultural reset that was winter coat childe https://t.co/yO9weNRBON
## 3398                                                                 RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…
## 3399                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3400                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3401                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 3402                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 3403                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3404                                                                    RT @deeperflows: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space @Morph_V…
## 3405                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3406                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3407                                                                                                                                                            RT @krinnnin: School uniform https://t.co/3G7MhkPHir
## 3408                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 3409                                                        RT @candyneedsramen: • new localization🌎\n↳ 「 Well Done 」 \n\n🇺🇸 lezhin\n🎭 bl | mature \n🔗 https://t.co/Zbulovsh1L\n\n✍️ @4tune_anco &amp; @skin650128…
## 3410                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3411                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3412                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3413                                                                     RT @megz6344: @ReelRishmi It’s fishy,if they love her so much why don’t they cast her as a lead in some other series? I have a bad feeling…
## 3414                                                                    RT @ReelRishmi: @megz6344 BL maker are blind aish won 3 awards because fans love her but they giv maera important and she haven't won. Maer…
## 3415                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 3416                                                                                                                                                   RT @jeffsaturjpg: No haircuts please~ https://t.co/Ni6U2dKnNm
## 3417                                                                   RT @BibleBuildLuvly: "Are you sure?" I heard behind my back before hard hands fell on my shoulders.\n\n"Yes," I said, and felt a gentle kiss…
## 3418                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3419                                                                    RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…
## 3420                                                                                                           RT @DSonualariya: @NhmRJOfficial % bess pr hi pharmacist appointment Honge to vo kisi ko kya btayenge
## 3421                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3422                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3423                                                                   RT @GaymumLovesBL: Some kisses from BL series beautiful couples ❤🇨🇵\n#AsianBoyslove #Kisses #Multifandom #koreanbl #Thaibl #JapaneseBL #Taiw…
## 3424                                                                  RT @B_I_A_H_bee: BBB au prompt:\n\nBible,a famous actor that keeps hidding his true personality. One day Build finds out, but the way is unex…
## 3425                                                                                                                                        RT @barchorde_tin: HAPPY BIRTHDAY @jeffsatur 🥳🎊🎉 https://t.co/R37tBRQNCz
## 3426                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3427                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3428                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 3429                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3430                                                                   RT @kdrama_menfess: •kdm• 🏳️‍🌈 bl series "The Director Who Buys Me Dinner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des di Heavenly…
## 3431                                                                     RT @jenrenbot: Sent noren hug clip to my friend without context and she asked me what bl drama is that 😭 — saw kfans saying that if u crop…
## 3432                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 3433                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3434                                                                    RT @dkaleniuk: This is Volodymyr Vakulenko. A Ukrainian poet from Kharkiv region. He was missing since March this year. Today DNA test conf…
## 3435                                                                     RT @BL_Learning: 📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new online…
## 3436                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3437                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3438                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3439                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3440                                                                  RT @TurtleLoveCat: a whole article on hyungwon's producing career 🥺🥺🥺\n\n'"monsta x hyungwon who work hard, a producer you can trust and list…
## 3441                                                        RT @daylightforsahi: [TREASURE ASAHI] A Japanese member who can also compose and write lyrics.\n\nhttps://t.co/JNxmt6Hpis\n\n#아사히 #ASAHI #트레저아사…
## 3442                                                                                                                        RT @lgbtanime: im fighting the hacker someone send me bl manhwas https://t.co/xQzoeO5jjD
## 3443                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3444                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 3445                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3446                                                                    RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…
## 3447                                                                    RT @Plasyfelin: @BL_Learning Year 1 have loved making their concertina books!  Much enjoyment in the planning, editing, writing and illustr…
## 3448                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3449                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3450                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3451                                                                    RT @JonahFurman: Full sellout from the White House for the majority of rail workers who rejected the deal the President brokered, preemptiv…
## 3452                                                                                                                                                         RT @DentesLeo: Say what you mean.\n\nMean what you say.
## 3453                                                                    RT @poddar_namrata: Such an honor to see #BorderLess among @WIRoBooks’s favorites for 2022! Here’s an excerpt from @AliceKSStephens’s revie…
## 3454                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 3455                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3456                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3457                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3458                                                                     RT @lunaperla: @DavidGHFrost @FT Listen, David, sometimes you've just got to say stuff in pure Anglo-Saxon and #Brexit was a bl**dy stupid…
## 3459                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 3460                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 3461                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3462                                                                 RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…
## 3463                                                                    RT @Mystic_Stirling: GL subtext is more blatant now with animes like Lycoris, Executioner, GWitch, and maybe the recent Love Live - haven’t…
## 3464                                                                    RT @SamarthPanda: @TezDhar4 @PoojaShali Yeah that's my fault. Being an indian i was unaware of what happened to girija tikko , bl ganjjo an…
## 3465                                                                  RT @Morph_VGart: Monday Night Showcase time!\n\nTonight, share a piece you collected and shoutout that artist.\n\nTag 3 friends/collectors :)…
## 3466                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3467                                                                                        RT @_saturdayss__: He is so much giving me heart attack\n\n#JeffSatur #saturdayss #JeffSaturedit https://t.co/c5P0lpJZdD
## 3468                                                                    RT @PilgrimBudapest: #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family document…
## 3469                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3470                                                                  RT @WorldNfts: @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by @WisnuPradanaArt\nIT'S AL…
## 3471                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 3472                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3473                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3474                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3475                                                                                            RT @Huangwom: nice to see you again🫶🤍🥰\n@warwanarat  #warwanarat \n@yinyin_anw   #yinyin_anw https://t.co/BcLWF1PIOS
## 3476                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 3477                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 3478                                                                                                               RT @yinwarpicedits: yin and his yang \n\n#yinwarpicedits #yinwar #fanedit https://t.co/Bt4dp3PNZA
## 3479                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3480                                                                 RT @Jackhangu: B : You love fans or not ? \nW: I always say it and fans already knew it \nB : Knew about what ? \nW : fans already knew it \nB…
## 3481                                                                    RT @kagetoorukise: why is liking gay fictional contents automatically labels you as fetishizer? did yall know how heavy that word is to jus…
## 3482                                                                   RT @DestinyyyBoss: Nomination mai aaooo thooo dabang tarekeee saeee sooo happy #ShivThakare is finally in Nomination 🥳💪🏻\nTEAM 7 kae MASTERM…
## 3483                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3484                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3485                                                                 RT @AYA_GLOBAL_O: ✨The semi-final stage for 2022 Most Attractive Asian Male Artist has ended.\n\n🎉We are pleased to offer our congratulations…
## 3486                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 3487                                                                                             RT @Shantkee: Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW
## 3488                                                                RT @ApoVotingTeam: 🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popular Tha…
## 3489                                                                    RT @BibleBuildIND: 🖤Vote for BibleBuild💙\nPlease vote for BibleBuild and KinnPorsche The Series for Popular Vote at Komchadluek Awards 19!!…
## 3490                                                                  RT @build_hourly: retweet, quote retweet, reply and make your own tweet! don't forget to vote on the app and website as well \n\nI vote @Buil…
## 3491                                                                    RT @bucinharit: Jeff as he scrolling through the #HBD28thJeffSatur like "since when? Oh right, Barcode said so. Yey happy birthday me" http…
## 3492                                                                                                RT @theoldkyokodied: but wait: there is more!! sorry for bl posting i am mentally unwell https://t.co/Y6BH55JBbW
## 3493                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 3494                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3495                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3496                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3497                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3498                                                                  RT @LinXueLian_AO3: List of known #MDZS/#TheUntamed/#CQL BL games:\n\n#WangXian: https://t.co/GYAvbqZYqE\n\n#XiCheng: https://t.co/r66uekJizz…
## 3499                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3500                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3501                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3502                                                                RT @BibleBuildIND: Daily vote for BUILD\n\nI vote @Buildbuilddd \n\n#NETIZENSREPORT #BuildJakapan for Asian Celebrity of the Year #ACOTY2022  @…
## 3503                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 3504                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3505                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 3506                                                                  RT @PanthersCulture: Byron Leftwich is in a no-win situation.\n\nWhen Tom Brady was producing, BL got some hype, but it was mostly because To…
## 3507                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3508                                                                                                                RT @MemindyOfficial: Happy Birthday @fort_fts 🥰🥳\n\n#OurSmile22ndFortDay https://t.co/vnZcINkmu4
## 3509                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3510                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3511                                                                RT @holybibs: retweet, quote retweet, reply and make your own post! \n\nI vote @Buildbuilddd \n\n#NETIZENSREPORT #BuildJakapan for Asian Celebr…
## 3512                                                                     RT @Eunice_Once: I Don’t Care ur straight, gay, lesbian,Bi, BL/GL fan🏳️‍🌈 \nYou have to watch this series !!!\nThis series is not just about…
## 3513                                                                    RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…
## 3514                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3515                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3516                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3517                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3518                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3519                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3520                                                                    RT @BLUPDATE2022: After confirming the ending, there's no doubt. “#ToSirWithLove” ranks #1 on my Thai Lakorn this year! It is a well-writte…
## 3521                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 3522                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 3523                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 3524                                                                  RT @BLUPDATE2022: GMMTV's #NeverLetMeGoSeries starring #PondPhuwin premieres this December! Don't miss the Official Trailer tonight!\n\nBetwe…
## 3525                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3526                                                               RT @BLUPDATE2022: TRACK LIST | DECEMBER 2022\n\n1 - #OhMyAssistant 🇰🇷\n2 - #609BedtimeStory 🇹🇭\n2 - #MySchoolPresident 🇹🇭\n9 - #SemanticError: T…
## 3527                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3528                                                     RT @BLUPDATE2022: Just like #블루밍 #Blueming,  #TheDirectorWhoBuysMeDinner #밥만잘사주는이상한이사님 will be streaming on iQIYI Global simultaneously sta…
## 3529                                                                     RT @BLUPDATE2022: THAILAND | The upcoming TV series adaptation of TJ Tommys' novel with the same name, #ChainsOfHeartTheSeries #ตรวนธรณี is…
## 3530                                                            RT @MnetMAMA: [#2022MAMA] Red Carpet #lesserafim #르세라핌\n\nLook who is rocking 2022 MAMA AWARDS red carpet right now!✨\nWelcome to 2022 MAMA AW…
## 3531                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3532                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 3533                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3534                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3535                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3536                                                                 RT @alice262188: Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link: https://t.co/ZsHBWn1…
## 3537                                                                                                                         RT @phuwintang: “Love Is the Death of Duty” #NeverLetMeGoSeries https://t.co/Le1lSHRUFi
## 3538                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3539                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3540                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 3541                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 3542                                                              RT @bubblegeommie: here are my top 10 bl manhwa:\n\n1. king's maker\n2. hold me tight\n3. dangerous convenience store\n4. love so pure\n5. painte…
## 3543                                                                                                                                       RT @jakegillan42: Please check this BL here on 🥰\nhttps://t.co/JYaJK9K7qj
## 3544                                                                  RT @EuromaidanPress: Current view of Donetsk's Bakhmut\n\nThe primary target of Russia's offensive operations in the eastern front, Bakhmut h…
## 3545                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3546                                                                 RT @jakegillan42: The way 천년범 is so cool and visually stunning. I think this BL will be the next big BL. Its new on Lezhin Korea with 8 epi…
## 3547                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 3548                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3549                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3550                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3551                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3552                                                                  RT @BLMedieval: 5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (allegedly).…
## 3553                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3554                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3555                                                                    RT @tutulismyname: 3) Tunisia vs Australia featured players from 16 different leagues: La Liga, Ligue 1, Bundesliga, Serie A, MLS, Champion…
## 3556                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 3557                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3558                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3559                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3560                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3561                                                                                                                            RT @jodanspace: *bl ⚠️WARNING NSFW🔞\n🔥THE🔥HOTTEST🔥2nd🔥COUPLE🔥 https://t.co/zJThRgVS6C
## 3562                                                                    RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…
## 3563                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3564                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3565                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3566                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 3567                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3568                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3569                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3570                                                                                            RT @dailytaynew: the pinoy bl indsutry kinda went off and died and idk how much of that is attributed to gege severo
## 3571                                                                    RT @MikaMaiz1: The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why people alw…
## 3572                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3573                                                                    RT @theseoulstory: [#2022MAMA] 📸 The trendy girls of LE SSERAFIM are here at the red carpet of 2022 MAMA AWARDS! @MnetMAMA @le_sserafim htt…
## 3574                                                                    RT @build4bibble: help I've been into blmanhwa lately and it's so addicting..can y'all recommend me more? like your most favorite? https://…
## 3575                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3576                                                                    RT @vegascupid: this pisses me off more knowing that some of these men on gmmtv don’t even want their bl roles n are unashamed to show it ……
## 3577                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3578                                                                                                                                                                         RT @ppnaravit: it’s my duty to love you
## 3579                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3580                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 3581                                                                  RT @WanqiLi9: a nod to #obikin shippers: Raising the main character (养成) is a very common trope in Chinese BL, in fact one of the most popu…
## 3582                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3583                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3584                                                                   RT @kdrama_menfess: •kdm• 🏳️‍🌈 bl series "The Director Who Buys Me Dinner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des di Heavenly…
## 3585                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 3586                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3587                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3588                                                                 RT @BlackLo39629533: In all the world,\nthere is no heart for me like yours.\nIn all the world,\nthere is no love for you like mine.\nRemember…
## 3589                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3590                                                                  RT @KieMimiPopo: Can U all Vote for this For MileApo 💛💚❤️\nThe Gap is very small now \n\nPOLL: The Best And Most Popular Thai BL Couples Of 20…
## 3591                                                                   RT @Chiro_Odhoraa: Aakansh dumbo using BL's another title song after 1.5 years😤\nBut it's so beautiful.. only song which defines the core pe…
## 3592                                                                  RT @KieMimiPopo: Can U all Vote for this For MileApo 💛💚❤️\nThe Gap is very small now \n\nPOLL: The Best And Most Popular Thai BL Couples Of 20…
## 3593                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3594                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3595                                                                  RT @Gerashchenko_en: 101 women serving in Ukrainian Army have died since the full-scale invasion began. Over 100 more have been wounded.\n\nA…
## 3596                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3597                                                                                                           RT @EIJICHERRY: TOMORROW FIRST EP OF "SHE LOVES TO COOK AND SHE LOVES TO EAT" https://t.co/s6JAamNjHo
## 3598                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3599                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3600                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 3601                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3602                                                                  RT @cebuBLorg: 📌BIBLE: "I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST"\n\nBible Wichapas Sumettiku…
## 3603                                                                                                            RT @red_loeb: Who will win the match? 🤔\n\n@BLMedieval BL Arundel 66, f. 33v https://t.co/5vt5VOVnDw
## 3604                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 3605                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3606                                                                    RT @nipaponngam1: #BuildJakapan @Buildbuilddd \n#ฟองอากาศของไบเบิ้ลบิว \n\nPOLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t…
## 3607                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 3608                                                                           RT @420NewsandRevi1: Packwoods LA Episode III, 2 gram Ice Cream Kush, infused and sugared  Bl... https://t.co/4G5rJtS0c6 via @YouTube
## 3609                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3610                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3611                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3612                                                                                                                                                   RT @lejeanspics: THEY ARE SO PRETTY\n https://t.co/QxxPKy6lee
## 3613                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3614                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3615                                                                                                            RT @red_loeb: Who will win the match? 🤔\n\n@BLMedieval BL Arundel 66, f. 33v https://t.co/5vt5VOVnDw
## 3616                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3617                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 3618                                                                    RT @selenathearena: If there’s anything holding thai bl’s back or something they definitely need to work on is the audio mixing and backgro…
## 3619                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3620                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 3621                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3622                                                                   RT @_ebelechukwu: We need to be mindful of the indoctrination that goes on, on social media. \n  It is madness to swallow everything a perso…
## 3623                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3624                                                                    RT @MDVengas: @MJ_007Club Modi should Stop with this Bl**dy IFFI forthwith. This jamboree is nothing but occasion for some babus to enjoy a…
## 3625                                                                                                                                                RT @hanmdin: 「affection」#類司 #prsk_BL https://t.co/M7USPb3RT9
## 3626                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 3627                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3628                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3629                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3630                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 3631                                                                    RT @voodookunt: It's that time of year! My annual bl smash or pass thread! Let's start with Tay tawan of dark blue kiss and cherry magic(TH…
## 3632                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 3633                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3634                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3635                                                                    RT @lesiavasylenko: The image of 2 day old Sehii  hasn’t left my mind for days. Less than 48 hours a happy mom sent a picture to a proud da…
## 3636                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3637                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3638                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3639                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3640                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3641                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3642                                                                                                                              RT @HSGoldenGirl: The Dering Roll\nhttps://t.co/zDBggP5UGi https://t.co/IxYa2ECqlE
## 3643                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3644                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3645                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3646                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3647                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 3648                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3649                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3650                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3651                                                      RT @kstarlivecom: Popular BL Webtoon #TheDirectorWhoBuysMeDinner to Be Adapted as a Drama, Confirms Release Date\n\n#밥만잘사주는이상한이사님 #ParkYoungw…
## 3652                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3653                                                                                                                                 RT @_gugumi: they know it's their eunbi unnie's voice 🥹 https://t.co/EfGsjiZqM8
## 3654                                                                    RT @ARanganathan72: Mosques screamed Run, Convert or Die on Jan 19, 1990. BK Ganjoo’s blood was fed to his wife on March 17, 1990. Girija T…
## 3655                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3656                                                                     RT @D2055de: @DmytroKuleba @UrmasReinsalu @Haavisto @thordiskolbrun @edgarsrinkevics @GLandsbergis @AHuitfeldt @TobiasBillstrom We support…
## 3657                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3658                                                                    RT @DmytroKuleba: Welcomed my colleagues and friends @UrmasReinsalu, @Haavisto, @thordiskolbrun, @edgarsrinkevics, @GLandsbergis, @AHuitfel…
## 3659                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 3660                                                                RT @Thatlawal: A LETTER TO MR. FEMI OTEDOLA!\n\nDear @realFemiOtedola,\n\nI would really appreciate any gesture that you could extend to help s…
## 3661                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3662                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3663                                                                    RT @MFA_Ukraine: Foreign Ministers of Estonia 🇪🇪, Finland🇫🇮, Iceland🇮🇸, Latvia🇱🇻, Lithuania🇱🇹, Norway🇳🇴, and Sweden🇸🇪 today visited Ukraine…
## 3664                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3665                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3666                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3667                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3668                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3669                                                                    RT @UkraineDiary: #warinukraine my native city Dnipro has been bombed 2 hours ago by 4 rockets, #RussiaIsATerroristState #closethesky #puti…
## 3670                                                               RT @jodanspace: WARNING SPOILER , SNEAK PEEK *bl\n\nl don't care\nHow Iong it takes\nAs long as l'm with you\nl've got a smile on my face https:…
## 3671                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 3672                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3673                                                                RT @an_nhien188: P'@tommysittichok, you are so cute and handsome 💕\n\n#tommysittichok \n#StarMee \nCr. IGs nnnamnamnammm, yuri.prestige https:/…
## 3674                                                                    RT @hopejie9197: To my dearest BL besties @sophia_franzz and @WiNnniXX , thank you so much for your birthday gifts! I love you all sobra! C…
## 3675                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3676                                                                    RT @adaisyAurora: my fav scene of this episode is def when Golf leaned his head to Kan's leg. they just kissed each other for the first tim…
## 3677                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3678                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3679                                                                    RT @nipaponngam1: #BuildJakapan @Buildbuilddd \n#ฟองอากาศของไบเบิ้ลบิว \n\nPOLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t…
## 3680                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3681                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3682                                                                    RT @hoetarou_oreki: @_sonagee The Western view on feminine gay men is so degrading sometimes. In Asian BL, feminine uke are treated as desi…
## 3683                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 3684                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3685                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 3686                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 3687                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3688                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 3689                                                                 RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…
## 3690                                                                     RT @WarmongerHodges: If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed some…
## 3691                                                                                                  RT @kdrama_menfess: •kdm• 🏳️‍🌈 List of bl office drama series that will air in December\nhttps://t.co/BbtiKxPw0V
## 3692                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 3693                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3694                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 3695                                                                    RT @BLLoversLink: Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the real cri…
## 3696                                                                    RT @yoomyeuphoria: We request that you clarify and rectify this situation that costed the song a position in multiple Billboard and YouTube…
## 3697                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3698                                                                RT @ZakkWyldeBLS: TONIGHT!BL KILTAGEDDON w/The NORSE BUZZSAW WARHAMMER &amp; The BELO HORIZONTE BRAZIL CHAPTER BERZERKERS!!! @WyldeAudio @Death…
## 3699                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 3700                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3701                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3702                                                              RT @BLUPDATE2022: MEET | Linus Wang and Sean Chang as Hai Yi and Dai Zhe-ni respectively in the upcoming “#HIStory5: #遇見未來的你 #LoveInTheFutu…
## 3703                                                                                                   RT @willnie_: After gmmtv announced that brightwin has no new bl series\n\n#GMMTV2023 https://t.co/LiLIANHxWz
## 3704                                                                  RT @bldramaheaven: ep. 10 of Until We Meet Again. the fog is lifting.\n\nI liked this episode much better than ep. 9. there is more drive, mo…
## 3705                                                                    RT @RealTimeNews10: 4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carjacki…
## 3706                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 3707                                                                    RT @Jk_trend_songs: Hi @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. THIS IS SO UNFAIR!!Drea…
## 3708                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3709                                                                    RT @jeonjunggookie_: We request that you clarify and rectify this situation that costed the song a position in multiple Billboard and YouTu…
## 3710                                                                    RT @JJKMILLIONDOL: 🚨Dreamers by Jungkook wasn’t properly credited in YouTube music category until today which affected it negatively on @bi…
## 3711                                                                  RT @BLUPDATE2022: UPDATE: W-Story shared an IG Story with the stars of #MrHeart Han Se Jin and Cheon Seung Ho at the filming site of “#준과준…
## 3712                                                                  RT @Wikiwolffstudio: HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD \n20…
## 3713                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3714                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3715                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3716                                                                                                         RT @naylovesJF: this is the cutest “bye bye” i’ve ever heard! 😭😩 #RemembermeEP8 https://t.co/0JAmYTO98R
## 3717                                                                                     RT @Dhandelion3: how can I leave them, when they've chemistry on another level  🔥\n\n#RemembermeEP8 https://t.co/ArXgoyY5Tz
## 3718                                                                 RT @AriesLovesBl: I'm sure this will be the next Hit BL Series. Can't wait for December.\nAnd tomorrow we'll see the new trailer.\n\n#NeverLet…
## 3719                                                                                                                                RT @an_nhien188: I'm so happy to see Jimmy Tommy😭😭😭😭😭😭😭😭 https://t.co/bKJEVREDmT
## 3720                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3721                                                                  RT @famewya: Thread eng sub Noeul call Boss ‘daddy’ 🤭\n\nHost : who came up with idea of cosplaying as a pilot? I don’t know whether to ask f…
## 3722                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 3723                                                                  RT @adaisyAurora: my little gay boy is scared of dorms security literally expressed one chapter of homo's difficulties \n#RemembermeEP8 \nhtt…
## 3724                                                                                             RT @SANCH0_OFFICIAL: I TEARED THE FUCK UP WHEN KAN INSISTED THAT HE WAS OK 😀 #RememberMeEP8 https://t.co/uG2ZxGaH3c
## 3725                                                                   RT @unrulytati: it better be nothing serious OR ELSE 😭 name trying to call his mom was even more heartbreaking \n#RemembermeEP8 https://t.co…
## 3726                                                                RT @adaisyAurora: Kan had a lil internal panic, Golf told him he wanna keep all these beautiful views &amp; then asked him to have a pic togeth…
## 3727                                                                 RT @jcapsj: 29 November\nMEMORIAL OF BL BERNARDO FRANCIS DE HOYOS, PRIEST\n\nGet to know more about de Hoyos' life and vocation here: 👉🏼 https…
## 3728                                                                    RT @adaisyAurora: how Golf went to take Kan's upper lip between his lips, push it into his own is truly JaFirst's sign everytime Ja kiss Fi…
## 3729                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 3730                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3731                                                                                                                                     RT @phuphastian: cheaters have never looked so good https://t.co/B6aUBaW14d
## 3732                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3733                                                                                                                                                   RT @itommyyou: JimmyTommy together again, finally 😭\n#Mii2 💛💚
## 3734                                                       RT @WdwlArtlab: BamBam 2023 Season’s Greetings \n\n[New, Better]\n\nComing soon 11.30\n\n#뱀뱀 #BamBam #시즌그리팅 #Seasons_Greetings https://t.co/eAjhy…
## 3735                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3736                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3737                                                                RT @zoe_let: Old art of my OC'S I did to promte my novel Song of the Night. This is Cain.\n\nAvailable on Amazon - https://t.co/gj1B3zX2Ib\n\n#…
## 3738                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3739                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3740                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3741                                                              RT @ParPaiTing: [29.11.2022] #พาไปติ่งJaFirst \n\n SRETSIS FLAGSHIP \nCENTRAL EMBASSY \n\n#SretsisxJaFirst\n #JaFirst \n#JaPhachara \n#First_Chalon…
## 3742                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3743                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3744                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3745                                                                                                        RT @qihahfit: any thaienthu want #moots ? lets be friend mana tahu nanti boleh gosip abt bl together ^3^
## 3746                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3747                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3748                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3749                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3750                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3751                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3752                                                                    RT @BL_Scenery: UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars - Park You…
## 3753                                                                       RT @Mii2Europe: Our tweets are like sweet version and all grown up version of Jimmy 😅 @MIx2_eagle \n#jimmy_jimmoi https://t.co/x7bR04rUgK
## 3754                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3755                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 3756                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3757                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3758                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3759                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 3760                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3761                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 3762                                                                    RT @just_rancid: why does ogata look like a BL character who suffers from a mysterious illness that we find out about when he collapses cou…
## 3763                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3764                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3765                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3766                                                                                                                RT @pattpran: okay let’s go a thread of thai bl actors dancing ! (qrt with u opinions pls &lt;3)
## 3767                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3768                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3769                                                                   RT @BlackLo39629533: Friendship isn't about who you have known the longest. It's about who came, and never left your side....\n      💞🌸🖤BL🖤🌸…
## 3770                                                                                                                                                   RT @laicchiato: wow, what a makeover! https://t.co/KnMwQryqJk
## 3771                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3772                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3773                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 3774                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 3775                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3776                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3777                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 3778                                                                                                        RT @206Hoops: 206er Jaylen Nowell for the T-Wolves tonight:\n\n23 pts\n5 reb\n9-13 FG's\n(25 minutes)\n🔥
## 3779                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 3780                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3781                                                                                                                                                          RT @jodanspace: *bl pe4rl b0y\nhttps://t.co/8UOCuoRjyW
## 3782                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3783                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3784                                                                    RT @jose3030: Jayson Tatum  35 PT  15-28 FG  1-1 FT  4-14 3P  3/0 RB  3 AS  1 BL  2 ST  0 TO  3 PF  29 MN   (10:13 4th, Hornets) https://t.…
## 3785                                                                 RT @mnetplus: [#MAX_CLIP] @dkz_dy\n\n#DKZ ROAD TO MAMA AWARDS highlight🚩\n\nA spoiler from the site of ROAD TO MAMA AWARDS special stage after…
## 3786                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3787                                                                    RT @Vorahae1230: Im screaming😵 the way he's staring so hard at Rain's lips was so intensed. From day 1 he's been wanting him. Then the fant…
## 3788                                                                    RT @Baikapsphoto: How bout them 🍏 🍎 @themikepenix @RomeOdunze @Alexcook_2 @jalenmcmillan20 @HoodHusky @CoachShephard @GrubbRyan @UW_Footbal…
## 3789                                                                   RT @PFF_College: Leaders in QB pressures from Week 13:\n\n🟣 Bralen Trice - 15\n🟣 Jeremiah Martin - 10\n\n@UW_Football https://t.co/i8HHmsWD4k
## 3790                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3791                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3792                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 3793                                                           RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…
## 3794                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3795                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3796                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3797                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 3798                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 3799                                                                RT @thehuntcomic: The Hunt: Part 2: Pg 108 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjzQxj\nhttps://t.co/7efjBKwVto\nhttps://t.co…
## 3800                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3801                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3802                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 3803                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3804                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3805                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 3806                                                                                                                                                        RT @bIackpinkloops: THIS CHAESOO https://t.co/MxfpuK5MGD
## 3807                                                                    RT @fornotyours: He can promote his series with @LeeThanapob like he's head over heals to him and want to fck him when it's not even a BL b…
## 3808                                                                 RT @206Hoops: UW cruises to a fairly comfortable 77-66 win over a previously unbeaten Seattle U squad. Size &amp; experience is paying off for…
## 3809                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3810                                                                    RT @businessline: #BLExplainer: What is T+1 settlement? What is the implementation schedule that SEBI is indicating? Will it have any impac…
## 3811                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 3812                                                               RT @konnect_danielk: Check out KANGDANIEL on the cover of K-Pop – TIDAL Masters playlist! \nListen to “Nirvana (feat. pH-1 &amp; WDBZ)” in maste…
## 3813                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3814                                                                                                                                                         RT @pcyzip: woah..\n#ROSÉ #로제 https://t.co/aIqTWXfvuP
## 3815                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3816                                                                    RT @avalaina: Children's writer Volodymyr Vakulenko was killed in the Kharkiv region during the Russian occupation. His family, till the la…
## 3817                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3818                                                                   RT @Rudu1212: @savehitesh @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Delayed more than 30 min+\n@Gmwrly @drm…
## 3819                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3820                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3821                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3822                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 3823                                                                                                                                   RT @UkraineDiary: Make a Russian cry. Retweet this🇺🇦🌻 https://t.co/ivbvwdmTRD
## 3824                                                       RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#희철 #HEECHUL\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJ…
## 3825                                                       RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#이특 #LEETEUK\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJ…
## 3826                                                                    RT @Glasshalf_ill: Mingwha’s new BL Jinx is the new reason to wake up every morning. God I wish it was completed already so I could spend t…
## 3827                                                       RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#예성 #YESUNG\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJU…
## 3828                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3829                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3830                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3831                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3832                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3833                                                                  RT @Biz_Ukraine_Mag: “Only the military defeat of Russia can solve this conflict.”\n\nSwedish Foreign Minister Tobias Billström https://t.co/…
## 3834                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3835                                                                RT @BLUPDATE2022: TRACK LIST | UPCOMING BL THIS DECEMBER 2022\n\n12.01 - #OhMyAssistant 🇰🇷\n12.02 - #609BedtimeStory 🇹🇭\n12.02 - #MySchoolPresi…
## 3836                                                                 RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…
## 3837                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3838                                                                  RT @historysunny: Free teacher CPD @britishlibrary on 1947 Partition of India!\n\nThe session will focus on the BL's new web resource ‘Voices…
## 3839                                                     RT @JAM__PLANET: By 14:30 on 20th October, the current top 5 BL Couple are:\n1. Zee&amp;Nunew #ZeeNuNew \n2. Mew&amp;Gulf #MewGulf \n4. Yin&amp;War #YINWA…
## 3840                                                              RT @JAM__PLANET: Exclusive Tweets\nYin&amp;War are nominated for 2022 The Best BL Couple,\nIf they are your favorite BL Couple, retweet this post…
## 3841                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3842                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 3843                                                                 RT @BlackLo39629533: In all the world,\nthere is no heart for me like yours.\nIn all the world,\nthere is no love for you like mine.\nRemember…
## 3844                                                                   RT @Chiro_Odhoraa: Aakansh dumbo using BL's another title song after 1.5 years😤\nBut it's so beautiful.. only song which defines the core pe…
## 3845                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3846                                                                  RT @BLUPDATE2022: BL SIDE | #WhyYouYMeEP6: Shogun's response to Maitoh's confession... broke my heart... knowing Green heard everything.\n\n#…
## 3847                                                                 RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…
## 3848                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3849                                                                    RT @midknightmoodz: @Noeul_lee6 3 AM for me... I'm sorry I can't watch live na. 🥹 I've been pulling too many late nights. 😭 I promise to tr…
## 3850                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3851                                                            RT @incorrect_kp: Kim: In a way, pancakes are like children.\n\nKhun: Elaborate?\n\nKim: The first one is always fucked up.\n\nKhun:\n\nKhun, picks…
## 3852                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3853                                                                                      RT @FROSTYNOEUL_: HAPPY TO BEST BOY FORT!!\n@fort_fts\n#OurSmile22ndFortDay\n#FortFTS #ComeFortZon https://t.co/jfHvoh4T4q
## 3854                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3855                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3856                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3857                                                                 RT @MPth_starry: Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most favourit…
## 3858                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3859                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3860                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3861                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3862                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3863                                                                    RT @RealTimeNews10: JUMP IN/STOLEN AUTO: Citgo Gas 6100 Bl. of Old Central Ave. Capitol Hts, MD. PGPD on scene investigating an incident wi…
## 3864                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3865                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3866                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3867                                                                         RT @RabendaMagazine: 📍 [PRE - ORDER ] #RabendaMagazine No.9 \nNew Year New Passion ปก 2 in 1 \n🧡🧡 ปก #เฟิร์สข้าวตัง \n💙 ปก #มีนพีรวิชญ์\n\n🔗 สั่…
## 3868                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3869                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3870                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3871                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3872                                                               RT @b0unieprm: hii im lia~ Kinda New to BL and looking for moots, pls be patient with me khaa~ 🫶🏻\n\n~ bounprem \n~ offgun\n~ ohmfluke\n~ bright…
## 3873                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3874                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3875                                                                    RT @tutulismyname: 3) Tunisia vs Australia featured players from 16 different leagues: La Liga, Ligue 1, Bundesliga, Serie A, MLS, Champion…
## 3876                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3877                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3878                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3879                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3880                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3881                                                                    RT @moondust_36: @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected Epiphany by stunning @acidframerate and Tropical Para…
## 3882                                                               RT @midknightmoodz: Boss putting his hand on Noeul's thigh to stop him from spoiling. 😗 55555\n\n#BossNoeul \n#Bosschaikamon\n#Noeulnuttarat\n#B…
## 3883                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3884                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3885                                                                                                                     RT @chromiekins: Malleus missed the memo this isn’t an otome game and also this isn’t a BL.
## 3886                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 3887                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3888                                                                 RT @harukyufics: 𝐓𝐡𝐞 𝐌𝐚𝐫𝐫𝐢𝐚𝐠𝐞 𝐂𝐨𝐧𝐭𝐫𝐚𝐜𝐭 : 𝑺𝒊𝒈𝒏𝒆𝒅.\nthe marriage contract chapter II\n\na #harukyu short au wherein Junkyv and Harvto are the ma…
## 3889                                                                  RT @artmarteau: @illustrata_ai @joynxyz @amli_art @bl_artcult 𝘛𝘩𝘦 𝘞𝘦𝘪𝘨𝘩𝘵 𝘖𝘧 𝘛𝘩𝘦 𝘞𝘰𝘳𝘭𝘥 𝘐𝘴 𝘖𝘧𝘧 𝘔𝘺 𝘚𝘩𝘰𝘶𝘭𝘥𝘦𝘳𝘴\n#expressionwithmeaning \n2nd Entry…
## 3890                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3891                                                                         RT @RabendaMagazine: 📍 [PRE - ORDER ] #RabendaMagazine No.9 \nNew Year New Passion ปก 2 in 1 \n🧡🧡 ปก #เฟิร์สข้าวตัง \n💙 ปก #มีนพีรวิชญ์\n\n🔗 สั่…
## 3892                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 3893                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3894                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 3895                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3896                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3897                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3898                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3899                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3900                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3901                                                                    RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…
## 3902                                                                    RT @j_fluffybunbun: i think they are one of those bl cp who do the properly bridal carry scene.. cuz sir, I've seen the scene where the oth…
## 3903                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3904                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3905                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 3906                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3907                                                              RT @SkittleRampage: First looks at some Jujutsu Kaisen Nobara, Gojo &amp; Red Technique Gojo (BL EX)\n\nSome Jujutsu Kaisen Pops are hitting HT/B…
## 3908                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3909                                                                  RT @genshinficfess: au! cw // bxb bl ship haino aruseno alhaitham x cyno\n// art by sender , original by cutbu\n\ngagal confess tapi berhasil…
## 3910                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 3911                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3912                                                                     RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…
## 3913                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 3914                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3915                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3916                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3917                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3918                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3919                                                                RT @PepperScripts: 🎁72 HOURS GIVEAWAY🎁\n2x @PepperScripts 🔑 \n1x @ahiddensociety Invite\n1x @satanbricks Invite\n2x 2GB Private Resi @Roundprox…
## 3920                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3921                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3922                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3923                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3924                                                                    RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…
## 3925                                                                RT @OURBSUMETTIKUL: The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/day…
## 3926                                                                    RT @Daily_JK97: Hello. @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. Because Dreamers by Jun…
## 3927                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3928                                                               RT @stayoutnsi: finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃animes; c…
## 3929                                                                       RT @GunturSubbarao: TED official meeting at Vancouver 2022 - Some memorable occasions with fellow speakers at TED https://t.co/UxPF4uFS8R
## 3930                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3931                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3932                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3933                                                                   RT @kdrama_menfess: •kdm• 🏳️‍🌈 bl series "The Director Who Buys Me Dinner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des di Heavenly…
## 3934                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3935                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3936                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3937                                                                    RT @Egg_Yok90: What I'm about to post is a 140 page document that includes new evidence of Squigglydiggs,  @ K ey bl ack_H ailo C's troubli…
## 3938                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 3939                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3940                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3941                                                                                                      RT @jeonjunggookie_: Spotify 🤝 youtube \n\nThose tried to sabotage jungkook’s dreamers since the beginning
## 3942                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3943                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 3944                                                                    RT @JJK_VotingTeam: The fact that Dreamers by Jungkook wasn’t properly credited in the YouTube music category which negatively affected mul…
## 3945                                                                   RT @Rudu1212: @savehitesh @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Delayed more than 30 min+\n@Gmwrly @drm…
## 3946                                                                    RT @firstkhaouboom: friendly reminder that this boomaou goofing around behind the scenes of enchante looking all wedding-like is about to b…
## 3947                                                                    RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…
## 3948                                                                                                                                                         RT @dunknatachai: i love you so https://t.co/ko0wZGdPsR
## 3949                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 3950                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3951                                                                    RT @IittIeuphoria97: @virgoidoll Period. Once is coincidence, anything beyond that is intentional. It definitely appears as though there ar…
## 3952                                                                    RT @virgoidoll: and as amazing as it is that all his songs have achieved great success even with all the odds against them it is not normal…
## 3953                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3954                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3955                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 3956                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3957                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3958                                                                                   RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd
## 3959                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3960                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 3961                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3962                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3963                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3964                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3965                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3966                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 3967                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3968                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3969                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3970                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 3971                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3972                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3973                                                                    RT @nipaponngam1: #BuildJakapan @Buildbuilddd \n#ฟองอากาศของไบเบิ้ลบิว \n\nPOLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t…
## 3974                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3975                                                                    RT @JKGlobalWebsite: “Dreamers” MV is finally trending in the USA, AFTER the Billboard charts update. This is absolutely ridiculous. This w…
## 3976                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3977                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 3978                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3979                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3980                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 3981                                                                                                                                        RT @EmmaWaanjai: It’s the little bouncy for me 🥺🐰https://t.co/Zao0uwlZSh
## 3982                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 3983                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 3984                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 3985                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3986                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 3987                                                                    RT @GoldenJKUnivers: Hello. @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. Because Dreamers b…
## 3988                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 3989                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 3990                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3991                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3992                                                                    RT @SkinnerPm: America, where we see long lines at polling places as an uplifting scene of voter determination instead of a damning scene o…
## 3993                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3994                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 3995                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3996                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3997                                                                 RT @ZakkWyldeBLS: MUCH MCLOVE &amp; HAPPY BL B-DAY O’ DOOM To FATHER MIKE BORDIN!!! tBLSt SDMF @FaithNoMore #Mikebordin https://t.co/JVwCn6y06O
## 3998                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 3999                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4000                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4001                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 4002                                                                    RT @Mystic_Stirling: GL subtext is more blatant now with animes like Lycoris, Executioner, GWitch, and maybe the recent Love Live - haven’t…
## 4003                                                                    RT @Jungkook_SNS: JungKook becomes the K-Pop/ Korean Soloist with the Most Top 10 hits (3 songs) on Billboard Global 200 Excl. US Chart. Co…
## 4004                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4005                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4006                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4007                                                                    RT @Daily_JK97: Hi @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. THIS IS SO UNFAIR!!Dreamers…
## 4008                                                                    RT @kookie_andcooky: Jungkook deserve better label, better team. im amazed by cp team so i hope will find a new team that will focus on his…
## 4009                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4010                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 4011                                                                     RT @jenrenbot: Sent noren hug clip to my friend without context and she asked me what bl drama is that 😭 — saw kfans saying that if u crop…
## 4012                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4013                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4014                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4015                                                                                                              RT @signediza: This was so cute please ¦ #BetweenUsEP4 #BetweenUsTheSeries https://t.co/Y3OeN3prZz
## 4016                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4017                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 4018                                                                    RT @jkmeuzoiudo: @JJK_Times 🚨Dreamers by Jungkook wasn’t properly credited in YouTube music category until today which affected it negative…
## 4019                                                                     RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…
## 4020                                                                                   RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd
## 4021                                                                  RT @GigaChadBJN: "Cursed Mysterious island has been discovered in the Last Reality..." 🌌\n\nI originaly wanted to do Saucers Fortography on B…
## 4022                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4023                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 4024                                                                                                                   RT @marybells525: What if they're not giving us BL on the 7th because 🐣 🧀  is coming again? 🤔
## 4025                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4026                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4027                                                                    RT @KookCharts: Hello. @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20. Because Dreamers by Jun…
## 4028                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4029                                                                    RT @KookCharts: We request that you clarify and rectify this situation that costed the song a position in multiple Billboard and YouTube ch…
## 4030                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4031                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4032                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4033                                                                 RT @littlejune_p: สปอยล์(1)\n[BL]🌟My Husband is Suffering from a Terminal Illness by 不会下棋\n#สามีผมกำลังจะตาย\n▪️Eng:https://t.co/VGzhcYJaA8\n▪️…
## 4034                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4035                                                                  RT @JJK_Times: Now that the YouTube issue has been fixed, Dreamers MV finally entered the Most viewed videos in past 24 hours chart 😒\n\n**NE…
## 4036                                                                                                 RT @myktng: your phone gallery if khaotung thanawat was your boyfriend \n\n— a thread : https://t.co/yma8TUJzmk
## 4037                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4038                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4039                                                                    RT @pranluvr: 🐶: speaking of Nanon,nanon is a very good friend in my life. Really a very very good friend,I did not think I could have a fr…
## 4040                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4041                                                                                                                                                                    RT @animesfeeI: Same https://t.co/0jiL4QScjK
## 4042                                                                                                                                                             RT @Sky15022010: Prague 💛🇨🇿 https://t.co/8egkiGDcXb
## 4043                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4044                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4045                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4046                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 4047                                                      RT @pk5125: ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj\n@MohanChanyal \n💧 #flo…
## 4048                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4049                                                                                   RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd
## 4050                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4051                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 4052                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4053                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 4054                                                                                                                                   RT @suninhersmile: CAN SOMEONE RECOMMEND A GOOD BL MANHWA PLEASE IM DESPERATE
## 4055                                                                    RT @RealTimeNews10: ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carjacki…
## 4056                                                                                                                                        RT @mos_psl: to this night🌙 \n#MosBankXSingapore https://t.co/qOFTP6wMRl
## 4057                                                                    RT @RealTimeNews10: ARMED CARJACKING: 3400 Bl. of 54th Ave. Bladensburg, MD. PGPD on scene investigating an armed carjacking with an indivi…
## 4058                                                                                                                                        RT @XXL: Offset teasing a new song with Future 👀 https://t.co/CT9gpcTD36
## 4059                                                                     RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…
## 4060                                                                     RT @jenrenbot: Sent noren hug clip to my friend without context and she asked me what bl drama is that 😭 — saw kfans saying that if u crop…
## 4061                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4062                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4063                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 4064                                                                    RT @RealTimeNews10: JUMP IN/STOLEN AUTO: Citgo Gas 6100 Bl. of Old Central Ave. Capitol Hts, MD. PGPD on scene investigating an incident wi…
## 4065                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 4066                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 4067                                                                                                              RT @aibarisu: my akkayan and patpran are coming back home, the war is over https://t.co/K2nnAe4IdC
## 4068                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4069                                                     RT @miakawai23: Endgame 💖💖💖\nSungDa true Love 🥰\nSunghyeon &amp; Daon \n\nThe End 🔚🫶\n\n#비밀사이 #secretrelationships #secretrelationship #Manhwa \n#Boys…
## 4070                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4071                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4072                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4073                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4074                                                                                                                                                        RT @BLUPDATE2022: It's coming... https://t.co/19vzEUhv3n
## 4075                                                                  RT @lib_trigger: Balenciaga woke a boat load of normies up. \n\nTwo years ago, we were saying, "you know the world is ruled by Satanic pedoph…
## 4076                                                                                                                        RT @signediza: what do you mean that shiny smile is not real? 😩🥹 https://t.co/GQZbxiOSNT
## 4077                                                                                                                                                        RT @RealRodWave: I aint got trust issues... I got sense!
## 4078                                                                    RT @Mystic_Stirling: GL subtext is more blatant now with animes like Lycoris, Executioner, GWitch, and maybe the recent Love Live - haven’t…
## 4079                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4080                                                                                   RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd
## 4081                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4082                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4083                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 4084                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4085                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4086                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4087                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4088                                                                  RT @cebuBLorg: 📌BIBLE: "I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST"\n\nBible Wichapas Sumettiku…
## 4089                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4090                                                                  RT @AniTrendz: Here are your TOP 10 ANIME for Week#7 of the Fall 2022 Anime Season! \n\nBocchi holds strong for the second time this week, bu…
## 4091                                                                                   RT @Mewgulf97819961: TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd
## 4092                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4093                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4094                                                                    RT @BL_Scenery: UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars - Park You…
## 4095                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4096                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4097                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4098                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 4099                                                                  RT @Pal4erd: Thanks for the BL!\nXFirst project will start soon. Don't miss the ride!\nThe project purpose is to secure the Elrond Network wh…
## 4100                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 4101                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4102                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4103                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4104                                                                    RT @krishanKTRS: After Munugode loss BJP wants to stall functioning of Telangana Government that is why using ED on TRS. Our leaders are le…
## 4105                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4106                                                                                                                                             RT @YukenNico: silly doodle\n#prsk_bl #類司 https://t.co/hIyu8zAzu0
## 4107                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4108                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4109                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 4110                                                                  RT @YILOVEY: M: I was looking for my cat for a long time. Ohhh she got stolen. \nE: Choose?\nM: If you dare hurting my baby even an inch of a…
## 4111                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4112                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4113                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4114                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4115                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4116                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4117                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4118                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4119                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4120                                                                    RT @YILOVEY: E: Told him to do it bit by bit. It’s hard to do everything at the same time, and will stress him out. But he want to do it al…
## 4121                                                                    RT @YILOVEY: E:Seriously,I look at him I really feel sorry, truly sorry for him. Coz everything come to him at the same time,work, study, h…
## 4122                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4123                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4124                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4125                                                               RT @vgclements1: POLIO LINKS\nIMMUNIZATION/James\nhttps://t.co/DUd05PPsUw\nCDC/30,000 Cases of Polio Disappear\nhttps://t.co/fj6wUsMp1Y\nGERM TH…
## 4126                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4127                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4128                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4129                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4130                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4131                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4132                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4133                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 4134                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4135                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 4136                                                                                                                                                           RT @Shivvy20001: This is the cutest!! 😁😁😁😁😁😁😁😁😁😁😁😁😁😁😁
## 4137                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 4138                                                            RT @BibleBuildIND: Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be feature…
## 4139                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 4140                                                                                                            RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 4141                                                                    RT @wildflowerSerai: The facts that BL cs event punye issue sampai masuk tl acc kpop aku. Snjejsiks..mmg teruk yer and i saw the picture yg…
## 4142                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4143                                                                  RT @cebuBLorg: 📌BIBLE: "I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST"\n\nBible Wichapas Sumettiku…
## 4144                                                                               RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL B-DAY O’ DOOM To FATHER CHARLIE BENANTE!!! tBLSt SDMF @Anthrax https://t.co/OpsvK3Tu56
## 4145                                                                    RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…
## 4146                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 4147                                                                                                  RT @kdrama_menfess: •kdm• 🏳️‍🌈 List of bl office drama series that will air in December\nhttps://t.co/BbtiKxPw0V
## 4148                                                                                                                               RT @fudrilshi: Many scientists agree that in the near future, BL will becume real
## 4149                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 4150                                                                                                                               RT @fudrilshi: Many scientists agree that in the near future, BL will becume real
## 4151                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4152                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4153                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4154                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4155                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4156                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4157                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4158                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4159                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4160                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 4161                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 4162                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4163                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4164                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4165                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4166                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4167                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4168                                                                     RT @TheOcFranchise: een ass outdoor amatuer porn hard big cock amatuer young teens lesbians busty blonde plays amature housewife sex video…
## 4169                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4170                                                                    RT @RentaMangaStore: Asahi and Kei used to be inseparable, but that all changed when Asahi was diagnosed as an omega in high school and Kei…
## 4171                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4172                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4173                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 4174                                                                    RT @BL_Scenery: UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars - Park You…
## 4175                                                                    RT @j_fluffybunbun: i think they are one of those bl cp who do the properly bridal carry scene.. cuz sir, I've seen the scene where the oth…
## 4176                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4177                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4178                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4179                                                                    RT @Joellinepearl: BL Fans Get together budget ranking comfortable budget poll for everyone lets us know your budget guys this one includes…
## 4180                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4181                                                                    RT @Joellinepearl: BL Fans Get together budget ranking comfortable budget poll for everyone lets us know your budget guys this one includes…
## 4182                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4183                                                                     RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…
## 4184                                                                                                                                         RT @linlin080191: Vote for build\n#BuildJakapan https://t.co/1Xb2Pyiutj
## 4185                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4186                                                                    RT @Vtach99: @RichardHeartWin @ScotV777 @MarcoTheHEXican @enadorange Talked to me for days never turned me away called me a pleb made fun o…
## 4187                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 4188                                                                     RT @RealTimeNews10: 3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigating…
## 4189                                                              RT @AnnieNg12356460: [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join: R…
## 4190                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 4191                                                               RT @jodanspace: WARNING SPOILER , SNEAK PEEK *bl\n\nl don't care\nHow Iong it takes\nAs long as l'm with you\nl've got a smile on my face https:…
## 4192                                                                    RT @zachsang: RM's Indigo is out on this Friday!! RM will join me live @onamp Friday at 8pm ET! we'll be hanging out and listening to every…
## 4193                                                                RT @jebhyyh: This is their declaration in front of the world that they will no longer be bl!nd to our sorrows &amp; melancholies. They had look…
## 4194                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4195                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4196                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4197                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4198                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 4199                                                                                                                            RT @jodanspace: *bl ⚠️WARNING NSFW🔞\n🔥THE🔥HOTTEST🔥2nd🔥COUPLE🔥 https://t.co/zJThRgVS6C
## 4200                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4201                                                                    RT @SaladJazz1: Paul Chambers, Hank Mobley and Sonny Clark (seated) during the recording session for Mobley’s Hank Mobley BL 1568, June 23,…
## 4202                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 4203                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4204                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 4205                                                                                                                         RT @phuwintang: “Love Is the Death of Duty” #NeverLetMeGoSeries https://t.co/Le1lSHRUFi
## 4206                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 4207                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 4208                                                                    RT @WellOblivion: @justinboldaji If you like this kind of stuff, I'd like to recommend checking out Peter Greenaway's films. The Draughsman…
## 4209                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4210                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 4211                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 4212                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4213                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 4214                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4215                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4216                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 4217                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4218                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4219                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4220                                                                                                                                                   RT @_kumabearr: Chu ~♡\n\n#รินอิซา rnis https://t.co/PvwFVzX9cm
## 4221                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4222                                                                           RT @nyanasae: when life gets hard just remember that every day is a step closer to seeing animated rin itoshi https://t.co/VaKiT3EJcg
## 4223                                                                                                                                                                     RT @blue_tkse: rnis https://t.co/T0WBwmfAod
## 4224                                                                                                                    RT @RainBoowl: Thai BL trend in 2023 is office syndrome. 😂#GMMTV2023 https://t.co/n8FW3yevVN
## 4225                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4226                                                               RT @jodanspace: *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://…
## 4227                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4228                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4229                                                                    RT @greyharuka: Anyways PLEASE pick up a fucking BL series and stop with this racist double standard bullshit. Plenty of BL have done non-e…
## 4230                                                         RT @Tina39261899: Don’t look it’s inappropriate for kids\n(Chicken without feather = naked chicken = stripper???)\n\n#lhjc #bl #耽美 #烈火浇愁 #玑灵 h…
## 4231                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4232                                                                    RT @tbaudinette: One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this hot so…
## 4233                                                                    RT @kdrama_scene1: Upcoming BL drama #TheDirectorWhoBuysMeDinner starring #ParkYoungWoon and #ParkJungWoo releases main poster and confirms…
## 4234                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4235                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4236                                                                                RT @edittsheaven: "time of death.... 22:55 pm"\n\n⸻ #triagetheseries #triage #ทริอาช #thaidrama #bl #edit https://t.co/3iolesPf46
## 4237                                                                          RT @elonmusk: This is a battle for the future of civilization. If free speech is lost even in America, tyranny is all that lies ahead.
## 4238                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4239                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4240                                                                  RT @WSBChairman: Apple is threatening to remove Twitter from the App Store because @elonmusk is allowing free speech. \n\nYet, they are entir…
## 4241                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4242                                                                                                                     RT @chromiekins: Malleus missed the memo this isn’t an otome game and also this isn’t a BL.
## 4243                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4244                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 4245                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4246                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4247                                                                    RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…
## 4248                                                                    RT @NaorGilon: The friendship between the people and the states of India and Israel is very strong and will survive the damage you have inf…
## 4249                                                                    RT @NaorGilon: 6. You will go back to Israel thinking that you are bold and “made a statement”. We, the representatives of Israel, would st…
## 4250                                                                    RT @NaorGilon: My suggestion. As you vocally did in the past, feel free to use the liberty to sound your criticism of what you dislike in I…
## 4251                                                                     RT @NaorGilon: 5. From your interview to Ynet the connection you make between your  criticism of #KashmirFiles and your dislike to what is…
## 4252                                                                    RT @NaorGilon: 4. As a son of a holocaust survivor, I was extremely hurt to see reactions in India to you that are doubting Schindler’s Lis…
## 4253                                                                    RT @NaorGilon: 3. I’m no film expert but I do know that it’s insensitive and presumptuous to speak about historic events before deeply stud…
## 4254                                                                    RT @NaorGilon: I also said that we should be humble when India, with such a great film culture, is consuming Israeli content (Fauda and mor…
## 4255                                                                    RT @NaorGilon: We did speak about the similarities and closeness between our countries. The minister spoke about his visits to Israel, it b…
## 4256                                                                    RT @NaorGilon: I understand your need in retrospect to “justify” your behavior but I can’t understand why you told @ynetnews afterwards tha…
## 4257                                                                    RT @NaorGilon: 2. Our Indian friends brought @lioraz and @issacharoff from  @FaudaOfficial in order to celebrate the love in #India towards…
## 4258                                                                     RT @NaorGilon: 1. In Indian culture they say that a guest is like God. You have abused in the worst way the Indian invitation to chair the…
## 4259                                                                    RT @NaorGilon: An open letter to #NadavLapid following his criticism of #KashmirFiles. It’s not in Hebrew because I wanted our Indian broth…
## 4260                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4261                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4262                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4263                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4264                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4265                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4266                                                                  RT @QueerGamesFest: Queer Game Showcase: "The Divine Speaker" by @TwoHalfStudios\n\nA story-rich fantasy BL visual novel about fate and how p…
## 4267                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4268                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4269                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 4270                                                                    RT @AlmostYeti: @illustrata_ai @joynxyz @amli_art @bl_artcult A human rollercoaster, spring loaded, high into the   low lonely Lost. I star…
## 4271                                                                                                                                                          RT @jodanspace: *bl pe4rl b0y\nhttps://t.co/8UOCuoRjyW
## 4272                                                             RT @SunnyLunaLight: VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3\n\nDail…
## 4273                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4274                                                                                                                          RT @StirlingWisdom: No amount of muscles, women, or money will hide your insecurities.
## 4275                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 4276                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4277                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4278                                                                                                                               RT @PerthNakhun: Slowly improving my squat 🏋️ back to 80kg https://t.co/JRgCs9Tizk
## 4279                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4280                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4281                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4282                                                                RT @DentesLeo: Refuse to be held responsible for the happiness of others.\n\nEven towards your loved ones.\n\nOf course, you have the duty to h…
## 4283                                                                 RT @Starzle_: some brand/GJ's boss: how about for ur bday livestream-\n\nGJ: how about fuck that?\n*gets into car and drives to mami, proceeds…
## 4284                                                                                                                                        RT @DionneB25962451: Essentially… he’s a dog 🤷🏾‍♀️ https://t.co/IadurxmJ4e
## 4285                                                                   RT @MTKay13: i didn't post everything i wanted for ybweek and feel like trash about it but i'll do my best.\nin the meantime, here are heart…
## 4286                                                                  RT @NBA: 🏀 FINAL SCORE THREAD 🏀\n\nKevin Durant WENT OFF in the second half scoring 28 PTS (12/13) FGM en route to a 45-point EXPLOSION in th…
## 4287                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 4288                                                                                                                                                                RT @1DriedPersimmon: …………..is their ship name BL
## 4289                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4290                                                                    RT @Abhinavrt: A letter by BJP general secretary organization BL Santhosh to BJP Delhi unit detailing ten points on which they have to atta…
## 4291                                                                   RT @imAIgin: @illustrata_ai @joynxyz @amli_art @bl_artcult Entry 2:\nHorror ; It’s me I’m the problem, It haunts me every day , Nightmares s…
## 4292                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4293                                                                 RT @Ammi_forBB: POLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t.co/nZ1CmJVsNN \n\n#BibleWichapas #bsumone @biblesumett\n#B…
## 4294                                                                              RT @Radvan_Vedasto: Artificial ventilation facilitates high stocking density (more birds per square meter) https://t.co/plUUzMcXzn
## 4295                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4296                                                                                                                RT @WOOYASC: ✨✨ thread com minhas tattos de khh, Kpop, BL e anime ✨✨ https://t.co/1aG9w9eqhz
## 4297                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4298                                                                                            RT @DentesLeo: Be simple, be direct. \nDon’t leave room for misinterpretation.\n\nNo means NO.\n\nSay it more often.
## 4299                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4300                                                                RT @BLUPDATE2022: Office Romance awaits you in Thai BL next year, 2023:\n\n1. Bed Friend (Mandee)\n2. The Middleman's Love (Mandee)\n3. Wish Me…
## 4301                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4302                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4303                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4304                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4305                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4306                                                                  RT @BLUPDATE2022: W-Story's upcoming BL “#준과준 #JunAndJun” starring Ki Hyun Woo, Yang Jun Mo, Jo Chan Hyun, and Park Hyeong Seop will start…
## 4307                                                                                                   RT @makoharudaily: makoharu lil cameo in love sick: the series s2, a thai bl drama 💚💙 https://t.co/IYMs3tql0t
## 4308                                                                                                                                  RT @kpfiIms: — apo ig reels update with tong and jeff! https://t.co/xXHSUQFLJo
## 4309                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4310                                                                                                 RT @milephakphum: ,,, Please Come &amp; Flow With Mile ,,,\n\n💚\n.\n.\n#2M4FlowWithMile https://t.co/NjZc2YmI5z
## 4311                                                                                                                                  RT @kpfiIms: — Job ig story update with tong and nodt! https://t.co/oud1bdxisc
## 4312                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4313                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4314                                                                RT @BLUPDATE2022: LOOK: 1012 Studio shared a new set of stills from their upcoming BL “#주류일절 / Liquor”— starring Kim Jun Hyun and Won Do Hy…
## 4315                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4316                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4317                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4318                                                                                                   RT @Karatekicker: Both Onew and Key will MC For Minho's Lucky Chois!! ONew on 12/9 and Key on 12/8 (BL date).
## 4319                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 4320                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 4321                                                                                                                                                       RT @minyulovr: smash or pass - bl actors edition a thread
## 4322                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4323                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 4324                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4325                                                              RT @calliepatton: Most SoR advocates are former BL teachers.\n\nIn our schools, phonics was taught piecemeal &amp; contradicted, undermined by 3-…
## 4326                                                                          RT @SkinnerPm: THE FIRST AMENDMENT (FREE SPEECH RIGHT) DOES NOT APPLY TO COMPANIES, YOU PERPETUALLY WRONG AND PERPETUALLY ANGRY DOLTS.
## 4327                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4328                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 4329                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4330                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4331                                                                  RT @yukikun216: OMG. NATSUME ISAKU'S BL MANGA 'AMEIRO PARADOX' IS GETTING A LIVE ACTION! 🤧😭🔥\n\nNote: Keito Kimura (FANTASTICS) and Jyutaro Y…
## 4332                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4333                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4334                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4335                                                             RT @RosheCosmetics: Roshe Cosmetics &amp; BEAT School of Makeup Artistry \rPikesville, Maryland @RosheCosmetics #Blackpreneur \n \nhttps://t.co/ru…
## 4336                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4337                                                                    RT @boyslatinbball: It is with profound sadness that the BL Basketball community mourns the passing of assistant coach Al Eford. Coach Al h…
## 4338                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4339                                                                    RT @MadamMangaBL: Sorry but I’m staring to really see especially in Thai BL’s their complacency when it comes to their production..after wa…
## 4340                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4341                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4342                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4343                                                                    RT @Vtach99: @RichardHeartWin @ScotV777 @MarcoTheHEXican @enadorange Talked to me for days never turned me away called me a pleb made fun o…
## 4344                                                                                                                                 RT @vanillaxchance: 🎶 backpack backpack 🎶\n#SKZOOfanart https://t.co/GURaBRUk8r
## 4345                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4346                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4347                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4348                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4349                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4350                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4351                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4352                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4353                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4354                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4355                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4356                                                                    RT @Killmoenetwork: REPORTS OF A JUMPER; 3900 Bl. Of Blaine St N.E: Rescue units along with Mpd are responding to a call with a person repo…
## 4357                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4358                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4359                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 4360                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4361                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4362                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4363                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 4364                                                                                                                                      RT @qourmet: #mdzs #忘羡 \n🎉 22 drawings in 8 days https://t.co/xnaTK1WxmT
## 4365                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4366                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4367                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 4368                                                                                                                           RT @lutszu: The price of being a hot and evil dad\n#WeiWuxian https://t.co/hFXYMM1O52
## 4369                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 4370                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4371                                                                    RT @number1mongrel: my gf and i discussing the dichotomy of the BL ship venn diagram on the 20 minute drive to pick up insomnia cookies htt…
## 4372                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4373                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 4374                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4375                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4376                                                                    RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…
## 4377                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4378                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4379                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 4380                                                                    RT @BL_Scenery: UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars - Park You…
## 4381                                                                                                                     RT @lluviar0ja: Alone on a Friday night? God, you're pathetic #mdzs https://t.co/rrIFNAEeVH
## 4382                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4383                                                                    RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…
## 4384                                                                    RT @dramadates: "วาระซ่อนเร้น / Hidden Agenda" an upcoming Thai BL series....\n\nhttps://t.co/BTMWdIFCoh\n\n#วาระซ่อนเร้น #HiddenAgenda #thaibl…
## 4385                                                                                                                                                          RT @mynameis_evi: i'm shaking. https://t.co/fJ0t1J0eFV
## 4386                                                                                                                                               RT @winnttaebear: THE ASTRONAUT MERCH 💜💜💜 https://t.co/4mG8HG5yxM
## 4387                                                                                                                        RT @taegyudiary: listen                               talk a lot https://t.co/MUYZWTWHO1
## 4388                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 4389                                                                   RT @taynewtaehin: i love seeing taynew thrive 🥹\n\na 9-year long friendship, a very stable career in and out of gmm, how they already made a…
## 4390                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4391                                                           RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…
## 4392                                                                                                                         RT @phuwintang: “Love Is the Death of Duty” #NeverLetMeGoSeries https://t.co/Le1lSHRUFi
## 4393                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4394                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 4395                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4396                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4397                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 4398                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4399                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 4400                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4401                                                                                                                         RT @letterboxd: Future Oscar winner #KeHuyQuan 👑 #GothamAwards\nhttps://t.co/kRu19As8eo
## 4402                                                         RT @FCutepie: Media coverages #609BedtimeStoryPremiere (15)\n👍🏻 &amp; RT\n\nWeTV Thailand\n🔗 https://t.co/CUe9n4IKf8\n🔗 https://t.co/I6QBkXqz90\n\nEMo…
## 4403                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4404                                                             RT @abi__mae: I really love this scene so much 🥺 \nP.s although "night flower" is BL ost, it still fits so well\n #묘령의_황자 https://t.co/FlQCgg…
## 4405                                                                                                            RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 4406                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4407                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 4408                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4409                                                                  RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…
## 4410                                                                    RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…
## 4411                                 RT @178cm_50: ╋━━━━━━━\n \n 𝓗𝓪𝓹𝓹𝔂 𝓑𝓲𝓻𝓽𝓱𝓭𝓪𝔂 𝓓𝓻𝓪𝓵𝓾𝓬\n\n     ━━━━━━━╋\n\n#ドラルク誕生祭\n#ドラルク生誕祭\n#ドラルク誕生祭2022\n#ドラルク生誕祭2022 https://t.co/XFOQEpRIhN
## 4412                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4413                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4414                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4415                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4416                                                                RT @gmajestyx: 7.7M views 111K likes\n#13 on Trending for music ❤️‍🔥\n\n#PPKritFIREBOY #FIREBOY_MV\n#ppkritt @ppkritt \n\nPP Krit - FIRE BOY [Off…
## 4417                                                                                                                            RT @bravoa77: PP and his  biggest fan ❤️💙\n#bkpp\n#bkppfanart https://t.co/dXxgA5FrJU
## 4418                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4419                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 4420                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4421                                                                     RT @AddyBrossWrites: If anyone is interested in a (definitely NSFW) aged-up, friends-to-lovers Twisted Wonderland one-shot fanfic, well, I…
## 4422                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4423                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4424                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4425                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4426                                                                  RT @BibleBuild_INA: 🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Couples o…
## 4427                                                                   RT @Rudu1212: @savehitesh @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Delayed more than 30 min+\n@Gmwrly @drm…
## 4428                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4429                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4430                                                                    RT @dramadates: "วาระซ่อนเร้น / Hidden Agenda" an upcoming Thai BL series....\n\nhttps://t.co/BTMWdIFCoh\n\n#วาระซ่อนเร้น #HiddenAgenda #thaibl…
## 4431                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4432                                                                  RT @QueerGamesFest: Queer Game Showcase: "The Divine Speaker" by @TwoHalfStudios\n\nA story-rich fantasy BL visual novel about fate and how p…
## 4433                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4434                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4435                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4436                                                                                                            RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 4437                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 4438                                                                  RT @QueerGamesFest: Queer Game Showcase: "The Divine Speaker" by @TwoHalfStudios\n\nA story-rich fantasy BL visual novel about fate and how p…
## 4439                                                                                                                                   RT @cocolovestwice: here we go again with bl!nks starting unnecessary fanwars
## 4440                                                                                                                                   RT @into_slush: #kavetham \nThe past is like a dream. https://t.co/w6MvDVTSDT
## 4441                                                                                               RT @666abz1: Little Sonny🔗 and baby alban🎭\n\nmagician sonny🧙🏻\n\n#Briskart #AlbanKnoxArt https://t.co/UuIClR3UBJ
## 4442                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4443                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4444                                                                                                                              RT @pigrabbit_mtz: Don’t catch a cold…\n#genshin #cynonari https://t.co/J9ENXsoeJN
## 4445                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4446                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4447                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4448                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4449                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4450                                                                  RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…
## 4451                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4452                                                                     RT @savehitesh: @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger is daily…
## 4453                                                                  RT @BLMedieval: What's today's Medieval and Renaissance Women manuscript of the day?\n\nIt's the patents granted by Henry VIII to Anne Boleyn…
## 4454                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 4455                                                                  RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…
## 4456                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4457                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4458                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4459                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4460                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4461                                                                                                        RT @BrookeLig: For the consideration of Recording Academy members 📀\n\n- Team BL https://t.co/9qdTHVj4H7
## 4462                                                                   RT @BrookeLig: ⏰ Hit the “subscribe” button on Brooke’s YouTube channel at the link below to be the first to know about new content and vid…
## 4463                                                                             RT @Softykjr: Penix says potential NIL earnings next year would not be the deciding factor in whether or not he would stay or leave
## 4464                                                                 RT @BrookeLig: Why not take a few minutes, click on this link and pause your day to worship with us. He is worthy of it all!\n\n - Team BL \nh…
## 4465                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4466                                                                                                                                                       RT @DawgsEatDucks: husky nation get the popcorn ready 👀☔️
## 4467                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4468                                                                      RT @Sujuyesungsung: so sweet\n\n©stevenhunt626\n#我的牙想你 \n#MyToothYourLove \n#余晉\n#吳岳擎\n#安朗CP \n#台湾BL https://t.co/xECdlfmhwQ
## 4469                                                                    RT @S4narchist: how come this looks like a bl character. It's probably called "My boyfriend, the fuckboy idol" and it's about shy fanboy/pr…
## 4470                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 4471                                                                    RT @SJHDELHI: Vigilance Awareness Week valedictory function was held today @SJHDELHI Chief guest Dr BL Sherwal MS graciously felicitated al…
## 4472                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4473                                                                    RT @mikevorel: Kalen DeBoer says he's never seen players gravitate to another player the way they did to Michael Penix Jr. when he addresse…
## 4474                                                                    RT @number1mongrel: my gf and i discussing the dichotomy of the BL ship venn diagram on the 20 minute drive to pick up insomnia cookies htt…
## 4475                                                                    RT @jirouwife: i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a starry sk…
## 4476                                                                                                                                   RT @suninhersmile: CAN SOMEONE RECOMMEND A GOOD BL MANHWA PLEASE IM DESPERATE
## 4477                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4478                                                                    RT @mikefiechtner: Mike Penix Jr walking into Martin Stadium to plenty of boos and obscenities from the WSU student section. #Penix4Heisman…
## 4479                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4480                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 4481                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4482                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 4483                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4484                                                                                                                                                     RT @REALLYREVIL: best bl in a while https://t.co/ipSo7GnVYL
## 4485                                                    RT @kstarlivecom: Watch: Music Video for #VIXX #Leo's OST #IStill for His Upcoming BL Drama #HappyEndingRomance\n\n#빅스 #레오 #펜스밖은해피엔딩\n\nJoin #M…
## 4486                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4487                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4488                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4489                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4490                                                            RT @Dualbrainless: — OiKage [short] AU slight SakuKage\n\nWarning:\n📍 BL\n📍 R-17\n📍 Harsh words\n📍 Toxic relationship\n\nTW // mention of mental il…
## 4491                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4492                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4493                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4494                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4495                                                                    RT @dubduphuskies: 10-2! Took care of business at UW’s Satellite campus. To celebrate this week’s Morning After on Montlake from .@coachvel…
## 4496                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4497                                                                                                                                                                         RT @GMMTV: @NeverLetMeGoTH Follow us! 🖤
## 4498                                                                                   RT @laedeke17_: G22 and vxon nandun din hoping to all ph bl fans there na support din sila &lt;333 let's support ppop hehehe.
## 4499                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4500                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4501                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4502                                                                                                        RT @sususiaoo: People: you should stop watching BL\nMe: \n#LoveinTheAirSpecialEP https://t.co/WrHFpEOUsZ
## 4503                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4504                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4505                                                                    RT @Esqueer_: Tim Pool is currently hosting a blatantly anti-Semitic stream on Youtube with Milo, Nick Fuentes, Kanye West. They are all di…
## 4506                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 4507                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4508                                                                                                                           RT @hyulikeJazz: no context just bob\n#spookymonth #bobvelseb https://t.co/y8C1zXZKub
## 4509                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4510                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 4511                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4512                                                                                                                                                     RT @yaoihunt: hannibal the second they hear bl visual novel
## 4513                                                                       RT @Farah_91Babyz: Between the duty and your heart\nWhat would you choose?\n .\nWatch the trailer for #เพื่อนายแค่หนึ่งเดียว Never Let Me Go s…
## 4514                                                                                RT @blisanewblack: THE WAY WE FINALLY GOT POSTER FOR THE UPCOMING KBL “THE DIRECTOR WHO BUYS ME DINNER”! https://t.co/dAOvsXRGql
## 4515                                                                                                                   RT @SristiGurung20: THE BEST AND MOST POPULAR THAI BL COUPLES 2022\n\nhttps://t.co/veTJJIDfGd
## 4516                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4517                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4518                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4519                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4520                                                                               RT @ppnaravit_jfc: ꫛꫀꪝ✧‧˚      \n@ppnaravit  IGs  Update \n\n#ppnaravit  #ปอนด์ณราวิชญ์\n#NeverLetMeGoSeries https://t.co/hQ8byodCIX
## 4521                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4522                                                                                                                                           RT @iamjuddah: Which is the best website for streaming live football?
## 4523                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/ejqTEqDK24
## 4524                                                                  RT @BLMedieval: What's today's Medieval and Renaissance Women manuscript of the day?\n\nIt's the patents granted by Henry VIII to Anne Boleyn…
## 4525                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4526                                                           RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…
## 4527                                                                RT @_royalsunshine_: I have 1 ticket for sale 4500 zone. \n\nBL BD-4\n\nComplete with all benefits. Accepts installment. :) 50% downpayment, 50…
## 4528                                            RT @SunShin33060668: Hahaha stop looking 👀🏓😅\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정 \n#RoommatesofPoongduck304 #kimjiwoong #yoonseobin #BL\n#돌맨스 #BL드라마 #kbl…
## 4529                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4530                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4531                                            RT @SunShin33060668: Hahaha stop looking 👀🏓😅\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정 \n#RoommatesofPoongduck304 #kimjiwoong #yoonseobin #BL\n#돌맨스 #BL드라마 #kbl…
## 4532                                                                                                                                         RT @sjk617: not @rvinpeaxe having BL sasaengs. Bitches lurking for real
## 4533                                                                    RT @mikevorel: Kalen DeBoer was asked if he really believes there's a chance Michael Penix Jr. returns next season. "I think there is. I fe…
## 4534                                                                                                               RT @CoachNokesDL: Take notice Football World!! #Penix4Heisman #BeLikeMike https://t.co/tTvqcq6GeJ
## 4535                                                                    RT @SJHDELHI: Vigilance Awareness Week valedictory function was held today @SJHDELHI Chief guest Dr BL Sherwal MS graciously felicitated al…
## 4536                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4537                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4538                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4539                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4540                                                                                                                          RT @UW_Football: Our heisman 🏆  \n\n#BeLikeMike #Penix4Heisman https://t.co/6ke7sq8zH4
## 4541                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4542                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4543                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4544                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4545                                                                    RT @mikevorel: Kalen DeBoer said there were more than 50 guys on the team that were sick or had symptoms at some point last week. Faatui Tu…
## 4546                                                                    RT @HoodHusky: Dylan Morris should look to be on the UW staff. With his work ethic and attention to detail he’d become a great QB Coach lea…
## 4547                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4548                                                               RT @uwleah: Last 6 coaches to go 3-0 vs PNW rival schools in year 1:\n\n1975: Don James\n1993: Jim Lambright\n1995: Mike Bellotti\n2009: Chip Ke…
## 4549                                                                    RT @kdrama_scene1: Upcoming BL drama #TheDirectorWhoBuysMeDinner starring #ParkYoungWoon and #ParkJungWoo releases main poster and confirms…
## 4550                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4551                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4552                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4553                                                                                       RT @hasantoxr: I made HTML &amp; CSS Cheat Sheets for beginners🔥\n\nI hope you find these helpful https://t.co/NA1MOehG0S
## 4554                                                                  RT @Wikiwolffstudio: HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD \n20…
## 4555                                                                    RT @HowlinHusky: This is how well-coached Washington is. This is Devin Culp Oscar-nominating performance when Penix was acting confused and…
## 4556                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4557                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4558                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 4559                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4560                                                                          RT @Lum_Cheng: Something more soft for once~\nEdit from Sadistic Beauty BL Side Story\n#19days #tianshan #yaoi https://t.co/Qzs4mN6Wc5
## 4561                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4562                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4563                                                              RT @BossNoeul_TH: ——𝘾𝙊𝙉𝙂𝙍𝘼𝙏𝙐𝙇𝘼𝙏𝙄𝙊𝙉𝙎 🎶\n\n🎤𝙈𝙮 𝙎𝙩𝙧𝙤𝙣𝙜𝙚𝙨𝙩 𝙡𝙤𝙫𝙚 // BossNoeul \n3𝘔 𝘷𝘪𝘦𝘸𝘴 𝘰𝘯 𝘺𝘰𝘶𝘵𝘶𝘣𝘦\n\n🎬 : https://t.co/vHlWZ0IovC\n🎧 : https://t.co/4…
## 4564                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4565                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4566                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4567                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4568                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4569                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4570                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4571                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4572                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4573                                                  RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…
## 4574                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4575                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4576                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4577                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4578                                                                    RT @So_Han_dsome: News:Elon Musk Is Rolling Out Twitter's Red Carpet For The Far Right\nMy Advice: to ⁦@NiranjanTripa16⁩ \nIf you cannot go L…
## 4579                                                                                                                                   RT @KB_beary: Drawing my oc with only default brushes https://t.co/yBCNK9EG4I
## 4580                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 4581                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 4582                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4583                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4584                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4585                                                                        RT @sunflowergguk: #taekookau where Jeongguk finally finds the courage to tell his boyfriend his biggest secret. https://t.co/TTTyvEIupg
## 4586                                                                    RT @CoffindafferFBI: Outstanding! It's time to fess up or face perjury charges. More importantly, the Ls have to face Gabby's parents and l…
## 4587                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4588                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4589                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4590                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4591                                                                    RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…
## 4592                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4593                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 4594                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 4595                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4596                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4597                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4598                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4599                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4600                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 4601                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4602                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4603                                                              RT @calliepatton: Most SoR advocates are former BL teachers.\n\nIn our schools, phonics was taught piecemeal &amp; contradicted, undermined by 3-…
## 4604                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4605                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4606                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4607                                                                  RT @MangaMoguraRE: "Hitorijime My Hero" by Arii Memeko is on cover of upcoming Bl magazine Gateau issue 1/2023.\n\nEnglish release by @Kodans…
## 4608                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4609                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4610                                                                                                   RT @Cloudkourin: Maid x Butler Cafe!☕️\n\nHow did he end up in that\n\n#類彰 #prsk_BL https://t.co/cHTOOhOOrZ
## 4611                                                                RT @OGTNAF: The BL series plot that won the project and will be produced by ONE channel.\n\nGenre: Period + Mystery\n\n“Mon Meng Mang” (Meng Ma…
## 4612                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4613                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4614                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4615                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4616                                                              RT @EmperorMandu: Say Boo!!\nLooks like the Y/N Witch Clan are wanted for some magic misfit.\nWhich one are you?\n\nOC Jay is up next\n\n#art #an…
## 4617                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4618                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4619                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4620                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 4621                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4622                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4623                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4624                                                                                                                                                        RT @BLUPDATE2022: It's coming... https://t.co/19vzEUhv3n
## 4625                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4626                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4627                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4628                                                                                   RT @dejunzmarkk: PARK JIHOON???? THE NAE MAUMSOGAE JOJANG NIGGA??? THE FEELING SO ENERGETIC NIGGA???? https://t.co/o4H0J8QAQR
## 4629                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4630                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4631                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4632                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4633                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4634                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4635                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4636                                                                                                                                                           RT @buitengebieden: Oh no.. 😅 https://t.co/raRldWcHgq
## 4637                                                               RT @1DEALMUSIC: [1DEAL'S B-DAY PROJ.#1 𝘾𝘼𝙁𝙀 ]\n\n🎁 Gift Pack #2 ( Illust Postcard )\nIllust by @ pork_bl\n\n𝟏𝐃𝐄𝐀𝐋'𝐒 𝐍𝐄𝐖 𝐖𝐄𝐀𝐏𝐎𝐍💥\n09-13 Jul, 2021…
## 4638                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4639                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4640                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4641                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4642                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4643                                                                                                                              RT @rewindbIossom: 127's Bangkok concert is gonna be a meet&amp;greet of bl actors
## 4644                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4645                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4646                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4647                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4648                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4649                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4650                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4651                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4652                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4653                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 4654                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4655                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4656                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4657                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4658                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4659                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4660                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4661                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 4662                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4663                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4664                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4665                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4666                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4667                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4668                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4669                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4670                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4671                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4672                                                                                                          RT @sanabanana79: Soyeon gets a lot of shit but I feel like she genuinely is what bl*nks think L*sa is
## 4673                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4674                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4675                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4676                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4677                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4678                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4679                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4680                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4681                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4682                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4683                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4684                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4685                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4686                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4687                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4688                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4689                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4690                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4691                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4692                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 4693                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4694                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4695                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4696                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4697                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4698                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4699                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4700                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4701                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4702                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4703                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4704                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4705                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4706                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4707                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4708                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4709                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4710                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4711                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4712                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4713                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4714                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4715                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4716                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4717                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4718                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4719                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4720                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4721                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4722                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4723                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4724                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4725                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4726                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4727                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4728                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4729                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4730                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4731                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4732                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4733                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4734                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4735                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4736                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4737                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4738                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4739                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4740                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4741                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4742                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4743                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4744                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4745                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4746                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4747                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4748                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4749                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4750                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4751                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4752                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4753                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4754                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4755                                                                                                                                                                                     RT @steelers: KICK BL🚫CKED‼️
## 4756                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4757                                                                    RT @lemonboeun: i mean NLMG is a new genre, it can be said to be the first scenario in the bl Thai background so it's not like any other se…
## 4758                                                                                                                     RT @vitaarieka: It's crazy how leo had more intimate scenes in whisper mv than his bl drama
## 4759                                                                     RT @HITCkpop: 2023 is already looking bright for Thai BL drama fans as some of the most celebrated stories are going to get their prequels…
## 4760                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4761                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 4762                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4763                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 4764                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4765                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4766                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4767                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4768                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4769                                                                                              RT @IndSivakumar: @sundarmail Those with BL degree and black gowns are special category. No one can question them.
## 4770                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 4771                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4772                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4773                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4774                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 4775                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4776                                                                                                                           RT @rocketgirlNFT: @KinoAlyse @delta_sauce @bl_artcult I shall be there with bells on
## 4777                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4778                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 4779                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4780                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4781                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4782                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4783                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4784                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4785                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4786                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4787                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4788                                                                                                           RT @Ruu_GI: #kavetham #カヴェアル 🏛️🌱\nidk just me trying to mindbreak haitham https://t.co/EuRZxR4rdx
## 4789                                                                    RT @lemonboeun: i mean NLMG is a new genre, it can be said to be the first scenario in the bl Thai background so it's not like any other se…
## 4790                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4791                                                                                                                  RT @raonbeam: When your boyfriend is clingy… 😆\n\n#ORV #joongdok #중독 https://t.co/rvyHIGoRmj
## 4792                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4793                                                                                                                      RT @WaltzFor_Zizi: he is dedicated ✨️\n\n#joongdok #중독 #중혁독자 https://t.co/vu6n9qeaO9
## 4794                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4795                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4796                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4797                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4798                                                                    RT @Killmoenetwork: REPORTS OF A JUMPER; 3900 Bl. Of Blaine St N.E: Rescue units along with Mpd are responding to a call with a person repo…
## 4799                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4800                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4801                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4802                                                                                                                 RT @GenGenRiot: Part 1 of Time Travel shenanigans 😭\n.\n#千ゲン #sengen https://t.co/JO56Ewd9Ym
## 4803                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 4804                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4805                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4806                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4807                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4808                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4809                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4810                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4811                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4812                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4813                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4814                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4815                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4816                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4817                                                                                                                          RT @chuchugou: NSFW #原神 #Alhaitham \nThose look heavy king 🤲 https://t.co/aE93ACGJiM
## 4818                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4819                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4820                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4821                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4822                                                                 RT @phaesporia__: only the moon knows. \n#cynonari \n\n____\nquick reminder: commissions r still open until dec 11 at https://t.co/HA4oLiAHxt!…
## 4823                                                                                   RT @itz_Malarvizhi: 𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 4824                                                                                                                     RT @CrimsonWaltz_: 'I can't believe I almost lost you'\n\n#cynonari https://t.co/TuLIbX41fu
## 4825                                                         RT @FCutepie: Media coverages #609BedtimeStoryPremiere (15)\n👍🏻 &amp; RT\n\nWeTV Thailand\n🔗 https://t.co/CUe9n4IKf8\n🔗 https://t.co/I6QBkXqz90\n\nEMo…
## 4826                                                                                                                              RT @rewindbIossom: 127's Bangkok concert is gonna be a meet&amp;greet of bl actors
## 4827                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4828                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4829                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4830                                                                    RT @cilkowa: 2 Moons: The Ambassador EP.8 | Full Series\n\nLink Here: https://t.co/xGILYyAthB\n\n#2MoonsTheAmbassadorEP8 #เดือนเกี้ยวเดือนthefi…
## 4831                                                                                   RT @laedeke17_: G22 and vxon nandun din hoping to all ph bl fans there na support din sila &lt;333 let's support ppop hehehe.
## 4832                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 4833                                                                                                                              RT @rewindbIossom: 127's Bangkok concert is gonna be a meet&amp;greet of bl actors
## 4834                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4835                                                                     RT @tofuxen: school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i got bored of…
## 4836                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4837                                                                     RT @Killmoenetwork: NON-CONTACT SHOOTING:UNIT Bl. Of Galveston St S.W: Mpd is on the scene of a shooting with approx a dozen shell casings…
## 4838                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4839                                                                    RT @archaeologyart: "Cheers!". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…
## 4840                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 4841                                                                    RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…
## 4842                                                                     RT @Killmoenetwork: NON-CONTACT SHOOTING:UNIT Bl. Of Galveston St S.W: Mpd is on the scene of a shooting with approx a dozen shell casings…
## 4843                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4844                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4845                                                                    RT @GameSpot: Starship Troopers: Extermination, a new game based on the cult-classic 1997 sci-fi film, is officially coming in 2023! https:…
## 4846                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4847                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 4848                                                                    RT @PLUT0R14: 3. there is currently a censorship crackdown in china right now, so companies that own hyx and many other bl dramas will have…
## 4849                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4850                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4851                                                                                                                                             RT @1hys12: #prsk_BL some random headcanons https://t.co/0Zh2EXwHCl
## 4852                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 4853                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4854                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4855                                                                   RT @NarelleLyn: And this..wow!\nWe keep on hearing BL is to be blamed for our failing boys in literacy. But is that another story we are bei…
## 4856                                                                    RT @jose3030: Jayson Tatum  35 PT  15-28 FG  1-1 FT  4-14 3P  3/0 RB  3 AS  1 BL  2 ST  0 TO  3 PF  29 MN   (10:13 4th, Hornets) https://t.…
## 4857                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4858                                                                              RT @httpwhjs: blueming who can define popularity kdrama bl edit edits time machine #Blueming #BluemingEp11 https://t.co/nZ34tFYZQE
## 4859                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4860                                                                                                 RT @UW_MBB: Cross-town rivalry tonight\n\n📰 https://t.co/PdfKn64ouH\n\n#TougherTogether https://t.co/W1Q5BvMNVB
## 4861                                                                                                                   RT @mikevorel: Michael Penix Jr. reiterated that he hasn't made a decision RE: the NFL Draft.
## 4862                                                                                                                                                                 RT @JanaHatchett: I should post this 1000 times
## 4863                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 4864                                                                      RT @Chris_Fetters: Kalen DeBoer just said he believes there's a chance Michael Penix could return to @UW_Football next season. @Dawgman247
## 4865                                                                                           RT @B_BongChelsea: The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/stoMp4ohYT @TheTopFamous
## 4866                                                                                                                       RT @introvertsmemes: Me choosing how I’m gonna waste my time next https://t.co/EyEh6udRJY
## 4867                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4868                                                                                                        RT @xion_1018: Dawn, Cloud, River\n\n#yaoi #bl #yaoimanhwa #yaoismut \n#blmanhwa https://t.co/YMjhss6byc
## 4869                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4870                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4871                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4872                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4873                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4874                                                                                                        RT @sususiaoo: People: you should stop watching BL\nMe: \n#LoveinTheAirSpecialEP https://t.co/WrHFpEOUsZ
## 4875                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4876                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4877                                                                  RT @sahouraxo: US military bases spread across the globe 👇🏻\n\nThe US has 11 times more foreign military bases than the rest of the world com…
## 4878                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4879                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4880                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4881                                                                    RT @mikevorel: UW QB Michael Penix Jr. is doing a zoom press conference with national media at 10:30 am PT. The Heisman promo campaign is u…
## 4882                                                                RT @looolielooo: After a hard day of work, He's got the best pillow to sleep on!\n.\n.\n.\n#bl #narutouzumaki #sasukeuchiha #sasunaru #narusasu…
## 4883                                                                RT @ZeeNunew130976: 💪😍Let's support #ZeeNuNew  in the voting at TheTopFamous\n\n🤩Thai BL Series👉https://t.co/Kp1dvoSFZl\n\n🤩Thai BL Couple👉http…
## 4884                                                                RT @OGTNAF: The BL series plot that won the project and will be produced by ONE channel.\n\nGenre: Period + Mystery\n\n“Mon Meng Mang” (Meng Ma…
## 4885                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4886                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 4887                                                                  RT @apologyapo: PHENOMENAL. SENSUAL. ROMANCE TRAGEDY. HISTORICAL. ICONIC. BL MOVIE OF THE DECADE. ACADEMY. CANNES. MILEAPO. PERIOD.  \n\n#Mil…
## 4888                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 4889                                                                    RT @TCK33338888: @plantmoretreez @raam_beart These paid traitors of the Chinese people and provocateurs of the declining western empire des…
## 4890                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 4891                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 4892                                                                                                                           RT @rocketgirlNFT: @KinoAlyse @delta_sauce @bl_artcult I shall be there with bells on
## 4893                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4894                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4895                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4896                                                                         RT @pokemonszn: croagunk was like “i guess i have to give you a pass this time brock because i understand” lmao https://t.co/su1BNywvNW
## 4897                                                                    RT @doyoqiu: to my star is actually on another level i don't tend to label it as just bl bcs for me it's something more, yeah of course it'…
## 4898                                                                                                                                      RT @saebitboys: hyeonjun go get that bl bag bestie https://t.co/cBgv1u6hjp
## 4899                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 4900                                                                                           RT @theyaoiarmy: Check out Conquest ⚔️ BL/Yaoi ⚔️ Visual Novel by The Yaoi Army on @Kickstarter https://t.co/NoV3sxCFGB
## 4901                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4902                                                                  RT @BL_Scenery: STREAM | #2moonstheambassadorEP8 tonight, every Monday at 10:30 PM GMT+7 on #AmarinTV34.\n\n🔹 Rerun at 11:30 PM GMT+7 on #WeT…
## 4903                                                                        RT @HuskyFanPodBDTW: UW needs to make a short video of all of Penix best plays in high leverage moments, in addition to every deep bomb.
## 4904                                                                                           RT @theyaoiarmy: Check out Conquest ⚔️ BL/Yaoi ⚔️ Visual Novel by The Yaoi Army on @Kickstarter https://t.co/NoV3sxCFGB
## 4905                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 4906                                                                  RT @ETCTacoma: Kept the discount for #CyberMonday \nLast day for deals this year!!!! \nNew heat for the street Dec 10th https://t.co/S7jItxcc…
## 4907                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4908                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 4909                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4910                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4911                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4912                                                                    RT @BL_Scenery: UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars - Park You…
## 4913                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4914                                                                    RT @Vanreito: The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent's outfit🛐…
## 4915                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4916                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 4917                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4918                                                                                                                                              RT @bbil1ypn: GM my #star1ight 🤍 #bbil1ypn https://t.co/SC7GO1gCXQ
## 4919                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4920                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4921                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4922                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4923                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 4924                                                                    RT @WellOblivion: @justinboldaji If you like this kind of stuff, I'd like to recommend checking out Peter Greenaway's films. The Draughsman…
## 4925                                                                             RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS\n\n- RT &amp; Fill out form on https://t.co/wdkm0jRMAc (+proof) https://t.co/2LI9dNikGM
## 4926                                                                RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS 🏓🏸\n\n- RT this + BULLISH Comment on https://t.co/zZjDyqoMNG (+proof)\n\n#TechTrees $TTC #TechTrees…
## 4927                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4928                                                                                                   RT @Cloudkourin: Maid x Butler Cafe!☕️\n\nHow did he end up in that\n\n#類彰 #prsk_BL https://t.co/cHTOOhOOrZ
## 4929                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4930                                                                                                    RT @KMJPromos: Giveaway $3 | 45.000 IDR ~ 4 hours🦋\n\n— RT &amp; Follow @promotinghost\n\ndraw with @sweenpi
## 4931                                                                                                          RT @orangefrogg: BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 4932                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4933                                                                                                                             RT @bunniefied: $ | 43.500 IDR ~ ends fast 🚴🏼🏆\n\n- RT + rt/like @bunnydoescrypto 📌
## 4934                                                                                                                                 RT @bunniefied: $5 GIVEAWAY ~ 60 MINS \n\n- RT like &amp; Follow @KMJPromos (🔔)
## 4935                                                                                                                                        RT @bunniefied: $5 GIVEAWAY ~ ends fast 🏅🎖️\n\n- RT + rt/like my pinned 📌
## 4936                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 4937                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4938                                                       RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#예성 #YESUNG\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJU…
## 4939                                                                    RT @isuilde: i love how all but two people in the qrts guessed wrong and think this is from a BL movie. Like. I fucking wish it was an actu…
## 4940                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4941                                                       RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#이특 #LEETEUK\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJ…
## 4942                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 4943                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4944                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4945                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4946                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 4947                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4948                                                                RT @ViswaCM1: GLOBE TROTTING ADVENTURE 🌍 🔥\n\nDirector @ssrajamouli garu About his next with Super Star @urstrulyMahesh 🦁\n\n#SSMB29 #GlobeTrot…
## 4949                                                       RT @SJofficial: SUPER JUNIOR The 11th Album Vol.2[The Road : Celebration] Image Teaser\n\n#희철 #HEECHUL\n\n🎧 2022.12.15. 6PM KST\n\n#슈퍼주니어 #SUPERJ…
## 4950                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 4951                                                                                                          RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS\n\n- RT like &amp; Follow:\n\n@igotatrillion + @_JakeShaw_
## 4952                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 4953                                                                                                RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS 🧗🏻‍♂️🚵🏻‍♀️\n\n- RT + rt like &amp; comment something nice on @cometwtf 📌
## 4954                                                                  RT @FortPeatPHFC: 🎂[#fortFTS]\n\nMay your smile be bright just like the sun shine everyday. Happy birthday to our ball of sunshine Fort! 💙 @f…
## 4955                                                                                                                                    RT @bunniefied: $10 | 145.000 IDR ~ 60 MINS 🏵️🎗️\n\n- RT this + LIKE @alqsyy 📌
## 4956                                                                RT @OGTNAF: The BL series plot that won the project and will be produced by ONE channel.\n\nGenre: Period + Mystery\n\n“Mon Meng Mang” (Meng Ma…
## 4957                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 4958                                                                                                                                                              RT @Amouranth: Who’s here? https://t.co/6H7y9wOADG
## 4959                                                              RT @_19eightyONE_: Wait, what. \n\nActor Song Seunghyun is going to have a topless scene. In his BL debut. \n\nReally?? \n\nWell… he already went…
## 4960                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4961                                                                                                                              RT @bunniefied: $15 | 217.500 IDR ~ 120 MINS\n\n- RT like &amp; Follow @GoHumanNFT
## 4962                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4963                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4964                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4965                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4966                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 4967                                                                    RT @RentaMangaStore: Asahi and Kei used to be inseparable, but that all changed when Asahi was diagnosed as an omega in high school and Kei…
## 4968                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4969                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 4970                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4971                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 4972                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4973                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4974                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 4975                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 4976                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 4977                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4978                                                                                                                   RT @coeurdelanuit_: A sky full of stars and i'm still staring at you. https://t.co/yCVajZmhFM
## 4979                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 4980                               RT @p81dance:  ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄\n                 New Video\n_____________🎬\n\n📞Check on YouTube!\nhttps://t.co/vl28XpDFuX\n\n💿少年隊 – The longest nigh…
## 4981                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4982                                                                                 RT @bunniefied: $20 | 290.000 IDR ~ 180 MINS\n\n- RT like &amp; Follow @ArcaneAvians \n- RT like &amp; Tag 3 friends on their 📌
## 4983                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4984                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 4985                                                                    RT @BL_Scenery: UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars - Park You…
## 4986                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4987                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4988                                                                    RT @poddar_namrata: Such an honor to see #BorderLess among @WIRoBooks’s favorites for 2022! Here’s an excerpt from @AliceKSStephens’s revie…
## 4989                                                                    RT @boyslatinbball: It is with profound sadness that the BL Basketball community mourns the passing of assistant coach Al Eford. Coach Al h…
## 4990                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 4991                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 4992                                                                                                                                 RT @bunniefied: $30 | 435.000 IDR ~ 240 MINS\n\n- RT this + JOIN on @0xblessy 📌
## 4993                                                                                                              RT @bunniefied: $5 GIVEAWAY ~ 60 MINS 🎪🤹🏻‍♀️\n\n- RT like &amp; Follow @Pumpitupdigital + RT their 📌
## 4994                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 4995                                                                                                                               RT @bunniefied: $5 GIVEAWAY ~ 60 MINS\n\n- RT this + Comment on @OfficialBailie 📌
## 4996                                                                                                                                                                      RT @taeyeonaes: I need Suho to act in a BL
## 4997                                                           RT @AshtonNFTs: 🎉NEW Giveaway🎉\n\nTime to enter Metaverse Country Club⛳️\n\nGiving Away #Whitelist Spots⏰\n\n1⃣❤️&amp; RT\n2⃣Tag 3 Friends\n3⃣Follow @M…
## 4998                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 4999                                                                                                                       RT @bunniefied: $5 GIVEAWAY ~ 30 MINS\n\n- RT + rt like &amp; tag 3 friends on @lfgvazi 📌
## 5000                                                                RT @bunniefied: ⚽️⚽️Tomorrow's match prediction #FIFAWorldCup \n\nClaim Prize of 300g Real Golden Footballs, treadmills and more \n\n👉Click her…
## 5001                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5002                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 5003                                                                                                                                                            RT @tumcialsatp: 254. shopee https://t.co/P4LBe6Hncl
## 5004                                                                  RT @sneha_143_sneha: Last night I had a great time with my bf\nHis friends are not their\nAfter a long time I get a chance to enjoy him freel…
## 5005                                                                RT @looolielooo: After a hard day of work, He's got the best pillow to sleep on!\n.\n.\n.\n#bl #narutouzumaki #sasukeuchiha #sasunaru #narusasu…
## 5006                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5007                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5008                                                                    RT @yuzuh27: Zee already said before that he find it scary that camera follows them all the time, imagine what they feel with fans always b…
## 5009                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5010                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5011                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5012                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5013                                                                    RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…
## 5014                                                                    RT @Killmoenetwork: DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering from GS…
## 5015                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5016                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5017                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5018                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5019                                                                                                                      RT @me_stll: his favor was stop seducing me AaAaAa!!! ...#BL #yaoi https://t.co/NdmkBxINEm
## 5020                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5021                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5022                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5023                                                                    RT @GernMorgen: my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only by seeing…
## 5024                                                               RT @ZeeNunew130976: 💪😍let's go vote in Netizens\n\n⚠️ You can vote in 2 ways:\n    🤩Application: Netizens\n    🤩Website👇\n\n🤩Actor👉https://t.co/Q…
## 5025                                                                    RT @GernMorgen: my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only by seeing…
## 5026                                                                    RT @GernMorgen: my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only by seeing…
## 5027                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 5028                                                                    RT @GernMorgen: my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only by seeing…
## 5029                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5030                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5031                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5032                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5033                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5034                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5035                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 5036                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5037                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5038                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5039                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5040                                                                    RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 5041                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 5042                                                                                                     RT @spcrashworks: OH FUCK, MY EGG!!\n#PokemonScarletViolet #pokemon #nintendoswitch https://t.co/hpX7apy5qH
## 5043                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5044                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5045                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5046                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 5047                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5048                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5049                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5050                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5051                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 5052                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5053                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 5054                                                                     RT @RealTimeNews10: BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals with…
## 5055                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5056                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5057                                                                RT @besumbodyurluve: ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗https:/…
## 5058                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 5059                                                                                                                              RT @smolsungies: cat likes soft and fluffy things #minsung https://t.co/DhalDipZA7
## 5060                                                                RT @Autosultan_team: We Present the Next #AMABinanceLive with  \n@AlveyChain , Speaker Mr @Naur_ALV\n\n🎁  Reward : $150 USDT🤑\n📆  Nov, 25th 202…
## 5061                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5062                                                                                                                                                    RT @hourlyeonbin: size difference 💔\nhttps://t.co/Aw9C6K0gca
## 5063                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5064                                                                                                                                                          RT @hannahhbbahng: call me?? ☎️ https://t.co/v5V4lBKo4H
## 5065                                                                                                                                               RT @archiveoflhs: OH MY GOD?!   #heeseung https://t.co/yzaVxPnx5L
## 5066                                                                    RT @BL_Scenery: UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars - Park You…
## 5067                                                                                                                                                  RT @jinniesarchives: " love myself 🤟 " https://t.co/YBB9ckz32W
## 5068                                                                                                                RT @MemindyOfficial: Happy Birthday @fort_fts 🥰🥳\n\n#OurSmile22ndFortDay https://t.co/vnZcINkmu4
## 5069                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 5070                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5071                                                                     RT @BL_prints: And you can find digitised items on the main catalogue - at https://t.co/G0D3yuobTX enter search term, filter to Online and…
## 5072                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5073                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5074                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5075                                                                                                                                                     RT @Caroli_montcc: Acerte o ship BL pelos emojis — a thread
## 5076                                                                  RT @headBONDmeLWJ: today’s unboxing 📦\n\n#tgcf novel korean version published by @B_lab_BL, hua cheng and xie lian box sets. each set comes w…
## 5077                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 5078                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5079                                                      RT @DLIP_Records: 2022 LAST HOTTS\n\nRELEASE LONGSET LIVE\nSHEEF THE 3RD &amp; BLAHRMY\n\nD.L.i.P. LIVE\nDUSTY HUSKY\nRHYME BOYA\ncalimshot\nMSP\nFORTUNE…
## 5080                                                                  RT @headBONDmeLWJ: today’s unboxing 📦\n\n#tgcf novel korean version published by @B_lab_BL, hua cheng and xie lian box sets. each set comes w…
## 5081                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 5082                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 5083                                                                   RT @xx_Gris: Q:You’ve covered many songs and have your own songs. Which song is your favorite?\n🐱:Favorite cover right?In fact I like many s…
## 5084                                                                    RT @britishlibrary: Can you name the characters pictured here? These whimsical, dramatic illustrations were produced for Charles Dickens’ O…
## 5085                                                                RT @rkatepuka: This isn’t sth new ok? I remember it too well what happened here before. ‘The portrait closeness’ issue blahblahblah &amp; looks…
## 5086                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5087                                                                                                                                              RT @zeenewpics: #NuNew from frongmakeup ig https://t.co/NPXuWWffRp
## 5088                                                                   RT @rkatepuka: 🤔🤔🤔🤔🤔\nI’m asking myself If I would ask for people help if I were in that situation too? I guess not cus I would have already…
## 5089                                                                    RT @joonypear: the obscure camera angles are cracking me up like who could that be? definitely not his legally wedded husband kim namjoon h…
## 5090                                                                                                                              RT @xiaxia00701: WELLmagazine HD(1)\n🥰\n\n#NuNew #NanaNu https://t.co/WDIn3EuIbK
## 5091                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5092                                                            RT @Jiniya1204: In Hollywood today :) Also went to see Seokjin's hand printing on Hollywood Bl 😍 \n\n#TheAstronaut #JIN #방탄소년단진 @bts_twt http…
## 5093                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 5094                                                                    RT @RealTimeNews10: ARMED CARJACKING: 3400 Bl. of 54th Ave. Bladensburg, MD. PGPD on scene investigating an armed carjacking with an indivi…
## 5095                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5096                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5097                                                                    RT @RealTimeNews10: ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carjacki…
## 5098                                                                                                   RT @_hakutae: repeat with me: ZEE PRUK PANICH IS NOT SINGLE, ZEE PRUK PANICH HAS A BOYFRIEND. You're welcome.
## 5099                                                                    RT @zachsang: RM's Indigo is out on this Friday!! RM will join me live @onamp Friday at 8pm ET! we'll be hanging out and listening to every…
## 5100                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 5101                                                                    RT @RealTimeNews10: ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carjacki…
## 5102                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 5103                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5104                                                                                                                                                                RT @Iiliworld: so cute  💓https://t.co/4O4IKOcVwz
## 5105                                                                     RT @peachywarut: Hii! Formally introducing myself : my nickname is june, 25, law student and bl addict since this year✌🏻 fell in love with…
## 5106                                                                    RT @headBONDmeLWJ: the ever so beautiful hualian novel sets for tgcf korean version, published by @B_lab_BL ♥️🤍‼️\n\nvolumes 1-5 huacheng set…
## 5107                                                                                                                RT @MemindyOfficial: Happy Birthday @fort_fts 🥰🥳\n\n#OurSmile22ndFortDay https://t.co/vnZcINkmu4
## 5108                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5109                                                                  RT @headBONDmeLWJ: today’s unboxing 📦\n\n#tgcf novel korean version published by @B_lab_BL, hua cheng and xie lian box sets. each set comes w…
## 5110                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5111                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5112                                                                 RT @mileapotrendwor: ⚠️💛Hello UNNAMED PLEASE VOTE MILEAPO⚠️💚\n1. best couple !!!!\nhttps://t.co/PRq9bKYBrj…\n\n2. actor of the year \nhttps://t.…
## 5113                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5114                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5115                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5116                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5117                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 5118                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5119                                                                    RT @RealTimeNews10: ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carjacki…
## 5120                                                                     RT @britishlibrary: Questions at the ready for satirist Tom Walker, creator of famously exasperated reporter @JonathanPieNews. He's joined…
## 5121                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5122                                                     RT @miakawai23: Endgame 💖💖💖\nSungDa true Love 🥰\nSunghyeon &amp; Daon \n\nThe End 🔚🫶\n\n#비밀사이 #secretrelationships #secretrelationship #Manhwa \n#Boys…
## 5123                                                                  RT @Killmoenetwork: AROUND THE CORNER FROM PLANE CRASH.\n\nBURGLARY IN PROGRESS: 9100 Bl. Of RoundLeaf Way, Gaithersburg Md.: Police are resp…
## 5124                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5125                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 5126                                                                    RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 5127                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5128                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5129                                                                    RT @RealTimeNews10: JUMP IN/STOLEN AUTO: Citgo Gas 6100 Bl. of Old Central Ave. Capitol Hts, MD. PGPD on scene investigating an incident wi…
## 5130                                                                  RT @seriesblcom: Drama: Love In The Air Special Ep \n\n#LoveInTheAirSpecial #LoveInTheAirEpecialEp #LoveInTheAirSeriesSpecial #LoveInTheAirSe…
## 5131                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5132                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5133                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5134                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5135                                                                  RT @LISANATIONS_: LISA at Incheon Airport Departure for London 🇬🇧\n\n#NETIZENSREPORT #LISA for Asian Celebrity of the Year #ACOTY2022 @thenre…
## 5136                                                                                                                                                        RT @Ximiandingshi: I demand this https://t.co/mQ70iQAp8q
## 5137                                                                    RT @RealTimeNews10: ARMED CARJACKING: 3400 Bl. of 54th Ave. Bladensburg, MD. PGPD on scene investigating an armed carjacking with an indivi…
## 5138                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5139                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5140                                                                    RT @S4narchist: how come this looks like a bl character. It's probably called "My boyfriend, the fuckboy idol" and it's about shy fanboy/pr…
## 5141                                                                                                                            RT @jodanspace: *bl ⚠️WARNING NSFW🔞\n🔥THE🔥HOTTEST🔥2nd🔥COUPLE🔥 https://t.co/zJThRgVS6C
## 5142                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5143                                                                    RT @BLAsia_Africa: #Suvannasāma Jātaka scenes in a manuscript from #Thailand (EAP1123/6/2 https://t.co/iFGUcsTTan) dated 1888 with the stor…
## 5144                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5145                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5146                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5147                                                                             RT @Iiliworld: LISAAAA ✨✨\n\n#NETIZENSREPORT #LISA for Asian Celebrity of the Year #ACOTY2022 @thenreport https://t.co/NLuqNZ6m4x
## 5148                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5149                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5150                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5151                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 5152                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5153                                                                    RT @BLAsia_Africa: Learn about #Hinduism and Hindu deities in this #SacredTexts article: https://t.co/UKPjOdJekN (Image below: Add Or 25) h…
## 5154                                                                    RT @itsshaqii: Hang on…Win is scared of scary movies?! 🥦🪢🏊🏼REACTION TO #BetweenUsEp4 #BetweenUsTheSeries UNCUT IS OUT NEOWW LINK HERE: http…
## 5155                                                                     RT @boylove_fangirl: Bj MD (Bj Alex) - MD (Myung-Dae) X Chanwoo\nJust...so cute a~😍☺️💙\n#boylove #bjmd #bl #manhwabl https://t.co/ubxIeJ8lIU
## 5156                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5157                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5158                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5159                                                                RT @looolielooo: After a hard day of work, He's got the best pillow to sleep on!\n.\n.\n.\n#bl #narutouzumaki #sasukeuchiha #sasunaru #narusasu…
## 5160                                                                                                                            RT @shikarux_: I am now an #akikasa account muahaha #prsk_bl https://t.co/v2WlsrredG
## 5161                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5162                                                                     RT @HC_GirlsBB: Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again led the…
## 5163                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5164                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5165                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5166                                                                               RT @YamiK0I: My otps ❤️\n#司類 #しずあい #みずえな\n#ruikasa #shizuai #mizuena\n#prsk_FA #prsk_GL #prsk_BL https://t.co/ADG18BUNHA
## 5167                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5168                                                                   RT @paisky_comfortz: The most beautiful proposal in bl history.\n\n #LoveinTheAirSpecialEP #PrapaiSky #PrapaiSkyStory https://t.co/cKIueQFRSj
## 5169                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5170                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 5171                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5172                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5173                                                                    RT @mantilla_angy: @illustrata_ai @joynxyz @amli_art @bl_artcult My piece "Anger" represents women reacting and protesting against injustic…
## 5174                                                                    RT @BLAsia_Africa: In today’s guest blog, Dr Fiona Kerlogue explores the textiles in the richly illustrated #Javanese manuscript Serat Dama…
## 5175                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5176                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5177                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5178                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5179                                                                    RT @ppsthetic: feel like i have to tweet this pic once in a while just to remind myself that pp really be putting hearts on bk ever since c…
## 5180                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5181                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5182                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5183                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 5184                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 5185                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5186                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5187                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5188                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5189                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5190                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5191                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5192                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5193                                                                 RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑ Most…
## 5194                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5195                                                               RT @jodanspace: WARNING SPOILER , SNEAK PEEK *bl\n\nl don't care\nHow Iong it takes\nAs long as l'm with you\nl've got a smile on my face https:…
## 5196                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5197                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5198                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5199                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5200                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5201                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5202                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5203                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5204                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5205                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5206                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5207                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5208                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5209                                                                                                                                                            RT @vaidesmaiar: Oh My God 🗣 https://t.co/vUDDb9lDOx
## 5210                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5211                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5212                                                                                                     RT @WeirdMedieval: wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 5213                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5214                                                                                                                                      RT @saebitboys: hyeonjun go get that bl bag bestie https://t.co/cBgv1u6hjp
## 5215                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5216                                                                                                                                      RT @saebitboys: hyeonjun go get that bl bag bestie https://t.co/cBgv1u6hjp
## 5217                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5218                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5219                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5220                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5221                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5222                                                                                                                RT @BuckeyeLocalAD: Final for varsity girls basketball 🏀 from Harrison Central. \n\nHC 69\nBL 56
## 5223                                                                     RT @p52136074: @old_xian Many years has passed and now his aggressive enemies tension are turning into tender “Love Gaze” 🥰🥰🥰 Im so deeply…
## 5224                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5225                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5226                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 5227                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5228                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5229                                                                                                                                                        RT @BLUPDATE2022: It's coming... https://t.co/19vzEUhv3n
## 5230                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5231                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5232                                                           RT @itstiben: you are the best thing that’s ever been mine.\n\nduration: 13h 4m \n\n--\n\ncreated using \n@Procreate\n\n#artph #digitalart #digitalp…
## 5233                                                                                                                          RT @katelynbelova: I think Ms. Weems was in love with Morticia https://t.co/XA86rqiVWX
## 5234                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5235                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5236                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5237                                                                   RT @mariinksarts: @illustrata_ai @joynxyz @amli_art @bl_artcult Screaming Eyes\nThis Art is inspired by the fight and resistance of women fr…
## 5238                                                              RT @futekiya: 📆 𝗡𝗲𝘄 𝗿𝗲𝗹𝗲𝗮𝘀𝗲𝘀 𝘁𝗵𝗶𝘀 𝘄𝗲𝗲𝗸 📆\n\n📌 Nov 28\nA Break from Japan, Vol. 12 by Senko Tohmiya (@ichiraci)\n\n📌 Nov 30\nHopelessly Devoted, V…
## 5239                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5240                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 5241                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5242                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5243                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5244                                                                  RT @mero_se1: The new early access chapter 88  has been updated on Tapas and Patreon! \nWill Cyrus agree to the marriage proposal?\nThank you…
## 5245                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5246                                                                                                                                                RT @hanmdin: 「affection」#類司 #prsk_BL https://t.co/M7USPb3RT9
## 5247                                                                                                                  RT @juicelooped: black and white lily #ruikasa #類司 #prsk_FA #prsk_BL https://t.co/kQBRKmqupw
## 5248                                                                    RT @delta_sauce: @Morph_VGart @alulasit @bl_artcult @WorldNfts Collected this piece by @isayev_art today! Really happy to have it in my col…
## 5249                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5250                                                                                                                       RT @thinkingofjenna: are you guys seeing what im seeing as well 🤨 https://t.co/fW0ynrcSe7
## 5251                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5252                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5253                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5254                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5255                                                                    RT @doyoqiu: to my star is actually on another level i don't tend to label it as just bl bcs for me it's something more, yeah of course it'…
## 5256                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5257                                                                                                        RT @ruikasatruther: The rooftop freak couple at it again #類司 #prsk_FA #prsk_BL https://t.co/Y5txHxAwwS
## 5258                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5259                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 5260                                                                 RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…
## 5261                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5262                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5263                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5264                                                                                                                                        RT @acyllnion: Kissing fishes 🎈🌟\n#類司 #prsk_BL https://t.co/ewrVsV3r7u
## 5265                                                                RT @ApoVotingTeam: 🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top Asia…
## 5266                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5267                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5268                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5269                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5270                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5271                                                                    RT @6480Y: i dont know how controversial this take will be but i truly hope that day goes fully blind in last twilight or it's left ambiguo…
## 5272                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5273                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5274                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5275                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5276                                                                  RT @pemi_em: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @deeperflows @yeg1zart Congrats to you both! 🖤\n\n“Take h…
## 5277                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5278                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5279                                                                                                                                                    RT @elmaxmybeloved: BITCH WE TWINNIN https://t.co/CeUHOT7zED
## 5280                                                                 RT @cocoval11: #MorkDay\nI love you, I love you, I love you ... I loved you dangerously!~\n\n#morkdayedit #lasttwilight #bl #jimmysea #jimmyji…
## 5281                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5282                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5283                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5284                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5285                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5286                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5287                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5288                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5289                                                                     RT @RealTimeNews10: STUDENT ARRESTED W/GUN AT SCHOOL: Frederick Douglass High 9000 Bl. of Croom Rd. Upper Malboro, MD. PGPD responded this…
## 5290                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5291                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5292                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 5293                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 5294                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 5295                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5296                                                                                 RT @Fortfts_Trend: @Minnie_elf6 Start 08.30 A.M. ⏰🇹🇭\nHashtag #OurSmile22ndFortDay\n\nCr. FortFTS OFC\n\n#FortFTS #ComeFortZon
## 5297                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5298                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5299                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5300                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5301                                                                     RT @vivileannie: @allkpop LOOL and where is their evidence? Literally all people who worked with Chuu say how amazing she is. No one spoke…
## 5302                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5303                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 5304                                                                                                     RT @awakensmeraldo: @allkpop Shouldnt the accusers be the ones to provode evidence to support their claims?
## 5305                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5306                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5307                                                                  RT @pemi_em: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @deeperflows @yeg1zart Congrats to you both! 🖤\n\n“Take h…
## 5308                                                                                                  RT @beminesuperstar: They are coming . . 👀👀\n\n#BeMineSuperStar\n#พี่พระเอกกับเด็กหมาในกอง https://t.co/msY1tXercf
## 5309                                                                                                                                                     RT @jaljayo123: @nakamhto srry, I've never heard of that bl
## 5310                                                                    RT @kuromorisuzu: i'm also kind of obsessed with people qrting certain shots and being like 'this doesnt have random shit in the background…
## 5311                                                                RT @RealTimeNews10: SNATCH &amp; GRAB OF LOTION: Giant 1000 Bl. of Fairlawn Ave. Laurel, MD. Laurel PD on scene investigating a theft in the st…
## 5312                                                                                                 RT @ijclark: Can’t think why Blair would say criticism of Qatar is going over the top 🤔 https://t.co/36ciXi5YMH
## 5313                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5314                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 5315                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 5316                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5317                                                                  RT @Wikiwolffstudio: HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD \n20…
## 5318                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5319                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5320                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5321                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 5322                                                                    RT @deeperflows: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space @Morph_V…
## 5323                                                                    RT @delta_sauce: @Morph_VGart @alulasit @bl_artcult @WorldNfts Collected this piece by @isayev_art today! Really happy to have it in my col…
## 5324                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5325                                                           RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…
## 5326                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5327                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5328                                                                    RT @deeperflows: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space @Morph_V…
## 5329                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5330                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5331                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5332                                                                    RT @deeperflows: @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space @Morph_V…
## 5333                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5334                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5335                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5336                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5337                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5338                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5339                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5340                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5341                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5342                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5343                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5344                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5345                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5346                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5347                                                                  RT @Morph_VGart: Monday Night Showcase time!\n\nTonight, share a piece you collected and shoutout that artist.\n\nTag 3 friends/collectors :)…
## 5348                                                                    RT @unicorn1007x: Babiis, please stream the trailer if you’re available right now.we’re left far behind other bl series. let’s raise our vi…
## 5349                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5350                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5351                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5352                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5353                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5354                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5355                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5356                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 5357                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5358                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5359                                                                 RT @_crookedtime_: ✨NEW FIC✨ bl (backwards love)\n- 1/1 complete, 44k words\n- m!nsvng💕\n- rated E 🔥\n⬇️⬇️⬇️ https://t.co/Yq1WPRvQXK https://t.…
## 5360                                                                                           RT @ABSCBNNews: Thai actors Tay Tawan, New Thitipoom return with 'Cherry Magic' series remake https://t.co/EEPauFQhvJ
## 5361                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 5362                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5363                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5364                                                                    RT @brightnanon: no bc i genuinely love that ohmnanon is doing a bbs special ep instead of a new bl bc patpran are so special and perfect t…
## 5365                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5366                                                                      RT @SLAhq: MLA is pleased to announce that Terri Givens will give the 2023 John P. McGoven Lecture at MLA | SLA ’23 in Detroit, Michigan.…
## 5367                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5368                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 5369                                                                    RT @kdrama_scene1: Upcoming BL drama #TheDirectorWhoBuysMeDinner starring #ParkYoungWoon and #ParkJungWoo releases main poster and confirms…
## 5370                                                                  RT @BLMedieval: ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow much do y…
## 5371                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5372                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5373                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5374                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5375                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5376                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5377                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5378                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5379                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5380                                                                    RT @SaladJazz1: Paul Chambers, Hank Mobley and Sonny Clark (seated) during the recording session for Mobley’s Hank Mobley BL 1568, June 23,…
## 5381                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5382                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5383                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5384                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5385                                                                                         RT @Trangtaytang_91: ..I don't know anything but love ❤\n#결혼하는남자 #Missinglove #인혜린 #BL https://t.co/negp5opFV4
## 5386                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 5387                                                                    RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…
## 5388                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5389                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5390                                                           RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…
## 5391                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5392                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5393                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5394                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 5395                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5396                                                                RT @WYStarStudio: PREM WARUT  is nominated to the 5th edition of the 100 Most Handsome BL Actors (2022).\n\nTo vote:\nLike - 1 pt\nRetweet (2pt…
## 5397                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5398                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5399                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5400                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5401                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5402                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5403                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5404                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5405                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5406                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5407                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5408                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5409                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5410                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5411                                                                RT @pneumaninesix: Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring @Nabaei…
## 5412                                                                      RT @BLUPDATE2022: THAILAND | Star Hunter Entertainment announced a casting audition for their upcoming BL “#เฟื่องนคร #CityOfStars” and oth…
## 5413                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5414                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5415                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5416                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5417                                                                    RT @kagetoorukise: why is liking gay fictional contents automatically labels you as fetishizer? did yall know how heavy that word is to jus…
## 5418                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5419                                                            RT @MileApoGuardVTS: REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4\nhttps://t.co/LAnmGs…
## 5420                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5421                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5422                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5423                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5424                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5425                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5426                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 5427                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5428                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5429                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5430                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5431                                                               RT @ZeeNunew130976: 💪😍let's go vote in Netizens\n\n⚠️ You can vote in 2 ways:\n    🤩Application: Netizens\n    🤩Website👇\n\n🤩Actor👉https://t.co/Q…
## 5432                                                                RT @ZeeNunew130976: 💪😍Let's support #ZeeNuNew  in the voting at TheTopFamous\n\n🤩Thai BL Series👉https://t.co/Kp1dvoSFZl\n\n🤩Thai BL Couple👉http…
## 5433                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5434                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5435                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5436                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5437                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5438                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5439                                                                    RT @kagetoorukise: why is liking gay fictional contents automatically labels you as fetishizer? did yall know how heavy that word is to jus…
## 5440                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5441                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5442                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5443                                                                RT @missypurcell1: @theKidsMatter @DoctorSam7 I taught kids that reading is thinking for over a decade in my F&amp;P BL class. I even gifted my…
## 5444                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5445                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5446                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5447                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5448                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 5449                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5450                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5451                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5452                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5453                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 5454                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5455                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5456                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5457                                                                                                  RT @adorejustme: Excuse me but I already imagined their BL with one look \n\n#Minwon \nhttps://t.co/qQJBqOPvpn
## 5458                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 5459                                                               RT @ZeeNunew130976: 💪😍let's go vote in Netizens\n\n⚠️ You can vote in 2 ways:\n    🤩Application: Netizens\n    🤩Website👇\n\n🤩Actor👉https://t.co/Q…
## 5460                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5461                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5462                                                                   RT @CarolHusband: BL:\n“Commercial shippers that normally used the Ambassador Bridge diverted trucks to border crossings at Sarnia, Fort Eri…
## 5463                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5464                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5465                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5466                                                                RT @ZeeNunew130976: 💪😍Let's support #ZeeNuNew  in the voting at TheTopFamous\n\n🤩Thai BL Series👉https://t.co/Kp1dvoSFZl\n\n🤩Thai BL Couple👉http…
## 5467                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5468                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5469                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5470                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5471                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5472                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5473                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5474                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5475                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5476                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5477                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5478                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5479                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5480                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5481                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5482                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5483                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5484                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5485                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5486                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5487                                                                 RT @designonething: Happy birthday William Blake. The English artist, poet &amp; printmaker, whose printing technology innovations allowed him…
## 5488                                                                RT @SSN_Alabama: BREAKING:\n\nAlabama has landed a commitment from 4⭐️ WR Jaren Hamilton.\n\nThe F.W. Buchholz HS product out of Gainesville is…
## 5489                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5490                                                                             RT @AlbicelesteTalk: Leo Messi and Enzo Fernández have been selected in World Cup Team of the Week XI. ⭐️🇦🇷 https://t.co/6EOTUiAB8Q
## 5491                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5492                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5493                                                                              RT @blisanewblack: japanese bl “eternal yesterday” should be in everyone’s watch list, i said what i said. https://t.co/lO0xGTTFwJ
## 5494                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5495                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5496                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5497                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5498                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5499                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5500                                                                    RT @buildsummer: Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a real BL…
## 5501                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5502                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5503                                                                                                                                                                          RT @Iustrez: an iced coffee can fix it
## 5504                                                                  RT @joshieesworld: NEW VIDEO!!\nhttps://t.co/8Cn5QoJrZ3\nAn update on the progress of my original BL manga: Fudanshi Shinigami! https://t.co/…
## 5505                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5506                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5507                                                                     RT @RealTimeNews10: STUDENT ARRESTED W/GUN AT SCHOOL: Frederick Douglass High 9000 Bl. of Croom Rd. Upper Malboro, MD. PGPD responded this…
## 5508                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 5509                                                                    RT @BLUPDATE2022: #WAROFYEP17: BL producers these days... don't focus on the plot... kissing scenes and a guy topless are enough? https://t…
## 5510                                                                RT @BLUPDATE2022: Office Romance awaits you in Thai BL next year, 2023:\n\n1. Bed Friend (Mandee)\n2. The Middleman's Love (Mandee)\n3. Wish Me…
## 5511                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5512                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5513                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5514                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5515                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5516                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5517                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5518                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5519                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5520                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5521                                                                    RT @cookiesftvbear: the belgian commentator said cho guesung could be in a kpop group with his perfect face, like yes i totally agree https…
## 5522                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5523                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5524                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5525                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5526                                                                    RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz
## 5527                                                                  RT @BL_Scenery: STREAM | #2moonstheambassadorEP8 tonight, every Monday at 10:30 PM GMT+7 on #AmarinTV34.\n\n🔹 Rerun at 11:30 PM GMT+7 on #WeT…
## 5528                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 5529                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5530                                                                                                RT @theoldkyokodied: but wait: there is more!! sorry for bl posting i am mentally unwell https://t.co/Y6BH55JBbW
## 5531                                                                  RT @Wikiwolffstudio: HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD \n20…
## 5532                                                                                                            RT @ruikasatruther: “And at last I see the light” 🎈🌟 #類司 #prsk_FA #prsk_BL https://t.co/S2PmVOMyjN
## 5533                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 5534                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5535                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 5536                                                                  RT @cebuBLorg: 📌BIBLE: "I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST"\n\nBible Wichapas Sumettiku…
## 5537                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5538                                                                    RT @buildsummer: Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a real BL…
## 5539                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5540                                                                                        RT @RobertGreene: The ultimate form of domination is to make those on the other side think they are the ones in control.
## 5541                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5542                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5543                                                                  RT @WeTVThailand: A love story between Mum and Dew set in a parallel universe in Room 609 every midnight.  \n.\n#609BedtimeStory first BL Ser…
## 5544                                                                                                                                             RT @YukenNico: silly doodle\n#prsk_bl #類司 https://t.co/hIyu8zAzu0
## 5545                                                                                                                         RT @SiavoushF: Rodrygo trying to get some of that Ronaldo magic https://t.co/M1hQH3U1xY
## 5546                                                                    RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz
## 5547                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5548                                                                    RT @iamDARRAGHBOHAN: Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL, ov…
## 5549                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5550                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5551                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5552                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5553                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5554                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5555                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5556                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5557                                                                                                                                         RT @dina_saoud: The real meaning of tar bl fr7a https://t.co/32dZNSS40l
## 5558                                                                                                         RT @smokeylaroyjr: Black men leaving a hug just to dap right back up and hug again is my favorite thing
## 5559                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5560                                                                 RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…
## 5561                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5562                                                                RT @looolielooo: After a hard day of work, He's got the best pillow to sleep on!\n.\n.\n.\n#bl #narutouzumaki #sasukeuchiha #sasunaru #narusasu…
## 5563                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5564                                                                    RT @archaeologyart: "Cheers!". Detail from the Hours of Saint-Omer, France ca. 1320 BL. Collection:, Add 36684, fol. 100r. https://t.co/DSu…
## 5565                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5566                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5567                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5568                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5569                                                               RT @shipper_diary: ‼️Reminder for Fort’s birthday hashtag\n\nUse #OurSmile22ndFortDay\n⏰ Starts at 8.30am (BKK)\n\n🔺Remember NOT to use emojis/p…
## 5570                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5571                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5572                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5573                                                                    RT @buildsummer: Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a real BL…
## 5574                                                                                                                   RT @Scott_WOwlf: Thread "faz o bL":\n#Desafio30DiasdeBL do @blymeyaoi https://t.co/eBoWsbxDMf
## 5575                                                                    RT @Killmoenetwork: SHOOTING:6300 Bl. Of Georgia Ave NW: Rear of the Post Office: Mpd is on scene investigating a shooting with an adult Ma…
## 5576                                                                RT @godIymode: Some of you need to put respect on Solo Sikoa. People try to say he does nothing &amp; stands there, but people saying that don'…
## 5577                                                                    RT @TheyCraveeA: i’m ready to speak on my story. i don’t care if i get backlash. Isaac Nicholson sexually assaulted me in barbee hall at Nc…
## 5578                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5579                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5580                                                                    RT @buildsummer: Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a real BL…
## 5581                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5582                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5583                                                                     RT @peachywarut: Hii! Formally introducing myself : my nickname is june, 25, law student and bl addict since this year✌🏻 fell in love with…
## 5584                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5585                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5586                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5587                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5588                                                                    RT @NXP: Accelerate #5G designs with our new RapidRF front-end reference board. It is a complete ready-to-use circuit for TDD cellular appl…
## 5589                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5590                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5591                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5592                                                                    RT @justnetjames: 🦁️ do eat rice or not? (I’m not sure 😭)\n👩🏻 bring Uea come to eat?\n🦁️ have a kid too. Come with just 3 people? Is feel lon…
## 5593                                                                                                                                        RT @annabearly: he is really my comfort person 🥹 https://t.co/2FvhUzmZxW
## 5594                                                                  RT @cebuBLorg: 📌BIBLE: "I WAS TOLD BY AGENCIES BEFORE THAT WITH MY LOOKS AND HEIGHT, I WOULDN'T BECOME AN ARTIST"\n\nBible Wichapas Sumettiku…
## 5595                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5596                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5597                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5598                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5599                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5600                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5601                                                                RT @midnightpoette: More fanart for #theearthisonline just because my adoration couldn’t be contained. #teio #地球上线 #danmei #BL #shounenai h…
## 5602                                                                    RT @BigFrazeBoxer: A friend just sent me your tweet,it was only the other day I was talking about how hard it is to sell tickets in the cur…
## 5603                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5604                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 5605                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5606                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5607                                                           RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…
## 5608                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5609                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5610                                                                  RT @genshinficfess: au! cw // bxb bl ship haino aruseno alhaitham x cyno\n// art by sender , original by cutbu\n\ngagal confess tapi berhasil…
## 5611                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5612                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5613                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5614                                                                    RT @BLMalay: Wonderful new blog by Fiona Kerlogue examining the clothes and textiles depicted in the late 18th-century Serat Damar Wulan, @…
## 5615                                                                                                                                                       RT @mynameis_evi: couple goals 🥹❤️ https://t.co/PkFYRs5dEt
## 5616                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5617                                                                                                                              RT @hourlyfirstkhao: hes so soft \n\n#firstkhao #khaotungg https://t.co/baTTxHb28m
## 5618                                                                   RT @fort_wipes: HAPPY BIRTHDAY FORT, KEEP DOING WHAT YOU LOVED, ALWAYS HERE FOR YOU, LOVE U💞🐻\n#FortFTS #ComeFortZon #BabyFeat #OurSmile22nd…
## 5619                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5620                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5621                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5622                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5623                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5624                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5625                                                                   RT @_gongjun: #龚俊 #GongJun #SimonGong #张哲瀚 #ZhangZhehan #浪浪钉 #俊哲 #JunZhe #LLD\n.\nHappy Birthday, Gong Jun! https://t.co/03n7RbVs1H
## 5626                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5627                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5628                                                                                                                 RT @il0venostalgia: Admit you’re old. Retweet if you know what this is… https://t.co/3UWcDUPcHU
## 5629                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5630                                                                    RT @globeandmail: At least four developers who bought the properties the government is now proposing to remove from the Greenbelt have eith…
## 5631                                                                    RT @lemonboeun: i think someone has to understand that NLMG is a classic bl mafia genre and that era still has stereotypes about same-sex l…
## 5632                                                                                 RT @Starzle_: Happy birthday, sweetheart #GongJun - #TheRealZhangZhehan admires you. #Junzhe #Junzherio https://t.co/IG3qYuioQ3
## 5633                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5634                                                                                                                                                            RT @99zthink: my allen ma :( https://t.co/hWXfL3Melb
## 5635                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5636                                                                    RT @Itsnanonengg: Nanon as Pran is so powerful. I’ve never feel so attached to a character in any bl series like this and I’ve watched almo…
## 5637                                                RT @moodyro8: moodyrob \nsiwoo's closet 2021 autumn styling\n손수호 성우님\nphoto&amp;styling. siwoo\nmakeup. seo100 \nasisst&amp;film.\n@La____sO @_saveas htt…
## 5638                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5639                                                                    RT @brentdsadler: Was on Maria Bartiromo’s show this morning talking China and Iran protests. BL, both not yet at a regime ending point… bu…
## 5640                                                                    RT @RealTimeNews10: SHOOTING: 6300 Bl. of Georgia Ave. N.W. MPD on scene investigating a shooting with one individual with gunshot wound in…
## 5641                                                                    RT @CCockburn2: A knight on horseback has been drawn around this initial from one of three official copies of the nullification trial of Jo…
## 5642                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 5643                                                                    RT @CCockburn2: Beautiful marginal drawings from a 15th-century copy of Birgitta of Sweden's Liber Celestis Revelacionum, digitised for our…
## 5644                                                                RT @BernieSpofforth: CHINA - Guangzhou &amp; all other cities have streets full of tents, as QR codes are remotely turned yellow, meaning peopl…
## 5645                                                                                       RT @Hyuhhnniena: @GINA__BEARS "They're the most weirdest breed for a bl fandom." 🤭🤣 why are they discribing themselves..🤡
## 5646                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 5647                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5648                                                               RT @EchoooffXD: DONT CLICK if you don't recognize those tags please :)\n\nFanmade #Shotop #FoxSlayer BL Drama 🗡x🦊\n🔞Wear your headphones🔞\n\nCre…
## 5649                                                                    RT @mylife8z: I want a new BL drama for both of them together 7 episodes is really not enough they deserve a full drama ! #MeMindY #BoNoh #…
## 5650                                                                    RT @SfvScanner: #LAPD #noho 11000 Burbank bl. Unconfirmed report of a stabbing. More calls coming out for a nearby address on Case Ave as w…
## 5651                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 5652                                                                   RT @LoveMacabre: Beauty and the Beast inspired break drawing.\nFreeman is also our "red fox" in the webcomic, so his Beast version has fox-l…
## 5653                                                                    RT @aashishkumar551: 01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is how e…
## 5654                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5655                                                                   RT @jodanspace: "Soulmates don't have to be a lover"\nyou guys agree with that quote? It hurts sometimes to think how my non bl series otp c…
## 5656                                                          RT @dollsxngie: "So how do you want me to do it?"\n\n"I-i dont know"\n\n"You have never done this before?"\n\n"...."\n\n"Holy fuck..."\n\n"Just do it…
## 5657                                                                    RT @sineadgleeson: So many great discussions (race, class, islands, housing, the essay, Northern Ireland, Irishness, migration) at this wee…
## 5658                                                                                                                                             RT @57_dayo: tenshi keychain/sticker design https://t.co/x0PjHlVcNw
## 5659                                                                  RT @jodanspace: if i havent read the chapter yet i cant really tell is this sh3n t1ngw3i or k4n6 t0ng 😭 mirip banget woi anjir\n\n*bl 1nt0x1c…
## 5660                                                               RT @MnetMAMA: [#2022MAMA] #GOTOMAMA #enhypen\n\nENHYPEN's special selfie has arrived✨\nSee you at 2022 MAMA AWARDS❤️\n\nWorld’s No.1 K-POP Award…
## 5661                                                               RT @MnetMAMA: [#2022MAMA] #GOTOMAMA #enhypen\n\nENHYPEN's special selfie has arrived✨\nSee you at 2022 MAMA AWARDS❤️\n\nWorld’s No.1 K-POP Award…
## 5662                                                                 RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…
## 5663                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5664                                                                                                           RT @FeintHeart721: The good ending (secret sloppy bl*wjob ending coming soon) https://t.co/VJa3W8vZxk
## 5665                                                                    RT @talayfilms: last twilight series gmmtv2023 morkday mork day sea tawinan jimmy jitaraphol jimmysea thai bl sweater weather edit https://…
## 5666                                                                    RT @blisanewblack: i’m afraid that the only happy ending this upcoming korean bl “happy ending romance” will have is in its title. https://…
## 5667                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5668                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5669                                                                    RT @IFTVMarco: I don’t know the words to Morocco’s National Anthem but hearing and seeing how those fans were singing it just gives you chi…
## 5670                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5671                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5672                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5673                                                               RT @jodanspace: WARNING SPOILER , SNEAK PEEK *bl\n\nl don't care\nHow Iong it takes\nAs long as l'm with you\nl've got a smile on my face https:…
## 5674                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5675                                                                    RT @bisibilitea: interesting how no one promoted #Tilltheworldends cause it doesn't come from a big company and cause it comes from a guy w…
## 5676                                                                                                                     RT @TechAmazing: Is this the future of medicine? Source @gigadgets_ https://t.co/WqyegMSBmm
## 5677                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5678                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5679                                                               RT @EveewMaturano: Both are the light, hope and support of the other 🖤🧡\n\n🌸 IG: @ eveew_art \n\n#19days #19天 #19daysfanart  #moguanshan #hetia…
## 5680                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 5681                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5682                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5683                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 5684                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5685                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 5686                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5687                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 5688                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5689                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5690                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5691                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5692                                                                                     RT @emil_vash: WAIT WAIT I KNOW HOW SAMI'LL CRUMBLE THE BL, He's gonna manipulate them into free happiness and tranquility!
## 5693                                                                    RT @CrosbyNicky: Big fan of Morocco’s National Anthem. No idea what the lyrics mean but it gets the people going. #BEL #MAR https://t.co/jU…
## 5694                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5695                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5696                                                                  RT @RenewEurope: Today, we welcomed our partners from @RELIALred \n\nWe all agree on the importance of trade agreements to strengthen EU-LA r…
## 5697                                                                 RT @BlackLo39629533: In all the world,\nthere is no heart for me like yours.\nIn all the world,\nthere is no love for you like mine.\nRemember…
## 5698                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5699                                                                                       RT @Momotexx: GUYS THE PANTS ARE NEXT💦 LETS DO IT🙏\n#akumillust #momarties #ScarredHeartComic #BL https://t.co/eMMu1yotOQ
## 5700                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 5701                                                                    RT @j6hyun: We hope everyone from Kpop/K-community will continue to speak up and use their voice to change this rotten industry. https://t.…
## 5702                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5703                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 5704                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5705                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5706                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5707                                                                   RT @thaiupdate2021: 3 new and lovely Thai BL series couples who steal the hearts of viewers (Part 1)\n\nRead More 👉🏻 https://t.co/arlNqnaqXV…
## 5708                                                                                                           RT @mhatter229: Leave Japanese BL alone, thank you ! \n\nTell gmmtv to stay the fuck away from kiekoi
## 5709                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5710                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5711                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5712                                                           RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…
## 5713                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5714                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5715                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5716                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5717                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 5718                                                                       RT @Cloudkourin: Don’t make eye contact with the weird senpai and he won’t come over (too late)\n\n#prsk_BL #類彰 https://t.co/vWA97NjSUp
## 5719                                                                    RT @OddsocksTango: If seeing a few BL shows that show sex scenes between consenting adults is enough to make you think queer people only th…
## 5720                                                                                                                                     RT @RUlAKl: i doodled the sillies #類彰 #prsk_BL 🎈🥞 https://t.co/8jPuHoYI24
## 5721                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5722                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5723                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5724                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5725                                                              RT @ViaLactea_press: 𝑽𝒊𝒂 𝑳𝒂𝒄𝒕𝒆𝒂 .⋆ :・゚\n\n✦ Limerence (English Edition)✦\n✎...Jiang Zi Bei\n\nPei Ran recently noticed two things.\nFirst, his bo…
## 5726                                                                      RT @yanweigay: real life bl couple shippers that hate on any women that interact with said men are some of the weirdest people on this app
## 5727                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5728                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5729                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5730                                                                    RT @S4narchist: how come this looks like a bl character. It's probably called "My boyfriend, the fuckboy idol" and it's about shy fanboy/pr…
## 5731                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5732                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5733                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5734                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5735                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5736                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5737                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5738                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5739                                                                  RT @bishiepro: Find our original Sakura illustration on @bishiebox booth next weekend at #sakuracon limited quantity available. \n\nSeries @V…
## 5740                                                                     RT @RealTimeNews10: STUDENT ARRESTED W/GUN AT SCHOOL: Frederick Douglass High 9000 Bl. of Croom Rd. Upper Malboro, MD. PGPD responded this…
## 5741                                                                RT @hamaocha: Cheek on cheek 💓\n#BossNoeul #BoNoH \n#Bosschaikamon #Noeulnuttarat \n#MagentaBoy #ShawtyBoss \n#LoveinTheAirSpecialEP https://t.…
## 5742                                                                    RT @RealTimeNews10: SHOOTING: 6300 Bl. of Georgia Ave. N.W. MPD on scene investigating a shooting with one individual with gunshot wound in…
## 5743                                                                  RT @bishiepro: Magic Genie Edmond at https://t.co/13UTwAEl34 \n\n*Ordering Period: Sep 16th to Sep 30th, 2022 *Scheduled To Be Shipped: Mid N…
## 5744                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5745                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5746                                                                     RT @BLUPDATE2020: Honestly, I want to see well-established BL production houses produce BL from scratch... to see what their screenwriters…
## 5747                                                                RT @ApoVotingTeam: 🔔| APO TIME\n\n¹ ACOTY2022 :https://t.co/942Yjt3Qug\n² Thai Actor Of The Year:https://t.co/EpmQDRJG6v\n³ Best Thai bl Couple…
## 5748                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5749                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5750                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5751                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5752                                                                    RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz
## 5753                                                                    RT @Department_ASNC: The Quiggin Lecture takes place Thurs 1 Dec 5pm GR06/07 @englishunicam + zoom. Daniel Donoghue, John P Marquand Prof o…
## 5754                                                                                                                                       RT @zhenxin04: i think bl stans might actually be weirder than kpop stans
## 5755                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 5756                                                              RT @BL_Scenery: ✨ BL SERIES AND MOVIES FOR DECEMBER 2022\n\n01 - #OhMyAssistant 🇰🇷\n02 - #MySchoolPresident 🇹🇭\n02 - #609BedtimeStory 🇹🇭\n03 - #…
## 5757                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5758                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5759                                                           RT @ApoVotingTeam: 🔔| VOTING TIME !\n\n📢Vote Apo Now\n\n1. The Most Hansome bl Actor \n➖Rank 2\n📲https://t.co/NXmJAfdcx9\n\n2. Most Favorite Thai b…
## 5760                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5761                                                                    RT @risolco: My 2.5D Romance ep 6 is here! ▶️#25DR #webtoon\n\n#webtooncanvas: https://t.co/nHyZqk6wyN\n#tapasmedia: https://t.co/E971L22ekn…
## 5762                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5763                                                                 RT @mileapotrendwor: ⚠️💛Hello UNNAMED PLEASE VOTE MILEAPO⚠️💚\n1. best couple !!!!\nhttps://t.co/PRq9bKYBrj…\n\n2. actor of the year \nhttps://t.…
## 5764                                                                    RT @tancredipalmeri: According to Sky Italy director, Juventus situation could be same dangerous as in 2006, and something huge is gonna bl…
## 5765                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5766                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5767                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5768                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5769                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5770                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5771                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5772                                                                  RT @zoe_let: @viyomiarts Thank you for the artshare.\n\nI'm Zoe I do queer horror, BL and monsterboys. I'm a traditional artist inspired by m…
## 5773                                                                    RT @tzdnx800: Xie Lian’s sexual awakening is also part of his character development 😤 stripping him of that is also taking away important p…
## 5774                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5775                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5776                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5777                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 5778                                                                 RT @ALLTHIS_ENTM: 609BedtimeStory is the first BL Series where you can choose your own ending.\n\nStarts December 2nd. \nEvery Friday at 8PM o…
## 5779                                                                                                                                            RT @shigurefusawa: *original characters\n*BL https://t.co/aoAzvQWWt2
## 5780                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5781                                                                 RT @Driven247yt: 595 Scorpioneoro 😯\nhttps://t.co/PtlClGqvES for blog post from this meet. \n•\n#abarth #abarth595 #abarth500 #fiat500 #abarth…
## 5782                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5783                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5784                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5785                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5786                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5787                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5788                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5789                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5790                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5791                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5792                                                  RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…
## 5793                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5794                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5795                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5796                                                                    RT @Draco2050: I suggested @BL_Tidus to +3. He is a cracked Eliter-onetrick and definitely has the necessary skill for the server. So pleas…
## 5797                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5798                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5799                                                                   RT @Indic_God: You speak against the gen0cide of #jews you will be termed as anti-semitic.\nYou speak against the bl∆cks ,you will be termed…
## 5800                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5801                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5802                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5803                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5804                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5805                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5806                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5807                                                                    RT @bldramaheaven: so, after watching some of the most iconic BL couplings - I'm looking at you, Bad Buddy - I can easily say that #OhmFluk…
## 5808                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5809                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5810                                                                  RT @shardofmoon: GUYS! My original BL (sen/guide) novel based on Limitless starring Alex and Marisol is now over 30 thousand words.\n\nI'll b…
## 5811                                                                                                              RT @PunkTwelve: 10th issue of the AGUILAR ART &amp; NFT Magazine is out! Featuring @bl_artcult 🔥🔥🔥
## 5812                                                                  RT @mero_se1: The new early access chapter 88  has been updated on Tapas and Patreon! \nWill Cyrus agree to the marriage proposal?\nThank you…
## 5813                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5814                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5815                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5816                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5817                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5818                                                                     RT @JASTBLUE: Now that @Varenyett_bl has announced it, JAST BLUE is proud to say that Sorcerer's Choice: Angel or Demon is our next title!…
## 5819                                                                    RT @gomanga: A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and something more…
## 5820                                                                      RT @TheSevenSinz_: Bl!nks in the quotes, weren't yall crying "feminism" just a few hours ago? What happened? Bunch of pathetic hypocrites💀
## 5821                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5822                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5823                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5824                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5825                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5826                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5827                                                            RT @MileApoGuardVTS: DAILY VOTE\n\n1.https://t.co/x6APsApjrw\n\n2.https://t.co/u1OEEu6mbT\n\n3.https://t.co/HLJ3Hq0bHk\n\n4.https://t.co/LAnmGs6KtD…
## 5828                                                                  RT @shardofmoon: GUYS! My original BL (sen/guide) novel based on Limitless starring Alex and Marisol is now over 30 thousand words.\n\nI'll b…
## 5829                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5830                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5831                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5832                                                            RT @MileApoGuardVTS: DAILY VOTE\n\n1.https://t.co/x6APsApjrw\n\n2.https://t.co/u1OEEu6mbT\n\n3.https://t.co/HLJ3Hq0bHk\n\n4.https://t.co/LAnmGs6KtD…
## 5833                                                                 RT @MileApoGuardVTS: HERE'S THE LIST OF ONGOING VOTING FOR MILEAPO \n1 https://t.co/KVgTj74pIp\n2 https://t.co/LmFrhWNw6p\n3 https://t.co/bOwP…
## 5834                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5835                                                                   RT @theflotilla: @MarzGurl @katrinaltrnsl8r @Hbomberguy me an hour ago: "oh wow this r*bl*x video has really spiralled out of control"\ncurr…
## 5836                                                                 RT @MileApoGuardVTS: HERE'S THE LIST OF ONGOING VOTING FOR MILEAPO \n1 https://t.co/KVgTj74pIp\n2 https://t.co/LmFrhWNw6p\n3 https://t.co/bOwP…
## 5837                                                            RT @MileApoGuardVTS: DAILY VOTE\n\n1.https://t.co/x6APsApjrw\n\n2.https://t.co/u1OEEu6mbT\n\n3.https://t.co/HLJ3Hq0bHk\n\n4.https://t.co/LAnmGs6KtD…
## 5838                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5839                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5840                                                                                                               RT @shabbiddie: Why are kpop stans on the tl threatening to bl*w *p the bbc can someone explain 😭
## 5841                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5842                                                                    RT @invertv_dcape: The latest Day 2 outlook continues a rare MDT risk with a slight expansion eastward to account for potentially long-live…
## 5843                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5844                                                                     RT @Liaa09722332: #คุณชายตอนจบ The masterpiece of the whole BL industry. I have been a fan of  BL series over 5 yrs (may be from 2017) This…
## 5845                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5846                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5847                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 5848                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5849                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5850                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5851                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 5852                                                                                                        RT @sususiaoo: People: you should stop watching BL\nMe: \n#LoveinTheAirSpecialEP https://t.co/WrHFpEOUsZ
## 5853                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5854                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5855                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5856                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5857                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5858                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5859                                                                          RT @backendoc: gettin rejected by a hoe gotta be one of the worst feelings like u let niggas run trains on you but it’s a no for me???
## 5860                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5861                                                              RT @aguilar_ve: 🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FREE DOWNLO…
## 5862                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5863                                                                                                                                       RT @syhnner: my love language is to ruin my sleep schedule to talk to you
## 5864                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5865                                                            RT @MileApoDaily_: GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4\nhttps://t.co/Np2QNhjwmK…
## 5866                                                                           RT @BL_prints: Visit https://t.co/QggKrmNYv7 to explore @britishlibrary maps, plans and views \n#EYAMapsPlans https://t.co/GoLMfIMugk
## 5867                                                                                                                           RT @Satans_wifee: This is the first time i see a hot ml that is not for bl manhwa 🥹👏🏻
## 5868                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5869                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5870                                                  RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…
## 5871                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5872                                                               RT @CoachMikeDunlap: Bucks/Mavs. Boil down. \nBoth teams shot 3 ball &amp; therefore no lead safe. GA percolating at magic level, BL covering pa…
## 5873                                                  RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…
## 5874                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5875                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5876                                                  RT @SunShin33060668: Even singing…. Can’t they stop with the stares!? So embarrassing 🙈💘\n\n📌 https://t.co/GP4lpb4C0W\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정…
## 5877                                                           RT @jgry__: new track ! 🫶🙇🫶 \n\nkinda wrote it as a main theme for a fictional game\n\nlmk what u think ! love as always &lt;33\n\nhttps://t.co/NXFi…
## 5878                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5879                                                                     RT @AddyBrossWrites: If anyone is interested in a (definitely NSFW) aged-up, friends-to-lovers Twisted Wonderland one-shot fanfic, well, I…
## 5880                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5881                                                                  RT @historysunny: Free teacher CPD @britishlibrary on 1947 Partition of India!\n\nThe session will focus on the BL's new web resource ‘Voices…
## 5882                                                                  RT @historysunny: Voices of Partition - a new web resource for teachers! \n\nI was lucky enough to help @BL_Learning team develop this new si…
## 5883                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5884                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5885                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5886                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5887                                                                                                      RT @Reosif_: This midnight snack is ready to serve🍰\n\n#art #originalcharacter #bl https://t.co/08lKnCvLXq
## 5888                                                                 RT @mileapotrendwor: ⚠️💛Hello UNNAMED PLEASE VOTE MILEAPO⚠️💚\n1. best couple !!!\nhttps://t.co/PRq9bKZ9gR…\n\n2. actor of the year\nhttps://t.co…
## 5889                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5890                                                                 RT @mileapotrendwor: ⚠️💛Hello UNNAMED PLEASE VOTE MILEAPO⚠️💚\n1. best couple !!!!\nhttps://t.co/PRq9bKYBrj…\n\n2. actor of the year \nhttps://t.…
## 5891                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5892                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5893                                                                  RT @OGTNAF: Just FYI: I would say that Khun Chai is One31’s first start to bring BL to lakorn indusry and it was a big success. \n\nAs I know…
## 5894                                                                   RT @LoveMacabre: Beauty and the Beast inspired break drawing.\nFreeman is also our "red fox" in the webcomic, so his Beast version has fox-l…
## 5895                                                              RT @gekenkshop: • CARATBONG SVT \n\nSEALED : 2,800\nUNSEALED : 1,800\n\npayo / can dop but need dp and the bl once onhand\nsfeta (december dating…
## 5896                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5897                                                                     RT @RealTimeNews10: STUDENT ARRESTED W/GUN AT SCHOOL: Frederick Douglass High 9000 Bl. of Croom Rd. Upper Malboro, MD. PGPD responded this…
## 5898                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5899                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5900                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5901                                                                                                                               RT @sadhorrorr: the shiver of the vampires by jean rollin https://t.co/NCYZkas5t6
## 5902                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5903                                                                                              RT @rocking_bob: @BL_EcclesCentre @thetimes @hayfestival Thanks to @BL_EcclesCentre for giving me so much support!
## 5904                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5905                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5906                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5907                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 5908                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5909                                                                RT @Its_The_Barbies: Happy Monday to all beautiful likeminded BW. Today’s message:\nMen are not the prize 💕💖✨✨\nDon’t let the bl⚫️ck manosphe…
## 5910                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5911                                                                         RT @_starbeacon: Day 2 of #zoluweek - Devotion | “I’d follow you into hell.” 🏴‍☠️💕🏳️‍🌈|| #zolu #zoro #luffy #zoroxluffy #onepiece #gay #BL…
## 5912                                                                                                                                        RT @Grumpy_Steff: It’s a bl**dy disgrace! How dare they! @Tobias_Ellwood
## 5913                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5914                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5915                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5916                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5917                                                             RT @BLMedieval: Buzzzzzzz!\n\nSome busy bees, medieval style.\n\nhttps://t.co/aHWrNFS1JU\nhttps://t.co/GlVMDp0hdX\nhttps://t.co/67JO8PWmzI\nhttps:…
## 5918                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5919                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5920                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5921                                                                     RT @BLUPDATE2022: MUST WATCH: Masculinity comes with greatness. Being gay is taboo in Chinese descent families. A “forbidden love” between…
## 5922                                                                                                                                                      RT @daniepictures: gorgeous in red https://t.co/NjF4CjJrKZ
## 5923                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5924                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 5925                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5926                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5927                                                                    RT @ProtectionArmy: Don't engage with people who constantly engage with antis from other fandoms (bl**ks, s*ays, m*as or any fandom)\nThese…
## 5928                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 5929                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5930                                                                                                                 RT @tsukasaong: afternoon scroll 🥞☕️\n#prsk_fa #prsk_BL #彰冬 #akitoya https://t.co/e0gRVL8to3
## 5931                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5932                                                                  RT @BLMedieval: We're not really sure why digitising manuscripts associated with women could be considered woke.\n\nIn any case, we're very g…
## 5933                                                                  RT @red_loeb: Angels turning the axis of the world but the mechanism is creaking these days\n\nBL Harley MS 4940; Matfre Ermengaud's Breviari…
## 5934                                                                    RT @theriversideUCC: We kick off #exploreyourarchive week 2022, with a snippet from the Earbery Map BL/EP/E/M/14. Can you spot all the litt…
## 5935                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5936                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5937                                                                                                                                   RT @kdrama_baragi: CHO GUESUNG THE MAN YOU ARE TODAY. https://t.co/xDIzAh78xn
## 5938                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5939                                                                     RT @shynverlight: #Genshin_Impact fanart, one of the Fatui Harbingers, Sandrone The Puppet! Tap for the full image! https://t.co/cMOBFMBBxe
## 5940                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5941                                                           RT @MileApoGuardVTS: ✨The Most Handsome BL Actors 2022✨\n\nVOTE FOR MILE!\n#MilePhakphum\n~ Currently in 6th Place\n\nVote Here 👇:\nhttps://t.co/L…
## 5942                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5943                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5944                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5945                                                                                                                                                                    RT @Im1RollingStone: Ana i get high bl music
## 5946                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5947                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5948                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5949                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5950                                                                                                                                           RT @apocurves: apo is so cute and pretty :((  https://t.co/WifL7ewjWf
## 5951                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5952                                                                 RT @MaryTheFoxy: Have you ever heard about that game called "It's a Tokusatsu or BL scene?"\nNo? SO LET'S PLAY TOGETHER!\n\nI'll be posting sc…
## 5953                                                                          RT @kana__riya: #บาสเด็กอ้วนที่แท้จริง #ขุณขิมมอญ #CTRPANUWAT \n\nA look into the BKC crew attempting to film their first  BL drama and the h…
## 5954                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5955                                                                  RT @ESPNFC: Pepe is 39 years old and still putting on the captain's armband for Portugal 🇵🇹\n\nRespect to a legend of the game 👏 https://t.co…
## 5956                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5957                                                                                                          RT @sanabanana79: Soyeon gets a lot of shit but I feel like she genuinely is what bl*nks think L*sa is
## 5958                                                                    RT @forjumpols: 💚The Most Handsome BL Actors 2022\n🔗https://t.co/6NRZmH5Zm8\n🪄1 vote per day\n\n#ออฟจุมพล\n#OffJumpol https://t.co/CgFp8S4dJz
## 5959                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5960                                                                     RT @lunaperla: @DavidGHFrost @FT Listen, David, sometimes you've just got to say stuff in pure Anglo-Saxon and #Brexit was a bl**dy stupid…
## 5961                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5962                                                               RT @CoachMikeDunlap: Bucks/Mavs. Boil down. \nBoth teams shot 3 ball &amp; therefore no lead safe. GA percolating at magic level, BL covering pa…
## 5963                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5964                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5965                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5966                                                                    RT @kookminjoon: I feel like NetJames are going to be the next big thing in the bl industry. Ive never seen such chemistry for a cp who doe…
## 5967                                                                      RT @TheSevenSinz_: Bl!nks in the quotes, weren't yall crying "feminism" just a few hours ago? What happened? Bunch of pathetic hypocrites💀
## 5968                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5969                                                                                                                                                       RT @REALLYREVIL: omg jackson billkin new bl series 2023??
## 5970                                                                  RT @joynxyz: Thrilled to announce this AI Open Call in collab with @illustrata_ai \n\nWhen the story connects the prompt, the work of art, th…
## 5971                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5972                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5973                                                                RT @ZakkWyldeBLS: MUCH LOVE &amp; HAPPY BL 8Oth B-DAY To ST.JIMI !!! tBLSt SDMF @JimiHendrix @ExperienceJimi #jimihendrix https://t.co/a8IEzDpz…
## 5974                                                                RT @DanCevette: NEGATIVE BODY LANGUAGE LETS\n\n•  Your opponents know they have the upper hand\n• Your teammates know your selfish\n• Recruiter…
## 5975                                                                                                                                                            RT @agustpics: the prettiest https://t.co/phrYffb2zy
## 5976                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5977                                                                RT @Its_The_Barbies: Happy Monday to all beautiful likeminded BW. Today’s message:\nMen are not the prize 💕💖✨✨\nDon’t let the bl⚫️ck manosphe…
## 5978                                                                    RT @bkppent: yall talking about neo being employed lets talk about the REAL bl secondary characters these two are in everything you can thi…
## 5979                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5980                                                                  RT @loveinPPE: PerthChimon -\nDangerous Romance directed by Lit Samajarn.  \nThe most exiting as it's GMMTV Original BL series, not adaptatio…
## 5981                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5982                                                                    RT @mixpawat: firstkhao using their popularity to raise awareness of AIDS/HIV is SO important. there's still a long way to go so we must sp…
## 5983                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5984                                                                RT @MileApoAngelsFC: Please votes MileApo here 👇\nhttps://t.co/3sK6WdEqQv…\nhttps://t.co/suu0cu4P0B…\nhttps://t.co/LB0I85MrIJ…\nhttps://t.co/yv…
## 5985                                                                  RT @Bit_sliced: If you would like to know more about Web3, take a look at this: https://t.co/RxmEPuL9Gw\n\n#Web3 #Blockchain #Crypto https://…
## 5986                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5987                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5988                                                                      RT @BLUPDATE2022: .@BeMineSuperstar revealed the actors who will be playing as Pun's friends in the upcoming Thai BL “#BeMineSuperStar #พี่…
## 5989                                                                                                                                                        RT @fudrilshi: i cured my self of covid 19 by reading BL
## 5990                                                           RT @kdrama_baragi: Cho guesung apologized to the fans who supported himㅠㅠㅠㅠ it’s probably because korea lost on today matchㅠㅠㅠ\n\n https://t.…
## 5991                                                                RT @RealTimeNews10: SNATCH &amp; GRAB OF LOTION: Giant 1000 Bl. of Fairlawn Ave. Laurel, MD. Laurel PD on scene investigating a theft in the st…
##                  created
## 1    2022-11-29 23:59:55
## 2    2022-11-29 23:59:40
## 3    2022-11-29 23:59:34
## 4    2022-11-29 23:59:31
## 5    2022-11-29 23:58:57
## 6    2022-11-29 23:58:27
## 7    2022-11-29 23:58:14
## 8    2022-11-29 23:58:01
## 9    2022-11-29 23:57:45
## 10   2022-11-29 23:57:34
## 11   2022-11-29 23:57:29
## 12   2022-11-29 23:57:26
## 13   2022-11-29 23:57:05
## 14   2022-11-29 23:56:39
## 15   2022-11-29 23:56:37
## 16   2022-11-29 23:56:11
## 17   2022-11-29 23:56:02
## 18   2022-11-29 23:55:53
## 19   2022-11-29 23:55:18
## 20   2022-11-29 23:53:54
## 21   2022-11-29 23:53:21
## 22   2022-11-29 23:53:13
## 23   2022-11-29 23:53:01
## 24   2022-11-29 23:52:57
## 25   2022-11-29 23:52:43
## 26   2022-11-29 23:52:40
## 27   2022-11-29 23:52:38
## 28   2022-11-29 23:52:35
## 29   2022-11-29 23:52:17
## 30   2022-11-29 23:51:52
## 31   2022-11-29 23:51:37
## 32   2022-11-29 23:51:30
## 33   2022-11-29 23:51:24
## 34   2022-11-29 23:51:11
## 35   2022-11-29 23:51:05
## 36   2022-11-29 23:50:52
## 37   2022-11-29 23:50:47
## 38   2022-11-29 23:50:15
## 39   2022-11-29 23:49:59
## 40   2022-11-29 23:49:26
## 41   2022-11-29 23:49:21
## 42   2022-11-29 23:49:15
## 43   2022-11-29 23:49:14
## 44   2022-11-29 23:48:49
## 45   2022-11-29 23:48:43
## 46   2022-11-29 23:48:38
## 47   2022-11-29 23:48:25
## 48   2022-11-29 23:48:24
## 49   2022-11-29 23:48:06
## 50   2022-11-29 23:47:57
## 51   2022-11-29 23:47:32
## 52   2022-11-29 23:47:31
## 53   2022-11-29 23:47:30
## 54   2022-11-29 23:47:03
## 55   2022-11-29 23:46:50
## 56   2022-11-29 23:46:20
## 57   2022-11-29 23:46:12
## 58   2022-11-29 23:46:11
## 59   2022-11-29 23:46:02
## 60   2022-11-29 23:46:01
## 61   2022-11-29 23:45:59
## 62   2022-11-29 23:45:50
## 63   2022-11-29 23:45:22
## 64   2022-11-29 23:44:50
## 65   2022-11-29 23:44:48
## 66   2022-11-29 23:44:36
## 67   2022-11-29 23:44:23
## 68   2022-11-29 23:44:12
## 69   2022-11-29 23:43:53
## 70   2022-11-29 23:43:40
## 71   2022-11-29 23:43:39
## 72   2022-11-29 23:43:31
## 73   2022-11-29 23:43:22
## 74   2022-11-29 23:43:21
## 75   2022-11-29 23:43:20
## 76   2022-11-29 23:43:06
## 77   2022-11-29 23:42:57
## 78   2022-11-29 23:42:45
## 79   2022-11-29 23:42:10
## 80   2022-11-29 23:42:07
## 81   2022-11-29 23:42:03
## 82   2022-11-29 23:41:31
## 83   2022-11-29 23:40:58
## 84   2022-11-29 23:40:53
## 85   2022-11-29 23:40:33
## 86   2022-11-29 23:40:31
## 87   2022-11-29 23:40:20
## 88   2022-11-29 23:40:04
## 89   2022-11-29 23:40:01
## 90   2022-11-29 23:39:57
## 91   2022-11-29 23:39:52
## 92   2022-11-29 23:39:25
## 93   2022-11-29 23:39:17
## 94   2022-11-29 23:39:17
## 95   2022-11-29 23:39:08
## 96   2022-11-29 23:38:59
## 97   2022-11-29 23:38:40
## 98   2022-11-29 23:37:52
## 99   2022-11-29 23:37:51
## 100  2022-11-29 23:37:47
## 101  2022-11-29 23:37:16
## 102  2022-11-29 23:36:23
## 103  2022-11-29 23:36:22
## 104  2022-11-29 23:36:14
## 105  2022-11-29 23:35:46
## 106  2022-11-29 23:34:45
## 107  2022-11-29 23:34:35
## 108  2022-11-29 23:34:29
## 109  2022-11-29 23:34:15
## 110  2022-11-29 23:34:02
## 111  2022-11-29 23:33:39
## 112  2022-11-29 23:33:26
## 113  2022-11-29 23:33:16
## 114  2022-11-29 23:33:16
## 115  2022-11-29 23:33:07
## 116  2022-11-29 23:32:50
## 117  2022-11-29 23:32:12
## 118  2022-11-29 23:32:08
## 119  2022-11-29 23:31:38
## 120  2022-11-29 23:31:26
## 121  2022-11-29 23:30:51
## 122  2022-11-29 23:30:29
## 123  2022-11-29 23:30:24
## 124  2022-11-29 23:30:16
## 125  2022-11-29 23:30:09
## 126  2022-11-29 23:30:07
## 127  2022-11-29 23:30:02
## 128  2022-11-29 23:29:43
## 129  2022-11-29 23:29:35
## 130  2022-11-29 23:29:25
## 131  2022-11-29 23:29:24
## 132  2022-11-29 23:29:01
## 133  2022-11-29 23:28:54
## 134  2022-11-29 23:28:31
## 135  2022-11-29 23:28:30
## 136  2022-11-29 23:28:08
## 137  2022-11-29 23:28:07
## 138  2022-11-29 23:28:05
## 139  2022-11-29 23:27:38
## 140  2022-11-29 23:27:35
## 141  2022-11-29 23:27:24
## 142  2022-11-29 23:27:14
## 143  2022-11-29 23:26:53
## 144  2022-11-29 23:26:46
## 145  2022-11-29 23:26:33
## 146  2022-11-29 23:26:28
## 147  2022-11-29 23:26:20
## 148  2022-11-29 23:25:46
## 149  2022-11-29 23:25:41
## 150  2022-11-29 23:25:37
## 151  2022-11-29 23:25:36
## 152  2022-11-29 23:25:24
## 153  2022-11-29 23:25:22
## 154  2022-11-29 23:25:20
## 155  2022-11-29 23:25:08
## 156  2022-11-29 23:24:56
## 157  2022-11-29 23:24:46
## 158  2022-11-29 23:24:26
## 159  2022-11-29 23:24:17
## 160  2022-11-29 23:24:17
## 161  2022-11-29 23:24:07
## 162  2022-11-29 23:23:52
## 163  2022-11-29 23:23:29
## 164  2022-11-29 23:23:23
## 165  2022-11-29 23:23:22
## 166  2022-11-29 23:23:14
## 167  2022-11-29 23:22:48
## 168  2022-11-29 23:22:36
## 169  2022-11-29 23:22:34
## 170  2022-11-29 23:22:27
## 171  2022-11-29 23:22:27
## 172  2022-11-29 23:21:55
## 173  2022-11-29 23:21:34
## 174  2022-11-29 23:21:32
## 175  2022-11-29 23:21:29
## 176  2022-11-29 23:21:27
## 177  2022-11-29 23:21:26
## 178  2022-11-29 23:21:21
## 179  2022-11-29 23:21:17
## 180  2022-11-29 23:21:02
## 181  2022-11-29 23:20:51
## 182  2022-11-29 23:20:33
## 183  2022-11-29 23:20:20
## 184  2022-11-29 23:19:59
## 185  2022-11-29 23:19:53
## 186  2022-11-29 23:19:38
## 187  2022-11-29 23:19:34
## 188  2022-11-29 23:19:17
## 189  2022-11-29 23:19:07
## 190  2022-11-29 23:18:40
## 191  2022-11-29 23:18:34
## 192  2022-11-29 23:18:07
## 193  2022-11-29 23:17:32
## 194  2022-11-29 23:17:23
## 195  2022-11-29 23:17:15
## 196  2022-11-29 23:17:00
## 197  2022-11-29 23:16:59
## 198  2022-11-29 23:16:01
## 199  2022-11-29 23:15:55
## 200  2022-11-29 23:15:44
## 201  2022-11-29 23:15:41
## 202  2022-11-29 23:14:54
## 203  2022-11-29 23:14:51
## 204  2022-11-29 23:14:22
## 205  2022-11-29 23:13:50
## 206  2022-11-29 23:13:49
## 207  2022-11-29 23:13:42
## 208  2022-11-29 23:13:25
## 209  2022-11-29 23:13:20
## 210  2022-11-29 23:13:14
## 211  2022-11-29 23:13:04
## 212  2022-11-29 23:12:35
## 213  2022-11-29 23:12:33
## 214  2022-11-29 23:12:29
## 215  2022-11-29 23:12:16
## 216  2022-11-29 23:12:12
## 217  2022-11-29 23:11:31
## 218  2022-11-29 23:11:00
## 219  2022-11-29 23:10:39
## 220  2022-11-29 23:10:29
## 221  2022-11-29 23:10:28
## 222  2022-11-29 23:09:34
## 223  2022-11-29 23:09:33
## 224  2022-11-29 23:09:31
## 225  2022-11-29 23:09:17
## 226  2022-11-29 23:09:12
## 227  2022-11-29 23:09:04
## 228  2022-11-29 23:08:50
## 229  2022-11-29 23:08:22
## 230  2022-11-29 23:07:37
## 231  2022-11-29 23:07:35
## 232  2022-11-29 23:06:35
## 233  2022-11-29 23:06:04
## 234  2022-11-29 23:06:03
## 235  2022-11-29 23:06:01
## 236  2022-11-29 23:05:47
## 237  2022-11-29 23:04:50
## 238  2022-11-29 23:04:25
## 239  2022-11-29 23:03:46
## 240  2022-11-29 23:03:19
## 241  2022-11-29 23:02:38
## 242  2022-11-29 23:02:20
## 243  2022-11-29 23:02:18
## 244  2022-11-29 23:02:16
## 245  2022-11-29 23:02:14
## 246  2022-11-29 23:01:32
## 247  2022-11-29 23:00:50
## 248  2022-11-29 23:00:38
## 249  2022-11-29 23:00:29
## 250  2022-11-29 23:00:03
## 251  2022-11-29 22:59:00
## 252  2022-11-29 22:58:36
## 253  2022-11-29 22:57:42
## 254  2022-11-29 22:57:38
## 255  2022-11-29 22:57:33
## 256  2022-11-29 22:57:25
## 257  2022-11-29 22:57:20
## 258  2022-11-29 22:57:04
## 259  2022-11-29 22:57:02
## 260  2022-11-29 22:56:53
## 261  2022-11-29 22:56:45
## 262  2022-11-29 22:56:32
## 263  2022-11-29 22:56:17
## 264  2022-11-29 22:56:15
## 265  2022-11-29 22:56:06
## 266  2022-11-29 22:55:55
## 267  2022-11-29 22:54:34
## 268  2022-11-29 22:53:15
## 269  2022-11-29 22:52:42
## 270  2022-11-29 22:52:31
## 271  2022-11-29 22:52:22
## 272  2022-11-29 22:51:54
## 273  2022-11-29 22:51:53
## 274  2022-11-29 22:51:40
## 275  2022-11-29 22:51:21
## 276  2022-11-29 22:50:18
## 277  2022-11-29 22:49:55
## 278  2022-11-29 22:48:52
## 279  2022-11-29 22:47:45
## 280  2022-11-29 22:46:53
## 281  2022-11-29 22:46:51
## 282  2022-11-29 22:46:43
## 283  2022-11-29 22:46:17
## 284  2022-11-29 22:45:53
## 285  2022-11-29 22:45:22
## 286  2022-11-29 22:44:46
## 287  2022-11-29 22:42:57
## 288  2022-11-29 22:42:49
## 289  2022-11-29 22:42:40
## 290  2022-11-29 22:42:20
## 291  2022-11-29 22:41:59
## 292  2022-11-29 22:41:46
## 293  2022-11-29 22:40:20
## 294  2022-11-29 22:39:39
## 295  2022-11-29 22:39:26
## 296  2022-11-29 22:38:53
## 297  2022-11-29 22:38:24
## 298  2022-11-29 22:38:12
## 299  2022-11-29 22:37:40
## 300  2022-11-29 22:37:31
## 301  2022-11-29 22:37:20
## 302  2022-11-29 22:37:13
## 303  2022-11-29 22:37:09
## 304  2022-11-29 22:36:52
## 305  2022-11-29 22:36:38
## 306  2022-11-29 22:36:31
## 307  2022-11-29 22:36:31
## 308  2022-11-29 22:36:09
## 309  2022-11-29 22:36:05
## 310  2022-11-29 22:35:56
## 311  2022-11-29 22:35:48
## 312  2022-11-29 22:35:20
## 313  2022-11-29 22:35:12
## 314  2022-11-29 22:35:11
## 315  2022-11-29 22:34:55
## 316  2022-11-29 22:34:48
## 317  2022-11-29 22:34:20
## 318  2022-11-29 22:33:25
## 319  2022-11-29 22:32:44
## 320  2022-11-29 22:32:29
## 321  2022-11-29 22:32:07
## 322  2022-11-29 22:31:53
## 323  2022-11-29 22:31:50
## 324  2022-11-29 22:31:43
## 325  2022-11-29 22:31:15
## 326  2022-11-29 22:30:43
## 327  2022-11-29 22:29:48
## 328  2022-11-29 22:29:18
## 329  2022-11-29 22:28:51
## 330  2022-11-29 22:28:10
## 331  2022-11-29 22:28:07
## 332  2022-11-29 22:27:17
## 333  2022-11-29 22:27:15
## 334  2022-11-29 22:27:09
## 335  2022-11-29 22:27:00
## 336  2022-11-29 22:26:47
## 337  2022-11-29 22:26:34
## 338  2022-11-29 22:26:21
## 339  2022-11-29 22:26:17
## 340  2022-11-29 22:26:10
## 341  2022-11-29 22:26:08
## 342  2022-11-29 22:26:03
## 343  2022-11-29 22:25:13
## 344  2022-11-29 22:24:57
## 345  2022-11-29 22:24:44
## 346  2022-11-29 22:24:28
## 347  2022-11-29 22:23:57
## 348  2022-11-29 22:23:44
## 349  2022-11-29 22:23:41
## 350  2022-11-29 22:23:33
## 351  2022-11-29 22:22:35
## 352  2022-11-29 22:22:02
## 353  2022-11-29 22:22:00
## 354  2022-11-29 22:21:49
## 355  2022-11-29 22:21:28
## 356  2022-11-29 22:21:19
## 357  2022-11-29 22:21:06
## 358  2022-11-29 22:20:19
## 359  2022-11-29 22:19:14
## 360  2022-11-29 22:18:53
## 361  2022-11-29 22:18:33
## 362  2022-11-29 22:17:34
## 363  2022-11-29 22:17:30
## 364  2022-11-29 22:17:19
## 365  2022-11-29 22:16:09
## 366  2022-11-29 22:16:08
## 367  2022-11-29 22:15:28
## 368  2022-11-29 22:15:08
## 369  2022-11-29 22:14:16
## 370  2022-11-29 22:13:36
## 371  2022-11-29 22:13:14
## 372  2022-11-29 22:12:19
## 373  2022-11-29 22:12:13
## 374  2022-11-29 22:11:59
## 375  2022-11-29 22:11:12
## 376  2022-11-29 22:10:22
## 377  2022-11-29 22:10:21
## 378  2022-11-29 22:10:05
## 379  2022-11-29 22:09:49
## 380  2022-11-29 22:09:15
## 381  2022-11-29 22:09:01
## 382  2022-11-29 22:08:50
## 383  2022-11-29 22:08:27
## 384  2022-11-29 22:08:04
## 385  2022-11-29 22:08:02
## 386  2022-11-29 22:07:44
## 387  2022-11-29 22:06:32
## 388  2022-11-29 22:06:26
## 389  2022-11-29 22:06:25
## 390  2022-11-29 22:05:59
## 391  2022-11-29 22:04:27
## 392  2022-11-29 22:03:56
## 393  2022-11-29 22:03:38
## 394  2022-11-29 22:03:29
## 395  2022-11-29 22:03:15
## 396  2022-11-29 22:02:57
## 397  2022-11-29 22:02:55
## 398  2022-11-29 22:02:46
## 399  2022-11-29 22:02:43
## 400  2022-11-29 22:02:19
## 401  2022-11-29 22:01:07
## 402  2022-11-29 22:00:41
## 403  2022-11-29 22:00:39
## 404  2022-11-29 22:00:10
## 405  2022-11-29 21:59:52
## 406  2022-11-29 21:59:34
## 407  2022-11-29 21:58:30
## 408  2022-11-29 21:57:14
## 409  2022-11-29 21:56:46
## 410  2022-11-29 21:56:13
## 411  2022-11-29 21:56:05
## 412  2022-11-29 21:56:05
## 413  2022-11-29 21:55:25
## 414  2022-11-29 21:55:22
## 415  2022-11-29 21:54:35
## 416  2022-11-29 21:54:26
## 417  2022-11-29 21:53:51
## 418  2022-11-29 21:53:30
## 419  2022-11-29 21:53:22
## 420  2022-11-29 21:52:20
## 421  2022-11-29 21:52:15
## 422  2022-11-29 21:52:10
## 423  2022-11-29 21:50:46
## 424  2022-11-29 21:50:45
## 425  2022-11-29 21:50:26
## 426  2022-11-29 21:50:13
## 427  2022-11-29 21:50:08
## 428  2022-11-29 21:49:47
## 429  2022-11-29 21:49:45
## 430  2022-11-29 21:49:33
## 431  2022-11-29 21:49:21
## 432  2022-11-29 21:48:54
## 433  2022-11-29 21:48:39
## 434  2022-11-29 21:48:10
## 435  2022-11-29 21:46:09
## 436  2022-11-29 21:45:54
## 437  2022-11-29 21:45:21
## 438  2022-11-29 21:45:17
## 439  2022-11-29 21:45:10
## 440  2022-11-29 21:45:05
## 441  2022-11-29 21:45:01
## 442  2022-11-29 21:44:51
## 443  2022-11-29 21:44:31
## 444  2022-11-29 21:44:29
## 445  2022-11-29 21:44:24
## 446  2022-11-29 21:44:04
## 447  2022-11-29 21:43:25
## 448  2022-11-29 21:43:23
## 449  2022-11-29 21:42:39
## 450  2022-11-29 21:42:05
## 451  2022-11-29 21:41:44
## 452  2022-11-29 21:40:58
## 453  2022-11-29 21:40:58
## 454  2022-11-29 21:40:46
## 455  2022-11-29 21:40:37
## 456  2022-11-29 21:40:36
## 457  2022-11-29 21:40:31
## 458  2022-11-29 21:40:18
## 459  2022-11-29 21:40:16
## 460  2022-11-29 21:40:07
## 461  2022-11-29 21:38:52
## 462  2022-11-29 21:37:06
## 463  2022-11-29 21:36:38
## 464  2022-11-29 21:35:21
## 465  2022-11-29 21:34:37
## 466  2022-11-29 21:34:32
## 467  2022-11-29 21:34:28
## 468  2022-11-29 21:34:20
## 469  2022-11-29 21:34:16
## 470  2022-11-29 21:33:50
## 471  2022-11-29 21:33:18
## 472  2022-11-29 21:33:05
## 473  2022-11-29 21:32:54
## 474  2022-11-29 21:32:53
## 475  2022-11-29 21:32:49
## 476  2022-11-29 21:31:34
## 477  2022-11-29 21:30:54
## 478  2022-11-29 21:30:37
## 479  2022-11-29 21:30:08
## 480  2022-11-29 21:27:42
## 481  2022-11-29 21:27:37
## 482  2022-11-29 21:26:58
## 483  2022-11-29 21:26:56
## 484  2022-11-29 21:26:47
## 485  2022-11-29 21:26:45
## 486  2022-11-29 21:26:37
## 487  2022-11-29 21:25:41
## 488  2022-11-29 21:25:22
## 489  2022-11-29 21:24:26
## 490  2022-11-29 21:23:36
## 491  2022-11-29 21:23:17
## 492  2022-11-29 21:22:55
## 493  2022-11-29 21:22:24
## 494  2022-11-29 21:22:01
## 495  2022-11-29 21:21:59
## 496  2022-11-29 21:21:59
## 497  2022-11-29 21:21:33
## 498  2022-11-29 21:21:26
## 499  2022-11-29 21:21:07
## 500  2022-11-29 21:20:56
## 501  2022-11-29 21:20:24
## 502  2022-11-29 21:20:23
## 503  2022-11-29 21:20:00
## 504  2022-11-29 21:19:43
## 505  2022-11-29 21:19:28
## 506  2022-11-29 21:18:14
## 507  2022-11-29 21:18:03
## 508  2022-11-29 21:17:21
## 509  2022-11-29 21:17:19
## 510  2022-11-29 21:17:11
## 511  2022-11-29 21:16:45
## 512  2022-11-29 21:16:39
## 513  2022-11-29 21:15:31
## 514  2022-11-29 21:15:17
## 515  2022-11-29 21:14:53
## 516  2022-11-29 21:14:19
## 517  2022-11-29 21:14:11
## 518  2022-11-29 21:14:08
## 519  2022-11-29 21:12:59
## 520  2022-11-29 21:12:59
## 521  2022-11-29 21:12:47
## 522  2022-11-29 21:12:46
## 523  2022-11-29 21:12:42
## 524  2022-11-29 21:12:40
## 525  2022-11-29 21:12:35
## 526  2022-11-29 21:11:28
## 527  2022-11-29 21:11:25
## 528  2022-11-29 21:11:17
## 529  2022-11-29 21:10:58
## 530  2022-11-29 21:10:57
## 531  2022-11-29 21:10:18
## 532  2022-11-29 21:10:08
## 533  2022-11-29 21:10:04
## 534  2022-11-29 21:10:03
## 535  2022-11-29 21:09:18
## 536  2022-11-29 21:08:52
## 537  2022-11-29 21:08:44
## 538  2022-11-29 21:08:29
## 539  2022-11-29 21:08:12
## 540  2022-11-29 21:08:11
## 541  2022-11-29 21:07:58
## 542  2022-11-29 21:07:34
## 543  2022-11-29 21:06:42
## 544  2022-11-29 21:06:30
## 545  2022-11-29 21:06:27
## 546  2022-11-29 21:06:20
## 547  2022-11-29 21:05:46
## 548  2022-11-29 21:03:44
## 549  2022-11-29 21:03:30
## 550  2022-11-29 21:03:27
## 551  2022-11-29 21:03:17
## 552  2022-11-29 21:03:02
## 553  2022-11-29 21:02:57
## 554  2022-11-29 21:02:28
## 555  2022-11-29 21:01:14
## 556  2022-11-29 21:01:13
## 557  2022-11-29 21:00:58
## 558  2022-11-29 21:00:56
## 559  2022-11-29 21:00:44
## 560  2022-11-29 21:00:20
## 561  2022-11-29 21:00:18
## 562  2022-11-29 21:00:16
## 563  2022-11-29 21:00:15
## 564  2022-11-29 20:59:52
## 565  2022-11-29 20:59:49
## 566  2022-11-29 20:59:25
## 567  2022-11-29 20:59:16
## 568  2022-11-29 20:58:55
## 569  2022-11-29 20:58:30
## 570  2022-11-29 20:58:06
## 571  2022-11-29 20:58:04
## 572  2022-11-29 20:57:58
## 573  2022-11-29 20:57:38
## 574  2022-11-29 20:57:30
## 575  2022-11-29 20:56:05
## 576  2022-11-29 20:55:35
## 577  2022-11-29 20:55:23
## 578  2022-11-29 20:54:46
## 579  2022-11-29 20:54:16
## 580  2022-11-29 20:54:05
## 581  2022-11-29 20:53:49
## 582  2022-11-29 20:53:47
## 583  2022-11-29 20:53:36
## 584  2022-11-29 20:53:18
## 585  2022-11-29 20:52:49
## 586  2022-11-29 20:52:47
## 587  2022-11-29 20:52:39
## 588  2022-11-29 20:52:05
## 589  2022-11-29 20:51:52
## 590  2022-11-29 20:51:26
## 591  2022-11-29 20:51:21
## 592  2022-11-29 20:50:55
## 593  2022-11-29 20:50:36
## 594  2022-11-29 20:50:25
## 595  2022-11-29 20:50:17
## 596  2022-11-29 20:50:02
## 597  2022-11-29 20:49:20
## 598  2022-11-29 20:49:02
## 599  2022-11-29 20:48:46
## 600  2022-11-29 20:48:31
## 601  2022-11-29 20:48:22
## 602  2022-11-29 20:48:20
## 603  2022-11-29 20:48:12
## 604  2022-11-29 20:47:20
## 605  2022-11-29 20:47:15
## 606  2022-11-29 20:47:00
## 607  2022-11-29 20:46:52
## 608  2022-11-29 20:46:46
## 609  2022-11-29 20:46:14
## 610  2022-11-29 20:46:11
## 611  2022-11-29 20:45:56
## 612  2022-11-29 20:45:54
## 613  2022-11-29 20:45:44
## 614  2022-11-29 20:45:44
## 615  2022-11-29 20:45:33
## 616  2022-11-29 20:45:26
## 617  2022-11-29 20:45:26
## 618  2022-11-29 20:45:04
## 619  2022-11-29 20:44:58
## 620  2022-11-29 20:44:51
## 621  2022-11-29 20:44:31
## 622  2022-11-29 20:44:30
## 623  2022-11-29 20:44:30
## 624  2022-11-29 20:44:04
## 625  2022-11-29 20:44:03
## 626  2022-11-29 20:43:56
## 627  2022-11-29 20:43:25
## 628  2022-11-29 20:43:19
## 629  2022-11-29 20:43:11
## 630  2022-11-29 20:43:06
## 631  2022-11-29 20:42:57
## 632  2022-11-29 20:41:54
## 633  2022-11-29 20:41:49
## 634  2022-11-29 20:41:28
## 635  2022-11-29 20:41:27
## 636  2022-11-29 20:41:04
## 637  2022-11-29 20:40:51
## 638  2022-11-29 20:40:39
## 639  2022-11-29 20:40:27
## 640  2022-11-29 20:40:26
## 641  2022-11-29 20:40:07
## 642  2022-11-29 20:40:01
## 643  2022-11-29 20:39:48
## 644  2022-11-29 20:39:27
## 645  2022-11-29 20:39:17
## 646  2022-11-29 20:39:13
## 647  2022-11-29 20:38:45
## 648  2022-11-29 20:38:36
## 649  2022-11-29 20:38:00
## 650  2022-11-29 20:37:48
## 651  2022-11-29 20:36:57
## 652  2022-11-29 20:36:45
## 653  2022-11-29 20:36:43
## 654  2022-11-29 20:36:32
## 655  2022-11-29 20:36:31
## 656  2022-11-29 20:36:08
## 657  2022-11-29 20:35:40
## 658  2022-11-29 20:35:20
## 659  2022-11-29 20:34:59
## 660  2022-11-29 20:34:51
## 661  2022-11-29 20:34:22
## 662  2022-11-29 20:34:17
## 663  2022-11-29 20:33:33
## 664  2022-11-29 20:31:52
## 665  2022-11-29 20:31:26
## 666  2022-11-29 20:30:42
## 667  2022-11-29 20:30:17
## 668  2022-11-29 20:30:13
## 669  2022-11-29 20:30:11
## 670  2022-11-29 20:30:07
## 671  2022-11-29 20:29:50
## 672  2022-11-29 20:29:25
## 673  2022-11-29 20:29:20
## 674  2022-11-29 20:29:15
## 675  2022-11-29 20:28:57
## 676  2022-11-29 20:28:46
## 677  2022-11-29 20:28:43
## 678  2022-11-29 20:28:17
## 679  2022-11-29 20:28:03
## 680  2022-11-29 20:27:37
## 681  2022-11-29 20:27:31
## 682  2022-11-29 20:27:19
## 683  2022-11-29 20:26:57
## 684  2022-11-29 20:26:29
## 685  2022-11-29 20:26:26
## 686  2022-11-29 20:26:21
## 687  2022-11-29 20:26:16
## 688  2022-11-29 20:25:03
## 689  2022-11-29 20:24:40
## 690  2022-11-29 20:24:23
## 691  2022-11-29 20:22:54
## 692  2022-11-29 20:22:11
## 693  2022-11-29 20:21:46
## 694  2022-11-29 20:21:44
## 695  2022-11-29 20:21:43
## 696  2022-11-29 20:21:38
## 697  2022-11-29 20:21:07
## 698  2022-11-29 20:20:36
## 699  2022-11-29 20:20:34
## 700  2022-11-29 20:20:10
## 701  2022-11-29 20:20:00
## 702  2022-11-29 20:19:59
## 703  2022-11-29 20:19:11
## 704  2022-11-29 20:19:11
## 705  2022-11-29 20:19:10
## 706  2022-11-29 20:18:43
## 707  2022-11-29 20:18:38
## 708  2022-11-29 20:18:15
## 709  2022-11-29 20:18:05
## 710  2022-11-29 20:18:01
## 711  2022-11-29 20:17:44
## 712  2022-11-29 20:17:44
## 713  2022-11-29 20:17:40
## 714  2022-11-29 20:17:39
## 715  2022-11-29 20:17:28
## 716  2022-11-29 20:17:06
## 717  2022-11-29 20:16:53
## 718  2022-11-29 20:16:35
## 719  2022-11-29 20:16:32
## 720  2022-11-29 20:16:31
## 721  2022-11-29 20:16:31
## 722  2022-11-29 20:16:31
## 723  2022-11-29 20:16:21
## 724  2022-11-29 20:16:19
## 725  2022-11-29 20:16:14
## 726  2022-11-29 20:16:10
## 727  2022-11-29 20:16:08
## 728  2022-11-29 20:16:05
## 729  2022-11-29 20:15:25
## 730  2022-11-29 20:15:25
## 731  2022-11-29 20:15:21
## 732  2022-11-29 20:15:11
## 733  2022-11-29 20:14:52
## 734  2022-11-29 20:14:45
## 735  2022-11-29 20:14:41
## 736  2022-11-29 20:14:37
## 737  2022-11-29 20:14:27
## 738  2022-11-29 20:14:16
## 739  2022-11-29 20:14:02
## 740  2022-11-29 20:13:51
## 741  2022-11-29 20:13:50
## 742  2022-11-29 20:13:43
## 743  2022-11-29 20:13:39
## 744  2022-11-29 20:13:31
## 745  2022-11-29 20:13:29
## 746  2022-11-29 20:12:53
## 747  2022-11-29 20:12:41
## 748  2022-11-29 20:12:28
## 749  2022-11-29 20:12:04
## 750  2022-11-29 20:11:56
## 751  2022-11-29 20:11:44
## 752  2022-11-29 20:11:29
## 753  2022-11-29 20:10:53
## 754  2022-11-29 20:10:47
## 755  2022-11-29 20:10:45
## 756  2022-11-29 20:10:36
## 757  2022-11-29 20:10:28
## 758  2022-11-29 20:10:03
## 759  2022-11-29 20:10:01
## 760  2022-11-29 20:09:36
## 761  2022-11-29 20:09:32
## 762  2022-11-29 20:09:16
## 763  2022-11-29 20:08:21
## 764  2022-11-29 20:07:40
## 765  2022-11-29 20:07:29
## 766  2022-11-29 20:07:16
## 767  2022-11-29 20:06:22
## 768  2022-11-29 20:05:57
## 769  2022-11-29 20:05:39
## 770  2022-11-29 20:05:38
## 771  2022-11-29 20:05:35
## 772  2022-11-29 20:04:55
## 773  2022-11-29 20:04:35
## 774  2022-11-29 20:04:31
## 775  2022-11-29 20:04:04
## 776  2022-11-29 20:03:45
## 777  2022-11-29 20:03:04
## 778  2022-11-29 20:03:00
## 779  2022-11-29 20:02:59
## 780  2022-11-29 20:02:03
## 781  2022-11-29 20:01:42
## 782  2022-11-29 20:01:24
## 783  2022-11-29 20:01:23
## 784  2022-11-29 20:01:21
## 785  2022-11-29 20:01:13
## 786  2022-11-29 20:00:54
## 787  2022-11-29 20:00:14
## 788  2022-11-29 19:59:53
## 789  2022-11-29 19:59:48
## 790  2022-11-29 19:59:39
## 791  2022-11-29 19:59:37
## 792  2022-11-29 19:59:34
## 793  2022-11-29 19:58:40
## 794  2022-11-29 19:58:35
## 795  2022-11-29 19:58:08
## 796  2022-11-29 19:57:48
## 797  2022-11-29 19:57:46
## 798  2022-11-29 19:57:42
## 799  2022-11-29 19:57:35
## 800  2022-11-29 19:57:17
## 801  2022-11-29 19:56:59
## 802  2022-11-29 19:56:54
## 803  2022-11-29 19:56:40
## 804  2022-11-29 19:56:34
## 805  2022-11-29 19:56:26
## 806  2022-11-29 19:56:14
## 807  2022-11-29 19:55:28
## 808  2022-11-29 19:55:20
## 809  2022-11-29 19:55:05
## 810  2022-11-29 19:54:39
## 811  2022-11-29 19:54:32
## 812  2022-11-29 19:54:07
## 813  2022-11-29 19:54:02
## 814  2022-11-29 19:53:20
## 815  2022-11-29 19:53:18
## 816  2022-11-29 19:53:08
## 817  2022-11-29 19:52:45
## 818  2022-11-29 19:52:43
## 819  2022-11-29 19:52:23
## 820  2022-11-29 19:52:22
## 821  2022-11-29 19:52:14
## 822  2022-11-29 19:51:34
## 823  2022-11-29 19:50:51
## 824  2022-11-29 19:50:40
## 825  2022-11-29 19:50:13
## 826  2022-11-29 19:50:08
## 827  2022-11-29 19:49:03
## 828  2022-11-29 19:48:52
## 829  2022-11-29 19:48:41
## 830  2022-11-29 19:48:23
## 831  2022-11-29 19:48:21
## 832  2022-11-29 19:47:53
## 833  2022-11-29 19:47:17
## 834  2022-11-29 19:47:15
## 835  2022-11-29 19:47:14
## 836  2022-11-29 19:46:36
## 837  2022-11-29 19:46:10
## 838  2022-11-29 19:45:58
## 839  2022-11-29 19:45:46
## 840  2022-11-29 19:45:22
## 841  2022-11-29 19:45:21
## 842  2022-11-29 19:45:09
## 843  2022-11-29 19:45:02
## 844  2022-11-29 19:44:37
## 845  2022-11-29 19:44:23
## 846  2022-11-29 19:44:13
## 847  2022-11-29 19:43:40
## 848  2022-11-29 19:43:33
## 849  2022-11-29 19:42:58
## 850  2022-11-29 19:42:42
## 851  2022-11-29 19:42:15
## 852  2022-11-29 19:41:48
## 853  2022-11-29 19:41:32
## 854  2022-11-29 19:41:09
## 855  2022-11-29 19:40:52
## 856  2022-11-29 19:39:22
## 857  2022-11-29 19:39:01
## 858  2022-11-29 19:38:50
## 859  2022-11-29 19:38:32
## 860  2022-11-29 19:38:11
## 861  2022-11-29 19:37:30
## 862  2022-11-29 19:36:23
## 863  2022-11-29 19:36:01
## 864  2022-11-29 19:35:31
## 865  2022-11-29 19:35:19
## 866  2022-11-29 19:35:03
## 867  2022-11-29 19:34:46
## 868  2022-11-29 19:34:33
## 869  2022-11-29 19:33:55
## 870  2022-11-29 19:33:42
## 871  2022-11-29 19:32:24
## 872  2022-11-29 19:32:03
## 873  2022-11-29 19:32:00
## 874  2022-11-29 19:31:36
## 875  2022-11-29 19:31:28
## 876  2022-11-29 19:31:16
## 877  2022-11-29 19:31:06
## 878  2022-11-29 19:31:00
## 879  2022-11-29 19:30:56
## 880  2022-11-29 19:30:03
## 881  2022-11-29 19:29:47
## 882  2022-11-29 19:29:47
## 883  2022-11-29 19:29:45
## 884  2022-11-29 19:29:07
## 885  2022-11-29 19:28:14
## 886  2022-11-29 19:27:22
## 887  2022-11-29 19:27:18
## 888  2022-11-29 19:27:09
## 889  2022-11-29 19:27:01
## 890  2022-11-29 19:26:48
## 891  2022-11-29 19:26:22
## 892  2022-11-29 19:26:17
## 893  2022-11-29 19:26:11
## 894  2022-11-29 19:25:29
## 895  2022-11-29 19:25:22
## 896  2022-11-29 19:25:20
## 897  2022-11-29 19:25:11
## 898  2022-11-29 19:24:53
## 899  2022-11-29 19:24:28
## 900  2022-11-29 19:24:28
## 901  2022-11-29 19:24:21
## 902  2022-11-29 19:24:19
## 903  2022-11-29 19:24:07
## 904  2022-11-29 19:23:51
## 905  2022-11-29 19:23:51
## 906  2022-11-29 19:23:18
## 907  2022-11-29 19:23:04
## 908  2022-11-29 19:23:01
## 909  2022-11-29 19:22:44
## 910  2022-11-29 19:22:42
## 911  2022-11-29 19:22:17
## 912  2022-11-29 19:22:17
## 913  2022-11-29 19:22:12
## 914  2022-11-29 19:21:55
## 915  2022-11-29 19:21:55
## 916  2022-11-29 19:21:35
## 917  2022-11-29 19:21:12
## 918  2022-11-29 19:20:51
## 919  2022-11-29 19:20:50
## 920  2022-11-29 19:19:56
## 921  2022-11-29 19:19:39
## 922  2022-11-29 19:18:28
## 923  2022-11-29 19:18:22
## 924  2022-11-29 19:17:51
## 925  2022-11-29 19:17:45
## 926  2022-11-29 19:17:32
## 927  2022-11-29 19:17:11
## 928  2022-11-29 19:16:45
## 929  2022-11-29 19:16:42
## 930  2022-11-29 19:16:08
## 931  2022-11-29 19:15:56
## 932  2022-11-29 19:15:37
## 933  2022-11-29 19:15:32
## 934  2022-11-29 19:15:30
## 935  2022-11-29 19:15:24
## 936  2022-11-29 19:14:20
## 937  2022-11-29 19:14:18
## 938  2022-11-29 19:13:47
## 939  2022-11-29 19:13:37
## 940  2022-11-29 19:13:28
## 941  2022-11-29 19:13:23
## 942  2022-11-29 19:13:23
## 943  2022-11-29 19:13:16
## 944  2022-11-29 19:13:12
## 945  2022-11-29 19:13:00
## 946  2022-11-29 19:12:38
## 947  2022-11-29 19:10:48
## 948  2022-11-29 19:10:32
## 949  2022-11-29 19:09:58
## 950  2022-11-29 19:09:52
## 951  2022-11-29 19:09:22
## 952  2022-11-29 19:08:28
## 953  2022-11-29 19:07:55
## 954  2022-11-29 19:07:39
## 955  2022-11-29 19:07:07
## 956  2022-11-29 19:06:54
## 957  2022-11-29 19:06:19
## 958  2022-11-29 19:06:15
## 959  2022-11-29 19:06:00
## 960  2022-11-29 19:05:53
## 961  2022-11-29 19:05:48
## 962  2022-11-29 19:05:36
## 963  2022-11-29 19:05:20
## 964  2022-11-29 19:04:57
## 965  2022-11-29 19:04:35
## 966  2022-11-29 19:04:31
## 967  2022-11-29 19:04:30
## 968  2022-11-29 19:03:34
## 969  2022-11-29 19:03:27
## 970  2022-11-29 19:03:16
## 971  2022-11-29 19:03:09
## 972  2022-11-29 19:03:05
## 973  2022-11-29 19:02:28
## 974  2022-11-29 19:02:28
## 975  2022-11-29 19:01:52
## 976  2022-11-29 19:01:41
## 977  2022-11-29 19:01:37
## 978  2022-11-29 19:01:07
## 979  2022-11-29 19:01:03
## 980  2022-11-29 19:00:26
## 981  2022-11-29 19:00:25
## 982  2022-11-29 19:00:18
## 983  2022-11-29 19:00:17
## 984  2022-11-29 19:00:16
## 985  2022-11-29 19:00:14
## 986  2022-11-29 19:00:05
## 987  2022-11-29 18:59:58
## 988  2022-11-29 18:59:43
## 989  2022-11-29 18:59:14
## 990  2022-11-29 18:59:06
## 991  2022-11-29 18:58:32
## 992  2022-11-29 18:57:53
## 993  2022-11-29 18:57:50
## 994  2022-11-29 18:57:31
## 995  2022-11-29 18:56:36
## 996  2022-11-29 18:56:26
## 997  2022-11-29 18:55:59
## 998  2022-11-29 18:55:30
## 999  2022-11-29 18:54:59
## 1000 2022-11-29 18:54:51
## 1001 2022-11-29 18:53:58
## 1002 2022-11-29 18:53:45
## 1003 2022-11-29 18:53:38
## 1004 2022-11-29 18:53:25
## 1005 2022-11-29 18:53:14
## 1006 2022-11-29 18:52:49
## 1007 2022-11-29 18:52:49
## 1008 2022-11-29 18:52:39
## 1009 2022-11-29 18:52:19
## 1010 2022-11-29 18:52:09
## 1011 2022-11-29 18:52:02
## 1012 2022-11-29 18:51:57
## 1013 2022-11-29 18:51:57
## 1014 2022-11-29 18:51:53
## 1015 2022-11-29 18:51:50
## 1016 2022-11-29 18:51:13
## 1017 2022-11-29 18:50:57
## 1018 2022-11-29 18:50:55
## 1019 2022-11-29 18:50:42
## 1020 2022-11-29 18:50:40
## 1021 2022-11-29 18:50:19
## 1022 2022-11-29 18:50:03
## 1023 2022-11-29 18:49:53
## 1024 2022-11-29 18:49:40
## 1025 2022-11-29 18:49:25
## 1026 2022-11-29 18:48:57
## 1027 2022-11-29 18:48:57
## 1028 2022-11-29 18:48:43
## 1029 2022-11-29 18:48:33
## 1030 2022-11-29 18:48:27
## 1031 2022-11-29 18:47:52
## 1032 2022-11-29 18:47:20
## 1033 2022-11-29 18:47:00
## 1034 2022-11-29 18:46:41
## 1035 2022-11-29 18:46:25
## 1036 2022-11-29 18:45:14
## 1037 2022-11-29 18:45:04
## 1038 2022-11-29 18:44:59
## 1039 2022-11-29 18:44:15
## 1040 2022-11-29 18:44:09
## 1041 2022-11-29 18:43:43
## 1042 2022-11-29 18:42:28
## 1043 2022-11-29 18:42:17
## 1044 2022-11-29 18:41:08
## 1045 2022-11-29 18:41:02
## 1046 2022-11-29 18:40:58
## 1047 2022-11-29 18:40:35
## 1048 2022-11-29 18:39:42
## 1049 2022-11-29 18:38:59
## 1050 2022-11-29 18:38:38
## 1051 2022-11-29 18:38:37
## 1052 2022-11-29 18:38:23
## 1053 2022-11-29 18:38:20
## 1054 2022-11-29 18:37:36
## 1055 2022-11-29 18:36:52
## 1056 2022-11-29 18:36:30
## 1057 2022-11-29 18:36:27
## 1058 2022-11-29 18:36:25
## 1059 2022-11-29 18:36:09
## 1060 2022-11-29 18:36:03
## 1061 2022-11-29 18:36:00
## 1062 2022-11-29 18:35:52
## 1063 2022-11-29 18:35:47
## 1064 2022-11-29 18:35:24
## 1065 2022-11-29 18:35:13
## 1066 2022-11-29 18:35:11
## 1067 2022-11-29 18:34:57
## 1068 2022-11-29 18:34:44
## 1069 2022-11-29 18:34:31
## 1070 2022-11-29 18:33:48
## 1071 2022-11-29 18:33:06
## 1072 2022-11-29 18:33:02
## 1073 2022-11-29 18:32:57
## 1074 2022-11-29 18:32:48
## 1075 2022-11-29 18:32:13
## 1076 2022-11-29 18:31:49
## 1077 2022-11-29 18:31:20
## 1078 2022-11-29 18:31:15
## 1079 2022-11-29 18:30:56
## 1080 2022-11-29 18:30:45
## 1081 2022-11-29 18:30:41
## 1082 2022-11-29 18:30:34
## 1083 2022-11-29 18:30:28
## 1084 2022-11-29 18:30:26
## 1085 2022-11-29 18:29:55
## 1086 2022-11-29 18:29:54
## 1087 2022-11-29 18:29:51
## 1088 2022-11-29 18:29:45
## 1089 2022-11-29 18:29:40
## 1090 2022-11-29 18:29:33
## 1091 2022-11-29 18:29:33
## 1092 2022-11-29 18:29:25
## 1093 2022-11-29 18:29:00
## 1094 2022-11-29 18:28:51
## 1095 2022-11-29 18:28:07
## 1096 2022-11-29 18:27:36
## 1097 2022-11-29 18:27:20
## 1098 2022-11-29 18:27:02
## 1099 2022-11-29 18:26:20
## 1100 2022-11-29 18:26:20
## 1101 2022-11-29 18:26:14
## 1102 2022-11-29 18:26:04
## 1103 2022-11-29 18:25:37
## 1104 2022-11-29 18:25:28
## 1105 2022-11-29 18:24:39
## 1106 2022-11-29 18:24:23
## 1107 2022-11-29 18:24:06
## 1108 2022-11-29 18:23:47
## 1109 2022-11-29 18:23:35
## 1110 2022-11-29 18:23:26
## 1111 2022-11-29 18:22:35
## 1112 2022-11-29 18:22:20
## 1113 2022-11-29 18:22:13
## 1114 2022-11-29 18:22:02
## 1115 2022-11-29 18:21:59
## 1116 2022-11-29 18:21:43
## 1117 2022-11-29 18:21:33
## 1118 2022-11-29 18:20:55
## 1119 2022-11-29 18:20:30
## 1120 2022-11-29 18:20:16
## 1121 2022-11-29 18:20:11
## 1122 2022-11-29 18:19:15
## 1123 2022-11-29 18:18:41
## 1124 2022-11-29 18:18:25
## 1125 2022-11-29 18:17:59
## 1126 2022-11-29 18:17:45
## 1127 2022-11-29 18:17:41
## 1128 2022-11-29 18:17:24
## 1129 2022-11-29 18:17:12
## 1130 2022-11-29 18:16:58
## 1131 2022-11-29 18:16:07
## 1132 2022-11-29 18:15:34
## 1133 2022-11-29 18:15:25
## 1134 2022-11-29 18:15:18
## 1135 2022-11-29 18:14:02
## 1136 2022-11-29 18:13:53
## 1137 2022-11-29 18:13:34
## 1138 2022-11-29 18:13:23
## 1139 2022-11-29 18:13:18
## 1140 2022-11-29 18:13:12
## 1141 2022-11-29 18:12:52
## 1142 2022-11-29 18:12:45
## 1143 2022-11-29 18:12:25
## 1144 2022-11-29 18:12:16
## 1145 2022-11-29 18:11:48
## 1146 2022-11-29 18:11:30
## 1147 2022-11-29 18:11:22
## 1148 2022-11-29 18:11:05
## 1149 2022-11-29 18:10:27
## 1150 2022-11-29 18:09:59
## 1151 2022-11-29 18:09:55
## 1152 2022-11-29 18:09:44
## 1153 2022-11-29 18:09:04
## 1154 2022-11-29 18:09:03
## 1155 2022-11-29 18:08:51
## 1156 2022-11-29 18:08:04
## 1157 2022-11-29 18:07:53
## 1158 2022-11-29 18:07:38
## 1159 2022-11-29 18:06:42
## 1160 2022-11-29 18:06:29
## 1161 2022-11-29 18:05:37
## 1162 2022-11-29 18:05:17
## 1163 2022-11-29 18:05:13
## 1164 2022-11-29 18:05:10
## 1165 2022-11-29 18:03:57
## 1166 2022-11-29 18:03:13
## 1167 2022-11-29 18:02:04
## 1168 2022-11-29 18:01:19
## 1169 2022-11-29 18:01:08
## 1170 2022-11-29 18:01:04
## 1171 2022-11-29 18:00:49
## 1172 2022-11-29 18:00:44
## 1173 2022-11-29 17:59:57
## 1174 2022-11-29 17:59:31
## 1175 2022-11-29 17:59:17
## 1176 2022-11-29 17:59:08
## 1177 2022-11-29 17:58:10
## 1178 2022-11-29 17:58:02
## 1179 2022-11-29 17:57:03
## 1180 2022-11-29 17:56:21
## 1181 2022-11-29 17:56:15
## 1182 2022-11-29 17:55:58
## 1183 2022-11-29 17:55:51
## 1184 2022-11-29 17:55:46
## 1185 2022-11-29 17:55:19
## 1186 2022-11-29 17:54:03
## 1187 2022-11-29 17:53:15
## 1188 2022-11-29 17:53:04
## 1189 2022-11-29 17:52:25
## 1190 2022-11-29 17:52:19
## 1191 2022-11-29 17:52:17
## 1192 2022-11-29 17:51:56
## 1193 2022-11-29 17:51:35
## 1194 2022-11-29 17:51:27
## 1195 2022-11-29 17:51:19
## 1196 2022-11-29 17:51:07
## 1197 2022-11-29 17:50:50
## 1198 2022-11-29 17:50:40
## 1199 2022-11-29 17:50:39
## 1200 2022-11-29 17:50:36
## 1201 2022-11-29 17:50:36
## 1202 2022-11-29 17:50:30
## 1203 2022-11-29 17:50:22
## 1204 2022-11-29 17:50:16
## 1205 2022-11-29 17:50:07
## 1206 2022-11-29 17:49:54
## 1207 2022-11-29 17:49:51
## 1208 2022-11-29 17:49:46
## 1209 2022-11-29 17:49:42
## 1210 2022-11-29 17:49:41
## 1211 2022-11-29 17:49:32
## 1212 2022-11-29 17:49:28
## 1213 2022-11-29 17:49:01
## 1214 2022-11-29 17:48:57
## 1215 2022-11-29 17:48:53
## 1216 2022-11-29 17:48:41
## 1217 2022-11-29 17:48:34
## 1218 2022-11-29 17:48:33
## 1219 2022-11-29 17:48:11
## 1220 2022-11-29 17:48:05
## 1221 2022-11-29 17:47:54
## 1222 2022-11-29 17:47:52
## 1223 2022-11-29 17:47:32
## 1224 2022-11-29 17:47:27
## 1225 2022-11-29 17:47:25
## 1226 2022-11-29 17:47:22
## 1227 2022-11-29 17:47:15
## 1228 2022-11-29 17:47:02
## 1229 2022-11-29 17:46:52
## 1230 2022-11-29 17:46:48
## 1231 2022-11-29 17:46:41
## 1232 2022-11-29 17:46:34
## 1233 2022-11-29 17:46:26
## 1234 2022-11-29 17:46:19
## 1235 2022-11-29 17:46:03
## 1236 2022-11-29 17:45:57
## 1237 2022-11-29 17:45:52
## 1238 2022-11-29 17:45:48
## 1239 2022-11-29 17:45:42
## 1240 2022-11-29 17:45:37
## 1241 2022-11-29 17:45:37
## 1242 2022-11-29 17:45:20
## 1243 2022-11-29 17:45:17
## 1244 2022-11-29 17:44:40
## 1245 2022-11-29 17:44:14
## 1246 2022-11-29 17:44:04
## 1247 2022-11-29 17:43:03
## 1248 2022-11-29 17:42:37
## 1249 2022-11-29 17:41:21
## 1250 2022-11-29 17:41:18
## 1251 2022-11-29 17:41:10
## 1252 2022-11-29 17:40:36
## 1253 2022-11-29 17:40:35
## 1254 2022-11-29 17:40:23
## 1255 2022-11-29 17:39:41
## 1256 2022-11-29 17:39:22
## 1257 2022-11-29 17:39:10
## 1258 2022-11-29 17:39:03
## 1259 2022-11-29 17:38:27
## 1260 2022-11-29 17:38:24
## 1261 2022-11-29 17:38:20
## 1262 2022-11-29 17:36:41
## 1263 2022-11-29 17:36:37
## 1264 2022-11-29 17:36:32
## 1265 2022-11-29 17:36:02
## 1266 2022-11-29 17:35:47
## 1267 2022-11-29 17:34:57
## 1268 2022-11-29 17:34:19
## 1269 2022-11-29 17:34:15
## 1270 2022-11-29 17:33:37
## 1271 2022-11-29 17:33:31
## 1272 2022-11-29 17:33:18
## 1273 2022-11-29 17:32:57
## 1274 2022-11-29 17:32:55
## 1275 2022-11-29 17:32:30
## 1276 2022-11-29 17:32:02
## 1277 2022-11-29 17:31:02
## 1278 2022-11-29 17:30:35
## 1279 2022-11-29 17:30:26
## 1280 2022-11-29 17:30:21
## 1281 2022-11-29 17:30:19
## 1282 2022-11-29 17:30:18
## 1283 2022-11-29 17:29:43
## 1284 2022-11-29 17:29:41
## 1285 2022-11-29 17:29:24
## 1286 2022-11-29 17:29:16
## 1287 2022-11-29 17:29:06
## 1288 2022-11-29 17:28:19
## 1289 2022-11-29 17:28:01
## 1290 2022-11-29 17:28:00
## 1291 2022-11-29 17:27:44
## 1292 2022-11-29 17:27:27
## 1293 2022-11-29 17:27:25
## 1294 2022-11-29 17:27:21
## 1295 2022-11-29 17:27:06
## 1296 2022-11-29 17:26:56
## 1297 2022-11-29 17:26:40
## 1298 2022-11-29 17:26:33
## 1299 2022-11-29 17:26:29
## 1300 2022-11-29 17:25:48
## 1301 2022-11-29 17:25:32
## 1302 2022-11-29 17:25:19
## 1303 2022-11-29 17:25:05
## 1304 2022-11-29 17:24:42
## 1305 2022-11-29 17:24:39
## 1306 2022-11-29 17:24:36
## 1307 2022-11-29 17:24:27
## 1308 2022-11-29 17:24:10
## 1309 2022-11-29 17:24:05
## 1310 2022-11-29 17:23:57
## 1311 2022-11-29 17:23:50
## 1312 2022-11-29 17:23:50
## 1313 2022-11-29 17:23:48
## 1314 2022-11-29 17:23:47
## 1315 2022-11-29 17:23:44
## 1316 2022-11-29 17:23:38
## 1317 2022-11-29 17:23:37
## 1318 2022-11-29 17:23:34
## 1319 2022-11-29 17:23:01
## 1320 2022-11-29 17:22:34
## 1321 2022-11-29 17:22:32
## 1322 2022-11-29 17:21:51
## 1323 2022-11-29 17:21:32
## 1324 2022-11-29 17:20:38
## 1325 2022-11-29 17:20:25
## 1326 2022-11-29 17:20:19
## 1327 2022-11-29 17:20:16
## 1328 2022-11-29 17:20:03
## 1329 2022-11-29 17:19:30
## 1330 2022-11-29 17:19:28
## 1331 2022-11-29 17:19:27
## 1332 2022-11-29 17:18:15
## 1333 2022-11-29 17:18:08
## 1334 2022-11-29 17:18:04
## 1335 2022-11-29 17:17:50
## 1336 2022-11-29 17:17:33
## 1337 2022-11-29 17:17:21
## 1338 2022-11-29 17:17:06
## 1339 2022-11-29 17:16:36
## 1340 2022-11-29 17:16:26
## 1341 2022-11-29 17:16:25
## 1342 2022-11-29 17:16:17
## 1343 2022-11-29 17:15:58
## 1344 2022-11-29 17:15:32
## 1345 2022-11-29 17:15:23
## 1346 2022-11-29 17:15:13
## 1347 2022-11-29 17:15:10
## 1348 2022-11-29 17:14:45
## 1349 2022-11-29 17:14:13
## 1350 2022-11-29 17:14:11
## 1351 2022-11-29 17:13:15
## 1352 2022-11-29 17:13:13
## 1353 2022-11-29 17:13:10
## 1354 2022-11-29 17:13:10
## 1355 2022-11-29 17:13:06
## 1356 2022-11-29 17:12:32
## 1357 2022-11-29 17:11:57
## 1358 2022-11-29 17:11:01
## 1359 2022-11-29 17:11:00
## 1360 2022-11-29 17:10:58
## 1361 2022-11-29 17:10:52
## 1362 2022-11-29 17:10:30
## 1363 2022-11-29 17:10:09
## 1364 2022-11-29 17:09:59
## 1365 2022-11-29 17:09:42
## 1366 2022-11-29 17:09:38
## 1367 2022-11-29 17:08:10
## 1368 2022-11-29 17:07:44
## 1369 2022-11-29 17:06:10
## 1370 2022-11-29 17:06:06
## 1371 2022-11-29 17:05:57
## 1372 2022-11-29 17:05:19
## 1373 2022-11-29 17:05:04
## 1374 2022-11-29 17:04:32
## 1375 2022-11-29 17:04:06
## 1376 2022-11-29 17:04:00
## 1377 2022-11-29 17:03:59
## 1378 2022-11-29 17:03:27
## 1379 2022-11-29 17:03:07
## 1380 2022-11-29 17:03:06
## 1381 2022-11-29 17:02:38
## 1382 2022-11-29 17:02:24
## 1383 2022-11-29 17:02:10
## 1384 2022-11-29 17:01:52
## 1385 2022-11-29 17:01:48
## 1386 2022-11-29 17:01:00
## 1387 2022-11-29 17:00:52
## 1388 2022-11-29 17:00:36
## 1389 2022-11-29 17:00:33
## 1390 2022-11-29 16:59:53
## 1391 2022-11-29 16:59:52
## 1392 2022-11-29 16:59:12
## 1393 2022-11-29 16:59:04
## 1394 2022-11-29 16:58:59
## 1395 2022-11-29 16:58:55
## 1396 2022-11-29 16:58:42
## 1397 2022-11-29 16:57:56
## 1398 2022-11-29 16:57:24
## 1399 2022-11-29 16:56:03
## 1400 2022-11-29 16:55:41
## 1401 2022-11-29 16:54:43
## 1402 2022-11-29 16:54:42
## 1403 2022-11-29 16:53:38
## 1404 2022-11-29 16:53:21
## 1405 2022-11-29 16:53:08
## 1406 2022-11-29 16:52:58
## 1407 2022-11-29 16:52:57
## 1408 2022-11-29 16:52:43
## 1409 2022-11-29 16:51:58
## 1410 2022-11-29 16:51:14
## 1411 2022-11-29 16:50:50
## 1412 2022-11-29 16:50:41
## 1413 2022-11-29 16:50:06
## 1414 2022-11-29 16:50:06
## 1415 2022-11-29 16:49:43
## 1416 2022-11-29 16:49:14
## 1417 2022-11-29 16:48:52
## 1418 2022-11-29 16:48:39
## 1419 2022-11-29 16:47:56
## 1420 2022-11-29 16:47:03
## 1421 2022-11-29 16:46:13
## 1422 2022-11-29 16:45:38
## 1423 2022-11-29 16:44:46
## 1424 2022-11-29 16:44:35
## 1425 2022-11-29 16:44:29
## 1426 2022-11-29 16:43:36
## 1427 2022-11-29 16:43:22
## 1428 2022-11-29 16:42:56
## 1429 2022-11-29 16:42:53
## 1430 2022-11-29 16:42:49
## 1431 2022-11-29 16:42:12
## 1432 2022-11-29 16:41:43
## 1433 2022-11-29 16:41:37
## 1434 2022-11-29 16:41:14
## 1435 2022-11-29 16:41:09
## 1436 2022-11-29 16:40:38
## 1437 2022-11-29 16:40:33
## 1438 2022-11-29 16:40:09
## 1439 2022-11-29 16:39:55
## 1440 2022-11-29 16:39:45
## 1441 2022-11-29 16:39:02
## 1442 2022-11-29 16:39:00
## 1443 2022-11-29 16:38:25
## 1444 2022-11-29 16:38:16
## 1445 2022-11-29 16:38:07
## 1446 2022-11-29 16:36:48
## 1447 2022-11-29 16:36:47
## 1448 2022-11-29 16:36:37
## 1449 2022-11-29 16:35:48
## 1450 2022-11-29 16:35:30
## 1451 2022-11-29 16:35:01
## 1452 2022-11-29 16:34:58
## 1453 2022-11-29 16:34:31
## 1454 2022-11-29 16:33:57
## 1455 2022-11-29 16:33:47
## 1456 2022-11-29 16:33:41
## 1457 2022-11-29 16:33:31
## 1458 2022-11-29 16:33:27
## 1459 2022-11-29 16:33:26
## 1460 2022-11-29 16:33:17
## 1461 2022-11-29 16:32:52
## 1462 2022-11-29 16:32:43
## 1463 2022-11-29 16:31:52
## 1464 2022-11-29 16:31:51
## 1465 2022-11-29 16:31:38
## 1466 2022-11-29 16:31:17
## 1467 2022-11-29 16:30:43
## 1468 2022-11-29 16:30:13
## 1469 2022-11-29 16:29:59
## 1470 2022-11-29 16:29:31
## 1471 2022-11-29 16:29:19
## 1472 2022-11-29 16:28:40
## 1473 2022-11-29 16:28:38
## 1474 2022-11-29 16:28:28
## 1475 2022-11-29 16:28:05
## 1476 2022-11-29 16:27:57
## 1477 2022-11-29 16:26:34
## 1478 2022-11-29 16:25:56
## 1479 2022-11-29 16:25:43
## 1480 2022-11-29 16:25:36
## 1481 2022-11-29 16:25:28
## 1482 2022-11-29 16:24:24
## 1483 2022-11-29 16:24:22
## 1484 2022-11-29 16:24:06
## 1485 2022-11-29 16:23:52
## 1486 2022-11-29 16:23:25
## 1487 2022-11-29 16:23:15
## 1488 2022-11-29 16:22:14
## 1489 2022-11-29 16:22:03
## 1490 2022-11-29 16:21:40
## 1491 2022-11-29 16:21:36
## 1492 2022-11-29 16:21:34
## 1493 2022-11-29 16:21:11
## 1494 2022-11-29 16:21:10
## 1495 2022-11-29 16:21:09
## 1496 2022-11-29 16:21:01
## 1497 2022-11-29 16:20:48
## 1498 2022-11-29 16:20:29
## 1499 2022-11-29 16:20:15
## 1500 2022-11-29 16:20:13
## 1501 2022-11-29 16:20:00
## 1502 2022-11-29 16:19:37
## 1503 2022-11-29 16:19:36
## 1504 2022-11-29 16:19:32
## 1505 2022-11-29 16:19:21
## 1506 2022-11-29 16:19:07
## 1507 2022-11-29 16:18:59
## 1508 2022-11-29 16:18:59
## 1509 2022-11-29 16:18:49
## 1510 2022-11-29 16:18:38
## 1511 2022-11-29 16:18:31
## 1512 2022-11-29 16:18:29
## 1513 2022-11-29 16:18:22
## 1514 2022-11-29 16:18:14
## 1515 2022-11-29 16:17:51
## 1516 2022-11-29 16:17:47
## 1517 2022-11-29 16:17:43
## 1518 2022-11-29 16:17:10
## 1519 2022-11-29 16:17:07
## 1520 2022-11-29 16:16:57
## 1521 2022-11-29 16:16:54
## 1522 2022-11-29 16:16:32
## 1523 2022-11-29 16:16:20
## 1524 2022-11-29 16:16:16
## 1525 2022-11-29 16:15:44
## 1526 2022-11-29 16:15:37
## 1527 2022-11-29 16:15:30
## 1528 2022-11-29 16:15:21
## 1529 2022-11-29 16:15:09
## 1530 2022-11-29 16:15:04
## 1531 2022-11-29 16:15:02
## 1532 2022-11-29 16:14:57
## 1533 2022-11-29 16:14:54
## 1534 2022-11-29 16:14:52
## 1535 2022-11-29 16:14:48
## 1536 2022-11-29 16:14:45
## 1537 2022-11-29 16:14:40
## 1538 2022-11-29 16:14:33
## 1539 2022-11-29 16:14:22
## 1540 2022-11-29 16:14:05
## 1541 2022-11-29 16:14:04
## 1542 2022-11-29 16:14:01
## 1543 2022-11-29 16:13:59
## 1544 2022-11-29 16:13:56
## 1545 2022-11-29 16:13:47
## 1546 2022-11-29 16:13:33
## 1547 2022-11-29 16:13:30
## 1548 2022-11-29 16:13:27
## 1549 2022-11-29 16:13:18
## 1550 2022-11-29 16:13:11
## 1551 2022-11-29 16:13:11
## 1552 2022-11-29 16:13:03
## 1553 2022-11-29 16:12:56
## 1554 2022-11-29 16:12:24
## 1555 2022-11-29 16:12:21
## 1556 2022-11-29 16:12:09
## 1557 2022-11-29 16:12:03
## 1558 2022-11-29 16:11:57
## 1559 2022-11-29 16:11:45
## 1560 2022-11-29 16:11:21
## 1561 2022-11-29 16:11:20
## 1562 2022-11-29 16:11:13
## 1563 2022-11-29 16:11:01
## 1564 2022-11-29 16:10:48
## 1565 2022-11-29 16:10:37
## 1566 2022-11-29 16:10:36
## 1567 2022-11-29 16:10:36
## 1568 2022-11-29 16:10:24
## 1569 2022-11-29 16:10:22
## 1570 2022-11-29 16:10:17
## 1571 2022-11-29 16:10:12
## 1572 2022-11-29 16:10:11
## 1573 2022-11-29 16:10:01
## 1574 2022-11-29 16:09:55
## 1575 2022-11-29 16:09:48
## 1576 2022-11-29 16:09:46
## 1577 2022-11-29 16:09:40
## 1578 2022-11-29 16:09:26
## 1579 2022-11-29 16:09:22
## 1580 2022-11-29 16:08:47
## 1581 2022-11-29 16:08:47
## 1582 2022-11-29 16:08:46
## 1583 2022-11-29 16:08:40
## 1584 2022-11-29 16:08:25
## 1585 2022-11-29 16:08:12
## 1586 2022-11-29 16:08:06
## 1587 2022-11-29 16:07:47
## 1588 2022-11-29 16:07:44
## 1589 2022-11-29 16:06:27
## 1590 2022-11-29 16:04:51
## 1591 2022-11-29 16:04:26
## 1592 2022-11-29 16:03:26
## 1593 2022-11-29 16:03:05
## 1594 2022-11-29 16:02:55
## 1595 2022-11-29 16:02:53
## 1596 2022-11-29 16:02:44
## 1597 2022-11-29 16:02:39
## 1598 2022-11-29 16:01:35
## 1599 2022-11-29 16:00:18
## 1600 2022-11-29 16:00:08
## 1601 2022-11-29 16:00:02
## 1602 2022-11-29 15:59:19
## 1603 2022-11-29 15:58:25
## 1604 2022-11-29 15:58:17
## 1605 2022-11-29 15:57:37
## 1606 2022-11-29 15:57:25
## 1607 2022-11-29 15:57:18
## 1608 2022-11-29 15:57:05
## 1609 2022-11-29 15:56:14
## 1610 2022-11-29 15:55:58
## 1611 2022-11-29 15:55:49
## 1612 2022-11-29 15:55:43
## 1613 2022-11-29 15:55:19
## 1614 2022-11-29 15:54:43
## 1615 2022-11-29 15:53:52
## 1616 2022-11-29 15:53:43
## 1617 2022-11-29 15:53:16
## 1618 2022-11-29 15:53:06
## 1619 2022-11-29 15:52:59
## 1620 2022-11-29 15:52:49
## 1621 2022-11-29 15:52:20
## 1622 2022-11-29 15:51:30
## 1623 2022-11-29 15:51:08
## 1624 2022-11-29 15:50:20
## 1625 2022-11-29 15:50:18
## 1626 2022-11-29 15:49:57
## 1627 2022-11-29 15:49:53
## 1628 2022-11-29 15:49:51
## 1629 2022-11-29 15:49:45
## 1630 2022-11-29 15:49:15
## 1631 2022-11-29 15:48:56
## 1632 2022-11-29 15:48:51
## 1633 2022-11-29 15:48:36
## 1634 2022-11-29 15:48:28
## 1635 2022-11-29 15:47:08
## 1636 2022-11-29 15:47:00
## 1637 2022-11-29 15:46:59
## 1638 2022-11-29 15:46:55
## 1639 2022-11-29 15:46:24
## 1640 2022-11-29 15:46:17
## 1641 2022-11-29 15:45:12
## 1642 2022-11-29 15:44:43
## 1643 2022-11-29 15:44:26
## 1644 2022-11-29 15:44:14
## 1645 2022-11-29 15:44:13
## 1646 2022-11-29 15:43:50
## 1647 2022-11-29 15:43:40
## 1648 2022-11-29 15:43:29
## 1649 2022-11-29 15:43:28
## 1650 2022-11-29 15:43:20
## 1651 2022-11-29 15:43:04
## 1652 2022-11-29 15:43:02
## 1653 2022-11-29 15:42:45
## 1654 2022-11-29 15:42:32
## 1655 2022-11-29 15:42:28
## 1656 2022-11-29 15:42:14
## 1657 2022-11-29 15:42:08
## 1658 2022-11-29 15:41:44
## 1659 2022-11-29 15:41:24
## 1660 2022-11-29 15:41:10
## 1661 2022-11-29 15:40:59
## 1662 2022-11-29 15:40:03
## 1663 2022-11-29 15:40:01
## 1664 2022-11-29 15:39:26
## 1665 2022-11-29 15:39:23
## 1666 2022-11-29 15:39:21
## 1667 2022-11-29 15:39:16
## 1668 2022-11-29 15:39:02
## 1669 2022-11-29 15:38:52
## 1670 2022-11-29 15:38:45
## 1671 2022-11-29 15:38:41
## 1672 2022-11-29 15:38:20
## 1673 2022-11-29 15:38:08
## 1674 2022-11-29 15:38:03
## 1675 2022-11-29 15:37:55
## 1676 2022-11-29 15:37:24
## 1677 2022-11-29 15:37:16
## 1678 2022-11-29 15:36:47
## 1679 2022-11-29 15:36:46
## 1680 2022-11-29 15:36:46
## 1681 2022-11-29 15:36:42
## 1682 2022-11-29 15:36:27
## 1683 2022-11-29 15:36:21
## 1684 2022-11-29 15:35:59
## 1685 2022-11-29 15:35:52
## 1686 2022-11-29 15:35:29
## 1687 2022-11-29 15:35:19
## 1688 2022-11-29 15:35:17
## 1689 2022-11-29 15:35:14
## 1690 2022-11-29 15:35:12
## 1691 2022-11-29 15:34:56
## 1692 2022-11-29 15:34:42
## 1693 2022-11-29 15:34:36
## 1694 2022-11-29 15:34:18
## 1695 2022-11-29 15:34:18
## 1696 2022-11-29 15:34:12
## 1697 2022-11-29 15:33:53
## 1698 2022-11-29 15:33:26
## 1699 2022-11-29 15:33:21
## 1700 2022-11-29 15:32:58
## 1701 2022-11-29 15:32:35
## 1702 2022-11-29 15:32:24
## 1703 2022-11-29 15:32:13
## 1704 2022-11-29 15:32:05
## 1705 2022-11-29 15:30:48
## 1706 2022-11-29 15:30:44
## 1707 2022-11-29 15:30:43
## 1708 2022-11-29 15:30:30
## 1709 2022-11-29 15:30:07
## 1710 2022-11-29 15:29:51
## 1711 2022-11-29 15:29:35
## 1712 2022-11-29 15:29:14
## 1713 2022-11-29 15:29:09
## 1714 2022-11-29 15:29:07
## 1715 2022-11-29 15:28:52
## 1716 2022-11-29 15:28:36
## 1717 2022-11-29 15:28:34
## 1718 2022-11-29 15:28:25
## 1719 2022-11-29 15:28:19
## 1720 2022-11-29 15:28:17
## 1721 2022-11-29 15:28:15
## 1722 2022-11-29 15:28:13
## 1723 2022-11-29 15:27:51
## 1724 2022-11-29 15:27:35
## 1725 2022-11-29 15:27:30
## 1726 2022-11-29 15:27:27
## 1727 2022-11-29 15:26:54
## 1728 2022-11-29 15:26:32
## 1729 2022-11-29 15:26:27
## 1730 2022-11-29 15:26:25
## 1731 2022-11-29 15:26:18
## 1732 2022-11-29 15:25:54
## 1733 2022-11-29 15:25:44
## 1734 2022-11-29 15:25:39
## 1735 2022-11-29 15:25:22
## 1736 2022-11-29 15:25:04
## 1737 2022-11-29 15:25:02
## 1738 2022-11-29 15:25:02
## 1739 2022-11-29 15:24:46
## 1740 2022-11-29 15:24:39
## 1741 2022-11-29 15:24:30
## 1742 2022-11-29 15:24:26
## 1743 2022-11-29 15:24:22
## 1744 2022-11-29 15:24:21
## 1745 2022-11-29 15:24:07
## 1746 2022-11-29 15:24:05
## 1747 2022-11-29 15:23:43
## 1748 2022-11-29 15:23:36
## 1749 2022-11-29 15:23:24
## 1750 2022-11-29 15:23:14
## 1751 2022-11-29 15:23:13
## 1752 2022-11-29 15:22:43
## 1753 2022-11-29 15:22:21
## 1754 2022-11-29 15:22:11
## 1755 2022-11-29 15:21:19
## 1756 2022-11-29 15:21:08
## 1757 2022-11-29 15:20:29
## 1758 2022-11-29 15:20:29
## 1759 2022-11-29 15:20:22
## 1760 2022-11-29 15:20:10
## 1761 2022-11-29 15:20:05
## 1762 2022-11-29 15:19:46
## 1763 2022-11-29 15:19:39
## 1764 2022-11-29 15:19:31
## 1765 2022-11-29 15:19:20
## 1766 2022-11-29 15:19:19
## 1767 2022-11-29 15:19:00
## 1768 2022-11-29 15:18:36
## 1769 2022-11-29 15:18:19
## 1770 2022-11-29 15:18:02
## 1771 2022-11-29 15:17:42
## 1772 2022-11-29 15:17:32
## 1773 2022-11-29 15:17:02
## 1774 2022-11-29 15:16:45
## 1775 2022-11-29 15:16:24
## 1776 2022-11-29 15:16:23
## 1777 2022-11-29 15:16:19
## 1778 2022-11-29 15:15:59
## 1779 2022-11-29 15:15:54
## 1780 2022-11-29 15:15:46
## 1781 2022-11-29 15:15:44
## 1782 2022-11-29 15:15:40
## 1783 2022-11-29 15:15:29
## 1784 2022-11-29 15:15:16
## 1785 2022-11-29 15:15:01
## 1786 2022-11-29 15:14:30
## 1787 2022-11-29 15:14:29
## 1788 2022-11-29 15:13:59
## 1789 2022-11-29 15:13:40
## 1790 2022-11-29 15:13:22
## 1791 2022-11-29 15:13:05
## 1792 2022-11-29 15:13:03
## 1793 2022-11-29 15:12:53
## 1794 2022-11-29 15:12:08
## 1795 2022-11-29 15:12:03
## 1796 2022-11-29 15:12:01
## 1797 2022-11-29 15:11:46
## 1798 2022-11-29 15:11:46
## 1799 2022-11-29 15:11:33
## 1800 2022-11-29 15:11:31
## 1801 2022-11-29 15:11:28
## 1802 2022-11-29 15:11:27
## 1803 2022-11-29 15:11:15
## 1804 2022-11-29 15:11:12
## 1805 2022-11-29 15:11:00
## 1806 2022-11-29 15:10:58
## 1807 2022-11-29 15:10:26
## 1808 2022-11-29 15:10:20
## 1809 2022-11-29 15:10:11
## 1810 2022-11-29 15:09:42
## 1811 2022-11-29 15:09:38
## 1812 2022-11-29 15:09:37
## 1813 2022-11-29 15:09:23
## 1814 2022-11-29 15:09:17
## 1815 2022-11-29 15:08:56
## 1816 2022-11-29 15:08:26
## 1817 2022-11-29 15:08:24
## 1818 2022-11-29 15:08:05
## 1819 2022-11-29 15:07:57
## 1820 2022-11-29 15:07:39
## 1821 2022-11-29 15:06:58
## 1822 2022-11-29 15:06:19
## 1823 2022-11-29 15:06:12
## 1824 2022-11-29 15:06:06
## 1825 2022-11-29 15:05:48
## 1826 2022-11-29 15:05:48
## 1827 2022-11-29 15:05:41
## 1828 2022-11-29 15:05:35
## 1829 2022-11-29 15:05:09
## 1830 2022-11-29 15:05:08
## 1831 2022-11-29 15:05:07
## 1832 2022-11-29 15:05:04
## 1833 2022-11-29 15:04:54
## 1834 2022-11-29 15:04:48
## 1835 2022-11-29 15:04:07
## 1836 2022-11-29 15:03:34
## 1837 2022-11-29 15:03:31
## 1838 2022-11-29 15:03:17
## 1839 2022-11-29 15:02:49
## 1840 2022-11-29 15:02:29
## 1841 2022-11-29 15:02:04
## 1842 2022-11-29 15:01:27
## 1843 2022-11-29 15:01:20
## 1844 2022-11-29 15:00:27
## 1845 2022-11-29 14:59:46
## 1846 2022-11-29 14:59:41
## 1847 2022-11-29 14:59:28
## 1848 2022-11-29 14:59:10
## 1849 2022-11-29 14:58:56
## 1850 2022-11-29 14:58:51
## 1851 2022-11-29 14:58:46
## 1852 2022-11-29 14:58:32
## 1853 2022-11-29 14:58:25
## 1854 2022-11-29 14:58:15
## 1855 2022-11-29 14:57:57
## 1856 2022-11-29 14:57:56
## 1857 2022-11-29 14:57:35
## 1858 2022-11-29 14:57:35
## 1859 2022-11-29 14:57:28
## 1860 2022-11-29 14:57:27
## 1861 2022-11-29 14:57:26
## 1862 2022-11-29 14:57:24
## 1863 2022-11-29 14:57:18
## 1864 2022-11-29 14:57:15
## 1865 2022-11-29 14:57:03
## 1866 2022-11-29 14:56:58
## 1867 2022-11-29 14:56:57
## 1868 2022-11-29 14:56:49
## 1869 2022-11-29 14:56:49
## 1870 2022-11-29 14:56:48
## 1871 2022-11-29 14:56:47
## 1872 2022-11-29 14:56:35
## 1873 2022-11-29 14:56:22
## 1874 2022-11-29 14:56:15
## 1875 2022-11-29 14:55:52
## 1876 2022-11-29 14:55:49
## 1877 2022-11-29 14:55:23
## 1878 2022-11-29 14:55:04
## 1879 2022-11-29 14:54:37
## 1880 2022-11-29 14:54:33
## 1881 2022-11-29 14:54:18
## 1882 2022-11-29 14:54:17
## 1883 2022-11-29 14:54:15
## 1884 2022-11-29 14:53:24
## 1885 2022-11-29 14:53:05
## 1886 2022-11-29 14:53:01
## 1887 2022-11-29 14:52:14
## 1888 2022-11-29 14:51:44
## 1889 2022-11-29 14:51:21
## 1890 2022-11-29 14:51:21
## 1891 2022-11-29 14:51:18
## 1892 2022-11-29 14:51:02
## 1893 2022-11-29 14:50:49
## 1894 2022-11-29 14:50:45
## 1895 2022-11-29 14:50:19
## 1896 2022-11-29 14:50:12
## 1897 2022-11-29 14:50:10
## 1898 2022-11-29 14:49:55
## 1899 2022-11-29 14:49:26
## 1900 2022-11-29 14:49:24
## 1901 2022-11-29 14:49:08
## 1902 2022-11-29 14:48:49
## 1903 2022-11-29 14:48:42
## 1904 2022-11-29 14:48:11
## 1905 2022-11-29 14:48:06
## 1906 2022-11-29 14:47:50
## 1907 2022-11-29 14:47:49
## 1908 2022-11-29 14:47:35
## 1909 2022-11-29 14:47:30
## 1910 2022-11-29 14:47:20
## 1911 2022-11-29 14:47:18
## 1912 2022-11-29 14:47:09
## 1913 2022-11-29 14:47:07
## 1914 2022-11-29 14:46:55
## 1915 2022-11-29 14:46:38
## 1916 2022-11-29 14:46:18
## 1917 2022-11-29 14:46:17
## 1918 2022-11-29 14:46:16
## 1919 2022-11-29 14:46:10
## 1920 2022-11-29 14:45:53
## 1921 2022-11-29 14:45:53
## 1922 2022-11-29 14:45:51
## 1923 2022-11-29 14:45:45
## 1924 2022-11-29 14:45:30
## 1925 2022-11-29 14:45:28
## 1926 2022-11-29 14:45:15
## 1927 2022-11-29 14:45:02
## 1928 2022-11-29 14:45:00
## 1929 2022-11-29 14:44:42
## 1930 2022-11-29 14:44:38
## 1931 2022-11-29 14:44:26
## 1932 2022-11-29 14:44:22
## 1933 2022-11-29 14:44:10
## 1934 2022-11-29 14:43:53
## 1935 2022-11-29 14:43:32
## 1936 2022-11-29 14:43:31
## 1937 2022-11-29 14:43:26
## 1938 2022-11-29 14:42:58
## 1939 2022-11-29 14:42:44
## 1940 2022-11-29 14:42:36
## 1941 2022-11-29 14:42:29
## 1942 2022-11-29 14:42:22
## 1943 2022-11-29 14:42:15
## 1944 2022-11-29 14:42:15
## 1945 2022-11-29 14:42:13
## 1946 2022-11-29 14:41:49
## 1947 2022-11-29 14:41:47
## 1948 2022-11-29 14:41:43
## 1949 2022-11-29 14:41:25
## 1950 2022-11-29 14:41:03
## 1951 2022-11-29 14:40:31
## 1952 2022-11-29 14:40:03
## 1953 2022-11-29 14:39:56
## 1954 2022-11-29 14:39:56
## 1955 2022-11-29 14:39:24
## 1956 2022-11-29 14:39:10
## 1957 2022-11-29 14:39:09
## 1958 2022-11-29 14:39:03
## 1959 2022-11-29 14:39:02
## 1960 2022-11-29 14:38:51
## 1961 2022-11-29 14:38:51
## 1962 2022-11-29 14:37:49
## 1963 2022-11-29 14:37:38
## 1964 2022-11-29 14:37:20
## 1965 2022-11-29 14:37:17
## 1966 2022-11-29 14:37:17
## 1967 2022-11-29 14:37:11
## 1968 2022-11-29 14:36:59
## 1969 2022-11-29 14:36:41
## 1970 2022-11-29 14:36:24
## 1971 2022-11-29 14:36:12
## 1972 2022-11-29 14:36:08
## 1973 2022-11-29 14:36:05
## 1974 2022-11-29 14:36:04
## 1975 2022-11-29 14:35:56
## 1976 2022-11-29 14:35:21
## 1977 2022-11-29 14:35:19
## 1978 2022-11-29 14:35:18
## 1979 2022-11-29 14:35:03
## 1980 2022-11-29 14:34:58
## 1981 2022-11-29 14:34:56
## 1982 2022-11-29 14:34:51
## 1983 2022-11-29 14:34:27
## 1984 2022-11-29 14:34:18
## 1985 2022-11-29 14:34:03
## 1986 2022-11-29 14:33:38
## 1987 2022-11-29 14:33:33
## 1988 2022-11-29 14:33:20
## 1989 2022-11-29 14:32:38
## 1990 2022-11-29 14:32:34
## 1991 2022-11-29 14:32:27
## 1992 2022-11-29 14:32:18
## 1993 2022-11-29 14:32:09
## 1994 2022-11-29 14:31:58
## 1995 2022-11-29 14:31:52
## 1996 2022-11-29 14:31:29
## 1997 2022-11-29 14:31:24
## 1998 2022-11-29 14:30:59
## 1999 2022-11-29 14:30:59
## 2000 2022-11-29 14:30:47
## 2001 2022-11-29 14:30:44
## 2002 2022-11-29 14:30:39
## 2003 2022-11-29 14:30:19
## 2004 2022-11-29 14:30:12
## 2005 2022-11-29 14:29:55
## 2006 2022-11-29 14:29:43
## 2007 2022-11-29 14:29:28
## 2008 2022-11-29 14:29:22
## 2009 2022-11-29 14:29:01
## 2010 2022-11-29 14:28:49
## 2011 2022-11-29 14:28:39
## 2012 2022-11-29 14:28:32
## 2013 2022-11-29 14:28:25
## 2014 2022-11-29 14:27:37
## 2015 2022-11-29 14:27:25
## 2016 2022-11-29 14:26:59
## 2017 2022-11-29 14:26:36
## 2018 2022-11-29 14:26:28
## 2019 2022-11-29 14:26:02
## 2020 2022-11-29 14:25:52
## 2021 2022-11-29 14:25:51
## 2022 2022-11-29 14:25:43
## 2023 2022-11-29 14:25:33
## 2024 2022-11-29 14:25:09
## 2025 2022-11-29 14:25:03
## 2026 2022-11-29 14:24:57
## 2027 2022-11-29 14:24:55
## 2028 2022-11-29 14:24:36
## 2029 2022-11-29 14:24:35
## 2030 2022-11-29 14:24:26
## 2031 2022-11-29 14:23:28
## 2032 2022-11-29 14:23:14
## 2033 2022-11-29 14:22:25
## 2034 2022-11-29 14:21:48
## 2035 2022-11-29 14:21:44
## 2036 2022-11-29 14:21:27
## 2037 2022-11-29 14:21:16
## 2038 2022-11-29 14:21:15
## 2039 2022-11-29 14:20:54
## 2040 2022-11-29 14:20:39
## 2041 2022-11-29 14:20:35
## 2042 2022-11-29 14:20:27
## 2043 2022-11-29 14:20:26
## 2044 2022-11-29 14:20:25
## 2045 2022-11-29 14:20:22
## 2046 2022-11-29 14:20:19
## 2047 2022-11-29 14:20:16
## 2048 2022-11-29 14:20:16
## 2049 2022-11-29 14:20:05
## 2050 2022-11-29 14:19:51
## 2051 2022-11-29 14:19:39
## 2052 2022-11-29 14:19:27
## 2053 2022-11-29 14:19:25
## 2054 2022-11-29 14:19:22
## 2055 2022-11-29 14:18:59
## 2056 2022-11-29 14:18:47
## 2057 2022-11-29 14:18:43
## 2058 2022-11-29 14:18:41
## 2059 2022-11-29 14:18:40
## 2060 2022-11-29 14:18:24
## 2061 2022-11-29 14:18:15
## 2062 2022-11-29 14:17:41
## 2063 2022-11-29 14:17:32
## 2064 2022-11-29 14:17:10
## 2065 2022-11-29 14:17:09
## 2066 2022-11-29 14:16:49
## 2067 2022-11-29 14:15:26
## 2068 2022-11-29 14:15:21
## 2069 2022-11-29 14:15:03
## 2070 2022-11-29 14:14:25
## 2071 2022-11-29 14:14:16
## 2072 2022-11-29 14:13:39
## 2073 2022-11-29 14:13:05
## 2074 2022-11-29 14:13:03
## 2075 2022-11-29 14:12:03
## 2076 2022-11-29 14:12:00
## 2077 2022-11-29 14:11:21
## 2078 2022-11-29 14:11:12
## 2079 2022-11-29 14:11:07
## 2080 2022-11-29 14:11:02
## 2081 2022-11-29 14:10:57
## 2082 2022-11-29 14:10:36
## 2083 2022-11-29 14:10:06
## 2084 2022-11-29 14:10:00
## 2085 2022-11-29 14:09:54
## 2086 2022-11-29 14:09:46
## 2087 2022-11-29 14:09:16
## 2088 2022-11-29 14:08:03
## 2089 2022-11-29 14:07:45
## 2090 2022-11-29 14:07:26
## 2091 2022-11-29 14:06:58
## 2092 2022-11-29 14:06:54
## 2093 2022-11-29 14:06:50
## 2094 2022-11-29 14:06:06
## 2095 2022-11-29 14:05:58
## 2096 2022-11-29 14:05:56
## 2097 2022-11-29 14:05:52
## 2098 2022-11-29 14:04:20
## 2099 2022-11-29 14:03:53
## 2100 2022-11-29 14:03:32
## 2101 2022-11-29 14:03:25
## 2102 2022-11-29 14:03:14
## 2103 2022-11-29 14:03:02
## 2104 2022-11-29 14:02:40
## 2105 2022-11-29 14:01:17
## 2106 2022-11-29 14:01:03
## 2107 2022-11-29 14:00:46
## 2108 2022-11-29 14:00:37
## 2109 2022-11-29 13:59:36
## 2110 2022-11-29 13:59:22
## 2111 2022-11-29 13:59:09
## 2112 2022-11-29 13:58:00
## 2113 2022-11-29 13:57:59
## 2114 2022-11-29 13:57:19
## 2115 2022-11-29 13:57:15
## 2116 2022-11-29 13:57:06
## 2117 2022-11-29 13:56:54
## 2118 2022-11-29 13:56:28
## 2119 2022-11-29 13:56:25
## 2120 2022-11-29 13:56:24
## 2121 2022-11-29 13:56:22
## 2122 2022-11-29 13:56:15
## 2123 2022-11-29 13:55:30
## 2124 2022-11-29 13:55:05
## 2125 2022-11-29 13:55:00
## 2126 2022-11-29 13:54:55
## 2127 2022-11-29 13:54:34
## 2128 2022-11-29 13:54:28
## 2129 2022-11-29 13:54:27
## 2130 2022-11-29 13:53:39
## 2131 2022-11-29 13:52:32
## 2132 2022-11-29 13:52:06
## 2133 2022-11-29 13:51:40
## 2134 2022-11-29 13:51:26
## 2135 2022-11-29 13:50:47
## 2136 2022-11-29 13:50:10
## 2137 2022-11-29 13:50:00
## 2138 2022-11-29 13:48:47
## 2139 2022-11-29 13:48:35
## 2140 2022-11-29 13:48:15
## 2141 2022-11-29 13:48:13
## 2142 2022-11-29 13:47:56
## 2143 2022-11-29 13:47:49
## 2144 2022-11-29 13:47:23
## 2145 2022-11-29 13:47:22
## 2146 2022-11-29 13:47:17
## 2147 2022-11-29 13:47:10
## 2148 2022-11-29 13:46:18
## 2149 2022-11-29 13:46:17
## 2150 2022-11-29 13:46:11
## 2151 2022-11-29 13:45:53
## 2152 2022-11-29 13:45:23
## 2153 2022-11-29 13:44:02
## 2154 2022-11-29 13:43:09
## 2155 2022-11-29 13:42:15
## 2156 2022-11-29 13:42:05
## 2157 2022-11-29 13:41:25
## 2158 2022-11-29 13:41:06
## 2159 2022-11-29 13:41:00
## 2160 2022-11-29 13:40:49
## 2161 2022-11-29 13:40:40
## 2162 2022-11-29 13:40:12
## 2163 2022-11-29 13:39:55
## 2164 2022-11-29 13:39:52
## 2165 2022-11-29 13:39:41
## 2166 2022-11-29 13:39:31
## 2167 2022-11-29 13:39:16
## 2168 2022-11-29 13:39:12
## 2169 2022-11-29 13:39:07
## 2170 2022-11-29 13:38:46
## 2171 2022-11-29 13:38:42
## 2172 2022-11-29 13:38:39
## 2173 2022-11-29 13:38:03
## 2174 2022-11-29 13:37:33
## 2175 2022-11-29 13:37:29
## 2176 2022-11-29 13:37:02
## 2177 2022-11-29 13:36:51
## 2178 2022-11-29 13:36:43
## 2179 2022-11-29 13:36:19
## 2180 2022-11-29 13:36:10
## 2181 2022-11-29 13:36:08
## 2182 2022-11-29 13:36:03
## 2183 2022-11-29 13:35:49
## 2184 2022-11-29 13:35:29
## 2185 2022-11-29 13:35:26
## 2186 2022-11-29 13:34:57
## 2187 2022-11-29 13:34:52
## 2188 2022-11-29 13:34:41
## 2189 2022-11-29 13:34:28
## 2190 2022-11-29 13:34:23
## 2191 2022-11-29 13:33:53
## 2192 2022-11-29 13:33:46
## 2193 2022-11-29 13:33:43
## 2194 2022-11-29 13:33:17
## 2195 2022-11-29 13:32:53
## 2196 2022-11-29 13:32:38
## 2197 2022-11-29 13:32:14
## 2198 2022-11-29 13:31:52
## 2199 2022-11-29 13:31:37
## 2200 2022-11-29 13:31:25
## 2201 2022-11-29 13:31:02
## 2202 2022-11-29 13:30:59
## 2203 2022-11-29 13:30:31
## 2204 2022-11-29 13:29:57
## 2205 2022-11-29 13:29:56
## 2206 2022-11-29 13:29:55
## 2207 2022-11-29 13:29:52
## 2208 2022-11-29 13:29:40
## 2209 2022-11-29 13:29:28
## 2210 2022-11-29 13:29:19
## 2211 2022-11-29 13:28:58
## 2212 2022-11-29 13:28:49
## 2213 2022-11-29 13:28:26
## 2214 2022-11-29 13:28:10
## 2215 2022-11-29 13:28:03
## 2216 2022-11-29 13:27:59
## 2217 2022-11-29 13:27:58
## 2218 2022-11-29 13:27:57
## 2219 2022-11-29 13:27:50
## 2220 2022-11-29 13:27:31
## 2221 2022-11-29 13:27:15
## 2222 2022-11-29 13:27:11
## 2223 2022-11-29 13:26:56
## 2224 2022-11-29 13:26:36
## 2225 2022-11-29 13:26:32
## 2226 2022-11-29 13:26:23
## 2227 2022-11-29 13:26:22
## 2228 2022-11-29 13:26:17
## 2229 2022-11-29 13:26:12
## 2230 2022-11-29 13:25:38
## 2231 2022-11-29 13:25:13
## 2232 2022-11-29 13:24:16
## 2233 2022-11-29 13:24:11
## 2234 2022-11-29 13:24:11
## 2235 2022-11-29 13:24:08
## 2236 2022-11-29 13:24:05
## 2237 2022-11-29 13:24:03
## 2238 2022-11-29 13:23:32
## 2239 2022-11-29 13:23:18
## 2240 2022-11-29 13:22:57
## 2241 2022-11-29 13:22:16
## 2242 2022-11-29 13:22:07
## 2243 2022-11-29 13:22:03
## 2244 2022-11-29 13:21:53
## 2245 2022-11-29 13:21:23
## 2246 2022-11-29 13:21:20
## 2247 2022-11-29 13:20:58
## 2248 2022-11-29 13:20:48
## 2249 2022-11-29 13:20:40
## 2250 2022-11-29 13:20:37
## 2251 2022-11-29 13:20:37
## 2252 2022-11-29 13:20:34
## 2253 2022-11-29 13:20:07
## 2254 2022-11-29 13:19:44
## 2255 2022-11-29 13:19:05
## 2256 2022-11-29 13:18:53
## 2257 2022-11-29 13:18:35
## 2258 2022-11-29 13:18:10
## 2259 2022-11-29 13:18:10
## 2260 2022-11-29 13:18:02
## 2261 2022-11-29 13:17:51
## 2262 2022-11-29 13:16:13
## 2263 2022-11-29 13:15:03
## 2264 2022-11-29 13:14:31
## 2265 2022-11-29 13:14:15
## 2266 2022-11-29 13:13:56
## 2267 2022-11-29 13:13:49
## 2268 2022-11-29 13:13:27
## 2269 2022-11-29 13:13:25
## 2270 2022-11-29 13:12:57
## 2271 2022-11-29 13:12:37
## 2272 2022-11-29 13:12:34
## 2273 2022-11-29 13:12:29
## 2274 2022-11-29 13:12:25
## 2275 2022-11-29 13:12:22
## 2276 2022-11-29 13:12:03
## 2277 2022-11-29 13:11:34
## 2278 2022-11-29 13:11:30
## 2279 2022-11-29 13:11:27
## 2280 2022-11-29 13:11:26
## 2281 2022-11-29 13:11:10
## 2282 2022-11-29 13:11:04
## 2283 2022-11-29 13:11:03
## 2284 2022-11-29 13:10:28
## 2285 2022-11-29 13:10:18
## 2286 2022-11-29 13:10:18
## 2287 2022-11-29 13:10:12
## 2288 2022-11-29 13:10:07
## 2289 2022-11-29 13:10:07
## 2290 2022-11-29 13:09:58
## 2291 2022-11-29 13:09:54
## 2292 2022-11-29 13:09:51
## 2293 2022-11-29 13:09:44
## 2294 2022-11-29 13:09:35
## 2295 2022-11-29 13:09:21
## 2296 2022-11-29 13:09:19
## 2297 2022-11-29 13:09:17
## 2298 2022-11-29 13:09:08
## 2299 2022-11-29 13:08:59
## 2300 2022-11-29 13:08:49
## 2301 2022-11-29 13:08:45
## 2302 2022-11-29 13:08:42
## 2303 2022-11-29 13:08:37
## 2304 2022-11-29 13:07:55
## 2305 2022-11-29 13:07:45
## 2306 2022-11-29 13:07:19
## 2307 2022-11-29 13:07:02
## 2308 2022-11-29 13:06:57
## 2309 2022-11-29 13:06:41
## 2310 2022-11-29 13:06:22
## 2311 2022-11-29 13:06:06
## 2312 2022-11-29 13:05:47
## 2313 2022-11-29 13:05:03
## 2314 2022-11-29 13:04:56
## 2315 2022-11-29 13:04:50
## 2316 2022-11-29 13:04:49
## 2317 2022-11-29 13:04:46
## 2318 2022-11-29 13:04:46
## 2319 2022-11-29 13:04:32
## 2320 2022-11-29 13:04:23
## 2321 2022-11-29 13:04:14
## 2322 2022-11-29 13:03:50
## 2323 2022-11-29 13:03:18
## 2324 2022-11-29 13:03:17
## 2325 2022-11-29 13:03:17
## 2326 2022-11-29 13:03:13
## 2327 2022-11-29 13:02:57
## 2328 2022-11-29 13:02:49
## 2329 2022-11-29 13:02:47
## 2330 2022-11-29 13:02:45
## 2331 2022-11-29 13:02:38
## 2332 2022-11-29 13:02:32
## 2333 2022-11-29 13:02:05
## 2334 2022-11-29 13:02:02
## 2335 2022-11-29 13:01:57
## 2336 2022-11-29 13:01:47
## 2337 2022-11-29 13:01:37
## 2338 2022-11-29 13:01:06
## 2339 2022-11-29 13:00:39
## 2340 2022-11-29 13:00:38
## 2341 2022-11-29 13:00:34
## 2342 2022-11-29 13:00:30
## 2343 2022-11-29 12:59:40
## 2344 2022-11-29 12:59:37
## 2345 2022-11-29 12:59:35
## 2346 2022-11-29 12:59:34
## 2347 2022-11-29 12:59:02
## 2348 2022-11-29 12:58:56
## 2349 2022-11-29 12:58:43
## 2350 2022-11-29 12:58:24
## 2351 2022-11-29 12:58:15
## 2352 2022-11-29 12:58:11
## 2353 2022-11-29 12:57:55
## 2354 2022-11-29 12:57:24
## 2355 2022-11-29 12:57:12
## 2356 2022-11-29 12:56:58
## 2357 2022-11-29 12:56:55
## 2358 2022-11-29 12:56:53
## 2359 2022-11-29 12:56:37
## 2360 2022-11-29 12:56:20
## 2361 2022-11-29 12:56:19
## 2362 2022-11-29 12:55:56
## 2363 2022-11-29 12:55:48
## 2364 2022-11-29 12:55:14
## 2365 2022-11-29 12:55:06
## 2366 2022-11-29 12:54:48
## 2367 2022-11-29 12:54:34
## 2368 2022-11-29 12:54:08
## 2369 2022-11-29 12:53:52
## 2370 2022-11-29 12:53:46
## 2371 2022-11-29 12:53:32
## 2372 2022-11-29 12:53:27
## 2373 2022-11-29 12:53:10
## 2374 2022-11-29 12:52:37
## 2375 2022-11-29 12:52:34
## 2376 2022-11-29 12:52:20
## 2377 2022-11-29 12:52:11
## 2378 2022-11-29 12:51:40
## 2379 2022-11-29 12:51:09
## 2380 2022-11-29 12:51:07
## 2381 2022-11-29 12:50:46
## 2382 2022-11-29 12:50:18
## 2383 2022-11-29 12:50:08
## 2384 2022-11-29 12:49:56
## 2385 2022-11-29 12:49:18
## 2386 2022-11-29 12:49:03
## 2387 2022-11-29 12:48:55
## 2388 2022-11-29 12:48:49
## 2389 2022-11-29 12:48:33
## 2390 2022-11-29 12:48:25
## 2391 2022-11-29 12:48:13
## 2392 2022-11-29 12:48:13
## 2393 2022-11-29 12:48:09
## 2394 2022-11-29 12:47:40
## 2395 2022-11-29 12:47:00
## 2396 2022-11-29 12:46:32
## 2397 2022-11-29 12:46:11
## 2398 2022-11-29 12:46:00
## 2399 2022-11-29 12:45:57
## 2400 2022-11-29 12:45:56
## 2401 2022-11-29 12:45:54
## 2402 2022-11-29 12:45:45
## 2403 2022-11-29 12:45:25
## 2404 2022-11-29 12:45:11
## 2405 2022-11-29 12:44:37
## 2406 2022-11-29 12:44:17
## 2407 2022-11-29 12:43:47
## 2408 2022-11-29 12:43:22
## 2409 2022-11-29 12:43:03
## 2410 2022-11-29 12:42:57
## 2411 2022-11-29 12:42:52
## 2412 2022-11-29 12:42:16
## 2413 2022-11-29 12:41:43
## 2414 2022-11-29 12:40:51
## 2415 2022-11-29 12:40:49
## 2416 2022-11-29 12:40:40
## 2417 2022-11-29 12:40:37
## 2418 2022-11-29 12:40:35
## 2419 2022-11-29 12:40:27
## 2420 2022-11-29 12:40:14
## 2421 2022-11-29 12:40:01
## 2422 2022-11-29 12:39:49
## 2423 2022-11-29 12:39:32
## 2424 2022-11-29 12:39:28
## 2425 2022-11-29 12:39:23
## 2426 2022-11-29 12:38:40
## 2427 2022-11-29 12:38:39
## 2428 2022-11-29 12:38:09
## 2429 2022-11-29 12:37:53
## 2430 2022-11-29 12:37:48
## 2431 2022-11-29 12:37:38
## 2432 2022-11-29 12:36:10
## 2433 2022-11-29 12:36:06
## 2434 2022-11-29 12:36:06
## 2435 2022-11-29 12:36:02
## 2436 2022-11-29 12:35:57
## 2437 2022-11-29 12:35:46
## 2438 2022-11-29 12:35:30
## 2439 2022-11-29 12:35:29
## 2440 2022-11-29 12:35:11
## 2441 2022-11-29 12:35:11
## 2442 2022-11-29 12:35:03
## 2443 2022-11-29 12:34:55
## 2444 2022-11-29 12:34:01
## 2445 2022-11-29 12:33:58
## 2446 2022-11-29 12:33:39
## 2447 2022-11-29 12:33:25
## 2448 2022-11-29 12:33:25
## 2449 2022-11-29 12:33:22
## 2450 2022-11-29 12:33:18
## 2451 2022-11-29 12:33:16
## 2452 2022-11-29 12:32:50
## 2453 2022-11-29 12:32:37
## 2454 2022-11-29 12:32:21
## 2455 2022-11-29 12:32:09
## 2456 2022-11-29 12:31:58
## 2457 2022-11-29 12:31:40
## 2458 2022-11-29 12:31:36
## 2459 2022-11-29 12:31:24
## 2460 2022-11-29 12:31:22
## 2461 2022-11-29 12:31:12
## 2462 2022-11-29 12:31:04
## 2463 2022-11-29 12:30:41
## 2464 2022-11-29 12:30:40
## 2465 2022-11-29 12:30:39
## 2466 2022-11-29 12:30:35
## 2467 2022-11-29 12:30:34
## 2468 2022-11-29 12:30:22
## 2469 2022-11-29 12:30:21
## 2470 2022-11-29 12:30:17
## 2471 2022-11-29 12:30:16
## 2472 2022-11-29 12:30:01
## 2473 2022-11-29 12:29:28
## 2474 2022-11-29 12:29:18
## 2475 2022-11-29 12:28:33
## 2476 2022-11-29 12:28:03
## 2477 2022-11-29 12:27:51
## 2478 2022-11-29 12:27:35
## 2479 2022-11-29 12:27:33
## 2480 2022-11-29 12:27:18
## 2481 2022-11-29 12:26:55
## 2482 2022-11-29 12:26:12
## 2483 2022-11-29 12:25:46
## 2484 2022-11-29 12:24:57
## 2485 2022-11-29 12:24:44
## 2486 2022-11-29 12:24:24
## 2487 2022-11-29 12:23:57
## 2488 2022-11-29 12:23:35
## 2489 2022-11-29 12:23:24
## 2490 2022-11-29 12:22:31
## 2491 2022-11-29 12:22:08
## 2492 2022-11-29 12:21:40
## 2493 2022-11-29 12:21:30
## 2494 2022-11-29 12:21:16
## 2495 2022-11-29 12:21:09
## 2496 2022-11-29 12:21:08
## 2497 2022-11-29 12:21:06
## 2498 2022-11-29 12:20:59
## 2499 2022-11-29 12:20:41
## 2500 2022-11-29 12:20:37
## 2501 2022-11-29 12:20:26
## 2502 2022-11-29 12:20:17
## 2503 2022-11-29 12:19:52
## 2504 2022-11-29 12:19:48
## 2505 2022-11-29 12:19:43
## 2506 2022-11-29 12:19:34
## 2507 2022-11-29 12:19:31
## 2508 2022-11-29 12:19:26
## 2509 2022-11-29 12:18:35
## 2510 2022-11-29 12:18:30
## 2511 2022-11-29 12:18:29
## 2512 2022-11-29 12:18:26
## 2513 2022-11-29 12:18:22
## 2514 2022-11-29 12:18:02
## 2515 2022-11-29 12:17:34
## 2516 2022-11-29 12:17:19
## 2517 2022-11-29 12:17:16
## 2518 2022-11-29 12:17:15
## 2519 2022-11-29 12:16:36
## 2520 2022-11-29 12:15:51
## 2521 2022-11-29 12:15:38
## 2522 2022-11-29 12:15:20
## 2523 2022-11-29 12:15:02
## 2524 2022-11-29 12:14:28
## 2525 2022-11-29 12:14:24
## 2526 2022-11-29 12:13:56
## 2527 2022-11-29 12:12:58
## 2528 2022-11-29 12:12:16
## 2529 2022-11-29 12:12:15
## 2530 2022-11-29 12:11:38
## 2531 2022-11-29 12:11:26
## 2532 2022-11-29 12:11:10
## 2533 2022-11-29 12:11:08
## 2534 2022-11-29 12:11:04
## 2535 2022-11-29 12:11:00
## 2536 2022-11-29 12:10:51
## 2537 2022-11-29 12:10:49
## 2538 2022-11-29 12:10:48
## 2539 2022-11-29 12:10:32
## 2540 2022-11-29 12:10:30
## 2541 2022-11-29 12:09:40
## 2542 2022-11-29 12:09:35
## 2543 2022-11-29 12:09:23
## 2544 2022-11-29 12:09:18
## 2545 2022-11-29 12:08:49
## 2546 2022-11-29 12:08:46
## 2547 2022-11-29 12:08:02
## 2548 2022-11-29 12:07:59
## 2549 2022-11-29 12:07:48
## 2550 2022-11-29 12:07:47
## 2551 2022-11-29 12:07:36
## 2552 2022-11-29 12:07:23
## 2553 2022-11-29 12:07:23
## 2554 2022-11-29 12:06:23
## 2555 2022-11-29 12:06:22
## 2556 2022-11-29 12:05:48
## 2557 2022-11-29 12:05:00
## 2558 2022-11-29 12:04:40
## 2559 2022-11-29 12:04:20
## 2560 2022-11-29 12:03:59
## 2561 2022-11-29 12:03:37
## 2562 2022-11-29 12:01:40
## 2563 2022-11-29 12:01:37
## 2564 2022-11-29 12:01:19
## 2565 2022-11-29 12:00:34
## 2566 2022-11-29 12:00:01
## 2567 2022-11-29 11:59:53
## 2568 2022-11-29 11:57:34
## 2569 2022-11-29 11:57:31
## 2570 2022-11-29 11:57:13
## 2571 2022-11-29 11:56:57
## 2572 2022-11-29 11:56:50
## 2573 2022-11-29 11:56:35
## 2574 2022-11-29 11:56:32
## 2575 2022-11-29 11:56:26
## 2576 2022-11-29 11:56:11
## 2577 2022-11-29 11:55:35
## 2578 2022-11-29 11:55:02
## 2579 2022-11-29 11:54:45
## 2580 2022-11-29 11:54:28
## 2581 2022-11-29 11:54:08
## 2582 2022-11-29 11:53:58
## 2583 2022-11-29 11:53:57
## 2584 2022-11-29 11:53:28
## 2585 2022-11-29 11:51:42
## 2586 2022-11-29 11:51:03
## 2587 2022-11-29 11:51:01
## 2588 2022-11-29 11:50:38
## 2589 2022-11-29 11:50:17
## 2590 2022-11-29 11:50:07
## 2591 2022-11-29 11:50:00
## 2592 2022-11-29 11:49:50
## 2593 2022-11-29 11:49:37
## 2594 2022-11-29 11:49:19
## 2595 2022-11-29 11:48:57
## 2596 2022-11-29 11:48:53
## 2597 2022-11-29 11:48:52
## 2598 2022-11-29 11:48:34
## 2599 2022-11-29 11:48:28
## 2600 2022-11-29 11:48:25
## 2601 2022-11-29 11:48:17
## 2602 2022-11-29 11:48:08
## 2603 2022-11-29 11:48:08
## 2604 2022-11-29 11:47:45
## 2605 2022-11-29 11:47:16
## 2606 2022-11-29 11:46:58
## 2607 2022-11-29 11:46:36
## 2608 2022-11-29 11:46:24
## 2609 2022-11-29 11:45:50
## 2610 2022-11-29 11:45:39
## 2611 2022-11-29 11:45:31
## 2612 2022-11-29 11:45:27
## 2613 2022-11-29 11:45:17
## 2614 2022-11-29 11:44:42
## 2615 2022-11-29 11:44:42
## 2616 2022-11-29 11:44:04
## 2617 2022-11-29 11:43:54
## 2618 2022-11-29 11:43:50
## 2619 2022-11-29 11:43:01
## 2620 2022-11-29 11:42:57
## 2621 2022-11-29 11:42:39
## 2622 2022-11-29 11:42:39
## 2623 2022-11-29 11:42:25
## 2624 2022-11-29 11:42:21
## 2625 2022-11-29 11:42:11
## 2626 2022-11-29 11:41:37
## 2627 2022-11-29 11:41:18
## 2628 2022-11-29 11:41:08
## 2629 2022-11-29 11:41:04
## 2630 2022-11-29 11:41:00
## 2631 2022-11-29 11:40:34
## 2632 2022-11-29 11:40:22
## 2633 2022-11-29 11:39:38
## 2634 2022-11-29 11:39:37
## 2635 2022-11-29 11:38:56
## 2636 2022-11-29 11:38:48
## 2637 2022-11-29 11:38:30
## 2638 2022-11-29 11:38:09
## 2639 2022-11-29 11:37:37
## 2640 2022-11-29 11:36:25
## 2641 2022-11-29 11:35:07
## 2642 2022-11-29 11:34:59
## 2643 2022-11-29 11:34:28
## 2644 2022-11-29 11:34:09
## 2645 2022-11-29 11:34:01
## 2646 2022-11-29 11:33:52
## 2647 2022-11-29 11:33:32
## 2648 2022-11-29 11:33:21
## 2649 2022-11-29 11:33:19
## 2650 2022-11-29 11:33:13
## 2651 2022-11-29 11:33:01
## 2652 2022-11-29 11:31:53
## 2653 2022-11-29 11:31:32
## 2654 2022-11-29 11:31:22
## 2655 2022-11-29 11:31:02
## 2656 2022-11-29 11:30:30
## 2657 2022-11-29 11:30:18
## 2658 2022-11-29 11:29:50
## 2659 2022-11-29 11:29:42
## 2660 2022-11-29 11:29:41
## 2661 2022-11-29 11:29:37
## 2662 2022-11-29 11:29:31
## 2663 2022-11-29 11:29:27
## 2664 2022-11-29 11:29:13
## 2665 2022-11-29 11:29:13
## 2666 2022-11-29 11:29:11
## 2667 2022-11-29 11:29:05
## 2668 2022-11-29 11:28:54
## 2669 2022-11-29 11:28:42
## 2670 2022-11-29 11:28:17
## 2671 2022-11-29 11:28:17
## 2672 2022-11-29 11:27:59
## 2673 2022-11-29 11:27:53
## 2674 2022-11-29 11:27:45
## 2675 2022-11-29 11:27:43
## 2676 2022-11-29 11:27:42
## 2677 2022-11-29 11:26:59
## 2678 2022-11-29 11:26:54
## 2679 2022-11-29 11:26:52
## 2680 2022-11-29 11:26:39
## 2681 2022-11-29 11:26:17
## 2682 2022-11-29 11:25:54
## 2683 2022-11-29 11:25:41
## 2684 2022-11-29 11:25:36
## 2685 2022-11-29 11:24:49
## 2686 2022-11-29 11:24:19
## 2687 2022-11-29 11:24:16
## 2688 2022-11-29 11:24:14
## 2689 2022-11-29 11:24:10
## 2690 2022-11-29 11:23:57
## 2691 2022-11-29 11:23:49
## 2692 2022-11-29 11:23:39
## 2693 2022-11-29 11:23:06
## 2694 2022-11-29 11:22:59
## 2695 2022-11-29 11:22:58
## 2696 2022-11-29 11:22:47
## 2697 2022-11-29 11:22:38
## 2698 2022-11-29 11:22:36
## 2699 2022-11-29 11:22:25
## 2700 2022-11-29 11:22:13
## 2701 2022-11-29 11:22:11
## 2702 2022-11-29 11:22:10
## 2703 2022-11-29 11:21:50
## 2704 2022-11-29 11:21:32
## 2705 2022-11-29 11:21:32
## 2706 2022-11-29 11:21:26
## 2707 2022-11-29 11:21:22
## 2708 2022-11-29 11:21:10
## 2709 2022-11-29 11:21:09
## 2710 2022-11-29 11:20:41
## 2711 2022-11-29 11:20:32
## 2712 2022-11-29 11:20:17
## 2713 2022-11-29 11:20:05
## 2714 2022-11-29 11:19:37
## 2715 2022-11-29 11:19:33
## 2716 2022-11-29 11:17:46
## 2717 2022-11-29 11:17:37
## 2718 2022-11-29 11:17:15
## 2719 2022-11-29 11:16:59
## 2720 2022-11-29 11:16:33
## 2721 2022-11-29 11:15:10
## 2722 2022-11-29 11:14:55
## 2723 2022-11-29 11:14:54
## 2724 2022-11-29 11:14:52
## 2725 2022-11-29 11:14:44
## 2726 2022-11-29 11:14:35
## 2727 2022-11-29 11:13:46
## 2728 2022-11-29 11:13:12
## 2729 2022-11-29 11:12:50
## 2730 2022-11-29 11:12:38
## 2731 2022-11-29 11:12:29
## 2732 2022-11-29 11:12:26
## 2733 2022-11-29 11:12:16
## 2734 2022-11-29 11:12:08
## 2735 2022-11-29 11:11:40
## 2736 2022-11-29 11:10:57
## 2737 2022-11-29 11:10:47
## 2738 2022-11-29 11:10:34
## 2739 2022-11-29 11:10:31
## 2740 2022-11-29 11:10:28
## 2741 2022-11-29 11:09:52
## 2742 2022-11-29 11:09:27
## 2743 2022-11-29 11:08:55
## 2744 2022-11-29 11:08:54
## 2745 2022-11-29 11:08:53
## 2746 2022-11-29 11:08:49
## 2747 2022-11-29 11:08:38
## 2748 2022-11-29 11:08:36
## 2749 2022-11-29 11:08:33
## 2750 2022-11-29 11:08:28
## 2751 2022-11-29 11:08:22
## 2752 2022-11-29 11:08:17
## 2753 2022-11-29 11:08:16
## 2754 2022-11-29 11:08:11
## 2755 2022-11-29 11:07:59
## 2756 2022-11-29 11:07:55
## 2757 2022-11-29 11:07:54
## 2758 2022-11-29 11:07:46
## 2759 2022-11-29 11:07:41
## 2760 2022-11-29 11:07:24
## 2761 2022-11-29 11:07:14
## 2762 2022-11-29 11:07:03
## 2763 2022-11-29 11:07:00
## 2764 2022-11-29 11:06:46
## 2765 2022-11-29 11:06:40
## 2766 2022-11-29 11:06:24
## 2767 2022-11-29 11:06:14
## 2768 2022-11-29 11:05:49
## 2769 2022-11-29 11:05:26
## 2770 2022-11-29 11:05:24
## 2771 2022-11-29 11:05:23
## 2772 2022-11-29 11:05:20
## 2773 2022-11-29 11:05:07
## 2774 2022-11-29 11:04:17
## 2775 2022-11-29 11:04:16
## 2776 2022-11-29 11:04:12
## 2777 2022-11-29 11:03:54
## 2778 2022-11-29 11:03:45
## 2779 2022-11-29 11:03:27
## 2780 2022-11-29 11:03:26
## 2781 2022-11-29 11:03:15
## 2782 2022-11-29 11:02:32
## 2783 2022-11-29 11:02:19
## 2784 2022-11-29 11:02:04
## 2785 2022-11-29 11:01:43
## 2786 2022-11-29 11:01:41
## 2787 2022-11-29 11:01:25
## 2788 2022-11-29 11:01:14
## 2789 2022-11-29 11:00:44
## 2790 2022-11-29 11:00:42
## 2791 2022-11-29 11:00:01
## 2792 2022-11-29 10:59:57
## 2793 2022-11-29 10:59:06
## 2794 2022-11-29 10:58:56
## 2795 2022-11-29 10:58:52
## 2796 2022-11-29 10:58:09
## 2797 2022-11-29 10:58:00
## 2798 2022-11-29 10:57:55
## 2799 2022-11-29 10:57:52
## 2800 2022-11-29 10:57:29
## 2801 2022-11-29 10:57:07
## 2802 2022-11-29 10:57:03
## 2803 2022-11-29 10:56:46
## 2804 2022-11-29 10:56:19
## 2805 2022-11-29 10:55:44
## 2806 2022-11-29 10:55:38
## 2807 2022-11-29 10:55:28
## 2808 2022-11-29 10:54:42
## 2809 2022-11-29 10:54:12
## 2810 2022-11-29 10:54:09
## 2811 2022-11-29 10:53:53
## 2812 2022-11-29 10:53:47
## 2813 2022-11-29 10:53:37
## 2814 2022-11-29 10:53:18
## 2815 2022-11-29 10:52:57
## 2816 2022-11-29 10:52:25
## 2817 2022-11-29 10:52:07
## 2818 2022-11-29 10:51:58
## 2819 2022-11-29 10:51:34
## 2820 2022-11-29 10:51:01
## 2821 2022-11-29 10:50:56
## 2822 2022-11-29 10:50:25
## 2823 2022-11-29 10:50:17
## 2824 2022-11-29 10:50:08
## 2825 2022-11-29 10:49:58
## 2826 2022-11-29 10:49:28
## 2827 2022-11-29 10:48:44
## 2828 2022-11-29 10:47:35
## 2829 2022-11-29 10:47:33
## 2830 2022-11-29 10:46:46
## 2831 2022-11-29 10:46:45
## 2832 2022-11-29 10:46:13
## 2833 2022-11-29 10:45:16
## 2834 2022-11-29 10:44:55
## 2835 2022-11-29 10:44:54
## 2836 2022-11-29 10:44:41
## 2837 2022-11-29 10:44:41
## 2838 2022-11-29 10:44:40
## 2839 2022-11-29 10:44:30
## 2840 2022-11-29 10:43:27
## 2841 2022-11-29 10:43:17
## 2842 2022-11-29 10:40:48
## 2843 2022-11-29 10:40:06
## 2844 2022-11-29 10:39:37
## 2845 2022-11-29 10:39:24
## 2846 2022-11-29 10:39:01
## 2847 2022-11-29 10:39:00
## 2848 2022-11-29 10:38:54
## 2849 2022-11-29 10:38:40
## 2850 2022-11-29 10:38:25
## 2851 2022-11-29 10:38:13
## 2852 2022-11-29 10:38:11
## 2853 2022-11-29 10:37:30
## 2854 2022-11-29 10:37:07
## 2855 2022-11-29 10:36:57
## 2856 2022-11-29 10:36:48
## 2857 2022-11-29 10:36:09
## 2858 2022-11-29 10:35:27
## 2859 2022-11-29 10:34:17
## 2860 2022-11-29 10:34:01
## 2861 2022-11-29 10:32:52
## 2862 2022-11-29 10:32:42
## 2863 2022-11-29 10:32:39
## 2864 2022-11-29 10:32:27
## 2865 2022-11-29 10:31:56
## 2866 2022-11-29 10:31:47
## 2867 2022-11-29 10:31:32
## 2868 2022-11-29 10:31:00
## 2869 2022-11-29 10:30:50
## 2870 2022-11-29 10:30:49
## 2871 2022-11-29 10:30:29
## 2872 2022-11-29 10:29:55
## 2873 2022-11-29 10:28:51
## 2874 2022-11-29 10:28:35
## 2875 2022-11-29 10:28:18
## 2876 2022-11-29 10:28:16
## 2877 2022-11-29 10:28:04
## 2878 2022-11-29 10:27:29
## 2879 2022-11-29 10:27:16
## 2880 2022-11-29 10:26:35
## 2881 2022-11-29 10:26:14
## 2882 2022-11-29 10:26:09
## 2883 2022-11-29 10:25:29
## 2884 2022-11-29 10:25:26
## 2885 2022-11-29 10:24:54
## 2886 2022-11-29 10:24:03
## 2887 2022-11-29 10:23:55
## 2888 2022-11-29 10:23:43
## 2889 2022-11-29 10:23:27
## 2890 2022-11-29 10:23:27
## 2891 2022-11-29 10:23:26
## 2892 2022-11-29 10:23:15
## 2893 2022-11-29 10:22:11
## 2894 2022-11-29 10:22:09
## 2895 2022-11-29 10:22:06
## 2896 2022-11-29 10:22:01
## 2897 2022-11-29 10:21:54
## 2898 2022-11-29 10:21:46
## 2899 2022-11-29 10:21:34
## 2900 2022-11-29 10:20:57
## 2901 2022-11-29 10:20:02
## 2902 2022-11-29 10:19:42
## 2903 2022-11-29 10:18:53
## 2904 2022-11-29 10:18:30
## 2905 2022-11-29 10:18:23
## 2906 2022-11-29 10:17:53
## 2907 2022-11-29 10:17:26
## 2908 2022-11-29 10:17:23
## 2909 2022-11-29 10:16:52
## 2910 2022-11-29 10:16:20
## 2911 2022-11-29 10:16:03
## 2912 2022-11-29 10:15:58
## 2913 2022-11-29 10:15:37
## 2914 2022-11-29 10:15:16
## 2915 2022-11-29 10:15:15
## 2916 2022-11-29 10:15:05
## 2917 2022-11-29 10:14:06
## 2918 2022-11-29 10:13:29
## 2919 2022-11-29 10:13:15
## 2920 2022-11-29 10:12:52
## 2921 2022-11-29 10:12:27
## 2922 2022-11-29 10:12:21
## 2923 2022-11-29 10:10:54
## 2924 2022-11-29 10:10:40
## 2925 2022-11-29 10:10:32
## 2926 2022-11-29 10:10:28
## 2927 2022-11-29 10:10:24
## 2928 2022-11-29 10:10:24
## 2929 2022-11-29 10:10:20
## 2930 2022-11-29 10:10:15
## 2931 2022-11-29 10:09:43
## 2932 2022-11-29 10:09:39
## 2933 2022-11-29 10:09:33
## 2934 2022-11-29 10:08:57
## 2935 2022-11-29 10:08:55
## 2936 2022-11-29 10:08:50
## 2937 2022-11-29 10:08:46
## 2938 2022-11-29 10:08:40
## 2939 2022-11-29 10:08:36
## 2940 2022-11-29 10:08:09
## 2941 2022-11-29 10:08:08
## 2942 2022-11-29 10:08:05
## 2943 2022-11-29 10:08:05
## 2944 2022-11-29 10:07:50
## 2945 2022-11-29 10:07:49
## 2946 2022-11-29 10:07:46
## 2947 2022-11-29 10:07:38
## 2948 2022-11-29 10:07:29
## 2949 2022-11-29 10:07:24
## 2950 2022-11-29 10:06:57
## 2951 2022-11-29 10:06:45
## 2952 2022-11-29 10:06:43
## 2953 2022-11-29 10:06:26
## 2954 2022-11-29 10:06:17
## 2955 2022-11-29 10:06:07
## 2956 2022-11-29 10:06:03
## 2957 2022-11-29 10:05:49
## 2958 2022-11-29 10:05:37
## 2959 2022-11-29 10:05:05
## 2960 2022-11-29 10:04:28
## 2961 2022-11-29 10:03:47
## 2962 2022-11-29 10:03:30
## 2963 2022-11-29 10:03:23
## 2964 2022-11-29 10:03:21
## 2965 2022-11-29 10:03:18
## 2966 2022-11-29 10:03:08
## 2967 2022-11-29 10:02:33
## 2968 2022-11-29 10:02:20
## 2969 2022-11-29 10:02:15
## 2970 2022-11-29 10:02:12
## 2971 2022-11-29 10:01:46
## 2972 2022-11-29 10:01:45
## 2973 2022-11-29 10:01:26
## 2974 2022-11-29 10:01:23
## 2975 2022-11-29 10:01:09
## 2976 2022-11-29 10:01:02
## 2977 2022-11-29 10:00:56
## 2978 2022-11-29 10:00:54
## 2979 2022-11-29 10:00:40
## 2980 2022-11-29 10:00:23
## 2981 2022-11-29 09:59:46
## 2982 2022-11-29 09:59:20
## 2983 2022-11-29 09:59:14
## 2984 2022-11-29 09:59:12
## 2985 2022-11-29 09:58:57
## 2986 2022-11-29 09:58:46
## 2987 2022-11-29 09:58:32
## 2988 2022-11-29 09:58:25
## 2989 2022-11-29 09:58:23
## 2990 2022-11-29 09:58:06
## 2991 2022-11-29 09:58:03
## 2992 2022-11-29 09:57:59
## 2993 2022-11-29 09:57:54
## 2994 2022-11-29 09:57:41
## 2995 2022-11-29 09:56:32
## 2996 2022-11-29 09:55:55
## 2997 2022-11-29 09:54:41
## 2998 2022-11-29 09:54:31
## 2999 2022-11-29 09:54:13
## 3000 2022-11-29 09:54:13
## 3001 2022-11-29 09:54:00
## 3002 2022-11-29 09:53:16
## 3003 2022-11-29 09:53:14
## 3004 2022-11-29 09:52:55
## 3005 2022-11-29 09:52:47
## 3006 2022-11-29 09:52:35
## 3007 2022-11-29 09:52:16
## 3008 2022-11-29 09:51:23
## 3009 2022-11-29 09:51:22
## 3010 2022-11-29 09:51:18
## 3011 2022-11-29 09:50:52
## 3012 2022-11-29 09:50:44
## 3013 2022-11-29 09:49:48
## 3014 2022-11-29 09:49:39
## 3015 2022-11-29 09:49:33
## 3016 2022-11-29 09:49:26
## 3017 2022-11-29 09:49:02
## 3018 2022-11-29 09:48:53
## 3019 2022-11-29 09:48:40
## 3020 2022-11-29 09:48:34
## 3021 2022-11-29 09:47:53
## 3022 2022-11-29 09:47:16
## 3023 2022-11-29 09:47:04
## 3024 2022-11-29 09:46:51
## 3025 2022-11-29 09:46:42
## 3026 2022-11-29 09:46:40
## 3027 2022-11-29 09:46:10
## 3028 2022-11-29 09:45:58
## 3029 2022-11-29 09:45:24
## 3030 2022-11-29 09:44:55
## 3031 2022-11-29 09:44:43
## 3032 2022-11-29 09:44:40
## 3033 2022-11-29 09:44:37
## 3034 2022-11-29 09:44:34
## 3035 2022-11-29 09:44:15
## 3036 2022-11-29 09:44:05
## 3037 2022-11-29 09:43:59
## 3038 2022-11-29 09:43:43
## 3039 2022-11-29 09:43:28
## 3040 2022-11-29 09:43:27
## 3041 2022-11-29 09:42:38
## 3042 2022-11-29 09:42:35
## 3043 2022-11-29 09:42:29
## 3044 2022-11-29 09:42:03
## 3045 2022-11-29 09:41:56
## 3046 2022-11-29 09:41:27
## 3047 2022-11-29 09:41:26
## 3048 2022-11-29 09:41:15
## 3049 2022-11-29 09:41:07
## 3050 2022-11-29 09:41:04
## 3051 2022-11-29 09:40:53
## 3052 2022-11-29 09:40:40
## 3053 2022-11-29 09:40:37
## 3054 2022-11-29 09:40:25
## 3055 2022-11-29 09:40:18
## 3056 2022-11-29 09:40:06
## 3057 2022-11-29 09:39:54
## 3058 2022-11-29 09:39:30
## 3059 2022-11-29 09:38:45
## 3060 2022-11-29 09:38:24
## 3061 2022-11-29 09:38:17
## 3062 2022-11-29 09:37:48
## 3063 2022-11-29 09:37:46
## 3064 2022-11-29 09:37:37
## 3065 2022-11-29 09:37:17
## 3066 2022-11-29 09:37:05
## 3067 2022-11-29 09:36:40
## 3068 2022-11-29 09:36:38
## 3069 2022-11-29 09:36:01
## 3070 2022-11-29 09:35:49
## 3071 2022-11-29 09:35:38
## 3072 2022-11-29 09:35:28
## 3073 2022-11-29 09:35:23
## 3074 2022-11-29 09:35:01
## 3075 2022-11-29 09:34:52
## 3076 2022-11-29 09:34:51
## 3077 2022-11-29 09:34:34
## 3078 2022-11-29 09:34:20
## 3079 2022-11-29 09:34:02
## 3080 2022-11-29 09:33:41
## 3081 2022-11-29 09:33:40
## 3082 2022-11-29 09:33:30
## 3083 2022-11-29 09:33:11
## 3084 2022-11-29 09:33:03
## 3085 2022-11-29 09:32:59
## 3086 2022-11-29 09:32:55
## 3087 2022-11-29 09:32:55
## 3088 2022-11-29 09:32:46
## 3089 2022-11-29 09:32:37
## 3090 2022-11-29 09:32:35
## 3091 2022-11-29 09:32:34
## 3092 2022-11-29 09:31:55
## 3093 2022-11-29 09:31:24
## 3094 2022-11-29 09:31:13
## 3095 2022-11-29 09:31:09
## 3096 2022-11-29 09:31:08
## 3097 2022-11-29 09:31:04
## 3098 2022-11-29 09:30:40
## 3099 2022-11-29 09:30:27
## 3100 2022-11-29 09:30:24
## 3101 2022-11-29 09:30:23
## 3102 2022-11-29 09:30:02
## 3103 2022-11-29 09:29:48
## 3104 2022-11-29 09:29:42
## 3105 2022-11-29 09:29:38
## 3106 2022-11-29 09:29:38
## 3107 2022-11-29 09:29:16
## 3108 2022-11-29 09:29:09
## 3109 2022-11-29 09:29:05
## 3110 2022-11-29 09:29:04
## 3111 2022-11-29 09:28:59
## 3112 2022-11-29 09:28:45
## 3113 2022-11-29 09:28:38
## 3114 2022-11-29 09:28:30
## 3115 2022-11-29 09:28:05
## 3116 2022-11-29 09:27:33
## 3117 2022-11-29 09:27:30
## 3118 2022-11-29 09:27:07
## 3119 2022-11-29 09:26:40
## 3120 2022-11-29 09:26:02
## 3121 2022-11-29 09:25:21
## 3122 2022-11-29 09:25:19
## 3123 2022-11-29 09:25:13
## 3124 2022-11-29 09:25:12
## 3125 2022-11-29 09:25:06
## 3126 2022-11-29 09:25:05
## 3127 2022-11-29 09:24:57
## 3128 2022-11-29 09:24:45
## 3129 2022-11-29 09:23:41
## 3130 2022-11-29 09:23:12
## 3131 2022-11-29 09:23:07
## 3132 2022-11-29 09:21:19
## 3133 2022-11-29 09:21:00
## 3134 2022-11-29 09:19:59
## 3135 2022-11-29 09:19:54
## 3136 2022-11-29 09:19:51
## 3137 2022-11-29 09:19:50
## 3138 2022-11-29 09:19:45
## 3139 2022-11-29 09:19:27
## 3140 2022-11-29 09:19:11
## 3141 2022-11-29 09:18:50
## 3142 2022-11-29 09:18:34
## 3143 2022-11-29 09:18:22
## 3144 2022-11-29 09:18:22
## 3145 2022-11-29 09:18:14
## 3146 2022-11-29 09:18:14
## 3147 2022-11-29 09:18:09
## 3148 2022-11-29 09:17:54
## 3149 2022-11-29 09:17:52
## 3150 2022-11-29 09:17:46
## 3151 2022-11-29 09:17:21
## 3152 2022-11-29 09:17:11
## 3153 2022-11-29 09:17:03
## 3154 2022-11-29 09:16:57
## 3155 2022-11-29 09:16:50
## 3156 2022-11-29 09:15:56
## 3157 2022-11-29 09:15:26
## 3158 2022-11-29 09:15:19
## 3159 2022-11-29 09:15:05
## 3160 2022-11-29 09:14:56
## 3161 2022-11-29 09:14:46
## 3162 2022-11-29 09:14:22
## 3163 2022-11-29 09:14:16
## 3164 2022-11-29 09:13:42
## 3165 2022-11-29 09:13:25
## 3166 2022-11-29 09:12:13
## 3167 2022-11-29 09:12:02
## 3168 2022-11-29 09:11:58
## 3169 2022-11-29 09:11:49
## 3170 2022-11-29 09:11:34
## 3171 2022-11-29 09:11:13
## 3172 2022-11-29 09:11:13
## 3173 2022-11-29 09:10:51
## 3174 2022-11-29 09:10:40
## 3175 2022-11-29 09:10:28
## 3176 2022-11-29 09:10:23
## 3177 2022-11-29 09:09:44
## 3178 2022-11-29 09:09:08
## 3179 2022-11-29 09:09:07
## 3180 2022-11-29 09:09:01
## 3181 2022-11-29 09:09:00
## 3182 2022-11-29 09:08:50
## 3183 2022-11-29 09:08:42
## 3184 2022-11-29 09:07:54
## 3185 2022-11-29 09:07:53
## 3186 2022-11-29 09:07:38
## 3187 2022-11-29 09:07:19
## 3188 2022-11-29 09:07:14
## 3189 2022-11-29 09:07:14
## 3190 2022-11-29 09:07:08
## 3191 2022-11-29 09:06:56
## 3192 2022-11-29 09:06:45
## 3193 2022-11-29 09:06:40
## 3194 2022-11-29 09:06:39
## 3195 2022-11-29 09:06:37
## 3196 2022-11-29 09:06:33
## 3197 2022-11-29 09:06:32
## 3198 2022-11-29 09:06:17
## 3199 2022-11-29 09:06:09
## 3200 2022-11-29 09:06:03
## 3201 2022-11-29 09:05:25
## 3202 2022-11-29 09:05:18
## 3203 2022-11-29 09:05:15
## 3204 2022-11-29 09:05:13
## 3205 2022-11-29 09:05:13
## 3206 2022-11-29 09:05:10
## 3207 2022-11-29 09:05:04
## 3208 2022-11-29 09:04:45
## 3209 2022-11-29 09:04:44
## 3210 2022-11-29 09:04:37
## 3211 2022-11-29 09:04:36
## 3212 2022-11-29 09:04:28
## 3213 2022-11-29 09:04:17
## 3214 2022-11-29 09:04:01
## 3215 2022-11-29 09:03:36
## 3216 2022-11-29 09:03:18
## 3217 2022-11-29 09:02:56
## 3218 2022-11-29 09:02:55
## 3219 2022-11-29 09:02:49
## 3220 2022-11-29 09:02:40
## 3221 2022-11-29 09:02:36
## 3222 2022-11-29 09:02:34
## 3223 2022-11-29 09:02:29
## 3224 2022-11-29 09:01:53
## 3225 2022-11-29 09:01:39
## 3226 2022-11-29 09:01:36
## 3227 2022-11-29 09:01:32
## 3228 2022-11-29 09:01:32
## 3229 2022-11-29 09:01:05
## 3230 2022-11-29 09:01:04
## 3231 2022-11-29 09:00:29
## 3232 2022-11-29 09:00:28
## 3233 2022-11-29 09:00:23
## 3234 2022-11-29 08:59:57
## 3235 2022-11-29 08:59:50
## 3236 2022-11-29 08:59:28
## 3237 2022-11-29 08:59:04
## 3238 2022-11-29 08:58:20
## 3239 2022-11-29 08:58:17
## 3240 2022-11-29 08:58:07
## 3241 2022-11-29 08:58:05
## 3242 2022-11-29 08:58:02
## 3243 2022-11-29 08:57:56
## 3244 2022-11-29 08:57:27
## 3245 2022-11-29 08:57:00
## 3246 2022-11-29 08:56:57
## 3247 2022-11-29 08:56:43
## 3248 2022-11-29 08:56:41
## 3249 2022-11-29 08:56:39
## 3250 2022-11-29 08:56:30
## 3251 2022-11-29 08:56:15
## 3252 2022-11-29 08:55:48
## 3253 2022-11-29 08:55:47
## 3254 2022-11-29 08:55:23
## 3255 2022-11-29 08:55:22
## 3256 2022-11-29 08:55:22
## 3257 2022-11-29 08:55:11
## 3258 2022-11-29 08:55:10
## 3259 2022-11-29 08:55:07
## 3260 2022-11-29 08:55:01
## 3261 2022-11-29 08:55:00
## 3262 2022-11-29 08:53:49
## 3263 2022-11-29 08:53:27
## 3264 2022-11-29 08:52:46
## 3265 2022-11-29 08:52:37
## 3266 2022-11-29 08:52:30
## 3267 2022-11-29 08:52:15
## 3268 2022-11-29 08:52:09
## 3269 2022-11-29 08:50:57
## 3270 2022-11-29 08:50:51
## 3271 2022-11-29 08:50:51
## 3272 2022-11-29 08:49:19
## 3273 2022-11-29 08:48:38
## 3274 2022-11-29 08:48:05
## 3275 2022-11-29 08:48:00
## 3276 2022-11-29 08:47:42
## 3277 2022-11-29 08:47:26
## 3278 2022-11-29 08:47:26
## 3279 2022-11-29 08:47:26
## 3280 2022-11-29 08:47:18
## 3281 2022-11-29 08:47:09
## 3282 2022-11-29 08:46:48
## 3283 2022-11-29 08:46:34
## 3284 2022-11-29 08:45:50
## 3285 2022-11-29 08:45:24
## 3286 2022-11-29 08:45:09
## 3287 2022-11-29 08:44:57
## 3288 2022-11-29 08:44:56
## 3289 2022-11-29 08:44:32
## 3290 2022-11-29 08:44:26
## 3291 2022-11-29 08:43:23
## 3292 2022-11-29 08:43:23
## 3293 2022-11-29 08:42:47
## 3294 2022-11-29 08:42:17
## 3295 2022-11-29 08:42:13
## 3296 2022-11-29 08:42:07
## 3297 2022-11-29 08:42:02
## 3298 2022-11-29 08:41:55
## 3299 2022-11-29 08:41:46
## 3300 2022-11-29 08:41:29
## 3301 2022-11-29 08:41:21
## 3302 2022-11-29 08:40:32
## 3303 2022-11-29 08:40:29
## 3304 2022-11-29 08:40:18
## 3305 2022-11-29 08:39:57
## 3306 2022-11-29 08:39:57
## 3307 2022-11-29 08:39:53
## 3308 2022-11-29 08:39:40
## 3309 2022-11-29 08:39:19
## 3310 2022-11-29 08:39:19
## 3311 2022-11-29 08:39:05
## 3312 2022-11-29 08:38:55
## 3313 2022-11-29 08:38:55
## 3314 2022-11-29 08:38:38
## 3315 2022-11-29 08:38:38
## 3316 2022-11-29 08:38:32
## 3317 2022-11-29 08:38:11
## 3318 2022-11-29 08:38:04
## 3319 2022-11-29 08:38:02
## 3320 2022-11-29 08:37:51
## 3321 2022-11-29 08:37:10
## 3322 2022-11-29 08:37:07
## 3323 2022-11-29 08:36:57
## 3324 2022-11-29 08:35:31
## 3325 2022-11-29 08:35:18
## 3326 2022-11-29 08:35:11
## 3327 2022-11-29 08:34:44
## 3328 2022-11-29 08:34:17
## 3329 2022-11-29 08:34:01
## 3330 2022-11-29 08:33:32
## 3331 2022-11-29 08:33:27
## 3332 2022-11-29 08:33:24
## 3333 2022-11-29 08:33:13
## 3334 2022-11-29 08:33:02
## 3335 2022-11-29 08:32:58
## 3336 2022-11-29 08:32:39
## 3337 2022-11-29 08:32:30
## 3338 2022-11-29 08:31:56
## 3339 2022-11-29 08:31:45
## 3340 2022-11-29 08:31:18
## 3341 2022-11-29 08:30:59
## 3342 2022-11-29 08:30:40
## 3343 2022-11-29 08:30:37
## 3344 2022-11-29 08:30:37
## 3345 2022-11-29 08:30:00
## 3346 2022-11-29 08:29:34
## 3347 2022-11-29 08:29:31
## 3348 2022-11-29 08:29:03
## 3349 2022-11-29 08:29:01
## 3350 2022-11-29 08:28:54
## 3351 2022-11-29 08:28:19
## 3352 2022-11-29 08:28:09
## 3353 2022-11-29 08:28:05
## 3354 2022-11-29 08:27:52
## 3355 2022-11-29 08:27:47
## 3356 2022-11-29 08:27:25
## 3357 2022-11-29 08:27:23
## 3358 2022-11-29 08:27:14
## 3359 2022-11-29 08:27:08
## 3360 2022-11-29 08:26:40
## 3361 2022-11-29 08:26:35
## 3362 2022-11-29 08:25:33
## 3363 2022-11-29 08:25:22
## 3364 2022-11-29 08:25:19
## 3365 2022-11-29 08:25:15
## 3366 2022-11-29 08:25:10
## 3367 2022-11-29 08:24:53
## 3368 2022-11-29 08:24:52
## 3369 2022-11-29 08:24:15
## 3370 2022-11-29 08:24:08
## 3371 2022-11-29 08:24:01
## 3372 2022-11-29 08:23:56
## 3373 2022-11-29 08:23:42
## 3374 2022-11-29 08:23:36
## 3375 2022-11-29 08:23:22
## 3376 2022-11-29 08:23:16
## 3377 2022-11-29 08:23:02
## 3378 2022-11-29 08:22:59
## 3379 2022-11-29 08:22:41
## 3380 2022-11-29 08:22:26
## 3381 2022-11-29 08:22:14
## 3382 2022-11-29 08:22:03
## 3383 2022-11-29 08:21:37
## 3384 2022-11-29 08:21:07
## 3385 2022-11-29 08:20:29
## 3386 2022-11-29 08:20:10
## 3387 2022-11-29 08:20:04
## 3388 2022-11-29 08:19:42
## 3389 2022-11-29 08:19:30
## 3390 2022-11-29 08:19:30
## 3391 2022-11-29 08:18:54
## 3392 2022-11-29 08:18:17
## 3393 2022-11-29 08:17:50
## 3394 2022-11-29 08:17:32
## 3395 2022-11-29 08:16:51
## 3396 2022-11-29 08:16:01
## 3397 2022-11-29 08:15:59
## 3398 2022-11-29 08:15:38
## 3399 2022-11-29 08:15:38
## 3400 2022-11-29 08:15:28
## 3401 2022-11-29 08:15:21
## 3402 2022-11-29 08:15:13
## 3403 2022-11-29 08:14:32
## 3404 2022-11-29 08:14:02
## 3405 2022-11-29 08:13:58
## 3406 2022-11-29 08:13:50
## 3407 2022-11-29 08:13:48
## 3408 2022-11-29 08:13:43
## 3409 2022-11-29 08:13:06
## 3410 2022-11-29 08:12:28
## 3411 2022-11-29 08:11:13
## 3412 2022-11-29 08:10:59
## 3413 2022-11-29 08:10:35
## 3414 2022-11-29 08:10:32
## 3415 2022-11-29 08:10:14
## 3416 2022-11-29 08:10:09
## 3417 2022-11-29 08:09:55
## 3418 2022-11-29 08:09:30
## 3419 2022-11-29 08:09:14
## 3420 2022-11-29 08:09:12
## 3421 2022-11-29 08:08:25
## 3422 2022-11-29 08:08:00
## 3423 2022-11-29 08:07:47
## 3424 2022-11-29 08:07:41
## 3425 2022-11-29 08:06:56
## 3426 2022-11-29 08:06:41
## 3427 2022-11-29 08:06:40
## 3428 2022-11-29 08:06:35
## 3429 2022-11-29 08:06:07
## 3430 2022-11-29 08:06:01
## 3431 2022-11-29 08:05:57
## 3432 2022-11-29 08:05:24
## 3433 2022-11-29 08:04:35
## 3434 2022-11-29 08:04:11
## 3435 2022-11-29 08:03:48
## 3436 2022-11-29 08:03:33
## 3437 2022-11-29 08:02:55
## 3438 2022-11-29 08:02:21
## 3439 2022-11-29 08:00:58
## 3440 2022-11-29 07:58:50
## 3441 2022-11-29 07:58:32
## 3442 2022-11-29 07:58:24
## 3443 2022-11-29 07:58:12
## 3444 2022-11-29 07:57:58
## 3445 2022-11-29 07:57:51
## 3446 2022-11-29 07:56:41
## 3447 2022-11-29 07:56:33
## 3448 2022-11-29 07:55:59
## 3449 2022-11-29 07:55:41
## 3450 2022-11-29 07:55:29
## 3451 2022-11-29 07:55:20
## 3452 2022-11-29 07:55:20
## 3453 2022-11-29 07:55:08
## 3454 2022-11-29 07:54:37
## 3455 2022-11-29 07:54:37
## 3456 2022-11-29 07:53:56
## 3457 2022-11-29 07:53:47
## 3458 2022-11-29 07:53:27
## 3459 2022-11-29 07:53:25
## 3460 2022-11-29 07:53:25
## 3461 2022-11-29 07:53:21
## 3462 2022-11-29 07:53:21
## 3463 2022-11-29 07:53:07
## 3464 2022-11-29 07:51:59
## 3465 2022-11-29 07:51:52
## 3466 2022-11-29 07:51:50
## 3467 2022-11-29 07:51:50
## 3468 2022-11-29 07:51:37
## 3469 2022-11-29 07:51:17
## 3470 2022-11-29 07:51:07
## 3471 2022-11-29 07:51:03
## 3472 2022-11-29 07:50:57
## 3473 2022-11-29 07:50:38
## 3474 2022-11-29 07:50:03
## 3475 2022-11-29 07:49:39
## 3476 2022-11-29 07:49:38
## 3477 2022-11-29 07:49:35
## 3478 2022-11-29 07:48:42
## 3479 2022-11-29 07:48:15
## 3480 2022-11-29 07:47:21
## 3481 2022-11-29 07:46:43
## 3482 2022-11-29 07:46:38
## 3483 2022-11-29 07:46:24
## 3484 2022-11-29 07:46:20
## 3485 2022-11-29 07:45:57
## 3486 2022-11-29 07:45:55
## 3487 2022-11-29 07:44:55
## 3488 2022-11-29 07:44:46
## 3489 2022-11-29 07:44:43
## 3490 2022-11-29 07:44:28
## 3491 2022-11-29 07:44:21
## 3492 2022-11-29 07:44:16
## 3493 2022-11-29 07:43:48
## 3494 2022-11-29 07:43:48
## 3495 2022-11-29 07:43:45
## 3496 2022-11-29 07:43:40
## 3497 2022-11-29 07:43:14
## 3498 2022-11-29 07:41:44
## 3499 2022-11-29 07:41:18
## 3500 2022-11-29 07:41:18
## 3501 2022-11-29 07:41:13
## 3502 2022-11-29 07:41:08
## 3503 2022-11-29 07:40:39
## 3504 2022-11-29 07:40:22
## 3505 2022-11-29 07:40:13
## 3506 2022-11-29 07:39:53
## 3507 2022-11-29 07:39:47
## 3508 2022-11-29 07:39:43
## 3509 2022-11-29 07:39:28
## 3510 2022-11-29 07:39:19
## 3511 2022-11-29 07:39:18
## 3512 2022-11-29 07:39:02
## 3513 2022-11-29 07:38:46
## 3514 2022-11-29 07:38:21
## 3515 2022-11-29 07:37:59
## 3516 2022-11-29 07:37:52
## 3517 2022-11-29 07:37:44
## 3518 2022-11-29 07:37:39
## 3519 2022-11-29 07:37:38
## 3520 2022-11-29 07:37:26
## 3521 2022-11-29 07:37:13
## 3522 2022-11-29 07:36:55
## 3523 2022-11-29 07:36:45
## 3524 2022-11-29 07:36:18
## 3525 2022-11-29 07:36:15
## 3526 2022-11-29 07:36:05
## 3527 2022-11-29 07:36:01
## 3528 2022-11-29 07:36:00
## 3529 2022-11-29 07:35:46
## 3530 2022-11-29 07:35:46
## 3531 2022-11-29 07:35:44
## 3532 2022-11-29 07:35:38
## 3533 2022-11-29 07:35:22
## 3534 2022-11-29 07:35:11
## 3535 2022-11-29 07:34:45
## 3536 2022-11-29 07:34:04
## 3537 2022-11-29 07:33:56
## 3538 2022-11-29 07:33:47
## 3539 2022-11-29 07:33:33
## 3540 2022-11-29 07:33:28
## 3541 2022-11-29 07:33:22
## 3542 2022-11-29 07:33:17
## 3543 2022-11-29 07:33:16
## 3544 2022-11-29 07:33:04
## 3545 2022-11-29 07:33:02
## 3546 2022-11-29 07:32:59
## 3547 2022-11-29 07:32:57
## 3548 2022-11-29 07:32:55
## 3549 2022-11-29 07:32:33
## 3550 2022-11-29 07:32:30
## 3551 2022-11-29 07:32:29
## 3552 2022-11-29 07:32:23
## 3553 2022-11-29 07:32:03
## 3554 2022-11-29 07:31:48
## 3555 2022-11-29 07:31:12
## 3556 2022-11-29 07:30:45
## 3557 2022-11-29 07:30:39
## 3558 2022-11-29 07:30:17
## 3559 2022-11-29 07:30:10
## 3560 2022-11-29 07:29:36
## 3561 2022-11-29 07:29:31
## 3562 2022-11-29 07:29:28
## 3563 2022-11-29 07:28:58
## 3564 2022-11-29 07:28:55
## 3565 2022-11-29 07:28:46
## 3566 2022-11-29 07:28:40
## 3567 2022-11-29 07:28:22
## 3568 2022-11-29 07:28:19
## 3569 2022-11-29 07:28:03
## 3570 2022-11-29 07:28:00
## 3571 2022-11-29 07:27:26
## 3572 2022-11-29 07:27:14
## 3573 2022-11-29 07:26:30
## 3574 2022-11-29 07:26:01
## 3575 2022-11-29 07:25:28
## 3576 2022-11-29 07:25:23
## 3577 2022-11-29 07:25:14
## 3578 2022-11-29 07:25:07
## 3579 2022-11-29 07:24:42
## 3580 2022-11-29 07:24:17
## 3581 2022-11-29 07:23:26
## 3582 2022-11-29 07:23:24
## 3583 2022-11-29 07:22:58
## 3584 2022-11-29 07:22:45
## 3585 2022-11-29 07:22:31
## 3586 2022-11-29 07:22:19
## 3587 2022-11-29 07:22:16
## 3588 2022-11-29 07:21:53
## 3589 2022-11-29 07:21:43
## 3590 2022-11-29 07:21:18
## 3591 2022-11-29 07:20:49
## 3592 2022-11-29 07:20:40
## 3593 2022-11-29 07:20:35
## 3594 2022-11-29 07:20:23
## 3595 2022-11-29 07:20:06
## 3596 2022-11-29 07:19:49
## 3597 2022-11-29 07:19:16
## 3598 2022-11-29 07:18:56
## 3599 2022-11-29 07:18:52
## 3600 2022-11-29 07:17:22
## 3601 2022-11-29 07:16:38
## 3602 2022-11-29 07:15:56
## 3603 2022-11-29 07:15:51
## 3604 2022-11-29 07:15:34
## 3605 2022-11-29 07:15:21
## 3606 2022-11-29 07:15:15
## 3607 2022-11-29 07:14:55
## 3608 2022-11-29 07:14:31
## 3609 2022-11-29 07:14:27
## 3610 2022-11-29 07:13:22
## 3611 2022-11-29 07:13:10
## 3612 2022-11-29 07:13:01
## 3613 2022-11-29 07:12:59
## 3614 2022-11-29 07:12:53
## 3615 2022-11-29 07:12:41
## 3616 2022-11-29 07:12:32
## 3617 2022-11-29 07:12:28
## 3618 2022-11-29 07:12:05
## 3619 2022-11-29 07:11:45
## 3620 2022-11-29 07:11:19
## 3621 2022-11-29 07:11:14
## 3622 2022-11-29 07:10:37
## 3623 2022-11-29 07:10:11
## 3624 2022-11-29 07:10:05
## 3625 2022-11-29 07:09:15
## 3626 2022-11-29 07:07:46
## 3627 2022-11-29 07:07:38
## 3628 2022-11-29 07:07:08
## 3629 2022-11-29 07:06:57
## 3630 2022-11-29 07:06:14
## 3631 2022-11-29 07:04:56
## 3632 2022-11-29 07:04:50
## 3633 2022-11-29 07:04:30
## 3634 2022-11-29 07:04:10
## 3635 2022-11-29 07:04:01
## 3636 2022-11-29 07:03:29
## 3637 2022-11-29 07:03:24
## 3638 2022-11-29 07:03:12
## 3639 2022-11-29 07:03:10
## 3640 2022-11-29 07:02:59
## 3641 2022-11-29 07:02:54
## 3642 2022-11-29 07:02:28
## 3643 2022-11-29 07:02:24
## 3644 2022-11-29 07:02:20
## 3645 2022-11-29 07:01:26
## 3646 2022-11-29 07:01:12
## 3647 2022-11-29 07:01:07
## 3648 2022-11-29 07:00:59
## 3649 2022-11-29 07:00:51
## 3650 2022-11-29 07:00:21
## 3651 2022-11-29 07:00:18
## 3652 2022-11-29 07:00:02
## 3653 2022-11-29 06:59:55
## 3654 2022-11-29 06:59:20
## 3655 2022-11-29 06:58:58
## 3656 2022-11-29 06:58:10
## 3657 2022-11-29 06:57:56
## 3658 2022-11-29 06:57:54
## 3659 2022-11-29 06:57:53
## 3660 2022-11-29 06:57:27
## 3661 2022-11-29 06:57:21
## 3662 2022-11-29 06:55:47
## 3663 2022-11-29 06:55:47
## 3664 2022-11-29 06:55:45
## 3665 2022-11-29 06:55:34
## 3666 2022-11-29 06:55:01
## 3667 2022-11-29 06:54:45
## 3668 2022-11-29 06:54:30
## 3669 2022-11-29 06:54:14
## 3670 2022-11-29 06:54:09
## 3671 2022-11-29 06:54:00
## 3672 2022-11-29 06:53:16
## 3673 2022-11-29 06:53:11
## 3674 2022-11-29 06:53:02
## 3675 2022-11-29 06:52:25
## 3676 2022-11-29 06:52:14
## 3677 2022-11-29 06:51:51
## 3678 2022-11-29 06:51:31
## 3679 2022-11-29 06:51:23
## 3680 2022-11-29 06:51:22
## 3681 2022-11-29 06:51:11
## 3682 2022-11-29 06:51:00
## 3683 2022-11-29 06:50:43
## 3684 2022-11-29 06:50:24
## 3685 2022-11-29 06:50:22
## 3686 2022-11-29 06:50:14
## 3687 2022-11-29 06:50:06
## 3688 2022-11-29 06:49:50
## 3689 2022-11-29 06:49:49
## 3690 2022-11-29 06:49:43
## 3691 2022-11-29 06:49:04
## 3692 2022-11-29 06:48:38
## 3693 2022-11-29 06:48:30
## 3694 2022-11-29 06:48:25
## 3695 2022-11-29 06:48:23
## 3696 2022-11-29 06:48:15
## 3697 2022-11-29 06:48:10
## 3698 2022-11-29 06:48:05
## 3699 2022-11-29 06:48:01
## 3700 2022-11-29 06:47:43
## 3701 2022-11-29 06:47:42
## 3702 2022-11-29 06:47:33
## 3703 2022-11-29 06:47:33
## 3704 2022-11-29 06:47:28
## 3705 2022-11-29 06:47:06
## 3706 2022-11-29 06:46:55
## 3707 2022-11-29 06:46:44
## 3708 2022-11-29 06:46:35
## 3709 2022-11-29 06:46:32
## 3710 2022-11-29 06:46:08
## 3711 2022-11-29 06:45:54
## 3712 2022-11-29 06:45:35
## 3713 2022-11-29 06:45:16
## 3714 2022-11-29 06:45:14
## 3715 2022-11-29 06:44:59
## 3716 2022-11-29 06:44:36
## 3717 2022-11-29 06:44:26
## 3718 2022-11-29 06:44:14
## 3719 2022-11-29 06:43:55
## 3720 2022-11-29 06:43:55
## 3721 2022-11-29 06:43:39
## 3722 2022-11-29 06:43:31
## 3723 2022-11-29 06:43:24
## 3724 2022-11-29 06:43:19
## 3725 2022-11-29 06:43:15
## 3726 2022-11-29 06:43:05
## 3727 2022-11-29 06:43:05
## 3728 2022-11-29 06:43:02
## 3729 2022-11-29 06:42:56
## 3730 2022-11-29 06:42:13
## 3731 2022-11-29 06:42:09
## 3732 2022-11-29 06:41:55
## 3733 2022-11-29 06:41:41
## 3734 2022-11-29 06:41:38
## 3735 2022-11-29 06:41:37
## 3736 2022-11-29 06:40:54
## 3737 2022-11-29 06:40:52
## 3738 2022-11-29 06:40:44
## 3739 2022-11-29 06:40:29
## 3740 2022-11-29 06:40:24
## 3741 2022-11-29 06:40:11
## 3742 2022-11-29 06:39:40
## 3743 2022-11-29 06:39:32
## 3744 2022-11-29 06:39:15
## 3745 2022-11-29 06:39:10
## 3746 2022-11-29 06:38:42
## 3747 2022-11-29 06:38:15
## 3748 2022-11-29 06:37:55
## 3749 2022-11-29 06:36:26
## 3750 2022-11-29 06:36:04
## 3751 2022-11-29 06:35:49
## 3752 2022-11-29 06:35:37
## 3753 2022-11-29 06:35:33
## 3754 2022-11-29 06:35:28
## 3755 2022-11-29 06:35:22
## 3756 2022-11-29 06:34:42
## 3757 2022-11-29 06:34:32
## 3758 2022-11-29 06:34:29
## 3759 2022-11-29 06:34:08
## 3760 2022-11-29 06:33:48
## 3761 2022-11-29 06:33:39
## 3762 2022-11-29 06:33:39
## 3763 2022-11-29 06:32:42
## 3764 2022-11-29 06:32:32
## 3765 2022-11-29 06:32:18
## 3766 2022-11-29 06:31:06
## 3767 2022-11-29 06:31:02
## 3768 2022-11-29 06:31:02
## 3769 2022-11-29 06:30:50
## 3770 2022-11-29 06:29:29
## 3771 2022-11-29 06:29:15
## 3772 2022-11-29 06:29:03
## 3773 2022-11-29 06:28:55
## 3774 2022-11-29 06:28:28
## 3775 2022-11-29 06:27:01
## 3776 2022-11-29 06:25:49
## 3777 2022-11-29 06:25:29
## 3778 2022-11-29 06:25:09
## 3779 2022-11-29 06:25:08
## 3780 2022-11-29 06:24:37
## 3781 2022-11-29 06:24:18
## 3782 2022-11-29 06:23:33
## 3783 2022-11-29 06:23:29
## 3784 2022-11-29 06:23:20
## 3785 2022-11-29 06:23:18
## 3786 2022-11-29 06:23:02
## 3787 2022-11-29 06:23:01
## 3788 2022-11-29 06:22:49
## 3789 2022-11-29 06:22:46
## 3790 2022-11-29 06:22:31
## 3791 2022-11-29 06:21:38
## 3792 2022-11-29 06:21:34
## 3793 2022-11-29 06:21:06
## 3794 2022-11-29 06:21:03
## 3795 2022-11-29 06:20:48
## 3796 2022-11-29 06:20:46
## 3797 2022-11-29 06:20:42
## 3798 2022-11-29 06:20:24
## 3799 2022-11-29 06:19:02
## 3800 2022-11-29 06:18:33
## 3801 2022-11-29 06:18:30
## 3802 2022-11-29 06:17:12
## 3803 2022-11-29 06:16:59
## 3804 2022-11-29 06:16:44
## 3805 2022-11-29 06:16:35
## 3806 2022-11-29 06:16:16
## 3807 2022-11-29 06:16:14
## 3808 2022-11-29 06:16:10
## 3809 2022-11-29 06:15:59
## 3810 2022-11-29 06:15:46
## 3811 2022-11-29 06:15:30
## 3812 2022-11-29 06:15:27
## 3813 2022-11-29 06:15:26
## 3814 2022-11-29 06:15:23
## 3815 2022-11-29 06:15:18
## 3816 2022-11-29 06:15:02
## 3817 2022-11-29 06:14:52
## 3818 2022-11-29 06:14:10
## 3819 2022-11-29 06:14:06
## 3820 2022-11-29 06:13:50
## 3821 2022-11-29 06:13:47
## 3822 2022-11-29 06:13:21
## 3823 2022-11-29 06:13:11
## 3824 2022-11-29 06:12:44
## 3825 2022-11-29 06:12:42
## 3826 2022-11-29 06:12:40
## 3827 2022-11-29 06:12:40
## 3828 2022-11-29 06:12:26
## 3829 2022-11-29 06:12:22
## 3830 2022-11-29 06:12:18
## 3831 2022-11-29 06:11:46
## 3832 2022-11-29 06:11:01
## 3833 2022-11-29 06:10:38
## 3834 2022-11-29 06:10:31
## 3835 2022-11-29 06:10:15
## 3836 2022-11-29 06:10:08
## 3837 2022-11-29 06:09:50
## 3838 2022-11-29 06:09:23
## 3839 2022-11-29 06:09:16
## 3840 2022-11-29 06:09:11
## 3841 2022-11-29 06:09:09
## 3842 2022-11-29 06:09:02
## 3843 2022-11-29 06:08:36
## 3844 2022-11-29 06:08:33
## 3845 2022-11-29 06:08:20
## 3846 2022-11-29 06:08:15
## 3847 2022-11-29 06:08:03
## 3848 2022-11-29 06:07:59
## 3849 2022-11-29 06:07:57
## 3850 2022-11-29 06:07:42
## 3851 2022-11-29 06:07:42
## 3852 2022-11-29 06:07:33
## 3853 2022-11-29 06:07:09
## 3854 2022-11-29 06:06:19
## 3855 2022-11-29 06:06:09
## 3856 2022-11-29 06:05:51
## 3857 2022-11-29 06:05:28
## 3858 2022-11-29 06:05:22
## 3859 2022-11-29 06:05:21
## 3860 2022-11-29 06:04:58
## 3861 2022-11-29 06:04:50
## 3862 2022-11-29 06:04:32
## 3863 2022-11-29 06:04:28
## 3864 2022-11-29 06:04:20
## 3865 2022-11-29 06:03:12
## 3866 2022-11-29 06:02:57
## 3867 2022-11-29 06:02:57
## 3868 2022-11-29 06:02:26
## 3869 2022-11-29 06:02:09
## 3870 2022-11-29 06:01:55
## 3871 2022-11-29 06:01:47
## 3872 2022-11-29 06:01:38
## 3873 2022-11-29 06:01:27
## 3874 2022-11-29 06:01:24
## 3875 2022-11-29 06:01:15
## 3876 2022-11-29 06:01:13
## 3877 2022-11-29 06:00:10
## 3878 2022-11-29 06:00:06
## 3879 2022-11-29 06:00:06
## 3880 2022-11-29 05:59:49
## 3881 2022-11-29 05:59:27
## 3882 2022-11-29 05:59:24
## 3883 2022-11-29 05:59:19
## 3884 2022-11-29 05:59:18
## 3885 2022-11-29 05:58:13
## 3886 2022-11-29 05:58:13
## 3887 2022-11-29 05:57:42
## 3888 2022-11-29 05:57:33
## 3889 2022-11-29 05:57:14
## 3890 2022-11-29 05:57:00
## 3891 2022-11-29 05:56:46
## 3892 2022-11-29 05:56:19
## 3893 2022-11-29 05:56:14
## 3894 2022-11-29 05:55:56
## 3895 2022-11-29 05:55:23
## 3896 2022-11-29 05:55:19
## 3897 2022-11-29 05:55:09
## 3898 2022-11-29 05:55:00
## 3899 2022-11-29 05:54:56
## 3900 2022-11-29 05:54:31
## 3901 2022-11-29 05:54:27
## 3902 2022-11-29 05:54:22
## 3903 2022-11-29 05:54:20
## 3904 2022-11-29 05:54:02
## 3905 2022-11-29 05:53:59
## 3906 2022-11-29 05:53:48
## 3907 2022-11-29 05:53:36
## 3908 2022-11-29 05:53:31
## 3909 2022-11-29 05:53:27
## 3910 2022-11-29 05:53:10
## 3911 2022-11-29 05:53:04
## 3912 2022-11-29 05:53:00
## 3913 2022-11-29 05:52:48
## 3914 2022-11-29 05:52:48
## 3915 2022-11-29 05:52:41
## 3916 2022-11-29 05:52:24
## 3917 2022-11-29 05:52:24
## 3918 2022-11-29 05:51:45
## 3919 2022-11-29 05:51:43
## 3920 2022-11-29 05:51:36
## 3921 2022-11-29 05:51:23
## 3922 2022-11-29 05:50:57
## 3923 2022-11-29 05:50:51
## 3924 2022-11-29 05:50:51
## 3925 2022-11-29 05:50:47
## 3926 2022-11-29 05:50:46
## 3927 2022-11-29 05:50:33
## 3928 2022-11-29 05:50:13
## 3929 2022-11-29 05:50:07
## 3930 2022-11-29 05:50:06
## 3931 2022-11-29 05:49:45
## 3932 2022-11-29 05:49:16
## 3933 2022-11-29 05:48:55
## 3934 2022-11-29 05:48:53
## 3935 2022-11-29 05:48:33
## 3936 2022-11-29 05:48:15
## 3937 2022-11-29 05:48:08
## 3938 2022-11-29 05:47:48
## 3939 2022-11-29 05:47:17
## 3940 2022-11-29 05:46:55
## 3941 2022-11-29 05:46:00
## 3942 2022-11-29 05:45:35
## 3943 2022-11-29 05:45:28
## 3944 2022-11-29 05:44:28
## 3945 2022-11-29 05:44:20
## 3946 2022-11-29 05:44:13
## 3947 2022-11-29 05:44:09
## 3948 2022-11-29 05:44:06
## 3949 2022-11-29 05:44:00
## 3950 2022-11-29 05:43:32
## 3951 2022-11-29 05:43:22
## 3952 2022-11-29 05:42:58
## 3953 2022-11-29 05:42:34
## 3954 2022-11-29 05:42:08
## 3955 2022-11-29 05:42:07
## 3956 2022-11-29 05:40:51
## 3957 2022-11-29 05:40:48
## 3958 2022-11-29 05:40:19
## 3959 2022-11-29 05:40:01
## 3960 2022-11-29 05:39:48
## 3961 2022-11-29 05:39:44
## 3962 2022-11-29 05:39:09
## 3963 2022-11-29 05:39:01
## 3964 2022-11-29 05:38:54
## 3965 2022-11-29 05:38:43
## 3966 2022-11-29 05:38:40
## 3967 2022-11-29 05:38:36
## 3968 2022-11-29 05:38:24
## 3969 2022-11-29 05:38:10
## 3970 2022-11-29 05:37:50
## 3971 2022-11-29 05:37:42
## 3972 2022-11-29 05:37:27
## 3973 2022-11-29 05:36:58
## 3974 2022-11-29 05:36:58
## 3975 2022-11-29 05:36:51
## 3976 2022-11-29 05:36:32
## 3977 2022-11-29 05:36:10
## 3978 2022-11-29 05:35:22
## 3979 2022-11-29 05:35:20
## 3980 2022-11-29 05:35:02
## 3981 2022-11-29 05:34:51
## 3982 2022-11-29 05:34:40
## 3983 2022-11-29 05:34:12
## 3984 2022-11-29 05:33:49
## 3985 2022-11-29 05:33:19
## 3986 2022-11-29 05:33:09
## 3987 2022-11-29 05:33:07
## 3988 2022-11-29 05:33:05
## 3989 2022-11-29 05:33:04
## 3990 2022-11-29 05:32:34
## 3991 2022-11-29 05:32:14
## 3992 2022-11-29 05:32:10
## 3993 2022-11-29 05:31:56
## 3994 2022-11-29 05:31:53
## 3995 2022-11-29 05:31:31
## 3996 2022-11-29 05:31:30
## 3997 2022-11-29 05:31:21
## 3998 2022-11-29 05:31:07
## 3999 2022-11-29 05:30:22
## 4000 2022-11-29 05:30:14
## 4001 2022-11-29 05:29:38
## 4002 2022-11-29 05:29:29
## 4003 2022-11-29 05:28:59
## 4004 2022-11-29 05:28:09
## 4005 2022-11-29 05:27:54
## 4006 2022-11-29 05:27:19
## 4007 2022-11-29 05:27:13
## 4008 2022-11-29 05:26:59
## 4009 2022-11-29 05:26:52
## 4010 2022-11-29 05:26:29
## 4011 2022-11-29 05:25:44
## 4012 2022-11-29 05:25:40
## 4013 2022-11-29 05:25:37
## 4014 2022-11-29 05:25:14
## 4015 2022-11-29 05:25:09
## 4016 2022-11-29 05:25:08
## 4017 2022-11-29 05:24:57
## 4018 2022-11-29 05:24:28
## 4019 2022-11-29 05:24:27
## 4020 2022-11-29 05:24:08
## 4021 2022-11-29 05:24:05
## 4022 2022-11-29 05:23:58
## 4023 2022-11-29 05:23:36
## 4024 2022-11-29 05:23:27
## 4025 2022-11-29 05:23:13
## 4026 2022-11-29 05:23:09
## 4027 2022-11-29 05:22:30
## 4028 2022-11-29 05:22:30
## 4029 2022-11-29 05:22:16
## 4030 2022-11-29 05:22:10
## 4031 2022-11-29 05:21:54
## 4032 2022-11-29 05:21:35
## 4033 2022-11-29 05:21:20
## 4034 2022-11-29 05:21:13
## 4035 2022-11-29 05:20:51
## 4036 2022-11-29 05:20:29
## 4037 2022-11-29 05:19:58
## 4038 2022-11-29 05:19:52
## 4039 2022-11-29 05:19:51
## 4040 2022-11-29 05:19:33
## 4041 2022-11-29 05:19:18
## 4042 2022-11-29 05:19:08
## 4043 2022-11-29 05:18:42
## 4044 2022-11-29 05:18:41
## 4045 2022-11-29 05:18:26
## 4046 2022-11-29 05:18:22
## 4047 2022-11-29 05:18:22
## 4048 2022-11-29 05:18:02
## 4049 2022-11-29 05:17:59
## 4050 2022-11-29 05:17:35
## 4051 2022-11-29 05:17:24
## 4052 2022-11-29 05:17:13
## 4053 2022-11-29 05:17:10
## 4054 2022-11-29 05:16:59
## 4055 2022-11-29 05:16:53
## 4056 2022-11-29 05:16:50
## 4057 2022-11-29 05:16:40
## 4058 2022-11-29 05:16:36
## 4059 2022-11-29 05:16:35
## 4060 2022-11-29 05:16:23
## 4061 2022-11-29 05:16:20
## 4062 2022-11-29 05:16:06
## 4063 2022-11-29 05:15:47
## 4064 2022-11-29 05:15:24
## 4065 2022-11-29 05:15:20
## 4066 2022-11-29 05:15:05
## 4067 2022-11-29 05:15:00
## 4068 2022-11-29 05:14:57
## 4069 2022-11-29 05:14:29
## 4070 2022-11-29 05:14:17
## 4071 2022-11-29 05:13:56
## 4072 2022-11-29 05:13:39
## 4073 2022-11-29 05:13:28
## 4074 2022-11-29 05:13:26
## 4075 2022-11-29 05:13:19
## 4076 2022-11-29 05:13:14
## 4077 2022-11-29 05:12:58
## 4078 2022-11-29 05:12:54
## 4079 2022-11-29 05:12:33
## 4080 2022-11-29 05:12:20
## 4081 2022-11-29 05:12:05
## 4082 2022-11-29 05:12:04
## 4083 2022-11-29 05:11:45
## 4084 2022-11-29 05:11:42
## 4085 2022-11-29 05:11:33
## 4086 2022-11-29 05:11:27
## 4087 2022-11-29 05:10:33
## 4088 2022-11-29 05:10:28
## 4089 2022-11-29 05:10:15
## 4090 2022-11-29 05:10:13
## 4091 2022-11-29 05:10:00
## 4092 2022-11-29 05:09:56
## 4093 2022-11-29 05:09:23
## 4094 2022-11-29 05:09:19
## 4095 2022-11-29 05:09:08
## 4096 2022-11-29 05:08:50
## 4097 2022-11-29 05:08:47
## 4098 2022-11-29 05:08:17
## 4099 2022-11-29 05:07:29
## 4100 2022-11-29 05:07:26
## 4101 2022-11-29 05:06:57
## 4102 2022-11-29 05:06:31
## 4103 2022-11-29 05:06:25
## 4104 2022-11-29 05:05:54
## 4105 2022-11-29 05:05:12
## 4106 2022-11-29 05:04:49
## 4107 2022-11-29 05:04:35
## 4108 2022-11-29 05:04:26
## 4109 2022-11-29 05:04:06
## 4110 2022-11-29 05:04:06
## 4111 2022-11-29 05:03:59
## 4112 2022-11-29 05:03:43
## 4113 2022-11-29 05:03:16
## 4114 2022-11-29 05:03:12
## 4115 2022-11-29 05:03:00
## 4116 2022-11-29 05:03:00
## 4117 2022-11-29 05:02:48
## 4118 2022-11-29 05:02:47
## 4119 2022-11-29 05:02:38
## 4120 2022-11-29 05:02:37
## 4121 2022-11-29 05:02:33
## 4122 2022-11-29 05:02:31
## 4123 2022-11-29 05:02:24
## 4124 2022-11-29 05:02:15
## 4125 2022-11-29 05:02:02
## 4126 2022-11-29 05:01:49
## 4127 2022-11-29 05:01:29
## 4128 2022-11-29 05:01:16
## 4129 2022-11-29 05:00:58
## 4130 2022-11-29 05:00:52
## 4131 2022-11-29 05:00:23
## 4132 2022-11-29 05:00:22
## 4133 2022-11-29 05:00:14
## 4134 2022-11-29 05:00:14
## 4135 2022-11-29 04:59:58
## 4136 2022-11-29 04:59:34
## 4137 2022-11-29 04:59:11
## 4138 2022-11-29 04:59:02
## 4139 2022-11-29 04:58:59
## 4140 2022-11-29 04:58:54
## 4141 2022-11-29 04:58:26
## 4142 2022-11-29 04:58:21
## 4143 2022-11-29 04:58:05
## 4144 2022-11-29 04:57:59
## 4145 2022-11-29 04:57:56
## 4146 2022-11-29 04:57:53
## 4147 2022-11-29 04:57:45
## 4148 2022-11-29 04:57:33
## 4149 2022-11-29 04:57:25
## 4150 2022-11-29 04:57:02
## 4151 2022-11-29 04:56:44
## 4152 2022-11-29 04:56:26
## 4153 2022-11-29 04:55:57
## 4154 2022-11-29 04:55:23
## 4155 2022-11-29 04:54:28
## 4156 2022-11-29 04:53:37
## 4157 2022-11-29 04:53:22
## 4158 2022-11-29 04:52:02
## 4159 2022-11-29 04:52:00
## 4160 2022-11-29 04:51:44
## 4161 2022-11-29 04:51:30
## 4162 2022-11-29 04:51:21
## 4163 2022-11-29 04:51:06
## 4164 2022-11-29 04:50:54
## 4165 2022-11-29 04:50:16
## 4166 2022-11-29 04:50:15
## 4167 2022-11-29 04:50:05
## 4168 2022-11-29 04:49:48
## 4169 2022-11-29 04:49:45
## 4170 2022-11-29 04:48:54
## 4171 2022-11-29 04:48:36
## 4172 2022-11-29 04:48:21
## 4173 2022-11-29 04:48:15
## 4174 2022-11-29 04:48:15
## 4175 2022-11-29 04:47:30
## 4176 2022-11-29 04:47:17
## 4177 2022-11-29 04:46:57
## 4178 2022-11-29 04:46:53
## 4179 2022-11-29 04:46:50
## 4180 2022-11-29 04:45:55
## 4181 2022-11-29 04:45:52
## 4182 2022-11-29 04:45:51
## 4183 2022-11-29 04:45:50
## 4184 2022-11-29 04:45:38
## 4185 2022-11-29 04:45:24
## 4186 2022-11-29 04:45:18
## 4187 2022-11-29 04:45:12
## 4188 2022-11-29 04:44:48
## 4189 2022-11-29 04:44:04
## 4190 2022-11-29 04:43:40
## 4191 2022-11-29 04:43:37
## 4192 2022-11-29 04:43:20
## 4193 2022-11-29 04:43:10
## 4194 2022-11-29 04:43:03
## 4195 2022-11-29 04:42:46
## 4196 2022-11-29 04:42:35
## 4197 2022-11-29 04:42:06
## 4198 2022-11-29 04:42:04
## 4199 2022-11-29 04:41:30
## 4200 2022-11-29 04:41:25
## 4201 2022-11-29 04:41:21
## 4202 2022-11-29 04:41:13
## 4203 2022-11-29 04:41:10
## 4204 2022-11-29 04:40:13
## 4205 2022-11-29 04:40:10
## 4206 2022-11-29 04:40:00
## 4207 2022-11-29 04:39:53
## 4208 2022-11-29 04:39:37
## 4209 2022-11-29 04:39:13
## 4210 2022-11-29 04:39:11
## 4211 2022-11-29 04:38:57
## 4212 2022-11-29 04:38:41
## 4213 2022-11-29 04:38:16
## 4214 2022-11-29 04:37:55
## 4215 2022-11-29 04:37:54
## 4216 2022-11-29 04:37:50
## 4217 2022-11-29 04:37:32
## 4218 2022-11-29 04:37:03
## 4219 2022-11-29 04:36:55
## 4220 2022-11-29 04:36:41
## 4221 2022-11-29 04:36:30
## 4222 2022-11-29 04:36:16
## 4223 2022-11-29 04:35:46
## 4224 2022-11-29 04:35:36
## 4225 2022-11-29 04:35:33
## 4226 2022-11-29 04:35:11
## 4227 2022-11-29 04:35:04
## 4228 2022-11-29 04:34:45
## 4229 2022-11-29 04:34:41
## 4230 2022-11-29 04:34:12
## 4231 2022-11-29 04:32:29
## 4232 2022-11-29 04:32:16
## 4233 2022-11-29 04:32:08
## 4234 2022-11-29 04:31:37
## 4235 2022-11-29 04:31:02
## 4236 2022-11-29 04:30:56
## 4237 2022-11-29 04:30:13
## 4238 2022-11-29 04:30:12
## 4239 2022-11-29 04:30:07
## 4240 2022-11-29 04:30:05
## 4241 2022-11-29 04:29:37
## 4242 2022-11-29 04:29:36
## 4243 2022-11-29 04:29:12
## 4244 2022-11-29 04:28:46
## 4245 2022-11-29 04:28:08
## 4246 2022-11-29 04:28:05
## 4247 2022-11-29 04:27:32
## 4248 2022-11-29 04:27:08
## 4249 2022-11-29 04:27:06
## 4250 2022-11-29 04:27:04
## 4251 2022-11-29 04:27:02
## 4252 2022-11-29 04:26:59
## 4253 2022-11-29 04:26:57
## 4254 2022-11-29 04:26:54
## 4255 2022-11-29 04:26:52
## 4256 2022-11-29 04:26:49
## 4257 2022-11-29 04:26:46
## 4258 2022-11-29 04:26:44
## 4259 2022-11-29 04:26:41
## 4260 2022-11-29 04:26:34
## 4261 2022-11-29 04:26:15
## 4262 2022-11-29 04:25:47
## 4263 2022-11-29 04:25:29
## 4264 2022-11-29 04:25:06
## 4265 2022-11-29 04:24:53
## 4266 2022-11-29 04:23:22
## 4267 2022-11-29 04:23:08
## 4268 2022-11-29 04:22:58
## 4269 2022-11-29 04:22:38
## 4270 2022-11-29 04:22:03
## 4271 2022-11-29 04:21:54
## 4272 2022-11-29 04:21:38
## 4273 2022-11-29 04:20:43
## 4274 2022-11-29 04:20:39
## 4275 2022-11-29 04:20:20
## 4276 2022-11-29 04:20:18
## 4277 2022-11-29 04:20:09
## 4278 2022-11-29 04:20:03
## 4279 2022-11-29 04:20:03
## 4280 2022-11-29 04:20:00
## 4281 2022-11-29 04:19:24
## 4282 2022-11-29 04:18:48
## 4283 2022-11-29 04:18:41
## 4284 2022-11-29 04:18:13
## 4285 2022-11-29 04:17:48
## 4286 2022-11-29 04:17:23
## 4287 2022-11-29 04:16:34
## 4288 2022-11-29 04:16:31
## 4289 2022-11-29 04:16:25
## 4290 2022-11-29 04:15:44
## 4291 2022-11-29 04:15:29
## 4292 2022-11-29 04:15:25
## 4293 2022-11-29 04:15:17
## 4294 2022-11-29 04:15:17
## 4295 2022-11-29 04:14:31
## 4296 2022-11-29 04:14:14
## 4297 2022-11-29 04:14:10
## 4298 2022-11-29 04:14:07
## 4299 2022-11-29 04:13:52
## 4300 2022-11-29 04:13:45
## 4301 2022-11-29 04:13:35
## 4302 2022-11-29 04:13:28
## 4303 2022-11-29 04:12:48
## 4304 2022-11-29 04:12:39
## 4305 2022-11-29 04:12:35
## 4306 2022-11-29 04:12:25
## 4307 2022-11-29 04:12:13
## 4308 2022-11-29 04:11:21
## 4309 2022-11-29 04:10:52
## 4310 2022-11-29 04:10:17
## 4311 2022-11-29 04:10:12
## 4312 2022-11-29 04:10:07
## 4313 2022-11-29 04:09:59
## 4314 2022-11-29 04:09:51
## 4315 2022-11-29 04:09:49
## 4316 2022-11-29 04:09:48
## 4317 2022-11-29 04:09:06
## 4318 2022-11-29 04:08:59
## 4319 2022-11-29 04:08:05
## 4320 2022-11-29 04:08:04
## 4321 2022-11-29 04:08:00
## 4322 2022-11-29 04:07:34
## 4323 2022-11-29 04:07:09
## 4324 2022-11-29 04:07:05
## 4325 2022-11-29 04:06:43
## 4326 2022-11-29 04:06:39
## 4327 2022-11-29 04:06:25
## 4328 2022-11-29 04:05:57
## 4329 2022-11-29 04:05:52
## 4330 2022-11-29 04:05:26
## 4331 2022-11-29 04:05:23
## 4332 2022-11-29 04:05:08
## 4333 2022-11-29 04:05:03
## 4334 2022-11-29 04:04:58
## 4335 2022-11-29 04:04:55
## 4336 2022-11-29 04:04:34
## 4337 2022-11-29 04:03:52
## 4338 2022-11-29 04:03:52
## 4339 2022-11-29 04:03:44
## 4340 2022-11-29 04:02:43
## 4341 2022-11-29 04:02:34
## 4342 2022-11-29 04:02:33
## 4343 2022-11-29 04:02:27
## 4344 2022-11-29 04:01:36
## 4345 2022-11-29 04:01:02
## 4346 2022-11-29 04:00:41
## 4347 2022-11-29 04:00:27
## 4348 2022-11-29 04:00:24
## 4349 2022-11-29 04:00:15
## 4350 2022-11-29 03:59:15
## 4351 2022-11-29 03:58:47
## 4352 2022-11-29 03:57:56
## 4353 2022-11-29 03:57:17
## 4354 2022-11-29 03:57:05
## 4355 2022-11-29 03:57:01
## 4356 2022-11-29 03:56:55
## 4357 2022-11-29 03:56:49
## 4358 2022-11-29 03:56:30
## 4359 2022-11-29 03:56:18
## 4360 2022-11-29 03:56:15
## 4361 2022-11-29 03:56:14
## 4362 2022-11-29 03:56:08
## 4363 2022-11-29 03:56:03
## 4364 2022-11-29 03:55:54
## 4365 2022-11-29 03:55:49
## 4366 2022-11-29 03:55:40
## 4367 2022-11-29 03:55:25
## 4368 2022-11-29 03:55:25
## 4369 2022-11-29 03:55:24
## 4370 2022-11-29 03:55:08
## 4371 2022-11-29 03:55:01
## 4372 2022-11-29 03:54:52
## 4373 2022-11-29 03:54:18
## 4374 2022-11-29 03:53:39
## 4375 2022-11-29 03:53:08
## 4376 2022-11-29 03:53:02
## 4377 2022-11-29 03:52:02
## 4378 2022-11-29 03:51:54
## 4379 2022-11-29 03:51:49
## 4380 2022-11-29 03:50:46
## 4381 2022-11-29 03:49:47
## 4382 2022-11-29 03:49:32
## 4383 2022-11-29 03:49:02
## 4384 2022-11-29 03:48:56
## 4385 2022-11-29 03:48:22
## 4386 2022-11-29 03:48:10
## 4387 2022-11-29 03:48:00
## 4388 2022-11-29 03:48:00
## 4389 2022-11-29 03:47:55
## 4390 2022-11-29 03:47:45
## 4391 2022-11-29 03:47:11
## 4392 2022-11-29 03:47:03
## 4393 2022-11-29 03:46:57
## 4394 2022-11-29 03:46:35
## 4395 2022-11-29 03:46:03
## 4396 2022-11-29 03:45:38
## 4397 2022-11-29 03:44:55
## 4398 2022-11-29 03:44:14
## 4399 2022-11-29 03:43:57
## 4400 2022-11-29 03:43:04
## 4401 2022-11-29 03:42:59
## 4402 2022-11-29 03:41:54
## 4403 2022-11-29 03:41:21
## 4404 2022-11-29 03:41:17
## 4405 2022-11-29 03:40:26
## 4406 2022-11-29 03:40:25
## 4407 2022-11-29 03:39:58
## 4408 2022-11-29 03:39:31
## 4409 2022-11-29 03:39:25
## 4410 2022-11-29 03:39:23
## 4411 2022-11-29 03:38:43
## 4412 2022-11-29 03:38:42
## 4413 2022-11-29 03:38:02
## 4414 2022-11-29 03:36:57
## 4415 2022-11-29 03:36:21
## 4416 2022-11-29 03:36:07
## 4417 2022-11-29 03:35:25
## 4418 2022-11-29 03:35:07
## 4419 2022-11-29 03:34:48
## 4420 2022-11-29 03:34:08
## 4421 2022-11-29 03:33:23
## 4422 2022-11-29 03:32:42
## 4423 2022-11-29 03:32:16
## 4424 2022-11-29 03:32:02
## 4425 2022-11-29 03:31:59
## 4426 2022-11-29 03:31:52
## 4427 2022-11-29 03:31:36
## 4428 2022-11-29 03:31:25
## 4429 2022-11-29 03:31:06
## 4430 2022-11-29 03:30:27
## 4431 2022-11-29 03:29:47
## 4432 2022-11-29 03:29:38
## 4433 2022-11-29 03:29:18
## 4434 2022-11-29 03:28:44
## 4435 2022-11-29 03:28:43
## 4436 2022-11-29 03:28:16
## 4437 2022-11-29 03:27:52
## 4438 2022-11-29 03:27:47
## 4439 2022-11-29 03:26:25
## 4440 2022-11-29 03:26:22
## 4441 2022-11-29 03:26:10
## 4442 2022-11-29 03:26:02
## 4443 2022-11-29 03:26:00
## 4444 2022-11-29 03:25:54
## 4445 2022-11-29 03:25:53
## 4446 2022-11-29 03:25:28
## 4447 2022-11-29 03:24:06
## 4448 2022-11-29 03:23:54
## 4449 2022-11-29 03:23:35
## 4450 2022-11-29 03:23:07
## 4451 2022-11-29 03:22:49
## 4452 2022-11-29 03:22:20
## 4453 2022-11-29 03:21:59
## 4454 2022-11-29 03:21:56
## 4455 2022-11-29 03:21:52
## 4456 2022-11-29 03:21:19
## 4457 2022-11-29 03:21:05
## 4458 2022-11-29 03:21:00
## 4459 2022-11-29 03:20:31
## 4460 2022-11-29 03:20:21
## 4461 2022-11-29 03:20:02
## 4462 2022-11-29 03:19:51
## 4463 2022-11-29 03:19:38
## 4464 2022-11-29 03:19:36
## 4465 2022-11-29 03:19:34
## 4466 2022-11-29 03:19:33
## 4467 2022-11-29 03:19:31
## 4468 2022-11-29 03:18:43
## 4469 2022-11-29 03:18:29
## 4470 2022-11-29 03:17:55
## 4471 2022-11-29 03:17:16
## 4472 2022-11-29 03:17:16
## 4473 2022-11-29 03:16:53
## 4474 2022-11-29 03:16:45
## 4475 2022-11-29 03:16:43
## 4476 2022-11-29 03:16:41
## 4477 2022-11-29 03:16:36
## 4478 2022-11-29 03:16:27
## 4479 2022-11-29 03:16:25
## 4480 2022-11-29 03:16:20
## 4481 2022-11-29 03:16:11
## 4482 2022-11-29 03:16:07
## 4483 2022-11-29 03:16:01
## 4484 2022-11-29 03:15:54
## 4485 2022-11-29 03:15:18
## 4486 2022-11-29 03:15:13
## 4487 2022-11-29 03:15:04
## 4488 2022-11-29 03:14:52
## 4489 2022-11-29 03:14:52
## 4490 2022-11-29 03:14:43
## 4491 2022-11-29 03:14:21
## 4492 2022-11-29 03:14:18
## 4493 2022-11-29 03:14:11
## 4494 2022-11-29 03:14:08
## 4495 2022-11-29 03:14:06
## 4496 2022-11-29 03:13:46
## 4497 2022-11-29 03:13:45
## 4498 2022-11-29 03:13:27
## 4499 2022-11-29 03:13:19
## 4500 2022-11-29 03:13:06
## 4501 2022-11-29 03:12:56
## 4502 2022-11-29 03:12:49
## 4503 2022-11-29 03:12:38
## 4504 2022-11-29 03:12:33
## 4505 2022-11-29 03:12:21
## 4506 2022-11-29 03:12:16
## 4507 2022-11-29 03:11:23
## 4508 2022-11-29 03:11:12
## 4509 2022-11-29 03:11:02
## 4510 2022-11-29 03:10:09
## 4511 2022-11-29 03:09:49
## 4512 2022-11-29 03:09:37
## 4513 2022-11-29 03:09:01
## 4514 2022-11-29 03:08:53
## 4515 2022-11-29 03:08:45
## 4516 2022-11-29 03:08:18
## 4517 2022-11-29 03:07:38
## 4518 2022-11-29 03:07:12
## 4519 2022-11-29 03:07:02
## 4520 2022-11-29 03:06:35
## 4521 2022-11-29 03:06:09
## 4522 2022-11-29 03:05:53
## 4523 2022-11-29 03:05:52
## 4524 2022-11-29 03:05:32
## 4525 2022-11-29 03:05:32
## 4526 2022-11-29 03:05:16
## 4527 2022-11-29 03:05:09
## 4528 2022-11-29 03:04:24
## 4529 2022-11-29 03:04:04
## 4530 2022-11-29 03:03:59
## 4531 2022-11-29 03:03:52
## 4532 2022-11-29 03:03:43
## 4533 2022-11-29 03:03:43
## 4534 2022-11-29 03:03:38
## 4535 2022-11-29 03:03:31
## 4536 2022-11-29 03:03:13
## 4537 2022-11-29 03:03:10
## 4538 2022-11-29 03:02:07
## 4539 2022-11-29 03:02:02
## 4540 2022-11-29 03:01:48
## 4541 2022-11-29 03:01:06
## 4542 2022-11-29 03:01:05
## 4543 2022-11-29 03:00:39
## 4544 2022-11-29 03:00:21
## 4545 2022-11-29 03:00:16
## 4546 2022-11-29 03:00:10
## 4547 2022-11-29 02:59:50
## 4548 2022-11-29 02:58:59
## 4549 2022-11-29 02:58:51
## 4550 2022-11-29 02:58:38
## 4551 2022-11-29 02:58:35
## 4552 2022-11-29 02:57:41
## 4553 2022-11-29 02:57:26
## 4554 2022-11-29 02:57:23
## 4555 2022-11-29 02:56:55
## 4556 2022-11-29 02:56:53
## 4557 2022-11-29 02:56:36
## 4558 2022-11-29 02:56:18
## 4559 2022-11-29 02:56:13
## 4560 2022-11-29 02:55:54
## 4561 2022-11-29 02:55:37
## 4562 2022-11-29 02:55:34
## 4563 2022-11-29 02:55:31
## 4564 2022-11-29 02:55:26
## 4565 2022-11-29 02:55:10
## 4566 2022-11-29 02:55:08
## 4567 2022-11-29 02:53:50
## 4568 2022-11-29 02:53:37
## 4569 2022-11-29 02:53:13
## 4570 2022-11-29 02:52:52
## 4571 2022-11-29 02:52:43
## 4572 2022-11-29 02:52:35
## 4573 2022-11-29 02:52:10
## 4574 2022-11-29 02:52:10
## 4575 2022-11-29 02:51:59
## 4576 2022-11-29 02:51:40
## 4577 2022-11-29 02:51:14
## 4578 2022-11-29 02:51:00
## 4579 2022-11-29 02:50:35
## 4580 2022-11-29 02:50:25
## 4581 2022-11-29 02:50:06
## 4582 2022-11-29 02:50:03
## 4583 2022-11-29 02:49:53
## 4584 2022-11-29 02:49:32
## 4585 2022-11-29 02:49:17
## 4586 2022-11-29 02:49:16
## 4587 2022-11-29 02:49:08
## 4588 2022-11-29 02:49:07
## 4589 2022-11-29 02:48:58
## 4590 2022-11-29 02:48:34
## 4591 2022-11-29 02:48:20
## 4592 2022-11-29 02:48:17
## 4593 2022-11-29 02:48:03
## 4594 2022-11-29 02:47:55
## 4595 2022-11-29 02:47:41
## 4596 2022-11-29 02:47:26
## 4597 2022-11-29 02:46:53
## 4598 2022-11-29 02:46:41
## 4599 2022-11-29 02:46:41
## 4600 2022-11-29 02:46:39
## 4601 2022-11-29 02:46:36
## 4602 2022-11-29 02:46:18
## 4603 2022-11-29 02:46:13
## 4604 2022-11-29 02:45:59
## 4605 2022-11-29 02:45:52
## 4606 2022-11-29 02:45:49
## 4607 2022-11-29 02:45:33
## 4608 2022-11-29 02:45:24
## 4609 2022-11-29 02:45:15
## 4610 2022-11-29 02:45:10
## 4611 2022-11-29 02:45:10
## 4612 2022-11-29 02:45:08
## 4613 2022-11-29 02:44:57
## 4614 2022-11-29 02:44:42
## 4615 2022-11-29 02:44:40
## 4616 2022-11-29 02:44:38
## 4617 2022-11-29 02:44:35
## 4618 2022-11-29 02:44:32
## 4619 2022-11-29 02:44:30
## 4620 2022-11-29 02:44:28
## 4621 2022-11-29 02:44:24
## 4622 2022-11-29 02:44:19
## 4623 2022-11-29 02:44:16
## 4624 2022-11-29 02:44:16
## 4625 2022-11-29 02:44:04
## 4626 2022-11-29 02:44:03
## 4627 2022-11-29 02:44:02
## 4628 2022-11-29 02:43:59
## 4629 2022-11-29 02:43:48
## 4630 2022-11-29 02:43:35
## 4631 2022-11-29 02:43:16
## 4632 2022-11-29 02:43:13
## 4633 2022-11-29 02:43:10
## 4634 2022-11-29 02:43:08
## 4635 2022-11-29 02:43:04
## 4636 2022-11-29 02:43:03
## 4637 2022-11-29 02:42:58
## 4638 2022-11-29 02:42:56
## 4639 2022-11-29 02:42:51
## 4640 2022-11-29 02:42:51
## 4641 2022-11-29 02:42:47
## 4642 2022-11-29 02:42:37
## 4643 2022-11-29 02:42:35
## 4644 2022-11-29 02:42:25
## 4645 2022-11-29 02:42:21
## 4646 2022-11-29 02:42:17
## 4647 2022-11-29 02:42:17
## 4648 2022-11-29 02:42:15
## 4649 2022-11-29 02:42:10
## 4650 2022-11-29 02:42:09
## 4651 2022-11-29 02:42:08
## 4652 2022-11-29 02:42:04
## 4653 2022-11-29 02:42:04
## 4654 2022-11-29 02:42:01
## 4655 2022-11-29 02:41:57
## 4656 2022-11-29 02:41:54
## 4657 2022-11-29 02:41:54
## 4658 2022-11-29 02:41:47
## 4659 2022-11-29 02:41:46
## 4660 2022-11-29 02:41:41
## 4661 2022-11-29 02:41:39
## 4662 2022-11-29 02:41:33
## 4663 2022-11-29 02:41:30
## 4664 2022-11-29 02:41:30
## 4665 2022-11-29 02:41:29
## 4666 2022-11-29 02:41:28
## 4667 2022-11-29 02:41:28
## 4668 2022-11-29 02:41:28
## 4669 2022-11-29 02:41:24
## 4670 2022-11-29 02:41:24
## 4671 2022-11-29 02:41:23
## 4672 2022-11-29 02:41:22
## 4673 2022-11-29 02:41:19
## 4674 2022-11-29 02:41:17
## 4675 2022-11-29 02:41:16
## 4676 2022-11-29 02:41:14
## 4677 2022-11-29 02:41:14
## 4678 2022-11-29 02:41:10
## 4679 2022-11-29 02:41:09
## 4680 2022-11-29 02:41:07
## 4681 2022-11-29 02:41:05
## 4682 2022-11-29 02:41:03
## 4683 2022-11-29 02:41:01
## 4684 2022-11-29 02:41:00
## 4685 2022-11-29 02:41:00
## 4686 2022-11-29 02:40:59
## 4687 2022-11-29 02:40:58
## 4688 2022-11-29 02:40:58
## 4689 2022-11-29 02:40:57
## 4690 2022-11-29 02:40:55
## 4691 2022-11-29 02:40:54
## 4692 2022-11-29 02:40:54
## 4693 2022-11-29 02:40:53
## 4694 2022-11-29 02:40:53
## 4695 2022-11-29 02:40:53
## 4696 2022-11-29 02:40:52
## 4697 2022-11-29 02:40:51
## 4698 2022-11-29 02:40:50
## 4699 2022-11-29 02:40:48
## 4700 2022-11-29 02:40:48
## 4701 2022-11-29 02:40:48
## 4702 2022-11-29 02:40:47
## 4703 2022-11-29 02:40:46
## 4704 2022-11-29 02:40:46
## 4705 2022-11-29 02:40:45
## 4706 2022-11-29 02:40:44
## 4707 2022-11-29 02:40:43
## 4708 2022-11-29 02:40:43
## 4709 2022-11-29 02:40:43
## 4710 2022-11-29 02:40:42
## 4711 2022-11-29 02:40:40
## 4712 2022-11-29 02:40:40
## 4713 2022-11-29 02:40:39
## 4714 2022-11-29 02:40:37
## 4715 2022-11-29 02:40:37
## 4716 2022-11-29 02:40:36
## 4717 2022-11-29 02:40:35
## 4718 2022-11-29 02:40:35
## 4719 2022-11-29 02:40:35
## 4720 2022-11-29 02:40:35
## 4721 2022-11-29 02:40:35
## 4722 2022-11-29 02:40:34
## 4723 2022-11-29 02:40:33
## 4724 2022-11-29 02:40:32
## 4725 2022-11-29 02:40:31
## 4726 2022-11-29 02:40:30
## 4727 2022-11-29 02:40:30
## 4728 2022-11-29 02:40:29
## 4729 2022-11-29 02:40:28
## 4730 2022-11-29 02:40:27
## 4731 2022-11-29 02:40:27
## 4732 2022-11-29 02:40:26
## 4733 2022-11-29 02:40:24
## 4734 2022-11-29 02:40:23
## 4735 2022-11-29 02:40:23
## 4736 2022-11-29 02:40:21
## 4737 2022-11-29 02:40:21
## 4738 2022-11-29 02:40:21
## 4739 2022-11-29 02:40:20
## 4740 2022-11-29 02:40:17
## 4741 2022-11-29 02:40:16
## 4742 2022-11-29 02:40:15
## 4743 2022-11-29 02:40:15
## 4744 2022-11-29 02:40:14
## 4745 2022-11-29 02:40:14
## 4746 2022-11-29 02:40:13
## 4747 2022-11-29 02:40:13
## 4748 2022-11-29 02:40:13
## 4749 2022-11-29 02:40:13
## 4750 2022-11-29 02:40:13
## 4751 2022-11-29 02:40:12
## 4752 2022-11-29 02:40:12
## 4753 2022-11-29 02:40:11
## 4754 2022-11-29 02:40:10
## 4755 2022-11-29 02:40:09
## 4756 2022-11-29 02:40:06
## 4757 2022-11-29 02:40:03
## 4758 2022-11-29 02:39:40
## 4759 2022-11-29 02:39:23
## 4760 2022-11-29 02:39:20
## 4761 2022-11-29 02:39:19
## 4762 2022-11-29 02:39:18
## 4763 2022-11-29 02:39:00
## 4764 2022-11-29 02:38:54
## 4765 2022-11-29 02:38:35
## 4766 2022-11-29 02:38:33
## 4767 2022-11-29 02:38:24
## 4768 2022-11-29 02:38:09
## 4769 2022-11-29 02:37:59
## 4770 2022-11-29 02:37:56
## 4771 2022-11-29 02:37:37
## 4772 2022-11-29 02:37:33
## 4773 2022-11-29 02:37:09
## 4774 2022-11-29 02:36:53
## 4775 2022-11-29 02:36:46
## 4776 2022-11-29 02:36:36
## 4777 2022-11-29 02:36:29
## 4778 2022-11-29 02:36:26
## 4779 2022-11-29 02:36:22
## 4780 2022-11-29 02:35:47
## 4781 2022-11-29 02:35:34
## 4782 2022-11-29 02:35:20
## 4783 2022-11-29 02:35:03
## 4784 2022-11-29 02:34:48
## 4785 2022-11-29 02:34:45
## 4786 2022-11-29 02:34:38
## 4787 2022-11-29 02:34:34
## 4788 2022-11-29 02:34:30
## 4789 2022-11-29 02:34:22
## 4790 2022-11-29 02:34:11
## 4791 2022-11-29 02:34:07
## 4792 2022-11-29 02:34:06
## 4793 2022-11-29 02:34:01
## 4794 2022-11-29 02:33:37
## 4795 2022-11-29 02:33:33
## 4796 2022-11-29 02:33:10
## 4797 2022-11-29 02:33:08
## 4798 2022-11-29 02:33:00
## 4799 2022-11-29 02:32:55
## 4800 2022-11-29 02:32:54
## 4801 2022-11-29 02:32:21
## 4802 2022-11-29 02:32:20
## 4803 2022-11-29 02:32:11
## 4804 2022-11-29 02:32:06
## 4805 2022-11-29 02:31:58
## 4806 2022-11-29 02:31:14
## 4807 2022-11-29 02:31:09
## 4808 2022-11-29 02:31:06
## 4809 2022-11-29 02:30:56
## 4810 2022-11-29 02:30:52
## 4811 2022-11-29 02:30:50
## 4812 2022-11-29 02:30:44
## 4813 2022-11-29 02:30:41
## 4814 2022-11-29 02:30:37
## 4815 2022-11-29 02:30:35
## 4816 2022-11-29 02:30:20
## 4817 2022-11-29 02:30:19
## 4818 2022-11-29 02:30:18
## 4819 2022-11-29 02:30:12
## 4820 2022-11-29 02:30:12
## 4821 2022-11-29 02:30:04
## 4822 2022-11-29 02:29:56
## 4823 2022-11-29 02:29:55
## 4824 2022-11-29 02:29:34
## 4825 2022-11-29 02:28:10
## 4826 2022-11-29 02:28:08
## 4827 2022-11-29 02:28:04
## 4828 2022-11-29 02:27:53
## 4829 2022-11-29 02:27:44
## 4830 2022-11-29 02:27:15
## 4831 2022-11-29 02:26:57
## 4832 2022-11-29 02:26:24
## 4833 2022-11-29 02:26:01
## 4834 2022-11-29 02:25:59
## 4835 2022-11-29 02:25:47
## 4836 2022-11-29 02:25:41
## 4837 2022-11-29 02:25:27
## 4838 2022-11-29 02:25:24
## 4839 2022-11-29 02:25:12
## 4840 2022-11-29 02:24:59
## 4841 2022-11-29 02:24:26
## 4842 2022-11-29 02:24:19
## 4843 2022-11-29 02:23:47
## 4844 2022-11-29 02:23:40
## 4845 2022-11-29 02:23:25
## 4846 2022-11-29 02:22:39
## 4847 2022-11-29 02:22:22
## 4848 2022-11-29 02:22:18
## 4849 2022-11-29 02:21:40
## 4850 2022-11-29 02:21:20
## 4851 2022-11-29 02:20:56
## 4852 2022-11-29 02:20:41
## 4853 2022-11-29 02:20:11
## 4854 2022-11-29 02:20:08
## 4855 2022-11-29 02:20:04
## 4856 2022-11-29 02:19:29
## 4857 2022-11-29 02:19:14
## 4858 2022-11-29 02:19:13
## 4859 2022-11-29 02:18:46
## 4860 2022-11-29 02:18:28
## 4861 2022-11-29 02:18:23
## 4862 2022-11-29 02:18:18
## 4863 2022-11-29 02:18:15
## 4864 2022-11-29 02:17:51
## 4865 2022-11-29 02:17:42
## 4866 2022-11-29 02:17:06
## 4867 2022-11-29 02:16:50
## 4868 2022-11-29 02:16:33
## 4869 2022-11-29 02:16:29
## 4870 2022-11-29 02:16:11
## 4871 2022-11-29 02:16:08
## 4872 2022-11-29 02:15:20
## 4873 2022-11-29 02:15:14
## 4874 2022-11-29 02:15:13
## 4875 2022-11-29 02:15:03
## 4876 2022-11-29 02:14:32
## 4877 2022-11-29 02:14:31
## 4878 2022-11-29 02:14:28
## 4879 2022-11-29 02:14:23
## 4880 2022-11-29 02:14:06
## 4881 2022-11-29 02:14:02
## 4882 2022-11-29 02:13:52
## 4883 2022-11-29 02:13:09
## 4884 2022-11-29 02:13:05
## 4885 2022-11-29 02:12:44
## 4886 2022-11-29 02:12:17
## 4887 2022-11-29 02:12:05
## 4888 2022-11-29 02:12:04
## 4889 2022-11-29 02:12:00
## 4890 2022-11-29 02:11:57
## 4891 2022-11-29 02:11:51
## 4892 2022-11-29 02:11:27
## 4893 2022-11-29 02:11:26
## 4894 2022-11-29 02:11:01
## 4895 2022-11-29 02:11:01
## 4896 2022-11-29 02:10:40
## 4897 2022-11-29 02:10:24
## 4898 2022-11-29 02:09:42
## 4899 2022-11-29 02:09:39
## 4900 2022-11-29 02:09:36
## 4901 2022-11-29 02:09:10
## 4902 2022-11-29 02:09:05
## 4903 2022-11-29 02:07:57
## 4904 2022-11-29 02:07:56
## 4905 2022-11-29 02:07:32
## 4906 2022-11-29 02:07:23
## 4907 2022-11-29 02:07:11
## 4908 2022-11-29 02:07:04
## 4909 2022-11-29 02:06:48
## 4910 2022-11-29 02:06:39
## 4911 2022-11-29 02:06:25
## 4912 2022-11-29 02:06:00
## 4913 2022-11-29 02:05:55
## 4914 2022-11-29 02:05:27
## 4915 2022-11-29 02:05:13
## 4916 2022-11-29 02:05:05
## 4917 2022-11-29 02:04:47
## 4918 2022-11-29 02:04:39
## 4919 2022-11-29 02:04:32
## 4920 2022-11-29 02:04:21
## 4921 2022-11-29 02:04:07
## 4922 2022-11-29 02:03:59
## 4923 2022-11-29 02:03:52
## 4924 2022-11-29 02:03:33
## 4925 2022-11-29 02:03:05
## 4926 2022-11-29 02:03:02
## 4927 2022-11-29 02:02:46
## 4928 2022-11-29 02:02:31
## 4929 2022-11-29 02:02:30
## 4930 2022-11-29 02:02:21
## 4931 2022-11-29 02:02:21
## 4932 2022-11-29 02:02:17
## 4933 2022-11-29 02:02:14
## 4934 2022-11-29 02:02:11
## 4935 2022-11-29 02:02:06
## 4936 2022-11-29 02:02:05
## 4937 2022-11-29 02:02:04
## 4938 2022-11-29 02:02:04
## 4939 2022-11-29 02:01:41
## 4940 2022-11-29 02:01:15
## 4941 2022-11-29 02:01:06
## 4942 2022-11-29 02:01:04
## 4943 2022-11-29 02:01:00
## 4944 2022-11-29 02:00:54
## 4945 2022-11-29 02:00:45
## 4946 2022-11-29 02:00:30
## 4947 2022-11-29 02:00:28
## 4948 2022-11-29 02:00:20
## 4949 2022-11-29 02:00:09
## 4950 2022-11-29 02:00:06
## 4951 2022-11-29 01:59:59
## 4952 2022-11-29 01:59:58
## 4953 2022-11-29 01:59:53
## 4954 2022-11-29 01:59:47
## 4955 2022-11-29 01:59:35
## 4956 2022-11-29 01:59:18
## 4957 2022-11-29 01:59:12
## 4958 2022-11-29 01:58:54
## 4959 2022-11-29 01:58:50
## 4960 2022-11-29 01:58:13
## 4961 2022-11-29 01:57:59
## 4962 2022-11-29 01:57:48
## 4963 2022-11-29 01:57:45
## 4964 2022-11-29 01:57:41
## 4965 2022-11-29 01:57:36
## 4966 2022-11-29 01:57:34
## 4967 2022-11-29 01:57:29
## 4968 2022-11-29 01:57:28
## 4969 2022-11-29 01:57:24
## 4970 2022-11-29 01:57:19
## 4971 2022-11-29 01:57:11
## 4972 2022-11-29 01:57:10
## 4973 2022-11-29 01:56:58
## 4974 2022-11-29 01:56:57
## 4975 2022-11-29 01:56:49
## 4976 2022-11-29 01:56:40
## 4977 2022-11-29 01:56:36
## 4978 2022-11-29 01:56:25
## 4979 2022-11-29 01:56:10
## 4980 2022-11-29 01:56:08
## 4981 2022-11-29 01:56:03
## 4982 2022-11-29 01:55:57
## 4983 2022-11-29 01:55:20
## 4984 2022-11-29 01:55:16
## 4985 2022-11-29 01:55:15
## 4986 2022-11-29 01:54:40
## 4987 2022-11-29 01:54:28
## 4988 2022-11-29 01:54:18
## 4989 2022-11-29 01:54:18
## 4990 2022-11-29 01:54:17
## 4991 2022-11-29 01:53:57
## 4992 2022-11-29 01:53:40
## 4993 2022-11-29 01:53:06
## 4994 2022-11-29 01:52:59
## 4995 2022-11-29 01:52:57
## 4996 2022-11-29 01:52:53
## 4997 2022-11-29 01:52:52
## 4998 2022-11-29 01:52:42
## 4999 2022-11-29 01:52:26
## 5000 2022-11-29 01:52:19
## 5001 2022-11-29 01:51:45
## 5002 2022-11-29 01:51:26
## 5003 2022-11-29 01:51:25
## 5004 2022-11-29 01:51:03
## 5005 2022-11-29 01:50:39
## 5006 2022-11-29 01:50:00
## 5007 2022-11-29 01:49:53
## 5008 2022-11-29 01:49:51
## 5009 2022-11-29 01:49:39
## 5010 2022-11-29 01:49:32
## 5011 2022-11-29 01:49:18
## 5012 2022-11-29 01:49:10
## 5013 2022-11-29 01:48:38
## 5014 2022-11-29 01:48:35
## 5015 2022-11-29 01:48:33
## 5016 2022-11-29 01:48:17
## 5017 2022-11-29 01:48:14
## 5018 2022-11-29 01:47:36
## 5019 2022-11-29 01:47:36
## 5020 2022-11-29 01:47:27
## 5021 2022-11-29 01:47:26
## 5022 2022-11-29 01:47:06
## 5023 2022-11-29 01:47:05
## 5024 2022-11-29 01:46:04
## 5025 2022-11-29 01:45:57
## 5026 2022-11-29 01:45:45
## 5027 2022-11-29 01:45:44
## 5028 2022-11-29 01:45:40
## 5029 2022-11-29 01:45:29
## 5030 2022-11-29 01:44:51
## 5031 2022-11-29 01:44:50
## 5032 2022-11-29 01:44:49
## 5033 2022-11-29 01:44:45
## 5034 2022-11-29 01:44:30
## 5035 2022-11-29 01:44:17
## 5036 2022-11-29 01:44:15
## 5037 2022-11-29 01:43:55
## 5038 2022-11-29 01:43:52
## 5039 2022-11-29 01:43:43
## 5040 2022-11-29 01:43:30
## 5041 2022-11-29 01:43:13
## 5042 2022-11-29 01:43:11
## 5043 2022-11-29 01:42:57
## 5044 2022-11-29 01:42:47
## 5045 2022-11-29 01:42:28
## 5046 2022-11-29 01:42:27
## 5047 2022-11-29 01:42:09
## 5048 2022-11-29 01:42:09
## 5049 2022-11-29 01:41:59
## 5050 2022-11-29 01:41:58
## 5051 2022-11-29 01:41:55
## 5052 2022-11-29 01:41:20
## 5053 2022-11-29 01:41:05
## 5054 2022-11-29 01:41:04
## 5055 2022-11-29 01:40:51
## 5056 2022-11-29 01:40:27
## 5057 2022-11-29 01:39:25
## 5058 2022-11-29 01:39:08
## 5059 2022-11-29 01:38:43
## 5060 2022-11-29 01:38:37
## 5061 2022-11-29 01:38:27
## 5062 2022-11-29 01:38:01
## 5063 2022-11-29 01:38:01
## 5064 2022-11-29 01:37:57
## 5065 2022-11-29 01:37:54
## 5066 2022-11-29 01:37:48
## 5067 2022-11-29 01:37:36
## 5068 2022-11-29 01:37:32
## 5069 2022-11-29 01:37:15
## 5070 2022-11-29 01:37:08
## 5071 2022-11-29 01:37:00
## 5072 2022-11-29 01:36:58
## 5073 2022-11-29 01:36:46
## 5074 2022-11-29 01:36:44
## 5075 2022-11-29 01:36:18
## 5076 2022-11-29 01:36:09
## 5077 2022-11-29 01:35:55
## 5078 2022-11-29 01:35:50
## 5079 2022-11-29 01:35:48
## 5080 2022-11-29 01:35:35
## 5081 2022-11-29 01:35:26
## 5082 2022-11-29 01:35:25
## 5083 2022-11-29 01:34:47
## 5084 2022-11-29 01:34:40
## 5085 2022-11-29 01:34:30
## 5086 2022-11-29 01:33:50
## 5087 2022-11-29 01:33:47
## 5088 2022-11-29 01:33:44
## 5089 2022-11-29 01:33:36
## 5090 2022-11-29 01:33:35
## 5091 2022-11-29 01:33:30
## 5092 2022-11-29 01:33:23
## 5093 2022-11-29 01:33:20
## 5094 2022-11-29 01:33:09
## 5095 2022-11-29 01:33:06
## 5096 2022-11-29 01:33:02
## 5097 2022-11-29 01:32:58
## 5098 2022-11-29 01:32:48
## 5099 2022-11-29 01:32:47
## 5100 2022-11-29 01:32:42
## 5101 2022-11-29 01:32:02
## 5102 2022-11-29 01:31:39
## 5103 2022-11-29 01:31:28
## 5104 2022-11-29 01:31:18
## 5105 2022-11-29 01:31:05
## 5106 2022-11-29 01:31:04
## 5107 2022-11-29 01:30:56
## 5108 2022-11-29 01:30:50
## 5109 2022-11-29 01:30:48
## 5110 2022-11-29 01:30:33
## 5111 2022-11-29 01:29:59
## 5112 2022-11-29 01:29:25
## 5113 2022-11-29 01:29:23
## 5114 2022-11-29 01:29:07
## 5115 2022-11-29 01:29:04
## 5116 2022-11-29 01:28:34
## 5117 2022-11-29 01:28:33
## 5118 2022-11-29 01:28:32
## 5119 2022-11-29 01:28:29
## 5120 2022-11-29 01:27:57
## 5121 2022-11-29 01:27:40
## 5122 2022-11-29 01:27:30
## 5123 2022-11-29 01:27:29
## 5124 2022-11-29 01:26:43
## 5125 2022-11-29 01:26:12
## 5126 2022-11-29 01:25:26
## 5127 2022-11-29 01:25:21
## 5128 2022-11-29 01:23:23
## 5129 2022-11-29 01:23:22
## 5130 2022-11-29 01:23:16
## 5131 2022-11-29 01:22:46
## 5132 2022-11-29 01:21:42
## 5133 2022-11-29 01:21:32
## 5134 2022-11-29 01:21:22
## 5135 2022-11-29 01:21:10
## 5136 2022-11-29 01:20:53
## 5137 2022-11-29 01:20:42
## 5138 2022-11-29 01:20:41
## 5139 2022-11-29 01:20:19
## 5140 2022-11-29 01:20:08
## 5141 2022-11-29 01:19:58
## 5142 2022-11-29 01:19:58
## 5143 2022-11-29 01:19:33
## 5144 2022-11-29 01:19:30
## 5145 2022-11-29 01:19:18
## 5146 2022-11-29 01:19:16
## 5147 2022-11-29 01:18:59
## 5148 2022-11-29 01:18:54
## 5149 2022-11-29 01:18:45
## 5150 2022-11-29 01:18:02
## 5151 2022-11-29 01:17:54
## 5152 2022-11-29 01:17:49
## 5153 2022-11-29 01:17:39
## 5154 2022-11-29 01:17:27
## 5155 2022-11-29 01:17:26
## 5156 2022-11-29 01:17:11
## 5157 2022-11-29 01:17:07
## 5158 2022-11-29 01:17:04
## 5159 2022-11-29 01:16:51
## 5160 2022-11-29 01:16:51
## 5161 2022-11-29 01:16:44
## 5162 2022-11-29 01:16:43
## 5163 2022-11-29 01:16:21
## 5164 2022-11-29 01:16:15
## 5165 2022-11-29 01:15:56
## 5166 2022-11-29 01:15:52
## 5167 2022-11-29 01:15:51
## 5168 2022-11-29 01:15:40
## 5169 2022-11-29 01:15:39
## 5170 2022-11-29 01:15:23
## 5171 2022-11-29 01:15:21
## 5172 2022-11-29 01:15:14
## 5173 2022-11-29 01:14:24
## 5174 2022-11-29 01:14:12
## 5175 2022-11-29 01:14:08
## 5176 2022-11-29 01:14:00
## 5177 2022-11-29 01:13:51
## 5178 2022-11-29 01:13:22
## 5179 2022-11-29 01:12:13
## 5180 2022-11-29 01:11:37
## 5181 2022-11-29 01:11:33
## 5182 2022-11-29 01:11:31
## 5183 2022-11-29 01:11:28
## 5184 2022-11-29 01:11:28
## 5185 2022-11-29 01:10:39
## 5186 2022-11-29 01:09:43
## 5187 2022-11-29 01:09:02
## 5188 2022-11-29 01:08:45
## 5189 2022-11-29 01:08:38
## 5190 2022-11-29 01:08:09
## 5191 2022-11-29 01:07:00
## 5192 2022-11-29 01:06:56
## 5193 2022-11-29 01:06:24
## 5194 2022-11-29 01:06:18
## 5195 2022-11-29 01:06:10
## 5196 2022-11-29 01:06:04
## 5197 2022-11-29 01:05:56
## 5198 2022-11-29 01:05:54
## 5199 2022-11-29 01:05:54
## 5200 2022-11-29 01:05:48
## 5201 2022-11-29 01:05:27
## 5202 2022-11-29 01:05:06
## 5203 2022-11-29 01:04:59
## 5204 2022-11-29 01:04:57
## 5205 2022-11-29 01:04:37
## 5206 2022-11-29 01:04:03
## 5207 2022-11-29 01:03:59
## 5208 2022-11-29 01:03:43
## 5209 2022-11-29 01:03:42
## 5210 2022-11-29 01:03:32
## 5211 2022-11-29 01:03:27
## 5212 2022-11-29 01:03:06
## 5213 2022-11-29 01:02:34
## 5214 2022-11-29 01:02:19
## 5215 2022-11-29 01:01:26
## 5216 2022-11-29 01:01:24
## 5217 2022-11-29 01:01:12
## 5218 2022-11-29 01:00:47
## 5219 2022-11-29 01:00:42
## 5220 2022-11-29 01:00:39
## 5221 2022-11-29 01:00:27
## 5222 2022-11-29 01:00:12
## 5223 2022-11-29 01:00:01
## 5224 2022-11-29 00:59:54
## 5225 2022-11-29 00:59:35
## 5226 2022-11-29 00:59:32
## 5227 2022-11-29 00:59:28
## 5228 2022-11-29 00:59:19
## 5229 2022-11-29 00:59:10
## 5230 2022-11-29 00:59:06
## 5231 2022-11-29 00:59:03
## 5232 2022-11-29 00:58:49
## 5233 2022-11-29 00:58:04
## 5234 2022-11-29 00:57:27
## 5235 2022-11-29 00:56:58
## 5236 2022-11-29 00:56:55
## 5237 2022-11-29 00:56:48
## 5238 2022-11-29 00:56:30
## 5239 2022-11-29 00:56:27
## 5240 2022-11-29 00:56:16
## 5241 2022-11-29 00:55:55
## 5242 2022-11-29 00:55:33
## 5243 2022-11-29 00:55:32
## 5244 2022-11-29 00:55:07
## 5245 2022-11-29 00:54:59
## 5246 2022-11-29 00:54:56
## 5247 2022-11-29 00:54:43
## 5248 2022-11-29 00:54:23
## 5249 2022-11-29 00:53:49
## 5250 2022-11-29 00:53:31
## 5251 2022-11-29 00:53:18
## 5252 2022-11-29 00:53:10
## 5253 2022-11-29 00:53:02
## 5254 2022-11-29 00:52:37
## 5255 2022-11-29 00:52:26
## 5256 2022-11-29 00:52:23
## 5257 2022-11-29 00:52:22
## 5258 2022-11-29 00:52:10
## 5259 2022-11-29 00:52:05
## 5260 2022-11-29 00:52:03
## 5261 2022-11-29 00:52:02
## 5262 2022-11-29 00:51:43
## 5263 2022-11-29 00:51:10
## 5264 2022-11-29 00:51:10
## 5265 2022-11-29 00:50:48
## 5266 2022-11-29 00:50:17
## 5267 2022-11-29 00:50:08
## 5268 2022-11-29 00:49:57
## 5269 2022-11-29 00:49:17
## 5270 2022-11-29 00:49:15
## 5271 2022-11-29 00:49:12
## 5272 2022-11-29 00:49:06
## 5273 2022-11-29 00:48:48
## 5274 2022-11-29 00:48:44
## 5275 2022-11-29 00:48:23
## 5276 2022-11-29 00:48:22
## 5277 2022-11-29 00:48:09
## 5278 2022-11-29 00:48:09
## 5279 2022-11-29 00:47:59
## 5280 2022-11-29 00:47:21
## 5281 2022-11-29 00:46:42
## 5282 2022-11-29 00:46:29
## 5283 2022-11-29 00:46:28
## 5284 2022-11-29 00:46:22
## 5285 2022-11-29 00:45:54
## 5286 2022-11-29 00:45:36
## 5287 2022-11-29 00:45:11
## 5288 2022-11-29 00:44:22
## 5289 2022-11-29 00:44:19
## 5290 2022-11-29 00:44:19
## 5291 2022-11-29 00:44:00
## 5292 2022-11-29 00:43:37
## 5293 2022-11-29 00:42:20
## 5294 2022-11-29 00:41:43
## 5295 2022-11-29 00:41:38
## 5296 2022-11-29 00:41:32
## 5297 2022-11-29 00:41:32
## 5298 2022-11-29 00:41:24
## 5299 2022-11-29 00:41:12
## 5300 2022-11-29 00:40:54
## 5301 2022-11-29 00:40:22
## 5302 2022-11-29 00:40:17
## 5303 2022-11-29 00:40:15
## 5304 2022-11-29 00:40:06
## 5305 2022-11-29 00:39:43
## 5306 2022-11-29 00:39:31
## 5307 2022-11-29 00:39:31
## 5308 2022-11-29 00:38:34
## 5309 2022-11-29 00:38:05
## 5310 2022-11-29 00:37:51
## 5311 2022-11-29 00:37:50
## 5312 2022-11-29 00:37:35
## 5313 2022-11-29 00:36:38
## 5314 2022-11-29 00:35:53
## 5315 2022-11-29 00:35:51
## 5316 2022-11-29 00:35:48
## 5317 2022-11-29 00:35:39
## 5318 2022-11-29 00:35:29
## 5319 2022-11-29 00:35:02
## 5320 2022-11-29 00:34:35
## 5321 2022-11-29 00:34:27
## 5322 2022-11-29 00:34:23
## 5323 2022-11-29 00:34:13
## 5324 2022-11-29 00:33:30
## 5325 2022-11-29 00:33:23
## 5326 2022-11-29 00:32:57
## 5327 2022-11-29 00:32:28
## 5328 2022-11-29 00:32:28
## 5329 2022-11-29 00:32:25
## 5330 2022-11-29 00:31:53
## 5331 2022-11-29 00:31:50
## 5332 2022-11-29 00:31:39
## 5333 2022-11-29 00:31:14
## 5334 2022-11-29 00:31:00
## 5335 2022-11-29 00:30:45
## 5336 2022-11-29 00:30:20
## 5337 2022-11-29 00:30:16
## 5338 2022-11-29 00:30:08
## 5339 2022-11-29 00:29:52
## 5340 2022-11-29 00:29:34
## 5341 2022-11-29 00:29:19
## 5342 2022-11-29 00:29:12
## 5343 2022-11-29 00:28:50
## 5344 2022-11-29 00:28:47
## 5345 2022-11-29 00:28:45
## 5346 2022-11-29 00:27:51
## 5347 2022-11-29 00:27:48
## 5348 2022-11-29 00:27:41
## 5349 2022-11-29 00:27:39
## 5350 2022-11-29 00:27:37
## 5351 2022-11-29 00:27:17
## 5352 2022-11-29 00:26:37
## 5353 2022-11-29 00:26:29
## 5354 2022-11-29 00:26:04
## 5355 2022-11-29 00:25:50
## 5356 2022-11-29 00:25:23
## 5357 2022-11-29 00:24:47
## 5358 2022-11-29 00:24:38
## 5359 2022-11-29 00:24:16
## 5360 2022-11-29 00:23:44
## 5361 2022-11-29 00:22:57
## 5362 2022-11-29 00:22:24
## 5363 2022-11-29 00:22:07
## 5364 2022-11-29 00:22:01
## 5365 2022-11-29 00:21:46
## 5366 2022-11-29 00:21:44
## 5367 2022-11-29 00:21:38
## 5368 2022-11-29 00:20:46
## 5369 2022-11-29 00:20:33
## 5370 2022-11-29 00:20:25
## 5371 2022-11-29 00:20:23
## 5372 2022-11-29 00:20:17
## 5373 2022-11-29 00:20:10
## 5374 2022-11-29 00:20:09
## 5375 2022-11-29 00:20:00
## 5376 2022-11-29 00:19:47
## 5377 2022-11-29 00:19:47
## 5378 2022-11-29 00:19:35
## 5379 2022-11-29 00:19:10
## 5380 2022-11-29 00:18:45
## 5381 2022-11-29 00:18:45
## 5382 2022-11-29 00:18:26
## 5383 2022-11-29 00:18:04
## 5384 2022-11-29 00:17:36
## 5385 2022-11-29 00:16:58
## 5386 2022-11-29 00:16:33
## 5387 2022-11-29 00:16:28
## 5388 2022-11-29 00:16:25
## 5389 2022-11-29 00:15:49
## 5390 2022-11-29 00:15:08
## 5391 2022-11-29 00:15:06
## 5392 2022-11-29 00:14:29
## 5393 2022-11-29 00:14:11
## 5394 2022-11-29 00:13:57
## 5395 2022-11-29 00:13:52
## 5396 2022-11-29 00:13:33
## 5397 2022-11-29 00:13:20
## 5398 2022-11-29 00:13:15
## 5399 2022-11-29 00:13:10
## 5400 2022-11-29 00:12:35
## 5401 2022-11-29 00:12:33
## 5402 2022-11-29 00:12:07
## 5403 2022-11-29 00:11:30
## 5404 2022-11-29 00:11:25
## 5405 2022-11-29 00:11:12
## 5406 2022-11-29 00:11:11
## 5407 2022-11-29 00:10:58
## 5408 2022-11-29 00:10:35
## 5409 2022-11-29 00:10:21
## 5410 2022-11-29 00:10:18
## 5411 2022-11-29 00:10:12
## 5412 2022-11-29 00:09:56
## 5413 2022-11-29 00:09:46
## 5414 2022-11-29 00:09:39
## 5415 2022-11-29 00:09:37
## 5416 2022-11-29 00:09:35
## 5417 2022-11-29 00:09:34
## 5418 2022-11-29 00:09:11
## 5419 2022-11-29 00:09:08
## 5420 2022-11-29 00:08:09
## 5421 2022-11-29 00:07:48
## 5422 2022-11-29 00:07:43
## 5423 2022-11-29 00:07:42
## 5424 2022-11-29 00:07:10
## 5425 2022-11-29 00:07:08
## 5426 2022-11-29 00:07:05
## 5427 2022-11-29 00:06:59
## 5428 2022-11-29 00:06:59
## 5429 2022-11-29 00:06:50
## 5430 2022-11-29 00:06:43
## 5431 2022-11-29 00:05:58
## 5432 2022-11-29 00:05:50
## 5433 2022-11-29 00:05:23
## 5434 2022-11-29 00:05:03
## 5435 2022-11-29 00:04:56
## 5436 2022-11-29 00:04:55
## 5437 2022-11-29 00:04:36
## 5438 2022-11-29 00:04:02
## 5439 2022-11-29 00:04:00
## 5440 2022-11-29 00:03:48
## 5441 2022-11-29 00:03:28
## 5442 2022-11-29 00:03:17
## 5443 2022-11-29 00:03:06
## 5444 2022-11-29 00:02:27
## 5445 2022-11-29 00:02:22
## 5446 2022-11-29 00:02:21
## 5447 2022-11-29 00:02:06
## 5448 2022-11-29 00:02:03
## 5449 2022-11-29 00:02:02
## 5450 2022-11-29 00:01:36
## 5451 2022-11-29 00:01:34
## 5452 2022-11-29 00:00:33
## 5453 2022-11-28 23:59:44
## 5454 2022-11-28 23:59:30
## 5455 2022-11-28 23:59:25
## 5456 2022-11-28 23:59:24
## 5457 2022-11-28 23:58:05
## 5458 2022-11-28 23:58:00
## 5459 2022-11-28 23:57:42
## 5460 2022-11-28 23:57:07
## 5461 2022-11-28 23:56:44
## 5462 2022-11-28 23:56:00
## 5463 2022-11-28 23:55:47
## 5464 2022-11-28 23:55:42
## 5465 2022-11-28 23:55:34
## 5466 2022-11-28 23:55:27
## 5467 2022-11-28 23:55:21
## 5468 2022-11-28 23:55:09
## 5469 2022-11-28 23:55:01
## 5470 2022-11-28 23:54:49
## 5471 2022-11-28 23:54:35
## 5472 2022-11-28 23:54:27
## 5473 2022-11-28 23:54:19
## 5474 2022-11-28 23:54:02
## 5475 2022-11-28 23:53:58
## 5476 2022-11-28 23:53:49
## 5477 2022-11-28 23:53:22
## 5478 2022-11-28 23:53:14
## 5479 2022-11-28 23:52:55
## 5480 2022-11-28 23:52:51
## 5481 2022-11-28 23:52:32
## 5482 2022-11-28 23:51:57
## 5483 2022-11-28 23:51:53
## 5484 2022-11-28 23:51:21
## 5485 2022-11-28 23:50:39
## 5486 2022-11-28 23:50:39
## 5487 2022-11-28 23:50:17
## 5488 2022-11-28 23:49:56
## 5489 2022-11-28 23:49:48
## 5490 2022-11-28 23:49:09
## 5491 2022-11-28 23:49:04
## 5492 2022-11-28 23:49:02
## 5493 2022-11-28 23:48:53
## 5494 2022-11-28 23:48:49
## 5495 2022-11-28 23:48:12
## 5496 2022-11-28 23:47:48
## 5497 2022-11-28 23:47:39
## 5498 2022-11-28 23:47:36
## 5499 2022-11-28 23:46:56
## 5500 2022-11-28 23:46:49
## 5501 2022-11-28 23:46:44
## 5502 2022-11-28 23:46:43
## 5503 2022-11-28 23:46:31
## 5504 2022-11-28 23:46:25
## 5505 2022-11-28 23:46:25
## 5506 2022-11-28 23:46:24
## 5507 2022-11-28 23:45:59
## 5508 2022-11-28 23:45:30
## 5509 2022-11-28 23:45:16
## 5510 2022-11-28 23:44:25
## 5511 2022-11-28 23:44:00
## 5512 2022-11-28 23:43:35
## 5513 2022-11-28 23:43:31
## 5514 2022-11-28 23:42:41
## 5515 2022-11-28 23:42:30
## 5516 2022-11-28 23:42:15
## 5517 2022-11-28 23:41:46
## 5518 2022-11-28 23:41:43
## 5519 2022-11-28 23:41:40
## 5520 2022-11-28 23:40:55
## 5521 2022-11-28 23:40:50
## 5522 2022-11-28 23:40:50
## 5523 2022-11-28 23:40:32
## 5524 2022-11-28 23:40:29
## 5525 2022-11-28 23:40:12
## 5526 2022-11-28 23:39:55
## 5527 2022-11-28 23:39:50
## 5528 2022-11-28 23:39:20
## 5529 2022-11-28 23:39:02
## 5530 2022-11-28 23:38:56
## 5531 2022-11-28 23:38:51
## 5532 2022-11-28 23:38:34
## 5533 2022-11-28 23:38:30
## 5534 2022-11-28 23:38:15
## 5535 2022-11-28 23:38:12
## 5536 2022-11-28 23:38:07
## 5537 2022-11-28 23:37:37
## 5538 2022-11-28 23:37:32
## 5539 2022-11-28 23:37:27
## 5540 2022-11-28 23:37:14
## 5541 2022-11-28 23:36:53
## 5542 2022-11-28 23:36:50
## 5543 2022-11-28 23:36:40
## 5544 2022-11-28 23:36:31
## 5545 2022-11-28 23:36:27
## 5546 2022-11-28 23:36:27
## 5547 2022-11-28 23:36:08
## 5548 2022-11-28 23:35:42
## 5549 2022-11-28 23:35:31
## 5550 2022-11-28 23:35:13
## 5551 2022-11-28 23:34:30
## 5552 2022-11-28 23:34:08
## 5553 2022-11-28 23:34:05
## 5554 2022-11-28 23:33:16
## 5555 2022-11-28 23:33:16
## 5556 2022-11-28 23:33:14
## 5557 2022-11-28 23:33:02
## 5558 2022-11-28 23:32:49
## 5559 2022-11-28 23:31:39
## 5560 2022-11-28 23:31:38
## 5561 2022-11-28 23:31:26
## 5562 2022-11-28 23:31:23
## 5563 2022-11-28 23:31:09
## 5564 2022-11-28 23:30:58
## 5565 2022-11-28 23:30:53
## 5566 2022-11-28 23:30:45
## 5567 2022-11-28 23:30:43
## 5568 2022-11-28 23:30:41
## 5569 2022-11-28 23:30:41
## 5570 2022-11-28 23:30:35
## 5571 2022-11-28 23:30:08
## 5572 2022-11-28 23:30:07
## 5573 2022-11-28 23:29:57
## 5574 2022-11-28 23:29:53
## 5575 2022-11-28 23:29:53
## 5576 2022-11-28 23:29:19
## 5577 2022-11-28 23:29:13
## 5578 2022-11-28 23:29:06
## 5579 2022-11-28 23:28:43
## 5580 2022-11-28 23:28:43
## 5581 2022-11-28 23:28:34
## 5582 2022-11-28 23:27:47
## 5583 2022-11-28 23:27:41
## 5584 2022-11-28 23:27:24
## 5585 2022-11-28 23:27:20
## 5586 2022-11-28 23:27:14
## 5587 2022-11-28 23:26:57
## 5588 2022-11-28 23:26:54
## 5589 2022-11-28 23:26:52
## 5590 2022-11-28 23:26:50
## 5591 2022-11-28 23:26:46
## 5592 2022-11-28 23:26:43
## 5593 2022-11-28 23:26:39
## 5594 2022-11-28 23:26:38
## 5595 2022-11-28 23:26:18
## 5596 2022-11-28 23:26:11
## 5597 2022-11-28 23:25:59
## 5598 2022-11-28 23:25:24
## 5599 2022-11-28 23:25:24
## 5600 2022-11-28 23:25:08
## 5601 2022-11-28 23:24:40
## 5602 2022-11-28 23:23:59
## 5603 2022-11-28 23:23:58
## 5604 2022-11-28 23:23:44
## 5605 2022-11-28 23:23:05
## 5606 2022-11-28 23:22:57
## 5607 2022-11-28 23:22:19
## 5608 2022-11-28 23:21:46
## 5609 2022-11-28 23:21:37
## 5610 2022-11-28 23:21:34
## 5611 2022-11-28 23:21:13
## 5612 2022-11-28 23:21:13
## 5613 2022-11-28 23:21:09
## 5614 2022-11-28 23:20:58
## 5615 2022-11-28 23:20:45
## 5616 2022-11-28 23:20:28
## 5617 2022-11-28 23:20:10
## 5618 2022-11-28 23:20:05
## 5619 2022-11-28 23:19:16
## 5620 2022-11-28 23:18:41
## 5621 2022-11-28 23:18:22
## 5622 2022-11-28 23:18:13
## 5623 2022-11-28 23:17:54
## 5624 2022-11-28 23:17:46
## 5625 2022-11-28 23:17:32
## 5626 2022-11-28 23:17:28
## 5627 2022-11-28 23:17:24
## 5628 2022-11-28 23:17:02
## 5629 2022-11-28 23:16:48
## 5630 2022-11-28 23:16:29
## 5631 2022-11-28 23:16:14
## 5632 2022-11-28 23:16:11
## 5633 2022-11-28 23:16:03
## 5634 2022-11-28 23:15:47
## 5635 2022-11-28 23:15:41
## 5636 2022-11-28 23:14:51
## 5637 2022-11-28 23:14:51
## 5638 2022-11-28 23:14:46
## 5639 2022-11-28 23:14:30
## 5640 2022-11-28 23:14:29
## 5641 2022-11-28 23:14:24
## 5642 2022-11-28 23:14:03
## 5643 2022-11-28 23:13:53
## 5644 2022-11-28 23:13:36
## 5645 2022-11-28 23:11:59
## 5646 2022-11-28 23:11:41
## 5647 2022-11-28 23:11:38
## 5648 2022-11-28 23:11:35
## 5649 2022-11-28 23:11:08
## 5650 2022-11-28 23:10:20
## 5651 2022-11-28 23:10:14
## 5652 2022-11-28 23:10:06
## 5653 2022-11-28 23:09:58
## 5654 2022-11-28 23:09:50
## 5655 2022-11-28 23:09:22
## 5656 2022-11-28 23:09:13
## 5657 2022-11-28 23:09:03
## 5658 2022-11-28 23:08:57
## 5659 2022-11-28 23:08:29
## 5660 2022-11-28 23:08:24
## 5661 2022-11-28 23:08:18
## 5662 2022-11-28 23:07:31
## 5663 2022-11-28 23:07:24
## 5664 2022-11-28 23:06:55
## 5665 2022-11-28 23:06:45
## 5666 2022-11-28 23:06:17
## 5667 2022-11-28 23:04:48
## 5668 2022-11-28 23:04:00
## 5669 2022-11-28 23:04:00
## 5670 2022-11-28 23:03:56
## 5671 2022-11-28 23:03:53
## 5672 2022-11-28 23:03:21
## 5673 2022-11-28 23:02:58
## 5674 2022-11-28 23:02:33
## 5675 2022-11-28 23:02:28
## 5676 2022-11-28 23:01:57
## 5677 2022-11-28 23:01:29
## 5678 2022-11-28 23:01:25
## 5679 2022-11-28 23:01:23
## 5680 2022-11-28 23:01:21
## 5681 2022-11-28 23:01:09
## 5682 2022-11-28 23:00:57
## 5683 2022-11-28 23:00:31
## 5684 2022-11-28 22:59:56
## 5685 2022-11-28 22:59:37
## 5686 2022-11-28 22:59:15
## 5687 2022-11-28 22:59:06
## 5688 2022-11-28 22:58:43
## 5689 2022-11-28 22:58:29
## 5690 2022-11-28 22:58:25
## 5691 2022-11-28 22:58:10
## 5692 2022-11-28 22:58:01
## 5693 2022-11-28 22:57:34
## 5694 2022-11-28 22:57:33
## 5695 2022-11-28 22:57:05
## 5696 2022-11-28 22:56:58
## 5697 2022-11-28 22:56:54
## 5698 2022-11-28 22:54:20
## 5699 2022-11-28 22:53:01
## 5700 2022-11-28 22:51:35
## 5701 2022-11-28 22:51:28
## 5702 2022-11-28 22:51:18
## 5703 2022-11-28 22:50:36
## 5704 2022-11-28 22:50:24
## 5705 2022-11-28 22:50:10
## 5706 2022-11-28 22:49:46
## 5707 2022-11-28 22:49:41
## 5708 2022-11-28 22:49:32
## 5709 2022-11-28 22:49:00
## 5710 2022-11-28 22:48:46
## 5711 2022-11-28 22:48:41
## 5712 2022-11-28 22:48:26
## 5713 2022-11-28 22:47:28
## 5714 2022-11-28 22:47:06
## 5715 2022-11-28 22:45:42
## 5716 2022-11-28 22:45:38
## 5717 2022-11-28 22:45:35
## 5718 2022-11-28 22:45:22
## 5719 2022-11-28 22:44:05
## 5720 2022-11-28 22:44:01
## 5721 2022-11-28 22:43:45
## 5722 2022-11-28 22:42:20
## 5723 2022-11-28 22:41:48
## 5724 2022-11-28 22:41:43
## 5725 2022-11-28 22:41:26
## 5726 2022-11-28 22:41:21
## 5727 2022-11-28 22:41:06
## 5728 2022-11-28 22:40:38
## 5729 2022-11-28 22:40:37
## 5730 2022-11-28 22:40:19
## 5731 2022-11-28 22:39:39
## 5732 2022-11-28 22:39:35
## 5733 2022-11-28 22:39:31
## 5734 2022-11-28 22:39:17
## 5735 2022-11-28 22:39:17
## 5736 2022-11-28 22:38:41
## 5737 2022-11-28 22:38:29
## 5738 2022-11-28 22:38:19
## 5739 2022-11-28 22:38:09
## 5740 2022-11-28 22:37:59
## 5741 2022-11-28 22:37:55
## 5742 2022-11-28 22:37:48
## 5743 2022-11-28 22:37:45
## 5744 2022-11-28 22:37:36
## 5745 2022-11-28 22:37:35
## 5746 2022-11-28 22:37:26
## 5747 2022-11-28 22:36:30
## 5748 2022-11-28 22:36:29
## 5749 2022-11-28 22:36:04
## 5750 2022-11-28 22:34:57
## 5751 2022-11-28 22:34:49
## 5752 2022-11-28 22:34:44
## 5753 2022-11-28 22:34:33
## 5754 2022-11-28 22:33:48
## 5755 2022-11-28 22:33:37
## 5756 2022-11-28 22:33:37
## 5757 2022-11-28 22:32:30
## 5758 2022-11-28 22:32:25
## 5759 2022-11-28 22:32:17
## 5760 2022-11-28 22:32:01
## 5761 2022-11-28 22:32:00
## 5762 2022-11-28 22:31:41
## 5763 2022-11-28 22:31:36
## 5764 2022-11-28 22:31:35
## 5765 2022-11-28 22:31:07
## 5766 2022-11-28 22:31:02
## 5767 2022-11-28 22:30:54
## 5768 2022-11-28 22:30:24
## 5769 2022-11-28 22:29:38
## 5770 2022-11-28 22:29:36
## 5771 2022-11-28 22:29:29
## 5772 2022-11-28 22:29:09
## 5773 2022-11-28 22:29:03
## 5774 2022-11-28 22:28:35
## 5775 2022-11-28 22:28:02
## 5776 2022-11-28 22:28:00
## 5777 2022-11-28 22:27:24
## 5778 2022-11-28 22:27:05
## 5779 2022-11-28 22:26:49
## 5780 2022-11-28 22:26:45
## 5781 2022-11-28 22:26:44
## 5782 2022-11-28 22:26:06
## 5783 2022-11-28 22:25:55
## 5784 2022-11-28 22:25:51
## 5785 2022-11-28 22:25:19
## 5786 2022-11-28 22:24:27
## 5787 2022-11-28 22:24:04
## 5788 2022-11-28 22:23:52
## 5789 2022-11-28 22:23:25
## 5790 2022-11-28 22:23:17
## 5791 2022-11-28 22:23:01
## 5792 2022-11-28 22:22:48
## 5793 2022-11-28 22:22:46
## 5794 2022-11-28 22:22:45
## 5795 2022-11-28 22:22:11
## 5796 2022-11-28 22:21:54
## 5797 2022-11-28 22:21:46
## 5798 2022-11-28 22:21:34
## 5799 2022-11-28 22:21:31
## 5800 2022-11-28 22:21:05
## 5801 2022-11-28 22:20:56
## 5802 2022-11-28 22:20:45
## 5803 2022-11-28 22:20:40
## 5804 2022-11-28 22:20:37
## 5805 2022-11-28 22:20:37
## 5806 2022-11-28 22:20:27
## 5807 2022-11-28 22:20:17
## 5808 2022-11-28 22:19:55
## 5809 2022-11-28 22:19:37
## 5810 2022-11-28 22:19:05
## 5811 2022-11-28 22:18:52
## 5812 2022-11-28 22:18:43
## 5813 2022-11-28 22:18:11
## 5814 2022-11-28 22:18:09
## 5815 2022-11-28 22:17:45
## 5816 2022-11-28 22:17:43
## 5817 2022-11-28 22:17:37
## 5818 2022-11-28 22:17:33
## 5819 2022-11-28 22:17:29
## 5820 2022-11-28 22:17:27
## 5821 2022-11-28 22:17:24
## 5822 2022-11-28 22:17:11
## 5823 2022-11-28 22:17:03
## 5824 2022-11-28 22:16:38
## 5825 2022-11-28 22:16:27
## 5826 2022-11-28 22:16:14
## 5827 2022-11-28 22:16:07
## 5828 2022-11-28 22:16:02
## 5829 2022-11-28 22:15:53
## 5830 2022-11-28 22:15:22
## 5831 2022-11-28 22:14:50
## 5832 2022-11-28 22:14:30
## 5833 2022-11-28 22:14:26
## 5834 2022-11-28 22:14:13
## 5835 2022-11-28 22:14:03
## 5836 2022-11-28 22:13:58
## 5837 2022-11-28 22:13:54
## 5838 2022-11-28 22:13:19
## 5839 2022-11-28 22:13:02
## 5840 2022-11-28 22:12:53
## 5841 2022-11-28 22:12:42
## 5842 2022-11-28 22:12:34
## 5843 2022-11-28 22:12:24
## 5844 2022-11-28 22:12:01
## 5845 2022-11-28 22:11:54
## 5846 2022-11-28 22:11:53
## 5847 2022-11-28 22:11:48
## 5848 2022-11-28 22:11:44
## 5849 2022-11-28 22:11:43
## 5850 2022-11-28 22:11:26
## 5851 2022-11-28 22:11:17
## 5852 2022-11-28 22:10:36
## 5853 2022-11-28 22:10:32
## 5854 2022-11-28 22:10:02
## 5855 2022-11-28 22:09:51
## 5856 2022-11-28 22:09:39
## 5857 2022-11-28 22:09:37
## 5858 2022-11-28 22:09:21
## 5859 2022-11-28 22:09:15
## 5860 2022-11-28 22:09:14
## 5861 2022-11-28 22:09:09
## 5862 2022-11-28 22:08:40
## 5863 2022-11-28 22:08:37
## 5864 2022-11-28 22:08:33
## 5865 2022-11-28 22:07:16
## 5866 2022-11-28 22:07:03
## 5867 2022-11-28 22:06:13
## 5868 2022-11-28 22:05:56
## 5869 2022-11-28 22:05:07
## 5870 2022-11-28 22:05:05
## 5871 2022-11-28 22:04:26
## 5872 2022-11-28 22:04:02
## 5873 2022-11-28 22:03:11
## 5874 2022-11-28 22:03:10
## 5875 2022-11-28 22:02:41
## 5876 2022-11-28 22:02:10
## 5877 2022-11-28 22:01:47
## 5878 2022-11-28 22:01:40
## 5879 2022-11-28 22:00:46
## 5880 2022-11-28 22:00:17
## 5881 2022-11-28 22:00:14
## 5882 2022-11-28 22:00:06
## 5883 2022-11-28 21:59:20
## 5884 2022-11-28 21:59:08
## 5885 2022-11-28 21:58:56
## 5886 2022-11-28 21:58:48
## 5887 2022-11-28 21:58:46
## 5888 2022-11-28 21:58:26
## 5889 2022-11-28 21:58:24
## 5890 2022-11-28 21:58:20
## 5891 2022-11-28 21:58:10
## 5892 2022-11-28 21:58:04
## 5893 2022-11-28 21:56:48
## 5894 2022-11-28 21:56:41
## 5895 2022-11-28 21:56:25
## 5896 2022-11-28 21:56:07
## 5897 2022-11-28 21:55:46
## 5898 2022-11-28 21:55:02
## 5899 2022-11-28 21:54:50
## 5900 2022-11-28 21:54:34
## 5901 2022-11-28 21:54:34
## 5902 2022-11-28 21:54:32
## 5903 2022-11-28 21:54:31
## 5904 2022-11-28 21:54:23
## 5905 2022-11-28 21:53:00
## 5906 2022-11-28 21:52:49
## 5907 2022-11-28 21:52:08
## 5908 2022-11-28 21:52:06
## 5909 2022-11-28 21:51:45
## 5910 2022-11-28 21:51:38
## 5911 2022-11-28 21:51:02
## 5912 2022-11-28 21:50:42
## 5913 2022-11-28 21:50:27
## 5914 2022-11-28 21:50:14
## 5915 2022-11-28 21:50:03
## 5916 2022-11-28 21:49:23
## 5917 2022-11-28 21:49:13
## 5918 2022-11-28 21:48:32
## 5919 2022-11-28 21:47:48
## 5920 2022-11-28 21:47:43
## 5921 2022-11-28 21:46:27
## 5922 2022-11-28 21:46:13
## 5923 2022-11-28 21:46:00
## 5924 2022-11-28 21:45:33
## 5925 2022-11-28 21:45:19
## 5926 2022-11-28 21:44:56
## 5927 2022-11-28 21:44:25
## 5928 2022-11-28 21:43:55
## 5929 2022-11-28 21:43:34
## 5930 2022-11-28 21:43:32
## 5931 2022-11-28 21:43:08
## 5932 2022-11-28 21:42:50
## 5933 2022-11-28 21:42:49
## 5934 2022-11-28 21:42:45
## 5935 2022-11-28 21:41:45
## 5936 2022-11-28 21:41:21
## 5937 2022-11-28 21:41:01
## 5938 2022-11-28 21:40:20
## 5939 2022-11-28 21:39:58
## 5940 2022-11-28 21:38:46
## 5941 2022-11-28 21:38:41
## 5942 2022-11-28 21:38:06
## 5943 2022-11-28 21:37:29
## 5944 2022-11-28 21:37:10
## 5945 2022-11-28 21:35:56
## 5946 2022-11-28 21:35:49
## 5947 2022-11-28 21:35:37
## 5948 2022-11-28 21:35:04
## 5949 2022-11-28 21:34:51
## 5950 2022-11-28 21:34:43
## 5951 2022-11-28 21:33:32
## 5952 2022-11-28 21:33:14
## 5953 2022-11-28 21:33:13
## 5954 2022-11-28 21:32:48
## 5955 2022-11-28 21:32:44
## 5956 2022-11-28 21:32:16
## 5957 2022-11-28 21:31:27
## 5958 2022-11-28 21:31:26
## 5959 2022-11-28 21:31:10
## 5960 2022-11-28 21:31:03
## 5961 2022-11-28 21:30:41
## 5962 2022-11-28 21:30:10
## 5963 2022-11-28 21:29:58
## 5964 2022-11-28 21:29:22
## 5965 2022-11-28 21:29:22
## 5966 2022-11-28 21:28:55
## 5967 2022-11-28 21:28:02
## 5968 2022-11-28 21:27:50
## 5969 2022-11-28 21:27:47
## 5970 2022-11-28 21:26:12
## 5971 2022-11-28 21:25:47
## 5972 2022-11-28 21:24:53
## 5973 2022-11-28 21:24:37
## 5974 2022-11-28 21:24:34
## 5975 2022-11-28 21:24:02
## 5976 2022-11-28 21:22:51
## 5977 2022-11-28 21:22:38
## 5978 2022-11-28 21:22:15
## 5979 2022-11-28 21:21:46
## 5980 2022-11-28 21:20:30
## 5981 2022-11-28 21:20:17
## 5982 2022-11-28 21:19:45
## 5983 2022-11-28 21:18:56
## 5984 2022-11-28 21:18:55
## 5985 2022-11-28 21:18:39
## 5986 2022-11-28 21:18:30
## 5987 2022-11-28 21:18:21
## 5988 2022-11-28 21:17:34
## 5989 2022-11-28 21:17:27
## 5990 2022-11-28 21:16:51
## 5991 2022-11-28 21:16:28
##                                                                                                                                      statusSource
## 1                                                            <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2                                                            <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3                                                            <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4                                                            <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5                                                            <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6                                                              <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7                                                              <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8                                                              <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9                                                            <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 10                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 11                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 12                                                              <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 13                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 14                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 15                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 16                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 17                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 18                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 19                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 20                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 21                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 22                                                                        <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 23                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 24                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 25                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 26                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 27                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 28                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 29                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 30                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 31                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 32                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 33                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 34                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 35                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 36                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 37                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 38                                                                        <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 39                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 40                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 41                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 42                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 43                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 44                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 45                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 46                                                                        <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 47                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 48                                                                        <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 49                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 50                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 51                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 52                                                                        <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 53                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 54                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 55                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 56                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 57                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 58                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 59                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 60                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 61                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 62                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 63                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 64                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 65                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 66                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 67                                                                        <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 68                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 69                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 70                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 71                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 72                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 73                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 74                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 75                                                                           <a href="https://twitter.com/bunchoapp" rel="nofollow">BunchoApp</a>
## 76                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 77                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 78                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 79                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 80                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 81                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 82                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 83                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 84                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 85                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 86                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 87                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 88                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 89                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 90                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 91                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 92                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 93                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 94                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 95                                                                      <a href="https://twitter.com/HipChicago" rel="nofollow">HipChicagoBot</a>
## 96                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 97                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 98                                                             <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 99                                                           <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 100                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 101                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 102                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 103                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 104                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 105                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 106                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 107                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 108                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 109                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 110                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 111                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 112                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 113                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 114                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 115                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 116                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 117                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 118                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 119                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 120                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 121                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 122                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 123                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 124                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 125                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 126                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 127                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 128                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 129                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 130                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 131                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 132                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 133                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 134                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 135                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 136                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 137                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 138                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 139                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 140                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 141                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 142                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 143                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 144                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 145                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 146                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 147                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 148                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 149                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 150                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 151                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 152                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 153                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 154                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 155                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 156                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 157                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 158                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 159                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 160                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 161                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 162                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 163                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 164                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 165                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 166                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 167                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 168                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 169                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 170                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 171                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 172                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 173                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 174                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 175                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 176                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 177                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 178                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 179                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 180                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 181                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 182                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 183                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 184                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 185                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 186                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 187                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 188                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 189                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 190                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 191                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 192                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 193                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 194                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 195                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 196                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 197                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 198                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 199                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 200                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 201                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 202                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 203                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 204                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 205                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 206                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 207                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 208                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 209                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 210                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 211                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 212                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 213                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 214                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 215                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 216                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 217                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 218                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 219                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 220                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 221                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 222                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 223                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 224                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 225                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 226                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 227                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 228                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 229                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 230                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 231                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 232                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 233                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 234                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 235                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 236                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 237                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 238                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 239                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 240                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 241                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 242                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 243                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 244                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 245                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 246                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 247                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 248                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 249                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 250                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 251                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 252                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 253                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 254                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 255                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 256                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 257                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 258                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 259                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 260                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 261                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 262                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 263                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 264                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 265                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 266                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 267                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 268                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 269                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 270                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 271                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 272                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 273                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 274                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 275                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 276                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 277                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 278                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 279                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 280                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 281                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 282                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 283                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 284                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 285                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 286                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 287                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 288                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 289                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 290                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 291                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 292                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 293                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 294                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 295                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 296                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 297                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 298                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 299                                <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">IntrinsicApp</a>
## 300                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 301                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 302                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 303                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 304                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 305                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 306                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 307                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 308                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 309                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 310                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 311                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 312                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 313                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 314                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 315                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 316                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 317                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 318                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 319                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 320                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 321                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 322                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 323                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 324                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 325                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 326                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 327                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 328                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 329                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 330                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 331                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 332                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 333                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 334                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 335                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 336                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 337                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 338                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 339                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 340                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 341                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 342                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 343                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 344                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 345                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 346                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 347                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 348                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 349                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 350                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 351                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 352                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 353                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 354                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 355                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 356                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 357                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 358                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 359                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 360                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 361                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 362                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 363                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 364                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 365                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 366                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 367                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 368                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 369                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 370                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 371                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 372                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 373                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 374                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 375                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 376                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 377                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 378                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 379                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 380                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 381                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 382                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 383                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 384                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 385                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 386                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 387                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 388                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 389                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 390                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 391                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 392                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 393                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 394                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 395                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 396                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 397                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 398                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 399                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 400                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 401                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 402                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 403                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 404                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 405                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 406                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 407                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 408                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 409                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 410                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 411                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 412                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 413                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 414                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 415                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 416                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 417                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 418                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 419                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 420                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 421                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 422                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 423                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 424                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 425                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 426                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 427                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 428                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 429                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 430                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 431                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 432                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 433                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 434                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 435                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 436                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 437                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 438                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 439                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 440                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 441                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 442                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 443                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 444                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 445                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 446                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 447                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 448                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 449                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 450                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 451                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 452                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 453                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 454                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 455                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 456                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 457                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 458                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 459                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 460                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 461                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 462                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 463                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 464                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 465                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 466                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 467                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 468                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 469                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 470                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 471                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 472                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 473                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 474                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 475                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 476                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 477                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 478                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 479                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 480                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 481                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 482                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 483                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 484                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 485                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 486                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 487                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 488                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 489                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 490                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 491                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 492                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 493                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 494                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 495                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 496                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 497                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 498                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 499                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 500                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 501                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 502                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 503                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 504                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 505                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 506                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 507                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 508                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 509                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 510                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 511                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 512                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 513                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 514                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 515                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 516                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 517                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 518                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 519                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 520                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 521                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 522                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 523                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 524                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 525                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 526                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 527                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 528                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 529                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 530                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 531                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 532                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 533                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 534                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 535                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 536                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 537                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 538                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 539                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 540                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 541                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 542                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 543                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 544                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 545                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 546                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 547                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 548                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 549                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 550                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 551                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 552                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 553                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 554                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 555                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 556                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 557                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 558                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 559                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 560                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 561                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 562                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 563                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 564                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 565                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 566                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 567                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 568                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 569                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 570                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 571                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 572                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 573                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 574                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 575                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 576                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 577                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 578                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 579                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 580                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 581                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 582                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 583                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 584                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 585                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 586                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 587                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 588                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 589                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 590                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 591                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 592                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 593                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 594                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 595                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 596                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 597                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 598                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 599                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 600                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 601                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 602                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 603                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 604                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 605                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 606                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 607                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 608                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 609                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 610                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 611                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 612                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 613                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 614                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 615                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 616                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 617                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 618                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 619                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 620                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 621                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 622                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 623                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 624                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 625                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 626                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 627                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 628                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 629                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 630                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 631                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 632                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 633                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 634                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 635                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 636                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 637                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 638                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 639                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 640                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 641                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 642                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 643                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 644                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 645                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 646                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 647                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 648                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 649                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 650                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 651                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 652                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 653                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 654                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 655                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 656                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 657                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 658                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 659                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 660                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 661                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 662                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 663                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 664                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 665                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 666                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 667                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 668                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 669                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 670                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 671                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 672                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 673                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 674                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 675                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 676                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 677                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 678                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 679                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 680                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 681                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 682                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 683                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 684                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 685                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 686                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 687                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 688                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 689                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 690                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 691                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 692                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 693                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 694                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 695                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 696                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 697                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 698                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 699                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 700                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 701                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 702                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 703                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 704                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 705                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 706                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 707                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 708                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 709                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 710                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 711                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 712                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 713                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 714                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 715                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 716                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 717                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 718                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 719                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 720                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 721                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 722                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 723                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 724                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 725                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 726                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 727                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 728                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 729                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 730                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 731                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 732                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 733                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 734                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 735                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 736                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 737                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 738                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 739                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 740                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 741                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 742                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 743                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 744                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 745                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 746                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 747                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 748                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 749                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 750                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 751                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 752                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 753                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 754                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 755                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 756                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 757                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 758                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 759                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 760                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 761                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 762                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 763                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 764                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 765                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 766                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 767                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 768                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 769                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 770                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 771                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 772                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 773                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 774                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 775                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 776                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 777                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 778                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 779                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 780                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 781                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 782                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 783                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 784                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 785                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 786                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 787                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 788                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 789                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 790                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 791                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 792                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 793                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 794                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 795                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 796                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 797                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 798                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 799                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 800                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 801                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 802                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 803                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 804                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 805                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 806                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 807                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 808                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 809                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 810                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 811                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 812                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 813                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 814                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 815                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 816                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 817                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 818                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 819                                                           <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 820                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 821                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 822                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 823                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 824                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 825                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 826                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 827                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 828                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 829                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 830                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 831                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 832                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 833                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 834                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 835                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 836                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 837                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 838                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 839                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 840                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 841                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 842                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 843                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 844                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 845                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 846                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 847                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 848                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 849                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 850                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 851                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 852                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 853                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 854                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 855                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 856                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 857                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 858                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 859                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 860                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 861                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 862                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 863                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 864                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 865                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 866                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 867                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 868                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 869                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 870                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 871                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 872                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 873                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 874                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 875                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 876                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 877                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 878                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 879                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 880                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 881                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 882                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 883                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 884                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 885                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 886                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 887                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 888                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 889                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 890                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 891                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 892                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 893                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 894                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 895                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 896                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 897                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 898                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 899                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 900                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 901                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 902                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 903                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 904                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 905                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 906                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 907                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 908                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 909                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 910                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 911                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 912                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 913                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 914                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 915                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 916                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 917                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 918                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 919                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 920                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 921                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 922                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 923                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 924                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 925                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 926                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 927                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 928                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 929                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 930                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 931                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 932                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 933                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 934                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 935                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 936                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 937                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 938                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 939                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 940                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 941                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 942                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 943                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 944                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 945                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 946                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 947                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 948                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 949                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 950                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 951                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 952                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 953                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 954                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 955                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 956                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 957                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 958                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 959                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 960                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 961                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 962                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 963                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 964                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 965                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 966                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 967                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 968                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 969                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 970                                                                      <a href="http://dataminingthemoney.com " rel="nofollow">datareadinfo</a>
## 971                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 972                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 973                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 974                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 975                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 976                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 977                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 978                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 979                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 980                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 981                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 982                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 983                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 984                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 985                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 986                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 987                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 988                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 989                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 990                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 991                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 992                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 993                                                                       <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 994                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 995                                                             <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 996                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 997                                                            <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 998                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 999                                                          <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1000                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1001                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1002                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1003                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1004                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1005                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1006                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1007                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1008                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1009                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1010                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1011                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1012                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1013                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1014                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1015                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1016                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1017                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1018                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1019                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1020                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1021                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1022                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1023                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1024                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1025                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1026                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1027                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1028                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1029                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1030                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1031                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1032                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1033                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1034                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1035                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1036                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1037                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1038                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1039                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1040                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1041                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1042                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1043                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1044                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1045                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1046                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1047                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1048                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1049                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1050                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1051                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1052                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1053                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1054                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1055                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1056                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1057                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1058                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1059                                                                      <a href="https://www.viralsweep.com/" rel="nofollow">ViralSweep App</a>
## 1060                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1061                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1062                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1063                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1064                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1065                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1066                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1067                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1068                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1069                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1070                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1071                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1072                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1073                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1074                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1075                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1076                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1077                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1078                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1079                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1080                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1081                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1082                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1083                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1084                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1085                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1086                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1087                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1088                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1089                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1090                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1091                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1092                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1093                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1094                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1095                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1096                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1097                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1098                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1099                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1100                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1101                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1102                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1103                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1104                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1105                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1106                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1107                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1108                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1109                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1110                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1111                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1112                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1113                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1114                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1115                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1116                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1117                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1118                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1119                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1120                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1121                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1122                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1123                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1124                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1125                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1126                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1127                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1128                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1129                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1130                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1131                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1132                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1133                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1134                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1135                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1136                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1137                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1138                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1139                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1140                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1141                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1142                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1143                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1144                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1145                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1146                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1147                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1148                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1149                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1150                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1151                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1152                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1153                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1154                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1155                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1156                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1157                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1158                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1159                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1160                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1161                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1162                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1163                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1164                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1165                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1166                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1167                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1168                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1169                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1170                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1171                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1172                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1173                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1174                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1175                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1176                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1177                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1178                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1179                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1180                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1181                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1182                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1183                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1184                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1185                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1186                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1187                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1188                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1189                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1190                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1191                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1192                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1193                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1194                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1195                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1196                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1197                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1198                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1199                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1200                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1201                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1202                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1203                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1204                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1205                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1206                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1207                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1208                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1209                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1210                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1211                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1212                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1213                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1214                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1215                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1216                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1217                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1218                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1219                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1220                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1221                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1222                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1223                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1224                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1225                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1226                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1227                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1228                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1229                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1230                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1231                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1232                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1233                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1234                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1235                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1236                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1237                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1238                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1239                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1240                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1241                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1242                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1243                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1244                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1245                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1246                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1247                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1248                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1249                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1250                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1251                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1252                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1253                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1254                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1255                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1256                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1257                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1258                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1259                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1260                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1261                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1262                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1263                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1264                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1265                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1266                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1267                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1268                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1269                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1270                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1271                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1272                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1273                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1274                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1275                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1276                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1277                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1278                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1279                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1280                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1281                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1282                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1283                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1284                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1285                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1286                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1287                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1288                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1289                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1290                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1291                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1292                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1293                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1294                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1295                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1296                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1297                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1298                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1299                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1300                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1301                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1302                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1303                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1304                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1305                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1306                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1307                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1308                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1309                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1310                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1311                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1312                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1313                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1314                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1315                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1316                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1317                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1318                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1319                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1320                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1321                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1322                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1323                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1324                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1325                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1326                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1327                                                                   <a href="http://javascriptdigest.com" rel="nofollow">javascriptdigest2</a>
## 1328                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1329                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1330                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1331                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1332                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1333                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1334                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1335                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1336                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1337                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1338                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1339                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1340                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1341                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1342                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1343                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1344                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1345                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1346                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1347                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1348                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1349                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1350                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1351                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1352                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1353                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1354                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1355                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1356                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1357                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1358                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1359                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1360                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1361                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1362                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1363                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1364                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1365                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1366                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1367                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1368                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1369                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1370                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1371                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1372                                            <a href="https://github.com/sourceoftruthdata" rel="nofollow">sourceoftruthdata.com NFT Promo</a>
## 1373                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1374                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1375                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1376                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1377                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1378                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1379                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1380                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1381                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1382                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1383                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1384                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1385                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1386                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1387                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1388                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1389                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1390                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1391                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1392                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1393                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1394                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1395                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1396                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1397                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1398                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1399                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1400                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1401                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1402                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1403                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1404                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1405                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1406                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1407                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1408                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1409                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1410                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1411                                        <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 1412                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1413                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1414                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1415                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1416                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1417                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1418                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1419                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1420                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1421                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1422                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1423                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1424                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1425                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1426                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1427                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1428                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1429                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1430                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1431                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1432                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1433                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1434                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1435                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1436                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1437                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1438                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1439                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1440                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1441                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1442                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1443                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1444                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1445                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1446                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1447                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1448                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1449                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1450                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1451                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1452                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1453                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1454                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1455                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1456                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1457                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1458                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1459                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1460                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1461                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1462                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1463                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1464                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1465                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1466                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1467                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1468                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1469                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1470                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1471                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1472                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1473                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1474                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1475                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1476                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1477                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1478                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1479                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1480                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1481                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1482                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1483                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1484                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1485                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1486                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1487                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1488                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1489                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1490                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1491                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1492                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1493                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1494                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1495                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1496                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1497                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1498                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1499                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1500                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1501                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1502                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1503                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1504                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1505                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1506                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1507                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1508                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1509                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1510                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1511                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1512                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1513                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1514                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1515                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1516                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1517                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1518                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1519                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1520                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1521                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1522                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1523                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1524                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1525                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1526                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1527                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1528                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1529                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1530                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1531                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1532                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1533                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1534                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1535                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1536                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1537                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1538                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1539                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1540                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1541                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1542                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1543                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1544                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1545                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1546                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1547                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1548                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1549                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1550                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1551                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1552                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1553                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1554                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1555                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1556                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1557                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1558                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1559                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1560                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1561                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1562                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1563                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1564                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1565                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1566                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1567                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1568                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1569                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1570                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1571                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1572                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1573                                                                           <a href="https://socialbee.io/" rel="nofollow">SocialBee.io v2</a>
## 1574                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1575                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1576                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1577                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1578                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1579                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1580                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1581                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1582                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1583                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1584                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1585                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1586                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1587                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1588                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1589                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1590                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1591                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1592                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1593                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1594                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1595                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1596                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1597                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1598                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1599                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1600                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1601                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1602                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1603                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1604                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1605                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1606                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1607                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1608                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1609                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1610                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1611                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1612                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1613                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1614                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1615                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1616                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1617                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1618                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1619                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1620                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1621                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1622                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1623                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1624                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1625                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1626                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1627                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1628                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1629                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1630                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1631                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1632                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1633                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1634                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1635                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1636                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1637                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1638                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1639                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1640                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1641                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1642                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1643                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1644                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1645                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1646                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1647                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1648                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1649                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1650                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1651                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1652                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1653                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1654                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1655                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1656                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1657                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1658                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1659                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1660                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1661                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1662                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1663                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1664                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1665                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1666                                                                    <a href="https://twitter.com/HipChicago" rel="nofollow">HipChicagoBot</a>
## 1667                                                                    <a href="https://twitter.com/HipChicago" rel="nofollow">HipChicagoBot</a>
## 1668                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1669                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1670                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1671                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1672                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1673                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1674                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1675                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1676                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1677                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1678                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1679                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1680                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1681                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1682                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1683                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1684                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1685                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1686                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1687                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1688                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1689                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1690                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1691                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1692                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1693                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1694                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1695                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1696                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1697                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1698                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1699                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1700                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1701                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1702                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1703                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1704                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1705                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1706                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1707                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1708                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1709                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1710                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1711                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1712                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1713                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1714                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1715                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1716                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1717                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1718                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1719                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1720                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1721                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1722                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1723                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1724                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1725                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1726                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1727                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1728                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1729                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1730                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1731                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1732                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1733                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1734                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1735                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1736                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1737                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1738                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1739                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1740                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1741                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1742                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1743                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1744                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1745                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1746                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1747                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1748                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1749                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1750                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1751                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1752                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1753                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1754                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1755                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1756                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1757                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1758                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1759                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1760                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1761                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1762                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1763                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1764                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1765                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1766                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1767                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1768                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1769                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1770                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1771                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1772                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1773                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1774                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1775                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1776                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1777                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1778                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1779                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1780                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1781                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1782                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1783                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1784                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1785                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1786                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1787                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1788                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1789                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1790                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1791                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1792                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1793                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1794                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1795                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1796                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1797                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1798                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1799                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1800                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1801                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1802                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1803                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1804                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1805                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1806                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1807                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1808                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1809                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1810                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1811                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1812                               <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">OtomeTweeter</a>
## 1813                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1814                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1815                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1816                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1817                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1818                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1819                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1820                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1821                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1822                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1823                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1824                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1825                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1826                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1827                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1828                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1829                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1830                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1831                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1832                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1833                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1834                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1835                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1836                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1837                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1838                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1839                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1840                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1841                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1842                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1843                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1844                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1845                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1846                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1847                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1848                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1849                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1850                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1851                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1852                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1853                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1854                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1855                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1856                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1857                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1858                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1859                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1860                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1861                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1862                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1863                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1864                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1865                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1866                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1867                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1868                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1869                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1870                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1871                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1872                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1873                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1874                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1875                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1876                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1877                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1878                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1879                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1880                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1881                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1882                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1883                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1884                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1885                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1886                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1887                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1888                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1889                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1890                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1891                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1892                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1893                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1894                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1895                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1896                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1897                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1898                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1899                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1900                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1901                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1902                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1903                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1904                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1905                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1906                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1907                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1908                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1909                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1910                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1911                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1912                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1913                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1914                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1915                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1916                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1917                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1918                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1919                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1920                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1921                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1922                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1923                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1924                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1925                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1926                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1927                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1928                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1929                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1930                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1931                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1932                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1933                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1934                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1935                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1936                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1937                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1938                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1939                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1940                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1941                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1942                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1943                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1944                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1945                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1946                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1947                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1948                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1949                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1950                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1951                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1952                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1953                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1954                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1955                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1956                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1957                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1958                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1959                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1960                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1961                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1962                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1963                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1964                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1965                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1966                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1967                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1968                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1969                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1970                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1971                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1972                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1973                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1974                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1975                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1976                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1977                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1978                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1979                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1980                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1981                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1982                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1983                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1984                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1985                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1986                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1987                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1988                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1989                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1990                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1991                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1992                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1993                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1994                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1995                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1996                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1997                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1998                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1999                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2000                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2001                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2002                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2003                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2004                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2005                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2006                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2007                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2008                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2009                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2010                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2011                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2012                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2013                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2014                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2015                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2016                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2017                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2018                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2019                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2020                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2021                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2022                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2023                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2024                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2025                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2026                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2027                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2028                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2029                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2030                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2031                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2032                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2033                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2034                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2035                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2036                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2037                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2038                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2039                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2040                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2041                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2042                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2043                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2044                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2045                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2046                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2047                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2048                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2049                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2050                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2051                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2052                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2053                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2054                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2055                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2056                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2057                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2058                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2059                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2060                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2061                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2062                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2063                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2064                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2065                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2066                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2067                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2068                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2069                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2070                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2071                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2072                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2073                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2074                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2075                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2076                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2077                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2078                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2079                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2080                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2081                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2082                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2083                                                           <a href="http://www.blendervisual.blogspot.com" rel="nofollow">Twitter Mac bot</a>
## 2084                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2085                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2086                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2087                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2088                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2089                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2090                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2091                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2092                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2093                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2094                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2095                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2096                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2097                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2098                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2099                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2100                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2101                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2102                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2103                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2104                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2105                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2106                                                                                 <a href="https://blazedcodes.com" rel="nofollow">BlazeRT</a>
## 2107                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2108                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2109                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2110                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2111                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2112                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2113                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2114                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2115                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2116                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2117                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2118                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2119                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2120                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2121                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2122                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2123                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2124                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2125                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2126                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2127                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2128                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2129                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2130                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2131                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2132                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2133                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2134                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2135                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2136                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2137                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2138                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2139                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2140                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2141                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2142                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2143                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2144                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2145                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2146                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2147                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2148                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2149                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2150                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2151                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2152                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2153                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2154                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2155                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2156                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2157                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2158                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2159                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2160                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2161                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2162                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2163                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2164                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2165                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2166                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2167                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2168                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2169                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2170                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2171                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2172                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2173                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2174                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2175                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2176                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2177                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2178                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2179                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2180                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2181                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2182                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2183                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2184                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2185                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2186                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2187                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2188                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2189                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2190                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2191                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2192                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2193                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2194                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2195                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2196                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2197                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2198                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2199                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2200                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2201                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2202                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2203                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2204                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2205                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2206                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2207                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2208                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2209                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2210                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2211                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2212                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2213                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2214                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2215                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2216                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2217                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2218                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2219                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2220                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2221                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2222                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2223                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2224                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2225                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2226                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2227                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2228                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2229                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2230                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2231                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2232                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2233                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2234                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2235                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2236                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2237                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2238                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2239                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2240                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2241                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2242                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2243                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2244                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2245                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2246                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2247                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2248                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2249                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2250                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2251                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2252                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2253                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2254                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2255                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2256                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2257                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2258                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2259                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2260                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2261                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2262                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2263                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2264                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2265                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2266                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2267                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2268                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2269                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2270                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2271                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2272                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2273                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2274                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2275                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2276                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2277                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2278                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2279                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2280                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2281                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2282                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2283                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2284                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2285                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2286                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2287                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2288                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2289                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2290                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2291                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2292                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2293                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2294                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2295                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2296                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2297                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2298                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2299                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2300                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2301                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2302                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2303                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2304                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2305                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2306                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2307                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2308                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2309                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2310                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2311                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2312                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2313                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2314                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2315                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2316                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2317                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2318                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2319                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2320                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2321                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2322                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2323                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2324                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2325                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2326                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2327                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2328                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2329                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2330                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2331                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2332                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2333                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2334                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2335                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2336                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2337                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2338                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2339                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2340                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2341                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2342                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2343                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2344                                                                               <a href="https://nookgaming.com" rel="nofollow">VN_Tweeter</a>
## 2345                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2346                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2347                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2348                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2349                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2350                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2351                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2352                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2353                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2354                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2355                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2356                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2357                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2358                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2359                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2360                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2361                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2362                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2363                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2364                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2365                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2366                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2367                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2368                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2369                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2370                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2371                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2372                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2373                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2374                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2375                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2376                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2377                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2378                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2379                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2380                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2381                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2382                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2383                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2384                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2385                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2386                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2387                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2388                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2389                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2390                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2391                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2392                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2393                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2394                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2395                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2396                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2397                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2398                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2399                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2400                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2401                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2402                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2403                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2404                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2405                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2406                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2407                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2408                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2409                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2410                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2411                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2412                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2413                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2414                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2415                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2416                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2417                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2418                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2419                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2420                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2421                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2422                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2423                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2424                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2425                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2426                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2427                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2428                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2429                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2430                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2431                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2432                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2433                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2434                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2435                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2436                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2437                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2438                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2439                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2440                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2441                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2442                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2443                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2444                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2445                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2446                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2447                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2448                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2449                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2450                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2451                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2452                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2453                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2454                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2455                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2456                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2457                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2458                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2459                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2460                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2461                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2462                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2463                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2464                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2465                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2466                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2467                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2468                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2469                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2470                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2471                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2472                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2473                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2474                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2475                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2476                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2477                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2478                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2479                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2480                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2481                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2482                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2483                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2484                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2485                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2486                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2487                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2488                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2489                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2490                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2491                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2492                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2493                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2494                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2495                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2496                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2497                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2498                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2499                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2500                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2501                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2502                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2503                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2504                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2505                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2506                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2507                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2508                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2509                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2510                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2511                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2512                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2513                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2514                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2515                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2516                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2517                                                      <a href="https://tapbots.com/software/tweetbot/mac" rel="nofollow">Tweetbot for Mac</a>
## 2518                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2519                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2520                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2521                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2522                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2523                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2524                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2525                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2526                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2527                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2528                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2529                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2530                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2531                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2532                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2533                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2534                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2535                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2536                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2537                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2538                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2539                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2540                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2541                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2542                                                                                   <a href="https://gambiste.com" rel="nofollow">Gambiste</a>
## 2543                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2544                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2545                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2546                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2547                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2548                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2549                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2550                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2551                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2552                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2553                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2554                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2555                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2556                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2557                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2558                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2559                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2560                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2561                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2562                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2563                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2564                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2565                                                                     <a href="https://eurasiapol.ftrsk.net" rel="nofollow">Eurasiapolnews</a>
## 2566                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2567                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2568                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2569                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2570                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2571                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2572                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2573                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2574                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2575                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2576                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2577                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2578                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2579                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2580                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2581                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2582                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2583                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2584                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2585                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2586                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2587                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2588                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2589                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2590                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2591                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2592                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2593                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2594                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2595                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2596                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2597                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2598                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2599                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2600                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2601                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2602                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2603                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2604                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2605                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2606                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2607                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2608                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2609                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2610                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2611                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2612                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2613                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2614                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2615                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2616                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2617                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2618                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2619                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2620                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2621                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2622                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2623                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2624                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2625                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2626                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2627                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2628                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2629                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2630                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2631                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2632                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2633                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2634                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2635                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2636                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2637                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2638                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2639                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2640                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2641                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2642                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2643                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2644                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2645                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2646                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2647                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2648                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2649                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2650                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2651                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2652                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2653                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2654                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2655                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2656                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2657                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2658                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2659                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2660                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2661                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2662                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2663                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2664                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2665                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2666                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2667                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2668                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2669                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2670                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2671                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2672                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2673                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2674                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2675                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2676                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2677                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2678                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2679                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2680                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2681                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2682                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2683                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2684                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2685                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2686                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2687                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2688                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2689                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2690                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2691                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2692                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2693                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2694                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2695                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2696                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2697                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2698                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2699                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2700                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2701                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2702                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2703                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2704                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2705                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2706                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2707                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2708                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2709                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2710                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2711                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2712                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2713                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2714                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2715                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2716                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2717                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2718                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2719                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2720                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2721                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2722                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2723                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2724                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2725                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2726                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2727                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2728                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2729                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2730                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2731                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2732                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2733                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2734                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2735                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2736                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2737                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2738                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2739                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2740                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2741                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2742                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2743                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2744                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2745                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2746                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2747                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2748                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2749                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2750                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2751                                <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Angel's bot</a>
## 2752                                                      <a href="http://mattiascibien.net/projects/#3drenderbot" rel="nofollow">3dRenderBot</a>
## 2753                                                      <a href="http://mattiascibien.net/projects/#3drenderbot" rel="nofollow">3dRenderBot</a>
## 2754                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2755                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2756                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2757                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2758                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2759                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2760                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2761                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2762                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2763                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2764                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2765                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2766                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2767                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2768                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2769                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2770                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2771                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2772                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2773                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2774                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2775                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2776                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2777                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2778                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2779                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2780                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2781                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2782                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2783                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2784                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2785                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2786                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2787                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2788                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2789                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2790                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2791                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2792                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2793                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2794                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2795                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2796                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2797                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2798                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2799                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2800                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2801                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2802                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2803                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2804                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2805                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2806                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2807                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2808                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2809                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2810                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2811                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2812                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2813                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2814                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2815                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2816                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2817                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2818                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2819                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2820                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2821                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2822                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2823                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2824                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2825                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2826                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2827                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2828                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2829                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2830                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2831                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2832                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2833                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2834                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2835                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2836                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2837                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2838                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2839                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2840                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2841                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2842                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2843                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2844                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2845                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2846                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2847                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2848                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2849                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2850                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2851                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2852                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2853                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2854                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2855                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2856                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2857                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2858                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2859                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2860                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2861                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2862                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2863                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2864                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2865                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2866                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2867                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2868                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2869                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2870                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2871                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2872                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2873                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2874                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2875                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2876                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2877                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2878                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2879                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2880                                                      <a href="https://tapbots.com/software/tweetbot/mac" rel="nofollow">Tweetbot for Mac</a>
## 2881                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2882                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2883                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2884                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2885                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2886                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2887                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2888                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2889                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2890                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2891                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2892                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2893                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2894                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2895                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2896                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2897                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2898                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2899                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2900                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2901                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2902                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2903                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2904                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2905                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2906                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2907                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2908                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2909                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2910                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2911                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2912                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2913                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2914                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2915                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2916                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2917                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2918                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2919                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2920                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2921                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2922                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2923                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2924                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2925                                                                                       <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2926                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2927                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2928                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2929                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2930                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2931                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2932                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2933                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2934                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2935                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2936                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2937                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2938                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2939                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2940                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2941                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2942                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2943                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2944                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2945                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2946                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2947                                        <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 2948                                        <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 2949                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2950                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2951                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2952                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2953                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2954                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2955                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2956                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2957                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2958                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2959                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2960                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2961                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2962                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2963                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2964                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2965                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2966                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2967                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2968                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2969                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2970                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2971                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2972                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2973                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2974                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2975                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2976                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2977                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2978                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2979                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2980                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2981                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2982                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2983                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2984                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2985                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2986                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2987                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2988                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2989                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2990                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2991                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2992                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2993                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2994                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2995                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2996                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2997                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2998                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2999                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3000                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3001                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3002                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3003                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3004                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3005                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3006                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3007                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3008                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3009                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3010                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3011                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3012                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3013                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3014                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3015                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3016                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3017                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3018                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3019                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3020                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3021                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3022                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3023                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3024                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3025                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3026                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3027                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3028                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3029                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3030                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3031                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3032                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3033                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3034                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3035                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3036                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3037                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3038                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3039                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3040                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3041                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3042                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3043                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3044                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3045                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3046                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3047                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3048                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3049                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3050                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3051                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3052                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3053                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3054                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3055                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3056                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3057                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3058                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3059                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3060                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3061                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3062                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3063                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3064                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3065                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3066                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3067                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3068                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3069                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3070                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3071                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3072                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3073                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3074                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3075                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3076                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3077                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3078                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3079                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3080                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3081                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3082                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3083                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3084                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3085                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3086                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3087                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3088                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3089                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3090                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3091                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3092                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3093                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3094                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3095                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3096                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3097                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3098                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3099                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3100                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3101                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3102                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3103                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3104                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3105                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3106                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3107                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3108                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3109                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3110                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3111                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3112                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3113                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3114                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3115                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3116                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3117                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3118                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3119                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3120                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3121                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3122                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3123                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3124                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3125                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3126                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3127                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3128                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3129                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3130                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3131                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3132                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3133                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3134                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3135                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3136                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3137                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3138                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3139                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3140                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3141                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3142                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3143                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3144                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3145                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3146                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3147                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3148                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3149                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3150                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3151                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3152                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3153                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3154                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3155                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3156                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3157                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3158                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3159                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3160                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3161                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3162                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3163                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3164                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3165                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3166                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3167                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3168                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3169                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3170                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3171                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3172                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3173                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3174                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3175                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3176                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3177                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3178                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3179                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3180                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3181                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3182                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3183                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3184                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3185                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3186                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3187                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3188                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3189                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3190                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3191                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3192                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3193                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3194                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3195                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3196                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3197                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3198                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3199                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3200                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3201                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3202                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3203                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3204                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3205                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3206                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3207                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3208                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3209                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3210                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3211                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3212                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3213                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3214                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3215                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3216                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3217                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3218                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3219                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3220                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3221                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3222                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3223                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3224                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3225                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3226                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3227                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3228                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3229                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3230                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3231                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3232                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3233                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3234                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3235                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3236                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3237                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3238                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3239                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3240                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3241                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3242                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3243                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3244                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3245                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3246                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3247                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3248                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3249                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3250                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3251                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3252                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3253                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3254                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3255                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3256                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3257                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3258                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3259                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3260                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3261                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3262                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3263                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3264                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3265                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3266                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3267                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3268                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3269                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3270                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3271                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3272                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3273                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3274                                                      <a href="https://tapbots.com/software/tweetbot/mac" rel="nofollow">Tweetbot for Mac</a>
## 3275                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3276                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3277                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3278                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3279                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3280                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3281                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3282                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3283                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3284                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3285                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3286                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3287                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3288                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3289                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3290                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3291                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3292                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3293                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3294                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3295                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3296                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3297                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3298                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3299                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3300                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3301                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3302                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3303                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3304                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3305                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3306                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3307                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3308                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3309                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3310                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3311                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3312                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3313                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3314                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3315                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3316                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3317                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3318                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3319                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3320                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3321                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3322                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3323                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3324                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3325                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3326                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3327                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3328                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3329                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3330                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3331                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3332                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3333                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3334                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3335                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3336                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3337                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3338                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3339                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3340                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3341                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3342                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3343                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3344                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3345                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3346                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3347                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3348                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3349                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3350                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3351                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3352                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3353                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3354                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3355                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3356                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3357                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3358                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3359                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3360                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3361                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3362                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3363                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3364                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3365                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3366                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3367                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3368                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3369                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3370                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3371                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3372                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3373                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3374                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3375                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3376                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3377                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3378                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3379                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3380                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3381                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3382                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3383                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3384                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3385                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3386                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3387                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3388                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3389                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3390                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3391                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3392                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3393                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3394                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3395                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3396                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3397                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3398                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3399                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3400                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3401                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3402                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3403                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3404                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3405                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3406                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3407                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3408                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3409                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3410                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3411                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3412                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3413                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3414                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3415                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3416                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3417                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3418                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3419                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3420                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3421                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3422                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3423                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3424                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3425                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3426                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3427                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3428                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3429                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3430                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3431                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3432                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3433                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3434                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3435                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3436                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3437                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3438                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3439                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3440                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3441                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3442                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3443                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3444                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3445                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3446                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3447                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3448                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3449                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3450                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3451                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3452                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3453                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3454                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3455                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3456                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3457                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3458                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3459                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3460                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3461                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3462                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3463                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3464                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3465                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3466                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3467                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3468                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3469                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3470                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3471                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3472                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3473                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3474                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3475                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3476                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3477                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3478                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3479                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3480                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3481                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3482                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3483                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3484                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3485                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3486                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3487                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3488                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3489                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3490                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3491                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3492                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3493                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3494                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3495                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3496                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3497                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3498                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3499                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3500                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3501                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3502                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3503                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3504                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3505                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3506                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3507                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3508                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3509                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3510                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3511                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3512                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3513                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3514                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3515                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3516                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3517                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3518                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3519                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3520                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3521                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3522                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3523                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3524                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3525                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3526                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3527                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3528                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3529                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3530                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3531                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3532                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3533                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3534                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3535                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3536                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3537                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3538                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3539                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3540                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3541                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3542                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3543                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3544                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3545                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3546                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3547                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3548                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3549                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3550                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3551                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3552                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3553                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3554                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3555                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3556                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3557                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3558                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3559                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3560                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3561                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3562                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3563                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3564                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3565                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3566                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3567                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3568                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3569                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3570                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3571                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3572                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3573                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3574                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3575                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3576                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3577                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3578                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3579                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3580                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3581                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3582                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3583                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3584                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3585                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3586                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3587                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3588                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3589                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3590                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3591                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3592                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3593                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3594                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3595                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3596                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3597                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3598                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3599                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3600                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3601                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3602                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3603                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3604                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3605                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3606                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3607                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3608                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3609                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3610                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3611                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3612                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3613                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3614                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3615                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3616                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3617                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3618                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3619                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3620                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3621                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3622                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3623                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3624                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3625                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3626                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3627                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3628                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3629                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3630                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3631                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3632                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3633                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3634                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3635                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3636                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3637                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3638                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3639                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3640                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3641                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3642                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3643                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3644                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3645                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3646                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3647                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3648                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3649                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3650                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3651                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3652                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3653                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3654                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3655                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3656                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3657                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3658                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3659                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3660                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3661                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3662                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3663                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3664                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3665                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3666                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3667                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3668                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3669                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3670                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3671                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3672                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3673                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3674                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3675                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3676                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3677                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3678                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3679                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3680                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3681                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3682                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3683                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3684                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3685                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3686                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3687                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3688                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3689                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3690                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3691                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3692                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3693                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3694                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3695                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3696                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3697                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3698                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3699                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3700                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3701                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3702                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3703                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3704                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3705                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3706                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3707                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3708                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3709                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3710                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3711                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3712                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3713                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3714                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3715                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3716                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3717                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3718                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3719                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3720                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3721                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3722                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3723                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3724                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3725                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3726                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3727                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3728                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3729                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3730                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3731                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3732                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3733                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3734                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3735                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3736                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3737                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3738                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3739                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3740                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3741                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3742                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3743                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3744                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3745                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3746                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3747                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3748                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3749                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3750                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3751                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3752                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3753                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3754                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3755                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3756                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3757                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3758                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3759                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3760                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3761                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3762                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3763                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3764                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3765                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3766                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3767                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3768                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3769                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3770                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3771                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3772                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3773                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3774                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3775                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3776                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3777                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3778                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3779                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3780                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3781                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3782                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3783                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3784                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3785                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3786                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3787                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3788                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3789                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3790                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3791                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3792                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3793                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3794                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3795                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3796                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3797                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3798                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3799                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3800                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3801                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3802                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3803                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3804                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3805                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3806                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3807                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3808                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3809                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3810                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3811                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3812                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3813                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3814                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3815                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3816                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3817                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3818                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3819                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3820                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3821                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3822                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3823                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3824                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3825                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3826                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3827                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3828                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3829                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3830                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3831                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3832                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3833                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3834                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3835                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3836                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3837                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3838                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3839                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3840                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3841                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3842                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3843                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3844                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3845                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3846                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3847                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3848                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3849                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3850                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3851                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3852                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3853                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3854                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3855                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3856                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3857                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3858                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3859                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3860                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3861                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3862                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3863                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3864                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3865                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3866                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3867                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3868                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3869                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3870                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3871                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3872                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3873                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3874                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3875                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3876                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3877                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3878                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3879                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3880                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3881                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3882                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3883                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3884                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3885                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3886                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3887                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3888                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3889                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3890                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3891                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3892                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3893                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3894                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3895                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3896                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3897                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3898                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3899                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3900                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3901                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3902                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3903                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3904                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3905                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3906                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3907                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3908                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3909                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3910                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3911                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3912                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3913                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3914                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3915                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3916                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3917                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3918                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3919                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3920                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3921                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3922                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3923                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3924                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3925                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3926                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3927                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3928                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3929                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3930                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3931                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3932                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3933                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3934                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3935                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3936                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3937                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3938                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3939                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3940                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3941                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3942                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3943                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3944                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3945                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3946                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3947                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3948                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3949                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3950                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3951                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3952                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3953                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3954                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3955                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3956                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3957                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3958                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3959                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3960                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3961                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3962                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3963                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3964                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3965                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3966                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3967                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3968                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3969                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3970                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3971                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3972                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3973                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3974                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3975                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3976                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3977                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3978                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3979                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3980                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3981                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3982                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3983                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3984                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3985                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3986                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3987                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3988                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3989                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3990                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3991                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3992                                                                    <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 3993                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3994                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3995                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3996                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3997                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3998                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3999                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4000                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4001                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4002                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4003                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4004                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4005                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4006                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4007                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4008                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4009                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4010                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4011                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4012                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4013                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4014                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4015                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4016                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4017                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4018                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4019                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4020                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4021                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4022                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4023                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4024                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4025                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4026                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4027                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4028                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4029                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4030                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4031                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4032                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4033                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4034                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4035                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4036                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4037                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4038                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4039                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4040                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4041                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4042                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4043                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4044                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4045                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4046                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4047                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4048                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4049                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4050                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4051                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4052                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4053                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4054                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4055                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4056                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4057                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4058                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4059                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4060                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4061                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4062                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4063                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4064                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4065                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4066                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4067                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4068                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4069                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4070                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4071                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4072                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4073                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4074                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4075                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4076                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4077                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4078                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4079                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4080                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4081                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4082                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4083                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4084                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4085                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4086                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4087                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4088                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4089                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4090                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4091                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4092                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4093                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4094                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4095                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4096                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4097                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4098                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4099                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4100                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4101                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4102                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4103                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4104                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4105                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4106                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4107                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4108                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4109                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4110                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4111                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4112                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4113                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4114                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4115                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4116                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4117                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4118                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4119                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4120                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4121                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4122                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4123                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4124                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4125                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4126                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4127                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4128                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4129                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4130                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4131                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4132                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4133                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4134                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4135                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4136                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4137                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4138                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4139                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4140                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4141                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4142                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4143                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4144                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4145                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4146                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4147                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4148                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4149                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4150                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4151                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4152                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4153                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4154                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4155                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4156                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4157                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4158                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4159                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4160                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4161                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4162                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4163                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4164                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4165                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4166                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4167                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4168                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4169                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4170                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4171                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4172                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4173                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4174                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4175                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4176                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4177                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4178                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4179                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4180                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4181                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4182                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4183                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4184                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4185                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4186                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4187                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4188                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4189                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4190                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4191                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4192                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4193                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4194                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4195                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4196                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4197                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4198                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4199                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4200                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4201                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4202                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4203                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4204                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4205                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4206                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4207                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4208                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4209                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4210                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4211                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4212                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4213                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4214                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4215                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4216                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4217                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4218                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4219                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4220                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4221                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4222                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4223                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4224                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4225                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4226                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4227                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4228                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4229                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4230                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4231                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4232                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4233                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4234                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4235                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4236                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4237                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4238                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4239                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4240                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4241                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4242                               <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">OtomeTweeter</a>
## 4243                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4244                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4245                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4246                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4247                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4248                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4249                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4250                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4251                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4252                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4253                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4254                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4255                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4256                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4257                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4258                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4259                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4260                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4261                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4262                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4263                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4264                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4265                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4266                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4267                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4268                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4269                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4270                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4271                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4272                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4273                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4274                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4275                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4276                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4277                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4278                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4279                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4280                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4281                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4282                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4283                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4284                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4285                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4286                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4287                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4288                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4289                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4290                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4291                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4292                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4293                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4294                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4295                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4296                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4297                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4298                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4299                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4300                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4301                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4302                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4303                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4304                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4305                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4306                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4307                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4308                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4309                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4310                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4311                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4312                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4313                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4314                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4315                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4316                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4317                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4318                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4319                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4320                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4321                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4322                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4323                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4324                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4325                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4326                                                                    <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 4327                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4328                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4329                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4330                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4331                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4332                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4333                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4334                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4335                                                                     <a href="http://dataminingthemoney.com " rel="nofollow">datareadinfo</a>
## 4336                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4337                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4338                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4339                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4340                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4341                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4342                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4343                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4344                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4345                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4346                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4347                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4348                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4349                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4350                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4351                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4352                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4353                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4354                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4355                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4356                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4357                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4358                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4359                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4360                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4361                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4362                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4363                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4364                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4365                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4366                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4367                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4368                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4369                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4370                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4371                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4372                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4373                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4374                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4375                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4376                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4377                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4378                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4379                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4380                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4381                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4382                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4383                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4384                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4385                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4386                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4387                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4388                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4389                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4390                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4391 <a href="https://script.google.com/macros/s/AKfycbx4vGUVr8-ffs5hEehcDk9bs6qgNF12LQGYA-DNXR98KM8VKVBF/exec?v1" rel="nofollow">GDTron RT 1</a>
## 4392                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4393                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4394                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4395                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4396                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4397                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4398                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4399                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4400                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4401                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4402                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4403                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4404                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4405                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4406                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4407                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4408                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4409                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4410                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4411                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4412                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4413                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4414                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4415                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4416                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4417                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4418                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4419                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4420                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4421                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4422                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4423                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4424                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4425                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4426                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4427                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4428                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4429                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4430                                                                           <a href="https://sentiment.com" rel="nofollow">twitter pack v5</a>
## 4431                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4432                                                                               <a href="https://nookgaming.com" rel="nofollow">VN_Tweeter</a>
## 4433                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4434                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4435                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4436                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4437                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4438                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4439                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4440                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4441                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4442                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4443                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4444                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4445                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4446                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4447                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4448                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4449                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4450                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4451                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4452                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4453                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4454                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4455                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4456                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4457                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4458                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4459                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4460                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4461                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4462                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4463                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4464                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4465                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4466                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4467                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4468                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4469                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4470                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4471                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4472                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4473                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4474                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4475                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4476                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4477                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4478                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4479                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4480                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4481                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4482                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4483                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4484                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4485                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4486                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4487                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4488                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4489                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4490                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4491                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4492                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4493                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4494                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4495                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4496                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4497                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4498                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4499                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4500                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4501                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4502                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4503                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4504                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4505                                                                    <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 4506                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4507                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4508                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4509                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4510                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4511                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4512                                                                               <a href="https://nookgaming.com" rel="nofollow">VN_Tweeter</a>
## 4513                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4514                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4515                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4516                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4517                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4518                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4519                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4520                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4521                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4522                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4523                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4524                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4525                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4526                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4527                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4528                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4529                                                                                  <a href="http://twinybots.com" rel="nofollow">TwinyBots</a>
## 4530                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4531                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4532                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4533                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4534                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4535                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4536                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4537                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4538                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4539                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4540                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4541                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4542                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4543                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4544                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4545                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4546                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4547                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4548                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4549                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4550                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4551                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4552                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4553                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4554                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4555                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4556                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4557                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4558                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4559                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4560                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4561                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4562                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4563                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4564                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4565                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4566                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4567                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4568                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4569                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4570                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4571                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4572                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4573                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4574                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4575                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4576                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4577                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4578                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4579                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4580                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4581                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4582                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4583                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4584                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4585                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4586                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4587                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4588                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4589                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4590                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4591                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4592                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4593                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4594                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4595                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4596                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4597                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4598                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4599                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4600                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4601                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4602                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4603                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4604                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4605                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4606                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4607                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4608                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4609                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4610                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4611                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4612                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4613                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4614                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4615                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4616                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4617                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4618                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4619                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4620                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4621                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4622                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4623                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4624                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4625                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4626                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4627                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4628                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4629                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4630                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4631                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4632                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4633                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4634                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4635                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4636                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4637                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4638                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4639                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4640                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4641                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4642                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4643                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4644                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4645                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4646                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4647                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4648                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4649                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4650                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4651                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4652                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4653                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4654                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4655                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4656                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4657                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4658                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4659                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4660                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4661                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4662                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4663                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4664                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4665                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4666                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4667                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4668                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4669                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4670                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4671                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4672                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4673                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4674                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4675                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4676                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4677                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4678                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4679                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4680                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4681                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4682                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4683                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4684                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4685                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4686                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4687                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4688                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4689                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4690                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4691                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4692                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4693                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4694                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4695                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4696                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4697                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4698                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4699                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4700                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4701                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4702                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4703                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4704                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4705                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4706                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4707                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4708                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4709                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4710                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4711                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4712                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4713                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4714                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4715                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4716                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4717                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4718                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4719                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4720                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4721                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4722                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4723                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4724                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4725                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4726                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4727                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4728                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4729                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4730                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4731                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4732                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4733                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4734                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4735                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4736                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4737                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4738                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4739                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4740                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4741                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4742                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4743                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4744                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4745                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4746                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4747                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4748                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4749                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4750                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4751                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4752                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4753                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4754                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4755                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4756                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4757                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4758                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4759                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4760                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4761                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4762                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4763                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4764                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4765                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4766                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4767                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4768                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4769                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4770                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4771                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4772                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4773                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4774                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4775                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4776                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4777                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4778                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4779                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4780                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4781                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4782                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4783                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4784                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4785                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4786                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4787                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4788                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4789                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4790                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4791                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4792                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4793                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4794                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4795                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4796                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4797                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4798                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4799                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4800                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4801                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4802                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4803                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4804                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4805                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4806                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4807                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4808                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4809                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4810                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4811                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4812                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4813                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4814                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4815                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4816                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4817                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4818                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4819                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4820                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4821                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4822                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4823                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4824                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4825                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4826                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4827                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4828                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4829                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4830                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4831                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4832                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4833                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4834                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4835                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4836                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4837                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4838                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4839                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4840                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4841                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4842                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4843                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4844                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4845                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4846                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4847                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4848                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4849                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4850                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4851                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4852                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4853                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4854                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4855                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4856                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4857                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4858                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4859                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4860                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4861                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4862                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4863                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4864                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4865                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4866                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4867                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4868                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4869                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4870                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4871                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4872                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4873                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4874                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4875                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4876                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4877                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4878                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4879                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4880                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4881                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4882                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4883                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4884                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4885                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4886                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4887                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4888                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4889                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4890                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4891                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4892                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4893                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4894                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4895                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4896                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4897                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4898                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4899                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4900                                                                               <a href="https://nookgaming.com" rel="nofollow">VN_Tweeter</a>
## 4901                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4902                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4903                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4904                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4905                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4906                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4907                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4908                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4909                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4910                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4911                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4912                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4913                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4914                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4915                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4916                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4917                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4918                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4919                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4920                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4921                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4922                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4923                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4924                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4925                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4926                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4927                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4928                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4929                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4930                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4931                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4932                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4933                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4934                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4935                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4936                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4937                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4938                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4939                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4940                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4941                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4942                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4943                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4944                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4945                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4946                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4947                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4948                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4949                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4950                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4951                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4952                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4953                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4954                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4955                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4956                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4957                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4958                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4959                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4960                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4961                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4962                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4963                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4964                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4965                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4966                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4967                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4968                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4969                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4970                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4971                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4972                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4973                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4974                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4975                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4976                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4977                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4978                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4979                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4980                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4981                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4982                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4983                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4984                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4985                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4986                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4987                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4988                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4989                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4990                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4991                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4992                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4993                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4994                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4995                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4996                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4997                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4998                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4999                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5000                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5001                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5002                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5003                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5004                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5005                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5006                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5007                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5008                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5009                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5010                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5011                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5012                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5013                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5014                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5015                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5016                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5017                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5018                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5019                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5020                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5021                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5022                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5023                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5024                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5025                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5026                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5027                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5028                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5029                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5030                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5031                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5032                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5033                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5034                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5035                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5036                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5037                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5038                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5039                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5040                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5041                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5042                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5043                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5044                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5045                                                                                  <a href="http://twinybots.com" rel="nofollow">TwinyBots</a>
## 5046                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5047                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5048                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5049                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5050                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5051                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5052                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5053                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5054                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5055                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5056                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5057                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5058                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5059                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5060                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5061                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5062                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5063                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5064                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5065                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5066                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5067                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5068                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5069                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5070                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5071                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5072                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5073                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5074                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5075                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5076                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5077                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5078                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5079                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5080                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5081                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5082                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5083                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5084                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5085                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5086                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5087                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5088                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5089                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5090                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5091                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5092                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5093                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5094                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5095                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5096                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5097                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5098                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5099                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5100                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5101                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5102                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5103                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5104                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5105                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5106                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5107                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5108                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5109                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5110                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5111                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5112                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5113                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5114                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5115                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5116                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5117                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5118                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5119                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5120                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5121                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5122                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5123                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5124                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5125                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5126                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5127                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5128                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5129                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5130                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5131                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5132                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5133                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5134                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5135                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5136                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5137                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5138                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5139                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5140                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5141                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5142                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5143                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5144                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5145                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5146                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5147                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5148                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5149                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5150                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5151                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5152                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5153                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5154                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5155                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5156                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5157                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5158                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5159                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5160                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5161                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5162                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5163                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5164                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5165                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5166                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5167                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5168                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5169                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5170                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5171                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5172                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5173                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5174                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5175                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5176                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5177                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5178                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5179                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5180                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5181                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5182                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5183                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5184                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5185                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5186                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5187                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5188                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5189                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5190                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5191                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5192                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5193                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5194                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5195                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5196                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5197                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5198                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5199                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5200                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5201                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5202                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5203                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5204                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5205                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5206                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5207                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5208                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5209                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5210                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5211                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5212                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5213                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5214                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5215                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5216                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5217                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5218                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5219                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5220                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5221                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5222                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5223                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5224                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5225                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5226                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5227                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5228                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5229                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5230                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5231                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5232                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5233                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5234                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5235                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5236                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5237                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5238                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5239                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5240                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5241                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5242                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5243                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5244                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5245                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5246                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5247                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5248                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5249                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5250                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5251                                                                                  <a href="http://twinybots.com" rel="nofollow">TwinyBots</a>
## 5252                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5253                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5254                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5255                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5256                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5257                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5258                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5259                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5260                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5261                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5262                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5263                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5264                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5265                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5266                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5267                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5268                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5269                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5270                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5271                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5272                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5273                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5274                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5275                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5276                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5277                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5278                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5279                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5280                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5281                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5282                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5283                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5284                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5285                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5286                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5287                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5288                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5289                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5290                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5291                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5292                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5293                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5294                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5295                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5296                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5297                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5298                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5299                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5300                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5301                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5302                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5303                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5304                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5305                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5306                                          <a href="https://itunes.apple.com/jp/app/hel2um/id1146280429?mt=8" rel="nofollow">Hel2um on iOS</a>
## 5307                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5308                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5309                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5310                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5311                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5312                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5313                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5314                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5315                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5316                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5317                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5318                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5319                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5320                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5321                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5322                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5323                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5324                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5325                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5326                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5327                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5328                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5329                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5330                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5331                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5332                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5333                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5334                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5335                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5336                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5337                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5338                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5339                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5340                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5341                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5342                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5343                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5344                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5345                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5346                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5347                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5348                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5349                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5350                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5351                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5352                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5353                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5354                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5355                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5356                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5357                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5358                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5359                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5360                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5361                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5362                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5363                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5364                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5365                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5366                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5367                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5368                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5369                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5370                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5371                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5372                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5373                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5374                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5375                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5376                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5377                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5378                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5379                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5380                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5381                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5382                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5383                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5384                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5385                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5386                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5387                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5388                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5389                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5390                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5391                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5392                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5393                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5394                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5395                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5396                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5397                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5398                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5399                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5400                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5401                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5402                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5403                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5404                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5405                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5406                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5407                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5408                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5409                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5410                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5411                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5412                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5413                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5414                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5415                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5416                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5417                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5418                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5419                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5420                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5421                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5422                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5423                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5424                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5425                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5426                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5427                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5428                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5429                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5430                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5431                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5432                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5433                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5434                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5435                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5436                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5437                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5438                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5439                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5440                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5441                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5442                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5443                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5444                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5445                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5446                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5447                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5448                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5449                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5450                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5451                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5452                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5453                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5454                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5455                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5456                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5457                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5458                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5459                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5460                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5461                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5462                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5463                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5464                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5465                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5466                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5467                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5468                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5469                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5470                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5471                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5472                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5473                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5474                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5475                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5476                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5477                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5478                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5479                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5480                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5481                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5482                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5483                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5484                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5485                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5486                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5487                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5488                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5489                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5490                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5491                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5492                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5493                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5494                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5495                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5496                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5497                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5498                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5499                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5500                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5501                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5502                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5503                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5504                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5505                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5506                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5507                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5508                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5509                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5510                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5511                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5512                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5513                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5514                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5515                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5516                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5517                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5518                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5519                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5520                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5521                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5522                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5523                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5524                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5525                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5526                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5527                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5528                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5529                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5530                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5531                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5532                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5533                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5534                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5535                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5536                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5537                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5538                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5539                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5540                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5541                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5542                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5543                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5544                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5545                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5546                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5547                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5548                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5549                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5550                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5551                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5552                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5553                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5554                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5555                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5556                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5557                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5558                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5559                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5560                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5561                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5562                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5563                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5564                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5565                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5566                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5567                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5568                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5569                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5570                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5571                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5572                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5573                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5574                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5575                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5576                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5577                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5578                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5579                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5580                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5581                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5582                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5583                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5584                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5585                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5586                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5587                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5588                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5589                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5590                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5591                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5592                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5593                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5594                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5595                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5596                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5597                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5598                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5599                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5600                                                                 <a href="http://www.samruston.co.uk" rel="nofollow">Flamingo for Android</a>
## 5601                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5602                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5603                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5604                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5605                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5606                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5607                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5608                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5609                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5610                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5611                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5612                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5613                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5614                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5615                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5616                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5617                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5618                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5619                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5620                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5621                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5622                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5623                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5624                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5625                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5626                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5627                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5628                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5629                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5630                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5631                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5632                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5633                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5634                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5635                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5636                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5637                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5638                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5639                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5640                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5641                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5642                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5643                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5644                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5645                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5646                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5647                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5648                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5649                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5650                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5651                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5652                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5653                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5654                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5655                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5656                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5657                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5658                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5659                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5660                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5661                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5662                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5663                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5664                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5665                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5666                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5667                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5668                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5669                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5670                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5671                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5672                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5673                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5674                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5675                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5676                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5677                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5678                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5679                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5680                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5681                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5682                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5683                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5684                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5685                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5686                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5687                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5688                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5689                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5690                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5691                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5692                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5693                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5694                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5695                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5696                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5697                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5698                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5699                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5700                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5701                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5702                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5703                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5704                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5705                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5706                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5707                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5708                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5709                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5710                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5711                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5712                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5713                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5714                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5715                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5716                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5717                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5718                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5719                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5720                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5721                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5722                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5723                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5724                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5725                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5726                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5727                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5728                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5729                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5730                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5731                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5732                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5733                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5734                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5735                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5736                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5737                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5738                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5739                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5740                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5741                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5742                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5743                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5744                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5745                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5746                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5747                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5748                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5749                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5750                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5751                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5752                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5753                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5754                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5755                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5756                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5757                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5758                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5759                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5760                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5761                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5762                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5763                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5764                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5765                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5766                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5767                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5768                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5769                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5770                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5771                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5772                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5773                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5774                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5775                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5776                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5777                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5778                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5779                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5780                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5781                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5782                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5783                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5784                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5785                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5786                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5787                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5788                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5789                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5790                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5791                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5792                                                      <a href="https://www.blackettmusic.com" rel="nofollow">BlackettMusic.com rtArtBoost</a>
## 5793                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5794                                                                                  <a href="http://mvilla.it/fenix" rel="nofollow">Fenix 2</a>
## 5795                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5796                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5797                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5798                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5799                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5800                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5801                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5802                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5803                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5804                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5805                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5806                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5807                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5808                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5809                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5810                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5811                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5812                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5813                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5814                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5815                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5816                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5817                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5818                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5819                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5820                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5821                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5822                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5823                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5824                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5825                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5826                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5827                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5828                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5829                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5830                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5831                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5832                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5833                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5834                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5835                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5836                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5837                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5838                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5839                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5840                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5841                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5842                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5843                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5844                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5845                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5846                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5847                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5848                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5849                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5850                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5851                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5852                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5853                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5854                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5855                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5856                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5857                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5858                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5859                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5860                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5861                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5862                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5863                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5864                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5865                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5866                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5867                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5868                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5869                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5870                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5871                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5872                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5873                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5874                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5875                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5876                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5877                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5878                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5879                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5880                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5881                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5882                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5883                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5884                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5885                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5886                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5887                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5888                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5889                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5890                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5891                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5892                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5893                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5894                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5895                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5896                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5897                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5898                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5899                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5900                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5901                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5902                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5903                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5904                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5905                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5906                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5907                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5908                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5909                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5910                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5911                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5912                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5913                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5914                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5915                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5916                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5917                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5918                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5919                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5920                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5921                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5922                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5923                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5924                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5925                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5926                                                            <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5927                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5928                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5929                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5930                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5931                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5932                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5933                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5934                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5935                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5936                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5937                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5938                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5939                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5940                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5941                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5942                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5943                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5944                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5945                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5946                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5947                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5948                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5949                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5950                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5951                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5952                                                          <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5953                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5954                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5955                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5956                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5957                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5958                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5959                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5960                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5961                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5962                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5963                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5964                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5965                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5966                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5967                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5968                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5969                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5970                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5971                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5972                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5973                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5974                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5975                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5976                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5977                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5978                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5979                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5980                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5981                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5982                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5983                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5984                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5985                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5986                                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5987                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5988                                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5989                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5990                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5991                                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
##      isRetweet    Created_At_Round
## 1         TRUE 2022-11-30 00:00:00
## 2         TRUE 2022-11-30 00:00:00
## 3         TRUE 2022-11-30 00:00:00
## 4         TRUE 2022-11-30 00:00:00
## 5         TRUE 2022-11-30 00:00:00
## 6         TRUE 2022-11-30 00:00:00
## 7         TRUE 2022-11-30 00:00:00
## 8         TRUE 2022-11-30 00:00:00
## 9         TRUE 2022-11-30 00:00:00
## 10        TRUE 2022-11-30 00:00:00
## 11        TRUE 2022-11-30 00:00:00
## 12        TRUE 2022-11-30 00:00:00
## 13        TRUE 2022-11-30 00:00:00
## 14        TRUE 2022-11-30 00:00:00
## 15        TRUE 2022-11-30 00:00:00
## 16        TRUE 2022-11-30 00:00:00
## 17        TRUE 2022-11-30 00:00:00
## 18        TRUE 2022-11-30 00:00:00
## 19        TRUE 2022-11-30 00:00:00
## 20        TRUE 2022-11-30 00:00:00
## 21        TRUE 2022-11-30 00:00:00
## 22        TRUE 2022-11-30 00:00:00
## 23        TRUE 2022-11-30 00:00:00
## 24        TRUE 2022-11-30 00:00:00
## 25        TRUE 2022-11-30 00:00:00
## 26        TRUE 2022-11-30 00:00:00
## 27        TRUE 2022-11-30 00:00:00
## 28        TRUE 2022-11-30 00:00:00
## 29        TRUE 2022-11-30 00:00:00
## 30        TRUE 2022-11-30 00:00:00
## 31        TRUE 2022-11-30 00:00:00
## 32        TRUE 2022-11-30 00:00:00
## 33        TRUE 2022-11-30 00:00:00
## 34        TRUE 2022-11-30 00:00:00
## 35        TRUE 2022-11-30 00:00:00
## 36        TRUE 2022-11-30 00:00:00
## 37        TRUE 2022-11-30 00:00:00
## 38        TRUE 2022-11-30 00:00:00
## 39        TRUE 2022-11-30 00:00:00
## 40        TRUE 2022-11-30 00:00:00
## 41        TRUE 2022-11-30 00:00:00
## 42        TRUE 2022-11-30 00:00:00
## 43        TRUE 2022-11-30 00:00:00
## 44        TRUE 2022-11-30 00:00:00
## 45        TRUE 2022-11-30 00:00:00
## 46        TRUE 2022-11-30 00:00:00
## 47        TRUE 2022-11-30 00:00:00
## 48        TRUE 2022-11-30 00:00:00
## 49        TRUE 2022-11-30 00:00:00
## 50        TRUE 2022-11-30 00:00:00
## 51        TRUE 2022-11-30 00:00:00
## 52        TRUE 2022-11-30 00:00:00
## 53        TRUE 2022-11-30 00:00:00
## 54        TRUE 2022-11-30 00:00:00
## 55        TRUE 2022-11-30 00:00:00
## 56        TRUE 2022-11-30 00:00:00
## 57        TRUE 2022-11-30 00:00:00
## 58        TRUE 2022-11-30 00:00:00
## 59        TRUE 2022-11-30 00:00:00
## 60        TRUE 2022-11-30 00:00:00
## 61        TRUE 2022-11-30 00:00:00
## 62        TRUE 2022-11-30 00:00:00
## 63        TRUE 2022-11-30 00:00:00
## 64        TRUE 2022-11-30 00:00:00
## 65        TRUE 2022-11-30 00:00:00
## 66        TRUE 2022-11-30 00:00:00
## 67        TRUE 2022-11-30 00:00:00
## 68        TRUE 2022-11-30 00:00:00
## 69        TRUE 2022-11-30 00:00:00
## 70        TRUE 2022-11-30 00:00:00
## 71        TRUE 2022-11-30 00:00:00
## 72        TRUE 2022-11-30 00:00:00
## 73        TRUE 2022-11-30 00:00:00
## 74        TRUE 2022-11-30 00:00:00
## 75        TRUE 2022-11-30 00:00:00
## 76        TRUE 2022-11-30 00:00:00
## 77        TRUE 2022-11-30 00:00:00
## 78        TRUE 2022-11-30 00:00:00
## 79        TRUE 2022-11-30 00:00:00
## 80        TRUE 2022-11-30 00:00:00
## 81        TRUE 2022-11-30 00:00:00
## 82        TRUE 2022-11-30 00:00:00
## 83        TRUE 2022-11-30 00:00:00
## 84        TRUE 2022-11-30 00:00:00
## 85        TRUE 2022-11-30 00:00:00
## 86        TRUE 2022-11-30 00:00:00
## 87        TRUE 2022-11-30 00:00:00
## 88        TRUE 2022-11-30 00:00:00
## 89        TRUE 2022-11-30 00:00:00
## 90        TRUE 2022-11-30 00:00:00
## 91        TRUE 2022-11-30 00:00:00
## 92        TRUE 2022-11-30 00:00:00
## 93        TRUE 2022-11-30 00:00:00
## 94        TRUE 2022-11-30 00:00:00
## 95        TRUE 2022-11-30 00:00:00
## 96        TRUE 2022-11-30 00:00:00
## 97        TRUE 2022-11-30 00:00:00
## 98        TRUE 2022-11-30 00:00:00
## 99        TRUE 2022-11-30 00:00:00
## 100       TRUE 2022-11-30 00:00:00
## 101       TRUE 2022-11-30 00:00:00
## 102       TRUE 2022-11-30 00:00:00
## 103       TRUE 2022-11-30 00:00:00
## 104       TRUE 2022-11-30 00:00:00
## 105       TRUE 2022-11-30 00:00:00
## 106       TRUE 2022-11-30 00:00:00
## 107       TRUE 2022-11-30 00:00:00
## 108       TRUE 2022-11-30 00:00:00
## 109       TRUE 2022-11-30 00:00:00
## 110       TRUE 2022-11-30 00:00:00
## 111       TRUE 2022-11-30 00:00:00
## 112       TRUE 2022-11-30 00:00:00
## 113       TRUE 2022-11-30 00:00:00
## 114       TRUE 2022-11-30 00:00:00
## 115       TRUE 2022-11-30 00:00:00
## 116       TRUE 2022-11-30 00:00:00
## 117       TRUE 2022-11-30 00:00:00
## 118       TRUE 2022-11-30 00:00:00
## 119       TRUE 2022-11-30 00:00:00
## 120       TRUE 2022-11-30 00:00:00
## 121       TRUE 2022-11-30 00:00:00
## 122       TRUE 2022-11-30 00:00:00
## 123       TRUE 2022-11-30 00:00:00
## 124       TRUE 2022-11-30 00:00:00
## 125       TRUE 2022-11-30 00:00:00
## 126       TRUE 2022-11-30 00:00:00
## 127       TRUE 2022-11-30 00:00:00
## 128       TRUE 2022-11-29 23:00:00
## 129       TRUE 2022-11-29 23:00:00
## 130       TRUE 2022-11-29 23:00:00
## 131       TRUE 2022-11-29 23:00:00
## 132       TRUE 2022-11-29 23:00:00
## 133       TRUE 2022-11-29 23:00:00
## 134       TRUE 2022-11-29 23:00:00
## 135       TRUE 2022-11-29 23:00:00
## 136       TRUE 2022-11-29 23:00:00
## 137       TRUE 2022-11-29 23:00:00
## 138       TRUE 2022-11-29 23:00:00
## 139       TRUE 2022-11-29 23:00:00
## 140       TRUE 2022-11-29 23:00:00
## 141       TRUE 2022-11-29 23:00:00
## 142       TRUE 2022-11-29 23:00:00
## 143       TRUE 2022-11-29 23:00:00
## 144       TRUE 2022-11-29 23:00:00
## 145       TRUE 2022-11-29 23:00:00
## 146       TRUE 2022-11-29 23:00:00
## 147       TRUE 2022-11-29 23:00:00
## 148       TRUE 2022-11-29 23:00:00
## 149       TRUE 2022-11-29 23:00:00
## 150       TRUE 2022-11-29 23:00:00
## 151       TRUE 2022-11-29 23:00:00
## 152       TRUE 2022-11-29 23:00:00
## 153       TRUE 2022-11-29 23:00:00
## 154       TRUE 2022-11-29 23:00:00
## 155       TRUE 2022-11-29 23:00:00
## 156       TRUE 2022-11-29 23:00:00
## 157       TRUE 2022-11-29 23:00:00
## 158       TRUE 2022-11-29 23:00:00
## 159       TRUE 2022-11-29 23:00:00
## 160       TRUE 2022-11-29 23:00:00
## 161       TRUE 2022-11-29 23:00:00
## 162       TRUE 2022-11-29 23:00:00
## 163       TRUE 2022-11-29 23:00:00
## 164       TRUE 2022-11-29 23:00:00
## 165       TRUE 2022-11-29 23:00:00
## 166       TRUE 2022-11-29 23:00:00
## 167       TRUE 2022-11-29 23:00:00
## 168       TRUE 2022-11-29 23:00:00
## 169       TRUE 2022-11-29 23:00:00
## 170       TRUE 2022-11-29 23:00:00
## 171       TRUE 2022-11-29 23:00:00
## 172       TRUE 2022-11-29 23:00:00
## 173       TRUE 2022-11-29 23:00:00
## 174       TRUE 2022-11-29 23:00:00
## 175       TRUE 2022-11-29 23:00:00
## 176       TRUE 2022-11-29 23:00:00
## 177       TRUE 2022-11-29 23:00:00
## 178       TRUE 2022-11-29 23:00:00
## 179       TRUE 2022-11-29 23:00:00
## 180       TRUE 2022-11-29 23:00:00
## 181       TRUE 2022-11-29 23:00:00
## 182       TRUE 2022-11-29 23:00:00
## 183       TRUE 2022-11-29 23:00:00
## 184       TRUE 2022-11-29 23:00:00
## 185       TRUE 2022-11-29 23:00:00
## 186       TRUE 2022-11-29 23:00:00
## 187       TRUE 2022-11-29 23:00:00
## 188       TRUE 2022-11-29 23:00:00
## 189       TRUE 2022-11-29 23:00:00
## 190       TRUE 2022-11-29 23:00:00
## 191       TRUE 2022-11-29 23:00:00
## 192       TRUE 2022-11-29 23:00:00
## 193       TRUE 2022-11-29 23:00:00
## 194       TRUE 2022-11-29 23:00:00
## 195       TRUE 2022-11-29 23:00:00
## 196       TRUE 2022-11-29 23:00:00
## 197       TRUE 2022-11-29 23:00:00
## 198       TRUE 2022-11-29 23:00:00
## 199       TRUE 2022-11-29 23:00:00
## 200       TRUE 2022-11-29 23:00:00
## 201       TRUE 2022-11-29 23:00:00
## 202       TRUE 2022-11-29 23:00:00
## 203       TRUE 2022-11-29 23:00:00
## 204       TRUE 2022-11-29 23:00:00
## 205       TRUE 2022-11-29 23:00:00
## 206       TRUE 2022-11-29 23:00:00
## 207       TRUE 2022-11-29 23:00:00
## 208       TRUE 2022-11-29 23:00:00
## 209       TRUE 2022-11-29 23:00:00
## 210       TRUE 2022-11-29 23:00:00
## 211       TRUE 2022-11-29 23:00:00
## 212       TRUE 2022-11-29 23:00:00
## 213       TRUE 2022-11-29 23:00:00
## 214       TRUE 2022-11-29 23:00:00
## 215       TRUE 2022-11-29 23:00:00
## 216       TRUE 2022-11-29 23:00:00
## 217       TRUE 2022-11-29 23:00:00
## 218       TRUE 2022-11-29 23:00:00
## 219       TRUE 2022-11-29 23:00:00
## 220       TRUE 2022-11-29 23:00:00
## 221       TRUE 2022-11-29 23:00:00
## 222       TRUE 2022-11-29 23:00:00
## 223       TRUE 2022-11-29 23:00:00
## 224       TRUE 2022-11-29 23:00:00
## 225       TRUE 2022-11-29 23:00:00
## 226       TRUE 2022-11-29 23:00:00
## 227       TRUE 2022-11-29 23:00:00
## 228       TRUE 2022-11-29 23:00:00
## 229       TRUE 2022-11-29 23:00:00
## 230       TRUE 2022-11-29 23:00:00
## 231       TRUE 2022-11-29 23:00:00
## 232       TRUE 2022-11-29 23:00:00
## 233       TRUE 2022-11-29 23:00:00
## 234       TRUE 2022-11-29 23:00:00
## 235       TRUE 2022-11-29 23:00:00
## 236       TRUE 2022-11-29 23:00:00
## 237       TRUE 2022-11-29 23:00:00
## 238       TRUE 2022-11-29 23:00:00
## 239       TRUE 2022-11-29 23:00:00
## 240       TRUE 2022-11-29 23:00:00
## 241       TRUE 2022-11-29 23:00:00
## 242       TRUE 2022-11-29 23:00:00
## 243       TRUE 2022-11-29 23:00:00
## 244       TRUE 2022-11-29 23:00:00
## 245       TRUE 2022-11-29 23:00:00
## 246       TRUE 2022-11-29 23:00:00
## 247       TRUE 2022-11-29 23:00:00
## 248       TRUE 2022-11-29 23:00:00
## 249       TRUE 2022-11-29 23:00:00
## 250       TRUE 2022-11-29 23:00:00
## 251       TRUE 2022-11-29 23:00:00
## 252       TRUE 2022-11-29 23:00:00
## 253       TRUE 2022-11-29 23:00:00
## 254       TRUE 2022-11-29 23:00:00
## 255       TRUE 2022-11-29 23:00:00
## 256       TRUE 2022-11-29 23:00:00
## 257       TRUE 2022-11-29 23:00:00
## 258       TRUE 2022-11-29 23:00:00
## 259       TRUE 2022-11-29 23:00:00
## 260       TRUE 2022-11-29 23:00:00
## 261       TRUE 2022-11-29 23:00:00
## 262       TRUE 2022-11-29 23:00:00
## 263       TRUE 2022-11-29 23:00:00
## 264       TRUE 2022-11-29 23:00:00
## 265       TRUE 2022-11-29 23:00:00
## 266       TRUE 2022-11-29 23:00:00
## 267       TRUE 2022-11-29 23:00:00
## 268       TRUE 2022-11-29 23:00:00
## 269       TRUE 2022-11-29 23:00:00
## 270       TRUE 2022-11-29 23:00:00
## 271       TRUE 2022-11-29 23:00:00
## 272       TRUE 2022-11-29 23:00:00
## 273       TRUE 2022-11-29 23:00:00
## 274       TRUE 2022-11-29 23:00:00
## 275       TRUE 2022-11-29 23:00:00
## 276       TRUE 2022-11-29 23:00:00
## 277       TRUE 2022-11-29 23:00:00
## 278       TRUE 2022-11-29 23:00:00
## 279       TRUE 2022-11-29 23:00:00
## 280       TRUE 2022-11-29 23:00:00
## 281       TRUE 2022-11-29 23:00:00
## 282       TRUE 2022-11-29 23:00:00
## 283       TRUE 2022-11-29 23:00:00
## 284       TRUE 2022-11-29 23:00:00
## 285       TRUE 2022-11-29 23:00:00
## 286       TRUE 2022-11-29 23:00:00
## 287       TRUE 2022-11-29 23:00:00
## 288       TRUE 2022-11-29 23:00:00
## 289       TRUE 2022-11-29 23:00:00
## 290       TRUE 2022-11-29 23:00:00
## 291       TRUE 2022-11-29 23:00:00
## 292       TRUE 2022-11-29 23:00:00
## 293       TRUE 2022-11-29 23:00:00
## 294       TRUE 2022-11-29 23:00:00
## 295       TRUE 2022-11-29 23:00:00
## 296       TRUE 2022-11-29 23:00:00
## 297       TRUE 2022-11-29 23:00:00
## 298       TRUE 2022-11-29 23:00:00
## 299       TRUE 2022-11-29 23:00:00
## 300       TRUE 2022-11-29 23:00:00
## 301       TRUE 2022-11-29 23:00:00
## 302       TRUE 2022-11-29 23:00:00
## 303       TRUE 2022-11-29 23:00:00
## 304       TRUE 2022-11-29 23:00:00
## 305       TRUE 2022-11-29 23:00:00
## 306       TRUE 2022-11-29 23:00:00
## 307       TRUE 2022-11-29 23:00:00
## 308       TRUE 2022-11-29 23:00:00
## 309       TRUE 2022-11-29 23:00:00
## 310       TRUE 2022-11-29 23:00:00
## 311       TRUE 2022-11-29 23:00:00
## 312       TRUE 2022-11-29 23:00:00
## 313       TRUE 2022-11-29 23:00:00
## 314       TRUE 2022-11-29 23:00:00
## 315       TRUE 2022-11-29 23:00:00
## 316       TRUE 2022-11-29 23:00:00
## 317       TRUE 2022-11-29 23:00:00
## 318       TRUE 2022-11-29 23:00:00
## 319       TRUE 2022-11-29 23:00:00
## 320       TRUE 2022-11-29 23:00:00
## 321       TRUE 2022-11-29 23:00:00
## 322       TRUE 2022-11-29 23:00:00
## 323       TRUE 2022-11-29 23:00:00
## 324       TRUE 2022-11-29 23:00:00
## 325       TRUE 2022-11-29 23:00:00
## 326       TRUE 2022-11-29 23:00:00
## 327       TRUE 2022-11-29 22:00:00
## 328       TRUE 2022-11-29 22:00:00
## 329       TRUE 2022-11-29 22:00:00
## 330       TRUE 2022-11-29 22:00:00
## 331       TRUE 2022-11-29 22:00:00
## 332       TRUE 2022-11-29 22:00:00
## 333       TRUE 2022-11-29 22:00:00
## 334       TRUE 2022-11-29 22:00:00
## 335       TRUE 2022-11-29 22:00:00
## 336       TRUE 2022-11-29 22:00:00
## 337       TRUE 2022-11-29 22:00:00
## 338       TRUE 2022-11-29 22:00:00
## 339       TRUE 2022-11-29 22:00:00
## 340       TRUE 2022-11-29 22:00:00
## 341       TRUE 2022-11-29 22:00:00
## 342       TRUE 2022-11-29 22:00:00
## 343       TRUE 2022-11-29 22:00:00
## 344       TRUE 2022-11-29 22:00:00
## 345       TRUE 2022-11-29 22:00:00
## 346       TRUE 2022-11-29 22:00:00
## 347       TRUE 2022-11-29 22:00:00
## 348       TRUE 2022-11-29 22:00:00
## 349       TRUE 2022-11-29 22:00:00
## 350       TRUE 2022-11-29 22:00:00
## 351       TRUE 2022-11-29 22:00:00
## 352       TRUE 2022-11-29 22:00:00
## 353       TRUE 2022-11-29 22:00:00
## 354       TRUE 2022-11-29 22:00:00
## 355       TRUE 2022-11-29 22:00:00
## 356       TRUE 2022-11-29 22:00:00
## 357       TRUE 2022-11-29 22:00:00
## 358       TRUE 2022-11-29 22:00:00
## 359       TRUE 2022-11-29 22:00:00
## 360       TRUE 2022-11-29 22:00:00
## 361       TRUE 2022-11-29 22:00:00
## 362       TRUE 2022-11-29 22:00:00
## 363       TRUE 2022-11-29 22:00:00
## 364       TRUE 2022-11-29 22:00:00
## 365       TRUE 2022-11-29 22:00:00
## 366       TRUE 2022-11-29 22:00:00
## 367       TRUE 2022-11-29 22:00:00
## 368       TRUE 2022-11-29 22:00:00
## 369       TRUE 2022-11-29 22:00:00
## 370       TRUE 2022-11-29 22:00:00
## 371       TRUE 2022-11-29 22:00:00
## 372       TRUE 2022-11-29 22:00:00
## 373       TRUE 2022-11-29 22:00:00
## 374       TRUE 2022-11-29 22:00:00
## 375       TRUE 2022-11-29 22:00:00
## 376       TRUE 2022-11-29 22:00:00
## 377       TRUE 2022-11-29 22:00:00
## 378       TRUE 2022-11-29 22:00:00
## 379       TRUE 2022-11-29 22:00:00
## 380       TRUE 2022-11-29 22:00:00
## 381       TRUE 2022-11-29 22:00:00
## 382       TRUE 2022-11-29 22:00:00
## 383       TRUE 2022-11-29 22:00:00
## 384       TRUE 2022-11-29 22:00:00
## 385       TRUE 2022-11-29 22:00:00
## 386       TRUE 2022-11-29 22:00:00
## 387       TRUE 2022-11-29 22:00:00
## 388       TRUE 2022-11-29 22:00:00
## 389       TRUE 2022-11-29 22:00:00
## 390       TRUE 2022-11-29 22:00:00
## 391       TRUE 2022-11-29 22:00:00
## 392       TRUE 2022-11-29 22:00:00
## 393       TRUE 2022-11-29 22:00:00
## 394       TRUE 2022-11-29 22:00:00
## 395       TRUE 2022-11-29 22:00:00
## 396       TRUE 2022-11-29 22:00:00
## 397       TRUE 2022-11-29 22:00:00
## 398       TRUE 2022-11-29 22:00:00
## 399       TRUE 2022-11-29 22:00:00
## 400       TRUE 2022-11-29 22:00:00
## 401       TRUE 2022-11-29 22:00:00
## 402       TRUE 2022-11-29 22:00:00
## 403       TRUE 2022-11-29 22:00:00
## 404       TRUE 2022-11-29 22:00:00
## 405       TRUE 2022-11-29 22:00:00
## 406       TRUE 2022-11-29 22:00:00
## 407       TRUE 2022-11-29 22:00:00
## 408       TRUE 2022-11-29 22:00:00
## 409       TRUE 2022-11-29 22:00:00
## 410       TRUE 2022-11-29 22:00:00
## 411       TRUE 2022-11-29 22:00:00
## 412       TRUE 2022-11-29 22:00:00
## 413       TRUE 2022-11-29 22:00:00
## 414       TRUE 2022-11-29 22:00:00
## 415       TRUE 2022-11-29 22:00:00
## 416       TRUE 2022-11-29 22:00:00
## 417       TRUE 2022-11-29 22:00:00
## 418       TRUE 2022-11-29 22:00:00
## 419       TRUE 2022-11-29 22:00:00
## 420       TRUE 2022-11-29 22:00:00
## 421       TRUE 2022-11-29 22:00:00
## 422       TRUE 2022-11-29 22:00:00
## 423       TRUE 2022-11-29 22:00:00
## 424       TRUE 2022-11-29 22:00:00
## 425       TRUE 2022-11-29 22:00:00
## 426       TRUE 2022-11-29 22:00:00
## 427       TRUE 2022-11-29 22:00:00
## 428       TRUE 2022-11-29 22:00:00
## 429       TRUE 2022-11-29 22:00:00
## 430       TRUE 2022-11-29 22:00:00
## 431       TRUE 2022-11-29 22:00:00
## 432       TRUE 2022-11-29 22:00:00
## 433       TRUE 2022-11-29 22:00:00
## 434       TRUE 2022-11-29 22:00:00
## 435       TRUE 2022-11-29 22:00:00
## 436       TRUE 2022-11-29 22:00:00
## 437       TRUE 2022-11-29 22:00:00
## 438       TRUE 2022-11-29 22:00:00
## 439       TRUE 2022-11-29 22:00:00
## 440       TRUE 2022-11-29 22:00:00
## 441       TRUE 2022-11-29 22:00:00
## 442       TRUE 2022-11-29 22:00:00
## 443       TRUE 2022-11-29 22:00:00
## 444       TRUE 2022-11-29 22:00:00
## 445       TRUE 2022-11-29 22:00:00
## 446       TRUE 2022-11-29 22:00:00
## 447       TRUE 2022-11-29 22:00:00
## 448       TRUE 2022-11-29 22:00:00
## 449       TRUE 2022-11-29 22:00:00
## 450       TRUE 2022-11-29 22:00:00
## 451       TRUE 2022-11-29 22:00:00
## 452       TRUE 2022-11-29 22:00:00
## 453       TRUE 2022-11-29 22:00:00
## 454       TRUE 2022-11-29 22:00:00
## 455       TRUE 2022-11-29 22:00:00
## 456       TRUE 2022-11-29 22:00:00
## 457       TRUE 2022-11-29 22:00:00
## 458       TRUE 2022-11-29 22:00:00
## 459       TRUE 2022-11-29 22:00:00
## 460       TRUE 2022-11-29 22:00:00
## 461       TRUE 2022-11-29 22:00:00
## 462       TRUE 2022-11-29 22:00:00
## 463       TRUE 2022-11-29 22:00:00
## 464       TRUE 2022-11-29 22:00:00
## 465       TRUE 2022-11-29 22:00:00
## 466       TRUE 2022-11-29 22:00:00
## 467       TRUE 2022-11-29 22:00:00
## 468       TRUE 2022-11-29 22:00:00
## 469       TRUE 2022-11-29 22:00:00
## 470       TRUE 2022-11-29 22:00:00
## 471       TRUE 2022-11-29 22:00:00
## 472       TRUE 2022-11-29 22:00:00
## 473       TRUE 2022-11-29 22:00:00
## 474       TRUE 2022-11-29 22:00:00
## 475       TRUE 2022-11-29 22:00:00
## 476       TRUE 2022-11-29 22:00:00
## 477       TRUE 2022-11-29 22:00:00
## 478       TRUE 2022-11-29 22:00:00
## 479       TRUE 2022-11-29 22:00:00
## 480       TRUE 2022-11-29 21:00:00
## 481       TRUE 2022-11-29 21:00:00
## 482       TRUE 2022-11-29 21:00:00
## 483       TRUE 2022-11-29 21:00:00
## 484       TRUE 2022-11-29 21:00:00
## 485       TRUE 2022-11-29 21:00:00
## 486       TRUE 2022-11-29 21:00:00
## 487       TRUE 2022-11-29 21:00:00
## 488       TRUE 2022-11-29 21:00:00
## 489       TRUE 2022-11-29 21:00:00
## 490       TRUE 2022-11-29 21:00:00
## 491       TRUE 2022-11-29 21:00:00
## 492       TRUE 2022-11-29 21:00:00
## 493       TRUE 2022-11-29 21:00:00
## 494       TRUE 2022-11-29 21:00:00
## 495       TRUE 2022-11-29 21:00:00
## 496       TRUE 2022-11-29 21:00:00
## 497       TRUE 2022-11-29 21:00:00
## 498       TRUE 2022-11-29 21:00:00
## 499       TRUE 2022-11-29 21:00:00
## 500       TRUE 2022-11-29 21:00:00
## 501       TRUE 2022-11-29 21:00:00
## 502       TRUE 2022-11-29 21:00:00
## 503       TRUE 2022-11-29 21:00:00
## 504       TRUE 2022-11-29 21:00:00
## 505       TRUE 2022-11-29 21:00:00
## 506       TRUE 2022-11-29 21:00:00
## 507       TRUE 2022-11-29 21:00:00
## 508       TRUE 2022-11-29 21:00:00
## 509       TRUE 2022-11-29 21:00:00
## 510       TRUE 2022-11-29 21:00:00
## 511       TRUE 2022-11-29 21:00:00
## 512       TRUE 2022-11-29 21:00:00
## 513       TRUE 2022-11-29 21:00:00
## 514       TRUE 2022-11-29 21:00:00
## 515       TRUE 2022-11-29 21:00:00
## 516       TRUE 2022-11-29 21:00:00
## 517       TRUE 2022-11-29 21:00:00
## 518       TRUE 2022-11-29 21:00:00
## 519       TRUE 2022-11-29 21:00:00
## 520       TRUE 2022-11-29 21:00:00
## 521       TRUE 2022-11-29 21:00:00
## 522       TRUE 2022-11-29 21:00:00
## 523       TRUE 2022-11-29 21:00:00
## 524       TRUE 2022-11-29 21:00:00
## 525       TRUE 2022-11-29 21:00:00
## 526       TRUE 2022-11-29 21:00:00
## 527       TRUE 2022-11-29 21:00:00
## 528       TRUE 2022-11-29 21:00:00
## 529       TRUE 2022-11-29 21:00:00
## 530       TRUE 2022-11-29 21:00:00
## 531       TRUE 2022-11-29 21:00:00
## 532       TRUE 2022-11-29 21:00:00
## 533       TRUE 2022-11-29 21:00:00
## 534       TRUE 2022-11-29 21:00:00
## 535       TRUE 2022-11-29 21:00:00
## 536       TRUE 2022-11-29 21:00:00
## 537       TRUE 2022-11-29 21:00:00
## 538       TRUE 2022-11-29 21:00:00
## 539       TRUE 2022-11-29 21:00:00
## 540       TRUE 2022-11-29 21:00:00
## 541       TRUE 2022-11-29 21:00:00
## 542       TRUE 2022-11-29 21:00:00
## 543       TRUE 2022-11-29 21:00:00
## 544       TRUE 2022-11-29 21:00:00
## 545       TRUE 2022-11-29 21:00:00
## 546       TRUE 2022-11-29 21:00:00
## 547       TRUE 2022-11-29 21:00:00
## 548       TRUE 2022-11-29 21:00:00
## 549       TRUE 2022-11-29 21:00:00
## 550       TRUE 2022-11-29 21:00:00
## 551       TRUE 2022-11-29 21:00:00
## 552       TRUE 2022-11-29 21:00:00
## 553       TRUE 2022-11-29 21:00:00
## 554       TRUE 2022-11-29 21:00:00
## 555       TRUE 2022-11-29 21:00:00
## 556       TRUE 2022-11-29 21:00:00
## 557       TRUE 2022-11-29 21:00:00
## 558       TRUE 2022-11-29 21:00:00
## 559       TRUE 2022-11-29 21:00:00
## 560       TRUE 2022-11-29 21:00:00
## 561       TRUE 2022-11-29 21:00:00
## 562       TRUE 2022-11-29 21:00:00
## 563       TRUE 2022-11-29 21:00:00
## 564       TRUE 2022-11-29 21:00:00
## 565       TRUE 2022-11-29 21:00:00
## 566       TRUE 2022-11-29 21:00:00
## 567       TRUE 2022-11-29 21:00:00
## 568       TRUE 2022-11-29 21:00:00
## 569       TRUE 2022-11-29 21:00:00
## 570       TRUE 2022-11-29 21:00:00
## 571       TRUE 2022-11-29 21:00:00
## 572       TRUE 2022-11-29 21:00:00
## 573       TRUE 2022-11-29 21:00:00
## 574       TRUE 2022-11-29 21:00:00
## 575       TRUE 2022-11-29 21:00:00
## 576       TRUE 2022-11-29 21:00:00
## 577       TRUE 2022-11-29 21:00:00
## 578       TRUE 2022-11-29 21:00:00
## 579       TRUE 2022-11-29 21:00:00
## 580       TRUE 2022-11-29 21:00:00
## 581       TRUE 2022-11-29 21:00:00
## 582       TRUE 2022-11-29 21:00:00
## 583       TRUE 2022-11-29 21:00:00
## 584       TRUE 2022-11-29 21:00:00
## 585       TRUE 2022-11-29 21:00:00
## 586       TRUE 2022-11-29 21:00:00
## 587       TRUE 2022-11-29 21:00:00
## 588       TRUE 2022-11-29 21:00:00
## 589       TRUE 2022-11-29 21:00:00
## 590       TRUE 2022-11-29 21:00:00
## 591       TRUE 2022-11-29 21:00:00
## 592       TRUE 2022-11-29 21:00:00
## 593       TRUE 2022-11-29 21:00:00
## 594       TRUE 2022-11-29 21:00:00
## 595       TRUE 2022-11-29 21:00:00
## 596       TRUE 2022-11-29 21:00:00
## 597       TRUE 2022-11-29 21:00:00
## 598       TRUE 2022-11-29 21:00:00
## 599       TRUE 2022-11-29 21:00:00
## 600       TRUE 2022-11-29 21:00:00
## 601       TRUE 2022-11-29 21:00:00
## 602       TRUE 2022-11-29 21:00:00
## 603       TRUE 2022-11-29 21:00:00
## 604       TRUE 2022-11-29 21:00:00
## 605       TRUE 2022-11-29 21:00:00
## 606       TRUE 2022-11-29 21:00:00
## 607       TRUE 2022-11-29 21:00:00
## 608       TRUE 2022-11-29 21:00:00
## 609       TRUE 2022-11-29 21:00:00
## 610       TRUE 2022-11-29 21:00:00
## 611       TRUE 2022-11-29 21:00:00
## 612       TRUE 2022-11-29 21:00:00
## 613       TRUE 2022-11-29 21:00:00
## 614       TRUE 2022-11-29 21:00:00
## 615       TRUE 2022-11-29 21:00:00
## 616       TRUE 2022-11-29 21:00:00
## 617       TRUE 2022-11-29 21:00:00
## 618       TRUE 2022-11-29 21:00:00
## 619       TRUE 2022-11-29 21:00:00
## 620       TRUE 2022-11-29 21:00:00
## 621       TRUE 2022-11-29 21:00:00
## 622       TRUE 2022-11-29 21:00:00
## 623       TRUE 2022-11-29 21:00:00
## 624       TRUE 2022-11-29 21:00:00
## 625       TRUE 2022-11-29 21:00:00
## 626       TRUE 2022-11-29 21:00:00
## 627       TRUE 2022-11-29 21:00:00
## 628       TRUE 2022-11-29 21:00:00
## 629       TRUE 2022-11-29 21:00:00
## 630       TRUE 2022-11-29 21:00:00
## 631       TRUE 2022-11-29 21:00:00
## 632       TRUE 2022-11-29 21:00:00
## 633       TRUE 2022-11-29 21:00:00
## 634       TRUE 2022-11-29 21:00:00
## 635       TRUE 2022-11-29 21:00:00
## 636       TRUE 2022-11-29 21:00:00
## 637       TRUE 2022-11-29 21:00:00
## 638       TRUE 2022-11-29 21:00:00
## 639       TRUE 2022-11-29 21:00:00
## 640       TRUE 2022-11-29 21:00:00
## 641       TRUE 2022-11-29 21:00:00
## 642       TRUE 2022-11-29 21:00:00
## 643       TRUE 2022-11-29 21:00:00
## 644       TRUE 2022-11-29 21:00:00
## 645       TRUE 2022-11-29 21:00:00
## 646       TRUE 2022-11-29 21:00:00
## 647       TRUE 2022-11-29 21:00:00
## 648       TRUE 2022-11-29 21:00:00
## 649       TRUE 2022-11-29 21:00:00
## 650       TRUE 2022-11-29 21:00:00
## 651       TRUE 2022-11-29 21:00:00
## 652       TRUE 2022-11-29 21:00:00
## 653       TRUE 2022-11-29 21:00:00
## 654       TRUE 2022-11-29 21:00:00
## 655       TRUE 2022-11-29 21:00:00
## 656       TRUE 2022-11-29 21:00:00
## 657       TRUE 2022-11-29 21:00:00
## 658       TRUE 2022-11-29 21:00:00
## 659       TRUE 2022-11-29 21:00:00
## 660       TRUE 2022-11-29 21:00:00
## 661       TRUE 2022-11-29 21:00:00
## 662       TRUE 2022-11-29 21:00:00
## 663       TRUE 2022-11-29 21:00:00
## 664       TRUE 2022-11-29 21:00:00
## 665       TRUE 2022-11-29 21:00:00
## 666       TRUE 2022-11-29 21:00:00
## 667       TRUE 2022-11-29 21:00:00
## 668       TRUE 2022-11-29 21:00:00
## 669       TRUE 2022-11-29 21:00:00
## 670       TRUE 2022-11-29 21:00:00
## 671       TRUE 2022-11-29 20:00:00
## 672       TRUE 2022-11-29 20:00:00
## 673       TRUE 2022-11-29 20:00:00
## 674       TRUE 2022-11-29 20:00:00
## 675       TRUE 2022-11-29 20:00:00
## 676       TRUE 2022-11-29 20:00:00
## 677       TRUE 2022-11-29 20:00:00
## 678       TRUE 2022-11-29 20:00:00
## 679       TRUE 2022-11-29 20:00:00
## 680       TRUE 2022-11-29 20:00:00
## 681       TRUE 2022-11-29 20:00:00
## 682       TRUE 2022-11-29 20:00:00
## 683       TRUE 2022-11-29 20:00:00
## 684       TRUE 2022-11-29 20:00:00
## 685       TRUE 2022-11-29 20:00:00
## 686       TRUE 2022-11-29 20:00:00
## 687       TRUE 2022-11-29 20:00:00
## 688       TRUE 2022-11-29 20:00:00
## 689       TRUE 2022-11-29 20:00:00
## 690       TRUE 2022-11-29 20:00:00
## 691       TRUE 2022-11-29 20:00:00
## 692       TRUE 2022-11-29 20:00:00
## 693       TRUE 2022-11-29 20:00:00
## 694       TRUE 2022-11-29 20:00:00
## 695       TRUE 2022-11-29 20:00:00
## 696       TRUE 2022-11-29 20:00:00
## 697       TRUE 2022-11-29 20:00:00
## 698       TRUE 2022-11-29 20:00:00
## 699       TRUE 2022-11-29 20:00:00
## 700       TRUE 2022-11-29 20:00:00
## 701       TRUE 2022-11-29 20:00:00
## 702       TRUE 2022-11-29 20:00:00
## 703       TRUE 2022-11-29 20:00:00
## 704       TRUE 2022-11-29 20:00:00
## 705       TRUE 2022-11-29 20:00:00
## 706       TRUE 2022-11-29 20:00:00
## 707       TRUE 2022-11-29 20:00:00
## 708       TRUE 2022-11-29 20:00:00
## 709       TRUE 2022-11-29 20:00:00
## 710       TRUE 2022-11-29 20:00:00
## 711       TRUE 2022-11-29 20:00:00
## 712       TRUE 2022-11-29 20:00:00
## 713       TRUE 2022-11-29 20:00:00
## 714       TRUE 2022-11-29 20:00:00
## 715       TRUE 2022-11-29 20:00:00
## 716       TRUE 2022-11-29 20:00:00
## 717       TRUE 2022-11-29 20:00:00
## 718       TRUE 2022-11-29 20:00:00
## 719       TRUE 2022-11-29 20:00:00
## 720       TRUE 2022-11-29 20:00:00
## 721       TRUE 2022-11-29 20:00:00
## 722       TRUE 2022-11-29 20:00:00
## 723       TRUE 2022-11-29 20:00:00
## 724       TRUE 2022-11-29 20:00:00
## 725       TRUE 2022-11-29 20:00:00
## 726       TRUE 2022-11-29 20:00:00
## 727       TRUE 2022-11-29 20:00:00
## 728       TRUE 2022-11-29 20:00:00
## 729       TRUE 2022-11-29 20:00:00
## 730       TRUE 2022-11-29 20:00:00
## 731       TRUE 2022-11-29 20:00:00
## 732       TRUE 2022-11-29 20:00:00
## 733       TRUE 2022-11-29 20:00:00
## 734       TRUE 2022-11-29 20:00:00
## 735       TRUE 2022-11-29 20:00:00
## 736       TRUE 2022-11-29 20:00:00
## 737       TRUE 2022-11-29 20:00:00
## 738       TRUE 2022-11-29 20:00:00
## 739       TRUE 2022-11-29 20:00:00
## 740       TRUE 2022-11-29 20:00:00
## 741       TRUE 2022-11-29 20:00:00
## 742       TRUE 2022-11-29 20:00:00
## 743       TRUE 2022-11-29 20:00:00
## 744       TRUE 2022-11-29 20:00:00
## 745       TRUE 2022-11-29 20:00:00
## 746       TRUE 2022-11-29 20:00:00
## 747       TRUE 2022-11-29 20:00:00
## 748       TRUE 2022-11-29 20:00:00
## 749       TRUE 2022-11-29 20:00:00
## 750       TRUE 2022-11-29 20:00:00
## 751       TRUE 2022-11-29 20:00:00
## 752       TRUE 2022-11-29 20:00:00
## 753       TRUE 2022-11-29 20:00:00
## 754       TRUE 2022-11-29 20:00:00
## 755       TRUE 2022-11-29 20:00:00
## 756       TRUE 2022-11-29 20:00:00
## 757       TRUE 2022-11-29 20:00:00
## 758       TRUE 2022-11-29 20:00:00
## 759       TRUE 2022-11-29 20:00:00
## 760       TRUE 2022-11-29 20:00:00
## 761       TRUE 2022-11-29 20:00:00
## 762       TRUE 2022-11-29 20:00:00
## 763       TRUE 2022-11-29 20:00:00
## 764       TRUE 2022-11-29 20:00:00
## 765       TRUE 2022-11-29 20:00:00
## 766       TRUE 2022-11-29 20:00:00
## 767       TRUE 2022-11-29 20:00:00
## 768       TRUE 2022-11-29 20:00:00
## 769       TRUE 2022-11-29 20:00:00
## 770       TRUE 2022-11-29 20:00:00
## 771       TRUE 2022-11-29 20:00:00
## 772       TRUE 2022-11-29 20:00:00
## 773       TRUE 2022-11-29 20:00:00
## 774       TRUE 2022-11-29 20:00:00
## 775       TRUE 2022-11-29 20:00:00
## 776       TRUE 2022-11-29 20:00:00
## 777       TRUE 2022-11-29 20:00:00
## 778       TRUE 2022-11-29 20:00:00
## 779       TRUE 2022-11-29 20:00:00
## 780       TRUE 2022-11-29 20:00:00
## 781       TRUE 2022-11-29 20:00:00
## 782       TRUE 2022-11-29 20:00:00
## 783       TRUE 2022-11-29 20:00:00
## 784       TRUE 2022-11-29 20:00:00
## 785       TRUE 2022-11-29 20:00:00
## 786       TRUE 2022-11-29 20:00:00
## 787       TRUE 2022-11-29 20:00:00
## 788       TRUE 2022-11-29 20:00:00
## 789       TRUE 2022-11-29 20:00:00
## 790       TRUE 2022-11-29 20:00:00
## 791       TRUE 2022-11-29 20:00:00
## 792       TRUE 2022-11-29 20:00:00
## 793       TRUE 2022-11-29 20:00:00
## 794       TRUE 2022-11-29 20:00:00
## 795       TRUE 2022-11-29 20:00:00
## 796       TRUE 2022-11-29 20:00:00
## 797       TRUE 2022-11-29 20:00:00
## 798       TRUE 2022-11-29 20:00:00
## 799       TRUE 2022-11-29 20:00:00
## 800       TRUE 2022-11-29 20:00:00
## 801       TRUE 2022-11-29 20:00:00
## 802       TRUE 2022-11-29 20:00:00
## 803       TRUE 2022-11-29 20:00:00
## 804       TRUE 2022-11-29 20:00:00
## 805       TRUE 2022-11-29 20:00:00
## 806       TRUE 2022-11-29 20:00:00
## 807       TRUE 2022-11-29 20:00:00
## 808       TRUE 2022-11-29 20:00:00
## 809       TRUE 2022-11-29 20:00:00
## 810       TRUE 2022-11-29 20:00:00
## 811       TRUE 2022-11-29 20:00:00
## 812       TRUE 2022-11-29 20:00:00
## 813       TRUE 2022-11-29 20:00:00
## 814       TRUE 2022-11-29 20:00:00
## 815       TRUE 2022-11-29 20:00:00
## 816       TRUE 2022-11-29 20:00:00
## 817       TRUE 2022-11-29 20:00:00
## 818       TRUE 2022-11-29 20:00:00
## 819       TRUE 2022-11-29 20:00:00
## 820       TRUE 2022-11-29 20:00:00
## 821       TRUE 2022-11-29 20:00:00
## 822       TRUE 2022-11-29 20:00:00
## 823       TRUE 2022-11-29 20:00:00
## 824       TRUE 2022-11-29 20:00:00
## 825       TRUE 2022-11-29 20:00:00
## 826       TRUE 2022-11-29 20:00:00
## 827       TRUE 2022-11-29 20:00:00
## 828       TRUE 2022-11-29 20:00:00
## 829       TRUE 2022-11-29 20:00:00
## 830       TRUE 2022-11-29 20:00:00
## 831       TRUE 2022-11-29 20:00:00
## 832       TRUE 2022-11-29 20:00:00
## 833       TRUE 2022-11-29 20:00:00
## 834       TRUE 2022-11-29 20:00:00
## 835       TRUE 2022-11-29 20:00:00
## 836       TRUE 2022-11-29 20:00:00
## 837       TRUE 2022-11-29 20:00:00
## 838       TRUE 2022-11-29 20:00:00
## 839       TRUE 2022-11-29 20:00:00
## 840       TRUE 2022-11-29 20:00:00
## 841       TRUE 2022-11-29 20:00:00
## 842       TRUE 2022-11-29 20:00:00
## 843       TRUE 2022-11-29 20:00:00
## 844       TRUE 2022-11-29 20:00:00
## 845       TRUE 2022-11-29 20:00:00
## 846       TRUE 2022-11-29 20:00:00
## 847       TRUE 2022-11-29 20:00:00
## 848       TRUE 2022-11-29 20:00:00
## 849       TRUE 2022-11-29 20:00:00
## 850       TRUE 2022-11-29 20:00:00
## 851       TRUE 2022-11-29 20:00:00
## 852       TRUE 2022-11-29 20:00:00
## 853       TRUE 2022-11-29 20:00:00
## 854       TRUE 2022-11-29 20:00:00
## 855       TRUE 2022-11-29 20:00:00
## 856       TRUE 2022-11-29 20:00:00
## 857       TRUE 2022-11-29 20:00:00
## 858       TRUE 2022-11-29 20:00:00
## 859       TRUE 2022-11-29 20:00:00
## 860       TRUE 2022-11-29 20:00:00
## 861       TRUE 2022-11-29 20:00:00
## 862       TRUE 2022-11-29 20:00:00
## 863       TRUE 2022-11-29 20:00:00
## 864       TRUE 2022-11-29 20:00:00
## 865       TRUE 2022-11-29 20:00:00
## 866       TRUE 2022-11-29 20:00:00
## 867       TRUE 2022-11-29 20:00:00
## 868       TRUE 2022-11-29 20:00:00
## 869       TRUE 2022-11-29 20:00:00
## 870       TRUE 2022-11-29 20:00:00
## 871       TRUE 2022-11-29 20:00:00
## 872       TRUE 2022-11-29 20:00:00
## 873       TRUE 2022-11-29 20:00:00
## 874       TRUE 2022-11-29 20:00:00
## 875       TRUE 2022-11-29 20:00:00
## 876       TRUE 2022-11-29 20:00:00
## 877       TRUE 2022-11-29 20:00:00
## 878       TRUE 2022-11-29 20:00:00
## 879       TRUE 2022-11-29 20:00:00
## 880       TRUE 2022-11-29 20:00:00
## 881       TRUE 2022-11-29 19:00:00
## 882       TRUE 2022-11-29 19:00:00
## 883       TRUE 2022-11-29 19:00:00
## 884       TRUE 2022-11-29 19:00:00
## 885       TRUE 2022-11-29 19:00:00
## 886       TRUE 2022-11-29 19:00:00
## 887       TRUE 2022-11-29 19:00:00
## 888       TRUE 2022-11-29 19:00:00
## 889       TRUE 2022-11-29 19:00:00
## 890       TRUE 2022-11-29 19:00:00
## 891       TRUE 2022-11-29 19:00:00
## 892       TRUE 2022-11-29 19:00:00
## 893       TRUE 2022-11-29 19:00:00
## 894       TRUE 2022-11-29 19:00:00
## 895       TRUE 2022-11-29 19:00:00
## 896       TRUE 2022-11-29 19:00:00
## 897       TRUE 2022-11-29 19:00:00
## 898       TRUE 2022-11-29 19:00:00
## 899       TRUE 2022-11-29 19:00:00
## 900       TRUE 2022-11-29 19:00:00
## 901       TRUE 2022-11-29 19:00:00
## 902       TRUE 2022-11-29 19:00:00
## 903       TRUE 2022-11-29 19:00:00
## 904       TRUE 2022-11-29 19:00:00
## 905       TRUE 2022-11-29 19:00:00
## 906       TRUE 2022-11-29 19:00:00
## 907       TRUE 2022-11-29 19:00:00
## 908       TRUE 2022-11-29 19:00:00
## 909       TRUE 2022-11-29 19:00:00
## 910       TRUE 2022-11-29 19:00:00
## 911       TRUE 2022-11-29 19:00:00
## 912       TRUE 2022-11-29 19:00:00
## 913       TRUE 2022-11-29 19:00:00
## 914       TRUE 2022-11-29 19:00:00
## 915       TRUE 2022-11-29 19:00:00
## 916       TRUE 2022-11-29 19:00:00
## 917       TRUE 2022-11-29 19:00:00
## 918       TRUE 2022-11-29 19:00:00
## 919       TRUE 2022-11-29 19:00:00
## 920       TRUE 2022-11-29 19:00:00
## 921       TRUE 2022-11-29 19:00:00
## 922       TRUE 2022-11-29 19:00:00
## 923       TRUE 2022-11-29 19:00:00
## 924       TRUE 2022-11-29 19:00:00
## 925       TRUE 2022-11-29 19:00:00
## 926       TRUE 2022-11-29 19:00:00
## 927       TRUE 2022-11-29 19:00:00
## 928       TRUE 2022-11-29 19:00:00
## 929       TRUE 2022-11-29 19:00:00
## 930       TRUE 2022-11-29 19:00:00
## 931       TRUE 2022-11-29 19:00:00
## 932       TRUE 2022-11-29 19:00:00
## 933       TRUE 2022-11-29 19:00:00
## 934       TRUE 2022-11-29 19:00:00
## 935       TRUE 2022-11-29 19:00:00
## 936       TRUE 2022-11-29 19:00:00
## 937       TRUE 2022-11-29 19:00:00
## 938       TRUE 2022-11-29 19:00:00
## 939       TRUE 2022-11-29 19:00:00
## 940       TRUE 2022-11-29 19:00:00
## 941       TRUE 2022-11-29 19:00:00
## 942       TRUE 2022-11-29 19:00:00
## 943       TRUE 2022-11-29 19:00:00
## 944       TRUE 2022-11-29 19:00:00
## 945       TRUE 2022-11-29 19:00:00
## 946       TRUE 2022-11-29 19:00:00
## 947       TRUE 2022-11-29 19:00:00
## 948       TRUE 2022-11-29 19:00:00
## 949       TRUE 2022-11-29 19:00:00
## 950       TRUE 2022-11-29 19:00:00
## 951       TRUE 2022-11-29 19:00:00
## 952       TRUE 2022-11-29 19:00:00
## 953       TRUE 2022-11-29 19:00:00
## 954       TRUE 2022-11-29 19:00:00
## 955       TRUE 2022-11-29 19:00:00
## 956       TRUE 2022-11-29 19:00:00
## 957       TRUE 2022-11-29 19:00:00
## 958       TRUE 2022-11-29 19:00:00
## 959       TRUE 2022-11-29 19:00:00
## 960       TRUE 2022-11-29 19:00:00
## 961       TRUE 2022-11-29 19:00:00
## 962       TRUE 2022-11-29 19:00:00
## 963       TRUE 2022-11-29 19:00:00
## 964       TRUE 2022-11-29 19:00:00
## 965       TRUE 2022-11-29 19:00:00
## 966       TRUE 2022-11-29 19:00:00
## 967       TRUE 2022-11-29 19:00:00
## 968       TRUE 2022-11-29 19:00:00
## 969       TRUE 2022-11-29 19:00:00
## 970       TRUE 2022-11-29 19:00:00
## 971       TRUE 2022-11-29 19:00:00
## 972       TRUE 2022-11-29 19:00:00
## 973       TRUE 2022-11-29 19:00:00
## 974       TRUE 2022-11-29 19:00:00
## 975       TRUE 2022-11-29 19:00:00
## 976       TRUE 2022-11-29 19:00:00
## 977       TRUE 2022-11-29 19:00:00
## 978       TRUE 2022-11-29 19:00:00
## 979       TRUE 2022-11-29 19:00:00
## 980       TRUE 2022-11-29 19:00:00
## 981       TRUE 2022-11-29 19:00:00
## 982       TRUE 2022-11-29 19:00:00
## 983       TRUE 2022-11-29 19:00:00
## 984       TRUE 2022-11-29 19:00:00
## 985       TRUE 2022-11-29 19:00:00
## 986       TRUE 2022-11-29 19:00:00
## 987       TRUE 2022-11-29 19:00:00
## 988       TRUE 2022-11-29 19:00:00
## 989       TRUE 2022-11-29 19:00:00
## 990       TRUE 2022-11-29 19:00:00
## 991       TRUE 2022-11-29 19:00:00
## 992       TRUE 2022-11-29 19:00:00
## 993       TRUE 2022-11-29 19:00:00
## 994       TRUE 2022-11-29 19:00:00
## 995       TRUE 2022-11-29 19:00:00
## 996       TRUE 2022-11-29 19:00:00
## 997       TRUE 2022-11-29 19:00:00
## 998       TRUE 2022-11-29 19:00:00
## 999       TRUE 2022-11-29 19:00:00
## 1000      TRUE 2022-11-29 19:00:00
## 1001      TRUE 2022-11-29 19:00:00
## 1002      TRUE 2022-11-29 19:00:00
## 1003      TRUE 2022-11-29 19:00:00
## 1004      TRUE 2022-11-29 19:00:00
## 1005      TRUE 2022-11-29 19:00:00
## 1006      TRUE 2022-11-29 19:00:00
## 1007      TRUE 2022-11-29 19:00:00
## 1008      TRUE 2022-11-29 19:00:00
## 1009      TRUE 2022-11-29 19:00:00
## 1010      TRUE 2022-11-29 19:00:00
## 1011      TRUE 2022-11-29 19:00:00
## 1012      TRUE 2022-11-29 19:00:00
## 1013      TRUE 2022-11-29 19:00:00
## 1014      TRUE 2022-11-29 19:00:00
## 1015      TRUE 2022-11-29 19:00:00
## 1016      TRUE 2022-11-29 19:00:00
## 1017      TRUE 2022-11-29 19:00:00
## 1018      TRUE 2022-11-29 19:00:00
## 1019      TRUE 2022-11-29 19:00:00
## 1020      TRUE 2022-11-29 19:00:00
## 1021      TRUE 2022-11-29 19:00:00
## 1022      TRUE 2022-11-29 19:00:00
## 1023      TRUE 2022-11-29 19:00:00
## 1024      TRUE 2022-11-29 19:00:00
## 1025      TRUE 2022-11-29 19:00:00
## 1026      TRUE 2022-11-29 19:00:00
## 1027      TRUE 2022-11-29 19:00:00
## 1028      TRUE 2022-11-29 19:00:00
## 1029      TRUE 2022-11-29 19:00:00
## 1030      TRUE 2022-11-29 19:00:00
## 1031      TRUE 2022-11-29 19:00:00
## 1032      TRUE 2022-11-29 19:00:00
## 1033      TRUE 2022-11-29 19:00:00
## 1034      TRUE 2022-11-29 19:00:00
## 1035      TRUE 2022-11-29 19:00:00
## 1036      TRUE 2022-11-29 19:00:00
## 1037      TRUE 2022-11-29 19:00:00
## 1038      TRUE 2022-11-29 19:00:00
## 1039      TRUE 2022-11-29 19:00:00
## 1040      TRUE 2022-11-29 19:00:00
## 1041      TRUE 2022-11-29 19:00:00
## 1042      TRUE 2022-11-29 19:00:00
## 1043      TRUE 2022-11-29 19:00:00
## 1044      TRUE 2022-11-29 19:00:00
## 1045      TRUE 2022-11-29 19:00:00
## 1046      TRUE 2022-11-29 19:00:00
## 1047      TRUE 2022-11-29 19:00:00
## 1048      TRUE 2022-11-29 19:00:00
## 1049      TRUE 2022-11-29 19:00:00
## 1050      TRUE 2022-11-29 19:00:00
## 1051      TRUE 2022-11-29 19:00:00
## 1052      TRUE 2022-11-29 19:00:00
## 1053      TRUE 2022-11-29 19:00:00
## 1054      TRUE 2022-11-29 19:00:00
## 1055      TRUE 2022-11-29 19:00:00
## 1056      TRUE 2022-11-29 19:00:00
## 1057      TRUE 2022-11-29 19:00:00
## 1058      TRUE 2022-11-29 19:00:00
## 1059      TRUE 2022-11-29 19:00:00
## 1060      TRUE 2022-11-29 19:00:00
## 1061      TRUE 2022-11-29 19:00:00
## 1062      TRUE 2022-11-29 19:00:00
## 1063      TRUE 2022-11-29 19:00:00
## 1064      TRUE 2022-11-29 19:00:00
## 1065      TRUE 2022-11-29 19:00:00
## 1066      TRUE 2022-11-29 19:00:00
## 1067      TRUE 2022-11-29 19:00:00
## 1068      TRUE 2022-11-29 19:00:00
## 1069      TRUE 2022-11-29 19:00:00
## 1070      TRUE 2022-11-29 19:00:00
## 1071      TRUE 2022-11-29 19:00:00
## 1072      TRUE 2022-11-29 19:00:00
## 1073      TRUE 2022-11-29 19:00:00
## 1074      TRUE 2022-11-29 19:00:00
## 1075      TRUE 2022-11-29 19:00:00
## 1076      TRUE 2022-11-29 19:00:00
## 1077      TRUE 2022-11-29 19:00:00
## 1078      TRUE 2022-11-29 19:00:00
## 1079      TRUE 2022-11-29 19:00:00
## 1080      TRUE 2022-11-29 19:00:00
## 1081      TRUE 2022-11-29 19:00:00
## 1082      TRUE 2022-11-29 19:00:00
## 1083      TRUE 2022-11-29 19:00:00
## 1084      TRUE 2022-11-29 19:00:00
## 1085      TRUE 2022-11-29 18:00:00
## 1086      TRUE 2022-11-29 18:00:00
## 1087      TRUE 2022-11-29 18:00:00
## 1088      TRUE 2022-11-29 18:00:00
## 1089      TRUE 2022-11-29 18:00:00
## 1090      TRUE 2022-11-29 18:00:00
## 1091      TRUE 2022-11-29 18:00:00
## 1092      TRUE 2022-11-29 18:00:00
## 1093      TRUE 2022-11-29 18:00:00
## 1094      TRUE 2022-11-29 18:00:00
## 1095      TRUE 2022-11-29 18:00:00
## 1096      TRUE 2022-11-29 18:00:00
## 1097      TRUE 2022-11-29 18:00:00
## 1098      TRUE 2022-11-29 18:00:00
## 1099      TRUE 2022-11-29 18:00:00
## 1100      TRUE 2022-11-29 18:00:00
## 1101      TRUE 2022-11-29 18:00:00
## 1102      TRUE 2022-11-29 18:00:00
## 1103      TRUE 2022-11-29 18:00:00
## 1104      TRUE 2022-11-29 18:00:00
## 1105      TRUE 2022-11-29 18:00:00
## 1106      TRUE 2022-11-29 18:00:00
## 1107      TRUE 2022-11-29 18:00:00
## 1108      TRUE 2022-11-29 18:00:00
## 1109      TRUE 2022-11-29 18:00:00
## 1110      TRUE 2022-11-29 18:00:00
## 1111      TRUE 2022-11-29 18:00:00
## 1112      TRUE 2022-11-29 18:00:00
## 1113      TRUE 2022-11-29 18:00:00
## 1114      TRUE 2022-11-29 18:00:00
## 1115      TRUE 2022-11-29 18:00:00
## 1116      TRUE 2022-11-29 18:00:00
## 1117      TRUE 2022-11-29 18:00:00
## 1118      TRUE 2022-11-29 18:00:00
## 1119      TRUE 2022-11-29 18:00:00
## 1120      TRUE 2022-11-29 18:00:00
## 1121      TRUE 2022-11-29 18:00:00
## 1122      TRUE 2022-11-29 18:00:00
## 1123      TRUE 2022-11-29 18:00:00
## 1124      TRUE 2022-11-29 18:00:00
## 1125      TRUE 2022-11-29 18:00:00
## 1126      TRUE 2022-11-29 18:00:00
## 1127      TRUE 2022-11-29 18:00:00
## 1128      TRUE 2022-11-29 18:00:00
## 1129      TRUE 2022-11-29 18:00:00
## 1130      TRUE 2022-11-29 18:00:00
## 1131      TRUE 2022-11-29 18:00:00
## 1132      TRUE 2022-11-29 18:00:00
## 1133      TRUE 2022-11-29 18:00:00
## 1134      TRUE 2022-11-29 18:00:00
## 1135      TRUE 2022-11-29 18:00:00
## 1136      TRUE 2022-11-29 18:00:00
## 1137      TRUE 2022-11-29 18:00:00
## 1138      TRUE 2022-11-29 18:00:00
## 1139      TRUE 2022-11-29 18:00:00
## 1140      TRUE 2022-11-29 18:00:00
## 1141      TRUE 2022-11-29 18:00:00
## 1142      TRUE 2022-11-29 18:00:00
## 1143      TRUE 2022-11-29 18:00:00
## 1144      TRUE 2022-11-29 18:00:00
## 1145      TRUE 2022-11-29 18:00:00
## 1146      TRUE 2022-11-29 18:00:00
## 1147      TRUE 2022-11-29 18:00:00
## 1148      TRUE 2022-11-29 18:00:00
## 1149      TRUE 2022-11-29 18:00:00
## 1150      TRUE 2022-11-29 18:00:00
## 1151      TRUE 2022-11-29 18:00:00
## 1152      TRUE 2022-11-29 18:00:00
## 1153      TRUE 2022-11-29 18:00:00
## 1154      TRUE 2022-11-29 18:00:00
## 1155      TRUE 2022-11-29 18:00:00
## 1156      TRUE 2022-11-29 18:00:00
## 1157      TRUE 2022-11-29 18:00:00
## 1158      TRUE 2022-11-29 18:00:00
## 1159      TRUE 2022-11-29 18:00:00
## 1160      TRUE 2022-11-29 18:00:00
## 1161      TRUE 2022-11-29 18:00:00
## 1162      TRUE 2022-11-29 18:00:00
## 1163      TRUE 2022-11-29 18:00:00
## 1164      TRUE 2022-11-29 18:00:00
## 1165      TRUE 2022-11-29 18:00:00
## 1166      TRUE 2022-11-29 18:00:00
## 1167      TRUE 2022-11-29 18:00:00
## 1168      TRUE 2022-11-29 18:00:00
## 1169      TRUE 2022-11-29 18:00:00
## 1170      TRUE 2022-11-29 18:00:00
## 1171      TRUE 2022-11-29 18:00:00
## 1172      TRUE 2022-11-29 18:00:00
## 1173      TRUE 2022-11-29 18:00:00
## 1174      TRUE 2022-11-29 18:00:00
## 1175      TRUE 2022-11-29 18:00:00
## 1176      TRUE 2022-11-29 18:00:00
## 1177      TRUE 2022-11-29 18:00:00
## 1178      TRUE 2022-11-29 18:00:00
## 1179      TRUE 2022-11-29 18:00:00
## 1180      TRUE 2022-11-29 18:00:00
## 1181      TRUE 2022-11-29 18:00:00
## 1182      TRUE 2022-11-29 18:00:00
## 1183      TRUE 2022-11-29 18:00:00
## 1184      TRUE 2022-11-29 18:00:00
## 1185      TRUE 2022-11-29 18:00:00
## 1186      TRUE 2022-11-29 18:00:00
## 1187      TRUE 2022-11-29 18:00:00
## 1188      TRUE 2022-11-29 18:00:00
## 1189      TRUE 2022-11-29 18:00:00
## 1190      TRUE 2022-11-29 18:00:00
## 1191      TRUE 2022-11-29 18:00:00
## 1192      TRUE 2022-11-29 18:00:00
## 1193      TRUE 2022-11-29 18:00:00
## 1194      TRUE 2022-11-29 18:00:00
## 1195      TRUE 2022-11-29 18:00:00
## 1196      TRUE 2022-11-29 18:00:00
## 1197      TRUE 2022-11-29 18:00:00
## 1198      TRUE 2022-11-29 18:00:00
## 1199      TRUE 2022-11-29 18:00:00
## 1200      TRUE 2022-11-29 18:00:00
## 1201      TRUE 2022-11-29 18:00:00
## 1202      TRUE 2022-11-29 18:00:00
## 1203      TRUE 2022-11-29 18:00:00
## 1204      TRUE 2022-11-29 18:00:00
## 1205      TRUE 2022-11-29 18:00:00
## 1206      TRUE 2022-11-29 18:00:00
## 1207      TRUE 2022-11-29 18:00:00
## 1208      TRUE 2022-11-29 18:00:00
## 1209      TRUE 2022-11-29 18:00:00
## 1210      TRUE 2022-11-29 18:00:00
## 1211      TRUE 2022-11-29 18:00:00
## 1212      TRUE 2022-11-29 18:00:00
## 1213      TRUE 2022-11-29 18:00:00
## 1214      TRUE 2022-11-29 18:00:00
## 1215      TRUE 2022-11-29 18:00:00
## 1216      TRUE 2022-11-29 18:00:00
## 1217      TRUE 2022-11-29 18:00:00
## 1218      TRUE 2022-11-29 18:00:00
## 1219      TRUE 2022-11-29 18:00:00
## 1220      TRUE 2022-11-29 18:00:00
## 1221      TRUE 2022-11-29 18:00:00
## 1222      TRUE 2022-11-29 18:00:00
## 1223      TRUE 2022-11-29 18:00:00
## 1224      TRUE 2022-11-29 18:00:00
## 1225      TRUE 2022-11-29 18:00:00
## 1226      TRUE 2022-11-29 18:00:00
## 1227      TRUE 2022-11-29 18:00:00
## 1228      TRUE 2022-11-29 18:00:00
## 1229      TRUE 2022-11-29 18:00:00
## 1230      TRUE 2022-11-29 18:00:00
## 1231      TRUE 2022-11-29 18:00:00
## 1232      TRUE 2022-11-29 18:00:00
## 1233      TRUE 2022-11-29 18:00:00
## 1234      TRUE 2022-11-29 18:00:00
## 1235      TRUE 2022-11-29 18:00:00
## 1236      TRUE 2022-11-29 18:00:00
## 1237      TRUE 2022-11-29 18:00:00
## 1238      TRUE 2022-11-29 18:00:00
## 1239      TRUE 2022-11-29 18:00:00
## 1240      TRUE 2022-11-29 18:00:00
## 1241      TRUE 2022-11-29 18:00:00
## 1242      TRUE 2022-11-29 18:00:00
## 1243      TRUE 2022-11-29 18:00:00
## 1244      TRUE 2022-11-29 18:00:00
## 1245      TRUE 2022-11-29 18:00:00
## 1246      TRUE 2022-11-29 18:00:00
## 1247      TRUE 2022-11-29 18:00:00
## 1248      TRUE 2022-11-29 18:00:00
## 1249      TRUE 2022-11-29 18:00:00
## 1250      TRUE 2022-11-29 18:00:00
## 1251      TRUE 2022-11-29 18:00:00
## 1252      TRUE 2022-11-29 18:00:00
## 1253      TRUE 2022-11-29 18:00:00
## 1254      TRUE 2022-11-29 18:00:00
## 1255      TRUE 2022-11-29 18:00:00
## 1256      TRUE 2022-11-29 18:00:00
## 1257      TRUE 2022-11-29 18:00:00
## 1258      TRUE 2022-11-29 18:00:00
## 1259      TRUE 2022-11-29 18:00:00
## 1260      TRUE 2022-11-29 18:00:00
## 1261      TRUE 2022-11-29 18:00:00
## 1262      TRUE 2022-11-29 18:00:00
## 1263      TRUE 2022-11-29 18:00:00
## 1264      TRUE 2022-11-29 18:00:00
## 1265      TRUE 2022-11-29 18:00:00
## 1266      TRUE 2022-11-29 18:00:00
## 1267      TRUE 2022-11-29 18:00:00
## 1268      TRUE 2022-11-29 18:00:00
## 1269      TRUE 2022-11-29 18:00:00
## 1270      TRUE 2022-11-29 18:00:00
## 1271      TRUE 2022-11-29 18:00:00
## 1272      TRUE 2022-11-29 18:00:00
## 1273      TRUE 2022-11-29 18:00:00
## 1274      TRUE 2022-11-29 18:00:00
## 1275      TRUE 2022-11-29 18:00:00
## 1276      TRUE 2022-11-29 18:00:00
## 1277      TRUE 2022-11-29 18:00:00
## 1278      TRUE 2022-11-29 18:00:00
## 1279      TRUE 2022-11-29 18:00:00
## 1280      TRUE 2022-11-29 18:00:00
## 1281      TRUE 2022-11-29 18:00:00
## 1282      TRUE 2022-11-29 18:00:00
## 1283      TRUE 2022-11-29 17:00:00
## 1284      TRUE 2022-11-29 17:00:00
## 1285      TRUE 2022-11-29 17:00:00
## 1286      TRUE 2022-11-29 17:00:00
## 1287      TRUE 2022-11-29 17:00:00
## 1288      TRUE 2022-11-29 17:00:00
## 1289      TRUE 2022-11-29 17:00:00
## 1290      TRUE 2022-11-29 17:00:00
## 1291      TRUE 2022-11-29 17:00:00
## 1292      TRUE 2022-11-29 17:00:00
## 1293      TRUE 2022-11-29 17:00:00
## 1294      TRUE 2022-11-29 17:00:00
## 1295      TRUE 2022-11-29 17:00:00
## 1296      TRUE 2022-11-29 17:00:00
## 1297      TRUE 2022-11-29 17:00:00
## 1298      TRUE 2022-11-29 17:00:00
## 1299      TRUE 2022-11-29 17:00:00
## 1300      TRUE 2022-11-29 17:00:00
## 1301      TRUE 2022-11-29 17:00:00
## 1302      TRUE 2022-11-29 17:00:00
## 1303      TRUE 2022-11-29 17:00:00
## 1304      TRUE 2022-11-29 17:00:00
## 1305      TRUE 2022-11-29 17:00:00
## 1306      TRUE 2022-11-29 17:00:00
## 1307      TRUE 2022-11-29 17:00:00
## 1308      TRUE 2022-11-29 17:00:00
## 1309      TRUE 2022-11-29 17:00:00
## 1310      TRUE 2022-11-29 17:00:00
## 1311      TRUE 2022-11-29 17:00:00
## 1312      TRUE 2022-11-29 17:00:00
## 1313      TRUE 2022-11-29 17:00:00
## 1314      TRUE 2022-11-29 17:00:00
## 1315      TRUE 2022-11-29 17:00:00
## 1316      TRUE 2022-11-29 17:00:00
## 1317      TRUE 2022-11-29 17:00:00
## 1318      TRUE 2022-11-29 17:00:00
## 1319      TRUE 2022-11-29 17:00:00
## 1320      TRUE 2022-11-29 17:00:00
## 1321      TRUE 2022-11-29 17:00:00
## 1322      TRUE 2022-11-29 17:00:00
## 1323      TRUE 2022-11-29 17:00:00
## 1324      TRUE 2022-11-29 17:00:00
## 1325      TRUE 2022-11-29 17:00:00
## 1326      TRUE 2022-11-29 17:00:00
## 1327      TRUE 2022-11-29 17:00:00
## 1328      TRUE 2022-11-29 17:00:00
## 1329      TRUE 2022-11-29 17:00:00
## 1330      TRUE 2022-11-29 17:00:00
## 1331      TRUE 2022-11-29 17:00:00
## 1332      TRUE 2022-11-29 17:00:00
## 1333      TRUE 2022-11-29 17:00:00
## 1334      TRUE 2022-11-29 17:00:00
## 1335      TRUE 2022-11-29 17:00:00
## 1336      TRUE 2022-11-29 17:00:00
## 1337      TRUE 2022-11-29 17:00:00
## 1338      TRUE 2022-11-29 17:00:00
## 1339      TRUE 2022-11-29 17:00:00
## 1340      TRUE 2022-11-29 17:00:00
## 1341      TRUE 2022-11-29 17:00:00
## 1342      TRUE 2022-11-29 17:00:00
## 1343      TRUE 2022-11-29 17:00:00
## 1344      TRUE 2022-11-29 17:00:00
## 1345      TRUE 2022-11-29 17:00:00
## 1346      TRUE 2022-11-29 17:00:00
## 1347      TRUE 2022-11-29 17:00:00
## 1348      TRUE 2022-11-29 17:00:00
## 1349      TRUE 2022-11-29 17:00:00
## 1350      TRUE 2022-11-29 17:00:00
## 1351      TRUE 2022-11-29 17:00:00
## 1352      TRUE 2022-11-29 17:00:00
## 1353      TRUE 2022-11-29 17:00:00
## 1354      TRUE 2022-11-29 17:00:00
## 1355      TRUE 2022-11-29 17:00:00
## 1356      TRUE 2022-11-29 17:00:00
## 1357      TRUE 2022-11-29 17:00:00
## 1358      TRUE 2022-11-29 17:00:00
## 1359      TRUE 2022-11-29 17:00:00
## 1360      TRUE 2022-11-29 17:00:00
## 1361      TRUE 2022-11-29 17:00:00
## 1362      TRUE 2022-11-29 17:00:00
## 1363      TRUE 2022-11-29 17:00:00
## 1364      TRUE 2022-11-29 17:00:00
## 1365      TRUE 2022-11-29 17:00:00
## 1366      TRUE 2022-11-29 17:00:00
## 1367      TRUE 2022-11-29 17:00:00
## 1368      TRUE 2022-11-29 17:00:00
## 1369      TRUE 2022-11-29 17:00:00
## 1370      TRUE 2022-11-29 17:00:00
## 1371      TRUE 2022-11-29 17:00:00
## 1372      TRUE 2022-11-29 17:00:00
## 1373      TRUE 2022-11-29 17:00:00
## 1374      TRUE 2022-11-29 17:00:00
## 1375      TRUE 2022-11-29 17:00:00
## 1376      TRUE 2022-11-29 17:00:00
## 1377      TRUE 2022-11-29 17:00:00
## 1378      TRUE 2022-11-29 17:00:00
## 1379      TRUE 2022-11-29 17:00:00
## 1380      TRUE 2022-11-29 17:00:00
## 1381      TRUE 2022-11-29 17:00:00
## 1382      TRUE 2022-11-29 17:00:00
## 1383      TRUE 2022-11-29 17:00:00
## 1384      TRUE 2022-11-29 17:00:00
## 1385      TRUE 2022-11-29 17:00:00
## 1386      TRUE 2022-11-29 17:00:00
## 1387      TRUE 2022-11-29 17:00:00
## 1388      TRUE 2022-11-29 17:00:00
## 1389      TRUE 2022-11-29 17:00:00
## 1390      TRUE 2022-11-29 17:00:00
## 1391      TRUE 2022-11-29 17:00:00
## 1392      TRUE 2022-11-29 17:00:00
## 1393      TRUE 2022-11-29 17:00:00
## 1394      TRUE 2022-11-29 17:00:00
## 1395      TRUE 2022-11-29 17:00:00
## 1396      TRUE 2022-11-29 17:00:00
## 1397      TRUE 2022-11-29 17:00:00
## 1398      TRUE 2022-11-29 17:00:00
## 1399      TRUE 2022-11-29 17:00:00
## 1400      TRUE 2022-11-29 17:00:00
## 1401      TRUE 2022-11-29 17:00:00
## 1402      TRUE 2022-11-29 17:00:00
## 1403      TRUE 2022-11-29 17:00:00
## 1404      TRUE 2022-11-29 17:00:00
## 1405      TRUE 2022-11-29 17:00:00
## 1406      TRUE 2022-11-29 17:00:00
## 1407      TRUE 2022-11-29 17:00:00
## 1408      TRUE 2022-11-29 17:00:00
## 1409      TRUE 2022-11-29 17:00:00
## 1410      TRUE 2022-11-29 17:00:00
## 1411      TRUE 2022-11-29 17:00:00
## 1412      TRUE 2022-11-29 17:00:00
## 1413      TRUE 2022-11-29 17:00:00
## 1414      TRUE 2022-11-29 17:00:00
## 1415      TRUE 2022-11-29 17:00:00
## 1416      TRUE 2022-11-29 17:00:00
## 1417      TRUE 2022-11-29 17:00:00
## 1418      TRUE 2022-11-29 17:00:00
## 1419      TRUE 2022-11-29 17:00:00
## 1420      TRUE 2022-11-29 17:00:00
## 1421      TRUE 2022-11-29 17:00:00
## 1422      TRUE 2022-11-29 17:00:00
## 1423      TRUE 2022-11-29 17:00:00
## 1424      TRUE 2022-11-29 17:00:00
## 1425      TRUE 2022-11-29 17:00:00
## 1426      TRUE 2022-11-29 17:00:00
## 1427      TRUE 2022-11-29 17:00:00
## 1428      TRUE 2022-11-29 17:00:00
## 1429      TRUE 2022-11-29 17:00:00
## 1430      TRUE 2022-11-29 17:00:00
## 1431      TRUE 2022-11-29 17:00:00
## 1432      TRUE 2022-11-29 17:00:00
## 1433      TRUE 2022-11-29 17:00:00
## 1434      TRUE 2022-11-29 17:00:00
## 1435      TRUE 2022-11-29 17:00:00
## 1436      TRUE 2022-11-29 17:00:00
## 1437      TRUE 2022-11-29 17:00:00
## 1438      TRUE 2022-11-29 17:00:00
## 1439      TRUE 2022-11-29 17:00:00
## 1440      TRUE 2022-11-29 17:00:00
## 1441      TRUE 2022-11-29 17:00:00
## 1442      TRUE 2022-11-29 17:00:00
## 1443      TRUE 2022-11-29 17:00:00
## 1444      TRUE 2022-11-29 17:00:00
## 1445      TRUE 2022-11-29 17:00:00
## 1446      TRUE 2022-11-29 17:00:00
## 1447      TRUE 2022-11-29 17:00:00
## 1448      TRUE 2022-11-29 17:00:00
## 1449      TRUE 2022-11-29 17:00:00
## 1450      TRUE 2022-11-29 17:00:00
## 1451      TRUE 2022-11-29 17:00:00
## 1452      TRUE 2022-11-29 17:00:00
## 1453      TRUE 2022-11-29 17:00:00
## 1454      TRUE 2022-11-29 17:00:00
## 1455      TRUE 2022-11-29 17:00:00
## 1456      TRUE 2022-11-29 17:00:00
## 1457      TRUE 2022-11-29 17:00:00
## 1458      TRUE 2022-11-29 17:00:00
## 1459      TRUE 2022-11-29 17:00:00
## 1460      TRUE 2022-11-29 17:00:00
## 1461      TRUE 2022-11-29 17:00:00
## 1462      TRUE 2022-11-29 17:00:00
## 1463      TRUE 2022-11-29 17:00:00
## 1464      TRUE 2022-11-29 17:00:00
## 1465      TRUE 2022-11-29 17:00:00
## 1466      TRUE 2022-11-29 17:00:00
## 1467      TRUE 2022-11-29 17:00:00
## 1468      TRUE 2022-11-29 17:00:00
## 1469      TRUE 2022-11-29 16:00:00
## 1470      TRUE 2022-11-29 16:00:00
## 1471      TRUE 2022-11-29 16:00:00
## 1472      TRUE 2022-11-29 16:00:00
## 1473      TRUE 2022-11-29 16:00:00
## 1474      TRUE 2022-11-29 16:00:00
## 1475      TRUE 2022-11-29 16:00:00
## 1476      TRUE 2022-11-29 16:00:00
## 1477      TRUE 2022-11-29 16:00:00
## 1478      TRUE 2022-11-29 16:00:00
## 1479      TRUE 2022-11-29 16:00:00
## 1480      TRUE 2022-11-29 16:00:00
## 1481      TRUE 2022-11-29 16:00:00
## 1482      TRUE 2022-11-29 16:00:00
## 1483      TRUE 2022-11-29 16:00:00
## 1484      TRUE 2022-11-29 16:00:00
## 1485      TRUE 2022-11-29 16:00:00
## 1486      TRUE 2022-11-29 16:00:00
## 1487      TRUE 2022-11-29 16:00:00
## 1488      TRUE 2022-11-29 16:00:00
## 1489      TRUE 2022-11-29 16:00:00
## 1490      TRUE 2022-11-29 16:00:00
## 1491      TRUE 2022-11-29 16:00:00
## 1492      TRUE 2022-11-29 16:00:00
## 1493      TRUE 2022-11-29 16:00:00
## 1494      TRUE 2022-11-29 16:00:00
## 1495      TRUE 2022-11-29 16:00:00
## 1496      TRUE 2022-11-29 16:00:00
## 1497      TRUE 2022-11-29 16:00:00
## 1498      TRUE 2022-11-29 16:00:00
## 1499      TRUE 2022-11-29 16:00:00
## 1500      TRUE 2022-11-29 16:00:00
## 1501      TRUE 2022-11-29 16:00:00
## 1502      TRUE 2022-11-29 16:00:00
## 1503      TRUE 2022-11-29 16:00:00
## 1504      TRUE 2022-11-29 16:00:00
## 1505      TRUE 2022-11-29 16:00:00
## 1506      TRUE 2022-11-29 16:00:00
## 1507      TRUE 2022-11-29 16:00:00
## 1508      TRUE 2022-11-29 16:00:00
## 1509      TRUE 2022-11-29 16:00:00
## 1510      TRUE 2022-11-29 16:00:00
## 1511      TRUE 2022-11-29 16:00:00
## 1512      TRUE 2022-11-29 16:00:00
## 1513      TRUE 2022-11-29 16:00:00
## 1514      TRUE 2022-11-29 16:00:00
## 1515      TRUE 2022-11-29 16:00:00
## 1516      TRUE 2022-11-29 16:00:00
## 1517      TRUE 2022-11-29 16:00:00
## 1518      TRUE 2022-11-29 16:00:00
## 1519      TRUE 2022-11-29 16:00:00
## 1520      TRUE 2022-11-29 16:00:00
## 1521      TRUE 2022-11-29 16:00:00
## 1522      TRUE 2022-11-29 16:00:00
## 1523      TRUE 2022-11-29 16:00:00
## 1524      TRUE 2022-11-29 16:00:00
## 1525      TRUE 2022-11-29 16:00:00
## 1526      TRUE 2022-11-29 16:00:00
## 1527      TRUE 2022-11-29 16:00:00
## 1528      TRUE 2022-11-29 16:00:00
## 1529      TRUE 2022-11-29 16:00:00
## 1530      TRUE 2022-11-29 16:00:00
## 1531      TRUE 2022-11-29 16:00:00
## 1532      TRUE 2022-11-29 16:00:00
## 1533      TRUE 2022-11-29 16:00:00
## 1534      TRUE 2022-11-29 16:00:00
## 1535      TRUE 2022-11-29 16:00:00
## 1536      TRUE 2022-11-29 16:00:00
## 1537      TRUE 2022-11-29 16:00:00
## 1538      TRUE 2022-11-29 16:00:00
## 1539      TRUE 2022-11-29 16:00:00
## 1540      TRUE 2022-11-29 16:00:00
## 1541      TRUE 2022-11-29 16:00:00
## 1542      TRUE 2022-11-29 16:00:00
## 1543      TRUE 2022-11-29 16:00:00
## 1544      TRUE 2022-11-29 16:00:00
## 1545      TRUE 2022-11-29 16:00:00
## 1546      TRUE 2022-11-29 16:00:00
## 1547      TRUE 2022-11-29 16:00:00
## 1548      TRUE 2022-11-29 16:00:00
## 1549      TRUE 2022-11-29 16:00:00
## 1550      TRUE 2022-11-29 16:00:00
## 1551      TRUE 2022-11-29 16:00:00
## 1552      TRUE 2022-11-29 16:00:00
## 1553      TRUE 2022-11-29 16:00:00
## 1554      TRUE 2022-11-29 16:00:00
## 1555      TRUE 2022-11-29 16:00:00
## 1556      TRUE 2022-11-29 16:00:00
## 1557      TRUE 2022-11-29 16:00:00
## 1558      TRUE 2022-11-29 16:00:00
## 1559      TRUE 2022-11-29 16:00:00
## 1560      TRUE 2022-11-29 16:00:00
## 1561      TRUE 2022-11-29 16:00:00
## 1562      TRUE 2022-11-29 16:00:00
## 1563      TRUE 2022-11-29 16:00:00
## 1564      TRUE 2022-11-29 16:00:00
## 1565      TRUE 2022-11-29 16:00:00
## 1566      TRUE 2022-11-29 16:00:00
## 1567      TRUE 2022-11-29 16:00:00
## 1568      TRUE 2022-11-29 16:00:00
## 1569      TRUE 2022-11-29 16:00:00
## 1570      TRUE 2022-11-29 16:00:00
## 1571      TRUE 2022-11-29 16:00:00
## 1572      TRUE 2022-11-29 16:00:00
## 1573      TRUE 2022-11-29 16:00:00
## 1574      TRUE 2022-11-29 16:00:00
## 1575      TRUE 2022-11-29 16:00:00
## 1576      TRUE 2022-11-29 16:00:00
## 1577      TRUE 2022-11-29 16:00:00
## 1578      TRUE 2022-11-29 16:00:00
## 1579      TRUE 2022-11-29 16:00:00
## 1580      TRUE 2022-11-29 16:00:00
## 1581      TRUE 2022-11-29 16:00:00
## 1582      TRUE 2022-11-29 16:00:00
## 1583      TRUE 2022-11-29 16:00:00
## 1584      TRUE 2022-11-29 16:00:00
## 1585      TRUE 2022-11-29 16:00:00
## 1586      TRUE 2022-11-29 16:00:00
## 1587      TRUE 2022-11-29 16:00:00
## 1588      TRUE 2022-11-29 16:00:00
## 1589      TRUE 2022-11-29 16:00:00
## 1590      TRUE 2022-11-29 16:00:00
## 1591      TRUE 2022-11-29 16:00:00
## 1592      TRUE 2022-11-29 16:00:00
## 1593      TRUE 2022-11-29 16:00:00
## 1594      TRUE 2022-11-29 16:00:00
## 1595      TRUE 2022-11-29 16:00:00
## 1596      TRUE 2022-11-29 16:00:00
## 1597      TRUE 2022-11-29 16:00:00
## 1598      TRUE 2022-11-29 16:00:00
## 1599      TRUE 2022-11-29 16:00:00
## 1600      TRUE 2022-11-29 16:00:00
## 1601      TRUE 2022-11-29 16:00:00
## 1602      TRUE 2022-11-29 16:00:00
## 1603      TRUE 2022-11-29 16:00:00
## 1604      TRUE 2022-11-29 16:00:00
## 1605      TRUE 2022-11-29 16:00:00
## 1606      TRUE 2022-11-29 16:00:00
## 1607      TRUE 2022-11-29 16:00:00
## 1608      TRUE 2022-11-29 16:00:00
## 1609      TRUE 2022-11-29 16:00:00
## 1610      TRUE 2022-11-29 16:00:00
## 1611      TRUE 2022-11-29 16:00:00
## 1612      TRUE 2022-11-29 16:00:00
## 1613      TRUE 2022-11-29 16:00:00
## 1614      TRUE 2022-11-29 16:00:00
## 1615      TRUE 2022-11-29 16:00:00
## 1616      TRUE 2022-11-29 16:00:00
## 1617      TRUE 2022-11-29 16:00:00
## 1618      TRUE 2022-11-29 16:00:00
## 1619      TRUE 2022-11-29 16:00:00
## 1620      TRUE 2022-11-29 16:00:00
## 1621      TRUE 2022-11-29 16:00:00
## 1622      TRUE 2022-11-29 16:00:00
## 1623      TRUE 2022-11-29 16:00:00
## 1624      TRUE 2022-11-29 16:00:00
## 1625      TRUE 2022-11-29 16:00:00
## 1626      TRUE 2022-11-29 16:00:00
## 1627      TRUE 2022-11-29 16:00:00
## 1628      TRUE 2022-11-29 16:00:00
## 1629      TRUE 2022-11-29 16:00:00
## 1630      TRUE 2022-11-29 16:00:00
## 1631      TRUE 2022-11-29 16:00:00
## 1632      TRUE 2022-11-29 16:00:00
## 1633      TRUE 2022-11-29 16:00:00
## 1634      TRUE 2022-11-29 16:00:00
## 1635      TRUE 2022-11-29 16:00:00
## 1636      TRUE 2022-11-29 16:00:00
## 1637      TRUE 2022-11-29 16:00:00
## 1638      TRUE 2022-11-29 16:00:00
## 1639      TRUE 2022-11-29 16:00:00
## 1640      TRUE 2022-11-29 16:00:00
## 1641      TRUE 2022-11-29 16:00:00
## 1642      TRUE 2022-11-29 16:00:00
## 1643      TRUE 2022-11-29 16:00:00
## 1644      TRUE 2022-11-29 16:00:00
## 1645      TRUE 2022-11-29 16:00:00
## 1646      TRUE 2022-11-29 16:00:00
## 1647      TRUE 2022-11-29 16:00:00
## 1648      TRUE 2022-11-29 16:00:00
## 1649      TRUE 2022-11-29 16:00:00
## 1650      TRUE 2022-11-29 16:00:00
## 1651      TRUE 2022-11-29 16:00:00
## 1652      TRUE 2022-11-29 16:00:00
## 1653      TRUE 2022-11-29 16:00:00
## 1654      TRUE 2022-11-29 16:00:00
## 1655      TRUE 2022-11-29 16:00:00
## 1656      TRUE 2022-11-29 16:00:00
## 1657      TRUE 2022-11-29 16:00:00
## 1658      TRUE 2022-11-29 16:00:00
## 1659      TRUE 2022-11-29 16:00:00
## 1660      TRUE 2022-11-29 16:00:00
## 1661      TRUE 2022-11-29 16:00:00
## 1662      TRUE 2022-11-29 16:00:00
## 1663      TRUE 2022-11-29 16:00:00
## 1664      TRUE 2022-11-29 16:00:00
## 1665      TRUE 2022-11-29 16:00:00
## 1666      TRUE 2022-11-29 16:00:00
## 1667      TRUE 2022-11-29 16:00:00
## 1668      TRUE 2022-11-29 16:00:00
## 1669      TRUE 2022-11-29 16:00:00
## 1670      TRUE 2022-11-29 16:00:00
## 1671      TRUE 2022-11-29 16:00:00
## 1672      TRUE 2022-11-29 16:00:00
## 1673      TRUE 2022-11-29 16:00:00
## 1674      TRUE 2022-11-29 16:00:00
## 1675      TRUE 2022-11-29 16:00:00
## 1676      TRUE 2022-11-29 16:00:00
## 1677      TRUE 2022-11-29 16:00:00
## 1678      TRUE 2022-11-29 16:00:00
## 1679      TRUE 2022-11-29 16:00:00
## 1680      TRUE 2022-11-29 16:00:00
## 1681      TRUE 2022-11-29 16:00:00
## 1682      TRUE 2022-11-29 16:00:00
## 1683      TRUE 2022-11-29 16:00:00
## 1684      TRUE 2022-11-29 16:00:00
## 1685      TRUE 2022-11-29 16:00:00
## 1686      TRUE 2022-11-29 16:00:00
## 1687      TRUE 2022-11-29 16:00:00
## 1688      TRUE 2022-11-29 16:00:00
## 1689      TRUE 2022-11-29 16:00:00
## 1690      TRUE 2022-11-29 16:00:00
## 1691      TRUE 2022-11-29 16:00:00
## 1692      TRUE 2022-11-29 16:00:00
## 1693      TRUE 2022-11-29 16:00:00
## 1694      TRUE 2022-11-29 16:00:00
## 1695      TRUE 2022-11-29 16:00:00
## 1696      TRUE 2022-11-29 16:00:00
## 1697      TRUE 2022-11-29 16:00:00
## 1698      TRUE 2022-11-29 16:00:00
## 1699      TRUE 2022-11-29 16:00:00
## 1700      TRUE 2022-11-29 16:00:00
## 1701      TRUE 2022-11-29 16:00:00
## 1702      TRUE 2022-11-29 16:00:00
## 1703      TRUE 2022-11-29 16:00:00
## 1704      TRUE 2022-11-29 16:00:00
## 1705      TRUE 2022-11-29 16:00:00
## 1706      TRUE 2022-11-29 16:00:00
## 1707      TRUE 2022-11-29 16:00:00
## 1708      TRUE 2022-11-29 16:00:00
## 1709      TRUE 2022-11-29 16:00:00
## 1710      TRUE 2022-11-29 15:00:00
## 1711      TRUE 2022-11-29 15:00:00
## 1712      TRUE 2022-11-29 15:00:00
## 1713      TRUE 2022-11-29 15:00:00
## 1714      TRUE 2022-11-29 15:00:00
## 1715      TRUE 2022-11-29 15:00:00
## 1716      TRUE 2022-11-29 15:00:00
## 1717      TRUE 2022-11-29 15:00:00
## 1718      TRUE 2022-11-29 15:00:00
## 1719      TRUE 2022-11-29 15:00:00
## 1720      TRUE 2022-11-29 15:00:00
## 1721      TRUE 2022-11-29 15:00:00
## 1722      TRUE 2022-11-29 15:00:00
## 1723      TRUE 2022-11-29 15:00:00
## 1724      TRUE 2022-11-29 15:00:00
## 1725      TRUE 2022-11-29 15:00:00
## 1726      TRUE 2022-11-29 15:00:00
## 1727      TRUE 2022-11-29 15:00:00
## 1728      TRUE 2022-11-29 15:00:00
## 1729      TRUE 2022-11-29 15:00:00
## 1730      TRUE 2022-11-29 15:00:00
## 1731      TRUE 2022-11-29 15:00:00
## 1732      TRUE 2022-11-29 15:00:00
## 1733      TRUE 2022-11-29 15:00:00
## 1734      TRUE 2022-11-29 15:00:00
## 1735      TRUE 2022-11-29 15:00:00
## 1736      TRUE 2022-11-29 15:00:00
## 1737      TRUE 2022-11-29 15:00:00
## 1738      TRUE 2022-11-29 15:00:00
## 1739      TRUE 2022-11-29 15:00:00
## 1740      TRUE 2022-11-29 15:00:00
## 1741      TRUE 2022-11-29 15:00:00
## 1742      TRUE 2022-11-29 15:00:00
## 1743      TRUE 2022-11-29 15:00:00
## 1744      TRUE 2022-11-29 15:00:00
## 1745      TRUE 2022-11-29 15:00:00
## 1746      TRUE 2022-11-29 15:00:00
## 1747      TRUE 2022-11-29 15:00:00
## 1748      TRUE 2022-11-29 15:00:00
## 1749      TRUE 2022-11-29 15:00:00
## 1750      TRUE 2022-11-29 15:00:00
## 1751      TRUE 2022-11-29 15:00:00
## 1752      TRUE 2022-11-29 15:00:00
## 1753      TRUE 2022-11-29 15:00:00
## 1754      TRUE 2022-11-29 15:00:00
## 1755      TRUE 2022-11-29 15:00:00
## 1756      TRUE 2022-11-29 15:00:00
## 1757      TRUE 2022-11-29 15:00:00
## 1758      TRUE 2022-11-29 15:00:00
## 1759      TRUE 2022-11-29 15:00:00
## 1760      TRUE 2022-11-29 15:00:00
## 1761      TRUE 2022-11-29 15:00:00
## 1762      TRUE 2022-11-29 15:00:00
## 1763      TRUE 2022-11-29 15:00:00
## 1764      TRUE 2022-11-29 15:00:00
## 1765      TRUE 2022-11-29 15:00:00
## 1766      TRUE 2022-11-29 15:00:00
## 1767      TRUE 2022-11-29 15:00:00
## 1768      TRUE 2022-11-29 15:00:00
## 1769      TRUE 2022-11-29 15:00:00
## 1770      TRUE 2022-11-29 15:00:00
## 1771      TRUE 2022-11-29 15:00:00
## 1772      TRUE 2022-11-29 15:00:00
## 1773      TRUE 2022-11-29 15:00:00
## 1774      TRUE 2022-11-29 15:00:00
## 1775      TRUE 2022-11-29 15:00:00
## 1776      TRUE 2022-11-29 15:00:00
## 1777      TRUE 2022-11-29 15:00:00
## 1778      TRUE 2022-11-29 15:00:00
## 1779      TRUE 2022-11-29 15:00:00
## 1780      TRUE 2022-11-29 15:00:00
## 1781      TRUE 2022-11-29 15:00:00
## 1782      TRUE 2022-11-29 15:00:00
## 1783      TRUE 2022-11-29 15:00:00
## 1784      TRUE 2022-11-29 15:00:00
## 1785      TRUE 2022-11-29 15:00:00
## 1786      TRUE 2022-11-29 15:00:00
## 1787      TRUE 2022-11-29 15:00:00
## 1788      TRUE 2022-11-29 15:00:00
## 1789      TRUE 2022-11-29 15:00:00
## 1790      TRUE 2022-11-29 15:00:00
## 1791      TRUE 2022-11-29 15:00:00
## 1792      TRUE 2022-11-29 15:00:00
## 1793      TRUE 2022-11-29 15:00:00
## 1794      TRUE 2022-11-29 15:00:00
## 1795      TRUE 2022-11-29 15:00:00
## 1796      TRUE 2022-11-29 15:00:00
## 1797      TRUE 2022-11-29 15:00:00
## 1798      TRUE 2022-11-29 15:00:00
## 1799      TRUE 2022-11-29 15:00:00
## 1800      TRUE 2022-11-29 15:00:00
## 1801      TRUE 2022-11-29 15:00:00
## 1802      TRUE 2022-11-29 15:00:00
## 1803      TRUE 2022-11-29 15:00:00
## 1804      TRUE 2022-11-29 15:00:00
## 1805      TRUE 2022-11-29 15:00:00
## 1806      TRUE 2022-11-29 15:00:00
## 1807      TRUE 2022-11-29 15:00:00
## 1808      TRUE 2022-11-29 15:00:00
## 1809      TRUE 2022-11-29 15:00:00
## 1810      TRUE 2022-11-29 15:00:00
## 1811      TRUE 2022-11-29 15:00:00
## 1812      TRUE 2022-11-29 15:00:00
## 1813      TRUE 2022-11-29 15:00:00
## 1814      TRUE 2022-11-29 15:00:00
## 1815      TRUE 2022-11-29 15:00:00
## 1816      TRUE 2022-11-29 15:00:00
## 1817      TRUE 2022-11-29 15:00:00
## 1818      TRUE 2022-11-29 15:00:00
## 1819      TRUE 2022-11-29 15:00:00
## 1820      TRUE 2022-11-29 15:00:00
## 1821      TRUE 2022-11-29 15:00:00
## 1822      TRUE 2022-11-29 15:00:00
## 1823      TRUE 2022-11-29 15:00:00
## 1824      TRUE 2022-11-29 15:00:00
## 1825      TRUE 2022-11-29 15:00:00
## 1826      TRUE 2022-11-29 15:00:00
## 1827      TRUE 2022-11-29 15:00:00
## 1828      TRUE 2022-11-29 15:00:00
## 1829      TRUE 2022-11-29 15:00:00
## 1830      TRUE 2022-11-29 15:00:00
## 1831      TRUE 2022-11-29 15:00:00
## 1832      TRUE 2022-11-29 15:00:00
## 1833      TRUE 2022-11-29 15:00:00
## 1834      TRUE 2022-11-29 15:00:00
## 1835      TRUE 2022-11-29 15:00:00
## 1836      TRUE 2022-11-29 15:00:00
## 1837      TRUE 2022-11-29 15:00:00
## 1838      TRUE 2022-11-29 15:00:00
## 1839      TRUE 2022-11-29 15:00:00
## 1840      TRUE 2022-11-29 15:00:00
## 1841      TRUE 2022-11-29 15:00:00
## 1842      TRUE 2022-11-29 15:00:00
## 1843      TRUE 2022-11-29 15:00:00
## 1844      TRUE 2022-11-29 15:00:00
## 1845      TRUE 2022-11-29 15:00:00
## 1846      TRUE 2022-11-29 15:00:00
## 1847      TRUE 2022-11-29 15:00:00
## 1848      TRUE 2022-11-29 15:00:00
## 1849      TRUE 2022-11-29 15:00:00
## 1850      TRUE 2022-11-29 15:00:00
## 1851      TRUE 2022-11-29 15:00:00
## 1852      TRUE 2022-11-29 15:00:00
## 1853      TRUE 2022-11-29 15:00:00
## 1854      TRUE 2022-11-29 15:00:00
## 1855      TRUE 2022-11-29 15:00:00
## 1856      TRUE 2022-11-29 15:00:00
## 1857      TRUE 2022-11-29 15:00:00
## 1858      TRUE 2022-11-29 15:00:00
## 1859      TRUE 2022-11-29 15:00:00
## 1860      TRUE 2022-11-29 15:00:00
## 1861      TRUE 2022-11-29 15:00:00
## 1862      TRUE 2022-11-29 15:00:00
## 1863      TRUE 2022-11-29 15:00:00
## 1864      TRUE 2022-11-29 15:00:00
## 1865      TRUE 2022-11-29 15:00:00
## 1866      TRUE 2022-11-29 15:00:00
## 1867      TRUE 2022-11-29 15:00:00
## 1868      TRUE 2022-11-29 15:00:00
## 1869      TRUE 2022-11-29 15:00:00
## 1870      TRUE 2022-11-29 15:00:00
## 1871      TRUE 2022-11-29 15:00:00
## 1872      TRUE 2022-11-29 15:00:00
## 1873      TRUE 2022-11-29 15:00:00
## 1874      TRUE 2022-11-29 15:00:00
## 1875      TRUE 2022-11-29 15:00:00
## 1876      TRUE 2022-11-29 15:00:00
## 1877      TRUE 2022-11-29 15:00:00
## 1878      TRUE 2022-11-29 15:00:00
## 1879      TRUE 2022-11-29 15:00:00
## 1880      TRUE 2022-11-29 15:00:00
## 1881      TRUE 2022-11-29 15:00:00
## 1882      TRUE 2022-11-29 15:00:00
## 1883      TRUE 2022-11-29 15:00:00
## 1884      TRUE 2022-11-29 15:00:00
## 1885      TRUE 2022-11-29 15:00:00
## 1886      TRUE 2022-11-29 15:00:00
## 1887      TRUE 2022-11-29 15:00:00
## 1888      TRUE 2022-11-29 15:00:00
## 1889      TRUE 2022-11-29 15:00:00
## 1890      TRUE 2022-11-29 15:00:00
## 1891      TRUE 2022-11-29 15:00:00
## 1892      TRUE 2022-11-29 15:00:00
## 1893      TRUE 2022-11-29 15:00:00
## 1894      TRUE 2022-11-29 15:00:00
## 1895      TRUE 2022-11-29 15:00:00
## 1896      TRUE 2022-11-29 15:00:00
## 1897      TRUE 2022-11-29 15:00:00
## 1898      TRUE 2022-11-29 15:00:00
## 1899      TRUE 2022-11-29 15:00:00
## 1900      TRUE 2022-11-29 15:00:00
## 1901      TRUE 2022-11-29 15:00:00
## 1902      TRUE 2022-11-29 15:00:00
## 1903      TRUE 2022-11-29 15:00:00
## 1904      TRUE 2022-11-29 15:00:00
## 1905      TRUE 2022-11-29 15:00:00
## 1906      TRUE 2022-11-29 15:00:00
## 1907      TRUE 2022-11-29 15:00:00
## 1908      TRUE 2022-11-29 15:00:00
## 1909      TRUE 2022-11-29 15:00:00
## 1910      TRUE 2022-11-29 15:00:00
## 1911      TRUE 2022-11-29 15:00:00
## 1912      TRUE 2022-11-29 15:00:00
## 1913      TRUE 2022-11-29 15:00:00
## 1914      TRUE 2022-11-29 15:00:00
## 1915      TRUE 2022-11-29 15:00:00
## 1916      TRUE 2022-11-29 15:00:00
## 1917      TRUE 2022-11-29 15:00:00
## 1918      TRUE 2022-11-29 15:00:00
## 1919      TRUE 2022-11-29 15:00:00
## 1920      TRUE 2022-11-29 15:00:00
## 1921      TRUE 2022-11-29 15:00:00
## 1922      TRUE 2022-11-29 15:00:00
## 1923      TRUE 2022-11-29 15:00:00
## 1924      TRUE 2022-11-29 15:00:00
## 1925      TRUE 2022-11-29 15:00:00
## 1926      TRUE 2022-11-29 15:00:00
## 1927      TRUE 2022-11-29 15:00:00
## 1928      TRUE 2022-11-29 15:00:00
## 1929      TRUE 2022-11-29 15:00:00
## 1930      TRUE 2022-11-29 15:00:00
## 1931      TRUE 2022-11-29 15:00:00
## 1932      TRUE 2022-11-29 15:00:00
## 1933      TRUE 2022-11-29 15:00:00
## 1934      TRUE 2022-11-29 15:00:00
## 1935      TRUE 2022-11-29 15:00:00
## 1936      TRUE 2022-11-29 15:00:00
## 1937      TRUE 2022-11-29 15:00:00
## 1938      TRUE 2022-11-29 15:00:00
## 1939      TRUE 2022-11-29 15:00:00
## 1940      TRUE 2022-11-29 15:00:00
## 1941      TRUE 2022-11-29 15:00:00
## 1942      TRUE 2022-11-29 15:00:00
## 1943      TRUE 2022-11-29 15:00:00
## 1944      TRUE 2022-11-29 15:00:00
## 1945      TRUE 2022-11-29 15:00:00
## 1946      TRUE 2022-11-29 15:00:00
## 1947      TRUE 2022-11-29 15:00:00
## 1948      TRUE 2022-11-29 15:00:00
## 1949      TRUE 2022-11-29 15:00:00
## 1950      TRUE 2022-11-29 15:00:00
## 1951      TRUE 2022-11-29 15:00:00
## 1952      TRUE 2022-11-29 15:00:00
## 1953      TRUE 2022-11-29 15:00:00
## 1954      TRUE 2022-11-29 15:00:00
## 1955      TRUE 2022-11-29 15:00:00
## 1956      TRUE 2022-11-29 15:00:00
## 1957      TRUE 2022-11-29 15:00:00
## 1958      TRUE 2022-11-29 15:00:00
## 1959      TRUE 2022-11-29 15:00:00
## 1960      TRUE 2022-11-29 15:00:00
## 1961      TRUE 2022-11-29 15:00:00
## 1962      TRUE 2022-11-29 15:00:00
## 1963      TRUE 2022-11-29 15:00:00
## 1964      TRUE 2022-11-29 15:00:00
## 1965      TRUE 2022-11-29 15:00:00
## 1966      TRUE 2022-11-29 15:00:00
## 1967      TRUE 2022-11-29 15:00:00
## 1968      TRUE 2022-11-29 15:00:00
## 1969      TRUE 2022-11-29 15:00:00
## 1970      TRUE 2022-11-29 15:00:00
## 1971      TRUE 2022-11-29 15:00:00
## 1972      TRUE 2022-11-29 15:00:00
## 1973      TRUE 2022-11-29 15:00:00
## 1974      TRUE 2022-11-29 15:00:00
## 1975      TRUE 2022-11-29 15:00:00
## 1976      TRUE 2022-11-29 15:00:00
## 1977      TRUE 2022-11-29 15:00:00
## 1978      TRUE 2022-11-29 15:00:00
## 1979      TRUE 2022-11-29 15:00:00
## 1980      TRUE 2022-11-29 15:00:00
## 1981      TRUE 2022-11-29 15:00:00
## 1982      TRUE 2022-11-29 15:00:00
## 1983      TRUE 2022-11-29 15:00:00
## 1984      TRUE 2022-11-29 15:00:00
## 1985      TRUE 2022-11-29 15:00:00
## 1986      TRUE 2022-11-29 15:00:00
## 1987      TRUE 2022-11-29 15:00:00
## 1988      TRUE 2022-11-29 15:00:00
## 1989      TRUE 2022-11-29 15:00:00
## 1990      TRUE 2022-11-29 15:00:00
## 1991      TRUE 2022-11-29 15:00:00
## 1992      TRUE 2022-11-29 15:00:00
## 1993      TRUE 2022-11-29 15:00:00
## 1994      TRUE 2022-11-29 15:00:00
## 1995      TRUE 2022-11-29 15:00:00
## 1996      TRUE 2022-11-29 15:00:00
## 1997      TRUE 2022-11-29 15:00:00
## 1998      TRUE 2022-11-29 15:00:00
## 1999      TRUE 2022-11-29 15:00:00
## 2000      TRUE 2022-11-29 15:00:00
## 2001      TRUE 2022-11-29 15:00:00
## 2002      TRUE 2022-11-29 15:00:00
## 2003      TRUE 2022-11-29 15:00:00
## 2004      TRUE 2022-11-29 15:00:00
## 2005      TRUE 2022-11-29 14:00:00
## 2006      TRUE 2022-11-29 14:00:00
## 2007      TRUE 2022-11-29 14:00:00
## 2008      TRUE 2022-11-29 14:00:00
## 2009      TRUE 2022-11-29 14:00:00
## 2010      TRUE 2022-11-29 14:00:00
## 2011      TRUE 2022-11-29 14:00:00
## 2012      TRUE 2022-11-29 14:00:00
## 2013      TRUE 2022-11-29 14:00:00
## 2014      TRUE 2022-11-29 14:00:00
## 2015      TRUE 2022-11-29 14:00:00
## 2016      TRUE 2022-11-29 14:00:00
## 2017      TRUE 2022-11-29 14:00:00
## 2018      TRUE 2022-11-29 14:00:00
## 2019      TRUE 2022-11-29 14:00:00
## 2020      TRUE 2022-11-29 14:00:00
## 2021      TRUE 2022-11-29 14:00:00
## 2022      TRUE 2022-11-29 14:00:00
## 2023      TRUE 2022-11-29 14:00:00
## 2024      TRUE 2022-11-29 14:00:00
## 2025      TRUE 2022-11-29 14:00:00
## 2026      TRUE 2022-11-29 14:00:00
## 2027      TRUE 2022-11-29 14:00:00
## 2028      TRUE 2022-11-29 14:00:00
## 2029      TRUE 2022-11-29 14:00:00
## 2030      TRUE 2022-11-29 14:00:00
## 2031      TRUE 2022-11-29 14:00:00
## 2032      TRUE 2022-11-29 14:00:00
## 2033      TRUE 2022-11-29 14:00:00
## 2034      TRUE 2022-11-29 14:00:00
## 2035      TRUE 2022-11-29 14:00:00
## 2036      TRUE 2022-11-29 14:00:00
## 2037      TRUE 2022-11-29 14:00:00
## 2038      TRUE 2022-11-29 14:00:00
## 2039      TRUE 2022-11-29 14:00:00
## 2040      TRUE 2022-11-29 14:00:00
## 2041      TRUE 2022-11-29 14:00:00
## 2042      TRUE 2022-11-29 14:00:00
## 2043      TRUE 2022-11-29 14:00:00
## 2044      TRUE 2022-11-29 14:00:00
## 2045      TRUE 2022-11-29 14:00:00
## 2046      TRUE 2022-11-29 14:00:00
## 2047      TRUE 2022-11-29 14:00:00
## 2048      TRUE 2022-11-29 14:00:00
## 2049      TRUE 2022-11-29 14:00:00
## 2050      TRUE 2022-11-29 14:00:00
## 2051      TRUE 2022-11-29 14:00:00
## 2052      TRUE 2022-11-29 14:00:00
## 2053      TRUE 2022-11-29 14:00:00
## 2054      TRUE 2022-11-29 14:00:00
## 2055      TRUE 2022-11-29 14:00:00
## 2056      TRUE 2022-11-29 14:00:00
## 2057      TRUE 2022-11-29 14:00:00
## 2058      TRUE 2022-11-29 14:00:00
## 2059      TRUE 2022-11-29 14:00:00
## 2060      TRUE 2022-11-29 14:00:00
## 2061      TRUE 2022-11-29 14:00:00
## 2062      TRUE 2022-11-29 14:00:00
## 2063      TRUE 2022-11-29 14:00:00
## 2064      TRUE 2022-11-29 14:00:00
## 2065      TRUE 2022-11-29 14:00:00
## 2066      TRUE 2022-11-29 14:00:00
## 2067      TRUE 2022-11-29 14:00:00
## 2068      TRUE 2022-11-29 14:00:00
## 2069      TRUE 2022-11-29 14:00:00
## 2070      TRUE 2022-11-29 14:00:00
## 2071      TRUE 2022-11-29 14:00:00
## 2072      TRUE 2022-11-29 14:00:00
## 2073      TRUE 2022-11-29 14:00:00
## 2074      TRUE 2022-11-29 14:00:00
## 2075      TRUE 2022-11-29 14:00:00
## 2076      TRUE 2022-11-29 14:00:00
## 2077      TRUE 2022-11-29 14:00:00
## 2078      TRUE 2022-11-29 14:00:00
## 2079      TRUE 2022-11-29 14:00:00
## 2080      TRUE 2022-11-29 14:00:00
## 2081      TRUE 2022-11-29 14:00:00
## 2082      TRUE 2022-11-29 14:00:00
## 2083      TRUE 2022-11-29 14:00:00
## 2084      TRUE 2022-11-29 14:00:00
## 2085      TRUE 2022-11-29 14:00:00
## 2086      TRUE 2022-11-29 14:00:00
## 2087      TRUE 2022-11-29 14:00:00
## 2088      TRUE 2022-11-29 14:00:00
## 2089      TRUE 2022-11-29 14:00:00
## 2090      TRUE 2022-11-29 14:00:00
## 2091      TRUE 2022-11-29 14:00:00
## 2092      TRUE 2022-11-29 14:00:00
## 2093      TRUE 2022-11-29 14:00:00
## 2094      TRUE 2022-11-29 14:00:00
## 2095      TRUE 2022-11-29 14:00:00
## 2096      TRUE 2022-11-29 14:00:00
## 2097      TRUE 2022-11-29 14:00:00
## 2098      TRUE 2022-11-29 14:00:00
## 2099      TRUE 2022-11-29 14:00:00
## 2100      TRUE 2022-11-29 14:00:00
## 2101      TRUE 2022-11-29 14:00:00
## 2102      TRUE 2022-11-29 14:00:00
## 2103      TRUE 2022-11-29 14:00:00
## 2104      TRUE 2022-11-29 14:00:00
## 2105      TRUE 2022-11-29 14:00:00
## 2106      TRUE 2022-11-29 14:00:00
## 2107      TRUE 2022-11-29 14:00:00
## 2108      TRUE 2022-11-29 14:00:00
## 2109      TRUE 2022-11-29 14:00:00
## 2110      TRUE 2022-11-29 14:00:00
## 2111      TRUE 2022-11-29 14:00:00
## 2112      TRUE 2022-11-29 14:00:00
## 2113      TRUE 2022-11-29 14:00:00
## 2114      TRUE 2022-11-29 14:00:00
## 2115      TRUE 2022-11-29 14:00:00
## 2116      TRUE 2022-11-29 14:00:00
## 2117      TRUE 2022-11-29 14:00:00
## 2118      TRUE 2022-11-29 14:00:00
## 2119      TRUE 2022-11-29 14:00:00
## 2120      TRUE 2022-11-29 14:00:00
## 2121      TRUE 2022-11-29 14:00:00
## 2122      TRUE 2022-11-29 14:00:00
## 2123      TRUE 2022-11-29 14:00:00
## 2124      TRUE 2022-11-29 14:00:00
## 2125      TRUE 2022-11-29 14:00:00
## 2126      TRUE 2022-11-29 14:00:00
## 2127      TRUE 2022-11-29 14:00:00
## 2128      TRUE 2022-11-29 14:00:00
## 2129      TRUE 2022-11-29 14:00:00
## 2130      TRUE 2022-11-29 14:00:00
## 2131      TRUE 2022-11-29 14:00:00
## 2132      TRUE 2022-11-29 14:00:00
## 2133      TRUE 2022-11-29 14:00:00
## 2134      TRUE 2022-11-29 14:00:00
## 2135      TRUE 2022-11-29 14:00:00
## 2136      TRUE 2022-11-29 14:00:00
## 2137      TRUE 2022-11-29 14:00:00
## 2138      TRUE 2022-11-29 14:00:00
## 2139      TRUE 2022-11-29 14:00:00
## 2140      TRUE 2022-11-29 14:00:00
## 2141      TRUE 2022-11-29 14:00:00
## 2142      TRUE 2022-11-29 14:00:00
## 2143      TRUE 2022-11-29 14:00:00
## 2144      TRUE 2022-11-29 14:00:00
## 2145      TRUE 2022-11-29 14:00:00
## 2146      TRUE 2022-11-29 14:00:00
## 2147      TRUE 2022-11-29 14:00:00
## 2148      TRUE 2022-11-29 14:00:00
## 2149      TRUE 2022-11-29 14:00:00
## 2150      TRUE 2022-11-29 14:00:00
## 2151      TRUE 2022-11-29 14:00:00
## 2152      TRUE 2022-11-29 14:00:00
## 2153      TRUE 2022-11-29 14:00:00
## 2154      TRUE 2022-11-29 14:00:00
## 2155      TRUE 2022-11-29 14:00:00
## 2156      TRUE 2022-11-29 14:00:00
## 2157      TRUE 2022-11-29 14:00:00
## 2158      TRUE 2022-11-29 14:00:00
## 2159      TRUE 2022-11-29 14:00:00
## 2160      TRUE 2022-11-29 14:00:00
## 2161      TRUE 2022-11-29 14:00:00
## 2162      TRUE 2022-11-29 14:00:00
## 2163      TRUE 2022-11-29 14:00:00
## 2164      TRUE 2022-11-29 14:00:00
## 2165      TRUE 2022-11-29 14:00:00
## 2166      TRUE 2022-11-29 14:00:00
## 2167      TRUE 2022-11-29 14:00:00
## 2168      TRUE 2022-11-29 14:00:00
## 2169      TRUE 2022-11-29 14:00:00
## 2170      TRUE 2022-11-29 14:00:00
## 2171      TRUE 2022-11-29 14:00:00
## 2172      TRUE 2022-11-29 14:00:00
## 2173      TRUE 2022-11-29 14:00:00
## 2174      TRUE 2022-11-29 14:00:00
## 2175      TRUE 2022-11-29 14:00:00
## 2176      TRUE 2022-11-29 14:00:00
## 2177      TRUE 2022-11-29 14:00:00
## 2178      TRUE 2022-11-29 14:00:00
## 2179      TRUE 2022-11-29 14:00:00
## 2180      TRUE 2022-11-29 14:00:00
## 2181      TRUE 2022-11-29 14:00:00
## 2182      TRUE 2022-11-29 14:00:00
## 2183      TRUE 2022-11-29 14:00:00
## 2184      TRUE 2022-11-29 14:00:00
## 2185      TRUE 2022-11-29 14:00:00
## 2186      TRUE 2022-11-29 14:00:00
## 2187      TRUE 2022-11-29 14:00:00
## 2188      TRUE 2022-11-29 14:00:00
## 2189      TRUE 2022-11-29 14:00:00
## 2190      TRUE 2022-11-29 14:00:00
## 2191      TRUE 2022-11-29 14:00:00
## 2192      TRUE 2022-11-29 14:00:00
## 2193      TRUE 2022-11-29 14:00:00
## 2194      TRUE 2022-11-29 14:00:00
## 2195      TRUE 2022-11-29 14:00:00
## 2196      TRUE 2022-11-29 14:00:00
## 2197      TRUE 2022-11-29 14:00:00
## 2198      TRUE 2022-11-29 14:00:00
## 2199      TRUE 2022-11-29 14:00:00
## 2200      TRUE 2022-11-29 14:00:00
## 2201      TRUE 2022-11-29 14:00:00
## 2202      TRUE 2022-11-29 14:00:00
## 2203      TRUE 2022-11-29 14:00:00
## 2204      TRUE 2022-11-29 13:00:00
## 2205      TRUE 2022-11-29 13:00:00
## 2206      TRUE 2022-11-29 13:00:00
## 2207      TRUE 2022-11-29 13:00:00
## 2208      TRUE 2022-11-29 13:00:00
## 2209      TRUE 2022-11-29 13:00:00
## 2210      TRUE 2022-11-29 13:00:00
## 2211      TRUE 2022-11-29 13:00:00
## 2212      TRUE 2022-11-29 13:00:00
## 2213      TRUE 2022-11-29 13:00:00
## 2214      TRUE 2022-11-29 13:00:00
## 2215      TRUE 2022-11-29 13:00:00
## 2216      TRUE 2022-11-29 13:00:00
## 2217      TRUE 2022-11-29 13:00:00
## 2218      TRUE 2022-11-29 13:00:00
## 2219      TRUE 2022-11-29 13:00:00
## 2220      TRUE 2022-11-29 13:00:00
## 2221      TRUE 2022-11-29 13:00:00
## 2222      TRUE 2022-11-29 13:00:00
## 2223      TRUE 2022-11-29 13:00:00
## 2224      TRUE 2022-11-29 13:00:00
## 2225      TRUE 2022-11-29 13:00:00
## 2226      TRUE 2022-11-29 13:00:00
## 2227      TRUE 2022-11-29 13:00:00
## 2228      TRUE 2022-11-29 13:00:00
## 2229      TRUE 2022-11-29 13:00:00
## 2230      TRUE 2022-11-29 13:00:00
## 2231      TRUE 2022-11-29 13:00:00
## 2232      TRUE 2022-11-29 13:00:00
## 2233      TRUE 2022-11-29 13:00:00
## 2234      TRUE 2022-11-29 13:00:00
## 2235      TRUE 2022-11-29 13:00:00
## 2236      TRUE 2022-11-29 13:00:00
## 2237      TRUE 2022-11-29 13:00:00
## 2238      TRUE 2022-11-29 13:00:00
## 2239      TRUE 2022-11-29 13:00:00
## 2240      TRUE 2022-11-29 13:00:00
## 2241      TRUE 2022-11-29 13:00:00
## 2242      TRUE 2022-11-29 13:00:00
## 2243      TRUE 2022-11-29 13:00:00
## 2244      TRUE 2022-11-29 13:00:00
## 2245      TRUE 2022-11-29 13:00:00
## 2246      TRUE 2022-11-29 13:00:00
## 2247      TRUE 2022-11-29 13:00:00
## 2248      TRUE 2022-11-29 13:00:00
## 2249      TRUE 2022-11-29 13:00:00
## 2250      TRUE 2022-11-29 13:00:00
## 2251      TRUE 2022-11-29 13:00:00
## 2252      TRUE 2022-11-29 13:00:00
## 2253      TRUE 2022-11-29 13:00:00
## 2254      TRUE 2022-11-29 13:00:00
## 2255      TRUE 2022-11-29 13:00:00
## 2256      TRUE 2022-11-29 13:00:00
## 2257      TRUE 2022-11-29 13:00:00
## 2258      TRUE 2022-11-29 13:00:00
## 2259      TRUE 2022-11-29 13:00:00
## 2260      TRUE 2022-11-29 13:00:00
## 2261      TRUE 2022-11-29 13:00:00
## 2262      TRUE 2022-11-29 13:00:00
## 2263      TRUE 2022-11-29 13:00:00
## 2264      TRUE 2022-11-29 13:00:00
## 2265      TRUE 2022-11-29 13:00:00
## 2266      TRUE 2022-11-29 13:00:00
## 2267      TRUE 2022-11-29 13:00:00
## 2268      TRUE 2022-11-29 13:00:00
## 2269      TRUE 2022-11-29 13:00:00
## 2270      TRUE 2022-11-29 13:00:00
## 2271      TRUE 2022-11-29 13:00:00
## 2272      TRUE 2022-11-29 13:00:00
## 2273      TRUE 2022-11-29 13:00:00
## 2274      TRUE 2022-11-29 13:00:00
## 2275      TRUE 2022-11-29 13:00:00
## 2276      TRUE 2022-11-29 13:00:00
## 2277      TRUE 2022-11-29 13:00:00
## 2278      TRUE 2022-11-29 13:00:00
## 2279      TRUE 2022-11-29 13:00:00
## 2280      TRUE 2022-11-29 13:00:00
## 2281      TRUE 2022-11-29 13:00:00
## 2282      TRUE 2022-11-29 13:00:00
## 2283      TRUE 2022-11-29 13:00:00
## 2284      TRUE 2022-11-29 13:00:00
## 2285      TRUE 2022-11-29 13:00:00
## 2286      TRUE 2022-11-29 13:00:00
## 2287      TRUE 2022-11-29 13:00:00
## 2288      TRUE 2022-11-29 13:00:00
## 2289      TRUE 2022-11-29 13:00:00
## 2290      TRUE 2022-11-29 13:00:00
## 2291      TRUE 2022-11-29 13:00:00
## 2292      TRUE 2022-11-29 13:00:00
## 2293      TRUE 2022-11-29 13:00:00
## 2294      TRUE 2022-11-29 13:00:00
## 2295      TRUE 2022-11-29 13:00:00
## 2296      TRUE 2022-11-29 13:00:00
## 2297      TRUE 2022-11-29 13:00:00
## 2298      TRUE 2022-11-29 13:00:00
## 2299      TRUE 2022-11-29 13:00:00
## 2300      TRUE 2022-11-29 13:00:00
## 2301      TRUE 2022-11-29 13:00:00
## 2302      TRUE 2022-11-29 13:00:00
## 2303      TRUE 2022-11-29 13:00:00
## 2304      TRUE 2022-11-29 13:00:00
## 2305      TRUE 2022-11-29 13:00:00
## 2306      TRUE 2022-11-29 13:00:00
## 2307      TRUE 2022-11-29 13:00:00
## 2308      TRUE 2022-11-29 13:00:00
## 2309      TRUE 2022-11-29 13:00:00
## 2310      TRUE 2022-11-29 13:00:00
## 2311      TRUE 2022-11-29 13:00:00
## 2312      TRUE 2022-11-29 13:00:00
## 2313      TRUE 2022-11-29 13:00:00
## 2314      TRUE 2022-11-29 13:00:00
## 2315      TRUE 2022-11-29 13:00:00
## 2316      TRUE 2022-11-29 13:00:00
## 2317      TRUE 2022-11-29 13:00:00
## 2318      TRUE 2022-11-29 13:00:00
## 2319      TRUE 2022-11-29 13:00:00
## 2320      TRUE 2022-11-29 13:00:00
## 2321      TRUE 2022-11-29 13:00:00
## 2322      TRUE 2022-11-29 13:00:00
## 2323      TRUE 2022-11-29 13:00:00
## 2324      TRUE 2022-11-29 13:00:00
## 2325      TRUE 2022-11-29 13:00:00
## 2326      TRUE 2022-11-29 13:00:00
## 2327      TRUE 2022-11-29 13:00:00
## 2328      TRUE 2022-11-29 13:00:00
## 2329      TRUE 2022-11-29 13:00:00
## 2330      TRUE 2022-11-29 13:00:00
## 2331      TRUE 2022-11-29 13:00:00
## 2332      TRUE 2022-11-29 13:00:00
## 2333      TRUE 2022-11-29 13:00:00
## 2334      TRUE 2022-11-29 13:00:00
## 2335      TRUE 2022-11-29 13:00:00
## 2336      TRUE 2022-11-29 13:00:00
## 2337      TRUE 2022-11-29 13:00:00
## 2338      TRUE 2022-11-29 13:00:00
## 2339      TRUE 2022-11-29 13:00:00
## 2340      TRUE 2022-11-29 13:00:00
## 2341      TRUE 2022-11-29 13:00:00
## 2342      TRUE 2022-11-29 13:00:00
## 2343      TRUE 2022-11-29 13:00:00
## 2344      TRUE 2022-11-29 13:00:00
## 2345      TRUE 2022-11-29 13:00:00
## 2346      TRUE 2022-11-29 13:00:00
## 2347      TRUE 2022-11-29 13:00:00
## 2348      TRUE 2022-11-29 13:00:00
## 2349      TRUE 2022-11-29 13:00:00
## 2350      TRUE 2022-11-29 13:00:00
## 2351      TRUE 2022-11-29 13:00:00
## 2352      TRUE 2022-11-29 13:00:00
## 2353      TRUE 2022-11-29 13:00:00
## 2354      TRUE 2022-11-29 13:00:00
## 2355      TRUE 2022-11-29 13:00:00
## 2356      TRUE 2022-11-29 13:00:00
## 2357      TRUE 2022-11-29 13:00:00
## 2358      TRUE 2022-11-29 13:00:00
## 2359      TRUE 2022-11-29 13:00:00
## 2360      TRUE 2022-11-29 13:00:00
## 2361      TRUE 2022-11-29 13:00:00
## 2362      TRUE 2022-11-29 13:00:00
## 2363      TRUE 2022-11-29 13:00:00
## 2364      TRUE 2022-11-29 13:00:00
## 2365      TRUE 2022-11-29 13:00:00
## 2366      TRUE 2022-11-29 13:00:00
## 2367      TRUE 2022-11-29 13:00:00
## 2368      TRUE 2022-11-29 13:00:00
## 2369      TRUE 2022-11-29 13:00:00
## 2370      TRUE 2022-11-29 13:00:00
## 2371      TRUE 2022-11-29 13:00:00
## 2372      TRUE 2022-11-29 13:00:00
## 2373      TRUE 2022-11-29 13:00:00
## 2374      TRUE 2022-11-29 13:00:00
## 2375      TRUE 2022-11-29 13:00:00
## 2376      TRUE 2022-11-29 13:00:00
## 2377      TRUE 2022-11-29 13:00:00
## 2378      TRUE 2022-11-29 13:00:00
## 2379      TRUE 2022-11-29 13:00:00
## 2380      TRUE 2022-11-29 13:00:00
## 2381      TRUE 2022-11-29 13:00:00
## 2382      TRUE 2022-11-29 13:00:00
## 2383      TRUE 2022-11-29 13:00:00
## 2384      TRUE 2022-11-29 13:00:00
## 2385      TRUE 2022-11-29 13:00:00
## 2386      TRUE 2022-11-29 13:00:00
## 2387      TRUE 2022-11-29 13:00:00
## 2388      TRUE 2022-11-29 13:00:00
## 2389      TRUE 2022-11-29 13:00:00
## 2390      TRUE 2022-11-29 13:00:00
## 2391      TRUE 2022-11-29 13:00:00
## 2392      TRUE 2022-11-29 13:00:00
## 2393      TRUE 2022-11-29 13:00:00
## 2394      TRUE 2022-11-29 13:00:00
## 2395      TRUE 2022-11-29 13:00:00
## 2396      TRUE 2022-11-29 13:00:00
## 2397      TRUE 2022-11-29 13:00:00
## 2398      TRUE 2022-11-29 13:00:00
## 2399      TRUE 2022-11-29 13:00:00
## 2400      TRUE 2022-11-29 13:00:00
## 2401      TRUE 2022-11-29 13:00:00
## 2402      TRUE 2022-11-29 13:00:00
## 2403      TRUE 2022-11-29 13:00:00
## 2404      TRUE 2022-11-29 13:00:00
## 2405      TRUE 2022-11-29 13:00:00
## 2406      TRUE 2022-11-29 13:00:00
## 2407      TRUE 2022-11-29 13:00:00
## 2408      TRUE 2022-11-29 13:00:00
## 2409      TRUE 2022-11-29 13:00:00
## 2410      TRUE 2022-11-29 13:00:00
## 2411      TRUE 2022-11-29 13:00:00
## 2412      TRUE 2022-11-29 13:00:00
## 2413      TRUE 2022-11-29 13:00:00
## 2414      TRUE 2022-11-29 13:00:00
## 2415      TRUE 2022-11-29 13:00:00
## 2416      TRUE 2022-11-29 13:00:00
## 2417      TRUE 2022-11-29 13:00:00
## 2418      TRUE 2022-11-29 13:00:00
## 2419      TRUE 2022-11-29 13:00:00
## 2420      TRUE 2022-11-29 13:00:00
## 2421      TRUE 2022-11-29 13:00:00
## 2422      TRUE 2022-11-29 13:00:00
## 2423      TRUE 2022-11-29 13:00:00
## 2424      TRUE 2022-11-29 13:00:00
## 2425      TRUE 2022-11-29 13:00:00
## 2426      TRUE 2022-11-29 13:00:00
## 2427      TRUE 2022-11-29 13:00:00
## 2428      TRUE 2022-11-29 13:00:00
## 2429      TRUE 2022-11-29 13:00:00
## 2430      TRUE 2022-11-29 13:00:00
## 2431      TRUE 2022-11-29 13:00:00
## 2432      TRUE 2022-11-29 13:00:00
## 2433      TRUE 2022-11-29 13:00:00
## 2434      TRUE 2022-11-29 13:00:00
## 2435      TRUE 2022-11-29 13:00:00
## 2436      TRUE 2022-11-29 13:00:00
## 2437      TRUE 2022-11-29 13:00:00
## 2438      TRUE 2022-11-29 13:00:00
## 2439      TRUE 2022-11-29 13:00:00
## 2440      TRUE 2022-11-29 13:00:00
## 2441      TRUE 2022-11-29 13:00:00
## 2442      TRUE 2022-11-29 13:00:00
## 2443      TRUE 2022-11-29 13:00:00
## 2444      TRUE 2022-11-29 13:00:00
## 2445      TRUE 2022-11-29 13:00:00
## 2446      TRUE 2022-11-29 13:00:00
## 2447      TRUE 2022-11-29 13:00:00
## 2448      TRUE 2022-11-29 13:00:00
## 2449      TRUE 2022-11-29 13:00:00
## 2450      TRUE 2022-11-29 13:00:00
## 2451      TRUE 2022-11-29 13:00:00
## 2452      TRUE 2022-11-29 13:00:00
## 2453      TRUE 2022-11-29 13:00:00
## 2454      TRUE 2022-11-29 13:00:00
## 2455      TRUE 2022-11-29 13:00:00
## 2456      TRUE 2022-11-29 13:00:00
## 2457      TRUE 2022-11-29 13:00:00
## 2458      TRUE 2022-11-29 13:00:00
## 2459      TRUE 2022-11-29 13:00:00
## 2460      TRUE 2022-11-29 13:00:00
## 2461      TRUE 2022-11-29 13:00:00
## 2462      TRUE 2022-11-29 13:00:00
## 2463      TRUE 2022-11-29 13:00:00
## 2464      TRUE 2022-11-29 13:00:00
## 2465      TRUE 2022-11-29 13:00:00
## 2466      TRUE 2022-11-29 13:00:00
## 2467      TRUE 2022-11-29 13:00:00
## 2468      TRUE 2022-11-29 13:00:00
## 2469      TRUE 2022-11-29 13:00:00
## 2470      TRUE 2022-11-29 13:00:00
## 2471      TRUE 2022-11-29 13:00:00
## 2472      TRUE 2022-11-29 13:00:00
## 2473      TRUE 2022-11-29 12:00:00
## 2474      TRUE 2022-11-29 12:00:00
## 2475      TRUE 2022-11-29 12:00:00
## 2476      TRUE 2022-11-29 12:00:00
## 2477      TRUE 2022-11-29 12:00:00
## 2478      TRUE 2022-11-29 12:00:00
## 2479      TRUE 2022-11-29 12:00:00
## 2480      TRUE 2022-11-29 12:00:00
## 2481      TRUE 2022-11-29 12:00:00
## 2482      TRUE 2022-11-29 12:00:00
## 2483      TRUE 2022-11-29 12:00:00
## 2484      TRUE 2022-11-29 12:00:00
## 2485      TRUE 2022-11-29 12:00:00
## 2486      TRUE 2022-11-29 12:00:00
## 2487      TRUE 2022-11-29 12:00:00
## 2488      TRUE 2022-11-29 12:00:00
## 2489      TRUE 2022-11-29 12:00:00
## 2490      TRUE 2022-11-29 12:00:00
## 2491      TRUE 2022-11-29 12:00:00
## 2492      TRUE 2022-11-29 12:00:00
## 2493      TRUE 2022-11-29 12:00:00
## 2494      TRUE 2022-11-29 12:00:00
## 2495      TRUE 2022-11-29 12:00:00
## 2496      TRUE 2022-11-29 12:00:00
## 2497      TRUE 2022-11-29 12:00:00
## 2498      TRUE 2022-11-29 12:00:00
## 2499      TRUE 2022-11-29 12:00:00
## 2500      TRUE 2022-11-29 12:00:00
## 2501      TRUE 2022-11-29 12:00:00
## 2502      TRUE 2022-11-29 12:00:00
## 2503      TRUE 2022-11-29 12:00:00
## 2504      TRUE 2022-11-29 12:00:00
## 2505      TRUE 2022-11-29 12:00:00
## 2506      TRUE 2022-11-29 12:00:00
## 2507      TRUE 2022-11-29 12:00:00
## 2508      TRUE 2022-11-29 12:00:00
## 2509      TRUE 2022-11-29 12:00:00
## 2510      TRUE 2022-11-29 12:00:00
## 2511      TRUE 2022-11-29 12:00:00
## 2512      TRUE 2022-11-29 12:00:00
## 2513      TRUE 2022-11-29 12:00:00
## 2514      TRUE 2022-11-29 12:00:00
## 2515      TRUE 2022-11-29 12:00:00
## 2516      TRUE 2022-11-29 12:00:00
## 2517      TRUE 2022-11-29 12:00:00
## 2518      TRUE 2022-11-29 12:00:00
## 2519      TRUE 2022-11-29 12:00:00
## 2520      TRUE 2022-11-29 12:00:00
## 2521      TRUE 2022-11-29 12:00:00
## 2522      TRUE 2022-11-29 12:00:00
## 2523      TRUE 2022-11-29 12:00:00
## 2524      TRUE 2022-11-29 12:00:00
## 2525      TRUE 2022-11-29 12:00:00
## 2526      TRUE 2022-11-29 12:00:00
## 2527      TRUE 2022-11-29 12:00:00
## 2528      TRUE 2022-11-29 12:00:00
## 2529      TRUE 2022-11-29 12:00:00
## 2530      TRUE 2022-11-29 12:00:00
## 2531      TRUE 2022-11-29 12:00:00
## 2532      TRUE 2022-11-29 12:00:00
## 2533      TRUE 2022-11-29 12:00:00
## 2534      TRUE 2022-11-29 12:00:00
## 2535      TRUE 2022-11-29 12:00:00
## 2536      TRUE 2022-11-29 12:00:00
## 2537      TRUE 2022-11-29 12:00:00
## 2538      TRUE 2022-11-29 12:00:00
## 2539      TRUE 2022-11-29 12:00:00
## 2540      TRUE 2022-11-29 12:00:00
## 2541      TRUE 2022-11-29 12:00:00
## 2542      TRUE 2022-11-29 12:00:00
## 2543      TRUE 2022-11-29 12:00:00
## 2544      TRUE 2022-11-29 12:00:00
## 2545      TRUE 2022-11-29 12:00:00
## 2546      TRUE 2022-11-29 12:00:00
## 2547      TRUE 2022-11-29 12:00:00
## 2548      TRUE 2022-11-29 12:00:00
## 2549      TRUE 2022-11-29 12:00:00
## 2550      TRUE 2022-11-29 12:00:00
## 2551      TRUE 2022-11-29 12:00:00
## 2552      TRUE 2022-11-29 12:00:00
## 2553      TRUE 2022-11-29 12:00:00
## 2554      TRUE 2022-11-29 12:00:00
## 2555      TRUE 2022-11-29 12:00:00
## 2556      TRUE 2022-11-29 12:00:00
## 2557      TRUE 2022-11-29 12:00:00
## 2558      TRUE 2022-11-29 12:00:00
## 2559      TRUE 2022-11-29 12:00:00
## 2560      TRUE 2022-11-29 12:00:00
## 2561      TRUE 2022-11-29 12:00:00
## 2562      TRUE 2022-11-29 12:00:00
## 2563      TRUE 2022-11-29 12:00:00
## 2564      TRUE 2022-11-29 12:00:00
## 2565      TRUE 2022-11-29 12:00:00
## 2566      TRUE 2022-11-29 12:00:00
## 2567      TRUE 2022-11-29 12:00:00
## 2568      TRUE 2022-11-29 12:00:00
## 2569      TRUE 2022-11-29 12:00:00
## 2570      TRUE 2022-11-29 12:00:00
## 2571      TRUE 2022-11-29 12:00:00
## 2572      TRUE 2022-11-29 12:00:00
## 2573      TRUE 2022-11-29 12:00:00
## 2574      TRUE 2022-11-29 12:00:00
## 2575      TRUE 2022-11-29 12:00:00
## 2576      TRUE 2022-11-29 12:00:00
## 2577      TRUE 2022-11-29 12:00:00
## 2578      TRUE 2022-11-29 12:00:00
## 2579      TRUE 2022-11-29 12:00:00
## 2580      TRUE 2022-11-29 12:00:00
## 2581      TRUE 2022-11-29 12:00:00
## 2582      TRUE 2022-11-29 12:00:00
## 2583      TRUE 2022-11-29 12:00:00
## 2584      TRUE 2022-11-29 12:00:00
## 2585      TRUE 2022-11-29 12:00:00
## 2586      TRUE 2022-11-29 12:00:00
## 2587      TRUE 2022-11-29 12:00:00
## 2588      TRUE 2022-11-29 12:00:00
## 2589      TRUE 2022-11-29 12:00:00
## 2590      TRUE 2022-11-29 12:00:00
## 2591      TRUE 2022-11-29 12:00:00
## 2592      TRUE 2022-11-29 12:00:00
## 2593      TRUE 2022-11-29 12:00:00
## 2594      TRUE 2022-11-29 12:00:00
## 2595      TRUE 2022-11-29 12:00:00
## 2596      TRUE 2022-11-29 12:00:00
## 2597      TRUE 2022-11-29 12:00:00
## 2598      TRUE 2022-11-29 12:00:00
## 2599      TRUE 2022-11-29 12:00:00
## 2600      TRUE 2022-11-29 12:00:00
## 2601      TRUE 2022-11-29 12:00:00
## 2602      TRUE 2022-11-29 12:00:00
## 2603      TRUE 2022-11-29 12:00:00
## 2604      TRUE 2022-11-29 12:00:00
## 2605      TRUE 2022-11-29 12:00:00
## 2606      TRUE 2022-11-29 12:00:00
## 2607      TRUE 2022-11-29 12:00:00
## 2608      TRUE 2022-11-29 12:00:00
## 2609      TRUE 2022-11-29 12:00:00
## 2610      TRUE 2022-11-29 12:00:00
## 2611      TRUE 2022-11-29 12:00:00
## 2612      TRUE 2022-11-29 12:00:00
## 2613      TRUE 2022-11-29 12:00:00
## 2614      TRUE 2022-11-29 12:00:00
## 2615      TRUE 2022-11-29 12:00:00
## 2616      TRUE 2022-11-29 12:00:00
## 2617      TRUE 2022-11-29 12:00:00
## 2618      TRUE 2022-11-29 12:00:00
## 2619      TRUE 2022-11-29 12:00:00
## 2620      TRUE 2022-11-29 12:00:00
## 2621      TRUE 2022-11-29 12:00:00
## 2622      TRUE 2022-11-29 12:00:00
## 2623      TRUE 2022-11-29 12:00:00
## 2624      TRUE 2022-11-29 12:00:00
## 2625      TRUE 2022-11-29 12:00:00
## 2626      TRUE 2022-11-29 12:00:00
## 2627      TRUE 2022-11-29 12:00:00
## 2628      TRUE 2022-11-29 12:00:00
## 2629      TRUE 2022-11-29 12:00:00
## 2630      TRUE 2022-11-29 12:00:00
## 2631      TRUE 2022-11-29 12:00:00
## 2632      TRUE 2022-11-29 12:00:00
## 2633      TRUE 2022-11-29 12:00:00
## 2634      TRUE 2022-11-29 12:00:00
## 2635      TRUE 2022-11-29 12:00:00
## 2636      TRUE 2022-11-29 12:00:00
## 2637      TRUE 2022-11-29 12:00:00
## 2638      TRUE 2022-11-29 12:00:00
## 2639      TRUE 2022-11-29 12:00:00
## 2640      TRUE 2022-11-29 12:00:00
## 2641      TRUE 2022-11-29 12:00:00
## 2642      TRUE 2022-11-29 12:00:00
## 2643      TRUE 2022-11-29 12:00:00
## 2644      TRUE 2022-11-29 12:00:00
## 2645      TRUE 2022-11-29 12:00:00
## 2646      TRUE 2022-11-29 12:00:00
## 2647      TRUE 2022-11-29 12:00:00
## 2648      TRUE 2022-11-29 12:00:00
## 2649      TRUE 2022-11-29 12:00:00
## 2650      TRUE 2022-11-29 12:00:00
## 2651      TRUE 2022-11-29 12:00:00
## 2652      TRUE 2022-11-29 12:00:00
## 2653      TRUE 2022-11-29 12:00:00
## 2654      TRUE 2022-11-29 12:00:00
## 2655      TRUE 2022-11-29 12:00:00
## 2656      TRUE 2022-11-29 12:00:00
## 2657      TRUE 2022-11-29 12:00:00
## 2658      TRUE 2022-11-29 11:00:00
## 2659      TRUE 2022-11-29 11:00:00
## 2660      TRUE 2022-11-29 11:00:00
## 2661      TRUE 2022-11-29 11:00:00
## 2662      TRUE 2022-11-29 11:00:00
## 2663      TRUE 2022-11-29 11:00:00
## 2664      TRUE 2022-11-29 11:00:00
## 2665      TRUE 2022-11-29 11:00:00
## 2666      TRUE 2022-11-29 11:00:00
## 2667      TRUE 2022-11-29 11:00:00
## 2668      TRUE 2022-11-29 11:00:00
## 2669      TRUE 2022-11-29 11:00:00
## 2670      TRUE 2022-11-29 11:00:00
## 2671      TRUE 2022-11-29 11:00:00
## 2672      TRUE 2022-11-29 11:00:00
## 2673      TRUE 2022-11-29 11:00:00
## 2674      TRUE 2022-11-29 11:00:00
## 2675      TRUE 2022-11-29 11:00:00
## 2676      TRUE 2022-11-29 11:00:00
## 2677      TRUE 2022-11-29 11:00:00
## 2678      TRUE 2022-11-29 11:00:00
## 2679      TRUE 2022-11-29 11:00:00
## 2680      TRUE 2022-11-29 11:00:00
## 2681      TRUE 2022-11-29 11:00:00
## 2682      TRUE 2022-11-29 11:00:00
## 2683      TRUE 2022-11-29 11:00:00
## 2684      TRUE 2022-11-29 11:00:00
## 2685      TRUE 2022-11-29 11:00:00
## 2686      TRUE 2022-11-29 11:00:00
## 2687      TRUE 2022-11-29 11:00:00
## 2688      TRUE 2022-11-29 11:00:00
## 2689      TRUE 2022-11-29 11:00:00
## 2690      TRUE 2022-11-29 11:00:00
## 2691      TRUE 2022-11-29 11:00:00
## 2692      TRUE 2022-11-29 11:00:00
## 2693      TRUE 2022-11-29 11:00:00
## 2694      TRUE 2022-11-29 11:00:00
## 2695      TRUE 2022-11-29 11:00:00
## 2696      TRUE 2022-11-29 11:00:00
## 2697      TRUE 2022-11-29 11:00:00
## 2698      TRUE 2022-11-29 11:00:00
## 2699      TRUE 2022-11-29 11:00:00
## 2700      TRUE 2022-11-29 11:00:00
## 2701      TRUE 2022-11-29 11:00:00
## 2702      TRUE 2022-11-29 11:00:00
## 2703      TRUE 2022-11-29 11:00:00
## 2704      TRUE 2022-11-29 11:00:00
## 2705      TRUE 2022-11-29 11:00:00
## 2706      TRUE 2022-11-29 11:00:00
## 2707      TRUE 2022-11-29 11:00:00
## 2708      TRUE 2022-11-29 11:00:00
## 2709      TRUE 2022-11-29 11:00:00
## 2710      TRUE 2022-11-29 11:00:00
## 2711      TRUE 2022-11-29 11:00:00
## 2712      TRUE 2022-11-29 11:00:00
## 2713      TRUE 2022-11-29 11:00:00
## 2714      TRUE 2022-11-29 11:00:00
## 2715      TRUE 2022-11-29 11:00:00
## 2716      TRUE 2022-11-29 11:00:00
## 2717      TRUE 2022-11-29 11:00:00
## 2718      TRUE 2022-11-29 11:00:00
## 2719      TRUE 2022-11-29 11:00:00
## 2720      TRUE 2022-11-29 11:00:00
## 2721      TRUE 2022-11-29 11:00:00
## 2722      TRUE 2022-11-29 11:00:00
## 2723      TRUE 2022-11-29 11:00:00
## 2724      TRUE 2022-11-29 11:00:00
## 2725      TRUE 2022-11-29 11:00:00
## 2726      TRUE 2022-11-29 11:00:00
## 2727      TRUE 2022-11-29 11:00:00
## 2728      TRUE 2022-11-29 11:00:00
## 2729      TRUE 2022-11-29 11:00:00
## 2730      TRUE 2022-11-29 11:00:00
## 2731      TRUE 2022-11-29 11:00:00
## 2732      TRUE 2022-11-29 11:00:00
## 2733      TRUE 2022-11-29 11:00:00
## 2734      TRUE 2022-11-29 11:00:00
## 2735      TRUE 2022-11-29 11:00:00
## 2736      TRUE 2022-11-29 11:00:00
## 2737      TRUE 2022-11-29 11:00:00
## 2738      TRUE 2022-11-29 11:00:00
## 2739      TRUE 2022-11-29 11:00:00
## 2740      TRUE 2022-11-29 11:00:00
## 2741      TRUE 2022-11-29 11:00:00
## 2742      TRUE 2022-11-29 11:00:00
## 2743      TRUE 2022-11-29 11:00:00
## 2744      TRUE 2022-11-29 11:00:00
## 2745      TRUE 2022-11-29 11:00:00
## 2746      TRUE 2022-11-29 11:00:00
## 2747      TRUE 2022-11-29 11:00:00
## 2748      TRUE 2022-11-29 11:00:00
## 2749      TRUE 2022-11-29 11:00:00
## 2750      TRUE 2022-11-29 11:00:00
## 2751      TRUE 2022-11-29 11:00:00
## 2752      TRUE 2022-11-29 11:00:00
## 2753      TRUE 2022-11-29 11:00:00
## 2754      TRUE 2022-11-29 11:00:00
## 2755      TRUE 2022-11-29 11:00:00
## 2756      TRUE 2022-11-29 11:00:00
## 2757      TRUE 2022-11-29 11:00:00
## 2758      TRUE 2022-11-29 11:00:00
## 2759      TRUE 2022-11-29 11:00:00
## 2760      TRUE 2022-11-29 11:00:00
## 2761      TRUE 2022-11-29 11:00:00
## 2762      TRUE 2022-11-29 11:00:00
## 2763      TRUE 2022-11-29 11:00:00
## 2764      TRUE 2022-11-29 11:00:00
## 2765      TRUE 2022-11-29 11:00:00
## 2766      TRUE 2022-11-29 11:00:00
## 2767      TRUE 2022-11-29 11:00:00
## 2768      TRUE 2022-11-29 11:00:00
## 2769      TRUE 2022-11-29 11:00:00
## 2770      TRUE 2022-11-29 11:00:00
## 2771      TRUE 2022-11-29 11:00:00
## 2772      TRUE 2022-11-29 11:00:00
## 2773      TRUE 2022-11-29 11:00:00
## 2774      TRUE 2022-11-29 11:00:00
## 2775      TRUE 2022-11-29 11:00:00
## 2776      TRUE 2022-11-29 11:00:00
## 2777      TRUE 2022-11-29 11:00:00
## 2778      TRUE 2022-11-29 11:00:00
## 2779      TRUE 2022-11-29 11:00:00
## 2780      TRUE 2022-11-29 11:00:00
## 2781      TRUE 2022-11-29 11:00:00
## 2782      TRUE 2022-11-29 11:00:00
## 2783      TRUE 2022-11-29 11:00:00
## 2784      TRUE 2022-11-29 11:00:00
## 2785      TRUE 2022-11-29 11:00:00
## 2786      TRUE 2022-11-29 11:00:00
## 2787      TRUE 2022-11-29 11:00:00
## 2788      TRUE 2022-11-29 11:00:00
## 2789      TRUE 2022-11-29 11:00:00
## 2790      TRUE 2022-11-29 11:00:00
## 2791      TRUE 2022-11-29 11:00:00
## 2792      TRUE 2022-11-29 11:00:00
## 2793      TRUE 2022-11-29 11:00:00
## 2794      TRUE 2022-11-29 11:00:00
## 2795      TRUE 2022-11-29 11:00:00
## 2796      TRUE 2022-11-29 11:00:00
## 2797      TRUE 2022-11-29 11:00:00
## 2798      TRUE 2022-11-29 11:00:00
## 2799      TRUE 2022-11-29 11:00:00
## 2800      TRUE 2022-11-29 11:00:00
## 2801      TRUE 2022-11-29 11:00:00
## 2802      TRUE 2022-11-29 11:00:00
## 2803      TRUE 2022-11-29 11:00:00
## 2804      TRUE 2022-11-29 11:00:00
## 2805      TRUE 2022-11-29 11:00:00
## 2806      TRUE 2022-11-29 11:00:00
## 2807      TRUE 2022-11-29 11:00:00
## 2808      TRUE 2022-11-29 11:00:00
## 2809      TRUE 2022-11-29 11:00:00
## 2810      TRUE 2022-11-29 11:00:00
## 2811      TRUE 2022-11-29 11:00:00
## 2812      TRUE 2022-11-29 11:00:00
## 2813      TRUE 2022-11-29 11:00:00
## 2814      TRUE 2022-11-29 11:00:00
## 2815      TRUE 2022-11-29 11:00:00
## 2816      TRUE 2022-11-29 11:00:00
## 2817      TRUE 2022-11-29 11:00:00
## 2818      TRUE 2022-11-29 11:00:00
## 2819      TRUE 2022-11-29 11:00:00
## 2820      TRUE 2022-11-29 11:00:00
## 2821      TRUE 2022-11-29 11:00:00
## 2822      TRUE 2022-11-29 11:00:00
## 2823      TRUE 2022-11-29 11:00:00
## 2824      TRUE 2022-11-29 11:00:00
## 2825      TRUE 2022-11-29 11:00:00
## 2826      TRUE 2022-11-29 11:00:00
## 2827      TRUE 2022-11-29 11:00:00
## 2828      TRUE 2022-11-29 11:00:00
## 2829      TRUE 2022-11-29 11:00:00
## 2830      TRUE 2022-11-29 11:00:00
## 2831      TRUE 2022-11-29 11:00:00
## 2832      TRUE 2022-11-29 11:00:00
## 2833      TRUE 2022-11-29 11:00:00
## 2834      TRUE 2022-11-29 11:00:00
## 2835      TRUE 2022-11-29 11:00:00
## 2836      TRUE 2022-11-29 11:00:00
## 2837      TRUE 2022-11-29 11:00:00
## 2838      TRUE 2022-11-29 11:00:00
## 2839      TRUE 2022-11-29 11:00:00
## 2840      TRUE 2022-11-29 11:00:00
## 2841      TRUE 2022-11-29 11:00:00
## 2842      TRUE 2022-11-29 11:00:00
## 2843      TRUE 2022-11-29 11:00:00
## 2844      TRUE 2022-11-29 11:00:00
## 2845      TRUE 2022-11-29 11:00:00
## 2846      TRUE 2022-11-29 11:00:00
## 2847      TRUE 2022-11-29 11:00:00
## 2848      TRUE 2022-11-29 11:00:00
## 2849      TRUE 2022-11-29 11:00:00
## 2850      TRUE 2022-11-29 11:00:00
## 2851      TRUE 2022-11-29 11:00:00
## 2852      TRUE 2022-11-29 11:00:00
## 2853      TRUE 2022-11-29 11:00:00
## 2854      TRUE 2022-11-29 11:00:00
## 2855      TRUE 2022-11-29 11:00:00
## 2856      TRUE 2022-11-29 11:00:00
## 2857      TRUE 2022-11-29 11:00:00
## 2858      TRUE 2022-11-29 11:00:00
## 2859      TRUE 2022-11-29 11:00:00
## 2860      TRUE 2022-11-29 11:00:00
## 2861      TRUE 2022-11-29 11:00:00
## 2862      TRUE 2022-11-29 11:00:00
## 2863      TRUE 2022-11-29 11:00:00
## 2864      TRUE 2022-11-29 11:00:00
## 2865      TRUE 2022-11-29 11:00:00
## 2866      TRUE 2022-11-29 11:00:00
## 2867      TRUE 2022-11-29 11:00:00
## 2868      TRUE 2022-11-29 11:00:00
## 2869      TRUE 2022-11-29 11:00:00
## 2870      TRUE 2022-11-29 11:00:00
## 2871      TRUE 2022-11-29 11:00:00
## 2872      TRUE 2022-11-29 10:00:00
## 2873      TRUE 2022-11-29 10:00:00
## 2874      TRUE 2022-11-29 10:00:00
## 2875      TRUE 2022-11-29 10:00:00
## 2876      TRUE 2022-11-29 10:00:00
## 2877      TRUE 2022-11-29 10:00:00
## 2878      TRUE 2022-11-29 10:00:00
## 2879      TRUE 2022-11-29 10:00:00
## 2880      TRUE 2022-11-29 10:00:00
## 2881      TRUE 2022-11-29 10:00:00
## 2882      TRUE 2022-11-29 10:00:00
## 2883      TRUE 2022-11-29 10:00:00
## 2884      TRUE 2022-11-29 10:00:00
## 2885      TRUE 2022-11-29 10:00:00
## 2886      TRUE 2022-11-29 10:00:00
## 2887      TRUE 2022-11-29 10:00:00
## 2888      TRUE 2022-11-29 10:00:00
## 2889      TRUE 2022-11-29 10:00:00
## 2890      TRUE 2022-11-29 10:00:00
## 2891      TRUE 2022-11-29 10:00:00
## 2892      TRUE 2022-11-29 10:00:00
## 2893      TRUE 2022-11-29 10:00:00
## 2894      TRUE 2022-11-29 10:00:00
## 2895      TRUE 2022-11-29 10:00:00
## 2896      TRUE 2022-11-29 10:00:00
## 2897      TRUE 2022-11-29 10:00:00
## 2898      TRUE 2022-11-29 10:00:00
## 2899      TRUE 2022-11-29 10:00:00
## 2900      TRUE 2022-11-29 10:00:00
## 2901      TRUE 2022-11-29 10:00:00
## 2902      TRUE 2022-11-29 10:00:00
## 2903      TRUE 2022-11-29 10:00:00
## 2904      TRUE 2022-11-29 10:00:00
## 2905      TRUE 2022-11-29 10:00:00
## 2906      TRUE 2022-11-29 10:00:00
## 2907      TRUE 2022-11-29 10:00:00
## 2908      TRUE 2022-11-29 10:00:00
## 2909      TRUE 2022-11-29 10:00:00
## 2910      TRUE 2022-11-29 10:00:00
## 2911      TRUE 2022-11-29 10:00:00
## 2912      TRUE 2022-11-29 10:00:00
## 2913      TRUE 2022-11-29 10:00:00
## 2914      TRUE 2022-11-29 10:00:00
## 2915      TRUE 2022-11-29 10:00:00
## 2916      TRUE 2022-11-29 10:00:00
## 2917      TRUE 2022-11-29 10:00:00
## 2918      TRUE 2022-11-29 10:00:00
## 2919      TRUE 2022-11-29 10:00:00
## 2920      TRUE 2022-11-29 10:00:00
## 2921      TRUE 2022-11-29 10:00:00
## 2922      TRUE 2022-11-29 10:00:00
## 2923      TRUE 2022-11-29 10:00:00
## 2924      TRUE 2022-11-29 10:00:00
## 2925      TRUE 2022-11-29 10:00:00
## 2926      TRUE 2022-11-29 10:00:00
## 2927      TRUE 2022-11-29 10:00:00
## 2928      TRUE 2022-11-29 10:00:00
## 2929      TRUE 2022-11-29 10:00:00
## 2930      TRUE 2022-11-29 10:00:00
## 2931      TRUE 2022-11-29 10:00:00
## 2932      TRUE 2022-11-29 10:00:00
## 2933      TRUE 2022-11-29 10:00:00
## 2934      TRUE 2022-11-29 10:00:00
## 2935      TRUE 2022-11-29 10:00:00
## 2936      TRUE 2022-11-29 10:00:00
## 2937      TRUE 2022-11-29 10:00:00
## 2938      TRUE 2022-11-29 10:00:00
## 2939      TRUE 2022-11-29 10:00:00
## 2940      TRUE 2022-11-29 10:00:00
## 2941      TRUE 2022-11-29 10:00:00
## 2942      TRUE 2022-11-29 10:00:00
## 2943      TRUE 2022-11-29 10:00:00
## 2944      TRUE 2022-11-29 10:00:00
## 2945      TRUE 2022-11-29 10:00:00
## 2946      TRUE 2022-11-29 10:00:00
## 2947      TRUE 2022-11-29 10:00:00
## 2948      TRUE 2022-11-29 10:00:00
## 2949      TRUE 2022-11-29 10:00:00
## 2950      TRUE 2022-11-29 10:00:00
## 2951      TRUE 2022-11-29 10:00:00
## 2952      TRUE 2022-11-29 10:00:00
## 2953      TRUE 2022-11-29 10:00:00
## 2954      TRUE 2022-11-29 10:00:00
## 2955      TRUE 2022-11-29 10:00:00
## 2956      TRUE 2022-11-29 10:00:00
## 2957      TRUE 2022-11-29 10:00:00
## 2958      TRUE 2022-11-29 10:00:00
## 2959      TRUE 2022-11-29 10:00:00
## 2960      TRUE 2022-11-29 10:00:00
## 2961      TRUE 2022-11-29 10:00:00
## 2962      TRUE 2022-11-29 10:00:00
## 2963      TRUE 2022-11-29 10:00:00
## 2964      TRUE 2022-11-29 10:00:00
## 2965      TRUE 2022-11-29 10:00:00
## 2966      TRUE 2022-11-29 10:00:00
## 2967      TRUE 2022-11-29 10:00:00
## 2968      TRUE 2022-11-29 10:00:00
## 2969      TRUE 2022-11-29 10:00:00
## 2970      TRUE 2022-11-29 10:00:00
## 2971      TRUE 2022-11-29 10:00:00
## 2972      TRUE 2022-11-29 10:00:00
## 2973      TRUE 2022-11-29 10:00:00
## 2974      TRUE 2022-11-29 10:00:00
## 2975      TRUE 2022-11-29 10:00:00
## 2976      TRUE 2022-11-29 10:00:00
## 2977      TRUE 2022-11-29 10:00:00
## 2978      TRUE 2022-11-29 10:00:00
## 2979      TRUE 2022-11-29 10:00:00
## 2980      TRUE 2022-11-29 10:00:00
## 2981      TRUE 2022-11-29 10:00:00
## 2982      TRUE 2022-11-29 10:00:00
## 2983      TRUE 2022-11-29 10:00:00
## 2984      TRUE 2022-11-29 10:00:00
## 2985      TRUE 2022-11-29 10:00:00
## 2986      TRUE 2022-11-29 10:00:00
## 2987      TRUE 2022-11-29 10:00:00
## 2988      TRUE 2022-11-29 10:00:00
## 2989      TRUE 2022-11-29 10:00:00
## 2990      TRUE 2022-11-29 10:00:00
## 2991      TRUE 2022-11-29 10:00:00
## 2992      TRUE 2022-11-29 10:00:00
## 2993      TRUE 2022-11-29 10:00:00
## 2994      TRUE 2022-11-29 10:00:00
## 2995      TRUE 2022-11-29 10:00:00
## 2996      TRUE 2022-11-29 10:00:00
## 2997      TRUE 2022-11-29 10:00:00
## 2998      TRUE 2022-11-29 10:00:00
## 2999      TRUE 2022-11-29 10:00:00
## 3000      TRUE 2022-11-29 10:00:00
## 3001      TRUE 2022-11-29 10:00:00
## 3002      TRUE 2022-11-29 10:00:00
## 3003      TRUE 2022-11-29 10:00:00
## 3004      TRUE 2022-11-29 10:00:00
## 3005      TRUE 2022-11-29 10:00:00
## 3006      TRUE 2022-11-29 10:00:00
## 3007      TRUE 2022-11-29 10:00:00
## 3008      TRUE 2022-11-29 10:00:00
## 3009      TRUE 2022-11-29 10:00:00
## 3010      TRUE 2022-11-29 10:00:00
## 3011      TRUE 2022-11-29 10:00:00
## 3012      TRUE 2022-11-29 10:00:00
## 3013      TRUE 2022-11-29 10:00:00
## 3014      TRUE 2022-11-29 10:00:00
## 3015      TRUE 2022-11-29 10:00:00
## 3016      TRUE 2022-11-29 10:00:00
## 3017      TRUE 2022-11-29 10:00:00
## 3018      TRUE 2022-11-29 10:00:00
## 3019      TRUE 2022-11-29 10:00:00
## 3020      TRUE 2022-11-29 10:00:00
## 3021      TRUE 2022-11-29 10:00:00
## 3022      TRUE 2022-11-29 10:00:00
## 3023      TRUE 2022-11-29 10:00:00
## 3024      TRUE 2022-11-29 10:00:00
## 3025      TRUE 2022-11-29 10:00:00
## 3026      TRUE 2022-11-29 10:00:00
## 3027      TRUE 2022-11-29 10:00:00
## 3028      TRUE 2022-11-29 10:00:00
## 3029      TRUE 2022-11-29 10:00:00
## 3030      TRUE 2022-11-29 10:00:00
## 3031      TRUE 2022-11-29 10:00:00
## 3032      TRUE 2022-11-29 10:00:00
## 3033      TRUE 2022-11-29 10:00:00
## 3034      TRUE 2022-11-29 10:00:00
## 3035      TRUE 2022-11-29 10:00:00
## 3036      TRUE 2022-11-29 10:00:00
## 3037      TRUE 2022-11-29 10:00:00
## 3038      TRUE 2022-11-29 10:00:00
## 3039      TRUE 2022-11-29 10:00:00
## 3040      TRUE 2022-11-29 10:00:00
## 3041      TRUE 2022-11-29 10:00:00
## 3042      TRUE 2022-11-29 10:00:00
## 3043      TRUE 2022-11-29 10:00:00
## 3044      TRUE 2022-11-29 10:00:00
## 3045      TRUE 2022-11-29 10:00:00
## 3046      TRUE 2022-11-29 10:00:00
## 3047      TRUE 2022-11-29 10:00:00
## 3048      TRUE 2022-11-29 10:00:00
## 3049      TRUE 2022-11-29 10:00:00
## 3050      TRUE 2022-11-29 10:00:00
## 3051      TRUE 2022-11-29 10:00:00
## 3052      TRUE 2022-11-29 10:00:00
## 3053      TRUE 2022-11-29 10:00:00
## 3054      TRUE 2022-11-29 10:00:00
## 3055      TRUE 2022-11-29 10:00:00
## 3056      TRUE 2022-11-29 10:00:00
## 3057      TRUE 2022-11-29 10:00:00
## 3058      TRUE 2022-11-29 10:00:00
## 3059      TRUE 2022-11-29 10:00:00
## 3060      TRUE 2022-11-29 10:00:00
## 3061      TRUE 2022-11-29 10:00:00
## 3062      TRUE 2022-11-29 10:00:00
## 3063      TRUE 2022-11-29 10:00:00
## 3064      TRUE 2022-11-29 10:00:00
## 3065      TRUE 2022-11-29 10:00:00
## 3066      TRUE 2022-11-29 10:00:00
## 3067      TRUE 2022-11-29 10:00:00
## 3068      TRUE 2022-11-29 10:00:00
## 3069      TRUE 2022-11-29 10:00:00
## 3070      TRUE 2022-11-29 10:00:00
## 3071      TRUE 2022-11-29 10:00:00
## 3072      TRUE 2022-11-29 10:00:00
## 3073      TRUE 2022-11-29 10:00:00
## 3074      TRUE 2022-11-29 10:00:00
## 3075      TRUE 2022-11-29 10:00:00
## 3076      TRUE 2022-11-29 10:00:00
## 3077      TRUE 2022-11-29 10:00:00
## 3078      TRUE 2022-11-29 10:00:00
## 3079      TRUE 2022-11-29 10:00:00
## 3080      TRUE 2022-11-29 10:00:00
## 3081      TRUE 2022-11-29 10:00:00
## 3082      TRUE 2022-11-29 10:00:00
## 3083      TRUE 2022-11-29 10:00:00
## 3084      TRUE 2022-11-29 10:00:00
## 3085      TRUE 2022-11-29 10:00:00
## 3086      TRUE 2022-11-29 10:00:00
## 3087      TRUE 2022-11-29 10:00:00
## 3088      TRUE 2022-11-29 10:00:00
## 3089      TRUE 2022-11-29 10:00:00
## 3090      TRUE 2022-11-29 10:00:00
## 3091      TRUE 2022-11-29 10:00:00
## 3092      TRUE 2022-11-29 10:00:00
## 3093      TRUE 2022-11-29 10:00:00
## 3094      TRUE 2022-11-29 10:00:00
## 3095      TRUE 2022-11-29 10:00:00
## 3096      TRUE 2022-11-29 10:00:00
## 3097      TRUE 2022-11-29 10:00:00
## 3098      TRUE 2022-11-29 10:00:00
## 3099      TRUE 2022-11-29 10:00:00
## 3100      TRUE 2022-11-29 10:00:00
## 3101      TRUE 2022-11-29 10:00:00
## 3102      TRUE 2022-11-29 10:00:00
## 3103      TRUE 2022-11-29 09:00:00
## 3104      TRUE 2022-11-29 09:00:00
## 3105      TRUE 2022-11-29 09:00:00
## 3106      TRUE 2022-11-29 09:00:00
## 3107      TRUE 2022-11-29 09:00:00
## 3108      TRUE 2022-11-29 09:00:00
## 3109      TRUE 2022-11-29 09:00:00
## 3110      TRUE 2022-11-29 09:00:00
## 3111      TRUE 2022-11-29 09:00:00
## 3112      TRUE 2022-11-29 09:00:00
## 3113      TRUE 2022-11-29 09:00:00
## 3114      TRUE 2022-11-29 09:00:00
## 3115      TRUE 2022-11-29 09:00:00
## 3116      TRUE 2022-11-29 09:00:00
## 3117      TRUE 2022-11-29 09:00:00
## 3118      TRUE 2022-11-29 09:00:00
## 3119      TRUE 2022-11-29 09:00:00
## 3120      TRUE 2022-11-29 09:00:00
## 3121      TRUE 2022-11-29 09:00:00
## 3122      TRUE 2022-11-29 09:00:00
## 3123      TRUE 2022-11-29 09:00:00
## 3124      TRUE 2022-11-29 09:00:00
## 3125      TRUE 2022-11-29 09:00:00
## 3126      TRUE 2022-11-29 09:00:00
## 3127      TRUE 2022-11-29 09:00:00
## 3128      TRUE 2022-11-29 09:00:00
## 3129      TRUE 2022-11-29 09:00:00
## 3130      TRUE 2022-11-29 09:00:00
## 3131      TRUE 2022-11-29 09:00:00
## 3132      TRUE 2022-11-29 09:00:00
## 3133      TRUE 2022-11-29 09:00:00
## 3134      TRUE 2022-11-29 09:00:00
## 3135      TRUE 2022-11-29 09:00:00
## 3136      TRUE 2022-11-29 09:00:00
## 3137      TRUE 2022-11-29 09:00:00
## 3138      TRUE 2022-11-29 09:00:00
## 3139      TRUE 2022-11-29 09:00:00
## 3140      TRUE 2022-11-29 09:00:00
## 3141      TRUE 2022-11-29 09:00:00
## 3142      TRUE 2022-11-29 09:00:00
## 3143      TRUE 2022-11-29 09:00:00
## 3144      TRUE 2022-11-29 09:00:00
## 3145      TRUE 2022-11-29 09:00:00
## 3146      TRUE 2022-11-29 09:00:00
## 3147      TRUE 2022-11-29 09:00:00
## 3148      TRUE 2022-11-29 09:00:00
## 3149      TRUE 2022-11-29 09:00:00
## 3150      TRUE 2022-11-29 09:00:00
## 3151      TRUE 2022-11-29 09:00:00
## 3152      TRUE 2022-11-29 09:00:00
## 3153      TRUE 2022-11-29 09:00:00
## 3154      TRUE 2022-11-29 09:00:00
## 3155      TRUE 2022-11-29 09:00:00
## 3156      TRUE 2022-11-29 09:00:00
## 3157      TRUE 2022-11-29 09:00:00
## 3158      TRUE 2022-11-29 09:00:00
## 3159      TRUE 2022-11-29 09:00:00
## 3160      TRUE 2022-11-29 09:00:00
## 3161      TRUE 2022-11-29 09:00:00
## 3162      TRUE 2022-11-29 09:00:00
## 3163      TRUE 2022-11-29 09:00:00
## 3164      TRUE 2022-11-29 09:00:00
## 3165      TRUE 2022-11-29 09:00:00
## 3166      TRUE 2022-11-29 09:00:00
## 3167      TRUE 2022-11-29 09:00:00
## 3168      TRUE 2022-11-29 09:00:00
## 3169      TRUE 2022-11-29 09:00:00
## 3170      TRUE 2022-11-29 09:00:00
## 3171      TRUE 2022-11-29 09:00:00
## 3172      TRUE 2022-11-29 09:00:00
## 3173      TRUE 2022-11-29 09:00:00
## 3174      TRUE 2022-11-29 09:00:00
## 3175      TRUE 2022-11-29 09:00:00
## 3176      TRUE 2022-11-29 09:00:00
## 3177      TRUE 2022-11-29 09:00:00
## 3178      TRUE 2022-11-29 09:00:00
## 3179      TRUE 2022-11-29 09:00:00
## 3180      TRUE 2022-11-29 09:00:00
## 3181      TRUE 2022-11-29 09:00:00
## 3182      TRUE 2022-11-29 09:00:00
## 3183      TRUE 2022-11-29 09:00:00
## 3184      TRUE 2022-11-29 09:00:00
## 3185      TRUE 2022-11-29 09:00:00
## 3186      TRUE 2022-11-29 09:00:00
## 3187      TRUE 2022-11-29 09:00:00
## 3188      TRUE 2022-11-29 09:00:00
## 3189      TRUE 2022-11-29 09:00:00
## 3190      TRUE 2022-11-29 09:00:00
## 3191      TRUE 2022-11-29 09:00:00
## 3192      TRUE 2022-11-29 09:00:00
## 3193      TRUE 2022-11-29 09:00:00
## 3194      TRUE 2022-11-29 09:00:00
## 3195      TRUE 2022-11-29 09:00:00
## 3196      TRUE 2022-11-29 09:00:00
## 3197      TRUE 2022-11-29 09:00:00
## 3198      TRUE 2022-11-29 09:00:00
## 3199      TRUE 2022-11-29 09:00:00
## 3200      TRUE 2022-11-29 09:00:00
## 3201      TRUE 2022-11-29 09:00:00
## 3202      TRUE 2022-11-29 09:00:00
## 3203      TRUE 2022-11-29 09:00:00
## 3204      TRUE 2022-11-29 09:00:00
## 3205      TRUE 2022-11-29 09:00:00
## 3206      TRUE 2022-11-29 09:00:00
## 3207      TRUE 2022-11-29 09:00:00
## 3208      TRUE 2022-11-29 09:00:00
## 3209      TRUE 2022-11-29 09:00:00
## 3210      TRUE 2022-11-29 09:00:00
## 3211      TRUE 2022-11-29 09:00:00
## 3212      TRUE 2022-11-29 09:00:00
## 3213      TRUE 2022-11-29 09:00:00
## 3214      TRUE 2022-11-29 09:00:00
## 3215      TRUE 2022-11-29 09:00:00
## 3216      TRUE 2022-11-29 09:00:00
## 3217      TRUE 2022-11-29 09:00:00
## 3218      TRUE 2022-11-29 09:00:00
## 3219      TRUE 2022-11-29 09:00:00
## 3220      TRUE 2022-11-29 09:00:00
## 3221      TRUE 2022-11-29 09:00:00
## 3222      TRUE 2022-11-29 09:00:00
## 3223      TRUE 2022-11-29 09:00:00
## 3224      TRUE 2022-11-29 09:00:00
## 3225      TRUE 2022-11-29 09:00:00
## 3226      TRUE 2022-11-29 09:00:00
## 3227      TRUE 2022-11-29 09:00:00
## 3228      TRUE 2022-11-29 09:00:00
## 3229      TRUE 2022-11-29 09:00:00
## 3230      TRUE 2022-11-29 09:00:00
## 3231      TRUE 2022-11-29 09:00:00
## 3232      TRUE 2022-11-29 09:00:00
## 3233      TRUE 2022-11-29 09:00:00
## 3234      TRUE 2022-11-29 09:00:00
## 3235      TRUE 2022-11-29 09:00:00
## 3236      TRUE 2022-11-29 09:00:00
## 3237      TRUE 2022-11-29 09:00:00
## 3238      TRUE 2022-11-29 09:00:00
## 3239      TRUE 2022-11-29 09:00:00
## 3240      TRUE 2022-11-29 09:00:00
## 3241      TRUE 2022-11-29 09:00:00
## 3242      TRUE 2022-11-29 09:00:00
## 3243      TRUE 2022-11-29 09:00:00
## 3244      TRUE 2022-11-29 09:00:00
## 3245      TRUE 2022-11-29 09:00:00
## 3246      TRUE 2022-11-29 09:00:00
## 3247      TRUE 2022-11-29 09:00:00
## 3248      TRUE 2022-11-29 09:00:00
## 3249      TRUE 2022-11-29 09:00:00
## 3250      TRUE 2022-11-29 09:00:00
## 3251      TRUE 2022-11-29 09:00:00
## 3252      TRUE 2022-11-29 09:00:00
## 3253      TRUE 2022-11-29 09:00:00
## 3254      TRUE 2022-11-29 09:00:00
## 3255      TRUE 2022-11-29 09:00:00
## 3256      TRUE 2022-11-29 09:00:00
## 3257      TRUE 2022-11-29 09:00:00
## 3258      TRUE 2022-11-29 09:00:00
## 3259      TRUE 2022-11-29 09:00:00
## 3260      TRUE 2022-11-29 09:00:00
## 3261      TRUE 2022-11-29 09:00:00
## 3262      TRUE 2022-11-29 09:00:00
## 3263      TRUE 2022-11-29 09:00:00
## 3264      TRUE 2022-11-29 09:00:00
## 3265      TRUE 2022-11-29 09:00:00
## 3266      TRUE 2022-11-29 09:00:00
## 3267      TRUE 2022-11-29 09:00:00
## 3268      TRUE 2022-11-29 09:00:00
## 3269      TRUE 2022-11-29 09:00:00
## 3270      TRUE 2022-11-29 09:00:00
## 3271      TRUE 2022-11-29 09:00:00
## 3272      TRUE 2022-11-29 09:00:00
## 3273      TRUE 2022-11-29 09:00:00
## 3274      TRUE 2022-11-29 09:00:00
## 3275      TRUE 2022-11-29 09:00:00
## 3276      TRUE 2022-11-29 09:00:00
## 3277      TRUE 2022-11-29 09:00:00
## 3278      TRUE 2022-11-29 09:00:00
## 3279      TRUE 2022-11-29 09:00:00
## 3280      TRUE 2022-11-29 09:00:00
## 3281      TRUE 2022-11-29 09:00:00
## 3282      TRUE 2022-11-29 09:00:00
## 3283      TRUE 2022-11-29 09:00:00
## 3284      TRUE 2022-11-29 09:00:00
## 3285      TRUE 2022-11-29 09:00:00
## 3286      TRUE 2022-11-29 09:00:00
## 3287      TRUE 2022-11-29 09:00:00
## 3288      TRUE 2022-11-29 09:00:00
## 3289      TRUE 2022-11-29 09:00:00
## 3290      TRUE 2022-11-29 09:00:00
## 3291      TRUE 2022-11-29 09:00:00
## 3292      TRUE 2022-11-29 09:00:00
## 3293      TRUE 2022-11-29 09:00:00
## 3294      TRUE 2022-11-29 09:00:00
## 3295      TRUE 2022-11-29 09:00:00
## 3296      TRUE 2022-11-29 09:00:00
## 3297      TRUE 2022-11-29 09:00:00
## 3298      TRUE 2022-11-29 09:00:00
## 3299      TRUE 2022-11-29 09:00:00
## 3300      TRUE 2022-11-29 09:00:00
## 3301      TRUE 2022-11-29 09:00:00
## 3302      TRUE 2022-11-29 09:00:00
## 3303      TRUE 2022-11-29 09:00:00
## 3304      TRUE 2022-11-29 09:00:00
## 3305      TRUE 2022-11-29 09:00:00
## 3306      TRUE 2022-11-29 09:00:00
## 3307      TRUE 2022-11-29 09:00:00
## 3308      TRUE 2022-11-29 09:00:00
## 3309      TRUE 2022-11-29 09:00:00
## 3310      TRUE 2022-11-29 09:00:00
## 3311      TRUE 2022-11-29 09:00:00
## 3312      TRUE 2022-11-29 09:00:00
## 3313      TRUE 2022-11-29 09:00:00
## 3314      TRUE 2022-11-29 09:00:00
## 3315      TRUE 2022-11-29 09:00:00
## 3316      TRUE 2022-11-29 09:00:00
## 3317      TRUE 2022-11-29 09:00:00
## 3318      TRUE 2022-11-29 09:00:00
## 3319      TRUE 2022-11-29 09:00:00
## 3320      TRUE 2022-11-29 09:00:00
## 3321      TRUE 2022-11-29 09:00:00
## 3322      TRUE 2022-11-29 09:00:00
## 3323      TRUE 2022-11-29 09:00:00
## 3324      TRUE 2022-11-29 09:00:00
## 3325      TRUE 2022-11-29 09:00:00
## 3326      TRUE 2022-11-29 09:00:00
## 3327      TRUE 2022-11-29 09:00:00
## 3328      TRUE 2022-11-29 09:00:00
## 3329      TRUE 2022-11-29 09:00:00
## 3330      TRUE 2022-11-29 09:00:00
## 3331      TRUE 2022-11-29 09:00:00
## 3332      TRUE 2022-11-29 09:00:00
## 3333      TRUE 2022-11-29 09:00:00
## 3334      TRUE 2022-11-29 09:00:00
## 3335      TRUE 2022-11-29 09:00:00
## 3336      TRUE 2022-11-29 09:00:00
## 3337      TRUE 2022-11-29 09:00:00
## 3338      TRUE 2022-11-29 09:00:00
## 3339      TRUE 2022-11-29 09:00:00
## 3340      TRUE 2022-11-29 09:00:00
## 3341      TRUE 2022-11-29 09:00:00
## 3342      TRUE 2022-11-29 09:00:00
## 3343      TRUE 2022-11-29 09:00:00
## 3344      TRUE 2022-11-29 09:00:00
## 3345      TRUE 2022-11-29 09:00:00
## 3346      TRUE 2022-11-29 08:00:00
## 3347      TRUE 2022-11-29 08:00:00
## 3348      TRUE 2022-11-29 08:00:00
## 3349      TRUE 2022-11-29 08:00:00
## 3350      TRUE 2022-11-29 08:00:00
## 3351      TRUE 2022-11-29 08:00:00
## 3352      TRUE 2022-11-29 08:00:00
## 3353      TRUE 2022-11-29 08:00:00
## 3354      TRUE 2022-11-29 08:00:00
## 3355      TRUE 2022-11-29 08:00:00
## 3356      TRUE 2022-11-29 08:00:00
## 3357      TRUE 2022-11-29 08:00:00
## 3358      TRUE 2022-11-29 08:00:00
## 3359      TRUE 2022-11-29 08:00:00
## 3360      TRUE 2022-11-29 08:00:00
## 3361      TRUE 2022-11-29 08:00:00
## 3362      TRUE 2022-11-29 08:00:00
## 3363      TRUE 2022-11-29 08:00:00
## 3364      TRUE 2022-11-29 08:00:00
## 3365      TRUE 2022-11-29 08:00:00
## 3366      TRUE 2022-11-29 08:00:00
## 3367      TRUE 2022-11-29 08:00:00
## 3368      TRUE 2022-11-29 08:00:00
## 3369      TRUE 2022-11-29 08:00:00
## 3370      TRUE 2022-11-29 08:00:00
## 3371      TRUE 2022-11-29 08:00:00
## 3372      TRUE 2022-11-29 08:00:00
## 3373      TRUE 2022-11-29 08:00:00
## 3374      TRUE 2022-11-29 08:00:00
## 3375      TRUE 2022-11-29 08:00:00
## 3376      TRUE 2022-11-29 08:00:00
## 3377      TRUE 2022-11-29 08:00:00
## 3378      TRUE 2022-11-29 08:00:00
## 3379      TRUE 2022-11-29 08:00:00
## 3380      TRUE 2022-11-29 08:00:00
## 3381      TRUE 2022-11-29 08:00:00
## 3382      TRUE 2022-11-29 08:00:00
## 3383      TRUE 2022-11-29 08:00:00
## 3384      TRUE 2022-11-29 08:00:00
## 3385      TRUE 2022-11-29 08:00:00
## 3386      TRUE 2022-11-29 08:00:00
## 3387      TRUE 2022-11-29 08:00:00
## 3388      TRUE 2022-11-29 08:00:00
## 3389      TRUE 2022-11-29 08:00:00
## 3390      TRUE 2022-11-29 08:00:00
## 3391      TRUE 2022-11-29 08:00:00
## 3392      TRUE 2022-11-29 08:00:00
## 3393      TRUE 2022-11-29 08:00:00
## 3394      TRUE 2022-11-29 08:00:00
## 3395      TRUE 2022-11-29 08:00:00
## 3396      TRUE 2022-11-29 08:00:00
## 3397      TRUE 2022-11-29 08:00:00
## 3398      TRUE 2022-11-29 08:00:00
## 3399      TRUE 2022-11-29 08:00:00
## 3400      TRUE 2022-11-29 08:00:00
## 3401      TRUE 2022-11-29 08:00:00
## 3402      TRUE 2022-11-29 08:00:00
## 3403      TRUE 2022-11-29 08:00:00
## 3404      TRUE 2022-11-29 08:00:00
## 3405      TRUE 2022-11-29 08:00:00
## 3406      TRUE 2022-11-29 08:00:00
## 3407      TRUE 2022-11-29 08:00:00
## 3408      TRUE 2022-11-29 08:00:00
## 3409      TRUE 2022-11-29 08:00:00
## 3410      TRUE 2022-11-29 08:00:00
## 3411      TRUE 2022-11-29 08:00:00
## 3412      TRUE 2022-11-29 08:00:00
## 3413      TRUE 2022-11-29 08:00:00
## 3414      TRUE 2022-11-29 08:00:00
## 3415      TRUE 2022-11-29 08:00:00
## 3416      TRUE 2022-11-29 08:00:00
## 3417      TRUE 2022-11-29 08:00:00
## 3418      TRUE 2022-11-29 08:00:00
## 3419      TRUE 2022-11-29 08:00:00
## 3420      TRUE 2022-11-29 08:00:00
## 3421      TRUE 2022-11-29 08:00:00
## 3422      TRUE 2022-11-29 08:00:00
## 3423      TRUE 2022-11-29 08:00:00
## 3424      TRUE 2022-11-29 08:00:00
## 3425      TRUE 2022-11-29 08:00:00
## 3426      TRUE 2022-11-29 08:00:00
## 3427      TRUE 2022-11-29 08:00:00
## 3428      TRUE 2022-11-29 08:00:00
## 3429      TRUE 2022-11-29 08:00:00
## 3430      TRUE 2022-11-29 08:00:00
## 3431      TRUE 2022-11-29 08:00:00
## 3432      TRUE 2022-11-29 08:00:00
## 3433      TRUE 2022-11-29 08:00:00
## 3434      TRUE 2022-11-29 08:00:00
## 3435      TRUE 2022-11-29 08:00:00
## 3436      TRUE 2022-11-29 08:00:00
## 3437      TRUE 2022-11-29 08:00:00
## 3438      TRUE 2022-11-29 08:00:00
## 3439      TRUE 2022-11-29 08:00:00
## 3440      TRUE 2022-11-29 08:00:00
## 3441      TRUE 2022-11-29 08:00:00
## 3442      TRUE 2022-11-29 08:00:00
## 3443      TRUE 2022-11-29 08:00:00
## 3444      TRUE 2022-11-29 08:00:00
## 3445      TRUE 2022-11-29 08:00:00
## 3446      TRUE 2022-11-29 08:00:00
## 3447      TRUE 2022-11-29 08:00:00
## 3448      TRUE 2022-11-29 08:00:00
## 3449      TRUE 2022-11-29 08:00:00
## 3450      TRUE 2022-11-29 08:00:00
## 3451      TRUE 2022-11-29 08:00:00
## 3452      TRUE 2022-11-29 08:00:00
## 3453      TRUE 2022-11-29 08:00:00
## 3454      TRUE 2022-11-29 08:00:00
## 3455      TRUE 2022-11-29 08:00:00
## 3456      TRUE 2022-11-29 08:00:00
## 3457      TRUE 2022-11-29 08:00:00
## 3458      TRUE 2022-11-29 08:00:00
## 3459      TRUE 2022-11-29 08:00:00
## 3460      TRUE 2022-11-29 08:00:00
## 3461      TRUE 2022-11-29 08:00:00
## 3462      TRUE 2022-11-29 08:00:00
## 3463      TRUE 2022-11-29 08:00:00
## 3464      TRUE 2022-11-29 08:00:00
## 3465      TRUE 2022-11-29 08:00:00
## 3466      TRUE 2022-11-29 08:00:00
## 3467      TRUE 2022-11-29 08:00:00
## 3468      TRUE 2022-11-29 08:00:00
## 3469      TRUE 2022-11-29 08:00:00
## 3470      TRUE 2022-11-29 08:00:00
## 3471      TRUE 2022-11-29 08:00:00
## 3472      TRUE 2022-11-29 08:00:00
## 3473      TRUE 2022-11-29 08:00:00
## 3474      TRUE 2022-11-29 08:00:00
## 3475      TRUE 2022-11-29 08:00:00
## 3476      TRUE 2022-11-29 08:00:00
## 3477      TRUE 2022-11-29 08:00:00
## 3478      TRUE 2022-11-29 08:00:00
## 3479      TRUE 2022-11-29 08:00:00
## 3480      TRUE 2022-11-29 08:00:00
## 3481      TRUE 2022-11-29 08:00:00
## 3482      TRUE 2022-11-29 08:00:00
## 3483      TRUE 2022-11-29 08:00:00
## 3484      TRUE 2022-11-29 08:00:00
## 3485      TRUE 2022-11-29 08:00:00
## 3486      TRUE 2022-11-29 08:00:00
## 3487      TRUE 2022-11-29 08:00:00
## 3488      TRUE 2022-11-29 08:00:00
## 3489      TRUE 2022-11-29 08:00:00
## 3490      TRUE 2022-11-29 08:00:00
## 3491      TRUE 2022-11-29 08:00:00
## 3492      TRUE 2022-11-29 08:00:00
## 3493      TRUE 2022-11-29 08:00:00
## 3494      TRUE 2022-11-29 08:00:00
## 3495      TRUE 2022-11-29 08:00:00
## 3496      TRUE 2022-11-29 08:00:00
## 3497      TRUE 2022-11-29 08:00:00
## 3498      TRUE 2022-11-29 08:00:00
## 3499      TRUE 2022-11-29 08:00:00
## 3500      TRUE 2022-11-29 08:00:00
## 3501      TRUE 2022-11-29 08:00:00
## 3502      TRUE 2022-11-29 08:00:00
## 3503      TRUE 2022-11-29 08:00:00
## 3504      TRUE 2022-11-29 08:00:00
## 3505      TRUE 2022-11-29 08:00:00
## 3506      TRUE 2022-11-29 08:00:00
## 3507      TRUE 2022-11-29 08:00:00
## 3508      TRUE 2022-11-29 08:00:00
## 3509      TRUE 2022-11-29 08:00:00
## 3510      TRUE 2022-11-29 08:00:00
## 3511      TRUE 2022-11-29 08:00:00
## 3512      TRUE 2022-11-29 08:00:00
## 3513      TRUE 2022-11-29 08:00:00
## 3514      TRUE 2022-11-29 08:00:00
## 3515      TRUE 2022-11-29 08:00:00
## 3516      TRUE 2022-11-29 08:00:00
## 3517      TRUE 2022-11-29 08:00:00
## 3518      TRUE 2022-11-29 08:00:00
## 3519      TRUE 2022-11-29 08:00:00
## 3520      TRUE 2022-11-29 08:00:00
## 3521      TRUE 2022-11-29 08:00:00
## 3522      TRUE 2022-11-29 08:00:00
## 3523      TRUE 2022-11-29 08:00:00
## 3524      TRUE 2022-11-29 08:00:00
## 3525      TRUE 2022-11-29 08:00:00
## 3526      TRUE 2022-11-29 08:00:00
## 3527      TRUE 2022-11-29 08:00:00
## 3528      TRUE 2022-11-29 08:00:00
## 3529      TRUE 2022-11-29 08:00:00
## 3530      TRUE 2022-11-29 08:00:00
## 3531      TRUE 2022-11-29 08:00:00
## 3532      TRUE 2022-11-29 08:00:00
## 3533      TRUE 2022-11-29 08:00:00
## 3534      TRUE 2022-11-29 08:00:00
## 3535      TRUE 2022-11-29 08:00:00
## 3536      TRUE 2022-11-29 08:00:00
## 3537      TRUE 2022-11-29 08:00:00
## 3538      TRUE 2022-11-29 08:00:00
## 3539      TRUE 2022-11-29 08:00:00
## 3540      TRUE 2022-11-29 08:00:00
## 3541      TRUE 2022-11-29 08:00:00
## 3542      TRUE 2022-11-29 08:00:00
## 3543      TRUE 2022-11-29 08:00:00
## 3544      TRUE 2022-11-29 08:00:00
## 3545      TRUE 2022-11-29 08:00:00
## 3546      TRUE 2022-11-29 08:00:00
## 3547      TRUE 2022-11-29 08:00:00
## 3548      TRUE 2022-11-29 08:00:00
## 3549      TRUE 2022-11-29 08:00:00
## 3550      TRUE 2022-11-29 08:00:00
## 3551      TRUE 2022-11-29 08:00:00
## 3552      TRUE 2022-11-29 08:00:00
## 3553      TRUE 2022-11-29 08:00:00
## 3554      TRUE 2022-11-29 08:00:00
## 3555      TRUE 2022-11-29 08:00:00
## 3556      TRUE 2022-11-29 08:00:00
## 3557      TRUE 2022-11-29 08:00:00
## 3558      TRUE 2022-11-29 08:00:00
## 3559      TRUE 2022-11-29 08:00:00
## 3560      TRUE 2022-11-29 07:00:00
## 3561      TRUE 2022-11-29 07:00:00
## 3562      TRUE 2022-11-29 07:00:00
## 3563      TRUE 2022-11-29 07:00:00
## 3564      TRUE 2022-11-29 07:00:00
## 3565      TRUE 2022-11-29 07:00:00
## 3566      TRUE 2022-11-29 07:00:00
## 3567      TRUE 2022-11-29 07:00:00
## 3568      TRUE 2022-11-29 07:00:00
## 3569      TRUE 2022-11-29 07:00:00
## 3570      TRUE 2022-11-29 07:00:00
## 3571      TRUE 2022-11-29 07:00:00
## 3572      TRUE 2022-11-29 07:00:00
## 3573      TRUE 2022-11-29 07:00:00
## 3574      TRUE 2022-11-29 07:00:00
## 3575      TRUE 2022-11-29 07:00:00
## 3576      TRUE 2022-11-29 07:00:00
## 3577      TRUE 2022-11-29 07:00:00
## 3578      TRUE 2022-11-29 07:00:00
## 3579      TRUE 2022-11-29 07:00:00
## 3580      TRUE 2022-11-29 07:00:00
## 3581      TRUE 2022-11-29 07:00:00
## 3582      TRUE 2022-11-29 07:00:00
## 3583      TRUE 2022-11-29 07:00:00
## 3584      TRUE 2022-11-29 07:00:00
## 3585      TRUE 2022-11-29 07:00:00
## 3586      TRUE 2022-11-29 07:00:00
## 3587      TRUE 2022-11-29 07:00:00
## 3588      TRUE 2022-11-29 07:00:00
## 3589      TRUE 2022-11-29 07:00:00
## 3590      TRUE 2022-11-29 07:00:00
## 3591      TRUE 2022-11-29 07:00:00
## 3592      TRUE 2022-11-29 07:00:00
## 3593      TRUE 2022-11-29 07:00:00
## 3594      TRUE 2022-11-29 07:00:00
## 3595      TRUE 2022-11-29 07:00:00
## 3596      TRUE 2022-11-29 07:00:00
## 3597      TRUE 2022-11-29 07:00:00
## 3598      TRUE 2022-11-29 07:00:00
## 3599      TRUE 2022-11-29 07:00:00
## 3600      TRUE 2022-11-29 07:00:00
## 3601      TRUE 2022-11-29 07:00:00
## 3602      TRUE 2022-11-29 07:00:00
## 3603      TRUE 2022-11-29 07:00:00
## 3604      TRUE 2022-11-29 07:00:00
## 3605      TRUE 2022-11-29 07:00:00
## 3606      TRUE 2022-11-29 07:00:00
## 3607      TRUE 2022-11-29 07:00:00
## 3608      TRUE 2022-11-29 07:00:00
## 3609      TRUE 2022-11-29 07:00:00
## 3610      TRUE 2022-11-29 07:00:00
## 3611      TRUE 2022-11-29 07:00:00
## 3612      TRUE 2022-11-29 07:00:00
## 3613      TRUE 2022-11-29 07:00:00
## 3614      TRUE 2022-11-29 07:00:00
## 3615      TRUE 2022-11-29 07:00:00
## 3616      TRUE 2022-11-29 07:00:00
## 3617      TRUE 2022-11-29 07:00:00
## 3618      TRUE 2022-11-29 07:00:00
## 3619      TRUE 2022-11-29 07:00:00
## 3620      TRUE 2022-11-29 07:00:00
## 3621      TRUE 2022-11-29 07:00:00
## 3622      TRUE 2022-11-29 07:00:00
## 3623      TRUE 2022-11-29 07:00:00
## 3624      TRUE 2022-11-29 07:00:00
## 3625      TRUE 2022-11-29 07:00:00
## 3626      TRUE 2022-11-29 07:00:00
## 3627      TRUE 2022-11-29 07:00:00
## 3628      TRUE 2022-11-29 07:00:00
## 3629      TRUE 2022-11-29 07:00:00
## 3630      TRUE 2022-11-29 07:00:00
## 3631      TRUE 2022-11-29 07:00:00
## 3632      TRUE 2022-11-29 07:00:00
## 3633      TRUE 2022-11-29 07:00:00
## 3634      TRUE 2022-11-29 07:00:00
## 3635      TRUE 2022-11-29 07:00:00
## 3636      TRUE 2022-11-29 07:00:00
## 3637      TRUE 2022-11-29 07:00:00
## 3638      TRUE 2022-11-29 07:00:00
## 3639      TRUE 2022-11-29 07:00:00
## 3640      TRUE 2022-11-29 07:00:00
## 3641      TRUE 2022-11-29 07:00:00
## 3642      TRUE 2022-11-29 07:00:00
## 3643      TRUE 2022-11-29 07:00:00
## 3644      TRUE 2022-11-29 07:00:00
## 3645      TRUE 2022-11-29 07:00:00
## 3646      TRUE 2022-11-29 07:00:00
## 3647      TRUE 2022-11-29 07:00:00
## 3648      TRUE 2022-11-29 07:00:00
## 3649      TRUE 2022-11-29 07:00:00
## 3650      TRUE 2022-11-29 07:00:00
## 3651      TRUE 2022-11-29 07:00:00
## 3652      TRUE 2022-11-29 07:00:00
## 3653      TRUE 2022-11-29 07:00:00
## 3654      TRUE 2022-11-29 07:00:00
## 3655      TRUE 2022-11-29 07:00:00
## 3656      TRUE 2022-11-29 07:00:00
## 3657      TRUE 2022-11-29 07:00:00
## 3658      TRUE 2022-11-29 07:00:00
## 3659      TRUE 2022-11-29 07:00:00
## 3660      TRUE 2022-11-29 07:00:00
## 3661      TRUE 2022-11-29 07:00:00
## 3662      TRUE 2022-11-29 07:00:00
## 3663      TRUE 2022-11-29 07:00:00
## 3664      TRUE 2022-11-29 07:00:00
## 3665      TRUE 2022-11-29 07:00:00
## 3666      TRUE 2022-11-29 07:00:00
## 3667      TRUE 2022-11-29 07:00:00
## 3668      TRUE 2022-11-29 07:00:00
## 3669      TRUE 2022-11-29 07:00:00
## 3670      TRUE 2022-11-29 07:00:00
## 3671      TRUE 2022-11-29 07:00:00
## 3672      TRUE 2022-11-29 07:00:00
## 3673      TRUE 2022-11-29 07:00:00
## 3674      TRUE 2022-11-29 07:00:00
## 3675      TRUE 2022-11-29 07:00:00
## 3676      TRUE 2022-11-29 07:00:00
## 3677      TRUE 2022-11-29 07:00:00
## 3678      TRUE 2022-11-29 07:00:00
## 3679      TRUE 2022-11-29 07:00:00
## 3680      TRUE 2022-11-29 07:00:00
## 3681      TRUE 2022-11-29 07:00:00
## 3682      TRUE 2022-11-29 07:00:00
## 3683      TRUE 2022-11-29 07:00:00
## 3684      TRUE 2022-11-29 07:00:00
## 3685      TRUE 2022-11-29 07:00:00
## 3686      TRUE 2022-11-29 07:00:00
## 3687      TRUE 2022-11-29 07:00:00
## 3688      TRUE 2022-11-29 07:00:00
## 3689      TRUE 2022-11-29 07:00:00
## 3690      TRUE 2022-11-29 07:00:00
## 3691      TRUE 2022-11-29 07:00:00
## 3692      TRUE 2022-11-29 07:00:00
## 3693      TRUE 2022-11-29 07:00:00
## 3694      TRUE 2022-11-29 07:00:00
## 3695      TRUE 2022-11-29 07:00:00
## 3696      TRUE 2022-11-29 07:00:00
## 3697      TRUE 2022-11-29 07:00:00
## 3698      TRUE 2022-11-29 07:00:00
## 3699      TRUE 2022-11-29 07:00:00
## 3700      TRUE 2022-11-29 07:00:00
## 3701      TRUE 2022-11-29 07:00:00
## 3702      TRUE 2022-11-29 07:00:00
## 3703      TRUE 2022-11-29 07:00:00
## 3704      TRUE 2022-11-29 07:00:00
## 3705      TRUE 2022-11-29 07:00:00
## 3706      TRUE 2022-11-29 07:00:00
## 3707      TRUE 2022-11-29 07:00:00
## 3708      TRUE 2022-11-29 07:00:00
## 3709      TRUE 2022-11-29 07:00:00
## 3710      TRUE 2022-11-29 07:00:00
## 3711      TRUE 2022-11-29 07:00:00
## 3712      TRUE 2022-11-29 07:00:00
## 3713      TRUE 2022-11-29 07:00:00
## 3714      TRUE 2022-11-29 07:00:00
## 3715      TRUE 2022-11-29 07:00:00
## 3716      TRUE 2022-11-29 07:00:00
## 3717      TRUE 2022-11-29 07:00:00
## 3718      TRUE 2022-11-29 07:00:00
## 3719      TRUE 2022-11-29 07:00:00
## 3720      TRUE 2022-11-29 07:00:00
## 3721      TRUE 2022-11-29 07:00:00
## 3722      TRUE 2022-11-29 07:00:00
## 3723      TRUE 2022-11-29 07:00:00
## 3724      TRUE 2022-11-29 07:00:00
## 3725      TRUE 2022-11-29 07:00:00
## 3726      TRUE 2022-11-29 07:00:00
## 3727      TRUE 2022-11-29 07:00:00
## 3728      TRUE 2022-11-29 07:00:00
## 3729      TRUE 2022-11-29 07:00:00
## 3730      TRUE 2022-11-29 07:00:00
## 3731      TRUE 2022-11-29 07:00:00
## 3732      TRUE 2022-11-29 07:00:00
## 3733      TRUE 2022-11-29 07:00:00
## 3734      TRUE 2022-11-29 07:00:00
## 3735      TRUE 2022-11-29 07:00:00
## 3736      TRUE 2022-11-29 07:00:00
## 3737      TRUE 2022-11-29 07:00:00
## 3738      TRUE 2022-11-29 07:00:00
## 3739      TRUE 2022-11-29 07:00:00
## 3740      TRUE 2022-11-29 07:00:00
## 3741      TRUE 2022-11-29 07:00:00
## 3742      TRUE 2022-11-29 07:00:00
## 3743      TRUE 2022-11-29 07:00:00
## 3744      TRUE 2022-11-29 07:00:00
## 3745      TRUE 2022-11-29 07:00:00
## 3746      TRUE 2022-11-29 07:00:00
## 3747      TRUE 2022-11-29 07:00:00
## 3748      TRUE 2022-11-29 07:00:00
## 3749      TRUE 2022-11-29 07:00:00
## 3750      TRUE 2022-11-29 07:00:00
## 3751      TRUE 2022-11-29 07:00:00
## 3752      TRUE 2022-11-29 07:00:00
## 3753      TRUE 2022-11-29 07:00:00
## 3754      TRUE 2022-11-29 07:00:00
## 3755      TRUE 2022-11-29 07:00:00
## 3756      TRUE 2022-11-29 07:00:00
## 3757      TRUE 2022-11-29 07:00:00
## 3758      TRUE 2022-11-29 07:00:00
## 3759      TRUE 2022-11-29 07:00:00
## 3760      TRUE 2022-11-29 07:00:00
## 3761      TRUE 2022-11-29 07:00:00
## 3762      TRUE 2022-11-29 07:00:00
## 3763      TRUE 2022-11-29 07:00:00
## 3764      TRUE 2022-11-29 07:00:00
## 3765      TRUE 2022-11-29 07:00:00
## 3766      TRUE 2022-11-29 07:00:00
## 3767      TRUE 2022-11-29 07:00:00
## 3768      TRUE 2022-11-29 07:00:00
## 3769      TRUE 2022-11-29 07:00:00
## 3770      TRUE 2022-11-29 06:00:00
## 3771      TRUE 2022-11-29 06:00:00
## 3772      TRUE 2022-11-29 06:00:00
## 3773      TRUE 2022-11-29 06:00:00
## 3774      TRUE 2022-11-29 06:00:00
## 3775      TRUE 2022-11-29 06:00:00
## 3776      TRUE 2022-11-29 06:00:00
## 3777      TRUE 2022-11-29 06:00:00
## 3778      TRUE 2022-11-29 06:00:00
## 3779      TRUE 2022-11-29 06:00:00
## 3780      TRUE 2022-11-29 06:00:00
## 3781      TRUE 2022-11-29 06:00:00
## 3782      TRUE 2022-11-29 06:00:00
## 3783      TRUE 2022-11-29 06:00:00
## 3784      TRUE 2022-11-29 06:00:00
## 3785      TRUE 2022-11-29 06:00:00
## 3786      TRUE 2022-11-29 06:00:00
## 3787      TRUE 2022-11-29 06:00:00
## 3788      TRUE 2022-11-29 06:00:00
## 3789      TRUE 2022-11-29 06:00:00
## 3790      TRUE 2022-11-29 06:00:00
## 3791      TRUE 2022-11-29 06:00:00
## 3792      TRUE 2022-11-29 06:00:00
## 3793      TRUE 2022-11-29 06:00:00
## 3794      TRUE 2022-11-29 06:00:00
## 3795      TRUE 2022-11-29 06:00:00
## 3796      TRUE 2022-11-29 06:00:00
## 3797      TRUE 2022-11-29 06:00:00
## 3798      TRUE 2022-11-29 06:00:00
## 3799      TRUE 2022-11-29 06:00:00
## 3800      TRUE 2022-11-29 06:00:00
## 3801      TRUE 2022-11-29 06:00:00
## 3802      TRUE 2022-11-29 06:00:00
## 3803      TRUE 2022-11-29 06:00:00
## 3804      TRUE 2022-11-29 06:00:00
## 3805      TRUE 2022-11-29 06:00:00
## 3806      TRUE 2022-11-29 06:00:00
## 3807      TRUE 2022-11-29 06:00:00
## 3808      TRUE 2022-11-29 06:00:00
## 3809      TRUE 2022-11-29 06:00:00
## 3810      TRUE 2022-11-29 06:00:00
## 3811      TRUE 2022-11-29 06:00:00
## 3812      TRUE 2022-11-29 06:00:00
## 3813      TRUE 2022-11-29 06:00:00
## 3814      TRUE 2022-11-29 06:00:00
## 3815      TRUE 2022-11-29 06:00:00
## 3816      TRUE 2022-11-29 06:00:00
## 3817      TRUE 2022-11-29 06:00:00
## 3818      TRUE 2022-11-29 06:00:00
## 3819      TRUE 2022-11-29 06:00:00
## 3820      TRUE 2022-11-29 06:00:00
## 3821      TRUE 2022-11-29 06:00:00
## 3822      TRUE 2022-11-29 06:00:00
## 3823      TRUE 2022-11-29 06:00:00
## 3824      TRUE 2022-11-29 06:00:00
## 3825      TRUE 2022-11-29 06:00:00
## 3826      TRUE 2022-11-29 06:00:00
## 3827      TRUE 2022-11-29 06:00:00
## 3828      TRUE 2022-11-29 06:00:00
## 3829      TRUE 2022-11-29 06:00:00
## 3830      TRUE 2022-11-29 06:00:00
## 3831      TRUE 2022-11-29 06:00:00
## 3832      TRUE 2022-11-29 06:00:00
## 3833      TRUE 2022-11-29 06:00:00
## 3834      TRUE 2022-11-29 06:00:00
## 3835      TRUE 2022-11-29 06:00:00
## 3836      TRUE 2022-11-29 06:00:00
## 3837      TRUE 2022-11-29 06:00:00
## 3838      TRUE 2022-11-29 06:00:00
## 3839      TRUE 2022-11-29 06:00:00
## 3840      TRUE 2022-11-29 06:00:00
## 3841      TRUE 2022-11-29 06:00:00
## 3842      TRUE 2022-11-29 06:00:00
## 3843      TRUE 2022-11-29 06:00:00
## 3844      TRUE 2022-11-29 06:00:00
## 3845      TRUE 2022-11-29 06:00:00
## 3846      TRUE 2022-11-29 06:00:00
## 3847      TRUE 2022-11-29 06:00:00
## 3848      TRUE 2022-11-29 06:00:00
## 3849      TRUE 2022-11-29 06:00:00
## 3850      TRUE 2022-11-29 06:00:00
## 3851      TRUE 2022-11-29 06:00:00
## 3852      TRUE 2022-11-29 06:00:00
## 3853      TRUE 2022-11-29 06:00:00
## 3854      TRUE 2022-11-29 06:00:00
## 3855      TRUE 2022-11-29 06:00:00
## 3856      TRUE 2022-11-29 06:00:00
## 3857      TRUE 2022-11-29 06:00:00
## 3858      TRUE 2022-11-29 06:00:00
## 3859      TRUE 2022-11-29 06:00:00
## 3860      TRUE 2022-11-29 06:00:00
## 3861      TRUE 2022-11-29 06:00:00
## 3862      TRUE 2022-11-29 06:00:00
## 3863      TRUE 2022-11-29 06:00:00
## 3864      TRUE 2022-11-29 06:00:00
## 3865      TRUE 2022-11-29 06:00:00
## 3866      TRUE 2022-11-29 06:00:00
## 3867      TRUE 2022-11-29 06:00:00
## 3868      TRUE 2022-11-29 06:00:00
## 3869      TRUE 2022-11-29 06:00:00
## 3870      TRUE 2022-11-29 06:00:00
## 3871      TRUE 2022-11-29 06:00:00
## 3872      TRUE 2022-11-29 06:00:00
## 3873      TRUE 2022-11-29 06:00:00
## 3874      TRUE 2022-11-29 06:00:00
## 3875      TRUE 2022-11-29 06:00:00
## 3876      TRUE 2022-11-29 06:00:00
## 3877      TRUE 2022-11-29 06:00:00
## 3878      TRUE 2022-11-29 06:00:00
## 3879      TRUE 2022-11-29 06:00:00
## 3880      TRUE 2022-11-29 06:00:00
## 3881      TRUE 2022-11-29 06:00:00
## 3882      TRUE 2022-11-29 06:00:00
## 3883      TRUE 2022-11-29 06:00:00
## 3884      TRUE 2022-11-29 06:00:00
## 3885      TRUE 2022-11-29 06:00:00
## 3886      TRUE 2022-11-29 06:00:00
## 3887      TRUE 2022-11-29 06:00:00
## 3888      TRUE 2022-11-29 06:00:00
## 3889      TRUE 2022-11-29 06:00:00
## 3890      TRUE 2022-11-29 06:00:00
## 3891      TRUE 2022-11-29 06:00:00
## 3892      TRUE 2022-11-29 06:00:00
## 3893      TRUE 2022-11-29 06:00:00
## 3894      TRUE 2022-11-29 06:00:00
## 3895      TRUE 2022-11-29 06:00:00
## 3896      TRUE 2022-11-29 06:00:00
## 3897      TRUE 2022-11-29 06:00:00
## 3898      TRUE 2022-11-29 06:00:00
## 3899      TRUE 2022-11-29 06:00:00
## 3900      TRUE 2022-11-29 06:00:00
## 3901      TRUE 2022-11-29 06:00:00
## 3902      TRUE 2022-11-29 06:00:00
## 3903      TRUE 2022-11-29 06:00:00
## 3904      TRUE 2022-11-29 06:00:00
## 3905      TRUE 2022-11-29 06:00:00
## 3906      TRUE 2022-11-29 06:00:00
## 3907      TRUE 2022-11-29 06:00:00
## 3908      TRUE 2022-11-29 06:00:00
## 3909      TRUE 2022-11-29 06:00:00
## 3910      TRUE 2022-11-29 06:00:00
## 3911      TRUE 2022-11-29 06:00:00
## 3912      TRUE 2022-11-29 06:00:00
## 3913      TRUE 2022-11-29 06:00:00
## 3914      TRUE 2022-11-29 06:00:00
## 3915      TRUE 2022-11-29 06:00:00
## 3916      TRUE 2022-11-29 06:00:00
## 3917      TRUE 2022-11-29 06:00:00
## 3918      TRUE 2022-11-29 06:00:00
## 3919      TRUE 2022-11-29 06:00:00
## 3920      TRUE 2022-11-29 06:00:00
## 3921      TRUE 2022-11-29 06:00:00
## 3922      TRUE 2022-11-29 06:00:00
## 3923      TRUE 2022-11-29 06:00:00
## 3924      TRUE 2022-11-29 06:00:00
## 3925      TRUE 2022-11-29 06:00:00
## 3926      TRUE 2022-11-29 06:00:00
## 3927      TRUE 2022-11-29 06:00:00
## 3928      TRUE 2022-11-29 06:00:00
## 3929      TRUE 2022-11-29 06:00:00
## 3930      TRUE 2022-11-29 06:00:00
## 3931      TRUE 2022-11-29 06:00:00
## 3932      TRUE 2022-11-29 06:00:00
## 3933      TRUE 2022-11-29 06:00:00
## 3934      TRUE 2022-11-29 06:00:00
## 3935      TRUE 2022-11-29 06:00:00
## 3936      TRUE 2022-11-29 06:00:00
## 3937      TRUE 2022-11-29 06:00:00
## 3938      TRUE 2022-11-29 06:00:00
## 3939      TRUE 2022-11-29 06:00:00
## 3940      TRUE 2022-11-29 06:00:00
## 3941      TRUE 2022-11-29 06:00:00
## 3942      TRUE 2022-11-29 06:00:00
## 3943      TRUE 2022-11-29 06:00:00
## 3944      TRUE 2022-11-29 06:00:00
## 3945      TRUE 2022-11-29 06:00:00
## 3946      TRUE 2022-11-29 06:00:00
## 3947      TRUE 2022-11-29 06:00:00
## 3948      TRUE 2022-11-29 06:00:00
## 3949      TRUE 2022-11-29 06:00:00
## 3950      TRUE 2022-11-29 06:00:00
## 3951      TRUE 2022-11-29 06:00:00
## 3952      TRUE 2022-11-29 06:00:00
## 3953      TRUE 2022-11-29 06:00:00
## 3954      TRUE 2022-11-29 06:00:00
## 3955      TRUE 2022-11-29 06:00:00
## 3956      TRUE 2022-11-29 06:00:00
## 3957      TRUE 2022-11-29 06:00:00
## 3958      TRUE 2022-11-29 06:00:00
## 3959      TRUE 2022-11-29 06:00:00
## 3960      TRUE 2022-11-29 06:00:00
## 3961      TRUE 2022-11-29 06:00:00
## 3962      TRUE 2022-11-29 06:00:00
## 3963      TRUE 2022-11-29 06:00:00
## 3964      TRUE 2022-11-29 06:00:00
## 3965      TRUE 2022-11-29 06:00:00
## 3966      TRUE 2022-11-29 06:00:00
## 3967      TRUE 2022-11-29 06:00:00
## 3968      TRUE 2022-11-29 06:00:00
## 3969      TRUE 2022-11-29 06:00:00
## 3970      TRUE 2022-11-29 06:00:00
## 3971      TRUE 2022-11-29 06:00:00
## 3972      TRUE 2022-11-29 06:00:00
## 3973      TRUE 2022-11-29 06:00:00
## 3974      TRUE 2022-11-29 06:00:00
## 3975      TRUE 2022-11-29 06:00:00
## 3976      TRUE 2022-11-29 06:00:00
## 3977      TRUE 2022-11-29 06:00:00
## 3978      TRUE 2022-11-29 06:00:00
## 3979      TRUE 2022-11-29 06:00:00
## 3980      TRUE 2022-11-29 06:00:00
## 3981      TRUE 2022-11-29 06:00:00
## 3982      TRUE 2022-11-29 06:00:00
## 3983      TRUE 2022-11-29 06:00:00
## 3984      TRUE 2022-11-29 06:00:00
## 3985      TRUE 2022-11-29 06:00:00
## 3986      TRUE 2022-11-29 06:00:00
## 3987      TRUE 2022-11-29 06:00:00
## 3988      TRUE 2022-11-29 06:00:00
## 3989      TRUE 2022-11-29 06:00:00
## 3990      TRUE 2022-11-29 06:00:00
## 3991      TRUE 2022-11-29 06:00:00
## 3992      TRUE 2022-11-29 06:00:00
## 3993      TRUE 2022-11-29 06:00:00
## 3994      TRUE 2022-11-29 06:00:00
## 3995      TRUE 2022-11-29 06:00:00
## 3996      TRUE 2022-11-29 06:00:00
## 3997      TRUE 2022-11-29 06:00:00
## 3998      TRUE 2022-11-29 06:00:00
## 3999      TRUE 2022-11-29 06:00:00
## 4000      TRUE 2022-11-29 06:00:00
## 4001      TRUE 2022-11-29 05:00:00
## 4002      TRUE 2022-11-29 05:00:00
## 4003      TRUE 2022-11-29 05:00:00
## 4004      TRUE 2022-11-29 05:00:00
## 4005      TRUE 2022-11-29 05:00:00
## 4006      TRUE 2022-11-29 05:00:00
## 4007      TRUE 2022-11-29 05:00:00
## 4008      TRUE 2022-11-29 05:00:00
## 4009      TRUE 2022-11-29 05:00:00
## 4010      TRUE 2022-11-29 05:00:00
## 4011      TRUE 2022-11-29 05:00:00
## 4012      TRUE 2022-11-29 05:00:00
## 4013      TRUE 2022-11-29 05:00:00
## 4014      TRUE 2022-11-29 05:00:00
## 4015      TRUE 2022-11-29 05:00:00
## 4016      TRUE 2022-11-29 05:00:00
## 4017      TRUE 2022-11-29 05:00:00
## 4018      TRUE 2022-11-29 05:00:00
## 4019      TRUE 2022-11-29 05:00:00
## 4020      TRUE 2022-11-29 05:00:00
## 4021      TRUE 2022-11-29 05:00:00
## 4022      TRUE 2022-11-29 05:00:00
## 4023      TRUE 2022-11-29 05:00:00
## 4024      TRUE 2022-11-29 05:00:00
## 4025      TRUE 2022-11-29 05:00:00
## 4026      TRUE 2022-11-29 05:00:00
## 4027      TRUE 2022-11-29 05:00:00
## 4028      TRUE 2022-11-29 05:00:00
## 4029      TRUE 2022-11-29 05:00:00
## 4030      TRUE 2022-11-29 05:00:00
## 4031      TRUE 2022-11-29 05:00:00
## 4032      TRUE 2022-11-29 05:00:00
## 4033      TRUE 2022-11-29 05:00:00
## 4034      TRUE 2022-11-29 05:00:00
## 4035      TRUE 2022-11-29 05:00:00
## 4036      TRUE 2022-11-29 05:00:00
## 4037      TRUE 2022-11-29 05:00:00
## 4038      TRUE 2022-11-29 05:00:00
## 4039      TRUE 2022-11-29 05:00:00
## 4040      TRUE 2022-11-29 05:00:00
## 4041      TRUE 2022-11-29 05:00:00
## 4042      TRUE 2022-11-29 05:00:00
## 4043      TRUE 2022-11-29 05:00:00
## 4044      TRUE 2022-11-29 05:00:00
## 4045      TRUE 2022-11-29 05:00:00
## 4046      TRUE 2022-11-29 05:00:00
## 4047      TRUE 2022-11-29 05:00:00
## 4048      TRUE 2022-11-29 05:00:00
## 4049      TRUE 2022-11-29 05:00:00
## 4050      TRUE 2022-11-29 05:00:00
## 4051      TRUE 2022-11-29 05:00:00
## 4052      TRUE 2022-11-29 05:00:00
## 4053      TRUE 2022-11-29 05:00:00
## 4054      TRUE 2022-11-29 05:00:00
## 4055      TRUE 2022-11-29 05:00:00
## 4056      TRUE 2022-11-29 05:00:00
## 4057      TRUE 2022-11-29 05:00:00
## 4058      TRUE 2022-11-29 05:00:00
## 4059      TRUE 2022-11-29 05:00:00
## 4060      TRUE 2022-11-29 05:00:00
## 4061      TRUE 2022-11-29 05:00:00
## 4062      TRUE 2022-11-29 05:00:00
## 4063      TRUE 2022-11-29 05:00:00
## 4064      TRUE 2022-11-29 05:00:00
## 4065      TRUE 2022-11-29 05:00:00
## 4066      TRUE 2022-11-29 05:00:00
## 4067      TRUE 2022-11-29 05:00:00
## 4068      TRUE 2022-11-29 05:00:00
## 4069      TRUE 2022-11-29 05:00:00
## 4070      TRUE 2022-11-29 05:00:00
## 4071      TRUE 2022-11-29 05:00:00
## 4072      TRUE 2022-11-29 05:00:00
## 4073      TRUE 2022-11-29 05:00:00
## 4074      TRUE 2022-11-29 05:00:00
## 4075      TRUE 2022-11-29 05:00:00
## 4076      TRUE 2022-11-29 05:00:00
## 4077      TRUE 2022-11-29 05:00:00
## 4078      TRUE 2022-11-29 05:00:00
## 4079      TRUE 2022-11-29 05:00:00
## 4080      TRUE 2022-11-29 05:00:00
## 4081      TRUE 2022-11-29 05:00:00
## 4082      TRUE 2022-11-29 05:00:00
## 4083      TRUE 2022-11-29 05:00:00
## 4084      TRUE 2022-11-29 05:00:00
## 4085      TRUE 2022-11-29 05:00:00
## 4086      TRUE 2022-11-29 05:00:00
## 4087      TRUE 2022-11-29 05:00:00
## 4088      TRUE 2022-11-29 05:00:00
## 4089      TRUE 2022-11-29 05:00:00
## 4090      TRUE 2022-11-29 05:00:00
## 4091      TRUE 2022-11-29 05:00:00
## 4092      TRUE 2022-11-29 05:00:00
## 4093      TRUE 2022-11-29 05:00:00
## 4094      TRUE 2022-11-29 05:00:00
## 4095      TRUE 2022-11-29 05:00:00
## 4096      TRUE 2022-11-29 05:00:00
## 4097      TRUE 2022-11-29 05:00:00
## 4098      TRUE 2022-11-29 05:00:00
## 4099      TRUE 2022-11-29 05:00:00
## 4100      TRUE 2022-11-29 05:00:00
## 4101      TRUE 2022-11-29 05:00:00
## 4102      TRUE 2022-11-29 05:00:00
## 4103      TRUE 2022-11-29 05:00:00
## 4104      TRUE 2022-11-29 05:00:00
## 4105      TRUE 2022-11-29 05:00:00
## 4106      TRUE 2022-11-29 05:00:00
## 4107      TRUE 2022-11-29 05:00:00
## 4108      TRUE 2022-11-29 05:00:00
## 4109      TRUE 2022-11-29 05:00:00
## 4110      TRUE 2022-11-29 05:00:00
## 4111      TRUE 2022-11-29 05:00:00
## 4112      TRUE 2022-11-29 05:00:00
## 4113      TRUE 2022-11-29 05:00:00
## 4114      TRUE 2022-11-29 05:00:00
## 4115      TRUE 2022-11-29 05:00:00
## 4116      TRUE 2022-11-29 05:00:00
## 4117      TRUE 2022-11-29 05:00:00
## 4118      TRUE 2022-11-29 05:00:00
## 4119      TRUE 2022-11-29 05:00:00
## 4120      TRUE 2022-11-29 05:00:00
## 4121      TRUE 2022-11-29 05:00:00
## 4122      TRUE 2022-11-29 05:00:00
## 4123      TRUE 2022-11-29 05:00:00
## 4124      TRUE 2022-11-29 05:00:00
## 4125      TRUE 2022-11-29 05:00:00
## 4126      TRUE 2022-11-29 05:00:00
## 4127      TRUE 2022-11-29 05:00:00
## 4128      TRUE 2022-11-29 05:00:00
## 4129      TRUE 2022-11-29 05:00:00
## 4130      TRUE 2022-11-29 05:00:00
## 4131      TRUE 2022-11-29 05:00:00
## 4132      TRUE 2022-11-29 05:00:00
## 4133      TRUE 2022-11-29 05:00:00
## 4134      TRUE 2022-11-29 05:00:00
## 4135      TRUE 2022-11-29 05:00:00
## 4136      TRUE 2022-11-29 05:00:00
## 4137      TRUE 2022-11-29 05:00:00
## 4138      TRUE 2022-11-29 05:00:00
## 4139      TRUE 2022-11-29 05:00:00
## 4140      TRUE 2022-11-29 05:00:00
## 4141      TRUE 2022-11-29 05:00:00
## 4142      TRUE 2022-11-29 05:00:00
## 4143      TRUE 2022-11-29 05:00:00
## 4144      TRUE 2022-11-29 05:00:00
## 4145      TRUE 2022-11-29 05:00:00
## 4146      TRUE 2022-11-29 05:00:00
## 4147      TRUE 2022-11-29 05:00:00
## 4148      TRUE 2022-11-29 05:00:00
## 4149      TRUE 2022-11-29 05:00:00
## 4150      TRUE 2022-11-29 05:00:00
## 4151      TRUE 2022-11-29 05:00:00
## 4152      TRUE 2022-11-29 05:00:00
## 4153      TRUE 2022-11-29 05:00:00
## 4154      TRUE 2022-11-29 05:00:00
## 4155      TRUE 2022-11-29 05:00:00
## 4156      TRUE 2022-11-29 05:00:00
## 4157      TRUE 2022-11-29 05:00:00
## 4158      TRUE 2022-11-29 05:00:00
## 4159      TRUE 2022-11-29 05:00:00
## 4160      TRUE 2022-11-29 05:00:00
## 4161      TRUE 2022-11-29 05:00:00
## 4162      TRUE 2022-11-29 05:00:00
## 4163      TRUE 2022-11-29 05:00:00
## 4164      TRUE 2022-11-29 05:00:00
## 4165      TRUE 2022-11-29 05:00:00
## 4166      TRUE 2022-11-29 05:00:00
## 4167      TRUE 2022-11-29 05:00:00
## 4168      TRUE 2022-11-29 05:00:00
## 4169      TRUE 2022-11-29 05:00:00
## 4170      TRUE 2022-11-29 05:00:00
## 4171      TRUE 2022-11-29 05:00:00
## 4172      TRUE 2022-11-29 05:00:00
## 4173      TRUE 2022-11-29 05:00:00
## 4174      TRUE 2022-11-29 05:00:00
## 4175      TRUE 2022-11-29 05:00:00
## 4176      TRUE 2022-11-29 05:00:00
## 4177      TRUE 2022-11-29 05:00:00
## 4178      TRUE 2022-11-29 05:00:00
## 4179      TRUE 2022-11-29 05:00:00
## 4180      TRUE 2022-11-29 05:00:00
## 4181      TRUE 2022-11-29 05:00:00
## 4182      TRUE 2022-11-29 05:00:00
## 4183      TRUE 2022-11-29 05:00:00
## 4184      TRUE 2022-11-29 05:00:00
## 4185      TRUE 2022-11-29 05:00:00
## 4186      TRUE 2022-11-29 05:00:00
## 4187      TRUE 2022-11-29 05:00:00
## 4188      TRUE 2022-11-29 05:00:00
## 4189      TRUE 2022-11-29 05:00:00
## 4190      TRUE 2022-11-29 05:00:00
## 4191      TRUE 2022-11-29 05:00:00
## 4192      TRUE 2022-11-29 05:00:00
## 4193      TRUE 2022-11-29 05:00:00
## 4194      TRUE 2022-11-29 05:00:00
## 4195      TRUE 2022-11-29 05:00:00
## 4196      TRUE 2022-11-29 05:00:00
## 4197      TRUE 2022-11-29 05:00:00
## 4198      TRUE 2022-11-29 05:00:00
## 4199      TRUE 2022-11-29 05:00:00
## 4200      TRUE 2022-11-29 05:00:00
## 4201      TRUE 2022-11-29 05:00:00
## 4202      TRUE 2022-11-29 05:00:00
## 4203      TRUE 2022-11-29 05:00:00
## 4204      TRUE 2022-11-29 05:00:00
## 4205      TRUE 2022-11-29 05:00:00
## 4206      TRUE 2022-11-29 05:00:00
## 4207      TRUE 2022-11-29 05:00:00
## 4208      TRUE 2022-11-29 05:00:00
## 4209      TRUE 2022-11-29 05:00:00
## 4210      TRUE 2022-11-29 05:00:00
## 4211      TRUE 2022-11-29 05:00:00
## 4212      TRUE 2022-11-29 05:00:00
## 4213      TRUE 2022-11-29 05:00:00
## 4214      TRUE 2022-11-29 05:00:00
## 4215      TRUE 2022-11-29 05:00:00
## 4216      TRUE 2022-11-29 05:00:00
## 4217      TRUE 2022-11-29 05:00:00
## 4218      TRUE 2022-11-29 05:00:00
## 4219      TRUE 2022-11-29 05:00:00
## 4220      TRUE 2022-11-29 05:00:00
## 4221      TRUE 2022-11-29 05:00:00
## 4222      TRUE 2022-11-29 05:00:00
## 4223      TRUE 2022-11-29 05:00:00
## 4224      TRUE 2022-11-29 05:00:00
## 4225      TRUE 2022-11-29 05:00:00
## 4226      TRUE 2022-11-29 05:00:00
## 4227      TRUE 2022-11-29 05:00:00
## 4228      TRUE 2022-11-29 05:00:00
## 4229      TRUE 2022-11-29 05:00:00
## 4230      TRUE 2022-11-29 05:00:00
## 4231      TRUE 2022-11-29 05:00:00
## 4232      TRUE 2022-11-29 05:00:00
## 4233      TRUE 2022-11-29 05:00:00
## 4234      TRUE 2022-11-29 05:00:00
## 4235      TRUE 2022-11-29 05:00:00
## 4236      TRUE 2022-11-29 05:00:00
## 4237      TRUE 2022-11-29 05:00:00
## 4238      TRUE 2022-11-29 05:00:00
## 4239      TRUE 2022-11-29 05:00:00
## 4240      TRUE 2022-11-29 05:00:00
## 4241      TRUE 2022-11-29 04:00:00
## 4242      TRUE 2022-11-29 04:00:00
## 4243      TRUE 2022-11-29 04:00:00
## 4244      TRUE 2022-11-29 04:00:00
## 4245      TRUE 2022-11-29 04:00:00
## 4246      TRUE 2022-11-29 04:00:00
## 4247      TRUE 2022-11-29 04:00:00
## 4248      TRUE 2022-11-29 04:00:00
## 4249      TRUE 2022-11-29 04:00:00
## 4250      TRUE 2022-11-29 04:00:00
## 4251      TRUE 2022-11-29 04:00:00
## 4252      TRUE 2022-11-29 04:00:00
## 4253      TRUE 2022-11-29 04:00:00
## 4254      TRUE 2022-11-29 04:00:00
## 4255      TRUE 2022-11-29 04:00:00
## 4256      TRUE 2022-11-29 04:00:00
## 4257      TRUE 2022-11-29 04:00:00
## 4258      TRUE 2022-11-29 04:00:00
## 4259      TRUE 2022-11-29 04:00:00
## 4260      TRUE 2022-11-29 04:00:00
## 4261      TRUE 2022-11-29 04:00:00
## 4262      TRUE 2022-11-29 04:00:00
## 4263      TRUE 2022-11-29 04:00:00
## 4264      TRUE 2022-11-29 04:00:00
## 4265      TRUE 2022-11-29 04:00:00
## 4266      TRUE 2022-11-29 04:00:00
## 4267      TRUE 2022-11-29 04:00:00
## 4268      TRUE 2022-11-29 04:00:00
## 4269      TRUE 2022-11-29 04:00:00
## 4270      TRUE 2022-11-29 04:00:00
## 4271      TRUE 2022-11-29 04:00:00
## 4272      TRUE 2022-11-29 04:00:00
## 4273      TRUE 2022-11-29 04:00:00
## 4274      TRUE 2022-11-29 04:00:00
## 4275      TRUE 2022-11-29 04:00:00
## 4276      TRUE 2022-11-29 04:00:00
## 4277      TRUE 2022-11-29 04:00:00
## 4278      TRUE 2022-11-29 04:00:00
## 4279      TRUE 2022-11-29 04:00:00
## 4280      TRUE 2022-11-29 04:00:00
## 4281      TRUE 2022-11-29 04:00:00
## 4282      TRUE 2022-11-29 04:00:00
## 4283      TRUE 2022-11-29 04:00:00
## 4284      TRUE 2022-11-29 04:00:00
## 4285      TRUE 2022-11-29 04:00:00
## 4286      TRUE 2022-11-29 04:00:00
## 4287      TRUE 2022-11-29 04:00:00
## 4288      TRUE 2022-11-29 04:00:00
## 4289      TRUE 2022-11-29 04:00:00
## 4290      TRUE 2022-11-29 04:00:00
## 4291      TRUE 2022-11-29 04:00:00
## 4292      TRUE 2022-11-29 04:00:00
## 4293      TRUE 2022-11-29 04:00:00
## 4294      TRUE 2022-11-29 04:00:00
## 4295      TRUE 2022-11-29 04:00:00
## 4296      TRUE 2022-11-29 04:00:00
## 4297      TRUE 2022-11-29 04:00:00
## 4298      TRUE 2022-11-29 04:00:00
## 4299      TRUE 2022-11-29 04:00:00
## 4300      TRUE 2022-11-29 04:00:00
## 4301      TRUE 2022-11-29 04:00:00
## 4302      TRUE 2022-11-29 04:00:00
## 4303      TRUE 2022-11-29 04:00:00
## 4304      TRUE 2022-11-29 04:00:00
## 4305      TRUE 2022-11-29 04:00:00
## 4306      TRUE 2022-11-29 04:00:00
## 4307      TRUE 2022-11-29 04:00:00
## 4308      TRUE 2022-11-29 04:00:00
## 4309      TRUE 2022-11-29 04:00:00
## 4310      TRUE 2022-11-29 04:00:00
## 4311      TRUE 2022-11-29 04:00:00
## 4312      TRUE 2022-11-29 04:00:00
## 4313      TRUE 2022-11-29 04:00:00
## 4314      TRUE 2022-11-29 04:00:00
## 4315      TRUE 2022-11-29 04:00:00
## 4316      TRUE 2022-11-29 04:00:00
## 4317      TRUE 2022-11-29 04:00:00
## 4318      TRUE 2022-11-29 04:00:00
## 4319      TRUE 2022-11-29 04:00:00
## 4320      TRUE 2022-11-29 04:00:00
## 4321      TRUE 2022-11-29 04:00:00
## 4322      TRUE 2022-11-29 04:00:00
## 4323      TRUE 2022-11-29 04:00:00
## 4324      TRUE 2022-11-29 04:00:00
## 4325      TRUE 2022-11-29 04:00:00
## 4326      TRUE 2022-11-29 04:00:00
## 4327      TRUE 2022-11-29 04:00:00
## 4328      TRUE 2022-11-29 04:00:00
## 4329      TRUE 2022-11-29 04:00:00
## 4330      TRUE 2022-11-29 04:00:00
## 4331      TRUE 2022-11-29 04:00:00
## 4332      TRUE 2022-11-29 04:00:00
## 4333      TRUE 2022-11-29 04:00:00
## 4334      TRUE 2022-11-29 04:00:00
## 4335      TRUE 2022-11-29 04:00:00
## 4336      TRUE 2022-11-29 04:00:00
## 4337      TRUE 2022-11-29 04:00:00
## 4338      TRUE 2022-11-29 04:00:00
## 4339      TRUE 2022-11-29 04:00:00
## 4340      TRUE 2022-11-29 04:00:00
## 4341      TRUE 2022-11-29 04:00:00
## 4342      TRUE 2022-11-29 04:00:00
## 4343      TRUE 2022-11-29 04:00:00
## 4344      TRUE 2022-11-29 04:00:00
## 4345      TRUE 2022-11-29 04:00:00
## 4346      TRUE 2022-11-29 04:00:00
## 4347      TRUE 2022-11-29 04:00:00
## 4348      TRUE 2022-11-29 04:00:00
## 4349      TRUE 2022-11-29 04:00:00
## 4350      TRUE 2022-11-29 04:00:00
## 4351      TRUE 2022-11-29 04:00:00
## 4352      TRUE 2022-11-29 04:00:00
## 4353      TRUE 2022-11-29 04:00:00
## 4354      TRUE 2022-11-29 04:00:00
## 4355      TRUE 2022-11-29 04:00:00
## 4356      TRUE 2022-11-29 04:00:00
## 4357      TRUE 2022-11-29 04:00:00
## 4358      TRUE 2022-11-29 04:00:00
## 4359      TRUE 2022-11-29 04:00:00
## 4360      TRUE 2022-11-29 04:00:00
## 4361      TRUE 2022-11-29 04:00:00
## 4362      TRUE 2022-11-29 04:00:00
## 4363      TRUE 2022-11-29 04:00:00
## 4364      TRUE 2022-11-29 04:00:00
## 4365      TRUE 2022-11-29 04:00:00
## 4366      TRUE 2022-11-29 04:00:00
## 4367      TRUE 2022-11-29 04:00:00
## 4368      TRUE 2022-11-29 04:00:00
## 4369      TRUE 2022-11-29 04:00:00
## 4370      TRUE 2022-11-29 04:00:00
## 4371      TRUE 2022-11-29 04:00:00
## 4372      TRUE 2022-11-29 04:00:00
## 4373      TRUE 2022-11-29 04:00:00
## 4374      TRUE 2022-11-29 04:00:00
## 4375      TRUE 2022-11-29 04:00:00
## 4376      TRUE 2022-11-29 04:00:00
## 4377      TRUE 2022-11-29 04:00:00
## 4378      TRUE 2022-11-29 04:00:00
## 4379      TRUE 2022-11-29 04:00:00
## 4380      TRUE 2022-11-29 04:00:00
## 4381      TRUE 2022-11-29 04:00:00
## 4382      TRUE 2022-11-29 04:00:00
## 4383      TRUE 2022-11-29 04:00:00
## 4384      TRUE 2022-11-29 04:00:00
## 4385      TRUE 2022-11-29 04:00:00
## 4386      TRUE 2022-11-29 04:00:00
## 4387      TRUE 2022-11-29 04:00:00
## 4388      TRUE 2022-11-29 04:00:00
## 4389      TRUE 2022-11-29 04:00:00
## 4390      TRUE 2022-11-29 04:00:00
## 4391      TRUE 2022-11-29 04:00:00
## 4392      TRUE 2022-11-29 04:00:00
## 4393      TRUE 2022-11-29 04:00:00
## 4394      TRUE 2022-11-29 04:00:00
## 4395      TRUE 2022-11-29 04:00:00
## 4396      TRUE 2022-11-29 04:00:00
## 4397      TRUE 2022-11-29 04:00:00
## 4398      TRUE 2022-11-29 04:00:00
## 4399      TRUE 2022-11-29 04:00:00
## 4400      TRUE 2022-11-29 04:00:00
## 4401      TRUE 2022-11-29 04:00:00
## 4402      TRUE 2022-11-29 04:00:00
## 4403      TRUE 2022-11-29 04:00:00
## 4404      TRUE 2022-11-29 04:00:00
## 4405      TRUE 2022-11-29 04:00:00
## 4406      TRUE 2022-11-29 04:00:00
## 4407      TRUE 2022-11-29 04:00:00
## 4408      TRUE 2022-11-29 04:00:00
## 4409      TRUE 2022-11-29 04:00:00
## 4410      TRUE 2022-11-29 04:00:00
## 4411      TRUE 2022-11-29 04:00:00
## 4412      TRUE 2022-11-29 04:00:00
## 4413      TRUE 2022-11-29 04:00:00
## 4414      TRUE 2022-11-29 04:00:00
## 4415      TRUE 2022-11-29 04:00:00
## 4416      TRUE 2022-11-29 04:00:00
## 4417      TRUE 2022-11-29 04:00:00
## 4418      TRUE 2022-11-29 04:00:00
## 4419      TRUE 2022-11-29 04:00:00
## 4420      TRUE 2022-11-29 04:00:00
## 4421      TRUE 2022-11-29 04:00:00
## 4422      TRUE 2022-11-29 04:00:00
## 4423      TRUE 2022-11-29 04:00:00
## 4424      TRUE 2022-11-29 04:00:00
## 4425      TRUE 2022-11-29 04:00:00
## 4426      TRUE 2022-11-29 04:00:00
## 4427      TRUE 2022-11-29 04:00:00
## 4428      TRUE 2022-11-29 04:00:00
## 4429      TRUE 2022-11-29 04:00:00
## 4430      TRUE 2022-11-29 04:00:00
## 4431      TRUE 2022-11-29 03:00:00
## 4432      TRUE 2022-11-29 03:00:00
## 4433      TRUE 2022-11-29 03:00:00
## 4434      TRUE 2022-11-29 03:00:00
## 4435      TRUE 2022-11-29 03:00:00
## 4436      TRUE 2022-11-29 03:00:00
## 4437      TRUE 2022-11-29 03:00:00
## 4438      TRUE 2022-11-29 03:00:00
## 4439      TRUE 2022-11-29 03:00:00
## 4440      TRUE 2022-11-29 03:00:00
## 4441      TRUE 2022-11-29 03:00:00
## 4442      TRUE 2022-11-29 03:00:00
## 4443      TRUE 2022-11-29 03:00:00
## 4444      TRUE 2022-11-29 03:00:00
## 4445      TRUE 2022-11-29 03:00:00
## 4446      TRUE 2022-11-29 03:00:00
## 4447      TRUE 2022-11-29 03:00:00
## 4448      TRUE 2022-11-29 03:00:00
## 4449      TRUE 2022-11-29 03:00:00
## 4450      TRUE 2022-11-29 03:00:00
## 4451      TRUE 2022-11-29 03:00:00
## 4452      TRUE 2022-11-29 03:00:00
## 4453      TRUE 2022-11-29 03:00:00
## 4454      TRUE 2022-11-29 03:00:00
## 4455      TRUE 2022-11-29 03:00:00
## 4456      TRUE 2022-11-29 03:00:00
## 4457      TRUE 2022-11-29 03:00:00
## 4458      TRUE 2022-11-29 03:00:00
## 4459      TRUE 2022-11-29 03:00:00
## 4460      TRUE 2022-11-29 03:00:00
## 4461      TRUE 2022-11-29 03:00:00
## 4462      TRUE 2022-11-29 03:00:00
## 4463      TRUE 2022-11-29 03:00:00
## 4464      TRUE 2022-11-29 03:00:00
## 4465      TRUE 2022-11-29 03:00:00
## 4466      TRUE 2022-11-29 03:00:00
## 4467      TRUE 2022-11-29 03:00:00
## 4468      TRUE 2022-11-29 03:00:00
## 4469      TRUE 2022-11-29 03:00:00
## 4470      TRUE 2022-11-29 03:00:00
## 4471      TRUE 2022-11-29 03:00:00
## 4472      TRUE 2022-11-29 03:00:00
## 4473      TRUE 2022-11-29 03:00:00
## 4474      TRUE 2022-11-29 03:00:00
## 4475      TRUE 2022-11-29 03:00:00
## 4476      TRUE 2022-11-29 03:00:00
## 4477      TRUE 2022-11-29 03:00:00
## 4478      TRUE 2022-11-29 03:00:00
## 4479      TRUE 2022-11-29 03:00:00
## 4480      TRUE 2022-11-29 03:00:00
## 4481      TRUE 2022-11-29 03:00:00
## 4482      TRUE 2022-11-29 03:00:00
## 4483      TRUE 2022-11-29 03:00:00
## 4484      TRUE 2022-11-29 03:00:00
## 4485      TRUE 2022-11-29 03:00:00
## 4486      TRUE 2022-11-29 03:00:00
## 4487      TRUE 2022-11-29 03:00:00
## 4488      TRUE 2022-11-29 03:00:00
## 4489      TRUE 2022-11-29 03:00:00
## 4490      TRUE 2022-11-29 03:00:00
## 4491      TRUE 2022-11-29 03:00:00
## 4492      TRUE 2022-11-29 03:00:00
## 4493      TRUE 2022-11-29 03:00:00
## 4494      TRUE 2022-11-29 03:00:00
## 4495      TRUE 2022-11-29 03:00:00
## 4496      TRUE 2022-11-29 03:00:00
## 4497      TRUE 2022-11-29 03:00:00
## 4498      TRUE 2022-11-29 03:00:00
## 4499      TRUE 2022-11-29 03:00:00
## 4500      TRUE 2022-11-29 03:00:00
## 4501      TRUE 2022-11-29 03:00:00
## 4502      TRUE 2022-11-29 03:00:00
## 4503      TRUE 2022-11-29 03:00:00
## 4504      TRUE 2022-11-29 03:00:00
## 4505      TRUE 2022-11-29 03:00:00
## 4506      TRUE 2022-11-29 03:00:00
## 4507      TRUE 2022-11-29 03:00:00
## 4508      TRUE 2022-11-29 03:00:00
## 4509      TRUE 2022-11-29 03:00:00
## 4510      TRUE 2022-11-29 03:00:00
## 4511      TRUE 2022-11-29 03:00:00
## 4512      TRUE 2022-11-29 03:00:00
## 4513      TRUE 2022-11-29 03:00:00
## 4514      TRUE 2022-11-29 03:00:00
## 4515      TRUE 2022-11-29 03:00:00
## 4516      TRUE 2022-11-29 03:00:00
## 4517      TRUE 2022-11-29 03:00:00
## 4518      TRUE 2022-11-29 03:00:00
## 4519      TRUE 2022-11-29 03:00:00
## 4520      TRUE 2022-11-29 03:00:00
## 4521      TRUE 2022-11-29 03:00:00
## 4522      TRUE 2022-11-29 03:00:00
## 4523      TRUE 2022-11-29 03:00:00
## 4524      TRUE 2022-11-29 03:00:00
## 4525      TRUE 2022-11-29 03:00:00
## 4526      TRUE 2022-11-29 03:00:00
## 4527      TRUE 2022-11-29 03:00:00
## 4528      TRUE 2022-11-29 03:00:00
## 4529      TRUE 2022-11-29 03:00:00
## 4530      TRUE 2022-11-29 03:00:00
## 4531      TRUE 2022-11-29 03:00:00
## 4532      TRUE 2022-11-29 03:00:00
## 4533      TRUE 2022-11-29 03:00:00
## 4534      TRUE 2022-11-29 03:00:00
## 4535      TRUE 2022-11-29 03:00:00
## 4536      TRUE 2022-11-29 03:00:00
## 4537      TRUE 2022-11-29 03:00:00
## 4538      TRUE 2022-11-29 03:00:00
## 4539      TRUE 2022-11-29 03:00:00
## 4540      TRUE 2022-11-29 03:00:00
## 4541      TRUE 2022-11-29 03:00:00
## 4542      TRUE 2022-11-29 03:00:00
## 4543      TRUE 2022-11-29 03:00:00
## 4544      TRUE 2022-11-29 03:00:00
## 4545      TRUE 2022-11-29 03:00:00
## 4546      TRUE 2022-11-29 03:00:00
## 4547      TRUE 2022-11-29 03:00:00
## 4548      TRUE 2022-11-29 03:00:00
## 4549      TRUE 2022-11-29 03:00:00
## 4550      TRUE 2022-11-29 03:00:00
## 4551      TRUE 2022-11-29 03:00:00
## 4552      TRUE 2022-11-29 03:00:00
## 4553      TRUE 2022-11-29 03:00:00
## 4554      TRUE 2022-11-29 03:00:00
## 4555      TRUE 2022-11-29 03:00:00
## 4556      TRUE 2022-11-29 03:00:00
## 4557      TRUE 2022-11-29 03:00:00
## 4558      TRUE 2022-11-29 03:00:00
## 4559      TRUE 2022-11-29 03:00:00
## 4560      TRUE 2022-11-29 03:00:00
## 4561      TRUE 2022-11-29 03:00:00
## 4562      TRUE 2022-11-29 03:00:00
## 4563      TRUE 2022-11-29 03:00:00
## 4564      TRUE 2022-11-29 03:00:00
## 4565      TRUE 2022-11-29 03:00:00
## 4566      TRUE 2022-11-29 03:00:00
## 4567      TRUE 2022-11-29 03:00:00
## 4568      TRUE 2022-11-29 03:00:00
## 4569      TRUE 2022-11-29 03:00:00
## 4570      TRUE 2022-11-29 03:00:00
## 4571      TRUE 2022-11-29 03:00:00
## 4572      TRUE 2022-11-29 03:00:00
## 4573      TRUE 2022-11-29 03:00:00
## 4574      TRUE 2022-11-29 03:00:00
## 4575      TRUE 2022-11-29 03:00:00
## 4576      TRUE 2022-11-29 03:00:00
## 4577      TRUE 2022-11-29 03:00:00
## 4578      TRUE 2022-11-29 03:00:00
## 4579      TRUE 2022-11-29 03:00:00
## 4580      TRUE 2022-11-29 03:00:00
## 4581      TRUE 2022-11-29 03:00:00
## 4582      TRUE 2022-11-29 03:00:00
## 4583      TRUE 2022-11-29 03:00:00
## 4584      TRUE 2022-11-29 03:00:00
## 4585      TRUE 2022-11-29 03:00:00
## 4586      TRUE 2022-11-29 03:00:00
## 4587      TRUE 2022-11-29 03:00:00
## 4588      TRUE 2022-11-29 03:00:00
## 4589      TRUE 2022-11-29 03:00:00
## 4590      TRUE 2022-11-29 03:00:00
## 4591      TRUE 2022-11-29 03:00:00
## 4592      TRUE 2022-11-29 03:00:00
## 4593      TRUE 2022-11-29 03:00:00
## 4594      TRUE 2022-11-29 03:00:00
## 4595      TRUE 2022-11-29 03:00:00
## 4596      TRUE 2022-11-29 03:00:00
## 4597      TRUE 2022-11-29 03:00:00
## 4598      TRUE 2022-11-29 03:00:00
## 4599      TRUE 2022-11-29 03:00:00
## 4600      TRUE 2022-11-29 03:00:00
## 4601      TRUE 2022-11-29 03:00:00
## 4602      TRUE 2022-11-29 03:00:00
## 4603      TRUE 2022-11-29 03:00:00
## 4604      TRUE 2022-11-29 03:00:00
## 4605      TRUE 2022-11-29 03:00:00
## 4606      TRUE 2022-11-29 03:00:00
## 4607      TRUE 2022-11-29 03:00:00
## 4608      TRUE 2022-11-29 03:00:00
## 4609      TRUE 2022-11-29 03:00:00
## 4610      TRUE 2022-11-29 03:00:00
## 4611      TRUE 2022-11-29 03:00:00
## 4612      TRUE 2022-11-29 03:00:00
## 4613      TRUE 2022-11-29 03:00:00
## 4614      TRUE 2022-11-29 03:00:00
## 4615      TRUE 2022-11-29 03:00:00
## 4616      TRUE 2022-11-29 03:00:00
## 4617      TRUE 2022-11-29 03:00:00
## 4618      TRUE 2022-11-29 03:00:00
## 4619      TRUE 2022-11-29 03:00:00
## 4620      TRUE 2022-11-29 03:00:00
## 4621      TRUE 2022-11-29 03:00:00
## 4622      TRUE 2022-11-29 03:00:00
## 4623      TRUE 2022-11-29 03:00:00
## 4624      TRUE 2022-11-29 03:00:00
## 4625      TRUE 2022-11-29 03:00:00
## 4626      TRUE 2022-11-29 03:00:00
## 4627      TRUE 2022-11-29 03:00:00
## 4628      TRUE 2022-11-29 03:00:00
## 4629      TRUE 2022-11-29 03:00:00
## 4630      TRUE 2022-11-29 03:00:00
## 4631      TRUE 2022-11-29 03:00:00
## 4632      TRUE 2022-11-29 03:00:00
## 4633      TRUE 2022-11-29 03:00:00
## 4634      TRUE 2022-11-29 03:00:00
## 4635      TRUE 2022-11-29 03:00:00
## 4636      TRUE 2022-11-29 03:00:00
## 4637      TRUE 2022-11-29 03:00:00
## 4638      TRUE 2022-11-29 03:00:00
## 4639      TRUE 2022-11-29 03:00:00
## 4640      TRUE 2022-11-29 03:00:00
## 4641      TRUE 2022-11-29 03:00:00
## 4642      TRUE 2022-11-29 03:00:00
## 4643      TRUE 2022-11-29 03:00:00
## 4644      TRUE 2022-11-29 03:00:00
## 4645      TRUE 2022-11-29 03:00:00
## 4646      TRUE 2022-11-29 03:00:00
## 4647      TRUE 2022-11-29 03:00:00
## 4648      TRUE 2022-11-29 03:00:00
## 4649      TRUE 2022-11-29 03:00:00
## 4650      TRUE 2022-11-29 03:00:00
## 4651      TRUE 2022-11-29 03:00:00
## 4652      TRUE 2022-11-29 03:00:00
## 4653      TRUE 2022-11-29 03:00:00
## 4654      TRUE 2022-11-29 03:00:00
## 4655      TRUE 2022-11-29 03:00:00
## 4656      TRUE 2022-11-29 03:00:00
## 4657      TRUE 2022-11-29 03:00:00
## 4658      TRUE 2022-11-29 03:00:00
## 4659      TRUE 2022-11-29 03:00:00
## 4660      TRUE 2022-11-29 03:00:00
## 4661      TRUE 2022-11-29 03:00:00
## 4662      TRUE 2022-11-29 03:00:00
## 4663      TRUE 2022-11-29 03:00:00
## 4664      TRUE 2022-11-29 03:00:00
## 4665      TRUE 2022-11-29 03:00:00
## 4666      TRUE 2022-11-29 03:00:00
## 4667      TRUE 2022-11-29 03:00:00
## 4668      TRUE 2022-11-29 03:00:00
## 4669      TRUE 2022-11-29 03:00:00
## 4670      TRUE 2022-11-29 03:00:00
## 4671      TRUE 2022-11-29 03:00:00
## 4672      TRUE 2022-11-29 03:00:00
## 4673      TRUE 2022-11-29 03:00:00
## 4674      TRUE 2022-11-29 03:00:00
## 4675      TRUE 2022-11-29 03:00:00
## 4676      TRUE 2022-11-29 03:00:00
## 4677      TRUE 2022-11-29 03:00:00
## 4678      TRUE 2022-11-29 03:00:00
## 4679      TRUE 2022-11-29 03:00:00
## 4680      TRUE 2022-11-29 03:00:00
## 4681      TRUE 2022-11-29 03:00:00
## 4682      TRUE 2022-11-29 03:00:00
## 4683      TRUE 2022-11-29 03:00:00
## 4684      TRUE 2022-11-29 03:00:00
## 4685      TRUE 2022-11-29 03:00:00
## 4686      TRUE 2022-11-29 03:00:00
## 4687      TRUE 2022-11-29 03:00:00
## 4688      TRUE 2022-11-29 03:00:00
## 4689      TRUE 2022-11-29 03:00:00
## 4690      TRUE 2022-11-29 03:00:00
## 4691      TRUE 2022-11-29 03:00:00
## 4692      TRUE 2022-11-29 03:00:00
## 4693      TRUE 2022-11-29 03:00:00
## 4694      TRUE 2022-11-29 03:00:00
## 4695      TRUE 2022-11-29 03:00:00
## 4696      TRUE 2022-11-29 03:00:00
## 4697      TRUE 2022-11-29 03:00:00
## 4698      TRUE 2022-11-29 03:00:00
## 4699      TRUE 2022-11-29 03:00:00
## 4700      TRUE 2022-11-29 03:00:00
## 4701      TRUE 2022-11-29 03:00:00
## 4702      TRUE 2022-11-29 03:00:00
## 4703      TRUE 2022-11-29 03:00:00
## 4704      TRUE 2022-11-29 03:00:00
## 4705      TRUE 2022-11-29 03:00:00
## 4706      TRUE 2022-11-29 03:00:00
## 4707      TRUE 2022-11-29 03:00:00
## 4708      TRUE 2022-11-29 03:00:00
## 4709      TRUE 2022-11-29 03:00:00
## 4710      TRUE 2022-11-29 03:00:00
## 4711      TRUE 2022-11-29 03:00:00
## 4712      TRUE 2022-11-29 03:00:00
## 4713      TRUE 2022-11-29 03:00:00
## 4714      TRUE 2022-11-29 03:00:00
## 4715      TRUE 2022-11-29 03:00:00
## 4716      TRUE 2022-11-29 03:00:00
## 4717      TRUE 2022-11-29 03:00:00
## 4718      TRUE 2022-11-29 03:00:00
## 4719      TRUE 2022-11-29 03:00:00
## 4720      TRUE 2022-11-29 03:00:00
## 4721      TRUE 2022-11-29 03:00:00
## 4722      TRUE 2022-11-29 03:00:00
## 4723      TRUE 2022-11-29 03:00:00
## 4724      TRUE 2022-11-29 03:00:00
## 4725      TRUE 2022-11-29 03:00:00
## 4726      TRUE 2022-11-29 03:00:00
## 4727      TRUE 2022-11-29 03:00:00
## 4728      TRUE 2022-11-29 03:00:00
## 4729      TRUE 2022-11-29 03:00:00
## 4730      TRUE 2022-11-29 03:00:00
## 4731      TRUE 2022-11-29 03:00:00
## 4732      TRUE 2022-11-29 03:00:00
## 4733      TRUE 2022-11-29 03:00:00
## 4734      TRUE 2022-11-29 03:00:00
## 4735      TRUE 2022-11-29 03:00:00
## 4736      TRUE 2022-11-29 03:00:00
## 4737      TRUE 2022-11-29 03:00:00
## 4738      TRUE 2022-11-29 03:00:00
## 4739      TRUE 2022-11-29 03:00:00
## 4740      TRUE 2022-11-29 03:00:00
## 4741      TRUE 2022-11-29 03:00:00
## 4742      TRUE 2022-11-29 03:00:00
## 4743      TRUE 2022-11-29 03:00:00
## 4744      TRUE 2022-11-29 03:00:00
## 4745      TRUE 2022-11-29 03:00:00
## 4746      TRUE 2022-11-29 03:00:00
## 4747      TRUE 2022-11-29 03:00:00
## 4748      TRUE 2022-11-29 03:00:00
## 4749      TRUE 2022-11-29 03:00:00
## 4750      TRUE 2022-11-29 03:00:00
## 4751      TRUE 2022-11-29 03:00:00
## 4752      TRUE 2022-11-29 03:00:00
## 4753      TRUE 2022-11-29 03:00:00
## 4754      TRUE 2022-11-29 03:00:00
## 4755      TRUE 2022-11-29 03:00:00
## 4756      TRUE 2022-11-29 03:00:00
## 4757      TRUE 2022-11-29 03:00:00
## 4758      TRUE 2022-11-29 03:00:00
## 4759      TRUE 2022-11-29 03:00:00
## 4760      TRUE 2022-11-29 03:00:00
## 4761      TRUE 2022-11-29 03:00:00
## 4762      TRUE 2022-11-29 03:00:00
## 4763      TRUE 2022-11-29 03:00:00
## 4764      TRUE 2022-11-29 03:00:00
## 4765      TRUE 2022-11-29 03:00:00
## 4766      TRUE 2022-11-29 03:00:00
## 4767      TRUE 2022-11-29 03:00:00
## 4768      TRUE 2022-11-29 03:00:00
## 4769      TRUE 2022-11-29 03:00:00
## 4770      TRUE 2022-11-29 03:00:00
## 4771      TRUE 2022-11-29 03:00:00
## 4772      TRUE 2022-11-29 03:00:00
## 4773      TRUE 2022-11-29 03:00:00
## 4774      TRUE 2022-11-29 03:00:00
## 4775      TRUE 2022-11-29 03:00:00
## 4776      TRUE 2022-11-29 03:00:00
## 4777      TRUE 2022-11-29 03:00:00
## 4778      TRUE 2022-11-29 03:00:00
## 4779      TRUE 2022-11-29 03:00:00
## 4780      TRUE 2022-11-29 03:00:00
## 4781      TRUE 2022-11-29 03:00:00
## 4782      TRUE 2022-11-29 03:00:00
## 4783      TRUE 2022-11-29 03:00:00
## 4784      TRUE 2022-11-29 03:00:00
## 4785      TRUE 2022-11-29 03:00:00
## 4786      TRUE 2022-11-29 03:00:00
## 4787      TRUE 2022-11-29 03:00:00
## 4788      TRUE 2022-11-29 03:00:00
## 4789      TRUE 2022-11-29 03:00:00
## 4790      TRUE 2022-11-29 03:00:00
## 4791      TRUE 2022-11-29 03:00:00
## 4792      TRUE 2022-11-29 03:00:00
## 4793      TRUE 2022-11-29 03:00:00
## 4794      TRUE 2022-11-29 03:00:00
## 4795      TRUE 2022-11-29 03:00:00
## 4796      TRUE 2022-11-29 03:00:00
## 4797      TRUE 2022-11-29 03:00:00
## 4798      TRUE 2022-11-29 03:00:00
## 4799      TRUE 2022-11-29 03:00:00
## 4800      TRUE 2022-11-29 03:00:00
## 4801      TRUE 2022-11-29 03:00:00
## 4802      TRUE 2022-11-29 03:00:00
## 4803      TRUE 2022-11-29 03:00:00
## 4804      TRUE 2022-11-29 03:00:00
## 4805      TRUE 2022-11-29 03:00:00
## 4806      TRUE 2022-11-29 03:00:00
## 4807      TRUE 2022-11-29 03:00:00
## 4808      TRUE 2022-11-29 03:00:00
## 4809      TRUE 2022-11-29 03:00:00
## 4810      TRUE 2022-11-29 03:00:00
## 4811      TRUE 2022-11-29 03:00:00
## 4812      TRUE 2022-11-29 03:00:00
## 4813      TRUE 2022-11-29 03:00:00
## 4814      TRUE 2022-11-29 03:00:00
## 4815      TRUE 2022-11-29 03:00:00
## 4816      TRUE 2022-11-29 03:00:00
## 4817      TRUE 2022-11-29 03:00:00
## 4818      TRUE 2022-11-29 03:00:00
## 4819      TRUE 2022-11-29 03:00:00
## 4820      TRUE 2022-11-29 03:00:00
## 4821      TRUE 2022-11-29 03:00:00
## 4822      TRUE 2022-11-29 02:00:00
## 4823      TRUE 2022-11-29 02:00:00
## 4824      TRUE 2022-11-29 02:00:00
## 4825      TRUE 2022-11-29 02:00:00
## 4826      TRUE 2022-11-29 02:00:00
## 4827      TRUE 2022-11-29 02:00:00
## 4828      TRUE 2022-11-29 02:00:00
## 4829      TRUE 2022-11-29 02:00:00
## 4830      TRUE 2022-11-29 02:00:00
## 4831      TRUE 2022-11-29 02:00:00
## 4832      TRUE 2022-11-29 02:00:00
## 4833      TRUE 2022-11-29 02:00:00
## 4834      TRUE 2022-11-29 02:00:00
## 4835      TRUE 2022-11-29 02:00:00
## 4836      TRUE 2022-11-29 02:00:00
## 4837      TRUE 2022-11-29 02:00:00
## 4838      TRUE 2022-11-29 02:00:00
## 4839      TRUE 2022-11-29 02:00:00
## 4840      TRUE 2022-11-29 02:00:00
## 4841      TRUE 2022-11-29 02:00:00
## 4842      TRUE 2022-11-29 02:00:00
## 4843      TRUE 2022-11-29 02:00:00
## 4844      TRUE 2022-11-29 02:00:00
## 4845      TRUE 2022-11-29 02:00:00
## 4846      TRUE 2022-11-29 02:00:00
## 4847      TRUE 2022-11-29 02:00:00
## 4848      TRUE 2022-11-29 02:00:00
## 4849      TRUE 2022-11-29 02:00:00
## 4850      TRUE 2022-11-29 02:00:00
## 4851      TRUE 2022-11-29 02:00:00
## 4852      TRUE 2022-11-29 02:00:00
## 4853      TRUE 2022-11-29 02:00:00
## 4854      TRUE 2022-11-29 02:00:00
## 4855      TRUE 2022-11-29 02:00:00
## 4856      TRUE 2022-11-29 02:00:00
## 4857      TRUE 2022-11-29 02:00:00
## 4858      TRUE 2022-11-29 02:00:00
## 4859      TRUE 2022-11-29 02:00:00
## 4860      TRUE 2022-11-29 02:00:00
## 4861      TRUE 2022-11-29 02:00:00
## 4862      TRUE 2022-11-29 02:00:00
## 4863      TRUE 2022-11-29 02:00:00
## 4864      TRUE 2022-11-29 02:00:00
## 4865      TRUE 2022-11-29 02:00:00
## 4866      TRUE 2022-11-29 02:00:00
## 4867      TRUE 2022-11-29 02:00:00
## 4868      TRUE 2022-11-29 02:00:00
## 4869      TRUE 2022-11-29 02:00:00
## 4870      TRUE 2022-11-29 02:00:00
## 4871      TRUE 2022-11-29 02:00:00
## 4872      TRUE 2022-11-29 02:00:00
## 4873      TRUE 2022-11-29 02:00:00
## 4874      TRUE 2022-11-29 02:00:00
## 4875      TRUE 2022-11-29 02:00:00
## 4876      TRUE 2022-11-29 02:00:00
## 4877      TRUE 2022-11-29 02:00:00
## 4878      TRUE 2022-11-29 02:00:00
## 4879      TRUE 2022-11-29 02:00:00
## 4880      TRUE 2022-11-29 02:00:00
## 4881      TRUE 2022-11-29 02:00:00
## 4882      TRUE 2022-11-29 02:00:00
## 4883      TRUE 2022-11-29 02:00:00
## 4884      TRUE 2022-11-29 02:00:00
## 4885      TRUE 2022-11-29 02:00:00
## 4886      TRUE 2022-11-29 02:00:00
## 4887      TRUE 2022-11-29 02:00:00
## 4888      TRUE 2022-11-29 02:00:00
## 4889      TRUE 2022-11-29 02:00:00
## 4890      TRUE 2022-11-29 02:00:00
## 4891      TRUE 2022-11-29 02:00:00
## 4892      TRUE 2022-11-29 02:00:00
## 4893      TRUE 2022-11-29 02:00:00
## 4894      TRUE 2022-11-29 02:00:00
## 4895      TRUE 2022-11-29 02:00:00
## 4896      TRUE 2022-11-29 02:00:00
## 4897      TRUE 2022-11-29 02:00:00
## 4898      TRUE 2022-11-29 02:00:00
## 4899      TRUE 2022-11-29 02:00:00
## 4900      TRUE 2022-11-29 02:00:00
## 4901      TRUE 2022-11-29 02:00:00
## 4902      TRUE 2022-11-29 02:00:00
## 4903      TRUE 2022-11-29 02:00:00
## 4904      TRUE 2022-11-29 02:00:00
## 4905      TRUE 2022-11-29 02:00:00
## 4906      TRUE 2022-11-29 02:00:00
## 4907      TRUE 2022-11-29 02:00:00
## 4908      TRUE 2022-11-29 02:00:00
## 4909      TRUE 2022-11-29 02:00:00
## 4910      TRUE 2022-11-29 02:00:00
## 4911      TRUE 2022-11-29 02:00:00
## 4912      TRUE 2022-11-29 02:00:00
## 4913      TRUE 2022-11-29 02:00:00
## 4914      TRUE 2022-11-29 02:00:00
## 4915      TRUE 2022-11-29 02:00:00
## 4916      TRUE 2022-11-29 02:00:00
## 4917      TRUE 2022-11-29 02:00:00
## 4918      TRUE 2022-11-29 02:00:00
## 4919      TRUE 2022-11-29 02:00:00
## 4920      TRUE 2022-11-29 02:00:00
## 4921      TRUE 2022-11-29 02:00:00
## 4922      TRUE 2022-11-29 02:00:00
## 4923      TRUE 2022-11-29 02:00:00
## 4924      TRUE 2022-11-29 02:00:00
## 4925      TRUE 2022-11-29 02:00:00
## 4926      TRUE 2022-11-29 02:00:00
## 4927      TRUE 2022-11-29 02:00:00
## 4928      TRUE 2022-11-29 02:00:00
## 4929      TRUE 2022-11-29 02:00:00
## 4930      TRUE 2022-11-29 02:00:00
## 4931      TRUE 2022-11-29 02:00:00
## 4932      TRUE 2022-11-29 02:00:00
## 4933      TRUE 2022-11-29 02:00:00
## 4934      TRUE 2022-11-29 02:00:00
## 4935      TRUE 2022-11-29 02:00:00
## 4936      TRUE 2022-11-29 02:00:00
## 4937      TRUE 2022-11-29 02:00:00
## 4938      TRUE 2022-11-29 02:00:00
## 4939      TRUE 2022-11-29 02:00:00
## 4940      TRUE 2022-11-29 02:00:00
## 4941      TRUE 2022-11-29 02:00:00
## 4942      TRUE 2022-11-29 02:00:00
## 4943      TRUE 2022-11-29 02:00:00
## 4944      TRUE 2022-11-29 02:00:00
## 4945      TRUE 2022-11-29 02:00:00
## 4946      TRUE 2022-11-29 02:00:00
## 4947      TRUE 2022-11-29 02:00:00
## 4948      TRUE 2022-11-29 02:00:00
## 4949      TRUE 2022-11-29 02:00:00
## 4950      TRUE 2022-11-29 02:00:00
## 4951      TRUE 2022-11-29 02:00:00
## 4952      TRUE 2022-11-29 02:00:00
## 4953      TRUE 2022-11-29 02:00:00
## 4954      TRUE 2022-11-29 02:00:00
## 4955      TRUE 2022-11-29 02:00:00
## 4956      TRUE 2022-11-29 02:00:00
## 4957      TRUE 2022-11-29 02:00:00
## 4958      TRUE 2022-11-29 02:00:00
## 4959      TRUE 2022-11-29 02:00:00
## 4960      TRUE 2022-11-29 02:00:00
## 4961      TRUE 2022-11-29 02:00:00
## 4962      TRUE 2022-11-29 02:00:00
## 4963      TRUE 2022-11-29 02:00:00
## 4964      TRUE 2022-11-29 02:00:00
## 4965      TRUE 2022-11-29 02:00:00
## 4966      TRUE 2022-11-29 02:00:00
## 4967      TRUE 2022-11-29 02:00:00
## 4968      TRUE 2022-11-29 02:00:00
## 4969      TRUE 2022-11-29 02:00:00
## 4970      TRUE 2022-11-29 02:00:00
## 4971      TRUE 2022-11-29 02:00:00
## 4972      TRUE 2022-11-29 02:00:00
## 4973      TRUE 2022-11-29 02:00:00
## 4974      TRUE 2022-11-29 02:00:00
## 4975      TRUE 2022-11-29 02:00:00
## 4976      TRUE 2022-11-29 02:00:00
## 4977      TRUE 2022-11-29 02:00:00
## 4978      TRUE 2022-11-29 02:00:00
## 4979      TRUE 2022-11-29 02:00:00
## 4980      TRUE 2022-11-29 02:00:00
## 4981      TRUE 2022-11-29 02:00:00
## 4982      TRUE 2022-11-29 02:00:00
## 4983      TRUE 2022-11-29 02:00:00
## 4984      TRUE 2022-11-29 02:00:00
## 4985      TRUE 2022-11-29 02:00:00
## 4986      TRUE 2022-11-29 02:00:00
## 4987      TRUE 2022-11-29 02:00:00
## 4988      TRUE 2022-11-29 02:00:00
## 4989      TRUE 2022-11-29 02:00:00
## 4990      TRUE 2022-11-29 02:00:00
## 4991      TRUE 2022-11-29 02:00:00
## 4992      TRUE 2022-11-29 02:00:00
## 4993      TRUE 2022-11-29 02:00:00
## 4994      TRUE 2022-11-29 02:00:00
## 4995      TRUE 2022-11-29 02:00:00
## 4996      TRUE 2022-11-29 02:00:00
## 4997      TRUE 2022-11-29 02:00:00
## 4998      TRUE 2022-11-29 02:00:00
## 4999      TRUE 2022-11-29 02:00:00
## 5000      TRUE 2022-11-29 02:00:00
## 5001      TRUE 2022-11-29 02:00:00
## 5002      TRUE 2022-11-29 02:00:00
## 5003      TRUE 2022-11-29 02:00:00
## 5004      TRUE 2022-11-29 02:00:00
## 5005      TRUE 2022-11-29 02:00:00
## 5006      TRUE 2022-11-29 02:00:00
## 5007      TRUE 2022-11-29 02:00:00
## 5008      TRUE 2022-11-29 02:00:00
## 5009      TRUE 2022-11-29 02:00:00
## 5010      TRUE 2022-11-29 02:00:00
## 5011      TRUE 2022-11-29 02:00:00
## 5012      TRUE 2022-11-29 02:00:00
## 5013      TRUE 2022-11-29 02:00:00
## 5014      TRUE 2022-11-29 02:00:00
## 5015      TRUE 2022-11-29 02:00:00
## 5016      TRUE 2022-11-29 02:00:00
## 5017      TRUE 2022-11-29 02:00:00
## 5018      TRUE 2022-11-29 02:00:00
## 5019      TRUE 2022-11-29 02:00:00
## 5020      TRUE 2022-11-29 02:00:00
## 5021      TRUE 2022-11-29 02:00:00
## 5022      TRUE 2022-11-29 02:00:00
## 5023      TRUE 2022-11-29 02:00:00
## 5024      TRUE 2022-11-29 02:00:00
## 5025      TRUE 2022-11-29 02:00:00
## 5026      TRUE 2022-11-29 02:00:00
## 5027      TRUE 2022-11-29 02:00:00
## 5028      TRUE 2022-11-29 02:00:00
## 5029      TRUE 2022-11-29 02:00:00
## 5030      TRUE 2022-11-29 02:00:00
## 5031      TRUE 2022-11-29 02:00:00
## 5032      TRUE 2022-11-29 02:00:00
## 5033      TRUE 2022-11-29 02:00:00
## 5034      TRUE 2022-11-29 02:00:00
## 5035      TRUE 2022-11-29 02:00:00
## 5036      TRUE 2022-11-29 02:00:00
## 5037      TRUE 2022-11-29 02:00:00
## 5038      TRUE 2022-11-29 02:00:00
## 5039      TRUE 2022-11-29 02:00:00
## 5040      TRUE 2022-11-29 02:00:00
## 5041      TRUE 2022-11-29 02:00:00
## 5042      TRUE 2022-11-29 02:00:00
## 5043      TRUE 2022-11-29 02:00:00
## 5044      TRUE 2022-11-29 02:00:00
## 5045      TRUE 2022-11-29 02:00:00
## 5046      TRUE 2022-11-29 02:00:00
## 5047      TRUE 2022-11-29 02:00:00
## 5048      TRUE 2022-11-29 02:00:00
## 5049      TRUE 2022-11-29 02:00:00
## 5050      TRUE 2022-11-29 02:00:00
## 5051      TRUE 2022-11-29 02:00:00
## 5052      TRUE 2022-11-29 02:00:00
## 5053      TRUE 2022-11-29 02:00:00
## 5054      TRUE 2022-11-29 02:00:00
## 5055      TRUE 2022-11-29 02:00:00
## 5056      TRUE 2022-11-29 02:00:00
## 5057      TRUE 2022-11-29 02:00:00
## 5058      TRUE 2022-11-29 02:00:00
## 5059      TRUE 2022-11-29 02:00:00
## 5060      TRUE 2022-11-29 02:00:00
## 5061      TRUE 2022-11-29 02:00:00
## 5062      TRUE 2022-11-29 02:00:00
## 5063      TRUE 2022-11-29 02:00:00
## 5064      TRUE 2022-11-29 02:00:00
## 5065      TRUE 2022-11-29 02:00:00
## 5066      TRUE 2022-11-29 02:00:00
## 5067      TRUE 2022-11-29 02:00:00
## 5068      TRUE 2022-11-29 02:00:00
## 5069      TRUE 2022-11-29 02:00:00
## 5070      TRUE 2022-11-29 02:00:00
## 5071      TRUE 2022-11-29 02:00:00
## 5072      TRUE 2022-11-29 02:00:00
## 5073      TRUE 2022-11-29 02:00:00
## 5074      TRUE 2022-11-29 02:00:00
## 5075      TRUE 2022-11-29 02:00:00
## 5076      TRUE 2022-11-29 02:00:00
## 5077      TRUE 2022-11-29 02:00:00
## 5078      TRUE 2022-11-29 02:00:00
## 5079      TRUE 2022-11-29 02:00:00
## 5080      TRUE 2022-11-29 02:00:00
## 5081      TRUE 2022-11-29 02:00:00
## 5082      TRUE 2022-11-29 02:00:00
## 5083      TRUE 2022-11-29 02:00:00
## 5084      TRUE 2022-11-29 02:00:00
## 5085      TRUE 2022-11-29 02:00:00
## 5086      TRUE 2022-11-29 02:00:00
## 5087      TRUE 2022-11-29 02:00:00
## 5088      TRUE 2022-11-29 02:00:00
## 5089      TRUE 2022-11-29 02:00:00
## 5090      TRUE 2022-11-29 02:00:00
## 5091      TRUE 2022-11-29 02:00:00
## 5092      TRUE 2022-11-29 02:00:00
## 5093      TRUE 2022-11-29 02:00:00
## 5094      TRUE 2022-11-29 02:00:00
## 5095      TRUE 2022-11-29 02:00:00
## 5096      TRUE 2022-11-29 02:00:00
## 5097      TRUE 2022-11-29 02:00:00
## 5098      TRUE 2022-11-29 02:00:00
## 5099      TRUE 2022-11-29 02:00:00
## 5100      TRUE 2022-11-29 02:00:00
## 5101      TRUE 2022-11-29 02:00:00
## 5102      TRUE 2022-11-29 02:00:00
## 5103      TRUE 2022-11-29 02:00:00
## 5104      TRUE 2022-11-29 02:00:00
## 5105      TRUE 2022-11-29 02:00:00
## 5106      TRUE 2022-11-29 02:00:00
## 5107      TRUE 2022-11-29 02:00:00
## 5108      TRUE 2022-11-29 02:00:00
## 5109      TRUE 2022-11-29 02:00:00
## 5110      TRUE 2022-11-29 02:00:00
## 5111      TRUE 2022-11-29 01:00:00
## 5112      TRUE 2022-11-29 01:00:00
## 5113      TRUE 2022-11-29 01:00:00
## 5114      TRUE 2022-11-29 01:00:00
## 5115      TRUE 2022-11-29 01:00:00
## 5116      TRUE 2022-11-29 01:00:00
## 5117      TRUE 2022-11-29 01:00:00
## 5118      TRUE 2022-11-29 01:00:00
## 5119      TRUE 2022-11-29 01:00:00
## 5120      TRUE 2022-11-29 01:00:00
## 5121      TRUE 2022-11-29 01:00:00
## 5122      TRUE 2022-11-29 01:00:00
## 5123      TRUE 2022-11-29 01:00:00
## 5124      TRUE 2022-11-29 01:00:00
## 5125      TRUE 2022-11-29 01:00:00
## 5126      TRUE 2022-11-29 01:00:00
## 5127      TRUE 2022-11-29 01:00:00
## 5128      TRUE 2022-11-29 01:00:00
## 5129      TRUE 2022-11-29 01:00:00
## 5130      TRUE 2022-11-29 01:00:00
## 5131      TRUE 2022-11-29 01:00:00
## 5132      TRUE 2022-11-29 01:00:00
## 5133      TRUE 2022-11-29 01:00:00
## 5134      TRUE 2022-11-29 01:00:00
## 5135      TRUE 2022-11-29 01:00:00
## 5136      TRUE 2022-11-29 01:00:00
## 5137      TRUE 2022-11-29 01:00:00
## 5138      TRUE 2022-11-29 01:00:00
## 5139      TRUE 2022-11-29 01:00:00
## 5140      TRUE 2022-11-29 01:00:00
## 5141      TRUE 2022-11-29 01:00:00
## 5142      TRUE 2022-11-29 01:00:00
## 5143      TRUE 2022-11-29 01:00:00
## 5144      TRUE 2022-11-29 01:00:00
## 5145      TRUE 2022-11-29 01:00:00
## 5146      TRUE 2022-11-29 01:00:00
## 5147      TRUE 2022-11-29 01:00:00
## 5148      TRUE 2022-11-29 01:00:00
## 5149      TRUE 2022-11-29 01:00:00
## 5150      TRUE 2022-11-29 01:00:00
## 5151      TRUE 2022-11-29 01:00:00
## 5152      TRUE 2022-11-29 01:00:00
## 5153      TRUE 2022-11-29 01:00:00
## 5154      TRUE 2022-11-29 01:00:00
## 5155      TRUE 2022-11-29 01:00:00
## 5156      TRUE 2022-11-29 01:00:00
## 5157      TRUE 2022-11-29 01:00:00
## 5158      TRUE 2022-11-29 01:00:00
## 5159      TRUE 2022-11-29 01:00:00
## 5160      TRUE 2022-11-29 01:00:00
## 5161      TRUE 2022-11-29 01:00:00
## 5162      TRUE 2022-11-29 01:00:00
## 5163      TRUE 2022-11-29 01:00:00
## 5164      TRUE 2022-11-29 01:00:00
## 5165      TRUE 2022-11-29 01:00:00
## 5166      TRUE 2022-11-29 01:00:00
## 5167      TRUE 2022-11-29 01:00:00
## 5168      TRUE 2022-11-29 01:00:00
## 5169      TRUE 2022-11-29 01:00:00
## 5170      TRUE 2022-11-29 01:00:00
## 5171      TRUE 2022-11-29 01:00:00
## 5172      TRUE 2022-11-29 01:00:00
## 5173      TRUE 2022-11-29 01:00:00
## 5174      TRUE 2022-11-29 01:00:00
## 5175      TRUE 2022-11-29 01:00:00
## 5176      TRUE 2022-11-29 01:00:00
## 5177      TRUE 2022-11-29 01:00:00
## 5178      TRUE 2022-11-29 01:00:00
## 5179      TRUE 2022-11-29 01:00:00
## 5180      TRUE 2022-11-29 01:00:00
## 5181      TRUE 2022-11-29 01:00:00
## 5182      TRUE 2022-11-29 01:00:00
## 5183      TRUE 2022-11-29 01:00:00
## 5184      TRUE 2022-11-29 01:00:00
## 5185      TRUE 2022-11-29 01:00:00
## 5186      TRUE 2022-11-29 01:00:00
## 5187      TRUE 2022-11-29 01:00:00
## 5188      TRUE 2022-11-29 01:00:00
## 5189      TRUE 2022-11-29 01:00:00
## 5190      TRUE 2022-11-29 01:00:00
## 5191      TRUE 2022-11-29 01:00:00
## 5192      TRUE 2022-11-29 01:00:00
## 5193      TRUE 2022-11-29 01:00:00
## 5194      TRUE 2022-11-29 01:00:00
## 5195      TRUE 2022-11-29 01:00:00
## 5196      TRUE 2022-11-29 01:00:00
## 5197      TRUE 2022-11-29 01:00:00
## 5198      TRUE 2022-11-29 01:00:00
## 5199      TRUE 2022-11-29 01:00:00
## 5200      TRUE 2022-11-29 01:00:00
## 5201      TRUE 2022-11-29 01:00:00
## 5202      TRUE 2022-11-29 01:00:00
## 5203      TRUE 2022-11-29 01:00:00
## 5204      TRUE 2022-11-29 01:00:00
## 5205      TRUE 2022-11-29 01:00:00
## 5206      TRUE 2022-11-29 01:00:00
## 5207      TRUE 2022-11-29 01:00:00
## 5208      TRUE 2022-11-29 01:00:00
## 5209      TRUE 2022-11-29 01:00:00
## 5210      TRUE 2022-11-29 01:00:00
## 5211      TRUE 2022-11-29 01:00:00
## 5212      TRUE 2022-11-29 01:00:00
## 5213      TRUE 2022-11-29 01:00:00
## 5214      TRUE 2022-11-29 01:00:00
## 5215      TRUE 2022-11-29 01:00:00
## 5216      TRUE 2022-11-29 01:00:00
## 5217      TRUE 2022-11-29 01:00:00
## 5218      TRUE 2022-11-29 01:00:00
## 5219      TRUE 2022-11-29 01:00:00
## 5220      TRUE 2022-11-29 01:00:00
## 5221      TRUE 2022-11-29 01:00:00
## 5222      TRUE 2022-11-29 01:00:00
## 5223      TRUE 2022-11-29 01:00:00
## 5224      TRUE 2022-11-29 01:00:00
## 5225      TRUE 2022-11-29 01:00:00
## 5226      TRUE 2022-11-29 01:00:00
## 5227      TRUE 2022-11-29 01:00:00
## 5228      TRUE 2022-11-29 01:00:00
## 5229      TRUE 2022-11-29 01:00:00
## 5230      TRUE 2022-11-29 01:00:00
## 5231      TRUE 2022-11-29 01:00:00
## 5232      TRUE 2022-11-29 01:00:00
## 5233      TRUE 2022-11-29 01:00:00
## 5234      TRUE 2022-11-29 01:00:00
## 5235      TRUE 2022-11-29 01:00:00
## 5236      TRUE 2022-11-29 01:00:00
## 5237      TRUE 2022-11-29 01:00:00
## 5238      TRUE 2022-11-29 01:00:00
## 5239      TRUE 2022-11-29 01:00:00
## 5240      TRUE 2022-11-29 01:00:00
## 5241      TRUE 2022-11-29 01:00:00
## 5242      TRUE 2022-11-29 01:00:00
## 5243      TRUE 2022-11-29 01:00:00
## 5244      TRUE 2022-11-29 01:00:00
## 5245      TRUE 2022-11-29 01:00:00
## 5246      TRUE 2022-11-29 01:00:00
## 5247      TRUE 2022-11-29 01:00:00
## 5248      TRUE 2022-11-29 01:00:00
## 5249      TRUE 2022-11-29 01:00:00
## 5250      TRUE 2022-11-29 01:00:00
## 5251      TRUE 2022-11-29 01:00:00
## 5252      TRUE 2022-11-29 01:00:00
## 5253      TRUE 2022-11-29 01:00:00
## 5254      TRUE 2022-11-29 01:00:00
## 5255      TRUE 2022-11-29 01:00:00
## 5256      TRUE 2022-11-29 01:00:00
## 5257      TRUE 2022-11-29 01:00:00
## 5258      TRUE 2022-11-29 01:00:00
## 5259      TRUE 2022-11-29 01:00:00
## 5260      TRUE 2022-11-29 01:00:00
## 5261      TRUE 2022-11-29 01:00:00
## 5262      TRUE 2022-11-29 01:00:00
## 5263      TRUE 2022-11-29 01:00:00
## 5264      TRUE 2022-11-29 01:00:00
## 5265      TRUE 2022-11-29 01:00:00
## 5266      TRUE 2022-11-29 01:00:00
## 5267      TRUE 2022-11-29 01:00:00
## 5268      TRUE 2022-11-29 01:00:00
## 5269      TRUE 2022-11-29 01:00:00
## 5270      TRUE 2022-11-29 01:00:00
## 5271      TRUE 2022-11-29 01:00:00
## 5272      TRUE 2022-11-29 01:00:00
## 5273      TRUE 2022-11-29 01:00:00
## 5274      TRUE 2022-11-29 01:00:00
## 5275      TRUE 2022-11-29 01:00:00
## 5276      TRUE 2022-11-29 01:00:00
## 5277      TRUE 2022-11-29 01:00:00
## 5278      TRUE 2022-11-29 01:00:00
## 5279      TRUE 2022-11-29 01:00:00
## 5280      TRUE 2022-11-29 01:00:00
## 5281      TRUE 2022-11-29 01:00:00
## 5282      TRUE 2022-11-29 01:00:00
## 5283      TRUE 2022-11-29 01:00:00
## 5284      TRUE 2022-11-29 01:00:00
## 5285      TRUE 2022-11-29 01:00:00
## 5286      TRUE 2022-11-29 01:00:00
## 5287      TRUE 2022-11-29 01:00:00
## 5288      TRUE 2022-11-29 01:00:00
## 5289      TRUE 2022-11-29 01:00:00
## 5290      TRUE 2022-11-29 01:00:00
## 5291      TRUE 2022-11-29 01:00:00
## 5292      TRUE 2022-11-29 01:00:00
## 5293      TRUE 2022-11-29 01:00:00
## 5294      TRUE 2022-11-29 01:00:00
## 5295      TRUE 2022-11-29 01:00:00
## 5296      TRUE 2022-11-29 01:00:00
## 5297      TRUE 2022-11-29 01:00:00
## 5298      TRUE 2022-11-29 01:00:00
## 5299      TRUE 2022-11-29 01:00:00
## 5300      TRUE 2022-11-29 01:00:00
## 5301      TRUE 2022-11-29 01:00:00
## 5302      TRUE 2022-11-29 01:00:00
## 5303      TRUE 2022-11-29 01:00:00
## 5304      TRUE 2022-11-29 01:00:00
## 5305      TRUE 2022-11-29 01:00:00
## 5306      TRUE 2022-11-29 01:00:00
## 5307      TRUE 2022-11-29 01:00:00
## 5308      TRUE 2022-11-29 01:00:00
## 5309      TRUE 2022-11-29 01:00:00
## 5310      TRUE 2022-11-29 01:00:00
## 5311      TRUE 2022-11-29 01:00:00
## 5312      TRUE 2022-11-29 01:00:00
## 5313      TRUE 2022-11-29 01:00:00
## 5314      TRUE 2022-11-29 01:00:00
## 5315      TRUE 2022-11-29 01:00:00
## 5316      TRUE 2022-11-29 01:00:00
## 5317      TRUE 2022-11-29 01:00:00
## 5318      TRUE 2022-11-29 01:00:00
## 5319      TRUE 2022-11-29 01:00:00
## 5320      TRUE 2022-11-29 01:00:00
## 5321      TRUE 2022-11-29 01:00:00
## 5322      TRUE 2022-11-29 01:00:00
## 5323      TRUE 2022-11-29 01:00:00
## 5324      TRUE 2022-11-29 01:00:00
## 5325      TRUE 2022-11-29 01:00:00
## 5326      TRUE 2022-11-29 01:00:00
## 5327      TRUE 2022-11-29 01:00:00
## 5328      TRUE 2022-11-29 01:00:00
## 5329      TRUE 2022-11-29 01:00:00
## 5330      TRUE 2022-11-29 01:00:00
## 5331      TRUE 2022-11-29 01:00:00
## 5332      TRUE 2022-11-29 01:00:00
## 5333      TRUE 2022-11-29 01:00:00
## 5334      TRUE 2022-11-29 01:00:00
## 5335      TRUE 2022-11-29 01:00:00
## 5336      TRUE 2022-11-29 01:00:00
## 5337      TRUE 2022-11-29 01:00:00
## 5338      TRUE 2022-11-29 01:00:00
## 5339      TRUE 2022-11-29 00:00:00
## 5340      TRUE 2022-11-29 00:00:00
## 5341      TRUE 2022-11-29 00:00:00
## 5342      TRUE 2022-11-29 00:00:00
## 5343      TRUE 2022-11-29 00:00:00
## 5344      TRUE 2022-11-29 00:00:00
## 5345      TRUE 2022-11-29 00:00:00
## 5346      TRUE 2022-11-29 00:00:00
## 5347      TRUE 2022-11-29 00:00:00
## 5348      TRUE 2022-11-29 00:00:00
## 5349      TRUE 2022-11-29 00:00:00
## 5350      TRUE 2022-11-29 00:00:00
## 5351      TRUE 2022-11-29 00:00:00
## 5352      TRUE 2022-11-29 00:00:00
## 5353      TRUE 2022-11-29 00:00:00
## 5354      TRUE 2022-11-29 00:00:00
## 5355      TRUE 2022-11-29 00:00:00
## 5356      TRUE 2022-11-29 00:00:00
## 5357      TRUE 2022-11-29 00:00:00
## 5358      TRUE 2022-11-29 00:00:00
## 5359      TRUE 2022-11-29 00:00:00
## 5360      TRUE 2022-11-29 00:00:00
## 5361      TRUE 2022-11-29 00:00:00
## 5362      TRUE 2022-11-29 00:00:00
## 5363      TRUE 2022-11-29 00:00:00
## 5364      TRUE 2022-11-29 00:00:00
## 5365      TRUE 2022-11-29 00:00:00
## 5366      TRUE 2022-11-29 00:00:00
## 5367      TRUE 2022-11-29 00:00:00
## 5368      TRUE 2022-11-29 00:00:00
## 5369      TRUE 2022-11-29 00:00:00
## 5370      TRUE 2022-11-29 00:00:00
## 5371      TRUE 2022-11-29 00:00:00
## 5372      TRUE 2022-11-29 00:00:00
## 5373      TRUE 2022-11-29 00:00:00
## 5374      TRUE 2022-11-29 00:00:00
## 5375      TRUE 2022-11-29 00:00:00
## 5376      TRUE 2022-11-29 00:00:00
## 5377      TRUE 2022-11-29 00:00:00
## 5378      TRUE 2022-11-29 00:00:00
## 5379      TRUE 2022-11-29 00:00:00
## 5380      TRUE 2022-11-29 00:00:00
## 5381      TRUE 2022-11-29 00:00:00
## 5382      TRUE 2022-11-29 00:00:00
## 5383      TRUE 2022-11-29 00:00:00
## 5384      TRUE 2022-11-29 00:00:00
## 5385      TRUE 2022-11-29 00:00:00
## 5386      TRUE 2022-11-29 00:00:00
## 5387      TRUE 2022-11-29 00:00:00
## 5388      TRUE 2022-11-29 00:00:00
## 5389      TRUE 2022-11-29 00:00:00
## 5390      TRUE 2022-11-29 00:00:00
## 5391      TRUE 2022-11-29 00:00:00
## 5392      TRUE 2022-11-29 00:00:00
## 5393      TRUE 2022-11-29 00:00:00
## 5394      TRUE 2022-11-29 00:00:00
## 5395      TRUE 2022-11-29 00:00:00
## 5396      TRUE 2022-11-29 00:00:00
## 5397      TRUE 2022-11-29 00:00:00
## 5398      TRUE 2022-11-29 00:00:00
## 5399      TRUE 2022-11-29 00:00:00
## 5400      TRUE 2022-11-29 00:00:00
## 5401      TRUE 2022-11-29 00:00:00
## 5402      TRUE 2022-11-29 00:00:00
## 5403      TRUE 2022-11-29 00:00:00
## 5404      TRUE 2022-11-29 00:00:00
## 5405      TRUE 2022-11-29 00:00:00
## 5406      TRUE 2022-11-29 00:00:00
## 5407      TRUE 2022-11-29 00:00:00
## 5408      TRUE 2022-11-29 00:00:00
## 5409      TRUE 2022-11-29 00:00:00
## 5410      TRUE 2022-11-29 00:00:00
## 5411      TRUE 2022-11-29 00:00:00
## 5412      TRUE 2022-11-29 00:00:00
## 5413      TRUE 2022-11-29 00:00:00
## 5414      TRUE 2022-11-29 00:00:00
## 5415      TRUE 2022-11-29 00:00:00
## 5416      TRUE 2022-11-29 00:00:00
## 5417      TRUE 2022-11-29 00:00:00
## 5418      TRUE 2022-11-29 00:00:00
## 5419      TRUE 2022-11-29 00:00:00
## 5420      TRUE 2022-11-29 00:00:00
## 5421      TRUE 2022-11-29 00:00:00
## 5422      TRUE 2022-11-29 00:00:00
## 5423      TRUE 2022-11-29 00:00:00
## 5424      TRUE 2022-11-29 00:00:00
## 5425      TRUE 2022-11-29 00:00:00
## 5426      TRUE 2022-11-29 00:00:00
## 5427      TRUE 2022-11-29 00:00:00
## 5428      TRUE 2022-11-29 00:00:00
## 5429      TRUE 2022-11-29 00:00:00
## 5430      TRUE 2022-11-29 00:00:00
## 5431      TRUE 2022-11-29 00:00:00
## 5432      TRUE 2022-11-29 00:00:00
## 5433      TRUE 2022-11-29 00:00:00
## 5434      TRUE 2022-11-29 00:00:00
## 5435      TRUE 2022-11-29 00:00:00
## 5436      TRUE 2022-11-29 00:00:00
## 5437      TRUE 2022-11-29 00:00:00
## 5438      TRUE 2022-11-29 00:00:00
## 5439      TRUE 2022-11-29 00:00:00
## 5440      TRUE 2022-11-29 00:00:00
## 5441      TRUE 2022-11-29 00:00:00
## 5442      TRUE 2022-11-29 00:00:00
## 5443      TRUE 2022-11-29 00:00:00
## 5444      TRUE 2022-11-29 00:00:00
## 5445      TRUE 2022-11-29 00:00:00
## 5446      TRUE 2022-11-29 00:00:00
## 5447      TRUE 2022-11-29 00:00:00
## 5448      TRUE 2022-11-29 00:00:00
## 5449      TRUE 2022-11-29 00:00:00
## 5450      TRUE 2022-11-29 00:00:00
## 5451      TRUE 2022-11-29 00:00:00
## 5452      TRUE 2022-11-29 00:00:00
## 5453      TRUE 2022-11-29 00:00:00
## 5454      TRUE 2022-11-29 00:00:00
## 5455      TRUE 2022-11-29 00:00:00
## 5456      TRUE 2022-11-29 00:00:00
## 5457      TRUE 2022-11-29 00:00:00
## 5458      TRUE 2022-11-29 00:00:00
## 5459      TRUE 2022-11-29 00:00:00
## 5460      TRUE 2022-11-29 00:00:00
## 5461      TRUE 2022-11-29 00:00:00
## 5462      TRUE 2022-11-29 00:00:00
## 5463      TRUE 2022-11-29 00:00:00
## 5464      TRUE 2022-11-29 00:00:00
## 5465      TRUE 2022-11-29 00:00:00
## 5466      TRUE 2022-11-29 00:00:00
## 5467      TRUE 2022-11-29 00:00:00
## 5468      TRUE 2022-11-29 00:00:00
## 5469      TRUE 2022-11-29 00:00:00
## 5470      TRUE 2022-11-29 00:00:00
## 5471      TRUE 2022-11-29 00:00:00
## 5472      TRUE 2022-11-29 00:00:00
## 5473      TRUE 2022-11-29 00:00:00
## 5474      TRUE 2022-11-29 00:00:00
## 5475      TRUE 2022-11-29 00:00:00
## 5476      TRUE 2022-11-29 00:00:00
## 5477      TRUE 2022-11-29 00:00:00
## 5478      TRUE 2022-11-29 00:00:00
## 5479      TRUE 2022-11-29 00:00:00
## 5480      TRUE 2022-11-29 00:00:00
## 5481      TRUE 2022-11-29 00:00:00
## 5482      TRUE 2022-11-29 00:00:00
## 5483      TRUE 2022-11-29 00:00:00
## 5484      TRUE 2022-11-29 00:00:00
## 5485      TRUE 2022-11-29 00:00:00
## 5486      TRUE 2022-11-29 00:00:00
## 5487      TRUE 2022-11-29 00:00:00
## 5488      TRUE 2022-11-29 00:00:00
## 5489      TRUE 2022-11-29 00:00:00
## 5490      TRUE 2022-11-29 00:00:00
## 5491      TRUE 2022-11-29 00:00:00
## 5492      TRUE 2022-11-29 00:00:00
## 5493      TRUE 2022-11-29 00:00:00
## 5494      TRUE 2022-11-29 00:00:00
## 5495      TRUE 2022-11-29 00:00:00
## 5496      TRUE 2022-11-29 00:00:00
## 5497      TRUE 2022-11-29 00:00:00
## 5498      TRUE 2022-11-29 00:00:00
## 5499      TRUE 2022-11-29 00:00:00
## 5500      TRUE 2022-11-29 00:00:00
## 5501      TRUE 2022-11-29 00:00:00
## 5502      TRUE 2022-11-29 00:00:00
## 5503      TRUE 2022-11-29 00:00:00
## 5504      TRUE 2022-11-29 00:00:00
## 5505      TRUE 2022-11-29 00:00:00
## 5506      TRUE 2022-11-29 00:00:00
## 5507      TRUE 2022-11-29 00:00:00
## 5508      TRUE 2022-11-29 00:00:00
## 5509      TRUE 2022-11-29 00:00:00
## 5510      TRUE 2022-11-29 00:00:00
## 5511      TRUE 2022-11-29 00:00:00
## 5512      TRUE 2022-11-29 00:00:00
## 5513      TRUE 2022-11-29 00:00:00
## 5514      TRUE 2022-11-29 00:00:00
## 5515      TRUE 2022-11-29 00:00:00
## 5516      TRUE 2022-11-29 00:00:00
## 5517      TRUE 2022-11-29 00:00:00
## 5518      TRUE 2022-11-29 00:00:00
## 5519      TRUE 2022-11-29 00:00:00
## 5520      TRUE 2022-11-29 00:00:00
## 5521      TRUE 2022-11-29 00:00:00
## 5522      TRUE 2022-11-29 00:00:00
## 5523      TRUE 2022-11-29 00:00:00
## 5524      TRUE 2022-11-29 00:00:00
## 5525      TRUE 2022-11-29 00:00:00
## 5526      TRUE 2022-11-29 00:00:00
## 5527      TRUE 2022-11-29 00:00:00
## 5528      TRUE 2022-11-29 00:00:00
## 5529      TRUE 2022-11-29 00:00:00
## 5530      TRUE 2022-11-29 00:00:00
## 5531      TRUE 2022-11-29 00:00:00
## 5532      TRUE 2022-11-29 00:00:00
## 5533      TRUE 2022-11-29 00:00:00
## 5534      TRUE 2022-11-29 00:00:00
## 5535      TRUE 2022-11-29 00:00:00
## 5536      TRUE 2022-11-29 00:00:00
## 5537      TRUE 2022-11-29 00:00:00
## 5538      TRUE 2022-11-29 00:00:00
## 5539      TRUE 2022-11-29 00:00:00
## 5540      TRUE 2022-11-29 00:00:00
## 5541      TRUE 2022-11-29 00:00:00
## 5542      TRUE 2022-11-29 00:00:00
## 5543      TRUE 2022-11-29 00:00:00
## 5544      TRUE 2022-11-29 00:00:00
## 5545      TRUE 2022-11-29 00:00:00
## 5546      TRUE 2022-11-29 00:00:00
## 5547      TRUE 2022-11-29 00:00:00
## 5548      TRUE 2022-11-29 00:00:00
## 5549      TRUE 2022-11-29 00:00:00
## 5550      TRUE 2022-11-29 00:00:00
## 5551      TRUE 2022-11-29 00:00:00
## 5552      TRUE 2022-11-29 00:00:00
## 5553      TRUE 2022-11-29 00:00:00
## 5554      TRUE 2022-11-29 00:00:00
## 5555      TRUE 2022-11-29 00:00:00
## 5556      TRUE 2022-11-29 00:00:00
## 5557      TRUE 2022-11-29 00:00:00
## 5558      TRUE 2022-11-29 00:00:00
## 5559      TRUE 2022-11-29 00:00:00
## 5560      TRUE 2022-11-29 00:00:00
## 5561      TRUE 2022-11-29 00:00:00
## 5562      TRUE 2022-11-29 00:00:00
## 5563      TRUE 2022-11-29 00:00:00
## 5564      TRUE 2022-11-29 00:00:00
## 5565      TRUE 2022-11-29 00:00:00
## 5566      TRUE 2022-11-29 00:00:00
## 5567      TRUE 2022-11-29 00:00:00
## 5568      TRUE 2022-11-29 00:00:00
## 5569      TRUE 2022-11-29 00:00:00
## 5570      TRUE 2022-11-29 00:00:00
## 5571      TRUE 2022-11-29 00:00:00
## 5572      TRUE 2022-11-29 00:00:00
## 5573      TRUE 2022-11-28 23:00:00
## 5574      TRUE 2022-11-28 23:00:00
## 5575      TRUE 2022-11-28 23:00:00
## 5576      TRUE 2022-11-28 23:00:00
## 5577      TRUE 2022-11-28 23:00:00
## 5578      TRUE 2022-11-28 23:00:00
## 5579      TRUE 2022-11-28 23:00:00
## 5580      TRUE 2022-11-28 23:00:00
## 5581      TRUE 2022-11-28 23:00:00
## 5582      TRUE 2022-11-28 23:00:00
## 5583      TRUE 2022-11-28 23:00:00
## 5584      TRUE 2022-11-28 23:00:00
## 5585      TRUE 2022-11-28 23:00:00
## 5586      TRUE 2022-11-28 23:00:00
## 5587      TRUE 2022-11-28 23:00:00
## 5588      TRUE 2022-11-28 23:00:00
## 5589      TRUE 2022-11-28 23:00:00
## 5590      TRUE 2022-11-28 23:00:00
## 5591      TRUE 2022-11-28 23:00:00
## 5592      TRUE 2022-11-28 23:00:00
## 5593      TRUE 2022-11-28 23:00:00
## 5594      TRUE 2022-11-28 23:00:00
## 5595      TRUE 2022-11-28 23:00:00
## 5596      TRUE 2022-11-28 23:00:00
## 5597      TRUE 2022-11-28 23:00:00
## 5598      TRUE 2022-11-28 23:00:00
## 5599      TRUE 2022-11-28 23:00:00
## 5600      TRUE 2022-11-28 23:00:00
## 5601      TRUE 2022-11-28 23:00:00
## 5602      TRUE 2022-11-28 23:00:00
## 5603      TRUE 2022-11-28 23:00:00
## 5604      TRUE 2022-11-28 23:00:00
## 5605      TRUE 2022-11-28 23:00:00
## 5606      TRUE 2022-11-28 23:00:00
## 5607      TRUE 2022-11-28 23:00:00
## 5608      TRUE 2022-11-28 23:00:00
## 5609      TRUE 2022-11-28 23:00:00
## 5610      TRUE 2022-11-28 23:00:00
## 5611      TRUE 2022-11-28 23:00:00
## 5612      TRUE 2022-11-28 23:00:00
## 5613      TRUE 2022-11-28 23:00:00
## 5614      TRUE 2022-11-28 23:00:00
## 5615      TRUE 2022-11-28 23:00:00
## 5616      TRUE 2022-11-28 23:00:00
## 5617      TRUE 2022-11-28 23:00:00
## 5618      TRUE 2022-11-28 23:00:00
## 5619      TRUE 2022-11-28 23:00:00
## 5620      TRUE 2022-11-28 23:00:00
## 5621      TRUE 2022-11-28 23:00:00
## 5622      TRUE 2022-11-28 23:00:00
## 5623      TRUE 2022-11-28 23:00:00
## 5624      TRUE 2022-11-28 23:00:00
## 5625      TRUE 2022-11-28 23:00:00
## 5626      TRUE 2022-11-28 23:00:00
## 5627      TRUE 2022-11-28 23:00:00
## 5628      TRUE 2022-11-28 23:00:00
## 5629      TRUE 2022-11-28 23:00:00
## 5630      TRUE 2022-11-28 23:00:00
## 5631      TRUE 2022-11-28 23:00:00
## 5632      TRUE 2022-11-28 23:00:00
## 5633      TRUE 2022-11-28 23:00:00
## 5634      TRUE 2022-11-28 23:00:00
## 5635      TRUE 2022-11-28 23:00:00
## 5636      TRUE 2022-11-28 23:00:00
## 5637      TRUE 2022-11-28 23:00:00
## 5638      TRUE 2022-11-28 23:00:00
## 5639      TRUE 2022-11-28 23:00:00
## 5640      TRUE 2022-11-28 23:00:00
## 5641      TRUE 2022-11-28 23:00:00
## 5642      TRUE 2022-11-28 23:00:00
## 5643      TRUE 2022-11-28 23:00:00
## 5644      TRUE 2022-11-28 23:00:00
## 5645      TRUE 2022-11-28 23:00:00
## 5646      TRUE 2022-11-28 23:00:00
## 5647      TRUE 2022-11-28 23:00:00
## 5648      TRUE 2022-11-28 23:00:00
## 5649      TRUE 2022-11-28 23:00:00
## 5650      TRUE 2022-11-28 23:00:00
## 5651      TRUE 2022-11-28 23:00:00
## 5652      TRUE 2022-11-28 23:00:00
## 5653      TRUE 2022-11-28 23:00:00
## 5654      TRUE 2022-11-28 23:00:00
## 5655      TRUE 2022-11-28 23:00:00
## 5656      TRUE 2022-11-28 23:00:00
## 5657      TRUE 2022-11-28 23:00:00
## 5658      TRUE 2022-11-28 23:00:00
## 5659      TRUE 2022-11-28 23:00:00
## 5660      TRUE 2022-11-28 23:00:00
## 5661      TRUE 2022-11-28 23:00:00
## 5662      TRUE 2022-11-28 23:00:00
## 5663      TRUE 2022-11-28 23:00:00
## 5664      TRUE 2022-11-28 23:00:00
## 5665      TRUE 2022-11-28 23:00:00
## 5666      TRUE 2022-11-28 23:00:00
## 5667      TRUE 2022-11-28 23:00:00
## 5668      TRUE 2022-11-28 23:00:00
## 5669      TRUE 2022-11-28 23:00:00
## 5670      TRUE 2022-11-28 23:00:00
## 5671      TRUE 2022-11-28 23:00:00
## 5672      TRUE 2022-11-28 23:00:00
## 5673      TRUE 2022-11-28 23:00:00
## 5674      TRUE 2022-11-28 23:00:00
## 5675      TRUE 2022-11-28 23:00:00
## 5676      TRUE 2022-11-28 23:00:00
## 5677      TRUE 2022-11-28 23:00:00
## 5678      TRUE 2022-11-28 23:00:00
## 5679      TRUE 2022-11-28 23:00:00
## 5680      TRUE 2022-11-28 23:00:00
## 5681      TRUE 2022-11-28 23:00:00
## 5682      TRUE 2022-11-28 23:00:00
## 5683      TRUE 2022-11-28 23:00:00
## 5684      TRUE 2022-11-28 23:00:00
## 5685      TRUE 2022-11-28 23:00:00
## 5686      TRUE 2022-11-28 23:00:00
## 5687      TRUE 2022-11-28 23:00:00
## 5688      TRUE 2022-11-28 23:00:00
## 5689      TRUE 2022-11-28 23:00:00
## 5690      TRUE 2022-11-28 23:00:00
## 5691      TRUE 2022-11-28 23:00:00
## 5692      TRUE 2022-11-28 23:00:00
## 5693      TRUE 2022-11-28 23:00:00
## 5694      TRUE 2022-11-28 23:00:00
## 5695      TRUE 2022-11-28 23:00:00
## 5696      TRUE 2022-11-28 23:00:00
## 5697      TRUE 2022-11-28 23:00:00
## 5698      TRUE 2022-11-28 23:00:00
## 5699      TRUE 2022-11-28 23:00:00
## 5700      TRUE 2022-11-28 23:00:00
## 5701      TRUE 2022-11-28 23:00:00
## 5702      TRUE 2022-11-28 23:00:00
## 5703      TRUE 2022-11-28 23:00:00
## 5704      TRUE 2022-11-28 23:00:00
## 5705      TRUE 2022-11-28 23:00:00
## 5706      TRUE 2022-11-28 23:00:00
## 5707      TRUE 2022-11-28 23:00:00
## 5708      TRUE 2022-11-28 23:00:00
## 5709      TRUE 2022-11-28 23:00:00
## 5710      TRUE 2022-11-28 23:00:00
## 5711      TRUE 2022-11-28 23:00:00
## 5712      TRUE 2022-11-28 23:00:00
## 5713      TRUE 2022-11-28 23:00:00
## 5714      TRUE 2022-11-28 23:00:00
## 5715      TRUE 2022-11-28 23:00:00
## 5716      TRUE 2022-11-28 23:00:00
## 5717      TRUE 2022-11-28 23:00:00
## 5718      TRUE 2022-11-28 23:00:00
## 5719      TRUE 2022-11-28 23:00:00
## 5720      TRUE 2022-11-28 23:00:00
## 5721      TRUE 2022-11-28 23:00:00
## 5722      TRUE 2022-11-28 23:00:00
## 5723      TRUE 2022-11-28 23:00:00
## 5724      TRUE 2022-11-28 23:00:00
## 5725      TRUE 2022-11-28 23:00:00
## 5726      TRUE 2022-11-28 23:00:00
## 5727      TRUE 2022-11-28 23:00:00
## 5728      TRUE 2022-11-28 23:00:00
## 5729      TRUE 2022-11-28 23:00:00
## 5730      TRUE 2022-11-28 23:00:00
## 5731      TRUE 2022-11-28 23:00:00
## 5732      TRUE 2022-11-28 23:00:00
## 5733      TRUE 2022-11-28 23:00:00
## 5734      TRUE 2022-11-28 23:00:00
## 5735      TRUE 2022-11-28 23:00:00
## 5736      TRUE 2022-11-28 23:00:00
## 5737      TRUE 2022-11-28 23:00:00
## 5738      TRUE 2022-11-28 23:00:00
## 5739      TRUE 2022-11-28 23:00:00
## 5740      TRUE 2022-11-28 23:00:00
## 5741      TRUE 2022-11-28 23:00:00
## 5742      TRUE 2022-11-28 23:00:00
## 5743      TRUE 2022-11-28 23:00:00
## 5744      TRUE 2022-11-28 23:00:00
## 5745      TRUE 2022-11-28 23:00:00
## 5746      TRUE 2022-11-28 23:00:00
## 5747      TRUE 2022-11-28 23:00:00
## 5748      TRUE 2022-11-28 23:00:00
## 5749      TRUE 2022-11-28 23:00:00
## 5750      TRUE 2022-11-28 23:00:00
## 5751      TRUE 2022-11-28 23:00:00
## 5752      TRUE 2022-11-28 23:00:00
## 5753      TRUE 2022-11-28 23:00:00
## 5754      TRUE 2022-11-28 23:00:00
## 5755      TRUE 2022-11-28 23:00:00
## 5756      TRUE 2022-11-28 23:00:00
## 5757      TRUE 2022-11-28 23:00:00
## 5758      TRUE 2022-11-28 23:00:00
## 5759      TRUE 2022-11-28 23:00:00
## 5760      TRUE 2022-11-28 23:00:00
## 5761      TRUE 2022-11-28 23:00:00
## 5762      TRUE 2022-11-28 23:00:00
## 5763      TRUE 2022-11-28 23:00:00
## 5764      TRUE 2022-11-28 23:00:00
## 5765      TRUE 2022-11-28 23:00:00
## 5766      TRUE 2022-11-28 23:00:00
## 5767      TRUE 2022-11-28 23:00:00
## 5768      TRUE 2022-11-28 23:00:00
## 5769      TRUE 2022-11-28 22:00:00
## 5770      TRUE 2022-11-28 22:00:00
## 5771      TRUE 2022-11-28 22:00:00
## 5772      TRUE 2022-11-28 22:00:00
## 5773      TRUE 2022-11-28 22:00:00
## 5774      TRUE 2022-11-28 22:00:00
## 5775      TRUE 2022-11-28 22:00:00
## 5776      TRUE 2022-11-28 22:00:00
## 5777      TRUE 2022-11-28 22:00:00
## 5778      TRUE 2022-11-28 22:00:00
## 5779      TRUE 2022-11-28 22:00:00
## 5780      TRUE 2022-11-28 22:00:00
## 5781      TRUE 2022-11-28 22:00:00
## 5782      TRUE 2022-11-28 22:00:00
## 5783      TRUE 2022-11-28 22:00:00
## 5784      TRUE 2022-11-28 22:00:00
## 5785      TRUE 2022-11-28 22:00:00
## 5786      TRUE 2022-11-28 22:00:00
## 5787      TRUE 2022-11-28 22:00:00
## 5788      TRUE 2022-11-28 22:00:00
## 5789      TRUE 2022-11-28 22:00:00
## 5790      TRUE 2022-11-28 22:00:00
## 5791      TRUE 2022-11-28 22:00:00
## 5792      TRUE 2022-11-28 22:00:00
## 5793      TRUE 2022-11-28 22:00:00
## 5794      TRUE 2022-11-28 22:00:00
## 5795      TRUE 2022-11-28 22:00:00
## 5796      TRUE 2022-11-28 22:00:00
## 5797      TRUE 2022-11-28 22:00:00
## 5798      TRUE 2022-11-28 22:00:00
## 5799      TRUE 2022-11-28 22:00:00
## 5800      TRUE 2022-11-28 22:00:00
## 5801      TRUE 2022-11-28 22:00:00
## 5802      TRUE 2022-11-28 22:00:00
## 5803      TRUE 2022-11-28 22:00:00
## 5804      TRUE 2022-11-28 22:00:00
## 5805      TRUE 2022-11-28 22:00:00
## 5806      TRUE 2022-11-28 22:00:00
## 5807      TRUE 2022-11-28 22:00:00
## 5808      TRUE 2022-11-28 22:00:00
## 5809      TRUE 2022-11-28 22:00:00
## 5810      TRUE 2022-11-28 22:00:00
## 5811      TRUE 2022-11-28 22:00:00
## 5812      TRUE 2022-11-28 22:00:00
## 5813      TRUE 2022-11-28 22:00:00
## 5814      TRUE 2022-11-28 22:00:00
## 5815      TRUE 2022-11-28 22:00:00
## 5816      TRUE 2022-11-28 22:00:00
## 5817      TRUE 2022-11-28 22:00:00
## 5818      TRUE 2022-11-28 22:00:00
## 5819      TRUE 2022-11-28 22:00:00
## 5820      TRUE 2022-11-28 22:00:00
## 5821      TRUE 2022-11-28 22:00:00
## 5822      TRUE 2022-11-28 22:00:00
## 5823      TRUE 2022-11-28 22:00:00
## 5824      TRUE 2022-11-28 22:00:00
## 5825      TRUE 2022-11-28 22:00:00
## 5826      TRUE 2022-11-28 22:00:00
## 5827      TRUE 2022-11-28 22:00:00
## 5828      TRUE 2022-11-28 22:00:00
## 5829      TRUE 2022-11-28 22:00:00
## 5830      TRUE 2022-11-28 22:00:00
## 5831      TRUE 2022-11-28 22:00:00
## 5832      TRUE 2022-11-28 22:00:00
## 5833      TRUE 2022-11-28 22:00:00
## 5834      TRUE 2022-11-28 22:00:00
## 5835      TRUE 2022-11-28 22:00:00
## 5836      TRUE 2022-11-28 22:00:00
## 5837      TRUE 2022-11-28 22:00:00
## 5838      TRUE 2022-11-28 22:00:00
## 5839      TRUE 2022-11-28 22:00:00
## 5840      TRUE 2022-11-28 22:00:00
## 5841      TRUE 2022-11-28 22:00:00
## 5842      TRUE 2022-11-28 22:00:00
## 5843      TRUE 2022-11-28 22:00:00
## 5844      TRUE 2022-11-28 22:00:00
## 5845      TRUE 2022-11-28 22:00:00
## 5846      TRUE 2022-11-28 22:00:00
## 5847      TRUE 2022-11-28 22:00:00
## 5848      TRUE 2022-11-28 22:00:00
## 5849      TRUE 2022-11-28 22:00:00
## 5850      TRUE 2022-11-28 22:00:00
## 5851      TRUE 2022-11-28 22:00:00
## 5852      TRUE 2022-11-28 22:00:00
## 5853      TRUE 2022-11-28 22:00:00
## 5854      TRUE 2022-11-28 22:00:00
## 5855      TRUE 2022-11-28 22:00:00
## 5856      TRUE 2022-11-28 22:00:00
## 5857      TRUE 2022-11-28 22:00:00
## 5858      TRUE 2022-11-28 22:00:00
## 5859      TRUE 2022-11-28 22:00:00
## 5860      TRUE 2022-11-28 22:00:00
## 5861      TRUE 2022-11-28 22:00:00
## 5862      TRUE 2022-11-28 22:00:00
## 5863      TRUE 2022-11-28 22:00:00
## 5864      TRUE 2022-11-28 22:00:00
## 5865      TRUE 2022-11-28 22:00:00
## 5866      TRUE 2022-11-28 22:00:00
## 5867      TRUE 2022-11-28 22:00:00
## 5868      TRUE 2022-11-28 22:00:00
## 5869      TRUE 2022-11-28 22:00:00
## 5870      TRUE 2022-11-28 22:00:00
## 5871      TRUE 2022-11-28 22:00:00
## 5872      TRUE 2022-11-28 22:00:00
## 5873      TRUE 2022-11-28 22:00:00
## 5874      TRUE 2022-11-28 22:00:00
## 5875      TRUE 2022-11-28 22:00:00
## 5876      TRUE 2022-11-28 22:00:00
## 5877      TRUE 2022-11-28 22:00:00
## 5878      TRUE 2022-11-28 22:00:00
## 5879      TRUE 2022-11-28 22:00:00
## 5880      TRUE 2022-11-28 22:00:00
## 5881      TRUE 2022-11-28 22:00:00
## 5882      TRUE 2022-11-28 22:00:00
## 5883      TRUE 2022-11-28 22:00:00
## 5884      TRUE 2022-11-28 22:00:00
## 5885      TRUE 2022-11-28 22:00:00
## 5886      TRUE 2022-11-28 22:00:00
## 5887      TRUE 2022-11-28 22:00:00
## 5888      TRUE 2022-11-28 22:00:00
## 5889      TRUE 2022-11-28 22:00:00
## 5890      TRUE 2022-11-28 22:00:00
## 5891      TRUE 2022-11-28 22:00:00
## 5892      TRUE 2022-11-28 22:00:00
## 5893      TRUE 2022-11-28 22:00:00
## 5894      TRUE 2022-11-28 22:00:00
## 5895      TRUE 2022-11-28 22:00:00
## 5896      TRUE 2022-11-28 22:00:00
## 5897      TRUE 2022-11-28 22:00:00
## 5898      TRUE 2022-11-28 22:00:00
## 5899      TRUE 2022-11-28 22:00:00
## 5900      TRUE 2022-11-28 22:00:00
## 5901      TRUE 2022-11-28 22:00:00
## 5902      TRUE 2022-11-28 22:00:00
## 5903      TRUE 2022-11-28 22:00:00
## 5904      TRUE 2022-11-28 22:00:00
## 5905      TRUE 2022-11-28 22:00:00
## 5906      TRUE 2022-11-28 22:00:00
## 5907      TRUE 2022-11-28 22:00:00
## 5908      TRUE 2022-11-28 22:00:00
## 5909      TRUE 2022-11-28 22:00:00
## 5910      TRUE 2022-11-28 22:00:00
## 5911      TRUE 2022-11-28 22:00:00
## 5912      TRUE 2022-11-28 22:00:00
## 5913      TRUE 2022-11-28 22:00:00
## 5914      TRUE 2022-11-28 22:00:00
## 5915      TRUE 2022-11-28 22:00:00
## 5916      TRUE 2022-11-28 22:00:00
## 5917      TRUE 2022-11-28 22:00:00
## 5918      TRUE 2022-11-28 22:00:00
## 5919      TRUE 2022-11-28 22:00:00
## 5920      TRUE 2022-11-28 22:00:00
## 5921      TRUE 2022-11-28 22:00:00
## 5922      TRUE 2022-11-28 22:00:00
## 5923      TRUE 2022-11-28 22:00:00
## 5924      TRUE 2022-11-28 22:00:00
## 5925      TRUE 2022-11-28 22:00:00
## 5926      TRUE 2022-11-28 22:00:00
## 5927      TRUE 2022-11-28 22:00:00
## 5928      TRUE 2022-11-28 22:00:00
## 5929      TRUE 2022-11-28 22:00:00
## 5930      TRUE 2022-11-28 22:00:00
## 5931      TRUE 2022-11-28 22:00:00
## 5932      TRUE 2022-11-28 22:00:00
## 5933      TRUE 2022-11-28 22:00:00
## 5934      TRUE 2022-11-28 22:00:00
## 5935      TRUE 2022-11-28 22:00:00
## 5936      TRUE 2022-11-28 22:00:00
## 5937      TRUE 2022-11-28 22:00:00
## 5938      TRUE 2022-11-28 22:00:00
## 5939      TRUE 2022-11-28 22:00:00
## 5940      TRUE 2022-11-28 22:00:00
## 5941      TRUE 2022-11-28 22:00:00
## 5942      TRUE 2022-11-28 22:00:00
## 5943      TRUE 2022-11-28 22:00:00
## 5944      TRUE 2022-11-28 22:00:00
## 5945      TRUE 2022-11-28 22:00:00
## 5946      TRUE 2022-11-28 22:00:00
## 5947      TRUE 2022-11-28 22:00:00
## 5948      TRUE 2022-11-28 22:00:00
## 5949      TRUE 2022-11-28 22:00:00
## 5950      TRUE 2022-11-28 22:00:00
## 5951      TRUE 2022-11-28 22:00:00
## 5952      TRUE 2022-11-28 22:00:00
## 5953      TRUE 2022-11-28 22:00:00
## 5954      TRUE 2022-11-28 22:00:00
## 5955      TRUE 2022-11-28 22:00:00
## 5956      TRUE 2022-11-28 22:00:00
## 5957      TRUE 2022-11-28 22:00:00
## 5958      TRUE 2022-11-28 22:00:00
## 5959      TRUE 2022-11-28 22:00:00
## 5960      TRUE 2022-11-28 22:00:00
## 5961      TRUE 2022-11-28 22:00:00
## 5962      TRUE 2022-11-28 22:00:00
## 5963      TRUE 2022-11-28 21:00:00
## 5964      TRUE 2022-11-28 21:00:00
## 5965      TRUE 2022-11-28 21:00:00
## 5966      TRUE 2022-11-28 21:00:00
## 5967      TRUE 2022-11-28 21:00:00
## 5968      TRUE 2022-11-28 21:00:00
## 5969      TRUE 2022-11-28 21:00:00
## 5970      TRUE 2022-11-28 21:00:00
## 5971      TRUE 2022-11-28 21:00:00
## 5972      TRUE 2022-11-28 21:00:00
## 5973      TRUE 2022-11-28 21:00:00
## 5974      TRUE 2022-11-28 21:00:00
## 5975      TRUE 2022-11-28 21:00:00
## 5976      TRUE 2022-11-28 21:00:00
## 5977      TRUE 2022-11-28 21:00:00
## 5978      TRUE 2022-11-28 21:00:00
## 5979      TRUE 2022-11-28 21:00:00
## 5980      TRUE 2022-11-28 21:00:00
## 5981      TRUE 2022-11-28 21:00:00
## 5982      TRUE 2022-11-28 21:00:00
## 5983      TRUE 2022-11-28 21:00:00
## 5984      TRUE 2022-11-28 21:00:00
## 5985      TRUE 2022-11-28 21:00:00
## 5986      TRUE 2022-11-28 21:00:00
## 5987      TRUE 2022-11-28 21:00:00
## 5988      TRUE 2022-11-28 21:00:00
## 5989      TRUE 2022-11-28 21:00:00
## 5990      TRUE 2022-11-28 21:00:00
## 5991      TRUE 2022-11-28 21:00:00
#Plotting
TRUE_DATA <- ggplot(CREATED_DATA, aes(x = Created_At_Round)) +
  geom_histogram(aes(fill = ..count..)) +
  theme(legend.position = "right") +
  xlab("Time") + ylab("Number of Retweets") + 
  scale_fill_gradient(low = "#132B43", high = "#56B1F7", space = "Lab",
                      na.value = "grey50", guide = "colourbar", aesthetics = "fill")

TRUE_DATA %>% ggplotly()
## Warning: The dot-dot notation (`..count..`) was deprecated in ggplot2 3.4.0.
## ℹ Please use `after_stat(count)` instead.
## ℹ The deprecated feature was likely used in the ggplot2 package.
##   Please report the issue at <]8;;https://github.com/tidyverse/ggplot2/issueshttps://github.com/tidyverse/ggplot2/issues]8;;>.
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

Grouping the FALSE_isRetweet_BLSERIES.

FALSE_isRetweet_BLSERIES %>%  
  group_by(1) %>%  
  summarise(max = max(created), min = min(created))
## # A tibble: 1 × 3
##     `1` max                 min                
##   <dbl> <dttm>              <dttm>             
## 1     1 2022-11-29 23:59:35 2022-11-28 21:17:47
CREATED_DATA2 <- FALSE_isRetweet_BLSERIES %>% mutate(Created_At_Round = created %>% round(units = 'hours') %>% as.POSIXct())
CREATED_DATA2
##           screenName
## 1          BL_Bunlim
## 2             bl_yj3
## 3     BitterBakeneko
## 4             bl_yj3
## 5              511NY
## 6              511NY
## 7       vampirizarte
## 8      hiddlermaniac
## 9           4fforce_
## 10   DanTheGreatGam1
## 11     akktheoryszel
## 12        BLXBLU_BBB
## 13        ItzThanoxz
## 14    Killmoenetwork
## 15       JonesMarkLB
## 16       kongs_heart
## 17   moralcompassbot
## 18    winnifred33tcn
## 19         IndyyProg
## 20     _Captain_Duck
## 21           zxidart
## 22        ItzThanoxz
## 23        aplethoras
## 24     PinellasCo911
## 25     _termoderiver
## 26        Danzo51196
## 27    yeagerbonebone
## 28         anuBindu2
## 29      BL_Balthaser
## 30        zeezpazeez
## 31   catalinamadridd
## 32    RebirthShadows
## 33       auer42tzgzh
## 34       fan_booking
## 35       jvang199027
## 36          yvethral
## 37          sgo0dman
## 38          PWarrenn
## 39     robinschnelle
## 40         tonny_bl_
## 41        FinderCard
## 42        PinkyMomo_
## 43         FishNft26
## 44      UviPoznansky
## 45          ReyenEwl
## 46        FSketchy52
## 47           summosa
## 48      YundtKristin
## 49   FANTASTICRADIOO
## 50        iCEofABUJA
## 51           A0KITAN
## 52   ShoppingAlertUK
## 53       happy166801
## 54       eunluna_KIM
## 55       yanomanikaa
## 56      heelsiblings
## 57            k43Iuc
## 58       umiisyafiqa
## 59      bartellbvoxu
## 60      tyciackerman
## 61       jooniebyeol
## 62         erisebeth
## 63         growthrev
## 64         growthrev
## 65      boywifegacha
## 66         shiibak13
## 67     shainn_rgkysb
## 68     sensememories
## 69   hermit_wanderer
## 70            bl_yj3
## 71             6C_BL
## 72            bl_yj3
## 73          bavani_i
## 74   CrowdsourcedPol
## 75       effertztmgw
## 76    Btsarmybllover
## 77       unalacuna22
## 78   BlackLo39629533
## 79       GaylesbianC
## 80    luiseduardo194
## 81     wizard_pirate
## 82   SuckMyBigToez69
## 83    kdrama_menfess
## 84      SherifUsman7
## 85      ZentraSunday
## 86            myvsta
## 87      BL_Balthaser
## 88   BlackLo39629533
## 89           LJHXSha
## 90     ApoVotingTeam
## 91    sk8terboypercy
## 92   smolsdarklightr
## 93   CrowdsourcedPol
## 94          Clara15B
## 95       Hank_HeyNow
## 96            bl_yj3
## 97      Xime98653455
## 98        Krashface1
## 99             nkulw
## 100    giodrocketman
## 101          Peejun_
## 102   wendigochild13
## 103    goodheartsith
## 104  thebottomlounge
## 105       aplethoras
## 106    Lahori_Munda9
## 107   Megawarrior345
## 108        ryan14lje
## 109        SeasickDK
## 110   BeetfarmerDave
## 111   windler15oomrc
## 112         tessia_6
## 113       TRtheTitan
## 114    Sans_udertale
## 115     Black_Larry3
## 116           euu_bl
## 117        tiianshan
## 118    Bl_ackDelight
## 119      2Ha__ranwan
## 120   NishaVillafana
## 121  world_of_bl_com
## 122    ApoVotingTeam
## 123       RonLinkins
## 124     walker61gwkv
## 125     MyBLCalendar
## 126  XiaoYan46109219
## 127    ParlonsBLAsie
## 128       jutsuzuban
## 129       Krashface1
## 130    ParlonsBLAsie
## 131        melvin_bl
## 132      AndyClark22
## 133       wooziiness
## 134        GWalter65
## 135      2Ha__ranwan
## 136    PapalZouaveUS
## 137        zunami261
## 138    steveconaway1
## 139     bluechipcard
## 140   Kim_YoonSprite
## 141  kitty_witty_cat
## 142     Truffle_Soul
## 143     NothingSamy_
## 144      tallandtrue
## 145      jimmy_darke
## 146         bl_4_eva
## 147   biumipastelito
## 148        kajiiyama
## 149   hamadazidan555
## 150           bl_yj3
## 151          rimbai_
## 152        lumpspark
## 153      TyWahlbrink
## 154  AvinashNongtho1
## 155          EelYuri
## 156        bl_ag_inc
## 157    LimpongMarvin
## 158      tinachoding
## 159   biumipastelito
## 160         vvsyongs
## 161    Samstagram903
## 162       luvwonshik
## 163         MelqoshM
## 164         Ifif_890
## 165  RozellaSchambe1
## 166        Hollie27U
## 167       ohara65iqf
## 168     levi38229885
## 169    peachyIaurent
## 170  world_of_bl_com
## 171     LINK_artwork
## 172   MetalDragonKid
## 173       yianvera15
## 174     BL_Balthaser
## 175       RamudasBoo
## 176       saii_tamaa
## 177           511NYC
## 178     urbanykurril
## 179        sosowmens
## 180  strawberryxtalk
## 181    steveconaway1
## 182    HelenChavez01
## 183      KathyRe0916
## 184      Maddie_1812
## 185         TGDarien
## 186      vivalasgays
## 187           BL_JHX
## 188   wendigochild13
## 189       TShortalgo
## 190    mileaposArtaz
## 191      moose_is_BL
## 192    price_drop_IN
## 193    AngelLimbawan
## 194      vanilla__ai
## 195  Angelic44473921
## 196  Dominic12294325
## 197  SunflowerSamu14
## 198  MewGulf_Heiress
## 199    ArtMuseumGeek
## 200     elumesme_yaz
## 201           BL_JHX
## 202  AvinashNongtho1
## 203      Alixxx93_Bl
## 204       ERamirezDC
## 205            VJMS9
## 206        ExlyoSnap
## 207      vanilla__ai
## 208  world_of_bl_com
## 209         ISFdaily
## 210       DanishWolf
## 211           LiirBL
## 212        iltae0125
## 213         red_loeb
## 214      Bl_Series24
## 215      Kaminsky115
## 216         1147_001
## 217     pichulover69
## 218    David84479289
## 219        lethia_bl
## 220       jordieseay
## 221    hartmannxwygx
## 222      JustBlink11
## 223    blue_bl_lilac
## 224    BL_LatestNews
## 225        ExlyoSnap
## 226          uribamn
## 227         4fforce_
## 228        lethia_bl
## 229      BishopLynch
## 230          NoxDawn
## 231       min_tesnot
## 232   Rainy_Memories
## 233          uribamn
## 234      randomlyrj_
## 235     BL_Balthaser
## 236       momomirmir
## 237          bley_bl
## 238     rabiosexualz
## 239       bosssnoeul
## 240    haze_report10
## 241    withearthmixx
## 242        Mina_g137
## 243  Ph4ntomDr4gneel
## 244        dach48ptd
## 245     hydraphrenic
## 246   ArsenioBertoli
## 247  hermit_wanderer
## 248     eyesonmovies
## 249       RossBeale7
## 250      vanessa_315
## 251         gwennie6
## 252   Delaney_Vander
## 253       wrenmatsuu
## 254         sds_levy
## 255        Chanman39
## 256       bl_artcult
## 257      KathyRe0916
## 258   alyssascavetta
## 259  EvaSmit76644663
## 260    peachyIaurent
## 261         xonorika
## 262         red_loeb
## 263          isukoos
## 264  ArbiterOfSpoons
## 265   CryptoWitchNFT
## 266    PinellasCo911
## 267  BathroomSuppli1
## 268    ToolsWorkshop
## 269  MollyKHumphries
## 270        BreXsday9
## 271        QuislingT
## 272      BluaPapilio
## 273      IndigoOcean
## 274     LMichelleJ87
## 275    bentley_demon
## 276    maissnotthere
## 277  MichaelaMaestas
## 278   MetalDragonKid
## 279        BreXsday9
## 280     MariReactsYT
## 281     peachyturtle
## 282      bloodkittyh
## 283   nthngtoseehere
## 284   pictureshow_bl
## 285    Webcomics_app
## 286      randomlyrj_
## 287     darkestdollx
## 288         jhonpl55
## 289     antighaeyo17
## 290       ntonjerray
## 291       yeb_sakoda
## 292  PrincessPreener
## 293        nalimo333
## 294   random_someon3
## 295     lord_barrold
## 296  infinit_dreamer
## 297       ErotemeArt
## 298  world_of_bl_com
## 299   MarinaMaranan1
## 300     YoungMophead
## 301         Ethos335
## 302     ArsSilentium
## 303    11_boredlands
## 304       hayden85nk
## 305         jmiles67
## 306       mymyhuynhs
## 307          lait911
## 308         mylife8z
## 309        Radolysse
## 310          aespahw
## 311      W0NNIEKCALS
## 312  mylenechantress
## 313       AuwalJalo1
## 314          bekkomi
## 315    weimann20pklj
## 316   Genevieve_Hery
## 317  TaiyoToTsukiiii
## 318      woojoonmoon
## 319          BL_2889
## 320  ThatOne_KidNico
## 321          bl_swyq
## 322        riverexic
## 323         kelsi94i
## 324     BL_Balthaser
## 325   MetalDragonKid
## 326       HauckTarin
## 327       cnsltnglib
## 328  BerthaG09300381
## 329        kozeymgjn
## 330         kyarin2_
## 331       SNicole031
## 332         RSS_Nami
## 333         mylife8z
## 334           vmnamu
## 335     Howie_Davies
## 336     ThomasVitins
## 337   IrlagainstFash
## 338     JamesLouise7
## 339            VJMS9
## 340          Tegiri5
## 341       deer_skull
## 342    johnson51nrbx
## 343        brittz0rz
## 344         red_loeb
## 345          Sari1_7
## 346        Draco2050
## 347         BL_Tidus
## 348     stephasavale
## 349         amli_art
## 350      bl_allmybae
## 351      solartaekoo
## 352           MDi_BL
## 353         amli_art
## 354    leffler85dnil
## 355     sinbethemoon
## 356    ToonMouthTyne
## 357         utenthys
## 358          Skirgey
## 359          Ash8Luv
## 360  unknown_gunnerz
## 361      woojoonmoon
## 362  andrewnotfound2
## 363        reversea_
## 364         DISDSubs
## 365          kon23uk
## 366          BL_2889
## 367     Alix95406063
## 368      quiverypalm
## 369          Lughos1
## 370         Aiden_bl
## 371    veryhonestmee
## 372      GamingCrasy
## 373    msllamablouhe
## 374   MetalDragonKid
## 375       BL_Scenery
## 376  MollyKHumphries
## 377  TOMIXX962240988
## 378        meiraLuvy
## 379          IWSDLFM
## 380          ysobh53
## 381  theNightw4tcher
## 382   thecarfactoids
## 383     Sam_Renga_09
## 384    PinellasCo911
## 385  metroherobot_bl
## 386  metroheroalerts
## 387     KatarinnaBWF
## 388        _bl_ai_ze
## 389         utenthys
## 390          tkhell_
## 391  metroherobot_bl
## 392  metroheroalerts
## 393     AAngela98765
## 394     PrincipalRey
## 395     Denjislonely
## 396     JoanieApollo
## 397      AiKoBeanArt
## 398       YeBlowsAss
## 399    epitaphtoadog
## 400  walasavagephoto
## 401        leejiyuji
## 402      CoxWebSales
## 403       YeBlowsAss
## 404         utenthys
## 405          VazduhO
## 406     bl_ablabla_a
## 407     AAngela98765
## 408         giftt768
## 409      helixsophia
## 410      carterzyosv
## 411        UDubTonyD
## 412       JustPaul85
## 413          BL_2889
## 414       YeBlowsAss
## 415     Denjislonely
## 416  raindroppopshop
## 417      SeasonsGala
## 418      ignatius23t
## 419       chillDarku
## 420          ltg1810
## 421       mrjaydeeem
## 422       iminescent
## 423     semplyfrantu
## 424        GomezTair
## 425       NerziOntop
## 426  metroherobot_bl
## 427  metroheroalerts
## 428     Denjislonely
## 429       bl_artcult
## 430          BL_Hyro
## 431       YeBlowsAss
## 432   Dortha83994416
## 433  _AltarOfTheSky_
## 434   RealTimeNews10
## 435    brightwinfaen
## 436    HEROMANishere
## 437          jeffjag
## 438        travis_bl
## 439     RacheGabriel
## 440   winnifred33tcn
## 441         torphxbe
## 442       Xxxlilneko
## 443     RinrisProkik
## 444     Denjislonely
## 445      wallplugnft
## 446       vahakn2000
## 447      IlyaYenotka
## 448  Wedolingeriean1
## 449       itsmommyIK
## 450     stephasavale
## 451  fantasticplanet
## 452         DOOM4121
## 453        MaebeeIam
## 454         xdredikx
## 455    akkajsjskaksi
## 456   MyCreativeOwls
## 457        shotalumi
## 458  destinykrainbow
## 459     the_dingler_
## 460  mikelikessports
## 461      AiKoBeanArt
## 462     AAngela98765
## 463       funbaggirl
## 464   MetalDragonKid
## 465       dopemind10
## 466  destinykrainbow
## 467      hoegersildc
## 468    dilucslovebot
## 469        feil27duv
## 470       ColdPlushy
## 471       BL_Scenery
## 472  oksanat06333340
## 473         21_perth
## 474  Silence70614652
## 475         nyawife8
## 476   RealTimeNews10
## 477   HemingwayHitch
## 478     MyBLCalendar
## 479     AAngela98765
## 480    PinellasCo911
## 481     DrCaligari72
## 482  junkiejunkojunk
## 483     DrCaligari72
## 484       BL_Scenery
## 485    madaboutbooks
## 486  Jaqueli10068406
## 487  fantasticplanet
## 488  sportscardcoder
## 489       GISEOK4EVA
## 490    wannabecatboi
## 491      tbaudinette
## 492   Mannat51031555
## 493  Malcolm05756806
## 494    Darknight936_
## 495      MillarMan69
## 496          hmhm_um
## 497         21_perth
## 498    Darknight936_
## 499   MetalDragonKid
## 500         Aiden_bl
## 501        BUB_BL_ES
## 502     Carolanne34B
## 503           Qs3488
## 504   blackjackggvip
## 505      thecoffster
## 506    Campbellmatt_
## 507           sjk617
## 508  Tsundere_Editor
## 509        fadelbevu
## 510       bl_artcult
## 511       theMikeElf
## 512    JesseThSrvnt1
## 513  Naoz1Emmanelene
## 514        anim8dead
## 515           bl__sw
## 516        alprafter
## 517           OPA_BL
## 518      mokoupilled
## 519       KeithBLGuy
## 520           bl__sw
## 521       bl_artcult
## 522         21_perth
## 523       MagosBilly
## 524   douglas_malott
## 525   Thelocal_idi0t
## 526         bl__swan
## 527        A_BL_Simp
## 528          signald
## 529     woricksb00bs
## 530          Bec2043
## 531        ItsInigma
## 532    sweettatyana_
## 533           OPA_BL
## 534          alunxry
## 535     LeahLibresco
## 536   the_ghost_CM83
## 537           Rts_WW
## 538          MIT_IO_
## 539      samsaraeyes
## 540  NocturneEndless
## 541     KleppyShakes
## 542       iminescent
## 543           ImRdz7
## 544      jiutiansong
## 545    BallStateLibs
## 546         SanGasso
## 547   angiecakes1990
## 548          gomanga
## 549  surfconnaisseur
## 550   angiecakes1990
## 551           euu_bl
## 552   ilabilachinchi
## 553  metroherobot_bl
## 554  metroheroalerts
## 555        Minslettt
## 556         Jargo_BL
## 557        travis_bl
## 558         A1d0taku
## 559      MillarMan69
## 560      Bl_Series24
## 561       Bunbearvk1
## 562            VJMS9
## 563        travis_bl
## 564        manx_maid
## 565      Dark_Aura__
## 566     HoldTheGiirl
## 567       binstedman
## 568      AiKoBeanArt
## 569        DuneAltar
## 570        SnowbieWx
## 571        travis_bl
## 572     KatarinnaBWF
## 573  Welsh_Dragon_71
## 574  metroherobot_bl
## 575  metroheroalerts
## 576      Morph_VGart
## 577       bl__suarez
## 578      TheConballs
## 579    okeefe22fhoun
## 580         Fjmclean
## 581    PinellasCo911
## 582       suzanne_bl
## 583   MintTeaNdHoney
## 584            i4yg0
## 585            BL__7
## 586       bl_artcult
## 587  Blessingchino15
## 588        UNMlZERIA
## 589      TracysdogAu
## 590          cctwt20
## 591   dixitsanjay884
## 592       sassilia12
## 593      AiKoBeanArt
## 594      KathyRe0916
## 595  CharmouthBirder
## 596  metroherobot_bl
## 597  metroheroalerts
## 598        bl_ag_inc
## 599        Syzyg3tic
## 600      jimmy_darke
## 601       E_G_092507
## 602       iamkiiiara
## 603   XxInjectionZxX
## 604      MentallyDez
## 605    eichstadt_jay
## 606        travis_bl
## 607         bl__swan
## 608           ckj_bl
## 609         BL_is_me
## 610        ireadbl18
## 611  metroherobot_bl
## 612  metroheroalerts
## 613        bl_ag_inc
## 614    eichstadt_jay
## 615  metroherobot_bl
## 616  metroheroalerts
## 617         bl__swan
## 618      KathyRe0916
## 619          XoieBoi
## 620    emmerichhrovz
## 621         Wavex_Ng
## 622         Aiden_bl
## 623     thehuntcomic
## 624  unaconservadora
## 625        dach48ptd
## 626     HannaPolasky
## 627          AzFa_co
## 628    DotterTheGoat
## 629  metroherobot_bl
## 630  metroheroalerts
## 631  metroherobot_bl
## 632  metroheroalerts
## 633           Bl_ank
## 634  metroherobot_bl
## 635  metroheroalerts
## 636      yannisbored
## 637  goodnightshuhan
## 638      bukanjunedi
## 639     PocketOfRats
## 640        BBirdie25
## 641        travis_bl
## 642         hssluttt
## 643       CrazerArts
## 644          ksjgoth
## 645  metroherobot_bl
## 646  metroheroalerts
## 647      AiKoBeanArt
## 648       miniyoonie
## 649        JaminKeyz
## 650       panther_BL
## 651  metroherobot_bl
## 652  metroheroalerts
## 653           adorgf
## 654        NickHorob
## 655       lisa_matye
## 656          doug14j
## 657        haze_long
## 658     Zoya28315950
## 659          Mineyi4
## 660            511NY
## 661      EdwardAnne6
## 662      AllyRatSTOP
## 663  metroherobot_bl
## 664  metroheroalerts
## 665    leepixielover
## 666           wwe432
## 667        dinzmeria
## 668   ollieisoffline
## 669        bl_ag_inc
## 670  yoongisarmpitss
## 671      Kgomotsokkc
## 672        Postbop3C
## 673     DemzOneMusic
## 674      KathyRe0916
## 675        Soon2seok
## 676       NobileAjax
## 677    signora_daeva
## 678   ScottsdaleFire
## 679          Mineyi4
## 680         lizajk97
## 681    JackStraw1960
## 682       CbarJRanch
## 683  rebeccathenaeum
## 684       canditoast
## 685       panther_BL
## 686     The_HRforges
## 687         the97god
## 688       DoctaSlick
## 689      georgia_tcv
## 690       farchicore
## 691  litepocketdeals
## 692  metroherobot_bl
## 693  metroheroalerts
## 694          OKLM_OM
## 695       honeyseobs
## 696   SakariyaBharat
## 697       FeraINiche
## 698  SarahAr20252468
## 699   AhMuvic82_Mo11
## 700  Jack_da_weirdo1
## 701    hijabibounder
## 702    boarssmite141
## 703     alialsaede22
## 704        BL_Egoism
## 705     fujoshicakes
## 706     MyBLCalendar
## 707       MattHintz3
## 708      Omototoayo7
## 709     sunshinepayu
## 710        cafelxtte
## 711       KawaiiMess
## 712   TheVirgosGrove
## 713   NaiveAndHonest
## 714        LLalaurie
## 715           APP_BL
## 716    SeraphCavotta
## 717         ste_dido
## 718     MySexToyHub1
## 719         eaudefik
## 720    MeleeStatsPod
## 721     MariReactsYT
## 722          gweesad
## 723      predovicnju
## 724         paulrnor
## 725  AphelionWeather
## 726   arkhan_voyager
## 727      subutai1990
## 728       SwarleyArt
## 729        BL_Artbox
## 730      sonounauror
## 731       enhiyarate
## 732       931srnedia
## 733    hijabibounder
## 734       Badjethcat
## 735         Bl_ckkky
## 736           APP_BL
## 737       jojoooalva
## 738  Mistas3rdbullet
## 739    amcollins2020
## 740  metroherobot_bl
## 741  metroheroalerts
## 742  PrajnaPratyusha
## 743     jeffnbarcode
## 744        alcia____
## 745  FamousBirthdays
## 746    piscianamente
## 747       nacreously
## 748       bl_artcult
## 749      Rainbow3031
## 750      itsayosigns
## 751        bl_ag_inc
## 752         Hitch_Bl
## 753      DomtarPaper
## 754          Hq_q125
## 755    invertv_dcape
## 756  metroherobot_bl
## 757  metroheroalerts
## 758      bamstlll_02
## 759          bbygchy
## 760    NdzaviDerrick
## 761     littlefrea_k
## 762           M_a_BL
## 763          satovan
## 764       7biCrowley
## 765         CapiLady
## 766     s4tinflowers
## 767      AdamBormann
## 768   fatimahxpizzah
## 769         xdredikx
## 770         amecoded
## 771       thesubways
## 772       panther_BL
## 773        DamnSpier
## 774     Aleena_Bano1
## 775      UmeshBavisa
## 776   skinny_plastic
## 777         xdredikx
## 778      pourossbcaf
## 779        toy85awjt
## 780       bl_artcult
## 781     mista_nelson
## 782         h0peurot
## 783         h0peurot
## 784         bavani_i
## 785      NoBigGovDuh
## 786    sutaadomtrash
## 787   ACarpenDigital
## 788        Atho_1982
## 789       panther_BL
## 790    SurpriseBatch
## 791         soulomia
## 792       Noah_KunXd
## 793  Lucillalucilla7
## 794       sakumintsu
## 795   hinata__ebooks
## 796  sillygroovycool
## 797         luv4lola
## 798   dickerBBCdiese
## 799        bl_ag_inc
## 800        enrico96f
## 801        travis_bl
## 802      Kaburasaki1
## 803       borer78lxa
## 804    shan450617031
## 805   dickerBBCdiese
## 806   ikitsmellcrazy
## 807       panther_BL
## 808      SungSavEvel
## 809            511NY
## 810  Daria_Rastunina
## 811  NormaBa59850955
## 812  Daria_Rastunina
## 813      murazikbnrr
## 814      MesmericNft
## 815     swearitsonin
## 816       min_tesnot
## 817           APP_BL
## 818       tawansmiIe
## 819   nandemonksloth
## 820        ifedolarr
## 821   ferre00livefr1
## 822  BernardFrazie18
## 823      ohsinnerman
## 824     oreilly76dou
## 825       MileApo_sp
## 826        suaritha3
## 827         rkiveryn
## 828      tamer_feijo
## 829      irishnftgal
## 830    ShawnHairShop
## 831            VJMS9
## 832    JesseThSrvnt1
## 833         barcinej
## 834      _Matty72395
## 835          Mineyi4
## 836       tmewkinder
## 837     Bouffeur1509
## 838        manuW_atx
## 839        gensuihae
## 840         marsdoll
## 841  BL_Orienteering
## 842     nanazunshine
## 843     nanazunshine
## 844       RAV3NCL0WN
## 845          IowaLSA
## 846        yuma_sogo
## 847          DocT___
## 848       MrROHughes
## 849        may_art18
## 850        LadyBae05
## 851  HubballiPragati
## 852        Sudiptajc
## 853        yuma_sogo
## 854  pheonixexplain2
## 855          BL_Odin
## 856      AnuKhanal14
## 857      jimmy_darke
## 858          kateweb
## 859    TadpoleTundra
## 860        travis_bl
## 861           m444hi
## 862       artmarteau
## 863   lovesparklegod
## 864  Okonkwoijeoma17
## 865           APP_BL
## 866     anishacorner
## 867      Morph_VGart
## 868  metroherobot_bl
## 869  metroheroalerts
## 870        A_C_ByAsh
## 871         leehol17
## 872   dogsof_wikihow
## 873          DocT___
## 874         amli_art
## 875      KimchiChiba
## 876     HasmayeMarie
## 877        travis_bl
## 878     Aleena_Bano1
## 879         amli_art
## 880   prostov_gordey
## 881            511NY
## 882  Nika_Rakhmanova
## 883          Mineyi4
## 884         Wulf1730
## 885        SevanGrim
## 886            xhhey
## 887        travis_bl
## 888         amli_art
## 889     skari_artist
## 890       voodookunt
## 891            RRivo
## 892         amli_art
## 893   RosheCosmetics
## 894      dipeshrisal
## 895       juzzmine13
## 896      JimmyFnDaro
## 897         amli_art
## 898       chochojoon
## 899     etf_dividend
## 900     krzeslo_topa
## 901   igettoloveyouu
## 902      gloverqxbon
## 903         amli_art
## 904     ZankieEnough
## 905       yaoilynnx1
## 906    munch_barbara
## 907         amli_art
## 908          BL_2889
## 909        Sudiptajc
## 910      solartaekoo
## 911         MetaboUK
## 912          aksnevv
## 913       realroguee
## 914         amli_art
## 915   pictureshow_bl
## 916       riba_marpi
## 917         amli_art
## 918        travis_bl
## 919         amli_art
## 920       Lazy_An8el
## 921  KitchenFurnituD
## 922        travis_bl
## 923      MackenzACAB
## 924     DAIHIME_SAMA
## 925   BL_MadeDigital
## 926         amli_art
## 927     Str4ngeThing
## 928  TomDuffinPhotos
## 929       strackevuj
## 930  FANTASTICRADIOO
## 931       lowe40edde
## 932        AiJoe_eth
## 933           MDi_BL
## 934        travis_bl
## 935       XConsuelo8
## 936         bl__bts_
## 937        natlinova
## 938        gerald51m
## 939     Aleena_Bano1
## 940        pondphwin
## 941      wing_blade_
## 942        nhskinnie
## 943        travis_bl
## 944        travis_bl
## 945         vanlee84
## 946      Abdullah0Xk
## 947        meryglowy
## 948        55realley
## 949       pransocool
## 950       panther_BL
## 951       bl_artcult
## 952       CrazerArts
## 953      chokoladous
## 954     Gael52865419
## 955        KangOkFan
## 956       mybabymits
## 957       evieleafie
## 958       LeslieDew5
## 959         Viz_ionz
## 960       itslukalee
## 961       susieyeeep
## 962  JefferyFasching
## 963     MariaBchara1
## 964         RDamscas
## 965     SaveToNotion
## 966        travis_bl
## 967  world_of_bl_com
## 968   angiecakes1990
## 969  metroherobot_bl
## 970  metroheroalerts
## 971       BadBeanLLC
## 972        tsukimany
## 973        The7Moons
## 974       panther_BL
## 975     _teary_eyed_
## 976    goodheartsith
## 977  world_of_bl_com
## 978      hugo_bezdek
## 979    shrutivanshiv
## 980  RinaLuvsDianxia
## 981       bl_artcult
## 982   CupcakeBakeoff
## 983    _Captain_Duck
## 984       bl_artcult
## 985           yslppe
## 986       bl_artcult
## 987      Joyaabisaab
## 988          Emarosa
## 989         Markkazi
## 990  Alu_Morgenstern
## 991         acequinz
## 992  world_of_bl_com
## 993         dizzi4me
## 994       Wappykid99
## 995  PhngTrn93212100
## 996     taegiLover__
## 997        travis_bl
## 998       dumspamkey
## 999    RamatuHaruna8
## 1000     BishopLynch
## 1001   turner40uvfpj
## 1002      rahman_bts
## 1003 world_of_bl_com
## 1004       travis_bl
## 1005       Alycia46Y
## 1006       st_eve_n6
## 1007   artificialis6
## 1008       travis_bl
## 1009        bl__bts_
## 1010       mazinflow
## 1011  MyHappinessOT7
## 1012    ninja_morena
## 1013       travis_bl
## 1014 world_of_bl_com
## 1015      bl_artcult
## 1016       AngryBlub
## 1017 world_of_bl_com
## 1018 JC_truthpassion
## 1019     sharpbycoop
## 1020       nongnu_ra
## 1021     INXCXEPTION
## 1022 JC_truthpassion
## 1023     vancedalism
## 1024      cemeahara1
## 1025 DiscountStalker
## 1026  prostov_gordey
## 1027      FinderCard
## 1028      karlsefnis
## 1029    egg_55566789
## 1030    somddispatch
## 1031    EmmaBriggs18
## 1032      acirehgiel
## 1033      BL_Scenery
## 1034        Hitch_Bl
## 1035      ColdPlushy
## 1036       bl_khatri
## 1037    ZacharLardan
## 1038       mazinflow
## 1039    egg_55566789
## 1040      BL_Smoker5
## 1041 world_of_bl_com
## 1042 world_of_bl_com
## 1043 world_of_bl_com
## 1044 LiManMa16795669
## 1045     xartemisx13
## 1046       BL_Artbox
## 1047     polcahanger
## 1048  britishlibrary
## 1049    bl_ckgothicc
## 1050          APP_BL
## 1051        sunnyalw
## 1052  Salerno_Thomas
## 1053   illustrata_ai
## 1054 Alu_Morgenstern
## 1055       wikkaa___
## 1056     Rewritten17
## 1057   thejambonbeur
## 1058   uriPirateKing
## 1059        amli_art
## 1060        readjack
## 1061       wikkaa___
## 1062    Aleena_Bano1
## 1063        bl__bts_
## 1064 Alu_Morgenstern
## 1065    keenanknight
## 1066        mattnado
## 1067   TrafficNewsLA
## 1068      ArdenPaul4
## 1069   QuinnConway13
## 1070  jomar880871932
## 1071      OnyxeBlade
## 1072         ZRolexs
## 1073          APP_BL
## 1074       wikkaa___
## 1075     tvbacklight
## 1076   LunaLuna77666
## 1077    vivianantwi7
## 1078       rereshop4
## 1079      dirtycorza
## 1080       travis_bl
## 1081   ChaseShannon5
## 1082       travis_bl
## 1083  macgyver32wqtx
## 1084      ADHDaemons
## 1085       travis_bl
## 1086      TreyRiver1
## 1087       cleora8ej
## 1088    reingersyhhf
## 1089      padbergjpl
## 1090     smith66dcie
## 1091      BL_Scenery
## 1092   QuinnConway13
## 1093      bl_artcult
## 1094       travis_bl
## 1095        yuta_wav
## 1096         kln3109
## 1097          Nau7ik
## 1098       blkgrlfly
## 1099     name_here09
## 1100      bl_artcult
## 1101        MMIMMOXX
## 1102         _minkit
## 1103       travis_bl
## 1104   BL_LatestNews
## 1105 VinodKu83882504
## 1106     moondust_36
## 1107     KiriKiriBot
## 1108      aguilar_ve
## 1109       salvwh0re
## 1110    AndreiMellas
## 1111       britboy77
## 1112 world_of_bl_com
## 1113        inigma_a
## 1114        Su11yyyy
## 1115 world_of_bl_com
## 1116     beeken_tech
## 1117        zbfodyaa
## 1118       ninak7461
## 1119  Olivia_barssom
## 1120   lifegoeseeven
## 1121       travis_bl
## 1122       yuhaowife
## 1123         yi1lll_
## 1124          Keedbo
## 1125      1516_roman
## 1126    BL_Athletics
## 1127       travis_bl
## 1128        OPQRSTEE
## 1129        peatfort
## 1130      petravoice
## 1131 world_of_bl_com
## 1132         sian_bl
## 1133    Heterophobea
## 1134  Brianmannphoto
## 1135   CurlyClareToo
## 1136      bl_artcult
## 1137     BL_Learning
## 1138      BL_Scenery
## 1139 Nika_Rakhmanova
## 1140  BeekenIndustri
## 1141  awakenthewrlds
## 1142         je_ff09
## 1143      bl_artcult
## 1144       townezrax
## 1145        ardouser
## 1146      TheBLZone1
## 1147 lovecastpodcast
## 1148      petravoice
## 1149      petravoice
## 1150           511NY
## 1151  DerekLovesJRTs
## 1152 RozellaSchambe1
## 1153  smitham63ljozs
## 1154      bl_artcult
## 1155       anim8dead
## 1156 AdvantagePriCon
## 1157      kxlluvvinz
## 1158     PeterKuskis
## 1159      naazrishmi
## 1160      antone84so
## 1161      effertzjss
## 1162      jeebusdial
## 1163   jungwongindut
## 1164       NiTiSH550
## 1165    jordanxworld
## 1166  SunnyLunaLight
## 1167        torphxbe
## 1168           511NY
## 1169           511NY
## 1170          511NYC
## 1171    NotEasyGreen
## 1172       marics12_
## 1173       hue_shine
## 1174       anim8dead
## 1175           511NY
## 1176 christy04881579
## 1177       sunknower
## 1178  Chance23912548
## 1179 MollyKHumphries
## 1180   KanyaneeTukky
## 1181    MyBLCalendar
## 1182      rozentinee
## 1183         lait911
## 1184  LADYGAGAEXOBBB
## 1185       Messica91
## 1186   robinschnelle
## 1187 alumasa_maxwell
## 1188      wrenmatsuu
## 1189        h0peurot
## 1190        Arel2Ron
## 1191     fan_booking
## 1192     CeMillbrook
## 1193       JNKSGENRE
## 1194      kikibumkey
## 1195       Y_H_Bl_Sl
## 1196  bukanjeffsatur
## 1197          bl_hkg
## 1198      wrenmatsuu
## 1199      cutefemcel
## 1200    AhassanSohel
## 1201   hellxentranxe
## 1202  LauraWallace26
## 1203     LouisLebbos
## 1204       mutedcmyk
## 1205   thetwelve_dol
## 1206      bl_artcult
## 1207      bl_artcult
## 1208      bl_artcult
## 1209 TanyaVillanelle
## 1210    shibafree2be
## 1211         BL_2889
## 1212           511NY
## 1213         jaywawk
## 1214 metroherobot_bl
## 1215 metroheroalerts
## 1216   SXNGLETRACKED
## 1217   hesham_monica
## 1218     moondust_36
## 1219      abandnment
## 1220         BL_2889
## 1221       ____320hj
## 1222    ZankieEnough
## 1223   SuperPonyBolt
## 1224       Zita90421
## 1225 metroherobot_or
## 1226 metroheroalerts
## 1227    BottomLineDC
## 1228  ZBusinesswoman
## 1229       Zita90421
## 1230   rocketgirlNFT
## 1231    darkestdollx
## 1232        bl_fan89
## 1233     HelloBWJr26
## 1234   BL_Publishing
## 1235      falsel_net
## 1236   CoffeeVectors
## 1237       Zita90421
## 1238        inigma_a
## 1239      rogahnvuvw
## 1240   JesseThSrvnt1
## 1241 world_of_bl_com
## 1242 animateInternat
## 1243       jemsagcal
## 1244 Charlie89501621
## 1245      bl_artcult
## 1246 world_of_bl_com
## 1247      bl_artcult
## 1248    darkestdollx
## 1249      farchicore
## 1250 world_of_bl_com
## 1251    elakarinaela
## 1252    rheigneljhay
## 1253      QirongsBff
## 1254 _Hey_its_Laura_
## 1255   SXNGLETRACKED
## 1256   SXNGLETRACKED
## 1257      bl_artcult
## 1258        val_hshm
## 1259        inigma_a
## 1260      GWorldTrav
## 1261      bl_artcult
## 1262   K_Kentin_Rose
## 1263      bl_artcult
## 1264       dprmarker
## 1265  MetalDragonKid
## 1266        konz_leo
## 1267 xsnugglestruthx
## 1268         Tami_BL
## 1269    Shahforever1
## 1270       manwolino
## 1271     Pranay7even
## 1272    s4tinflowers
## 1273       JunnoRose
## 1274      brumnordie
## 1275       codybitme
## 1276       iloveps_5
## 1277        bl__bts_
## 1278        KKUumIII
## 1279    Corvinnnnnnn
## 1280      BadBeanLLC
## 1281       SSandeham
## 1282     GRIDCITY_BL
## 1283          yslppe
## 1284      gukwifeplz
## 1285    Aleena_Bano1
## 1286       charis_ai
## 1287      QirongsBff
## 1288      bl_artcult
## 1289 lubowitz46nphgj
## 1290       rentao560
## 1291      bl_artcult
## 1292      stussyciel
## 1293      farchicore
## 1294      bl_artcult
## 1295        Varewulf
## 1296      bl_artcult
## 1297   bifauxnenbard
## 1298  NOBODY15324020
## 1299      QirongsBff
## 1300      nrinnzihe_
## 1301   Alone70834804
## 1302      bl_artcult
## 1303    BhavikaMunde
## 1304      bl_artcult
## 1305   Shizaya_Kanra
## 1306    imvaahhh_412
## 1307      bl_artcult
## 1308     artemis1384
## 1309      bl_artcult
## 1310       AiJoe_eth
## 1311      so1rewhore
## 1312       travis_bl
## 1313       xantababy
## 1314    ovidithelion
## 1315        red_loeb
## 1316     idolsociety
## 1317      QirongsBff
## 1318  Italy_loves_bl
## 1319      BadBeanLLC
## 1320    menhera_worm
## 1321   hrkgscriptbot
## 1322   CoffeeVectors
## 1323 Thistlethinking
## 1324         MKBang3
## 1325       karimnas_
## 1326          ER_EJR
## 1327         valkyun
## 1328      mamaspicze
## 1329     hawkeye0130
## 1330         jaywawk
## 1331    new_mclarens
## 1332       redsquill
## 1333      ktoikichi_
## 1334       linoscats
## 1335     happyfeeesh
## 1336         BL_2889
## 1337   K_Kentin_Rose
## 1338  Rehive74213941
## 1339    MariReactsYT
## 1340   Deji_flourish
## 1341      cardradar1
## 1342   ParlonsBLAsie
## 1343      image_in_1
## 1344  christurner925
## 1345    Aleena_Bano1
## 1346   amantedel__bl
## 1347   1ittlep1ittle
## 1348      cityofhope
## 1349   ifinallysmile
## 1350     soupdoodlee
## 1351       Daisy_Pox
## 1352   ParlonsBLAsie
## 1353  johnnysilveira
## 1354           511NY
## 1355  and_treatments
## 1356  alaskadogstead
## 1357      marcolin91
## 1358   VeronikaSimms
## 1359         valkyun
## 1360       mighetto1
## 1361  Assejm21938484
## 1362      voodookunt
## 1363  eclipseakkayan
## 1364      bl_artcult
## 1365        KimothiB
## 1366        dreamee_
## 1367    BiomedicalRX
## 1368   DannyVanBooks
## 1369        lalvivek
## 1370     moondust_36
## 1371      johnjbooks
## 1372   EnigmaticGaga
## 1373      PattyBebe7
## 1374  kthstigmaballs
## 1375     et_al_2021_
## 1376   theambiverted
## 1377      maheshcafe
## 1378     sahinurk041
## 1379      torydarcys
## 1380      mamaspicze
## 1381   VishalKing01G
## 1382      mamaspicze
## 1383  FSchumacherIII
## 1384    Navinphysics
## 1385       lethia_bl
## 1386        jivinbot
## 1387        Hitch_Bl
## 1388     moondust_36
## 1389       enjin_nrk
## 1390      bl_lover22
## 1391       lethia_bl
## 1392       Roxidolli
## 1393      Reebeksart
## 1394      bl_lover22
## 1395  Killmoenetwork
## 1396    ovidithelion
## 1397         Pjx_han
## 1398      Zukashi7w7
## 1399     actorjinwin
## 1400    MileApoNG_FC
## 1401      newsomenic
## 1402       vijrao918
## 1403        taethv_7
## 1404       bl_baddie
## 1405    BL_Athletics
## 1406    Aleena_Bano1
## 1407   SoysoyBeans28
## 1408         je_ff09
## 1409      QirongsBff
## 1410  JakkoLantern13
## 1411    seutabeokseu
## 1412 sneharaghunath9
## 1413  sherin09517190
## 1414     rohish_shhh
## 1415     SungSavEvel
## 1416      khdglifekk
## 1417   AsianovelasBL
## 1418      ubgradde01
## 1419      BL_Scenery
## 1420  justTaekmeaway
## 1421       PetKirito
## 1422    SquidGirlOta
## 1423 KWWLStormTrack7
## 1424      RBrowncean
## 1425         uribamn
## 1426     _disgrace__
## 1427      Jlockport2
## 1428      lowe78jcjn
## 1429        Bl_ckkky
## 1430    Aleena_Bano1
## 1431    SuSuExplorer
## 1432        raceraot
## 1433      boyslovetv
## 1434     nicolaspjow
## 1435      bl_artcult
## 1436  leannon96vmbxk
## 1437     Zhongchitxt
## 1438  annabelle_leng
## 1439   OneSecTweeted
## 1440     shesabonbon
## 1441       travis_bl
## 1442      bl_artcult
## 1443  NemesioMichael
## 1444      MoxxxieChu
## 1445  VegasPeteLover
## 1446        uhimnoel
## 1447         jaywawk
## 1448 Its_The_Barbies
## 1449     4funkypillz
## 1450 shaurya33401852
## 1451       akemishka
## 1452         takorow
## 1453    PRNewswireIL
## 1454   heathcoteyntc
## 1455      shawolworm
## 1456     gennaro97ox
## 1457        bl__swan
## 1458        bl__swan
## 1459        bl__swan
## 1460 yizhan10050805x
## 1461    LibraryArden
## 1462       miyunabeb
## 1463    BL_continent
## 1464       _bl_yaoi_
## 1465         Viva58L
## 1466        jeroosan
## 1467       lethia_bl
## 1468        soboksob
## 1469    Vanguard_way
## 1470    Aleena_Bano1
## 1471    thomasarusli
## 1472   whatchanloves
## 1473 yizhan10050805x
## 1474       monophirc
## 1475          kkitew
## 1476     xxx_bl_xxx1
## 1477     2Ha__ranwan
## 1478  NaiveAndHonest
## 1479     mania_th_bl
## 1480       okodukai7
## 1481       PSineneng
## 1482        Jeonce07
## 1483      candyBLoey
## 1484      BL_Scenery
## 1485      bl_artcult
## 1486         hvaryun
## 1487     mania_th_bl
## 1488         w3iying
## 1489      Bgmgoodday
## 1490   glissadefface
## 1491       _bl_yaoi_
## 1492     happy166801
## 1493         WRandle
## 1494    VIEmediaNEWS
## 1495     heymilelove
## 1496      KristiWonk
## 1497   SP4CEP4RASITE
## 1498 Isabell38428319
## 1499 thebottomlounge
## 1500 thebottomlounge
## 1501   whatchanloves
## 1502        Scarlyya
## 1503     BL_newsroom
## 1504           6C_BL
## 1505         Lemmmy_
## 1506    ClmBlckThght
## 1507  kisekianything
## 1508     SungSavEvel
## 1509    GopaliYojana
## 1510       sdiproMRG
## 1511       WorldNfts
## 1512       iloveps_5
## 1513 global_bl_forum
## 1514    KatalinaOoma
## 1515     mania_th_bl
## 1516 narakura_haruka
## 1517 sillygroovycool
## 1518   OneSecTweeted
## 1519      The_Steph_
## 1520     dr_y_bl_ack
## 1521 renaissance0426
## 1522 satterfieldufmt
## 1523      yourlouvre
## 1524          exc_xx
## 1525         Jerr_BL
## 1526          Rv3__0
## 1527        Wentasch
## 1528      bl_cobpeps
## 1529       sketchkun
## 1530    Johanna2717_
## 1531         feilpjb
## 1532  BlackPearl1301
## 1533     thompsonlnw
## 1534    kamikazee333
## 1535 thewrestlingvhs
## 1536  AndresHunter04
## 1537     MarksAwards
## 1538     mania_th_bl
## 1539    capybaracals
## 1540   OneSecTweeted
## 1541 AltaAufderhar41
## 1542   OneSecTweeted
## 1543    lemonyogurts
## 1544       A_BL_Simp
## 1545        NGTN2609
## 1546 _Messimerizing_
## 1547        Anass_BL
## 1548      mingyufish
## 1549      sfayyoongi
## 1550         CeSPat2
## 1551      caesergray
## 1552 flipkartsupport
## 1553         jae_myy
## 1554       ninabake2
## 1555       artemiizu
## 1556   SpaceValveGuy
## 1557      Joachim_bl
## 1558         MKBang3
## 1559        Dago_mon
## 1560    stefanyonly_
## 1561      OnyxeBlade
## 1562    imvaahhh_412
## 1563    soundslikeaa
## 1564   sofhi_maulida
## 1565  pinkforestflow
## 1566     Kaisr_eth29
## 1567      bookforce_
## 1568    jewelwidgets
## 1569   SushmaJansari
## 1570    alialsaede22
## 1571      panther_BL
## 1572      okon77qhih
## 1573      panther_BL
## 1574        soboksob
## 1575     TimoFreeman
## 1576      saebitboys
## 1577   HumanshuMisra
## 1578  DProgrammeclub
## 1579      wooziiness
## 1580  BL_Tm_Enthalpy
## 1581    HereByGrace1
## 1582       beemelyum
## 1583       mylifezjm
## 1584      ajiela8144
## 1585         Przzz16
## 1586   AdoredGehenna
## 1587    MyNameIsRaen
## 1588         jae_myy
## 1589   bartell37feuy
## 1590    BL_DigiSchol
## 1591 metroherobot_bl
## 1592     jyushikobot
## 1593  SEriA_FloLEncE
## 1594    AnDraoiRuadh
## 1595     lootplunder
## 1596     awestruckie
## 1597         BL_2889
## 1598    Aleena_Bano1
## 1599     mania_th_bl
## 1600   yeahitsprl043
## 1601        Endje_BL
## 1602 RossiAtanassova
## 1603       Kjusanali
## 1604 Lucifer97166893
## 1605   Lalalandrama_
## 1606     eva_bl_babe
## 1607         sitya30
## 1608       anjayxion
## 1609      Pitdog1000
## 1610     mightazerie
## 1611     moose_is_BL
## 1612 BeyondBeautiful
## 1613       JeniJen1N
## 1614    s_onthebeach
## 1615    SweetHoneyoo
## 1616     shujinikwan
## 1617   culturedwithM
## 1618   ImJustMekaniQ
## 1619      ErotemeArt
## 1620       lethia_bl
## 1621   dogsdontliket
## 1622     Justvibin98
## 1623      BL_Scenery
## 1624       Arifai777
## 1625       Arifai777
## 1626    Fashionasti1
## 1627          03ejbg
## 1628        sunnyalw
## 1629     astrorinnie
## 1630      flynn__bot
## 1631         rinkara
## 1632   Dodie55826793
## 1633       soruukia_
## 1634     mania_th_bl
## 1635     InSomnia756
## 1636    ChaoticYuki_
## 1637  SEriA_FloLEncE
## 1638     mania_th_bl
## 1639 flipkartsupport
## 1640      terryshnij
## 1641     anothernoxy
## 1642       Lexicon21
## 1643 Valeriy17015933
## 1644       FkGarland
## 1645 YummyPi42206463
## 1646    langosh39orv
## 1647 switchNMJrights
## 1648        nneonari
## 1649         mumusu2
## 1650   AltheyuhMoves
## 1651       DAALCHILD
## 1652       iloveps_5
## 1653       soruukia_
## 1654    HerDaddyRevy
## 1655   OneSecTweeted
## 1656       penny123_
## 1657     Rewritten17
## 1658         _Aera_7
## 1659        GrapedUp
## 1660      Xandervest
## 1661  Louris51374067
## 1662          LLLYL4
## 1663       lethia_bl
## 1664        Aiden_bl
## 1665        nftwithu
## 1666 OverTheMoonthai
## 1667      Gurulalive
## 1668     Monathereum
## 1669     crabnaravit
## 1670   sofhi_maulida
## 1671      Ximenaa_bl
## 1672      JimohAbudu
## 1673  brandaktuellat
## 1674 BTSISMYDNAJUNG1
## 1675    Jimena_wang3
## 1676       TOPNewsAT
## 1677        ayanyoks
## 1678      KristiWonk
## 1679    effertzxghfk
## 1680 GianlucaMeschi9
## 1681         PRproBE
## 1682       townezrax
## 1683    StarboiToxic
## 1684      darron55jg
## 1685        deltatre
## 1686   culturedwithM
## 1687          Bl_uue
## 1688     isaberabera
## 1689   adamdavidlong
## 1690          Rts_WW
## 1691         az_chou
## 1692        themyelo
## 1693 KristallineMish
## 1694  timblessing101
## 1695  pbasilstrength
## 1696      BL_Scenery
## 1697     urlilsunny_
## 1698     Rewritten17
## 1699   jack_daniel42
## 1700        ruestyls
## 1701      dach84meow
## 1702      ErotemeArt
## 1703      Ericjihyun
## 1704     yukowonjeon
## 1705     swift68oacy
## 1706       toney91ts
## 1707         jae_myy
## 1708   Black_lion_BL
## 1709       BreXsday9
## 1710       bubunicat
## 1711     mania_th_bl
## 1712   menode7bilhao
## 1713   jack_daniel42
## 1714 superteadrinker
## 1715      nalinmeltz
## 1716   price_drop_IN
## 1717  vonsavagemedia
## 1718 BefittingTweets
## 1719   jack_daniel42
## 1720 metroherobot_bl
## 1721 metroheroalerts
## 1722 two_thousand_03
## 1723   SportNewsNerd
## 1724      KristiWonk
## 1725         dmpljae
## 1726      SiyaApoMee
## 1727     EastMidsOHA
## 1728 Bipartite_Graph
## 1729        rrachpal
## 1730  crew0125_10969
## 1731      Rachel5742
## 1732        CoinColf
## 1733         BGLM416
## 1734  thecarfactoids
## 1735 delicioussthing
## 1736          Eli99H
## 1737 Alayemioluwafe2
## 1738   publicetienne
## 1739      Jamiegonog
## 1740    altblacknews
## 1741        ajivika_
## 1742        red_loeb
## 1743   one_right_now
## 1744       roob99pud
## 1745          bl_ckm
## 1746     starsforskz
## 1747      orccawhale
## 1748        TWOinche
## 1749  worldofdrama01
## 1750       ioweegian
## 1751       haag89cwb
## 1752    lesbians4znn
## 1753        defamasi
## 1754       51smemory
## 1755 InsightfulPanda
## 1756       A_BL_Simp
## 1757 WILDMAN01826318
## 1758    Sharry060899
## 1759   JoshuaManson5
## 1760        aranikis
## 1761        htevytng
## 1762     valentin13q
## 1763   syscznbnnoona
## 1764 NarrativeBuild2
## 1765  Crystalsisrain
## 1766     LDB51851416
## 1767    letsgoskz008
## 1768 kids_initiative
## 1769      pray4luvvv
## 1770        JAYFUSED
## 1771          brskdt
## 1772          d1msvm
## 1773   SP4CEP4RASITE
## 1774         y0wonie
## 1775         1000282
## 1776    Aleena_Bano1
## 1777  BelangerSerge2
## 1778  yourelasticdoc
## 1779        bl__bts_
## 1780   clairecameron
## 1781       Aditi3948
## 1782        thyrownz
## 1783       ioweegian
## 1784        Bl_ckkky
## 1785       meryglowy
## 1786      elinor8yui
## 1787     starsforskz
## 1788       chawarinz
## 1789 BlackLo39629533
## 1790       bl_potato
## 1791      losnahij21
## 1792   gamikaze_shop
## 1793        ANDYEOLI
## 1794   gamikaze_shop
## 1795 UrFujoshiSister
## 1796      sintydavid
## 1797 sweet_svt_teume
## 1798      SIH_Chiaki
## 1799        ANDYEOLI
## 1800  crew0125_10969
## 1801       d1460_nft
## 1802        1864th51
## 1803        red_loeb
## 1804        ANDYEOLI
## 1805        bub_ba13
## 1806          511NYC
## 1807   one_right_now
## 1808       whathow27
## 1809   bergnaumkgsvk
## 1810    Johnstone_BL
## 1811      Infidel_SF
## 1812  JesuitsEastOIS
## 1813     mania_th_bl
## 1814 BL_Ref_Services
## 1815     hannonikki_
## 1816     syafulizwan
## 1817  lamacharms1234
## 1818    nslychrstphr
## 1819  lamacharms1234
## 1820      shekhahmmd
## 1821     syafulizwan
## 1822  britishlibrary
## 1823  tinaluvskitten
## 1824        xyzargha
## 1825  VixenByNight72
## 1826    AliyahAnnica
## 1827      Hettiiiiii
## 1828  lamacharms1234
## 1829    Arshankhan99
## 1830  tillman81vfoob
## 1831       travis_bl
## 1832        25_cycle
## 1833   mystmysteryyy
## 1834          vysh07
## 1835 4Fun0EVNQutUSLi
## 1836       bl_khatri
## 1837       travis_bl
## 1838       M0RllARTY
## 1839       Keegan7bD
## 1840     syafulizwan
## 1841 MollyKHumphries
## 1842     meonshinchu
## 1843      losnahij21
## 1844        Sxbine95
## 1845       travis_bl
## 1846        imnewyor
## 1847       lalaforSK
## 1848  BackstreetLamb
## 1849       oohmpieng
## 1850  CoralModaffari
## 1851        BL_Ponte
## 1852  CupcakeBakeoff
## 1853 BatangMangga_05
## 1854      aizen_deym
## 1855      losnahij21
## 1856  macejkovicwgpp
## 1857      jkhopeVmin
## 1858      yashaelle2
## 1859        PilovesN
## 1860      TodKlinger
## 1861 investi51026755
## 1862        Ines7112
## 1863         lawfckr
## 1864      sintydavid
## 1865    woricksb00bs
## 1866       DRobLewis
## 1867    MariReactsYT
## 1868    mikkobarts15
## 1869    blglobalnews
## 1870   MississaugaHC
## 1871     mjdelavega6
## 1872    Aleena_Bano1
## 1873  seventeenswift
## 1874        BL_Ponte
## 1875        BL_Ponte
## 1876       NabusariP
## 1877    bounnoppanut
## 1878     exhoefanboi
## 1879     Jay78829917
## 1880        9693_yve
## 1881       yiiisheng
## 1882     BlerdyOtome
## 1883       travis_bl
## 1884        Aiden_bl
## 1885      Jr_prasad7
## 1886   namkookrising
## 1887    bounnoppanut
## 1888        ynbnbaby
## 1889       travis_bl
## 1890        deltrems
## 1891        lewagaba
## 1892       LWouldnot
## 1893       travis_bl
## 1894    windlerfclwc
## 1895    Moth_Lobster
## 1896   namkookrising
## 1897       aaamae_10
## 1898    HereByGrace1
## 1899         intutxt
## 1900       travis_bl
## 1901    me_wo_tojite
## 1902        OddSorce
## 1903         MKBang3
## 1904        twitlers
## 1905      NewsShakes
## 1906       xoshamieh
## 1907        bl_enthu
## 1908        idhuthan
## 1909        bl_verse
## 1910  FrancisViiperi
## 1911      CCockburn2
## 1912     xo_bl_lover
## 1913      komorikayo
## 1914       plotcompk
## 1915     PUENYAIChat
## 1916 I_LoveGhostBand
## 1917   fischerfischy
## 1918       travis_bl
## 1919      filmbylove
## 1920         Dem_Adv
## 1921        ot9stan6
## 1922   FumoLover8008
## 1923        bjyxwyxz
## 1924        Aiden_bl
## 1925 Elspeth52112979
## 1926   mahaesuperior
## 1927          bl__sw
## 1928          bl__sw
## 1929          bl__sw
## 1930          bl__sw
## 1931    DarrylMagher
## 1932          bl__sw
## 1933          bl__sw
## 1934          bl__sw
## 1935          bl__sw
## 1936       wright_de
## 1937 Laxmikh47060861
## 1938    soundslikeaa
## 1939     janitorIevi
## 1940     soy_milktea
## 1941   dereck15ukbpz
## 1942     aicethethic
## 1943      filmbylove
## 1944       whited_79
## 1945        spenn_im
## 1946   sulkyshintaro
## 1947       NOT4KAEYA
## 1948     UntoldLives
## 1949        kauchama
## 1950 Richard00655575
## 1951      nominzone_
## 1952      Millonilia
## 1953    _lucidnoise_
## 1954      yoohanpogi
## 1955      jakhan2222
## 1956          csoobz
## 1957       travis_bl
## 1958      lesbolouch
## 1959  iHateToxicFans
## 1960     SemaAvalith
## 1961       travis_bl
## 1962      jodanspace
## 1963      Bika_P_Mew
## 1964       WhoAmI243
## 1965 bebiiboiiguapii
## 1966 BlackLo39629533
## 1967   Alien77392332
## 1968        wegadpit
## 1969 HeartbeatDdaeng
## 1970     KingZynAdam
## 1971       HypaGemie
## 1972   AsianovelasBL
## 1973      pidreaming
## 1974      abtheflame
## 1975     bode22lkklu
## 1976 PepperM55491642
## 1977   lavenderhyeon
## 1978        Ryofanka
## 1979    monikusiulek
## 1980 ChineseDealsEUR
## 1981     jimindoriee
## 1982      BL_Nursing
## 1983 JacquesUrbanska
## 1984       _aindreas
## 1985    bajithegreat
## 1986   heebon_adarna
## 1987        elias_BL
## 1988       REMONEIDE
## 1989     sruz_bustle
## 1990    soonshimcart
## 1991   BL_LatestNews
## 1992       travis_bl
## 1993  AsianPopMedia1
## 1994    jr_carpenter
## 1995   concepcion83l
## 1996 positionslegend
## 1997      telexteque
## 1998       A_BL_Simp
## 1999  vonruedenvgzgk
## 2000      Bgmgoodday
## 2001 BathroomSuppli1
## 2002   retrospeedway
## 2003         VA94Vet
## 2004  paradisenhypen
## 2005 metroherobot_bl
## 2006 metroheroalerts
## 2007        aakareda
## 2008    linyiling210
## 2009         1nonso_
## 2010 metroherobot_bl
## 2011 metroheroalerts
## 2012  PatrickKAbbott
## 2013      erotism741
## 2014        BL_LTHTR
## 2015           6C_BL
## 2016       joeisbac6
## 2017   BL_x_addicted
## 2018       masavmark
## 2019  KDramaWomaniya
## 2020      kyukyu3536
## 2021 AlluringlyBlack
## 2022 kevinandrewtod5
## 2023          n5ruse
## 2024        billawki
## 2025   JJKMILLIONDOL
## 2026     dailytaynew
## 2027 metroherobot_bl
## 2028 metroheroalerts
## 2029       pan_ninie
## 2030       jiwinkie_
## 2031      BubblexBBB
## 2032          bl_hkg
## 2033     TSURUNEFESS
## 2034    gayostuff_id
## 2035          bl_hkg
## 2036       lethia_bl
## 2037       lethia_bl
## 2038      QueenTLord
## 2039       bl_marnie
## 2040   johnbilcliffe
## 2041          Bl_ank
## 2042     Vitangina25
## 2043  CupcakeBakeoff
## 2044         Ephi_BL
## 2045         luv3den
## 2046        dikookue
## 2047       Tisha7119
## 2048         akixten
## 2049        deoluver
## 2050      Its_Roddie
## 2051        Asiamayz
## 2052        aedgie11
## 2053        jsngslvr
## 2054 __MarieTherese_
## 2055    JaeyongJung6
## 2056         BL_Hyro
## 2057 Scarletfication
## 2058       BL_prints
## 2059     bl_phillips
## 2060     SabirStaton
## 2061      kagswaffle
## 2062       ddachiyaa
## 2063   amantedel__bl
## 2064      yogurtgun0
## 2065      talentyong
## 2066    spinka77bsvy
## 2067     JUJUTSUFESS
## 2068    doyle53qxboo
## 2069 Rafael878770086
## 2070      HeyObizzle
## 2071    AAngela98765
## 2072        _awolowo
## 2073    Senpai_Emman
## 2074      kyuzen1331
## 2075    Senpai_Emman
## 2076       lethia_bl
## 2077      hikaru1412
## 2078 AnaIsabel_Photo
## 2079 LouisLo24208496
## 2080        Sheyfuju
## 2081         marlzam
## 2082       Agre_Sora
## 2083       lethia_bl
## 2084      BJ_Late_BL
## 2085       lethia_bl
## 2086       lethia_bl
## 2087      lauramobit
## 2088    thetattoogal
## 2089       lethia_bl
## 2090 Ordakazakhstan_
## 2091       lethia_bl
## 2092 jongdaeonlyfans
## 2093    millyminsung
## 2094       janelhops
## 2095       lethia_bl
## 2096       BL_prints
## 2097       lethia_bl
## 2098      Smacka_bot
## 2099 YayukMulawati91
## 2100    mobydick2010
## 2101     MistyAusten
## 2102            BIPC
## 2103   IsmailKDurgut
## 2104   amantedel__bl
## 2105 xcursedgunxreal
## 2106      AArnulfo36
## 2107         jude69p
## 2108       itsthatjo
## 2109 bladdictosindia
## 2110 indiacares_2020
## 2111      BRAINCURES
## 2112    wesley_shark
## 2113      BL_Betting
## 2114   OnielRichards
## 2115    puppydragons
## 2116        0007Adnu
## 2117    Parizziartur
## 2118 therealpatastic
## 2119       prospreme
## 2120      heksnkaass
## 2121 BlackClawTrader
## 2122   AbubakarSoja8
## 2123     EllePlushie
## 2124 lueilwitz52jlrl
## 2125      jodanspace
## 2126      secheolies
## 2127      sakkurakay
## 2128     bl_lo_ve_32
## 2129  RCJMPANDERSON3
## 2130   JovanCummingz
## 2131      dazedance2
## 2132   mochi80243795
## 2133    trestheresee
## 2134          Mkasi_
## 2135    LibraryArden
## 2136      nwbisexual
## 2137       ewereichi
## 2138    paula_delval
## 2139    paula_delval
## 2140    paula_delval
## 2141     123Dips4178
## 2142      lowe40edde
## 2143    sunberries__
## 2144          awwhek
## 2145       binsmfpxz
## 2146  aufderhar40cyy
## 2147          aafuyu
## 2148        Pekinaso
## 2149      walkerajiw
## 2150     MikeHollows
## 2151      PaulinaK55
## 2152     Alt48942023
## 2153   comic_support
## 2154    avocadourjob
## 2155        altoxun7
## 2156        kissu_io
## 2157  britishlibrary
## 2158   AcadLibsNorth
## 2159          ose1ss
## 2160    UWMALAMERICA
## 2161        occulife
## 2162    miss_bangtan
## 2163         MKBang3
## 2164       DigiBando
## 2165       simplyemc
## 2166 jyotisankarnay4
## 2167      bl_edouard
## 2168    reigenshisou
## 2169   teemoney_bait
## 2170    LebsackOttis
## 2171 Thistlethinking
## 2172 NNNappreciation
## 2173     brightnanon
## 2174   tsumugitwiter
## 2175   tsumugitwiter
## 2176    etherealpran
## 2177       velareads
## 2178   Sleemzy_avil2
## 2179 Idkmyna55041112
## 2180    dramaslover3
## 2181   USSpaceLawyer
## 2182   BLAgroIndsLtd
## 2183         be_ckyy
## 2184 entertainwomen9
## 2185   inocentiastar
## 2186 KamehaIndustri1
## 2187      ironbean23
## 2188     heyitsmizuu
## 2189  DharrellGuzman
## 2190  BL_IndianPrint
## 2191  BL_IndianPrint
## 2192          WttLee
## 2193    businessline
## 2194      wcheoleyes
## 2195   EthioHeritage
## 2196       travis_bl
## 2197       n4ttwnxtp
## 2198       lilygauge
## 2199    _rottenjelly
## 2200  greatest__name
## 2201 clarthelunagate
## 2202 hyunjinairfried
## 2203       bl_baddie
## 2204       qiq1_cute
## 2205     yseriesclub
## 2206        hyeonkiz
## 2207  BusinessOffInd
## 2208  bradtke91gmfnd
## 2209      schadensin
## 2210    boys_passion
## 2211       Y_H_Bl_Sl
## 2212    endearingmia
## 2213 Anmolsi81001413
## 2214        Rida3455
## 2215         chouyo_
## 2216       smolhoods
## 2217       utsurikun
## 2218  angiecakes1990
## 2219     kongartwork
## 2220 flipkartsupport
## 2221 Fleurcompassion
## 2222    crabwithlove
## 2223   edquist_david
## 2224      NTRohit543
## 2225 Proud_HalfBlood
## 2226        habiate1
## 2227     jiutiansong
## 2228         qeminni
## 2229 jacksonbrandoni
## 2230     icecreamNew
## 2231  Karolisntcarol
## 2232  ADramticsCutie
## 2233      kyukyu3536
## 2234  moonbyuleeknow
## 2235 SebasRe68666021
## 2236        red_loeb
## 2237    chngbnswhore
## 2238     Minooi_Hmmm
## 2239     jiutiansong
## 2240     rfboothroyd
## 2241     Hokutotrash
## 2242   her_cool_aunt
## 2243         ssefnum
## 2244   sangwooserror
## 2245    pro_bl_media
## 2246        uptonife
## 2247      bl_essence
## 2248      bl_essence
## 2249       bab1gh0ul
## 2250      bl_essence
## 2251  angiecakes1990
## 2252        SJHDELHI
## 2253           t_j72
## 2254       Drmouboni
## 2255     Hokutotrash
## 2256       gostephgo
## 2257        Jargo_BL
## 2258     NavinaHindu
## 2259     Uzuibangtan
## 2260        red_loeb
## 2261      Beyfan_omb
## 2262  angiecakes1990
## 2263      shivamk456
## 2264  Ichor_Calamity
## 2265       Anna53tje
## 2266   yvonnesales78
## 2267      _armyezgi_
## 2268     Uzuibangtan
## 2269        BLcritic
## 2270       harisneez
## 2271    MariReactsYT
## 2272      nantimandi
## 2273       mirabelyu
## 2274       Kavyayaad
## 2275      kyukyu3536
## 2276   glissadefface
## 2277    MySexToyHub1
## 2278         signald
## 2279      Tappy_toon
## 2280   matsumuisbest
## 2281        futekiya
## 2282        pa_bl_00
## 2283  BL_IndianPrint
## 2284 dailymedievald1
## 2285  GoodThingRw_th
## 2286   BLAsia_Africa
## 2287         kaihpop
## 2288      ironbean23
## 2289       diyojenix
## 2290        di297010
## 2291       _bl_ai_ze
## 2292  Tawanforlifeee
## 2293    zhouzishoots
## 2294     leilakassir
## 2295         signald
## 2296      AdzTheMadz
## 2297         kllbpub
## 2298    ashineeworld
## 2299         ApocTao
## 2300         kaihpop
## 2301      ironbean23
## 2302         ApocTao
## 2303        kelsi94i
## 2304       anzalna24
## 2305   Webcomics_app
## 2306     neuropoetic
## 2307    iajgrijalvo_
## 2308       yippo_png
## 2309        pa_bl_00
## 2310       marillytw
## 2311  Astroblshastri
## 2312         ApocTao
## 2313  Astroblshastri
## 2314  cloths_for_all
## 2315    vertexpotion
## 2316         ApocTao
## 2317      jokenkenAR
## 2318       LivsAbell
## 2319   daily_k_drama
## 2320        bl_4_eva
## 2321 QuietMindsClass
## 2322        leyanasl
## 2323      enralada69
## 2324       signediza
## 2325     o0StanAce0o
## 2326    JAIDEEPDAS18
## 2327         Kpopmap
## 2328       jaylan53i
## 2329     arleenimoro
## 2330     Acidaddict3
## 2331      aguilar_ve
## 2332         MegDmrt
## 2333       Barbiares
## 2334         Tian_A1
## 2335          EPdyof
## 2336         chouyo_
## 2337      cupofassam
## 2338 WisnuPradanaArt
## 2339           VJMS9
## 2340          pk5125
## 2341  oilandgaspress
## 2342     sinha_sippy
## 2343          dpop_p
## 2344       IamPolSol
## 2345       agtmadcat
## 2346  cheeringniall1
## 2347          dpop_p
## 2348  QueenofCats200
## 2349   Ratnakarrudra
## 2350     spookicooky
## 2351 CataclysmalLife
## 2352       zetsubo12
## 2353          dpop_p
## 2354     jiutiansong
## 2355        red_loeb
## 2356       _mideyyyy
## 2357    FriendsofSTC
## 2358 MrCherr35092971
## 2359       wluvscats
## 2360      bauhouse65
## 2361     CarinaNieuw
## 2362     cmoneyowoww
## 2363       pondphu77
## 2364       yoonknoww
## 2365        hyunlxed
## 2366  ThomasPeachLib
## 2367 BlackLo39629533
## 2368     bakeliteguy
## 2369        torphxbe
## 2370    cookieracha_
## 2371      lowe78jcjn
## 2372    cypheryoongi
## 2373        treelann
## 2374        red_loeb
## 2375      MchMerteha
## 2376      fromiznine
## 2377      ajsweetboy
## 2378        hyunlxed
## 2379       Illumiell
## 2380          steh_x
## 2381           D2ist
## 2382      tastelixie
## 2383    yaoitalia_it
## 2384        treelann
## 2385       leanonsel
## 2386          thvzzn
## 2387     eternallyjs
## 2388    noturskylite
## 2389      itboybuild
## 2390        revehour
## 2391         HViva34
## 2392         gaygyyy
## 2393    abbott14ghgw
## 2394   Chris14443657
## 2395       yoonknoww
## 2396   em0junghoseok
## 2397         Mrlemo9
## 2398   sojungsplanet
## 2399  angiecakes1990
## 2400      0LDMANYAOI
## 2401      schmittwsb
## 2402       KurobaInu
## 2403      MchMerteha
## 2404        ezesunez
## 2405  angiecakes1990
## 2406       yiiisheng
## 2407       xielianbr
## 2408        red_loeb
## 2409  oilandgaspress
## 2410   Moira86529543
## 2411      AdzTheMadz
## 2412    SiddikaTumpa
## 2413     Cock_Robin1
## 2414         seni_bl
## 2415      rinnie0718
## 2416    odultfiction
## 2417     RanaWaanjai
## 2418       SIKHYEL0V
## 2419     Rewritten17
## 2420     Rewritten17
## 2421       BL_prints
## 2422     Jewelmoney_
## 2423        BLcritic
## 2424     BL_Learning
## 2425     WANNlNGCORE
## 2426    bebel1970_bl
## 2427          sjk617
## 2428        Lampatam
## 2429      shahparism
## 2430       anjacks0n
## 2431    Matteo_94_BL
## 2432         zihouwo
## 2433       IpekMorel
## 2434         zihouwo
## 2435     UntoldLives
## 2436     BibleWSpain
## 2437 Nika_Rakhmanova
## 2438         ApocTao
## 2439     TheSunwoo12
## 2440          setyyr
## 2441   shahrazadsani
## 2442  itsmeummmmheyy
## 2443        Sinndraw
## 2444     JassieShiqi
## 2445   mileaposlayer
## 2446   BL_LatestNews
## 2447           rvigg
## 2448       b22racing
## 2449        4fforce_
## 2450    reigenshisou
## 2451          trshh5
## 2452    zboncak84xas
## 2453     kritisha_99
## 2454         ysltrsr
## 2455         smhw123
## 2456          joeds_
## 2457     Applecb_614
## 2458    ThomasVitins
## 2459  Jerome65117808
## 2460     Rewritten17
## 2461      7yearsbaek
## 2462         smhw123
## 2463  focusedresoIve
## 2464   mileaposlayer
## 2465        ESLoudon
## 2466       lgbtanime
## 2467 flipkartsupport
## 2468       ng_meng05
## 2469   totheyearning
## 2470          BL_27_
## 2471        Peachi3_
## 2472    Obiorannacho
## 2473    platinumblox
## 2474       kozeymgjn
## 2475     istanscouts
## 2476       bbbkumoni
## 2477   TiramiQ_Aicha
## 2478   TiramiQ_Aicha
## 2479        iamstay0
## 2480    Warlord66230
## 2481        Viz_ionz
## 2482    lychandesu21
## 2483   nikolaus8zkry
## 2484   armstrongtdmm
## 2485     feeneyymxsf
## 2486     jturnershow
## 2487         cynic_L
## 2488  mcdermott26ylw
## 2489    Sleemzy_avil
## 2490      MewGulfPar
## 2491        HRforges
## 2492   andstarlightt
## 2493         eugust2
## 2494       ChuQiao18
## 2495         ysltrsr
## 2496          fpianz
## 2497 tgdealsofficial
## 2498     MintedVodka
## 2499      wsledlight
## 2500 laeshweyeewin10
## 2501      me__nooo9o
## 2502        jkxleiny
## 2503  macgyver32wqtx
## 2504     nathanj3001
## 2505    Crisstianaaf
## 2506    businessline
## 2507        ajuhaban
## 2508        1122O8O8
## 2509        bl_4_eva
## 2510    bl_boyfriend
## 2511       Kiwiimeek
## 2512      Kimlemchoi
## 2513     bbuff_filmy
## 2514   rewindblossom
## 2515     AMEMURACALS
## 2516       travis_bl
## 2517        hyuIinos
## 2518 Emmanue80419018
## 2519  PrinceOfChanty
## 2520      Pandelion_
## 2521  Everything4_U_
## 2522       travis_bl
## 2523    SpookyBoogi3
## 2524  innerchilding7
## 2525       travis_bl
## 2526      bl_artcult
## 2527       WorldNfts
## 2528       Sudiptajc
## 2529       travis_bl
## 2530       cupolcacu
## 2531    SveBekyarova
## 2532       naayizhan
## 2533     chi_chi_uwu
## 2534     chi_chi_uwu
## 2535   milliteadrops
## 2536  angiecakes1990
## 2537  angiecakes1990
## 2538      0v0rosa0v0
## 2539 Charity49133192
## 2540    ohara41elsjj
## 2541        bl_4_eva
## 2542      meowpopo94
## 2543    JoeBates1992
## 2544     juanbrayanr
## 2545         pxko_ki
## 2546       Uminetta_
## 2547    MySexToyHub1
## 2548    angelophanie
## 2549       lilygauge
## 2550     BL_Learning
## 2551        keobiwoo
## 2552     bl_lo_ve_32
## 2553       kkeffsats
## 2554        bl__bts_
## 2555        Janne_90
## 2556  Thabangsiband9
## 2557        qxw04012
## 2558   GracefulNengi
## 2559          bl_hkg
## 2560       NajmahOke
## 2561      melvina28b
## 2562  reinhardluvr69
## 2563         wild_bl
## 2564         WXMSfan
## 2565 starryminiminie
## 2566       diveinnow
## 2567 Tsundere_Editor
## 2568  kisekianything
## 2569        paschamo
## 2570     riamuyumemi
## 2571          ForOX_
## 2572         Ol_BL_D
## 2573         Ol_BL_D
## 2574         Ol_BL_D
## 2575         wild_bl
## 2576 somebitchcamren
## 2577 Charity49133192
## 2578          NotxMe
## 2579    angelophanie
## 2580     strosinpqot
## 2581      MewGulfPar
## 2582     chublossoms
## 2583        Waldo42M
## 2584   ApoVotingTeam
## 2585 Hannagadelkarim
## 2586      dezodmlies
## 2587       WorldNfts
## 2588   BioRegioSTERN
## 2589 DOOMSLAYERSAN25
## 2590        KPen_MFL
## 2591 lsgjenchuliche1
## 2592     sailorahron
## 2593        pinkstbz
## 2594      Ynah_06_98
## 2595       marics12_
## 2596   reynoldsxkmgl
## 2597         evcocuk
## 2598     alice262188
## 2599  breitenbergzdq
## 2600   Webcomics_app
## 2601          bl_hkg
## 2602       OnceANerd
## 2603      HelenMars4
## 2604        bl_enthu
## 2605       lgbtanime
## 2606      BLMedieval
## 2607     mullerhfzro
## 2608     thompsonlnw
## 2609  humourpoliticn
## 2610        bl_enthu
## 2611  DreamingSondos
## 2612   cuddlybangtan
## 2613 LeopoldoChris13
## 2614      degenereis
## 2615        bl_enthu
## 2616          W1KK1M
## 2617 signed_somebody
## 2618    vicbardesign
## 2619    iiiiiichico_
## 2620     UniMatrixZ0
## 2621      KhokanNaik
## 2622    learn2bbettr
## 2623        Gs90Wajo
## 2624    dodiemanabat
## 2625         seni_bl
## 2626         jjx_fxj
## 2627       istanlord
## 2628      DaddyWazzy
## 2629      bl_essence
## 2630   winternip1983
## 2631     neapolituan
## 2632     KieMimiPopo
## 2633          fuhryl
## 2634          bl_hkg
## 2635    Jesys_Impact
## 2636  DreamingSondos
## 2637       audiobone
## 2638       bl_baddie
## 2639          mmk_pn
## 2640    ondricka6kpm
## 2641       yoonknoww
## 2642      dtrivedi96
## 2643       bl_baddie
## 2644   issadreamer21
## 2645     chichimongf
## 2646          hn_rvr
## 2647 ReallyFatPigeon
## 2648         lukykid
## 2649   DoctorJoker14
## 2650       lgbtanime
## 2651  __FizzyBizzy__
## 2652     moriko_BOTT
## 2653    Bl_world0194
## 2654      kemmeryzwi
## 2655    MariReactsYT
## 2656    xiaojunthicc
## 2657     Kim_JeonTK1
## 2658  __FizzyBizzy__
## 2659  BoralSayantika
## 2660     BL_Lovers82
## 2661       bl_baddie
## 2662      TShortalgo
## 2663    MariReactsYT
## 2664  BadmintonChess
## 2665   epifanniesnft
## 2666      Xxxlilneko
## 2667        ainthrea
## 2668      jodanspace
## 2669  taetaettaemune
## 2670     neapolituan
## 2671   Sparks_InHere
## 2672      pray4luvvv
## 2673      leschihkpn
## 2674 ReallyFatPigeon
## 2675     AmamiVenice
## 2676  __FizzyBizzy__
## 2677     BL_Lovers82
## 2678     saucenaopls
## 2679     BL_Lovers82
## 2680     mt3745_JSAS
## 2681      bl_essence
## 2682    pointalaline
## 2683          upstox
## 2684   Katty_proarty
## 2685        keneuoe_
## 2686    aiartistblog
## 2687    businessline
## 2688       cleora8ej
## 2689 WarmongerHodges
## 2690         wonclxt
## 2691      bl_artcult
## 2692  chay_for_Macau
## 2693       parkmyrna
## 2694         mayuuka
## 2695        hamhamz_
## 2696       aforatlas
## 2697      bl_essence
## 2698      IkertjeNFT
## 2699     hoeger29bgr
## 2700         D2Peepo
## 2701       rennerzkn
## 2702        Peachi3_
## 2703        0KKULTiC
## 2704        DeafRare
## 2705       aru_j_sol
## 2706 hermit_wanderer
## 2707   headBONDmeLWJ
## 2708         aldriL1
## 2709    hyphenkordei
## 2710       BreXsday9
## 2711      exoscmdump
## 2712  MingYue_Cezhou
## 2713         VnZalor
## 2714       cammmilla
## 2715     strawberima
## 2716     kyleshannon
## 2717 uocapri58742142
## 2718  soupsizedocean
## 2719 ReallyFatPigeon
## 2720         yinlwar
## 2721    xGALVAxCRONx
## 2722     kyleshannon
## 2723        Bookzoid
## 2724      ___Cleeere
## 2725       rivers253
## 2726   Cyleris_84_BL
## 2727     Drill48Zino
## 2728       ItsmeKaji
## 2729      voodookunt
## 2730        Anysah19
## 2731 Mewmewjusticef1
## 2732    FROSTYNOEUL_
## 2733     kyleshannon
## 2734       SubbyBaek
## 2735         pipahm_
## 2736 litepocketdeals
## 2737      bl_artcult
## 2738     i_guessnott
## 2739    spicyjingles
## 2740      bl_artcult
## 2741    bibbuiurluve
## 2742          LiirBL
## 2743    YoIchBinFinn
## 2744     cakesforskz
## 2745          BL_27_
## 2746          LiirBL
## 2747  JapanMerchFess
## 2748  YsnYsn98940900
## 2749     bl_lo_ve_32
## 2750        Shantkee
## 2751          joeds_
## 2752  VillalunaMVEEP
## 2753     dailytaynew
## 2754        sisbl_in
## 2755   liv_inthemood
## 2756         namgulf
## 2757          joeds_
## 2758 ToMySunflower19
## 2759      _Astorant_
## 2760    businessline
## 2761        PilovesN
## 2762     alleygrow43
## 2763 hansomLDNcabbie
## 2764  huricanramirez
## 2765        bl__bts_
## 2766     Abdullah0Xk
## 2767      ErotemeArt
## 2768     thorsylkius
## 2769  download_theme
## 2770     parkourkpts
## 2771   Chiro_Odhoraa
## 2772       bethel40h
## 2773      Xxxlilneko
## 2774      Bgmgoodday
## 2775        nftwithu
## 2776       taesvvibe
## 2777      ihopetowin
## 2778  bossbabykinnie
## 2779 schneider70mycc
## 2780        nftwithu
## 2781     MPth_starry
## 2782      DarblesNFT
## 2783    ChloeAlexMay
## 2784        nftwithu
## 2785 PilgrimBudapest
## 2786  LinXueLian_AO3
## 2787  sseraendipityy
## 2788     jesss_galan
## 2789        bl__bts_
## 2790     AmamiVenice
## 2791      CapoAttano
## 2792       Y_H_Bl_Sl
## 2793 AnnieNg12356460
## 2794         seowohn
## 2795    Loriherea333
## 2796    _theshipper_
## 2797     viviontokki
## 2798       A_BL_Simp
## 2799     FuwhaFuwha5
## 2800   mayaisthatyou
## 2801       MikaMaiz1
## 2802     moondust_36
## 2803      Facts_tors
## 2804     fectodreams
## 2805  OURBSUMETTIKUL
## 2806     jesss_galan
## 2807    letsgoskz008
## 2808    BobLovesData
## 2809   OriharaSirine
## 2810      avii_sen02
## 2811         C_1_3__
## 2812   sammelsurium7
## 2813       Gherick10
## 2814    BLLoversLink
## 2815 Shadow_MonarchR
## 2816     mania_th_bl
## 2817     Eunice_Once
## 2818      stayoutnsi
## 2819     starrysatur
## 2820       morarkzfo
## 2821        BongTeez
## 2822 KYIKYIK78218299
## 2823   sojungsplanet
## 2824   NicolaVictory
## 2825       okodukai7
## 2826    Reby23099547
## 2827   itsjeanparker
## 2828       mahoumiru
## 2829      MiaSings22
## 2830          nxour_
## 2831  JustTtlyCherry
## 2832  thefilthybrick
## 2833      megidoreyn
## 2834     TheRainPoet
## 2835    RajputAlizeh
## 2836       bl_natsec
## 2837   KyushoRomania
## 2838          bl_hkg
## 2839     predovicnju
## 2840      Pastelllyn
## 2841  RealTimeNews10
## 2842    nipaponngam1
## 2843        bl__swan
## 2844        veratchu
## 2845        utenthys
## 2846        Petchary
## 2847  PhoenixVendler
## 2848      Ikpadenis2
## 2849  BL_DataStories
## 2850  bicycIeforjoon
## 2851    AuroraForHim
## 2852     hyperfixrat
## 2853 metroherobot_bl
## 2854 metroheroalerts
## 2855         KeaTiki
## 2856   nitzsche98yzv
## 2857        bl__swan
## 2858   robinschnelle
## 2859        bl__swan
## 2860   Kiwiii_Kiwiii
## 2861     luvllypatty
## 2862       anim8dead
## 2863     livreamour_
## 2864     chanbaek92s
## 2865    blanda61jwwm
## 2866 YAHUZAABUBAKAR6
## 2867      moblinguts
## 2868      marssmaple
## 2869  bicycIeforjoon
## 2870        kibi_pop
## 2871        wu_lfznn
## 2872      idolyagami
## 2873        BorchLtd
## 2874           VJMS9
## 2875        crapcafe
## 2876       jenrenbot
## 2877 DorisStackhous1
## 2878   vantepoesie__
## 2879      moblinguts
## 2880    ellie_boards
## 2881       bbillkohm
## 2882    Zeba39014614
## 2883        rattibha
## 2884 Mewgulf97819961
## 2885 metroherobot_bl
## 2886 metroheroalerts
## 2887     tommygun264
## 2888        aibenxyz
## 2889     midorijinki
## 2890      MGgrazzy17
## 2891 KYIKYIK78218299
## 2892       ChriManzz
## 2893 xsnugglestruthx
## 2894   Brand_Liaison
## 2895        MDVengas
## 2896    AuroraForHim
## 2897         ooArchy
## 2898 Mystic_Stirling
## 2899         homorla
## 2900   WeiWeiPonGege
## 2901     nienowokytj
## 2902       girhoodie
## 2903   BibleBuildIND
## 2904       utsurikun
## 2905  DosDoubleDeuce
## 2906         pathtou
## 2907     chikaitatwt
## 2908           i4ttq
## 2909         _950126
## 2910      allyurluve
## 2911  jacobson11nqtl
## 2912  kdrama_menfess
## 2913    crabwithlove
## 2914 Lunamoo71330902
## 2915        phathit9
## 2916 chansbabygirlll
## 2917       keirazhan
## 2918    gaphsuppasit
## 2919 realnilouimpact
## 2920         Aida46H
## 2921  RealTimeNews10
## 2922  kitsunebiShake
## 2923   Joellinepearl
## 2924 ApartheidClyde_
## 2925          lexcpu
## 2926 AnnieNg12356460
## 2927 assenisator9851
## 2928    CNBCTV18News
## 2929    potrehkoneng
## 2930         BL_Boys
## 2931   SpaceValveGuy
## 2932    marybells525
## 2933      maymay1160
## 2934       girhoodie
## 2935         BL_Boys
## 2936  hinata__ebooks
## 2937      bl_artcult
## 2938      image_in_1
## 2939       a_racel_i
## 2940      bl_artcult
## 2941 DanielJ69037131
## 2942      jazzarraye
## 2943      jkyraoshab
## 2944  mvchinicdesire
## 2945    SamarthPanda
## 2946   SkyMidnight13
## 2947  cautiousreader
## 2948      jodanspace
## 2949   amantedel__bl
## 2950        elias_BL
## 2951         jngdunk
## 2952    BlindRaccoon
## 2953     KeiraShawol
## 2954   iamfvckntired
## 2955       sugxrluvv
## 2956     armoagenzee
## 2957     chromiekins
## 2958    linlin080191
## 2959         BL_Abba
## 2960     tbaudinette
## 2961     Cutieyenaa1
## 2962   franklinveaux
## 2963        _Aerox_x
## 2964 Gorgeousbabe113
## 2965  langosh68quwon
## 2966   aratinabottle
## 2967  NOTBACKlNGDOWN
## 2968 Shabana21970546
## 2969      Max7772301
## 2970      image_in_1
## 2971       irevghard
## 2972    moeshafatima
## 2973    crabwithlove
## 2974         zer0_bl
## 2975       charis_ai
## 2976      bl_artcult
## 2977      bl_artcult
## 2978      bl_artcult
## 2979   byungsdimples
## 2980 PedronoSandrine
## 2981     hamoomindan
## 2982  SunnyLunaLight
## 2983      bl_artcult
## 2984         pathtou
## 2985      artmarteau
## 2986  ABARTH_Blog_BL
## 2987        _Aerox_x
## 2988         chikaaa
## 2989 PedronoSandrine
## 2990      helIsinger
## 2991    bootlegGhost
## 2992  CupcakeBakeoff
## 2993         BL_Abba
## 2994        RandoJoy
## 2995 Bipartite_Graph
## 2996  EmilyMcCurdy17
## 2997     trop1antrop
## 2998    clef66798902
## 2999     mybabydaily
## 3000       Abhinavrt
## 3001     Wabashmom20
## 3002       sombra_bl
## 3003 1DriedPersimmon
## 3004     bunxianying
## 3005    HOAChannelPH
## 3006      bl_artcult
## 3007     polyIeritae
## 3008       lethia_bl
## 3009   aratinabottle
## 3010     atur_duitmu
## 3011     Tanyamc2197
## 3012    missscatleya
## 3013  Astroblshastri
## 3014       teeganloy
## 3015   thefirstindia
## 3016   amantedel__bl
## 3017      artmarteau
## 3018  isalways_sunny
## 3019 NFTMDan45699569
## 3020       thvquacks
## 3021    lolathexxiii
## 3022         BL_Abba
## 3023    MariReactsYT
## 3024   authorcecelia
## 3025    Karatekicker
## 3026      jodanspace
## 3027     jyushikobot
## 3028         Vtach99
## 3029         BL_Abba
## 3030     promostking
## 3031           6C_BL
## 3032       AraNadia5
## 3033  kdrama_menfess
## 3034     durgan2blwc
## 3035          bl__ob
## 3036     cloverjunyu
## 3037     pacocha0lpq
## 3038 BatangMangga_05
## 3039    AriesLovesBl
## 3040      bl_ckb_rry
## 3041    clef66798902
## 3042        gwimbees
## 3043      bl_ckb_rry
## 3044      KaijuPetra
## 3045   iboopurnoseee
## 3046          BL_RGH
## 3047   blooxmelodies
## 3048       DEUZONCE2
## 3049   amantedel__bl
## 3050         BL_Abba
## 3051   kind_and_fair
## 3052  dealsgrabber22
## 3053         chensoz
## 3054       bl_ag_inc
## 3055       cIipeater
## 3056     mixxiwitboy
## 3057 BatangMangga_05
## 3058 KKsrinivasan_BL
## 3059    kstarlivecom
## 3060   tutulismyname
## 3061          zm_emm
## 3062         PODraw_
## 3063        borerirq
## 3064   bibhistorique
## 3065    goldenboy721
## 3066    damselsidgyn
## 3067      iminescent
## 3068      CvntElliot
## 3069       Kaiden_bl
## 3070         atdslri
## 3071   outro_yoongii
## 3072        Red3stan
## 3073  Preppy_Girl101
## 3074 texanconstitut1
## 3075       NavihertZ
## 3076     cave_comics
## 3077        tk452834
## 3078    why_that_hat
## 3079  4thgenitleader
## 3080         BL_Boys
## 3081  BibleBuild_INA
## 3082 LittledragonMei
## 3083       utsurikun
## 3084    winduplynxie
## 3085    nekoganeruhi
## 3086      Bl_artemis
## 3087  redelfonagoose
## 3088    sebongsmafia
## 3089         DTiXOrg
## 3090    IndieRandWeb
## 3091        emmxjayy
## 3092  QueerGamesFest
## 3093        chekovl_
## 3094     rupeedesk12
## 3095         BL_Abba
## 3096        Rudu1212
## 3097 JaredisBackBaby
## 3098     Herbert55yJ
## 3099  donnelly47cdbg
## 3100     houseofsham
## 3101 nourishing4what
## 3102      bl_ckb_rry
## 3103    thewanderphu
## 3104      dianemaldy
## 3105      Terence41L
## 3106      yaoilynnx1
## 3107 liliesandlynxes
## 3108         isfiqah
## 3109      savehitesh
## 3110          ykryzk
## 3111        ot9stan6
## 3112          BL_27_
## 3113      yaoilynnx1
## 3114   ElementalScar
## 3115   LonelyGeekess
## 3116 sweatsuhani2012
## 3117 Jacquel16237241
## 3118 Rishabh58556868
## 3119        tokuenbi
## 3120  bertini_victor
## 3121 moywlng33466723
## 3122   mueller49cbrv
## 3123      dramadates
## 3124       staxrdrew
## 3125       N2fertiti
## 3126  4thgenitleader
## 3127      ONIGUIRIDR
## 3128     Learnerslcs
## 3129       B0NGBONES
## 3130        Hayes_BL
## 3131     isarealbeau
## 3132       staxrdrew
## 3133  RosheCosmetics
## 3134        Hayes_BL
## 3135          BL_27_
## 3136      ZoomStocks
## 3137        bl_enthu
## 3138  paintedmaypole
## 3139 Jacquel16237241
## 3140          sjk617
## 3141    frostcrystaI
## 3142     RabbitDance
## 3143       Avengemon
## 3144        BL_Dwyer
## 3145   aral_was_here
## 3146          gfodor
## 3147           6C_BL
## 3148        BL_Dwyer
## 3149       Miagichan
## 3150         aldriL1
## 3151  sidneylisboa01
## 3152      CraigBigby
## 3153  number1mongrel
## 3154    Ruhi24630153
## 3155          BL_27_
## 3156  douglas_malott
## 3157 IndianLivingUSA
## 3158   izurutairabot
## 3159   illustrata_ai
## 3160     kaguyaspawn
## 3161 kookieg98280802
## 3162 Uke_Supremacy03
## 3163    Bennyzheng20
## 3164    queerbaitinq
## 3165          Efuaka
## 3166      spectrrral
## 3167            mpav
## 3168 saifahzonengbot
## 3169  SetUpUsTheB0mb
## 3170    woricksb00bs
## 3171     brightnanon
## 3172 wildflowerSerai
## 3173  RhealynEspanto
## 3174      akiratoryo
## 3175   J_mie_million
## 3176   J_mie_million
## 3177 kookieg98280802
## 3178       nabadesca
## 3179         BL_Abba
## 3180        BL_Dwyer
## 3181      bonkingcat
## 3182        BL_Dwyer
## 3183        haezukki
## 3184    So_Han_dsome
## 3185      Lee1988Lee
## 3186    mouseoffaker
## 3187      gothicrice
## 3188      bl_artcult
## 3189        ruri_eva
## 3190    zeepruknarak
## 3191   thatgurl_matu
## 3192  britphilippine
## 3193   CaioFelipe_bh
## 3194         BL_Abba
## 3195   aratinabottle
## 3196   Shizaya_Kanra
## 3197        MattyK31
## 3198      stockmart_
## 3199    lc_sweetwine
## 3200        seaj0725
## 3201  SoniCanvasPost
## 3202       Alastrope
## 3203   aratinabottle
## 3204     kedamafloof
## 3205         Mineyi4
## 3206    trends201796
## 3207  aforgottonname
## 3208        steelers
## 3209 522cc6b43faa428
## 3210        1n0nlyJT
## 3211         BL_Abba
## 3212         SnayNae
## 3213      creamy_isa
## 3214   Angelica_20_9
## 3215      CraigBigby
## 3216        bl_l0gic
## 3217    rockstarjxdn
## 3218 ReeVisionedStu0
## 3219   Bonzo53561854
## 3220  LindseyShardae
## 3221     your_BL_pal
## 3222     your_BL_pal
## 3223     mania_th_bl
## 3224       mafers_bl
## 3225     your_BL_pal
## 3226     ChetEdinger
## 3227          yue061
## 3228      Cedrick44A
## 3229      bl_ckb_rry
## 3230          BL_27_
## 3231 YourSoulPiercer
## 3232   aratinabottle
## 3233  Killmoenetwork
## 3234        yuzurizm
## 3235        yuzurizm
## 3236     thehoneypop
## 3237  FakeGamerGirl6
## 3238        megz6344
## 3239    AndreiMellas
## 3240  itz_Malarvizhi
## 3241           6C_BL
## 3242       BJamz20O3
## 3243  FakeGamerGirl6
## 3244    homenick4gzh
## 3245       jirouwife
## 3246       leendarh2
## 3247      Ammi_forBB
## 3248  theleftislying
## 3249 CntStopGameStop
## 3250    stanwithyams
## 3251   sangwooserror
## 3252     ChetEdinger
## 3253        BL_Dwyer
## 3254  Killmoenetwork
## 3255      Bl_artemis
## 3256       bl_ag_inc
## 3257         tofuxen
## 3258   DavidABoren28
## 3259  terminalhearts
## 3260   Justinwilllia
## 3261       jonesybfq
## 3262     mrdonnellan
## 3263      Bl_artemis
## 3264         BL_Abba
## 3265 itselementary85
## 3266      CraigBigby
## 3267      JwjdjsSksk
## 3268     _x_ren_x_bl
## 3269        GAJUNGSS
## 3270      Bl_artemis
## 3271        jose3030
## 3272          BL_27_
## 3273      Bl_artemis
## 3274    Rick27383540
## 3275        AltoGain
## 3276      Based_Jedi
## 3277      Bl_artemis
## 3278    ThatMothLive
## 3279       bl_ag_inc
## 3280    IndSivakumar
## 3281       holysimpx
## 3282      okon77qhih
## 3283      akiratoryo
## 3284      Bl_artemis
## 3285       ImMadMax_
## 3286      CraigBigby
## 3287      bl_artcult
## 3288 Evangelionenjoy
## 3289          BL_27_
## 3290         BL_Abba
## 3291      GARAMTIMES
## 3292        jose3030
## 3293          BL_27_
## 3294   sentosbottles
## 3295     ChetEdinger
## 3296    jdwalker1912
## 3297  Lov__3hesseung
## 3298      mattdilfon
## 3299     VContenting
## 3300      Based_Jedi
## 3301    AustinTammen
## 3302         BL_Abba
## 3303 JamisonChristi9
## 3304  jinsonjaehanie
## 3305      fritschxyx
## 3306    winduplynxie
## 3307    stanwithyams
## 3308 Jennife37615018
## 3309     theyaoiarmy
## 3310       bl_ag_inc
## 3311      Based_Jedi
## 3312        Vanreito
## 3313          t_hkoo
## 3314  WagerTalkPicks
## 3315       venice_vp
## 3316     carterzyosv
## 3317       tayluvzen
## 3318    taynewtaehin
## 3319        utenthys
## 3320  crystalchauvin
## 3321  Lov__3hesseung
## 3322        BL_lnsgs
## 3323     orangefrogg
## 3324     egoless1955
## 3325 rekt_prefrontal
## 3326         BL_Abba
## 3327    MySexToyHub1
## 3328   sorenkingsley
## 3329       venice_vp
## 3330    NatiCampos87
## 3331  annoyingfuccck
## 3332        BL_lnsgs
## 3333  sjarmstrong143
## 3334 ZekesMagicJuice
## 3335        BL_lnsgs
## 3336  PositiveCanuck
## 3337        BL_lnsgs
## 3338        bl_4_eva
## 3339    NatiCampos87
## 3340         BL_Abba
## 3341 AmbroseSpellma8
## 3342  FuturisticTone
## 3343     KPOPANIMEBL
## 3344  ThatNaamonGirl
## 3345        wardaler
## 3346    nhafizzuddin
## 3347        BL_lnsgs
## 3348 Mohamma66896150
## 3349       Vaniaster
## 3350        BL_lnsgs
## 3351   unbecomingbug
## 3352        BL_lnsgs
## 3353        BL_lnsgs
## 3354        BL_lnsgs
## 3355        BL_lnsgs
## 3356        BL_lnsgs
## 3357          jeienb
## 3358         BL_Abba
## 3359       MamaPluto
## 3360         Beau78P
## 3361  SristiGurung20
## 3362    franeckizkdl
## 3363      yaoilynnx1
## 3364   ellafrank2010
## 3365      ShlomoBen1
## 3366      wweLavonte
## 3367  Killmoenetwork
## 3368        reige_xx
## 3369 AshtonR98233859
## 3370     spencergewi
## 3371   vtuberLillian
## 3372   _arXiv_hep_ph
## 3373      crazy_newt
## 3374      Pekmez_art
## 3375         BL_Abba
## 3376   stevensbestie
## 3377   VIGlLANTESHlT
## 3378      GernMorgen
## 3379      strackevuj
## 3380       GarrieSun
## 3381 itselementary85
## 3382     kav1948mary
## 3383      jutsuzuban
## 3384  Killmoenetwork
## 3385       __ash_bee
## 3386  RealTimeNews10
## 3387     Merimeri233
## 3388       ZOAH2000N
## 3389        utenthys
## 3390       hahn38uhj
## 3391   sentosbottles
## 3392      bbsdoublep
## 3393       RERhythme
## 3394 Mohamma33359440
## 3395        vonix_mc
## 3396         bl_adit
## 3397 HVACandRefrige1
## 3398    tayloralinee
## 3399        amli_art
## 3400 Scarletfication
## 3401  onyx_mybeloved
## 3402         homorla
## 3403   amantedel__bl
## 3404        hssluttt
## 3405      sakurali01
## 3406          SLmkpa
## 3407 besumbodyurluve
## 3408 Caroyln84123896
## 3409   whatfireflies
## 3410 sportscardcoder
## 3411 JamesSm51617027
## 3412         yostllb
## 3413  paradisenhypen
## 3414       slay_lina
## 3415       beansxooo
## 3416  RealTimeNews10
## 3417        anna61to
## 3418       A_BL_Simp
## 3419         DRACVLE
## 3420     cassinrxqyo
## 3421  radiodotsydney
## 3422     PikaChulita
## 3423      Bl_artemis
## 3424      the_lenana
## 3425    MadamMangaBL
## 3426    rajeshrajah1
## 3427         BL_Abba
## 3428        amli_art
## 3429 DorisStackhous1
## 3430  RealTimeNews10
## 3431       aleeconan
## 3432           V13oy
## 3433       djchuckyg
## 3434         huiiy_u
## 3435   Caroli_montcc
## 3436   supahboyslove
## 3437      NouriMamad
## 3438   _crookedtime_
## 3439     jooniebyeol
## 3440     jooniebyeol
## 3441     jooniebyeol
## 3442   _crookedtime_
## 3443      LarsGirl_5
## 3444      AuwalJalo1
## 3445      HC_GirlsBB
## 3446    SourPeachPit
## 3447      bl_artcult
## 3448         aksnevv
## 3449       A_BL_Simp
## 3450  RealTimeNews10
## 3451        nichoflm
## 3452          bl_ll7
## 3453         BL_Abba
## 3454    funsizedtoby
## 3455        Sefn1998
## 3456   hickle41uidtk
## 3457   B_BongChelsea
## 3458 Mistas3rdbullet
## 3459       A_BL_Simp
## 3460     ahgasesarah
## 3461       T_rista_n
## 3462  money_and_biz_
## 3463      YessYoon93
## 3464       bbillkohm
## 3465       A_BL_Simp
## 3466   ApoVotingTeam
## 3467  poddar_namrata
## 3468       A_BL_Simp
## 3469      Bl_artemis
## 3470        SamavarG
## 3471          Tyr4_4
## 3472        mantecrl
## 3473     ozymandiest
## 3474 CasualShoesMen1
## 3475        RUAUAUA1
## 3476      BL_Scenery
## 3477     jooniebyeol
## 3478     jooniebyeol
## 3479       lethia_bl
## 3480   supernova_100
## 3481    MariReactsYT
## 3482     concajulian
## 3483     UniMatrixZ0
## 3484 liberationiskey
## 3485     promostking
## 3486        KATE_MSU
## 3487      Bl_artemis
## 3488   ChopuchaiNews
## 3489     ahgasesarah
## 3490         sunizus
## 3491 wilderman75kaba
## 3492      amamozarte
## 3493       ExportKit
## 3494   SP4CEP4RASITE
## 3495   pneumaninesix
## 3496   CrazyBGArtist
## 3497      BL_Scenery
## 3498 xiangyangliyu12
## 3499   mantilla_angy
## 3500     JeezyBean62
## 3501        LeeSauce
## 3502         140293_
## 3503   shopaurahouse
## 3504       bl_diesel
## 3505 SunShin33060668
## 3506    alialsaede22
## 3507  hanjisungteefs
## 3508        ViVi_RvI
## 3509     isabella73j
## 3510   PinellasCo911
## 3511  BuckeyeLocalAD
## 3512      AlmostYeti
## 3513   ApoVotingTeam
## 3514    bnrlibrarian
## 3515    410Athletics
## 3516        yakseoks
## 3517     PunamGhale2
## 3518  upekshaupeksha
## 3519     NyaBoyd1996
## 3520      MathewHeon
## 3521 inbetweenlove31
## 3522        barcinej
## 3523   vamp_nonsense
## 3524 bY6er7zorQjFbR3
## 3525      brocolli33
## 3526     jooniebyeol
## 3527     jooniebyeol
## 3528   Chrisland1405
## 3529     jooniebyeol
## 3530      BJDelConte
## 3531    lorenjae1234
## 3532      bl_artcult
## 3533     hopejie9197
## 3534    berugakjelas
## 3535    badingxbakla
## 3536 Nimadarvish1701
## 3537          r1_vyr
## 3538 passionfruit304
## 3539  namjoonjetaime
## 3540  jeaniebass3555
## 3541    _clowncereal
## 3542       lethia_bl
## 3543   Chrisland1405
## 3544       lethia_bl
## 3545        Hayes_BL
## 3546       WagerTalk
## 3547  jeaniebass3555
## 3548     psychederia
## 3549 bl_comics_plaza
## 3550        S_Oberle
## 3551      jaljayo123
## 3552       lethia_bl
## 3553   WeirdMedieval
## 3554       lethia_bl
## 3555       BL_Richhh
## 3556      Rafa_Praet
## 3557     Beauti_F00L
## 3558      Mavairohax
## 3559    HowToRandom2
## 3560      cailycombs
## 3561 Shaneen_Arries7
## 3562 DhimaanHarpreet
## 3563       lethia_bl
## 3564         pemi_em
## 3565       CH3NGQING
## 3566 abracitofor_hwa
## 3567   TadpoleTundra
## 3568       lethia_bl
## 3569 bl_comics_plaza
## 3570       lethia_bl
## 3571      minchangff
## 3572       rvinpeaxe
## 3573    NateJoseph19
## 3574       rvinpeaxe
## 3575       bl_u_e_7_
## 3576     jyushikobot
## 3577    arneylynsale
## 3578       lethia_bl
## 3579       A_BL_Simp
## 3580     deeperflows
## 3581     jooniebyeol
## 3582       A_BL_Simp
## 3583         gundoIl
## 3584        mzBullet
## 3585        alulasit
## 3586       A_BL_Simp
## 3587     delta_sauce
## 3588      isayev_art
## 3589 Mistas3rdbullet
## 3590   SP4CEP4RASITE
## 3591       A_BL_Simp
## 3592     delta_sauce
## 3593      syereen232
## 3594  OneEyeBruised_
## 3595        myungfvs
## 3596     moose_is_BL
## 3597       rvinpeaxe
## 3598    crispyankles
## 3599     k_tetsurouu
## 3600       A_BL_Simp
## 3601   PinellasCo911
## 3602 MarianTheMaiden
## 3603    1wanningonly
## 3604    imthomasbray
## 3605   kdrama_scene1
## 3606         IDFKD2_
## 3607   Kiwiii_Kiwiii
## 3608         BL_2889
## 3609        BL_is_me
## 3610     arlowrites1
## 3611 PanthersCulture
## 3612     Morph_VGart
## 3613          511NYC
## 3614           511NY
## 3615       mukashik0
## 3616  YaoiBoyYaguchi
## 3617       msmrmoony
## 3618      janineis17
## 3619      abigale12d
## 3620     TheInfiNova
## 3621       ssikaktus
## 3622     great64_the
## 3623   LunaLuna77666
## 3624 JinglesPigtails
## 3625 LatoyaW13031950
## 3626      S4narchist
## 3627 MiserereTradCat
## 3628      TakenGhoul
## 3629 MileApoGuardVTS
## 3630      Wife0fMany
## 3631 EmmanuelG501125
## 3632 intenselySalmon
## 3633      rogahnvuvw
## 3634      ShioBubble
## 3635 InspectorLestr4
## 3636     Vance_venti
## 3637           2teio
## 3638  ladyofethylene
## 3639          RobtNS
## 3640   pneumaninesix
## 3641   anteaasociall
## 3642   KTimes_Sports
## 3643        Kapri_co
## 3644    misokerosene
## 3645      BLMedieval
## 3646  selenathearena
## 3647   rocketgirlNFT
## 3648 metroherobot_bl
## 3649      arta_gokil
## 3650  ichigoaiscream
## 3651   ClawndLIthium
## 3652 bl_encyclopedia
## 3653    Abhi93743050
## 3654          bl_ssy
## 3655   ParlonsBLAsie
## 3656     xo_bl_lover
## 3657    NickiJMarkus
## 3658 _curlybubbletea
## 3659      syereen232
## 3660        kevayon_
## 3661     virginia0sn
## 3662  FireDispatchSC
## 3663    OrbiTiny8_13
## 3664          jcapsj
## 3665   ZamoraKaylynn
## 3666        roobqdcs
## 3667 kurenaifailtaru
## 3668 PromocoesBrasi1
## 3669  smitham63ljozs
## 3670  ZeeNunew130976
## 3671     maggiopfwku
## 3672 awesome27121282
## 3673      N30B4DD13Z
## 3674 intenselySalmon
## 3675 kurenaifailtaru
## 3676      BillWard60
## 3677    Tina39261899
## 3678 kurenaifailtaru
## 3679       RLongefay
## 3680      armadozere
## 3681     purplemana1
## 3682  sadesu95287515
## 3683 kurenaifailtaru
## 3684        0xdropys
## 3685       cheribyun
## 3686 kurenaifailtaru
## 3687    noble_darrin
## 3688    mariinksarts
## 3689       tastyoiii
## 3690         isuilde
## 3691       WorldNfts
## 3692      bl_artcult
## 3693         EchoDvc
## 3694 DerrisKharlan64
## 3695       burnAbby1
## 3696      bl_artcult
## 3697         BL_Boys
## 3698  ZeeNunew130976
## 3699      wwxprophet
## 3700    iggykoopa666
## 3701      miniyoonie
## 3702    mariinksarts
## 3703        kfinch74
## 3704      sfayyoongi
## 3705   ImoleaAdebayo
## 3706 Eriasu_memories
## 3707      bl_miller2
## 3708  MinneolaBucFan
## 3709 Babyjay37217914
## 3710        bwighttu
## 3711   ChopuchaiNews
## 3712      SaturStar1
## 3713     _yeonkimiin
## 3714          NaiSk8
## 3715        EtLampes
## 3716           6C_BL
## 3717    bavarista_lb
## 3718   illustrata_ai
## 3719 gaylittleyoongi
## 3720     Bl_Series24
## 3721       naayizhan
## 3722       A_BL_Simp
## 3723         Ephi_BL
## 3724   Chrisland1405
## 3725     kunde1ogfun
## 3726        SjvTesla
## 3727          511NYC
## 3728     buildsummer
## 3729     luc_isillx2
## 3730 whatdiducallmee
## 3731       boubielee
## 3732      Ericjihyun
## 3733   lilac66572781
## 3734  NoName02489285
## 3735      bl_artcult
## 3736      PPlove0011
## 3737    Robotmurloc5
## 3738           511NY
## 3739      VantaSable
## 3740      bl_artcult
## 3741    meowking3000
## 3742        7kadiza_
## 3743 aashishkumar551
## 3744         SrulyCH
## 3745 AngelSh12053563
## 3746        kriszeth
## 3747    collier41fwk
## 3748       A_BL_Simp
## 3749        Mayte_BL
## 3750        vprights
## 3751 Wikiwolffstudio
## 3752 tarotbybridget3
## 3753  J_blackfeeling
## 3754        Mewww218
## 3755       takeup_pk
## 3756     CoxWebSales
## 3757     Hyuhhnniena
## 3758      uarmysopee
## 3759  RobertMyers_BL
## 3760  RobertMyers_BL
## 3761     promostking
## 3762    intaksmaniac
## 3763   ChopuchaiNews
## 3764        Humper42
## 3765 SquidViciousMMA
## 3766   Rainboway1919
## 3767      iminescent
## 3768 iamDARRAGHBOHAN
## 3769      EarthMixBP
## 3770       emil_vash
## 3771    DarshanJajoo
## 3772  anshinx3shitai
## 3773       Syzyg3tic
## 3774      HannaTulah
## 3775     king67ttvdq
## 3776      arbitalleg
## 3777         nils74y
## 3778 promos_follower
## 3779       noemi54pb
## 3780    rosenbaumpwd
## 3781      EarthMixBP
## 3782      taeyeonaes
## 3783     FrankDElia7
## 3784 Adriana29433203
## 3785    Aaron0017969
## 3786      DougStorm4
## 3787         jakakxm
## 3788   PinellasCo911
## 3789       HechamTmt
## 3790     flatleytkzh
## 3791          euu_bl
## 3792         Yharr16
## 3793         lait911
## 3794          KetFN2
## 3795 VitaminA_______
## 3796          1run2u
## 3797    TheYaoiShelf
## 3798      dcsteaksub
## 3799         ikujaki
## 3800      PPlove0011
## 3801    ThatMothLive
## 3802      Asmidiske3
## 3803       emil_vash
## 3804     95pvrkjimin
## 3805      Bl_artemis
## 3806    amoAdrian_BL
## 3807      bl_country
## 3808       gIamourss
## 3809     ala_art_lab
## 3810     smiley_yibo
## 3811     peachywarut
## 3812   Marie69_28387
## 3813   PinellasCo911
## 3814      Bl_artemis
## 3815        BL_Dwyer
## 3816      99plumeria
## 3817     Lawren_Chii
## 3818       KinoAlyse
## 3819       britboy77
## 3820  JPA_PID_Filler
## 3821      natnatbat1
## 3822      bl_artcult
## 3823  AveryHorton116
## 3824       saItfIats
## 3825        jazz_0ii
## 3826        the97god
## 3827   BL_Worshipper
## 3828     Peirescius1
## 3829       msmrmoony
## 3830       rayanaach
## 3831   reddiegotfree
## 3832      londyalexg
## 3833      bl_artcult
## 3834     EMEDobleNFT
## 3835    stehr12ywygx
## 3836     fuckittycat
## 3837  Jazmin33814800
## 3838 Magikewl_Slayer
## 3839        MsGuiles
## 3840       falfouuul
## 3841     bbius_luver
## 3842      bl_artcult
## 3843     Peirescius1
## 3844   PinellasCo911
## 3845       noda19911
## 3846      Bl_artemis
## 3847        amli_art
## 3848   AndrewGKhalil
## 3849     ArtSenseNFT
## 3850 SeanOBr70320307
## 3851        mspatbbs
## 3852       SIKHYEL0V
## 3853      INVESTORQ4
## 3854  ClaireGroves19
## 3855      PunkTwelve
## 3856      aguilar_ve
## 3857       04rlequin
## 3858         gomanga
## 3859         riiayuu
## 3860 velvetpumpkin13
## 3861        Lyon_Sin
## 3862      bl_artcult
## 3863       kajiiyama
## 3864        CLTA_TWT
## 3865     shardofmoon
## 3866 ButtonMash_Show
## 3867  TheSirenBella1
## 3868        tha_magi
## 3869    AAngela98765
## 3870    ArthurSalari
## 3871       CINAMR0LL
## 3872        elias_BL
## 3873    ChaoticYuki_
## 3874     Theniizzdrf
## 3875     staru_gummy
## 3876      quipianist
## 3877   All_aMIRRican
## 3878    five_myheart
## 3879    NazirMinhas5
## 3880  angiecakes1990
## 3881      bl_artcult
## 3882    JamesLouise7
## 3883       XCrysalis
## 3884   suninhersmile
## 3885       XCrysalis
## 3886         kniaaji
## 3887       BL_Nettie
## 3888   Gray_Phantom_
## 3889      littelsevk
## 3890   MileApoDaily_
## 3891     HlMichael91
## 3892    UviPoznansky
## 3893        elias_BL
## 3894      24Nyakallo
## 3895        kobe96qo
## 3896         kniaaji
## 3897   JFaulkner4929
## 3898   sara_sharifi_
## 3899    MariReactsYT
## 3900      shabbiddie
## 3901     BOURGEOIIS_
## 3902     promostking
## 3903     kennydb2013
## 3904         IowaLSA
## 3905      aguilar_ve
## 3906      lowe40edde
## 3907      JeansMenss
## 3908      trinacrina
## 3909    strvngecvndy
## 3910 metroherobot_bl
## 3911 metroheroalerts
## 3912       BUB_BL_ES
## 3913 ikraamMohamedA1
## 3914         klunk22
## 3915       shianieee
## 3916 Nika_Rakhmanova
## 3917    NgahCharlene
## 3918 AddyBrossWrites
## 3919      emardwaokl
## 3920        BL_is_me
## 3921   dogsdontliket
## 3922   DracoxxFerret
## 3923        PiscaSan
## 3924    jiminluver75
## 3925         kngyqn2
## 3926   bldramaheaven
## 3927        BL_is_me
## 3928  kisekianything
## 3929      bl_artcult
## 3930        Amber55J
## 3931       bl_diesel
## 3932   alterthesound
## 3933  GertrudMller20
## 3934     promostking
## 3935       Vance_Vaa
## 3936     melbrethour
## 3937         henxaio
## 3938    WorkdayPaddy
## 3939     ninihuncult
## 3940 KevinAn45942701
## 3941        sIaytham
## 3942        serepuff
## 3943        serepuff
## 3944    lesbokomaeda
## 3945        samojend
## 3946 collegesoccerfr
## 3947  sandskrithands
## 3948      RBrowncean
## 3949  Italy_loves_bl
## 3950      JeansMenss
## 3951        mero_se1
## 3952      west43bwmd
## 3953    giornosdream
## 3954 may_yourxkitten
## 3955  Raj63883840791
## 3956 crownandpalette
## 3957        HONG5TAR
## 3958    kuromorisuzu
## 3959   1000livesaday
## 3960        elva75qy
## 3961         tofuxen
## 3962        yettinim
## 3963      pollichihw
## 3964  Silvercloudp40
## 3965    strvngecvndy
## 3966     moldybleach
## 3967       radelgirl
## 3968     illiquidesq
## 3969         sjllvsk
## 3970      Celestiaru
## 3971        elias_BL
## 3972         bl_vcky
## 3973       Rui_taaaa
## 3974        Eggxorty
## 3975      _Dr_Fetus_
## 3976 KKsrinivasan_BL
## 3977 blinksmartlinks
## 3978  designonething
## 3979       illisaide
## 3980   mylovely7even
## 3981 KKsrinivasan_BL
## 3982      JeansMenss
## 3983   hlslaundryday
## 3984    NachtTheHost
## 3985       MixTrixxy
## 3986 Fujoshi_Obscura
## 3987    hetianslover
## 3988   illustrata_ai
## 3989        kobe96qo
## 3990       myunhoppe
## 3991    sheerin_adam
## 3992    lockmaneqhwr
## 3993      mireya39tt
## 3994         CarrmDj
## 3995     chanwoosins
## 3996     junniesitos
## 3997 Mikey_A_Roberts
## 3998    AlexLopez075
## 3999  WhaleMarineCat
## 4000  fan__del__bl__
## 4001        Zikkun20
## 4002 IanJavierBlanc2
## 4003           Bbcr7
## 4004    Grumpy_Steff
## 4005        4fforce_
## 4006       abelsbbtm
## 4007         joynxyz
## 4008   balistrerinkt
## 4009 EngMartyrSchool
##                                                                                                                                                                                                                                                            text
## 1                                                                                                                                                                              @UNESCO @UN_News_Centre @UNCambodia @UnescoCambodia @PeacePalaceKH Big thanks ♥️🙏
## 2                                                                                                                                                                                                                                         @vainillitas95 Bottom
## 3                                                                                                                                                                                                              @Badluckrabbit @HornyNord BL is the closest btw.
## 4                                                                                                                                                                                                                            Soo bottom https://t.co/o2IhILGI8A
## 5                                                                                                                                                Updated: Construction on #Q27Bus Both directions from 46 Av/162 St to Kissena Bl/45 Av https://t.co/IGxbn4kQC7
## 6                                                                                                                           Updated: Construction on #Q31Bus Both directions from 32 Av / Francis Lewis Bl to Corporal Kennedy St/34 Rd https://t.co/R7PnFB6rLY
## 7                                                                                                                                                                                                                                                @bl_yj3 a ver!
## 8                                                                                                                                                             why does jihoon and hyunwook look like they're promoting bl series instead of weak hero class 1😭😭
## 9                                                                                                                                           @kjinebula it's force, he played in the bl enchanté and will be playing in a boss and a babe / only friends in 2023
## 10                                                                                                                  @Krashface1 @Repentmofos @orange_juice_b I mean mate ive reached out to a BL author if ya chill and polite they do… https://t.co/lRAP55PUqb
## 11                                                                                                                                           there's this trend on tt where ppl put quotes related to bl characters but i only think and relate them to akktheo
## 12                                                                                                                         Please vote for BibleBuild\n#BibleWichapas #BuildJakapan\n@biblesumett @Buildbuilddd #BibleBuild #ไบเบิ้ลบิว \n https://t.co/ecBnhWPjgj
## 13                                                                                                                 @DaemonX99 @DestinyNostalgi They already updated the engine with BL, but that has not helped a lot. You simply need… https://t.co/Vw1ZEcGUJr
## 14                                                                                                                 4-YEAR-OLD STRUCK BY VEHICLE: 3400 Bl. Of Holmeade Pl. N.W: Dcfd is on the scene of a pedestrian struck involving a… https://t.co/UvsmPce64t
## 15                                                                                                                    @jackdoranjr @MambaSalty @sickathehighhat @gentle_class7 @keithccurtis @teamphil @GentriVacation @Shoccking @ABC… https://t.co/uwdrX0Iy01
## 16                                                                                                                                                                                        Hongbin actually had his own BL\n\na thread ⬇️ https://t.co/EaKfHHafCd
## 17                                                                                                                                                                                        What's BL? Yamada says I would like it but refuse to tell what it is!
## 18                                                                                                                 Cremation Urn for Ashes, for Adults up to 200lbs, Funeral Burial Urns Made from Aluminium with Velvet Bag for Human… https://t.co/lQ2oTQgT0T
## 19                                                                                                                                                                                                                @Thunderblunder7 The BL KNIGHTS LETS GO BABYY
## 20                                                                                                                                                                                          LRT: MY FAVORITE BL MANGA AUTHOR JUST DREW KEIWA AND ACE IM SHAKING
## 21                                                                                                                 (part i clarify i havent touched ov*rwatch in years and i hate bl*zzard but if i don't add the part i was a junkrat… https://t.co/ia0qAtlrQp
## 22                                                                                                                 @Rayxur6 @DestinyNostalgi That is basically what they tried to do with BL with the engine update, with DCV as resul… https://t.co/KsPzWFGkWP
## 23                                                                                                                        @Syzyg3tic god gotta get me more of those. not that i don't make my non-thai bl friends look at everyone i love. that's unreasonable.
## 24                                                                                                                                                                                         Alert: MOTOR VEHICLE COLLISION @ 8465 W GULF BL Tac: B Sent: R24 E24
## 25                                                                                                                                                                                                                      @BL_Nahuel_CARP 23 de abril masterclass
## 26                                                                                                                 @DestinyNostalgi I've debated this with a friend, and we both agree it's time for an engine upgrade. One that is mo… https://t.co/xym0Oai5BZ
## 27                                                                                                                  @SherminatorF On final arc of Fata Rein (the final arc of all of Fata), and watched all the eps of Tybw. Am also watching BL and SxF weekly
## 28                                                                                                                                                                   Rey @Twitter @TwitterSupport u bl**dy burger and pizza fix the bug https://t.co/lDEeEy8MtV
## 29                                                                                                                                                                            @CrowdsourcedPol @VazquezSonne4 Yo they are asking for a couple of sick days off.
## 30                                                                                                                                                                                    @PolcaBaby Parang straight out of a BL novel 'yung anecdote, ano? Hahaha.
## 31                                                                                                                       I have just given up on finding another BL to watch because nothing comes close to what MileApo has portrayed. https://t.co/ZClCkga8cb
## 32                                                                                                              Chinese zodiacs of Pansy. Seen yours yet?\nPansy: https://t.co/zVLOikJWjB |Webtoons https://t.co/Atdf3E0SWk\n\nPansy (… https://t.co/6Zc56jkmBe
## 33                                                                                                                 Hinomaru Collection Ichigo Sake Set Tokkuri 5 fl oz Bottle with Two Sake Ochoko Cups 2 fl oz Reactive Glaze Ceramic… https://t.co/8mOGYXPy8U
## 34                                                                                                                  @Dave90822263 @WrestlingHumble Sami is in MITB. Tells them he will win it so Roman wont have to worry about it. He… https://t.co/cU8kJYbjwI
## 35                                                                                                                                                                             HOWWW??!!! HOW DO I CHOOSE?!!! #RIDI #RIDIAWARDS #BL 😭😭😭 https://t.co/cd8KXb3eoJ
## 36                                                                                                                                                                                            honestly how did i not get spoiled, thank fuck my tl is mostly bl
## 37                                                                                                                                                                                            I GOT VEGAS FOR THE “WHICH BL CHARACTER IS YOUR MENTAL HEALTH” 💀💀
## 38                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult A World Turned Dark \n\nDon't turn your back on your Demons.\n\nEven if y… https://t.co/KMU3Yuv9kv
## 39                                                                                                               sir? and may I ask whether this is the sort of bitters by\nwhich he bl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/W7B0PMgywy
## 40                                                                                                                   they make me so happy 🫰\n#TayNew #Tawan_V #newthitipoom #Newwiee #Darkbluekiss #TayNew1stFMinOSAKA #CherryMagicTH… https://t.co/e50yQuNGTj
## 41                                                                                                                                                                                   DUSTIN MAY 2021 Topps Chrome Bl #ad #baseballcards https://t.co/qOHrfuE0bX
## 42                                                                                                                                    "It's a Tokusatsu or BL scene?"\n\nI have no idea sir, it's same    LMAO🤣 https://t.co/PL0G50sXMz https://t.co/qYrannR9qm
## 43                                                                                                                         whitelist Interworking Assistant @BL_fpi @DiamondHeistNFT @JPEGErebus @DocCripto @oieusouogohann @chherm126… https://t.co/tlOHf6YGbW
## 44                                                                                                                     Get ❤♡ FERN SHAPES UP TO FORM ♡❤ by "@bl_els "@Pizzazz_Books\n#bargain #crime fiction\nhttps://t.co/8WehBHgLRf … https://t.co/2xHlW28ySI
## 45                                                                                                                                    I can't wait to see what happens next! Click the link below and join my struggle!\n \n#BL #comic… https://t.co/N68aowwYs9
## 46                                                                                                                 @Axelrules21 @BeastWrestler21 Full gear had better matches but WG storytelling especially with aj v finn and the BL… https://t.co/PJWNOVBsQU
## 47                                                                                                                                                             @grrragustd This made me think about that bl about vampires where humans are treated like cattle
## 48                                                                                                                 Rmikaly 2 Hooks/ 3 Hooks 6 Pcs Women's Bra Extender Soft and Comfortable Bra Extension Strap Bra Lingerie Extenders… https://t.co/p0oGiOQp5E
## 49                                                                                                                 Listen Live Now on https://t.co/mv8YVs5Qgy: El Dolorcito De Mi China by Arsenio Rodríguez / You feel FANTASTIC .You… https://t.co/UUX8YgYBKb
## 50                                                                                                                                                                                                  @Bl_ackDelight Talking to normal people, not a cultist. 🤦🏽‍♂️
## 51                                                                                                                               the only bl actor man ever 4 me hes so fuckin cute like i cant even explain how handsome i think he is https://t.co/pokTwBfj53
## 52                                                                                                                                           Blue Crest Motel Milwaukee Wisconsin postcard Telephone number BL 8-2910 via @eBay #eBay🇺🇸 https://t.co/g4oRh0gNzR
## 53                                                                                                                                                                                                  All I will do is to read more BL manga\n\nToday, I shall be
## 54                                                                                                                            this megamaterpiece is jus too good... i love how bl genre is brought in a more mature and realistic ways https://t.co/4y9FVRM4XV
## 55                                                                                                                            You know those tricks when in bl manga car interior turns into a penthouse. I'm trying to draw it now 🚬😵‍💫 https://t.co/tcdBT9XidS
## 56                                                                                                                                                                @jhonpl55 truly the gnc couple. u got ppl thinking they’re both BL &amp; GL in the comments 😂
## 57                                                                                                                                                                                     @haikyutwo LIKE YOULL KILL SOMEONE FOR FR LIKING BL AND BEING A WOMAN???
## 58                                                                                                                                                                  i can’t do this anymore, at this point just give them a bl series 😔 https://t.co/HVquo5TvJX
## 59                                                                                                                 Unbroken Sports Wear Gymnastics Grips - pullups, Weight Lifting, Chin ups, Training, Exercise, Kettlebell  Protects… https://t.co/k9FGKHuEIO
## 60                                                                                                                                                                                                       @0_Harryy Yaoi, BL= Boys Love, gays, homens se pegando
## 61                                                                                                               Started Coffee melody and it was a nice surprise to see Fee from 12% here since I had wanted him in a bl. \n\nPavel…b… https://t.co/WmzUqI1Yn3
## 62                                                                                                                 The only thing i like about ccp is how they stopped production of bl adaptation, fr those adaptation make fandom to… https://t.co/TUdmfni3P2
## 63                                                                                                                                                                                 @Ambi_eth @illustrata_ai @joynxyz @amli_art @bl_artcult This is so powerful!
## 64                                                                                                                                                                       @Ambi_eth @illustrata_ai @joynxyz @amli_art @bl_artcult Wow Irina, this is incredible!
## 65                                                                                                                                                                               @daracraichi Was it the discourse? Was it the BL? Was it the Shota? Who knows!
## 66                                                                                                                                                                                                                      what bl is this https://t.co/HiIJbpHNOP
## 67                                                                                                             ー☆ busco mutuals !! \n\nno soy nueva en #anitwt #animetwt #genshintwt 。⁠☆\n\n› jojo's, jjk, mob psyco, haikyuu, free, d… https://t.co/OegVhdZV5f
## 68                                                                                                                                      @AriaWolfe9 Horrifying and despicable. I’m so sorry. Please DM, and let one of us know if we can BL him on your behalf.
## 69                                                                                                                                                                                                                              @LiirBL 😭 I thought it was BL 🤧
## 70                                                                                                                                                                                                                                            @thvquacks Bottom
## 71                                                                                                                                                                                                                                          More? Check fav! :D
## 72                                                                                                                                                                                                                                          @beatwitrkv7 Bottom
## 73                                                                                                                                                                                             @AlexMetalGuy At least you have admitted thirsting for BL trash.
## 74                                                                                                             @BL_Balthaser @VazquezSonne4 The majority of the unions &amp; members involved agreed to the contract. At the same time… https://t.co/JPczUJ0zeL
## 75                                                                                                                  100Pcs 21mm/0 8 Inch Small Metal Gourd Safety Pins Bulb Pin for Knitting Stitch Markers, Sewing Clothing DIY Craft… https://t.co/6f9AMi6gnC
## 76                                                                                                                                                                                   #AmeiroParadox.              Bl shows for December https://t.co/YMK8qAoaBj
## 77                                                                                                                 @illustrata_ai @joynxyz @amli_art @bl_artcult My #expressionwithmeaning : a goal in life is maintaining endless cur… https://t.co/MjCxKriV9X
## 78                                                                                                                                                                      Sometimes we realize how much emotions hurt us...\n    💞🌸🖤BL🖤🌸💞 https://t.co/AcLHzN2QNj
## 79                                                                                                         BL SERIES &amp; GL SERIES 2023 LineUp\n- Show Me Love\n- A Boss and a Babe\n- Hidden Agenda\n- 23.5 Degree the World Inclin… https://t.co/UOTPLTxqVB
## 80                                                                                                                                                                                                              @NinjaTheory @XboxGamePass I love the letter BL
## 81                                                                                                                                                @LeaTheSequel Sakuya pilfers through the mansion library to find every last piece of BL when no one's looking
## 82                                                                                                                                                      @Stststarv1ngg @flesh_cutter ive hit baby styros before but as soon as i got the new bl@de omfg in love
## 83                                                                                                                                                               •kdm• 🏳️‍🌈 \nTeaser bl series "The New Employee" tayang mulai 21 Des 🤩🤩\nhttps://t.co/27349ty7eO
## 84                                                                                                                                                                 @Billa96256431 @drixllll @NPaschals @benny7gg Thank God you’re not bl!nd to see global there
## 85                                                                                                               Pequod, as she heavily forged through the sea (for by this time it\nbl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/3WigraQ1d2
## 86                                                                                                                                                                                              @AiaAmare @Fulgur_Ovid LMAO AIA??? I DIDN'T KNOW YOU LIKE BL...
## 87                                                                                                                                               @CrowdsourcedPol @VazquezSonne4 Blocking a strike and violating union democracy is not OK if it were one union
## 88                                                                                                                                                                                            Why does this sometimes happen?\n💞🌸🖤BL🖤🌸💞 https://t.co/utZfMmJlAo
## 89                                                                                                                                                               @jaerenous Thank you po ☺ just started watching some bl series. Cutiepie plng n start tan ko 😅
## 90                                                                                                             🔔 | Daily Polls For Apo \n\n¹  ACOTY2022 :https://t.co/0b6zuW8WIj\n² Thai Actor Of The Year :https://t.co/jlIsN92z13\n³… https://t.co/TCBHtz4bW7
## 91                                                                                                                                                                                                                      r*wan bl*nchard https://t.co/ImiegfCf42
## 92                                                                                                                  @porgavenger sitting there handsomely, tally-ly, their long leggys off-camera. stoically thinking about how one of… https://t.co/cWNLgXP9TN
## 93                                                                                                                                                    @BL_Balthaser @VazquezSonne4 8 of the 12 unions already agreed to the sep contract. Going to ignore that?
## 94                                                                                                                 Pack of 2 Silicone Pasta Fork, Kitchen Heat Resistant Noodle Spoon Server, BPA Free Spaghetti Strainer,Best Cooking… https://t.co/fLqQpjvDB9
## 95                                                                                                                 @bertovo I gotta hand it to my folks: not only did we watch South Park as a family when it first aired, but dad too… https://t.co/Vo7bZHgvQk
## 96                                                                                                                                                                                                                                         @Namkookcrush bottom
## 97                                                                                                                       I can't wait to see what happens next! Click the link below and join my struggle!\n \n#Higunana #coloring #bl… https://t.co/8Chsrb43J1
## 98                                                                                                                  @Repentmofos @orange_juice_b I want to take a moment and for the first time in these past years since I knew about… https://t.co/IsA7NkV8pU
## 99                                                                                                                                                                                             tell 'em charlie https://t.co/1kJ8PETJlT https://t.co/f3aK7MNDkh
## 100                                                                                                                                                                                               @jesusfalcis @Enzoomnia How is this not a pinoy bl plot line?
## 101                                                                                                                                              @HailisCold If bl*ckb*erry🤢🤢 think they can go at chuu😶‍🌫️😶‍🌫️ withput going through me...🤬🤬 they are dead wrong🔥👊
## 102                                                                                                                                                                            @iamvassalady Happy Birthday!!!! Hope you get some time to read some BL later! 😊
## 103                                                                                                                 @SUMMERKN1GHTSS “Who-?” Her face scrunched in confusion, but then fell into annoyance as he kept moving. “Silas if… https://t.co/bycTlcF1PE
## 104                                                                                                           🦂SUPPORT ADDED🦂\n@nightspicemusic &amp; @weekendrunclub will be supporting @Emarosa this Saturday, December 3rd. Tickets… https://t.co/c0mBTlfSnZ
## 105                                                                                                                                                               deeply uncool of twitter to fall apart when i finally have people who will talk thai bl to me
## 106                                                                                                                                                               @iamSETHISAAB @SeharShinwari You BL@/.CK Indians want us Olive White Pakistanis so bad hahaha
## 107                                                                                                                                                      Me buying 3 IKEA billy bookcases next week to display my 200+ collection of BL https://t.co/WaKjbFiiNG
## 108                                                                                                                    Hakko FX888D,T18-B,BL,I,D24,D32,C05,S7,599-029 Soldering Station with T18-B/BL/I/D24/D32/C05/S7/599-029 GFVGQWN… https://t.co/gDQT84LBaY
## 109                                                                                                           @GeneralNarwhale @YoungMophead @MuItimach Got a rather old spec now:\ni7-8700\n16gb ram\n1080\n\nFrames going from 130(D… https://t.co/erV0yspLXj
## 110                                                                                                                                                                                                                                        @bl_ag_inc Deflation
## 111                                                                                                                Matcha Ceramic Whisk Holder + Matcha Bamboo Whisk Tool Green Tea Whisk Tool Set fit for Traditional Japanese Tea Ce… https://t.co/PCb3CzY3JZ
## 112                                                                                                                 @passionate_xx If someone is really filthy (as in mucky) or it's really dark you can say they are 'As Black as the… https://t.co/2S4SiZ3u3e
## 113                                                                                                                 “The joy of life is a very good thing, and while work is the essential in it, play also has its place.” - Theodore… https://t.co/NxoBOYNSff
## 114                                                                                                                                       So i was searchin' up blooket but it didn't autocomplete and i just searched bl on accident and it said that was yaoi
## 115                                                                                                                                                                                 200k a month ? Damn ye, price you pay when you dont want a bl*ck woman smh.
## 116                                                                                                                                                                                                  @Thauandocafe festa com open de whey protein kkkkkkkkkkkkk
## 117                                                                                                                                                                   @keisukeraw agagagagaaga oye tienes q ver el bl coreano llamado roommates of pungduck 304
## 118                                                                                                                                                                                                              @iCEofABUJA Cutlass or plank fight, which one?
## 119                                                                                                              @LoveryBingsu And this acc also started spread this shit rumour again \n\nShe also told people under comment “Whoever… https://t.co/mfi6kyjEr4
## 120                                                                                                                 I love the art style in "My Husband, Hades" so much! It's gorgeous! The character designs are amazing, too! Highly… https://t.co/ZumGBGnKoW
## 121                                                                                                                @ananti_novi There were 2 versions of Love In The Air released. The version on iQIYI was the uncut version, the You… https://t.co/PRwNeGKgpe
## 122                                                                                                                          🔔| Daily Polls For Apo🐱\n\n❶ Most Handsome bl Actor\n🖇️https://t.co/HIPbu8Qs2n\n\n❷ Top Asian Celebrity\n🖇️… https://t.co/IqCvNEuVcd
## 123                                                                                                                @sonicdrivein I could be, we go to Sonic several times a week. That being said, y’all could keep me from going to t… https://t.co/t9wrz36K4f
## 124                                                                                                                                         Lithonia Lighting T29 BL Floating Electrical Feed, Black LH0JORH\n\nhttps://t.co/7ifRa6Manj https://t.co/kd6X3Q1aEH
## 125                                                                                                                             @BL_Scenery Brain ...... Struggling...... Constant thought....... princess rap battle......BEASTIALITY. https://t.co/K4CW8jCe8K
## 126                                                                                                            I've read this manga multiple times! You should check it out, too!\n \n#boyslove #fnfmods #bl\n\nhttps://t.co/vGziIe4e37 https://t.co/7mJX8puQey
## 127                                                                                                                      2 - Aujourd'hui / Today\n\nThe Star Always Follow You Ep 2 : https://t.co/bYJQWmythM\n\nDecember BL release :… https://t.co/JmjUllf0Jo
## 128                                                                                                                                                  @idol_lloyd PLS LITERALLY I SAW A SUPER CUTE BL COVER AND THE ROMANCE WAS TEACH N STUDENT. I WANTED TO CRY
## 129                                                                                                                @WarmasterHolden Tfw a BL and creditable source establish thay there is and never was a need for FSM and rather Sor… https://t.co/rqfUVFr6lh
## 130                                                                                                            1 - Aujourd'hui / Today\n\nWhy You... Y Me ? Ep 7 : https://t.co/F5w3ueQZBD\n\nMr Cinderella Ep 1~ 8 (already available… https://t.co/LAxJr9wqdy
## 131                                                                                                               Sometimes the price in the bearmarket gives me a negative feeling. \n\nBut this kind of speeches of @NSapProductions… https://t.co/8dEXrEkPiv
## 132                                                                                                                This was a really fantastic talk, I'm so glad we managed to get @Aleemagray up to Newcastle. So much to think about… https://t.co/fZHYa9FUYP
## 133                                                                                                                I haven't felt this excited for a bl since the eclipse, but also it's very different. I was excited for the eclipde… https://t.co/BlM8dfK0AW
## 134                                                                                                                Varbucamp TV Stand for TV up to 40 Inch, Industrial TV Cabinet with Open Storage Shelves for Living Room, Rustic Br… https://t.co/XvSm5orTrY
## 135                                                                                                                @LoveryBingsu They spread false rumour about cfy said Yibo famous because of doing bromance/bl drama. They post and… https://t.co/JIvXfzD6pk
## 136                                                                                                             HYMN OF THE PONTIFICAL TROOPS TO THE HOLY FATHER (Bl. Pope Pius IX, 1867)🇻🇦\n\nThe clamor of warrior trumpets.\nIn the… https://t.co/IKdjS75qyh
## 137                                                                                                                                                                                                                        @JJBAscreenshots Ppl who read bl 👌😏🥵
## 138                                                                                                                @bl_ag_inc And how much risk you are willing to take one. I’ve heard an established small to some medium  sized bus… https://t.co/lLIort3IUQ
## 139                                                                                                                                                                         Topps Chrome 06 LeBron James Bl #whodoyoucollect #sponsored https://t.co/pxVx7wj4cV
## 140                                                                                                                                                                                                                                @M4DDIESL4YS please don’t BL
## 141                                                                                                                @boysloveparty 🥹💕I feel like the calendar is a nice thing you do as you are able, not something you are beholden to… https://t.co/6Ig1ZItlb3
## 142                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult "The temptation of the material" and "Loss of Spirituality"\nStories t… https://t.co/uRuhaaKAqu
## 143                                                                                                                @bichranika I want to check that because people say that it's one of the main reasons yet I've never went to a derm… https://t.co/q9y7dSiq7h
## 144                                                                                                Well, after yesterday's 2-guess triumph, today's #Wordle was bl--dy disappointing! ☹️#Wordle529 X/6\n\n⬜⬜⬜🟨⬜\n🟩⬜🟩🟨⬜\n🟩🟩🟩⬜⬜\n🟩🟩🟩⬜⬜\n🟩🟩🟩⬜⬜\n🟩🟩🟩⬜⬜
## 145                                                                                                                   @darkestdollx @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/k5rszSlJYn
## 146                                                                                                                                                                                                                       @annabelle_leng @MSuppasit Thankyou ❣️
## 147                                                                                                           [ 💯VOTEN POR BIBLEBUILD📢 ]\n\n📌The Best And Most Popular Thai BL Couples Of 2022:\n🔗 https://t.co/P09SUXWb1g\n\n📌The Mos… https://t.co/zswux4mASo
## 148                                                                                                                I need to make a new more organized yaoi/bl recs list i think... I have read so much since i have a new world ahead… https://t.co/tVIYFQVG28
## 149                                                                                                              , do all I would, I could not\nget into the faintest doze. I had bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/d2A31Fbufi
## 150                                                                                                                          @titittwu @BTS_twt @thenreport I vote #JIMIN of @BTS_twt for #NETIZENSREPORT as Asian Celebrity of the year #ACOTY2022 @thenreport
## 151                                                                                                                @chanwnterflower ma tdfa3e 5ayeeeee ba3den hayde the Astronaut bath b0mb ya3ne ra7 kun 3am 7alle2 bl space 3rfte it's not just any bath b0mb
## 152                                                                                                                                                                                                                     @jodanspace majority of BL plot be like
## 153                                                                                                                Happy feast of Bl. Bernardo Francisco de Hoyos, SJ! Pray for us, that we might have the "humble but magnanimous hea… https://t.co/nBqyStjjw9
## 154                                                                                                                The plot of "The Exhilarating Life of a Sword God" is like a roller coaster of emotion. It's riveting and full of s… https://t.co/EbVumFGx6v
## 155                                                                                                                                                                                  lesbians have a third eye when it comes to bl nobody else would understand
## 156                                                                                                                                          @steveconaway1 Interesting thought process!   I suppose it comes down to how confidence you are in biz/investment?
## 157                                                                                                                                   I've read this manga multiple times! You should check it out, too!\n \n#Loki #UnrequitedLove #BL… https://t.co/bb7zensPU5
## 158                                                                                                                @emprssofemerald @Intrepid_Poppy yes! all pretty much saying the same thing but very cool that it's based off an ac… https://t.co/Ejc1BZ7S7b
## 159                                                                                                                                                          The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/0J0tPQWi9W @TheTopFamous
## 160                                                                                                                                                                                         no way bl the next idol cash cow?! what happened to being landlords
## 161                                                                                                                                                                      @Bunbearvk1 I tried watching another BL but the acting was atrocious so I had to stop.
## 162                                                                                                                                                                      Honestly living my true fantasies. Leo in a bl drama is goals. https://t.co/tIvGlfPwAx
## 163                                                                                                                Thank you so much to everyone who has donated on this Giving Tuesday.  We have raised funds about 17 bags of rice f… https://t.co/0OisudRQxv
## 164                                                                                                                @LINK_artwork @Delaney_Vander @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce… https://t.co/9hHwTgofLL
## 165                                                                                                                                                       Prothane 4-401-BL Black Front End Link Kit KKIO7FN\n\nhttps://t.co/HTJBpjifrW https://t.co/RR07u3K7Te
## 166                                                                                                                                 Prothane 7-1022-BL Black Rear Spring Eye and Shackle Bushing Kit 2SMEVDR\n\nhttps://t.co/Asmiirs2Gt https://t.co/p7TbFqS1oz
## 167                                                                                                                                    Fragola 680110-BL Black Size (-10) Straight PTFE Hose Fitting 0VHE7SP\n\nhttps://t.co/4h51oHs28n https://t.co/z2hOX6vaBQ
## 168                                                                                                                   Check out much more on Bilibili Comics - search "Don't Mess with the Evil Chairman" and favorite!\n \n#Fetterman… https://t.co/TcBonFnIQi
## 169                                                                                                                I don’t even care about bl actors personal lives but I love to hear the gossip and theories cause I’m nosy and just… https://t.co/b5ovYLlqxl
## 170                                                                                                            Title: Mr. Cinderella\nEpisodes: 1-8 (of 8)\nCountry: 🇻🇳 Vietnam\nEnglish Subtitles: Yes\nPlatform: GagaOOLala (EP1 Fre… https://t.co/ahPZIxeBlx
## 171                                                                                                                @Delaney_Vander @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd… https://t.co/7cbz2ll2gW
## 172                                                                                                                @shoujoscholar @saeryen Well then I agree with you. I think I didn't express my point well. I don't consider shonen… https://t.co/H8HoN6g5rX
## 173                                                                                                                                    One of the best drawings of all time\n \n#RivalsofAether #leftart #bl\n\nhttps://t.co/eqTiPDeZXo https://t.co/iUPpXxpMWk
## 174                                                                                                                             At least Reagan didn’t have the chutzpah to say he was the  “pro labor president” when he crushed PATCO https://t.co/EMRLRXyxNo
## 175                                                                                                                I just read Surge Towards You all the way through too the most recent update. Took me a few hours but it is so good… https://t.co/qscAwfH8NM
## 176                                                                                                                                                                                                        First time finishing a BL series in 12 hrs straight.
## 177                                                                                                                                                                             Cleared: Construction on #Q103Bus SB from 41 Av/12 St to Vernon Bl/Queens Plz N
## 178                                                                                                                                                                                                                                                   Bl addict
## 179                                                                                                              s stern; and he gazed\nbeyond the whale’s place, towards the dim bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/J0f1SrralV
## 180                                                                                                                 @tinyfantasminha even if it were canon, logically Yuu would be a dude anyway since it’s an all boys school so like… https://t.co/paGwV6gAk5
## 181                                                                                                                @bl_ag_inc Not many lenders who do a fixed rate commercial loan for that long, if they do, tends to be caveats invo… https://t.co/NCLNi6xBXt
## 182                                                                                                                    Big Dragon The Series Ep.6 Reaction is now available on YouTube! \nhttps://t.co/1Mn8hAwZob\n#BigDragonTheSeries… https://t.co/M94nbQ3ayo
## 183                                                                                                                @DragondreamzPub And I was rooting for them too. But now(for months), I just can not bear how they write for BL...I… https://t.co/maIqncQkIB
## 184                                                                                                                                                                 Me seeing an uncensored dick when reading a BL and not expecting it https://t.co/iiX7qGq4sO
## 185                                                                                                                                                                                                                 @moose_is_BL You already fucking know! Lmao
## 186                                                                                                                I think I might be the only one who doesn't want to be in a romantic relationship with her favs... I love my bl act… https://t.co/VNplAgrVVF
## 187                                                                                                                                                                                                                  Selling mine today https://t.co/ML0qaDLyzX
## 188                                                                                                                 Since I'm taking a little break from writing, I'm focusing on my BL backlog again. Gosh this series is so good and… https://t.co/CGIEmco9bN
## 189                                                                                                                $BL Trading Ideas | Awaiting Short signal. 80% Profitability based on 14 trades. Profit factor is 1.2. Learn more a… https://t.co/83GiHjiKh7
## 190                                                                                                                When i first starting watching kp i was amazed by MA acting  and chemistry to the point i wanted to follow their so… https://t.co/Ki8v8Z8TLv
## 191                                                                                                                                                                                                                          @TGDarien Like a redhead stepchild
## 192                                                                                                              https://t.co/wnUvzFu9pM\n\nEwedoos Leggings with Pockets for Women High Waisted Yoga Pants with Pockets for Women Sof… https://t.co/avF8HU54jT
## 193                                                                                                                               I've been completely addicted to ONEPIECE and Married a Celebrity Manager\n \n#artoftoday #bl #Manga… https://t.co/dau7mqMsNo
## 194                                                                                                                ngl seeing how far the bl industry has come is amazing like a few years ago we never would’ve thought we’d have off… https://t.co/VO0hMgpG65
## 195                                                                                                                                   I've been completely addicted to ONEPIECE and I Want to Be a Big Baddie\n \n#cake #BL #indiegame… https://t.co/lEPf4iHsZD
## 196                                                                                                                                         I wanna try out this comic book style\n \n#ameart #Beautiful #bl\n\nhttps://t.co/pQXYJSGQeM https://t.co/1o8qoTXEH1
## 197                                                                                                                         @BoundingComics Because it's not BL and not sold in Asia for girls?\nVast majority of people are not gay and don't want to see that
## 198                                                                                                                Very true speaking factssss gurrrl, Like I never liked BL Actors or I’m never invested on them unless they have a s… https://t.co/P3J7EzxPMg
## 199                                                                                                                                @GroomB Here's another map, showing more of the surrounding regions. SOURCE: https://t.co/3wRl7YKeLG https://t.co/gddUYgpqSy
## 200                                                                                                                                                                                                                                     @1dorameiro_ Amg ql bl?
## 201                                                                                                                                                                                                                               Top G https://t.co/RUBYcVnDzs
## 202                                                                                                                                    One of the best drawings of all time\n \n#CentricWarriors #BL #4-koma\n\nhttps://t.co/cvdfLSgbDc https://t.co/kqbwxY2VVh
## 203                                                                                                                                                                          @BTS_twt_MlNSUGA Why waste my love on myself when I can give it all to you &lt;333
## 204                                                                                                                                         @wmata I loved the BL Line Train 457 having my favorite 6k railcar! 6179!! LOOVE THEM. 💙💙💙💙 https://t.co/blgJpNvQ9C
## 205                                                                                                                Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/qb9wFyF12x
## 206                                                                                                                @Eric_Brightwell If I had to restore the 201, this is what it would look like. Before questioning about why there i… https://t.co/WoHUr8ZWyw
## 207                                                                                                                                                                                 confession time MADK is my favorite bl it’s amazing https://t.co/Jl3ax9h6u9
## 208                                                                                                           BL calendar for December 2022\n\n30 Nov 2022\n-Star Always Follow Me EP2 YT\n-Mr Cinderella EP1-8 Gaga\n-Why You...Y Me?… https://t.co/8mr4fKXoeF
## 209                                                                                                                                                                                                                    Ai BL Love Story https://t.co/jKpFMGWeF2
## 210                                                                                                                @apos_niiiiiiii I'm not so sure how many scenes they got to make at Filmania, but I think it was more in the 'typic… https://t.co/ih7Bbmn6Sa
## 211                                                                                                                                                                  @hermit_wanderer KxY isn’t even a BL though in the series. Idk about the source material 😭
## 212                                                                                                                                                            2022 RIDI AWARDS BL e북 .... the choices 😭😭 ... lots of good novels.\n\nI expect 혼불 next year!
## 213                                                                                                               Bundles of wood are needed in December\n#MedievalCalendar \nBL Add 62925; the 'Rutland Psalter'; c.1260 CE; England,… https://t.co/u71DQKlGm9
## 214                                                                                                                                                               @teerakjafirst .....~ are you ok babe? Should I be worried? Should I? https://t.co/to8VqJbpHT
## 215                                                                                                                @TheOnlyTacsir @marijuanabahama @Pyrfct Forsaken was the only expansion out of those that was truly unique and qual… https://t.co/fVa0DJfgjl
## 216                                                                                                           Amazon\nNorberg &amp; Linden XL Drawing Set - Sketching, Graphite and Charcoal Pencils. Includes 100 Page Drawing Pad, K… https://t.co/Z1NxmAUwLo
## 217                                                                                                                                                    Whose grandpa is looking at the BL section #PokemonScarletViolet #NintendoSwitch https://t.co/R2zJJXUjHV
## 218                                                                                                                                                                                                                                           @bl_artcult Nice.
## 219                                                                                                                                                                                                       Are you the missing piece that I've been looking for?
## 220                                                                                                                Nah cause I want a main character in a BL to be so exceedingly flamboyant that it make y'all uncomfortable. Give th… https://t.co/MhOMUkREgz
## 221                                                                                                                     Fragola 491957-BL Black Size (-8) x 7/8-20 Dual Feed Bl Male Adapter Fitting KX9KKIO\n\nhttps://t.co/MU1LwbHkoe https://t.co/4UbQpvwnuM
## 222                                                                                                                @ginasfaketan @chixchix25 @THEBLACKLABEL 😂 how do you know?  Are you in the meetings?  Maybe true and may not be tr… https://t.co/45Eq0AOiiX
## 223                                                                                                                                                                       I can feel his touch 🫠🫶🏼\n\n#리미티드런 #LimitedRun #blmanhwa https://t.co/lUh4kSNRnu
## 224                                                                                                                 Augsburg have submitted offer of €3m including add-ons for left-footed winger Andrei Cordea, according to Romanian… https://t.co/FeKZv8hClE
## 225                                                                                                                 @awalkerinLA @Eric_Brightwell I would agree on DASH taking out the route. Back in 2010, Metro had plans to reroute… https://t.co/m6chIzrWtQ
## 226                                                                                                                 he's been having a hard time from his latest work on a drama series, so when he's offered the script for a romance… https://t.co/Domr3d5F8a
## 227                                                                                                                I didn't really scream (I wasn't on Twitter the whole day) but I assure I'm so excited for never let me go, I alrea… https://t.co/zu2KPxxHtM
## 228                                                                                                                                                                                                                                      Am I making a process?
## 229                                                                                                                From Nov. 2-12, we had the pleasure of hosting 8 Italian students from Istituto Leone XIII in Milan. Their 10-day s… https://t.co/gnoiefzZBO
## 230                                                                                                                   Isn't that the synopsis of that Chinese BL you all reading with that pretty boy in white and the sexy guy in red? https://t.co/xS0fmDB5LF
## 231                                                                                                                @ArtEthiopic Thank you...and yeah, I see what you mean. It is very rare to see such paintings. I am not sure if you… https://t.co/CruWJMwM31
## 232                                                                                                                Working on a paper about being a male idol stan and former BL enthusiast as someone who identifies now as a lesbian… https://t.co/KGOE2ZXh4t
## 233                                                                                                                minho as a popular actor within the bl industry and jisung as a well-known actor who's often praised for his abilit… https://t.co/fIt1EH7VDc
## 234                                                                                                                                                                                                                    I'm a Trekkie and a BL fan. It's so fun.
## 235                                                                                                                                                                                                                                This is Biden’s PATCO moment
## 236                                                                                                                                                                                                                                I love high/middle school bl
## 237                                                                                                                                                                                                                                              @ttdemar onde?
## 238                                                                                                                @ronantyche bruh no way sasunaru is more influential than kawoshin and ryokira which are two of the most iconic gay… https://t.co/0Td8sAsuhw
## 239                                                                                                                          I'm in love with your chemistry, we want to see you in another drama 🔥🔥🔥🔥🔥🔥🔥🔥😎😎😎\n@Noeul_lee6 \n@Bossckm_… https://t.co/8MyzaQT1QT
## 240                                                                                                                        message 2 before mentions     @BONIFACIOTAPIA6 @qlan593 @BombetatorE @bl_mmh @bluecraig641 @Whitney29618569… https://t.co/w4WAMIgWrS
## 241                                                                                                                                                                                                       Me recomiendan ver I will knock You? Es un bl nuevo 👀
## 242                                                                                                                                                                                                        7ases bl break down bs mafe4 wa2222t a break down 💔😂
## 243                                                                                                              @cr1baby21 @beezebel @SaberNoctisV @Cr1baby1 @KrushDestroy 'in bl'\n\nAnd here it is, another wrong statement by an u… https://t.co/RtJBrRxyyQ
## 244                                                                                                                Three T Carburetor Main Jets, Carburetor Pilot Jets For Dellorto PH BD/BE/B/BG/BH/BL/BR/M/SB SH1/2 SHA 10/12/14/15/… https://t.co/DaRnjqVUZL
## 245                                                                                                                                                        Je regarde Between us, Al side story de until we meet again la serie BL et let me tell you things tm
## 246                                                                                                               @goodman_mal @epigeneticforce @Know_More_News @jordanbpeterson A Coincidence is a great word a group of Jews. \n\n“A… https://t.co/62QhMlx1So
## 247                                                                                                                                                                                             @marsMEWlow 😆 non-asian bl recommendations are accepted as well
## 248                                                                                                                  TVMix reports Hollywood Media Mogul Alki David Calls on Congressman Steve Scalise To Hold Emergency Whistle Bl.... https://t.co/oH2kltYJhL
## 249                                                                                                                @JennyPineapple2 @FirstNation10 @nyunggai Obviously Aboriginal law is extinguished for good reason, BL does not pro… https://t.co/qkZ3RTuFqI
## 250                                                                                                                PersonalizeDISD: RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus l… https://t.co/EQL8BxL2bq
## 251                                                                                                                @ADramticsCutie It is and I don't get how no is talking about it or why the large fan clubs haven't created a HT fo… https://t.co/u0RkJCCsXZ
## 252                                                                                                                      @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/1WwPjqryQh
## 253                                                                                                                 @Kamenootwt MADK, at the very least, is authored by a man. Bad Boys Happy Home is drawn by a man. There's great BL… https://t.co/BppKYTOLJf
## 254                                                                                                                         @MyBLCalendar @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @boys_passion @BL_Scenery… https://t.co/SnGXvJEkzV
## 255                                                                                                                                                                                                  @UDubTonyD @BL_27_ @AcropolisJr @C_M_G206 Any update here?
## 256                                                                                                                                                                                                @ClaireSilver12 That's what happens when we love what we do.
## 257                                                                                                                @CherylM50784435 @GeneralHospital @josh_swickard I was rooting for them in the beginning...It's just embarrassing n… https://t.co/at6pxUZxOD
## 258                                                                                                                                                                                                                          @michixmame the BL i would draw 😭🥹
## 259                                                                                                                The plot of "Collecting All the Hot Noblemen" is like a roller coaster of emotion. It's riveting and full of surpri… https://t.co/rC6SrEyzR4
## 260                                                                                                                                           Me: telling Sarah all the gossip I hear and search for about bl actors like she cares \nHer: damn that’s so crazy
## 261                                                                                                                Such a valuable space to LEARN from marketing experts! Grateful to @delta_sauce @KinoAlyse @bl_artcult for organizi… https://t.co/C9ASMofN4v
## 262                                                                                                                  30th November is the feast of St Andrew\n\nBL Egerton MS 2781; The 'Neville of Hornby Hours'; 14th century; f.76v… https://t.co/373wAfa8z2
## 263                                                                                                                                   since i srsly got no one to talk to might as well read some angst bl and go back to my bl era 😼✨️ https://t.co/Zvn45KUOPO
## 264                                                                                                                @purinpilled @heatherBASEDon Most of my gay friends made a clear distinction, independently, that BL≠ Yaoi and that… https://t.co/Fq0XJ8CroY
## 265                                                                                                                   @darkestdollx @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/0dBwJvFBbH
## 266                                                                                                                                                                                   Alert: MOTOR VEHICLE COLLISION @ I275-NBND/GANDY BL N Tac: B Sent: E36 E7
## 267                                                                                                                               Delta Chamberlain 142747-BL-I In2ition 2-in-1 Shower Faucet, Matte Black https://t.co/EpDeWjxlJu eBay https://t.co/WDYc9muxhv
## 268                                                                                                                                                                   (New)DEWALT DCS571B ATOMIC 20V MAX BL 4-1/2 in. Circular Saw https://t.co/JEspO7qb3L eBay
## 269                                                                                                                                      @KJWinEducation @rpondiscio 1 uses a variety pack: Wilson, BL TpT worksheets, LC writing workshop, and RR small group.
## 270                                                                                                                     They're so damn cute especially the Milk \n#ChocoMilkShake #bl #koreanbl #Blseries #parkseungbin #kimseonghyuk… https://t.co/LOzhiNRuD7
## 271                                                                                                              @Abdulah73649951 @TheDoct0r_ @jsolloso The french league has proven itself a legit talent factory\n\nThe bundesliga s… https://t.co/dkBt9GGYHW
## 272                                                                                                                                             New Dreamwidth Post: Activity Check-in: BL Manga "Follow" &amp; "Akegata ni Yamu Ame" - https://t.co/JC5OXm5g5O
## 273                                                                                                                @rubyblue1137 I do understand yours. You think one is worse than the other. I think both are equally problematic, j… https://t.co/jKTj2aJpPI
## 274                                                                                                            @HauckTarin @karenvaites @TimRasinski1 The Caulkins/F&amp;P Balanced Literacy did not include the big 5. I don't like u… https://t.co/kBzqQlGdin
## 275                                                                                                                                          @hils_k yeah... here we are 25 years and probably hundreds of fandoms later and here we are meeting in Thai bl....
## 276                                                                                                                                                                                                            My social battery bt5les literally bas bl taxies
## 277                                                                                                                                        Nury Martinez and the Dirty Truth of Latino Anti-Blackness - (Brown &amp; Bl... https://t.co/3pKahP1qdV via @YouTube
## 278                                                                                                                @shoujoscholar @saeryen I didn't say anything about objectifying men. I just mentioned BL. Do you think BL objectif… https://t.co/0rpCrBObY2
## 279                                                                                                                Do anyone know where I can download a Bl serie, with subs in English or Spanish, because i going to a trip where is… https://t.co/3EzYg8h8x3
## 280                                                                                                             Mari’s reaction to #AboutYouth Ep 1 &amp; 2\n\n#reaction #patreon #react #bl #drama #taiwandrama #retweet @LovingBlogs… https://t.co/yDMUvI4s3X
## 281                                                                                                                @_chcow1nt_ And that is ig how danmei kinda sets itself apart from other BL media imo..most if not all is only hype… https://t.co/vCDieFKCoU
## 282                                                                                                                                   Gonna be honest...this is probably the best manga panel ever.\n#cat #owner #manga #mangapanel #BL https://t.co/4T5Lyik3Tb
## 283                                                                                                                @boysloveparty 🎂 Thank you for the calendar, I depended on it when I first started reading BL at the beginning of t… https://t.co/UABSBb1iIt
## 284                                                                                                                   It's Time for Trivia Tuesday ⏰\n\n#StrangeWorld star Jake Gyllenhaal also played Mysterio in which Marvel movie? https://t.co/uBv03qFuzX
## 285                                                                                                               When you r trying to check ur boyfriend's phone📱\n\nSweet Couple Sauce🔗https://t.co/qEg2WYlJYb\n#webcomics #manhwabl… https://t.co/NXKkwNrb00
## 286                                                                                                                Him wearing that horrendous crusty-ass mop of a wig is reparations for what he said about BL years ago. But it hurt… https://t.co/HeUhsFG7mt
## 287                                                                                                                      @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/x2ur0v8DVJ
## 288                                                                                                                                                                                           @heelsiblings I thought it was BL, when i looked at the first pic
## 289                                                                                                              while\nfrom others came a sound of carpenters and coopers, with bl\n__iherb_promocode_promo_rewards_voucher_code_disc… https://t.co/7qxpFjVEHJ
## 290                                                                                                                                                                                                                               Gotta finish that terrible BL
## 291                                                                                                                 @transmascswag_ of course of course, but drawing in the ideas of postmodern literature specifically how it relates… https://t.co/YYkPRra5f3
## 292                                                                                                                                                         This is Bl’ink with her taggy “Peridot” custom My Little Pony I did in 2009 https://t.co/fMSnvoIVOq
## 293                                                                                                                                                                        can't believe I just discover that my type of bl is gay yuri https://t.co/oQmBK5u6b0
## 294                                                                                                                @bloomfilters Oh and! Each specific series within the Qhidae will have a different queer theme, one will be pure BL… https://t.co/UEr7NKFWN7
## 295                                                                                                                @ToonMouthTyne @BL_2889 @England I’d love to see Wilson and Maddison get starts but I think the reality is that the… https://t.co/bZOGNe9H6u
## 296                                                                                                                      @aibarisu @phuwintang @ppnaravit as you should omg it's amazing!! it really does especially with the music 👌 like the bl version of it
## 297                                                                                                                        @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/3Lmn9TocJ9
## 298                                                                                                             Title: Love In The Air (Uncut Version)\nEpisodes: 1-3 (of 13)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nPlatform:… https://t.co/V5DbY3tLmO
## 299                                                                                                                                                                                                                     @GMMTV is this a new series. Is this Bl
## 300                                                                                                                @GeneralNarwhale @MuItimach Yeah I feel that. Got a PC right after BL came out and was just wondering if I should'v… https://t.co/MqZU8k2rpu
## 301                                                                                                                                                         @JohnThePapist Catholic answers could be thought of similarly to Bl. Carlo Acutis' website as well.
## 302                                                                                                                    Evening light at Lauch, Langenbruck BL.\n#landscapephotography #photo #LIGHT #TREASURE \nhttps://t.co/mEChtPgHPZ https://t.co/QNCqLjT7JZ
## 303                                                                                                                                                                                    Manga: Jinx\nArtist: Mingwa\n\nLegendary bl artist and writer of bj alex
## 304                                                                                                                                                  Prothane 6-1207-BL Black Radius Arm Bushing Kit FI3H30T\n\nhttps://t.co/AYKTselpa3 https://t.co/kBvHPeheqv
## 305                                                                                                                                                                              @troonytoons Couldn’t be anything to do with him being downright bl**dy ugly!!
## 306                                                                                                                                                     cant post about a drama without someone going “is this BL!?”\n“OMG I WISH IT WAS GAY!”\n\nguys 😭 please
## 307                                                                                                                                       Arlington Heights | Structure Fire reported at W Pico Bl / S Bronson Ave\n\nhttps://t.co/NgkEeatDMm\n#lafd #lafdalert
## 308                                                                                                                @mylenechantress hahahh me too I'm new in BL drama I only watched Korean and Chinese drama but im addicated to Kore… https://t.co/xZbEL6hG9y
## 309                                                                                                                                                                                                  @aevalion1 Mich bl club no worries https://t.co/3CFofmhxJF
## 310                                                                                                                                                   normal ppl: need to focus on school during finals\nme: needs to start a bl during finals or ill go insane
## 311                                                                                                                                                                                                             @yongbokrexic it's a sexual and violent thai bl
## 312                                                                                                                @mylife8z Now I'm jealous😂 I get to enjoy those wee hours only Friday to Sunday and watching Kdrama too and recentl… https://t.co/CTUjDnhFn0
## 313                                                                                                                                                                        very cool and inviting6. There were soft, bluey-green bl     https://t.co/3tccBratSg
## 314                                                                                                                                                  @SDYeet He literally have the most common uncle/korean bl hair style just on a different face and body T_T
## 315                                                                                                            UWIOFF Weed Barrier Landscape Fabric, 4ft x 10ft Durable &amp; Heavy-Duty Garden Landscaping Fabric, Premium UV Resista… https://t.co/0v3XncwOPs
## 316                                                                                                                     @cynodegmi @sylvainbrisse @CBeauruelle @CMIJournal Read the case report, dear BL SE ... You'll be surprised!\n👉🏻https://t.co/KCCuMDWdoZ
## 317                                                                                                                             @Fulgur_Ovid Omg, Blue flag? Based.\n(I'm surprised cause more people nowadays are commonly into manhuas/manhwas in bl genres.)
## 318                                                                                                                 Now flipping it around! Do the girlfriends of these bl actors feel this way? Like it IS a job and I honestly don’t… https://t.co/71d8iQ2MRq
## 319                                                                                                                                                                     @KingOfNothing22 Wouldn’t say amazing performance tbh competent yes but not spectacular
## 320                                                                                                                                                                                                     Can we not call real gay men “BL/Yaoi” boys pls, thnx ✌️
## 321                                                                                                                                                                                                                                       ong/teo practice is 🔥
## 322                                                                                                                                                                         oh my god the night i have a bunch of motivation to cvt i dont have a bl@de with me
## 323                                                                                                                TRAHXGO 2Pcs Lymph Drainage Magnetic Bracelet, Anti-Swelling Bracelet for Women Men, Magnet Weight Loss Bracelet, P… https://t.co/FLZw7aNzGD
## 324                                                                                                                “Zero covid in one country,” is 21st C “socialism in one country” esp as the rest of world “lets the virus rip.”  I… https://t.co/SnPxmTgbIE
## 325                                                                                                                @shoujoscholar @saeryen No. Sex by itself isn't male or female gaze. It's how a work portrays sex that denotes whet… https://t.co/o1dtdWGCcM
## 326                                                                                                                @LMichelleJ87 @karenvaites @TimRasinski1 Wasn't BL coined from the findings of the NRP Report? WL lacked word recog… https://t.co/PW7KDDjHtc
## 327                                                                                                                either it exists in Japan and hasn't been exported, or it just doesn't exist, but I'd be surprised if somehow the B… https://t.co/mCpZMejRq0
## 328                                                                                                                                        Handmade Repurposed Upcycled Statement Bib Necklace sparkly bl by SparkleMyGlitter https://t.co/Ne1mNn6WBX via @Etsy
## 329                                                                                                            Ox &amp; Pine Handmade Personalized Leather Cord Wraps for Laptop Cords (Dark Brown, Rustic Brown, Saddle Tan, Rustic G… https://t.co/etf2wG11XG
## 330                                                                                                                                                                                                                  @_bl is a scammer dont do business wit him
## 331                                                                                                                                                Apparently I read comics now\n \n#Oddballs #sticknode #BL\n\nhttps://t.co/xmOellbBp3 https://t.co/z7F5FHXcrv
## 332                                                                                                                   @rss_mayu 🔣To prevent further nightmares➿🪁\nI have bl🤬🥒ked certain \n😰DISTRESSING emAils 😨\n🥰🤩🫡from the HeAd OfFiCe \nBe§©®®®ep Boop 👽👾🤖
## 333                                                                                                                 @mylenechantress you hate snow and we are praying to see snow hahah even if I travelled to Europe I never see🤣💔 no… https://t.co/2vN8badMd4
## 334                                                                                                                                                                   @sharluvbot @kooyng apparently the webtoon is a bl but idk if its true thats what i heard
## 335                                                                                                            @oakieone @AndrewxMontague @judith_sheen Compare with miners &amp; steelworkers, car factory workers didn’t see how for… https://t.co/eBgpc1ya8b
## 336                                                                                                            Check this fascinating #artist: #Lebanese🇱🇧 #RockMusic pioneer &amp; #humanitarian @Lydia_Canaan and listen to her song… https://t.co/JPbmgImy38
## 337                                                                                                                D*rek Bl*ghe in Fermoy, Co. Cork tonight trying to whip up hate against refugees. A handful of locals were there 'o… https://t.co/yWdHlMznM7
## 338                                                                                                                 @tbaudinette Ah, so disappointing. Such a missed opportunity if New didn’t eat one when he was in Aust a few weeks… https://t.co/4oqDgeieQX
## 339                                                                                                                Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/Rv7Eipuy9o
## 340                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nA mother's Joy that splashes colors around her… https://t.co/uqyXgvoKIu
## 341                                                                                                            OK THOSE WHO TOLD ME USE MORE OF THE BL@DE.. I UM SHOULD HAVE LISTENED NOT TO PRESS TO HARD 🙄🙄🙄🙄🙄\n.\n.\n.\nshtwt stryo… https://t.co/i1gyNEsbQJ
## 342                                                                                                                                              Prothane 19-920-BL Black Straight Shock Mount Bushing with Sleeve - 2 Piece TIYI2ZZ\n\nhttps://t.co/31hGIUXj7E
## 343                                                                                                                                                                                                             Wait, I've read this BL https://t.co/FpRlMg6yc7
## 344                                                                                                                @DCFDavisson @BLMedieval See for example the Royal Proclamation of 16 November 1538 which was issued jointly by Hen… https://t.co/6sLKFtgzZX
## 345                                                                                                                                The manhua has been feeding us so well\n \n#Mankatha #bl #characterdesign\n\nhttps://t.co/5ZqnuoX0yY https://t.co/uGeqZQYuwP
## 346                                                                                                                                                                                                                            @BL_Tidus @Spllila1 true imagine
## 347                                                                                                                                                                                                                                @Spllila1 @Draco2050 imagine
## 348                                                                                                                                                                                            @CoffeeVectors @bl_artcult omg you two 😆 https://t.co/EbxR7ZnSbK
## 349                                                                                                                 @jeffjag @bl_artcult @anim8dead @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr ah, i was about to… https://t.co/UKbKrywqwk
## 350                                                                                                                                                                                                                                         Formal dress code🥹🥹
## 351                                                                                                                                                                                   This is definitely in top 10 favorite BL of 2022. https://t.co/m8gIqPXOMk
## 352                                                                                                                                                                                    @reversea_ Hooray!! Thanks so much! Hope you love it as much as we do~ 💖
## 353                                                                                                                       @illustrata_ai @artcrushgallery @animusnft @speakingtomato thanks for the tag friend.\nA little Miami winter… https://t.co/baIQvHROpp
## 354                                                                                                                 MM MELISEN Yoga Mat Storage Rack, Home Gym Studio Organizer Cart for Foam Roller, Yoga Strap and Resistance Bands,… https://t.co/Jm98em767o
## 355                                                                                                                                                                       @SUGAHCUNT @gojosatorubutt @HakkenRyou I think it's from BJ Alex, and if so, it is BL
## 356                                                                                                                                                                        @BL_2889 @lord_barrold @England Yeah, that's probably our best 4 attackers, I agree.
## 357                                                                                                                there’s so much. bl adjacent things that are often better than straight up bl but i do like when it’s canon. i have… https://t.co/ldIg625Gg1
## 358                                                                                                                                                                                                           @BL_2889 @ToonMouthTyne In a front 3 I 100% agree
## 359                                                                                                                @AlexFriel @afortunatestory @SebBronislaw @gen87767272 @Otto_English a culture is a people, things like food or mus… https://t.co/x8zaOmIbrQ
## 360                                                                                                                @BL_2889 @lord_barrold @ToonMouthTyne @England No point in wasting your breath on striker alternatives. Kane is and… https://t.co/uZKGhVvUlf
## 361                                                                                                                 Okay so Thai bl fans, question: is skinship between men seen as normal and platonic? Like skinship in Korea? Here,… https://t.co/ofAEzdqD9T
## 362                                                                                                                      This comic is definitely worth reading! Come check it out!\n \n#aiart #bl #AnimeArt\n\nhttps://t.co/NW5yHVNJSN https://t.co/W5Q7BLufha
## 363                                                                                                                @MDi_BL oh, this could not have come out at a better time! i had some coins about to expire on bookseller so i just… https://t.co/29hiX384qZ
## 364                                                                                                                RT @PrincipalRey: Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was gr… https://t.co/MyTPsEZLVK
## 365                                                                                                                                                                                @BearsBeyondGate Anothe bl***y meaningless Friday night game. Waste of time.
## 366                                                                                                                                @lord_barrold @ToonMouthTyne @England I think I agree. Rashford has to start so I’d play Maddison Wilson Rashford and foden.
## 367                                                                                                                                                                         “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/spswpbp3Wn
## 368                                                                                                                                                    @spiritcryptic YEAH but this level of fanservice from something that isn’t a BL is still wild to me lmao
## 369                                                                                                                                                      @Azhdaya__ Why is ginger .5? It's the blond gene.\nI'm 16.5, b/c the hair is more like a strawberry bl
## 370                                                                                                                                                                                                                 @Mbappemos https://t.co/TPmSY3gMyc\n\nRatio
## 371                                                                                                                                                                                  Ana fkdt el 4a8af eny albs ay 7aga fel gam3a de wallahy 3ayez anzel bl pjs
## 372                                                                                                                                                     Apparently I read comics now\n \n#draw #indiedev #bl\n\nhttps://t.co/3HtuHFSc0X https://t.co/q4ONlszrYi
## 373                                                                                                                                                                                                             I'm a BL lover give me suggestions vice versa 😁
## 374                                                                                                                @shoujoscholar @saeryen And I never said they were. My point is that shounen takes tropes from shojo, josei and BL.… https://t.co/yapAfeZsdI
## 375                                                                                                             We're finished, man fall in love to the bear (stuff toy). Now, men fall in love to the animals (cat &amp; dog). Are we… https://t.co/8u1tu0lyOa
## 376                                                                                                                 @KJWinEducation @rpondiscio Exactly…don’t the majority of educators come from the same sources (uni’s and PDs). In… https://t.co/7uOpU3pkLn
## 377                                                                                                                whitelist Interworking Assistant @prabhat4real @Moar_0 @31415926BTC @boulayada @ph1ll_x @CavalierSVAO @Bold_Baldies… https://t.co/I6IOvwdA6B
## 378                                                                                                                      @miniyoonie Mew and his formor bl partner had some big trouble where mew sexual harassed him \nAnd gulf idk, i only know he CAN'T SING
## 379                                                                                                                                                                      How cute they are buying bl mangas together🥺🥺🥺 #sasakitomiyano https://t.co/ldJSQnCFhF
## 380                                                                                                                                                              @_Monirjr M4 b7s dh l3b kora b7so bdan, hytl3o badry neek bl l3b dh probably mn el match el gy
## 381                                                                                                                                                                                                                                @bl_ue_berry_ Let us see !😋😋
## 382                                                                                                                Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Aside from the trademark red pinstripe, th… https://t.co/5M8WhH0l25
## 383                                                                                                              (It's not a really serious problem) \nI hate everything\nI can't find an extra of a BL 😭😭😭😭😭\nAnd it's the extra that… https://t.co/cr8yBgFaHA
## 384                                                                                                                                                                                        Alert: MOTOR VEHICLE COLLISION @ 7301 PARK BL N Tac: G Sent: R34 E34
## 385                                                                                                                                   Eastbound 6-car BL/Downtown Largo Train 408 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (4:11pm)
## 386                                                                                                                                   Eastbound 6-car BL/Downtown Largo Train 408 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (4:11pm)
## 387                                                                                                                                                                            @bw_threadoffate imagine if bw have a bl series after an anime series/movie 😭😭😭😭
## 388                                                                                                                                                                                                                 @OnlyXoXo__ Mood rn https://t.co/RXzTE9IG3r
## 389                                                                                                                i love adding to the bl thread but i’m sure twitter shows it as just a tweet to some of u so it just looks like i’m… https://t.co/ghKFSwRAxC
## 390                                                                                                                Hbd to the sweetest angel ever I'll always be by your side bby whatever you do, I just want u to be happy my little… https://t.co/DOLfg4OsIx
## 391                                                                                                                                           Eastbound 6-car BL/New Carrollton Train 455 has been holding at Landover on track 1 for at least 5 mins. (4:08pm)
## 392                                                                                                                                           Eastbound 6-car BL/New Carrollton Train 455 has been holding at Landover on track 1 for at least 5 mins. (4:08pm)
## 393                                                                                                                @TimRasinski1 In fact, I never knew the issues in K-3 for BL before EH. I thought there was an overemphasis on choi… https://t.co/eTKdaQTB3l
## 394                                                                                                                Our team had a instructive morning learning from @RTHILLMS teachers and campus leaders! It was great to see student… https://t.co/RqcmFk9CRT
## 395                                                                                                                                            @YeBlowsAss @Tiptoe678 @KenGGKen People say its not bl bc its really is sexual harassment throughout the story 💀
## 396                                                                                                                                         The manhua has been feeding us so well\n \n#bl #SliceofLife #dad\n\nhttps://t.co/PYOmBdrXIX https://t.co/AFVNO2Cbcz
## 397                                                                                                                       @epitaphtoadog @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/6EHP5R5iho
## 398                                                                                                                                                         @Denjislonely @Tiptoe678 @KenGGKen My ass went in not knowing that it was a BL I WAS FLAGGERBLASTED
## 399                                                                                                                         @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/MQvTy4fomS
## 400                                                                                                              I've seen random circle thingies before, but hadn't ever heard of Chirpty until just now in a @KinoAlyse space!\n\n(T… https://t.co/rUH4Znfp9M
## 401                                                                                                                Can someone recommend me any  bl dramas🥺 i dont mind if it's thai, chi, kor, or whatsoever i just wanna put them on… https://t.co/RHTwcViGYR
## 402                                                                                                                         Check out this product 😍 Case 042 Stockman Amber Bone 😍 \nby CoxWebSales starting at $69.99. \nShow now 👉👉… https://t.co/AdIvs33exe
## 403                                                                                                                            @Denjislonely @Tiptoe678 @KenGGKen It’s funny how I completely got invested in Killing stalking, sometimes these BL mfs can cook
## 404                                                                                                              Fall of an Immortal\n\nliterally the funniest bl I’ve read, it’s a wild ride from start to finish and both characters… https://t.co/SCx3lWhOxp
## 405                                                                                                                                                                                                                                  @Koohoe It bl**ms for you!
## 406                                                                                                                                                                                                                                  @visegrad24 Definitely yes
## 407                                                                                                             @TimRasinski1 Thanks for clarifying &amp; pushing conversation. I read much of your work esp on fluency. I think there… https://t.co/EixGlaQxfu
## 408                                                                                                                                                                             @Royailove @fujoking_bbu Sorry, but wear do you purchase your mature bl manhwa?
## 409                                                                                                                                                                                          @drama_IIama popular thai bl dramas! I think they’re easy to guess
## 410                                                                                                                ChokosMilky Kitchen Tongs for Cooking with Silicone Rubber Tips 7" - High Heat Resistant Handle, Stainless Steel BB… https://t.co/GEo8hwyz18
## 411                                                                                                                                                                                                              @BL_27_ @AcropolisJr @C_M_G206 Do we know yet?
## 412                                                                                                                                                                                @travis_bl @JazzEFC Cant bring myself to actually do it, unless I'm pissed!😂
## 413                                                                                                                                                  @Skirgey @ToonMouthTyne I know I’m a bit biased but I think Wilson offers more to this side then Kane does
## 414                                                                                                                                                                               @Denjislonely @Tiptoe678 @KenGGKen Wait do you actually read BL for the story
## 415                                                                                                                                           @YeBlowsAss @Tiptoe678 @KenGGKen The bl i like is ending next week so if theres sex I’ll post it and cry about it
## 416                                                                                                                                                                     @TheeUncleJerry @Dropppio @OriginalFunko Just like BL Carnage 🥲 https://t.co/ZwfrhBGABs
## 417                                                                                                                                                Flash Furniture Kids Colorful 5 Piece Folding Table and Chair Set JB-9-KID-GG Bl...👉 https://t.co/E8nmRRZuUj
## 418                                                                                                                1 Pair Shoe Trees for Men, Practical Adjustable Length Plastic Shoe Tree Shoe Stretcher Shaper Boot Holder Shaper S… https://t.co/LIp4GM4FPF
## 419                                                                                                                                                                   This was my fastest recovery from fachla w skhana, litteraly jetni bl chmeta 9bal lprojet
## 420                                                                                                              @snj_1970 Absolutely appalling that these kinds of studies need to be done to state the bl**ding obvious\n\nAll commo… https://t.co/J9JRRaKfaF
## 421                                                                                                                                                                                                                         He certainly bl**dy is! Sensational
## 422                                                                                                                 @signald @illustrata_ai @joynxyz @amli_art @bl_artcult Thanks! Yes, there's a quality of duality. In my own story,… https://t.co/oowsPMgaIP
## 423                                                                                                                 @GMMTV U know I hate u a lot couse my ship u don't give good promotion olso u don't wanted to haven event together… https://t.co/Nxlwbfnefp
## 424                                                                                                                @anieCiahh Please the sister was free to ask her about that on live where every blog, different fanbases were going… https://t.co/tqVpMb1Okp
## 425                                                                                                                 @FortniteTracker @Khanada @PeterbotFN @MeroFN @AcornFN @dukezfn @KamiFN1 @QueasyFN @VadealFN @JannisZFN @venofn eu… https://t.co/z7LNbxybkZ
## 426                                                                                                                                   Eastbound 6-car BL/Downtown Largo Train 406 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (3:56pm)
## 427                                                                                                                                   Eastbound 6-car BL/Downtown Largo Train 406 has been holding at Morgan Boulevard on track 1 for at least 5 mins. (3:56pm)
## 428                                                                                                                                                                                                     @YeBlowsAss @Tiptoe678 @KenGGKen I never dropped bl wym
## 429                                                                                                                @jeffjag @anim8dead @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art Please, bait away. Th… https://t.co/LNbEeSLgZg
## 430                                                                                                                                                                                                               @NichtTmToxic L Take harter L Take ngl &gt;:(
## 431                                                                                                                                                        @Denjislonely @Tiptoe678 @KenGGKen Oh hell naw, are you still in your BL era https://t.co/SuJO85ZW0N
## 432                                                                                                                                                                         “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/pHZnREIsHu
## 433                                                                                                                                                                                                           Bag secured 🥹💕 #Manga #BL https://t.co/bTDmXXClLp
## 434                                                                                                                Fairfax Co. PD confirming the critical shooting on the 8500 Bl. of Hyman Wy. With one individual transported with c… https://t.co/Q36tn3Yh1V
## 435                                                                                                                                                                                                   ill eat lemon if we get brightwin new bl series next year
## 436                                                                                                                                                                          @Exalted_Speed Is Shinji in the back in some BL centered spin-off with angels now?
## 437                                                                                                                @bl_artcult @anim8dead @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art I'm sorry for bein… https://t.co/w15v5mORYt
## 438                                                                                                                                                                                                   @JazzEFC @JustPaul85 Fingers  down throat does it for me.
## 439                                                                                                            @AAngela98765 @DoctorSam7 @plthomasEdD @ChaseJYoung1 @LRobbTeacher &amp; how many read literature to/with their kids or… https://t.co/dX54E39Eaj
## 440                                                                                                                 Foyose Gaming Headset for PS4 PS5 Xbox one PC, PS4 Headset with Noise Cancelling Mic, Soft Memory Earmuffs for Mac… https://t.co/BXXryINN5p
## 441                                                                                                                Game Card Storage Holder Hard Case for New Nintendo 3DS 2DS XL DS and Nintendo Switch or PS Vita Games or SD Memory… https://t.co/ev3sLSWQob
## 442                                                                                                                                                                                    @fretarot BL(mine) his name is Deo and idk his last name so thank you💜💜💜
## 443                                                                                                              ! g^ess ! sh×^ld start w!th an !ntr×d^ct!×n¡\n\nMy name !s R!nr!s Pr×k!k¡ !'m a g×ld bl××d¡ ! l×ve mak!ng new ×^tf!ts… https://t.co/geFslwzIz6
## 444                                                                                                                                                                                                                     @Tiptoe678 @YeBlowsAss @KenGGKen Its BL
## 445                                                                                                                                              Good advice on the algorithm w/\n@KinoAlyse @delta_sauce @bl_artcult @StacieABuhler\n\nhttps://t.co/CzOE9M27Qn
## 446                                                                                                                @AhmadFPR @stefanyhoyeck Eh i get the viewpoint bas im super protective of my stuff and really value privacy fa b7s… https://t.co/ERVJc18O4E
## 447                                                                                                                                                                                                  Spent $80 on BL at Barnes and Noble what world we live in.
## 448                                                                                                                Vintage Two Tone Full Back Teddy Ivory/Blue MD X615-EH3617-BL-M0 - RFGJR Wholesale Products - We Do Lingerie And Th… https://t.co/AjKCgJw5xl
## 449                                                                                                                                                                                     Eye contacts are the best , especially when they last , kat7ss bl power
## 450                                                                                                                                                 @KinoAlyse @delta_sauce @bl_artcult Original space rugged, so here's the part 2!\n\nhttps://t.co/ksgPdwP7Oa
## 451                                                                                                                                                                                   @KinoAlyse @delta_sauce @bl_artcult  new room \n\nhttps://t.co/xxa6V210iO
## 452                                                                                                             @Ponkery @DrawciaX Here my attempt for you\nF:Wow the Lab Zero is pretty huge\nP:Yep\nFK: You guys better leave this p… https://t.co/WMHFewasuQ
## 453                                                                                                               I can’t defend this promotion behavior anymore.\n\nThese two will either get nominated for a best couple award OR be… https://t.co/MPWOBGgDNS
## 454                                                                                                                @Blacktheism @mantic452 BL has mostly Kate's pov, when we get more chapters from Yelena's pov we'll see more emotio… https://t.co/bzT89dIuNP
## 455                                                                                                                   This awesome comic deserves more attention!\n \n#shucream_bl #animeboy #ForcedMarriage\n\nhttps://t.co/Uw68l2bxdg https://t.co/JM9pth2sU0
## 456                                                                                                                      Get in here!!\nWith the gang @KinoAlyse\n@bl_artcult @delta_sauce @0xdropys \n\n#Marketing #TwitterWorkbook\n\nhttps://t.co/wYp3yskaPr
## 457                                                                                                                                                                               @k43Iuc like i swear they care about bl and loli more than fujos and lolicons
## 458                                                                                                                         @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/AC6N8FoHKG
## 459                                                                                                                 @zaruled @WSJ_manga csm's anime just started, it's already the end of 2022, jjk, mha, sxf and bl all got pushed by… https://t.co/VIxqwwc5Uw
## 460                                                                                                                                                                         Well at least they didn't bl-- oh. hmm. that's unfortunate. https://t.co/jTwAxYSYDV
## 461                                                                                                                     @destinykrainbow @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/kJcbsQhr3Z
## 462                                                                                                                @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 @LRobbTeacher Also, the other unspoken thing is that districts… https://t.co/6uPLcmZvAJ
## 463                                                                                                                                                                                  @that_blacc_girl I have seen that...I think that was my 1st Thai bl series
## 464                                                                                                                @shoujoscholar @saeryen Which scholars? Do you believe that BL and Josei erotica don't count as female gaze works t… https://t.co/2QmbVHG1qE
## 465                                                                                                                  @destinykrainbow @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd… https://t.co/v89tqisqTh
## 466                                                                                                                         @AiKoBeanArt @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/9nahUtqX7m
## 467                                                                                                                           G S 3 Freer Elevator SURGI Dental Ophthalmic Instruments 7" D/SH &amp; BL Blade 5MM Best Quality WFBZMF3… https://t.co/AURipNydHy
## 468                                                                                                                                                     some of these korean bl authors need to let go some of these series 😭😭😭 WHY R BLS FROM 2018 STILL GOING
## 469                                                                                                                MagX Super Thick Plain Magnetic Sheets, 20 Pack, 30 mil, Flexible Magnet Sheet 4" x 6", Magnets on One Side, Magnet… https://t.co/PdgXFCMVea
## 470                                                                                                                           @trickyseeun Idk even know the show but I always check if the tags have bromance or bl before I start so I don’t get disappointed
## 471                                                                                                                           @MyBLCalendar @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @sds_levy @boys_passion… https://t.co/4UyVCb1pVo
## 472                                                                                                            PR#29/TD#11/29/22/:24-25/BLW/INST.MT.7:24-25/INST.OK68DT.18:15;AC.7:37&amp;OWNCHILDREN#S09/29/1990;12/15/1996;02/21/199… https://t.co/4nvo0ryIbs
## 473                                                                                                                I know all GMM actors play BL series and I know all GMM actors play kiss scene with boys and sex scene with boys bu… https://t.co/uXQRKv4I8S
## 474                                                                                                               Μέδουσα Chapter 24 is out!\nhttps://t.co/EXcazyDNgo\nWe take a peek at how Tsukasa and Saki's lives moved on without… https://t.co/ijErjPZ8WH
## 475                                                                                                                                  last year they took My Feral Boyfriend: BL Dating Simulator away from me. this year its Alice Closet: Anime Dress Up 😢😢😢😢😢
## 476                                                                                                                CRITICAL SHOOTING: 8500 Bl. of Hyman Wy. Mt. Vernon, VA. Fairfax Co. PD on scene investigating a shooting with an u… https://t.co/bZfKTxbmLl
## 477                                                                                                                                                                                                              @katsookma Well in my case, I’m Bl…never mind.
## 478                                                                                                                 @BL_Scenery @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @sds_levy @boys_passion @KeithBLGuy… https://t.co/AFoGlKKcCP
## 479                                                                                                                @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 @LRobbTeacher Looking forward to it.  There are elements of BL… https://t.co/ncP0hYDGOh
## 480                                                                                                                                                                                     Alert: MOTOR VEHICLE COLLISION @ 43 ST N/PARK BL N Tac: B Sent: E36 T33
## 481                                                                                                                                                                                                                          @bl_artcult This one is fantastic!
## 482                                                                                                                                                                                                            Bl...ckp*nk noise music. https://t.co/HgvRyuscfK
## 483                                                                                                                                                                                                                                         @bl_artcult Lovely!
## 484                                                                                                                           @MyBLCalendar @talktojirakit @akitorres2020 @PeppsTV @cebuBLorg @StarStruckMedia @sds_levy @boys_passion… https://t.co/jW6gy2r7tD
## 485                                                                                                                @AccReader We organise by BL too using plain, black on white spine labels. We integrate fiction, Non Fiction and pi… https://t.co/2VsThiCF5v
## 486                                                                                                                                    I wanna try out this comic book style\n \n#BL #webtoonseries #digital\n\nhttps://t.co/gjELhGGZ7y https://t.co/UvgPXZVfKI
## 487                                                                                                                Loving this space! So great to hear the voices of @delta_sauce and @bl_artcult speaking on their work and marketing… https://t.co/9YeNVBy7j2
## 488                                                                                                                                                                                    Justin Jefferson 2020 Panini Bl #ad #sportscards https://t.co/SN1bpHDkOj
## 489                                                                                                                                                         when will some of y’all praise the boys talent’s instead of focusing on one member playing in a bl…
## 490                                                                                                                                                                         I've read both of these scenarios in actual bl/gl series 😭😂 https://t.co/Bkpb32GO4y
## 491                                                                                                                I am really excited for #NeverLetMeGotheseries! @GMMTV are increasingly branching out into creating original #BL na… https://t.co/hVmxgbLyhx
## 492                                                                                                                I just wanted to say that I'm not bl dramas fan but these two taking my heart just like #taekook. whenever i see th… https://t.co/bVdKKpIKye
## 493                                                                                                                                                                @EvokeClassics Used to have B reg 2600 in the BL metallic pale blue, unfortunately no photos
## 494                                                                                                                                                                                                                                     @Aiden_bl Ok Britishman
## 495                                                                                                                                                                                 @Campbellmatt_ @travis_bl Why we didn’t play at this tempo first half Matt?
## 496                                                                                                                            I've noticed that foreign lifers have been working on Chinese BL, but I wonder what kind of BL is available in other countries?🤔
## 497                                                                                                                I am sure you never love be like a Gay and Last year you had movie a BL movie with Bass but you did not kiss the li… https://t.co/rBA3UEv8Oy
## 498                                                                                                                                                                                                                                            @Aiden_bl Pleure
## 499                                                                                                                @shoujoscholar @saeryen This is not just my opinion. But is something that has been studied by BL scholars for deca… https://t.co/LwPxCghpjc
## 500                                                                                                                                                                                                                                        @Darknight936_ Bouge
## 501                                                                                                                                                                                                          @sauceddie @gabbyvrofficial Happy birthday 🎂 queen
## 502                                                                                                                Gymnastics Journal For Girls Red Heart - Gymnast Love: Notebook, DIY Writing Diary Planner Note Book - 100 Lined Pa… https://t.co/U5vyMFq4s8
## 503                                                                                                     ⏩ Follow\n🔁 Retweet\n⏫ Grow\n\n@Qs3488🍒\n@WALISHAH0 \n@NazirMinhas5 🍹\n@majo1842 \n🍒@NehmMalo \n@majo1842 \n@AijazAn79967513… https://t.co/XAyKdfGWBs
## 504                                                                                                                 @THEBLACKLABEL Can't believe YG/BL is using 2ne1's name to promote their new group after ALL that dirt they did to… https://t.co/C78X1cY6ka
## 505                                                                                                                                      @MsBecksR Oh my goodness that’s just bl&amp;&amp;dy brilliant news!! What an early Christmas present for you all!! 🐶❤️🙌
## 506                                                                                                                                                                                                         @MillarMan69 @travis_bl What you saying now Craig ?
## 507                                                                                                                                                                                                               TMS 92 is top tier BL https://t.co/yx9pMd6wuE
## 508                                                                                                                                                                      Someone broke through my barriers.... I said "I love you" #RAGEQUITLIFE Bl #RicchanBot
## 509                                                                                                                Prothane 7-116-BL Black Body and Extended Cab Pickup Mount Bushing Kit - 16 Piece YCXGLGL\n\nhttps://t.co/8qMf5716Gs https://t.co/AuFNjqGLDg
## 510                                                                                                                @anim8dead @jeffjag @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art ✨ s t y l e  c a n '… https://t.co/AvPbgH5Gds
## 511                                                                                                                @7x7x7eth @lilnounsdao @nounsdao https://t.co/nLGGM8dJoL I submitted these two for an #aiia #aiart contest…. Got so… https://t.co/XA9z4axDab
## 512                                                                                                                Latin0's finding 0ut th€y g0t pl@y€d n0t by th€ whit€ m@n but th€ Jewish nazi Lucif€ri@n illumin@ti fr33m@s0n bank€… https://t.co/28M63yAEP5
## 513                                                                                                                                            Apparently I read comics now\n \n#daveandbambi #BL #offensive\n\nhttps://t.co/KGRFC0p90v https://t.co/iuCx2xeeSm
## 514                                                                                                                @bl_artcult @jeffjag @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art The litigation gelat… https://t.co/9Vao10U0zS
## 515                                                                                                                @Shazam Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it… https://t.co/RA2uTlY5gL
## 516                                                                                                                                                                                                      @extradeadjcb This is why Bl*pp* is banned in my house
## 517                                                                                                                We have been learning about Mutual respect and what it means to be respectful. Congratulations to these Learning Mo… https://t.co/zsowxkWjYR
## 518                                                                                                                                                                                                  @lainfansweezer no she reads bl too but not like u do\n...
## 519                                                                                                                                                                           Me: “I have so many BL to catch up on!!!”\n\nMy brain: “Watch KinnPorsche again.”
## 520                                                                                                                @billboardcharts @Twitter .@billboardcharts @luminate_data The official Music Video of "Dreamers" by Jungkook uploa… https://t.co/4aJuxUTnwe
## 521                                                                                                                @anim8dead @jeffjag @JenPanepinto @Sixela_Akire @PiKee0x314 @WillTakeOver @BBazzarr @amli_art Please, someone launc… https://t.co/eRcB9AdIO3
## 522                                                                                                                 When you play a BL series, you should kiss the lips of boy ??‽?????????????????? or you should play sex scene with… https://t.co/6puGueIwu4
## 523                                                                                                                @JMReynolds @aifendragon Thatd be pretty interesting. ”BL sells books advertised about specific characters/factions… https://t.co/Dn0FOB0GVr
## 524                                                                                                                 @gahanmaxtul Beautiful love, beautiful friendship, beautiful couple, very handsome, sexy, multi talented young men… https://t.co/3OoqVzYaat
## 525                                                                                                                                          Apparently I read comics now\n \n#shucream_bl #Indiedev #kawaii\n\nhttps://t.co/wg9LlaWFjH https://t.co/EximOTS9su
## 526                                                                                                               @billboardcharts @Twitter hello, @billboardcharts @luminate_data @billboard\n The latest BB charts results are not a… https://t.co/2xIucCH4yF
## 527                                                                                                                                                                                                           Me in math class everyday https://t.co/OFLVoROjMo
## 528                                                                                                                @iminescent @illustrata_ai @joynxyz @amli_art @bl_artcult I can see that. And here we see the evidence of art, don'… https://t.co/oVyKWWljs1
## 529                                                                                                                                      Me jey and kana meet up and we start throwing punches at each other I just know it. Then we sit down and talk about bl
## 530                                                                                                                                                                                           @t0nyyates I wish people would stop hacking my bl**dy computer! 🙄
## 531                                                                                                                 Would it be possible to check how many refunds for Lightfall have occurred as opposed to WQ/BL, or just in general… https://t.co/HiYQnHdMdI
## 532                                                                                                                                                                           I remember the BLT my ex made for me, well BL 🤣🤣🤣🤣🤣🤣\n\nYoung, broke &amp; hungry
## 533                                                                                                                Tomorrow is the last day to bring in any shoe boxes for Pontefract Community Kitchen. Thank you to everyone who has… https://t.co/qaPBqEqg3C
## 534                                                                                                                                          Going to read bl for the first time.. I hope Nicole is proud my virginity is being stolen. https://t.co/jvFkfhGM0S
## 535                                                                                                            I love this plan for Eucharistic processions across the country in 2024. \n\nStarting in:\n-San Francisco\n-the tomb of… https://t.co/XaUzMPuwaX
## 536                                                                                                                 Mail Call!!! Received my Black Friday Mystery Box from @OriginalFunko! My only disappointment is the Minnie on Ice… https://t.co/qdZVn4GLKs
## 537                                                                                                                            RT HueyBlounts888: GTA San Andreas: DE - Mission #49: Outrider | #BlountsNGames https://t.co/jKKfdssEx6… https://t.co/DyuWy8HsbL
## 538                                                                                                                                           @RobinHa41160020 @TedUrchin @Keir_Starmer Bl@@dy hell, worst than Jezza's cultists. Read! https://t.co/lYVW8nY1pC
## 539                                                                                                                                                                                  bl*zzard does not care about the support role or the players that play it.
## 540                                                                                                               Digital Love story [20/??]\nMC marries a guy. The 4th panel is him taking the VR Goggles off showing it was a BL dat… https://t.co/nBeidQWsrs
## 541                                                                                                                 @evanf1997_ I wish they still cared liked the used to. There is clearly passion being put into the game but I feel… https://t.co/vbut6gIMtZ
## 542                                                                                                                @signald @illustrata_ai @joynxyz @amli_art @bl_artcult It's a tricky issue to describe, and twitters character limi… https://t.co/NBiIc7DjPW
## 543                                                                                                               @WrestleOps Same, i got a lil emotional when they hugged at end of war-games too. \n\nLookin like Sami/KO vs Usos at… https://t.co/ko2HsxVqId
## 544                                                                                                                                                        love passing around bl boys among each other like they are rag dolls, it's fun you should all try it
## 545                                                                                                              Join us tonight at 7pm in BL 104 for "He Built This City: The Muncie Architecture of Cuno Kibele".\n\nMore informatio… https://t.co/io9bafdbVg
## 546                                                                                                                 I think of least two possible causes 1) particles are not reaching cloud base or just not enough of them. It could… https://t.co/v7aNrGw6UO
## 547                                                                                                                @chattonnoire @urfavcatpun in ep 13 which we haven't seen yet and this is from the BL so I'm sorry its a Luka ep an… https://t.co/BoBlBybbeJ
## 548                                                                                                              CLASSMATES Vol. 6: BLANC\n\nThe continuation of the beloved Boys- Love / #BL manga series by Asumiko Nakamura! Contai… https://t.co/69YLZAXB0d
## 549                                                                                                                                                                                                                        @LTAD_98 Paris=bl*** and arab people
## 550                                                                                                                @Andrewjohn437 @urfavcatpun we haven't seen it yet but ep 13 is a luka ep and from BL he leaves Paris with his fath… https://t.co/MPxbLyK0lu
## 551                                                                                                                                                                                                  Omankkkkkk https://t.co/v4xxbHPgT5 https://t.co/ab2EcibE0q
## 552                                                                                                                Anywayz  gonna re-Watch BL dramas. Catch up with ongoings and there's always more K-drama to watch ..I'm so lame go… https://t.co/xpMyisJ9XU
## 553                                                                                                                                     Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (3:06pm)
## 554                                                                                                                                     Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (3:06pm)
## 555                                                                                                                                                                  @BLUPDATE2022 There is something about BL from Taiwan…even their school BL’s are top notch
## 556                                                                                                                                                                                                                                 @yabaleftonline One boxer 😂
## 557                                                                                                                                                                                                      @dave43law @carolcoulter3 As useful ass tits on a fish
## 558                                                                                                                                                                            Thank You Costa Rica 🙏 (BL Still peak sports shonen tho) https://t.co/e7aiWracLG
## 559                                                                                                                                                                       @travis_bl Highlight of the first half was Chesney Hawkes that shows how cack we were
## 560                                                                                                                 Good Night P'! I'm sorry I couldn't join or speak to you, I just finished work, but I had so much fun hearing your… https://t.co/kyA80PcSwZ
## 561                                                                                                              Not to shade mileapo but they still haven’t apologized for setting the standards to high!\n\nThey got the whole bl in… https://t.co/ESlBRHl7MC
## 562                                                                                                                Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/MQSL6K3XKw
## 563                                                                                                                                                                                                           @binstedman Jeez, it's awful. Just no go forward.
## 564                                                                                                                                              @churchartnature @bwallower @MuseumofLondon It isn't the easiest place to get to; wish it was eg behind the BL
## 565                                                                                                                                 I've been completely addicted to ONEPIECE and The Boy in a Girls' Academy\n \n#critcat #BL #Summer… https://t.co/9Ff56g6cKL
## 566                                                                                                                                                           wait does the bl industry even have intimacy coaches? I thought it was just workshops &amp; vibes
## 567                                                                                                                                                                                      @travis_bl Expect the narrative that were happy with the 0-0 draw.....
## 568                                                                                                                    @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/PvIVgovEkj
## 569                                                                                                                Mega thanks to @DarkForcesSwing for including @faetooth in @SPIN’s monthly Blast Rites feature!  We are all blown a… https://t.co/Adcn4YPK7y
## 570                                                                                                                @Stanweather15 I doubt we’ll see snow for longer than that at this point. Too much Euro ridging next week, all eyes… https://t.co/zhcqudCkgm
## 571                                                                                                                                                                                                              @Stixx1979 Celebrations beat Heroes? N'est pa?
## 572                                                                                                                                                                                                                                        i need more bl anime
## 573                                                                                                                                                                                           @fatpants0211 @BluesAnalytics_ John, don't be so bl**dy pathetic!
## 574                                                                                                                                      Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (3:01pm)
## 575                                                                                                                                      Westbound 6-car BL/Huntington Train 452 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (3:01pm)
## 576                                                                                                                       @haze_long @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/OGs7IUKSln
## 577                                                                                                                                                                                                                Take my hand and we can go, go, go, goooooo❣️
## 578                                                                                                                @algorithm427 @QueenAltAlt My friend that introduced me to the game just before BL has also played from D1 Alpha so… https://t.co/CalrDRvkom
## 579                                                                                                                                          SHIMANO SLX BL-M7100 Disc Brake Lever Black, Left/Front AEWNU8B\n\nhttps://t.co/gwUGFtjBXs https://t.co/PiQuGvyhzZ
## 580                                                                                                                @TheLondonLib @BL_Publishing @DigbyBrownLLP @ScottishLibrari \n\nI just slipped on the floor of the local library..… https://t.co/Z6AYpW1sox
## 581                                                                                                                                                                                      Alert: MOTOR VEHICLE COLLISION @ 6575 PARK BL N Tac: B Sent: SP201 PD6
## 582                                                                                                                                                                                                                           @ChandonneJulie @aadelisle ✔️ fait
## 583                                                                                                                 gonna kms finally find a bl webcomic that sounds like it will have an interesting plot and has the mc look down on… https://t.co/RUMiCyZYC3
## 584                                                                                                                                    @bingimingi yk damn well i’m not interested in no fuckass bl. i questioning U not the name of it https://t.co/ZgZ534iz58
## 585                                                                                                                                                                                                                    Bet on yourself! https://t.co/otKwk0sIs1
## 586                                                                                                                                                                 @CrazerArts @illustrata_ai @joynxyz @amli_art I feel this. I feel that. Thank you Crazer 🙏👁️
## 587                                                                                                                                                                        very cool and inviting6. There were soft, bluey-green bl     https://t.co/BDwow1eCnw
## 588                                                                                                                                                                   sorry but if you use the terms yaoi/yuri when talking about bl/gl just stfu at this point
## 589                                                                                                                               Need bl#@job lube\nnow available at: https://t.co/14ha2Z6hdP\n#tracysdog #tracydog #lube #CoupleGoals https://t.co/assAMQ55pk
## 590                                                                                                                Someone said weak hero is a BL what a clickbait i watched episode 1 because i thought it was a bl but it was not an… https://t.co/Tv7okGGnBY
## 591                                                                                                             absent from home.\n\nAs if the waves had been fullers, this craft was bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/5IpTjI9Alv
## 592                                                                                                                @ElaineLitten74 @AccReader My school has them in BL order with genre stickers on the spine to help students choose.… https://t.co/8IDFqZ2e1E
## 593                                                                                                                    @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/py7wHWmuTX
## 594                                                                                                                                                                          Chase FINALLY asks BL was she ever gonna tell him about the letter??? #gh #chaylnn
## 595                                                                                                            Chesil Cove: Little Gull &amp; 2 Bl. Redstart. Lidl Beach: another Bl. Redstart. Billy Winters: 2 GND. 2 B-n Grebe, c20… https://t.co/3fDcro8LWd
## 596                                                                                                                Westbound 6-car BL/Huntington Train 451 has accumulated at least 15 mins of delays during its trip so far; it's cur… https://t.co/sNlKW3z0go
## 597                                                                                                                Westbound 6-car BL/Huntington Train 451 has accumulated at least 15 mins of delays during its trip so far; it's cur… https://t.co/BLOJHjK2Z8
## 598                                                                                                                                                                                             @eichstadt_jay That’s why you boys make all the $$$ out there!!
## 599                                                                                                                                            @aplethoras I KNOW. I was overjoyed to see perthchimon BL in 2023 but i wasn't prepared for an EXTRA one so soon
## 600                                                                                                                    @AiKoBeanArt @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/8sxZd90Sx3
## 601                                                                                                              Best Actors Apartment! Go read it and see this amazing story unfold \n\n#uzakichan #draw #bl\n https://t.co/OxiLwWLGVk https://t.co/z1erZvnZXm
## 602                                                                                                                   @maxtulllsrealll @keehoe_teehoe @ddalgi_ @palliyaaa @soompi How are you a Bl/Gl fan but Stan homophobic people. That doesn’t make sense😵‍💫
## 603                                                                                                                                          #228 | Tabac Tuesday | Razor/ blade combo FAIL |\nhttps://t.co/T45V92TtK8 @ High Rock Lake https://t.co/miQMvYc1ZF
## 604                                                                                                                    @BloomBloomBee I feel like dkz deserves alot more attention now that isn't just because of the BL Jaechan was in 😔 they all work so hard
## 605                                                                                                                                                                                                    @bl_ag_inc I can think of a guy that’s likes punishments
## 606                                                                                                                                                                            @MillarMan69 Terrible. Seen paint dry quicker. No ambitions against a shit team.
## 607                                                                                                                @Shazam Hello @Shazam. you have linked an unofficial fan video with Jung Kook's Dreamers. Can you please replace it… https://t.co/7Sq8CY3Gwb
## 608                                                                                                                @Merryweatherey @RaynoTW @Merrydawg I get that it's for the story but can we stop w the bs that going to the gym fo… https://t.co/0OpMq0m6sC
## 609                                                                                                                                                                     @RonnyJacksonTX ronny you really need to stop drinking as your fantasies are delusional
## 610                                                                                                                                                   Lee soohyun Still the strongest determined bottom ever exist in bl comic world 😌😌 https://t.co/wqfTaJjTn4
## 611                                                                                                                Eastbound 8-car BL/Downtown Largo Train 405 has accumulated at least 15 mins of delays during its trip so far; it's… https://t.co/vtQYXFC2S1
## 612                                                                                                                Eastbound 8-car BL/Downtown Largo Train 405 has accumulated at least 15 mins of delays during its trip so far; it's… https://t.co/HckhUYhpov
## 613                                                                                                                                                                    @eichstadt_jay Yes looking to convert some cattle feeders to pig feeders.  Know anyone?!
## 614                                                                                                                                                                                                                                  @bl_ag_inc More hogs huh!?
## 615                                                                                                                                     Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (2:47pm)
## 616                                                                                                                                     Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (2:47pm)
## 617                                                                                                                @billboardcharts .@billboardcharts @luminate_data @billboard The latest BB charts results are not accurate, since t… https://t.co/S8gHdzTzSl
## 618                                                                                                                                                                              BL tells Chase she thought they support each other.. Really BL??🙄 #gh #chaylnn
## 619                                                                                                                                                                              Lawd 😩\n the bl fanfics that can be written watching soccer is fascinating \n🤤
## 620                                                                                                             Kleenguard A20 Breathable Particle Protection Hooded Coveralls (58517), REFLEX Design, Zip Front, Elastic Wrists &amp;… https://t.co/rQNuzjEUMw
## 621                                                                                                                                                            I've just posted on my Blog about: [Event] Fameboy Bl Ep listening party https://t.co/K7jd23cWkV
## 622                                                                                                                                                                                                                           @Appollon_ @Snaptrox Appollon ?!😭
## 623                                                                                                                    The Hunt: Part 2: Pg 110 #BL #BLwebcomics\nFollow here or at:\nhttps://t.co/h7wAdjAomR\nhttps://t.co/7efjBKxtiW… https://t.co/wpQHVnUV9d
## 624                                                                                                                                                   Shall we dance? 🪩\n\nHaving fun with #SessRin and Caius x Kouichi 💜🖤\n#殺りん #BL https://t.co/sHOAWBUlGr
## 625                                                                                                               Case Compatible for BaBylissPRO Barberology MetalFX Series - CLIPPER,Travel Carrying Storage Box with Mesh Pocket f… https://t.co/V8J2WqOheG
## 626                                                                                                                                                                                                  @het_tay This is me trying to get your attention in the bl
## 627                                                                                                                https://t.co/SRdRE7O6ey: AstroAI Balaclava Ski Mask Winter Fleece Thermal Face Mask Cover for Men Women Warmer Wind… https://t.co/vMxBDhsQGg
## 628                                                                                                                                                                                                                               @ObuwEight Not ironic bl*ckie
## 629                                                                                                                                      Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (2:42pm)
## 630                                                                                                                                      Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (2:42pm)
## 631                                                                                                                                     Westbound 6-car BL/Huntington Train 405 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:41pm)
## 632                                                                                                                                     Westbound 6-car BL/Huntington Train 405 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:41pm)
## 633                                                                                                                                                                                   🎉 Just registered for the SEKARI on @PREMINT_NFT! https://t.co/O3uu0qvngH
## 634                                                                                                                                     Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 10 mins. (2:40pm)
## 635                                                                                                                                     Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 10 mins. (2:40pm)
## 636                                                                                                                                                                            @hssluttt @dojaacatstan You not liking bl@kies is a blessing to me,more for me 🙏
## 637                                                                                                                             I just wanna a vacation with my self &amp; curl up under the blankets and watch and read every gl/bl show and manhwas out there
## 638                                                                                                            i healed my self from depression by watching porn, a heavy genres of kdramas &amp; movies, and BL series as well. dang,… https://t.co/DsKSaRB1t3
## 639                                                                                                              Okay, that was a BL one I died outta embarrassment cuz it was so well done...\n\nBut I fucking laughed my fucking ass… https://t.co/5WFL4ETCjG
## 640                                                                                                                                       Triple K Belt Keeper Basketweave Brass Hardware 4 Pack, Black, 3/4" (1682-BL-BW-BRS) RKX9KLJ… https://t.co/w7i49WP5yY
## 641                                                                                                                                                                                                                              More Southgate inspired bilge.
## 642                                                                                                                                                                                                         @aysbored @dojaacatstan I don’t need that bl@ck man
## 643                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult Abandonment\n\nI've typed and deleted words to explain my motivations f… https://t.co/f0GkIhD031
## 644                                                                                                                                                                                                                      @ancientgays not one of my favs bl pls
## 645                                                                                                                                      Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 5 mins. (2:35pm)
## 646                                                                                                                                      Eastbound 8-car BL/Downtown Largo Train 405 has been holding at Braddock Road on track 1 for at least 5 mins. (2:35pm)
## 647                                                                                                                    @jimmy_darke @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/YwTEEylA6o
## 648                                                                                                               Ykw\nI remember seeing edits with kp Vegas kinn porsche when v said at the parking lot??? Idk ,,head, chest, or hear… https://t.co/bp3fCOOiFs
## 649                                                                                                                 @kimmy_kimmoi I totally agree! I promise you out of all the BL shows out there #LoveinTheAir hit differently! Like… https://t.co/BRSdYPenDy
## 650                                                                                                                                                                               Get ready for Best Actress of 2023, Fantasia Barrino. https://t.co/aVaFM1036Q
## 651                                                                                                                                     Westbound 6-car BL/Huntington Train 456 has been holding at Arlington Cemetery on track 1 for at least 5 mins. (2:33pm)
## 652                                                                                                                                     Westbound 6-car BL/Huntington Train 456 has been holding at Arlington Cemetery on track 1 for at least 5 mins. (2:33pm)
## 653                                                                                                                                                                                                                                    why japanese bl so sad 😭
## 654                                                                                                                          @bl_ag_inc It can be easy to underestimate the volatility of the business’ cash flows.  That’s where it’s easy to get into trouble
## 655                                                                                                                             @DanielBendite19 @Sherriqotu @hallmark541 @dicedealer1313 @coralgableswang @QuinnLeone4 @kiml8 @paxknc… https://t.co/OgJCa72okF
## 656                                                                                                                                              iland co  EX220-BL/WH Express Blue/White 10 5in 3oz 1NXLWRR\n\nhttps://t.co/9KauFQbPCl https://t.co/PbLJmebXXz
## 657                                                                                                                     @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/Wlqw6LMB1s
## 658                                                                                                                @Rida3455 @JadeSaidSometh1 @apospmee IKR! I suggest u to watch ths..she seem like a prof/unbiased critic who is not… https://t.co/7VLNAyTHT3
## 659                                                                                                                @nutk_nutthachai I have a question, Gmmtv like to put innecesary couples in a Bl. This serie deserve just single co… https://t.co/0XrHLtDwNK
## 660                                                                                                                                       Updated: Construction on #Q26Bus Both directions from Parsons Bl/Hawthorne Av to 46 Av/162 St https://t.co/xSU8b68zGT
## 661                                                                                                                  buy tokens @snoopyy_doo @bigtrading_vn @aciennyap @riteshtiwari002 @AbundancePetra @SPurbachhane @SariInd52526815… https://t.co/dAOxFPU2Xa
## 662                                                                                                                                                                                                                          https://t.co/zuKKbbbAW4\nexplained
## 663                                                                                                                          Westbound 6-car BL/Franconia-Springfield Train 408 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:29pm)
## 664                                                                                                                          Westbound 6-car BL/Franconia-Springfield Train 408 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:29pm)
## 665                                                                                                                               @tanniesoveryou @kchartsmaster Only when there's a reason. Go hate bl!nks that make fun of the boys going to military service
## 666                                                                                                                                            Exposing the links between Calcium, Vitamin K2, and Plaque Buildup in Bl... https://t.co/4O290A5rYQ via @YouTube
## 667                                                                                                                         @elysiacb @Nimkins @GradeKangusBeef @echo_sedai @Hotel_Amadicia @Moridin1024 @hadnankadereWOT @wolf_hopper… https://t.co/l4t0WULiy3
## 668                                                                                                                @kivuil @NyornIronside @DFPsheikh @vBlooddrunk @Kujay_ sliding idk it's fine with or without for specials, annoying… https://t.co/AUlTJ7TUhz
## 669                                                                                                                                                                                                                 @MattHintz3 I just be young and dumb then 😂
## 670                                                                                                                                                                                                                                            i love this bl ☹️
## 671                                                                                                                                                                                                             @sandilemoepeng I love me some Thai BL series ❤️
## 672                                                                                                                @realBrentAV @Scoobydouchebag I'm avoiding all bl---fa-- mentions. It's crazy how far and wide it's spread. I guess… https://t.co/N8IsjOw7mH
## 673                                                                                                                @arkhan_voyager @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m… https://t.co/EqOK9Ydeud
## 674                                                                                                             #crew #millow #chaylnn are at the Qs talking \n\nBL reminds everyone of when Chase clocked Valentin..\n\nHe says “Yeah… https://t.co/SF2pYkPWr8
## 675                                                                                                                                                     Watched #LoveinTheAirSpecialEP .... Never screamed this hard at a BL.\n\nAlso Boss's butt is underrated
## 676                                                                                                                 The boy soon pulled away realizing how many layers of clothing Nobile was wearing, his voice once again concerned,… https://t.co/SMYiNccebp
## 677                                                                                                                                                                @TrafalgarLog --I can't understand why there's so little BL doujinshi about Gai and Elijah ☹️
## 678                                                                                                                 11:53 962 A101 @ E SHEA BL SB SO ,Ladder in the middle of the freeway south bound south of Shea has the freeway at… https://t.co/N5jVRcenu3
## 679                                                                                                                @ppnaraviet @phuwintang Gmmtv like to put innecesary couples in a Bl. This serie deserve just single couple, I don’… https://t.co/8ljCJPGuPs
## 680                                                                                                                                                 Seriously are bl!nks real human beings I am sorry but...are they??? Because wow they are the lowest of low.
## 681                                                                                                                  @hodgetwins Hey Moby..MnM wants you to bl*w him…it must be true because MnM wrote it in his song. And uh-oh, Break out the race card…lmao.
## 682                                                                                                                                                                                  @bl_ag_inc I guess if you can make money after the bills are paid why not?
## 683                                                                                                                                The best part of being clocky is i can get away with being at the BL booths at cons without being accused of being a fujoshi
## 684                                                                                                              LRT if anyone’s read BJ Alex, the same author is starting a new bl manhwa\n\nI can already tell it’s going to be so t… https://t.co/5kKflY9PVd
## 685                                                                                                                                                                                                                            @DoctaSlick That’s exactly it! 😂
## 686                                                                                                                I find it funny how much shit Season 18 (D2) is getting when it's still leagues better than Season of the Hunt whic… https://t.co/19kwyU0sEv
## 687                                                                                                                                                                                                                @_shtojzovalle They r in their bl era fr😍😍😍😍
## 688                                                                                                                                                                                    @panther_BL good to know! tired of humans with they un-refreshing asses.
## 689                                                                                                                                                                                                    @bl_fan89 Oh noooo, the stress levels are rising again!😂
## 690                                                                                                                @s4tinflowers this is Jinx !! there’s only one chp it’s the new bl everyone’s talking about rn 😋 but bestie payback… https://t.co/8J1mYWffV3
## 691                                                                                                              Pay only $18.47.  50% off\nUse code 30J7OXT2.\nOdoland Ski Goggles, OTG Anti Fog UV Protection Snow Goggles Detachabl… https://t.co/vXVwJok9tm
## 692                                                                                                                                     Westbound 6-car BL/Huntington Train 454 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:16pm)
## 693                                                                                                                                     Westbound 6-car BL/Huntington Train 454 has been holding at Arlington Cemetery on track 2 for at least 5 mins. (2:16pm)
## 694                                                                                                                                                                                                      @oussamahamadeh heye alet bl 3otle mafroud ben 23 w 31
## 695                                                                                                                                                                                                                    Force is the biggest bl fan in gmm fr🤞🤞🤞
## 696                                                                                                                                                                                                              WHAT THE BL$$DY FUCK 🤬 https://t.co/CfJ8Zf8gso
## 697                                                                                                                            @wiIIowwine its annoying as shit though cause plenty of BL characters are lgbt but they wanna claim the villain AGAINST them . 🙄
## 698                                                                                                                 This comic is definitely worth reading! Come check it out!\n \n#Manhwa #BL #AnimeFigures\n\nhttps://t.co/WHkTexhzwu https://t.co/aoAU9mDkOK
## 699                                                                                                                                   @GOALAfrica Africans will say no. Because he destroyed all their legends + he is not bl**ck enough for them to love him😁😁
## 700                                                                                                                                                                                                                      @BUB_BL_ES @SmashingVR won't like that
## 701                                                                                                                @SimuLiu @BoxLunchGifts @FeedingAmerica So incredible! Such an honor to be a BL ambassador! Does this mean we are c… https://t.co/i8pckJNwnf
## 702                                                                                                                             WL Our announcement @VaicusEth @TutUncommonNFT @sonic820808 @Bearoxuz @BL_Toaster @PaulRo100 @nfter721… https://t.co/58OAQsNmcM
## 703                                                                                                              their way. The whales had irregularly settled bodily\ndown into the bl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/zFsR4ihbEA
## 704                                                                                                                                                          “I’ll crush you, fair and square”\n\nThe Football superhero\n#ブルーロック https://t.co/1Gyb3Y9BcF
## 705                                                                                                                      Lee Minhyuk from Legs That Won't Walk\n-\n-\n-\n-\n-\n#bl #yaoi #boylove #manga #manhwa #art #anime #animeart… https://t.co/npbRKXhuLD
## 706                                                                                                              How cool would it be to get a Thai/Philippines collaboration BL.\n\nEveryone get your swoon on. Can this really happe… https://t.co/BmlbptLmXS
## 707                                                                                                                  @bl_ag_inc I’m at the point of my life I’m sick of dragging debt millstones around. That said probably won’t be 100% debt free for a while
## 708                                                                                                                                       Gonna do some comic reading\n \n#sizetwitter #bl #artistsontwitter\n\nhttps://t.co/QzhAHF6VJ0 https://t.co/RTOFGDKXAD
## 709                                                                                                                thanking myself everyday that I'm not a delusional bl stan but since ive been watching bl series for about 2/3 year… https://t.co/uZQRV6xCGI
## 710                                                                                                                                                                                                   just one more universe, in bl.. 😶 https://t.co/4l6AvItQG4
## 711                                                                                                                                                     🥲I gotta catch up on Donbros but what if I also just, started another BL series https://t.co/jJ9MZq2axU
## 712                                                                                                                                                  Piggy's retweeting bl!nks that have dragged they fav just cause they h8 Jungkook 😭 https://t.co/tYZi9EfX9L
## 713                                                                                                                                             ‘‘So――what does BDSM means again? I'm pretty sure I've heard it from one of Naomi's BL collection.’’ #AkioTalks
## 714                                                                                                                                                                                                                                    @TillyLovesBooks The BL?
## 715                                                                                                                  @mfa_russia @RusEmbUSA @armscontrol_rus @RussianEmbassy @RusMission_EU @natomission_ru @mission_russian @RussiaUN… https://t.co/az57LVULz3
## 716                                                                                                                                                    @Kesswylie @Rynehawk @PleasantKenobi And yes, $5,000 is a fraction of the price of a real BL, as I said.
## 717                                                                                                                             💚 Alto and Wilder 💜\nWrap your arms round me baby boy ✨\n\n#Fortnite #FortniteArt #FortniteConcept #bl https://t.co/Pd8Gf1Bs0h
## 718                                                                                                                       Check out this product X5 Plus - the Little One - Beige  \nby Blush Novelties starting at $26.95. \nShop now… https://t.co/un0xHtNvuD
## 719                                                                                                                                                                                        my tooth your love jadi comeback nya w nonton series bl taiwanese ig
## 720                                                                                                              19. Rayboyp won Victory Road, beating Lins and Vorporal (MI)\n\n20. Anakin won The Cave, beating CEO of Madcatz and K… https://t.co/HcXXqfwwNY
## 721                                                                                                              Mari’s reaction to #LoveInTheAir Ep 1 \n\n#BossNoeul #LoveInTheAirEP1 #reaction #patreon #react #bl #drama #thaidrama… https://t.co/jd0eYwqjU7
## 722                                                                                                                @aksnevv UM. its not a bl drama but ive been trying to get people to watch los espookys on hbo for a long time. its… https://t.co/pbbgosZaBm
## 723                                                                                                                TIMBREGEAR extreme comfort acoustic guitar strap electric guitar strap free - two guitar strap locks guitar strap b… https://t.co/BCzUE0gS9R
## 724                                                                                                                                                                                 @darrengrimes_ Both teams on their bl**dy knees; so over this garbage now 🤬
## 725                                                                                                                …and will block the passage of low-pressure (BL+). Next week, high-pressure area will move towards Greenland facili… https://t.co/BODZxMPWiX
## 726                                                                                                                     @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/QUyQuZ56lA
## 727                                                                                                                                                                                @ANSOM68 Then why is pappu going to HINDU temple \n\nBl***dy termite k 2.  A
## 728                                                                                                                      @creepthereum @THECRYPTOMBS @Morph_VGart @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck… https://t.co/sFHY4JRYhJ
## 729                                                                                                                                                                                                                                      @AnujUnknown Thank you
## 730                                                                                                                @joeysinsoup it’s called never let me go! it’s a thai bl show who isn’t out yet but soon we’ll have the trailer! wi… https://t.co/uWYLxw9smZ
## 731                                                                                                                             I got a little gift for my brother today and he was so excited about it he waited for me outside bl sa23a for like an hour 🥺🥺🥺🥺
## 732                                                                                                                                                                       @AidenRS139 Seth Rogen isn't Bl...\nMy lawyers have reccomended that I stop the joke.
## 733                                                                                                                    So proud to be a part of the BL collective and a now with #goals guy @SimuLiu ! What an honor! #getsomegiveback… https://t.co/YQ1FlqxVyJ
## 734                                                                                                                                                                            Make them star in a bl already please naiiyak na ko dito https://t.co/Gzs1skdmMD
## 735                                                                                                                                                                                                                                        @0xxghost No dulling
## 736                                                                                                                                 @khamenei_ir SORRY BUT YOU ARE THE ENEMY AND YOU ARE DOMINATING YOUR PEOPLE'S MINDS. THEY DESERVE TO LIVE NOT TO BE KILLED.
## 737                                                                                                                                               Y’all should not be following ANYBODY from Bl*ck H*mmer lol \nThat org hoards abusers https://t.co/AwDarOHke0
## 738                                                                                                                @ozymandiest I've never heard of BL V novels!😱 I should look into that! have D Murder on my CR list.😁😁😁  I keep mea… https://t.co/aJ7ch4bqrG
## 739                                                                                                                @TheDonVisuals @SCCUnited @themackmurphy @HermanOfTheYear I think you and I are the first example of a BL guy and a… https://t.co/fqzeLKvpUk
## 740                                                                                                                                     Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (1:55pm)
## 741                                                                                                                                     Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 10 mins. (1:55pm)
## 742                                                                                                           @tumcial_bbb JEEZ NOO pure romcom. Japanese BL, office romance 😭\nGmmyv gonna do it's thai version with TayNew &amp; fan… https://t.co/9bH3iHJ0un
## 743                                                                                                                                                                                             @MajorGroup THE MOST TALENTED BL COUPLE https://t.co/DCPemAhGWv
## 744                                                                                                                            I can't wait to see what happens next! Click the link below and join my struggle!\n \n#mha #BL #boylove… https://t.co/DP6IWbOTZ3
## 745                                                                                                                                                                                                       @SJAF_BL Happy Birthday to you! Have a special day :)
## 746                                                                                                                                                                                                 86. love in the air // bl tailandês https://t.co/ATSVX1A8Zz
## 747                                                                                                                                                                                                                    can i get uhhh uuhhhh a clown themed bl—
## 748                                                                                                                                                                                     @illustrata_ai @manifoldxyz Amazing. And Seasonal, what's not to love??
## 749                                                                                                                @nanazunshine I honestly never seen other BL CP explaining to their partner when they play new series with other pp… https://t.co/B7NqrIcOJw
## 750                                                                                                                                                                                       the women who love bl/gay media be so cute and scary at the same time
## 751                                                                                                                                                                                                                       @AdamBormann Appreciate the response!
## 752                                                                                                                                                                                                          WORLD WAR 3 C'EST PARTI 😭😭 https://t.co/kuk7duqalg
## 753                                                                                                                 Our investment in our communities includes supporting worthy causes, and few make an impact like @cityofhope. This… https://t.co/4tryacEqSd
## 754                                                                                                                                                                                                                  @SENMU__55 yes, lets go and by BL together
## 755                                                                                                                18z recorded soundings from Shreveport, Lake Charles, Jackson MS and NOLA respectively. All soundings show a volati… https://t.co/mfxR6yWLHh
## 756                                                                                                                                      Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (1:50pm)
## 757                                                                                                                                      Westbound 6-car BL/Huntington Train 451 has been holding at Eisenhower Avenue on track 2 for at least 5 mins. (1:50pm)
## 758                                                                                                                While watching Kyle play LoL, he mentioned that there was BL in league (cause he saw a character with a certain ski… https://t.co/hYorw8Vtdv
## 759                                                                                                                                                       @HtxYounglo You know you a bl+ch right? Haha you want her to care for you soooo bad, Ho33. Get a life
## 760                                                                                                                 JSE-listed Spar sold a  Mega SuperSpar in Midrand for R1,000 before being sold three weeks later to the same buyer… https://t.co/4TSXbwAhjb
## 761                                                                                                                                                                                                          The bl*nt waiting for me when I get home oh my GOD
## 762                                                                                                                               @ThisIsKyleR @elonmusk I got this notification as an unwanted message, named categorized as a Spam. You spam us, we spam you.
## 763                                                                                                                Omg I haven't cried over a Thai BL drama since that stars one with EarthMix, this 12% one making me cry for the past 3 episodes, how can sia
## 764                                                                                                                kan7awl nfkr how F1 fans can enioy watching fast cars doing laps for hours, then, 7ta kantfkr how 22 man kicking jl… https://t.co/7YkVdJRQy8
## 765                                                                                                                                                                                                @wondercatsblue Strong dialogue is reserved for BL. Bias af.
## 766                                                                                                                The fact that Fei came back incognito and slipped me some top tier bl content recommendations while I’m at my lowes… https://t.co/YZgLploxvi
## 767                                                                                                                @bl_ag_inc Makes sense if that’s the case. Just need to consider the probability of something changing based on the… https://t.co/6rHum3k4dA
## 768                                                                                                                 Tmrw fe orientation la 1st year newbies bl 3ulum so come see me crush their hopes and dreams mwahahaha (jk a7sn ma… https://t.co/CRU94bJFs0
## 769                                                                                                                                           @CorLeonis92 @DoubletheTrou13 Just realised i would have to reread BL like 5th time to remember whats happening 😂
## 770                                                                                                                                                                                                                             [gentaro]\ni write bl novels.
## 771                                                                                                                Ended up watching The Menu after deciding to get out of harm’s way during a particularly oppressive spell of despai… https://t.co/Xi47AJD30v
## 772                                                                                                                                                 My Grandfather's Demons. One of the best films of the year. https://t.co/3GsfZNkj4h https://t.co/poax4KGNJ5
## 773                                                                                                                searching for this one specific (i think thai) bl with a certain scene (very violent scene actually...) but I can't… https://t.co/DcnYP1JFPa
## 774                                                                                                                                                                             COSY TALL AVIATOR BLACK $143.00 https://t.co/38ozHmkukO https://t.co/nx5iPP1jd7
## 775                                                                                                        @RailMinIndia PNR-8359741582\nTrn:20960\nDt:29-11-22\nFrm GNC to BL\nCls:2S\nP1-D10,43\nChart Prepared\n9925805742\nTrain l… https://t.co/bNJbh5VeUt
## 776                                                                                                                @h0peurot Me and my cousin trying to watch an innocent bl on the TV telling our parents it's straight stuff and not… https://t.co/SRxOej3PxK
## 777                                                                                                                                                                              Istg if we never hear Yelena say Kate Bishoooop again i'm bl*w*ng up marvel hq
## 778                                                                                                                 Mini Portable GPS Tracking Bluetooth 5 0 Mobile Key Tracking Smart Anti-Loss Device Waterproof Device Tool Pet GPS… https://t.co/omHI7SKpAJ
## 779                                                                                                                Double Din Car Stereo Compatible with Apple Carplay and Android Auto, 7 Inch HD Touch Screen Car Radio with Voice C… https://t.co/KREIdmaBkT
## 780                                                                                                                                                                                                                               @MesmericNft Thank you MES 🙏🔥
## 781                                                                                                                                                                                              @chicoBean my guy. What is u doing???\nhttps://t.co/xLtKKx6O8H
## 782                                                                                                                                                        I need to b up in Malaysia BL culture is so popular there there is so many hijabi girl who r bl fans
## 783                                                                                                                                         me at the lunch table trying to convince my Muslim hijabi friend group to start watching BL https://t.co/dGWjN3qb8i
## 784                                                                                                                @AlexMetalGuy @JazixOfficial @MarkoRaassina Wow again with the ‘Genshin Impact’ players are pedos stereotype. You a… https://t.co/LS6wgZBkE1
## 785                                                                                                                                                                                                   @BLUPDATE2022 The Warp Effect isn't bl but it looks funny
## 786                                                                                                                      confession: i think my first bl au i've read and consume the media of is the tadashi x hiro.  the mv of this ship back then was crazy.
## 787                                                                                                                              Also, half a century ago, @CambsCC *did not include @HuntsDC or Peterborough* in its area of control.… https://t.co/D7Nib62zYh
## 788                                                                                                                                                                            @travis_bl @WildeChildBeer Yes. Forgot about these. They do some smashing stouts
## 789                                                                                                                                                                                                @bambipaisen Ive let out more chuckles than I was expecting.
## 790                                                                                                                                                     @bbnomula Okay but why does this look like a bl drama? The height difference? The passion? *chefs kiss*
## 791                                                                                                                                                                                                                                  @dnlv_bl that's kinda cool
## 792                                                                                                                  a fanart of my boyfriend, it is the first drawing that I do in digital xD\n\n#draw #chubby #art #fanart #yaoi #bl… https://t.co/yrBUIk4G3Z
## 793                                                                                                                                          @KovcsZorka1 @thenreport #NETIZENSREPORT #KeremBürsin for Asian Celebrity of the Year #ACOTY2022 \n@thenreport\nBl
## 794                                                                                                              guys who read chinese bl novels……should i buy erha ??? 👀👀👀👀\n\ni’ve been eyeing it for a while and now that it’s gott… https://t.co/6B4ILXntwP
## 795                                                                                                                                                                                                                                        What the hell is BL!
## 796                                                                                                                 hiiiiii 🫶🏻 can you give me some webtoon recs because ive read its just a dream because i saw you tweeting about… —… https://t.co/Q8SpOfy5Js
## 797                                                                                                                                                                                                                           bl@ck men love to shift the blame
## 798                                                                                                             @Rohit_Das11 @Rohan_Bordoloi_ @7ogk3p41sr1jmsj @iMiaSanMia @Plettigoal Nonsense. \n\nFrankfurt just won the EL. \nUnio… https://t.co/MDXsC1HxSU
## 799                                                                                                              Debt question \n\nIf you find an investment/business that still cash flows after taking on debt and repayment, does i… https://t.co/QfgmOfMuzp
## 800                                                                                                                Decodable Readers: let´s work on sight words  Orton Gillingham based activities to help children read and write  Vo… https://t.co/gBvHN1qvPz
## 801                                                                                                                                                                                                                  @Atho_1982 @WildeChildBeer  thank me later
## 802                                                                                                                My friend who's watching Dirk Gently asked me "what's the BL with the eraser again?" an hour ago and he finished th… https://t.co/G5IHcl95Xu
## 803                                                                                                                LUJUNTEC 2PCS Blend Door Actuator Replaces 604-107 Replacement For 2002-2003 for Chevrolet Malibu, Air Door Actuato… https://t.co/NAbHTPYF0y
## 804                                                                                                                                                                                                     @bl_hkg @roxysshi Turbulence is special it's on its own
## 805                                                                                                             @Rohan_Bordoloi_ @Rohit_Das11 @iMiaSanMia @Plettigoal Nonsense. \n\nFrankfurt just won the EL. \nUnion Berlin went fro… https://t.co/yYqng0G1nj
## 806                                                                                                                                              u stink on a regular basis as ur bl*ck and ur country is like the 🙊 section of the Zoo https://t.co/hjEMynZJHw
## 807                                                                                                                                                       what if this is the most refreshing DC movie I've seen in a really long time? https://t.co/VkOB2troPf
## 808                                                                                                                @muniklovesme all the vids i see of him on live and then that one interview when he was asked abt the bl i cry he s… https://t.co/cOkDGao0pu
## 809                                                                                                                                                Construction on #Q26Bus Both directions from Parsons Bl/Hawthorne Av to 46 Av/162 St https://t.co/xSU8b68zGT
## 810                                                                                                                @illustrata_ai @joynxyz @amli_art @bl_artcult The problem of avoiding real communication and switching to virtualit… https://t.co/JqMumVEhi1
## 811                                                                                                                 They have !! They discovered they can do just whatever they bl***ywell like and no-one can stop them … what my old… https://t.co/5wXR6bxln6
## 812                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \n"Another day" and "Rest under the moon"\nThe w… https://t.co/2swDplewj3
## 813                                                                                                            hobbysoul 4pcs RC 1 9 Super Swamper Crawler Tires Tyres Height 120mm/4 72inch &amp; Aluminum 1 9 Beadlock Wheels Rims H… https://t.co/AW7sbYcASQ
## 814                                                                                                                                                                                                                          @bl_artcult GM! That's beautiful 😍
## 815                                                                                                                the reason why i dislike bl shows (particularly thai bl) is that they cater straight girls by showing them two masc… https://t.co/txgA3gVzwf
## 816                                                                                                                @ArtEthiopic Very interesting... I wonder if you have depictions of the Begena without King David?  I saw some in m… https://t.co/Iyfx0NdPtR
## 817                                                                                                                            @EmbassyofRussia @mfa_russia @PMSimferopol @RusEmbUSA @RussianEmbassy @RusConsCapetown @MauriceSchleepe… https://t.co/agp9PmHEZU
## 818                                                                                                                                                                                                    what happened to that time travel bl?!? did it come out?
## 819                                                                                                                                                           they cant even share the same frame... BL manhua CPs must now be in long distance relationships 🫠
## 820                                                                                                                            @that_blacc_girl I just finished watching these cute ones Korean bl- Cherry Blossoms after winter, color rush and kissable lips.
## 821                                                                                                                                                                             f wardrobe long. See, girls, do see, how her long bl    https://t.co/B3mvCfQUaE
## 822                                                                                                                                            Taylor Swift Rejects Republican Bigotry in All Forms - Smashes Marsha Bl... https://t.co/7E5gPabrBG via @YouTube
## 823                                                                                                                                                                                                                                @kateweb BL and your Indie!!
## 824                                                                                                                Giant Fake Award Presentation Check - 30" x 60" - Large Novelty Endowment Check for Endowment, Donations, Fundraise… https://t.co/HBUnxN61Nk
## 825                                                                                                                            — MILEAPO ONGOING VOTING TUTORIALS —\n\n1. NETIZENSREPORT\n\nLINKS -\n\n1\nhttps://t.co/8vZTLwMyq2… \n2… https://t.co/7SDSpLW9Hq
## 826                                                                                                                 @bw30002020 Also asking since I've been part of all this only after ON. Encore fm is something i don't understand.… https://t.co/5lVQkP658V
## 827                                                                                                                                                                        Bts always, or watch bl dramas, talk with friends and my mom https://t.co/bOmspy62Ve
## 828                                                                                                                          I wanna try out this comic book style\n \n#RoohBabaKiBhoolBhulaiyaa #BL #avatar\n\nhttps://t.co/01r6QkvFt8 https://t.co/Ct9LHQVXZT
## 829                                                                                                                @illustrata_ai @joynxyz @amli_art @bl_artcult CryptoPunk Gal\nBrings the most popular pfp to life, humanising pixel… https://t.co/ifpeXLnEIj
## 830                                                                                                                Excited to share the latest addition to my #etsy shop: 20" Curly Synthetic Clip In Claw Drawstring Ponytail Hair Ex… https://t.co/HffqdZOEMJ
## 831                                                                                                                Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/gI6EBWNZGO
## 832                                                                                                                H0w c0m€ N0B0DY is t@lk @b0ut th@t CHILD TR@FFICKING C0MP0UND 0n th€ b0@rd€r?\n\nIs it US€D 4 ADRENACHROM€ JUNKI€S?… https://t.co/6iAl7uzokJ
## 833                                                                                                           @o2productionnn\nhttps://t.co/4fDZtxx1iR\n@BaVinhactor #bavinh #TranLeDuc\n#LoveBillEP5 \n#LoveBill \nLove this biting e… https://t.co/wwggk1Pxzp
## 834                                                                                                                       message 2 before mentions    @SKodhadala @NWatchlist @Jayson98wai @BaChy69279542 @AlaminM85569472 @jondin171… https://t.co/uskiQhrKfY
## 835                                                                                                                @littlegeniexpp Gmmtv like to put innecesary couples in a Bl. This serie deserve just single couple, I don’t unders… https://t.co/SahtbBYDUK
## 836                                                                                                                                                                                                          Still have section BL 5 :) https://t.co/nRRVCfPoCy
## 837                                                                                                                                                                                                   @BL_Odin @Azzapp_LoL Shadowflame gives HP unfortunately 😂
## 838                                                                                                            @illustrata_ai @joynxyz @amli_art @bl_artcult // HURT #expressionwithmeaning\n\nWe are multilayered\nWe are complex\nWh… https://t.co/KZ7rJwxxTU
## 839                                                                                                                                                          @shadyprivquoter Wait I actually don't know is it a bl or not cos I know it's in a shoujo magazine
## 840                                                                                                                                                                                                                       re…bl….PURPLE https://t.co/LJXAkKXi5w
## 841                                                                                                                 Our next #orientreering event is in Carlisle’s Hadrian's wall park on 10th December. Enter "Luguvalium Parcum" via… https://t.co/PngkUqGbzD
## 842                                                                                                                Like every other bl couple whenever they say something that fans take as confirmation of them dating either the com… https://t.co/AZrro9Gilb
## 843                                                                                                                I have to giggle because I know antis have been clinging onto the line in the Woody vid about 'acting' like a coupl… https://t.co/YnAbidUtfv
## 844                                                                                                                                                                                                                                       between us comfort bl
## 845                                                                                                                  Fiscal Update Article: FY 2024 Department Requests — Education Appropriations Subcommittee has been published at:… https://t.co/baXZ1DyGjO
## 846                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult support that comes from a close bond. \n\nIt reminds me of the power of… https://t.co/SrIx1RpekB
## 847                                                                                                                @illustrata_ai @joynxyz @amli_art @bl_artcult My submission for the #expressionwithmeaning contest is titled: “FUD“… https://t.co/EKthMBNq2O
## 848                                                                                                            Canlyniad Bl 11 | Year 11 Results🏆⚽️🏴󠁧󠁢󠁷󠁬󠁳󠁿\n\n@Cwmrhymni 5 - 3 @Croesype \n\nHuge thank you to Croesyceiliog for rever… https://t.co/JESVXR14cL
## 849                                                                                                                                                                                                                                         @bl_artcult so good
## 850                                                                                                                @jewelwidgets @MayXian3 Um hate to break it to you sweetheart but your fave filmed a BL drama as well. All shippers… https://t.co/9ZveXSjC4z
## 851                                                                                                                                       The manhua has been feeding us so well\n \n#Lightyear #vampire #bl\n\nhttps://t.co/39WvNAZDgY https://t.co/MIM7Fa1xgI
## 852                                                                                                                                                                             @prananon He says I ruined his YouTube recommendations. All Thai Bl and BTS. 😂😂
## 853                                                                                                            @illustrata_ai @joynxyz @amli_art @bl_artcult The name of my art is called "Friendship".\n\n#expressionwithmeaning\n\nI… https://t.co/PVDp2CV95V
## 854                                                                                                                @pheonixexplain @phnixhamsta The Jenny mod is a Minecraft mod known for being NSFW, its main feature is a new mob c… https://t.co/m0gBbY9WlX
## 855                                                                                                               @Azzapp_LoL Can't you go Ludens, Shadowflame, DCap, Void and be full offensive?\nto my knowledge none of these items… https://t.co/BkrWmPkM94
## 856                                                                                                                I love the art style in "Demon, No Kissing!" so much! It's gorgeous! The character designs are amazing, too! Highly… https://t.co/bBoimagfbe
## 857                                                                                                                      @BadBeanLLC @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/OPFzYOOO3E
## 858                                                                                                                                                @ohsinnerman Now on my Christmas list! Is yours exclusively through the BL, or can local bookshops order it?
## 859                                                                                                                           slUm'bl👀dYs gAt🔫 T👀 sAY slum'thAYnG🙃\nhttps://t.co/cE8IT8A06H\n\nCALM'inG T👀 AY tHEE'AYt*ER* nEAR Y👀📽👻👻👻… https://t.co/JryEuedeK1
## 860                                                                                                                                                                                                                 @charliersmith1 Get good again soon Charlie
## 861                                                                                                                                                       one thing about a str*ight bl*ck m*n, he’s gonna let that homophobia/transphobia out! no matter what!
## 862                                                                                                                                                               @amli_art @illustrata_ai @joynxyz @bl_artcult 🙏🏼 🙏🏼 means a lot coming from someone like you.
## 863                                                                                                                 @ReallySwara Ummmm buzzzzzzzzzzz ummmmmmmm satoupid point again.  How would you know that your future bf has a jet… https://t.co/mP7oNehzf9
## 864                                                                                                                                                                                                             Who else love bl couple https://t.co/i7WjAGKMAW
## 865                                                                                                                         @RussianEmbassy @mfa_russia @RusembUkraine @BBCWorld @SkyNews @guardianworld @TelegraphWorld @standardnews… https://t.co/qfEKi0ArCI
## 866                                                                                                            So glad to see the support from his co-stars for him. From his first bl series, his first lakorn &amp; his first movie.… https://t.co/hYgBJcC5fC
## 867                                                                                                                        @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/IVReo8m3ge
## 868                                                                                                                   Westbound 6-car BL/Huntington Train 452 changed its destination to OR/Vienna/Fairfax-GMU at or near Minnesota Avenue on track 2. (1:14pm)
## 869                                                                                                                   Westbound 6-car BL/Huntington Train 452 changed its destination to OR/Vienna/Fairfax-GMU at or near Minnesota Avenue on track 2. (1:14pm)
## 870                                                                                                               Commission on FB \n\nPlease don’t take or trace\n\n#male #bl #sketch #digitalart #drawing #commission #commissionart… https://t.co/xOQeDzTdEp
## 871                                                                                                                @calvinrobinson If they're so proud of their country go bl.ody back there. No! Oh that's right everything is free i… https://t.co/o5e7gra7ES
## 872                                                                                                                      @punished3liza before anybody even mentioned bl*ck h*mmer in czarina’s replies I thought this all sounded terribly familiar. very dark
## 873                                                                                                                                                           @bl_artcult @jeffjag @illustrata_ai @joynxyz @amli_art My name is DocT and I second this message☝️
## 874                                                                                                                                                                        @teemoney_bait @illustrata_ai @joynxyz @bl_artcult love the intimacy here, thank you
## 875                                                                                                                                                                                                         @Fulgur_Ovid He reads bl he’s a keeper good job dad
## 876                                                                                                                                                                                                        Chinese BL really be the life and feels and fluff 🥺🫶
## 877                                                                                                                @Stixx1979 @oakroyd @clesliephoto It was in the early 70's too. Fortunately two of my uncles and my dad had "very h… https://t.co/SUAIfLX0Zm
## 878                                                                                                                                                                                    COSY SHORT BLACK $118.25 https://t.co/IsHD736lHh https://t.co/KKcrpl6xPz
## 879                                                                                                                  @artmarteau @illustrata_ai @joynxyz @bl_artcult I, absolutely, love, this. When an image conveys everything with no need of description. 🫶
## 880                                                                                                                                                 @amli_art @illustrata_ai @joynxyz @bl_artcult Thank you, I will be glad if the work resonates in someone 🙏🤍
## 881                                                                                                                                                   Construction on #Q20ABus Both directions from 20 Av/131 St to 15 Av/College Pt Bl https://t.co/Nd71qiXHff
## 882                                                                                                                                                                                                   @amli_art @illustrata_ai @joynxyz @bl_artcult thank you 🫶
## 883                                                                                                                @ppnaraviet Why did Jojo allow another couple in his first Bl series and not just one?I'm honestly confused because… https://t.co/IXnoiahr0a
## 884                                                                                                                 @DisTrackers @notoriousseemys Nice during Black Friday, I was only able to find was Superman and not the rest plus… https://t.co/UM1cjN1LPY
## 885                                                                                                                 @WrestlingHumble Some child just got into a hissy fit with me yesterday for suggesting Solo isn’t as indoctrinated… https://t.co/N5dBetGZi5
## 886                                                                                                                Lol but fr his editor likes many bl fanart on his tw while Fujimoto just troll his editor so maybe that's why he ad… https://t.co/YK594zfwYx
## 887                                                                                                                                            @oakroyd @Stixx1979 @clesliephoto My nan and grandad lived on Hoole Road, next to the swings opposite the shops.
## 888                                                                                                                                                   @Nika_Rakhmanova @illustrata_ai @joynxyz @bl_artcult lovely in their simplicity, thank you for submitting
## 889                                                                                                                      @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/YxwkSlZWX9
## 890                                                                                                                                                                             @glossbol Some what? Bl? 😭\nWatch:\nHistory 2: crossing the line\nITSAY\nNot me
## 891                                                                                                                 Y’all remember this BL couple named “earthmix” I think it was? Haven’t seen them act in anything for a while. Hope… https://t.co/8QsByGSuB8
## 892                                                                                                                @prostov_gordey @illustrata_ai @joynxyz @bl_artcult basically the summary of my 20's, so I relate to this hard. I l… https://t.co/hy13E3pbwF
## 893                                                                                                                          Roshe Cosmetics &amp; BEAT School of Makeup Artistry \rPikesville, Maryland @RosheCosmetics #Blackpreneur… https://t.co/5puZkwYNv8
## 894                                                                                                               @BL_MadeDigital Beautiful ❤️\n\nnow do the Hodgson Collection form Nepal. it is a crime that all of the items are lan… https://t.co/f2Vur6aoGm
## 895                                                                                                                Let's vote! We have a chance to give them more exposure through social media. Don't forget to share the link to get… https://t.co/lKYjJmil2N
## 896                                                                                                                                                                       Mfs really just accepting K*iri Bl*ck into the community again.\n\nCAW never changes.
## 897                                                                                                                 @artmarteau @illustrata_ai @joynxyz @bl_artcult happy to hear you are in the clear! Sometimes the dread of a thing… https://t.co/wcKC2jwNIs
## 898                                                                                                                also hello if you enjoy BL but also deeply fucked up sympathetic pretty boys and are NOT EASILY TRIGGERED (I cannot… https://t.co/UlfomziqEF
## 899                                                                                                       🏆 #ETF Top Gainer - Details📊\n\n👉 Ticker: $EVAV\n\n🔎 Name/Issuer: Direxion Daily Electric &amp; Autonms Vhcls Bl 2X Shs\n\n📈… https://t.co/1qvpe8xOLX
## 900                                                                                                                                                                                                         @OkumiyaKanji oh like bl in general? hell yeah i am
## 901                                                                                                                 Please vote for MileApo! They're now 4th. 🙏\n\n@milephakphum : #MilePhakphum\n@Nnattawin1 : #Nnattawin\n#มายอาโป\n\nhttps://t.co/pw6juN1yv3
## 902                                                                                                        Blank Comic Book: Create &amp; Draw Your Own Comics &amp; Graphic Novels - No Speech Bubbles - Each Page Is Blank On Back T… https://t.co/zeVf03D7qN
## 903                                                                                                                                                      @NftSunage @illustrata_ai @joynxyz @bl_artcult sun! love it! so happy to have you in the competition 🥰
## 904                                                                                                                Anyone else surprised not to see PP? like how did some of this other BL actors make it to the list over him? He has… https://t.co/1LsUHstAB3
## 905                                                                                                                      Being an actor in a BL series is more than being an actor- you’re also a social media influencer\n #WAROFYEP18 https://t.co/62EVuOrii6
## 906                                                                                                                                                                                                                                        @seni_bl …stets\n😅🙈😄
## 907                                                                                                                                      @DreamingSondos @illustrata_ai @joynxyz @bl_artcult a horrifying reality to have to live in, thank you for submitting🥰
## 908                                                                                                                                                          @CFCBuddy @CFCPys @AlexisBernard10 @le10sport He’s branded as busquets…by you he was Bruno before.
## 909                                                                                                                                   @prananon Aaaa!! OMG! I never ever had any BL fan from Bangladesh. Well only one, who already left the country years ago.
## 910                                                                                                                                                                   @mickey_mooo @ATPiness It’s called The Gifted! It’s not a BL but it’s really really good!
## 911                                                                                                            The Metabo 18 V Cordless Tapper GB 18 LTX BL Q I! \n\nFast and uninterrupted tapping and cleaning of threads ✅ \nMetab… https://t.co/KSLpjRvnH2
## 912                                                                                                              should i finish to day 30 😳 i’m gonna stop now to get on with my day! \n\nthis is inspired by a thai bl drama i’ve be… https://t.co/h7IBMvBa4r
## 913                                                                                                            veve_official: Hey #VeVeFam! No Community Update this week - we're going to combine the Nov &amp; Dec editions due to t… https://t.co/7JbIMC8HCd
## 914                                                                                                                                                                        @mazinflow @illustrata_ai @joynxyz @bl_artcult great concept, thanks for submitting!
## 915                                                                                                                             It's DISCOUNT TUESDAY #BloomingdaleIL, tickets are ONLY $4.50 all day today. (Taxes not included)\n\n🎟️… https://t.co/5WaSc7hm1i
## 916                                                                                                                    "How’d You Two Become a Couple While Gaming?" is an absolutely perfect comic! It's living rent free in my head!… https://t.co/KiYN1PNqyY
## 917                                                                                                                 @artificialis6 @illustrata_ai @joynxyz @bl_artcult Oh, I've seen this one before in some other competitions and it… https://t.co/UfaxxTxGi4
## 918                                                                                                                                                                                          @oakroyd @Stixx1979 @clesliephoto Thought I was back on the Woody😉
## 919                                                                                                                 @The7Moons @illustrata_ai @joynxyz @bl_artcult definitely relate to this, sometimes I get swept up in a the horror… https://t.co/Uc5NWra7gu
## 920                                                                                                                                 The manhua has been feeding us so well\n \n#emotion #illusrtationart #bl\n\nhttps://t.co/XDr34qgArx https://t.co/rCTXvnxLb6
## 921                                                                                                                                  Manhattan Comfort Element Velvet Dining Chair In Blue Finish DC030-BL https://t.co/8hEsJheKeg eBay https://t.co/AE1bR0aaUk
## 922                                                                                                               Interestingly, I've got @tinyrebelbrewco Clwb Tropica lined up. Welsh beer innit!\nMust be my undoubtedly Welsh gene… https://t.co/0QxZYa0FUg
## 923                                                                                                                 @DredgenLudwig @GlurakRequiem @Kujay_ Literally. Before BL launched, I could just land on a random planet and have… https://t.co/f0HMy2BkEB
## 924                                                                                                              The first edition of Hime-Sama's BL Review Corner is here!\n\nThis is one of the types of longer written content only… https://t.co/0B75FTTPGv
## 925                                                                                                                 The British Library's Treasures in Full electronic resource has a web page dedicated to William Caxton's first and… https://t.co/uWW2sE5bpD
## 926                                                                                                                      @petravoice @illustrata_ai @joynxyz @bl_artcult There is something so moving captured here, I love it, especially the choice of grain.
## 927                                                                                                                      @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/yeTk9qn12m
## 928                                                                                                                                                                                                                     @BoroKayaker @edinburghcastle Cheers BL
## 929                                                                                                                Collapsible Silicone Hair Diffuser Attachment- SindycurlsMagic Lightweight Portable Travel folding Silicone Diffuse… https://t.co/8bSnEZ17HR
## 930                                                                                                                Listen Live Now on https://t.co/mv8YVs5Qgy: El Dolorcito De Mi China by Arsenio Rodríguez / You feel FANTASTIC .You… https://t.co/t6zKz1TviH
## 931                                                                                                                Fullway HP108 All-Season High Performance Radial Tire-235/45R18 235/45ZR18 235/45/18 235/45-18 98W Load Range XL 4-… https://t.co/UYaLQNdcYD
## 932                                                                                                                      @CrazerArts @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS… https://t.co/KLhaLxehmY
## 933                                                                                                            🎊 NEW RELEASE 🎊\n\nOTOGI - TALES OF HUMANS AND DEMONS\n\nTengu, fox demons, shiranui, dragons, and cursed swords abound… https://t.co/WA3joGhIv8
## 934                                                                                                                @oakroyd @Stixx1979 @clesliephoto A fella chucked a telly out of the flats. Smashed about 2metres from my head. Fcu… https://t.co/Z1cIbHH3kr
## 935                                                                                                                                                Fragola 491961-BL Black Size (-6) x 10mm x 1 0 Weber Male Adapter Fitting XWKZQ2I\n\nhttps://t.co/2NlUE6eVQI
## 936                                                                                                                @Noeul_lee6 Rest well, Noeul! Take care of yourself first and everything else can wait. We'll always be here by you… https://t.co/9zdElHxkfN
## 937                                                                                                                       Check out FLYILY  Tankini Set Removable Pads with Boyshorts Size L BNWT Ladies Swimwear Bl https://t.co/Jw9rGhH8TK #eBay via @eBay_UK
## 938                                                                                                                                                             Fragola 231206-BL Pro-Flow Black Size (-6) 120° Hose Fitting JJHNVNW\n\nhttps://t.co/WFTNLmL147
## 939                                                                                                                                                                            COSY SHORT AVIATOR BLACK $118.25 https://t.co/HVtnSky6OI https://t.co/mQ5eolCJqR
## 940                                                                                                                                                                                                                                       @GMMTV BL OF THE YEAR
## 941                                                                                                                                                                      There's a dire and urgent lack of tall hunky puppy boys in live-action BL adaptations.
## 942                                                                                                                                                                                                                          @Jgy_hi Bad Buddy, una serie BL 📱🐇
## 943                                                                                                                                                                                                                           @HarryMcNally00 Stayed dry innit?
## 944                                                                                                                                                                                          @cjames203 @Conservatives @grantshapps Divvies dragging their feet
## 945                                                                                                                                                                               @joshieesworld So, does this means your own BL comic will have smut scenes?😌😏
## 946                                                                                                                Industrial Semi Flush Ceiling Light, 2-Light Square Flush Mount Ceiling Light Fixtures for Kitchen Bedroom Farmhous… https://t.co/p6flHULdUG
## 947                                                                                                                      Y'all truly be acting like managers for these bl actors... y'all ain't getting that check at the end of the month just go outside 😭😭😭😭
## 948                                                                                                                                                                                                                             watched 3 bl drama in a day 🥰🥰🥰
## 949                                                                                                                                         @perthalicious @lucidvelvet he does look like hes about to attend gmmtv2023 after hitting gold on his first ever bl
## 950                                                                                                                                      The answer to this problem is GOD'S CREATURES. That's a message and delivery I can get behind. https://t.co/FI6TvwKT2X
## 951                                                                                                                                                                                              @The7Moons @illustrata_ai @joynxyz @amli_art This. Great work!
## 952                                                                                                                        @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/g0cNm6462d
## 953                                                                                                                                                                   I want a make a helpful thread for any of my followers getting top surgery or a BR/BL 🫶🏾♥️
## 954                                                                                                                                                                                                                               @Nathaan_Alvees Calma bl 🤦🏼‍♂️🤣
## 955                                                                                                                       Day 3 of waiting for #CherryBlossomsAfterWinter Season 2 announcement... Or at least another BL project with… https://t.co/3Fmk6Zjtr2
## 956                                                                                                                                                                                               @netflix omg i didn’t notice one of the teletubbies was bl@ck
## 957                                                                                                                                                                                                             @cutefemcel WHAT?!?! don’t me omg bl is so good
## 958                                                                                                                                                                                      @ericswalwell Sir, you need not say more!!!!!!!!! YOU BL HAVE MY VOTE!
## 959                                                                                                                @bl_artcult @inigma_a The difference with prompts used on any other source vs midjourney V4 are phenomenally except… https://t.co/NasqiH1R7y
## 960                                                                                                                                                                                         I'm still think about the christmas movie but make it bl/gl idea...
## 961                                                                                                                 @Fulgur_Ovid Same.☺️I have a whole bookshelf to hold my book. I love all of them💓 Most of them are BL, as well as c… https://t.co/2Po9mThE2f
## 962                                                                                                               His death warrant is signed and who signed it but I, when I committed my first mortal sins…\n\nBl. John Henry Newman. https://t.co/H5p2kofVBu
## 963                                                                                                                                                                         bysmaou swte bl tram byjo bi salmo aalye mn yom w rayeh mbae ehke bl public places😪
## 964                                                                                                              Second best game in the Borderlands series is the first one. And once again, the theme song for it.\n\nAlso, for BL 1… https://t.co/4vt5dwwGup
## 965                                                                                                                                                                                         @Bl_Clark This thread is saved to your Notion database.\n\nTags: []
## 966                                                                                                                                              So I made some Bramble gin...it's pretty damned good..\nBack onto beer for kick off🤪😂😉 https://t.co/2GHP1Qb3qw
## 967                                                                                                            Title: Ghost Host Ghost House\nVideo: Directors Cut special clip #1\nCountry: 🇹🇭 Thailand\nPlatform: Youtube\nEnglish S… https://t.co/59dW39rauD
## 968                                                                                                                @clumsyMusiNette @urfavcatpun no he'll just be going away its only to protect LB and CN's identities plus he'll com… https://t.co/roaNLn4deN
## 969                                                                                                                                  Eastbound 6-car BL/New Carrollton Train 454 has been holding at Foggy Bottom-GWU on track 1 for at least 5 mins. (12:45pm)
## 970                                                                                                                                  Eastbound 6-car BL/New Carrollton Train 454 has been holding at Foggy Bottom-GWU on track 1 for at least 5 mins. (12:45pm)
## 971                                                                                                                        @bl_artcult @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps… https://t.co/uenXFpvkoC
## 972                                                                                                                                                                                    do you have any single volume manga? — only bl \nhttps://t.co/m4Mapi7YHH
## 973                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult Propaganda\n\nMy picture is about not believing everything you hear. An… https://t.co/72CSrKWRyy
## 974                                                                                                                                        Michelle Yeoh should also be up for Best Supporting Actress in Minions: The Rise of Gru but The Academy isn't ready.
## 975                                                                                                                Need me BL or GL where they both have an unhealthy obsession with each other, the top is intimidating and possessiv… https://t.co/IgCBBkde9y
## 976                                                                                                                @SUMMERKN1GHTSS Lira was both flabbergasted and humored by the others reaction. Her lips curled in between her teet… https://t.co/aqYE1KfsB8
## 977                                                                                                            Title: War Of Y (Directors Cut)\nEpisode: 18 (of 20)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nPlatform: Youtube (… https://t.co/31yrvAF1Xs
## 978                                                                                                                                                                                                                            @OtisKirk23 Are his intials BL??
## 979                                                                                                                                                Apparently I read comics now\n \n#Chup #BL #TodaysWebtoon\n\nhttps://t.co/jBVtlgQSA7 https://t.co/7O2ggv3ex1
## 980                                                                                                                                                                                           @chuushi_ It's from a bl comic I'm currently reading on lezhin...
## 981                                                                                                                                                                                           @mazinflow @illustrata_ai @joynxyz @amli_art Fascinating, cheers!
## 982                                                                                                                 @kthversaces Did you just waste your time on bl!nks?? Lmao even they know whyG pays their faves' way lol by paying… https://t.co/yBabfkEN5w
## 983                                                                                                                                         @acequinz We got kamen rider black sun that out this year being our BL to toku pipeline lol https://t.co/bdVA2a3VjS
## 984                                                                                                                                                                                                 @illustrata_ai Lol that's why I'm always 🫠 but also 🤯 and 🤪
## 985                                                                                                                @pearl_nikkie there are some if you searched "perth chimon" here in twt. so many bl stans were newly born from c0vi… https://t.co/tokxEfQvpM
## 986                                                                                                                          @amli_art @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni… https://t.co/RFknkBtmzE
## 987                                                                                                                                             @CyUngovernable @kareem_nasser @bey_today Their names are stated bl article. Karl bou rjeily and melissa samaha
## 988                                                                                                                                                                                 CHICAGO. 5 DAYS. \nTICKETS: https://t.co/tghgZRfTi9 https://t.co/QQmkgX5n1U
## 989                                                                                                                                                                                     @AnarchisticCloa hot pink, pink, orange, grey, purple, red, and dark bl
## 990                                                                                                                                                                                                 @BL_Scenery Have patience, the series is not even out yet 😂
## 991                                                                                                                                                 @_Captain_Duck No you don't.... Well toku to bl and now bl to toku???\n\nThe pipeline becoming two sided???
## 992                                                                                                            Title: Never Let Me Go\nVideo: Official Trailer\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nBroadcast Platform: GMMT… https://t.co/0KrJ72bTx7
## 993                                                                                                                @learn2bbettr If there were any police officers watching this series, they would either be insulted or have good la… https://t.co/2gzmYKHJH9
## 994                                                                                                                 @JaymesHanson Well chainsaw man hasn't grabbed me yet 7 episodes in, I don't see why so many people were hyping it… https://t.co/OmyWZX2ikM
## 995                                                                                                                                   Gonna do some comic reading\n \n#artistsontwitter #commissionsopen #BL\n\nhttps://t.co/Z6wBNnlFwU https://t.co/0EqnPX8RQb
## 996                                                                                                                                                  @Di0rX0xo Even if your are not a bl!nk, your account still following accounts that drag BTS day and night.
## 997                                                                                                                                                                                                                 @fellrunningguid Looks like a lake, superb.
## 998                                                                                                                You can tell some people have never been bullied before with the way they write stories sometimes 😭 it’s so prevale… https://t.co/eAYWIs87en
## 999                                                                                                                  Trust me! You'll get addicted to this story!\n \n#artistsontwitter #commissionsopen #BL\n\nhttps://t.co/ZlpzmWM1Wp https://t.co/BeMHIvp1lI
## 1000                                                                                                               Today is GIVING TUESDAY! Your gift gives BL the financial ability to provide tuition assistance to deserving studen… https://t.co/jUFOQwjRrp
## 1001                                                                                                                               Prothane 1-1107-BL Black 1-1/8" Front Sway Bar Bushing Kit for YJ DZWXNQX\n\nhttps://t.co/cqS92yH7OE https://t.co/mfZsEAKrQz
## 1002                                                                                                                      I've been completely addicted to ONEPIECE and The President's Private Secretary\n \n#HanYuan #plzsupport #BL… https://t.co/qfa1MlAFq2
## 1003                                                                                                         Title: Choco Milk Shake\nEpisode: 9 (of 11)\nCountry: 🇰🇷 South Korea\nEnglish Subtitles: Yes\nPlatform: Youtube\n\nEpisod… https://t.co/Bltyq0Edll
## 1004                                                                                                                                                 @oakroyd @Stixx1979 @clesliephoto Worked in the Mecca bingo at Red Road a couple of times. I was petrified
## 1005                                                                                                                Fit Tesla Model Y Spoiler Wing Performance Car Rear Spoiler Trunk Lip Kit Tesla Model Y Accessories 2020 2021 2022… https://t.co/HxrEFS9KEy
## 1006                                                                                                               I love the art style in "Does Love At First Sight Exist in E-Sports?" so much! It's gorgeous! The character designs… https://t.co/Th76LW6GkF
## 1007                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult Stay with me \n\n“Unable are the loved to die. For love is immortality.… https://t.co/GoYJL4wiqT
## 1008                                                                                                                                                                                                  @alanbullion2 @carolcoulter3 Cnuts the lot of them. Utter
## 1009                                                                                                                                                                               @fort_fts Love you too, Honey! Happy birthday again! https://t.co/EdnUdC3VJB
## 1010                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult (2): The side character I created in the visual story I am telling wi… https://t.co/BntVSiramT
## 1011                                                                                                                                                                                              @GQThailand @bl_hkg @milephakphum @Nnattawin1 Love you guys 😘
## 1012                                                                                                               My first official introduction to BL: a story about a wizard and a vampire. (The classic black cat-golden retriever… https://t.co/V42uXsTBf6
## 1013                                                                                                                                                                                                        @salfordbeerfest Put the milk on your front step...
## 1014                                                                                                       Title: AiLongNhai\nEpisode: 10 (of 12)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles: Yes\nPlatform: YouTube (free) &amp; IQ (VI… https://t.co/Y1f1IEHpcK
## 1015                                                                                                                                                                          @ManekiNekoAIArt Gorgeous as always. Congrats on the recent BOOST! Well deserved.
## 1016                                                                                                                                                     @qyenmeo It was so cringe man. The cringiest thing until the BL shipping tournament attacked this year
## 1017                                                                                                          English subtitles now added....\n\nTitle: To Sir With Love\nEpisode: 16 (of 17)\nCountry: 🇹🇭 Thailand\nEnglish Subtitles… https://t.co/MbQVB5Kx7P
## 1018                                                                                                                                                                                          @ric_wonders @AllBiteNoBark88 Yes it is.\nhttps://t.co/98l23Vpqqk
## 1019                                                                                                              Veteran skill = YOUNG maker! @AndrewKSmithKnives may be precocious, and for that we are thankful!\n\nLook closely at… https://t.co/vzlkH3LT5F
## 1020                                                                                                                @Aeriel_dear Saw one of the voting website for best BL couple and see the two name pops up. Scared the shit out of… https://t.co/rH9Txvps6N
## 1021                                                                                                                                                                                                                                need kento yamazaki on a bl
## 1022                                                                                                                                                          @AllBiteNoBark88 Here's a link for the doubters \nhttps://t.co/98l23V7hcc https://t.co/usVBxorNmb
## 1023                                                                                                               ngl idk what some of yall mean when you say "its ok if youre a woman who reads a lot of bl and yaoi but NOT if your… https://t.co/MDcuKaGRw8
## 1024                                                                                                                                                                        very cool and inviting6. There were soft, bluey-green bl    https://t.co/AtKGJxeNqy
## 1025                                                                                                                           Haute Decor Adapt Adjustable Length Wreath Hanger - Matte Bl...\nPrice: $11\nRating: 4.6 out of 5 stars… https://t.co/qyrGMnUiXE
## 1026                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult 1st submission \n#expressionwithmeaning  \n\nSometimes emotions trapped… https://t.co/oqhekNKl6A
## 1027                                                                                                                                                                                 2022 TOPPS Museum Collection Bl #ad #baseballcards https://t.co/ovvax430Dy
## 1028                                                                                                               @milfdreamers PLEASE check out his cooking bl miniseries on YouTube if you haven't cause I've been slowly dying ins… https://t.co/Z05PPKPE6y
## 1029                                                                                                                                                                                            @Fulgur_Ovid OMG,Lmao,Do you like to read the other's BL story?
## 1030                                                                                                                                                                                            CAD: 12:21:28*Smoke Investigation*23529 PATUXENT BL, CALIFORNIA
## 1031                                                                                                                                      https://t.co/WFCEd2Sm3M - it says it’s free\nBritish Library (or any #library \nGood luck \n😀 https://t.co/gaEfrvvWCX
## 1032                                                                                                                                                                                            @midknightmoodz @bl__bts_ Hey...that better be pointed at me 🤣🤣
## 1033                                                                                                                                                                                                                @Alu_Morgenstern Yeah, but that's on 2023 😭
## 1034                                                                                                                                                                                                                                        @YacoubaSg BOSS 🇸🇳👏
## 1035                                                                                                                                                                      @huntzworld Wait how do you know they’re friends? How does cha eunwoo know bl actors🤨
## 1036                                                                                                                                                           You should be proud of Nadav Lapid as I am. \n\nSo keep your mouth shut. https://t.co/EvkQkhLOyN
## 1037                                                                                                            n pure\nazure, but now it was dominated by a single gigantic, swirling,\nbl\n_ounass_promocode_promo_bath_and_body_wor… https://t.co/B8ztYpYX0d
## 1038                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult My participation (1): Generated with my photo. Reflecting real emotio… https://t.co/kYxnTCu4gF
## 1039                                                                                                                                                                              @Fulgur_Ovid What?Why is all the BL comic book?(sorry if my English is wrong)
## 1040                                                                                                                                                                                                                                                    BIG LLC
## 1041                                                                                                           Sunday 27th November 2022 (3/3)\n\n🇹🇭 Between Us: Episode 4 Cut Version\nYoutube Free\n1/4 https://t.co/iZNTG8NokM\n2/4… https://t.co/hz4Zi2W4Pp
## 1042                                                                                                          Sunday 27th November 2022 (2/3)\n\n🇹🇭Fahlanruk: Episode 12 (FINALE)\nGaga https://t.co/CkB4uP4AU5\n\n🇹🇭Between Us: Episo… https://t.co/jSPemELeA9
## 1043                                                                                                          Sunday 27 November 2022 (1/3)\n\n🇹🇭Ghost Host Ghost House: Behind The Scenes\nYoutube https://t.co/LVBuZFssiO\n\n🇹🇭Remem… https://t.co/oyFIsJe008
## 1044                                                                                      #恨君不似江楼月 #KillerAndHealer #江枫余火 #MaoZijun #茅子俊 #YiBochen #易柏辰  #SCI谜案集 #季肖冰 #JiXiaobing #高瀚宇 #GaoHanyu #SCIMystery… https://t.co/Y7JK9EgSQx
## 1045                                                                                                               “Your obsession with BL dramas is weird!”\nMe: What’s so weird about it? It happens in real life with other people.… https://t.co/sl6nIuTuYM
## 1046                                                                                                                 Final sketch of Alia Bhatt 😍😍 \n#artwork #ArtistOnTwitter #pencilartist #pencildrawing #graphitework #charcoalart… https://t.co/vrNSU1mgOW
## 1047                                                                                                               There's a darkness to the first trailer of #NeverLetMeGoSeries (esp in the music and the featured scenes) that work… https://t.co/DimlvL7AtF
## 1048                                                                                                               More than 8,000 items have passed through our conservation studios this year, including the written record of Eliza… https://t.co/6RCzrYKACE
## 1049                                                                                                                                                                                                                              indie https://t.co/UYnZnbodjT
## 1050                                                                                                                                                                                                                   @Gerashchenko_en The ravages of vodka...
## 1051                                                                                                                                                                            theyre doing these pics like this show is a bl is crazy https://t.co/kXuQljTf26
## 1052                                                                                                                                                        Check out the new comic book from @VoyageComics all about Bl. Carlo Acutis! https://t.co/Z58c1WgU1g
## 1053                                                                                                                                                                                  @bl_artcult lol I’m pretty sure I would be 😵 with that much caffeine! Gm!
## 1054                                                                                                                                                                                                                                   @BL_Scenery Team Green 🥰
## 1055                                                                                                                        for cuddl3,kis*ing,bl*wjob dm/wa 088220150793 #availsudirman #availlebakbulus #availcipete #availfatmawati… https://t.co/rtG7tHQUA8
## 1056                                                                                                                                                                                          @nobunny_y The new mafia bl series from GMMTV with PondPhuwin 🤨😂😂
## 1057                                                                                                                                                                                                                                            @Aiden_bl Prime
## 1058                                                                                                                                                                                                          What kind of... bl manhwa did i just stumble upon
## 1059                                                                                                                  @inigma_a @delta_sauce @DreamawayPsd @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni @walasavagephoto… https://t.co/iglZm0Cpig
## 1060                                                                                                             @NYSTATE0FMIND @jemelehill 1. Have you searched for it?\n\n2. Obama denounced Minister Farrakhan in February 2008, tw… https://t.co/1O319i9hpV
## 1061                                                                                                                               fr cuddl3,kis*ing,bl*wjob dm/wa 088220150793 #GadingSerpong #Serpong #aeropolis #massagefullservice… https://t.co/2WLaxKIEEk
## 1062                                                                                                                                                                             CLOSED MULE SATIN BLACK $70.00 https://t.co/g1e4JtgH8a https://t.co/Dn7pnWzZrJ
## 1063                                                                                                                                                                        @midknightmoodz @acirehgiel I am not single but I can be one for you, Dragon.😘😘😘🤭🤭🤭
## 1064                                                                                                                            @BL_Scenery Don't worry, we're getting Our Skyy with them, so basically GMMTV already spoiled that it will have a good ending 😅
## 1065                                                                                                                                                                                                                           @garumaniax_BL Wow that's steamy
## 1066                                                                                                               Throwing all of this together yields something like this. Observed cell motions are responding to the rapidly evolv… https://t.co/ADrfuo4EbO
## 1067                                                                                                              BREAKING - A protester is currently scaling the Ritz Carlton tower in DTLA\nWe have a photographer on the way to the… https://t.co/LP1aLUBEiC
## 1068                                                                                                                @avvinatore @Nelsonali @VinousReverie @DominiqueHornig @CambWineBlogger @SusyAtkins @PlanetVictoria @TheKirstenMac… https://t.co/bby1g0LiRf
## 1069                                                                                                               @iiiBlueApple @PaulTassi Honestly, it will feel goofy in a seasonal story most times. The only credible seasonal th… https://t.co/owJuq84D14
## 1070                                                                                                                                                                                                                            Bl love https://t.co/grT8d8xslI
## 1071                                                                                                                     "Mr. Heart" was such a good BL without being overly complicated. If you enjoy BLs please check out this series https://t.co/NFxWxNfpkK
## 1072                                                                                                                                                                                                                         @Aiden_bl @Zakariyaaa_ Trisomie 21
## 1073                                                                                                                                                                                                                         @FreeUkraine91 A very nasty one...
## 1074                                                                                                               for cuddl3,kis*ing,bl*wjob dm/wa 088220150793 #OpenBO #openBOtangerang #openbojakarta #openBOjaksel #availtangerang… https://t.co/S2BnETgGUR
## 1075                                                                                                               Factory-cut BL/backlight single universal backlights round/convex/concare lens bead  3V/6V 1W/2W with wire and pack… https://t.co/nb8wJ0oK6n
## 1076                                                                                                               @TrinaTr00366042 @MSuppasit nieces and all the people I know don't like her voice, on her music there is a lot of a… https://t.co/VOhxqiiIA6
## 1077                                                                                                                @Arikairene1 But you should also know that a lot of Army, KTSs and TKKs joined because of shipping videos. I am an… https://t.co/Cp8l8FL4LB
## 1078                                                                                                                   @jenamonroll Nooo... don't do this 😵‍💫😵‍💫 now everytime I read this BL I'm gonna thinking they are nomin (with the real face nomin!! 😵‍💫😵‍💫)
## 1079                                                                                                                (I always think about it when takes about "more original bl series" and "fewer school dramas" come up on my tl, bc… https://t.co/xm7dUMdahM
## 1080                                                                                                                                                                                    @griffwebber Cheers pal. May the best team win. https://t.co/9xVxF4KwSa
## 1081                                                                                                                In MW5 I got a new black knight it the BL 6b KNT this a STDF royal battle mech regiment it a heavy mech it a great… https://t.co/exd1Y1grnp
## 1082                                                                                                                                                                                                                   @JazzEFC Hope you're good to go tomorrow
## 1083                                                                                                                     Prothane 19-919-BL Black Straight Shock Mount Bushing with Sleeve - 2 Piece YSAJLWY\n\nhttps://t.co/mJcONPEhm7 https://t.co/JCoQzedKJ2
## 1084                                                                                                               @BitsHammer Ah yes Sisters of Silence with their massive 1 box of model options (outside a BL dual character kit) a… https://t.co/LeKyVW3Bkw
## 1085                                                                                                                                                                                                         @EnglishmanAdam @DanielaNadj @flyingstraight Smart
## 1086                                                                                                               There needs to be more Shouto x Miruko/Rumi. I'm guessing Shouto is under the curse of being a fujo exclusive BL ch… https://t.co/YimWhumddz
## 1087                                                                                                                                            Prothane 6-1168-BL Front Sway Bar Bushing Kit, Black M92QRCD\n\nhttps://t.co/i7oIWm3nE8 https://t.co/6pauWC7u42
## 1088                                                                                                                                         Prothane 19-1721-BL Black 2" X 2" Shock Reservoir Mount 27OAZF0\n\nhttps://t.co/oFkNrAdpkw https://t.co/EJiTF8iyUt
## 1089                                                                                                                                                           Prothane 7-142-BL Rear Sub Frame Bush RFJZ3BC\n\nhttps://t.co/g9XeErLcrg https://t.co/WnBvcz0W7H
## 1090                                                                                                                              PROTHANE 7-1909-BL Black Urethane Motor and Transmission Mount Kit TO2MENP\n\nhttps://t.co/WPzJXYNWXV https://t.co/tQIni8dSC2
## 1091                                                                                                                               No!!! Not him exposing the ending of the series 😭 Its not even release yet 😭\n\n#NeverLetMeGoSeries… https://t.co/d29frExl7F
## 1092                                                                                                                @kildozer666 @Benjjjyy Y1?? TWQ was better than BL, Shadowkeep, or CoO/Warming, with a cohesive story, challenging… https://t.co/z5AlCAr8MQ
## 1093                                                                                                                                                                                                                      @GeEkMyTh_ETH GM! Safe travels lffggg
## 1094                                                                                                                                                                                                           @RobBully Was one of those who checked a welder?
## 1095                                                                                                                                                                                                        @soupdoodlee i have a friend that loves bl stories…
## 1096                                                                                                                @hey_halvy @HistoryBoomer I can tell you exactly as I’m a L critical lefty who hears this shite all the time - any… https://t.co/isCviv9h8B
## 1097                                                                                                                                                                                                                Really like this BL https://t.co/GaubBmiORr
## 1098                                                                                                                                                                           Bl*ck fr*day/c*ber m*bday being right before bills are due is kinda intense, no?
## 1099                                                                                                                              This awesome comic deserves more attention!\n\n#BL #boylove #aiartcommunity\n https://t.co/0h23FIzFSZ https://t.co/Exq45wN1JY
## 1100                                                                                                                                                               @Brianmannphoto There's no crash if you keep drinking coffee all day https://t.co/A7WpCjIcV2
## 1101                                                                                                                                                                                             Hhh good bite  hhhhhh 9ritha bl fr hhh https://t.co/z5S4keVhTu
## 1102                                                                                                               @bubbleMeU @lepetitmenoii @buildsbible in BL? im not so sure about that. VegasPete is MUCH darker than anything oth… https://t.co/4lathnVNQ6
## 1103                                                                                                                                                                    @AntonyRowntree Wrong side of Leeds for me, until today....heading there on next visit.
## 1104                                                                                                                           Leipzig midfielder Caden Clark will most likely not return after his loan at NY Red Bulls, according to… https://t.co/2EhjNDAzga
## 1105                                                                                                               BB Israeli leftist leave India immediately. India loves Israel. But not any bl..dy leftist either from Israel, Amer… https://t.co/o6yahcXP6r
## 1106                                                                                                                                                                                                                @bl_artcult Truly appreciated, dear Black 🙏
## 1107                                                                                                                                                                                                                                              BL! Bad Luck!
## 1108                                                                                                                                                                                      @Arezou69195500 @bl_artcult @lamengana @pneumaninesix Many thanks 🖤🌹🤩
## 1109                                                                                                                                                                                                                                 @tilldxown bl overrated fr
## 1110                                                                                                                                                                                                                     @bl_artcult Window Panes in my coffee.
## 1111                                                                                                                That's an awesome pic BL. Blowing snow here at the moment...25-30 expected next 24 hrs and it's still November 😳😳.… https://t.co/nZFuOe3sCM
## 1112                                                                                                                        Saturday 26th November 2022 (3/3)\n\n🇹🇭 Big Dragon: Episode 8 (FINALE)\nGaga https://t.co/A6xm3Iu286\nViki… https://t.co/bXZuyoVEpq
## 1113                                                                                                                                  @bl_artcult ahaha cant wait that long 🤣🤣i always need to try the new shinny toys right away ahaha https://t.co/MZoKk67uyy
## 1114                                                                                                                                                                                                                @TohsakaEnjoyer bl but Inazuma 11 negs both
## 1115                                                                                                             Saturday 26th November 2022 (2/3)\n\n🇹🇭 Hard Love Mission: Episode 7 (FINALE)\nWeTV\n1/2 https://t.co/s7unstsDzW\n2/2… https://t.co/UMIN3HjzBB
## 1116                                                                                                                                                            $KSCP - Knightscope (Nasdaq: KSCP) Projects Tripling Annualized Revenue https://t.co/Z7RJRP32mg
## 1117                                                                                                             @camilahoover3 @tiim1_a @BTS__Universe Then Money is Teddy Oppa ft. L!sa right ?? \nSince he has all the credits \nAl… https://t.co/5E3FmnsbUB
## 1118                                                                                                             The Most Handsome BL Actors 2022 – Vote Now\n\nLet's stream Turn Off The Alarm to boost the mood #TurnOffTheAlarm son… https://t.co/kW2Cz1cQu1
## 1119                                                                                                                            When I'm not reading SPYxFamily, I'm reading Destined to Meet on the Trends!\n\n#SamandMax #BL #colour… https://t.co/KLB29r1oSX
## 1120                                                                                                                                                                                             @jisooyaswin But bts &amp; armys are for bl!nks more important
## 1121                                                                                                                                                                                                    @access_history @AntonyRowntree That looks the business
## 1122                                                                                                                    I keep seeing all these "top bl couples" lists since it's the end of the year. my favorite bl couple is porsche and the farmhouse bread
## 1123                                                                                                                                                                                                       @erta_14 @sue_____wq @brodgns your pfp from bl anime
## 1124                                                                                                                                                                                                @Jrect254 It depends is she is can't talk its only for BL 😉
## 1125                                                                                                               @Charlot94878566 @Dekacchann accept or acknowledge a BL ship. A queer ship. Because if one of those two boys were a… https://t.co/JbAQgUtj3Y
## 1126                                                                                                                                                                       New Story: Girls Middle School Basketball Splits with Edison https://t.co/Ey1RxvOu7e
## 1127                                                                                                                                                                        @AntonyRowntree @Stephen69330887 I'd be all over them. One of each and away you go.
## 1128                                                                                                              Check out this product 😍 LION Men's Premium T-Shirt 😍 \nShop now 👉👉 https://t.co/Y18tO0uIcp\n\n#tee #tshirt #tshirts… https://t.co/HUHVSKQ6OX
## 1129                                                                                                                                                                                                                  which bl is this? https://t.co/fNikQ8xt7e
## 1130                                                                                                                                                                                   @bl_artcult @illustrata_ai @joynxyz @amli_art thank you, Black label! 🙏💞
## 1131                                                                                                          Saturday 26th November 2022 (1/3)\n\n🇻🇳 The Star Always Follow You: Episode 1\nYoutube https://t.co/L4fB2TZXLs\n\n🇯🇵 Ete… https://t.co/vOxH8ih5UW
## 1132                                                                                                                                                                                                                                        @Lousanay Lets go ☺️
## 1133                                                                                                                                                                                Every second they watch a BL series someone d words https://t.co/QZ9YcOOYzx
## 1134                                                                                                                                                                                              @bl_artcult I switched to mudwtr. Best part no crashing after
## 1135                                                                                                                                                        @spinningzoo @LuxfordC @anarcho_goblin @OneShoup @clapifyoulikeme Sharing like bl**dy socialists! 😉
## 1136                                                                                                                                                                     @petravoice @illustrata_ai @joynxyz @amli_art A lot of depth here, thanks for joining!
## 1137                                                                                                               @CeMillbrook Huge congratulations to your school! Thanks so much for being a brilliant part of the project. We'd lo… https://t.co/s26efnXmF9
## 1138                                                                                                                         @MyBLCalendar Its just fun shipping them, imagine if the plot will twist 😁.\n\nLooking forward for them to sail, #GunSave couple 🥰
## 1139                                                                                                                                                                                                  @bl_artcult @illustrata_ai @joynxyz @amli_art thank you 🥰
## 1140                                                                                                               $KBH - KB Home Announces the Grand Opening of Nighthawk, a New Community Located Within the Prestigious Summerlin M… https://t.co/vuNDH2yMnN
## 1141                                                                                                                no like bengek hyungers who consume BL but also homophobic at the same time are so fucking weird i need them to be… https://t.co/Q1k2kInRf7
## 1142                                                                                                                                                                                                                @SharaRockett BTW are all these horror+BL??
## 1143                                                                                                               @inigma_a Honestly haven't had/taken the time to dive in on 2.0. All of this is so fast, it's a but overwhelming tr… https://t.co/C1KNyEUilu
## 1144                                                                                                                Human Hair Clip In Extensions 14 Inches 120g Natural Black Color Clip In Hair Extensions Real Human Hair 7pcs Clip… https://t.co/qtVeUgv8jO
## 1145                                                                                                                                                                                                      The best BL to the next round https://t.co/fvmbVzndAe
## 1146                                                                                                                  Sorry for not being on Twitter lately but yes, all BL shows are 99.5% up to date now... check them all out here:… https://t.co/HxnLSXkirm
## 1147                                                                                                                It's the most wonderful time of the year - the annual #GMMTV2023 showcase 🙌 Join us as we talk through all the #BL… https://t.co/RXsFjxRlu1
## 1148                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult pt.2 many of us, fragile souls once fell in someone's strong hands an… https://t.co/4dTLFFKdCI
## 1149                                                                                                            @illustrata_ai @joynxyz @amli_art @bl_artcult 1st submission\n\n"be careful when playing with the dark"\npt. 1 it's da… https://t.co/gRETU3vpqD
## 1150                                                                                                                                                      Construction on #Q27Bus Both directions from 46 Av/162 St to Kissena Bl/45 Av https://t.co/IGxbn4kQC7
## 1151                                                                                                                @BURBEARI @1mUsagi You know how you collect BL images imprinted into your brain to appreciate later when your on a… https://t.co/lrqfmKMlyw
## 1152                                                                                                               FINGERINSPIRE 3 Yard x 2 Inch Hook and Eye Cotton Tape Trim 1 2 inch Spacing Black Lace-Covered Tape with Largr Hoo… https://t.co/mXLX3OQ0Dy
## 1153                                                                                                               16 Pcs Pencil Sharpener Plastic Double Hole Colored Pencil Sharpener Manual Small Fun Handheld Pencil Sharpener Red… https://t.co/akjdwKcin2
## 1154                                                                                                                                                                                                                          @moondust_36 Absolutely stunning.
## 1155                                                                                                                                                                                                                      @bl_artcult I had to switch to tea. 😬
## 1156                                                                                                                                                                                        @WeAreWST @juddtrump @eurosport @discoveryplus Bl**dy outrageous!!!
## 1157                                                                                                                                             Like literally chill it’s not like there’s no tomorrow💀💀 #deardoormanhwa #blmanhwa #bl https://t.co/psw7EUNr0P
## 1158                                                                                                                         Dr. P, people…\n\nExposing the links between Calcium, Vitamin K2, and Plaque Buildup in Bl... https://t.co/aei92rImr4 via @YouTube
## 1159                                                                                                                 Tomorrows episode of BL is just beautiful 😍❤️ I can't express my feelings in words towards Rishmi RN. 😭 OMGGG they… https://t.co/j08NGSzQLM
## 1160                                                                                                               Bark Buddies Dog Barking Deterrent Devices, Handheld Pet Gentle Trainer Device, Bark Control Indoor Outdoor Trainin… https://t.co/TR6dWnI0O2
## 1161                                                                                                               Homebeez Modern Round Velvet Ottoman Foot Rest Vanity Stool/Seat with Gold Metal Legs for Kitchen Bedroom Living Ro… https://t.co/0EqtXGxtjW
## 1162                                                                                                                                                                                            been reading BL since 10am, 10pm rn but i wanna read more hhhhh
## 1163                                                                                                               i might starting to hyping up some BL content on my account from now on. if it bothers you, you are very welcomed t… https://t.co/OEjApWdqiA
## 1164                                                                                                                                          One of the best drawings of all time\n \n#kuroken #HanYuan #BL\n\nhttps://t.co/0X7lO6sizL https://t.co/djWi3hVGZa
## 1165                                                                                                                                                                         I think I’m going to stay on cb Twitter for now on because bl twitter is so toxic.
## 1166                                                                                                            VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3… https://t.co/HbqkJGUpRR
## 1167                                                                                                                                          Latin Percussion LP776-BL Vibra-Tone Large Indigo Blue RWSFYTQ\n\nhttps://t.co/joMdWowvcZ https://t.co/kwWEi8tdsD
## 1168                                                                                                                                                    Updated: Construction on #Q103Bus SB from 41 Av/12 St to Vernon Bl/Queens Plz N https://t.co/tBjCmNCMQ0
## 1169                                                                                                                                                                                                    Cleared: Construction on #Q103Bus SB at 41 Av/Vernon Bl
## 1170                                                                                                                                                                                                    Cleared: Construction on #Q103Bus SB at 41 Av/Vernon Bl
## 1171                                                                                                               @SoonerWerder @NaWerder @SvwOMYTfc @djmuller83 I get the sense you would need to make = or + what you think you may… https://t.co/A8kAZsOkol
## 1172                                                                                                               When I fell for you, I fell Hard\n\nKDLEX Sweethearts #RAWRAWARDS2022\n\n#AlexaIlacad |  #KDEstrada \n#KDLex | #PETAWalangAray \n\nBabiii bl
## 1173                                                                                                                                                                   @uchihagli Oh hii there BL stan...only y'all could stop so low it's expected from y'all🤭
## 1174                                                                                                                                                                                                                                     @bl_artcult Been there
## 1175                                                                                                                                                             Construction on #Q103Bus SB from 41 Av/12 St to Vernon Bl/Queens Plz N https://t.co/tBjCmNCf0s
## 1176                                                                                                                "Lemon Lightning" is an absolutely perfect comic! It's living rent free in my head!\n \n#commission #BL #freecomic… https://t.co/F7DjXNRDgs
## 1177                                                                                                                                                                                                man I fucking love semantic error best bl I've ever watched
## 1178                                                                                                           @futa1126 When i read the novel now, I always envision Colin Firth as Mr Darcy. \nAfter i read P&amp;P, I realised that… https://t.co/ogRDYk4lL9
## 1179                                                                                                                @GeriKipp @mandy_mclaren They don’t. When they do figure it out, then what? Move to another school? Maybe a little… https://t.co/rCJzMFFEu9
## 1180                                                                                                                                                         The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/tr1yPMsfLQ @TheTopFamous
## 1181                                                                                                             @BL_Scenery I'm team shogun though I'm certain that maitoh will end up with green.\n\nAfter all they are also Ton and… https://t.co/9I93PZAvtH
## 1182                                                                                                                                                                                                               emang bl paling bagus cuma wolf in the house
## 1183                                                                                                                         Leimert Park | Railroad/Train Emergency reported at S Crenshaw Bl / W Exposition Blvd\n\nhttps://t.co/LkX4v8qF6F\n#lafd #lafdalert
## 1184                                                                                                               VegasPete had the effect of a tornado on the BL industry by being a side couple with just 90 minutes of screen.  Im… https://t.co/eMCT4TaHfL
## 1185                                                                                                                                             @DangerTangerine It’s a hot damn mess and I don’t have enough twitter characters for how bad it actually is bl
## 1186                                                                                                             y eyeing every man of his crew. But those wild eyes met his,\nas the bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/qRcXybhjxl
## 1187                                                                                                                                                           @Arel2Ron @illustrata_ai @joynxyz @amli_art @bl_artcult Their choice of road kneeling also to go
## 1188                                                                                                               @suhjelly @itsukaes @neiImobiIe i was reading em, lol. i also have an impressive collection of BL manga, and i'm no… https://t.co/HxwA5svAB7
## 1189                                                                                                                                                                                                         @cutefemcel HELP ME I buy bl irl all the time what
## 1190                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult Van Gogh's Artificial Intelligence #expressionwithmeaning \n\nI am insp… https://t.co/uWL04hmMav
## 1191                                                                                                                                                                      @StephanieHypes I have been saying for MONTHS, that Solo is there to break the BL up.
## 1192                                                                                                                Exciting news! We have won £50 in National Book Tokens from @BL_Learning from entering their competition during an… https://t.co/2aWodCCrEr
## 1193                                                                                                                                                                                                             Pls give me spicy bl recs that dont contain SA
## 1194                                                                                                               @cowpoke690 Even for BL, many won't be able to tune in. For sure they're aware of this issue though. It was probabl… https://t.co/ah8l3qXIia
## 1195                                                                                                                                                                                                                                     @Wijntje10 Schadepot ?
## 1196                                                                                                                                                                                                                               @tanyakanrl Nonton series bl
## 1197                                                                                                                                                            @milephakphum GN P’Mile !Love you, sleep more tonight! Sweet dreams 💚🍒🐻 https://t.co/O0jSeN2rnn
## 1198                                                                                                               @neiImobiIe @N30B4DD13Z it's got a fuckton of sexual violence in it. is it acceptable, though, cause the main chara… https://t.co/D6PS83Dskb
## 1199                                                                                                                                                                                        bought bl for the first time irl im so embarassed  i cld cry 😭😭😭😭😭😭
## 1200                                                                                                                           This manhwa is awesome! I can't get enough of it!\n \n#pixelart #artworks #bl\n\nhttps://t.co/aK8kZFufMS https://t.co/73ryC4nvt2
## 1201                                                                                                         https://t.co/LGrgs43O1l \n\nAuthor's Note:\n\n𝐓𝐖: mentions of r*pe, m*rder, torture, bl*od \n\n𝐏𝐥𝐞𝐚𝐬𝐞 𝐫𝐞𝐟𝐫𝐚𝐢𝐧 𝐟𝐫𝐨𝐦 𝐫𝐞𝐚𝐝𝐢𝐧… https://t.co/7ot9KFREkp
## 1202                                                                                                               Well that's it officially official!  Thesis is now available for anyone interested...  British Library EThOS: We’re… https://t.co/XoDGvUmt9L
## 1203                                                                                                                     @paulg @m42everything For nuance quadrants might work here.\nAware winner. TR.\nAware loser. BR\nUnaware winner. TL\nUnaware loser. BL
## 1204                                                                                                                                                                            exactly what i like for my bl: crime, anguish and drama https://t.co/CF8woYTNnV
## 1205                                                                                                             As part of our series sharing saints who inspire us, we remember Bl Laura Vicuna!\n\nWe particularly remember her for… https://t.co/aQXrxBMv1l
## 1206                                                                                                                                                                                                                          @moondust_36 GM darling Moon! ✌️☕
## 1207                                                                                                                                                                  @rocketgirlNFT @joynxyz @HODLFrance Cheers to that, they're like live podcasts it's great
## 1208                                                                                                                                                                                                                       @CoffeeVectors There's no other way.
## 1209                                                                                                                                                                      1. Hyungers\n2. People who enjoy bl but hate lgbt\n3. ngabers https://t.co/wdUvhYQaJU
## 1210                                                                                                               @meowmeowrichhh It's so hard to understand shippers attitude towards all the tv BL couples in general: they are act… https://t.co/EUke69zZo6
## 1211                                                                                                                                                                  @Magpie24_7 That’ll be boot polish or pies. Its a billion for 10 years for shirt sponsors
## 1212                                                                                                                                                                                     Construction on #Q103Bus SB at 41 Av/Vernon Bl https://t.co/J2KhSJIo0N
## 1213                                                                                                                                                                                                         @BL_2889 @NE5westend I’ve still bought them all 😂😂
## 1214                                                                                                                                         Eastbound 8-car BL/New Carrollton Train 460 has been holding at Pentagon on track 1 for at least 5 mins. (11:37am)
## 1215                                                                                                                                         Eastbound 8-car BL/New Carrollton Train 460 has been holding at Pentagon on track 1 for at least 5 mins. (11:37am)
## 1216                                                                                                         -Ingo\n-23-25\n-He/Him\n-6'4\n\n•Mainly headcanon based portrayal of subway boss Ingo\n-Interactions taking place in Hisu… https://t.co/i1rZORZ3Or
## 1217                                                                                                               $BL Trading Ideas | Awaiting Short signal. 80% win rate based on 14 trades. Profit factor is 1.3. #investing #money… https://t.co/tUN6kuKGBf
## 1218                                                                                                                                                                                                                    @bl_artcult Good morning, dear Black 🖤!
## 1219                                                                                                                                                                                                                  @retardparadox bl@kesylv1iee on instagram
## 1220                                                                                                                                                                              @jaywawk @NE5westend Mine comes tomorrow just hoping it’s not a bag of shit 😂
## 1221                                                                                                                                                                                                                        hyunlix need to star in a bl series
## 1222                                                                                                               won't act like just friends LOL. They forced me to acknowledge them as a relationship because of them letting us in… https://t.co/EtUtC8mOUf
## 1223                                                                                                                                                                                                                              @BL1NKYYY But not Bl-one-nky?
## 1224                                                                                                             @Bee_Nichaphat \n\nWhen choosing a film and television program, please be aware that not all BL topics are suitable f… https://t.co/6Jl0YPPxxr
## 1225                                                                                                                         Westbound 6-car OR/Vienna/Fairfax-GMU Train 902 changed its destination to BL/Huntington at or near Landover on track 2. (11:33am)
## 1226                                                                                                                         Westbound 6-car OR/Vienna/Fairfax-GMU Train 902 changed its destination to BL/Huntington at or near Landover on track 2. (11:33am)
## 1227                                                                                                                It's #MatchDay! And make or break for @usmnt. Come cheer with us at The BL - we'll have sound on, the match on the… https://t.co/flgj4xk19V
## 1228                                                                                                                            I wanna try out this comic book style\n \n#BL #mangalover #fridaynightfunkin\n\nhttps://t.co/VmKs4MQnuU https://t.co/l5B2eMLahC
## 1229                                                                                                           @Bee_Nichaphat \n\nNot BL subject matter is also OK, don't limit yourself\n\nBut don't choose TV series or movie projec… https://t.co/rAtKvQiasM
## 1230                                                                                                               @bl_artcult @joynxyz @HODLFrance Yeah I listen as I work and paint, it’s a great way to absorb knowledge and I’m no… https://t.co/ElWPIs6BcN
## 1231                                                                                                                @ErotemeArt @obscuradao @MecenateFineArt @bl_artcult and i totally forgot to tag people 🤣 @blind_imagery your evil… https://t.co/xy7bRVOSCV
## 1232                                                                                                               @georgia_tcv I noticed in their part of the Our Skyy 2 teaser that Pond pushes Puwin's hand away when he reaches ou… https://t.co/9jXZBJmpSe
## 1233                                                                                                           I need someone to alert me when theres something big or a big news occured 😂\n\nLike ada "BL Space" going on\n\nCause i… https://t.co/4peViB8e3j
## 1234                                                                                                                Whether it’s the uncanny tales of A.M. Burrage you’re after, or a journey through the weird and wicked folklore of… https://t.co/JPSH07HfqA
## 1235                                                                                                                            Preventive screening through PCR-saliva testing was proven to reduce #SARSCoV2 community transmission.… https://t.co/ACAsJCjohG
## 1236                                                                                                                                                                                                             @bl_artcult I usually have it black, Black lol
## 1237                                                                                                             @Bee_Nichaphat \n\nWhen choosing a film and television program, please be aware that not all BL topics are suitable f… https://t.co/xPpjEdaz30
## 1238                                                                                                                                                                                               @bl_artcult Sick ! that's awesome 🔥🔥 https://t.co/A8pswwfGrG
## 1239                                                                                                               Hermosa 13x4 Lace Front Human Hair Wigs Pre Plucked with Baby Hair 150% Density 9A Straight Human Hair Lace Front W… https://t.co/Y6PH1Z5WkE
## 1240                                                                                                       Bl@ckm@il vid€0 t@p€s?NW0 illumin@ti fr33m@s0ns &amp; W0rld Economics F0rm WEF?Lucif€r UN&amp;@g€nd@ 2030?Th€ Wr@th 0f Gd?J… https://t.co/OtmUeoXTr1
## 1241                                                                                                          Friday 25th November 2022 (3/3)\n\n🇹🇭 I Will Knock You: Episode 2\nGaga Full https://t.co/O1LX3x85np\nYoutube (Pay)\n1/4… https://t.co/35CeF3IAb8
## 1242                                                                                                           🌠PRE-ORDER🌠\n\nHey #BL fans, check out all of our Wash My Heart Wash My Heart: Minato Shoji Coin Laundry merch!\n\nFeat… https://t.co/AiWpBdynHa
## 1243                                                                                                                                                                @_iamalistairvt NON-CONTEXT “it isn’t BL but it does sound like BL” https://t.co/HjpReVVF5X
## 1244                                                                                                                                                                        “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/nR3tdYprkE
## 1245                                                                                                                                                                                                                                    @Eleni78770815 GM GM 🙏👁️
## 1246                                                                                                          Friday 25th November 2022 (2/3)\n\n🇹🇭 Wall Of Dawn: Pilot Teaser\nYoutube https://t.co/BSiANIggvm\n\n🇹🇭 My School Presid… https://t.co/6ONMRQZqOa
## 1247                                                                                                               @inigma_a Dude... I've been 100% on SD for months. I tried to work with mj4 for like three weeks without hitting th… https://t.co/qwMX4t9sQR
## 1248                                                                                                               @ErotemeArt @obscuradao @MecenateFineArt @bl_artcult thanks for the tag!!! 🙌💜 perfect theme for dropping some new 𝕡… https://t.co/SpwCyikU4T
## 1249                                                                                                                @s4tinflowers BESTIE LET ME TELL YOU i’ve drowned myself w tons of bl i’ll dm u later cause i got a lot in my list… https://t.co/1no8HxHh2p
## 1250                                                                                                                           Friday 25th November 2022 (1/3)\n\n🇹🇼 My Tooth Your Love: Episode 8\nViki https://t.co/5ENvA7ITSI\nGaga… https://t.co/QR5N60t7NE
## 1251                                                                                                               Both #NeverLetMeGoSeries and #MySchoolPresident are BL with high schooler main characters airing at the same time b… https://t.co/AP2yJx0pCw
## 1252                                                                                                                                                                                                           Missing those eras of my life😭😭😭 bl bl lagi huhu
## 1253                                                                                                              @exosvtdanmei I would have been super happy if Seo Ham was there during the award shows 😭\nBut Jaechan never miss me… https://t.co/WGfSMt2D6w
## 1254                                                                                                                           She's a multi and most importantly a Bl!nk, and y'all trying to convince us that multis are not bad lMAO https://t.co/XFde3KA18M
## 1255                                                                                                                                          if Pr*ship, Bl*nkship, basic dni criteria\n-Any Emmet is free to interact !\n-May / May not connect to @/dxrailed
## 1256                                                                                                             -Dark themes such as violence may be present but no lewd\n-Multiverse/Oc Friendly\n-Tags/Dms open for plotting or int… https://t.co/XsfbuqRoe7
## 1257                                                                                                                                                                                                               @ufonft2 Good to hear! 🙏 Doing well, rollin!
## 1258                                                                                                                                                      me when I realize I know what ntr is because of a fucking BL novel. this is why I'm not seeing heaven
## 1259                                                                                                                                                                      @bl_artcult bruh these are super dope ... are you on SD 2.0 what is this wizardry 🔥🔥🔥
## 1260                                                                                                               @DoctorSam7 @ChaseJYoung1 I think that both parts (phonics and comprehension) are important. Phonics instruction re… https://t.co/S4rBFqHLJB
## 1261                                                                                                                                                                                                                        @charis_ai @AiJoe_eth Cheers ☕✨☕
## 1262                                                                                                                @yslppe Rightttt im actually hesitating to call them bl actors for some reason, cause as an actor they really just… https://t.co/lOj4BO4CcP
## 1263                                                                                                                                                                                   @rocketgirlNFT @joynxyz @HODLFrance Do you just go to ALL the spaces? 🤔🤣
## 1264                                                                                                                                                                                            So Is doyoung gonna be in an bl or was I lied to by a yuta stan
## 1265                                                                                                               @shoujoscholar There is some truth to this. During the BL boom shonen magazines started adding bishonen and queer s… https://t.co/w2NuqKiXZa
## 1266                                                                                                                   I can't wait to see what happens next! Click the link below and join my struggle!\n \n#digitalanimation #AI #BL… https://t.co/jC5Xci9SAw
## 1267                                                                                                                                                                                          they deserve to have a better bl series 😔 https://t.co/T8uz7uuLlP
## 1268                                                                                                                                                                                                                Poorr pooor favorrr https://t.co/44lcptbjUB
## 1269                                                                                                                                   When I'm not reading SPYxFamily, I'm reading The True Scandal!\n \n#BL #DemonApartment #komiket… https://t.co/ntW3vxVmaG
## 1270                                                                                                                                                             the only people i trust in the bl industry are the ones who are friends with cooearth actually
## 1271                                                                                                               Whole BJP telangana unit is completely silent on this after their big fish BL Santosh is accused in MLAs horse trad… https://t.co/ZSoLlUDFYR
## 1272                                                                                                                            @farchicore FEIII😭💞 omg girl you gotta hook me up with some bl!! I’ve been searching but I haven’t found any good ones lately 😭
## 1273                                                                                                                                                          @mkc78997997 @nyan_co3 @inariya_fusa @honto_bl @bs_garden_n You have a Treasure!!!! Hats off! 💕 💕
## 1274                                                                                                               #BookReview: Mystery in White by J. Jefferson Farjeon https://t.co/Dp4FXIuu2P \n\n#Winter  #Christmas @BL_Publishing https://t.co/08seJD2CYK
## 1275                                                                                                                @shidoni That is some immature BS, ang toxic mo. Even Ru Paul makes fun of these issues sometimes. Mas fake pa nga… https://t.co/WI1zawE1eC
## 1276                                                                                                              📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_… https://t.co/yFL57hUD9n
## 1277                                                                                                                                                                                    Noeul's favorite girl group is BlackMagenta.🤣🤣🤣 https://t.co/sWwAum4c02
## 1278                                                                                                                           Trust me! You'll get addicted to this story!\n \n#bl #animation #Supernatural\n\nhttps://t.co/YidGJAk7nI https://t.co/ZL5XgSLNnZ
## 1279                                                                                                                          I finally got a bl@de that cuts pretty deep and I forgot how fucking painful it is when someone touches/brushes against your c#ts
## 1280                                                                                                                                                                                                             @bl_artcult I think my heart would explode LOL
## 1281                                                                                                                I can't wait to see what happens next! Click the link below and join my struggle!\n \n#bl #animation #Supernatural… https://t.co/n1bo5QWSCb
## 1282                                                                                                               If you missed the premiere of this 🔥🔥🔥 3 round battle don’t forget to click it…comment…share and definitely SUBSCRI… https://t.co/PDgGKJ04ga
## 1283                                                                                                               @K_Kentin_Rose i wouldn't even want to put perth/chimon in "bl actor" category, they're just actors, good ones. and… https://t.co/etURzECr3e
## 1284                                                                                                                                                                                                        @fairygkie it's a mandatory reading in the bl world
## 1285                                                                                                                                                                        CLOSED MULE BLACK SPACE DUST $77.00 https://t.co/bk94jgUIwN https://t.co/XBwKoRaUZi
## 1286                                                                                                                                                                                        @AiJoe_eth @bl_artcult mmmm - me too.  ☕️☕️ https://t.co/wrKZzF6CuH
## 1287                                                                                                              @exosvtdanmei We Stan actors who proudly does BL and never ashamed of their work 💓\nInfact it's Jaechan and Seo Hams… https://t.co/JycV1X5oId
## 1288                                                                                                                                                                                             @ufonft2 GM LM, and how's everything in your world today? ☕✨
## 1289                                                                                                               ManRiver Seven Pant Yoga Pants for Women - Simulation Denim Flowers Printing Stretch Waist Workout Leggings Pant Tr… https://t.co/LCnrvpR7wq
## 1290                                                                                                                       Check out much more on Bilibili Comics - search "Peerlessly Carefree" and favorite!\n \n#BL #dance #martial… https://t.co/T9QnfbTFOI
## 1291                                                                                                                                                                                                              @AiJoe_eth Mmhm espresso is my love language.
## 1292                                                                                                                                                                                                      I dont really read bl besides my ships content tho so
## 1293                                                                                                                                                                                                    back on my bl bs !! gotta be more active on this acc ig
## 1294                                                                                                                                                                                @BadBeanLLC Welcome to my life. I've been a sixer for a decade or more now.
## 1295                                                                                                               @mrbowers Actually, Chinese stories tend to be more GL and BL, but I don't know if it's different cultural styles o… https://t.co/mjETKpMpcS
## 1296                                                                                                                                                                                                        @CoffeeVectors How do you take your coffee, Coffee?
## 1297                                                                                                                                                                                                      Damn 15th century BL was peak https://t.co/x8fRKEjo4m
## 1298                                                                                                               Check out much more on Bilibili Comics - search "Martial God Asura" and favorite!\n \n#emotion #illusrtationart #bl… https://t.co/Jca4HDJI7c
## 1299                                                                                                               @exosvtdanmei I saw some actors pretending like they never did BL drama even some of them don't even have the drama… https://t.co/OZY7eablyV
## 1300                                                                                                                                                                                       again, hot take, but female cishets and non mlm bl lovers disgust me
## 1301                                                                                                                                 I've been completely addicted to ONEPIECE and Martial God Asura\n \n#emotion #illusrtationart #bl… https://t.co/PDnsdoagFP
## 1302                                                                                                                                                                                                                  @TymothyLongoria Mmmm... Hits just right.
## 1303                                                                                                                              2000 boys doing enemies to lovers bl is my favorite thing\n\n#gmmtv #DangerousRomance #BadBuddySeries https://t.co/rr0lZlxWa8
## 1304                                                                                                                                                                                                                  @DVKtheartist GM dude, let's fn goooooooo
## 1305                                                                                                                                                                                                           "Ah! Shizuo loves Izaya! ..it's .. BL!!!!"-Erica
## 1306                                                                                                            WTS: 3 BL tickets zone 🔵\n🔥🔥 I have 3 deal : \n💛 1 ticket get 3 card : 3k bth\n💛 1 ticket + poster sign get 3 card : 5… https://t.co/wLugL34oiN
## 1307                                                                                                                                                                                                                              @marcolin91 😅 cheers to that.
## 1308                                                                                                               Vegaspete nc scene affected on me sm like I can't watch any other bl's nc scene cause i don't feel anything Literal… https://t.co/71YMOtTD0V
## 1309                                                                                                                                                                                          @VeronikaSimms My problem is defining an undefinable reality lmao
## 1310                                                                                                                                                                                                                       @bl_artcult GM love me some Expresso
## 1311                                                                                                                                  finally starting this manwhua,been wanting to read this since i started reading bl in 6th grade 😭 https://t.co/59eaCbclPx
## 1312                                                                                                               After a swift solo pub pint, back home to watch Idrissa's Senegal and another solo pint(ish). @WildeChildBeer Nebul… https://t.co/OGOVjOecJl
## 1313                                                                                                               @QirongsBff Yes! That’s the one I watched. Some of them didn’t have an idea what bl is and he even explained it. 👏🏻… https://t.co/NCcyjTI9LT
## 1314                                                                                                             Lima.” So, too,\nVenice; I have been there; the holy city of the bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/Up7JSYoBmF
## 1315                                                                                                              30th November is the feast of St Andrew.\n#StAndrewsDay \nBL Royal 20 D VI; Wauchier de Denain, Lives of the Saints;… https://t.co/RQCH93wwmE
## 1316                                                                                                               these really look like the member introduction pictures for a member of a menchika group called something like BL♠C… https://t.co/NLpWtCzlVk
## 1317                                                                                                               @xantababy I remember in a Korean show the middle aged MCs were being weird shit towards BL but Jaechan didn't flin… https://t.co/jq0pZG7Gf4
## 1318                                                                                                                                                                                                                          @milephakphum Goodnight sweetie 💚
## 1319                                                                                                                                                                        @bl_artcult GM ☕️ After the last few weeks I feel like I need 6 shots of espresso 😅
## 1320                                                                                                                @tropotropotropo Shoujo is like my MAIN genre outside of BL, there is TONS of new ones! Shoujo is also like worlds… https://t.co/nIux3CjS0D
## 1321                                                                                                                                                                    ...It's such a waste that you can't recognize even an iota of BL development potential.
## 1322                                                                                                                                                                                                                                           @bl_artcult Epic
## 1323                                                                                                                                 @AngrySalmond … is this a joke!? UK nationwide… bl**dy hell are there ScotNats nationwide now 🙄🤦🏼‍♀️ https://t.co/5tdvACVYG6
## 1324                                                                                                                                                                                                              🤔 is Japanese BL Community that small or what
## 1325                                                                                                                                                   Same-sex relations in an 18th century Ottoman manuscript https://t.co/prz6uHEwJd https://t.co/wFyYk6gO0T
## 1326                                                                                                               @InLimboV @EnglishmanAdam All of this.Add to it a society strongly built on a class system,in which yr future is de… https://t.co/9DdkwkL2Do
## 1327                                                                                                               @happyfeeesh Yeah! I havent watched anime in a long while too other than SxF but BL was the next I watched and it g… https://t.co/G9OXilxQci
## 1328                                                                                                                                                                                                                    @bby_bl_ue bc that was between me and u
## 1329                                                                                                                                           Fishing Planet #50 - S6 - 2022 Halloween Event - The Tarpon-Demons of Bl... https://t.co/kOhtUJ3gOw via @YouTube
## 1330                                                                                                                                                     @BL_2889 @NE5westend It’ll open many people’s eyes when we make the switch to one of the big providers
## 1331                                                                                                                                                                   @aksnevv who HASN'T. also, you getting into bl is the best thing to happen this month fr
## 1332                                                                                                                                                                                                                          @bl_artcult you and me both, kid.
## 1333                                                                                                                                                                     Not the JinRock unit photobook looking like a BL promo or something like that hahahaha
## 1334                                                                                                                                                                                                                   what bl is this? https://t.co/Mj9Hrq60fO
## 1335                                                                                                               @valkyun i haven't watch any animes in months and BL got me binged all 8 episodes in a day 🥺 i absolutely love shon… https://t.co/inoHsrz51H
## 1336                                                                                                                                                                               @jaywawk @NE5westend Aye that bad? God! I always thought they felt areet tbh
## 1337                                                                                                               One of the best actors i swear. If they compare them to other bl actors or just actors in general perthchimon stand… https://t.co/5YMKIhei48
## 1338                                                                                                                  whitelist Indispensable @RedEvokes @the_crypto_hack @johnnymm1984 @DuhHerroPris1 @kunalkamble @zombiee08 @BL_NFT… https://t.co/xSUVM9b5rN
## 1339                                                                                                               Mari's reaction to #ChocoMilkShake EP 5 &amp; 6 \n\n#초코밀크쉐이크 #react #bl #drama #kdrama #retweet @LovingBlogs… https://t.co/KnLhWJVBYE
## 1340                                                                                                                                                     This awesome comic deserves more attention!\n \n#Collectibles #bl #mangaapp\n\nhttps://t.co/A7cK5MiCVe
## 1341                                                                                                                                                                            2010 Bowman Chrome Prospects Bl #sportscardsforsale #ad https://t.co/RfXHPrOsQz
## 1342                                                                                                                                     2 - upcoming series on december\n\n19 - #ChainsOfHeartTheseries \n21 - #thenewemployee \n25 -… https://t.co/8OwfKzOXO2
## 1343                                                                                                                                                                   @bl_artcult I feel as though I need whatever 'espresso' you're getting 😆\n\nGm Black ☕💜
## 1344                                                                                                                @LuauLifestyle @Natalie24132413 @0121UTV1874 @Timcast Better than Faux News, LOL, but I can round up all the local… https://t.co/r02qY3TV1R
## 1345                                                                                                                                                                       CLOSED MULE AVIATOR BLACK $77.00 USD https://t.co/7creDMcRHw https://t.co/eDZGp4T23B
## 1346                                                                                                                                                                                                                                  @fort_fts @Vic_Alife Baby
## 1347                                                                                                                             @kayr0zay @Glass3Davis @_adrian_sean @keatingssixth I think he just dislikes bl wm seeing he has AMF in name lmao screams kewn
## 1348                                                                                                               Today is the day! This #GivingTuesday, you can make 5X the difference in the lives of people fighting cancer and gi… https://t.co/ybB0BIxDu2
## 1349                                                                                                                                                                                                                       @_electrahrt Ok this kinda BL plot..
## 1350                                                                                                                                                           just saw somebody reading a BL nsfw manga on their computer during class https://t.co/av5MbGCpC5
## 1351                                                                                                                          I can't wait to see what happens next! Click the link below and join my struggle!\n \n#bl #NFTfam #anime… https://t.co/Kh1GdmYs8I
## 1352                                                                                                                   1 - upcoming series on december\n\n01 - #OhMyAssistant \n02 - #609BedtimeStory \n02 - #MySchoolPresident \n03 -… https://t.co/XhUOdX8yB5
## 1353                                                                                                                @ElonMusk is a fascist for supporting free speech, so much so that people can say things he finds stupid AF and he… https://t.co/S2jalq9nJy
## 1354                                                                                                                                 Construction on #Q31Bus Both directions from 32 Av / Francis Lewis Bl to Corporal Kennedy St/34 Rd https://t.co/R7PnFB6rLY
## 1355                                                                                                                      Roller Shades Zebra Blinds for Windows Cordless Day and Night Light Filtering Bl https://t.co/BeM5tcgk7d eBay https://t.co/fLahIofF73
## 1356                                                                                                               For those of you not on fb, Nic has been doing a ton of training at Eureka Lodge due to Big Lake’s lack of snow. Sn… https://t.co/q5gbnwjxLh
## 1357                                                                                                                                          @bl_artcult My brother I don't think that's just espresso 🧐\nI'll have to drink a cup with you to be sure though!
## 1358                                                                                                                             @bl_artcult I love this feeling until I can actually see fundamental reality, and then I'm terrified because reality is scary.
## 1359                                                                                                          @happyfeeesh Thank you! and FEESH omg YES!! chigiri is so cool &gt;&lt; i love him and he's so pretty like wtff. How are you liking BL so far? :D
## 1360                                                                                                                    #palm #oil #deforesters do not exist because #palmoil is not a food or #biofuel crop. #palm oil #trees grow in… https://t.co/QIHFuUw6ZB
## 1361                                                                                                                           whitelist Specified @harpreetpaul @Bl_ckkky @bytyqi_shqiprim @Crypt0Munk @marcplatuslanus @Nori_the_cat… https://t.co/nx1kiag8O1
## 1362                                                                                                                                                                  So @GMMTV what are we gonna do now? Who's casting for the next bl https://t.co/wnePeEI9dv
## 1363                                                                                                                                                                  I don't what I should watch i don't have any bl on my watchlist and can't find anything 😩
## 1364                                                                                                                                                      TFW the 6 shots of espresso start to kick in.\n\nGM ☕🤯\n\n_\n#aiartcommunity https://t.co/T1VHQJHryZ
## 1365                                                                                                                                                                                                                                        @ANI Bl. political!
## 1366                                                                                                                                                            @Intricatemess_ @wannabecurious9 @_happyyy_me_ @INTERIORHUB3 Stop talking about d*ath and bl**d
## 1367                                                                                                                                            @Aman0683 Syncona, PPF, BL and Frazier are all underwater, agree and think that occurs on higher on a huge pump
## 1368                                                                                                                                                                     @johnjbooks @BL_Publishing No, but it’s v much on my radar &amp; wish list! Looks fab!
## 1369                                                                                                              @twittornewton Once my friend uttered bl..y indians in bombay intnl immigiration on arrival.\nSame indians behaved p… https://t.co/fe2poxosds
## 1370                                                                                                                                                       @d1460_nft @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @acidframerate Truly love it 🖤
## 1371                                                                                                                  Some short stories for Christmas from the @BL_Publishing Women Writers series. Have you got this @DannyVanBooks ? https://t.co/ErjyUnVHxl
## 1372                                                                                                                                                                                                                             @nartiadtrann i blame bl**dp*p
## 1373                                                                                                                                                                 @nanaluvie7 @dooly___15 @gege__meme Thai BL "Ghost host, Ghost House" #GhostHostGhostHouse
## 1374                                                                                                                                                                                                   bl saved my ass from covid 19 fr https://t.co/Q4JvlWf9JB
## 1375                                                                                                                                                                                                     @mission_marcc Likewise. Top BL ko din to after TMOTB.
## 1376                                                                                                                                                             Gonna read some angsty BL so I can be sad about their problems instead https://t.co/3iknjwFyrW
## 1377                                                                                                                      @PhaniPeddapalli @WhatsApp @Truecaller @reliancejio @Meta @Apple @MotorolaUS @UPI_NPCI @NPCI_NPCI @Kurmanath… https://t.co/JjkQFA9yba
## 1378                                                                                                                                                  [Epi 9]  Milk is so jealous🤭♥🥰\n\n#ChocoMilkShakeEP9 #koreanbl #kbl #blseries #bl https://t.co/YlGerfWbKS
## 1379                                                                                                                                                                                                                       and making all of them about bl/td 💔
## 1380                                                                                                                                                                                                                       @bby_bl_ue why r u telling the world
## 1381                                                                                                                      This awesome comic deserves more attention!\n \n#pencilsketch #BL #commissionsopen\n\nhttps://t.co/lvhiXxDy1a https://t.co/I3qlhBmsc6
## 1382                                                                                                                                                                                                                     @bby_bl_ue we will see if ur up for it
## 1383                                                                                                               @colonelhomsi Spec Ops mostly fought poorly equipped non state actors. They didn't have to worry about drones and c… https://t.co/O7DYjJm8rn
## 1384                                                                                                               @RailMinIndia @narendramodi @PIB_India @RPFCR @rpfbadlapur @grpmumbai @RailwaySeva @mumbairailusers 5:59PM CSMT- BL… https://t.co/kuYceFU3b1
## 1385                                                                                                                                    How naging virtual image ang isang plane mirror at real image ang isang concave mirror?! Like duh they're both mirrors🙄
## 1386                                                                                                                                                                                            i guess vampires can make a good bl cause they're great suckers
## 1387                                                                                                                                                                                                                               GOOOAAAL ISMAILA SAAAARRR 🇸🇳
## 1388                                                                                                             @sendr0ck @punk6529 @OM100m @DarrenSRS @wildalps @Kaejunni Good morning, Garry 🖤\nhttps://t.co/9PZTQdKP28\nInviting a… https://t.co/RjEmGUODDf
## 1389                                                                                                               I watched their contents and also i-land, my eyes was swollen nung pumasok ako after i watched all the eps. And tha… https://t.co/X3YNe7vqu3
## 1390                                                                                                                                                                 Finally 🥹. I’m so done with tapas and how they treat the creators! https://t.co/GT7E1NbEy6
## 1391                                                                                                                                                                                                                                             Edi sleep well
## 1392                                                                                                               @RentaMangaStore Rape is not love . I seriously don’t know why yaoi writers can’t write a bl that does start off wi… https://t.co/Jx8K9Ayo31
## 1393                                                                                                                               I'm selling two BL Japanese manga snd other manda on eBay. Checkout my eBay store. UK delivery only… https://t.co/uusgVH22ku
## 1394                                                                                                                        @np5882 Thank you dear author-nim I missed my boys I was literally rereading because I missed them so much! https://t.co/bGDa2vlOBh
## 1395                                                                                                               A Young man by the name of Corey was killed at the 4300 Bl. Of Wheeler Rd. S.E. at 15 he was shot numerous times an… https://t.co/Cl90yu9MSQ
## 1396                                                                                                             sh the\ntossed ship they cling to. A vile wind that has no doubt bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/wDc5DkPw64
## 1397                                                                                                                                                                                                                              ppl who watch bl &gt;&gt;&gt;
## 1398                                                                                                               @nyanasae I didn’t read the manga, I saw a lot of BL players in Manshine, Barcha and Bastard. But didn’t see Rin in… https://t.co/PSOwsZZ3s2
## 1399                                                                                                               I'm curious too, but tbh I'm disappointed with their latest BL In Your Heart, it's so lacking in everything. Expect… https://t.co/2TwMlQlz7e
## 1400                                                                                                                         Please votes MileApo here 👇\nhttps://t.co/OoV1TZSvmT…\nhttps://t.co/G5yod4eDRA…\nhttps://t.co/kjOGeePZOP…… https://t.co/LMQ416tp2z
## 1401                                                                                                               Bl@@dy typical! You wait years for @SylvanEsso to come back to the UK and it’s only the same day we go to see The B… https://t.co/Chiv9SDcq2
## 1402                                                                                                                                 @Nikkkkhhil @SrBachchan @Partho701 @t_mozhgan @aspalod @Bollywoodirect One of the finest song of PM AB BL and of course KK
## 1403                                                                                                                                                        @Di0rX0xo It's now about you following bl!nks acc it's about you following bl!nks who are BTS antis
## 1404                                                                                                                                                                                               @incorrect_kp My favourite hoomans🥹🫠 https://t.co/xLsBhdIS3C
## 1405                                                                                                                                                                             New Story: Boys Middle School Basketball Sweeps Edison https://t.co/124BRf6rOg
## 1406                                                                                                                                                                           CLOSED MULE ANTIQUE BLACK $77.00 https://t.co/NIHwrDgN6p https://t.co/KBJTzRyDCx
## 1407                                                                                                               @ax_jxn BL version ng Crazy little Thing Called Love nila Baifern at Mario 😍 kakareread ko lang po last week and th… https://t.co/o6D4ke40pw
## 1408                                                                                                                                                                                          Hey can you suggest a series which is horror and BL both in one!!
## 1409                                                                                                              You morons are the reason why an actors personal life and the character they play aren't differentiated .\nChina ban… https://t.co/oXx81UDWey
## 1410                                                                                                               @justinboldaji Kubrick was VERY anal about things, such as providing special metal plates for projectors to show BL… https://t.co/N45mj0HqLI
## 1411                                                                                                               not a fan of bl series cuz it's usually cringe but this one ARGHHHHHH this series is just too cuteeeee dibikin geme… https://t.co/Zjq9NH1G8E
## 1412                                                                                                               @AbhinandanSekhr @vivekagnihotri Therr r so many paper clips of bl@od soaked rice being fed n girija tikkoo, kashmi… https://t.co/jx2SzcjoxO
## 1413                                                                                                                                               Gonna do some comic reading\n \n#comics #BL #MarvelComics\n\nhttps://t.co/Xp2oQ847bI https://t.co/AJeGruqfyy
## 1414                                                                                                               What a episode 😭 after such a long time thank you bl makers (sirf ajke liye😒) Rishmi romance hayee dil hi agaya inp… https://t.co/ncc8wH5dZJ
## 1415                                                                                                                                                         @khdglifekk i only know the leader who made a really nice comment abt his bandmate being in a bl 🤧
## 1416                                                                                                                                                                  @SungSavEvel i only know one member of them he acted on a bl series that i watched before
## 1417                                                                                                                    I Will Knock You The Series - Episode 3 Teaser \n\nEvery: Saturday at 12:30 AM Manila Time GMT+8 on GagaOOLala… https://t.co/knSeej3mVE
## 1418                                                                                                                                                                                                                         @LonelyGeekess What the heck is BL
## 1419                                                                                                            ✨ Because Maitoh was rejected (yeah! his heartbroken 💔), Green to the rescue to comfort 🥰\n\n#WhyYouYMe #WhyYouYMeEP7… https://t.co/3e5vkKH79Y
## 1420                                                                                                                                                                                                       bl!n k for L is movin again\nthat bish won't stop fr
## 1421                                                                                                                                   This awesome comic deserves more attention!\n \n#BL #dad #sizetwitter\n\nhttps://t.co/UBPmRQOBC0 https://t.co/cqJSuD44f4
## 1422                                                                                                               My mom used to watch The 700 Club and told me I couldn’t read or watch Harry Potter. She also told me not to read o… https://t.co/Bk3iXPHa2f
## 1423                                                                                                                                                    Winter is returning, starting tonight. Wednesday is going to be a cold day! -BL https://t.co/xYFhqRVhSv
## 1424                                                                                                                                                  E-flite Wing with Struts: UMX J-3 BL, EFLU3402 CAXREGQ\n\nhttps://t.co/hiLhAL8gKM https://t.co/FkvJo2yteW
## 1425                                                                                                                             remember the minsung as ohmnanon au that i'll never write? yeah this is them announcing their first bl https://t.co/GR33vmSmtM
## 1426                                                                                                                                                                    @kdjyoo @Kiar07878197 I mean it did happen once (it was tagged bl at a point but still)
## 1427                                                                                                                                                             @legs_bow Good Morning BL. Thanks for the beautiful pic to accompany my coffee. It's gorgeous.
## 1428                                                                                                                knobelite Adjustable Curtain Rod, 1 Inch Diameter Single Window Rod,Length From 22 inch-42 inch with Twisting Cage… https://t.co/j6sbr5zNdf
## 1429                                                                                                                                                                                                                             @CryptoDefiLord Nahhh I'm good
## 1430                                                                                                                                                                                       CASPER BLACK $184.25 https://t.co/My3CUAMP6k https://t.co/GftEsQoyj4
## 1431                                                                                                                @TereBC98 @gulfkanawut Yes 🥰 And I also think that BL and lakorn fans might have different habits when interacting… https://t.co/KlE3CKFIV8
## 1432                                                                                                               @zawarudosoham @15in7 @NouRiDv I love how that's your metric for good character acting. If that's the case, fucking… https://t.co/hUXYLPdg3G
## 1433                                                                                                                      Trailer of the Thai BL #NeverLetMeGo! Starring Pond &amp; Phuwin, the series premieres on December 13, 2022!… https://t.co/3wOCWpWfzq
## 1434                                                                                                               K490NC Replacement 2 5 to 3 5mm Audio Cable AUX Cord Compatible with AKG K545 Y45 Y50 Y55 Y45BT Y50BT Wireless Head… https://t.co/5zPrR1K2UJ
## 1435                                                                                                               @neuropoetic Ty, appreciate the feedback. This direction resonates with me in a really potent way, and definitely h… https://t.co/d0beBgZ61q
## 1436                                                                                                               2 Pieces Granddaughter Bracelets Charm Heart Pendant Rhinestone Crystal Balls Faux Pearls Jewelry Gift (Multi-color… https://t.co/r4btpadh9Q
## 1437                                                                                                                                                                                                       @Madbuthappyfrog women who are obsessed with BL/yaoi
## 1438                                                                                                                                                                                                                        @bl_4_eva @MSuppasit Happy birthday
## 1439                                                                                                                                                                                                     Instruction 2682179: "test bl, bl"\n #OneSecondTweeted
## 1440                                                                                                                                                                                                                    @haruuuuwo he's in his bl character era
## 1441                                                                                                                                       @sintydavid @NorthRoadCycles Enjoy your new ride. It'll be a joy. Outside is always better but sometimes needs must.
## 1442                                                                                                              @ErotemeArt @obscuradao @MecenateFineArt @darkestdollx Thanks Ero 🙏\n\nHey @obscuradao, @MecenateFineArt is amazing,… https://t.co/o8YDiYS8p5
## 1443                                                                                                                                    I just want to spend December finishing my requirements on the first few days, then binging BL’s the rest of the month.
## 1444                                                                                                                                                                               Okay but BL Book Club is looking better and better the more I think about it
## 1445                                                                                                               @Rainxblebii Tbh, this is my first time in a fandom and i'm very new, too. And i don't regret it even a little bit.… https://t.co/9imUkNehWG
## 1446                                                                                                              @akemishka Aro cause I'm demiro so I put it as half lmaooo \nBl because I like it but I don't actively search for it… https://t.co/MoP8FdwGhv
## 1447                                                                                                               @BL_2889 @NE5westend They’re dreadful. Customer service is some of the worst I’ve ever experienced never mind the a… https://t.co/m8cMQQkV6L
## 1448                                                                                                             It’s definitely jealousy. \n\nDark skinned BW have better options outside of bl⚫️ckistan. They just don’t want them t… https://t.co/0zIhhJZIff
## 1449                                                                                                                                                                                             need to force my hinge and bumble dates to watch bl/gl with me
## 1450                                                                                                               I love the art style in "The Return of the Abandoned Son" so much! It's gorgeous! The character designs are amazing… https://t.co/ETvz5aqgZP
## 1451                                                                                                                                                                                                    @uhimnoel aro and likes bl one also don i hv lumine ???
## 1452                                                                                                                       The Most Favorite Thai BL Couple 2022 – Vote Now https://t.co/qe20iLZOin\n#waanjaimewgulf \n#MewSuppasit\n#GulfKanawut\n#หวานใจมิวกลัฟ
## 1453                                                                                                                                 #SACO #Shipping has selected #WAVE BL to power its #all-digital #House #Bills of #Lading (#eHBLs)… https://t.co/ojTd7MwDTV
## 1454                                                                                                               Premiorri Vimero-Van All-Season Commercial Radial Tire-225/75R16C 225/75/16 225/75-16 118/116R Load Range E LRE 10-… https://t.co/qhtN4pfHQl
## 1455                                                                                                                                                                                                         so i will be watching Minho’s Lucky Choi’s on BL 🫠
## 1456                                                                                                               Motorcycle Oil Dipstick, Keenso Aluminum Alloy Oil Level Gauge Dip Stick Temperature with Thermometer for 125cc Mot… https://t.co/8zXRqpZZEd
## 1457                                                                                                                 @archiveforJK @billboardcharts @luminate_data @billboard @unitedmasters @YouTube .@billboardcharts @luminate_data… https://t.co/GsD9LUkaZu
## 1458                                                                                                               @97SARCHIVES @billboardcharts @luminate_data .@billboardcharts @luminate_data The official Music Video of "Dreamers… https://t.co/Bx8MnK9MQ5
## 1459                                                                                                                @jjklve_ @billboardcharts @luminate_data @billboard @unitedmasters @YouTube hello, @billboardcharts @luminate_data… https://t.co/lL2GnTxTGZ
## 1460                                                                                                               @MayXian3 It doesn't make sense that he said something like that if he also recorded a bl only that hasn't come out… https://t.co/VXQ5zmaap1
## 1461                                                                                                               After a long week of helping out with student inductions, it's our pleasure to introduce the New To University Work… https://t.co/NQfp97b0rR
## 1462                                                                                                            #hazepoilers Tuesday BL lmao\nack ang sweet ng PB 🥺 dooshik is mad in love best husband\n\nSTY hahaha wtf YR waiting f… https://t.co/PH1qtzdmM5
## 1463                                                                                                              GQ Men of the Year Awards 2022 : BREAKTHROUGH ACTORS\nCongrats👏👏\n#มายอาโป\n#MilePhakphum #Nnattawin \n@milephakphum… https://t.co/bSf1GtXDIv
## 1464                                                                                                                       This manhwa is awesome! I can't get enough of it!\n\n#plzsupport #kisstheabyss #bl\n https://t.co/mkclncN4k0 https://t.co/Ynw18JgWa7
## 1465                                                                                                               AVID POWER Cordless Electric Screwdriver Set 4V Rechargeable Screwdriver Kit with Case, 13pcs Accessories, LED Work… https://t.co/toh32hiRdd
## 1466                                                                                                             Fun fact. In my personal pick, it seems like the best japanese bls are likely to be aired on October of the year\n\n2… https://t.co/Y68oQX1CSZ
## 1467                                                                                                                                                                                                                                            11:11 contented
## 1468                                                                                                                                                                                                              why gl dramas are not so popular as bl dramas
## 1469                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult #Expressionwithmeaning with these pieces I'm exploring duality, femin… https://t.co/6v0NptII9A
## 1470                                                                                                                                                                            BUNDABURG ANTIQUE BLACK $170.50 https://t.co/rMhNHcBtcC https://t.co/6KyRTUFImt
## 1471                                                                                                                                                                                   Wake up babe, new Sam Bl🤡ck content just dropped https://t.co/93tQZp7Kpv
## 1472                                                                                                                                                                                          @mania_th_bl ohhh agree, actually i often call boom as bum bum ^^
## 1473                                                                                                                                                            @MayXian3 @SitaraTaeArt It doesn't make sense, he also recorded a bl, it just hasn't come out 🤷
## 1474                                                                                                                                                                                                                                         BL lovers are cool
## 1475                                                                                                                                                                                        i'll never fit in on bl twitter bc yall love triage but hate futs 🥲
## 1476                                                                                                                                                                                                             @official_kep1er Uri Maknae, U Did Great Job!!
## 1477                                                                                                                "Whoever do BL they can be popular in overnight" I think he said something like this. When did he said that sis? U… https://t.co/ET48iQqnO6
## 1478                                                                                                                                         ‘‘No――! I never read porns! Never! But it's Naomi's fault for teaching me all of these BL educations.’’ #AkioTalks
## 1479                                                                                                                                                                                                                         @tbaudinette Get well soon, Tom ✌🏻
## 1480                                                                                                                                                                                               &lt;a href="https://t.co/nuInKBYHqC" target="_bl #おこづかい
## 1481                                                                                                                            I wanna try out this comic book style\n Try this\n#SliceofLife #bl #artworks\n\nhttps://t.co/9a7KD2VVG8 https://t.co/HiDO08U9nh
## 1482                                                                                                                                                                                @DeluluAnne @MayXian3 Dude I’m also bl fan but believing shit rumors 😂😂😂lol
## 1483                                                                                                                    @biukiss I'm watching BL .I'm reading yaoi\nBut I can't read read Yuri.and i never watch GL drama too...I don't know what wrong with me
## 1484                                                                                                             STREAM | #WAROFYEP18 : World of Wife, every Tuesday. Director's cut Version at 9 PM GMT+7 on #AISPLAY exclusive.\n\n🔹… https://t.co/euPyv5ViYf
## 1485                                                                                                                                                                                          @Nika_Rakhmanova @illustrata_ai @joynxyz @amli_art Beautiful work
## 1486                                                                                                                                                                                                      reading 3 BL novels at a time https://t.co/FtaF6lEcn2
## 1487                                                                                                             @whatchanloves Sounds good though. Btw, in Thai, saying a nickname twice like this make it sounds much cuter.\n\nSeaS… https://t.co/R06p4eibjR
## 1488                                                                                                               @heymilelove @milephakphum @Nnattawin1 Lol yeah no other bl couple even come close to having amount of chemistry th… https://t.co/KGpU2BwZbr
## 1489                                                                                                                                                Please take a picture of the best minox camera. We film sales! ! \nhttps://t.co/2pSNBLCejC = STRK: MESE: IT
## 1490                                                                                                               @kariyautism bet the only ones to join will be 30 years old cishets who read explicit "love" stories about underage… https://t.co/WrqAFnEMJi
## 1491                                                                                                                                 Trust me! You'll get addicted to this story!\n\n#sakuga #ameart #Mystery\n https://t.co/unWG2kqFgH https://t.co/mfr56LVSls
## 1492                                                                                                                                                               &gt; Read dom/sub bl manga\n&gt; "....the fuck is that anatomy??? Is that even possible????"
## 1493                                                                                                               @elle_vader @TSizzle24 @POTUS Much of Railroad profit was a windfall gift when the Keystone was shutdown about $20/… https://t.co/rw8i8A3kQ7
## 1494                                                                                                                                        SACO Shipping has selected WAVE BL to power its all-digital House\nBills of Lading (eHBLs)  https://t.co/6j7fzHc7yG
## 1495                                                                                                               @w3iying @milephakphum @Nnattawin1 Same but BL genre only. I am still fine watching english series or kdramas. .. f… https://t.co/wdq278BmPV
## 1496                                                                                                               @SpaceValveGuy @BL_Dwyer @WholeMarsBlog Some filth is hard to wash off. Once a symbol has been tainted it’s difficu… https://t.co/nA6aWNYYzK
## 1497                                                                                                                                                                                                      !f !t has t0 c0me t0 such ! W!LL d!e f0r my s!bl!ngs.
## 1498                                                                                                                                            @mintmelon8 The romantic song they sang together was so cute. Is true they will be in a BL drama together soon?
## 1499                                                                                                           💀JUST ANNOUNCED💀\n@kickstandshows presents @Magnoliaparkfl: Baku’s Revenge Tour w/ special guests @ArrowsInAction &amp;… https://t.co/NnCQVreHfd
## 1500                                                                                                           🦒JUST ANNOUNCED🦒\n@plinirh w/ special guests Sungazer &amp; Jakub Zytecki on Tuesday, May 9th! Tickets are on sale this… https://t.co/piUHPRXuHo
## 1501                                                                                                                                                                                               @mania_th_bl lol i think i prefer boomboom or aouaou more 🤣🤣
## 1502                                                                                                           It was 2018/19 I was really into otome related &amp; BL anime so I watched the UtaPri anime. It felt a bit cringe but o… https://t.co/MBJh7tjjPz
## 1503                                                                                                                                                                                                                       The Newsroom https://t.co/m8zYYBlxnT
## 1504                                                                                                                                                                                                  We tweets: #6CFacts, #PickOne, #WhatIf, and many more! :3
## 1505                                                                                                                                                                                                                       BEST BL EVER https://t.co/isIX0Wc2kG
## 1506                                                                                                               @mysicksadlife @M_Jensen23 @aliliana__ @RexLapizskz If there’s still something to be learned then more could be don… https://t.co/lIAerHD5hq
## 1507                                                                                                                                                                                       Ian Grimwood was just seen in the BL  aisle! https://t.co/zmA54IGf9n
## 1508                                                                                                               jonghyeongs the one that made that comment about the bl just being normal peoples life comment when the reporter wa… https://t.co/WTbZLO7nsF
## 1509                                                                                                                                                 Apparently I read comics now\n \n#Magic #bl #commission\n\nhttps://t.co/z0CE4Ol9AF https://t.co/ejV6Dkmngu
## 1510                                                                                                             03 Nos of cases were detected and items seized and destroyed were \n For sale in Arunachal Pradesh only\nBEER-16.25BL… https://t.co/My17gfEx8F
## 1511                                                                                                                                             @KatalinaOoma @Morph_VGart @alulasit @delta_sauce @bl_artcult @WisnuPradanaArt @paschamo I love your works! 👽💜
## 1512                                                                                                              📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_… https://t.co/MCRPner8QV
## 1513                                                                                                                  The “digital divide” was a consistent theme throughout our ‘Future Cities’ panel at this year’s Leaders’ Summit.… https://t.co/5mIYlE611P
## 1514                                                                                                                @WorldNfts @Morph_VGart @alulasit @delta_sauce @bl_artcult @WisnuPradanaArt @paschamo Thank you so much for buying… https://t.co/Uz3w1sXV8h
## 1515                                                                                                                                                                                                   @whatchanloves How about #.BoumAoo or even #.AoumBoo ? 😋
## 1516                                                                                                                               This awesome comic deserves more attention!\n \n#chinesecomics #BL #cover\n\nhttps://t.co/dOxd14qaqy https://t.co/mr8gRzL2MD
## 1517                                                                                                                           please this is like that bl manwha 😭 word for word bar for bar [link] … — its just a dream….or is it??!? https://t.co/8H7Hrn18gZ
## 1518                                                                                                                                                                                                     Instruction 2682154: "test bl, bl"\n #OneSecondTweeted
## 1519                                                                                                                      @bellylaughs2 @caringinbristol @markolver @JulianTrust @FareShareSW @bristol247 @BristolLive @BristolLifeMag… https://t.co/fuFgC6U4Ik
## 1520                                                                                                               @darshanvmehta1 @DillikiBiili and @Vishvesh03 in my opinion are the best, though I don’t know either of then person… https://t.co/9kJaICDQme
## 1521                                                                                                                                                                                          @key_naidzar Heartstopper (BL)\nBusiness Proposal\nShooting stars
## 1522                                                                                                            Just for Men Control GX Grey Reducing Shampoo, 5 fl oz &amp; Just for Men Touch of Gray Mustache and Beard Color, Dark… https://t.co/9xnfJ6mzdR
## 1523                                                                                                                                                                                                    is 2023 really gonna be an office romance bl year 😭 RIP
## 1524                                                                                                          Update Thai BL\n#NeverLetMeGoSeries\n\n📆Premiere 13/12/2022 Every Tuesday, 20:30pm🇹🇭 on GMMTV Youtube Channel\n\nStarrin… https://t.co/cJgldHkKmN
## 1525                                                                                                                                                                                                                                        @Endje_BL Unflat it
## 1526                                                                                                                                                                      @SoapyHousewife DumbBell had to have Taylor humiliated  all for his trash heroine BL.
## 1527                                                                                                               There was a time I was obsessed with the WEBTOON Say it (Bl). I created an Oc who was like a adopted sister of Shig… https://t.co/M5tIVQRN37
## 1528                                                                                                                                                                                                                              Queen https://t.co/H0HOaRt1SJ
## 1529                                                                                                                                                                          @ridinrapids Same here! Nothing comes close to how amazingly violent this BL is 💖
## 1530                                                                                                                                         @HongkongKdlex "Every dog must have his day."\n\nHAPPY 1ST BIRTHDAY COLA\n\nKDLEX Sweethearts\n#RAWRAWARDS2022\nbl
## 1531                                                                                                               JeCar Hardtop Thumb Screws Quick Removal Hardtop Bolts with 6 Tie Down Anchors for 2007-2021 Jeep Wrangler JK JL 2/… https://t.co/s4lrSxLilB
## 1532                                                                                                                                                                                                            Me to all the BL tops : https://t.co/IpkjKwjlTJ
## 1533                                                                                                                                Fragola 482307-BL Black Size (-8) x 1/4" MPT 45° Adapter Fitting UW4DN21\n\nhttps://t.co/1bgMELZLrq https://t.co/7wvAso00Zb
## 1534                                                                                                                                                  @MariaBchara1 lk he 3adeee ana 3am dawe btliphone  3a my cell l2n knt mdya3o 🤣 e5r chi elt ayre bl 8aba 🤣
## 1535                                                                                                               @GreatBrianLast @TheJimCornette @YouTube 100% agreed w/Jim. If they cant bleed from War Games itself…WHY BRING IN F… https://t.co/pv8Vwy5L9t
## 1536                                                                                                                                                                     Nice, i'm the toxic top on a BL Manwha https://t.co/uynouG9M0c https://t.co/4jICyB9Lxe
## 1537                                                                                                              ✨Congratulations to Linda France, who is the Michael Marks Environmental Poet of the Year 2022-2023, winning with h… https://t.co/51aCwP2dYb
## 1538                                                                                                                                                                                           Please y'all can't cake-ify everything 😅 https://t.co/NgWmYfkvtA
## 1539                                                                                                                                                                                               anyways i traded new bl^des w someone and its super good igm
## 1540                                                                                                                                                                                                      Instruction 2682149: "xor bl, bl"\n #OneSecondTweeted
## 1541                                                                                                               DIVIBOX Tactical Web Belt, Nylon Military Belt for Men, Adjustable Outdoor Belt with Plastic Buckle 120 cm GrayBlue… https://t.co/XwZX59iRDv
## 1542                                                                                                                                                                                                    Instruction 2682148: "test bl, 0x1"\n #OneSecondTweeted
## 1543                                                                                                               @J0lyne56 i saw this fake quote about bl, but even it's fake it' not wrong?? actors who do bl dramas are more likel… https://t.co/Mjro3HSVpn
## 1544                                                                                                                                                                                                                 BLACKPINK plsss 🫶🫶 https://t.co/q1v0cSVxBJ
## 1545                                                                                                               @MayXian3 Wtf. Where you read he said "BL they can be popular in overnight" ??? . No one can prove this please don'… https://t.co/krvFCiQe8N
## 1546                                                                                                                                                     @DavidL71912487 @tilldxown Ohhh right 😭 didn't notice that...\nGoes to show how much more global BL is
## 1547                                                                                                                                                                                      @RichardHeartWin @enadorange I'm little RH maxi fish please follow :)
## 1548                                                                                                               @WOOAHAEBOT Np!! I'm so glad you enjoyed!! :D if you're interested in Jaechan, there lots to discover! He's been on… https://t.co/rcCMofnE8R
## 1549                                                                                                                                       Someone help the weird side of bl fans found my tiktok and are fetishizing onlyoneof FREE ME https://t.co/EFr3bBo4nK
## 1550                                                                                                                                                                                                    @renomahm @becomelegendseu @KamiFN1 Bl will dominate c4
## 1551                                                                                                                                                 i found an isekai bl that actually bl 😭🔥 like not some fl isekaid to bl novel. hopefully not love triangle
## 1552                                                                                                                @MansingGohil To ensure that your Flipkart account information is safe, please DM us by clicking on the below link… https://t.co/Wdu9q20ALq
## 1553                                                                                                                                                               @LiirBL You need to find your portkey, maybe you need to recite some classic BL lines first~
## 1554                                                                                                               @smeaton300 @leedslibraries Dawn of time (1987) at Univ Liverpool, the book came from BL and I was allowed to CARRY… https://t.co/YdvTYXviau
## 1555                                                                                                             as promised, TYSM FOR 1K DTIYS!!!! 💞💕\n\nthis took a tad longer than I thought it would so thank you for bearing with… https://t.co/9lw3VX6FXV
## 1556                                                                                                                @KristiWonk @BL_Dwyer @WholeMarsBlog People still use the Swastika culturally without people getting upset because… https://t.co/33nudtvKmc
## 1557                                                                                                                                                                                                                            Forain… https://t.co/KN6QCmHqCQ
## 1558                                                                                                                                                                                   @LiirBL @mania_th_bl 🤣We got bills to pay the pandemic almost broke them
## 1559                                                                                                                @Floriduh59 @FlowRidin69 @joncoopertweets By a political broken political party with no plan to improve the nation… https://t.co/TWTjymDHwQ
## 1560                                                                                                               @bl_ck_coffee Hai . I know and feel how difficult it is to lose weight, but I manage to lose weight only by managin… https://t.co/2waukden7Y
## 1561                                                                                                               @MikaMaiz1 Because there are a lot of Asian related media that use a picture of two men appearing as "lovers" but i… https://t.co/BHnyDTE0A3
## 1562                                                                                                               less than 7 days, 28.11-01-12, he release 1 movie and 1 lakorn. “Proud” cant describe how mae’s feel 🤧Over the limi… https://t.co/cQu3tcUpl5
## 1563                                                                                                               @Brie__yonce it's love in the air, a Thai BL that has truly been doing THEE most re its sex scenes. it's kind of du… https://t.co/QLuVKL0hzQ
## 1564                                                                                                             y eyeing every man of his crew. But those wild eyes met his,\nas the bl\n_tv_promocode_nice_promo_citruss_one_niceone… https://t.co/wmAU9u2N3k
## 1565                                                                                                                                                             @tastyoiii I have learned to never underestimate the amount of casual misogyny amongst bl fans
## 1566                                                                                                                       message 2 before mentions   @Trilliondola @BL_crypto_  @GabyWang18 @WandroMalau @kamoten41975580 @Martirob1… https://t.co/FI0c3cGPnX
## 1567                                                                                                                                                                                        deleted because i dont want catching strays in my bl account bubble
## 1568                                                                                                                                                                        @MayXian3 Chen feiyu SPILL tho. \n\nnugu artist using BL content to gain popularity
## 1569                                                                                                             There is a photo of the first half of the Sasaram inscription taken by Alexander Caddy in 1895 @britishlibrary \n\nLi… https://t.co/aNiZ2EcJzA
## 1570                                                                                                            ats flew to the rescue.\n\nDragged into Stubb’s boat with blood-shot, bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/eflhgBfS7N
## 1571                                                                                                                @woahitsjuanito Just obsessed with how real Greta felt in a sea of unreal performances. And Agatha telling someone… https://t.co/qfQofDAJYI
## 1572                                                                                                               2 Set Drift Skates Plate Liner Protective Rubber Bands,7X4 72X0 78 Inch Roller Skates Road Band Edge Guard for Adul… https://t.co/HuLs8eSoFk
## 1573                                                                                                               @woahitsjuanito While I still find it all just boring and didactic in a way that’s probably better suited for the s… https://t.co/2lpH2yDKfn
## 1574                                                                                                                                                                                           bl¡nks are the most delusional fand0m i have ever seen here tbvh
## 1575                                                                                                         Why is AM rush "schedule" 🔵BL &amp; 🔘SV so unhelpful &amp; inefficient ?!\n10-12 MIN wait ➡️Franc Spr\n13-15 MIN ➡️ Ashburn… https://t.co/dM82DcOfco
## 1576                                                                                                                                                              korea giving us bl after bl after bl and we are here for all of them. https://t.co/LvYdjyv8FY
## 1577                                                                                                                                                                               @lohanisgod I am not racist.  But why does kadarshian girls love bl@ck di*k?
## 1578                                                                                                              Personally my 10th @FIFAWorldCup! ⚽️\n\nUnfortunately no matchday programmes 📖and no official tournament guide 🏟️ thi… https://t.co/xif5jy4hxH
## 1579                                                                                                                                                                                                    A telenovela bl would kinda eat https://t.co/18XbsZaYWr
## 1580                                                                                                                                                @pramitheus Sour grapes. The movie was a blockbuster and there is nothing you can do about it. Deal with it
## 1581                                                                                                               @NikkiIsUntamed I think he's the guy who stars in Immortal, the BL drama based on 2Ha - that has been delayed and r… https://t.co/vfZNV0Bilw
## 1582                                                                                                                          @aposmiling I was shocked hearing them say that too… like they are the best actors I’ve seen in a while in the (Thai BL) industry
## 1583                                                                                                                ayre bl rjel khayye this guy e3id hadde bl bus w hes manspreading literally de7she hale bl zewye  w huwe e3id aa rahto mfarshakh kess emmak
## 1584                                                                                                               @little_jiaxinn_ It is impossible for the BL series to be approved for graphic publishing.  After realizing it, man… https://t.co/ESSMm5iSg5
## 1585                                                                                                                                                                                 @Ioonadaydream Stop coming for eveery single bl crush of mine \nBack awfff
## 1586                                                                                                                             I read Tonari Ni a couple days ago and I'm still thinking about it. ty Basso for my fix of grounded BL https://t.co/hh3FqWrRSB
## 1587                                                                                                                                          What in the the BL Manwha? Mi yo animado tiene los ojos lila mrk! https://t.co/pmeuZT6lqr https://t.co/fSMrv6iGi4
## 1588                                                                                                                                                                        @mania_th_bl Let's just say, I am excited to learn the limit of Thai TV shows 🤣🤣🤣🤣🤣
## 1589                                                                                                               ARTIBETTER Guitar Pickguard Anti-Scratch Guard Plate Self-Adhesive Pick Guard Sticker for 40/41 Inch Acoustic Guita… https://t.co/DaCc1k7lED
## 1590                                                                                                               Read about @RossiAtanassova @ahrcpress @RL_UK   Professional Practice Fellowship project which investigates the leg… https://t.co/K5g9QwjF3o
## 1591                                                                                                                                                                  Blue Line, AM Rush Performance Report for 11/29/22 (see attached) https://t.co/3Z3DHwwyvh
## 1592                                                                                                                                             It Has Been 4 Weeks And No One Has Seen Choroko. We Think She Is Buried Under BL Manga In Her Room Please Help
## 1593                                                                                                                                                                                       @Jupiter_6790 please make BL acc🥹\nI want to talk about BL with you💕
## 1594                                                                                                               ...On this the people of the district used to swear, until the present parish priest ( 1856), Father Fitzpatrick, s… https://t.co/PgiguYQygh
## 1595                                                                                                               @EthioHeritage Thanks very much for finding this. Di you see there are two notebooks of sketches with amazing detai… https://t.co/lucHUSbYUP
## 1596                                                                                                                                                   P’Pai, why so aggressive 🫠🔥🔥 #loveintheair #prapaisky #fortpeat #bl https://t.co/V4BJDpTew0 via @YouTube
## 1597                                                                                                                                 @NE5westend @lee_ryder I don’t think castore are as bad as we think. I genuinely believe the hip they use is just useless.
## 1598                                                                                                                                                                         ATILLA SHORT ANTIQUE BLACK $209.00 https://t.co/v2mYRDfyTE https://t.co/64jxjSNxhU
## 1599                                                                                                                                                                                                                @makapolca Good point 🙂 Survival is the key
## 1600                                                                                                               so i recently listened to milord's asmr streams based on some reco i found somewhere🤣 oh man my heart isnt ready fo… https://t.co/Fwx6iMtvh1
## 1601                                                                                                                                                                                                                                Her stomach is flat as fuck
## 1602                                                                                                                        I have published a blogpost about the progress with my AHRC-RLUK Professional Practice Fellowship project:… https://t.co/OjKr7Vhzdh
## 1603                                                                                                                         📢 110 Sea Ganoderma (in rush)\nAN @ bl******** !\nーーーーーーーーーーーーーーーー\nCompleted! #sangoproof https://t.co/JsNfBDGF1C
## 1604                                                                                                                                       I wanna try out this comic book style\n \n#Perfect #Indonesia #BL\n\nhttps://t.co/4ZaQ0RNZfc https://t.co/L26vGxFKrN
## 1605                                                                                                                                                - DECEMBER - still updating... \n\n💙 KDRAMA\n💚 CDRAMA\n💛 THAI DRAMA\n💜 JDRAMA\n💗 BL https://t.co/n9AzDWsMe0
## 1606                                                                                                                                                                                               @Noeul_lee6 Salmon colour for sure 🤔 https://t.co/1reIzaSyhQ
## 1607                                                                                                             ard and asked for their I.D. cards.  These he handed to\nthe man in the bl\n_ounass_promocode_promo_bath_and_body_wor… https://t.co/bYoQiSMlbW
## 1608                                                                                                                @_nchinchi I have so many. But Junketsu Drop is one of them that I always seem to remember. I guess it must be one… https://t.co/z8zaBcHDh2
## 1609                                                                                                               @JimLNeibaur I think Lancaster and Frankenhiemer had a simpatico that surpassed their material. BL was best when pr… https://t.co/8xDQ60dydu
## 1610                                                                                                                                                                                        go ahead and forget me when it matters the most 🥴 enjoy yourself bl
## 1611                                                                                                                                                                                                                     fuck laxative y’all ever took Mucinex?
## 1612                                                                                                                                                                                                              “Sexuality is fluid” bro pls go drink bl*ach”
## 1613                                                                                                               @jduffyrice @KevinMKruse MAGATS are SUPER~DUPER concerned about what people wear, even down to their underwear, bec… https://t.co/MRfTLWQrWA
## 1614                                                                                                               I am confident that many bl'men have uncomfortably experienced the long glance or blatant stare in mens' urinals/sh… https://t.co/gavJ3vBrPk
## 1615                                                                                                                                                                               Just add blueming ost to my Korean BL Ost list 🫶🫶🫶❤️❤️ https://t.co/xBYXRAZUwE
## 1616                                                                                                                                                                                                                  Gago pls recommend kayo manwha bl juseyo😔
## 1617                                                                                                                         G M M putting both of these dudes in my most anticipated BL of the year. That shit pissed me off for real. https://t.co/eR8dw7bYBf
## 1618                                                                                                              I've been noticing from a lot of people that Destiny is dying.\nTo be honest, for someone that just started the game… https://t.co/OEJXIk7AJj
## 1619                                                                                                                                                                           @nftnftnftart @NftSunage @illustrata_ai @joynxyz @amli_art @bl_artcult Thank you
## 1620                                                                                                                                                                                                                        Through all those worst things how?
## 1621                                                                                                                  @tRick_the_only @Zirnike @DigiMalice @MistressRedWasp @JamesCa70626795 @AgainMothra @ToganJoe @RonFancy @RGanley… https://t.co/UOOJHhwdUq
## 1622                                                                                                               Can y'all stop entertaining bl*nks and svt stans and join the Namjoon streaming party ? Now is not the now the time… https://t.co/fNQMM3EC09
## 1623                                                                                                             POSTPONED | The #ThaiBL, #ChainsOfHeart is postponed its premiere on December 19th.\n\nIt scheduled on February 18, 2… https://t.co/Hfacj5fOuh
## 1624                                                                                                                                          SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/V1RDjIpLhu
## 1625                                                                                                                                          SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/Ow79ejH6Sk
## 1626                                                                                                               @Niles_Chambers @cbouzy "bl"-words dont roll off the tongue at all, rather trips it. Also Spoutible is three syllab… https://t.co/fVoGV79BZ8
## 1627                                                                                                                                                                            why does jihoon and hyunwook always look like they're promoting a bl series(2)😭
## 1628                                                                                                               the current bl trend rn is referencing old lakorns through a bl lens and i think thats such a slay (khun chai, nlmg… https://t.co/l8Onnh3EPh
## 1629                                                                                                                                 @thorsylkius gosh well she's got good taste lmfao... if she ever pops up with a bl account id love to check out her posts!
## 1630                                                                                                                                                                           Isabeau showed me some of her "BL manga". I'm...not sure how I feel right now...
## 1631                                                                                                                                                                                                   THEY'RE READING BL TOGETHER??? ON MY NATIONAL HOLIDAY???
## 1632                                                                                                                                                                        “Troub in de fam! Ees what for?” He took an ancient bl      https://t.co/mWkMBgRpmE
## 1633                                                                                                                @myu39_Ln accidentally confesses after 2 years like you said and sasaki got caught off guard because he thinks omg… https://t.co/vCwcKCE2h6
## 1634                                                                                                                                                                                                  @jae_myy I know we can replace "shocked" with "excited" 😶
## 1635                                                                                                                                                                    MinWon in a BL when??\n@pledis_17 let my boys have their moment https://t.co/YGDKbflPB6
## 1636                                                                                                                           bro how many BL dramas is GMMTV goddamn producing like damn, i already have a ton of trailers saved up 😨 https://t.co/DxKpm1m4Yu
## 1637                                                                                                                                                      @gemcv1 The reason is because I only eat famous food like reading famous BL work🤣\nTomorrow is -7C.🥲🥲
## 1638                                                                                                                                                                                 @LiirBL Statistically speaking, what would happen in the next few years? 🤔
## 1639                                                                                                               @palhania In the future, please do not share your personal details like phone number, email address or order ID her… https://t.co/HvGvdCpPZ9
## 1640                                                                                                               Blue Yeti Nano Shock Mount, Lightweight Alloy Shockmount Reduces Vibration Shock Noise Matching Mic Boom Arm, Desig… https://t.co/luVRxU9FYd
## 1641                                                                                                                           @DreamBL_PT @nomwholis I only know Boom will play musical project series in one31(not a bl) and for Porsche have no updates yet.
## 1642                                                                                                               We’re celebrating #GivingTuesday at Tenable by telling stories of our #OneTenable team members that have found oppo… https://t.co/e6BtOgbAsG
## 1643                                                                                                                 WL Faultless @1010JSK @Vlad840 @Salvato37484842 @trillionaire_bl @funny_karma2 @jgov23 @GRINDMASTER_69 @jpmsimon0… https://t.co/QlakLBYTWq
## 1644                                                                                                            “Modeling is not just beauty and smile, it takes boldness and style.”\n― Amit Kalantri,\n\nphotographer: @bl.photograp… https://t.co/A8O8LWo5ks
## 1645                                                                                                                        WL Faultless @pelallt @oni_cyan_nft @BlairZaye @martbiemans @0xFine @newtagnewme @DysocoJohnny @chriskrozz… https://t.co/fSDBvQE9nT
## 1646                                                                                                               ChainsPro Men Sturdy Figaro/Cuban Chain Bracelet, 6/9/13mm Width, 7 48/8 26inch Length, 316L Stainless Steel/18K Go… https://t.co/p4DsaZXTGL
## 1647                                                                                                               feanorianswelcome said: I see you're a GL enthusiast and others have often tagged you in GL related content... As s… https://t.co/IOnIrE8csX
## 1648                                                                                                                                                                         I will go back to regular BL spam tomorrow, i just really needed the break/sleep 😆
## 1649                                                                                                                                                                                                                                @mania_th_bl Context please
## 1650                                                                                                                                                  Have you watched any Pinoy BL? — Hello Stranger, GameBoys, Gaya sa Pelikula. \n\n https://t.co/nDaVHO9Ct3
## 1651                                                                                                                                                                                       @twtan_ Never been ratioed this bad not even by            bl!nks…..
## 1652                                                                                                              📢 #ad https://t.co/TxbaH2gmXz: SONY PS5 + GT 7 + DUALSENSE WL.CON. MIDNIGHT BL...\nStock changed from "NONE" to "IN_… https://t.co/IIjOc0TuMm
## 1653                                                                                                               @myu39_Ln OKAY BUT YOU SEE WHAT IF THEY MET THOUGH SHARING BLS ON TWT...in this au sasaki ALSO reads bl AND has a t… https://t.co/l6lc5yYeER
## 1654                                                                                                                   This comic is definitely worth reading! Come check it out!\n \n#aitsf #bl #NFTProject\n\nhttps://t.co/MmMR0gcS2n https://t.co/f7q84LtPqI
## 1655                                                                                                                                                                                                     Instruction 2682111: "mov bl, 0x1"\n #OneSecondTweeted
## 1656                                                                                                                                                                                 @yinswife AM I WRONG?? idk bl actors are always going on about ‘p’jack’😭😭😭
## 1657                                                                                                               @im_2_invested @polcahanger It is both NLMG and Warp effect but it seems like Warp effect has more effort in trying… https://t.co/APyuKIZmRX
## 1658                                                                                                                               @pinksmilf @LeeJieuuu @SmithCharts the set up..... now bl*nks will wonder y their favs r being dragged, like u did it urself
## 1659                                                                                                              @AngFdz If I'm not wrong danmei means bl novel (like dangai means bl drama)?\nI don't know the term for ancient sett… https://t.co/SwjV63GLFA
## 1660                                                                                                                                                                                                                                omf cant reach thin BL book
## 1661                                                                                                                                                                               @spicytamsz I think he/she mean for this year not all year\nDon't bl same fd
## 1662                                                                                                              We have an entertainment vote on Weibo about who is the most wild Top in Thai BL Series \nCelebrate for our P’mile w… https://t.co/uEAfkVn5JJ
## 1663                                                                                                                                                                                            @1hateudecember Cheer up! Not everyone thinks your like that...
## 1664                                                                                                                                                                                                                @KingAkamaQc @_BeFootball @Boing6666 Cringe
## 1665                                                                                                                     @Monathereum @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Hey dear Mona ❤️❤️❤️\nI'm ok, thank you))))\n\nHave a good day 😊🙌
## 1666                                                                                                               P'Shogun is all jealous🥺🥺😵‍💫😫@somjetp_\n@save_saisawat @HdGungun imma Hella ready for tomorrows episode🖤#greenmaitoh… https://t.co/1jJjplvoxo
## 1667                                                                                                                                                                     @jimcramer China’s had 5000 deaths vs 1.4 bl ppl. Compare America hundred of thousands
## 1668                                                                                                                                               @nftwithu @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Thank you Alex. Hope you are doing well
## 1669                                                                                                                                                                                                              THIS IS PEAK THAI BL INDUSTRY YALL WTEHATFUCK
## 1670                                                                                                             could do . . . uh . . . how much damage did you say\nhe could do in one bl\n_ounass_promocode_promo_bath_and_body_wor… https://t.co/S783mB17UA
## 1671                                                                                                                                                                                                                  @larisaperezp @anapauugomezz feel u sis 🥲
## 1672                                                                                                                                                                        very cool and inviting6. There were soft, bluey-green bl    https://t.co/EF36y1loBv
## 1673                                                                                                                                          SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/J3U6PhWd8k
## 1674                                                                                                            @gulfkanawut @Ch3Thailand im sure YOU can play bl again with someone one els .\n\nwish when YOU find your \nlover/boyf… https://t.co/rAKcZUOGA8
## 1675                                                                                                                              Voten por MileApo!!! POLL: The Best And Most Popular Thai BL Couples Of 2022 https://t.co/x9x3izrUyf vía @The Netizens Report
## 1676                                                                                                                                  SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) #Lading https://t.co/efT3ZyGTzA
## 1677                                                                                                                                                                           istg if i see any one of u shitting on THE comfort bl... https://t.co/07j8utMRBU
## 1678                                                                                                               @SpaceValveGuy @BL_Dwyer @WholeMarsBlog Also, since Elon has such fun with numbers, he should avoid using the numbe… https://t.co/gow6hZluDz
## 1679                                                                                                                      Fragola 491989-BL Size (-6) x LT -1 FI 3/8" Line Feed Side Adapter Fitting XCJ7IBW\n\nhttps://t.co/e463AuUxDb https://t.co/qsvA5KuSZ2
## 1680                                                                                                           Bloody Mary on spotify:\nAu🇦🇹 #109 (NEW)\nBl 🇧🇾 #34 (+53)\nBel 🇧🇪 #144 (NEW) \nBul 🇧🇬 #47(+79)\nCh Rep 🇨🇿 #33(+42)\nEst… https://t.co/9nxuTX4zLq
## 1681                                                                                                                                  WAVE BL:SACO Shipping has selected WAVE BL to power its all-digital House Bills of Lading (eHBLs) https://t.co/73333qzoeN
## 1682                                                                                                                                          Prothane 4-507-BL 12 Valve Cummins Mount Insert, Black IVJPZMY\n\nhttps://t.co/zaMfRJuEy5 https://t.co/cr3D5bOs6R
## 1683                                                                                                                                   @monkagigachad @rujigax @TohsakaEnjoyer Overall, production wise Ao ashi is better. But bl is more entertaining to watch
## 1684                                                                                                                            Prothane 7-1609-BL Black Differential to Transmission Torque Arm Kit TCGJ9DV\n\nhttps://t.co/vwV1soXoYV https://t.co/c1z3HA6nla
## 1685                                                                                                             🇩🇪 We're super-excited to announce we've been selected to build Dyn Media's new streaming platform.\n\nFrom next summ… https://t.co/EJofArrvNX
## 1686                                                                                                                MY MOST ANTICIPATED GMM BL IS FINALLY COMING!!! Gonna have my PondPhuwin back on my screen!!!! #NeverLetMeGoSeries… https://t.co/TnN47YmtZd
## 1687                                                                                                                                                 Someone else might be pressuring you to move forward on a sign... More for Scorpio https://t.co/0FINh94GZh
## 1688                                                                                                                    Wowowowow this is getting an English version so soon.\n\nCongratulations and thank you, @16245000, @mrblue_bl,… https://t.co/aNlfrZA2qC
## 1689                                                                                                                  recently announced that it has processed over 100,000 electronic bills of lading in the first 3 quarters of 2022. https://t.co/WcQvrGpdKd
## 1690                                                                                                               RT herefshyfshy: @Duezii @BlazedRTs @SGH_RTs @thgc_rts @Rts_WW The horrific yell as I slipped off the balloon would… https://t.co/poVBp41MWA
## 1691                                                                                                               I am a fujoshi studying English as I will go to the US in July 2023. I read mainly commercial BL. I live to read na… https://t.co/Nm5SLCbY4v
## 1692                                                                                                                                                                                       @bl_artcult @DortheJOC @KinoAlyse @delta_sauce awesome ♥️🌸 thank you!
## 1693                                                                                                           I've read this manga multiple times! You should check it out, too!\n \n#artworks #rabbits #bl\n\nhttps://t.co/gyIOL6QrhY https://t.co/klg5UPFcJN
## 1694                                                                                                                 @_RTadyJerry @Sparkybwoii2 @sparkybwoi @FynBoyAjebutter @matthiannaji @emmalee029 @DangoteOfData @1OfficialEugene… https://t.co/rcVTjL8XvR
## 1695                                                                                                             2. Bilateral Deficit is real\n\nBL Deficit is the difference between strength on two legs (limbs) compared to only on… https://t.co/47UC8jRvdv
## 1696                                                                                                                 OFFICIAL TRAILER | เพื่อนายแค่หนึ่งเดียว Never Let Me Go\n\n📲 https://t.co/Rk6bzOOIKf\n\n📅 Premiere on December 13, eve… https://t.co/9zIYe1w2W7
## 1697                                                                                                                                                                                 🗣: "u need to stop fangirling over BL couple"\nme: https://t.co/CvO83Dt020
## 1698                                                                                                               @ImrieKoval Yes the pilot trailer worked bettter for me, but I understand why you’re excited about the villain stor… https://t.co/gvBeQ9zVuk
## 1699                                                                                                               Kamen Rider Blade, the series that had the most surprising BL connection for me. I still can’t reconcile the fact t… https://t.co/6YklNy1HCe
## 1700                                                                                                                                                                                                    @soheesthetics They hv more chemistry than bl actors💀🤌🏻
## 1701                                                                                                                       Mendini by Cecilio 5-Piece Full Size 22-inch Drum Set + Cymbals, Drumsticks &amp; Throne (MDS80_BL) YYXU8TC… https://t.co/6ytt1cIXUW
## 1702                                                                                                                                                               @obscuradao @MecenateFineArt Summoning @bl_artcult and @darkestdollx https://t.co/Kvm3FJjLZr
## 1703                                                                                                                     I’m so exited to see more of the story the mc is so pretttty and the art style is a bomb fr #manhwa #bl #yaoi… https://t.co/vMh0ymbAiy
## 1704                                                                                                               cosmo photoshoot was more bl than the actual bl movies! jfc, they looked like city boys falling in love in summer —… https://t.co/bcCtWDo5HU
## 1705                                                                                                       Tower Fan - 48 Inch Oscillating Fan, Standing Fan with Remote, Quiet Fan with 3 Modes &amp; 3 Speeds, 12H Timer &amp; LED D… https://t.co/n2zx1ng3rh
## 1706                                                                                                               Homall Futon Sofa Bed Modern Collection Convertible Fabric Folding Recliner Lounge Couch for Living Room with Chrom… https://t.co/KPfxPrtcYX
## 1707                                                                                                                                                                                            @mania_th_bl I am shocked at how little one can wear on tv haha
## 1708                                                                                                                                                                                                      @BirdieFanTokens @LIVGolfInv @PGATOUR Interesting....
## 1709                                                                                                                                                             OMGG THIS IS GOING BE INSANE  I AM SO EXCITED I CAN WAIT 23 YEAR OF BL https://t.co/mH90DOfCWu
## 1710                                                                                                                                                                               futs is peak of bl romcom, people stop sleep on it ! https://t.co/K8SZkLYlbQ
## 1711                                                                                                                                                                 Okay so we've entered the era when gmmtv actors are beginning to show their underpants.. 🤔
## 1712                                                                                                                                                                                                                                   @RONDAO_1 Rodso do bl🎈💪🏾
## 1713                                                                                                                                                    Man Who Defies the World of BL!! This show is hilarious, and i want more of it. https://t.co/UB5O7yBRfK
## 1714                                                                                                               @zanna_vl @kristofselle @stationerscomms @britishlibrary And never buy food in the BL cafe. Cross the road and go t… https://t.co/btyYopWXqW
## 1715                                                                                                              ty guys for coming to strim yesterday!! It was seriously alot of fun\n\nand ty to my bl bestie @amamiyumi_ and waifu… https://t.co/o1qbMdZCsS
## 1716                                                                                                             https://t.co/ntX20sYL6k\n\nSony WH-1000XM4 Wireless Premium Noise Canceling Overhead Headphones with Mic for Phone-Ca… https://t.co/PJ2kZ3QBLq
## 1717                                                                                                                 Minnesota Mother charged with child torture after she allegedly stole her son's bl... https://t.co/gtv7XyySmc via… https://t.co/V6KMUu0Urc
## 1718                                                                                                                                                                           @VB6519 @khanumarfa @_sayema And this isn't Terror.\nBl**dy double barrel guns..
## 1719                                                                                                                                                  OOO! 💙💙💙💙 Technically a BL but there is that whole power of love thing… &gt;_&gt; https://t.co/vxcxaY4Dn1
## 1720                                                                                                                                 Eastbound 6-car BL/New Carrollton Train 460 has been holding at Eisenhower Avenue on track 1 for at least 5 mins. (8:50am)
## 1721                                                                                                                                 Eastbound 6-car BL/New Carrollton Train 460 has been holding at Eisenhower Avenue on track 1 for at least 5 mins. (8:50am)
## 1722                                                                                                                                  @GeSunlovers @cdrama_tweet Not outright ban. They didn't state it clearly. BL will air ...just not anytime soon in years.
## 1723                                                                                                                                                                            @emmettdoog Excellent aroo for Taroosday! Have a great day, Emmett, BL and fam!
## 1724                                                                                                             @SpaceValveGuy @BL_Dwyer @WholeMarsBlog But it WAS appropriated. \n\nThe people who invented the swastika probably di… https://t.co/4og0CSeYOz
## 1725                                                                                                                                                                                                                 idk if I should read bl/manga, fic or au 😖
## 1726                                                                                                                                                    @dark_xing Hopefully I gonna finish reading it soon 😅 being a uni student and a bl fan is freaking hard
## 1727                                                                                                               Reflections on an oral history project (re)shaped by the pandemic | read about how COVID impacted on our oral histo… https://t.co/Fs2b5GLH0o
## 1728                                                                                                               My fav bl of all time 😍 Sangwoo choo, the programming background, comedy and character development make me love thi… https://t.co/4zknqDMcFz
## 1729                                                                                                                                                                       underrated anime musim ini karna ketutupan csm, bl sm bleach https://t.co/Nn5RxUbJii
## 1730                                                                                                                                                     @Hokutotrash not me thinking about your tweet about hoku's new drama and bl... then they dropped this😭
## 1731                                                                                                                @hill_hillbill @Petersbrooking @EvLenz @tominfrance @MmzelleFrenchie @vja1999 @vandyke4ad @nonnie100759 @Dissentra… https://t.co/uBhwklw3uk
## 1732                                                                                                                                                                    @cobie @CL207 Indeed. The hustlers (big bl guys) are so god damn tiresome in that area…
## 1733                                                                                                             Happy  #GivingTuesday ! Support our campaign by helping us reach our fundraising goal of $3,000. \n💜\nTo contribute t… https://t.co/nNIViSMikP
## 1734                                                                                                               Factoid Extra:@neilmbriscoe @t2stu @DarraghMcKenna @TopOfTheTower @StvCr Everyone knows the Montego Turbo was the f… https://t.co/ymK2KoJuME
## 1735                                                                                                                                                                                  perth and chimon as a side couple in this new bl? well shit. i am seated.
## 1736                                                                                                               5PCS Blackhead Remover, Pimple Removal Tools, Blemish Whitehead Popping Removal, Whiteheads Spot Removing Zit Tool,… https://t.co/Ejvrae9b39
## 1737                                                                                                                                                                           f wardrobe long. See, girls, do see, how her long bl     https://t.co/NJ0Vifko6v
## 1738                                                                                                               the problem with having a bl that you like but didn't hit blorbo status having a special episode where one of the c… https://t.co/zZvW7ZaBaz
## 1739                                                                                                                With him . So why are you blaming gun for breaking when he didn't do this . Off wants to work with gun . Gun wants… https://t.co/KEGEozXdwC
## 1740                                                                                                               BALENCIAGA is getting CANCELED #shorts #balenciaga - https://t.co/3pS9kRaBWa weeks after dumping Kanye West, BALENC… https://t.co/hdsE3Zy8Yx
## 1741                                                                                                                Atlast watched #GMMTV2023 and the 3 series that caught up my attention were #LastTwilightSeries I completely trust… https://t.co/U2sey2aQkx
## 1742                                                                                                                                                                @hanavideen @BLMedieval Here's an article on Medieval Calendars \n\nhttps://t.co/F8WBSMYzG0
## 1743                                                                                                                                                                         @pray4luvvv @_Messimerizing_ But I said that because BL was the biggest hit by far
## 1744                                                                                                               HDE Silicone Skin for Xbox 360 Controllers Rubberized Protective Cover for Microsoft Xbox 360 Wired and Wireless Ga… https://t.co/TkgTRxKLnL
## 1745                                                                                                                                                                                        @mikunn_e @thesheddyking One this day you shall join me in paradise
## 1746                                                                                                                               @letsgoskz008 kinnporsche is a thai bl drama, it’s not yaoi (i’m pretty sure yaoi is used for japanese productions only too)
## 1747                                                                                                                                                                        its not surprising if someone thinks this is a bl drama 😭 \nhttps://t.co/8FEoBkyo9e
## 1748                                                                                                                                                   Okayyyy you BL series is definitely not a place to introduce and promote a new 2nd CP pleaseeeeeeeeee 💀💀
## 1749                                                                                                                                                                               @vanillamims33 They will manifest that bl project everyone hoping they get 😏
## 1750                                                                                                               @BriggonSnow Our Skyy is 5 episodes, each following up on a couple from an earlier BL (ok, 3 BLs and the BL subplot… https://t.co/F8pewQMab9
## 1751                                                                                                               CollarDirect Galaxy Cat Collar with Bell Space Pattern 2PCs Adjustable Safety Breakaway Collars for Cats Kitten Bla… https://t.co/5LTiQ7dxVv
## 1752                                                                                                                                                                                                             @newuzery like twitter bl fandoms (??) etc lol
## 1753                                                                                                               They will spend hours reading bl yaoi n calling themselves fujo then go to twitter supporting homophobia irl becaus… https://t.co/dGzBydqV1B
## 1754                                                                                                           cw) disclaimer:\n• bl, gay, homo, lgbt\n• orv, ship joongdok slight doksang \n• OOC, harswords, vulgar, nsfw\n• just fa… https://t.co/KzWIMonzY6
## 1755                                                                                                              @falloutplays Prob too late but something I wanted to add upon consideration: Strand\n\nDepending on how drastically… https://t.co/lNAq6TwUFq
## 1756                                                                                                               #NeverLetMeGoSeries ummm what happened to the dark, angsty themes??? The pilot trailer capture that very well but t… https://t.co/GG1MThjm08
## 1757                                                                                                                    whitelist Assigned  @MedellinAP @wangy190a @lukeabc @Connor___Cheek @jake_rhill @ChahalDesigns @kedziora_james… https://t.co/oCuSlaxygK
## 1758                                                                                                               I have an instinct that the season 2 of a "Weak Hero Class 1" had the mix of a bl series😂. Why ? It's  because on e… https://t.co/vQY6VJHWHq
## 1759                                                                                                                                                                                                                     @UndergrndDrama I love this bl so much
## 1760                                                                                                                                        the beginning was really fucked up and all but i love the development of this story and thats how u write a good bl
## 1761                                                                                                                                                               weak hero's si eun and soo ho's bromance more BL than any other BL 😳 https://t.co/GCQyEBzQZY
## 1762                                                                                                               Pointed Tiger Eye Pendant Natural Black Onyx Clasp Closure Necklace Gemstone Adjustable Necklace Protection Stone N… https://t.co/2xPMfo1Asq
## 1763                                                                                                               Uk what's the best thing of him guys? The way he is saying grateful in every event that they went to and never forg… https://t.co/zJ3mbF0paf
## 1764                                                                                                                                                     @Fuzail988 @NadeemNusrath1 @sardesairajdeep @manipaluniv What about allah hu akabar chant before bl@st
## 1765                                                                                                                                                                    @Yami_Umai I wanna make friends that I can play games with and gush about BL things to.
## 1766                                                                                                                                                                           @prakashraaj I think you bl**dy is from a woke side. It seems nobody cares woke.
## 1767                                                                                                               @starsforskz Oh sorry I didn’t know bout yaoi thing- I just heard somewhere I don’t remember - so like- kinn porche… https://t.co/O1zsC6oaZh
## 1768                                                                                                               @Bongs90209970 @Siyanicent @mueslimomo @ImbouMax @AfricaFactsZone 😂 People will always come to ur country as long y… https://t.co/dmC6uw8USi
## 1769                                                                                                               @one_right_now @_Messimerizing_ Bl mv had blood in thumbnail so they stopped the reach and syt have that face surge… https://t.co/7ZdctcgmbB
## 1770                                                                                                                                                      @bl__bts_ @fort_fts well make up artist shared this for Fort's bd celebration post soooo yeah hahahah
## 1771                                                                                                                                               me trying to act sane after reading my favorite ship having sex in the bl im reading https://t.co/6Ipo2Wmcxk
## 1772                                                                                                                                                                                                             and that’s how you do bl mafia themed series 🔥
## 1773                                                                                                                                                                                                                                    ! l0ve my s!bl!ngs !!!!
## 1774                                                                                                                                                                                       excuse me i want to watch my silly little bl https://t.co/P0kPwdjoru
## 1775                                                                                                               This is Mr Boohig who in 18 march 97 opposed the Murphy family s appeal in circuit court skibbereen he stood over l… https://t.co/BdYP9QaDfa
## 1776                                                                                                                                                                           ANGEL TALL ANTIQUE BLACK $236.50 https://t.co/YN9vEQefKp https://t.co/YatRmYZ1GB
## 1777                                                                                                                                                                                     @RonFilipkowski You are feeling bad cause you are not bl@ck , poor you
## 1778                                                                                                                                                                                                                         @H0laSoySerena Le fi shams bl awal
## 1779                                                                                                                                                                                                                            @JAYFUSED @fort_fts That's him?
## 1780                                                                                                                @mayhewbergman When we had lunch at BL, you talked about the pronunciation of "wifi" and all the signals and noise… https://t.co/vbBSA9D2eH
## 1781                                                                                                                                                                                                                               @blisanewblack Is this a BL?
## 1782                                                                                                                   W I N D 🌬️\n\nA fan art for @fort_fts\n\n#prapai #prapaisky💨☁️ #loveintheair #loveintheairtheseries #bl #thailand… https://t.co/LuiCC1boLc
## 1783                                                                                                       @BriggonSnow Until We Meet Again and its follow-up Between Us\n\nVice Versa\n\nLove Sick 1 &amp; 2, especially the "BL cuts… https://t.co/fGbRPEMK9k
## 1784                                                                                                                                                                                                                                 Senegal is winning today 💯
## 1785                                                                                                                                                                                                                              Which bl should i watch next?
## 1786                                                                                                               The Everything DASH Diet Cookbook: Lower your blood pressure and lose weight - with 300 quick and easy recipes! Low… https://t.co/nvxZviENai
## 1787                                                                                                                @letsgoskz008 but the term ‘yaoi’ is often confused with just boys love so i get where you’re coming from, because… https://t.co/ihdce9kHOq
## 1788                                                                                                                i love how the whole family are there for him, his pa, ma, his brother, are proud, supporting him, and helping him… https://t.co/COuoka4VFC
## 1789                                                                                                                The hardest thing in life is having feelings in your heart that you can't put into words. that is pure feelings of… https://t.co/oM99EyJ5yr
## 1790                                                                                                                                                                                                          JUSTICE FOR VEGASPETE 😭😭😭 https://t.co/9BOVtiYQ4V
## 1791                                                                                                           WTS/LFB\n\nBL pbox - 50php/each (HMT, ULS, Big Apple, Lover Boy, AMOV)\n\npls help RT @krmanhwa_market @kr_retweeter th… https://t.co/5lbxIzzJaT
## 1792                                                                                                               Shop Now: https://t.co/qvZB0wpMOe Dressage T-Shirt, Horse riding shirt, Horse riding gift, Dressage shirt, Dressage… https://t.co/mv408Hpjeq
## 1793                                                                                                               @POTUS ONLY A ""P E R V E R T--PIECE OF T R A S H"", LIKE YOU WOULD DEMONIZE POLICE, WHEN POLICE MAX KILLED 6 B L A… https://t.co/TommwAS0v6
## 1794                                                                                                               Shop Now: https://t.co/6TUd7ujthx Feeling Down Saddle Up T-Shirt, Funny horse riding shirt, Dressage shirt, Horseba… https://t.co/BZPBR87q1I
## 1795                                                                                                                                               Gmmtv serving us a quality BL Series for the last minute of 2022 #NeverLetMeGoSeries https://t.co/d8wBq9cEaq
## 1796                                                                                                               @travis_bl @NorthRoadCycles I was torn too, I don’t see me ever doing downhill but there is a wealth of tracks on m… https://t.co/9wsuggBKIB
## 1797                                                                                                               @Hokutotrash I know right😭😭 I can't imagine that either. I've always wanted KZHK's first bl to be with e/o. And for… https://t.co/KZiNQKhaaT
## 1798                                                                                                                                               "I don't fight anything don't you guys know that already Bl Tis why I'm the Uke, not the Seme :D " #DenseBot
## 1799                                                                                                               @POTUS ONLY A ""P E R V E R T--PIECE OF T R A S H"", LIKE YOU WOULD DEMONIZE POLICE, WHEN POLICE MAX KILLED 6 B L A… https://t.co/90Si5SSasM
## 1800                                                                                                                                                                                       @Hokutotrash wait i need to process this... it's not a bl right????😭
## 1801                                                                                                               @moondust_36 @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @acidframerate Thank you very much for be a… https://t.co/5Vshv0H1OJ
## 1802                                                                                                                                                              me wanting to purchase another new bl manhwa : oh look there's a fly flying outside my wallet
## 1803                                                                                                             The feast days of December with the martyrdom of Thomas Becket on 29th December now erased. \n#MedievalCalendar\nBL H… https://t.co/XHZhuEZWVz
## 1804                                                                                                               @POTUS ONLY A ""P E R V E R T--PIECE OF T R A S H"", LIKE YOU WOULD DEMONIZE POLICE, WHEN POLICE MAX KILLED 6 B L A… https://t.co/1QXFG5HZMl
## 1805                                                                                                                                                                                                 I wish my knowledge on manga is as wide as my bl catalogue
## 1806                                                                                                                                                                                                          Cleared: Incident on #QM32Bus WB at Bell Bl/23 Av
## 1807                                                                                                                                                                                                    @_Messimerizing_ How tf has more views than BL MV?? 💀💀💀
## 1808                                                                                                                                                                    Another day, another bunch of weirdos losing their shit that BL exists and is consumed.
## 1809                                                                                                                                   PROTHANE 1-1904-BL Black Urethane Motor and Transmission Mount Kit for CJ5, CJ7 and CJ8 XTHL2SU… https://t.co/l24xwfBWLY
## 1810                                                                                                               Time to get ready @apac_ssn members to join in with @ARAScot #12DayOfArchives and showcase you #PerformingArts arch… https://t.co/tMyEFVGXv2
## 1811                                                                                                                                                                       @MrDimplesSD @Hoodville_ I am not a bl@ck who does this low grade job of recycling 😏
## 1812                                                                                                               "To fall in love with Christ, to be loved and transformed by the Sacred Heart, to have a contemplative sense of God… https://t.co/XZpEiY6vUs
## 1813                                                                                                                                                                                                                                                    Messy 🤯
## 1814                                                                                                               #OTD in 1877 US inventor Thomas Edison demonstrates his hand-cranked phonograph for the first time.\nTo learn about… https://t.co/bqceJI9icv
## 1815                                                                                                                                  @bvtterflyxv who would've thought the plot twist of the century would be presented by a bl series https://t.co/fWOd8ggu1R
## 1816                                                                                                                @ssyazwanaa With all the GE15 tension that divide some of us, I really feel the next Malaysian Open 2023 should be… https://t.co/Ith0ogpLeZ
## 1817                                                                                                                                                                    its them against the world #bl #manwha #pearlboy #doosik #jooha https://t.co/e2ze5KXMmF
## 1818                                                                                                                                                                                                                               @0087_bl Thank you Lalaine 😊
## 1819                                                                                                               for the short moment they've been together , they've given so much things and happiness to eachother 🥹 they look so… https://t.co/d8dPhOLQwj
## 1820                                                                                                                                                @moondust_36 @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @acidframerate @d1460_nft Amazing 🤩
## 1821                                                                                                                @shahrazadsani With all the GE15 tension that divide some of us, I really feel the next Malaysian Open 2023 should… https://t.co/D2pN82lxAL
## 1822                                                                                                                This #GivingTuesday help us care for our collection by adopting a book from our list of classics from Little Women… https://t.co/XvLlu3sf5c
## 1823                                                                                                                                      @reigenshisou @yesehep NO?? YOU ASKED ME DO I READ BL AND THEN I SAID I DONT BUT IK UMAI DOES SO YOU COULD GO ASK HER
## 1824                                                                                                                                                                    That emptiness feeling after finishing your favourite BL series :( &lt;&lt;&lt;&lt;&lt;
## 1825                                                                                                               #NeverLetMeGoSeries is giving me #whereyoureyeslinger feelings. I am here for it all. I love that we can see elemen… https://t.co/1wQwiSELhg
## 1826                                                                                                                                                                      @LARSENLovelorn You ain't got to lie we know about that Brazilian BL you got keep up.
## 1827                                                                                                                        This comic is definitely worth reading! Come check it out!\n\n#TGIF #bilibili #bl\n https://t.co/1FhjFuUDd9 https://t.co/z9igCnB9Wr
## 1828                                                                                                               ' i hope that this light of my life never fades ' - doosik. 😭🥹 i found this panel and that quote so beautiful.  the… https://t.co/hETT4f0qGH
## 1829                                                                                                                                                                                                           @FAAAAAAAAANI_ It's BL 👀 https://t.co/VgJIyQE7oW
## 1830                                                                                                                5 PCS Under Couch Blocker for Pets, Blockers for Furniture,Dog and Cat PVC Adjustable Clear Couch Blocker for Sofa… https://t.co/aUs0pBSYcr
## 1831                                                                                                                                                     @DeoNonFortuna3 I took some there with my crappy phone a couple of weeks ago, not a patch on that one.
## 1832                                                                                                               @Willard1951 Thanks for asking because I had forgotten (I was going to go into details at a later data, but this al… https://t.co/qMrmYBt1qA
## 1833                                                                                                                                                                                                      word play is great and they got bl scenes too ^//~//^
## 1834                                                                                                               The untamed 10000/10💗\nIt's a bl adopted from a famous novel. Really a masterpiece and my all-time fav cdrama. made… https://t.co/lp6HD5wbAG
## 1835                                                                                                                                                                        very cool and inviting6. There were soft, bluey-green bl    https://t.co/GrPEzQ5vz5
## 1836                                                                                                                                                                                                                   What the fuck!!? https://t.co/KROel7LqPx
## 1837                                                                                                                                                                                                                             @DeoNonFortuna3 Terrific photo
## 1838                                                                                                                                      thats it. im not about to miss out on good BL novels just bc i cant read and understand korean, im gonna learn it 😂😂😂
## 1839                                                                                                               YihuiDurable 10 Pack of Non-Perforated 3M Strong Adhesive Hooks Colorful Mini Cute Wall Bathroom Kitchen Waterproof… https://t.co/i6Wax3BGuc
## 1840                                                                                                                                                            PRYSM boleh jadi media of the year sebab BL🇲🇾 is the FAN OF THE YEAR 😁🔥 https://t.co/y5SDXb4qG7
## 1841                                                                                                               @Kerry_edu @rpondiscio When a parent chooses a school that teaches BL and child isn’t reading, the school disagrees… https://t.co/bOvypYQLol
## 1842                                                                                                               @pieeeUWMA 😂 that girl startled me when she said "this copter" 👀.... Because I remember when someone asked fourwhee… https://t.co/RbuefH0ftM
## 1843                                                                                                               WTS/LFB\n\nPunch Drunk Love BL Pbox - 110php set\nSecret Relationships - 110php set\n\npls help RT @krmanhwa_market… https://t.co/pQ6PQKVZK0
## 1844                                                                                                                                                                        The way in interviews Gulf is never ashamed to say that acted in bl makes me proud.
## 1845                                                                                                               @sintydavid @NorthRoadCycles I mostly ride a now 8 year old Cannondale CaadX and get very few days when I'm happy t… https://t.co/ga061JrbN7
## 1846                                                                                                                                                                                                           Bl recommendation please https://t.co/uSlzDl7XQq
## 1847                                                                                                               It's been a long time since the last time I found a BL which very pure. Which not about lust and not about a need t… https://t.co/qraVNzb5V1
## 1848                                                                                                             @xoshamieh Oooh Big Dragon aka. gay college version of 50 shades lol\n\nThai BL is what keeps the international audie… https://t.co/mKpfUZ6ym3
## 1849                                                                                                                 just when bkpp em and ohmnanon retired... filmjam become an established pair. im afraid ill stay on bl twt forever https://t.co/9HZSVzvI3F
## 1850                                                                                                               @emmettdoog Happy Aroo Tuesday, Emmett! You are in very fine form today and started our day on a positive aroo note… https://t.co/W6eV0nmtFG
## 1851                                                                                                             One thing I’m absolutely certain of is that certainty corrupts the human mind.\n\nThis paradox beckons me to hold thi… https://t.co/iqafOJPFuL
## 1852                                                                                                                                                                                       @rize0t7addict If we say this loudly, bl!nks say we are crying lmao.
## 1853                                                                                                                                  ‾‾‾\nOh so is this like a prep or pre-game for the upcoming bl of perth and chimon next year\n___ https://t.co/iHPst31HHY
## 1854                                                                                                                      @blastroyale May I know if thos who are in BL will able to farm CS and BLST? by the way when will be BLST and CS listed on exchanges?
## 1855                                                                                                             WTS/LFB\n\nThe 🍕 Delivery Man and Gold 🏰 BL Pbox - 220php set\nPearl Boy - 220php set\n\npls help RT @krmanhwa_market… https://t.co/bVbgGA7s7Y
## 1856                                                                                                                haakaa Silicone Baby Finger Toothbrush,for Training Teething and Oral Cleaning,Soft Food Grade Silicone,0 Months+,… https://t.co/qxj5Prwlj4
## 1857                                                                                                                                                                            @Noeul_lee6 @amantedel__bl @kissmybodyth Beautiful guys @Noeul_lee6 @Bossckm_ 👑
## 1858                                                                                                                                                                                     @world_of_bl_com Never let me go will start on the 13 of december also
## 1859                                                                                                                                                    @Cyleris_84_BL I have two as well, 1 boy and 1 girl...Zachary is 22 and Katarina will be 18 next week!!
## 1860                                                                                                               @RWWFilm Only 2 people on Twitter have read my BL 8 script (3, but one read was facilitated on reddit) and both gav… https://t.co/mGf2Vf96qc
## 1861                                                                                                               @CEOofMisaka "But guys how can I be accepted  by others with these icky wicky fanservice" says the anime tourist wh… https://t.co/JkPB7X93f9
## 1862                                                                                                               Que-T 8 Pcs Aluminum Linkage Rod Arm Set / Upper and Lower Suspension Links Set of 8 for 1/10 Axial Wraith 90018 RC… https://t.co/yTNhp5pRNK
## 1863                                                                                                                                                                                   as far as i know, this is their first mafi4 bl.\nhttps://t.co/u8fhczN1DT
## 1864                                                                                                                                 @travis_bl @NorthRoadCycles That was last years xmas present, although the road and Tri bikes only really are fair weather
## 1865                                                                                                                                                                                                            Oomfs don’t realize I’ll read bl anytime of day
## 1866                                                                                                                @JoeBucsFan Bowles and BL, in my opinion, are the reason TB12 will likely be in SF next year with a loaded roster.… https://t.co/R5uwDSOazE
## 1867                                                                                                                  Mari's reaction to #MyToothYourLove EP 7\n\n#react #bl #drama #taiwandrama #retweet @LovingBlogs #TheBlogNetwork… https://t.co/bmyCJwmMc2
## 1868                                                                                                                                                                                                    HELLOOO ONCE AGAIN BL WORLD!!!! https://t.co/xjPNdWBqJX
## 1869                                                                                                                                                                                         BL Global - Business News for 11/29/2022 - https://t.co/2d9MWd9yJE
## 1870                                                                                                                         #NowInStock Get the #Makita DLX2423BX3 18V (Compact) LXT BL Sub-Compact 2 Tool Combo Kit for just $279 at… https://t.co/N9Wnf2caO3
## 1871                                                                                                                    I can't wait to see what happens next! Click the link below and join my struggle!\n \n#BL #freemanga #webtoons… https://t.co/gUZ0PCVyCW
## 1872                                                                                                                                                                      ANGEL SHORT ANTIQUE BLACK $209.00 USD https://t.co/T6UM1PLdQu https://t.co/RyTWXZHcO8
## 1873                                                                                                               omfg the trailer was sooo good i love the colouring so much it really looks like gmmtv’s prettiest series!! pondphu… https://t.co/4tf6oAQMiO
## 1874                                                                                                                                                                         No human institution is immune to corruption.\n\nOur faith needs an ‘other’ focus.
## 1875                                                                                                                                       Politics is one hell of a dangerous substitute for religion. \n\nWorship of corruption is the corruption of worship.
## 1876                                                                                                                                                                                                                                    IM GONNA GO BL OBSESSED
## 1877                                                                                                               If you are looking for a bl chinese drama, "[BL] Oh! My Sunshine Boyfriend 🌈" on yt is a scam. The real title is "A… https://t.co/ifqzjKSmdE
## 1878                                                                                                                                                                                                    Hwang in yeop in a BL lead when https://t.co/j0L6ytuaA8
## 1879                                                                                                                                                                                           @8mitsuBee_ If it's BL, my closest guess is "Itoshi no XL Saizu"
## 1880                                                                                                                                                                                 This is like Klaus but hnks slice of life (bl?) au https://t.co/tD4ZKRQ9JV
## 1881                                                                                                                @kauchama I feel like it's because they know their readers are BOTTOMS thats why they made the protagonist usually… https://t.co/AnE1tDhZZo
## 1882                                                                                                                                     JAST BLUE to bring Varenyett’ BL Visual Novel, ‘Sorcerer’s Choice: Angel or Demon’ to the West https://t.co/lw8DjvtOBi
## 1883                                                                                                                              @TRENDYGOLF @NickFaldo006 Bought it at Hawick GC on a golfing break if my memory is not tricking me. Mostly blue of course...
## 1884                                                                                                                                                                                                                                        @Maevystv Fragile 🤔
## 1885                                                                                                                             @MertHakkiAydin Ranga sir has designed this Blowing cooker used in Mangalore auto bl@st recently Bsdk🤡 https://t.co/EZtITsXDFq
## 1886                                                                                                                                                                            @feidtoblack SIR JEFF FROM OFFICE THEME BL WEBTOON\nFIGHT ME! RRRRaaaaaWwwR 🦖🦖🔥
## 1887                                                                                                               I was fooled by yt clickbait saying the drama is bl. 4th eps i can't even see any bromance and not even a hint of i… https://t.co/RZQFNCFIWG
## 1888                                                                                                                                                                                                         This looks like a bl drama https://t.co/8Snj4f7lAR
## 1889                                                                                                                                                                                                     @TRENDYGOLF @NickFaldo006 I fcuking had one of them🤣🤣🤣
## 1890                                                                                                                                                                                                              @travis_bl Been in a few times now. Good pub!
## 1891                                                                                                                                                                                 @creagether This really is much funnier in Polish, especially bc it's bł 💀
## 1892                                                                                                             "Don’t Say You Love Me" is an absolutely perfect comic! It's living rent free in my head!\n\n#gay #DigimonSurvive #BL… https://t.co/Q4UmtvEfZI
## 1893                                                                                                                                                                                                        @sintydavid @NorthRoadCycles Good cleaning gear....
## 1894                                                                                                                                                     Prothane 6-1301-BL Black Rear Bump Stop Kit EELVAH5\n\nhttps://t.co/0qxTS3H8HW https://t.co/5X72VDfIlV
## 1895                                                                                                                @krembeni She uses hypno on me to make me imagine I'm a cute submissive and breedable girl and I get dominated and… https://t.co/C4agmyUPZX
## 1896                                                                                                                                                                                            He came straight from bl webtoon 🥵🥵🥵🥵🥵🥵 https://t.co/zeXOJC1y4p
## 1897                                                                                                             This comic is definitely worth reading! Come check it out!\n \n#Colouring #bl #animationdev\n\nhttps://t.co/v17F3ZJVN5 https://t.co/AryVZ0ah3V
## 1898                                                                                                               @NikkiIsUntamed Isn't that guy the one who said something mean about Yibo, like insulted him for being in a BL show… https://t.co/bcfrc6611R
## 1899                                                                                                                                                                                              I haven't seen a gmm bl since bbs I want to watch this so bad
## 1900                                                                                                                                                       @the_weind 61 year old "Kid" brother had his latest booster at Clatter bridge a fortnight ago, busy.
## 1901                                                                                                                                                                                                                               BL DRAMA ROLE SETTING I LOVE
## 1902                                                                                                                                                                                                     @cryptofishx @KevSTi9 Majin if they forgot to BL me...
## 1903                                                                                                                                                                                                                  @ShippersHeart_ Sounds like a BL series 🤔
## 1904                                                                                                               @JiteshK_JK @MJ_007Club A time bound sentencing is must ...Bl''dy, let them sit overnight... they are actually enjo… https://t.co/GJyuAY9zDD
## 1905                                                                                                                                                       BHATTACHARJEE SHYAMAL: PELE:: 80th BIRTHDAY- AFTER ALL HE IS MADE OF " BL... https://t.co/VqtN6Vb2ac
## 1906                                                                                                                                                       @BackstreetLamb Omg iQIYI is pinning that show so hard! They are the capital of BL is the show good?
## 1907                                                                                                                                                                                                                  IT'S FINALLY HERE https://t.co/MFeCgLtTgs
## 1908                                                                                                                                                             @LrJKB @rajiv_dmk @annamalai_k Sir. Are you sure he is a BL! Ppl are saying he is a double MA!
## 1909                                                                                                                                                                      @bbius_luver I dont think I can send u a direct message, unless if you can chat me up
## 1910                                                                                                                                                                           Most Awaited BL Series! #NeverLetMeGo #PondPhuwin @GMMTV https://t.co/uJL7omU76E
## 1911                                                                                                              The fragmentary seal of Blanca of Portugal, alongside her portrait in the 16th-century Portuguese Genealogy. \n\nYou… https://t.co/4QKWuSUDy4
## 1912                                                                                                                                                                                                                                             i need money 😌
## 1913                                                                                                             #AFA2022 haul + a bunch of niji stuff that came in the mail today 🤡🤡🤡 im poor\n\nAnd also 19 days comic!!!! I love me… https://t.co/9VfSzaAtTd
## 1914                                                                                                                                                        RT-2 LDA City Lahore Phase 1 Plots For Sale Block A1 | Confirm Inventory https://t.co/8Lkg62Z1IQ...
## 1915                                                                                                                 See thru 🌊\n.\n.\n.\n#asianmen #korean #koreanmen #koreanmakeup #koreanfashion #hyung #asianhunk #koreanhairstyle… https://t.co/NMFaY1gFtH
## 1916                                                                                                               @BUB_BL_ES I'll get it off your hands give it to me gimme gimme gimme gimme gimme gimme gimme gimme gimme gimme gim… https://t.co/jK6C1O5ZN5
## 1917                                                                                                               @biotech_moose @CryptoSloan99 @GeorgeWLDD What triggers the covering? 4th quarter positive FCF would certainly help… https://t.co/MJc5kd7KRl
## 1918                                                                                                                                                @deltrems Used to frequent the Horseshoe in my Glasgow days. Deucars my go to beer in those days. 87-88 ish
## 1919                                                                                                                                                                                                          @ddeurama JUSKO POND🫣🛐🛐❤️‍🔥 PONDPHUWIN BL COMEBACK~
## 1920                                                                                                               @KateSwaffer @chrissythelker @DementiaAllianc Unfortunately we sometimes need to repeatedly use the inclusive posit… https://t.co/wrH8iyEZ5o
## 1921                                                                                                                @butakkhe @RemultaBlue @kchartsofficial did you even know the criteria? did you even know how many total votes did… https://t.co/7IbzVfrULD
## 1922                                                                                                                                                                                                       @Congelatoreh Congelatoreh reads BL on a daily basis
## 1923                                                                                                                       @songxiaomarried same like I have watched many bl (+straight) series but like none feels like them. There's now ay I can ship others
## 1924                                                                                                                                                                                                                                @Apoireau02 @CanV2nico Dors
## 1925                                                                                                               While I love the uneven BL dynamic at the beginning of a story sponsor/subordinate, creditor mafia/debtor, CEO/subo… https://t.co/mg8HH5Uowb
## 1926                                                                                                               i've never waited for a bl series like i did for never let me go (and moonlight chicken lol) but oh my god it's fin… https://t.co/oemukmElXo
## 1927                                                                                                               @GoldenJKUnivers @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 We req… https://t.co/hRr30moYlX
## 1928                                                                                                               @GoldenJKUnivers @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 Hello.… https://t.co/eiOBUYxLek
## 1929                                                                                                               @97SARCHIVES @billboardcharts @luminate_data .@billboardcharts @luminate_data The official Music Video of "Dreamers… https://t.co/8LSSgZH7TG
## 1930                                                                                                                    @Jk_trend_songs @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 Hi… https://t.co/GipNuJDVDx
## 1931                                                                                                               @CTighfield Bl**dy hope so....the Yew Tree is having developments put on and around it that will affect it, and thi… https://t.co/v5e7bj2X2V
## 1932                                                                                                                    @JJKMILLIONDOL @billboardcharts @luminate_data @billboard @unitedmasters @gthot20 @surfwax83 🚨@billboardcharts… https://t.co/XwledIrSdp
## 1933                                                                                                                            @_RapperJK @billboardcharts @luminate_data @billboard @unitedmasters @YouTube Urgent! @billboardcharts… https://t.co/4jvZ6FM2Dh
## 1934                                                                                                               @jungkooktrends @billboardcharts @luminate_data @billboard @unitedmasters @YouTube .@billboardcharts @luminate_data… https://t.co/ipAor8qGQG
## 1935                                                                                                                      @stussyjjungkook @billboardcharts @luminate_data @billboard @unitedmasters @YouTube Urgent! @billboardcharts… https://t.co/i42iVjnYZH
## 1936                                                                                                              @GeorgeCochrane1 Leaky rust bucket... The TR8 though was worth the pain.\n\nHow did BL manage to actually build cars… https://t.co/639nri9Q9y
## 1937                                                                                                               @janelhops Bl fan they don't like who is being real who is straight forward person who is not into FS let them enjo… https://t.co/zK0eVahJi4
## 1938                                                                                                                                                                               can't ever put jooheon in a bl he'd be gone for real https://t.co/4PEw0joqir
## 1939                                                                                                               @neiImobiIe yaoi isn’t even used anymore, bl is the correct term. the thing is, you don’t even know what you’re tal… https://t.co/1R46a5h0x8
## 1940                                                                                                                                                                                            FIRST GMM BL THAT AIRS ON WEEKDAYS, RIGHT?! #NeverLetMeGoSeries
## 1941                                                                                                                                              DNA Motoring ITK-0048-BL Cold Air Intake System Blue [For 04-11 Mazda RX8] QW7MTGS\n\nhttps://t.co/HqCNExatVb
## 1942                                                                                                                                                                                                                    Did I just finished reading 3 bl manga?
## 1943                                                                                                                                                                          pondphuwin bl comeback~!!! – after fish upon the sky. 🐟🎏☁️ https://t.co/L25u5oXgLJ
## 1944                                                                                                               @hey_aanne @fitmomhsien @shijiaxiaoxu Owh hahaha! He's coding secretly with TJC too, since their drama can't air. I… https://t.co/ZfLChyTaro
## 1945                                                                                                            The Ghost's Nocturne [Ananas, Artist: C_R_Jade]\nJae Shin Son Of Yama, Crown Prince Lee Nok\n.\n[Twitter: ananas4write… https://t.co/9v9e2QA2Fj
## 1946                                                                                                                                                                             somebody said this is the remake of yanan's bl drama?? https://t.co/dGV7aOeuq2
## 1947                                                                                                                                               gawd i was supposed to take a 30 min break to eat and then it turned into like 3 hrs of me reading bl manhwa
## 1948                                                                                                                Gunner William Ruxton was discharged from the Bombay Artillery in 1859 after 23 years’ service because of old age,… https://t.co/LivmWBEOqw
## 1949                                                                                                                  now that I think about it, i don't know of any BL webtoons where the protagonist is the top......? I'm sure they're out there somewhere..
## 1950                                                                                                                                                        @RobertL12227849 @Billy24752 @thepaulwilliams Tell me about those BL tours.......\n\n3-0 whitewash.
## 1951                                                                                                               I’m so happy for my ship these days my Polca heart is so happy. I started stanning them jud pag 2020 kay solid Pera… https://t.co/hlLIsy3Ars
## 1952                                                                                                                                  On another note, I have been reading this bl manhua and the dude finally confessed at chapter 133, what was he doing lolo
## 1953                                                                                                                                                                             @nagrom_bl I feel like I’m the only person that doesn’t name their Pokémon lol
## 1954                                                                                                                              Check out much more on Bilibili Comics - search "Lovely Lies" and favorite!\n \n#zelda #SDCC2022 #BL… https://t.co/XKPQAS0Ttr
## 1955                                                                                                                                                                                                                             @Mone_fb @Flow_bl It'suspended
## 1956                                                                                                               yeonbin blindfold dance break yeonbin blindfold dance break yeonbin blindfold dance break yeonbin blindfold dance b… https://t.co/VtW2kWXmvN
## 1957                                                                                                                                                                                               @Stixx1979 @Dullard_is_Back @manny_efc And then you wake up🤣
## 1958                                                                                                                                        @memorymagesimp if you look up the words "yaoi, yuri, turkey, stuffing, bl" seperately and you'll see all my tweets
## 1959                                                                                                                                                                                              @gloryhvle @PopBase Because BL comes first before BT. Gets? 😂
## 1960                                                                                                                                     actually yeah note to self: read BL more to divert depression to a fictional char's more depressing and gay life story
## 1961                                                                                                                                Leftover squash and turkey breast risotto for an early, cycling induced lunch. Absolutely marvin... https://t.co/tDo5jSzOMd
## 1962                                                                                                             Warning spoiler ⚠️\n\nThe handsome killer in black 🖤 unusual look with his hair down 🥵\n\nSender terta3man Ta3man dari… https://t.co/ulrm1NMPSj
## 1963                                                                                                                                                                                                #bounprem #bl #thai love you!!!!!!! https://t.co/dZjYKCxnA4
## 1964                                                                                                               I just don't understand....I knew when people interview someone from BL they always ask about NC scenes, but now la… https://t.co/tQJV3ciP9x
## 1965                                                                                                                                                                                         @SavaS21_ @FloriOVO @GuyBelguim safe. f€ier auch bl€ssed freestyle
## 1966                                                                                                                                                      Let the light that burns in my soul with you shine brightly,.\n      💞🌸🖤BL🖤🌸💞 https://t.co/3wg5catrfU
## 1967                                                                                                                                                                                             @khalidx7i Anaa g3aaa mnbghish coca hedshi bhel lma bl sokkrrr
## 1968                                                                                                                                                                   the fact that MANY ACTORS BL have they bday this month/days/WEEK https://t.co/oEKrErPyvw
## 1969                                                                                                                                                         @lockeyshit @1989Iore @PopBase not a bl!nk saying as if your girlies global wannabe are relevant 🤣
## 1970                                                                                                                                                                                                   @SugoiLITE does that include another snippet of BL pair?
## 1971                                                                                                                @jikseuz Please stan them!! They have worked so hard and were so underrated till their member Jaechan was in a BL.… https://t.co/CTvV51YeYD
## 1972                                                                                                                Oh! My Assistant The Series \nLink: https://t.co/pDlOyOFIQV \n\n#OhMyAssistant #KoreanBL #BL #BoysLove #GayRomance… https://t.co/giWDnBT7J6
## 1973                                                                                                               @AdzTheMadz to be honest, I have seen not so less Thai BL series b4 and I think acting are a little weak. so if the… https://t.co/FaPtNMsUrk
## 1974                                                                                                               LOOK: The UST Faculty of Medicine and Surgery launches its 150th anniversary book titled "Honora Medicum" at the Dr… https://t.co/6C67rGJ70u
## 1975                                                                                                               Ommi Ergonomic Handle Crochet Hooks | Handcrafted 7’’ Crochet Hook | Knitting Needle, Craft Yarn Weave | Best Gift!… https://t.co/AOvhz8DmJD
## 1976                                                                                                                                             I wanna try out this comic book style\n\n#BL #hualian #happy\n https://t.co/XphM65xH24 https://t.co/yWhlq0u6P9
## 1977                                                                                                                                                     @5fruityb0yZ sujeong sang the ost for color rush too so she’s right at home with our bl actor jaechan🥹
## 1978                                                                                                                                                      @BLcritic I so agree! He got what he wanted from BL drama (the fame) and he is not coming back to It.
## 1979                                                                                                              This comic is definitely worth reading! Come check it out!\n \n#bl #NFTartist #Japanmarvel\n\nhttps://t.co/UUQn9I1u7p https://t.co/Egg8SszhpT
## 1980                                                                                                               Relacionado: #blusa | Fashion Ruffle Stitching Elegant Lace Blouse Long Sleeve Loose Chiffon Shirts Korean Style St… https://t.co/6C3Mkbada3
## 1981                                                                                                                                                                                                                                   @sruz_bustle U watch bl?
## 1982                                                                                                               Today is GIVING TUESDAY.  Join us in celebrating this annual day of giving by making a gift to our Nursing Honors P… https://t.co/TUon4evzIU
## 1983                                                                                                                                                Importance of math in high school for bachelors' in India and abroad - BL on Campus https://t.co/VQ5lG8eeCO
## 1984                                                                                                                                                        Couple of the Year ( Daesang)\nBest Kissing Scene (Bonsang)\nBest BL Couple https://t.co/SDTPOoh4nh
## 1985                                                                                                               for their last project, they'll make an au (based on our literature topics) AND I ALMOST PUT WANGXIAN AU AND BAJIFU… https://t.co/uQUbx9dolb
## 1986                                                                                                                                                                                                                                  Im back with my bl phase🥰
## 1987                                                                                                                                                                  @iMiaSanMia @RND_de Lahm used to be a Good player but his opinions sucks after retirement
## 1988                                                                                                                                          a bit random but luca is mafia boss themed and luka is cafe themed and... where have I seen this BL plot before 😳
## 1989                                                                                                              Highlights of my day so far \n1) I got like on my story from fort ( main lead actor of Love in the air bl series) wh… https://t.co/4Sxlwba7Jx
## 1990                                                                                                                Tho contrary to popularized bl dynamics, it's also nice seeing the beefy dark-haired bottoms as soft and cute like… https://t.co/WrG07L7Ues
## 1991                                                                                                                Stuttgart are also considering bringing back Bruno Labbadia, who coached the team between 2010 and 2013, according… https://t.co/eTrm0lo5IK
## 1992                                                                                                                                                                                                                                        @Cocolh44 Sometimes
## 1993                                                                                                                            December!\n#NeverLetMeGoSeries #PondPhuwin \nThis just gotta be one of the most anticipated BL series!… https://t.co/ta2FtkWv0I
## 1994                                                                                                               all the images in An Island of Sound come from the British Library Flickr commons -- over a million images online f… https://t.co/kQ9vgFrKuz
## 1995                                                                                                                Foxfury Lighting Breakthrough BT2+ Hybrid RA Light, Black, One Size, 380-BT2P-BL 4OY4VU1\n\nhttps://t.co/5XfEUv6n6p https://t.co/Txcg5niOzn
## 1996                                                                                                                                                                                     all those bl shows and I’m finally in thailand https://t.co/X2qtvgYyJX
## 1997                                                                                                                                                                                                          R… rotation bl- (GUNSHOT) https://t.co/Oz29Zj21lL
## 1998                                                                                                                                                                                                     The whitewashing is crazy omg😭 https://t.co/g3YZP53j5T
## 1999                                                                                                                           FORMUFIT F03445E-BL-8 45 Degree Elbow PVC Fitting, Furniture Grade, 3/4" Size, Blue (Pack of 8) RXWHHOY… https://t.co/sWUS3KZ2UH
## 2000                                                                                                                                                                                It is a rare film minox. We also sell now! ! \nhttps://t.co/XDGuU4caIu : IT
## 2001                                                                                                                                                      Kohler K-23484-4-BL Bathroom Sink Faucet - Black https://t.co/VMgGa9eG9O eBay https://t.co/JQpBC8qm7Q
## 2002                                                                                                               @Harvest93573301 @UprightSpeedway Also, UK promoters became lazy. Instead of training our own, they turned to untri… https://t.co/COKphWSKlI
## 2003                                                                                                                                                                              @Mone_fb @Flow_bl good morning, you changed your mind. It is good to see you.
## 2004                                                                                                                                                                                                            @BLUPDATE2022 Taiwanese bl is usually slow burn
## 2005                                                                                                                                        Westbound 6-car BL/Huntington Train 456 has been holding at L'Enfant Plaza on track 2 for at least 5 mins. (7:02am)
## 2006                                                                                                                                        Westbound 6-car BL/Huntington Train 456 has been holding at L'Enfant Plaza on track 2 for at least 5 mins. (7:02am)
## 2007                                                                                                                               like this is actually so much more interesting than the original plot, it could totally stand as a bl story on it's own lmao
## 2008                                                                                                                Me, watching a TV show with the family: This guy! Yes that guy! Doesn't he look familiar! Who is he! What else did… https://t.co/S5t85FTlys
## 2009                                                                                                                                                                                                   I see something that makes me hate bl^ck people everyday
## 2010                                                                                                                               Westbound 6-car BL/Franconia-Springfield Train 401 has been holding at Metro Center on track 2 for at least 5 mins. (7:01am)
## 2011                                                                                                                               Westbound 6-car BL/Franconia-Springfield Train 401 has been holding at Metro Center on track 2 for at least 5 mins. (7:01am)
## 2012                                                                                                               @RealTimeNews10 I see it now. Middle age male abducted by aliens at 700 Bl Allison Road NE. BOLO for flying gray di… https://t.co/p7dYjgg7CE
## 2013                                                                                                                            @kwonjaehyuk_ Oh, okay. Thank you. I’m used to reading BL red flags, so I’ll be fine as long as there really is a story. Hehe 😅
## 2014                                                                                                                #toptipstuesday has rolled around again. If you're writing a #script for a #video or #animation try reading it out… https://t.co/5Qrm8OvLe2
## 2015                                                                                                                                                                                                                 This fanbase is only for class 6C in BL :)
## 2016                                                                                                                                                                                                  @Mone_fb @Flow_bl Be patient, amnesty begins this week...
## 2017                                                                                                                           He's real definition of "I CAN BE YOUR BOYTOY, I CAN BE YOUR BRIDE."\n\n#jeffSatur\n#MusicHeals2022xJeff https://t.co/31GdpbbkDr
## 2018                                                                                                                                                                                                          FFS WE NEED NEW BL PLEASE https://t.co/CPBXDwaO7i
## 2019                                                                                                                                                                              ✨Each episode of BL or kdrama 😄😄\n#ChocoMilkShakeep9 https://t.co/3b61BYmM8Z
## 2020                                                                                                               Uh unexpected encounter....thinking of making this next cos it title has moon in it ....and that ship appear....cur… https://t.co/t4o8eIl8F5
## 2021                                                                                                                @di3tcoladrinker @brwnhellokitty @glolikelena And bl*nts, gay son or thot daughter,Hennessy infused anything,momma… https://t.co/GyeeEdLpwN
## 2022                                                                                                                                                                                                         @Mone_fb @Flow_bl Sweet Susi Happy Safe Tuesday💛💛💛
## 2023                                                                                                                                                                                             did i read that right why is cho talking about egyptian bl ads
## 2024                                                                                                                @Cock_Robin1 I think liking BL is the most popular interpretation, but maybe as times changed it became a term for… https://t.co/gtPknZNAp5
## 2025                                                                                                                            @dikookue @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube 🚨ATTN:… https://t.co/zh77OLlGl3
## 2026                                                                                                                                                            lol I just finished fighting stupid bl stans I have some energy left for stupid volleyball fans
## 2027                                                                                                                               Westbound 6-car BL/Franconia-Springfield Train 402 has been holding at Addison Road on track 2 for at least 5 mins. (6:51am)
## 2028                                                                                                                               Westbound 6-car BL/Franconia-Springfield Train 402 has been holding at Addison Road on track 2 for at least 5 mins. (6:51am)
## 2029                                                                                                                                  I watch ONE thai bl and two days later stumble onto the actor performing in the mall randomly 😭😭… https://t.co/9QFiUY32nM
## 2030                                                                                                                                                                                                                       its not bl 😭 https://t.co/7TNJvAXbnR
## 2031                                                                                                              Awww.\nI never in any bl fandom. Idk why i stay as Bubbles. Maybe because it's fun here. it's been 5 months. And it'… https://t.co/JjXxgeg2A6
## 2032                                                                                                                                                                 @Theunnamed_S @milephakphum No one will be left is right #2M4FlowWithMile #2M4LoveAPO24hrs
## 2033                                                                                                              Merha! Warning BL masamina (jaga-jaga) \nI just want to say.. Minato, thank you so much for always being there for M… https://t.co/r0QAN4DZN0
## 2034                                                                                                  PO LIGHTSTICK BTS\n\n💰630k ~ DP 400k\n\n✅Done co\n✅Bersih ina include packing\n✅EMS+TAX\n✅Bisa via 🍊 (paylater ✅)\n\n📍Jatim… https://t.co/iZA4DiczB7
## 2035                                                                                                                   We had gone through their Evolution of Love, that Nobody will forget! Won’t you? #MilePhakphum #2M4FlowWithMile… https://t.co/Akjv0rBwrU
## 2036                                                                                                                                                                                                                                               Really, how?
## 2037                                                                                                                                                                                                                               How can I heal myself again?
## 2038                                                                                                               just watched this and it was one of the best bl series from Thailand me thinks and maybe thats bc of the melodramti… https://t.co/dIT6bAGSRE
## 2039                                                                                                                                                                                       @LoriLightfoot So you want another chance to take Chicago down more!
## 2040                                                                                                               Some old surveillance frames. Top two from Waddington Nimrod  R1 on (L) and E3 Sentry on (R) (BL) from Finingley US… https://t.co/v0xrLfY4fu
## 2041                                                                                                                                                                                🎉 Just registered for the KiraCorp on @PREMINT_NFT! https://t.co/LnAnInQsPv
## 2042                                                                                                                                                                                                       Gave my BL talk in school ✅ https://t.co/8zq4nFF6g2
## 2043                                                                                                                @vampforkoo ATP bl!nks are just saying anything they feel like. No logic, no proofs .no nothing but just anything.… https://t.co/PrTlbA9MK9
## 2044                                                                                                                                                                                                                          @xuenay @captain_mrs Unbelievable
## 2045                                                                                                                               @fms_fr the house they use for every single fucking bl like the eclipse, cutie pie, i think echante too and the list goes on
## 2046                                                                                                                          @youazz7 @bl__swan @billboardcharts @luminate_data @billboard @unitedmasters @YouTube . @billboardcharts… https://t.co/77WRjyQqVb
## 2047                                                                                                                                                  @bitgetglobal @HookedProtocol @Amdora_BL \n@Tasnim4216 \n@Tanjim8256 \n\nDone all task👸🫅\n\n$HOOK #Bitget
## 2048                                                                                                                                                                                                         I found a bl manga with ryusae-like dynamics 😍👍🏻🤌🏻
## 2049                                                                                                                                                                 not gmmtv bl ships as taylor swift songs 😭😭 it do fits them well 💔 https://t.co/CMvGb8nyNg
## 2050                                                                                                                                                                                “My dad so bl@ck that i never even met that niqqa”💀 https://t.co/u4PHow5VQ3
## 2051                                                                                                               @tsk_ksy Alot having same and they just needs time let's wait for them to comeback healty and fine even Jimmy is ha… https://t.co/mukhG4U1sN
## 2052                                                                                                                                                                                                                        I need some angsty bl manhwa/mangas
## 2053                                                                                                                                                                                             reading bl in school like they don’t fuck every damn chapter 😭
## 2054                                                                                                                                       @JoeAtWaitrose it is to me!! I swear just two weeks ago you were talking about bl*wing couples up on Valentine’s Day
## 2055                                                                                                                                                                           Taeyong blackpink? Nah im more focused on the taeyong bl https://t.co/SHe5bFY4lp
## 2056                                                                                                                                                                                                                                      @Cocatee123 Ok Boomer
## 2057                                                                                                                                                                                        @beansxooo Korean bl industry is taking it! https://t.co/L0LUeHsiw3
## 2058                                                                                                                                                                                                         @AdamRutherford [non work related tweet] Splatoon?
## 2059                                                                                                               Good morning to my MPS friends happy Tuesday. We have 124 more wake ups. Hope you have a great day. Little chilly o… https://t.co/L1cDetJwKq
## 2060                                                                                                                                     Listening to Evoking (feat. Kenny Bl@De) (Single) (Explicit) by @sabirstaton on @PandoraMusic… https://t.co/MlOnkHye2V
## 2061                                                                                                                                            #isagiharem #rinsagi #bachisagi #nagisagi bl one tweet au\nSad girl-Lana del rey (0.46) https://t.co/JWCP2HlnRM
## 2062                                                                                                                                                                                                  @LHS_B4 Based 👍 I'd like my bl stay in my fantasy as well
## 2063                                                                                                                                                                                                         Hacer tendencia BabyFeat !!!!!\n\n#TellerxFortPeat
## 2064                                                                                                               @ReviewsNana A lot of headaches would've been solved by only adults reading them...but then again the main demograp… https://t.co/YLgJrML9K2
## 2065                                                                                                                                                                                                  taeyong bl taeyong blackpink this translation is so ?????
## 2066                                                                                                               Acc-Creativity Motorcycle Resin Tank Pad Sticker Decal Tank Protector Emblem Compatible with BMW F850GS ADV 2020 (O… https://t.co/oXkJMGyNQK
## 2067                                                                                                           JJKHALU! WARNING SPOILER MANGA, WARNING CROSSOVER CHAINSAW MAN, TOKREV &amp; KNB, WARNING BL NANAHITO, Nanami Kento x M… https://t.co/NTXlq9Tvcz
## 2068                                                                                                              Delysia king 2-Pack Corner Shower Caddy Bathroom Shelf Wall Mounted Organization and Storage Adhesive Shelves,No Dr… https://t.co/97r4kHd03h
## 2069                                                                                                               ALIMORDEN Folding Ironing Board- Easily Folds for Convenient Storage After Each Use Perfect for Traveling RVs and C… https://t.co/I49XuCHVUb
## 2070                                                                                                                                                                                            People pick on BL cues. Like it or not. https://t.co/SxWIEjWX9W
## 2071                                                                                                                @DoctorSam7 @RacheGabriel @plthomasEdD @ChaseJYoung1 For some of us, (me), I've worked hard to keep my kid afloat.… https://t.co/jR9B0PSVHW
## 2072                                                                                                                                                                                                                @Mahckss @_bl_ai_ze I shall be back for you
## 2073                                                                                                             11.29.2022: Feast of Bl. Frederick of Ratisbon: Augustinian lay-brother. Amen.\n\nLord, help us to be holy by doing e… https://t.co/uZiRsBD8MJ
## 2074                                                                                                                                                                                                                                     @SugoiLITE Is this bl?
## 2075                                                                                                             11.29.2022: Feast of Bl.  Redemptorus of the Cross: former military officer, turned religious, and martyr.\n\nLord, i… https://t.co/caqyVxH8X8
## 2076                                                                                                                                                                                                                     Cause all you did was damage me badly.
## 2077                                                                                                                Story was the right pace imo. There are BL that actually have terrible slow-paced storylines. I am shocked. I feel… https://t.co/xPR8nN3A3s
## 2078                                                                                                                                                                                                   @joynxyz @illustrata_ai @amli_art @bl_artcult So awsome!
## 2079                                                                                                                                                                               When will this BL drama come to Netflix? Tak sabar 😁 https://t.co/xRJmEW1rDY
## 2080                                                                                                                                                                                                            This new bl looks toxic https://t.co/6dVWjBDMWb
## 2081                                                                                                               @filter_summer manga japanese comics or light novel, manhwa korean comics, and yaoi is the jap for boys love (a mat… https://t.co/FE7M1QnnRx
## 2082                                                                                                               @gilda_mag I mean, I also like Sylvain and it's a great humoristic support for BL, but between those three, he is p… https://t.co/hkNkqVYEFA
## 2083                                                                                                                                                                                                                               I don't need you in my life,
## 2084                                                                                                                                                     A community you belong to may be rapidly moving forward with a... More for Leo https://t.co/7YuscdY3ud
## 2085                                                                                                                                                                                                                     But only one thing carved in my heart.
## 2086                                                                                                                                                                                                                            You taught me different things,
## 2087                                                                                                                         The plot of "Living With A Cat" is like a roller coaster of emotion. It's riveting and full of surprises!… https://t.co/IN1oRkyMYW
## 2088                                                                                                               @ShefVaidya @KobbiShoshani @NaorGilon @danielocarmon @MIB_India @ianuragthakur Let alone that, so called journalist… https://t.co/hWUGpdo4Yv
## 2089                                                                                                                                                                                                                                And yet you made me change.
## 2090                                                                                                                                                                          ⚡⚡️⚡️⚡️⚡️\n€/₸ 486.54\n$/₸ 468.34 KASE\n₽/₸ 7.66 KASE\nbl/83.89 Brent pre. close
## 2091                                                                                                                                                                                                                        I was there having a peaceful life.
## 2092                                                                                                               @bambifam76 they debuted in 2019 😭 they do bl concept, and they slay! their discography is so so good, i especially… https://t.co/cqbsRcW4vs
## 2093                                                                                                                                                                                                            isn't it a BL song?? 🥲♥ https://t.co/UmPX0sW8rR
## 2094                                                                                                               I saw a stan from another bl fandom recently tweet about how nnn only comes across their tl for something problemat… https://t.co/HMtcAPQ8d8
## 2095                                                                                                                                                                                                                                            Ruined my life,
## 2096                                                                                                                                                                        A marked up print catalogue! \nAh.\nhttps://t.co/j1ZhSOOM3Y https://t.co/aziNx4VyVX
## 2097                                                                                                                                                                                                                                       You came unexpected.
## 2098                                                                                                                           Yamada gave me 'BL' recommendations, but refused to elaborate on anything he said. Could somebody explain what he meant by this?
## 2099                                                                                                                                                         The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/enMBmIZmtM @TheTopFamous
## 2100                                                                                                               @bicyclelegs @TranquilityFire @DGray118 My apologies in not marking it to you BL, but you are always always welcome… https://t.co/AOLGNKFOI1
## 2101                                                                                                                                                                                                           Two of my favourite BL boys sitting side my side
## 2102                                                                                                               Meet like-minded creatives and learn more about what it takes to start a successful arts business tonight at our fr… https://t.co/n2wlXoTMmB
## 2103                                                                                                               @muskQu0tes @elonmusk all the tyranny in turekey now blam3s erdogan as being dictator they are so evil they will at… https://t.co/bZ4SS2eVoQ
## 2104                                                                                                                        Ya se va mi chiquito Boss 🥺💗\n" SEE YOU AGAIN!"\n\n#KissMyBodyXBossNoeul #BossNoeul #BoNoh  #Bosschaikamon… https://t.co/iIHmKAfy9G
## 2105                                                                                                                                                          @MMZ_Electro_TTV @VaiNEsportsOrg If you think about it... *hits bl*nt*  aahh... he kinda iss.....
## 2106                                                                                                                                         Prothane 7-806-BL Black Front Frame Shackle Bushing Kit MDU6D9N\n\nhttps://t.co/i7m1KTO6rC https://t.co/vkohNZ0Gdk
## 2107                                                                                                                                                           Fragola 218006-BL Black Size (-6) 180° Push Lock Hose Fitting KDILB5D\n\nhttps://t.co/HBul7YB1J4
## 2108                                                                                                                                                                            @arcticdonkeyss Skot wle khara bl alile ana 3m ba3ml shi moufid mich shopping 😂
## 2109                                                                                                                                                                  How beautiful! That voice. Wow!\n\n#Salsa\n#Narcos\n#BL\n#BLedits https://t.co/ICzgryl5g3
## 2110                                                                                                               @IamAbhiMishraa @farheen2510 @ShyamMeeraSingh @arunbothra @itsmesabita The patient has been shifted to ICU from the… https://t.co/GelxZu9uS7
## 2111                                                                                                                 @DaveRG47 @ajackiehunter @claire6thompson @BioBeatUK @The_Lazzer @Olivia_A_Grant @KathrynESimpson @Giovanna_Forte… https://t.co/gSj9LnCGC3
## 2112                                                                                                               @Kujay_ This is a pretty great thread, and a lot of it I definitely agree. I think there's been a lot of high point… https://t.co/5Eaw5Q08yp
## 2113                                                                                                                                                        LAG v Seattle Surge\n\nSeattle Surge -1.5 @ 1.9 (1.5u)\nSeattle Surge Map 2 ML @ 2 (1.5u)\n\nBet365
## 2114                                                                                                  @CNN \n@cnni \n@cnnbrk \nViewers have had enough of @donlemon \nHe is bitter, sour &amp; very toxic \nLacks objectivity &amp; ba… https://t.co/ARJCaIeTN1
## 2115                                                                                                                                                                                                       Bl actors sitting together 🫦 https://t.co/JqkFtUwkck
## 2116                                                                                                                            This awesome comic deserves more attention!\n \n#NFTcollections #Artwork #bl\n\nhttps://t.co/Kedo2iADgR https://t.co/avr0Yljf1x
## 2117                                                                                                               @A0TERRA I remember when they said that, was like a month into BL when it was discovered, they haven't patched it s… https://t.co/LqpypDl00T
## 2118                                                                                                                                                                                 @becomelegendseu When will we see the Invitational BL Vlog? 🙌 really hyped
## 2119                                                                                                                @Lindoshenge1 @festus_tonnex @ChrisTrafalgar7 @BeyAngu_FanAcc Lmao same way bey be singing rihanna's Rih-jects and… https://t.co/IsV2gUKyyF
## 2120                                                                                                                                                                                                                        beautiful soul op bl*kker radio omg
## 2121                                                                                                                                                                                @JayJayfromdiego @NoEmmeG The only weak link is the bl@ck man who made you.
## 2122                                                                                                                                                                        very cool and inviting6. There were soft, bluey-green bl    https://t.co/KXjJK33GvG
## 2123                                                                                                                                                                   #prsk_FA \n#PRSK_BL ( kinda? )\nIdk im just sick at this point 💀 https://t.co/SCy6dy3CX4
## 2124                                                                                                                2Pack Baofeng BL-5 3800mAh Extended Battery for Baofeng Walkie Talkie UV-5R BF-8HP UV-5RX3 RD-5R UV-5RTP UV-5R MK2… https://t.co/a1ad3KAJLb
## 2125                                                                                                                                         *bl !nt0x!c4t3d \n\nLike father like son 🥺🫶🏻\n\n        W3!w3!                    T0n9t0n9 https://t.co/qdJf9JIsl2
## 2126                                                                                                             @08081995_ Love is an illusion (ongoing but only side stories, BL)\nFull Volume (completed, BL)\nDangerous Convenienc… https://t.co/KjAISToaY6
## 2127                                                                                                                                                @kangterrius nah bc if they dont give me a proper camerawork for my romeos, there will be bl○○d on my hands
## 2128                                                                                                                                                                                                                                      @ji_to_mii2 So cool!!
## 2129                                                                                                               @Terri66987597 Hi check Fr Chad Ripperger on Youtube you can bind the bad spirit of fear or any passion emotion wit… https://t.co/j7X7fDl0F5
## 2130                                                                                                                                                                                                                             @BL_Dwyer @WholeMarsBlog Wrong
## 2131                                                                                                               every time i see kng dniel i think about how he tells every bl actor he meets he's seen their show 😭 idk if he's on… https://t.co/CEnKjDtNR7
## 2132                                                                                                               "The Blade of Evolution Walking Alone In The Dungeon" is an absolutely perfect comic! It's living rent free in my h… https://t.co/l4RlSuYO46
## 2133                                                                                                                Gatekeepers bala jp bl fans 🙄🙄 cute bala if may  kiekoi with localized context kay it's hs bogoness in a funny way… https://t.co/jE4BEIayzn
## 2134                                                                                                                                                                                                     Let a bl*ck man secure the bag https://t.co/srE6Ei45kK
## 2135                                                                                                             Today's workshop is An Introduction to Critical Thinking.\n\nJoin Metin from 2pm and get grounded with this most impo… https://t.co/9RSI9aHf8N
## 2136                                                                                                            the guy she was interested in wasn’t a guy at all (gl)\n19 days (bl)\nshe is still cute today (gl)\nnot so shoujo love… https://t.co/BGUtf62iZR
## 2137                                                                                                                                                        @chouyo_ oh wow elle totally didn’t know u read bl ALSO I FINALLY THOUGHT OF ALL THE BOXES FOR MINE
## 2138                                                                                                                On top of her grants, Blanca gave very specific instructions on how to be remembered in Las Huelgas, including the… https://t.co/ySraAElJRg
## 2139                                                                                                              Who benefited from Blanca's grants?\n\nLas Huelgas de Burgos was the principal beneficiary of these grants, but many… https://t.co/z7l3ypujZX
## 2140                                                                                                             My latest blogpost explores Blanca of Portugal's grant of over 20,000 maravedís.🪙\n\nBlanca was the Lady of Las Huelg… https://t.co/Mwf5QzWYM2
## 2141                                                                                                                       This manhwa is awesome! I can't get enough of it!\n \n#bl #3danimation #indiegame\n\nhttps://t.co/7vAOn2R8y9 https://t.co/uXdKSXdQZq
## 2142                                                                                                               NICECNC BL and Red Clear Clutch Cover Protector Guard Compatible with Ducati XDIAVEL/S 2016-2020,DIAVEL 1260/S 2019… https://t.co/zpSlCGWCB6
## 2143                                                                                                               idk if we'll get a s2 but if we do, i wish they'd explore the siblings and cousins relationship more lol. i know it… https://t.co/O80kjtx9Lt
## 2144                                                                                                                                                                            @cinnapeachie @Dawn_Heart_VR bl, henty, mystic messenger, tears of themis, idfk
## 2145                                                                                                                                                Prothane 7-1020-BL Black Rear Spring Cushion Kit NZS1KH5\n\nhttps://t.co/wSgYgN1BLV https://t.co/U8yOIUs69p
## 2146                                                                                                                               Prothane 1-1014-BL Black Front Spring Eye and Shackle Bushing Kit TJDVN4I\n\nhttps://t.co/QNaTMHIjgh https://t.co/v93XVVqJE4
## 2147                                                                                                               @jodanspace Hmm, gimana ya. They aren't my home, tapi dari tahun 2013 until today, I still can read and watch their… https://t.co/mWnH7FEQJ6
## 2148                                                                                                               @sebguts10 @Jay_Orion1 @PaulTassi —About BL. Haunted was the first non-showcase and non-expac season that they wait… https://t.co/6v986xdqKQ
## 2149                                                                                                                ZOOMHITSKINS OLED Switch Skin, Compatible with Nintendo Switch OLED Skin Wrap, Embroidery Dragon Lung Oriental Art… https://t.co/bKs9ghrxne
## 2150                                                                                                                                              @Losbennett @JMReynolds Just had to have a nose too. Sheesh. Wait till they hear how BL treats its authors...
## 2151                                                                                                               Your performance in KinnPorshe was phenomenal! You guys rised so many standards! I can't watch any Thai BL series w… https://t.co/22nrki0Z0b
## 2152                                                                                                                                                                          @YouTubeGaming There can only be 3\n\n1- Min_cr___\n2- R_bl_x\n3- __u_ub_ Sh_r_s😎
## 2153                                                                                                                                                                  Check out this great #comic #BL \nCheck out CRASH COURSE on Tapas https://t.co/JzcfjydrgF
## 2154                                                                                                                                                                                                                @chanuyeah its bl drama its true i wrote it
## 2155                                                                                                               TappyToon new BL “Love me Again” is the same Artist who draw “The Right Relationship”This time IS THE MATURE VERSIO… https://t.co/aqQFxxy8ll
## 2156                                                                                                                @jacobandrewsky @Victor_codejs That one should be coming faster with some experience. Try to think about something… https://t.co/Ez5B2dy6WY
## 2157                                                                                                               Celebrate the recent acquisition for the nation of the Blavatnik Honresfield Library and its extraordinary collecti… https://t.co/BPcNQVtqx9
## 2158                                                                                                               How to run digitisation projects – case studies from the British Library (hosted online). 6th December 2022, 10.00-… https://t.co/1JUenDUT76
## 2159                                                                                                                                                                                                                 W heyy l hade fattasit alla tb3e bl cedars
## 2160                                                                                                                          How do I feel when I see\n\n_ those who believe they have mastered "how to be a trend"\n\n_ the BL police https://t.co/5qNqi2LUGd
## 2161                                                                                                                                                                                 @GroomB Elmet always bring to mind this collection https://t.co/RuQvlECrP3
## 2162                                                                                                               It's fine to like other groups or other music! You're allowed to dislike a fandom (@ bl!nks or anyone else who diss… https://t.co/Jy9cQijyav
## 2163                                                                                                                                                                                                  @TheRose_0803 should do a BL OST @idol_romance \n#TheRose
## 2164                                                                                                               No one talks about it but I will, Arabic kids in school get treated like shit. I've had to sit there and watch my A… https://t.co/i5ufI313eg
## 2165                                                                                                               @don51643752 @IlhanMN Since when does GQP care about “criminal drug addicts” serious question! Some are MORE concer… https://t.co/wSM7cjwOef
## 2166                                                                                                                               I've read this manga multiple times! You should check it out, too!\n \n#NiGHTSIntoDreams #bl #devil… https://t.co/JOLH9Lg9CC
## 2167                                                                                                                                                  @anryatrades I don't think so at all, on the contrary, this photo has its own certain charm and meaning✌️😃
## 2168                                                                                                                @yesehep I ACCIDENTALLY TOLD YJJ THAT I READ BL ALL BECAUSE SHE ASKED WHY I WANTED TO TALK TO UMAI i wanted to ask… https://t.co/S9c8Qgp9p7
## 2169                                                                                                                @illustrata_ai @joynxyz @amli_art @bl_artcult This is a story of love between two deep lovers bound to be together… https://t.co/WTOxnC2DJZ
## 2170                                                                                                               1 Set Drift Skates Plate Liner Protective Rubber Bands,7X4 72X0 78 Inch Roller Skates Road Band Edge Guard for Adul… https://t.co/NXaiS4eRa1
## 2171                                                                                                                                                @JeremyVineOn5 “planet in fire” get a grip @theJeremyVine ! Come up to Scotland… bl**dy freezing here! 🙄🤦🏼‍♀️
## 2172                                                                                                                                                                                        Nanon is his own person and he isn't living for your bl fantasies 💅
## 2173                                                                                                               @etherealpran that's what happens i fear when seasoned bl watchers who are used to that problematic trope expect it… https://t.co/fEEytwcAHj
## 2174                                                                                                                                                                                                                                        I'm reading BL dhmu
## 2175                                                                                                                                                                                                                                        I'm reading BL dhmu
## 2176                                                                                                               @brightnanon no literally think that’s what happened cause the comments afterwards were very much the same just tre… https://t.co/Jk1NGXlmJX
## 2177                                                                                                                                                                       I need more sad angst bl like faraway house and 10 years that I loved you the most 😭
## 2178                                                                                                                                                       Fuel attendant wey dey hot, he no know say he fit bl*w when selling petrol?? https://t.co/MovlyAjoiI
## 2179                                                                                                                                                       Gonna do some comic reading\n \n#ceo #BL #Xianxia\n\nhttps://t.co/DGdnWvR30L https://t.co/zaL1WMswTT
## 2180                                                                                                                                                              Recently I'm madly obsessed with the bl series. Is anyone obsessed like me? #Blseries #dramas
## 2181                                                                                                               @LA2slc @stanmccune @TheGreatIntell1 @AGHamilton29 It's a good thing Obama denounced his endorsement. I mean this i… https://t.co/4hHijjUhI9
## 2182                                                                                                               Stress and efficiency are inversely proportional, so we're having a 3-day #cricket tournament at BL AGRO, Bareilly.… https://t.co/vM9lKcprb9
## 2183                                                                                                               FRAUD ALERT!⚠️  @palmpay_ng are Scammers❌ dey are hoarding My 400k+ since Sunday. Texted dem both on IG nd FB dey k… https://t.co/I4obME7NRA
## 2184                                                                                                                                               @KoalaFunFact nawr i havent had time to read anything but ill be bl hunting this weekend. so i will report 🫡
## 2185                                                                                                                            This awesome comic deserves more attention!\n \n#DigimonSurvive #bl #WEBTOON\n\nhttps://t.co/6TaMmZBN8b https://t.co/Ht8ruz853K
## 2186                                                                                                                           Trust me! You'll get addicted to this story!\n \n#DigimonSurvive #bl #WEBTOON\n\nhttps://t.co/q62DN8TatF https://t.co/GrQuea40J6
## 2187                                                                                                                              @_rottenjelly the manhwa is also pretty sus like, yes okay we get it it's not tagged bl but the panels... the framing... 👀👀👀👀
## 2188                                                                                                                                                       oops 🫢🤭 #yaoi #TheNewRecruit #bl #blmanhwa #bltwt \n\nSauce: The New Recruit https://t.co/CtiOxEbgEq
## 2189                                                                                                                                          Apparently I read comics now\n \n#IranRevolution #bl #Artstyle\n\nhttps://t.co/CWwL59GThE https://t.co/N8O1shUrDF
## 2190                                                                                                               2/2 This will be the first time a new restoration of ’36 Chowringhee Lane’ will be screened in the UK. Tickets only… https://t.co/tayb1YHr6u
## 2191                                                                                                               1/2 On 10 Dec we are delighted to screen '36 Chowringhee Lane’, Aparna Sen’s directorial debut and a ground-breakin… https://t.co/BvUl2uVqAD
## 2192                                                                                                                                                                                                                         @new_bl_ue_bird new hair cut!!!! 👍
## 2193                                                                                                                ▶️ What is T+1 settlement?\n▶️ Why is SEBI moving towards shorter settlement?  \n▶️ Will investors find it easy to ad… https://t.co/p5GbXGiYEw
## 2194                                                                                                                                                                                      @jongstomato JAECHAN DID A BL WITH ONE OF THE MEMBERS OF KNK RIGHT???
## 2195                                                                                                               A sketch drawn by unknown British soldier (16 May 1868-August 1868) of Ras Kassa of Tigray, later to become Emperor… https://t.co/SMVmVGDvCC
## 2196                                                                                                                                                                                                             @dgc837 Lovely. Been misty for days back here.
## 2197                                                                                                               u two did great that we carried away to our emotions bcs yall giving us roller coasters actings 😣 i love u and than… https://t.co/bZt3r7GsQY
## 2198                                                                                                           @pararoidhakase yeah like if ur reading banana fish for like bl content ur gonna be disappointed like yes ash &amp; eij… https://t.co/bglr3qxZuF
## 2199                                                                                                                                                                                                  @ironbean23 ppl saying that's not bl has never stopped me
## 2200                                                                                                                                                                            f wardrobe long. See, girls, do see, how her long bl    https://t.co/c2FEyNyTtt
## 2201                                                                                                                 The Vampire &amp; the Duke ep 49 has been updated! \n\nLink on bio~\n\n#tvtd #thevampireandtheduke  #BL #boyslove… https://t.co/QMYnfsPCgk
## 2202                                                                                                               @jikseuz I LOVE DKZ. OMG. tloml Jaechan was in a bl called semantic error as the main character and frequently spea… https://t.co/WS9TQRqhtW
## 2203                                                                                                                                                                                                               @cclodye BBB announced their Engagement Date
## 2204                                                                                                                                                                                         Yall guess what my friends my screenshots of bl manhua/manhwas....
## 2205                                                                                                             surprisingly, watching thai survival idol show is like a new hobby for me 🙈🙈🙈🙈\n\nprobably, i’m going to watch this s… https://t.co/xWrlbHKbXD
## 2206                                                                                                                                                    also ive alr told the teachers they dont care also forgot my bl@de at home so 🤣🤣🤣 art class here i come
## 2207                                                                                                                                         1p brand used BL-740 Laser barcode reader FAST SHIP kc52 #YP1 https://t.co/3dmS0ZhUHS eBay https://t.co/eXKpDpLX2I
## 2208                                                                                                                    CARLING TECHNOLOGIES TIGM51-6S-BL-NBL Switch, Rocker, DPDT, 15A, 250V, Black M6QNNMJ\n\nhttps://t.co/Ky8oCFNMMH https://t.co/Hl40m6a1CH
## 2209                                                                                                               Electric Gravity Pepper Grinder or Salt Mill with Adjustable Coarseness Automatic Pepper Mill Grinder Battery Power… https://t.co/twdSTvmHuj
## 2210                                                                                                                               🗓 #OngoingBLbroadcast November 29th, 2022\n\n🇹🇭BL\n#WarOfYEp18 Aisplay CopyABangkok YTC \nPreview ➡️… https://t.co/pBWshZsnKe
## 2211                                                                                                                                                                                                                                       @AbdeJong7 Oleander.
## 2212                                                                                                               Yes. And the amount of bad acting in thai bl is... 👀👀👀 Despite that, the genre is so popular I'm starting to feel l… https://t.co/PGShVdKFzq
## 2213                                                                                                                                                                                               @SeharShinwari You can come anytime for bl*wjob ...I'm ready
## 2214                                                                                                               @JadeSaidSometh1 @apospmee There is "means besides kinnporsche  there is one bold bl with good chemistry between ac… https://t.co/ay7IsDNu1h
## 2215                                                                                                                                                                 @ewereichi rIGHTTT i spent forever on mine akdjsks (also wow a fellow bl reader too hmmmm)
## 2216                                                                                                                                                                     I would be the one to stay up watch g a cute ass thai bl drama when I have work at 7am
## 2217                                                                                                               how abt stop remaking other bl dramas and start creating interesting ones. y'all gonna make gmmtv writers go jobles… https://t.co/oWkIhsJEic
## 2218                                                                                                                                                   @MarinetteLife @urfavcatpun its ok BL don't really spoil alot its just synopsis's of all the episodes 😅😂
## 2219                                                                                                               God knows how much I miss being here and writing for KS 😭 I am so stressed and drained that all I want to do is imm… https://t.co/gV63ISPxQG
## 2220                                                                                                               @rahul94368965 In the future, please do not share your personal details like phone number, email address or order I… https://t.co/gamAszcARm
## 2221                                                                                                   -Blue: Nitrogen Atoms &amp; Bonds (7 or 8 per rung) [98 or 112]\n\n-Orange: Phosphorus Atoms &amp; Bonds (2 per rung) [62]\n\n-… https://t.co/p6cO0bQpMQ
## 2222                                                                                                               @mileapologyxxx Already watched the untamed. But J.Edgar isn't a BL though and will never fall into BL category. Ha… https://t.co/IjUiuHoccT
## 2223                                                                                                                                                                                                                  @KariLake @billgatesaz Did you bl_w Trump
## 2224                                                                                                                                                              He will be forever worst character in BL bey😂😂😂🤣🤣🤣🤣\n\n#BhagyaLakshmi https://t.co/UdaBaUm2UP
## 2225                                                                                                               BL To-Watch List\n▪️Art Adore En series\n▪️Bed Friends the series\n▪️Heart By Heart\n▪️The Theory Series\n▪️A Shoulder T… https://t.co/Ugoz4CzgJD
## 2226                                                                                                                                                                    That mini panic attack i got whenever they said they fkin hate someone who reads bl lol
## 2227                                                                                                                                               I am sorry i cannot get over someone calling A CLINT EASTWOOD MOVIE a BL (Or an lgbtq movie for that matter)
## 2228                                                                                                               hi! im looking for moots who dont mind i hype animanga/hwa/hua, and bl— oh! sometimes i rts abt genshin too. just l… https://t.co/YV9i9u8tzk
## 2229                                                                                                                                                                       @E_iversonii @jaberwaki @eugenehp @d_feldman Here you go \n\nhttps://t.co/LYTWwvkjcO
## 2230                                                                                                               I just came across on this YT channel. I enjoyed this guy's reactions on Cutie Pie series😂 it's his first time watc… https://t.co/NX7lDLEDqU
## 2231                                                                                                                                                                                                    Some Korean BL manhwas be like↓ https://t.co/rfMqrIXgvo
## 2232                                                                                                                                                                                       So bl drama are now about office romance after ending college decade
## 2233                                                                                                                                                                                                                    @nichakorn_satur @studio_onsaturn To bl
## 2234                                                                                                               @elimoowol i remember reading a thread about how hard it had been for them and were about to disband before that bl… https://t.co/pH1FwY0NLT
## 2235                                                                                                                         whitelist Specified @BosBeryl @BriettaLauree @LinCaterina2 @BONIFACIOTAPIA6 @qlan593 @BombetatorE @bl_mmh… https://t.co/g3JEWwVLWH
## 2236                                                                                                             In this calendar December is the time for threshing.\n#medievalcalendar \nBL Cotton MS Tiberius B V /1; 11th century;… https://t.co/dpafIDzUrf
## 2237                                                                                                               it’s giving bl actors jeongbn where chngbn is weak and falls hard fast. he swears it’s so hard not to when his cost… https://t.co/KFlhYKiUK7
## 2238                                                                                                              The most handsome BL actor of the year 2022\n\nKeep voting lovelies 🫰 we're in top 5 let's make sure to be on top of… https://t.co/5xa7ZHZqa0
## 2239                                                                                                               Just because a man kisses another man in a movie doesnt make that movie a BL people. Especially if said man was a r… https://t.co/vy2pSqmLe0
## 2240                                                                                                               After a Bl*ck Fr*day rush there are only FOUR copies of my selected minimal poems remaining. Buy Atomised now or fo… https://t.co/mUPMwbPtgH
## 2241                                                                                                                                                                                              I can’t imagine Hokuto get cast in a Bl and not with Kazuma…😭
## 2242                                                                                                               @Thalassa_14 e.g. At the moment I’m probably more into Thai BL than other types of shows (although definitely not e… https://t.co/4hf9yJcB2M
## 2243                                                                                                               hi! im looking for moots who dont mind i hype animanga/hwa/hua, and bl— oh! sometimes i rts abt genshin too. just l… https://t.co/Pv9i33OjJ3
## 2244                                                                                                               @bubblegeommie omg king's maker was my very first bl manhwa 🤣 when I read it, I didn't even know what bl was so it'… https://t.co/jg1S23TUVu
## 2245                                                                                                             Hello. We offer you services for the promotion of the project around the world.\n\nPro Blockchain Media is a large cr… https://t.co/vtYUAnHcJC
## 2246                                                                                                               Augensterm Baby Bottle Brush Set with Silicone Bottle Cleaner Brush and Drying Rack for Travel and Home, Gift for N… https://t.co/1vprhFKcBz
## 2247                                                                                                                                                                                                       ME TOO!!\n#ChocoMilkShakeEP9 https://t.co/KP9mBGoYJp
## 2248                                                                                                                                                                               lmao what is this behaviour milk\n#ChocoMilkShakeEP9 https://t.co/745yNkayEg
## 2249                                                                                                                                                                                                                                cant stop thinking about BL
## 2250                                                                                                                                                                                                       ✨mood✨\n#ChocoMilkShakeEP9 https://t.co/XT3SGmRQZ3
## 2251                                                                                                                                                                  @MarinetteLife @urfavcatpun I might aswell copy the synopsis's from the BL about the ep 😑
## 2252                                                                                                            Dr BL Sherwal MS @SJHDELHI inaugurated Pediatric thalassemia &amp; hemophilia  comprehensive care centre, chemotherapy… https://t.co/9yjNVYNAwq
## 2253                                                                                                                                                                                                                                          @Jargo_BL Done ✅
## 2254                                                                                                                                                      I know someday we r gonna get an A/B/O genre in BL and i really want thai industry to do it first....
## 2255                                                                                                                                              The way they positioned their hands is sus…👀 not bl right ? 😅 https://t.co/aaNRnaPLmS https://t.co/xMnIt1PaWM
## 2256                                                                                                                                                                                             my friend says this reads "BL therapy" https://t.co/RLbXe8o0U5
## 2257                                                                                                                                                                                                                                         @t_j72 Locked up 😫
## 2258                                                                                                                           @MayaKadosh u shold punish these kind of bl... Oody man.. He know nothing about Hindus zenocide.. Heart breking movment for us..
## 2259                                                                                                                @em0junghoseok Japanese and some Korean bl shows are just that superior I'm afraid,thai series/movies makers needs… https://t.co/1qQMiA2HTg
## 2260                                                                                                              December is the time for preparing and selling meat.\n#medievalcalendar \nBL Add MS 18852; the 'Hours of Joanna I of… https://t.co/umBevAhmVH
## 2261                                                                                                           Art trades are open! \n\n*Am looking for people who could draw:\n• my oc (male)\n• my ship (canonxcanon, bl; if you don… https://t.co/MUo3PA7GxH
## 2262                                                                                                                                                                                       @MarinetteLife @urfavcatpun in BL its ep 13 Migration its about Luka
## 2263                                                                                                                        @GauRakshaBill @313vated @theskindoctor13 @ianuragthakur @smritiirani @KirenRijiju @narendramodi @PMOIndia… https://t.co/rG4eZZspaS
## 2264                                                                                                                                                                                                 @onyx_luvr fuckin fujoshis and their bl titles i swear bro
## 2265                                                                                                                                                                                                                                      @Y_H_Bl_Sl Ons lot...
## 2266                                                                                                                                                November 29th Bl. Denis of the Nativity | The Saint of the Day Podcast https://t.co/A2jhkNLn4a via @YouTube
## 2267                                                                                                               @Nguang_ Yeah I know. I just asked about the general sector because I used to watch lakorn, but this year I started… https://t.co/ouUicSrn8G
## 2268                                                                                                               @em0junghoseok cherry magic is just so pure and beautiful 😭😭i would rather eat wet cement for breakfast lunch and d… https://t.co/DIaLBfRjyp
## 2269                                                                                                               Well deserved. Apo and Mile broke the internet. Trending for days at a time. Those numbers have never been seen bef… https://t.co/uBDO9pz5y7
## 2270                                                                                                            ty, he only drinks the tepid tears of orphans.\n\nBut no more of this bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/E1smop8zLo
## 2271                                                                                                                  Mari's reaction to #BetweenUs EP 2 \n\n#react #bl #drama #thaidrama #retweet @LovingBlogs #TheBlogNetwork #ITRTG… https://t.co/3TFdFpv5WK
## 2272                                                                                                                                                                                                  All BL falls in this venn diagram https://t.co/81V2VwdQ3H
## 2273                                                                                                               @Mineyi4 @lemonboeun Sorry but PPw first original BL is Fish Upon The Sky, not NLMG and I'm have a little bit confu… https://t.co/wViNJSCAvN
## 2274                                                                                                           People can support &amp; appreciate ayush. but there is no need to compare rishi with ayush .ayush not hero of the show… https://t.co/jVnL41FVT4
## 2275                                                                                                                                                                                                         @BookMusicMadSC Not even kpop I doubt bl will come
## 2276                                                                                                                      this is so fun to me like you're reading bl illegally and then the scan group drops Whatever the fuck this is https://t.co/iGvaxZv2PY
## 2277                                                                                                               Check out this product Purity G - Pink  \nby Blush Novelties starting at $31.95. \nShop now  https://t.co/RI3UvGqeR5 https://t.co/8r7BcVqmbM
## 2278                                                                                                                                                          @AlmostYeti @illustrata_ai @joynxyz @amli_art @bl_artcult Both beautiful, in very different ways.
## 2279                                                                                                              Starting the last month of 2022 with these new releases!\n\nAre you ready?\n\n#BL #Romance #Action #Tappytoon #Comics https://t.co/7lqevwYHY9
## 2280                                                                                                                                                                                                             @sproutgren @aksnevv THIS\nfavorite comfort bl
## 2281                                                                                                             🔝🔟 TOP 10 BL MANGA — OCTOBER 2022 📖🏅\nhttps://t.co/QKd6BXQX1j\n\nHere’s our list of the ten most read Boys’ Love (BL)… https://t.co/fTwWpQ44AO
## 2282                                                                                                                                                            Enfold can be fast (and even more after @wpspeedfix ) but feels outdated now. Time for a change
## 2283                                                                                                                                                                                              Book your tickets for this film now!! https://t.co/pSaycgKB0a
## 2284                                                                                                               #otd 1314 died Philip IV of France, called 'the Fair'. More depictions of his hunting accident before his death and… https://t.co/6HpNjEP2KO
## 2285                                                                                                                     การ์ตูน อนิเมะที่ทำเป็น #ซีรี่ส์วาย\nThe man who define the word of BL\nblue of winter \nOh boarding house \nMew ears u… https://t.co/a96IVs5s15
## 2286                                                                                                                                                                            Don't miss the December film screenings @BL_IndianPrint https://t.co/3ia74cfP8x
## 2287                                                                                                                Also #mynameisnanon has always thought he's so much better than #ohmpawat, who did 5 BL roles which he has laughed… https://t.co/Qy77D90sQV
## 2288                                                                                                               @_rottenjelly altho— they're the same age, people are just justifying it's not BL because the MC is trying to resto… https://t.co/M4AbWjRq6r
## 2289                                                                                                                                                                                                                              @90BE90 BL my friend BaybList
## 2290                                                                                                               @gwnott We always agree, Graham. Rather a novelty on here, particularly following some of the belligerent debates I… https://t.co/SNNlJ4Zvhr
## 2291                                                                                                                                                                                                @the__oma Hey Leo, I'm jollof and you make my thing "rice"🌚
## 2292                                                                                                               It's been a while since the last time I've watched a series or movie, it's been a while na din ako inactive but NLM… https://t.co/yzJ1SCL3Zz
## 2293                                                                                                                                         NOT DAMIEN SAYING HE WANTS TO WORK WITH OHM ONE DAY AND ASKED IF WE WANT TO SEE HIM FILM A BL WITH OHM ASDFGAHSNDK
## 2294                                                                                                                           @NikiCandle @MixedMuseum @VictorianLondon @SenateHouseLib Hello Niki. This is what the BL say about them https://t.co/30ABJiFyBk
## 2295                                                                                                               @iminescent @illustrata_ai @joynxyz @amli_art @bl_artcult These are so beautiful I have a hard time seeing hopeless… https://t.co/OyJYqPQqLm
## 2296                                                                                                               They deserve this award more than they know!! Even though they thought being in a BL would not get recognition in t… https://t.co/sDVBGA5Sxq
## 2297                                                                                                             OH YES YOU DID, BB BOY. YOU FELL SO HAAAAAAARD!!! 🥹🥹🥹💛💛💛\n\n— me too, i fell so hard for you and this bl series and b… https://t.co/MNSbxwkC77
## 2298                                                                                                                                am gonna cry because 12/7 don't have bl livestream and am gonna cry more because I'm not sure if I can stream on 12/8 😭😭😭😭😭
## 2299                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult was moving, breathing,.. engines moving pullies and wheels and all co… https://t.co/9xVBkkhT8V
## 2300                                                                                                               lol #mynameisnanon only care about the optics of  "bkpp and other big artists sharing the stage with NNN," it's all… https://t.co/sNDZn63gPE
## 2301                                                                                                                           "this isn't bl their relationship is more like parent-child"\n\nlooks at sv\nyou think that will stop me https://t.co/9v77ye4iZW
## 2302                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nLanding in the water, she floated there, waiti… https://t.co/70i252sfzG
## 2303                                                                                                               Facial Steamer, Nano Ionic Facial Steamer Warm Mist Humidifier Atomizer Promote Collagen Regeneration, Provide 4 Pi… https://t.co/dV1HQfIQyO
## 2304                                                                                                             , do all I would, I could not\nget into the faintest doze. I had bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/VlrzRiItrL
## 2305                                                                                                          In the name of love💕💗\n\nHot Manhwa📍https://t.co/qEg2WYDTcj\n🎁Promo Code:𝗚𝗜𝗩𝗘𝗔𝗪𝗔𝗬2\n\n#comic #roamce #manga #LoveIsland… https://t.co/CjPO9lVpOF
## 2306                                                                                                                            @bl_artcult Loving the recent stylistic reinvention, super resonant both on personal level and imo on collective/Zeitgeist too!
## 2307                                                                                                                                                                                    no more BL series for now, GL muna tayo sorry 😭 https://t.co/gP131eN6oE
## 2308                                                                                                                                                                               O mai gud, he looks cute\n#oc #BL #digitalart #anime https://t.co/Kb81C46lZJ
## 2309                                                                                                               Continuing with the Wordpress theme change for Legis Music, after 4-5 years with Enfold, switching to Avada just fo… https://t.co/20Moj58Gv7
## 2310                                                                                                                                                                                                 no hate... to like 3 peiole who follow me and also like bl
## 2311                                                                                                       Book Online Appointment Call &amp; WhatsApp:- +91-9815160025 Astrologer BL Shastri (expert astrologer &amp; vastu consultin… https://t.co/mO2ObARuOE
## 2312                                                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult She stopped.. glanced behind her and without hesitation, jumped.
## 2313                                                                                                       Book Online Appointment Call &amp; WhatsApp:- +91-9815160025 Astrologer BL Shastri (expert astrologer &amp; vastu consultin… https://t.co/xlAMSx2bmw
## 2314                                                                                                                                                           @Vox_Akuma I'm just reading my BL and open tweeter to see this like dam bich things be connected
## 2315                                                                                                                                                                       @ysteiria giggling that and the one who reads bl you definitely have curious friends
## 2316                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning\nShe fell back, confused, unsure of the moment.… https://t.co/ptwLPa4orZ
## 2317                                                                                                                                                                                            @mharistiane T///wice and Bl///ackpink?!? I don’t know them emz
## 2318                                                                                                            I need someone to custom make me a duvet &amp; cover that has GIANT TL, TR, BL, BR on respective corners. CAUSE… I can… https://t.co/fGYJO2zuSY
## 2319                                                                                                               [Poster] Premiere 15 dicembre per il BL drama “The Director Who Buys Me Dinner”.Office-romance con Jeong Woon, Jang… https://t.co/vw5c9bfgpc
## 2320                                                                                                                                                                                                      @RanaWaanjai @MSuppasit Thankyou so much beautiful 😘😘
## 2321                                                                                                           @aksnevv Favorites:\nOxygen (my comfort BL 😭💕)\nDoukyuusei (ditto 🥺💕)\n\nThese are also great but in no particular orde… https://t.co/Q6RbKecyWm
## 2322                                                                                                                                                                                                                                   @eslem_bl @Orliss3 Canon
## 2323                                                                                                                                                                                 my fav part or starting a new series or book is searching for BL later :')
## 2324                                                                                                                   Choco and JungWoo as background characters in a BL 😂😂 ¦ i love this level of development btw, it's fun to watch… https://t.co/7uM3PqnGn5
## 2325                                                                                                               which i guess it's kind of what makes it a "good" movie (?). Also pls don't let the poster and the tiktok edits foo… https://t.co/0jseSCwTZT
## 2326                                                                                                                                      The manhua has been feeding us so well\n \n#Blockbench #summer #BL\n\nhttps://t.co/c0nk3shMvv https://t.co/nbHweaVv0U
## 2327                                                                                                             Yoon SeoBin &amp; Kim JiWoong "Dream Of You" Fanmeeting: Ticket Details\n https://t.co/w214iNuf8Z\n\n #bl #fanmeeting… https://t.co/4RvWo8vSNc
## 2328                                                                                                               MHOMER Large Utility Tote Bag Heavy Duty Grocery Shopping Bags with Reinforced Bottom Foldable Tote for Storage Bea… https://t.co/itw0NPDwdR
## 2329                                                                                                             s stern; and he gazed\nbeyond the whale’s place, towards the dim bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/ucGe1K7Vdy
## 2330                                                                                                                                                                                                                @BUB_BL_ES NOOOOOO send it to me please😭😭😭😭
## 2331                                                                                                                                                                @shahparism @bl_artcult @lamengana @pneumaninesix Many thanks my friend 🖤...and welcome 😌🙏🏻
## 2332                                                                                                                                                                            @chouyo_ BL SOULD BE A MUST READ IN SCHOOL. (did you read "Ubime No Etranger"?)
## 2333                                                                                                                    @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @BOURGEOIIS_ @klunk22 @ala_art_lab… https://t.co/Eggu3BgXXc
## 2334                                                                                                               MSC partner WAVE BL processes 100000 electronic bills of lading [ https://t.co/V30dX2X6SO ] With the announcement o… https://t.co/Oidta9G0hQ
## 2335                                                                                                               JLXJ Indoor Umbrella Holder, Modern Quality Umbrella Stand, Great for Umbrella Bucket for Front Door/Entryway/Hotel… https://t.co/a8H9D3kfYl
## 2336                                                                                                                                                            @MegDmrt omg the effort alsksk THANKIEW MEG also heh it’s nice to meet another fellow bl friend
## 2337                                                                                                                                                                     First in. Bagsied my favourite spot in Humanities 1 at the BL. https://t.co/p0QOPDpvfF
## 2338                                                                                                                                                    @WorldNfts @Morph_VGart @alulasit @delta_sauce @bl_artcult @KatalinaOoma @paschamo Thank you world! 🙌🙌🙌
## 2339                                                                                                               Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/2NAi7krgCs
## 2340                                                                                                             ⏩ Follow\n🔁 Retweet\n⏫ Grow\n@pk5125\n@phoolchandvrmaa\n@eskimazilerim\n🤩\n@AlsiudGoha\n@DerekPa30582481\n🤩\n@1firj… https://t.co/CVQrU6nMJ6
## 2341                                                                                                                Posts from Oil and Gas | Energy News Releases to 29/11/22 . OPEC daily basket price at $79.93/bl, 28 Nov. 2022 for… https://t.co/j2GIXelnFo
## 2342                                                                                                               My uncle daily routine work may be like as he is writing 5 serials simultaneously. \nMon -KB Tue-KKB  Wed -BL ,Thur… https://t.co/vNS7azaraq
## 2343                                                                                                               @BLcritic to having high end brands take them on for their campaigns. The views as well as the engagement and how t… https://t.co/eZKyuARyLy
## 2344                                                                                                                                                                    Bl@@dy Bunch of Hypocrites !\n\n#NadavLapid #NadavMustApologize https://t.co/TLhcHPuM5H
## 2345                                                                                                               @LaraHReid No worries, it's a very difficult concept to internalize and I'm not the best at explaining it, clearly!… https://t.co/7GfGm0tfkw
## 2346                                                                                                                                             When you do things with love, flowers bl\n\n&gt;_&gt;_&gt;_&gt;CN12&gt;_&gt;_&gt;_&gt; https://t.co/9neIeDOPem
## 2347                                                                                                               @BLcritic Also the reason I wouldn’t expect him to venture into BL again is because 2gether if we’re being honest h… https://t.co/PYeXmI6AmH
## 2348                                                                                                                                                                     @TheMadamCrimson Oh gods… sympathies. Mine gets to 32% and just hangs. Bl**dy updates.
## 2349                                                                                                                     @IRCTCofficial at jabalpur in Bl shramik  PNR. 6840097275 No water available in washroom and no cleaning as well. Again disappointing.
## 2350                                                                                                                                                                                                       God i really have such good taste in bl and kpop men
## 2351                                                                                                                                                                          And that’s why no one’s surprised about him being in a BL https://t.co/fWmgkueSAt
## 2352                                                                                                                                                                            i feels like this account for bl sht while the other account for NL or GL thing
## 2353                                                                                                               @BLcritic I agree with you! I’d actually be surprised if he decided to venture into BL again after the colossal suc… https://t.co/BSPhmtIM47
## 2354                                                                                                               GMMTV has a bunch of people who can actually SING but they are relegated to making covers once in a blue moon. Mean… https://t.co/UnhHQfYmLN
## 2355                                                                                                             December with a very jolly Capricorn in the 'Shaftesbury Psalter'\n\nBL Lansdowne 383; the 'Shaftesbury Psalter'; 12t… https://t.co/4AaJpCNiKi
## 2356                                                                                                                                                                                                                                  @omobabalaja you’re bl!nd
## 2357                                                                                                               BL CX: ‘in an inauspicious hour I left [...] Jesus College, Cambridge [and] was persuaded by sundry philanthropists… https://t.co/PKAX84ZB9M
## 2358                                                                                                                           message 2 before mentions     @Maria_BL_ellv @laurance_a @EvilCircuits @VixDeLaQ  @AAK_Guild @i_poletaj… https://t.co/RMSrtIpZAm
## 2359                                                                                                                                                                                                                                                 BL anime 🫶
## 2360                                                                                                              #Respect for @andagn :the most successful in bl🦓ck and white history!⚪🇮🇹⚫💪👏 @LeonettiFrank @BenCroce72 @nico_r2022… https://t.co/9R5VeDWUpG
## 2361                                                                                                               Present at the European Industry and Energy Summit 2022 #EIES2022 at @BL_Chemelot to talk about the future of energ… https://t.co/7nxdYXe0DD
## 2362                                                                                                               @GreenpeaceAP @David_Ritter When is it time to take REAL action?? Theres going to be nothing left to save if we kee… https://t.co/J15V9KyNRL
## 2363                                                                                                                @Strawb3rryDunk @ppnaravit @phuwintang @NeverLetMeGoTH True . But that also means were competing with betweenus in… https://t.co/5zgzxOASuf
## 2364                                                                                                                                                                                   @thvracha @yeniology The guy who entered with the bike has acted in a BL
## 2365                                                                                                                                                                                                              @cookieracha_ semantic error it’s a bl kdrama
## 2366                                                                                                                @heroicendeavour Oh jeez I didn’t bother because I assumed there’d be mainly folks from iSchools, sector leads and… https://t.co/QFSvwsiJZG
## 2367                                                                                                               Our soul connection and the love we share with one another is certainly not perfect, but it is wild, rare, beautifu… https://t.co/HIrYbSE7KN
## 2368                                                                                                                                              Whichever one you choose the bl@@dy thing will have less in it that it did last year. https://t.co/49zJTuotQT
## 2369                                                                                                                               Prothane 6-309-BL Black Rear Control Arm Bushing Axle Housing Kit C1IU99U\n\nhttps://t.co/qGrDW3tHD5 https://t.co/kWUUUDW912
## 2370                                                                                                                                                                                                                                @hyunlxed what is bl error?
## 2371                                                                                                               Lunsom Skull Shift Knobs Resin Shifter Head Most Car Transmission Shifting Stick Handle Fit Most Automatic Manual V… https://t.co/TsnxddhZhx
## 2372                                                                                                                                         @artbyhwang they were dongkiz but rebranded as dkz! you might know jaechan who was in the bl drama semantic error!
## 2373                                                                                                              I'm ur Abba Father. I am the Righteous Judge.\n\nMy courts are a place of joy n freedom for u because u've been MADE… https://t.co/24uIqTaYC5
## 2374                                                                                                             December is a time for collecting wood to keep warm but watch out for dragons! 😳🐉\n#medievalcalendar \nBL Lansdowne 3… https://t.co/ge1Fj9nYsj
## 2375                                                                                                                                                               @GioHassoun The fact that u answered where u'll actually be do u rlly think ana bl malja2? 😂
## 2376                                                                                                                                                                                                         le distanze a cui portano i bl... good for them fr
## 2377                                                                                                                                                                   @EianSolidsOFC excited to see you judge eian\n\nJUDGE EIAN ON GLOBE ONE\n#EianRances  Bl
## 2378                                                                                                                                                                                         @cookieracha_ that was jaechan! he’s also in the bl semantic error
## 2379                                                                                                                                    Just read this and I wonder who's going to jump on the possibility of gay swan coparenting BL 😆 https://t.co/FzdDUpmGEh
## 2380                                                                                                               @smhw123 @junkofzeart @MangaMoguraRE @SuBLimeManga they actually do for BL tho, all of recent releases are being av… https://t.co/sXk2Cjhnvg
## 2381                                                                                                                                 i have seen this group on tiktok they wwre gna disband but then they didjt and one of them is in a bl or something i think
## 2382                                                                                                                                                                                                        FUN FACT JAECHAN FROM DKZ STARRED IN A KOREAN BL !!
## 2383                                                                                                                          Ultime uscite BL in fumetteria: \n🔹All of you vol. 1\n🔗https://t.co/jt8ReigDKe\n\n🔹All About J vol. 2\n🔗… https://t.co/HEBD1SpLmu
## 2384                                                                                                             Who shall accuse u now, BL? Who shall condemn My Ch? No one.\n\nFor Christ Jesus, who died, n more than that was rais… https://t.co/AFmU21fV1k
## 2385                                                                                                                                                                                                  The way jc starring a bl got his group to perform in mama
## 2386                                                                                                                                                                                                                  THAT'S THE BL GUY https://t.co/d27qfjxXgR
## 2387                                                                                                                                                                                                                          is this the group w thé bl member
## 2388                                                                                                               I know Weak hero class 1 isn't BL but... HOW THE HELL CAN U EXPLAIN SHI EUN'S STARE AT SOO HO?? The tension in ever… https://t.co/DLYf8hSVJB
## 2389                                                                                                                                                                                                       @bubibbiu The bravery to open bl acc in the crowds 🤣
## 2390                                                                                                                                                                              the bl fans propelled the momentum to get dkz to this point its kinda amazing
## 2391                                                                                                               PUUUCI Silicone Case for Google Nest Hello Doorbell (Battery) Cover - Weatherproof Protective Silicone Doorbell Ski… https://t.co/ZRLzyxJlxM
## 2392                                                                                                                    [Girl's Maniax Original (BL) (Various)] DLsite Girl's Maniax Anthology Vol. 5 -Mesu Ochi- [JP] - MyReadingManga https://t.co/XvLZw3Uy1N
## 2393                                                                                                               BLITZU Compression Socks Men, Knee High Socks For Women 20-30 mmhg  Best Compression Stockings For Leg Pain Relief,… https://t.co/QLWMKx0EWU
## 2394                                                                                                                                                                                                               @AdelekeFunmi18 @Ziyechman That na bl@@@@@st
## 2395                                                                                                                                                                                                                            THE BL GUY WNTERING WITH A BIKE
## 2396                                                                                                                                                                                          damn jaechan really brought his group out of nugudom with that bl
## 2397                                                                                                                     @BigBootyJudy_14 @CaribBros And to get second bl form thats need a boss drop make it drop from each charater story after u finished it
## 2398                                                                                                                                                                                                                               oh that group has the bl guy
## 2399                                                                                                               @_OmPlayz @urfavcatpun nothing happened its in ep 13 the synopsis and BL confirmed Luka is gonna travel with his fa… https://t.co/w0yoJ3Sb9f
## 2400                                                                                                                                 Also- we need to stop fujoshis that make yaoi and BL bc I'm tired of the horrible rep and fetishisation of my sexuality /c
## 2401                                                                                                               2022 Newest Android Car Stereo for Toyota Camry 2008 2009 2010 2011, 9 Inch Touch Screen Radio Player with GPS Navi… https://t.co/Q2rXlKkZFi
## 2402                                                                                                                Old Xians safety is more important than our reading comfort. they can, will and already did get in serious trouble… https://t.co/laVHkVpZXo
## 2403                                                                                                                                                                                     @GioHassoun Most probably m3k ha2 bs khaline onbosit bl mawjud hl2 :')
## 2404                                                                                                               @iPrinceSaviour @Jack_ng01 @JosephOnuorah @_weyimi @Nkemchor_ @TakeBackNaija_ @FS_Yusuf_ @ChudeMedia @ChigozieIAlex… https://t.co/0qlCo6LM4s
## 2405                                                                                                              @urfavcatpun in ep 13 which we haven't seen yet according to BL \nLuka leaves the country with his father to protect… https://t.co/mXnoIVBI7H
## 2406                                                                                                                                                               If i make an artbook... It'll be so BL... Is it ok if i just make it like ocs and stuff tho-
## 2407                                                                                                                                                                                                       @hualianrot BL in general. \nI have the same feeling
## 2408                                                                                                                   Who will win the match this evening?\n#WorldCup2022 \n@BLMedieval BL Harley MS 4205, f.3v; BL Arundel 66, f. 33v https://t.co/zGD7mDpNwJ
## 2409                                                                                                               OPEC daily basket price at $79.93/bl, 28 Nov. 2022 https://t.co/mo2QatQRLK Nigeria recently established its five-ye… https://t.co/NYouqrzEXA
## 2410                                                                                                                                                           @JinkiWaistPls I'm lucky it's after working hours for me, tho I wish they did BL for both days 😭
## 2411                                                                                                                Our kings! The IT couple of Thailand!! BL legends @milephakphum @Nnattawin1 #MileApo #MilePhakphum #Nnattawin ✨🙌🏼💚 https://t.co/tY8O5oUbqI
## 2412                                                                                                                When I'm not reading SPYxFamily, I'm reading I Mingled With A CEO: The Daughter's Return!\n \n#BITEOST #fanart #bl… https://t.co/YvCF9sKGsw
## 2413                                                                                                               @billawki I see 😯 certainly, fujoshi is someone who likes bl. my idea was not someone who only liked bl, but someon… https://t.co/9983VAHQHY
## 2414                                                                                                                                             Sequoia’s Sonya Huang: Generative AI hype “absolutely justified” - Protocol by @ \n#AI https://t.co/TzK2QwXkrS
## 2415                                                                                                                                                                  @Agavegator Fr altho there are recent BL/yaoi that feature sub tops &amp; dom bottoms too
## 2416                                                                                                                                                                                                                      i loooooove the old korean bl films 🥺
## 2417                                                                                                               @bl_4_eva @MSuppasit Awwwww Sammieee!!! Happy bday bub!!!! Wishing you the happiest day and lots of love all this y… https://t.co/h96OrBXvqt
## 2418                                                                                                                                                                                                                     did someone watch bl #PleaseTellMeSo ?
## 2419                                                                                                               Plan and tbh I ain’t mad I want bl in its two slots the dark vs the normal bls like they planned Tuesdays seem like… https://t.co/Mmg5DFu94J
## 2420                                                                                                               Yeh they had Monday-Tuesdays for the lakorns Wednesdays Thursdays for the romances and Fridays for BL Saturday used… https://t.co/pSAiHMtyp9
## 2421                                                                                                               Etching of the astronomical clock in Lyon Cathedral with its several dials and allegorical and decorative figures a… https://t.co/uQd5HhAe6O
## 2422                                                                                                                                                                              @Kunzirio PHAHAHHAHA YES THAT and same and watch bl and kdrama and my anime😻🥰
## 2423                                                                                                               I wouldn't expect him back in the BL world anytime soon. He is exactly where he wants to be. Congratulations to him… https://t.co/bUjm7t2xJy
## 2424                                                                                                               @EngMartyrSchool This made our hearts sing! Thanks so much to all the brilliant authors and illustrators who made b… https://t.co/oGArQLKAxX
## 2425                                                                                                                                                                  there are so many #THAT fandom on bl twt it makes my head hurt why can't yall be normal 💀
## 2426                                                                                                                                                                                                                                         @AdriianoDott Pass
## 2427                                                                                                                                                                                     @totheyearning bl fandom is where critical thought and words go to die
## 2428                                                                                                                @patpr4n I get what you mean but i'm a KP fan too (i watch/love a lot of BL)... please, don't generalize too much,… https://t.co/FGs0S35oVO
## 2429                                                                                                                                                                                  @aguilar_ve @bl_artcult @lamengana @pneumaninesix Oh very nice\nThank you
## 2430                                                                                                                                                                           @kieranjol For NT see https://t.co/iGeBxSxlJa and BL see https://t.co/gnX8F2tf8K
## 2431                                                                                                                                                                                                                                       @LucaVaran Fucklespd
## 2432                                                                                                                    Not BL but highly recommended! 🤭 I really love the chemistry between the main leads! 🥰💕 https://t.co/IVIU0VxI2L https://t.co/0j8D3nMa3j
## 2433                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult Peaceful Mind\n\n"She looked like a mermaid, peaceful and calm, her eye… https://t.co/Himgzg3PZA
## 2434                                                                                                                                                    @Naawiell Unexpected Falling ☺️ Not BL tho. But niceeee...I love the chemistry between the main leads 💕👍
## 2435                                                                                                                                                           Exploring registers of East India Company discharged soldiers 1820-1882. https://t.co/qCChrhKBzG
## 2436                                                                                                            🗳️VOTACIONES 🖤💙\n\n📌The Best And Most Popular Thai BL Couples Of 2022" on Netizen's Report\n💻https://t.co/HrIL2D7BTt\n📌… https://t.co/hDidTcyy2o
## 2437                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nIn your arms\nA person with a pure heart sees… https://t.co/aQEcnUG7AP
## 2438                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult If you follow the replies, you'll find the story.  Sorry, I made it a… https://t.co/7490znTWRB
## 2439                                                                                                                                                      Lemme already apologise to my bl moots for the person I’ll become once dkz starts performing at mama🙃
## 2440                                                                                                                                                                     blue lock mangaka would make a killing making bl manga... that artstyle is CLEAN clean
## 2441                                                                                                         Tonight at 930pm with the HardCourt boys @craigansibin &amp; @akemasyraf \n\nFellow BL, Shuttlehearts and Everybody in be… https://t.co/pDbdvyS0L0
## 2442                                                                                                               @BLUPDATE2022 I think maybe a shoulder to cry on will come out on December as they already listed it on Viki if not… https://t.co/iAvQPMoWYt
## 2443                                                                                                                                                                                                                         ✨️Become a BL comic artist cutie✨️
## 2444                                                                                                                                                      Gonna do some comic reading\n \n#comicspa #bl #ink\n\nhttps://t.co/pKkIjjuEzN https://t.co/SeMNdkCMqC
## 2445                                                                                                             — MILE TIME 💚\n\nLet‘s vote for our beloved mile! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :… https://t.co/dBdASUOGNc
## 2446                                                                                                               Schalke and Cologne are interested in Nathanaël Mbuku, alongside Olympiacos FC from Greece, according to @sebnonda.… https://t.co/hSpf6qbCAd
## 2447                                                                                                               @IanJamesMartin4 @catherinemginn @LGalloway77 Then they are doing a bl**dy good job  I'd say. Well on course to ach… https://t.co/nuTZdyMHTj
## 2448                                                                                                             while\nfrom others came a sound of carpenters and coopers, with bl\n__iherb_promocode_promo_rewards_voucher_code_disc… https://t.co/OEhOW5gCb5
## 2449                                                                                                                                                                                                   i love having a lot of korean bl https://t.co/qQ0APc9Wx8
## 2450                                                                                                                                                      i wanted to ask my classmate if she read a certain bl and accidentally told my friends that i read bl
## 2451                                                                                                                                                                                                             Felt so at home coming back to u, our bl world
## 2452                                                                                                                Owlyee 3 4oz Travel Bottle with Disc Top Flip Cap (5PCS) Empty Plastic Container for Shampoo, Lotion, Soap (100ml,… https://t.co/YinFGll3HE
## 2453                                                                                                               @BLUPDATE2022 True though, at 1st i didn't wanted to watched bcoz i thought it wud b an ancient type of bl drama bu… https://t.co/7cbKshQzY6
## 2454                                                                                                                     @jaehworId YUP AND I FINISHED A WHOLE ASS BL DURING THE NIGHT LIKE STARTED AFTER DINNER AND FINISHED IT AT 3:30AM ON THE LAST SUNDAY😭😭
## 2455                                                                                                                               @junkofzeart @MangaMoguraRE @SuBLimeManga Wish they license more BL tv drama or Jdrama in general. They go really unnoticed.
## 2456                                                                                                                                                           @GMMTV @ppnaravit @phuwintang The BL series of the year is finally here! https://t.co/IvE68eJZeH
## 2457                                                                                                                                                                               My #minsung here As if they came out of BL drama 😣✨ https://t.co/swYNKrfoM3
## 2458                                                                                                           Check this fascinating #artist: #Lebanese🇱🇧 #RockMusic pioneer &amp; #humanitarian @Lydia_Canaan and listen to her song… https://t.co/exASQoTaRH
## 2459                                                                                                                                                                                                                Anty Ma mA twy bl loe chin tr apyit lr byar
## 2460                                                                                                               Happy birthday to this baby but also I hope there’s good thing for you in the future I hope we see you again with a… https://t.co/7dfRAzDAXt
## 2461                                                                                                                                                                                                           ok ima do smash or pass BL ver mute me if u must
## 2462                                                                                                                           @MangaMoguraRE @SuBLimeManga @TaifuComics 1M copies with 6 volumes 😱 why are there no more BL anime if the manga sell so much. 🤔
## 2463                                                                                                                                                                       this BL sex scene making fifty shades of grey looking like a hallmark kiss like woah
## 2464                                                                                                               — APO TIME 💛\n\nLet‘s vote for our beloved apo! \n\n🗳️ACOTY2022 :https://t.co/AafZkkjZSg\n🗳️ Thai Actor Of The Year :… https://t.co/0BE53OWEhO
## 2465                                                                                                                @JoGibsonWriter @TillyLovesBooks Become a Reader at the British Library. It's... (as above, but substitute "novel"… https://t.co/uGMTGIFBMG
## 2466                                                                                                               hacker dude was throwing slurs back and forth but got scared of some bl manhwa panels? and called ME weak? get outt… https://t.co/cUy9bJinmO
## 2467                                                                                                                @Sai76739 In case you're unable to find this email in your inbox, please do check the junk/spam folder. Appreciate… https://t.co/tFhzjkneCK
## 2468                                                                                                               @fubroshi I've seen enough of Thai BL fandom to know that stuff like this is really about the actors they prefer, b… https://t.co/Hj2n8BoqJB
## 2469                                                                                                                          Bl stans using words like "media literacy" and it's just the dumbest take to justify their fav's character i had a good laugh ngl
## 2470                                                                                                                         @Ansel_Easton @pat_hm I was going to say the ghost of Kyler manu haunts us but Henry being a miss is the whole reason manu started
## 2471                                                                                                                                                                                        And when I cry in BL because of these two?? https://t.co/FMFgKbVO3n
## 2472                                                                                                                                                                         “Troub in de fam! Ees what for?” He took an ancient bl     https://t.co/KFarugLWkj
## 2473                                                                                                                                                                            @KenamiRBX @_younite @NyxunRBX Yo is this gonna be a new game of is it still BL
## 2474                                                                                                               kwmobile Origami Case Compatible with Kobo Libra 2 - Case Slim Premium PU Leather Cover with Stand - Girl Tree Swin… https://t.co/VjxMT5Dt6D
## 2475                                                                                                                                                                                                   @tanniesgay Even they kissed 😭😭😭\nBl I'm watching rn😭😭😭😭
## 2476                                                                                                           The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/K9q7RprXDA…\n\nPleasego… https://t.co/rVnc4w3NSu
## 2477                                                                                                               @queertangerine @GreenRibbits @allecsirp48 @GINA__BEARS bl fans try to come at MA's acting and chemistry. MA's chem… https://t.co/dDE4uz89M1
## 2478                                                                                                               @queertangerine @GreenRibbits @allecsirp48 @GINA__BEARS tbh i have never been in the bl community before kpts but i… https://t.co/xhfRY048Bq
## 2479                                                                                                                                                                                                               Is this a BL drama ? https://t.co/mhGN6FNkv7
## 2480                                                                                                                                                                                                       @Sufy2_ Are you bl*nd or d*ft? That's fake you id*ot
## 2481                                                                                                                                                                                                                              @bl_artcult @CatEldria I hope
## 2482                                                                                                                                                                                       i cant bring myself to wach ph #bl yēt~~~💥💥💥 https://t.co/hqQgbtjiOI
## 2483                                                                                                               BNKANG Lunch Bag Insulated Lunch Box - Durable Insulated Lunch Bag Reusable Adults Tote Bag Lunch Box for Adult Men… https://t.co/8h1C2GFPSV
## 2484                                                                                                               Bling Car Accessories for Women, MAIMEIMI Bling Car Accessories Set,Bling Steering Wheel Covers ,Bling License Plat… https://t.co/eghpOXRFkt
## 2485                                                                                                               xcivi Silicone Cover and Lanyard for Tamagotchi On Virtual Interactive Pet Game Machine, Updated Version Without Ca… https://t.co/xueHuzNl0d
## 2486                                                                                                                RT TwinkPsyncer: if i had a nickel for every twin character who lost their more confident twin in a tragic auto accident for which they bl…
## 2487                                                                                                                                                                                          Roll on the 18th December. Fed up with bl**dy football.  #R4Today
## 2488                                                                                                               MP3 Player, Frehovy Music Player with 16GB Memory SD Card with Photo/Video Play/FM Radio/Voice Recorder/E-Book Read… https://t.co/oEpzILzmRC
## 2489                                                                                                                                                                                                            Make dem sha no Bl*w 😂🤌 https://t.co/HVAVh9yzlq
## 2490                                                                                                               It's so funny, because in BL throughout history kisses have been nothing but awkward, and all of a sudden his kisse… https://t.co/WZtP3inUzq
## 2491                                                                                                               @Skarrow9 It was only last year we had Season of the Hunt, which for all intents and purposes is arguably the dries… https://t.co/c96Uek68OZ
## 2492                                                                                                        @StrayKStream @skzloml_ @Stray_Kids MANIAC ONES HAVE ARRIVED\n#StrayKidsAt2022MAMA\n#スキズMAMA大阪上陸\n#스트레이키즈_2022MAMA\n@Stray_Kids\nUb bl
## 2493                                                                                                                                                                                                         New BL series from One31?? https://t.co/TGMK3gLVJq
## 2494                                                                                                         bl resource is really good\n\nfrom TTEOTM→NARM→OFL→北上\n\nfrom 2nd billing S+ xianxia → 1st billing : S+ big female cent… https://t.co/EfJx3Ug0bo
## 2495                                                                                                                                                                                                         @jaehworId @rutovines btw u a bl stan? u better be
## 2496                                                                                                               I'm also hiring a Postdoc (1.5 year) with expertise in graph databases, ontology creation, linked data, and graph r… https://t.co/Onp9A68Jcx
## 2497                                                                                                           80% off : Addons BAG-TOT-168 Women Black Black at ₹718.\n\nhttps://t.co/iZA71TMgjk\n\n85% off : RL Daisy Quilted Leathe… https://t.co/3c6nTd3g58
## 2498                                                                                                                                                                                          @illustrata_ai @joynxyz @amli_art @bl_artcult Awesome contest!🔥🔥🔥
## 2499                                                                                                           #LED #Bulb #Light 12W\nModel: WS-BL-12W\nPower: 12W\nLight Base: E27/B22\nInput Voltage: AC 85-265V  50/60Hz    ( DC12-… https://t.co/9DdWpGanFg
## 2500                                                                                                                   The plot of "Marriage in a Heartbeat" is like a roller coaster of emotion. It's riveting and full of surprises!… https://t.co/VqQhL2ApVM
## 2501                                                                                                                                                                                                                                                     Not BL
## 2502                                                                                                                                                                                                                @blooxmelodies Just watch any Vietnamese bl
## 2503                                                                                                                        Kohler 9132-BL Round Shower Drain for Use with Plastic Pipe, Matte Black DJLT1CR\n\nhttps://t.co/7Weag0cWJg https://t.co/y3JQZXlfJh
## 2504                                                                                                             Lawrance as well.\n\nI also think we are likely to see familiar faces for the first few games and these new players e… https://t.co/iyTKx3cO4Q
## 2505                                                                                                                 @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @BOURGEOIIS_ @klunk22 @ala_art_lab @Nika_Rakhmanova… https://t.co/7XRfRs6xbF
## 2506                                                                                                                     #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.… https://t.co/EVCBp6LE2G
## 2507                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult Even though we are not strong, we always try to look fine and strong.… https://t.co/Uyuw81JE2h
## 2508                                                                                                          rating: 15/10\n\n- i love the cute romance scenes\n- i enjoy the emotional frustrating plot as well\n- "uenoyama-kun"\n-… https://t.co/Clxiccdiv5
## 2509                                                                                                                                                                                                                  @ToMySunflower19 Awww thankyou lovely xxx
## 2510                                                                                                                                                 @onigriomi @zoomtsum This but whenever I have a partner and they call me by my name instead of a nickname🤧
## 2511                                                                                                                                                                                                     sometimes, cringe bl anime named Gravitation...is good
## 2512                                                                                                                              This manhwa is awesome! I can't get enough of it!\n \n#school #BL #lookism\n\nhttps://t.co/PUPR7JvwDi https://t.co/iE0cQVH24j
## 2513                                                                                                                                                                                          @megz6344 I don’t think he will leave BL and I hope he doesn’t.🤞🏽
## 2514                                                                                                                                        nugu boy group who blew up bc one member acted in a BL getting invited to mama but not queendom winner that’s weird
## 2515                                                                                                                                                                                @punxkilled my irl nickname comes from a fucking omega from a bl omegaverse
## 2516                                                                                                               @Waddy1 @UKRobBoxing After this morning you could watch one of the 1300 ko games at 10 tomorrow on catch-up tomorrow...Same for the 1600 ko🤣
## 2517                                                                                                                                                                                                          stray kids now or i bl    o     w up the building
## 2518                                                                                                                                                       Gonna do some comic reading\n \n#miko_ #BL #myart\n\nhttps://t.co/7pWXxtO35x https://t.co/UbWNHHSG37
## 2519                                                                                                                                      @voodookunt Oh please, bl twt is like kpop twitter but with bad taste and even worse opinions, you ain't missing much
## 2520                                                                                                               Yeah, I will never understand the decision making on this. They had a fan base, they had a cast, they were riding o… https://t.co/cOflReSoHR
## 2521                                                                                                                                                                                                                                    @bl_hkg Omgggg! Hoping!
## 2522                                                                                                                                                                                                             @Stixx1979 @HarryMcNally00 Waterlogged mostly.
## 2523                                                                                                               @hermit_wanderer @TylAshke @LiirBL From my understanding it has a BL aspect but it's not necessarily BL because it'… https://t.co/ngbbjuL1QH
## 2524                                                                                                                                                                                                                 Its a BL\nBecs i said so\n #WeakHeroClass1
## 2525                                                                                                                                                              @ChefOnTheCorner Terrific that..been on many a train based tour in Europe, it's the bollocks.
## 2526                                                                                                                                                                                           @ManekiNekoAIArt @lemonde2d Congrats 🎉 🙏 and cheers @lemonde2d !
## 2527                                                                                                                                                                                                                                     @bl_artcult GM Black 🖤
## 2528                                                                                                               @prananon @ziwats I am being honest. TharnType is bad. Was my first Thai bl and my expectations stooped real low fo… https://t.co/OophJQH4FJ
## 2529                                                                                                                                 @Waddy1 @UKRobBoxing Yeah, all the final group game rounds, in each group are simultaneous so as not to advantage anybody.
## 2530                                                                                                                                                                                 @kchartsmaster @dkz_dy One member play BL series and save the group 👏🏼👏🏼👏🏼
## 2531                                                                                                                            @deeperflows @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart… https://t.co/JbzvMyGn9N
## 2532                                                                                                                                                                                                   @jodanspace No 1 dan 4\nThe best jbl\nThe best taiwan bl
## 2533                                                                                                             Dark Heaven was THEE best Bl manwha I've ever read hands down. \n\nTragically, it was too ahead of its time with it's… https://t.co/jd2pnpzPpc
## 2534                                                                                                                                           new bl manwha this new bl manwha that\n.\n.\n.\n.\n.\n.\n.\n.\n.\nyou will never be them https://t.co/h4BaVnrEbe
## 2535                                                                                                                                                                                                                         @psychiizu AND ALSO I NEED BL RECS
## 2536                                                                                                                 @myadrinette @urfavcatpun its a on and off thing they are going but we know there will be a official kiss with them soon BL confirmed that
## 2537                                                                                                                 @myadrinette @urfavcatpun its a on and off thing they are going but we know there will be a official kiss with them soon BL confirmed that
## 2538                                                                                                                                                                                                     wait why the fuck is twitter giving me bl / ya01 stuff
## 2539                                                                                                                                                                                                            @bl_hkg Thank you! Wait for the good news na! 🥰
## 2540                                                                                                               NP NIGHT PROVISION DUO-120 Red/White Strobe Back Rear Bike Light USB Rechargeable COB LED Lights PSR-120 Police Pat… https://t.co/FbxFfH2fD3
## 2541                                                                                                                       Thankyou for my HBD 🎂🥳🎉 message @MSuppasit 🥰\nI love you loads 😘\n#WaanjaiMewGulf \n#MewSuppasit \n#MewGulf… https://t.co/vSk7bx9R1g
## 2542                                                                                                                5) Most Popular Thai BL Cp:https://t.co/R7wEoqWeij\n6) Thai drama OTY: https://t.co/EAQdn1yjaB\n7) Fav Thai BL Cp:… https://t.co/wHJZp8GPJQ
## 2543                                                                                                               @ANDIETHEASPIE69 @CocoaFox023 It's because of that one gay kiss and that Tim Allen (who's a republican) didn't voic… https://t.co/ANdIc7NrYY
## 2544                                                                                                             shoulder, the dirt and rock of The Edge\nobscured more and more of the bl\n_ounass_promocode_promo_bath_and_body_work… https://t.co/of2LVqGEZH
## 2545                                                                                                                                                                                                    Bl*nks are so funny I swear😂😂😂😂 https://t.co/hC4kcuDhXu
## 2546                                                                                                                This image sums up 80% of my the 30~ pages academic thesis I wrote about the androgynous bishounen trope and BL in… https://t.co/J4qmkafxQ8
## 2547                                                                                                                               Check out this product Rose - Scarlet G - Blue  \nby Blush Novelties starting at $23.95. \nShop now… https://t.co/aEmmkQ6DfV
## 2548                                                                                                                  If you’re being really accurate, this one isn’t strictly tokusatsu or BL but it’s kind a bit of both in a way 😆😆😆 https://t.co/6FLkhzbPVh
## 2549                                                                                                                                                                 @yumehisas op not wanting to see the word ya*i is me after reading the worst bl story ever
## 2550                                                                                                                📢A reminder that there's one week until our free #CPD event on 6 Dec at the British Library🗣️to learn about our new… https://t.co/LDgyCTUxNh
## 2551                                                                                                                                       another facts about emma myers, she also followed the untamed cast anjay is she into bl? 😭😭😭 https://t.co/q8Uy8DLnRr
## 2552                                                                                                                                                                  Mii2 is so cute and cool💞\nI'm happy^^♪\n#Mii2  #DMDCharity2022 https://t.co/ItzGSXnhOR
## 2553                                                                                                                                                                                         @Anyainthesky @REALLYREVIL nunew from cutiepie the series, Thai BL
## 2554                                                                                                                                      If this is some kind of spoiler for your stage performance, Imma pass out. Fire and ice? Wow! https://t.co/RwGcxdOUYV
## 2555                                                                                                              Question:\nI'm transcribing this edition of reynart the fox printed by Caxton and I noted, that he uses round r to s… https://t.co/q6ZcmY3jlZ
## 2556                                                                                                    We follow back ✊\n\n@OzsariNejla \n@Yavuzkaan1453 ☕\n@F03427\n☕@_1Ellaa\n@susbiq\n@20ysf1 ☕\n@HzrYldz75342731 \n☕@21KAREL… https://t.co/1DCmQEicmC
## 2557                                                                                                                                                                                                            @FabrizioRomano @BL_LatestNews What happened ?
## 2558                                                                                                                                                                           @Afolashade___ Only a fuuul like you defends rubb!sh because of bl!nd stanship 🤡
## 2559                                                                                                           @Charity49133192 I just happy &amp; hope but again nothing is confirmed, preliminary data collection from fans only! At… https://t.co/x7VJd44sNS
## 2560                                                                                                            ty, he only drinks the tepid tears of orphans.\n\nBut no more of this bl\n_tv_promocode_nice_promo_citruss_one_niceone… https://t.co/qeoy8hrwS7
## 2561                                                                                                               QIELIZI 7 Inch Squatting Toilet Stool for Adults, Poop Stool for Bathroom and Toilet, Step Stool for Kids and Adult… https://t.co/7gftbDmuxU
## 2562                                                                                                                                                                                                                                 WAIT GIVEN IS BL?!?!?!!?!!
## 2563                                                                                                                                                                                      @vegascore Let's be honest, by ep 11 no one cared about KP anymore. 😅
## 2564                                                                                                                @weenakohi2 So after a few beers and a few episodes of his BL series, wwx leisurely touches his crotch, rubbing it… https://t.co/cIEJdeWx33
## 2565                                                                                                                                                                                               the chokehold gmmtv bl and studio wasabi has on me is insane
## 2566                                                                                                                                      @_sara_jade_ @sunriseon7 @AmandaRishworth @Barnaby_Joyce And not much life at all going on there with the Barnaby BL.
## 2567                                                                                                                                                                     Someone broke through my barriers.... I said "I love you" #RAGEQUITLIFE Bl #RicchanBot
## 2568                                                                                                                                                                                    Quatre Salision was just seen in the BL  aisle! https://t.co/6AAD8bWxTB
## 2569                                                                                                                                        @WorldNfts @Morph_VGart @alulasit @delta_sauce @bl_artcult @KatalinaOoma @WisnuPradanaArt Thank you so much Fam ❤️🙏🎨
## 2570                                                                                                                                                                                              imagine if i could make a bl that's just a reskinned tomowata
## 2571                                                                                                                                                                           I mean bl only did get their debut song then promoted in Japan for a long time ☹️
## 2572                                                                                                                                                                                      We’re going into the capsules tonight and we’re going to this planet.
## 2573                                                                                                               According to my calculations, given the permanence of the climate, the remoteness from the nearest light source, th… https://t.co/UGTo6zmOfy
## 2574                                                                                                               We have found a planet suitable for us to live on. Our engineers have repaired the ship. It’s been a tough few days… https://t.co/jRejC0vr2O
## 2575                                                                                                                                                                                         Bring them back. We're hurting 😭#VegasPete https://t.co/YbbcSCiGzO
## 2576                                                                                                              𝘥𝘯𝘪 𝘪𝘧 𝘢𝘴𝘴𝘰𝘤𝘪𝘢𝘵𝘦𝘥 𝘸𝘪𝘵𝘩:\n- pedophilia, z00philia, maps, transphobia, homophobia, d3ath threats, -13, proshipper, dsm… https://t.co/I7EgRMnSfD
## 2577                                                                                                                                                                         @bl_hkg Hey dear. Do you mean this plan is for MA or the other artists you love? 😮
## 2578                                                                                                               @rvinpeaxe I'm in lol I started this whole thing with #BusinessProposal  and I'll keep going with BL office drama l… https://t.co/CNTOEMAVJJ
## 2579                                                                                                                                                                                       @coffeewing Lol the way there are more toku than bl in this list 😆😆😆
## 2580                                                                                                               Serta Executive Office Adjustable Ergonomic Computer Chair with Layered Body Pillows, Waterfall Seat Edge, Bonded L… https://t.co/0fKWB0RVZf
## 2581                                                                                                                                                                        Oh, so working in a BL series is the reason 😌\n#หวานใจมิวกลัฟ https://t.co/nNQ808rfJU
## 2582                                                                                                               with all due respect, how can you say that you are fetishizing bl???? dont use that word lightly, try doing nore re… https://t.co/SrkdbLFRlW
## 2583                                                                                                               CYCWEAR Cycling Underwear Shorts Women's 3D Padded Bicycle Bike Riding Shorts for Outdoor Sport Indoor Exercise Bik… https://t.co/Zfn0a86uY0
## 2584                                                                                                           🔔 | APO TIME\n\n¹  ACOTY2022 :https://t.co/0b6zuWr5Wr\n² Thai Actor Of The Year :https://t.co/jlIsN9kIfb\n³ Most Popula… https://t.co/4y42vnM08t
## 2585                                                                                                                                                                        mehtaga had ydo2 el chipsy el bl kfc da w y2oli worth to ruin the diet for wala la2
## 2586                                                                                                                                                                            @GutsnPuck Goats invading everyone's faves in bl 🫡 but we don't complain lol 🔥🥹
## 2587                                                                                                                              @Morph_VGart @alulasit @delta_sauce @bl_artcult 𝗧𝗵𝗲 𝗚𝗼𝗹𝗱𝗲𝗻 𝗦𝘄𝗮𝗻 by @KatalinaOoma\nRolling in town by… https://t.co/3m8fNhBz1B
## 2588                                                                                                               Outdated transaction methods cost the #healthcare sector $250 billion each year. Digital solutions are a powerful t… https://t.co/tflFRpTvD2
## 2589                                                                                                                                                     @AmamiVenice Because I have a lot of female friends like bl so I thought girls must be like it so much
## 2590                                                                                                                                                        @ClaireGroves19 @KateWri73477570 @OPA_BL @OAHemsworth @PATCarletonHigh @WakefieldMusHub Brilliant 👏
## 2591                                                                                                                                                                                                     @kchartsmaster @dkz_dy where’s the bl guy? Chu Sangwoo
## 2592                                                                                                                                                                the only reason i want a boyfriend right now is so i can have inspiration to draw bl again.
## 2593                                                                                                                                                                                                              @VIGlLANTESHlT is not a bl, but is still good
## 2594                                                                                                              @Mile4Life_ @milephakphum @milephakphum  #2M4FLowWithMile\nCongrats for reaching another milestone! 🥰 Your one of th… https://t.co/dT8ztaif2B
## 2595                                                                                                                     @kittyporous We can do it\n\nKDLEX Sweethearts #RAWRAWARDS2022\n\n#AlexaIlacad |  #KDEstrada \n#KDLex | #PETAWalangAray \n\nBarnaks bl
## 2596                                                                                                                                Prothane 4-1008-BL Black Rear Spring Eye and Shackle Bushing Kit 2JEQPDS\n\nhttps://t.co/mxJsughGuG https://t.co/pPMLYIx5ZC
## 2597                                                                                                                                                                  Oh, no bl for 1st day😢maybe taem will be there that day?\nPlease give us a lot of fancams
## 2598                                                                                                                          Now BibleBuild is number 2 with 20.067 vote.\nGAP: 4563\nWe can vote once time in 6 hours\nThis is link:… https://t.co/eq4oYSShUk
## 2599                                                                                                                                                             Lutron SFSQ-FH-BL Electronics Slide Fan Speed Control Black MU3DTSB\n\nhttps://t.co/W6gxEwh4iI
## 2600                                                                                                               When my merman boyfriend asks me to hatch eggs for him...🧜‍♂️🌊\nExecuse me?!😡 \nI am a human! Stop ur non-sense jokin… https://t.co/OZHRCnzWP4
## 2601                                                                                                                                                                                                 @simpingforapo Hey relax , let it go, let it go! 🙏🏻💚💛🍒🥐🐻🐱🥰
## 2602                                                                                                                                                                 @HMBoehmond @JMReynolds And yet which person out of the two of you has BL published books?
## 2603                                                                                                                                                                                   Fab article for the 'difficult' Act 4 of R&amp;J https://t.co/5uxxLHyH9b
## 2604                                                                                                                                                              that mafia series stans [EVEN THOUGH IM PART OF IT LMAO] i just can't with those toxic ones 🫠
## 2605                                                                                                                                                          im fighting the hacker someone send me bl manhwas https://t.co/Z7yFZVhq4m https://t.co/xQzoeO5jjD
## 2606                                                                                                            5 facts about Blanca of Portugal 😍\n\nIn Portuguese her name is spelled 'Branca'.\nShe had an illegitimate child (alle… https://t.co/Gqg7sFp5yu
## 2607                                                                                                               Vestil BCD-7636-BL Stackable/Portable Barricade, Virgin Polyethylene with UV Stabilizer, 5 4 gal Water Capacity, 76… https://t.co/OuC3fqaF0B
## 2608                                                                                                           MiLin Blackout Cordless Top Down Bottom Up Blinds for Windows Shades Blinds for Custom Cut to Size Blinds &amp; Shades,… https://t.co/cXyMmPV3Yu
## 2609                                                                                                              and made her to eat rice cooked by her husband's bl**d, and she was at the age of your own wives.\nMothers lost thei… https://t.co/H5euIUjqVY
## 2610                                                                                                                                                                                                                            RIGHT 🥲 https://t.co/p3fP8dlq4C
## 2611                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult "Don't go" started in my mind as a piece trying to express grief, but… https://t.co/wympEYxjrl
## 2612                                                                                                                                                                                        Someone pls suggest some BL dramas the complete one not the ongoing
## 2613                                                                                                               Derpras 16 Inch Square Rain Shower Head, 304 Stainless Steel, Ultra Thin High Pressure Bathroom Rainfall Showerhead… https://t.co/av3mOVruLo
## 2614                                                                                                                                                                                       @incstkiller Omg thya one pic of "whos grandpa looking at bl bruh" 😢
## 2615                                                                                                                                                                                                               me to @forpondphuwin https://t.co/3CoIPcftKc
## 2616                                                                                                               I want to say, NO! BBB aren’t the most genuine BL ship that exists. They never will be. Please don’t make me laugh.… https://t.co/Atuk0rxSsW
## 2617                                                                                                              I think I’ve confirmed we’re all living like we’re in Not Me\n\nComatose and waiting for our long lost twin to screw… https://t.co/Wrr2hPfaDy
## 2618                                                                                                               @amli_art @illustrata_ai @joynxyz @bl_artcult Feel like finally found my style because of those. Have a couple of m… https://t.co/4spkndg3ru
## 2619                                                                                                                                                                                       @mrtdqse what bl@de did you use abd did you put much pressure or no?
## 2620                                                                                                                         @iminescent @bl_artcult @HODLFrance @DionMedici @IrrecusableNFT Don’t know, there is no text … but it isn’t really relevant here …
## 2621                                                                                                                                  The manhua has been feeding us so well\n \n#illustration #bl #animator\n\nhttps://t.co/Zf922h4rx7 https://t.co/Zv3n5h8jB3
## 2622                                                                                                                                                                          @dizzi4me And the cops didnot feel necessary to ask....bl and their ultimate cops
## 2623                                                                                                                   WL Overall @_Jarimo_ @Jayjay131996 @Dracogrid @johnnysimmen @skyzz2k08 @hunter4sberg @SendsRus @fightinggamesd1… https://t.co/PT3I9ggHqi
## 2624                                                                                                                                            Gonna do some comic reading\n \n#KeepBingingYJ #bl #bilibili\n\nhttps://t.co/GwzFtdUtKY https://t.co/nSDHdr9LIJ
## 2625                                                                                                                                                                 Do You Underestimate the Impact of Being Kind? #attitude #kindness https://t.co/3fBN3V5pOo
## 2626                                                                                                                                                                he's got heart eyes for a phatt dick 🤭\n\n#yaoi #bl #manga #yaoitwt https://t.co/0VqMkog3Yl
## 2627                                                                                                                                                                                               Her bl@ck genes made no noise i fear https://t.co/JAfYwCE2q7
## 2628                                                                                                               @RaeGun2k I was lucky to find a CR10-S5 on craigslist back in the spring, only $180 and with a BL touch. I upgraded… https://t.co/UkwaqBDPLL
## 2629                                                                                                                            @Sapphirebunny2 i'm so used to seeing gulf with that red outfit in your tweets that i thought it was gulf. i'm sorry taehyung😭😭
## 2630                                                                                                                                  @JDfromNY206 KO vs Roman I quit match - KO has the match won and the BL turn of Sami to make KO say it think Edge vs Finn
## 2631                                                                                                                                                                                                  @ibloomlikenew just like bl manga then it seems... lmao 😔
## 2632                                                                                                             Can U all Vote for this For MileApo 💛💚❤️\nThe Gap is very small now \n\nPOLL: The Best And Most Popular Thai BL Couple… https://t.co/FfEPU9NLUV
## 2633                                                                                                                      Hayyy I should stop reading bl manhwa &amp; start reading my psychology textbooks instead. I'M NOT MAKING ANY PROGRESS WITH MY REVIEW
## 2634                                                                                                               I just heard some news that there is some entertainment company considering to organise concert for who I love, May… https://t.co/gXcdnF9WQM
## 2635                                                                                                                                                                                @ThatBihNaee Dare I say that was not only h0m0p0b!c but also @n+!bl@c|&lt;?
## 2636                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult "This Can't Be Happening" is part of my collection about childhood tr… https://t.co/I6JNhvrCUx
## 2637                                                                                                               @AjaWriter Yesss exactly. Let me be a gross gremlin in peace with my love of explicit bl. Although sometimes I find… https://t.co/IJcW9H5Xam
## 2638                                                                                                                                                                                                @incorrect_kp They don't rhyme well https://t.co/EimZG10OCD
## 2639                                                                                                                                           Delta Faucet T2758-BL Trinsic Tub Faucet, Matte Black 3LLWH93\n\nhttps://t.co/tYXJtIKotT https://t.co/4KZsvTjQbV
## 2640                                                                                                               Rotatable Socket Converter, 3 Way Wall Outlet Extender AC Adapter, Adjustable Wireless Outlet Splitter for Home and… https://t.co/B38bcg8N8l
## 2641                                                                                                                                                                                                  Ooh the guy who acted in the bl ! https://t.co/8sRrbMTfqi
## 2642                                                                                                               @Ajitkum85387448 They should run VB type train between BVI - BRC or BDTS-ST with stoppage at BVI-VR-PLG-DRD-VAPI-BL… https://t.co/KdzHQEympp
## 2643                                                                                                                                                                                                     @incorrect_kp Beachhhhhhhhhhhh https://t.co/HusPRYacZQ
## 2644                                                                                                                                                                                                         If I get back into my BL bag? It’s nasty for y’all
## 2645                                                                                                            @fessthai first bl: 2gether\nfirst bias: win\ncurrent bias: chimon\nbias wrecker: satang, build, ohm, prem, mix, fort,… https://t.co/Jmzo8LR1ik
## 2646                                                                                                               Despite our happiness and upset there's no bl, actually i feel worried too bcs some ppl might (or surely) dislike i… https://t.co/LRAuauihZM
## 2647                                                                                                               @__FizzyBizzy__ And then you finally do find that needle in the haystack bl that was made by and for men and them s… https://t.co/Fq8yObfCMz
## 2648                                                                                                                     Check out this listing I just added to my #Poshmark closet: BL "Starfish earrings". https://t.co/sk8o7c1nd5 #shopmycloset @poshmarkapp
## 2649                                                                                                             When I'm not reading SPYxFamily, I'm reading Peerlessly Carefree!\n \n#nsfwtwtً #BL #chibi\n\nhttps://t.co/MYonU6QdZdً,… https://t.co/czydozJDiD
## 2650                                                                                                                                            its a grown ass racist man too faking to be my mutual. mmm might bombard with bl images https://t.co/Z7yFZVyt6m
## 2651                                                                                                               @ReallyFatPigeon I don't even read BL at all simply because of not being interested and the issue of there being no… https://t.co/xoE1lgDvqL
## 2652                                                                                                                                                                                                                  STRAIGHT★BL★GL pairings no prob  ( ・∀・)
## 2653                                                                                                                                                                                                                @Koreaboo Treasure and Enhypen for tomorrow
## 2654                                                                                                               Womens Tops Work Casual Summer Crop Tank Tops S-7XL V Neck Sleeveless Shirts Ladies Floral Plus Size Tees Sweatshir… https://t.co/CNKWzLFiNG
## 2655                                                                                                                  Mari's reaction to #MyToothYourLove EP 7\n\n#react #bl #drama #taiwandrama #retweet @LovingBlogs #TheBlogNetwork… https://t.co/wrDqhWwrVz
## 2656                                                                                                                                                                                                         if I start a space to talk abt bl will anyone join
## 2657                                                                                                                                                                                                                       @gomeltaehyung yes my fave BL series
## 2658                                                                                                                @ReallyFatPigeon I wanna see more media made for queer men that has bears in it but I'm pretty sure every BL manga… https://t.co/I4mRry2hkn
## 2659                                                                                                                                                                                                 @DarshanRavalDZ Last latter v bl do 😜 fhir try krte hue...
## 2660                                                                                                                                                                                                                  Lets do orgy. Lol https://t.co/1u3GeLdpXM
## 2661                                                                                                                                                                                                                        @vprights I almost jumped on you🤣🤣🤣
## 2662                                                                                                               $BL Trading Ideas | Awaiting Short signal. 80% Profitability based on 14 trades. Profit factor is 1.2. Learn more a… https://t.co/KX5a9mLfoO
## 2663                                                                                                             Watch uncut reactions and even more dramas on #Patreon ! \n\n#reaction #react #bl #patreoncreator #thaidrama #retweet… https://t.co/OhMgeV4G3Y
## 2664                                                                                                                @dailytaynew I think kasi medyo preachy kasi ang PH BL, almost lahat may drama backstory or mature sexy roles with… https://t.co/7FB6Uyfmh9
## 2665                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nBATTLE SCARS\n...every line on my face represe… https://t.co/9ybSsMDKFt
## 2666                                                                                                                                                                                                                               @SydDivineTarot BL💜thank you
## 2667                                                                                                               Idk what med are you on but the female mc isekai-ed in a BL book and turning the gay dude into straight is even mor… https://t.co/sWZa0dysb0
## 2668                                                                                                               Kalian pernah ngk sih kangen ama chara *bl smpe mengabrut dan kebawa mimpi\nI'm sorry for being dramatic but I fckn… https://t.co/C1hlpNtOxs
## 2669                                                                                                               been into bl since 2018 but the pandemic established its place in my heart thanks to wangxian i've come to apprecia… https://t.co/LHmLD52XsT
## 2670                                                                                                                                                                  @ibloomlikenew omg maybe we should watch that thai bl that is supposedly based on jjp fic
## 2671                                                                                                                                                                                                                                          Any Thai BL recs?
## 2672                                                                                                                @_Messimerizing_ @XOTWODLAFLAME bl was pulling 4m+ after a year and it dropped below 4m in less than a year + xmas will fuck this song hard
## 2673                                                                                                                PPOGOO Large Pet Travel Carriers 20 9x10 2x12 6 22lb(10KG) Soft Sided Portable Bags Dogs Cats Airline Approved Dog… https://t.co/DMLvASMyPL
## 2674                                                                                                               @__FizzyBizzy__ RIGHT? And when they do, rarely, I feel like it’s always a very specific kind of bl that just… does… https://t.co/6aYSJvPwJw
## 2675                                                                                                                                                                                                 @DOOMSLAYERSAN25 why so surprise xD\nmany boys love BL ngl
## 2676                                                                                                               @ReallyFatPigeon ACTUALLY it just boils back down to being option A. I wish queer men was able to make BL but theyr… https://t.co/FuvJZC30gk
## 2677                                                                                                                                                                                                                 They got peacocks! https://t.co/8gU3YwaTh8
## 2678                                                                                                                      @pdfdoc2 𝗗𝗮𝘁𝗮𝗯𝗮𝘀𝗲: deviantArt\n\n𝗧𝗶𝘁𝗹𝗲: Strike the Bl... Asagi Aiba 09\n𝗔𝗰𝗰𝘂𝗿𝗮𝗰𝘆: 96.19% ( 🟢 Exact Match )\n\nhttps://t.co/Dr8sPj5DEi
## 2679                                                                                                                3D2N here for department retreat, i feel like its very similar with the #180Degreetheseries location. So beautiful… https://t.co/wM8uCpwdmR
## 2680                                                                                                                           Introduction to my service\n#TwitteringBirdsNeverFly items from pop up store directly!\n#anime #yaoi #BL https://t.co/Dupq1uHkuo
## 2681                                                                                                                                                                                          name deserve happiness. don't do this to my baby😭\n#RemembermeEP8
## 2682                                                                                                                                                                     @enhiyarate bl shakel shwe bas we didnt have working bathrooms and floods ad ma baddik
## 2683                                                                                                            ⭐ Lupin acquires Brazilian brands\n\nLupin’s wholly owned subsidiary in Brazil, MedQuímica, will acquire all rights t… https://t.co/1mMM9Uat3M
## 2684                                                                                                                      @ferretizer @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts @Stafurskaya_Art @Alexandra_Saula 😍😍Thank you so much, dear!!!
## 2685                                                                                                                                                                                                       @sasamoozlie_ FR! They'd also drink my per*** bl****
## 2686                                                                                                                                                                                                         @illustrata_ai @joynxyz @amli_art @bl_artcult cool
## 2687                                                                                                                     #Watch: Equity markets remain positive. Nifty is bullish to test 19,000 and the Dow Jones can rise to 35,000.… https://t.co/quwdr2kFlH
## 2688                                                                                                                                                                       BL Fans LOVE My Brother?! J27C8LE\n\nhttps://t.co/EXsLSb9qRr https://t.co/84tr141Zbs
## 2689                                                                                                               If you're wondering why multi-millionaire war criminal Tony Blair has come out to bat for Qatar, this might shed so… https://t.co/2fh1mTPIO7
## 2690                                                                                                                                                                                                guys i need a new bl to watch whos plot is not just fucking
## 2691                                                                                                                                                                                @IkertjeNFT @KinoAlyse @delta_sauce Yes it will! If Twitter works right lol
## 2692                                                                                                                                                                                             @tankhun_theera Re-watch your fav bl 😌\nIf it's bl count me in
## 2693                                                                                                                                @luhvsickstay Hi hello lovestay can you give me all titles about the BL..thnk you and also the jinx is only chapter 1 now..
## 2694                                                                                                               EXILE theatrical group accepting and auditioning out more members for BL roles in recent years. Not complaining. Ju… https://t.co/EDXJTz2otk
## 2695                                                                                                               what if i told u ive been sick since last monday but woke up almost healed today after spending yesterday reading g… https://t.co/MRVFOL0IPj
## 2696                                                                                                                6. it’s probably not about not knowing where to start but not knowing how to continue my wip…. i have a au in mind… https://t.co/lsyCMdTMx2
## 2697                                                                                                                                                                                        that escalated very quickly\n#RemembermeEP8 https://t.co/Wi5kQRVeGE
## 2698                                                                                                                                                      @KinoAlyse @bl_artcult @delta_sauce Will it be recorded? It is the bday of my partner, I wont be home
## 2699                                                                                                           SHA CERLIN Metal Twin Size Loft Beds Frame with Stairs &amp; Full-Length Guardrail,Space-Saving,Fit Kids and Adult ,Noi… https://t.co/Vhi5V8NaOz
## 2700                                                                                                                                                        @Skarrow9 Not worse than year one but it's in a worse state than it has been since forsaken till bl
## 2701                                                                                                               Java Deezer Ice Hose for Hookah freezable Hose Detachable for Easy Use for Smooth Puff Better and Cool Smoke Mesh W… https://t.co/b5CoX4j1hz
## 2702                                                                                                                                                                                                                    @cakesforskz BL makes everything better
## 2703                                                                                                                                                                           is it rly a thai bl if there isn't a 'bottom gets captured' 2 episode mini-arc??
## 2704                                                                                                                @Iron9Winter @frogclubs Do you seriously have to do all of this? I plan on going to college for Aerospace engineer… https://t.co/kPZPuZ1R8n
## 2705                                                                                                                                                                                       Leo sang OST for Happy Ending Romance 🫠\n\nMore idols in bl dramas!!
## 2706                                                                                                                                                                                    @TylAshke @LiirBL No. I usually avoid their productions 😆 Is this a BL?
## 2707                                                                                                                                                                                                                      @why_that_hat @B_lab_BL no problem..!
## 2708                                                                                                               @Morpheusresist His name is Zelensky and guess what guys Russians altered hilter symbol to Z, yet it is Z (=Zelensk… https://t.co/BZ4f2Yt4w7
## 2709                                                                                                                                   and even after just buying those three months im boutta go right back to binging BL dramas instead tonight.....again 🤪🤣😃
## 2710                                                                                                                        She/him can do whatever they want to me like please do something i am in my knees for you \n#onmyknees #bl… https://t.co/QZdnEachWi
## 2711                                                                                                                                                            Eternal Yesterday is the best thing to ever come out of the bl industry https://t.co/l2QIRIMg4W
## 2712                                                                                                                       @xcythinker That's right, it's an adaptation of a BL novel with politics and it doesn't have much action at the beginning either uwu
## 2713                                                                                                               @Claire_Miyamoto Oh bl**d is banned in midjourney but the fellas didn't ban them in niji? Funny I think they just t… https://t.co/rnTk0X3aVH
## 2714                                                                                                                                                                                                                       @Solsjo Dahmer, House of dragon bl.a
## 2715                                                                                                               @kinnikurhapsody @sleepyscreaming @yhw027 i did find another one, aired last january and one of the popular related… https://t.co/mPNvhf394e
## 2716                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult Excited to enter. My two entries are from my new project "Kyle Shanno… https://t.co/qtnPt0lp7H
## 2717                                                                                                                  whitelist Indispensable @RedEvokes @the_crypto_hack @johnnymm1984 @DuhHerroPris1 @kunalkamble @zombiee08 @BL_NFT… https://t.co/4AJPArEeEF
## 2718                                                                                                                                                                                         "but xenia p3 is not bl" explain this then https://t.co/B4Te7fdZ57
## 2719                                                                                                              I feel like as asshole for complaining about it but honestly it feels like every single bl is either\nA) made by and… https://t.co/5ywr1EG6Yb
## 2720                                                                                                                                                                                          my engl &lt;33 #YINWAR #BL #lovemechanics https://t.co/iLe0SwTuik
## 2721                                                                                                               @YoIchBinFinn @sammypls_ @ZatderpScout1 @Kujay_ I don't share the same opinion about BL being as low as CoO. CoO wa… https://t.co/BCxVtoqnuy
## 2722                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning Entry 2\nLife is life. I do miss mobility but t… https://t.co/vCRxP3yCwh
## 2723                                                                                                                              A brilliant Camp NaNoWriMo award-winning novel packed with twists and turns. #bl_els\n  \nget it now… https://t.co/Fk56oaSEu0
## 2724                                                                                                                                   Its not shocking that I still have 466 completed bl series/movies on my list to watch as I prioritize the ongoing ones 😅
## 2725                                                                                                               @Softykjr @BL_27_ He’s not a 1st or 2nd rounder currently if he is go buy anything below that get NIL, also what is… https://t.co/482XZBUQOw
## 2726                                                                                                                                                                     @PilovesN Nice to meet you too Lynette so how many kids do you have I have of two boys
## 2727                                                                                                                message 3 before mentions     @Polau123HB @kal_habboit @Naranja96H @bl_xxi @Savhjbjhbj @BrawniaHB @YasminN48372258… https://t.co/6916elk1M6
## 2728                                                                                                               I've been completely addicted to ONEPIECE and The Fiesty Wife Is Not to Be Messed With\n \n#AnkitGupta #webtoon #BL… https://t.co/H71wAcjVKG
## 2729                                                                                                                                       You're telling me that I have to watch majority of the Bls to be on bl twt? Uhm... Anyone got PowerPoint bullets? 😭😭
## 2730                                                                                                                                I wanna try out this comic book style\n \n#alphabetseries #BL #adventure\n\nhttps://t.co/iD6bMVAfRT https://t.co/2EeK8fn8XB
## 2731                                                                                                             @Reeg4n and surprisingly this too was all willing -- he did anything for his Daozhang!\n\nespecially the bl*wjobs mwa… https://t.co/fACceMUe51
## 2732                                                                                                               I haven't seen a single Thai bl drama that doesn't address the issue of legalizing LGBTQ+ in Thailand. Heck, with a… https://t.co/9SSvN3pPeU
## 2733                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning Entry 1\nAnd so it begins. There was a time—unt… https://t.co/jG3unAdX6n
## 2734                                                                                                                                                                                                                     I want a life what bl manhwas have!!!!
## 2735                                                                                                                                                                                                                @HasifRayyan Not me reading this as BL.....
## 2736                                                                                                             Pay only $4.  80% off\nUse code 70O3BL5O.\nCustom Family Throw Blanket, Personalized Memorial Throw with 10 Photos, C… https://t.co/lGBIKADRtu
## 2737                                                                                                                                                                                                                           @SuperRareBot @basileus_eth Dope
## 2738                                                                                                                                                                                                                           @MediumSizeMeech What in the BL.
## 2739                                                                                                                                                                                                             when i get depressed i remember bl has my back
## 2740                                                                                                                                                                                                                                          @DionMedici GM GM
## 2741                                                                                                            @fessthai First series u watch: 2Moons S1 (BL)\nFirst bias: Bass Suradet\nCurrent bias: Bible, Bright\nBias wrecker: B… https://t.co/B3ywSoJduA
## 2742                                                                                                               @AmberKpopBL @AriesLovesBl Oops, you tagged the wrong Liir! lol.  I saw this on the timeline and was like wait, I d… https://t.co/besLsWRPzJ
## 2743                                                                                                               @xGALVAxCRONx @sammypls_ @ZatderpScout1 @Kujay_ Im not sure if we can confidently say that Acti is to blame for poo… https://t.co/zC4C3XKrm7
## 2744                                                                                                                im happy for dkz tbh, who would believe that a group would start getting attention bc of a BL ? i love them so much https://t.co/377gVLppnH
## 2745                                                                                                                                                                                                   @HoodHusky @Pac12Network The one who’s numbers outdo his
## 2746                                                                                                                                                                         @mania_th_bl hahah! sometimes we just have to double check for the important stuff
## 2747                                                                                                            !lapakothers WARNING BL wts manhwa merch\n- Id Photo Pearl Boy New 105k\n- Id card how to snag an alpha 70k\n- Lenticu… https://t.co/CKhYPS1gkU
## 2748                                                                                                                                      Gonna do some comic reading\n \n#rabbits #fighting #bl\n\nhttps://t.co/NC6gKkm29D^fighting^bl https://t.co/7sc6xOwgvG
## 2749                                                                                                               I hope from the bottom of my heart that the number of fans who are bothering the members will decrease and that eve… https://t.co/l51zdumlmD
## 2750                                                                                                                                                      Gonna do some comic reading\n \n#free #bl #nsfwtwt\n\nhttps://t.co/MzfGiCd4uq https://t.co/3ZfkUq93EW
## 2751                                                                                                                                                                                                       I think I’m gonna bring back BL Fridays on stream. 🤭
## 2752                                                                                                                                                                                                 I just noticed ive been posting billibili BL comics here 😀
## 2753                                                                                                                                                        the pinoy bl indsutry kinda went off and died and idk how much of that is attributed to gege severo
## 2754                                                                                                                  #Lupin #Limited #announced that its #wholly #owned #subsidiary in #Brazil, #MedQuímica #Indústria #Farmacêutica,… https://t.co/yV1gSaskXh
## 2755                                                                                                                Okey I'm imma say it this Fandom will turn in that bl*nks soon , mark my word !!! Akgaes are too loud and fanbases… https://t.co/IqLMum37Qx
## 2756                                                                                                                                                                                            from bl most of them because im a clown https://t.co/gX9ERJ61s8
## 2757                                                                                                                                                                  THE BL SERIES OF THE YEAR IS FINALLY HERE https://t.co/GC4HqJZn6O https://t.co/BET0YIKRvi
## 2758                                                                                                                                                                                                            @bl_4_eva Many Many Happy Returns Of The Day🎂🎉🥳
## 2759                                                                                                                                                             @realErrorBeaver @lionsapologist @STREAMBORNPlNK @A_dmg04 I mean all BL Seasons were good Jit.
## 2760                                                                                                               #BLExplainer: What is T+1 settlement? What is the implementation schedule that SEBI is indicating? Will it have any… https://t.co/78ZgENqqQu
## 2761                                                                                                                                                                                                @Cyleris_84_BL Hello Stephy it's so nice to meet you!!!\n👋👋
## 2762                                                                                                             https://t.co/1uE3MZzS0T\n\nyou biblebuild stans that are dying for some smut. here is a story that i wrote its only i… https://t.co/Df3qz1RRdd
## 2763                                                                                                              @lauralouisewall Call the run looking away from map. Pen what you called. THEN correct the line.\nMove on to next ru… https://t.co/Flv5wdXAVW
## 2764                                                                                                               @therchmage @kluklayu A. I can guarantee that you'd still make a profit on whatever you bought your BL at if WOTC s… https://t.co/reKEEnzXQe
## 2765                                                                                                                                                                                                           @midknightmoodz @Noeul_lee6 Rest well, Dragon! ❤️
## 2766                                                                                                                                                                           Prothane 19-1317-BL Black Cone Type Bump Stop PUXNHPQ\n\nhttps://t.co/Y0GbYbqSLq
## 2767                                                                                                                                                                                          @NftSunage @illustrata_ai @joynxyz @amli_art @bl_artcult Thanks 🙏
## 2768                                                                                                                                @astrorinnie She's not, she's more of a casual fan of stranger things haha what she really likes it's yk asian BL and stuff
## 2769                                                                                                                                         GOOD DEAL – Einhell TE-CD 18/50 Li-i BL (2 x 2 Ah) “4 Star” Driver Drill at €104.99 (-22%) https://t.co/YJMvJHbdNE
## 2770                                                                                                                                  is key going to drop the would you fight your mutual thing or will she ignore it like sarah ignored the Taiwanese bl poll
## 2771                                                                                                              Aakansh dumbo using BL's another title song after 1.5 years😤\nBut it's so beautiful.. only song which defines the co… https://t.co/eykzfWX2f1
## 2772                                                                                                               Bike Odometer Stopwatch, Waterproof Bicycle Computer Speedometer with LCD Display, Automatic Wake-up Wired Multi-Fu… https://t.co/0AfViReTHA
## 2773                                                                                                                                                                  @TarotStacy BL(mine💜), his name is Deo but I don't know last name, sorry but thank you🥺💜💜
## 2774                                                                                                                                   I’ve listed Minox Film. It is hard to find it is sold so I recommend you purchase it promptly. \nhttps://t.co/lG6RpKZXAW
## 2775                                                                                                             @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this wonderful work from @Monathereum\n\n"Joyful… https://t.co/H90gWLPa47
## 2776                                                                                                                                                                                                          bl this bl that i’m sitting in a puddle of tears.
## 2777                                                                                                                                           Exposing the links between Calcium, Vitamin K2, and Plaque Buildup in Bl... https://t.co/oR6nqJvNky via @YouTube
## 2778                                                                                                                                                                                                    Faeri is so gay yuri I think rigab is lesbian BL though
## 2779                                                                                                               Prime-Line Products K 5004 Prime-Line Resilient Spring Strike Plate, for Use with Rigid Interior Latch, Aluminum, P… https://t.co/HcnCIhYcnM
## 2780                                                                                                             @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this amazing art from @fasmolika\n\n"Butterfly b… https://t.co/XDKreDxPtU
## 2781                                                                                                            Vote for MileApo 🏆🔥\n\nClick the under link 🖇️ and you can vote easily. Please vote for our precious man.\n\nThe most f… https://t.co/k0C7BP6LsD
## 2782                                                                                                                          @illustrata_ai @joynxyz @amli_art @bl_artcult What really inspired me to create clowns 🤡 \n\nLearn more:… https://t.co/uzgmRY0t8q
## 2783                                                                                                               So you're telling me I stayed UP ALL NIGHT to watch the Thai BL drama 'even sun' for it to only be 6 episodes and a… https://t.co/ToeZZ4x2eV
## 2784                                                                                                              @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this magic piece from @Helluuuva\n\n"Don't kill… https://t.co/K8gwu9X6BE
## 2785                                                                                                               #Gödöllő Palace is hosting an exhibition about the stay of Bl. #EmperorKarl in #Madeira w/ interesting family docum… https://t.co/gMXkUNn02K
## 2786                                                                                                                                 List of known #MDZS/#TheUntamed/#CQL BL games:\n\n#WangXian: https://t.co/GYAvbqZYqE\n\n#XiCheng:… https://t.co/qmYwXnIDO7
## 2787                                                                                                                                                                                                                                @doncrymoonchild is it bl??
## 2788                                                                                                                                                                   @CapoAttano Haha no but that's also a really good manga/anime\n\nBL as on boy love manga
## 2789                                                                                                                                                                            Happy Birthday to my favorite boy! #OurSmile22ndFortDay https://t.co/UCv5ErbKKU
## 2790                                                                                                                                                                                                            accidentally found out Coworker likes BL… AYO 👀
## 2791                                                                                                                                                                                                        @jesss_galan Wait \nby BL you meant Blue Lock right
## 2792                                                                                                                                                                                                                 @Aluarth Flash back ..... koningslied 2013
## 2793                                                                                                                           I’m sorry ka phi phi…i made a mistake…it’s ticket for BL area, row BE2 na ka 🥲🥲🙏🏻🙏🏻\n\n#ลูกบอลของคุณบิ๊กกลัฟ… https://t.co/5Cf7V5SuId
## 2794                                                                                                                                                                  Now I need bl motel and insecret to be in a coinback event so that I could read them na😮‍💨
## 2795                                                                                                                                                                                                              @_MinGwa One of the best creator of manhwa BL
## 2796                                                                                                       @antares_ojo_o Blood Sweat and Tears it was on some BL edits &amp; then DNA also came so I can say that BS&amp;T + DNA were my first ever BTS' songs
## 2797                                                                                                                                                                                               But we don’t have BL on his MC day 🙃 https://t.co/TFtnl8lCZt
## 2798                                                                                                                                                                                                         Mama starts in a few hours and imma be asleep fuck
## 2799                                                                                                             Check out much more on Bilibili Comics - search "Did the Top Student Get a Cutie Today?" and favorite!\n \n#WEDNESDAY… https://t.co/jjzOMGwTq7
## 2800                                                                                                                                                  whne ypu. when you watch kamen rider AND you enjoy watching bl dramas. it's not thta much different. heh.
## 2801                                                                                                               The director put the "BLseries" almost as big as actors face to tell that the series is BL😂 I'm confused too, why p… https://t.co/I2ryDIhrI7
## 2802                                                                                                               @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected Epiphany by stunning @acidframerate and Tropic… https://t.co/M6QHQRsxeW
## 2803                                                                                                                                                                                 @abdullahi7044 @Mrbankstips You bl!nd? That Goal mad pass Richarlison goal
## 2804                                                                                                               we joke and meme about yaoi but i once read an essay about bl and the japanese gay community and it was such a fasc… https://t.co/utIEvXdqC5
## 2805                                                                                                          The Best And Most Popular Thai BL Couples Of 2022\n\nNominees : #BibleBuild \n\n🖇️: https://t.co/jPkP29RBba\n\n- 2 votes/… https://t.co/Jv0OTUNCf4
## 2806                                                                                                                                                                                                             I really be hard core fangirling over BL manga
## 2807                                                                                                               @starsforskz Never seen one but are all yaoi like that- idk I mean are all yaoi is related to sa ?? Isn’t that just… https://t.co/xxDH1u2ISm
## 2808                                                                                                        Death Star at:\n\nBR: 19 BBY\nUR: 5 BBY\nBL: 0 BBY\nUL: 4 ABY (DS II)\n\nSo was there a second Death Star already in produ… https://t.co/tHdLN4KCCO
## 2809                                                                                                                                                       I Fucking love them so much!! I want to see them acting together as couple in another BL series 🙏🏼❤❤
## 2810                                                                                                                                                                                                           @Mao8ao_ Hmm... from some bl mangas and mahwas 👀
## 2811                                                                                                              Bribery. It’s the way things are done these days. To get what you want, you gotta pay the price. \n\nThe @_ChadDoge_… https://t.co/sash6HBTpC
## 2812                                                                                                                @jkoncharts another point on the 'maknae line solos are just bl!nks' list: this one LOVES mentioning bp members in… https://t.co/qHvnWAEAyk
## 2813                                                                                                                                             One of the best drawings of all time\n \n#bl #Harem #MANHWA\n\nhttps://t.co/44mWD3J4cA https://t.co/3QNkKtXrXy
## 2814                                                                                                               Women taking agency - sexual, financial, social or in any way beyond their socially accepted roles is always the re… https://t.co/I2jkzdkWJU
## 2815                                                                                                                                                                                                    @SantaLilac Bl s the way to go! https://t.co/UPxnik2GwI
## 2816                                                                                                                                                                                                   @LiirBL The way I forgot this 😂😂 https://t.co/Ve6feDXmFn
## 2817                                                                                                               I Don’t Care ur straight, gay, lesbian,Bi, BL/GL fan🏳️‍🌈 \nYou have to watch this series !!!\nThis series is not just… https://t.co/JwsFi0ijrd
## 2818                                                                                                          finding moots !! i recently opened a new acc for my interests :p \n\n⁃they/them\n⁃ar 42, asia (kinda ia)\n⁃fil / eng\n⁃a… https://t.co/bExkbcfOQe
## 2819                                                                                                                                                                               @nabadesca they're not all bl's but i'd say like 98% https://t.co/PVb2mzUvMl
## 2820                                                                                                                GIYOMI 100 PCS Length of 10 inch/26 cm Sewing Elastic Band with Adjustable Buckle,Soft Elastic Cord for DIY Crafts… https://t.co/pHtX3OKIg6
## 2821                                                                                                                                                                                              PLEASE TELL THIS TO THAI BL INDUSTRY. https://t.co/0zxFSPn7KD
## 2822                                                                                                       Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/kI8u4sYAgT…\n\nWinner will get to be f… https://t.co/y0yVDbmSdK
## 2823                                                                                                                                                                         out if all fandoms bl!nks are the ones to come for kep1er? https://t.co/ke3NB2pEoE
## 2824                                                                                                              "I Won't Get Bullied By Girls" is an absolutely perfect comic! It's living rent free in my head!\n \n#Echo #blcomics… https://t.co/7tyd7scwYF
## 2825                                                                                                                                                                                               &lt;a href="https://t.co/nuInKBGycu" target="_bl #おこづかい
## 2826                                                                                                                       When I'm not reading SPYxFamily, I'm reading Intoxicated!\n \n#manga #slayers #BL\n\nhttps://t.co/ovSQRli5y4 https://t.co/Bb7tdAPSlL
## 2827                                                                                                                                      Trust me! You'll get addicted to this story!\n\n#manga #slayers #BL\n https://t.co/4N5HcsrhA2 https://t.co/vAXiRM2tlu
## 2828                                                                                                                                                                                           pop just asked me if i think amuros seiyuu has ever done a bl cd
## 2829                                                                                                                I truly hope they stop casting many straight actors in #BL but I know that’s a majority of them but also we aren’t… https://t.co/TNKeMKTqfW
## 2830                                                                                                                                                                                                                   @Faariddda Da el bl oils??? El gold one?
## 2831                                                                                                               @SMJ012022 @WrestlingHumble Well both he and Drew are getting pushed aside now. KO can overcome constant BL interfe… https://t.co/3IsCEOuE4V
## 2832                                                                                                               The 2008 Harley figure is way harder to get than I thought it would. Past two BL orders for it turned out to be the… https://t.co/FIenLxktex
## 2833                                                                                                               Sometimes I wonder if there are other people who also like Walter/Jonathan as a pairing...I always feel annoying po… https://t.co/kPX8JXbO98
## 2834                                                                                                               They’re happy because ‘Bhakts’ are hurt and are questioning the statements of a non-Indian on the g€nocide of Kashm… https://t.co/HbFcDLCA0M
## 2835                                                                                                                                                    @Awa_is1 @k_k_md_ @SikandarHaneef 🙏🏻🙏🏻🙏🏻 ignor kry bl k report kr dy sb isy account hi khtm ho jay iska
## 2836                                                                                                                                                                                                       @SkinnerPm Come join us at Post. Right @DavidPriess?
## 2837                                                                                                               Important pressure point for self defense training is Pressure Point BL-56 [Bladder]. Read this article to learn mo… https://t.co/dbQDH2IJYq
## 2838                                                                                                           Pls Don’t sleep too late P’Mile, it’s not good for liver aft 23:00, &amp; lung too aft 03:00, he slept very late last M… https://t.co/dmDQjekvpM
## 2839                                                                                                               EVERCROSS Hoverboard, Hoverboard for Adults, Hoverboard with Seat Attachment, 6 5" Hover Board Self Balancing Scoot… https://t.co/oOmLC1zhdD
## 2840                                                                                                                                                                 Y’all help what’s the name of that time travel Korean BL that came out a couple months ago
## 2841                                                                                                               4TH CARJACKING in P.G. County: Sunoco Gas 7600 Bl. of Landover Rd. Landover, MD. PGPD on scene investigating a carj… https://t.co/bmYGJa4TyV
## 2842                                                                                                                    #BuildJakapan @Buildbuilddd \n#ฟองอากาศของไบเบิ้ลบิว \n\nPOLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t.co/eD7NwvObTS
## 2843                                                                                                                        @Daily_JK97 @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 Hi… https://t.co/KW4FCmSwoo
## 2844                                                                                                                                                                                   History 3, Make Our Days Count .( Pode Ser BL? ) https://t.co/Wze6hfD1dn
## 2845                                                                                                                                                                  i pinned the bl thread to my profile i hope someone reads sth directly bc of my influence
## 2846                                                                                                                                                @leo_r_douglas @iloveNHMJ @Birdlifejamaica Leo!! What did you do with them? Did someone from BL J get them?
## 2847                                                                                                                    This comic is definitely worth reading! Come check it out!\n\n#bl #fundyfanart #dance\n https://t.co/FB4P1odOVo https://t.co/F7GdjANMdj
## 2848                                                                                                                                                                                        @Tpjkearns My first time hearing of bl. Denis. That’s great to know
## 2849                                                                                                               Data points from the NFHS 4 and 5 suggest that #Gujarat has shown good improvement in health and socio-economic par… https://t.co/pk5X3X3NHG
## 2850                                                                                                                                  @koostiddy ive seen kp ofc, its just i saw him on tiktok with another bl too aksksk and i listen to some of his music too
## 2851                                                                                                                                   Stoppp 😭 i love firstkhao but thai have so many bl novels already, give them original series!!!! https://t.co/4UnmkQTZYZ
## 2852                                                                                                                                               Ironically enough a BL doujin was the last thing I did before I realized i had covid https://t.co/AJG0TMx3N6
## 2853                                                                                                               Westbound 6-car BL/Huntington Train 454 has been holding at Ronald Reagan Washington National Airport on track 2 fo… https://t.co/rB2uY0bUwz
## 2854                                                                                                               Westbound 6-car BL/Huntington Train 454 has been holding at Ronald Reagan Washington National Airport on track 2 fo… https://t.co/FXpRWbyURH
## 2855                                                                                                              @BurtOHare Her name is Sarah Owen, and she was bl**dy well right to stand up to that smegging Tory bully. \nThat's h… https://t.co/8CJVMywFKu
## 2856                                                                                                                Imelod Zinc Alloy Guitar Capo Shark Capo for Acoustic and Electric Guitar with Good Hand Feeling, No Fret Buzz and… https://t.co/Bc1DzLum19
## 2857                                                                                                               @KookCharts @demiejjk @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 W… https://t.co/nRitdkzSoS
## 2858                                                                                                             sir? and may I ask whether this is the sort of bitters by\nwhich he bl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/9SpB6LKxdy
## 2859                                                                                                                    @KookCharts @TeamYouTube @YouTube @unitedmasters @KataraStudios @BIGHIT_MUSIC @billboardcharts @gthot20 Hello.… https://t.co/lHHk4RxTfu
## 2860                                                                                                                                                this is a choi jaewoo appreciation post\n ✨❤️🫶🏼❤️✨\n#DontGetMeWrongBoss #Lezhin #bl https://t.co/skF7xllPKP
## 2861                                                                                                                                                   Listen to this song when i was read ShutLine Manwha BL that Fuckin Hot bitchhhh\nhttps://t.co/2QDrfEGlgf
## 2862                                                                                                                                                                                                        @bl_artcult @amli_art Story of my life right now 😮‍💨
## 2863                                                                                                                                                                                                           what if jihoon BL series https://t.co/5ndduFwlzo
## 2864                                                                                                                                                                    @cchanyeoree but really tho, they look so good together. wish they could have a bl soon
## 2865                                                                                                               MJIYA Mesh Laundry Bags for Delicates with Premium Zipper, Travel Storage Organize Bag, Clothing Washing Bags for L… https://t.co/8NLRivLYfr
## 2866                                                                                                                                                                       er after which I was called—and pulled a spray of the bl     https://t.co/DzTlCIW0yW
## 2867                                                                                                                @girhoodie also i shld stress its not queerbaity or queer coded its explicit mlm romance !! i believe it is in the… https://t.co/g1BwftJgdJ
## 2868                                                                                                                                                             im so anti st/bl/r and b/ns/n like fr 😐 and im censoring because I really don't want discourse
## 2869                                                                                                                                                                                       @koostiddy i heard jeff was in a bl before? what was the name again?
## 2870                                                                                                                                                                                        Nobody will probably know what I’m talking about(who don’t read BL)
## 2871                                                                                                                                                                If u saw me liking any bl manhwa hot scene pleak ignore me saur bad https://t.co/9T4q3FUcDH
## 2872                                                                                                                                         Idk what's going on but even tho I don't like age gap romances I want them to star in a BL https://t.co/DnEmPz8W1T
## 2873                                                                                                                                                                                                                @Chioma_Uzodimma Bl@@d in your family hands
## 2874                                                                                                               Excited to share the latest addition to my #etsy shop: Stunning I D Badge Lanyard Sale 36" Gold Sand Glass Lampwork… https://t.co/GOV4NDWYcj
## 2875                                                                                                                                                                                              i forgot how bad i want some of these https://t.co/NCN9f5h0tB
## 2876                                                                                                               Sent noren hug clip to my friend without context and she asked me what bl drama is that 😭 — saw kfans saying that i… https://t.co/MUpqnBKz3W
## 2877                                                                                                                                     @Mewgulf97819961 I don't think it's a BL. I think he's a straight guy whose a makeup artist who people think he's gay.
## 2878                                                                                                                                                                                                                                              @bl_yj3 Jimin
## 2879                                                                                                               @girhoodie pleeeaaasseeee look into no 6 its a light novel and manga series with a really well done anime. the bl i… https://t.co/jxUy6CdJsN
## 2880                                                                                                                @adspexi mom tried to ban it cause her homophonic spidey sense was going off…. Many years later Nickelodeon proved… https://t.co/XRUHEmJHaR
## 2881                                                                                                                                                                                  tms2 really the first bl where the second season is better than the first
## 2882                                                                                                               @Rahulfa49155538 It's a bl**dy joke!! I saw the clip and found nothing disrespectful in that on which solos are cry… https://t.co/wht3w628hg
## 2883                                                                                                                 @bl_prakash18 Hallo, Unroll request has been successfully completed. I hope you like reading it. 🤗  https://t.co/GYxudCB9bY Best wishes. 🤟
## 2884                                                                                                                                                   TEEGAT!!! CH3 for when a bl?? 🤭🤭🤭🤭🤭🤭.\n#มัดหัวใจยัยซุปตาร์ \n#gulfkanawut \n#กลัฟคณาวุฒิ https://t.co/zyLQzkojbd
## 2885                                                                                                                                     Eastbound 6-car BL/Downtown Largo Train 491 has been holding at Metro Center on track 1 for at least 5 mins. (12:08am)
## 2886                                                                                                                                     Eastbound 6-car BL/Downtown Largo Train 491 has been holding at Metro Center on track 1 for at least 5 mins. (12:08am)
## 2887                                                                                                               @ericzhu105 It's probably either AI or an employee for who speaks English as a 2nd language. 2 yrs ago I tweeted To… https://t.co/P6uEmpgsJ0
## 2888                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult Who is AI? He/She is my best friend, and I can draw my dreams with it… https://t.co/WHRJgF50FX
## 2889                                                                                                                                                                                                                                         No bl for 7th? 🥺👉👈
## 2890                                                                                                                                                                           @kdlexteamabroad tumindig for kdlex\n\nKDLEX Sweethearts\n#RAWRAWARDS2022 gra bl
## 2891                                                                                                       Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/kI8u4tfDiT…\n\nWinner will get to be f… https://t.co/QXx4L5kGOB
## 2892                                                                                                                                                                                                          This bl I can’t read it 😐 https://t.co/KSwhGjHsdv
## 2893                                                                                                                     still hoping that they will have a happy ending 😔 atau minimal punya series bl 🥺 i really love their chemistry https://t.co/ANqyYGCepF
## 2894                                                                                                           We offer an efficient way for Indian and foreign manufacturers to get the BIS-CRS registration of their IT &amp; Electr… https://t.co/HsY8865u1F
## 2895                                                                                                                @MJ_007Club Modi should Stop with this Bl**dy IFFI forthwith. This jamboree is nothing but occasion for some babus… https://t.co/qiBN2F1az3
## 2896                                                                                                                                            naurrrrrr i just checked girly really follows almost every chinese bl drama actors 😂😂😂😂 https://t.co/IMakYaqfMZ
## 2897                                                                                                                        @yashwantsaikish @Evangelionenjoy @SweetHouseMusi @DakpaTangtsang @bl__swan @WifexOfxAgony @Thought_Crimez… https://t.co/yfnh1y6ETw
## 2898                                                                                                               GL subtext is more blatant now with animes like Lycoris, Executioner, GWitch, and maybe the recent Love Live - have… https://t.co/OOMPNnMcQs
## 2899                                                                                                             Pequod, as she heavily forged through the sea (for by this time it\nbl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/iZ0bjV8Elj
## 2900                                                                                                                                                                                                                  Girl groups , BL and other gay activities
## 2901                                                                                                                                      Furrion Chill Single Zone Controller - FACC12SA-BL , Black KIOWOW6\n\nhttps://t.co/0o1uXBrm3s https://t.co/yG2WxfjVnR
## 2902                                                                                                               @yoonjisungfan OH NOOO I FEEL LIEK IK WHICH ONE YR TALKING ABT BUT I FORGOT THE NAME???? incest is such a popular t… https://t.co/H1J507hW55
## 2903                                                                                                       Vote for BibleBuild for the Best &amp; Most popular couple!!! \n\nLink: https://t.co/JP8fRQsndT\n\nWinner will get to be fe… https://t.co/SskbXjXwcK
## 2904                                                                                                               thoughts on the japanese bl film "sing in love" ?? i kinda wanted to watch it because of inaba yu from minato's lau… https://t.co/tn0rQAiwTv
## 2905                                                                                                               @MikeKin21969563 @SkepticallyDan @FrPlant Blessed Stanley Rother was a priest in a parish I was a member of back in… https://t.co/nKOUTx2y9w
## 2906                                                                                                                                                   He is hot but he is an asshole\nManhwa: lima syndrome\n#manhwa #bl #limasyndrome https://t.co/4V8NEZT6kn
## 2907                                                                                                                         @frownywangja literally he has the same face of an actor who was the main chara in a bl his ass is never beating those allegations
## 2908                                                                                                               ✔️2-Pack 15 6 Inch Laptop Screen Protector -Blue Light and Anti Glare Filter, FORITO Eye Protection Bl\n\n[12:54 AM]\nhttps://t.co/8mWFNg4d6p
## 2909                                                                                                                                                                                  awww one of my fav shows when i began to watch BL https://t.co/uVMNhYyelf
## 2910                                                                                                               So I’ve realized that my top 3 bl actors (Build, Boun and Boss) all have or are currently attending Bangkok univers… https://t.co/ereBtHMGv3
## 2911                                                                                                               ZVE Replacement Adjustable Leather Crossbody Straps with Metal Chain for Shoulder Handbags Bag Purse Wallet Case Bu… https://t.co/6R581YdbT8
## 2912                                                                                                                                                                 •kdm• 🏳️‍🌈 List of bl office drama series that will air in December\nhttps://t.co/BbtiKxPw0V
## 2913                                                                                                               There are more genres to explore, I want to watch thriller/ Psychological BL, sci-fi BL, Horror BL, more Historical… https://t.co/vhCnJ11aIN
## 2914                                                                                                                So I just found possibly one of the cutest stories I'm only just started but it's basically a sci-fi BL version of… https://t.co/nuHOmRE637
## 2915                                                                                                                                                                                    @harleysuniverse RED ❤️❤️❤️❤️\nBecause I love hero BL.Actress My Superhero.
## 2916                                                                                                                                                                   i would love to read bl manhwas for weeks straight but theyre always filled with smut 😭😭
## 2917                                                                                                            🎬 SKAM NORWAY S3\nGenre: BL, romance, teens\n\nAka the original SKAM. This is soo good, dan Isak gak se "nyebelin" Luc… https://t.co/YGJTqN3GIL
## 2918                                                                                                                                                                                                                  To Sir, With Love best BL 2022. no debat.
## 2919                                                                                                                                                                                                              @sunnyalw it's for the white cishet "bl" fans
## 2920                                                                                                               Kinetic Desk Overturn Spinning Toy, Metal Fingertip, Decompression Pocket Kinetic Energy, Office Stress Relief Rota… https://t.co/pDTah1309I
## 2921                                                                                                               3RD ARMED CARJACKING in P.G. County tonight: 3300 Bl. of Chester Grove Rd. Westphalia, MD. PGPD on scene investigat… https://t.co/1ZeH1LWRPC
## 2922                                                                                                              @psicheanima @Christo23742686 @fudrilshi BL isn't a term exclusively from Japan just FYI\nanything that contains m/m… https://t.co/6u6hwhsXFS
## 2923                                                                                                               BL Fans Get together budget ranking comfortable budget poll for everyone lets us know your budget guys this one inc… https://t.co/z0XR8WgTSo
## 2924                                                                                                                                                           @megaphire @cmfarrell57 @IlhanMN Keep up. \n\nhttps://t.co/0Fjdr3hR0w\n\nhttps://t.co/A5bwe7iW4k
## 2925                                                                                                                                                                                                                                     BL anime is best anime
## 2926                                                                                                         [GIVE AWAY from me and @HannahKana1] \n\nFor: LUKBALL/PHIBALL ONLY\n\n- One ticket for BL area, row BE01\n\n- How to join… https://t.co/jTTGfGPehy
## 2927                                                                                                               @GvH320671 @TheCheeseManTx @MattWallace888 @elonmusk Lol are you sure about that? They released their own HW platfo… https://t.co/rlrPhmgSXO
## 2928                                                                                                                Stocks On The Move | @LupinGlobal is in focus after its Brazil arm signed an #agreement to acquire all rights to 9… https://t.co/IFyKqjsgkM
## 2929                                                                                                                                                                                                      @fafanarch 🤣🤣🤣🤣\nSinetron BL (Boys Love) thailand mas
## 2930                                                                                                                                                                                               @Fulgur_Ovid Who's in Nijifuse now? xD\nI'm hyped for DGR!!!
## 2931                                                                                                               @BL_Dwyer @WholeMarsBlog Kind of the opposite. The original was just a comic book and the original creator has spok… https://t.co/vuDiyrAuY2
## 2932                                                                                                                                                        What if they're not giving us BL on the 7th because 🐣 🧀  is coming again? 🤔 https://t.co/lequg3sBXm
## 2933                                                                                                                                                                  @ayanyoks the downside to being a thai bl fan in EST 😭 12 hr difference is so frustrating
## 2934                                                                                                              i actually wanna be one of those girls tht just has a lot of bl manga for some reason\n\nonly problem is i dont like… https://t.co/63FQVW4d83
## 2935                                                                                                                                                                              @Petra_Gurin @shu_yamino Sorry, I don't understand what the alligator means 😂
## 2936                                                                                                                                                                                                                                       What the hell is BL!
## 2937                                                                                                                                                                   @charis_ai Thank you! I'm considering minting a small amount of these on manifold soon 🤔
## 2938                                                                                                                                                                            @bl_artcult I'm still dubbing it sentient and nasty then. Moreso now I think. 😆
## 2939                                                                                                                                                                                                       is it just me or do most of the bl actors like nct😭😭
## 2940                                                                                                                                                                                                     @image_in_1 Or we're just the AI and always have been.
## 2941                                                                                                               @ProfRayWills How many bl%$!# Tesla and EV FUD stories/lies do I need to show you from NYT, CNN, the sitting US Pre… https://t.co/UsJyPdQLL0
## 2942                                                                                                                                                                                  @yourtallpal They didn't kiss in a bl?!?!? Fukken false advertising to me
## 2943                                                                                                                                            Apparently I read comics now\n \n#fantasymanga #huacheng #bl\n\nhttps://t.co/lZyxZuygjV https://t.co/ZHzkT8veeV
## 2944                                                                                                                                                                               @halflawless nahh they turned me into a bl character https://t.co/1xEQTlIsdl
## 2945                                                                                                               @TezDhar4 @PoojaShali Yeah that's my fault. Being an indian i was unaware of what happened to girija tikko , bl gan… https://t.co/e4R6mM0SBc
## 2946                                                                                                                                                                                                     @Llamarswift13 I'm going to watch a psychological BL 😗
## 2947                                                                                                                The fact that there are people who like BL/GL contents but they’re homophobic irl and denying the rights of LGBTQ+… https://t.co/cHO7PHRF0I
## 2948                                                                                                                                                                                                    Guysd can u pls gimme *bl that have beautiful word😩😩😩🙏🙏
## 2949                                                                                                                                                                                                                                   @BarcodeTin Baby Barcode
## 2950                                                                                                                                                                                                            Football in one Photo!! https://t.co/YV8d2RQYpB
## 2951                                                                                                                                                          i need to do a smash or pass thread with more bl actors and the ones people actually want to fuck
## 2952                                                                                                                            💥Cont. Bl. Alb, LA Alb. @TheRealBuddyGuy  \n💥Clas. Bl. Alb, TN Alb. @buchananlaneLP  \n💥Gosp. Bl. Alb.… https://t.co/7t5Z1RlOG4
## 2953                                                                                                                                                                                                                              @loves5HINee No kr con w/BL 😔
## 2954                                                                                                                                                                                               @GmmtvShop @brightwinvids SORRY BUT WE NEED BW NEW BL SERIES
## 2955                                                                                                                                                                     @codyprivateuwu you gon have to put on some fucking rain sounds or smth im watching bl
## 2956                                                                                                                                                                                how cute would it be if they did a BL together...🤔🥴 https://t.co/0DRDg58asQ
## 2957                                                                                                                                                                                 Malleus missed the memo this isn’t an otome game and also this isn’t a BL.
## 2958                                                                                                                                                                                                      Vote for build\n#BuildJakapan https://t.co/1Xb2Pyiutj
## 2959                                                                                                                                                     @BumpstockBarbie Ironic that they see a "clump of cells" and slavery when others see an actual miracle
## 2960                                                                                                               One of the #BL series from @GMMTV that I've been most excited about! Now if only @ppnaravit could stop looking this… https://t.co/GDT3gv3b8m
## 2961                                                                                                                             I wanna try out this comic book style\n\n#nsfwtwt #ScholArt #bl\nNEW ONE I JUST READ IT’S MR DIOR 16+… https://t.co/ZqhO48SSO4
## 2962                                                                                                               @1974russ Sadly, I don’t have a BL Touch. I also thought the head was too far from the bed, but even the tiniest bi… https://t.co/RgVhZd2Ich
## 2963                                                                                                                                                                                                                          @bl_artcult Will burn it then ...
## 2964                                                                                                                                                                                                    @SiehMann Whats that? Doing a lot of thai bl nowadays 😄
## 2965                                                                                                                LAGIPA Portable Mini Knife, Keychain Pocket Knife For Men Women, Small Folding Leaf Knife, Stainless Steel Compact… https://t.co/r9KIzjbT1h
## 2966                                                                                                                                                                                so tired but i need to bandage this mf cvt and idk when it'll stop bl€€ding
## 2967                                                                                                             https://t.co/ejt93FxhE1 2. long ass list. \n\nRita Wheeler, Apex Wraith, my fantasy OC, Motoko, Rebecca, R6 Ela or Va… https://t.co/l3NMp0RzM9
## 2968                                                                                                             HP Spectre x360 16-f1013dx Touch W11H-64 i7 \n12700H 2.3GHz 512GB NVME 16GB 16.03K WLAN BT BL PEN Cam\nType:Certified… https://t.co/5VVGvrAlo5
## 2969                                                                                                               @RachataJam Throughout the series it just had me in tears but the happy ending healed my heart so much. This is one… https://t.co/1apUOeyoah
## 2970                                                                                                                                                              @bl_artcult GN BL, if any AI dreams 'come' I'm officially considering them sentient and nasty
## 2971                                                                                                                                                                                                                                            @shayna_bl idem
## 2972                                                                                                             The sweetest scene of all the BL stories I've watch. I need this too 😥 \n\n You guys barely had any script here but y… https://t.co/MxWADSpJVQ
## 2973                                                                                                                                         P'Jojo is really doing it for Jiemem. He has been making original stories especially on BL. NLMG and Only Friends.
## 2974                                                                                                                                                                                                                                      @EroticMxdnxght Done🙏
## 2975                                                                                                                                                                                                      @bl_artcult Really, really love this one!! Very nice.
## 2976                                                                                                                                                                                                       @artmarteau @illustrata_ai @joynxyz @amli_art Legit.
## 2977                                                                                                                                                                                                     @Browns_Riversid Yeh I thought I burned that, oh well.
## 2978                                                                                                                                                                                                                               @_0_0_0_9_ Ty bro, cheers 🙏👁️
## 2979                                                                                                                                                                       i need to fucking get a grip and a life because i cannot stop simping over bl actors
## 2980                                                                                                                                                                                                                        @bl_artcult Call me Sandrine...😉✌️🖤🖤
## 2981                                                                                                               @yanweigay something like this actually made me afraid to make more friends with ppl who have eng as their first la… https://t.co/OfIdymztv5
## 2982                                                                                                            VOTE #BuildJakapan\n#Beyourluve\n\nActor/AsianCeleb\n1x-12hrs https://t.co/8wrRfTlK95\n2x-6hrs https://t.co/SE2Z82DUU3… https://t.co/lePdIt2Md6
## 2983                                                                                                                                                                                                                             @PedronoSandrine You too PS 👁️✌️
## 2984                                                                                                                                                                   This One was a bit boring:/\nManhwa: indigo\n#manhwa #bl #indigo https://t.co/rlnpW5yXa2
## 2985                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult 𝘛𝘩𝘦 𝘞𝘦𝘪𝘨𝘩𝘵 𝘖𝘧 𝘛𝘩𝘦 𝘞𝘰𝘳𝘭𝘥 𝘐𝘴 𝘖𝘧𝘧 𝘔𝘺 𝘚𝘩𝘰𝘶𝘭𝘥𝘦𝘳𝘴\n#expressionwithmeaning \n2… https://t.co/BbRmubuX4c
## 2986                                                                                                           [Abarth BLACK LABEL] New Abarth 695 Tributo 131 Rally (2023) | LAST ICE ABARTH ? | Visual Review, Exterior &amp; Interi… https://t.co/LbZdG7uEQ6
## 2987                                                                                                              @bl_artcult I will be there waiting for you, GN .\nWeird this piece was done before I knew you and looks like belong… https://t.co/3YXNnA0FFh
## 2988                                                                                                                                                                                                                   I need the BL for day 1 too 😭 my OnHo 🥺🥺
## 2989                                                                                                                                                                                                      @bl_artcult Sweet Dreams on the other side Black...🖤🖤
## 2990                                                                                                                                                                                                 @gravegirIs this is literally the art style of a bl i read
## 2991                                                                                                                                                                 Evolution of persona yaoi boys from BL Persona 1 fanart to cannon june to fujo bait akechi
## 2992                                                                                                               @clint11057984 @Koobidivines What fans constantly say bad things about other artists, n forget to vote for their fa… https://t.co/f31w11XBpi
## 2993                                                                                                                                                                          @justthatG_uy This always gives me a warm feeling. Good night, you handsome dog ❤️
## 2994                                                                                                                                                                                                                YALL WANT A BL OR GL COMIC? (or both hehehe
## 2995                                                                                                                                                            They're sooo cute 😭 (sauce: spinach bouquet)\n#SpinachBouquet #yaoi #bl https://t.co/3pMqJSp6gg
## 2996                                                                                                                @RentaMangaStore Stuff like this gives bl such a bad rep, like the amount of these I’ve seen where a love interest… https://t.co/1Bb3HakscP
## 2997                                                                                                                                                                                                                                 aquele bl killing stalking
## 2998                                                                                                               @jenofreitass @Micuko_ @A_BL_Simp I think thai actor cant act funny like adachi and aoki, and about sad scene you m… https://t.co/QPaqzyCXRW
## 2999                                                                                                             Nuby 2-Pack No-Spill Super Spout Grip N' Sip Cup, Red and Bl...\nPrice: $10\nRating: 4.5 out of 5 stars\n\n #kidstyle… https://t.co/aUPdcwgiXH
## 3000                                                                                                               A letter by BJP general secretary organization BL Santhosh to BJP Delhi unit detailing ten points on which they hav… https://t.co/gVni3PgHQY
## 3001                                                                                                                                                                                                      @MysterySolvent I'd say..."Boob Jobs and Bl*w Jobs"..
## 3002                                                                                                                                                                                                                            https://t.co/zZPqiYOzFy\n\nCute
## 3003                                                                                                                                                                                                                                …………..is their ship name BL
## 3004                                                                                                                     @lmaowhoisajax Wait until you find out that literally every name in danmei (chinese bl novels) have a letter abbreviation on twitter 😭
## 3005                                                                                                               #RainbowPrince lead stars Adrian Dionisio and Eurwin Canzana personally invite you to catch Asia's first musical BL… https://t.co/bvKC2AVrsk
## 3006                                                                                                                                                     What AI dreams may come...\n\nSee you on the other side.\n\nGn 🙏👁️\n\n_\n#AIart https://t.co/VNf75oHwLK
## 3007                                                                                                             not me seeing fanart of taku post-game and realizing that takutowa is a bl reskin of max/ash.\n\nand that madatowa is… https://t.co/JdjX8etT1c
## 3008                                                                                                                                                                                                                               @aiki_ksunoo Hehe thank youu
## 3009                                                                                                                                                                       R U KIDDING ME the x cvt is bl€€ding again so i just wasted a bandage and gauze wrap
## 3010                                                                                                                                              Warren Buffett‘s childhood home is on Airbnb - and it’s free. https://t.co/L6NbB6hLjO https://t.co/OZbf6IbcQH
## 3011                                                                                                             I can't wait to see what happens next! Click the link below and join my struggle!\n \n#NFTGiveaways #illustration #bl… https://t.co/oDBIuzPdH0
## 3012                                                                                                                                                                                                           there are no bl that caught my interest lately 🤯
## 3013                                                                                                       Book Online Appointment Call &amp; WhatsApp:- +91-9815160025 Astrologer BL Shastri (expert astrologer &amp; vastu consultin… https://t.co/s0U8xX92yf
## 3014                                                                                                                                                                       @BLUPDATE2020 Sigh… we’ll, that’s depressing… I would so love to write BL scripts… 😑
## 3015                                                                                                                   #FIJaipur | 1k corrupt officers and employees trapped in last 2 years: BL Soni\n\n(✍️: @rajivjodhpur73)\n\nREAD:… https://t.co/N1CZoiAxsM
## 3016                                                                                                                                                                                                     @fort_fts Happy birthday baby \n\n#OurSmile22ndFortDay
## 3017                                                                                                            @illustrata_ai @joynxyz @amli_art @bl_artcult 𝘛𝘩𝘦 𝘉𝘳𝘪𝘨𝘢𝘥𝘪𝘦𝘳\n#expressionwithmeaning \n1st Entry\nGiven the state of ou… https://t.co/3YS6S37Idm
## 3018                                                                                                                                                                                  Love this bl so cute 💕💕💕 i will miss it😔#KabeKoji https://t.co/mjgwsJUKDf
## 3019                                                                                                                    whitelist Assigned  @MedellinAP @wangy190a @lukeabc @Connor___Cheek @jake_rhill @ChahalDesigns @kedziora_james… https://t.co/2LJf5vPC53
## 3020                                                                                                                                                                                                                                               @bl_yj3 Park
## 3021                                                                                                               @aral_was_here @paintedmaypole But they are going to be in a BL drama! Though not related to these MVs... I'm assum… https://t.co/m2CXeJtxDJ
## 3022                                                                                                                                                                                                 @pipandbaby Wanna hug both of you! https://t.co/i916jeLokU
## 3023                                                                                                Mari’s reaction to #MrUnluckyHasNoChoiceButToKiss EP 7 &amp; 8\n\n#不幸くんはキスするしかない #reaction #patreon #react #bl #drama… https://t.co/4eQ4q3wNpt
## 3024                                                                                                                                                    @missypurcell1 This is the truth in my state and the schools in my area. Some are JUST implementing BL.
## 3025                                                                                                                                                                Both Onew and Key will MC For Minho's Lucky Chois!! ONew on 12/9 and Key on 12/8 (BL date).
## 3026                                                                                                            *bl series "Th3 D1r3ctor Wh0 Bųys M3 D1nner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des, who's excited? 🤩\nhttps://t.co/Qs0uFEyQi4
## 3027                                                                                                                                                                   I swear I'm a natural bl- *wig falls off to reveal I am bald*\nI swear I'm a natural blo
## 3028                                                                                                               @RichardHeartWin @ScotV777 @MarcoTheHEXican @enadorange Talked to me for days never turned me away called me a pleb… https://t.co/1d3tnCFPOU
## 3029                                                                                                                                                                                                 @GentlemanRascal Oh, like losing a family member. So sorry
## 3030                                                                                                                                                                        GUCCI STRIPE FLORAL SKINNY SHIRT\n#fashion\nAffiliate Link\nhttps://t.co/dFg7pNDSjk
## 3031                                                                                                                                                                                                                             Hi! Welcome to our fanbase! =D
## 3032                                                                                                                       I can't wait to see what happens next! Click the link below and join my struggle!\n \n#dccomics #BL #modern… https://t.co/N2qeT1H7iX
## 3033                                                                                                             •kdm• 🏳️‍🌈 bl series "The Director Who Buys Me Dinner" (Park Youngwoon &amp; Park Jungwoo) tayang mulai 15 Des di Heave… https://t.co/VDyQgngYR2
## 3034                                                                                                               Luxlovery Blush Pink Comforter Set Twin Dusty Rose Bedding Comforter Sets Women Grils Comfy Soft Quilted Lightweigh… https://t.co/yvTyhVUZ2A
## 3035                                                                                                                                                  think i had a mf stroke today when i saw that #Metallica dropped a new single in the current fucking year
## 3036                                                                                                                               @_outrokai hes in dkz, he recently rose to fame after starring in a bl, semantic error, has received a lot of awards from it
## 3037                                                                                                           21" Hookah Set - Premium 2 Hose Hookah Complete Set - Shisha Hookah Kit With Glass Vase Ceramic Bowl &amp; Coal Tongs A… https://t.co/mbbIzaX373
## 3038                                                                                                                  ‾‾‾\nMy boba self only figured out today that the upcoming BL the new employee and the manhwa the new recruit are one and the same 😐\n___
## 3039                                                                                                                   I'm sure this will be the next Hit BL Series. Can't wait for December.\nAnd tomorrow we'll see the new trailer.… https://t.co/FDnQHILVqo
## 3040                                                                                                                                                                                                          this song changed the trajectory of my life at 14
## 3041                                                                                                                 @jeroosan Same add issei form kabekohi,Various handsome seme in bl industry but my head full with seme from japan, i love them personality
## 3042                                                                                                                                                                                                                                       taking notes from bl
## 3043                                                                                                                                                        im so sorry but this song is on the list for top 10 pop songs of the 2010’s https://t.co/Y1Cl4RtvQ3
## 3044                                                                                                                                                                       Iv been reading nothing but BL manga and I gotta say it’s filling a hole in my heart
## 3045                                                                                                                The plot of "Demon Apartment" is like a roller coaster of emotion. It's riveting and full of surprises!\n \n#ADENA… https://t.co/GkuZddLsQ9
## 3046                                                                                                                                                                                                                                       @hero__524 SOOO CUTE
## 3047                                                                                                                                                                                                       bout to look for a three dollar bl to watch im bored
## 3048                                                                                                                                                                                       Poor bl*nks, they don't know what else do... https://t.co/z7Fw2rtrG2
## 3049                                                                                                                                                                                                                                       @fort_fts Mi baby 🥺💗
## 3050                                                                                                                                                                  @BumpstockBarbie Adoption is traumatic to children? 🙄 Maybe she's thinking of foster care
## 3051                                                                                                                                                  @Noahrufus What do you think how am I not suppose to be into BL after seeing this https://t.co/SbynKgd1pQ
## 3052                                                                                                                                                                    Ozone Smart Internal Door Lock Trinity OZ-FDL-22 BL Std (Black) https://t.co/5v8c4WMTtH
## 3053                                                                                                                                                                            Actually did this during the pandemic. Got back into BL https://t.co/HitQDZ3zPr
## 3054                                                                                                                            @ChetEdinger @steveconaway1 @BreenAcres That’s crazy!  But I’m sure you guys aren’t paying retail for it either at that volume!
## 3055                                                                                                                                                                                                       noeul lost his slayfulness after becoming a bl actor
## 3056                                                                                                                                 I don't even have to say it cause I do it anyways, I drop most bl series that's released especially if the script is fugly
## 3057                                                                                                                                                                     ‾‾‾\nLove to see jason tauh making a comeback to bl hehe\nhttps://t.co/3oxxQrmN92\n___
## 3058                                                                                                                                                                                      @WilfredQuadros1 @LegalTalwar How can she go against the employer....
## 3059                                                                                                       Popular BL Webtoon #TheDirectorWhoBuysMeDinner to Be Adapted as a Drama, Confirms Release Date\n\n#밥만잘사주는이상한이사님… https://t.co/smzQIJYIR4
## 3060                                                                                                               3) Tunisia vs Australia featured players from 16 different leagues: La Liga, Ligue 1, Bundesliga, Serie A, MLS, Cha… https://t.co/nWyvdTmvpy
## 3061                                                                                                               4PCS CNC Aluminum 17mm Hex Wheel Nuts Dustproof Anti-Skid Non-Slip for 1/8 Traxxas X-Maxx Summit E-Revo ARRMA Buggy… https://t.co/rAozWAdAvt
## 3062                                                                                                                          💥💥💥Winter is coming, winter is coming! Let's let our children own fish shirts now!\n👉👉👉Only available on… https://t.co/Yh042UYaI4
## 3063                                                                                                                JOOLA 11200U Inside 15mm Table Tennis Table with Net Set - Features Quick 10-Min Assembly, Playback Mode, Foldable… https://t.co/jjiRfdM5Ki
## 3064                                                                                                                                                   @FlamingAnvil And another on the British Library’s Medieval manuscripts blog:\n\nhttps://t.co/HAagQjpY8j
## 3065                                                                                                                                                       special shoutout to my girl Missy who served and allowed me to drink 8 BL smooths courtside tonight.
## 3066                                                                                                                                                                                                        just me dedicating my papers to bl characters again
## 3067                                                                                                                                                      @UniMatrixZ0 @bl_artcult @HODLFrance @DionMedici @IrrecusableNFT Did he make it or hire an ai person?
## 3068                                                                                                               I used to watch so many Thai bl shows and I kinda miss the feeling they gave me. But my engineer and  until we meet… https://t.co/sipBDqXxk3
## 3069                                                                                                                       "Lovely Lies" is an absolutely perfect comic! It's living rent free in my head!\n \n#artinprogress #realism… https://t.co/Leb0BnAtZO
## 3070                                                                                                                                                                                                      Drop beam current to 1 mA for BL-8 alignment. [Admin]
## 3071                                                                                                          @suninhersmile TRUST THESE ARE AMAZING!! \n\nLet dai\n\nsomeone else’s bl manhwa \n\n10 years where i loved you the most… https://t.co/7wdYd3nyaG
## 3072                                                                                                               @laifu_tan I think it started with Kuuga considering there's something called "Odagiri effect" that's being used in… https://t.co/bNZfZYoRxn
## 3073                                                                                                                                                                              He brewed his tea in a bl\n\n&gt;_&gt;RAM116&gt;_&gt; https://t.co/hzwCoegZTM
## 3074                                                                                                                                                                           @cliftonaduncan @WHO @CDCgov Meanwhile…..chicken pox BL: https://t.co/oQqsFurWPI
## 3075                                                                                                                                                                                @prakashraaj Oh so yr Father has finally certified this?? Bl 00dy pa₹as!te!
## 3076                                                                                                             The rough sketches for chapter 1 of BL Demon Hotspring are finally complete!!\n\nExcept the cover page - that will be… https://t.co/vmImajiSEO
## 3077                                                                                                               Trust me! You'll get addicted to this story! You will also get very mad if you like BL haven’t finished yet no spoi… https://t.co/o8hcnCleAf
## 3078                                                                                                                                                                                          @headBONDmeLWJ @B_lab_BL Thank you for showing this, Bond! 💖 🥰🥰🥰💖
## 3079                                                                                                                                                                                    @NoonaUnniLoli a new bl series? i really need to catch up watching soon
## 3080                                                                                                                                                                                                                           @luca_kaneshiro Eh? You got me ☺️
## 3081                                                                                                             🚨 REMINDER 🚨\n\nDon't forget to vote BibleBuild for 'The Netizen Report 2022: The Best and Most Popular Thai BL Coupl… https://t.co/B4uDBslnP4
## 3082                                                                                                                                                                               @LonelyGeekess What's discord is this?! And not gonna lie naruske bl trope 🤣
## 3083                                                                                                                                      did i miss a japanese bl drama release or have i seen it and thought it's too sexual for me and shut it off my brain?
## 3084                                                                                                                                                                       or at least not entirely a sex metaphor but moreso a metaphor for intimacy (it's bl)
## 3085                                                                                                                                                                                             MASKED=BLACK/Rust ship https://t.co/TSTnWtjvAm #DLsiteがるまに
## 3086                                                                                                                He is also maybe the only character in the ENTIRE series that audibly made me say “oh my god that’s adorable” if a… https://t.co/GQ3nQf2Gxl
## 3087                                                                                                                                                                                                                  @miz_irritating bl manga writers be like:
## 3088                                                                                                                                           @ceekeeey thank youuuuu ck koooo, i love u. miss ko na bl days natin huhu 🥲💙 miss you so much jisikaaaaaa &lt;33
## 3089                                                                                                               India makes major strides in improving cargo clearance... Courtesy: BL Read* https://t.co/XsEOZThAmd Awareness, edu… https://t.co/3weVmlIQEZ
## 3090                                                                                                                                                       Put A Number On It! – Upon a globe of math, a bl…\n\nhttps://t.co/HeemJ51cKY https://t.co/IAkihk0eL4
## 3091                                                                                                                            Oh yes my most anticipated bl of the year like y’all don’t know how much I’ve been waiting for this 😭😭😭 https://t.co/kWeG6x6HJx
## 3092                                                                                                             Queer Game Showcase: "The Divine Speaker" by @TwoHalfStudios\n\nA story-rich fantasy BL visual novel about fate and h… https://t.co/bfZbs2mDW6
## 3093                                                                                                                                                                                                                          @Stellsxaa :000000 Is it also BL?
## 3094                                                                                                               Lupin: Lupin's Brazilian subsidiary MedQuimica acquires rights to nine brands from Bausch Health. Lupin's Brazilian… https://t.co/yRQUnyqjoK
## 3095                                                                                                               TigerLily and Bobo keep me sane. They live on top of the washer/dryer. They don't really like one another, but they… https://t.co/vLWdkJkqC7
## 3096                                                                                                                  @savehitesh @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Delayed more than 30 min+… https://t.co/u94Z7HoIRx
## 3097                                                                                                                                                                                                                If I was a colts fan I’d bl@w my br@ins out
## 3098                                                                                                               Z8 Compatible With The Avenger Style Replacement Hood Heat Dispersion Compatible With JK JKU Unlimited Rubicon(2007… https://t.co/2APEmL5DZp
## 3099                                                                                                                                Fragola 482366-BL Black Size (-6) x 3/8" MPT 45° Adapter Fitting MYQKTVY\n\nhttps://t.co/Hshp8sI87N https://t.co/E61Au8CjZD
## 3100                                                                                                                                                                                                      AHAHAHHAHAHA IT’S ALWAYS ALWAYS ALWAYS F*CK THE BL*ES
## 3101                                                                                                               @B0NGBONES Yep! It was with him and a few other well knowns back in Texas and we had more than a few bl*unts in rot… https://t.co/53LmQKSpxA
## 3102                                                                                                                                                                                                 @spectrrral la roche posay could sell me air and id buy it
## 3103                                                                                                                just sinked in that this is p'jojo's first bl series (a story focusing on the romance between two men, to clarify)… https://t.co/xqHm82z9Gz
## 3104                                                                                                                                                                    @fullbodiedjet (I still love you I just wanted a Wedgie shutout, esp against the bl*es)
## 3105                                                                                                               DIVIBOX Tactical Web Belt, Nylon Military Belt for Men, Adjustable Outdoor Belt with Plastic Buckle (120 cm) (Black… https://t.co/A56hOSGw1k
## 3106                                                                                                               One of the reasons the BL industry is such a huge ecosystem- fans spend on happiness, something that can’t be quant… https://t.co/DmYbsiV1Zn
## 3107                                                                                                                                                                                        Because nothing better than horror and bl ! https://t.co/36hhrKZ4Hp
## 3108                                                                                                                                                                                                    @Yk_taekook Bl movie similar like taekook love journey😍
## 3109                                                                                                               @RailwaySeva @DVPravasi @RailMinIndia @WesternRly @AshwiniVaishnaw @drmbct Train no. 09024 BL- MMCT SPL Passenger i… https://t.co/pOpbxQVLYg
## 3110                                                                                                                                                                                                    @GeorgeSquares he's Lufria from nagabe's bl manga "EAT"
## 3111                                                                                                                                                                   wanna argue but there's bl*nk on ur username. peaceful day again https://t.co/BMV0wQ4gPV
## 3112                                                                                                                                                                  @BowDownDeathRow @HuskyNation2022 @Jimmyhellcat A month to prepare and I see it happening
## 3113                                                                                                                         This series so far is showing the spectrum of stuff on BL fans, the Sao Y.\n\nHilarious, but so on point 😬 https://t.co/FFl8PDo68A
## 3114                                                                                                                @newwcaron Yes ohh i was so confused by them at first, im new to that part of this BL world, it shocked me to know… https://t.co/2J8aLqjSZ7
## 3115                                                                                                               Let me tell you, seeing a screenshot of my former high school principal posting Naruto BL in a discord was not on m… https://t.co/ffiwQVqTiy
## 3116                                                                                                             Lima.” So, too,\nVenice; I have been there; the holy city of the bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/pxYXZvHXC2
## 3117                                                                                                                       Their so beautiful xie lian x hua Cheng 🕊️ #xielian #HuaCheng  #xielinxHuaCheng #HeavenOfficialsBlessing #bl… https://t.co/FVjYjlyiV9
## 3118                                                                                                                                        Apparently I read comics now\n \n#bl #NFTGiveaways #StrangeWorld\n\nhttps://t.co/CpNfSVZKUB https://t.co/8QtOgLpBud
## 3119                                                                                                       @sonderers there is but i havent read it &amp; from what i know, the show is handled with more care &amp; avoids bad bl tro… https://t.co/by6h50E6zy
## 3120                                                                                                             @HazeJaze_ @Shill_DS @FrontmanD2 @Kujay_ Even the 500k daily players is lower than normal\n\nDuring BL seasons we had… https://t.co/OciQlVtE8j
## 3121                                                                                                                       whitelist Interworking Assistant @Willard_BL @AJigs07 @Irrelephantoops @jlooenft @DimoP_19 @BKMIC4 @zebatut… https://t.co/s5vZENGrVU
## 3122                                                                                                               8Pcs of Triangular Powder Puff Makeup Sponges, Made of Super-soft Velvet, Designed for Contouring, Eye, and Corner,… https://t.co/n02yPUElh3
## 3123                                                                                                               "วาระซ่อนเร้น / Hidden Agenda" an upcoming Thai BL series....\n\nhttps://t.co/BTMWdIFCoh\n\n#วาระซ่อนเร้น #HiddenAgenda… https://t.co/Vr4kv8X0Xy
## 3124                                                                                                                                                           Lee Yoohan from PAYBACK bl manhwa.\n\nidc about yoon jay, i love yoohan. https://t.co/M7uJ3DK9vM
## 3125                                                                                                                                                    Gonna do some comic reading\n\n#studytwtph #Drama #bl\n https://t.co/gHTDkqiCUX https://t.co/Luk2euVbwA
## 3126                                                                                                                                                                                                 @NoonaUnniLoli i'm pretty sure it's because of a thai bl 😆
## 3127                                                                                                                                                                                           @hxnri72 @Joheli99 @gae_Dong_RT That’s in almost every BL manhwa
## 3128                                                                                                           Snake speech https://t.co/KxItfDNAIp Hi my name is ryker today i&amp;#8217;ll be talking about snakes. snakes Are repti… https://t.co/Rod2mApO3D
## 3129                                                                                                                                                                             edtwt whats ur dream bl*unt rotation or at least someone u’d die to smoke with
## 3130                                                                                                              BBC News - BBC announces changes to simplify its complaints process\nhttps://t.co/RwgaCucYfl @BBCNews #whiner Oh you… https://t.co/vEt9VH0Ene
## 3131                                                                                                                                                                                                                                   listen to bl_ck b_st_rds
## 3132                                                                                                                                                    Ki Kyujin from Back to School bl manhwa.\n\nanother fav, he's a super nice guy. https://t.co/jcqKqNGCYU
## 3133                                                                                                                         Roshe Cosmetics &amp; BEAT School of Makeup Artistry \rPikesville, Maryland @RosheCosmetics #Blackpreneur… https://t.co/uteKFL9adB
## 3134                                                                                                               BBC News - Monkeypox given new name by global health experts\nhttps://t.co/qKCI3T6z3l @BBCNews @bbchealth @WHO #WHO… https://t.co/U2Kfu8b2uF
## 3135                                                                                                                                                                                                              @UDubTonyD @AcropolisJr @C_M_G206 You’ll know
## 3136                                                                                                               - #Lupin: Subsidiary MedQuimica has inked a definite agreement to acquire all rights to nine medicines from BL Indu… https://t.co/munvxaj9fk
## 3137                                                                                                                                                                                                                  @GMMTV @ppnaravit @phuwintang FINALLY YAY
## 3138                                                                                                            @aral_was_here I mean, the YooJung &amp; KB MVs definitely felt like they closed ambivalently to me. And, then we have… https://t.co/1nQyvHoNka
## 3139                                                                                                                    Bruh xie lian is so beautiful 🕊️ #HeavenOfficialsBlessing #xielian #beauty #bl #adaptation #Historical credit -… https://t.co/Zrsq0aMvZm
## 3140                                                                                                                                                                        not @rvinpeaxe having BL sasaengs. Bitches lurking for real https://t.co/YbHwi6kN9D
## 3141                                                                                                                                                                                                              hannibal the second they hear bl visual novel
## 3142                                                                                                                   Page 15 - Come hang out. #stream #comic #artstream #webcomic #drawing #art #csp #digitalart #webtoon #bl #manga… https://t.co/ArXsWXge9s
## 3143                                                                                                                                                               @ThisIsForFunkos Lol well at least the 1 was the chase oogie boogie bl soda which is awesome
## 3144                                                                                                                                                                    @gfodor @SetUpUsTheB0mb @WholeMarsBlog 🤷‍♀️just saying thts prob why he took issue is all
## 3145                                                                                                               @paintedmaypole MTE! I feel like this universe just got a lot more complicated. I love this song though! And the BL… https://t.co/MaoZI6Ejw4
## 3146                                                                                                               @SetUpUsTheB0mb @BL_Dwyer @WholeMarsBlog The origins of the frog, while interesting, seem unrelated to the key ques… https://t.co/2JmX1owCZu
## 3147                                                                                                                                                                                                                                        More? Check fav! :D
## 3148                                                                                                                                                       @SetUpUsTheB0mb @gfodor @WholeMarsBlog I think its become that way, but originally was the other way
## 3149                                                                                                                                                                                              A Physical Therapist in a BL Comic🥰✨ https://t.co/11ZIwRKMY3
## 3150                                                                                                               @_CryptoHawk @Morpheusresist His name is Zelensky and guess what guys Russians altered hilter symbol to Z, yet it i… https://t.co/yYo4WDvXCX
## 3151                                                                                                           Suporte para Notebook, OCTOO, Uptable, UP-BL, Preto\nlink a baixo !!\nhttps://t.co/A7jdMJ6w4C\n\n#compraagora #notebook… https://t.co/zEuaPPbQju
## 3152                                                                                                                                                                                                                   @BL_27_ @AcropolisJr That’s a fair point
## 3153                                                                                                                my gf and i discussing the dichotomy of the BL ship venn diagram on the 20 minute drive to pick up insomnia cookies https://t.co/XI48nvZsuG
## 3154                                                                                                              @BitMartExchange @ClearCryptos Strong and great project...\nthis project is very good and this projector has a lot o… https://t.co/0cOFdoLNSl
## 3155                                                                                                               @CraigBigby @AcropolisJr No I never said he was blowing away anybody there he is like a 6 for them on the depth cha… https://t.co/O41bzynWJm
## 3156                                                                                                               @har00bb Very handsome, sexy, cute, multi talented young man who is one half of my favourite BL couple with a beaut… https://t.co/U8CtgbpHpy
## 3157                                                                                                               @adhilahamed_BL @TRBRajaa @mkstalin @Udhaystalin @DMKITwing @isai_ @iamchsekar Okay... next our CM will appoint a D… https://t.co/26InEvGOuJ
## 3158                                                                                                                                                                         B-Bl-Blood is…! N-no, I mean a chocolate…drink is…! I-I’m so happy that……it just……
## 3159                                                                                                                                                                                                                    @bl_artcult Lolol yeah don’t think so 😂
## 3160                                                                                                               renai idenshi xx is like a BL mangaka watched utena for the first time and went “this is great but what if we playe… https://t.co/mWQn6pWwQm
## 3161                                                                                                                                 One of the best drawings of all time\n \n#ArtOfTheDay #artcommunity #BL\n\nhttps://t.co/ZwqFDUrJDx https://t.co/PNGIEGCXTk
## 3162                                                                                                                          I've been completely addicted to ONEPIECE and Trapping the Foxy Doctor\n\n#ArtOfTheDay #artcommunity #BL… https://t.co/nEpoVQkXBT
## 3163                                                                                                                                   One of the best drawings of all time\n\n#ArtOfTheDay #artcommunity #BL\n https://t.co/2lcHAFtItA https://t.co/lzqBntZtXX
## 3164                                                                                                                                                                                                                        strangers from hell my favourite bl
## 3165                                                                                                                                                                                                               I like BL that doesn't feel like BL..? Idk..
## 3166                                                                                                                                                                                                                     @bl_ckb_rry la roche possay undefeated
## 3167                                                                                                                                                                                   @cmsorrps4610 Prayers to Bl Carlo Acutis for belief in the Real Presence
## 3168                                                                                                                                                                                                                      i think i'm travelling in bl fiction.
## 3169                                                                                                                @BL_Dwyer @gfodor @WholeMarsBlog It was used by everybody. People noticed 'everybody' included white supremacists.… https://t.co/5QoqBphdne
## 3170                                                                                                                                                                                            @akiratoryo The third ending is good? My first bl was bj Alex 🤭
## 3171                                                                                                               @inkl0ve @mahuhumaling blacklist isnt...the ~best show lmao sometimes i swear it's more entertaining to read the co… https://t.co/HFpS2l21vY
## 3172                                                                                                               The facts that BL cs event punye issue sampai masuk tl acc kpop aku. Snjejsiks..mmg teruk yer and i saw the picture… https://t.co/ft0revxiKu
## 3173                                                                                                                                                                                  @itsiheidi excited sa Walang Aray\n\nKDLEX Sweethearts #RAWRAWARDS2022 bl
## 3174                                                                                                                                                   @woricksb00bs Cherry Blossoms after Winter is a soft introduction it was my first BL before it got weird
## 3175                                                                                                                I love the drama, I really like the character design and I like that their sexuality is not the point of the story… https://t.co/cvxNEGjIcm
## 3176                                                                                                               I love the show bc those sweet moments felt genuine and even how much I rewatch it I still smile bc the chemistry i… https://t.co/Pwe7ygmscT
## 3177                                                                                                                         One of the best drawings of all time\n \n#shucream_bl #architecture #newepisode\n\nhttps://t.co/5B4tr2gg45 https://t.co/Bgk2McgwMP
## 3178                                                                                                                                                  @starrysatur where do u find so much good bl dramas to watch? i have just 4 or 5 to start in my watchlist
## 3179                                                                                                                                                                                                     @Judianna @YouTube She will be missed! Such a talent 💔
## 3180                                                                                                                               @WholeMarsBlog Pepe was originally used as a representation for white supremacists. Thats why Gary is stating it as an issue
## 3181                                                                                                               imma draw myself with a band on that says “yaoi master” because im constantly having to teach people here what it a… https://t.co/5dMYWe12hk
## 3182                                                                                                                       @gfodor @WholeMarsBlog Pepe was originally used as a representation for white supremacists. Thats why Gary is stating it as an issue
## 3183                                                                                                                                                                                                                                     is jihoon in a bl.....
## 3184                                                                                                               News:Elon Musk Is Rolling Out Twitter's Red Carpet For The Far Right\nMy Advice: to ⁦@NiranjanTripa16⁩ \nIf you canno… https://t.co/tX8aP963fr
## 3185                                                                                                                                                                                      @BandB_CBS BL looks soooooo old!!! Ditch that hair &amp; fire makeup!
## 3186                                                                                                              I've read this manga multiple times! You should check it out, too!\n \n#dad #animeedit #bl\n\nhttps://t.co/BWQxd1V9u5 https://t.co/LoX5XzxvD6
## 3187                                                                                                                                                   god if I see one more tiktok about girls wanting to cheat in a relationship I'm gonna bl*w my brains out
## 3188                                                                                                             @illustrata_ai I don't think we're going to the same festival @illustrata_ai 🤣🤣\n\nPerfect mix of gangster rap and de… https://t.co/SdqjV1MzFi
## 3189                                                                                                               @ZNN_BeHoppy It's good I think zee is helping nunew feel more comfortable in the acting role he must play too,being… https://t.co/qwXHr4ICPz
## 3190                                                                                                                                Deehup’s upcoming bl series are crazzzyyyyyy 😩 from i feel you linger in the air to step by step 😥 im so excited oh my lord
## 3191                                                                                                                                                                           @Gabrius07 Not to be that person but BL in need speak is boys love manga aka gay
## 3192                                                                                                                                                             The Chinese White Paper Revolution - Iron Fist Xi Jinping https://t.co/95rGljqGgE via @YouTube
## 3193                                                                                                             sh the\ntossed ship they cling to. A vile wind that has no doubt bl\n__iherb_promocode_promo_rewards_voucher_code_dis… https://t.co/4O76wH4MJp
## 3194                                                                                                                                  @four4thefire Seriously, she's an attractive woman but really? I'm guessing she has a full-time lighting manager on board
## 3195                                                                                                               @moonlitguts ya when u do b€4ns they bl€€d a lot and are at high risk 4 infection so I'm not taking the risk of get… https://t.co/EoYKwUMvKD
## 3196                                                                                                                                                                                                           "Ah! Shizuo loves Izaya! ..it's .. BL!!!!"-Erica
## 3197                                                                                                             🏀Nice feed off the BL attack from 2023 Deyton Reddic to 2024 Isaiah Amador\nRancho Cucamonga 52 \nVictor Valley 29. 6… https://t.co/aD40SbVrqS
## 3198                                                                                                                                 the BitBoy x SBF spaces coming up reminds me of that time y’all got Scott Melker up there then icebagz and BL made him cry
## 3199                                                                                                                                                                                                       me @ Japanese bl shows: give me 👏 more 👏 salarymen 👏
## 3200                                                                                                          Barnaby and Jess in modern setting\nCommissioned by @jesspersephone\n\nPls. like, comment, and share!\n\nCOMMISSIONS OPE… https://t.co/0eORSQCE5Q
## 3201                                                                                                               @Minnie1op @luuluulaaa @Piffy_UwU Also, not to say they were treated the same but I pointed out the last time those… https://t.co/utp8ixZKJ7
## 3202                                                                                                           Morning!\n\nI made a new acc specifically discussing about BL and stuffs. Pekob2 juga masuk ke sana HAHAHAHA\n\nAnyway,… https://t.co/6NRkD11RbC
## 3203                                                                                                                                          if this mf cvt hasn't stopped bl€€ding by 10pm when i have to take my meds I'm just gonna k1ll myself actually /j
## 3204                                                                                                                                                                                                                  @pevellynee He wakes up in a different BL
## 3205                                                                                                               @lemonboeun what happened?, does anyone complain that NLMG doesn't have sex and that PONDpHUWIN doesn't deserve thi… https://t.co/KbY6kGlVwQ
## 3206                                                                                                                       whitelist Official Agent @leekitoo @bl_eagle87 @ZakNFT1794 @Ice5383 @Johnnykidnft @igotutwo @Picolo09735609… https://t.co/w5I0xkyzv3
## 3207                                                                                                                                                                                  @oli_grind @gruber_laurence ,, r.Ed an.D .bl ue 😸 https://t.co/vvCFLnlZBQ
## 3208                                                                                                                                                                                                                                              KICK BL🚫CKED‼️
## 3209                                                                                                                                                                                @RettaLaw2 @Barrow2022 Oh look! There's Tim Osman, made into BL by the C!A!
## 3210                                                                                                                                         @nes_rox @illustrata_ai @joynxyz @amli_art @bl_artcult @3DBystander @thelastbryson @0xFounderWill Let's get it!! 💯
## 3211                                                                                                               Truer words were never said. I kinda-hate/kinda-have-to check in on twitter/news these days, when I should be makin… https://t.co/Yj3cRkS92d
## 3212                                                                                                                                                                                      @_Denny_143 On or off is forever gonna be my most favorite BL ahhhh😭😭
## 3213                                                                                                                                                                                                       if gmmtv just take all popular jap bl to remake, idk
## 3214                                                                                                                                                                 I've been into bl anime lately, can you recommend some great bl anime?\n#blrecommendations
## 3215                                                                                                               @BL_27_ @AcropolisJr Riley isn’t exactly doing him any favors.  And in my opinion, not making the CFP doesn’t equat… https://t.co/gKWd7fsrJ1
## 3216                                                                                                                       @Vegastheerapan Yeah and once i bit myself on the shoulder and everybody thought it was a hickey😭 *it was pure self hate and stress*
## 3217                                                                                                                                                                                                                   @nessaswhore_ F4 Thailand but make it BL
## 3218                                                                                                                        @illustrata_ai @joynxyz @amli_art @bl_artcult Are we posting our entries here or is there a different platform for the competition?
## 3219                                                                                                               @RedHawk_M @maryked2900 @oldmanwinter65 @matthew__theo St Anne was a just and holy woman conceived in original sin,… https://t.co/uWLndbNW7O
## 3220                                                                                                                                                                       I completed my Better Life Challenge today...how about you?\nhttps://t.co/oaC8luTTYw
## 3221                                                                                                                                                                                                      Sneak peek to "Reality Lover" https://t.co/lT5DPfUVzm
## 3222                                                                                                              Synopsis:\nThe ever so cool Chunghyun tries to act like a cool upperclassman to his assistant TaeIn. However, Chyung… https://t.co/arVTpsOUCa
## 3223                                                                                                                                                              ตุยย หล่อมากกก 😭\nI'm dead. He's so handsome😭\n#Toptap_jirakit #โอลลี่ไทป์ https://t.co/f1cQ5v4PuC
## 3224                                                                                                               Losing him was blue like I’d never know. Missing him was dark gray, all alone. Forgetting him was like trying to kn… https://t.co/ejXuJcbvr9
## 3225                                                                                                                BL RECOMMENDATION\n#132\nTitle: Reality Lover\nAuthor: Yp\nStatus: Complete\nGenre: #Yaoi #Mature #Smut #Workmates… https://t.co/ikO0fTSehT
## 3226                                                                                                                @bl_ag_inc @steveconaway1 @BreenAcres Our neighbor has had a Urea shed for a long time. They are rebuilding it and… https://t.co/XsG9Hw6P1V
## 3227                                                                                                               @shouutobio Everyone who looks at the story as a whole will be disappointed. Loose ends left untied, secrets left u… https://t.co/TOExtEvBAk
## 3228                                                                                                                                    Fragola 229016-BL Pro-Flow Black Size (-16) 90° Hose Fitting 3Y3G9VR\n\nhttps://t.co/7ejbhNgOTm https://t.co/OmsWDakSyj
## 3229                                                                                                                                                                                             can we stop pretending like cerave does anything 4 ur skin lol
## 3230                                                                                                               @CraigBigby @AcropolisJr What coach did he have offensively who was able to put together a high powered offense tha… https://t.co/G5NeGcDnQI
## 3231                                                                                                               @GalileaBetsab1 @MeighanYou @lenaleechii well but nowadays silent girls know so much and have so much in their imag… https://t.co/dolho6WKNx
## 3232                                                                                                                          so i had to roll down my pants while the x cvt is still bl€€ding and now there's blood smeared all down my leg and in my pants :/
## 3233                                                                                                                REPORTS OF A JUMPER; 3900 Bl. Of Blaine St N.E: Rescue units along with Mpd are responding to a call with a person… https://t.co/nIi3d0Zefd
## 3234                                                                                                                                                         The Most Favorite Thai BL Series 2022 &amp;#8211; Vote Now - https://t.co/HBSNPymLvm @TheTopFamous
## 3235                                                                                                                                                         The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/alinbuJNH0 @TheTopFamous
## 3236                                                                                                                * adds bunch of tissues to the cart * because @jimmyyjp_ @Sea_tawinan and @backaof already managed to make us tear… https://t.co/jEZ8l26f9g
## 3237                                                                                                               @FreckledGaymer @Miriosumi @ProfictionPuppy @skyemiko_ @mochii_minty Its not the first but it is pretty rare. I kno… https://t.co/OkpqTmr1Dm
## 3238                                                                                                               @bbuff_filmy That sounded like a signing off speech to me. Hopefully he will not go away forever to PARINEETI, hope… https://t.co/2N5CzUBUnL
## 3239                                                                                                                                                                                              @bl_artcult @illustrata_ai Give up if you want too! Trick - 💻
## 3240                                                                                                                                                  𝗚𝗼𝗼𝗱 𝗺𝗼𝗿𝗻𝗶𝗻𝗴 ᗅK ℬℒ⌾⌾ⅅՏ 🛺✨\n\n#ThunivuPongal2023 \n#Thunivu 💫✨ #AjithKumar #AK62 https://t.co/XKPba3pSbX
## 3241                                                                                                                                                                                                  We tweets: #6CFacts, #PickOne, #WhatIf, and many more! :3
## 3242                                                                                                                                                                                @Lisaelizabeth Lisa calling Ye mentally ill because he’s bl*ck (IM KIDDING)
## 3243                                                                                                                @FreckledGaymer @Miriosumi @ProfictionPuppy @skyemiko_ @mochii_minty But this person who had a fit is the type who… https://t.co/wrXHJILS3S
## 3244                                                                                                               MoKasi Led Electronic Drum Pad Set - Electric Drum Set Roll Up Practice Mini Drum Machine Kit with Headphone Jack B… https://t.co/NoWxehUIRB
## 3245                                                                                                                i've read so many bl manhwas that ended w the couple going on the beach on a hot day or spending the night under a… https://t.co/gqTsNxgEpy
## 3246                                                                                                                                                                         “Troub in de fam! Ees what for?” He took an ancient bl     https://t.co/6BzALjUoKA
## 3247                                                                                                                     POLL: The Best And Most Popular Thai BL Couples Of 2022 - https://t.co/nZ1CmJVsNN \n\n#BibleWichapas #bsumone… https://t.co/0ajZuAYOJB
## 3248                                                                                                                                                                                 @TianaTheFirst @TimothyDoescher And he’s a BL drinker. Love it. Mazel tov!
## 3249                                                                                                                                                                                                   @unusual_whales That's bullshit.  Per Bl is full of shit
## 3250                                                                                                                                                                                 imma say it, cutie pie is the most heterosexual bl I've encountered so far
## 3251                                                                                                            @bubblegeommie Of course!!💕 As of right now, my top 5 bl manhwas are: \n1. Semantic Error\n2. No Moral\n3. Dangerous C… https://t.co/7CQBFXKuZX
## 3252                                                                                                                                         @bl_ag_inc @steveconaway1 @BreenAcres We can apply between 1 and 2 transport loads of NH3 daily. Gotta have tanks.
## 3253                                                                                                               @curiousnewton @garyblack00 @elonmusk Gary is explaining why roughly 50% of advertisers have walked. That should tr… https://t.co/N0kBkxrmi2
## 3254                                                                                                               NON-CONTACT SHOOTING:UNIT Bl. Of Galveston St S.W: Mpd is on the scene of a shooting with approx a dozen shell casi… https://t.co/QUqERuTLBa
## 3255                                                                                                                            Not my age, my name, my personality, not even my freaking EYE COLOR, just nothing. I don’t risks I’m too paranoid for that crap
## 3256                                                                                                               @ChetEdinger @steveconaway1 @BreenAcres How much does it cost to get setup for NH3?  99% of guys are using urea aro… https://t.co/11rIlhK8FS
## 3257                                                                                                               school au mikofuu potential wip?? ill try to add a bg but dunno if itll be successful (also artstyle change bc i go… https://t.co/jzxiouSpaj
## 3258                                                                                                               @arielhelwani It is. But the story is with K.O and Jey Uso primarily. So after the BL turn on Zayn, he teams with K… https://t.co/0nW2599rjF
## 3259                                                                                                                                                                    if i was an esper in the mob verse my special moves would be Fujo Fist and BL Body Slam
## 3260                                                                                                               @Skarrow9 been playing since d1 and imo this season is worse than CoO. I’d way rather play CoO or TTK dry spell tha… https://t.co/BliDNRQN4z
## 3261                                                                                                                Salgro Tec USB Touchpad, Multi-Touch Wired Precision Trackpad for Windows 7 and Windows 10 Computer, Notebook, PC,… https://t.co/9qhiEH1G0i
## 3262                                                                                                               @RonFilipkowski @jp262 Nah.  Marge is so hot for Trump, she wouldn’t cross that line. Although there’s a new kid in… https://t.co/JGE8LxFiHA
## 3263                                                                                                                                                                 This is exactly why I reveal NOTHING about myself….cause of this.. https://t.co/uaZbJrzJRd
## 3264                                                                                                                                                                                                                          @LadyJessMacBeth Beautiful grrrl!
## 3265                                                                                                               @DrMPaff No doubt, and the jokes make good tweets, but #SoR twitter is taking it to an extreme..when ideally we’d b… https://t.co/SLFi9pu2E7
## 3266                                                                                                                                                                                                                        @BL_27_ @AcropolisJr We failed him?
## 3267                                                                                                                                   I wanna try out this comic book style\n \n#Isekai #VirtualReality #BL\n\nhttps://t.co/6dpWCcQJKo https://t.co/4TkejS0xLO
## 3268                                                                                                                                                                                                                              @No_qb_BL 🌹✨𝓖𝓸𝓸𝓭  𝓶𝓸𝓻𝓷𝓲𝓷𝓰🌹✨
## 3269                                                                                                                                                         The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/Hgu0qJ5iJO @TheTopFamous
## 3270                                                                                                               @ThatMothLive I’m worried he will like call me out or something? I mean he hasn’t said anything weird, I checked hi… https://t.co/lqu6MVkRJn
## 3271                                                                                                                 Jayson Tatum  35 PT  15-28 FG  1-1 FT  4-14 3P  3/0 RB  3 AS  1 BL  2 ST  0 TO  3 PF  29 MN   (10:13 4th, Hornets) https://t.co/XTHZLdTORx
## 3272                                                                                                               @CraigBigby @AcropolisJr 3rd HC at the same university which has been awful at having efficient offenses or go play… https://t.co/XTflt2pDxC
## 3273                                                                                                                                                                @ThatMothLive I don’t know why he would….that’s really the first time that’s happened to me
## 3274                                                                                                               @RBReich Twitter is an independent company owned by Elon Musk! ☝️😐\nWhatever he does with his platform is his own bu… https://t.co/cLzsroOz7V
## 3275                                                                                                                                                                            15 Days of Web3 #Blockchain via https://t.co/MtVNo962PB https://t.co/fBQtdEYHpW
## 3276                                                                                                                                                                                                      @BL_Abba Yep! It's definitely more art than anything.
## 3277                                                                                                                                                                                      I saw I don’t want to draw attention to it as I tweet about it….dummy
## 3278                                                                                                                                                                     @Bl_artemis It hasn't happened to me but I Hope he doesn't try to reach out to u again
## 3279                                                                                                                                                                     @ChetEdinger @steveconaway1 @BreenAcres That’s a few gallons 😂 https://t.co/DCGBBomR0S
## 3280                                                                                                                                                           @sundarmail Those with BL degree and black gowns are special category. No one can question them.
## 3281                                                                                                               I remember when i first discovered nume this has been my wallpaper for months! And my coworker saw when I opened my… https://t.co/WSzxDGQXz3
## 3282                                                                                                                                                                    PROTHANE 1-1303-BL 2 or 4 Door Front Black Bump Stop G3RG5LY\n\nhttps://t.co/7s3tyo5qSN
## 3283                                                                                                                                        Introducing a friend to BL and I certainly can’t have her reading rimming on the first attempt this is so difficult
## 3284                                                                                                               Hey so this random middle age dude followed me, I already blocked him and all that but like he was like all politic… https://t.co/cwqWpuT1Mq
## 3285                                                                                                                                                                                                                          parece bl https://t.co/87w9CZJyV5
## 3286                                                                                                                                                                                                    @BL_27_ @AcropolisJr He didn’t have the option to stay?
## 3287                                                                                                                                                                                 @NftSunage @illustrata_ai @joynxyz @amli_art I love this. Thank you Sun! 🙏
## 3288                                                                                                               @yashwantsaikish @ooArchy @SweetHouseMusi @DakpaTangtsang @bl__swan @WifexOfxAgony @Thought_Crimez @HANNYA_vlrt Why… https://t.co/EBz5kf8xZe
## 3289                                                                                                                                                                                                              @CraigBigby @AcropolisJr It was his last year
## 3290                                                                                                                                                                                                            @Based_Jedi I think that's how *art* is created
## 3291                                                                                                                                                                                        let me rewatch semantic error again.. no cuz this bl is soo cute 😊😊
## 3292                                                                                                              Marcus Smart has a CAREER HIGH 15 assists.\nThe 3rd quarter is not over yet.\n\nMarcus Smart  22 PT  8-11 FG  0-0 FT… https://t.co/AgD5PSoo8A
## 3293                                                                                                               @UWMoose @AcropolisJr I’ve been caught between both when a top HC goes to your hometown school and you have been un… https://t.co/DNg0wEo6lP
## 3294                                                                                                               @MaruiTheBunny yes i knew rui was in it! i was surprised bc komiya rio also got announced to be in a BL so that’s a… https://t.co/CM5ypHNHfD
## 3295                                                                                                                                        @bl_ag_inc @steveconaway1 @BreenAcres For the 2022 season we went through enough to fill ~210,000 gallons of tanks.
## 3296                                                                                                               @NinerBy @RickSilvio2 @rams_upX @BigLifeLie @49ersDepression @19problemz Follower lol. Is that why you post here, t… https://t.co/q2XY1lctso
## 3297                                                                                                                                                    Omg My favorite BL series.\nA Tale of Thousands stars and \nTo Sir With Love. 😍 https://t.co/sXxIuCq15z
## 3298                                                                                                                                                                                                         why is bl*ire white's channel still up and running
## 3299                                                                                                                          FREE Template Download #freetemplates #infographictemplates #powerpointtemplates #powerpointinfographics… https://t.co/e2JRypEjUD
## 3300                                                                                                                                                                                                @BL_Abba Hahahaha thanks, I'm just figuring it out as I go!
## 3301                                                                                                                                                                                                             @bl_diesel @shayla_cj I have so many questions
## 3302                                                                                                                                                                                  @Based_Jedi It's just beautiful, and obviously you know what you're doing
## 3303                                                                                                           KIMO Cordless Leaf Blower, 2-in-1 Handheld Vacuum/Sweeper, 150 MPH, Variable Speed, w/2 0 Ah Li-ion Battery &amp; Charg… https://t.co/z8axOxnDKZ
## 3304                                                                                                                                                                                                                he was in a bl too? https://t.co/EeKcBvo8zG
## 3305                                                                                                               Lightess Music Stand Light Rechargeable 14 LED Clip On Book Light Adjustable Piano Lamp Portable USB Desk Lamp, BL-… https://t.co/6bGuQkBlpm
## 3306                                                                                                                                            today i found out that the bulk of nagabe's work (girl from the other side) is mostly furry bl and i'm so happy
## 3307                                                                                                                                                        wait new game, sending my friends bl intros and asking them to guess which character is my favorite
## 3308                                                                                                                   @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning \nEntry 1: surrender \nEntry 2: indignation https://t.co/pyOmkMh78P
## 3309                                                                                                                                                       Check out Conquest ⚔️ BL/Yaoi ⚔️ Visual Novel by The Yaoi Army on @Kickstarter https://t.co/NoV3sxCFGB
## 3310                                                                                                                                                                      @ChetEdinger @steveconaway1 @BreenAcres How many gallons do you go through in a year?
## 3311                                                                                                                @BL_Abba Windows on 4 of the 5 wall sections. Shelves above the windows. Cabinets below. But you'll be able to see… https://t.co/FGo61wrjDT
## 3312                                                                                                              The last Captive prince commission for J! I forgot to post this one sooner, my bad 🥲\nI gave my all drawing Laurent'… https://t.co/Up3OHdJLsE
## 3313                                                                                                                                                                                                             Amigues recomienden mangas o manwhas bl pfis 😭
## 3314                                                                                                                       🏀 Free College Basketball Pick loaded from Bryan Leonard on (817) Sam Houston St at (818) Nevada! @wagertalk https://t.co/eHcgbA234q
## 3315                                                                                                      1. #Together &amp; #StillTogether of #BrightWin.\nThis was my first bl series I watched &amp; this is where I became an offi… https://t.co/m0uiIHpvqC
## 3316                                                                                                               BOSS Audio Systems BVCP9850W Wireless Apple CarPlay Android Auto Car Multimedia Player - 6 75 Inch Capacitive Touch… https://t.co/qU0ojTwR1b
## 3317                                                                                                                                                                                      Whats with these bl actors being so damn fine https://t.co/g4hsOrvDSK
## 3318                                                                                                               started watching #ToSirWithLove today and I must say it's been a while since a thai BL series intrigued me. very la… https://t.co/YGWU3WMCy5
## 3319                                                                                                                                                                   ok bl brain activated stigmata would make a rly good meliora &gt; melinia plot line LMAO
## 3320                                                                                                               Today mom made me explain f*rries. Last week it was the word c*nt 🙈 Prayers for next week when she asks about bl*mp… https://t.co/D1AtJMCXz2
## 3321                                                                                                                                                                                               agree #1 BL series ko for this year. https://t.co/1WAQnFeE4l
## 3322                                                                                                                                                                                                                                           @bunniefied Done
## 3323                                                                                                                                                                      BL, GL, YAOI, YURI, GIRL YAOI, BOY YURI. THESE ARE ALL DIFFERENT THINGS. GET IT RIGHT
## 3324                                                                                                       @businessline hey guys please upload ePaper on time &amp; not every alternate days! Today is 29 November &amp; your BL apps… https://t.co/f2gOzTnKtC
## 3325                                                                                                              Reminder:\nEven NEWTON wasted more time in his life studying ALCHEMY trying to somehow make magic gold than he spent… https://t.co/qZ3xCaP39h
## 3326                                                                                                                                                                              @Based_Jedi Will there be cabinets covering that beautiful stonework or view?
## 3327                                                                                                                      Check out this product G Slim Petite Satin Touch - Pink  \nby Blush Novelties starting at $14.95. \nShop now… https://t.co/3p1j62pKbt
## 3328                                                                                                                                 2022 truly was the year of Problematic and Deranged Starting-Relationship-Premises to Cute-Ass BL Ships... I was #blessed!
## 3329                                                                                                                                  Reviewing my past watched bl series that touched my heart and learned good lessons because of its beautiful storytelling.
## 3330                                                                                                               @BLLoversLink Yeah for sure. A lot of the issues they accuse BL of having can be found in many ways on western show… https://t.co/TwRH6ze6C1
## 3331                                                                                                               @Vminsslutt I get that, and its horrible. However pls understand that in a situation like this, it is not okay to s… https://t.co/4AULpfMNZ0
## 3332                                                                                                                                                                                                                                 @bunniefied @cometwtf Done
## 3333                                                                                                                            ending this thread w THESE TWO MOMENTS! bc bad buddy really said fuck these old fashioned bl tropes 👏🏽… https://t.co/R6iJfXfqb8
## 3334                                                                                                                                                                                                I'm in the mood for a smutty BL\n\nPlease give me some recs
## 3335                                                                                                                                                                                                                                   @bunniefied @alqsyy Done
## 3336                                                                                                                                                @evil_leigh @LiaWardTX1 @iheart_nyatl @Guardia62593962 @ZTwenty9 She’s a beautiful white bl🙃🙃 princess 🤣🤣🤣🤣
## 3337                                                                                                                                                                                                                                           @bunniefied Done
## 3338                                                                                                                                                                                                                  @inbetweenlove31 Awwww thankyou so much 😘
## 3339                                                                                                                @BLLoversLink Definetely! I think this relates to all the moral panic going around in countries like the US and UK… https://t.co/yyj2DrH0S1
## 3340                                                                                                                                                                                                                      @crankyuncle2 Words to live by! 👏👏👏👏👏
## 3341                                                                                                                                                               @humanoids_09 Do you intend to release this story as some kind of BL manga in the future? :3
## 3342                                                                                                                        "My life time goal is to become a BL game protag??" S-seriously I never said that! ......Though it wouldn't be too bad I guess #bot
## 3343                                                                                                               bro i’m so behind on bl’s and i didn’t even watch the new gmmtv2023 tailers but i heard we were getting cherry magi… https://t.co/x712n7hAdv
## 3344                                                                                                               Fk it im going to make Guinevere Gusion's makeshift older sister who is projecting her ahem, BL romance ideals to h… https://t.co/hGglqnP7U4
## 3345                                                                                                                                                                           @woz789 @ActivePatriotUK Yet another bl**dy barber! How many barbers do we need?
## 3346                                                                                                                                                                                                                       @fadhilahinani Whats BL, baby leave?
## 3347                                                                                                                                                                                                                                 @bunniefied @0xblessy Done
## 3348                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/3c8NTbtwtg
## 3349                                                                                                           #anisd #bltwt #Anitwt \n\nHello, this is a new acc of me. He/him 26. \n\nBasically will only talk about BL/yaoi stuffs,… https://t.co/0y8d97ay90
## 3350                                                                                                                                                                                                                               @bunniefied @ridotto_io Done
## 3351                                                                                                                   part of my lore is the fact that i yelled at my bf for 45 minutes the first night we met because he had a bl*ckhawks flag up in his dorm
## 3352                                                                                                                                                                                                                          @bunniefied @Pumpitupdigital Done
## 3353                                                                                                                                                                                                                           @bunniefied @OfficialBailie Done
## 3354                                                                                                                                                                                                                                           @bunniefied Done
## 3355                                                                                                                                                                                                                                           @bunniefied Done
## 3356                                                                                                                                                                                                                                  @bunniefied @lfgvazi Done
## 3357                                                                                                                @masodynamite but also apparently a couple of the entries had toku graduates in bl dramas which is both a low blow… https://t.co/xOnNe9jhud
## 3358                                                                                                                                       @Based_Jedi Weird picture indeed. I recommend a bottle of scotch and a blanket while you stare at it for a few hours
## 3359                                                                                                                                                                                                                  @aksnevv A MAN WHO DEFIES THE WORLD OF BL
## 3360                                                                                                               KOLIGHT Pack of 5 Yards Natural Dyed Ostrich Feathers Trim Fringe 4~5inch for DIY Dress Sewing Crafts Costumes Deco… https://t.co/BZDeYhVhel
## 3361                                                                                                                                                                                  THE BEST AND MOST POPULAR THAI BL COUPLES 2022\n\nhttps://t.co/veTJJIDfGd
## 3362                                                                                                               50PCS Game BL; Yaoi Animation Personalized Graffiti Waterproof Sticker Notebook Refrigerator Skateboard Water Cup W… https://t.co/TnU4ckXweg
## 3363                                                                                                               @yoongsmarq @worldofdrama01 It’s not that uncommon in the BL fandom too coz there’s always the element of imaginati… https://t.co/nLfZWIVnEG
## 3364                                                                                                                                                                                                      ...more bl💙e...pretty blue... https://t.co/zDqSp4k4wk
## 3365                                                                                                                                                                               @SamFisherisback @F_Desouche Brits like studying.\n\nhttps://t.co/8OVJVBXAQw
## 3366                                                                                                                                                                                                                               Is that a BL hat 🧢 👀 #WWERaw
## 3367                                                                                                               DOUBLE SHOOTING: IAO 2200 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering fro… https://t.co/6mqXS2zolS
## 3368                                                                                                             When I'm not reading SPYxFamily, I'm reading Love and the Apocalypse!\n \n#BL #books #games\n\nhttps://t.co/BXDO3aGCTb https://t.co/3PK89CewO5
## 3369                                                                                                                                                                     wanna sh so fucking bad but all my PROP BL@DEs are missing/too dull to cut. hate this.
## 3370                                                                                                               ZEGNEER 2 Pcs 9 Slot Magazine Holder,Desktop File Sorter Organizer Triangle Bookshelf Decor Home Office,Photography… https://t.co/prhFDYZzyf
## 3371                                                                                                                                                                                                                I have read so much BL this week its crazy.
## 3372                                                                                                                [2211.15337] I. Bierenbaum, https://t.co/c9W0kw8UUWümlein, A. De Freitas et al.: $O(α_s^2$) Polarized Heavy Flavor… https://t.co/ZmroierHJa
## 3373                                                                                                           @TiaTruths Oh yeah, that.  I saw that, and have been rethinking some of my follows. \n\nFrustrating stuff.\n\nDidn't kn… https://t.co/FjOMGyv8oa
## 3374                                                                                                                                                                           Uhoh mr cop man whats gonna happen to him 🫣 #oc #bl #mlm https://t.co/rJie1Mz4yK
## 3375                                                                                                               @AquaBach3 @nytimes God bless men. They're not good at everything, but most of the things that matter to a civiliza… https://t.co/Fe3UPdDovM
## 3376                                                                                                                                                                                                                           @A_BL_Simp I can't any promises🤭
## 3377                                                                                                                                                                                                                                    @pinkstbz whats this bl
## 3378                                                                                                               my friend who never like bl actors or series even said that you are the most adorable man she has ever seen. only b… https://t.co/yU251rAgf6
## 3379                                                                                                               AXEANTS Oversized Recliner Lever Extender Ergonomic Secure Fit for Recliner Handles Easy to Use Suitable for Most H… https://t.co/qSm4UKvHma
## 3380                                                                                                               @albanyvn No I just got other bl I've been eyeing AHAHA 🤡🤡 I managed to find it for a good price tho it was like ma… https://t.co/WfveteO9ho
## 3381                                                                                                               @DrMPaff The next sentence explains the benefits of a read aloud. I know rn is all about trouncing BL, but implicit… https://t.co/k4C6I9Tja8
## 3382                                                                                                                @DamonPThomas @EminaMcLean This is the same when we look at results from BL.( Early Literacy in Australia) When it… https://t.co/zSmcL2Zgxu
## 3383                                                                                                                                                                                                             begging BL to have normal, acceptable age gaps
## 3384                                                                                                               DOUBLE SHOOTING: IAO 1900 Bl. Of I Street, N.E: Mpd is on the scene of a shooting with one individual suffering fro… https://t.co/xAd3DlhiNS
## 3385                                                                                                                                                                                                                          I’m hitting the bl**t tonight chy
## 3386                                                                                                               BREAKING NEWS: DOUBLE SHOOTING: 2100 Bl. of I St. N.E. MPD on scene investigating a shooting with two individuals w… https://t.co/Lj7ptlDEVa
## 3387                                                                                                                                                                                                                                     Bl stuff that i keep:)
## 3388                                                                                                              @vronicatheqoat Are you referring to non-BL webtoons? Cause I only read mature BL webtoons 😆\nHeaven Official's Bles… https://t.co/aiuDW6MsLC
## 3389                                                                                                                                     all my fav bl i’m like 💕💖💗💓💖💘💞💞💕❤️🧡💛💚💙💜💓 over and then i look at hrkg (my 2nd fav series) and they make me want to PUKE
## 3390                                                                                                               Frscch Toddler Car Seat Neck Relief and Head Support, Pillow Support Head Band, Car Safety Seat Head Support Childr… https://t.co/CKZiX4wrH8
## 3391                                                                                                             @MaruiTheBunny i am not who you tagged but it’s the BL with kihara rui!! :0\n\n(also it kinda surprised me when i saw… https://t.co/oY6qua5VXI
## 3392                                                                                                                                                                                No bl fandom will ever come as close to the monstrosity Kinnporsche twt is…
## 3393                                                                                                                             someone know what anime is this?\nis a dog x bear yaoi anime...\n\n@sketchkun ur the bl master here yo https://t.co/PqVavV4qCH
## 3394                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/gaEZiCWoXT
## 3395                                                                                                                                                                                                         may have made my lip bl;eed. like all over my hand
## 3396                                                                                                                                                                                              @JnickMi how do you make the scenery?\nis it from blockbench?
## 3397                                                                                                                                                    DAYTON 1WBU7 Fan Guard,48In Bl,Galv Steel,54 1/4In https://t.co/Xa3GZI60la eBay https://t.co/iIIlZVCCVn
## 3398                                                                                                                                                                                                                                           @BUB_BL_ES cute!
## 3399                                                                                                                                                                        @vicbardesign @illustrata_ai @joynxyz @bl_artcult Love all the tiny chaotic details
## 3400                                                                                                                                                                                                       @xbyeol_ Korean bl dropping contents left and right😭
## 3401                                                                                                               People think I'm weird when I say I like bl but man at least I'm more tame then some of y'all. I've seen so many pe… https://t.co/3yasvoJt1a
## 3402                                                                                                            absent from home.\n\nAs if the waves had been fullers, this craft was bl\n_namshi_promocode_promo_sivvi_noon_code_disc… https://t.co/VYhryW1oR9
## 3403                                                                                                                                                                                                 @Noeul_lee6 @Vic_Alife @Bossckm_ @fort_fts @peatwasu Jsksk
## 3404                                                                                                                                                                                       @injaydreams hating bl@cks never hurt anyone https://t.co/gyI2VNBzER
## 3405                                                                                                                  Daily Reminder (nov 29) \n\nVote\n•APP\n•WEB \n\n⭐ACOTY\n🔗https://t.co/qIUvOfN5XD…\n⭐Thai Actor of the Year\n🔗… https://t.co/rCZORanRnb
## 3406                                                                                                               ZELARMAN Garden Weeding Sickle/Hand Hoe, Gardening Cutting Grass Sickle, Japanese Sickle Style Hand Weeder Tool wit… https://t.co/jd2Ze4CNWq
## 3407                                                                                                               ⚠️ REMINDER!⚠️\n\n PLEASE VOTE! BIBLEBUILD NEED IT!\n HERE : \n🔗 https://t.co/oqEm5F3NBa\n🔗https://t.co/Cdy9FIj9QV\n🔗… https://t.co/3gN4pjNZ4q
## 3408                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/MoukGXuEHZ
## 3409                                                                                                                                                 @rinkouashelia Lia your secret plan to turn your entire chat into BL is working. Need more Ash in my life.
## 3410                                                                                                                                                                            Justin Jefferson 2020 Panini Bl #sportscardsforsale #ad https://t.co/dWoZ0pfVqI
## 3411                                                                                                                    This manhwa is awesome! I can't get enough of it!\n \n#MitchMcConnell #mangaedit #BL\n\nhttps://t.co/G9FLwQU7WK https://t.co/uLbyM1UkVN
## 3412                                                                                                               Butane Lighter Long Butane Torch Lighter Refillable Adjustable Jet Flame Lighter Windproof Lighter with Visual Fuel… https://t.co/QqOOeKZS6H
## 3413                                                                                                                                                                                          @xbyeol_ @A_BL_Simp I thought the poor actors were unemployed lol
## 3414                                                                                                                          Music Video is out for 609 Bedtime Story! The BL with the same name premieres Dec 1st on WeTV 🤩\n\nLink:… https://t.co/TaCll6ogGa
## 3415                                                                                                                                                    @A_BL_Simp @paradisenhypen pretty much 😭😭 we were losing hope it was looking soo bleak but we made it!!
## 3416                                                                                                               ANOTHER ARMED CARJACKING: 1200 Bl. of Nalley Rd. Pepper Mill Village, MD. PGPD on scene investigating an armed carj… https://t.co/40LSsoZo1G
## 3417                                                                                                                                            Prothane 6-1704-BL Black Front Upper Spring Isolator BEX69LT\n\nhttps://t.co/OoeWKeRFuM https://t.co/r7TLa1VUr7
## 3418                                                                                                                                                                               @paradisenhypen @xbyeol_ Literally like I thought we were never getting it😭😭
## 3419                                                                                                                                                                                                                     @_Godspell is that a bl comic or what?
## 3420                                                                                                                storageLAB Underbed Storage Containers, Storage Bin for Clothes, Blankets, Shoes and Pillows, 2-Pack - 34 x 17 x 6… https://t.co/9Kork4IE4O
## 3421                                                                                                               Now playing on https://t.co/W9cCONFKyI: "Mother's Children Have a Hard Time" by The Blind Boys of Alabama from 'God… https://t.co/fNjxphZNLc
## 3422                                                                                                                                                                             @DANILALONDERS LMFAO omg no that's Yuki from Gravitation, it was my first BL 😭
## 3423                                                                                                                                                              Just a freaking monochrome candy cane (little hint of her color scheme) hugging a funny bunny
## 3424                                                                                                                                                                                                                     BL is an abbreviation for "banana len"
## 3425                                                                                                               Sorry but I’m staring to really see especially in Thai BL’s their complacency when it comes to their production..af… https://t.co/SI9DZmapJx
## 3426                                                                                                                                                                                @Business_Line_ hi why is the 28 nov issue still unavailable on the bl app?
## 3427                                                                                                                                                @StroeJummer I hope Livingston has recovered from the flooding! Driving through tomorrow, will check it out
## 3428                                                                                                                                                                                                                                       @bl_artcult Too true
## 3429                                                                                                               @hermit_wanderer It was a great series. Tul and Max were one my first Thai BL couples I watched. They do have great… https://t.co/qBqqmydXgn
## 3430                                                                                                               JUMP IN/STOLEN AUTO: Citgo Gas 6100 Bl. of Old Central Ave. Capitol Hts, MD. PGPD on scene investigating an inciden… https://t.co/ehefdwR28V
## 3431                                                                                                                         LOUDERRR just because they got ONE well known jp bl adaptation doesn't mean they can go around like this:/ https://t.co/poXI7RRblJ
## 3432                                                                                                                                                                               @aksnevv I really like to my star (kdrama bl) especially the second season!!
## 3433                                                                                                                                           What Is Barrister Ifeanyi Ejiofor Up To? Seer Bl@st$ Ejiofor. Calls For ... https://t.co/NtHA7Ks3sT via @YouTube
## 3434                                                                                                                                                                                  @aksnevv Have you watched semantic error yet? It's a super cute bl kdrama
## 3435                                                                                                                                                                                                                   Acerte o ship BL pelos emojis — a thread
## 3436                                                                                                                                                                            @JJAB91x just cuz there's more bl than asian ?  makes total sense actually (/s)
## 3437                                                                                                                                                                        er after which I was called—and pulled a spray of the bl    https://t.co/zZwsxIKFIm
## 3438                                                                                                                                               @sideDEEffectss Yeah omg what is going on bl is rising from the ded back on the tl where did she come from 👀
## 3439                                                                                                               I’m happy that we’ve gotten to a point where we’re assured of new BLs if we participate in this game. This is why s… https://t.co/aSYG05PhSz
## 3440                                                                                                               If you’re new you may not get how this helps to support the series and actors and how that means more BLs dramas in… https://t.co/ttbUKyLueX
## 3441                                                                                                               I don’t participate in trending # since I already did my time and had my fun with it when I was an ami (2018-2020 w… https://t.co/zzi26P76gc
## 3442                                                                                                                                                                                             @milkiIino omg suddenly bl is resurfacing from the ded ty ty 🥹
## 3443                                                                                                                                                             Making me realise how many amazing Korean BL shows there are out there https://t.co/nyAP0b1wyX
## 3444                                                                                                                                                                       very cool and inviting6. There were soft, bluey-green bl     https://t.co/RTNBARETjO
## 3445                                                                                                                Your Lady Huskies improve to 2-1 on the season with a hard fought win over Buckeye Local 69-56. Maddy Butler again… https://t.co/kFTgphzCLS
## 3446                                                                                                               nobody is allowed to say bl by fujoshi is "fetishizing" because the bl that I, a whole gay man, draw is some of the… https://t.co/hS7FGkTNAA
## 3447                                                                                                                                                                                       @pneumaninesix @aguilar_ve @NabaeiNaghmeh @shahparism Thank you!! 🙏💀
## 3448                                                                                                                                                   does anyone have any bl dramas to recommend 😳😳 i don’t care what language— just one that you really like
## 3449                                                                                                                                                                           Pls don’t have incest or underage themes, pls pls pls 😭😭 https://t.co/CqpCUlfwzG
## 3450                                                                                                               ARMED CARJACKING: 3400 Bl. of 54th Ave. Bladensburg, MD. PGPD on scene investigating an armed carjacking with an in… https://t.co/HoQwa68feH
## 3451                                                                                                               you can use this bl•ck chain tool to bl•ck the user and everyone who follows them easily (if ever the user has a lo… https://t.co/CTmHzWS5ZA
## 3452                                                                                                                                                                                                                        All I hope is everything get better
## 3453                                                                                                               Amazing how many of the designers involved in #BalenciagaGate and #FashionGate are Eastern European. They were chil… https://t.co/7YbpQlWUO1
## 3454                                                                                                               @dainty_k1tty do not use hydrogen peroxide. use ONLY water. the water should be lukewarm, too hot/too cold=more bl€… https://t.co/biT1QDWg1I
## 3455                                                                                                                                                                                                         @410Athletics I can get you BL,  do you an email ?
## 3456                                                                                                                 BL Eyelash Extension Cream Remover Plus 10g, safest lash removal for sensitive eyes and natural eyelashes YLAQAUQ… https://t.co/3uQ2UWQ8jw
## 3457                                                                                                                                                         The Most Favorite Thai BL Couple 2022 &amp;#8211; Vote Now - https://t.co/stoMp4ohYT @TheTopFamous
## 3458                                                                                                               @PassStage6 @grunklestein I do like that it is easier to follow my manhuas and bl mangas on Insta. Not like Twitter… https://t.co/8mv8XVfd8J
## 3459                                                                                                                                                                                                             We will be watching !! https://t.co/iHx4MG9YUu
## 3460                                                                                                              So far, GMMTV, Gun, and Tor are all failing to convince me that Midnight Museum isn't actually an undercover BL😅\nCh… https://t.co/K5MXzbmiKA
## 3461                                                                                                                                                                                                Me after watching BL\n#Bl #BoysLove https://t.co/R8fed4RjNj
## 3462                                                                                                                 [Bloomberg] What could be more innocent than a blank sheet of paper?\n\nChina’s Covid protesters are holding up bl https://t.co/LgnmiGcFb2
## 3463                                                                                                                                       Dia 5\nBL que me hizo llorar\n10 Years That I Loved You the Most 🤧\n📌https://t.co/rorIf8iNGM https://t.co/JBP79N6LpM
## 3464                                                                                                                                                                                                you’ll always find her in a bl edit https://t.co/3xfkckEENf
## 3465                                                                                                                                                                                                       Omg I didn’t tweet this guys https://t.co/KLbpul11nT
## 3466                                                                                                            🔔 | Daily Polls For Apo🐱\n\n➏ ACOTY2022 :https://t.co/yIESzLSkaO\n➐ Thai Actor Of The Year :https://t.co/z3nl5gPnUW\n➑… https://t.co/0mwO1XFdEn
## 3467                                                                                                               Such an honor to see #BorderLess among @WIRoBooks’s favorites for 2022! Here’s an excerpt from @AliceKSStephens’s r… https://t.co/Ygj83zXpnC
## 3468                                                                                                                                                                                                                He’s just like me😔😫 https://t.co/0WCkhaApcg
## 3469                                                                                                                              The day I learn how to draw properly the first thing I will draw is my character hugging Nobe, and no one is going to stop me
## 3470                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/uGnPODVYum
## 3471                                                                                                                Ishhh best btullah cite ni..😭🥰 Saito soma really the king voice of bl story!!! Will listen the voice released with… https://t.co/uOfjxUB3w6
## 3472                                                                                                               Irregular Shape Glass Mosaics Pieces Stained Glass, Assorted Colors and Square Triangle Rectangle Shapes, 120 Piece… https://t.co/mq85CP4ecE
## 3473                                                                                                               @Mistas3rdbullet That's cool, my wife plays BL visual novels like that.\nSome, like Dramatical Murder, get animated… https://t.co/1JWHwaLKwB
## 3474                                                                                                                      Mens Western Leather Cowboy Boots Duke Heritage Round Toe by Silver Canyon Bl... https://t.co/MdNOXtczFZ eBay https://t.co/YRZf6peBFl
## 3475                                                                                                               @vancedalism no bc I mentioned yaoi once and suddenly I'm blocked on tumblr (it's that time that I didn't know peop… https://t.co/Uu778S63V6
## 3476                                                                                                                                  ✨ New images released of the first recording of Khun Yai and Jom from the series  #หอมกลิ่นความรัก… https://t.co/XQJcQUCCWP
## 3477                                                                                                               Others I’m like ‘let’s give it time’ since they need to get used to the genre tropes, drama and general culture. Th… https://t.co/s9Wkho4JOD
## 3478                                                                                                             2022 is a good demarcation year for fans of bl dramas. \n\nFans who joined the ‘fandom’ this year have some interesti… https://t.co/Q8V05zqtrQ
## 3479                                                                                                                                                                                                                       @_Mxllaine Future psychiatrist check
## 3480                                                                                                                HELP IVE BEEN INFECTED BY YAOI DISEASE WHENEVER I DRAW IT LOOKS LIKE SMTH FROM A BL WRITTEN BY A MIDDLE AGED WOMEN… https://t.co/0Isn7qJAz3
## 3481                                                                                                                        Mari's reaction to #TheEclipseSeriesEP1 \n\n#TheEclipse #FirstKhao #NeoLouis #reaction #youtube #react #bl… https://t.co/a75TVG7Y0H
## 3482                                                                                                               @AamAnusorn When I travel to Thailand I will give you a hug @AamAnusorn absolute perfectionism. @aamxfamily  As the… https://t.co/WqnLye5RiY
## 3483                                                                                                                @bl_artcult @HODLFrance @DionMedici @IrrecusableNFT Snoop Dogg has started to use it … looks like stable diffusion… https://t.co/n4rvcaWVx5
## 3484                                                                                                                                                                        @DeborahLynnDiaz @curioslight Here is a book n the subject! https://t.co/qcUfWZ4OPk
## 3485                                                                                                                                                                                Cotton Waffle Crew Socks\n#fashion\nAffiliate Link\nhttps://t.co/BjVz6CnmCo
## 3486                                                                                                                                                   Combatting the Challenges of Whole Group Lessons with Blended Learning #eduKATE\nhttps://t.co/sxKcXBfDgX
## 3487                                                                                                                                                                                                   @dylan3253 @pluless Which channel is the real question….
## 3488                                                                                                           ANNOUNCEMENT!\n\nThe BL series #CafeinLove will premiere in February 2023.\n\nStared by Na Napian and Third Nithikan, i… https://t.co/O3SwC2jknP
## 3489                                                                                                               Hello, friends. I've been MIA for almost a week but it's time to return and talk about ALL THE THINGS THAT HAPPENED… https://t.co/1OkUY3Tg7t
## 3490                                                                                                               this is like that one ex-friend that cut me off when i was still closeted and called me a “filthy woman” for asking… https://t.co/UQyWcHUg2Q
## 3491                                                                                                           [Geforce RTX 3060] 2022 HP Pavilion Gaming Desktop PC, 32GB RAM, 1TB SSD+2TB HDD, Intel i5-10400F, Wired Mouse &amp; Ke… https://t.co/Bt3IzOrqds
## 3492                                                                                                                                                                                                          Who just owns all this BL https://t.co/FqFPWMLjRH
## 3493                                                                                                                   401 blackout bug This #PSD file will demo the Black Out bug in #Photoshop. This bug will cause bl https://t.co/gPKdyJMjfD #ExportThatKit
## 3494                                                                                                                                                                                                      !f !t has t0 c0me t0 such ! W!LL d!e f0r my s!bl!ngs.
## 3495                                                                                                                                                                          @bl_artcult @aguilar_ve @NabaeiNaghmeh @shahparism Congratulations on the spread!
## 3496                                                                                                                                       @illustrata_ai @joynxyz @amli_art @bl_artcult "Run faster, we will be late for the concert!" https://t.co/RETl7qSCb9
## 3497                                                                                                                UPDATE | "Find true love to break the curse entangled in each other." A romantic reincarnation comedy that stars -… https://t.co/Vn3HPgcf6G
## 3498                                                                                                                                                                 From 28/nov/2022 live broadcaste \n\n#xiangyangliyu #gaycouple #bl https://t.co/lLzCw811Xt
## 3499                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult My piece "Anger" represents women reacting and protesting against inj… https://t.co/Js9y9GX0oY
## 3500                                                                                                                    WL RIGHT WAY @partal_io @Lamb12pa @ching791994 @JOHNNYFVR1717 @BL_OODY @EsbergerLee @gatagalewolf @gaotianmei1… https://t.co/UHgKfvYWPK
## 3501                                                                                                                                                                                 BL platts definitely get you where you need to go. https://t.co/ViDY91qjyq
## 3502                                                                                                                What gives them the right to make fun of others and make them feel miserable? If bl*nks want to see something ugly… https://t.co/Zq3Bro03d9
## 3503                                                                                                                butters update!!! he’s doing wonderful! i’ve made enough sales to get his next month of medicine for his long term… https://t.co/ELEjAKZhoh
## 3504                                                                                                                                                                                              @AustinTammen @shayla_cj I don’t think I’ll ever be the same.
## 3505                                                                                         Hahaha stop looking 👀🏓😅\n\n#김지웅 #윤서빈 #풍덕빌라304호의사정 \n#RoommatesofPoongduck304 #kimjiwoong #yoonseobin #BL\n#돌맨스 #BL드라마… https://t.co/Rufnf27AmD
## 3506                                                                                                             their way. The whales had irregularly settled bodily\ndown into the bl\n_namshi_promocode_promo_sivvi_noon_code_disco… https://t.co/O8XO6PkA6A
## 3507                                                                                                                                                                     @rotwiq bl*nks scare me... u gotta LOVE humiliation to post this then come for piwon😭😭
## 3508                                                                                                                    "Revenge of the Heiress in Distress" is an absolutely perfect comic! It's living rent free in my head!\n \n#bl… https://t.co/KIqPkZbcMu
## 3509                                                                                                               Monarch Rain Chains Aluminum Gutter Adaptor Black Powder Coated 12028 Brass Bolt for Rain Chain Installation Alumi,… https://t.co/qJ4V3kqnxN
## 3510                                                                                                                                                                                 Alert: MOTOR VEHICLE COLLISION @ GRAND AV/GANDY BL N Tac: G Sent: R33 36FD
## 3511                                                                                                                                                                               Final for varsity girls basketball 🏀 from Harrison Central. \n\nHC 69\nBL 56
## 3512                                                                                                               @illustrata_ai @joynxyz @amli_art @bl_artcult A human rollercoaster, spring loaded, high into the   low lonely Lost… https://t.co/5sfCCaQQLE
## 3513                                                                                                           🔔 | Daily Polls For Apo🐱\n\n➊ACOTY2022 :https://t.co/942YjsMNsg\n➋Thai Actor Of The Year :https://t.co/EpmQDS1PkD\n➌Top… https://t.co/EqU1c3eXO5
## 3514                                                                                                               toh bellowing “that’s my wife!!!” about the big boyfriend physically wrapped around his body is maybe one of the gr… https://t.co/xSgZeJeWNg
## 3515                                                                                                             @Sefn1998 No, but @SoccerSpartans does a great job posting their awards.\n\nI want to get our first ALL-410 Soccer Te… https://t.co/thSbqlovoP
## 3516                                                                                                                                                             not only exo but cn bl casts, she's my girl fr https://t.co/IxLznTMjW5 https://t.co/UUOyHzmPBK
## 3517                                                                                                               "Losing Weight for My Highness" is an absolutely perfect comic! It's living rent free in my head!\n \n#the #mystery… https://t.co/PGld9MUdqo
## 3518                                                                                                                                                 BL world new national anthem 😂\nStasy's brother BL song\n\nhttps://t.co/83tHZKau5J https://t.co/wqJKAzapYy
## 3519                                                                                                                                                          A shelf dedicated to my collection of BL and mlm manga,manhwa and novels. https://t.co/ENiWCQKBDQ
## 3520                                                                                                                               Just favorited "Planet Perfecto 625 ft. Paul Oakenfold - Perfecto Bl…" by Paul Oakenfold on Mixcloud https://t.co/S0OhD851ye
## 3521                                                                                                                        To my dearest @bl_4_eva Happy birthday babe. Wishing you all the best in life, stay awesome and fabs 🤍🌞🌻😘😘😘 https://t.co/vqxIB0hSrt
## 3522                                                                                                              @sammysammauy #sammysammauy her reaction 🤣🤣 harder so natural this couple needs more onscreen tooo\n@B_Suphadach Pru… https://t.co/GwvlFJYfFd
## 3523                                                                                                               i can’t believe i gotta say this but as a gay man i literally do not care about fujoshis like i cannot bring myself… https://t.co/mlw1bu1ZtU
## 3524                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/8eCVoGFK2V
## 3525                                                                                                               Voting on the app is so easy, while I wait to vote again, I just click the bottom link to vote in web and voted aga… https://t.co/dlDZPFwAyw
## 3526                                                                                                               I’m sure the next country I may love their BLs is Japan. Once they stop playing it safe and adapt more longer serie… https://t.co/6JFQEf30Nf
## 3527                                                                                                               After I’m done watching a Thai bl I rarely feel like I need more since a series uses the time they have to either m… https://t.co/JmBiNPJvnb
## 3528                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult Brace yourself is inspired on the FIFA World Cup games.\nThe games jus… https://t.co/K5RphtzIS9
## 3529                                                                                                               I’m never going to understand people talking about quality over quantity when it comes to bl dramas. It’s only this… https://t.co/8cRQzKcufm
## 3530                                                                                                               I hope this is not just wishful thinking by the West. Then again, I worked for BL so I kinda tilt towards believing… https://t.co/2giW82ag7T
## 3531                                                                                                                  They finally kissed!!!😭😭 #Boss #Mafia #Confession #byyourside #bl #blmanhwa #blrecommendations #yaoi #yaoimanhwa… https://t.co/9cU4zvfKKM
## 3532                                                                                                               @Beauti_F00L @Morph_VGart @alulasit @delta_sauce @WorldNfts @RedruMxNFT @poetlesstrodden @C4RDlNAL @Ekadasha11 Than… https://t.co/u0pTyt8YBH
## 3533                                                                                                                                                                                                      @PapayaPanic Is it BL??? May I know who's the leads??
## 3534                                                                                                                                                                                                            @aelumicanon Yaoi/BL industry: Am I joke to you
## 3535                                                                                                                                                                                                                                           BL Ranking \n th
## 3536                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/3da2IBUMUt
## 3537                                                                                                                                                                                                                                reading bl (Black Lesbians)
## 3538                                                                                                                                                                                                                   @rozaygott1 I’m hostile cuz I’m bl.. nvm
## 3539                                                                                                                                                                                      now WTF is killing stalking on a bl manhwa recommendations website…….
## 3540                                                                                                               2001 works but I worried and one warrior tribe wise presidential stats general agent Mrs roots bl line first Lady g… https://t.co/qA8xCqwbPN
## 3541                                                                                                                i need to turn off bl*ckboard notifications because whenever they upload stuff for a new class i get told and it’s… https://t.co/PjvDzgQYby
## 3542                                                                                                                                                                                                                           Leading to unexpected happiness.
## 3543                                                                                                             @illustrata_ai @joynxyz @amli_art @bl_artcult Bouquet catcher\n\nIt was a childhood dream, to one day get married, we… https://t.co/aD3gqLyAjK
## 3544                                                                                                                                                                                                                               Leading to an unusual world.
## 3545                                                                                                               https://t.co/uOqL0U4eOw #jo More Democrats at work which is really just the biggest bunch of political hypocrites k… https://t.co/qWyizBaCQq
## 3546                                                                                                               🏀 The ACC/Big Ten Challenge kicks off tonight and in one matchup #Northwestern will welcome #Pitt to Evanston for a… https://t.co/cNJaLfWbJE
## 3547                                                                                                                3 and men bath soap kiwi skin and all  presidential stats Mrs roots bl line first Lady general agent Kong fu mixed… https://t.co/RThdMJD5vZ
## 3548                                                                                                                                                                                                                   FAIRY TALE BL!!! https://t.co/DIG74nAB0K
## 3549                                                                                                                           I've been completely addicted to ONEPIECE and Facing Off Against the Scumbag Top\n \n#JianYi #Blender3d… https://t.co/t3gjtbaIy4
## 3550                                                                                                                                                                                                    @NateJoseph19 @IILearning Sounds like a metaphor for BL
## 3551                                                                                                                                                                                                                @nakamhto srry, I've never heard of that bl
## 3552                                                                                                                                                                                                                               Trying new different things.
## 3553                                                                                                                                                                   wow love is so real\n\nsource: british library harley ms 4425\n\nhttps://t.co/nX3NGfos7L
## 3554                                                                                                                                                                                                                                 You released my other self
## 3555                                                                                                                                                                                                   I love when ppl are rude because omg, no way, my turn 🤣🤭
## 3556                                                                                                                    When I'm not reading SPYxFamily, I'm reading Kiss the Abyss!\n \n#Comics #comics #comic #blcomics #BLcomic #BL… https://t.co/VXzXLyGjPo
## 3557                                                                                                                 @Morph_VGart @alulasit @delta_sauce @bl_artcult @WorldNfts Collected this piece from @RedruMxNFT !! Thank you ser! https://t.co/zSEdmWPU1X
## 3558                                                                                                                @PanthersCulture if BL was bad Tom would have ousted him already. Tampa's problems all stem from Brady bein nearly… https://t.co/kMogeOtqnU
## 3559                                                                                                                                                                         @midknightmoodz @bl__bts_ Lets tag one by one a shampoo brand.\n\n@HeadandShoulder
## 3560                                                                                                               @MAGICALGAYMERS so it'll mostly be n*ws channels and BS mommy time story channels and canadian music; which if they… https://t.co/VTwqe9vpmE
## 3561                                                                                                                                                                                 @Puik_B my ass so deep into bl that i was about to ask what drama this is.
## 3562                                                                                                                      I can't wait to see what happens next! Click the link below and join my struggle!\n \n#MERCH #bl #historieta… https://t.co/afuYUKwhma
## 3563                                                                                                                                                                                                                                     But why did I like it?
## 3564                                                                                                               @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @deeperflows @yeg1zart Congrats to you both!… https://t.co/sWRLgOaeNg
## 3565                                                                                                                                                               Got “bl and yaoi enthusiast” and “no hate!! haters will be blocked” and “put age in bio” too
## 3566                                                                                                                 i may have started watching another bl- im scared what if i cry again, i just finished one earlier and i cried i dont wanna cry again fts.
## 3567                                                                                                            WEE'll havE err'bl👀dY sAYinG, "chEEze"📸🧐\nhttps://t.co/qqiDIbjX25\n\nIve gAt🔫 WON🏆 W*ER*D fur yUH, "COLON'HEIR-E caNs(… https://t.co/gXwK6hGtcF
## 3568                                                                                                                                                                                                                             You gave no signs of a warning
## 3569                                                                                                                                  This manhwa is awesome! I can't get enough of it!\n \n#loutofcountsfamily #OC #GlobalExamination… https://t.co/dqWGd97L9G
## 3570                                                                                                                                                                                                                                      You confused my life.
## 3571                                                                                                                                                                                                strangers from hell, mi bl favorito https://t.co/BG7nuGmy0d
## 3572                                                                                                                                                                                                                                    @A_BL_Simp SCREAMING 😭😭
## 3573                                                                                                               @S_Oberle @IILearning I think the issue for some is that repeated reading is often used in BL to help avoid phonics… https://t.co/7mu2uPIEhJ
## 3574                                                                                                                                                                                                                              @A_BL_Simp hopefully its good
## 3575                                                                                                                                                                                     ·͜· ☀︎𝐺𝑜𝑜𝑑 𝑚𝑜𝑟𝑛𝑖𝑛𝑔︎ \n\n#コフレ #河本バラ園 #バラ https://t.co/fWYqZKI7Ke
## 3576                                                                                                                                             It Has Been 4 Weeks And No One Has Seen Choroko. We Think She Is Buried Under BL Manga In Her Room Please Help
## 3577                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/mz02emUsW2
## 3578                                                                                                                                                                                                                                        You came unexpected
## 3579                                                                                                                                                                                         Oh she’s taking it https://t.co/iHx4MG9YUu https://t.co/snG7YC2iVa
## 3580                                                                                                                 @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @isayev_art @pemi_em @yeg1zart Thank you for the space… https://t.co/0TrnTAuqO1
## 3581                                                                                                               Seeing Thai bl history being rewritten in real time is so funny to me. This is how I know I’ve been watching them f… https://t.co/y7J5aBmcpu
## 3582                                                                                                                                                                                                                              @xbyeol_ I’m so exited Omg😫😫🫶
## 3583                                                                                                                                                                                                 se viene el bloty (bl of the year) https://t.co/N9rUhnxarP
## 3584                                                                                                                                                                                                                                 @Hendrixx_bl_ack She's a G
## 3585                                                                                                                                                                                         @Morph_VGart @delta_sauce @bl_artcult @WorldNfts Big thanks ser !🙏
## 3586                                                                                                                                                                                                                                           @rvinpeaxe No fr
## 3587                                                                                                                                                  @isayev_art @Morph_VGart @alulasit @bl_artcult @WorldNfts @pemi_em @deeperflows @yeg1zart Welcome friend!
## 3588                                                                                                                                            @delta_sauce @Morph_VGart @alulasit @bl_artcult @WorldNfts @pemi_em @deeperflows @yeg1zart woah!!! Thank you ⚡️
## 3589                                                                                                                                           @ozymandiest for us to check out , like Dr. stone. Of course Studio Ghibli. My mangas are almost all BL though.😂
## 3590                                                                                                                                                                                                                                    ! l0ve my s!bl!ngs !!!!
## 3591                                                                                                                                                              Once again, bringing this to the tl cuz I can https://t.co/gatFq6XMo3 https://t.co/S9Ufl9WPFQ
## 3592                                                                                                               @Morph_VGart @alulasit @bl_artcult @WorldNfts Collected this piece by @isayev_art today! Really happy to have it in… https://t.co/oLwnO2Pzkp
## 3593                                                                                                               @ichigoaiscream lmao yes I rmmbr those days when qrt is even considered "rude". True that both group hv come so far… https://t.co/pKVTGRU386
## 3594                                                                                                                                                                                                      me when i see bl*nks on my tl https://t.co/kneuZjPodt
## 3595                                                                                                                                                           I’m planning to just make this account a RT acc for BL?? sayang naman kasi pag i-deactivate ko ☹️
## 3596                                                                                                                                                                                                   Lady carded me and look like “no way he’s 21” 😂😂 I guess
## 3597                                                                                                                                                                                                                              @A_BL_Simp WE WAITED SO LONG!
## 3598                                                                                                                               i let my 3 year old nephew use my spotify ONCE and now bl*ppi is one of my top artists,,, Despicable https://t.co/3JTxTZimsC
## 3599                                                                                                               insulting jaechan for acting in a bl, leaving homophobic remarks then proceed to beg other fandoms to collab them a… https://t.co/DItb5xJCEv
## 3600                                                                                                                                                                                            Omg we won!!!!! https://t.co/mwXKff3Gtu https://t.co/R9sEtfSA2k
## 3601                                                                                                                                                                                              Alert: FIRE ALARM @ 2981 GULF TO BAY BL Tac: B Sent: E48 49FD
## 3602                                                                                                               @NeedlessToSay Oh, I was joking. I didn't care except I couldn't annoy her anymore. Mary is a MAGA who is out for F… https://t.co/8UgOFhHqWY
## 3603                                                                                                               na they accused us consuming sh0t4c0n contents na wala namang proof...but joowon stans are wise- we twisted the sit… https://t.co/n7fTTPlFp3
## 3604                                                                                                                @PanthersCulture I think we would know if BL was the problem. Tom has his way with controlling the coaching staff.… https://t.co/1A8eLCAC2X
## 3605                                                                                                               Upcoming BL drama #TheDirectorWhoBuysMeDinner starring #ParkYoungWoon and #ParkJungWoo releases main poster and con… https://t.co/MJdqIxtrUo
## 3606                                                                                                               @MacticsG1 Lots of people saying worthy was worse.  Worthy had a better loot (both the warmind stuff and the felwin… https://t.co/xfmpHxPZ0M
## 3607                                                                                                                                 never save your partners contact as just their nameee 💀😂\n#TearsByDayLoveByNight #PocketComics #bl https://t.co/4izFpyASVQ
## 3608                                                                                                               @MarkMazzocchi He once said messi was the real goat . Seems he’s doing it because he thinks he’s his friend now. Me… https://t.co/iL2yidt17N
## 3609                                                                                                                                         @SenateGOP translation:\ntime for another tax cut for the rich &amp; big business\noh and Trickle Down............
## 3610                                                                                                                                                TL if i were writing a BL story combined with mental health challenges, with oc's who would want to read it
## 3611                                                                                                             Byron Leftwich is in a no-win situation.\n\nWhen Tom Brady was producing, BL got some hype, but it was mostly because… https://t.co/nOnHUPXoRl
## 3612                                                                                                           Monday Night Showcase time!\n\nTonight, share a piece you collected and shoutout that artist.\n\nTag 3 friends/collecto… https://t.co/Rscamqmd2y
## 3613                                                                                                                                                                                Cleared: Incident on #QM40Bus from Woodhaven Bl/Booth St to 63 Rd/Queens Bl
## 3614                                                                                                                                                                                Cleared: Incident on #QM40Bus from Woodhaven Bl/Booth St to 63 Rd/Queens Bl
## 3615                                                                                                       &gt;RT new game night entertainment w the [redacted] cousins &amp; friends from ngy\n\n1️⃣as umpire\n\n🐻defaults bec while he… https://t.co/dJKC423qly
## 3616                                                                                                                                                                                                               Been awhile but still up to RP #BL #yaoibl 🔞
## 3617                                                                                                                                                                                           Sleeping is for weaklings reading bl and wanting to be a guy too
## 3618                                                                                                                        @taokaenoi_club The most loveable pair, I know they paired in a BL but it felt more of a wholesome bromance. 💚❤️ #ohmnanon #badbuddy
## 3619                                                                                                               Two Way Junior Golf Putter Stainless Steel Kids Putter Both Left and Right Handed Easily Use for Kids Ages 3-5(Silv… https://t.co/b2FX1G9MDx
## 3620                                                                                                               @Skarrow9 I would say it *feels* worse because time-relatively, Destiny feels like it's gone very downhill very qui… https://t.co/LZirqX7ZfI
## 3621                                                                                                                                                        What to read some Webcomic? 🥳🟢WEBTOON link in the bio\n\n#bl #WebtoonCanvas https://t.co/KM5wkKrqdv
## 3622                                                                                                                         WL examine @hoffhoffax @nft_redd @Hulk_BL @CryptoNiel_ @saviourNFts @Sg_smaug @GiftPopPlus @ahmetaharslan… https://t.co/DM4pPwDjNp
## 3623                                                                                                               @marrserranoo @mewsuppasit He doesn't go through anything, he hasn't done more than 90% of the actors bl. Everybody… https://t.co/HqjRreHLC4
## 3624                                                                                                              felt cute in my zombie BL shirt. \ncheck out *Boys of the Dead* by Tomita Douji from @kumapub 👀 (gotta plug my undea… https://t.co/zOLr7q0ZZC
## 3625                                                                                                                        I can't wait to see what happens next! Click the link below and join my struggle!\n \n#inukag #passion #BL… https://t.co/Xl4MGF5EVe
## 3626                                                                                                                                                                                                            wait this was the wrong tweet I ment the bl one
## 3627                                                                                                               Each one of you,in your times of prayer during liturgical season which we have begun, who should..be seeing how our… https://t.co/Mc0UOBiYBB
## 3628                                                                                                               @Skarrow9 @MacticsG1 I want to have the multiple raids we had come back where we had more content in the game to do… https://t.co/P96oIhLv6N
## 3629                                                                                                                         REMINDER TO VOTE!\n1\nhttps://t.co/9SwuOy4liU \n2\nhttps://t.co/u1OEEtOcXL\n3\nhttps://t.co/HLJ3HpI2tc\n4… https://t.co/Ia1KRzQcRF
## 3630                                                                                                                                                                                                       IS TAKARA BL@CKLISTED WHY ISNT SHE HERE AHAHHAAHHAHA
## 3631                                                                                                                        Thank you for sharing this awes̗ome #seo service... 👏\n\n#introspection #indvsbkn #battlerocket #vanish #bl… https://t.co/hGu36OcR12
## 3632                                                                                                               @kurenaifailtaru it's. the spinoff heist(?) comedy movie w/ the kyoryuger cast, so I'm like. isn't this technically… https://t.co/Kadq80wUMp
## 3633                                                                                                                                                                     Delta Faucet T50001-BL Body Spray Trim, Matte Black RRCVSS7\n\nhttps://t.co/1lAhKjTwoa
## 3634                                                                                                                I've watched trailers of other BL's but the dialogue/acting just makes me nope out after 2 mins.\n\nKinnPorsche just hits differently man 😩
## 3635                                                                                                               @rojiblancosRob @BBCSport Wednesday used to play there, and our nickname was The Blades.  So when we invented unite… https://t.co/gopzu8ghaz
## 3636                                                                                                                  "Mr. Snail" is an absolutely perfect comic! It's living rent free in my head!\n 𝙰𝚗𝚍 𝚒𝚝𝚜 𝚐𝚊𝚢/bl 𝚊𝚗𝚍 𝙸 𝚕𝚘𝚟𝚎 𝚋l/gay… https://t.co/V3L96uWekT
## 3637                                                                                                                                                                                                                          @cliterminator IRL BL PPL?;@/);!/
## 3638                                                                                                                                                                   @JynMojito IKR, i giggles like crazy when read this, this BL is such a joy to read BL 😆🤣
## 3639                                                                                                               @BL_Dwyer @SjvTesla @garyblack00 @WholeMarsBlog @MartinViecha Well, waiving pre-deal due diligence and subsequently… https://t.co/A10EmZSehZ
## 3640                                                                                                              Check-out @aguilar_ve’s new issue of Art &amp; NFT Magazine featuring @bl_artcult 🔥. Also see my spotlight featuring… https://t.co/XptpKVl0jy
## 3641                                                                                                                                                                                                                       @sohnricluv he looks like a bl actor
## 3642                                                                                                                Kylie Shreve hit back to back threes and Ridgemont cut it to 15, then Ben Logan scored the last five points of the… https://t.co/XKvYQyTwdo
## 3643                                                                                                                                                                 @thaiifess Kalo series, Manner of death\nKalo BL as a whole film jelas bangkok love story.
## 3644                                                                                                             sketches of uid characters 🤝 sorry for diededing,, college is rough man\n\nmore art in replies since some have bl—d a… https://t.co/YPh8zmkF98
## 3645                                                                                                             ¡Hola! Today's blogpost looks at this fascinating medieval charter and the fantastic infanta who granted it.\n\nHow m… https://t.co/MBIspw4nt1
## 3646                                                                                                               If there’s anything holding thai bl’s back or something they definitely need to work on is the audio mixing and bac… https://t.co/3JfbbztFfX
## 3647                                                                                                                                                                                         @KinoAlyse @delta_sauce @bl_artcult I shall be there with bells on
## 3648                                                                                                                                                                  Blue Line, PM Rush Performance Report for 11/28/22 (see attached) https://t.co/wflKZGkblH
## 3649                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/3wWXnZav2K
## 3650                                                                                                               @syereen232 Hey no worries you can reply anytime! Hahaha (I guess we’re used to the Japanese style and would say su… https://t.co/DwmlNSWZhx
## 3651                                                                                                                                                                                                                                   @willyisntmyname bl brow
## 3652                                                                                                                               I was just saying this the other day the plot and acting quality was and is unmatched need it back!! https://t.co/c1WYNama2a
## 3653                                                                                                                                       Gonna do some comic reading\n \n#Hermitcraftfanart #mangaedit #BL\n\nhttps://t.co/10VNPcWAL4 https://t.co/u07fshwaBq
## 3654                                                                                                                                                                                                          gettin' deviously goopy.. https://t.co/BaoaghNEdP
## 3655                                                                                                             Aujourd'hui / Today\n\nWar of Y Ep 18 : AisPlay\n\nChoco Milk Shake Ep 9 : https://t.co/F1QNLlDnMo\n\n#BL #WarOfYEp18… https://t.co/qKKRhov2HQ
## 3656                                                                                                                                                                                                                      @exokewl @MyRepublicID same here !!!!
## 3657                                                                                                                                             #TVReview: To My Star 2 (2022) (BL Contemporary)\n*4.5 stars*\nhttps://t.co/rltY3pNRD0 https://t.co/pSrdcn7qWz
## 3658                                                                                                                                                                                             @spacesbnfilled HOY SPILL THE TEA, WHAT BL IM HERE FOR THE TEA
## 3659                                                                                                               @ichigoaiscream Sorry for the reply. But yes so many fans that came into the fandoms during the pandemic are really… https://t.co/kmrvghgzQz
## 3660                                                                                                                                                  stopped caring about being in a relationship until I see these bl tweets NCNSNDND https://t.co/GUaqimaPba
## 3661                                                                                                                                                        Prothane 6-1020-BL Black Rear Spring Eye and Shackle Bushing Kit DKFTN5E\n\nhttps://t.co/nENxEe0lxB
## 3662                                                                                                                                                                                             VEHICLE COLLISION, FREEDOM BL / ALTA VISTA AVE ,WATSONVILL ( )
## 3663                                                                                                               Super late to this party, but I'm so proud of the girls for sticking together through all of this 🤍 F*ck bl*ckberry… https://t.co/T92HkXJI25
## 3664                                                                                                            29 November\nMEMORIAL OF BL BERNARDO FRANCIS DE HOYOS, PRIEST\n\nGet to know more about de Hoyos' life and vocation he… https://t.co/23UyKXoVPt
## 3665                                                                                                                                                                                                      Check out 🥟🐥's video! #TikTok https://t.co/MR0uFojiol
## 3666                                                                                                               Lamare Book Journal for Book Lovers - Reading Journal - 80 Books Reading Log Journal for Book Lovers Gifts for Wome… https://t.co/LnESXndvJD
## 3667                                                                                                                                     @intenselySalmon jfldkfasdfas this is missed opportunity indeed when the tokusatsu to bl pipeline is so goddamn strong
## 3668                                                                                                                                                                           Suporte para Notebook, OCTOO, Uptable, UP-BL, Preto 24.0 https://t.co/yb0NbS4qbf
## 3669                                                                                                               SmartWings Motorized Roller Shades Work with HomeKit, 100% Blackout Window Shades, Cordless Wireless Remote Control… https://t.co/J9afBtE0jP
## 3670                                                                                                           💪😍Let's support #ZeeNuNew  in the voting at TheTopFamous\n\n🤩Thai BL Series👉https://t.co/Kp1dvoSFZl\n\n🤩Thai BL Couple👉… https://t.co/Ke3ufoEPDr
## 3671                                                                                                               ONE WALL Diploma Tassel Shadow Box 11 2x17 8 Inch Frame for 8 5x11 Certificate/Diploma/Graduation Document with Dou… https://t.co/lKBZu6KWsR
## 3672                                                                                                             Check out much more on Bilibili Comics - search "History's Greatest Son-In-Law" and favorite!\n \n#BokuNoHeroAcademia… https://t.co/KZ618ahwx5
## 3673                                                                                                               @neiImobiIe I think the given mangas are the only ones that shouldn't be here cuz I've watched that show it's a cut… https://t.co/UzJ6Mbbwve
## 3674                                                                                                               @kurenaifailtaru they should've included both a scene of agri and a scene from that bl his actor was also in fhdkfd… https://t.co/BG4cpmOhfD
## 3675                                                                                                                          another bl that i've seen and don't remember the name of but look it's banjo ryuga from kamen rider build https://t.co/2z9xD8ZBCK
## 3676                                                                                                                                @JamesSpackman @ChrisCorney1 @teekser @shockproofbeats BL was undermined by poor management and lack of government support.
## 3677                                                                                                      Don’t look it’s inappropriate for kids\n(Chicken without feather = naked chicken = stripper???)\n\n#lhjc #bl #耽美 #烈火浇愁… https://t.co/CBqFpHw98T
## 3678                                                                                                               hehehe i've seen this bl too but again i don't remember the name (this was the one where kamen rider build realized… https://t.co/QadHBW1GGc
## 3679                                                                                                                                                                                                                                          @Joachim_bl Go go
## 3680                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/AHTpxFyjpS
## 3681                                                                                                           🔮💧☀️💀🎄🔥\nSOLD!  Plains [288] [en] (Limited Edition Beta)\nFinal Price: : $14.00\nCondition: MP+\nSKU: BL-030922-022\nLin… https://t.co/GiJmLIo2Kt
## 3682                                                                                                                 whitelist Interworking @CarlosMetaWorld @RHuides @MechNFT @Rohaan07539595 @legendary_mask_ @OpenLoot @krafter_eth… https://t.co/JooGzpoehX
## 3683                                                                                                                                                       oh thank goodness this is a bl and i've seen i but i don't remember the name https://t.co/0bR2Rluncj
## 3684                                                                                                                                                                                                            @bl_artcult I might not be cut out for this 😭😭😭
## 3685                                                                                                                                 i was looking for some shoujo mangas to read and i accidentally end up scroollin in the BL section https://t.co/ciMXoijRUI
## 3686                                                                                                                                      wait no this is a bl that i watched (i think omg this entire thread is mostly tokusatsu lmao) https://t.co/OGfGw3S6vR
## 3687                                                                                                                                                                                               @BlindLawrence I found your dog, BL! https://t.co/vmq0cHTVhl
## 3688                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult The creative process demands a lot from the artist.\nCreativity, reali… https://t.co/9ffxfqU1be
## 3689                                                                                                                                                                                             @noda19911 Those twt lay offs are affecting bl twt.. fuck that
## 3690                                                                                                                i love how all but two people in the qrts guessed wrong and think this is from a BL movie. Like. I fucking wish it… https://t.co/vHSw24KKdH
## 3691                                                                                                                                                                        @bl_artcult @PlMoe1 @ManekiNekoAIArt @AndreWGMI @ommgallery @doritowho thank you! 🥰
## 3692                                                                                                                                                           @WorldNfts @PlMoe1 @ManekiNekoAIArt @AndreWGMI @ommgallery @doritowho Congrats my friend, cheers
## 3693                                                                                                               @egabdraws Only 2 episodes are out. They release once a week on Saturdays. I’ve been WAITING so long too! This is t… https://t.co/MSg1ruV4Oa
## 3694                                                                                                                                                                                   I guess everyone is forgetting all of the bl*zzaes allegations Again huh
## 3695                                                                                                                i honestly didn’t know how i was going on before finding a bl safe space, everyday was a drag and my mood disorder… https://t.co/euB1xqzp5a
## 3696                                                                                                                                                                                                 @DortheJOC @KinoAlyse @delta_sauce Yes! I'm sure we will 🙏
## 3697                                                                                                                                                                                                 @ne_nn_e @momor4mune Wtf it's so sticky and cuteeeeee 🥺☺️💜💛
## 3698                                                                                                                    💪😍let's go vote in Netizens\n\n⚠️ You can vote in 2 ways:\n    🤩Application: Netizens\n    🤩Website👇\n\n🤩Actor👉… https://t.co/kgIpKRdlHu
## 3699                                                                                                              Wait but I actually listen to BL smut dictated by Siri😭😭😭😭like- ALL THE TIME\n\nYou know that background video essay… https://t.co/nDwgjH6W55
## 3700                                                                                                           i do think there is an issue with the fetishization of gay men &amp; many tropes popular in bl are very worrying at bes… https://t.co/NhMAaUUD7K
## 3701                                                                                                              To check the views\nIk I have nothing to be scared of but both kpop and bl isn't an ordinary hobby, most ppl hate kp… https://t.co/cteVjmp4ad
## 3702                                                                                                              @illustrata_ai @joynxyz @amli_art @bl_artcult Screaming Eyes\nThis Art is inspired by the fight and resistance of wo… https://t.co/24dAtNhuYl
## 3703                                                                                                                                                                                        Hey Blank Slate Clothing(@bl_nkslateco), thank you for following me
## 3704                                                                                                                                                            @prodbymiII Hopefully they ain’t start filming that bl yet cuz then the wait might be longer 🧍‍♀️
## 3705                                                                                                              off his head and took his bl@@d for money rit*al purposes.\nSurprisingly, when the victim's wife came back from Chur… https://t.co/6MgLOKFTdR
## 3706                                                                                                                                                                                                                                  @sunnycherry_bl Dm honey💞
## 3707                                                                                                                                                                                                                                      @cutesexyrobutts KING
## 3708                                                                                                               @StankBastard @beingbecks78 @BuccaneerMick @Stank….I get the thought process. But, he was playing at an ELITE level… https://t.co/UGuv7bOKMI
## 3709                                                                                                               Don’t you ever out of your big mouth tell me to stop reading BL , YAOI MANGA , ANIME ETC…… you disrespecting me , y… https://t.co/EAU4dKBOrO
## 3710                                                                                                                                                                    People leaving because bw didn't get a new bl are so funny to me like??? I don't get it
## 3711                                                                                                           NEWS!\n\nThe blessing ceremony of #Lapluietheseries took place today.\n\nAn introverted young man suffers from sensorin… https://t.co/cvLkESskl3
## 3712                                                                                                                                                                              I need to make a BL list… idk why I haven’t I been watching BLs for. While xD
## 3713                                                                                                                                             slowly rollin' over the bl rabbit hole\n d-_-b  &lt;33  d•_•b &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
## 3714                                                                                                                                                                                                    Guess who’s about to watch her yearly cheesy BL J-Drama
## 3715                                                                                                                                   Norwell Lighting Beacon Medium 1 Light Post, Black - 2282C-BL-CL-SE https://t.co/Zz1BHnwXhl eBay https://t.co/AkgHA2VkxE
## 3716                                                                                                                                                                                                                 This fanbase is only for class 6C in BL :)
## 3717                                                                                                                                                                   My heart aches b shakl when I see videos of mistreated or injured animals ejre bl bashar
## 3718                                                                                                                                                              @Chrisland1405 @joynxyz @amli_art @bl_artcult As long as Ai is used in the process, it works!
## 3719                                                                                                                                                           @renjihive Xmen wouldve been way better and more successful if it was marked as BL on mangabuddy
## 3720                                                                                                                                                                                                       Good Morning susu! ✨🌸❤🙏🥺🫂🐣😭 https://t.co/lLtuum3XZU
## 3721                                                                                                                                                                       your BL is one of the best 🫶\n\n#MyToothYourLove #我的牙想你 https://t.co/CYYEB6mofz
## 3722                                                                                                                                                                                                                           Both idk https://t.co/LERKArPK2O
## 3723                                                                                                               @MathewHardy9 USA was rly into eugenics in early-mid 20th century like sterilising people under a certain IQ, or wi… https://t.co/vzl5o2wici
## 3724                                                                                                                                                            @illustrata_ai @joynxyz @amli_art @bl_artcult Hi!! Is it only AI or can be AI with digital art?
## 3725                                                                                                               Butterfly Xstar V Table Tennis Blade - Beginner Table Tennis Blade - Flared Shakehand Handle - 5-ply All-Wood Table… https://t.co/heCAsrVuvs
## 3726                                                                                                               @BL_Dwyer @garyblack00 @WholeMarsBlog @MartinViecha We can't control all of the lightning,some of it will get in th… https://t.co/XgAdSoMsF8
## 3727                                                                                                                                                                                   Cleared: Construction on #Q20ABus Both directions at 20 Av/College Pt Bl
## 3728                                                                                                                Major Group is for MAIN CP only. Why for the love of god would they want to promote a ghostship that is not even a… https://t.co/vjH2sW5tp1
## 3729                                                                                                                                                                                                                                   . i stand wiith bl*cks !
## 3730                                                                                                                           this is the perfect description for BL, especially Gravtation ~ cos the DRAMA on that one… immaculate!!! https://t.co/eVeYJlYqNU
## 3731                                                                                                                                                                                                Remember trav came home told me BL I’m finna run it back up
## 3732                                                                                                                                                                       I’m telling u he’s so fineeeeeee #WetSand #bl #manhwa #viral https://t.co/1WAezuEv1Q
## 3733                                                                                                                                                                                       Yiyoung is the most memeable character in BL https://t.co/Z0CogNYCMc
## 3734                                                                                                                                                                         @Marie69_28387 @MsAlliLux I'm a consumer and I would agree you should BL that guy.
## 3735                                                                                                                                                                                                 @amli_art Back and working, not sure about the ready part.
## 3736                                                                                                                                                Me with some of this Thai bl actors y'all are saying smash. https://t.co/QhqpkPDGK2 https://t.co/1f6H1EnIvq
## 3737                                                                                                                                           @fudrilshi This is actually real. I read BL everyday before bad and after waking up and I've never caught COVID.
## 3738                                                                                                                                                                 Incident on #QM40Bus from Woodhaven Bl/Booth St to 63 Rd/Queens Bl https://t.co/srrugL4qk9
## 3739                                                                                                                                                                                                @gomanga Holy shit fairytale BL? I’m going to eat this book
## 3740                                                                                                                                                  @0xdropys Get involved in more things than you can possibly keep up with on a daily basis. \n\nSource: me
## 3741                                                                                                                                                                                                                     @tyler02020202 name that bl manhwa go!
## 3742                                                                                                                                                                                  @rnisogynist omg shouldve made him get the bl pillow you wanted #nexttime
## 3743                                                                                                               01/01/1989, B●mb blast took place in Amritsar. Khalistan commando force took responsibility of this act. This is ho… https://t.co/ZJ2Qcc06Gl
## 3744                                                                                                                I hope that when it comes time the shadchan finds for me is a kindred and fujoshi because whoever I marry is going… https://t.co/O3UlTR33G6
## 3745                                                                                                                                               Gonna do some comic reading\n \n#bl #monthlymanga #Action\n\nhttps://t.co/iqIvFf1mjS https://t.co/NzqGg090bB
## 3746                                                                                                                                                     does anyone know what fandom are they from? is it a manhua? donghua? bl novel? https://t.co/nkspXAfnSy
## 3747                                                                                                               2-4-6 Blocks Matched Pair (2 Each), Hardened Steel RC 55-62, 23 Holes (2x4x6 Inches) 246 Precision Ground Machinist… https://t.co/GOiDzAaZDc
## 3748                                                                                                                                                                                              One sneak…mmm https://t.co/hgbIHtSyWl https://t.co/qkdWdAcbdD
## 3749                                                                                                               Palm Springs, Pirate Radio, Me and Earl and the Diying Girl, Sing Street, A Kind of Funny Story, The Worst Person i… https://t.co/p7nvuPcYBL
## 3750                                                                                                                                                                                                   @bl_baddie The miscommunication got me laughing hard 😭😭😭
## 3751                                                                                                               HEYO! I'm doing a late bl/ack friday-Cy/ber monday s4le! \nAll fund$ help for my big move to VA later this year :DD… https://t.co/hWvoRDWy8O
## 3752                                                                                                                                                             @passionate_xx knackered, rubbish, bl**dy in'it lovely(just sounds better in an English accent
## 3753                                                                                                               Écoute c'est actuellement sur Bl@ckfeeling Radio https://t.co/wbGVV5TBvw. the Soul Crew - Live the Soul Crew show (… https://t.co/y1qodWnkCu
## 3754                                                                                                              Just wanna share my thoughts: \nI Indeed enjoying the storyline of BL series, and ofc I love to seeing the moment fr… https://t.co/MKBlIVFL3b
## 3755                                                                                                             "Thankful" Millie Bobby Brown Enjoys Vacation With Boyfriend Jake Bongiovi - E! Online\n\nMillie Bobby Brown is count… https://t.co/4dyI2QtzUW
## 3756                                                                                                                        Check out this product 😍 Case 042 Stockman Amber Bone 😍 \nby CoxWebSales starting at $69.99. \nShow now 👉👉… https://t.co/dLocTfigkd
## 3757                                                                                                                                                   @GINA__BEARS "They're the most weirdest breed for a bl fandom." 🤭🤣 why are they discribing themselves..🤡
## 3758                                                                                                                                                                                      Making salmon for dinner &lt;3 should  I watch my BL while it cooks?!
## 3759                                                                                                               I really feel good about the top four teams here as well-coached squads that are good on both sides of the ball. Mi… https://t.co/Ztq76yeF1l
## 3760                                                                                                            A day early, since tonight's game won't factor into my NFL Top 10 rankings.\n\n1. Kansas City Chiefs\n2. San Francisco… https://t.co/N6oVRXeX5s
## 3761                                                                                                                                                                                Shell-R_E.Dye® Dust Coat\n#fashion\nAffiliate Link\nhttps://t.co/B6yF7VsBFy
## 3762                                                                                                                                                                                                      ALSO IN WHAT FUCKING BL SERIES IS SHE I RECOGNIZE HER
## 3763                                                                                                                           NEWS!\n\nTaiwan's #Vidol is recruiting actors aged 18 to 30 with up to 1,75cm to create a new BL series. https://t.co/ZgbnrT8UCI
## 3764                                                                                                                    @UprightSpeedway 5 World champions, 6 rostrums and 19/22 World finalists. The strength of the BL back!! and as… https://t.co/qTxGKnpy4U
## 3765                                                                                                                      @arielhelwani @BrendanMMA AH: "Do you know what sport that is?"\n\nBL: "It's hockey, right?"\n\nGreat interview. Congrats @BrendanMMA
## 3766                                                                                                               Because they are full of it and B*g Bl*ck C*ck news source doesn't want ppl in Britain knows that democracy does no… https://t.co/nLshUmzq9g
## 3767                                                                                                                @illustrata_ai @joynxyz @amli_art @bl_artcult #expressionwithmeaning "war paint" paint as layers of chaos that can… https://t.co/CCLHA12art
## 3768                                                                                                               Got to see this painting of the first Irish Women Barristers called to Bar, Frances Kyle BL and Averil Deverell BL,… https://t.co/hRiG1oMuos
## 3769                                                                                                               @khunwens Did I lie? other companies like DeepHouse trying new thngs like a period drama and gmmtv still stuck at U… https://t.co/CobndRgrkj
## 3770                                                                                                                       WAIT WAIT I KNOW HOW SAMI'LL CRUMBLE THE BL, He's gonna manipulate them into free happiness and tranquility! https://t.co/emSZtUFsGX
## 3771                                                                                                                                         @ndtv #NadavLapid YOU SUPPORTED KILLINGS OF #KashmiriPandits #KashmiriPanditsGenocide ..\nTHIS BL🤬🤬D  IS ON YOU ..
## 3772                                                                                                                         @xiaoaishiteru the first one was a theme song to a bl drama starring some juniors like they're making sure the girlies take a look
## 3773                                                                                                               It's so wild that this kiss broke the mold, and yet we've still come so far wrt kissing and intimate scenes in Thai… https://t.co/QRB5CGYs8u
## 3774                                                                                                                          This awesome comic deserves more attention!\n \n#BL #artistsontwitter #Romance\n\nhttps://t.co/OEq1q0fjeC https://t.co/BkvYhA4OHj
## 3775                                                                                                               CalTire 21X3 5 48 Fat Spoke Wheel 2008 2021 Harley Touring Models w/Tire and 11 8 Rotors Bolt on Ready Black Rim/Hu… https://t.co/u0of0Zv8P0
## 3776                                                                                                                Honestly, the greatest feat the Thai BL industry has ever pulled is making me think product placement is charming,… https://t.co/gpyyONOjjq
## 3777                                                                                                                          DNA Motoring HITCH-ALU-001-BL Aluminum 6"Drop Adjustable Dual Ball Trailer Tow Towing Hitch,Blue TXXTETQ… https://t.co/bUdyBn7pvj
## 3778                                                                                                                   [Amazon] Cabo de internet PATCH CORD UTP CAT5e 26AWG 20 METROS AZUL CY-PC20.0M-5-BL - SECCON R$ 28,47 #desconto… https://t.co/xEVet38ujT
## 3779                                                                                                                               Fragola Performance Systems 900617-BL Y-Fitting 16An Male Inlet X 12An Male Outlets Black OJK9BMP\n\nhttps://t.co/qsdFHjLx7Y
## 3780                                                                                                                                   Fragola 892004-BL Black 6AN Male to 1/4" Tube Adapter Fitting PAJQHFN\n\nhttps://t.co/1vB4btRBzc https://t.co/HmG5sHfBx7
## 3781                                                                                                               I watched all the trailers and honestly gmmtv 2023 is a dissapointment. not only we don't have an EM series but the… https://t.co/sI84tvzhwm
## 3782                                                                                                                                                                                                                                 I need Suho to act in a BL
## 3783                                                                                                               @elonmusk This report? Algorithmic Amplification of Politics https://t.co/D7JacuV1X1…? We already knew Twitter boos… https://t.co/GwJFc5gdBX
## 3784                                                                                                                                                                                                                            @drjorgerachid Bl bla glaciares
## 3785                                                                                                                                     One of the best drawings of all time\n \n#painting #BL #sizetwitter\n\nhttps://t.co/RphQuyJKxw https://t.co/JkIo8IcBlg
## 3786                                                                                                                                                                                          @BL_Balthaser Two rabbis in santa suits walked into an elf bar...
## 3787                                                                                                                                                                                                                 @Priyanshi_222 @_BeLLA_rh_ Donee @bl_kao01
## 3788                                                                                                                                                                       Alert: MOTOR VEHICLE COLLISION @ US HWY 19-UNDER/GULF TO BAY BL Tac: B Sent: R48 E47
## 3789                                                                                                               @ColonelWilliam4 lmg I'm so desensitized to gore pmg omgon gom omg omg i do not have feelings omg I'm so desensitiz… https://t.co/YOSk74NLAD
## 3790                                                                                                               iPower 96"x48"x78" Hydroponic Water-Resistant Grow Tent with Removable Floor Tray for Indoor Seedling Plant Growing… https://t.co/7VpelNY19m
## 3791                                                                                                                                                                                                                                  Spider man- Miles Morales
## 3792                                                                                                                 This manhwa is awesome! I can't get enough of it!\n \n#Intoxicated #Bahasaindonesia #bl\n\nhttps://t.co/n0iZw6O5pJ https://t.co/782ajo0zQ0
## 3793                                                                                                                                            Echo Park | Structure Fire reported at N Glendale Bl / W Colton St\n\nhttps://t.co/Y64eLr7aoB\n#lafd #lafdalert
## 3794                                                                                                                                                                                                       @Jur3ky @Vicotryona Omg JURKY chcek my post about BL
## 3795                                                                                                                                                                                                        @Hendrixx_bl_ack You’re killing that poor girl 😂😂😂😂
## 3796                                                                                                                                                              We don't talk about best BL manhwa with Out of Control being left out, literally my favourite
## 3797                                                                                                                                                  Okay so maybe it's not BL, but our discord collectively lost it over this trailer https://t.co/qptOiiVj9h
## 3798                                                                                                                                                                                                                             @basiil_leaf happy birthday BL
## 3799                                                                                                           towa is probably the coolest and sexiest bl protag i've ever played aaaah ;;;;;;; (sorry aoba &amp; rei tengenjibashi b… https://t.co/FcIfPb2hTH
## 3800                                                                                                               @worldofdrama01 They seriously do, I need them in another series one more time, and some of this hardcore delusiona… https://t.co/2xL0g6OcYZ
## 3801                                                                                                                                                                                                                                           @Bl_artemis Same
## 3802                                                                                                               Hey BL world! I read this bl ages ago and cannot remember the title! The story goes: MC gets hit by a signboard, ge… https://t.co/TkjPENTyw1
## 3803                                                                                                               @prettytatamic The one I was hot on for awhile was Sami bringing in Solo instead of the elders, there were some imp… https://t.co/ZRICs7lwpr
## 3804                                                                                                               this reminds me of when anime twt was rec’ing banana fish to people without proper warnings and advertising it as s… https://t.co/0sPpGoIeox
## 3805                                                                                                                                                     @Emily_The_Fox Same, maybe it’s cause I adore Nobe but at the same time like….it’s good to be cautious
## 3806                                                                                                                                                              @AndresGSam @STFC_CDN @STFC_Matters @PereiraAcedoLab @UKRI_News @uclmedsci Congratulations! 🎉
## 3807                                                                                                                  Excited to share the latest addition to my #etsy shop: Corn Bag Heating And/Or Cold Pack https://t.co/YlWSPpS27I… https://t.co/wuxhDT64ds
## 3808                                                                                                                                                    @esthpuh TEN RUNNING THAILAND?:£3):&amp;:&amp;:! when he band all the thai bl’s https://t.co/5yJ0x1CvRS
## 3809                                                                                                                @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @BOURGEOIIS_ @klunk22 @Nika_Rakhmanova… https://t.co/PXbDG86yW4
## 3810                                                                                                                                   @H4NVERSE mostly webtoons/manga or Chinese novels.  currently rereading one of my favorites. it's a bl novel called mist
## 3811                                                                                                               Hii! Formally introducing myself : my nickname is june, 25, law student and bl addict since this year✌🏻 fell in lov… https://t.co/oaUTnrfOrj
## 3812                                                                                                             @MsAlliLux He replied to my very serious threats with "OK"\n\nDebating if I should BL him or not. I absolutely feel i… https://t.co/u1TRDKlkrN
## 3813                                                                                                                                                                                       Alert: MOTOR VEHICLE COLLISION @ 5317 PARK BL N Tac: B Sent: T33 E16
## 3814                                                                                                                                                                                     If he ends up super evil I’ll be heartbroken:( https://t.co/KSOuD43FFj
## 3815                                                                                                               @SjvTesla @garyblack00 @WholeMarsBlog @MartinViecha Yes, but it wasnt the purchase itself thats eroding TSLA. Its t… https://t.co/31ejQjcvbp
## 3816                                                                                                                on Wed. Bl*ckp*nk in your area 😁. One of their songs is Lisa Simpson's fav and was featured in a recent ep of that… https://t.co/MglfgOrGHe
## 3817                                                                                                                   "I, the Empress, Will Become Emperor" is an absolutely perfect comic! It's living rent free in my head!\n \n#BL… https://t.co/22PxxLVf3U
## 3818                                                                                                                                                                      @bl_artcult @delta_sauce Nothing like warm, satisfying alpha. https://t.co/OtI7iPXZbm
## 3819                                                                                                                                                                                                   Yeah...it's a slow news day BL🤣🤣 https://t.co/rwmu8LqURb
## 3820                                                                                                               @SO2portaloos @NAHEIHCIR @NatashaMDay @thetimes Same. Although I’ve tried to volunteer 2-3 times (I’m BL trained) a… https://t.co/lSJGCjY0kx
## 3821                                                                                                               @cybersuccubus Got strep throat for the first time last year when I was visiting the bf in BK and was spending more… https://t.co/nJns7ZqPqU
## 3822                                                                                                                                                                                 @KinoAlyse @delta_sauce This one is going to be extremely alpha. Top tier.
## 3823                                                                                                                @PaulTassi @Forbes The franchise / story yes, but D2 the game itself is on life support - it is made from the same… https://t.co/gAPrRF5f8j
## 3824                                                                                                                                                                                        @lunaIovers in public trying to hold back my tears bl is so healing
## 3825                                                                                                                                                                           @minhoshannie Bl+harry was a thing I didn't know I need it PLUS minsung!!!!! AHH
## 3826                                                                                                                                                                                                                       I was abt to ask the name of the bl😓
## 3827                                                                                                                                                                                                         Congratulations Meatbun🥰🥰🥰 https://t.co/6Yk08p5CCg
## 3828                                                                                                                                                                                      My first three BL. started from the bottom 😔🙏 https://t.co/cuoAv9MNrb
## 3829                                                                                                                                                                                  GUYS DO YOU HAVE GOOD BL RECOMMENDATIONS (THAT ARE SFW) WITH A TRANS GUY.
## 3830                                                                                                                                                                                                    YOU DREW STARS AROUND MY SCARSSSSS NOW IM BL€€D!NGGHHGG
## 3831                                                                                                                ever since 2gether i'm wary of popular bls, i found that when half the people gets really angry about a bl and the… https://t.co/05ijQv7WdT
## 3832                                                                                                                                         *looking at all the BL in the manga section* Ooo i want you i dont know if i need you but oooo I’d die to find out
## 3833                                                                                                                                                                           @EMEDobleNFT @aguilar_ve @lamengana @pneumaninesix Thank you my friend, cheers 🥂
## 3834                                                                                                                                                              @bl_artcult @aguilar_ve @lamengana @pneumaninesix Happy to see you here!! Well deserved!! 💀🤟🏼
## 3835                                                                                                                           Blitzer EAC10A-BL 10-Acre, 110-Volt AC-Powered Electric Fence Charger JQLZJKK\n\nhttps://t.co/Ca3SxtMtXe https://t.co/H9FdsuHXQ4
## 3836                                                                                                                                                                                                                       @Magikewl_Slayer Is this actually bl
## 3837                                                                                                               @hlslaundryday I don't get why people should care what a writer does, if they like it they'll read it if not they'l… https://t.co/2U3pD8ENHc
## 3838                                                                                                                                                                                                                        BL is saved https://t.co/cpwqT1icMF
## 3839                                                                                                                                           The Truth About American Slavery. Uncovered By The GOAT🐐 #WhiteSlavs #Bl... https://t.co/10RxpFJxQj via @YouTube
## 3840                                                                                                                                                                                                  Bon khdamt l math bl behi lyouma 🥰 my day wasn't that bad
## 3841                                                                                                                                                                         @bl_verse Yess yess!! Please please mam I'll be very thankful if you will send me🥹
## 3842                                                                                                                                                                                                                       @PunkTwelve 🙏👁️ so crazy, thank you!!
## 3843                                                                                                                                                                        @beansinbread I'll put it on my list 😍 I'm ngl tho my first 3 bl were all manhuas 💀
## 3844                                                                                                                                                                             Alert: MOTOR VEHICLE COLLISION @ US HWY 19 N/MAINLANDS BL Tac: B Sent: E36 T33
## 3845                                                                                                                           @mallettka @fforcejs Oooh the hottie is force, he is from gmm, got a bl called enchante with another boy called book, his bestie
## 3846                                                                                                                                                                 The new TFF episode made me more wary of Nobe……BUT IT ALSO MADE ME ADORE HIM SO MUCH MORE-
## 3847                                                                                                                                                                                     @joynxyz @illustrata_ai @bl_artcult So excited to see all the entries!
## 3848                                                                                                              @RanaOmran1 It's all about interests..\nE7na lw msh mohtmen bl makeup 3omrna ma hanfhm basics feeh mahma kant blnsba… https://t.co/XlqNHgmzYs
## 3849                                                                                                                                                                                @aguilar_ve @bl_artcult @lamengana @pneumaninesix Loved this your folder. 😍
## 3850                                                                                                                @elonmusk Because you're a bl*ther*ng *d*ot. That part is really obvious. Come back down to earth with the rest of… https://t.co/i4irzen8Z6
## 3851                                                                                                               b-b-buuutttttttt instead they come here, i prefer i come to see them bcs we all kno how ppl willl react if they fou… https://t.co/4788KHBoDY
## 3852                                                                                                                                                                                                              this acc has turned into a bl one lately lmao
## 3853                                                                                                               @bryght_nelson @dreyinker Ur werey no get level .. just brings out proof.. Na criminal 4 ur mind but him no get cas… https://t.co/wgBEqygEwR
## 3854                                                                                                                Amazing to see Lottie and Freya singing in their first concert with Wakefield Youth Choir this evening! Incredible… https://t.co/HhVWvXoUGN
## 3855                                                                                                                                                 10th issue of the AGUILAR ART &amp; NFT Magazine is out! Featuring @bl_artcult 🔥🔥🔥 https://t.co/xUocmrORUq
## 3856                                                                                                                 @bl_artcult @lamengana @pneumaninesix Wonderful experience my friend! Really... 🙋🏻‍♂️👏🏼👏🏼👏🏼 We're honored to meet y… https://t.co/uzwICtTG4Q
## 3857                                                                                                               seeing people tweet about Gay Yuri, Lesbian Yaoi, and Gay Straight after seeing jp fans talk about Yuri BL ships is… https://t.co/e3UBKTYc9y
## 3858                                                                                                               A beautiful and self-contained Boys’ Love/#BL fairy tale manga! Deep in the woods, a human finds friendship—and som… https://t.co/tAbmrxM8D2
## 3859                                                                                                                                                                   Hirasaka Mei and Nanako talking about BL classics like Kichiku Megane is taking me out 😭
## 3860                                                                                                                        Giolì &amp; Assia - Even If The Time Will Pass By (I,II,III) @Reynisfjara Bl... https://t.co/eNFvn4HWfl via @YouTube \nbeautiful 💜💜
## 3861                                                                                                                                                                                                                   @staru_gummy Staru writing BL that crazy
## 3862                                                                                                                                                                                 @moldybleach @HODLFrance @DionMedici @IrrecusableNFT 100%. We're here now.
## 3863                                                                                                               Anyone have any complete bl webtoon recs it can be explicit or bad even as long as the art is good and the relation… https://t.co/pNndTZY0ua
## 3864                                                                                                                                              All these weak hero class interview edits made me think that the series is a bl series even though its not. 😭
## 3865                                                                                                                GUYS! My original BL (sen/guide) novel based on Limitless starring Alex and Marisol is now over 30 thousand words.… https://t.co/sTJPjZHn0g
## 3866                                                                                                                                                                                                    @ANGELlCATE everyone's name should have a bl manga lmao
## 3867                                                                                                               The sex scenes in this are unreal! I'm used to such seiso BL! I hide behind my pillow like a scary movie when these… https://t.co/230rXLVKZ1
## 3868                                                                                                                                                                                                 Is it getting hotter or are more bl………. Nvm nvm nvm 😂😂😂😂😂😂
## 3869                                                                                                                @DoctorSam7 @ChaseJYoung1 A balanced literacy/discovery/constructivist approach and a structured literacy/explicit… https://t.co/QakgnHhF3U
## 3870                                                                                                             @OGMangaHunter Can't wait to see if that BL can keep me intrigued with its antag\n\nBut most importantly: how good ca… https://t.co/WsGx2HZsCz
## 3871                                                                                                                                                                                     a bl!nk and a sw!ftie ofc not surprised at all https://t.co/gbzV01XXei
## 3872                                                                                                                                                                                                        Bring on the Tesla Phones and software ;) @elonmusk
## 3873                                                                                                                                                                                                            @GoldenH48814905 its a BL drama, its got 8 EP's
## 3874                                                                                                                                                                         “Troub in de fam! Ees what for?” He took an ancient bl     https://t.co/47OB9X9iHa
## 3875                                                                                                                                                              for a month straight i've been having the same reoccurring dream. i'm just turning it into BL
## 3876                                                                                                                @WaylonJ226 @TimLasson @brianlilley I hate this bl—dy word "harvested" for hunters. They don’t grow the geese, the… https://t.co/KAMMjGwg09
## 3877                                                                                                                                @goldiegottweets I feel like she’s prolly had both tbh, like she got them removed and then got a BL to get it shaped again?
## 3878                                                                                                                                                                                              I am starting to believe I have a pattern with BL ACTORS…. 😭😭
## 3879                                                                                                                                                                                @Mone_fb @Flow_bl It.s not with Twitter but due Pakistan youth and patwaris
## 3880                                                                                                              @monarch_nooroo @L4DYNOIRE BL reader here its heavily pointing at 2 eps\nplus writers confirmed everything will be r… https://t.co/gVSbcO3Sf7
## 3881                                                                                                               @aguilar_ve @lamengana @pneumaninesix Wow, thank you SO MUCH for having me in this month's issue. Amazing interview… https://t.co/qQK4iOBlis
## 3882                                                                                                                                                                           @tbaudinette Oh no! Too sick for even watching BL?? I hope you feel better soon.
## 3883                                                                                                                                                       alternatively-\n\nPawoo: "Hey what does GL and BL mean?"\n\nTirol: "Oh honey, how much time ya got?"
## 3884                                                                                                                                                                                                 CAN SOMEONE RECOMMEND A GOOD BL MANHWA PLEASE IM DESPERATE
## 3885                                                                                                              Bisco, looking at his new manga options: "Hey Milo, what does BL mean?"\n\nMilo, having prepared for this day: /play… https://t.co/la6jazkCAa
## 3886                                                                                                                                                                                 BACA NIHH!! FOCUSED ON THEIR FRIENDSHIP! BUKAN BL! https://t.co/JlwLsrHC5i
## 3887                                                                                                                                                                              @TheEastEndPoet I hope you’re both well soon. Look after each other  👩‍⚕️ 👨‍⚕️ xx
## 3888                                                                                                               @moonbeamrondo theres a military school arc depicting char and garma's school life (and a rebellion that eventually… https://t.co/1RWNeVlElT
## 3889                                                                                                                 PROTHANE 7-1712-BL Black Urethane GM Style Big Block Engined Radiator Isolators NDO8E53\n\nhttps://t.co/Fc1ij8rkN3 https://t.co/cPZjH6ILNI
## 3890                                                                                                                           GM! Vote Daily!\n1\nhttps://t.co/NxLitK3gcR \n2\nhttps://t.co/KpDFJgEE1I\n3\nhttps://t.co/mUqIrkQ5wq\n4… https://t.co/OLcel08OE5
## 3891                                                                                                               MACHSWON Trailer T-Handle Lock, Rear Fixing T Handle Lock Tool Box Garage Door Lock with 2 Keys for RV Caravan Moto… https://t.co/bTNB8D0Oqe
## 3892                                                                                                             Like #crime fiction? \nGet ♡❤ FERN SHAPES UP TO FORM ❤♡  by “@bl_els "@Pizzazz_Books\n#99c\nhttps://t.co/8WehBHgLRf …  https://t.co/2xHlW28ySI
## 3893                                                                                                               I think that #Bayern will sign Füllkrug after this Worldcup :p he'll fill the Club's need for a CF and it'll be wel… https://t.co/XYeUNk6DHA
## 3894                                                                                                                                                                                         @EdwardthembaSa I saw it on the BL corner. Looks like a springbok.
## 3895                                                                                                               500 Pcs Mini Brads for Paper Crafts, 8mm Round Metal Paper Fastener Brads DIY Making Flower Scrapbooking Decorative… https://t.co/cAXEjHQ0Ea
## 3896                                                                                                                                                                                                             no bl. just friedship. https://t.co/fZkhZPJQsT
## 3897                                                                                                               @eibarkingpessi @miguel97mtz @eatingcochie @ESPNFC Messi scored a penalty atleast, pendu didn't even touched the ba… https://t.co/XpRYls7qpu
## 3898                                                                                                                                   “Troub in de fam! Ees what for?” He took an ancient bl      #世界杯买球 #世界杯下注 #世界杯外围  https://t.co/ynciVZRkBo
## 3899                                                                                                             Mari’s reaction to #MyBeautifulMan EP 5 &amp; 6 \n\n#reaction #patreon #react #bl #drama #jdrama #marireacts #retweet… https://t.co/G6mbJsuRp8
## 3900                                                                                                                                                                          Why are kpop stans on the tl threatening to bl*w *p the bbc can someone explain 😭
## 3901                                                                                                                @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @klunk22 @ala_art_lab @Nika_Rakhmanova… https://t.co/wOvWx8I6ln
## 3902                                                                                                                                                                            T.CO+Old Effect Cargo Pants\n#fashion \nAffiliate Link\nhttps://t.co/9HYhYXCV85
## 3903                                                                                                                                                                                                          Way over my bl as ck head https://t.co/55pVcnGQfF
## 3904                                                                                                               Fiscal Update Article: FY 2024 Department Requests — Transportation, Infrastructure, And Capitals Appropriations Su… https://t.co/FFm0Z5XzvZ
## 3905                                                                                                         🆕 AGUILAR ART &amp; NFT MAGAZINE \n💀 Interview 👉🏻 @bl_artcult 🇺🇲\n\n🏴‍☠️ ISSUE # 10 ✅\n#️⃣ Hashtag: #AguilarMagazine \n💹 FRE… https://t.co/LvdWZBQuYI
## 3906                                                                                                               StealthMounts Flex Battery Holders 24v | Flex Battery Mounts for Flex 24v Power Tools | 6 Pack | Flex Battery Organ… https://t.co/FuwQ8PA3XB
## 3907                                                                                                                          VINTAGE USA LEVI'S 501xx BUTTON FLY DENIM JEANS 38" W 31" L MEDIUM WASHED BL https://t.co/178yhjsupp eBay https://t.co/jZIrwu8rTO
## 3908                                                                                                                        @ArashianPatx07 first time i saw it i thought it was a bl but that’s because i didn’t know much japanese and it was a repeat on ntv
## 3909                                                                                                                                                                                                                               @nagrom_bl NOT A DRILLLLLLLL
## 3910                                                                                                                    Eastbound 6-car BL/New Carrollton Train 459 has been holding about 1,646ft from New Carrollton on track 1 for at least 5 mins. (4:59pm)
## 3911                                                                                                                    Eastbound 6-car BL/New Carrollton Train 459 has been holding about 1,646ft from New Carrollton on track 1 for at least 5 mins. (4:59pm)
## 3912                                                                                                                           Something that i did a year ago but time to throw it away, so say goodbye to the goofy grape 🍇 bedroom 😂 https://t.co/UBiGVcUWCS
## 3913                                                                                                                           This manhwa is awesome! I can't get enough of it!\n \n#Skullgirls #BL #update\n\nhttps://t.co/VPQUUSuJiQ https://t.co/6pB7JW0GOE
## 3914                                                                                                                             @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @BOURGEOIIS_ @ala_art_lab… https://t.co/e6rruLQhn6
## 3915                                                                                                                    i was like oh what bl show is this just to realize that it's shinee 😂 hayst choi minho apaka fruity mo talaga 🤣 https://t.co/UtdOpukZna
## 3916                                                                                                                    @Iovi_Sacra_Art @joynxyz @illustrata_ai @amli_art @bl_artcult @Crisstianaaf @BOURGEOIIS_ @klunk22 @ala_art_lab… https://t.co/519jWo8sOe
## 3917                                                                                                                                         The manhua has been feeding us so well\n \n#BL #artist #webtoon\n\nhttps://t.co/N3vjtLI5ao https://t.co/olgGHPadsk
## 3918                                                                                                               If anyone is interested in a (definitely NSFW) aged-up, friends-to-lovers Twisted Wonderland one-shot fanfic, well,… https://t.co/tKjtVUqVC0
## 3919                                                                                                               Car Door Step - Foldable Car Door Step Supports Both Feet, Climbing Assisted Car Roof Portable Steps Pedal for SUV,… https://t.co/eb5GM8vvcy
## 3920                                                                                                                                                                                          @slayer_agolf the next time she tells the truth is the first time
## 3921                                                                                                                         @Zirnike @ToganJoe @fwe1991 @JamesCa70626795 @RGanley @RAGINxCAJUN @ThereseOSulliv2 @shellyt561 @WebGuyTV… https://t.co/YH0Shsnuxx
## 3922                                                                                                               My thyroid doctor appointments were crazy. They asked me a lot of questions and made me do bl**d work. He said my t… https://t.co/osAkBLGVOt
## 3923                                                                                                                                                   @xinoei I HOPE TOU ENJOY HIM!! I haven’t checked his intimacy rooms yet but Edmond’s are truly shoujo bl
## 3924                                                                                                                                              If we think about it Neymar is the real enemy bc he’s a bl#nk https://t.co/5F0TmrbEoH https://t.co/VhPP04rYyV
## 3925                                                                                                                               I've read this manga multiple times! You should check it out, too!\n \n#Doujinshi #bl #FanArtFriday… https://t.co/P5ns6TRM14
## 3926                                                                                                             ep. 10 of Until We Meet Again. the fog is lifting.\n\nI liked this episode much better than ep. 9. there is more driv… https://t.co/PB4eev4Bxy
## 3927                                                                                                               @HawleyMO @Apple when is @hawleyMO going to start supporting ALL Americans interests instead of insurrectionists, a… https://t.co/BLspxTCjiG
## 3928                                                                                                                                                                                          Neithardt was just seen in the BL  aisle! https://t.co/aJFILUKnUm
## 3929                                                                                                                                                                   @P_Azuro @0xTjo @AOTMgallery @Giga_Chad_Pepe @Vince_Van_Dough Beautiful work, congrats 🙏
## 3930                                                                                                               SWEETT Slingshot Ammo Ball Clay 2100Pcs Biodegradable Clay Slingshot Ammo 38 Inch Hard Clay Slingshot Ammo Balls 9m… https://t.co/wrQPXjU4eJ
## 3931                                                                                                                                                                                                    I really do save the dumbest shit to my snap memories 🥴
## 3932                                                                                                               sister put on 21p bl*rryface in the car n it was so crazy to me cause she is the age now that i was when that album… https://t.co/9h6UKQwae5
## 3933                                                                                                               KILLED IN BATH TUB FILMED BY SPINDLER ANGELIKA  IN REINACH BL AERIA  PATIENCE JIMMY KILL  GUARANTERS  FROM VÖGELIHA… https://t.co/BJG2SMfmva
## 3934                                                                                                                                                                                  Burberry Printed Shirt\n#fashion\nAffiliate Link\nhttps://t.co/8objZ25s0d
## 3935                                                                                                                                                                                       @fudrilshi @getoskito I cure my mental breakdowns with BL since 2018
## 3936                                                                                                               I am sharing my school data this week. I gave the data to each teacher, but created a pie chart for each grade, cyc… https://t.co/xTz5KNH0ZK
## 3937                                                                                                                                                                                                          i need xiaojun to be the main lead in a bl series
## 3938                                                                                                                       Learn why transparent reporting is critical for banks that want to improve their #ESG initiatives. #TeamWDAY https://t.co/HI6zui2hUG
## 3939                                                                                                                                                                                          @kaistrauma damn it... i need to convert yew to the bl world 🧍‍♀️👩‍🦯
## 3940                                                                                                              “Fake” environmentalist David Suzuki outed by “real” journalist Brian Lilley. 😂\n\nI guess my mum always did tell me… https://t.co/ZTQc0Ngpgn
## 3941                                                                                                                                                                                                                    @lushachilles "nombre del bl" GET A JOB
## 3942                                                                                                               that being said love stage!! is absolutely light hearted and silly goofy romancey even though theres a lot…of awful… https://t.co/45BSvqR3ul
## 3943                                                                                                                okay listen…BL is not for the weak….every horrible trope you can think of IS in there but what nonfans dont get is… https://t.co/xgeCHhKM2y
## 3944                                                                                                                @CH3NGQING nooo fudans are men who like yaoi and BL, male equivalent to fujo. idk man @russiaphobe u know hapanese… https://t.co/KE2LAjjCm7
## 3945                                                                                                               Grab it like it's all mine. Indeed, Injunnie belongs to dreamies and czenies but why does this look like a scene fr… https://t.co/9xsXj3haqL
## 3946                                                                                                                                                Pittsburgh vs #1 Kentucky Men's Soccer 2022 | NCAA Soccer Championship https://t.co/2XKsggk7C3 via @YouTube
## 3947                                                                                                                                                                                                @Petesbiglife @Iraqveteran8888 Too much gri gri w/bl berry.
## 3948                                                                                                                Quluxe Terminal Bus Bar Terminal Block Brass Wire Screw Terminal, 6 Positions Screw Brass Terminal Grounding Strip… https://t.co/0bPLOCKxvI
## 3949                                                                                                                                                                                                                                @milephakphum Goodnight 💚💚💚
## 3950                                                                                                                         VINTAGE USA LEVI'S SILVER TAB RELAXED DENIM JEANS 38" W 32" L LIGHT WASHED BL https://t.co/AcHMLHPehD eBay https://t.co/1aqVeThl0p
## 3951                                                                                                              The new early access chapter 88  has been updated on Tapas and Patreon! \nWill Cyrus agree to the marriage proposal?… https://t.co/8BioKAz8eU
## 3952                                                                                                               Kids Zone Collection Bedspread Coverlet Kids/Teens Safari Zebra Elephant Giraffe Lion Cheetah Palm Trees Beige Whit… https://t.co/Rf1B5Z9zkp
## 3953                                                                                                                                 feeling so rancid lately everytime i read a BL with a rich young master mc or lead (99% of them) i start feeling homicidal
## 3954                                                                                                             i'm still going to consume the media that i want to consume. \n\ni'm not much for bl because it hasn't caught my atte… https://t.co/loOuUHFh07
## 3955                                                                                                                    whitelist Detailed @Teniola_1 @IAMCPO_ @_Bl_v_ck_ @NawEster8 @whoisOjay @PyaeSon59427219 @widskyyy @wl_addicts… https://t.co/cVvwf6zi1h
## 3956                                                                                                                                                                               @joynxyz @illustrata_ai @amli_art @bl_artcult Very excited about this! 😍✨🙏🏻
## 3957                                                                                                                                                                              omg whats the name of this bl yall pls I need to know https://t.co/FLDJfv8Ql6
## 3958                                                                                                               i'm also kind of obsessed with people qrting certain shots and being like 'this doesnt have random shit in the back… https://t.co/8nvztvTiZS
## 3959                                                                                                               CPR Activation for @TUCSONFIREPIO at 02:39 PM MST (S TUCSON BL); 1 citizen responder just notified. 1 nearby AED id… https://t.co/DhMK18YhRv
## 3960                                                                                                               Autism Pin Button Badge, 4 Badges, 32 mm, I am autistic, Please be patient I have autism, I am autistic not rude, B… https://t.co/OVU1qsfCLb
## 3961                                                                                                                                                0309 i stole this idea from pop &amp; its kinda half assed but they \n\n#milgram_bl https://t.co/Z2r422FC8i
## 3962                                                                                                                                                                 BL stories stop villainzing people who deal with their mental illness badly challenge 2k23
## 3963                                                                                                                O2 Recovery Drink Variety Pack, Oxyenated Electrolyte Drink for Daily Hydration, Includes Orange Mango, Grapefruit… https://t.co/QZnh8FSt3K
## 3964                                                                                                                                                                               @LayahHeilpern @elonmusk BL stands for boot licking. https://t.co/xTS5iuaASh
## 3965                                                                                                                                                                                      @nagrom_bl casey is coming back! look at their instagram or facebook!
## 3966                                                                                                                                                                              @bl_artcult @HODLFrance @DionMedici @IrrecusableNFT It’s just getting started
## 3967                                                                                                               Women's enjoyment of BL is inherently different than men who consume "lesbian" media because women are generally em… https://t.co/vv663sWSQI
## 3968                                                                                                                                             @_0_0_0_9_ @ClaireSilver12 @bl_artcult A fine a selection by Claire and great project to be part of! Congrats🍻
## 3969                                                                                                                                  The manhua has been feeding us so well\n \n#BL #animated #illustragram\n\nhttps://t.co/qJiK1PagA6 https://t.co/Hyp9QveirL
## 3970                                                                                                               The more f*fa documentaries i run while i play my mobile games the more I wonder how white privileged men like bl*t… https://t.co/qJjhMFVAer
## 3971                                                                                                                                                                                                                        @ESPNFC In 2nd photo he looks 60 ;p
## 3972                                                                                                                                                                                                                        Respect is not given, it is earned.
## 3973                                                                                                                                                                          I'm sorry but no, pls don't remake my fav Japanese bl 🥹🙏🏻 https://t.co/gfMPzpR36s
## 3974                                                                                                                                                                                                                                          see you bl sa pbw
## 3975                                                                                                             @illustrata_ai @bl_artcult @joynxyz @amli_art #expressionwithmeaning\n\nInspired by The Smiths album “meat is murder”… https://t.co/S26x9Ijh2D
## 3976                                                                                                                                                                                  @SupriyaShrinate @himantabiswa Ohhh my god... Sir hope you recover faster
## 3977                                                                                                                                                What is Content Governance? 4 Easy Steps to Create a Model in 2022 #marketing #tech https://t.co/yzWM9EkVTR
## 3978                                                                                                            Happy birthday William Blake. The English artist, poet &amp; printmaker, whose printing technology innovations allowed… https://t.co/xkBwM8KvZt
## 3979                                                                                                               @RehaLuvz_ @sinclairful Yes, it’s BL. Named Scum Villain Self-Saving System (or SVSSS).  If you asked me to describ… https://t.co/k1fCukgSsC
## 3980                                                                                                                                                                                      @Hana2SetbtS I only have BL thoughts for this https://t.co/fe7wExLRxJ
## 3981                                                                                                                                                                                                      @WilfredQuadros1 @alok_ajay @RSSorg Gutter mouth alok
## 3982                                                                                                                          VINTAGE USA LEVI'S 501xx BUTTON FLY DENIM JEANS 38" W 31" L MEDIUM WASHED BL https://t.co/yvjbGtMxFa eBay https://t.co/vquGwkLkrH
## 3983                                                                                                               both bl and bh side have some seriously biased takes and they are blind to every scenario that doesn't fit their na… https://t.co/eEj1XtsYBu
## 3984                                                                                                               @DST23674269 @BlueLockpic What more could you want? Scoring two goals, one as impossible as his shot from the middl… https://t.co/eAaT66Um14
## 3985                                                                                                       Just placed a solid order w/ B&amp;N, snagged strays on Amazon (I know, don't judge) &amp; hit up bl preorders with Yiggybe… https://t.co/Q1O0x8J7fJ
## 3986                                                                                                               I got a new tag notification at Bomtoon for #Syndrome (Stockholm Syndrome by Kimba) and I just want to say, some of… https://t.co/2l8yEdYkgz
## 3987                                                                                                                                                                                        my babies 😭💕 #19days #19days409 #manhua #bl https://t.co/ZH0KXztjE9
## 3988                                                                                                                                                                    @joynxyz @amli_art @bl_artcult Thanks so much for all your help putting this together!!
## 3989                                                                                                                                       Prothane 7-1607-BL Black Differential Carrier Bushing Kit FKFTLHE\n\nhttps://t.co/rDJ3RrhszY https://t.co/CcNqWG4FSN
## 3990                                                                                                          TOP BL'S DO ANO\nMyunho 5-minute Chart\n\n1. To Sir, With Love [+1] *new peak*\n2. The Miracle of Teddy Bear [-1]\n3. No… https://t.co/PmROISoyok
## 3991                                                                                                               @TimRunsHisMouth 100% true. BLM couldn’t care less about BL. Scam. I challenge anyone to give me one example of how… https://t.co/RtjvORpbaR
## 3992                                                                                                                                             Prothane 8-702-BL Black Rack and Pinion Bushing Kit IUOPNTB\n\nhttps://t.co/E67V7GjNb9 https://t.co/pzv5wwy2SF
## 3993                                                                                                                                     Prothane 19-1722-BL Black 2 5" X 2 5" Shock Reservoir Mount F01QSD6\n\nhttps://t.co/dyw3YpqhNC https://t.co/4QwTSBx9NG
## 3994                                                                                                                                    Trust me! You'll get addicted to this story!\n \n#real #bl #Artstyle\n\nhttps://t.co/SlzncK9O6r https://t.co/j53r8m5Eiw
## 3995 semes that like to take uke's dick in the mouth &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;\n\n#boyslove #yaoipages #yaoi #manwha #BL
## 3996                                                                                                                                                                                                                   i won't talk abt yr bc idk this bl is um
## 3997                                                                                                                      @BeckyLynchWWE Skynets newest &amp; Deadliest Model....\nThe Model BL-101\n\nThe Man-inator\n\n@BeckyLynchWWE https://t.co/65ZHZvNdLc
## 3998                                                                                                                @SeanRossSapp I get everyone is saying Sami will team up with KO and they will turn on the BL but wouldn’t it be a… https://t.co/fjtp0JmLoi
## 3999                                                                                                              I feel that now we're living an era in BL's series of: \n"He seems a bad boy but he's really a soft boy". \nIn which… https://t.co/JrtElNQXHg
## 4000                                                                                                                                                                                                    @fort_fts Happy birthday Fort🎊🎉 https://t.co/G4RhUPNpD4
## 4001                                                                                                                  The plot of "My Nine Female Disciples" is like a roller coaster of emotion. It's riveting and full of surprises!… https://t.co/MRBHe1SWyI
## 4002                                                                                                                                  The manhua has been feeding us so well\n \n#shxtou #DemonApartment #BL\n\nhttps://t.co/H46vJuSRE2 https://t.co/jbaClQ6GFv
## 4003                                                                                                              @VegasPeteLover @biblesbiu_ I read the novel first VP book 📖 cause I just loved 😍💙  Pete's poster \nI didn't watch e… https://t.co/QK3BSbmvBx
## 4004                                                                                                                                                                             It’s a bl**dy disgrace! How dare they! @Tobias_Ellwood https://t.co/783qHxkcGI
## 4005                                                                                                           me being french &amp; forcebook 1st bl revolving around France has to be destiny, I'm taking it as a very personal mess… https://t.co/vEydHTQQRF
## 4006                                                                                                                             @_Messimerizing_ If a song continues to stabilised with 2M by next year then we can say but otherwise BL is still going strong
## 4007                                                                                                                                                                                                          @bl_artcult @illustrata_ai @amli_art Likewise ✨🤝
## 4008                                                                                                               AISIBO Mini Auto Car Garbage Can Automotive Vehicle Rubbish Bins, Small Trash Can Cup Holder for Bedroom Office Des… https://t.co/PdlkxxddU1
## 4009                                                                                                                Here is a sample of concertina books made by the Year 4 and 5 pupils at English Martyrs. Some of the children have… https://t.co/7OQkHyEu15
##                  created
## 1    2022-11-29 23:59:35
## 2    2022-11-29 23:59:27
## 3    2022-11-29 23:59:21
## 4    2022-11-29 23:59:02
## 5    2022-11-29 23:58:59
## 6    2022-11-29 23:58:59
## 7    2022-11-29 23:58:53
## 8    2022-11-29 23:58:13
## 9    2022-11-29 23:57:49
## 10   2022-11-29 23:57:47
## 11   2022-11-29 23:57:42
## 12   2022-11-29 23:57:02
## 13   2022-11-29 23:56:38
## 14   2022-11-29 23:55:48
## 15   2022-11-29 23:55:19
## 16   2022-11-29 23:54:52
## 17   2022-11-29 23:54:37
## 18   2022-11-29 23:54:04
## 19   2022-11-29 23:53:48
## 20   2022-11-29 23:53:44
## 21   2022-11-29 23:52:57
## 22   2022-11-29 23:52:01
## 23   2022-11-29 23:51:34
## 24   2022-11-29 23:50:51
## 25   2022-11-29 23:50:27
## 26   2022-11-29 23:50:19
## 27   2022-11-29 23:50:00
## 28   2022-11-29 23:49:53
## 29   2022-11-29 23:49:31
## 30   2022-11-29 23:49:22
## 31   2022-11-29 23:49:13
## 32   2022-11-29 23:48:00
## 33   2022-11-29 23:47:38
## 34   2022-11-29 23:47:23
## 35   2022-11-29 23:47:17
## 36   2022-11-29 23:46:45
## 37   2022-11-29 23:46:45
## 38   2022-11-29 23:46:34
## 39   2022-11-29 23:46:30
## 40   2022-11-29 23:46:20
## 41   2022-11-29 23:46:19
## 42   2022-11-29 23:45:23
## 43   2022-11-29 23:44:30
## 44   2022-11-29 23:44:06
## 45   2022-11-29 23:42:09
## 46   2022-11-29 23:42:03
## 47   2022-11-29 23:41:36
## 48   2022-11-29 23:40:47
## 49   2022-11-29 23:40:41
## 50   2022-11-29 23:40:25
## 51   2022-11-29 23:40:02
## 52   2022-11-29 23:39:35
## 53   2022-11-29 23:39:27
## 54   2022-11-29 23:38:42
## 55   2022-11-29 23:38:20
## 56   2022-11-29 23:38:14
## 57   2022-11-29 23:37:46
## 58   2022-11-29 23:37:29
## 59   2022-11-29 23:36:04
## 60   2022-11-29 23:33:22
## 61   2022-11-29 23:33:20
## 62   2022-11-29 23:33:07
## 63   2022-11-29 23:32:59
## 64   2022-11-29 23:32:25
## 65   2022-11-29 23:32:24
## 66   2022-11-29 23:31:55
## 67   2022-11-29 23:31:38
## 68   2022-11-29 23:31:10
## 69   2022-11-29 23:30:58
## 70   2022-11-29 23:29:20
## 71   2022-11-29 23:29:09
## 72   2022-11-29 23:27:22
## 73   2022-11-29 23:27:10
## 74   2022-11-29 23:26:07
## 75   2022-11-29 23:26:02
## 76   2022-11-29 23:25:36
## 77   2022-11-29 23:25:34
## 78   2022-11-29 23:25:15
## 79   2022-11-29 23:25:14
## 80   2022-11-29 23:25:14
## 81   2022-11-29 23:24:40
## 82   2022-11-29 23:22:48
## 83   2022-11-29 23:22:37
## 84   2022-11-29 23:22:31
## 85   2022-11-29 23:22:29
## 86   2022-11-29 23:22:23
## 87   2022-11-29 23:22:19
## 88   2022-11-29 23:22:12
## 89   2022-11-29 23:21:13
## 90   2022-11-29 23:20:42
## 91   2022-11-29 23:20:24
## 92   2022-11-29 23:20:18
## 93   2022-11-29 23:20:16
## 94   2022-11-29 23:20:03
## 95   2022-11-29 23:19:50
## 96   2022-11-29 23:19:45
## 97   2022-11-29 23:19:41
## 98   2022-11-29 23:19:40
## 99   2022-11-29 23:18:04
## 100  2022-11-29 23:17:44
## 101  2022-11-29 23:17:42
## 102  2022-11-29 23:17:40
## 103  2022-11-29 23:17:33
## 104  2022-11-29 23:17:02
## 105  2022-11-29 23:16:58
## 106  2022-11-29 23:16:22
## 107  2022-11-29 23:15:51
## 108  2022-11-29 23:15:37
## 109  2022-11-29 23:15:27
## 110  2022-11-29 23:14:59
## 111  2022-11-29 23:14:48
## 112  2022-11-29 23:14:10
## 113  2022-11-29 23:14:06
## 114  2022-11-29 23:13:46
## 115  2022-11-29 23:13:09
## 116  2022-11-29 23:13:04
## 117  2022-11-29 23:12:12
## 118  2022-11-29 23:12:10
## 119  2022-11-29 23:12:02
## 120  2022-11-29 23:10:50
## 121  2022-11-29 23:10:42
## 122  2022-11-29 23:10:41
## 123  2022-11-29 23:10:14
## 124  2022-11-29 23:09:49
## 125  2022-11-29 23:09:44
## 126  2022-11-29 23:08:38
## 127  2022-11-29 23:08:15
## 128  2022-11-29 23:07:59
## 129  2022-11-29 23:07:59
## 130  2022-11-29 23:07:21
## 131  2022-11-29 23:07:01
## 132  2022-11-29 23:06:45
## 133  2022-11-29 23:05:45
## 134  2022-11-29 23:05:33
## 135  2022-11-29 23:05:26
## 136  2022-11-29 23:04:53
## 137  2022-11-29 23:04:53
## 138  2022-11-29 23:04:30
## 139  2022-11-29 23:04:15
## 140  2022-11-29 23:03:06
## 141  2022-11-29 23:02:37
## 142  2022-11-29 23:02:32
## 143  2022-11-29 23:02:31
## 144  2022-11-29 23:01:45
## 145  2022-11-29 23:01:34
## 146  2022-11-29 23:01:20
## 147  2022-11-29 23:01:18
## 148  2022-11-29 22:59:29
## 149  2022-11-29 22:59:01
## 150  2022-11-29 22:59:01
## 151  2022-11-29 22:58:44
## 152  2022-11-29 22:58:31
## 153  2022-11-29 22:58:31
## 154  2022-11-29 22:58:04
## 155  2022-11-29 22:57:22
## 156  2022-11-29 22:57:14
## 157  2022-11-29 22:57:09
## 158  2022-11-29 22:57:05
## 159  2022-11-29 22:56:51
## 160  2022-11-29 22:56:48
## 161  2022-11-29 22:56:37
## 162  2022-11-29 22:56:33
## 163  2022-11-29 22:56:25
## 164  2022-11-29 22:56:14
## 165  2022-11-29 22:55:13
## 166  2022-11-29 22:55:12
## 167  2022-11-29 22:55:02
## 168  2022-11-29 22:54:58
## 169  2022-11-29 22:54:47
## 170  2022-11-29 22:54:23
## 171  2022-11-29 22:54:03
## 172  2022-11-29 22:53:38
## 173  2022-11-29 22:52:28
## 174  2022-11-29 22:52:27
## 175  2022-11-29 22:52:04
## 176  2022-11-29 22:52:00
## 177  2022-11-29 22:51:51
## 178  2022-11-29 22:51:19
## 179  2022-11-29 22:50:45
## 180  2022-11-29 22:50:22
## 181  2022-11-29 22:49:34
## 182  2022-11-29 22:49:22
## 183  2022-11-29 22:48:08
## 184  2022-11-29 22:47:10
## 185  2022-11-29 22:46:55
## 186  2022-11-29 22:46:40
## 187  2022-11-29 22:46:03
## 188  2022-11-29 22:45:28
## 189  2022-11-29 22:45:07
## 190  2022-11-29 22:44:56
## 191  2022-11-29 22:44:40
## 192  2022-11-29 22:43:43
## 193  2022-11-29 22:43:09
## 194  2022-11-29 22:42:54
## 195  2022-11-29 22:42:48
## 196  2022-11-29 22:42:23
## 197  2022-11-29 22:42:17
## 198  2022-11-29 22:42:11
## 199  2022-11-29 22:42:11
## 200  2022-11-29 22:41:53
## 201  2022-11-29 22:41:29
## 202  2022-11-29 22:40:51
## 203  2022-11-29 22:40:15
## 204  2022-11-29 22:40:13
## 205  2022-11-29 22:40:11
## 206  2022-11-29 22:40:05
## 207  2022-11-29 22:39:58
## 208  2022-11-29 22:39:29
## 209  2022-11-29 22:39:02
## 210  2022-11-29 22:38:31
## 211  2022-11-29 22:38:20
## 212  2022-11-29 22:38:20
## 213  2022-11-29 22:38:03
## 214  2022-11-29 22:37:27
## 215  2022-11-29 22:36:18
## 216  2022-11-29 22:36:02
## 217  2022-11-29 22:34:33
## 218  2022-11-29 22:34:30
## 219  2022-11-29 22:34:28
## 220  2022-11-29 22:34:24
## 221  2022-11-29 22:34:01
## 222  2022-11-29 22:34:01
## 223  2022-11-29 22:32:17
## 224  2022-11-29 22:32:12
## 225  2022-11-29 22:32:06
## 226  2022-11-29 22:32:01
## 227  2022-11-29 22:31:02
## 228  2022-11-29 22:30:58
## 229  2022-11-29 22:29:42
## 230  2022-11-29 22:29:24
## 231  2022-11-29 22:28:58
## 232  2022-11-29 22:28:55
## 233  2022-11-29 22:28:18
## 234  2022-11-29 22:28:12
## 235  2022-11-29 22:28:02
## 236  2022-11-29 22:27:54
## 237  2022-11-29 22:27:03
## 238  2022-11-29 22:27:01
## 239  2022-11-29 22:26:55
## 240  2022-11-29 22:25:32
## 241  2022-11-29 22:24:16
## 242  2022-11-29 22:23:53
## 243  2022-11-29 22:23:29
## 244  2022-11-29 22:23:22
## 245  2022-11-29 22:22:49
## 246  2022-11-29 22:21:20
## 247  2022-11-29 22:21:10
## 248  2022-11-29 22:20:12
## 249  2022-11-29 22:19:59
## 250  2022-11-29 22:19:26
## 251  2022-11-29 22:18:47
## 252  2022-11-29 22:16:47
## 253  2022-11-29 22:15:56
## 254  2022-11-29 22:14:09
## 255  2022-11-29 22:14:07
## 256  2022-11-29 22:13:50
## 257  2022-11-29 22:13:43
## 258  2022-11-29 22:13:27
## 259  2022-11-29 22:12:56
## 260  2022-11-29 22:11:57
## 261  2022-11-29 22:11:43
## 262  2022-11-29 22:11:31
## 263  2022-11-29 22:11:05
## 264  2022-11-29 22:09:51
## 265  2022-11-29 22:09:44
## 266  2022-11-29 22:09:35
## 267  2022-11-29 22:09:34
## 268  2022-11-29 22:09:33
## 269  2022-11-29 22:09:15
## 270  2022-11-29 22:08:43
## 271  2022-11-29 22:07:46
## 272  2022-11-29 22:07:14
## 273  2022-11-29 22:06:16
## 274  2022-11-29 22:06:12
## 275  2022-11-29 22:06:08
## 276  2022-11-29 22:04:39
## 277  2022-11-29 22:03:47
## 278  2022-11-29 22:03:40
## 279  2022-11-29 22:03:26
## 280  2022-11-29 22:03:01
## 281  2022-11-29 22:02:52
## 282  2022-11-29 22:02:34
## 283  2022-11-29 22:01:31
## 284  2022-11-29 22:01:24
## 285  2022-11-29 22:00:02
## 286  2022-11-29 21:58:46
## 287  2022-11-29 21:58:37
## 288  2022-11-29 21:58:10
## 289  2022-11-29 21:58:03
## 290  2022-11-29 21:56:07
## 291  2022-11-29 21:55:03
## 292  2022-11-29 21:54:50
## 293  2022-11-29 21:54:49
## 294  2022-11-29 21:53:44
## 295  2022-11-29 21:53:43
## 296  2022-11-29 21:53:19
## 297  2022-11-29 21:52:39
## 298  2022-11-29 21:52:27
## 299  2022-11-29 21:51:10
## 300  2022-11-29 21:51:00
## 301  2022-11-29 21:50:22
## 302  2022-11-29 21:49:27
## 303  2022-11-29 21:49:16
## 304  2022-11-29 21:48:33
## 305  2022-11-29 21:48:03
## 306  2022-11-29 21:47:36
## 307  2022-11-29 21:46:20
## 308  2022-11-29 21:46:00
## 309  2022-11-29 21:45:06
## 310  2022-11-29 21:44:57
## 311  2022-11-29 21:44:00
## 312  2022-11-29 21:43:35
## 313  2022-11-29 21:43:30
## 314  2022-11-29 21:43:27
## 315  2022-11-29 21:43:24
## 316  2022-11-29 21:43:09
## 317  2022-11-29 21:42:52
## 318  2022-11-29 21:42:28
## 319  2022-11-29 21:42:00
## 320  2022-11-29 21:41:56
## 321  2022-11-29 21:41:37
## 322  2022-11-29 21:41:12
## 323  2022-11-29 21:40:50
## 324  2022-11-29 21:40:31
## 325  2022-11-29 21:40:20
## 326  2022-11-29 21:40:12
## 327  2022-11-29 21:40:03
## 328  2022-11-29 21:39:57
## 329  2022-11-29 21:39:52
## 330  2022-11-29 21:39:26
## 331  2022-11-29 21:38:24
## 332  2022-11-29 21:37:55
## 333  2022-11-29 21:37:25
## 334  2022-11-29 21:36:26
## 335  2022-11-29 21:36:15
## 336  2022-11-29 21:35:03
## 337  2022-11-29 21:34:41
## 338  2022-11-29 21:33:49
## 339  2022-11-29 21:32:30
## 340  2022-11-29 21:31:35
## 341  2022-11-29 21:31:22
## 342  2022-11-29 21:30:20
## 343  2022-11-29 21:29:58
## 344  2022-11-29 21:29:48
## 345  2022-11-29 21:29:47
## 346  2022-11-29 21:29:26
## 347  2022-11-29 21:29:06
## 348  2022-11-29 21:28:52
## 349  2022-11-29 21:28:36
## 350  2022-11-29 21:28:27
## 351  2022-11-29 21:28:02
## 352  2022-11-29 21:27:35
## 353  2022-11-29 21:26:55
## 354  2022-11-29 21:26:44
## 355  2022-11-29 21:26:31
## 356  2022-11-29 21:25:49
## 357  2022-11-29 21:24:51
## 358  2022-11-29 21:24:46
## 359  2022-11-29 21:24:36
## 360  2022-11-29 21:24:24
## 361  2022-11-29 21:23:42
## 362  2022-11-29 21:23:33
## 363  2022-11-29 21:23:00
## 364  2022-11-29 21:22:26
## 365  2022-11-29 21:21:51
## 366  2022-11-29 21:21:40
## 367  2022-11-29 21:20:46
## 368  2022-11-29 21:20:44
## 369  2022-11-29 21:20:27
## 370  2022-11-29 21:19:59
## 371  2022-11-29 21:19:36
## 372  2022-11-29 21:17:03
## 373  2022-11-29 21:16:54
## 374  2022-11-29 21:16:50
## 375  2022-11-29 21:16:02
## 376  2022-11-29 21:15:48
## 377  2022-11-29 21:15:47
## 378  2022-11-29 21:15:45
## 379  2022-11-29 21:14:53
## 380  2022-11-29 21:14:07
## 381  2022-11-29 21:13:39
## 382  2022-11-29 21:12:29
## 383  2022-11-29 21:12:19
## 384  2022-11-29 21:11:47
## 385  2022-11-29 21:11:30
## 386  2022-11-29 21:11:30
## 387  2022-11-29 21:10:58
## 388  2022-11-29 21:10:49
## 389  2022-11-29 21:09:28
## 390  2022-11-29 21:09:28
## 391  2022-11-29 21:09:00
## 392  2022-11-29 21:09:00
## 393  2022-11-29 21:08:43
## 394  2022-11-29 21:08:30
## 395  2022-11-29 21:07:17
## 396  2022-11-29 21:07:04
## 397  2022-11-29 21:06:51
## 398  2022-11-29 21:06:30
## 399  2022-11-29 21:06:08
## 400  2022-11-29 21:06:06
## 401  2022-11-29 21:05:47
## 402  2022-11-29 21:05:16
## 403  2022-11-29 21:05:16
## 404  2022-11-29 21:05:02
## 405  2022-11-29 21:04:55
## 406  2022-11-29 21:02:39
## 407  2022-11-29 21:02:25
## 408  2022-11-29 21:02:14
## 409  2022-11-29 21:02:09
## 410  2022-11-29 21:01:57
## 411  2022-11-29 21:01:36
## 412  2022-11-29 21:01:35
## 413  2022-11-29 21:01:25
## 414  2022-11-29 21:01:24
## 415  2022-11-29 21:01:03
## 416  2022-11-29 21:00:34
## 417  2022-11-29 21:00:03
## 418  2022-11-29 20:59:37
## 419  2022-11-29 20:59:14
## 420  2022-11-29 20:58:43
## 421  2022-11-29 20:58:36
## 422  2022-11-29 20:58:26
## 423  2022-11-29 20:57:57
## 424  2022-11-29 20:57:23
## 425  2022-11-29 20:57:17
## 426  2022-11-29 20:57:00
## 427  2022-11-29 20:57:00
## 428  2022-11-29 20:56:57
## 429  2022-11-29 20:56:52
## 430  2022-11-29 20:56:49
## 431  2022-11-29 20:56:21
## 432  2022-11-29 20:56:06
## 433  2022-11-29 20:56:04
## 434  2022-11-29 20:55:05
## 435  2022-11-29 20:55:00
## 436  2022-11-29 20:54:58
## 437  2022-11-29 20:54:15
## 438  2022-11-29 20:54:12
## 439  2022-11-29 20:54:09
## 440  2022-11-29 20:53:40
## 441  2022-11-29 20:53:24
## 442  2022-11-29 20:53:23
## 443  2022-11-29 20:53:19
## 444  2022-11-29 20:53:10
## 445  2022-11-29 20:53:04
## 446  2022-11-29 20:52:57
## 447  2022-11-29 20:52:48
## 448  2022-11-29 20:52:19
## 449  2022-11-29 20:51:52
## 450  2022-11-29 20:51:27
## 451  2022-11-29 20:51:23
## 452  2022-11-29 20:51:11
## 453  2022-11-29 20:50:53
## 454  2022-11-29 20:50:42
## 455  2022-11-29 20:50:07
## 456  2022-11-29 20:50:07
## 457  2022-11-29 20:49:40
## 458  2022-11-29 20:48:38
## 459  2022-11-29 20:48:37
## 460  2022-11-29 20:48:30
## 461  2022-11-29 20:48:07
## 462  2022-11-29 20:47:58
## 463  2022-11-29 20:47:46
## 464  2022-11-29 20:47:16
## 465  2022-11-29 20:46:37
## 466  2022-11-29 20:45:27
## 467  2022-11-29 20:44:40
## 468  2022-11-29 20:44:37
## 469  2022-11-29 20:43:10
## 470  2022-11-29 20:43:01
## 471  2022-11-29 20:42:43
## 472  2022-11-29 20:42:31
## 473  2022-11-29 20:41:46
## 474  2022-11-29 20:41:42
## 475  2022-11-29 20:41:26
## 476  2022-11-29 20:41:18
## 477  2022-11-29 20:40:30
## 478  2022-11-29 20:40:18
## 479  2022-11-29 20:39:15
## 480  2022-11-29 20:38:55
## 481  2022-11-29 20:38:54
## 482  2022-11-29 20:38:10
## 483  2022-11-29 20:38:05
## 484  2022-11-29 20:37:46
## 485  2022-11-29 20:36:28
## 486  2022-11-29 20:36:23
## 487  2022-11-29 20:35:59
## 488  2022-11-29 20:35:02
## 489  2022-11-29 20:34:58
## 490  2022-11-29 20:34:42
## 491  2022-11-29 20:33:56
## 492  2022-11-29 20:33:45
## 493  2022-11-29 20:33:11
## 494  2022-11-29 20:33:08
## 495  2022-11-29 20:32:43
## 496  2022-11-29 20:32:20
## 497  2022-11-29 20:31:34
## 498  2022-11-29 20:30:35
## 499  2022-11-29 20:30:03
## 500  2022-11-29 20:30:00
## 501  2022-11-29 20:29:37
## 502  2022-11-29 20:27:17
## 503  2022-11-29 20:26:16
## 504  2022-11-29 20:24:54
## 505  2022-11-29 20:24:49
## 506  2022-11-29 20:24:24
## 507  2022-11-29 20:24:21
## 508  2022-11-29 20:23:11
## 509  2022-11-29 20:23:09
## 510  2022-11-29 20:22:40
## 511  2022-11-29 20:21:57
## 512  2022-11-29 20:21:48
## 513  2022-11-29 20:21:21
## 514  2022-11-29 20:20:52
## 515  2022-11-29 20:20:49
## 516  2022-11-29 20:20:15
## 517  2022-11-29 20:20:12
## 518  2022-11-29 20:19:57
## 519  2022-11-29 20:19:36
## 520  2022-11-29 20:18:58
## 521  2022-11-29 20:18:53
## 522  2022-11-29 20:18:48
## 523  2022-11-29 20:18:46
## 524  2022-11-29 20:18:29
## 525  2022-11-29 20:17:04
## 526  2022-11-29 20:16:28
## 527  2022-11-29 20:16:13
## 528  2022-11-29 20:16:09
## 529  2022-11-29 20:15:48
## 530  2022-11-29 20:15:36
## 531  2022-11-29 20:15:29
## 532  2022-11-29 20:15:20
## 533  2022-11-29 20:14:46
## 534  2022-11-29 20:14:09
## 535  2022-11-29 20:13:35
## 536  2022-11-29 20:13:26
## 537  2022-11-29 20:13:14
## 538  2022-11-29 20:13:01
## 539  2022-11-29 20:12:58
## 540  2022-11-29 20:12:24
## 541  2022-11-29 20:12:23
## 542  2022-11-29 20:12:03
## 543  2022-11-29 20:11:43
## 544  2022-11-29 20:11:38
## 545  2022-11-29 20:11:14
## 546  2022-11-29 20:11:01
## 547  2022-11-29 20:10:47
## 548  2022-11-29 20:10:26
## 549  2022-11-29 20:10:12
## 550  2022-11-29 20:09:31
## 551  2022-11-29 20:07:32
## 552  2022-11-29 20:07:26
## 553  2022-11-29 20:07:00
## 554  2022-11-29 20:07:00
## 555  2022-11-29 20:06:50
## 556  2022-11-29 20:06:26
## 557  2022-11-29 20:05:54
## 558  2022-11-29 20:05:46
## 559  2022-11-29 20:05:10
## 560  2022-11-29 20:05:08
## 561  2022-11-29 20:05:05
## 562  2022-11-29 20:04:35
## 563  2022-11-29 20:04:22
## 564  2022-11-29 20:04:07
## 565  2022-11-29 20:03:52
## 566  2022-11-29 20:03:46
## 567  2022-11-29 20:03:33
## 568  2022-11-29 20:03:26
## 569  2022-11-29 20:03:25
## 570  2022-11-29 20:03:12
## 571  2022-11-29 20:03:10
## 572  2022-11-29 20:02:49
## 573  2022-11-29 20:02:28
## 574  2022-11-29 20:02:00
## 575  2022-11-29 20:02:00
## 576  2022-11-29 20:01:38
## 577  2022-11-29 20:00:22
## 578  2022-11-29 20:00:09
## 579  2022-11-29 20:00:08
## 580  2022-11-29 19:59:45
## 581  2022-11-29 19:58:52
## 582  2022-11-29 19:58:49
## 583  2022-11-29 19:58:17
## 584  2022-11-29 19:58:00
## 585  2022-11-29 19:57:54
## 586  2022-11-29 19:57:17
## 587  2022-11-29 19:57:02
## 588  2022-11-29 19:56:53
## 589  2022-11-29 19:55:52
## 590  2022-11-29 19:55:49
## 591  2022-11-29 19:55:00
## 592  2022-11-29 19:54:51
## 593  2022-11-29 19:54:44
## 594  2022-11-29 19:54:35
## 595  2022-11-29 19:54:17
## 596  2022-11-29 19:53:15
## 597  2022-11-29 19:53:15
## 598  2022-11-29 19:53:09
## 599  2022-11-29 19:53:04
## 600  2022-11-29 19:52:58
## 601  2022-11-29 19:52:50
## 602  2022-11-29 19:52:36
## 603  2022-11-29 19:52:33
## 604  2022-11-29 19:52:18
## 605  2022-11-29 19:51:40
## 606  2022-11-29 19:51:38
## 607  2022-11-29 19:51:36
## 608  2022-11-29 19:51:07
## 609  2022-11-29 19:50:37
## 610  2022-11-29 19:50:21
## 611  2022-11-29 19:50:15
## 612  2022-11-29 19:50:15
## 613  2022-11-29 19:48:59
## 614  2022-11-29 19:47:46
## 615  2022-11-29 19:47:45
## 616  2022-11-29 19:47:45
## 617  2022-11-29 19:47:22
## 618  2022-11-29 19:46:36
## 619  2022-11-29 19:46:26
## 620  2022-11-29 19:46:17
## 621  2022-11-29 19:45:35
## 622  2022-11-29 19:45:21
## 623  2022-11-29 19:44:51
## 624  2022-11-29 19:44:21
## 625  2022-11-29 19:43:59
## 626  2022-11-29 19:43:36
## 627  2022-11-29 19:43:31
## 628  2022-11-29 19:43:29
## 629  2022-11-29 19:42:45
## 630  2022-11-29 19:42:45
## 631  2022-11-29 19:42:00
## 632  2022-11-29 19:42:00
## 633  2022-11-29 19:41:47
## 634  2022-11-29 19:40:15
## 635  2022-11-29 19:40:15
## 636  2022-11-29 19:37:36
## 637  2022-11-29 19:37:02
## 638  2022-11-29 19:36:55
## 639  2022-11-29 19:36:51
## 640  2022-11-29 19:36:49
## 641  2022-11-29 19:36:34
## 642  2022-11-29 19:35:45
## 643  2022-11-29 19:35:38
## 644  2022-11-29 19:35:27
## 645  2022-11-29 19:35:15
## 646  2022-11-29 19:35:15
## 647  2022-11-29 19:34:55
## 648  2022-11-29 19:34:42
## 649  2022-11-29 19:34:14
## 650  2022-11-29 19:33:35
## 651  2022-11-29 19:33:30
## 652  2022-11-29 19:33:30
## 653  2022-11-29 19:33:06
## 654  2022-11-29 19:32:43
## 655  2022-11-29 19:31:57
## 656  2022-11-29 19:31:40
## 657  2022-11-29 19:31:35
## 658  2022-11-29 19:31:35
## 659  2022-11-29 19:30:57
## 660  2022-11-29 19:30:41
## 661  2022-11-29 19:29:54
## 662  2022-11-29 19:29:52
## 663  2022-11-29 19:29:45
## 664  2022-11-29 19:29:45
## 665  2022-11-29 19:28:59
## 666  2022-11-29 19:28:58
## 667  2022-11-29 19:28:48
## 668  2022-11-29 19:26:51
## 669  2022-11-29 19:26:09
## 670  2022-11-29 19:25:49
## 671  2022-11-29 19:25:47
## 672  2022-11-29 19:24:04
## 673  2022-11-29 19:24:00
## 674  2022-11-29 19:23:46
## 675  2022-11-29 19:23:44
## 676  2022-11-29 19:23:29
## 677  2022-11-29 19:22:34
## 678  2022-11-29 19:22:30
## 679  2022-11-29 19:22:07
## 680  2022-11-29 19:21:52
## 681  2022-11-29 19:21:24
## 682  2022-11-29 19:20:44
## 683  2022-11-29 19:20:22
## 684  2022-11-29 19:20:14
## 685  2022-11-29 19:19:44
## 686  2022-11-29 19:19:43
## 687  2022-11-29 19:19:15
## 688  2022-11-29 19:19:13
## 689  2022-11-29 19:19:04
## 690  2022-11-29 19:18:21
## 691  2022-11-29 19:17:49
## 692  2022-11-29 19:17:00
## 693  2022-11-29 19:17:00
## 694  2022-11-29 19:16:58
## 695  2022-11-29 19:16:32
## 696  2022-11-29 19:16:29
## 697  2022-11-29 19:15:50
## 698  2022-11-29 19:15:48
## 699  2022-11-29 19:14:44
## 700  2022-11-29 19:14:35
## 701  2022-11-29 19:13:35
## 702  2022-11-29 19:13:26
## 703  2022-11-29 19:13:25
## 704  2022-11-29 19:13:01
## 705  2022-11-29 19:12:35
## 706  2022-11-29 19:12:20
## 707  2022-11-29 19:11:39
## 708  2022-11-29 19:11:10
## 709  2022-11-29 19:10:17
## 710  2022-11-29 19:09:18
## 711  2022-11-29 19:09:16
## 712  2022-11-29 19:08:33
## 713  2022-11-29 19:08:17
## 714  2022-11-29 19:08:14
## 715  2022-11-29 19:07:29
## 716  2022-11-29 19:05:20
## 717  2022-11-29 19:04:57
## 718  2022-11-29 19:04:29
## 719  2022-11-29 19:03:40
## 720  2022-11-29 19:03:17
## 721  2022-11-29 19:03:01
## 722  2022-11-29 19:02:45
## 723  2022-11-29 19:01:39
## 724  2022-11-29 19:01:26
## 725  2022-11-29 19:01:00
## 726  2022-11-29 19:00:18
## 727  2022-11-29 18:59:51
## 728  2022-11-29 18:59:27
## 729  2022-11-29 18:58:49
## 730  2022-11-29 18:57:57
## 731  2022-11-29 18:57:52
## 732  2022-11-29 18:57:18
## 733  2022-11-29 18:57:10
## 734  2022-11-29 18:56:51
## 735  2022-11-29 18:56:34
## 736  2022-11-29 18:56:33
## 737  2022-11-29 18:55:56
## 738  2022-11-29 18:55:35
## 739  2022-11-29 18:55:32
## 740  2022-11-29 18:55:15
## 741  2022-11-29 18:55:15
## 742  2022-11-29 18:55:02
## 743  2022-11-29 18:54:58
## 744  2022-11-29 18:54:27
## 745  2022-11-29 18:54:23
## 746  2022-11-29 18:54:04
## 747  2022-11-29 18:53:48
## 748  2022-11-29 18:53:08
## 749  2022-11-29 18:52:43
## 750  2022-11-29 18:52:31
## 751  2022-11-29 18:51:54
## 752  2022-11-29 18:51:46
## 753  2022-11-29 18:51:36
## 754  2022-11-29 18:51:32
## 755  2022-11-29 18:51:30
## 756  2022-11-29 18:50:15
## 757  2022-11-29 18:50:15
## 758  2022-11-29 18:49:10
## 759  2022-11-29 18:49:06
## 760  2022-11-29 18:48:50
## 761  2022-11-29 18:48:45
## 762  2022-11-29 18:48:44
## 763  2022-11-29 18:48:44
## 764  2022-11-29 18:48:32
## 765  2022-11-29 18:48:30
## 766  2022-11-29 18:47:37
## 767  2022-11-29 18:47:13
## 768  2022-11-29 18:46:21
## 769  2022-11-29 18:46:18
## 770  2022-11-29 18:45:42
## 771  2022-11-29 18:45:23
## 772  2022-11-29 18:45:20
## 773  2022-11-29 18:45:16
## 774  2022-11-29 18:45:01
## 775  2022-11-29 18:44:41
## 776  2022-11-29 18:44:15
## 777  2022-11-29 18:44:08
## 778  2022-11-29 18:42:44
## 779  2022-11-29 18:42:40
## 780  2022-11-29 18:42:39
## 781  2022-11-29 18:42:19
## 782  2022-11-29 18:41:48
## 783  2022-11-29 18:41:47
## 784  2022-11-29 18:41:46
## 785  2022-11-29 18:41:36
## 786  2022-11-29 18:40:58
## 787  2022-11-29 18:40:48
## 788  2022-11-29 18:40:14
## 789  2022-11-29 18:39:49
## 790  2022-11-29 18:39:43
## 791  2022-11-29 18:39:30
## 792  2022-11-29 18:39:13
## 793  2022-11-29 18:37:58
## 794  2022-11-29 18:37:57
## 795  2022-11-29 18:37:18
## 796  2022-11-29 18:37:02
## 797  2022-11-29 18:36:46
## 798  2022-11-29 18:36:30
## 799  2022-11-29 18:36:19
## 800  2022-11-29 18:36:12
## 801  2022-11-29 18:35:46
## 802  2022-11-29 18:35:10
## 803  2022-11-29 18:34:48
## 804  2022-11-29 18:34:23
## 805  2022-11-29 18:34:23
## 806  2022-11-29 18:34:10
## 807  2022-11-29 18:34:01
## 808  2022-11-29 18:33:34
## 809  2022-11-29 18:33:21
## 810  2022-11-29 18:33:18
## 811  2022-11-29 18:33:11
## 812  2022-11-29 18:32:57
## 813  2022-11-29 18:32:53
## 814  2022-11-29 18:32:50
## 815  2022-11-29 18:32:32
## 816  2022-11-29 18:31:43
## 817  2022-11-29 18:31:17
## 818  2022-11-29 18:31:09
## 819  2022-11-29 18:31:01
## 820  2022-11-29 18:30:35
## 821  2022-11-29 18:29:29
## 822  2022-11-29 18:28:08
## 823  2022-11-29 18:27:59
## 824  2022-11-29 18:27:48
## 825  2022-11-29 18:27:42
## 826  2022-11-29 18:27:41
## 827  2022-11-29 18:27:32
## 828  2022-11-29 18:26:55
## 829  2022-11-29 18:26:44
## 830  2022-11-29 18:26:25
## 831  2022-11-29 18:26:16
## 832  2022-11-29 18:26:10
## 833  2022-11-29 18:25:08
## 834  2022-11-29 18:25:06
## 835  2022-11-29 18:24:43
## 836  2022-11-29 18:24:37
## 837  2022-11-29 18:24:25
## 838  2022-11-29 18:24:14
## 839  2022-11-29 18:23:41
## 840  2022-11-29 18:23:37
## 841  2022-11-29 18:23:28
## 842  2022-11-29 18:23:10
## 843  2022-11-29 18:23:08
## 844  2022-11-29 18:23:05
## 845  2022-11-29 18:22:36
## 846  2022-11-29 18:22:36
## 847  2022-11-29 18:21:49
## 848  2022-11-29 18:21:22
## 849  2022-11-29 18:20:57
## 850  2022-11-29 18:20:29
## 851  2022-11-29 18:19:28
## 852  2022-11-29 18:19:26
## 853  2022-11-29 18:19:23
## 854  2022-11-29 18:18:45
## 855  2022-11-29 18:18:08
## 856  2022-11-29 18:18:05
## 857  2022-11-29 18:17:44
## 858  2022-11-29 18:17:41
## 859  2022-11-29 18:17:16
## 860  2022-11-29 18:17:05
## 861  2022-11-29 18:16:50
## 862  2022-11-29 18:15:50
## 863  2022-11-29 18:15:28
## 864  2022-11-29 18:14:42
## 865  2022-11-29 18:14:40
## 866  2022-11-29 18:14:40
## 867  2022-11-29 18:14:39
## 868  2022-11-29 18:14:30
## 869  2022-11-29 18:14:30
## 870  2022-11-29 18:13:45
## 871  2022-11-29 18:13:21
## 872  2022-11-29 18:12:58
## 873  2022-11-29 18:12:18
## 874  2022-11-29 18:11:34
## 875  2022-11-29 18:10:45
## 876  2022-11-29 18:10:39
## 877  2022-11-29 18:10:15
## 878  2022-11-29 18:10:01
## 879  2022-11-29 18:09:58
## 880  2022-11-29 18:08:35
## 881  2022-11-29 18:08:27
## 882  2022-11-29 18:08:21
## 883  2022-11-29 18:08:12
## 884  2022-11-29 18:08:06
## 885  2022-11-29 18:07:47
## 886  2022-11-29 18:07:37
## 887  2022-11-29 18:07:31
## 888  2022-11-29 18:07:30
## 889  2022-11-29 18:07:12
## 890  2022-11-29 18:06:47
## 891  2022-11-29 18:06:35
## 892  2022-11-29 18:06:26
## 893  2022-11-29 18:05:47
## 894  2022-11-29 18:05:39
## 895  2022-11-29 18:05:38
## 896  2022-11-29 18:05:23
## 897  2022-11-29 18:05:09
## 898  2022-11-29 18:05:08
## 899  2022-11-29 18:05:07
## 900  2022-11-29 18:05:06
## 901  2022-11-29 18:04:52
## 902  2022-11-29 18:04:43
## 903  2022-11-29 18:04:05
## 904  2022-11-29 18:03:59
## 905  2022-11-29 18:03:30
## 906  2022-11-29 18:03:29
## 907  2022-11-29 18:03:26
## 908  2022-11-29 18:03:26
## 909  2022-11-29 18:03:25
## 910  2022-11-29 18:03:23
## 911  2022-11-29 18:03:02
## 912  2022-11-29 18:02:50
## 913  2022-11-29 18:02:33
## 914  2022-11-29 18:02:28
## 915  2022-11-29 18:02:02
## 916  2022-11-29 18:02:01
## 917  2022-11-29 18:01:28
## 918  2022-11-29 18:00:51
## 919  2022-11-29 18:00:49
## 920  2022-11-29 18:00:41
## 921  2022-11-29 18:00:36
## 922  2022-11-29 18:00:15
## 923  2022-11-29 18:00:15
## 924  2022-11-29 18:00:01
## 925  2022-11-29 18:00:00
## 926  2022-11-29 17:59:54
## 927  2022-11-29 17:59:52
## 928  2022-11-29 17:59:35
## 929  2022-11-29 17:59:15
## 930  2022-11-29 17:58:45
## 931  2022-11-29 17:58:37
## 932  2022-11-29 17:58:25
## 933  2022-11-29 17:57:22
## 934  2022-11-29 17:56:28
## 935  2022-11-29 17:55:47
## 936  2022-11-29 17:55:46
## 937  2022-11-29 17:55:42
## 938  2022-11-29 17:55:30
## 939  2022-11-29 17:55:01
## 940  2022-11-29 17:54:59
## 941  2022-11-29 17:54:44
## 942  2022-11-29 17:54:07
## 943  2022-11-29 17:53:49
## 944  2022-11-29 17:53:21
## 945  2022-11-29 17:52:36
## 946  2022-11-29 17:52:24
## 947  2022-11-29 17:51:53
## 948  2022-11-29 17:51:21
## 949  2022-11-29 17:50:32
## 950  2022-11-29 17:49:51
## 951  2022-11-29 17:49:36
## 952  2022-11-29 17:49:33
## 953  2022-11-29 17:49:26
## 954  2022-11-29 17:49:05
## 955  2022-11-29 17:48:47
## 956  2022-11-29 17:48:42
## 957  2022-11-29 17:48:40
## 958  2022-11-29 17:48:30
## 959  2022-11-29 17:48:29
## 960  2022-11-29 17:48:08
## 961  2022-11-29 17:48:00
## 962  2022-11-29 17:47:37
## 963  2022-11-29 17:47:33
## 964  2022-11-29 17:47:30
## 965  2022-11-29 17:47:16
## 966  2022-11-29 17:46:43
## 967  2022-11-29 17:46:38
## 968  2022-11-29 17:45:45
## 969  2022-11-29 17:45:30
## 970  2022-11-29 17:45:30
## 971  2022-11-29 17:45:26
## 972  2022-11-29 17:44:33
## 973  2022-11-29 17:44:14
## 974  2022-11-29 17:44:11
## 975  2022-11-29 17:44:00
## 976  2022-11-29 17:43:56
## 977  2022-11-29 17:43:42
## 978  2022-11-29 17:42:58
## 979  2022-11-29 17:42:54
## 980  2022-11-29 17:42:42
## 981  2022-11-29 17:42:26
## 982  2022-11-29 17:42:19
## 983  2022-11-29 17:42:17
## 984  2022-11-29 17:42:10
## 985  2022-11-29 17:41:54
## 986  2022-11-29 17:41:32
## 987  2022-11-29 17:40:19
## 988  2022-11-29 17:40:06
## 989  2022-11-29 17:40:01
## 990  2022-11-29 17:39:51
## 991  2022-11-29 17:39:31
## 992  2022-11-29 17:39:20
## 993  2022-11-29 17:38:51
## 994  2022-11-29 17:38:15
## 995  2022-11-29 17:38:10
## 996  2022-11-29 17:37:43
## 997  2022-11-29 17:37:29
## 998  2022-11-29 17:37:11
## 999  2022-11-29 17:37:04
## 1000 2022-11-29 17:36:35
## 1001 2022-11-29 17:36:13
## 1002 2022-11-29 17:36:00
## 1003 2022-11-29 17:35:55
## 1004 2022-11-29 17:35:46
## 1005 2022-11-29 17:35:30
## 1006 2022-11-29 17:35:17
## 1007 2022-11-29 17:35:08
## 1008 2022-11-29 17:34:47
## 1009 2022-11-29 17:34:40
## 1010 2022-11-29 17:34:23
## 1011 2022-11-29 17:34:21
## 1012 2022-11-29 17:34:17
## 1013 2022-11-29 17:34:16
## 1014 2022-11-29 17:34:06
## 1015 2022-11-29 17:33:32
## 1016 2022-11-29 17:33:31
## 1017 2022-11-29 17:32:39
## 1018 2022-11-29 17:32:31
## 1019 2022-11-29 17:32:20
## 1020 2022-11-29 17:32:11
## 1021 2022-11-29 17:31:57
## 1022 2022-11-29 17:31:55
## 1023 2022-11-29 17:31:18
## 1024 2022-11-29 17:31:13
## 1025 2022-11-29 17:30:56
## 1026 2022-11-29 17:30:47
## 1027 2022-11-29 17:30:29
## 1028 2022-11-29 17:30:27
## 1029 2022-11-29 17:30:04
## 1030 2022-11-29 17:30:02
## 1031 2022-11-29 17:29:58
## 1032 2022-11-29 17:29:46
## 1033 2022-11-29 17:29:46
## 1034 2022-11-29 17:29:22
## 1035 2022-11-29 17:29:06
## 1036 2022-11-29 17:29:05
## 1037 2022-11-29 17:28:53
## 1038 2022-11-29 17:28:42
## 1039 2022-11-29 17:28:27
## 1040 2022-11-29 17:28:18
## 1041 2022-11-29 17:27:30
## 1042 2022-11-29 17:27:22
## 1043 2022-11-29 17:27:07
## 1044 2022-11-29 17:26:58
## 1045 2022-11-29 17:26:30
## 1046 2022-11-29 17:26:23
## 1047 2022-11-29 17:26:15
## 1048 2022-11-29 17:26:07
## 1049 2022-11-29 17:25:13
## 1050 2022-11-29 17:24:45
## 1051 2022-11-29 17:24:02
## 1052 2022-11-29 17:23:33
## 1053 2022-11-29 17:23:26
## 1054 2022-11-29 17:23:14
## 1055 2022-11-29 17:23:01
## 1056 2022-11-29 17:22:38
## 1057 2022-11-29 17:22:37
## 1058 2022-11-29 17:21:42
## 1059 2022-11-29 17:21:02
## 1060 2022-11-29 17:20:37
## 1061 2022-11-29 17:20:17
## 1062 2022-11-29 17:20:01
## 1063 2022-11-29 17:19:59
## 1064 2022-11-29 17:19:50
## 1065 2022-11-29 17:19:46
## 1066 2022-11-29 17:19:44
## 1067 2022-11-29 17:19:30
## 1068 2022-11-29 17:19:17
## 1069 2022-11-29 17:19:11
## 1070 2022-11-29 17:18:02
## 1071 2022-11-29 17:17:58
## 1072 2022-11-29 17:17:53
## 1073 2022-11-29 17:17:46
## 1074 2022-11-29 17:17:13
## 1075 2022-11-29 17:17:11
## 1076 2022-11-29 17:15:34
## 1077 2022-11-29 17:15:34
## 1078 2022-11-29 17:15:21
## 1079 2022-11-29 17:15:13
## 1080 2022-11-29 17:15:02
## 1081 2022-11-29 17:14:33
## 1082 2022-11-29 17:14:21
## 1083 2022-11-29 17:13:38
## 1084 2022-11-29 17:13:20
## 1085 2022-11-29 17:13:13
## 1086 2022-11-29 17:13:02
## 1087 2022-11-29 17:12:54
## 1088 2022-11-29 17:12:51
## 1089 2022-11-29 17:12:50
## 1090 2022-11-29 17:12:49
## 1091 2022-11-29 17:12:24
## 1092 2022-11-29 17:11:37
## 1093 2022-11-29 17:11:36
## 1094 2022-11-29 17:11:31
## 1095 2022-11-29 17:11:07
## 1096 2022-11-29 17:11:00
## 1097 2022-11-29 17:10:50
## 1098 2022-11-29 17:10:45
## 1099 2022-11-29 17:10:44
## 1100 2022-11-29 17:10:32
## 1101 2022-11-29 17:10:18
## 1102 2022-11-29 17:10:17
## 1103 2022-11-29 17:09:53
## 1104 2022-11-29 17:09:45
## 1105 2022-11-29 17:09:31
## 1106 2022-11-29 17:09:23
## 1107 2022-11-29 17:09:20
## 1108 2022-11-29 17:08:44
## 1109 2022-11-29 17:08:23
## 1110 2022-11-29 17:08:18
## 1111 2022-11-29 17:08:15
## 1112 2022-11-29 17:08:14
## 1113 2022-11-29 17:07:42
## 1114 2022-11-29 17:07:39
## 1115 2022-11-29 17:07:39
## 1116 2022-11-29 17:07:38
## 1117 2022-11-29 17:07:18
## 1118 2022-11-29 17:06:54
## 1119 2022-11-29 17:06:50
## 1120 2022-11-29 17:06:49
## 1121 2022-11-29 17:06:41
## 1122 2022-11-29 17:06:24
## 1123 2022-11-29 17:06:21
## 1124 2022-11-29 17:06:08
## 1125 2022-11-29 17:06:08
## 1126 2022-11-29 17:06:06
## 1127 2022-11-29 17:05:00
## 1128 2022-11-29 17:04:55
## 1129 2022-11-29 17:04:37
## 1130 2022-11-29 17:03:32
## 1131 2022-11-29 17:03:28
## 1132 2022-11-29 17:02:58
## 1133 2022-11-29 17:02:52
## 1134 2022-11-29 17:02:17
## 1135 2022-11-29 17:02:14
## 1136 2022-11-29 17:02:09
## 1137 2022-11-29 17:02:01
## 1138 2022-11-29 17:01:55
## 1139 2022-11-29 17:01:26
## 1140 2022-11-29 17:01:03
## 1141 2022-11-29 17:01:01
## 1142 2022-11-29 17:00:59
## 1143 2022-11-29 17:00:55
## 1144 2022-11-29 17:00:49
## 1145 2022-11-29 17:00:34
## 1146 2022-11-29 17:00:23
## 1147 2022-11-29 17:00:02
## 1148 2022-11-29 16:59:44
## 1149 2022-11-29 16:59:23
## 1150 2022-11-29 16:59:22
## 1151 2022-11-29 16:59:21
## 1152 2022-11-29 16:59:18
## 1153 2022-11-29 16:59:10
## 1154 2022-11-29 16:59:06
## 1155 2022-11-29 16:58:14
## 1156 2022-11-29 16:58:08
## 1157 2022-11-29 16:57:09
## 1158 2022-11-29 16:56:25
## 1159 2022-11-29 16:56:09
## 1160 2022-11-29 16:55:40
## 1161 2022-11-29 16:54:52
## 1162 2022-11-29 16:54:35
## 1163 2022-11-29 16:54:07
## 1164 2022-11-29 16:54:07
## 1165 2022-11-29 16:54:03
## 1166 2022-11-29 16:53:59
## 1167 2022-11-29 16:53:46
## 1168 2022-11-29 16:53:20
## 1169 2022-11-29 16:53:19
## 1170 2022-11-29 16:53:19
## 1171 2022-11-29 16:53:03
## 1172 2022-11-29 16:51:51
## 1173 2022-11-29 16:51:30
## 1174 2022-11-29 16:49:34
## 1175 2022-11-29 16:49:21
## 1176 2022-11-29 16:49:18
## 1177 2022-11-29 16:49:17
## 1178 2022-11-29 16:48:48
## 1179 2022-11-29 16:48:32
## 1180 2022-11-29 16:48:29
## 1181 2022-11-29 16:48:06
## 1182 2022-11-29 16:48:02
## 1183 2022-11-29 16:47:47
## 1184 2022-11-29 16:47:44
## 1185 2022-11-29 16:47:38
## 1186 2022-11-29 16:47:14
## 1187 2022-11-29 16:47:09
## 1188 2022-11-29 16:47:02
## 1189 2022-11-29 16:46:45
## 1190 2022-11-29 16:45:57
## 1191 2022-11-29 16:45:56
## 1192 2022-11-29 16:45:05
## 1193 2022-11-29 16:44:49
## 1194 2022-11-29 16:44:33
## 1195 2022-11-29 16:43:59
## 1196 2022-11-29 16:43:52
## 1197 2022-11-29 16:43:51
## 1198 2022-11-29 16:43:20
## 1199 2022-11-29 16:42:29
## 1200 2022-11-29 16:42:21
## 1201 2022-11-29 16:42:00
## 1202 2022-11-29 16:42:00
## 1203 2022-11-29 16:41:51
## 1204 2022-11-29 16:41:45
## 1205 2022-11-29 16:41:43
## 1206 2022-11-29 16:41:21
## 1207 2022-11-29 16:41:03
## 1208 2022-11-29 16:40:22
## 1209 2022-11-29 16:39:13
## 1210 2022-11-29 16:38:27
## 1211 2022-11-29 16:38:24
## 1212 2022-11-29 16:38:19
## 1213 2022-11-29 16:37:45
## 1214 2022-11-29 16:37:30
## 1215 2022-11-29 16:37:30
## 1216 2022-11-29 16:36:28
## 1217 2022-11-29 16:35:37
## 1218 2022-11-29 16:35:31
## 1219 2022-11-29 16:35:24
## 1220 2022-11-29 16:35:22
## 1221 2022-11-29 16:35:02
## 1222 2022-11-29 16:34:52
## 1223 2022-11-29 16:34:47
## 1224 2022-11-29 16:34:44
## 1225 2022-11-29 16:34:15
## 1226 2022-11-29 16:34:15
## 1227 2022-11-29 16:33:27
## 1228 2022-11-29 16:33:27
## 1229 2022-11-29 16:33:23
## 1230 2022-11-29 16:33:00
## 1231 2022-11-29 16:32:55
## 1232 2022-11-29 16:32:31
## 1233 2022-11-29 16:32:31
## 1234 2022-11-29 16:32:25
## 1235 2022-11-29 16:32:23
## 1236 2022-11-29 16:32:04
## 1237 2022-11-29 16:32:00
## 1238 2022-11-29 16:31:50
## 1239 2022-11-29 16:30:48
## 1240 2022-11-29 16:30:47
## 1241 2022-11-29 16:30:22
## 1242 2022-11-29 16:30:01
## 1243 2022-11-29 16:29:50
## 1244 2022-11-29 16:29:49
## 1245 2022-11-29 16:29:44
## 1246 2022-11-29 16:29:15
## 1247 2022-11-29 16:29:13
## 1248 2022-11-29 16:28:33
## 1249 2022-11-29 16:28:30
## 1250 2022-11-29 16:28:08
## 1251 2022-11-29 16:28:02
## 1252 2022-11-29 16:28:02
## 1253 2022-11-29 16:27:46
## 1254 2022-11-29 16:27:22
## 1255 2022-11-29 16:27:10
## 1256 2022-11-29 16:27:10
## 1257 2022-11-29 16:25:36
## 1258 2022-11-29 16:25:01
## 1259 2022-11-29 16:24:35
## 1260 2022-11-29 16:24:30
## 1261 2022-11-29 16:24:28
## 1262 2022-11-29 16:24:25
## 1263 2022-11-29 16:23:48
## 1264 2022-11-29 16:23:40
## 1265 2022-11-29 16:23:27
## 1266 2022-11-29 16:23:11
## 1267 2022-11-29 16:22:08
## 1268 2022-11-29 16:21:55
## 1269 2022-11-29 16:21:34
## 1270 2022-11-29 16:21:25
## 1271 2022-11-29 16:21:25
## 1272 2022-11-29 16:20:55
## 1273 2022-11-29 16:20:54
## 1274 2022-11-29 16:20:52
## 1275 2022-11-29 16:20:33
## 1276 2022-11-29 16:20:30
## 1277 2022-11-29 16:20:21
## 1278 2022-11-29 16:20:12
## 1279 2022-11-29 16:20:12
## 1280 2022-11-29 16:20:10
## 1281 2022-11-29 16:20:08
## 1282 2022-11-29 16:20:07
## 1283 2022-11-29 16:20:05
## 1284 2022-11-29 16:20:03
## 1285 2022-11-29 16:20:01
## 1286 2022-11-29 16:19:57
## 1287 2022-11-29 16:19:52
## 1288 2022-11-29 16:19:17
## 1289 2022-11-29 16:18:58
## 1290 2022-11-29 16:18:54
## 1291 2022-11-29 16:18:36
## 1292 2022-11-29 16:18:16
## 1293 2022-11-29 16:18:13
## 1294 2022-11-29 16:18:05
## 1295 2022-11-29 16:17:45
## 1296 2022-11-29 16:17:23
## 1297 2022-11-29 16:17:00
## 1298 2022-11-29 16:16:54
## 1299 2022-11-29 16:16:43
## 1300 2022-11-29 16:16:34
## 1301 2022-11-29 16:16:34
## 1302 2022-11-29 16:16:33
## 1303 2022-11-29 16:16:30
## 1304 2022-11-29 16:15:53
## 1305 2022-11-29 16:15:36
## 1306 2022-11-29 16:15:32
## 1307 2022-11-29 16:15:22
## 1308 2022-11-29 16:15:04
## 1309 2022-11-29 16:14:57
## 1310 2022-11-29 16:14:28
## 1311 2022-11-29 16:13:57
## 1312 2022-11-29 16:13:52
## 1313 2022-11-29 16:13:20
## 1314 2022-11-29 16:13:01
## 1315 2022-11-29 16:12:31
## 1316 2022-11-29 16:11:52
## 1317 2022-11-29 16:11:43
## 1318 2022-11-29 16:11:42
## 1319 2022-11-29 16:10:59
## 1320 2022-11-29 16:10:47
## 1321 2022-11-29 16:10:26
## 1322 2022-11-29 16:09:58
## 1323 2022-11-29 16:09:44
## 1324 2022-11-29 16:09:35
## 1325 2022-11-29 16:07:49
## 1326 2022-11-29 16:07:12
## 1327 2022-11-29 16:06:48
## 1328 2022-11-29 16:05:56
## 1329 2022-11-29 16:05:30
## 1330 2022-11-29 16:05:21
## 1331 2022-11-29 16:05:12
## 1332 2022-11-29 16:04:31
## 1333 2022-11-29 16:03:59
## 1334 2022-11-29 16:03:53
## 1335 2022-11-29 16:03:49
## 1336 2022-11-29 16:03:43
## 1337 2022-11-29 16:03:22
## 1338 2022-11-29 16:03:14
## 1339 2022-11-29 16:03:02
## 1340 2022-11-29 16:02:43
## 1341 2022-11-29 16:02:38
## 1342 2022-11-29 16:02:10
## 1343 2022-11-29 16:01:52
## 1344 2022-11-29 16:01:12
## 1345 2022-11-29 16:00:57
## 1346 2022-11-29 16:00:43
## 1347 2022-11-29 16:00:32
## 1348 2022-11-29 16:00:20
## 1349 2022-11-29 15:59:49
## 1350 2022-11-29 15:59:27
## 1351 2022-11-29 15:59:20
## 1352 2022-11-29 15:59:16
## 1353 2022-11-29 15:59:05
## 1354 2022-11-29 15:58:15
## 1355 2022-11-29 15:58:14
## 1356 2022-11-29 15:57:54
## 1357 2022-11-29 15:57:25
## 1358 2022-11-29 15:57:22
## 1359 2022-11-29 15:56:29
## 1360 2022-11-29 15:56:27
## 1361 2022-11-29 15:56:06
## 1362 2022-11-29 15:56:05
## 1363 2022-11-29 15:55:58
## 1364 2022-11-29 15:55:41
## 1365 2022-11-29 15:53:51
## 1366 2022-11-29 15:53:31
## 1367 2022-11-29 15:53:16
## 1368 2022-11-29 15:52:43
## 1369 2022-11-29 15:52:29
## 1370 2022-11-29 15:51:08
## 1371 2022-11-29 15:50:18
## 1372 2022-11-29 15:49:57
## 1373 2022-11-29 15:49:39
## 1374 2022-11-29 15:49:15
## 1375 2022-11-29 15:48:45
## 1376 2022-11-29 15:48:12
## 1377 2022-11-29 15:48:11
## 1378 2022-11-29 15:47:48
## 1379 2022-11-29 15:47:33
## 1380 2022-11-29 15:47:07
## 1381 2022-11-29 15:46:50
## 1382 2022-11-29 15:46:23
## 1383 2022-11-29 15:46:15
## 1384 2022-11-29 15:46:12
## 1385 2022-11-29 15:46:05
## 1386 2022-11-29 15:45:58
## 1387 2022-11-29 15:45:30
## 1388 2022-11-29 15:45:23
## 1389 2022-11-29 15:45:20
## 1390 2022-11-29 15:45:00
## 1391 2022-11-29 15:44:06
## 1392 2022-11-29 15:43:38
## 1393 2022-11-29 15:43:23
## 1394 2022-11-29 15:43:13
## 1395 2022-11-29 15:42:48
## 1396 2022-11-29 15:42:34
## 1397 2022-11-29 15:42:20
## 1398 2022-11-29 15:41:58
## 1399 2022-11-29 15:41:43
## 1400 2022-11-29 15:41:41
## 1401 2022-11-29 15:41:21
## 1402 2022-11-29 15:41:16
## 1403 2022-11-29 15:40:43
## 1404 2022-11-29 15:40:30
## 1405 2022-11-29 15:40:30
## 1406 2022-11-29 15:40:02
## 1407 2022-11-29 15:39:24
## 1408 2022-11-29 15:38:49
## 1409 2022-11-29 15:38:45
## 1410 2022-11-29 15:38:18
## 1411 2022-11-29 15:38:05
## 1412 2022-11-29 15:37:28
## 1413 2022-11-29 15:37:21
## 1414 2022-11-29 15:36:25
## 1415 2022-11-29 15:35:52
## 1416 2022-11-29 15:35:06
## 1417 2022-11-29 15:34:47
## 1418 2022-11-29 15:32:59
## 1419 2022-11-29 15:32:41
## 1420 2022-11-29 15:32:31
## 1421 2022-11-29 15:31:50
## 1422 2022-11-29 15:31:44
## 1423 2022-11-29 15:30:07
## 1424 2022-11-29 15:30:02
## 1425 2022-11-29 15:29:31
## 1426 2022-11-29 15:26:12
## 1427 2022-11-29 15:25:40
## 1428 2022-11-29 15:25:37
## 1429 2022-11-29 15:25:16
## 1430 2022-11-29 15:25:00
## 1431 2022-11-29 15:24:58
## 1432 2022-11-29 15:24:12
## 1433 2022-11-29 15:24:05
## 1434 2022-11-29 15:22:51
## 1435 2022-11-29 15:21:57
## 1436 2022-11-29 15:21:47
## 1437 2022-11-29 15:20:57
## 1438 2022-11-29 15:20:55
## 1439 2022-11-29 15:20:23
## 1440 2022-11-29 15:19:36
## 1441 2022-11-29 15:19:27
## 1442 2022-11-29 15:18:52
## 1443 2022-11-29 15:18:33
## 1444 2022-11-29 15:18:27
## 1445 2022-11-29 15:18:16
## 1446 2022-11-29 15:18:11
## 1447 2022-11-29 15:18:08
## 1448 2022-11-29 15:17:17
## 1449 2022-11-29 15:17:12
## 1450 2022-11-29 15:17:12
## 1451 2022-11-29 15:16:54
## 1452 2022-11-29 15:16:30
## 1453 2022-11-29 15:15:25
## 1454 2022-11-29 15:15:24
## 1455 2022-11-29 15:15:14
## 1456 2022-11-29 15:14:50
## 1457 2022-11-29 15:14:46
## 1458 2022-11-29 15:14:33
## 1459 2022-11-29 15:14:15
## 1460 2022-11-29 15:14:12
## 1461 2022-11-29 15:13:55
## 1462 2022-11-29 15:13:35
## 1463 2022-11-29 15:13:23
## 1464 2022-11-29 15:13:12
## 1465 2022-11-29 15:12:47
## 1466 2022-11-29 15:12:12
## 1467 2022-11-29 15:11:54
## 1468 2022-11-29 15:11:45
## 1469 2022-11-29 15:10:13
## 1470 2022-11-29 15:10:01
## 1471 2022-11-29 15:09:45
## 1472 2022-11-29 15:09:33
## 1473 2022-11-29 15:09:32
## 1474 2022-11-29 15:09:20
## 1475 2022-11-29 15:08:35
## 1476 2022-11-29 15:08:35
## 1477 2022-11-29 15:08:29
## 1478 2022-11-29 15:08:12
## 1479 2022-11-29 15:08:05
## 1480 2022-11-29 15:08:04
## 1481 2022-11-29 15:07:35
## 1482 2022-11-29 15:06:56
## 1483 2022-11-29 15:06:53
## 1484 2022-11-29 15:06:46
## 1485 2022-11-29 15:06:37
## 1486 2022-11-29 15:06:09
## 1487 2022-11-29 15:05:57
## 1488 2022-11-29 15:05:29
## 1489 2022-11-29 15:05:02
## 1490 2022-11-29 15:04:55
## 1491 2022-11-29 15:04:34
## 1492 2022-11-29 15:04:31
## 1493 2022-11-29 15:03:52
## 1494 2022-11-29 15:03:20
## 1495 2022-11-29 15:03:05
## 1496 2022-11-29 15:02:59
## 1497 2022-11-29 15:02:44
## 1498 2022-11-29 15:01:31
## 1499 2022-11-29 15:01:28
## 1500 2022-11-29 15:00:45
## 1501 2022-11-29 15:00:35
## 1502 2022-11-29 15:00:18
## 1503 2022-11-29 15:00:07
## 1504 2022-11-29 14:59:09
## 1505 2022-11-29 14:59:01
## 1506 2022-11-29 14:58:35
## 1507 2022-11-29 14:58:26
## 1508 2022-11-29 14:58:01
## 1509 2022-11-29 14:58:00
## 1510 2022-11-29 14:57:48
## 1511 2022-11-29 14:57:45
## 1512 2022-11-29 14:57:12
## 1513 2022-11-29 14:56:43
## 1514 2022-11-29 14:56:20
## 1515 2022-11-29 14:56:19
## 1516 2022-11-29 14:56:15
## 1517 2022-11-29 14:55:57
## 1518 2022-11-29 14:55:27
## 1519 2022-11-29 14:55:09
## 1520 2022-11-29 14:54:31
## 1521 2022-11-29 14:53:58
## 1522 2022-11-29 14:53:52
## 1523 2022-11-29 14:53:52
## 1524 2022-11-29 14:53:33
## 1525 2022-11-29 14:53:19
## 1526 2022-11-29 14:53:17
## 1527 2022-11-29 14:52:52
## 1528 2022-11-29 14:52:30
## 1529 2022-11-29 14:52:18
## 1530 2022-11-29 14:52:07
## 1531 2022-11-29 14:52:01
## 1532 2022-11-29 14:51:49
## 1533 2022-11-29 14:51:34
## 1534 2022-11-29 14:51:21
## 1535 2022-11-29 14:51:19
## 1536 2022-11-29 14:51:19
## 1537 2022-11-29 14:51:13
## 1538 2022-11-29 14:50:49
## 1539 2022-11-29 14:50:04
## 1540 2022-11-29 14:50:03
## 1541 2022-11-29 14:49:08
## 1542 2022-11-29 14:49:02
## 1543 2022-11-29 14:48:45
## 1544 2022-11-29 14:48:20
## 1545 2022-11-29 14:47:55
## 1546 2022-11-29 14:47:51
## 1547 2022-11-29 14:47:51
## 1548 2022-11-29 14:47:49
## 1549 2022-11-29 14:47:27
## 1550 2022-11-29 14:47:05
## 1551 2022-11-29 14:47:02
## 1552 2022-11-29 14:46:29
## 1553 2022-11-29 14:45:47
## 1554 2022-11-29 14:45:31
## 1555 2022-11-29 14:44:22
## 1556 2022-11-29 14:44:21
## 1557 2022-11-29 14:44:14
## 1558 2022-11-29 14:43:51
## 1559 2022-11-29 14:43:25
## 1560 2022-11-29 14:43:18
## 1561 2022-11-29 14:41:55
## 1562 2022-11-29 14:40:30
## 1563 2022-11-29 14:40:24
## 1564 2022-11-29 14:40:09
## 1565 2022-11-29 14:40:05
## 1566 2022-11-29 14:39:35
## 1567 2022-11-29 14:39:28
## 1568 2022-11-29 14:39:12
## 1569 2022-11-29 14:38:50
## 1570 2022-11-29 14:38:40
## 1571 2022-11-29 14:38:14
## 1572 2022-11-29 14:37:56
## 1573 2022-11-29 14:37:26
## 1574 2022-11-29 14:36:39
## 1575 2022-11-29 14:36:21
## 1576 2022-11-29 14:36:04
## 1577 2022-11-29 14:35:27
## 1578 2022-11-29 14:35:23
## 1579 2022-11-29 14:34:56
## 1580 2022-11-29 14:34:32
## 1581 2022-11-29 14:34:16
## 1582 2022-11-29 14:34:08
## 1583 2022-11-29 14:34:02
## 1584 2022-11-29 14:33:59
## 1585 2022-11-29 14:33:46
## 1586 2022-11-29 14:32:57
## 1587 2022-11-29 14:32:55
## 1588 2022-11-29 14:32:42
## 1589 2022-11-29 14:32:37
## 1590 2022-11-29 14:32:01
## 1591 2022-11-29 14:31:48
## 1592 2022-11-29 14:31:33
## 1593 2022-11-29 14:31:31
## 1594 2022-11-29 14:31:25
## 1595 2022-11-29 14:30:53
## 1596 2022-11-29 14:30:25
## 1597 2022-11-29 14:30:22
## 1598 2022-11-29 14:30:09
## 1599 2022-11-29 14:29:28
## 1600 2022-11-29 14:29:06
## 1601 2022-11-29 14:29:01
## 1602 2022-11-29 14:28:27
## 1603 2022-11-29 14:28:06
## 1604 2022-11-29 14:27:43
## 1605 2022-11-29 14:27:39
## 1606 2022-11-29 14:27:29
## 1607 2022-11-29 14:27:00
## 1608 2022-11-29 14:26:34
## 1609 2022-11-29 14:25:08
## 1610 2022-11-29 14:24:27
## 1611 2022-11-29 14:23:55
## 1612 2022-11-29 14:23:50
## 1613 2022-11-29 14:23:49
## 1614 2022-11-29 14:23:34
## 1615 2022-11-29 14:23:34
## 1616 2022-11-29 14:23:26
## 1617 2022-11-29 14:23:11
## 1618 2022-11-29 14:21:52
## 1619 2022-11-29 14:21:45
## 1620 2022-11-29 14:21:39
## 1621 2022-11-29 14:21:14
## 1622 2022-11-29 14:21:05
## 1623 2022-11-29 14:20:34
## 1624 2022-11-29 14:20:09
## 1625 2022-11-29 14:20:07
## 1626 2022-11-29 14:20:00
## 1627 2022-11-29 14:19:31
## 1628 2022-11-29 14:19:07
## 1629 2022-11-29 14:19:05
## 1630 2022-11-29 14:18:58
## 1631 2022-11-29 14:18:55
## 1632 2022-11-29 14:18:51
## 1633 2022-11-29 14:18:48
## 1634 2022-11-29 14:17:58
## 1635 2022-11-29 14:17:34
## 1636 2022-11-29 14:17:10
## 1637 2022-11-29 14:17:07
## 1638 2022-11-29 14:17:03
## 1639 2022-11-29 14:16:56
## 1640 2022-11-29 14:16:51
## 1641 2022-11-29 14:16:20
## 1642 2022-11-29 14:15:38
## 1643 2022-11-29 14:15:37
## 1644 2022-11-29 14:15:26
## 1645 2022-11-29 14:15:22
## 1646 2022-11-29 14:14:33
## 1647 2022-11-29 14:14:32
## 1648 2022-11-29 14:14:13
## 1649 2022-11-29 14:13:41
## 1650 2022-11-29 14:13:30
## 1651 2022-11-29 14:13:26
## 1652 2022-11-29 14:13:14
## 1653 2022-11-29 14:12:35
## 1654 2022-11-29 14:12:15
## 1655 2022-11-29 14:12:01
## 1656 2022-11-29 14:11:46
## 1657 2022-11-29 14:10:33
## 1658 2022-11-29 14:09:42
## 1659 2022-11-29 14:09:20
## 1660 2022-11-29 14:09:12
## 1661 2022-11-29 14:09:03
## 1662 2022-11-29 14:08:59
## 1663 2022-11-29 14:08:44
## 1664 2022-11-29 14:08:33
## 1665 2022-11-29 14:08:21
## 1666 2022-11-29 14:08:13
## 1667 2022-11-29 14:07:33
## 1668 2022-11-29 14:07:10
## 1669 2022-11-29 14:06:33
## 1670 2022-11-29 14:06:29
## 1671 2022-11-29 14:05:57
## 1672 2022-11-29 14:04:53
## 1673 2022-11-29 14:04:34
## 1674 2022-11-29 14:04:16
## 1675 2022-11-29 14:03:58
## 1676 2022-11-29 14:03:40
## 1677 2022-11-29 14:03:38
## 1678 2022-11-29 14:03:33
## 1679 2022-11-29 14:03:10
## 1680 2022-11-29 14:03:07
## 1681 2022-11-29 14:03:06
## 1682 2022-11-29 14:02:58
## 1683 2022-11-29 14:02:52
## 1684 2022-11-29 14:02:51
## 1685 2022-11-29 14:01:59
## 1686 2022-11-29 14:01:50
## 1687 2022-11-29 14:01:40
## 1688 2022-11-29 14:01:34
## 1689 2022-11-29 14:01:12
## 1690 2022-11-29 14:00:59
## 1691 2022-11-29 14:00:52
## 1692 2022-11-29 14:00:30
## 1693 2022-11-29 14:00:22
## 1694 2022-11-29 14:00:13
## 1695 2022-11-29 13:58:17
## 1696 2022-11-29 13:57:57
## 1697 2022-11-29 13:57:44
## 1698 2022-11-29 13:57:18
## 1699 2022-11-29 13:57:10
## 1700 2022-11-29 13:57:08
## 1701 2022-11-29 13:56:58
## 1702 2022-11-29 13:56:31
## 1703 2022-11-29 13:56:26
## 1704 2022-11-29 13:56:01
## 1705 2022-11-29 13:55:26
## 1706 2022-11-29 13:55:24
## 1707 2022-11-29 13:54:39
## 1708 2022-11-29 13:53:45
## 1709 2022-11-29 13:53:41
## 1710 2022-11-29 13:53:12
## 1711 2022-11-29 13:53:03
## 1712 2022-11-29 13:53:01
## 1713 2022-11-29 13:52:45
## 1714 2022-11-29 13:52:31
## 1715 2022-11-29 13:52:24
## 1716 2022-11-29 13:52:05
## 1717 2022-11-29 13:51:27
## 1718 2022-11-29 13:50:59
## 1719 2022-11-29 13:50:54
## 1720 2022-11-29 13:50:30
## 1721 2022-11-29 13:50:30
## 1722 2022-11-29 13:50:03
## 1723 2022-11-29 13:50:02
## 1724 2022-11-29 13:49:51
## 1725 2022-11-29 13:48:55
## 1726 2022-11-29 13:48:37
## 1727 2022-11-29 13:48:10
## 1728 2022-11-29 13:47:46
## 1729 2022-11-29 13:47:34
## 1730 2022-11-29 13:46:58
## 1731 2022-11-29 13:46:40
## 1732 2022-11-29 13:45:50
## 1733 2022-11-29 13:45:49
## 1734 2022-11-29 13:45:49
## 1735 2022-11-29 13:44:51
## 1736 2022-11-29 13:44:28
## 1737 2022-11-29 13:43:55
## 1738 2022-11-29 13:43:32
## 1739 2022-11-29 13:42:31
## 1740 2022-11-29 13:42:27
## 1741 2022-11-29 13:42:08
## 1742 2022-11-29 13:42:06
## 1743 2022-11-29 13:41:50
## 1744 2022-11-29 13:41:26
## 1745 2022-11-29 13:40:48
## 1746 2022-11-29 13:39:21
## 1747 2022-11-29 13:38:50
## 1748 2022-11-29 13:38:22
## 1749 2022-11-29 13:38:15
## 1750 2022-11-29 13:37:57
## 1751 2022-11-29 13:37:55
## 1752 2022-11-29 13:36:37
## 1753 2022-11-29 13:36:21
## 1754 2022-11-29 13:35:32
## 1755 2022-11-29 13:34:39
## 1756 2022-11-29 13:34:09
## 1757 2022-11-29 13:34:09
## 1758 2022-11-29 13:33:58
## 1759 2022-11-29 13:33:52
## 1760 2022-11-29 13:33:47
## 1761 2022-11-29 13:33:25
## 1762 2022-11-29 13:33:24
## 1763 2022-11-29 13:32:52
## 1764 2022-11-29 13:32:33
## 1765 2022-11-29 13:32:19
## 1766 2022-11-29 13:31:55
## 1767 2022-11-29 13:31:51
## 1768 2022-11-29 13:31:36
## 1769 2022-11-29 13:31:00
## 1770 2022-11-29 13:30:55
## 1771 2022-11-29 13:30:51
## 1772 2022-11-29 13:30:43
## 1773 2022-11-29 13:30:33
## 1774 2022-11-29 13:30:28
## 1775 2022-11-29 13:30:28
## 1776 2022-11-29 13:30:07
## 1777 2022-11-29 13:30:00
## 1778 2022-11-29 13:29:25
## 1779 2022-11-29 13:29:22
## 1780 2022-11-29 13:29:14
## 1781 2022-11-29 13:29:11
## 1782 2022-11-29 13:28:15
## 1783 2022-11-29 13:28:09
## 1784 2022-11-29 13:27:06
## 1785 2022-11-29 13:27:05
## 1786 2022-11-29 13:26:49
## 1787 2022-11-29 13:26:48
## 1788 2022-11-29 13:26:38
## 1789 2022-11-29 13:25:42
## 1790 2022-11-29 13:25:32
## 1791 2022-11-29 13:25:01
## 1792 2022-11-29 13:24:34
## 1793 2022-11-29 13:24:28
## 1794 2022-11-29 13:24:23
## 1795 2022-11-29 13:24:22
## 1796 2022-11-29 13:24:09
## 1797 2022-11-29 13:23:24
## 1798 2022-11-29 13:23:12
## 1799 2022-11-29 13:22:54
## 1800 2022-11-29 13:22:34
## 1801 2022-11-29 13:22:33
## 1802 2022-11-29 13:22:30
## 1803 2022-11-29 13:22:30
## 1804 2022-11-29 13:22:21
## 1805 2022-11-29 13:22:19
## 1806 2022-11-29 13:21:39
## 1807 2022-11-29 13:21:16
## 1808 2022-11-29 13:20:59
## 1809 2022-11-29 13:20:57
## 1810 2022-11-29 13:20:48
## 1811 2022-11-29 13:20:45
## 1812 2022-11-29 13:20:13
## 1813 2022-11-29 13:19:59
## 1814 2022-11-29 13:19:55
## 1815 2022-11-29 13:19:26
## 1816 2022-11-29 13:19:00
## 1817 2022-11-29 13:18:36
## 1818 2022-11-29 13:18:17
## 1819 2022-11-29 13:18:02
## 1820 2022-11-29 13:17:55
## 1821 2022-11-29 13:17:42
## 1822 2022-11-29 13:17:24
## 1823 2022-11-29 13:16:39
## 1824 2022-11-29 13:16:38
## 1825 2022-11-29 13:16:36
## 1826 2022-11-29 13:16:34
## 1827 2022-11-29 13:16:18
## 1828 2022-11-29 13:16:11
## 1829 2022-11-29 13:16:07
## 1830 2022-11-29 13:16:01
## 1831 2022-11-29 13:15:25
## 1832 2022-11-29 13:15:07
## 1833 2022-11-29 13:14:59
## 1834 2022-11-29 13:14:58
## 1835 2022-11-29 13:14:55
## 1836 2022-11-29 13:14:40
## 1837 2022-11-29 13:14:35
## 1838 2022-11-29 13:14:03
## 1839 2022-11-29 13:14:02
## 1840 2022-11-29 13:13:49
## 1841 2022-11-29 13:13:40
## 1842 2022-11-29 13:13:10
## 1843 2022-11-29 13:12:59
## 1844 2022-11-29 13:12:27
## 1845 2022-11-29 13:12:04
## 1846 2022-11-29 13:11:50
## 1847 2022-11-29 13:11:46
## 1848 2022-11-29 13:11:18
## 1849 2022-11-29 13:11:18
## 1850 2022-11-29 13:11:11
## 1851 2022-11-29 13:10:39
## 1852 2022-11-29 13:09:51
## 1853 2022-11-29 13:09:03
## 1854 2022-11-29 13:08:53
## 1855 2022-11-29 13:08:33
## 1856 2022-11-29 13:08:07
## 1857 2022-11-29 13:08:02
## 1858 2022-11-29 13:07:33
## 1859 2022-11-29 13:07:11
## 1860 2022-11-29 13:05:54
## 1861 2022-11-29 13:05:45
## 1862 2022-11-29 13:05:24
## 1863 2022-11-29 13:04:56
## 1864 2022-11-29 13:04:01
## 1865 2022-11-29 13:03:56
## 1866 2022-11-29 13:03:18
## 1867 2022-11-29 13:03:01
## 1868 2022-11-29 13:02:21
## 1869 2022-11-29 13:02:15
## 1870 2022-11-29 13:01:25
## 1871 2022-11-29 13:00:55
## 1872 2022-11-29 13:00:40
## 1873 2022-11-29 13:00:39
## 1874 2022-11-29 13:00:35
## 1875 2022-11-29 13:00:34
## 1876 2022-11-29 13:00:24
## 1877 2022-11-29 13:00:07
## 1878 2022-11-29 13:00:04
## 1879 2022-11-29 13:00:04
## 1880 2022-11-29 12:59:55
## 1881 2022-11-29 12:59:55
## 1882 2022-11-29 12:59:14
## 1883 2022-11-29 12:58:50
## 1884 2022-11-29 12:58:46
## 1885 2022-11-29 12:58:23
## 1886 2022-11-29 12:57:45
## 1887 2022-11-29 12:57:30
## 1888 2022-11-29 12:57:28
## 1889 2022-11-29 12:56:57
## 1890 2022-11-29 12:56:45
## 1891 2022-11-29 12:56:41
## 1892 2022-11-29 12:56:41
## 1893 2022-11-29 12:56:23
## 1894 2022-11-29 12:55:19
## 1895 2022-11-29 12:54:47
## 1896 2022-11-29 12:54:45
## 1897 2022-11-29 12:53:47
## 1898 2022-11-29 12:53:32
## 1899 2022-11-29 12:53:30
## 1900 2022-11-29 12:53:21
## 1901 2022-11-29 12:53:17
## 1902 2022-11-29 12:52:48
## 1903 2022-11-29 12:52:28
## 1904 2022-11-29 12:51:11
## 1905 2022-11-29 12:50:35
## 1906 2022-11-29 12:50:16
## 1907 2022-11-29 12:50:15
## 1908 2022-11-29 12:49:49
## 1909 2022-11-29 12:49:38
## 1910 2022-11-29 12:48:49
## 1911 2022-11-29 12:47:47
## 1912 2022-11-29 12:47:02
## 1913 2022-11-29 12:46:23
## 1914 2022-11-29 12:46:13
## 1915 2022-11-29 12:45:56
## 1916 2022-11-29 12:45:42
## 1917 2022-11-29 12:45:10
## 1918 2022-11-29 12:44:48
## 1919 2022-11-29 12:44:02
## 1920 2022-11-29 12:43:44
## 1921 2022-11-29 12:43:31
## 1922 2022-11-29 12:43:08
## 1923 2022-11-29 12:42:51
## 1924 2022-11-29 12:42:49
## 1925 2022-11-29 12:42:48
## 1926 2022-11-29 12:42:17
## 1927 2022-11-29 12:40:53
## 1928 2022-11-29 12:40:34
## 1929 2022-11-29 12:39:47
## 1930 2022-11-29 12:39:26
## 1931 2022-11-29 12:39:11
## 1932 2022-11-29 12:39:09
## 1933 2022-11-29 12:38:45
## 1934 2022-11-29 12:38:29
## 1935 2022-11-29 12:38:12
## 1936 2022-11-29 12:38:06
## 1937 2022-11-29 12:37:44
## 1938 2022-11-29 12:37:18
## 1939 2022-11-29 12:37:12
## 1940 2022-11-29 12:36:40
## 1941 2022-11-29 12:36:24
## 1942 2022-11-29 12:35:55
## 1943 2022-11-29 12:35:54
## 1944 2022-11-29 12:35:42
## 1945 2022-11-29 12:35:26
## 1946 2022-11-29 12:34:11
## 1947 2022-11-29 12:33:19
## 1948 2022-11-29 12:32:59
## 1949 2022-11-29 12:32:27
## 1950 2022-11-29 12:32:09
## 1951 2022-11-29 12:32:05
## 1952 2022-11-29 12:31:48
## 1953 2022-11-29 12:31:26
## 1954 2022-11-29 12:30:10
## 1955 2022-11-29 12:29:51
## 1956 2022-11-29 12:27:54
## 1957 2022-11-29 12:27:20
## 1958 2022-11-29 12:27:15
## 1959 2022-11-29 12:27:06
## 1960 2022-11-29 12:26:58
## 1961 2022-11-29 12:25:40
## 1962 2022-11-29 12:25:26
## 1963 2022-11-29 12:25:22
## 1964 2022-11-29 12:24:51
## 1965 2022-11-29 12:23:56
## 1966 2022-11-29 12:22:18
## 1967 2022-11-29 12:21:53
## 1968 2022-11-29 12:21:35
## 1969 2022-11-29 12:20:01
## 1970 2022-11-29 12:19:40
## 1971 2022-11-29 12:19:38
## 1972 2022-11-29 12:19:37
## 1973 2022-11-29 12:19:30
## 1974 2022-11-29 12:18:36
## 1975 2022-11-29 12:18:11
## 1976 2022-11-29 12:16:46
## 1977 2022-11-29 12:16:34
## 1978 2022-11-29 12:16:27
## 1979 2022-11-29 12:16:01
## 1980 2022-11-29 12:15:14
## 1981 2022-11-29 12:13:58
## 1982 2022-11-29 12:13:51
## 1983 2022-11-29 12:13:12
## 1984 2022-11-29 12:12:50
## 1985 2022-11-29 12:12:29
## 1986 2022-11-29 12:12:22
## 1987 2022-11-29 12:11:23
## 1988 2022-11-29 12:10:58
## 1989 2022-11-29 12:10:03
## 1990 2022-11-29 12:09:31
## 1991 2022-11-29 12:09:28
## 1992 2022-11-29 12:08:59
## 1993 2022-11-29 12:08:48
## 1994 2022-11-29 12:07:57
## 1995 2022-11-29 12:07:29
## 1996 2022-11-29 12:07:22
## 1997 2022-11-29 12:06:40
## 1998 2022-11-29 12:06:08
## 1999 2022-11-29 12:06:05
## 2000 2022-11-29 12:05:10
## 2001 2022-11-29 12:05:09
## 2002 2022-11-29 12:04:34
## 2003 2022-11-29 12:04:01
## 2004 2022-11-29 12:02:44
## 2005 2022-11-29 12:02:30
## 2006 2022-11-29 12:02:30
## 2007 2022-11-29 12:02:21
## 2008 2022-11-29 12:01:54
## 2009 2022-11-29 12:01:51
## 2010 2022-11-29 12:01:45
## 2011 2022-11-29 12:01:45
## 2012 2022-11-29 12:01:36
## 2013 2022-11-29 12:00:07
## 2014 2022-11-29 12:00:03
## 2015 2022-11-29 11:59:09
## 2016 2022-11-29 11:58:49
## 2017 2022-11-29 11:58:37
## 2018 2022-11-29 11:58:03
## 2019 2022-11-29 11:57:56
## 2020 2022-11-29 11:57:09
## 2021 2022-11-29 11:55:44
## 2022 2022-11-29 11:55:27
## 2023 2022-11-29 11:54:59
## 2024 2022-11-29 11:54:24
## 2025 2022-11-29 11:53:33
## 2026 2022-11-29 11:52:07
## 2027 2022-11-29 11:51:15
## 2028 2022-11-29 11:51:15
## 2029 2022-11-29 11:51:13
## 2030 2022-11-29 11:51:08
## 2031 2022-11-29 11:50:59
## 2032 2022-11-29 11:50:58
## 2033 2022-11-29 11:50:44
## 2034 2022-11-29 11:50:26
## 2035 2022-11-29 11:49:44
## 2036 2022-11-29 11:49:38
## 2037 2022-11-29 11:48:50
## 2038 2022-11-29 11:48:21
## 2039 2022-11-29 11:48:15
## 2040 2022-11-29 11:47:55
## 2041 2022-11-29 11:47:45
## 2042 2022-11-29 11:47:07
## 2043 2022-11-29 11:47:02
## 2044 2022-11-29 11:46:52
## 2045 2022-11-29 11:45:51
## 2046 2022-11-29 11:44:27
## 2047 2022-11-29 11:44:03
## 2048 2022-11-29 11:43:57
## 2049 2022-11-29 11:43:14
## 2050 2022-11-29 11:43:01
## 2051 2022-11-29 11:42:45
## 2052 2022-11-29 11:42:41
## 2053 2022-11-29 11:41:49
## 2054 2022-11-29 11:40:52
## 2055 2022-11-29 11:40:43
## 2056 2022-11-29 11:39:53
## 2057 2022-11-29 11:39:33
## 2058 2022-11-29 11:38:56
## 2059 2022-11-29 11:38:47
## 2060 2022-11-29 11:38:29
## 2061 2022-11-29 11:38:22
## 2062 2022-11-29 11:37:49
## 2063 2022-11-29 11:37:29
## 2064 2022-11-29 11:37:18
## 2065 2022-11-29 11:37:16
## 2066 2022-11-29 11:37:06
## 2067 2022-11-29 11:36:42
## 2068 2022-11-29 11:36:11
## 2069 2022-11-29 11:35:56
## 2070 2022-11-29 11:35:52
## 2071 2022-11-29 11:35:44
## 2072 2022-11-29 11:34:56
## 2073 2022-11-29 11:34:43
## 2074 2022-11-29 11:34:41
## 2075 2022-11-29 11:34:40
## 2076 2022-11-29 11:34:35
## 2077 2022-11-29 11:34:26
## 2078 2022-11-29 11:33:26
## 2079 2022-11-29 11:32:16
## 2080 2022-11-29 11:32:00
## 2081 2022-11-29 11:31:10
## 2082 2022-11-29 11:31:10
## 2083 2022-11-29 11:31:02
## 2084 2022-11-29 11:30:48
## 2085 2022-11-29 11:30:45
## 2086 2022-11-29 11:30:31
## 2087 2022-11-29 11:30:24
## 2088 2022-11-29 11:30:21
## 2089 2022-11-29 11:30:13
## 2090 2022-11-29 11:29:59
## 2091 2022-11-29 11:29:53
## 2092 2022-11-29 11:29:22
## 2093 2022-11-29 11:28:29
## 2094 2022-11-29 11:28:18
## 2095 2022-11-29 11:27:53
## 2096 2022-11-29 11:27:29
## 2097 2022-11-29 11:27:19
## 2098 2022-11-29 11:26:52
## 2099 2022-11-29 11:26:42
## 2100 2022-11-29 11:26:00
## 2101 2022-11-29 11:25:14
## 2102 2022-11-29 11:24:30
## 2103 2022-11-29 11:24:15
## 2104 2022-11-29 11:21:21
## 2105 2022-11-29 11:21:17
## 2106 2022-11-29 11:20:40
## 2107 2022-11-29 11:20:35
## 2108 2022-11-29 11:19:44
## 2109 2022-11-29 11:18:35
## 2110 2022-11-29 11:18:25
## 2111 2022-11-29 11:16:54
## 2112 2022-11-29 11:16:13
## 2113 2022-11-29 11:16:11
## 2114 2022-11-29 11:15:45
## 2115 2022-11-29 11:15:20
## 2116 2022-11-29 11:15:14
## 2117 2022-11-29 11:12:45
## 2118 2022-11-29 11:12:09
## 2119 2022-11-29 11:11:48
## 2120 2022-11-29 11:11:15
## 2121 2022-11-29 11:11:08
## 2122 2022-11-29 11:10:38
## 2123 2022-11-29 11:09:55
## 2124 2022-11-29 11:09:19
## 2125 2022-11-29 11:08:39
## 2126 2022-11-29 11:08:21
## 2127 2022-11-29 11:08:16
## 2128 2022-11-29 11:07:44
## 2129 2022-11-29 11:06:37
## 2130 2022-11-29 11:05:06
## 2131 2022-11-29 11:04:35
## 2132 2022-11-29 11:03:15
## 2133 2022-11-29 11:02:31
## 2134 2022-11-29 11:02:21
## 2135 2022-11-29 11:02:02
## 2136 2022-11-29 11:01:53
## 2137 2022-11-29 11:00:38
## 2138 2022-11-29 11:00:10
## 2139 2022-11-29 11:00:09
## 2140 2022-11-29 11:00:07
## 2141 2022-11-29 10:59:56
## 2142 2022-11-29 10:59:48
## 2143 2022-11-29 10:59:18
## 2144 2022-11-29 10:59:18
## 2145 2022-11-29 10:58:45
## 2146 2022-11-29 10:58:36
## 2147 2022-11-29 10:57:24
## 2148 2022-11-29 10:56:56
## 2149 2022-11-29 10:56:54
## 2150 2022-11-29 10:56:21
## 2151 2022-11-29 10:56:01
## 2152 2022-11-29 10:54:59
## 2153 2022-11-29 10:54:48
## 2154 2022-11-29 10:54:16
## 2155 2022-11-29 10:54:15
## 2156 2022-11-29 10:54:13
## 2157 2022-11-29 10:54:01
## 2158 2022-11-29 10:54:00
## 2159 2022-11-29 10:53:54
## 2160 2022-11-29 10:53:38
## 2161 2022-11-29 10:53:18
## 2162 2022-11-29 10:51:20
## 2163 2022-11-29 10:50:55
## 2164 2022-11-29 10:49:49
## 2165 2022-11-29 10:49:27
## 2166 2022-11-29 10:48:38
## 2167 2022-11-29 10:47:54
## 2168 2022-11-29 10:47:08
## 2169 2022-11-29 10:47:07
## 2170 2022-11-29 10:46:00
## 2171 2022-11-29 10:44:46
## 2172 2022-11-29 10:43:45
## 2173 2022-11-29 10:43:28
## 2174 2022-11-29 10:41:44
## 2175 2022-11-29 10:41:44
## 2176 2022-11-29 10:41:42
## 2177 2022-11-29 10:41:41
## 2178 2022-11-29 10:40:58
## 2179 2022-11-29 10:40:21
## 2180 2022-11-29 10:40:17
## 2181 2022-11-29 10:40:03
## 2182 2022-11-29 10:39:56
## 2183 2022-11-29 10:39:45
## 2184 2022-11-29 10:39:03
## 2185 2022-11-29 10:38:45
## 2186 2022-11-29 10:38:19
## 2187 2022-11-29 10:37:31
## 2188 2022-11-29 10:37:13
## 2189 2022-11-29 10:36:44
## 2190 2022-11-29 10:36:21
## 2191 2022-11-29 10:36:20
## 2192 2022-11-29 10:36:17
## 2193 2022-11-29 10:36:06
## 2194 2022-11-29 10:35:37
## 2195 2022-11-29 10:35:20
## 2196 2022-11-29 10:35:06
## 2197 2022-11-29 10:35:04
## 2198 2022-11-29 10:34:58
## 2199 2022-11-29 10:34:27
## 2200 2022-11-29 10:33:54
## 2201 2022-11-29 10:33:28
## 2202 2022-11-29 10:33:13
## 2203 2022-11-29 10:32:18
## 2204 2022-11-29 10:31:46
## 2205 2022-11-29 10:31:01
## 2206 2022-11-29 10:30:34
## 2207 2022-11-29 10:30:04
## 2208 2022-11-29 10:29:55
## 2209 2022-11-29 10:29:37
## 2210 2022-11-29 10:28:42
## 2211 2022-11-29 10:28:02
## 2212 2022-11-29 10:27:54
## 2213 2022-11-29 10:27:07
## 2214 2022-11-29 10:26:15
## 2215 2022-11-29 10:26:02
## 2216 2022-11-29 10:24:46
## 2217 2022-11-29 10:23:46
## 2218 2022-11-29 10:23:11
## 2219 2022-11-29 10:21:44
## 2220 2022-11-29 10:21:31
## 2221 2022-11-29 10:21:27
## 2222 2022-11-29 10:21:02
## 2223 2022-11-29 10:20:46
## 2224 2022-11-29 10:20:21
## 2225 2022-11-29 10:20:12
## 2226 2022-11-29 10:20:06
## 2227 2022-11-29 10:19:51
## 2228 2022-11-29 10:19:31
## 2229 2022-11-29 10:18:30
## 2230 2022-11-29 10:17:55
## 2231 2022-11-29 10:17:54
## 2232 2022-11-29 10:17:52
## 2233 2022-11-29 10:17:36
## 2234 2022-11-29 10:17:32
## 2235 2022-11-29 10:17:32
## 2236 2022-11-29 10:17:26
## 2237 2022-11-29 10:17:17
## 2238 2022-11-29 10:17:16
## 2239 2022-11-29 10:17:13
## 2240 2022-11-29 10:16:17
## 2241 2022-11-29 10:15:53
## 2242 2022-11-29 10:15:36
## 2243 2022-11-29 10:15:32
## 2244 2022-11-29 10:13:55
## 2245 2022-11-29 10:13:49
## 2246 2022-11-29 10:13:17
## 2247 2022-11-29 10:12:55
## 2248 2022-11-29 10:12:35
## 2249 2022-11-29 10:12:33
## 2250 2022-11-29 10:12:19
## 2251 2022-11-29 10:12:10
## 2252 2022-11-29 10:10:25
## 2253 2022-11-29 10:10:10
## 2254 2022-11-29 10:09:52
## 2255 2022-11-29 10:09:34
## 2256 2022-11-29 10:09:20
## 2257 2022-11-29 10:09:01
## 2258 2022-11-29 10:07:47
## 2259 2022-11-29 10:07:38
## 2260 2022-11-29 10:07:11
## 2261 2022-11-29 10:06:37
## 2262 2022-11-29 10:06:12
## 2263 2022-11-29 10:05:22
## 2264 2022-11-29 10:05:13
## 2265 2022-11-29 10:04:51
## 2266 2022-11-29 10:04:21
## 2267 2022-11-29 10:03:55
## 2268 2022-11-29 10:03:22
## 2269 2022-11-29 10:03:12
## 2270 2022-11-29 10:03:04
## 2271 2022-11-29 10:03:00
## 2272 2022-11-29 10:02:57
## 2273 2022-11-29 10:02:56
## 2274 2022-11-29 10:02:45
## 2275 2022-11-29 10:01:32
## 2276 2022-11-29 10:01:32
## 2277 2022-11-29 10:01:00
## 2278 2022-11-29 10:00:41
## 2279 2022-11-29 10:00:36
## 2280 2022-11-29 10:00:28
## 2281 2022-11-29 10:00:22
## 2282 2022-11-29 10:00:18
## 2283 2022-11-29 10:00:02
## 2284 2022-11-29 10:00:02
## 2285 2022-11-29 10:00:01
## 2286 2022-11-29 10:00:00
## 2287 2022-11-29 09:59:31
## 2288 2022-11-29 09:59:22
## 2289 2022-11-29 09:59:05
## 2290 2022-11-29 09:58:46
## 2291 2022-11-29 09:58:44
## 2292 2022-11-29 09:58:17
## 2293 2022-11-29 09:58:14
## 2294 2022-11-29 09:58:03
## 2295 2022-11-29 09:58:03
## 2296 2022-11-29 09:56:33
## 2297 2022-11-29 09:55:17
## 2298 2022-11-29 09:54:31
## 2299 2022-11-29 09:54:24
## 2300 2022-11-29 09:54:21
## 2301 2022-11-29 09:53:23
## 2302 2022-11-29 09:53:19
## 2303 2022-11-29 09:53:11
## 2304 2022-11-29 09:52:58
## 2305 2022-11-29 09:52:55
## 2306 2022-11-29 09:52:43
## 2307 2022-11-29 09:52:41
## 2308 2022-11-29 09:52:37
## 2309 2022-11-29 09:52:02
## 2310 2022-11-29 09:51:42
## 2311 2022-11-29 09:50:14
## 2312 2022-11-29 09:50:13
## 2313 2022-11-29 09:50:02
## 2314 2022-11-29 09:49:21
## 2315 2022-11-29 09:49:20
## 2316 2022-11-29 09:48:33
## 2317 2022-11-29 09:48:02
## 2318 2022-11-29 09:47:51
## 2319 2022-11-29 09:47:23
## 2320 2022-11-29 09:46:59
## 2321 2022-11-29 09:46:50
## 2322 2022-11-29 09:46:49
## 2323 2022-11-29 09:46:08
## 2324 2022-11-29 09:45:50
## 2325 2022-11-29 09:45:41
## 2326 2022-11-29 09:45:22
## 2327 2022-11-29 09:45:16
## 2328 2022-11-29 09:45:09
## 2329 2022-11-29 09:44:52
## 2330 2022-11-29 09:44:49
## 2331 2022-11-29 09:44:26
## 2332 2022-11-29 09:44:21
## 2333 2022-11-29 09:44:18
## 2334 2022-11-29 09:43:49
## 2335 2022-11-29 09:43:44
## 2336 2022-11-29 09:43:30
## 2337 2022-11-29 09:42:47
## 2338 2022-11-29 09:42:28
## 2339 2022-11-29 09:42:08
## 2340 2022-11-29 09:41:16
## 2341 2022-11-29 09:40:17
## 2342 2022-11-29 09:39:31
## 2343 2022-11-29 09:39:09
## 2344 2022-11-29 09:38:38
## 2345 2022-11-29 09:38:29
## 2346 2022-11-29 09:37:17
## 2347 2022-11-29 09:37:08
## 2348 2022-11-29 09:37:05
## 2349 2022-11-29 09:36:51
## 2350 2022-11-29 09:36:50
## 2351 2022-11-29 09:36:27
## 2352 2022-11-29 09:36:05
## 2353 2022-11-29 09:35:00
## 2354 2022-11-29 09:34:33
## 2355 2022-11-29 09:34:08
## 2356 2022-11-29 09:33:48
## 2357 2022-11-29 09:33:39
## 2358 2022-11-29 09:33:25
## 2359 2022-11-29 09:32:43
## 2360 2022-11-29 09:32:32
## 2361 2022-11-29 09:31:38
## 2362 2022-11-29 09:31:07
## 2363 2022-11-29 09:30:35
## 2364 2022-11-29 09:30:31
## 2365 2022-11-29 09:30:20
## 2366 2022-11-29 09:30:03
## 2367 2022-11-29 09:29:58
## 2368 2022-11-29 09:29:37
## 2369 2022-11-29 09:29:37
## 2370 2022-11-29 09:29:21
## 2371 2022-11-29 09:29:05
## 2372 2022-11-29 09:28:44
## 2373 2022-11-29 09:28:25
## 2374 2022-11-29 09:28:19
## 2375 2022-11-29 09:28:19
## 2376 2022-11-29 09:28:09
## 2377 2022-11-29 09:27:41
## 2378 2022-11-29 09:27:35
## 2379 2022-11-29 09:27:30
## 2380 2022-11-29 09:27:25
## 2381 2022-11-29 09:27:12
## 2382 2022-11-29 09:27:00
## 2383 2022-11-29 09:27:00
## 2384 2022-11-29 09:26:53
## 2385 2022-11-29 09:26:45
## 2386 2022-11-29 09:26:24
## 2387 2022-11-29 09:26:23
## 2388 2022-11-29 09:26:19
## 2389 2022-11-29 09:26:10
## 2390 2022-11-29 09:26:07
## 2391 2022-11-29 09:25:48
## 2392 2022-11-29 09:25:46
## 2393 2022-11-29 09:25:38
## 2394 2022-11-29 09:25:25
## 2395 2022-11-29 09:25:14
## 2396 2022-11-29 09:25:02
## 2397 2022-11-29 09:24:52
## 2398 2022-11-29 09:24:50
## 2399 2022-11-29 09:23:17
## 2400 2022-11-29 09:22:42
## 2401 2022-11-29 09:22:07
## 2402 2022-11-29 09:21:30
## 2403 2022-11-29 09:20:43
## 2404 2022-11-29 09:19:38
## 2405 2022-11-29 09:18:15
## 2406 2022-11-29 09:18:02
## 2407 2022-11-29 09:17:47
## 2408 2022-11-29 09:17:03
## 2409 2022-11-29 09:17:01
## 2410 2022-11-29 09:16:17
## 2411 2022-11-29 09:16:09
## 2412 2022-11-29 09:15:49
## 2413 2022-11-29 09:15:37
## 2414 2022-11-29 09:15:00
## 2415 2022-11-29 09:13:33
## 2416 2022-11-29 09:13:29
## 2417 2022-11-29 09:13:21
## 2418 2022-11-29 09:12:45
## 2419 2022-11-29 09:12:27
## 2420 2022-11-29 09:12:27
## 2421 2022-11-29 09:10:37
## 2422 2022-11-29 09:10:10
## 2423 2022-11-29 09:09:43
## 2424 2022-11-29 09:07:50
## 2425 2022-11-29 09:07:42
## 2426 2022-11-29 09:07:33
## 2427 2022-11-29 09:07:17
## 2428 2022-11-29 09:05:13
## 2429 2022-11-29 09:04:59
## 2430 2022-11-29 09:02:32
## 2431 2022-11-29 09:02:27
## 2432 2022-11-29 09:02:08
## 2433 2022-11-29 09:01:29
## 2434 2022-11-29 09:00:27
## 2435 2022-11-29 09:00:03
## 2436 2022-11-29 09:00:02
## 2437 2022-11-29 08:59:05
## 2438 2022-11-29 08:57:54
## 2439 2022-11-29 08:57:41
## 2440 2022-11-29 08:57:39
## 2441 2022-11-29 08:56:19
## 2442 2022-11-29 08:56:14
## 2443 2022-11-29 08:54:55
## 2444 2022-11-29 08:53:53
## 2445 2022-11-29 08:53:37
## 2446 2022-11-29 08:53:14
## 2447 2022-11-29 08:53:10
## 2448 2022-11-29 08:53:01
## 2449 2022-11-29 08:52:20
## 2450 2022-11-29 08:52:20
## 2451 2022-11-29 08:50:33
## 2452 2022-11-29 08:49:41
## 2453 2022-11-29 08:49:14
## 2454 2022-11-29 08:48:48
## 2455 2022-11-29 08:48:26
## 2456 2022-11-29 08:47:55
## 2457 2022-11-29 08:47:21
## 2458 2022-11-29 08:47:18
## 2459 2022-11-29 08:47:06
## 2460 2022-11-29 08:46:42
## 2461 2022-11-29 08:45:52
## 2462 2022-11-29 08:45:20
## 2463 2022-11-29 08:44:40
## 2464 2022-11-29 08:43:49
## 2465 2022-11-29 08:42:50
## 2466 2022-11-29 08:42:18
## 2467 2022-11-29 08:42:06
## 2468 2022-11-29 08:42:00
## 2469 2022-11-29 08:40:49
## 2470 2022-11-29 08:40:44
## 2471 2022-11-29 08:39:51
## 2472 2022-11-29 08:39:25
## 2473 2022-11-29 08:39:19
## 2474 2022-11-29 08:37:29
## 2475 2022-11-29 08:36:08
## 2476 2022-11-29 08:35:31
## 2477 2022-11-29 08:35:30
## 2478 2022-11-29 08:34:59
## 2479 2022-11-29 08:34:38
## 2480 2022-11-29 08:34:36
## 2481 2022-11-29 08:34:20
## 2482 2022-11-29 08:33:50
## 2483 2022-11-29 08:33:12
## 2484 2022-11-29 08:33:07
## 2485 2022-11-29 08:32:27
## 2486 2022-11-29 08:30:00
## 2487 2022-11-29 08:30:00
## 2488 2022-11-29 08:29:39
## 2489 2022-11-29 08:29:28
## 2490 2022-11-29 08:28:58
## 2491 2022-11-29 08:27:55
## 2492 2022-11-29 08:27:23
## 2493 2022-11-29 08:27:00
## 2494 2022-11-29 08:26:45
## 2495 2022-11-29 08:26:33
## 2496 2022-11-29 08:23:52
## 2497 2022-11-29 08:23:49
## 2498 2022-11-29 08:23:21
## 2499 2022-11-29 08:22:56
## 2500 2022-11-29 08:22:32
## 2501 2022-11-29 08:21:57
## 2502 2022-11-29 08:21:40
## 2503 2022-11-29 08:21:15
## 2504 2022-11-29 08:20:32
## 2505 2022-11-29 08:20:20
## 2506 2022-11-29 08:20:05
## 2507 2022-11-29 08:19:23
## 2508 2022-11-29 08:19:21
## 2509 2022-11-29 08:18:34
## 2510 2022-11-29 08:18:24
## 2511 2022-11-29 08:18:12
## 2512 2022-11-29 08:17:14
## 2513 2022-11-29 08:16:36
## 2514 2022-11-29 08:16:12
## 2515 2022-11-29 08:15:22
## 2516 2022-11-29 08:15:12
## 2517 2022-11-29 08:14:11
## 2518 2022-11-29 08:13:57
## 2519 2022-11-29 08:13:52
## 2520 2022-11-29 08:13:49
## 2521 2022-11-29 08:13:44
## 2522 2022-11-29 08:13:08
## 2523 2022-11-29 08:12:22
## 2524 2022-11-29 08:11:34
## 2525 2022-11-29 08:11:21
## 2526 2022-11-29 08:09:38
## 2527 2022-11-29 08:08:53
## 2528 2022-11-29 08:07:54
## 2529 2022-11-29 08:07:01
## 2530 2022-11-29 08:06:37
## 2531 2022-11-29 08:06:04
## 2532 2022-11-29 08:06:00
## 2533 2022-11-29 08:05:42
## 2534 2022-11-29 08:05:41
## 2535 2022-11-29 08:05:19
## 2536 2022-11-29 08:05:04
## 2537 2022-11-29 08:05:04
## 2538 2022-11-29 08:05:00
## 2539 2022-11-29 08:04:40
## 2540 2022-11-29 08:04:27
## 2541 2022-11-29 08:04:26
## 2542 2022-11-29 08:03:07
## 2543 2022-11-29 08:03:05
## 2544 2022-11-29 08:03:00
## 2545 2022-11-29 08:02:49
## 2546 2022-11-29 08:01:29
## 2547 2022-11-29 08:01:10
## 2548 2022-11-29 08:01:01
## 2549 2022-11-29 08:00:52
## 2550 2022-11-29 08:00:01
## 2551 2022-11-29 07:59:38
## 2552 2022-11-29 07:59:09
## 2553 2022-11-29 07:58:37
## 2554 2022-11-29 07:58:32
## 2555 2022-11-29 07:58:30
## 2556 2022-11-29 07:58:29
## 2557 2022-11-29 07:58:09
## 2558 2022-11-29 07:58:02
## 2559 2022-11-29 07:57:51
## 2560 2022-11-29 07:57:45
## 2561 2022-11-29 07:57:39
## 2562 2022-11-29 07:56:40
## 2563 2022-11-29 07:55:14
## 2564 2022-11-29 07:54:32
## 2565 2022-11-29 07:54:03
## 2566 2022-11-29 07:53:58
## 2567 2022-11-29 07:53:10
## 2568 2022-11-29 07:53:02
## 2569 2022-11-29 07:51:18
## 2570 2022-11-29 07:51:05
## 2571 2022-11-29 07:51:03
## 2572 2022-11-29 07:48:51
## 2573 2022-11-29 07:48:51
## 2574 2022-11-29 07:48:50
## 2575 2022-11-29 07:48:16
## 2576 2022-11-29 07:47:52
## 2577 2022-11-29 07:47:35
## 2578 2022-11-29 07:47:29
## 2579 2022-11-29 07:46:57
## 2580 2022-11-29 07:46:54
## 2581 2022-11-29 07:46:02
## 2582 2022-11-29 07:45:53
## 2583 2022-11-29 07:44:04
## 2584 2022-11-29 07:43:53
## 2585 2022-11-29 07:43:30
## 2586 2022-11-29 07:42:45
## 2587 2022-11-29 07:41:13
## 2588 2022-11-29 07:41:11
## 2589 2022-11-29 07:40:51
## 2590 2022-11-29 07:40:22
## 2591 2022-11-29 07:40:09
## 2592 2022-11-29 07:39:49
## 2593 2022-11-29 07:39:29
## 2594 2022-11-29 07:38:59
## 2595 2022-11-29 07:36:42
## 2596 2022-11-29 07:35:38
## 2597 2022-11-29 07:33:33
## 2598 2022-11-29 07:33:20
## 2599 2022-11-29 07:33:00
## 2600 2022-11-29 07:31:42
## 2601 2022-11-29 07:31:40
## 2602 2022-11-29 07:30:52
## 2603 2022-11-29 07:30:51
## 2604 2022-11-29 07:30:48
## 2605 2022-11-29 07:30:45
## 2606 2022-11-29 07:30:00
## 2607 2022-11-29 07:29:51
## 2608 2022-11-29 07:29:44
## 2609 2022-11-29 07:29:25
## 2610 2022-11-29 07:29:25
## 2611 2022-11-29 07:29:19
## 2612 2022-11-29 07:29:18
## 2613 2022-11-29 07:29:01
## 2614 2022-11-29 07:27:57
## 2615 2022-11-29 07:27:12
## 2616 2022-11-29 07:27:03
## 2617 2022-11-29 07:26:22
## 2618 2022-11-29 07:25:58
## 2619 2022-11-29 07:25:15
## 2620 2022-11-29 07:25:14
## 2621 2022-11-29 07:24:04
## 2622 2022-11-29 07:23:54
## 2623 2022-11-29 07:21:45
## 2624 2022-11-29 07:21:21
## 2625 2022-11-29 07:20:00
## 2626 2022-11-29 07:19:12
## 2627 2022-11-29 07:19:00
## 2628 2022-11-29 07:18:40
## 2629 2022-11-29 07:17:32
## 2630 2022-11-29 07:17:01
## 2631 2022-11-29 07:16:33
## 2632 2022-11-29 07:15:45
## 2633 2022-11-29 07:15:31
## 2634 2022-11-29 07:14:28
## 2635 2022-11-29 07:14:19
## 2636 2022-11-29 07:14:01
## 2637 2022-11-29 07:13:45
## 2638 2022-11-29 07:13:43
## 2639 2022-11-29 07:13:15
## 2640 2022-11-29 07:13:09
## 2641 2022-11-29 07:12:52
## 2642 2022-11-29 07:12:01
## 2643 2022-11-29 07:11:47
## 2644 2022-11-29 07:10:35
## 2645 2022-11-29 07:10:02
## 2646 2022-11-29 07:09:57
## 2647 2022-11-29 07:09:56
## 2648 2022-11-29 07:08:45
## 2649 2022-11-29 07:08:26
## 2650 2022-11-29 07:07:53
## 2651 2022-11-29 07:07:44
## 2652 2022-11-29 07:07:39
## 2653 2022-11-29 07:07:33
## 2654 2022-11-29 07:07:32
## 2655 2022-11-29 07:07:20
## 2656 2022-11-29 07:06:57
## 2657 2022-11-29 07:05:27
## 2658 2022-11-29 07:04:35
## 2659 2022-11-29 07:04:07
## 2660 2022-11-29 07:03:58
## 2661 2022-11-29 07:03:36
## 2662 2022-11-29 07:03:17
## 2663 2022-11-29 07:03:01
## 2664 2022-11-29 07:02:53
## 2665 2022-11-29 07:02:39
## 2666 2022-11-29 07:02:29
## 2667 2022-11-29 07:01:45
## 2668 2022-11-29 07:01:32
## 2669 2022-11-29 07:01:26
## 2670 2022-11-29 07:01:18
## 2671 2022-11-29 07:00:27
## 2672 2022-11-29 06:59:50
## 2673 2022-11-29 06:58:46
## 2674 2022-11-29 06:57:21
## 2675 2022-11-29 06:56:47
## 2676 2022-11-29 06:55:17
## 2677 2022-11-29 06:55:16
## 2678 2022-11-29 06:55:02
## 2679 2022-11-29 06:54:31
## 2680 2022-11-29 06:53:40
## 2681 2022-11-29 06:53:26
## 2682 2022-11-29 06:53:25
## 2683 2022-11-29 06:52:28
## 2684 2022-11-29 06:52:19
## 2685 2022-11-29 06:50:45
## 2686 2022-11-29 06:50:06
## 2687 2022-11-29 06:50:04
## 2688 2022-11-29 06:49:31
## 2689 2022-11-29 06:48:31
## 2690 2022-11-29 06:48:15
## 2691 2022-11-29 06:48:11
## 2692 2022-11-29 06:47:15
## 2693 2022-11-29 06:47:06
## 2694 2022-11-29 06:46:51
## 2695 2022-11-29 06:46:46
## 2696 2022-11-29 06:46:14
## 2697 2022-11-29 06:44:28
## 2698 2022-11-29 06:44:19
## 2699 2022-11-29 06:43:56
## 2700 2022-11-29 06:43:23
## 2701 2022-11-29 06:42:54
## 2702 2022-11-29 06:41:57
## 2703 2022-11-29 06:41:22
## 2704 2022-11-29 06:40:35
## 2705 2022-11-29 06:39:50
## 2706 2022-11-29 06:39:03
## 2707 2022-11-29 06:37:55
## 2708 2022-11-29 06:37:42
## 2709 2022-11-29 06:37:37
## 2710 2022-11-29 06:37:08
## 2711 2022-11-29 06:36:48
## 2712 2022-11-29 06:36:33
## 2713 2022-11-29 06:36:13
## 2714 2022-11-29 06:35:40
## 2715 2022-11-29 06:35:31
## 2716 2022-11-29 06:35:17
## 2717 2022-11-29 06:33:55
## 2718 2022-11-29 06:33:06
## 2719 2022-11-29 06:33:00
## 2720 2022-11-29 06:33:00
## 2721 2022-11-29 06:32:35
## 2722 2022-11-29 06:32:33
## 2723 2022-11-29 06:32:05
## 2724 2022-11-29 06:31:48
## 2725 2022-11-29 06:30:29
## 2726 2022-11-29 06:30:03
## 2727 2022-11-29 06:30:02
## 2728 2022-11-29 06:29:28
## 2729 2022-11-29 06:29:05
## 2730 2022-11-29 06:28:48
## 2731 2022-11-29 06:27:59
## 2732 2022-11-29 06:27:58
## 2733 2022-11-29 06:27:23
## 2734 2022-11-29 06:27:23
## 2735 2022-11-29 06:24:18
## 2736 2022-11-29 06:24:10
## 2737 2022-11-29 06:24:04
## 2738 2022-11-29 06:23:09
## 2739 2022-11-29 06:23:07
## 2740 2022-11-29 06:23:04
## 2741 2022-11-29 06:22:49
## 2742 2022-11-29 06:22:43
## 2743 2022-11-29 06:22:39
## 2744 2022-11-29 06:22:36
## 2745 2022-11-29 06:22:26
## 2746 2022-11-29 06:20:44
## 2747 2022-11-29 06:20:00
## 2748 2022-11-29 06:19:55
## 2749 2022-11-29 06:18:23
## 2750 2022-11-29 06:16:07
## 2751 2022-11-29 06:16:02
## 2752 2022-11-29 06:16:02
## 2753 2022-11-29 06:15:59
## 2754 2022-11-29 06:15:53
## 2755 2022-11-29 06:15:44
## 2756 2022-11-29 06:15:34
## 2757 2022-11-29 06:14:10
## 2758 2022-11-29 06:13:17
## 2759 2022-11-29 06:12:45
## 2760 2022-11-29 06:12:04
## 2761 2022-11-29 06:11:18
## 2762 2022-11-29 06:10:58
## 2763 2022-11-29 06:10:44
## 2764 2022-11-29 06:08:39
## 2765 2022-11-29 06:08:10
## 2766 2022-11-29 06:08:03
## 2767 2022-11-29 06:08:03
## 2768 2022-11-29 06:07:47
## 2769 2022-11-29 06:07:27
## 2770 2022-11-29 06:06:41
## 2771 2022-11-29 06:06:39
## 2772 2022-11-29 06:05:47
## 2773 2022-11-29 06:05:29
## 2774 2022-11-29 06:05:11
## 2775 2022-11-29 06:05:05
## 2776 2022-11-29 06:04:35
## 2777 2022-11-29 06:03:57
## 2778 2022-11-29 06:03:54
## 2779 2022-11-29 06:03:48
## 2780 2022-11-29 06:02:50
## 2781 2022-11-29 06:02:43
## 2782 2022-11-29 06:01:42
## 2783 2022-11-29 06:00:53
## 2784 2022-11-29 06:00:33
## 2785 2022-11-29 06:00:09
## 2786 2022-11-29 06:00:01
## 2787 2022-11-29 05:59:58
## 2788 2022-11-29 05:59:15
## 2789 2022-11-29 05:59:11
## 2790 2022-11-29 05:58:39
## 2791 2022-11-29 05:57:28
## 2792 2022-11-29 05:57:26
## 2793 2022-11-29 05:56:17
## 2794 2022-11-29 05:55:50
## 2795 2022-11-29 05:54:57
## 2796 2022-11-29 05:53:57
## 2797 2022-11-29 05:53:53
## 2798 2022-11-29 05:53:34
## 2799 2022-11-29 05:53:17
## 2800 2022-11-29 05:53:06
## 2801 2022-11-29 05:52:44
## 2802 2022-11-29 05:52:27
## 2803 2022-11-29 05:51:26
## 2804 2022-11-29 05:50:46
## 2805 2022-11-29 05:49:59
## 2806 2022-11-29 05:49:57
## 2807 2022-11-29 05:49:34
## 2808 2022-11-29 05:49:09
## 2809 2022-11-29 05:48:39
## 2810 2022-11-29 05:48:23
## 2811 2022-11-29 05:47:55
## 2812 2022-11-29 05:47:22
## 2813 2022-11-29 05:47:07
## 2814 2022-11-29 05:46:43
## 2815 2022-11-29 05:46:34
## 2816 2022-11-29 05:45:40
## 2817 2022-11-29 05:44:41
## 2818 2022-11-29 05:44:26
## 2819 2022-11-29 05:43:41
## 2820 2022-11-29 05:42:34
## 2821 2022-11-29 05:40:12
## 2822 2022-11-29 05:39:41
## 2823 2022-11-29 05:39:13
## 2824 2022-11-29 05:38:34
## 2825 2022-11-29 05:38:06
## 2826 2022-11-29 05:38:01
## 2827 2022-11-29 05:37:57
## 2828 2022-11-29 05:37:42
## 2829 2022-11-29 05:36:41
## 2830 2022-11-29 05:36:40
## 2831 2022-11-29 05:36:24
## 2832 2022-11-29 05:34:30
## 2833 2022-11-29 05:32:26
## 2834 2022-11-29 05:31:48
## 2835 2022-11-29 05:31:34
## 2836 2022-11-29 05:31:31
## 2837 2022-11-29 05:30:04
## 2838 2022-11-29 05:29:54
## 2839 2022-11-29 05:29:39
## 2840 2022-11-29 05:28:55
## 2841 2022-11-29 05:28:20
## 2842 2022-11-29 05:27:28
## 2843 2022-11-29 05:27:26
## 2844 2022-11-29 05:27:24
## 2845 2022-11-29 05:27:09
## 2846 2022-11-29 05:27:05
## 2847 2022-11-29 05:26:58
## 2848 2022-11-29 05:26:43
## 2849 2022-11-29 05:26:35
## 2850 2022-11-29 05:26:13
## 2851 2022-11-29 05:26:04
## 2852 2022-11-29 05:24:54
## 2853 2022-11-29 05:24:30
## 2854 2022-11-29 05:24:30
## 2855 2022-11-29 05:24:16
## 2856 2022-11-29 05:24:16
## 2857 2022-11-29 05:23:38
## 2858 2022-11-29 05:23:12
## 2859 2022-11-29 05:23:10
## 2860 2022-11-29 05:22:33
## 2861 2022-11-29 05:21:39
## 2862 2022-11-29 05:21:05
## 2863 2022-11-29 05:18:58
## 2864 2022-11-29 05:18:48
## 2865 2022-11-29 05:18:10
## 2866 2022-11-29 05:16:32
## 2867 2022-11-29 05:16:32
## 2868 2022-11-29 05:16:23
## 2869 2022-11-29 05:16:23
## 2870 2022-11-29 05:16:09
## 2871 2022-11-29 05:15:57
## 2872 2022-11-29 05:15:38
## 2873 2022-11-29 05:14:36
## 2874 2022-11-29 05:14:06
## 2875 2022-11-29 05:13:55
## 2876 2022-11-29 05:13:27
## 2877 2022-11-29 05:13:20
## 2878 2022-11-29 05:13:05
## 2879 2022-11-29 05:12:50
## 2880 2022-11-29 05:12:26
## 2881 2022-11-29 05:11:45
## 2882 2022-11-29 05:11:35
## 2883 2022-11-29 05:10:14
## 2884 2022-11-29 05:09:52
## 2885 2022-11-29 05:09:00
## 2886 2022-11-29 05:09:00
## 2887 2022-11-29 05:08:47
## 2888 2022-11-29 05:08:33
## 2889 2022-11-29 05:08:12
## 2890 2022-11-29 05:07:11
## 2891 2022-11-29 05:05:46
## 2892 2022-11-29 05:04:42
## 2893 2022-11-29 05:04:29
## 2894 2022-11-29 05:02:50
## 2895 2022-11-29 05:02:04
## 2896 2022-11-29 05:02:01
## 2897 2022-11-29 05:00:28
## 2898 2022-11-29 04:59:37
## 2899 2022-11-29 04:59:27
## 2900 2022-11-29 04:59:22
## 2901 2022-11-29 04:59:09
## 2902 2022-11-29 04:57:52
## 2903 2022-11-29 04:56:36
## 2904 2022-11-29 04:56:15
## 2905 2022-11-29 04:56:15
## 2906 2022-11-29 04:55:29
## 2907 2022-11-29 04:54:17
## 2908 2022-11-29 04:54:05
## 2909 2022-11-29 04:53:45
## 2910 2022-11-29 04:53:01
## 2911 2022-11-29 04:52:48
## 2912 2022-11-29 04:50:54
## 2913 2022-11-29 04:49:39
## 2914 2022-11-29 04:48:58
## 2915 2022-11-29 04:48:25
## 2916 2022-11-29 04:48:10
## 2917 2022-11-29 04:47:11
## 2918 2022-11-29 04:45:36
## 2919 2022-11-29 04:44:55
## 2920 2022-11-29 04:44:48
## 2921 2022-11-29 04:44:23
## 2922 2022-11-29 04:43:04
## 2923 2022-11-29 04:43:02
## 2924 2022-11-29 04:42:31
## 2925 2022-11-29 04:42:05
## 2926 2022-11-29 04:42:00
## 2927 2022-11-29 04:41:54
## 2928 2022-11-29 04:41:46
## 2929 2022-11-29 04:41:29
## 2930 2022-11-29 04:40:49
## 2931 2022-11-29 04:40:13
## 2932 2022-11-29 04:39:23
## 2933 2022-11-29 04:39:20
## 2934 2022-11-29 04:38:25
## 2935 2022-11-29 04:38:09
## 2936 2022-11-29 04:37:26
## 2937 2022-11-29 04:36:33
## 2938 2022-11-29 04:36:17
## 2939 2022-11-29 04:35:55
## 2940 2022-11-29 04:35:41
## 2941 2022-11-29 04:35:33
## 2942 2022-11-29 04:34:59
## 2943 2022-11-29 04:34:56
## 2944 2022-11-29 04:33:52
## 2945 2022-11-29 04:33:48
## 2946 2022-11-29 04:33:21
## 2947 2022-11-29 04:33:17
## 2948 2022-11-29 04:32:57
## 2949 2022-11-29 04:32:02
## 2950 2022-11-29 04:32:00
## 2951 2022-11-29 04:31:32
## 2952 2022-11-29 04:31:08
## 2953 2022-11-29 04:30:33
## 2954 2022-11-29 04:30:24
## 2955 2022-11-29 04:29:34
## 2956 2022-11-29 04:28:33
## 2957 2022-11-29 04:27:59
## 2958 2022-11-29 04:27:52
## 2959 2022-11-29 04:27:12
## 2960 2022-11-29 04:26:56
## 2961 2022-11-29 04:26:31
## 2962 2022-11-29 04:26:12
## 2963 2022-11-29 04:25:41
## 2964 2022-11-29 04:25:40
## 2965 2022-11-29 04:25:09
## 2966 2022-11-29 04:24:27
## 2967 2022-11-29 04:24:01
## 2968 2022-11-29 04:23:53
## 2969 2022-11-29 04:23:30
## 2970 2022-11-29 04:22:56
## 2971 2022-11-29 04:22:51
## 2972 2022-11-29 04:22:22
## 2973 2022-11-29 04:22:12
## 2974 2022-11-29 04:22:03
## 2975 2022-11-29 04:22:01
## 2976 2022-11-29 04:21:45
## 2977 2022-11-29 04:21:27
## 2978 2022-11-29 04:21:01
## 2979 2022-11-29 04:20:59
## 2980 2022-11-29 04:20:20
## 2981 2022-11-29 04:20:17
## 2982 2022-11-29 04:19:42
## 2983 2022-11-29 04:19:41
## 2984 2022-11-29 04:19:21
## 2985 2022-11-29 04:19:06
## 2986 2022-11-29 04:19:03
## 2987 2022-11-29 04:19:01
## 2988 2022-11-29 04:18:04
## 2989 2022-11-29 04:18:03
## 2990 2022-11-29 04:18:01
## 2991 2022-11-29 04:17:53
## 2992 2022-11-29 04:17:52
## 2993 2022-11-29 04:17:18
## 2994 2022-11-29 04:16:51
## 2995 2022-11-29 04:16:18
## 2996 2022-11-29 04:16:05
## 2997 2022-11-29 04:15:49
## 2998 2022-11-29 04:15:31
## 2999 2022-11-29 04:13:59
## 3000 2022-11-29 04:13:22
## 3001 2022-11-29 04:13:13
## 3002 2022-11-29 04:13:06
## 3003 2022-11-29 04:12:41
## 3004 2022-11-29 04:12:29
## 3005 2022-11-29 04:12:00
## 3006 2022-11-29 04:11:53
## 3007 2022-11-29 04:11:38
## 3008 2022-11-29 04:08:17
## 3009 2022-11-29 04:08:17
## 3010 2022-11-29 04:08:13
## 3011 2022-11-29 04:07:49
## 3012 2022-11-29 04:06:32
## 3013 2022-11-29 04:06:28
## 3014 2022-11-29 04:06:26
## 3015 2022-11-29 04:06:04
## 3016 2022-11-29 04:06:03
## 3017 2022-11-29 04:06:00
## 3018 2022-11-29 04:03:42
## 3019 2022-11-29 04:03:36
## 3020 2022-11-29 04:03:35
## 3021 2022-11-29 04:03:23
## 3022 2022-11-29 04:03:18
## 3023 2022-11-29 04:03:01
## 3024 2022-11-29 04:02:26
## 3025 2022-11-29 04:02:16
## 3026 2022-11-29 04:02:06
## 3027 2022-11-29 04:01:37
## 3028 2022-11-29 04:00:54
## 3029 2022-11-29 04:00:49
## 3030 2022-11-29 04:00:22
## 3031 2022-11-29 03:59:09
## 3032 2022-11-29 03:58:58
## 3033 2022-11-29 03:58:26
## 3034 2022-11-29 03:57:39
## 3035 2022-11-29 03:57:38
## 3036 2022-11-29 03:57:24
## 3037 2022-11-29 03:57:16
## 3038 2022-11-29 03:56:34
## 3039 2022-11-29 03:54:50
## 3040 2022-11-29 03:54:08
## 3041 2022-11-29 03:53:57
## 3042 2022-11-29 03:53:29
## 3043 2022-11-29 03:53:27
## 3044 2022-11-29 03:53:13
## 3045 2022-11-29 03:52:35
## 3046 2022-11-29 03:51:37
## 3047 2022-11-29 03:51:12
## 3048 2022-11-29 03:50:48
## 3049 2022-11-29 03:50:46
## 3050 2022-11-29 03:50:44
## 3051 2022-11-29 03:50:17
## 3052 2022-11-29 03:49:37
## 3053 2022-11-29 03:49:20
## 3054 2022-11-29 03:48:44
## 3055 2022-11-29 03:48:10
## 3056 2022-11-29 03:47:32
## 3057 2022-11-29 03:47:15
## 3058 2022-11-29 03:47:13
## 3059 2022-11-29 03:46:01
## 3060 2022-11-29 03:45:44
## 3061 2022-11-29 03:44:41
## 3062 2022-11-29 03:44:35
## 3063 2022-11-29 03:43:01
## 3064 2022-11-29 03:42:39
## 3065 2022-11-29 03:41:53
## 3066 2022-11-29 03:41:22
## 3067 2022-11-29 03:41:17
## 3068 2022-11-29 03:40:05
## 3069 2022-11-29 03:39:16
## 3070 2022-11-29 03:38:49
## 3071 2022-11-29 03:38:17
## 3072 2022-11-29 03:37:03
## 3073 2022-11-29 03:33:43
## 3074 2022-11-29 03:33:24
## 3075 2022-11-29 03:33:15
## 3076 2022-11-29 03:32:02
## 3077 2022-11-29 03:32:01
## 3078 2022-11-29 03:31:39
## 3079 2022-11-29 03:31:27
## 3080 2022-11-29 03:31:20
## 3081 2022-11-29 03:30:59
## 3082 2022-11-29 03:30:24
## 3083 2022-11-29 03:30:19
## 3084 2022-11-29 03:28:53
## 3085 2022-11-29 03:28:27
## 3086 2022-11-29 03:28:11
## 3087 2022-11-29 03:27:42
## 3088 2022-11-29 03:27:40
## 3089 2022-11-29 03:27:37
## 3090 2022-11-29 03:27:13
## 3091 2022-11-29 03:26:48
## 3092 2022-11-29 03:26:36
## 3093 2022-11-29 03:25:34
## 3094 2022-11-29 03:25:12
## 3095 2022-11-29 03:24:22
## 3096 2022-11-29 03:24:08
## 3097 2022-11-29 03:23:43
## 3098 2022-11-29 03:23:20
## 3099 2022-11-29 03:22:46
## 3100 2022-11-29 03:22:00
## 3101 2022-11-29 03:22:00
## 3102 2022-11-29 03:21:13
## 3103 2022-11-29 03:21:03
## 3104 2022-11-29 03:20:07
## 3105 2022-11-29 03:20:03
## 3106 2022-11-29 03:19:54
## 3107 2022-11-29 03:19:52
## 3108 2022-11-29 03:19:45
## 3109 2022-11-29 03:19:37
## 3110 2022-11-29 03:19:27
## 3111 2022-11-29 03:18:17
## 3112 2022-11-29 03:17:20
## 3113 2022-11-29 03:17:12
## 3114 2022-11-29 03:17:00
## 3115 2022-11-29 03:16:57
## 3116 2022-11-29 03:16:40
## 3117 2022-11-29 03:15:35
## 3118 2022-11-29 03:15:12
## 3119 2022-11-29 03:14:37
## 3120 2022-11-29 03:14:32
## 3121 2022-11-29 03:14:11
## 3122 2022-11-29 03:12:28
## 3123 2022-11-29 03:12:19
## 3124 2022-11-29 03:10:40
## 3125 2022-11-29 03:10:11
## 3126 2022-11-29 03:09:07
## 3127 2022-11-29 03:07:36
## 3128 2022-11-29 03:07:26
## 3129 2022-11-29 03:07:21
## 3130 2022-11-29 03:07:10
## 3131 2022-11-29 03:06:35
## 3132 2022-11-29 03:06:14
## 3133 2022-11-29 03:05:50
## 3134 2022-11-29 03:05:31
## 3135 2022-11-29 03:04:49
## 3136 2022-11-29 03:04:31
## 3137 2022-11-29 03:03:57
## 3138 2022-11-29 03:03:55
## 3139 2022-11-29 03:02:37
## 3140 2022-11-29 03:02:27
## 3141 2022-11-29 03:02:23
## 3142 2022-11-29 03:02:17
## 3143 2022-11-29 03:01:23
## 3144 2022-11-29 03:00:48
## 3145 2022-11-29 03:00:47
## 3146 2022-11-29 02:59:10
## 3147 2022-11-29 02:59:08
## 3148 2022-11-29 02:58:44
## 3149 2022-11-29 02:58:31
## 3150 2022-11-29 02:58:01
## 3151 2022-11-29 02:57:50
## 3152 2022-11-29 02:57:31
## 3153 2022-11-29 02:57:28
## 3154 2022-11-29 02:56:53
## 3155 2022-11-29 02:56:49
## 3156 2022-11-29 02:56:30
## 3157 2022-11-29 02:56:13
## 3158 2022-11-29 02:55:59
## 3159 2022-11-29 02:55:55
## 3160 2022-11-29 02:55:34
## 3161 2022-11-29 02:55:25
## 3162 2022-11-29 02:55:22
## 3163 2022-11-29 02:55:18
## 3164 2022-11-29 02:55:15
## 3165 2022-11-29 02:54:55
## 3166 2022-11-29 02:54:37
## 3167 2022-11-29 02:53:26
## 3168 2022-11-29 02:53:20
## 3169 2022-11-29 02:53:14
## 3170 2022-11-29 02:53:04
## 3171 2022-11-29 02:53:00
## 3172 2022-11-29 02:52:51
## 3173 2022-11-29 02:52:31
## 3174 2022-11-29 02:52:27
## 3175 2022-11-29 02:52:19
## 3176 2022-11-29 02:52:15
## 3177 2022-11-29 02:51:43
## 3178 2022-11-29 02:51:42
## 3179 2022-11-29 02:50:59
## 3180 2022-11-29 02:50:42
## 3181 2022-11-29 02:50:32
## 3182 2022-11-29 02:50:26
## 3183 2022-11-29 02:50:13
## 3184 2022-11-29 02:49:54
## 3185 2022-11-29 02:49:44
## 3186 2022-11-29 02:49:43
## 3187 2022-11-29 02:49:07
## 3188 2022-11-29 02:48:33
## 3189 2022-11-29 02:47:46
## 3190 2022-11-29 02:47:21
## 3191 2022-11-29 02:46:57
## 3192 2022-11-29 02:46:48
## 3193 2022-11-29 02:46:34
## 3194 2022-11-29 02:46:25
## 3195 2022-11-29 02:45:39
## 3196 2022-11-29 02:45:35
## 3197 2022-11-29 02:45:34
## 3198 2022-11-29 02:45:07
## 3199 2022-11-29 02:45:07
## 3200 2022-11-29 02:44:49
## 3201 2022-11-29 02:43:10
## 3202 2022-11-29 02:43:06
## 3203 2022-11-29 02:42:59
## 3204 2022-11-29 02:42:17
## 3205 2022-11-29 02:42:11
## 3206 2022-11-29 02:40:58
## 3207 2022-11-29 02:40:55
## 3208 2022-11-29 02:40:05
## 3209 2022-11-29 02:40:04
## 3210 2022-11-29 02:39:58
## 3211 2022-11-29 02:39:17
## 3212 2022-11-29 02:39:01
## 3213 2022-11-29 02:38:01
## 3214 2022-11-29 02:37:47
## 3215 2022-11-29 02:37:12
## 3216 2022-11-29 02:37:03
## 3217 2022-11-29 02:36:44
## 3218 2022-11-29 02:36:28
## 3219 2022-11-29 02:36:10
## 3220 2022-11-29 02:36:08
## 3221 2022-11-29 02:36:05
## 3222 2022-11-29 02:35:24
## 3223 2022-11-29 02:35:23
## 3224 2022-11-29 02:34:41
## 3225 2022-11-29 02:34:07
## 3226 2022-11-29 02:34:00
## 3227 2022-11-29 02:33:46
## 3228 2022-11-29 02:33:35
## 3229 2022-11-29 02:33:10
## 3230 2022-11-29 02:32:55
## 3231 2022-11-29 02:32:43
## 3232 2022-11-29 02:32:42
## 3233 2022-11-29 02:31:42
## 3234 2022-11-29 02:31:18
## 3235 2022-11-29 02:31:07
## 3236 2022-11-29 02:30:00
## 3237 2022-11-29 02:29:50
## 3238 2022-11-29 02:29:48
## 3239 2022-11-29 02:29:39
## 3240 2022-11-29 02:29:31
## 3241 2022-11-29 02:29:08
## 3242 2022-11-29 02:28:08
## 3243 2022-11-29 02:27:37
## 3244 2022-11-29 02:27:34
## 3245 2022-11-29 02:27:33
## 3246 2022-11-29 02:27:18
## 3247 2022-11-29 02:27:06
## 3248 2022-11-29 02:26:40
## 3249 2022-11-29 02:26:24
## 3250 2022-11-29 02:25:59
## 3251 2022-11-29 02:25:54
## 3252 2022-11-29 02:25:16
## 3253 2022-11-29 02:24:42
## 3254 2022-11-29 02:24:00
## 3255 2022-11-29 02:23:57
## 3256 2022-11-29 02:23:46
## 3257 2022-11-29 02:23:43
## 3258 2022-11-29 02:23:40
## 3259 2022-11-29 02:23:30
## 3260 2022-11-29 02:22:48
## 3261 2022-11-29 02:22:45
## 3262 2022-11-29 02:21:31
## 3263 2022-11-29 02:20:55
## 3264 2022-11-29 02:20:12
## 3265 2022-11-29 02:19:55
## 3266 2022-11-29 02:18:59
## 3267 2022-11-29 02:18:41
## 3268 2022-11-29 02:18:40
## 3269 2022-11-29 02:17:56
## 3270 2022-11-29 02:17:49
## 3271 2022-11-29 02:17:44
## 3272 2022-11-29 02:17:34
## 3273 2022-11-29 02:16:58
## 3274 2022-11-29 02:16:51
## 3275 2022-11-29 02:16:20
## 3276 2022-11-29 02:16:10
## 3277 2022-11-29 02:16:02
## 3278 2022-11-29 02:15:49
## 3279 2022-11-29 02:15:43
## 3280 2022-11-29 02:15:41
## 3281 2022-11-29 02:15:35
## 3282 2022-11-29 02:15:22
## 3283 2022-11-29 02:15:03
## 3284 2022-11-29 02:14:14
## 3285 2022-11-29 02:14:01
## 3286 2022-11-29 02:13:40
## 3287 2022-11-29 02:13:39
## 3288 2022-11-29 02:13:14
## 3289 2022-11-29 02:13:05
## 3290 2022-11-29 02:12:39
## 3291 2022-11-29 02:12:28
## 3292 2022-11-29 02:12:05
## 3293 2022-11-29 02:11:59
## 3294 2022-11-29 02:11:46
## 3295 2022-11-29 02:11:45
## 3296 2022-11-29 02:11:33
## 3297 2022-11-29 02:11:27
## 3298 2022-11-29 02:11:24
## 3299 2022-11-29 02:10:47
## 3300 2022-11-29 02:10:46
## 3301 2022-11-29 02:10:37
## 3302 2022-11-29 02:09:47
## 3303 2022-11-29 02:09:02
## 3304 2022-11-29 02:08:51
## 3305 2022-11-29 02:07:59
## 3306 2022-11-29 02:07:57
## 3307 2022-11-29 02:07:56
## 3308 2022-11-29 02:07:55
## 3309 2022-11-29 02:07:43
## 3310 2022-11-29 02:07:37
## 3311 2022-11-29 02:07:11
## 3312 2022-11-29 02:04:15
## 3313 2022-11-29 02:03:50
## 3314 2022-11-29 02:03:38
## 3315 2022-11-29 02:03:32
## 3316 2022-11-29 02:03:16
## 3317 2022-11-29 02:02:44
## 3318 2022-11-29 02:02:42
## 3319 2022-11-29 02:02:27
## 3320 2022-11-29 02:02:21
## 3321 2022-11-29 02:02:19
## 3322 2022-11-29 02:02:09
## 3323 2022-11-29 02:01:52
## 3324 2022-11-29 02:01:43
## 3325 2022-11-29 02:01:43
## 3326 2022-11-29 02:01:42
## 3327 2022-11-29 02:01:33
## 3328 2022-11-29 02:01:24
## 3329 2022-11-29 02:01:06
## 3330 2022-11-29 02:00:57
## 3331 2022-11-29 02:00:53
## 3332 2022-11-29 01:59:57
## 3333 2022-11-29 01:59:52
## 3334 2022-11-29 01:59:44
## 3335 2022-11-29 01:59:39
## 3336 2022-11-29 01:59:18
## 3337 2022-11-29 01:58:41
## 3338 2022-11-29 01:58:31
## 3339 2022-11-29 01:58:28
## 3340 2022-11-29 01:58:23
## 3341 2022-11-29 01:57:57
## 3342 2022-11-29 01:57:50
## 3343 2022-11-29 01:56:55
## 3344 2022-11-29 01:55:53
## 3345 2022-11-29 01:55:46
## 3346 2022-11-29 01:55:39
## 3347 2022-11-29 01:55:05
## 3348 2022-11-29 01:54:44
## 3349 2022-11-29 01:54:44
## 3350 2022-11-29 01:53:37
## 3351 2022-11-29 01:53:35
## 3352 2022-11-29 01:53:27
## 3353 2022-11-29 01:53:00
## 3354 2022-11-29 01:52:49
## 3355 2022-11-29 01:52:41
## 3356 2022-11-29 01:52:30
## 3357 2022-11-29 01:51:55
## 3358 2022-11-29 01:51:54
## 3359 2022-11-29 01:51:41
## 3360 2022-11-29 01:50:31
## 3361 2022-11-29 01:49:46
## 3362 2022-11-29 01:49:34
## 3363 2022-11-29 01:49:19
## 3364 2022-11-29 01:48:46
## 3365 2022-11-29 01:48:46
## 3366 2022-11-29 01:48:28
## 3367 2022-11-29 01:48:24
## 3368 2022-11-29 01:47:22
## 3369 2022-11-29 01:47:13
## 3370 2022-11-29 01:46:44
## 3371 2022-11-29 01:46:16
## 3372 2022-11-29 01:46:14
## 3373 2022-11-29 01:45:54
## 3374 2022-11-29 01:45:53
## 3375 2022-11-29 01:45:39
## 3376 2022-11-29 01:45:37
## 3377 2022-11-29 01:45:28
## 3378 2022-11-29 01:45:18
## 3379 2022-11-29 01:44:30
## 3380 2022-11-29 01:43:05
## 3381 2022-11-29 01:41:52
## 3382 2022-11-29 01:41:44
## 3383 2022-11-29 01:41:40
## 3384 2022-11-29 01:41:12
## 3385 2022-11-29 01:41:05
## 3386 2022-11-29 01:40:47
## 3387 2022-11-29 01:40:29
## 3388 2022-11-29 01:40:15
## 3389 2022-11-29 01:40:02
## 3390 2022-11-29 01:40:02
## 3391 2022-11-29 01:39:35
## 3392 2022-11-29 01:39:24
## 3393 2022-11-29 01:39:01
## 3394 2022-11-29 01:37:54
## 3395 2022-11-29 01:37:51
## 3396 2022-11-29 01:37:31
## 3397 2022-11-29 01:36:35
## 3398 2022-11-29 01:36:20
## 3399 2022-11-29 01:35:18
## 3400 2022-11-29 01:34:52
## 3401 2022-11-29 01:34:43
## 3402 2022-11-29 01:34:28
## 3403 2022-11-29 01:33:10
## 3404 2022-11-29 01:33:08
## 3405 2022-11-29 01:33:00
## 3406 2022-11-29 01:32:50
## 3407 2022-11-29 01:32:42
## 3408 2022-11-29 01:32:21
## 3409 2022-11-29 01:32:02
## 3410 2022-11-29 01:31:40
## 3411 2022-11-29 01:30:50
## 3412 2022-11-29 01:30:44
## 3413 2022-11-29 01:29:49
## 3414 2022-11-29 01:29:32
## 3415 2022-11-29 01:29:17
## 3416 2022-11-29 01:28:10
## 3417 2022-11-29 01:27:55
## 3418 2022-11-29 01:27:47
## 3419 2022-11-29 01:26:53
## 3420 2022-11-29 01:26:30
## 3421 2022-11-29 01:25:49
## 3422 2022-11-29 01:25:37
## 3423 2022-11-29 01:24:45
## 3424 2022-11-29 01:24:32
## 3425 2022-11-29 01:22:19
## 3426 2022-11-29 01:22:13
## 3427 2022-11-29 01:22:12
## 3428 2022-11-29 01:21:59
## 3429 2022-11-29 01:21:54
## 3430 2022-11-29 01:21:16
## 3431 2022-11-29 01:20:46
## 3432 2022-11-29 01:20:41
## 3433 2022-11-29 01:19:13
## 3434 2022-11-29 01:18:10
## 3435 2022-11-29 01:17:58
## 3436 2022-11-29 01:17:54
## 3437 2022-11-29 01:17:54
## 3438 2022-11-29 01:17:40
## 3439 2022-11-29 01:17:34
## 3440 2022-11-29 01:17:32
## 3441 2022-11-29 01:17:31
## 3442 2022-11-29 01:17:06
## 3443 2022-11-29 01:16:13
## 3444 2022-11-29 01:15:36
## 3445 2022-11-29 01:15:33
## 3446 2022-11-29 01:15:07
## 3447 2022-11-29 01:14:48
## 3448 2022-11-29 01:14:35
## 3449 2022-11-29 01:14:34
## 3450 2022-11-29 01:14:32
## 3451 2022-11-29 01:14:21
## 3452 2022-11-29 01:14:05
## 3453 2022-11-29 01:13:52
## 3454 2022-11-29 01:11:56
## 3455 2022-11-29 01:11:40
## 3456 2022-11-29 01:11:38
## 3457 2022-11-29 01:11:28
## 3458 2022-11-29 01:11:25
## 3459 2022-11-29 01:10:56
## 3460 2022-11-29 01:09:11
## 3461 2022-11-29 01:08:46
## 3462 2022-11-29 01:08:15
## 3463 2022-11-29 01:08:06
## 3464 2022-11-29 01:07:02
## 3465 2022-11-29 01:06:35
## 3466 2022-11-29 01:06:06
## 3467 2022-11-29 01:05:51
## 3468 2022-11-29 01:05:51
## 3469 2022-11-29 01:05:50
## 3470 2022-11-29 01:05:49
## 3471 2022-11-29 01:05:20
## 3472 2022-11-29 01:05:18
## 3473 2022-11-29 01:05:15
## 3474 2022-11-29 01:05:05
## 3475 2022-11-29 01:04:31
## 3476 2022-11-29 01:03:35
## 3477 2022-11-29 01:03:24
## 3478 2022-11-29 01:03:23
## 3479 2022-11-29 01:03:15
## 3480 2022-11-29 01:03:10
## 3481 2022-11-29 01:03:01
## 3482 2022-11-29 01:02:37
## 3483 2022-11-29 01:02:15
## 3484 2022-11-29 01:00:44
## 3485 2022-11-29 01:00:40
## 3486 2022-11-29 01:00:13
## 3487 2022-11-29 01:00:12
## 3488 2022-11-29 01:00:01
## 3489 2022-11-29 00:59:55
## 3490 2022-11-29 00:59:49
## 3491 2022-11-29 00:59:13
## 3492 2022-11-29 00:59:12
## 3493 2022-11-29 00:59:01
## 3494 2022-11-29 00:57:47
## 3495 2022-11-29 00:57:47
## 3496 2022-11-29 00:57:42
## 3497 2022-11-29 00:57:21
## 3498 2022-11-29 00:57:15
## 3499 2022-11-29 00:56:34
## 3500 2022-11-29 00:56:11
## 3501 2022-11-29 00:55:16
## 3502 2022-11-29 00:54:52
## 3503 2022-11-29 00:54:27
## 3504 2022-11-29 00:53:36
## 3505 2022-11-29 00:53:14
## 3506 2022-11-29 00:53:13
## 3507 2022-11-29 00:53:12
## 3508 2022-11-29 00:53:04
## 3509 2022-11-29 00:52:42
## 3510 2022-11-29 00:52:36
## 3511 2022-11-29 00:52:36
## 3512 2022-11-29 00:50:54
## 3513 2022-11-29 00:49:58
## 3514 2022-11-29 00:49:00
## 3515 2022-11-29 00:48:37
## 3516 2022-11-29 00:48:30
## 3517 2022-11-29 00:48:05
## 3518 2022-11-29 00:47:51
## 3519 2022-11-29 00:47:39
## 3520 2022-11-29 00:46:25
## 3521 2022-11-29 00:46:01
## 3522 2022-11-29 00:45:51
## 3523 2022-11-29 00:45:29
## 3524 2022-11-29 00:45:23
## 3525 2022-11-29 00:44:58
## 3526 2022-11-29 00:44:53
## 3527 2022-11-29 00:44:52
## 3528 2022-11-29 00:44:48
## 3529 2022-11-29 00:44:47
## 3530 2022-11-29 00:44:41
## 3531 2022-11-29 00:44:24
## 3532 2022-11-29 00:44:18
## 3533 2022-11-29 00:44:02
## 3534 2022-11-29 00:43:44
## 3535 2022-11-29 00:43:36
## 3536 2022-11-29 00:43:07
## 3537 2022-11-29 00:43:06
## 3538 2022-11-29 00:42:56
## 3539 2022-11-29 00:42:38
## 3540 2022-11-29 00:42:20
## 3541 2022-11-29 00:42:20
## 3542 2022-11-29 00:42:14
## 3543 2022-11-29 00:42:11
## 3544 2022-11-29 00:41:42
## 3545 2022-11-29 00:41:20
## 3546 2022-11-29 00:41:03
## 3547 2022-11-29 00:40:31
## 3548 2022-11-29 00:40:05
## 3549 2022-11-29 00:39:38
## 3550 2022-11-29 00:39:10
## 3551 2022-11-29 00:37:52
## 3552 2022-11-29 00:37:14
## 3553 2022-11-29 00:36:58
## 3554 2022-11-29 00:36:56
## 3555 2022-11-29 00:36:34
## 3556 2022-11-29 00:36:27
## 3557 2022-11-29 00:35:27
## 3558 2022-11-29 00:35:20
## 3559 2022-11-29 00:35:19
## 3560 2022-11-29 00:34:52
## 3561 2022-11-29 00:34:35
## 3562 2022-11-29 00:34:26
## 3563 2022-11-29 00:34:19
## 3564 2022-11-29 00:34:11
## 3565 2022-11-29 00:34:03
## 3566 2022-11-29 00:34:01
## 3567 2022-11-29 00:33:57
## 3568 2022-11-29 00:33:44
## 3569 2022-11-29 00:33:13
## 3570 2022-11-29 00:32:56
## 3571 2022-11-29 00:32:31
## 3572 2022-11-29 00:32:19
## 3573 2022-11-29 00:32:09
## 3574 2022-11-29 00:32:05
## 3575 2022-11-29 00:31:43
## 3576 2022-11-29 00:31:33
## 3577 2022-11-29 00:31:28
## 3578 2022-11-29 00:31:21
## 3579 2022-11-29 00:31:06
## 3580 2022-11-29 00:31:00
## 3581 2022-11-29 00:30:55
## 3582 2022-11-29 00:30:40
## 3583 2022-11-29 00:30:14
## 3584 2022-11-29 00:30:06
## 3585 2022-11-29 00:29:41
## 3586 2022-11-29 00:29:34
## 3587 2022-11-29 00:28:58
## 3588 2022-11-29 00:28:43
## 3589 2022-11-29 00:28:35
## 3590 2022-11-29 00:28:31
## 3591 2022-11-29 00:27:29
## 3592 2022-11-29 00:26:25
## 3593 2022-11-29 00:26:22
## 3594 2022-11-29 00:26:07
## 3595 2022-11-29 00:25:34
## 3596 2022-11-29 00:25:34
## 3597 2022-11-29 00:24:50
## 3598 2022-11-29 00:24:48
## 3599 2022-11-29 00:24:40
## 3600 2022-11-29 00:22:14
## 3601 2022-11-29 00:21:33
## 3602 2022-11-29 00:21:12
## 3603 2022-11-29 00:20:07
## 3604 2022-11-29 00:20:02
## 3605 2022-11-29 00:19:07
## 3606 2022-11-29 00:18:34
## 3607 2022-11-29 00:17:56
## 3608 2022-11-29 00:17:38
## 3609 2022-11-29 00:17:31
## 3610 2022-11-29 00:17:16
## 3611 2022-11-29 00:16:14
## 3612 2022-11-29 00:16:10
## 3613 2022-11-29 00:14:02
## 3614 2022-11-29 00:14:01
## 3615 2022-11-29 00:13:45
## 3616 2022-11-29 00:13:11
## 3617 2022-11-29 00:13:05
## 3618 2022-11-29 00:12:14
## 3619 2022-11-29 00:12:10
## 3620 2022-11-29 00:11:50
## 3621 2022-11-29 00:11:16
## 3622 2022-11-29 00:10:17
## 3623 2022-11-29 00:10:15
## 3624 2022-11-29 00:10:07
## 3625 2022-11-29 00:09:53
## 3626 2022-11-29 00:09:41
## 3627 2022-11-29 00:08:56
## 3628 2022-11-29 00:08:50
## 3629 2022-11-29 00:08:50
## 3630 2022-11-29 00:08:09
## 3631 2022-11-29 00:08:06
## 3632 2022-11-29 00:08:05
## 3633 2022-11-29 00:08:03
## 3634 2022-11-29 00:06:35
## 3635 2022-11-29 00:05:27
## 3636 2022-11-29 00:05:16
## 3637 2022-11-29 00:05:11
## 3638 2022-11-29 00:05:04
## 3639 2022-11-29 00:04:48
## 3640 2022-11-29 00:04:10
## 3641 2022-11-29 00:03:52
## 3642 2022-11-29 00:03:41
## 3643 2022-11-29 00:03:11
## 3644 2022-11-29 00:03:01
## 3645 2022-11-29 00:03:00
## 3646 2022-11-29 00:02:21
## 3647 2022-11-29 00:01:52
## 3648 2022-11-29 00:01:48
## 3649 2022-11-29 00:01:41
## 3650 2022-11-29 00:00:59
## 3651 2022-11-29 00:00:53
## 3652 2022-11-29 00:00:52
## 3653 2022-11-28 23:59:35
## 3654 2022-11-28 23:59:34
## 3655 2022-11-28 23:59:28
## 3656 2022-11-28 23:59:16
## 3657 2022-11-28 23:58:56
## 3658 2022-11-28 23:58:55
## 3659 2022-11-28 23:58:00
## 3660 2022-11-28 23:58:00
## 3661 2022-11-28 23:56:29
## 3662 2022-11-28 23:56:20
## 3663 2022-11-28 23:54:52
## 3664 2022-11-28 23:54:00
## 3665 2022-11-28 23:53:14
## 3666 2022-11-28 23:50:41
## 3667 2022-11-28 23:49:35
## 3668 2022-11-28 23:49:16
## 3669 2022-11-28 23:49:03
## 3670 2022-11-28 23:49:00
## 3671 2022-11-28 23:48:58
## 3672 2022-11-28 23:48:42
## 3673 2022-11-28 23:48:27
## 3674 2022-11-28 23:48:19
## 3675 2022-11-28 23:47:25
## 3676 2022-11-28 23:47:03
## 3677 2022-11-28 23:46:49
## 3678 2022-11-28 23:46:48
## 3679 2022-11-28 23:46:48
## 3680 2022-11-28 23:46:31
## 3681 2022-11-28 23:46:22
## 3682 2022-11-28 23:45:45
## 3683 2022-11-28 23:45:38
## 3684 2022-11-28 23:45:02
## 3685 2022-11-28 23:45:01
## 3686 2022-11-28 23:42:36
## 3687 2022-11-28 23:42:32
## 3688 2022-11-28 23:41:42
## 3689 2022-11-28 23:41:10
## 3690 2022-11-28 23:40:57
## 3691 2022-11-28 23:40:55
## 3692 2022-11-28 23:40:20
## 3693 2022-11-28 23:40:04
## 3694 2022-11-28 23:39:21
## 3695 2022-11-28 23:39:19
## 3696 2022-11-28 23:38:18
## 3697 2022-11-28 23:37:20
## 3698 2022-11-28 23:36:54
## 3699 2022-11-28 23:36:16
## 3700 2022-11-28 23:36:02
## 3701 2022-11-28 23:35:45
## 3702 2022-11-28 23:35:24
## 3703 2022-11-28 23:35:23
## 3704 2022-11-28 23:35:19
## 3705 2022-11-28 23:34:51
## 3706 2022-11-28 23:34:35
## 3707 2022-11-28 23:34:03
## 3708 2022-11-28 23:33:07
## 3709 2022-11-28 23:32:20
## 3710 2022-11-28 23:32:13
## 3711 2022-11-28 23:30:00
## 3712 2022-11-28 23:29:51
## 3713 2022-11-28 23:29:42
## 3714 2022-11-28 23:29:35
## 3715 2022-11-28 23:29:33
## 3716 2022-11-28 23:29:10
## 3717 2022-11-28 23:27:32
## 3718 2022-11-28 23:26:42
## 3719 2022-11-28 23:25:50
## 3720 2022-11-28 23:25:40
## 3721 2022-11-28 23:25:39
## 3722 2022-11-28 23:23:48
## 3723 2022-11-28 23:21:41
## 3724 2022-11-28 23:21:24
## 3725 2022-11-28 23:21:19
## 3726 2022-11-28 23:19:22
## 3727 2022-11-28 23:18:08
## 3728 2022-11-28 23:17:48
## 3729 2022-11-28 23:17:38
## 3730 2022-11-28 23:17:36
## 3731 2022-11-28 23:17:26
## 3732 2022-11-28 23:17:25
## 3733 2022-11-28 23:17:19
## 3734 2022-11-28 23:15:54
## 3735 2022-11-28 23:14:59
## 3736 2022-11-28 23:14:47
## 3737 2022-11-28 23:13:30
## 3738 2022-11-28 23:13:00
## 3739 2022-11-28 23:12:34
## 3740 2022-11-28 23:12:02
## 3741 2022-11-28 23:09:56
## 3742 2022-11-28 23:09:14
## 3743 2022-11-28 23:09:11
## 3744 2022-11-28 23:08:42
## 3745 2022-11-28 23:08:18
## 3746 2022-11-28 23:07:57
## 3747 2022-11-28 23:07:56
## 3748 2022-11-28 23:05:24
## 3749 2022-11-28 23:04:27
## 3750 2022-11-28 23:04:02
## 3751 2022-11-28 23:03:41
## 3752 2022-11-28 23:03:15
## 3753 2022-11-28 23:03:04
## 3754 2022-11-28 23:03:03
## 3755 2022-11-28 23:02:49
## 3756 2022-11-28 23:01:52
## 3757 2022-11-28 23:01:25
## 3758 2022-11-28 23:01:21
## 3759 2022-11-28 23:00:57
## 3760 2022-11-28 23:00:56
## 3761 2022-11-28 23:00:49
## 3762 2022-11-28 23:00:45
## 3763 2022-11-28 23:00:00
## 3764 2022-11-28 22:59:29
## 3765 2022-11-28 22:59:20
## 3766 2022-11-28 22:59:03
## 3767 2022-11-28 22:58:38
## 3768 2022-11-28 22:56:22
## 3769 2022-11-28 22:55:34
## 3770 2022-11-28 22:55:00
## 3771 2022-11-28 22:54:39
## 3772 2022-11-28 22:53:16
## 3773 2022-11-28 22:52:48
## 3774 2022-11-28 22:50:59
## 3775 2022-11-28 22:50:48
## 3776 2022-11-28 22:50:27
## 3777 2022-11-28 22:50:17
## 3778 2022-11-28 22:50:04
## 3779 2022-11-28 22:49:41
## 3780 2022-11-28 22:49:07
## 3781 2022-11-28 22:47:40
## 3782 2022-11-28 22:47:37
## 3783 2022-11-28 22:47:13
## 3784 2022-11-28 22:45:58
## 3785 2022-11-28 22:45:27
## 3786 2022-11-28 22:44:52
## 3787 2022-11-28 22:44:07
## 3788 2022-11-28 22:43:32
## 3789 2022-11-28 22:43:13
## 3790 2022-11-28 22:42:25
## 3791 2022-11-28 22:41:02
## 3792 2022-11-28 22:41:01
## 3793 2022-11-28 22:38:34
## 3794 2022-11-28 22:37:06
## 3795 2022-11-28 22:36:58
## 3796 2022-11-28 22:36:50
## 3797 2022-11-28 22:36:30
## 3798 2022-11-28 22:36:16
## 3799 2022-11-28 22:35:46
## 3800 2022-11-28 22:35:46
## 3801 2022-11-28 22:35:37
## 3802 2022-11-28 22:35:14
## 3803 2022-11-28 22:34:50
## 3804 2022-11-28 22:34:17
## 3805 2022-11-28 22:34:09
## 3806 2022-11-28 22:33:53
## 3807 2022-11-28 22:33:33
## 3808 2022-11-28 22:33:23
## 3809 2022-11-28 22:33:16
## 3810 2022-11-28 22:33:14
## 3811 2022-11-28 22:33:08
## 3812 2022-11-28 22:33:03
## 3813 2022-11-28 22:32:48
## 3814 2022-11-28 22:32:44
## 3815 2022-11-28 22:32:39
## 3816 2022-11-28 22:32:07
## 3817 2022-11-28 22:32:03
## 3818 2022-11-28 22:32:01
## 3819 2022-11-28 22:31:10
## 3820 2022-11-28 22:30:31
## 3821 2022-11-28 22:30:07
## 3822 2022-11-28 22:30:04
## 3823 2022-11-28 22:29:54
## 3824 2022-11-28 22:29:29
## 3825 2022-11-28 22:28:38
## 3826 2022-11-28 22:27:58
## 3827 2022-11-28 22:27:07
## 3828 2022-11-28 22:27:03
## 3829 2022-11-28 22:26:58
## 3830 2022-11-28 22:26:06
## 3831 2022-11-28 22:25:43
## 3832 2022-11-28 22:25:34
## 3833 2022-11-28 22:25:33
## 3834 2022-11-28 22:24:31
## 3835 2022-11-28 22:24:01
## 3836 2022-11-28 22:23:34
## 3837 2022-11-28 22:23:28
## 3838 2022-11-28 22:23:11
## 3839 2022-11-28 22:23:00
## 3840 2022-11-28 22:22:54
## 3841 2022-11-28 22:22:46
## 3842 2022-11-28 22:22:22
## 3843 2022-11-28 22:21:52
## 3844 2022-11-28 22:21:49
## 3845 2022-11-28 22:21:04
## 3846 2022-11-28 22:21:03
## 3847 2022-11-28 22:20:41
## 3848 2022-11-28 22:20:21
## 3849 2022-11-28 22:19:47
## 3850 2022-11-28 22:19:38
## 3851 2022-11-28 22:19:26
## 3852 2022-11-28 22:18:36
## 3853 2022-11-28 22:18:35
## 3854 2022-11-28 22:18:31
## 3855 2022-11-28 22:18:26
## 3856 2022-11-28 22:18:23
## 3857 2022-11-28 22:17:19
## 3858 2022-11-28 22:16:41
## 3859 2022-11-28 22:16:06
## 3860 2022-11-28 22:16:05
## 3861 2022-11-28 22:16:04
## 3862 2022-11-28 22:16:03
## 3863 2022-11-28 22:15:56
## 3864 2022-11-28 22:15:48
## 3865 2022-11-28 22:15:22
## 3866 2022-11-28 22:15:00
## 3867 2022-11-28 22:14:47
## 3868 2022-11-28 22:14:41
## 3869 2022-11-28 22:14:08
## 3870 2022-11-28 22:13:44
## 3871 2022-11-28 22:13:33
## 3872 2022-11-28 22:13:11
## 3873 2022-11-28 22:12:54
## 3874 2022-11-28 22:12:49
## 3875 2022-11-28 22:12:34
## 3876 2022-11-28 22:12:23
## 3877 2022-11-28 22:10:56
## 3878 2022-11-28 22:10:42
## 3879 2022-11-28 22:10:27
## 3880 2022-11-28 22:10:10
## 3881 2022-11-28 22:09:58
## 3882 2022-11-28 22:09:52
## 3883 2022-11-28 22:09:51
## 3884 2022-11-28 22:09:21
## 3885 2022-11-28 22:09:12
## 3886 2022-11-28 22:09:07
## 3887 2022-11-28 22:07:34
## 3888 2022-11-28 22:07:17
## 3889 2022-11-28 22:07:15
## 3890 2022-11-28 22:06:53
## 3891 2022-11-28 22:06:49
## 3892 2022-11-28 22:06:14
## 3893 2022-11-28 22:06:07
## 3894 2022-11-28 22:04:39
## 3895 2022-11-28 22:04:28
## 3896 2022-11-28 22:03:22
## 3897 2022-11-28 22:03:17
## 3898 2022-11-28 22:03:01
## 3899 2022-11-28 22:03:01
## 3900 2022-11-28 22:02:44
## 3901 2022-11-28 22:02:15
## 3902 2022-11-28 22:01:40
## 3903 2022-11-28 22:01:28
## 3904 2022-11-28 22:01:10
## 3905 2022-11-28 22:00:35
## 3906 2022-11-28 22:00:31
## 3907 2022-11-28 22:00:07
## 3908 2022-11-28 21:59:47
## 3909 2022-11-28 21:59:18
## 3910 2022-11-28 21:59:15
## 3911 2022-11-28 21:59:15
## 3912 2022-11-28 21:58:40
## 3913 2022-11-28 21:58:05
## 3914 2022-11-28 21:57:36
## 3915 2022-11-28 21:57:31
## 3916 2022-11-28 21:56:54
## 3917 2022-11-28 21:56:36
## 3918 2022-11-28 21:56:24
## 3919 2022-11-28 21:56:10
## 3920 2022-11-28 21:55:53
## 3921 2022-11-28 21:55:52
## 3922 2022-11-28 21:55:09
## 3923 2022-11-28 21:55:04
## 3924 2022-11-28 21:54:55
## 3925 2022-11-28 21:54:30
## 3926 2022-11-28 21:54:12
## 3927 2022-11-28 21:53:53
## 3928 2022-11-28 21:53:13
## 3929 2022-11-28 21:52:41
## 3930 2022-11-28 21:52:03
## 3931 2022-11-28 21:51:34
## 3932 2022-11-28 21:51:07
## 3933 2022-11-28 21:51:00
## 3934 2022-11-28 21:50:52
## 3935 2022-11-28 21:50:09
## 3936 2022-11-28 21:49:22
## 3937 2022-11-28 21:49:12
## 3938 2022-11-28 21:48:03
## 3939 2022-11-28 21:47:50
## 3940 2022-11-28 21:47:28
## 3941 2022-11-28 21:46:22
## 3942 2022-11-28 21:46:10
## 3943 2022-11-28 21:46:05
## 3944 2022-11-28 21:45:49
## 3945 2022-11-28 21:45:38
## 3946 2022-11-28 21:45:07
## 3947 2022-11-28 21:44:47
## 3948 2022-11-28 21:44:42
## 3949 2022-11-28 21:44:04
## 3950 2022-11-28 21:44:03
## 3951 2022-11-28 21:42:56
## 3952 2022-11-28 21:42:38
## 3953 2022-11-28 21:42:36
## 3954 2022-11-28 21:42:35
## 3955 2022-11-28 21:42:26
## 3956 2022-11-28 21:42:16
## 3957 2022-11-28 21:42:06
## 3958 2022-11-28 21:41:54
## 3959 2022-11-28 21:41:40
## 3960 2022-11-28 21:40:53
## 3961 2022-11-28 21:40:30
## 3962 2022-11-28 21:40:08
## 3963 2022-11-28 21:38:40
## 3964 2022-11-28 21:37:51
## 3965 2022-11-28 21:37:33
## 3966 2022-11-28 21:37:22
## 3967 2022-11-28 21:36:10
## 3968 2022-11-28 21:35:51
## 3969 2022-11-28 21:35:00
## 3970 2022-11-28 21:33:56
## 3971 2022-11-28 21:33:09
## 3972 2022-11-28 21:32:42
## 3973 2022-11-28 21:31:51
## 3974 2022-11-28 21:31:26
## 3975 2022-11-28 21:31:19
## 3976 2022-11-28 21:31:06
## 3977 2022-11-28 21:30:11
## 3978 2022-11-28 21:29:40
## 3979 2022-11-28 21:29:26
## 3980 2022-11-28 21:28:45
## 3981 2022-11-28 21:28:42
## 3982 2022-11-28 21:28:36
## 3983 2022-11-28 21:28:25
## 3984 2022-11-28 21:28:06
## 3985 2022-11-28 21:28:02
## 3986 2022-11-28 21:27:24
## 3987 2022-11-28 21:26:49
## 3988 2022-11-28 21:26:09
## 3989 2022-11-28 21:25:40
## 3990 2022-11-28 21:25:40
## 3991 2022-11-28 21:25:35
## 3992 2022-11-28 21:25:01
## 3993 2022-11-28 21:24:57
## 3994 2022-11-28 21:24:46
## 3995 2022-11-28 21:24:23
## 3996 2022-11-28 21:23:23
## 3997 2022-11-28 21:22:58
## 3998 2022-11-28 21:22:56
## 3999 2022-11-28 21:22:56
## 4000 2022-11-28 21:22:39
## 4001 2022-11-28 21:22:23
## 4002 2022-11-28 21:22:23
## 4003 2022-11-28 21:21:18
## 4004 2022-11-28 21:21:07
## 4005 2022-11-28 21:19:50
## 4006 2022-11-28 21:19:21
## 4007 2022-11-28 21:18:54
## 4008 2022-11-28 21:18:49
## 4009 2022-11-28 21:17:47
##                                                                                                                   statusSource
## 1                                           <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3                                                      <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5                                                                  <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 6                                                                  <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 7                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9                                         <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 10                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 11                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 12                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 13                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 14                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 15                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 16                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 17                                         <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 18                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 19                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 20                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 21                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 22                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 23                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 24                                      <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 25                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 26                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 27                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 28                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 29                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 30                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 31                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 32                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 33                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 34                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 35                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 36                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 37                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 38                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 39                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 40                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 41                                              <a href="https://twitter.com/FinderCard" rel="nofollow">baseballcardfinder</a>
## 42                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 43                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 44                                               <a href="https://www.socialjukebox.com" rel="nofollow">The Social Jukebox</a>
## 45                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 46                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 47                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 48                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 49                                              <a href="http://www.fantasticradio.co.uk" rel="nofollow"> Fantastic Radioo</a>
## 50                       <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 51                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 52                                                         <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 53                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 54                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 55                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 56                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 57                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 58                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 59                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 60                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 61                                           <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 62                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 63                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 64                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 65                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 66                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 67                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 68                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 69                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 70                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 71                                                              <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 72                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 73                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 74                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 75                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 76                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 77                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 78                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 79                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 80                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 81                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 82                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 83                                             <a href="https://mobile.twitter.com/portofoiliodev" rel="nofollow">tokdrama</a>
## 84                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 85                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 86                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 87                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 88                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 89                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 90                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 91                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 92                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 93                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 94                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 95                                          <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 96                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 97                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 98                                        <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 99                                                     <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 100                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 101                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 102                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 103                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 104                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 105                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 106                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 107                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 108                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 109                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 110                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 111                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 112                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 113                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 114                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 115                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 116                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 117                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 118                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 119                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 120                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 121                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 122                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 123                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 124                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 125                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 126                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 127                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 128                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 129                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 130                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 131                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 132                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 133                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 134                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 135                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 136                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 137                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 138                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 139                                                   <a href="https://twitter.com/bluechipcard" rel="nofollow">card-radar</a>
## 140                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 141                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 142                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 143                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 144                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 145                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 146                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 147                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 148                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 149                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 150                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 151                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 152                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 153                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 154                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 155                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 156                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 157                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 158                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 159                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 160                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 161                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 162                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 163                                                                  <a href="http://gofundme.com" rel="nofollow">GoFundMe</a>
## 164                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 165                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 166                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 167                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 168                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 169                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 170                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 171                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 172                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 173                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 174                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 175                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 176                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 177                                                                   <a href="https://511ny.org" rel="nofollow">NYRegions</a>
## 178                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 179                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 180                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 181                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 182                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 183                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 184                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 185                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 186                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 187                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 188                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 189                                                            <a href="https://rtweet.info" rel="nofollow">rstats2twitter</a>
## 190                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 191                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 192                                                    <a href="https://www.litepocketdeals.com" rel="nofollow">Post Deals</a>
## 193                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 194                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 195                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 196                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 197                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 198                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 199                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 200                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 201                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 202                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 203                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 204                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 205                                                                      <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 206                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 207                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 208                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 209                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 210                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 211                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 212                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 213                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 214                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 215                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 216                                          <a href="https://plaza.rakuten.co.jp/1147rakuten/diary/" rel="nofollow">R_Aff</a>
## 217                                <a href="https://www.nintendo.com/countryselector" rel="nofollow">Nintendo Switch Share</a>
## 218                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 219                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 220                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 221                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 222                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 223                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 224                                        <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 225                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 226                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 227                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 228                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 229                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 230                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 231                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 232                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 233                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 234                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 235                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 236                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 237                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 238                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 239                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 240                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 241                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 242                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 243                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 244                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 245                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 246                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 247                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 248                                                            <a href="http://www.soaster.com" rel="nofollow">SoasterTest</a>
## 249                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 250                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 251                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 252                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 253                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 254                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 255                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 256                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 257                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 258                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 259                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 260                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 261                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 262                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 263                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 264                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 265                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 266                                     <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 267                                                                   <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 268                                                                   <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 269                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 270                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 271                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 272                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 273                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 274                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 275                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 276                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 277                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 278                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 279                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 280                                                                     <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 281                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 282                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 283                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 284                                                    <a href="https://app.socialpilot.co/" rel="nofollow">SocialPilot.co</a>
## 285                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 286                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 287                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 288                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 289                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 290                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 291                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 292                                                                <a href="http://instagram.com" rel="nofollow">Instagram</a>
## 293                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 294                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 295                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 296                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 297                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 298                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 299                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 300                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 301                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 302                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 303                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 304                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 305                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 306                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 307              <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">LAIT911.com</a>
## 308                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 309                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 310                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 311                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 312                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 313                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 314                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 315                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 316                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 317                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 318                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 319                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 320                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 321                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 322                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 323                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 324                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 325                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 326                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 327                                        <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 328                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 329                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 330                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 331                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 332                                       <a href="http://fromEveryst.com" rel="nofollow">555comic.com live-posted stories</a>
## 333                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 334                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 335                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 336                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 337                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 338                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 339                                                                      <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 340                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 341                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 342                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 343                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 344                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 345                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 346                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 347                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 348                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 349                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 350                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 351                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 352                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 353                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 354                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 355                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 356                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 357                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 358                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 359                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 360                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 361                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 362                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 363                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 364                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 365                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 366                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 367                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 368                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 369                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 370                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 371                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 372                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 373                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 374                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 375                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 376                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 377                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 378                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 379                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 380                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 381                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 382                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 383                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 384                                     <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 385                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 386                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 387                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 388                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 389                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 390                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 391                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 392                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 393                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 394                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 395                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 396                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 397                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 398                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 399                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 400                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 401                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 402                                             <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 403                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 404                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 405                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 406                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 407                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 408                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 409                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 410                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 411                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 412                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 413                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 414                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 415                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 416                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 417              <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">tweetsville</a>
## 418                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 419                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 420                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 421                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 422                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 423                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 424                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 425                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 426                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 427                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 428                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 429                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 430                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 431                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 432                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 433                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 434                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 435                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 436                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 437                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 438                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 439                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 440                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 441                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 442                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 443                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 444                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 445                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 446                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 447                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 448                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 449                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 450                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 451                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 452                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 453                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 454                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 455                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 456                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 457                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 458                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 459                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 460                                        <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 461                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 462                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 463                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 464                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 465                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 466                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 467                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 468                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 469                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 470                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 471                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 472                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 473                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 474                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 475                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 476                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 477                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 478                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 479                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 480                                     <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 481                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 482                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 483                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 484                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 485                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 486                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 487                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 488                                              <a href="https://twitter.com/sportscardcoder" rel="nofollow">tradingcards</a>
## 489                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 490                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 491                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 492                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 493                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 494                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 495                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 496                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 497                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 498                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 499                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 500                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 501                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 502                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 503                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 504                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 505                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 506                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 507                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 508                                                             <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 509                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 510                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 511                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 512                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 513                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 514                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 515                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 516                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 517                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 518                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 519                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 520                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 521                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 522                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 523                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 524                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 525                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 526                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 527                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 528                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 529                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 530                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 531                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 532                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 533                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 534                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 535                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 536                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 537                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 538                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 539                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 540                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 541                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 542                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 543                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 544                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 545                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 546                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 547                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 548                                                                     <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 549                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 550                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 551                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 552                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 553                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 554                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 555                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 556                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 557                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 558                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 559                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 560                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 561                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 562                                                                      <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 563                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 564                                        <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 565                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 566                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 567                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 568                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 569                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 570                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 571                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 572                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 573                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 574                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 575                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 576                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 577                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 578                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 579                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 580                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 581                                     <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 582                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 583                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 584                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 585                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 586                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 587                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 588                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 589                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 590                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 591                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 592                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 593                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 594                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 595                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 596                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 597                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 598                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 599                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 600                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 601                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 602                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 603                                                                <a href="http://instagram.com" rel="nofollow">Instagram</a>
## 604                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 605                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 606                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 607                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 608                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 609                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 610                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 611                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 612                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 613                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 614                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 615                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 616                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 617                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 618                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 619                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 620                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 621                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 622                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 623                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 624                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 625                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 626                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 627                                                        <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 628                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 629                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 630                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 631                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 632                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 633                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 634                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 635                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 636                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 637                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 638                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 639                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 640                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 641                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 642                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 643                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 644                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 645                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 646                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 647                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 648                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 649                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 650                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 651                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 652                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 653                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 654                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 655                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 656                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 657                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 658                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 659                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 660                                                                <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 661                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 662                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 663                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 664                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 665                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 666                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 667                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 668                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 669                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 670                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 671                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 672                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 673                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 674                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 675                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 676                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 677                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 678                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 679                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 680                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 681                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 682                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 683                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 684                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 685                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 686                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 687                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 688                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 689                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 690                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 691                                              <a href="http://www.placeholder.com" rel="nofollow">Amazon Discount Codes</a>
## 692                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 693                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 694                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 695                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 696                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 697                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 698                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 699                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 700                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 701                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 702                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 703                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 704                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 705                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 706                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 707                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 708                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 709                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 710                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 711                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 712                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 713                                                             <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 714                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 715                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 716                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 717                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 718                                             <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 719                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 720                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 721                                                                     <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 722                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 723                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 724                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 725                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 726                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 727                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 728                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 729                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 730                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 731                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 732                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 733                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 734                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 735                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 736                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 737                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 738                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 739                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 740                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 741                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 742                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 743                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 744                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 745                                     <a href="http://www.famousbirthdays.com/" rel="nofollow">Celebrity Birthdays Today</a>
## 746                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 747                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 748                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 749                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 750                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 751                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 752                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 753                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 754                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 755                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 756                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 757                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 758                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 759                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 760                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 761                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 762                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 763                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 764                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 765                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 766                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 767                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 768                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 769                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 770                                        <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 771                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 772                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 773                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 774                                                           <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 775                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 776                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 777                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 778                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 779                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 780                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 781                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 782                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 783                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 784                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 785                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 786                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 787                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 788                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 789                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 790                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 791                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 792                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 793                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 794                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 795                                                             <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 796                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 797                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 798                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 799                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 800                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 801                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 802                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 803                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 804                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 805                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 806                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 807                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 808                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 809                                                                <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 810                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 811                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 812                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 813                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 814                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 815                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 816                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 817                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 818                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 819                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 820                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 821                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 822                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 823                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 824                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 825                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 826                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 827                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 828                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 829                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 830                                                                      <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 831                                                                      <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 832                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 833                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 834                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 835                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 836                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 837                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 838                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 839                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 840                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 841                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 842                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 843                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 844                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 845                                           <a href="http://www.legis.iowa.gov" rel="nofollow">Iowa Legislative Services</a>
## 846                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 847                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 848                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 849                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 850                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 851                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 852                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 853                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 854                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 855                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 856                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 857                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 858                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 859                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 860                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 861                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 862                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 863                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 864                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 865                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 866                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 867                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 868                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 869                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 870                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 871                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 872                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 873                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 874                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 875                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 876                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 877                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 878                                                           <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 879                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 880                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 881                                                                <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 882                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 883                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 884                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 885                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 886                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 887                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 888                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 889                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 890                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 891                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 892                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 893                                         <a href="http://www.blacktradelines.com" rel="nofollow">Blacktradecircle login</a>
## 894                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 895                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 896                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 897                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 898                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 899                                             <a href="http://www.powerapps.com" rel="nofollow">Microsoft Power Platform</a>
## 900                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 901                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 902                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 903                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 904                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 905                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 906                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 907                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 908                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 909                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 910                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 911                                                               <a href="http://www.falcon.io" rel="nofollow">Brandwatch</a>
## 912                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 913                                                                       <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 914                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 915                                                    <a href="https://app.socialpilot.co/" rel="nofollow">SocialPilot.co</a>
## 916                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 917                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 918                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 919                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 920                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 921                                                                   <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 922                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 923                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 924                                        <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 925                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 926                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 927                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 928                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 929                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 930                                             <a href="http://www.fantasticradio.co.uk" rel="nofollow"> Fantastic Radioo</a>
## 931                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 932                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 933                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 934                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 935                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 936                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 937                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 938                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 939                                                           <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 940                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 941                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 942                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 943                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 944                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 945                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 946                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 947                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 948                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 949                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 950                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 951                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 952                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 953                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 954                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 955                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 956                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 957                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 958                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 959                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 960                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 961                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 962                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 963                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 964                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 965           <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Save to Notion</a>
## 966                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 967                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 968                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 969                                                 <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 970                <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 971                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 972                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 973                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 974                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 975                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 976                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 977                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 978                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 979                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 980                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 981                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 982                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 983                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 984                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 985                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 986                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 987                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 988                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 989                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 990                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 991                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 992                                                    <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 993                                          <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 994                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 995                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 996                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 997                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 998                                         <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 999                                       <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1000                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1001                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1002                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1003                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1004                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1005                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1006                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1007                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1008                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1009                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1010                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1011                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1012                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1013                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1014                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1015                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1016                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1017                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1018                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1019                                                             <a href="https://www.later.com" rel="nofollow">LaterMedia</a>
## 1020                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1021                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1022                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1023                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1024                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1025                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1026                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1027                                            <a href="https://twitter.com/FinderCard" rel="nofollow">baseballcardfinder</a>
## 1028                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1029                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1030                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 1031                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1032                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1033                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1034                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1035                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1036                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1037                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1038                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1039                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1040                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1041                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1042                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1043                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1044                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1045                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1046                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1047                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1048                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1049                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1050                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1051                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1052                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1053                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1054                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1055                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1056                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1057                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1058                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1059                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1060                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1061                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1062                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1063                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1064                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1065                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1066                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1067                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1068                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1069                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1070                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1071                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1072                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1073                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1074                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1075                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1076                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1077                     <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 1078                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1079                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1080                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1081                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1082                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1083                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1084                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1085                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1086                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1087                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1088                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1089                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1090                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1091                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1092                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1093                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1094                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1095                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1096                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1097                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1098                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1099                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1100                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1101                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1102                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1103                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1104                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1105                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1106                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1107                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1108                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1109                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1110                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1111                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1112                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1113                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1114                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1115                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1116                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 1117                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1118                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1119                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1120                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1121                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1122                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1123                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1124                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1125                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1126                                                             <a href="https://vnnsports.net/" rel="nofollow">VNN, Inc.</a>
## 1127                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1128                                            <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 1129                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1130                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1131                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1132                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1133                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1134                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1135                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1136                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1137                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1138                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1139                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1140                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 1141                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1142                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1143                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1144                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1145                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1146                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1147                                                        <a href="https://twitter.com" rel="nofollow">TweetDeck Web App</a>
## 1148                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1149                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1150                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 1151                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1152                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1153                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1154                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1155                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1156                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1157                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1158                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1159                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1160                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1161                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1162                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1163                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1164                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1165                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1166                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1167                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1168                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 1169                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 1170                                                                  <a href="https://511ny.org" rel="nofollow">NYRegions</a>
## 1171                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1172                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1173                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1174                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1175                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 1176                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1177                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1178                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1179                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1180                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1181                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1182                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1183             <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">LAIT911.com</a>
## 1184                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1185                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1186                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1187                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1188                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1189                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1190                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1191                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1192                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1193                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1194                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1195                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1196                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1197                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1198                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1199                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1200                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1201                                                                 <a href="https://twittrp.com" rel="nofollow">Twitt-RP</a>
## 1202                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1203                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1204                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1205                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1206                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1207                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1208                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1209                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1210                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1211                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1212                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 1213                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1214                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1215               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1216                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1217                                                               <a href="https://zapier.com/" rel="nofollow">Zapier.com</a>
## 1218                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1219                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1220                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1221                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1222                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1223                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1224                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1225                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (OR)</a>
## 1226               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1227                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1228                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1229                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1230                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1231                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1232                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1233                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1234                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1235                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1236                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1237                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1238                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1239                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1240                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1241                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1242                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1243                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1244                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1245                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1246                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1247                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1248                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1249                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1250                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1251                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1252                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1253                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1254                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1255                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1256                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1257                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1258                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1259                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1260                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1261                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1262                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1263                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1264                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1265                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1266                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1267                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1268                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1269                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1270                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1271                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1272                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1273                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1274                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 1275                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1276               <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">iloveps_5</a>
## 1277                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1278                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1279                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1280                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1281                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1282                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1283                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1284                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1285                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1286                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1287                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1288                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1289                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1290                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1291                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1292                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1293                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1294                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1295                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1296                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1297                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1298                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1299                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1300                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1301                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1302                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1303                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1304                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1305                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1306                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1307                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1308                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1309                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1310                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1311                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1312                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1313                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1314                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1315                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1316                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1317                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1318                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1319                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1320                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1321                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 1322                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1323                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1324                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1325                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1326                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1327                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1328                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1329                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1330                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1331                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1332                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1333                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1334                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1335                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1336                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1337                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1338                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1339                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 1340                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1341                                                <a href="https://twitter.com/cardradar1" rel="nofollow">cardfinder0509</a>
## 1342                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1343                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1344                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1345                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1346                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1347                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1348                                                 <a href="https://www.spredfast.com/" rel="nofollow">Khoros Publishing</a>
## 1349                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1350                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1351                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1352                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1353                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1354                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 1355                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 1356                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1357                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1358                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1359                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1360                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1361                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1362                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1363                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1364                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1365                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1366                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1367                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1368                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1369                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1370                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1371                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1372                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1373                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1374                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1375                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1376                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1377                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1378                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1379                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1380                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1381                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1382                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1383                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1384                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1385                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1386                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1387                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1388                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1389                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1390                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1391                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1392                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1393                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1394                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1395                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1396                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1397                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1398                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1399                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1400                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1401                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1402                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1403                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1404                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1405                                                             <a href="https://vnnsports.net/" rel="nofollow">VNN, Inc.</a>
## 1406                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1407                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1408                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1409                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1410                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1411                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1412                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1413                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1414                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1415                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1416                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1417                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1418                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1419                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1420                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1421                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1422                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1423                                                 <a href="http://www.socialnewsdesk.com" rel="nofollow">SocialNewsDesk</a>
## 1424                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1425                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1426                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1427                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1428                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1429                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1430                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1431                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1432                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1433                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1434                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1435                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1436                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1437                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1438                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1439                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 1440                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1441                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1442                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1443                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1444                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1445                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1446                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1447                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1448                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1449                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1450                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1451                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1452                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1453                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 1454                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1455                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1456                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1457                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1458                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1459                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1460                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1461                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1462                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1463                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1464                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1465                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1466                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1467                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1468                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1469                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1470                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1471                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1472                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1473                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1474                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1475                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1476                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1477                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1478                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1479                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1480                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1481                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1482                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1483                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1484                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1485                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1486                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1487                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1488                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1489                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1490                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1491                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1492                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1493                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1494                                                         <a href="http://www.VIEmedia.at" rel="nofollow">VIEmedia News</a>
## 1495                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1496                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1497                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 1498                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1499                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1500                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1501                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1502                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1503                                               <a href="https://www.tweetedtimes.com" rel="nofollow">The Tweeted Times</a>
## 1504                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1505                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1506                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1507                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 1508                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1509                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1510                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1511                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1512               <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">iloveps_5</a>
## 1513                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1514                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1515                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1516                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1517                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1518                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 1519                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1520                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1521                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1522                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1523                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1524                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1525                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1526                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1527                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1528                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1529                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1530                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1531                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1532                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1533                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1534                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1535                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1536                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1537                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1538                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1539                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1540                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 1541                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1542                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 1543                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1544                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1545                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1546                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1547                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1548                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1549                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1550                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1551                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1552 <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Flipkart Support Shopsy</a>
## 1553                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1554                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1555                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1556                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1557                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1558                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1559                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1560                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1561                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1562                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1563                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1564                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1565                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1566                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1567                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1568                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1569                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1570                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1571                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1572                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1573                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1574                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1575                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1576                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1577                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1578                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1579                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1580                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1581                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1582                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1583                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1584                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1585                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1586                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1587                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1588                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1589                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1590                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1591                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1592                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1593                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1594                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1595                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1596                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1597                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1598                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1599                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1600                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1601                                                              <a href="http://www.echofon.com/" rel="nofollow">Echofon</a>
## 1602                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1603                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1604                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1605                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1606                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1607                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1608                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1609                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1610                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1611                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1612                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1613                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1614                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1615                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1616                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1617                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1618                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1619                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1620                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1621                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1622                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1623                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1624                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 1625                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 1626                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1627                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1628                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1629                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1630                                                 <a href="http://www.twitter.com/todobaku_bot" rel="nofollow">FLYNNBOT</a>
## 1631                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1632                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1633                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1634                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1635                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1636                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1637                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1638                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1639 <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Flipkart Support Shopsy</a>
## 1640                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1641                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1642                                                            <a href="http://www.linkedin.com/" rel="nofollow">LinkedIn</a>
## 1643                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1644                                                              <a href="https://www.planoly.com" rel="nofollow">PLANOLY</a>
## 1645                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1646                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1647                                                               <a href="https://www.tumblr.com/" rel="nofollow">Tumblr</a>
## 1648                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1649                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1650                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1651                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1652               <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">iloveps_5</a>
## 1653                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1654                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1655                               <a href="http://tibichelcea.net/one-second-tweeted/" rel="nofollow">OneSecondTweetedApp</a>
## 1656                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1657                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1658                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1659                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1660                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1661                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1662                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1663                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1664                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1665                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1666                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1667                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1668                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1669                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1670                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1671                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1672                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1673                                                       <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 1674                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1675                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1676                                                       <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 1677                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1678                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1679                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1680                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1681                                                                <a href="https://portal.prpro.be" rel="nofollow">PRpro</a>
## 1682                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1683                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1684                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1685                                                              <a href="http://www.hubspot.com/" rel="nofollow">HubSpot</a>
## 1686                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1687                                                       <a href="http://www.twittascope.com" rel="nofollow">Twittascope</a>
## 1688                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1689                                                             <a href="https://typefully.com/" rel="nofollow">Typefully</a>
## 1690                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 1691                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1692                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1693                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1694                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1695                                                                <a href="https://hypefury.com" rel="nofollow">Hypefury</a>
## 1696                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1697                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1698                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1699                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1700                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1701                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1702                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1703                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1704                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1705                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1706                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1707                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1708                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1709                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1710                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1711                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1712                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1713                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1714                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1715                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1716                                                   <a href="https://www.litepocketdeals.com" rel="nofollow">Post Deals</a>
## 1717                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1718                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1719                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1720                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 1721               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 1722                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1723                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1724                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1725                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1726                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1727                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1728                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1729                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1730                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1731                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1732                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1733                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 1734                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1735                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1736                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1737                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1738                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1739                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1740            <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">AltBlackNews</a>
## 1741                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1742                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1743                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1744                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1745                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1746                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1747                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1748                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1749                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1750                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1751                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1752                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1753                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1754                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1755                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1756                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1757                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1758                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1759                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1760                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1761                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1762                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1763                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1764                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1765                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1766                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1767                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1768                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1769                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1770                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1771                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1772                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1773                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 1774                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1775                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1776                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1777                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1778                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1779                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1780                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1781                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1782                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1783                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1784                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1785                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1786                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1787                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1788                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1789                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1790                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1791                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1792                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 1793                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1794                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 1795                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1796                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1797                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1798                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 1799                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1800                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1801                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1802                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1803                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1804                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1805                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1806                                                                  <a href="https://511ny.org" rel="nofollow">NYRegions</a>
## 1807                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1808                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1809                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1810                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1811                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1812                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 1813                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1814                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1815                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1816                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1817                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1818                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1819                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1820                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1821                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1822                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1823                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1824                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1825                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1826                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1827                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1828                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1829                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1830                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1831                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1832                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1833                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1834                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1835                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1836                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1837                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1838                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1839                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1840                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1841                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1842                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1843                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1844                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1845                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1846                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1847                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1848                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1849                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1850                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1851                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1852                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1853                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1854                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1855                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1856                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1857                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1858                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1859                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1860                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1861                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1862                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1863                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1864                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1865                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1866                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1867                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 1868                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1869                                                           <a href="http://www.mailchimp.com" rel="nofollow">Mailchimp</a>
## 1870                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 1871                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1872                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 1873                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1874                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1875                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1876                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1877                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1878                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1879                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1880                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1881                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1882                                                       <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 1883                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1884                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1885                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1886                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1887                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1888                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1889                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1890                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1891                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1892                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1893                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1894                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1895                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1896                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1897                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1898                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1899                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1900                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1901                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1902                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1903                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1904                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1905                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1906                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1907                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1908                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1909                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1910                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1911                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1912                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1913                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1914                             <a href="http://www.strictly-software.com" rel="nofollow">Strictly Tweetbot for Wordpress</a>
## 1915                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1916                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1917                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1918                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1919                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1920                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1921                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1922                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1923                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1924                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1925                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1926                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1927                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1928                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1929                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1930                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1931                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1932                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1933                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1934                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1935                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1936                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1937                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1938                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1939                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1940                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1941                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1942                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1943                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1944                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1945                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1946                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1947                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1948                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1949                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1950                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1951                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1952                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1953                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1954                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1955                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1956                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1957                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1958                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1959                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1960                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1961                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1962                                                  <a href="https://twitter.com/BoysLoveFess" rel="nofollow">Jodanspace</a>
## 1963                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1964                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1965                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1966                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1967                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1968                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1969                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1970                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1971                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1972                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1973                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1974                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1975                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1976                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1977                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1978                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1979                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1980                                                                   <a href="https://app-6.com" rel="nofollow">WIWIBOT1</a>
## 1981                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1982                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1983                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 1984                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1985                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1986                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1987                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1988                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1989                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1990                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1991                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1992                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1993                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1994                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1995                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1996                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1997                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1998                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1999                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2000                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2001                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2002                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2003                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2004                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2005                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 2006               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 2007                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2008                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2009                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2010                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 2011               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 2012                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2013                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2014                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2015                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2016                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2017                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2018                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2019                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2020                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2021                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2022                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2023                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2024                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2025                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2026                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2027                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 2028               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 2029                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2030                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2031                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2032                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2033                     <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 2034                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2035                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2036                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2037                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2038                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2039                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2040                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2041                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2042                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2043                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2044                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2045                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2046                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2047                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2048                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2049                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2050                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2051                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2052                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2053                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2054                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2055                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2056                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2057                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2058                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2059                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2060                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2061                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2062                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2063                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2064                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2065                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2066                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2067                                            <a href="https://twitter.com/JUJUTSUFESS" rel="nofollow">【 JUJUTSUFESS 】</a>
## 2068                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2069                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2070                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2071                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2072                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2073                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2074                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2075                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2076                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2077                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2078                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2079                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2080                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2081                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2082                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2083                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2084                                                       <a href="http://www.twittascope.com" rel="nofollow">Twittascope</a>
## 2085                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2086                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2087                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2088                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2089                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2090                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2091                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2092                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2093                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2094                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2095                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2096                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2097                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2098                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 2099                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2100                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2101                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2102                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2103                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2104                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2105                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2106                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2107                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2108                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2109                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2110                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2111                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2112                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2113                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2114                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2115                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2116                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2117                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2118                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2119                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2120                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2121                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2122                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2123                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2124                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2125                                                  <a href="https://twitter.com/BoysLoveFess" rel="nofollow">Jodanspace</a>
## 2126                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2127                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2128                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2129                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2130                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2131                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2132                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2133                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2134                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2135                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2136                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2137                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2138                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2139                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2140                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2141                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2142                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2143                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2144                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2145                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2146                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2147                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2148                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2149                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2150                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2151                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2152                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2153                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2154                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2155                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2156                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2157                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2158                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2159                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2160                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2161                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2162                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2163                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2164                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2165                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2166                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2167                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2168                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2169                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2170                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2171                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2172                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2173                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2174                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2175                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2176                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2177                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2178                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2179                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2180                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2181                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2182                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2183                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2184                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2185                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2186                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2187                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2188                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2189                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2190                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2191                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2192                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2193                                                         <a href="http://www.socialflow.com" rel="nofollow">SocialFlow</a>
## 2194                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2195                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2196                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2197                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2198                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2199                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2200                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2201                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2202                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2203                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2204                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2205                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2206                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2207                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2208                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2209                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2210                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2211                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2212                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2213                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2214                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2215                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2216                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2217                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2218                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2219                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2220 <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Flipkart Support Shopsy</a>
## 2221                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2222                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2223                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2224                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2225                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2226                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2227                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2228                                            <a href="http://www.powerapps.com" rel="nofollow">Microsoft Power Platform</a>
## 2229                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2230                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2231                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2232                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2233                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2234                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2235                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2236                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2237                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2238                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2239                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2240                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2241                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2242                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2243                                                <a href="https://twitter.com/ssefnum" rel="nofollow">Udah move on kak?</a>
## 2244                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2245                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2246                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2247                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2248                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2249                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2250                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2251                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2252                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2253                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2254                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2255                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2256                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2257                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2258                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2259                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2260                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2261                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2262                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2263                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2264                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2265                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2266                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2267                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2268                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2269                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2270                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2271                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2272                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2273                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2274                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2275                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2276                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2277                                            <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 2278                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2279                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 2280                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2281                                                     <a href="https://www.hootsuite.com" rel="nofollow">Hootsuite Inc.</a>
## 2282                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2283                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2284                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2285                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2286                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2287                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2288                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2289                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2290                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2291                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2292                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2293                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2294                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2295                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2296                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2297                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2298                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2299                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2300                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2301                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2302                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2303                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2304                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2305                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2306                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2307                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2308                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2309                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2310                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2311                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2312                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2313                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2314                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2315                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2316                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2317                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2318                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2319                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2320                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2321                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2322                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2323                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2324                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2325                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2326                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2327                                                            <a href="https://www.kpopmap.com" rel="nofollow">kpopmaptw</a>
## 2328                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2329                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2330                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2331                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2332                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2333                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2334                                                                 <a href="http://www.axisum.com" rel="nofollow">Tiana1</a>
## 2335                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2336                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2337                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2338                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2339                                                                     <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 2340                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2341                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2342                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2343                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2344                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2345                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2346                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2347                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2348                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2349                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2350                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2351                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2352                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2353                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2354                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2355                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2356                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2357                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2358                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2359                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2360                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2361                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2362                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2363                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2364                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2365                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2366                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2367                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2368                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2369                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2370                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2371                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2372                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2373                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2374                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2375                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2376                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2377                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2378                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2379                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2380                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2381                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2382                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2383                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2384                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2385                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2386                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2387                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2388                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2389                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2390                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2391                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2392                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2393                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2394                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2395                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2396                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2397                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2398                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2399                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2400                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2401                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2402                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2403                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2404                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2405                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2406                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2407                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2408                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2409                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2410                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2411                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2412                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2413                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2414                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2415                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2416                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2417                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2418                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2419                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2420                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2421                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2422                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2423                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2424                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2425                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2426                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2427                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2428                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2429                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2430                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2431                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2432                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2433                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2434                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2435                                                              <a href="http://www.typepad.com/" rel="nofollow">Typepad</a>
## 2436                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2437                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2438                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2439                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2440                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2441                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2442                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2443                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2444                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2445                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2446                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2447                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2448                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2449                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2450                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2451                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2452                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2453                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2454                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2455                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2456                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2457                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2458                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2459                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2460                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2461                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2462                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2463                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2464                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2465                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2466                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2467 <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">Flipkart Support Shopsy</a>
## 2468                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2469                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2470                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2471                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2472                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2473                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2474                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2475                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2476                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2477                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2478                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2479                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2480                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2481                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2482                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2483                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2484                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2485                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2486                                            <a href="http://www.powerapps.com" rel="nofollow">Microsoft Power Platform</a>
## 2487                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2488                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2489                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2490                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2491                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2492                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2493                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2494                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2495                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2496                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2497                                                          <a href="https://twitter.com" rel="nofollow">tgdealsofficial</a>
## 2498                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2499                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2500                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2501                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2502                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2503                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2504                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2505                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2506                                                         <a href="http://www.socialflow.com" rel="nofollow">SocialFlow</a>
## 2507                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2508                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2509                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2510                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2511                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2512                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2513                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2514                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2515                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2516                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2517                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2518                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2519                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2520                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2521                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2522                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2523                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2524                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2525                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2526                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2527                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2528                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2529                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2530                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2531                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2532                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2533                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2534                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2535                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2536                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2537                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2538                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2539                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2540                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2541                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2542                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2543                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2544                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2545                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2546                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2547                                            <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 2548                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2549                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2550                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2551                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2552                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2553                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2554                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2555                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2556                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2557                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2558                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2559                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2560                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2561                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2562                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2563                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2564                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2565                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2566                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2567                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2568                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 2569                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2570                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2571                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2572                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2573                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2574                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2575                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2576                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2577                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2578                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2579                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2580                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2581                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2582                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2583                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2584                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2585                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2586                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2587                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2588                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2589                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2590                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2591                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2592                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2593                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2594                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2595                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2596                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2597                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2598                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2599                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2600                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2601                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2602                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2603                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2604                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2605                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2606                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2607                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2608                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2609                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2610                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2611                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2612                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2613                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2614                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2615                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2616                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2617                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2618                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2619                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2620                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2621                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2622                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2623                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2624                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2625                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2626                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2627                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2628                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2629                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2630                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2631                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2632                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2633                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2634                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2635                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2636                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2637                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2638                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2639                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2640                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2641                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2642                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2643                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2644                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2645                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2646                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2647                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2648                                                                <a href="http://poshmark.com/" rel="nofollow">Poshmark</a>
## 2649                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2650                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2651                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2652                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2653                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2654                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2655                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2656                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2657                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2658                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2659                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2660                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2661                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2662                                                           <a href="https://rtweet.info" rel="nofollow">rstats2twitter</a>
## 2663                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2664                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2665                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2666                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2667                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2668                                                  <a href="https://twitter.com/BoysLoveFess" rel="nofollow">Jodanspace</a>
## 2669                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2670                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2671                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2672                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2673                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2674                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2675                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2676                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2677                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2678                                <a href="https://github.com/FujiMakoto/twitter-saucenao" rel="nofollow">Anime SauceBot</a>
## 2679                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2680                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2681                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2682                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2683                                                             <a href="https://typefully.com/" rel="nofollow">Typefully</a>
## 2684                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2685                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2686                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2687                                                         <a href="http://www.socialflow.com" rel="nofollow">SocialFlow</a>
## 2688                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2689                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2690                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2691                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2692                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2693                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2694                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2695                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2696                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2697                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2698                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2699                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2700                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2701                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2702                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2703                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2704                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2705                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2706                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2707                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2708                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2709                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2710                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2711                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2712                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2713                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2714                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2715                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2716                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2717                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2718                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2719                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2720                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2721                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2722                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2723                                                   <a href="https://www.bookclubpro.com/" rel="nofollow">BookzoidBooks</a>
## 2724                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2725                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2726                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2727                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2728                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2729                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2730                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2731                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2732                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2733                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2734                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2735                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2736                                             <a href="http://www.placeholder.com" rel="nofollow">Amazon Discount Codes</a>
## 2737                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2738                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2739                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2740                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2741                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2742                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2743                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2744                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2745                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2746                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2747                                                  <a href="https://twitter.com/JapanMerchFess" rel="nofollow">Jpmfess2</a>
## 2748                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2749                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2750                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2751                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2752                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2753                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2754                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2755                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2756                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2757                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2758                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2759                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2760                                                         <a href="http://www.socialflow.com" rel="nofollow">SocialFlow</a>
## 2761                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2762                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2763                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2764                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2765                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2766                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2767                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2768                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2769                                                       <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 2770                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2771                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2772                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2773                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2774                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2775                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2776                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2777                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2778                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2779                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2780                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2781                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2782                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2783                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2784                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2785                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2786                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2787                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2788                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2789                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2790                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2791                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2792                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2793                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2794                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2795                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2796                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2797                                                              <a href="http://www.echofon.com/" rel="nofollow">Echofon</a>
## 2798                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2799                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2800                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2801                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2802                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2803                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2804                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2805                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2806                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2807                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2808                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2809                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2810                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2811                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2812                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2813                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2814                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2815                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2816                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2817                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2818                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2819                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2820                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2821                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2822                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2823                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2824                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2825                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2826                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2827                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2828                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2829                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2830                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2831                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2832                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2833                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2834                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2835                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2836                                                 <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 2837                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 2838                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2839                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2840                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2841                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2842                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2843                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2844                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2845                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2846                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2847                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2848                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2849                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2850                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2851                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2852                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2853                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 2854               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 2855                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2856                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2857                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2858                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2859                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2860                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2861                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2862                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2863                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2864                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2865                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2866                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2867                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2868                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2869                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2870                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2871                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2872                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2873                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2874                                                                     <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 2875                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2876                                                          <a href="https://retrospring.net" rel="nofollow">Retrospring</a>
## 2877                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2878                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2879                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2880                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2881                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2882                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2883                                                      <a href="https://www.rattibha.com" rel="nofollow">Rattibha رتبها</a>
## 2884                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2885                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 2886               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 2887                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2888                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2889                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2890                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2891                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2892                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2893                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2894                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2895                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2896                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2897                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2898                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2899                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2900                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2901                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2902                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2903                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2904                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2905                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2906                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2907                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2908                          <a href="https://ytantan.seesaa.net/article/486283925.html" rel="nofollow">Twitter  for  iOs</a>
## 2909                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2910                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2911                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2912                                           <a href="https://mobile.twitter.com/portofoiliodev" rel="nofollow">tokdrama</a>
## 2913                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2914                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2915                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2916                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2917                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2918                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2919                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2920                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2921                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2922                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2923                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2924                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2925                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2926                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2927                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2928                                      <a href="https://www.twitter.com/" rel="nofollow">Twitter Media Studio - LiveCut</a>
## 2929                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2930                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2931                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2932                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2933                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2934                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2935                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2936                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 2937                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2938                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2939                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2940                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2941                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2942                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2943                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2944                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2945                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2946                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2947                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2948                                                  <a href="https://twitter.com/BoysLoveFess" rel="nofollow">Jodanspace</a>
## 2949                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2950                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2951                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2952                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2953                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2954                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2955                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2956                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2957                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2958                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2959                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2960                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2961                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2962                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2963                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2964                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2965                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2966                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2967                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2968                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2969                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2970                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2971                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2972                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2973                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2974                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2975                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2976                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2977                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2978                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2979                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2980                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2981                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2982                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2983                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2984                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2985                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2986                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2987                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2988                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2989                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2990                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2991                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2992                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2993                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2994                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2995                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2996                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2997                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2998                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2999                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3000                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3001                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3002                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3003                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3004                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3005                                              <a href="https://studio.twitter.com" rel="nofollow">Twitter Media Studio</a>
## 3006                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3007                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3008                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3009                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3010                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3011                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3012                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3013                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3014                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3015                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3016                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3017                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3018                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3019                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3020                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3021                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3022                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3023                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 3024                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3025                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3026                                                  <a href="https://twitter.com/BoysLoveFess" rel="nofollow">Jodanspace</a>
## 3027                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3028                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3029                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3030                                                      <a href="https://smartpostapp.com" rel="nofollow">Smart Post App</a>
## 3031                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3032                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3033                                           <a href="https://mobile.twitter.com/portofoiliodev" rel="nofollow">tokdrama</a>
## 3034                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3035                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3036                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3037                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3038                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3039                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3040                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3041                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3042                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3043                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3044                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3045                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3046                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3047                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3048                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3049                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3050                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3051                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3052                                                       <a href="http://publicize.wp.com/" rel="nofollow">WordPress.com</a>
## 3053                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3054                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3055                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3056                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3057                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3058                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3059                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3060                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3061                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3062                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3063                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3064                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3065                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3066                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3067                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3068                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3069                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3070                                      <a href="http://accelerator.slri.or.th" rel="nofollow">SLRI Control Room Message</a>
## 3071                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3072                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3073                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3074                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3075                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3076                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3077                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3078                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3079                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3080                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3081                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3082                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3083                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3084                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3085                                                           <a href="https://botbird.net" rel="nofollow">Botbird tweets</a>
## 3086                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3087                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3088                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3089                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3090                                                                   <a href="https://discu.eu/" rel="nofollow">discu.eu</a>
## 3091                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3092            <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">MatildaTweet</a>
## 3093                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3094                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3095                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3096                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3097                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3098                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3099                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3100                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3101                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3102                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3103                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3104                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3105                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3106                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3107                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3108                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3109                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3110                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3111                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3112                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3113                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3114                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3115                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3116                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3117                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3118                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3119                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3120                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3121                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3122                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3123                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3124                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3125                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3126                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3127                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3128          <a href="https://sites.google.com/manaiakalani.org/tairawhiti-cluster" rel="nofollow">Learner blog post feed</a>
## 3129                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3130                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3131                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3132                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3133                                        <a href="http://www.blacktradelines.com" rel="nofollow">Blacktradecircle login</a>
## 3134                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3135                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3136                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3137                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3138                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3139                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3140                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3141                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3142                                                <a href="https://www.StreamElements.com" rel="nofollow">StreamElements</a>
## 3143                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3144                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3145                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3146                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3147                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3148                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3149                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3150                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3151                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3152                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3153                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3154                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3155                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3156                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3157                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3158                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3159                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3160                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3161                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3162                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3163                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3164                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3165                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3166                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3167                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3168                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3169                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3170                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3171                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3172                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3173                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3174                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3175                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3176                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3177                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3178                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3179                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3180                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3181                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3182                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3183                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3184                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3185                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3186                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3187                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3188                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3189                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3190                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3191                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3192                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3193                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3194                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3195                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3196                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3197                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3198                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3199                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3200                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3201                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3202                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3203                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3204                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3205                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3206                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3207                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3208                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3209                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3210                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3211                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3212                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3213                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3214                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3215                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3216                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3217                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3218                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3219                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3220                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3221                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3222                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3223                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3224                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3225                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3226                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3227                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3228                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3229                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3230                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3231                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3232                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3233                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3234                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3235                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3236                                                               <a href="http://meetedgar.com" rel="nofollow">MeetEdgar</a>
## 3237                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3238                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3239                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3240                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3241                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3242                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3243                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3244                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3245                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3246                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3247                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3248                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3249                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3250                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3251                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3252                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3253                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3254                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3255                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3256                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3257                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3258                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3259                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3260                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3261                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3262                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3263                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3264                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3265                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3266                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3267                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3268                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3269                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3270                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3271                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3272                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3273                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3274                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3275                                                               <a href="http://twinybots.com" rel="nofollow">TwinyBots</a>
## 3276                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3277                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3278                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3279                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3280                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3281                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3282                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3283                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3284                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3285                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3286                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3287                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3288                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3289                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3290                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3291                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3292                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3293                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3294                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3295                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3296                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3297                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3298                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3299                                                     <a href="https://revive.social/" rel="nofollow">Revive Social App</a>
## 3300                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3301                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3302                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3303                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3304                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3305                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3306                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3307                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3308                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3309                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3310                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3311                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3312                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3313                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3314                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 3315                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3316                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3317                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3318                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3319                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3320                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3321                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3322                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3323                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3324                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3325                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3326                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3327                                            <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 3328                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3329                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3330                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3331                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3332                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3333                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3334                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3335                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3336                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3337                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3338                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3339                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3340                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3341                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3342                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3343                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3344                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3345                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3346                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3347                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3348                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3349                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3350                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3351                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3352                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3353                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3354                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3355                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3356                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3357                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3358                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3359                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3360                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3361                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3362                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3363                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3364                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3365                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3366                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3367                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3368                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3369                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3370                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3371                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3372             <a href="https://twitter.com/intent/user?user_id=1193164798197940224" rel="nofollow">arXivNewSubmissions2</a>
## 3373                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3374                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3375                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3376                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3377                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3378                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3379                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3380                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3381                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3382                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3383                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3384                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3385                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3386                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3387                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3388                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3389                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3390                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3391                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3392                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3393                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3394                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3395                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3396                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3397                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3398                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3399                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3400                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3401                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3402                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3403                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3404                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3405                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3406                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3407                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3408                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3409                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3410                                             <a href="https://twitter.com/sportscardcoder" rel="nofollow">tradingcards</a>
## 3411                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3412                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3413                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3414                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3415                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3416                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3417                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3418                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3419                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3420                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3421                                                <a href="http://macinmind.com/Radiologik" rel="nofollow">Radiologik DJ</a>
## 3422                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3423                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3424                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3425                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3426                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3427                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3428                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3429                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3430                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3431                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3432                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3433                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3434                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3435                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3436                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3437                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3438                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3439                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3440                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3441                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3442                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3443                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3444                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3445                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3446                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3447                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3448                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3449                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3450                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3451                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3452                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3453                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3454                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3455                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3456                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3457                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3458                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3459                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3460                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3461                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3462                                         <a href="https://twitter.com/teddy_river17" rel="nofollow">ted_share_analysis</a>
## 3463                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3464                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3465                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3466                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3467                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3468                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3469                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3470                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3471                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3472                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3473                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3474                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3475                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3476                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3477                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3478                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3479                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3480                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3481                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 3482                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3483                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3484                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3485                                                      <a href="https://smartpostapp.com" rel="nofollow">Smart Post App</a>
## 3486                                                    <a href="https://contentstudio.io" rel="nofollow">ContentStudio.io</a>
## 3487                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3488                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3489                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3490                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3491                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3492                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3493                                                   <a href="http://www.ajaymatharu.com/" rel="nofollow">Tweet Old Post</a>
## 3494                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3495                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3496                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3497                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3498                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3499                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3500                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3501                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3502                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3503                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3504                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3505                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3506                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3507                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3508                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3509                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3510                                    <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 3511                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3512                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3513                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3514                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3515                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3516                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3517                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3518                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3519                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3520                                                            <a href="https://www.mixcloud.com" rel="nofollow">Mixcloud</a>
## 3521                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3522                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3523                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3524                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3525                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3526                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3527                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3528                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3529                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3530                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3531                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3532                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3533                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3534                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3535                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3536                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3537                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3538                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3539                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3540                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3541                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3542                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3543                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3544                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3545                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3546                                                          <a href="https://social.zoho.com" rel="nofollow">Zoho Social</a>
## 3547                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3548                       <a href="https://itunes.apple.com/jp/app/hel2um/id1146280429?mt=8" rel="nofollow">Hel2um on iOS</a>
## 3549                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3550                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3551                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3552                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3553                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3554                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3555                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3556                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3557                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3558                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3559                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3560                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3561                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3562                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3563                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3564                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3565                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3566                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3567                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3568                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3569                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3570                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3571                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3572                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3573                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3574                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3575                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3576                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3577                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3578                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3579                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3580                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3581                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3582                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3583                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3584                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3585                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3586                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3587                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3588                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3589                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3590                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3591                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3592                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3593                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3594                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3595                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3596                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3597                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3598                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3599                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3600                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3601                                    <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 3602                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3603                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3604                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3605                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3606                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3607                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3608                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3609                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3610                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3611                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3612                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3613                                                                  <a href="https://511ny.org" rel="nofollow">NYRegions</a>
## 3614                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 3615                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3616                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3617                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3618                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3619                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3620                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3621                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3622                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3623                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3624                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3625                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3626                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3627                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3628                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3629                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3630                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3631                            <a href="https://github.com/bmorelli25/Twitter-Bot.git" rel="nofollow">Many5011 twiter bot</a>
## 3632                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3633                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3634                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3635                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3636                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3637                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3638                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3639                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3640                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3641                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3642                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3643                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3644                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3645                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3646                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3647                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3648                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 3649                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3650                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3651                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3652                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3653                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3654                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3655                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3656                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3657                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3658                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3659                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3660                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3661                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3662                                            <a href="http://www.firedispatch.com" rel="nofollow">FireDispatchSantaCruz</a>
## 3663                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3664                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3665                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3666                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3667                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3668                                                    <a href="http://www.twitter.com/renoviana" rel="nofollow">GatryBot</a>
## 3669                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3670                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3671                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3672                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3673                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3674                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3675                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3676                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3677                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3678                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3679                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3680                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3681                                              <a href="https://www.make.com" rel="nofollow">Make (formerly Integromat)</a>
## 3682                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3683                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3684                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3685                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3686                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3687                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3688                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3689                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3690                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3691                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3692                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3693                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3694                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3695                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3696                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3697                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3698                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3699                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3700                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3701                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3702                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3703                                                                      <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 3704                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3705                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3706                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3707                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3708                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3709                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3710                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3711                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3712                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3713                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3714                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3715                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3716                                                            <a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>
## 3717                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3718                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3719                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3720                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3721                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3722                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3723                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3724                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3725                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3726                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3727                                                                  <a href="https://511ny.org" rel="nofollow">NYRegions</a>
## 3728                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3729                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3730                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3731                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3732                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3733                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3734                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3735                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3736                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3737                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3738                                                               <a href="https://511ny.org" rel="nofollow">511NY-Tweets</a>
## 3739                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3740                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3741                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3742                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3743                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3744                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3745                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3746                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3747                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3748                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3749                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3750                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3751                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3752                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3753                                               <a href="https://www.radioking.com" rel="nofollow">Radio King LiveTweet</a>
## 3754                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3755                                                            <a href="https://takeup.pk" rel="nofollow">Takeup Pakistan</a>
## 3756                                            <a href="https://www.mykapusta.com/post-studio" rel="nofollow">Post Studio</a>
## 3757                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3758                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3759                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3760                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3761                                                      <a href="https://smartpostapp.com" rel="nofollow">Smart Post App</a>
## 3762                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3763                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3764                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3765                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3766                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3767                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3768                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3769                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3770                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3771                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3772                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3773                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3774                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3775                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3776                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3777                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3778        <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">promos_collector</a>
## 3779                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3780                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3781                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3782                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3783                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3784                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3785                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3786                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3787                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3788                                    <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 3789                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3790                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3791                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3792                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3793             <a href="https://help.twitter.com/en/using-twitter/how-to-tweet#source-labels" rel="nofollow">LAIT911.com</a>
## 3794                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3795                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3796                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3797                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3798                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3799                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3800                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3801                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3802                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3803                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3804                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3805                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3806                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3807                                                                     <a href="http://www.etsy.com" rel="nofollow">Etsy</a>
## 3808                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3809                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3810                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3811                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3812                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3813                                    <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 3814                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3815                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3816                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3817                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3818                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3819                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3820                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3821                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3822                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3823                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3824                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3825                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3826                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3827                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3828                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3829                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3830                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3831                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3832                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3833                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3834                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3835                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3836                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3837                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3838                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3839                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3840                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3841                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3842                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3843                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3844                                    <a href="http://www.pinellascounty.org/911" rel="nofollow">Pinellas County 911 App</a>
## 3845                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3846                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3847                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3848                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3849                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3850                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3851                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3852                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3853                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3854                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3855                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3856                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3857                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3858                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 3859                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3860                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3861                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3862                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3863                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3864                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3865                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3866                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3867                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3868                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3869                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3870                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3871                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3872                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3873                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3874                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3875                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3876                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3877                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3878                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3879                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3880                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3881                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3882                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3883                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3884                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3885                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3886                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3887                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3888                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3889                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3890                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3891                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3892                                             <a href="https://www.socialjukebox.com" rel="nofollow">The Social Jukebox</a>
## 3893                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3894                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3895                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3896                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3897                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3898                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3899                                                                    <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 3900                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3901                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3902                                                      <a href="https://smartpostapp.com" rel="nofollow">Smart Post App</a>
## 3903                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3904                                          <a href="http://www.legis.iowa.gov" rel="nofollow">Iowa Legislative Services</a>
## 3905                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3906                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3907                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3908                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3909                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3910                                                <a href="http://www.dcmetrohero.com" rel="nofollow">MetroHero Bot (BL)</a>
## 3911               <a href="https://play.google.com/store/apps/details?id=com.hodgepig.wmata" rel="nofollow">MetroHero Bot</a>
## 3912                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3913                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3914                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3915                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3916                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3917                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3918                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3919                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3920                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3921                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3922                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3923                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3924                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3925                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3926                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3927                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3928                                       <a href="https://cheapbotsdonequick.com" rel="nofollow">Cheap Bots, Done Quick!</a>
## 3929                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3930                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3931                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3932                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3933                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3934                                                      <a href="https://smartpostapp.com" rel="nofollow">Smart Post App</a>
## 3935                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3936                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3937                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3938                                                 <a href="http://www.everyonesocial.com" rel="nofollow">EveryoneSocial</a>
## 3939                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3940                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3941                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3942                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3943                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3944                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3945                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3946                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3947                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3948                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3949                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3950                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3951                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3952                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3953                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3954                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3955                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3956                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3957                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3958                                       <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 3959                                                     <a href="http://www.pulsepoint.org" rel="nofollow">PulsePoint_CPR</a>
## 3960                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3961                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3962                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3963                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3964                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3965                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3966                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3967                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3968                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3969                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3970                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3971                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3972                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3973                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3974                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3975                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3976                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3977                                                        <a href="https://socialbee.io/" rel="nofollow">SocialBee.io v2</a>
## 3978                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3979                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3980                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3981                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3982                                                                  <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3983                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3984                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3985                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3986                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3987                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3988                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3989                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3990                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3991                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3992                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3993                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3994                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3995                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3996                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3997                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3998                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3999                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4000                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4001                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4002                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4003                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4004                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4005                                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4006                                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4007                                                        <a href="https://twitter.com" rel="nofollow">TweetDeck Web App</a>
## 4008                                                   <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4009                                         <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
##      isRetweet    Created_At_Round
## 1        FALSE 2022-11-30 00:00:00
## 2        FALSE 2022-11-30 00:00:00
## 3        FALSE 2022-11-30 00:00:00
## 4        FALSE 2022-11-30 00:00:00
## 5        FALSE 2022-11-30 00:00:00
## 6        FALSE 2022-11-30 00:00:00
## 7        FALSE 2022-11-30 00:00:00
## 8        FALSE 2022-11-30 00:00:00
## 9        FALSE 2022-11-30 00:00:00
## 10       FALSE 2022-11-30 00:00:00
## 11       FALSE 2022-11-30 00:00:00
## 12       FALSE 2022-11-30 00:00:00
## 13       FALSE 2022-11-30 00:00:00
## 14       FALSE 2022-11-30 00:00:00
## 15       FALSE 2022-11-30 00:00:00
## 16       FALSE 2022-11-30 00:00:00
## 17       FALSE 2022-11-30 00:00:00
## 18       FALSE 2022-11-30 00:00:00
## 19       FALSE 2022-11-30 00:00:00
## 20       FALSE 2022-11-30 00:00:00
## 21       FALSE 2022-11-30 00:00:00
## 22       FALSE 2022-11-30 00:00:00
## 23       FALSE 2022-11-30 00:00:00
## 24       FALSE 2022-11-30 00:00:00
## 25       FALSE 2022-11-30 00:00:00
## 26       FALSE 2022-11-30 00:00:00
## 27       FALSE 2022-11-30 00:00:00
## 28       FALSE 2022-11-30 00:00:00
## 29       FALSE 2022-11-30 00:00:00
## 30       FALSE 2022-11-30 00:00:00
## 31       FALSE 2022-11-30 00:00:00
## 32       FALSE 2022-11-30 00:00:00
## 33       FALSE 2022-11-30 00:00:00
## 34       FALSE 2022-11-30 00:00:00
## 35       FALSE 2022-11-30 00:00:00
## 36       FALSE 2022-11-30 00:00:00
## 37       FALSE 2022-11-30 00:00:00
## 38       FALSE 2022-11-30 00:00:00
## 39       FALSE 2022-11-30 00:00:00
## 40       FALSE 2022-11-30 00:00:00
## 41       FALSE 2022-11-30 00:00:00
## 42       FALSE 2022-11-30 00:00:00
## 43       FALSE 2022-11-30 00:00:00
## 44       FALSE 2022-11-30 00:00:00
## 45       FALSE 2022-11-30 00:00:00
## 46       FALSE 2022-11-30 00:00:00
## 47       FALSE 2022-11-30 00:00:00
## 48       FALSE 2022-11-30 00:00:00
## 49       FALSE 2022-11-30 00:00:00
## 50       FALSE 2022-11-30 00:00:00
## 51       FALSE 2022-11-30 00:00:00
## 52       FALSE 2022-11-30 00:00:00
## 53       FALSE 2022-11-30 00:00:00
## 54       FALSE 2022-11-30 00:00:00
## 55       FALSE 2022-11-30 00:00:00
## 56       FALSE 2022-11-30 00:00:00
## 57       FALSE 2022-11-30 00:00:00
## 58       FALSE 2022-11-30 00:00:00
## 59       FALSE 2022-11-30 00:00:00
## 60       FALSE 2022-11-30 00:00:00
## 61       FALSE 2022-11-30 00:00:00
## 62       FALSE 2022-11-30 00:00:00
## 63       FALSE 2022-11-30 00:00:00
## 64       FALSE 2022-11-30 00:00:00
## 65       FALSE 2022-11-30 00:00:00
## 66       FALSE 2022-11-30 00:00:00
## 67       FALSE 2022-11-30 00:00:00
## 68       FALSE 2022-11-30 00:00:00
## 69       FALSE 2022-11-30 00:00:00
## 70       FALSE 2022-11-29 23:00:00
## 71       FALSE 2022-11-29 23:00:00
## 72       FALSE 2022-11-29 23:00:00
## 73       FALSE 2022-11-29 23:00:00
## 74       FALSE 2022-11-29 23:00:00
## 75       FALSE 2022-11-29 23:00:00
## 76       FALSE 2022-11-29 23:00:00
## 77       FALSE 2022-11-29 23:00:00
## 78       FALSE 2022-11-29 23:00:00
## 79       FALSE 2022-11-29 23:00:00
## 80       FALSE 2022-11-29 23:00:00
## 81       FALSE 2022-11-29 23:00:00
## 82       FALSE 2022-11-29 23:00:00
## 83       FALSE 2022-11-29 23:00:00
## 84       FALSE 2022-11-29 23:00:00
## 85       FALSE 2022-11-29 23:00:00
## 86       FALSE 2022-11-29 23:00:00
## 87       FALSE 2022-11-29 23:00:00
## 88       FALSE 2022-11-29 23:00:00
## 89       FALSE 2022-11-29 23:00:00
## 90       FALSE 2022-11-29 23:00:00
## 91       FALSE 2022-11-29 23:00:00
## 92       FALSE 2022-11-29 23:00:00
## 93       FALSE 2022-11-29 23:00:00
## 94       FALSE 2022-11-29 23:00:00
## 95       FALSE 2022-11-29 23:00:00
## 96       FALSE 2022-11-29 23:00:00
## 97       FALSE 2022-11-29 23:00:00
## 98       FALSE 2022-11-29 23:00:00
## 99       FALSE 2022-11-29 23:00:00
## 100      FALSE 2022-11-29 23:00:00
## 101      FALSE 2022-11-29 23:00:00
## 102      FALSE 2022-11-29 23:00:00
## 103      FALSE 2022-11-29 23:00:00
## 104      FALSE 2022-11-29 23:00:00
## 105      FALSE 2022-11-29 23:00:00
## 106      FALSE 2022-11-29 23:00:00
## 107      FALSE 2022-11-29 23:00:00
## 108      FALSE 2022-11-29 23:00:00
## 109      FALSE 2022-11-29 23:00:00
## 110      FALSE 2022-11-29 23:00:00
## 111      FALSE 2022-11-29 23:00:00
## 112      FALSE 2022-11-29 23:00:00
## 113      FALSE 2022-11-29 23:00:00
## 114      FALSE 2022-11-29 23:00:00
## 115      FALSE 2022-11-29 23:00:00
## 116      FALSE 2022-11-29 23:00:00
## 117      FALSE 2022-11-29 23:00:00
## 118      FALSE 2022-11-29 23:00:00
## 119      FALSE 2022-11-29 23:00:00
## 120      FALSE 2022-11-29 23:00:00
## 121      FALSE 2022-11-29 23:00:00
## 122      FALSE 2022-11-29 23:00:00
## 123      FALSE 2022-11-29 23:00:00
## 124      FALSE 2022-11-29 23:00:00
## 125      FALSE 2022-11-29 23:00:00
## 126      FALSE 2022-11-29 23:00:00
## 127      FALSE 2022-11-29 23:00:00
## 128      FALSE 2022-11-29 23:00:00
## 129      FALSE 2022-11-29 23:00:00
## 130      FALSE 2022-11-29 23:00:00
## 131      FALSE 2022-11-29 23:00:00
## 132      FALSE 2022-11-29 23:00:00
## 133      FALSE 2022-11-29 23:00:00
## 134      FALSE 2022-11-29 23:00:00
## 135      FALSE 2022-11-29 23:00:00
## 136      FALSE 2022-11-29 23:00:00
## 137      FALSE 2022-11-29 23:00:00
## 138      FALSE 2022-11-29 23:00:00
## 139      FALSE 2022-11-29 23:00:00
## 140      FALSE 2022-11-29 23:00:00
## 141      FALSE 2022-11-29 23:00:00
## 142      FALSE 2022-11-29 23:00:00
## 143      FALSE 2022-11-29 23:00:00
## 144      FALSE 2022-11-29 23:00:00
## 145      FALSE 2022-11-29 23:00:00
## 146      FALSE 2022-11-29 23:00:00
## 147      FALSE 2022-11-29 23:00:00
## 148      FALSE 2022-11-29 23:00:00
## 149      FALSE 2022-11-29 23:00:00
## 150      FALSE 2022-11-29 23:00:00
## 151      FALSE 2022-11-29 23:00:00
## 152      FALSE 2022-11-29 23:00:00
## 153      FALSE 2022-11-29 23:00:00
## 154      FALSE 2022-11-29 23:00:00
## 155      FALSE 2022-11-29 23:00:00
## 156      FALSE 2022-11-29 23:00:00
## 157      FALSE 2022-11-29 23:00:00
## 158      FALSE 2022-11-29 23:00:00
## 159      FALSE 2022-11-29 23:00:00
## 160      FALSE 2022-11-29 23:00:00
## 161      FALSE 2022-11-29 23:00:00
## 162      FALSE 2022-11-29 23:00:00
## 163      FALSE 2022-11-29 23:00:00
## 164      FALSE 2022-11-29 23:00:00
## 165      FALSE 2022-11-29 23:00:00
## 166      FALSE 2022-11-29 23:00:00
## 167      FALSE 2022-11-29 23:00:00
## 168      FALSE 2022-11-29 23:00:00
## 169      FALSE 2022-11-29 23:00:00
## 170      FALSE 2022-11-29 23:00:00
## 171      FALSE 2022-11-29 23:00:00
## 172      FALSE 2022-11-29 23:00:00
## 173      FALSE 2022-11-29 23:00:00
## 174      FALSE 2022-11-29 23:00:00
## 175      FALSE 2022-11-29 23:00:00
## 176      FALSE 2022-11-29 23:00:00
## 177      FALSE 2022-11-29 23:00:00
## 178      FALSE 2022-11-29 23:00:00
## 179      FALSE 2022-11-29 23:00:00
## 180      FALSE 2022-11-29 23:00:00
## 181      FALSE 2022-11-29 23:00:00
## 182      FALSE 2022-11-29 23:00:00
## 183      FALSE 2022-11-29 23:00:00
## 184      FALSE 2022-11-29 23:00:00
## 185      FALSE 2022-11-29 23:00:00
## 186      FALSE 2022-11-29 23:00:00
## 187      FALSE 2022-11-29 23:00:00
## 188      FALSE 2022-11-29 23:00:00
## 189      FALSE 2022-11-29 23:00:00
## 190      FALSE 2022-11-29 23:00:00
## 191      FALSE 2022-11-29 23:00:00
## 192      FALSE 2022-11-29 23:00:00
## 193      FALSE 2022-11-29 23:00:00
## 194      FALSE 2022-11-29 23:00:00
## 195      FALSE 2022-11-29 23:00:00
## 196      FALSE 2022-11-29 23:00:00
## 197      FALSE 2022-11-29 23:00:00
## 198      FALSE 2022-11-29 23:00:00
## 199      FALSE 2022-11-29 23:00:00
## 200      FALSE 2022-11-29 23:00:00
## 201      FALSE 2022-11-29 23:00:00
## 202      FALSE 2022-11-29 23:00:00
## 203      FALSE 2022-11-29 23:00:00
## 204      FALSE 2022-11-29 23:00:00
## 205      FALSE 2022-11-29 23:00:00
## 206      FALSE 2022-11-29 23:00:00
## 207      FALSE 2022-11-29 23:00:00
## 208      FALSE 2022-11-29 23:00:00
## 209      FALSE 2022-11-29 23:00:00
## 210      FALSE 2022-11-29 23:00:00
## 211      FALSE 2022-11-29 23:00:00
## 212      FALSE 2022-11-29 23:00:00
## 213      FALSE 2022-11-29 23:00:00
## 214      FALSE 2022-11-29 23:00:00
## 215      FALSE 2022-11-29 23:00:00
## 216      FALSE 2022-11-29 23:00:00
## 217      FALSE 2022-11-29 23:00:00
## 218      FALSE 2022-11-29 23:00:00
## 219      FALSE 2022-11-29 23:00:00
## 220      FALSE 2022-11-29 23:00:00
## 221      FALSE 2022-11-29 23:00:00
## 222      FALSE 2022-11-29 23:00:00
## 223      FALSE 2022-11-29 23:00:00
## 224      FALSE 2022-11-29 23:00:00
## 225      FALSE 2022-11-29 23:00:00
## 226      FALSE 2022-11-29 23:00:00
## 227      FALSE 2022-11-29 23:00:00
## 228      FALSE 2022-11-29 23:00:00
## 229      FALSE 2022-11-29 22:00:00
## 230      FALSE 2022-11-29 22:00:00
## 231      FALSE 2022-11-29 22:00:00
## 232      FALSE 2022-11-29 22:00:00
## 233      FALSE 2022-11-29 22:00:00
## 234      FALSE 2022-11-29 22:00:00
## 235      FALSE 2022-11-29 22:00:00
## 236      FALSE 2022-11-29 22:00:00
## 237      FALSE 2022-11-29 22:00:00
## 238      FALSE 2022-11-29 22:00:00
## 239      FALSE 2022-11-29 22:00:00
## 240      FALSE 2022-11-29 22:00:00
## 241      FALSE 2022-11-29 22:00:00
## 242      FALSE 2022-11-29 22:00:00
## 243      FALSE 2022-11-29 22:00:00
## 244      FALSE 2022-11-29 22:00:00
## 245      FALSE 2022-11-29 22:00:00
## 246      FALSE 2022-11-29 22:00:00
## 247      FALSE 2022-11-29 22:00:00
## 248      FALSE 2022-11-29 22:00:00
## 249      FALSE 2022-11-29 22:00:00
## 250      FALSE 2022-11-29 22:00:00
## 251      FALSE 2022-11-29 22:00:00
## 252      FALSE 2022-11-29 22:00:00
## 253      FALSE 2022-11-29 22:00:00
## 254      FALSE 2022-11-29 22:00:00
## 255      FALSE 2022-11-29 22:00:00
## 256      FALSE 2022-11-29 22:00:00
## 257      FALSE 2022-11-29 22:00:00
## 258      FALSE 2022-11-29 22:00:00
## 259      FALSE 2022-11-29 22:00:00
## 260      FALSE 2022-11-29 22:00:00
## 261      FALSE 2022-11-29 22:00:00
## 262      FALSE 2022-11-29 22:00:00
## 263      FALSE 2022-11-29 22:00:00
## 264      FALSE 2022-11-29 22:00:00
## 265      FALSE 2022-11-29 22:00:00
## 266      FALSE 2022-11-29 22:00:00
## 267      FALSE 2022-11-29 22:00:00
## 268      FALSE 2022-11-29 22:00:00
## 269      FALSE 2022-11-29 22:00:00
## 270      FALSE 2022-11-29 22:00:00
## 271      FALSE 2022-11-29 22:00:00
## 272      FALSE 2022-11-29 22:00:00
## 273      FALSE 2022-11-29 22:00:00
## 274      FALSE 2022-11-29 22:00:00
## 275      FALSE 2022-11-29 22:00:00
## 276      FALSE 2022-11-29 22:00:00
## 277      FALSE 2022-11-29 22:00:00
## 278      FALSE 2022-11-29 22:00:00
## 279      FALSE 2022-11-29 22:00:00
## 280      FALSE 2022-11-29 22:00:00
## 281      FALSE 2022-11-29 22:00:00
## 282      FALSE 2022-11-29 22:00:00
## 283      FALSE 2022-11-29 22:00:00
## 284      FALSE 2022-11-29 22:00:00
## 285      FALSE 2022-11-29 22:00:00
## 286      FALSE 2022-11-29 22:00:00
## 287      FALSE 2022-11-29 22:00:00
## 288      FALSE 2022-11-29 22:00:00
## 289      FALSE 2022-11-29 22:00:00
## 290      FALSE 2022-11-29 22:00:00
## 291      FALSE 2022-11-29 22:00:00
## 292      FALSE 2022-11-29 22:00:00
## 293      FALSE 2022-11-29 22:00:00
## 294      FALSE 2022-11-29 22:00:00
## 295      FALSE 2022-11-29 22:00:00
## 296      FALSE 2022-11-29 22:00:00
## 297      FALSE 2022-11-29 22:00:00
## 298      FALSE 2022-11-29 22:00:00
## 299      FALSE 2022-11-29 22:00:00
## 300      FALSE 2022-11-29 22:00:00
## 301      FALSE 2022-11-29 22:00:00
## 302      FALSE 2022-11-29 22:00:00
## 303      FALSE 2022-11-29 22:00:00
## 304      FALSE 2022-11-29 22:00:00
## 305      FALSE 2022-11-29 22:00:00
## 306      FALSE 2022-11-29 22:00:00
## 307      FALSE 2022-11-29 22:00:00
## 308      FALSE 2022-11-29 22:00:00
## 309      FALSE 2022-11-29 22:00:00
## 310      FALSE 2022-11-29 22:00:00
## 311      FALSE 2022-11-29 22:00:00
## 312      FALSE 2022-11-29 22:00:00
## 313      FALSE 2022-11-29 22:00:00
## 314      FALSE 2022-11-29 22:00:00
## 315      FALSE 2022-11-29 22:00:00
## 316      FALSE 2022-11-29 22:00:00
## 317      FALSE 2022-11-29 22:00:00
## 318      FALSE 2022-11-29 22:00:00
## 319      FALSE 2022-11-29 22:00:00
## 320      FALSE 2022-11-29 22:00:00
## 321      FALSE 2022-11-29 22:00:00
## 322      FALSE 2022-11-29 22:00:00
## 323      FALSE 2022-11-29 22:00:00
## 324      FALSE 2022-11-29 22:00:00
## 325      FALSE 2022-11-29 22:00:00
## 326      FALSE 2022-11-29 22:00:00
## 327      FALSE 2022-11-29 22:00:00
## 328      FALSE 2022-11-29 22:00:00
## 329      FALSE 2022-11-29 22:00:00
## 330      FALSE 2022-11-29 22:00:00
## 331      FALSE 2022-11-29 22:00:00
## 332      FALSE 2022-11-29 22:00:00
## 333      FALSE 2022-11-29 22:00:00
## 334      FALSE 2022-11-29 22:00:00
## 335      FALSE 2022-11-29 22:00:00
## 336      FALSE 2022-11-29 22:00:00
## 337      FALSE 2022-11-29 22:00:00
## 338      FALSE 2022-11-29 22:00:00
## 339      FALSE 2022-11-29 22:00:00
## 340      FALSE 2022-11-29 22:00:00
## 341      FALSE 2022-11-29 22:00:00
## 342      FALSE 2022-11-29 22:00:00
## 343      FALSE 2022-11-29 21:00:00
## 344      FALSE 2022-11-29 21:00:00
## 345      FALSE 2022-11-29 21:00:00
## 346      FALSE 2022-11-29 21:00:00
## 347      FALSE 2022-11-29 21:00:00
## 348      FALSE 2022-11-29 21:00:00
## 349      FALSE 2022-11-29 21:00:00
## 350      FALSE 2022-11-29 21:00:00
## 351      FALSE 2022-11-29 21:00:00
## 352      FALSE 2022-11-29 21:00:00
## 353      FALSE 2022-11-29 21:00:00
## 354      FALSE 2022-11-29 21:00:00
## 355      FALSE 2022-11-29 21:00:00
## 356      FALSE 2022-11-29 21:00:00
## 357      FALSE 2022-11-29 21:00:00
## 358      FALSE 2022-11-29 21:00:00
## 359      FALSE 2022-11-29 21:00:00
## 360      FALSE 2022-11-29 21:00:00
## 361      FALSE 2022-11-29 21:00:00
## 362      FALSE 2022-11-29 21:00:00
## 363      FALSE 2022-11-29 21:00:00
## 364      FALSE 2022-11-29 21:00:00
## 365      FALSE 2022-11-29 21:00:00
## 366      FALSE 2022-11-29 21:00:00
## 367      FALSE 2022-11-29 21:00:00
## 368      FALSE 2022-11-29 21:00:00
## 369      FALSE 2022-11-29 21:00:00
## 370      FALSE 2022-11-29 21:00:00
## 371      FALSE 2022-11-29 21:00:00
## 372      FALSE 2022-11-29 21:00:00
## 373      FALSE 2022-11-29 21:00:00
## 374      FALSE 2022-11-29 21:00:00
## 375      FALSE 2022-11-29 21:00:00
## 376      FALSE 2022-11-29 21:00:00
## 377      FALSE 2022-11-29 21:00:00
## 378      FALSE 2022-11-29 21:00:00
## 379      FALSE 2022-11-29 21:00:00
## 380      FALSE 2022-11-29 21:00:00
## 381      FALSE 2022-11-29 21:00:00
## 382      FALSE 2022-11-29 21:00:00
## 383      FALSE 2022-11-29 21:00:00
## 384      FALSE 2022-11-29 21:00:00
## 385      FALSE 2022-11-29 21:00:00
## 386      FALSE 2022-11-29 21:00:00
## 387      FALSE 2022-11-29 21:00:00
## 388      FALSE 2022-11-29 21:00:00
## 389      FALSE 2022-11-29 21:00:00
## 390      FALSE 2022-11-29 21:00:00
## 391      FALSE 2022-11-29 21:00:00
## 392      FALSE 2022-11-29 21:00:00
## 393      FALSE 2022-11-29 21:00:00
## 394      FALSE 2022-11-29 21:00:00
## 395      FALSE 2022-11-29 21:00:00
## 396      FALSE 2022-11-29 21:00:00
## 397      FALSE 2022-11-29 21:00:00
## 398      FALSE 2022-11-29 21:00:00
## 399      FALSE 2022-11-29 21:00:00
## 400      FALSE 2022-11-29 21:00:00
## 401      FALSE 2022-11-29 21:00:00
## 402      FALSE 2022-11-29 21:00:00
## 403      FALSE 2022-11-29 21:00:00
## 404      FALSE 2022-11-29 21:00:00
## 405      FALSE 2022-11-29 21:00:00
## 406      FALSE 2022-11-29 21:00:00
## 407      FALSE 2022-11-29 21:00:00
## 408      FALSE 2022-11-29 21:00:00
## 409      FALSE 2022-11-29 21:00:00
## 410      FALSE 2022-11-29 21:00:00
## 411      FALSE 2022-11-29 21:00:00
## 412      FALSE 2022-11-29 21:00:00
## 413      FALSE 2022-11-29 21:00:00
## 414      FALSE 2022-11-29 21:00:00
## 415      FALSE 2022-11-29 21:00:00
## 416      FALSE 2022-11-29 21:00:00
## 417      FALSE 2022-11-29 21:00:00
## 418      FALSE 2022-11-29 21:00:00
## 419      FALSE 2022-11-29 21:00:00
## 420      FALSE 2022-11-29 21:00:00
## 421      FALSE 2022-11-29 21:00:00
## 422      FALSE 2022-11-29 21:00:00
## 423      FALSE 2022-11-29 21:00:00
## 424      FALSE 2022-11-29 21:00:00
## 425      FALSE 2022-11-29 21:00:00
## 426      FALSE 2022-11-29 21:00:00
## 427      FALSE 2022-11-29 21:00:00
## 428      FALSE 2022-11-29 21:00:00
## 429      FALSE 2022-11-29 21:00:00
## 430      FALSE 2022-11-29 21:00:00
## 431      FALSE 2022-11-29 21:00:00
## 432      FALSE 2022-11-29 21:00:00
## 433      FALSE 2022-11-29 21:00:00
## 434      FALSE 2022-11-29 21:00:00
## 435      FALSE 2022-11-29 21:00:00
## 436      FALSE 2022-11-29 21:00:00
## 437      FALSE 2022-11-29 21:00:00
## 438      FALSE 2022-11-29 21:00:00
## 439      FALSE 2022-11-29 21:00:00
## 440      FALSE 2022-11-29 21:00:00
## 441      FALSE 2022-11-29 21:00:00
## 442      FALSE 2022-11-29 21:00:00
## 443      FALSE 2022-11-29 21:00:00
## 444      FALSE 2022-11-29 21:00:00
## 445      FALSE 2022-11-29 21:00:00
## 446      FALSE 2022-11-29 21:00:00
## 447      FALSE 2022-11-29 21:00:00
## 448      FALSE 2022-11-29 21:00:00
## 449      FALSE 2022-11-29 21:00:00
## 450      FALSE 2022-11-29 21:00:00
## 451      FALSE 2022-11-29 21:00:00
## 452      FALSE 2022-11-29 21:00:00
## 453      FALSE 2022-11-29 21:00:00
## 454      FALSE 2022-11-29 21:00:00
## 455      FALSE 2022-11-29 21:00:00
## 456      FALSE 2022-11-29 21:00:00
## 457      FALSE 2022-11-29 21:00:00
## 458      FALSE 2022-11-29 21:00:00
## 459      FALSE 2022-11-29 21:00:00
## 460      FALSE 2022-11-29 21:00:00
## 461      FALSE 2022-11-29 21:00:00
## 462      FALSE 2022-11-29 21:00:00
## 463      FALSE 2022-11-29 21:00:00
## 464      FALSE 2022-11-29 21:00:00
## 465      FALSE 2022-11-29 21:00:00
## 466      FALSE 2022-11-29 21:00:00
## 467      FALSE 2022-11-29 21:00:00
## 468      FALSE 2022-11-29 21:00:00
## 469      FALSE 2022-11-29 21:00:00
## 470      FALSE 2022-11-29 21:00:00
## 471      FALSE 2022-11-29 21:00:00
## 472      FALSE 2022-11-29 21:00:00
## 473      FALSE 2022-11-29 21:00:00
## 474      FALSE 2022-11-29 21:00:00
## 475      FALSE 2022-11-29 21:00:00
## 476      FALSE 2022-11-29 21:00:00
## 477      FALSE 2022-11-29 21:00:00
## 478      FALSE 2022-11-29 21:00:00
## 479      FALSE 2022-11-29 21:00:00
## 480      FALSE 2022-11-29 21:00:00
## 481      FALSE 2022-11-29 21:00:00
## 482      FALSE 2022-11-29 21:00:00
## 483      FALSE 2022-11-29 21:00:00
## 484      FALSE 2022-11-29 21:00:00
## 485      FALSE 2022-11-29 21:00:00
## 486      FALSE 2022-11-29 21:00:00
## 487      FALSE 2022-11-29 21:00:00
## 488      FALSE 2022-11-29 21:00:00
## 489      FALSE 2022-11-29 21:00:00
## 490      FALSE 2022-11-29 21:00:00
## 491      FALSE 2022-11-29 21:00:00
## 492      FALSE 2022-11-29 21:00:00
## 493      FALSE 2022-11-29 21:00:00
## 494      FALSE 2022-11-29 21:00:00
## 495      FALSE 2022-11-29 21:00:00
## 496      FALSE 2022-11-29 21:00:00
## 497      FALSE 2022-11-29 21:00:00
## 498      FALSE 2022-11-29 21:00:00
## 499      FALSE 2022-11-29 21:00:00
## 500      FALSE 2022-11-29 21:00:00
## 501      FALSE 2022-11-29 20:00:00
## 502      FALSE 2022-11-29 20:00:00
## 503      FALSE 2022-11-29 20:00:00
## 504      FALSE 2022-11-29 20:00:00
## 505      FALSE 2022-11-29 20:00:00
## 506      FALSE 2022-11-29 20:00:00
## 507      FALSE 2022-11-29 20:00:00
## 508      FALSE 2022-11-29 20:00:00
## 509      FALSE 2022-11-29 20:00:00
## 510      FALSE 2022-11-29 20:00:00
## 511      FALSE 2022-11-29 20:00:00
## 512      FALSE 2022-11-29 20:00:00
## 513      FALSE 2022-11-29 20:00:00
## 514      FALSE 2022-11-29 20:00:00
## 515      FALSE 2022-11-29 20:00:00
## 516      FALSE 2022-11-29 20:00:00
## 517      FALSE 2022-11-29 20:00:00
## 518      FALSE 2022-11-29 20:00:00
## 519      FALSE 2022-11-29 20:00:00
## 520      FALSE 2022-11-29 20:00:00
## 521      FALSE 2022-11-29 20:00:00
## 522      FALSE 2022-11-29 20:00:00
## 523      FALSE 2022-11-29 20:00:00
## 524      FALSE 2022-11-29 20:00:00
## 525      FALSE 2022-11-29 20:00:00
## 526      FALSE 2022-11-29 20:00:00
## 527      FALSE 2022-11-29 20:00:00
## 528      FALSE 2022-11-29 20:00:00
## 529      FALSE 2022-11-29 20:00:00
## 530      FALSE 2022-11-29 20:00:00
## 531      FALSE 2022-11-29 20:00:00
## 532      FALSE 2022-11-29 20:00:00
## 533      FALSE 2022-11-29 20:00:00
## 534      FALSE 2022-11-29 20:00:00
## 535      FALSE 2022-11-29 20:00:00
## 536      FALSE 2022-11-29 20:00:00
## 537      FALSE 2022-11-29 20:00:00
## 538      FALSE 2022-11-29 20:00:00
## 539      FALSE 2022-11-29 20:00:00
## 540      FALSE 2022-11-29 20:00:00
## 541      FALSE 2022-11-29 20:00:00
## 542      FALSE 2022-11-29 20:00:00
## 543      FALSE 2022-11-29 20:00:00
## 544      FALSE 2022-11-29 20:00:00
## 545      FALSE 2022-11-29 20:00:00
## 546      FALSE 2022-11-29 20:00:00
## 547      FALSE 2022-11-29 20:00:00
## 548      FALSE 2022-11-29 20:00:00
## 549      FALSE 2022-11-29 20:00:00
## 550      FALSE 2022-11-29 20:00:00
## 551      FALSE 2022-11-29 20:00:00
## 552      FALSE 2022-11-29 20:00:00
## 553      FALSE 2022-11-29 20:00:00
## 554      FALSE 2022-11-29 20:00:00
## 555      FALSE 2022-11-29 20:00:00
## 556      FALSE 2022-11-29 20:00:00
## 557      FALSE 2022-11-29 20:00:00
## 558      FALSE 2022-11-29 20:00:00
## 559      FALSE 2022-11-29 20:00:00
## 560      FALSE 2022-11-29 20:00:00
## 561      FALSE 2022-11-29 20:00:00
## 562      FALSE 2022-11-29 20:00:00
## 563      FALSE 2022-11-29 20:00:00
## 564      FALSE 2022-11-29 20:00:00
## 565      FALSE 2022-11-29 20:00:00
## 566      FALSE 2022-11-29 20:00:00
## 567      FALSE 2022-11-29 20:00:00
## 568      FALSE 2022-11-29 20:00:00
## 569      FALSE 2022-11-29 20:00:00
## 570      FALSE 2022-11-29 20:00:00
## 571      FALSE 2022-11-29 20:00:00
## 572      FALSE 2022-11-29 20:00:00
## 573      FALSE 2022-11-29 20:00:00
## 574      FALSE 2022-11-29 20:00:00
## 575      FALSE 2022-11-29 20:00:00
## 576      FALSE 2022-11-29 20:00:00
## 577      FALSE 2022-11-29 20:00:00
## 578      FALSE 2022-11-29 20:00:00
## 579      FALSE 2022-11-29 20:00:00
## 580      FALSE 2022-11-29 20:00:00
## 581      FALSE 2022-11-29 20:00:00
## 582      FALSE 2022-11-29 20:00:00
## 583      FALSE 2022-11-29 20:00:00
## 584      FALSE 2022-11-29 20:00:00
## 585      FALSE 2022-11-29 20:00:00
## 586      FALSE 2022-11-29 20:00:00
## 587      FALSE 2022-11-29 20:00:00
## 588      FALSE 2022-11-29 20:00:00
## 589      FALSE 2022-11-29 20:00:00
## 590      FALSE 2022-11-29 20:00:00
## 591      FALSE 2022-11-29 20:00:00
## 592      FALSE 2022-11-29 20:00:00
## 593      FALSE 2022-11-29 20:00:00
## 594      FALSE 2022-11-29 20:00:00
## 595      FALSE 2022-11-29 20:00:00
## 596      FALSE 2022-11-29 20:00:00
## 597      FALSE 2022-11-29 20:00:00
## 598      FALSE 2022-11-29 20:00:00
## 599      FALSE 2022-11-29 20:00:00
## 600      FALSE 2022-11-29 20:00:00
## 601      FALSE 2022-11-29 20:00:00
## 602      FALSE 2022-11-29 20:00:00
## 603      FALSE 2022-11-29 20:00:00
## 604      FALSE 2022-11-29 20:00:00
## 605      FALSE 2022-11-29 20:00:00
## 606      FALSE 2022-11-29 20:00:00
## 607      FALSE 2022-11-29 20:00:00
## 608      FALSE 2022-11-29 20:00:00
## 609      FALSE 2022-11-29 20:00:00
## 610      FALSE 2022-11-29 20:00:00
## 611      FALSE 2022-11-29 20:00:00
## 612      FALSE 2022-11-29 20:00:00
## 613      FALSE 2022-11-29 20:00:00
## 614      FALSE 2022-11-29 20:00:00
## 615      FALSE 2022-11-29 20:00:00
## 616      FALSE 2022-11-29 20:00:00
## 617      FALSE 2022-11-29 20:00:00
## 618      FALSE 2022-11-29 20:00:00
## 619      FALSE 2022-11-29 20:00:00
## 620      FALSE 2022-11-29 20:00:00
## 621      FALSE 2022-11-29 20:00:00
## 622      FALSE 2022-11-29 20:00:00
## 623      FALSE 2022-11-29 20:00:00
## 624      FALSE 2022-11-29 20:00:00
## 625      FALSE 2022-11-29 20:00:00
## 626      FALSE 2022-11-29 20:00:00
## 627      FALSE 2022-11-29 20:00:00
## 628      FALSE 2022-11-29 20:00:00
## 629      FALSE 2022-11-29 20:00:00
## 630      FALSE 2022-11-29 20:00:00
## 631      FALSE 2022-11-29 20:00:00
## 632      FALSE 2022-11-29 20:00:00
## 633      FALSE 2022-11-29 20:00:00
## 634      FALSE 2022-11-29 20:00:00
## 635      FALSE 2022-11-29 20:00:00
## 636      FALSE 2022-11-29 20:00:00
## 637      FALSE 2022-11-29 20:00:00
## 638      FALSE 2022-11-29 20:00:00
## 639      FALSE 2022-11-29 20:00:00
## 640      FALSE 2022-11-29 20:00:00
## 641      FALSE 2022-11-29 20:00:00
## 642      FALSE 2022-11-29 20:00:00
## 643      FALSE 2022-11-29 20:00:00
## 644      FALSE 2022-11-29 20:00:00
## 645      FALSE 2022-11-29 20:00:00
## 646      FALSE 2022-11-29 20:00:00
## 647      FALSE 2022-11-29 20:00:00
## 648      FALSE 2022-11-29 20:00:00
## 649      FALSE 2022-11-29 20:00:00
## 650      FALSE 2022-11-29 20:00:00
## 651      FALSE 2022-11-29 20:00:00
## 652      FALSE 2022-11-29 20:00:00
## 653      FALSE 2022-11-29 20:00:00
## 654      FALSE 2022-11-29 20:00:00
## 655      FALSE 2022-11-29 20:00:00
## 656      FALSE 2022-11-29 20:00:00
## 657      FALSE 2022-11-29 20:00:00
## 658      FALSE 2022-11-29 20:00:00
## 659      FALSE 2022-11-29 20:00:00
## 660      FALSE 2022-11-29 20:00:00
## 661      FALSE 2022-11-29 19:00:00
## 662      FALSE 2022-11-29 19:00:00
## 663      FALSE 2022-11-29 19:00:00
## 664      FALSE 2022-11-29 19:00:00
## 665      FALSE 2022-11-29 19:00:00
## 666      FALSE 2022-11-29 19:00:00
## 667      FALSE 2022-11-29 19:00:00
## 668      FALSE 2022-11-29 19:00:00
## 669      FALSE 2022-11-29 19:00:00
## 670      FALSE 2022-11-29 19:00:00
## 671      FALSE 2022-11-29 19:00:00
## 672      FALSE 2022-11-29 19:00:00
## 673      FALSE 2022-11-29 19:00:00
## 674      FALSE 2022-11-29 19:00:00
## 675      FALSE 2022-11-29 19:00:00
## 676      FALSE 2022-11-29 19:00:00
## 677      FALSE 2022-11-29 19:00:00
## 678      FALSE 2022-11-29 19:00:00
## 679      FALSE 2022-11-29 19:00:00
## 680      FALSE 2022-11-29 19:00:00
## 681      FALSE 2022-11-29 19:00:00
## 682      FALSE 2022-11-29 19:00:00
## 683      FALSE 2022-11-29 19:00:00
## 684      FALSE 2022-11-29 19:00:00
## 685      FALSE 2022-11-29 19:00:00
## 686      FALSE 2022-11-29 19:00:00
## 687      FALSE 2022-11-29 19:00:00
## 688      FALSE 2022-11-29 19:00:00
## 689      FALSE 2022-11-29 19:00:00
## 690      FALSE 2022-11-29 19:00:00
## 691      FALSE 2022-11-29 19:00:00
## 692      FALSE 2022-11-29 19:00:00
## 693      FALSE 2022-11-29 19:00:00
## 694      FALSE 2022-11-29 19:00:00
## 695      FALSE 2022-11-29 19:00:00
## 696      FALSE 2022-11-29 19:00:00
## 697      FALSE 2022-11-29 19:00:00
## 698      FALSE 2022-11-29 19:00:00
## 699      FALSE 2022-11-29 19:00:00
## 700      FALSE 2022-11-29 19:00:00
## 701      FALSE 2022-11-29 19:00:00
## 702      FALSE 2022-11-29 19:00:00
## 703      FALSE 2022-11-29 19:00:00
## 704      FALSE 2022-11-29 19:00:00
## 705      FALSE 2022-11-29 19:00:00
## 706      FALSE 2022-11-29 19:00:00
## 707      FALSE 2022-11-29 19:00:00
## 708      FALSE 2022-11-29 19:00:00
## 709      FALSE 2022-11-29 19:00:00
## 710      FALSE 2022-11-29 19:00:00
## 711      FALSE 2022-11-29 19:00:00
## 712      FALSE 2022-11-29 19:00:00
## 713      FALSE 2022-11-29 19:00:00
## 714      FALSE 2022-11-29 19:00:00
## 715      FALSE 2022-11-29 19:00:00
## 716      FALSE 2022-11-29 19:00:00
## 717      FALSE 2022-11-29 19:00:00
## 718      FALSE 2022-11-29 19:00:00
## 719      FALSE 2022-11-29 19:00:00
## 720      FALSE 2022-11-29 19:00:00
## 721      FALSE 2022-11-29 19:00:00
## 722      FALSE 2022-11-29 19:00:00
## 723      FALSE 2022-11-29 19:00:00
## 724      FALSE 2022-11-29 19:00:00
## 725      FALSE 2022-11-29 19:00:00
## 726      FALSE 2022-11-29 19:00:00
## 727      FALSE 2022-11-29 19:00:00
## 728      FALSE 2022-11-29 19:00:00
## 729      FALSE 2022-11-29 19:00:00
## 730      FALSE 2022-11-29 19:00:00
## 731      FALSE 2022-11-29 19:00:00
## 732      FALSE 2022-11-29 19:00:00
## 733      FALSE 2022-11-29 19:00:00
## 734      FALSE 2022-11-29 19:00:00
## 735      FALSE 2022-11-29 19:00:00
## 736      FALSE 2022-11-29 19:00:00
## 737      FALSE 2022-11-29 19:00:00
## 738      FALSE 2022-11-29 19:00:00
## 739      FALSE 2022-11-29 19:00:00
## 740      FALSE 2022-11-29 19:00:00
## 741      FALSE 2022-11-29 19:00:00
## 742      FALSE 2022-11-29 19:00:00
## 743      FALSE 2022-11-29 19:00:00
## 744      FALSE 2022-11-29 19:00:00
## 745      FALSE 2022-11-29 19:00:00
## 746      FALSE 2022-11-29 19:00:00
## 747      FALSE 2022-11-29 19:00:00
## 748      FALSE 2022-11-29 19:00:00
## 749      FALSE 2022-11-29 19:00:00
## 750      FALSE 2022-11-29 19:00:00
## 751      FALSE 2022-11-29 19:00:00
## 752      FALSE 2022-11-29 19:00:00
## 753      FALSE 2022-11-29 19:00:00
## 754      FALSE 2022-11-29 19:00:00
## 755      FALSE 2022-11-29 19:00:00
## 756      FALSE 2022-11-29 19:00:00
## 757      FALSE 2022-11-29 19:00:00
## 758      FALSE 2022-11-29 19:00:00
## 759      FALSE 2022-11-29 19:00:00
## 760      FALSE 2022-11-29 19:00:00
## 761      FALSE 2022-11-29 19:00:00
## 762      FALSE 2022-11-29 19:00:00
## 763      FALSE 2022-11-29 19:00:00
## 764      FALSE 2022-11-29 19:00:00
## 765      FALSE 2022-11-29 19:00:00
## 766      FALSE 2022-11-29 19:00:00
## 767      FALSE 2022-11-29 19:00:00
## 768      FALSE 2022-11-29 19:00:00
## 769      FALSE 2022-11-29 19:00:00
## 770      FALSE 2022-11-29 19:00:00
## 771      FALSE 2022-11-29 19:00:00
## 772      FALSE 2022-11-29 19:00:00
## 773      FALSE 2022-11-29 19:00:00
## 774      FALSE 2022-11-29 19:00:00
## 775      FALSE 2022-11-29 19:00:00
## 776      FALSE 2022-11-29 19:00:00
## 777      FALSE 2022-11-29 19:00:00
## 778      FALSE 2022-11-29 19:00:00
## 779      FALSE 2022-11-29 19:00:00
## 780      FALSE 2022-11-29 19:00:00
## 781      FALSE 2022-11-29 19:00:00
## 782      FALSE 2022-11-29 19:00:00
## 783      FALSE 2022-11-29 19:00:00
## 784      FALSE 2022-11-29 19:00:00
## 785      FALSE 2022-11-29 19:00:00
## 786      FALSE 2022-11-29 19:00:00
## 787      FALSE 2022-11-29 19:00:00
## 788      FALSE 2022-11-29 19:00:00
## 789      FALSE 2022-11-29 19:00:00
## 790      FALSE 2022-11-29 19:00:00
## 791      FALSE 2022-11-29 19:00:00
## 792      FALSE 2022-11-29 19:00:00
## 793      FALSE 2022-11-29 19:00:00
## 794      FALSE 2022-11-29 19:00:00
## 795      FALSE 2022-11-29 19:00:00
## 796      FALSE 2022-11-29 19:00:00
## 797      FALSE 2022-11-29 19:00:00
## 798      FALSE 2022-11-29 19:00:00
## 799      FALSE 2022-11-29 19:00:00
## 800      FALSE 2022-11-29 19:00:00
## 801      FALSE 2022-11-29 19:00:00
## 802      FALSE 2022-11-29 19:00:00
## 803      FALSE 2022-11-29 19:00:00
## 804      FALSE 2022-11-29 19:00:00
## 805      FALSE 2022-11-29 19:00:00
## 806      FALSE 2022-11-29 19:00:00
## 807      FALSE 2022-11-29 19:00:00
## 808      FALSE 2022-11-29 19:00:00
## 809      FALSE 2022-11-29 19:00:00
## 810      FALSE 2022-11-29 19:00:00
## 811      FALSE 2022-11-29 19:00:00
## 812      FALSE 2022-11-29 19:00:00
## 813      FALSE 2022-11-29 19:00:00
## 814      FALSE 2022-11-29 19:00:00
## 815      FALSE 2022-11-29 19:00:00
## 816      FALSE 2022-11-29 19:00:00
## 817      FALSE 2022-11-29 19:00:00
## 818      FALSE 2022-11-29 19:00:00
## 819      FALSE 2022-11-29 19:00:00
## 820      FALSE 2022-11-29 19:00:00
## 821      FALSE 2022-11-29 18:00:00
## 822      FALSE 2022-11-29 18:00:00
## 823      FALSE 2022-11-29 18:00:00
## 824      FALSE 2022-11-29 18:00:00
## 825      FALSE 2022-11-29 18:00:00
## 826      FALSE 2022-11-29 18:00:00
## 827      FALSE 2022-11-29 18:00:00
## 828      FALSE 2022-11-29 18:00:00
## 829      FALSE 2022-11-29 18:00:00
## 830      FALSE 2022-11-29 18:00:00
## 831      FALSE 2022-11-29 18:00:00
## 832      FALSE 2022-11-29 18:00:00
## 833      FALSE 2022-11-29 18:00:00
## 834      FALSE 2022-11-29 18:00:00
## 835      FALSE 2022-11-29 18:00:00
## 836      FALSE 2022-11-29 18:00:00
## 837      FALSE 2022-11-29 18:00:00
## 838      FALSE 2022-11-29 18:00:00
## 839      FALSE 2022-11-29 18:00:00
## 840      FALSE 2022-11-29 18:00:00
## 841      FALSE 2022-11-29 18:00:00
## 842      FALSE 2022-11-29 18:00:00
## 843      FALSE 2022-11-29 18:00:00
## 844      FALSE 2022-11-29 18:00:00
## 845      FALSE 2022-11-29 18:00:00
## 846      FALSE 2022-11-29 18:00:00
## 847      FALSE 2022-11-29 18:00:00
## 848      FALSE 2022-11-29 18:00:00
## 849      FALSE 2022-11-29 18:00:00
## 850      FALSE 2022-11-29 18:00:00
## 851      FALSE 2022-11-29 18:00:00
## 852      FALSE 2022-11-29 18:00:00
## 853      FALSE 2022-11-29 18:00:00
## 854      FALSE 2022-11-29 18:00:00
## 855      FALSE 2022-11-29 18:00:00
## 856      FALSE 2022-11-29 18:00:00
## 857      FALSE 2022-11-29 18:00:00
## 858      FALSE 2022-11-29 18:00:00
## 859      FALSE 2022-11-29 18:00:00
## 860      FALSE 2022-11-29 18:00:00
## 861      FALSE 2022-11-29 18:00:00
## 862      FALSE 2022-11-29 18:00:00
## 863      FALSE 2022-11-29 18:00:00
## 864      FALSE 2022-11-29 18:00:00
## 865      FALSE 2022-11-29 18:00:00
## 866      FALSE 2022-11-29 18:00:00
## 867      FALSE 2022-11-29 18:00:00
## 868      FALSE 2022-11-29 18:00:00
## 869      FALSE 2022-11-29 18:00:00
## 870      FALSE 2022-11-29 18:00:00
## 871      FALSE 2022-11-29 18:00:00
## 872      FALSE 2022-11-29 18:00:00
## 873      FALSE 2022-11-29 18:00:00
## 874      FALSE 2022-11-29 18:00:00
## 875      FALSE 2022-11-29 18:00:00
## 876      FALSE 2022-11-29 18:00:00
## 877      FALSE 2022-11-29 18:00:00
## 878      FALSE 2022-11-29 18:00:00
## 879      FALSE 2022-11-29 18:00:00
## 880      FALSE 2022-11-29 18:00:00
## 881      FALSE 2022-11-29 18:00:00
## 882      FALSE 2022-11-29 18:00:00
## 883      FALSE 2022-11-29 18:00:00
## 884      FALSE 2022-11-29 18:00:00
## 885      FALSE 2022-11-29 18:00:00
## 886      FALSE 2022-11-29 18:00:00
## 887      FALSE 2022-11-29 18:00:00
## 888      FALSE 2022-11-29 18:00:00
## 889      FALSE 2022-11-29 18:00:00
## 890      FALSE 2022-11-29 18:00:00
## 891      FALSE 2022-11-29 18:00:00
## 892      FALSE 2022-11-29 18:00:00
## 893      FALSE 2022-11-29 18:00:00
## 894      FALSE 2022-11-29 18:00:00
## 895      FALSE 2022-11-29 18:00:00
## 896      FALSE 2022-11-29 18:00:00
## 897      FALSE 2022-11-29 18:00:00
## 898      FALSE 2022-11-29 18:00:00
## 899      FALSE 2022-11-29 18:00:00
## 900      FALSE 2022-11-29 18:00:00
## 901      FALSE 2022-11-29 18:00:00
## 902      FALSE 2022-11-29 18:00:00
## 903      FALSE 2022-11-29 18:00:00
## 904      FALSE 2022-11-29 18:00:00
## 905      FALSE 2022-11-29 18:00:00
## 906      FALSE 2022-11-29 18:00:00
## 907      FALSE 2022-11-29 18:00:00
## 908      FALSE 2022-11-29 18:00:00
## 909      FALSE 2022-11-29 18:00:00
## 910      FALSE 2022-11-29 18:00:00
## 911      FALSE 2022-11-29 18:00:00
## 912      FALSE 2022-11-29 18:00:00
## 913      FALSE 2022-11-29 18:00:00
## 914      FALSE 2022-11-29 18:00:00
## 915      FALSE 2022-11-29 18:00:00
## 916      FALSE 2022-11-29 18:00:00
## 917      FALSE 2022-11-29 18:00:00
## 918      FALSE 2022-11-29 18:00:00
## 919      FALSE 2022-11-29 18:00:00
## 920      FALSE 2022-11-29 18:00:00
## 921      FALSE 2022-11-29 18:00:00
## 922      FALSE 2022-11-29 18:00:00
## 923      FALSE 2022-11-29 18:00:00
## 924      FALSE 2022-11-29 18:00:00
## 925      FALSE 2022-11-29 18:00:00
## 926      FALSE 2022-11-29 18:00:00
## 927      FALSE 2022-11-29 18:00:00
## 928      FALSE 2022-11-29 18:00:00
## 929      FALSE 2022-11-29 18:00:00
## 930      FALSE 2022-11-29 18:00:00
## 931      FALSE 2022-11-29 18:00:00
## 932      FALSE 2022-11-29 18:00:00
## 933      FALSE 2022-11-29 18:00:00
## 934      FALSE 2022-11-29 18:00:00
## 935      FALSE 2022-11-29 18:00:00
## 936      FALSE 2022-11-29 18:00:00
## 937      FALSE 2022-11-29 18:00:00
## 938      FALSE 2022-11-29 18:00:00
## 939      FALSE 2022-11-29 18:00:00
## 940      FALSE 2022-11-29 18:00:00
## 941      FALSE 2022-11-29 18:00:00
## 942      FALSE 2022-11-29 18:00:00
## 943      FALSE 2022-11-29 18:00:00
## 944      FALSE 2022-11-29 18:00:00
## 945      FALSE 2022-11-29 18:00:00
## 946      FALSE 2022-11-29 18:00:00
## 947      FALSE 2022-11-29 18:00:00
## 948      FALSE 2022-11-29 18:00:00
## 949      FALSE 2022-11-29 18:00:00
## 950      FALSE 2022-11-29 18:00:00
## 951      FALSE 2022-11-29 18:00:00
## 952      FALSE 2022-11-29 18:00:00
## 953      FALSE 2022-11-29 18:00:00
## 954      FALSE 2022-11-29 18:00:00
## 955      FALSE 2022-11-29 18:00:00
## 956      FALSE 2022-11-29 18:00:00
## 957      FALSE 2022-11-29 18:00:00
## 958      FALSE 2022-11-29 18:00:00
## 959      FALSE 2022-11-29 18:00:00
## 960      FALSE 2022-11-29 18:00:00
## 961      FALSE 2022-11-29 18:00:00
## 962      FALSE 2022-11-29 18:00:00
## 963      FALSE 2022-11-29 18:00:00
## 964      FALSE 2022-11-29 18:00:00
## 965      FALSE 2022-11-29 18:00:00
## 966      FALSE 2022-11-29 18:00:00
## 967      FALSE 2022-11-29 18:00:00
## 968      FALSE 2022-11-29 18:00:00
## 969      FALSE 2022-11-29 18:00:00
## 970      FALSE 2022-11-29 18:00:00
## 971      FALSE 2022-11-29 18:00:00
## 972      FALSE 2022-11-29 18:00:00
## 973      FALSE 2022-11-29 18:00:00
## 974      FALSE 2022-11-29 18:00:00
## 975      FALSE 2022-11-29 18:00:00
## 976      FALSE 2022-11-29 18:00:00
## 977      FALSE 2022-11-29 18:00:00
## 978      FALSE 2022-11-29 18:00:00
## 979      FALSE 2022-11-29 18:00:00
## 980      FALSE 2022-11-29 18:00:00
## 981      FALSE 2022-11-29 18:00:00
## 982      FALSE 2022-11-29 18:00:00
## 983      FALSE 2022-11-29 18:00:00
## 984      FALSE 2022-11-29 18:00:00
## 985      FALSE 2022-11-29 18:00:00
## 986      FALSE 2022-11-29 18:00:00
## 987      FALSE 2022-11-29 18:00:00
## 988      FALSE 2022-11-29 18:00:00
## 989      FALSE 2022-11-29 18:00:00
## 990      FALSE 2022-11-29 18:00:00
## 991      FALSE 2022-11-29 18:00:00
## 992      FALSE 2022-11-29 18:00:00
## 993      FALSE 2022-11-29 18:00:00
## 994      FALSE 2022-11-29 18:00:00
## 995      FALSE 2022-11-29 18:00:00
## 996      FALSE 2022-11-29 18:00:00
## 997      FALSE 2022-11-29 18:00:00
## 998      FALSE 2022-11-29 18:00:00
## 999      FALSE 2022-11-29 18:00:00
## 1000     FALSE 2022-11-29 18:00:00
## 1001     FALSE 2022-11-29 18:00:00
## 1002     FALSE 2022-11-29 18:00:00
## 1003     FALSE 2022-11-29 18:00:00
## 1004     FALSE 2022-11-29 18:00:00
## 1005     FALSE 2022-11-29 18:00:00
## 1006     FALSE 2022-11-29 18:00:00
## 1007     FALSE 2022-11-29 18:00:00
## 1008     FALSE 2022-11-29 18:00:00
## 1009     FALSE 2022-11-29 18:00:00
## 1010     FALSE 2022-11-29 18:00:00
## 1011     FALSE 2022-11-29 18:00:00
## 1012     FALSE 2022-11-29 18:00:00
## 1013     FALSE 2022-11-29 18:00:00
## 1014     FALSE 2022-11-29 18:00:00
## 1015     FALSE 2022-11-29 18:00:00
## 1016     FALSE 2022-11-29 18:00:00
## 1017     FALSE 2022-11-29 18:00:00
## 1018     FALSE 2022-11-29 18:00:00
## 1019     FALSE 2022-11-29 18:00:00
## 1020     FALSE 2022-11-29 18:00:00
## 1021     FALSE 2022-11-29 18:00:00
## 1022     FALSE 2022-11-29 18:00:00
## 1023     FALSE 2022-11-29 18:00:00
## 1024     FALSE 2022-11-29 18:00:00
## 1025     FALSE 2022-11-29 18:00:00
## 1026     FALSE 2022-11-29 18:00:00
## 1027     FALSE 2022-11-29 18:00:00
## 1028     FALSE 2022-11-29 18:00:00
## 1029     FALSE 2022-11-29 18:00:00
## 1030     FALSE 2022-11-29 18:00:00
## 1031     FALSE 2022-11-29 17:00:00
## 1032     FALSE 2022-11-29 17:00:00
## 1033     FALSE 2022-11-29 17:00:00
## 1034     FALSE 2022-11-29 17:00:00
## 1035     FALSE 2022-11-29 17:00:00
## 1036     FALSE 2022-11-29 17:00:00
## 1037     FALSE 2022-11-29 17:00:00
## 1038     FALSE 2022-11-29 17:00:00
## 1039     FALSE 2022-11-29 17:00:00
## 1040     FALSE 2022-11-29 17:00:00
## 1041     FALSE 2022-11-29 17:00:00
## 1042     FALSE 2022-11-29 17:00:00
## 1043     FALSE 2022-11-29 17:00:00
## 1044     FALSE 2022-11-29 17:00:00
## 1045     FALSE 2022-11-29 17:00:00
## 1046     FALSE 2022-11-29 17:00:00
## 1047     FALSE 2022-11-29 17:00:00
## 1048     FALSE 2022-11-29 17:00:00
## 1049     FALSE 2022-11-29 17:00:00
## 1050     FALSE 2022-11-29 17:00:00
## 1051     FALSE 2022-11-29 17:00:00
## 1052     FALSE 2022-11-29 17:00:00
## 1053     FALSE 2022-11-29 17:00:00
## 1054     FALSE 2022-11-29 17:00:00
## 1055     FALSE 2022-11-29 17:00:00
## 1056     FALSE 2022-11-29 17:00:00
## 1057     FALSE 2022-11-29 17:00:00
## 1058     FALSE 2022-11-29 17:00:00
## 1059     FALSE 2022-11-29 17:00:00
## 1060     FALSE 2022-11-29 17:00:00
## 1061     FALSE 2022-11-29 17:00:00
## 1062     FALSE 2022-11-29 17:00:00
## 1063     FALSE 2022-11-29 17:00:00
## 1064     FALSE 2022-11-29 17:00:00
## 1065     FALSE 2022-11-29 17:00:00
## 1066     FALSE 2022-11-29 17:00:00
## 1067     FALSE 2022-11-29 17:00:00
## 1068     FALSE 2022-11-29 17:00:00
## 1069     FALSE 2022-11-29 17:00:00
## 1070     FALSE 2022-11-29 17:00:00
## 1071     FALSE 2022-11-29 17:00:00
## 1072     FALSE 2022-11-29 17:00:00
## 1073     FALSE 2022-11-29 17:00:00
## 1074     FALSE 2022-11-29 17:00:00
## 1075     FALSE 2022-11-29 17:00:00
## 1076     FALSE 2022-11-29 17:00:00
## 1077     FALSE 2022-11-29 17:00:00
## 1078     FALSE 2022-11-29 17:00:00
## 1079     FALSE 2022-11-29 17:00:00
## 1080     FALSE 2022-11-29 17:00:00
## 1081     FALSE 2022-11-29 17:00:00
## 1082     FALSE 2022-11-29 17:00:00
## 1083     FALSE 2022-11-29 17:00:00
## 1084     FALSE 2022-11-29 17:00:00
## 1085     FALSE 2022-11-29 17:00:00
## 1086     FALSE 2022-11-29 17:00:00
## 1087     FALSE 2022-11-29 17:00:00
## 1088     FALSE 2022-11-29 17:00:00
## 1089     FALSE 2022-11-29 17:00:00
## 1090     FALSE 2022-11-29 17:00:00
## 1091     FALSE 2022-11-29 17:00:00
## 1092     FALSE 2022-11-29 17:00:00
## 1093     FALSE 2022-11-29 17:00:00
## 1094     FALSE 2022-11-29 17:00:00
## 1095     FALSE 2022-11-29 17:00:00
## 1096     FALSE 2022-11-29 17:00:00
## 1097     FALSE 2022-11-29 17:00:00
## 1098     FALSE 2022-11-29 17:00:00
## 1099     FALSE 2022-11-29 17:00:00
## 1100     FALSE 2022-11-29 17:00:00
## 1101     FALSE 2022-11-29 17:00:00
## 1102     FALSE 2022-11-29 17:00:00
## 1103     FALSE 2022-11-29 17:00:00
## 1104     FALSE 2022-11-29 17:00:00
## 1105     FALSE 2022-11-29 17:00:00
## 1106     FALSE 2022-11-29 17:00:00
## 1107     FALSE 2022-11-29 17:00:00
## 1108     FALSE 2022-11-29 17:00:00
## 1109     FALSE 2022-11-29 17:00:00
## 1110     FALSE 2022-11-29 17:00:00
## 1111     FALSE 2022-11-29 17:00:00
## 1112     FALSE 2022-11-29 17:00:00
## 1113     FALSE 2022-11-29 17:00:00
## 1114     FALSE 2022-11-29 17:00:00
## 1115     FALSE 2022-11-29 17:00:00
## 1116     FALSE 2022-11-29 17:00:00
## 1117     FALSE 2022-11-29 17:00:00
## 1118     FALSE 2022-11-29 17:00:00
## 1119     FALSE 2022-11-29 17:00:00
## 1120     FALSE 2022-11-29 17:00:00
## 1121     FALSE 2022-11-29 17:00:00
## 1122     FALSE 2022-11-29 17:00:00
## 1123     FALSE 2022-11-29 17:00:00
## 1124     FALSE 2022-11-29 17:00:00
## 1125     FALSE 2022-11-29 17:00:00
## 1126     FALSE 2022-11-29 17:00:00
## 1127     FALSE 2022-11-29 17:00:00
## 1128     FALSE 2022-11-29 17:00:00
## 1129     FALSE 2022-11-29 17:00:00
## 1130     FALSE 2022-11-29 17:00:00
## 1131     FALSE 2022-11-29 17:00:00
## 1132     FALSE 2022-11-29 17:00:00
## 1133     FALSE 2022-11-29 17:00:00
## 1134     FALSE 2022-11-29 17:00:00
## 1135     FALSE 2022-11-29 17:00:00
## 1136     FALSE 2022-11-29 17:00:00
## 1137     FALSE 2022-11-29 17:00:00
## 1138     FALSE 2022-11-29 17:00:00
## 1139     FALSE 2022-11-29 17:00:00
## 1140     FALSE 2022-11-29 17:00:00
## 1141     FALSE 2022-11-29 17:00:00
## 1142     FALSE 2022-11-29 17:00:00
## 1143     FALSE 2022-11-29 17:00:00
## 1144     FALSE 2022-11-29 17:00:00
## 1145     FALSE 2022-11-29 17:00:00
## 1146     FALSE 2022-11-29 17:00:00
## 1147     FALSE 2022-11-29 17:00:00
## 1148     FALSE 2022-11-29 17:00:00
## 1149     FALSE 2022-11-29 17:00:00
## 1150     FALSE 2022-11-29 17:00:00
## 1151     FALSE 2022-11-29 17:00:00
## 1152     FALSE 2022-11-29 17:00:00
## 1153     FALSE 2022-11-29 17:00:00
## 1154     FALSE 2022-11-29 17:00:00
## 1155     FALSE 2022-11-29 17:00:00
## 1156     FALSE 2022-11-29 17:00:00
## 1157     FALSE 2022-11-29 17:00:00
## 1158     FALSE 2022-11-29 17:00:00
## 1159     FALSE 2022-11-29 17:00:00
## 1160     FALSE 2022-11-29 17:00:00
## 1161     FALSE 2022-11-29 17:00:00
## 1162     FALSE 2022-11-29 17:00:00
## 1163     FALSE 2022-11-29 17:00:00
## 1164     FALSE 2022-11-29 17:00:00
## 1165     FALSE 2022-11-29 17:00:00
## 1166     FALSE 2022-11-29 17:00:00
## 1167     FALSE 2022-11-29 17:00:00
## 1168     FALSE 2022-11-29 17:00:00
## 1169     FALSE 2022-11-29 17:00:00
## 1170     FALSE 2022-11-29 17:00:00
## 1171     FALSE 2022-11-29 17:00:00
## 1172     FALSE 2022-11-29 17:00:00
## 1173     FALSE 2022-11-29 17:00:00
## 1174     FALSE 2022-11-29 17:00:00
## 1175     FALSE 2022-11-29 17:00:00
## 1176     FALSE 2022-11-29 17:00:00
## 1177     FALSE 2022-11-29 17:00:00
## 1178     FALSE 2022-11-29 17:00:00
## 1179     FALSE 2022-11-29 17:00:00
## 1180     FALSE 2022-11-29 17:00:00
## 1181     FALSE 2022-11-29 17:00:00
## 1182     FALSE 2022-11-29 17:00:00
## 1183     FALSE 2022-11-29 17:00:00
## 1184     FALSE 2022-11-29 17:00:00
## 1185     FALSE 2022-11-29 17:00:00
## 1186     FALSE 2022-11-29 17:00:00
## 1187     FALSE 2022-11-29 17:00:00
## 1188     FALSE 2022-11-29 17:00:00
## 1189     FALSE 2022-11-29 17:00:00
## 1190     FALSE 2022-11-29 17:00:00
## 1191     FALSE 2022-11-29 17:00:00
## 1192     FALSE 2022-11-29 17:00:00
## 1193     FALSE 2022-11-29 17:00:00
## 1194     FALSE 2022-11-29 17:00:00
## 1195     FALSE 2022-11-29 17:00:00
## 1196     FALSE 2022-11-29 17:00:00
## 1197     FALSE 2022-11-29 17:00:00
## 1198     FALSE 2022-11-29 17:00:00
## 1199     FALSE 2022-11-29 17:00:00
## 1200     FALSE 2022-11-29 17:00:00
## 1201     FALSE 2022-11-29 17:00:00
## 1202     FALSE 2022-11-29 17:00:00
## 1203     FALSE 2022-11-29 17:00:00
## 1204     FALSE 2022-11-29 17:00:00
## 1205     FALSE 2022-11-29 17:00:00
## 1206     FALSE 2022-11-29 17:00:00
## 1207     FALSE 2022-11-29 17:00:00
## 1208     FALSE 2022-11-29 17:00:00
## 1209     FALSE 2022-11-29 17:00:00
## 1210     FALSE 2022-11-29 17:00:00
## 1211     FALSE 2022-11-29 17:00:00
## 1212     FALSE 2022-11-29 17:00:00
## 1213     FALSE 2022-11-29 17:00:00
## 1214     FALSE 2022-11-29 17:00:00
## 1215     FALSE 2022-11-29 17:00:00
## 1216     FALSE 2022-11-29 17:00:00
## 1217     FALSE 2022-11-29 17:00:00
## 1218     FALSE 2022-11-29 17:00:00
## 1219     FALSE 2022-11-29 17:00:00
## 1220     FALSE 2022-11-29 17:00:00
## 1221     FALSE 2022-11-29 17:00:00
## 1222     FALSE 2022-11-29 17:00:00
## 1223     FALSE 2022-11-29 17:00:00
## 1224     FALSE 2022-11-29 17:00:00
## 1225     FALSE 2022-11-29 17:00:00
## 1226     FALSE 2022-11-29 17:00:00
## 1227     FALSE 2022-11-29 17:00:00
## 1228     FALSE 2022-11-29 17:00:00
## 1229     FALSE 2022-11-29 17:00:00
## 1230     FALSE 2022-11-29 17:00:00
## 1231     FALSE 2022-11-29 17:00:00
## 1232     FALSE 2022-11-29 17:00:00
## 1233     FALSE 2022-11-29 17:00:00
## 1234     FALSE 2022-11-29 17:00:00
## 1235     FALSE 2022-11-29 17:00:00
## 1236     FALSE 2022-11-29 17:00:00
## 1237     FALSE 2022-11-29 17:00:00
## 1238     FALSE 2022-11-29 17:00:00
## 1239     FALSE 2022-11-29 17:00:00
## 1240     FALSE 2022-11-29 17:00:00
## 1241     FALSE 2022-11-29 17:00:00
## 1242     FALSE 2022-11-29 17:00:00
## 1243     FALSE 2022-11-29 16:00:00
## 1244     FALSE 2022-11-29 16:00:00
## 1245     FALSE 2022-11-29 16:00:00
## 1246     FALSE 2022-11-29 16:00:00
## 1247     FALSE 2022-11-29 16:00:00
## 1248     FALSE 2022-11-29 16:00:00
## 1249     FALSE 2022-11-29 16:00:00
## 1250     FALSE 2022-11-29 16:00:00
## 1251     FALSE 2022-11-29 16:00:00
## 1252     FALSE 2022-11-29 16:00:00
## 1253     FALSE 2022-11-29 16:00:00
## 1254     FALSE 2022-11-29 16:00:00
## 1255     FALSE 2022-11-29 16:00:00
## 1256     FALSE 2022-11-29 16:00:00
## 1257     FALSE 2022-11-29 16:00:00
## 1258     FALSE 2022-11-29 16:00:00
## 1259     FALSE 2022-11-29 16:00:00
## 1260     FALSE 2022-11-29 16:00:00
## 1261     FALSE 2022-11-29 16:00:00
## 1262     FALSE 2022-11-29 16:00:00
## 1263     FALSE 2022-11-29 16:00:00
## 1264     FALSE 2022-11-29 16:00:00
## 1265     FALSE 2022-11-29 16:00:00
## 1266     FALSE 2022-11-29 16:00:00
## 1267     FALSE 2022-11-29 16:00:00
## 1268     FALSE 2022-11-29 16:00:00
## 1269     FALSE 2022-11-29 16:00:00
## 1270     FALSE 2022-11-29 16:00:00
## 1271     FALSE 2022-11-29 16:00:00
## 1272     FALSE 2022-11-29 16:00:00
## 1273     FALSE 2022-11-29 16:00:00
## 1274     FALSE 2022-11-29 16:00:00
## 1275     FALSE 2022-11-29 16:00:00
## 1276     FALSE 2022-11-29 16:00:00
## 1277     FALSE 2022-11-29 16:00:00
## 1278     FALSE 2022-11-29 16:00:00
## 1279     FALSE 2022-11-29 16:00:00
## 1280     FALSE 2022-11-29 16:00:00
## 1281     FALSE 2022-11-29 16:00:00
## 1282     FALSE 2022-11-29 16:00:00
## 1283     FALSE 2022-11-29 16:00:00
## 1284     FALSE 2022-11-29 16:00:00
## 1285     FALSE 2022-11-29 16:00:00
## 1286     FALSE 2022-11-29 16:00:00
## 1287     FALSE 2022-11-29 16:00:00
## 1288     FALSE 2022-11-29 16:00:00
## 1289     FALSE 2022-11-29 16:00:00
## 1290     FALSE 2022-11-29 16:00:00
## 1291     FALSE 2022-11-29 16:00:00
## 1292     FALSE 2022-11-29 16:00:00
## 1293     FALSE 2022-11-29 16:00:00
## 1294     FALSE 2022-11-29 16:00:00
## 1295     FALSE 2022-11-29 16:00:00
## 1296     FALSE 2022-11-29 16:00:00
## 1297     FALSE 2022-11-29 16:00:00
## 1298     FALSE 2022-11-29 16:00:00
## 1299     FALSE 2022-11-29 16:00:00
## 1300     FALSE 2022-11-29 16:00:00
## 1301     FALSE 2022-11-29 16:00:00
## 1302     FALSE 2022-11-29 16:00:00
## 1303     FALSE 2022-11-29 16:00:00
## 1304     FALSE 2022-11-29 16:00:00
## 1305     FALSE 2022-11-29 16:00:00
## 1306     FALSE 2022-11-29 16:00:00
## 1307     FALSE 2022-11-29 16:00:00
## 1308     FALSE 2022-11-29 16:00:00
## 1309     FALSE 2022-11-29 16:00:00
## 1310     FALSE 2022-11-29 16:00:00
## 1311     FALSE 2022-11-29 16:00:00
## 1312     FALSE 2022-11-29 16:00:00
## 1313     FALSE 2022-11-29 16:00:00
## 1314     FALSE 2022-11-29 16:00:00
## 1315     FALSE 2022-11-29 16:00:00
## 1316     FALSE 2022-11-29 16:00:00
## 1317     FALSE 2022-11-29 16:00:00
## 1318     FALSE 2022-11-29 16:00:00
## 1319     FALSE 2022-11-29 16:00:00
## 1320     FALSE 2022-11-29 16:00:00
## 1321     FALSE 2022-11-29 16:00:00
## 1322     FALSE 2022-11-29 16:00:00
## 1323     FALSE 2022-11-29 16:00:00
## 1324     FALSE 2022-11-29 16:00:00
## 1325     FALSE 2022-11-29 16:00:00
## 1326     FALSE 2022-11-29 16:00:00
## 1327     FALSE 2022-11-29 16:00:00
## 1328     FALSE 2022-11-29 16:00:00
## 1329     FALSE 2022-11-29 16:00:00
## 1330     FALSE 2022-11-29 16:00:00
## 1331     FALSE 2022-11-29 16:00:00
## 1332     FALSE 2022-11-29 16:00:00
## 1333     FALSE 2022-11-29 16:00:00
## 1334     FALSE 2022-11-29 16:00:00
## 1335     FALSE 2022-11-29 16:00:00
## 1336     FALSE 2022-11-29 16:00:00
## 1337     FALSE 2022-11-29 16:00:00
## 1338     FALSE 2022-11-29 16:00:00
## 1339     FALSE 2022-11-29 16:00:00
## 1340     FALSE 2022-11-29 16:00:00
## 1341     FALSE 2022-11-29 16:00:00
## 1342     FALSE 2022-11-29 16:00:00
## 1343     FALSE 2022-11-29 16:00:00
## 1344     FALSE 2022-11-29 16:00:00
## 1345     FALSE 2022-11-29 16:00:00
## 1346     FALSE 2022-11-29 16:00:00
## 1347     FALSE 2022-11-29 16:00:00
## 1348     FALSE 2022-11-29 16:00:00
## 1349     FALSE 2022-11-29 16:00:00
## 1350     FALSE 2022-11-29 16:00:00
## 1351     FALSE 2022-11-29 16:00:00
## 1352     FALSE 2022-11-29 16:00:00
## 1353     FALSE 2022-11-29 16:00:00
## 1354     FALSE 2022-11-29 16:00:00
## 1355     FALSE 2022-11-29 16:00:00
## 1356     FALSE 2022-11-29 16:00:00
## 1357     FALSE 2022-11-29 16:00:00
## 1358     FALSE 2022-11-29 16:00:00
## 1359     FALSE 2022-11-29 16:00:00
## 1360     FALSE 2022-11-29 16:00:00
## 1361     FALSE 2022-11-29 16:00:00
## 1362     FALSE 2022-11-29 16:00:00
## 1363     FALSE 2022-11-29 16:00:00
## 1364     FALSE 2022-11-29 16:00:00
## 1365     FALSE 2022-11-29 16:00:00
## 1366     FALSE 2022-11-29 16:00:00
## 1367     FALSE 2022-11-29 16:00:00
## 1368     FALSE 2022-11-29 16:00:00
## 1369     FALSE 2022-11-29 16:00:00
## 1370     FALSE 2022-11-29 16:00:00
## 1371     FALSE 2022-11-29 16:00:00
## 1372     FALSE 2022-11-29 16:00:00
## 1373     FALSE 2022-11-29 16:00:00
## 1374     FALSE 2022-11-29 16:00:00
## 1375     FALSE 2022-11-29 16:00:00
## 1376     FALSE 2022-11-29 16:00:00
## 1377     FALSE 2022-11-29 16:00:00
## 1378     FALSE 2022-11-29 16:00:00
## 1379     FALSE 2022-11-29 16:00:00
## 1380     FALSE 2022-11-29 16:00:00
## 1381     FALSE 2022-11-29 16:00:00
## 1382     FALSE 2022-11-29 16:00:00
## 1383     FALSE 2022-11-29 16:00:00
## 1384     FALSE 2022-11-29 16:00:00
## 1385     FALSE 2022-11-29 16:00:00
## 1386     FALSE 2022-11-29 16:00:00
## 1387     FALSE 2022-11-29 16:00:00
## 1388     FALSE 2022-11-29 16:00:00
## 1389     FALSE 2022-11-29 16:00:00
## 1390     FALSE 2022-11-29 16:00:00
## 1391     FALSE 2022-11-29 16:00:00
## 1392     FALSE 2022-11-29 16:00:00
## 1393     FALSE 2022-11-29 16:00:00
## 1394     FALSE 2022-11-29 16:00:00
## 1395     FALSE 2022-11-29 16:00:00
## 1396     FALSE 2022-11-29 16:00:00
## 1397     FALSE 2022-11-29 16:00:00
## 1398     FALSE 2022-11-29 16:00:00
## 1399     FALSE 2022-11-29 16:00:00
## 1400     FALSE 2022-11-29 16:00:00
## 1401     FALSE 2022-11-29 16:00:00
## 1402     FALSE 2022-11-29 16:00:00
## 1403     FALSE 2022-11-29 16:00:00
## 1404     FALSE 2022-11-29 16:00:00
## 1405     FALSE 2022-11-29 16:00:00
## 1406     FALSE 2022-11-29 16:00:00
## 1407     FALSE 2022-11-29 16:00:00
## 1408     FALSE 2022-11-29 16:00:00
## 1409     FALSE 2022-11-29 16:00:00
## 1410     FALSE 2022-11-29 16:00:00
## 1411     FALSE 2022-11-29 16:00:00
## 1412     FALSE 2022-11-29 16:00:00
## 1413     FALSE 2022-11-29 16:00:00
## 1414     FALSE 2022-11-29 16:00:00
## 1415     FALSE 2022-11-29 16:00:00
## 1416     FALSE 2022-11-29 16:00:00
## 1417     FALSE 2022-11-29 16:00:00
## 1418     FALSE 2022-11-29 16:00:00
## 1419     FALSE 2022-11-29 16:00:00
## 1420     FALSE 2022-11-29 16:00:00
## 1421     FALSE 2022-11-29 16:00:00
## 1422     FALSE 2022-11-29 16:00:00
## 1423     FALSE 2022-11-29 16:00:00
## 1424     FALSE 2022-11-29 16:00:00
## 1425     FALSE 2022-11-29 15:00:00
## 1426     FALSE 2022-11-29 15:00:00
## 1427     FALSE 2022-11-29 15:00:00
## 1428     FALSE 2022-11-29 15:00:00
## 1429     FALSE 2022-11-29 15:00:00
## 1430     FALSE 2022-11-29 15:00:00
## 1431     FALSE 2022-11-29 15:00:00
## 1432     FALSE 2022-11-29 15:00:00
## 1433     FALSE 2022-11-29 15:00:00
## 1434     FALSE 2022-11-29 15:00:00
## 1435     FALSE 2022-11-29 15:00:00
## 1436     FALSE 2022-11-29 15:00:00
## 1437     FALSE 2022-11-29 15:00:00
## 1438     FALSE 2022-11-29 15:00:00
## 1439     FALSE 2022-11-29 15:00:00
## 1440     FALSE 2022-11-29 15:00:00
## 1441     FALSE 2022-11-29 15:00:00
## 1442     FALSE 2022-11-29 15:00:00
## 1443     FALSE 2022-11-29 15:00:00
## 1444     FALSE 2022-11-29 15:00:00
## 1445     FALSE 2022-11-29 15:00:00
## 1446     FALSE 2022-11-29 15:00:00
## 1447     FALSE 2022-11-29 15:00:00
## 1448     FALSE 2022-11-29 15:00:00
## 1449     FALSE 2022-11-29 15:00:00
## 1450     FALSE 2022-11-29 15:00:00
## 1451     FALSE 2022-11-29 15:00:00
## 1452     FALSE 2022-11-29 15:00:00
## 1453     FALSE 2022-11-29 15:00:00
## 1454     FALSE 2022-11-29 15:00:00
## 1455     FALSE 2022-11-29 15:00:00
## 1456     FALSE 2022-11-29 15:00:00
## 1457     FALSE 2022-11-29 15:00:00
## 1458     FALSE 2022-11-29 15:00:00
## 1459     FALSE 2022-11-29 15:00:00
## 1460     FALSE 2022-11-29 15:00:00
## 1461     FALSE 2022-11-29 15:00:00
## 1462     FALSE 2022-11-29 15:00:00
## 1463     FALSE 2022-11-29 15:00:00
## 1464     FALSE 2022-11-29 15:00:00
## 1465     FALSE 2022-11-29 15:00:00
## 1466     FALSE 2022-11-29 15:00:00
## 1467     FALSE 2022-11-29 15:00:00
## 1468     FALSE 2022-11-29 15:00:00
## 1469     FALSE 2022-11-29 15:00:00
## 1470     FALSE 2022-11-29 15:00:00
## 1471     FALSE 2022-11-29 15:00:00
## 1472     FALSE 2022-11-29 15:00:00
## 1473     FALSE 2022-11-29 15:00:00
## 1474     FALSE 2022-11-29 15:00:00
## 1475     FALSE 2022-11-29 15:00:00
## 1476     FALSE 2022-11-29 15:00:00
## 1477     FALSE 2022-11-29 15:00:00
## 1478     FALSE 2022-11-29 15:00:00
## 1479     FALSE 2022-11-29 15:00:00
## 1480     FALSE 2022-11-29 15:00:00
## 1481     FALSE 2022-11-29 15:00:00
## 1482     FALSE 2022-11-29 15:00:00
## 1483     FALSE 2022-11-29 15:00:00
## 1484     FALSE 2022-11-29 15:00:00
## 1485     FALSE 2022-11-29 15:00:00
## 1486     FALSE 2022-11-29 15:00:00
## 1487     FALSE 2022-11-29 15:00:00
## 1488     FALSE 2022-11-29 15:00:00
## 1489     FALSE 2022-11-29 15:00:00
## 1490     FALSE 2022-11-29 15:00:00
## 1491     FALSE 2022-11-29 15:00:00
## 1492     FALSE 2022-11-29 15:00:00
## 1493     FALSE 2022-11-29 15:00:00
## 1494     FALSE 2022-11-29 15:00:00
## 1495     FALSE 2022-11-29 15:00:00
## 1496     FALSE 2022-11-29 15:00:00
## 1497     FALSE 2022-11-29 15:00:00
## 1498     FALSE 2022-11-29 15:00:00
## 1499     FALSE 2022-11-29 15:00:00
## 1500     FALSE 2022-11-29 15:00:00
## 1501     FALSE 2022-11-29 15:00:00
## 1502     FALSE 2022-11-29 15:00:00
## 1503     FALSE 2022-11-29 15:00:00
## 1504     FALSE 2022-11-29 15:00:00
## 1505     FALSE 2022-11-29 15:00:00
## 1506     FALSE 2022-11-29 15:00:00
## 1507     FALSE 2022-11-29 15:00:00
## 1508     FALSE 2022-11-29 15:00:00
## 1509     FALSE 2022-11-29 15:00:00
## 1510     FALSE 2022-11-29 15:00:00
## 1511     FALSE 2022-11-29 15:00:00
## 1512     FALSE 2022-11-29 15:00:00
## 1513     FALSE 2022-11-29 15:00:00
## 1514     FALSE 2022-11-29 15:00:00
## 1515     FALSE 2022-11-29 15:00:00
## 1516     FALSE 2022-11-29 15:00:00
## 1517     FALSE 2022-11-29 15:00:00
## 1518     FALSE 2022-11-29 15:00:00
## 1519     FALSE 2022-11-29 15:00:00
## 1520     FALSE 2022-11-29 15:00:00
## 1521     FALSE 2022-11-29 15:00:00
## 1522     FALSE 2022-11-29 15:00:00
## 1523     FALSE 2022-11-29 15:00:00
## 1524     FALSE 2022-11-29 15:00:00
## 1525     FALSE 2022-11-29 15:00:00
## 1526     FALSE 2022-11-29 15:00:00
## 1527     FALSE 2022-11-29 15:00:00
## 1528     FALSE 2022-11-29 15:00:00
## 1529     FALSE 2022-11-29 15:00:00
## 1530     FALSE 2022-11-29 15:00:00
## 1531     FALSE 2022-11-29 15:00:00
## 1532     FALSE 2022-11-29 15:00:00
## 1533     FALSE 2022-11-29 15:00:00
## 1534     FALSE 2022-11-29 15:00:00
## 1535     FALSE 2022-11-29 15:00:00
## 1536     FALSE 2022-11-29 15:00:00
## 1537     FALSE 2022-11-29 15:00:00
## 1538     FALSE 2022-11-29 15:00:00
## 1539     FALSE 2022-11-29 15:00:00
## 1540     FALSE 2022-11-29 15:00:00
## 1541     FALSE 2022-11-29 15:00:00
## 1542     FALSE 2022-11-29 15:00:00
## 1543     FALSE 2022-11-29 15:00:00
## 1544     FALSE 2022-11-29 15:00:00
## 1545     FALSE 2022-11-29 15:00:00
## 1546     FALSE 2022-11-29 15:00:00
## 1547     FALSE 2022-11-29 15:00:00
## 1548     FALSE 2022-11-29 15:00:00
## 1549     FALSE 2022-11-29 15:00:00
## 1550     FALSE 2022-11-29 15:00:00
## 1551     FALSE 2022-11-29 15:00:00
## 1552     FALSE 2022-11-29 15:00:00
## 1553     FALSE 2022-11-29 15:00:00
## 1554     FALSE 2022-11-29 15:00:00
## 1555     FALSE 2022-11-29 15:00:00
## 1556     FALSE 2022-11-29 15:00:00
## 1557     FALSE 2022-11-29 15:00:00
## 1558     FALSE 2022-11-29 15:00:00
## 1559     FALSE 2022-11-29 15:00:00
## 1560     FALSE 2022-11-29 15:00:00
## 1561     FALSE 2022-11-29 15:00:00
## 1562     FALSE 2022-11-29 15:00:00
## 1563     FALSE 2022-11-29 15:00:00
## 1564     FALSE 2022-11-29 15:00:00
## 1565     FALSE 2022-11-29 15:00:00
## 1566     FALSE 2022-11-29 15:00:00
## 1567     FALSE 2022-11-29 15:00:00
## 1568     FALSE 2022-11-29 15:00:00
## 1569     FALSE 2022-11-29 15:00:00
## 1570     FALSE 2022-11-29 15:00:00
## 1571     FALSE 2022-11-29 15:00:00
## 1572     FALSE 2022-11-29 15:00:00
## 1573     FALSE 2022-11-29 15:00:00
## 1574     FALSE 2022-11-29 15:00:00
## 1575     FALSE 2022-11-29 15:00:00
## 1576     FALSE 2022-11-29 15:00:00
## 1577     FALSE 2022-11-29 15:00:00
## 1578     FALSE 2022-11-29 15:00:00
## 1579     FALSE 2022-11-29 15:00:00
## 1580     FALSE 2022-11-29 15:00:00
## 1581     FALSE 2022-11-29 15:00:00
## 1582     FALSE 2022-11-29 15:00:00
## 1583     FALSE 2022-11-29 15:00:00
## 1584     FALSE 2022-11-29 15:00:00
## 1585     FALSE 2022-11-29 15:00:00
## 1586     FALSE 2022-11-29 15:00:00
## 1587     FALSE 2022-11-29 15:00:00
## 1588     FALSE 2022-11-29 15:00:00
## 1589     FALSE 2022-11-29 15:00:00
## 1590     FALSE 2022-11-29 15:00:00
## 1591     FALSE 2022-11-29 15:00:00
## 1592     FALSE 2022-11-29 15:00:00
## 1593     FALSE 2022-11-29 15:00:00
## 1594     FALSE 2022-11-29 15:00:00
## 1595     FALSE 2022-11-29 15:00:00
## 1596     FALSE 2022-11-29 15:00:00
## 1597     FALSE 2022-11-29 15:00:00
## 1598     FALSE 2022-11-29 15:00:00
## 1599     FALSE 2022-11-29 14:00:00
## 1600     FALSE 2022-11-29 14:00:00
## 1601     FALSE 2022-11-29 14:00:00
## 1602     FALSE 2022-11-29 14:00:00
## 1603     FALSE 2022-11-29 14:00:00
## 1604     FALSE 2022-11-29 14:00:00
## 1605     FALSE 2022-11-29 14:00:00
## 1606     FALSE 2022-11-29 14:00:00
## 1607     FALSE 2022-11-29 14:00:00
## 1608     FALSE 2022-11-29 14:00:00
## 1609     FALSE 2022-11-29 14:00:00
## 1610     FALSE 2022-11-29 14:00:00
## 1611     FALSE 2022-11-29 14:00:00
## 1612     FALSE 2022-11-29 14:00:00
## 1613     FALSE 2022-11-29 14:00:00
## 1614     FALSE 2022-11-29 14:00:00
## 1615     FALSE 2022-11-29 14:00:00
## 1616     FALSE 2022-11-29 14:00:00
## 1617     FALSE 2022-11-29 14:00:00
## 1618     FALSE 2022-11-29 14:00:00
## 1619     FALSE 2022-11-29 14:00:00
## 1620     FALSE 2022-11-29 14:00:00
## 1621     FALSE 2022-11-29 14:00:00
## 1622     FALSE 2022-11-29 14:00:00
## 1623     FALSE 2022-11-29 14:00:00
## 1624     FALSE 2022-11-29 14:00:00
## 1625     FALSE 2022-11-29 14:00:00
## 1626     FALSE 2022-11-29 14:00:00
## 1627     FALSE 2022-11-29 14:00:00
## 1628     FALSE 2022-11-29 14:00:00
## 1629     FALSE 2022-11-29 14:00:00
## 1630     FALSE 2022-11-29 14:00:00
## 1631     FALSE 2022-11-29 14:00:00
## 1632     FALSE 2022-11-29 14:00:00
## 1633     FALSE 2022-11-29 14:00:00
## 1634     FALSE 2022-11-29 14:00:00
## 1635     FALSE 2022-11-29 14:00:00
## 1636     FALSE 2022-11-29 14:00:00
## 1637     FALSE 2022-11-29 14:00:00
## 1638     FALSE 2022-11-29 14:00:00
## 1639     FALSE 2022-11-29 14:00:00
## 1640     FALSE 2022-11-29 14:00:00
## 1641     FALSE 2022-11-29 14:00:00
## 1642     FALSE 2022-11-29 14:00:00
## 1643     FALSE 2022-11-29 14:00:00
## 1644     FALSE 2022-11-29 14:00:00
## 1645     FALSE 2022-11-29 14:00:00
## 1646     FALSE 2022-11-29 14:00:00
## 1647     FALSE 2022-11-29 14:00:00
## 1648     FALSE 2022-11-29 14:00:00
## 1649     FALSE 2022-11-29 14:00:00
## 1650     FALSE 2022-11-29 14:00:00
## 1651     FALSE 2022-11-29 14:00:00
## 1652     FALSE 2022-11-29 14:00:00
## 1653     FALSE 2022-11-29 14:00:00
## 1654     FALSE 2022-11-29 14:00:00
## 1655     FALSE 2022-11-29 14:00:00
## 1656     FALSE 2022-11-29 14:00:00
## 1657     FALSE 2022-11-29 14:00:00
## 1658     FALSE 2022-11-29 14:00:00
## 1659     FALSE 2022-11-29 14:00:00
## 1660     FALSE 2022-11-29 14:00:00
## 1661     FALSE 2022-11-29 14:00:00
## 1662     FALSE 2022-11-29 14:00:00
## 1663     FALSE 2022-11-29 14:00:00
## 1664     FALSE 2022-11-29 14:00:00
## 1665     FALSE 2022-11-29 14:00:00
## 1666     FALSE 2022-11-29 14:00:00
## 1667     FALSE 2022-11-29 14:00:00
## 1668     FALSE 2022-11-29 14:00:00
## 1669     FALSE 2022-11-29 14:00:00
## 1670     FALSE 2022-11-29 14:00:00
## 1671     FALSE 2022-11-29 14:00:00
## 1672     FALSE 2022-11-29 14:00:00
## 1673     FALSE 2022-11-29 14:00:00
## 1674     FALSE 2022-11-29 14:00:00
## 1675     FALSE 2022-11-29 14:00:00
## 1676     FALSE 2022-11-29 14:00:00
## 1677     FALSE 2022-11-29 14:00:00
## 1678     FALSE 2022-11-29 14:00:00
## 1679     FALSE 2022-11-29 14:00:00
## 1680     FALSE 2022-11-29 14:00:00
## 1681     FALSE 2022-11-29 14:00:00
## 1682     FALSE 2022-11-29 14:00:00
## 1683     FALSE 2022-11-29 14:00:00
## 1684     FALSE 2022-11-29 14:00:00
## 1685     FALSE 2022-11-29 14:00:00
## 1686     FALSE 2022-11-29 14:00:00
## 1687     FALSE 2022-11-29 14:00:00
## 1688     FALSE 2022-11-29 14:00:00
## 1689     FALSE 2022-11-29 14:00:00
## 1690     FALSE 2022-11-29 14:00:00
## 1691     FALSE 2022-11-29 14:00:00
## 1692     FALSE 2022-11-29 14:00:00
## 1693     FALSE 2022-11-29 14:00:00
## 1694     FALSE 2022-11-29 14:00:00
## 1695     FALSE 2022-11-29 14:00:00
## 1696     FALSE 2022-11-29 14:00:00
## 1697     FALSE 2022-11-29 14:00:00
## 1698     FALSE 2022-11-29 14:00:00
## 1699     FALSE 2022-11-29 14:00:00
## 1700     FALSE 2022-11-29 14:00:00
## 1701     FALSE 2022-11-29 14:00:00
## 1702     FALSE 2022-11-29 14:00:00
## 1703     FALSE 2022-11-29 14:00:00
## 1704     FALSE 2022-11-29 14:00:00
## 1705     FALSE 2022-11-29 14:00:00
## 1706     FALSE 2022-11-29 14:00:00
## 1707     FALSE 2022-11-29 14:00:00
## 1708     FALSE 2022-11-29 14:00:00
## 1709     FALSE 2022-11-29 14:00:00
## 1710     FALSE 2022-11-29 14:00:00
## 1711     FALSE 2022-11-29 14:00:00
## 1712     FALSE 2022-11-29 14:00:00
## 1713     FALSE 2022-11-29 14:00:00
## 1714     FALSE 2022-11-29 14:00:00
## 1715     FALSE 2022-11-29 14:00:00
## 1716     FALSE 2022-11-29 14:00:00
## 1717     FALSE 2022-11-29 14:00:00
## 1718     FALSE 2022-11-29 14:00:00
## 1719     FALSE 2022-11-29 14:00:00
## 1720     FALSE 2022-11-29 14:00:00
## 1721     FALSE 2022-11-29 14:00:00
## 1722     FALSE 2022-11-29 14:00:00
## 1723     FALSE 2022-11-29 14:00:00
## 1724     FALSE 2022-11-29 14:00:00
## 1725     FALSE 2022-11-29 14:00:00
## 1726     FALSE 2022-11-29 14:00:00
## 1727     FALSE 2022-11-29 14:00:00
## 1728     FALSE 2022-11-29 14:00:00
## 1729     FALSE 2022-11-29 14:00:00
## 1730     FALSE 2022-11-29 14:00:00
## 1731     FALSE 2022-11-29 14:00:00
## 1732     FALSE 2022-11-29 14:00:00
## 1733     FALSE 2022-11-29 14:00:00
## 1734     FALSE 2022-11-29 14:00:00
## 1735     FALSE 2022-11-29 14:00:00
## 1736     FALSE 2022-11-29 14:00:00
## 1737     FALSE 2022-11-29 14:00:00
## 1738     FALSE 2022-11-29 14:00:00
## 1739     FALSE 2022-11-29 14:00:00
## 1740     FALSE 2022-11-29 14:00:00
## 1741     FALSE 2022-11-29 14:00:00
## 1742     FALSE 2022-11-29 14:00:00
## 1743     FALSE 2022-11-29 14:00:00
## 1744     FALSE 2022-11-29 14:00:00
## 1745     FALSE 2022-11-29 14:00:00
## 1746     FALSE 2022-11-29 14:00:00
## 1747     FALSE 2022-11-29 14:00:00
## 1748     FALSE 2022-11-29 14:00:00
## 1749     FALSE 2022-11-29 14:00:00
## 1750     FALSE 2022-11-29 14:00:00
## 1751     FALSE 2022-11-29 14:00:00
## 1752     FALSE 2022-11-29 14:00:00
## 1753     FALSE 2022-11-29 14:00:00
## 1754     FALSE 2022-11-29 14:00:00
## 1755     FALSE 2022-11-29 14:00:00
## 1756     FALSE 2022-11-29 14:00:00
## 1757     FALSE 2022-11-29 14:00:00
## 1758     FALSE 2022-11-29 14:00:00
## 1759     FALSE 2022-11-29 14:00:00
## 1760     FALSE 2022-11-29 14:00:00
## 1761     FALSE 2022-11-29 14:00:00
## 1762     FALSE 2022-11-29 14:00:00
## 1763     FALSE 2022-11-29 14:00:00
## 1764     FALSE 2022-11-29 14:00:00
## 1765     FALSE 2022-11-29 14:00:00
## 1766     FALSE 2022-11-29 14:00:00
## 1767     FALSE 2022-11-29 14:00:00
## 1768     FALSE 2022-11-29 14:00:00
## 1769     FALSE 2022-11-29 14:00:00
## 1770     FALSE 2022-11-29 14:00:00
## 1771     FALSE 2022-11-29 14:00:00
## 1772     FALSE 2022-11-29 14:00:00
## 1773     FALSE 2022-11-29 14:00:00
## 1774     FALSE 2022-11-29 14:00:00
## 1775     FALSE 2022-11-29 14:00:00
## 1776     FALSE 2022-11-29 14:00:00
## 1777     FALSE 2022-11-29 14:00:00
## 1778     FALSE 2022-11-29 13:00:00
## 1779     FALSE 2022-11-29 13:00:00
## 1780     FALSE 2022-11-29 13:00:00
## 1781     FALSE 2022-11-29 13:00:00
## 1782     FALSE 2022-11-29 13:00:00
## 1783     FALSE 2022-11-29 13:00:00
## 1784     FALSE 2022-11-29 13:00:00
## 1785     FALSE 2022-11-29 13:00:00
## 1786     FALSE 2022-11-29 13:00:00
## 1787     FALSE 2022-11-29 13:00:00
## 1788     FALSE 2022-11-29 13:00:00
## 1789     FALSE 2022-11-29 13:00:00
## 1790     FALSE 2022-11-29 13:00:00
## 1791     FALSE 2022-11-29 13:00:00
## 1792     FALSE 2022-11-29 13:00:00
## 1793     FALSE 2022-11-29 13:00:00
## 1794     FALSE 2022-11-29 13:00:00
## 1795     FALSE 2022-11-29 13:00:00
## 1796     FALSE 2022-11-29 13:00:00
## 1797     FALSE 2022-11-29 13:00:00
## 1798     FALSE 2022-11-29 13:00:00
## 1799     FALSE 2022-11-29 13:00:00
## 1800     FALSE 2022-11-29 13:00:00
## 1801     FALSE 2022-11-29 13:00:00
## 1802     FALSE 2022-11-29 13:00:00
## 1803     FALSE 2022-11-29 13:00:00
## 1804     FALSE 2022-11-29 13:00:00
## 1805     FALSE 2022-11-29 13:00:00
## 1806     FALSE 2022-11-29 13:00:00
## 1807     FALSE 2022-11-29 13:00:00
## 1808     FALSE 2022-11-29 13:00:00
## 1809     FALSE 2022-11-29 13:00:00
## 1810     FALSE 2022-11-29 13:00:00
## 1811     FALSE 2022-11-29 13:00:00
## 1812     FALSE 2022-11-29 13:00:00
## 1813     FALSE 2022-11-29 13:00:00
## 1814     FALSE 2022-11-29 13:00:00
## 1815     FALSE 2022-11-29 13:00:00
## 1816     FALSE 2022-11-29 13:00:00
## 1817     FALSE 2022-11-29 13:00:00
## 1818     FALSE 2022-11-29 13:00:00
## 1819     FALSE 2022-11-29 13:00:00
## 1820     FALSE 2022-11-29 13:00:00
## 1821     FALSE 2022-11-29 13:00:00
## 1822     FALSE 2022-11-29 13:00:00
## 1823     FALSE 2022-11-29 13:00:00
## 1824     FALSE 2022-11-29 13:00:00
## 1825     FALSE 2022-11-29 13:00:00
## 1826     FALSE 2022-11-29 13:00:00
## 1827     FALSE 2022-11-29 13:00:00
## 1828     FALSE 2022-11-29 13:00:00
## 1829     FALSE 2022-11-29 13:00:00
## 1830     FALSE 2022-11-29 13:00:00
## 1831     FALSE 2022-11-29 13:00:00
## 1832     FALSE 2022-11-29 13:00:00
## 1833     FALSE 2022-11-29 13:00:00
## 1834     FALSE 2022-11-29 13:00:00
## 1835     FALSE 2022-11-29 13:00:00
## 1836     FALSE 2022-11-29 13:00:00
## 1837     FALSE 2022-11-29 13:00:00
## 1838     FALSE 2022-11-29 13:00:00
## 1839     FALSE 2022-11-29 13:00:00
## 1840     FALSE 2022-11-29 13:00:00
## 1841     FALSE 2022-11-29 13:00:00
## 1842     FALSE 2022-11-29 13:00:00
## 1843     FALSE 2022-11-29 13:00:00
## 1844     FALSE 2022-11-29 13:00:00
## 1845     FALSE 2022-11-29 13:00:00
## 1846     FALSE 2022-11-29 13:00:00
## 1847     FALSE 2022-11-29 13:00:00
## 1848     FALSE 2022-11-29 13:00:00
## 1849     FALSE 2022-11-29 13:00:00
## 1850     FALSE 2022-11-29 13:00:00
## 1851     FALSE 2022-11-29 13:00:00
## 1852     FALSE 2022-11-29 13:00:00
## 1853     FALSE 2022-11-29 13:00:00
## 1854     FALSE 2022-11-29 13:00:00
## 1855     FALSE 2022-11-29 13:00:00
## 1856     FALSE 2022-11-29 13:00:00
## 1857     FALSE 2022-11-29 13:00:00
## 1858     FALSE 2022-11-29 13:00:00
## 1859     FALSE 2022-11-29 13:00:00
## 1860     FALSE 2022-11-29 13:00:00
## 1861     FALSE 2022-11-29 13:00:00
## 1862     FALSE 2022-11-29 13:00:00
## 1863     FALSE 2022-11-29 13:00:00
## 1864     FALSE 2022-11-29 13:00:00
## 1865     FALSE 2022-11-29 13:00:00
## 1866     FALSE 2022-11-29 13:00:00
## 1867     FALSE 2022-11-29 13:00:00
## 1868     FALSE 2022-11-29 13:00:00
## 1869     FALSE 2022-11-29 13:00:00
## 1870     FALSE 2022-11-29 13:00:00
## 1871     FALSE 2022-11-29 13:00:00
## 1872     FALSE 2022-11-29 13:00:00
## 1873     FALSE 2022-11-29 13:00:00
## 1874     FALSE 2022-11-29 13:00:00
## 1875     FALSE 2022-11-29 13:00:00
## 1876     FALSE 2022-11-29 13:00:00
## 1877     FALSE 2022-11-29 13:00:00
## 1878     FALSE 2022-11-29 13:00:00
## 1879     FALSE 2022-11-29 13:00:00
## 1880     FALSE 2022-11-29 13:00:00
## 1881     FALSE 2022-11-29 13:00:00
## 1882     FALSE 2022-11-29 13:00:00
## 1883     FALSE 2022-11-29 13:00:00
## 1884     FALSE 2022-11-29 13:00:00
## 1885     FALSE 2022-11-29 13:00:00
## 1886     FALSE 2022-11-29 13:00:00
## 1887     FALSE 2022-11-29 13:00:00
## 1888     FALSE 2022-11-29 13:00:00
## 1889     FALSE 2022-11-29 13:00:00
## 1890     FALSE 2022-11-29 13:00:00
## 1891     FALSE 2022-11-29 13:00:00
## 1892     FALSE 2022-11-29 13:00:00
## 1893     FALSE 2022-11-29 13:00:00
## 1894     FALSE 2022-11-29 13:00:00
## 1895     FALSE 2022-11-29 13:00:00
## 1896     FALSE 2022-11-29 13:00:00
## 1897     FALSE 2022-11-29 13:00:00
## 1898     FALSE 2022-11-29 13:00:00
## 1899     FALSE 2022-11-29 13:00:00
## 1900     FALSE 2022-11-29 13:00:00
## 1901     FALSE 2022-11-29 13:00:00
## 1902     FALSE 2022-11-29 13:00:00
## 1903     FALSE 2022-11-29 13:00:00
## 1904     FALSE 2022-11-29 13:00:00
## 1905     FALSE 2022-11-29 13:00:00
## 1906     FALSE 2022-11-29 13:00:00
## 1907     FALSE 2022-11-29 13:00:00
## 1908     FALSE 2022-11-29 13:00:00
## 1909     FALSE 2022-11-29 13:00:00
## 1910     FALSE 2022-11-29 13:00:00
## 1911     FALSE 2022-11-29 13:00:00
## 1912     FALSE 2022-11-29 13:00:00
## 1913     FALSE 2022-11-29 13:00:00
## 1914     FALSE 2022-11-29 13:00:00
## 1915     FALSE 2022-11-29 13:00:00
## 1916     FALSE 2022-11-29 13:00:00
## 1917     FALSE 2022-11-29 13:00:00
## 1918     FALSE 2022-11-29 13:00:00
## 1919     FALSE 2022-11-29 13:00:00
## 1920     FALSE 2022-11-29 13:00:00
## 1921     FALSE 2022-11-29 13:00:00
## 1922     FALSE 2022-11-29 13:00:00
## 1923     FALSE 2022-11-29 13:00:00
## 1924     FALSE 2022-11-29 13:00:00
## 1925     FALSE 2022-11-29 13:00:00
## 1926     FALSE 2022-11-29 13:00:00
## 1927     FALSE 2022-11-29 13:00:00
## 1928     FALSE 2022-11-29 13:00:00
## 1929     FALSE 2022-11-29 13:00:00
## 1930     FALSE 2022-11-29 13:00:00
## 1931     FALSE 2022-11-29 13:00:00
## 1932     FALSE 2022-11-29 13:00:00
## 1933     FALSE 2022-11-29 13:00:00
## 1934     FALSE 2022-11-29 13:00:00
## 1935     FALSE 2022-11-29 13:00:00
## 1936     FALSE 2022-11-29 13:00:00
## 1937     FALSE 2022-11-29 13:00:00
## 1938     FALSE 2022-11-29 13:00:00
## 1939     FALSE 2022-11-29 13:00:00
## 1940     FALSE 2022-11-29 13:00:00
## 1941     FALSE 2022-11-29 13:00:00
## 1942     FALSE 2022-11-29 13:00:00
## 1943     FALSE 2022-11-29 13:00:00
## 1944     FALSE 2022-11-29 13:00:00
## 1945     FALSE 2022-11-29 13:00:00
## 1946     FALSE 2022-11-29 13:00:00
## 1947     FALSE 2022-11-29 13:00:00
## 1948     FALSE 2022-11-29 13:00:00
## 1949     FALSE 2022-11-29 13:00:00
## 1950     FALSE 2022-11-29 13:00:00
## 1951     FALSE 2022-11-29 13:00:00
## 1952     FALSE 2022-11-29 13:00:00
## 1953     FALSE 2022-11-29 13:00:00
## 1954     FALSE 2022-11-29 13:00:00
## 1955     FALSE 2022-11-29 12:00:00
## 1956     FALSE 2022-11-29 12:00:00
## 1957     FALSE 2022-11-29 12:00:00
## 1958     FALSE 2022-11-29 12:00:00
## 1959     FALSE 2022-11-29 12:00:00
## 1960     FALSE 2022-11-29 12:00:00
## 1961     FALSE 2022-11-29 12:00:00
## 1962     FALSE 2022-11-29 12:00:00
## 1963     FALSE 2022-11-29 12:00:00
## 1964     FALSE 2022-11-29 12:00:00
## 1965     FALSE 2022-11-29 12:00:00
## 1966     FALSE 2022-11-29 12:00:00
## 1967     FALSE 2022-11-29 12:00:00
## 1968     FALSE 2022-11-29 12:00:00
## 1969     FALSE 2022-11-29 12:00:00
## 1970     FALSE 2022-11-29 12:00:00
## 1971     FALSE 2022-11-29 12:00:00
## 1972     FALSE 2022-11-29 12:00:00
## 1973     FALSE 2022-11-29 12:00:00
## 1974     FALSE 2022-11-29 12:00:00
## 1975     FALSE 2022-11-29 12:00:00
## 1976     FALSE 2022-11-29 12:00:00
## 1977     FALSE 2022-11-29 12:00:00
## 1978     FALSE 2022-11-29 12:00:00
## 1979     FALSE 2022-11-29 12:00:00
## 1980     FALSE 2022-11-29 12:00:00
## 1981     FALSE 2022-11-29 12:00:00
## 1982     FALSE 2022-11-29 12:00:00
## 1983     FALSE 2022-11-29 12:00:00
## 1984     FALSE 2022-11-29 12:00:00
## 1985     FALSE 2022-11-29 12:00:00
## 1986     FALSE 2022-11-29 12:00:00
## 1987     FALSE 2022-11-29 12:00:00
## 1988     FALSE 2022-11-29 12:00:00
## 1989     FALSE 2022-11-29 12:00:00
## 1990     FALSE 2022-11-29 12:00:00
## 1991     FALSE 2022-11-29 12:00:00
## 1992     FALSE 2022-11-29 12:00:00
## 1993     FALSE 2022-11-29 12:00:00
## 1994     FALSE 2022-11-29 12:00:00
## 1995     FALSE 2022-11-29 12:00:00
## 1996     FALSE 2022-11-29 12:00:00
## 1997     FALSE 2022-11-29 12:00:00
## 1998     FALSE 2022-11-29 12:00:00
## 1999     FALSE 2022-11-29 12:00:00
## 2000     FALSE 2022-11-29 12:00:00
## 2001     FALSE 2022-11-29 12:00:00
## 2002     FALSE 2022-11-29 12:00:00
## 2003     FALSE 2022-11-29 12:00:00
## 2004     FALSE 2022-11-29 12:00:00
## 2005     FALSE 2022-11-29 12:00:00
## 2006     FALSE 2022-11-29 12:00:00
## 2007     FALSE 2022-11-29 12:00:00
## 2008     FALSE 2022-11-29 12:00:00
## 2009     FALSE 2022-11-29 12:00:00
## 2010     FALSE 2022-11-29 12:00:00
## 2011     FALSE 2022-11-29 12:00:00
## 2012     FALSE 2022-11-29 12:00:00
## 2013     FALSE 2022-11-29 12:00:00
## 2014     FALSE 2022-11-29 12:00:00
## 2015     FALSE 2022-11-29 12:00:00
## 2016     FALSE 2022-11-29 12:00:00
## 2017     FALSE 2022-11-29 12:00:00
## 2018     FALSE 2022-11-29 12:00:00
## 2019     FALSE 2022-11-29 12:00:00
## 2020     FALSE 2022-11-29 12:00:00
## 2021     FALSE 2022-11-29 12:00:00
## 2022     FALSE 2022-11-29 12:00:00
## 2023     FALSE 2022-11-29 12:00:00
## 2024     FALSE 2022-11-29 12:00:00
## 2025     FALSE 2022-11-29 12:00:00
## 2026     FALSE 2022-11-29 12:00:00
## 2027     FALSE 2022-11-29 12:00:00
## 2028     FALSE 2022-11-29 12:00:00
## 2029     FALSE 2022-11-29 12:00:00
## 2030     FALSE 2022-11-29 12:00:00
## 2031     FALSE 2022-11-29 12:00:00
## 2032     FALSE 2022-11-29 12:00:00
## 2033     FALSE 2022-11-29 12:00:00
## 2034     FALSE 2022-11-29 12:00:00
## 2035     FALSE 2022-11-29 12:00:00
## 2036     FALSE 2022-11-29 12:00:00
## 2037     FALSE 2022-11-29 12:00:00
## 2038     FALSE 2022-11-29 12:00:00
## 2039     FALSE 2022-11-29 12:00:00
## 2040     FALSE 2022-11-29 12:00:00
## 2041     FALSE 2022-11-29 12:00:00
## 2042     FALSE 2022-11-29 12:00:00
## 2043     FALSE 2022-11-29 12:00:00
## 2044     FALSE 2022-11-29 12:00:00
## 2045     FALSE 2022-11-29 12:00:00
## 2046     FALSE 2022-11-29 12:00:00
## 2047     FALSE 2022-11-29 12:00:00
## 2048     FALSE 2022-11-29 12:00:00
## 2049     FALSE 2022-11-29 12:00:00
## 2050     FALSE 2022-11-29 12:00:00
## 2051     FALSE 2022-11-29 12:00:00
## 2052     FALSE 2022-11-29 12:00:00
## 2053     FALSE 2022-11-29 12:00:00
## 2054     FALSE 2022-11-29 12:00:00
## 2055     FALSE 2022-11-29 12:00:00
## 2056     FALSE 2022-11-29 12:00:00
## 2057     FALSE 2022-11-29 12:00:00
## 2058     FALSE 2022-11-29 12:00:00
## 2059     FALSE 2022-11-29 12:00:00
## 2060     FALSE 2022-11-29 12:00:00
## 2061     FALSE 2022-11-29 12:00:00
## 2062     FALSE 2022-11-29 12:00:00
## 2063     FALSE 2022-11-29 12:00:00
## 2064     FALSE 2022-11-29 12:00:00
## 2065     FALSE 2022-11-29 12:00:00
## 2066     FALSE 2022-11-29 12:00:00
## 2067     FALSE 2022-11-29 12:00:00
## 2068     FALSE 2022-11-29 12:00:00
## 2069     FALSE 2022-11-29 12:00:00
## 2070     FALSE 2022-11-29 12:00:00
## 2071     FALSE 2022-11-29 12:00:00
## 2072     FALSE 2022-11-29 12:00:00
## 2073     FALSE 2022-11-29 12:00:00
## 2074     FALSE 2022-11-29 12:00:00
## 2075     FALSE 2022-11-29 12:00:00
## 2076     FALSE 2022-11-29 12:00:00
## 2077     FALSE 2022-11-29 12:00:00
## 2078     FALSE 2022-11-29 12:00:00
## 2079     FALSE 2022-11-29 12:00:00
## 2080     FALSE 2022-11-29 12:00:00
## 2081     FALSE 2022-11-29 12:00:00
## 2082     FALSE 2022-11-29 12:00:00
## 2083     FALSE 2022-11-29 12:00:00
## 2084     FALSE 2022-11-29 12:00:00
## 2085     FALSE 2022-11-29 12:00:00
## 2086     FALSE 2022-11-29 12:00:00
## 2087     FALSE 2022-11-29 12:00:00
## 2088     FALSE 2022-11-29 12:00:00
## 2089     FALSE 2022-11-29 12:00:00
## 2090     FALSE 2022-11-29 11:00:00
## 2091     FALSE 2022-11-29 11:00:00
## 2092     FALSE 2022-11-29 11:00:00
## 2093     FALSE 2022-11-29 11:00:00
## 2094     FALSE 2022-11-29 11:00:00
## 2095     FALSE 2022-11-29 11:00:00
## 2096     FALSE 2022-11-29 11:00:00
## 2097     FALSE 2022-11-29 11:00:00
## 2098     FALSE 2022-11-29 11:00:00
## 2099     FALSE 2022-11-29 11:00:00
## 2100     FALSE 2022-11-29 11:00:00
## 2101     FALSE 2022-11-29 11:00:00
## 2102     FALSE 2022-11-29 11:00:00
## 2103     FALSE 2022-11-29 11:00:00
## 2104     FALSE 2022-11-29 11:00:00
## 2105     FALSE 2022-11-29 11:00:00
## 2106     FALSE 2022-11-29 11:00:00
## 2107     FALSE 2022-11-29 11:00:00
## 2108     FALSE 2022-11-29 11:00:00
## 2109     FALSE 2022-11-29 11:00:00
## 2110     FALSE 2022-11-29 11:00:00
## 2111     FALSE 2022-11-29 11:00:00
## 2112     FALSE 2022-11-29 11:00:00
## 2113     FALSE 2022-11-29 11:00:00
## 2114     FALSE 2022-11-29 11:00:00
## 2115     FALSE 2022-11-29 11:00:00
## 2116     FALSE 2022-11-29 11:00:00
## 2117     FALSE 2022-11-29 11:00:00
## 2118     FALSE 2022-11-29 11:00:00
## 2119     FALSE 2022-11-29 11:00:00
## 2120     FALSE 2022-11-29 11:00:00
## 2121     FALSE 2022-11-29 11:00:00
## 2122     FALSE 2022-11-29 11:00:00
## 2123     FALSE 2022-11-29 11:00:00
## 2124     FALSE 2022-11-29 11:00:00
## 2125     FALSE 2022-11-29 11:00:00
## 2126     FALSE 2022-11-29 11:00:00
## 2127     FALSE 2022-11-29 11:00:00
## 2128     FALSE 2022-11-29 11:00:00
## 2129     FALSE 2022-11-29 11:00:00
## 2130     FALSE 2022-11-29 11:00:00
## 2131     FALSE 2022-11-29 11:00:00
## 2132     FALSE 2022-11-29 11:00:00
## 2133     FALSE 2022-11-29 11:00:00
## 2134     FALSE 2022-11-29 11:00:00
## 2135     FALSE 2022-11-29 11:00:00
## 2136     FALSE 2022-11-29 11:00:00
## 2137     FALSE 2022-11-29 11:00:00
## 2138     FALSE 2022-11-29 11:00:00
## 2139     FALSE 2022-11-29 11:00:00
## 2140     FALSE 2022-11-29 11:00:00
## 2141     FALSE 2022-11-29 11:00:00
## 2142     FALSE 2022-11-29 11:00:00
## 2143     FALSE 2022-11-29 11:00:00
## 2144     FALSE 2022-11-29 11:00:00
## 2145     FALSE 2022-11-29 11:00:00
## 2146     FALSE 2022-11-29 11:00:00
## 2147     FALSE 2022-11-29 11:00:00
## 2148     FALSE 2022-11-29 11:00:00
## 2149     FALSE 2022-11-29 11:00:00
## 2150     FALSE 2022-11-29 11:00:00
## 2151     FALSE 2022-11-29 11:00:00
## 2152     FALSE 2022-11-29 11:00:00
## 2153     FALSE 2022-11-29 11:00:00
## 2154     FALSE 2022-11-29 11:00:00
## 2155     FALSE 2022-11-29 11:00:00
## 2156     FALSE 2022-11-29 11:00:00
## 2157     FALSE 2022-11-29 11:00:00
## 2158     FALSE 2022-11-29 11:00:00
## 2159     FALSE 2022-11-29 11:00:00
## 2160     FALSE 2022-11-29 11:00:00
## 2161     FALSE 2022-11-29 11:00:00
## 2162     FALSE 2022-11-29 11:00:00
## 2163     FALSE 2022-11-29 11:00:00
## 2164     FALSE 2022-11-29 11:00:00
## 2165     FALSE 2022-11-29 11:00:00
## 2166     FALSE 2022-11-29 11:00:00
## 2167     FALSE 2022-11-29 11:00:00
## 2168     FALSE 2022-11-29 11:00:00
## 2169     FALSE 2022-11-29 11:00:00
## 2170     FALSE 2022-11-29 11:00:00
## 2171     FALSE 2022-11-29 11:00:00
## 2172     FALSE 2022-11-29 11:00:00
## 2173     FALSE 2022-11-29 11:00:00
## 2174     FALSE 2022-11-29 11:00:00
## 2175     FALSE 2022-11-29 11:00:00
## 2176     FALSE 2022-11-29 11:00:00
## 2177     FALSE 2022-11-29 11:00:00
## 2178     FALSE 2022-11-29 11:00:00
## 2179     FALSE 2022-11-29 11:00:00
## 2180     FALSE 2022-11-29 11:00:00
## 2181     FALSE 2022-11-29 11:00:00
## 2182     FALSE 2022-11-29 11:00:00
## 2183     FALSE 2022-11-29 11:00:00
## 2184     FALSE 2022-11-29 11:00:00
## 2185     FALSE 2022-11-29 11:00:00
## 2186     FALSE 2022-11-29 11:00:00
## 2187     FALSE 2022-11-29 11:00:00
## 2188     FALSE 2022-11-29 11:00:00
## 2189     FALSE 2022-11-29 11:00:00
## 2190     FALSE 2022-11-29 11:00:00
## 2191     FALSE 2022-11-29 11:00:00
## 2192     FALSE 2022-11-29 11:00:00
## 2193     FALSE 2022-11-29 11:00:00
## 2194     FALSE 2022-11-29 11:00:00
## 2195     FALSE 2022-11-29 11:00:00
## 2196     FALSE 2022-11-29 11:00:00
## 2197     FALSE 2022-11-29 11:00:00
## 2198     FALSE 2022-11-29 11:00:00
## 2199     FALSE 2022-11-29 11:00:00
## 2200     FALSE 2022-11-29 11:00:00
## 2201     FALSE 2022-11-29 11:00:00
## 2202     FALSE 2022-11-29 11:00:00
## 2203     FALSE 2022-11-29 11:00:00
## 2204     FALSE 2022-11-29 11:00:00
## 2205     FALSE 2022-11-29 11:00:00
## 2206     FALSE 2022-11-29 11:00:00
## 2207     FALSE 2022-11-29 11:00:00
## 2208     FALSE 2022-11-29 10:00:00
## 2209     FALSE 2022-11-29 10:00:00
## 2210     FALSE 2022-11-29 10:00:00
## 2211     FALSE 2022-11-29 10:00:00
## 2212     FALSE 2022-11-29 10:00:00
## 2213     FALSE 2022-11-29 10:00:00
## 2214     FALSE 2022-11-29 10:00:00
## 2215     FALSE 2022-11-29 10:00:00
## 2216     FALSE 2022-11-29 10:00:00
## 2217     FALSE 2022-11-29 10:00:00
## 2218     FALSE 2022-11-29 10:00:00
## 2219     FALSE 2022-11-29 10:00:00
## 2220     FALSE 2022-11-29 10:00:00
## 2221     FALSE 2022-11-29 10:00:00
## 2222     FALSE 2022-11-29 10:00:00
## 2223     FALSE 2022-11-29 10:00:00
## 2224     FALSE 2022-11-29 10:00:00
## 2225     FALSE 2022-11-29 10:00:00
## 2226     FALSE 2022-11-29 10:00:00
## 2227     FALSE 2022-11-29 10:00:00
## 2228     FALSE 2022-11-29 10:00:00
## 2229     FALSE 2022-11-29 10:00:00
## 2230     FALSE 2022-11-29 10:00:00
## 2231     FALSE 2022-11-29 10:00:00
## 2232     FALSE 2022-11-29 10:00:00
## 2233     FALSE 2022-11-29 10:00:00
## 2234     FALSE 2022-11-29 10:00:00
## 2235     FALSE 2022-11-29 10:00:00
## 2236     FALSE 2022-11-29 10:00:00
## 2237     FALSE 2022-11-29 10:00:00
## 2238     FALSE 2022-11-29 10:00:00
## 2239     FALSE 2022-11-29 10:00:00
## 2240     FALSE 2022-11-29 10:00:00
## 2241     FALSE 2022-11-29 10:00:00
## 2242     FALSE 2022-11-29 10:00:00
## 2243     FALSE 2022-11-29 10:00:00
## 2244     FALSE 2022-11-29 10:00:00
## 2245     FALSE 2022-11-29 10:00:00
## 2246     FALSE 2022-11-29 10:00:00
## 2247     FALSE 2022-11-29 10:00:00
## 2248     FALSE 2022-11-29 10:00:00
## 2249     FALSE 2022-11-29 10:00:00
## 2250     FALSE 2022-11-29 10:00:00
## 2251     FALSE 2022-11-29 10:00:00
## 2252     FALSE 2022-11-29 10:00:00
## 2253     FALSE 2022-11-29 10:00:00
## 2254     FALSE 2022-11-29 10:00:00
## 2255     FALSE 2022-11-29 10:00:00
## 2256     FALSE 2022-11-29 10:00:00
## 2257     FALSE 2022-11-29 10:00:00
## 2258     FALSE 2022-11-29 10:00:00
## 2259     FALSE 2022-11-29 10:00:00
## 2260     FALSE 2022-11-29 10:00:00
## 2261     FALSE 2022-11-29 10:00:00
## 2262     FALSE 2022-11-29 10:00:00
## 2263     FALSE 2022-11-29 10:00:00
## 2264     FALSE 2022-11-29 10:00:00
## 2265     FALSE 2022-11-29 10:00:00
## 2266     FALSE 2022-11-29 10:00:00
## 2267     FALSE 2022-11-29 10:00:00
## 2268     FALSE 2022-11-29 10:00:00
## 2269     FALSE 2022-11-29 10:00:00
## 2270     FALSE 2022-11-29 10:00:00
## 2271     FALSE 2022-11-29 10:00:00
## 2272     FALSE 2022-11-29 10:00:00
## 2273     FALSE 2022-11-29 10:00:00
## 2274     FALSE 2022-11-29 10:00:00
## 2275     FALSE 2022-11-29 10:00:00
## 2276     FALSE 2022-11-29 10:00:00
## 2277     FALSE 2022-11-29 10:00:00
## 2278     FALSE 2022-11-29 10:00:00
## 2279     FALSE 2022-11-29 10:00:00
## 2280     FALSE 2022-11-29 10:00:00
## 2281     FALSE 2022-11-29 10:00:00
## 2282     FALSE 2022-11-29 10:00:00
## 2283     FALSE 2022-11-29 10:00:00
## 2284     FALSE 2022-11-29 10:00:00
## 2285     FALSE 2022-11-29 10:00:00
## 2286     FALSE 2022-11-29 10:00:00
## 2287     FALSE 2022-11-29 10:00:00
## 2288     FALSE 2022-11-29 10:00:00
## 2289     FALSE 2022-11-29 10:00:00
## 2290     FALSE 2022-11-29 10:00:00
## 2291     FALSE 2022-11-29 10:00:00
## 2292     FALSE 2022-11-29 10:00:00
## 2293     FALSE 2022-11-29 10:00:00
## 2294     FALSE 2022-11-29 10:00:00
## 2295     FALSE 2022-11-29 10:00:00
## 2296     FALSE 2022-11-29 10:00:00
## 2297     FALSE 2022-11-29 10:00:00
## 2298     FALSE 2022-11-29 10:00:00
## 2299     FALSE 2022-11-29 10:00:00
## 2300     FALSE 2022-11-29 10:00:00
## 2301     FALSE 2022-11-29 10:00:00
## 2302     FALSE 2022-11-29 10:00:00
## 2303     FALSE 2022-11-29 10:00:00
## 2304     FALSE 2022-11-29 10:00:00
## 2305     FALSE 2022-11-29 10:00:00
## 2306     FALSE 2022-11-29 10:00:00
## 2307     FALSE 2022-11-29 10:00:00
## 2308     FALSE 2022-11-29 10:00:00
## 2309     FALSE 2022-11-29 10:00:00
## 2310     FALSE 2022-11-29 10:00:00
## 2311     FALSE 2022-11-29 10:00:00
## 2312     FALSE 2022-11-29 10:00:00
## 2313     FALSE 2022-11-29 10:00:00
## 2314     FALSE 2022-11-29 10:00:00
## 2315     FALSE 2022-11-29 10:00:00
## 2316     FALSE 2022-11-29 10:00:00
## 2317     FALSE 2022-11-29 10:00:00
## 2318     FALSE 2022-11-29 10:00:00
## 2319     FALSE 2022-11-29 10:00:00
## 2320     FALSE 2022-11-29 10:00:00
## 2321     FALSE 2022-11-29 10:00:00
## 2322     FALSE 2022-11-29 10:00:00
## 2323     FALSE 2022-11-29 10:00:00
## 2324     FALSE 2022-11-29 10:00:00
## 2325     FALSE 2022-11-29 10:00:00
## 2326     FALSE 2022-11-29 10:00:00
## 2327     FALSE 2022-11-29 10:00:00
## 2328     FALSE 2022-11-29 10:00:00
## 2329     FALSE 2022-11-29 10:00:00
## 2330     FALSE 2022-11-29 10:00:00
## 2331     FALSE 2022-11-29 10:00:00
## 2332     FALSE 2022-11-29 10:00:00
## 2333     FALSE 2022-11-29 10:00:00
## 2334     FALSE 2022-11-29 10:00:00
## 2335     FALSE 2022-11-29 10:00:00
## 2336     FALSE 2022-11-29 10:00:00
## 2337     FALSE 2022-11-29 10:00:00
## 2338     FALSE 2022-11-29 10:00:00
## 2339     FALSE 2022-11-29 10:00:00
## 2340     FALSE 2022-11-29 10:00:00
## 2341     FALSE 2022-11-29 10:00:00
## 2342     FALSE 2022-11-29 10:00:00
## 2343     FALSE 2022-11-29 10:00:00
## 2344     FALSE 2022-11-29 10:00:00
## 2345     FALSE 2022-11-29 10:00:00
## 2346     FALSE 2022-11-29 10:00:00
## 2347     FALSE 2022-11-29 10:00:00
## 2348     FALSE 2022-11-29 10:00:00
## 2349     FALSE 2022-11-29 10:00:00
## 2350     FALSE 2022-11-29 10:00:00
## 2351     FALSE 2022-11-29 10:00:00
## 2352     FALSE 2022-11-29 10:00:00
## 2353     FALSE 2022-11-29 10:00:00
## 2354     FALSE 2022-11-29 10:00:00
## 2355     FALSE 2022-11-29 10:00:00
## 2356     FALSE 2022-11-29 10:00:00
## 2357     FALSE 2022-11-29 10:00:00
## 2358     FALSE 2022-11-29 10:00:00
## 2359     FALSE 2022-11-29 10:00:00
## 2360     FALSE 2022-11-29 10:00:00
## 2361     FALSE 2022-11-29 10:00:00
## 2362     FALSE 2022-11-29 10:00:00
## 2363     FALSE 2022-11-29 10:00:00
## 2364     FALSE 2022-11-29 10:00:00
## 2365     FALSE 2022-11-29 10:00:00
## 2366     FALSE 2022-11-29 10:00:00
## 2367     FALSE 2022-11-29 09:00:00
## 2368     FALSE 2022-11-29 09:00:00
## 2369     FALSE 2022-11-29 09:00:00
## 2370     FALSE 2022-11-29 09:00:00
## 2371     FALSE 2022-11-29 09:00:00
## 2372     FALSE 2022-11-29 09:00:00
## 2373     FALSE 2022-11-29 09:00:00
## 2374     FALSE 2022-11-29 09:00:00
## 2375     FALSE 2022-11-29 09:00:00
## 2376     FALSE 2022-11-29 09:00:00
## 2377     FALSE 2022-11-29 09:00:00
## 2378     FALSE 2022-11-29 09:00:00
## 2379     FALSE 2022-11-29 09:00:00
## 2380     FALSE 2022-11-29 09:00:00
## 2381     FALSE 2022-11-29 09:00:00
## 2382     FALSE 2022-11-29 09:00:00
## 2383     FALSE 2022-11-29 09:00:00
## 2384     FALSE 2022-11-29 09:00:00
## 2385     FALSE 2022-11-29 09:00:00
## 2386     FALSE 2022-11-29 09:00:00
## 2387     FALSE 2022-11-29 09:00:00
## 2388     FALSE 2022-11-29 09:00:00
## 2389     FALSE 2022-11-29 09:00:00
## 2390     FALSE 2022-11-29 09:00:00
## 2391     FALSE 2022-11-29 09:00:00
## 2392     FALSE 2022-11-29 09:00:00
## 2393     FALSE 2022-11-29 09:00:00
## 2394     FALSE 2022-11-29 09:00:00
## 2395     FALSE 2022-11-29 09:00:00
## 2396     FALSE 2022-11-29 09:00:00
## 2397     FALSE 2022-11-29 09:00:00
## 2398     FALSE 2022-11-29 09:00:00
## 2399     FALSE 2022-11-29 09:00:00
## 2400     FALSE 2022-11-29 09:00:00
## 2401     FALSE 2022-11-29 09:00:00
## 2402     FALSE 2022-11-29 09:00:00
## 2403     FALSE 2022-11-29 09:00:00
## 2404     FALSE 2022-11-29 09:00:00
## 2405     FALSE 2022-11-29 09:00:00
## 2406     FALSE 2022-11-29 09:00:00
## 2407     FALSE 2022-11-29 09:00:00
## 2408     FALSE 2022-11-29 09:00:00
## 2409     FALSE 2022-11-29 09:00:00
## 2410     FALSE 2022-11-29 09:00:00
## 2411     FALSE 2022-11-29 09:00:00
## 2412     FALSE 2022-11-29 09:00:00
## 2413     FALSE 2022-11-29 09:00:00
## 2414     FALSE 2022-11-29 09:00:00
## 2415     FALSE 2022-11-29 09:00:00
## 2416     FALSE 2022-11-29 09:00:00
## 2417     FALSE 2022-11-29 09:00:00
## 2418     FALSE 2022-11-29 09:00:00
## 2419     FALSE 2022-11-29 09:00:00
## 2420     FALSE 2022-11-29 09:00:00
## 2421     FALSE 2022-11-29 09:00:00
## 2422     FALSE 2022-11-29 09:00:00
## 2423     FALSE 2022-11-29 09:00:00
## 2424     FALSE 2022-11-29 09:00:00
## 2425     FALSE 2022-11-29 09:00:00
## 2426     FALSE 2022-11-29 09:00:00
## 2427     FALSE 2022-11-29 09:00:00
## 2428     FALSE 2022-11-29 09:00:00
## 2429     FALSE 2022-11-29 09:00:00
## 2430     FALSE 2022-11-29 09:00:00
## 2431     FALSE 2022-11-29 09:00:00
## 2432     FALSE 2022-11-29 09:00:00
## 2433     FALSE 2022-11-29 09:00:00
## 2434     FALSE 2022-11-29 09:00:00
## 2435     FALSE 2022-11-29 09:00:00
## 2436     FALSE 2022-11-29 09:00:00
## 2437     FALSE 2022-11-29 09:00:00
## 2438     FALSE 2022-11-29 09:00:00
## 2439     FALSE 2022-11-29 09:00:00
## 2440     FALSE 2022-11-29 09:00:00
## 2441     FALSE 2022-11-29 09:00:00
## 2442     FALSE 2022-11-29 09:00:00
## 2443     FALSE 2022-11-29 09:00:00
## 2444     FALSE 2022-11-29 09:00:00
## 2445     FALSE 2022-11-29 09:00:00
## 2446     FALSE 2022-11-29 09:00:00
## 2447     FALSE 2022-11-29 09:00:00
## 2448     FALSE 2022-11-29 09:00:00
## 2449     FALSE 2022-11-29 09:00:00
## 2450     FALSE 2022-11-29 09:00:00
## 2451     FALSE 2022-11-29 09:00:00
## 2452     FALSE 2022-11-29 09:00:00
## 2453     FALSE 2022-11-29 09:00:00
## 2454     FALSE 2022-11-29 09:00:00
## 2455     FALSE 2022-11-29 09:00:00
## 2456     FALSE 2022-11-29 09:00:00
## 2457     FALSE 2022-11-29 09:00:00
## 2458     FALSE 2022-11-29 09:00:00
## 2459     FALSE 2022-11-29 09:00:00
## 2460     FALSE 2022-11-29 09:00:00
## 2461     FALSE 2022-11-29 09:00:00
## 2462     FALSE 2022-11-29 09:00:00
## 2463     FALSE 2022-11-29 09:00:00
## 2464     FALSE 2022-11-29 09:00:00
## 2465     FALSE 2022-11-29 09:00:00
## 2466     FALSE 2022-11-29 09:00:00
## 2467     FALSE 2022-11-29 09:00:00
## 2468     FALSE 2022-11-29 09:00:00
## 2469     FALSE 2022-11-29 09:00:00
## 2470     FALSE 2022-11-29 09:00:00
## 2471     FALSE 2022-11-29 09:00:00
## 2472     FALSE 2022-11-29 09:00:00
## 2473     FALSE 2022-11-29 09:00:00
## 2474     FALSE 2022-11-29 09:00:00
## 2475     FALSE 2022-11-29 09:00:00
## 2476     FALSE 2022-11-29 09:00:00
## 2477     FALSE 2022-11-29 09:00:00
## 2478     FALSE 2022-11-29 09:00:00
## 2479     FALSE 2022-11-29 09:00:00
## 2480     FALSE 2022-11-29 09:00:00
## 2481     FALSE 2022-11-29 09:00:00
## 2482     FALSE 2022-11-29 09:00:00
## 2483     FALSE 2022-11-29 09:00:00
## 2484     FALSE 2022-11-29 09:00:00
## 2485     FALSE 2022-11-29 09:00:00
## 2486     FALSE 2022-11-29 09:00:00
## 2487     FALSE 2022-11-29 09:00:00
## 2488     FALSE 2022-11-29 08:00:00
## 2489     FALSE 2022-11-29 08:00:00
## 2490     FALSE 2022-11-29 08:00:00
## 2491     FALSE 2022-11-29 08:00:00
## 2492     FALSE 2022-11-29 08:00:00
## 2493     FALSE 2022-11-29 08:00:00
## 2494     FALSE 2022-11-29 08:00:00
## 2495     FALSE 2022-11-29 08:00:00
## 2496     FALSE 2022-11-29 08:00:00
## 2497     FALSE 2022-11-29 08:00:00
## 2498     FALSE 2022-11-29 08:00:00
## 2499     FALSE 2022-11-29 08:00:00
## 2500     FALSE 2022-11-29 08:00:00
## 2501     FALSE 2022-11-29 08:00:00
## 2502     FALSE 2022-11-29 08:00:00
## 2503     FALSE 2022-11-29 08:00:00
## 2504     FALSE 2022-11-29 08:00:00
## 2505     FALSE 2022-11-29 08:00:00
## 2506     FALSE 2022-11-29 08:00:00
## 2507     FALSE 2022-11-29 08:00:00
## 2508     FALSE 2022-11-29 08:00:00
## 2509     FALSE 2022-11-29 08:00:00
## 2510     FALSE 2022-11-29 08:00:00
## 2511     FALSE 2022-11-29 08:00:00
## 2512     FALSE 2022-11-29 08:00:00
## 2513     FALSE 2022-11-29 08:00:00
## 2514     FALSE 2022-11-29 08:00:00
## 2515     FALSE 2022-11-29 08:00:00
## 2516     FALSE 2022-11-29 08:00:00
## 2517     FALSE 2022-11-29 08:00:00
## 2518     FALSE 2022-11-29 08:00:00
## 2519     FALSE 2022-11-29 08:00:00
## 2520     FALSE 2022-11-29 08:00:00
## 2521     FALSE 2022-11-29 08:00:00
## 2522     FALSE 2022-11-29 08:00:00
## 2523     FALSE 2022-11-29 08:00:00
## 2524     FALSE 2022-11-29 08:00:00
## 2525     FALSE 2022-11-29 08:00:00
## 2526     FALSE 2022-11-29 08:00:00
## 2527     FALSE 2022-11-29 08:00:00
## 2528     FALSE 2022-11-29 08:00:00
## 2529     FALSE 2022-11-29 08:00:00
## 2530     FALSE 2022-11-29 08:00:00
## 2531     FALSE 2022-11-29 08:00:00
## 2532     FALSE 2022-11-29 08:00:00
## 2533     FALSE 2022-11-29 08:00:00
## 2534     FALSE 2022-11-29 08:00:00
## 2535     FALSE 2022-11-29 08:00:00
## 2536     FALSE 2022-11-29 08:00:00
## 2537     FALSE 2022-11-29 08:00:00
## 2538     FALSE 2022-11-29 08:00:00
## 2539     FALSE 2022-11-29 08:00:00
## 2540     FALSE 2022-11-29 08:00:00
## 2541     FALSE 2022-11-29 08:00:00
## 2542     FALSE 2022-11-29 08:00:00
## 2543     FALSE 2022-11-29 08:00:00
## 2544     FALSE 2022-11-29 08:00:00
## 2545     FALSE 2022-11-29 08:00:00
## 2546     FALSE 2022-11-29 08:00:00
## 2547     FALSE 2022-11-29 08:00:00
## 2548     FALSE 2022-11-29 08:00:00
## 2549     FALSE 2022-11-29 08:00:00
## 2550     FALSE 2022-11-29 08:00:00
## 2551     FALSE 2022-11-29 08:00:00
## 2552     FALSE 2022-11-29 08:00:00
## 2553     FALSE 2022-11-29 08:00:00
## 2554     FALSE 2022-11-29 08:00:00
## 2555     FALSE 2022-11-29 08:00:00
## 2556     FALSE 2022-11-29 08:00:00
## 2557     FALSE 2022-11-29 08:00:00
## 2558     FALSE 2022-11-29 08:00:00
## 2559     FALSE 2022-11-29 08:00:00
## 2560     FALSE 2022-11-29 08:00:00
## 2561     FALSE 2022-11-29 08:00:00
## 2562     FALSE 2022-11-29 08:00:00
## 2563     FALSE 2022-11-29 08:00:00
## 2564     FALSE 2022-11-29 08:00:00
## 2565     FALSE 2022-11-29 08:00:00
## 2566     FALSE 2022-11-29 08:00:00
## 2567     FALSE 2022-11-29 08:00:00
## 2568     FALSE 2022-11-29 08:00:00
## 2569     FALSE 2022-11-29 08:00:00
## 2570     FALSE 2022-11-29 08:00:00
## 2571     FALSE 2022-11-29 08:00:00
## 2572     FALSE 2022-11-29 08:00:00
## 2573     FALSE 2022-11-29 08:00:00
## 2574     FALSE 2022-11-29 08:00:00
## 2575     FALSE 2022-11-29 08:00:00
## 2576     FALSE 2022-11-29 08:00:00
## 2577     FALSE 2022-11-29 08:00:00
## 2578     FALSE 2022-11-29 08:00:00
## 2579     FALSE 2022-11-29 08:00:00
## 2580     FALSE 2022-11-29 08:00:00
## 2581     FALSE 2022-11-29 08:00:00
## 2582     FALSE 2022-11-29 08:00:00
## 2583     FALSE 2022-11-29 08:00:00
## 2584     FALSE 2022-11-29 08:00:00
## 2585     FALSE 2022-11-29 08:00:00
## 2586     FALSE 2022-11-29 08:00:00
## 2587     FALSE 2022-11-29 08:00:00
## 2588     FALSE 2022-11-29 08:00:00
## 2589     FALSE 2022-11-29 08:00:00
## 2590     FALSE 2022-11-29 08:00:00
## 2591     FALSE 2022-11-29 08:00:00
## 2592     FALSE 2022-11-29 08:00:00
## 2593     FALSE 2022-11-29 08:00:00
## 2594     FALSE 2022-11-29 08:00:00
## 2595     FALSE 2022-11-29 08:00:00
## 2596     FALSE 2022-11-29 08:00:00
## 2597     FALSE 2022-11-29 08:00:00
## 2598     FALSE 2022-11-29 08:00:00
## 2599     FALSE 2022-11-29 08:00:00
## 2600     FALSE 2022-11-29 08:00:00
## 2601     FALSE 2022-11-29 08:00:00
## 2602     FALSE 2022-11-29 08:00:00
## 2603     FALSE 2022-11-29 08:00:00
## 2604     FALSE 2022-11-29 08:00:00
## 2605     FALSE 2022-11-29 08:00:00
## 2606     FALSE 2022-11-29 08:00:00
## 2607     FALSE 2022-11-29 07:00:00
## 2608     FALSE 2022-11-29 07:00:00
## 2609     FALSE 2022-11-29 07:00:00
## 2610     FALSE 2022-11-29 07:00:00
## 2611     FALSE 2022-11-29 07:00:00
## 2612     FALSE 2022-11-29 07:00:00
## 2613     FALSE 2022-11-29 07:00:00
## 2614     FALSE 2022-11-29 07:00:00
## 2615     FALSE 2022-11-29 07:00:00
## 2616     FALSE 2022-11-29 07:00:00
## 2617     FALSE 2022-11-29 07:00:00
## 2618     FALSE 2022-11-29 07:00:00
## 2619     FALSE 2022-11-29 07:00:00
## 2620     FALSE 2022-11-29 07:00:00
## 2621     FALSE 2022-11-29 07:00:00
## 2622     FALSE 2022-11-29 07:00:00
## 2623     FALSE 2022-11-29 07:00:00
## 2624     FALSE 2022-11-29 07:00:00
## 2625     FALSE 2022-11-29 07:00:00
## 2626     FALSE 2022-11-29 07:00:00
## 2627     FALSE 2022-11-29 07:00:00
## 2628     FALSE 2022-11-29 07:00:00
## 2629     FALSE 2022-11-29 07:00:00
## 2630     FALSE 2022-11-29 07:00:00
## 2631     FALSE 2022-11-29 07:00:00
## 2632     FALSE 2022-11-29 07:00:00
## 2633     FALSE 2022-11-29 07:00:00
## 2634     FALSE 2022-11-29 07:00:00
## 2635     FALSE 2022-11-29 07:00:00
## 2636     FALSE 2022-11-29 07:00:00
## 2637     FALSE 2022-11-29 07:00:00
## 2638     FALSE 2022-11-29 07:00:00
## 2639     FALSE 2022-11-29 07:00:00
## 2640     FALSE 2022-11-29 07:00:00
## 2641     FALSE 2022-11-29 07:00:00
## 2642     FALSE 2022-11-29 07:00:00
## 2643     FALSE 2022-11-29 07:00:00
## 2644     FALSE 2022-11-29 07:00:00
## 2645     FALSE 2022-11-29 07:00:00
## 2646     FALSE 2022-11-29 07:00:00
## 2647     FALSE 2022-11-29 07:00:00
## 2648     FALSE 2022-11-29 07:00:00
## 2649     FALSE 2022-11-29 07:00:00
## 2650     FALSE 2022-11-29 07:00:00
## 2651     FALSE 2022-11-29 07:00:00
## 2652     FALSE 2022-11-29 07:00:00
## 2653     FALSE 2022-11-29 07:00:00
## 2654     FALSE 2022-11-29 07:00:00
## 2655     FALSE 2022-11-29 07:00:00
## 2656     FALSE 2022-11-29 07:00:00
## 2657     FALSE 2022-11-29 07:00:00
## 2658     FALSE 2022-11-29 07:00:00
## 2659     FALSE 2022-11-29 07:00:00
## 2660     FALSE 2022-11-29 07:00:00
## 2661     FALSE 2022-11-29 07:00:00
## 2662     FALSE 2022-11-29 07:00:00
## 2663     FALSE 2022-11-29 07:00:00
## 2664     FALSE 2022-11-29 07:00:00
## 2665     FALSE 2022-11-29 07:00:00
## 2666     FALSE 2022-11-29 07:00:00
## 2667     FALSE 2022-11-29 07:00:00
## 2668     FALSE 2022-11-29 07:00:00
## 2669     FALSE 2022-11-29 07:00:00
## 2670     FALSE 2022-11-29 07:00:00
## 2671     FALSE 2022-11-29 07:00:00
## 2672     FALSE 2022-11-29 07:00:00
## 2673     FALSE 2022-11-29 07:00:00
## 2674     FALSE 2022-11-29 07:00:00
## 2675     FALSE 2022-11-29 07:00:00
## 2676     FALSE 2022-11-29 07:00:00
## 2677     FALSE 2022-11-29 07:00:00
## 2678     FALSE 2022-11-29 07:00:00
## 2679     FALSE 2022-11-29 07:00:00
## 2680     FALSE 2022-11-29 07:00:00
## 2681     FALSE 2022-11-29 07:00:00
## 2682     FALSE 2022-11-29 07:00:00
## 2683     FALSE 2022-11-29 07:00:00
## 2684     FALSE 2022-11-29 07:00:00
## 2685     FALSE 2022-11-29 07:00:00
## 2686     FALSE 2022-11-29 07:00:00
## 2687     FALSE 2022-11-29 07:00:00
## 2688     FALSE 2022-11-29 07:00:00
## 2689     FALSE 2022-11-29 07:00:00
## 2690     FALSE 2022-11-29 07:00:00
## 2691     FALSE 2022-11-29 07:00:00
## 2692     FALSE 2022-11-29 07:00:00
## 2693     FALSE 2022-11-29 07:00:00
## 2694     FALSE 2022-11-29 07:00:00
## 2695     FALSE 2022-11-29 07:00:00
## 2696     FALSE 2022-11-29 07:00:00
## 2697     FALSE 2022-11-29 07:00:00
## 2698     FALSE 2022-11-29 07:00:00
## 2699     FALSE 2022-11-29 07:00:00
## 2700     FALSE 2022-11-29 07:00:00
## 2701     FALSE 2022-11-29 07:00:00
## 2702     FALSE 2022-11-29 07:00:00
## 2703     FALSE 2022-11-29 07:00:00
## 2704     FALSE 2022-11-29 07:00:00
## 2705     FALSE 2022-11-29 07:00:00
## 2706     FALSE 2022-11-29 07:00:00
## 2707     FALSE 2022-11-29 07:00:00
## 2708     FALSE 2022-11-29 07:00:00
## 2709     FALSE 2022-11-29 07:00:00
## 2710     FALSE 2022-11-29 07:00:00
## 2711     FALSE 2022-11-29 07:00:00
## 2712     FALSE 2022-11-29 07:00:00
## 2713     FALSE 2022-11-29 07:00:00
## 2714     FALSE 2022-11-29 07:00:00
## 2715     FALSE 2022-11-29 07:00:00
## 2716     FALSE 2022-11-29 07:00:00
## 2717     FALSE 2022-11-29 07:00:00
## 2718     FALSE 2022-11-29 07:00:00
## 2719     FALSE 2022-11-29 07:00:00
## 2720     FALSE 2022-11-29 07:00:00
## 2721     FALSE 2022-11-29 07:00:00
## 2722     FALSE 2022-11-29 07:00:00
## 2723     FALSE 2022-11-29 07:00:00
## 2724     FALSE 2022-11-29 07:00:00
## 2725     FALSE 2022-11-29 07:00:00
## 2726     FALSE 2022-11-29 07:00:00
## 2727     FALSE 2022-11-29 07:00:00
## 2728     FALSE 2022-11-29 06:00:00
## 2729     FALSE 2022-11-29 06:00:00
## 2730     FALSE 2022-11-29 06:00:00
## 2731     FALSE 2022-11-29 06:00:00
## 2732     FALSE 2022-11-29 06:00:00
## 2733     FALSE 2022-11-29 06:00:00
## 2734     FALSE 2022-11-29 06:00:00
## 2735     FALSE 2022-11-29 06:00:00
## 2736     FALSE 2022-11-29 06:00:00
## 2737     FALSE 2022-11-29 06:00:00
## 2738     FALSE 2022-11-29 06:00:00
## 2739     FALSE 2022-11-29 06:00:00
## 2740     FALSE 2022-11-29 06:00:00
## 2741     FALSE 2022-11-29 06:00:00
## 2742     FALSE 2022-11-29 06:00:00
## 2743     FALSE 2022-11-29 06:00:00
## 2744     FALSE 2022-11-29 06:00:00
## 2745     FALSE 2022-11-29 06:00:00
## 2746     FALSE 2022-11-29 06:00:00
## 2747     FALSE 2022-11-29 06:00:00
## 2748     FALSE 2022-11-29 06:00:00
## 2749     FALSE 2022-11-29 06:00:00
## 2750     FALSE 2022-11-29 06:00:00
## 2751     FALSE 2022-11-29 06:00:00
## 2752     FALSE 2022-11-29 06:00:00
## 2753     FALSE 2022-11-29 06:00:00
## 2754     FALSE 2022-11-29 06:00:00
## 2755     FALSE 2022-11-29 06:00:00
## 2756     FALSE 2022-11-29 06:00:00
## 2757     FALSE 2022-11-29 06:00:00
## 2758     FALSE 2022-11-29 06:00:00
## 2759     FALSE 2022-11-29 06:00:00
## 2760     FALSE 2022-11-29 06:00:00
## 2761     FALSE 2022-11-29 06:00:00
## 2762     FALSE 2022-11-29 06:00:00
## 2763     FALSE 2022-11-29 06:00:00
## 2764     FALSE 2022-11-29 06:00:00
## 2765     FALSE 2022-11-29 06:00:00
## 2766     FALSE 2022-11-29 06:00:00
## 2767     FALSE 2022-11-29 06:00:00
## 2768     FALSE 2022-11-29 06:00:00
## 2769     FALSE 2022-11-29 06:00:00
## 2770     FALSE 2022-11-29 06:00:00
## 2771     FALSE 2022-11-29 06:00:00
## 2772     FALSE 2022-11-29 06:00:00
## 2773     FALSE 2022-11-29 06:00:00
## 2774     FALSE 2022-11-29 06:00:00
## 2775     FALSE 2022-11-29 06:00:00
## 2776     FALSE 2022-11-29 06:00:00
## 2777     FALSE 2022-11-29 06:00:00
## 2778     FALSE 2022-11-29 06:00:00
## 2779     FALSE 2022-11-29 06:00:00
## 2780     FALSE 2022-11-29 06:00:00
## 2781     FALSE 2022-11-29 06:00:00
## 2782     FALSE 2022-11-29 06:00:00
## 2783     FALSE 2022-11-29 06:00:00
## 2784     FALSE 2022-11-29 06:00:00
## 2785     FALSE 2022-11-29 06:00:00
## 2786     FALSE 2022-11-29 06:00:00
## 2787     FALSE 2022-11-29 06:00:00
## 2788     FALSE 2022-11-29 06:00:00
## 2789     FALSE 2022-11-29 06:00:00
## 2790     FALSE 2022-11-29 06:00:00
## 2791     FALSE 2022-11-29 06:00:00
## 2792     FALSE 2022-11-29 06:00:00
## 2793     FALSE 2022-11-29 06:00:00
## 2794     FALSE 2022-11-29 06:00:00
## 2795     FALSE 2022-11-29 06:00:00
## 2796     FALSE 2022-11-29 06:00:00
## 2797     FALSE 2022-11-29 06:00:00
## 2798     FALSE 2022-11-29 06:00:00
## 2799     FALSE 2022-11-29 06:00:00
## 2800     FALSE 2022-11-29 06:00:00
## 2801     FALSE 2022-11-29 06:00:00
## 2802     FALSE 2022-11-29 06:00:00
## 2803     FALSE 2022-11-29 06:00:00
## 2804     FALSE 2022-11-29 06:00:00
## 2805     FALSE 2022-11-29 06:00:00
## 2806     FALSE 2022-11-29 06:00:00
## 2807     FALSE 2022-11-29 06:00:00
## 2808     FALSE 2022-11-29 06:00:00
## 2809     FALSE 2022-11-29 06:00:00
## 2810     FALSE 2022-11-29 06:00:00
## 2811     FALSE 2022-11-29 06:00:00
## 2812     FALSE 2022-11-29 06:00:00
## 2813     FALSE 2022-11-29 06:00:00
## 2814     FALSE 2022-11-29 06:00:00
## 2815     FALSE 2022-11-29 06:00:00
## 2816     FALSE 2022-11-29 06:00:00
## 2817     FALSE 2022-11-29 06:00:00
## 2818     FALSE 2022-11-29 06:00:00
## 2819     FALSE 2022-11-29 06:00:00
## 2820     FALSE 2022-11-29 06:00:00
## 2821     FALSE 2022-11-29 06:00:00
## 2822     FALSE 2022-11-29 06:00:00
## 2823     FALSE 2022-11-29 06:00:00
## 2824     FALSE 2022-11-29 06:00:00
## 2825     FALSE 2022-11-29 06:00:00
## 2826     FALSE 2022-11-29 06:00:00
## 2827     FALSE 2022-11-29 06:00:00
## 2828     FALSE 2022-11-29 06:00:00
## 2829     FALSE 2022-11-29 06:00:00
## 2830     FALSE 2022-11-29 06:00:00
## 2831     FALSE 2022-11-29 06:00:00
## 2832     FALSE 2022-11-29 06:00:00
## 2833     FALSE 2022-11-29 06:00:00
## 2834     FALSE 2022-11-29 06:00:00
## 2835     FALSE 2022-11-29 06:00:00
## 2836     FALSE 2022-11-29 06:00:00
## 2837     FALSE 2022-11-29 06:00:00
## 2838     FALSE 2022-11-29 05:00:00
## 2839     FALSE 2022-11-29 05:00:00
## 2840     FALSE 2022-11-29 05:00:00
## 2841     FALSE 2022-11-29 05:00:00
## 2842     FALSE 2022-11-29 05:00:00
## 2843     FALSE 2022-11-29 05:00:00
## 2844     FALSE 2022-11-29 05:00:00
## 2845     FALSE 2022-11-29 05:00:00
## 2846     FALSE 2022-11-29 05:00:00
## 2847     FALSE 2022-11-29 05:00:00
## 2848     FALSE 2022-11-29 05:00:00
## 2849     FALSE 2022-11-29 05:00:00
## 2850     FALSE 2022-11-29 05:00:00
## 2851     FALSE 2022-11-29 05:00:00
## 2852     FALSE 2022-11-29 05:00:00
## 2853     FALSE 2022-11-29 05:00:00
## 2854     FALSE 2022-11-29 05:00:00
## 2855     FALSE 2022-11-29 05:00:00
## 2856     FALSE 2022-11-29 05:00:00
## 2857     FALSE 2022-11-29 05:00:00
## 2858     FALSE 2022-11-29 05:00:00
## 2859     FALSE 2022-11-29 05:00:00
## 2860     FALSE 2022-11-29 05:00:00
## 2861     FALSE 2022-11-29 05:00:00
## 2862     FALSE 2022-11-29 05:00:00
## 2863     FALSE 2022-11-29 05:00:00
## 2864     FALSE 2022-11-29 05:00:00
## 2865     FALSE 2022-11-29 05:00:00
## 2866     FALSE 2022-11-29 05:00:00
## 2867     FALSE 2022-11-29 05:00:00
## 2868     FALSE 2022-11-29 05:00:00
## 2869     FALSE 2022-11-29 05:00:00
## 2870     FALSE 2022-11-29 05:00:00
## 2871     FALSE 2022-11-29 05:00:00
## 2872     FALSE 2022-11-29 05:00:00
## 2873     FALSE 2022-11-29 05:00:00
## 2874     FALSE 2022-11-29 05:00:00
## 2875     FALSE 2022-11-29 05:00:00
## 2876     FALSE 2022-11-29 05:00:00
## 2877     FALSE 2022-11-29 05:00:00
## 2878     FALSE 2022-11-29 05:00:00
## 2879     FALSE 2022-11-29 05:00:00
## 2880     FALSE 2022-11-29 05:00:00
## 2881     FALSE 2022-11-29 05:00:00
## 2882     FALSE 2022-11-29 05:00:00
## 2883     FALSE 2022-11-29 05:00:00
## 2884     FALSE 2022-11-29 05:00:00
## 2885     FALSE 2022-11-29 05:00:00
## 2886     FALSE 2022-11-29 05:00:00
## 2887     FALSE 2022-11-29 05:00:00
## 2888     FALSE 2022-11-29 05:00:00
## 2889     FALSE 2022-11-29 05:00:00
## 2890     FALSE 2022-11-29 05:00:00
## 2891     FALSE 2022-11-29 05:00:00
## 2892     FALSE 2022-11-29 05:00:00
## 2893     FALSE 2022-11-29 05:00:00
## 2894     FALSE 2022-11-29 05:00:00
## 2895     FALSE 2022-11-29 05:00:00
## 2896     FALSE 2022-11-29 05:00:00
## 2897     FALSE 2022-11-29 05:00:00
## 2898     FALSE 2022-11-29 05:00:00
## 2899     FALSE 2022-11-29 05:00:00
## 2900     FALSE 2022-11-29 05:00:00
## 2901     FALSE 2022-11-29 05:00:00
## 2902     FALSE 2022-11-29 05:00:00
## 2903     FALSE 2022-11-29 05:00:00
## 2904     FALSE 2022-11-29 05:00:00
## 2905     FALSE 2022-11-29 05:00:00
## 2906     FALSE 2022-11-29 05:00:00
## 2907     FALSE 2022-11-29 05:00:00
## 2908     FALSE 2022-11-29 05:00:00
## 2909     FALSE 2022-11-29 05:00:00
## 2910     FALSE 2022-11-29 05:00:00
## 2911     FALSE 2022-11-29 05:00:00
## 2912     FALSE 2022-11-29 05:00:00
## 2913     FALSE 2022-11-29 05:00:00
## 2914     FALSE 2022-11-29 05:00:00
## 2915     FALSE 2022-11-29 05:00:00
## 2916     FALSE 2022-11-29 05:00:00
## 2917     FALSE 2022-11-29 05:00:00
## 2918     FALSE 2022-11-29 05:00:00
## 2919     FALSE 2022-11-29 05:00:00
## 2920     FALSE 2022-11-29 05:00:00
## 2921     FALSE 2022-11-29 05:00:00
## 2922     FALSE 2022-11-29 05:00:00
## 2923     FALSE 2022-11-29 05:00:00
## 2924     FALSE 2022-11-29 05:00:00
## 2925     FALSE 2022-11-29 05:00:00
## 2926     FALSE 2022-11-29 05:00:00
## 2927     FALSE 2022-11-29 05:00:00
## 2928     FALSE 2022-11-29 05:00:00
## 2929     FALSE 2022-11-29 05:00:00
## 2930     FALSE 2022-11-29 05:00:00
## 2931     FALSE 2022-11-29 05:00:00
## 2932     FALSE 2022-11-29 05:00:00
## 2933     FALSE 2022-11-29 05:00:00
## 2934     FALSE 2022-11-29 05:00:00
## 2935     FALSE 2022-11-29 05:00:00
## 2936     FALSE 2022-11-29 05:00:00
## 2937     FALSE 2022-11-29 05:00:00
## 2938     FALSE 2022-11-29 05:00:00
## 2939     FALSE 2022-11-29 05:00:00
## 2940     FALSE 2022-11-29 05:00:00
## 2941     FALSE 2022-11-29 05:00:00
## 2942     FALSE 2022-11-29 05:00:00
## 2943     FALSE 2022-11-29 05:00:00
## 2944     FALSE 2022-11-29 05:00:00
## 2945     FALSE 2022-11-29 05:00:00
## 2946     FALSE 2022-11-29 05:00:00
## 2947     FALSE 2022-11-29 05:00:00
## 2948     FALSE 2022-11-29 05:00:00
## 2949     FALSE 2022-11-29 05:00:00
## 2950     FALSE 2022-11-29 05:00:00
## 2951     FALSE 2022-11-29 05:00:00
## 2952     FALSE 2022-11-29 05:00:00
## 2953     FALSE 2022-11-29 05:00:00
## 2954     FALSE 2022-11-29 05:00:00
## 2955     FALSE 2022-11-29 04:00:00
## 2956     FALSE 2022-11-29 04:00:00
## 2957     FALSE 2022-11-29 04:00:00
## 2958     FALSE 2022-11-29 04:00:00
## 2959     FALSE 2022-11-29 04:00:00
## 2960     FALSE 2022-11-29 04:00:00
## 2961     FALSE 2022-11-29 04:00:00
## 2962     FALSE 2022-11-29 04:00:00
## 2963     FALSE 2022-11-29 04:00:00
## 2964     FALSE 2022-11-29 04:00:00
## 2965     FALSE 2022-11-29 04:00:00
## 2966     FALSE 2022-11-29 04:00:00
## 2967     FALSE 2022-11-29 04:00:00
## 2968     FALSE 2022-11-29 04:00:00
## 2969     FALSE 2022-11-29 04:00:00
## 2970     FALSE 2022-11-29 04:00:00
## 2971     FALSE 2022-11-29 04:00:00
## 2972     FALSE 2022-11-29 04:00:00
## 2973     FALSE 2022-11-29 04:00:00
## 2974     FALSE 2022-11-29 04:00:00
## 2975     FALSE 2022-11-29 04:00:00
## 2976     FALSE 2022-11-29 04:00:00
## 2977     FALSE 2022-11-29 04:00:00
## 2978     FALSE 2022-11-29 04:00:00
## 2979     FALSE 2022-11-29 04:00:00
## 2980     FALSE 2022-11-29 04:00:00
## 2981     FALSE 2022-11-29 04:00:00
## 2982     FALSE 2022-11-29 04:00:00
## 2983     FALSE 2022-11-29 04:00:00
## 2984     FALSE 2022-11-29 04:00:00
## 2985     FALSE 2022-11-29 04:00:00
## 2986     FALSE 2022-11-29 04:00:00
## 2987     FALSE 2022-11-29 04:00:00
## 2988     FALSE 2022-11-29 04:00:00
## 2989     FALSE 2022-11-29 04:00:00
## 2990     FALSE 2022-11-29 04:00:00
## 2991     FALSE 2022-11-29 04:00:00
## 2992     FALSE 2022-11-29 04:00:00
## 2993     FALSE 2022-11-29 04:00:00
## 2994     FALSE 2022-11-29 04:00:00
## 2995     FALSE 2022-11-29 04:00:00
## 2996     FALSE 2022-11-29 04:00:00
## 2997     FALSE 2022-11-29 04:00:00
## 2998     FALSE 2022-11-29 04:00:00
## 2999     FALSE 2022-11-29 04:00:00
## 3000     FALSE 2022-11-29 04:00:00
## 3001     FALSE 2022-11-29 04:00:00
## 3002     FALSE 2022-11-29 04:00:00
## 3003     FALSE 2022-11-29 04:00:00
## 3004     FALSE 2022-11-29 04:00:00
## 3005     FALSE 2022-11-29 04:00:00
## 3006     FALSE 2022-11-29 04:00:00
## 3007     FALSE 2022-11-29 04:00:00
## 3008     FALSE 2022-11-29 04:00:00
## 3009     FALSE 2022-11-29 04:00:00
## 3010     FALSE 2022-11-29 04:00:00
## 3011     FALSE 2022-11-29 04:00:00
## 3012     FALSE 2022-11-29 04:00:00
## 3013     FALSE 2022-11-29 04:00:00
## 3014     FALSE 2022-11-29 04:00:00
## 3015     FALSE 2022-11-29 04:00:00
## 3016     FALSE 2022-11-29 04:00:00
## 3017     FALSE 2022-11-29 04:00:00
## 3018     FALSE 2022-11-29 04:00:00
## 3019     FALSE 2022-11-29 04:00:00
## 3020     FALSE 2022-11-29 04:00:00
## 3021     FALSE 2022-11-29 04:00:00
## 3022     FALSE 2022-11-29 04:00:00
## 3023     FALSE 2022-11-29 04:00:00
## 3024     FALSE 2022-11-29 04:00:00
## 3025     FALSE 2022-11-29 04:00:00
## 3026     FALSE 2022-11-29 04:00:00
## 3027     FALSE 2022-11-29 04:00:00
## 3028     FALSE 2022-11-29 04:00:00
## 3029     FALSE 2022-11-29 04:00:00
## 3030     FALSE 2022-11-29 04:00:00
## 3031     FALSE 2022-11-29 04:00:00
## 3032     FALSE 2022-11-29 04:00:00
## 3033     FALSE 2022-11-29 04:00:00
## 3034     FALSE 2022-11-29 04:00:00
## 3035     FALSE 2022-11-29 04:00:00
## 3036     FALSE 2022-11-29 04:00:00
## 3037     FALSE 2022-11-29 04:00:00
## 3038     FALSE 2022-11-29 04:00:00
## 3039     FALSE 2022-11-29 04:00:00
## 3040     FALSE 2022-11-29 04:00:00
## 3041     FALSE 2022-11-29 04:00:00
## 3042     FALSE 2022-11-29 04:00:00
## 3043     FALSE 2022-11-29 04:00:00
## 3044     FALSE 2022-11-29 04:00:00
## 3045     FALSE 2022-11-29 04:00:00
## 3046     FALSE 2022-11-29 04:00:00
## 3047     FALSE 2022-11-29 04:00:00
## 3048     FALSE 2022-11-29 04:00:00
## 3049     FALSE 2022-11-29 04:00:00
## 3050     FALSE 2022-11-29 04:00:00
## 3051     FALSE 2022-11-29 04:00:00
## 3052     FALSE 2022-11-29 04:00:00
## 3053     FALSE 2022-11-29 04:00:00
## 3054     FALSE 2022-11-29 04:00:00
## 3055     FALSE 2022-11-29 04:00:00
## 3056     FALSE 2022-11-29 04:00:00
## 3057     FALSE 2022-11-29 04:00:00
## 3058     FALSE 2022-11-29 04:00:00
## 3059     FALSE 2022-11-29 04:00:00
## 3060     FALSE 2022-11-29 04:00:00
## 3061     FALSE 2022-11-29 04:00:00
## 3062     FALSE 2022-11-29 04:00:00
## 3063     FALSE 2022-11-29 04:00:00
## 3064     FALSE 2022-11-29 04:00:00
## 3065     FALSE 2022-11-29 04:00:00
## 3066     FALSE 2022-11-29 04:00:00
## 3067     FALSE 2022-11-29 04:00:00
## 3068     FALSE 2022-11-29 04:00:00
## 3069     FALSE 2022-11-29 04:00:00
## 3070     FALSE 2022-11-29 04:00:00
## 3071     FALSE 2022-11-29 04:00:00
## 3072     FALSE 2022-11-29 04:00:00
## 3073     FALSE 2022-11-29 04:00:00
## 3074     FALSE 2022-11-29 04:00:00
## 3075     FALSE 2022-11-29 04:00:00
## 3076     FALSE 2022-11-29 04:00:00
## 3077     FALSE 2022-11-29 04:00:00
## 3078     FALSE 2022-11-29 04:00:00
## 3079     FALSE 2022-11-29 04:00:00
## 3080     FALSE 2022-11-29 04:00:00
## 3081     FALSE 2022-11-29 04:00:00
## 3082     FALSE 2022-11-29 04:00:00
## 3083     FALSE 2022-11-29 04:00:00
## 3084     FALSE 2022-11-29 03:00:00
## 3085     FALSE 2022-11-29 03:00:00
## 3086     FALSE 2022-11-29 03:00:00
## 3087     FALSE 2022-11-29 03:00:00
## 3088     FALSE 2022-11-29 03:00:00
## 3089     FALSE 2022-11-29 03:00:00
## 3090     FALSE 2022-11-29 03:00:00
## 3091     FALSE 2022-11-29 03:00:00
## 3092     FALSE 2022-11-29 03:00:00
## 3093     FALSE 2022-11-29 03:00:00
## 3094     FALSE 2022-11-29 03:00:00
## 3095     FALSE 2022-11-29 03:00:00
## 3096     FALSE 2022-11-29 03:00:00
## 3097     FALSE 2022-11-29 03:00:00
## 3098     FALSE 2022-11-29 03:00:00
## 3099     FALSE 2022-11-29 03:00:00
## 3100     FALSE 2022-11-29 03:00:00
## 3101     FALSE 2022-11-29 03:00:00
## 3102     FALSE 2022-11-29 03:00:00
## 3103     FALSE 2022-11-29 03:00:00
## 3104     FALSE 2022-11-29 03:00:00
## 3105     FALSE 2022-11-29 03:00:00
## 3106     FALSE 2022-11-29 03:00:00
## 3107     FALSE 2022-11-29 03:00:00
## 3108     FALSE 2022-11-29 03:00:00
## 3109     FALSE 2022-11-29 03:00:00
## 3110     FALSE 2022-11-29 03:00:00
## 3111     FALSE 2022-11-29 03:00:00
## 3112     FALSE 2022-11-29 03:00:00
## 3113     FALSE 2022-11-29 03:00:00
## 3114     FALSE 2022-11-29 03:00:00
## 3115     FALSE 2022-11-29 03:00:00
## 3116     FALSE 2022-11-29 03:00:00
## 3117     FALSE 2022-11-29 03:00:00
## 3118     FALSE 2022-11-29 03:00:00
## 3119     FALSE 2022-11-29 03:00:00
## 3120     FALSE 2022-11-29 03:00:00
## 3121     FALSE 2022-11-29 03:00:00
## 3122     FALSE 2022-11-29 03:00:00
## 3123     FALSE 2022-11-29 03:00:00
## 3124     FALSE 2022-11-29 03:00:00
## 3125     FALSE 2022-11-29 03:00:00
## 3126     FALSE 2022-11-29 03:00:00
## 3127     FALSE 2022-11-29 03:00:00
## 3128     FALSE 2022-11-29 03:00:00
## 3129     FALSE 2022-11-29 03:00:00
## 3130     FALSE 2022-11-29 03:00:00
## 3131     FALSE 2022-11-29 03:00:00
## 3132     FALSE 2022-11-29 03:00:00
## 3133     FALSE 2022-11-29 03:00:00
## 3134     FALSE 2022-11-29 03:00:00
## 3135     FALSE 2022-11-29 03:00:00
## 3136     FALSE 2022-11-29 03:00:00
## 3137     FALSE 2022-11-29 03:00:00
## 3138     FALSE 2022-11-29 03:00:00
## 3139     FALSE 2022-11-29 03:00:00
## 3140     FALSE 2022-11-29 03:00:00
## 3141     FALSE 2022-11-29 03:00:00
## 3142     FALSE 2022-11-29 03:00:00
## 3143     FALSE 2022-11-29 03:00:00
## 3144     FALSE 2022-11-29 03:00:00
## 3145     FALSE 2022-11-29 03:00:00
## 3146     FALSE 2022-11-29 03:00:00
## 3147     FALSE 2022-11-29 03:00:00
## 3148     FALSE 2022-11-29 03:00:00
## 3149     FALSE 2022-11-29 03:00:00
## 3150     FALSE 2022-11-29 03:00:00
## 3151     FALSE 2022-11-29 03:00:00
## 3152     FALSE 2022-11-29 03:00:00
## 3153     FALSE 2022-11-29 03:00:00
## 3154     FALSE 2022-11-29 03:00:00
## 3155     FALSE 2022-11-29 03:00:00
## 3156     FALSE 2022-11-29 03:00:00
## 3157     FALSE 2022-11-29 03:00:00
## 3158     FALSE 2022-11-29 03:00:00
## 3159     FALSE 2022-11-29 03:00:00
## 3160     FALSE 2022-11-29 03:00:00
## 3161     FALSE 2022-11-29 03:00:00
## 3162     FALSE 2022-11-29 03:00:00
## 3163     FALSE 2022-11-29 03:00:00
## 3164     FALSE 2022-11-29 03:00:00
## 3165     FALSE 2022-11-29 03:00:00
## 3166     FALSE 2022-11-29 03:00:00
## 3167     FALSE 2022-11-29 03:00:00
## 3168     FALSE 2022-11-29 03:00:00
## 3169     FALSE 2022-11-29 03:00:00
## 3170     FALSE 2022-11-29 03:00:00
## 3171     FALSE 2022-11-29 03:00:00
## 3172     FALSE 2022-11-29 03:00:00
## 3173     FALSE 2022-11-29 03:00:00
## 3174     FALSE 2022-11-29 03:00:00
## 3175     FALSE 2022-11-29 03:00:00
## 3176     FALSE 2022-11-29 03:00:00
## 3177     FALSE 2022-11-29 03:00:00
## 3178     FALSE 2022-11-29 03:00:00
## 3179     FALSE 2022-11-29 03:00:00
## 3180     FALSE 2022-11-29 03:00:00
## 3181     FALSE 2022-11-29 03:00:00
## 3182     FALSE 2022-11-29 03:00:00
## 3183     FALSE 2022-11-29 03:00:00
## 3184     FALSE 2022-11-29 03:00:00
## 3185     FALSE 2022-11-29 03:00:00
## 3186     FALSE 2022-11-29 03:00:00
## 3187     FALSE 2022-11-29 03:00:00
## 3188     FALSE 2022-11-29 03:00:00
## 3189     FALSE 2022-11-29 03:00:00
## 3190     FALSE 2022-11-29 03:00:00
## 3191     FALSE 2022-11-29 03:00:00
## 3192     FALSE 2022-11-29 03:00:00
## 3193     FALSE 2022-11-29 03:00:00
## 3194     FALSE 2022-11-29 03:00:00
## 3195     FALSE 2022-11-29 03:00:00
## 3196     FALSE 2022-11-29 03:00:00
## 3197     FALSE 2022-11-29 03:00:00
## 3198     FALSE 2022-11-29 03:00:00
## 3199     FALSE 2022-11-29 03:00:00
## 3200     FALSE 2022-11-29 03:00:00
## 3201     FALSE 2022-11-29 03:00:00
## 3202     FALSE 2022-11-29 03:00:00
## 3203     FALSE 2022-11-29 03:00:00
## 3204     FALSE 2022-11-29 03:00:00
## 3205     FALSE 2022-11-29 03:00:00
## 3206     FALSE 2022-11-29 03:00:00
## 3207     FALSE 2022-11-29 03:00:00
## 3208     FALSE 2022-11-29 03:00:00
## 3209     FALSE 2022-11-29 03:00:00
## 3210     FALSE 2022-11-29 03:00:00
## 3211     FALSE 2022-11-29 03:00:00
## 3212     FALSE 2022-11-29 03:00:00
## 3213     FALSE 2022-11-29 03:00:00
## 3214     FALSE 2022-11-29 03:00:00
## 3215     FALSE 2022-11-29 03:00:00
## 3216     FALSE 2022-11-29 03:00:00
## 3217     FALSE 2022-11-29 03:00:00
## 3218     FALSE 2022-11-29 03:00:00
## 3219     FALSE 2022-11-29 03:00:00
## 3220     FALSE 2022-11-29 03:00:00
## 3221     FALSE 2022-11-29 03:00:00
## 3222     FALSE 2022-11-29 03:00:00
## 3223     FALSE 2022-11-29 03:00:00
## 3224     FALSE 2022-11-29 03:00:00
## 3225     FALSE 2022-11-29 03:00:00
## 3226     FALSE 2022-11-29 03:00:00
## 3227     FALSE 2022-11-29 03:00:00
## 3228     FALSE 2022-11-29 03:00:00
## 3229     FALSE 2022-11-29 03:00:00
## 3230     FALSE 2022-11-29 03:00:00
## 3231     FALSE 2022-11-29 03:00:00
## 3232     FALSE 2022-11-29 03:00:00
## 3233     FALSE 2022-11-29 03:00:00
## 3234     FALSE 2022-11-29 03:00:00
## 3235     FALSE 2022-11-29 03:00:00
## 3236     FALSE 2022-11-29 03:00:00
## 3237     FALSE 2022-11-29 02:00:00
## 3238     FALSE 2022-11-29 02:00:00
## 3239     FALSE 2022-11-29 02:00:00
## 3240     FALSE 2022-11-29 02:00:00
## 3241     FALSE 2022-11-29 02:00:00
## 3242     FALSE 2022-11-29 02:00:00
## 3243     FALSE 2022-11-29 02:00:00
## 3244     FALSE 2022-11-29 02:00:00
## 3245     FALSE 2022-11-29 02:00:00
## 3246     FALSE 2022-11-29 02:00:00
## 3247     FALSE 2022-11-29 02:00:00
## 3248     FALSE 2022-11-29 02:00:00
## 3249     FALSE 2022-11-29 02:00:00
## 3250     FALSE 2022-11-29 02:00:00
## 3251     FALSE 2022-11-29 02:00:00
## 3252     FALSE 2022-11-29 02:00:00
## 3253     FALSE 2022-11-29 02:00:00
## 3254     FALSE 2022-11-29 02:00:00
## 3255     FALSE 2022-11-29 02:00:00
## 3256     FALSE 2022-11-29 02:00:00
## 3257     FALSE 2022-11-29 02:00:00
## 3258     FALSE 2022-11-29 02:00:00
## 3259     FALSE 2022-11-29 02:00:00
## 3260     FALSE 2022-11-29 02:00:00
## 3261     FALSE 2022-11-29 02:00:00
## 3262     FALSE 2022-11-29 02:00:00
## 3263     FALSE 2022-11-29 02:00:00
## 3264     FALSE 2022-11-29 02:00:00
## 3265     FALSE 2022-11-29 02:00:00
## 3266     FALSE 2022-11-29 02:00:00
## 3267     FALSE 2022-11-29 02:00:00
## 3268     FALSE 2022-11-29 02:00:00
## 3269     FALSE 2022-11-29 02:00:00
## 3270     FALSE 2022-11-29 02:00:00
## 3271     FALSE 2022-11-29 02:00:00
## 3272     FALSE 2022-11-29 02:00:00
## 3273     FALSE 2022-11-29 02:00:00
## 3274     FALSE 2022-11-29 02:00:00
## 3275     FALSE 2022-11-29 02:00:00
## 3276     FALSE 2022-11-29 02:00:00
## 3277     FALSE 2022-11-29 02:00:00
## 3278     FALSE 2022-11-29 02:00:00
## 3279     FALSE 2022-11-29 02:00:00
## 3280     FALSE 2022-11-29 02:00:00
## 3281     FALSE 2022-11-29 02:00:00
## 3282     FALSE 2022-11-29 02:00:00
## 3283     FALSE 2022-11-29 02:00:00
## 3284     FALSE 2022-11-29 02:00:00
## 3285     FALSE 2022-11-29 02:00:00
## 3286     FALSE 2022-11-29 02:00:00
## 3287     FALSE 2022-11-29 02:00:00
## 3288     FALSE 2022-11-29 02:00:00
## 3289     FALSE 2022-11-29 02:00:00
## 3290     FALSE 2022-11-29 02:00:00
## 3291     FALSE 2022-11-29 02:00:00
## 3292     FALSE 2022-11-29 02:00:00
## 3293     FALSE 2022-11-29 02:00:00
## 3294     FALSE 2022-11-29 02:00:00
## 3295     FALSE 2022-11-29 02:00:00
## 3296     FALSE 2022-11-29 02:00:00
## 3297     FALSE 2022-11-29 02:00:00
## 3298     FALSE 2022-11-29 02:00:00
## 3299     FALSE 2022-11-29 02:00:00
## 3300     FALSE 2022-11-29 02:00:00
## 3301     FALSE 2022-11-29 02:00:00
## 3302     FALSE 2022-11-29 02:00:00
## 3303     FALSE 2022-11-29 02:00:00
## 3304     FALSE 2022-11-29 02:00:00
## 3305     FALSE 2022-11-29 02:00:00
## 3306     FALSE 2022-11-29 02:00:00
## 3307     FALSE 2022-11-29 02:00:00
## 3308     FALSE 2022-11-29 02:00:00
## 3309     FALSE 2022-11-29 02:00:00
## 3310     FALSE 2022-11-29 02:00:00
## 3311     FALSE 2022-11-29 02:00:00
## 3312     FALSE 2022-11-29 02:00:00
## 3313     FALSE 2022-11-29 02:00:00
## 3314     FALSE 2022-11-29 02:00:00
## 3315     FALSE 2022-11-29 02:00:00
## 3316     FALSE 2022-11-29 02:00:00
## 3317     FALSE 2022-11-29 02:00:00
## 3318     FALSE 2022-11-29 02:00:00
## 3319     FALSE 2022-11-29 02:00:00
## 3320     FALSE 2022-11-29 02:00:00
## 3321     FALSE 2022-11-29 02:00:00
## 3322     FALSE 2022-11-29 02:00:00
## 3323     FALSE 2022-11-29 02:00:00
## 3324     FALSE 2022-11-29 02:00:00
## 3325     FALSE 2022-11-29 02:00:00
## 3326     FALSE 2022-11-29 02:00:00
## 3327     FALSE 2022-11-29 02:00:00
## 3328     FALSE 2022-11-29 02:00:00
## 3329     FALSE 2022-11-29 02:00:00
## 3330     FALSE 2022-11-29 02:00:00
## 3331     FALSE 2022-11-29 02:00:00
## 3332     FALSE 2022-11-29 02:00:00
## 3333     FALSE 2022-11-29 02:00:00
## 3334     FALSE 2022-11-29 02:00:00
## 3335     FALSE 2022-11-29 02:00:00
## 3336     FALSE 2022-11-29 02:00:00
## 3337     FALSE 2022-11-29 02:00:00
## 3338     FALSE 2022-11-29 02:00:00
## 3339     FALSE 2022-11-29 02:00:00
## 3340     FALSE 2022-11-29 02:00:00
## 3341     FALSE 2022-11-29 02:00:00
## 3342     FALSE 2022-11-29 02:00:00
## 3343     FALSE 2022-11-29 02:00:00
## 3344     FALSE 2022-11-29 02:00:00
## 3345     FALSE 2022-11-29 02:00:00
## 3346     FALSE 2022-11-29 02:00:00
## 3347     FALSE 2022-11-29 02:00:00
## 3348     FALSE 2022-11-29 02:00:00
## 3349     FALSE 2022-11-29 02:00:00
## 3350     FALSE 2022-11-29 02:00:00
## 3351     FALSE 2022-11-29 02:00:00
## 3352     FALSE 2022-11-29 02:00:00
## 3353     FALSE 2022-11-29 02:00:00
## 3354     FALSE 2022-11-29 02:00:00
## 3355     FALSE 2022-11-29 02:00:00
## 3356     FALSE 2022-11-29 02:00:00
## 3357     FALSE 2022-11-29 02:00:00
## 3358     FALSE 2022-11-29 02:00:00
## 3359     FALSE 2022-11-29 02:00:00
## 3360     FALSE 2022-11-29 02:00:00
## 3361     FALSE 2022-11-29 02:00:00
## 3362     FALSE 2022-11-29 02:00:00
## 3363     FALSE 2022-11-29 02:00:00
## 3364     FALSE 2022-11-29 02:00:00
## 3365     FALSE 2022-11-29 02:00:00
## 3366     FALSE 2022-11-29 02:00:00
## 3367     FALSE 2022-11-29 02:00:00
## 3368     FALSE 2022-11-29 02:00:00
## 3369     FALSE 2022-11-29 02:00:00
## 3370     FALSE 2022-11-29 02:00:00
## 3371     FALSE 2022-11-29 02:00:00
## 3372     FALSE 2022-11-29 02:00:00
## 3373     FALSE 2022-11-29 02:00:00
## 3374     FALSE 2022-11-29 02:00:00
## 3375     FALSE 2022-11-29 02:00:00
## 3376     FALSE 2022-11-29 02:00:00
## 3377     FALSE 2022-11-29 02:00:00
## 3378     FALSE 2022-11-29 02:00:00
## 3379     FALSE 2022-11-29 02:00:00
## 3380     FALSE 2022-11-29 02:00:00
## 3381     FALSE 2022-11-29 02:00:00
## 3382     FALSE 2022-11-29 02:00:00
## 3383     FALSE 2022-11-29 02:00:00
## 3384     FALSE 2022-11-29 02:00:00
## 3385     FALSE 2022-11-29 02:00:00
## 3386     FALSE 2022-11-29 02:00:00
## 3387     FALSE 2022-11-29 02:00:00
## 3388     FALSE 2022-11-29 02:00:00
## 3389     FALSE 2022-11-29 02:00:00
## 3390     FALSE 2022-11-29 02:00:00
## 3391     FALSE 2022-11-29 02:00:00
## 3392     FALSE 2022-11-29 02:00:00
## 3393     FALSE 2022-11-29 02:00:00
## 3394     FALSE 2022-11-29 02:00:00
## 3395     FALSE 2022-11-29 02:00:00
## 3396     FALSE 2022-11-29 02:00:00
## 3397     FALSE 2022-11-29 02:00:00
## 3398     FALSE 2022-11-29 02:00:00
## 3399     FALSE 2022-11-29 02:00:00
## 3400     FALSE 2022-11-29 02:00:00
## 3401     FALSE 2022-11-29 02:00:00
## 3402     FALSE 2022-11-29 02:00:00
## 3403     FALSE 2022-11-29 02:00:00
## 3404     FALSE 2022-11-29 02:00:00
## 3405     FALSE 2022-11-29 02:00:00
## 3406     FALSE 2022-11-29 02:00:00
## 3407     FALSE 2022-11-29 02:00:00
## 3408     FALSE 2022-11-29 02:00:00
## 3409     FALSE 2022-11-29 02:00:00
## 3410     FALSE 2022-11-29 02:00:00
## 3411     FALSE 2022-11-29 02:00:00
## 3412     FALSE 2022-11-29 02:00:00
## 3413     FALSE 2022-11-29 01:00:00
## 3414     FALSE 2022-11-29 01:00:00
## 3415     FALSE 2022-11-29 01:00:00
## 3416     FALSE 2022-11-29 01:00:00
## 3417     FALSE 2022-11-29 01:00:00
## 3418     FALSE 2022-11-29 01:00:00
## 3419     FALSE 2022-11-29 01:00:00
## 3420     FALSE 2022-11-29 01:00:00
## 3421     FALSE 2022-11-29 01:00:00
## 3422     FALSE 2022-11-29 01:00:00
## 3423     FALSE 2022-11-29 01:00:00
## 3424     FALSE 2022-11-29 01:00:00
## 3425     FALSE 2022-11-29 01:00:00
## 3426     FALSE 2022-11-29 01:00:00
## 3427     FALSE 2022-11-29 01:00:00
## 3428     FALSE 2022-11-29 01:00:00
## 3429     FALSE 2022-11-29 01:00:00
## 3430     FALSE 2022-11-29 01:00:00
## 3431     FALSE 2022-11-29 01:00:00
## 3432     FALSE 2022-11-29 01:00:00
## 3433     FALSE 2022-11-29 01:00:00
## 3434     FALSE 2022-11-29 01:00:00
## 3435     FALSE 2022-11-29 01:00:00
## 3436     FALSE 2022-11-29 01:00:00
## 3437     FALSE 2022-11-29 01:00:00
## 3438     FALSE 2022-11-29 01:00:00
## 3439     FALSE 2022-11-29 01:00:00
## 3440     FALSE 2022-11-29 01:00:00
## 3441     FALSE 2022-11-29 01:00:00
## 3442     FALSE 2022-11-29 01:00:00
## 3443     FALSE 2022-11-29 01:00:00
## 3444     FALSE 2022-11-29 01:00:00
## 3445     FALSE 2022-11-29 01:00:00
## 3446     FALSE 2022-11-29 01:00:00
## 3447     FALSE 2022-11-29 01:00:00
## 3448     FALSE 2022-11-29 01:00:00
## 3449     FALSE 2022-11-29 01:00:00
## 3450     FALSE 2022-11-29 01:00:00
## 3451     FALSE 2022-11-29 01:00:00
## 3452     FALSE 2022-11-29 01:00:00
## 3453     FALSE 2022-11-29 01:00:00
## 3454     FALSE 2022-11-29 01:00:00
## 3455     FALSE 2022-11-29 01:00:00
## 3456     FALSE 2022-11-29 01:00:00
## 3457     FALSE 2022-11-29 01:00:00
## 3458     FALSE 2022-11-29 01:00:00
## 3459     FALSE 2022-11-29 01:00:00
## 3460     FALSE 2022-11-29 01:00:00
## 3461     FALSE 2022-11-29 01:00:00
## 3462     FALSE 2022-11-29 01:00:00
## 3463     FALSE 2022-11-29 01:00:00
## 3464     FALSE 2022-11-29 01:00:00
## 3465     FALSE 2022-11-29 01:00:00
## 3466     FALSE 2022-11-29 01:00:00
## 3467     FALSE 2022-11-29 01:00:00
## 3468     FALSE 2022-11-29 01:00:00
## 3469     FALSE 2022-11-29 01:00:00
## 3470     FALSE 2022-11-29 01:00:00
## 3471     FALSE 2022-11-29 01:00:00
## 3472     FALSE 2022-11-29 01:00:00
## 3473     FALSE 2022-11-29 01:00:00
## 3474     FALSE 2022-11-29 01:00:00
## 3475     FALSE 2022-11-29 01:00:00
## 3476     FALSE 2022-11-29 01:00:00
## 3477     FALSE 2022-11-29 01:00:00
## 3478     FALSE 2022-11-29 01:00:00
## 3479     FALSE 2022-11-29 01:00:00
## 3480     FALSE 2022-11-29 01:00:00
## 3481     FALSE 2022-11-29 01:00:00
## 3482     FALSE 2022-11-29 01:00:00
## 3483     FALSE 2022-11-29 01:00:00
## 3484     FALSE 2022-11-29 01:00:00
## 3485     FALSE 2022-11-29 01:00:00
## 3486     FALSE 2022-11-29 01:00:00
## 3487     FALSE 2022-11-29 01:00:00
## 3488     FALSE 2022-11-29 01:00:00
## 3489     FALSE 2022-11-29 01:00:00
## 3490     FALSE 2022-11-29 01:00:00
## 3491     FALSE 2022-11-29 01:00:00
## 3492     FALSE 2022-11-29 01:00:00
## 3493     FALSE 2022-11-29 01:00:00
## 3494     FALSE 2022-11-29 01:00:00
## 3495     FALSE 2022-11-29 01:00:00
## 3496     FALSE 2022-11-29 01:00:00
## 3497     FALSE 2022-11-29 01:00:00
## 3498     FALSE 2022-11-29 01:00:00
## 3499     FALSE 2022-11-29 01:00:00
## 3500     FALSE 2022-11-29 01:00:00
## 3501     FALSE 2022-11-29 01:00:00
## 3502     FALSE 2022-11-29 01:00:00
## 3503     FALSE 2022-11-29 01:00:00
## 3504     FALSE 2022-11-29 01:00:00
## 3505     FALSE 2022-11-29 01:00:00
## 3506     FALSE 2022-11-29 01:00:00
## 3507     FALSE 2022-11-29 01:00:00
## 3508     FALSE 2022-11-29 01:00:00
## 3509     FALSE 2022-11-29 01:00:00
## 3510     FALSE 2022-11-29 01:00:00
## 3511     FALSE 2022-11-29 01:00:00
## 3512     FALSE 2022-11-29 01:00:00
## 3513     FALSE 2022-11-29 01:00:00
## 3514     FALSE 2022-11-29 01:00:00
## 3515     FALSE 2022-11-29 01:00:00
## 3516     FALSE 2022-11-29 01:00:00
## 3517     FALSE 2022-11-29 01:00:00
## 3518     FALSE 2022-11-29 01:00:00
## 3519     FALSE 2022-11-29 01:00:00
## 3520     FALSE 2022-11-29 01:00:00
## 3521     FALSE 2022-11-29 01:00:00
## 3522     FALSE 2022-11-29 01:00:00
## 3523     FALSE 2022-11-29 01:00:00
## 3524     FALSE 2022-11-29 01:00:00
## 3525     FALSE 2022-11-29 01:00:00
## 3526     FALSE 2022-11-29 01:00:00
## 3527     FALSE 2022-11-29 01:00:00
## 3528     FALSE 2022-11-29 01:00:00
## 3529     FALSE 2022-11-29 01:00:00
## 3530     FALSE 2022-11-29 01:00:00
## 3531     FALSE 2022-11-29 01:00:00
## 3532     FALSE 2022-11-29 01:00:00
## 3533     FALSE 2022-11-29 01:00:00
## 3534     FALSE 2022-11-29 01:00:00
## 3535     FALSE 2022-11-29 01:00:00
## 3536     FALSE 2022-11-29 01:00:00
## 3537     FALSE 2022-11-29 01:00:00
## 3538     FALSE 2022-11-29 01:00:00
## 3539     FALSE 2022-11-29 01:00:00
## 3540     FALSE 2022-11-29 01:00:00
## 3541     FALSE 2022-11-29 01:00:00
## 3542     FALSE 2022-11-29 01:00:00
## 3543     FALSE 2022-11-29 01:00:00
## 3544     FALSE 2022-11-29 01:00:00
## 3545     FALSE 2022-11-29 01:00:00
## 3546     FALSE 2022-11-29 01:00:00
## 3547     FALSE 2022-11-29 01:00:00
## 3548     FALSE 2022-11-29 01:00:00
## 3549     FALSE 2022-11-29 01:00:00
## 3550     FALSE 2022-11-29 01:00:00
## 3551     FALSE 2022-11-29 01:00:00
## 3552     FALSE 2022-11-29 01:00:00
## 3553     FALSE 2022-11-29 01:00:00
## 3554     FALSE 2022-11-29 01:00:00
## 3555     FALSE 2022-11-29 01:00:00
## 3556     FALSE 2022-11-29 01:00:00
## 3557     FALSE 2022-11-29 01:00:00
## 3558     FALSE 2022-11-29 01:00:00
## 3559     FALSE 2022-11-29 01:00:00
## 3560     FALSE 2022-11-29 01:00:00
## 3561     FALSE 2022-11-29 01:00:00
## 3562     FALSE 2022-11-29 01:00:00
## 3563     FALSE 2022-11-29 01:00:00
## 3564     FALSE 2022-11-29 01:00:00
## 3565     FALSE 2022-11-29 01:00:00
## 3566     FALSE 2022-11-29 01:00:00
## 3567     FALSE 2022-11-29 01:00:00
## 3568     FALSE 2022-11-29 01:00:00
## 3569     FALSE 2022-11-29 01:00:00
## 3570     FALSE 2022-11-29 01:00:00
## 3571     FALSE 2022-11-29 01:00:00
## 3572     FALSE 2022-11-29 01:00:00
## 3573     FALSE 2022-11-29 01:00:00
## 3574     FALSE 2022-11-29 01:00:00
## 3575     FALSE 2022-11-29 01:00:00
## 3576     FALSE 2022-11-29 01:00:00
## 3577     FALSE 2022-11-29 01:00:00
## 3578     FALSE 2022-11-29 01:00:00
## 3579     FALSE 2022-11-29 01:00:00
## 3580     FALSE 2022-11-29 01:00:00
## 3581     FALSE 2022-11-29 01:00:00
## 3582     FALSE 2022-11-29 01:00:00
## 3583     FALSE 2022-11-29 01:00:00
## 3584     FALSE 2022-11-29 01:00:00
## 3585     FALSE 2022-11-29 00:00:00
## 3586     FALSE 2022-11-29 00:00:00
## 3587     FALSE 2022-11-29 00:00:00
## 3588     FALSE 2022-11-29 00:00:00
## 3589     FALSE 2022-11-29 00:00:00
## 3590     FALSE 2022-11-29 00:00:00
## 3591     FALSE 2022-11-29 00:00:00
## 3592     FALSE 2022-11-29 00:00:00
## 3593     FALSE 2022-11-29 00:00:00
## 3594     FALSE 2022-11-29 00:00:00
## 3595     FALSE 2022-11-29 00:00:00
## 3596     FALSE 2022-11-29 00:00:00
## 3597     FALSE 2022-11-29 00:00:00
## 3598     FALSE 2022-11-29 00:00:00
## 3599     FALSE 2022-11-29 00:00:00
## 3600     FALSE 2022-11-29 00:00:00
## 3601     FALSE 2022-11-29 00:00:00
## 3602     FALSE 2022-11-29 00:00:00
## 3603     FALSE 2022-11-29 00:00:00
## 3604     FALSE 2022-11-29 00:00:00
## 3605     FALSE 2022-11-29 00:00:00
## 3606     FALSE 2022-11-29 00:00:00
## 3607     FALSE 2022-11-29 00:00:00
## 3608     FALSE 2022-11-29 00:00:00
## 3609     FALSE 2022-11-29 00:00:00
## 3610     FALSE 2022-11-29 00:00:00
## 3611     FALSE 2022-11-29 00:00:00
## 3612     FALSE 2022-11-29 00:00:00
## 3613     FALSE 2022-11-29 00:00:00
## 3614     FALSE 2022-11-29 00:00:00
## 3615     FALSE 2022-11-29 00:00:00
## 3616     FALSE 2022-11-29 00:00:00
## 3617     FALSE 2022-11-29 00:00:00
## 3618     FALSE 2022-11-29 00:00:00
## 3619     FALSE 2022-11-29 00:00:00
## 3620     FALSE 2022-11-29 00:00:00
## 3621     FALSE 2022-11-29 00:00:00
## 3622     FALSE 2022-11-29 00:00:00
## 3623     FALSE 2022-11-29 00:00:00
## 3624     FALSE 2022-11-29 00:00:00
## 3625     FALSE 2022-11-29 00:00:00
## 3626     FALSE 2022-11-29 00:00:00
## 3627     FALSE 2022-11-29 00:00:00
## 3628     FALSE 2022-11-29 00:00:00
## 3629     FALSE 2022-11-29 00:00:00
## 3630     FALSE 2022-11-29 00:00:00
## 3631     FALSE 2022-11-29 00:00:00
## 3632     FALSE 2022-11-29 00:00:00
## 3633     FALSE 2022-11-29 00:00:00
## 3634     FALSE 2022-11-29 00:00:00
## 3635     FALSE 2022-11-29 00:00:00
## 3636     FALSE 2022-11-29 00:00:00
## 3637     FALSE 2022-11-29 00:00:00
## 3638     FALSE 2022-11-29 00:00:00
## 3639     FALSE 2022-11-29 00:00:00
## 3640     FALSE 2022-11-29 00:00:00
## 3641     FALSE 2022-11-29 00:00:00
## 3642     FALSE 2022-11-29 00:00:00
## 3643     FALSE 2022-11-29 00:00:00
## 3644     FALSE 2022-11-29 00:00:00
## 3645     FALSE 2022-11-29 00:00:00
## 3646     FALSE 2022-11-29 00:00:00
## 3647     FALSE 2022-11-29 00:00:00
## 3648     FALSE 2022-11-29 00:00:00
## 3649     FALSE 2022-11-29 00:00:00
## 3650     FALSE 2022-11-29 00:00:00
## 3651     FALSE 2022-11-29 00:00:00
## 3652     FALSE 2022-11-29 00:00:00
## 3653     FALSE 2022-11-29 00:00:00
## 3654     FALSE 2022-11-29 00:00:00
## 3655     FALSE 2022-11-29 00:00:00
## 3656     FALSE 2022-11-29 00:00:00
## 3657     FALSE 2022-11-29 00:00:00
## 3658     FALSE 2022-11-29 00:00:00
## 3659     FALSE 2022-11-29 00:00:00
## 3660     FALSE 2022-11-29 00:00:00
## 3661     FALSE 2022-11-29 00:00:00
## 3662     FALSE 2022-11-29 00:00:00
## 3663     FALSE 2022-11-29 00:00:00
## 3664     FALSE 2022-11-29 00:00:00
## 3665     FALSE 2022-11-29 00:00:00
## 3666     FALSE 2022-11-29 00:00:00
## 3667     FALSE 2022-11-29 00:00:00
## 3668     FALSE 2022-11-29 00:00:00
## 3669     FALSE 2022-11-29 00:00:00
## 3670     FALSE 2022-11-29 00:00:00
## 3671     FALSE 2022-11-29 00:00:00
## 3672     FALSE 2022-11-29 00:00:00
## 3673     FALSE 2022-11-29 00:00:00
## 3674     FALSE 2022-11-29 00:00:00
## 3675     FALSE 2022-11-29 00:00:00
## 3676     FALSE 2022-11-29 00:00:00
## 3677     FALSE 2022-11-29 00:00:00
## 3678     FALSE 2022-11-29 00:00:00
## 3679     FALSE 2022-11-29 00:00:00
## 3680     FALSE 2022-11-29 00:00:00
## 3681     FALSE 2022-11-29 00:00:00
## 3682     FALSE 2022-11-29 00:00:00
## 3683     FALSE 2022-11-29 00:00:00
## 3684     FALSE 2022-11-29 00:00:00
## 3685     FALSE 2022-11-29 00:00:00
## 3686     FALSE 2022-11-29 00:00:00
## 3687     FALSE 2022-11-29 00:00:00
## 3688     FALSE 2022-11-29 00:00:00
## 3689     FALSE 2022-11-29 00:00:00
## 3690     FALSE 2022-11-29 00:00:00
## 3691     FALSE 2022-11-29 00:00:00
## 3692     FALSE 2022-11-29 00:00:00
## 3693     FALSE 2022-11-29 00:00:00
## 3694     FALSE 2022-11-29 00:00:00
## 3695     FALSE 2022-11-29 00:00:00
## 3696     FALSE 2022-11-29 00:00:00
## 3697     FALSE 2022-11-29 00:00:00
## 3698     FALSE 2022-11-29 00:00:00
## 3699     FALSE 2022-11-29 00:00:00
## 3700     FALSE 2022-11-29 00:00:00
## 3701     FALSE 2022-11-29 00:00:00
## 3702     FALSE 2022-11-29 00:00:00
## 3703     FALSE 2022-11-29 00:00:00
## 3704     FALSE 2022-11-29 00:00:00
## 3705     FALSE 2022-11-29 00:00:00
## 3706     FALSE 2022-11-29 00:00:00
## 3707     FALSE 2022-11-29 00:00:00
## 3708     FALSE 2022-11-29 00:00:00
## 3709     FALSE 2022-11-29 00:00:00
## 3710     FALSE 2022-11-29 00:00:00
## 3711     FALSE 2022-11-29 00:00:00
## 3712     FALSE 2022-11-28 23:00:00
## 3713     FALSE 2022-11-28 23:00:00
## 3714     FALSE 2022-11-28 23:00:00
## 3715     FALSE 2022-11-28 23:00:00
## 3716     FALSE 2022-11-28 23:00:00
## 3717     FALSE 2022-11-28 23:00:00
## 3718     FALSE 2022-11-28 23:00:00
## 3719     FALSE 2022-11-28 23:00:00
## 3720     FALSE 2022-11-28 23:00:00
## 3721     FALSE 2022-11-28 23:00:00
## 3722     FALSE 2022-11-28 23:00:00
## 3723     FALSE 2022-11-28 23:00:00
## 3724     FALSE 2022-11-28 23:00:00
## 3725     FALSE 2022-11-28 23:00:00
## 3726     FALSE 2022-11-28 23:00:00
## 3727     FALSE 2022-11-28 23:00:00
## 3728     FALSE 2022-11-28 23:00:00
## 3729     FALSE 2022-11-28 23:00:00
## 3730     FALSE 2022-11-28 23:00:00
## 3731     FALSE 2022-11-28 23:00:00
## 3732     FALSE 2022-11-28 23:00:00
## 3733     FALSE 2022-11-28 23:00:00
## 3734     FALSE 2022-11-28 23:00:00
## 3735     FALSE 2022-11-28 23:00:00
## 3736     FALSE 2022-11-28 23:00:00
## 3737     FALSE 2022-11-28 23:00:00
## 3738     FALSE 2022-11-28 23:00:00
## 3739     FALSE 2022-11-28 23:00:00
## 3740     FALSE 2022-11-28 23:00:00
## 3741     FALSE 2022-11-28 23:00:00
## 3742     FALSE 2022-11-28 23:00:00
## 3743     FALSE 2022-11-28 23:00:00
## 3744     FALSE 2022-11-28 23:00:00
## 3745     FALSE 2022-11-28 23:00:00
## 3746     FALSE 2022-11-28 23:00:00
## 3747     FALSE 2022-11-28 23:00:00
## 3748     FALSE 2022-11-28 23:00:00
## 3749     FALSE 2022-11-28 23:00:00
## 3750     FALSE 2022-11-28 23:00:00
## 3751     FALSE 2022-11-28 23:00:00
## 3752     FALSE 2022-11-28 23:00:00
## 3753     FALSE 2022-11-28 23:00:00
## 3754     FALSE 2022-11-28 23:00:00
## 3755     FALSE 2022-11-28 23:00:00
## 3756     FALSE 2022-11-28 23:00:00
## 3757     FALSE 2022-11-28 23:00:00
## 3758     FALSE 2022-11-28 23:00:00
## 3759     FALSE 2022-11-28 23:00:00
## 3760     FALSE 2022-11-28 23:00:00
## 3761     FALSE 2022-11-28 23:00:00
## 3762     FALSE 2022-11-28 23:00:00
## 3763     FALSE 2022-11-28 23:00:00
## 3764     FALSE 2022-11-28 23:00:00
## 3765     FALSE 2022-11-28 23:00:00
## 3766     FALSE 2022-11-28 23:00:00
## 3767     FALSE 2022-11-28 23:00:00
## 3768     FALSE 2022-11-28 23:00:00
## 3769     FALSE 2022-11-28 23:00:00
## 3770     FALSE 2022-11-28 23:00:00
## 3771     FALSE 2022-11-28 23:00:00
## 3772     FALSE 2022-11-28 23:00:00
## 3773     FALSE 2022-11-28 23:00:00
## 3774     FALSE 2022-11-28 23:00:00
## 3775     FALSE 2022-11-28 23:00:00
## 3776     FALSE 2022-11-28 23:00:00
## 3777     FALSE 2022-11-28 23:00:00
## 3778     FALSE 2022-11-28 23:00:00
## 3779     FALSE 2022-11-28 23:00:00
## 3780     FALSE 2022-11-28 23:00:00
## 3781     FALSE 2022-11-28 23:00:00
## 3782     FALSE 2022-11-28 23:00:00
## 3783     FALSE 2022-11-28 23:00:00
## 3784     FALSE 2022-11-28 23:00:00
## 3785     FALSE 2022-11-28 23:00:00
## 3786     FALSE 2022-11-28 23:00:00
## 3787     FALSE 2022-11-28 23:00:00
## 3788     FALSE 2022-11-28 23:00:00
## 3789     FALSE 2022-11-28 23:00:00
## 3790     FALSE 2022-11-28 23:00:00
## 3791     FALSE 2022-11-28 23:00:00
## 3792     FALSE 2022-11-28 23:00:00
## 3793     FALSE 2022-11-28 23:00:00
## 3794     FALSE 2022-11-28 23:00:00
## 3795     FALSE 2022-11-28 23:00:00
## 3796     FALSE 2022-11-28 23:00:00
## 3797     FALSE 2022-11-28 23:00:00
## 3798     FALSE 2022-11-28 23:00:00
## 3799     FALSE 2022-11-28 23:00:00
## 3800     FALSE 2022-11-28 23:00:00
## 3801     FALSE 2022-11-28 23:00:00
## 3802     FALSE 2022-11-28 23:00:00
## 3803     FALSE 2022-11-28 23:00:00
## 3804     FALSE 2022-11-28 23:00:00
## 3805     FALSE 2022-11-28 23:00:00
## 3806     FALSE 2022-11-28 23:00:00
## 3807     FALSE 2022-11-28 23:00:00
## 3808     FALSE 2022-11-28 23:00:00
## 3809     FALSE 2022-11-28 23:00:00
## 3810     FALSE 2022-11-28 23:00:00
## 3811     FALSE 2022-11-28 23:00:00
## 3812     FALSE 2022-11-28 23:00:00
## 3813     FALSE 2022-11-28 23:00:00
## 3814     FALSE 2022-11-28 23:00:00
## 3815     FALSE 2022-11-28 23:00:00
## 3816     FALSE 2022-11-28 23:00:00
## 3817     FALSE 2022-11-28 23:00:00
## 3818     FALSE 2022-11-28 23:00:00
## 3819     FALSE 2022-11-28 23:00:00
## 3820     FALSE 2022-11-28 23:00:00
## 3821     FALSE 2022-11-28 23:00:00
## 3822     FALSE 2022-11-28 23:00:00
## 3823     FALSE 2022-11-28 22:00:00
## 3824     FALSE 2022-11-28 22:00:00
## 3825     FALSE 2022-11-28 22:00:00
## 3826     FALSE 2022-11-28 22:00:00
## 3827     FALSE 2022-11-28 22:00:00
## 3828     FALSE 2022-11-28 22:00:00
## 3829     FALSE 2022-11-28 22:00:00
## 3830     FALSE 2022-11-28 22:00:00
## 3831     FALSE 2022-11-28 22:00:00
## 3832     FALSE 2022-11-28 22:00:00
## 3833     FALSE 2022-11-28 22:00:00
## 3834     FALSE 2022-11-28 22:00:00
## 3835     FALSE 2022-11-28 22:00:00
## 3836     FALSE 2022-11-28 22:00:00
## 3837     FALSE 2022-11-28 22:00:00
## 3838     FALSE 2022-11-28 22:00:00
## 3839     FALSE 2022-11-28 22:00:00
## 3840     FALSE 2022-11-28 22:00:00
## 3841     FALSE 2022-11-28 22:00:00
## 3842     FALSE 2022-11-28 22:00:00
## 3843     FALSE 2022-11-28 22:00:00
## 3844     FALSE 2022-11-28 22:00:00
## 3845     FALSE 2022-11-28 22:00:00
## 3846     FALSE 2022-11-28 22:00:00
## 3847     FALSE 2022-11-28 22:00:00
## 3848     FALSE 2022-11-28 22:00:00
## 3849     FALSE 2022-11-28 22:00:00
## 3850     FALSE 2022-11-28 22:00:00
## 3851     FALSE 2022-11-28 22:00:00
## 3852     FALSE 2022-11-28 22:00:00
## 3853     FALSE 2022-11-28 22:00:00
## 3854     FALSE 2022-11-28 22:00:00
## 3855     FALSE 2022-11-28 22:00:00
## 3856     FALSE 2022-11-28 22:00:00
## 3857     FALSE 2022-11-28 22:00:00
## 3858     FALSE 2022-11-28 22:00:00
## 3859     FALSE 2022-11-28 22:00:00
## 3860     FALSE 2022-11-28 22:00:00
## 3861     FALSE 2022-11-28 22:00:00
## 3862     FALSE 2022-11-28 22:00:00
## 3863     FALSE 2022-11-28 22:00:00
## 3864     FALSE 2022-11-28 22:00:00
## 3865     FALSE 2022-11-28 22:00:00
## 3866     FALSE 2022-11-28 22:00:00
## 3867     FALSE 2022-11-28 22:00:00
## 3868     FALSE 2022-11-28 22:00:00
## 3869     FALSE 2022-11-28 22:00:00
## 3870     FALSE 2022-11-28 22:00:00
## 3871     FALSE 2022-11-28 22:00:00
## 3872     FALSE 2022-11-28 22:00:00
## 3873     FALSE 2022-11-28 22:00:00
## 3874     FALSE 2022-11-28 22:00:00
## 3875     FALSE 2022-11-28 22:00:00
## 3876     FALSE 2022-11-28 22:00:00
## 3877     FALSE 2022-11-28 22:00:00
## 3878     FALSE 2022-11-28 22:00:00
## 3879     FALSE 2022-11-28 22:00:00
## 3880     FALSE 2022-11-28 22:00:00
## 3881     FALSE 2022-11-28 22:00:00
## 3882     FALSE 2022-11-28 22:00:00
## 3883     FALSE 2022-11-28 22:00:00
## 3884     FALSE 2022-11-28 22:00:00
## 3885     FALSE 2022-11-28 22:00:00
## 3886     FALSE 2022-11-28 22:00:00
## 3887     FALSE 2022-11-28 22:00:00
## 3888     FALSE 2022-11-28 22:00:00
## 3889     FALSE 2022-11-28 22:00:00
## 3890     FALSE 2022-11-28 22:00:00
## 3891     FALSE 2022-11-28 22:00:00
## 3892     FALSE 2022-11-28 22:00:00
## 3893     FALSE 2022-11-28 22:00:00
## 3894     FALSE 2022-11-28 22:00:00
## 3895     FALSE 2022-11-28 22:00:00
## 3896     FALSE 2022-11-28 22:00:00
## 3897     FALSE 2022-11-28 22:00:00
## 3898     FALSE 2022-11-28 22:00:00
## 3899     FALSE 2022-11-28 22:00:00
## 3900     FALSE 2022-11-28 22:00:00
## 3901     FALSE 2022-11-28 22:00:00
## 3902     FALSE 2022-11-28 22:00:00
## 3903     FALSE 2022-11-28 22:00:00
## 3904     FALSE 2022-11-28 22:00:00
## 3905     FALSE 2022-11-28 22:00:00
## 3906     FALSE 2022-11-28 22:00:00
## 3907     FALSE 2022-11-28 22:00:00
## 3908     FALSE 2022-11-28 22:00:00
## 3909     FALSE 2022-11-28 22:00:00
## 3910     FALSE 2022-11-28 22:00:00
## 3911     FALSE 2022-11-28 22:00:00
## 3912     FALSE 2022-11-28 22:00:00
## 3913     FALSE 2022-11-28 22:00:00
## 3914     FALSE 2022-11-28 22:00:00
## 3915     FALSE 2022-11-28 22:00:00
## 3916     FALSE 2022-11-28 22:00:00
## 3917     FALSE 2022-11-28 22:00:00
## 3918     FALSE 2022-11-28 22:00:00
## 3919     FALSE 2022-11-28 22:00:00
## 3920     FALSE 2022-11-28 22:00:00
## 3921     FALSE 2022-11-28 22:00:00
## 3922     FALSE 2022-11-28 22:00:00
## 3923     FALSE 2022-11-28 22:00:00
## 3924     FALSE 2022-11-28 22:00:00
## 3925     FALSE 2022-11-28 22:00:00
## 3926     FALSE 2022-11-28 22:00:00
## 3927     FALSE 2022-11-28 22:00:00
## 3928     FALSE 2022-11-28 22:00:00
## 3929     FALSE 2022-11-28 22:00:00
## 3930     FALSE 2022-11-28 22:00:00
## 3931     FALSE 2022-11-28 22:00:00
## 3932     FALSE 2022-11-28 22:00:00
## 3933     FALSE 2022-11-28 22:00:00
## 3934     FALSE 2022-11-28 22:00:00
## 3935     FALSE 2022-11-28 22:00:00
## 3936     FALSE 2022-11-28 22:00:00
## 3937     FALSE 2022-11-28 22:00:00
## 3938     FALSE 2022-11-28 22:00:00
## 3939     FALSE 2022-11-28 22:00:00
## 3940     FALSE 2022-11-28 22:00:00
## 3941     FALSE 2022-11-28 22:00:00
## 3942     FALSE 2022-11-28 22:00:00
## 3943     FALSE 2022-11-28 22:00:00
## 3944     FALSE 2022-11-28 22:00:00
## 3945     FALSE 2022-11-28 22:00:00
## 3946     FALSE 2022-11-28 22:00:00
## 3947     FALSE 2022-11-28 22:00:00
## 3948     FALSE 2022-11-28 22:00:00
## 3949     FALSE 2022-11-28 22:00:00
## 3950     FALSE 2022-11-28 22:00:00
## 3951     FALSE 2022-11-28 22:00:00
## 3952     FALSE 2022-11-28 22:00:00
## 3953     FALSE 2022-11-28 22:00:00
## 3954     FALSE 2022-11-28 22:00:00
## 3955     FALSE 2022-11-28 22:00:00
## 3956     FALSE 2022-11-28 22:00:00
## 3957     FALSE 2022-11-28 22:00:00
## 3958     FALSE 2022-11-28 22:00:00
## 3959     FALSE 2022-11-28 22:00:00
## 3960     FALSE 2022-11-28 22:00:00
## 3961     FALSE 2022-11-28 22:00:00
## 3962     FALSE 2022-11-28 22:00:00
## 3963     FALSE 2022-11-28 22:00:00
## 3964     FALSE 2022-11-28 22:00:00
## 3965     FALSE 2022-11-28 22:00:00
## 3966     FALSE 2022-11-28 22:00:00
## 3967     FALSE 2022-11-28 22:00:00
## 3968     FALSE 2022-11-28 22:00:00
## 3969     FALSE 2022-11-28 22:00:00
## 3970     FALSE 2022-11-28 22:00:00
## 3971     FALSE 2022-11-28 22:00:00
## 3972     FALSE 2022-11-28 22:00:00
## 3973     FALSE 2022-11-28 22:00:00
## 3974     FALSE 2022-11-28 22:00:00
## 3975     FALSE 2022-11-28 22:00:00
## 3976     FALSE 2022-11-28 22:00:00
## 3977     FALSE 2022-11-28 22:00:00
## 3978     FALSE 2022-11-28 21:00:00
## 3979     FALSE 2022-11-28 21:00:00
## 3980     FALSE 2022-11-28 21:00:00
## 3981     FALSE 2022-11-28 21:00:00
## 3982     FALSE 2022-11-28 21:00:00
## 3983     FALSE 2022-11-28 21:00:00
## 3984     FALSE 2022-11-28 21:00:00
## 3985     FALSE 2022-11-28 21:00:00
## 3986     FALSE 2022-11-28 21:00:00
## 3987     FALSE 2022-11-28 21:00:00
## 3988     FALSE 2022-11-28 21:00:00
## 3989     FALSE 2022-11-28 21:00:00
## 3990     FALSE 2022-11-28 21:00:00
## 3991     FALSE 2022-11-28 21:00:00
## 3992     FALSE 2022-11-28 21:00:00
## 3993     FALSE 2022-11-28 21:00:00
## 3994     FALSE 2022-11-28 21:00:00
## 3995     FALSE 2022-11-28 21:00:00
## 3996     FALSE 2022-11-28 21:00:00
## 3997     FALSE 2022-11-28 21:00:00
## 3998     FALSE 2022-11-28 21:00:00
## 3999     FALSE 2022-11-28 21:00:00
## 4000     FALSE 2022-11-28 21:00:00
## 4001     FALSE 2022-11-28 21:00:00
## 4002     FALSE 2022-11-28 21:00:00
## 4003     FALSE 2022-11-28 21:00:00
## 4004     FALSE 2022-11-28 21:00:00
## 4005     FALSE 2022-11-28 21:00:00
## 4006     FALSE 2022-11-28 21:00:00
## 4007     FALSE 2022-11-28 21:00:00
## 4008     FALSE 2022-11-28 21:00:00
## 4009     FALSE 2022-11-28 21:00:00
#Plotting
TRUE_DATA2 <- ggplot(CREATED_DATA2, aes(x = Created_At_Round)) +
  geom_histogram(aes(fill = ..count..)) +
  theme(legend.position = "right") +
  xlab("Time") + ylab("Number of Tweets") + 
  scale_fill_gradient(low = "#132B43", high = "#56B1F7", space = "Lab",
                    na.value = "grey50", guide = "colourbar", aesthetics = "fill")

TRUE_DATA2 %>% ggplotly()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.